@import url('/assets/fonts/fonts.css');

:root {
  --paper: #f7f6ef;
  --ink: #2b302a;
  --muted: #5d6457;
  --moss: #57664a;
  --line: #d7d8cc;
  --stone: #ecece3;
  --serif: 'Instrument Serif', Georgia, serif;
  --mono: 'IBM Plex Mono', monospace;
  color: var(--ink);
  background: var(--paper);
  font-family: 'DM Sans', Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-underline-offset: 5px; }
a, button { transition: color 160ms, background-color 160ms, border-color 160ms; }
a:hover { color: var(--moss); }
a:focus-visible, button:focus-visible { outline: 2px solid #6d7e51; outline-offset: 6px; }
::selection { background: #d2dac4; color: #283123; }
img { display: block; max-width: 100%; height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
p { line-height: 1.65; }
h1, h2, .closing-title { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h2 { font-size: clamp(43px, 4.4vw, 66px); line-height: 1.08; }
h3 { font-weight: 500; }
em { font-weight: 400; color: var(--moss); }
code, kbd { font-family: var(--mono); }
code { font-size: .88em; }
[hidden] { display: none !important; }
.wrap, .topbar, .site-footer { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.eyebrow { font-family: var(--mono); font-size: 10px; line-height: 1.7; letter-spacing: .105em; text-transform: uppercase; color: var(--muted); }
.section-no { margin-right: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; top: 12px; left: 24px; z-index: 100; padding: 14px 20px; background: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 100px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.brand span { font-size: 23px; font-weight: 500; letter-spacing: -.055em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; text-decoration: none; font-size: 12px; }
.main-nav > a[aria-current='page'] { text-decoration: underline; text-decoration-thickness: 1px; }
.external { font-size: 11px; color: var(--muted); }
.signin-link { margin-left: 25px; }
.primary-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 51px; padding: 0 22px; background: var(--moss); color: var(--paper); text-decoration: none; font-size: 13px; font-weight: 500; border: 1px solid var(--moss); }
.primary-button:hover { background: #3c4b32; color: #fff; border-color: #3c4b32; }
.primary-button > span { font-size: 20px; font-weight: 400; }
.main-nav > .nav-cta { padding-inline: 17px; gap: 25px; }
.secondary-button, .text-link { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; text-decoration: none; font-size: 13px; border-bottom: 1px solid currentColor; }
.text-link:hover, .secondary-button:hover { border-color: transparent; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1.04fr; column-gap: 10px; padding-top: 74px; padding-bottom: 62px; }
.hero-copy { padding-top: 3px; }
.hero h1 { margin-top: 28px; font-size: clamp(76px, 7.35vw, 108px); line-height: .98; }
.hero-description { max-width: 360px; margin-top: 28px; color: var(--muted); font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 29px; }
.hero-note { margin-top: 20px; font-size: 10px; color: var(--muted); }
.hero-drawing { align-self: start; margin-top: 30px; }
.drawing-top { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; color: #656c5d; padding: 0 7px 17px; border-bottom: 1px solid var(--line); }
.hero-drawing > img { width: 100%; margin-top: 13px; }
.hero-drawing figcaption { display: flex; align-items: center; gap: 9px; font-size: 11px; color: var(--muted); padding: 10px 7px; }
.status-dot { width: 5px; height: 5px; background: #6a7d55; border-radius: 50%; }
.drawing-cross { margin-left: auto; font-size: 22px; font-weight: 400; }
.foundation { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 27px 32px; border-top: 1px solid var(--line); }
.foundation > p { font-size: 13px; line-height: 1.6; }
.foundation > p span { color: var(--muted); }
.foundation > div { margin-left: 15%; flex: 1; }
.foundation > div p { margin-top: 7px; font-size: 12px; }
.foundation > div p span { display: inline-block; margin-inline: 18px; color: #a4a99b; }
.foundation > a { display: grid; place-items: center; width: 44px; height: 44px; font-size: 24px; text-decoration: none; }
.workflow { margin-top: 40px; padding-block: 94px 100px; background: #2e352d; color: #f1f1e6; }
.workflow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.workflow .eyebrow { color: #c4caba; }
.workflow-intro h2 { margin-top: 33px; font-size: clamp(44px, 4.3vw, 64px); }
.workflow-intro em { color: #bac7a6; }
.workflow-intro > p:not(.eyebrow) { margin-top: 28px; max-width: 340px; font-size: 14px; color: #c3c8bb; }
.workflow-intro > .text-link { margin-top: 23px; }
.workflow a:hover { color: #cedcba; }
.plan-drawing { width: 230px; margin-top: 56px; color: #96a08c; }
.plan-drawing svg { width: 100%; }
.plan-drawing span { font-family: var(--mono); font-size: 8px; letter-spacing: .12em; display: block; margin-top: 15px; }
.guide-heading { display: flex; gap: 15px; justify-content: space-between; padding-bottom: 21px; border-bottom: 1px solid #636b5b; }
.guide-heading > span:last-child { text-transform: none; letter-spacing: 0; }
.command-steps { padding: 0; margin: 0; list-style: none; }
.command-steps li { display: grid; grid-template-columns: 26px 1fr; gap: 17px; padding: 25px 0; border-bottom: 1px solid #535d4e; }
.step-number { color: #b6c4a0; font-family: var(--mono); font-size: 10px; padding-top: 4px; }
.command-steps h3 { font-size: 14px; margin-bottom: 12px; }
.command-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.command-line > code { font-size: 17px; color: #e4ecd9; }
.copy-button { flex-shrink: 0; border: 1px solid #6d7864; min-width: 53px; min-height: 36px; background: transparent; color: #d9e1cf; font-family: var(--mono); font-size: 10px; }
.copy-button:hover { background: #46513d; border-color: #c2ceac; }
.command-steps p { margin-top: 10px; font-size: 12px; color: #c3c8bb; }
.command-steps p code { color: #e0e7d4; white-space: nowrap; }
.detach-note { margin-top: 19px; padding: 12px 15px; background: #3c4537; font-size: 12px; line-height: 2; color: #ecf0e2; }
kbd { display: inline-block; padding: 0 5px; border: 1px solid #7d886f; border-radius: 2px; font-size: 11px; line-height: 1.65; }
.detach-note > span { color: #bcc6af; font-size: 11px; }
.workspace { padding-block: 110px 105px; }
.section-heading h2 { margin: 29px 0 0 25%; }
.workspace-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 65px; margin-top: 65px; align-items: center; }
.structure-drawing { align-self: center; }
.structure-drawing img { width: 100%; }
.structure-drawing figcaption { text-align: center; letter-spacing: .055em; font-size: 9px; margin-top: 5px; }
.workspace-details article { display: grid; grid-template-columns: 25px 1fr; gap: 18px; border-top: 1px solid var(--line); padding: 25px 0; }
.workspace-details article:last-child { border-bottom: 1px solid var(--line); }
.detail-index { font-family: var(--mono); color: var(--moss); font-size: 11px; padding-top: 4px; }
.workspace-details h3 { font-size: 17px; }
.workspace-details p { font-size: 13px; color: var(--muted); margin-top: 10px; }
.workspace-details p code { color: #414c39; }
.sync-commands { display: grid; gap: 9px; margin-top: 17px; }
.sync-commands > span { display: flex; gap: 15px; align-items: center; color: var(--moss); font-size: 13px; }
.workspace-details .detail-note { font-size: 10px; line-height: 1.6; }
.hosting { background: var(--stone); padding-block: 85px 90px; }
.hosting-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 20px; align-items: start; }
.hosting-heading .eyebrow { padding-top: 10px; }
.hosting-options { display: grid; grid-template-columns: 1fr 1fr; margin: 55px 0 0 25%; }
.hosting-options article { padding: 0 38px 4px 0; border-top: 1px solid #bec3b1; }
.hosting-options article + article { border-left: 1px solid #bec3b1; padding-left: 38px; padding-right: 0; }
.hosting-label { display: flex; justify-content: space-between; align-items: center; padding-block: 20px 30px; color: var(--moss); }
.hosting-label > span:last-child { font-size: 23px; }
.hosting-options h3 { font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -.025em; }
.hosting-options p { margin-top: 16px; color: var(--muted); font-size: 13px; }
.hosting-options .primary-button { display: flex; width: fit-content; margin-top: 25px; }
.hosting-options .text-link { margin-top: 18px; }
.hosting-options .hosting-note { margin-top: 26px; font-size: 10px; }
.closing { position: relative; padding-block: 96px 100px; }
.closing-title { margin-top: 24px; font-size: clamp(55px, 6.5vw, 96px); line-height: 1.02; }
.round-link { position: absolute; right: 12%; top: 43%; width: 100px; height: 100px; border: 1px solid #a5af98; border-radius: 50%; display: grid; place-items: center; text-decoration: none; color: var(--moss); font-size: 39px; }
.round-link:hover { background: var(--moss); color: var(--paper); }
.site-footer { border-top: 1px solid var(--line); padding-top: 42px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 48px; }
.footer-identity > p { color: var(--muted); font-family: var(--serif); font-size: 22px; margin-top: 20px; }
.footer-top nav { display: flex; gap: 72px; }
.footer-top nav > div { display: flex; flex-direction: column; }
.footer-top nav .eyebrow { margin-bottom: 12px; }
.footer-top nav a { display: flex; align-items: center; width: fit-content; min-height: 36px; font-size: 12px; text-decoration: none; }
.footer-top nav a:hover, .footer-top nav a[aria-current='page'] { text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding-block: 17px 20px; font-size: 10px; color: var(--muted); }
.footer-bottom a { display: flex; align-items: center; min-height: 36px; text-decoration: none; }
@media (min-width: 1500px) { .hero { padding-block: 94px 76px; } }
@media (max-width: 1100px) {
  .wrap, .topbar, .site-footer { width: calc(100% - 72px); }
  .main-nav { gap: 22px; }
  .main-nav .source-link { display: none; }
  .signin-link { margin-left: 12px; }
  .hero h1 { font-size: 86px; }
  .hero-description { max-width: 330px; font-size: 14px; }
  .hero-actions { gap: 16px; }
  .hero-actions .primary-button { gap: 16px; padding-inline: 16px; font-size: 12px; }
  .hero-actions .text-link { font-size: 12px; gap: 12px; }
  .hero-drawing { align-self: center; }
  .foundation > div { margin-left: 5%; }
  .foundation > div p span { margin-inline: 10px; }
  .workflow-grid, .workspace-grid { gap: 45px; }
  .command-line > code { font-size: 15px; }
  .hosting-options { margin-left: 16%; }
  .footer-top nav { gap: 40px; }
}
@media (max-width: 760px) {
  .wrap, .topbar, .site-footer { width: calc(100% - 40px); }
  .topbar { min-height: 79px; flex-wrap: wrap; gap: 0; padding-block: 18px; }
  .brand span { font-size: 22px; }
  .brand img { width: 26px; }
  .js .menu-toggle { display: inline-flex; align-items: center; justify-content: space-between; min-height: 44px; min-width: 72px; border: 0; background: transparent; color: var(--ink); padding: 0; font-size: 12px; }
  .menu-toggle span { font-size: 22px; color: var(--moss); }
  .menu-toggle[aria-expanded='true'] span { transform: rotate(45deg); }
  .main-nav { flex-basis: 100%; display: grid; gap: 6px; grid-template-columns: 1fr 1fr; padding-top: 20px; }
  .js .main-nav { display: none; }
  .js .main-nav.is-open { display: grid; }
  .main-nav .source-link { display: flex; }
  .main-nav a { min-height: 44px; }
  .signin-link { margin: 0; }
  .main-nav .nav-cta { margin-top: 5px; }
  .hero { grid-template-columns: 1fr; padding-top: 46px; padding-bottom: 28px; }
  .hero h1 { font-size: clamp(73px, 14.5vw, 95px); margin-top: 25px; }
  .hero-description { max-width: 390px; font-size: 14px; margin-top: 25px; }
  .hero-actions { gap: 20px; margin-top: 25px; }
  .hero-actions .primary-button { font-size: 12px; gap: 21px; }
  .hero-note { margin-top: 15px; font-size: 10px; }
  .hero-drawing { margin-top: 43px; max-width: 520px; width: 100%; justify-self: center; }
  .hero-drawing > img { margin-top: 4px; }
  .drawing-top { padding-bottom: 14px; font-size: 8px; }
  .hero-drawing figcaption { font-size: 10px; }
  .foundation { gap: 20px; padding-block: 22px; flex-wrap: wrap; }
  .foundation > p { font-size: 12px; }
  .foundation > div { margin-left: 0; flex: 1; min-width: 190px; }
  .foundation > div p { font-size: 11px; }
  .foundation > div p span { margin-inline: 5px; }
  .foundation > a { display: none; }
  .workflow { margin-top: 25px; padding-block: 58px 60px; }
  .workflow-grid { grid-template-columns: 1fr; gap: 42px; }
  .workflow-intro h2 { font-size: 48px; margin-top: 25px; }
  .workflow-intro > p:not(.eyebrow) { margin-top: 22px; max-width: 420px; }
  .workflow-intro .text-link { margin-top: 18px; }
  .plan-drawing { display: none; }
  .guide-heading { padding-bottom: 16px; }
  .guide-heading .eyebrow { font-size: 9px; letter-spacing: .03em; }
  .command-steps li { gap: 10px; grid-template-columns: 21px 1fr; padding-block: 23px; }
  .command-line > code { font-size: 15px; }
  .copy-button { min-height: 44px; min-width: 48px; }
  .command-steps p { margin-top: 7px; }
  .workspace { padding-block: 60px; }
  .section-heading h2 { margin: 25px 0 0; font-size: 46px; }
  .workspace-grid { grid-template-columns: 1fr; gap: 35px; margin-top: 25px; }
  .structure-drawing { max-width: 300px; margin: 0 auto; }
  .structure-drawing figcaption { font-size: 8px; }
  .workspace-details h3 { font-size: 16px; }
  .workspace-details article { gap: 10px; grid-template-columns: 22px 1fr; padding-block: 23px; }
  .workspace-details p { font-size: 13px; }
  .hosting { padding-block: 55px; }
  .hosting-heading { grid-template-columns: 1fr; gap: 25px; }
  .hosting-heading h2 { font-size: 45px; }
  .hosting-heading .eyebrow { padding: 0; }
  .hosting-options { grid-template-columns: 1fr; margin: 32px 0 0; gap: 35px; }
  .hosting-options article, .hosting-options article + article { padding: 0; border-left: 0; }
  .hosting-options p { max-width: 420px; }
  .hosting-label { padding-bottom: 20px; }
  .hosting-options h3 { font-size: 34px; }
  .closing { padding-block: 60px 70px; }
  .closing-title { font-size: 58px; }
  .round-link { position: static; margin-top: 26px; width: 65px; height: 65px; font-size: 30px; }
  .site-footer { padding-top: 32px; }
  .footer-top { flex-direction: column; gap: 35px; padding-bottom: 28px; }
  .footer-top nav { justify-content: space-between; gap: 16px; }
  .footer-top nav a { font-size: 11px; min-height: 44px; }
  .footer-identity > p { margin-top: 15px; font-size: 21px; }
  .footer-top nav .eyebrow { font-size: 9px; margin-bottom: 7px; }
  .footer-bottom { flex-wrap: wrap; gap: 0 20px; font-size: 9px; }
  .footer-bottom > span:nth-child(2) { display: none; }
}
@media (max-width: 360px) {
  .hero-actions { gap: 8px; }
  .hero-actions .text-link { margin-top: 3px; }
  .hero h1 { font-size: 62px; }
  .hero-description { font-size: 13px; }
  .eyebrow { font-size: 9px; }
  .section-no { margin-right: 10px; }
  .workflow-intro h2, .section-heading h2 { font-size: 40px; }
  .hosting-heading h2 { font-size: 39px; }
  .command-line > code { font-size: 13px; }
  .detach-note { padding: 10px; font-size: 11px; }
  .detach-note > span { font-size: 10px; }
  .closing-title { font-size: 51px; }
  .footer-top nav { gap: 10px; }
  .footer-top nav a { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
