:root {
  --forest: #263a31;
  --forest-dark: #14251f;
  --olive: #68725b;
  --ivory: #f7f2e9;
  --white: #fffdf8;
  --sand: #dccdb8;
  --champagne: #c5a46d;
  --wood: #5b4030;
  --graphite: #242424;
  --burgundy: #8b1717;
  --wine: #671212;
  --line: rgba(38, 58, 49, 0.14);
  --shadow: 0 24px 60px rgba(28, 37, 32, 0.13);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: 1440px;
  --header-h: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--graphite); background: var(--white); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.nav-open, body.lightbox-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 { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.center { display: flex; justify-content: center; }
.section { padding: clamp(78px, 8vw, 132px) 0; }

.skip-link { position: fixed; left: 18px; top: -90px; z-index: 9999; padding: 12px 18px; background: var(--white); color: var(--forest); border-radius: 4px; box-shadow: var(--shadow); }
.skip-link:focus { top: 18px; }

h1, h2, h3 { font-family: var(--serif); color: var(--forest); font-weight: 600; line-height: 1.02; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(3.6rem, 7vw, 7.2rem); }
h2 { font-size: clamp(2.35rem, 4.4vw, 4.6rem); }
h3 { font-size: 1.45rem; }
p { margin: 0; }
.eyebrow { margin-bottom: 16px; color: var(--olive); text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 700; }
.eyebrow--light { color: rgba(255, 253, 248, .78); }
.eyebrow--burgundy { color: var(--burgundy); }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading p:last-child { max-width: 680px; margin: 20px auto 0; color: #656760; }
.section-copy { max-width: 450px; align-self: center; }
.section-copy h2 { margin-bottom: 24px; }
.section-copy > p:not(.eyebrow) { color: #5d605b; font-size: 1.02rem; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 26px; color: var(--wood); font-weight: 700; font-size: .84rem; text-transform: uppercase; letter-spacing: .12em; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border: 1px solid transparent; border-radius: 2px; font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .nav-link:focus-visible, .filter-button:focus-visible, .faq-item button:focus-visible, .gallery-open:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(197, 164, 109, .52); outline-offset: 3px; }
.button--ivory { background: var(--white); color: var(--forest); }
.button--outline-light { border-color: rgba(255,255,255,.68); color: var(--white); background: rgba(8,18,15,.18); backdrop-filter: blur(7px); }
.button--champagne { background: var(--champagne); color: #17231e; }
.button--forest { background: var(--forest); color: var(--white); }
.button--text-light { color: var(--white); padding-inline: 10px; }

.topbar { background: #1c3129; color: rgba(255,255,255,.8); position: relative; z-index: 120; border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; font-size: .67rem; letter-spacing: .03em; }
.topbar__facts, .topbar__actions, .topbar__item, .topbar__whatsapp { display: flex; align-items: center; }
.topbar__facts, .topbar__actions { gap: 24px; }
.topbar__item, .topbar__whatsapp { gap: 7px; }
.topbar__whatsapp img { width: 18px; height: 18px; object-fit: contain; flex: 0 0 auto; }
.topbar svg { width: 14px; height: 14px; }
.topbar__button { align-self: stretch; display: flex; align-items: center; padding: 0 20px; background: var(--champagne); color: var(--forest-dark); font-weight: 700; }

.site-header { position: fixed; z-index: 110; top: 34px; left: 0; right: 0; color: var(--white); transition: background .3s ease, box-shadow .3s ease, top .3s ease; }
.site-header.scrolled { top: 0; background: rgba(20,37,31,.97); box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.site-header__inner { min-height: var(--header-h); display: flex; align-items: center; gap: 26px; }
.brand { flex: 0 0 230px; }
.brand img { width: 228px; height: auto; max-height: 65px; object-fit: contain; object-position: left center; }
.main-nav { margin-left: auto; }
.nav-panel { display: flex; align-items: center; gap: clamp(15px, 1.6vw, 30px); }
.nav-link { position: relative; padding: 28px 0 23px; font-size: .69rem; font-weight: 600; white-space: nowrap; color: rgba(255,255,255,.82); }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 17px; height: 1px; background: var(--champagne); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav-link.active, .nav-link:hover { color: var(--white); }
.nav-link.active::after, .nav-link:hover::after { transform: scaleX(1); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 10px 16px; background: var(--champagne); color: var(--forest-dark); font-size: .68rem; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: clamp(430px, 46vw, 540px); display: flex; align-items: end; color: var(--white); overflow: hidden; background: var(--forest-dark); }
.hero__media, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center 76%; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,18,14,.9) 0%, rgba(10,24,18,.72) 37%, rgba(10,20,16,.22) 68%, rgba(7,15,12,.25) 100%), linear-gradient(0deg, rgba(7,15,12,.78) 0%, transparent 42%); }
.hero__content { position: relative; z-index: 2; padding-top: 118px; padding-bottom: 28px; min-height: clamp(430px, 46vw, 540px); display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto; align-items: end; }
.hero__copy { max-width: 780px; align-self: center; padding-top: 0; }
.hero h1 { color: var(--white); max-width: 850px; text-shadow: 0 4px 24px rgba(0,0,0,.3); }
.hero__lead { max-width: 610px; margin-top: 16px; font-size: clamp(.96rem, 1.12vw, 1.08rem); color: rgba(255,255,255,.88); }
.hero__buttons { display: flex; gap: 14px; margin-top: 22px; }
.hero__features { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, max-content); gap: clamp(22px, 3.2vw, 48px); margin-top: 22px; padding-right: 185px; }
.feature { display: flex; align-items: center; gap: 14px; font-size: .75rem; line-height: 1.4; font-weight: 600; }
.feature__icon { width: 42px; height: 42px; color: var(--champagne); display: grid; place-items: center; flex: 0 0 42px; }
.feature__icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.hero__partner { position: absolute; right: max(24px, calc((100vw - var(--container)) / 2)); bottom: 22px; margin: 0; z-index: 3; pointer-events: none; }
.hero__partner img { display: block; max-width: 150px; height: auto; margin: 0; filter: brightness(0) invert(1); opacity: .92; }
.hero__scroll { position: absolute; z-index: 4; bottom: 14px; left: 50%; transform: translateX(-50%); width: 34px; height: 34px; display: grid; place-items: center; }
.hero__scroll span { width: 1px; height: 25px; background: rgba(255,255,255,.55); position: relative; }
.hero__scroll span::after { content: ""; position: absolute; bottom: 0; left: -3px; width: 7px; height: 7px; border-right: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.55); transform: rotate(45deg); }

.venue-intro { background: var(--white); }
.venue-intro__grid { display: grid; grid-template-columns: .72fr 1.8fr; gap: clamp(55px, 7vw, 115px); align-items: center; }
.venue-collage { display: grid; grid-template-columns: 1.2fr 1.05fr .75fr; grid-template-rows: repeat(2, 235px); gap: 8px; }
.image-card { position: relative; border: 0; padding: 0; overflow: hidden; cursor: zoom-in; background: #ddd; color: white; }
.image-card--wide { grid-row: span 1; }
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.image-card:hover img { transform: scale(1.045); }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,19,15,.72), transparent 55%); }
.image-card span { position: absolute; z-index: 2; left: 16px; bottom: 12px; font-size: .73rem; font-weight: 700; }

.infrastructure { background: var(--ivory); border-block: 1px solid rgba(91,64,48,.09); }
.infrastructure .section-heading { margin-bottom: 42px; }
.infrastructure__row { display: grid; grid-template-columns: repeat(8, 1fr); border-left: 1px solid var(--line); }
.infra-item { text-align: center; padding: 4px 18px 0; border-right: 1px solid var(--line); }
.infra-item__icon { width: 58px; height: 58px; object-fit: contain; margin: 0 auto 15px; display: block; }
.infra-item h3 { font-size: 1.17rem; margin-bottom: 8px; }
.infra-item p { font-size: .72rem; line-height: 1.55; color: #666861; }

.weddings { background: var(--white); }
.wedding-journey { position: relative; display: grid; grid-template-columns: repeat(8, 1fr); gap: 20px; margin-top: 14px; }
.wedding-journey::before { content: ""; position: absolute; top: 54px; left: 6%; right: 6%; height: 1px; background: var(--champagne); opacity: .65; }
.journey-step { text-align: center; position: relative; }
.journey-step__image { width: 108px; height: 108px; margin: 0 auto 16px; border-radius: 50%; padding: 5px; background: var(--white); border: 1px solid var(--champagne); position: relative; z-index: 1; }
.journey-step__image img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.journey-step h3 { font-size: 1.12rem; margin-bottom: 6px; }
.journey-step p { font-size: .7rem; line-height: 1.5; color: #666861; max-width: 130px; margin-inline: auto; }
.weddings .center { margin-top: 42px; }

.production { padding-top: 0; background: var(--white); }
.production__panel { display: grid; grid-template-columns: .72fr 1.45fr 1fr; gap: 48px; align-items: center; padding: 46px 52px; background: #fbf7f0; border: 1px solid rgba(139,23,23,.13); box-shadow: 0 15px 45px rgba(90,57,38,.06); }
.production__brand { text-align: center; padding-right: 40px; border-right: 1px solid rgba(139,23,23,.12); }
.production__brand img { width: 230px; margin: auto; }
.production__brand span { display: inline-block; margin-top: 6px; color: var(--burgundy); text-transform: uppercase; letter-spacing: .18em; font-size: .65rem; font-weight: 700; }
.production__copy h2 { font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 15px; }
.production__copy > p:last-child { color: #66645f; font-size: .9rem; }
.production__services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.production-service { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; min-height: 188px; padding: 22px 14px 18px; border: 1px solid rgba(38,58,49,.12); text-align: center; background: rgba(255,255,255,.42); }
.production-service img { width: 92px; height: 92px; object-fit: contain; }
.production-service span { display: block; font-size: .72rem; color: #555a54; line-height: 1.35; }

.catering { background: var(--white); padding-top: 30px; }
.catering__grid { display: grid; grid-template-columns: 310px 1fr; gap: 54px; align-items: center; }
.food-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.food-card { position: relative; min-height: 252px; overflow: hidden; background: var(--forest); }
.food-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .5s ease; }
.food-card:hover img { transform: scale(1.05); }
.food-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,20,16,.83), transparent 58%); }
.food-card h3 { position: absolute; z-index: 2; left: 11px; right: 11px; bottom: 14px; color: var(--white); font-size: .98rem; line-height: 1.05; }

.event-types { background: var(--ivory); border-block: 1px solid rgba(91,64,48,.09); }
.event-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.event-card { min-height: 330px; position: relative; overflow: hidden; }
.event-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.event-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,19,16,.88), rgba(9,19,16,.04) 70%); }
.event-card:hover img { transform: scale(1.045); }
.event-card > div { position: absolute; z-index: 2; inset: auto 24px 22px; color: var(--white); }
.event-card p { font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; opacity: .8; margin-bottom: 5px; }
.event-card h3 { color: var(--white); font-size: 2rem; margin-bottom: 13px; }
.event-card a { font-size: .65rem; text-transform: uppercase; letter-spacing: .09em; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 3px; }

.gallery { background: var(--white); }
.gallery-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-button { border: 1px solid rgba(38,58,49,.15); border-radius: 99px; background: transparent; padding: 8px 15px; font-size: .66rem; cursor: pointer; transition: .25s ease; }
.filter-button.active, .filter-button:hover { background: var(--forest); color: var(--white); border-color: var(--forest); }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 205px; gap: 7px; }
.gallery-item { grid-column: span 2; position: relative; overflow: hidden; border: 0; padding: 0; background: #ddd; cursor: zoom-in; }
.gallery-item--wide { grid-column: span 3; }
.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; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,18,14,.7), transparent 50%); }
.gallery-item span { position: absolute; z-index: 2; bottom: 12px; left: 14px; color: white; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.inquiry { background: #f4eee4; }
.inquiry__grid { display: grid; grid-template-columns: 330px 1fr; gap: clamp(50px, 7vw, 110px); }
.inquiry__intro h2 { margin-bottom: 20px; }
.inquiry__intro > p:not(.eyebrow) { color: #5c605b; }
.notice { margin-top: 22px !important; padding: 15px 17px; border-left: 2px solid var(--champagne); background: rgba(255,255,255,.45); font-size: .76rem; }
.whatsapp-box { display: flex; gap: 14px; align-items: center; margin-top: 30px; padding: 15px 18px; border: 1px solid rgba(38,58,49,.16); background: rgba(255,255,255,.55); }
.whatsapp-box img { width: 34px; height: 34px; object-fit: contain; flex: 0 0 auto; }
.whatsapp-box span { font-size: .67rem; color: #636761; }
.whatsapp-box strong { display: block; color: var(--forest); font-size: .86rem; }
.inquiry-form { background: rgba(255,255,255,.5); padding: 25px; border: 1px solid rgba(38,58,49,.09); }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.form-grid label, .message-label { display: block; }
.form-grid label > span, .message-label > span, .service-selector legend { display: block; margin-bottom: 6px; font-size: .65rem; font-weight: 700; color: #626760; text-transform: uppercase; letter-spacing: .05em; }
.form-grid input, .form-grid select, .message-label textarea { width: 100%; min-height: 48px; border: 1px solid rgba(38,58,49,.1); background: rgba(255,255,255,.86); padding: 11px 13px; color: var(--graphite); border-radius: 0; }
.form-grid input.invalid, .form-grid select.invalid, .message-label textarea.invalid { border-color: var(--burgundy); }
.form-span-2 { grid-column: span 2; }
.service-selector { border: 0; padding: 0; margin: 20px 0 17px; }
.service-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.service-chips input { position: absolute; opacity: 0; pointer-events: none; }
.service-chips span { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(38,58,49,.14); background: rgba(255,255,255,.55); font-size: .67rem; cursor: pointer; transition: .2s ease; }
.service-chips input:checked + span { background: var(--forest); color: var(--white); border-color: var(--forest); }
.service-chips input:focus-visible + span { outline: 3px solid rgba(197,164,109,.5); outline-offset: 2px; }
.message-label textarea { resize: vertical; min-height: 100px; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 14px; font-size: .7rem; color: #5f635e; }
.consent input { margin-top: 3px; accent-color: var(--forest); }
.form-footer { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 20px; }
.form-status { font-size: .72rem; color: var(--burgundy); }

.visit-faq { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.visit-panel { position: relative; overflow: hidden; min-height: 560px; color: var(--white); }
.visit-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.visit-panel__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,15,.87), rgba(8,20,15,.35)), linear-gradient(0deg, rgba(8,20,15,.66), transparent 65%); }
.visit-panel__content { position: relative; z-index: 2; max-width: 610px; margin-left: max(24px, calc((100vw - var(--container))/2)); padding: 100px 52px 90px 0; }
.visit-panel h2 { color: var(--white); margin-bottom: 18px; }
.visit-panel p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.84); margin-bottom: 28px; }
.faq-panel { background: var(--white); display: flex; align-items: center; }
.faq-panel__inner { width: min(680px, calc(100% - 70px)); margin-left: 70px; }
.faq-panel h2 { margin-bottom: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 18px 4px; display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; color: var(--forest); font-size: .8rem; font-weight: 700; }
.faq-item i { width: 14px; height: 14px; position: relative; flex: 0 0 14px; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; background: currentColor; left: 0; top: 6px; width: 14px; height: 1px; }
.faq-item i::after { transform: rotate(90deg); transition: transform .25s ease; }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; color: #626661; font-size: .76rem; padding: 0 36px 0 4px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 18px; }
.location-note { display: flex; gap: 13px; align-items: center; margin-top: 25px; padding: 16px 18px; background: var(--ivory); }
.location-note svg { width: 25px; height: 25px; color: var(--burgundy); }
.location-note strong, .location-note span { display: block; }
.location-note strong { font-size: .78rem; color: var(--forest); }
.location-note span { font-size: .67rem; color: #696c67; }

.final-cta { position: relative; min-height: 430px; display: grid; place-items: center; color: var(--white); overflow: hidden; }
.final-cta__media { position: absolute; inset: 0; background-image: url("https://images.unsplash.com/photo-1761121575313-04109e79d9b2?auto=format&fit=crop&w=2000&q=82"); background-size: cover; background-position: center; }
.final-cta__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,35,28,.94), rgba(16,35,28,.54), rgba(16,35,28,.72)); }
.final-cta__content { position: relative; z-index: 2; text-align: center; max-width: 920px; padding-block: 80px; }
.final-cta h2 { color: var(--white); margin-bottom: 17px; }
.final-cta p:not(.eyebrow) { max-width: 690px; margin: auto; color: rgba(255,255,255,.84); }
.final-cta__buttons { display: flex; gap: 13px; justify-content: center; margin-top: 30px; }

.site-footer { background: #1e372e; color: rgba(255,255,255,.72); padding: 55px 0 26px; }
.footer-main { display: grid; grid-template-columns: 250px 1fr; gap: 65px; align-items: center; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand img { width: 220px; }
.footer-brand p { margin-top: 10px; font-size: .67rem; }
.footer-contact { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.footer-contact a, .footer-contact > div { min-width: 0; }
.footer-contact span, .footer-contact strong { display: block; }
.footer-contact span { font-size: .59rem; text-transform: uppercase; letter-spacing: .09em; color: rgba(255,255,255,.48); margin-bottom: 6px; }
.footer-contact strong { color: rgba(255,255,255,.88); font-size: .69rem; font-weight: 500; overflow-wrap: anywhere; }
.footer-contact a:hover strong { color: var(--champagne); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding-top: 25px; font-size: .61rem; }
.footer-bottom nav { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-bottom nav a:hover { color: var(--white); }
.footer-bottom > p:not(.copyright) { grid-column: 1 / -1; color: rgba(255,255,255,.45); }
.copyright { text-align: right; }

.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; background: #fff; color: var(--forest); padding: 10px 16px 10px 10px; border: 1px solid rgba(38,58,49,.12); border-radius: 99px; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: .72rem; font-weight: 700; transition: transform .25s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp img { width: 31px; height: 31px; object-fit: contain; flex: 0 0 auto; }
.back-to-top { position: fixed; z-index: 89; right: 28px; bottom: 84px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); background: var(--forest); color: white; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s ease; cursor: pointer; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top svg { width: 20px; height: 20px; }

.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 30px; }
.lightbox__backdrop { position: absolute; inset: 0; background: rgba(5,12,9,.9); backdrop-filter: blur(8px); }
.lightbox__dialog { position: relative; z-index: 2; max-width: min(1200px, 94vw); max-height: 90vh; display: flex; flex-direction: column; align-items: center; }
.lightbox__dialog img { max-height: 80vh; max-width: 100%; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.4); }
.lightbox__dialog p { color: white; margin-top: 12px; font-size: .78rem; }
.lightbox__close { position: absolute; right: -2px; top: -46px; width: 40px; height: 40px; border: 0; background: transparent; color: white; font-size: 2rem; cursor: pointer; }

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

@media (max-width: 1280px) {
  .site-header__inner { gap: 18px; }
  .brand { flex-basis: 185px; }
  .brand img { width: 185px; }
  .nav-panel { gap: 15px; }
  .nav-link { font-size: .62rem; }
  .header-cta { padding-inline: 12px; }
  .infrastructure__row { grid-template-columns: repeat(4, 1fr); row-gap: 34px; }
  .infra-item:nth-child(4) { border-right: 0; }
  .infra-item:nth-child(n+5) { padding-top: 28px; border-top: 1px solid var(--line); }
  .wedding-journey { grid-template-columns: repeat(4, 1fr); row-gap: 42px; }
  .wedding-journey::before { display: none; }
  .food-strip { grid-template-columns: repeat(4, 1fr); }
  .food-card:nth-child(n+5) { min-height: 210px; }
  .footer-contact { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1080px) {
  :root { --header-h: 68px; }
  .topbar__capacity { display: none; }
  .site-header__inner { justify-content: space-between; }
  .main-nav { order: 3; margin: 0; }
  .nav-toggle { display: block; color: white; }
  .nav-panel { position: fixed; inset: 0 0 0 auto; width: min(390px, 88vw); background: var(--forest-dark); padding: 105px 36px 40px; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(105%); transition: transform .35s ease; box-shadow: -20px 0 50px rgba(0,0,0,.25); }
  .nav-open .nav-panel { transform: translateX(0); }
  .nav-link { padding: 14px 0; font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-link::after { bottom: 8px; right: auto; width: 34px; }
  .nav-open .nav-toggle { position: fixed; right: 28px; top: 50px; z-index: 2; }
  .site-header.scrolled .nav-open .nav-toggle { top: 12px; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-cta { margin-left: auto; }
  .hero__content { grid-template-columns: 1fr; }
  .hero__partner { right: 20px; bottom: 18px; }
  .hero__partner img { max-width: 125px; }
  .venue-intro__grid { grid-template-columns: 1fr; }
  .section-copy { max-width: 700px; }
  .venue-collage { grid-template-rows: repeat(2, 210px); }
  .production__panel { grid-template-columns: .65fr 1.35fr; }
  .production__services { grid-column: 1 / -1; grid-template-columns: repeat(5, 1fr); }
  .catering__grid { grid-template-columns: 1fr; }
  .food-strip { grid-template-columns: repeat(7, 1fr); }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
  .gallery-item { grid-column: span 2; }
  .gallery-item--wide { grid-column: span 2; }
  .inquiry__grid { grid-template-columns: 1fr; }
  .inquiry__intro { max-width: 720px; }
  .visit-faq { grid-template-columns: 1fr; }
  .visit-panel__content { margin-left: max(24px, calc((100vw - var(--container))/2)); }
  .faq-panel__inner { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: 85px 0; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .section { padding: 78px 0; }
  .topbar__inner { min-height: 38px; }
  .topbar__facts { gap: 0; }
  .topbar__item { font-size: .6rem; }
  .topbar__whatsapp { font-size: 0; }
  .topbar__whatsapp img { width: 19px; height: 19px; }
  .topbar__button { padding-inline: 12px; font-size: .59rem; }
  .site-header { top: 38px; }
  .brand { flex-basis: 175px; }
  .brand img { width: 170px; }
  .header-cta { display: none; }
  .hero { min-height: 540px; }
  .hero__content { min-height: 540px; padding-top: 112px; padding-bottom: 28px; }
  .hero__copy { padding-top: 0; align-self: center; }
  .hero__lead { max-width: 520px; }
  .hero__features { grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 22px; }
  .feature { font-size: .68rem; }
  .venue-collage { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 165px); }
  .image-card--wide { grid-column: span 2; }
  .venue-collage .image-card:nth-child(4) { grid-column: span 1; }
  .infrastructure__row { grid-template-columns: repeat(2, 1fr); }
  .infra-item:nth-child(even) { border-right: 0; }
  .infra-item:nth-child(n+3) { padding-top: 28px; border-top: 1px solid var(--line); }
  .wedding-journey { grid-template-columns: repeat(2, 1fr); }
  .production__panel { grid-template-columns: 1fr; padding: 38px 28px; }
  .production__brand { border-right: 0; border-bottom: 1px solid rgba(139,23,23,.12); padding: 0 0 28px; }
  .production__services { grid-column: auto; grid-template-columns: repeat(3, 1fr); }
  .food-strip { grid-template-columns: repeat(2, 1fr); }
  .food-card { min-height: 230px; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 310px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 185px; }
  .gallery-item, .gallery-item--wide { grid-column: span 1; }
  .gallery-item--tall { grid-row: span 2; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .form-span-2 { grid-column: span 2; }
  .final-cta__buttons { flex-wrap: wrap; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-contact { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 520px) {
  .hero__partner { display: none; }
  html { scroll-padding-top: 72px; }
  .container { width: min(calc(100% - 26px), var(--container)); }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .topbar__item { max-width: 180px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .topbar__button { min-width: 98px; justify-content: center; }
  .brand { flex-basis: 158px; }
  .brand img { width: 154px; }
  .hero { min-height: 740px; }
  .hero__media img { object-position: center 82%; }
  .hero__overlay { background: linear-gradient(0deg, rgba(6,16,12,.92) 0%, rgba(8,19,15,.78) 52%, rgba(7,16,13,.36) 100%); }
  .hero__content { min-height: 740px; padding-top: 102px; padding-bottom: 34px; align-content: end; }
  .hero__copy { align-self: end; }
  .hero h1 { max-width: 350px; }
  .hero__lead { font-size: .9rem; max-width: 350px; }
  .hero__buttons { flex-direction: column; align-items: stretch; max-width: 330px; margin-top: 24px; }
  .hero__features { grid-template-columns: repeat(2, 1fr); gap: 14px 8px; }
  .feature { gap: 8px; }
  .feature__icon { width: 36px; height: 36px; }
  .venue-collage { grid-template-rows: repeat(4, 145px); gap: 5px; }
  .image-card span { left: 10px; bottom: 8px; font-size: .62rem; }
  .infra-item { padding-inline: 10px; }
  .infra-item p { font-size: .66rem; }
  .journey-step__image { width: 92px; height: 92px; }
  .production__services { grid-template-columns: repeat(2, 1fr); }
  .production-service { min-height: 170px; }
  .production-service img { width: 78px; height: 78px; }
  .food-card { min-height: 205px; }
  .event-card h3 { font-size: 1.75rem; }
  .gallery-grid { grid-auto-rows: 150px; gap: 4px; }
  .gallery-item--tall { grid-row: span 1; }
  .inquiry-form { padding: 18px 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span-2 { grid-column: auto; }
  .service-chips span { font-size: .62rem; padding: 8px 10px; }
  .form-footer { flex-direction: column; align-items: stretch; }
  .form-footer .button { width: 100%; }
  .visit-panel__content { padding: 80px 28px 72px 0; }
  .faq-panel__inner { width: calc(100% - 28px); padding: 70px 0; }
  .final-cta__content { padding-block: 70px; }
  .final-cta__buttons { flex-direction: column; align-items: stretch; }
  .footer-contact { grid-template-columns: 1fr; }
  .footer-bottom nav { gap: 15px; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 56px; height: 56px; padding: 0; justify-content: center; }
  .floating-whatsapp img { width: 38px; height: 38px; }
  .floating-whatsapp span { display: none; }
  .back-to-top { right: 19px; bottom: 77px; }
}

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