@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/familjen-grotesk.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
:root {
  --black: #000;
  --ink: #f4f4f4;
  --soft: #bbb5c8;
  --cyan: #00ffff;
  --green: #00ff00;
  --magenta: #ff006e;
  --orange: #ff6b00;
  --violet: #8b00ff;
  --line: rgba(255,255,255,.2);
  --panel: rgba(0,0,0,.88);
  --display: "Bricolage Grotesque", sans-serif;
  --body: "Familjen Grotesk", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; }
body {
  min-height: 100vh; margin: 0; overflow-x: clip;
  background: var(--black); color: var(--ink);
  font: 400 1rem/1.55 var(--body);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2;
  background: url("../stills/s4.jpg") center 28% / cover no-repeat;
  opacity: .32;
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1;
  background: rgba(0,0,0,.58);
}
a { color: var(--cyan); text-underline-offset: .2em; }
a:hover { text-decoration: none; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
::selection { background: var(--green); color: var(--black); }
.skip {
  position: fixed; z-index: 100; top: 10px; left: 10px; translate: 0 -160%;
  padding: .7rem 1rem; background: var(--cyan); color: var(--black); font-weight: 800;
}
.skip:focus { translate: 0; }
.site-head {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: 72px; padding: 10px clamp(16px,4vw,56px);
  border-bottom: 1px solid var(--line); background: rgba(0,0,0,.9); backdrop-filter: blur(14px);
}
.logo { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.logo img { width: clamp(128px,14vw,176px); height: auto; }
.nav { display: flex; align-items: center; gap: clamp(.7rem,2vw,1.7rem); }
.nav a {
  min-height: 44px; display: inline-flex; align-items: center;
  color: var(--ink); font-size: 1rem; font-weight: 700; text-decoration: none; white-space: nowrap;
}
.nav a[aria-current="page"], .nav a:hover { color: var(--cyan); }
.shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.hero { min-height: 68vh; display: grid; align-items: end; padding-block: clamp(5rem,12vw,10rem) clamp(4rem,8vw,7rem); }
.store-hero { grid-template-columns: minmax(0,.84fr) minmax(22rem,1.16fr); gap: clamp(2rem,6vw,6rem); align-items: center; min-height: calc(100svh - 72px); }
.store-hero h1 { max-width: 9ch; font-size: clamp(3.8rem,7.2vw,7rem); }
.hero-copy { position: relative; z-index: 2; min-width: 0; max-width: 100%; }
.hero-visual { position: relative; margin: 0; min-width: 0; filter: drop-shadow(0 0 42px rgba(0,255,255,.32)); }
.hero-visual::before {
  content: "SIGNAL // 001"; position: absolute; z-index: 3; top: -14px; left: -14px;
  padding: .55rem .8rem; background: var(--magenta); color: var(--ink);
  font: 800 .78rem/1 var(--body); letter-spacing: .14em; rotate: -3deg;
}
.hero-visual::after {
  content: ""; position: absolute; inset: 10% -16px -16px 10%; z-index: -1;
  border: 3px solid var(--green); background: var(--violet);
  clip-path: polygon(6% 0,100% 0,95% 100%,0 92%);
}
.hero-visual video {
  width: 100%; max-height: 76vh; object-fit: cover; aspect-ratio: 9/12;
  border: 3px solid var(--cyan); background: var(--black);
  clip-path: polygon(0 3%,94% 0,100% 91%,8% 100%);
}
.kicker, .code {
  margin: 0 0 1rem; color: var(--cyan); font: 700 .84rem/1 var(--body);
  letter-spacing: .18em; text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; font-family: var(--display); line-height: .95; text-wrap: balance; }
h1 { max-width: 10ch; margin-bottom: 1.5rem; font-size: clamp(3.8rem,11vw,9.5rem); letter-spacing: -.065em; }
h2 { font-size: clamp(2.3rem,6vw,5.4rem); letter-spacing: -.045em; }
h3 { font-size: clamp(1.5rem,3vw,2.5rem); letter-spacing: -.03em; }
.lead { max-width: 65ch; color: #d8d3e1; font-size: clamp(1.12rem,2vw,1.42rem); }
.signal-bar {
  display: flex; flex-wrap: wrap; align-items: flex-start; gap: .55rem .75rem; width: fit-content; max-width: 100%; min-width: 0;
  margin-top: 2rem; padding: .75rem 1rem; border: 1px solid var(--cyan); background: rgba(0,0,0,.86);
  color: var(--soft); font-size: .9rem; overflow-wrap: anywhere;
}
.signal-dot { flex: 0 0 auto; width: .65rem; height: .65rem; border-radius: 50%; background: var(--orange); box-shadow: 0 0 16px var(--orange); }
.section { padding-block: clamp(4rem,9vw,8rem); border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.section-head p { color: #d1ccda; font-size: 1.08rem; line-height: 1.62; }
.lanes { display: grid; grid-template-columns: 1.1fr .9fr 1fr; border-block: 1px solid var(--line); }
.lane { position: relative; min-width: 0; display: flex; flex-direction: column; padding: clamp(1.5rem,3vw,2.6rem); border-right: 1px solid var(--line); background: rgba(0,0,0,.82); overflow: hidden; }
.lane::after {
  content: attr(data-lane); position: absolute; right: -.08em; top: -.2em; z-index: 0;
  color: rgba(255,255,255,.055); font: 800 clamp(5rem,10vw,9rem)/1 var(--display); letter-spacing: -.08em;
  pointer-events: none;
}
.lane > * { position: relative; z-index: 1; }
.lane:last-child { border-right: 0; }
.lane:nth-child(1) { box-shadow: inset 0 5px 0 var(--magenta); }
.lane:nth-child(2) { box-shadow: inset 0 5px 0 var(--cyan); }
.lane:nth-child(3) { box-shadow: inset 0 5px 0 var(--green); }
.lane p { color: #d1ccda; font-size: 1.03rem; line-height: 1.58; }
.lane-art { margin: 0 0 1.5rem; border: 2px solid currentColor; background: var(--black); clip-path: polygon(0 5%,96% 0,100% 92%,5% 100%); overflow: hidden; }
.lane-art img { display: block; width: 100%; height: clamp(14rem,22vw,21rem); object-fit: cover; transition: scale .45s ease; }
.lane:hover .lane-art img { scale: 1.035; }
.lane:nth-child(1) .lane-art { color: var(--magenta); }
.lane:nth-child(2) .lane-art { color: var(--cyan); }
.lane:nth-child(3) .lane-art { color: var(--green); }
.meta { display: grid; gap: .45rem; margin-top: auto; padding-block: 1.3rem; border-block: 1px solid var(--line); color: var(--soft); font-size: 1rem; }
.meta strong { color: var(--ink); }
.action, button.action {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  margin-top: 1.5rem; padding: .8rem 1.15rem; border: 1px solid var(--cyan); border-radius: 0;
  background: var(--cyan); color: var(--black); font-weight: 800; text-decoration: none; cursor: pointer;
}
.action.alt { border-color: var(--green); background: var(--green); }
.action.ghost { background: var(--black); color: var(--ink); border-color: var(--line); }
.action:disabled { cursor: not-allowed; border-color: var(--line); background: rgba(255,255,255,.08); color: var(--soft); }
.action:not(:disabled):hover { translate: 0 -2px; }
.checkout-message { min-height: 1.5em; margin-top: .8rem; color: var(--orange); font-weight: 700; }
.path-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.path { position: relative; min-height: 18rem; padding: clamp(1.5rem,3vw,2.6rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--panel); overflow: hidden; }
.path:last-child { border-right: 0; }
.path:nth-child(1) { box-shadow: inset 0 -5px 0 var(--magenta); }
.path:nth-child(2) { box-shadow: inset 0 -5px 0 var(--cyan); }
.path:nth-child(3) { box-shadow: inset 0 -5px 0 var(--green); }
.path p { position: relative; color: #d1ccda; }
.path-index { position: absolute; right: .15em; bottom: -.25em; color: rgba(255,255,255,.07); font: 800 10rem/1 var(--display); }
.form { display: grid; gap: 1.2rem; max-width: 760px; }
.field { display: grid; gap: .45rem; }
.field label { color: var(--cyan); font-weight: 700; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: .9rem 1rem; border: 1px solid var(--line);
  border-radius: 0; background: rgba(0,0,0,.88); color: var(--ink);
}
.field textarea { min-height: 180px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); }
.honeypot { position: absolute; left: -9999px; }
.prose { max-width: 780px; padding-block: 4rem 7rem; }
.prose h1 { max-width: 13ch; font-size: clamp(3rem,8vw,7rem); }
.prose h2 { margin-top: 3rem; font-size: clamp(1.8rem,4vw,3rem); }
.prose p, .prose li { color: var(--soft); }
.prose strong { color: var(--ink); }
.notice { padding: 1rem; border-left: 5px solid var(--orange); background: rgba(255,107,0,.1); }
.site-foot { padding: 2rem clamp(16px,4vw,56px); border-top: 1px solid var(--line); background: var(--black); }
.foot-inner { width: min(1180px,100%); margin: auto; display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.foot-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.foot-links a { color: var(--soft); }
.small { color: #c9c4d2; font-size: .95rem; }
@media (max-width: 1020px) {
  .site-head { align-items: flex-start; }
  .nav { gap: .7rem; font-size: .88rem; }
  .section-head { grid-template-columns: 1fr; }
  .store-hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-visual { width: min(100%,34rem); margin-inline: auto; }
  .hero-visual video { max-height: 60vh; aspect-ratio: 4/5; }
  .lanes, .path-grid { grid-template-columns: 1fr; }
  .lane, .path, .path:last-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .lane:last-child, .path:last-child { border-bottom: 0; }
  .lane-art img { height: min(62vw,28rem); }
}
@media (max-width: 520px) {
  .site-head { min-height: 64px; display: grid; grid-template-columns: 112px minmax(0,1fr); align-items: center; padding-inline: 12px; }
  .logo img { width: 112px; }
  .nav { justify-self: end; gap: .65rem; }
  .nav a { font-size: .9rem; }
  .nav a:first-child { display: none; }
  .shell { width: min(100% - 24px,1180px); }
  h1 { font-size: clamp(3.2rem,17vw,5.5rem); }
  .lead { max-width: 100%; overflow-wrap: anywhere; }
  .signal-bar { width: 100%; }
  .hero-visual { max-width: calc(100vw - 32px); }
  .hero-visual::before { left: 0; }
  .hero-visual::after { right: 0; bottom: -10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; }
}
