/* ============================================================
   Bloomfield House — production stylesheet
   Design tokens ported 1:1 from the brand design system, with:
   - mobile-first responsive layout (breakpoints: 980px, 860px, 720px, 480px)
   - contrast raised on small/secondary text (WCAG AA)
   ============================================================ */

:root {
  --bh-lavender: #8B7BB5;
  --bh-lavender-light: #EDE9F6;
  --bh-lavender-dark: #5C4D8A;
  --bh-gold: #E8C44A;
  --bh-gold-light: #FBF5D8;
  --bh-gold-dark: #9A7D1A;
  --bh-green: #6B8F72;
  --bh-green-light: #E8F0EA;
  --bh-green-dark: #3D5C44;
  --bh-cream: #FAF9FC;
  --bh-white: #FFFFFF;
  --bh-charcoal: #2C2B30;
  --bh-muted: #8A8790;
  --bh-muted-strong: #6B6875;      /* contrast-safe muted for small text */
  --bh-border: #D8D5E2;
  --bh-orchid: #C77DD8;
  --bh-orchid-deep: #B25EC6;
  --bh-orchid-light: #F4E9F8;
  --bh-coral: #D85A30;
  --bh-coral-light: #FAECE7;
  --bh-coral-dark: #993C1D;

  --text-muted: var(--bh-muted-strong);
  --on-dark-90: rgba(255,255,255,0.92);
  --on-dark-75: rgba(255,255,255,0.78);   /* was 0.55–0.65 — raised for legibility */
  --on-dark-60: rgba(255,255,255,0.66);   /* was 0.35–0.4 — raised for legibility */

  --action-primary: var(--bh-lavender-dark);
  --action-primary-hover: var(--bh-lavender);
  --action-accent: var(--bh-gold);
  --action-accent-hover: #F0D060;
  --focus-ring: rgba(139, 123, 181, 0.30);

  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --fs-hero: clamp(2.25rem, 6vw, 4.25rem);
  --fs-display: clamp(2rem, 5vw, 3.375rem);
  --fs-h2: clamp(1.75rem, 4vw, 2.625rem);
  --fs-h3: 1.375rem;
  --fs-h4: 1.0625rem;
  --fs-lead: 1rem;
  --fs-body: 0.9375rem;
  --fs-body-sm: 0.875rem;          /* was 0.8125 — raised for legibility */

  --radius-sm: 8px; --radius-md: 10px; --radius-lg: 14px;
  --radius-xl: 16px; --radius-2xl: 20px; --radius-pill: 100px;

  --shadow-sm: 0 2px 10px rgba(92,77,138,0.08);
  --shadow-md: 0 8px 24px rgba(92,77,138,0.10);
  --shadow-gold: 0 8px 24px rgba(232,196,74,0.25);
  --stripe: linear-gradient(to right, var(--bh-lavender) 33.3%, var(--bh-gold) 33.3% 66.6%, var(--bh-green) 66.6%);
  --hairline: 1px solid var(--bh-border);
  --container: 1100px;
  --dur-fast: 0.18s; --dur-base: 0.25s;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bh-cream); color: var(--bh-charcoal);
  font-family: var(--font-body); font-size: var(--fs-body); line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }

.wrap { max-width: var(--container); margin: 0 auto; padding-left: 40px; padding-right: 40px; }
@media (max-width: 720px) { .wrap { padding-left: 20px; padding-right: 20px; } }

.icon { width: 1em; height: 1em; stroke: currentColor; fill: none; stroke-width: 1.5;
        stroke-linecap: round; stroke-linejoin: round; display: inline-block; vertical-align: -0.125em; flex-shrink: 0; }
.icon-tile { border-radius: var(--radius-md); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tint-lavender { background: var(--bh-lavender-light); color: var(--bh-lavender-dark); }
.tint-orchid { background: var(--bh-orchid-light); color: var(--bh-orchid-deep); }
.tint-gold { background: var(--bh-gold-light); color: var(--bh-gold-dark); }
.tint-green { background: var(--bh-green-light); color: var(--bh-green-dark); }

/* ---------- Header ---------- */
.utility-bar { background: var(--bh-lavender-dark); color: #fff; }
.utility-bar .wrap { height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.utility-left { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--on-dark-75); min-width: 0; }
.utility-left .dot { opacity: 0.5; margin: 0 4px; }
.utility-left .welcoming { color: var(--bh-gold); letter-spacing: 0.02em; white-space: nowrap; }
.utility-phone { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #fff; text-decoration: none; font-weight: 500; white-space: nowrap; }
@media (max-width: 600px) { .utility-left .loc-text, .utility-left .dot { display: none; } }

.site-header { position: sticky; top: 0; z-index: 100; }
.main-nav { background: rgba(250,249,252,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--bh-border); }
.main-nav .wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; gap: 16px; }
.logo-link { text-decoration: none; display: inline-flex; align-items: center; gap: 14px; }
.logo-mark { height: 42px; width: auto; display: block; }
.logo-text { display: flex; flex-direction: column; gap: 4px; }
.logo-word { font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: 0.1em; line-height: 1; color: var(--bh-lavender-dark); white-space: nowrap; }
.logo-divider { display: block; width: 56px; height: 1px; background: var(--bh-gold); margin: 3px 0; }
.logo-tag { font-size: 9px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; line-height: 1; color: var(--bh-muted-strong); white-space: nowrap; }
.footer .logo-word { color: #fff; }
.footer .logo-tag { color: rgba(255,255,255,0.62); }
.footer .logo-mark { filter: brightness(0) invert(1); }

.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-link { font-size: 14px; color: var(--bh-charcoal); text-decoration: none; padding: 8px 16px; border-radius: var(--radius-sm); transition: background var(--dur-fast), color var(--dur-fast); }
.nav-link:hover { background: var(--bh-lavender-light); color: var(--bh-lavender-dark); }
.nav-link.active { color: var(--bh-lavender-dark); font-weight: 500; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; margin-left: 10px; font-size: 14px; font-weight: 500; color: #fff; background: var(--bh-lavender-dark); padding: 12px 22px; border-radius: var(--radius-sm); text-decoration: none; transition: background var(--dur-fast), transform var(--dur-fast); white-space: nowrap; }
.nav-cta:hover { background: var(--bh-lavender); transform: translateY(-1px); }

.nav-toggle { display: none; background: none; border: 1px solid var(--bh-border); border-radius: var(--radius-sm); padding: 10px 12px; cursor: pointer; color: var(--bh-lavender-dark); }
.nav-toggle .icon { width: 22px; height: 22px; }
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; }
  .nav-links.open { display: flex; flex-direction: column; align-items: stretch; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--bh-border); box-shadow: var(--shadow-md); padding: 12px 20px 20px; gap: 4px; }
  .nav-links.open .nav-link { padding: 14px 16px; font-size: 16px; border-radius: var(--radius-md); }
  .nav-links.open .nav-cta { margin: 10px 0 0; justify-content: center; padding: 16px; font-size: 16px; }
  .main-nav { position: relative; }
}

/* ---------- Type & shared blocks ---------- */
.eyebrow { display: block; font-size: 0.6875rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); }
.eyebrow.on-dark { color: var(--on-dark-60); }
h1, h2 { font-family: var(--font-display); font-weight: 300; margin: 0; }
.hero-title { font-size: var(--fs-hero); line-height: 1.08; color: #fff; }
.display-title { font-size: var(--fs-display); line-height: 1.12; color: #fff; }
.h2 { font-size: var(--fs-h2); line-height: 1.15; color: var(--bh-lavender-dark); }
.gold-em { font-style: italic; color: var(--bh-gold); }
.section-lead { font-size: var(--fs-lead); line-height: 1.8; color: var(--text-muted); max-width: 560px; margin: 16px 0 0; }

.dark-section { background: var(--bh-lavender-dark); position: relative; overflow: hidden; }
.dark-section .texture { position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.025) 0, rgba(255,255,255,0.025) 1px, transparent 1px, transparent 50px); pointer-events: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-body); font-weight: 500; font-size: 14px; letter-spacing: 0.01em; padding: 14px 28px; border-radius: var(--radius-md); text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: background var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.btn-lg { padding: 16px 32px; font-size: 15px; }
.btn-primary { background: var(--action-primary); color: #fff; }
.btn-primary:hover { background: var(--action-primary-hover); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-gold { background: var(--action-accent); color: var(--bh-charcoal); }
.btn-gold:hover { background: var(--action-accent-hover); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-ghost:hover { background: rgba(255,255,255,0.08); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }
@media (max-width: 480px) { .hero-buttons .btn { width: 100%; } }

.stat-value { font-weight: 300; font-size: 2.5rem; line-height: 1; color: #fff; }
.stat-label { font-size: var(--fs-body-sm); color: var(--on-dark-75); margin-top: 6px; line-height: 1.4; }

.tag { display: inline-block; font-size: 11.5px; font-weight: 500; letter-spacing: 0.04em; line-height: 1.6; padding: 4px 11px; border-radius: var(--radius-pill); }
.stripe { height: 3px; background: var(--stripe); border-radius: 2px; }

/* ---------- Hero (home) ---------- */
.hero { padding: 96px 0 80px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; }
.hero-copy p.hero-sub { font-size: 16px; color: var(--on-dark-75); max-width: 500px; line-height: 1.8; margin: 0 0 36px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-photo { position: relative; justify-self: center; align-self: start; margin-top: 34px; width: 100%; max-width: 520px; }
.hero-photo .gold-frame { position: absolute; top: 20px; left: 20px; right: -20px; bottom: -20px; border: 1px solid rgba(232,196,74,0.45); border-radius: var(--radius-2xl); pointer-events: none; }
.hero-photo .photo-card { position: relative; border-radius: var(--radius-2xl); overflow: hidden; border: 1px solid rgba(255,255,255,0.18); box-shadow: 0 32px 64px -16px rgba(20,12,48,0.55); }
.hero-photo img { display: block; width: 100%; height: auto; aspect-ratio: 5 / 4; object-fit: cover; object-position: center 62%; }
.hero-photo .photo-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(38,28,74,0.55) 0%, transparent 32%); pointer-events: none; }
.hero-photo .photo-caption { position: absolute; left: 20px; bottom: 16px; display: flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: 0.12em; color: var(--on-dark-90); text-transform: uppercase; }
.hero-photo .photo-caption .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--bh-gold); }
.hero-glow { position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(232,196,74,0.12) 0%, transparent 70%); pointer-events: none; }
.hero-stats { position: relative; margin-top: 56px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.14); display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 980px) {
  .hero { padding: 64px 0 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-photo { margin-top: 0; max-width: 620px; justify-self: start; }
  .hero-photo .gold-frame { top: 14px; left: 14px; right: -14px; bottom: -14px; }
}
@media (max-width: 720px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .stat-value { font-size: 2.1rem; }
}

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-sm { padding: 88px 0; }
@media (max-width: 720px) { .section, .section-sm { padding: 60px 0; } }
.bg-white { background: #fff; }
.bg-cream { background: var(--bh-cream); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-3.tight { gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.grid-2.center { align-items: center; }
@media (max-width: 980px) {
  .grid-3, .grid-3.tight { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 640px) {
  .grid-3, .grid-3.tight, .grid-4 { grid-template-columns: 1fr; }
}

.trust-bar { background: #fff; border-top: 1px solid var(--bh-border); border-bottom: 1px solid var(--bh-border); padding: 28px 0; }
.trust-bar .wrap { display: flex; justify-content: center; gap: 20px 48px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--bh-muted-strong); }
.trust-item .dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

.value-card { position: relative; background: #fff; border: var(--hairline); border-radius: var(--radius-xl); padding: 32px; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.value-card .big-number { position: absolute; top: 20px; right: 24px; font-family: var(--font-display); font-weight: 300; font-size: 56px; line-height: 1; color: rgba(139,123,181,0.10); }
.value-card .icon-tile, .feature-card .icon-tile { width: 48px; height: 48px; margin-bottom: 18px; }
.value-card .icon-tile { margin-bottom: 20px; }
.value-card h3 { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-h3); color: var(--bh-lavender-dark); margin: 0 0 10px; }
.value-card p, .feature-card p { margin: 0; font-size: var(--fs-body-sm); color: var(--text-muted); line-height: 1.75; }
.feature-card { background: #fff; border: var(--hairline); border-radius: var(--radius-lg); padding: 28px; transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.feature-card:hover { border-color: var(--bh-lavender); box-shadow: var(--shadow-sm); }
.feature-card h3 { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-h4); color: var(--bh-lavender-dark); margin: 0 0 8px; }

/* Positioning (dark) */
.positioning-statement { font-family: var(--font-display); font-size: clamp(22px, 3.5vw, 38px); font-weight: 300; color: #fff; line-height: 1.4; margin: 0 0 36px; max-width: 780px; }
.positioning-statement .gold { color: var(--bh-gold); }
.mini-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-md); padding: 22px; }
.mini-card h3 { display: flex; align-items: center; gap: 10px; font-family: var(--font-body); font-size: 14.5px; font-weight: 500; color: #fff; margin: 0 0 8px; }
.mini-card h3 .icon { color: var(--bh-orchid); width: 20px; height: 20px; }
.mini-card p { font-size: 13.5px; color: var(--on-dark-75); line-height: 1.65; margin: 0; }
.grid-3.mini { gap: 16px; }

/* CTA band */
.cta-band { background: var(--bh-cream); padding: 64px 0; border-top: 1px solid var(--bh-border); }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { font-size: 30px; color: var(--bh-lavender-dark); margin: 0 0 6px; }
.cta-band .sub { font-size: 14px; color: var(--text-muted); }

/* ---------- Page heroes (interior) ---------- */
.page-hero { padding: 96px 0 80px; }
.page-hero .sub { font-size: 16px; color: var(--on-dark-75); max-width: 520px; line-height: 1.8; margin: 0; }
@media (max-width: 720px) { .page-hero { padding: 56px 0 48px; } }

/* ---------- About ---------- */
.story-quote { background: var(--bh-lavender-dark); border-radius: var(--radius-xl); padding: 32px; font-family: var(--font-display); font-size: 22px; font-weight: 300; font-style: italic; color: #fff; line-height: 1.5; margin-top: 8px; }
.story-quote .gold { font-style: normal; color: var(--bh-gold); }
.numbers-card { background: var(--bh-cream); border: var(--hairline); border-radius: var(--radius-2xl); padding: 36px; }
.numbers-card .num-row { padding-bottom: 24px; margin-bottom: 24px; border-bottom: var(--hairline); }
.numbers-card .num-row:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
.numbers-card .num { font-size: 48px; font-weight: 300; color: var(--bh-lavender-dark); line-height: 1; }
.numbers-card .num-label { font-size: 13.5px; color: var(--text-muted); margin-top: 4px; }
.founder-card { background: #fff; border: var(--hairline); border-radius: var(--radius-2xl); padding: 36px; }
.founder-card.accent { border-color: var(--bh-lavender); }
.avatar { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 28px; font-weight: 600; color: #fff; flex-shrink: 0; }
.founder-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; color: var(--bh-lavender-dark); margin: 20px 0 4px; }
.founder-role { font-size: 12px; letter-spacing: 0.14em; color: var(--bh-muted-strong); margin-bottom: 20px; }
.founder-card p { font-size: 14px; color: var(--bh-charcoal); line-height: 1.8; margin: 0; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.founder-wide { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 24px; }
.founder-wide .bio { flex: 1; min-width: 260px; }
.founder-wide h3 { margin-top: 0; }
.grid-2.founders { gap: 24px; }
.heritage-quote { font-family: var(--font-display); font-size: clamp(22px, 3.5vw, 36px); font-weight: 300; font-style: italic; color: #fff; line-height: 1.45; margin: 0 0 20px; }
.heritage-quote .gold { font-style: normal; color: var(--bh-gold); }
.heritage-attr { font-size: 12px; letter-spacing: 0.15em; color: var(--on-dark-60); margin: 0; }
.heritage-body { font-size: 14.5px; color: var(--on-dark-75); line-height: 1.85; }
.heritage-body p { margin: 0 0 16px; } .heritage-body p:last-child { margin: 0; }
.story-body { font-size: 15px; color: var(--bh-charcoal); line-height: 1.85; }
.story-body p { margin: 0 0 18px; }
.grid-2.story { grid-template-columns: 1fr 1fr; gap: 72px; }
@media (max-width: 980px) { .grid-2.story { grid-template-columns: 1fr; gap: 44px; } }

/* ---------- Memory care ---------- */
.behavior-panel { background: var(--bh-lavender-dark); border-radius: var(--radius-2xl); padding: 36px; }
.behavior-panel h3 { font-family: var(--font-display); font-size: 22px; font-weight: 300; color: #fff; margin: 0 0 20px; line-height: 1.3; }
.behavior-row { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.12); font-size: 14px; color: var(--on-dark-90); }
.behavior-row .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--bh-gold); flex-shrink: 0; }
.approach-card { border: var(--hairline); border-radius: var(--radius-lg); padding: 28px; background: #fff; }
.approach-card .step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--bh-lavender-light); color: var(--bh-lavender-dark); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 18px; margin-bottom: 16px; }
.approach-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--bh-lavender-dark); margin: 0 0 8px; }
.approach-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.7; margin: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 5fr 4fr; gap: 56px; align-items: start; }
@media (max-width: 980px) { .contact-grid { grid-template-columns: 1fr; gap: 32px; } }
.form-card { background: #fff; border: var(--hairline); border-radius: var(--radius-2xl); padding: 44px; }
@media (max-width: 720px) { .form-card { padding: 28px 22px; } }
.form-card h2 { font-size: 26px; color: var(--bh-lavender-dark); margin: 0 0 6px; }
.form-intro { font-size: 13.5px; color: var(--text-muted); margin: 0 0 32px; line-height: 1.6; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bh-muted-strong); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 16px; font-family: var(--font-body); font-size: 16px;
  color: var(--bh-charcoal); background: var(--bh-cream); border: var(--hairline);
  border-radius: var(--radius-md); outline: none; appearance: none;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.field textarea { resize: vertical; min-height: 100px; }
.field select { cursor: pointer; padding-right: 36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6875' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.field select:invalid { color: var(--bh-muted-strong); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--bh-lavender); box-shadow: 0 0 0 3px var(--focus-ring); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; gap: 0; } }
.form-hr { border: none; border-top: var(--hairline); margin: 24px 0; }
.form-error { font-size: 13.5px; color: var(--bh-coral-dark); margin: 0 0 14px; }
.form-note { font-size: 12.5px; color: var(--text-muted); line-height: 1.6; margin: 0 0 20px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-success { background: var(--bh-green-light); border: 1px solid var(--bh-green); border-radius: var(--radius-xl); padding: 36px; text-align: center; }
.form-success .icon { width: 40px; height: 40px; color: var(--bh-green-dark); }
.form-success h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; color: var(--bh-green-dark); margin: 14px 0 8px; }
.form-success p { font-size: 13.5px; color: var(--bh-green-dark); line-height: 1.7; margin: 0; }

.sidebar { display: flex; flex-direction: column; gap: 16px; }
.side-card { background: #fff; border: var(--hairline); border-radius: var(--radius-xl); padding: 28px; }
.side-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--bh-lavender-dark); margin: 0 0 16px; }
.contact-row { display: flex; gap: 14px; margin-bottom: 16px; }
.contact-row:last-child { margin-bottom: 0; }
.contact-row .icon-tile { width: 40px; height: 40px; }
.contact-row .icon { width: 20px; height: 20px; }
.contact-label { font-size: 10.5px; letter-spacing: 0.12em; color: var(--bh-muted-strong); margin-bottom: 3px; }
.contact-value { font-size: 15px; font-weight: 500; color: var(--bh-lavender-dark); overflow-wrap: anywhere; }
.contact-value a { color: inherit; text-decoration: none; }
.contact-sub { font-size: 12.5px; color: var(--text-muted); margin-top: 2px; }
.tour-steps { background: var(--bh-lavender-dark); border-radius: var(--radius-xl); padding: 28px; }
.tour-steps h3 { font-family: var(--font-display); font-size: 20px; font-weight: 300; color: #fff; margin: 0 0 20px; }
.tour-step { display: flex; gap: 14px; margin-bottom: 16px; }
.tour-step:last-child { margin-bottom: 0; }
.tour-step .n { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; color: #fff; flex-shrink: 0; }
.tour-step h4 { font-size: 13.5px; font-weight: 500; color: #fff; margin: 0 0 3px; }
.tour-step p { font-size: 12.5px; color: var(--on-dark-75); line-height: 1.6; margin: 0; }
.urgent-card { background: var(--bh-gold-light); border: 1px solid var(--bh-gold); border-radius: var(--radius-xl); padding: 28px; }
.urgent-card .label { font-size: 11px; letter-spacing: 0.14em; color: var(--bh-gold-dark); margin-bottom: 10px; font-weight: 500; }
.urgent-card p { font-size: 14px; color: var(--bh-charcoal); line-height: 1.7; margin: 0 0 16px; }

/* ---------- Footer ---------- */
.footer { background: var(--bh-charcoal); color: #fff; padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr; gap: 36px; } }
.footer-desc { font-size: 13.5px; color: var(--on-dark-75); line-height: 1.75; max-width: 280px; margin: 20px 0 0; }
.footer-heading { font-size: 11px; letter-spacing: 0.18em; color: var(--on-dark-60); margin-bottom: 16px; font-weight: 500; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13.5px; color: var(--on-dark-75); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-row { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--on-dark-75); }
.footer-contact-row a { color: inherit; text-decoration: none; overflow-wrap: anywhere; }
.footer-contact-row a:hover { color: #fff; }
.footer-contact-row .icon { width: 15px; height: 15px; flex-shrink: 0; }
.footer hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 0 0 24px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: rgba(255,255,255,0.58); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
