


:root,
:root[data-palette="B"] {
  --paper:         #F8F5EE;   
  --paper-2:       #F1EBDE;   
  --paper-3:       #FFFFFF;   
  --rule:          rgba(26,26,26,.08);
  --rule-2:        rgba(26,26,26,.18);
  --rule-3:        rgba(26,26,26,.36);

  --text:          #1A1A1A;
  --text-mute:     #4B514E;
  --text-faint:    #8C928E;

  --ink:           #1F3F37;   
  --ink-2:         #2F5D50;   
  --ink-3:         #3D6F60;
  --rule-on-ink:   rgba(248,245,238,.14);
  --rule-on-ink-2: rgba(248,245,238,.28);

  --text-on-ink:   #F8F5EE;
  --text-on-ink-mute: #D6DFD9;
  --text-on-ink-faint: #7E928A;

  
  --accent:        #2F5D50;   
  --accent-strong: #224238;   
  --accent-soft:   rgba(47,93,80,.10);
  --on-accent:     #FFFFFF;   
  --on-accent-hover: #C5A572; 
  --gilt:          #C5A572;   
  --gilt-strong:   #A88858;
  --gilt-deep:     #735730;   
  --gilt-soft:     rgba(197,165,114,.20);

  --accent-on-ink: #D7BE8C;   
  --accent-on-ink-strong: #E9D5A8;

  --signal-pos:    #2F5D50;
  --signal-neg:    #C8553D;

  
  --logo-bar-1: #C5A572;  
  --logo-bar-2: #C5A572;  
  --logo-bar-3: #2F5D50;  
  --logo-bar-4: #2F5D50;  
  
  --logo-bar-1-ink: #4F7568;
  --logo-bar-2-ink: #87A294;
  --logo-bar-3-ink: #D7BE8C;
  --logo-bar-4-ink: #E9D5A8;
}


:root[data-palette="A"] {
  --paper:         #F5EFE6;
  --paper-2:       #EBE2D2;
  --paper-3:       #FFFFFF;
  --rule:          rgba(26,26,26,.08);
  --rule-2:        rgba(26,26,26,.18);
  --rule-3:        rgba(26,26,26,.36);

  --text:          #1A1A1A;
  --text-mute:     #5A4838;
  --text-faint:    #A08F7C;

  --ink:           #1A130C;   
  --ink-2:         #241A11;
  --ink-3:         #2E2117;
  --rule-on-ink:   rgba(245,239,231,.14);
  --rule-on-ink-2: rgba(245,239,231,.26);

  --text-on-ink:   #F5EFE7;
  --text-on-ink-mute: #B6A698;
  --text-on-ink-faint: #786455;

  --accent:        #C8553D;   
  --accent-strong: #A8442D;
  --accent-soft:   rgba(200,85,61,.12);
  --on-accent:     #FFFFFF;   
  --on-accent-hover: #FAF4E7; 
  --gilt:          #B68852;   
  --gilt-strong:   #946832;
  --gilt-deep:     #6E5226;
  --gilt-soft:     rgba(182,136,82,.16);

  --accent-on-ink: #E27A60;
  --accent-on-ink-strong: #F19A82;

  --signal-pos:    #5C7F47;
  --signal-neg:    #C8553D;

  
  --logo-bar-1: #D4C8BE;
  --logo-bar-2: #A89890;
  --logo-bar-3: #1A1A1A;
  --logo-bar-4: #C8553D;
  
  --logo-bar-1-ink: #6A584A;
  --logo-bar-2-ink: #A8907E;
  --logo-bar-3-ink: #E9D5A8;
  --logo-bar-4-ink: #E27A60;
}


:root {
  --font: 'Geologica', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'ValproDisplay', 'Geologica', Georgia, 'Times New Roman', serif;
  --font-num: 'Geologica', ui-monospace, 'SF Mono', Menlo, monospace;

  --t-hero:   clamp(46px, 7.5vw, 132px);
  --t-h1:     clamp(40px, 5.6vw, 88px);
  --t-h2:     clamp(30px, 3.6vw, 56px);
  --t-h3:     clamp(22px, 2vw,   30px);
  --t-h4:     clamp(18px, 1.4vw, 21px);
  --t-lead:   clamp(17px, 1.3vw, 21px);
  --t-body:   17px;
  --t-small:  14px;
  --t-eyebrow:11px;

  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px;
  --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px;
  --s-9: 96px; --s-10: 128px; --s-11: 192px;

  --container:   1320px;
  --container-narrow: 1080px;
  --gutter:      clamp(20px, 4vw, 48px);

  --r-1: 2px; --r-2: 4px; --r-3: 12px; --r-pill: 999px;

  --ease-out:    cubic-bezier(.16,1,.3,1);
  --ease-in-out: cubic-bezier(.65,0,.35,1);
  --dur-fast: 180ms; --dur-mid: 360ms; --dur-slow: 720ms;
}


.btn-primary,
.btn-primary:visited { color: var(--on-accent); }
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html, body { overflow-x: clip; max-width: 100vw; } 
html, body { overscroll-behavior-y: contain; } 
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
html, body, a, button, label, [role="button"] { -webkit-tap-highlight-color: transparent; }
a:active, button:active, label:active, [role="button"]:active {
  opacity: 0.7;
  transition: opacity 80ms ease-out;
}

body {
  font-family: var(--font);
  font-size: var(--t-body);
  line-height: 1.55;
  
  font-weight: 400;
  letter-spacing: .002em;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  
  font-feature-settings:
    "lnum" 1,
    "cv11" 0,
    "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0,
    "ss06" 0, "ss07" 0, "ss08" 0, "ss09" 0, "ss10" 0;
  font-variant-numeric: lining-nums proportional-nums;
}

::selection { background: var(--accent); color: var(--on-accent); }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 200;  
  line-height: 1.05;
  letter-spacing: -.025em;
  text-wrap: balance;
}

h1 em, h2 em, h3 em, .h1 em, .h2 em, .h3 em, .h-display em {
  color: var(--gilt-deep);
  font-style: normal;
  font-weight: 500;
}
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }
strong, b { font-weight: 600; }


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


.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: var(--t-eyebrow);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-mute);
}
.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--accent);
}
.on-ink .eyebrow { color: var(--text-on-ink-mute); }
.on-ink .eyebrow::before { background: var(--accent-on-ink); }


.h-display {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--t-hero);
  line-height: .98;
  letter-spacing: -.035em;
}
.h-display em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
}
.h-display .num {
  font-feature-settings: "tnum", "lnum";
  letter-spacing: -.045em;
}


.h1 { font-size: var(--t-h1); font-weight: 300; letter-spacing: -.03em; line-height: 1.02; }
.h2 { font-size: var(--t-h2); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
.h3 { font-size: var(--t-h3); font-weight: 500; letter-spacing: -.012em; line-height: 1.18; }
.h4 { font-size: var(--t-h4); font-weight: 500; letter-spacing: -.005em; line-height: 1.25; }

.lead { font-size: var(--t-lead); line-height: 1.5; color: var(--text-mute); font-weight: 400; max-width: 64ch; }
.on-ink .lead { color: var(--text-on-ink-mute); }

.accent { color: var(--accent); }
.num { font-feature-settings: "tnum", "lnum"; }


.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: var(--r-3);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .01em;
  border: 1px solid transparent;
  transition: background var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out),
              border-color var(--dur-fast) var(--ease-out),
              transform var(--dur-fast) var(--ease-out);
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}
.btn .arrow { transition: transform var(--dur-fast) var(--ease-out); display: inline-block; }
.btn:hover .arrow { transform: translateX(4px); }
.btn:hover .arrow--down { transform: translateY(4px); }
.btn:hover .arrow--up   { transform: translateY(-4px); }

.btn-primary {
  background: var(--accent);
  color: var(--on-accent);
  border-color: var(--accent);
}
.btn-primary:hover {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  color: var(--on-accent-hover);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--rule-2);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

.on-ink .btn-ghost {
  color: var(--text-on-ink);
  border-color: var(--rule-on-ink-2);
}
.on-ink .btn-ghost:hover { border-color: var(--accent-on-ink); color: var(--accent-on-ink); }

.on-ink .btn-primary {
  background: var(--accent-on-ink);
  color: var(--ink);
  border-color: var(--accent-on-ink);
}
.on-ink .btn-primary:hover { background: var(--accent-on-ink-strong); border-color: var(--accent-on-ink-strong); }

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--accent);
  border-bottom: 1px solid var(--accent);
  padding: 0 0 2px;
}
.btn-link:hover { color: var(--accent-strong); border-color: var(--accent-strong); }


.section {
  padding: clamp(64px, 9vw, 144px) 0;
  position: relative;
}
.section.tight { padding: clamp(48px, 6vw, 96px) 0; }

.section-paper   { background: var(--paper);   color: var(--text); }
.section-paper-2 { background: var(--paper-2); color: var(--text); }
.section-paper-3 { background: var(--paper-3); color: var(--text); }
.section-ink     { background: var(--ink);     color: var(--text-on-ink); }
.section-ink     { --rule: var(--rule-on-ink); --rule-2: var(--rule-on-ink-2); --accent-current: var(--accent-on-ink); }

.section-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media (max-width: 800px) { .section-head { grid-template-columns: 1fr; gap: 24px; } }

.section-head:has(.calc-svc-lead) {
  grid-template-columns: 1fr;
  align-items: stretch;
}


.logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
.logo-mark {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  height: 36px;
}
.logo-mark i {
  width: 7px;
  border-radius: 1px;
  display: block;
  transition: height var(--dur-mid) var(--ease-out);
}
.logo-mark i:nth-child(1) { height: 35%; background: var(--logo-bar-1); }
.logo-mark i:nth-child(2) { height: 55%; background: var(--logo-bar-2); }
.logo-mark i:nth-child(3) { height: 75%; background: var(--logo-bar-3); }
.logo-mark i:nth-child(4) { height: 100%; background: var(--logo-bar-4); }

.on-ink .logo-mark i:nth-child(1) { background: var(--logo-bar-1-ink); }
.on-ink .logo-mark i:nth-child(2) { background: var(--logo-bar-2-ink); }
.on-ink .logo-mark i:nth-child(3) { background: var(--logo-bar-3-ink); }
.on-ink .logo-mark i:nth-child(4) { background: var(--logo-bar-4-ink); }

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.logo-title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -.01em;
}
.logo-sub {
  font-size: 10.5px;
  margin-top: 4px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 500;
}
.on-ink .logo-sub { color: var(--text-on-ink-mute); }


.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in oklab, var(--paper) 88%, transparent);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--rule);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  height: 84px;
}
.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
  margin: 0 auto;
}
.nav a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  color: var(--text);
  opacity: .76;
  position: relative;
  padding: 6px 0;
  transition: opacity var(--dur-fast), color var(--dur-fast);
  white-space: nowrap;
}
.nav a:hover { opacity: 1; color: var(--accent); }
.nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--accent);
  transition: right var(--dur-mid) var(--ease-out);
}
.nav a:hover::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: clamp(10px, 1.4vw, 20px); }
.header-phone {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--text);
  font-feature-settings: "tnum";
}
.header-phone:hover { color: var(--accent); }

#nav-toggle { display: none; }
.burger {
  display: none;
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
  border: 1px solid var(--rule-2);
  border-radius: var(--r-1);
  cursor: pointer;
}
.burger svg { width: 18px; height: 18px; stroke: currentColor; }


.trust-band {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.trust-band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-cell {
  padding: clamp(28px, 4vw, 56px) clamp(20px, 3vw, 40px);
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.trust-cell:last-child { border-right: 0; }
.trust-num {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.4vw, 64px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--accent);
  font-feature-settings: "tnum", "lnum";
}
.section-ink .trust-num { color: var(--accent-on-ink); }
.trust-num small {
  font-size: .42em;
  margin-left: 4px;
  color: var(--text-mute);
  letter-spacing: 0;
}
.section-ink .trust-num small { color: var(--text-on-ink-mute); }
.trust-label {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-mute);
}
.section-ink .trust-label { color: var(--text-on-ink-mute); }
.trust-label strong { color: var(--text); font-weight: 500; }
.section-ink .trust-label strong { color: var(--text-on-ink); }
@media (max-width: 900px) {
  .trust-band-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-cell:nth-child(2) { border-right: 0; }
  .trust-cell:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
}
@media (max-width: 520px) {
  
  .trust-band-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
  .trust-cell {
    padding: 18px 14px;
    gap: 8px;
    min-height: 124px;
  }
  
  .trust-cell:nth-child(odd) { border-right: 1px solid var(--rule); }
  .trust-cell:nth-child(even) { border-right: 0 !important; }
  .trust-cell:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .trust-cell:nth-child(n+3) { border-bottom: 0; }
  .trust-num { font-size: 28px; }
  .trust-num small { font-size: .5em; }
  .trust-label {
    font-size: 12.5px; line-height: 1.45;
    
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}


.triad-band {
  padding: clamp(36px, 4vw, 56px) 0;
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.triad-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.triad-cell {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(20px, 2.4vw, 36px) clamp(20px, 3vw, 40px);
  border-right: 1px solid var(--rule);
  color: var(--text);
  text-decoration: none;
  transition: background .2s ease;
}
.triad-cell:last-child { border-right: 0; }
.triad-cell:hover { background: rgba(47,93,80,.04); }
.triad-cell:focus-visible { outline: 2px solid var(--accent); outline-offset: -4px; }
.triad-eyebrow {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.triad-num {
  font-family: var(--font-display);
  font-size: clamp(64px, 7vw, 96px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: -.05em;
  color: var(--accent);
  font-feature-settings: "tnum", "lnum";
}
.triad-label {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text);
  margin-top: 4px;
}
.triad-arrow {
  margin-top: auto;
  padding-top: 12px;
  font-size: 13.5px;
  color: var(--gilt-deep);
  letter-spacing: .01em;
}
.triad-cell:hover .triad-arrow { color: var(--accent-strong); }
@media (max-width: 880px) {
  .triad-grid { grid-template-columns: 1fr; }
  .triad-cell {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
    padding: 18px 18px;
    gap: 6px;
  }
  .triad-cell:last-child { border-bottom: 0; }
  .triad-num { font-size: 56px; }
  .triad-label { font-size: 14px; }
  .triad-arrow { padding-top: 8px; font-size: 13px; }
}


.process { padding: clamp(64px, 8vw, 128px) 0; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 56px);
  margin-top: clamp(32px, 4vw, 64px);
}
.process-step { position: relative; padding-top: 36px; }
.process-step::before {
  content: "";
  position: absolute; top: 14px; left: 0;
  width: 100%; height: 1px;
  background: var(--rule-2);
}
.section-ink .process-step::before { background: var(--rule-on-ink-2); }
.process-step::after {
  content: "";
  position: absolute; top: 10px; left: 0;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--accent);
}
.process-num {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  font-weight: 500;
  font-feature-settings: "tnum";
}
.process-step h3 { font-size: 22px; font-weight: 500; margin-bottom: 10px; letter-spacing: -.012em; }
.process-step p  { font-size: 15px; color: var(--text-mute); line-height: 1.55; }
.section-ink .process-step p { color: var(--text-on-ink-mute); }
@media (max-width: 800px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 48px; }
}
@media (max-width: 480px) {
  .process-grid { grid-template-columns: 1fr; }
}


.expert {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
  padding-bottom: clamp(48px, 6vw, 96px);
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 900px) { .expert { grid-template-columns: 1fr; } }

.team-others {
  margin-top: clamp(40px, 5vw, 72px);
}
.team-others-eyebrow {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.team-others-eyebrow::before {
  content: ""; width: 32px; height: 1px; background: var(--accent);
}
.team-others-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.team-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
  padding: clamp(20px, 2vw, 32px) 0;
  border-top: 1px solid var(--rule);
}
@media (max-width: 700px) {
  .team-card { grid-template-columns: 1fr; gap: 18px; }
}
.team-card-portrait {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--paper-2);
  border: 1px solid var(--rule-2);
  overflow: hidden;
}
.team-card-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(.92) contrast(1.04);
}
.team-card-role {
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 8px;
}
.team-card-name {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0 0 14px;
}
.team-card-bio {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-mute);
  max-width: 60ch;
}
.team-card-bio p + p { margin-top: 12px; }

.expert-portrait {
  position: relative;
  border: 1px solid var(--rule-2);
  background: var(--paper-2);
  aspect-ratio: 4/5;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.expert-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(.92) contrast(1.04);
}
.expert-portrait-caption {
  position: relative;
  font-size: 12px;
  color: var(--text-on-ink);
  letter-spacing: .04em;
  background: linear-gradient(to top, rgba(11,15,12,.78) 0%, rgba(11,15,12,.55) 60%, transparent 100%);
  padding: 56px 24px 22px;
  width: 100%;
  margin: 0;
  text-transform: none;
  font-weight: 500;
}
.expert-portrait-caption b {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.005em;
  color: var(--paper);
  margin-bottom: 4px;
}
.expert-name {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.02;
  margin-bottom: 8px;
}
.expert-role {
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 32px;
}
.expert-body { font-size: 17px; line-height: 1.65; color: var(--text); }
.expert-body p + p { margin-top: 18px; }
.expert-creds {
  margin-top: 32px;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.expert-cred {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
  padding-right: 24px;
}
.expert-cred:nth-child(2n) { padding-right: 0; padding-left: 24px; border-left: 1px solid var(--rule); }
.expert-cred:nth-last-child(-n+2):not(:nth-child(2n)),
.expert-cred:nth-last-child(-n+1) {  }
.expert-cred-label {
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 8px;
  font-weight: 500;
}
.expert-cred-val { font-size: 17px; font-weight: 500; color: var(--text); font-feature-settings: "tnum"; }
.expert-cred-val small { display: block; font-weight: 400; color: var(--text-mute); font-size: 13px; margin-top: 6px; }


.faq-list { border-top: 1px solid var(--rule-2); }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 30px 0;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 400;
  letter-spacing: -.012em;
  color: var(--text);
  transition: color var(--dur-fast);
}
.faq-item summary::-webkit-details-marker { display: none; }

details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
details > summary::marker { display: none; }
.faq-item summary:hover { color: var(--accent); }
.faq-toggle {
  flex: 0 0 auto;
  width: 38px; height: 38px;
  border: 1px solid var(--rule-2);
  border-radius: 50%;
  position: relative;
  transition: background var(--dur-fast), border-color var(--dur-fast), transform var(--dur-mid), color var(--dur-fast);
  color: var(--text);
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  background: currentColor;
  border-radius: 1px;
  transition: transform var(--dur-mid);
}
.faq-toggle::before { width: 14px; height: 1.8px; transform: translate(-50%, -50%); }
.faq-toggle::after  { width: 1.8px; height: 14px; transform: translate(-50%, -50%); }
.faq-item[open] .faq-toggle {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--paper-3);
}
.faq-item[open] .faq-toggle::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-answer {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-mute);
  padding: 0 64px 32px 0;
  max-width: 78ch;
}
.faq-answer p + p { margin-top: 12px; }
.faq-answer strong { color: var(--text); font-weight: 500; }
@media (max-width: 600px) {
  .faq-answer { padding-right: 0; }
}


.cta {
  background: var(--ink);
  color: var(--text-on-ink);
  --rule: var(--rule-on-ink);
  --rule-2: var(--rule-on-ink-2);
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--accent-on-ink);
}
.cta h2, .cta .h2 { color: var(--text-on-ink); }
.cta .accent { color: var(--accent-on-ink); }
.cta .lead { color: var(--text-on-ink-mute); }
.cta .eyebrow { color: var(--text-on-ink-mute); }
.cta .eyebrow::before { background: var(--accent-on-ink); }
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
@media (max-width: 900px) { .cta-grid { grid-template-columns: 1fr; } }

.cta-bullets { margin-top: 32px; }
.cta-bullets li {
  padding: 16px 0;
  border-top: 1px solid var(--rule-on-ink);
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 16px;
  color: var(--text-on-ink);
}
.cta-bullets li::before {
  content: "";
  flex: 0 0 6px;
  width: 6px; height: 6px;
  background: var(--accent-on-ink);
  margin-top: 9px;
  border-radius: 50%;
}


.form-card {
  background: var(--paper-3);
  border: 1px solid rgba(11,35,29,.10);
  padding: clamp(28px, 3vw, 44px);
  box-shadow: 0 1px 0 rgba(11,35,29,.04), 0 24px 56px -28px rgba(11,35,29,.22);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; gap: 0; } }
.field { margin-bottom: 22px; }
.field.full { grid-column: 1 / -1; }
.field label {
  display: block;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 8px;
  font-weight: 500;
}
.field label .req { color: var(--accent); margin-left: 2px; }
.input, .select, .textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(11,35,29,.20);
  color: var(--text);
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 0;
  outline: 0;
  border-radius: 0;
  transition: border-color var(--dur-fast);
}
.input::placeholder, .textarea::placeholder { color: rgba(11,35,29,.30); }
.input:focus, .select:focus, .textarea:focus { border-bottom-color: var(--accent); }
.textarea { resize: vertical; min-height: 72px; line-height: 1.5; }
.select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%230B231D' stroke-width='1.4' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 24px;
  cursor: pointer;
}
.field.has-error .input,
.field.has-error .select,
.field.has-error .textarea { border-bottom-color: var(--signal-neg); }
.error-text {
  display: none;
  font-size: 12px;
  color: var(--signal-neg);
  margin-top: 6px;
}
.field.has-error .error-text { display: block; }
.counter {
  display: flex; justify-content: flex-end;
  font-size: 11px; color: var(--text-faint); margin-top: 4px;
  font-feature-settings: "tnum";
}
.counter.over { color: var(--signal-neg); }

.consent {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 10px 0 18px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(11,35,29,.10);
}
.consent input {
  appearance: none; -webkit-appearance: none;
  width: 20px; height: 20px;
  flex: 0 0 20px;
  border: 1px solid rgba(11,35,29,.25);
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  transition: background var(--dur-fast), border-color var(--dur-fast);
}
.consent input:checked {
  background: var(--accent);
  border-color: var(--accent);
}

.consent input:checked::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 10px; height: 5px;
  border-left: 1.8px solid var(--on-accent);
  border-bottom: 1.8px solid var(--on-accent);
  transform: translate(-50%, -65%) rotate(-45deg);
}

.consent label,
.consent .consent-text {
  font-size: 13px;
  color: var(--text-mute);
  line-height: 1.55;
  cursor: pointer;
}
.consent label a,
.consent .consent-text a { color: var(--accent); border-bottom: 1px solid currentColor; }
.consent.has-error label,
.consent.has-error .consent-text { color: var(--signal-neg); }
.consent.has-error input { border-color: var(--signal-neg); }

.form-card .btn { width: 100%; justify-content: center; margin-top: 8px; padding: 18px 28px; }
.form-note { text-align: center; font-size: 12px; color: var(--text-faint); margin-top: 14px; }
.form-fallback {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(11,35,29,.10);
  text-align: center;
  font-size: 13px;
  color: var(--text-mute);
}
.form-fallback a { color: var(--accent); border-bottom: 1px solid currentColor; }
.form-status {
  margin: 14px 0 0;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
  border-left: 3px solid var(--text-mute);
  background: rgba(11,35,29,.04);
  color: var(--text);
}
.form-status[data-kind="error"]   { border-left-color: var(--signal-neg); background: rgba(208,141,103,.12); }
.form-status[data-kind="success"] { border-left-color: var(--signal-pos); background: rgba(111,176,137,.14); }


.form-status--standalone {
  margin: 0;
  padding: clamp(24px, 3vw, 40px);
  font-size: 16px;
  border: 1px solid rgba(11,35,29,.10);
  border-left: 4px solid var(--text-mute);
  box-shadow: 0 1px 0 rgba(11,35,29,.04), 0 24px 56px -28px rgba(11,35,29,.22);
}
.form-status--standalone[data-kind="success"] { border-left-color: var(--signal-pos); background: var(--paper-3); }
.form-status--standalone[data-kind="error"]   { border-left-color: var(--signal-neg); background: var(--paper-3); }

altcha-widget {
  display: block;
  margin: 0 0 16px;
  font-family: inherit;
  --altcha-color-base: rgba(11,35,29,.04);
  --altcha-color-border: rgba(11,35,29,.16);
  --altcha-color-border-focus: var(--accent);
  --altcha-color-text: var(--text);
  --altcha-color-footer-bg: transparent;
  --altcha-border-radius: 0;
  --altcha-max-width: none;
}

.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }


.footer {
  background: var(--ink);
  color: var(--text-on-ink);
  --rule: var(--rule-on-ink);
  --rule-2: var(--rule-on-ink-2);
  border-top: 1px solid var(--rule-on-ink);
  padding: clamp(56px, 7vw, 96px) 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  margin-bottom: 56px;
}
@media (max-width: 1000px) {
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-grid > :nth-child(4) { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :nth-child(1) { grid-column: 1 / -1; }
}
.footer h3,
.footer h4 {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-on-ink-mute);
  margin: 0 0 20px;
  font-weight: 500;
}
.footer ul li { margin-bottom: 12px; font-size: 15px; }
.footer ul a {
  color: var(--text-on-ink);
  opacity: .80;
  transition: opacity var(--dur-fast), color var(--dur-fast);
}
.footer ul a:hover { opacity: 1; color: var(--accent-on-ink); }
.footer-about {
  font-size: 14px;
  color: var(--text-on-ink-mute);
  line-height: 1.65;
  margin-top: 20px;
  max-width: 38ch;
}
.footer-contact {
  font-size: 15px;
  color: var(--text-on-ink);
  line-height: 1.85;
}
.footer-contact a:hover { color: var(--accent-on-ink); }
.footer-messengers { display: flex; gap: 12px; margin-top: 18px; }
.footer-messengers a {
  width: 44px; height: 44px;
  border: 1px solid var(--rule-on-ink-2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--dur-fast), transform var(--dur-fast);
}
.footer-messengers a:hover { border-color: var(--accent-on-ink); transform: translateY(-1px); }
.footer-messengers a img { width: 22px; height: 22px; }


.metro {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  vertical-align: middle;
}
.metro-logo { flex-shrink: 0; display: block; }
.metro-lines { display: inline-flex; gap: 3px; }
.metro-lines i {
  display: inline-block;
  width: 8px; height: 8px; border-radius: 50%;
}

.footer-primary-cta {
  margin-top: 32px;
  margin-bottom: 28px;
}
.footer-primary-cta .btn-primary {
  display: flex;
  width: 100%;
  justify-content: center;
  background: var(--accent-on-ink);
  color: var(--ink);
  border-color: var(--accent-on-ink);
  font-weight: 600;
  font-size: 16px;
  padding: 18px 24px;
}
.footer-primary-cta .btn-primary:hover {
  background: var(--accent-on-ink-strong, #E9D5A8);
  border-color: var(--accent-on-ink-strong, #E9D5A8);
  color: var(--ink);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--rule-on-ink);
  font-size: 12px;
  color: var(--text-on-ink-mute);
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom .legal-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--accent-on-ink); }


.banks-trust {
  padding: clamp(48px, 6vw, 96px) 0;
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.banks-trust h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 0 auto 16px;
  max-width: 28ch;
  color: var(--text);
}
.banks-trust .banks-subtitle {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-mute);
  max-width: 62ch;
  margin: 0 auto clamp(28px, 4vw, 48px);
}
.banks-trust ul.banks-grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: center;
  justify-content: center;
  max-width: 980px;
}
.banks-trust ul.banks-grid li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.banks-trust ul.banks-grid li::before { content: none; }
.banks-trust img {
  height: 32px;
  width: auto;
  filter: grayscale(1) opacity(.55);
  transition: filter .3s ease;
}
.banks-trust img:hover { filter: grayscale(0) opacity(1); }
.banks-trust .banks-disclaimer {
  margin: clamp(28px, 4vw, 48px) auto 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-mute);
  max-width: 60ch;
}
@media (max-width: 720px) {
  .banks-trust ul.banks-grid { gap: 28px; }
  .banks-trust img { height: 26px; }
}
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  * { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}


@media (max-width: 980px) {
  .nav {
    position: absolute;
    top: 84px; left: 0; right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--rule);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px var(--gutter) 28px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform var(--dur-fast), opacity var(--dur-fast);
  }
  .nav a {
    padding: 16px 0;
    width: 100%;
    border-bottom: 1px solid var(--rule);
    font-size: 17px;
  }
  .nav a:last-child { border-bottom: 0; }
  .nav a::after { display: none; }
  #nav-toggle:checked ~ .nav { transform: translateY(0); opacity: 1; pointer-events: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .header-phone { display: none; }
  .header-actions .btn-primary { display: none; }
  .burger { display: inline-flex; }
}




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





.drawer-scrim { display: none; }
.mobile-drawer { display: none; }


.header-actions .header-phone { display: none; }


.header-actions .header-max {
  display: inline-flex;
  height: 40px;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  padding: 0 12px 0 6px;
  border-radius: var(--r-pill);
  background: var(--bg-deep);
  color: var(--on-deep);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: -0.005em;
  margin-left: 8px;
  align-self: center;
  transition: background var(--dur-fast);
  -webkit-tap-highlight-color: transparent;
}
.header-actions .header-max:hover { background: var(--bg-deep-2); }
.header-actions .header-max:active { background: var(--bg-deep-2); }
.header-actions .header-max .max-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
}
.header-actions .header-max .max-label { white-space: nowrap; }
.header-actions .header-max .max-ai-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: var(--accent-on-ink);
  color: var(--ink);
  padding: 2px 6px 1px;
  border-radius: 4px;
  margin-left: 6px;
  line-height: 1.1;
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  

  
  .hero-decor { display: none; }

  
  .header-actions .header-max { margin-left: 0; margin-right: 4px; }

  
  
  .nav { display: none !important; }

  .drawer-scrim {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(11,31,26,0.42);
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms var(--ease-out);
  }
  .drawer-scrim.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-drawer {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 86%;
    max-width: 340px;
    background: var(--paper);
    z-index: 210;
    transform: translateX(100%);
    transition: transform 320ms var(--ease-out);
    flex-direction: column;
    box-shadow: -20px 0 60px rgba(11,31,26,0.15);
    overflow: hidden;
  }
  .mobile-drawer.is-open { transform: translateX(0); }
  .mobile-drawer[hidden] { display: flex; }  

  
  .drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(245,240,229,0.12);
    background: var(--accent);
    flex: 0 0 auto;
  }
  .drawer-head .brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-on-ink);
  }
  .drawer-head .brand .logo-mark { height: 36px; }
  .drawer-head .brand .logo-mark i:nth-child(1) { background: var(--logo-bar-1-ink); }
  .drawer-head .brand .logo-mark i:nth-child(2) { background: var(--logo-bar-2-ink); }
  .drawer-head .brand .logo-mark i:nth-child(3) { background: var(--logo-bar-3-ink); }
  .drawer-head .brand .logo-mark i:nth-child(4) { background: var(--logo-bar-4-ink); }
  .drawer-head .brand .brand-text { display: flex; flex-direction: column; line-height: 1; }
  .drawer-head .brand .brand-title { font-family: 'Geologica',sans-serif; font-weight: 500; font-size: 17px; letter-spacing: -0.3px; color: var(--text-on-ink); }
  .drawer-head .brand .brand-sub { font-size: 11px; letter-spacing: 0.04em; color: var(--text-on-ink-mute); margin-top: 3px; text-transform: uppercase; }

  .drawer-close {
    width: 48px; height: 48px; margin-right: -8px;
    display: inline-flex; align-items: center; justify-content: center;
    background: transparent; border: 0; cursor: pointer;
    color: var(--text-on-ink); border-radius: 12px;
    -webkit-tap-highlight-color: transparent;
  }
  .drawer-close:active { background: rgba(245,240,229,0.10); }
  .drawer-close svg { width: 22px; height: 22px; }

  .drawer-body { flex: 1; overflow-y: auto; padding: 4px 0 16px; }
  .drawer-section { border-bottom: 1px solid var(--rule); }
  .drawer-section:last-child { border-bottom: 0; }

  .drawer-link, .drawer-acc-trigger {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; background: transparent; border: 0;
    font: inherit; text-align: left; color: var(--ink);
    text-decoration: none; padding: 14px 20px;
    min-height: 52px; font-size: 16px; cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .drawer-link:active, .drawer-acc-trigger:active { background: rgba(11,31,26,0.04); }
  .drawer-acc-trigger { font-weight: 500; }
  .drawer-acc-trigger .chev { transition: transform 220ms; color: var(--ink-mute); display: inline-flex; }
  .drawer-acc-trigger[aria-expanded="true"] .chev { transform: rotate(180deg); color: var(--accent); }
  .drawer-acc-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 260ms var(--ease-out); }
  .drawer-acc-body.is-open { grid-template-rows: 1fr; }
  .drawer-acc-body > div { overflow: hidden; }
  .drawer-sublink {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 20px 10px 36px; min-height: 44px;
    font-size: 14.5px; color: var(--ink-soft); text-decoration: none;
    border-top: 1px solid rgba(11,31,26,0.05);
  }
  .drawer-sublink:active { background: rgba(11,31,26,0.04); }
  .drawer-sublink-price { font-size: 13px; color: var(--ink-mute); white-space: nowrap; letter-spacing: -0.005em; }
  .drawer-cat-label {
    padding: 14px 20px 6px; font-size: 13px; letter-spacing: 0.08em;
    text-transform: uppercase; color: var(--ink-mute); font-weight: 500;
  }

  .drawer-foot {
    border-bottom: 1px solid var(--rule);
    padding: 16px 20px 20px;
    background: var(--bg-paper);
    flex: 0 0 auto;
  }
  .drawer-foot--top { padding-top: 20px; }
  .drawer-foot .order-eyebrow {
    font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--ink-mute); font-weight: 500; margin-bottom: 10px;
  }
  
  .drawer-max {
    display: flex; align-items: center; gap: 12px;
    background: var(--bg-paper, #faf6ec);
    color: var(--ink);
    text-decoration: none; padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid var(--accent, #2F5D50);
    min-height: 64px;
    transition: background 160ms, border-color 160ms;
  }
  .drawer-max:active { background: var(--bg-card, #fff); }
  .drawer-max .max-icon { width: 40px; height: 40px; border-radius: 50%; flex: 0 0 auto; display: block; }
  .drawer-max .max-body { flex: 1; min-width: 0; }
  .drawer-max .max-title {
    font-family: 'Geologica',sans-serif; font-weight: 500;
    font-size: 15.5px; letter-spacing: -0.01em; color: var(--ink);
  }
  .drawer-max .max-actor {
    font-size: 13.5px; line-height: 1.35;
    color: var(--ink-mute);
    margin-top: 4px;
  }
  .drawer-max .max-actor:first-of-type { margin-top: 8px; }
  .drawer-max .max-actor strong { color: var(--ink); font-weight: 500; }
  .drawer-max .max-meta {
    font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
    color: var(--ink-faint, #6B6862);
    margin-top: 10px; font-weight: 500;
  }
  .drawer-max .max-arrow { color: var(--accent); font-size: 20px; line-height: 1; flex: 0 0 auto; }

  
  .drawer-foot .order-eyebrow--contacts {
    margin-top: 22px;
    margin-bottom: 10px;
  }
  .drawer-contacts-card {
    padding: 14px 14px;
    border: 1px solid var(--rule);
    border-radius: 10px;
    background: rgba(245, 240, 229, 0.55);
    display: flex; flex-direction: column;
  }
  .drawer-contacts-card .contact-row {
    display: flex; align-items: center;
    text-decoration: none; color: inherit;
    -webkit-tap-highlight-color: transparent;
  }
  .drawer-contacts-card .contact-row--link { transition: opacity 160ms; }
  .drawer-contacts-card .contact-row--link:active { opacity: 0.6; }
  .drawer-contacts-card .contact-icon { display: none; }
  .drawer-contacts-card .contact-text { flex: 1; min-width: 0; }
  .drawer-contacts-card .contact-main {
    font-family: 'Geologica', sans-serif;
    font-size: 15px; color: var(--ink); font-weight: 600;
    letter-spacing: -0.005em; line-height: 1.35;
    font-variant-numeric: tabular-nums lining-nums;
  }
  .drawer-contacts-card .contact-sub {
    font-size: 14.5px; color: var(--ink); margin-top: 4px;
    font-weight: 500;
    line-height: 1.4;
  }
  .drawer-contacts-card .contact-schedule-label {
    margin-top: 14px; margin-bottom: 4px;
    font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--ink-mute); font-weight: 500;
  }
  .drawer-contacts-card .contact-schedule {
    display: grid; grid-template-columns: auto 1fr;
    column-gap: 14px; row-gap: 3px;
    font-size: 14px; color: var(--ink); line-height: 1.4;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 600;
  }
  .drawer-contacts-card .contact-schedule span:nth-child(odd) {
    color: var(--ink-mute); font-weight: 500;
  }
  .drawer-contacts-card .contact-sub--metro {
    display: flex; align-items: center; gap: 8px; margin-top: 6px;
    font-size: 14.5px; color: var(--ink); font-weight: 500;
  }
  .drawer-contacts-card .addr-metro-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 16px; height: 16px;
    background: var(--accent); color: #fff;
    border-radius: 50%;
    font-family: 'Geologica', sans-serif;
    font-size: 10px; font-weight: 700; letter-spacing: 0;
    line-height: 1; flex: 0 0 auto;
  }
  .drawer-contacts-card .contacts-divider {
    height: 1px; background: var(--rule);
    margin: 14px 0;
  }
  .drawer-contacts-card .addr-route {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    margin-top: 14px;
    padding: 12px 14px;
    font-family: 'Geologica', sans-serif;
    font-size: 13.5px; font-weight: 500;
    color: var(--ink); background: var(--bg-paper, #faf6ec);
    border: 1px solid var(--accent, #2F5D50);
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: -0.005em;
    min-height: 44px;
    transition: border-color 160ms, background 160ms;
  }
  .drawer-contacts-card .addr-route svg { color: var(--accent); flex: 0 0 auto; }
  .drawer-contacts-card .addr-route:active {
    background: var(--bg-card, #ffffff);
    border-color: var(--accent);
  }
  .drawer-contacts-card .contacts-msgrs-block {
    display: flex; flex-direction: column; gap: 10px;
  }
  .drawer-contacts-card .contacts-msgrs-label {
    font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--ink-mute); font-weight: 500;
  }
  .drawer-contacts-card .contacts-msgrs {
    display: flex; align-items: center; gap: 18px;
    font-size: 13px; color: var(--ink-mute);
    flex-wrap: wrap;
  }
  .drawer-contacts-card .contact-msgr {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--ink); text-decoration: none; font-weight: 500;
    padding: 4px 2px; min-height: 32px;
    border-bottom: 1px dashed transparent;
  }
  .drawer-contacts-card .contact-msgr img {
    width: 20px; height: 20px; border-radius: 50%; flex: 0 0 auto; display: block;
    filter: grayscale(1) opacity(0.55);
  }
  .drawer-contacts-card .contact-msgr:active { border-bottom-color: var(--rule-strong); }

  
  .drawer-link-services {
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--ink-mute) !important;
  }
  .drawer-link-services span {
    color: inherit;
  }
  .drawer-link-services::after {
    content: '→';
    margin-left: auto;
    color: var(--accent);
    font-weight: 400;
  }

  

  
  
  .footer { padding-bottom: 40px; padding-top: 40px; }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    margin-bottom: 28px;
  }
  .footer-grid > :nth-child(1) { grid-column: auto !important; }

  
  .footer-about {
    font-size: 13px;
    line-height: 1.55;
    margin-top: 14px;
    max-width: none;
  }
  
  .footer-primary-cta { margin-top: 14px !important; }

  
  .footer h3 { margin-bottom: 12px; font-size: 10px; }

  
  .footer-grid > :nth-child(2) ul,
  .footer-grid > :nth-child(3) ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 14px;
  }
  .footer-grid > :nth-child(2) ul li,
  .footer-grid > :nth-child(3) ul li {
    margin-bottom: 0;
    font-size: 14px;
  }
  .footer-grid > :nth-child(2) ul a,
  .footer-grid > :nth-child(3) ul a {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 6px 0;
  }

  
  .footer-grid > :nth-child(4) h4 { margin-left: 14px; }
  .footer-contact {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--rule-on-ink-2);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.85;
  }
  .footer-contact .metro {
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 22px; }
  .footer-bottom .legal-links { gap: 12px 18px; }

  
  
  .expert {
    grid-template-columns: 78px 1fr;
    gap: 4px 14px;
    align-items: start;
  }
  .expert > div.reveal { display: contents; }
  .expert-portrait { grid-column: 1; grid-row: 1 / span 2; }
  .expert-role { grid-column: 2; grid-row: 1; align-self: start; margin-bottom: 0; }
  .expert-name { grid-column: 2; grid-row: 2; align-self: start; margin: 0; }
  .expert-body { grid-column: 1 / -1; grid-row: 3; margin-top: 14px; }
  .expert-creds { grid-column: 1 / -1; grid-row: 4; }
  .expert-portrait {
    aspect-ratio: auto;
    width: 78px;
    height: 104px;
    border-radius: 12px;
    flex: 0 0 auto;
    margin: 0;  
  }
  
  .expert-portrait-caption { display: none; }
  
  .expert-name {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 4px;
  }
  .expert-name br { display: none; }
  .expert-role {
    font-size: 11px;
    margin-bottom: 10px;
    letter-spacing: 0.12em;
  }
  .expert-body { font-size: 13.5px; line-height: 1.55; }
  .expert-body p + p { margin-top: 10px; }
  
  .expert-creds {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .expert-cred {
    padding: 14px 0;
    padding-right: 0;
  }
  .expert-cred:nth-child(2n) {
    padding-left: 0;
    border-left: 0;
  }
  .expert-cred-label { font-size: 10px; }
  .expert-cred-val { font-size: 15px; }
  .expert-cred-val small { font-size: 12px; }
}


body.drawer-locked { overflow: hidden; touch-action: none; }


.vp-asst-launcher.vp-asst-launcher {
  background-image: url('/assets/branding-2026-05-20/bot-avatar.svg');
  background-size: cover;
  background-position: center;
  background-color: #F8F5EE;  
  border-color: rgba(31,63,55,.10);
  overflow: visible !important;  
}

.vp-asst-launcher.vp-asst-launcher > *:not(.vp-asst-launcher-dot) { display: none !important; }

.vp-asst-launcher.vp-asst-launcher .vp-asst-launcher-dot {
  position: absolute !important;
  top: -3px !important; right: -3px !important;
  bottom: auto !important; left: auto !important;
  width: 12px !important; height: 12px !important;
  border-radius: 50% !important;
  background: #4f8a6b !important;  
  box-shadow: 0 0 0 2px #F8F5EE !important;  
}

.vp-asst-launcher.vp-asst-launcher:hover,
.vp-asst-launcher.vp-asst-launcher:focus {
  transform: none !important;
}


.vp-asst-launcher.vp-asst-launcher::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: conic-gradient(
    var(--accent-on-ink, #D7BE8C) calc(var(--scroll-progress, 0) * 1turn),
    rgba(31, 63, 55, 0.14) 0
  );
  
  -webkit-mask: radial-gradient(closest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
          mask: radial-gradient(closest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  pointer-events: none;
  z-index: 1;
}

.vp-asst-launcher.vp-asst-launcher::before {
  z-index: 3 !important;
}

.vp-asst-launcher.vp-asst-launcher .vp-asst-launcher-dot {
  z-index: 3;
}


@media (max-width: 640px) {
  .vp-asst-launcher.vp-asst-launcher {
    background-image: url('/assets/branding-2026-05-20/bot-avatar-square.svg');
    background-color: #2F5D50;
  }
  .vp-asst-launcher.vp-asst-launcher .vp-asst-launcher-dot {
    box-shadow: 0 0 0 2px #2F5D50 !important;
  }

  
  .vp-asst-launcher.vp-asst-launcher {
    transform: translateX(calc(100% - 14px)) !important;
    transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    will-change: transform;
    
    box-shadow: 0 6px 14px -6px rgba(11, 31, 26, 0.30) !important;
    border-color: rgba(31, 63, 55, 0.16) !important;
  }
  body.ai-scroll-visible .vp-asst-launcher.vp-asst-launcher {
    transform: translateX(0) !important;
  }
  body:not(.ai-scroll-visible) .vp-asst-launcher.vp-asst-launcher .vp-asst-launcher-dot {
    opacity: 0;
  }
}


.vp-back-top {
  right: auto !important;
  left: 24px !important;
  bottom: calc(30px + env(safe-area-inset-bottom, 0px)) !important;
}

@media (max-width: 640px) {
  .vp-back-top { display: none !important; }
}


body.drawer-locked .vp-back-top,
body.drawer-locked .vp-asst-launcher {
  display: none !important;
}



.sq-purpose small { color: var(--text); opacity: .72; }

.sq-cta-note { color: var(--text-on-ink-mute); }

.sq-cta-hint { color: var(--text-on-ink-mute); }

.sq-cta-hint a { color: var(--accent-on-ink); }


.sq-consent,
.sq-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}
.sq-consent input[type="checkbox"],
.sq-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 1px 0 0;
  border: 1.5px solid var(--rule-3);
  border-radius: 4px;
  background: var(--paper-3);
  cursor: pointer;
  position: relative;
  transition: background 160ms ease, border-color 160ms ease;
}
.sq-consent input[type="checkbox"]:hover,
.sq-check input[type="checkbox"]:hover {
  border-color: var(--accent);
}
.sq-consent input[type="checkbox"]:checked,
.sq-check input[type="checkbox"]:checked {
  background: var(--accent);
  border-color: var(--accent);
}
.sq-consent input[type="checkbox"]:checked::after,
.sq-check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}
.sq-consent input[type="checkbox"]:focus-visible,
.sq-check input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.sq-consent a { color: var(--accent); }
.sq-consent a:hover { text-decoration: underline; }


.vp-back-top {
  background: rgba(248, 245, 238, 0.55) !important;
  border-color: rgba(31, 63, 55, 0.18) !important;
}
.vp-back-top:hover {
  background: rgba(248, 245, 238, 0.78) !important;
  border-color: rgba(31, 63, 55, 0.35) !important;
}
.vp-back-top .progress .track { stroke: rgba(11, 31, 26, 0.10) !important; }
.vp-back-top .progress .fill  { stroke: var(--accent, #2F5D50) !important; }
.vp-back-top .arrow { color: var(--ink, #0B1F1A) !important; }


.expert-portrait--zoomable { cursor: zoom-in; }
.expert-portrait--zoomable:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.portrait-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(11, 31, 26, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  -webkit-tap-highlight-color: transparent;
}
.portrait-lightbox.is-open { opacity: 1; }
.portrait-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 20px 60px -20px rgba(0,0,0,0.6);
  object-fit: contain;
}
.portrait-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(245, 240, 229, 0.12);
  border: 1px solid rgba(245, 240, 229, 0.22);
  color: #f5f0e5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s;
}
.portrait-lightbox-close:active {
  background: rgba(245, 240, 229, 0.22);
}


.banks-grid img { cursor: zoom-in; }
@media (hover: hover) {
  .banks-grid img { cursor: default; }
}
.bank-tooltip {
  position: absolute;
  z-index: 10001;
  max-width: min(280px, calc(100vw - 24px));
  padding: 8px 12px;
  background: #1F3F37;
  color: #f5f0e5;
  font-family: 'Geologica', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.35;
  border-radius: 8px;
  box-shadow: 0 6px 18px -6px rgba(0,0,0,0.35);
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}
.bank-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}
