@font-face{font-family:"Sora";src:url(/fonts/sora-vf.woff2) format("woff2");font-weight:100 800;font-style:normal;font-display:swap}
@font-face{font-family:"DM Sans";src:url(/fonts/dm-sans-vf.woff2) format("woff2");font-weight:100 1000;font-style:normal;font-display:swap}
@font-face{font-family:"DM Sans";src:url(/fonts/dm-sans-italic-vf.woff2) format("woff2");font-weight:100 1000;font-style:italic;font-display:swap}

/* advisor-layout.css
   andrewhillmanadvisor.com — cyan paper, ink, tangerine CTAs.
   Sora display + DM Sans body.
   Offset hero (portrait left, copy right), airy measure. Not teal-gold consulting.
   Linked last in <head>. No font-size !important so the a11y overlay still wins. */

:root {
  --bg: #ECFEFF;
  --paper: #ECFEFF;
  --surface: #FFFFFF;
  --ink: #164E63;
  --ink-2: #155E75;
  --line: #A5F3FC;
  --gold: #FF6B2C;
  --gold-deep: #C2410C;
  --navy: #164E63;
  --cobalt: #164E63;
  --cobalt-deep: #155E75;
  --accent: #06B6D4;
  --advisor-primary: #06B6D4;
  --advisor-accent: #FF6B2C;
  --cyan: #06B6D4;
  --cta: #FF6B2C;
  --coral: #FF6B2C;
  --amber: #06B6D4;
  --amber-ink: #164E63;
  --violet: #06B6D4;
  --violet-ink: #164E63;
  --sky: #06B6D4;
  --sunny: #FF6B2C;
  --mist: #CFFAFE;
  --gold-ink: #164E63;
  --serif: "Sora", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Sora", Georgia, "Times New Roman", serif;
  --body: "DM Sans", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { overflow-x: hidden; }

html.ah-advisor,
html.ah-advisor body,
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html.ah-advisor h1,
html.ah-advisor h2,
html.ah-advisor h3,
html.ah-advisor h4,
html.ah-advisor h5,
html.ah-advisor h6,
html.ah-advisor .brand,
html.ah-advisor .statement .big,
html.ah-advisor .svc-row h3,
html.ah-advisor .svc-row .no,
html.ah-advisor .sc h3,
html.ah-advisor .sc .no,
html.ah-advisor .qa .q,
html.ah-advisor .pq blockquote,
html.ah-advisor .record .st .n,
html.ah-advisor .e .t,
html.ah-advisor .ph h3,
html.ah-advisor .ph .num,
html.ah-advisor .ms h3,
html.ah-advisor .mediawall .logos a,
html.ah-advisor .mediawall .logos span,
h1, h2, h3, h4, h5, h6,
.brand,
.statement .big,
blockquote {
  font-family: var(--serif);
  color: #164E63;
  font-optical-sizing: auto;
}

html.ah-advisor body,
html.ah-advisor p,
html.ah-advisor li,
html.ah-advisor .lede,
html.ah-advisor .hero p.sub,
html.ah-advisor .nav-links,
html.ah-advisor .facts,
html.ah-advisor .contact {
  font-family: var(--sans);
}

a { color: #164E63; }
.brand,
.brand b { color: #164E63; }
.nav-links a { color: var(--ink-2); }
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: #164E63; }
.kicker,
.eyebrow,
.statement .lbl,
.hero .eyebrow,
.phero .eyebrow { color: #164E63; }

/* Gold CTAs — consulting, not a navy fill */
.nav-cta,
.btn-pri,
a.btn-pri,
.btn.btn-pri,
#inquire button.send {
  background: #FF6B2C !important;
  background-image: none !important;
  color: #164E63 !important;
  border-color: #FF6B2C !important;
  box-shadow: 0 8px 22px rgba(255, 122, 26, 0.28);
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.nav-cta:hover,
.btn-pri:hover,
a.btn-pri:hover,
.btn.btn-pri:hover,
#inquire button.send:hover {
  background: #EA580C !important;
  color: #164E63 !important;
}

/* Quiet secondary */
.btn-sec {
  background: transparent;
  color: #164E63;
  border: 1px solid rgba(22, 78, 99, 0.28);
  border-radius: 999px;
}

/* Nav: thin gold hairline, cream glass */
.nav {
  background: rgba(236, 254, 255, 0.88) !important;
  border-bottom: 1px solid rgba(255, 122, 26, 0.38) !important;
  backdrop-filter: saturate(140%) blur(16px);
}
.nav-in {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ----- Offset consulting hero: portrait LEFT, copy right, lots of air ----- */
.hero {
  padding: 104px 36px 112px !important;
  background:
    radial-gradient(46% 42% at 6% 18%, rgba(22, 78, 99, 0.05), transparent 66%),
    radial-gradient(50% 40% at 96% 0%, rgba(255, 122, 26, 0.12), transparent 62%),
    linear-gradient(180deg, #FFFFFF 0%, var(--bg) 72%) !important;
}
.hero .in {
  display: grid !important;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) !important;
  justify-items: start !important;
  align-items: center !important;
  gap: 80px !important;
  text-align: left !important;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.hero-copy,
.hero .eyebrow,
.hero h1,
.hero p.sub,
.hero .btns,
.hero .scrollcue {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: flex-start !important;
  justify-items: start !important;
}
.hero h1 {
  max-width: 20ch;
  color: #164E63;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
.hero p.sub {
  max-width: 42ch;
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--ink-2);
}
.hero-photo,
.hero .speaking-portrait {
  order: -1;
  margin: 0 !important;
}
.hero .btns { justify-content: flex-start !important; gap: 14px; }

@media (max-width: 860px) {
  .hero .in {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    justify-items: start !important;
  }
  .hero-photo,
  .hero .speaking-portrait {
    margin: 0 !important;
  }
}

/* About page: same offset when a portrait is present */
.phero:has(.speaking-portrait) {
  padding: 80px 36px 88px !important;
}
.phero:has(.speaking-portrait) .in {
  display: grid !important;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr) !important;
  gap: 64px !important;
  align-items: start !important;
  text-align: left !important;
}
.phero:has(.speaking-portrait) .speaking-portrait,
.phero:has(.speaking-portrait) .about-portrait {
  grid-column: 1;
  grid-row: 1 / span 8;
  margin: 0.4rem 0 0 !important;
}
.phero:has(.speaking-portrait) .crumb,
.phero:has(.speaking-portrait) .eyebrow,
.phero:has(.speaking-portrait) h1,
.phero:has(.speaking-portrait) .lede {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 860px) {
  .phero:has(.speaking-portrait) .in {
    grid-template-columns: 1fr !important;
  }
  .phero:has(.speaking-portrait) .speaking-portrait,
  .phero:has(.speaking-portrait) .about-portrait {
    grid-row: auto;
    margin: 1.2rem 0 0 !important;
  }
}

/* Inner consulting pages without a portrait: left rag, airy — not a stacked magazine cover */
.phero:not(:has(.speaking-portrait)) {
  padding: 88px 36px 64px !important;
}
.phero:not(:has(.speaking-portrait)) .in,
.phero:not(:has(.speaking-portrait)) h1,
.phero:not(:has(.speaking-portrait)) .lede,
.phero:not(:has(.speaking-portrait)) .eyebrow {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* Air on the page */
section { padding-top: 96px; padding-bottom: 96px; }
section .wrap > h2,
section .wrap > p.lede,
.kicker {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
section .wrap > h2 { max-width: 22ch; }
section .wrap > p.lede { max-width: 58ch; }

/* Statement: editorial, not a stacked dossier */
.statement { padding: 96px 0 !important; }
.statement .row {
  gap: 72px;
}
.statement .big { max-width: 18ch; }

/* ----- Speaking / about portrait: cream mat, teal inner rule, gold hairline ----- */
.hero-photo,
.about-portrait,
.speaking-portrait {
  --portrait-cream: #ECFEFF;
  --portrait-navy: #164E63;
  --portrait-gold: #FF6B2C;
  box-sizing: border-box;
  max-width: 288px;
  width: min(78vw, 288px);
  margin: 1.35rem auto 0.4rem;
  padding: 9px 9px 16px;
  background: var(--portrait-cream);
  border: 1px solid var(--portrait-navy);
  box-shadow:
    0 0 0 5px var(--portrait-cream),
    0 0 0 6px var(--portrait-gold),
    0 18px 40px rgba(22, 78, 99, 0.14);
  border-radius: 2px;
}
.hero-photo img,
.about-portrait img,
.speaking-portrait img,
.hero-photo picture,
.about-portrait picture,
.speaking-portrait picture {
  display: block !important;
  width: 100% !important;
  max-width: 270px !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 1px;
  border: 1px solid rgba(22, 78, 99, 0.28);
  box-shadow: none;
  object-fit: contain;
}
.hero-photo figcaption,
.about-portrait figcaption,
.speaking-portrait figcaption {
  text-align: center;
  margin-top: 0.85rem;
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-2);
}
@media (max-width: 520px) {
  .hero-photo,
  .about-portrait,
  .speaking-portrait {
    max-width: 248px;
    width: min(82vw, 248px);
  }
}

/* 30-year infographic stays readable, not full-bleed */
.ah-infographic { margin: 36px auto; max-width: 520px; text-align: center; }
.ah-infographic img {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* Brand mark */
.brand img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px;
  object-fit: contain;
  border-radius: 8px;
}

/* Cards: light surface, gold hairline, more air */
.e, .sc, .ms, .qa {
  background: var(--surface);
  border-color: var(--line);
}
.e { border-top: 2px solid #FF6B2C; }
.sc { padding: 8px 4px 4px; }

/* Legal / utility pages: cream paper, teal links */
body > .wrap h1,
body > .wrap .sub {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
figcaption { text-align: center; }

@media (max-width: 820px) {
  .nav-links { justify-content: flex-start; }
  .nav-in { justify-content: flex-start; }
}


/* Win against leftover Fraunces / Hanken if an earlier block used !important.
   font-family only — never font-size. */
html.ah-advisor h1,
html.ah-advisor h2,
html.ah-advisor h3,
html.ah-advisor h4,
html.ah-advisor h5,
html.ah-advisor h6,
html.ah-advisor .brand,
html.ah-advisor .statement .big,
html.ah-advisor blockquote {
  font-family: "Sora", Georgia, "Times New Roman", serif !important;
}
html.ah-advisor,
html.ah-advisor body,
html.ah-advisor p,
html.ah-advisor li,
html.ah-advisor .lede,
html.ah-advisor .hero p.sub,
html.ah-advisor .nav-links,
html.ah-advisor .nav-cta,
html.ah-advisor .btn {
  font-family: "DM Sans", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}


/* ------------------------------------------------------------------
   Readable contrast (2026-08-20). Visual only. Gold fill CTAs keep
   teal ink on the button. Body / nav / links = teal on cream.
   ------------------------------------------------------------------ */
html.ah-advisor body,
body {
  font-size: 16.5px;
  line-height: 1.55;
  letter-spacing: 0;
  color: var(--ink);
}

h1 em, h2 em, h3 em, .hero h1 em, .phero h1 em {
  color: #164E63 !important;
  -webkit-text-fill-color: #164E63 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

.kicker, .eyebrow, .hero .eyebrow, .phero .eyebrow, .lbl-eyebrow {
  color: #164E63 !important;
}

a, .nav-links a, .brand, .brand b { color: #164E63; }
p a, li a, dd a {
  color: #164E63;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.nav-links a, .brand, .btn, a.btn, .nav-cta { text-decoration: none; }

.nav-cta, .btn-pri, a.btn-pri, .btn.btn-pri, #inquire button.send {
  background: #FF6B2C !important;
  color: #164E63 !important;
  border-color: #FF6B2C !important;
}
.btn-sec { color: #164E63; }

.speaking-portrait img, .hero-photo img, .about-portrait img {
  object-fit: contain !important;
}


/* ------------------------------------------------------------------
   Tools restore (2026-08-20). Visibility + 44px tap only.
   Does not add products, calculators, or copy. Does not hide tools.
   ------------------------------------------------------------------ */

/* Skip-links: overflow-x:hidden on html/body can clip left:-9999px
   even after :focus { left:0 }. Pin focused skip to the viewport. */
.skip-to-content:focus,
.skip-to-content:focus-visible,
a.skip-to-content:focus,
.skip:focus,
.skip:focus-visible,
.skip-link:focus,
.skip-link:focus-visible,
a.skip-link:focus {
  position: fixed !important;
  left: 12px !important;
  top: 12px !important;
  width: auto !important;
  height: auto !important;
  min-width: 44px;
  min-height: 44px;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: inline-flex !important;
  align-items: center;
  z-index: 2147483646 !important;
}

/* Accessibility toolbar injected by enhance.js */
.enh-bar,
.enh-panel,
.enh-lang {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.enh-btn,
.enh-toggle,
.enh-step,
.enh-reset {
  min-width: 44px;
  min-height: 44px;
}

/* Existing CTAs / form controls / downloads */
.nav-cta,
.btn,
a.btn,
.btn-pri,
a.btn-pri,
.btn-sec,
button.send,
#inquire button.send,
#inquire input,
#inquire select,
.dl .btn,
.dl a.btn,
a[download] {
  min-height: 44px;
}

/* Social chips already used as tap tools */
.chip {
  min-width: 44px;
  min-height: 44px;
}

/* Glossary A-Z jump filters */
.index a,
nav.az a,
nav.index a {
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
}

/* Coverage search on the record */
.cc-search,
input.cc-search,
input[type="search"] {
  min-height: 44px;
  box-sizing: border-box;
}

/* Record / shared site-search modal (markup already in the tree) */
#site-search-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.85);
  z-index: 10000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 6rem 1rem 1rem;
}
#site-search-modal.open { display: flex !important; }
#site-search-modal-inner {
  background: #fff;
  max-width: 720px;
  width: 100%;
  border-radius: 14px;
  padding: 1.5rem;
  max-height: 75vh;
  overflow-y: auto;
}
#site-search-close {
  min-width: 44px;
  min-height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
}

#site-tools-bar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
#site-tools-bar .stb-btn,
.stb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 44px;
  min-height: 44px;
  background: #0A0A0A;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  font-size: 1.1rem;
  position: relative;
}
.stb-btn[data-label]::after {
  content: attr(data-label);
  position: absolute;
  right: 56px;
  white-space: nowrap;
  background: #0A0A0A;
  color: #fff;
  padding: 0.45rem 0.8rem;
  border-radius: 6px;
  font-size: 0.85rem;
  opacity: 0;
  pointer-events: none;
}
.stb-btn:hover::after,
.stb-btn:focus::after { opacity: 0.98; }

#google_translate_widget {
  position: fixed;
  bottom: 1rem;
  right: 5rem;
  z-index: 9998;
  background: #fff;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  display: none;
}
#google_translate_widget.open { display: block !important; }

@media print {
  #site-tools-bar,
  #site-search-modal,
  #google_translate_widget,
  .enh-bar,
  .enh-panel,
  .enh-lang { display: none !important; }
}


/* ------------------------------------------------------------------
   FUN palette (2026-08-20). Visual only. Paper cyan-ice, ink, tangerine CTA.
   Accent cyan on hairlines / portrait rule. Dark ink on the tangerine button.
   Beats leftover cream/gold/teal in earlier <style> tags. Type + offset stay.
   ------------------------------------------------------------------ */
html.ah-advisor, html.ah-advisor body, body {
  background: #ECFEFF !important;
  color: #164E63 !important;
}

html.ah-advisor h1, html.ah-advisor h2, html.ah-advisor h3,
html.ah-advisor h4, html.ah-advisor h5, html.ah-advisor h6,
h1, h2, h3, h4, h5, h6,
.brand, .brand b, .statement .big, blockquote {
  color: #164E63 !important;
}

h1 em, h2 em, h3 em, .hero h1 em, .phero h1 em {
  color: #164E63 !important;
  -webkit-text-fill-color: #164E63 !important;
}

.kicker, .eyebrow, .statement .lbl, .hero .eyebrow, .phero .eyebrow, .lbl-eyebrow {
  color: #0891B2 !important;
}

a, .nav-links a, .brand, .brand b { color: #164E63; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #164E63; }
p a, li a, dd a { color: #164E63; }

.nav-cta, .btn-pri, a.btn-pri, .btn.btn-pri, #inquire button.send {
  background: #FF6B2C !important;
  background-image: none !important;
  color: #164E63 !important;
  border-color: #FF6B2C !important;
  box-shadow: 0 8px 22px rgba(255, 122, 26, 0.32);
}
.nav-cta:hover, .btn-pri:hover, a.btn-pri:hover, .btn.btn-pri:hover, #inquire button.send:hover {
  background: #EA580C !important;
  color: #164E63 !important;
}

.btn-sec {
  color: #164E63;
  border-color: rgba(6, 182, 212, 0.45);
}

.nav {
  background: rgba(236, 254, 255, 0.90) !important;
  border-bottom: 1px solid rgba(6, 182, 212, 0.50) !important;
}

.hero {
  background:
    radial-gradient(46% 42% at 6% 18%, rgba(6, 182, 212, 0.14), transparent 66%),
    radial-gradient(50% 40% at 96% 0%, rgba(255, 122, 26, 0.16), transparent 62%),
    linear-gradient(180deg, #FFFFFF 0%, #ECFEFF 72%) !important;
}

.hero-photo, .about-portrait, .speaking-portrait {
  --portrait-cream: #ECFEFF;
  --portrait-navy: #164E63;
  --portrait-gold: #06B6D4;
  background: #ECFEFF;
  border-color: #164E63;
  box-shadow:
    0 0 0 5px #ECFEFF,
    0 0 0 6px #06B6D4,
    0 18px 40px rgba(22, 78, 99, 0.14);
}
.hero-photo img, .about-portrait img, .speaking-portrait img {
  border-color: rgba(6, 182, 212, 0.45);
  object-fit: contain !important;
}

.e, .sc, .ms, .qa { background: #FFFFFF; border-color: #A5F3FC; }
.e { border-top: 2px solid #06B6D4; }
.sc { border-top-color: #06B6D4 !important; }


/* ------------------------------------------------------------------
   Type refresh: Sora display + DM Sans body. Wordmark + mobile.
   Offset hero stays. Visual only.
   ------------------------------------------------------------------ */
html.ah-advisor h1, html.ah-advisor h2, html.ah-advisor h3,
html.ah-advisor h4, html.ah-advisor h5, html.ah-advisor h6,
html.ah-advisor .brand, html.ah-advisor .statement .big,
html.ah-advisor blockquote {
  font-family: "Sora", "DM Sans", sans-serif !important;
}
html.ah-advisor, html.ah-advisor body,
html.ah-advisor p, html.ah-advisor li, html.ah-advisor .lede,
html.ah-advisor .hero p.sub, html.ah-advisor .nav-links,
html.ah-advisor .nav-cta, html.ah-advisor .btn {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.brand {
  font-family: "Sora", "DM Sans", sans-serif !important;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.brand img, .brand svg.wordmark {
  width: 32px !important;
  height: 32px !important;
  border-radius: 9px;
  object-fit: contain;
}

section, .statement, .alt, .record, .mediawall, .pq, #faq {
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
}
p.lede, .lede, .hero p.sub, .statement .side, .qa p {
  max-width: 65ch;
}

html, body { overflow-x: hidden; }
img, svg, video { max-width: 100%; }

@media (max-width: 640px) {
  html.ah-advisor body, body {
    font-size: 16px;
    line-height: 1.55;
  }
  html, body { overflow-x: hidden; }
  h1, .hero h1, .phero h1 {
    font-size: 2rem !important;
    line-height: 1.15;
    max-width: 18ch;
  }
  .wrap, .nav-in, .hero, .phero, #social-cluster-bar, .mediawall, .pq, footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hero .in, .phero .in, .phero:has(.speaking-portrait) .in,
  .contact, .statement .row {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .hero-photo, .hero .speaking-portrait, .about-portrait {
    order: -1;
    margin: 0 auto !important;
  }
  .nav-in { flex-wrap: wrap !important; gap: 10px 14px; }
  .nav-links {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
    gap: 8px 14px;
    justify-content: flex-start;
  }
  .nav-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .hero .btns, .btns { width: 100%; }
  .hero .btn, .btns .btn, .btn-pri, .btn-sec, a.btn-pri, a.btn-sec,
  main .btn, #inquire button.send {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }
  .nav-cta { min-height: 44px; }
  img:not(.link-icon), video { max-width: 100%; height: auto; }
}

/* ==== 2026-08-20 modern bg + type + fine print ====
   Visual only. Solid paper / light wash. Type hierarchy + 62–68ch measure. Body 16–16.5px / lh 1.55–1.6.
   Fine print 0.6875rem / 1.4 / centered. Linked last so these win. */

:root {
  --paper: #ECFEFF !important;
  --fine: rgba(22, 78, 99, 0.82) !important;
  --measure: 68ch;
}


html, html.ah-advisor, html.ah-advisor body, body {
  background-color: #ECFEFF !important;
  background-image: none !important;
}



/* ----- Body rhythm (uniform across home + inner) ----- */
html body {
  font-size: 16.5px !important;
  line-height: 1.58 !important;
}
html body a:not(.btn):not(.cta):not(.cta-btn):not(.nl):not(.nav-links a):not(.brand) {
  font-size: inherit;
}
/* ----- Type hierarchy (home + inner pages share the system) ----- */
h1, .cover-title, .lb-title {
  text-wrap: balance;
  line-height: 1.12;
}
h2, .block h2, .sec-title, .section-title {
  text-wrap: balance;
  line-height: 1.18;
  margin-top: 1.65em;
  margin-bottom: 0.48em;
}
h3 {
  text-wrap: balance;
  line-height: 1.22;
  margin-top: 1.3em;
  margin-bottom: 0.38em;
}
h1 + p, h2 + p, h3 + p,
h1 + .lede, h2 + .lede, h3 + .lede {
  margin-top: 0.2em;
}

/* Inner pages: same faces, calmer scale, not cramped */
body > .wrap > h1,
main > .wrap > h1,
main > h1:first-child,
body > .wrap h1 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.14;
  margin: 0.15em 0 0.4em;
  max-width: 22ch;
}
body > .wrap > h2,
main > .wrap > h2,
body > .wrap h2 {
  font-size: clamp(1.18rem, 2.2vw, 1.5rem);
  margin-top: 1.7em;
  margin-bottom: 0.45em;
}
body > .wrap > h3,
main > .wrap > h3,
body > .wrap h3 {
  font-size: 1.05rem;
  margin-top: 1.3em;
}

body > .wrap {
  max-width: 44rem;
  margin-inline: auto;
  padding: clamp(2.6rem, 5.5vw, 4.8rem) 1.25rem 3rem;
}
main > .wrap {
  padding-block: clamp(0.4rem, 2vw, 1.2rem);
}

/* Body measure ~60–68ch, paragraph air */
main p, article p, .wrap > p, .col-wide p, .col-narrow p,
.block p, .lede, p.lede, p.body, dd {
  max-width: 68ch;
}
main p, article p, .wrap > p, .col-wide p, .col-narrow p,
.block p.body, p.body {
  margin: 0 0 1.08em;
  line-height: 1.6;
}
.sub, p.sub {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 1.35em;
  color: var(--fine);
  max-width: 68ch;
}
a.back {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
}

/* Lists: hanging indent (outside markers, wrap under text) */
main ul, main ol, article ul, article ol, .wrap ul, .wrap ol,
.col-wide ul, .col-narrow ul {
  max-width: 68ch;
  padding-left: 1.5em;
  margin: 0 0 1.2em;
  line-height: 1.6;
  list-style-position: outside;
}
main li + li, article li + li, .wrap li + li {
  margin-top: 0.4em;
}
main li, article li, .wrap li {
  padding-left: 0.25em;
  text-indent: 0;
}

/* ----- Mobile stacks ----- */
@media (max-width: 640px) {
  html, body { overflow-x: hidden; }
  body { font-size: 16px !important; line-height: 1.55 !important; }
  h1, .hero h1, .cover-title, .lb-title, .phero h1, .hero-split h1 {
    font-size: 2rem !important;
    line-height: 1.15 !important;
    max-width: 100%;
  }

  .grid, .grid2, .cards3, .feature, .cols, .stats .row,
  .hero .in, .statement .row, .cover-grid, .port, .card-grid,
  .princ, .impact .row, .contact, .bigfoot .cols,
  .heroart .body, .statband .row {
    grid-template-columns: 1fr !important;
  }
  body > .wrap, main .wrap, .nav-in, footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .btnrow, .hero .btns, .hbtns, .cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}

/* ----- Fine print: small, uniform, centered ----- */
/* Simple footers (copyright / legal / network strip) */
html body footer:not(.bigfoot):not(:has(.footer-inner)),
html body footer.fine:not(:has(.footer-inner)),
html body .fine {
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  text-align: center !important;
  color: var(--fine) !important;
  padding: 1.25rem 1.25rem 2rem !important;
  max-width: 42rem;
  margin-inline: auto;
  letter-spacing: 0.01em;
}
html body footer:not(.bigfoot):not(:has(.footer-inner)) .wrap,
html body footer.fine:not(:has(.footer-inner)) .wrap {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center !important;
}

/* Legal bits everywhere — including designed footers */
html body footer .legal,
html body footer p.legal,
html body footer .disclaimer,
html body footer .footer-bottom,
html body footer .footer-bottom div,
html body footer .ah-identity,
html body footer .ah-identity a,
html body footer .base,
html body footer .base span,
html body footer p.fine,
html body .legal,
html body p.legal,
html body .ah-identity,
html body [data-legal],
html body [data-legal] p,
html body [data-legal] div,
html body [data-legal] span,
html body [data-legal-band],
html body footer:not(:has(.footer-inner)):not(.bigfoot) p,
html body footer:not(:has(.footer-inner)):not(.bigfoot) li,
html body footer:not(:has(.footer-inner)):not(.bigfoot) small,
html body footer:not(:has(.footer-inner)):not(.bigfoot) .note,
html body footer:not(:has(.footer-inner)):not(.bigfoot) .fnet-h,
html body footer:not(:has(.footer-inner)):not(.bigfoot) .fl,
html body footer:not(:has(.footer-inner)):not(.bigfoot) .pl,
html body footer:not(:has(.footer-inner)):not(.bigfoot) .netf,
html body footer:not(:has(.footer-inner)):not(.bigfoot) span,
html body footer:not(:has(.footer-inner)):not(.bigfoot) a {
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  text-align: center !important;
  color: var(--fine) !important;
}
html body [data-legal],
html body [data-legal-band],
html body .ah-identity,
html body .legal,
html body footer .disclaimer,
html body footer .footer-bottom,
html body footer .base {
  max-width: 42rem;
  margin-inline: auto;
}
html body footer .disclaimer,
html body footer .footer-bottom,
html body [data-legal] {
  padding: 1.25rem 1.25rem 2rem !important;
}

html body footer:not(:has(.footer-inner)):not(.bigfoot) a,
html body footer.fine:not(:has(.footer-inner)) a,
html body .fine a,
html body footer .legal a,
html body footer .pl a,
html body footer .fl a,
html body footer .ah-identity a,
html body footer .netf a,
html body footer .disclaimer a,
html body footer .footer-bottom a,
html body .legal a,
html body .ah-identity a,
html body [data-legal] a,
html body [data-legal] a[style],
html body .pl a {
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  color: var(--fine) !important;
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
  text-underline-offset: 2px;
  font-weight: 400 !important;
}

/* Designed footers keep brand / columns; legal strip only shrinks */
html body footer:has(.footer-inner),
html body footer.bigfoot {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
html body footer:has(.footer-inner) .footer-inner,
html body footer:has(.footer-inner) .footer-inner a,
html body footer:has(.footer-inner) .footer-h,
html body footer:has(.footer-inner) .brand-mark,
html body footer.bigfoot .cols,
html body footer.bigfoot .cols a,
html body footer.bigfoot .blurb,
html body footer.bigfoot h3 {
  font-size: revert;
  line-height: revert;
  text-align: revert;
  color: revert;
  max-width: none;
}

html body footer.bigfoot .base,
html body footer.bigfoot .base span,
html body footer.bigfoot [data-legal],
html body footer.bigfoot [data-legal] p,
html body footer.bigfoot [data-legal] div,
html body footer.bigfoot [data-legal] span,
html body footer.bigfoot [data-legal] a {
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  text-align: center !important;
  color: var(--fine-on-dark, rgba(255,255,255,0.62)) !important;
}
html body footer.bigfoot [data-legal],
html body footer.bigfoot .base {
  max-width: 42rem;
  margin-inline: auto;
  padding: 1.25rem 1.25rem 1.5rem !important;
}
html body footer.bigfoot [data-legal] a {
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
  text-underline-offset: 2px;
}

html body footer:not(.bigfoot):not(:has(.footer-inner)) .fl,
html body footer:not(.bigfoot):not(:has(.footer-inner)) .pl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.85rem;
  max-width: 42rem;
  margin-inline: auto;
}

/* Custom extra — cyan/tangerine footer stamp */
.adv-extra-stamp{
  display:flex;align-items:center;justify-content:center;gap:12px;
  margin:0 auto 16px;font-family:"Sora",system-ui,sans-serif;
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#164E63;
}
.adv-extra-stamp .mono{
  display:inline-flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:9px;background:#164E63;color:#ECFEFF;
  box-shadow:inset 0 3px 0 #06B6D4, inset 0 -3px 0 #FF6B2C;
  letter-spacing:-.04em;font-size:12px;
}

/* === polish-2026-08: $100k type / 8px grid / photo align / no year-title overlap === */
:root { --space: 8px; --measure: 65ch; }
html, body { overflow-x: clip; }
img, svg, video { max-width: 100%; height: auto; }
main img, article img, .wrap img, .studies-wrap img, figure img, .hero img, .hs-photo img {
  display: block;
}
img.link-icon, .brand img, nav img, .nav img { display: inline-block; }
main p, article p, .wrap > p, .studies-wrap p, .lede, p.lede, .body {
  max-width: var(--measure);
  overflow-wrap: break-word;
}
h1, h2, h3, h4 { text-wrap: balance; overflow-wrap: anywhere; }
h1 { margin-block: 0 24px; }
h2 { margin-block: 32px 16px; }
h3 { margin-block: 16px 8px; }
.lede, p.lede { max-width: 65ch; margin-bottom: 24px; line-height: 1.55; }
.wrap, .nav-in, .lb-nav-in, main, .studies-wrap { box-sizing: border-box; }
figure { margin: 0; }
.collage img, .gal img, .ph img, .hs-photo img, .hero-portrait img, .speaking-portrait img {
  object-position: center top;
}
img[src*="logo"], img[src*="wordmark"], .brand img, .logo-mark { object-fit: contain !important; }

/* Inner-page stub navs look like home bars */
body > nav:not(.nav):not(.site):not(.lb-nav) {
  display: flex; align-items: center; min-height: 64px;
  padding: 16px 24px; box-sizing: border-box;
}
body > nav:not(.nav):not(.site):not(.lb-nav) a {
  text-decoration: none; font-weight: 650;
}
.back { font-size: 0.875rem; }

/* Footer fine print: small, uniform, centered */
html body footer.fine,
html body footer .legal,
html body footer .disclaimer,
html body footer .base,
html body footer [data-legal],
html body footer p.fine {
  text-align: center !important;
  font-size: 0.6875rem !important;
  line-height: 1.45 !important;
  max-width: 42rem;
  margin-inline: auto;
}
html body footer.fine { padding: 24px 16px 32px; }

/* Years / dates never sit on top of titles on small screens */
@media (max-width: 720px) {
  .gtl-item, .tl-item, .timeline-item, .year-row {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 8px;
  }
  .gtl-year, .year, .when, time.date, .yr {
    position: static !important;
    float: none !important;
    left: auto !important;
    width: auto !important;
    text-align: left !important;
    padding: 0 0 4px !important;
    margin: 0;
  }
  h1, .cover-title, .hero h1 { font-size: clamp(1.75rem, 8vw, 2.25rem); line-height: 1.15; }
  .nav-links, nav.site ul, .lb-nav-in { flex-wrap: wrap; }
  .grid, .card-grid, .chips { gap: 8px; }
}

/* Advisor: cyan paper + tangerine CTA; keep offset hero */
.hero, header.hero { padding-block: 48px 40px; }
.lede { max-width: 65ch; }
nav.nav .nav-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }



/* Muted Seedance 2.5 cinematic hero loop. Reduced-motion falls back to still. Palette: cyan paper / gold. */
header.hero { position: relative; overflow: hidden; }
header.hero .hero-loop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
header.hero .hero-loop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(18,53,61,0.48) 0%, rgba(12,42,48,0.40) 48%, rgba(18,53,61,0.68) 100%);
  pointer-events: none;
}
header.hero .hero-loop video,
header.hero .hero-loop .hero-loop-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}
header.hero .hero-loop video { z-index: 1; }
header.hero .hero-loop .hero-loop-poster { z-index: 0; }
header.hero > .in { position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  header.hero .hero-loop video { display: none !important; }
  header.hero .hero-loop .hero-loop-poster { display: block !important; z-index: 1; }
}


/* quiet-luxury 2026-09-01 — Seedance 2.5 muted advisor loop, not a case study */
h1 { letter-spacing: -0.032em; margin-bottom: 0.9em; }
h2 { margin-block: 2.2rem 1rem; }
header.hero .hero-loop::after {
  background:
    linear-gradient(180deg, rgba(236, 254, 255, 0.40) 0%, rgba(207, 250, 254, 0.34) 48%, rgba(236, 254, 255, 0.80) 100%);
}
html body footer,
html body footer .legal,
html body footer p.fine {
  text-align: center !important;
  color: #155E75 !important;
}
.speaking-portrait img, .hero-portrait img {
  animation: none !important;
}
@media (prefers-reduced-motion: reduce) {
  header.hero .hero-loop video { display: none !important; }
}


/* quiet-luxury floor 2026-09-01 — tight type, air, contrast, restrained motion. Palette: cyan / gold. */
body { letter-spacing: -0.006em; color: #0c2a30; }
h1, .hero h1 { letter-spacing: -0.036em; line-height: 1.08; text-wrap: balance; }
h2 { letter-spacing: -0.024em; text-wrap: balance; }
p, .lede, .sub { line-height: 1.62; max-width: 65ch; }
section { padding-block: clamp(2.75rem, 6.5vw, 5.75rem); }
.chip:hover { transform: none; }
header.hero .eyebrow { color: #c4a35a !important; }
header.hero h1 { color: #FAFAFA !important; }
header.hero p, header.hero .sub { color: rgba(250,250,250,0.88) !important; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .chip, .btn, a { transition: none !important; }
}

/* Ken Burns on still photography — heroes stay Seedance loops. No new faces. */
@keyframes ah-kenburns{from,to{transform:none}}
  50% { transform: scale(1.08) translate3d(-1.4%, -1%, 0); }
  100% { transform: scale(1.045) translate3d(1.1%, 0.5%, 0); }
}
main figure:not(.speaking-portrait):not(.hero-portrait) {
  overflow: hidden;
}
main figure:not(.speaking-portrait):not(.hero-portrait) img:not(.link-icon):not([src*="logo"]):not([src*="wordmark"]):not([src*="signature"]):not([src*="qr"]):not([src*="icon"]) {
  animation:none;
  transform-origin: 50% 42%;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  main figure img { animation: none !important; }
}


/* relief 2026-09-01 — advisor: darkened cyan cinematic, white type */
header.hero { color:#F7F7F5; min-height: min(88vh, 880px); }
header.hero .hero-loop::after {
  background:
    linear-gradient(180deg, rgba(12,42,48,.64) 0%, rgba(8,30,36,.50) 48%, rgba(8,24,28,.84) 100%) !important;
}
header.hero h1, header.hero p.sub, header.hero .hero-copy { color:#F7F7F5 !important; }
header.hero .eyebrow { color:#E8C98A !important; }
header.hero .btn-sec { color:#F7F7F5; border-color: rgba(255,255,255,.4); }
h1 { letter-spacing:-.04em; }

/* relief-motion 2026-09-01 — cinematic depth/air. Original motion language. Not Apple CSS. */

.hero-loop,
.hero-split .hero-loop,
header.hero .hero-loop,
section.hero .hero-loop,
.lb-hero .hero-loop {
  transform: scale3d(var(--hero-scale, 1), var(--hero-scale, 1), 1);
  transform-origin: 50% 50%;
  will-change: transform;
  backface-visibility: hidden;
}
.hero-loop::after {
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, calc(var(--hero-veil, 0) * 0.42));
}

@media (prefers-reduced-motion: no-preference) {
  .hero-loop-poster {
    animation: ah-hero-still 20s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
    transform-origin: 50% 46%;
  }
}
@keyframes ah-hero-still {
  from { transform: scale(1); }
  to { transform: scale(1.02); }
}

/* Kill Ken Burns / pan on photography. Speaking portraits stay static. No Stars motion. */
@keyframes ah-kenburns {
  from, to { transform: none; }
}
.speaking-portrait img,
.speaking-portrait picture,
.hero-portrait img,
.hero-portrait picture,
.hero-photo img,
.principal-photos figure img,
.ah-infographic img,
main figure img,
.ah-still img {
  animation: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  html.enh-reveal [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1),
                transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }
  html.enh-reveal [data-reveal].enh-revealed {
    opacity: 1;
    transform: none;
  }
  html.enh-reveal [data-reveal-child] {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
  }
  html.enh-reveal [data-reveal-child].enh-revealed {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .feature { align-items: start; }
  .feature > .panel,
  .feature > figure,
  .hero-split .hs-photo {
    position: sticky;
    top: 88px;
    align-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-loop,
  .hero-loop video,
  .hero-loop-poster,
  .hero-split .hero-loop {
    transform: none !important;
    animation: none !important;
  }
  .hero-loop video { display: none !important; }
  .hero-loop .hero-loop-poster { display: block !important; z-index: 1; }
  html.enh-reveal [data-reveal],
  html.enh-reveal [data-reveal-child] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.chip:hover, a.chip:hover, .card:hover { transform: none !important; }


/* === media-layout-2026-09-09 === crop/aspect/spacing/mobile/video; no overlaps */
img, video { max-width: 100%; height: auto; }
.hero-loop, .hero-split .hero-loop, header.hero .hero-loop, section.hero .hero-loop, .lb-hero .hero-loop {
  overflow: hidden !important;
  isolation: isolate;
}
.hero-loop video,
.hero-loop .hero-loop-poster,
header.hero .hero-loop video,
header.hero .hero-loop .hero-loop-poster,
section.hero .hero-loop video,
section.hero .hero-loop .hero-loop-poster,
.lb-hero .hero-loop video,
.lb-hero .hero-loop .hero-loop-poster {
  object-fit: cover !important;
  object-position: center 42% !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block;
}
.hero-loop video { z-index: 1; }
.hero-loop .hero-loop-poster { z-index: 0; }
.ah-still, .ah-still-mscev, .ah-still-portrait, .ah-still-pin {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: transparent;
}
.ah-still video,
.ah-still img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.feature-photos, .ks-photos, .ll-photos, .info-cards, .gal, .collage, .principal-photos {
  gap: clamp(14px, 2vw, 22px) !important;
}
.feature-photos img, .ks-photos img, .ll-photos img, .gal img, .collage img,
.principal-photos img, .info-cards img, figure:not(.speaking-portrait):not(.hero-portrait) > img {
  border-radius: 12px;
  object-fit: cover;
  object-position: center 30%;
}
.speaking-portrait, .hero-portrait, .cover-portrait, .about-portrait {
  margin-inline: auto;
  max-width: min(420px, 100%);
}
.speaking-portrait img, .hero-portrait img, .cover-portrait img, .about-portrait img {
  width: 100%;
  height: auto;
  object-fit: contain !important;
  object-position: center top !important;
  display: block;
}
@media (max-width: 820px) {
  .feature, .hero .in, .phero .in, .contact, .statement .row {
    grid-template-columns: 1fr !important;
  }
  .speaking-portrait, .hero-portrait, .cover-portrait, .about-portrait {
    max-width: min(320px, 92vw);
    margin-bottom: 1.25rem;
  }
  .ks-photos, .ll-photos, .info-cards, .gal, .collage {
    grid-template-columns: 1fr !important;
  }
  .hero-loop, header.hero .hero-loop, section.hero .hero-loop, .lb-hero .hero-loop {
    min-height: 42vh;
  }
  /* prevent year/title/portrait overlaps */
  .tl-item, .gtl-item { position: relative; overflow: visible; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-loop video { display: none !important; }
  .hero-loop .hero-loop-poster { display: block !important; z-index: 1 !important; }
}
