:root {
    --paper: #f3f0ed;
    --warm: #e4ded8;
    --white: #ffffff;
    --ink: #222b33;
    --body: #3f4650;
    --muted: #687079;
    --plum: #86447f;
    --olive: #4f6840;
    --line: rgba(47, 57, 66, .34);
    --side: clamp(24px, 7vw, 142px);
    --content: 1320px;
}

* { box-sizing: border-box; }
html { color: var(--body); background: var(--paper); font-family: var(--gh-font-body, "Segoe UI", "Trebuchet MS", sans-serif); line-height: 1.55; }
body { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--gh-font-heading, Georgia, "Times New Roman", serif); font-weight: 400; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.1rem, 4vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.9rem); }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 300; padding: 10px 14px; color: white; background: var(--ink); }
.skip-link:focus { top: 18px; }
.content-shell { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.site-frame { min-height: 100vh; overflow: hidden; }
.eyebrow { margin-bottom: 14px; color: var(--olive); font-size: .74rem; font-weight: 800; text-transform: uppercase; }

.site-header { position: relative; z-index: 120; min-height: 118px; border-bottom: 1px solid var(--line); background: #f6f4f1; }
.site-header__inner { min-height: 118px; display: grid; grid-template-columns: 260px minmax(0, 1fr); align-items: center; gap: 36px; padding: 22px var(--side); }
.brand { width: 260px; display: grid; justify-items: center; color: #858481; font-family: var(--gh-font-heading, Georgia, "Times New Roman", serif); line-height: .94; text-decoration: none; }
.brand img { max-height: 70px; width: auto; }
.brand__top { font-size: 27px; }
.brand__bottom { font-size: 34px; }
.site-menu { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 31px); }
.site-nav a, .header-link { color: var(--ink); font-size: .86rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .header-link:hover { color: var(--plum); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.locale-chip { min-width: 38px; min-height: 38px; display: inline-grid; place-items: center; border: 1px solid var(--line); font-size: .75rem; font-weight: 800; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; }
.menu-button > span:not(.visually-hidden) { width: 20px; height: 1px; display: block; margin: 5px auto; background: var(--ink); }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-size: .82rem; font-weight: 800; text-decoration: none; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.button--small { min-height: 40px; padding-inline: 15px; }
.button--solid { border-color: var(--olive); color: white; background: var(--olive); }
.button--solid:hover { border-color: var(--ink); background: var(--ink); }
.button--light { border-color: rgba(255,255,255,.7); color: white; }
.button--light:hover { color: var(--ink); background: white; }
.button--outline { border-color: var(--olive); color: var(--olive); }
.action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.outline-link { min-height: 42px; display: inline-flex; align-items: center; padding: 0 17px; border: 1px solid var(--olive); color: var(--ink); font-size: .82rem; font-weight: 800; text-decoration: none; }

.home-hero { min-height: min(720px, calc(100vh - 118px)); position: relative; display: grid; align-items: end; overflow: hidden; color: white; background: #2d2925; }
.home-hero__image, .home-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero__image { object-fit: cover; }
.home-hero__shade { background: linear-gradient(90deg, rgba(12,10,8,.67), rgba(12,10,8,.19) 70%), linear-gradient(0deg, rgba(12,10,8,.55), transparent 60%); }
.home-hero--fallback { background: url("../images/boutique-audio-lounge-hero.png") center / cover; }
.home-hero__copy { position: relative; z-index: 1; width: min(1220px, calc(100% - var(--side))); padding: 90px 0 66px; margin-inline: auto; }
.home-hero__copy .eyebrow { color: white; }
.home-hero h1 { max-width: 990px; margin-bottom: 24px; color: white; font-size: clamp(3.3rem, 6vw, 6.2rem); }
.home-hero__copy > p:not(.eyebrow) { max-width: 710px; color: rgba(255,255,255,.9); font-size: 1.18rem; }

.home-intro { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 8vw, 140px); padding: 70px var(--side) 82px; }
.home-intro h2 { max-width: 760px; margin-bottom: 0; }
.home-intro__copy { align-self: end; }
.home-intro__copy > :last-child { margin-bottom: 0; }
.home-editorial { padding: 76px var(--side) 84px; background: var(--white); }
.home-editorial__copy { width: min(calc(100% - 48px), 1220px); }
.home-editorial__copy > p:first-child { margin-bottom: 15px; color: var(--olive); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.home-editorial__copy > h2:first-of-type { max-width: 980px; margin: 0 0 50px; font-size: 3.35rem; }
.home-editorial__copy h3 { max-width: 780px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 1.65rem; }
.home-editorial__copy h3 + p { max-width: 780px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }

.catalog-section { padding: 78px var(--side) 86px; background: var(--paper); }
.catalog-section--warm { background: var(--warm); }
.catalog-section--page { width: min(calc(100% - 48px), 1320px); margin-inline: auto; padding: 34px 0 86px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.section-heading h2 { margin-bottom: 0; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.content-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid rgba(47,57,66,.25); background: var(--white); transition: transform .18s ease, box-shadow .18s ease; }
.content-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(34,43,51,.09); }
.content-card__media { display: block; overflow: hidden; background: #d8d2cc; }
.content-card__image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .35s ease; }
.content-card:hover .content-card__image { transform: scale(1.02); }
.content-card__image--portrait { object-position: center 25%; }
.content-card__body { min-height: 100%; display: flex; flex-direction: column; padding: 24px; }
.content-card__body h3 { margin-bottom: 13px; }
.content-card__description { color: var(--muted); }
.content-card__meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: auto 0 18px; padding-top: 16px; }
.content-card__meta div { min-width: 0; padding-top: 10px; border-top: 1px solid rgba(47,57,66,.18); }
.content-card__meta dt { color: var(--muted); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.content-card__meta dd { margin: 3px 0 0; color: var(--ink); font-size: .86rem; font-weight: 700; overflow-wrap: anywhere; }
.content-card__voice { margin: 0 0 18px; padding: 14px; background: var(--paper); }
.content-card__voice strong, .content-card__voice span { display: block; }
.content-card__voice span { margin-top: 2px; color: var(--muted); font-size: .82rem; }
.content-card__voice audio { width: 100%; height: 34px; margin-top: 10px; }
.content-card__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: auto; }
.content-card__actions .button { flex: 1 1 120px; }
.guide-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 5px 0 19px; }
.guide-tags a { padding: 6px 9px; border: 1px solid rgba(47,57,66,.22); color: var(--body); font-size: .72rem; text-decoration: none; }
.widget-status { grid-column: 1 / -1; min-height: 180px; display: grid; place-items: center; margin: 0; border: 1px solid var(--line); color: var(--muted); background: white; }

.home-cta { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding: 76px var(--side); color: white; background: var(--ink); }
.home-cta h2 { max-width: 850px; margin-bottom: 0; color: white; }
.home-cta .eyebrow { color: #c9d7bd; }

.page-intro { padding: 80px 0 42px; border-bottom: 1px solid var(--line); background: var(--paper); }
.page-intro h1 { max-width: 16ch; margin-bottom: 20px; }
.page-intro__lead { max-width: 780px; margin-bottom: 0; color: var(--muted); font-size: 1.15rem; }
.catalog-page .page-intro h1 { max-width: none; font-family: var(--gh-font-body, "Segoe UI", "Trebuchet MS", sans-serif); font-size: 4.6rem; font-weight: 700; line-height: .96; }
.catalog-page .page-intro__lead { max-width: 60ch; font-size: 1.05rem; line-height: 1.7; }
.catalog-page .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.catalog-page .content-card { overflow: hidden; border-color: rgba(32, 50, 77, .12); border-radius: 8px; box-shadow: 0 18px 48px rgba(32, 50, 77, .08); }
.catalog-page .content-card__media { min-height: 220px; }
.catalog-page .content-card__image { height: 220px; aspect-ratio: auto; }
.catalog-page .content-card__body { padding: 28px; }
.catalog-page .content-card__body h3 { margin-bottom: 14px; font-family: var(--gh-font-body, "Segoe UI", "Trebuchet MS", sans-serif); font-size: 1.17rem; font-weight: 700; line-height: 1.32; }
.catalog-page .content-card__body h3 a { text-decoration: none; }
.catalog-page .content-card__description { margin-bottom: 0; font-size: 1rem; line-height: 1.45; }
.catalog-page .content-card__rating { width: fit-content; display: flex; align-items: center; gap: 9px; margin: 12px 0 0; padding: 9px 12px; border-radius: 8px; color: #20324d; background: #eef3fb; font-size: .9rem; }
.catalog-page .content-card__rating-stars { color: #e8a93f; letter-spacing: 1px; }
.catalog-page .content-card__rating-average { font-weight: 800; }
.catalog-page .content-card__rating-count { color: #65758d; }
.catalog-page .content-card__meta { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 22px 0 0; padding-top: 0; }
.catalog-page .content-card__meta div { padding-top: 0; border-top: 0; }
.catalog-page .content-card__meta dt { margin-bottom: 6px; color: #65758d; font-size: .76rem; font-weight: 400; letter-spacing: .08em; }
.catalog-page .content-card__meta dd { margin: 0; color: #20324d; font-size: 1rem; font-weight: 400; }
.catalog-page .content-card__voice { margin: 18px 0 0; padding: 18px; border: 1px solid rgba(32, 50, 77, .14); border-radius: 8px; background: #fff; }
.catalog-page .content-card__voice strong { color: #20324d; }
.catalog-page .content-card__voice span { margin-top: 5px; color: #55677f; font-size: .92rem; }
.catalog-page .content-card__voice audio { height: 40px; margin-top: 12px; }
.catalog-page .content-card__actions { justify-content: flex-start; margin-top: 28px; }
.catalog-page .content-card__actions .button { min-height: 51px; flex: 0 0 auto; padding: 0 20px; border-radius: 999px; font-size: 1rem; font-weight: 400; }
.catalog-page .button--solid { border-color: #17243a; background: #17243a; }
.catalog-page .button--outline { border-color: #d6a362; color: #17243a; background: #ffd49e; }
.catalog-page .button--status { border-color: #d6a362; color: #17243a; background: #ffd49e; cursor: default; }
.catalog-page__copy { padding-top: 40px; }
.catalog-page__copy:empty { display: none; }
.editorial-document { padding-bottom: 90px; background: var(--paper); }
.editorial-hero { min-height: 360px; display: grid; align-items: end; color: white; background: linear-gradient(90deg, rgba(18,19,18,.91), rgba(24,25,23,.66) 58%, rgba(24,25,23,.4)), url("../images/boutique-audio-lounge-hero.png") 68% center / cover no-repeat; }
.editorial-hero__copy { position: relative; padding-top: 74px; padding-bottom: 62px; }
.editorial-hero__copy::after { content: ""; position: absolute; left: 0; bottom: 34px; width: 104px; height: 4px; background: var(--plum); }
.editorial-hero .eyebrow { color: rgba(255,255,255,.76); }
.editorial-hero h1 { max-width: 920px; margin-bottom: 18px; color: white; font-size: 4.5rem; line-height: 1; overflow-wrap: anywhere; }
.editorial-hero__lead { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.84); font-size: 1.12rem; line-height: 1.7; }
.editorial-document__body { padding-top: 64px; }
.editorial-document__body > * { max-width: 860px; margin-inline: auto; }
.editorial-document__body > p,
.editorial-document__body li { color: var(--muted); font-size: 1.04rem; line-height: 1.78; }
.editorial-document__body h2 { margin-top: 1.7em; font-size: 2.55rem; }
.editorial-document__body h3 { margin-top: 2.05em; padding-top: 24px; border-top: 1px solid rgba(47,57,66,.25); font-size: 1.72rem; }
.editorial-document__body ul,
.editorial-document__body ol { padding-left: 24px; }
.editorial-document__body li + li { margin-top: 8px; }
.editorial-document__body > p:first-child:has(strong) { margin-bottom: 42px; padding: 16px 18px; border-left: 4px solid var(--plum); color: var(--ink); background: var(--white); }
.editorial-document__body > p:last-child > a:only-child { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; color: white; background: var(--ink); text-decoration: none; }
.document { padding-bottom: 80px; }
.document__media { margin-top: 42px; }
.document__media img { width: 100%; max-height: 640px; object-fit: cover; }
.document__media figcaption { margin-top: 10px; color: var(--muted); font-size: .8rem; }
.document__body { padding-top: 54px; }
.prose { font-size: 1.06rem; }
.prose > * { max-width: 780px; }
.prose h2, .prose h3 { margin-top: 1.45em; }
.prose img, .prose figure, .prose .kg-width-wide { max-width: 100%; }
.prose .kg-width-full { width: min(100vw, 1440px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.prose a { color: var(--olive); text-decoration: underline; text-underline-offset: 3px; }
.empty-state { min-height: 60vh; padding-block: 120px; }

.site-footer { padding: 68px var(--side) 28px; color: rgba(255,255,255,.8); background: #636363; }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: clamp(30px, 5vw, 80px); }
.site-footer h2 { max-width: 390px; color: white; font-size: 2.25rem; }
.site-footer .eyebrow { color: rgba(255,255,255,.66); }
.site-footer section > a, .site-footer section > span { display: block; margin: 8px 0; color: rgba(255,255,255,.84); font-size: .86rem; text-decoration: none; }
.site-footer section > a:hover { color: white; text-decoration: underline; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.28); font-size: .8rem; }

@media (max-width: 1080px) {
    .site-header__inner { grid-template-columns: 190px minmax(0, 1fr); }
    .brand { width: 190px; }
    .header-link, .locale-chip { display: none; }
    .site-nav { gap: 16px; }
    .site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .catalog-page .catalog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    .site-header, .site-header__inner { min-height: 82px; }
    .site-header__inner { grid-template-columns: minmax(0, 1fr) auto; padding: 13px 22px; }
    .brand { width: auto; justify-items: start; }
    .brand__top { font-size: 19px; }
    .brand__bottom { font-size: 23px; }
    .menu-button { display: block; }
    .site-menu { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 18px 22px 24px; border-bottom: 1px solid var(--line); background: #f6f4f1; box-shadow: 0 18px 38px rgba(34,43,51,.12); }
    .menu-open .site-menu { display: grid; grid-template-columns: 1fr; gap: 20px; }
    .site-nav { display: grid; gap: 0; }
    .site-nav a { padding: 12px 0; border-bottom: 1px solid rgba(47,57,66,.16); }
    .header-actions { justify-content: stretch; }
    .header-actions .button { width: 100%; }
    .home-hero { min-height: 620px; }
    .home-hero__copy { width: calc(100% - 48px); padding-bottom: 46px; }
    .home-hero h1 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
    .home-intro { grid-template-columns: 1fr; padding: 54px 28px 62px; }
    .home-editorial { padding: 58px 28px 66px; }
    .home-editorial__copy { width: 100%; }
    .catalog-section { padding: 56px 28px 64px; }
    .catalog-grid { grid-template-columns: 1fr; }
    .catalog-section--page { width: calc(100% - 40px); padding-inline: 0; }
    .section-heading, .home-cta { align-items: flex-start; flex-direction: column; }
    .page-intro { padding-top: 56px; }
    .editorial-hero { min-height: 330px; }
    .editorial-hero__copy { padding-top: 56px; padding-bottom: 58px; }
    .editorial-hero h1 { font-size: 3.4rem; }
}

@media (max-width: 560px) {
    :root { --side: 22px; }
    .content-shell { width: calc(100% - 40px); }
    .home-hero { min-height: 560px; }
    .home-hero__copy { width: calc(100% - 40px); }
    .home-hero h1, .page-intro h1 { font-size: 2.75rem; }
    .home-editorial__copy > h2:first-of-type { margin-bottom: 38px; font-size: 2.35rem; }
    .catalog-page .page-intro h1 { font-size: 2.75rem; line-height: 1.02; }
    .home-hero__copy > p:not(.eyebrow), .page-intro__lead { font-size: 1rem; }
    .action-row .button { width: 100%; }
    .catalog-section { padding-inline: 20px; }
    .section-heading { margin-bottom: 22px; }
    .content-card__meta { grid-template-columns: 1fr 1fr; }
    .catalog-page .content-card__body { padding: 22px; }
    .catalog-page .content-card__media,
    .catalog-page .content-card__image { height: 220px; min-height: 220px; }
    .catalog-page .content-card__actions .button { flex: 1 1 140px; }
    .editorial-document { padding-bottom: 64px; }
    .editorial-hero { min-height: 360px; }
    .editorial-hero h1 { font-size: 2.55rem; }
    .editorial-hero__lead { font-size: 1rem; }
    .editorial-document__body { padding-top: 46px; }
    .editorial-document__body h2 { font-size: 2rem; }
    .editorial-document__body h3 { font-size: 1.45rem; }
    .home-cta { padding: 58px 22px; }
    .site-footer { padding: 52px 22px 24px; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; }
}
