@font-face {
  font-family: Fraunces;
  src: url('/assets/fonts/fraunces-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url('/assets/fonts/inter-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}
:root {
  --forest: #173d32;
  --forest-hover: #245342;
  --cream: #f7f5ef;
  --oat: #eae5d9;
  --sage: #bed0b8;
  --ink: #1f2925;
  --muted: #59645d;
  --line: #d7dbd2;
  --white: #fff;
  --gutter: 56px;
  --serif: Fraunces, Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 18px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; touch-action: manipulation; }
button:disabled { cursor: default; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; text-wrap: balance; color: var(--forest); }
h1 { font-size: clamp(52px, 5.1vw, 72px); line-height: 1.08; }
h2 { font-size: clamp(38px, 3.6vw, 48px); line-height: 1.16; }
h3 { font-size: 22px; font-weight: 500; line-height: 1.4; letter-spacing: -.02em; }
p { overflow-wrap: break-word; }
section[id] { scroll-margin-top: 12px; }
::selection { background: var(--sage); color: var(--forest); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
button:focus-visible, a:focus-visible { border-radius: 3px; }
.container { width: calc(100% - var(--gutter) * 2); max-width: 1200px; margin-inline: auto; }
.section { padding: 104px 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.section-copy { max-width: 520px; }
.body-copy { color: var(--muted); font-size: 18px; line-height: 1.75; margin-top: 24px; max-width: 55ch; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; line-height: 1.6; color: var(--muted); margin-bottom: 24px; }
.tiny-line { display: inline-block; width: 26px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 10px; }
.item-number { display: block; font-size: 12px; line-height: 1.6; letter-spacing: .06em; color: var(--muted); }
.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; background: var(--forest); color: var(--cream); padding: 12px; z-index: 100; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

/* Navigation and common actions */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(247,245,239,.97); border-bottom: 1px solid rgba(23,61,50,.09); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 98px; max-width: 1440px; margin: auto; padding: 18px var(--gutter); display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.wordmark { display: inline-flex; flex-direction: column; flex: none; font: 29px/1.1 var(--serif); letter-spacing: -.055em; color: var(--forest); }
.wordmark > span { font: 500 9px/1.5 var(--sans); letter-spacing: .32em; margin-top: 5px; margin-left: 2px; }
.primary-nav { display: flex; align-items: center; gap: 24px; font-size: 15px; font-weight: 600; }
.primary-nav > a:not(.button) { padding: 12px 0; white-space: nowrap; }
.primary-nav > a:not(.button):hover { text-decoration: underline; text-underline-offset: 5px; }
.primary-nav > a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 12px 20px; border: 1px solid var(--forest); background: var(--forest); color: var(--cream); font-size: 15px; font-weight: 600; line-height: 1.4; border-radius: 6px; transition: background .18s; }
.button:hover { background: var(--forest-hover); border-color: var(--forest-hover); }
.button > span { font-size: 16px; line-height: 1; }
.button.small { font-size: 14px; min-height: 48px; padding: 10px 16px; gap: 12px; white-space: nowrap; }
.button.light { background: var(--sage); color: var(--forest); border-color: var(--sage); }
.button.light:hover { background: var(--cream); border-color: var(--cream); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 5px 0; font-size: 15px; font-weight: 500; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link > span { font-size: 18px; }
.text-link:hover { color: var(--forest-hover); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }

/* Hero and one purposeful animated illustration */
.hero { position: relative; overflow: hidden; background: radial-gradient(ellipse at 93% 58%, #bed0b837, transparent 49%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 64px; align-items: center; padding-top: 94px; padding-bottom: 88px; min-height: 615px; }
.hero-copy { position: relative; z-index: 2; }
h1 span { color: var(--forest-hover); }
.lead { font-size: 19px; line-height: 1.75; color: var(--muted); max-width: 48ch; margin: 28px 0 32px; }
.hero-bottom { display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); padding: 19px 0 23px; font-size: 12px; color: var(--muted); }
.hero-bottom a { display: inline-flex; gap: 24px; }
.hero-bottom a:hover { color: var(--forest); }
.conversation-visual { position: relative; min-width: 0; padding-top: 26px; isolation: isolate; }
.visual-orbit { position: absolute; z-index: -1; border: 1px solid #173d3212; border-radius: 50%; left: 50%; top: 46%; transform: translate(-50%,-50%); pointer-events: none; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 640px; height: 640px; }
.visual-heading { display: flex; justify-content: center; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; letter-spacing: .1em; font-weight: 500; margin-bottom: 20px; }
.signal-dot { width: 5px; height: 5px; background: var(--forest); border-radius: 50%; flex: none; }
.message-stack { position: relative; display: grid; padding-block: 25px 20px; max-width: 470px; margin: auto; }
.message-card { position: relative; grid-area: 1 / 1; padding: 25px 26px; min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 17px 38px -25px #173d325c; transform-origin: center bottom; transition: transform .65s cubic-bezier(.2,.75,.2,1), opacity .5s; }
.message-card.is-front { transform: translateY(0) scale(1); opacity: 1; z-index: 3; }
.message-card.is-next { transform: translateY(-19px) scale(.94); opacity: .6; z-index: 2; }
.message-card.is-last { transform: translateY(-37px) scale(.88); opacity: .28; z-index: 1; }
.message-card:not(.is-front) * { visibility: hidden; }
.message-meta { display: flex; align-items: center; gap: 9px; font-size: 11px; letter-spacing: .04em; color: var(--muted); }
.message-icon { width: 26px; height: 26px; flex: none; display: grid; place-items: center; background: var(--oat); border-radius: 4px; color: var(--forest); font-size: 14px; }
.message-kind { margin-left: auto; letter-spacing: 0; font-size: 11px; }
.message-subject { font: 23px/1.3 var(--serif); color: var(--forest); margin-top: 22px; }
.message-body { font-size: 14px; line-height: 1.7; color: var(--muted); margin-top: 10px; }
.brief-details { margin: 18px 0 0; font-size: 13px; line-height: 1.6; }
.brief-details > div { display: grid; grid-template-columns: 86px 1fr; gap: 10px; margin-top: 10px; }
.brief-details dt { color: var(--forest); font-weight: 600; }
.brief-details dd { margin: 0; color: var(--muted); }
.message-footer { margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--forest); font-size: 12px; }
.avatar { width: 22px; height: 22px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--oat); font-size: 10px; color: var(--forest); }
.message-status { margin-left: auto; color: var(--forest); font-size: 11px; }
.sequence-controls { display: flex; align-items: center; justify-content: flex-end; gap: 10px; max-width: 470px; margin: auto; }
.example-label { font-size: 12px; color: var(--muted); }
.sequence-navigation { display: flex; align-items: center; gap: 4px; }
.icon-button, .motion-button { display: inline-grid; place-items: center; min-width: 36px; min-height: 44px; border: 0; background: transparent; color: var(--muted); font-size: 16px; }
.motion-button { font-size: 12px; text-decoration: underline; text-underline-offset: 3px; padding: 4px 7px; }
.sequence-count { font-size: 11px; color: var(--muted); font-variant-numeric: tabular-nums; }

/* Recognizable situations without a second abstract illustration */
.problem-section { border-top: 1px solid var(--line); }
.problem-section .split-grid { align-items: start; }
.problem-section .section-copy { padding-top: 22px; max-width: 440px; }
.pain-list article { display: flex; gap: 24px; padding: 26px 0; border-top: 1px solid var(--line); }
.pain-list article:last-child { padding-bottom: 0; }
.pain-list .item-number { padding-top: 5px; }
.pain-list h3 { font-size: 21px; margin-bottom: 10px; }
.pain-list p { font-size: 16px; line-height: 1.8; color: var(--muted); }

/* One offer, with an explicit quality standard */
.offer-section { background: #ffffff80; border-block: 1px solid var(--line); }
.section-intro > div:last-child .body-copy:first-child { margin-top: 0; }
.criteria-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 50px; }
.criteria-grid article { border-top: 1px solid var(--forest); padding-top: 22px; }
.criteria-grid h3 { font: 400 28px/1.25 var(--serif); color: var(--forest); margin: 18px 0 16px; }
.criteria-grid p { font-size: 16px; line-height: 1.8; color: var(--muted); max-width: 35ch; }
.scope-note { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 25px 28px; margin-top: 42px; background: var(--oat); border-radius: 6px; align-items: start; }
.scope-note > span { font-size: 15px; font-weight: 500; line-height: 1.6; color: var(--forest); max-width: 23ch; }
.scope-note p { font-size: 15px; line-height: 1.75; color: var(--muted); }

/* Discovery, agreement, delivery and responsibilities in one section */
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; margin-top: 48px; }
.step-grid article { border-top: 1px solid var(--line); padding-top: 24px; }
.step-grid h3 { margin: 18px 0 15px; font-size: 21px; }
.step-grid p { font-size: 16px; line-height: 1.8; color: var(--muted); }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; border-top: 1px solid var(--line); margin-top: 44px; padding-top: 28px; }
.role-label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .08em; color: var(--forest); margin-bottom: 12px; }
.responsibility-grid p { font-size: 15px; line-height: 1.8; color: var(--muted); }

/* A clearly labeled example of reasoning, not a fabricated case study */
.example-section { background: var(--oat); }
.review-example { background: var(--cream); border: 1px solid #cbd0c4; border-radius: 8px; overflow: hidden; }
.review-example figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; border-bottom: 1px solid var(--line); color: var(--forest); font-size: 16px; font-weight: 500; }
.review-head, .review-example dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; padding: 19px 24px; }
.review-head { font-size: 12px; color: var(--muted); padding-bottom: 14px; }
.review-example dl { margin: 0; }
.review-example dl > div { border-top: 1px solid var(--line); align-items: start; font-size: 14px; line-height: 1.7; }
.review-example dt { color: var(--ink); }
.review-example dd { margin: 0; color: var(--muted); }
.review-example .accepted-row { background: var(--forest); }
.accepted-row dt { color: var(--cream); }
.accepted-row dd { color: var(--sage); }
.accepted-row dd > span { margin-right: 5px; }
.example-caption { padding: 16px 24px; color: var(--muted); font-size: 12px; line-height: 1.7; }

/* Compact proof: one result, one sentence of context, and attribution. */
.proof-section { padding: 44px 0; background: var(--white); border-top: 1px solid var(--line); }
.proof-content { max-width: 720px; margin-inline: auto; text-align: center; }
.proof-content .eyebrow { margin-bottom: 14px; }
.proof-content h2 { font-size: clamp(28px, 3vw, 36px); line-height: 1.2; overflow-wrap: break-word; }
.proof-summary { max-width: 56ch; margin: 16px auto 0; font-size: 16px; line-height: 1.7; color: var(--ink); }
.proof-attribution { margin-top: 16px; font-size: 13px; line-height: 1.6; color: var(--muted); }
.proof-note { margin-top: 18px; font-size: 12px; line-height: 1.6; color: var(--muted); }
@media (max-width: 760px) {
  .proof-section { padding-block: 36px; }
}

/* Closing invitation and compact footer */
.closing-cta { padding: 100px 0; background: var(--forest); color: var(--cream); text-align: center; }
.closing-cta .eyebrow { color: var(--sage); }
.closing-cta h2 { color: var(--cream); font-size: clamp(42px, 4.6vw, 62px); line-height: 1.14; max-width: 23ch; margin-inline: auto; }
.closing-cta p:not(.eyebrow) { max-width: 57ch; margin: 26px auto 32px; font-size: 18px; line-height: 1.8; color: var(--sage); }
.site-footer { padding: 55px 0 0; background: var(--forest); color: var(--cream); border-top: 1px solid #bed0b833; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1.35fr); gap: 45px; }
.footer-identity .wordmark { color: var(--cream); }
.footer-identity p { font-size: 14px; color: var(--sage); margin: 22px 0 16px; line-height: 1.8; }
.footer-location { font-size: 12px; color: var(--sage); }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid nav h3 { font-size: 13px; font-weight: 500; letter-spacing: .03em; margin-bottom: 8px; }
.footer-grid nav a, .footer-grid nav button { font-size: 13px; color: var(--sage); padding: 3px 0; background: none; border: 0; text-align: left; }
.footer-grid nav a:hover, .footer-grid nav button:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-grid a[href^="mailto:"] { max-width: 100%; overflow-wrap: anywhere; }
.footer-disclaimer { margin-top: 40px; padding-top: 24px; border-top: 1px solid #bed0b833; color: var(--sage); font-size: 13px; line-height: 1.8; }
.footer-disclaimer p { max-width: 105ch; }
.footer-disclaimer p + p { margin-top: 10px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #bed0b833; margin-top: 24px; padding: 23px 0; font-size: 12px; color: var(--sage); }
.legal-links { display: flex; gap: 22px; }
.legal-links a, .legal-links button { background: none; border: 0; color: var(--sage); padding: 4px; font-size: 12px; }
.preview-label { display: flex; align-items: center; gap: 7px; }
.preview-label > span { width: 4px; height: 4px; background: var(--sage); border-radius: 50%; }
dialog { max-width: 520px; width: calc(100% - 40px); padding: 45px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); color: var(--ink); box-shadow: 0 30px 90px #0003; }
dialog::backdrop { background: #173d3280; backdrop-filter: blur(4px); }
dialog h2 { font-size: 34px; }
dialog p { font-size: 16px; line-height: 1.8; color: var(--muted); margin: 22px 0 28px; }
.dialog-close { position: absolute; top: 10px; right: 13px; border: 0; background: none; width: 35px; height: 35px; font-size: 26px; color: var(--muted); }

/* A dedicated conversation page, followed by the existing Cal.com calendar. */
.contact-hero { padding: 88px 0; background: var(--forest); color: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.contact-copy h1 { color: var(--cream); font-size: clamp(46px, 4.6vw, 64px); max-width: 13ch; }
.contact-copy .eyebrow { color: var(--sage); }
.contact-lead { font-size: 18px; line-height: 1.8; color: var(--cream); margin-top: 28px; max-width: 43ch; }
.call-details { border-top: 1px solid #bed0b84d; margin-top: 30px; padding-top: 22px; font-size: 14px; color: var(--sage); }
.call-details span { margin-inline: 10px; }
.contact-mobile-link { display: none; }
.contact-card { background: var(--cream); color: var(--ink); padding: 32px; border: 1px solid var(--line); border-radius: 10px; min-width: 0; scroll-margin-top: 120px; }
.contact-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 22px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.contact-card-heading h2 { font: 600 17px/1.5 var(--sans); letter-spacing: -.01em; }
.contact-card-heading > span { font-size: 12px; color: var(--muted); white-space: nowrap; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { min-width: 0; margin-bottom: 22px; }
.form-field label { display: block; font-size: 13px; font-weight: 600; line-height: 1.5; margin-bottom: 8px; }
.form-field label span { font-weight: 400; color: var(--muted); }
.form-field input, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 12px; background: var(--white); border: 1px solid #828e85; border-radius: 5px; color: var(--ink); font: 400 16px/1.5 var(--sans); }
.form-field textarea { resize: vertical; min-height: 132px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--muted); opacity: 1; }
.form-field input:focus-visible, .form-field textarea:focus-visible { outline: 2px solid var(--forest); outline-offset: 3px; }
.contact-card .button { width: 100%; }
.form-note { font-size: 12px; line-height: 1.7; color: var(--muted); margin-top: 16px; }
.call-expectations .step-grid { margin-top: 36px; }

/* An independent inquiry path, with the same navigation and footer as booking. */
.inquiry-section { padding: 80px 0; }
.inquiry-section .contact-grid { align-items: start; }
.inquiry-copy { padding-top: 20px; }
.inquiry-copy h1 { font-size: clamp(44px, 4.5vw, 60px); }
.inquiry-copy .body-copy { max-width: 33ch; }
.inquiry-email { margin-top: 32px; font-size: 14px; color: var(--muted); }
.inquiry-email a { display: inline-block; margin-top: 6px; color: var(--forest); text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.inquiry-card { background: var(--white); }
.inquiry-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.inquiry-status { margin-top: 18px; font-size: 14px; line-height: 1.7; }
.inquiry-status:empty { display: none; }
.inquiry-status.is-error { color: #8b3026; }
.inquiry-status.is-success { color: var(--forest); }
.inquiry-card .button:disabled { opacity: .65; }
@media (max-width: 760px) {
  .inquiry-section { padding-block: 48px; }
  .inquiry-copy { padding-top: 0; }
  .inquiry-email { margin-top: 24px; }
}

@media (min-width: 1440px) {
  .hero-grid { min-height: 675px; padding-block: 108px; }
}
@media (max-width: 1150px) {
  :root { --gutter: 40px; }
  .primary-nav { gap: 18px; font-size: 14px; }
  .split-grid { gap: 50px; }
  .hero-grid { gap: 38px; }
  .contact-grid { gap: 48px; }
  .contact-card { padding: 28px; }
  .form-row { gap: 16px; }
  .hero-copy .actions { gap: 18px; }
  .message-kind { display: none; }
  .message-card { padding: 23px 22px; }
  .message-status { font-size: 10px; }
  .message-subject { font-size: 22px; }
  .review-head, .review-example dl > div { padding-inline: 20px; gap: 20px; }
}
@media (max-width: 980px) {
  .nav-wrap { min-height: 85px; }
  .menu-toggle { display: flex; align-items: center; gap: 15px; min-height: 44px; font-size: 15px; font-weight: 600; border: 0; background: none; }
  .menu-lines { display: block; width: 21px; height: 10px; border-block: 1px solid var(--forest); }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: 20px var(--gutter) 30px; max-height: calc(100dvh - 85px); overflow-y: auto; }
  .primary-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav > a:not(.button) { font-size: 17px; padding: 13px 0; }
  .primary-nav .button { align-self: flex-start; margin-top: 18px; font-size: 15px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 72px; padding-bottom: 65px; }
  h1 { font-size: 49px; }
  .lead { font-size: 17px; }
  .hero-copy .eyebrow { font-size: 11px; }
  .hero-copy .text-link { font-size: 14px; }
  .message-card { padding: 23px 18px; }
  .message-subject { font-size: 21px; }
  .message-body { font-size: 13px; }
  .message-status { display: none; }
  .visual-heading { font-size: 10px; }
  .sequence-controls { flex-direction: column; align-items: flex-start; gap: 0; }
  .sequence-navigation { align-self: flex-end; }
  .section { padding-block: 80px; }
  .split-grid { gap: 40px; }
  .body-copy { font-size: 17px; }
  .criteria-grid, .step-grid { gap: 25px; }
  .step-grid h3 { font-size: 20px; }
  .scope-note { gap: 25px; }
  .contact-hero { padding-block: 64px; }
  .contact-grid { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .contact-copy h1 { font-size: 42px; }
  .contact-lead { font-size: 17px; }
  .contact-card { padding: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .review-example figcaption { flex-wrap: wrap; gap: 4px 20px; padding-inline: 20px; }
  .review-head, .review-example dl > div { gap: 16px; }
  .footer-bottom { flex-wrap: wrap; }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 80px; }
  body { font-size: 17px; }
  .nav-wrap { min-height: 78px; padding-block: 15px; }
  .wordmark { font-size: 26px; }
  .primary-nav { max-height: calc(100dvh - 78px); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 35px; gap: 34px; }
  h1 { font-size: clamp(42px, 7.2vw, 56px); max-width: 17ch; }
  .lead { font-size: 18px; max-width: 44ch; margin-top: 24px; }
  .hero-copy .actions { gap: 24px; }
  .hero-copy .button { font-size: 15px; }
  .conversation-visual { max-width: 490px; width: 100%; margin: auto; padding-top: 20px; }
  .contact-hero { padding-block: 48px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-copy h1 { font-size: clamp(40px, 7vw, 54px); }
  .contact-lead { max-width: 48ch; }
  .contact-mobile-link { display: inline-flex; color: var(--cream); margin-top: 22px; }
  .contact-mobile-link:hover { color: var(--sage); }
  .contact-card { scroll-margin-top: 98px; }
  .form-row { grid-template-columns: 1fr 1fr; gap: 18px; }
  .message-stack, .sequence-controls { max-width: 430px; }
  .message-card { padding: 25px; }
  .message-subject { font-size: 23px; }
  .message-body { font-size: 14px; }
  .message-status { display: block; font-size: 11px; }
  .visual-heading { font-size: 11px; }
  .sequence-controls { flex-direction: row; align-items: center; gap: 10px; }
  .hero-bottom { font-size: 11px; gap: 24px; }
  .hero-bottom a { max-width: 23ch; gap: 12px; }
  .section { padding-block: 64px; }
  .split-grid { grid-template-columns: 1fr; gap: 36px; }
  h2 { font-size: 36px; line-height: 1.18; }
  .eyebrow { margin-bottom: 20px; }
  .body-copy { font-size: 17px; }
  .problem-section .section-copy { padding-top: 0; }
  .pain-list article { gap: 20px; padding: 24px 0; }
  .pain-list h3 { font-size: 20px; }
  .criteria-grid, .step-grid { grid-template-columns: 1fr; gap: 27px; margin-top: 34px; }
  .criteria-grid h3 { font-size: 28px; margin: 14px 0 12px; }
  .criteria-grid p { max-width: 50ch; }
  .scope-note { grid-template-columns: 1fr; gap: 12px; padding: 24px; margin-top: 32px; }
  .scope-note > span { max-width: 100%; font-size: 16px; }
  .step-grid h3 { font-size: 22px; margin-top: 14px; }
  .responsibility-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; padding-top: 26px; }
  .responsibility-grid p { font-size: 16px; }
  .review-example { max-width: 540px; width: 100%; margin-inline: auto; }
  .review-head, .review-example dl > div { gap: 22px; padding-inline: 22px; }
  .review-example figcaption { padding: 22px; }
  .review-example dl > div { font-size: 14px; }
  .closing-cta { padding: 72px 0; }
  .closing-cta h2 { font-size: 42px; }
  .closing-cta p:not(.eyebrow) { font-size: 17px; }
  .site-footer { padding-top: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
  .footer-identity { grid-column: 1 / -1; }
  .footer-grid nav a, .footer-grid nav button { min-height: 30px; }
  .footer-bottom { font-size: 11px; gap: 18px; margin-top: 32px; }
  .preview-label { width: 100%; }
  .legal-links a, .legal-links button { min-height: 30px; }
}
@media (max-width: 400px) {
  :root { --gutter: 20px; }
  h1 { font-size: 40px; }
  .lead { font-size: 17px; }
  .actions { gap: 20px; }
  .message-card { padding: 23px 19px; }
  .message-subject { font-size: 22px; }
  .message-meta, .message-footer { font-size: 11px; }
  .message-status { font-size: 10px; }
  .message-body { font-size: 13px; }
  .visual-heading { font-size: 10px; letter-spacing: .07em; }
  .sequence-controls { flex-direction: column; align-items: flex-start; gap: 0; }
  .hero-bottom { font-size: 10px; gap: 20px; }
  h2 { font-size: 34px; }
  .review-head { display: none; }
  .review-example dl > div { grid-template-columns: 1fr; gap: 8px; }
  .review-example dt { font-weight: 500; }
  .review-example dd::before { content: '→'; margin-right: 8px; }
  .accepted-row dd::before { content: none; }
  .closing-cta h2 { font-size: 36px; }
  dialog { padding: 36px 25px; }
  .contact-card { padding: 24px 20px; }
  .contact-card-heading { gap: 8px; }
  .contact-card-heading h2 { font-size: 16px; }
  .contact-card-heading > span { font-size: 11px; }
}
@media (max-width: 540px) {
  .contact-card .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Readable legal pages using the same editorial brand. */
.legal-main { padding: 80px 0 96px; }
.legal-document { max-width: 820px; }
.legal-document h1 { font-size: clamp(42px, 5vw, 64px); }
.legal-intro { margin-top: 24px; color: var(--muted); max-width: 60ch; }
.legal-version { display: inline-block; margin-top: 24px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 4px; font-size: 13px; color: var(--muted); }
.legal-body { margin-top: 48px; }
.legal-body section + section { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.legal-body h2 { font-size: clamp(26px, 3vw, 32px); margin-bottom: 16px; }
.legal-body p, .legal-body li { font-size: 16px; line-height: 1.85; }
.legal-body p + p { margin-top: 16px; }
.legal-body ul { padding-left: 24px; margin: 0 0 16px; }
.legal-body li + li { margin-top: 12px; }
.legal-body a, .form-note a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-body a:hover, .form-note a:hover { color: var(--forest-hover); }
@media (max-width:760px) { .legal-main { padding:48px 0 64px; } .legal-body { margin-top:36px; } }

/* Visual homepage flow: concise signals, a tangible brief, then an explicit handoff. */
.challenge-layout { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.challenge-layout h2 { max-width:19ch; }
.challenge-signals { list-style:none; margin:0; padding:0; }
.challenge-signals li { display:flex; gap:22px; align-items:baseline; padding:24px 0; border-bottom:1px solid var(--line); font-size:20px; line-height:1.5; }
.challenge-signals li:first-child { border-top:1px solid var(--line); }
.challenge-signals span { color:var(--muted); font-size:12px; }
.delivery-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:72px; align-items:center; }
.delivery-copy .body-copy { max-width:31ch; }
.delivery-brief { background:var(--white); border:1px solid #b6c1b5; border-radius:10px; overflow:hidden; box-shadow:0 16px 40px #173d3209; }
.delivery-brief figcaption { display:flex; align-items:center; gap:12px; padding:24px 28px; border-bottom:1px solid var(--line); font-size:15px; font-weight:600; color:var(--forest); }
.brief-symbol { display:grid; place-items:center; width:30px; height:30px; background:var(--oat); border-radius:4px; }
.brief-timing { margin-left:auto; font-size:12px; font-weight:400; color:var(--muted); }
.delivery-brief dl { margin:0; padding:4px 28px; }
.delivery-brief dl > div { display:grid; grid-template-columns:1fr 1.2fr; gap:20px; padding:23px 0; }
.delivery-brief dl > div + div { border-top:1px solid var(--line); }
.delivery-brief dt { font-size:15px; font-weight:600; }
.delivery-brief dt span { color:var(--muted); font-size:11px; font-weight:400; margin-right:12px; }
.delivery-brief dd { margin:0; font-size:14px; color:var(--muted); line-height:1.65; }
.acceptance-bar { display:flex; gap:16px; background:var(--forest); color:var(--cream); padding:25px 28px; }
.acceptance-mark { color:var(--sage); font-size:24px; }
.acceptance-bar strong { font-size:17px; font-weight:500; }
.acceptance-bar p { margin-top:7px; font-size:14px; line-height:1.7; color:var(--sage); }
.engagement-heading { display:grid; grid-template-columns:1.1fr 1fr; gap:80px; align-items:end; }
.engagement-heading .body-copy { margin:0; font-size:16px; }
.engagement-track { display:grid; grid-template-columns:repeat(3,1fr); list-style:none; margin:48px 0 0; padding:0; }
.engagement-track li { position:relative; padding:0 30px 0 0; }
.engagement-track li::before { content:''; position:absolute; top:22px; left:44px; right:0; height:1px; background:#8b9d8a; }
.engagement-track li:last-child::before { display:none; }
.track-number { position:relative; display:grid; place-items:center; width:44px; height:44px; border:1px solid #8b9d8a; border-radius:50%; background:var(--cream); font-size:13px; color:var(--forest); }
.engagement-track h3 { font-size:20px; margin:23px 0 12px; }
.engagement-track p { font-size:16px; color:var(--muted); max-width:30ch; }
.client-handoff { display:flex; justify-content:space-between; gap:24px; align-items:center; padding:23px 28px; margin-top:36px; background:var(--oat); border-radius:6px; }
.client-handoff > span { font-size:14px; font-weight:600; color:var(--forest); }
.client-handoff p { font-size:15px; }
.client-handoff p span { margin:0 12px; color:var(--muted); }
@media(max-width:980px) {
 .challenge-layout,.delivery-layout,.engagement-heading { gap:36px; }
 .delivery-layout { grid-template-columns:1fr 1.2fr; }
 .delivery-brief figcaption { flex-wrap:wrap; }
 .brief-timing { margin-left:42px; }
 .client-handoff { align-items:flex-start; flex-direction:column; gap:12px; }
}
@media(max-width:760px) {
 .challenge-layout,.delivery-layout,.engagement-heading { grid-template-columns:1fr; gap:30px; }
 .challenge-layout h2 { max-width:22ch; }
 .challenge-signals li { font-size:18px; padding:20px 0; gap:18px; }
 .delivery-copy .body-copy { max-width:40ch; }
 .delivery-brief figcaption { padding:20px; }
 .delivery-brief dl { padding:0 20px; }
 .delivery-brief dl > div { grid-template-columns:1fr; gap:7px; padding:18px 0; }
 .delivery-brief dd { padding-left:27px; }
 .acceptance-bar { padding:23px 20px; gap:12px; }
 .engagement-track { grid-template-columns:1fr; gap:0; margin-top:32px; }
 .engagement-track li { padding:0 0 28px 64px; min-height:110px; }
 .track-number { position:absolute; left:0; top:0; }
 .engagement-track li::before { top:44px; left:22px; width:1px; height:calc(100% - 44px); }
 .engagement-track h3 { margin:7px 0 10px; }
 .engagement-track p { max-width:40ch; }
 .client-handoff { margin-top:0; padding:20px; }
 .client-handoff p { font-size:14px; line-height:2; }
 .client-handoff p span { margin:0 5px; }
}
