:root {
  --paper: #f8f5ef;
  --cream: #f5e9c9;
  --walnut: #3a2418;
  --green: #2a5a3a;
  --sans: "Inter", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--walnut); color: var(--walnut); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid #d29a27; outline-offset: 5px; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; }
.mono { font-family: var(--sans); font-size: 10px; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.mobile-only, .mobile-break { display: none; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 10; padding: 14px 20px; background: var(--cream); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 5; height: 72px; padding-inline: 5%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #3a24182e; background: #ebe7de; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { object-fit: contain; }
.brand span { font-family: var(--display); font-size: 28px; line-height: 30px; letter-spacing: -.02em; }
nav { display: flex; gap: 34px; align-items: center; }
nav a { font-family: var(--sans); font-size: 11px; line-height: 16px; letter-spacing: .08em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 20px; border: 1px solid #3a241859; border-radius: 999px; font-family: var(--sans); font-size: 11px; line-height: 14px; letter-spacing: .05em; text-transform: uppercase; }
.button.primary { background: var(--green); color: var(--cream); border-color: var(--green); }
.button:hover, .round-cta:hover { filter: brightness(.95); }
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: max(760px, calc(100svh - 72px)); display: flex; align-items: center; padding: 82px 5% 96px; background: var(--paper); }
.hero-facility { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.hero-fade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(248 245 239 / .84) 0%, rgb(248 245 239 / .84) 36%, rgb(248 245 239 / .72) 48%, rgb(248 245 239 / .35) 65%, rgb(248 245 239 / 0) 86%); }
.hero-copy { width: 600px; max-width: 100%; }
h1 { font-size: 84px; line-height: 84px; font-weight: 500; letter-spacing: -.035em; }
.hero-intro { max-width: 580px; padding-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.hero-tagline { font-size: 24px; font-weight: 600; line-height: 32px; }
.hero-lede { font-size: 20px; line-height: 30px; color: #65574e; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 46px; }
.button-row a:first-child { width: 136px; }
.button-row a:last-child { width: 204px; }
.platform { padding: 58px 4.02778% 56px; background: linear-gradient(180deg, #f8f5ef 0%, #f8f5ef 42%, #ece5dd 58%, #d2c3b6 74%, #ab8972 88%, #806250 100%); }
.platform .section-head { min-height: 96px; padding-bottom: 34px; display: flex; align-items: flex-end; }
.platform h2 { font-size: 52px; line-height: 58px; letter-spacing: -.03em; }
.steps { position: relative; min-height: 145svh; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 11px; }
.step { position: sticky; top: 92px; z-index: 1; height: calc(100svh - 116px); min-height: 610px; max-height: 840px; display: flex; flex-direction: column; flex-shrink: 0; padding: 0 22px 20px; background: #f2f0ea; border: 1px solid #3a24181f; border-radius: 12px; scroll-margin-top: 90px; }
.step:nth-child(2) { z-index: 2; margin-top: 12svh; background: #dde4dc; }
.step:nth-child(3) { z-index: 3; margin-top: 24svh; background: #cfd9cf; }
.step-top { height: 72px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #3a241821; flex-shrink: 0; }
.step-number { font-size: 34px; line-height: 42px; letter-spacing: 0; color: #3a241899; }
.step h3 { margin-top: 40px; font-size: 34px; line-height: 38px; font-weight: 400; letter-spacing: -.035em; }
.step > p { margin-top: 18px; font-size: 16px; line-height: 24px; color: #3a2418b8; }
.mini-ui { display: flex; flex-direction: column; gap: 8px; min-height: 226px; margin-top: auto; padding: 14px; background: #ffffff94; border: 1px solid #3a241821; border-radius: 9px; }
.ui-head { display: flex; justify-content: space-between; gap: 8px; font-size: 9px; letter-spacing: 0; line-height: 12px; }
.ui-head > :last-child { color: var(--green); }
.ui-metric { font-size: 27px; line-height: 30px; }
.ui-row { display: flex; justify-content: space-between; gap: 8px; padding: 10px; border: 1px solid #3a24181a; border-radius: 5px; font-family: var(--sans); font-size: 9px; line-height: 12px; }
.sectors { padding: 112px 4.02778% 120px; background: linear-gradient(180deg, #806250 0%, #6e4f40 55%, #513429 100%); color: var(--cream); }
.sectors h2 { font-size: 64px; line-height: 66px; font-weight: 500; letter-spacing: -.035em; margin-bottom: 56px; }
.sector-track { display: flex; gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; margin: 0; padding: 0; list-style: none; }
.sector-track::-webkit-scrollbar { display: none; }
.sector-card { position: relative; isolation: isolate; overflow: hidden; flex: 0 0 292px; height: 246px; padding: 24px; border: 1px solid #3a241829; border-radius: 14px; display: flex; flex-direction: column; justify-content: space-between; scroll-snap-align: start; background: var(--cream); }
.sector-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sector-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / .08) 15%, rgb(0 0 0 / .12) 35%, rgb(0 0 0 / .85) 100%); }
.sector-icon { align-self: flex-end; display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; flex-shrink: 0; border-radius: 50%; background: #fbf8f1; }
.sector-icon.featured { background: var(--green); }
.sector-card h3 { color: #fbf8f1; font-family: var(--display); font-size: 30px; line-height: 32px; font-weight: 500; letter-spacing: -.025em; }
.sector-controls { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; min-height: 48px; align-items: center; }
.sector-controls button { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #3a241847; color: var(--walnut); background: #fbf8f1ad; }
.sector-controls .sector-next { background: var(--green); color: white; border-color: var(--green); }
.sector-controls button:disabled { opacity: .45; cursor: default; }
.outcomes { min-height: 828px; padding: 72px 5%; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(180deg, #513429 0%, #3a2418 100%); color: var(--cream); }
.outcomes h2 { font-size: 56px; line-height: 58px; letter-spacing: -.03em; }
.outcome-list { margin-top: 56px; }
.outcome-list article { min-height: 190px; display: grid; grid-template-columns: 40.123% 1fr; align-items: center; gap: 56px; padding-block: 28px; border-bottom: 1px solid #f5e9c93d; }
.outcome-list article:first-child { border-top: 1px solid #f5e9c952; }
.outcome-list h3 { font-size: 44px; line-height: 50px; font-weight: 400; letter-spacing: -.04em; }
.outcome-list p { font-size: 24px; line-height: 31px; letter-spacing: -.02em; }
.cta { min-height: 560px; padding: 80px 5%; display: flex; align-items: center; justify-content: space-between; gap: 64px; background: var(--walnut); color: var(--cream); }
.cta-copy { width: 740px; max-width: 100%; }
.cta h2 { font-size: 68px; line-height: 66px; letter-spacing: -.03em; }
.cta-copy > p:last-child { max-width: 620px; margin-top: 28px; font-family: var(--sans); font-size: 23px; line-height: 31px; }
.round-cta { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 240px; height: 240px; border-radius: 50%; background: var(--cream); color: var(--walnut); font-size: 12px; letter-spacing: .04em; }
footer { min-height: 112px; padding: 24px 5%; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--cream); }
footer .brand { gap: 10px; }
footer .brand img { background: var(--cream); padding: 3px; }
footer .brand span { font-family: var(--sans); font-size: 22px; line-height: 24px; }
.footer-meta { color: #f5e9c9b3; }
@media (min-width: 1800px) { .hero-copy { width: 700px; } h1 { font-size: 96px; line-height: 96px; } }
@media (max-width: 1100px) and (min-width: 701px) {
  h1 { font-size: 72px; line-height: 74px; }
  .hero-copy { width: 560px; }
  .steps { gap: 10px; }
  .step { padding-inline: 16px; min-height: 620px; }
  .ui-metric { font-size: 22px; line-height: 26px; }
  .mini-ui { padding: 10px; }
  .ui-row { padding: 8px 5px; font-size: 8px; }
  .outcome-list article { gap: 30px; }
  .outcome-list h3 { font-size: 34px; }
  .outcome-list p { font-size: 20px; line-height: 28px; }
  .cta { gap: 40px; }
  .round-cta { width: 200px; height: 200px; font-size: 10px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 80px; }
  .mobile-only { display: block; }
  .mobile-break { display: inline; }
  .desktop-only { display: none; }
  .site-header { height: 64px; padding-inline: 20px; }
  .brand { gap: 9px; }
  .brand img { width: 30px; height: 30px; }
  .brand span { font-size: 23px; line-height: 25px; }
  nav { gap: 0; }
  nav > a:not(.button) { display: none; }
  nav .button { font-size: 10px; padding-inline: 13px; }
  .hero { min-height: max(780px, calc(100svh - 64px)); padding: 64px 20px 72px; }
  .hero-facility { width: auto; min-width: 1357px; height: 100%; left: 50%; transform: translateX(-55.68%); opacity: .14; }
  .hero-fade { display: none; }
  .hero-copy { width: 100%; }
  h1 { font-size: 47px; line-height: 50px; max-width: 500px; }
  .hero-tagline { font-size: 20px; line-height: 28px; }
  .hero-lede { font-size: 18px; line-height: 26px; }
  .button-row { gap: 10px; padding-top: 34px; }
  .button-row .button { padding-inline: 14px; }
  .button-row a:first-child { width: auto; flex: 2 1 0; padding-inline: 10px; white-space: nowrap; }
  .button-row a:last-child { width: auto; flex: 3 1 0; padding-inline: 10px; white-space: nowrap; }
  .platform { padding: 54px 20px 72px; }
  .platform .section-head { display: block; min-height: 0; padding-bottom: 34px; }
  .platform h2 { font-size: 42px; line-height: 45px; max-width: 350px; }
  .platform .section-head p { font-size: 9px; line-height: 14px; color: #3a2418a6; margin-top: 14px; }
  .steps { min-height: 0; display: flex; flex-direction: column; gap: 24px; }
  .step, .step:nth-child(2), .step:nth-child(3) { top: 76px; width: 100%; height: calc(100svh - 88px); min-height: 640px; max-height: none; margin-top: 0; }
  .sectors { padding: 72px 20px 80px; }
  .sectors h2 { font-size: 42px; line-height: 44px; margin-bottom: 34px; }
  .outcomes { min-height: 780px; padding: 52px 20px; }
  .outcomes h2 { font-size: 36px; line-height: 38px; }
  .outcome-list { margin-top: 50px; }
  .outcome-list article { min-height: 170px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16px; padding-block: 24px; }
  .outcome-list h3 { font-size: 32px; line-height: 36px; }
  .outcome-list p { font-size: 18px; line-height: 24px; }
  .cta { min-height: 600px; padding: 58px 20px; flex-direction: column; align-items: stretch; gap: 40px; }
  .cta h2 { margin-top: 26px; font-size: 50px; line-height: 48px; }
  .cta-copy > p:last-child { margin-top: 22px; font-size: 19px; line-height: 26px; }
  .round-cta { width: 100%; height: 56px; padding-inline: 24px; justify-content: space-between; border-radius: 999px; font-size: 12px; margin-top: auto; }
  footer { min-height: 90px; padding-inline: 20px; }
  footer .brand { gap: 8px; }
  footer .brand img { width: 26px; height: 26px; }
  footer .brand span { font-size: 20px; }
  .footer-meta { font-size: 8px; letter-spacing: .06em; }
}
@media (max-width: 370px) {
  h1 { font-size: 42px; line-height: 46px; }
  .button-row { flex-direction: column; align-items: flex-start; }
  .button-row a:first-child, .button-row a:last-child { flex: none; padding-inline: 20px; }
  .ui-metric { font-size: 23px; }
  .step { padding-inline: 16px; }
  .ui-row { font-size: 8px; padding-inline: 6px; }
}
/* Keep every card readable when pinning would leave its content below the viewport. */
@media (max-height: 699px), (prefers-reduced-motion: reduce) {
  .steps { min-height: 0; }
  .step, .step:nth-child(2), .step:nth-child(3) { position: relative; top: auto; height: auto; min-height: 640px; max-height: none; margin-top: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
