@font-face {
  font-family: Geist;
  src: url("./assets/geist-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("./assets/space-grotesk-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  font-family: Geist, Arial, sans-serif;
  color: #222321;
  background: #f7f6f2;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --paper: #f7f6f2;
  --white: #fffefa;
  --graphite: #222321;
  --muted: #5e605b;
  --line: #d9d9d2;
  --orange: #e76215;
  --orange-dark: #c84e08;
  --section-pad: clamp(90px, 9vw, 144px);
  --pair-gap: clamp(56px, 8vw, 112px);
  --content-gap: clamp(64px, 7vw, 104px);
  --copy-gap: 24px;
  --heading-size: clamp(40px, 5vw, 72px);
  --body-size: clamp(18px, 1.5vw, 22px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.035em;
}
p { letter-spacing: -.01em; }
main, section { scroll-margin-top: 94px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
::selection { color: #fff; background: var(--orange); }
.shell { width: min(1320px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: var(--section-pad); }
.section h2 { margin-bottom: 0; font-size: var(--heading-size); line-height: 1.05; }
.section--dark { color: #f7f6f2; background: var(--graphite); }
.skip-link { position: fixed; z-index: 30; top: 10px; left: 10px; padding: 12px 18px; color: #fff; background: var(--graphite); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.site-header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; gap: 5px; align-items: center; font-family: "Space Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 24px; font-weight: 700; letter-spacing: -.045em; text-decoration: none; white-space: nowrap; }
.brand span { color: var(--orange); }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); }
.desktop-nav a, .header-contact { font-size: 14px; font-weight: 600; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.desktop-nav a { color: #4e514c; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--orange); }
.header-contact.button { min-height: 48px; padding: 8px 20px; border-width: 3px; font-size: 14px; }
.mobile-contact { display: none; }

.hero { position: relative; display: flex; min-height: min(790px, calc(100svh - 82px)); flex-direction: column; justify-content: center; padding-top: clamp(60px, 8vw, 118px); padding-bottom: clamp(60px, 8vw, 110px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: center; gap: clamp(20px, 3vw, 60px); flex: 1; }
.hero__copy { position: relative; z-index: 1; grid-column: 1; grid-row: 1; }
.hero__lead { max-width: 780px; margin-bottom: var(--copy-gap); font-size: clamp(35px, 5.2vw, 76px); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
.hero__body { max-width: 640px; margin-bottom: 36px; color: var(--muted); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.58; }
.hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 60px; align-items: center; justify-content: center; padding: 13px 28px; border: 4px solid transparent; border-radius: 999px; font-size: 16px; font-weight: 700; letter-spacing: -.01em; text-align: center; text-decoration: none; white-space: nowrap; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--orange { border-color: #f08b49; color: #fff; background: var(--orange); }
.button--orange:hover { border-color: #f3a36b; background: var(--orange-dark); }
.button--quiet { padding-inline: 0; border: 0; border-radius: 0; color: var(--orange-dark); background: transparent; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.button--quiet:hover { color: var(--orange); }
.section-cta { min-height: 52px; margin-top: 32px; padding: 10px 22px; border-width: 3px; font-size: 15px; }
.hero__visual { width: min(100%, 500px); grid-column: 2; grid-row: 1; justify-self: end; }
.hero__visual img { width: 100%; height: auto; }

.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: var(--pair-gap); }
.section-heading h2 { max-width: 820px; }
.section-heading h2 span { color: var(--orange); }
.section-heading > p { max-width: 320px; margin-bottom: 0; color: #c8c8c1; font-size: 18px; line-height: 1.55; }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: var(--content-gap); }
.metric { display: flex; min-height: 295px; flex-direction: column; justify-content: space-between; padding: 28px; border: 3px solid var(--orange); border-radius: 26px; background: #292b28; }
.metric strong { color: var(--orange); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: clamp(47px, 5vw, 77px); font-weight: 700; line-height: 1; letter-spacing: -.035em; white-space: nowrap; }
.metric p { max-width: 230px; margin: 0; color: #e4e4dd; font-size: 18px; line-height: 1.35; }

.offer__grid, .evidence__grid, .reuse__grid, .experience__grid, .faq__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: var(--pair-gap); }
.section-side { display: flex; align-self: stretch; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 32px; min-width: 0; }
.section-side .section-cta { margin-top: 0; }

.offer { background: #efebe3; }
.offer h2 { max-width: 670px; }
.offer__copy { padding-top: 0; }
.offer__copy p { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: var(--body-size); line-height: 1.55; }
.offer__copy .offer__lead { margin-bottom: var(--copy-gap); color: var(--graphite); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: clamp(25px, 2.5vw, 36px); font-weight: 500; line-height: 1.22; letter-spacing: -.025em; }

.evidence { background: var(--white); }
.evidence h2 span { color: var(--orange); }
.evidence__copy p { max-width: 650px; margin-bottom: var(--copy-gap); color: var(--muted); font-size: var(--body-size); line-height: 1.55; }
.evidence__copy p:last-of-type { margin-bottom: 0; }

.reuse { background: #efebe3; }
.reuse h2 { max-width: 640px; }
.reuse p { max-width: 600px; color: var(--muted); font-size: var(--body-size); line-height: 1.55; }
.reuse .reuse__lead { margin-bottom: var(--copy-gap); color: var(--graphite); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: clamp(25px, 2.5vw, 36px); font-weight: 500; line-height: 1.22; letter-spacing: -.025em; }
.reuse__copy p:last-of-type { margin-bottom: 0; }

.experience { background: var(--white); }
.experience__grid { grid-template-areas: "value heading" "label body"; row-gap: var(--copy-gap); }
.experience__value { grid-area: value; color: var(--orange); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: clamp(145px, 15vw, 220px); font-weight: 700; line-height: 1.02; letter-spacing: -.035em; }
.experience__label { grid-area: label; max-width: 270px; font-size: 19px; font-weight: 650; line-height: 1.25; }
.experience h2 { grid-area: heading; max-width: 780px; }
.experience__body { grid-area: body; max-width: 660px; margin-bottom: 0; color: var(--muted); font-size: var(--body-size); line-height: 1.55; }
.experience__action { grid-column: 1; grid-row: 2; align-self: end; justify-self: start; margin-top: 0; }

.future .section-heading { align-items: start; }
.future .section-heading h2 { max-width: 850px; }
.roadmap { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin: var(--content-gap) 0 0; padding: 0; list-style: none; }
.roadmap::before { position: absolute; top: 24px; right: 0; left: 0; height: 2px; background: #646761; content: ""; }
.roadmap li { position: relative; min-width: 0; padding-top: 83px; }
.roadmap__node { position: absolute; top: 0; left: 0; display: grid; width: 50px; height: 50px; place-items: center; border: 3px solid var(--orange); border-radius: 50%; color: var(--orange); background: var(--graphite); font-size: 14px; font-weight: 700; }
.roadmap h3 { margin: 0 0 17px; font-size: clamp(25px, 2.35vw, 36px); line-height: 1.08; }
.roadmap p { max-width: 270px; margin: 0; color: #bbbdb6; font-size: 16px; line-height: 1.5; }

.faq { background: var(--paper); }
.faq h2 { margin: 0; }
.faq details { border-bottom: 1px solid #cbcfc7; }
.faq details:first-child summary { padding-top: 0; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: clamp(21px, 2vw, 29px); font-weight: 500; line-height: 1.25; letter-spacing: -.045em; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--orange); font-family: Geist, Arial, sans-serif; font-size: 32px; font-weight: 350; line-height: .7; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details > p { max-width: 700px; margin: -3px 40px 28px 0; color: var(--muted); font-size: 17px; line-height: 1.55; }

.contact { color: var(--white); background: var(--graphite); }
.contact__inner { display: flex; flex-direction: column; align-items: flex-start; }
.contact h2 { max-width: 930px; margin-bottom: var(--copy-gap); }
.contact p { max-width: 570px; color: #c9cbc4; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; }
.contact__intro { margin-bottom: 22px; }
.contact__email { color: var(--orange); font-size: clamp(19px, 1.7vw, 24px); font-weight: 500; line-height: 1.5; letter-spacing: -.01em; text-decoration-thickness: 1px; text-underline-offset: 4px; overflow-wrap: anywhere; }
.contact__email:hover { color: #f08b49; }
.contact .contact__form-intro { align-self: flex-start; max-width: 650px; margin: 44px 0 24px; font-size: clamp(28px, 3vw, 40px); line-height: 1.2; text-align: left; }
.contact__form { width: min(100%, 650px); align-self: flex-start; }
.contact__form iframe { display: block; width: 100%; max-width: 100%; border: 0; }
.contact__form-link { align-self: flex-start; margin-top: 20px; color: #d3d3ce; font-size: 15px; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.site-footer { color: #c7c8c1; background: var(--graphite); }
.site-footer .shell { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 30px; padding: 28px 0; border-top: 1px solid #575a54; font-size: 13px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--orange); }
.site-footer span a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1120px) {
  .shell { width: min(100% - 56px, 1320px); }
  .desktop-nav { gap: 18px; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(250px, .7fr); gap: 24px; }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metric { min-height: 260px; }
  .roadmap { gap: 20px; }
}

@media (max-width: 800px) {
  :root { --section-pad: 82px; --pair-gap: 40px; --content-gap: 56px; }
  .shell { width: min(100% - 40px, 1320px); }
  .site-header__inner { min-height: 78px; }
  .brand { font-size: 22px; }
  .desktop-nav, .header-contact { display: none; }
  .mobile-contact { display: inline-flex; margin-left: auto; color: var(--orange-dark); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
  .mobile-contact:hover { color: var(--orange); }
  .hero { min-height: auto; padding-top: 76px; padding-bottom: 76px; }
  .hero__grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .hero__copy { grid-column: 1; grid-row: 2; }
  .hero__lead { max-width: 650px; }
  .hero__visual { width: min(100%, 320px); grid-column: 1; grid-row: 1; justify-self: start; }
  .section-heading, .offer__grid, .evidence__grid, .reuse__grid, .experience__grid, .faq__grid { grid-template-columns: minmax(0, 1fr); }
  .section-side { display: contents; }
  .section-side h2 { grid-column: 1; grid-row: 1; }
  .offer__copy, .evidence__copy, .reuse__copy, .faq__items { grid-column: 1; grid-row: 2; }
  .section-side .section-cta { grid-column: 1; grid-row: 3; }
  .experience__grid { grid-template-areas: "value" "label" "heading" "body"; row-gap: 0; }
  .experience__label { margin-top: 16px; }
  .experience h2 { margin-top: var(--pair-gap); }
  .experience__body { margin-top: var(--copy-gap); }
  .experience__action { grid-column: 1; grid-row: 5; align-self: start; margin-top: var(--copy-gap); }
  .section-heading { display: grid; }
  .section-heading > p { max-width: 580px; }
  .metric { min-height: 240px; }
  .metric strong { font-size: clamp(48px, 7vw, 70px); }
  .roadmap { display: block; }
  .roadmap::before { top: 0; bottom: 0; left: 23px; width: 2px; height: auto; }
  .roadmap li { min-height: 160px; padding: 0 0 48px 78px; }
  .roadmap__node { left: 0; }
  .roadmap p { max-width: 550px; }
}

@media (max-width: 560px) {
  :root { --section-pad: 68px; --pair-gap: 32px; --content-gap: 48px; --heading-size: clamp(28px, 9vw, 40px); }
  .shell { width: min(100% - 32px, 1320px); }
  .hero { padding-top: 55px; padding-bottom: 62px; }
  .hero__body { font-size: 16px; }
  .hero__actions { align-items: stretch; gap: 14px; flex-direction: column; }
  .section-cta { width: 100%; }
  .hero__visual { width: min(100%, 240px); }
  .metrics { grid-template-columns: 1fr; }
  .metric { min-height: 210px; padding: 26px; }
  .metric strong { font-size: 62px; }
  .metric p { max-width: 280px; font-size: 17px; }
  .roadmap li { padding-left: 70px; }
  .roadmap h3 { font-size: 27px; }
  .faq summary { padding: 23px 0; font-size: 21px; }
  .faq details > p { margin-right: 0; font-size: 16px; }
  .contact .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
