@import url('/demo.css');
@font-face {
  font-family: Archivo;
  src: url('/assets/archivo.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --font: Archivo, Helvetica, sans-serif;
  --paper: #f6f5f1;
  --ink: #20201e;
  --muted: #62615c;
  --line: #cecdc6;
  --surface: #e9e8e2;
  --white: #fff;
  --gutter: 48px;
  --gap: 24px;
  --content: 1600px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 40px;
  --space-5: 64px;
  --space-6: 96px;
  --space-7: 144px;
  --display: clamp(54px, 6.2vw, 96px);
  --heading: clamp(36px, 4.2vw, 64px);
  --lead: clamp(22px, 2.2vw, 32px);
  --body: 18px;
  --small: 14px;
  --radius: 0;
  --motion: 220ms;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 var(--body)/1.5 var(--font); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; color: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { border-radius: var(--radius); }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
::selection { background: var(--ink); color: var(--paper); }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-weight: 400; }
h2 { font-size: var(--heading); line-height: 1.08; letter-spacing: -.04em; margin-bottom: var(--space-4); }
h3 { letter-spacing: -.025em; }
.wrap, .site-header, .hero, .capabilities, .editorial-statement, .product-intro { width: calc(100% - var(--gutter) * 2); max-width: var(--content); margin-inline: auto; }
.site-header { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: baseline; padding-block: 32px; font-size: 16px; }
.wordmark { font-size: 19px; letter-spacing: -.035em; font-weight: 500; }
.site-header nav { display: flex; gap: 32px; }
.site-header a { padding-block: 4px; }
.hero { padding-top: 64px; }
.hero h1 { max-width: 1100px; font-size: var(--display); font-weight: 400; line-height: 1.025; letter-spacing: -.055em; margin: 0; text-wrap: pretty; }
.hero-support { font-size: 20px; line-height: 1.5; max-width: 600px; margin: 28px 0 0; }
.text-link { display: inline-block; font-size: 16px; text-decoration: underline; text-underline-offset: 5px; }
.text-link:hover { opacity: .65; }
.section-space { padding-block: var(--space-6); }
.section-number { display: block; font-size: 16px; margin-bottom: 32px; }
.capabilities { display: grid; grid-template-columns: 5fr 7fr; gap: var(--gap); padding-block: 96px 144px; }
.capabilities-intro h2 { max-width: 350px; font-size: 42px; }
.capability { display: block; margin-bottom: 48px; }
.capability:last-child { margin-bottom: 0; }
.capability h3 { font-size: clamp(26px, 2.8vw, 42px); line-height: 1.15; margin: 0 0 14px; }
.capability p { color: var(--muted); font-size: 18px; margin: 0; max-width: 510px; }
.capability:hover { text-decoration: none; }
.capability:hover h3 { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.editorial-statement { padding-block: 0 144px; }
.editorial-statement > p { font-size: clamp(36px, 4.6vw, 70px); letter-spacing: -.04em; line-height: 1.12; max-width: 1220px; margin-bottom: 40px; }
.product-band { padding-block: 96px; background: var(--surface); }
.product-intro { display: grid; grid-template-columns: 7fr 5fr; align-items: end; gap: var(--gap); margin-bottom: 64px; }
.product-intro h2 { max-width: 650px; margin-bottom: 0; }
.product-intro p { max-width: 440px; margin: 0; color: var(--muted); font-size: 18px; }
.story { padding-block: 144px; }
.story-grid { display: grid; grid-template-columns: 5fr 7fr; gap: var(--gap); }
.story h2 { max-width: 390px; }
.story-copy { max-width: 730px; }
.story-copy p { font-size: var(--lead); line-height: 1.35; letter-spacing: -.025em; margin: 0 0 32px; }
.story-copy .text-link { margin-top: 16px; }
.migration { display: grid; grid-template-columns: 5fr 7fr; gap: var(--gap); padding-top: 0; padding-bottom: 144px; }
.migration h2 { font-size: 42px; max-width: 600px; }
.large-copy { color: var(--muted); max-width: 580px; font-size: 20px; }
.migration-steps { list-style: none; padding: 0; margin: 64px 0 0; }
.migration-steps li { margin: 0 0 40px; }
.migration-steps li:last-child { margin-bottom: 0; }
.migration-steps h3 { font-size: 24px; line-height: 1.2; margin-bottom: 12px; }
.migration-steps p { color: var(--muted); max-width: 570px; margin-bottom: 0; }
.pricing { padding-block: 64px 144px; }
.pricing-heading { display: grid; grid-template-columns: 5fr 7fr; align-items: end; gap: var(--gap); margin-bottom: 64px; }
.pricing-heading h2 { max-width: 430px; margin-bottom: 0; }
.pricing-heading p { color: var(--muted); max-width: 380px; margin-bottom: 24px; }
.billing-toggle { display: flex; align-items: center; gap: 24px; }
.billing-toggle button { border: 0; background: none; padding: 6px 0; font-size: 16px; color: var(--muted); }
.billing-toggle button[aria-pressed=true] { color: var(--ink); text-decoration: underline; text-underline-offset: 7px; }
.billing-toggle button span { font-size: 14px; margin-left: 10px; }
.pricing-grid { display: block; }
.price-card { display: grid; grid-template-columns: 2fr 3fr 3fr 4fr; gap: 8px 24px; align-items: start; padding-block: 32px; border-top: 1px solid var(--line); }
.price-card h3 { grid-column: 1; grid-row: 1; font-size: 32px; line-height: 1.15; margin: 0; }
.plan-description { grid-column: 1 / 3; grid-row: 2; max-width: 270px; margin: 8px 0 0; font-size: 16px; color: var(--muted); }
.price { grid-column: 3; grid-row: 1; margin: 0; white-space: nowrap; }
.price > span { font-size: 40px; line-height: 1; letter-spacing: -.04em; }
.price small { font-size: 14px; color: var(--muted); margin-left: 7px; }
.billing-detail { grid-column: 3; grid-row: 2; font-size: 14px; color: var(--muted); margin: 8px 0 0; }
.price-card .button { grid-column: 1 / 3; grid-row: 3; justify-self: start; margin-top: 24px; }
.price-card ul { grid-column: 4; grid-row: 1 / 4; list-style: none; margin: 0; padding: 0; font-size: 16px; }
.price-card li { margin-bottom: 8px; }
.price-card .button, a.button { display: inline-block; font-size: 16px; text-decoration: underline; text-underline-offset: 5px; }
.pricing-fineprint { display: grid; grid-template-columns: 5fr 7fr; gap: 24px; margin-top: 32px; font-size: 14px; color: var(--muted); }
.pricing-fineprint p { max-width: 600px; margin: 0; }
.pricing-fineprint a { text-decoration: underline; text-underline-offset: 3px; }
.faq { display: grid; grid-template-columns: 5fr 7fr; gap: var(--gap); padding-top: 0; padding-bottom: 144px; }
.faq h2 { max-width: 340px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 24px 0; list-style: none; display: flex; gap: 24px; justify-content: space-between; font-size: 22px; line-height: 1.3; letter-spacing: -.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 25px; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { color: var(--muted); line-height: 1.6; max-width: 650px; padding-right: 30px; margin-bottom: 32px; }
.contact-section { padding-block: 96px 112px; background: var(--ink); color: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: var(--gap); }
.contact-section h2 { max-width: 420px; font-size: clamp(42px, 4.2vw, 64px); }
.contact-section p { max-width: 400px; font-size: 18px; }
.contact-section form { max-width: 680px; width: 100%; }
.form-intro h3 { font-size: 24px; line-height: 1.3; margin-bottom: 20px; }
.form-intro #availability-message { max-width: 560px; font-size: 16px; color: #d0cec6; margin-bottom: 40px; }
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
fieldset:disabled { opacity: .7; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
label { display: block; font-size: 16px; margin-bottom: 28px; }
label > span { color: #d0cec6; }
input:not([type=checkbox]), select, textarea { display: block; width: 100%; min-width: 0; background: none; color: var(--paper); border: 0; border-bottom: 1px solid #87857d; border-radius: 0; padding: 12px 0; margin-top: 6px; font-size: 18px; color-scheme: dark; }
input::placeholder, textarea::placeholder { color: #cbc9c1; }
textarea { min-height: 100px; resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 14px; font-size: 14px; line-height: 1.6; }
.consent input { width: 18px; height: 18px; flex-shrink: 0; margin: 3px 0 0; accent-color: var(--paper); }
.consent a { text-decoration: underline; text-underline-offset: 3px; }
.submit-button { display: block; background: var(--paper); color: var(--ink); border: 0; padding: 17px 24px; font-size: 16px; margin-top: 24px; }
.submit-button:hover { background: #dedcd3; }
button:disabled { cursor: default; }
.contact-section :focus-visible { outline-color: var(--paper); }
#form-message { font-size: 16px; margin: 24px 0 0; }
#form-message:empty { display: none; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.footer { padding-block: 80px 24px; }
.footer-wordmark { display: inline-block; font-size: clamp(40px, 7.5vw, 110px); line-height: 1.1; letter-spacing: -.055em; margin-bottom: 64px; }
.footer-top { display: grid; grid-template-columns: 5fr 4fr 3fr; gap: 24px; }
.footer-top p { font-size: 16px; max-width: 290px; }
.footer-top > div { display: flex; justify-content: flex-end; gap: 24px; align-items: start; font-size: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 64px; font-size: 14px; color: var(--muted); }
.legal-page { max-width: 800px; margin: 96px auto 128px; }
.legal-page h1 { font-size: clamp(45px, 6vw, 76px); line-height: 1.05; letter-spacing: -.05em; font-weight: 400; margin: 40px 0; }
.legal-page h2 { font-size: 30px; margin: 56px 0 20px; }
.legal-page p { line-height: 1.7; color: var(--muted); }
.legal-page a { text-decoration: underline; text-underline-offset: 4px; }
.legal-page .notice { color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 16px; background: var(--ink); color: var(--paper); padding: 12px 18px; z-index: 100; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
[hidden] { display: none !important; }
@media(max-width:1100px) {
  :root { --gutter: 32px; }
  .hero { padding-top: 64px; }
  .hero-support { margin-top: 28px; }
  .price-card { grid-template-columns: 4fr 3fr 5fr; }
  .plan-description, .price-card .button { grid-column: 1; }
  .price, .billing-detail { grid-column: 2; }
  .price-card ul { grid-column: 3; }
  .price > span { font-size: 34px; }
  .price small { display: block; margin: 8px 0 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div { grid-column: 2; justify-content: flex-start; }
}
@media(max-width:760px) {
  :root { --gutter: 20px; --space-6: 64px; --space-7: 96px; --display: clamp(48px, 8.8vw, 68px); --lead: 24px; }
  .site-header { grid-template-columns: 1fr auto; gap: 18px; padding-block: 24px; font-size: 14px; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; gap: 28px; }
  .contact-link { grid-column: 2; grid-row: 1; }
  .wordmark { font-size: 18px; }
  .hero { padding-top: 48px; }
  .hero h1 { letter-spacing: -.047em; line-height: 1.05; }
  .hero-support { margin: 24px 0 0; font-size: 18px; max-width: 370px; }
  .capabilities { grid-template-columns: 1fr; gap: 48px; padding-block: 72px 88px; }
  .capabilities-intro h2 { font-size: 36px; margin: 0; max-width: 290px; }
  .capability { margin-bottom: 32px; }
  .capability h3 { font-size: 28px; margin-bottom: 10px; }
  .capability p { font-size: 16px; }
  .editorial-statement { padding-bottom: 88px; }
  .editorial-statement > p { font-size: 36px; line-height: 1.16; }
  .product-band { padding-block: 64px; }
  .product-intro { grid-template-columns: 1fr; gap: 28px; margin-bottom: 48px; }
  .product-intro h2 { max-width: 350px; }
  .product-intro p { font-size: 16px; }
  .story { padding-block: 88px; }
  .story-grid, .migration, .faq, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .story h2 { max-width: 300px; margin: 0; }
  .story-copy p { font-size: 24px; }
  .migration { padding-bottom: 88px; gap: 16px; }
  .migration h2 { font-size: 36px; }
  .large-copy { font-size: 18px; }
  .migration-steps { margin-top: 40px; }
  .migration-steps h3 { font-size: 23px; }
  .migration-steps p { font-size: 16px; }
  .pricing { padding-block: 0 88px; }
  .pricing-heading { grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px; }
  .pricing-heading h2 { max-width: 330px; }
  .price-card { grid-template-columns: 1fr 1fr; gap: 16px; padding-block: 28px 40px; }
  .price-card h3 { font-size: 28px; }
  .price, .billing-detail { grid-column: 2; }
  .plan-description { grid-column: 1; grid-row: 2; margin: 0; font-size: 16px; }
  .price > span { font-size: 36px; }
  .billing-detail { margin: 0; }
  .price-card ul { grid-column: 1 / -1; grid-row: 3; margin-top: 16px; }
  .price-card .button { grid-row: 4; grid-column: 1 / -1; margin-top: 12px; }
  .pricing-fineprint { grid-template-columns: 1fr; gap: 24px; }
  .faq { padding-bottom: 88px; gap: 16px; }
  .faq h2 { margin-bottom: 16px; }
  .faq summary { font-size: 20px; }
  .faq details p { font-size: 16px; }
  .contact-section { padding-block: 64px 72px; }
  .contact-section h2 { max-width: 360px; font-size: 44px; margin-bottom: 28px; }
  .contact-section .section-number { margin-bottom: 32px; }
  .contact-grid { gap: 48px; }
  .contact-section p { font-size: 18px; }
  .footer { padding-top: 56px; }
  .footer-wordmark { font-size: 13vw; margin-bottom: 40px; }
  .footer-top { gap: 24px; }
  .footer-top p { font-size: 14px; }
  .footer-top > div { grid-column: 1 / -1; font-size: 16px; }
  .footer-bottom { margin-top: 48px; font-size: 13px; }
  .legal-page { margin-block: 64px 80px; }
  .legal-page .section-number { font-size: 14px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
