/* ==========================================================================
   Ready? Action! Photobooth  |  styles.css
   Light, editorial palette. Edit the tokens below to restyle the whole site.
   ========================================================================== */

:root {
  --paper: #faf8f5;        /* page background, warm white */
  --white: #ffffff;        /* cards and alternating sections */
  --ink: #16130f;          /* headings and the dark CTA section */
  --body: #38322b;         /* body copy */
  --mute: #7b7167;         /* secondary text, captions */
  --line: rgba(22, 19, 15, 0.14);
  --hair: rgba(22, 19, 15, 0.08);
  --gold: #8c6a2f;         /* accent for text. Passes contrast on paper. */
  --gold-bright: #c19a45;  /* accent for rules and decorative marks */
  --gold-wash: rgba(193, 154, 69, 0.12);

  --font-display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --font-body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --font-slate: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;

  --max: 1240px;
  --gutter: clamp(20px, 5vw, 72px);
  --radius: 3px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; overflow-x: hidden;
  background: var(--paper);
  color: var(--body);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
/* HTML width/height attributes are for layout stability only; CSS controls the shape. */
.hero-media img, .hero-media video, .split-media img, .event-figure img, .page-hero img, .gallery img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
::selection { background: var(--gold-wash); }

.skip-link {
  position: absolute; left: -999px; top: 8px; z-index: 999;
  background: var(--ink); color: var(--paper); padding: 8px 14px; border-radius: 3px; font-weight: 600;
}
.skip-link:focus { left: 8px; }

/* Layout ------------------------------------------------------------------ */
.wrap { width: min(var(--max), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding-block: clamp(80px, 11vw, 148px); }
.section.alt { background: var(--white); border-block: 1px solid var(--hair); }
.section.tight { padding-block: clamp(48px, 6vw, 80px); }

/* Type -------------------------------------------------------------------- */
h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(3.2rem, 8.5vw, 7rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
p { margin: 0 0 1em; }
.lede { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--mute); max-width: 58ch; }
.gold { color: var(--gold); }
.mute { color: var(--mute); }

/* Section eyebrow */
.slate-tag {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-slate); font-size: 0.7rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 22px;
}
.slate-tag::before { content: ""; width: 28px; height: 1px; background: var(--gold-bright); }
.section-head { max-width: 780px; margin-bottom: clamp(40px, 5.5vw, 72px); }
.section-head .lede { margin-top: 20px; }

/* Buttons ----------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px; border-radius: var(--radius); border: 1px solid transparent;
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  letter-spacing: 0.1em; text-transform: uppercase; line-height: 1;
  cursor: pointer; transition: background 0.3s var(--ease), color 0.3s, border-color 0.3s, transform 0.3s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-gold { background: var(--ink); color: var(--paper); }
.btn-gold:hover { background: var(--gold); color: var(--white); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); background: rgba(22,19,15,0.04); }
.btn-sm { padding: 12px 20px; font-size: 0.92rem; }
.btn-block { width: 100%; }
.text-link {
  display: inline-block;
  font-family: var(--font-slate); font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); border-bottom: 1px solid var(--gold-wash); padding-bottom: 3px; transition: border-color 0.25s;
}
.text-link:hover { border-color: var(--gold); }

/* Header ------------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 248, 245, 0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: border-color 0.3s, background 0.3s;
}
.site-header.scrolled { border-bottom-color: var(--hair); background: rgba(250, 248, 245, 0.96); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 80px; gap: 24px; }
.logo { display: inline-flex; align-items: center; min-width: 0; }
.logo img { height: 48px; width: auto; }
.nav-links { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: 0.9rem; color: var(--mute); transition: color 0.25s; white-space: nowrap; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.menu-btn {
  display: none; background: none; border: 1px solid var(--line); border-radius: 3px; width: 44px; height: 44px;
  align-items: center; justify-content: center; cursor: pointer;
}
.menu-btn span { display: block; width: 20px; height: 1.5px; background: var(--ink); position: relative; transition: 0.3s; }
.menu-btn span::before, .menu-btn span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 1.5px; background: var(--ink); transition: 0.3s;
}
.menu-btn span::before { top: -6px; } .menu-btn span::after { top: 6px; }
.menu-btn[aria-expanded="true"] span { background: transparent; }
.menu-btn[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 1080px) {
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: 80px;
    flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px 0 16px;
  }
  .nav-links.open { display: flex; }
  .nav-links li a { display: block; padding: 14px var(--gutter); font-size: 1.05rem; }
  .menu-btn { display: inline-flex; }
  .nav-cta .btn-ghost { display: none; }
}
@media (max-width: 1200px) { .nav-cta .btn-ghost { display: none; } .nav-links { gap: 24px; } }

/* Hero: editorial split. Type on paper, photo panel alongside. -------------- */
.hero { padding-block: clamp(56px, 8vw, 104px) clamp(64px, 8vw, 112px); position: relative; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-grid > * { min-width: 0; }
.hero h1 { max-width: 10ch; }
.hero h1 .action { color: var(--gold); }
.hero .lede { margin-top: 28px; font-size: clamp(1.08rem, 1.5vw, 1.3rem); color: var(--body); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--hair);
  font-family: var(--font-slate); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mute);
}
.hero-meta span::before { content: ""; display: inline-block; width: 4px; height: 4px; background: var(--gold-bright); margin-right: 10px; vertical-align: 3px; }

.hero-media { position: relative; }
.hero-media img, .hero-media video { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; border-radius: var(--radius); }
.hero-media .frame {
  position: absolute; inset: 18px -18px 26px 18px; border: 1px solid var(--gold-bright);
  border-radius: var(--radius); z-index: -1; pointer-events: none;
}
.hero-media .stamp {
  display: block; margin-top: 14px;
  font-family: var(--font-slate); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mute);
}

/* Page-load reveal for the headline */
.reveal-line { display: block; overflow: hidden; }
.reveal-line > span { display: block; transform: translateY(110%); animation: rise 0.95s var(--ease) forwards; }
.hero h1 .reveal-line:nth-child(1) > span { animation-delay: 0.15s; }
.hero h1 .reveal-line:nth-child(2) > span { animation-delay: 0.32s; }
@keyframes rise { to { transform: translateY(0); } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .hero-media img, .hero-media video { aspect-ratio: 8 / 5; }
  .hero-media .frame { display: none; }
  .hero h1 { max-width: none; }
}

/* Social proof strip ------------------------------------------------------- */
.proof { background: var(--white); border-block: 1px solid var(--hair); padding: 28px 0; }
.proof-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; justify-content: space-between; }
.stars { display: inline-flex; align-items: center; gap: 12px; font-size: 0.94rem; flex-wrap: wrap; }
.stars > span:first-child { white-space: nowrap; }
.stars svg { width: 16px; height: 16px; fill: var(--gold-bright); }
.venues { display: flex; gap: 12px 34px; flex-wrap: wrap; align-items: center; }
.venues span {
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--mute);
}
@media (max-width: 800px) { .proof-inner { justify-content: center; text-align: center; } .venues { justify-content: center; } }

/* Feature grid ------------------------------------------------------------- */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 1px; background: var(--hair); border: 1px solid var(--hair); }
.features > * { min-width: 0; }
.feature { background: var(--paper); padding: 36px 32px; transition: background 0.35s; }
.feature:hover { background: var(--white); }
.section.alt .feature { background: var(--white); }
.section.alt .feature:hover { background: var(--paper); }
.feature svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 22px; }
.feature h3 { font-size: 1.25rem; margin-bottom: 10px; }
.feature p { color: var(--mute); font-size: 0.96rem; margin: 0; }

/* Split (image + text) ----------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.split > * { min-width: 0; }
.split.flip > .split-media { order: 2; }
.split h2 { font-size: clamp(2.1rem, 3.2vw, 3.2rem); }
.split-media { position: relative; }
.split-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.split-media .stamp {
  display: inline-block; margin-top: 14px;
  font-family: var(--font-slate); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mute);
}
.checklist { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 15px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; color: var(--body); }
.checklist li::before { content: ""; flex: none; width: 7px; height: 7px; margin-top: 9px; background: var(--gold-bright); transform: rotate(45deg); }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } .split.flip > .split-media { order: 0; } .split-media img { aspect-ratio: 16 / 11; } }

/* Event types: photo above, caption below ---------------------------------- */
.events { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: clamp(18px, 2.4vw, 32px); }
.events > * { min-width: 0; }
.event-card { display: flex; flex-direction: column; }
.event-figure { overflow: hidden; border-radius: var(--radius); margin: 0 0 22px; }
.event-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.9s var(--ease); }
.event-card:hover .event-figure img { transform: scale(1.05); }
.event-body h3 { font-size: 1.5rem; margin-bottom: 10px; }
.event-body p { color: var(--mute); font-size: 0.94rem; margin: 0 0 16px; }

/* Gallery ------------------------------------------------------------------ */
.gallery { columns: 3 250px; column-gap: clamp(14px, 1.6vw, 22px); }
.gallery figure { margin: 0 0 clamp(14px, 1.6vw, 22px); break-inside: avoid; }
.gallery img { width: 100%; height: auto; border-radius: var(--radius); }
.gallery figcaption {
  margin-top: 10px; font-family: var(--font-slate); font-size: 0.65rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute);
}
.gallery-more { text-align: center; margin-top: 44px; }

/* Film sprocket divider ---------------------------------------------------- */
.filmstrip { height: 20px; position: relative; overflow: hidden; background: var(--white); border-block: 1px solid var(--hair); }
.filmstrip::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(22,19,15,0.13) 2.5px, transparent 3px);
  background-size: 22px 20px; background-position: 6px 4px;
}

/* How it works ------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 32px); }
.steps > * { min-width: 0; }
.step { padding-top: 26px; border-top: 2px solid var(--ink); }
.step-num {
  display: block; font-family: var(--font-slate); font-size: 0.7rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 18px;
}
.step h3 { margin-bottom: 12px; }
.step p { color: var(--mute); margin: 0; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }

/* Packages ------------------------------------------------------------------ */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 26px); align-items: stretch; }
.packages > * { min-width: 0; }
.pkg {
  display: flex; flex-direction: column; padding: 40px 34px;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); position: relative;
}
.section.alt .pkg { background: var(--white); }
.pkg.featured { border-color: var(--ink); background: var(--white); box-shadow: 0 18px 50px -30px rgba(22,19,15,0.45); }
.pkg .badge {
  position: absolute; top: -11px; left: 34px; background: var(--ink); color: var(--paper);
  font-family: var(--font-slate); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 5px 11px;
}
.pkg-name { font-family: var(--font-slate); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.pkg h3 { font-size: 2rem; }
.pkg .hours { color: var(--mute); margin: 10px 0 24px; font-size: 0.94rem; }
.pkg .price {
  font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--ink); margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid var(--hair);
}
.pkg .price small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 0.82rem; text-transform: none; letter-spacing: 0; color: var(--mute); margin-top: 6px; line-height: 1.5; }
.pkg ul { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 12px; flex: 1; }
.pkg li { display: flex; gap: 12px; font-size: 0.95rem; color: var(--body); }
.pkg li::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 9px; background: var(--gold-bright); transform: rotate(45deg); }
.pkg-note { text-align: center; color: var(--mute); font-size: 0.92rem; margin-top: 34px; }
@media (max-width: 900px) { .packages { grid-template-columns: 1fr; } }

/* Testimonials ------------------------------------------------------------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: clamp(18px, 2vw, 26px); }
.quotes > * { min-width: 0; }
.quote { padding: 34px 32px; border: 1px solid var(--hair); border-radius: var(--radius); background: var(--white); display: flex; flex-direction: column; }
.section.alt .quote { background: var(--paper); }
.quote .stars { margin-bottom: 20px; }
.quote blockquote { margin: 0 0 24px; font-size: 1.02rem; line-height: 1.6; flex: 1; color: var(--body); }
.quote cite { font-style: normal; font-family: var(--font-slate); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); }
.quote cite strong { display: block; color: var(--ink); font-weight: 600; margin-bottom: 4px; letter-spacing: 0.1em; }

/* FAQ ---------------------------------------------------------------------- */
.faq { max-width: 840px; }
.faq details { border-top: 1px solid var(--hair); }
.faq details:last-child { border-bottom: 1px solid var(--hair); }
.faq summary {
  list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; flex: none; transition: transform 0.3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--mute); margin: 0 0 24px; max-width: 70ch; }

/* Final CTA + Form: one dark section so the conversion point stands out ----- */
.cta-final { background: var(--ink); color: rgba(250,248,245,0.82); }
.cta-final h2, .cta-final h3 { color: var(--paper); }
.cta-final .lede { color: rgba(250,248,245,0.7); }
.cta-final .slate-tag { color: var(--gold-bright); }
.cta-final .slate-tag::before { background: var(--gold-bright); }
.cta-final .gold { color: var(--gold-bright); }
.cta-final .btn-gold { background: var(--gold-bright); color: var(--ink); }
.cta-final .btn-gold:hover { background: var(--paper); color: var(--ink); }
.cta-final .btn-ghost { color: var(--paper); border-color: rgba(250,248,245,0.35); }
.cta-final .btn-ghost:hover { border-color: var(--paper); background: rgba(250,248,245,0.08); }
.cta-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 6vw, 96px); align-items: start; }
.cta-grid > * { min-width: 0; }
.cta-copy h2 { font-size: clamp(2.3rem, 4vw, 3.8rem); max-width: 10ch; }
.contact-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 15px; }
.contact-list li { display: flex; gap: 14px; align-items: center; }
.contact-list svg { width: 19px; height: 19px; stroke: var(--gold-bright); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.contact-list a { overflow-wrap: anywhere; color: var(--paper); }
.contact-list a:hover { color: var(--gold-bright); }

.form { background: rgba(250,248,245,0.05); border: 1px solid rgba(250,248,245,0.16); border-radius: var(--radius); padding: clamp(24px, 3vw, 42px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid > * { min-width: 0; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--font-slate); font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(250,248,245,0.6); }
.field input, .field select, .field textarea {
  width: 100%; background: rgba(250,248,245,0.07); border: 1px solid rgba(250,248,245,0.18); border-radius: 3px;
  padding: 13px 14px; color: var(--paper); transition: border-color 0.25s, background 0.25s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(250,248,245,0.38); }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold-bright); background: rgba(250,248,245,0.11); outline: none;
}
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(250,248,245,0.5) 50%), linear-gradient(135deg, rgba(250,248,245,0.5) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.field select option { background: var(--ink); color: var(--paper); }
.form-foot { margin-top: 22px; display: grid; gap: 14px; }
.form-foot small { color: rgba(250,248,245,0.55); text-align: center; }
.form-status { display: none; padding: 14px; border: 1px solid var(--gold-bright); border-radius: 3px; color: var(--paper); background: rgba(193,154,69,0.15); text-align: center; }
.form-status.show { display: block; }
@media (max-width: 900px) { .cta-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }

/* Footer -------------------------------------------------------------------- */
.site-footer { background: var(--white); border-top: 1px solid var(--hair); padding: 48px 0 38px; font-size: 0.9rem; color: var(--mute); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 26px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.footer-links a:hover { color: var(--ink); }
.footer-tag { font-family: var(--font-slate); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; }

/* Sub-page hero ------------------------------------------------------------- */
.page-hero { padding: clamp(56px, 7vw, 96px) 0 clamp(56px, 7vw, 88px); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.page-hero-grid > * { min-width: 0; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); max-width: 12ch; }
.page-hero .lede { margin-top: 22px; }
.page-hero .hero-actions { margin-top: 32px; }
.page-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
@media (max-width: 900px) { .page-hero-grid { grid-template-columns: 1fr; } .page-hero img { order: -1; } }

/* Scroll reveal ------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.09s; } .reveal.d2 { transition-delay: 0.18s; } .reveal.d3 { transition-delay: 0.27s; }

/* Small phones -------------------------------------------------------------- */
@media (max-width: 480px) {
  .nav { gap: 10px; height: 68px; }
  .logo img { height: 34px; }
  .nav-cta { gap: 8px; flex: none; }
  .nav-cta .btn-gold { padding: 11px 15px; font-size: 0.85rem; }
  .menu-btn { width: 40px; height: 40px; }
  .nav-links { top: 68px; }
  .btn { white-space: normal; text-align: center; max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-delay: 0s !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .reveal-line > span { transform: none; }
}
