@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Pinyon+Script&display=swap');

/* ============================================================
   Belpoggio Su Todi — Color tokens
   Palette drawn from the estate itself: petrol-teal of the
   pool & brand bands ("Lago"), warm Umbrian stone & lime
   plaster ("Calce"), terracotta roof tiles ("Coppo"),
   olive groves ("Uliveto"), evening gold ("Oro"), and the
   deep charcoal of the site's editorial bands ("Pietra").
   ============================================================ */

:root {
  /* ---- Brand: Lago (petrol teal — the signature) ---- */
  --lago-50:  #eef5f4;
  --lago-100: #d7e8e6;
  --lago-200: #aed1cf;
  --lago-300: #82b6b4;
  --lago-400: #5a9695;
  --lago-500: #3e807f;  /* core brand */
  --lago-600: #346b6a;
  --lago-700: #2a5655;
  --lago-800: #214342;
  --lago-900: #173030;

  /* ---- Pietra (warm charcoal — editorial bands & ink) ---- */
  --pietra-50:  #f4f3f1;
  --pietra-100: #e4e2dd;
  --pietra-200: #c7c4bc;
  --pietra-300: #a09c92;
  --pietra-400: #6f6c64;
  --pietra-500: #4d4b45;
  --pietra-600: #3a3a3a;  /* site dark band */
  --pietra-700: #2e2e2c;
  --pietra-800: #232321;
  --pietra-900: #181816;

  /* ---- Calce (warm lime-plaster neutrals / paper) ---- */
  --calce-50:  #fdfbf6;
  --calce-100: #f8f3e9;  /* page paper */
  --calce-200: #efe7d6;
  --calce-300: #e3d7bf;
  --calce-400: #cbbb9c;

  /* ---- Coppo (terracotta roof tile) ---- */
  --coppo-100: #f3ddd2;
  --coppo-300: #dba787;
  --coppo-500: #bc6a4a;  /* accent */
  --coppo-700: #934c33;

  /* ---- Uliveto (olive grove) ---- */
  --uliveto-100: #e7e9d6;
  --uliveto-300: #b6bd8e;
  --uliveto-500: #818c56;  /* accent */
  --uliveto-700: #5c6539;

  /* ---- Oro (evening gold — luxe detailing, sparingly) ---- */
  --oro-100: #f1e6c9;
  --oro-300: #d9bf85;
  --oro-500: #b6904e;  /* accent */
  --oro-700: #8a6c36;

  /* ---- Pure ---- */
  --white: #ffffff;
  --black: #14130f;

  /* ============================================================
     Semantic aliases — reference these in components, not raw scale
     ============================================================ */

  /* Surfaces */
  --surface-page:      var(--calce-100);
  --surface-card:      var(--calce-50);
  --surface-raised:    var(--white);
  --surface-sunken:    var(--calce-200);
  --surface-inverse:   var(--pietra-600);
  --surface-brand:     var(--lago-500);
  --surface-brand-soft:var(--lago-50);

  /* Text */
  --text-primary:   var(--pietra-700);
  --text-secondary: var(--pietra-500);
  --text-muted:     var(--pietra-400);
  --text-on-brand:  var(--white);
  --text-on-dark:   var(--calce-100);
  --text-brand:     var(--lago-600);
  --text-accent:    var(--coppo-700);

  /* Lines & borders */
  --border-subtle:  var(--calce-300);
  --border-default: var(--calce-400);
  --border-strong:  var(--pietra-300);
  --border-brand:   var(--lago-500);
  --hairline:       rgba(46, 46, 44, 0.12);
  --hairline-on-dark: rgba(248, 243, 233, 0.22);

  /* Interactive — brand */
  --action-brand:        var(--lago-500);
  --action-brand-hover:  var(--lago-600);
  --action-brand-press:  var(--lago-700);
  --action-brand-soft:   var(--lago-50);

  /* Focus ring */
  --focus-ring: var(--lago-400);

  /* Feedback */
  --success:     var(--uliveto-500);
  --success-bg:  var(--uliveto-100);
  --warning:     var(--oro-500);
  --warning-bg:  var(--oro-100);
  --danger:      #a8432f;
  --danger-bg:   var(--coppo-100);
  --info:        var(--lago-500);
  --info-bg:     var(--lago-50);

  /* Overlays / scrims for photographic heroes */
  --scrim-strong: linear-gradient(180deg, rgba(20,19,15,0) 0%, rgba(20,19,15,0.62) 100%); /* @kind other */
  --scrim-even:   rgba(20, 19, 15, 0.34); /* @kind color */
}

/* ============================================================
   Belpoggio Su Todi — Typography tokens
   Headings: Cormorant Garamond, frequently UPPERCASE with
   generous tracking (the site's signature). Body: Mulish.
   Script (Pinyon) is reserved for the wordmark & rare flourish.
   ============================================================ */

:root {
  /* ---- Families ---- */
  --font-display: 'Cormorant Garamond', 'Georgia', 'Times New Roman', serif;
  --font-body:    'Mulish', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-script:  'Pinyon Script', 'Snell Roundhand', cursive;
  --font-mono:    'SFMono-Regular', ui-monospace, 'Menlo', monospace;

  /* ---- Weights ---- */
  --fw-light:    300; /* @kind other */
  --fw-regular:  400; /* @kind other */
  --fw-medium:   500; /* @kind other */
  --fw-semibold: 600; /* @kind other */
  --fw-bold:     700; /* @kind other */

  /* ---- Fluid display scale (Cormorant) ---- */
  --fs-display:   clamp(3rem, 1.6rem + 6.2vw, 6rem); /* @kind other */
  --fs-h1:        clamp(2.25rem, 1.4rem + 3.6vw, 3.75rem); /* @kind other */
  --fs-h2:        clamp(1.75rem, 1.2rem + 2.2vw, 2.75rem); /* @kind other */
  --fs-h3:        clamp(1.375rem, 1.05rem + 1.3vw, 1.875rem); /* @kind other */
  --fs-h4:        1.375rem; /* @kind other */

  /* ---- Body scale (Mulish) ---- */
  --fs-lead:  1.25rem; /* @kind other */
  --fs-body:  1.0625rem; /* @kind other */
  --fs-sm:    0.9375rem; /* @kind other */
  --fs-xs:    0.8125rem; /* @kind other */
  --fs-eyebrow: 0.78125rem; /* @kind other */

  /* ---- Line heights ---- */
  --lh-tight:   1.06; /* @kind other */
  --lh-snug:    1.2; /* @kind other */
  --lh-heading: 1.14; /* @kind other */
  --lh-body:    1.62; /* @kind other */
  --lh-relaxed: 1.78; /* @kind other */

  /* ---- Letter spacing ---- */
  --ls-display: 0.01em; /* @kind other */
  --ls-heading: 0.06em; /* @kind other */
  --ls-eyebrow: 0.26em; /* @kind other */
  --ls-body:    0; /* @kind other */
  --ls-wordmark: 0.02em; /* @kind other */

  /* ---- Semantic roles ---- */
  --role-eyebrow-transform: uppercase; /* @kind other */
  --role-heading-transform: uppercase; /* @kind other */
}

/* ============================================================
   Belpoggio Su Todi — Spacing, radii, shadows, borders, motion
   The brand is airy and editorial: generous whitespace, soft
   square-ish radii (stone, not bubbles), and quiet shadows.
   ============================================================ */

:root {
  /* ---- Spacing scale (4px base, generous editorial rhythm) ---- */
  --space-0:   0;
  --space-1:   0.25rem;  /* 4  */
  --space-2:   0.5rem;   /* 8  */
  --space-3:   0.75rem;  /* 12 */
  --space-4:   1rem;     /* 16 */
  --space-5:   1.5rem;   /* 24 */
  --space-6:   2rem;     /* 32 */
  --space-7:   3rem;     /* 48 */
  --space-8:   4rem;     /* 64 */
  --space-9:   6rem;     /* 96 */
  --space-10:  8rem;     /* 128 */

  /* Section rhythm */
  --section-y:    var(--space-9); /* @kind spacing */
  --gutter:       var(--space-5); /* @kind spacing */
  --container-max: 1200px; /* @kind spacing */
  --container-narrow: 760px; /* @kind spacing */

  /* ---- Radii — restrained, architectural ---- */
  --radius-xs:   2px;
  --radius-sm:   4px;
  --radius-md:   6px;
  --radius-lg:   10px;
  --radius-xl:   16px;
  --radius-pill: 999px;
  --radius-card: var(--radius-md);

  /* ---- Borders ---- */
  --border-w:        1px; /* @kind spacing */
  --border-w-strong: 1.5px; /* @kind spacing */

  /* ---- Shadows — soft, warm-tinted, low contrast ---- */
  --shadow-xs:  0 1px 2px rgba(36, 35, 33, 0.06);
  --shadow-sm:  0 2px 6px rgba(36, 35, 33, 0.07);
  --shadow-md:  0 6px 18px rgba(36, 35, 33, 0.09);
  --shadow-lg:  0 18px 40px rgba(36, 35, 33, 0.12);
  --shadow-xl:  0 30px 70px rgba(36, 35, 33, 0.16);
  --shadow-inset-line: inset 0 0 0 1px var(--hairline);

  /* ---- Motion — calm, no bounce ---- */
  --ease-standard: cubic-bezier(0.22, 0.61, 0.36, 1); /* @kind other */
  --ease-out:      cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --dur-fast:   140ms; /* @kind other */
  --dur-base:   240ms; /* @kind other */
  --dur-slow:   420ms; /* @kind other */
  --dur-reveal: 720ms; /* @kind other */

  /* ---- Z-index ---- */
  --z-base: 1; /* @kind other */
  --z-sticky: 100; /* @kind other */
  --z-overlay: 1000; /* @kind other */
  --z-toast: 1100; /* @kind other */
}

/* ============================================================
   Belpoggio Su Todi — Base / reset layer
   Opinionated element defaults built on the tokens. Optional
   for consumers, but used by all DS cards, components & kits.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: var(--fw-regular);
  color: var(--text-primary);
  background: var(--surface-page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ---- Headings: Cormorant, uppercase signature ---- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  color: var(--text-primary);
  margin: 0 0 0.5em;
  letter-spacing: var(--ls-heading);
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); letter-spacing: 0.04em; }
h4 { font-size: var(--fs-h4); letter-spacing: 0.03em; }

p { margin: 0 0 1em; text-wrap: pretty; }

a {
  color: var(--text-brand);
  text-decoration: none;
  text-underline-offset: 0.18em;
  transition: color var(--dur-fast) var(--ease-standard);
}
a:hover { color: var(--lago-700); text-decoration: underline; }

strong { font-weight: var(--fw-semibold); }

small { font-size: var(--fs-sm); }

hr {
  border: 0;
  border-top: var(--border-w) solid var(--hairline);
  margin: var(--space-6) 0;
}

::selection { background: var(--lago-200); color: var(--pietra-800); }

:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}

img { max-width: 100%; display: block; }

/* ============================================================
   Utility / helper classes used across the system
   ============================================================ */

/* Eyebrow — the uppercase, wide-tracked label that defines the brand */
.bp-eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--text-brand);
  margin: 0;
}

/* Display heading helper (mixed-case Cormorant, large) */
.bp-display {
  font-family: var(--font-display);
  font-size: var(--fs-display);
  font-weight: var(--fw-regular);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-display);
}

/* The wordmark — Pinyon script */
.bp-wordmark {
  font-family: var(--font-script);
  font-weight: 400;
  letter-spacing: var(--ls-wordmark);
  line-height: 1;
  color: currentColor;
}

/* Lead paragraph */
.bp-lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
}

/* Hairline divider with optional ornament */
.bp-rule {
  width: 56px;
  height: 2px;
  background: var(--oro-500);
  border: 0;
  margin: var(--space-4) 0;
}

.bp-container { max-width: var(--container-max); margin-inline: auto; padding-inline: var(--gutter); }

/* ===== Buttons (from bundle Button.jsx variants) ===== */
.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:var(--fw-semibold);
  font-size:var(--fs-sm);letter-spacing:.04em;border-radius:var(--radius-sm);padding:12px 22px;cursor:pointer;
  border:1.5px solid transparent;transition:background var(--dur-fast) var(--ease-standard),transform var(--dur-fast) var(--ease-standard);text-decoration:none;}
.btn-lg{padding:15px 30px;font-size:var(--fs-body);}
.btn-primary{background:var(--action-brand);color:var(--text-on-brand);border-color:var(--action-brand);}
.btn-primary:hover{background:var(--action-brand-hover);transform:translateY(-1px);text-decoration:none;}
.btn-secondary{background:var(--calce-100);color:var(--pietra-700);border-color:var(--calce-100);}
.btn-secondary:hover{background:var(--white);text-decoration:none;}
.btn-outline{background:transparent;color:var(--text-brand);border-color:var(--border-brand);}
.btn-outline:hover{background:var(--lago-50);text-decoration:none;}
.btn-gold{background:var(--oro-500);color:var(--pietra-800);border-color:var(--oro-500);}
.btn-gold:hover{background:var(--oro-700);color:var(--calce-100);text-decoration:none;}
.btn-on-dark{color:var(--calce-100);border-color:rgba(248,243,233,.6);}
.btn-on-dark:hover{background:rgba(248,243,233,.12);text-decoration:none;}
/* reveal (scroll-in) — visible by default; shell JS animates */
.reveal{opacity:1;}
.bp-eyebrow--on-dark{color:var(--calce-100);opacity:.92;text-shadow:0 1px 8px rgba(18,17,13,0.6);}

/* ===== CHROME: header / nav / langswitch / footer ===== */

/* ---------- Header ---------- */
.bp-header {
  position: relative;
  top: 0; left: 0; right: 0;
  z-index: var(--z-sticky);
  background: var(--pietra-700);
  color: var(--calce-100);
  width: 100%;
  transition: background var(--dur-base) var(--ease-standard),
              box-shadow var(--dur-base) var(--ease-standard);
}

/* Transparent mode: overlaps hero image */
.bp-header.over-hero {
  position: absolute;
  background: transparent;
  box-shadow: none;
}

/* Pinned + solid once user scrolls */
.bp-header.is-scrolled {
  position: fixed;
  top: 0;
  background: var(--pietra-700);
  box-shadow: 0 2px 16px rgba(20,19,15,0.22);
}

.bp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(20px, 4vw, 52px);
}

/* ---------- Wordmark ---------- */
.bp-wordmark-link {
  color: inherit;
  text-decoration: none;
  flex-shrink: 0;
}
.bp-wordmark-link:hover { text-decoration: none; color: inherit; }

.bp-header .bp-wordmark {
  font-size: 1.85rem;
  color: inherit;
}

/* ---------- Primary nav ---------- */
.bp-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.bp-nav-link,
.bp-nav-trigger {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.02em;
  color: inherit;
  text-decoration: none;
  padding: 6px 2px;
  border-bottom: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: border-color var(--dur-fast) var(--ease-standard),
              opacity var(--dur-fast) var(--ease-standard);
  cursor: pointer;
  background: none;
  border-top: 0; border-left: 0; border-right: 0;
}

.bp-nav-link:hover,
.bp-nav-trigger:hover {
  border-bottom-color: currentColor;
  text-decoration: none;
  color: inherit;
  opacity: 1;
}

.bp-nav-link { opacity: 0.9; }
.bp-nav-link:hover { opacity: 1; }

.chev {
  font-size: 0.7em;
  opacity: 0.7;
  display: inline-block;
  transition: transform var(--dur-fast) var(--ease-standard);
}

/* Dropdown group */
.bp-nav-group {
  position: relative;
}

.bp-nav-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  /* hover bridge: fill the gap to the trigger so the cursor doesn't drop the :hover */
}
.bp-nav-dropdown::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}
.bp-nav-dropdown {
  min-width: 200px;
  min-width: 180px;
  background: var(--pietra-700);
  border: 1px solid var(--hairline-on-dark);
  border-radius: var(--radius-sm);
  padding: 8px 0;
  box-shadow: var(--shadow-md);
  z-index: 10;
}

.bp-nav-dropdown a {
  display: block;
  padding: 9px 18px;
  color: var(--calce-100);
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--dur-fast) var(--ease-standard);
}

.bp-nav-dropdown a:hover {
  background: rgba(248,243,233,0.08);
  text-decoration: none;
  color: var(--calce-100);
}

.bp-nav-group:hover .bp-nav-dropdown {
  display: block;
}

.bp-nav-group:hover .chev {
  transform: rotate(180deg);
}

/* ---------- Header actions ---------- */
.bp-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

/* ---------- Lang switch ---------- */
.bp-langswitch {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bp-lang {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: opacity var(--dur-fast) var(--ease-standard),
              border-color var(--dur-fast) var(--ease-standard);
}

.bp-lang:hover {
  opacity: 1;
  text-decoration: none;
  color: inherit;
}

.bp-lang.is-active {
  opacity: 1;
  border-bottom-color: var(--oro-300);
}

/* ---------- Social icons ---------- */
.bp-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bp-social a {
  display: grid;
  place-items: center;
  opacity: 0.92;
  transition: opacity var(--dur-fast) var(--ease-standard);
  color: inherit;
}

.bp-social a:hover {
  opacity: 1;
  text-decoration: none;
}

.bp-social img { display: block; }

/* ---------- Burger button ---------- */
.bp-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
  position: relative;
  flex-shrink: 0;
}

.bp-burger span,
.bp-burger span::before,
.bp-burger span::after {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  border-radius: 2px;
  transition: transform var(--dur-base) var(--ease-standard),
              opacity var(--dur-base) var(--ease-standard);
}

.bp-burger span {
  position: relative;
}

.bp-burger span::before,
.bp-burger span::after {
  content: '';
  position: absolute;
  left: 0;
}

.bp-burger span::before { top: -7px; }
.bp-burger span::after  { top: 7px; }

.bp-burger.is-open span { background: transparent; }
.bp-burger.is-open span::before { transform: rotate(45deg); top: 0; }
.bp-burger.is-open span::after  { transform: rotate(-45deg); top: 0; }

/* ---------- Mobile menu ---------- */
.bp-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--pietra-700);
  z-index: calc(var(--z-sticky) - 1);
  flex-direction: column;
  padding: 100px clamp(24px, 6vw, 56px) 48px;
  overflow-y: auto;
  transition: opacity var(--dur-base) var(--ease-standard);
  opacity: 0;
  pointer-events: none;
}

.bp-mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bp-mobile-menu a {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: var(--fw-regular);
  letter-spacing: 0.04em;
  color: var(--calce-100);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid var(--hairline-on-dark);
  display: block;
}

.bp-mobile-menu a:hover {
  color: var(--oro-300);
  text-decoration: none;
}

.bp-mobile-sub {
  font-size: clamp(1.2rem, 3.5vw, 1.6rem) !important;
  padding-left: 20px !important;
  opacity: 0.8;
}

/* ---------- Footer ---------- */
.bp-footer {
  background: var(--pietra-800);
  color: var(--calce-200);
  padding: 56px clamp(20px, 4vw, 52px);
}

.bp-footer-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.bp-footer-brand { }

.bp-footer-wordmark {
  font-size: 1.7rem;
  color: var(--calce-100);
  margin: 0 0 16px;
  line-height: 1;
}

.bp-footer-addr {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--calce-200);
}

.bp-footer-legal {
  margin: 14px 0 0;
  font-size: var(--fs-xs);
  color: var(--pietra-300);
  line-height: 1.7;
}

.bp-footer-col { }

.bp-footer-h {
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--oro-300);
  margin: 0 0 16px;
}

/* Vrbo Premier Host badge */
.bp-vrbo-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  background: rgba(248,243,233,0.06);
  border: 1px solid var(--hairline-on-dark);
}

.bp-vrbo-badge .vrbo {
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-style: italic;
  color: var(--calce-100);
  font-size: 1.1rem;
}

.bp-vrbo-badge .div {
  display: block;
  width: 1px;
  height: 18px;
  background: var(--hairline-on-dark);
  flex-shrink: 0;
}

.bp-vrbo-badge span:last-child {
  font-size: var(--fs-xs);
  color: var(--calce-200);
}

.bp-footer-link {
  display: block;
  color: var(--calce-200);
  font-size: var(--fs-sm);
  text-decoration: none;
  padding: 4px 0;
  transition: color var(--dur-fast) var(--ease-standard);
}

.bp-footer-link:hover {
  color: var(--calce-100);
  text-decoration: none;
}

.bp-footer-bottom {
  max-width: var(--container-max);
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--hairline-on-dark);
  font-size: var(--fs-xs);
  color: var(--pietra-300);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bp-footer-cms {
  display: flex;
  align-items: center;
  opacity: 0.7;
  transition: opacity var(--dur-fast) var(--ease-standard);
}

.bp-footer-cms:hover { opacity: 1; }
.bp-footer-cms img { display: block; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .bp-nav,
  .bp-langswitch,
  .bp-social {
    display: none;
  }

  .bp-burger {
    display: flex;
  }

  .bp-mobile-menu {
    display: flex;
  }
}

@media (max-width: 768px) {
  .bp-footer-inner {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Block: BpHero — home hero (HomeScreen.jsx → Hero)
   Full-bleed estate photo (or gradient stand-in) + legibility
   scrim, left-aligned uppercase display headline, paired CTAs,
   chevron scroll cue. Header renders transparent over it via
   the [data-bp-hero] hook.
   ============================================================ */
.bp-hero {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 28px 54px -14px rgba(20, 19, 15, 0.55);
}

.bp-hero-photo {
  position: absolute;
  inset: 0;
}

.bp-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-hero-scene {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(72% 56% at 80% 16%, rgba(255, 238, 190, 0.55) 0%, rgba(255, 238, 190, 0) 56%),
    linear-gradient(180deg, #6f97bd 0%, #9cbcca 24%, #cdd2bd 42%, #aebb83 54%, #8b9a54 68%, #6f8044 84%, #586b3a 100%);
}

.bp-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 17, 13, 0.74) 0%, rgba(18, 17, 13, 0.52) 38%, rgba(18, 17, 13, 0.28) 62%, rgba(18, 17, 13, 0.08) 82%, rgba(18, 17, 13, 0) 100%),
    linear-gradient(180deg, rgba(18, 17, 13, 0.36) 0%, rgba(18, 17, 13, 0.04) 28%, rgba(18, 17, 13, 0.14) 66%, rgba(18, 17, 13, 0.48) 100%);
}

.bp-hero-copy {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
  color: var(--calce-100);
  padding: clamp(76px, 9vh, 104px) clamp(20px, 6vw, 96px) clamp(28px, 4vh, 44px);
}
@media (max-width: 768px) {
  .bp-hero { min-height: 100svh; }
  .bp-hero-copy { padding: clamp(84px, 13vh, 108px) 22px 30px; max-width: 100%; }
  .bp-hero-title { font-size: clamp(2.1rem, 8.4vw, 3rem); }
  .bp-hero-actions { gap: 10px; }
  .bp-hero-actions .btn { width: 100%; justify-content: center; }
}

.bp-hero-title {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.06;
  font-size: clamp(2.3rem, 4.2vw, 3.6rem);
  color: var(--calce-100);
  margin: 0;
  text-shadow: 0 2px 18px rgba(18,17,13,0.62), 0 1px 3px rgba(18,17,13,0.5);
}

.bp-hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.bp-hero-cue {
  position: relative;
  text-align: center;
  padding: 0 0 22px;
  color: var(--calce-100);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  text-shadow: 0 2px 10px rgba(18,17,13,0.55);
  transition: opacity var(--dur-base) var(--ease-standard);
}
.bp-hero-cue > span {
  display: inline-block;
  animation: bp-cue-bounce 1.9s var(--ease-standard) infinite;
  will-change: transform;
}
.bp-hero-cue:hover { opacity: 0.78; }
.bp-hero-cue:hover > span { animation-duration: 1.1s; }
.bp-hero-cue:focus-visible {
  outline: 2px solid var(--calce-100);
  outline-offset: 6px;
  border-radius: 6px;
}
@keyframes bp-cue-bounce {
  0%, 100% { transform: translateY(0); }
  20%      { transform: translateY(-9px); }
  40%      { transform: translateY(0); }
  55%      { transform: translateY(-4px); }
  70%      { transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .bp-hero-cue > span { animation: none; }
}

/* ============================================================
   Block: BpDetailHero — interior page hero
   (CasaleGrandeScreen.jsx & FormuleScreen.jsx → HERO)
   Cover photo + strong bottom scrim, bottom-aligned breadcrumb,
   Pinyon script line and uppercase display title.
   ============================================================ */
.bp-detail-hero {
  position: relative;
  height: clamp(440px, 64vh, 600px);
}

.bp-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-detail-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20,19,15,0.55) 0%, rgba(20,19,15,0.22) 30%, rgba(20,19,15,0.55) 62%, rgba(20,19,15,0.88) 100%),
    linear-gradient(90deg, rgba(20,19,15,0.45) 0%, rgba(20,19,15,0.12) 45%, rgba(20,19,15,0) 70%);
}

.bp-detail-hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(28px, 5vw, 64px);
}

.bp-detail-hero-inner {
  max-width: var(--container-max);
  margin: 0 auto;
}

.bp-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  letter-spacing: 0.03em;
  color: var(--calce-200);
  opacity: 0.92;
  text-shadow: 0 1px 8px rgba(20,19,15,0.75);
}

.bp-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.bp-breadcrumb a:hover {
  text-decoration: underline;
  color: var(--calce-100);
}

.bp-breadcrumb .sep {
  color: var(--calce-300);
}

.bp-breadcrumb .current {
  color: var(--calce-100);
}

.bp-detail-hero .script {
  font-family: var(--font-script);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: var(--oro-300);
  margin: 0 0 2px;
  text-shadow: 0 2px 14px rgba(20,19,15,0.70);
}

.bp-detail-hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  color: var(--calce-100);
  line-height: 1;
  margin: 0;
  text-shadow: 0 3px 20px rgba(20,19,15,0.78), 0 1px 3px rgba(20,19,15,0.55);
}

/* ============================================================
   Block: BpThanks — full thank-you / confirmation page
   Cream page, sage check badge, serif title, body, back link.
   ============================================================ */
.bp-thanks {
  background: var(--surface-page);
  color: var(--text-primary);
  min-height: 72svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(72px, 14vh, 150px) clamp(24px, 5vw, 56px);
}
.bp-thanks-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 560px;
}
.bp-thanks-check {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--success-bg);
  color: var(--uliveto-700);
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
}
.bp-thanks-script {
  font-family: var(--font-script);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1;
  color: var(--oro-300);
  margin: 0 0 6px;
}
.bp-thanks-title {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 1.02;
  color: var(--text-primary);
  margin: 0 0 18px;
}
.bp-thanks-body {
  font-family: var(--font-body);
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--pietra-600);
  max-width: 460px;
  margin: 0 0 34px;
}
.bp-thanks-back { min-width: 220px; justify-content: center; }

/* ============================================================
   Block: BpContactCta — centered contact band
   (HomeScreen.jsx → ContactBand & CasaleGrandeScreen.jsx CTA)
   Tone classes (.bp-tone-*) defined ONCE here and reused by
   later bespoke bands. Script line, eyebrow, uppercase title,
   lead and up to two style-mapped buttons.
   ============================================================ */
.bp-tone-teal { background: var(--lago-500); color: var(--calce-100); }
.bp-tone-teal-deep { background: var(--lago-600); color: var(--calce-100); }
.bp-tone-charcoal { background: var(--pietra-700); color: var(--calce-100); }
.bp-tone-paper { background: var(--surface-page); color: var(--text-primary); }

.bp-contact-cta {
  text-align: center;
  padding: clamp(48px, 7vw, 96px) clamp(24px, 4vw, 56px);
}

.bp-contact-cta-inner {
  max-width: 760px;
  margin: 0 auto;
}

.bp-contact-cta .script {
  font-family: var(--font-script);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--oro-300);
  line-height: 1;
  margin: 0 0 6px;
}

.bp-contact-cta .bp-eyebrow {
  margin: 0 0 14px;
}

.bp-contact-cta h2 {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--calce-100);
  margin: 0;
}

.bp-contact-cta-lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--calce-200);
  margin: 18px auto 0;
  max-width: 620px;
}

.bp-contact-cta .bp-cta-actions {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   Shared: striped placeholder (stands in for estate photography
   until real high-res photos are dropped into image fields).
   Used by BpSplitBand & BpCardsGrid empty-image states.
   Mirrors the bundle's <Placeholder> component look.
   ============================================================ */
.bp-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: repeating-linear-gradient(45deg, #e8dfce 0 13px, #ded3bd 13px 26px);
}

.bp-placeholder-chip {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(58, 58, 58, 0.6);
  text-align: center;
  line-height: 1.5;
  border: 1px solid rgba(58, 58, 58, 0.6);
  padding: 6px 11px;
  border-radius: 4px;
  background: rgba(248, 243, 233, 0.55);
}

/* ============================================================
   Block: BpSplitBand — two-column band (HomeScreen.jsx → WeeklyBand)
   Copy column (eyebrow → uppercase title → gold rule → lead → CTA)
   beside a stretch media column (cover photo or striped placeholder).
   Tone: charcoal/teal use the on-dark .bp-tone-* classes; paper uses
   default page colors. mediaSide=left flips the media column first.
   ============================================================ */
.bp-split-paper { background: var(--surface-page); color: var(--text-primary); }

.bp-split-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
}

.bp-split-copy {
  padding: clamp(40px, 6vw, 88px) clamp(24px, 4vw, 56px);
}

.bp-split-title {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin: 14px 0 0;
  color: inherit;
}

.bp-split-rule {
  width: 56px;
  height: 2px;
  background: var(--oro-500);
  border: 0;
  margin: 22px 0 0;
}

.bp-split-lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  margin: 22px 0 0;
  color: inherit;
  opacity: 0.92;
}

.bp-split-paper .bp-split-lead { color: var(--text-secondary); opacity: 1; }

.bp-split-actions { margin-top: 30px; }

.bp-split-media {
  align-self: stretch;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}

.bp-split-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-media-left .bp-split-media { order: -1; }

@media (max-width: 768px) {
  .bp-split-inner { grid-template-columns: 1fr; }
  .bp-media-left .bp-split-media { order: 0; }
}

/* ============================================================
   Block: BpReviews — teal review carousel (HomeScreen.jsx → ReviewsBand)
   One slide at a time (shell JS keyed on [data-bp-reviews]); star
   rating, Pinyon-script title, italic Cormorant body, attribution,
   prev/next arrows + dots. Centered, max-760 inner on a teal band.
   ============================================================ */
.bp-reviews {
  padding: clamp(48px, 7vw, 96px) clamp(24px, 4vw, 56px);
}

.bp-reviews-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bp-reviews-eyebrow {
  color: var(--oro-300);
  margin: 0 0 28px;
}

.bp-review-stars {
  color: var(--oro-300);
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.bp-review-title {
  font-family: var(--font-script);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--calce-100);
  line-height: 1;
  margin: 0 0 24px;
}

.bp-review-body {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--calce-100);
  margin: 0 0 20px;
}

.bp-review-who {
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  letter-spacing: 0.04em;
  color: var(--lago-100);
  margin: 0;
}

.bp-reviews-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
}

.bp-reviews-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(248, 243, 233, 0.12);
  border: 1px solid var(--hairline-on-dark);
  color: var(--calce-100);
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  font-family: var(--font-body);
  transition: background var(--dur-fast) var(--ease-standard);
}

.bp-reviews-arrow:hover { background: rgba(248, 243, 233, 0.22); }

.bp-reviews-dots {
  display: flex;
  gap: 8px;
}

.bp-reviews-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(248, 243, 233, 0.4);
  cursor: pointer;
}

.bp-reviews-dot.is-active { background: var(--calce-100); }

/* ============================================================
   Block: BpCardsGrid — 3-up card grid (HomeScreen.jsx → FarmhousesBand)
   Centered (or left) section heading + elevated cards: cover photo
   or striped placeholder, Pinyon script line, uppercase title,
   sleeps/beds badges, secondary-text blurb. Cards link out.
   ============================================================ */
.bp-cards-grid {
  background: var(--surface-page);
  padding: clamp(56px, 8vw, 112px) clamp(24px, 4vw, 56px);
}

.bp-cards-grid-inner {
  max-width: var(--container-max);
  margin: 0 auto;
}

.bp-cards-head-center { text-align: center; }
.bp-cards-head-left { text-align: left; }

.bp-cards-title {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 14px 0 0;
}

.bp-cards-rule {
  width: 56px;
  height: 2px;
  background: var(--oro-500);
  border: 0;
  margin: 22px 0 0;
}

.bp-cards-head-center .bp-cards-rule { margin-inline: auto; }

.bp-cards-lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin: 22px 0 0;
  max-width: 640px;
}

.bp-cards-head-center .bp-cards-lead { margin-inline: auto; }

.bp-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 52px;
}

.bp-card {
  background: var(--surface-card);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform var(--dur-base) var(--ease-standard),
              box-shadow var(--dur-base) var(--ease-standard);
  text-decoration: none;
  color: inherit;
  display: block;
}

.bp-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  text-decoration: none;
  color: inherit;
}

.bp-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.bp-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-card-body { padding: var(--space-5); }

.bp-card .script {
  font-family: var(--font-script);
  font-size: 1.4rem;
  color: var(--lago-600);
  line-height: 1;
  margin: 0 0 4px;
}

.bp-card h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0 0 12px;
}

.bp-card-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.bp-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 600;
  padding: 5px 11px;
  border-radius: var(--radius-pill);
}

.bp-badge--brand { background: var(--lago-50); color: var(--lago-700); }
.bp-badge--neutral { background: var(--calce-200); color: var(--pietra-600); }

.bp-card-blurb {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--fs-sm);
}

@media (max-width: 768px) {
  .bp-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   BpIntroStats — intro statement + stat cards (CasaleGrande)
   ============================================================ */
.bp-intro-stats {
  background: var(--surface-page);
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 52px);
}
.bp-intro-grid {
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.bp-intro-copy .bp-eyebrow { margin-bottom: 14px; }
.bp-statement {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: 0.01em;
  color: var(--text-primary);
}
.bp-statement p { margin: 0 0 0.4em; }
.bp-statement p:last-child { margin-bottom: 0; }
.bp-statement strong { font-weight: 600; color: var(--lago-600); }
.bp-intro-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.bp-intro-badges .bp-badge { font-size: var(--fs-sm); padding: 7px 14px; }
.bp-badge--gold { background: var(--oro-100); color: var(--oro-700); }
.bp-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.bp-stat {
  background: var(--surface-card);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  padding: 22px 20px;
}
.bp-stat-n {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--text-primary);
  margin: 0;
  white-space: nowrap;
}
.bp-stat-unit {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-left: 5px;
}
.bp-stat-label {
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--text-brand);
  margin: 8px 0 0;
}
@media (max-width: 560px) {
  .bp-stat-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   BpFeatureCards — boxed / inline icon feature cards
   ============================================================ */
.bp-feature-cards {
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 52px);
}
.bp-feature-inner {
  max-width: var(--container-max);
  margin: 0 auto;
}
.bp-feature-head { margin-bottom: 32px; }
.bp-feature-head--center { text-align: center; }
.bp-feature-title-h {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.08;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  color: var(--text-primary);
  margin: 12px 0 0;
}
.bp-feature-rule {
  width: 56px;
  height: 2px;
  background: var(--oro-500);
  border: 0;
  margin: 18px 0 0;
}
.bp-feature-head--center .bp-feature-rule { margin: 18px auto 0; }
.bp-feature-lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  max-width: 760px;
  margin: 24px 0 0;
}
.bp-feature-head--center .bp-feature-lead { margin-left: auto; margin-right: auto; }
.bp-feature-grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}
.bp-feature-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--lago-50);
  color: var(--lago-600);
  flex-shrink: 0;
}
.bp-feature-title {
  text-transform: uppercase;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--text-primary);
}
.bp-feature-desc {
  margin: 0;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--text-secondary);
}
/* boxed = stacked card */
.bp-feature--boxed {
  background: var(--surface-raised);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  padding: 26px 24px;
}
.bp-feature--boxed .bp-feature-icon { margin-bottom: 16px; }
/* inline = icon left, text column */
.bp-feature--inline {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.bp-feature--inline .bp-feature-icon { margin-top: 2px; }
@media (max-width: 768px) {
  .bp-feature-grid { grid-template-columns: 1fr !important; }
}

/* ============================================================
   BpChecklistBand — teal band with gold-check checklist
   ============================================================ */
.bp-checklist {
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 52px);
}
.bp-checklist-grid {
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.bp-checklist-eyebrow { color: var(--oro-300); margin-bottom: 12px; }
.bp-checklist-title {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.08;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  color: var(--calce-100);
  margin: 0;
}
.bp-checklist-rule {
  width: 56px;
  height: 2px;
  background: var(--oro-500);
  border: 0;
  margin: 18px 0 0;
}
.bp-checklist-lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--calce-200);
  margin: 24px 0 0;
}
.bp-checklist-note {
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: rgba(248, 243, 233, 0.72);
  margin: 16px 0 0;
}
.bp-checklist-list-heading { color: var(--oro-300); margin: 0 0 18px; }
.bp-checklist-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bp-checklist-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid var(--hairline-on-dark);
}
.bp-checklist-check { color: var(--oro-300); margin-top: 2px; flex-shrink: 0; line-height: 0; }
.bp-checklist-text {
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--calce-100);
}

/* ============================================================
   Block: BpRoom — the workhorse room/gallery section
   (CasaleGrandeScreen.jsx → Room + Frame). Header row (optional
   lago tag chip beside eyebrow → uppercase title → gold rule),
   optional lead, then a photo grid of real images (cover + caption
   overlay) or striped placeholder frames. Used ~7×/page.
   ============================================================ */
.bp-room { padding: clamp(48px, 6vw, 84px) clamp(20px, 4vw, 52px); }
.bp-room-inner { max-width: var(--container-max); margin: 0 auto; }

.bp-room-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 8px;
}
.bp-room-headcopy { flex: 1; }

.bp-room-tag {
  flex-shrink: 0;
  margin-top: 6px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  color: var(--lago-600);
  border: 1px solid var(--lago-200);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  background: var(--lago-50);
}

.bp-room-title {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.08;
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  color: var(--text-primary);
}
.bp-room-rule {
  width: 56px;
  height: 2px;
  background: var(--oro-500);
  border: 0;
  margin: 18px 0 0;
}

.bp-room-lead {
  max-width: 720px;
  margin: 24px 0 32px;
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
}

.bp-room-grid { display: grid; gap: 16px; }

.bp-room-photo {
  position: relative;
  width: 100%;
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--hairline);
  display: grid;
  place-items: center;
  background: repeating-linear-gradient(135deg, var(--calce-200) 0 13px, var(--calce-100) 13px 26px);
}
.bp-room-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-room-chip { position: relative; z-index: 1; }

.bp-room-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 16px 12px;
  font-size: var(--fs-xs);
  letter-spacing: 0.03em;
  color: var(--calce-100);
  background: linear-gradient(180deg, rgba(20, 19, 15, 0) 0%, rgba(20, 19, 15, 0.55) 100%);
}
.bp-room-cap--empty {
  background: transparent;
  color: var(--text-secondary);
  bottom: 12px;
  padding-bottom: 12px;
}

@media (max-width: 640px) {
  .bp-room--cols-2 .bp-room-grid,
  .bp-room--cols-3 .bp-room-grid { grid-template-columns: 1fr !important; }
  .bp-room-photo { grid-column: span 1 !important; }
}

/* ============================================================
   Block: BpDivider — slim band that separates sections
   (CasaleGrandeScreen.jsx → "Le quattro camere / Le stanze da
   letto"). Centered Pinyon script line → uppercase Cormorant
   title → gold rule. tone=charcoal uses the darker pietra-800.
   ============================================================ */
.bp-divider { padding: clamp(40px, 5vw, 64px) clamp(20px, 4vw, 52px); }
.bp-divider.bp-tone-charcoal { background: var(--pietra-800); }
.bp-divider-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  text-align: center;
}
.bp-divider .script {
  font-family: var(--font-script);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--oro-300);
  margin: 0 0 6px;
  line-height: 1;
}
.bp-divider h2 {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: var(--calce-100);
  margin: 0;
}
.bp-divider hr {
  width: 56px;
  height: 2px;
  background: var(--oro-500);
  border: 0;
  margin: 18px auto 0;
}

/* ============================================================
   Block: BpFormulaCards — rental formula pricing-style cards
   (FormuleScreen.jsx → 3 FORMULE + conditions row). Centered
   (or left) section heading + lead, then auto-fit grid of
   formula cards. The featured card flips to a teal (lago-600)
   fill; the rest sit on raised paper with a hairline. Below,
   a conditions row of stat blocks divided by thin rules with
   an optional outline CTA pushed to the right.
   ============================================================ */
.bp-formula-cards {
  background: var(--surface-card);
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 52px);
}

.bp-formula-cards-inner {
  max-width: var(--container-max);
  margin: 0 auto;
}

.bp-formula-head-center { text-align: center; }
.bp-formula-head-left { text-align: left; }

.bp-formula-title {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.08;
  margin: 14px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  color: var(--text-primary);
}

.bp-formula-rule {
  width: 56px;
  height: 2px;
  background: var(--oro-500);
  border: 0;
  margin: 18px 0 0;
}

.bp-formula-head-center .bp-formula-rule { margin-inline: auto; }

.bp-formula-lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin: 22px 0 0;
  max-width: 640px;
}

.bp-formula-head-center .bp-formula-lead { margin-inline: auto; }

.bp-formula-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-top: 44px;
}

.bp-formula {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface-raised);
  color: var(--text-primary);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 38px) clamp(24px, 2.5vw, 32px);
}

.bp-formula.is-featured {
  background: var(--lago-600);
  color: var(--calce-100);
  border-color: var(--lago-600);
  box-shadow: var(--shadow-md);
}

.bp-formula-eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--text-brand);
  margin: 0 0 14px;
}

.bp-formula.is-featured .bp-formula-eyebrow { color: var(--oro-300); }

.bp-formula-headline {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}

.bp-formula.is-featured .bp-formula-headline { margin-bottom: 2px; }

.bp-formula-n {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(3rem, 5vw, 4rem);
  line-height: 1;
}

.bp-formula-ville {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  opacity: 0.85;
}

.bp-formula.is-featured .bp-formula-ville { opacity: 0.95; }

.bp-formula-script {
  font-family: var(--font-script);
  font-size: 1.7rem;
  line-height: 1;
  color: var(--oro-300);
  margin: 0 0 12px;
}

.bp-formula-persone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-lead);
  color: var(--text-secondary);
}

.bp-formula-persone span { white-space: nowrap; }
.bp-formula-persone strong { font-weight: 600; color: var(--text-primary); }

.bp-formula.is-featured .bp-formula-persone { color: var(--calce-200); }
.bp-formula.is-featured .bp-formula-persone strong { color: var(--calce-100); }

.bp-formula-note {
  margin: 20px 0 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--text-muted);
  border-top: 1px solid var(--hairline);
  padding-top: 16px;
}

.bp-formula.is-featured .bp-formula-note {
  color: rgba(248, 243, 233, 0.72);
  border-top-color: var(--hairline-on-dark);
}

.bp-formula-conditions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.bp-formula-stats {
  display: flex;
  align-items: stretch;
  gap: 28px;
  flex-wrap: wrap;
}

.bp-formula-divider {
  width: 1px;
  background: var(--hairline);
  align-self: stretch;
}

.bp-formula-stat-n {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--text-primary);
  margin: 0;
}

.bp-formula-stat-unit {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-left: 6px;
}

.bp-formula-stat-label {
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--text-brand);
  margin: 8px 0 0;
}

.bp-formula-cta { margin-left: auto; }

@media (max-width: 640px) {
  .bp-formula-conditions { align-items: flex-start; }
  .bp-formula-cta { margin-left: 0; }
}

/* ============================================================
   Block: BpSplitFeature — full-bleed two-column feature band
   (FormuleScreen.jsx → MATRIMONIO band). A stretch media column
   (cover photo or striped placeholder) beside a copy column with
   Pinyon script line → uppercase title → gold rule → lead → body
   → style-mapped CTA. tone=charcoal uses the darker pietra-800;
   teal uses lago-600. mediaSide=right flips the media column.
   ============================================================ */
.bp-split-feature.bp-tone-charcoal { background: var(--pietra-800); }

.bp-split-feature-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  align-items: stretch;
}

.bp-split-feature-media {
  align-self: stretch;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

.bp-split-feature-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-media-right .bp-split-feature-media { order: 1; }

.bp-split-feature-copy {
  padding: clamp(48px, 6vw, 88px) clamp(28px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bp-split-feature-script {
  font-family: var(--font-script);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--oro-300);
  line-height: 1;
  margin: 0 0 4px;
}

.bp-split-feature-title {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  color: var(--calce-100);
  line-height: 1.1;
  margin: 0 0 8px;
}

.bp-split-feature-rule {
  width: 56px;
  height: 2px;
  background: var(--oro-500);
  border: 0;
  margin: 0 0 24px;
}

.bp-split-feature-lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--calce-200);
  margin: 0 0 16px;
}

.bp-split-feature-body {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: rgba(248, 243, 233, 0.78);
  margin: 0 0 32px;
}

.bp-split-feature-actions { margin-top: 0; }

@media (max-width: 768px) {
  .bp-media-right .bp-split-feature-media { order: 0; }
}

/* ----------------------------------------------------------------
   BpEnquiry — contact form (paper) + charcoal info aside with map
   ---------------------------------------------------------------- */
.bp-enquiry {
  background: var(--lago-600);
  padding: clamp(40px, 5vw, 72px) var(--gutter) clamp(56px, 7vw, 96px);
}
.bp-enquiry-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: var(--container-max);
  margin-inline: auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

/* --- Left: form --- */
.bp-enquiry-form {
  background: var(--surface-raised);
  padding: clamp(28px, 3vw, 48px);
}
.bp-enquiry-head { margin-bottom: 26px; }
.bp-enquiry-title {
  text-transform: uppercase;
  margin: 8px 0 10px;
}
.bp-enquiry-lead {
  color: var(--text-secondary, var(--pietra-600));
  margin: 0;
}
.bp-enquiry-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bp-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bp-field { display: flex; flex-direction: column; gap: 6px; }
.bp-field > label {
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pietra-700);
}
.bp-field input,
.bp-field select,
.bp-field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  color: var(--pietra-700);
  background: var(--surface-page);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 11px 13px;
  transition: border-color 0.18s ease;
}
.bp-field textarea { min-height: 110px; resize: vertical; }
.bp-field input:focus,
.bp-field select:focus,
.bp-field textarea:focus {
  outline: none;
  border-color: var(--lago-600);
}
.bp-field.error input,
.bp-field.error select,
.bp-field.error textarea {
  border-color: var(--coppo-500);
}
.bp-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  margin-top: 2px;
}
.bp-consent input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--lago-600);
}
.bp-consent-label {
  display: block;
  font-size: var(--fs-sm);
  color: var(--pietra-700);
}
.bp-consent-desc {
  display: block;
  font-size: var(--fs-xs);
  color: var(--pietra-600);
  margin-top: 3px;
  line-height: 1.5;
}
.bp-consent.error .bp-consent-label { color: var(--coppo-500); }

.bp-enquiry-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 12px;
}
.bp-enquiry-check {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--success-bg);
  color: var(--uliveto-700);
  font-size: 30px;
  margin-bottom: 22px;
}
.bp-enquiry-success h2 { text-transform: uppercase; margin: 0 0 10px; }
.bp-enquiry-success p { color: var(--pietra-600); max-width: 360px; margin: 0; }

/* --- Right: charcoal aside --- */
.bp-enquiry-aside {
  background: var(--pietra-700);
  color: var(--calce-100);
  padding: clamp(28px, 3vw, 48px);
  display: flex;
  flex-direction: column;
}
.bp-enquiry-wordmark {
  font-family: var(--font-script);
  font-size: 1.9rem;
  line-height: 1;
  color: var(--calce-100);
  margin: 0 0 22px;
}
.bp-contact-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--hairline-on-dark);
}
.bp-contact-chip {
  color: var(--oro-300);
  margin-top: 2px;
  flex: 0 0 auto;
  display: inline-flex;
}
.bp-contact-head {
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--calce-300);
  margin: 0 0 3px;
}
.bp-contact-body {
  margin: 0;
  font-size: var(--fs-sm);
  color: var(--calce-100);
  line-height: 1.5;
}
.bp-map {
  margin-top: auto;
  position: relative;
  min-height: 180px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--uliveto-300);
}
.bp-map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(46, 46, 44, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 46, 44, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
}
.bp-map-pin {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -100%);
  color: var(--coppo-500);
}
.bp-map-label {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: var(--fs-xs);
  color: var(--pietra-600);
  background: rgba(248, 243, 233, 0.8);
  padding: 3px 8px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .bp-enquiry-card { grid-template-columns: 1fr; }
  .bp-field-row { grid-template-columns: 1fr; }
}
