:root {
  --forest: #18372a;
  --forest-deep: #0e241b;
  --moss: #536b50;
  --wood: #6a4b35;
  --sand: #e8dfd2;
  --cream: #f6f2ea;
  --paper: #fbf8f2;
  --graphite: #242522;
  --white: #fff;
  --amber: #c89245;
  --line: rgba(36, 37, 34, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  --hand: "Segoe Print", "Bradley Hand", cursive;
  --container: min(1180px, calc(100% - 48px));
  --shadow: 0 24px 70px rgba(14, 36, 27, .18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--cream); color: var(--graphite); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 14px; background: var(--cream); color: var(--forest); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; padding: 16px 24px; color: var(--white); transition: padding .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { padding-block: 8px; background: rgba(14, 36, 27, .97); box-shadow: 0 10px 30px rgba(0, 0, 0, .18); backdrop-filter: blur(14px); }
.header-inner { width: min(1320px, 100%); min-height: 64px; margin: 0 auto; display: flex; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; flex: 0 0 auto; }
.brand-mark { display: inline-block; width: 38px; height: 58px; flex: 0 0 38px; background: currentColor; -webkit-mask: url('/assets/generated/tree-mark.png') center / contain no-repeat; mask: url('/assets/generated/tree-mark.png') center / contain no-repeat; }
.brand-mark.dark { color: var(--forest); width: 28px; height: 44px; flex-basis: 28px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: .98rem; font-weight: 500; letter-spacing: .035em; }
.brand-copy small { margin-top: 6px; font-size: .55rem; letter-spacing: .42em; }
.desktop-nav { margin-left: auto; padding: 9px 12px; display: flex; align-items: center; gap: clamp(11px, 1.25vw, 22px); background: rgba(18, 24, 20, .52); border: 1px solid rgba(255, 255, 255, .1); border-radius: 999px; backdrop-filter: blur(14px); }
.desktop-nav a { padding: 8px 2px; text-decoration: none; text-transform: uppercase; font-size: .65rem; letter-spacing: .08em; opacity: .86; transition: opacity .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { opacity: 1; }
.header-cta { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; background: linear-gradient(135deg, #79553b, #5a3e2c); border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; color: #fff; text-decoration: none; text-transform: uppercase; font-size: .69rem; letter-spacing: .06em; box-shadow: 0 12px 28px rgba(0, 0, 0, .2); }
.header-cta svg { width: 18px; height: 18px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: clamp(740px, 100svh, 980px); position: relative; display: grid; place-items: center; isolation: isolate; color: #fff; overflow: hidden; }
.hero-picture, .hero-picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-picture img { object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(10, 18, 13, .34) 0%, rgba(10, 18, 13, .1) 30%, rgba(10, 18, 13, .52) 72%, rgba(10, 18, 13, .76) 100%), linear-gradient(90deg, rgba(6, 16, 11, .24), transparent 38%, transparent 62%, rgba(6, 16, 11, .2)); }
.hero-content { position: relative; z-index: 2; width: var(--container); padding-top: 110px; text-align: center; transform: translateY(10%); }
.eyebrow, .kicker { margin: 0 0 13px; text-transform: uppercase; font-size: .7rem; font-weight: 650; letter-spacing: .22em; }
.light { color: rgba(255, 255, 255, .82); }
.hero h1 { max-width: 900px; margin: 0 auto; font-family: var(--serif); font-size: clamp(3.5rem, 7.1vw, 7.2rem); font-weight: 400; line-height: .86; letter-spacing: -.045em; text-transform: uppercase; text-wrap: balance; text-shadow: 0 8px 28px rgba(0, 0, 0, .25); }
.hero-lead { max-width: 650px; margin: 26px auto 0; font-size: clamp(1rem, 1.5vw, 1.2rem); color: rgba(255, 255, 255, .9); }
.hero-actions { margin-top: 25px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button { min-height: 49px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .055em; cursor: pointer; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; }
.button-whatsapp { color: #fff; background: linear-gradient(135deg, #347b55, #226443); box-shadow: 0 15px 30px rgba(9, 43, 24, .24); }
.button-whatsapp:hover { background: linear-gradient(135deg, #3b8b61, #286f4c); }
.button-whatsapp > svg { display: none; }
.button-whatsapp::before { content: ""; width: 21px; height: 21px; flex: 0 0 21px; background: currentColor; -webkit-mask: url('/assets/whatsapp.svg') center / contain no-repeat; mask: url('/assets/whatsapp.svg') center / contain no-repeat; }
.button-outline { color: #fff; border-color: rgba(255, 255, 255, .78); background: rgba(8, 17, 12, .25); backdrop-filter: blur(8px); }
.button-dark { color: #fff; background: var(--forest); }
.button-wood { color: #fff; background: var(--wood); box-shadow: 0 13px 28px rgba(106, 75, 53, .22); }
.hero-location { margin-top: 26px; text-transform: uppercase; font-size: .63rem; letter-spacing: .23em; color: rgba(255, 255, 255, .76); }
.hero-note { position: absolute; z-index: 2; bottom: 84px; margin: 0; font-family: var(--hand); font-size: clamp(.86rem, 1.2vw, 1.04rem); line-height: 1.65; transform: rotate(-4deg); opacity: .88; }
.note-left { left: 7%; }
.note-right { right: 6%; text-align: right; transform: rotate(3deg); }
.scroll-cue { position: absolute; z-index: 2; bottom: 25px; left: 50%; width: 25px; height: 37px; transform: translateX(-50%); border: 1px solid rgba(255, 255, 255, .55); border-radius: 999px; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: #fff; animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } }

.section { width: 100%; position: relative; }
.welcome { min-height: 650px; display: grid; grid-template-columns: minmax(340px, .82fr) 1.4fr 230px; align-items: stretch; background: var(--paper); overflow: hidden; }
.welcome-copy { z-index: 2; align-self: center; padding: 90px clamp(34px, 5vw, 88px); background: var(--paper); border-radius: 0 48% 48% 0 / 0 100% 100% 0; }
.kicker { color: var(--moss); }
.welcome h2, .section-heading h2, .spaces-heading h2, .gallery-heading h2, .location-copy h2, .faq h2, .final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.9rem, 5vw, 5.2rem); font-weight: 400; line-height: .92; letter-spacing: -.035em; text-transform: uppercase; }
.welcome .lead { margin: 26px 0 12px; font-size: 1.12rem; font-weight: 550; line-height: 1.5; }
.welcome-copy > p:not(.kicker):not(.lead) { max-width: 430px; color: #545650; }
.mini-signature { margin-top: 30px; display: flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: .62rem; font-weight: 700; letter-spacing: .13em; }
.welcome-image { position: relative; min-height: 650px; margin: 0 0 0 -110px; overflow: hidden; }
.welcome-image img { width: 100%; height: 100%; object-fit: cover; }
.welcome-image figcaption { position: absolute; right: 18px; bottom: 18px; padding: 7px 11px; background: rgba(14, 36, 27, .82); color: #fff; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.paper-note { z-index: 2; align-self: center; margin-left: -80px; padding: 40px 32px; min-height: 330px; display: flex; flex-direction: column; justify-content: center; background: rgba(246, 242, 234, .94); box-shadow: var(--shadow); font-family: var(--hand); font-size: 1.2rem; line-height: 2.1; transform: rotate(2deg); clip-path: polygon(4% 0, 100% 3%, 95% 100%, 0 96%); }
.welcome-botanical { position: absolute; z-index: 1; left: -70px; bottom: -190px; width: 390px; opacity: .14; pointer-events: none; }

.tribe-statement { min-height: 310px; position: relative; isolation: isolate; color: #fff; overflow: hidden; }
.tribe-statement > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.tribe-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7, 24, 16, .92), rgba(7, 24, 16, .55) 45%, rgba(7, 24, 16, .68)); }
.tribe-inner { width: var(--container); min-height: 310px; margin: 0 auto; display: grid; grid-template-columns: .95fr 1.1fr .75fr; align-items: center; gap: 40px; }
.tribe-inner h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 4.3vw, 4.8rem); font-weight: 400; line-height: .9; text-transform: uppercase; }
.tribe-inner h2::after { content: ""; width: 64px; height: 1px; display: block; margin-top: 21px; background: rgba(255, 255, 255, .7); }
.tribe-inner p { font-size: 1.15rem; }
.tribe-inner span { justify-self: end; font-family: var(--hand); font-size: 1rem; line-height: 1.8; transform: rotate(-4deg); }

.celebrations { padding: 100px max(24px, calc((100% - 1180px) / 2)); background: var(--cream); }
.section-heading { max-width: 900px; margin-bottom: 42px; display: grid; grid-template-columns: 1fr .92fr; column-gap: 70px; align-items: end; }
.section-heading .kicker { grid-column: 1 / -1; }
.section-heading p:last-child { margin: 0 0 6px; max-width: 510px; color: #5d5f59; }
.celebration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.occasion-card { min-height: 470px; position: relative; border-radius: 3px; overflow: hidden; box-shadow: 0 16px 38px rgba(30, 31, 28, .12); color: #fff; isolation: isolate; }
.occasion-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 25%, rgba(8, 17, 12, .88) 100%); }
.occasion-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.occasion-card:hover img { transform: scale(1.045); }
.occasion-card > div { position: absolute; left: 24px; right: 24px; bottom: 25px; }
.occasion-card p { margin: 0 0 6px; font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; color: rgba(255, 255, 255, .78); }
.occasion-card h3 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(1.65rem, 2.6vw, 2.5rem); font-weight: 400; line-height: 1; }
.occasion-card a { display: inline-flex; min-height: 37px; align-items: center; padding: 0 15px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 999px; text-decoration: none; text-transform: uppercase; font-size: .61rem; font-weight: 700; letter-spacing: .08em; }

.venue-showcase { min-height: 720px; display: grid; grid-template-columns: 1.1fr .72fr .72fr .55fr; grid-template-rows: 1fr 1fr; background: var(--forest); color: #fff; }
.venue-intro { grid-row: 1 / 3; padding: clamp(60px, 7vw, 110px) clamp(36px, 5vw, 82px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 30% 20%, rgba(83, 107, 80, .5), transparent 55%), var(--forest); }
.venue-intro h2, .booking-title h2, .quote-form h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.6rem); font-weight: 400; line-height: .88; text-transform: uppercase; }
.venue-intro p:not(.kicker) { max-width: 390px; margin: 24px 0; color: rgba(255, 255, 255, .72); }
.text-link { width: fit-content; margin-top: 10px; padding-bottom: 6px; border-bottom: 1px solid rgba(255, 255, 255, .5); text-decoration: none; text-transform: uppercase; font-size: .67rem; letter-spacing: .1em; }
.text-link span { margin-left: 12px; }
.venue-photo { position: relative; margin: 0; min-height: 320px; overflow: hidden; }
.venue-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.venue-photo:hover img { transform: scale(1.04); }
.venue-photo figcaption { position: absolute; left: 14px; bottom: 13px; padding: 6px 9px; background: rgba(14, 36, 27, .78); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.venue-photo-a { grid-column: 2 / 4; }
.venue-photo-b { grid-column: 4; grid-row: 1 / 3; }
.venue-photo-c { grid-column: 2; }
.venue-photo-d { grid-column: 3; }

.spaces { padding: 100px max(24px, calc((100% - 1180px) / 2)); background: var(--paper); overflow: hidden; }
.spaces::after { content: ""; position: absolute; right: -80px; bottom: -180px; width: 390px; height: 390px; background: url('/assets/generated/botanical-corner.webp') center / contain no-repeat; opacity: .08; transform: rotate(-8deg); pointer-events: none; }
.spaces-heading { max-width: 860px; margin-bottom: 52px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: end; column-gap: 70px; }
.spaces-heading .kicker { grid-column: 1 / -1; }
.spaces-heading p:last-child { margin: 0; color: #62645e; }
.feature-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6, 1fr); border-block: 1px solid var(--line); }
.feature { min-height: 190px; padding: 29px 16px; display: flex; flex-direction: column; align-items: center; text-align: center; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature-icon { width: 48px; height: 48px; margin-bottom: 18px; display: grid; place-items: center; }
.feature-icon svg { width: 43px; height: 43px; stroke-width: 1.25; }
.feature strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.feature small { margin-top: 6px; color: #6f716b; font-size: .76rem; line-height: 1.45; }
.spaces-cta { position: relative; z-index: 1; margin: 34px auto 0; width: fit-content; }

.booking { display: grid; grid-template-columns: 1.35fr .9fr; background: var(--forest); color: #fff; }
.booking-steps { min-height: 610px; padding: 86px clamp(30px, 5vw, 80px); position: relative; overflow: hidden; background: linear-gradient(110deg, rgba(14, 36, 27, .94), rgba(24, 55, 42, .82)), url('/assets/images/puente-bosque.webp') center / cover; }
.booking-steps ol { margin: 56px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.booking-steps li { min-height: 210px; padding: 0 20px; border-left: 1px solid rgba(255, 255, 255, .18); }
.booking-steps li:first-child { padding-left: 0; border-left: 0; }
.booking-steps li > span { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 50%; background: var(--cream); color: var(--forest); font-family: var(--serif); font-weight: 700; }
.booking-steps strong { display: block; font-size: .75rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .04em; }
.booking-steps small { display: block; margin-top: 11px; color: rgba(255, 255, 255, .66); font-size: .75rem; line-height: 1.5; }
.quote-form { padding: 66px clamp(28px, 4vw, 58px); background: linear-gradient(145deg, #2e6045, #214d37); }
.quote-form h2 { font-size: clamp(2.5rem, 3.5vw, 4rem); }
.form-grid { margin-top: 31px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label { display: grid; gap: 6px; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid label > span { font-size: .67rem; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.form-grid em { font-style: normal; opacity: .65; text-transform: none; letter-spacing: 0; }
.form-grid input, .form-grid textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 4px; outline: 0; color: var(--graphite); background: rgba(255, 255, 255, .94); }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(200, 146, 69, .23); }
.form-submit { width: 100%; margin-top: 16px; border: 0; }
.form-note { margin: 12px 0 0; text-align: center; font-size: .7rem; color: rgba(255, 255, 255, .58); }

.gallery { padding: 110px max(24px, calc((100% - 1180px) / 2)); background: var(--cream); }
.gallery-heading { max-width: 1000px; }
.masonry { columns: 3 310px; column-gap: 14px; }
.gallery-item { width: 100%; margin: 0 0 14px; padding: 0; position: relative; display: block; break-inside: avoid; border: 0; background: var(--forest); cursor: zoom-in; overflow: hidden; }
.gallery-item img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .55s ease, opacity .35s ease; }
.gallery-item.tall img { aspect-ratio: 4 / 5; }
.gallery-item.wide img { aspect-ratio: 16 / 10; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6, 20, 13, .68)); pointer-events: none; }
.gallery-item span { position: absolute; z-index: 1; left: 15px; bottom: 13px; color: #fff; text-transform: uppercase; font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.gallery-item:hover img { transform: scale(1.035); opacity: .92; }

.location-faq { min-height: 650px; display: grid; grid-template-columns: .72fr 1.16fr .98fr; background: var(--paper); overflow: hidden; }
.location-image { min-height: 650px; margin: 0; }
.location-image img { width: 100%; height: 100%; object-fit: cover; }
.location-copy, .faq { padding: 80px clamp(34px, 5vw, 76px); align-self: center; position: relative; z-index: 2; }
.location-copy { border-right: 1px solid var(--line); }
.location-copy h2 { font-size: clamp(2.6rem, 4vw, 4.3rem); }
.location-copy > p:not(.kicker) { margin: 24px 0 0; font-size: 1.06rem; }
.location-copy .location-note { margin-top: 8px; color: #6c6e68; font-size: .86rem; }
.location-copy .button { margin-top: 25px; }
.faq { padding-left: clamp(30px, 4vw, 56px); padding-right: clamp(30px, 4vw, 56px); }
.faq h2 { margin-bottom: 23px; font-size: clamp(2.2rem, 3.2vw, 3.3rem); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 53px; display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; list-style: none; font-size: .82rem; font-weight: 650; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 17px; height: 17px; position: relative; flex: 0 0 17px; }
.faq summary span::before, .faq summary span::after { content: ""; position: absolute; top: 8px; left: 3px; width: 11px; height: 1px; background: currentColor; transition: transform .2s ease; }
.faq summary span::after { transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { margin: -2px 28px 18px 0; color: #62645f; font-size: .85rem; }
.location-botanical { position: absolute; z-index: 1; right: -145px; bottom: -245px; width: 430px; opacity: .11; pointer-events: none; }

.final-cta { min-height: 610px; position: relative; display: grid; place-items: center; isolation: isolate; overflow: hidden; color: #fff; text-align: center; }
.final-cta > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.final-cta-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(8, 26, 17, .48), rgba(8, 26, 17, .78)); }
.final-cta-content { width: min(760px, calc(100% - 40px)); }
.final-cta h2 { font-size: clamp(3.7rem, 7vw, 7rem); }
.final-cta p:not(.kicker) { max-width: 580px; margin: 24px auto; color: rgba(255, 255, 255, .82); }

.site-footer { position: relative; min-height: 440px; padding: 80px max(24px, calc((100% - 1180px) / 2)) 24px; overflow: hidden; background: var(--forest-deep); color: #fff; }
.footer-forest { position: absolute; z-index: 0; left: 0; right: 0; bottom: 0; width: 100%; min-width: 1100px; opacity: .62; pointer-events: none; }
.footer-inner { position: relative; z-index: 1; min-height: 245px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 60px; }
.footer-brand p { max-width: 340px; color: rgba(255, 255, 255, .58); font-size: .86rem; }
.footer-contact { display: grid; gap: 6px; }
.footer-contact span { color: rgba(255, 255, 255, .65); font-size: .83rem; }
.footer-contact a { width: fit-content; font-size: .9rem; }
.footer-bottom { position: relative; z-index: 1; min-height: 64px; padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255, 255, 255, .11); color: rgba(255, 255, 255, .58); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a { text-decoration: none; }

.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #28794e; color: #fff; box-shadow: 0 14px 35px rgba(0, 0, 0, .28); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { display: none; }
.floating-whatsapp::before { content: ""; width: 31px; height: 31px; background: currentColor; -webkit-mask: url('/assets/whatsapp.svg') center / contain no-repeat; mask: url('/assets/whatsapp.svg') center / contain no-repeat; }
.mobile-bar { display: none; }

.lightbox { width: min(1120px, calc(100% - 48px)); max-width: none; height: min(820px, calc(100svh - 48px)); padding: 0; border: 0; background: transparent; color: #fff; overflow: visible; }
.lightbox::backdrop { background: rgba(4, 10, 7, .94); backdrop-filter: blur(8px); }
.lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.lightbox figure img { width: 100%; height: 100%; object-fit: contain; }
.lightbox figcaption { padding: 12px 0 0; text-align: center; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; z-index: 2; border: 0; color: #fff; background: rgba(24, 55, 42, .78); cursor: pointer; }
.lightbox-close { top: -6px; right: -6px; width: 44px; height: 44px; border-radius: 50%; font-size: 1.8rem; }
.lightbox-prev, .lightbox-next { top: 50%; width: 48px; height: 58px; margin-top: -29px; border-radius: 5px; font-size: 2rem; }
.lightbox-prev { left: -64px; }
.lightbox-next { right: -64px; }

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

/* Interior SEO pages */
.inner-page { background: var(--cream); }
.inner-page .site-header { background: rgba(14, 36, 27, .94); backdrop-filter: blur(14px); }
.inner-hero { min-height: 520px; position: relative; display: grid; place-items: end start; isolation: isolate; color: #fff; overflow: hidden; }
.inner-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.inner-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8, 22, 14, .2), rgba(8, 22, 14, .82)); }
.inner-hero-content { width: var(--container); margin: 0 auto; padding: 150px 0 62px; }
.inner-hero h1 { max-width: 960px; margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 6.5rem); font-weight: 400; line-height: .9; text-transform: uppercase; }
.breadcrumbs { margin-bottom: 18px; font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumbs a { text-decoration: none; opacity: .7; }
.inner-content { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 110px; }
.inner-content h2 { margin: 52px 0 16px; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.4rem); font-weight: 400; line-height: 1; text-transform: uppercase; }
.inner-content p, .inner-content li { color: #565852; }
.inner-content .lead { color: var(--graphite); font-size: 1.2rem; }
.inner-photo-pair { margin: 45px 0; display: grid; grid-template-columns: 1.1fr .9fr; gap: 14px; }
.inner-photo-pair img { width: 100%; height: 430px; object-fit: cover; }
.inner-contact { margin-top: 48px; padding: 38px; background: var(--forest); color: #fff; }
.inner-contact h2 { margin-top: 0; }
.inner-contact p { color: rgba(255, 255, 255, .7); }

@media (max-width: 1160px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { width: 46px; height: 46px; padding: 0; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; color: #fff; background: rgba(12, 27, 18, .38); }
  .menu-toggle span { width: 20px; height: 1px; display: block; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; z-index: -1; padding: 118px 28px 35px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; background: rgba(14, 36, 27, .99); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .mobile-menu.open { opacity: 1; visibility: visible; }
  .mobile-menu a { text-decoration: none; font-family: var(--serif); font-size: clamp(1.8rem, 5vw, 2.7rem); }
  .mobile-menu .mobile-menu-cta { margin-top: 18px; padding: 14px 20px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; font-family: var(--sans); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
  .welcome { grid-template-columns: .8fr 1.35fr 170px; }
  .welcome-copy { padding-inline: 34px 70px; }
  .paper-note { margin-left: -65px; padding-inline: 25px; }
  .venue-showcase { grid-template-columns: .92fr 1fr 1fr; }
  .venue-intro { grid-row: 1 / 3; }
  .venue-photo-a { grid-column: 2 / 4; }
  .venue-photo-b { display: none; }
  .venue-photo-c { grid-column: 2; }
  .venue-photo-d { grid-column: 3; }
  .feature-list { grid-template-columns: repeat(3, 1fr); }
  .feature:nth-child(3) { border-right: 0; }
  .feature:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .booking { grid-template-columns: 1.18fr .82fr; }
  .booking-steps ol { grid-template-columns: 1fr 1fr; gap: 25px 0; }
  .booking-steps li { min-height: 150px; }
  .location-faq { grid-template-columns: .72fr 1.28fr; }
  .location-image { grid-row: 1 / 3; }
  .location-copy { align-self: stretch; padding-block: 62px; border-right: 0; border-bottom: 1px solid var(--line); }
  .faq { align-self: stretch; padding-block: 55px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-cta { grid-column: 1 / -1; width: fit-content; }
}

@media (max-width: 800px) {
  :root { --container: min(100% - 34px, 680px); }
  .site-header { padding: 11px 16px; }
  .header-inner { min-height: 58px; }
  .brand-mark { width: 31px; height: 48px; flex-basis: 31px; }
  .brand-copy strong { font-size: .84rem; }
  .brand-copy small { font-size: .48rem; }
  .header-cta { display: none; }
  .hero { min-height: 100svh; }
  .hero-content { padding-top: 72px; transform: translateY(8%); }
  .hero h1 { font-size: clamp(3rem, 14vw, 5.7rem); line-height: .9; }
  .hero-lead { max-width: 420px; margin-top: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(330px, 100%); margin-inline: auto; }
  .hero-actions .button { width: 100%; }
  .hero-location { max-width: 330px; margin-inline: auto; line-height: 1.6; }
  .hero-note { display: none; }
  .welcome { min-height: auto; grid-template-columns: 1fr; }
  .welcome-copy { padding: 78px 24px 56px; border-radius: 0; }
  .welcome-image { min-height: 430px; margin: 0; }
  .paper-note { width: 200px; min-height: 250px; margin: -105px 20px 35px auto; padding: 28px 24px; font-size: 1rem; line-height: 1.95; }
  .welcome-botanical { left: -120px; bottom: -80px; width: 330px; }
  .tribe-statement { min-height: 420px; }
  .tribe-inner { min-height: 420px; grid-template-columns: 1fr; align-content: center; gap: 19px; }
  .tribe-inner p { margin: 0; }
  .tribe-inner span { justify-self: start; }
  .celebrations { padding-block: 78px; }
  .section-heading, .spaces-heading { display: block; }
  .section-heading h2, .spaces-heading h2 { margin-bottom: 22px; }
  .celebration-grid { grid-template-columns: 1fr; }
  .occasion-card { min-height: 420px; }
  .venue-showcase { display: block; }
  .venue-intro { min-height: 500px; }
  .venue-photo { min-height: 360px; }
  .venue-photo-b { display: block; }
  .spaces { padding-block: 78px; }
  .feature-list { grid-template-columns: 1fr 1fr; }
  .feature:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .feature:nth-child(2n) { border-right: 0; }
  .feature:nth-last-child(-n+2) { border-bottom: 0; }
  .booking { grid-template-columns: 1fr; }
  .booking-steps { min-height: auto; padding: 78px 24px; }
  .booking-steps ol { grid-template-columns: 1fr; margin-top: 45px; }
  .booking-steps li { min-height: auto; padding: 19px 0 19px 62px; position: relative; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .booking-steps li:first-child { border-top: 0; }
  .booking-steps li > span { position: absolute; left: 0; top: 18px; }
  .quote-form { padding: 65px 24px 72px; }
  .gallery { padding-block: 82px; }
  .masonry { columns: 2 260px; }
  .location-faq { display: block; }
  .location-image { min-height: 430px; }
  .location-copy { padding: 68px 24px; }
  .faq { padding: 62px 24px 85px; }
  .location-botanical { right: -180px; bottom: -200px; width: 390px; }
  .final-cta { min-height: 640px; }
  .site-footer { padding-top: 70px; padding-bottom: 96px; }
  .footer-inner { display: grid; grid-template-columns: 1fr; gap: 36px; }
  .footer-cta { grid-column: auto; }
  .footer-bottom { margin-top: 46px; flex-direction: column-reverse; }
  .footer-bottom nav { gap: 12px 18px; }
  .floating-whatsapp { display: none; }
  .mobile-bar { position: fixed; z-index: 950; left: 10px; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); min-height: 64px; display: grid; grid-template-columns: 1fr 1fr 1fr; border: 1px solid rgba(255, 255, 255, .12); border-radius: 17px; background: rgba(14, 36, 27, .96); color: #fff; box-shadow: 0 12px 40px rgba(0,0,0,.28); backdrop-filter: blur(16px); overflow: hidden; }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; text-decoration: none; font-size: .62rem; }
  .mobile-bar a.primary { background: #28794e; }
  .mobile-bar a.primary svg { display: none; }
  .mobile-bar a.primary::before { content: ""; width: 21px; height: 21px; background: currentColor; -webkit-mask: url('/assets/whatsapp.svg') center / contain no-repeat; mask: url('/assets/whatsapp.svg') center / contain no-repeat; }
  .mobile-bar svg { width: 21px; height: 21px; }
  .lightbox { width: calc(100% - 20px); height: calc(100svh - 110px); }
  .lightbox-prev { left: 4px; }
  .lightbox-next { right: 4px; }
  .lightbox-close { top: 2px; right: 2px; }
  .inner-hero { min-height: 520px; }
  .inner-content { width: min(100% - 34px, 680px); padding-block: 70px 95px; }
  .inner-photo-pair { grid-template-columns: 1fr; }
  .inner-photo-pair img { height: 310px; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .hero-content { transform: translateY(5%); }
  .hero-location { font-size: .57rem; }
  .welcome h2, .section-heading h2, .spaces-heading h2, .gallery-heading h2, .location-copy h2, .final-cta h2 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .welcome-image { min-height: 355px; }
  .paper-note { margin-top: -78px; }
  .occasion-card { min-height: 390px; }
  .venue-photo { min-height: 290px; }
  .feature { min-height: 174px; padding-inline: 10px; }
  .feature strong { font-size: .95rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
  .masonry { columns: 1; }
  .gallery-item img, .gallery-item.tall img, .gallery-item.wide img { aspect-ratio: 4 / 3; }
  .location-image { min-height: 340px; }
  .footer-forest { left: -180px; width: 1100px; }
}

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