/* =====================================================
   ShowMeClean NWA — design system
   Crafted by ThatDeveloperGuy.com
   ===================================================== */

/* -----------------------------------------------------
   0. Tokens
   ----------------------------------------------------- */
:root {
  /* surface */
  --surface:       #FAF8F3;
  --surface-2:     #FFFFFF;
  --surface-3:     #F3EEE3;
  --surface-deep:  #EDE6D5;

  /* ink */
  --ink:           #162A3A;
  --ink-2:         #2F4659;
  --ink-3:         #405A70;
  --muted:         #7A8C9A;
  --muted-2:       #AFB9C1;
  --hair:          rgba(22,42,58,.10);
  --hair-2:        rgba(22,42,58,.06);

  /* brand */
  --teal:          #4A9EAD;
  --teal-dark:     #2E7480;
  --teal-darker:   #1F5560;
  --teal-soft:     #D6EAEE;
  --teal-soft-2:   #EAF4F6;

  /* accent */
  --gold:          #C8975A;
  --gold-soft:     #F2E4CB;
  --gold-mist:     #FAF2E1;

  /* signal */
  --ok:            #5EA76A;
  --warn:          #E2A857;
  --bad:           #C85048;

  /* type */
  --display:       'Fraunces', Georgia, 'Times New Roman', serif;
  --body:          'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --mono:          'JetBrains Mono', ui-monospace, monospace;

  /* rhythm */
  --pad:           88px;
  --pad-sec:       160px;
  --pad-sec-sm:    96px;
  --r-sm:          10px;
  --r-md:          16px;
  --r-lg:          22px;
  --r-xl:          36px;
  --r-pill:        999px;

  /* ease */
  --ease-out:      cubic-bezier(.16,1,.3,1);
  --ease:          cubic-bezier(.65,.05,.36,1);

  /* shadow */
  --sh-sm:         0 1px 2px rgba(22,42,58,.06), 0 2px 10px rgba(22,42,58,.04);
  --sh-md:         0 4px 14px rgba(22,42,58,.08), 0 10px 34px rgba(22,42,58,.06);
  --sh-lg:         0 12px 28px rgba(22,42,58,.1), 0 28px 60px rgba(22,42,58,.08);
  --sh-teal:       0 14px 30px rgba(74,158,173,.25), 0 4px 12px rgba(74,158,173,.18);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--surface);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg, picture, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: transparent; cursor: pointer; color: inherit; }
ul { list-style: none; }
::selection { background: var(--teal); color: white; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* -----------------------------------------------------
   1. Atmosphere
   ----------------------------------------------------- */
.atmo-bg {
  position: fixed;
  inset: -10%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 40% at 12% 10%, rgba(74,158,173,.08), transparent 60%),
    radial-gradient(ellipse 50% 40% at 92% 70%, rgba(200,151,90,.06), transparent 60%);
  filter: blur(30px);
}

#prog {
  position: fixed; left: 0; top: 0;
  width: 0%; height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--teal-dark));
  z-index: 9500;
  transition: width .1s linear;
}

/* -----------------------------------------------------
   2. Layout
   ----------------------------------------------------- */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.container-wide {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}

.section {
  padding: var(--pad-sec) 0;
  position: relative;
}
.section-sm { padding: var(--pad-sec-sm) 0; }

@media (max-width: 860px) {
  .section { padding: 96px 0; }
  .section-sm { padding: 72px 0; }
  .container, .container-wide { padding: 0 22px; }
}

/* -----------------------------------------------------
   3. Nav
   ----------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 500;
  background: rgba(250,248,243,.88);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s, padding .3s;
}
.nav.solid {
  border-bottom-color: var(--hair-2);
  background: rgba(250,248,243,.96);
}
.nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px 32px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px;
}
.nav-logo {
  display: inline-flex; align-items: center; gap: 14px;
  text-decoration: none;
  line-height: 1;
}
.logo-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: white;
  box-shadow: var(--sh-teal);
  font-family: var(--display);
  font-weight: 600;
}
.logo-mark svg { width: 22px; height: 22px; }
.logo-word {
  display: flex; flex-direction: column; gap: 2px;
}
.logo-word .l1 {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--ink);
}
.logo-word .l1 em { font-style: italic; color: var(--teal-dark); font-weight: 500; }
.logo-word .l2 {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links {
  display: flex; gap: 36px; align-items: center;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  transition: color .2s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute; left: 0; bottom: -8px;
  width: 0; height: 2px; background: var(--teal);
  transition: width .3s var(--ease-out);
  border-radius: 2px;
}
.nav-links a:hover { color: var(--teal-dark); }
.nav-links a:hover::after { width: 100%; }

.nav-r {
  display: flex; align-items: center; gap: 20px;
}
.nav-phone {
  font-family: var(--display);
  font-weight: 600;
  color: var(--teal-dark);
  font-size: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: color .2s;
}
.nav-phone svg { width: 16px; height: 16px; }
.nav-phone:hover { color: var(--teal); }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: var(--r-pill);
  transition: all .25s;
  cursor: pointer;
  white-space: nowrap;
}
.btn svg.arrow { width: 16px; height: 16px; transition: transform .25s; }
.btn:hover svg.arrow { transform: translateX(3px); }

.btn-primary {
  background: var(--teal);
  color: white;
  box-shadow: var(--sh-teal);
}
.btn-primary:hover {
  background: var(--teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(74,158,173,.3);
}

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
  padding: 11.5px 24.5px;
}
.btn-outline:hover {
  background: var(--ink);
  color: white;
}

.btn-ghost {
  background: var(--teal-soft-2);
  color: var(--teal-darker);
}
.btn-ghost:hover {
  background: var(--teal-soft);
}

.btn-lg { padding: 16px 32px; font-size: 15px; }

.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: var(--r-sm);
  border: 1px solid var(--hair);
  align-items: center; justify-content: center;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block; width: 18px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  position: relative;
  transition: transform .25s;
}
.nav-toggle span::before { content: ''; position: absolute; left: 0; top: -6px; }
.nav-toggle span::after  { content: ''; position: absolute; left: 0; top: 6px; }

@media (max-width: 1024px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 540px) {
  .nav-inner { padding: 16px 22px; }
  .nav-r .btn { padding: 10px 16px; font-size: 13px; }
}

.nav-drawer {
  position: fixed; top: 84px; left: 16px; right: 16px;
  z-index: 499;
  background: var(--surface-2);
  border: 1px solid var(--hair);
  border-radius: var(--r-lg);
  padding: 24px;
  box-shadow: var(--sh-lg);
  transform: translateY(-130%);
  transition: transform .35s var(--ease-out);
  display: none;
}
@media (max-width: 1024px) { .nav-drawer { display: block; } }
.nav-drawer.open { transform: translateY(0); }
.nav-drawer ul { display: flex; flex-direction: column; gap: 2px; }
.nav-drawer a {
  display: block;
  padding: 14px 16px;
  border-radius: var(--r-sm);
  font-weight: 500;
  color: var(--ink);
  transition: background .2s;
}
.nav-drawer a:hover { background: var(--teal-soft-2); color: var(--teal-dark); }
.nav-drawer .drawer-cta { margin-top: 16px; padding-top: 20px; border-top: 1px solid var(--hair-2); display: flex; flex-direction: column; gap: 10px; }
.nav-drawer .drawer-cta .btn { width: 100%; justify-content: center; }

/* -----------------------------------------------------
   4. Hero
   ----------------------------------------------------- */
.hero {
  padding: 60px 0 120px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -10%; right: -20%;
  width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(74,158,173,.12), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -10%; left: -20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(200,151,90,.08), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--teal-dark);
  background: var(--teal-soft-2);
  padding: 8px 16px;
  border-radius: var(--r-pill);
  margin-bottom: 28px;
  border: 1px solid rgba(74,158,173,.18);
}
.hero-kicker .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(74,158,173,.15);
}
.hero-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(44px, 6.5vw, 88px);
  line-height: 1.02;
  letter-spacing: -.02em;
  color: var(--ink);
  margin-bottom: 28px;
}
.hero-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--teal-dark);
}
.hero-sub {
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink-3);
  max-width: 520px;
  margin-bottom: 44px;
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 56px;
}
.hero-proof {
  display: flex; gap: 40px; flex-wrap: wrap;
}
.hp-item {
  display: flex; align-items: flex-start; gap: 12px;
}
.hp-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hp-icon svg { width: 18px; height: 18px; }
.hp-text .k {
  font-family: var(--display);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.2;
}
.hp-text .v {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 2px;
}

.hero-art {
  position: relative;
  aspect-ratio: 5 / 6;
  max-width: 480px;
  margin-left: auto;
}
.hero-art-frame {
  position: absolute;
  inset: 0;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  background: var(--surface-2);
  transform: rotate(-1.5deg);
}
.hero-art-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-art-tag {
  position: absolute;
  top: -24px; right: -28px;
  background: var(--surface-2);
  padding: 18px 22px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  transform: rotate(4deg);
  font-family: var(--display);
  font-size: 16px;
  color: var(--ink);
  display: flex; align-items: center; gap: 12px;
  border: 1px solid var(--hair-2);
}
.hero-art-tag .stars { color: var(--gold); }
.hero-art-card {
  position: absolute;
  bottom: -36px; left: -28px;
  background: var(--surface-2);
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  padding: 18px 22px;
  display: flex; align-items: center; gap: 14px;
  transform: rotate(-3deg);
  border: 1px solid var(--hair-2);
}
.hero-art-card .ini {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: white;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-weight: 600;
}
.hero-art-card .nm {
  font-family: var(--display);
  font-size: 14px;
  color: var(--ink);
  line-height: 1.2;
}
.hero-art-card .rl {
  font-size: 11px;
  color: var(--muted);
  font-family: var(--mono);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

@media (max-width: 960px) {
  .hero { padding: 40px 0 100px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-art { margin: 0 auto; max-width: 420px; }
  .hero-art-tag { right: -10px; }
  .hero-art-card { left: -10px; }
}
@media (max-width: 540px) {
  .hero-art-tag, .hero-art-card { display: none; }
  .hero-proof { gap: 24px; }
}

/* -----------------------------------------------------
   5. Sections: labels, titles
   ----------------------------------------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 20px;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 28px; height: 1.5px;
  background: var(--teal);
  border-radius: 2px;
}
.section-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--ink);
  margin-bottom: 22px;
  max-width: 860px;
}
.section-title em {
  font-style: italic;
  color: var(--teal-dark);
  font-weight: 300;
}
.section-sub {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-3);
  max-width: 620px;
}
.section-head {
  margin-bottom: 72px;
}
.section-head-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 72px;
}
@media (max-width: 860px) {
  .section-head-row { grid-template-columns: 1fr; gap: 20px; margin-bottom: 48px; }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}
.reveal.on { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .18s; }
.reveal.d3 { transition-delay: .26s; }
.reveal.d4 { transition-delay: .34s; }
.reveal.d5 { transition-delay: .42s; }

/* -----------------------------------------------------
   6. Services grid
   ----------------------------------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .services-grid { grid-template-columns: 1fr; } }

.svc-card {
  background: var(--surface-2);
  border: 1px solid var(--hair-2);
  border-radius: var(--r-lg);
  padding: 36px 30px;
  transition: transform .35s var(--ease-out), box-shadow .35s, border-color .35s;
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.svc-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--teal-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease-out);
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
  border-color: rgba(74,158,173,.3);
}
.svc-card:hover::before { transform: scaleX(1); }
.svc-card.featured {
  background: linear-gradient(160deg, var(--teal-soft-2), var(--surface-2) 60%);
  border-color: rgba(74,158,173,.3);
}
.svc-card.featured::before { transform: scaleX(1); }
.svc-card .tag {
  position: absolute;
  top: 20px; right: 20px;
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 10px;
  border-radius: var(--r-pill);
  background: var(--teal);
  color: white;
}
.svc-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.svc-icon svg { width: 28px; height: 28px; }
.svc-card h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 10px;
}
.svc-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink-3);
  margin-bottom: 20px;
}
.svc-price {
  font-family: var(--display);
  font-weight: 500;
  font-size: 32px;
  color: var(--ink);
  display: flex; align-items: baseline; gap: 8px;
  margin-bottom: 20px;
}
.svc-price .unit {
  font-family: var(--body);
  font-weight: 400;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 1px;
}
.svc-card ul {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 28px;
}
.svc-card li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
}
.svc-card li::before {
  content: '';
  margin-top: 7px;
  width: 10px; height: 7px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.svc-card .link {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--teal-dark);
  font-weight: 600;
  font-size: 14px;
  transition: gap .25s;
}
.svc-card .link svg { width: 14px; height: 14px; transition: transform .25s; }
.svc-card:hover .link svg { transform: translateX(4px); }

/* -----------------------------------------------------
   7. Trust bar
   ----------------------------------------------------- */
.trust-bar {
  padding: 44px 0;
  background: var(--surface-2);
  border-top: 1px solid var(--hair-2);
  border-bottom: 1px solid var(--hair-2);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  align-items: center;
}
.trust-item {
  display: flex; align-items: center; gap: 14px;
}
.trust-ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.trust-ico svg { width: 22px; height: 22px; }
.trust-k {
  font-family: var(--display);
  font-weight: 500;
  font-size: 16px;
  color: var(--ink);
  line-height: 1.25;
}
.trust-v {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 2px;
}
@media (max-width: 860px) { .trust-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (max-width: 460px) { .trust-grid { grid-template-columns: 1fr; } }

/* -----------------------------------------------------
   8. Owner block (Janie)
   ----------------------------------------------------- */
.owner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.owner-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  max-width: 460px;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}
.owner-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.owner-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(22,42,58,.35));
  pointer-events: none;
}
.owner-photo .name-plate {
  position: absolute; bottom: 24px; left: 24px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  padding: 14px 18px;
  border-radius: var(--r-sm);
  font-family: var(--display);
  z-index: 2;
}
.owner-photo .name-plate .n {
  font-weight: 600; font-size: 17px;
  color: var(--ink); line-height: 1.2;
}
.owner-photo .name-plate .r {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-top: 2px;
}
.owner-body blockquote {
  font-family: var(--display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 26px;
  position: relative;
  padding-left: 20px;
}
.owner-body blockquote::before {
  content: '';
  position: absolute; left: 0; top: 8px; bottom: 8px;
  width: 3px; border-radius: 2px;
  background: var(--teal);
}
.owner-body p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-3);
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .owner { grid-template-columns: 1fr; gap: 48px; }
  .owner-photo { max-width: 420px; }
}

/* -----------------------------------------------------
   9. Testimonials
   ----------------------------------------------------- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .reviews-grid { grid-template-columns: 1fr; } }

.rv-card {
  background: var(--surface-2);
  border: 1px solid var(--hair-2);
  border-radius: var(--r-lg);
  padding: 32px 30px;
  display: flex; flex-direction: column; gap: 20px;
  transition: transform .3s var(--ease-out), box-shadow .3s;
}
.rv-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.rv-stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; }
.rv-card blockquote {
  font-family: var(--display);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  flex-grow: 1;
}
.rv-who { display: flex; align-items: center; gap: 14px; padding-top: 4px; border-top: 1px solid var(--hair-2); padding: 16px 0 0; }
.rv-who .ini {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: white;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-weight: 600;
}
.rv-who .n {
  font-family: var(--display);
  font-weight: 500;
  font-size: 14.5px;
  color: var(--ink);
}
.rv-who .loc {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
  font-family: var(--mono);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* -----------------------------------------------------
   10. Service areas grid
   ----------------------------------------------------- */
.area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 980px) { .area-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .area-grid { grid-template-columns: 1fr; } }

.area-card {
  background: var(--surface-2);
  border: 1px solid var(--hair-2);
  border-radius: var(--r-md);
  padding: 28px 28px;
  transition: all .3s var(--ease-out);
  display: flex; flex-direction: column; gap: 10px;
  position: relative;
  overflow: hidden;
}
.area-card::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 80px; height: 80px;
  background: radial-gradient(circle at top right, rgba(74,158,173,.12), transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s;
}
.area-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(74,158,173,.3); }
.area-card:hover::after { opacity: 1; }
.area-card .pin {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal-dark);
  display: inline-flex; align-items: center; justify-content: center;
}
.area-card .pin svg { width: 16px; height: 16px; }
.area-card h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 20px;
  color: var(--ink);
  line-height: 1.2;
}
.area-card p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink-3);
}
.area-card .link {
  margin-top: auto;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--teal-dark);
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap .25s;
}
.area-card:hover .link { gap: 10px; }

/* -----------------------------------------------------
   11. How it works / steps
   ----------------------------------------------------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
  position: relative;
}
@media (max-width: 960px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }

.step {
  background: var(--surface-2);
  border: 1px solid var(--hair-2);
  border-radius: var(--r-md);
  padding: 32px 28px;
  counter-increment: step;
  position: relative;
  transition: all .3s var(--ease-out);
}
.step:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--display);
  font-weight: 400;
  font-size: 52px;
  line-height: 1;
  color: var(--teal);
  opacity: .4;
  display: block;
  margin-bottom: 16px;
}
.step h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 10px;
}
.step p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-3);
}

/* -----------------------------------------------------
   12. FAQ
   ----------------------------------------------------- */
.faq-wrap { max-width: 860px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--hair-2);
  padding: 24px 0;
}
.faq-q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 20px;
  color: var(--ink);
  text-align: left;
  line-height: 1.35;
}
.faq-q .ic {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--teal-soft-2);
  color: var(--teal-dark);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .3s var(--ease-out);
  font-size: 20px; line-height: 1;
}
.faq-item.open .faq-q .ic { transform: rotate(45deg); background: var(--teal); color: white; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease-out);
}
.faq-a-inner {
  padding-top: 18px;
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--ink-3);
  max-width: 720px;
}
.faq-item.open .faq-a { max-height: 500px; }

/* -----------------------------------------------------
   13. CTA band
   ----------------------------------------------------- */
.cta-band {
  padding: 110px 0;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal-darker));
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  top: -30%; left: 20%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,.06), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-band::after {
  content: '';
  position: absolute;
  bottom: -30%; right: 20%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(200,151,90,.08), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-band .inner {
  position: relative;
  max-width: 920px; margin: 0 auto; padding: 0 32px;
}
.cta-band .eyebrow { color: rgba(255,255,255,.75); margin-bottom: 22px; }
.cta-band .eyebrow::before { background: rgba(255,255,255,.55); }
.cta-band h2 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.1;
  margin-bottom: 26px;
}
.cta-band h2 em {
  font-style: italic;
  color: var(--gold-soft);
}
.cta-band p {
  font-size: 17px;
  color: rgba(255,255,255,.82);
  max-width: 580px; margin: 0 auto 40px;
  line-height: 1.7;
}
.cta-band .actions {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.cta-band .btn-primary {
  background: white;
  color: var(--teal-darker);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}
.cta-band .btn-primary:hover {
  background: var(--gold-soft);
  color: var(--ink);
}
.cta-band .btn-outline {
  background: transparent;
  color: white;
  border-color: rgba(255,255,255,.4);
}
.cta-band .btn-outline:hover {
  background: rgba(255,255,255,.1);
  color: white;
  border-color: white;
}

/* -----------------------------------------------------
   14. Page hero (subpages)
   ----------------------------------------------------- */
.page-hero {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-3) 100%);
  border-bottom: 1px solid var(--hair-2);
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 10%; right: -10%;
  width: 440px; height: 440px;
  background: radial-gradient(circle, rgba(74,158,173,.1), transparent 70%);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.page-hero-inner { max-width: 900px; }
.page-hero h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.05;
  letter-spacing: -.015em;
  color: var(--ink);
  margin-bottom: 22px;
}
.page-hero h1 em {
  font-style: italic;
  color: var(--teal-dark);
  font-weight: 300;
}
.page-hero .sub {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-3);
  max-width: 620px;
}

.breadcrumbs {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 26px;
}
.breadcrumbs a { color: var(--teal-dark); transition: color .2s; }
.breadcrumbs a:hover { color: var(--teal-darker); }
.breadcrumbs .sep { opacity: .5; }

/* -----------------------------------------------------
   15. Pricing table
   ----------------------------------------------------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 960px) { .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }
.pr-card {
  background: var(--surface-2);
  border: 1px solid var(--hair-2);
  border-radius: var(--r-lg);
  padding: 40px 32px 36px;
  display: flex; flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform .3s var(--ease-out), box-shadow .3s, border-color .3s;
}
.pr-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(74,158,173,.25); }
.pr-card.featured {
  background: linear-gradient(160deg, var(--teal-soft-2) 0%, var(--surface-2) 50%);
  border-color: rgba(74,158,173,.3);
}
.pr-card.featured::before {
  content: 'Most loved';
  position: absolute; top: 18px; right: 18px;
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 10px;
  border-radius: var(--r-pill);
  background: var(--teal);
  color: white;
}
.pr-card .kind {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 12px;
}
.pr-card h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 24px;
  color: var(--ink);
  margin-bottom: 10px;
}
.pr-card .blurb {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.65;
  margin-bottom: 24px;
  min-height: 48px;
}
.pr-card .pr {
  font-family: var(--display);
  font-weight: 500;
  font-size: 46px;
  line-height: 1;
  color: var(--ink);
  display: flex; align-items: baseline; gap: 8px;
  margin-bottom: 8px;
}
.pr-card .pr .plus { color: var(--teal-dark); font-size: 28px; }
.pr-card .pr .u {
  font-family: var(--body);
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 1px;
  font-weight: 400;
}
.pr-card .note {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 28px;
}
.pr-card ul {
  flex-grow: 1;
  margin-bottom: 28px;
  display: flex; flex-direction: column; gap: 10px;
}
.pr-card li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
}
.pr-card li::before {
  content: '';
  margin-top: 7px;
  width: 10px; height: 7px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.pr-card .btn { width: 100%; justify-content: center; }

/* -----------------------------------------------------
   16. Forms
   ----------------------------------------------------- */
.form-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
}
@media (max-width: 960px) { .form-wrap { grid-template-columns: 1fr; gap: 40px; } }
.form-info h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 28px;
  color: var(--ink);
  margin-bottom: 14px;
  line-height: 1.25;
}
.form-info p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--ink-3);
  margin-bottom: 28px;
  max-width: 480px;
}
.contact-list { display: flex; flex-direction: column; gap: 18px; }
.contact-list li {
  padding: 20px 22px;
  background: var(--surface-2);
  border: 1px solid var(--hair-2);
  border-radius: var(--r-md);
  transition: transform .25s, border-color .25s;
}
.contact-list li:hover { border-color: rgba(74,158,173,.25); transform: translateX(4px); }
.contact-list .k {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 6px;
}
.contact-list .v {
  font-family: var(--display);
  font-size: 17px;
  color: var(--ink);
  line-height: 1.3;
}
.contact-list .sub { font-size: 12.5px; color: var(--muted); margin-top: 4px; }

.form {
  background: var(--surface-2);
  padding: 40px 36px;
  border-radius: var(--r-lg);
  border: 1px solid var(--hair-2);
  box-shadow: var(--sh-sm);
}
.form .field { margin-bottom: 18px; }
.form label {
  display: block;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 8px;
  font-weight: 500;
}
.form input, .form textarea, .form select {
  width: 100%;
  background: var(--surface);
  border: 1.5px solid var(--hair);
  border-radius: var(--r-sm);
  padding: 14px 16px;
  font-family: var(--body);
  font-size: 15px;
  color: var(--ink);
  transition: border-color .2s, background .2s;
}
.form input::placeholder, .form textarea::placeholder { color: var(--muted); }
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
  border-color: var(--teal);
  background: var(--surface-2);
}
.form textarea { min-height: 140px; resize: vertical; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 540px) { .form .row { grid-template-columns: 1fr; } .form { padding: 28px 24px; } }
.form .consent { display: flex; align-items: flex-start; gap: 10px; margin: 10px 0 22px; }
.form .consent input { width: auto; margin-top: 6px; }
.form .consent label {
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--body);
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.5;
  font-weight: 400;
}
.form .submit { width: 100%; justify-content: center; }
.form .helper {
  margin-top: 18px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

/* -----------------------------------------------------
   17. Footer
   ----------------------------------------------------- */
footer {
  background: var(--ink);
  color: rgba(255,255,255,.78);
  padding: 80px 0 30px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
@media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 460px) { .foot-grid { grid-template-columns: 1fr; } }

.foot-brand .logo-word .l1 { color: white; }
.foot-brand .logo-word .l1 em { color: var(--teal-soft); }
.foot-brand .logo-word .l2 { color: rgba(255,255,255,.55); }
.foot-brand .logo-mark { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); }
.foot-brand p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,.62);
  max-width: 300px;
  margin-top: 18px;
}
.foot-col h4 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--teal-soft);
  margin-bottom: 16px;
}
.foot-col ul { display: flex; flex-direction: column; gap: 10px; }
.foot-col a {
  font-size: 14px;
  color: rgba(255,255,255,.68);
  transition: color .2s;
}
.foot-col a:hover { color: white; }
.foot-bottom {
  padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,.45);
}
.foot-bottom a { color: rgba(255,255,255,.68); transition: color .2s; }
.foot-bottom a:hover { color: white; }

/* -----------------------------------------------------
   18. Generic content (for service detail pages)
   ----------------------------------------------------- */
.prose { max-width: 760px; }
.prose h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  color: var(--ink);
  margin-top: 56px;
  margin-bottom: 20px;
  letter-spacing: -.01em;
}
.prose h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 22px;
  color: var(--ink);
  margin-top: 36px;
  margin-bottom: 14px;
}
.prose p {
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--ink-3);
  margin-bottom: 20px;
}
.prose ul, .prose ol {
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
}
.prose li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-2);
}
.prose li::before {
  content: '';
  position: absolute; left: 0; top: 11px;
  width: 10px; height: 7px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}
.prose a {
  color: var(--teal-dark);
  border-bottom: 1px solid currentColor;
  transition: color .2s;
}
.prose a:hover { color: var(--teal-darker); }

.callout {
  padding: 28px 32px;
  background: var(--teal-soft-2);
  border-left: 3px solid var(--teal);
  border-radius: var(--r-sm);
  margin: 32px 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--ink-2);
}

/* helpers */
.center  { text-align: center; }
.muted   { color: var(--muted); }
.mono    { font-family: var(--mono); }
.stack   { display: grid; gap: 16px; }
.hide-sm { }
@media (max-width: 540px) { .hide-sm { display: none; } }

/* badges */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--teal-soft-2);
  color: var(--teal-dark);
  border: 1px solid rgba(74,158,173,.2);
}
.badge.gold {
  background: var(--gold-mist);
  color: #8E6A38;
  border-color: rgba(200,151,90,.25);
}

/* Keyframes */
@keyframes pulseDot {
  0%,100% { box-shadow: 0 0 0 0 rgba(74,158,173,.5); }
  50%     { box-shadow: 0 0 0 8px rgba(74,158,173,0); }
}
.pulse-dot { animation: pulseDot 2s infinite; }

/* -----------------------------------------------------
   19. SEO v2.3 additions: answer capsule, skip link,
       cookie consent, Three.js canvas hero, speakable
   ----------------------------------------------------- */

/* Skip to content (WCAG 2.2 AA) */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--ink);
  color: white;
  padding: 12px 22px;
  border-radius: var(--r-sm);
  z-index: 10000;
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: top .2s;
}
.skip-link:focus {
  top: 16px;
  outline: 3px solid var(--teal);
  outline-offset: 2px;
}

/* Answer capsule (AEO / AIO extraction target) */
.answer-capsule {
  display: block;
  font-family: var(--display);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink);
  padding: 22px 26px;
  background: var(--teal-soft-2);
  border-left: 3px solid var(--teal);
  border-radius: var(--r-sm);
  margin: 12px 0 28px;
  max-width: 780px;
}
.answer-capsule strong { font-weight: 600; color: var(--ink); }

/* Stat highlight inline */
.stat {
  display: inline-block;
  padding: 2px 8px;
  background: var(--gold-mist);
  color: #8E6A38;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-family: var(--body);
}
.stat a { color: inherit; border-bottom: 1px dotted currentColor; }

/* Meta row (last-updated, author) */
.meta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 20px;
  flex-wrap: wrap;
}
.meta-row .dot { width: 3px; height: 3px; background: var(--muted); border-radius: 50%; }
.meta-row a { color: var(--teal-dark); }

/* Question H2 */
h2.q-heading {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.15;
  letter-spacing: -.01em;
  color: var(--ink);
  margin-top: 60px;
  margin-bottom: 14px;
  max-width: 820px;
}
h2.q-heading a {
  opacity: 0;
  margin-left: 12px;
  color: var(--teal);
  transition: opacity .2s;
  text-decoration: none;
}
h2.q-heading:hover a { opacity: 0.5; }

/* Three.js hero layer (subtle, cream ambient dots) */
#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: .55;
}
.hero { position: relative; }
.hero .container { position: relative; z-index: 1; }

/* Cookie consent banner */
.consent-banner {
  position: fixed;
  bottom: 20px; left: 20px; right: 20px;
  max-width: 680px;
  margin: 0 auto;
  background: var(--surface-2);
  border: 1px solid var(--hair);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  padding: 24px 28px;
  z-index: 9000;
  display: none;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
}
.consent-banner.show { display: block; animation: consentIn .35s var(--ease-out); }
@keyframes consentIn { from { opacity:0; transform: translateY(20px); } to { opacity:1; transform: translateY(0); } }
.consent-banner h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 8px;
}
.consent-banner p { margin-bottom: 16px; font-size: 13.5px; color: var(--ink-3); }
.consent-banner p a { color: var(--teal-dark); text-decoration: underline; }
.consent-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.consent-actions .btn { padding: 10px 20px; font-size: 13px; }
.consent-actions .btn-primary { background: var(--teal); color: white; }
.consent-actions .btn-reject { background: var(--surface); color: var(--ink); border: 1.5px solid var(--hair); }
.consent-actions .btn-reject:hover { background: var(--surface-3); border-color: var(--ink); }
@media (max-width: 540px) { .consent-banner { padding: 18px 20px; } .consent-actions .btn { flex: 1; justify-content: center; } }

/* Original data / cite block */
.cite-block {
  padding: 22px 26px;
  background: var(--gold-mist);
  border: 1px solid rgba(200,151,90,.25);
  border-radius: var(--r-md);
  margin: 32px 0;
  font-size: 13.5px;
  color: #8E6A38;
  line-height: 1.65;
}
.cite-block strong { font-family: var(--display); color: var(--ink); display: block; margin-bottom: 6px; }

/* Accessibility statement simple layout */
.a11y-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 680px) { .a11y-grid { grid-template-columns: 1fr; } }
.a11y-cell {
  padding: 24px 26px;
  background: var(--surface-2);
  border: 1px solid var(--hair-2);
  border-radius: var(--r-md);
}
.a11y-cell .k {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 10px;
}
.a11y-cell .v {
  font-family: var(--display);
  font-size: 18px;
  color: var(--ink);
  line-height: 1.3;
}

/* sr-only (WCAG) */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
