
:root {
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", "Segoe UI", Arial, sans-serif;
  --paper: #f1ece2;
  --paper-light: #f8f5ef;
  --mist: #d7e5f2;
  --sage: #c8d1be;
  --cobalt: #315bff;
  --ink: #181816;
  --verdigris: #181816;
  --verdigris-dark: #181816;
  --cream: #f1ece2;
  --cream-2: #f8f5ef;
  --gold: #a6432e;
  --gold-dark: #263fa5;
  --brass: #315bff;
  --white: #f8f5ef;
  --max-w: 1360px;
  --nav-height: 90px;
  --band-rule: rgba(24,24,22,.2);
  --pad-major: clamp(52px,6vw,86px);
}
body { background: var(--paper-light); color: var(--ink); }
body :is(h1,h2,h3,h4,h5) { text-transform: none; letter-spacing: -.04em; font-weight: 500; }
body :is(p,li,dd) { line-height: 1.65; }
a { text-underline-offset: 4px; }
:focus-visible { outline: 3px solid #263fa5; outline-offset: 5px; }
.story-wrap, .pricing-cards-wrap, .faq-contact-grid, .nav, .site-footer .wrap {
  max-width: var(--max-w); padding-inline: clamp(24px,4vw,60px);
}
.site-header.over-hero {
  position: sticky; background: var(--paper-light);
  border-bottom: 1px solid var(--rule-hair);
}
.nav-brand { color: var(--ink); font: 600 1.05rem/1 var(--font-body); letter-spacing: .25em; gap: 15px; }
.brand-mark { filter: brightness(0); width: 43px; height: 43px; }
.nav-links a { color: var(--ink); font-size: .9rem; font-weight: 400; letter-spacing: 0; }
.nav-links { gap: 8px 30px; }
.hero.scene { min-height: 0; background: var(--paper-light); color: var(--ink); padding: 0; display: block; overflow: hidden; }
.hero.scene::after { content: none; }
.hero .scene-bg {
  inset: 0 0 0 52%; background: #b7b8af; overflow: hidden;
  clip-path: polygon(0 0,100% 0,100% 100%,12% 100%);
}
.hero .scene-bg img { filter: saturate(.85); object-position: 50% 38%; }
.hero .scene-bg::after { content: none; }
.hero .scene-bg .hero-flow-lines { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; filter: none; pointer-events: none; }
.beliefs .intro-row + .intro-row::after {
  content: ""; position: absolute; right: -90px; top: -180px;
  width: 250px; height: 320px; border: 1px solid #315bff; border-radius: 50%;
  box-shadow: 0 0 0 34px #d7e5f2, 0 0 0 35px #f1ece2; pointer-events: none;
}
.hero-content {
  position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr);
  max-width: var(--max-w); padding: 64px clamp(24px,4vw,60px) 52px;
  gap: 54px; align-items: end; margin: auto; min-height: 620px;
}
.hero-main { display: flex; flex-direction: column; align-items: flex-start; padding: 0; }
.hero-word {
  font: 500 clamp(2.8rem,4.4vw,4.25rem)/1.06 var(--font-display);
  text-transform: none; letter-spacing: -.055em; max-width: 16ch; color: var(--ink); margin: 0 0 28px;
}
.hero-word em { font-weight: 400; }
.hero .hero-main .eyebrow {
  order: -1; color: var(--ink); font: 500 .68rem/1.6 var(--font-body);
  text-transform: uppercase; letter-spacing: .19em; margin: 0 0 28px;
}
.hero .sub-line { font-size: 1.04rem; line-height: 1.65; color: var(--ink); max-width: 49ch; margin-bottom: 28px; }
body .hero .cta-row { gap: 18px 24px; align-items: center; flex-wrap: wrap; }
body .btn, body .hero .btn-primary, body .pricing-section .btn, body .contact-section .btn {
  font: 500 .9rem/1.4 var(--font-body); text-transform: none; letter-spacing: 0;
  border-radius: 0; padding: 15px 22px; min-height: 50px;
}
body .btn-primary { background: var(--cobalt); color: #fff; border: 1px solid var(--cobalt); }
body .btn-primary:hover, body .btn-primary:focus-visible { background: #263fa5; border-color: #263fa5; color: #fff; }
body .hero .btn-secondary { color: var(--ink); padding: 12px 0; background: transparent; font-size: .86rem; }
.hero .spin {
  background: var(--sage); color: var(--ink); padding: 23px 26px;
  margin: 240px 0 0 20px; max-width: 410px; --row: 3rem;
}
.hero .spin :is(.spin-label,.spin-kicker,.spin-note,.spin-list li) { color: var(--ink); }
.hero .spin-label { font: 500 .7rem/1.5 var(--font-body); letter-spacing: .14em; }
.hero .spin-list li { font: 500 clamp(1.55rem,2.2vw,2rem)/var(--row) var(--font-display); text-transform: none; letter-spacing: -.03em; }
.hero .spin-kicker { font: 500 .8rem/1.5 var(--font-body); margin-top: 10px; }
.hero .spin-note { font-size: .84rem; margin-top: 8px; }

.spin:focus-within .spin-list, .spin:focus .spin-list { animation-play-state: paused; }
.hero .spin-label { padding-right: 35px; }
.beliefs { background: var(--paper-light); padding: 0; }
.beliefs-grid { gap: 0; grid-template-columns: 1fr 1fr; }
.beliefs .intro-row { padding: 52px 40px 52px 0; }
.beliefs .intro-row + .intro-row { background: var(--mist); padding: 52px 40px; position: relative; overflow: hidden; }
.beliefs h2 { font: 500 clamp(2rem,3vw,2.8rem)/1.12 var(--font-display); text-transform: none; letter-spacing: -.045em; max-width: 23ch; color: var(--ink); margin-bottom: 22px; }
.beliefs p:not(.eyebrow) { font-size: 1rem; line-height: 1.65; }
body .eyebrow.on-cream, .beliefs .eyebrow.on-cream, .story-intro > .eyebrow,
.pricing-lead > .eyebrow, .faq-intro > .eyebrow, .contact-copy > .eyebrow {
  font: 500 .69rem/1.6 var(--font-body); text-transform: uppercase; letter-spacing: .18em;
  color: var(--ink); margin-bottom: 18px;
}
.engagement-story, .engagement-steps { background: var(--paper-light); }
.story-intro.intro-row { padding-top: 70px; padding-bottom: 42px; }
.story-intro h2, .pricing-lead h2, .faq-intro h2, .contact-section h2 {
  font: 500 clamp(2.2rem,3.8vw,3.4rem)/1.12 var(--font-display);
  text-transform: none; letter-spacing: -.045em; color: var(--ink); max-width: 23ch;
}
.routing > li + li { margin-top: 32px; }
.story-step { border-top: 1px solid var(--rule-hair); padding-top: 32px; }
.story-copy h3 { font: 500 clamp(1.8rem,2.5vw,2.25rem)/1.16 var(--font-display); text-transform: none; letter-spacing: -.035em; }
.step-no { font: 400 2.5rem/1.2 var(--font-display); color: #a6432e; }
.step-rest { font-size: .7rem; color: var(--ink); }
.story-example h4, .pricing-scope h4, #roadmap-title { font: 500 1.3rem/1.3 var(--font-display); text-transform: none; letter-spacing: -.02em; }
.story-example { border-left: 1px solid var(--rule-hair); }
.story-example a { color: #263fa5; }
.assessment-list li::marker { color: #263fa5; }
.pricing-section { background: #e8e9df; color: var(--ink); }
.pricing-section :is(h2,h3,h4,h5,p,li,dt,dd,strong,em,summary,a) { color: var(--ink); }
.pricing-lead h2 { max-width: 26ch; margin-bottom: 42px; }
.pricing-row h3, .pricing-expansion h3 { font: 500 1.25rem/1.35 var(--font-display); letter-spacing: -.025em; }
.pricing-amount { font: 500 clamp(2.3rem,3.5vw,3.1rem)/1.15 var(--font-display); letter-spacing: -.04em; margin-block: 8px 18px; }
.pricing-expansion { border-top: 1px solid var(--rule-hair); padding-top: 24px; margin-top: 32px; }
.pricing-scope summary::marker { color: #263fa5; }
body .pricing-section .btn-primary { color: #fff; }
.faq-contact-section { background: var(--paper-light); }
.faq-col { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; }
.faq-list { max-width: none; }
.faq-intro h2 { max-width: 15ch; }
.faq-contact-section .faq-item summary { font-weight: 500; }
.faq-contact-section .faq-item summary::marker { color: #263fa5; }
.contact-section { background: var(--sage); position: relative; overflow: hidden; color: var(--ink); }
.contact-section::before {
  content: ""; position: absolute; width: 750px; height: 750px; left: -390px; bottom: -580px;
  border: 1px solid #f1ece2; border-radius: 50%; box-shadow: 0 0 0 38px #c8d1be,0 0 0 39px #f1ece2;
  pointer-events: none;
}
.contact-section .story-wrap { position: relative; }
.contact-section :is(h2,h3,p,li,label,summary), .contact-copy .lede, .contact-copy .contact-note { color: var(--ink); }
.contact-section h2 { max-width: 16ch; }
.contact-message { background: var(--paper-light); padding: 36px; }
.contact-message h3 { font: 500 1.75rem/1.2 var(--font-display); letter-spacing: -.035em; }
body .contact-section .btn-primary { background: var(--ink); border-color: var(--ink); color: #fff; }
body .contact-section .btn-primary:hover { background: #353530; }
.field input, .field textarea { background: transparent; border-radius: 0; border-color: #74776c; }
body .btn-message { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
body .btn-message:hover { background: var(--paper); }
.site-footer { background: var(--paper-light); color: var(--ink); padding: 36px 0; border-top: 1px solid var(--rule-hair); }
.site-footer a, .site-footer .footer-legal { color: var(--ink); }
.site-footer a:hover { color: #263fa5; }
.footer-mark { width: 26px; height: 26px; }
.footer-legal { opacity: 1; font-size: .75rem; }
@media (max-width: 1000px) {
  .hero-content { gap: 28px; min-height: 590px; padding-block: 44px; }
  .hero-word { font-size: 3.1rem; }
  .hero .spin { margin-left: 0; padding: 20px; }
  .hero .spin-list li { font-size: 1.6rem; }
  .faq-col { gap: 30px; }
  .nav-links { gap: 8px 18px; }
}
@media (max-width: 760px) {
  :root { --nav-height: 76px; }
  .nav-brand { font-size: .9rem; letter-spacing: .18em; }
  .brand-mark { width: 33px; height: 33px; }
  .nav-toggle-btn { color: var(--ink); border-color: var(--ink); }
  .site-header.over-hero:has(.nav-toggle:checked) { background: var(--paper-light); }
  .nav-toggle:checked ~ .nav-links { background: var(--paper-light); border-top: 1px solid var(--rule-hair); margin: 8px 0 0; padding: 8px 0 10px; }
  .hero-content { grid-template-columns: 1fr; min-height: 0; padding: 36px 24px 24px; gap: 34px; }
  .hero .scene-bg { inset: auto 0 0 0; height: 280px; clip-path: none; }
  .hero-main { max-width: 600px; }
  .hero-word { font-size: clamp(2.65rem,7.5vw,3.7rem); max-width: 18ch; }
  .hero .hero-main .eyebrow { margin-bottom: 22px; }
  .hero .spin { margin: 50px 0 0; width: min(100%,410px); max-width: 100%; }
  .hero .spin-list li { font-size: clamp(1.4rem,5vw,1.9rem); }
  .beliefs-grid, .faq-col { grid-template-columns: 1fr; }
  .beliefs .intro-row, .beliefs .intro-row + .intro-row { padding: 36px 24px; }
  .beliefs-grid { padding-inline: 0; }
  .story-intro.intro-row { display: block; padding-block: 48px 24px; }
  .story-step { display: block; }
  .story-copy { display: block; }
  .story-copy > .step-mark { margin-bottom: 12px; }
  .step-no, .step-rest { display: inline-block; }
  .story-example { border-left: 0; padding: 24px 0 0; margin-top: 0; }
  .story-copy h3 { max-width: none; }
  .faq-col { gap: 8px; }
  .contact-section .contact-col { grid-template-columns: 1fr; }
  .contact-message { padding: 24px; }
  .contact-section h2 { max-width: 20ch; }
  .site-footer .footer-row { gap: 24px; }
}
@media (max-width: 380px) {
  .story-wrap, .pricing-cards-wrap, .faq-contact-grid, .nav, .site-footer .wrap { padding-inline: 20px; }
  .hero-content { padding-inline: 20px; }
  .hero-word { font-size: 2.6rem; }
  body .hero .btn-primary { padding-inline: 16px; }
  .contact-message { padding: 20px; }
}
@media print {
  .site-header.over-hero { position: static; }
  .hero-content, .beliefs-grid, .faq-col { display: block; min-height: 0; }
  .hero .scene-bg, .hero .spin, .contact-section::before { display: none; }
  .hero-content { padding: 24px 0; }
  .beliefs .intro-row, .beliefs .intro-row + .intro-row { padding: 24px 0; background: none; }
  .pricing-section, .contact-section, .contact-message { background: none; }
}

.pricing-section :is(h2,h3,h4,h5,.pricing-amount) { font-family: var(--font-body); letter-spacing: -.025em; }
.pricing-lead h2 { font-size: clamp(2rem,3.3vw,2.9rem); font-weight: 500; line-height: 1.2; }
.pricing-row h3 { font-size: 1.12rem; font-weight: 600; }
.pricing-section .pricing-amount, .pricing-section .pricing-amount .fig,
.pricing-section .pricing-expansion strong { color: #1e4a3f; }
.pricing-amount { font-weight: 600; font-size: clamp(2.2rem,3vw,2.8rem); }
.pricing-rows { grid-template-rows: auto auto auto auto; }
.pricing-row { grid-row: 1 / span 4; }
.pricing-row .pricing-expansion { grid-row: 4; padding-top: 20px; margin-top: 24px; }
.pricing-row .pricing-expansion h3 { margin: 0 0 10px; font-size: 1rem; }
.pricing-row .pricing-expansion p { font-size: .92rem; line-height: 1.6; }
.pricing-terms { margin-top: 26px; max-width: none; font-style: normal; }
.hero .spin { background: var(--paper-light); padding: 16px 22px; max-width: 380px; margin-top: 330px; }
.hero .spin-label { padding-right: 0; font-size: .66rem; letter-spacing: .12em; }
.hero .spin-list li { font-size: 1.7rem; }
.beliefs { background: var(--sage); border-block: 1px solid var(--rule-hair); }
.beliefs-grid { max-width: none; padding-inline: 0; }
.beliefs .intro-row { padding: 34px clamp(24px,4vw,60px); }
.beliefs .intro-row + .intro-row { padding: 34px clamp(24px,4vw,60px); }
.beliefs h2 { font-size: clamp(1.65rem,2.25vw,2.1rem); max-width: 30ch; margin-bottom: 14px; }
.beliefs .eyebrow.on-cream { margin-bottom: 10px; }
.beliefs p:not(.eyebrow) { font-size: .9rem; line-height: 1.6; max-width: 65ch; }
.beliefs .intro-row > * { position: relative; z-index: 1; }
.beliefs .intro-row + .intro-row::after { opacity: .6; }
@media (max-width:760px) {
  .hero .spin { margin-top: 180px; padding: 14px 20px; max-width: 340px; }
  .beliefs .intro-row, .beliefs .intro-row + .intro-row { padding: 28px 24px; }
}
@media (max-width:900px) {
  .pricing-rows { grid-template-rows: none; }
  .pricing-row { grid-row: auto; grid-template-rows: auto auto auto auto; }
}

.pricing-section .price-inline { color: #1e4a3f; font-weight: 600; }

.hero-photo-corner {
  position: absolute; right: 0; top: 0; width: 24%; height: 38%;
  background: #e4e3df; clip-path: polygon(32% 0,100% 0,100% 100%,0 65%);
  padding: 44px 16px 20px 48px;
}
.hero-photo-corner p, .hero-photo-caption p {
  font: 500 .61rem/1.65 var(--font-body); text-transform: uppercase;
  letter-spacing: .15em; margin: 0;
}
.hero-photo-corner p { color: #181816; }
.hero-photo-corner p::after, .hero-photo-caption p::after { content: ""; display: block; width: 22px; border-top: 1px solid currentColor; margin-top: 12px; }
.hero-photo-caption {
  position: absolute; right: 0; bottom: 12%; padding: 18px 18px 18px 24px;
  background: rgba(24,24,22,.8); color: #f8f5ef;
}
.hero-photo-caption p { color: #f8f5ef; }
.story-intro.intro-row { grid-template-columns: minmax(0,1fr) minmax(0,1fr); grid-template-rows: auto auto 1fr; align-items: start; column-gap: 52px; }
.story-intro-photo { grid-column: 1; grid-row: 1 / span 3; position: relative; margin: 0; min-height: 370px; overflow: hidden; align-self: stretch; }
.story-intro-photo picture, .story-intro-photo picture img { display: block; width: 100%; height: 100%; }
.story-intro-photo picture { position: absolute; inset: 0; }
.story-intro-photo picture img { object-fit: cover; object-position: 50% 45%; filter: saturate(.75); }
.story-intro-photo .warehouse-flow-lines { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; pointer-events: none; }
.story-intro > .eyebrow { grid-column: 2; grid-row: 1; margin-top: 22px; }
.story-intro > div:nth-of-type(1) { grid-column: 2; grid-row: 2; }
.story-intro > div:nth-of-type(2) { grid-column: 2; grid-row: 3; }
@media (max-width:1000px) {
  .hero-photo-corner { width: 29%; padding: 30px 12px 15px 35px; }
  .hero-photo-corner p, .hero-photo-caption p { font-size: .55rem; letter-spacing: .1em; }
  .hero-photo-caption { bottom: 28%; }
  .story-intro.intro-row { column-gap: 30px; }
}
@media (max-width:760px) {
  .hero .scene-bg { height: 360px; }
  .hero .spin { margin-top: 260px; }
  .hero-photo-corner { height: 45%; width: 32%; padding: 18px 12px 10px 30px; }
  .hero-photo-caption { bottom: 34%; padding: 12px 14px; }
  .story-intro-photo { min-height: 0; height: auto; aspect-ratio: 4/3; margin-bottom: 28px; }
  .story-intro > .eyebrow { margin-top: 0; }
}

.hero.scene { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
.hero .hero-content { grid-column: 1; grid-row: 1; display: block; width: 100%; min-height: 0; padding: clamp(36px, 4.5vw, 70px) clamp(24px, 4vw, 60px); }
.hero .scene-bg { grid-column: 2; grid-row: 1; position: relative; inset: auto; width: 100%; height: auto; min-height: 530px; opacity: 1; }
.hero .scene-bg picture { position: absolute; inset: 0; display: block; }
.hero .scene-bg picture img { width: 100%; height: 100%; object-fit: cover; }
.hero .scene-bg picture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(166,180,154,.16), rgba(49,91,255,.07)); pointer-events: none; }
.hero .hero-photo-caption { bottom: 6%; }
.faq-contact-grid { padding-bottom: 44px; }
.contact-section { padding-top: 52px; }
@media (max-width: 900px) {
  .hero.scene { grid-template-columns: 1fr; }
  .hero .hero-content { grid-column: 1; grid-row: 1; max-width: none; padding: 40px 24px; }
  .hero .hero-main { max-width: 700px; }
  .hero .scene-bg { grid-column: 1; grid-row: 2; height: clamp(300px, 53vw, 470px); min-height: 0; clip-path: none; }
  .hero .scene-bg picture img { object-position: 50% 45%; }
  .hero .hero-photo-caption { bottom: 18px; }
}
@media print {
  .hero.scene { display: block; }
  .hero .scene-bg { display: none; }
}
