@font-face {
  font-family: Inter;
  src: url('fonts/inter-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Bricolage;
  src: url('fonts/bricolage-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f8f8ee;
  --ink: #152037;
  --muted: #555d6e;
  --accent: #2549e4;
  --yellow: #e7f784;
  --blue: #2549e4;
  --line: #cbd0c6;
  --display: Bricolage,Arial,sans-serif;
  --body: Inter, Arial, sans-serif;
  --section-tint: #e7f784;
  --about-bg: #d9dffe;
  --about-ink: #152037;
  --contact-bg: #2549e4;
  --contact-ink: #e7f784;
  --contact-copy: #f2f4ff;
  --on-accent: #fff;
  --note-paper: #f8f8ee;
  --note-ink: #272520;
  --note-muted: #625e55;
  --note-line: #d7d2c5;
  --note-shadow: #152037;
  --check-bg: #dedff8;
  --check-ink: #3045ba;
  --number-bg: #e7f784;
  --number-alt: #d9dffe;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-underline-offset: 5px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a, button, summary { touch-action: manipulation; }
button[hidden] { display: none; }
::selection { background: var(--yellow); color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; border-radius: 3px; }
.contact :focus-visible { outline-color: var(--yellow); }
.site-header :focus-visible, .hero :focus-visible { outline-color: var(--yellow); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--display); font-weight: 520; font-variation-settings: 'SOFT' 50, 'WONK' 1; }
h2 { font-size: clamp(42px, 4.5vw, 64px); line-height: 1.07; letter-spacing: -2.5px; }
em { font-style: normal; }
img { max-width: 100%; height: auto; display: block; }
.wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 110px; }
.eyebrow { font-size: 14px; font-weight: 500; line-height: 1.5; margin-bottom: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 550; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover { text-decoration-thickness: 2px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: 99px; padding: 17px 25px; min-height: 54px; font-size: 15px; font-weight: 600; letter-spacing: -.35px; line-height: 1.35; text-decoration: none; transition: background .18s, color .18s, transform .18s; }
.button > span { font-size: 22px; line-height: 1; font-weight: 400; }
.button-primary { background: var(--accent); color: white; }
.button-ink { background: var(--ink); color: var(--paper); }
.button-paper { background: var(--paper); color: var(--blue); }
@media (hover: hover) {
  .button:hover { transform: translateY(-3px); }
  .button-primary:hover { background: #962b19; }
  .button-ink:hover { background: #49453b; }
  .button-paper:hover { background: var(--yellow); }
}
.skip-link { position: fixed; z-index: 10; top: 12px; left: 16px; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 116px; border-bottom: 1px solid var(--line); padding-block: 24px; }
.brand { display: block; position: relative; width: max-content; font: 650 25px/.94 var(--display); letter-spacing: -1.1px; text-decoration: none; white-space: nowrap; }
.brand > span { color: var(--accent); }
.brand small { font: 600 10px/1 var(--body); position: absolute; right: -22px; bottom: -1px; letter-spacing: -.1px; }
.main-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 24px; }
.main-nav a { font-size: 14px; font-weight: 500; letter-spacing: -.2px; text-decoration: none; }
.main-nav a:hover { text-decoration: underline; }
.button-header { background: transparent; color: var(--ink); border-color: var(--ink); padding: 12px 22px; min-height: 46px; }
.button-header:hover { background: var(--ink); color: var(--paper); }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 32px; padding-block: 64px 72px; }
.hero h1 { font-size: clamp(76px, 7.5vw, 108px); line-height: .98; letter-spacing: -5.3px; font-weight: 550; margin-bottom: 28px; text-wrap: initial; }
.hero h1 em { color: var(--accent); }
.hero-description { max-width: 470px; font-size: 18px; line-height: 1.7; color: #57554e; letter-spacing: -.25px; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-reassurance { color: var(--muted); font-size: 13px; line-height: 1.5; margin-top: 19px; }
.hero-art { position: relative; align-self: stretch; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 56px; }
.hero-art-note { align-self: flex-end; margin: -22px 18px 4px 0; color: var(--blue); font: 500 28px/1.07 var(--display); text-align: center; letter-spacing: -.8px; transform: rotate(9deg); }
.hero-art img { width: 100%; max-width: 490px; transition: transform .3s ease; }
@media (hover: hover) { .hero-art:hover img { transform: translateY(-5px) rotate(2deg); } }
.hero-art figcaption { margin: 4px 0 0 22px; font-size: 14px; font-weight: 500; transform: rotate(-4deg); }
.welcome-strip { background: var(--yellow); border-block: 1px solid var(--ink); }
.welcome-strip > .wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 25px; }
.welcome-strip p { font-size: 16px; line-height: 1.5; }
.welcome-strip strong { font-weight: 650; }
.strip-asterisk { font-size: 48px; line-height: 1; }
.welcome-strip a { border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; width: 44px; height: 44px; font-size: 23px; text-decoration: none; }
.welcome-strip a:hover { background: var(--ink); color: var(--yellow); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-intro { max-width: 340px; color: var(--muted); font-size: 17px; line-height: 1.75; padding-bottom: 5px; }
.outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.outcome { display: flex; flex-direction: column; padding-top: 30px; border-top: 1px solid var(--ink); }
.outcome-number { display: grid; place-items: center; width: 42px; height: 42px; background: #f5d6c7; color: var(--ink); border-radius: 50%; font: 500 24px/1 var(--display); margin-bottom: 27px; }
.outcome:nth-child(2) .outcome-number { background: #dedff8; }
.outcome:nth-child(3) .outcome-number { background: var(--yellow); }
.outcome h3 { font: 500 33px/1.14 var(--display); letter-spacing: -1px; margin-bottom: 18px; text-wrap: initial; }
.outcome > p { color: var(--muted); line-height: 1.8; }
.outcome .outcome-detail { color: var(--ink); font-size: 13px; font-weight: 550; margin-top: auto; padding-top: 26px; }
.scope-note { font-size: 14px; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); }
.process { background: #efecdf; border-block: 1px solid var(--line); }
.review-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 104px; }
.review-copy h2 { margin-bottom: 28px; }
.review-copy h2 em { color: var(--accent); }
.review-copy > p:not(.eyebrow):not(.review-terms) { max-width: 450px; font-size: 17px; color: #57554e; line-height: 1.8; margin-bottom: 28px; }
.review-copy strong { font-weight: 650; color: var(--ink); }
.review-copy .review-terms { margin-top: 15px; font-size: 13px; color: var(--muted); }
.review-note { background: var(--paper); border: 1px solid #bcb5a7; box-shadow: 8px 8px 0 #e2ddcd; padding: 34px 38px 28px; transform: rotate(1.2deg); }
.note-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 13px; padding-bottom: 26px; }
.note-top > span:last-child { font-size: 31px; color: var(--accent); line-height: 1; }
.review-note h3 { font: 500 40px/1.1 var(--display); letter-spacing: -1.5px; margin-bottom: 30px; }
.deliverables { list-style: none; margin: 0; padding: 0; }
.deliverables li { display: flex; align-items: flex-start; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); }
.deliverables li > span { display: grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; color: var(--blue); background: #dedff8; font-size: 15px; font-weight: 650; margin-top: 2px; }
.deliverables strong { font-size: 16px; line-height: 1.4; font-weight: 600; }
.deliverables p { color: var(--muted); font-size: 16px; line-height: 1.65; margin-top: 4px; }
.note-bottom { border-top: 1px solid var(--line); padding-top: 22px; font-size: 13px; color: var(--muted); }
.next-steps { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 38px; border-top: 1px solid #c6c0b0; padding-top: 32px; margin-top: 70px; }
.next-steps-label { font-size: 14px; font-weight: 550; }
.next-steps article { display: flex; align-items: flex-start; gap: 18px; }
.next-steps article > span { color: var(--accent); font-size: 28px; line-height: 1; }
.next-steps h3 { font-size: 16px; font-weight: 600; line-height: 1.5; margin-bottom: 10px; text-wrap: initial; }
.next-steps article p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.about { background: #f3d3c2; border-bottom: 1px solid #d7b4a1; }
.about-inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.experience { width: max-content; margin-inline: auto; padding-right: 30px; }
.experience-number { position: relative; font: 500 218px/.9 var(--display); letter-spacing: -14px; display: block; }
.experience-number > span { position: absolute; top: -30px; right: -55px; font: 64px/1 var(--display); color: var(--accent); }
.experience-caption { display: block; font-size: 20px; line-height: 1.4; margin: 20px 0 0 8px; letter-spacing: -.5px; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.85; color: #51463e; max-width: 580px; margin-top: 17px; }
.about-copy .text-link { margin-top: 27px; }
.faq { display: grid; grid-template-columns: .9fr 1.4fr; gap: 90px; }
.faq h2 { font-size: 52px; }
.faq-heading > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 28px; }
.faq-heading .text-link { color: var(--ink); }
.faq-list { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; list-style: none; gap: 24px; cursor: pointer; font-size: 16px; font-weight: 550; line-height: 1.5; padding: 25px 2px; }
summary::-webkit-details-marker { display: none; }
summary > span { font-size: 22px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
summary:hover { color: var(--accent); }
details[open] summary > span { transform: rotate(45deg); }
.faq-answer { max-width: 600px; padding: 0 30px 25px 2px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.contact { background: var(--blue); color: var(--paper); text-align: center; padding-bottom: 80px; }
.contact h2 { font-size: clamp(62px, 7.6vw, 108px); line-height: 1.02; letter-spacing: -4.5px; }
.contact .eyebrow { color: #e1e3fb; }
.contact-description { color: #e1e3fb; font-size: 18px; line-height: 1.75; margin: 28px auto 32px; }
.email-row { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 21px auto 0; }
.email-row > a { font-size: 15px; text-underline-offset: 5px; }
.copy-button { display: grid; place-items: center; width: 44px; height: 44px; padding: 9px; border: 1px solid #a8b0e2; background: transparent; color: var(--paper); border-radius: 50%; }
.copy-button:hover { background: #243591; }
.copy-button svg { width: 18px; height: 18px; }
.copy-button .copied-icon, .copy-button.is-copied .copy-icon { display: none; }
.copy-button.is-copied .copied-icon { display: block; }
.copy-status { min-height: 23px; font-size: 13px; color: #e1e3fb; margin-top: 4px; }
.contact-note { font-size: 13px; color: #e1e3fb; margin-top: 26px; }
.site-footer { display: flex; align-items: center; gap: 38px; padding-block: 36px; }
.site-footer .brand { margin-right: 28px; }
.site-footer > p { color: var(--muted); font-size: 13px; }
.back-top { margin-left: auto; font-size: 13px; text-decoration: none; display: inline-flex; gap: 15px; align-items: center; }
.back-top:hover { text-decoration: underline; }
.copyright { font-size: 12px; color: var(--muted); }
@media (min-width: 1700px) {
  .hero { padding-block: 85px; }
  .hero h1 { font-size: 112px; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .section-space { padding-block: 88px; }
  .hero { grid-template-columns: 1.15fr 1fr; gap: 18px; }
  .hero h1 { font-size: 88px; letter-spacing: -4.8px; }
  .hero-actions { gap: 20px; }
  .hero-art { padding-top: 10px; }
  .hero-art-note { font-size: 24px; margin-right: 6px; }
  .main-nav { gap: 22px; margin-right: 0; }
  .section-heading { gap: 40px; }
  .section-intro { max-width: 300px; font-size: 16px; }
  .outcomes { gap: 28px; }
  .outcome h3 { font-size: 30px; }
  .review-layout { gap: 55px; }
  .review-note { padding: 28px; }
  .review-note h3 { font-size: 35px; }
  .next-steps { grid-template-columns: .65fr 1fr 1fr; gap: 28px; }
  .about-inner { gap: 65px; }
  .experience-number { font-size: 182px; }
  .experience-number > span { right: -48px; font-size: 56px; }
  .faq { gap: 55px; grid-template-columns: .85fr 1.4fr; }
  .faq h2 { font-size: 45px; }
  .site-footer { gap: 25px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 44px); }
  .section-space { padding-block: 68px; }
  .site-header { min-height: 94px; padding-block: 20px; gap: 20px; }
  .main-nav { display: none; }
  .brand { font-size: 23px; }
  .hero { grid-template-columns: 1fr; padding-block: 48px 40px; gap: 18px; }
  .hero h1 { font-size: clamp(68px, 11vw, 88px); letter-spacing: -3.8px; }
  .hero-description { max-width: 530px; }
  .hero-art { max-width: 440px; width: 100%; margin-inline: auto; padding-top: 16px; }
  .hero-art-note { margin-top: 0; margin-right: 3px; margin-bottom: -32px; position: relative; z-index: 1; font-size: 23px; }
  .hero-art img { width: 100%; }
  .hero-art figcaption { margin-top: -4px; font-size: 13px; }
  .welcome-strip > .wrap { gap: 16px; padding-block: 22px; }
  .welcome-strip p { font-size: 14px; }
  .strip-asterisk { font-size: 36px; }
  .welcome-strip a { display: none; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-intro { max-width: 540px; margin-top: 24px; padding: 0; }
  .outcomes { gap: 23px; }
  .outcome h3 { font-size: 26px; }
  .outcome > p { font-size: 16px; }
  .outcome-number { width: 36px; height: 36px; font-size: 21px; margin-bottom: 22px; }
  .outcome .outcome-detail { font-size: 12px; }
  .review-layout { grid-template-columns: 1fr; gap: 45px; }
  .review-copy > p:not(.eyebrow):not(.review-terms) { max-width: 570px; }
  .review-note { width: min(100% - 16px, 580px); margin-inline: auto; padding: 34px; }
  .review-note h3 { font-size: 40px; }
  .next-steps { grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 54px; }
  .next-steps-label { grid-column: 1 / -1; }
  .about-inner { grid-template-columns: .7fr 1.3fr; gap: 48px; }
  .experience-number { font-size: 145px; letter-spacing: -10px; }
  .experience-number > span { right: -36px; top: -26px; font-size: 44px; }
  .experience-caption { font-size: 17px; }
  .about-copy > p:not(.eyebrow) { font-size: 16px; }
  .faq { grid-template-columns: 1fr; gap: 35px; }
  .faq h2 br { display: none; }
  .faq h2 { max-width: 550px; }
  .faq-heading > p:last-child { margin-top: 20px; }
  .contact h2 { font-size: 78px; letter-spacing: -3.5px; }
  .contact-description { font-size: 17px; }
  .site-footer { flex-wrap: wrap; gap: 25px; padding-block: 32px; }
  .site-footer > p { order: 3; flex-basis: 80%; }
  .copyright { order: 4; margin-left: auto; }
}
@media (max-width: 560px) {
  h2 { font-size: 44px; letter-spacing: -1.8px; }
  .hero h1 { font-size: 76px; letter-spacing: -4px; }
  .hero-art { max-width: 355px; }
  .hero-art-note { margin-right: 0; font-size: 21px; }
  .hero-art figcaption { margin-top: 0; }
  .hero-description { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; }
  .hero-reassurance { font-size: 12px; }
  .button { padding: 16px 22px; font-size: 14px; }
  .button-header { font-size: 13px; padding: 11px 16px; gap: 14px; min-height: 43px; }
  .welcome-strip > .wrap { display: grid; grid-template-columns: 1fr 40px; gap: 16px; }
  .strip-asterisk { grid-column: 2; grid-row: 1 / 3; }
  .outcomes { grid-template-columns: 1fr; gap: 28px; }
  .outcome { display: grid; grid-template-columns: 42px 1fr; column-gap: 17px; padding-top: 25px; }
  .outcome-number { grid-column: 1; grid-row: 1; margin-top: 2px; margin-bottom: 0; }
  .outcome h3 { grid-column: 2; align-self: center; font-size: 31px; margin: 0; }
  .outcome > p { grid-column: 2; font-size: 16px; margin-top: 15px; }
  .outcome .outcome-detail { padding-top: 0; margin-top: 15px; font-size: 12px; }
  .scope-note { font-size: 13px; margin-top: 30px; }
  .review-note { padding: 28px 25px 24px; }
  .review-note h3 { font-size: 35px; }
  .note-top { font-size: 12px; }
  .deliverables strong { font-size: 16px; }
  .deliverables p { font-size: 16px; }
  .note-bottom { font-size: 12px; }
  .next-steps { grid-template-columns: 1fr; gap: 24px; padding-top: 26px; margin-top: 45px; }
  .next-steps-label { grid-column: 1; }
  .next-steps article { gap: 15px; }
  .about-inner { grid-template-columns: 1fr; gap: 46px; }
  .experience { margin: 0; padding: 0; display: flex; gap: 55px; align-items: center; }
  .experience-number { font-size: 115px; letter-spacing: -7px; }
  .experience-number > span { right: -30px; top: -12px; font-size: 35px; }
  .experience-caption { font-size: 17px; margin: 8px 0 0; }
  .about-copy > p:not(.eyebrow) { font-size: 16px; }
  .faq h2 { font-size: 44px; max-width: 380px; }
  summary { font-size: 15px; padding-block: 23px; gap: 15px; }
  .faq-answer { padding-right: 15px; }
  .contact h2 { font-size: 62px; letter-spacing: -2.8px; }
  .contact-description { font-size: 16px; max-width: 350px; margin-block: 24px 29px; }
  .contact-description br { display: none; }
  .email-row { gap: 7px; }
  .email-row > a { font-size: 13px; }
  .contact-note { font-size: 12px; max-width: 290px; margin: 22px auto 0; }
  .site-footer > p { flex-basis: 70%; max-width: 240px; font-size: 12px; }
  .site-footer { gap: 24px 12px; }
  .copyright { font-size: 11px; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 36px); }
  .hero h1 { font-size: 65px; letter-spacing: -3.5px; }
  .hero .eyebrow { font-size: 13px; }
  .brand { font-size: 21px; }
  .brand small { right: -19px; font-size: 9px; }
  .hero-reassurance { max-width: 260px; }
  .hero-art { padding-top: 7px; }
  .hero-art-note { margin-bottom: -17px; }
  .hero-art figcaption { font-size: 12px; }
  .outcome { grid-template-columns: 32px 1fr; column-gap: 14px; }
  .outcome-number { width: 30px; height: 30px; font-size: 19px; }
  .outcome h3 { font-size: 28px; }
  .review-note { padding-inline: 20px; }
  .review-note h3 { font-size: 31px; }
  .deliverables li { gap: 10px; }
  .contact h2 { font-size: 53px; letter-spacing: -2.4px; }
  .email-row { flex-wrap: wrap; }
  .email-row > a { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-art:hover img, .button:hover { transform: none; }
}

/* Bold move: the permanent cobalt and citron identity.
   Root-scoped rules preserve the selected composition across all breakpoints. */
:root .hero-description, :root .review-copy>p:not(.eyebrow):not(.review-terms) { color:var(--muted); }
:root .process { background:var(--section-tint); }
:root .about { background:var(--about-bg); color:var(--about-ink); border-color:var(--line); }
:root .about-copy>p:not(.eyebrow) { color:var(--about-ink); }
:root .about .experience-number>span { color:inherit; }
:root .review-note { background:var(--note-paper); color:var(--note-ink); --muted:var(--note-muted); --line:var(--note-line); border-color:var(--note-line); box-shadow:8px 8px 0 var(--note-shadow); }
:root .deliverables li>span { background:var(--check-bg); color:var(--check-ink); }
:root .outcome-number { background:var(--number-bg); }
:root .outcome:nth-child(2) .outcome-number { background:var(--number-alt); }
:root .outcome:nth-child(3) .outcome-number { background:var(--yellow); }
:root .next-steps { border-color:var(--line); }
:root .contact { background:var(--contact-bg); color:var(--contact-ink); }
:root .contact .eyebrow, :root .contact-description, :root .contact-note, :root .copy-status { color:var(--contact-copy); }
:root .button-primary { background:var(--accent); color:var(--on-accent); }
:root .button-paper { background:var(--contact-ink); color:var(--contact-bg); }
:root .copy-button { color:var(--contact-ink); border-color:var(--contact-copy); }
:root .copy-button:hover { background:transparent; outline:1px solid currentColor; }
:root .contact :focus-visible { outline-color:var(--contact-ink); }
@media(hover:hover) {
  :root .button-primary:hover { background:var(--accent); filter:brightness(.92); }
  :root .button-ink:hover { background:var(--ink); filter:brightness(.92); }
  :root .button-paper:hover { background:var(--contact-ink); filter:brightness(.92); }
}
:root h1, :root h2, :root h3 { font-weight:750; font-variation-settings:'wdth' 90; }
:root .site-header { width:100%; padding-inline:max(48px,calc((100% - 1280px)/2)); background:#2549e4; color:#f8f8ee; border-color:#6680ed; }
:root .site-header .brand>span { color:#e7f784; }
:root .button-header { border-color:#f8f8ee; color:#f8f8ee; border-radius:0; }
:root .hero { width:100%; padding:56px max(48px,calc((100% - 1280px)/2)) 65px; background:#2549e4; color:#f8f8ee; grid-template-columns:1.2fr .9fr; gap:60px; --muted:#e4eaff; }
:root .hero h1 { font-size:clamp(74px,7.4vw,106px); letter-spacing:-5px; line-height:.94; text-transform:uppercase; }
:root .hero h1 em { color:#e7f784; }
:root .hero-eyebrow { display:table; border:1px solid #b6c5ff; padding:7px 12px; font-size:13px; }
:root .hero .button-primary { background:#e7f784; color:#152037; border-color:#152037; box-shadow:4px 4px 0 #152037; }
:root .button { border-radius:0; font-weight:650; }
:root .hero-art { align-self:center; background:#f8f8ee; color:#152037; transform:rotate(3deg); border:2px solid #152037; padding:32px 22px; max-width:425px; justify-self:end; box-shadow:10px 10px 0 #1937ac; }
:root .hero-art-note { align-self:center; margin:0 0 15px; font-size:23px; font-weight:700; color:#2549e4; transform:none; letter-spacing:-.5px; }
:root .hero-art-note br { display:none; }
:root .hero-art img { max-width:370px; }
:root .hero-art figcaption { transform:none; margin:14px 0 0; font-weight:600; }
:root .welcome-strip { border-width:2px; }
:root .brand { font-family:Bricolage,Arial,sans-serif; font-weight:750; letter-spacing:-1.3px; }
@media(max-width:1100px) {
  :root .site-header { padding-inline:32px; }
  :root .hero { padding-inline:32px; gap:36px; }
  :root .hero h1 { font-size:78px; letter-spacing:-4px; }
  :root .hero-art { padding:25px 17px; }
}
@media(max-width:800px) {
  :root .site-header { padding-inline:22px; }
  :root .hero { padding:42px 22px; grid-template-columns:1fr; gap:46px; }
  :root .hero h1 { font-size:clamp(68px,11vw,86px); }
  :root .hero-art { justify-self:center; width:calc(100% - 35px); max-width:390px; transform:rotate(2deg); padding:24px; }
  :root .hero-art img { max-width:310px; }
}
@media(max-width:560px) {
  :root .hero h1 { font-size:68px; letter-spacing:-3.4px; }
  :root .hero-art-note { font-size:21px; }
}
@media(max-width:380px) {
  :root .hero { padding-inline:18px; }
  :root .site-header { padding-inline:18px; }
  :root .hero h1 { font-size:58px; letter-spacing:-3px; }
}
@media(prefers-reduced-motion:reduce) {
  :root *, :root *::before, :root *::after { transition:none!important; animation:none!important; }
}
:root h1, :root h2 { word-spacing:3px; }
:root h2 { letter-spacing:-2px; }
:root .hero h1 { letter-spacing:-3px; }
:root .outcomes { gap:22px; }
:root .outcome { padding:30px 26px; border:2px solid #152037; box-shadow:5px 5px 0 #152037; }
:root .outcome-number { border-radius:0; width:45px; height:45px; font-size:29px; font-weight:750; }
:root .outcome h3 { font-size:32px; letter-spacing:-.7px; word-spacing:1px; }
:root .review-layout { grid-template-columns:1fr 1.05fr; gap:75px; }
:root .review-note { border:2px solid #152037; transform:rotate(-1.2deg); }
:root .review-note h3 { font-weight:750; letter-spacing:-1px; }
:root .about-inner { grid-template-columns:1.3fr .7fr; gap:85px; }
:root .experience { grid-column:2; grid-row:1; transform:rotate(5deg); }
:root .about-copy { grid-column:1; grid-row:1; }
:root .experience-number { font-size:200px; font-weight:750; letter-spacing:-12px; }
:root .contact h2 { text-transform:uppercase; font-size:clamp(58px,7.2vw,100px); font-weight:750; letter-spacing:-3.5px; word-spacing:5px; }
@media(max-width:1100px) {
  :root .outcome { padding:26px 22px; }
  :root .outcome h3 { font-size:29px; }
  :root .about-inner { gap:70px; }
  :root .experience-number { font-size:160px; }
}
@media(max-width:800px) {
  :root .outcomes { grid-template-columns:1fr; gap:24px; }
  :root .outcome { display:grid; grid-template-columns:50px 1fr; gap:14px 20px; padding:25px; }
  :root .outcome-number { grid-column:1; grid-row:1/3; margin:0; }
  :root .outcome h3 { grid-column:2; margin:0; font-size:32px; }
  :root .outcome>p { grid-column:2; }
  :root .outcome .outcome-detail { padding-top:0; }
  :root .review-layout { grid-template-columns:1fr; gap:45px; }
  :root .about-inner { grid-template-columns:1fr .65fr; gap:40px; }
  :root .experience-number { font-size:145px; }
}
@media(max-width:560px) {
  :root .hero h1 { letter-spacing:-2px; word-spacing:0; }
  :root .outcome { grid-template-columns:35px 1fr; gap:14px; padding:23px 19px; }
  :root .outcome-number { width:34px; height:34px; font-size:24px; }
  :root .outcome h3 { font-size:29px; }
  :root .outcome>p { font-size:16px; margin:0; }
  :root .about-inner { grid-template-columns:1fr; gap:43px; }
  :root .experience { grid-column:1; grid-row:1; justify-self:start; margin:0; transform:none; }
  :root .about-copy { grid-column:1; grid-row:2; }
  :root .experience-number { font-size:115px; }
  :root .contact h2 { font-size:56px; letter-spacing:-2px; word-spacing:0; }
}
@media(max-width:380px) {
  :root .contact h2 { font-size:49px; }
}

/* Sales page: clear first step, tangible deliverables and readable mobile copy. */
:root .site-header { min-height:104px; }
:root .hero { grid-template-columns:1.45fr .85fr; gap:64px; padding-block:42px 52px; }
:root .hero h1 { font-size:clamp(62px,5.7vw,80px); line-height:.98; letter-spacing:-2.8px; word-spacing:0; margin-bottom:24px; }
:root .hero h1 > span { display:block; max-width:12ch; }
:root .hero h1 em { display:block; max-width:20ch; margin-top:17px; font-size:.65em; line-height:1.06; letter-spacing:-1.6px; }
:root .hero h1 em > span { display:block; }
:root .hero-eyebrow { margin-bottom:22px; }
:root .hero-description { max-width:590px; margin-bottom:16px; font-size:18px; line-height:1.65; }
.hero-experience { color:#f8f8ee; font-size:16px; line-height:1.5; margin-bottom:24px; }
:root .hero-reassurance { font-size:14px; margin-top:16px; max-width:none; }
:root .hero-art { width:100%; max-width:400px; padding:29px 20px; }
:root .hero-art-note { font-size:22px; }
:root .welcome-strip { background:var(--paper); border-block:1px solid var(--line); }
:root .trust-points { list-style:none; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:23px 0; margin-block:0; }
.trust-points li { display:flex; align-items:center; gap:12px; font-size:16px; font-weight:550; }
.trust-points li > span { color:var(--blue); font-weight:750; }
:root .review-layout { grid-template-columns:1fr 1fr; gap:85px; }
:root .review-copy h2 { font-size:clamp(42px,4.1vw,58px); line-height:1.08; margin-bottom:24px; }
:root .review-copy > p:not(.eyebrow):not(.review-terms) { max-width:500px; font-size:17px; margin-bottom:23px; }
.review-inclusions { padding:0; margin:0 0 25px; list-style:none; }
.review-inclusions li { padding:11px 0 11px 25px; position:relative; font-size:16px; line-height:1.65; }
.review-inclusions li::before { content:'✓'; position:absolute; left:0; color:var(--ink); font-weight:700; }
:root .review-copy > p.review-price:not(.eyebrow):not(.review-terms) { font-size:16px; line-height:1.6; color:var(--ink); padding-top:21px; margin-bottom:24px; border-top:1px solid #b8c366; }
:root .review-copy .review-terms { font-size:14px; color:var(--ink); }
:root .sample-note { padding:30px 32px 25px; }
.sample-note .note-top { padding-bottom:20px; font-size:14px; }
:root .sample-note h3 { font-size:35px; line-height:1.08; margin-bottom:24px; }
.sample-findings { list-style:none; margin:0; padding:0; }
.sample-findings li { padding:19px 0; border-top:1px solid var(--note-line); }
.priority { display:inline-block; padding:4px 8px; font:650 12px/1.5 var(--body); color:#152037; }
.priority-first { background:#f4d9c8; }
.priority-check { background:#d9dffe; }
.priority-later { background:#e7f784; }
.sample-findings h4 { font:650 17px/1.4 var(--body); margin:10px 0 5px; letter-spacing:-.25px; }
.sample-findings p { color:var(--note-muted); font-size:16px; line-height:1.6; }
.sample-note .note-bottom { font-size:14px; line-height:1.55; padding-top:18px; }
.engagement-steps { list-style:none; padding:32px 0 0; margin:60px 0 0; display:grid; grid-template-columns:repeat(3,1fr); gap:36px; border-top:1px solid #b8c366; }
.engagement-steps li { display:flex; gap:18px; align-items:flex-start; }
.engagement-steps li > span { font:750 26px/1.25 var(--display); color:var(--blue); }
.engagement-steps h3 { font:650 17px/1.5 var(--body); margin:0 0 9px; text-wrap:initial; }
.engagement-steps p { color:#444b35; font-size:16px; line-height:1.65; }
:root .outcome h3 { font-size:31px; line-height:1.13; }
:root .scope-note { font-size:16px; }
:root .faq h2 { font-size:48px; max-width:460px; }
:root .faq-heading > p:last-child { font-size:16px; }
:root summary { font-size:16px; }
:root .contact h2 { font-size:clamp(56px,6.5vw,88px); letter-spacing:-2.6px; word-spacing:0; }
.email-expectation { font-size:14px; color:#f2f4ff; margin-top:17px; }
:root .contact-note { font-size:16px; line-height:1.75; max-width:530px; margin:25px auto 0; }
:root .email-row > a { font-size:16px; }
:root .contact :focus-visible { outline-color:var(--contact-ink); }
.main-nav a { display:inline-flex; align-items:center; min-height:44px; }
.text-link, .back-top { min-height:44px; }

@media(max-width:1100px) {
  :root .hero { gap:40px; grid-template-columns:1.4fr .85fr; }
  :root .hero h1 { font-size:67px; }
  :root .hero-art { padding:23px 16px; }
  :root .hero-art-note { font-size:20px; }
  :root .review-layout { gap:52px; }
  :root .trust-points { gap:16px; }
  .trust-points li { font-size:15px; gap:8px; }
  :root .sample-note { padding:27px 26px; }
  :root .sample-note h3 { font-size:32px; }
  .engagement-steps { gap:24px; }
  :root .outcome h3 { font-size:28px; }
}
@media(max-width:800px) {
  :root .hero { grid-template-columns:1fr; gap:40px; padding-block:34px 45px; }
  :root .hero h1 { font-size:74px; }
  :root .hero h1 > span { max-width:14ch; }
  :root .hero h1 em { max-width:23ch; }
  :root .hero-art { max-width:350px; padding:25px; }
  :root .hero-art img { max-width:300px; }
  :root .trust-points { flex-wrap:wrap; justify-content:flex-start; gap:13px 30px; }
  :root .review-layout { grid-template-columns:1fr; gap:42px; }
  :root .review-copy h2 { font-size:49px; }
  :root .sample-note { width:min(100% - 12px,570px); padding:29px; }
  :root .sample-note h3 { font-size:36px; }
  .engagement-steps { grid-template-columns:1fr; gap:22px; margin-top:45px; padding-top:28px; }
  .engagement-steps h3 { margin-bottom:4px; }
  :root .outcome h3 { font-size:31px; }
  :root .faq h2 { font-size:46px; }
}
@media(max-width:560px) {
  :root .site-header { min-height:91px; gap:25px; }
  :root .site-header .brand { font-size:21px; }
  :root .button-header { font-size:12px; padding:12px; gap:9px; min-height:44px; max-width:150px; text-align:left; }
  :root .button-header > span { font-size:19px; }
  :root .hero h1 { font-size:55px; letter-spacing:-1.8px; margin-bottom:22px; }
  :root .hero h1 > span { max-width:12ch; }
  :root .hero h1 em { font-size:32px; line-height:1.08; margin-top:15px; letter-spacing:-.8px; max-width:none; }
  :root .hero-description { font-size:17px; line-height:1.7; }
  .hero-experience { font-size:15px; margin-bottom:22px; }
  :root .hero-actions { flex-direction:row; align-items:center; gap:12px 22px; }
  :root .hero-actions .text-link { min-height:44px; }
  :root .hero-reassurance { font-size:14px; margin-top:12px; max-width:310px; }
  :root .hero-art { max-width:300px; padding:23px 19px; }
  :root .trust-points { display:grid; grid-template-columns:1fr; gap:11px; padding-block:23px; }
  .trust-points li { font-size:16px; }
  :root .review-copy h2 { font-size:43px; letter-spacing:-1.6px; }
  :root .sample-note { padding:26px 22px; transform:none; }
  :root .sample-note h3 { font-size:32px; }
  .sample-findings h4 { font-size:17px; }
  .sample-note .note-top { font-size:13px; }
  .sample-note .note-bottom { font-size:14px; }
  :root .outcome h3 { font-size:28px; }
  :root .faq h2 { font-size:43px; letter-spacing:-1.8px; }
  :root .contact h2 { font-size:55px; letter-spacing:-1.8px; }
  :root .contact-note { font-size:16px; }
  :root .contact-note br { display:none; }
  :root .email-row { flex-wrap:wrap; }
  :root .email-row > a { font-size:15px; }
}
@media(max-width:380px) {
  :root .site-header { gap:20px; }
  :root .site-header .brand { font-size:19px; }
  :root .button-header { max-width:128px; padding:11px 10px; }
  :root .hero h1 { font-size:48px; letter-spacing:-1.5px; }
  :root .hero h1 em { font-size:27px; }
  :root .hero-eyebrow { font-size:12px; padding:7px 9px; }
  :root .hero-description { font-size:16px; line-height:1.65; }
  :root .review-copy h2 { font-size:39px; }
  :root .sample-note { padding:24px 18px; }
  :root .sample-note h3 { font-size:29px; }
  :root .outcome h3 { font-size:25px; }
  :root .contact h2 { font-size:48px; }
}

/* Relevant work gives the personal introduction concrete context. */
.selected-work { margin-top:65px; padding-top:34px; border-top:1px solid #a8b0d2; }
.work-heading { display:flex; align-items:baseline; justify-content:space-between; gap:20px; margin-bottom:30px; }
.work-heading h3 { font:750 31px/1.15 var(--display); letter-spacing:-.7px; }
.work-heading > p { font-size:14px; }
.work-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:38px; }
.work-item { min-width:0; }
.work-item .work-context { font-size:13px; line-height:1.5; margin-bottom:13px; }
.work-item h4 { font:750 27px/1.15 var(--display); letter-spacing:-.6px; text-wrap:balance; margin:0 0 13px; }
.work-item > p:last-child { font-size:16px; line-height:1.7; }
@media(max-width:1100px) {
  .work-grid { gap:26px; }
  .work-item h4 { font-size:25px; }
}
@media(max-width:800px) {
  .work-heading { display:block; }
  .work-heading > p { margin-top:10px; }
  .work-grid { grid-template-columns:1fr; gap:25px; }
  .work-item + .work-item { padding-top:25px; border-top:1px solid #a8b0d2; }
  .work-item h4 { font-size:28px; max-width:480px; }
  .work-item > p:last-child { max-width:580px; }
}
@media(max-width:560px) {
  .selected-work { margin-top:42px; padding-top:29px; }
  .work-heading h3 { font-size:28px; }
  .work-item h4 { font-size:26px; }
}
