/* ==========================================================================
   cointainerz.com - stylesheet
   Tokens from the CoinTainerz brand guide / design hand-off (2026-09-11):
     Carbon #111210 page · Carbon-2 #1F201D cards · Rule #2A2B27
     Bone #F2F0EA · Bone-2 #D9D7D0 / #C9C7C0 · Safety orange #E8641B (on Bone: #B5623A)
     Moss #5B6B5E · Moss light #8FA391 · Greys #9A9A92 (dark) · #6B6B66 / #4A4A45 (light)
     Display: Archivo Black, uppercase, ls -0.03em, lh 0.92-0.95 · Body: Archivo 500/700 · Labels: Azeret Mono
     Radii: 2px buttons/chips, 4px cards · Section rhythm 96-128px · side padding 64px at 1440
   ========================================================================== */

:root {
  --carbon: #111210; --carbon-2: #1F201D; --carbon-3: #262723; --rule: #2A2B27; --rule-2: #3A3B36;
  --bone: #F2F0EA; --bone-2: #D9D7D0; --bone-3: #C9C7C0; --bone-rule: #DAD8D0;
  --orange: #E8641B; --orange-bone: #B5623A; --orange-hover: #F07430;
  --moss: #5B6B5E; --moss-light: #8FA391; --moss-hover: #687A6B; --moss-dark: #26302A;
  --grey-d: #9A9A92; --grey-l: #6B6B66; --grey-l2: #4A4A45; --grey-mid: #5B5C57;
  --danger: #D9463B;
  --font-display: 'Archivo Black', 'Archivo', 'Arial Black', Arial, sans-serif;
  --font-body: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-mono: 'Azeret Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --wrap: 1440px;
  --pad: clamp(20px, 4.45vw, 64px);
  --header-h: 80px;
  --r: 2px; --r-card: 4px;
  --photo-filter: grayscale(0.7) saturate(0.9) contrast(1.05);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--font-body); font-weight: 500; font-size: 16px; line-height: 1.55; color: var(--bone); background: var(--carbon); -webkit-font-smoothing: antialiased; }
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, h5, p, ul, ol, figure, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 8px; top: -60px; background: var(--orange); color: var(--carbon); padding: 8px 12px; z-index: 100; font-weight: 700; }
.skip-link:focus { top: 8px; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.ph { filter: var(--photo-filter); }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(64px, 8vw, 112px); }
.section--tight { padding-block: clamp(40px, 5vw, 64px); }
.section--rule { border-top: 1px solid var(--rule); }
.section-head { display: grid; gap: 20px 48px; align-items: end; margin-bottom: clamp(32px, 4vw, 56px); }
@media (min-width: 960px) { .section-head { grid-template-columns: minmax(0, 8.5fr) minmax(0, 3.5fr); } .section-head > .body, .section-head > .lead { margin-bottom: 6px; } .section-head--narrow > div:first-child { max-width: 640px; } .section-head--wide { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); } }
.grid { display: grid; gap: 16px; }
.grid > *, .page-hero__grid > *, .eco-layout > *, .mon > *, .ship > *, .contact > *, .legal > * { min-width: 0; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }

/* ---------- type ---------- */
.display, .h1, .h2, .h3, .h4, .h5 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; letter-spacing: -0.03em; line-height: 0.95; color: var(--bone); }
.h1 { font-size: clamp(2.7rem, 5.6vw, 5rem); line-height: 0.92; }
.h1--hero { font-size: clamp(3rem, 6.1vw, 5.5rem); }
.h1--legal { font-size: clamp(2.4rem, 4.4vw, 4rem); }
.h2 { font-size: clamp(2.25rem, 3.9vw, 3.5rem); }
.h2--sm { font-size: clamp(1.9rem, 2.8vw, 2.5rem); }
.h2--calc { font-size: clamp(1.9rem, 3.1vw, 2.75rem); }
.h3 { font-size: clamp(1.75rem, 2.5vw, 2.25rem); }
.h4 { font-size: clamp(1.4rem, 1.9vw, 1.75rem); }
.h5 { font-size: clamp(1.15rem, 1.5vw, 1.375rem); line-height: 1; }
.on-light .h1, .on-light .h2, .on-light .h3, .on-light .h4, .on-light .h5, .on-light.h2, .on-light.h3 { color: var(--carbon); }
.eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--moss-light); margin-bottom: 20px; }
.eyebrow--moss { color: var(--moss); }
.eyebrow--orange { color: var(--orange); }
.label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-d); }
.label--lg { font-size: 11px; }
.label--moss { color: var(--moss-light); }
.label--orange { color: var(--orange); }
.label--light { color: var(--grey-l); }
.lead { font-size: clamp(1.05rem, 1.3vw, 1.2rem); color: var(--bone-3); max-width: 60ch; }
.body { font-size: 15px; color: var(--grey-d); max-width: 62ch; }
.body--bone { color: var(--bone-3); }
.on-light .body, .on-light .lead { color: var(--grey-l2); }
.mono { font-family: var(--font-mono); }
.small { font-size: 13px; }
.muted { color: var(--grey-d); }
.on-light .muted { color: var(--grey-l); }
.orange { color: var(--orange); }
.link-moss { color: var(--moss-light); font-size: 12px; letter-spacing: 0.02em; }
.link-moss:hover { color: var(--orange); }
.link-bone { font-weight: 700; font-size: 14px; color: var(--bone); }
p + p { margin-top: 1em; }

/* ---------- buttons, chips ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 22px; border-radius: var(--r); border: 1px solid transparent; font-weight: 700; font-size: 15px; line-height: 1.2; cursor: pointer; white-space: nowrap; transition: background-color .15s, border-color .15s, color .15s; }
.btn--primary { background: var(--orange); color: var(--carbon); border-color: var(--orange); }
.btn--primary:hover { background: var(--orange-hover); border-color: var(--orange-hover); color: var(--carbon); }
.btn--moss { background: var(--moss); color: var(--bone); border-color: var(--moss); }
.btn--moss:hover { background: var(--moss-hover); border-color: var(--moss-hover); color: var(--bone); }
.btn--outline { background: transparent; color: var(--bone); border-color: var(--rule-2); }
.btn--outline:hover { border-color: var(--bone); color: var(--bone); }
.on-light .btn--outline { color: var(--carbon); border-color: rgba(17, 18, 16, 0.35); }
.on-light .btn--outline:hover { border-color: var(--carbon); color: var(--carbon); }
.btn--carbon { background: var(--carbon); color: var(--bone); border-color: var(--carbon); }
.btn--carbon:hover { background: var(--carbon-3); color: var(--bone); }
.btn--sm { padding: 11px 16px; font-size: 14px; }
.btn--xs { padding: 9px 14px; font-size: 13px; }
.btn--block { width: 100%; }
.btn .ico { flex: none; }
.btn[disabled] { opacity: .6; cursor: progress; }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chips li { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 9px; border-radius: var(--r); background: #E6E4DD; color: var(--carbon); border: 1px solid var(--bone-rule); }
.chips li.more { background: transparent; border-color: transparent; color: var(--grey-l); }
.chips--dark li { background: var(--carbon-2); color: var(--bone); border-color: var(--rule); font-size: 11px; }
.tag { display: inline-block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 8px; border-radius: var(--r); background: var(--orange); color: var(--carbon); }
.tag--moss { background: var(--moss); color: var(--bone); }
.tag--bone { background: var(--bone); color: var(--carbon); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(17, 18, 16, 0.94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid var(--rule); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--bone); }
.brand:hover { color: var(--bone); }
.brand .logo-mark { flex: none; width: 32px; height: 22px; }
.brand__word { font-family: var(--font-display); font-weight: 400; font-size: 18px; text-transform: uppercase; letter-spacing: -0.03em; line-height: 1; }
.brand--lg .logo-mark { width: 40px; height: 28px; }
.brand--lg .brand__word { font-size: 24px; }
.brand__descriptor { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--moss-light); margin-top: 8px; }
.brand__rule { display: inline-block; width: 40px; height: 2px; background: var(--moss); }
.site-nav__list { display: flex; align-items: center; gap: 36px; }
.site-nav__list a { font-size: 14px; font-weight: 500; color: var(--bone-3); padding: 4px 0; border-bottom: 2px solid transparent; }
.site-nav__list a:hover { color: var(--bone); }
.site-nav__list a[aria-current="page"] { color: var(--bone); border-bottom-color: var(--orange); }
.site-nav__mobile-extra { display: none; }
.site-header__cta { display: flex; align-items: center; gap: 10px; }
.site-header__quote-short { display: none; }
.nav-toggle { display: none; background: none; border: 1px solid var(--rule-2); border-radius: var(--r); width: 44px; height: 44px; padding: 0; cursor: pointer; }
.nav-toggle__bar { display: block; width: 20px; height: 2px; background: var(--bone); margin: 4px auto; transition: transform .2s, opacity .2s; }
@media (max-width: 1023px) {
  .site-nav__list { gap: 22px; }
  .site-header__wa { display: none; }
}
@media (max-width: 860px) {
  :root { --header-h: 64px; }
  .nav-toggle { display: block; }
  .site-header__quote-long { display: none; }
  .site-header__quote-short { display: inline; }
  .site-nav { position: fixed; inset: var(--header-h) 0 0 0; background: var(--carbon); padding: 24px var(--pad) 40px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility 0s .2s; overflow: auto; display: flex; flex-direction: column; gap: 28px; }
  body.nav-open .site-nav { opacity: 1; transform: none; visibility: visible; transition-delay: 0s; }
  body.nav-open { overflow: hidden; }
  body.nav-open .nav-toggle__bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.nav-open .nav-toggle__bar:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle__bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav__list li { border-bottom: 1px solid var(--rule); }
  .site-nav__list a { display: block; padding: 18px 0; font-size: 22px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: -0.03em; border-bottom: 0; }
  .site-nav__list a[aria-current="page"] { color: var(--orange); }
  .site-nav__mobile-extra { display: grid; gap: 14px; }
}

/* ---------- hero (home) ---------- */
.hero { border-bottom: 1px solid var(--rule); }
.hero__inner { display: grid; width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
@media (min-width: 960px) { .hero__inner { grid-template-columns: minmax(0, 6fr) minmax(0, 7fr); min-height: clamp(720px, 59.7vw, 860px); } }
.hero__copy { display: flex; flex-direction: column; justify-content: flex-start; padding: clamp(48px, 6.7vw, 96px) 0 clamp(32px, 2.8vw, 40px); position: relative; z-index: 2; }
.hero .stats { margin-top: auto; }
@media (min-width: 960px) { .hero__copy { padding-right: clamp(24px, 3vw, 48px); } }
.hero__copy .eyebrow { margin-bottom: 28px; }
.hero__title { margin-bottom: 28px; }
.hero__lead { margin-bottom: 36px; font-size: clamp(1rem, 1.35vw, 1.2rem); max-width: 30em; }
.hero__actions { margin-bottom: clamp(36px, 5vw, 64px); }
/* photo fades in from the carbon background, like the OG cards */
.hero__media { position: relative; min-height: 280px; overflow: hidden; border-radius: var(--r-card); }
.hero__media picture { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media > img { position: absolute; inset: 0; }
.hero__media::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, var(--carbon) 0%, rgba(17, 18, 16, 0) 38%); }
@media (min-width: 960px) {
  .hero__media { margin-left: calc(-1 * clamp(40px, 6vw, 96px)); border-radius: 0; }
  .hero__media::before { background: linear-gradient(90deg, var(--carbon) 0%, rgba(17, 18, 16, 0.92) 18%, rgba(17, 18, 16, 0.4) 38%, rgba(17, 18, 16, 0) 58%); }
}
@media (max-width: 959px) { .hero__media { margin-inline: calc(-1 * var(--pad)); border-radius: 0; } }
/* page hero with full-bleed photo (containers, hosting) */
@media (min-width: 960px) { .hero--page .hero__inner { min-height: clamp(560px, 48.8vw, 703px); } }
.hero--page .hero__copy { padding-top: clamp(40px, 6vw, 88px); padding-bottom: clamp(32px, 3.5vw, 48px); }
.hero--page .h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 22px; }
.hero--page .crumbs { margin-bottom: 28px; }
.hero--page .hero__lead { margin-bottom: 30px; }
.hero--page .hero__actions { margin-bottom: clamp(36px, 4vw, 56px); }
.caption-card { position: absolute; z-index: 2; right: clamp(16px, 2.6vw, 36px); bottom: clamp(16px, 2.6vw, 36px); background: var(--bone); color: var(--carbon); padding: 10px 14px; border-radius: var(--r); }
.caption-card .label { display: block; color: var(--moss); margin-bottom: 4px; }
.caption-card strong { font-size: 14px; font-weight: 700; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--rule); padding-top: 22px; gap: 14px 0; }
@media (min-width: 640px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { padding-left: 16px; border-left: 1px solid var(--rule); }
.stat:first-child { border-left: 0; padding-left: 0; }
@media (max-width: 639px) { .stat:nth-child(3) { border-left: 0; padding-left: 0; } }
.stat__value { font-family: var(--font-mono); font-weight: 500; font-size: 20px; letter-spacing: -0.02em; color: var(--bone); line-height: 1.1; white-space: nowrap; }
.stat__value--lg { font-size: clamp(1.75rem, 2.8vw, 2.5rem); }
.stat__label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey-d); margin-top: 6px; }
.stats--free { border-top: 0; padding-top: 0; }
.stats--words .stat__value { font-size: 16px; }

/* ---------- page hero (subpages) ---------- */
.page-hero { padding: clamp(40px, 6vw, 88px) 0 clamp(40px, 5.5vw, 80px); border-bottom: 1px solid var(--rule); }
.crumbs { display: flex; gap: 10px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-d); margin-bottom: 28px; }
.crumbs a:hover { color: var(--bone); }
.crumbs .current { color: var(--moss-light); }
.page-hero__grid { display: grid; gap: 36px; }
@media (min-width: 1000px) { .page-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: end; } }
.page-hero .h1 { margin-bottom: 22px; }
.page-hero__sub { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 20px; }
.page-hero .lead { margin-bottom: 30px; }
.page-hero__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-card); background: var(--carbon-2); }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- cards ---------- */
.card { background: var(--carbon-2); border: 1px solid var(--rule); border-radius: var(--r-card); padding: clamp(20px, 2.4vw, 32px); display: flex; flex-direction: column; gap: 12px; }
.card--flat { background: transparent; }
.card--bone { background: var(--bone); border-color: var(--bone); color: var(--carbon); }
.card--hl { border-color: var(--orange); }
.card--carbon { background: var(--carbon); border-color: var(--rule); }
.card__num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--orange); }
.card__num--moss { color: var(--moss-light); }
.card p { color: var(--grey-d); font-size: 14px; }
.card--bone p { color: var(--grey-l2); }
.card .h4, .card .h5 { margin-top: 2px; }
.card__foot { margin-top: auto; padding-top: 6px; }
.specs { display: grid; gap: 0; }
.specs div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dashed var(--rule-2); font-family: var(--font-mono); font-size: 12px; }
.specs div:last-child { border-bottom: 0; }
.specs dt { color: var(--grey-d); }
.specs dd { color: var(--bone); text-align: right; }
.specs--lg div { font-size: 13px; padding: 11px 0; }
.card--bone .specs div { border-color: var(--bone-rule); }
.card--bone .specs dt { color: var(--grey-l); }
.card--bone .specs dd { color: var(--carbon); }
.price { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.price__label { display: block; margin-bottom: 4px; }
.price__value { font-family: var(--font-mono); font-weight: 500; font-size: 22px; color: var(--bone); }
.price__value--lg { font-size: 28px; }

/* product cards (home) */
.pcard { padding: 0; overflow: hidden; }
.pcard__media { position: relative; aspect-ratio: 19 / 10; overflow: hidden; background: var(--carbon-3); }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; }
.pcard__media .tag { position: absolute; top: 14px; left: 14px; }
.pcard__body { padding: clamp(20px, 2.2vw, 28px); display: flex; flex-direction: column; gap: 14px; flex: 1; }
.pcard__title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.pcard__title .label { font-size: 11px; }
.pcard p { font-size: 15px; color: var(--bone-3); }

/* numbered feature list */
.nlist { display: grid; gap: 0; border-top: 1px solid var(--rule); }
.nlist li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--rule); align-items: start; }
.nlist .num { font-family: var(--font-mono); font-size: 11px; font-weight: 500; color: var(--orange); padding-top: 3px; }
.nlist strong { display: block; font-weight: 500; font-size: 15px; color: var(--bone); }
.nlist span.sub { display: block; font-size: 13px; color: var(--grey-d); margin-top: 2px; }
@media (min-width: 720px) { .nlist--2 { grid-template-columns: repeat(2, 1fr); gap: 0 40px; } .nlist--3 { grid-template-columns: repeat(3, 1fr); gap: 0 40px; } }

/* how-it-works triplets */
.trio { display: grid; gap: 28px 40px; }
@media (min-width: 800px) { .trio { grid-template-columns: repeat(3, 1fr); } }
.trio .label { display: block; margin-bottom: 10px; }
.trio .h4 { margin-bottom: 12px; }
.trio p { font-size: 14px; color: var(--grey-d); }
.on-light .trio p { color: var(--grey-l2); }
.trio--4 { gap: 28px 32px; }
@media (min-width: 800px) { .trio--4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 720px) and (max-width: 799px) { .trio, .trio--4 { grid-template-columns: repeat(2, 1fr); } }
.trio--rules > div { border-top: 1px solid var(--bone-2); padding-top: 18px; }
.trio--rules > div:last-child { border-top-color: var(--orange); }
.trio--cards { gap: 16px; }
.trio--cards > div { background: var(--carbon-2); border: 1px solid var(--rule); border-radius: var(--r-card); padding: clamp(20px, 2vw, 28px); }
.on-light .trio--cards > div { background: #fff; border-color: var(--bone-rule); }
.trio--cards .label { margin-bottom: 14px; }
.trio--cards .h5 { font-size: 20px; margin-bottom: 10px; }

/* title left, content right */
.aside-layout { display: grid; gap: 28px; }
@media (min-width: 960px) { .aside-layout { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 64px; align-items: start; } }
.aside-layout > * { min-width: 0; }
.aside-layout__head .body { margin-top: 18px; }
.aside-layout__head .btn { margin-top: 24px; }
.aside-layout .nlist { border-top: 0; }
.aside-layout .nlist li:first-child, .aside-layout .nlist--2 li:nth-child(2) { border-top: 1px solid var(--rule); }
@media (max-width: 719px) { .aside-layout .nlist--2 li:nth-child(2) { border-top: 0; } }
.aside-layout .nlist li { padding: 12px 0; }

/* ---------- ecosystem ---------- */
.eco-layout { display: grid; gap: 40px; }
@media (min-width: 1000px) { .eco-layout { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; align-items: start; } }
.eco { background: var(--carbon-2); border: 1px solid var(--rule); border-radius: var(--r-card); padding: clamp(16px, 2.2vw, 32px); display: grid; gap: 0; }
.eco__row { position: relative; }
.eco__head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.eco__head .num { font-family: var(--font-mono); font-size: 11px; font-weight: 500; background: var(--orange); color: var(--carbon); width: 22px; height: 22px; display: grid; place-items: center; border-radius: var(--r); }
.eco__head .h5 { font-size: 15px; letter-spacing: -0.02em; }
.eco__head .label { flex: 1; letter-spacing: 0.06em; white-space: nowrap; }
@media (max-width: 640px) { .eco__head .label { display: none; } }
.eco__head::after { content: ''; flex: 1; height: 1px; background: var(--rule-2); }
.eco__nodes { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); }
.eco__nodes--2 { grid-template-columns: repeat(2, 1fr); }
.eco__nodes--3 { grid-template-columns: repeat(3, 1fr); }
.eco__nodes--5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 520px) { .eco__nodes--5 { grid-template-columns: repeat(3, 1fr); } }
.node { position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; min-height: 110px; padding: 10px 6px; border-radius: var(--r); border: 1px solid var(--moss); background: var(--moss-dark); color: var(--bone); cursor: pointer; overflow: hidden; text-align: center; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; transition: border-color .15s; }
.node img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.node::after { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(17, 18, 16, 0.15), rgba(17, 18, 16, 0.85)); z-index: 1; }
.node span { position: relative; z-index: 2; }
.node--conv { border-color: var(--orange-bone); background: #2A211B; }
.node--grid { border-color: var(--grey-mid); }
.node--heat { border-color: var(--moss-light); }
.node--out { background: var(--bone); border-color: var(--bone); color: var(--carbon); min-height: 84px; justify-content: center; flex-direction: column; gap: 8px; }
.node--out::after { display: none; }
.node--out .dot { width: 8px; height: 8px; background: var(--orange); border-radius: 1px; }
.node.is-on, .node:hover { border-color: var(--bone); outline: 2px solid var(--orange); outline-offset: 2px; }
.node--core { display: flex; width: 100%; min-height: 120px; flex-direction: row; justify-content: space-between; align-items: center; gap: 16px; text-align: left; border-color: var(--bone); background: var(--carbon); padding: 20px 18px; }
.node--core .core-brand > span { display: block; }
.node--core .core-app { flex: none; }
@media (max-width: 560px) { .node--core { flex-wrap: wrap; justify-content: flex-start; } .node--core .core-app { text-align: left; } .node--core .core-app small { display: none; } }
.node--core::after { background: linear-gradient(90deg, rgba(17, 18, 16, 0.92) 0%, rgba(17, 18, 16, 0.75) 55%, rgba(17, 18, 16, 0.25) 100%); }
.node--core .core-brand { display: flex; align-items: center; gap: 12px; z-index: 2; position: relative; }
.node--core .core-brand .logo-mark { width: 56px; height: 38px; }
.node--core .core-brand strong { display: block; font-family: var(--font-display); font-size: 20px; letter-spacing: -0.03em; text-transform: uppercase; }
.node--core .core-brand small { display: block; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; color: var(--moss-light); margin-top: 4px; }
.node--core .core-app { z-index: 2; position: relative; text-align: right; }
.node--core .core-app .tag { font-size: 9px; }
.node--core .core-app small { display: block; font-family: var(--font-mono); font-size: 9px; color: var(--bone-3); margin-top: 6px; letter-spacing: 0; text-transform: none; }
.eco__connector { display: flex; justify-content: center; height: 22px; }
.eco__connector::before { content: ''; width: 0; border-left: 2px dashed var(--orange); }
.eco__connector--2 { justify-content: space-around; }
.eco__connector--right { justify-content: flex-end; padding-right: 25%; }
.eco__connector--2::after { content: ''; width: 0; border-left: 2px dashed var(--orange); }
.eco__panel { margin-top: 16px; background: var(--bone); color: var(--carbon); padding: 16px 18px; border-radius: var(--r); }
.eco__panel .label { color: var(--orange-bone); display: block; margin-bottom: 6px; }
.eco__panel p { font-size: 14px; color: var(--carbon); }
.eco__aside .body { margin-bottom: 24px; }

/* ---------- calculator ---------- */
.calc { display: grid; border-radius: var(--r-card); overflow: hidden; }
@media (min-width: 1000px) { .calc { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.calc__inputs { background: var(--bone); color: var(--carbon); padding: clamp(24px, 3.5vw, 56px); }
.calc__inputs .h2 { color: var(--carbon); margin-bottom: 18px; }
.calc__intro { color: var(--grey-l2); margin-bottom: 26px; }
.calc__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 16px; }
.calc__grid .field--wide { grid-column: 1 / -1; }
@media (max-width: 480px) { .calc__grid { grid-template-columns: 1fr; } }
.calc__assumptions { margin-top: 22px; font-size: 10px; color: var(--grey-l); line-height: 1.6; }
.calc__result { position: relative; background: var(--moss); color: var(--bone); padding: clamp(24px, 3.5vw, 56px); display: flex; flex-direction: column; gap: 22px; --rule: rgba(242, 240, 234, 0.22); }
/* "On Moss: Bone + Safety" surface from the brand guide */
.calc__result .label, .calc__result .label--moss, .calc__result .muted, .calc__result .calc__bar-head, .calc__result .calc__bar-foot, .calc__result .kpis dt, .calc__result .kpis small { color: var(--bone-2); }
.calc__result .calc__paid, .calc__result .kpis dd.orange { color: var(--orange); }
.calc__result .meter { background: rgba(17, 18, 16, 0.35); }
.calc__result .meter__fill { background: var(--bone-2); }
.calc__result .deco-bars .bar-dim { fill: rgba(17, 18, 16, 0.35); }
.deco-bars { position: absolute; top: 0; right: 0; width: clamp(120px, 14vw, 200px); height: auto; pointer-events: none; z-index: 0; }
.calc__result > *:not(.deco-bars) { position: relative; z-index: 1; }
@media (min-width: 1000px) { .calc__result > .label:first-of-type, .calc__result .calc__payback { padding-right: clamp(130px, 15vw, 215px); } }
.calc__payback { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.calc__months { font-family: var(--font-mono); font-weight: 500; font-size: clamp(4rem, 6.6vw, 6rem); letter-spacing: -0.03em; line-height: 0.9; color: var(--bone); }
.calc__months-unit { font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.75rem); text-transform: uppercase; letter-spacing: -0.03em; }
.calc__note { font-size: 14px; }
.calc__bar-head, .calc__bar-foot { display: flex; justify-content: space-between; font-size: 10px; color: var(--grey-d); gap: 12px; }
.calc__bar-head { margin-bottom: 8px; }
.calc__bar-foot { margin-top: 8px; position: relative; height: 16px; }
.calc__bar-foot > span:first-child { position: absolute; left: 0; }
.calc__bar-foot > span:last-child { position: absolute; right: 0; }
.calc__paid { color: var(--orange); position: absolute; left: 50%; transform: translateX(-50%); white-space: nowrap; }
@media (max-width: 560px) { .calc__bar-foot { height: auto; padding-top: 18px; } .calc__bar-foot > span:first-child, .calc__bar-foot > span:last-child { top: 0; } .calc__paid { position: static; transform: none; display: block; } }
@media (max-width: 999px) { .deco-bars { width: 90px; } .calc__result > .label:first-of-type { padding-right: 100px; } }
.meter { position: relative; height: 8px; background: var(--carbon-3); border-radius: 2px; }
.meter__fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--moss); border-radius: 2px; transition: width .3s; }
.meter__marker { position: absolute; top: -4px; bottom: -4px; width: 2px; background: var(--orange); transform: translateX(-1px); transition: left .3s; }
.kpis { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--rule); }
.kpis > div { padding: 18px 0 18px 16px; border-bottom: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.kpis > div:nth-child(odd) { padding-left: 0; border-left: 0; }
.kpis dt { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey-d); margin-bottom: 8px; }
.kpis dd { font-family: var(--font-mono); font-weight: 500; font-size: 20px; color: var(--bone); }
.kpis dd.orange { color: var(--orange); }
.kpis small { display: block; font-family: var(--font-mono); font-size: 11px; color: var(--moss-light); margin-top: 6px; }
.calc__foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: auto; }
.calc__foot p { flex: 1 1 200px; max-width: 34ch; }
.live { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-l); margin-left: auto; }
.live.is-live { color: var(--orange); }
.field label.label { display: flex; justify-content: space-between; gap: 8px; }

/* ---------- forms ---------- */
.field { display: grid; gap: 7px; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border-radius: var(--r); border: 1px solid var(--rule-2); background: var(--carbon-2); color: var(--bone); font-size: 14px; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%239A9A92' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.field input::placeholder { color: var(--grey-d); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--orange); outline-offset: 0; border-color: var(--orange); }
.calc__inputs .field input, .calc__inputs .field select { background: #fff; color: var(--carbon); border-color: var(--bone-rule); font-family: var(--font-mono); font-size: 14px; }
.calc__inputs .field select { font-family: var(--font-body); text-overflow: ellipsis; }
.field.has-error input, .field.has-error select { border-color: var(--danger); }
.field-error { color: var(--danger); font-size: 12px; font-family: var(--font-mono); }
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { padding: 12px 14px; border-radius: var(--r); font-size: 14px; margin-top: 14px; }
.form-status--info { background: var(--carbon-2); color: var(--bone-3); }
.form-status--ok { background: var(--moss-dark); color: var(--bone); border: 1px solid var(--moss); }
.form-status--error { background: #3a1f1a; color: var(--bone); border: 1px solid var(--danger); }
.qform__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.qform__actions { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.qform__actions > .btn--primary:last-child { margin-left: auto; }
.qform__note { grid-column: 1 / -1; font-size: 10px; color: var(--grey-d); }
.qform__note a { color: var(--moss-light); }
@media (max-width: 560px) { .qform__grid { grid-template-columns: 1fr; } .qform__actions { justify-content: stretch; } .qform__actions .btn { flex: 1; } }
@media (min-width: 960px) { .qform__grid--3 { grid-template-columns: repeat(3, 1fr); } }
.hreq { display: grid; gap: 28px; }
@media (min-width: 960px) { .hreq { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 56px; align-items: start; } }
.hreq .h3 { margin-bottom: 12px; }

/* quote block */
.quote-block { position: relative; overflow: hidden; border: 1px solid var(--orange); border-radius: var(--r-card); padding: clamp(24px, 3.5vw, 48px); display: grid; gap: 32px; background: var(--carbon); }
.quote-block > *:not(.deco-bars) { position: relative; z-index: 1; }
.quote-block__head .h3 { margin-bottom: 14px; }
.quote-block__head .body { max-width: 52ch; }
@media (min-width: 1000px) { .quote-block__head { padding-right: clamp(130px, 15vw, 215px); } }

/* ship strip */
.ship-strip { display: grid; gap: 18px; align-items: center; padding: clamp(18px, 2vw, 24px) clamp(20px, 2.4vw, 32px); border: 1px solid var(--rule); border-radius: var(--r-card); background: var(--carbon-2); }
@media (min-width: 960px) { .ship-strip { grid-template-columns: auto 1fr auto; gap: 40px; } }
.ship-strip .label { display: block; margin-bottom: 8px; }
.ship-strip .h5 { font-size: 18px; }

/* sister + footer */
.sister { background: var(--bone); color: var(--carbon); padding: 14px 0; }
.sister__inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.sister__logo img { height: 36px; width: auto; }
.sister__text { flex: 1; font-size: 14px; color: var(--grey-l2); min-width: 200px; }
.sister__link { font-weight: 700; font-size: 14px; color: var(--carbon); text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.site-footer { padding-top: clamp(48px, 6vw, 80px); }
.site-footer__grid { display: grid; gap: 36px; padding-bottom: 40px; border-bottom: 1px solid var(--rule); }
@media (min-width: 800px) { .site-footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 24px; } }
.site-footer__blurb { font-size: 14px; color: var(--grey-d); max-width: 34ch; margin-top: 18px; }
.site-footer__title { font-family: var(--font-mono); font-weight: 500; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey-d); margin-bottom: 16px; }
.site-footer ul { display: grid; gap: 10px; }
.site-footer ul a { font-size: 14px; color: var(--bone-3); }
.site-footer ul a:hover { color: var(--bone); }
.site-footer__office { font-size: 12px; color: var(--bone-3); line-height: 1.6; margin-bottom: 12px; }
.site-footer__office a:hover { color: var(--bone); }
.site-footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; padding-block: 22px 32px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-d); }
.site-footer__legal { display: flex; gap: 22px; }
.site-footer__legal a:hover { color: var(--bone); }

/* ---------- monitoring mock ---------- */
.mon { display: grid; gap: 40px; align-items: center; }
@media (min-width: 1000px) { .mon { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 64px; } }
.mon__copy .body { margin: 0 0 28px; font-size: 16px; color: var(--bone-3); }
.mon__copy .nlist { margin-bottom: 24px; }
.mon__copy .nlist strong { font-size: 15px; }
.mon__side { min-width: 0; }
.mon__cta { display: flex; justify-content: flex-end; margin-top: 20px; }
@media (max-width: 560px) { .mon__cta .btn { width: 100%; } }
.mock { background: var(--carbon-2); border: 1px solid var(--rule); border-radius: var(--r-card); overflow: hidden; }
.mock__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--rule); }
.mock__head strong { font-family: var(--font-display); font-size: 18px; letter-spacing: -0.03em; display: block; }
.mock__head .label { display: block; margin-top: 4px; letter-spacing: 0.04em; }
.mock__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.mock__grid > div { padding: 16px 20px; border-bottom: 1px solid var(--rule); }
.mock__grid > div:nth-child(odd) { border-right: 1px solid var(--rule); }
.mock__grid .label { display: block; margin-bottom: 6px; letter-spacing: 0.08em; }
.mock__grid .v { font-family: var(--font-mono); font-weight: 500; font-size: 22px; color: var(--bone); }
.mock__grid .v small { font-size: 13px; color: var(--grey-d); margin-left: 6px; }
.mock__chart { padding: 16px 20px 20px; }
.mock__chart .label { display: flex; justify-content: space-between; margin-bottom: 10px; }
.bars { display: flex; align-items: flex-end; gap: 4px; height: 56px; }
.bars span { flex: 1; background: var(--moss); border-radius: 1px; }
.bars span.hot { background: var(--orange); }

/* hosting teaser */
.teaser { display: grid; gap: 20px; align-items: center; padding: clamp(28px, 3.5vw, 40px) 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
@media (min-width: 960px) { .teaser { grid-template-columns: minmax(0, 4fr) minmax(0, 5fr) auto; gap: 40px; } }
.teaser .eyebrow { margin-bottom: 10px; }
.teaser .body { color: var(--grey-d); }

/* shipping */
.ship { display: grid; gap: 20px; }
@media (min-width: 1000px) { .ship { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); } }
.map-panel { background: var(--bone); color: var(--carbon); border-radius: var(--r-card); padding: clamp(18px, 2vw, 24px); display: flex; flex-direction: column; gap: 16px; }
.map-panel__head { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey-l); }
.map-panel__head span:last-child { color: var(--moss); }
.map-panel img { width: 100%; height: auto; }
.ship-card { background: var(--moss); border: 1px solid var(--moss); color: var(--bone); border-radius: var(--r-card); overflow: hidden; display: flex; flex-direction: column; --rule: rgba(242, 240, 234, 0.22); --rule-2: rgba(242, 240, 234, 0.3); }
.ship-card .label, .ship-card__body .label--moss, .ship-card .steps4 p, .ship-card .stat__label { color: var(--bone-2); }
.ship-card .steps4 .label--orange, .ship-card .steps4 > div.hot .label { color: var(--orange); }
.ship-card__media { position: relative; aspect-ratio: 5 / 2; overflow: hidden; }
.ship-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ship-card__media .label { position: absolute; left: 0; bottom: 0; background: var(--carbon); color: var(--bone); padding: 8px 12px; }
.ship-card__body { padding: clamp(20px, 2.2vw, 28px); display: flex; flex-direction: column; gap: 20px; }
.ship-card__body .label { display: block; }
.steps4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 24px; }
.steps4 > div { border-top: 2px solid var(--rule-2); padding-top: 12px; }
.steps4 > div.hot { border-top-color: var(--orange); }
.steps4 .label { margin-bottom: 8px; }
.steps4 p { font-size: 14px; color: var(--grey-d); }
.ship-card .stats { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 560px) { .ship-card .stats { grid-template-columns: repeat(4, 1fr); } }
.ship-card .stat__value { font-size: 18px; }

/* team */
.team-list { display: grid; }
@media (min-width: 720px) { .team-list { grid-template-columns: repeat(2, 1fr); gap: 0 40px; } }
.team-list li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--rule); }
.team-list li:first-child, .team-list li:nth-child(2) { border-top: 1px solid var(--rule); }
@media (max-width: 719px) { .team-list li:nth-child(2) { border-top: 0; } }
.team-list img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.team-list strong { display: block; font-size: 14px; font-weight: 700; color: var(--bone); }
.team-list small { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--grey-d); margin-top: 2px; }
.team { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 18px 16px; }
.team figure img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--r); }
.team figcaption { margin-top: 10px; }
.team figcaption strong { display: block; font-size: 13px; font-weight: 700; color: var(--bone); }
.team figcaption span { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--grey-d); margin-top: 3px; }
.team--sm { grid-template-columns: repeat(4, 1fr); gap: 12px 10px; }
.team--sm figcaption strong { font-size: 12px; }

/* home about + quote split */
.about-quote { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
@media (min-width: 1000px) { .about-quote { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.about-quote > .card { gap: 18px; }
.about-quote .quote-block { padding: clamp(24px, 3vw, 40px); }

/* ---------- compare table ---------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare { width: 100%; border-collapse: collapse; min-width: 720px; font-family: var(--font-mono); font-size: 13px; }
.compare th, .compare td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--rule); vertical-align: top; }
.compare thead th { vertical-align: bottom; border-top: 1px solid var(--rule); }
.compare thead th:first-child { border-top: 0; }
.compare[data-current="air"] thead .col-air, .compare[data-current="hydro"] thead .col-hydro, .compare[data-current="immersion"] thead .col-immersion { border-top: 2px solid var(--orange); }
.compare thead .col-title { font-family: var(--font-display); font-size: 22px; text-transform: uppercase; letter-spacing: -0.03em; color: var(--bone); display: block; }
.compare thead .label { display: block; margin-bottom: 8px; }
.compare tbody th { font-weight: 400; color: var(--grey-d); font-size: 12px; width: 22%; }
.compare td { color: var(--bone-3); }
.compare[data-current="air"] .col-air, .compare[data-current="hydro"] .col-hydro, .compare[data-current="immersion"] .col-immersion { color: var(--bone); background: var(--carbon-2); }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }

/* ---------- pricing ---------- */
.pricing { display: grid; gap: 16px; }
@media (min-width: 800px) { .pricing { grid-template-columns: repeat(3, 1fr); } }
.pricing .price-big { font-family: var(--font-mono); font-weight: 500; font-size: clamp(2rem, 3.2vw, 2.75rem); color: var(--bone); margin: 8px 0 4px; }
.pricing .card--bone .price-big { color: var(--carbon); }
.pricing .sub { font-family: var(--font-mono); font-size: 12px; color: var(--moss-light); }
.pricing .card--bone .sub { color: var(--moss); }

/* ---------- energy flow diagram ---------- */
.flow { display: grid; gap: 12px; }
@media (min-width: 720px) { .flow { grid-template-columns: 1fr auto 1fr; align-items: stretch; } }
.flow__col .label { display: block; margin-bottom: 10px; }
.flow__col dl { display: grid; gap: 8px; }
@media (min-width: 720px) { .flow--band .flow__col dl { grid-template-columns: repeat(3, 1fr); } .flow--band .flow__mid { padding-inline: 24px; } }
.flow__col dl div { padding: 12px 14px; background: var(--carbon-2); border: 1px solid var(--rule); border-radius: var(--r-card); }
.flow__col--out dl div { background: var(--bone); color: var(--carbon); border-color: var(--bone); }
.flow__col dt { font-family: var(--font-mono); font-size: 10px; color: var(--grey-d); }
.flow__col--out dt { color: var(--grey-l); }
.flow__col dd { font-family: var(--font-mono); font-size: 16px; color: var(--bone); margin-top: 4px; }
.flow__col--out dd { color: var(--carbon); }
.flow__mid { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 12px; }
.flow__mid .logo-mark { width: 48px; height: 33px; color: var(--bone); }
.flow__mid .label { color: var(--moss-light); }
.flow__mid::before, .flow__mid::after { content: ''; flex: 1; width: 0; border-left: 2px dashed var(--orange); }
@media (min-width: 720px) { .flow__mid::before, .flow__mid::after { width: auto; height: 0; border-left: 0; border-top: 2px dashed var(--orange); flex: 1; min-width: 24px; } .flow__mid { flex-direction: row; } }
.bigstats { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); }
.bigstats > div { border-top: 1px solid var(--carbon); padding-top: 14px; }
.bigstats .v { font-family: var(--font-mono); font-weight: 500; font-size: 26px; color: var(--carbon); }
.bigstats .label { display: block; margin-top: 6px; }

/* ---------- references (projects) ---------- */
.ref { display: grid; gap: 24px; background: var(--carbon-2); border: 1px solid var(--rule); border-radius: var(--r-card); overflow: hidden; }
@media (min-width: 900px) { .ref { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .ref--rev .ref__media { order: 2; } }
.ref__media { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: var(--carbon); }
.ref__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.ref__media img:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.ref__body { padding: clamp(22px, 3vw, 40px); display: flex; flex-direction: column; gap: 16px; }
.ref__body .h3 { font-size: clamp(1.5rem, 2.3vw, 2rem); }
.ref__body .body { color: var(--bone-3); }
.ref__body .stats { margin-top: 8px; }
.supply { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.supply .card { gap: 6px; padding: 18px 20px; }
.supply .card .h5 { font-size: 18px; }
.supply .card p { font-family: var(--font-mono); font-size: 11px; }
.supply .card .stat__value--lg { font-size: 28px; }

/* ---------- legal ---------- */
.legal-head { padding: clamp(40px, 5vw, 64px) 0 clamp(28px, 4vw, 48px); border-bottom: 1px solid var(--rule); }
.legal-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; font-family: var(--font-mono); font-size: 12px; color: var(--grey-d); margin-top: 22px; }
.legal-meta .draft { color: var(--orange); }
.legal { display: grid; gap: 40px; }
@media (min-width: 960px) { .legal { grid-template-columns: 300px minmax(0, 1fr); gap: 64px; align-items: start; } .legal__toc { position: sticky; top: calc(var(--header-h) + 24px); } }
.legal__toc ol { display: grid; gap: 0; border-top: 1px solid var(--rule); }
.legal__toc li { border-bottom: 1px solid var(--rule); }
.legal__toc a { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; font-size: 14px; color: var(--bone-3); }
.legal__toc a span { font-family: var(--font-mono); font-size: 11px; color: var(--grey-d); }
.legal__toc a:hover { color: var(--bone); }
.legal__body { display: grid; gap: 40px; max-width: 72ch; }
.legal__body section .num { font-family: var(--font-mono); font-size: 12px; color: var(--orange); display: block; margin-bottom: 10px; }
.legal__body .h4 { margin-bottom: 14px; }
.legal__body p { font-size: 15px; color: var(--bone-3); line-height: 1.65; }

/* ---------- office banner ---------- */
.office-banner { position: relative; background: var(--carbon-2); border-radius: var(--r-card); overflow: hidden; aspect-ratio: 1312 / 380; max-width: 100%; }
@media (max-width: 719px) { .office-banner { aspect-ratio: 4 / 3; } }
.office-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.office-banner__cap { position: absolute; left: 0; bottom: 0; background: var(--carbon); padding: 10px 14px; display: grid; gap: 3px; }
.office-banner__cap strong { font-size: 13px; }

/* contact panel */
.contact .h2 { margin-bottom: 28px; }
.contact dl { display: grid; gap: 22px 40px; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; }
@media (max-width: 560px) { .contact dl { grid-template-columns: minmax(0, 1fr); } }
.contact dd { overflow-wrap: anywhere; }
.contact dl .btn-row { margin-top: 4px; }
.contact dt { font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-l); margin-bottom: 6px; }
.contact dd { font-size: 15px; color: var(--carbon); }
.contact dd a:hover { color: var(--orange-bone); }

/* ---------- panels ---------- */
.panel { border-radius: var(--r-card); padding: clamp(24px, 3.5vw, 56px); }
.panel--bone { background: var(--bone); color: var(--carbon); }
.panel--carbon2 { background: var(--carbon-2); border: 1px solid var(--rule); }
.panel--carbon { background: var(--carbon); border: 1px solid var(--rule); }
.panel .eyebrow { margin-bottom: 16px; }

/* ---------- misc ---------- */
[data-reveal] { opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }
.error-page { min-height: 60vh; display: grid; place-items: center; text-align: center; padding-block: 64px; }
.error-page .h1 { font-size: clamp(4rem, 14vw, 9rem); color: var(--orange); }
.gallery { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.gallery figure { position: relative; overflow: hidden; border-radius: var(--r); background: var(--carbon-2); }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery figcaption { position: absolute; left: 0; bottom: 0; background: var(--carbon); color: var(--bone); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 8px 12px; }
.compat { display: grid; gap: 22px; }
@media (min-width: 960px) { .compat { grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 6fr); gap: 40px; align-items: start; } .compat .body, .compat .miner-list { padding-top: 34px; } }
.compat .eyebrow { margin-bottom: 14px; }
.miner-list { display: flex; flex-wrap: wrap; gap: 8px; }
.miner-list li { font-family: var(--font-mono); font-size: 12px; padding: 8px 12px; border: 1px solid var(--bone-rule); border-radius: var(--r); background: #fff; color: var(--carbon); }
.split { display: grid; gap: 32px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; } }
.split img { width: 100%; border-radius: var(--r-card); aspect-ratio: 4 / 3; object-fit: cover; }
.notice { border-left: 3px solid var(--orange); padding: 10px 14px; background: var(--carbon-2); color: var(--bone-3); font-size: 13px; }

/* ---------- cubeapp page ---------- */
.chain { display: flex; flex-wrap: wrap; gap: 10px 30px; align-items: center; }
.chain li { position: relative; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; padding: 9px 12px; border: 1px solid var(--rule-2); border-radius: var(--r); background: var(--carbon-2); color: var(--bone); }
.chain li:not(:last-child)::after { content: '\2192'; position: absolute; right: -22px; top: 50%; transform: translateY(-50%); color: var(--orange); font-family: var(--font-body); }
.chain li:first-child { border-color: var(--orange); color: var(--orange); }
.screens { display: grid; gap: 32px; }
@media (min-width: 800px) { .screens { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 32px; } }
.screen__frame { position: relative; aspect-ratio: 16 / 10; background: var(--carbon-2); border: 1px dashed var(--rule-2); border-radius: var(--r-card); display: grid; place-items: center; margin-bottom: 16px; overflow: hidden; }
.screen__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.screen__frame .label { color: var(--grey-l); }
.screen .h4 { font-size: 20px; margin-bottom: 8px; }
.screen p { font-size: 14px; color: var(--grey-d); }
.duo { display: grid; gap: 16px; }
@media (min-width: 960px) { .duo { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; } }
.duo .nlist { border-top: 1px solid var(--rule); }
.hero-shots { position: relative; padding-bottom: 14%; }
.hero-shots__desk { border: 1px solid var(--rule-2); border-radius: var(--r-card); overflow: hidden; background: var(--carbon-2); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45); }
.hero-shots__desk img { width: 100%; height: auto; }
.hero-shots__phone { position: absolute; left: -4%; bottom: 0; width: 28%; border-radius: 10px; overflow: hidden; border: 1px solid var(--rule-2); background: var(--carbon-2); box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5); }
.hero-shots__phone img { width: 100%; height: auto; display: block; }
@media (max-width: 999px) { .hero-shots { padding-bottom: 0; } .hero-shots__phone { display: none; } }
.phones { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
@media (min-width: 720px) { .phones { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.phone { position: relative; border: 1px solid var(--rule-2); border-radius: 12px; overflow: hidden; background: var(--carbon-2); aspect-ratio: 9 / 18; }
.phone img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 10px; background: var(--carbon); color: var(--bone); text-align: center; }
