:root {
  color-scheme: light;
  --ink: #121311;
  --muted: #65695f;
  --paper: #f2f1eb;
  --line: #d5d6ce;
  --lime: #c9ff45;
  --violet: #876bff;
  --orange: #ff7b38;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, a { font: inherit; }
a { color: inherit; }
.hidden { display: none !important; }

.site-header {
  height: 88px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 72px); border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--ink); color: var(--lime); font-weight: 900; clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%); }
.brand > span:last-child { display: grid; line-height: 1; gap: 4px; }
.brand strong { font-size: 17px; letter-spacing: .08em; }
.brand small { font-size: 9px; letter-spacing: .22em; color: var(--muted); }
.network-pill { border: 1px solid var(--line); border-radius: 100px; padding: 9px 13px; display: flex; gap: 9px; align-items: center; font-size: 10px; letter-spacing: .14em; font-weight: 800; }
.network-pill i { width: 7px; height: 7px; border-radius: 50%; background: #69cb38; box-shadow: 0 0 0 4px #69cb3820; }

main { overflow: hidden; }
.hero { padding: clamp(68px, 10vw, 140px) clamp(22px, 8vw, 120px) 84px; position: relative; }
.hero::after { content: ""; position: absolute; width: min(42vw, 560px); aspect-ratio: 1; right: -9vw; top: 4vw; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 70px transparent, 0 0 0 71px var(--line), 0 0 0 140px transparent, 0 0 0 141px var(--line); opacity: .65; pointer-events: none; }
.eyebrow { font-size: 11px; line-height: 1; font-weight: 850; letter-spacing: .19em; margin: 0 0 22px; color: var(--muted); }
.hero h1 { position: relative; z-index: 1; margin: 0; max-width: 1000px; font-size: clamp(58px, 10vw, 146px); line-height: .83; letter-spacing: -.075em; font-weight: 850; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px var(--ink); }
.hero-copy { position: relative; z-index: 1; max-width: 570px; margin: 48px 0 0 clamp(0px, 18vw, 250px); color: var(--muted); font-size: clamp(16px, 1.5vw, 21px); line-height: 1.55; }
.hero-meta { position: relative; z-index: 1; margin-top: 70px; border-top: 1px solid var(--line); padding-top: 18px; display: flex; gap: 34px; flex-wrap: wrap; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta b { color: var(--muted); margin-right: 6px; }

.shop-section { padding: 84px clamp(22px, 5vw, 72px) 110px; background: #181a17; color: #f5f4ef; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 36px; }
.section-heading h2 { font-size: clamp(34px, 4vw, 62px); letter-spacing: -.05em; margin: 0; }
.section-heading p { color: #a7aba0; max-width: 390px; line-height: 1.5; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #3c3f38; }
.product-card { min-width: 0; border-right: 1px solid #3c3f38; transition: opacity .2s ease; }
.product-card:last-child { border-right: 0; }
.product-card.loading { opacity: .7; }
.product-art { height: clamp(260px, 31vw, 430px); position: relative; overflow: hidden; color: var(--ink); padding: 24px; }
.accent-lime .product-art { background: var(--lime); }
.accent-violet .product-art { background: var(--violet); }
.accent-orange .product-art { background: var(--orange); }
.art-grid { position: absolute; inset: 0; background-image: linear-gradient(#10110f16 1px, transparent 1px), linear-gradient(90deg, #10110f16 1px, transparent 1px); background-size: 32px 32px; }
.product-art b { position: absolute; left: 24px; bottom: 15px; font-size: clamp(66px, 8vw, 126px); letter-spacing: -.08em; line-height: .8; }
.product-art i { position: absolute; top: 24px; right: 24px; font-size: 9px; font-style: normal; font-weight: 900; line-height: 1.15; letter-spacing: .14em; text-align: right; }
.product-body { min-height: 310px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.product-detail { color: #92978c !important; text-transform: uppercase; letter-spacing: .12em; font-size: 9px !important; }
.product-body h3 { font-size: 27px; letter-spacing: -.04em; margin: 14px 0 9px; }
.product-body p { margin: 0; color: #b8bcb2; line-height: 1.45; font-size: 14px; }
.product-buy { display: grid; gap: 17px; }
.product-buy strong { font-size: 28px; }
.product-buy small { color: #92978c; font-size: 10px; letter-spacing: .12em; }
.button { min-height: 48px; border: 0; border-radius: 0; display: inline-flex; align-items: center; justify-content: space-between; padding: 0 17px; text-decoration: none; cursor: pointer; font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.button-dark { background: #f4f3ed; color: var(--ink); }
.button-dark:hover { background: var(--lime); }
.button-primary { background: var(--ink); color: var(--paper); min-width: 180px; }

.status-panel { min-height: calc(100vh - 88px); display: grid; grid-template-columns: minmax(260px, 42%) minmax(0, 1fr); align-items: center; gap: clamp(40px, 8vw, 130px); padding: clamp(50px, 8vw, 110px); }
.status-orbit { aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; box-shadow: inset 0 0 0 clamp(34px, 6vw, 90px) var(--paper), inset 0 0 0 calc(clamp(34px, 6vw, 90px) + 1px) var(--line); }
.status-orbit span { width: 24%; aspect-ratio: 1; background: var(--lime); clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scale(.82) rotate(6deg); } }
.status-panel h2 { margin: 0; font-size: clamp(44px, 6vw, 86px); line-height: .92; letter-spacing: -.065em; max-width: 760px; }
.status-panel > div:last-child > p:not(.eyebrow) { max-width: 620px; color: var(--muted); line-height: 1.55; font-size: 18px; }
.status-facts { border-top: 1px solid var(--line); margin: 40px 0 30px; }
.status-facts div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.status-facts dt { color: var(--muted); }
.status-facts dd { margin: 0; font-weight: 750; text-transform: uppercase; text-align: right; }
.status-actions { display: flex; gap: 24px; align-items: center; }
.text-link { font-weight: 750; font-size: 13px; }

footer { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px clamp(22px, 5vw, 72px); border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .08em; }
footer span { font-weight: 900; }
footer p { color: var(--muted); margin: 0; }
footer a { font-weight: 800; }
.toast { position: fixed; z-index: 10; right: 22px; bottom: 22px; max-width: 440px; background: var(--ink); color: white; padding: 17px 20px; box-shadow: 0 14px 50px #0004; font-size: 13px; }

@media (max-width: 850px) {
  .hero { padding-top: 74px; }
  .hero-copy { margin-left: 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { border-right: 0; border-bottom: 1px solid #3c3f38; }
  .product-card:last-child { border-bottom: 0; }
  .product-art { height: 320px; }
  .status-panel { grid-template-columns: 1fr; }
  .status-orbit { max-width: 360px; }
}

@media (max-width: 560px) {
  .site-header { height: 74px; }
  .network-pill { padding: 8px; }
  .network-pill span { display: none; }
  .hero h1 em { -webkit-text-stroke-width: 1px; }
  .hero-meta { display: grid; gap: 12px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 12px; }
  .status-panel { min-height: calc(100vh - 74px); padding-inline: 22px; }
  .status-facts div { display: grid; }
  .status-facts dd { text-align: left; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .status-orbit span { animation: none; }
}
