@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root {
  --ink: #111217;
  --muted: #73757c;
  --soft: #f4f3f0;
  --line: #dfded9;
  --paper: #fbfaf8;
  --red: #e3534d;
  --red-soft: #f8dfda;
  --display: 'Noto Serif SC', 'Songti SC', STSong, serif;
  --mono: 'Space Mono', 'SFMono-Regular', Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; min-height: 74px; padding: 0 clamp(22px, 5vw, 76px); border-bottom: 1px solid rgba(223, 222, 217, .8); background: rgba(251, 250, 248, .94); display: flex; align-items: center; justify-content: space-between; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 34px; height: 34px; padding: 7px; border: 1px solid var(--line); display: flex; align-items: flex-end; gap: 2px; background: white; }
.brand-mark i { display: block; width: 5px; background: var(--red); }
.brand-mark i:nth-child(1) { height: 10px; background: #1e9991; }
.brand-mark i:nth-child(2) { height: 17px; background: #e2b44d; }
.brand-mark i:nth-child(3) { height: 13px; }
.brand strong { display: block; font-size: 17px; font-weight: 700; letter-spacing: .1em; line-height: 1; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: 13px; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--red); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; }
.nav-cta span { margin-left: 8px; color: var(--red); }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; align-items: center; gap: 8px; font-size: 12px; }
.menu-icon { display: inline-flex; flex-direction: column; gap: 4px; }
.menu-icon i { display: block; width: 18px; height: 1px; background: var(--ink); }
.section-rule { border-bottom: 1px solid var(--line); }
.hero { min-height: calc(100vh - 74px); padding: 96px clamp(22px, 8vw, 126px) 66px; position: relative; overflow: hidden; display: grid; place-items: center; }
.hero-copy { position: relative; z-index: 1; width: min(940px, 100%); text-align: center; }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 17px; height: 1px; margin: 0 10px 4px 0; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(54px, 8vw, 118px); font-weight: 500; letter-spacing: -.03em; line-height: 1.12; }
h1 em, h2 em { color: var(--red); font-style: normal; position: relative; }
h1 em::after, h2 em::after { content: ''; position: absolute; left: 4%; right: 0; bottom: 3px; height: 8px; z-index: -1; background: var(--red-soft); }
.hero-lede { margin: 0 auto 30px; max-width: 650px; color: var(--muted); font-size: 15px; line-height: 2; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 26px; }
.button { min-height: 48px; padding: 12px 21px; border: 1px solid transparent; display: inline-flex; align-items: center; gap: 18px; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; box-shadow: 9px 9px 0 var(--red-soft); }
.button-dark:hover, .button-dark:focus-visible { background: var(--red); }
.button-light { border-color: rgba(255, 255, 255, .35); color: white; }
.button-light:hover, .button-light:focus-visible { background: white; color: var(--ink); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; }
.text-link span { margin-left: 10px; color: var(--red); }
.hero-note { margin: 30px 0 0; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .07em; }
.note-dot { width: 7px; height: 7px; margin-right: 7px; display: inline-block; background: var(--red); border-radius: 50%; }
.hero-orbit { position: absolute; left: 50%; top: 47%; border: 1px solid rgba(223, 222, 217, .75); border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.orbit-one { width: min(760px, 80vw); aspect-ratio: 1; }
.orbit-two { width: min(570px, 61vw); aspect-ratio: 1; }
.orbit-three { width: min(370px, 43vw); aspect-ratio: 1; }
.hero-stamp { position: absolute; z-index: 1; padding: 12px 18px; border: 1px solid var(--red-soft); background: rgba(251, 250, 248, .85); color: var(--red); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; line-height: 1.5; }
.stamp-left { top: 23%; left: 12%; transform: rotate(-8deg); }
.stamp-right { right: 11%; bottom: 25%; transform: rotate(7deg); text-align: right; }
.hero-code { width: min(440px, calc(100% - 30px)); position: absolute; right: clamp(18px, 8vw, 140px); bottom: 9%; z-index: 2; background: #17181d; color: #eeeee8; box-shadow: 12px 14px 0 rgba(227, 83, 77, .12); transform: rotate(2deg); }
.code-window-head, .code-window-foot { min-height: 34px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #34353b; color: #a8a9ad; font-family: var(--mono); font-size: 9px; }
.code-window-foot { border-top: 1px solid #34353b; border-bottom: 0; font-size: 8px; }
.window-dots { display: inline-flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; display: block; border-radius: 50%; background: #75767d; }
.window-dots i:first-child { background: var(--red); }
.window-index { color: #707178; }
.code-body { padding: 25px 24px 21px; font-family: var(--mono); font-size: 11px; line-height: 2.1; }
.code-body p { margin: 0; }
.code-indent { padding-left: 20px; }
.code-red { color: #ef766d; font-weight: 400; }.code-key { color: #e5bc75; }.code-green { color: #94c2a1; }
.code-status { margin-top: 17px; padding-top: 12px; border-top: 1px solid #34353b; color: #a5c8aa; font-size: 9px; letter-spacing: .05em; }
.code-status span { width: 7px; height: 7px; margin-right: 6px; display: inline-block; border-radius: 50%; background: #83b68d; }
.scroll-cue { position: absolute; bottom: 23px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; transform: translateX(-50%); }
.scroll-cue i { width: 1px; height: 38px; background: var(--line); }
.snapshot, .advantages, .catalog, .process, .promise { padding: 110px clamp(22px, 8vw, 126px); }
.section-label { color: var(--red); font-family: var(--mono); font-size: 10px; letter-spacing: .11em; }
.snapshot-grid { max-width: 1100px; margin: 55px auto 0; display: grid; grid-template-columns: 1fr 1.3fr; gap: 90px; align-items: end; }
h2 { margin-bottom: 21px; font-size: clamp(42px, 5vw, 76px); font-weight: 500; letter-spacing: -.04em; line-height: 1.18; }
.snapshot-intro p:last-child, .catalog-top > div:last-child > p, .promise-copy > p:not(.eyebrow) { max-width: 380px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.metric { padding: 21px 14px 3px 0; border-right: 1px solid var(--line); }
.metric + .metric { padding-left: 15px; }.metric:last-child { border-right: 0; }
.metric strong { display: block; font-family: var(--mono); font-size: clamp(26px, 3vw, 43px); font-weight: 400; line-height: 1; }.metric strong span { color: var(--red); font-size: .45em; }.metric > span { display: block; margin-top: 15px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.section-heading { display: grid; grid-template-columns: .8fr 1.4fr .9fr; gap: 40px; align-items: start; }.section-heading h2 { margin-top: 18px; }.section-heading-copy { margin: 63px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.advantage-grid { max-width: 1100px; margin: 82px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.advantage { min-height: 310px; padding: 18px 24px 14px; border-top: 1px solid var(--ink); border-right: 1px solid var(--line); display: flex; flex-direction: column; }.advantage:first-child { border-left: 1px solid var(--line); }.advantage:nth-child(2n) { background: var(--soft); }
.item-number, .item-caption, .process-step, .catalog-state { color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }.item-symbol { margin: 41px 0 19px; color: var(--red); font-size: 26px; line-height: 1; }.advantage h3, .process-item h3 { margin-bottom: 12px; font-size: 23px; font-weight: 500; }.advantage p, .process-item p { margin-bottom: 25px; color: var(--muted); font-size: 13px; line-height: 1.8; }.item-caption { margin-top: auto; color: var(--red); }
.catalog { background: var(--soft); }.catalog-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 13vw; max-width: 1100px; margin: 0 auto; }.catalog-top h2 { margin-top: 15px; }.catalog-top > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; }.catalog-top > div:last-child > p { margin-bottom: 8px; }
.catalog-layout { max-width: 1100px; margin: 73px auto 0; display: grid; grid-template-columns: .65fr 1.35fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.catalog-tabs { padding: 25px 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); }.catalog-tab { padding: 14px 20px; border: 0; border-left: 2px solid transparent; background: transparent; text-align: left; cursor: pointer; font-size: 17px; transition: background .2s ease, color .2s ease, border-color .2s ease; }.catalog-tab:hover, .catalog-tab:focus-visible { color: var(--red); }.catalog-tab.is-active { border-left-color: var(--red); background: #ebe9e4; color: var(--red); }
.catalog-detail { min-height: 360px; padding: 32px 42px; display: flex; flex-direction: column; }.catalog-detail-top, .catalog-detail-bottom { display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 9px; }.catalog-id { color: var(--muted); }.catalog-id b { color: var(--ink); font-weight: 400; }.catalog-state { color: #4c985d; }.catalog-detail h3 { margin: 66px 0 15px; font-size: clamp(28px, 4vw, 51px); font-weight: 500; }.catalog-detail > p { max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.9; }.catalog-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 35px; }.catalog-tags span { padding: 7px 11px; border: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 9px; }.catalog-detail-bottom { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); }.catalog-detail-bottom a { color: var(--red); }.catalog-footnote { max-width: 1100px; margin: 18px auto 0; color: var(--muted); font-family: var(--mono); font-size: 9px; }
.process { background: #f0eeea; }.process-heading { max-width: 1100px; margin: 0 auto; }.process-list { max-width: 1100px; margin: 78px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }.process-item { min-height: 280px; padding: 19px 22px 10px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; }.process-item + .process-item { padding-left: 22px; }.process-item:last-child { border-right: 0; }.process-count { color: var(--red); font-size: 29px; }.process-step { margin: 24px 0 33px; }.process-item p { margin-bottom: 0; }
.promise { display: grid; grid-template-columns: 1fr 1fr; gap: 11vw; }.promise-copy { max-width: 500px; }.promise-copy .button { margin-top: 20px; }.promise-list { border-top: 1px solid var(--ink); }.promise-list > div { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; gap: 10px; }.promise-list span { color: var(--red); font-family: var(--mono); font-size: 10px; }.promise-list strong { font-size: 17px; font-weight: 500; }.promise-list p { grid-column: 2; margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.contact-strip { padding: 80px clamp(22px, 8vw, 126px); background: var(--red); color: white; display: flex; justify-content: space-between; align-items: end; }.contact-strip .section-label { color: #ffd9d2; }.contact-strip h2 { margin: 18px 0 0; font-size: clamp(40px, 6vw, 78px); }.contact-strip h2 em { color: white; }.contact-strip h2 em::after { background: rgba(255, 255, 255, .23); }
.site-footer { padding: 55px clamp(22px, 8vw, 126px) 25px; background: var(--ink); color: white; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }.site-footer .brand-mark { border-color: #484950; background: #202126; }.site-footer .brand strong { color: white; }.site-footer .brand small, .footer-brand > p, .footer-column, .footer-bottom { color: #92939a; }.footer-brand > p { margin: 24px 0 0; font-size: 13px; line-height: 1.9; }.footer-column { display: flex; flex-direction: column; gap: 9px; font-family: var(--mono); font-size: 10px; line-height: 1.7; }.footer-column span:first-child { margin-bottom: 10px; color: white; font-family: var(--display); font-size: 14px; }.footer-column a:hover, .footer-column a:focus-visible { color: var(--red-soft); }.footer-bottom { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #37383e; display: flex; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }.toast { position: fixed; right: 24px; bottom: 24px; z-index: 30; padding: 13px 17px; background: var(--ink); color: white; box-shadow: 6px 6px 0 var(--red); font-family: var(--mono); font-size: 10px; opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }.toast.is-visible { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay-short { transition-delay: .08s; }.reveal-delay { transition-delay: .16s; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
@media (max-width: 900px) { .hero { padding-top: 80px; }.hero-stamp { display: none; }.hero-code { position: relative; right: auto; bottom: auto; margin: 62px auto 0; }.hero { display: block; text-align: center; }.hero-copy { margin: 0 auto; }.scroll-cue { display: none; }.snapshot-grid, .promise { gap: 50px; }.section-heading { grid-template-columns: .65fr 1.35fr; }.section-heading-copy { grid-column: 2; margin: -22px 0 0; }.advantage-grid { grid-template-columns: repeat(2, 1fr); }.advantage:nth-child(3) { border-left: 1px solid var(--line); }.catalog-top { gap: 50px; }.catalog-top > div:last-child { display: block; }.catalog-top > div:last-child > p { margin-top: 20px; }.site-footer { grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; } }
@media (max-width: 640px) { .site-header { min-height: 66px; }.site-nav { position: absolute; top: 66px; left: 0; right: 0; padding: 15px 22px 22px; border-bottom: 1px solid var(--line); background: var(--paper); display: none; flex-direction: column; align-items: stretch; gap: 0; }.site-nav.is-open { display: flex; }.site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }.site-nav .nav-cta { margin-top: 10px; padding: 12px 14px; border: 1px solid var(--line); text-align: center; }.menu-toggle { display: inline-flex; }.hero { min-height: auto; padding: 76px 22px 72px; }.hero-orbit { top: 22%; }.orbit-one { width: 130vw; }.orbit-two { width: 95vw; }.orbit-three { width: 63vw; }.hero-copy { text-align: left; }.hero-copy .eyebrow, .hero-actions, .hero-note { justify-content: flex-start; text-align: left; }.hero h1 { font-size: clamp(48px, 14vw, 74px); }.hero-lede { margin-left: 0; font-size: 13px; }.hero-lede br { display: none; }.hero-actions { flex-wrap: wrap; gap: 18px; }.hero-code { width: 100%; transform: none; }.code-body { font-size: 9px; padding: 19px 14px; }.snapshot, .advantages, .catalog, .process, .promise { padding: 76px 22px; }.snapshot-grid, .section-heading, .catalog-top, .promise { display: block; }.metrics { margin-top: 48px; grid-template-columns: repeat(2, 1fr); }.metric:nth-child(2) { border-right: 0; }.metric:nth-child(n+3) { border-top: 1px solid var(--line); }.metric:nth-child(3), .metric:nth-child(4) { padding-top: 21px; }.section-heading-copy { margin: 20px 0 0; }.advantage-grid { margin-top: 50px; grid-template-columns: 1fr; }.advantage { min-height: 260px; border-left: 1px solid var(--line); }.advantage + .advantage { border-top: 0; }.catalog-top > div:last-child { margin-top: 28px; }.catalog-layout { margin-top: 50px; display: block; }.catalog-tabs { border-right: 0; border-bottom: 1px solid var(--line); flex-direction: row; overflow-x: auto; padding: 0; }.catalog-tab { min-width: max-content; padding: 14px 13px; border-left: 0; border-bottom: 2px solid transparent; font-size: 13px; }.catalog-tab.is-active { border-bottom-color: var(--red); border-left: 0; }.catalog-detail { min-height: 350px; padding: 24px 18px; }.catalog-detail h3 { margin-top: 58px; }.catalog-detail-bottom { align-items: flex-start; gap: 20px; flex-direction: column; }.process-list { margin-top: 50px; grid-template-columns: 1fr; }.process-item, .process-item + .process-item { min-height: auto; padding: 20px 0 24px; border-right: 0; border-bottom: 1px solid var(--line); }.process-item:last-child { border-bottom: 0; }.process-step { margin: 13px 0 10px; }.promise-copy { margin-bottom: 53px; }.contact-strip { padding: 65px 22px; display: block; }.contact-strip .button { margin-top: 35px; }.site-footer { display: block; padding: 45px 22px 23px; }.footer-column { margin-top: 34px; }.footer-bottom { margin-top: 38px; gap: 18px; flex-direction: column; }.toast { right: 14px; bottom: 14px; left: 14px; text-align: center; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal, .reveal.is-visible, .button, .toast { transition: none; transform: none; }.hero-orbit { display: none; } }
