:root {
  --paper: #f5f1e8;
  --paper-2: #ece7dc;
  --ink: #171817;
  --muted: #65665f;
  --line: rgba(23,24,23,.16);
  --amber: #f5a93b;
  --amber-dark: #b96b12;
  --teal: #168ba5;
  --teal-dark: #0d6072;
  --night: #151817;
  --screen: #242625;
  --radius: 22px;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 14px clamp(22px, 5vw, 80px); border-bottom: 1px solid var(--line); background: rgba(245,241,232,.88); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.025em; }
.brand img { border-radius: 9px; }
nav { display: flex; gap: clamp(18px, 3vw, 38px); color: var(--muted); font-size: .86rem; font-weight: 750; }
nav a:hover, footer a:hover { color: var(--teal-dark); }
.eyebrow { margin: 0 0 18px; color: var(--teal-dark); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 900; letter-spacing: -.065em; line-height: .88; text-transform: uppercase; }
h1 { margin-bottom: 30px; font-size: clamp(4.3rem, 8.5vw, 9rem); }
h1 em, h2 em { color: var(--teal); font-style: normal; }
h2 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6.5rem); }
h3 { letter-spacing: -.025em; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); gap: clamp(50px, 7vw, 110px); min-height: 860px; align-items: center; overflow: hidden; padding: 110px clamp(22px, 5vw, 80px); border-bottom: 1px solid var(--line); }
.grid-field { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 65%); opacity: .3; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.lede { max-width: 690px; margin-bottom: 18px; font-size: clamp(1.25rem,2vw,1.8rem); font-weight: 750; letter-spacing: -.025em; line-height: 1.25; }
.summary { max-width: 650px; color: var(--muted); }
.hero-actions, .download-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button { display: inline-flex; min-width: 190px; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.42); font-size: .88rem; font-weight: 850; transition: transform .18s, background .18s; }
.button span { color: var(--muted); font-size: .74rem; font-weight: 650; }
.button.primary { border-color: var(--ink); background: var(--ink); color: white; }
.button.primary span { color: #aeb3ae; }
.button:hover { transform: translateY(-2px); background: white; }
.button.primary:hover { background: var(--teal-dark); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.proof-line { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; font-weight: 750; }
.proof-line span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 2px; background: var(--amber); }
.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(100%, 760px); padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: var(--night); box-shadow: 0 45px 90px rgba(23,24,23,.25); transform: rotate(1.4deg); }
.hero-visual img { display: block; width: 100%; max-height: 680px; object-fit: cover; object-position: top; border-radius: 16px; }
.sheet-label { display: flex; align-items: center; gap: 8px; padding: 0 4px 12px; color: #d6d8d4; font-size: .75rem; font-weight: 750; }
.sheet-label span { width: 8px; height: 8px; border-radius: 2px; background: var(--teal); }
.column-beam { position: absolute; top: 52px; bottom: 18px; left: 35%; width: 17%; border: 1px solid rgba(36,187,214,.28); background: rgba(22,139,165,.09); pointer-events: none; }
.problem-band { padding: clamp(90px,11vw,170px) clamp(22px,8vw,140px); background: var(--amber); }
.problem-band .eyebrow { color: #70420b; }
.problem-band h2 { max-width: 1350px; margin: 0; font-size: clamp(3rem,6.2vw,7rem); }
.problem-band h2 em { color: var(--paper); }
.workflow-section { padding: 0 clamp(22px,5vw,80px); }
.workflow { display: grid; grid-template-columns: minmax(330px,.72fr) minmax(480px,1.28fr); gap: clamp(48px,8vw,130px); align-items: center; min-height: 760px; padding: 105px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 78px; }
.workflow.reverse .workflow-copy { order: 2; }
.workflow-copy { position: relative; padding-left: 70px; }
.workflow-copy .step { position: absolute; left: 0; top: -4px; color: var(--amber-dark); font-family: var(--display); font-size: 2rem; font-weight: 900; }
.workflow-copy h3 { margin-bottom: 22px; font-family: var(--display); font-size: clamp(2.8rem,5vw,5.6rem); font-weight: 900; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.workflow-copy > p:not(.eyebrow), .workflow-copy li { color: var(--muted); }
.workflow-copy ul { padding-left: 19px; }
.workflow-copy li { margin-bottom: 8px; }
.screen-card { margin: 0; padding: 14px; border-radius: 24px; background: #202322; box-shadow: 0 30px 75px rgba(23,24,23,.18); }
.screen-card img { display: block; width: 100%; max-height: 660px; object-fit: contain; border-radius: 14px; }
.formats-section, .local-section, .releases-section { padding: clamp(90px,10vw,150px) clamp(22px,5vw,80px); }
.formats-section { background: var(--night); color: #f4f0e8; }
.section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.55fr); gap: 30px 90px; align-items: end; margin-bottom: 60px; }
.section-heading .eyebrow, .section-heading h2 { grid-column: 1; }
.section-heading h2 { margin: 0; }
.section-heading > p:last-child { grid-column: 2; grid-row: 1 / 3; align-self: end; color: var(--muted); }
.formats-section .section-heading > p:last-child { color: #aeb3ae; }
.format-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.format-card { min-height: 210px; padding: 24px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.format-card:nth-child(2), .format-card:nth-child(6) { background: var(--teal-dark); }
.format-card h3 { font-size: 1.35rem; }
.format-card p { color: #aeb3ae; font-size: .9rem; }
.format-card:nth-child(2) p, .format-card:nth-child(6) p { color: #dbe9e9; }
.local-section { background: var(--paper-2); }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.principle-grid article { padding: 30px; border-top: 4px solid var(--teal); background: rgba(255,255,255,.55); }
.principle-grid span { color: var(--amber-dark); font-family: var(--display); font-size: 1.8rem; font-weight: 900; }
.principle-grid p { color: var(--muted); }
.download-section { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; padding: clamp(90px,10vw,150px) clamp(22px,8vw,140px); background: var(--amber); }
.download-copy { max-width: 900px; }
.download-copy .eyebrow { color: #70420b; }
.download-copy h2 { max-width: 850px; }
.download-section > img { border-radius: 56px; box-shadow: 0 35px 70px rgba(112,66,11,.25); transform: rotate(4deg); }
.download-section .button { background: rgba(255,255,255,.5); }
.download-section .button.primary { background: var(--ink); }
.contact-links { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 28px; }
.community-link { display: inline-block; font-weight: 850; border-bottom: 1px solid currentColor; }
.releases-section { background: var(--paper); }
.release-list { border-top: 1px solid var(--line); }
.release-head, .release-row { display: grid; grid-template-columns: 120px 150px minmax(260px,1fr) minmax(260px,1fr); gap: 24px; padding: 17px 12px; border-bottom: 1px solid var(--line); }
.release-head { color: var(--muted); font-size: .67rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.release-row { align-items: start; }
.release-version { color: var(--teal-dark); font-size: 1.15rem; font-weight: 900; }
.release-version:hover { text-decoration: underline; }
.release-row time { white-space: nowrap; color: var(--muted); font-variant-numeric: tabular-nums; }
.release-row p { margin: 0; color: var(--muted); }
.release-highlights { font-size: .9rem; }
footer { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 25px; align-items: center; padding: 28px clamp(22px,5vw,80px); border-top: 1px solid rgba(255,255,255,.15); background: var(--night); color: #929891; font-size: .8rem; }
footer > .brand { justify-self: start; color: #f4f0e8; }
footer > span { text-align: center; }
footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; justify-self: end; gap: 8px 20px; }
@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { justify-self: center; width: min(88%,760px); }
  .workflow, .workflow.reverse { grid-template-columns: 1fr; min-height: auto; }
  .workflow.reverse .workflow-copy { order: initial; }
  .format-grid { grid-template-columns: repeat(2,1fr); }
  .download-section { grid-template-columns: 1fr; }
  .download-section > img { width: 180px; grid-row: 1; }
}
@media (max-width: 720px) {
  .site-header { position: absolute; padding: 14px 18px; }
  nav { gap: 14px; font-size: .73rem; }
  nav a:nth-child(2), nav a:nth-child(3) { display: none; }
  .hero { min-height: auto; padding: 120px 20px 80px; }
  h1 { font-size: clamp(4rem,19vw,6.5rem); }
  .hero-visual { width: 100%; transform: none; }
  .problem-band, .formats-section, .local-section, .releases-section, .download-section { padding-left: 20px; padding-right: 20px; }
  .workflow { padding: 80px 0; }
  .workflow-copy { padding-left: 0; }
  .workflow-copy .step { position: static; display: block; margin-bottom: 10px; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .section-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .format-grid, .principle-grid { grid-template-columns: 1fr; }
  .release-head { display: none; }
  .release-row { grid-template-columns: 90px 1fr; }
  .release-row p { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > .brand, footer > div { justify-self: center; }
  footer > div { flex-wrap: wrap; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
