:root {
  --blue: #071340;
  --brand: #7ea725;
  --paper: #f2f2f2;
  --ink: #232526;
  --light: #f8f5ee;
  --accent: #f1bd72;
  --signal: #a23e35;
  --display: "Bodoni MT", Didot, "Iowan Old Style", Georgia, serif;
  --body: "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: Consolas, "Liberation Mono", monospace;
  --page-gutter: clamp(24px, 5.5vw, 100px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 25px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
button { border-radius: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; }
em { font-weight: 400; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; background: var(--paper); color: var(--ink); padding: 12px; }
.skip-link:focus { top: 12px; }
.blue-field { background: var(--blue); color: var(--light); }
.paper-field { background: var(--paper); color: var(--ink); }
.eyebrow, .category, .hero-bottom, .evidence-badge, .light-badge, .project-bottom, .diagram-header, .flow-label, .metric-label, .status-footnote { font-family: var(--mono); font-size: 12px; letter-spacing: .055em; line-height: 1.5; }
.eyebrow, .category { text-transform: uppercase; }
.eyebrow { margin-bottom: 24px; }
.little-star { display: inline-block; margin-right: 10px; font-size: 22px; color: var(--accent); vertical-align: middle; }
.site-header { position: relative; display: flex; align-items: center; gap: 36px; padding: 22px var(--page-gutter); background: var(--blue); color: var(--light); border-bottom: 1px solid color-mix(in srgb, var(--light) 24%, transparent); }
.wordmark { font-family: var(--display); font-size: 43px; font-weight: 600; line-height: 1; letter-spacing: -.06em; text-decoration: none; }
.wordmark span { color: var(--accent); }
.header-descriptor { font-family: var(--mono); font-size: 12px; line-height: 1.45; border-left: 1px solid color-mix(in srgb, var(--light) 30%, transparent); padding-left: 27px; }
.site-header nav { margin-left: auto; display: flex; align-items: center; gap: 32px; font-size: 14px; }
.site-header nav a { text-decoration: none; }
.site-header nav a:last-child { border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.site-header nav a:hover { color: var(--accent); }
.hero { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 340px); align-items: center; gap: clamp(35px, 4vw, 75px); min-height: 760px; padding: 93px var(--page-gutter) 125px; }
.hero-copy { position: relative; min-width: 0; }
.hero h1 { max-width: 720px; font-family: var(--display); font-size: clamp(70px, 7.9vw, 126px); letter-spacing: -.06em; line-height: .94; }
.hero h1 em { display: inline-block; padding-bottom: .1em; }
.hero-deck { max-width: 490px; margin: 31px 0 32px; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; }
.hero-actions .paper-button { font-size: 16px; gap: 24px; }
.hero-secondary-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; }
.hero-secondary-link:hover { color: var(--accent); }
.button { display: inline-flex; align-items: center; gap: 65px; min-height: 56px; padding: 12px 23px; font-size: 14px; text-decoration: none; transition: transform 180ms ease; }
.button:hover { transform: translateY(-3px); }
.paper-button { background: var(--paper); color: var(--blue); }
.button span { font-size: 23px; }
.hero-note { margin-top: 22px; font-size: 12px; opacity: .8; line-height: 1.65; }
.hero-route { width: 100%; max-width: 340px; margin: 0; justify-self: end; }
.hero-route svg { display: block; width: 100%; height: auto; overflow: visible; }
.hero-route path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.route-detour { stroke: var(--light); stroke-width: 1.5; opacity: .3; }
.route-direct { stroke: var(--accent); stroke-width: 2.5; }
.route-start { fill: var(--blue); stroke: var(--accent); stroke-width: 2; }
.route-end { fill: var(--accent); }
.hero-route figcaption { font-family: var(--mono); font-size: 14px; line-height: 1.7; letter-spacing: .02em; padding-left: 24px; }
.hero-route figcaption span { color: var(--accent); }
.hero-bottom { display: flex; justify-content: space-between; position: absolute; bottom: 0; left: var(--page-gutter); right: var(--page-gutter); padding: 23px 0; border-top: 1px solid color-mix(in srgb, var(--light) 26%, transparent); }
.hero-bottom > a:last-child { color: var(--accent); }
.hero-bottom > a:last-child span { margin-left: 30px; }
.work-section { padding: 110px var(--page-gutter) 100px; }
.section-intro { display: grid; grid-template-columns: 1.5fr 1fr; gap: 55px; align-items: end; margin-bottom: 58px; }
h2 { font-family: var(--display); font-size: clamp(43px, 4.5vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
.section-intro h2 em { color: var(--blue); }
.section-intro > p { max-width: 340px; margin-bottom: 6px; justify-self: end; color: color-mix(in srgb, var(--ink) 80%, var(--paper)); }
.project { border-top: 1px solid color-mix(in srgb, var(--ink) 45%, transparent); }
.project-top { display: flex; align-items: center; gap: 18px; padding-top: 18px; }
.project-name { font-size: 17px; font-weight: 600; letter-spacing: -.03em; }
.project-top .category { margin-left: 6px; color: color-mix(in srgb, var(--ink) 70%, var(--paper)); }
.evidence-badge { margin-left: auto; padding: 5px 9px; border: 1px solid color-mix(in srgb, var(--blue) 25%, transparent); color: var(--blue); font-size: 12px; letter-spacing: 0; }
.feature-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 43px 0 40px; }
.project h3, .model-project h3 { font-family: var(--display); font-size: clamp(41px, 4.1vw, 64px); letter-spacing: -.045em; line-height: 1.04; }
.project h3 em { color: var(--blue); }
.project-description { margin-top: 23px; font-size: 16px; line-height: 1.7; }
.result-inline { display: flex; align-items: center; gap: 23px; margin-top: 23px; }
.result-inline > strong { font-family: var(--display); font-size: 83px; font-weight: 400; color: var(--blue); line-height: 1; }
.result-inline > span { font-size: 14px; line-height: 1.5; }
.workflow-panel { align-self: center; padding: 25px 27px 22px; border: 1px solid color-mix(in srgb, var(--ink) 20%, transparent); background: color-mix(in srgb, var(--blue) 4%, var(--paper)); box-shadow: 9px 9px 0 color-mix(in srgb, var(--blue) 7%, var(--paper)); }
.diagram-header { display: flex; justify-content: space-between; text-transform: uppercase; padding-bottom: 27px; color: var(--blue); }
.diagram-header > span:last-child { font-size: 25px; line-height: 1; }
.flow-label { display: flex; justify-content: space-between; margin-bottom: 12px; }
.flow-label small { font-family: var(--body); font-size: 12px; letter-spacing: 0; }
.flow-row { display: flex; gap: 7px; align-items: center; }
.flow-row > span { display: flex; flex: 1; justify-content: center; align-items: center; min-height: 60px; padding: 8px; border: 1px solid color-mix(in srgb, var(--ink) 24%, transparent); font-size: 13px; text-align: center; }
.flow-row > i { font-style: normal; opacity: .55; }
.flow-row > .failure-node { color: var(--signal); border-color: color-mix(in srgb, var(--signal) 50%, transparent); }
.flow-connector { display: flex; align-items: center; gap: 14px; padding: 24px 0; }
.flow-connector > span { flex: 1; height: 1px; background: color-mix(in srgb, var(--ink) 15%, transparent); }
.flow-connector > b { font-size: 12px; font-weight: 400; color: var(--blue); }
.after-flow { gap: 16px; }
.after-flow > .safe-node { flex: 1.6; background: var(--blue); color: var(--light); flex-direction: column; border-color: var(--blue); }
.safe-node b { font-size: 12px; font-weight: 400; margin-top: 3px; opacity: .8; }
.diagram-foot { margin-top: 25px; border-top: 1px solid color-mix(in srgb, var(--ink) 18%, transparent); padding-top: 14px; font-size: 12px; }
.project-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 0; border-top: 1px solid color-mix(in srgb, var(--ink) 20%, transparent); letter-spacing: 0; }
.project-bottom > span { color: color-mix(in srgb, var(--ink) 72%, var(--paper)); }
.project-bottom a { white-space: nowrap; font-size: 13px; }
.project-bottom a > span { margin-left: 12px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 58px; margin-bottom: 65px; }
.half-project { display: flex; flex-direction: column; min-width: 0; }
.half-copy { margin-top: 32px; }
.half-copy .category { margin-bottom: 13px; }
.half-project h3 { font-size: clamp(36px, 3.5vw, 55px); }
.half-project .project-description { min-height: 145px; }
.half-project .project-bottom { margin-top: auto; }
.request-visual, .timing-visual { min-height: 250px; background: color-mix(in srgb, var(--blue) 5%, var(--paper)); border: 1px solid color-mix(in srgb, var(--blue) 15%, transparent); }
.request-visual { display: flex; align-items: center; justify-content: center; gap: 42px; flex-wrap: wrap; padding: 23px 20px; }
.request-visual > div { display: flex; flex-direction: column; align-items: center; }
.large-number { font-family: var(--display); font-size: 113px; line-height: 1; }
.accent-number { color: var(--blue); }
.request-visual small { font-size: 13px; }
.request-arrow { font-size: 37px; color: var(--blue); }
.metric-label { width: 100%; text-align: center; color: var(--blue); margin-top: -10px; letter-spacing: 0; font-size: 13px; }
.timing-visual { padding: 32px 29px 25px; }
.bar-label { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 8px; }
.bar-label strong { font-family: var(--mono); font-size: 13px; font-weight: 400; }
.timing-bar { height: 19px; margin-bottom: 20px; }
.before-bar { width: 100%; background: color-mix(in srgb, var(--ink) 33%, var(--paper)); }
.after-bar { width: 1.6409%; min-width: 4px; background: var(--blue); }
.timing-visual p { font-size: 12px; line-height: 1.6; }
.possibilities { padding: 96px var(--page-gutter) 40px; }
.possibilities-intro > p:last-child { margin-top: 25px; max-width: 440px; font-size: 16px; }
.possibilities-intro h2 em { color: var(--accent); }
.model-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 60px; margin-top: 65px; }
.model-project { min-width: 0; border-top: 1px solid color-mix(in srgb, var(--light) 38%, transparent); }
.light-badge { margin-left: auto; font-size: 12px; color: var(--accent); border: 1px solid color-mix(in srgb, var(--accent) 55%, transparent); padding: 5px 9px; letter-spacing: 0; }
.model-project > .category { margin-top: 35px; margin-bottom: 15px; }
.model-project h3 { font-size: clamp(33px, 3.3vw, 53px); }
.model-project .project-description { min-height: 150px; opacity: .88; }
.model-metric { margin: 28px 0 15px; display: flex; flex-direction: column; }
.model-metric > strong { font-family: var(--display); font-size: clamp(36px, 3vw, 46px); font-weight: 400; line-height: 1.1; letter-spacing: -.06em; }
.model-metric > strong > span { font-size: .53em; margin-left: 7px; }
.model-metric > span { color: var(--accent); font-family: var(--mono); font-size: 13px; }
.metric-scope { font-size: 13px; opacity: .85; }
details { border-block: 1px solid color-mix(in srgb, currentColor 25%, transparent); padding: 17px 0; margin-top: 25px; font-size: 14px; }
summary { display: flex; align-items: center; justify-content: space-between; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary > span[aria-hidden] { font-size: 22px; line-height: 1; }
details[open] summary > span[aria-hidden] { transform: rotate(45deg); }
.project-more + .project-bottom { border-top: 0; }
.more-content { padding: 5px 0 8px; }
.more-content section { margin-top: 22px; }
.more-content h4 { font-family: var(--body); font-size: 15px; line-height: 1.4; font-weight: 600; margin: 0 0 9px; }
.more-content section p { font-size: 16px; line-height: 1.7; }
.more-content > a { display: inline-block; margin-top: 16px; }
.more-content .proof-note { margin-top: 24px; padding-top: 13px; border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent); font-size: 12px; line-height: 1.6; opacity: .8; }
.featured-project .more-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 32px; }
.featured-project .proof-note { grid-column: 1 / -1; }
.status-footnote { margin-top: 55px; opacity: .75; max-width: 740px; letter-spacing: 0; }
.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; padding: 110px var(--page-gutter); }
.approach h2 { font-size: clamp(41px, 4vw, 63px); }
.approach h2 em { color: var(--blue); }
.approach-lead { font-size: 18px; margin-bottom: 35px; }
.method-list { padding: 0; margin: 0; list-style: none; }
.method-list li { display: flex; gap: 24px; padding: 23px 0; border-top: 1px solid color-mix(in srgb, var(--ink) 25%, transparent); }
.method-list li > span { font-size: 13px; font-family: var(--mono); color: var(--blue); }
.method-list h3 { font-size: 19px; font-weight: 600; margin-bottom: 7px; line-height: 1.3; }
.method-list p { font-size: 14px; }
.about { margin-inline: var(--page-gutter); padding: 65px 0 85px; border-top: 1px solid color-mix(in srgb, var(--ink) 30%, transparent); }
.about > div { display: grid; grid-template-columns: 1.25fr 1fr; gap: 70px; }
.about h2 { font-size: clamp(41px, 4vw, 63px); }
.about h2 em { color: var(--blue); }
.about-copy > p { margin-bottom: 15px; }
.about-copy a { display: inline-block; margin-top: 10px; font-size: 14px; }
footer { display: flex; align-items: center; gap: 30px; padding: 32px var(--page-gutter) 95px; background: var(--blue); color: var(--light); }
footer p { font-size: 14px; }
footer > a:last-child { margin-left: auto; font-size: 13px; }
@media (min-width: 1600px) { .hero { min-height: 850px; padding-top: 125px; } }
@media (max-width: 1050px) {
  .header-descriptor { display: none; }
  .site-header nav { gap: 20px; }
  .hero { grid-template-columns: minmax(0, 1fr); min-height: 0; padding-top: 65px; gap: 35px; }
  .hero-route { max-width: 260px; justify-self: start; }
  .section-intro { grid-template-columns: 1.4fr 1fr; gap: 25px; }
  .feature-content, .project-grid, .model-grid { gap: 30px; }
  .project-top { flex-wrap: wrap; gap: 8px; }
  .project-top .category { display: none; }
  .evidence-badge, .light-badge { margin-left: auto; }
  .workflow-panel { padding: 20px 16px; }
  .project-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .request-visual { gap: 27px; }
  .approach, .about > div { gap: 40px; }
}
@media (max-width: 720px) {
  :root { --page-gutter: 23px; }
  .site-header { padding-block: 19px; }
  .wordmark { font-size: 36px; }
  .site-header nav { gap: 20px; }
  .site-header nav a { font-size: 13px; }
  .site-header nav .nav-about { display: none; }
  .hero { min-height: 0; padding-top: 40px; padding-bottom: 78px; }
  .hero .eyebrow { font-size: 12px; margin-bottom: 22px; }
  .hero h1 { font-size: clamp(48px, 12vw, 86px); }
  .hero-deck { margin-top: 25px; font-size: 16px; max-width: 330px; }
  .desktop-break { display: none; }
  .hero-note { font-size: 13px; opacity: 1; }
  .hero-route { max-width: 230px; }
  .hero-route figcaption { padding-left: 16px; }
  .hero-bottom { font-size: 12px; padding-block: 19px; }
  .hero-bottom > a:last-child { display: none; }
  .work-section { padding-top: 70px; padding-bottom: 65px; }
  .section-intro { display: block; margin-bottom: 35px; }
  .section-intro h2 { font-size: clamp(38px, 8.5vw, 58px); }
  .section-intro > p { margin-top: 25px; max-width: 100%; }
  .eyebrow { font-size: 12px; }
  .project-name { font-size: 16px; }
  .evidence-badge, .light-badge { font-size: 12px; padding: 4px 7px; }
  .feature-content { grid-template-columns: 1fr; padding-top: 30px; gap: 32px; }
  .project h3 { font-size: clamp(40px, 9vw, 58px); }
  .project-description { margin-top: 20px; }
  .workflow-panel { padding: 23px 17px; }
  .flow-row > span { font-size: 12px; }
  .project-grid { grid-template-columns: 1fr; gap: 50px; margin-bottom: 45px; }
  .half-project .project-description { min-height: 0; }
  .request-visual, .timing-visual { margin-top: 25px; }
  .featured-project .more-content { grid-template-columns: 1fr; }
  .possibilities { padding-top: 65px; padding-bottom: 35px; }
  .possibilities h2 { font-size: clamp(39px, 8.5vw, 58px); }
  .model-grid { grid-template-columns: 1fr; gap: 55px; margin-top: 42px; }
  .model-project h3 { font-size: clamp(35px, 8vw, 51px); }
  .model-project .project-description { min-height: 0; }
  .model-metric > strong { font-size: 42px; }
  .status-footnote { font-size: 12px; margin-top: 35px; }
  .approach { grid-template-columns: 1fr; padding-top: 65px; padding-bottom: 55px; gap: 30px; }
  .approach h2, .about h2 { font-size: clamp(38px, 8.5vw, 58px); }
  .approach-lead { font-size: 16px; }
  .about { padding-top: 45px; padding-bottom: 55px; }
  .about > div { grid-template-columns: 1fr; gap: 30px; }
  footer { flex-wrap: wrap; gap: 17px; padding-top: 28px; padding-bottom: 103px; }
  footer > a:last-child { width: 100%; margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

/* Keep the reading and booking routes reachable on small screens. */
@media (max-width: 1000px) {
  .site-header { gap: 22px; }
  .site-header nav { gap: 20px; }
  .site-header .header-descriptor { display: none; }
}
@media (max-width: 700px) {
  .site-header { flex-wrap: wrap; }
  .site-header nav { flex-wrap: wrap; gap: 14px 20px; }
  .site-header nav a:nth-child(3) { display: inline-block; }
  .site-header nav .nav-about { display: none; }
  .site-header nav .nav-book { display: inline-block; }
}
@media (max-width: 420px) {
  .site-header nav { width: 100%; margin-left: 0; justify-content: space-between; }
}

/* Agency offer and evidence hierarchy share the existing palette tokens. */
h1, h2, h3 { text-wrap: balance; }
p { overflow-wrap: break-word; }
.hero-note, .evidence-badge, .light-badge, .project-bottom, .metric-label, .status-footnote { font-size: 14px; }
.evidence-badge { background: color-mix(in srgb, var(--blue) 7%, var(--paper)); }
.services { padding: 78px var(--page-gutter) 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.services-grid article { border-top: 1px solid color-mix(in srgb, var(--ink) 30%, transparent); padding-top: 24px; }
.services-grid h3 { font-size: 23px; line-height: 1.3; margin-bottom: 18px; }
.service-deliverables { margin: 22px 0 0; padding-left: 20px; }
.service-deliverables li { margin-block: 9px; }
.service-deliverable { margin-top: 22px; font-size: 14px; }
.service-deliverable strong { display: block; color: var(--blue); margin-bottom: 5px; }
.project-description { max-width: 62ch; }
.more-content .proof-note { font-size: 14px; opacity: 1; }
.model-metric { border-left: 2px solid var(--accent); padding-left: 18px; }
.model-metric > span { font-size: 14px; }
.model-project .project-description { min-height: 0; }
.closing-cta { padding: 65px var(--page-gutter); display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.closing-cta > div { max-width: 690px; }
.closing-cta p:last-child { margin-top: 24px; max-width: 600px; }
.closing-cta .button { flex-shrink: 0; gap: 20px; }
.closing-cta h2 em { color: var(--accent); }
.hero-bottom a { text-decoration: none; }
.bar-label strong { font-variant-numeric: tabular-nums; }
summary:hover { color: var(--blue); }
.blue-field summary:hover { color: var(--accent); }
@media (max-width: 1050px) {
  .closing-cta { flex-direction: column; align-items: flex-start; gap: 28px; }
}
@media (max-width: 720px) {
  .services { padding-top: 55px; }
  .services-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-actions { align-items: flex-start; gap: 12px; }
  .hero-actions .paper-button { width: 100%; justify-content: space-between; }
  .hero-secondary-link { padding-block: 8px; }
  .hero-bottom { font-size: 12px; }
  .closing-cta { padding: 48px var(--page-gutter); }
  .closing-cta .button { max-width: 100%; gap: 16px; }
}

/* Fixed brand accents, readable supporting text. */
.wordmark, .blue-field h1, .blue-field h2, .blue-field h3 { color: var(--brand); }
.paper-button { background: var(--brand); color: var(--blue); }

footer { padding-bottom: 32px; }
