/* =========================================================
   Domsol — static HTML version
   Tokens mirror the Next.js build's design system.
   ========================================================= */

:root {
  --color-navy: #273346;
  --color-navy-dark: #1d2735;
  --color-navy-soft: #344158;
  --color-gold: #c9a24c;
  --color-gold-soft: #e1c078;
  --color-gold-deep: #a8862f;
  --color-cream: #f6f2ea;
  --color-cream-warm: #ede6d6;
  --color-ink: #0f1620;
  --color-mist: #e9ecef;

  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  --container-3xl: 1440px;
  --container-8xl: 1680px;

  --ease-domsol: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-cream);
  color: var(--color-navy);
  font-family: var(--font-body);
  font-feature-settings: 'cv11', 'ss01';
  line-height: 1.5;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure, blockquote { margin: 0; }

::selection { background: var(--color-gold); color: var(--color-navy); }
:focus-visible { outline: 2px solid var(--color-gold); outline-offset: 3px; border-radius: 2px; }

/* ─── Layout primitives ─────────────────────────────── */

.container-domsol {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
  max-width: 1440px;
}
@media (min-width: 768px) { .container-domsol { padding-inline: 2rem; } }
@media (min-width: 1280px) { .container-domsol { padding-inline: 3rem; } }

.max-w-2xl { max-width: 42rem; margin-inline: auto; }
.max-w-3xl { max-width: 48rem; margin-inline: auto; }
.max-w-4xl { max-width: 56rem; margin-inline: auto; }

/* ─── Buttons ───────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 2.4rem;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: all 280ms var(--ease-domsol);
  white-space: nowrap;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
.btn-gold { background: var(--color-gold); color: #ffffff; }
.btn-gold:hover { background: var(--color-gold-deep); transform: translateY(-1px); box-shadow: 0 14px 32px -16px rgb(168 134 47 / 0.5); }
.btn-soft { background: var(--color-cream-warm); color: var(--color-navy); }
.btn-soft:hover { background: var(--color-gold-soft); }
.btn-outline { background: transparent; color: var(--color-navy); border: 1px solid var(--color-navy); }
.btn-outline:hover { background: var(--color-navy); color: var(--color-cream); }
.btn-ghost { background: transparent; color: var(--color-navy); border: 1px solid rgb(39 51 70 / 0.2); }
.btn-ghost:hover { border-color: var(--color-navy); background: var(--color-navy); color: #ffffff; }

/* ─── Helper utilities ───────────────────────────────── */

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold);
}
.eyebrow-deep { color: var(--color-gold-deep); }
.eyebrow-soft { color: var(--color-gold-soft); }

.gold-rule {
  display: block;
  height: 1px;
  background: var(--color-gold);
  width: var(--rule-w, 64px);
  margin: 0;
}
.gold-rule.center { margin-inline: auto; }

/* Scroll-reveal: fade-up animation triggered by IntersectionObserver */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 800ms var(--ease-domsol), transform 800ms var(--ease-domsol); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

.ken-burns { animation: ds-kenburns 22s var(--ease-domsol) both infinite alternate; will-change: transform; }
@keyframes ds-kenburns {
  0%   { transform: scale(1.04) translate3d(0, 0, 0); }
  100% { transform: scale(1.14) translate3d(-1.5%, 1%, 0); }
}

.hover-lift { transition: transform 420ms var(--ease-domsol), box-shadow 420ms var(--ease-domsol); }
.hover-lift:hover { transform: translateY(-6px); box-shadow: 0 28px 60px -38px rgb(39 51 70 / 0.4); }

/* ─── Header ─────────────────────────────────────────── */

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 40;
  background: rgb(39 51 70 / 0.97);
  backdrop-filter: blur(10px);
  transition: box-shadow 300ms;
}
.site-header.is-elevated { box-shadow: 0 1px 0 0 rgb(255 255 255 / 0.06); }

.header-collapsible {
  overflow: hidden;
  transition: max-height 300ms var(--ease-domsol), opacity 300ms;
}
@media (min-width: 1024px) {
  .site-header.is-elevated .header-collapsible { max-height: 0; opacity: 0; pointer-events: none; }
  .header-collapsible { max-height: 220px; opacity: 1; }
}

.utility-strip { display: none; border-bottom: 1px solid rgb(255 255 255 / 0.08); }
@media (min-width: 1024px) { .utility-strip { display: block; } }
.utility-strip .container-domsol { display: flex; height: 36px; align-items: center; justify-content: flex-end; gap: 1.5rem; font-size: 12px; color: rgb(246 242 234 / 0.6); }
.utility-strip a { display: inline-flex; align-items: center; gap: 0.5rem; transition: color 200ms; }
.utility-strip a:hover { color: var(--color-gold); }
.utility-strip svg { width: 11px; height: 11px; }

.main-bar { display: flex; align-items: center; justify-content: space-between; height: 80px; }
@media (min-width: 1024px) { .main-bar { height: 130px; } }
.main-bar .logo-spacer { width: 96px; }
@media (min-width: 1024px) { .main-bar .logo-spacer { width: 128px; } }
.main-bar .logo-end { display: flex; justify-content: flex-end; }
.main-bar .brand-logo { margin-inline: auto; display: flex; align-items: center; }
.main-bar .brand-logo img { height: 72px; width: auto; }
@media (min-width: 1024px) { .main-bar .brand-logo img { height: 125px; } }

.menu-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.25); background: transparent;
  color: var(--color-cream);
}
@media (min-width: 1024px) { .menu-toggle { display: none; } }

.desktop-nav {
  display: none;
  border-top: 1px solid rgb(255 255 255 / 0.08);
}
@media (min-width: 1024px) { .desktop-nav { display: flex; } }
.desktop-nav ul {
  width: 100%;
  display: flex; align-items: center; justify-content: center;
  gap: 2.5rem; padding: 0.75rem 3rem;
}
.desktop-nav a {
  position: relative;
  font-size: 11px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.28em;
  color: var(--color-cream);
  transition: color 200ms;
}
.desktop-nav a:hover { color: var(--color-gold); }
.desktop-nav a.is-active { color: var(--color-gold); }
.desktop-nav a.is-active::after {
  content: ''; position: absolute; left: 50%; bottom: -8px;
  width: 20px; height: 1px; transform: translateX(-50%);
  background: var(--color-gold);
}

.mobile-drawer { display: none; border-top: 1px solid rgb(255 255 255 / 0.1); background: var(--color-navy); }
.mobile-drawer.is-open { display: block; }
@media (min-width: 1024px) { .mobile-drawer.is-open { display: none; } }
.mobile-drawer nav { display: flex; flex-direction: column; padding: 1rem 0; }
.mobile-drawer a {
  padding: 0.75rem 0; border-bottom: 1px solid rgb(255 255 255 / 0.08);
  font-size: 12px; font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--color-cream);
}
.mobile-drawer a:hover { color: var(--color-gold); }

/* ─── Footer ─────────────────────────────────────────── */

.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--color-navy-dark);
  color: var(--color-cream);
}
.site-footer::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, transparent, rgb(201 162 76 / 0.6), transparent);
}
.footer-grid {
  position: relative;
  display: grid; gap: 3rem; padding: 5rem 0;
}
@media (min-width: 1024px) {
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 3.5rem; }
}
.footer-tagline { font-size: 14px; line-height: 1.6; color: rgb(246 242 234 / 0.7); max-width: 20rem; margin-top: 1.5rem; }
.footer-section h3, .footer-section h4 {
  font-family: var(--font-body);
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.28em;
  color: var(--color-gold); font-weight: 500; margin-bottom: 1.25rem;
}
.footer-section h4 { color: rgb(246 242 234 / 0.55); margin-bottom: 0.75rem; }
.footer-section ul li + li { margin-top: 0.75rem; }
.footer-section.footer-menu ul li + li { margin-top: 0.625rem; }
.footer-section.footer-menu .privacy-row { padding-top: 0.5rem; }
.footer-section a { color: rgb(246 242 234 / 0.85); transition: color 200ms; display: inline-flex; align-items: center; gap: 0.625rem; font-size: 14px; }
.footer-section a:hover { color: var(--color-gold); }
.footer-section svg { width: 13px; height: 13px; color: var(--color-gold); flex: none; }
.footer-section .privacy-link { font-size: 12px; color: rgb(246 242 234 / 0.6); margin-top: 0.5rem; display: inline-block; }
.social-list { display: flex; gap: 0.75rem; }
.social-list a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.15);
  color: rgb(246 242 234 / 0.85);
}
.social-list a:hover { border-color: var(--color-gold); color: var(--color-gold); }
.address-line {
  display: flex; gap: 0.625rem; font-size: 14px; line-height: 1.6;
  color: rgb(246 242 234 / 0.85); max-width: 20rem;
}
.address-line .directions {
  display: block; font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.18em; color: rgb(246 242 234 / 0.55); margin-top: 0.5rem;
}
.hours-line { display: flex; gap: 0.625rem; font-size: 14px; line-height: 1.6; color: rgb(246 242 234 / 0.85); white-space: pre-line; }

.footer-bottom { border-top: 1px solid rgb(255 255 255 / 0.08); }
.footer-bottom .container-domsol {
  display: flex; flex-direction: column; gap: 0.75rem; padding-top: 1.5rem; padding-bottom: 1.5rem;
  font-size: 12px; color: rgb(246 242 234 / 0.55);
}
@media (min-width: 640px) {
  .footer-bottom .container-domsol { flex-direction: row; align-items: center; justify-content: space-between; }
}
.back-to-top {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.15);
  color: rgb(246 242 234 / 0.7);
}
.back-to-top:hover { border-color: var(--color-gold); color: var(--color-gold); }

/* ─── Page-level sections ────────────────────────────── */

main { min-height: 50vh; }
section { position: relative; }

.section-cream { background: var(--color-cream); }
.section-cream-warm { background: var(--color-cream-warm); }
.section-white { background: #ffffff; }
.section-navy { background: var(--color-navy); color: var(--color-cream); }
.section-navy h2, .section-navy h3 { color: var(--color-cream); }

.section-pad { padding: 5rem 0; }
@media (min-width: 1024px) { .section-pad { padding: 6rem 0; } }
.section-pad-lg { padding: 7rem 0; }
@media (min-width: 1024px) { .section-pad-lg { padding: 9rem 0; } }

/* ─── Hero (generic for inner pages) ─────────────────── */

.page-hero {
  position: relative; isolation: isolate;
  display: flex; align-items: center; overflow: hidden;
  background: var(--color-navy);
  padding-top: 11rem; padding-bottom: 5rem;
  min-height: min(72svh, 640px);
  color: var(--color-cream);
  text-align: center;
}
@media (min-width: 1024px) { .page-hero { padding-top: 13rem; padding-bottom: 7rem; } }
.page-hero.hero-tall {
  min-height: min(92svh, 880px);
  padding-bottom: 6rem;
}
@media (min-width: 1024px) { .page-hero.hero-tall { padding-bottom: 8rem; } }
.page-hero.hero-tall h1 {
  font-size: clamp(2.25rem, 5.5vw, 4.25rem);
  letter-spacing: -0.01em;
}
.page-hero.hero-short { min-height: min(64svh, 560px); }

.page-hero-bg {
  position: absolute; inset: 0; z-index: -1;
  overflow: hidden;
}
.page-hero-bg > img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
/* Default = inner pages: navy/60 → /55 → /90 + diagonal stripe overlay */
.page-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 14px),
    linear-gradient(to bottom, rgb(39 51 70 / 0.60), rgb(39 51 70 / 0.55) 50%, rgb(39 51 70 / 0.90));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, black 35%, black 100%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, black 35%, black 100%);
}
/* Home hero (hero-tall) overrides with lighter overlay */
.page-hero.hero-tall .page-hero-bg::after {
  background: linear-gradient(to bottom, rgb(39 51 70 / 0.45), rgb(39 51 70 / 0.35) 50%, rgb(39 51 70 / 0.70));
  -webkit-mask-image: none;
  mask-image: none;
}
/* Inner-page heroes: smaller eyebrow */
.page-hero:not(.hero-tall) .eyebrow,
.post-hero .eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
}
.page-hero .container-domsol { position: relative; z-index: 1; width: 100%; }
.page-hero h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.1; color: var(--color-cream);
  max-width: 48rem; margin-inline: auto;
  text-shadow: 0 1px 24px rgb(15 22 32 / 0.35);
}
.page-hero p { color: rgb(246 242 234 / 0.85); margin-top: 1.5rem; max-width: 40rem; margin-inline: auto; font-size: 1rem; }
@media (min-width: 1024px) { .page-hero p { font-size: 1.125rem; } }
.page-hero .eyebrow {
  margin-bottom: 1.25rem;
  display: block;
  color: var(--color-gold-soft);
  text-shadow: 0 1px 16px rgb(0 0 0 / 0.4);
}
.page-hero .gold-rule.center { margin-top: 1.5rem; margin-bottom: 1.5rem; }

/* Home hero is taller and has scroll cue */
.scroll-cue {
  display: inline-flex; flex-direction: column; align-items: center; gap: 0.6rem;
  color: rgb(246 242 234 / 0.75);
  font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
}
.scroll-cue::after {
  content: ''; width: 1px; height: 44px;
  background: linear-gradient(to bottom, var(--color-gold) 0%, var(--color-gold) 50%, transparent 100%);
  background-size: 100% 200%;
  animation: ds-cue-drop 1.8s var(--ease-domsol) infinite;
}
@keyframes ds-cue-drop {
  0%   { background-position: 0% 100%; opacity: 0.2; }
  50%  { opacity: 1; }
  100% { background-position: 0% 0%;   opacity: 0.2; }
}
.scroll-cue-wrap {
  pointer-events: none;
  position: absolute; bottom: 24px; left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 768px) { .scroll-cue-wrap { display: flex; } }

/* ─── Narrative ──────────────────────────────────────── */

.narrative {
  position: relative; overflow: hidden;
  background: var(--color-navy);
  padding: 8rem 0;
  color: var(--color-cream);
}
@media (min-width: 1024px) { .narrative { padding: 11rem 0; } }
.narrative .container-domsol { position: relative; max-width: 42rem; text-align: center; margin-inline: auto; }
.narrative h2 {
  color: var(--color-cream);
  font-size: clamp(2.25rem, 4.6vw, 3.5rem);
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
.narrative .gold-rule {
  margin: 0 auto 2rem;
  --rule-w: 72px;
  height: 1px;
  background: var(--color-gold);
}
.narrative p { color: rgb(246 242 234 / 0.78); font-size: 1.125rem; line-height: 1.75; }
.narrative p + p { margin-top: 1.5rem; }
.narrative-grid {
  pointer-events: none;
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg, rgb(255 255 255 / 0.05) 0 1px, transparent 1px 14px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 70%, transparent 100%);
}

/* ─── ValueSplit ─────────────────────────────────────── */

.value-split {
  position: relative; overflow: hidden;
  background: var(--color-cream);
  padding: 5rem 0;
}
@media (min-width: 1024px) { .value-split { padding: 6rem 0; } }
.value-split .grid {
  position: relative;
  display: grid; gap: 3rem; align-items: center;
}
@media (min-width: 1024px) {
  .value-split .grid { grid-template-columns: 1fr 1fr; gap: 5rem; }
}
.value-split .image-wrap { position: relative; }
.value-split .image-wrap .border-deco {
  position: absolute; inset: auto -1.25rem -1.25rem auto;
  width: calc(100% - 1.25rem); height: calc(100% - 1.25rem);
  border: 1px solid rgb(201 162 76 / 0.4);
  display: none;
}
@media (min-width: 1024px) { .value-split .image-wrap .border-deco { display: block; } }
.value-split .image-wrap img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 2px;
  box-shadow: 0 30px 60px -30px rgb(39 51 70 / 0.35);
  position: relative; z-index: 1;
}
.value-split .copy h2 {
  color: var(--color-navy);
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.15; margin-bottom: 1.5rem;
}
.value-split .copy .eyebrow { display: block; margin-bottom: 1rem; }
.value-split .copy .gold-rule { margin: 0 0 2rem; }
.value-split .copy p { color: rgb(39 51 70 / 0.75); font-size: 1.125rem; line-height: 1.7; margin-bottom: 2rem; }
.value-split ul.perks li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  color: rgb(39 51 70 / 0.8); font-size: 0.875rem;
  padding: 0.25rem 0;
}
.value-split ul.perks li + li { margin-top: 0.25rem; }
.value-split ul.perks .check {
  margin-top: 0.125rem;
  flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 999px;
  background: rgb(201 162 76 / 0.15); color: var(--color-gold-deep);
}
.value-split .cta-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }

/* ─── CareStrip ──────────────────────────────────────── */

.care-strip {
  position: relative; isolation: isolate; overflow: hidden;
  padding: 7rem 0;
  text-align: center;
  color: var(--color-cream);
}
@media (min-width: 1024px) { .care-strip { padding: 10rem 0; } }
.care-strip .bg {
  position: absolute; inset: 0; z-index: -1;
  overflow: hidden;
}
.care-strip .bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  transform: scale(1.05);
}
/* All 3 overlay layers stacked in a single pseudo-element so they sit
   ABOVE the img (paint order: img → ::after). Top of list = top layer. */
.care-strip .bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 0%, rgba(29,39,53,0.5) 70%, rgba(29,39,53,0.85) 100%),
    linear-gradient(rgba(39, 51, 70, 0.25), rgba(39, 51, 70, 0.25)),
    linear-gradient(to bottom, rgb(39 51 70 / 0.90), rgb(39 51 70 / 0.75) 50%, rgb(39 51 70 / 0.95));
}
.care-strip .container-domsol {
  max-width: var(--container-3xl);
  margin-inline: auto;
}
.care-strip .eyebrow {
  display: block;
  margin-bottom: 1.25rem;
  color: var(--color-gold-soft);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  font-weight: 500;
}
.care-strip h2 {
  color: var(--color-cream);
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.2vw, 4rem);
  line-height: 1.1;
  margin: 0 auto 1.5rem;
  max-width: 56rem;
  text-shadow: 0 2px 24px rgb(0 0 0 / 0.45);
}
.care-strip .gold-rule {
  margin: 0 auto 2rem;
  width: 4rem;
  height: 1px;
  background: var(--color-gold);
}
.care-strip p {
  color: var(--color-cream);
  font-size: 1.125rem; line-height: 1.625;
  margin: 0 auto 2.5rem; max-width: 42rem;
  text-shadow: 0 1px 14px rgb(0 0 0 / 0.55);
}

/* ─── FAQ ────────────────────────────────────────────── */

.faq-section { background: #ffffff; padding: 5rem 0; }
@media (min-width: 1024px) { .faq-section { padding: 6rem 0; } }
.faq-section .container-domsol { max-width: 56rem; margin-inline: auto; }
.faq-section h2 {
  color: var(--color-navy);
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.15; margin: 0.5rem 0 2.5rem;
}
.faq-list { border-top: 1px solid rgb(39 51 70 / 0.1); }
.faq-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgb(39 51 70 / 0.1);
}
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem;
  color: var(--color-navy);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .q {
  font-family: var(--font-display);
  font-size: 1.125rem; line-height: 1.3;
}
@media (min-width: 1024px) { .faq-item .q { font-size: 1.25rem; } }
.faq-item .toggle {
  margin-top: 0.25rem; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 999px;
  border: 1px solid rgb(39 51 70 / 0.15);
  color: var(--color-gold-deep);
  transition: transform 300ms var(--ease-domsol), background 300ms, border-color 300ms;
}
.faq-item[open] .toggle {
  transform: rotate(45deg);
  background: rgb(201 162 76 / 0.1);
  border-color: rgb(201 162 76 / 0.6);
}
.faq-answer {
  color: rgb(39 51 70 / 0.7);
  font-size: 1rem; line-height: 1.7;
  margin-top: 1rem; padding-right: 3rem;
}
.faq-item[open] > .faq-answer { animation: ds-faq-open 380ms var(--ease-domsol) both; }
@keyframes ds-faq-open {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── Reviews ────────────────────────────────────────── */

.reviews {
  position: relative; overflow: hidden;
  background: var(--color-navy);
  padding: 5rem 0;
}
@media (min-width: 1024px) { .reviews { padding: 6rem 0; } }
.reviews .container-domsol { position: relative; }
/* Diagonal stripe overlay matching Next.js source */
.reviews::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 14px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 22%, black 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 22%, black 78%, transparent 100%);
}
.reviews .header {
  text-align: center;
  margin: 0 auto 3.5rem;
  max-width: 42rem;
}
.reviews .header .eyebrow { display: block; margin-bottom: 0.75rem; color: var(--color-gold-soft); }
.reviews .header h2 {
  color: var(--color-cream);
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.15; margin: 0 0 1.25rem;
}
.reviews .stars {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  color: var(--color-cream);
}
.reviews .stars .star-cluster { display: inline-flex; gap: 0.125rem; }
.reviews .stars .label { font-size: 0.875rem; color: rgb(246 242 234 / 0.8); }
.reviews .grid {
  display: grid; gap: 1.5rem;
}
@media (min-width: 768px) { .reviews .grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .reviews .grid { grid-template-columns: 1fr 1fr 1fr; } }
.review-card {
  position: relative;
  display: flex; flex-direction: column;
  border-radius: 2px;
  border: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(255 255 255 / 0.03);
  padding: 1.75rem;
  backdrop-filter: blur(4px);
  transition: background 500ms, border-color 500ms, transform 420ms var(--ease-domsol), box-shadow 420ms;
}
.review-card:hover {
  background: rgb(255 255 255 / 0.06);
  border-color: rgb(201 162 76 / 0.3);
  transform: translateY(-6px);
  box-shadow: 0 28px 60px -38px rgb(39 51 70 / 0.4);
}
.review-card .quote-icon { color: rgb(201 162 76 / 0.7); margin-bottom: 1.25rem; }
.review-card blockquote {
  color: rgb(246 242 234 / 0.9);
  font-size: 1rem; line-height: 1.625;
  flex: 1; margin-bottom: 1.5rem;
}
.review-card .star-row { display: flex; gap: 0.125rem; margin-bottom: 0.75rem; color: var(--color-gold); }
.review-card figcaption { font-size: 0.875rem; }
.review-card .author { font-weight: 500; color: var(--color-cream); }
.review-card .location {
  color: rgb(246 242 234 / 0.55);
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.18em;
  margin-top: 0.125rem;
}

/* ─── Blog teaser (home) ─────────────────────────────── */

.blog-teaser { background: var(--color-cream); padding: 5rem 0; }
@media (min-width: 1024px) { .blog-teaser { padding: 6rem 0; } }
.blog-teaser .header { margin-bottom: 3rem; }
.blog-teaser h2 {
  color: var(--color-navy);
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.15; margin: 0.75rem 0 1.25rem;
}
.blog-grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .blog-grid { grid-template-columns: 1fr 1fr 1fr; } }

.blog-card {
  display: flex; flex-direction: column;
  background: #ffffff; border-radius: 2px; overflow: hidden;
  box-shadow: 0 18px 40px -30px rgb(39 51 70 / 0.35);
  transition: transform 420ms var(--ease-domsol), box-shadow 420ms;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px -38px rgb(39 51 70 / 0.4); }
.blog-card .image { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.blog-card .image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-domsol); }
.blog-card:hover .image img { transform: scale(1.05); }
.blog-card .body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.blog-card time {
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em;
  color: rgb(39 51 70 / 0.55); margin-bottom: 0.75rem;
}
.blog-card h3 {
  font-size: 1.25rem; line-height: 1.3;
  color: var(--color-navy); margin-bottom: 0.75rem;
  transition: color 200ms;
}
.blog-card:hover h3 { color: var(--color-gold-deep); }
.blog-card p { color: rgb(39 51 70 / 0.7); font-size: 0.875rem; line-height: 1.7; margin-bottom: 1.5rem; flex: 1; }
.blog-card .more {
  display: inline-flex; align-items: center; gap: 0.375rem;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--color-gold-deep); font-weight: 500;
}
.blog-card .category-badge {
  position: absolute; top: 1rem; left: 1rem;
  padding: 0.25rem 0.75rem; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.18em;
  background: rgb(39 51 70 / 0.85); color: var(--color-cream);
  border-radius: 2px;
}
.blog-card .category-badge.gold { background: rgb(201 162 76 / 0.95); color: var(--color-navy); }

/* ─── Appointment / contact-strip ────────────────────── */

.appointment {
  position: relative; overflow: hidden;
  background: var(--color-cream);
  padding: 5rem 0;
}
@media (min-width: 1024px) { .appointment { padding: 6rem 0; } }
/* Decorative gold blob behind grid */
.appointment::before {
  content: '';
  position: absolute;
  left: -8rem; top: 50%;
  transform: translateY(-50%);
  width: 520px; height: 520px;
  border-radius: 999px;
  background: rgb(201 162 76 / 0.05);
  filter: blur(48px);
  pointer-events: none;
  display: none;
}
@media (min-width: 1024px) { .appointment::before { display: block; } }
.appointment .container-domsol { position: relative; }
.appointment .grid {
  display: grid; gap: 2.5rem;
  align-items: stretch;
}
@media (min-width: 1024px) { .appointment .grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
/* Image wrapper holds the gold border deco + the image card */
.appointment .image-wrap { position: relative; }
.appointment .image-wrap .border-deco {
  position: absolute;
  inset: 0;
  transform: translate(1.25rem, 1.25rem);
  border: 1px solid rgb(201 162 76 / 0.4);
  border-radius: 2px;
  display: none;
  pointer-events: none;
}
@media (min-width: 1024px) { .appointment .image-wrap .border-deco { display: block; } }
.appointment .image {
  position: relative;
  height: 100%;
  min-height: 420px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgb(39 51 70 / 0.35);
}
.appointment .image img { width: 100%; height: 100%; object-fit: cover; }
.appointment .image .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgb(39 51 70 / 0.95), rgb(39 51 70 / 0.7) 50%, rgb(39 51 70 / 0.3));
}
.appointment .image .copy {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.75rem;
  color: var(--color-cream);
}
@media (min-width: 1024px) { .appointment .image .copy { padding: 2.5rem; } }
.appointment .image .copy .eyebrow { color: var(--color-gold-soft); margin-bottom: 1rem; display: block; }
.appointment .image .copy h2 {
  color: var(--color-cream);
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 3.4vw, 2.75rem);
  line-height: 1.15; margin-bottom: 1rem;
  text-shadow: 0 2px 24px rgb(0 0 0 / 0.6);
}
.appointment .image .copy p {
  color: var(--color-cream);
  font-size: 1rem; line-height: 1.625;
  max-width: 28rem;
  text-shadow: 0 1px 16px rgb(0 0 0 / 0.65);
}

.appointment-form, .contact-form-card {
  background: #ffffff;
  border-radius: 2px;
  padding: 1.75rem;
  box-shadow: 0 18px 40px -30px rgb(39 51 70 / 0.35);
}
@media (min-width: 1024px) { .appointment-form, .contact-form-card { padding: 2.5rem; } }
.appointment-form .eyebrow,
.contact-form-card .eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--color-gold-deep);
}
.appointment-form h3, .contact-form-card h3 {
  color: var(--color-navy);
  font-family: var(--font-display);
  font-size: 1.5rem; line-height: 1.3;
  margin: 0 0 1.75rem;
}
.req { color: var(--color-gold-deep); }
.form-footer { margin-top: 1.75rem; }

.field { display: flex; flex-direction: column; gap: 0.375rem; margin-bottom: 1rem; }
.field label {
  font-size: 10px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.22em;
  color: rgb(39 51 70 / 0.7);
}
.field .input-wrap { position: relative; }
.field .input-wrap svg {
  position: absolute; left: 0.875rem; top: 50%;
  width: 14px; height: 14px;
  transform: translateY(-50%);
  color: rgb(39 51 70 / 0.45);
}
.field input, .field textarea, .field select {
  width: 100%;
  border-radius: 2px;
  border: 1px solid rgb(39 51 70 / 0.15);
  background: #ffffff;
  color: var(--color-navy);
  padding: 0.75rem 1rem;
  font: inherit; font-size: 0.875rem;
  transition: border-color 200ms;
}
.field input.with-icon, .field textarea.with-icon { padding-left: 2.5rem; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--color-gold); }
.field textarea { resize: vertical; min-height: 110px; }
.field-grid-2 { display: grid; gap: 1rem; }
@media (min-width: 640px) { .field-grid-2 { grid-template-columns: 1fr 1fr; } }
.form-footer {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  flex-wrap: wrap; margin-top: 0.5rem;
}
.form-status { font-size: 13px; color: rgb(39 51 70 / 0.65); min-height: 1.25rem; }
.form-status.ok { color: var(--color-gold-deep); }
.privacy-note { color: rgb(39 51 70 / 0.55); font-size: 11px; margin-top: 0.75rem; }

/* ─── ContactStrip (home) ────────────────────────────── */

.contact-strip { background: var(--color-navy); padding: 6rem 0; }
@media (min-width: 1024px) { .contact-strip { padding: 8rem 0; } }
.contact-strip .container-domsol { max-width: 48rem; margin-inline: auto; }
.contact-strip .card {
  border-radius: 2px;
  background: rgb(193 165 100 / 0.32);
  padding: 1.5rem;
  color: var(--color-cream);
}
@media (min-width: 1024px) { .contact-strip .card { padding: 3rem; } }
.contact-strip h2 {
  color: var(--color-cream);
  text-align: center;
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  margin-bottom: 0.5rem;
}
.contact-strip .subtitle { text-align: center; color: rgb(246 242 234 / 0.75); font-size: 14px; margin-bottom: 2.5rem; }
.contact-strip .field label { color: rgb(246 242 234 / 0.7); }
.contact-strip .field input, .contact-strip .field textarea {
  background: transparent;
  border-color: rgb(255 255 255 / 0.25);
  color: var(--color-cream);
}
.contact-strip .field input:focus, .contact-strip .field textarea:focus { border-color: var(--color-gold); }
.contact-strip .field input::placeholder, .contact-strip .field textarea::placeholder { color: rgb(246 242 234 / 0.4); }
.contact-strip .form-status { color: rgb(246 242 234 / 0.7); }

/* ─── Newsletter strip ───────────────────────────────── */

.newsletter { background: var(--color-cream-warm); padding: 6rem 0; }
@media (min-width: 1024px) { .newsletter { padding: 8rem 0; } }
.newsletter .container-domsol { max-width: 36rem; margin-inline: auto; text-align: center; }
.newsletter h2 {
  color: var(--color-navy);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.3; margin-bottom: 1.25rem;
}
.newsletter p { color: rgb(39 51 70 / 0.7); font-size: 14px; line-height: 1.7; margin-bottom: 2.5rem; max-width: 32rem; margin-inline: auto; }
.newsletter form { display: flex; flex-direction: column; gap: 0.75rem; max-width: 32rem; margin-inline: auto; }
@media (min-width: 640px) { .newsletter form { flex-direction: row; } }
.newsletter input[type=email] {
  flex: 1; border-radius: 2px;
  border: 1px solid rgb(39 51 70 / 0.15);
  background: #ffffff;
  padding: 0.75rem 1rem; font-size: 14px;
}

/* ─── About / generic-content sections ───────────────── */

.section-header { text-align: center; margin-bottom: 3rem; }
.section-header h2 {
  color: var(--color-navy);
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.15; margin: 0.75rem 0 1.5rem;
}
.section-header .subtitle { color: rgb(39 51 70 / 0.7); max-width: 42rem; margin-inline: auto; font-size: 1rem; line-height: 1.7; }
.section-navy .section-header h2 { color: var(--color-cream); }
.section-navy .section-header .subtitle { color: rgb(246 242 234 / 0.75); }

.two-col {
  display: grid; gap: 3rem; align-items: center;
}
@media (min-width: 1024px) { .two-col { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.two-col h2 {
  color: var(--color-navy);
  font-size: clamp(1.875rem, 3.4vw, 2.75rem);
  line-height: 1.15; margin-bottom: 1.25rem;
}
.two-col .gold-rule { margin: 0 0 1.75rem; }
.two-col p { color: rgb(39 51 70 / 0.75); font-size: 1.0625rem; line-height: 1.7; }
.two-col p + p { margin-top: 1rem; }
.two-col .image {
  border-radius: 2px; overflow: hidden;
  box-shadow: 0 30px 60px -30px rgb(39 51 70 / 0.35);
  aspect-ratio: 4/5;
}
.two-col .image img { width: 100%; height: 100%; object-fit: cover; }
.two-col.reversed > .image,
.two-col.reversed > .image-wrap { order: 1; }
.two-col.reversed > .copy { order: 2; }
@media (min-width: 1024px) {
  .two-col.reversed > .image,
  .two-col.reversed > .image-wrap { order: 2; }
  .two-col.reversed > .copy { order: 1; }
}

/* Generic two-col image wrapper with optional gold border deco */
.two-col-image { position: relative; }
.two-col-image .border-deco {
  position: absolute; inset: 0;
  transform: translate(1.25rem, 1.25rem);
  border: 1px solid rgb(201 162 76 / 0.4);
  border-radius: 2px;
  pointer-events: none;
  display: none;
}
.two-col-image.deco-left .border-deco {
  transform: translate(-1.25rem, 1.25rem);
}
@media (min-width: 1024px) { .two-col-image .border-deco { display: block; } }
.two-col-image .image {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgb(39 51 70 / 0.35);
}
.two-col-image-54 .image { aspect-ratio: 5/4; }
.two-col-image .image img { width: 100%; height: 100%; object-fit: cover; }

/* Eyebrow with leading icon (e.g. MapPin) */
.eyebrow .eyebrow-icon {
  display: inline-flex;
  vertical-align: -2px;
  margin-right: 0.375rem;
}

/* About: Promise band — navy bg, diagonal stripes, centered text spanning full container */
.promise-band {
  position: relative;
  overflow: hidden;
  background: var(--color-navy);
  color: var(--color-cream);
  padding: 5rem 0;
}
@media (min-width: 1024px) { .promise-band { padding: 6rem 0; } }
.promise-band .stripe-bg {
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 14px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 22%, black 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 22%, black 78%, transparent 100%);
}
.promise-band .container-domsol {
  position: relative;
  text-align: center;
}
.promise-band .eyebrow {
  display: block;
  color: var(--color-gold-soft);
  margin-bottom: 1rem;
}
.promise-band .quote-mark {
  display: block;
  margin: 0 auto 1.25rem;
  color: rgb(201 162 76 / 0.8);
}
.promise-band h2 {
  color: var(--color-cream);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.2;
  margin: 0 auto 1.5rem;
  max-width: 1100px;
}
.promise-band p {
  color: rgb(246 242 234 / 0.8);
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 1200px;
}

/* About: CTA band (bottom) — same diagonal-stripe navy treatment as promise-band */
.cta-band {
  position: relative;
  overflow: hidden;
  background: var(--color-navy);
  color: var(--color-cream);
  padding: 5rem 0;
}
@media (min-width: 1024px) { .cta-band { padding: 6rem 0; } }
.cta-band .stripe-bg {
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 14px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 70%, transparent 100%);
}
.cta-band .container-domsol {
  position: relative;
  text-align: center;
}
.cta-band .eyebrow {
  display: block;
  color: var(--color-gold-soft);
  margin-bottom: 1rem;
}
.cta-band h2 {
  color: var(--color-cream);
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 3.4vw, 2.75rem);
  line-height: 1.2;
  margin: 0 auto 1.25rem;
  max-width: 1200px;
}
.cta-band p {
  color: rgb(246 242 234 / 0.8);
  font-size: 1.0625rem;
  line-height: 1.625;
  margin: 0 auto 2rem;
  max-width: 1100px;
}

/* About pillars */

.pillars-grid { display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .pillars-grid { grid-template-columns: 1fr 1fr; } }
.pillar-card {
  position: relative;
  background: #ffffff;
  border-radius: 2px;
  padding: 2rem;
  box-shadow: 0 18px 40px -30px rgb(39 51 70 / 0.35);
  transition: transform 420ms var(--ease-domsol), box-shadow 420ms;
}
@media (min-width: 1024px) { .pillar-card { padding: 2.5rem; } }
.pillar-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--color-gold);
}
.pillar-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px -38px rgb(39 51 70 / 0.4); }
.pillar-card h3 { color: var(--color-navy); font-size: 1.5rem; line-height: 1.3; margin-bottom: 1rem; }
.pillar-card p { color: rgb(39 51 70 / 0.75); font-size: 0.95rem; line-height: 1.7; }

/* About team member rows */

/* Header margin: mb-16 = 4rem */
.section-pad .section-header { margin-bottom: 4rem; }

/* Wrapper for stacking team rows with space-y-20 / lg:space-y-28 */
.team-rows { display: flex; flex-direction: column; gap: 5rem; }
@media (min-width: 1024px) { .team-rows { gap: 7rem; } }

.team-member-row {
  display: grid; gap: 2.5rem; align-items: center;
}
@media (min-width: 1024px) {
  .team-member-row {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
  }
  .team-member-row.reversed > .member-image { order: 2; }
  .team-member-row.reversed > .copy { order: 1; }
}

/* Image with gold border deco — alternates side based on .reversed */
.team-member-row .member-image {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
}
.team-member-row .member-image .border-deco {
  position: absolute;
  inset: 0;
  transform: translate(1.25rem, 1.25rem);
  border: 1px solid rgb(201 162 76 / 0.4);
  border-radius: 2px;
  pointer-events: none;
  display: none;
}
.team-member-row.reversed .member-image .border-deco {
  transform: translate(-1.25rem, 1.25rem);
}
@media (min-width: 1024px) {
  .team-member-row .member-image .border-deco { display: block; }
}
.team-member-row .photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 30px 60px -30px rgb(39 51 70 / 0.35);
}
.team-member-row .photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top;
  transition: transform 1200ms var(--ease-domsol);
}
.team-member-row .photo:hover img { transform: scale(1.04); }

.team-member-row .role {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--color-gold-deep);
  margin-bottom: 0.75rem;
}
.team-member-row h3 {
  color: var(--color-navy);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.team-member-row .quote {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--color-gold-deep);
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.team-member-row .bio {
  color: rgb(39 51 70 / 0.75);
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1.5rem;
}
.team-member-row .resp-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--color-navy);
  margin-bottom: 1rem;
}
.team-member-row ul.responsibilities li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.team-member-row ul.responsibilities li + li { margin-top: 0.75rem; }
.team-member-row ul.responsibilities .check {
  flex: none;
  margin-top: 0.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  border-radius: 999px;
  background: rgb(201 162 76 / 0.15);
  color: var(--color-gold-deep);
}
.team-member-row ul.responsibilities li > :not(.check) {
  color: rgb(39 51 70 / 0.75);
  font-size: 1rem;
  line-height: 1.625;
}

/* About contact (team grid alternative for contact page) */

.team-grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .team-grid { grid-template-columns: 1fr 1fr 1fr; } }
.team-card {
  display: flex; flex-direction: column; overflow: hidden;
  border-radius: 2px; background: var(--color-cream);
  box-shadow: 0 18px 40px -30px rgb(39 51 70 / 0.35);
  transition: transform 420ms var(--ease-domsol), box-shadow 420ms;
}
.team-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px -38px rgb(39 51 70 / 0.4); }
.team-card .photo {
  position: relative; aspect-ratio: 4/5; overflow: hidden;
}
.team-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card .photo .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgb(39 51 70 / 0.85), rgb(39 51 70 / 0.4) 50%, transparent);
}
.team-card .photo .label {
  position: absolute; bottom: 1rem; left: 1rem; right: 1rem; color: var(--color-cream);
}
.team-card .photo .label .role-tag { font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--color-gold-soft); margin-bottom: 0.25rem; }
.team-card .photo .label .name { font-family: var(--font-display); font-size: 1.375rem; line-height: 1.2; }
.team-card .body { padding: 1.5rem; }
.team-card .quote { font-family: var(--font-display); font-style: italic; color: var(--color-gold-deep); margin-bottom: 1rem; }
.team-card .links { display: flex; flex-direction: column; gap: 0.5rem; }
.team-card .links a { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--color-navy); font-size: 0.875rem; transition: color 200ms; }
.team-card .links a:hover { color: var(--color-gold-deep); }
.team-card .links svg { width: 14px; height: 14px; color: var(--color-gold-deep); }

/* ─── Guide page ─────────────────────────────────────── */

.audience-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-top: 1.5rem; }
.audience-pills li {
  border-radius: 999px;
  border: 1px solid rgb(201 162 76 / 0.4);
  background: rgb(39 51 70 / 0.4);
  padding: 0.375rem 1rem;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em;
  color: rgb(246 242 234 / 0.9);
  backdrop-filter: blur(4px);
}

.guide-grid {
  display: grid; gap: 2rem;
}
@media (min-width: 768px) { .guide-grid { grid-template-columns: 1fr 1fr; } }
.guide-card {
  display: flex; flex-direction: column; overflow: hidden;
  border-radius: 2px; background: #ffffff;
  box-shadow: 0 18px 40px -30px rgb(39 51 70 / 0.35);
  transition: transform 420ms var(--ease-domsol), box-shadow 420ms;
}
.guide-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px -38px rgb(39 51 70 / 0.4); }
.guide-card .image { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.guide-card .image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-domsol); }
.guide-card:hover .image img { transform: scale(1.04); }
.guide-card .image .num {
  position: absolute; top: 1rem; left: 1.25rem;
  color: rgb(246 242 234 / 0.9);
  font-family: var(--font-display); font-size: 3rem; line-height: 1;
  text-shadow: 0 2px 12px rgb(0 0 0 / 0.4);
}
.guide-card .body { display: flex; flex: 1; flex-direction: column; padding: 1.75rem; }
.guide-card h2 {
  color: var(--color-navy);
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  line-height: 1.25; margin-bottom: 1rem;
}
.guide-card p { color: rgb(39 51 70 / 0.7); font-size: 1rem; line-height: 1.7; margin-bottom: 1.5rem; flex: 1; }
.guide-card .more {
  display: inline-flex; align-items: center; gap: 0.375rem;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--color-gold-deep); font-weight: 500;
}

.internal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.internal-links a {
  border: 1px solid rgb(39 51 70 / 0.15);
  padding: 0.6rem 1.25rem;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--color-navy);
  transition: all 280ms;
}
.internal-links a:hover { border-color: var(--color-navy); background: var(--color-navy); color: var(--color-cream); }

/* ─── Contact page ───────────────────────────────────── */

.contact-info {
  background: var(--color-navy);
  color: var(--color-cream);
  border-radius: 2px;
  padding: 2rem;
  height: 100%;
  display: flex; flex-direction: column;
  box-shadow: 0 18px 40px -30px rgb(39 51 70 / 0.55);
}
@media (min-width: 1024px) { .contact-info { padding: 2.5rem; } }
.contact-info .eyebrow { color: var(--color-gold-soft); margin-bottom: 1.25rem; }
.contact-info h2 {
  color: var(--color-cream);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.2; margin-bottom: 1.5rem;
}
.info-block { display: flex; gap: 0.75rem; align-items: flex-start; margin-bottom: 1.5rem; }
.info-block .icon-wrap {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 999px;
  background: rgb(201 162 76 / 0.15); color: var(--color-gold-soft);
}
.info-block svg { width: 16px; height: 16px; }
.info-block h3 { font-family: var(--font-body); font-size: 10px; text-transform: uppercase; letter-spacing: 0.22em; color: rgb(246 242 234 / 0.6); margin-bottom: 0.375rem; font-weight: 500; }
.info-block a, .info-block p { color: var(--color-cream); font-size: 0.95rem; line-height: 1.55; }
.info-block a { display: block; transition: color 200ms; }
.info-block a:hover { color: var(--color-gold-soft); }

.contact-grid {
  display: grid; gap: 2rem;
}
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: stretch; } }

/* Contact: dark-filtered map with pulse pin + address overlay (matches Next.js) */
.map-section { background: var(--color-cream); padding-bottom: 5rem; }
@media (min-width: 1024px) { .map-section { padding-bottom: 6rem; } }

.map-wrap { position: relative; }
.map-wrap .border-deco {
  position: absolute; inset: 0;
  transform: translate(1.25rem, 1.25rem);
  border: 1px solid rgb(201 162 76 / 0.4);
  border-radius: 2px;
  pointer-events: none;
  display: none;
}
@media (min-width: 1024px) { .map-wrap .border-deco { display: block; } }

.map-card {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgb(39 51 70 / 0.45);
}

.map-frame {
  position: relative;
  aspect-ratio: 4/5;
  min-height: 480px;
  background: var(--color-navy);
}
@media (min-width: 640px) {
  .map-frame {
    aspect-ratio: 16/10;
    min-height: 0;
  }
}
@media (min-width: 1024px) {
  .map-frame { aspect-ratio: 21/9; }
}
.map-frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: 0;
  /* Dark night-mode filter (matches Next.js source) */
  filter: invert(0.92) hue-rotate(180deg) saturate(0.18) contrast(0.95) brightness(0.92);
}

/* Radial vignette: transparent in center, dark at edges */
.map-vignette {
  position: absolute; inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%,
    rgba(15,22,32,0) 0%,
    rgba(15,22,32,0) 14%,
    rgba(15,22,32,0.45) 55%,
    rgba(15,22,32,0.75) 100%);
}

/* Pulsing gold pin centered over the map */
.map-pin-wrap {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.map-pin {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.5rem; height: 1.5rem;
}
.map-pin-ping {
  position: absolute;
  width: 4rem; height: 4rem;
  border-radius: 999px;
  background: rgb(201 162 76 / 0.25);
  animation: map-ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes map-ping {
  0%   { transform: scale(0.4); opacity: 0.8; }
  100% { transform: scale(1); opacity: 0; }
}
.map-pin-dot {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.75rem; height: 1.75rem;
  border-radius: 999px;
  background: var(--color-gold);
  color: var(--color-navy);
  box-shadow: 0 4px 18px rgb(0 0 0 / 0.45), 0 0 0 4px rgb(201 162 76 / 0.3);
}

/* Address card overlay at bottom-left */
.map-address-card {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  border-radius: 2px;
  background: rgb(39 51 70 / 0.95);
  color: var(--color-cream);
  padding: 1.5rem;
  box-shadow: 0 20px 40px -20px rgb(0 0 0 / 0.45);
  backdrop-filter: blur(4px);
  max-width: none;
}
@media (min-width: 640px) {
  .map-address-card {
    left: 2rem; bottom: 2rem; right: auto;
    max-width: 28rem;
    padding: 1.75rem;
  }
}
.map-address-card .eyebrow { display: block; margin-bottom: 0.5rem; color: var(--color-gold-soft); }
.map-address-card .addr-line {
  font-size: 0.875rem;
  line-height: 1.625;
  color: rgb(246 242 234 / 0.9);
  margin-bottom: 1rem;
}
.map-address-card .maps-link {
  display: inline-flex; align-items: center; gap: 0.375rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-gold);
  transition: color 200ms;
}
.map-address-card .maps-link:hover { color: var(--color-gold-soft); }

/* ─── Blog page ──────────────────────────────────────── */

.featured-article {
  display: grid; gap: 0;
  background: #ffffff;
  border-radius: 2px; overflow: hidden;
  box-shadow: 0 18px 40px -30px rgb(39 51 70 / 0.35);
  transition: transform 420ms var(--ease-domsol), box-shadow 420ms;
}
@media (min-width: 768px) { .featured-article { grid-template-columns: 1fr 1fr; } }
.featured-article:hover { transform: translateY(-6px); box-shadow: 0 28px 60px -38px rgb(39 51 70 / 0.4); }
.featured-article .image { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.featured-article .image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-domsol); }
.featured-article:hover .image img { transform: scale(1.04); }
.featured-article .body { display: flex; flex-direction: column; justify-content: center; padding: 2rem; }
@media (min-width: 1024px) { .featured-article .body { padding: 3rem; } }
.featured-article .meta {
  display: flex; gap: 1rem; align-items: center; flex-wrap: wrap;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em;
  color: rgb(39 51 70 / 0.55); margin-bottom: 1.5rem;
}
.featured-article .meta span { display: inline-flex; align-items: center; gap: 0.375rem; }
.featured-article .meta svg { width: 12px; height: 12px; }
.featured-article h2 {
  color: var(--color-navy);
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  line-height: 1.2; margin-bottom: 1rem;
}
.featured-article p { color: rgb(39 51 70 / 0.7); font-size: 1rem; line-height: 1.7; margin-bottom: 1.5rem; }

.blog-post-grid {
  display: grid; gap: 2rem;
}
@media (min-width: 768px) { .blog-post-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .blog-post-grid { grid-template-columns: 1fr 1fr 1fr; } }

/* ─── Blog post (detail) ─────────────────────────────── */

.post-hero {
  position: relative; isolation: isolate;
  display: flex; align-items: flex-end; overflow: hidden;
  background: var(--color-navy);
  padding-top: 11rem; padding-bottom: 4rem;
  min-height: min(72svh, 680px);
  color: var(--color-cream);
}
@media (min-width: 1024px) { .post-hero { padding-top: 13rem; padding-bottom: 6rem; } }
.post-hero .container-domsol { max-width: 56rem; margin-inline: auto; position: relative; z-index: 1; }
.post-hero h1 {
  font-family: var(--font-display); font-weight: 400;
  color: var(--color-cream);
  font-size: clamp(2.25rem, 4.6vw, 3.75rem);
  line-height: 1.1;
  text-shadow: 0 1px 24px rgb(15 22 32 / 0.5);
  margin-top: 1rem;
}
.post-hero .meta {
  display: flex; gap: 1rem; align-items: center; flex-wrap: wrap;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em;
  color: rgb(246 242 234 / 0.75); margin-top: 1.5rem;
}
.post-hero .meta span { display: inline-flex; align-items: center; gap: 0.375rem; }
.post-hero .back {
  display: inline-flex; align-items: center; gap: 0.375rem;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.22em;
  color: rgb(246 242 234 / 0.75);
  margin-bottom: 1.5rem;
}
.post-hero .back:hover { color: var(--color-gold-soft); }
.post-hero .badge {
  display: inline-block;
  background: rgb(201 162 76 / 0.95);
  color: var(--color-navy);
  padding: 0.25rem 0.75rem;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em;
  border-radius: 2px;
}

.post-body { background: var(--color-cream); padding: 5rem 0; }
@media (min-width: 1024px) { .post-body { padding: 6rem 0; } }
.post-body .container-domsol { max-width: 48rem; margin-inline: auto; }
.post-body .lead {
  color: var(--color-navy);
  font-size: 1.25rem; line-height: 1.7;
  margin-bottom: 2.5rem;
}
.post-body .lead::first-letter {
  font-family: var(--font-display);
  color: var(--color-gold-deep);
  font-size: 3.5rem; line-height: 1; float: left;
  padding-right: 0.5rem; padding-top: 0.25rem;
}
.post-body section { margin-bottom: 2rem; }
.post-body section h2 {
  color: var(--color-navy);
  font-size: 1.75rem; line-height: 1.25;
  margin-bottom: 1rem;
}
.post-body section p { color: rgb(39 51 70 / 0.85); font-size: 1.0625rem; line-height: 1.75; }
.post-body .pullquote {
  border-left: 2px solid var(--color-gold);
  padding: 0.5rem 0 0.5rem 2rem;
  margin: 3rem 0;
}
.post-body .pullquote blockquote {
  font-family: var(--font-display); font-style: italic;
  color: var(--color-navy);
  font-size: 1.5rem; line-height: 1.4;
}
.post-body .takeaways {
  border-radius: 2px;
  background: #ffffff;
  padding: 1.75rem;
  box-shadow: 0 18px 40px -30px rgb(39 51 70 / 0.35);
  margin-top: 3rem;
}
@media (min-width: 1024px) { .post-body .takeaways { padding: 2.25rem; } }
.post-body .takeaways .label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--color-gold-deep); font-weight: 500; margin-bottom: 1rem;
}
.post-body .takeaways ul li { display: flex; gap: 0.625rem; align-items: flex-start; color: rgb(39 51 70 / 0.85); font-size: 0.95rem; line-height: 1.6; }
.post-body .takeaways ul li + li { margin-top: 0.75rem; }
.post-body .takeaways .check {
  flex: none; margin-top: 0.2rem;
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; border-radius: 999px;
  background: rgb(201 162 76 / 0.15); color: var(--color-gold-deep);
}

.author-bio { background: #ffffff; padding: 5rem 0; }
@media (min-width: 1024px) { .author-bio { padding: 6rem 0; } }
.author-bio .container-domsol { max-width: 48rem; margin-inline: auto; display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; }
.author-bio .photo {
  width: 128px; height: 128px; flex: none;
  overflow: hidden; border-radius: 2px;
  border: 1px solid rgb(201 162 76 / 0.4);
}
.author-bio .photo img { width: 100%; height: 100%; object-fit: cover; }
.author-bio .role { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.22em; color: var(--color-gold-deep); margin-bottom: 0.25rem; }
.author-bio h3 { color: var(--color-navy); font-size: 1.5rem; margin-bottom: 0.75rem; }
.author-bio p { color: rgb(39 51 70 / 0.75); font-size: 0.95rem; line-height: 1.7; }

/* ─── Privacy ────────────────────────────────────────── */

.privacy-page { background: var(--color-cream); padding-top: 11rem; padding-bottom: 6rem; }
@media (min-width: 1024px) { .privacy-page { padding-top: 13rem; } }
.privacy-page article { max-width: 48rem; margin-inline: auto; }
.privacy-page article > p:first-of-type { color: rgb(39 51 70 / 0.8); font-size: 1.125rem; line-height: 1.7; margin-bottom: 2.5rem; }
.privacy-page h1 { color: var(--color-navy); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin: 0.5rem 0 1.25rem; }
.privacy-page .gold-rule { margin-bottom: 2rem; --rule-w: 72px; }
.privacy-page section {
  margin-bottom: 2rem; padding-left: 1.5rem;
  border-left: 2px solid rgb(201 162 76 / 0.3);
  transition: border-color 300ms;
}
.privacy-page section:hover { border-left-color: var(--color-gold); }
.privacy-page section h2 { color: var(--color-navy); font-size: 1.5rem; margin-bottom: 0.75rem; }
.privacy-page section p { color: rgb(39 51 70 / 0.75); line-height: 1.7; }

/* ─── Misc ───────────────────────────────────────────── */

.center { text-align: center; }
.mt-md { margin-top: 1rem; }
.mt-lg { margin-top: 2rem; }
.cta-center { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 2rem; }
.lead-text { font-size: 1.0625rem; color: rgb(39 51 70 / 0.75); line-height: 1.7; }

/* Hide print on mobile */
@media (max-width: 1023px) {
  .lg-only { display: none !important; }
}

/* Body lock when mobile drawer is open */
body.no-scroll { overflow: hidden; }
