:root {
  --ink: #172324;
  --muted: #607071;
  --paper: #f6f6f0;
  --white: #fffefa;
  --line: #d7ded7;
  --coral: #ff6c58;
  --mint: #7ee0c1;
  --yellow: #ffc94d;
  --blue: #b9d8f6;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", "Noto Sans SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 20; padding: .6rem .8rem; color: var(--white); background: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 5.75rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.15rem clamp(1.5rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(255,254,250,.96); position: sticky; top: 0; z-index: 10; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: .7rem; font-size: .98rem; font-weight: 800; letter-spacing: 0; line-height: 1; }
.brand small { display: block; margin-top: .35rem; font: .54rem var(--mono); letter-spacing: .05em; color: var(--muted); }
.brand-mark { width: 2.1rem; height: 2.1rem; display: inline-grid; grid-template-columns: 1fr 1fr; gap: 3px; padding: 3px; background: var(--ink); transform: rotate(45deg); }
.brand-mark i, .brand-mark b { display: block; background: var(--mint); }
.brand-mark b { background: var(--coral); }
.site-nav { display: flex; gap: clamp(1.25rem, 2.6vw, 2.75rem); font-size: .85rem; font-weight: 700; }
.site-nav a { padding: .4rem 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav .active { border-color: var(--coral); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.hero { min-height: 43rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .93fr); background: var(--white); }
.hero-copy { align-self: center; padding: 4rem clamp(1.5rem, 8vw, 9rem) 4.5rem clamp(1.5rem, 8vw, 9rem); max-width: 54rem; }
.eyebrow, .section-kicker { margin: 0; font: .66rem var(--mono); letter-spacing: .09em; color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: .6rem; }
.eyebrow span { display: inline-block; width: .5rem; height: .5rem; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 48rem; margin: 1.55rem 0 1.5rem; font-size: clamp(2.75rem, 5.25vw, 5.7rem); line-height: 1.08; letter-spacing: 0; }
h1 span { color: var(--coral); }
.hero-lead { max-width: 34rem; color: #3e4b4b; font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.6rem; min-height: 3.2rem; padding: 0 1.1rem; font-size: .84rem; font-weight: 800; border: 1px solid var(--ink); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: #293a3b; }
.button-plain { background: transparent; }
.hero-art { position: relative; overflow: hidden; min-height: 32rem; background: var(--mint); }
.art-topline, .art-footer { position: absolute; left: 1.6rem; right: 1.6rem; display: flex; justify-content: space-between; font: .59rem var(--mono); letter-spacing: .08em; }
.art-topline { top: 1.45rem; }.art-footer { bottom: 1.45rem; }
.art-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(23,35,36,.65); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-a { width: 22rem; height: 22rem; }.orbit-b { width: 35rem; height: 35rem; border-style: dashed; }
.art-core { position: absolute; left: 50%; top: 50%; width: 8.8rem; height: 8.8rem; display: flex; flex-direction: column; justify-content: center; padding-left: 1.1rem; transform: translate(-50%, -50%); color: var(--white); background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 .55rem var(--yellow); }
.art-core span { font-size: 2.35rem; font-weight: 800; letter-spacing: -.05em; }.art-core small { font: .5rem var(--mono); letter-spacing: .04em; }
.art-node { position: absolute; display: flex; flex-direction: column; padding: .7rem .8rem; background: var(--white); box-shadow: 6px 6px 0 var(--ink); }
.art-node b { font-size: .8rem; }.art-node small { margin-top: .16rem; font: .52rem var(--mono); color: var(--muted); }
.node-a { top: 18%; left: 8%; }.node-b { right: 8%; top: 55%; }.node-c { left: 16%; bottom: 15%; }
.section-shell { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.5rem, 8vw, 9rem); }
.statement { display: grid; grid-template-columns: .6fr 1.4fr; gap: 2rem; background: var(--yellow); }
.statement h2 { margin-bottom: 1.4rem; max-width: 52rem; font-size: clamp(1.95rem, 4.2vw, 4.2rem); line-height: 1.18; letter-spacing: 0; }.statement p:last-child { max-width: 42rem; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 2rem; margin-bottom: 2rem; }.section-heading h2, .company h2, .license-copy h2 { margin: .65rem 0 0; font-size: clamp(2rem, 3.7vw, 3.8rem); letter-spacing: 0; line-height: 1.1; }.section-heading > p { max-width: 33rem; margin: 0; color: var(--muted); font-size: .88rem; }
.focus { background: var(--paper); }.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }.focus-card { min-height: 19rem; display: flex; flex-direction: column; padding: 1.25rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.focus-card h3 { margin: auto 0 .8rem; font-size: 1.38rem; }.focus-card p { margin: 0 0 1.25rem; color: #455252; font-size: .84rem; }.card-number, .card-tag { font: .61rem var(--mono); letter-spacing: .06em; }.card-tag { display: inline-block; padding-top: .45rem; border-top: 1px solid currentColor; }.accent-coral { background: #ffe4df; }.accent-mint { background: #ddf7ed; }.accent-yellow { background: #fff3c7; }.accent-blue { background: #e3f1ff; }
.data-band { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }.data-band div { min-height: 13rem; padding: 1.8rem clamp(1.5rem, 5vw, 5rem); border-right: 1px solid var(--line); }.data-band div:last-child { border-right: 0; }.data-band span { display: block; color: var(--muted); font: .65rem var(--mono); letter-spacing: .08em; }.data-band strong { display: block; margin-top: 1.7rem; font-size: clamp(3rem, 5vw, 5.5rem); letter-spacing: 0; line-height: 1; }.data-band small { margin-left: .45rem; font-size: .78rem; font-weight: 600; }
.company { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2.2rem, 8vw, 8rem); background: #e3f1ff; }.company-intro > p:last-child { max-width: 21rem; margin-top: 1.4rem; color: var(--muted); font-size: .87rem; }.company-facts { margin: 0; border-top: 1px solid var(--ink); }.company-facts div { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(23,35,36,.55); }.company-facts dt { font-size: .78rem; color: var(--muted); }.company-facts dd { margin: 0; font-size: .88rem; font-weight: 600; }.company-facts code { font: .78rem var(--mono); }.copy-button { margin-left: .6rem; padding: .18rem .45rem; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-size: .67rem; cursor: pointer; }.copy-button:hover { color: var(--white); background: var(--ink); }
.license-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 9rem); align-items: center; padding: clamp(4.5rem, 9vw, 9rem) clamp(1.5rem, 8vw, 9rem); background: var(--ink); color: var(--white); }.license-copy p:not(.section-kicker) { max-width: 24rem; margin-top: 1.5rem; color: #c6d0cf; }.license-copy .section-kicker { color: var(--mint); }.text-link { display: inline-flex; gap: .75rem; margin-top: 1.2rem; padding-bottom: .3rem; border-bottom: 1px solid var(--mint); font-size: .8rem; font-weight: 700; }.license-frame { display: block; padding: .6rem; background: var(--white); transform: rotate(1.5deg); box-shadow: .9rem .9rem 0 var(--coral); transition: transform .25s ease; }.license-frame:hover { transform: rotate(0) translateY(-4px); }.license-frame img { display: block; width: 100%; max-height: 29rem; object-fit: cover; object-position: center; }
.site-footer { display: grid; grid-template-columns: 1.2fr 1.7fr .7fr; gap: 1rem; align-items: start; padding: 2rem clamp(1.5rem, 5vw, 5rem); color: var(--white); background: #10191a; }.footer-brand .brand-mark { width: 1.6rem; height: 1.6rem; }.site-footer p, .site-footer a, .site-footer small { margin: 0; color: #a9b5b2; font-size: .72rem; }.site-footer a { justify-self: end; color: var(--white); font-weight: 700; }.site-footer small { grid-column: 1 / -1; margin-top: 2rem; font: .58rem var(--mono); }
.toast { position: fixed; bottom: 1.5rem; left: 50%; z-index: 30; padding: .7rem 1rem; color: var(--white); background: var(--ink); font-size: .75rem; transform: translate(-50%, 5rem); opacity: 0; transition: transform .25s ease, opacity .25s ease; }.toast.show { transform: translate(-50%, 0); opacity: 1; }
@media (max-width: 860px) { .site-header { min-height: 4.6rem; }.menu-toggle { display: flex; align-items: center; gap: .45rem; padding: .4rem 0; color: var(--ink); border: 0; }.menu-label { font-size: .7rem; font-weight: 800; }.menu-lines, .menu-lines::before, .menu-lines::after { width: 1.1rem; height: 1px; display: block; background: currentColor; content: ""; }.menu-lines { position: relative; }.menu-lines::before { position: absolute; top: -.32rem; }.menu-lines::after { position: absolute; top: .32rem; }.site-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; gap: 0; padding: .5rem 1.5rem 1rem; border-bottom: 1px solid var(--line); background: var(--white); }.site-nav.open { display: flex; }.site-nav a { padding: .72rem 0; }.hero { grid-template-columns: 1fr; }.hero-copy { padding-top: 4.3rem; }.hero-art { min-height: 29rem; }.section-shell, .license-section { padding-left: 1.5rem; padding-right: 1.5rem; }.statement, .section-heading, .company, .license-section { grid-template-columns: 1fr; }.focus-grid { grid-template-columns: repeat(2, 1fr); }.data-band div { padding-left: 1.5rem; padding-right: 1.5rem; }.company-facts div { grid-template-columns: 7.5rem 1fr; }.license-copy { max-width: 32rem; }.license-frame { max-width: 38rem; }.site-footer { grid-template-columns: 1fr 1fr; }.site-footer a { justify-self: end; } }
@media (max-width: 560px) { .brand small { display: none; }.hero { min-height: auto; }.hero-copy { padding-bottom: 3.5rem; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-art { min-height: 26rem; }.orbit-b { width: 29rem; height: 29rem; }.node-a { left: 4%; }.node-b { right: 4%; }.node-c { left: 7%; }.statement h2 br, .company h2 br { display: none; }.focus-grid { grid-template-columns: 1fr; }.focus-card { min-height: 14rem; }.data-band { grid-template-columns: 1fr; }.data-band div { min-height: 9.5rem; border-right: 0; border-bottom: 1px solid var(--line); }.data-band div:last-child { border-bottom: 0; }.data-band strong { margin-top: .9rem; }.company-facts div { grid-template-columns: 1fr; gap: .25rem; }.license-frame { padding: .35rem; box-shadow: .5rem .5rem 0 var(--coral); }.site-footer { grid-template-columns: 1fr; }.site-footer a { justify-self: start; }.site-footer small { margin-top: .5rem; } }
