@font-face {
  font-family: "Libre Caslon Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/libre-caslon-display-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Libre Caslon Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/libre-caslon-display-400-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-sans-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-sans-400-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/dm-sans-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/dm-sans-500-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/dm-sans-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/dm-sans-600-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-sans-400-italic.woff2") format("woff2");
}

:root {
  --ink: #0c1924;
  --ink-soft: #142738;
  --paper: #f4f1ea;
  --paper-bright: #fbfaf6;
  --slate: #60707a;
  --line: rgba(12, 25, 36, 0.17);
  --mist: #dfe5e5;
  --copper: #c47d55;
  --copper-light: #e4ad8c;
  --white: #ffffff;
  --display: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", "Helvetica Neue", sans-serif;
  --wrap: min(1240px, calc(100vw - 96px));
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding-block: clamp(90px, 10vw, 150px); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--copper-light); outline-offset: 3px; }
.site-nav a:focus-visible { outline-offset: 6px; }
.button:focus-visible, .nav-cta:focus-visible { outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; height: 94px; padding: 0 max(48px, calc((100vw - 1240px) / 2)); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); transition: height .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease); }
.site-header-dark { background: transparent; }
.site-header.is-scrolled { height: 76px; background: rgba(10, 22, 31, .94); border-color: rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 41px; height: 41px; border: 1px solid currentColor; border-radius: 50%; opacity: .94; }
.brand-mark i { position: absolute; width: 15px; height: 1px; background: currentColor; }
.brand-mark i:last-child { transform: rotate(90deg); }
.brand-mark::after { content: ""; width: 25px; height: 25px; border: 1px solid currentColor; border-radius: 50%; opacity: .35; }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name strong { font-family: var(--display); font-size: 17px; font-weight: 400; letter-spacing: -.01em; }
.brand-name small { margin-top: 5px; font-size: 8px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; opacity: .72; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 38px); }
.site-nav a { position: relative; color: inherit; font-size: 13px; font-weight: 500; text-decoration: none; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--copper-light); transition: right .25s var(--ease); }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 100px; transition: background .25s, color .25s; }
.nav-cta:hover { color: var(--ink); background: var(--white); }
.nav-cta span { margin-left: 10px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); color: var(--white); background: var(--ink); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,20,.99) 0%, rgba(5,13,20,.91) 31%, rgba(5,13,20,.42) 57%, rgba(5,13,20,.18) 100%); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-arrive 1.8s var(--ease) both; }
.hero-content { position: relative; z-index: 2; display: flex; min-height: min(900px, 100svh); flex-direction: column; justify-content: center; padding: 140px 0 170px; }
.eyebrow, .section-index { margin: 0 0 28px; font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow { color: var(--copper-light); }
.hero h1 { max-width: 850px; margin: 0; font: 400 clamp(60px, 7vw, 106px)/.93 var(--display); letter-spacing: -.045em; }
h1 em, h2 em { color: var(--copper-light); font-style: italic; font-weight: 400; }
.hero-intro { max-width: 600px; margin: 33px 0 0; color: rgba(255,255,255,.76); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 55px; padding: 0 24px; border: 1px solid transparent; border-radius: 100px; font-size: 13px; font-weight: 600; text-decoration: none; transition: transform .25s var(--ease), background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--copper-light); }
.contact-section .button-light:hover,
.contact-section .button-light:focus-visible {
  background: var(--ink);
  color: var(--paper-bright);
}
.button-copper { color: var(--ink); background: var(--copper-light); }
.button-copper:hover { background: var(--white); }
.button-full { width: 100%; }
.text-link { color: inherit; font-size: 13px; font-weight: 600; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 12px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-proof { position: absolute; z-index: 3; right: 0; bottom: 0; display: grid; width: min(720px, 55vw); grid-template-columns: repeat(3, minmax(0, 1fr)); background: rgba(9,22,31,.83); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(14px); }
.hero-proof div { min-height: 126px; padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-proof strong { display: block; font: 400 36px/1 var(--display); }
.hero-proof span { display: block; margin-top: 11px; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }

.section-index { color: var(--copper); }
.intro-section > .section-index { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.intro-copy { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; padding-top: 65px; }
h2 { margin: 0; font: 400 clamp(45px, 5.5vw, 76px)/1.02 var(--display); letter-spacing: -.035em; }
.intro-copy h2 { max-width: 800px; }
.body-copy { color: var(--slate); font-size: 16px; line-height: 1.75; }
.body-copy p { margin: 0 0 20px; }

.expertise-section { background: var(--paper-bright); }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 8vw; }
.section-heading > p { margin: 0 0 5px; color: var(--slate); font-size: 15px; line-height: 1.7; }
.service-list { margin-top: 85px; border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: minmax(300px, 1fr) 1fr 28px; align-items: center; gap: 25px; min-height: 154px; padding: 26px 7px; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; cursor: pointer; transition: padding .35s var(--ease), background .35s var(--ease); }
.service-row:hover { padding-inline: 24px; background: var(--paper); }
.service-title { display: flex; align-items: center; gap: 24px; }
.service-title h3 { margin: 0; font: 400 clamp(27px, 2.8vw, 40px)/1.1 var(--display); }
.service-row p { max-width: 470px; margin: 0; color: var(--slate); font-size: 14px; line-height: 1.65; }
.service-arrow { font-size: 20px; transition: transform .25s; }
.service-row:hover .service-arrow { transform: translate(3px, -3px); }
.service-referral { color: var(--ink); background: transparent; border-color: var(--line); }
.service-referral::before { content: none; }
.service-referral:hover { background: var(--paper); }
.service-referral p { color: var(--slate); }
.service-icon { position: relative; flex: 0 0 auto; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; }
.scan-icon::before, .scan-icon::after { content: ""; position: absolute; inset: 10px; border: 1px solid var(--copper); border-radius: 50% 42% 48% 44%; transform: rotate(24deg); }
.scan-icon::after { inset: 18px; background: var(--copper); }
.ledger-icon::before { content: ""; position: absolute; inset: 12px 14px; border: 1px solid var(--copper); box-shadow: 6px 6px 0 -5px var(--copper); }
.ledger-icon::after { content: ""; position: absolute; left: 20px; top: 20px; width: 11px; height: 1px; background: var(--copper); box-shadow: 0 5px 0 var(--copper), 0 10px 0 var(--copper); }
.network-icon { background: radial-gradient(circle at 50% 27%, var(--copper) 0 2px, transparent 2.5px), radial-gradient(circle at 28% 72%, var(--copper) 0 2px, transparent 2.5px), radial-gradient(circle at 72% 72%, var(--copper) 0 2px, transparent 2.5px); }
.network-icon::before, .network-icon::after { content: ""; position: absolute; left: 24px; top: 15px; width: 1px; height: 22px; background: var(--copper); transform-origin: top; }
.network-icon::before { transform: rotate(27deg); }
.network-icon::after { transform: rotate(-27deg); }
.shield-icon { border-color: rgba(12,25,36,.17); }
.shield-icon::before, .shield-icon::after { content: none; }
.shield-icon svg { position: absolute; inset: 11px; width: 28px; height: 28px; fill: none; stroke: var(--copper); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }

.approach-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 11vw; }
.approach-portrait { margin: 0; }
.approach-visual { position: relative; aspect-ratio: 1; background: var(--ink); border-radius: 50%; overflow: hidden; border: 1px solid rgba(196, 125, 85, .4); }
.approach-visual img { width: 100%; height: 100%; object-fit: cover; }
.approach-portrait figcaption { display: flex; flex-direction: column; gap: 4px; margin-top: 22px; text-align: center; }
.approach-portrait strong { font-size: 14px; }
.approach-portrait span { color: var(--slate); font-size: 12px; }
.approach-copy h2 { margin-bottom: 62px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.step > span { display: grid; place-items: center; align-self: start; width: 28px; height: 28px; color: var(--copper); border: 1px solid var(--copper); border-radius: 50%; font-size: 10px; }
.step h3 { margin: 2px 0 7px; font: 400 24px/1 var(--display); }
.step p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.55; }

.compliance-callout { padding-block: clamp(90px, 10vw, 140px); color: var(--white); background: var(--ink); }
.compliance-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 10vw; }
.compliance-copy { padding: 42px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); }
.compliance-copy p { margin: 26px 0 30px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }
.lc-lockup { display: flex; align-items: center; width: max-content; }
.lc-lockup img { width: 190px; height: auto; }
.compliance-copy .lc-lockup { padding: 0; background: transparent; }
.compliance-copy .lc-lockup img { width: 235px; background: transparent; filter: none; }

.founder-section { text-align: center; }
.founder-kicker { display: flex; flex-direction: column; align-items: center; gap: 13px; }
.founder-photo { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.founder-kicker span { display: grid; place-items: center; width: 70px; height: 70px; color: var(--paper); background: var(--ink); border-radius: 50%; font: 400 20px/1 var(--display); letter-spacing: .08em; }
.founder-kicker p { color: var(--copper); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
blockquote { max-width: 970px; margin: 60px auto 45px; font: 400 clamp(36px, 4.5vw, 64px)/1.15 var(--display); letter-spacing: -.025em; }
.founder-meta { display: flex; flex-direction: column; gap: 8px; }
.founder-meta strong { font-size: 13px; }
.founder-meta span { color: var(--slate); font-size: 12px; }

.contact-section { padding-block: clamp(100px, 11vw, 160px); background: var(--copper-light); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 10vw; }
.contact-section .section-index { color: var(--ink); opacity: .62; }
.contact-section h2 em { color: var(--paper-bright); }
.contact-details > p { margin: 0 0 35px; line-height: 1.7; }
.contact-panel { display: grid; gap: 34px; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 7px; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.turnstile-wrap { margin: 6px 0 4px; min-height: 65px; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(12, 25, 36, .22);
  background: var(--paper-bright);
  color: var(--ink);
  padding: 13px 14px;
  font: 400 15px/1.45 var(--sans);
  border-radius: 0;
}
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 0; border-color: var(--ink); }
.contact-form .button { justify-content: center; margin-top: 6px; cursor: pointer; border: 0; }
.form-note { margin: 4px 0 0; color: rgba(12, 25, 36, .62); font-size: 12px; line-height: 1.55; font-weight: 400; letter-spacing: 0; text-transform: none; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.form-status { margin: 8px 0 0; min-height: 1.4em; font-size: 14px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.contact-form.is-sent .button { display: none; }
.contact-form button:disabled { opacity: .55; cursor: wait; transform: none; }
.contact-email { display: flex; justify-content: space-between; padding: 0 0 18px; border-bottom: 1px solid rgba(12,25,36,.35); font: 400 clamp(18px, 2vw, 26px)/1.2 var(--display); text-decoration: none; }
.phone-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 30px; }
.phone-row a { font-size: 15px; text-decoration: none; }
.phone-row small { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; opacity: .55; }

.site-footer { padding: 70px 0 30px; color: var(--white); background: #071119; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 55px; }
.footer-main p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; }
.footer-main > a:last-child { font-size: 12px; text-decoration: none; }
.footer-legal { display: flex; justify-content: space-between; padding-top: 25px; color: rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

/* Referral page */
.referral-hero { position: relative; min-height: 790px; padding: 190px 0 110px; color: var(--white); background: var(--ink); overflow: hidden; }
.referral-hero::before { content: ""; position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.referral-glow { position: absolute; top: 12%; right: -9%; width: 650px; aspect-ratio: 1; border: 1px solid rgba(228,173,140,.45); border-radius: 50%; box-shadow: 0 0 120px rgba(196,125,85,.12), inset 0 0 100px rgba(196,125,85,.08); }
.referral-glow::before, .referral-glow::after { content: ""; position: absolute; border: 1px solid rgba(228,173,140,.22); border-radius: 50%; }
.referral-glow::before { inset: 14%; }
.referral-glow::after { inset: 29%; }
.referral-hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 10vw; }
.referral-hero h1 { max-width: 750px; margin: 0; font: 400 clamp(58px, 6.4vw, 94px)/.98 var(--display); letter-spacing: -.045em; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; background: #8bc4a7; border-radius: 50%; box-shadow: 0 0 0 5px rgba(139,196,167,.12); }
.partner-card { position: relative; padding: 45px; color: var(--ink); background: var(--paper-bright); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.lc-lockup-large img { width: 235px; }
.partner-card > p { margin: 30px 0; color: var(--slate); font: 400 21px/1.45 var(--display); }
.partner-card ul { margin: 0 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.partner-card li { position: relative; padding: 15px 0 15px 24px; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 12px; line-height: 1.4; }
.partner-card li::before { content: ""; position: absolute; left: 1px; top: 20px; width: 7px; height: 4px; border-left: 1px solid var(--copper); border-bottom: 1px solid var(--copper); transform: rotate(-45deg); }
.partner-card > small { display: block; margin-top: 13px; color: var(--slate); font-size: 9px; text-align: center; }
.referral-reasons > .section-index { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.referral-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 10vw; padding-top: 60px; }
.referral-intro > p { margin: 0; color: var(--slate); line-height: 1.75; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason-grid article { min-height: 220px; padding: 34px 38px 40px 0; border-right: 1px solid var(--line); }
.reason-grid article:not(:first-child) { padding-left: 38px; }
.reason-grid article:last-child { border-right: 0; }
.reason-grid h3 { margin: 0 0 14px; font: 400 28px/1.1 var(--display); }
.reason-grid p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.65; }
.handoff-section { padding-block: clamp(100px, 12vw, 170px); color: var(--white); background: var(--ink-soft); }
.handoff-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 12vw; }
.handoff-section h2 { max-width: 720px; }
.handoff-section p:not(.section-index) { max-width: 580px; margin: 25px 0 35px; color: rgba(255,255,255,.62); line-height: 1.7; }
.handoff-actions { display: flex; align-items: center; gap: 30px; }
.handoff-path { display: flex; flex-direction: column; align-items: center; }
.handoff-node { display: grid; grid-template-columns: 65px 1fr; align-items: center; width: min(390px, 100%); padding: 18px; color: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.17); font-size: 12px; }
.handoff-node i { display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: rgba(255,255,255,.08); border-radius: 50%; font-family: var(--display); font-style: normal; }
.handoff-node.active { color: var(--ink); background: var(--copper-light); border-color: var(--copper-light); }
.handoff-node.active i { color: var(--ink); background: rgba(255,255,255,.55); }
.handoff-line { position: relative; width: 1px; height: 80px; background: rgba(255,255,255,.25); }
.handoff-line i { position: absolute; bottom: 0; left: -3px; width: 7px; height: 7px; background: var(--copper-light); border-radius: 50%; box-shadow: 0 0 0 6px rgba(228,173,140,.12); }

.reveal { opacity: 1; }
.js-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js-ready .reveal.is-visible { opacity: 1; transform: none; }
.service-row.reveal:nth-child(2), .reason-grid .reveal:nth-child(2) { transition-delay: .08s; }
.service-row.reveal:nth-child(3), .reason-grid .reveal:nth-child(3) { transition-delay: .16s; }
.service-row.reveal:nth-child(4) { transition-delay: .24s; }
@keyframes hero-arrive { from { opacity: 0; transform: scale(1.045); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 48px, 760px); }
  .site-header { height: 78px; padding-inline: 24px; }
  .menu-toggle { display: flex; align-items: center; gap: 5px; height: 40px; padding: 0 13px; color: inherit; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 100px; }
  .menu-toggle span { margin-right: 5px; font: 500 10px/1 var(--sans); text-transform: uppercase; letter-spacing: .12em; }
  .menu-toggle i { display: block; width: 10px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateX(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateX(-3px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: -1; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 28px; padding: 100px 24px 40px; color: var(--white); background: var(--ink); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .menu-open .site-nav { opacity: 1; visibility: visible; }
  .site-nav a { font: 400 33px/1.1 var(--display); }
  .nav-cta { margin-top: 12px; font-family: var(--sans) !important; font-size: 13px !important; }
  .hero-content { padding-top: 120px; }
  .hero-proof { width: 100%; }
  .intro-copy, .section-heading, .approach-section, .compliance-grid, .contact-grid, .referral-hero-grid, .referral-intro, .handoff-grid { grid-template-columns: 1fr; }
  .intro-copy, .section-heading, .compliance-grid, .contact-grid, .referral-hero-grid, .referral-intro, .handoff-grid { gap: 55px; }
  .section-heading > p { max-width: 480px; }
  .service-row { grid-template-columns: 1fr 25px; }
  .service-row p { grid-column: 1; padding-right: 20px; }
  .service-arrow { grid-column: 2; grid-row: 1 / span 2; }
  .approach-section { gap: 75px; }
  .approach-portrait { width: min(420px, 100%); margin-inline: auto; }
  .approach-visual { width: 100%; }
  .referral-hero { padding-top: 145px; }
  .partner-card { max-width: 560px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article, .reason-grid article:not(:first-child) { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .reason-grid article:last-child { border-bottom: 0; }
  .reason-grid h3 { margin-top: 28px; }
  .handoff-path { align-items: flex-start; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 36px); }
  .section { padding-block: 85px; }
  .brand-name strong { font-size: 16px; }
  .brand-name small { font-size: 9px; letter-spacing: .16em; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 880px; }
  .hero::after { background: linear-gradient(90deg, rgba(5,13,20,.97), rgba(5,13,20,.76)); }
  .hero-media img { object-position: 64% center; opacity: .7; }
  .hero-content { justify-content: flex-start; padding-top: 155px; }
  .hero h1 { font-size: clamp(52px, 15vw, 70px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .hero-proof div { min-width: 0; min-height: 104px; padding: 18px 10px; overflow: visible; }
  .hero-proof strong { font-size: 17px; letter-spacing: -.03em; }
  .hero-proof span { font-size: 8px; letter-spacing: .06em; overflow-wrap: break-word; }
  h2 { font-size: clamp(40px, 12vw, 58px); }
  .intro-copy { padding-top: 45px; }
  .service-list { margin-top: 55px; }
  .service-row { grid-template-columns: 1fr 18px; gap: 10px; min-height: 0; padding: 30px 0; }
  .service-row:hover { padding-inline: 10px; }
  .service-icon { display: none; }
  .service-title h3 { font-size: 28px; }
  .service-row p { padding-right: 5px; }
  .approach-section { padding-inline: 18px; }
  .approach-copy { padding-inline: 0; }
  .compliance-copy, .partner-card { padding: 28px; }
  blockquote { margin-block: 45px 35px; }
  .contact-email { font-size: 17px; }
  .phone-row { grid-template-columns: 1fr; }
  .referral-hero h1 { font-size: clamp(50px, 14vw, 70px); }
  .referral-glow { top: 20%; right: -70%; }
  .partner-card > p { font-size: 19px; }
  .handoff-actions { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > a:last-child { grid-row: 3; }
  .footer-legal { flex-direction: column; gap: 10px; }
}

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

/* Resource, profile, and long-form content */
.footer-nav { display: flex; justify-content: center; gap: 26px; }
.footer-nav a { color: rgba(255,255,255,.58); font-size: 11px; text-decoration: none; transition: color .2s; }
.footer-nav a:hover { color: var(--white); }

.resources-preview { background: #ebe7dd; }
.resources-heading { margin-bottom: 64px; }
.resource-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.resource-card { display: flex; min-height: 410px; flex-direction: column; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: color .3s, background .3s, transform .3s var(--ease); }
.resource-card-featured { grid-column: 1 / -1; min-height: 250px; display: grid; grid-template-columns: 1.4fr .8fr; gap: 48px; align-items: end; }
a.resource-card-featured h3, a.resource-card-featured h2 { margin: 18px 0 20px; font-size: clamp(32px, 3.6vw, 46px); }
.resource-card:hover { color: var(--white); background: var(--ink); transform: translateY(-4px); }
.resource-card > span, .related-grid span { color: var(--copper); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.resource-card h3, .resource-card h2 { margin: 52px 0 20px; font: 400 31px/1.12 var(--display); letter-spacing: -.02em; }
.resource-card h2 { font-size: 37px; }
.resource-card p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.7; transition: color .3s; }
.resource-card:hover p { color: rgba(255,255,255,.66); }
.resource-card strong { display: flex; justify-content: space-between; margin-top: auto; padding-top: 36px; font-size: 11px; }
.resource-card strong i { font-size: 17px; font-style: normal; transition: transform .2s; }
.resource-card:hover strong i { transform: translate(3px, -3px); }
.resource-index-link { display: block; width: max-content; margin: 38px 0 0 auto; font-size: 12px; font-weight: 600; text-decoration: none; }
.resource-index-link span { margin-left: 12px; }

.content-page { background: var(--paper-bright); }
.page-hero { position: relative; padding: 165px 0 100px; color: var(--white); background: var(--ink); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -150px; bottom: -310px; width: 740px; height: 740px; border: 1px solid rgba(228,173,140,.2); border-radius: 50%; box-shadow: inset 0 0 0 90px rgba(228,173,140,.02), inset 0 0 0 180px rgba(228,173,140,.02); pointer-events: none; }
.breadcrumbs { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 70px; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--white); }
.breadcrumbs-dark { margin-bottom: 48px; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 10vw; }
.page-hero h1 { max-width: 900px; margin: 0; font: 400 clamp(57px, 6.6vw, 96px)/.96 var(--display); letter-spacing: -.045em; }
.page-hero-intro { max-width: 500px; margin: 0 0 8px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.75; }

.profile-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10vw; }
.profile-facts { align-self: start; padding: 40px; background: #ebe7dd; }
.profile-photo { width: 100%; max-width: 320px; aspect-ratio: 1; height: auto; margin: 0 auto 8px; border-radius: 50%; object-fit: cover; background: var(--ink); }
.profile-monogram, .byline-mark { display: grid; place-items: center; width: 74px; height: 74px; color: var(--paper); background: var(--ink); border-radius: 50%; font: 400 20px/1 var(--display); letter-spacing: .07em; }
.profile-facts dl { margin: 55px 0 0; }
.profile-facts dl div { padding: 17px 0; border-top: 1px solid var(--line); }
.profile-facts dt { margin-bottom: 7px; color: var(--copper); font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.profile-facts dd { margin: 0; font: 400 21px/1.2 var(--display); }
.profile-copy h2 { max-width: 820px; margin-bottom: 55px; }
.article-prose { color: #344653; font-size: 16px; line-height: 1.82; }
.article-prose > p, .article-prose section > p { margin: 0 0 25px; }
.article-prose a { color: #8f4f2d; font-weight: 600; text-underline-offset: 3px; }
.article-prose .lead { color: var(--ink); font: 400 28px/1.5 var(--display); letter-spacing: -.01em; }
.experience-band { padding-block: clamp(90px, 10vw, 140px); background: #ebe7dd; }
.experience-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.experience-grid article { min-height: 220px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.experience-grid h2 { margin: 0 0 15px; font-size: 35px; }
.experience-grid p { max-width: 470px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.65; }
.author-principle { text-align: center; }
.author-principle .author-actions { display: flex; justify-content: center; align-items: center; gap: 34px; }

.resource-library { padding-top: 100px; }
.library-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; margin-bottom: 65px; }
.library-intro > p:last-child { max-width: 600px; margin: 0; color: var(--slate); line-height: 1.7; }
.resource-card-grid-large .resource-card { min-height: 510px; }
.resource-card-grid-large .resource-card-featured { min-height: 260px; }
.resource-cta { padding-block: clamp(90px, 10vw, 140px); color: var(--white); background: var(--ink-soft); }
.resource-cta-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 10vw; }
.resource-cta-grid > div:last-child p { max-width: 500px; margin: 0 0 32px; color: rgba(255,255,255,.63); line-height: 1.7; }

.article-hero { padding: 155px 0 90px; color: var(--white); background: var(--ink); }
.article-hero-inner { max-width: 1060px; }
.article-hero .breadcrumbs { margin-bottom: 62px; }
.article-hero h1 { max-width: 1040px; margin: 0; font: 400 clamp(49px, 6vw, 83px)/1.01 var(--display); letter-spacing: -.04em; }
.article-deck { max-width: 790px; margin: 30px 0 48px; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.7; }
.byline { display: grid; grid-template-columns: 56px 1fr 1fr; align-items: center; gap: 22px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.byline-mark { width: 52px; height: 52px; color: var(--ink); background: var(--copper-light); font-size: 14px; }
img.byline-mark { object-fit: cover; padding: 0; height: 52px; }
.byline > div { display: flex; flex-direction: column; gap: 5px; }
.byline strong { font-size: 11px; }
.byline a { text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 3px; }
.byline span { color: rgba(255,255,255,.5); font-size: 10px; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: 8vw; padding-block: 95px 130px; }
.article-rail { position: sticky; top: 110px; display: flex; align-self: start; flex-direction: column; padding-top: 17px; border-top: 1px solid var(--line); }
.article-rail strong { margin-bottom: 23px; color: var(--copper); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.article-rail a { padding: 9px 0; color: var(--slate); font-size: 11px; text-decoration: none; }
.article-rail a:hover { color: var(--ink); }
.article-prose section { margin-top: 76px; scroll-margin-top: 105px; }
.article-prose section:first-child { margin-top: 0; }
.article-prose h2 { margin: 0 0 32px; color: var(--ink); font-size: clamp(38px, 4vw, 53px); }
.answer-box { padding: 34px 38px; color: var(--ink); background: #ebe7dd; border-left: 3px solid var(--copper); }
.answer-box > span { display: block; margin-bottom: 17px; color: var(--copper); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.answer-box p { margin: 0 !important; color: var(--ink); font: 400 22px/1.55 var(--display); }
.article-kicker { margin-bottom: 14px !important; color: var(--copper); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.numbered-checklist { margin: 0; padding: 0; list-style: none; counter-reset: point; border-top: 1px solid var(--line); }
.numbered-checklist li { position: relative; padding: 30px 0 30px 57px; border-bottom: 1px solid var(--line); counter-increment: point; }
.numbered-checklist li::before { content: counter(point, decimal-leading-zero); position: absolute; left: 0; top: 33px; color: var(--copper); font-size: 10px; }
.numbered-checklist strong { display: block; margin-bottom: 8px; color: var(--ink); font: 400 23px/1.3 var(--display); }
.numbered-checklist p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.7; }
.comparison-table { margin: 35px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.comparison-table > div { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-table strong, .comparison-table span { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison-table strong { color: var(--ink); background: #ebe7dd; font-size: 11px; }
.comparison-table span { font-size: 13px; line-height: 1.65; }
.signal-list { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.signal-list li { position: relative; padding: 18px 0 18px 30px; border-bottom: 1px solid var(--line); font-size: 14px; }
.signal-list li::before { content: "—"; position: absolute; left: 0; color: var(--copper); }
.sources-block { padding-top: 48px; border-top: 1px solid var(--line); }
.sources-block h2 { font-size: 38px; }
.sources-block ul { padding-left: 18px; }
.sources-block li { margin: 13px 0; font-size: 13px; }
.sources-block .disclaimer { margin-top: 40px; padding: 22px; color: var(--slate); background: #ebe7dd; font-size: 11px; line-height: 1.65; }
.checklist-stack { border-top: 1px solid var(--line); }
.checklist-stack details, .faq-list details { border-bottom: 1px solid var(--line); }
.checklist-stack summary, .faq-list summary { position: relative; padding: 25px 48px 25px 0; color: var(--ink); cursor: pointer; list-style: none; font: 400 23px/1.35 var(--display); }
.checklist-stack summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.checklist-stack summary::after, .faq-list summary::after { content: "+"; position: absolute; right: 7px; top: 22px; color: var(--copper); font: 400 24px/1 var(--sans); }
.checklist-stack details[open] summary::after, .faq-list details[open] summary::after { content: "–"; }
.checklist-stack summary span { display: inline-block; width: 38px; color: var(--copper); font: 600 9px/1 var(--sans); }
.checklist-stack details > div { padding: 0 25px 26px 38px; color: var(--slate); font-size: 14px; }
.cadence-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 34px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cadence-grid div { min-height: 145px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cadence-grid strong, .cadence-grid span { display: block; }
.cadence-grid strong { margin-bottom: 25px; color: var(--copper); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.cadence-grid span { color: var(--slate); font-size: 13px; line-height: 1.6; }
.partner-inline { padding: 42px; background: #ebe7dd; }
.partner-inline h2 { font-size: 43px; }
.inline-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.framework-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.framework-grid article { min-height: 290px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.framework-grid article > span { color: var(--copper); font-size: 9px; }
.framework-grid h3 { margin: 50px 0 13px; color: var(--ink); font: 400 28px/1.15 var(--display); }
.framework-grid p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.7; }
.article-quote { margin: 40px 0; padding-left: 35px; color: var(--ink); border-left: 2px solid var(--copper); font-size: 35px; text-align: left; }
.decision-callout { margin: 35px 0; padding: 30px; color: var(--white); background: var(--ink-soft); }
.decision-callout strong { display: block; margin-bottom: 15px; color: var(--copper-light); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.decision-callout p { margin: 0; font: 400 24px/1.45 var(--display); }
.related-resources { padding-block: 85px; background: #ebe7dd; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid a { display: flex; min-height: 220px; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: color .25s, background .25s; }
.related-grid a:hover { color: var(--white); background: var(--ink); }
.related-grid strong { margin-top: auto; font: 400 24px/1.25 var(--display); }

.referral-answer > .section-index { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.referral-answer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; padding-top: 60px; }
.role-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.role-grid article { padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.role-mark { display: grid; place-items: center; width: 58px; height: 58px; color: var(--white); background: var(--ink); border-radius: 50%; font: 400 15px/1 var(--display); }
.role-mark-copper { color: var(--ink); background: var(--copper-light); }
.role-grid .article-kicker { margin-top: 38px !important; }
.role-grid h3 { margin: 13px 0 28px; font: 400 34px/1.15 var(--display); }
.role-grid ul { min-height: 160px; padding-left: 18px; color: var(--slate); font-size: 13px; line-height: 1.75; }
.why-specialist-section { padding-block: clamp(90px, 10vw, 140px); color: var(--white); background: var(--ink-soft); }
.why-specialist-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 11vw; }
.why-specialist-grid .article-prose { color: rgba(255,255,255,.67); }
.source-link { display: inline-block; margin-top: 15px; color: var(--white) !important; font-size: 11px; }
.faq-section { padding-block: clamp(90px, 10vw, 140px); background: #ebe7dd; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details p { margin: 0; padding: 0 45px 25px 0; color: var(--slate); font-size: 14px; line-height: 1.7; }
.partner-disclosure { margin-top: 35px !important; font-size: 10px !important; }

@media (max-width: 980px) {
  .resource-card-grid, .resource-card-grid-large { grid-template-columns: 1fr; }
  .resource-card, .resource-card-grid-large .resource-card { min-height: 330px; }
  .page-hero-grid, .profile-section, .resource-cta-grid, .why-specialist-grid, .faq-grid, .referral-answer-grid { grid-template-columns: 1fr; }
  .page-hero-grid, .resource-cta-grid, .why-specialist-grid, .faq-grid, .referral-answer-grid { gap: 48px; }
  .profile-section { gap: 65px; }
  .profile-facts { max-width: 500px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-rail { position: static; display: none; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a { min-height: 180px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
}

@media (max-width: 620px) {
  .resources-heading { margin-bottom: 45px; }
  .resource-card { min-height: 340px; padding: 28px; }
  .resource-card h3, .resource-card h2 { margin-top: 38px; font-size: 29px; }
  .page-hero { padding: 135px 0 80px; }
  .page-hero .breadcrumbs { margin-bottom: 45px; }
  .page-hero h1 { font-size: clamp(49px, 14vw, 68px); }
  .profile-facts { padding: 28px; }
  .article-prose .lead { font-size: 24px; }
  .experience-grid, .library-intro, .role-grid, .cadence-grid, .framework-grid { grid-template-columns: 1fr; }
  .library-intro { gap: 25px; }
  .author-principle .author-actions, .inline-actions { align-items: flex-start; flex-direction: column; }
  .article-hero { padding: 130px 0 70px; }
  .article-hero h1 { font-size: clamp(44px, 12.5vw, 60px); }
  .article-deck { font-size: 16px; }
  .byline { grid-template-columns: 52px 1fr; }
  .byline > div:last-child { grid-column: 2; }
  .article-layout { padding-block: 70px 90px; }
  .answer-box { padding: 27px; }
  .answer-box p { font-size: 19px; }
  .numbered-checklist li { padding-left: 40px; }
  .comparison-table > div { grid-template-columns: 1fr; }
  .partner-inline { padding: 28px; }
  .article-quote { padding-left: 22px; font-size: 29px; }
  .related-grid { grid-template-columns: 1fr; }
  .role-grid article { padding: 28px; }
  .footer-nav { flex-direction: column; gap: 14px; }
  .resource-card-featured { grid-template-columns: 1fr; min-height: 280px; gap: 12px; }
  .contact-form { gap: 12px; }
}

.conversation-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.conversation-grid article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.conversation-grid span { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 28px; color: var(--copper); border: 1px solid var(--copper); border-radius: 50%; font-size: 10px; }
.conversation-grid h3 { margin: 0 0 12px; font: 400 26px/1.15 var(--display); }
.conversation-grid p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.65; }

.privacy-prose { max-width: 760px; padding-block: 90px 130px; }
.privacy-prose h2 { margin: 48px 0 18px; font-size: 36px; }
.privacy-prose p, .privacy-prose li { color: #344653; font-size: 16px; line-height: 1.8; }
.privacy-prose ul { padding-left: 18px; }

@media (max-width: 980px) {
  .resource-card-featured { grid-template-columns: 1fr; min-height: 280px; }
  .conversation-grid { grid-template-columns: 1fr; }
}
