/* StyleGauge: page heroes, country guide, European Fashion, hubs. Values mirror the prototype HTML. */

.sg-stack-12, .sg-stack-14, .sg-stack-22, .sg-stack-24, .sg-stack-26, .sg-stack-32, .sg-stack-36 { display: flex; flex-direction: column; }
.sg-stack-12 { gap: 12px; }
.sg-stack-14 { gap: 14px; }
.sg-stack-22 { gap: 22px; }
.sg-stack-24 { gap: 24px; }
.sg-stack-26 { gap: 26px; }
.sg-stack-32 { gap: 32px; }
.sg-stack-36 { gap: 36px; }
.sg-self-start { align-self: flex-start; }
.sg-italic { font-style: italic; }

/* Breadcrumbs */
.sg-crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; font-size: 13px; color: var(--sg-muted-2); flex-wrap: wrap; }
.sg-crumbs a { color: var(--sg-muted-2); }
.sg-crumbs a:hover { color: var(--sg-accent); }
.sg-crumbs [aria-current] { color: var(--sg-ink); font-weight: 600; }

/* Page hero (country, hub, European Fashion) */
.sg-page-hero { padding-top: clamp(24px, 4vw, 40px); padding-bottom: clamp(40px, 6vw, 72px); }
.sg-page-hero--eu { padding-bottom: clamp(40px, 5vw, 64px); }
.sg-page-hero .sg-hero__lead { max-width: none; }
.sg-page-hero .sg-maxw-540 { max-width: 540px; }
.sg-page-hero__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: clamp(28px, 5vw, 64px); align-items: end; }
.sg-page-hero__note { margin: 0; font-size: 13px; color: var(--sg-muted-2); line-height: 1.5; border-top: 1px solid var(--sg-border); padding-top: 16px; max-width: 760px; }
.sg-display { margin: 0; font-size: clamp(52px, 8vw, 112px); line-height: 0.95; letter-spacing: -0.02em; font-family: var(--sg-serif); font-weight: 400; }
.sg-jump { display: flex; flex-wrap: wrap; gap: 8px; }
.sg-jump a { font-size: 14px; font-weight: 500; padding: 9px 14px; border: 1px solid var(--sg-border-strong); border-radius: 999px; background: var(--sg-white); white-space: nowrap; }

.sg-section-head--20 { gap: 20px 40px; }
.sg-section-head--tight { gap: 16px; }
.sg-kicker { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: var(--sg-muted-2); }
.sg-h3 { margin: 0; font-size: clamp(26px, 2.6vw, 34px); letter-spacing: -0.025em; font-weight: 600; line-height: 1.12; text-wrap: balance; }
.sg-h3--flat { line-height: normal; text-wrap: wrap; }
.sg-h2-sm { margin: 0; font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.03em; font-weight: 600; line-height: 1.1; }
.sg-intro--loose { line-height: 1.65; }

/* Country: audience panel */
.sg-aud-panel { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: clamp(28px, 4vw, 56px); align-items: start; }
.sg-aud-panel[hidden] { display: none; }
.sg-outfit-list--sm .sg-outfit-list__item { padding: 13px 0; }
.sg-outfit-list--sm .sg-outfit-list__swatch { width: 28px; height: 28px; }

/* Country: city cards */
.sg-city-card { display: flex; flex-direction: column; gap: 14px; }
.sg-city-card__row { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--sg-border); padding-bottom: 12px; }
.sg-city-card__name { font-family: var(--sg-serif); font-size: 30px; line-height: 1; }
.sg-city-card__link { font-size: 14px; color: var(--sg-accent); font-weight: 600; }
.sg-city-card__desc { font-size: 14px; color: var(--sg-muted); line-height: 1.55; }

/* Two-column sections */
.sg-two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 48px 64px; }
.sg-two-col--40 { gap: 40px 64px; }
.sg-rows { display: flex; flex-direction: column; border-top: 1px solid var(--sg-ink); }

.sg-season-row { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 16px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--sg-border); }
.sg-season-row__name { font-size: 17px; font-weight: 600; }
.sg-season-row__desc { font-size: 14px; color: var(--sg-muted); line-height: 1.5; }
.sg-season-row__arrow { font-size: 14px; color: var(--sg-accent); }

.sg-occasions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.sg-occasion { background: var(--sg-bg); border: 1px solid var(--sg-border); border-radius: 6px; padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.sg-occasion__name { font-size: 16px; font-weight: 600; }
.sg-occasion__who { font-size: 13px; color: var(--sg-muted-2); }

/* Country: palettes */
.sg-grid--260 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 20px; }
.sg-palette { background: var(--sg-white); border: 1px solid var(--sg-border); border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.sg-palette__swatches { display: flex; height: 120px; }
.sg-palette__swatches span { flex: 1; }
.sg-palette__body { padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.sg-palette__name { font-size: 16px; font-weight: 600; }
.sg-palette__desc { font-size: 13px; color: var(--sg-muted-2); line-height: 1.5; }

/* Country: featured guides list */
.sg-guide-row { display: grid; grid-template-columns: minmax(80px, 120px) minmax(0, 1fr) auto; gap: 20px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--sg-border); }
.sg-guide-row__tag { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; color: var(--sg-accent); }
.sg-guide-row__title { font-size: clamp(17px, 1.6vw, 21px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; }
.sg-guide-row__time { font-size: 13px; color: var(--sg-muted-2); white-space: nowrap; }

/* Country: related countries */
.sg-grid--220 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 20px; }
.sg-related-country { display: flex; flex-direction: column; gap: 12px; }
.sg-related-country__name { font-family: var(--sg-serif); font-size: 26px; line-height: 1; }

/* Navy call to action */
.sg-ink-cta { padding-top: clamp(48px, 6vw, 80px); padding-bottom: clamp(48px, 6vw, 80px); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 28px; }
.sg-ink-cta__title { margin: 0; font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -0.03em; font-weight: 600; line-height: 1.08; }
.sg-ink-cta__text { margin: 0; font-size: 16px; color: #c9cfdb; line-height: 1.55; }
.sg-textlink--light { color: var(--sg-bg); border-bottom-color: var(--sg-bg); }
.sg-textlink--light:hover { color: var(--sg-bg); }

/* European Fashion: filters and directory */
.sg-eu-list { padding-bottom: clamp(56px, 7vw, 96px); }
.sg-filterbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid var(--sg-ink); border-bottom: 1px solid var(--sg-border); padding: 16px 0; }
.sg-filterbar__group { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.sg-filterbar__label { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: var(--sg-muted-2); margin-right: 4px; }
.sg-chip-btn { font: inherit; font-size: 14px; font-weight: 600; padding: 9px 16px; border-radius: 999px; cursor: pointer; border: 1px solid var(--sg-border-strong); background: var(--sg-white); color: var(--sg-ink); white-space: nowrap; }
.sg-chip-btn[aria-pressed="true"] { border-color: var(--sg-ink); background: var(--sg-ink); color: var(--sg-bg); }
.sg-grid--gap32 { gap: 32px 20px; }
.sg-country-card[hidden] { display: none; }
.sg-country-card__soon { position: absolute; top: 12px; left: 12px; pointer-events: none; background: var(--sg-bg); font-size: 12px; font-weight: 600; padding: 5px 10px; border-radius: 999px; }
.sg-empty { background: var(--sg-white); border: 1px solid var(--sg-border); border-radius: 6px; padding: 40px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.sg-empty[hidden] { display: none; }
.sg-empty__title { font-size: 20px; font-weight: 600; }
.sg-empty__text { font-size: 15px; color: var(--sg-muted); }
.sg-btn-sm-outline { font: inherit; font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 999px; border: 1px solid var(--sg-ink); background: transparent; color: var(--sg-ink); cursor: pointer; margin-top: 6px; white-space: nowrap; }
.sg-theme-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--sg-border); }
.sg-theme-row__body { display: flex; flex-direction: column; gap: 3px; }
.sg-theme-row__title { font-size: 17px; font-weight: 600; }
.sg-theme-row__desc { font-size: 14px; color: var(--sg-muted-2); }
.sg-theme-row__arrow { font-size: 14px; color: var(--sg-accent); }

/* Hubs */
.sg-hub__top { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.sg-hub__title { margin: 0; font-size: clamp(48px, 7vw, 96px); line-height: 0.98; letter-spacing: -0.04em; font-weight: 600; }
a.sg-segmented__btn { display: inline-block; }
.sg-segmented__btn[aria-current="page"] { background: var(--sg-ink); color: var(--sg-bg); }
.sg-hub .sg-segmented { align-self: auto; }
.sg-hub-ages { padding-bottom: clamp(48px, 6vw, 72px); }
.sg-ages { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); border-top: 1px solid var(--sg-ink); }
.sg-age { display: flex; flex-direction: column; gap: 6px; padding: 22px 20px 22px 0; border-bottom: 1px solid var(--sg-border); }
.sg-age__range { font-family: var(--sg-serif); font-size: 40px; line-height: 1; }
.sg-age__desc { font-size: 14px; color: var(--sg-muted); line-height: 1.5; }
.sg-grid--260fill { grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: 12px; }
.sg-cat-card { background: var(--sg-bg); border: 1px solid var(--sg-border); border-radius: 6px; padding: 22px; display: flex; flex-direction: column; gap: 8px; min-height: 130px; }
.sg-cat-card__num { font-size: 13px; font-weight: 600; color: var(--sg-accent); }
.sg-cat-card__name { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.sg-cat-card__desc { font-size: 14px; color: var(--sg-muted-2); line-height: 1.5; }
.sg-grid--280fill { grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 28px 20px; }
.sg-article-card--sm { gap: 14px; }
.sg-article-card--sm .sg-article-card__title { font-size: 20px; line-height: 1.25; text-wrap: wrap; }
.sg-country-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); gap: 1px; background: rgba(247, 245, 241, 0.18); border: 1px solid rgba(247, 245, 241, 0.18); }
.sg-country-tile { background: var(--sg-ink); color: var(--sg-bg); padding: 22px; display: flex; flex-direction: column; gap: 6px; }
.sg-country-tile:hover { color: var(--sg-bg); }
.sg-country-tile__name { font-family: var(--sg-serif); font-size: 28px; line-height: 1; }
.sg-country-tile__label { font-size: 13px; color: #c9cfdb; }
