@font-face {
  font-family: Inter;
  src: url('/assets/fonts/InterVariable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f3f1e9;
  --ink: #20201e;
  --muted: #65645e;
  --accent: #c93620;
  --rule: #c8c5bd;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; }
button, input { font: inherit; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--accent); }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
::selection { background: var(--accent); color: var(--paper); }
img { max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; }
p { line-height: 1.6; }
[hidden] { display: none !important; }
.page-wrap { max-width: 1600px; padding: 0 64px; margin: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 14px 20px; background: var(--ink); color: var(--paper); z-index: 10; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.topbar { display: flex; gap: 34px; align-items: center; min-height: 109px; border-bottom: 1px solid var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 28px; font-weight: 750; letter-spacing: -1.5px; text-decoration: none; }
.brand-symbol, .brand-period { color: var(--accent); }
.brand-caption { padding-left: 26px; border-left: 1px solid var(--rule); font-size: 11px; line-height: 1.45; }
.main-nav { display: flex; gap: 28px; margin-left: auto; align-items: center; }
.main-nav a, .signin-link { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; text-decoration: none; font-size: 13px; font-weight: 500; }
.main-nav a[aria-current] { color: var(--accent); text-decoration: underline; }
.auth-cta { display: flex; gap: 25px; align-items: center; }
.primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 52px; padding: 0 21px; text-decoration: none; font-size: 13px; font-weight: 600; line-height: 1.4; transition: background .18s, color .18s; }
.primary-button { background: var(--accent); color: #fff; border: 1px solid var(--accent); }
.primary-button:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.secondary-button { border: 1px solid var(--ink); }
.secondary-button:hover { background: var(--ink); color: var(--paper); }
.primary-button > span, .secondary-button > span { font-size: 22px; font-weight: 400; }
.topbar .primary-button { min-height: 44px; padding: 0 15px; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 26px; min-height: 44px; font-size: 13px; font-weight: 500; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link > span { font-size: 20px; }
.edition-line, .hero-index, .figure-heading, .section-margin, .principle-top, .option-label, .eyebrow { font-family: var(--mono); font-size: 10px; font-weight: 400; line-height: 1.5; text-transform: uppercase; letter-spacing: 1px; }
.edition-line { display: flex; justify-content: space-between; gap: 20px; padding: 27px 0 0; }
.edition-line > span:first-child { display: inline-flex; gap: 9px; align-items: center; }
.status-dot { width: 7px; height: 7px; display: inline-block; flex-shrink: 0; border-radius: 50%; background: var(--accent); }
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; padding: 49px 0 54px; }
.hero h1 { font-size: clamp(76px, 8.4vw, 130px); line-height: .93; letter-spacing: -.078em; font-weight: 650; }
.hero h1 > span { color: var(--accent); white-space: nowrap; }
.hero-deck { max-width: 435px; margin-top: 32px; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 25px; }
.hero-figure { align-self: center; margin-top: 6px; min-width: 0; }
.figure-heading { display: flex; justify-content: space-between; padding: 0 0 17px; border-bottom: 1px solid var(--rule); font-size: 9px; }
.hero-figure img { display: block; width: 100%; }
.hero-figure figcaption { display: flex; gap: 12px; padding: 17px 0 0; border-top: 1px solid var(--rule); align-items: flex-start; font-size: 13px; line-height: 1.5; }
.hero-figure figcaption .status-dot { margin-top: 6px; }
.hero-figure figcaption strong { font-weight: 500; }
.figure-cross { margin-left: auto; font-size: 29px; line-height: 1; }
.hero-index { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--rule); padding: 13px 0; }
.hero-index a { display: flex; align-items: center; gap: 24px; text-decoration: none; min-height: 32px; }
.hero-index a span { font-size: 18px; }
.editorial-section { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 42px; border-top: 1px solid var(--ink); padding: 65px 0 85px; }
.workflow { margin-top: 40px; }
.section-margin { display: flex; flex-direction: column; gap: 12px; padding-top: 7px; }
.section-number { color: var(--accent); }
.section-heading { display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: end; margin-bottom: 48px; }
h2 { font-size: clamp(36px, 3.7vw, 54px); letter-spacing: -.055em; line-height: 1.06; }
.section-heading p { font-size: 14px; color: var(--muted); max-width: 340px; padding-bottom: 4px; }
.workflow-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 40px; }
.workflow-steps { list-style: none; margin: 0; padding: 0; }
.workflow-steps li { display: flex; gap: 20px; padding: 23px 0; border-top: 1px solid var(--rule); }
.workflow-steps li:first-child { padding-top: 0; border: 0; }
.workflow-steps li > span { padding-top: 3px; font-family: var(--mono); color: var(--accent); font-size: 11px; }
.workflow-steps h3 { font-size: 16px; font-weight: 550; margin-bottom: 9px; letter-spacing: -.4px; }
.workflow-steps p { font-size: 13px; color: var(--muted); }
kbd { display: inline-block; padding: 0 4px; border: 1px solid var(--rule); font-family: var(--mono); font-size: .9em; color: var(--ink); }
.command-panel { min-width: 0; background: var(--ink); color: var(--paper); position: relative; align-self: start; }
.command-header { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 20px; border-bottom: 1px solid #494941; font-family: var(--mono); font-size: 9px; }
.copy-button { padding: 0; min-height: 44px; background: none; border: 0; color: var(--paper); cursor: pointer; font-family: var(--mono); font-size: 10px; flex-shrink: 0; }
.copy-button:hover { color: #ff886d; }
.copy-button span { margin-left: 5px; }
.command-panel pre { padding: 25px 24px 28px; margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 13px; line-height: 1.9; }
code { font-family: var(--mono); }
.code-comment { color: #aaa99f; font-size: 11px; }
.command-footer { display: flex; align-items: center; gap: 9px; padding: 16px 20px; border-top: 1px solid #494941; font-family: var(--mono); font-size: 9px; }
.copy-status:empty { display: none; }
.copy-status { padding: 10px 20px; font-size: 12px; color: #e9c8ba; border-top: 1px solid #494941; }
.install-note { display: flex; flex-wrap: wrap; gap: 3px 7px; font-size: 11px; padding-top: 27px; color: var(--muted); }
.install-note a { color: var(--ink); }
.install-note > span { margin-left: auto; }
.principle { background: var(--accent); color: var(--paper); padding: 29px 40px 35px; margin-bottom: 85px; }
.principle-top { display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid #f3f1e954; padding-bottom: 21px; }
.principle h2 { padding: 56px 0; font-size: clamp(45px, 6vw, 86px); letter-spacing: -.065em; }
.principle h2 span { color: var(--ink); }
.principle-bottom { display: grid; grid-template-columns: 160px 1fr auto; align-items: end; gap: 34px; }
.oversized-asterisk { font-size: 100px; font-weight: 400; line-height: .8; }
.principle-bottom p { font-size: 14px; max-width: 475px; }
.principle a:hover { color: var(--paper); }
.capability-row { display: grid; grid-template-columns: 25px 1fr 1.25fr 34px; gap: 26px; border-top: 1px solid var(--rule); padding: 30px 0; }
.detail-number { font-family: var(--mono); color: var(--accent); font-size: 11px; padding-top: 6px; }
.capability-row h3 { font-size: 22px; letter-spacing: -.8px; line-height: 1.25; }
.capability-row p { font-size: 13px; color: var(--muted); }
.capability-row code { display: block; margin-top: 15px; font-size: 11px; line-height: 1.9; overflow-wrap: anywhere; }
.detail-symbol { text-align: right; font-size: 28px; line-height: 1; }
.capabilities { padding-bottom: 50px; }
.hosting-options { display: grid; grid-template-columns: 1fr 1fr; }
.hosting-options article { border-top: 1px solid var(--ink); padding: 22px 35px 0 0; }
.hosting-options article + article { padding-right: 0; padding-left: 35px; border-left: 1px solid var(--rule); }
.option-label { display: flex; justify-content: space-between; margin-bottom: 25px; color: var(--accent); }
.option-label > span:last-child { font-size: 27px; line-height: 1; }
.hosting-options h3 { font-size: 31px; letter-spacing: -1.3px; line-height: 1.15; }
.hosting-options p { font-size: 14px; color: var(--muted); margin: 20px 0 26px; max-width: 355px; min-height: 68px; }
.hosting-options .text-link { display: flex; width: fit-content; margin-top: 13px; }
.questions h2 { margin-bottom: 37px; }
.questions details { border-top: 1px solid var(--rule); }
.questions details:last-child { border-bottom: 1px solid var(--rule); }
.questions summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; padding: 23px 0; font-size: 16px; font-weight: 500; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary > span { font-size: 24px; font-weight: 400; color: var(--accent); transition: transform .2s; }
.questions details[open] summary > span { transform: rotate(45deg); }
.questions details p { padding: 0 50px 25px 0; max-width: 800px; font-size: 14px; color: var(--muted); }
.questions code { font-size: .9em; overflow-wrap: anywhere; }
.closing { border-top: 1px solid var(--ink); padding: 35px 0 75px; }
.closing > div { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; padding-top: 30px; }
.closing h2 { font-size: clamp(55px, 7vw, 100px); letter-spacing: -.07em; line-height: .98; }
.closing h2 span { color: var(--accent); }
.closing .primary-button { margin-bottom: 8px; min-width: 245px; }
.site-footer { border-top: 1px solid var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 25px; align-items: center; padding: 40px 0; }
.footer-brand { font-size: 39px; letter-spacing: -2px; font-weight: 700; text-decoration: none; }
.footer-brand span { color: var(--accent); }
.footer-top p { font-size: 12px; line-height: 1.5; }
.back-top { display: flex; gap: 25px; align-items: center; font-family: var(--mono); font-size: 10px; text-decoration: none; min-height: 44px; }
.back-top span { font-size: 20px; }
.footer-bottom { border-top: 1px solid var(--rule); padding: 15px 0 23px; display: flex; gap: 20px; align-items: center; justify-content: space-between; font-size: 10px; color: var(--muted); }
.footer-bottom nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.footer-bottom a:hover, .footer-bottom a[aria-current] { color: var(--accent); text-decoration: underline; }
@media (min-width: 1500px) { .hero-grid { padding-top: 65px; padding-bottom: 65px; } }
@media (max-width: 1200px) {
  .page-wrap { padding: 0 40px; }
  .topbar { gap: 26px; }
  .brand-caption { display: none; }
  .main-nav { gap: 22px; }
  .hero-grid { gap: 28px; }
  .editorial-section { grid-template-columns: 140px minmax(0, 1fr); gap: 28px; }
  .workflow-grid { gap: 25px; }
  .command-header { flex-wrap: wrap; }
  .principle-bottom { grid-template-columns: 100px 1fr auto; gap: 26px; }
}
@media (max-width: 900px) {
  .page-wrap { padding: 0 30px; }
  .topbar { gap: 22px; min-height: 95px; }
  .brand { font-size: 25px; }
  .main-nav { gap: 17px; }
  .main-nav a, .signin-link { font-size: 11px; }
  .auth-cta { gap: 15px; }
  .topbar .primary-button { gap: 16px; padding: 0 12px; font-size: 11px; }
  .hero-grid { grid-template-columns: 1.2fr 1fr; }
  .hero h1 { font-size: 8.3vw; }
  .hero-deck { font-size: 14px; }
  .hero-actions { gap: 15px; flex-wrap: wrap; }
  .hero-actions .primary-button { gap: 20px; }
  .hero-index { font-size: 8px; }
  .editorial-section { grid-template-columns: 1fr; gap: 30px; padding: 40px 0 60px; }
  .section-margin { flex-direction: row; gap: 15px; }
  .section-heading { margin-bottom: 35px; }
  .principle { margin-bottom: 55px; padding: 25px 28px 30px; }
  .principle-bottom { grid-template-columns: 70px 1fr; }
  .principle-bottom .text-link { grid-column: 2; }
  .oversized-asterisk { font-size: 75px; align-self: start; }
  .principle h2 { padding: 40px 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (max-width: 650px) {
  .page-wrap { padding: 0 22px; }
  .topbar { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; padding: 18px 0 7px; min-height: 0; }
  .brand { font-size: 25px; }
  .brand-symbol { width: 24px; height: 28px; }
  .auth-cta { grid-column: 2; grid-row: 1; gap: 12px; }
  .signin-link { font-size: 10px; }
  .topbar .primary-button { gap: 14px; min-height: 44px; }
  .main-nav { grid-column: 1 / -1; margin: 0; justify-content: space-between; gap: 15px; }
  .main-nav a { font-size: 11px; min-height: 44px; }
  .edition-line { padding-top: 21px; font-size: 8px; }
  .edition-line > span:last-child { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; padding: 31px 0 28px; }
  .hero h1 { font-size: clamp(58px, 13.5vw, 86px); letter-spacing: -.075em; }
  .hero-deck { margin-top: 27px; font-size: 15px; max-width: 380px; }
  .hero-actions { gap: 18px; margin-top: 24px; }
  .hero-actions .primary-button { padding: 0 15px; gap: 15px; font-size: 12px; }
  .hero-actions .text-link { gap: 11px; font-size: 11px; }
  .hero-figure { margin-top: 0; }
  .hero-figure img { max-height: 370px; object-fit: contain; }
  .hero-index { flex-wrap: wrap; gap: 7px; padding: 13px 0; font-size: 8px; }
  .hero-index > span:nth-child(2) { display: none; }
  .hero-index a { gap: 12px; }
  .workflow { margin-top: 25px; }
  .editorial-section { padding: 30px 0 48px; gap: 25px; }
  .section-heading { grid-template-columns: 1fr; gap: 21px; margin-bottom: 30px; }
  h2 { font-size: 37px; }
  .section-heading p { max-width: 400px; font-size: 14px; }
  .workflow-grid { grid-template-columns: 1fr; gap: 12px; }
  .workflow-steps li { padding: 21px 0; }
  .workflow-steps p { font-size: 14px; }
  .command-header { padding: 8px 16px; font-size: 8px; }
  .command-panel pre { padding: 24px 17px; font-size: 13px; }
  .code-comment { font-size: 10px; }
  .command-footer { padding: 15px 17px; font-size: 8px; }
  .install-note { line-height: 1.8; }
  .install-note > span { margin-left: 0; width: 100%; }
  .principle { padding: 23px 22px 27px; margin: 0 -22px 43px; }
  .principle-top { font-size: 8px; gap: 10px; }
  .principle h2 { font-size: clamp(32px, 8.7vw, 55px); padding: 34px 0; }
  .principle-bottom { grid-template-columns: 42px 1fr; gap: 20px; }
  .oversized-asterisk { font-size: 48px; }
  .principle-bottom p { font-size: 13px; }
  .principle-bottom .text-link { margin-top: -6px; }
  .capability-row { grid-template-columns: 20px 1fr 25px; gap: 15px; padding: 23px 0; }
  .capability-row h3 { font-size: 22px; }
  .capability-row > div { grid-column: 2; }
  .detail-symbol { grid-column: 3; grid-row: 1; font-size: 23px; }
  .capability-row p { font-size: 14px; }
  .capability-row code { font-size: 10px; }
  .capability-row .text-link { font-size: 12px; gap: 12px; }
  .hosting-options { grid-template-columns: 1fr; gap: 30px; }
  .hosting-options article, .hosting-options article + article { padding: 20px 0 0; border-left: 0; }
  .hosting-options p { min-height: 0; }
  .hosting-options h3 { font-size: 30px; }
  .questions h2 { font-size: 35px; margin-bottom: 25px; }
  .questions summary { font-size: 14px; padding: 20px 0; gap: 18px; }
  .questions details p { padding-right: 10px; font-size: 13px; }
  .closing { padding: 25px 0 45px; }
  .closing > div { flex-direction: column; align-items: flex-start; gap: 28px; padding-top: 25px; }
  .closing h2 { font-size: 58px; }
  .closing .primary-button { min-width: 220px; }
  .footer-top { grid-template-columns: 1fr auto; padding: 30px 0 22px; gap: 20px 10px; }
  .footer-brand { font-size: 32px; }
  .footer-top p { grid-row: 2; font-size: 11px; }
  .back-top { grid-column: 2; grid-row: 2; gap: 14px; font-size: 9px; }
  .footer-bottom { font-size: 9px; }
  .footer-bottom nav { gap: 0 20px; }
}
@media (max-width: 360px) {
  .page-wrap { padding: 0 17px; }
  .brand { font-size: 22px; gap: 8px; }
  .auth-cta { gap: 8px; }
  .topbar .primary-button { gap: 9px; padding: 0 9px; font-size: 10px; }
  .signin-link { font-size: 9px; }
  .hero h1 { font-size: 57px; }
  .hero-actions { gap: 12px; }
  .hero-actions .primary-button { font-size: 11px; gap: 10px; padding: 0 12px; }
  .hero-actions .text-link { font-size: 10px; gap: 7px; }
  .principle { margin-left: -17px; margin-right: -17px; padding-left: 17px; padding-right: 17px; }
  .command-header { font-size: 8px; gap: 3px; }
  .copy-button { font-size: 9px; }
  .closing h2 { font-size: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
