:root {
  --ink: #102a25;
  --ink-soft: #526761;
  --forest: #073f35;
  --forest-2: #0d594a;
  --forest-3: #e9f3ef;
  --paper: #fffefa;
  --cream: #f7f2e8;
  --gold: #d5a94f;
  --gold-soft: #f6e8c5;
  --white: #fff;
  --line: #dbe5e0;
  --danger: #a63f34;
  --shadow-sm: 0 12px 34px rgba(7,63,53,.08);
  --shadow-lg: 0 30px 80px rgba(7,49,42,.17);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body > main { display: flex; flex-direction: column; }
img, video { max-width: 100%; }
button, input, select { font: inherit; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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; }

.nav-wrap { position: sticky; top: 0; z-index: 50; background: rgba(255,254,250,.92); border-bottom: 1px solid rgba(7,63,53,.08); backdrop-filter: blur(18px); }
.nav { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; flex: 0 0 auto; text-decoration: none; }
.brand-logo { display: block; width: 170px; height: auto; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 26px; margin-left: auto; }
.nav-links a { position: relative; color: #38534c; font-size: 14px; font-weight: 600; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .2s ease; }
.nav-links a:hover::after { right: 0; }
.nav-cta { flex: 0 0 auto; min-height: 46px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 9px; background: var(--forest); color: white; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--forest-2); transform: translateY(-1px); }

.hero { order: 1; position: relative; overflow: hidden; padding: 78px 0 96px; background: radial-gradient(circle at 8% 6%, rgba(213,169,79,.15), transparent 25%), linear-gradient(135deg, #f9f5ec 0%, #fffefa 72%); }
.hero::after { content: ""; position: absolute; right: -180px; top: -240px; width: 640px; height: 640px; border: 1px solid rgba(7,63,53,.08); border-radius: 50%; box-shadow: 0 0 0 74px rgba(7,63,53,.025), 0 0 0 148px rgba(7,63,53,.018); pointer-events: none; }
.hero-pattern { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(30deg, rgba(7,63,53,.025) 12%, transparent 12.5%, transparent 87%, rgba(7,63,53,.025) 87.5%), linear-gradient(150deg, rgba(7,63,53,.025) 12%, transparent 12.5%, transparent 87%, rgba(7,63,53,.025) 87.5%); background-size: 70px 122px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px,7vw,92px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--forest-2); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--forest-2); }
.eyebrow.light { color: #e5c77f; }
.hero h1, .section h2, .cta-card h2 { font-family: "Playfair Display", serif; letter-spacing: -.04em; }
.hero h1 { max-width: 690px; margin: 0 0 24px; font-size: clamp(50px,6.4vw,82px); line-height: 1.02; }
.hero h1 em { color: var(--forest-2); font-style: normal; }
.lead { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 40px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 0; border-radius: 9px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(7,63,53,.14); }
.btn-primary { background: var(--forest); color: white; }
.btn-primary:hover { background: var(--forest-2); }
.btn-ghost { border: 1px solid #b9cac3; background: rgba(255,255,255,.5); color: var(--forest); }
.btn-outline { width: 100%; border: 1px solid #aac0b7; background: white; color: var(--forest); }
.btn-light { margin-top: 20px; background: white; color: var(--forest); }
.btn-gold { background: var(--gold); color: #2e260f; white-space: nowrap; }
.trust-row { display: flex; gap: 0; }
.trust-row div { min-width: 122px; display: flex; flex-direction: column; padding: 0 27px; border-right: 1px solid #cedbd5; }
.trust-row div:first-child { padding-left: 0; }
.trust-row div:last-child { border: 0; }
.trust-row strong { font: 700 22px "Playfair Display", serif; }
.trust-row span { margin-top: 2px; color: #6b7f79; font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.hero-art { position: relative; height: 570px; overflow: hidden; border: 8px solid white; border-radius: 220px 220px 24px 24px; background: #092d28; box-shadow: var(--shadow-lg); }
.hero-art::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(2,26,22,.5)); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 43%; }
.hero-card { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; display: grid; grid-template-columns: 14px 1fr; column-gap: 12px; align-items: center; padding: 16px 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 16px 40px rgba(0,0,0,.16); backdrop-filter: blur(10px); }
.hero-card p, .hero-card strong { margin: 0; }
.hero-card p { color: #687b75; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-card strong { font-size: 15px; }
.pulse { grid-row: 1/3; width: 10px; height: 10px; border-radius: 50%; background: #d15743; box-shadow: 0 0 0 5px rgba(209,87,67,.14); }

.proof-strip { order: 2; background: var(--forest); color: #eaf4f0; }
.proof-grid { min-height: 84px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; gap: 20px; }
.proof-grid span { position: relative; padding-left: 28px; font-size: 13px; font-weight: 600; }
.proof-grid span::before { content: ""; position: absolute; left: 0; top: 50%; width: 18px; height: 18px; border-radius: 50%; background: rgba(213,169,79,.2); transform: translateY(-50%); }

.section { padding: 104px 0; }
.section-head { max-width: 730px; margin-bottom: 50px; }
.section-head.centered { margin: 0 auto 52px; text-align: center; }
.section-head.centered .eyebrow { justify-content: center; }
.section h2 { margin: 0 0 18px; font-size: clamp(38px,4.6vw,58px); line-height: 1.06; }
.section-head > p:last-child { max-width: 630px; margin-bottom: 0; color: var(--ink-soft); font-size: 17px; }

.dates { order: 3; background: linear-gradient(140deg, #073f35 0%, #0a4c40 60%, #06372f 100%); color: white; }
.date-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px,8vw,100px); align-items: start; }
.dates .section-head { position: sticky; top: 130px; margin: 0; }
.dates .section-head > p:last-of-type { color: #cadbd5; }
.date-list { display: flex; flex-direction: column; }
.date-year { margin: 26px 0 9px; padding: 0 18px; color: #e1c37e; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.date-year:first-child { margin-top: 0; }
.date-year.ramadan { color: #f4d897; }
.date-item { min-height: 84px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 17px 18px; border: 0; border-bottom: 1px solid rgba(255,255,255,.17); background: transparent; color: white; font-family: inherit; text-align: left; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.date-item:first-of-type { border-top: 1px solid rgba(255,255,255,.17); }
.date-item:not(.soldout):hover { z-index: 1; border-radius: 10px; background: rgba(255,255,255,.1); transform: translateX(4px); }
.date-item.focus { background: rgba(255,255,255,.07); }
.date-item.urgent { border-radius: 10px; background: rgba(213,169,79,.17); }
.date-item.soldout { opacity: .52; cursor: default; }
.date-item span { min-width: 0; display: grid; grid-template-columns: 94px 1fr; align-items: center; }
.date-item b { font: 700 23px "Playfair Display", serif; white-space: nowrap; }
.date-item small { color: #c9d9d4; font-size: 13px; }
.seat-status { flex: 0 0 auto; padding: 7px 11px; border-radius: 999px; font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.status-full { border: 1px solid rgba(255,255,255,.28); color: #e1ebe7; }
.status-open { background: #e9f5ef; color: #07513f; }
.status-urgent { background: var(--gold); color: #2f270f; }

.packages { order: 4; background: #f3f7f5; }
.package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.package { position: relative; display: flex; flex-direction: column; padding: 34px 30px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.package.featured { z-index: 1; border: 2px solid var(--forest); box-shadow: 0 24px 58px rgba(7,63,53,.15); transform: translateY(-10px); }
.popular { position: absolute; top: 0; right: 24px; padding: 7px 13px; border-radius: 999px; background: var(--gold); color: #30270e; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transform: translateY(-50%); }
.tag { margin: 0 0 7px; color: var(--forest-2); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.package h3 { margin: 0 0 21px; font: 700 28px "Playfair Display", serif; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.price small { width: 100%; color: #758680; }
.price strong { font: 700 35px "Playfair Display", serif; }
.price span { color: #758680; font-size: 12px; }
.package ul { flex: 1; margin: 0; padding: 17px 0 21px; list-style: none; }
.package li { position: relative; padding: 8px 0 8px 23px; color: #4d625c; font-size: 14px; }
.package li::before { content: "✓"; position: absolute; left: 0; color: var(--forest-2); font-weight: 700; }
.fineprint { margin: 26px 0 0; color: #74857f; font-size: 12px; text-align: center; }

.why { order: 5; background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.feature { min-height: 220px; padding: 30px 24px; border: 1px solid var(--line); border-radius: 14px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.feature > b { color: var(--gold); font: 700 18px "Playfair Display", serif; }
.feature h3 { margin: 28px 0 10px; font: 700 21px "Playfair Display", serif; }
.feature p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.special-section { order: 6; position: relative; overflow: hidden; background: #082f29; color: white; }
.special-section::before { content: ""; position: absolute; right: -250px; top: -260px; width: 560px; height: 560px; border: 1px solid rgba(213,169,79,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(213,169,79,.025), 0 0 0 160px rgba(213,169,79,.018); }
.special-section .container { position: relative; }
.special-intro, .gallery-intro, .testimonial-intro { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: end; margin-bottom: 43px; }
.special-intro .section-head, .gallery-intro .section-head, .testimonial-intro .section-head { margin: 0; }
.special-intro > p { margin: 0 0 8px; color: #cad9d4; font-size: 17px; }
.special-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.special-card { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: #123e38; }
.special-card.special-wide { grid-column: 1/-1; }
.special-photo { height: 330px; overflow: hidden; background: #06211e; }
.special-wide .special-photo { height: 470px; }
.special-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.special-card:hover img { transform: scale(1.025); }
.special-copy { padding: 23px 25px 27px; }
.special-copy span { display: block; margin-bottom: 8px; color: #e2c275; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.special-copy h3 { margin: 0; font: 700 clamp(23px,2.4vw,33px)/1.16 "Playfair Display", serif; }

.testimonials { order: 7; background: var(--cream); }
.testimonial-intro > p, .gallery-intro > p { margin: 0 0 8px; color: var(--ink-soft); font-size: 17px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: start; }
.testimonial-card { overflow: hidden; border: 1px solid #d7e1dc; border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.testimonial-media { background: #082f29; }
.testimonial-poster, .testimonial-video { overflow: hidden; aspect-ratio: 854/880; }
.testimonial-poster img, .testimonial-video video { width: 100%; height: 100%; display: block; object-fit: cover; }
.testimonial-video video { object-fit: contain; background: #041a17; }
.testimonial-copy { padding: 25px 28px 29px; }
.testimonial-type { margin: 0 0 10px; color: var(--forest-2); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.testimonial-copy blockquote { margin: 0 0 15px; color: var(--ink); font: 600 20px/1.46 "Playfair Display", serif; }
.testimonial-copy h3 { margin: 0 0 10px; font: 700 24px "Playfair Display", serif; }
.testimonial-copy > p:last-child { margin: 0; color: var(--ink-soft); font-size: 14px; }
.testimonial-action, .gallery-note { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 25px; }
.testimonial-action p, .gallery-note p { margin: 0; color: var(--ink-soft); }
.testimonial-action a, .gallery-note a { color: var(--forest); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--forest); }

.gallery-section { order: 8; padding-top: 104px; background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 205px; gap: 11px; }
.gallery-item { position: relative; min-width: 0; overflow: hidden; padding: 0; border: 0; border-radius: 12px; background: #dce5e0; cursor: zoom-in; }
.gallery-item.featured { grid-column: span 2; grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease, filter .3s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent,rgba(3,28,23,.8)); }
.gallery-item span { position: absolute; z-index: 2; right: 16px; bottom: 13px; left: 16px; color: white; font-size: 13px; font-weight: 700; text-align: left; text-shadow: 0 1px 8px rgba(0,0,0,.42); }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.04); filter: saturate(1.08); }
.gallery-item:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.gallery-note p { font-size: 13px; }
.gallery-dialog { width: min(1000px,calc(100% - 28px)); max-height: 92vh; padding: 12px; border: 0; border-radius: 16px; background: #061c18; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.52); }
.gallery-dialog::backdrop { background: rgba(1,12,10,.88); backdrop-filter: blur(5px); }
.gallery-dialog img { width: 100%; max-height: 78vh; display: block; border-radius: 10px; background: #04100e; object-fit: contain; }
.gallery-dialog p { margin: 11px 48px 4px 8px; color: #dbe7e3; font-size: 14px; }
.dialog-close { position: absolute; z-index: 3; top: 20px; right: 20px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.58); color: white; font-size: 28px; line-height: 1; cursor: pointer; }

.lead-section { order: 9; padding: 104px 0; background: #edf4f1; }
.lead-panel { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; padding: 60px 64px; border-radius: 24px; background: linear-gradient(140deg,#073f35,#0b5144); color: white; box-shadow: var(--shadow-lg); }
.lead-intro h2 { margin: 0 0 20px; font: 700 clamp(40px,4.6vw,58px)/1.04 "Playfair Display", serif; letter-spacing: -.035em; }
.lead-intro > p { margin: 0; color: #d0ded9; font-size: 17px; }
.lead-promise { display: flex; align-items: flex-start; gap: 12px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); }
.lead-promise > span { flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #2e260e; font-weight: 700; }
.lead-promise p { margin: 0; color: #deebe6; font-size: 13px; }
.lead-form { padding: 31px; border-radius: 17px; background: white; color: var(--ink); box-shadow: 0 16px 44px rgba(0,0,0,.14); }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.form-field label > span { color: var(--danger); }
.form-field label small { color: #71817c; font-weight: 500; }
.form-field input, .form-field select { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid #c8d7d1; border-radius: 9px; outline: none; background: white; color: var(--ink); font-size: 16px; font-weight: 500; }
.form-field input:focus, .form-field select:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(13,89,74,.12); }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent-row { display: flex; align-items: flex-start; gap: 11px; margin: 4px 0 22px; color: #536761; font-size: 13px; line-height: 1.5; cursor: pointer; }
.consent-row input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--forest); }
.lead-submit { width: 100%; }
.lead-submit:disabled { opacity: .68; transform: none; cursor: wait; }
.form-status { min-height: 24px; margin: 13px 0 0; font-size: 13px; font-weight: 600; text-align: center; }
.form-status.success { color: #167a49; }
.form-status.error { color: #a33b32; }

.journey { order: 10; background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); }
.step { padding: 12px 42px 22px; border-right: 1px solid #d8ddd8; }
.step:last-child { border: 0; }
.step > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--forest-2); border-radius: 50%; color: var(--forest-2); font-weight: 700; }
.step h3 { margin: 22px 0 8px; font: 700 23px "Playfair Display", serif; }
.step p { margin: 0; color: var(--ink-soft); }

.faq { order: 11; background: white; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px,8vw,100px); }
.accordions details { border-bottom: 1px solid var(--line); }
.accordions summary { position: relative; padding: 24px 38px 24px 0; list-style: none; font-size: 16px; font-weight: 700; cursor: pointer; }
.accordions summary::-webkit-details-marker { display: none; }
.accordions summary::after { content: "+"; position: absolute; right: 5px; color: var(--forest-2); font-size: 24px; font-weight: 400; }
.accordions details[open] summary::after { content: "−"; }
.accordions details[open] summary { color: var(--forest-2); }
.accordions details p { margin: 0 38px 23px 0; color: var(--ink-soft); font-size: 14px; }

.cta-section { order: 12; padding: 0 0 104px; background: white; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 58px 64px; border-radius: 22px; background: #092f29; color: white; box-shadow: var(--shadow-lg); }
.cta-card h2 { margin: 0 0 15px; font-size: clamp(35px,4vw,51px); line-height: 1.08; }
.cta-card p:last-child { margin-bottom: 0; color: #c9d8d3; }

footer { padding: 54px 0 25px; background: #051d19; color: #b8c8c2; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.05fr 1.4fr 1fr; gap: 42px; }
.footer-logo { width: 215px; height: auto; display: block; }
.footer-grid p { margin: 0; }
.footer-grid a { color: #dce9e4; text-decoration: none; }
.copyright { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.floating-wa { display: none; position: fixed; z-index: 60; right: 16px; bottom: 15px; align-items: center; gap: 8px; padding: 13px 17px; border-radius: 999px; background: #25d366; color: #063d1b; box-shadow: 0 12px 34px rgba(0,0,0,.26); font-size: 13px; text-decoration: none; }
.reveal { opacity: 0; transform: translateY(15px); transition: opacity .62s ease, transform .62s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-grid, .date-layout, .faq-layout, .gallery-intro, .testimonial-intro, .special-intro, .lead-panel { grid-template-columns: 1fr; gap: 34px; }
  .hero-art { width: min(540px,100%); height: 510px; margin-inline: auto; }
  .dates .section-head { position: static; }
  .proof-grid { grid-template-columns: repeat(2,1fr); padding: 22px 0; row-gap: 13px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .package-grid { max-width: 650px; grid-template-columns: 1fr; margin-inline: auto; gap: 26px; }
  .package.featured { transform: none; }
  .testimonial-grid { max-width: 680px; grid-template-columns: 1fr; margin-inline: auto; }
  .special-wide .special-photo { height: 390px; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 190px; }
  .lead-panel { max-width: 740px; margin-inline: auto; padding: 46px; }
  .steps { grid-template-columns: 1fr; }
  .step { padding: 24px 8px; border-right: 0; border-bottom: 1px solid #d8ddd8; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 82px; }
  body { padding-bottom: 72px; }
  .container { width: min(100% - 28px,1180px); }
  .nav { min-height: 80px; }
  .brand-logo { width: 146px; }
  .nav-cta { min-height: 42px; padding: 0 13px; font-size: 11px; }
  .hero { padding: 54px 0 68px; }
  .hero h1 { font-size: clamp(44px,13vw,58px); }
  .lead { font-size: 16px; }
  .hero-actions { flex-direction: column; margin: 29px 0 35px; }
  .hero-actions .btn { width: 100%; }
  .trust-row { justify-content: space-between; }
  .trust-row div { min-width: 0; padding: 0 12px; }
  .trust-row strong { font-size: 19px; }
  .trust-row span { font-size: 9px; line-height: 1.4; }
  .hero-art { height: 410px; border-width: 5px; border-radius: 140px 140px 19px 19px; }
  .hero-card { right: 14px; bottom: 14px; left: 14px; }
  .hero-card strong { font-size: 13px; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 11px 8px; padding: 18px 0; }
  .proof-grid span { padding-left: 23px; font-size: 11px; }
  .section { padding: 76px 0; }
  .section h2 { font-size: 39px; }
  .section-head { margin-bottom: 38px; }
  .date-item { min-height: 78px; align-items: flex-start; padding: 15px 10px; }
  .date-item span { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; }
  .date-item b { font-size: 20px; }
  .date-item small { font-size: 11px; }
  .seat-status { margin-top: 2px; padding: 6px 8px; font-size: 9px; }
  .date-year { padding: 0 10px; }
  .package { padding: 30px 22px 25px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 0; }
  .special-grid { grid-template-columns: 1fr; gap: 12px; }
  .special-card.special-wide { grid-column: auto; }
  .special-photo, .special-wide .special-photo { height: 255px; }
  .special-copy { padding: 20px; }
  .gallery-grid { grid-auto-rows: 155px; gap: 8px; }
  .gallery-item.featured { grid-column: span 2; grid-row: span 2; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item span { right: 12px; bottom: 10px; left: 12px; font-size: 12px; }
  .gallery-note, .testimonial-action { align-items: flex-start; flex-direction: column; }
  .testimonial-copy { padding: 22px 20px 25px; }
  .testimonial-copy blockquote { font-size: 18px; }
  .lead-panel { width: min(100% - 18px,740px); padding: 35px 18px; border-radius: 18px; }
  .lead-form { padding: 24px 18px; }
  .lead-intro h2 { font-size: 39px; }
  .cta-section { padding-bottom: 76px; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 37px 24px; }
  .cta-card .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-logo { width: 190px; }
  .floating-wa { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
