: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--outline-forest { border-color: var(--forest); color: var(--forest); background: transparent; }
.button--outline-forest:hover { 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; }
.infrastructure__note { margin: 28px auto 0; max-width: 760px; text-align: center; padding: 14px 18px; border: 1px solid var(--line); color: #666861; font-size: .72rem; background: rgba(255,255,255,.42); }
.infrastructure__note strong { color: var(--forest); }
.infrastructure__details { margin: 28px auto 0; max-width: 980px; display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.infrastructure__details > div { padding: 18px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); }
.infrastructure__details strong, .infrastructure__details span { display: block; }
.infrastructure__details strong { color: var(--forest); font-family: var(--serif); font-size: 1.05rem; margin-bottom: 6px; }
.infrastructure__details span { color: #666861; font-size: .72rem; line-height: 1.55; }

.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; }
.production__details { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(139,23,23,.12); margin-top: 4px; padding-top: 28px; gap: 1px; background: rgba(38,58,49,.08); }
.production__details > div { background: #fbf7f0; padding: 20px 22px; }
.production__details strong, .production__details span { display: block; }
.production__details strong { color: var(--forest); font-family: "Cormorant Garamond", serif; font-size: 1.08rem; margin-bottom: 5px; }
.production__details span { color: #66645f; font-size: .69rem; line-height: 1.55; }

.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; }

.corporate-offer { background: var(--ivory); border-block: 1px solid rgba(91,64,48,.09); }
.corporate-offer__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; background: var(--white); }
.corporate-offer__media { min-height: 520px; overflow: hidden; }
.corporate-offer__media img { width: 100%; height: 100%; object-fit: cover; }
.corporate-offer__content { padding: 70px clamp(36px, 5vw, 82px); align-self: center; }
.corporate-offer__content h2 { margin-bottom: 18px; }
.corporate-offer__content > p:not(.eyebrow) { color: #66645f; margin-bottom: 26px; }
.corporate-offer__services { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; margin-bottom: 28px; }
.corporate-offer__services span { padding: 11px 12px; border: 1px solid rgba(38,58,49,.12); background: var(--ivory); color: #555a54; font-size: .68rem; }
.why-us { background: var(--white); }
.why-us__grid { display: grid; grid-template-columns: repeat(5, 1fr); border-left: 1px solid var(--line); }
.why-us__grid article { padding: 26px 22px; border-right: 1px solid var(--line); }
.why-us__grid strong { display: block; color: var(--forest); font-family: "Cormorant Garamond", serif; font-size: 1.15rem; line-height: 1.05; margin-bottom: 9px; }
.why-us__grid p { color: #666861; font-size: .69rem; line-height: 1.55; }

.gallery { background: var(--white); }
.gallery-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.gallery-total { margin-top: 12px !important; font-size: .72rem !important; color: #6b6d68 !important; }
.gallery-total strong { color: var(--forest); }
.filter-button small { display: inline-grid; place-items: center; min-width: 19px; height: 19px; margin-left: 6px; padding: 0 5px; border-radius: 99px; background: rgba(38,58,49,.08); font-size: .56rem; line-height: 1; }
.filter-button.active small, .filter-button:hover small { background: rgba(255,255,255,.16); }
.gallery-grid--complete { grid-auto-flow: dense; opacity: 1; transform: none; }

.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; }

.gallery-item--video { cursor: pointer; }
.gallery-item--video .gallery-play { left: 50%; bottom: 50%; width: 54px; height: 54px; transform: translate(-50%, 50%); display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--forest); font-size: 1.05rem; line-height: 1; letter-spacing: 0; text-transform: none; box-shadow: 0 8px 28px rgba(0,0,0,.26); transition: transform .25s ease, background .25s ease; }
.gallery-item--video:hover .gallery-play { transform: translate(-50%, 50%) scale(1.08); background: #fff; }
.gallery-item--video::before { content: "VIDEO"; position: absolute; z-index: 3; top: 11px; right: 11px; padding: 5px 8px; border-radius: 999px; background: rgba(12,35,26,.82); color: #fff; font-size: .52rem; font-weight: 800; letter-spacing: .12em; }
.gallery-load-more { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 34px; }
.gallery-progress { margin: 0; color: #6b6e68; font-size: .72rem; }
.gallery-load-more .button { min-width: 170px; }
.gallery-load-more[hidden] { display: none; }

.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("assets/real/final-cta.webp"); 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, .lightbox__dialog video { max-height: 80vh; max-width: 100%; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.4); background: #050806; }
.lightbox__dialog video { width: auto; min-width: min(320px, 86vw); }
.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) {
  .production__details { grid-template-columns: repeat(2, 1fr); }
  .corporate-offer__grid { grid-template-columns: 1fr; }
  .corporate-offer__media { min-height: 390px; }
  .why-us__grid { grid-template-columns: repeat(2, 1fr); row-gap: 1px; background: var(--line); }
  .why-us__grid article { background: var(--white); }
  :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) {
  .production__details { grid-template-columns: 1fr; }
  .corporate-offer__content { padding: 48px 24px; }
  .corporate-offer__media { min-height: 300px; }
  .corporate-offer__services { grid-template-columns: 1fr; }
  .why-us__grid { grid-template-columns: 1fr; }
  .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; }
}

/* Menú y producción 2026-2027 */
.menu-dossier { background: #f4eee4; border-block: 1px solid rgba(91,64,48,.09); }
.menu-dossier__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.menu-panel { background: var(--white); border: 1px solid rgba(38,58,49,.12); }
.menu-panel--wide { grid-column: 1 / -1; }
.menu-panel summary { list-style: none; min-height: 76px; display: grid; grid-template-columns: 48px 1fr 22px; align-items: center; gap: 16px; padding: 16px 20px; cursor: pointer; }
.menu-panel summary::-webkit-details-marker { display: none; }
.menu-panel summary > span { color: var(--champagne); font-family: var(--serif); font-size: 1.55rem; }
.menu-panel summary strong { color: var(--forest); font-family: var(--serif); font-size: 1.32rem; font-weight: 600; }
.menu-panel summary i { width: 18px; height: 18px; position: relative; }
.menu-panel summary i::before, .menu-panel summary i::after { content: ""; position: absolute; left: 1px; top: 8px; width: 16px; height: 1px; background: var(--forest); }
.menu-panel summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.menu-panel[open] summary i::after { transform: rotate(0); }
.menu-panel__content { border-top: 1px solid var(--line); padding: 22px 26px 25px 84px; color: #5d605b; font-size: .78rem; }
.menu-panel__content p { margin-bottom: 12px; }
.menu-panel__content ul { margin: 0; padding-left: 18px; display: grid; gap: 7px; }
.menu-panel__content h3 { font-size: 1.25rem; margin: 6px 0 12px; }
.menu-panel__columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 42px; }
.menu-note { margin-top: 15px !important; padding: 12px 14px; background: var(--ivory); border-left: 2px solid var(--champagne); font-size: .7rem; }

.extras { background: var(--white); }
.extras .section-heading { max-width: 850px; }
.extras__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.extras__grid article { min-height: 155px; padding: 24px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.extras__grid strong { display: block; font-family: var(--serif); color: var(--forest); font-size: 1.22rem; line-height: 1.05; margin-bottom: 10px; }
.extras__grid p { color: #666861; font-size: .69rem; line-height: 1.55; }
.service-condition { margin-top: 28px; padding: 30px 34px; display: grid; grid-template-columns: .8fr 1.6fr auto; gap: 32px; align-items: center; background: var(--ivory); border: 1px solid rgba(38,58,49,.12); }
.service-condition .eyebrow { margin-bottom: 8px; }
.service-condition h3 { font-size: 1.55rem; }
.service-condition > p { color: #626661; font-size: .78rem; }

@media (max-width: 1080px) {
  .menu-dossier__grid { grid-template-columns: 1fr; }
  .menu-panel--wide { grid-column: auto; }
  .extras__grid { grid-template-columns: repeat(2, 1fr); }
  .service-condition { grid-template-columns: 1fr; }
  .service-condition .button { justify-self: start; }
}

@media (max-width: 700px) {
  .infrastructure__details { grid-template-columns: 1fr; }
  .menu-panel summary { grid-template-columns: 38px 1fr 18px; gap: 10px; padding: 14px 15px; }
  .menu-panel summary > span { font-size: 1.25rem; }
  .menu-panel summary strong { font-size: 1.12rem; }
  .menu-panel__content { padding: 18px 18px 21px; }
  .menu-panel__columns { grid-template-columns: 1fr; gap: 18px; }
  .extras__grid { grid-template-columns: 1fr; }
  .extras__grid article { min-height: 0; }
  .service-condition { padding: 24px 20px; gap: 18px; }
}


/* QUIENES SOMOS PAGE */
.about-page .site-header { background: rgba(20,37,31,.93); }
.about-page .floating-whatsapp img { width: 23px; height: 23px; object-fit: contain; }
.about-hero { position: relative; min-height: 680px; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--forest-dark); }
.about-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.about-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,23,18,.94) 0%, rgba(10,24,19,.76) 42%, rgba(10,22,18,.3) 72%), linear-gradient(0deg, rgba(8,19,15,.72), transparent 55%); }
.about-hero__content { position: relative; z-index: 2; padding-top: 185px; padding-bottom: 86px; max-width: 950px; }
.about-hero h1 { color: var(--white); font-size: clamp(3.3rem, 6.5vw, 6.7rem); line-height: .93; max-width: 900px; }
.about-hero__content > p:not(.eyebrow) { max-width: 730px; margin-top: 26px; color: rgba(255,255,255,.86); font-size: 1.06rem; }
.about-hero__actions { display: flex; gap: 14px; margin-top: 32px; }
.about-intro { background: var(--white); }
.about-intro__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.about-intro__text { max-width: 760px; }
.about-intro__text p { font-size: 1.08rem; color: #5c605b; margin-bottom: 18px; }
.about-intro__text .about-highlight { margin-top: 30px; padding: 25px 28px; border-left: 3px solid var(--champagne); background: var(--ivory); color: var(--forest); font-family: var(--serif); font-size: 1.55rem; line-height: 1.3; }
.about-story { background: var(--ivory); }
.about-story__grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; }
.about-story__media { min-height: 560px; overflow: hidden; }
.about-story__media img { width: 100%; height: 100%; object-fit: cover; }
.about-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 0 70px 75px; }
.about-story__copy > p:not(.eyebrow) { color: #5d605b; font-size: .98rem; }
.about-values { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.about-values span { padding: 9px 13px; border: 1px solid rgba(38,58,49,.15); background: rgba(255,255,255,.55); font-size: .7rem; color: var(--forest); }
.about-planner { background: var(--white); }
.about-planner__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 74px; align-items: center; }
.about-planner__media { position: relative; min-height: 610px; margin: 0; overflow: hidden; background: var(--ivory); }
.about-planner__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.about-planner__media figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 26px 22px; color: rgba(255,255,255,.9); font-size: .68rem; letter-spacing: .025em; background: linear-gradient(0deg, rgba(10,24,19,.82), transparent); }
.about-planner__copy { max-width: 650px; }
.about-planner__copy > p:not(.eyebrow):not(.about-planner__closing) { margin-top: 16px; color: #5d605b; }
.about-planner__mission { margin: 30px 0 24px; padding: 24px 26px 25px; border-left: 3px solid var(--champagne); background: var(--ivory); }
.about-planner__mission span { display: block; margin-bottom: 7px; color: var(--champagne-dark, #8f7242); font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.about-planner__mission p { margin: 0; color: var(--forest); font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.35; }
.about-planner__closing { margin-top: 0; color: var(--forest); font-weight: 600; }
.about-services { background: var(--white); }
.about-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.about-services__grid article { min-height: 275px; padding: 34px 30px; border: 1px solid var(--line); background: #fffdf9; }
.about-services__grid img { width: 82px; height: 82px; object-fit: contain; margin-bottom: 23px; }
.about-services__grid h3 { font-size: 1.45rem; margin-bottom: 10px; }
.about-services__grid p { color: #686a64; font-size: .78rem; line-height: 1.65; }
.about-venue { background: var(--ivory); }
.about-venue__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.about-venue__copy > p:not(.eyebrow) { color: #5d605b; margin-top: 16px; }
.about-venue__gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 250px 250px; gap: 8px; }
.about-venue__gallery img { width: 100%; height: 100%; object-fit: cover; }
.about-venue__gallery img:first-child { grid-row: 1 / 3; }
.about-corporate { background: var(--white); padding-top: 0; }
.about-corporate__panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 60px 65px; background: var(--forest); color: rgba(255,255,255,.82); }
.about-corporate__panel h2 { color: var(--white); max-width: 720px; }
.about-corporate__panel p:not(.eyebrow) { max-width: 760px; }
.about-corporate__panel .button { flex: 0 0 auto; }
.about-final-cta { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; color: var(--white); }
.about-final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-final-cta__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,23,18,.93), rgba(9,22,17,.58), rgba(9,22,17,.8)); }
.about-final-cta__content { position: relative; z-index: 2; text-align: center; max-width: 900px; padding: 90px 0; }
.about-final-cta h2 { color: var(--white); }
.about-final-cta__content > p:not(.eyebrow) { max-width: 720px; margin: 18px auto 0; color: rgba(255,255,255,.84); }
.about-final-cta__content > div { display: flex; justify-content: center; gap: 13px; margin-top: 30px; }
@media (max-width: 1080px) {
  .about-intro__grid, .about-story__grid, .about-planner__grid, .about-venue__grid { grid-template-columns: 1fr; gap: 45px; }
  .about-planner__media { min-height: 520px; }
  .about-planner__copy { max-width: none; }
  .about-story__copy { padding: 10px 0 0; }
  .about-services__grid { grid-template-columns: repeat(2, 1fr); }
  .about-corporate__panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 780px) {
  .about-hero { min-height: 680px; }
  .about-hero__content { padding-top: 150px; padding-bottom: 55px; }
  .about-hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .about-hero__actions, .about-final-cta__content > div { flex-direction: column; align-items: stretch; }
  .about-services__grid { grid-template-columns: 1fr; }
  .about-planner__media { min-height: 440px; }
  .about-planner__media figcaption { padding: 34px 20px 18px; }
  .about-planner__mission { padding: 22px 21px 23px; }
  .about-venue__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 180px; }
  .about-venue__gallery img:first-child { grid-column: 1 / -1; grid-row: auto; }
  .about-corporate__panel { padding: 45px 28px; }
}


/* SEO landing pages and internal discovery links */
.footer-seo-links { display:flex; flex-wrap:wrap; gap:8px 16px; padding-top:18px; margin-top:18px; border-top:1px solid rgba(255,255,255,.10); }
.footer-seo-links a { font-size:.66rem; color:rgba(255,255,255,.62); text-decoration:none; }
.footer-seo-links a:hover { color:var(--champagne); }
.seo-page .about-hero { min-height:620px; }
.seo-page .about-hero h1 { max-width:980px; }
.seo-page .about-story__copy > p:not(.eyebrow) { margin-bottom:14px; }
.seo-faq { background:var(--white); }
.seo-faq-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.seo-faq-item { padding:28px; border:1px solid var(--line); background:#fffdf9; }
.seo-faq-item h3 { font-size:1.3rem; margin-bottom:10px; }
.seo-faq-item p { color:#686a64; font-size:.8rem; line-height:1.7; }
.seo-related { background:var(--ivory); padding-top:0; }
.seo-related-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.seo-related-grid a { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:82px; padding:20px 24px; border:1px solid var(--line); background:rgba(255,255,255,.68); color:var(--forest); font-family:var(--serif); font-size:1.12rem; text-decoration:none; }
.seo-related-grid a span { color:var(--champagne-dark); font-family:var(--sans); }
.seo-related-grid a:hover { background:var(--white); }
@media (max-width:900px){
  .seo-faq-grid,.seo-related-grid{grid-template-columns:1fr;}
  .footer-seo-links{gap:8px 12px;}
}

/* Google Maps */
.topbar__location { color: inherit; text-decoration: none; }
.topbar__location:hover { color: var(--champagne); }
.google-map { margin-top: 18px; border: 1px solid var(--line); background: #ece9df; overflow: hidden; aspect-ratio: 16 / 9; min-height: 250px; }
.google-map iframe { display: block; width: 100%; height: 100%; min-height: 250px; border: 0; }
.map-button { margin-top: 14px; width: 100%; justify-content: center; }
.faq-answer a { color: var(--burgundy); text-decoration: underline; text-underline-offset: 2px; }
.footer__contact a { color: inherit; }
@media (max-width: 700px) {
  .google-map { min-height: 280px; aspect-ratio: 4 / 3; }
  .google-map iframe { min-height: 280px; }
}


/* Reviews */
.reviews { background: #f6f2e9; }
.reviews .section-heading { max-width: 760px; margin: 0 auto 38px; }
.reviews-summary { margin: 20px auto 0; display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px 12px; padding: 11px 16px; border: 1px solid rgba(38,58,49,.13); background: rgba(255,255,255,.58); }
.reviews-summary__stars, .review-card__stars { color: var(--champagne); letter-spacing: .08em; }
.reviews-summary strong { color: var(--forest); font-family: var(--font-serif); font-size: 1.25rem; }
.reviews-summary span:last-child { color: #696b66; font-size: .72rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: start; }
.review-card { position: relative; min-width: 0; padding: 26px 24px 22px; border: 1px solid rgba(38,58,49,.14); background: rgba(255,255,255,.72); box-shadow: 0 12px 34px rgba(26,41,34,.045); }
.review-card[hidden] { display: none; }
.review-card::before { content: "“"; position: absolute; right: 19px; top: 8px; color: rgba(197,164,109,.16); font-family: Georgia, serif; font-size: 4.4rem; line-height: 1; pointer-events: none; }
.review-card__rating { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.review-card__rating strong { color: var(--forest); font-size: .78rem; }
.review-card__stars { font-size: .78rem; }
.review-card h3 { position: relative; margin: 0 0 12px; padding-right: 28px; font-size: 1.35rem; line-height: 1.15; }
.review-card__text { margin: 0; color: #555a54; font-size: .82rem; line-height: 1.75; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; }
.review-card.is-expanded .review-card__text { display: block; overflow: visible; }
.review-card__toggle { margin-top: 11px; padding: 0 0 2px; border: 0; border-bottom: 1px solid rgba(38,58,49,.34); background: transparent; color: var(--forest); font: inherit; font-size: .69rem; font-weight: 700; cursor: pointer; }
.review-card__toggle:hover { border-color: var(--forest); }
.review-card__author { display: flex; flex-direction: column; gap: 2px; margin-top: 19px; padding-top: 15px; border-top: 1px solid rgba(38,58,49,.1); }
.review-card__author strong { color: var(--forest); font-size: .78rem; }
.review-card__author span { color: #777a75; font-size: .67rem; }
.reviews-more { display: flex; flex-direction: column; align-items: center; gap: 13px; margin-top: 30px; }
.reviews-more p { margin: 0; color: #6b6e68; font-size: .72rem; }
.reviews-more[hidden] { display: none; }

@media (max-width: 980px) {
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .reviews .section-heading { margin-bottom: 28px; }
  .reviews-summary { display: flex; width: 100%; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { padding: 22px 19px 20px; }
  .review-card h3 { font-size: 1.22rem; }
}

/* Footer refinado: estructura limpia, legible y profesional */
.site-footer {
  background: #1b332a;
  padding: 64px 0 28px;
}
.footer-main {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: clamp(48px, 6vw, 86px);
  align-items: start;
  padding-bottom: 42px;
}
.footer-brand {
  max-width: 270px;
}
.footer-brand img {
  display: block;
  width: 230px;
  max-width: 100%;
  height: auto !important;
  max-height: none;
  object-fit: contain;
  object-position: left center;
  aspect-ratio: auto;
  flex: 0 0 auto;
}
.footer-brand p {
  max-width: 220px;
  margin-top: 14px;
  font-size: .7rem;
  line-height: 1.65;
  color: rgba(255,255,255,.58);
}
.footer-contact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  align-items: start;
}
.footer-contact > a,
.footer-contact > div {
  position: relative;
  padding: 3px 0 17px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.footer-contact > div:nth-child(5) {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
.footer-contact span {
  margin-bottom: 8px;
  font-size: .58rem;
  line-height: 1.4;
  letter-spacing: .13em;
  color: rgba(255,255,255,.48);
}
.footer-contact strong {
  font-size: .73rem;
  line-height: 1.55;
  color: rgba(255,255,255,.9);
  overflow-wrap: anywhere;
}
.footer-contact > a,
.footer-contact > div strong a {
  transition: color .2s ease;
}
.footer-contact > a:hover strong,
.footer-contact > div strong a:hover {
  color: var(--champagne);
}
.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0 28px;
  align-items: end;
  padding-top: 28px;
  font-size: .64rem;
}
.footer-bottom > nav {
  grid-column: 1 / -1;
}
.footer-bottom > nav:not(.footer-seo-links) {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  padding-bottom: 25px;
}
.footer-bottom > nav:not(.footer-seo-links)::before {
  content: "Navegación";
  flex: 0 0 100%;
  margin-bottom: 4px;
  color: rgba(255,255,255,.42);
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-bottom > nav:not(.footer-seo-links) a {
  color: rgba(255,255,255,.8);
  font-size: .69rem;
  line-height: 1.5;
}
.footer-seo-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 0;
  padding: 24px 0 26px;
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.footer-seo-links::before {
  content: "Servicios y ubicaciones";
  grid-column: 1 / -1;
  margin-bottom: 5px;
  color: rgba(255,255,255,.42);
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-seo-links a {
  display: block;
  padding: 2px 0;
  color: rgba(255,255,255,.6);
  font-size: .64rem;
  line-height: 1.5;
}
.footer-seo-links a:hover {
  color: var(--champagne);
}
.footer-bottom > p:not(.copyright) {
  grid-column: 1;
  margin: 20px 0 0;
  color: rgba(255,255,255,.43);
  line-height: 1.6;
}
.copyright {
  grid-column: 2;
  margin: 20px 0 0;
  text-align: right;
  white-space: nowrap;
  color: rgba(255,255,255,.55);
}

@media (max-width: 1280px) {
  .footer-contact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-seo-links { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1080px) {
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { max-width: none; }
  .footer-contact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap-inline: 34px; }
  .footer-seo-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .site-footer { padding-top: 52px; }
  .footer-main { padding-bottom: 30px; }
  .footer-contact { grid-template-columns: 1fr; }
  .footer-contact > div:nth-child(5) { grid-column: auto; }
  .footer-seo-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap-inline: 18px; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom > p:not(.copyright), .copyright { grid-column: 1; }
  .copyright { text-align: left; white-space: normal; margin-top: 8px; }
}
@media (max-width: 520px) {
  .footer-bottom > nav:not(.footer-seo-links) { gap: 8px 16px; }
  .footer-seo-links { grid-template-columns: 1fr; gap: 6px; padding-block: 22px; }
  .footer-seo-links a { font-size: .67rem; }
}

@media (max-width: 520px) {
  .footer-brand img { width: 205px; }
}

/* Responsive hardening — revisión multidispositivo */
html { overflow-x: hidden; }

@media (max-width: 1080px) {
  .nav-panel {
    overflow-y: auto;
    overscroll-behavior: contain;
    max-height: 100dvh;
    -webkit-overflow-scrolling: touch;
  }
  .hero__content { grid-template-columns: minmax(0, 1fr); min-width: 0; }
  .hero__copy, .hero__features { min-width: 0; max-width: 100%; }
  .visit-faq { grid-template-columns: minmax(0, 1fr); width: 100%; overflow: hidden; }
  .visit-panel, .faq-panel { min-width: 0; width: 100%; }
  .google-map, .google-map iframe { width: 100%; max-width: 100%; min-width: 0; }
}

@media (max-width: 780px) {
  .hero__features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature { min-width: 0; }
  .feature > span:last-child { min-width: 0; overflow-wrap: anywhere; }
}

@media (max-width: 520px) {
  .topbar__inner { gap: 8px; }
  .topbar__facts { flex: 1 1 auto; min-width: 0; overflow: hidden; }
  .topbar__actions { flex: 0 0 auto; gap: 0; }
  .topbar__whatsapp { display: none; }
  .topbar__item { min-width: 0; max-width: none; }
  .topbar__location {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .57rem;
  }
  .topbar__location svg { flex: 0 0 13px; }
  .topbar__button { min-width: 0; padding-inline: 11px; white-space: nowrap; }

  .hero__content { width: min(calc(100% - 26px), var(--container)); }
  .hero__copy { width: 100%; }
  .hero h1, .hero__lead, .hero__buttons { max-width: 100%; }
  .hero__features { width: 100%; padding-right: 0; }
  .feature { gap: 9px; font-size: .66rem; }
  .feature__icon { flex-basis: 36px; }

  .visit-panel__content {
    width: calc(100% - 24px);
    max-width: none;
    margin-left: 24px;
    padding-right: 24px;
  }
  .faq-panel__inner { max-width: 100%; margin-inline: auto; }
  .google-map { aspect-ratio: 4 / 3; }
}

@media (max-width: 380px) {
  .topbar__button { font-size: 0; min-width: 68px; }
  .topbar__button::after { content: "Cotizar"; font-size: .59rem; }
  .brand { flex-basis: min(145px, 48vw); }
  .brand img { width: min(142px, 46vw); }
  .site-header__inner { gap: 10px; }
  .hero h1 { font-size: clamp(2.85rem, 15vw, 3.35rem); }
  .hero__lead { font-size: .84rem; }
  .hero__buttons .button { padding-inline: 14px; font-size: .72rem; }
  .feature { font-size: .63rem; }
  .feature__icon { width: 33px; height: 33px; flex-basis: 33px; }
  .infrastructure__row { grid-template-columns: 1fr 1fr; }
}

/* Footer SEO: respetar la grilla en todos los tamaños */
.footer-bottom nav.footer-seo-links { display: grid; }
@media (max-width: 520px) {
  .footer-bottom nav.footer-seo-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 16px;
  }
}
@media (max-width: 350px) {
  .footer-bottom nav.footer-seo-links { grid-template-columns: 1fr; }
}

/* En teléfonos muy bajos, evita que el botón flotante tape los CTA del hero. */
@media (max-width: 380px) and (max-height: 650px) {
  .floating-whatsapp { display: none; }
}


/* Producción de Astudillo en locaciones externas */
.offsite-production { background: var(--ivory); border-block: 1px solid rgba(91,64,48,.09); }
.offsite-production__grid { display: grid; grid-template-columns: .92fr 1.35fr; gap: clamp(45px, 6vw, 90px); align-items: center; }
.offsite-production__copy h2 { margin-bottom: 22px; }
.offsite-production__copy > p:not(.eyebrow) { color: #5f625c; margin-top: 14px; max-width: 620px; }
.offsite-production__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; }
.offsite-production__actions .text-link { margin-top: 0; }
.offsite-production__services { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-left: 1px solid var(--line); border-top: 1px solid var(--line); background: rgba(255,255,255,.3); }
.offsite-production__services article { display: grid; grid-template-columns: 82px 1fr; gap: 18px; align-items: center; min-height: 176px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.72); }
.offsite-production__services img { width: 76px; height: 76px; object-fit: contain; }
.offsite-production__services h3 { font-size: 1.28rem; margin-bottom: 7px; }
.offsite-production__services p { color: #666861; font-size: .73rem; line-height: 1.6; }

.gallery-location-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 300px)); justify-content: center; gap: 8px; margin: -10px auto 26px; }
.location-filter { min-height: 64px; padding: 10px 18px; border: 1px solid var(--line); background: var(--ivory); color: var(--forest); cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; }
.location-filter small { min-width: 28px; padding: 2px 7px; border-radius: 999px; background: rgba(38,58,49,.08); font-size: .62rem; }
.location-filter.active { background: var(--forest); color: var(--white); border-color: var(--forest); }
.location-filter.active small { background: rgba(255,255,255,.14); }
.location-filter:focus-visible { outline: 3px solid rgba(197,164,109,.52); outline-offset: 3px; }

@media (max-width: 980px) {
  .offsite-production__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .offsite-production__services { grid-template-columns: 1fr; }
  .offsite-production__services article { grid-template-columns: 68px 1fr; min-height: 0; padding: 20px 18px; }
  .offsite-production__services img { width: 62px; height: 62px; }
  .offsite-production__actions { align-items: stretch; }
  .offsite-production__actions .button { width: 100%; }
  .gallery-location-tabs { grid-template-columns: 1fr; }
  .location-filter { min-height: 56px; }
}
