:root {
  --ink: #22201e;
  --ink-soft: #39332f;
  --terracotta: #a55a3a;
  --terracotta-dark: #7f3f29;
  --amber: #c88a3d;
  --cream: #f5efe6;
  --sand: #ddd0bf;
  --paper: #fcfaf6;
  --olive: #485245;
  --green: #397c4b;
  --line: rgba(34, 32, 30, .16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 64px);
  --section: clamp(80px, 10vw, 150px);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 24px 70px rgba(35, 25, 18, .16);
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 86px; }
body { max-width: 100%; margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: clip; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
button { color: inherit; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
h2 { margin-bottom: 28px; font-size: clamp(2.6rem, 5.2vw, 5.4rem); text-transform: uppercase; }
h3 { line-height: 1.25; }
address { font-style: normal; }
::selection { background: var(--amber); color: var(--ink); }

:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 2000; padding: 12px 18px; background: var(--paper); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 20px; }
.container { width: min(calc(100% - (var(--gutter) * 2)), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); }
.eyebrow { margin-bottom: 22px; color: var(--terracotta); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-light { color: #ebc6b1; }
.lead-copy { max-width: 610px; font-size: clamp(1.08rem, 1.6vw, 1.34rem); line-height: 1.7; }
.body-copy { max-width: 560px; color: #625a54; }
.side-note { margin: 5px 0 0; font-size: .7rem; font-weight: 600; letter-spacing: .12em; line-height: 1.55; text-align: right; text-transform: uppercase; }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 36px; margin-bottom: clamp(42px, 6vw, 80px); }
.section-heading h2 { margin-bottom: 0; }
.section-heading-light { color: var(--paper); }
.section-heading-light .intro { max-width: 560px; color: rgba(252, 250, 246, .78); font-size: 1.1rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid var(--terracotta); border-radius: 1px; background: var(--terracotta); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease; cursor: pointer; }
.button:hover { background: var(--terracotta-dark); border-color: var(--terracotta-dark); box-shadow: 0 10px 28px rgba(70, 34, 20, .2); }
.button:active { opacity: .85; }
.button-small { min-height: 42px; padding: 10px 17px; font-size: .64rem; }
.button-outline { border-color: rgba(255,255,255,.7); background: transparent; }
.button-outline:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--terracotta-dark); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { font-size: 1.1rem; transition: transform .22s ease; }
.text-link:hover span { transform: translateX(5px); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; display: grid; grid-template-columns: 165px 1fr auto; align-items: center; min-height: 82px; padding: 10px var(--gutter); color: #fff; transition: min-height .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header::after { position: absolute; inset: auto var(--gutter) 0; height: 1px; background: rgba(255,255,255,.2); content: ""; }
.site-header.is-scrolled { min-height: 70px; background: rgba(34, 32, 30, .97); box-shadow: 0 8px 30px rgba(0,0,0,.16); }
.site-header.is-scrolled::after { opacity: 0; }
.brand { display: inline-flex; width: fit-content; flex-direction: column; color: inherit; line-height: 1; }
.brand-main { font-family: var(--serif); font-size: 1.5rem; letter-spacing: -.04em; text-transform: uppercase; }
.brand-script { margin: -1px 0 4px 18px; font-family: var(--serif); font-size: 1rem; font-style: italic; }
.brand-place { font-size: .52rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.65vw, 28px); }
.desktop-nav a { position: relative; padding-block: 12px; font-size: .61rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 50%; bottom: 6px; left: 50%; height: 1px; background: #fff; content: ""; transition: inset .22s ease; }
.desktop-nav a:hover::after { right: 0; left: 0; }
.menu-button { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; border: 0; background: transparent; cursor: pointer; }
.mobile-menu, .menu-scrim { display: none; }

/* Hero */
.hero { position: relative; display: grid; min-height: 100svh; min-height: 760px; place-items: center; overflow: hidden; background: #2b211c; color: #fff; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(20,14,11,.82) 0%, rgba(20,14,11,.57) 42%, rgba(20,14,11,.18) 76%), linear-gradient(0deg, rgba(13,9,7,.62) 0%, transparent 44%); }
.hero-content { position: relative; z-index: 2; width: min(900px, calc(100% - 52px)); padding-top: 92px; text-align: center; }
.hero-content .eyebrow { margin-bottom: 16px; }
.hero h1 { margin-bottom: 22px; color: #fff; font-size: clamp(3.5rem, 7vw, 7.4rem); text-transform: uppercase; text-shadow: 0 8px 40px rgba(0,0,0,.25); }
.hero-lead { margin-bottom: 27px; font-size: clamp(1rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; justify-content: center; gap: 12px; }
.hero-address { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 23px 0 0; font-size: .7rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.hero-address svg { width: 17px; height: 17px; }
.hero-note { position: absolute; z-index: 2; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: 1.35rem; font-style: italic; line-height: 1.2; transform: rotate(-9deg); }
.hero-note-left { left: clamp(30px, 6vw, 110px); top: 34%; }
.hero-note-right { right: clamp(30px, 6vw, 110px); top: 24%; text-align: center; transform: rotate(6deg); }
.scroll-cue { position: absolute; right: var(--gutter); bottom: 30px; z-index: 2; display: flex; align-items: center; gap: 12px; font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 45px; height: 1px; background: #fff; }

/* About */
.about { position: relative; overflow: hidden; background: var(--paper); }
.about::before { position: absolute; inset: 0 0 auto; height: 62px; background: var(--paper); clip-path: polygon(0 0, 100% 55%, 100% 100%, 0 100%); content: ""; transform: translateY(-55px); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.about-copy { position: relative; z-index: 2; }
.about h2 { font-size: clamp(3rem, 5.6vw, 6rem); }
.about-ornament { position: absolute; right: -130px; bottom: -160px; width: 420px; opacity: .09; pointer-events: none; transform: rotate(9deg); }
.location-line { display: flex; align-items: flex-start; gap: 16px; margin-top: 40px; }
.location-line span { width: 42px; height: 1px; margin-top: 8px; background: var(--terracotta); }
.location-line p { margin: 0; color: var(--terracotta-dark); font-size: .68rem; font-weight: 700; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.editorial-photo { position: relative; margin: 0; transform: rotate(-2.2deg); }
.editorial-photo::before { position: absolute; inset: -12px; z-index: -1; border: 1px solid rgba(165,90,58,.35); content: ""; }
.editorial-photo img { width: 100%; min-height: 540px; object-fit: cover; box-shadow: var(--shadow); }
.editorial-photo figcaption { position: absolute; right: 24px; bottom: 22px; color: #fff; font-family: var(--serif); font-size: 1.35rem; font-style: italic; line-height: 1.2; text-align: right; text-shadow: 0 2px 8px #000; transform: rotate(-5deg); }

/* Events */
.events { background: var(--cream); }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.event-item { display: grid; grid-template-columns: 58px 1fr; gap: 18px; min-height: 235px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-item > svg { width: 48px; height: 48px; color: var(--terracotta); stroke-width: 1.35; }
.event-item h3 { margin-bottom: 7px; font-size: 1.06rem; }
.event-item p { min-height: 50px; margin-bottom: 20px; color: #5d554e; font-size: .88rem; line-height: 1.5; }
.event-item a { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; color: var(--terracotta-dark); font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.event-item a span { transition: transform .2s ease; }
.event-item a:hover span { transform: translateX(5px); }

/* Spaces */
.section-dark { background: var(--olive); }
.spaces { color: #fff; }
.spaces-collage { display: grid; grid-template-columns: 1.4fr .9fr; gap: 12px; }
.tile-stack { display: grid; gap: 12px; }
.photo-tile { position: relative; min-height: 300px; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.6); background: #1b241d; cursor: zoom-in; }
.tile-main { min-height: 620px; }
.photo-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .4s ease; }
.photo-tile::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,17,13,.72), transparent 53%); content: ""; }
.photo-tile span { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 2; color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.photo-tile:hover img { filter: saturate(.85); transform: scale(1.025); }

/* Facts */
.facts { padding-block: 44px 34px; background: var(--cream); }
.facts-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.facts-heading p { margin: 0; }
.facts-heading h2 { margin: 0; font-size: 1.15rem; letter-spacing: -.01em; }
.facts-row { display: grid; grid-template-columns: repeat(5, 1fr); padding-block: 30px; }
.facts-row > div { display: grid; min-height: 100px; place-items: center; align-content: center; padding: 10px 20px; border-right: 1px solid var(--line); text-align: center; }
.facts-row > div:last-child { border-right: 0; }
.facts-row svg { width: 33px; height: 33px; margin-bottom: 8px; color: var(--terracotta); }
.facts-row strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 500; text-transform: uppercase; }
.facts-row span { color: #6b6159; font-size: .68rem; }
.confirmation-note { margin: 0; color: #6b6159; font-size: .69rem; text-align: center; }

/* Included */
.included { background: var(--paper); }
.included-grid { display: grid; grid-template-columns: 1.25fr .65fr; gap: clamp(50px, 7vw, 100px); }
.included h2 { max-width: 800px; }
.included-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.included-columns > div { padding: 28px 32px 28px 0; }
.included-columns > div + div { padding-left: 32px; border-left: 1px solid var(--line); }
.included-columns h3 { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.included-columns p { margin: 0; color: #5d554e; font-size: .9rem; }
.included-columns strong { color: var(--ink); }
.included-visual { position: relative; align-self: stretch; min-height: 560px; overflow: hidden; }
.included-visual img { width: 100%; height: 100%; object-fit: cover; }
.included-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(28,22,18,.65), transparent 62%); content: ""; }
.included-visual p { position: absolute; right: 28px; bottom: 30px; z-index: 2; margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(1.7rem, 2.7vw, 2.8rem); line-height: 1.06; text-align: right; text-transform: uppercase; }

/* Gallery */
.gallery { background: #f1ebe3; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 235px; gap: 9px; }
.gallery-item { position: relative; grid-column: span 4; grid-row: span 1; padding: 0; overflow: hidden; border: 0; background: var(--ink); cursor: zoom-in; }
.gallery-item.gallery-wide { grid-column: span 7; grid-row: span 2; }
.gallery-item.gallery-tall { grid-column: span 5; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), opacity .3s ease; }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(22,18,15,.68), transparent 55%); content: ""; }
.gallery-item span { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 2; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gallery-item:hover img { opacity: .9; transform: scale(1.035); }
.gallery-tip { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: 20px 0 0; color: #70665e; font-size: .72rem; }
.gallery-tip svg { width: 18px; height: 18px; }

/* Reviews */
.reviews { background: var(--paper); }
.reviews-layout { display: grid; grid-template-columns: .85fr repeat(3, 1fr); gap: 10px; }
.rating-card, .review-note { min-height: 250px; padding: 28px; background: #f3eee7; }
.rating-card { display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 0 12px; }
.rating-card strong { font-family: var(--serif); color: var(--terracotta); font-size: 4.4rem; font-weight: 400; line-height: 1; }
.rating-card .stars { align-self: center; color: #a98a63; font-size: 2.5rem; }
.rating-card b, .rating-card small { grid-column: 1 / -1; }
.rating-card b { margin-top: 13px; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.rating-card small { color: #6a615a; }
.review-note span { color: var(--terracotta); font-family: var(--serif); font-size: 1.8rem; }
.review-note h3 { margin: 25px 0 12px; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; text-transform: uppercase; }
.review-note p { margin: 0; color: #625950; font-size: .84rem; }
.review-link { margin-top: 26px; }

/* Steps */
.steps { background: var(--terracotta); color: #fff; }
.steps-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.steps-list li { padding-right: 30px; }
.steps-list span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--serif); }
.steps-list li > div { width: 100%; height: 1px; margin: -21px 0 38px 42px; background: rgba(255,255,255,.35); }
.steps-list h3 { margin-bottom: 10px; font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; }
.steps-list p { margin: 0; color: rgba(255,255,255,.77); font-size: .82rem; }

/* Form */
.quote { background: var(--paper); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
.field { display: grid; gap: 6px; }
.field label { font-size: .77rem; font-weight: 600; }
.field label span { color: var(--terracotta); }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cabeb1; border-radius: 2px; background: #fdfbf7; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(165,90,58,.12); outline: 0; }
.field .invalid { border-color: #a43030; }
.form-error { grid-column: 1 / -1; min-height: 1.4em; margin: -4px 0 0; color: #912b2b; font-size: .78rem; }
.button-whatsapp { grid-column: 1 / -1; justify-self: center; min-width: min(100%, 360px); border-color: var(--green); background: var(--green); }
.button-whatsapp:hover { border-color: #286437; background: #286437; }

/* Location */
.location { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 560px; background: var(--cream); }
.location-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(50px, 7vw, 110px); }
.location-copy h2 { font-size: clamp(2.7rem, 4.5vw, 5rem); }
.location-copy address { display: flex; gap: 12px; margin-bottom: 28px; color: #4f4842; }
.location-copy address svg { flex: 0 0 auto; color: var(--terracotta); }
.map-wrap { position: relative; min-height: 480px; overflow: hidden; background: #e9e4dc; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: grayscale(1) sepia(.25); }
.map-wrap > p { position: absolute; right: 35px; bottom: 28px; z-index: 2; padding: 15px 18px; background: rgba(252,250,246,.92); color: var(--terracotta-dark); font-family: var(--serif); font-size: 1.15rem; font-style: italic; line-height: 1.15; transform: rotate(-5deg); }

/* FAQ */
.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); }
.faq-heading h2 { font-size: clamp(2.8rem, 4.8vw, 5.2rem); }
.faq-heading > p:last-child { max-width: 440px; color: #655c54; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { display: flex; width: 100%; min-height: 74px; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 0; border: 0; background: transparent; font-weight: 600; text-align: left; cursor: pointer; }
.accordion-item button svg { flex: 0 0 auto; transition: transform .25s var(--ease); }
.accordion-item button[aria-expanded="true"] svg { transform: rotate(180deg); }
.accordion-panel p { margin: 0; padding: 0 50px 24px 0; color: #625a53; }

/* Closing + footer */
.closing { position: relative; display: grid; min-height: 570px; place-items: center; overflow: hidden; color: #fff; }
.closing-media, .closing-media img, .closing-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.closing-media img { object-fit: cover; }
.closing-overlay { background: linear-gradient(90deg, rgba(22,17,14,.8), rgba(22,17,14,.46)); }
.closing-content { position: relative; z-index: 2; width: min(760px, calc(100% - 40px)); text-align: center; }
.closing h2 { margin-bottom: 20px; font-size: clamp(3rem, 6.2vw, 6rem); }
.closing-content > p:not(.eyebrow) { max-width: 580px; margin: 0 auto 27px; }
.whatsapp-pill { display: inline-flex; min-height: 66px; align-items: center; gap: 14px; padding: 11px 25px; border-radius: 999px; background: #36b85b; color: #fff; font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 700; box-shadow: 0 10px 36px rgba(0,0,0,.25); transition: background .2s ease, box-shadow .2s ease; }
.whatsapp-pill:hover { background: #269548; box-shadow: 0 14px 42px rgba(0,0,0,.34); }
.whatsapp-pill svg { width: 37px; height: 37px; }
.site-footer { padding: 60px 0 25px; background: var(--ink); color: #fff; }
.footer-top { display: grid; grid-template-columns: 1fr 1.5fr .6fr; align-items: start; gap: 60px; padding-bottom: 45px; }
.footer-brand { color: #fff; }
.footer-top nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 24px; }
.footer-top nav a { font-size: .63rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.footer-top > p { color: #d7ad8e; font-family: var(--serif); font-size: 1.05rem; line-height: 1.25; text-transform: uppercase; }
.footer-bottom { position: relative; display: flex; align-items: center; gap: 20px; padding-top: 24px; padding-right: 58px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.66); font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-of-type(2) { margin-left: auto; }
.back-top { position: absolute; right: 0; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.back-top svg { width: 18px; height: 18px; }
.mobile-action-bar { display: none; }

/* Lightbox */
.lightbox { width: min(1120px, 92vw); max-width: none; height: min(86vh, 820px); max-height: none; padding: 0; overflow: visible; border: 0; background: transparent; color: #fff; }
.lightbox::backdrop { background: rgba(20,18,16,.91); backdrop-filter: blur(5px); }
.lightbox figure { display: grid; width: 100%; height: 100%; margin: 0; grid-template-rows: 1fr auto; }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding-top: 12px; font-size: .78rem; text-align: center; }
.lightbox-close { position: absolute; top: -54px; right: 0; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(20,18,16,.7); color: #fff; cursor: pointer; }

/* Internal SEO pages */
.internal-page .site-header { background: rgba(34, 32, 30, .97); }
.internal-page .site-header::after { opacity: 0; }
.internal-main { padding-top: 70px; }
.internal-hero { position: relative; display: grid; min-height: 570px; place-items: end start; overflow: hidden; background: var(--ink); color: #fff; }
.internal-hero > img, .internal-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.internal-hero > img { object-fit: cover; }
.internal-hero::after { background: linear-gradient(90deg, rgba(24,18,15,.86), rgba(24,18,15,.22)), linear-gradient(0deg, rgba(24,18,15,.55), transparent); content: ""; }
.internal-hero-content { position: relative; z-index: 2; width: min(calc(100% - (var(--gutter) * 2)), var(--container)); margin: 0 auto; padding-bottom: 75px; }
.internal-hero h1 { max-width: 980px; margin: 0 0 22px; font-size: clamp(3.3rem, 7vw, 7rem); text-transform: uppercase; }
.internal-hero p:last-child { max-width: 660px; margin: 0; font-size: 1.15rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; color: rgba(255,255,255,.72); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.internal-content { background: var(--paper); }
.internal-copy-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 120px); }
.internal-copy-grid h2 { font-size: clamp(2.8rem, 4.8vw, 5.2rem); }
.internal-prose { max-width: 720px; }
.internal-prose p { margin-bottom: 24px; color: #554d47; font-size: 1.04rem; }
.internal-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 45px; }
.internal-proof article { min-height: 180px; padding: 28px; background: var(--cream); }
.internal-proof span { color: var(--terracotta); font-family: var(--serif); font-size: 2rem; }
.internal-proof h3 { margin: 22px 0 8px; font-family: var(--serif); font-weight: 500; text-transform: uppercase; }
.internal-proof p { margin: 0; color: #655d56; font-size: .84rem; }
.internal-cta { padding-block: 75px; background: var(--terracotta); color: #fff; text-align: center; }
.internal-cta h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 5vw, 5rem); }
.internal-cta p { max-width: 620px; margin: 0 auto 28px; }
.internal-cta .button { border-color: var(--paper); background: var(--paper); color: var(--ink); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 145px 1fr auto; }
  .desktop-nav { gap: 13px; }
  .desktop-nav a { font-size: .55rem; }
  .hero-note { display: none; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-layout { grid-template-columns: repeat(2, 1fr); }
  .facts-row > div { padding-inline: 10px; }
}

@media (max-width: 850px) {
  :root { --gutter: 24px; --section: 86px; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  h2 { font-size: clamp(2.4rem, 9vw, 4.4rem); }
  .site-header { grid-template-columns: 1fr auto auto; min-height: 72px; }
  .site-header::after { inset-inline: 24px; }
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .header-cta { margin-right: 8px; }
  .mobile-menu { position: fixed; top: 0; right: 0; bottom: 0; z-index: 1200; display: flex; visibility: hidden; width: min(86vw, 390px); overflow-y: auto; flex-direction: column; padding: 26px; background: var(--cream); pointer-events: none; transform: translateX(105%); transition: transform .34s var(--ease), visibility 0s linear .34s; }
  .mobile-menu.is-open { visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
  .mobile-menu-label { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
  .mobile-menu-top button { display: grid; width: 46px; height: 46px; place-items: center; border: 0; background: transparent; cursor: pointer; }
  .mobile-menu nav { display: grid; margin: 18px 0 auto; }
  .mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.5rem; text-transform: uppercase; }
  .menu-scrim { position: fixed; inset: 0; z-index: 1100; display: block; background: rgba(18,15,13,.58); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  .menu-scrim.is-open { opacity: 1; pointer-events: auto; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 72px; }
  .hero h1 { font-size: clamp(3.3rem, 11.6vw, 5rem); }
  .scroll-cue { display: none; }
  .about-grid, .included-grid, .faq-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 70px; }
  .editorial-photo { width: 92%; margin-left: auto; }
  .editorial-photo img { min-height: 440px; }
  .about-ornament { right: -180px; }
  .spaces-collage { grid-template-columns: 1fr; }
  .tile-main { min-height: 500px; }
  .tile-stack { grid-template-columns: 1fr 1fr; }
  .photo-tile { min-height: 270px; }
  .facts-row { grid-template-columns: repeat(3, 1fr); }
  .facts-row > div:nth-child(3) { border-right: 0; }
  .facts-row > div:nth-child(n+4) { border-top: 1px solid var(--line); }
  .included-visual { min-height: 620px; }
  .steps-list { grid-template-columns: repeat(2, 1fr); gap: 45px 20px; }
  .location { grid-template-columns: 1fr; }
  .map-wrap iframe { min-height: 460px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > p { grid-column: 2; grid-row: 1; text-align: right; }
  .footer-top nav { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1050; display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(255,255,255,.18); background: rgba(34,32,30,.98); color: #fff; box-shadow: 0 -10px 30px rgba(0,0,0,.17); }
  .mobile-action-bar a { display: grid; min-height: 72px; place-items: center; align-content: center; gap: 3px; font-size: .62rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
  .mobile-action-bar a + a { border-left: 1px solid rgba(255,255,255,.15); }
  .mobile-action-bar svg { width: 22px; height: 22px; color: #e2b38f; }
  .internal-copy-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --gutter: 19px; --section: 72px; }
  .section-heading { display: block; }
  .section-heading .side-note { margin-top: 18px; text-align: left; }
  .site-header { padding-inline: 18px; }
  .site-header::after { inset-inline: 18px; }
  .brand-main { font-size: 1.22rem; }
  .brand-script { margin-left: 12px; font-size: .86rem; }
  .brand-place { font-size: .42rem; }
  .header-cta { min-height: 42px; padding-inline: 11px; font-size: .56rem; }
  .hero { min-height: max(690px, 100svh); align-items: end; }
  .hero-media img { object-position: 52% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(18,12,10,.88) 0%, rgba(18,12,10,.46) 66%, rgba(18,12,10,.31) 100%); }
  .hero-content { width: calc(100% - 38px); padding: 140px 0 62px; text-align: left; }
  .hero-content .eyebrow { margin-bottom: 12px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(3.35rem, 16vw, 4.8rem); }
  .hero-lead { max-width: 330px; line-height: 1.5; }
  .hero-actions { align-items: stretch; justify-content: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-address { justify-content: flex-start; font-size: .62rem; }
  .about::before { display: none; }
  .about h2 { font-size: 3.2rem; }
  .editorial-photo { width: 96%; }
  .editorial-photo img { min-height: 350px; }
  .events-grid { grid-template-columns: 1fr; }
  .event-item { grid-template-columns: 50px 1fr; min-height: 0; padding: 28px 20px; }
  .event-item > svg { width: 40px; height: 40px; }
  .event-item p { min-height: 0; }
  .tile-main { min-height: 390px; }
  .tile-stack { grid-template-columns: 1fr; }
  .photo-tile { min-height: 250px; }
  .facts-heading { display: block; }
  .facts-heading .eyebrow { margin-bottom: 9px; }
  .facts-row { grid-template-columns: repeat(2, 1fr); }
  .facts-row > div { border-top: 1px solid var(--line); }
  .facts-row > div:nth-child(2n) { border-right: 0; }
  .facts-row > div:first-child, .facts-row > div:nth-child(2) { border-top: 0; }
  .facts-row > div:nth-child(3) { border-right: 1px solid var(--line); }
  .facts-row > div:last-child { grid-column: 1 / -1; border-right: 0; }
  .included-columns { grid-template-columns: 1fr; }
  .included-columns > div { padding-right: 0; }
  .included-columns > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .included-visual { min-height: 500px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .gallery-item, .gallery-item.gallery-wide, .gallery-item.gallery-tall { grid-column: span 1; grid-row: span 1; }
  .gallery-item.gallery-wide { grid-column: 1 / -1; grid-row: span 2; }
  .gallery-item.gallery-tall { grid-row: span 2; }
  .reviews-layout { grid-template-columns: 1fr; }
  .rating-card, .review-note { min-height: 210px; }
  .steps-list { grid-template-columns: 1fr; gap: 42px; }
  .steps-list li { padding-right: 0; }
  .quote-form { grid-template-columns: 1fr; }
  .form-error, .button-whatsapp { grid-column: auto; }
  .location-copy { padding: 72px 20px; }
  .location-copy h2 { font-size: 3.1rem; }
  .map-wrap, .map-wrap iframe { min-height: 390px; }
  .faq-grid { gap: 45px; }
  .accordion-item button { min-height: 68px; }
  .closing { min-height: 610px; }
  .closing-media img { object-position: 42% center; }
  .closing h2 { font-size: 3.35rem; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-top > p { grid-column: auto; grid-row: auto; text-align: left; }
  .footer-top nav { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom p:nth-of-type(2) { margin-left: 0; }
  .lightbox { width: 94vw; height: 78vh; }
  .internal-hero { min-height: 530px; }
  .internal-hero-content { width: calc(100% - 38px); padding-bottom: 50px; }
  .internal-hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .internal-proof { grid-template-columns: 1fr; }
}

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