:root {
  --ink: #080a09;
  --coal: #121614;
  --coal-2: #1a211d;
  --forest: #315c37;
  --green: #79ad38;
  --green-bright: #94c83e;
  --green-soft: #dce9c7;
  --lagoon: #a6d7dc;
  --ivory: #f5f3ed;
  --paper: #fbfaf6;
  --stone: #d9ddd7;
  --muted: #6f756f;
  --white: #fff;
  --shadow: 0 24px 60px rgba(8, 10, 9, .13);
  --radius: 18px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; border-radius: 8px; background: var(--green-bright); color: #081006; font-weight: 800; }
.skip-link:focus { top: 16px; }

.topbar { height: 34px; color: rgba(255,255,255,.78); background: #050605; font-size: .72rem; letter-spacing: .04em; }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__location, .topbar__links { display: flex; align-items: center; gap: 20px; }
.topbar__location svg { width: 14px; height: 14px; color: var(--green-bright); }
.topbar__links a { transition: color .2s ease; }
.topbar__links a:hover { color: var(--green-bright); }

.site-header { position: fixed; z-index: 50; top: 34px; left: 0; right: 0; color: var(--white); background: linear-gradient(to bottom, rgba(3,5,4,.84), rgba(3,5,4,.08)); border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, top .3s ease; }
.site-header.is-scrolled { top: 0; background: rgba(5,7,6,.96); border-color: rgba(255,255,255,.08); box-shadow: 0 12px 35px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.header__inner { min-height: 86px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; width: 200px; height: 66px; align-items: center; }
.brand img { width: 100%; max-height: 62px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 30px); }
.main-nav a { position: relative; padding: 12px 0; font-size: .78rem; font-weight: 700; letter-spacing: .035em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--green-bright); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: rgba(0,0,0,.2); padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .25s ease, opacity .25s ease; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 23px; border: 1px solid transparent; border-radius: 5px; font-size: .8rem; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button--accent { color: #fff; background: linear-gradient(135deg, #618f29, #8ec83b); box-shadow: 0 10px 24px rgba(111,169,67,.24); }
.button--accent:hover { box-shadow: 0 14px 34px rgba(111,169,67,.34); }
.button--outline-light { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(0,0,0,.12); }
.button--outline-light:hover { background: rgba(255,255,255,.12); }
.button--small { min-height: 42px; padding: 10px 18px; font-size: .72rem; }
.button--full { width: 100%; }

.hero { position: relative; min-height: 820px; color: #fff; background: #070907; overflow: hidden; }
.hero__slides, .hero-slide, .hero-slide picture, .hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { opacity: 0; transform: scale(1.025); transition: opacity .85s ease, transform 5s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img { object-fit: cover; object-position: center; }
.hero__shade { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(4,6,5,.90) 0%, rgba(4,6,5,.65) 38%, rgba(4,6,5,.12) 70%, rgba(4,6,5,.3) 100%), linear-gradient(0deg, rgba(4,6,5,.9) 0%, transparent 43%); }
.hero__content { position: relative; z-index: 3; min-height: 665px; display: flex; flex-direction: column; justify-content: center; padding-top: 110px; }
.eyebrow { margin: 0 0 12px; color: #638d35; font-family: "Barlow Condensed", sans-serif; font-size: .79rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--light { color: var(--green-bright); }
.eyebrow--light span { display: inline-block; width: 24px; height: 1px; margin: 0 8px 3px 0; background: currentColor; }
.hero h1 { max-width: 780px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3.4rem, 6vw, 6.6rem); line-height: .94; letter-spacing: -.06em; text-wrap: balance; }
.hero__lead { max-width: 640px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__controls { position: absolute; z-index: 5; right: 0; left: 0; bottom: 178px; display: flex; justify-content: flex-end; align-items: center; gap: 12px; pointer-events: none; }
.hero-arrow, .hero-dots { pointer-events: auto; }
.hero-arrow { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; background: rgba(0,0,0,.18); cursor: pointer; }
.hero-arrow svg { width: 18px; height: 18px; }
.hero-dots { display: flex; gap: 8px; }
.hero-dots button { width: 24px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.38); cursor: pointer; transition: width .2s ease, background .2s ease; }
.hero-dots button.is-active { width: 42px; background: var(--green-bright); }
.hero-features { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.12); background: rgba(4,6,5,.84); backdrop-filter: blur(14px); }
.features-grid { min-height: 154px; display: grid; grid-template-columns: repeat(4, 1fr); }
.feature { display: flex; align-items: center; gap: 16px; padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.feature:last-child { border-right: 0; }
.feature svg { flex: 0 0 54px; width: 54px; height: 54px; color: var(--green-bright); stroke-width: 1.4; }
.feature strong, .feature span { display: block; }
.feature strong { margin-bottom: 5px; font-size: .88rem; }
.feature span { color: rgba(255,255,255,.66); font-size: .75rem; line-height: 1.45; }

.section { padding: 105px 0; }
.section--light { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--split { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading h2, .venue-copy h2, .quote-copy h2, .location-copy h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(2.6rem, 4.2vw, 4.4rem); line-height: .98; letter-spacing: -.04em; }
.section-heading p:not(.eyebrow) { margin: 18px auto 0; color: var(--muted); font-size: 1rem; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--green); color: var(--forest); font-size: .85rem; font-weight: 800; }

.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.event-card { background: #fff; border: 1px solid #e7e8e2; border-radius: 10px; overflow: hidden; box-shadow: 0 12px 40px rgba(13,23,17,.05); transition: transform .25s ease, box-shadow .25s ease; }
.event-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.event-card__image { position: relative; aspect-ratio: 1.55; overflow: hidden; }
.event-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.event-card:hover .event-card__image img { transform: scale(1.05); }
.event-card__icon { position: absolute; left: 22px; bottom: -24px; width: 52px; height: 52px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: var(--forest); background: #f5faeb; font-size: 1.4rem; font-weight: 700; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.event-card__body { padding: 36px 24px 25px; }
.event-card h3 { margin: 0 0 9px; font-size: 1.08rem; }
.event-card p { min-height: 50px; margin: 0 0 18px; color: var(--muted); font-size: .84rem; }
.event-card a { color: var(--forest); font-size: .78rem; font-weight: 800; }
.event-card a span { margin-left: 5px; }

.venue-section { padding: 95px 0; color: #fff; background: #090c0a; }
.venue-layout { display: grid; grid-template-columns: .76fr 1.45fr; gap: 70px; align-items: center; }
.venue-copy p:not(.eyebrow) { margin: 24px 0; color: rgba(255,255,255,.68); }
.check-list { list-style: none; margin: 0 0 32px; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 26px; color: rgba(255,255,255,.86); font-size: .88rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-bright); font-weight: 800; }
.venue-collage { display: grid; grid-template-columns: 1.2fr .75fr .75fr; grid-template-rows: 210px 210px; gap: 12px; }
.venue-collage button { min-width: 0; padding: 0; border: 0; border-radius: 8px; overflow: hidden; background: #121712; cursor: zoom-in; }
.venue-collage .collage-main { grid-row: 1 / 3; }
.venue-collage button:last-child { grid-column: 2 / 4; }
.venue-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.venue-collage button:hover img { transform: scale(1.04); filter: brightness(1.08); }

.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.gallery-filters button { padding: 9px 17px; border: 1px solid #dcded7; border-radius: 999px; color: #50574f; background: transparent; font-size: .76rem; font-weight: 700; cursor: pointer; }
.gallery-filters button.is-active { color: #fff; border-color: var(--forest); background: var(--forest); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 14px; }
.gallery-item { position: relative; padding: 0; border: 0; border-radius: 8px; overflow: hidden; background: #ddd; cursor: zoom-in; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item[hidden] { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.67), transparent 55%); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; bottom: 14px; color: #fff; font-size: .82rem; font-weight: 800; }
.gallery-item:hover img { transform: scale(1.05); filter: brightness(1.07); }
.image-note { max-width: 850px; margin: 22px 0 0; color: #8a8f89; font-size: .72rem; }

.events-strip { padding: 100px 0; color: #fff; background: radial-gradient(circle at 70% 0%, rgba(111,169,67,.17), transparent 28%), #090c0a; }
.section-heading--dark p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.upcoming-grid { display: grid; grid-template-columns: 1fr 1fr .86fr; gap: 22px; }
.upcoming-card { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 9px; background: #fff; color: var(--ink); }
.upcoming-card__visual { min-height: 195px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; color: #fff; background-size: cover; background-position: center; }
.upcoming-card__visual--music { background: linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,.05)), url("https://images.pexels.com/photos/4218028/pexels-photo-4218028.jpeg?auto=compress&cs=tinysrgb&w=1200") center/cover; }
.upcoming-card__visual--party { background: linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,.05)), url("assets/images/hero/hero-3-desktop.webp") center/cover; }
.upcoming-card__visual span { width: fit-content; margin-bottom: 8px; padding: 5px 8px; border-radius: 3px; color: #091007; background: var(--green-bright); font-family: "Barlow Condensed", sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.upcoming-card__visual strong { font-size: 1.35rem; }
.upcoming-card__body { padding: 24px; }
.upcoming-card__type { color: var(--green); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.upcoming-card h3 { margin: 5px 0 10px; font-size: 1.08rem; }
.upcoming-card__body > p:not(.upcoming-card__type) { color: var(--muted); font-size: .8rem; }
.upcoming-card__body a { color: var(--forest); font-size: .77rem; font-weight: 800; }
.upcoming-card--cta { display: flex; flex-direction: column; justify-content: center; padding: 34px; color: #fff; background: linear-gradient(145deg, rgba(111,169,67,.20), transparent 65%), #141a16; }
.upcoming-card--cta h3 { margin: 0 0 15px; font-family: "Cormorant Garamond", serif; font-size: 2.2rem; line-height: 1.05; }
.upcoming-card--cta p:not(.eyebrow) { margin: 0 0 24px; color: rgba(255,255,255,.65); font-size: .84rem; }

.quote-section { background: #f3f1ea; }
.quote-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.quote-copy > p:not(.eyebrow) { margin: 23px 0 30px; color: var(--muted); }
.quote-steps { display: grid; gap: 18px; }
.quote-steps > div { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding-top: 18px; border-top: 1px solid #d6d8d0; }
.quote-steps span { color: var(--green); font-family: "Barlow Condensed", sans-serif; font-size: 1.12rem; font-weight: 700; }
.quote-steps p { margin: 0; color: var(--muted); font-size: .82rem; }
.quote-steps strong { display: block; margin-bottom: 3px; color: var(--ink); }
.quote-form { padding: 36px; border: 1px solid #e0e1db; border-radius: 12px; background: #fff; box-shadow: 0 22px 60px rgba(20,29,23,.08); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label > span, .quote-form legend { display: block; margin-bottom: 8px; color: #424842; font-size: .74rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #d9ddd5; border-radius: 5px; outline: 0; background: #fbfbf8; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form input, .quote-form select { height: 50px; padding: 0 14px; }
.quote-form textarea { min-height: 115px; padding: 13px 14px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(111,169,67,.12); }
.quote-form fieldset { margin: 22px 0; padding: 0; border: 0; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { cursor: pointer; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { margin: 0 !important; padding: 8px 12px; border: 1px solid #d9ddd5; border-radius: 999px; color: #636962 !important; background: #fff; font-size: .72rem !important; }
.chip input:checked + span { color: #fff !important; border-color: var(--forest); background: var(--forest); }
.form-message { display: block; margin-bottom: 18px; }
.form-error { margin: -4px 0 14px; color: #a01f1f; font-size: .8rem; font-weight: 700; }
.quote-form small { display: block; margin-top: 13px; color: #8a8e88; font-size: .67rem; line-height: 1.5; }

.location-section { padding: 90px 0; color: #fff; background: #0a0d0b; }
.location-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; }
.location-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.location-data { display: grid; gap: 13px; margin: 28px 0; }
.location-data a { display: flex; gap: 13px; align-items: center; }
.location-data svg { width: 24px; height: 24px; color: var(--green-bright); }
.location-data strong, .location-data span span { display: block; }
.location-data span { color: rgba(255,255,255,.57); font-size: .76rem; }
.location-data strong { color: #fff; font-size: .84rem; }
.map-shell { min-height: 440px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: linear-gradient(135deg, #151b17, #0a0d0b); }
.map-placeholder { min-height: 440px; display: grid; place-items: center; align-content: center; gap: 15px; color: rgba(255,255,255,.7); }
.map-placeholder svg { width: 58px; height: 58px; color: var(--green-bright); }
.map-placeholder p { margin: 0; }
.map-shell iframe { width: 100%; height: 440px; border: 0; filter: grayscale(.12) contrast(1.04); }

.site-footer { padding: 65px 0 18px; color: rgba(255,255,255,.65); background: #050705; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 55px; }
.footer-brand img { width: 220px; max-height: 100px; object-fit: contain; object-position: left; }
.footer-brand p { max-width: 310px; font-size: .78rem; }
.site-footer h2 { margin: 8px 0 18px; color: #fff; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: .74rem; }
.site-footer a:hover { color: var(--green-bright); }
.socials { display: flex; gap: 8px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; font-size: .65rem; font-weight: 800; }
.footer-bottom { margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 25px; font-size: .65rem; }
.footer-bottom a { color: var(--green-bright); font-weight: 700; }

.whatsapp-float, .back-to-top { position: fixed; z-index: 40; right: 20px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; cursor: pointer; }
.whatsapp-float { bottom: 22px; width: 58px; height: 58px; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.whatsapp-float svg { width: 31px; height: 31px; }
.back-to-top { bottom: 91px; width: 42px; height: 42px; opacity: 0; pointer-events: none; background: rgba(8,10,9,.82); border: 1px solid rgba(255,255,255,.12); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.back-to-top svg { width: 20px; height: 20px; }

.lightbox { width: min(92vw, 1180px); max-height: 92vh; padding: 0; border: 0; border-radius: 10px; color: #fff; background: #050705; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 80vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 13px 18px 16px; color: rgba(255,255,255,.7); font-size: .8rem; }
.lightbox__close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: rgba(0,0,0,.65); font-size: 1.5rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .header__inner { grid-template-columns: 180px 1fr auto; gap: 20px; }
  .brand { width: 175px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .7rem; }
  .header__cta { display: none; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(2) { border-right: 0; }
  .feature:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { min-height: 940px; }
  .hero__controls { bottom: 288px; }
  .hero-features { min-height: 270px; }
  .venue-layout, .quote-layout, .location-layout { gap: 45px; }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .upcoming-grid { grid-template-columns: 1fr 1fr; }
  .upcoming-card--cta { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 860px) {
  .topbar { display: none; }
  .site-header { top: 0; background: rgba(5,7,6,.92); }
  .header__inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .brand { width: 170px; height: 56px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 74px 0 auto; max-height: calc(100vh - 74px); overflow: auto; padding: 22px 20px 30px; display: grid; justify-content: stretch; gap: 0; background: rgba(5,7,6,.98); border-top: 1px solid rgba(255,255,255,.08); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform .3s ease, opacity .3s ease, visibility .3s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 14px 5px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .9rem; }
  .main-nav a::after { display: none; }
  .hero { min-height: 1030px; }
  .hero__content { min-height: 690px; padding-top: 90px; }
  .hero__shade { background: linear-gradient(90deg, rgba(4,6,5,.86), rgba(4,6,5,.28)), linear-gradient(0deg, rgba(4,6,5,.98) 0%, rgba(4,6,5,.15) 70%); }
  .hero__controls { bottom: 330px; justify-content: center; }
  .hero-features { min-height: 305px; }
  .features-grid { min-height: 305px; }
  .feature { padding: 22px 18px; }
  .venue-layout, .quote-layout, .location-layout { grid-template-columns: 1fr; }
  .venue-copy { max-width: 650px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 74px 0; }
  .brand { width: 158px; }
  .hero { min-height: 960px; }
  .hero-slide img { object-position: center 35%; }
  .hero__content { min-height: 590px; justify-content: flex-end; padding: 100px 0 58px; }
  .hero h1 { max-width: 420px; font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero__lead { max-width: 470px; margin-top: 16px; font-size: .94rem; line-height: 1.55; }
  .hero__actions { margin-top: 22px; }
  .hero__actions .button { width: 100%; }
  .hero__controls { bottom: 340px; }
  .hero-features { min-height: 330px; }
  .features-grid { grid-template-columns: 1fr 1fr; min-height: 330px; }
  .feature { align-items: flex-start; flex-direction: column; gap: 7px; padding: 17px 14px; }
  .feature svg { width: 39px; height: 39px; }
  .feature strong { font-size: .76rem; }
  .feature span { font-size: .66rem; }
  .section-heading { margin-bottom: 34px; }
  .section-heading--split { display: block; }
  .section-heading--split .text-link { display: inline-block; margin-top: 20px; }
  .section-heading h2, .venue-copy h2, .quote-copy h2, .location-copy h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .event-grid { grid-template-columns: 1fr; gap: 17px; }
  .event-card p { min-height: auto; }
  .venue-section { padding: 72px 0; }
  .venue-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 145px 145px; }
  .venue-collage .collage-main { grid-column: 1 / 3; grid-row: 1; }
  .venue-collage button:last-child { grid-column: 1 / 3; }
  .gallery-grid { grid-auto-rows: 170px; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item--tall { grid-row: span 1; }
  .events-strip { padding: 75px 0; }
  .upcoming-grid { grid-template-columns: 1fr; }
  .upcoming-card--cta { grid-column: auto; }
  .quote-form { padding: 23px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .map-shell, .map-placeholder, .map-shell iframe { min-height: 350px; height: 350px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: block; }
  .whatsapp-float { right: 14px; bottom: 15px; width: 54px; height: 54px; }
  .back-to-top { right: 20px; bottom: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
