/* ============================================================
   BUDU — Maison de cuir
   Static stylesheet (Noir & Gold)
   ============================================================ */

:root {
    --background: #0d0d0c;
    --foreground: #f0ede5;
    --card: #161614;
    --muted: #1d1d1b;
    --border: rgba(240, 237, 229, 0.14);
    --border-soft: rgba(240, 237, 229, 0.08);
    --gold: #c9a84c;
    --gold-soft: #e5cf8a;
    --onyx: #0d0d0c;
    --text-mute: rgba(240, 237, 229, 0.65);
    --text-soft: rgba(240, 237, 229, 0.45);

    --font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
    --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    --font-mono: "JetBrains Mono", "SF Mono", ui-monospace, monospace;

    --ease-luxe: cubic-bezier(0.65, 0.05, 0.36, 1);
    --max-w: 1640px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
    background: var(--background);
    color: var(--foreground);
    font-family: var(--font-sans);
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.005em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
::selection { background: var(--gold); color: var(--onyx); }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }

/* ----------- helpers ----------- */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .container { padding: 0 48px; } }

.font-display { font-family: var(--font-display); font-weight: 300; }
.font-mono { font-family: var(--font-mono); }
.italic { font-style: italic; }
.gold { color: var(--gold); }
.eyebrow {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.45em;
    color: var(--gold);
}
.hairline {
    height: 1px;
    width: 100%;
    background: var(--foreground);
    opacity: 0.18;
    transform-origin: left;
}

/* ----------- animations ----------- */
@keyframes reveal {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }

.reveal { animation: reveal 1.4s var(--ease-luxe) both; }
.fade { animation: fade-in 2s var(--ease-luxe) both; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    background: rgba(13, 13, 12, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(240, 237, 229, 0.1);
}
.nav__inner {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 24px;
    height: 80px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
@media (min-width: 768px) { .nav__inner { padding: 0 48px; } }

.nav__loc {
    display: flex; align-items: center; gap: 12px;
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--text-mute);
}
.nav__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.nav__loc span:last-child { display: none; }
@media (min-width: 640px) { .nav__loc span:last-child { display: inline; } }

.nav__brand {
    font-family: var(--font-display);
    font-size: 24px;
    letter-spacing: 0.35em;
    justify-self: center;
}
@media (min-width: 768px) { .nav__brand { font-size: 28px; } }

.nav__right { justify-self: end; display: flex; align-items: center; gap: 28px; }
.nav__links { display: none; gap: 28px; list-style: none; }
@media (min-width: 768px) { .nav__links { display: flex; } }
.nav__link {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--text-mute);
    transition: color 0.3s var(--ease-luxe);
}
.nav__link:hover, .nav__link.active { color: var(--gold); }

.nav__cta {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    border-bottom: 1px solid rgba(201, 168, 76, 0.6);
    padding-bottom: 4px;
    transition: color 0.3s var(--ease-luxe);
}
.nav__cta:hover { color: var(--gold); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
    position: relative;
    padding: 112px 24px 48px;
    border-top: 1px solid rgba(240, 237, 229, 0.1);
    background: var(--background);
    overflow: hidden;
}
@media (min-width: 768px) { .footer { padding: 160px 48px 48px; } }
.footer__inner { max-width: var(--max-w); margin: 0 auto; }
.footer__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 64px 24px;
    margin-bottom: 96px;
}
.footer__main { grid-column: span 12; }
@media (min-width: 768px) { .footer__main { grid-column: span 7; } }
.footer__title {
    font-family: var(--font-display);
    font-size: 56px;
    line-height: 1.02;
    font-weight: 300;
    margin: 32px 0 48px;
    max-width: 720px;
}
@media (min-width: 768px) { .footer__title { font-size: 88px; } }
.footer__mail {
    display: inline-flex;
    align-items: baseline;
    gap: 24px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.6);
    padding-bottom: 12px;
    transition: border-color 0.3s var(--ease-luxe);
}
.footer__mail:hover { border-color: var(--gold); }
.footer__mail-text {
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.02em;
}
@media (min-width: 768px) { .footer__mail-text { font-size: 48px; } }
.footer__mail-arrow {
    font-family: var(--font-display);
    font-size: 24px;
    color: var(--gold);
    transition: transform 0.3s var(--ease-luxe);
}
.footer__mail:hover .footer__mail-arrow { transform: translateX(8px); }

.footer__col { grid-column: span 6; }
@media (min-width: 768px) { .footer__col { grid-column: span 2; } }
.footer__col:nth-of-type(2) { grid-column-start: 1; }
@media (min-width: 768px) { .footer__col:nth-of-type(2) { grid-column-start: 9; } }
.footer__col h4 {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--gold);
    margin-bottom: 20px;
    font-weight: 400;
}
.footer__col p, .footer__col li { color: var(--text-mute); font-size: 14px; line-height: 1.8; }
.footer__col ul { list-style: none; }
.footer__col a { transition: color 0.3s var(--ease-luxe); }
.footer__col a:hover { color: var(--gold); }

.footer__bottom {
    border-top: 1px solid rgba(240, 237, 229, 0.1);
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}
@media (min-width: 768px) {
    .footer__bottom { flex-direction: row; align-items: center; }
}
.footer__brand {
    font-family: var(--font-display);
    font-size: 24px;
    letter-spacing: 0.45em;
    opacity: 0.85;
}
.footer__legal {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--text-soft);
}

/* ============================================================
   HOME — HERO
   ============================================================ */
.hero {
    position: relative;
    height: 100svh;
    min-height: 680px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.hero__video, .hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero__overlay {
    position: absolute;
    inset: 0;
    background:
            linear-gradient(to top, var(--background) 0%, rgba(13,13,12,0.6) 40%, rgba(13,13,12,0.4) 100%),
            linear-gradient(to right, rgba(13,13,12,0.8), transparent 50%, rgba(13,13,12,0.4));
}
.hero__inner {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 24px 64px;
}
@media (min-width: 768px) { .hero__inner { padding: 0 48px 96px; } }
.hero__grid {
    max-width: var(--max-w);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px 16px;
}
.hero__head { grid-column: span 12; }
@media (min-width: 768px) { .hero__head { grid-column: span 8; } }
@media (min-width: 1024px) { .hero__head { grid-column: span 7; } }

.hero__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}
@media (min-width: 768px) { .hero__meta { margin-bottom: 56px; } }
.hero__meta-line { width: 32px; height: 1px; background: var(--gold); }
.hero__meta-text {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.45em;
    color: var(--gold);
}
.hero__meta-edition { color: var(--text-soft); margin-left: 4px; }

.hero__title {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 14vw;
    line-height: 0.92;
    letter-spacing: -0.01em;
}
@media (min-width: 640px) { .hero__title { font-size: 10vw; } }
@media (min-width: 768px) { .hero__title { font-size: 8.5vw; } }
@media (min-width: 1024px) { .hero__title { font-size: 7.5vw; } }
.hero__title em { font-style: italic; color: var(--gold); font-weight: 400; }

.hero__aside { grid-column: span 12; align-self: end; }
@media (min-width: 768px) { .hero__aside { grid-column: 9 / span 4; } }
.hero__lede {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(240, 237, 229, 0.8);
    font-weight: 300;
    max-width: 28rem;
    margin: 24px 0 40px;
}
@media (min-width: 768px) { .hero__lede { font-size: 18px; } }
.hero__ctas { display: flex; align-items: center; gap: 32px; }
.btn-gold {
    background: var(--gold);
    color: var(--onyx);
    padding: 16px 28px;
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    transition: background-color 0.3s var(--ease-luxe), color 0.3s var(--ease-luxe);
    display: inline-block;
}
.btn-gold:hover { background: var(--foreground); }
.link-ghost {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: rgba(240, 237, 229, 0.8);
    transition: color 0.3s var(--ease-luxe);
}
.link-ghost:hover { color: var(--gold); }

.hero__corner {
    position: absolute;
    bottom: 24px;
    z-index: 10;
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--text-soft);
}
.hero__corner--l { left: 24px; }
.hero__corner--r { right: 24px; }
@media (min-width: 768px) {
    .hero__corner--l { left: 48px; }
    .hero__corner--r { right: 48px; }
}

/* ============================================================
   HOME — SECTIONS
   ============================================================ */
.section {
    padding: 128px 24px;
    border-top: 1px solid rgba(240, 237, 229, 0.1);
}
@media (min-width: 768px) { .section { padding: 192px 48px; } }
.section__inner { max-width: var(--max-w); margin: 0 auto; }

.maison__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 64px 24px;
}
.maison__left { grid-column: span 12; }
.maison__right { grid-column: span 12; }
@media (min-width: 768px) {
    .maison__left { grid-column: span 4; }
    .maison__right { grid-column: span 8; }
}
.maison__loc {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--text-soft);
    margin-top: 16px;
    line-height: 1.8;
}
.maison__statement {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.005em;
    max-width: 56rem;
}
@media (min-width: 768px) { .maison__statement { font-size: 44px; } }
@media (min-width: 1024px) { .maison__statement { font-size: 56px; } }
.maison__statement em { font-style: italic; color: var(--gold); font-weight: 400; }

.facts {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
    border-top: 1px solid rgba(240, 237, 229, 0.1);
    padding-top: 40px;
}
@media (min-width: 768px) { .facts { grid-template-columns: repeat(4, 1fr); } }
.fact__k {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--text-soft);
    margin-bottom: 8px;
}
.fact__v {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 300;
}
@media (min-width: 768px) { .fact__v { font-size: 26px; } }

/* Macro detail (cinematic) */
.macro {
    position: relative;
    height: 80svh;
    min-height: 560px;
    overflow: hidden;
}
.macro img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
}
.macro__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to right, rgba(13,13,12,0.85), rgba(13,13,12,0.2) 50%, transparent);
}
.macro__inner {
    position: absolute; inset: 0;
    display: flex; align-items: center;
    padding: 0 24px;
}
@media (min-width: 768px) { .macro__inner { padding: 0 48px; } }
.macro__wrap { max-width: var(--max-w); margin: 0 auto; width: 100%; }
.macro__box { max-width: 36rem; }
.macro__title {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 40px;
    line-height: 1.02;
    margin: 24px 0 32px;
}
@media (min-width: 768px) { .macro__title { font-size: 64px; } }
.macro__title em { font-style: italic; color: var(--gold); font-weight: 400; }
.macro__text {
    color: rgba(240, 237, 229, 0.8);
    font-size: 18px;
    line-height: 1.85;
    max-width: 28rem;
}

/* Archive */
.archive__head {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px 16px;
    margin-bottom: 96px;
    align-items: end;
}
.archive__head-l { grid-column: span 12; }
.archive__head-r { grid-column: span 12; }
@media (min-width: 768px) {
    .archive__head-l { grid-column: span 8; }
    .archive__head-r { grid-column: 10 / span 3; text-align: right; }
}
.archive__title {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 48px;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-top: 20px;
}
@media (min-width: 768px) { .archive__title { font-size: 72px; } }
@media (min-width: 1024px) { .archive__title { font-size: 96px; } }
.archive__title em { font-style: italic; color: var(--gold); font-weight: 400; }
.archive__note {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--text-soft);
    line-height: 1.9;
}

.archive__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px 32px;
}
@media (min-width: 768px) { .archive__grid { grid-template-columns: repeat(3, 1fr); } }
.product__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--card);
    margin-bottom: 28px;
}
.product__media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 1.8s var(--ease-luxe);
}
.product:hover .product__media img { transform: scale(1.04); }
.product__no {
    position: absolute; top: 20px; left: 20px;
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--gold);
}
.product__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 16px;
}
.product__title {
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 300;
}
@media (min-width: 768px) { .product__title { font-size: 36px; } }
.product__sub {
    font-family: var(--font-mono);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--text-soft);
}
.product__dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 8px 0;
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgba(240, 237, 229, 0.55);
    border-top: 1px solid rgba(240, 237, 229, 0.15);
    padding-top: 16px;
}
.product__dl dd { text-align: right; color: rgba(240, 237, 229, 0.85); }
.product__dl dd.gold { color: var(--gold); }

/* Atelier portrait */
.section--alt { background: rgba(22, 22, 20, 0.4); }
.portrait {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 64px 32px;
    align-items: center;
}
.portrait__media { grid-column: span 12; }
.portrait__body { grid-column: span 12; }
@media (min-width: 768px) {
    .portrait__media { grid-column: span 6; }
    .portrait__body { grid-column: span 6; padding-left: 32px; }
}
@media (min-width: 1024px) {
    .portrait__media { grid-column: span 7; }
    .portrait__body { grid-column: span 5; padding-left: 64px; }
}
.portrait__media-frame {
    position: relative;
    aspect-ratio: 5 / 6;
    overflow: hidden;
}
.portrait__media-frame img {
    width: 100%; height: 100%; object-fit: cover;
}
.portrait__quote {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 32px;
    line-height: 1.05;
    margin: 24px 0 40px;
}
@media (min-width: 768px) { .portrait__quote { font-size: 44px; } }
@media (min-width: 1024px) { .portrait__quote { font-size: 56px; } }
.portrait__quote em { font-style: italic; color: var(--gold); font-weight: 400; }
.portrait__text {
    color: rgba(240, 237, 229, 0.75);
    font-size: 18px;
    line-height: 1.85;
    margin-bottom: 24px;
}
.portrait__sign {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 20px;
    font-weight: 300;
    color: rgba(240, 237, 229, 0.8);
    margin-top: 24px;
}
.hairline.w-24 { width: 96px; margin: 40px 0 0; }

/* Bench full bleed */
.bench {
    position: relative;
    height: 60svh;
    min-height: 420px;
    overflow: hidden;
}
.bench img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bench__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(13,13,12,0.6), transparent, rgba(13,13,12,0.8));
}
.bench__quote {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    padding: 0 24px;
}
.bench__quote p {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.1;
    text-align: center;
    max-width: 64rem;
    color: rgba(240, 237, 229, 0.95);
}
@media (min-width: 768px) { .bench__quote p { font-size: 56px; } }
.bench__quote span { color: var(--gold); font-style: normal; }

/* Commission */
.commission {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 64px 32px;
}
.commission__l { grid-column: span 12; }
.commission__r { grid-column: span 12; }
@media (min-width: 768px) {
    .commission__l { grid-column: span 7; }
    .commission__r { grid-column: 9 / span 4; }
}
.commission__title {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin: 24px 0 40px;
}
@media (min-width: 768px) { .commission__title { font-size: 72px; } }
.commission__title em { font-style: italic; color: var(--gold); font-weight: 400; }
.commission__text {
    color: rgba(240, 237, 229, 0.75);
    font-size: 18px;
    line-height: 1.85;
    max-width: 36rem;
}
.card {
    border: 1px solid rgba(240, 237, 229, 0.2);
    background: rgba(22, 22, 20, 0.6);
    padding: 40px;
}
@media (min-width: 768px) { .card { padding: 48px; } }
.card__open {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--gold);
    margin-bottom: 16px;
}
.card__date {
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
}
@media (min-width: 768px) { .card__date { font-size: 56px; } }
.card__sub {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--text-soft);
    margin: 8px 0 40px;
}
.card__dl {
    border-top: 1px solid rgba(240, 237, 229, 0.1);
    margin-bottom: 40px;
}
.card__dl > div {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid rgba(240, 237, 229, 0.1);
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}
.card__dl dt { color: var(--text-soft); }
.card__dl dd { color: rgba(240, 237, 229, 0.9); }
.card__btn {
    display: block;
    text-align: center;
    padding: 20px 24px;
    background: var(--gold);
    color: var(--onyx);
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    transition: background-color 0.3s var(--ease-luxe);
}
.card__btn:hover { background: var(--foreground); }
.card__mail {
    margin-top: 20px;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--text-soft);
}

/* FAQ */
.faq__head {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 48px 16px;
    margin-bottom: 64px;
}
.faq__head-l { grid-column: span 12; }
.faq__head-r { grid-column: span 12; }
@media (min-width: 768px) {
    .faq__head-l { grid-column: span 5; }
    .faq__head-r { grid-column: 8 / span 5; align-self: end; }
}
.faq__title {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-top: 20px;
}
@media (min-width: 768px) { .faq__title { font-size: 72px; } }
.faq__title em { font-style: italic; color: var(--gold); font-weight: 400; }
.faq__intro {
    color: rgba(240, 237, 229, 0.65);
    font-size: 18px;
    line-height: 1.85;
}

.faq__list { max-width: 64rem; border-top: 1px solid rgba(240, 237, 229, 0.15); }
details.faq__item {
    border-bottom: 1px solid rgba(240, 237, 229, 0.15);
    padding: 32px 0;
}
details.faq__item summary { list-style: none; cursor: pointer; }
details.faq__item summary::-webkit-details-marker { display: none; }
.faq__summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}
.faq__q {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 300;
    display: flex;
    align-items: baseline;
    gap: 24px;
    flex: 1;
}
@media (min-width: 768px) { .faq__q { font-size: 28px; } }
.faq__num {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.3em;
    color: var(--gold);
}
.faq__plus {
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--gold);
    line-height: 1;
    transition: transform 0.5s var(--ease-luxe);
}
details[open] .faq__plus { transform: rotate(45deg); }
.faq__a {
    margin: 20px 0 0 64px;
    color: rgba(240, 237, 229, 0.7);
    line-height: 1.85;
    font-weight: 300;
    max-width: 42rem;
}
.faq__more {
    display: inline-block;
    margin-top: 48px;
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    border-bottom: 1px solid rgba(201, 168, 76, 0.6);
    padding-bottom: 4px;
    transition: color 0.3s var(--ease-luxe);
}
.faq__more:hover { color: var(--gold); }

/* ============================================================
   PAGE — generic header (blog/faq/reviews)
   ============================================================ */
.page-head {
    padding: 160px 24px 64px;
    max-width: 80rem;
    margin: 0 auto;
}
@media (min-width: 768px) { .page-head { padding: 224px 48px 96px; } }
.page-head__title {
    font-family: var(--font-display);
    font-weight: 300;
    font-style: italic;
    font-size: 48px;
    line-height: 0.95;
    margin: 24px 0 32px;
}
@media (min-width: 768px) { .page-head__title { font-size: 88px; } }
.page-head__lede {
    font-size: 18px;
    color: rgba(240, 237, 229, 0.65);
    line-height: 1.75;
    max-width: 36rem;
}

/* ============================================================
   BLOG
   ============================================================ */
.posts {
    border-top: 1px solid var(--border);
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 24px 96px;
}
@media (min-width: 768px) { .posts { padding: 0 48px 128px; } }
.post {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
}
@media (min-width: 768px) { .post { grid-template-columns: 5fr 7fr; gap: 48px; } }
.post__img-wrap {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.post__img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 1.2s var(--ease-luxe);
}
.post:hover .post__img-wrap img { transform: scale(1.02); }
.post__body { display: flex; flex-direction: column; justify-content: center; }
.post__meta {
    display: flex; gap: 16px;
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-soft);
    margin-bottom: 16px;
}
.post__meta span:last-child { color: var(--gold); }
.post__title {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 20px;
    transition: color 0.3s var(--ease-luxe);
}
@media (min-width: 768px) { .post__title { font-size: 36px; } }
.post:hover .post__title { color: var(--gold); }
.post__excerpt {
    color: rgba(240, 237, 229, 0.65);
    line-height: 1.75;
    font-size: 18px;
    max-width: 36rem;
}
.post__more {
    margin-top: 24px;
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-mute);
}
.post:hover .post__more { color: var(--gold); }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 64px 48px;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 24px 96px;
}
@media (min-width: 768px) {
    .reviews-grid { grid-template-columns: 1fr 1fr; padding: 0 48px 128px; }
}
.review { border-left: 2px solid var(--gold); padding-left: 24px; }
@media (min-width: 768px) { .review { padding-left: 32px; } }
.review__q {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.35;
}
@media (min-width: 768px) { .review__q { font-size: 28px; } }
.review__cap {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(240, 237, 229, 0.6);
}
.review__cap span:last-child { color: var(--gold); }


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}