@font-face {
  font-family: "Cina";
  src: url("/assets/CinaGEORegular.otf") format("opentype");
  font-display: swap;
}

:root {
  --ink: #15140f;
  --ink-soft: #26251f;
  --paper: #f5f0e4;
  --paper-light: #fbf8f0;
  --yellow: #f6b900;
  --yellow-light: #ffd451;
  --green: #b9e5bd;
  --blue: #b9ddff;
  --red: #ef614f;
  --line: rgba(21, 20, 15, 0.18);
  --muted: #706d63;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Cina", "Trebuchet MS", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns:
    minmax(124px, 1fr)
    minmax(320px, 420px)
    minmax(220px, 1fr);
  align-items: center;
  width: min(calc(100% - 48px), var(--max));
  min-height: 84px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand img {
  display: block;
  width: 124px;
  height: auto;
}

.desktop-nav {
  display: flex;
  gap: 32px;
  font-size: 15px;
}

.desktop-nav a,
.login-link {
  position: relative;
}

.desktop-nav a::after,
.login-link::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.login-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  min-width: 0;
  gap: 22px;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
}

.button {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: var(--yellow);
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  background: var(--yellow-light);
  box-shadow: 5px 5px 0 var(--ink);
  transform: translate(-3px, -3px);
}

.button-small {
  min-height: 42px;
  padding: 0 17px;
}

.button-dark {
  border-color: var(--ink);
  color: white;
  background: var(--ink);
}

.button-dark:hover {
  color: var(--ink);
  background: white;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  font-weight: 700;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 6px auto;
  background: var(--ink);
  transition: transform 180ms ease;
}

.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: -1;
  inset: 83px 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 35px 24px;
  background: var(--paper);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu > a:not(.button) {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 25px;
}

.eyebrow {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(30rem, 1.06fr) minmax(24rem, 0.94fr);
  align-items: center;
  width: 100%;
  min-height: 700px;
  margin: 0 auto;
  padding: 50px max(24px, calc((100% - var(--max)) / 2)) 70px;
  background: var(--yellow);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy .eyebrow span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(239, 97, 79, 0.15);
}

.hero h1,
.page-hero h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(65px, 7vw, 108px);
  font-weight: 700;
  line-height: 0.91;
  letter-spacing: -0.075em;
}

.hero h1 em,
.page-hero h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.5px var(--ink);
}

.hero h1 {
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.hero h1 strong {
  display: block;
  font-weight: 700;
}

.hero h1 em {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
  -webkit-text-stroke: 0;
}

.hero-actions .button {
  color: #fff;
  background: var(--ink);
}

.hero-actions .button:hover {
  color: var(--ink);
  background: var(--paper-light);
}

.hero-lead {
  max-width: 590px;
  margin: 34px 0 0;
  color: #49473f;
  font-size: 21px;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-top: 42px;
  font-size: 13px;
}

.hero-proof strong::before {
  margin-right: 7px;
  color: #228846;
  content: "●";
}

.hero-proof span {
  color: var(--muted);
}

.hero-visual {
  position: relative;
  isolation: isolate;
  min-height: 570px;
  overflow: hidden;
}

.hero-visual::before {
  position: absolute;
  inset: 0 3% 3% 5%;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 45%, rgba(246, 185, 0, 0.2), transparent 44%),
    var(--paper-light);
  content: "";
}

.hero-visual img {
  position: absolute;
  z-index: 2;
  right: -4%;
  bottom: 0;
  width: 108%;
  filter: drop-shadow(0 28px 30px rgba(31, 28, 17, 0.15));
}

.visual-orbit {
  position: absolute;
  z-index: 1;
  border: 1px dashed rgba(21, 20, 15, 0.28);
  border-radius: 50%;
}

.orbit-one {
  inset: 12%;
  animation: spin 35s linear infinite;
}

.orbit-two {
  inset: 25%;
  animation: spin 22s linear infinite reverse;
}

.orbit-one::after,
.orbit-two::after {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid var(--ink);
  background: rgba(255, 253, 247, 0.93);
  box-shadow: 5px 5px 0 var(--ink);
  backdrop-filter: blur(8px);
}

.floating-card small {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.floating-card strong {
  display: block;
  font-size: 13px;
}

.float-order {
  top: 13%;
  left: 0;
}

.float-delivery {
  right: 0;
  bottom: 7%;
}

.pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #30a854;
  box-shadow: 0 0 0 5px rgba(48, 168, 84, 0.16);
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  color: var(--paper-light);
  background: var(--ink);
}

.ticker div {
  display: flex;
  gap: 35px;
  align-items: center;
  width: max-content;
  min-height: 54px;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  animation: marquee 28s linear infinite;
}

.ticker i {
  color: var(--yellow);
  font-style: normal;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.problem-section,
.audience-section,
.control-section,
.faq-section {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 130px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) minmax(32rem, 1fr);
  align-items: start;
  margin-bottom: 70px;
}

.section-heading h2,
.audience-copy h2,
.control-copy h2,
.pricing-note h2 {
  max-width: 890px;
  margin: 0;
  font-size: clamp(44px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(26rem, 1fr));
  border: 1px solid var(--ink);
}

.comparison-grid article {
  min-height: 470px;
  padding: 48px;
}

.comparison-grid article > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.comparison-old {
  background:
    linear-gradient(rgba(21, 20, 15, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 20, 15, 0.035) 1px, transparent 1px);
  background-size: 25px 25px;
}

.comparison-old ul {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}

.comparison-old li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: #69665e;
}

.comparison-old li::before {
  margin-right: 14px;
  color: var(--red);
  content: "×";
  font-weight: 700;
}

.comparison-new {
  color: white;
  background: var(--ink);
}

.comparison-new h3 {
  margin: 58px 0 24px;
  color: var(--yellow);
  font-size: 50px;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.comparison-new p {
  max-width: 480px;
  color: #bbb7ad;
  font-size: 19px;
}

.comparison-new a {
  display: inline-block;
  margin-top: 35px;
  border-bottom: 1px solid var(--yellow);
  color: var(--yellow);
  font-weight: 700;
}

.flow-section,
.principles-section {
  padding: 130px max(24px, calc((100% - var(--max)) / 2));
  color: white;
  background: var(--ink);
}

.section-heading.light .eyebrow {
  color: var(--yellow);
}

.section-heading.light h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  border-left: 1px solid rgba(255, 255, 255, 0.23);
}

.flow-grid article {
  position: relative;
  min-height: 360px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}

.flow-grid article > span {
  color: #7f7c73;
  font-size: 12px;
}

.flow-grid svg {
  width: 50px;
  margin: 70px 0 35px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.5;
}

.flow-grid h3 {
  margin: 0 0 12px;
  font-size: 27px;
}

.flow-grid p {
  margin: 0;
  color: #aaa69c;
  font-size: 15px;
}

.audience-section {
  display: grid;
  grid-template-columns: minmax(24rem, 0.85fr) minmax(26rem, 1.15fr);
  gap: 100px;
}

.audience-copy {
  position: sticky;
  top: 50px;
  align-self: start;
}

.audience-copy p:last-child {
  max-width: 450px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 19px;
}

.audience-list article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 30px;
  gap: 20px;
  align-items: center;
  min-height: 165px;
  border-top: 1px solid var(--ink);
}

.audience-list article:last-child {
  border-bottom: 1px solid var(--ink);
}

.audience-list b {
  color: var(--muted);
  font-size: 12px;
}

.audience-list h3 {
  margin: 0 0 5px;
  font-size: 28px;
}

.audience-list p {
  margin: 0;
  color: var(--muted);
}

.audience-list article > span {
  font-size: 25px;
  transition: transform 180ms ease;
}

.audience-list article:hover > span {
  transform: translate(5px, -5px);
}

.control-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(24rem, 1fr));
  gap: 90px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.control-art {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid var(--ink);
  background:
    radial-gradient(circle at 30% 25%, var(--yellow-light), transparent 31%),
    var(--green);
}

.control-art::before,
.control-art::after {
  position: absolute;
  border: 1px dashed rgba(21, 20, 15, 0.4);
  border-radius: 50%;
  content: "";
}

.control-art::before {
  inset: 12%;
}

.control-art::after {
  inset: 28%;
}

.control-art img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 84%;
  transform: translate(-50%, -50%) rotate(-4deg);
  filter: drop-shadow(0 25px 25px rgba(15, 15, 15, 0.18));
}

.route-dot {
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  border: 4px solid white;
  border-radius: 50%;
  background: var(--red);
}

.route-dot.one {
  top: 16%;
  right: 20%;
}

.route-dot.two {
  bottom: 17%;
  left: 13%;
}

.control-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin: 28px 0;
  color: var(--muted);
  font-size: 19px;
}

.control-copy ul {
  margin: 25px 0 35px;
  padding: 0;
  list-style: none;
}

.control-copy li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.control-copy li span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  place-items: center;
}

.closing-cta {
  display: grid;
  grid-template-columns: minmax(30rem, 1.2fr) minmax(20rem, 0.8fr);
  gap: 80px;
  align-items: end;
  padding: 110px max(24px, calc((100% - var(--max)) / 2));
  border-top: 1px solid var(--ink);
  background: var(--yellow);
}

.closing-cta h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: -0.05em;
}

.closing-actions p {
  max-width: 430px;
  margin: 0 0 30px;
  font-size: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(24rem, 1fr));
  gap: 80px;
  padding: 90px max(24px, calc((100% - var(--max)) / 2)) 30px;
  color: #ddd9ce;
  background: var(--ink);
}

.brand-light {
  min-height: 36px;
}

.brand-light img {
  width: 124px;
}

.footer-intro > p {
  max-width: 430px;
  margin: 28px 0;
  color: #aaa69c;
}

.footer-email {
  color: var(--yellow);
  border-bottom: 1px solid var(--yellow);
  overflow-wrap: anywhere;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.footer-links section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links h2 {
  margin: 0 0 15px;
  color: #79766e;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a {
  font-size: 15px;
}

.footer-links a:hover {
  color: var(--yellow);
}

.footer-bottom {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #79766e;
  font-size: 12px;
}

.page-hero {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 115px 0 130px;
  border-bottom: 1px solid var(--ink);
}

.page-hero h1 {
  max-width: 1050px;
}

.page-hero > p:last-child {
  max-width: 700px;
  margin: 45px 0 0 auto;
  color: var(--muted);
  font-size: 22px;
}

.platform-stack {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.platform-stack > article {
  display: grid;
  grid-template-columns: 60px minmax(25rem, 1fr) minmax(20rem, 0.8fr);
  gap: 60px;
  align-items: center;
  min-height: 600px;
  padding: 90px 0;
  border-bottom: 1px solid var(--ink);
}

.stack-number {
  align-self: start;
  color: var(--muted);
  font-size: 12px;
}

.stack-copy h2 {
  max-width: 580px;
  margin: 0 0 25px;
  font-size: 54px;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.stack-copy > p:not(.eyebrow) {
  max-width: 600px;
  color: var(--muted);
}

.stack-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.stack-copy li::before {
  margin-right: 8px;
  content: "↳";
}

.stack-demo {
  min-height: 390px;
  padding: 30px;
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.catalogue-demo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--blue);
}

.mini-search {
  padding: 14px;
  border: 1px solid var(--ink);
  background: white;
}

.mini-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mini-products span {
  height: 180px;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.mini-products span:nth-child(2) {
  background: var(--yellow);
}

.catalogue-demo small {
  font-weight: 700;
  letter-spacing: 0.12em;
}

.delivery-demo {
  display: grid;
  align-content: center;
  background: var(--green);
}

.delivery-demo img {
  width: 210px;
  margin: 0 auto 20px;
}

.delivery-demo div {
  padding: 18px;
  border: 1px solid var(--ink);
  background: white;
}

.delivery-demo small,
.delivery-demo strong,
.delivery-demo span {
  display: block;
}

.delivery-demo small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.delivery-demo strong {
  margin-top: 8px;
  font-size: 25px;
}

.delivery-demo span {
  color: var(--muted);
  font-size: 13px;
}

.wallet-demo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--yellow);
}

.wallet-line,
.wallet-balance {
  padding: 18px;
  border: 1px solid var(--ink);
  background: white;
}

.wallet-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  font-size: 12px;
}

.wallet-line strong {
  color: #237d3e;
}

.wallet-balance strong {
  display: block;
  margin-top: 8px;
  font-size: 38px;
}

.code-demo {
  display: grid;
  min-width: 0;
  overflow: hidden;
  align-items: center;
  color: #e9e5da;
  background: var(--ink);
}

.code-demo code {
  font: 14px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.code-demo i {
  color: var(--yellow);
  font-style: normal;
}

.developer-band {
  display: grid;
  grid-template-columns: minmax(30rem, 1fr) minmax(18rem, 0.6fr);
  gap: 80px;
  align-items: end;
  padding: 100px max(24px, calc((100% - var(--max)) / 2));
  color: white;
  background: var(--ink);
}

.developer-band h2 {
  margin: 0;
  font-size: 65px;
  letter-spacing: -0.06em;
}

.developer-band p:last-child {
  max-width: 620px;
  color: #aaa69c;
}

.developer-band > div:last-child {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.developer-band .button-dark {
  border-color: white;
}

.developer-band .text-link {
  border-color: white;
}

.pricing-grid,
.mission-grid,
.contact-grid,
.location-section {
  display: grid;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(26rem, 1fr));
  gap: 25px;
  padding: 100px 0;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 620px;
  padding: 45px;
  border: 1px solid var(--ink);
}

.price-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.price-card h2 {
  margin: 70px 0 20px;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.price-card p {
  color: var(--muted);
}

.price-card ul {
  margin: 30px 0 45px;
  padding: 0;
  list-style: none;
}

.price-card li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.price-card li::before {
  margin-right: 10px;
  content: "✓";
}

.price-card .button {
  width: fit-content;
  margin-top: auto;
}

.test-card {
  background: var(--blue);
}

.live-card {
  color: white;
  background: var(--ink);
}

.live-card p,
.live-card li {
  color: #b9b5aa;
}

.live-card .button {
  color: var(--ink);
}

.pricing-note {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) minmax(32rem, 1fr);
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 85px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.pricing-note p:last-child {
  grid-column: 2;
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(22rem, 0.75fr) minmax(28rem, 1.25fr);
  gap: 80px;
}

.faq-section .section-heading {
  display: block;
}

.faq-section .section-heading h2 {
  font-size: 55px;
}

.faq-list article {
  border-top: 1px solid var(--ink);
}

.faq-list article:last-child {
  border-bottom: 1px solid var(--ink);
}

.faq-list button {
  display: flex;
  min-width: 0;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  padding: 25px 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-list button span {
  min-width: 0;
  font-size: 20px;
  font-weight: 700;
}

.faq-list button b {
  flex: 0 0 auto;
  font-size: 25px;
  transition: transform 180ms ease;
}

.faq-list button[aria-expanded="true"] b {
  transform: rotate(45deg);
}

.faq-answer {
  max-width: 620px;
  padding: 0 0 25px;
  color: var(--muted);
}

.mission-grid {
  grid-template-columns: repeat(2, minmax(24rem, 1fr));
  gap: 90px;
  padding: 120px 0;
}

.mission-grid article > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mission-grid h2 {
  margin: 40px 0 0;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.mission-grid article:last-child {
  padding-top: 45px;
  color: var(--muted);
  font-size: 20px;
}

.principles-section .section-heading {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.2);
  border-left: 1px solid rgba(255,255,255,.2);
}

.principles-grid article {
  min-height: 320px;
  padding: 35px;
  border-right: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.principles-grid b {
  color: var(--yellow);
  font-size: 12px;
}

.principles-grid h3 {
  margin-top: 75px;
  font-size: 29px;
}

.principles-grid p {
  color: #aaa69c;
}

.location-section {
  grid-template-columns: repeat(2, minmax(24rem, 1fr));
  gap: 90px;
  padding: 110px 0;
}

.location-section h2 {
  max-width: 650px;
  margin: 0;
  font-size: 57px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.location-section > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 19px;
}

.location-section a {
  margin: 4px 0;
  border-bottom: 1px solid var(--ink);
  overflow-wrap: anywhere;
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(18rem, 1fr));
  padding: 100px 0;
  border-left: 1px solid var(--ink);
}

.contact-grid > a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  min-height: 440px;
  padding: 35px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transition: background 180ms ease;
}

.contact-grid > a:hover {
  background: var(--yellow);
}

.contact-grid span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.contact-grid h2 {
  margin: 75px 0 20px;
  font-size: 39px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.contact-grid p {
  color: var(--muted);
}

.contact-grid b {
  margin-top: auto;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.contact-note {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 0 0 100px;
}

.contact-note p {
  padding: 25px;
  border: 1px solid var(--ink);
  background: var(--blue);
}

.legal-page {
  width: min(calc(100% - 48px), 860px);
  margin: 0 auto;
  padding: 110px 0 140px;
}

.legal-page h1 {
  margin: 0;
  font-size: 80px;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.legal-date {
  margin: 25px 0 70px;
  color: var(--muted);
}

.legal-page h2 {
  margin: 45px 0 10px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  font-size: 28px;
}

.legal-page p {
  color: #535149;
}

.legal-page a {
  border-bottom: 1px solid var(--ink);
  overflow-wrap: anywhere;
}

:where(
  .site-header,
  .hero,
  .section-heading,
  .comparison-grid,
  .flow-grid,
  .audience-section,
  .audience-list article,
  .control-section,
  .closing-cta,
  .site-footer,
  .footer-links,
  .platform-stack > article,
  .stack-copy ul,
  .mini-products,
  .developer-band,
  .pricing-grid,
  .pricing-note,
  .faq-section,
  .mission-grid,
  .principles-grid,
  .location-section,
  .contact-grid
) > * {
  min-width: 0;
}

.legal-page aside {
  margin-top: 55px;
  padding: 22px;
  border: 1px solid #9a6e00;
  background: #ffe7a1;
}

.error-page {
  display: grid;
  min-height: 100vh;
  padding: 30px;
  background:
    radial-gradient(circle at 80% 30%, var(--yellow), transparent 30%),
    var(--paper);
  place-items: center;
}

.error-page main {
  max-width: 800px;
}

.error-page .eyebrow {
  margin-top: 100px;
}

.error-page h1 {
  margin: 0;
  font-size: clamp(60px, 10vw, 120px);
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.error-page p:not(.eyebrow) {
  max-width: 550px;
  margin: 35px 0;
  font-size: 20px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr 1fr;
  }

  .desktop-nav,
  .login-link {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .hero-visual {
    min-height: 650px;
    margin-top: 30px;
  }

  .hero-visual img {
    width: min(100%, 690px);
  }

  .section-heading,
  .pricing-note {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .pricing-note p:last-child {
    grid-column: auto;
  }

  .audience-section,
  .control-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .audience-copy {
    position: static;
  }

  .flow-grid {
    grid-template-columns: 1fr 1fr;
  }

  .platform-stack > article {
    grid-template-columns: 40px 1fr;
  }

  .stack-demo {
    grid-column: 2;
    width: min(100%, 560px);
  }

  .closing-cta,
  .developer-band {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid > a {
    min-height: 340px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  .site-header,
  .hero,
  .problem-section,
  .audience-section,
  .control-section,
  .faq-section,
  .page-hero,
  .platform-stack,
  .pricing-grid,
  .pricing-note,
  .mission-grid,
  .location-section,
  .contact-grid,
  .contact-note,
  .legal-page {
    width: min(calc(100% - 32px), var(--max));
  }

  .site-header {
    min-height: 72px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .button {
    display: none;
  }

  .mobile-menu {
    inset: 71px 0 0;
  }

  .hero {
    width: 100%;
    min-height: auto;
    padding: 60px 16px 25px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(53px, 15vw, 76px);
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 450px;
    margin-top: 15px;
  }

  .hero-visual::before {
    inset: 5% 0;
  }

  .hero-visual img {
    right: -8%;
    width: 115%;
  }

  .float-order {
    top: 10%;
  }

  .float-delivery {
    right: 0;
    bottom: 4%;
  }

  .floating-card {
    padding: 10px;
  }

  .problem-section,
  .audience-section,
  .control-section,
  .faq-section {
    padding: 85px 0;
  }

  .section-heading {
    margin-bottom: 45px;
  }

  .section-heading h2,
  .audience-copy h2,
  .control-copy h2,
  .pricing-note h2 {
    font-size: 45px;
  }

  .comparison-grid,
  .pricing-grid,
  .mission-grid,
  .location-section {
    grid-template-columns: 1fr;
  }

  .comparison-grid article {
    min-height: 420px;
    padding: 30px;
  }

  .comparison-new h3 {
    font-size: 42px;
  }

  .flow-section,
  .principles-section {
    padding: 85px 16px;
  }

  .flow-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .flow-grid article {
    min-height: 300px;
  }

  .audience-section {
    gap: 50px;
  }

  .audience-list article {
    grid-template-columns: 34px 1fr 20px;
    min-height: 155px;
  }

  .audience-list h3 {
    font-size: 23px;
  }

  .control-section {
    gap: 50px;
  }

  .control-art {
    min-height: 400px;
  }

  .closing-cta {
    gap: 45px;
    padding: 80px 16px;
  }

  .closing-cta h2 {
    font-size: 50px;
  }

  .site-footer {
    gap: 60px;
    padding: 70px 16px 25px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .page-hero {
    padding: 80px 0;
  }

  .page-hero > p:last-child {
    margin-left: 0;
    font-size: 18px;
  }

  .platform-stack > article {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 70px 0;
  }

  .stack-copy h2 {
    font-size: 44px;
  }

  .stack-copy ul {
    grid-template-columns: 1fr;
  }

  .stack-demo {
    grid-column: auto;
    min-height: 340px;
  }

  .developer-band {
    padding: 80px 16px;
  }

  .developer-band h2 {
    font-size: 50px;
  }

  .developer-band > div:last-child {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-grid {
    gap: 16px;
    padding: 70px 0;
  }

  .price-card {
    min-height: 570px;
    padding: 28px;
  }

  .price-card h2 {
    font-size: 43px;
  }

  .faq-section {
    gap: 30px;
  }

  .mission-grid {
    gap: 15px;
    padding: 80px 0;
  }

  .mission-grid h2,
  .location-section h2 {
    font-size: 44px;
  }

  .contact-grid {
    border-left: 0;
    padding: 70px 0;
  }

  .contact-grid > a {
    padding: 28px;
    border-left: 1px solid var(--ink);
  }

  .legal-page {
    padding: 80px 0;
  }

  .legal-page h1 {
    font-size: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
