:root {
  --bg: #06172a;
  --bg-deep: #03101f;
  --panel: #102f50;
  --panel-2: #153959;
  --panel-3: #194564;
  --line: rgba(83, 226, 235, .24);
  --line-soft: rgba(151, 183, 211, .18);
  --cyan: #4de8ee;
  --blue: #4f8dff;
  --lime: #a9ed63;
  --violet: #8988ff;
  --white: #f5f8fc;
  --muted: #8399af;
  --muted-2: #607a94;
  --display: "Barlow Condensed", sans-serif;
  --sans: "IBM Plex Sans", sans-serif;
  --shadow: 0 26px 80px rgba(0, 5, 15, .42);
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(63, 99, 132, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 99, 132, .04) 1px, transparent 1px),
    var(--bg);
  background-size: 48px 48px;
  font: 400 15px/1.6 var(--sans);
  text-rendering: optimizeLegibility;
}
body.cart-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { color: inherit; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: var(--bg); background: var(--cyan); }
.skip-link:focus { top: 1rem; }

.top-note {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 6vw, 6rem);
  color: #7890a8;
  background: #020c18;
  border-bottom: 1px solid rgba(114, 149, 183, .14);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.top-note span::before { content: "//"; margin-right: .6rem; color: var(--cyan); }

.site-header {
  position: absolute;
  top: 32px;
  z-index: 40;
  width: 100%;
  min-height: 82px;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(132, 177, 213, .16);
  transition: background .25s ease, border-color .25s ease;
}
.site-header.scrolled {
  position: fixed;
  top: 0;
  background: rgba(4, 19, 35, .92);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.brand { width: max-content; display: inline-flex; align-items: center; gap: .8rem; }
.brand img { border-radius: 11px; box-shadow: 0 0 30px rgba(77, 232, 238, .14); }
.brand-name { font: 600 18px/1 var(--display); letter-spacing: .23em; white-space: nowrap; }
.brand-name b { font-weight: 700; }
.brand-name em { color: var(--cyan); font-style: normal; }
.site-header nav { display: flex; gap: clamp(1.3rem, 3vw, 3.2rem); }
.site-header nav a {
  position: relative;
  color: #8ba0b5;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.site-header nav a::before { content: "//"; margin-right: .4rem; color: transparent; transition: color .2s; }
.site-header nav a:hover { color: var(--white); }
.site-header nav a:hover::before { color: var(--cyan); }
.cart-trigger {
  justify-self: end;
  min-height: 42px;
  padding: 0 7px 0 1.1rem;
  display: flex;
  align-items: center;
  gap: .85rem;
  border: 1px solid rgba(114, 151, 185, .3);
  border-radius: 99px;
  color: var(--white);
  background: rgba(16, 47, 80, .55);
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cart-trigger b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--bg);
  background: var(--cyan);
}

.hero {
  position: relative;
  min-height: 930px;
  padding: 155px clamp(1.25rem, 7vw, 8rem) 85px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 4vw;
  background:
    radial-gradient(circle at 75% 35%, rgba(31, 105, 164, .34), transparent 29%),
    radial-gradient(circle at 58% 96%, rgba(137, 136, 255, .12), transparent 24%),
    linear-gradient(135deg, #041326 0%, #071d34 58%, #06172a 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 114px 0 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(77, 232, 238, .08) 50%, transparent 50.1%),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(127, 165, 198, .045) 80px);
}
.hero::after {
  content: "PC / 01";
  position: absolute;
  right: 2.5vw;
  bottom: 25px;
  color: rgba(116, 148, 178, .17);
  font: 700 clamp(4rem, 9vw, 9rem)/1 var(--display);
  letter-spacing: .04em;
}
.hero-atmosphere { display: none; }
.hero-copy { position: relative; z-index: 2; max-width: 700px; animation: rise .75s both; }
.eyebrow {
  margin: 0 0 1.05rem;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.hero h1,
.section-heading h2,
.method h2,
.shop h2,
.trust h2,
.closing h2 {
  margin: 0;
  font: 700 clamp(4.4rem, 7.4vw, 8.2rem)/.77 var(--display);
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.hero h1 i,
.section-heading h2 i,
.method h2 i,
.shop h2 i,
.trust h2 i,
.closing h2 i {
  color: var(--cyan);
  font: inherit;
  font-style: normal;
}
.hero-lede {
  max-width: 580px;
  margin: 2rem 0;
  color: #91a5b9;
  font-size: 15px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  min-height: 54px;
  padding: 0 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid transparent;
  border-radius: 99px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .2s, border-color .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071526; background: var(--blue); box-shadow: 0 12px 40px rgba(79, 141, 255, .25); }
.button-primary:hover { box-shadow: 0 16px 48px rgba(79, 141, 255, .38); }
.button-quiet { color: var(--cyan); border-color: rgba(77, 232, 238, .38); background: rgba(11, 40, 68, .46); }
.hero-proof {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line-soft);
  background: rgba(12, 41, 69, .5);
}
.hero-proof div { min-width: 0; padding: 1.05rem 1.2rem; border-right: 1px solid var(--line-soft); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { display: block; color: var(--blue); font: 700 29px/1 var(--display); }
.hero-proof span { color: var(--muted); font-size: 7px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.hero-visual { position: relative; z-index: 2; min-height: 720px; animation: fade .9s .1s both; }
.hero-device {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(345px, 53%);
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #071a2e;
  box-shadow: 0 35px 100px rgba(0, 3, 10, .58), 0 0 70px rgba(77, 232, 238, .09);
  transform: translateX(-50%);
}
.hero-device::before { content: ""; position: absolute; inset: -24px; z-index: -1; border: 1px solid rgba(77, 232, 238, .08); border-radius: 34px; }
.device-bar {
  height: 34px;
  padding: 0 .65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--cyan);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .1em;
}
.device-bar b { color: var(--muted-2); font-weight: 600; }
.hero-device > img { width: 100%; border: 1px solid rgba(115, 164, 201, .17); border-radius: 14px; }
.signal-card {
  position: absolute;
  z-index: 3;
  width: 170px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(17, 53, 87, .88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.signal-card::before { content: ""; position: absolute; left: 0; top: 12px; bottom: 12px; width: 3px; background: var(--cyan); }
.signal-card span, .signal-card small { display: block; color: var(--muted); font-size: 7px; letter-spacing: .1em; }
.signal-card b { display: block; color: var(--white); font: 700 30px/1.15 var(--display); }
.signal-one { left: 0; top: 17%; }
.signal-two { right: 0; bottom: 17%; }
.signal-two::before { background: var(--lime); }
.signal-two b { color: var(--lime); }
.hero-caption { position: absolute; right: 0; bottom: 0; margin: 0; color: var(--muted-2); font-size: 8px; letter-spacing: .14em; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 24px; color: var(--muted-2); font-size: 7px; letter-spacing: .17em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 30px; display: block; margin: 0 auto .6rem; background: linear-gradient(var(--cyan), transparent); }

.app-story {
  padding: 125px clamp(1.25rem, 5vw, 5rem) 145px;
  background:
    radial-gradient(circle at 50% 15%, rgba(79, 141, 255, .13), transparent 26%),
    #071a2e;
  border-block: 1px solid var(--line-soft);
}
.section-heading {
  max-width: 1180px;
  margin: 0 auto 4.5rem;
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  align-items: end;
  gap: 4rem;
}
.section-heading h2 { font-size: clamp(4rem, 7vw, 7.5rem); }
.section-heading > p:last-child { margin: 0 0 .7rem; color: var(--muted); font-size: 13px; }
.section-heading .eyebrow { grid-column: 1/-1; margin-bottom: -2.5rem; }
.app-stage {
  max-width: 1500px;
  margin: auto;
  padding: 1.4rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(170px, 1fr));
  gap: 10px;
  border: 1px solid var(--line-soft);
  background: rgba(3, 16, 31, .62);
}
.app-screen { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(92, 143, 182, .25); background: var(--panel); transition: transform .28s, border-color .28s; }
.app-screen:nth-child(even) { transform: translateY(22px); }
.app-screen:hover { z-index: 2; border-color: var(--cyan); transform: translateY(-7px); }
.app-screen figcaption {
  height: 39px;
  padding: 0 .7rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  color: var(--cyan);
  border-bottom: 1px solid var(--line-soft);
  font: 600 9px/1 var(--display);
  letter-spacing: .09em;
}
.app-screen figcaption span { color: var(--blue); }
.app-screen img { width: 100%; aspect-ratio: 591/1280; object-fit: cover; object-position: top; }

.method {
  padding: 130px clamp(1.25rem, 7vw, 8rem);
  background: var(--bg);
}
.method-intro { margin-bottom: 4rem; display: grid; grid-template-columns: .75fr 1.25fr; gap: 5vw; align-items: end; }
.method-intro .eyebrow { align-self: start; }
.method h2 { font-size: clamp(4rem, 7vw, 7.7rem); }
.method-list { max-width: 1280px; margin: 0 0 0 auto; padding: 0; list-style: none; counter-reset: workflow; }
.method-list li {
  position: relative;
  margin-top: 10px;
  padding: 1.65rem 1.8rem;
  display: grid;
  grid-template-columns: 180px 1fr 70px;
  align-items: center;
  gap: 2rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(110deg, var(--panel), rgba(16, 47, 80, .58));
  transition: border-color .2s, transform .2s;
}
.method-list li:hover { border-color: var(--line); transform: translateX(-6px); }
.method-list li::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 4px; border-radius: 0 3px 3px 0; background: var(--cyan); }
.method-list li:nth-child(2)::before { background: var(--violet); }
.method-list li:nth-child(3)::before { background: var(--lime); }
.method-list > li > span { color: var(--cyan); font-size: 8px; font-weight: 600; letter-spacing: .12em; }
.method-list h3 { margin: 0; font: 600 34px/1 var(--display); text-transform: uppercase; }
.method-list p { max-width: 650px; margin: .45rem 0 0; color: var(--muted); font-size: 11px; }
.method-list > li > b { color: var(--blue); font: 500 30px/1 var(--display); text-align: right; }

.shop {
  padding: 125px clamp(1.25rem, 6vw, 7rem);
  background:
    linear-gradient(rgba(77, 232, 238, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 232, 238, .022) 1px, transparent 1px),
    #051426;
  background-size: 42px 42px;
  border-block: 1px solid var(--line-soft);
}
.shop-heading {
  max-width: 1450px;
  margin: 0 auto 4.5rem;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 7vw;
}
.shop h2 { font-size: clamp(4rem, 7vw, 7.7rem); }
.shop-copy > p { max-width: 520px; color: var(--muted); font-size: 12px; }
.filters { margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: .45rem; }
.filters button {
  min-height: 35px;
  padding: 0 .9rem;
  border: 1px solid rgba(107, 146, 180, .34);
  border-radius: 99px;
  color: var(--muted);
  background: rgba(15, 47, 79, .45);
  cursor: pointer;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.filters button.active { color: var(--bg); border-color: var(--cyan); background: var(--cyan); }
.product-grid { max-width: 1450px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.product-card {
  position: relative;
  min-width: 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(98, 144, 180, .25);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 12px 35px rgba(0, 6, 16, .2);
  transition: transform .24s, border-color .24s, background .24s;
}
.product-card:hover { border-color: var(--line); background: #133657; transform: translateY(-5px); }
.product-badge {
  width: max-content;
  padding: .35rem .55rem;
  color: var(--cyan);
  border: 1px solid rgba(77, 232, 238, .25);
  border-radius: 4px;
  background: rgba(77, 232, 238, .06);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-art { position: relative; margin: 1rem 0 1.15rem; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 8px; background: var(--bg-deep); }
.product-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 45px rgba(77, 232, 238, .07); }
.product-photo { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s; }
.product-card:hover .product-photo { transform: scale(1.035); filter: saturate(1.1); }
.product-meta { min-height: 58px; padding-left: .85rem; display: flex; justify-content: space-between; align-items: end; gap: 1rem; border-left: 3px solid var(--cyan); }
.product-card[data-accent="violet"] .product-meta { border-color: var(--violet); }
.product-card[data-accent="ice"] .product-meta { border-color: var(--lime); }
.product-meta h3 { margin: 0; font: 600 31px/.9 var(--display); text-transform: uppercase; }
.product-meta p { margin: .4rem 0 0; color: var(--muted); font-size: 8px; }
.product-price { color: var(--blue); white-space: nowrap; font: 700 27px/1 var(--display); }
.add-button {
  width: 100%;
  min-height: 48px;
  margin-top: 1.2rem;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #061426;
  border: 0;
  border-radius: 99px;
  background: var(--blue);
  cursor: pointer;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: filter .2s, transform .2s;
}
.add-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.add-button:disabled { color: var(--muted); background: #27445e; cursor: not-allowed; }
.research-note { max-width: 850px; margin: 2.5rem auto 0; color: var(--muted-2); text-align: center; font-size: 9px; }
.research-note b { color: var(--cyan); }
.loading { grid-column: 1/-1; padding: 5rem; color: var(--muted); text-align: center; border: 1px solid var(--line-soft); background: var(--panel); }

.trust {
  padding: 130px clamp(1.25rem, 7vw, 8rem);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 7vw;
  background: #071b30;
}
.trust h2 { font-size: clamp(4rem, 6.5vw, 7.3rem); }
.trust-copy > p:nth-of-type(2) { max-width: 530px; margin: 2rem 0; color: var(--muted); font-size: 12px; }
.text-link { display: inline-flex; gap: 3rem; padding: .7rem 0; color: var(--cyan); border-bottom: 1px solid var(--cyan); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.trust-grid article {
  min-height: 230px;
  padding: 1.7rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: var(--panel);
}
.trust-grid article::before { content: ""; display: block; width: 34px; height: 3px; margin-bottom: 2.2rem; background: var(--cyan); }
.trust-grid article:nth-child(2)::before { background: var(--blue); }
.trust-grid article:nth-child(3)::before { background: var(--lime); }
.trust-grid article:nth-child(4)::before { background: var(--violet); }
.trust-grid span { color: var(--blue); font: 700 21px/1 var(--display); }
.trust-grid b { display: block; margin: .7rem 0; font: 600 26px/1 var(--display); text-transform: uppercase; }
.trust-grid p { color: var(--muted); font-size: 10px; }

.closing {
  position: relative;
  padding: 145px 1.5rem;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(79, 141, 255, .25), transparent 38%),
    #041222;
  border-top: 1px solid var(--line-soft);
}
.closing::before { content: "PEPCHRONOS"; position: absolute; left: 50%; bottom: -2vw; color: rgba(102, 145, 181, .055); font: 700 16vw/1 var(--display); transform: translateX(-50%); white-space: nowrap; }
.closing > * { position: relative; z-index: 1; }
.closing > img { margin: 0 auto 2rem; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 70px rgba(0, 0, 0, .4); }
.closing h2 { margin-bottom: 2.7rem; font-size: clamp(4rem, 7vw, 7.5rem); }

footer {
  padding: 3rem clamp(1.25rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  color: var(--muted-2);
  background: #020b16;
  border-top: 1px solid rgba(99, 135, 166, .15);
  font-size: 7px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.footer-brand { color: var(--white); }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links button { padding: 0; color: inherit; border: 0; background: none; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }
footer > p { justify-self: end; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 49; background: rgba(0, 7, 16, .78); backdrop-filter: blur(5px); }
.cart-drawer {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  width: min(490px, 100%);
  height: 100dvh;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  color: var(--white);
  background: #071b30;
  border-left: 1px solid var(--line);
  box-shadow: -30px 0 90px rgba(0, 5, 14, .5);
  transform: translateX(103%);
  transition: transform .32s ease;
}
.cart-drawer.open { transform: translateX(0); }
.cart-header { padding-bottom: 1.5rem; display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line-soft); }
.cart-header h2 { margin: 0; font: 700 52px/.8 var(--display); text-transform: uppercase; }
.cart-header button, .dialog-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan); background: transparent; cursor: pointer; font-size: 22px; line-height: 1; }
.cart-lines { overflow: auto; }
.cart-line { padding: 1.2rem 0; display: grid; grid-template-columns: 58px 1fr auto; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line-soft); }
.cart-thumb { width: 58px; height: 68px; display: grid; place-items: center; color: var(--bg); border-radius: 8px; background: var(--cyan); font: 700 27px/1 var(--display); }
.cart-line h3 { margin: 0; font: 600 25px/1 var(--display); text-transform: uppercase; }
.cart-line small { color: var(--muted); font-size: 8px; }
.quantity { margin-top: .55rem; display: inline-flex; align-items: center; border: 1px solid var(--line-soft); border-radius: 99px; }
.quantity button { width: 28px; height: 26px; border: 0; color: var(--cyan); background: transparent; cursor: pointer; }
.quantity span { min-width: 27px; text-align: center; font-size: 9px; }
.remove-line { padding: .4rem 0; color: var(--muted); border: 0; background: none; cursor: pointer; font-size: 8px; text-decoration: underline; }
.cart-empty { margin: auto; color: var(--muted); text-align: center; }
.cart-empty > span { color: var(--cyan); font: 500 70px/1 var(--display); }
.cart-empty h3 { margin: 0; color: var(--white); font: 600 35px/1 var(--display); text-transform: uppercase; }
.cart-empty p { font-size: 10px; }
.cart-summary { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid var(--line-soft); }
.cart-summary > div { display: flex; justify-content: space-between; font: 600 29px/1 var(--display); text-transform: uppercase; }
.cart-summary > div b { color: var(--blue); }
.cart-summary > small { display: block; margin-top: .5rem; color: var(--muted); font-size: 8px; }
.checkout-button { width: 100%; margin-top: 1.2rem; border: 0; }
.checkout-button:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.checkout-status { min-height: 1.5em; margin: .7rem 0 0; color: var(--muted); text-align: center; font-size: 8px; }

.legal-dialog { position: fixed; max-width: 700px; max-height: 80dvh; padding: 3rem; color: var(--white); border: 1px solid var(--line); border-radius: var(--radius); background: #0b2540; box-shadow: var(--shadow); }
.legal-dialog::backdrop { background: rgba(0, 7, 16, .8); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 1rem; right: 1rem; }
.legal-dialog h2 { margin: 0; font: 700 50px/1 var(--display); text-transform: uppercase; }
.legal-dialog h3 { margin-top: 2rem; color: var(--cyan); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.legal-dialog p { color: var(--muted); font-size: 11px; }
.toast { position: fixed; z-index: 70; left: 50%; bottom: 2rem; padding: .8rem 1.1rem; color: var(--bg); border-radius: 99px; background: var(--cyan); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s; font-size: 9px; font-weight: 600; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: minmax(0, .9fr) minmax(370px, 1.1fr); }
  .signal-card { width: 145px; }
  .app-stage { grid-template-columns: repeat(5, minmax(145px, 1fr)); padding: .75rem; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .trust { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .top-note { gap: .65rem; font-size: 6px; }
  .top-note span::before { display: none; }
  .site-header { min-height: 68px; padding-inline: 1rem; }
  .brand-name { font-size: 14px; }
  .brand img { width: 38px; height: 38px; }
  .cart-trigger { min-height: 38px; padding-left: .7rem; }
  .cart-trigger > span { display: none; }
  .hero { min-height: auto; padding: 132px 1.15rem 75px; grid-template-columns: 1fr; gap: 4rem; }
  .hero h1 { font-size: clamp(4.2rem, 20vw, 6.2rem); }
  .hero-lede { font-size: 13px; }
  .hero-actions .button { width: 100%; }
  .hero-proof div { padding: .8rem; }
  .hero-proof strong { font-size: 24px; }
  .hero-proof span { font-size: 6px; }
  .hero-visual { min-height: 620px; }
  .hero-device { width: 275px; }
  .signal-card { width: 130px; padding: .75rem; }
  .signal-one { left: -8px; top: 20%; }
  .signal-two { right: -8px; bottom: 10%; }
  .signal-card b { font-size: 24px; }
  .hero-caption, .scroll-cue { display: none; }
  .app-story, .method, .shop, .trust { padding: 88px 1.15rem; }
  .section-heading, .method-intro, .shop-heading { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; }
  .section-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .section-heading h2, .method h2, .shop h2, .trust h2, .closing h2 { font-size: clamp(3.8rem, 17vw, 5.5rem); }
  .app-stage { margin-inline: -1.15rem; padding: .9rem 1.15rem 1.4rem; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .app-screen { flex: 0 0 74vw; scroll-snap-align: center; }
  .app-screen:nth-child(even) { transform: none; }
  .method-list li { padding: 1.25rem; grid-template-columns: 1fr 45px; gap: .7rem; }
  .method-list > li > span { grid-column: 1/-1; }
  .method-list h3 { font-size: 28px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { padding: 1rem; }
  .product-meta h3 { font-size: 29px; }
  .trust-grid { grid-template-columns: 1fr; }
  .closing { padding: 100px 1.15rem; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, footer > p { justify-self: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .cart-drawer { padding: 1.3rem; }
  .legal-dialog { width: calc(100% - 2rem); padding: 2.4rem 1.35rem; }
}
