:root {
  --ink: #182124;
  --muted: #667175;
  --paper: #f8f6f0;
  --sand: #f2eee6;
  --sea: #123d49;
  --sea-dark: #082e37;
  --sun: #efb43f;
  --wine: #87352f;
  --line: rgba(24, 33, 36, .17);
  --line-light: rgba(255, 255, 255, .2);
  --max: 1500px;
  --side: clamp(1.25rem, 4.2vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { position: relative; isolation: isolate; margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
body::before { content: ""; position: fixed; z-index: 0; inset: -8%; pointer-events: none; background: radial-gradient(circle at 88% 12%, rgba(239,180,63,.18), transparent 24%), radial-gradient(circle at 4% 47%, rgba(18,61,73,.1), transparent 25%), radial-gradient(circle at 82% 82%, rgba(135,53,47,.085), transparent 24%), radial-gradient(circle at 1px 1px, rgba(24,33,36,.05) 1px, transparent 1.2px); background-size: auto, auto, auto, 24px 24px; transform: translate3d(0, var(--ambient-shift, 0px), 0) scale(1.04); will-change: transform; }
main, footer { position: relative; z-index: 1; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; height: 92px; max-width: var(--max); margin: 0 auto; padding: 0 var(--side); display: flex; align-items: center; gap: 1.3rem; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); transition: background .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.985); box-shadow: 0 14px 38px rgba(8,46,55,.09); }
.scroll-progress { position: absolute; z-index: 2; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--sun); transform: scaleX(0); transform-origin: left center; pointer-events: none; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; line-height: 1; }
.brand-symbol { width: 54px; height: 52px; flex: none; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; align-items: flex-start; }
.brand-name { font: 400 2.45rem/.75 "Allura", cursive; letter-spacing: .01em; }
.brand-place { margin-top: .55rem; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; }
#main-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(.8rem, 1.35vw, 1.5rem); }
#main-nav a { text-decoration: none; font-size: .85rem; font-weight: 600; white-space: nowrap; }
#main-nav a:not(.nav-cta) { position: relative; }
#main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 2px; background: var(--wine); transition: right .25s ease; }
#main-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { min-height: 46px; display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1.05rem; color: white; background: var(--sea); }
.header-tools { display: flex; align-items: center; gap: .45rem; }
.language-switch { min-height: 46px; padding: .55rem .8rem; display: inline-flex; align-items: center; gap: .5rem; color: var(--ink); background: var(--sun); border: 1px solid var(--sun); text-decoration: none; line-height: 1; transition: background .2s ease, border-color .2s ease; }
.language-switch:hover { background: white; border-color: var(--ink); }
.language-code { font-size: .84rem; font-weight: 800; letter-spacing: .08em; }
.language-name { padding-left: .5rem; border-left: 1px solid rgba(24,33,36,.28); font-size: .72rem; font-weight: 600; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(860px, calc(100svh - 92px)); max-width: var(--max); margin: 0 auto; padding: clamp(3rem, 4.5vw, 5rem) var(--side) clamp(3.5rem, 4.5vw, 5rem); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: clamp(2.5rem, 5vw, 6rem); align-items: center; overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.18) 58%, rgba(239,180,63,.045)); }
.hero::before { content: ""; position: absolute; width: 220px; height: 220px; left: -120px; bottom: 4rem; background: radial-gradient(circle, var(--sun) 1.8px, transparent 2px); background-size: 15px 15px; opacity: .45; transform: rotate(-12deg); }
.kicker { margin: 0 0 1.35rem; display: flex; align-items: center; gap: .75rem; color: var(--wine); font-size: .72rem; font-weight: 700; line-height: 1.2; letter-spacing: .19em; text-transform: uppercase; }
.kicker > span { width: 2.4rem; height: 1px; display: inline-block; background: currentColor; }
.hero-script { margin: 0 0 -.8rem; color: var(--wine); font: 400 clamp(2.4rem, 4vw, 4.8rem)/1 "Allura", cursive; transform: rotate(-2deg); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { margin: 0; font-size: clamp(5rem, 9vw, 10rem); }
h2 { margin: 0; font-size: clamp(3rem, 5.25vw, 6.1rem); }
h2 em { color: var(--wine); font-weight: 400; }
.hero-statement { margin: 1.65rem 0 0; font: 400 clamp(1.55rem, 2.6vw, 2.45rem)/1.16 "Instrument Serif", Georgia, serif; }
.hero-lead { max-width: 650px; margin: 1.65rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.2rem); }
.hero-contact { max-width: 650px; margin-top: 1.7rem; padding: 1.2rem; background: var(--sand); border-left: 3px solid var(--sun); }
.contact-heading strong { font: 400 1.45rem/1.15 "Instrument Serif", Georgia, serif; }
.contact-heading p { margin: .25rem 0 0; color: #4a5558; font-size: .85rem; line-height: 1.45; }
.contact-form { margin-top: 1rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .8rem; align-items: end; }
.contact-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; }
.contact-fields label { min-width: 0; }
.contact-fields label > span { display: block; margin-bottom: .3rem; color: var(--wine); font-size: .68rem; font-weight: 700; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.contact-fields input, .contact-fields select { width: 100%; min-height: 50px; padding: .65rem .7rem; color: var(--ink); background: white; border: 1px solid rgba(24,33,36,.24); border-radius: 0; font: inherit; font-size: .86rem; }
.contact-fields input:hover, .contact-fields select:hover { border-color: var(--sea); }
.whatsapp-submit { min-height: 50px; padding: .55rem .9rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; color: white; background: #176b48; border: 0; font: inherit; font-size: .88rem; font-weight: 700; line-height: 1.1; cursor: pointer; white-space: nowrap; }
.whatsapp-submit:hover { background: #105739; }
.whatsapp-submit svg { width: 1.5rem; height: 1.5rem; flex: none; }
.whatsapp-submit small { display: block; margin-bottom: .12rem; font-size: .66rem; font-weight: 500; }
.contact-note { grid-column: 1 / -1; margin: 0; color: #596367; font-size: .72rem; line-height: 1.4; }
.contact-note a { font-weight: 700; text-underline-offset: .18rem; }
.form-feedback { grid-column: 1 / -1; min-height: 0; margin: 0; color: #176b48; font-size: .76rem; font-weight: 700; line-height: 1.3; }
.form-feedback:empty { display: none; }
.hero-actions { margin-top: 1.6rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .9rem 1.35rem; border: 1px solid transparent; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--sea); }
.button-primary:hover { background: var(--sea-dark); }
.inline-link { display: inline-flex; align-items: center; gap: .5rem; text-underline-offset: .35rem; font-weight: 600; }
.airbnb-link { color: var(--muted); font-size: .9rem; font-weight: 600; text-underline-offset: .25rem; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 610px); padding-bottom: 3.2rem; }
.hero-arch { position: relative; height: min(71vh, 760px); min-height: 570px; overflow: hidden; border-radius: 320px 320px 0 0; background: var(--sand); }
.hero-arch::after { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(255,255,255,.72); border-radius: 300px 300px 0 0; pointer-events: none; }
.hero-arch img { height: 100%; object-fit: cover; object-position: center; }
.hero-seal { position: absolute; left: -4.1rem; top: 18%; width: 142px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--sun); border-radius: 50%; transform: rotate(-7deg); box-shadow: 0 18px 45px rgba(8,46,55,.18); }
.hero-seal strong { font: 400 2.6rem/1 "Instrument Serif", Georgia, serif; }
.hero-seal small { margin-top: .28rem; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.seal-stars { font-size: .62rem; letter-spacing: .08em; }
.hero-caption { position: absolute; right: 0; bottom: 0; width: 76%; margin: 0; padding-top: .85rem; display: flex; gap: 1rem; color: var(--muted); border-top: 1px solid var(--line); font-size: .78rem; }
.hero-caption span { color: var(--wine); font-weight: 700; }

.proof { max-width: var(--max); margin: 0 auto; padding: 1.65rem var(--side); display: grid; grid-template-columns: repeat(4, 1fr); color: white; background: var(--sea); }
.proof p { margin: 0; padding: .15rem 2rem; border-right: 1px solid var(--line-light); }
.proof p:first-child { padding-left: 0; }
.proof p:last-child { border-right: 0; }
.proof strong, .proof span { display: block; }
.proof strong { font: 400 1.25rem/1.2 "Instrument Serif", Georgia, serif; }
.proof span { margin-top: .25rem; color: rgba(255,255,255,.65); font-size: .74rem; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(4.5rem, 7vw, 7rem) var(--side); }
.section-index { color: var(--muted); font-size: .7rem; font-weight: 700; line-height: 1; letter-spacing: .17em; text-transform: uppercase; }
.section-index-light { color: rgba(255,255,255,.48); }
.lead-copy { margin: 0; font: 400 clamp(1.4rem, 2vw, 1.95rem)/1.45 "Instrument Serif", Georgia, serif; }
.manifesto { padding-top: clamp(3.8rem, 5.5vw, 5.8rem); padding-bottom: clamp(3.8rem, 5.5vw, 5.8rem); display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 5vw, 6rem); align-items: start; }
.manifesto-title .section-index { margin-bottom: 2.2rem; }
.manifesto-title .kicker { margin-bottom: 1.2rem; }
.manifesto-title h2 { font-size: clamp(3rem, 4.5vw, 5.2rem); }
.manifesto-copy .lead-copy { font-size: clamp(1.4rem, 1.85vw, 1.8rem); }
.manifesto-copy > p:not(.lead-copy) { margin: 1.2rem 0 0; color: var(--muted); }
.house-facts { margin-top: 2rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.house-facts div { min-height: 105px; padding: .85rem .75rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.house-facts strong { font: 400 2rem/1 "Instrument Serif", Georgia, serif; }
.house-facts span { color: var(--muted); font-size: .78rem; line-height: 1.35; }

.gallery { padding-top: 0; }
.gallery-heading { margin-bottom: 2.4rem; display: grid; grid-template-columns: 1.25fr .75fr; gap: 5vw; align-items: end; }
.gallery-heading > p { max-width: 520px; margin: 0 0 .45rem; color: var(--muted); }
.photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 370px 370px; gap: 1rem; }
.photo { position: relative; margin: 0; overflow: hidden; background: var(--sand); }
.photo img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.photo:hover img { transform: scale(1.025); }
.photo-main { grid-column: span 7; grid-row: span 2; }
.photo-kitchen { grid-column: span 5; }
.photo-bedroom { grid-column: span 3; }
.photo-living { grid-column: span 2; }
.photo-main img { object-position: center; }
.photo-bedroom img { object-position: 55% center; }
.photo-living img { object-position: 42% center; }
.gallery-extra { margin-top: .75rem; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: clamp(110px, 10vw, 160px); gap: .75rem; }
.gallery-extra .photo { height: 100%; }
.gallery-extra .photo figcaption { display: block; padding: .8rem; }
.gallery-extra .photo figcaption strong { font-size: 1.05rem; }
.gallery-extra .photo figcaption small { display: none; }
.gallery-view-all { margin-top: 1.25rem; padding: .85rem 1.2rem; display: inline-flex; align-items: center; gap: 1.25rem; border: 1px solid var(--line); color: var(--ink); background: transparent; font-family: inherit; font-size: .9rem; font-weight: 700; line-height: 1.3; cursor: pointer; transition: background .2s, border-color .2s; }
.gallery-view-all:hover { background: var(--sand); border-color: var(--sun); }
.gallery-view-all:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.gallery-view-all span { color: var(--wine); font-size: 1.15rem; }
.photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem; display: grid; grid-template-columns: 2rem 1fr; gap: .2rem .7rem; color: white; background: linear-gradient(transparent, rgba(8,32,38,.82)); }
.photo figcaption span { grid-row: span 2; color: var(--sun); font-size: .7rem; font-weight: 700; }
.photo figcaption strong { font: 400 1.35rem/1.1 "Instrument Serif", Georgia, serif; }
.photo figcaption small { color: rgba(255,255,255,.72); font-size: .72rem; }
.photo-open { position: absolute; z-index: 2; inset: 0; width: 100%; border: 0; background: transparent; cursor: zoom-in; }
.photo-open:focus-visible { outline: 4px solid var(--sun); outline-offset: -7px; }
.photo figcaption { pointer-events: none; }
.photo-dialog { width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; color: white; background: #101d21; }
.photo-dialog::backdrop { background: rgba(4, 17, 21, .92); }
.photo-dialog-content { min-height: 100%; height: 100%; padding: clamp(1rem, 2vw, 2rem) var(--side); display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: 1rem; }
.photo-dialog-header, .photo-dialog-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.photo-dialog-eyebrow { color: var(--sun); font-size: .73rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.photo-dialog-header h2 { margin: .35rem 0 0; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.photo-dialog-close, .photo-dialog-arrow { flex: none; min-width: 48px; min-height: 48px; border: 1px solid rgba(255,255,255,.36); color: white; background: rgba(255,255,255,.07); font: inherit; cursor: pointer; }
.photo-dialog-close { padding: .5rem .9rem; display: inline-flex; align-items: center; gap: .85rem; }
.photo-dialog-close span { font-size: 1.6rem; line-height: 1; }
.photo-dialog-arrow { font-size: 1.5rem; }
.photo-dialog-close:hover, .photo-dialog-arrow:hover { color: var(--ink); background: var(--sun); border-color: var(--sun); }
.photo-dialog-stage { min-height: 0; display: grid; grid-template-columns: 54px minmax(0, 1fr) 54px; gap: clamp(.35rem, 1vw, 1rem); align-items: center; }
.photo-dialog-stage img { width: 100%; height: 100%; min-height: 0; max-height: calc(100dvh - 195px); object-fit: contain; }
.photo-dialog-footer { min-height: 54px; border-top: 1px solid rgba(255,255,255,.2); }
.photo-dialog-footer p { margin: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: .1rem .75rem; }
.photo-dialog-footer strong { font: 400 1.4rem/1.1 "Instrument Serif", Georgia, serif; }
.photo-dialog-footer p span { color: rgba(255,255,255,.68); font-size: .85rem; }
.photo-dialog-count { color: var(--sun); font-size: .85rem; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }

.comfort { max-width: var(--max); margin: 0 auto; padding: clamp(4.8rem, 7vw, 7rem) var(--side); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 6vw, 7rem); color: white; background: var(--sea); }
.comfort-intro { align-self: start; position: sticky; top: 132px; }
.comfort-intro .kicker { margin-top: 2.5rem; }
.kicker-light { color: var(--sun); }
.comfort h2 em, .reviews h2 em, .booking h2 em { color: var(--sun); }
.comfort-intro > p:last-child { max-width: 590px; margin: 2rem 0 0; color: rgba(255,255,255,.68); }
.comfort-list { border-top: 1px solid var(--line-light); }
.comfort-list article { padding: 2rem 0; display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; border-bottom: 1px solid var(--line-light); }
.amenity-number { color: var(--sun); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.comfort-list h3 { margin: 0 0 .7rem; font: 400 clamp(1.7rem, 2.4vw, 2.5rem)/1.1 "Instrument Serif", Georgia, serif; }
.comfort-list p { max-width: 650px; margin: 0; color: rgba(255,255,255,.64); }

.identity { max-width: var(--max); margin: 0 auto; padding: clamp(4.8rem, 7vw, 7rem) var(--side); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 6vw, 6.5rem); align-items: center; background: var(--sand); }
.identity-copy .kicker { margin-top: 2.4rem; }
.identity-copy > p:not(.kicker):not(.lead-copy) { margin: 1.5rem 0 0; color: var(--muted); }
.identity-copy .lead-copy { margin-top: 2rem; }
.identity-copy .inline-link { margin-top: 2.2rem; }
.identity-image { margin: 0; }
.identity-image img { height: min(72vh, 720px); min-height: 560px; object-fit: cover; border-radius: 300px 300px 0 0; }
.identity-image figcaption { padding: 1rem 0 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .4rem 1rem; border-top: 1px solid var(--line); }
.identity-image figcaption span { font-weight: 700; }
.identity-image figcaption small { color: var(--muted); text-align: right; }
.identity-image figcaption .photo-credit { width: 100%; color: var(--muted); font-size: .74rem; text-align: left; }
.photo-credit a { text-underline-offset: .2rem; }

.neighborhood .section-index { margin-bottom: 2.5rem; }
.neighborhood-lead { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 8rem); }
.neighborhood-lead > div:last-child > p:last-child { margin: 1.5rem 0 0; color: var(--muted); }
.place-cards { margin-top: 3.2rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.place-cards article { min-height: 255px; padding: 1.5rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.place-cards article:nth-child(odd) { background: #fafafa; }
.place-cards article:nth-child(2) { background: var(--sun); }
.place-cards span { color: var(--wine); font-size: .7rem; font-weight: 700; }
.place-cards h3 { margin: auto 0 1rem; font: 400 clamp(1.7rem, 2.25vw, 2.4rem)/1.05 "Instrument Serif", Georgia, serif; }
.place-cards p { margin: 0; color: var(--muted); font-size: .88rem; }
.place-cards article:nth-child(2) p { color: rgba(24,33,36,.72); }

.arrival { background: var(--sand); }
.arrival-intro { display: grid; grid-template-columns: .34fr 1.2fr .65fr; gap: clamp(2rem, 4vw, 5rem); align-items: end; }
.arrival-intro .section-index { align-self: start; }
.arrival-address { margin: 0 0 .2rem; padding-left: 1.3rem; border-left: 2px solid var(--sun); }
.arrival-address span, .arrival-address small { display: block; }
.arrival-address span { margin-bottom: .55rem; color: var(--wine); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.arrival-address strong { font: 400 clamp(1.5rem, 2vw, 2rem)/1.2 "Instrument Serif", Georgia, serif; }
.arrival-address small { max-width: 270px; margin-top: .7rem; color: var(--muted); font-size: .85rem; line-height: 1.5; }
.arrival-layout { display: grid; grid-template-columns: 1fr 1.06fr; gap: clamp(2rem, 4vw, 4.5rem); margin-top: clamp(2.8rem, 4vw, 4rem); align-items: stretch; }
.arrival-routes { border-top: 1px solid var(--line); }
.arrival-route { padding: 2rem 0 2.4rem; border-bottom: 1px solid var(--line); }
.arrival-number { color: var(--wine); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.arrival-route h3 { margin: .8rem 0 1.1rem; font: 400 clamp(1.9rem, 2.8vw, 2.7rem)/1.12 "Instrument Serif", Georgia, serif; }
.arrival-route p { max-width: 600px; margin: 0 0 .9rem; color: #4a5558; }
.arrival-route strong { color: var(--ink); font-weight: 700; }
.arrival-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 48px; margin-top: .8rem; padding: .65rem 1rem; color: white; background: var(--sea); font-size: .88rem; font-weight: 700; line-height: 1.35; text-decoration: none; }
.arrival-link:hover { background: var(--sea-dark); }
.arrival-map { display: flex; flex-direction: column; min-height: 670px; background: #e8e4d9; }
.arrival-map iframe { display: block; width: 100%; min-height: 610px; flex: 1; border: 0; }
.arrival-map-caption { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; background: var(--sea); color: white; font-size: .8rem; }
.arrival-map-caption a { text-align: right; text-underline-offset: .2rem; }
.arrival-note { margin: 1.4rem 0 0; color: var(--muted); font-size: .85rem; }

.reviews { max-width: var(--max); margin: 0 auto; padding: clamp(4.8rem, 7vw, 7rem) var(--side); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 6.5rem); color: white; background: var(--wine); }
.score-row { margin: 1.8rem 0 2rem; display: flex; align-items: center; gap: 1.5rem; }
.score-row > strong { font: 400 clamp(5rem, 9vw, 9rem)/.8 "Instrument Serif", Georgia, serif; letter-spacing: -.06em; }
.score-row > span { color: var(--sun); font-size: .9rem; letter-spacing: .14em; }
.score-row small { margin-top: .55rem; display: block; color: rgba(255,255,255,.64); font-size: .72rem; letter-spacing: 0; }
.reviews-score .button { margin-top: 2.5rem; }
.button-outline { color: white; border-color: rgba(255,255,255,.55); }
.button-outline:hover { color: var(--wine); background: white; }
.reviews-detail { align-self: center; }
.reviews-detail > p { margin: 0 0 2.7rem; color: rgba(255,255,255,.72); font: 400 clamp(1.3rem, 2vw, 1.8rem)/1.4 "Instrument Serif", Georgia, serif; }
.rating-lines { border-top: 1px solid var(--line-light); }
.rating-lines div { padding: .85rem 0; display: grid; grid-template-columns: 8rem 1fr 2rem; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line-light); font-size: .82rem; }
.rating-lines i { height: 2px; background: rgba(255,255,255,.26); }
.rating-lines strong { text-align: right; }
.review-tags { margin-top: 2rem; display: flex; gap: .6rem; flex-wrap: wrap; }
.review-tags span { padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.32); border-radius: 100px; color: rgba(255,255,255,.8); font-size: .72rem; }
.review-quotes { grid-column: 1 / -1; margin-top: clamp(1rem, 3vw, 2.5rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.review-card { min-height: 285px; padding: clamp(1.4rem, 2.2vw, 2rem); display: flex; flex-direction: column; color: var(--ink); background: #fffaf2; border-top: 4px solid var(--sun); }
.review-card-featured { background: var(--sun); border-top-color: white; }
.review-card-stars { color: var(--wine); font-size: .72rem; letter-spacing: .12em; }
.review-card blockquote { margin: 1.35rem 0 1rem; }
.review-card blockquote p { margin: 0; font: 400 clamp(1.55rem, 2.15vw, 2.15rem)/1.18 "Instrument Serif", Georgia, serif; }
.review-context { margin: 0 0 1.5rem; color: #596367; font-size: .86rem; line-height: 1.55; }
.review-card-featured .review-context { color: rgba(24,33,36,.72); }
.review-author { margin-top: auto; padding-top: 1rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(24,33,36,.18); }
.review-author strong, .review-author span { display: block; }
.review-author strong { font: 400 1.35rem/1 "Instrument Serif", Georgia, serif; }
.review-author span { color: #596367; font-size: .7rem; text-align: right; }
.review-source-note { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.56); font-size: .72rem; }

.availability { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 6vw, 7rem); align-items: start; background: rgba(255,255,255,.42); }
.availability-heading { position: sticky; top: 132px; }
.availability-heading .section-index { margin-bottom: 2rem; }
.availability-heading h2 { font-size: clamp(3rem, 4.5vw, 5.2rem); }
.availability-heading > p:not(.kicker) { max-width: 560px; margin: 1.6rem 0 0; color: var(--muted); }
.calendar-legend { margin: 1.8rem 0 1.5rem; display: flex; flex-wrap: wrap; gap: .75rem 1.3rem; color: #465155; font-size: .78rem; font-weight: 700; }
.calendar-legend span { display: inline-flex; align-items: center; gap: .5rem; }
.calendar-legend i { width: .8rem; height: .8rem; display: inline-block; border-radius: 50%; }
.legend-available { background: #2f7d57; box-shadow: 0 0 0 4px rgba(47,125,87,.1); }
.legend-blocked { background: #c6bcae; box-shadow: 0 0 0 4px rgba(198,188,174,.18); }
.availability-note { max-width: 390px; margin-top: .8rem; display: block; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.availability-calendar { min-height: 465px; overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid var(--line); box-shadow: 0 24px 65px rgba(8,46,55,.08); }
.calendar-toolbar { min-height: 70px; padding: .65rem .9rem; display: grid; grid-template-columns: 48px 1fr 48px; gap: .7rem; align-items: center; color: white; background: var(--sea); }
.calendar-toolbar strong { font: 400 clamp(1.35rem, 2vw, 1.8rem)/1 "Instrument Serif", Georgia, serif; text-align: center; }
.calendar-toolbar button { width: 48px; height: 48px; padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.35); font: inherit; font-size: 1.15rem; cursor: pointer; }
.calendar-toolbar button:hover:not(:disabled) { color: var(--ink); background: var(--sun); border-color: var(--sun); }
.calendar-toolbar button:disabled { opacity: .3; cursor: default; }
.calendar-status { min-height: 360px; margin: 0; padding: 2rem; display: grid; place-items: center; color: var(--muted); text-align: center; }
.calendar-status.is-ready { min-height: 0; height: 0; padding: 0; overflow: hidden; }
.calendar-status.is-error { color: var(--wine); }
.calendar-months { padding: clamp(1.1rem, 2.2vw, 2rem); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.4rem, 3vw, 2.6rem); }
.calendar-month h3 { margin: 0 0 1rem; font: 400 clamp(1.55rem, 2.2vw, 2rem)/1 "Instrument Serif", Georgia, serif; text-transform: capitalize; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .3rem; }
.calendar-weekdays { margin-bottom: .35rem; }
.calendar-weekdays span { color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.calendar-day { position: relative; min-height: 46px; display: grid; place-items: center; color: var(--ink); border: 1px solid rgba(24,33,36,.1); font-size: .78rem; font-weight: 700; }
.calendar-day.is-available { background: rgba(255,255,255,.76); }
.calendar-day.is-available::after { content: ""; position: absolute; right: .28rem; bottom: .28rem; width: 5px; height: 5px; background: #2f7d57; border-radius: 50%; }
.calendar-day.is-blocked { color: #80776d; background: repeating-linear-gradient(135deg, #eee9e0, #eee9e0 5px, #f7f4ee 5px, #f7f4ee 10px); }
.calendar-day.is-past { color: #a6aaab; background: #f5f4f1; opacity: .6; }
.calendar-day.is-today { border-color: var(--wine); box-shadow: inset 0 0 0 1px var(--wine); }
.calendar-day.is-empty { visibility: hidden; }
.calendar-updated { min-height: 2.4rem; margin: 0; padding: .65rem 1rem; color: var(--muted); background: var(--sand); border-top: 1px solid var(--line); font-size: .7rem; text-align: right; }

.practical { padding-top: clamp(3.8rem, 5.5vw, 5.8rem); padding-bottom: clamp(3.8rem, 5.5vw, 5.8rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 5vw, 6rem); align-items: center; }
.practical-heading .section-index { margin-bottom: 2rem; }
.practical-heading .kicker { margin-bottom: 1.2rem; }
.practical-heading h2 { font-size: clamp(3rem, 4.5vw, 5.2rem); }
.practical-content { border-top: 1px solid var(--line); }
.practical-times { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.practical-times div { padding: 1.3rem 1.2rem 1.3rem 0; border-bottom: 1px solid var(--line); }
.practical-times div + div { padding-left: 1.2rem; border-left: 1px solid var(--line); }
.practical-times span { display: block; margin-bottom: .6rem; color: var(--wine); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.practical-times strong { font: 400 clamp(1.9rem, 2.7vw, 3rem)/1 "Instrument Serif", Georgia, serif; }
.practical-content > p { max-width: 650px; margin: 1.2rem 0 0; color: var(--muted); }

.booking { position: relative; max-width: var(--max); min-height: 520px; margin: 0 auto; padding: clamp(4.5rem, 7vw, 7rem) var(--side); display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: var(--sea-dark); text-align: center; overflow: hidden; }
.booking::before { content: ""; position: absolute; inset: 1.3rem; border: 1px solid rgba(255,255,255,.2); pointer-events: none; }
.booking-mark { position: absolute; left: 50%; top: 48%; width: min(48vw, 520px); transform: translate(-50%, -50%) rotate(-4deg); opacity: .055; filter: invert(1); pointer-events: none; }
.booking-mark img { width: 100%; height: auto; }
.booking > *:not(.booking-mark) { position: relative; z-index: 1; }
.booking h2 { max-width: 1000px; }
.booking > p:not(.kicker) { max-width: 580px; margin: 1.7rem auto 2rem; color: rgba(255,255,255,.68); }
.button-sun { color: var(--ink); background: var(--sun); }
.button-sun:hover { background: white; }
.booking-secondary { margin-top: 1.2rem; color: rgba(255,255,255,.62); font-size: .82rem; text-underline-offset: .25rem; }
.booking-secondary:hover { color: white; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: hero-rise .8s cubic-bezier(.2,.72,.2,1) both; }
  .hero-copy > :nth-child(1) { animation-delay: .04s; }
  .hero-copy > :nth-child(2) { animation-delay: .1s; }
  .hero-copy > :nth-child(3) { animation-delay: .16s; }
  .hero-copy > :nth-child(4) { animation-delay: .22s; }
  .hero-copy > :nth-child(5) { animation-delay: .28s; }
  .hero-copy > :nth-child(6) { animation-delay: .34s; }
  .hero-copy > :nth-child(7) { animation-delay: .4s; }
  .hero-visual { animation: hero-visual-in 1.05s .16s cubic-bezier(.2,.72,.2,1) both; }
  .hero-seal { animation: seal-pop .75s .82s cubic-bezier(.16,1,.3,1) both; }
  .hero-arch img { height: 112%; margin-top: -6%; transform: translate3d(0, var(--hero-parallax, 0px), 0); will-change: transform; }

  .motion-ready .scroll-reveal { opacity: 0; transform: translate3d(0, 34px, 0) scale(.99); transition: opacity .75s ease, transform .9s cubic-bezier(.2,.72,.2,1); transition-delay: var(--reveal-delay, 0ms); }
  .motion-ready .scroll-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  .motion-ready .photo.scroll-reveal { clip-path: inset(9% 0 0 0); transform: none; transition: opacity .8s ease, clip-path 1.05s cubic-bezier(.2,.72,.2,1); }
  .motion-ready .photo.scroll-reveal.is-visible { clip-path: inset(0 0 0 0); }
  .motion-ready .photo.scroll-reveal img { transform: scale(1.055); transition: transform 1.15s cubic-bezier(.2,.72,.2,1); }
  .motion-ready .photo.scroll-reveal.is-visible img { transform: scale(1); }
  .motion-ready .photo.scroll-reveal.is-visible:hover img { transform: scale(1.025); }

  @keyframes hero-rise {
    from { opacity: 0; transform: translate3d(0, 22px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
  }
  @keyframes hero-visual-in {
    from { opacity: 0; transform: translate3d(0, 34px, 0) scale(.975); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  }
  @keyframes seal-pop {
    from { opacity: 0; transform: rotate(-7deg) scale(.72); }
    to { opacity: 1; transform: rotate(-7deg) scale(1); }
  }
}

.site-footer { max-width: var(--max); margin: 0 auto; padding: clamp(3rem, 5vw, 5rem) var(--side) 1.4rem; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .8fr) minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(1.5rem, 3vw, 3.5rem); align-items: start; background: var(--sand); border-top: 5px solid var(--sun); }
.brand-footer { width: fit-content; }
.footer-logo { width: 165px; height: auto; }
.footer-intro p { max-width: 270px; margin: 1.45rem 0 0; color: #4d5b5e; font-size: .92rem; }
.footer-intro .footer-cin { margin-top: .85rem; font-size: .82rem; letter-spacing: .02em; }
.footer-cin strong { color: var(--ink); font-weight: 700; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.footer-column h2 { margin: .25rem 0 .85rem; color: var(--wine); font: 700 .73rem/1.4 "DM Sans", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.footer-column p { margin: 0 0 .55rem; color: #4d5b5e; font-size: .9rem; }
.footer-column a { color: var(--ink); font-size: .91rem; font-weight: 600; text-underline-offset: .3rem; }
.footer-column a:hover, .footer-bottom a:hover { color: var(--wine); }
.footer-contact .footer-whatsapp { padding: .75rem .9rem; color: white; background: var(--sea); text-decoration: none; line-height: 1.3; }
.footer-contact .footer-whatsapp:hover { color: white; background: var(--sea-dark); }
.footer-bottom { grid-column: 1 / -1; margin-top: 1.8rem; padding-top: 1.15rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; border-top: 1px solid var(--line); color: #4d5b5e; font-size: .78rem; }
.footer-bottom a { color: var(--ink); font-weight: 700; text-underline-offset: .25rem; }
.mobile-whatsapp { display: none; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr .86fr; gap: 3rem; }
  .hero-seal { left: -2.5rem; width: 120px; }
  .manifesto { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .photo-grid { grid-template-rows: 310px 310px; }
  .place-cards { grid-template-columns: repeat(2, 1fr); }
  .arrival-intro { grid-template-columns: .28fr 1fr; }
  .arrival-address { grid-column: 2; }
  .contact-form { grid-template-columns: 1fr; }
  .whatsapp-submit { width: 100%; }
  .practical { grid-template-columns: .85fr 1.15fr; }
}

@media (max-width: 1050px) {
  .site-header { height: 78px; }
  .brand-symbol { width: 48px; height: 46px; }
  .brand-name { font-size: 2.15rem; }
  .menu-toggle { width: 44px; height: 44px; padding: 12px 9px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { width: 100%; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }
  #main-nav { position: fixed; inset: 78px 0 0; max-height: calc(100svh - 78px); padding: 2.5rem var(--side); display: none; flex-direction: column; align-items: flex-start; gap: 1.4rem; overflow-y: auto; background: white; }
  #main-nav.open { display: flex; }
  #main-nav a { font: 400 clamp(1.8rem, 4vw, 2.4rem)/1 "Instrument Serif", Georgia, serif; }
  #main-nav .nav-cta { margin-top: 1rem; font: 700 .9rem/1 "DM Sans", sans-serif; }
}

@media (max-width: 820px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4.5rem; }
  .hero-copy { max-width: 700px; }
  .hero-visual { width: 88%; justify-self: center; margin-top: 1rem; }
  .hero-arch { height: 76vh; max-height: 760px; }
  .hero-seal { left: -3.2rem; }
  .proof { grid-template-columns: repeat(2, 1fr); }
  .proof p { padding: .8rem 1rem; border-bottom: 1px solid var(--line-light); }
  .proof p:nth-child(2) { border-right: 0; }
  .proof p:nth-child(3) { padding-left: 0; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-title .section-index { margin-bottom: 2rem; }
  .gallery-heading { grid-template-columns: 1fr; align-items: start; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 560px 360px 360px; }
  .photo-main { grid-column: 1 / -1; grid-row: auto; }
  .photo-kitchen, .photo-bedroom, .photo-living { grid-column: auto; }
  .photo-kitchen { grid-column: 1 / -1; }
  .gallery-extra { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: clamp(110px, 18vw, 150px); }
  .comfort { grid-template-columns: 1fr; }
  .comfort-intro { position: static; }
  .identity { grid-template-columns: 1fr; }
  .identity-image { width: 88%; justify-self: center; }
  .neighborhood-lead { grid-template-columns: 1fr; }
  .arrival-intro { grid-template-columns: 1fr 1fr; }
  .arrival-intro .section-index { grid-column: 1 / -1; }
  .arrival-address { grid-column: auto; }
  .arrival-layout { grid-template-columns: 1fr; }
  .arrival-map { min-height: 480px; }
  .arrival-map iframe { min-height: 430px; }
  .reviews { grid-template-columns: 1fr; }
  .review-quotes { grid-template-columns: 1fr; }
  .review-card { min-height: 240px; }
  .availability { grid-template-columns: 1fr; }
  .availability-heading { position: static; }
  .calendar-months { grid-template-columns: 1fr; }
  .practical { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .site-footer { padding-bottom: calc(6.5rem + env(safe-area-inset-bottom)); }
  .mobile-whatsapp.is-visible { position: fixed; z-index: 45; left: var(--side); right: var(--side); bottom: calc(.75rem + env(safe-area-inset-bottom)); min-height: 56px; padding: .75rem 1rem; display: flex; align-items: center; justify-content: center; gap: .7rem; color: white; background: #176b48; box-shadow: 0 12px 34px rgba(8,46,55,.3); text-decoration: none; font-size: .9rem; font-weight: 700; line-height: 1.2; text-align: center; }
  .mobile-whatsapp svg { width: 1.5rem; height: 1.5rem; flex: none; }
  body.menu-open .mobile-whatsapp, body.gallery-open .mobile-whatsapp { display: none; }
  .photo-dialog-stage { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: .25rem; }
  .photo-dialog-arrow { min-width: 44px; min-height: 44px; }
  .photo-dialog-stage img { max-height: calc(100dvh - 215px); }
}

@media (max-width: 560px) {
  :root { --side: 1.25rem; }
  .site-header { gap: .65rem; }
  .brand { gap: .5rem; }
  .brand-symbol { width: 44px; height: 42px; }
  .brand-name { font-size: 1.95rem; }
  .brand-place { margin-top: .45rem; font-size: .56rem; letter-spacing: .13em; }
  .header-tools { margin-left: auto; }
  .language-name { display: none; }
  .language-switch { min-width: 48px; padding: .55rem .65rem; justify-content: center; }
  .hero::before { display: none; }
  .hero { padding-top: 3.5rem; }
  .hero-script { margin-bottom: -.45rem; }
  h1 { font-size: clamp(4.5rem, 22vw, 7rem); }
  .hero-statement { margin-top: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .contact-fields { grid-template-columns: 1fr; }
  .hero-visual { width: 100%; padding-bottom: 3.8rem; }
  .hero-arch { height: 72vh; min-height: 500px; border-radius: 230px 230px 0 0; }
  .hero-seal { left: -.8rem; top: 8%; width: 104px; }
  .hero-seal strong { font-size: 2rem; }
  .hero-caption { width: 100%; }
  .proof { grid-template-columns: 1fr; }
  .proof p, .proof p:nth-child(3) { padding: .85rem 0; border-right: 0; }
  .section { padding-top: 4.25rem; padding-bottom: 4.25rem; }
  .house-facts { grid-template-columns: 1fr 1fr; }
  .house-facts div { min-height: 96px; }
  .gallery { padding-top: 0; }
  .photo-grid { display: flex; flex-direction: column; }
  .photo { height: 430px; }
  .photo-kitchen, .photo-living { height: 320px; }
  .gallery-extra { grid-auto-rows: clamp(90px, 27vw, 120px); gap: .45rem; }
  .gallery-extra .photo figcaption { padding: .55rem; }
  .gallery-extra .photo figcaption strong { font-size: .875rem; }
  .comfort { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .comfort-list article { grid-template-columns: 2.7rem 1fr; }
  .identity { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .identity-image { width: 100%; }
  .identity-image img { height: 62vh; min-height: 470px; border-radius: 220px 220px 0 0; }
  .identity-image figcaption { display: block; }
  .identity-image figcaption small { margin-top: .3rem; display: block; text-align: left; }
  .place-cards { grid-template-columns: 1fr; }
  .arrival-intro { grid-template-columns: 1fr; }
  .arrival-intro .section-index, .arrival-address { grid-column: 1; }
  .arrival-map { min-height: 390px; }
  .arrival-map iframe { min-height: 340px; }
  .arrival-map-caption { flex-direction: column; gap: .2rem; }
  .arrival-map-caption a { text-align: left; }
  .place-cards article { min-height: 220px; }
  .reviews { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .calendar-toolbar { grid-template-columns: 44px 1fr 44px; }
  .calendar-toolbar button { width: 44px; height: 44px; }
  .calendar-months { padding: 1.1rem; }
  .calendar-day { min-height: 40px; }
  .score-row { align-items: flex-end; }
  .rating-lines div { grid-template-columns: 6.5rem 1fr 2rem; }
  .practical-times { grid-template-columns: 1fr 1fr; }
  .practical-times div { padding-right: .6rem; }
  .practical-times div + div { padding-left: .8rem; }
  .practical-times strong { font-size: 1.75rem; }
  .booking { min-height: 500px; }
  .booking::before { inset: .7rem; }
  .booking-mark { width: min(80vw, 390px); }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 2rem 1.1rem; }
  .footer-intro, .footer-contact { grid-column: 1 / -1; }
  .footer-logo { width: 128px; }
  .footer-bottom { flex-wrap: wrap; justify-content: space-between; margin-top: .25rem; }
  .footer-bottom span:nth-child(2) { width: 100%; order: -1; }
  .photo-dialog-header h2 { font-size: 1.8rem; }
  .photo-dialog-close { font-size: .85rem; }
  .photo-dialog-footer p span { display: block; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .scroll-progress { display: none; }
  .scroll-reveal { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .hero-arch img { height: 100%; margin-top: 0; transform: none !important; }
}
