:root {
  --navy: #102236;
  --navy-2: #002743;
  --cream: #ffe5c1;
  --cream-soft: #fff8ee;
  --ice: #dcebf1;
  --ice-2: #b8d1dd;
  --white: #ffffff;
  --ink: #102236;
  --muted: #5f6b77;
  --line: rgba(16, 34, 54, .16);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 28px 80px rgba(16, 34, 54, .15);
  --shell: min(1200px, calc(100vw - 54px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-soft);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.047em; line-height: 1.02; }
p { color: var(--muted); }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: var(--cream); color: var(--navy); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 118px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(16,34,54,.25);
  transition: height .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { height: 96px; background: rgba(16,34,54,.97); box-shadow: 0 10px 36px rgba(0,0,0,.17); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 28px; }
.brand-crop { display: block; flex: 0 0 auto; width: 108px; height: 108px; transition: width .25s ease, height .25s ease; }
.brand-crop img { width: 100%; height: 100%; object-fit: contain; }
.site-header.is-scrolled .brand-crop { width: 84px; height: 84px; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; opacity: .72; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--cream); transition: right .25s ease; }
.main-nav > a:not(.button):hover { opacity: 1; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 2px;
  font-size: 12px; font-weight: 800; letter-spacing: .035em; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible + span { outline: 3px solid rgba(255,229,193,.52); outline-offset: 4px; }
.button-small { min-height: 41px; padding-inline: 17px; font-size: 11px; }
.button-cream { color: var(--navy); background: var(--cream); }
.button-cream:hover { background: white; box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.button-navy { color: white; background: var(--navy); }
.button-navy:hover { background: var(--navy-2); box-shadow: 0 12px 28px rgba(16,34,54,.2); }
.button-outline { color: var(--navy); background: transparent; border-color: var(--line); }
.button-outline:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: white; font-size: 13px; font-weight: 750; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-button { padding: 10px; border: 0; background: transparent; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; font-size: 12px; font-weight: 750; }
.eyebrow, .overline { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--cream); }
.overline { color: #6a7480; }
.index { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid var(--line); color: var(--navy); font: 13px Georgia, serif; }
.index-light { color: var(--cream); border-color: var(--line-light); }

.hero {
  position: relative; isolation: isolate; min-height: 930px; padding: 155px 0 49px;
  color: white; background: var(--navy); overflow: hidden;
}
.hero-grid-lines { position: absolute; z-index: -2; inset: 0; opacity: .5; background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 8.33% 100%, linear-gradient(rgba(255,255,255,.027) 1px, transparent 1px) 0 0 / 100% 85px; }
.hero-word { position: absolute; z-index: -1; right: -35px; bottom: 80px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055); font-family: Georgia, serif; font-size: clamp(150px, 22vw, 340px); font-weight: 700; line-height: .8; letter-spacing: -.08em; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 86px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 790px; margin: 27px 0 31px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 6.3vw, 88px); font-weight: 500; line-height: .96; }
.hero h1 em { color: var(--cream); font-weight: 500; }
.hero-lead { max-width: 725px; margin-bottom: 35px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 700px; margin-top: 54px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-facts div { display: grid; gap: 4px; padding-right: 18px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-facts div + div { padding-left: 22px; }
.hero-facts div:last-child { border: 0; }
.hero-facts strong { color: var(--cream); font: 31px Georgia, serif; }
.hero-facts span { color: rgba(255,255,255,.49); font-size: 9px; letter-spacing: .04em; }
.hero-photo { position: relative; min-height: 600px; }
.photo-frame { position: absolute; inset: 35px 0 auto auto; width: 440px; height: 530px; border: 1px solid rgba(255,255,255,.2); background: white; overflow: hidden; }
.photo-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 12px rgba(16,34,54,.08); pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; filter: grayscale(1) contrast(1.05); }
.photo-stamp { position: absolute; left: -24px; bottom: 42px; z-index: 2; width: 238px; padding: 19px 21px; background: var(--cream); color: var(--navy); box-shadow: 0 18px 40px rgba(0,0,0,.19); }
.photo-stamp span { display: block; margin-bottom: 5px; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.photo-stamp strong { font: 23px Georgia, serif; line-height: 1.12; }
.hero-signature { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 21px; margin-top: 71px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.hero-signature i { height: 1px; background: rgba(255,255,255,.14); }
.hero-signature strong { color: var(--cream); font-weight: 700; }

.work-section { background: var(--cream-soft); }
.experience-band { padding: 122px 0 0; background: var(--cream); overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; padding-bottom: 95px; }
.experience-title .overline { margin: 22px 0 18px; color: rgba(16,34,54,.55); }
.experience-title h2 { margin: 0; font: 55px Georgia, serif; }
.experience-copy .big-copy { margin-bottom: 24px; color: var(--navy); font: 30px Georgia, serif; line-height: 1.25; }
.experience-copy p:last-child { max-width: 700px; margin: 0; color: rgba(16,34,54,.66); font-size: 15px; }
.company-rail { padding: 22px 0; border-top: 1px solid rgba(16,34,54,.15); border-bottom: 1px solid rgba(16,34,54,.15); overflow: hidden; }
.rail-track { display: flex; align-items: center; width: max-content; gap: 30px; animation: rail 30s linear infinite; color: rgba(16,34,54,.74); font-family: Georgia, serif; font-size: 17px; letter-spacing: .08em; white-space: nowrap; }
.rail-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--navy); opacity: .35; }
@keyframes rail { to { transform: translateX(-50%); } }
.truth-panel { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 32px; margin-top: 100px; padding: 56px 61px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.truth-mark { color: var(--cream); font: 130px Georgia, serif; line-height: .55; text-shadow: -1px 0 var(--navy), 0 1px var(--navy), 1px 0 var(--navy), 0 -1px var(--navy); }
.truth-panel blockquote { margin: 0; color: var(--navy); font: 42px Georgia, serif; line-height: 1.17; }
.truth-panel blockquote strong { text-decoration: underline; text-decoration-color: var(--cream); text-decoration-thickness: 10px; text-underline-offset: -4px; text-decoration-skip-ink: none; }
.truth-panel > span { max-width: 145px; color: #7b838b; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.services-block { padding: 130px 0; }
.section-head { display: grid; grid-template-columns: .7fr 1.25fr .75fr; gap: 55px; align-items: end; margin-bottom: 65px; }
.section-head > div .overline { margin: 17px 0 0; }
.section-head h2 { margin: 0; font: 57px Georgia, serif; }
.section-head > p { margin: 0 0 5px; font-size: 14px; }
.service-ledger { border-top: 2px solid var(--navy); }
.ledger-row { display: grid; grid-template-columns: 70px .8fr 1.2fr 110px; gap: 30px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--line); }
.ledger-number { color: #9ba2a9; font: 13px Georgia, serif; }
.ledger-row h3 { margin: 0; font: 27px Georgia, serif; }
.ledger-row p { margin: 0; font-size: 13px; }
.ledger-result { justify-self: end; padding: 7px 10px; border: 1px solid var(--line); color: var(--navy); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.not-this { display: flex; align-items: center; gap: 19px; margin-top: 36px; padding: 20px 24px; background: var(--navy); color: white; }
.not-this > span { color: var(--cream); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.not-this p { margin: 0; color: rgba(255,255,255,.64); font-size: 10px; }
.not-this i { width: 3px; height: 3px; border-radius: 50%; background: var(--cream); }

.diagnostic-wrap { position: relative; padding: 126px 0; color: white; background: var(--navy-2); overflow: hidden; }
.diagnostic-wrap::before { content: "CFO"; position: absolute; right: -50px; bottom: -120px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.05); font: 360px Georgia, serif; line-height: .8; }
.diagnostic-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 86px; align-items: center; }
.diagnostic-copy .eyebrow { margin-top: 25px; }
.diagnostic-copy h2 { margin: 21px 0 24px; font: 54px Georgia, serif; }
.diagnostic-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 15px; }
.diagnostic-aside { display: grid; gap: 7px; margin-top: 37px; padding: 22px 0 0 19px; border-top: 1px solid var(--line-light); border-left: 3px solid var(--cream); }
.diagnostic-aside strong { color: var(--cream); font: 17px Georgia, serif; }
.diagnostic-aside span { color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.6; }
.quiz-card { min-height: 606px; padding: 38px; color: var(--navy); background: var(--cream-soft); box-shadow: 0 42px 90px rgba(0,0,0,.28); }
.quiz-top { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.quiz-top > div { display: grid; gap: 4px; }
.quiz-kicker { color: var(--navy-2); font: 700 12px Georgia, "Times New Roman", serif; letter-spacing: .025em; text-transform: none; }
.quiz-top strong { font-size: 12px; }
.quiz-time { color: #7d8790; font-size: 10px; }
.progress { height: 3px; margin: 18px 0 34px; background: #dcdedc; overflow: hidden; }
.progress span { display: block; width: 14.285%; height: 100%; background: var(--navy); transition: width .35s ease; }
.quiz-step { display: none; margin: 0; padding: 0; border: 0; }
.quiz-step.is-active { display: grid; gap: 9px; animation: questionIn .28s ease both; }
@keyframes questionIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
.quiz-step legend { width: 100%; min-height: 77px; margin-bottom: 16px; font: 30px Georgia, serif; line-height: 1.17; letter-spacing: -.035em; }
.quiz-step label { position: relative; cursor: pointer; }
.quiz-step input { position: absolute; opacity: 0; pointer-events: none; }
.quiz-step label > span { position: relative; display: grid; gap: 2px; padding: 13px 45px 13px 17px; border: 1px solid #d5d8d7; background: white; transition: border .2s ease, background .2s ease, transform .2s ease; }
.quiz-step label > span::after { content: ""; position: absolute; right: 17px; top: 50%; width: 15px; height: 15px; border: 1px solid #aeb7ba; border-radius: 50%; transform: translateY(-50%); }
.quiz-step label:hover > span { transform: translateX(3px); border-color: var(--navy); }
.quiz-step input:checked + span { border-color: var(--navy); background: var(--cream); }
.quiz-step input:checked + span::after { border: 5px solid var(--navy); }
.quiz-step b { font-size: 12px; }
.quiz-step small { color: #79838a; font-size: 10px; }
.quiz-alert { min-height: 21px; padding-top: 8px; color: #8e2e2e; font-size: 10px; font-weight: 750; }
.quiz-actions { display: flex; justify-content: space-between; gap: 15px; margin-top: 12px; }
.quiz-actions .button { min-height: 47px; }
.quiz-result { padding-top: 10px; animation: questionIn .32s ease both; }
.result-pill { display: inline-flex; padding: 7px 11px; border: 1px solid var(--navy); color: var(--navy); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quiz-result h3 { max-width: 540px; margin: 22px 0 16px; font: 39px Georgia, serif; line-height: 1.08; }
.quiz-result > p { max-width: 560px; font-size: 14px; }
.result-priorities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 26px 0; }
.result-priorities span { padding: 12px; background: var(--cream); color: var(--navy); font-size: 10px; font-weight: 750; }
.result-priorities span::before { content: "↳ "; }
.result-actions { display: flex; align-items: center; gap: 18px; }

.blog-block { padding: 130px 0; }
.blog-head { margin-bottom: 60px; }
.blog-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 18px; }
.post-card { border: 1px solid var(--line); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-image { display: block; height: 310px; overflow: hidden; background: var(--navy); }
.post-card-large .post-image { height: 410px; }
.post-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .4s ease; }
.post-card:hover .post-image img { transform: scale(1.025); }
.case-cover { display: grid; align-content: center; height: 100%; padding: 45px; color: white; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.case-cover span { margin-bottom: 42px; color: var(--cream); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.case-cover strong { max-width: 460px; font: 47px Georgia, serif; line-height: 1.05; }
.case-cover small { margin-top: 30px; color: rgba(255,255,255,.55); font-size: 11px; }
.post-copy { padding: 25px; }
.post-copy > span { display: block; margin-bottom: 11px; color: #77818a; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.post-copy h3 { margin: 0 0 25px; font: 23px Georgia, serif; line-height: 1.2; }
.post-card-large .post-copy h3 { font-size: 30px; }
.read-more { font-size: 10px; font-weight: 850; text-decoration: underline; text-underline-offset: 5px; }
.blog-all { margin-top: 34px; }

.conversion-section { color: white; background: var(--navy); }
.faq-block { display: grid; grid-template-columns: .72fr 1.28fr; gap: 92px; padding-top: 126px; }
.faq-title .eyebrow { margin-top: 23px; }
.faq-title h2 { margin: 22px 0 20px; font: 53px Georgia, serif; }
.faq-title > p:last-child { color: rgba(255,255,255,.48); font-size: 13px; }
.faq-columns { columns: 2; column-gap: 44px; }
.faq-columns details { break-inside: avoid; border-top: 1px solid var(--line-light); }
.faq-columns details:last-child { border-bottom: 1px solid var(--line-light); }
.faq-columns summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 21px 0; cursor: pointer; list-style: none; font: 17px Georgia, serif; }
.faq-columns summary::-webkit-details-marker { display: none; }
.faq-columns summary span { position: relative; flex: 0 0 22px; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.faq-columns summary span::before, .faq-columns summary span::after { content: ""; position: absolute; left: 6px; right: 6px; top: 50%; height: 1px; background: var(--cream); }
.faq-columns summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-columns details[open] summary span::after { transform: rotate(0); }
.faq-columns details p { padding: 0 38px 20px 0; color: rgba(255,255,255,.55); font-size: 11px; }
.booking-panel { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 650px; margin-top: 120px; color: var(--navy); background: var(--cream); scroll-margin-top: 118px; }
.booking-copy { padding: 62px; }
.booking-copy .index { color: var(--navy); border-color: rgba(16,34,54,.24); }
.booking-copy .eyebrow { margin-top: 23px; color: rgba(16,34,54,.52); }
.booking-copy .eyebrow span { background: var(--navy); }
.booking-copy h2 { margin: 21px 0 23px; font: 48px Georgia, serif; }
.booking-copy > p { color: rgba(16,34,54,.62); font-size: 14px; }
.booking-copy ul { display: grid; gap: 9px; margin: 31px 0; padding: 23px 0; border-top: 1px solid rgba(16,34,54,.14); border-bottom: 1px solid rgba(16,34,54,.14); list-style: none; font-size: 11px; font-weight: 750; }
.booking-copy li::before { content: "✓"; margin-right: 9px; }
.booking-contact { display: grid; gap: 4px; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.booking-embed { display: grid; min-height: 650px; background: white; }
.booking-embed iframe { width: 100%; height: 100%; min-height: 650px; border: 0; }
.site-footer { margin-top: 0; padding: 85px 0 25px; background: #09192b; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 65px; padding-bottom: 58px; }
.footer-logo { width: 220px; height: 220px; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-main > div:not(.footer-logo) { display: grid; align-content: start; gap: 7px; color: rgba(255,255,255,.56); font-size: 10px; }
.footer-main > div strong { margin-bottom: 10px; color: var(--cream); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-main a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 9px; }
.footer-bottom strong { color: var(--cream); font-weight: 650; }

.inner-main { padding-top: 96px; min-height: 70vh; background: var(--cream-soft); }
.blog-hero { padding: 105px 0 90px; color: white; background: var(--navy); }
.blog-hero .eyebrow { margin-bottom: 22px; }
.blog-hero h1 { max-width: 900px; margin-bottom: 20px; font: clamp(54px, 7vw, 88px) Georgia, serif; }
.blog-hero > .shell > p:last-child, .archive-description p { max-width: 680px; color: rgba(255,255,255,.6); font-size: 16px; }
.posts-index { padding: 90px 0 120px; }
.wp-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wp-post-card { border: 1px solid var(--line); background: white; }
.wp-post-thumb { display: grid; place-items: center; height: 300px; color: var(--cream); background: var(--navy); overflow: hidden; font: 28px Georgia, serif; letter-spacing: .1em; }
.wp-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.wp-post-copy { padding: 25px; }
.wp-post-copy > span { display: block; margin-bottom: 11px; color: #76818a; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wp-post-copy h2 { margin: 0 0 16px; font: 25px Georgia, serif; line-height: 1.18; }
.wp-post-copy p { font-size: 12px; }
.pagination { margin-top: 55px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 38px; height: 38px; border: 1px solid var(--line); font-size: 11px; }
.pagination .current { color: white; background: var(--navy); }
.article-hero { padding: 95px 0 120px; color: white; background: var(--navy); }
.article-head-inner { max-width: 930px; }
.back-blog { display: inline-block; margin-bottom: 55px; color: var(--cream); font-size: 10px; font-weight: 800; }
.article-meta { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.article-hero h1 { margin: 16px 0 25px; font: clamp(49px, 7vw, 82px) Georgia, serif; }
.article-deck { max-width: 760px; color: rgba(255,255,255,.68); font-size: 18px; }
.article-featured { position: relative; z-index: 2; margin-top: -65px; }
.article-featured img { width: 100%; max-height: 670px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: 95px; align-items: start; padding: 90px 0 120px; }
.article-body { font-family: Georgia, serif; color: #26384a; font-size: 18px; line-height: 1.85; }
.article-body h2 { margin: 55px 0 18px; color: var(--navy); font-size: 39px; }
.article-body h3 { margin: 40px 0 15px; color: var(--navy); font-size: 29px; }
.article-body p { color: #3e4e5e; }
.article-body a { color: var(--navy-2); text-decoration: underline; }
.article-body blockquote { margin: 45px 0; padding: 30px; color: var(--navy); background: var(--cream); font-size: 25px; line-height: 1.4; }
.article-aside { position: sticky; top: 100px; padding: 27px; border: 1px solid var(--line); background: white; }
.article-aside strong { font: 24px Georgia, serif; }
.article-aside p { margin: 13px 0 23px; font-size: 11px; }
.inner-footer { margin-top: 0; }

.legal-hero { padding: 90px 0 64px; color: white; background: var(--navy); }
.legal-hero .eyebrow { margin-bottom: 20px; }
.legal-hero h1 { max-width: 900px; margin: 0; font: clamp(48px, 6vw, 76px) Georgia, serif; }
.legal-wrap { padding: 75px 0 110px; }
.legal-body { max-width: 860px; color: #33465a; font-size: 16px; line-height: 1.8; }
.legal-body h2 { margin: 50px 0 15px; color: var(--navy); font: 34px Georgia, serif; }
.legal-body h3 { margin: 34px 0 12px; color: var(--navy); font: 24px Georgia, serif; }
.legal-body p, .legal-body li { color: #435364; }
.legal-body ul, .legal-body ol { padding-left: 24px; }
.legal-body a { color: var(--navy-2); text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { display: inline-block; margin-bottom: 15px; color: #687482; font-size: 13px; }
.cookie-table { width: 100%; margin: 25px 0; border-collapse: collapse; font-size: 14px; }
.cookie-table th, .cookie-table td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.cookie-table th { color: var(--navy); background: var(--cream); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 1080px) {
  .hero-grid { gap: 35px; }
  .photo-frame { width: 390px; }
  .main-nav { gap: 15px; }
  .experience-grid { gap: 55px; }
  .diagnostic-grid { gap: 48px; }
  .faq-block { gap: 52px; }
  .blog-grid { grid-template-columns: 1.1fr .9fr; }
  .post-card:last-child { grid-column: 2; }
}

@media (max-width: 880px) {
  :root { --shell: min(100% - 34px, 730px); }
  .site-header, .site-header.is-scrolled { height: 84px; background: rgba(16,34,54,.98); }
  .brand-crop, .site-header.is-scrolled .brand-crop { width: 76px; height: 76px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 83px 0 auto; display: none; padding: 22px 18px 32px; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 25px 40px rgba(0,0,0,.24); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 12px 8px; font-size: 14px; }
  .main-nav .button { margin-top: 14px; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { width: min(500px, 100%); min-height: 560px; margin-inline: auto; }
  .photo-frame { inset: 20px 0 auto auto; width: calc(100% - 30px); }
  .experience-grid, .faq-block { grid-template-columns: 1fr; }
  .truth-panel { grid-template-columns: auto 1fr; }
  .truth-panel > span { grid-column: 2; }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .ledger-row { grid-template-columns: 50px 1fr auto; }
  .ledger-row p { grid-column: 2 / -1; }
  .diagnostic-grid { grid-template-columns: 1fr; }
  .diagnostic-copy { max-width: 680px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .post-card-large { grid-column: 1 / -1; }
  .post-card:last-child { grid-column: auto; }
  .faq-columns { columns: 1; }
  .booking-panel { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / -1; }
  .wp-post-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; }
  .article-aside { position: static; }
}

@media (max-width: 590px) {
  :root { --shell: calc(100% - 28px); }
  .hero { min-height: auto; padding-top: 118px; }
  .hero h1 { font-size: clamp(46px, 13.6vw, 67px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-facts { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .hero-facts div:nth-child(2) { border: 0; }
  .hero-facts div:last-child { grid-column: 1 / -1; padding-left: 0; }
  .hero-photo { min-height: 500px; }
  .photo-frame { height: 450px; }
  .photo-stamp { left: -4px; bottom: 10px; }
  .hero-signature { grid-template-columns: 1fr; text-align: center; }
  .hero-signature i { display: none; }
  .experience-band { padding-top: 85px; }
  .experience-grid { padding-bottom: 70px; }
  .experience-title h2, .section-head h2, .diagnostic-copy h2, .faq-title h2 { font-size: 41px; }
  .experience-copy .big-copy { font-size: 25px; }
  .truth-panel { grid-template-columns: 1fr; margin-top: 70px; padding: 36px 25px; }
  .truth-mark { font-size: 90px; }
  .truth-panel blockquote { font-size: 31px; }
  .truth-panel > span { grid-column: auto; }
  .services-block, .blog-block { padding: 90px 0; }
  .ledger-row { grid-template-columns: 38px 1fr; gap: 15px; }
  .ledger-result { grid-column: 2; justify-self: start; }
  .not-this { align-items: flex-start; flex-direction: column; }
  .not-this i { display: none; }
  .diagnostic-wrap { padding: 90px 0; }
  .quiz-card { min-height: 640px; padding: 25px 18px; }
  .quiz-step legend { min-height: 105px; font-size: 25px; }
  .quiz-actions .button { padding-inline: 17px; }
  .result-priorities { grid-template-columns: 1fr; }
  .result-actions { align-items: stretch; flex-direction: column; }
  .blog-grid { grid-template-columns: 1fr; }
  .post-card-large, .post-card:last-child { grid-column: auto; }
  .post-card-large .post-image, .post-image { height: 360px; }
  .case-cover { padding: 30px; }
  .case-cover strong { font-size: 38px; }
  .faq-block { padding-top: 90px; }
  .booking-panel { margin-top: 80px; }
  .booking-copy { padding: 42px 25px; }
  .booking-copy h2 { font-size: 39px; }
  .booking-embed, .booking-embed iframe { min-height: 560px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-logo { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .wp-post-grid { grid-template-columns: 1fr; }
  .blog-hero { padding: 80px 0 65px; }
  .posts-index { padding: 65px 0 90px; }
  .article-hero { padding: 70px 0 95px; }
  .article-layout { padding: 65px 0 90px; }
  .article-body { font-size: 17px; }
  .legal-hero { padding: 70px 0 52px; }
  .legal-wrap { padding: 55px 0 80px; }
  .cookie-table { display: block; overflow-x: auto; }
}

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