:root {
  --forest: #14283e;
  --forest-deep: #091525;
  --sage: #5d7897;
  --paper: #0c1829;
  --paper-deep: #101f33;
  --ink: #edf4fb;
  --muted: #8d9db1;
  --gold: #efb94f;
  --gold-light: #f4cd78;
  --cream: #f6d886;
  --line: rgba(135, 166, 205, .16);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--gold) var(--paper); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
#how,#gallery,#phones,#booking,#questions { scroll-margin-top: 88px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100% - 56px, 1440px);
  min-height: 92px;
  color: white;
  transform: translateX(-50%);
}
.brand { display: flex; align-items: center; gap: 12px; width: fit-content; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; }
.brand-mark svg { width: 26px; fill: var(--cream); stroke: var(--gold-light); stroke-width: 1.5; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand b { font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: .9; letter-spacing: .01em; }
.brand small { margin-top: 6px; color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav .nav-booking { display: none; }
.site-header nav a { position: relative; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 600; text-decoration: none; }
.site-header nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--cream); content: ''; transform: scaleX(0); transition: transform .2s ease; }
.site-header nav a:hover::after { transform: scaleX(1); }
.header-cta { justify-self: end; padding: 12px 19px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.menu-button { display: none; }

.hero { position: relative; isolation: isolate; min-height: min(900px, 100vh); color: #fff; background: var(--forest-deep); }
.hero-photo, .hero-shade { position: absolute; z-index: -2; inset: 0; }
.hero-photo { background: url('/assets/wedding-phone-hero.webp') center center / cover no-repeat; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(10,30,26,.92) 0%, rgba(12,30,26,.78) 35%, rgba(13,28,24,.12) 70%, rgba(7,18,16,.26) 100%), linear-gradient(0deg, rgba(7,22,18,.63), transparent 45%); }
.hero-copy { position: relative; width: min(100% - 56px, 1440px); margin: 0 auto; padding: clamp(190px, 24vh, 250px) 0 125px; }
.eyebrow { display: block; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.eyebrow.light { color: var(--cream); }
.hero h1 { max-width: 750px; margin: 18px 0 22px; font-family: var(--serif); font-size: clamp(58px, 6.6vw, 103px); font-weight: 500; line-height: .87; letter-spacing: -.045em; }
.hero h1 em, h2 em { color: var(--cream); font-weight: 500; }
.hero-copy > p { max-width: 565px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 0; border-radius: 2px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest-deep); background: var(--cream); }
.button-outline { border: 1px solid var(--line); background: transparent; }
.button-cream { color: var(--forest); background: var(--cream); }
.text-link { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.74); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.text-link b { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; font-size: 13px; }
.hero-facts { display: flex; gap: 45px; margin-top: 70px; }
.hero-facts span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.hero-facts b { color: var(--cream); font-family: var(--serif); font-size: 30px; font-weight: 500; }

.voice-card { position: absolute; right: clamp(45px, 8vw, 145px); bottom: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: 360px; gap: 12px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 4px; background: rgba(21,46,40,.63); backdrop-filter: blur(13px); box-shadow: 0 20px 48px rgba(5,18,15,.24); }
.voice-icon { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: var(--forest); background: var(--cream); font-size: 12px; }
.voice-card > div:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.voice-card small { color: rgba(255,255,255,.45); font-size: 7px; letter-spacing: .14em; }
.voice-card b { overflow: hidden; margin-top: 4px; font-family: var(--serif); font-size: 15px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.voice-card time { color: rgba(255,255,255,.5); font-size: 8px; }
.wave { display: flex; position: absolute; right: 48px; bottom: 12px; align-items: center; gap: 2px; height: 12px; }
.wave i { width: 2px; height: 5px; border-radius: 2px; background: var(--gold-light); animation: wave 1s ease-in-out infinite alternate; }
.wave i:nth-child(2n) { height: 9px; animation-delay: -.5s; }.wave i:nth-child(3n) { height: 3px; animation-delay: -.2s; }
@keyframes wave { to { transform: scaleY(.45); opacity: .55; } }

.section-shell { width: min(100% - 56px, 1220px); margin: 0 auto; }
.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding-block: 125px 115px; }
.intro h2, .section-heading h2, .booking h2, .included h2, .last-call h2 { margin: 14px 0 0; font-family: var(--serif); font-size: clamp(44px, 5.5vw, 76px); font-weight: 500; line-height: .95; letter-spacing: -.035em; }
.intro h2 em, .section-heading h2 em, .booking h2 em { color: var(--gold); }
.intro-copy { max-width: 480px; padding-top: 28px; }
.intro-copy p { margin: 0 0 20px; color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.55; }
.steps { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 40px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { position: relative; padding: 34px 45px 0 0; }
.steps li + li { padding-left: 45px; border-left: 1px solid var(--line); }
.steps li > span { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.step-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 33px 0 22px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 22px; }
.steps h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.steps p { max-width: 290px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.memory-strip { position: relative; display: grid; min-height: 390px; place-items: center; overflow: hidden; padding: 60px 28px; color: white; background: var(--forest); text-align: center; }
.memory-strip::before { position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(219,190,140,.1), transparent 28%), radial-gradient(circle at 85% 10%, rgba(255,255,255,.05), transparent 30%); content: ''; }
.memory-strip blockquote { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: clamp(39px, 5vw, 68px); line-height: 1; }
.memory-strip em { color: var(--cream); }
.rings i { position: absolute; width: 320px; height: 320px; border: 1px solid rgba(241,223,189,.1); border-radius: 50%; transform: translate(-50%,-50%); }.rings i:nth-child(2){width:510px;height:510px}.rings i:nth-child(3){width:710px;height:710px}

.phones { padding-block: 120px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.section-heading h2 { font-size: clamp(46px, 5vw, 68px); }
.section-heading > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.phone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.phone-card { position: relative; display: grid; min-width: 0; min-height: 505px; grid-template-rows: 265px 1fr auto; overflow: hidden; padding: 18px 23px 23px; border: 1px solid var(--line); background: rgba(255,255,255,.2); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.phone-card:hover, .phone-card.selected { z-index: 1; border-color: rgba(186,139,79,.65); box-shadow: 0 22px 60px rgba(43,52,47,.1); transform: translateY(-4px); }
.phone-card.busy { opacity: .58; filter: grayscale(.45); }
.phone-card img { width: 100%; height: 250px; margin-top: 14px; object-fit: contain; filter: drop-shadow(0 22px 19px rgba(35,38,34,.14)); transition: transform .3s ease; }
.phone-card:hover img { transform: scale(1.035); }
.phone-card .availability { position: absolute; z-index: 2; top: 17px; left: 17px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: rgba(246,241,232,.86); font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(5px); }
.phone-card.available .availability { border-color: rgba(64,132,96,.2); color: #347454; background: rgba(226,239,227,.91); }
.phone-card.busy .availability { color: #8c5b4b; background: #f2dfd7; }
.phone-card small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.phone-card h3 { margin: 8px 0 7px; font-family: var(--serif); font-size: 29px; font-weight: 600; }
.phone-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.phone-card button { justify-self: stretch; min-height: 43px; margin-top: 17px; border: 1px solid var(--line); color: var(--forest); background: transparent; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.phone-card.selected button { border-color: var(--forest); color: white; background: var(--forest); }
.phone-card.busy button { cursor: not-allowed; }

.included { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; color: white; background: var(--forest-deep); }
.included-photo { min-height: 550px; background: linear-gradient(90deg, transparent 60%, rgba(15,39,34,.35)), url('/assets/wedding-phone-hero.webp') 65% center / cover no-repeat; }
.included-copy { display: flex; max-width: 650px; flex-direction: column; justify-content: center; padding: 75px clamp(30px,7vw,110px); }
.included h2 { color: white; font-size: clamp(48px,5.3vw,72px); }.included h2 em { color: var(--cream); }
.included ul { display: grid; gap: 0; margin: 40px 0 0; padding: 0; list-style: none; }
.included li { display: flex; align-items: center; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.included li i { display: grid; flex: 0 0 auto; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(241,223,189,.4); border-radius: 50%; color: var(--cream); font-style: normal; }
.included li span { display: flex; flex-direction: column; }.included li b { font-family: var(--serif); font-size: 18px; font-weight: 600; }.included li small { margin-top: 3px; color: rgba(255,255,255,.53); font-size: 10px; line-height: 1.5; }

.booking { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; padding-block: 125px; }
.booking h2 { font-size: clamp(52px,5.5vw,76px); }
.booking-intro > p { max-width: 430px; margin: 25px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.contact-note { display: flex; align-items: flex-start; flex-direction: column; margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-note span, .contact-note small { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.contact-note a { margin: 6px 0 4px; font-family: var(--serif); font-size: 28px; text-decoration: none; }
.booking-form { min-height: 540px; padding: 39px; border: 1px solid var(--line); background: rgba(255,255,255,.33); box-shadow: 0 28px 70px rgba(36,49,43,.08); }
.form-progress { display: flex; position: relative; gap: 5px; margin-bottom: 36px; }.form-progress span { width: 52px; height: 2px; background: rgba(28,40,36,.14); }.form-progress span.active { background: var(--gold); }.form-progress small { position: absolute; right: 0; top: -5px; color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .11em; }
.form-step { display: none; }.form-step.active { display: block; animation: formIn .25s ease both; }@keyframes formIn{from{opacity:0;transform:translateY(6px)}}
.form-step h3, .form-success h3 { margin: 0; font-family: var(--serif); font-size: 32px; font-weight: 600; }.form-step > p { margin: 7px 0 25px; color: var(--muted); font-size: 11px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.form-grid label { display: flex; flex-direction: column; gap: 7px; }.form-grid label.wide { grid-column: 1/-1; }.form-grid label > span { color: var(--muted); font-size: 9px; font-weight: 600; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: rgba(255,255,255,.52); font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }.form-grid textarea { padding-block: 13px; resize: vertical; }.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(186,139,79,.09); }
.availability-message { margin: 15px 0; padding: 11px 13px; color: var(--muted); background: rgba(23,53,46,.045); font-size: 10px; line-height: 1.45; }.availability-message.success { color: #347454; background: rgba(64,132,96,.08); }.availability-message.error { color: #975f4d; background: rgba(151,95,77,.08); }
.selected-model { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 54px; padding: 8px 13px; border: 1px dashed var(--line); color: var(--muted); font-size: 10px; }.selected-model strong { color: var(--ink); }.selected-model button { border: 0; color: var(--gold); background: transparent; font-size: 9px; font-weight: 700; cursor: pointer; }
.form-next, .submit-button { width: 100%; margin-top: 17px; color: white; background: var(--forest); }.form-back { margin: -8px 0 22px; padding: 0; border: 0; color: var(--gold); background: transparent; font-size: 9px; font-weight: 700; cursor: pointer; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 15px; color: var(--muted); font-size: 9px; line-height: 1.5; cursor: pointer; }.consent input { position: absolute; opacity: 0; }.consent i { display: grid; flex: 0 0 18px; width: 18px; height: 18px; place-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.5); }.consent input:checked + i { border-color: var(--forest); background: var(--forest); }.consent input:checked + i::after { color: white; content: '✓'; font-style: normal; }.consent a { color: var(--gold); }.honeypot { position: fixed !important; left: -10000px !important; opacity: 0 !important; pointer-events: none !important; }
.form-success { display: none; min-height: 430px; place-items: center; align-content: center; text-align: center; }.booking-form.success .form-progress,.booking-form.success .form-step { display:none }.booking-form.success .form-success { display:grid }.form-success > div { display:grid;place-items:center;width:62px;height:62px;margin-bottom:18px;border:1px solid rgba(61,123,89,.3);border-radius:50%;color:#347454;font-size:24px }.form-success > span { color:var(--gold);font-size:8px;font-weight:700;letter-spacing:.14em }.form-success p { max-width:390px;margin:12px auto 24px;color:var(--muted);font-size:11px;line-height:1.6 }

.faq { padding-block: 100px 120px; }.faq .section-heading { margin-bottom: 30px; }.faq-list { border-top: 1px solid var(--line); }.faq details { border-bottom: 1px solid var(--line); }.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 2px; font-family: var(--serif); font-size: 24px; cursor: pointer; list-style: none; }.faq summary::-webkit-details-marker { display:none }.faq summary span { display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--line);border-radius:50%;font-family:var(--sans);font-size:14px;transition:transform .2s ease }.faq details[open] summary span { transform:rotate(45deg) }.faq details p { max-width:780px;margin:-8px 0 25px;color:var(--muted);font-size:12px;line-height:1.75 }

.last-call { display: grid; min-height: 500px; place-items: center; padding: 80px 28px; color: white; background: linear-gradient(rgba(12,36,30,.83),rgba(12,36,30,.9)), url('/assets/wedding-phone-hero.webp') center 48% / cover fixed; text-align:center }.last-call h2 { max-width:850px;margin:16px auto 30px;font-size:clamp(50px,6.5vw,88px) }.last-call h2 em { color:var(--cream) }
.site-footer { display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:50px;padding:65px max(28px,calc((100vw - 1220px)/2));color:rgba(255,255,255,.67);background:#0b211c }.footer-brand { display:flex;flex-direction:column }.footer-brand b { color:white;font-family:var(--serif);font-size:31px;font-weight:600 }.footer-brand span { margin-top:5px;font-size:9px;letter-spacing:.1em;text-transform:uppercase }.site-footer > div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:7px}.site-footer small{color:var(--gold-light);font-size:8px;letter-spacing:.13em}.site-footer a{color:white;font-size:12px;text-decoration:none}.site-footer p{grid-column:1/-1;margin:10px 0 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:8px;letter-spacing:.07em;text-transform:uppercase}
.mobile-book { display:none }.toast { position:fixed;z-index:100;right:22px;bottom:22px;max-width:380px;padding:13px 16px;border:1px solid rgba(255,255,255,.18);color:white;background:var(--forest);box-shadow:0 20px 50px rgba(0,0,0,.2);font-size:11px;line-height:1.5;opacity:0;pointer-events:none;transform:translateY(10px);transition:.25s }.toast.visible{opacity:1;transform:none}.toast.error{background:#6b3d32}
.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease }.reveal.visible { opacity:1; transform:none }

@media(max-width:1050px){
  .site-header nav{display:none}.site-header{grid-template-columns:1fr auto}.header-cta{display:none}.menu-button{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:transparent}.menu-button span{display:block;width:17px;height:1px;background:white}.menu-button span+span{margin-top:-14px}.site-header.menu-open nav{position:absolute;top:75px;right:0;display:flex;width:240px;flex-direction:column;gap:0;padding:12px;color:var(--ink);background:var(--paper);box-shadow:0 20px 55px rgba(0,0,0,.18)}.site-header.menu-open nav a{padding:13px;color:var(--ink)}
  .voice-card{right:35px}.phone-grid{grid-template-columns:repeat(2,1fr)}.booking{gap:45px}.included-copy{padding-inline:45px}
}
@media(max-width:720px){
  .site-header{width:calc(100% - 32px);min-height:74px}.brand b{font-size:20px}.brand small{font-size:7px}.hero{min-height:810px}.hero-photo{background-position:67% center}.hero-shade{background:linear-gradient(180deg,rgba(10,28,24,.54),rgba(9,29,24,.9) 57%,rgba(9,29,24,.98))}.hero-copy{width:calc(100% - 36px);padding:135px 0 175px}.hero h1{margin-top:14px;font-size:55px;line-height:.89}.hero-copy>p{font-size:13px;line-height:1.65}.hero-actions{align-items:stretch;flex-direction:column;gap:16px;margin-top:25px}.hero-actions .button{width:100%}.text-link{justify-content:center}.hero-facts{gap:13px;margin-top:35px}.hero-facts span{align-items:flex-start;flex:1;flex-direction:column;gap:2px;font-size:7px;line-height:1.4}.hero-facts b{font-size:24px}.voice-card{right:18px;bottom:26px;left:18px;width:auto}
  .section-shell{width:calc(100% - 34px)}.intro{grid-template-columns:1fr;gap:25px;padding-block:80px}.intro h2,.section-heading h2,.booking h2,.included h2{font-size:47px}.intro-copy{padding-top:0}.intro-copy p{font-size:19px}.steps{grid-template-columns:1fr;margin-top:18px}.steps li,.steps li+li{display:grid;grid-template-columns:52px 1fr;padding:24px 0;border-left:0;border-bottom:1px solid var(--line)}.steps li>span{grid-column:1/-1}.step-icon{grid-row:2/span 2;margin:17px 0 0}.steps h3{margin:17px 0 5px}.memory-strip{min-height:310px}.memory-strip blockquote{font-size:39px}
  .phones{padding-block:78px}.section-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:30px}.section-heading>p{font-size:11px}.phone-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.phone-card{min-height:355px;grid-template-rows:175px 1fr auto;padding:12px}.phone-card img{height:165px}.phone-card .availability{top:9px;left:9px;font-size:6px}.phone-card small{font-size:6px}.phone-card h3{font-size:21px}.phone-card p{font-size:8px}.phone-card button{min-height:38px}
  .included{grid-template-columns:1fr}.included-photo{min-height:380px;background-position:66% center}.included-copy{padding:65px 22px}.included li b{font-size:17px}
  .booking{grid-template-columns:1fr;gap:35px;padding-block:80px}.contact-note{margin-top:30px}.booking-form{min-height:520px;padding:25px 17px}.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.faq{padding-block:75px 95px}.faq summary{font-size:20px}.last-call{min-height:430px;background-attachment:scroll}.site-footer{grid-template-columns:1fr;gap:28px;padding:50px 24px 90px}.site-footer p{grid-column:auto}.mobile-book{position:fixed;z-index:40;right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;display:flex;min-height:49px;align-items:center;justify-content:center;color:var(--forest);background:var(--cream);box-shadow:0 12px 35px rgba(8,27,22,.28);font-size:10px;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.toast{right:12px;bottom:75px;left:12px;max-width:none}
}
@media(max-width:390px){.hero h1{font-size:49px}.phone-card{min-height:335px}.phone-card img{height:150px}.phone-card p{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.wave i{animation:none}}

/* CRM-inspired dark edition */
html { scrollbar-width: none; }
html::-webkit-scrollbar { width: 0; height: 0; }
body {
  background:
    radial-gradient(circle at 76% 4%, rgba(239,185,79,.07), transparent 25rem),
    radial-gradient(circle at 8% 28%, rgba(75,126,183,.08), transparent 32rem),
    var(--paper);
}
.site-header.scrolled { position: fixed; top: 10px; min-height: 64px; padding: 0 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(9,21,37,.88); box-shadow: 0 18px 55px rgba(0,0,0,.26); backdrop-filter: blur(18px); }
.brand-mark { border-color: rgba(239,185,79,.4); border-radius: 13px; background: linear-gradient(145deg, rgba(239,185,79,.16), rgba(239,185,79,.03)); }
.header-cta { border-color: rgba(239,185,79,.42); color: var(--cream); background: rgba(239,185,79,.08); }
.hero { min-height: min(900px,100vh); border-bottom: 1px solid var(--line); }
.hero-photo { background-image: url('/assets/gallery/classic-white-scene-v3.webp'); background-position: 55% center; }
.hero-shade { background: linear-gradient(90deg,rgba(5,13,24,.98) 0%,rgba(7,18,32,.88) 38%,rgba(8,18,32,.25) 72%,rgba(5,12,22,.38)),linear-gradient(0deg,rgba(5,13,23,.9),transparent 48%); }
.voice-card { border-color: rgba(239,185,79,.27); border-radius: 16px; background: rgba(12,28,47,.78); }
.voice-icon { color: #152239; background: var(--gold); }
.button { border-radius: 12px; }
.button-primary,.button-cream { color: #111b29; background: linear-gradient(135deg,#f6d681,#e9ad3f); box-shadow: 0 12px 30px rgba(219,159,47,.17); }
.button-outline { color: var(--ink); }
.intro { padding-bottom: 95px; }
.intro-copy p { color: #a7b4c4; }
.steps { border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,rgba(20,40,64,.78),rgba(10,23,39,.82)); overflow: hidden; }
.steps li { min-height: 275px; padding: 30px 36px; }
.steps li + li { padding-left: 36px; }
.step-icon { margin: 27px 0 18px; border-radius: 14px; background: rgba(239,185,79,.07); }

.scene-gallery { padding-block: 45px 120px; }
.gallery-shell { position: relative; overflow: hidden; border: 1px solid rgba(239,185,79,.23); border-radius: 26px; background: #071322; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.gallery-viewport { overflow: hidden; outline: none; touch-action: pan-y; }
.gallery-track { display: flex; transition: transform .65s cubic-bezier(.22,.8,.25,1); will-change: transform; }
.gallery-slide { position: relative; flex: 0 0 100%; margin: 0; aspect-ratio: 16/9; overflow: hidden; }
.gallery-slide::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(4,12,22,.9)); content: ''; pointer-events: none; }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
.gallery-slide figcaption { position: absolute; z-index: 2; right: 34px; bottom: 28px; left: 34px; display: flex; align-items: center; gap: 15px; color: white; }
.gallery-slide figcaption > span { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(239,185,79,.55); border-radius: 12px; color: var(--gold); background: rgba(8,21,36,.62); font-size: 10px; font-weight: 700; backdrop-filter: blur(8px); }
.gallery-slide figcaption div { display: flex; flex-direction: column; }
.gallery-slide figcaption b { font-family: var(--serif); font-size: 24px; font-weight: 600; }
.gallery-slide figcaption small { margin-top: 2px; color: rgba(255,255,255,.64); font-size: 10px; }
.gallery-controls { display: flex; position: absolute; z-index: 4; right: 25px; top: 22px; align-items: center; gap: 14px; padding: 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(7,18,32,.7); backdrop-filter: blur(12px); }
.gallery-controls > button { display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 10px; color: var(--cream); background: rgba(255,255,255,.06); cursor: pointer; }
.gallery-dots { display: flex; gap: 6px; }
.gallery-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.28); cursor: pointer; transition: width .25s ease,background .25s ease; }
.gallery-dots button.active { width: 22px; background: var(--gold); }

.phone-card,.phone-card.dark { border-radius: 20px; background: linear-gradient(145deg,rgba(20,40,64,.94),rgba(10,23,39,.94)); box-shadow: inset 0 1px rgba(255,255,255,.025); }
.phone-card:hover,.phone-card.selected { border-color: rgba(239,185,79,.65); box-shadow: 0 26px 60px rgba(0,0,0,.27); }
.phone-card img { filter: drop-shadow(0 25px 20px rgba(0,0,0,.34)); }
.phone-card .availability { border-color: var(--line); color: #aab8c9; background: rgba(8,20,35,.9); }
.phone-card.available .availability { border-color: rgba(81,211,158,.28); color: #72d9ae; background: rgba(21,69,58,.72); }
.phone-card.busy .availability { color: #efa08e; background: rgba(88,42,45,.85); }
.phone-card button { border-radius: 11px; color: #c4d2e2; background: rgba(255,255,255,.018); }
.phone-card.selected button { border-color: var(--gold); color: #111b29; background: var(--gold); }
.included { background: #081422; }
.included-photo { background-image: linear-gradient(90deg,transparent 57%,#081422 100%),url('/assets/gallery/classic-black-scene-v3.webp'); background-position: 64% center; }
.included-copy { background: radial-gradient(circle at 100% 0,rgba(239,185,79,.08),transparent 50%); }
.rental-terms { display: grid; gap: 10px; margin-top: 32px; }
.rental-terms span { display: flex; flex-direction: column; padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(18,36,58,.55); }
.rental-terms b { color: var(--cream); font-size: 11px; }
.rental-terms small { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.booking-form { border-radius: 22px; background: linear-gradient(145deg,rgba(20,40,64,.9),rgba(10,23,39,.94)); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.form-grid input,.form-grid select,.form-grid textarea { border-radius: 12px; color: var(--ink); background: #0a1728; color-scheme: dark; }
.form-grid input::placeholder,.form-grid textarea::placeholder { color: #566a82; }
.form-grid select option { color: var(--ink); background: #0a1728; }
.availability-message { border-radius: 12px; background: rgba(255,255,255,.035); }
.availability-message.success { color: #72d9ae; background: rgba(34,117,90,.14); }
.availability-message.error { color: #efa08e; background: rgba(151,70,67,.14); }
.selected-model { border-radius: 12px; background: rgba(5,15,27,.25); }
.consent i { border-radius: 6px; background: #0a1728; }
.consent input:checked + i { border-color: var(--gold); color: #111b29; background: var(--gold); }
.form-next,.submit-button { color: #111b29; background: linear-gradient(135deg,#f6d681,#e9ad3f); }
.faq details { border-color: var(--line); }
.faq details[open] { padding-inline: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(18,36,58,.46); }
.last-call { background-image: linear-gradient(rgba(5,14,25,.7),rgba(5,14,25,.94)),url('/assets/gallery/ornate-bronze-scene-v3.webp'); }
.site-footer { background: #060f1b; }
.mobile-book { border-radius: 14px; color: #111b29; background: linear-gradient(135deg,#f6d681,#e9ad3f); }
.toast { border-radius: 14px; background: #172d47; }

@media(max-width:720px){
  .site-header.scrolled { top: 7px; width: calc(100% - 18px); }
  .site-header.menu-open nav { border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #102139; }
  .site-header.menu-open nav a { color: var(--ink); }
  .hero { min-height: 790px; }
  .hero-photo { background-position: 61% center; }
  .hero-shade { background: linear-gradient(180deg,rgba(5,13,24,.45),rgba(6,16,29,.86) 47%,#071321 86%); }
  .steps { display: block; padding-inline: 18px; }
  .steps li,.steps li+li { min-height: auto; padding-inline: 0; }
  .scene-gallery { width: 100%; padding-block: 18px 80px; }
  .scene-gallery .section-heading { width: calc(100% - 34px); margin-inline: auto; }
  .gallery-shell { border-inline: 0; border-radius: 0; }
  .gallery-slide { aspect-ratio: 4/5; }
  .gallery-slide img { object-position: center; }
  .gallery-slide figcaption { right: 18px; bottom: 18px; left: 18px; }
  .gallery-slide figcaption b { font-size: 21px; }
  .gallery-slide figcaption small { max-width: 245px; font-size: 8px; }
  .gallery-controls { top: 14px; right: 14px; }
  .gallery-controls > button { width: 32px; height: 32px; }
  .phone-card,.phone-card.dark { border-radius: 15px; }
  .included-photo { background-image: linear-gradient(0deg,#081422 0%,transparent 45%),url('/assets/gallery/classic-black-scene-v3.webp'); background-position: 64% center; }
  .rental-terms { grid-template-columns: 1fr; }
  .faq details[open] { padding-inline: 14px; }
}

@media(max-width:720px){
  .site-header { width: calc(100% - 24px); min-height: 68px; }
  .site-header.scrolled { min-height: 58px; padding-inline: 12px; }
  .brand { gap: 9px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 11px; }
  .brand-mark svg { width: 23px; }
  .brand b { font-size: 20px; }
  .brand small { display: none; }
  .menu-button,.site-header .menu-button { width: 42px; height: 42px; border-radius: 12px; }
  .site-header.menu-open nav { position: fixed; top: 78px; right: 12px; left: 12px; display: grid; width: auto; gap: 3px; padding: 8px; border: 1px solid rgba(239,185,79,.22); border-radius: 16px; background: rgba(9,21,37,.97); box-shadow: 0 24px 70px rgba(0,0,0,.42); backdrop-filter: blur(18px); }
  .site-header.menu-open nav a { padding: 13px 14px; border-radius: 10px; color: #dbe6f2; font-size: 12px; }
  .site-header.menu-open nav a:active { background: rgba(239,185,79,.1); }
  .site-header.menu-open nav .nav-booking { display: block; color: #111b29; background: var(--gold); text-align: center; }
  .hero { min-height: 600px; }
  .hero-copy { width: calc(100% - 36px); padding: 118px 0 68px; }
  .hero h1 { max-width: 355px; margin: 12px 0 18px; font-size: clamp(47px,14.2vw,56px); line-height: .91; letter-spacing: -.04em; }
  .hero-copy > p { max-width: 345px; font-size: 12px; line-height: 1.65; }
  .hero-actions { gap: 12px; margin-top: 24px; }
  .hero-actions .button { min-height: 50px; }
  .hero-facts,.voice-card { display: none; }
  .intro { gap: 20px; padding-block: 68px 58px; }
  .intro h2,.section-heading h2,.booking h2,.included h2 { font-size: 38px; line-height: .98; }
  .intro-copy p { margin-bottom: 12px; font-size: 15px; line-height: 1.55; }
  .steps { margin-top: 10px; }
  .steps li,.steps li+li { grid-template-columns: 42px 1fr; padding-block: 19px; }
  .step-icon { width: 38px; height: 38px; margin-top: 14px; border-radius: 11px; font-size: 17px; }
  .steps h3 { margin-top: 13px; font-size: 20px; }
  .steps p { font-size: 10px; line-height: 1.55; }
  .scene-gallery { padding-bottom: 42px; }
  .scene-gallery .section-heading { margin-bottom: 22px; }
  .scene-gallery .section-heading h2 { font-size: 34px; }
  .scene-gallery .section-heading > p { display: none; }
  .gallery-slide { aspect-ratio: 16/10; }
  .gallery-slide::after { inset: 42% 0 0; }
  .gallery-slide figcaption { right: 14px; bottom: 12px; left: 14px; gap: 10px; }
  .gallery-slide figcaption > span { flex-basis: 34px; width: 34px; height: 34px; border-radius: 9px; font-size: 8px; }
  .gallery-slide figcaption b { font-size: 18px; }
  .gallery-slide figcaption small { display: none; }
  .gallery-controls { top: 10px; right: 10px; gap: 8px; padding: 5px; border-radius: 13px; }
  .gallery-controls > button { width: 30px; height: 30px; }
  .gallery-dots button { width: 6px; height: 6px; }
  .gallery-dots button.active { width: 17px; }
  .phones { padding-block: 54px; }
  .phone-grid { display: flex; gap: 11px; margin-inline: -17px; padding: 0 17px 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .phone-grid::-webkit-scrollbar { display: none; }
  .phone-card,.phone-card.dark { flex: 0 0 min(62vw,242px); min-height: 332px; grid-template-rows: 158px 1fr auto; padding: 13px; scroll-snap-align: start; }
  .phone-card img { height: 150px; }
  .phone-card .availability { top: 10px; left: 10px; padding: 6px 8px; }
  .phone-card small { font-size: 6px; letter-spacing: .11em; }
  .phone-card p { display: none; }
  .phone-card h3 { margin-block: 8px 4px; font-size: 21px; }
  .phone-card button { min-height: 39px; font-size: 8px; }
  .mobile-book { opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .22s ease,transform .22s ease; }
  .mobile-book { right: 14px; left: auto; width: auto; min-width: 174px; min-height: 46px; padding-inline: 19px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 14px 38px rgba(0,0,0,.34); font-size: 9px; }
  body.mobile-cta-visible .mobile-book { opacity: 1; pointer-events: auto; transform: none; }
}
[hidden] { display: none !important; }
.event-date-picker { display: grid; grid-template-columns: minmax(220px, 1fr) 2fr; align-items: center; gap: 28px; padding: 26px; border: 1px solid #cfb37360; border-radius: 22px; background: #13243b; margin: 0 0 18px; }
.event-date-picker label { display: grid; gap: 10px; color: #eee9dc; font-size: 16px; }
.event-date-picker input { width: 100%; min-height: 54px; min-width: 0; padding: 12px; border-radius: 12px; border: 1px solid #a6b8cc60; background: #1b304a; color: #fff; font: inherit; color-scheme: dark; }
.event-date-picker strong { display: block; font-size: clamp(23px, 3vw, 32px); color: #e4cb94; margin-bottom: 10px; }
.event-date-picker div > span { font-size: 16px; line-height: 1.7; color: #bdcbdc; }
.rental-period, #bookingPeriod { font-size: 16px !important; line-height: 1.7; }
.phones > .availability-message { margin: 12px 0 28px; font-size: 16px; }
.phone-card.busy { opacity: 1; }
.phone-card.busy img { opacity: .4; }
.phone-card.busy > div { opacity: .65; }
.phone-card .availability { font-size: 13px !important; padding: 7px 11px; letter-spacing: 0; }
.phone-card button { font-size: 16px !important; min-height: 48px; }
.phone-card button:disabled { cursor: not-allowed; opacity: .6; }
.rental-terms span { display: grid; gap: 8px; padding: 18px; }
.rental-terms b { font-size: 17px !important; line-height: 1.5; }
.rental-terms small, .rental-terms a { font-size: 16px !important; line-height: 1.65; }
.rental-terms a { color: #dfc38a; text-decoration: underline; text-underline-offset: 4px; }
.booking-intro > p, .form-step > p, .form-success p { font-size: 16px !important; line-height: 1.7; }
.form-grid label > span, .selected-model, .consent, .form-back { font-size: 14px !important; }
.form-grid input, .form-grid textarea, .form-grid select { font-size: 16px !important; }
.form-success a { text-decoration: underline; }
.toast { font-size: 16px !important; line-height: 1.5; }
@media(max-width:720px) { .event-date-picker { grid-template-columns: 1fr; gap: 22px; padding: 22px 18px; } .phone-card .availability { font-size: 12px !important; padding: 6px 8px; } }

/* Real greeting recordings and pickup map, in the existing navy/gold palette. */
.phone-card img { width: 100%; height: auto; aspect-ratio: 1672/941; align-self: center; margin-top: 32px; border-radius: 12px; object-fit: contain; filter: none; }
.phone-card:hover img { transform: none; }
.phone-card, .phone-card.dark { grid-template-rows: auto 1fr auto; min-height: 440px; }
.phone-card > div { padding-top: 20px; }
#greetings, #pickup { scroll-margin-top: 90px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 380px); gap: clamp(24px, 4vw, 65px); padding-inline: max(28px, calc((100vw - 1440px) / 2)); }
.hero-copy { width: auto; margin: 0; padding-bottom: 85px; }
.hero-copy > p { font-size: 16px; }
.hero-facts { flex-wrap: wrap; gap: 15px 28px; }
.hero .result-preview { position: static; display: grid; align-self: end; width: 100%; margin: 145px 0 68px; padding: 20px; border-radius: 18px; background: linear-gradient(145deg, rgba(22,43,67,.93), rgba(8,21,37,.95)); box-shadow: 0 25px 70px #0005; }
.result-preview .voice-icon { width: 44px; height: 44px; border: 0; cursor: default; opacity: .65; }
.result-preview .voice-icon svg { width: 22px; height: 22px; fill: currentColor; }
.result-preview small { font-size: 12px; letter-spacing: .09em; }
.result-preview b { font-size: 24px; white-space: normal; }
.result-duration { color: #a9b9cc; font-size: 12px; }
.result-preview .wave { position: static; grid-column: 2 / -1; gap: 4px; height: 18px; }
.result-preview .wave i { width: 3px; animation: none; opacity: .5; }
.result-preview .wave i:nth-child(2n) { height: 16px; }
.result-preview-note { grid-column: 1 / -1; margin: 0; color: #a9b9cc; font-size: 13px; line-height: 1.5; }
.intro .steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; }
.intro .steps li, .intro .steps li + li { display: block; min-height: 0; padding: 30px; border: 0; }
.intro .steps li:not(:nth-child(3n + 1)) { border-left: 1px solid var(--line); }
.intro .steps li:nth-child(n + 4) { border-top: 1px solid var(--line); }
.intro .steps li:last-child { background: #efb94f09; }
.intro .steps li > span { display: block; margin-bottom: 22px; font-size: 14px; }
.intro .steps h3 { margin: 0 0 12px; font-size: 28px; }
.intro .steps p { max-width: none; font-size: 16px; line-height: 1.7; }
.greetings-section { padding-block: 15px 75px; }
.greetings-section .section-heading > p { max-width: 510px; font-size: 16px; line-height: 1.7; }
.greeting-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.greeting-player { min-width: 0; display: flex; flex-direction: column; padding: 30px; border: 1px solid #efb94f40; border-radius: 22px; background: linear-gradient(145deg, #162b43, #081525); }
.greeting-player .greeting-transport { padding-top: 25px; margin-top: auto; }
.greeting-context { max-width: 770px; margin: 22px 0 0; color: #a9b9cc; font-size: 14px; line-height: 1.7; }
.greeting-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.greeting-heading .eyebrow { font-size: 12px; letter-spacing: .12em; }
.greeting-badge { padding: 4px 9px; border: 1px solid #efb94f45; border-radius: 99px; color: var(--cream); font-size: 12px; }
.greeting-player h3 { margin: 24px 0 12px; font: 500 38px/1.05 var(--serif); letter-spacing: -.02em; }
.greeting-player > p { margin: 0; color: #b7c5d6; font-size: 16px; line-height: 1.6; }
.greeting-transport { display: flex; align-items: center; gap: 16px; margin-top: 22px; }
.audio-toggle { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border: 1px solid #f8dd9d; border-radius: 50%; background: linear-gradient(135deg, #f6d681, #e9ad3f); color: #111b29; cursor: pointer; box-shadow: 0 6px 24px #e9ad3f22; }
.audio-toggle svg { width: 24px; height: 24px; fill: currentColor; }
.audio-toggle .pause-symbol { display: none; }
.is-playing .audio-toggle .play-symbol, .is-loading .audio-toggle .play-symbol { display: none; }
.is-playing .audio-toggle .pause-symbol, .is-loading .audio-toggle .pause-symbol { display: block; }
.is-loading .audio-toggle { animation: greeting-pulse 1s ease-in-out infinite alternate; }
@keyframes greeting-pulse { to { opacity: .6; } }
.greeting-timeline { flex: 1; min-width: 0; }
.greeting-seek { --progress: 0%; display: block; width: 100%; height: 28px; margin: 0; padding: 0; border: 0; border-radius: 4px; appearance: none; -webkit-appearance: none; background: linear-gradient(to right, var(--gold) var(--progress), #526278 var(--progress)) center / 100% 4px no-repeat; cursor: pointer; }
.greeting-seek::-webkit-slider-runnable-track { height: 4px; background: transparent; }
.greeting-seek::-webkit-slider-thumb { width: 14px; height: 14px; margin-top: -5px; border: 2px solid #f8dd9d; border-radius: 50%; appearance: none; -webkit-appearance: none; background: var(--gold); }
.greeting-seek::-moz-range-track { height: 4px; background: transparent; }
.greeting-seek::-moz-range-thumb { width: 10px; height: 10px; border: 2px solid #f8dd9d; border-radius: 50%; background: var(--gold); }
.greeting-seek:disabled { cursor: default; opacity: .5; }
.greeting-times { display: flex; justify-content: space-between; color: #adbdcf; font-size: 12px; font-variant-numeric: tabular-nums; }
.greeting-player .greeting-status { min-height: 2.8em; margin-top: 16px; color: #9eb0c5; font-size: 13px; line-height: 1.4; }
.greeting-player.has-audio-error .greeting-status { color: #ffc1ab; }
.audio-toggle:focus-visible, .greeting-seek:focus-visible, .pickup a:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.included li small { font-size: 16px; line-height: 1.6; }
.included li b { font-size: 24px; }
.included li small a { display: inline-block; color: var(--cream); text-underline-offset: 4px; }
.scene-gallery .section-heading > p { display: block; font-size: 16px; }
.pickup { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.25fr); gap: 55px; align-items: center; padding-block: 20px 95px; }
.pickup-copy h2 { margin: 15px 0 30px; font: 500 clamp(44px, 5vw, 68px)/.95 var(--serif); letter-spacing: -.035em; }
.pickup-copy h2 em { color: var(--gold); }
.pickup-copy address { display: grid; gap: 8px; font-style: normal; }
.pickup-copy address span { color: #b3c3d5; font-size: 16px; }
.pickup-copy address strong { color: var(--ink); font-size: clamp(21px, 2.2vw, 27px); line-height: 1.4; font-weight: 600; }
.pickup-copy p { margin: 20px 0; color: #a9b9cc; font-size: 16px; line-height: 1.7; }
.pickup-copy .pickup-hours { padding-left: 36px; position: relative; color: var(--ink); }
.pickup-hours > span { position: absolute; top: 0; left: 0; color: var(--gold); font-size: 28px; line-height: 1; }
.pickup-hours strong { color: var(--cream); font-weight: 600; }
.pickup-copy .button { gap: 24px; margin-top: 8px; font-size: 14px; letter-spacing: .03em; }
.pickup-contact { display: block; width: fit-content; margin-top: 20px; color: #b3c3d5; font-size: 14px; text-underline-offset: 5px; }
.pickup-map { overflow: hidden; border: 1px solid #efb94f45; border-radius: 24px; background: #13243b; box-shadow: 0 25px 65px #0003; }
.map-heading { display: flex; align-items: center; gap: 14px; padding: 23px 25px; }
.map-pin { display: grid; flex: 0 0 42px; width: 42px; height: 46px; place-items: center; border: 1px solid #efb94f40; border-radius: 12px; background: #efb94f0c; }
.map-pin svg { width: 20px; height: 24px; fill: none; stroke: var(--gold); stroke-width: 1.5; }
.map-heading div { display: grid; gap: 5px; }
.map-heading strong { font: 500 27px/1 var(--serif); color: var(--cream); }
.map-heading div > span { color: #a9b9cc; font-size: 14px; line-height: 1.5; }
.pickup-map iframe { display: block; width: 100%; height: 420px; border: 0; background: #e6e9e9; }
.pickup-map > p { margin: 0; padding: 17px 25px; color: #a9b9cc; font-size: 13px; line-height: 1.7; }
.pickup-map > p a { color: var(--cream); text-underline-offset: 4px; }
@media(max-width:1100px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(310px, 350px); gap: 25px; }
  .hero h1 { font-size: clamp(54px, 6.6vw, 73px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero .result-preview { padding: 18px; }
  .pickup { gap: 30px; }
}
@media(max-width:800px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 0; padding-inline: 18px; }
  .hero-copy { width: 100%; padding: 125px 0 30px; }
  .hero h1 { font-size: clamp(47px, 10vw, 76px); }
  .hero-copy > p { max-width: 530px; font-size: 16px; }
  .hero .result-preview { max-width: 420px; margin: 8px 0 38px; padding: 20px; }
  .hero-facts { display: none; }
  .greeting-player h3 { font-size: 34px; }
  .greetings-section .section-heading { display: block; margin-bottom: 28px; }
  .greetings-section .section-heading > p { max-width: none; margin-top: 22px; }
  .greeting-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .greeting-player { padding: 24px; }
  .intro .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro .steps li:nth-child(n) { padding: 25px; border: 0; }
  .intro .steps li:nth-child(2n) { border-left: 1px solid var(--line); }
  .intro .steps li:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .hero-actions { align-items: stretch; }
  .pickup { grid-template-columns: minmax(0, 1fr); gap: 35px; padding-block: 0 55px; }
  .pickup-map iframe { height: 365px; }
  .pickup-copy h2 { font-size: 42px; }
  .scene-gallery .section-heading > p { max-width: 100%; font-size: 14px; }
}
@media(max-width:720px) { .phone-card, .phone-card.dark { flex-basis: min(78vw, 320px); min-height: 350px; } }
@media(max-width:540px) {
  .intro .steps { grid-template-columns: minmax(0, 1fr); }
  .intro .steps li:nth-child(n) { padding: 24px; border: 0; }
  .intro .steps li:nth-child(n + 2) { border-top: 1px solid var(--line); }
  .intro .steps li > span { margin-bottom: 14px; }
  .intro .steps h3 { font-size: 27px; }
}
@media(max-width:370px) {
  .hero .result-preview, .greeting-player { padding: 18px 15px; }
  .result-preview b { font-size: 22px; }
  .greeting-heading .eyebrow { font-size: 12px; letter-spacing: .06em; }
  .map-heading { padding-inline: 18px; }
}
@media(prefers-reduced-motion:reduce) { .is-loading .audio-toggle { animation: none; } }
