:root {
  --ivory: #f8f4ed;
  --white: #ffffff;
  --forest: #243b32;
  --forest-deep: #17281f;
  --olive: #68745a;
  --champagne: #d2b477;
  --gold-muted: #b78c4b;
  --wood: #6b4d39;
  --sand: #ded0bc;
  --graphite: #262626;
  --black: #151515;
  --whatsapp: #25d366;
  --line: rgba(36, 59, 50, 0.17);
  --shadow: 0 22px 60px rgba(17, 31, 24, 0.13);
  --container: min(1180px, calc(100% - 40px));
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --condensed: "Archivo Narrow", Arial Narrow, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--graphite); background: var(--ivory); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
.whatsapp-icon { width: 26px; height: 26px; object-fit: contain; flex: 0 0 auto; background: transparent; padding: 0; box-shadow: none; border-radius: 0; }
.whatsapp-icon--small { width: 20px; height: 20px; padding: 0; }
.whatsapp-icon--large { width: 40px; height: 40px; padding: 0; }
.btn .whatsapp-icon { margin-right: 10px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--champagne); outline-offset: 4px; }
::selection { background: var(--champagne); color: var(--forest-deep); }

.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; background: var(--white); color: var(--forest); padding: 10px 14px; transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.topbar { height: 34px; background: rgba(36, 59, 50, .98); color: rgba(255,255,255,.86); font-size: 11px; letter-spacing: .05em; position: absolute; inset: 0 0 auto; z-index: 40; }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar__group { display: flex; align-items: center; gap: 20px; }
.topbar__item { display: inline-flex; align-items: center; gap: 6px; }
.topbar__whatsapp .whatsapp-icon { box-shadow: none; }
.topbar__button { background: var(--ivory); color: var(--forest); padding: 5px 16px; font-weight: 700; }

.site-header { position: fixed; top: 34px; inset-inline: 0; height: 82px; z-index: 35; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .3s, box-shadow .3s, top .3s; }
.site-header.is-scrolled { top: 0; background: rgba(23, 40, 31, .97); box-shadow: 0 12px 35px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { width: 84px; flex: 0 0 auto; align-self: stretch; display: grid; place-items: center; }
.brand img { width: 72px; height: 74px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(10px, 1.25vw, 22px); font-family: var(--condensed); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.main-nav a { position: relative; padding: 31px 0 27px; opacity: .9; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--champagne); transition: right .25s; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.main-nav .nav-cta { border: 1px solid rgba(210,180,119,.85); padding: 11px 17px; margin-left: 4px; }
.main-nav .nav-cta::after { display: none; }
.menu-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border: 0; background: transparent; cursor: pointer; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; transition: .25s; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 940px; color: var(--white); display: grid; align-items: center; overflow: hidden; }
.hero__media, .hero__media img, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center 58%; }
.hero__shade { background: linear-gradient(90deg, rgba(9,16,12,.8) 0%, rgba(9,16,12,.43) 42%, rgba(9,16,12,.12) 73%), linear-gradient(0deg, rgba(7,12,9,.48), transparent 42%); }
.hero__content { position: relative; z-index: 2; padding-top: 108px; }
.hero h1 { max-width: 700px; margin: 13px 0 18px; font-family: var(--serif); font-size: clamp(54px, 6vw, 92px); line-height: .92; font-weight: 600; letter-spacing: -.03em; text-wrap: balance; }
.hero__lead { max-width: 610px; font-size: clamp(16px, 1.35vw, 20px); color: rgba(255,255,255,.88); }
.hero__actions, .final-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.eyebrow { margin: 0 0 6px; font-family: var(--condensed); text-transform: uppercase; letter-spacing: .16em; color: var(--olive); font-size: 13px; font-weight: 600; }
.eyebrow--light { color: var(--champagne); }
.eyebrow--gold { color: #ead29d; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 0; font-weight: 700; font-size: 13px; letter-spacing: .01em; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--olive); color: #fff; border-color: var(--olive); }
.btn--primary:hover { background: #7d886e; border-color: #7d886e; }
.btn--ghost { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(15,15,15,.15); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--outline { color: var(--forest); border-color: var(--forest); background: transparent; }
.btn--outline:hover { background: var(--forest); color: #fff; }
.btn--champagne { background: var(--champagne); color: var(--forest-deep); }
.btn--dark { background: var(--forest); color: #fff; }
.btn--full { width: 100%; }

.quickfacts { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid var(--line); }
.quickfacts__grid { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); }
.quickfact { display: flex; align-items: center; justify-content: center; gap: 14px; color: #58625c; font-size: 14px; border-right: 1px solid var(--line); }
.quickfact:last-child { border-right: 0; }
.quickfact .whatsapp-icon { width: 24px; height: 24px; padding: 2px; box-shadow: none; }

.section { padding: 100px 0; position: relative; }
.section-anchor { position: absolute; top: -92px; }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading--center { margin-inline: auto; text-align: center; }
h2 { font-family: var(--serif); font-weight: 600; color: var(--forest); font-size: clamp(40px, 4.5vw, 66px); line-height: 1; letter-spacing: -.025em; margin: 0 0 20px; text-wrap: balance; }
h3 { font-family: var(--serif); color: var(--forest); font-size: 28px; line-height: 1.05; margin: 0 0 12px; }
p { margin-top: 0; }

.venue-intro { background: var(--ivory); }
.venue-intro__grid { display: grid; grid-template-columns: .8fr 1.4fr; gap: clamp(45px, 7vw, 100px); align-items: center; }
.section-copy p:not(.eyebrow) { color: #5e665f; }
.editorial-collage { display: grid; grid-template-columns: 1.5fr .82fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 560px; }
.media-card { position: relative; overflow: hidden; border: 0; padding: 0; cursor: zoom-in; background: #ddd; min-height: 0; }
.media-card--large { grid-row: 1 / span 2; }
.media-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.media-card:hover img { transform: scale(1.035); }

.event-types { background: #fff; }
.event-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.event-card { border-top: 1px solid var(--line); background: var(--ivory); overflow: hidden; }
.event-card > img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.event-card__body { padding: 25px 22px 26px; }
.event-card__body p { color: #646a66; font-size: 14px; min-height: 70px; }
.text-link { border: 0; padding: 0; background: none; color: var(--forest); font-family: var(--condensed); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.text-link span { margin-left: 7px; transition: margin .2s; }
.text-link:hover span { margin-left: 12px; }

.catalog-section { background: var(--forest); color: #fff; padding: 78px 0; }
.catalog-section__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; border: 1px solid rgba(255,255,255,.2); }
.catalog-panel { padding: 46px; background: linear-gradient(135deg, rgba(255,255,255,.05), transparent); border-right: 1px solid rgba(255,255,255,.2); }
.catalog-panel h2 { color: #fff; }
.catalog-panel p { color: rgba(255,255,255,.75); }
.catalog-options { display: grid; grid-template-columns: repeat(2, 1fr); padding: 30px; gap: 10px; background: rgba(255,255,255,.95); color: var(--forest); }
.catalog-option { min-height: 80px; border: 1px solid var(--line); display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 14px; padding: 14px 16px; }
.catalog-option span:nth-child(2) { font-weight: 700; font-size: 13px; }
.catalog-option small { border: 1px solid var(--line); padding: 4px 7px; color: #70796f; font-size: 10px; white-space: nowrap; }

.visual-tour { background: var(--ivory); overflow: hidden; }
.tour-strip { display: grid; grid-template-columns: repeat(6, minmax(210px, 1fr)); gap: 10px; overflow-x: auto; padding-bottom: 12px; scrollbar-color: var(--olive) var(--sand); }
.tour-scene { position: relative; min-height: 310px; margin: 0; overflow: hidden; background: #ddd; }
.tour-scene img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.tour-scene::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.tour-scene figcaption { position: absolute; inset: auto 18px 18px; z-index: 2; color: #fff; font-family: var(--serif); font-size: 25px; }
.reference-note { margin: 24px 0 0; color: #777; font-size: 12px; }

.features-section { background: #fff; }
.features-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); }
.feature { padding: 34px 18px; text-align: center; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature h3 { font-size: 22px; }
.feature p { font-size: 12px; color: #747a75; margin: 0; }

.services-section { background: var(--ivory); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-column { padding: 32px 28px; border-right: 1px solid var(--line); }
.service-column:last-child { border-right: 0; }
.service-column h3 { font-size: 25px; }
.service-column ul { margin: 20px 0 25px; padding-left: 18px; color: #616961; font-size: 14px; }

.gallery-section { background: #fff; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 28px; }
.filter-btn { border: 1px solid var(--line); background: transparent; color: var(--forest); padding: 8px 15px; border-radius: 999px; font-family: var(--condensed); text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.filter-btn.is-active, .filter-btn:hover { background: var(--olive); color: #fff; border-color: var(--olive); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 10px; }
.gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; background: #ddd; cursor: zoom-in; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s, filter .45s; }
.gallery-item span { position: absolute; left: 16px; bottom: 14px; color: #fff; z-index: 2; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1.08); }
.gallery-item.is-hidden { display: none; }

.process-section { background: var(--forest); color: #fff; }
.process-section h2 { color: #fff; }
.process-line { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.process-line::before { content: ""; position: absolute; left: 7%; right: 7%; top: 34px; height: 1px; background: rgba(255,255,255,.28); }
.process-line li { position: relative; text-align: center; padding: 0 20px; }
.process-line li > span { width: 68px; height: 68px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); background: var(--forest); display: grid; place-items: center; margin: 0 auto 20px; font-family: var(--serif); font-size: 21px; position: relative; z-index: 2; color: var(--champagne); }
.process-line h3 { color: #fff; font-size: 24px; }
.process-line p { color: rgba(255,255,255,.65); font-size: 13px; }

.consultation-section { background: var(--ivory); }
.consultation-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.consultation-copy { position: sticky; top: 130px; }
.consultation-contact { margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); }
.consultation-contact span { display: block; color: #747a75; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.consultation-contact a { font-family: var(--serif); font-size: 32px; color: var(--forest); }
.consultation-contact__link { display: inline-flex; align-items: center; gap: 10px; }
.consultation-contact__link .whatsapp-icon { width: 28px; height: 28px; }
.event-form { background: #fff; padding: clamp(24px, 4vw, 46px); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label, .field-label, .chip-field legend { display: block; margin-bottom: 7px; color: var(--forest); font-weight: 700; font-size: 12px; }
.field label span { color: #90958f; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfd4cf; background: #fff; color: var(--graphite); padding: 12px 13px; border-radius: 0; min-height: 48px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--olive); outline: 2px solid rgba(104,116,90,.18); }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: #b23939; }
.error-message { display: block; min-height: 17px; color: #a42f2f; font-size: 11px; margin-top: 4px; }
.number-field { display: grid; grid-template-columns: 44px 1fr 44px; }
.number-field input { text-align: center; border-inline: 0; }
.number-btn { border: 1px solid #cfd4cf; background: var(--ivory); cursor: pointer; font-size: 20px; }
.chip-field { border: 0; margin: 0; padding: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label { margin: 0; cursor: pointer; }
.chips input { position: absolute; opacity: 0; pointer-events: none; }
.chips span { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 13px; border: 1px solid var(--line); color: var(--forest); background: var(--ivory); font-size: 11px; }
.chips input:checked + span { background: var(--forest); color: #fff; border-color: var(--forest); }
.visit-choice { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.visit-choice .field-label { width: 100%; margin: 0; }
.visit-choice label { display: inline-flex; gap: 6px; align-items: center; margin: 0; font-weight: 500; }
.visit-choice input { width: auto; min-height: auto; }
.consent { display: flex; gap: 10px; margin: 22px 0 0; font-size: 12px; color: #59605b; }
.consent input { margin-top: 4px; }
.form-note { margin: 12px 0 0; color: #777; font-size: 11px; text-align: center; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 8vw, 110px); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger { width: 100%; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; text-align: left; padding: 20px 0; cursor: pointer; color: var(--forest); font-weight: 700; }
.accordion-trigger b { font-size: 24px; font-weight: 400; transition: transform .25s; }
.accordion-trigger[aria-expanded="true"] b { transform: rotate(45deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.accordion-panel > p { overflow: hidden; margin: 0; color: #646b66; }
.accordion-trigger[aria-expanded="true"] + .accordion-panel { grid-template-rows: 1fr; }
.accordion-trigger[aria-expanded="true"] + .accordion-panel > p { padding-bottom: 20px; }

.location-section { background: var(--ivory); }
.location-card { display: grid; grid-template-columns: .7fr 1.4fr .55fr; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.location-copy { padding: 38px; }
.location-copy h2 { font-size: 45px; }
.location-warning { font-size: 11px; color: #8a6b38; padding: 10px 12px; border-left: 3px solid var(--champagne); background: #fbf6eb; }
.map-placeholder { min-height: 360px; overflow: hidden; background: #e7e4d6; }
.map-placeholder svg { width: 100%; height: 100%; }
.location-contact { padding: 38px 26px; background: #f3eee5; }
.location-contact > p { text-transform: uppercase; font-family: var(--condensed); letter-spacing: .1em; color: var(--olive); }
.location-contact a { display: grid; grid-template-columns: 30px 1fr; margin: 22px 0; align-items: start; }
.location-contact a span { grid-row: span 2; font-size: 24px; color: var(--olive); }
.location-contact a strong { color: var(--forest); font-size: 12px; }
.location-contact a small { color: #69716b; }

.final-cta { min-height: 360px; position: relative; display: grid; align-items: center; color: #fff; overflow: hidden; }
.final-cta > img, .final-cta__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; object-position: center 66%; }
.location-contact__whatsapp .whatsapp-icon { grid-row: 1 / span 2; align-self: center; margin-right: 6px; width: 36px; height: 36px; }
.final-cta__shade { background: linear-gradient(90deg, rgba(9,16,12,.9), rgba(9,16,12,.48)); }
.final-cta__content { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.final-cta h2 { color: #fff; max-width: 700px; }
.final-cta p { color: rgba(255,255,255,.8); }

.site-footer { background: var(--forest-deep); color: rgba(255,255,255,.72); padding: 58px 0 22px; }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 60px; }
.footer-brand img { width: 135px; height: 140px; object-fit: contain; margin-bottom: 12px; }
.footer-brand p { max-width: 250px; }
.footer-column h2 { font-family: var(--condensed); font-size: 12px; color: #fff; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 18px; }
.footer-column > a { display: block; margin: 8px 0; font-size: 13px; }
.footer-column > a.footer-whatsapp { display: inline-flex; align-items: center; gap: 8px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px 20px; font-size: 13px; }
.site-footer__bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.site-footer__bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; min-height: 52px; border: 2px solid var(--whatsapp); border-radius: 999px; background: #fff; color: #083d1d; box-shadow: 0 12px 28px rgba(0,0,0,.25); display: flex; align-items: center; gap: 8px; padding: 0 17px 0 10px; font-weight: 800; cursor: pointer; }
.whatsapp-float .whatsapp-icon { width: 40px; height: 40px; padding: 0; box-shadow: none; }
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.28); }
.back-to-top { position: fixed; right: 28px; bottom: 84px; width: 42px; height: 42px; z-index: 29; border: 1px solid rgba(255,255,255,.3); background: var(--forest); color: #fff; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; cursor: pointer; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.lightbox { width: min(980px, calc(100% - 36px)); max-height: 90vh; border: 0; padding: 0; background: #111; color: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.86); }
.lightbox img { max-height: 80vh; width: 100%; object-fit: contain; }
.lightbox p { padding: 12px 18px; margin: 0; font-size: 12px; }
.lightbox__close { position: absolute; right: 10px; top: 10px; z-index: 2; width: 44px; height: 44px; border: 0; background: rgba(0,0,0,.7); color: #fff; font-size: 28px; cursor: pointer; }

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

@media (max-width: 1100px) {
  :root { --container: min(100% - 32px, 980px); }
  .main-nav { position: fixed; inset: 0 0 0 auto; width: min(390px, 100%); height: 100dvh; background: var(--forest-deep); display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 110px 32px 36px; transform: translateX(105%); transition: transform .3s; overflow-y: auto; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 16px; }
  .main-nav a::after { display: none; }
  .main-nav .nav-cta { margin: 24px 0 0; text-align: center; padding: 14px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(3, 1fr); }
  .feature:nth-child(3) { border-right: 0; }
  .feature:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-column:nth-child(2) { border-right: 0; }
  .service-column:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .location-card { grid-template-columns: 1fr 1.4fr; }
  .location-contact { grid-column: 1 / -1; display: flex; gap: 28px; align-items: center; padding: 24px 34px; }
  .location-contact > p { margin: 0 auto 0 0; }
  .location-contact a { margin: 0; }
}

@media (max-width: 820px) {
  .topbar__season { display: none; }
  .hero { min-height: 760px; max-height: 900px; }
  .hero__shade { background: linear-gradient(180deg, rgba(8,15,11,.35) 0%, rgba(8,15,11,.52) 45%, rgba(8,15,11,.88) 100%); }
  .hero__content { align-self: end; padding-top: 0; padding-bottom: 80px; }
  .hero h1 { max-width: 600px; font-size: clamp(48px, 10vw, 72px); }
  .venue-intro__grid, .catalog-section__grid, .consultation-grid, .faq-grid { grid-template-columns: 1fr; }
  .consultation-copy { position: static; }
  .catalog-panel { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature { border-bottom: 1px solid var(--line); }
  .feature:nth-child(odd) { border-right: 1px solid var(--line); }
  .feature:nth-child(even) { border-right: 0; }
  .feature:nth-last-child(-n+2) { border-bottom: 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .process-line { grid-template-columns: 1fr; gap: 22px; }
  .process-line::before { top: 34px; bottom: 34px; left: 34px; right: auto; width: 1px; height: auto; }
  .process-line li { text-align: left; padding: 0 0 0 94px; min-height: 75px; }
  .process-line li > span { position: absolute; left: 0; top: 0; }
  .final-cta__content { align-items: flex-start; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .location-card { grid-template-columns: 1fr; }
  .location-contact { grid-column: auto; display: block; }
  .location-contact a { margin: 20px 0; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 28px); }
  html { scroll-padding-top: 92px; }
  .topbar { height: 40px; }
  .topbar__inner { width: calc(100% - 20px); }
  .topbar__item { font-size: 10px; }
  .topbar__button { padding: 6px 9px; font-size: 9px; }
  .site-header { top: 40px; height: 72px; }
  .site-header.is-scrolled { height: 68px; }
  .brand { width: 70px; }
  .brand img { width: 60px; height: 62px; }
  .hero { min-height: 740px; height: 100svh; }
  .hero__media img { object-position: center 50%; }
  .hero__content { padding-bottom: 56px; }
  .hero h1 { max-width: 390px; font-size: clamp(47px, 14vw, 61px); line-height: .92; }
  .hero__lead { max-width: 380px; font-size: 14px; }
  .hero__actions { flex-direction: column; align-items: stretch; width: min(100%, 360px); }
  .hero__actions .btn { width: 100%; }
  .quickfacts__grid { grid-template-columns: repeat(2, 1fr); }
  .quickfact { min-height: 62px; justify-content: flex-start; padding: 0 12px; font-size: 11px; }
  .quickfact:nth-child(2) { border-right: 0; }
  .quickfact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 74px 0; }
  h2 { font-size: clamp(38px, 12vw, 50px); }
  .venue-intro__grid { gap: 38px; }
  .editorial-collage { min-height: 520px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.3fr .7fr; }
  .media-card--large { grid-column: 1 / -1; grid-row: auto; }
  .event-grid, .services-grid { grid-template-columns: 1fr; }
  .event-card__body p { min-height: auto; }
  .service-column { border-right: 0; border-bottom: 1px solid var(--line); }
  .catalog-panel { padding: 34px 25px; }
  .catalog-options { grid-template-columns: 1fr; padding: 18px; }
  .catalog-option { grid-template-columns: 34px 1fr auto; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature { padding: 25px 12px; }
  .feature h3 { font-size: 20px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item--tall { grid-row: span 2; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .event-form { padding: 24px 18px; }
  .location-copy { padding: 30px 24px; }
  .map-placeholder { min-height: 300px; }
  .final-cta { min-height: 520px; }
  .final-cta__actions { flex-direction: column; width: 100%; }
  .final-cta__actions .btn { width: 100%; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span:last-child { display: none; }
  .back-to-top { right: 20px; bottom: 80px; }
}

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


/* Generated icon system */
.ui-icon { object-fit: contain; flex: 0 0 auto; }
.ui-icon--mini { width: 20px; height: 20px; }
.ui-icon--nav { width: 22px; height: 22px; vertical-align: middle; }
.main-nav .nav-cta { display: inline-flex; align-items: center; gap: 8px; }
.topbar__item .ui-icon { width: 20px; height: 20px; }
.quickfact__icon-img { width: 40px; height: 40px; object-fit: contain; flex: 0 0 auto; }
.quickfact__icon-img--wa { width: 34px; height: 34px; }
.catalog-option__icon-img { width: 44px; height: 44px; object-fit: contain; }
.feature__icon-img { width: 74px; height: 74px; object-fit: contain; display: block; margin: 0 auto 18px; }
.location-contact a img.ui-icon { grid-row: span 2; align-self: center; }
.footer-column a img.ui-icon { margin-right: 8px; }
@media (max-width: 680px) {
  .quickfact__icon-img { width: 30px; height: 30px; }
  .catalog-option__icon-img { width: 34px; height: 34px; }
  .feature__icon-img { width: 56px; height: 56px; }
}
