/* ==========================================================================
   Spanglish House — site styles
   Identity derived from the El Espacio brand system (v1.0):
   six-colour palette pulled from Old San Juan's pink façades, Poppins headers,
   Roboto body, a condensed bracketed wordmark, and two textures (cloud / brushed
   paint) used one-per-composition. Tuned here for a bed & breakfast.
   ========================================================================== */

/* ---------- Self-hosted webfonts (no Google Fonts request → better privacy + speed) ----
   Poppins (headers) · Roboto (body) — per the brand system. Barlow Condensed stands in for
   Goodland (the brand's display face) in the wordmark until the Goodland webfont is licensed. */
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/poppins-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/poppins-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/roboto-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/roboto-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/roboto-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/roboto-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/barlow-condensed-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-condensed-latin-600-normal.woff2") format("woff2"); }

:root {
  /* ---- The six brand colours (nothing outside these) ---- */
  --cream: #f5f6f6;        /* background / light neutral            */
  --blush: #fac2c3;        /* primary background                    */
  --salmon: #f4b5b5;       /* secondary tint                        */
  --rose: #eda0a8;         /* accent (terracotta rose)              */
  --wine: #61383e;         /* dark accent / text on light           */
  --ink: #1a1a18;          /* primary text / dark backgrounds       */

  /* ---- Derived tints are ONLY alpha blends of the six (no new hues) ---- */
  --wine-88: rgba(97, 56, 62, .88);
  --wine-60: rgba(97, 56, 62, .60);
  --wine-14: rgba(97, 56, 62, .14);
  --wine-08: rgba(97, 56, 62, .08);
  --ink-70: rgba(26, 26, 24, .70);
  --cream-90: rgba(245, 246, 246, .90);
  --cream-16: rgba(245, 246, 246, .16);
  --cream-30: rgba(245, 246, 246, .30);
  --rose-40: rgba(237, 160, 168, .40);

  --font-head: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Roboto", "Helvetica Neue", Arial, sans-serif;
  /* Goodland Semi Bold is the brand's display face; until its webfont is licensed
     we use Barlow Condensed as the closest open alternative for the wordmark. */
  --font-display: "Goodland", "Barlow Condensed", "Arial Narrow", sans-serif;

  --radius: 6px;
  --radius-sm: 4px;
  --shadow: 0 18px 44px rgba(26, 26, 24, .12);
  --shadow-sm: 0 6px 16px rgba(26, 26, 24, .08);
  --container: 1180px;
  --nav-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --bracket-w: 5px;         /* bracket stroke */
  --bracket-s: 20px;        /* bracket arm length */
}

/* ---------- Language toggle -------------------------------------------
   Every piece of copy exists twice: <el lang="en"> and <el lang="es">.
   <html data-lang="…"> decides which one shows. Default (no JS) is English. */
html[data-lang="en"] [lang="es"],
html[data-lang="es"] [lang="en"] { display: none !important; }

/* ---------- Reset / base ------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.65;
  color: var(--ink); background: var(--cream);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 1000; background: var(--ink); color: var(--cream); padding: .6rem 1rem; }
.skip-link:focus { top: 1rem; }

/* ---------- Typography ---------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font-head); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em;
  margin: 0 0 .5em; color: var(--wine);
}
h1 { font-size: clamp(2.5rem, 5.6vw, 4.6rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.35rem); line-height: 1.3; }
h4 { font-size: 1.05rem; }
.lede { font-size: clamp(1.08rem, 1.45vw, 1.25rem); line-height: 1.6; color: var(--ink); max-width: 62ch; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--font-head); font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--wine); margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--rose); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 26px; height: 3px; background: var(--rose); }
.muted { color: var(--ink-70); }
.center { text-align: center; }
.center .lede { margin-inline: auto; }
.wordmark {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; line-height: 1;
}

/* ---------- The bracket motif ---------------------------------------
   Two opposite corners, never four. Built from square units.                */
.bracket { position: relative; }
.bracket::before, .bracket::after {
  content: ""; position: absolute; width: var(--bracket-s); height: var(--bracket-s);
  border: 0 solid currentColor; pointer-events: none;
}
.bracket::before { top: calc(var(--bracket-w) * -1.6); left: calc(var(--bracket-w) * -1.6); border-top-width: var(--bracket-w); border-left-width: var(--bracket-w); }
.bracket::after  { bottom: calc(var(--bracket-w) * -1.6); right: calc(var(--bracket-w) * -1.6); border-bottom-width: var(--bracket-w); border-right-width: var(--bracket-w); }
.bracket.sm { --bracket-w: 3px; --bracket-s: 12px; }
.bracket.lg { --bracket-w: 8px; --bracket-s: 34px; }
.bracket.rose { color: var(--rose); }
.bracket.wine { color: var(--wine); }
.bracket.cream { color: var(--cream); }
.bracket > * { position: relative; }
/* wordmark lockup: brackets hug the text like the El Espacio logo */
.lockup { display: inline-block; padding: .35em .55em; }
.lockup.bracket::before { top: 0; left: 0; }
.lockup.bracket::after { bottom: 0; right: 0; }

/* ---------- Layout --------------------------------------------------- */
.container { width: min(var(--container), 100% - 2.5rem); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.section-head { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.bg-blush { background: var(--blush); }
.bg-salmon { background: var(--salmon); }
.bg-wine { background: var(--wine); color: var(--cream); }
.bg-wine h2, .bg-wine h3, .bg-wine h4 { color: var(--cream); }
.bg-wine .lede, .bg-wine p { color: var(--cream-90); }
.bg-wine .eyebrow { color: var(--salmon); }
.bg-wine .eyebrow::before, .bg-wine .eyebrow::after { background: var(--salmon); }
.bg-ink { background: var(--ink); color: var(--cream); }
.bg-brush { background: var(--salmon) url("../img/texture-brush.jpg") center / cover no-repeat; }
.bg-blush .eyebrow::before, .bg-blush .eyebrow::after, .bg-brush .eyebrow::before, .bg-brush .eyebrow::after, .bg-salmon .eyebrow::before, .bg-salmon .eyebrow::after { background: var(--wine); }
.grid { display: grid; gap: clamp(1.25rem, 2.5vw, 2rem); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split.reverse > :first-child { order: 2; }
@media (max-width: 960px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 0; }
}
@media (max-width: 640px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

/* ---------- Buttons -------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.5rem; border-radius: var(--radius-sm); font-family: var(--font-head); font-weight: 700; font-size: .95rem;
  line-height: 1; letter-spacing: .02em; white-space: nowrap; border: 2px solid transparent;
  transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--wine); color: var(--cream); box-shadow: 0 10px 22px rgba(97, 56, 62, .28); }
.btn-primary:hover { background: var(--ink); }
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: var(--wine); }
.btn-rose { background: var(--rose); color: var(--ink); }
.btn-rose:hover { background: var(--salmon); }
.btn-outline { border-color: var(--cream); color: var(--cream); background: var(--cream-16); backdrop-filter: blur(6px); }
.btn-outline:hover { background: var(--cream); color: var(--wine); }
.btn-outline-dark { border-color: var(--wine); color: var(--wine); }
.btn-outline-dark:hover { background: var(--wine); color: var(--cream); }
.btn-lg { padding: 1.15rem 1.9rem; font-size: 1.02rem; }
.btn-sm { padding: .7rem 1.1rem; font-size: .88rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; }
.text-link { font-weight: 700; color: var(--wine); display: inline-flex; align-items: center; gap: .4rem; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.text-link:hover svg { transform: translateX(3px); }

/* ---------- Header / nav ------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h); display: flex; align-items: center;
  transition: background .35s, box-shadow .35s; color: var(--cream);
}
.site-header .container { display: flex; align-items: center; gap: 1.5rem; }
.site-header.scrolled, .site-header.solid {
  background: var(--cream-90); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--wine-14); color: var(--wine);
}
.brand { display: inline-flex; align-items: center; gap: .6rem; white-space: nowrap; }
.brand .logo { height: 26px; width: auto; display: block; }
.site-header .logo-wine { display: none; }
.site-header.scrolled .logo-cream, .site-header.solid .logo-cream, body.nav-open .site-header .logo-cream { display: none; }
.site-header.scrolled .logo-wine, .site-header.solid .logo-wine, body.nav-open .site-header .logo-wine { display: block; }
.site-footer .logo-wine { display: none; }
.site-footer .logo { height: 24px; }
@media (max-width: 420px) { .brand .logo { height: 21px; } }
.nav { margin-left: auto; display: flex; align-items: center; gap: 1.6rem; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; }
.nav-links a { font-family: var(--font-head); font-weight: 600; font-size: .9rem; opacity: .95; position: relative; padding: .3rem 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-links .nav-book { display: none; }
.nav-cta { display: flex; align-items: center; gap: .9rem; }
.lang-switch { display: inline-flex; align-items: center; border: 1.5px solid currentColor; border-radius: var(--radius-sm); padding: 3px; gap: 2px; }
.lang-switch button { padding: .3rem .6rem; border-radius: 2px; font-family: var(--font-head); font-size: .74rem; font-weight: 700; letter-spacing: .06em; line-height: 1; transition: background .2s, color .2s; }
.lang-switch button[aria-pressed="true"] { background: currentColor; }
.site-header { --hdr-inverse: var(--wine); }
.site-header.scrolled, .site-header.solid, body.nav-open .site-header { --hdr-inverse: var(--cream); }
.lang-switch button[aria-pressed="true"] span { color: var(--hdr-inverse); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; }
.nav-toggle svg { width: 26px; height: 26px; }
.nav-toggle .icon-close { display: none; }
.nav-open .nav-toggle .icon-close { display: block; }
.nav-open .nav-toggle .icon-menu { display: none; }
@media (max-width: 1024px) { .nav-links { gap: 1.1rem; } .nav-links a { font-size: .85rem; } }
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; background: var(--cream); color: var(--wine);
    flex-direction: column; align-items: flex-start; gap: 0; padding: 1rem 1.5rem 2rem;
    transform: translateX(100%); visibility: hidden; transition: transform .35s var(--ease), visibility 0s linear .35s; overflow-y: auto;
  }
  .nav-links a { font-size: 1.35rem; padding: .9rem 0; width: 100%; border-bottom: 1px solid var(--wine-14); }
  .nav-links a::after { display: none; }
  .nav-links .nav-book { display: inline-flex; width: auto; margin-top: 1.5rem; border: 0; font-size: 1rem; }
  .nav-open .nav-links { transform: translateX(0); visibility: visible; transition: transform .35s var(--ease), visibility 0s; }
  .nav-cta .btn { display: none; }
  body.nav-open { overflow: hidden; }
  body.nav-open .site-header { background: var(--cream); color: var(--wine); box-shadow: 0 1px 0 var(--wine-14); }
}

/* ---------- Hero (cloud / smoke texture — the brand's hero treatment) --- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center; color: var(--cream);
  overflow: hidden; isolation: isolate; padding: calc(var(--nav-h) + 3rem) 0 clamp(3rem, 7vw, 5rem);
  background: var(--wine);
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); animation: heroZoom 16s var(--ease) both; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.02); } }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(26,26,24,.35) 0%, rgba(26,26,24,.05) 35%, rgba(26,26,24,.30) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } }
.hero .eyebrow { color: var(--cream); }
.hero .eyebrow::before { background: var(--cream); }
.hero h1 { color: var(--cream); text-wrap: balance; }
.hero .lede { color: var(--cream-90); max-width: 56ch; margin-bottom: 2rem; }
.hero-photo { position: relative; }
.hero-photo .media { border-radius: 0; box-shadow: var(--shadow); }
.hero-photo .bracket { color: var(--cream); }
.hero-photo .caption { position: absolute; left: 1rem; bottom: 1rem; background: var(--ink); color: var(--cream); font-family: var(--font-head); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: .5rem .75rem; }
@media (max-width: 960px) { .hero-photo { max-width: 520px; margin-top: 1rem; } }
@media (max-width: 640px) { .hero-photo { display: none; } .hero { min-height: auto; padding-bottom: 4rem; } }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1.2rem 2.4rem; margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid var(--cream-30); }
.hero-meta div { font-size: .88rem; color: var(--cream-90); }
.hero-meta strong { display: block; font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--cream); }
@media (max-width: 640px) { .hero-meta { display: none; } }
.scroll-hint { position: absolute; right: clamp(1.25rem, 4vw, 3rem); bottom: 2rem; writing-mode: vertical-rl; font-family: var(--font-head); font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; opacity: .8; display: flex; align-items: center; gap: .8rem; }
.scroll-hint::after { content: ""; width: 2px; height: 54px; background: currentColor; animation: hint 2.2s infinite; }
@keyframes hint { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (max-width: 640px) { .scroll-hint { display: none; } }

/* ---------- Feature cards ------------------------------------------ */
.feature {
  background: var(--cream); border-radius: var(--radius); padding: 2rem 1.75rem; border: 1px solid var(--wine-14);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease); display: flex; flex-direction: column; gap: .8rem;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.feature h3 { margin: .2rem 0 0; }
.feature p { color: var(--ink-70); font-size: 1rem; }
.feature .num { font-family: var(--font-head); font-size: .74rem; font-weight: 700; letter-spacing: .18em; color: var(--rose); }
.icon-badge { width: 50px; height: 50px; border-radius: var(--radius-sm); display: grid; place-items: center; background: var(--blush); color: var(--wine); }
.icon-badge svg { width: 24px; height: 24px; }
.icon-badge.wine { background: var(--wine); color: var(--cream); }
.icon-badge.rose { background: var(--rose); color: var(--ink); }
.bg-wine .feature { background: var(--cream-16); border-color: var(--cream-30); box-shadow: none; }
.bg-wine .feature h3 { color: var(--cream); }
.bg-wine .feature p { color: var(--cream-90); }
.bg-wine .icon-badge { background: var(--cream); color: var(--wine); }
.bg-wine .feature .num { color: var(--salmon); }
.bg-blush .feature, .bg-brush .feature { background: var(--cream); border-color: transparent; }
.feature-list { display: grid; gap: 1.5rem; }
.feature-list li { display: grid; grid-template-columns: 50px 1fr; gap: 1.1rem; align-items: start; }
.feature-list h3 { margin: .1rem 0 .25rem; font-size: 1.15rem; }
.feature-list p { color: var(--ink-70); font-size: 1rem; }
.bg-wine .feature-list h3 { color: var(--cream); }
.bg-wine .feature-list p { color: var(--cream-90); }

/* ---------- Media frames ------------------------------------------- */
.media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--salmon); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media.ratio-4x5 { aspect-ratio: 4 / 5; }
.media.ratio-4x3 { aspect-ratio: 4 / 3; }
.media.ratio-1x1 { aspect-ratio: 1 / 1; }
.media.ratio-16x9 { aspect-ratio: 16 / 9; }
.media-caption { position: absolute; left: 1rem; bottom: 1rem; background: var(--ink); color: var(--cream); font-family: var(--font-head); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .45rem .75rem; }
.media-stack { position: relative; }
.media-stack .media.floating { position: absolute; width: 46%; right: -6%; bottom: -8%; border: 6px solid var(--cream); }
.media-stack .stamp {
  position: absolute; left: -1rem; top: 1.5rem; background: var(--rose); color: var(--ink); padding: .9rem 1.1rem;
  font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1.3; box-shadow: var(--shadow-sm);
}
@media (max-width: 960px) { .media-stack .media.floating { right: 0; bottom: -6%; } .media-stack .stamp { left: 0; } }
@media (max-width: 640px) { .media-stack .stamp { display: none; } }
.gallery { display: grid; grid-template-columns: 1.25fr 1fr; grid-template-rows: 250px 250px; gap: 1rem; }
.gallery .media:first-child { grid-row: span 2; }
@media (max-width: 960px) { .gallery { grid-template-rows: 300px 300px; } }
@media (max-width: 640px) { .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 200px; } .gallery .media:first-child { grid-column: span 2; grid-row: span 1; } }

/* ---------- Lists ------------------------------------------------- */
.check-list li { display: flex; gap: .8rem; align-items: flex-start; padding: .6rem 0; border-bottom: 1px solid var(--wine-14); }
.check-list li:last-child { border-bottom: 0; }
.check-list svg { width: 20px; height: 20px; flex: none; color: var(--wine); margin-top: .2rem; }
.quote { font-family: var(--font-head); font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 700; line-height: 1.25; color: var(--wine); max-width: 26ch; margin: 0; letter-spacing: -.02em; }
.quote span { color: var(--rose); }

/* ---------- Explore / map ------------------------------------------ */
.map-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--cream); border: 1px solid var(--wine-14); }
.map-card iframe { width: 100%; height: 100%; min-height: 380px; border: 0; background: var(--blush); }
.map-note { padding: 1rem 1.25rem; font-size: .9rem; color: var(--ink-70); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .6rem; }
.map-note > span { display: inline-flex; align-items: center; gap: .4rem; }
.map-note > span > svg { width: 16px; height: 16px; color: var(--wine); }
.arrival { display: grid; gap: 1rem; margin-top: 2rem; }
.arrival li { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; background: var(--cream); border-radius: var(--radius-sm); padding: 1rem 1.1rem; border: 1px solid var(--wine-14); }
.arrival svg { width: 22px; height: 22px; color: var(--wine); margin-top: .1rem; }
.arrival strong { display: block; font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--wine); }
.arrival p { font-size: .95rem; color: var(--ink-70); }

/* ---------- Booking / form ---------------------------------------- */
.book-panel { background: var(--cream); border-radius: var(--radius); padding: clamp(1.5rem, 3.5vw, 2.5rem); box-shadow: var(--shadow); }
.book-panel h3 { color: var(--wine); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.25rem; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
label.field { display: grid; gap: .4rem; font-family: var(--font-head); font-size: .82rem; font-weight: 600; color: var(--wine); }
.field input, .field select, .field textarea {
  font: inherit; font-family: var(--font-body); font-size: 1rem; color: var(--ink); padding: .85rem 1rem; border-radius: var(--radius-sm);
  border: 1.5px solid var(--wine-14); background: #fff; transition: border-color .2s, box-shadow .2s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--wine); box-shadow: 0 0 0 4px var(--rose-40); }
.field textarea { min-height: 120px; resize: vertical; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: .8rem; align-items: start; font-size: .84rem; color: var(--ink-70); line-height: 1.5; }
.consent input { width: 20px; height: 20px; margin-top: .15rem; accent-color: var(--wine); }
.consent a { color: var(--wine); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: .5rem; }
.form-foot small { color: var(--ink-70); font-size: .82rem; }
.form-foot small a { text-decoration: underline; color: var(--wine); font-weight: 600; }
.hidden { display: none !important; }
.form-status { display: none; padding: 1rem 1.2rem; border-radius: var(--radius-sm); font-weight: 500; }
.form-status.ok { display: block; background: var(--blush); color: var(--wine); }
.form-status.err { display: block; background: var(--wine); color: var(--cream); }
.contact-list li { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; padding: 1rem 0; border-bottom: 1px solid var(--wine-14); }
.contact-list li:last-child { border-bottom: 0; }
.contact-list svg { width: 22px; height: 22px; color: var(--wine); margin-top: .1rem; }
.contact-list strong { display: block; font-family: var(--font-head); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--wine); margin-bottom: .15rem; }
.contact-list a:hover { text-decoration: underline; text-underline-offset: 3px; }
.placeholder-value { opacity: .75; font-style: italic; }
.socials { display: flex; gap: .7rem; flex-wrap: wrap; }
.socials a { width: 44px; height: 44px; border-radius: var(--radius-sm); display: grid; place-items: center; border: 1.5px solid currentColor; transition: background .25s, color .25s, transform .25s var(--ease); }
.socials a:hover { background: var(--wine); color: var(--cream); border-color: var(--wine); transform: translateY(-2px); }
.socials svg { width: 20px; height: 20px; }

/* ---------- Footer -------------------------------------------------- */
.site-footer { background: var(--ink); color: var(--cream-90); padding: clamp(3rem, 6vw, 5rem) 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.footer-grid h4 { color: var(--salmon); font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-grid li { padding: .3rem 0; }
.footer-grid a:hover { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.site-footer .brand { color: var(--cream); margin-bottom: 1rem; }
.footer-tagline { max-width: 38ch; font-size: .95rem; color: var(--cream-90); }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--cream-16); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .85rem; color: var(--cream-90); }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.site-footer .socials a { border-color: var(--cream-30); }
.site-footer .socials a:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Inner (legal) pages ------------------------------------- */
.page-hero { background: var(--wine); color: var(--cream); padding: calc(var(--nav-h) + clamp(3rem, 7vw, 5rem)) 0 clamp(2.5rem, 5vw, 4rem); position: relative; overflow: hidden; }
.page-hero h1 { color: var(--cream); font-size: clamp(2.2rem, 5vw, 3.6rem); }
.page-hero .eyebrow { color: var(--salmon); }
.page-hero .eyebrow::before { background: var(--salmon); }
.page-hero p { color: var(--cream-90); max-width: 70ch; }
.legal { padding: clamp(3rem, 6vw, 5rem) 0; }
.legal-grid { display: grid; grid-template-columns: 240px 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
@media (max-width: 860px) { .legal-grid { grid-template-columns: 1fr; } .toc { position: static !important; } }
.toc { position: sticky; top: calc(var(--nav-h) + 1.5rem); font-size: .9rem; }
.toc h4 { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--wine); }
.toc li { padding: .3rem 0; border-left: 2px solid var(--wine-14); padding-left: .9rem; }
.toc a { color: var(--ink); font-weight: 500; }
.toc a:hover { color: var(--wine); }
.prose { max-width: 74ch; }
.prose h2 { font-size: clamp(1.4rem, 2.3vw, 1.8rem); margin-top: 2.6rem; scroll-margin-top: calc(var(--nav-h) + 1rem); }
.prose h2:first-of-type { margin-top: 0; }
.prose h3 { font-size: 1.15rem; margin-top: 1.8rem; }
.prose p, .prose li { color: var(--ink); font-size: 1.02rem; }
.prose ul { list-style: disc; padding-left: 1.4rem; margin: .5rem 0 1rem; }
.prose ol { padding-left: 1.4rem; margin: .5rem 0 1rem; }
.prose li { margin: .35rem 0; }
.prose a { color: var(--wine); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.prose .meta { font-size: .9rem; color: var(--ink-70); }
.callout { border-left: 4px solid var(--rose); background: var(--blush); color: var(--wine); padding: 1rem 1.25rem; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 1.25rem 0; font-size: .95rem; }
.fill { background: var(--salmon); color: var(--wine); padding: 0 .3em; border-radius: 3px; font-weight: 700; border-bottom: 2px solid var(--rose); font-style: normal; }
.summary-box { background: #fff; border: 1px solid var(--wine-14); border-radius: var(--radius); padding: 1.5rem 1.75rem; margin-bottom: 2rem; }
.summary-box h3 { margin-top: 0; }
.summary-box ul { list-style: none; padding: 0; }
.summary-box li { position: relative; padding-left: 1.15rem; margin: .45rem 0; }
.summary-box li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; background: var(--rose); }

/* ---------- Utility pages (thanks / 404) --------------------------- */
.centered-page { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: calc(var(--nav-h) + 2rem) 0 4rem; background: var(--blush); }
.centered-page .box { max-width: 620px; margin-inline: auto; }
.centered-page .icon-badge { margin: 0 auto 1.5rem; width: 72px; height: 72px; }
.centered-page .icon-badge svg { width: 34px; height: 34px; }
.centered-page h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }

/* ---------- Reveal on scroll ---------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- Print --------------------------------------------------- */
@media print {
  .site-header, .site-footer, .btn, .scroll-hint, .toc { display: none !important; }
  body { background: #fff; color: #000; }
  .page-hero { background: none; color: #000; padding-top: 1rem; }
  .page-hero h1, .page-hero p { color: #000; }
}
