:root {
  --bg: #061019;
  --deep: #07151f;
  --panel: #17222c;
  --panel-2: #101d26;
  --text: #f0f8ff;
  --muted: #b8c9d6;
  --green: #29e87a;
  --neon: #39ff00;
  --orange: #ff8000;
  --line: rgba(255,255,255,0.44);
  --soft-line: rgba(255,255,255,0.18);
  --shadow: 0 28px 70px rgba(0,0,0,0.45);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 16%, rgba(41,232,122,0.16), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(255,128,0,0.10), transparent 25%),
    linear-gradient(180deg, #071017 0%, #071721 45%, #071017 100%);
  font-family: "acumin-variable", "Myriad Pro", system-ui, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 230;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(18px, 3vw, 42px);
  background: rgba(4, 14, 22, 0.96);
  border-bottom: 2px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(16px);
}

.brand img { width: clamp(190px, 18vw, 260px); }
.main-nav { justify-self: center; display: flex; gap: clamp(32px, 5vw, 76px); }
.main-nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: "korolev", sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.45vw, 1.7rem);
  letter-spacing: .02em;
  transition: color .2s ease, text-shadow .2s ease;
}
.main-nav a:hover { color: var(--green); text-shadow: 0 0 18px rgba(41,232,122,.65); }

.nav-toggle { display: none; }

.cart-button {
  position: relative;
  width: 158px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.06);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px 8px 20px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}
.cart-button img { width: 62px; height: auto; }
.cart-button span {
  margin-left: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #061014;
  font-family: "korolev", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
}

section { padding: clamp(56px, 7vw, 100px) clamp(18px, 5vw, 72px); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--neon);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-family: "korolev", sans-serif;
  font-weight: 700;
  font-size: clamp(.78rem, 1vw, 1.98rem);
}
h1, h2, h3 {
  margin: 0;
  line-height: .96;
  font-family: "hyperspace-race-cap-variable", "korolev", sans-serif;
  font-variation-settings: "wght" 200, "wdth" 100;
  letter-spacing: -.035em;
  font-weight: 200;
}

/* HERO */
.hero {
  padding-top: clamp(42px, 5vw, 70px);
  min-height: calc(100vh - 78px);
  display: grid;
  place-items: start center;
}
.hero-inner {
  width: min(1260px, 100%);
  text-align: center;
}
.hero-eyebrow {
  color: var(--green);
  font-size: clamp(1rem, 1.55vw, 1.6rem);
  letter-spacing: .36em;
  margin-bottom: 18px;
}
.hero-media {
  width: min(1120px, 92vw);
  margin: 0 auto 46px;
  border: 3px solid rgba(255,255,255,.45);
  border-radius: 44px;
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow), 0 0 60px rgba(41,232,122,.14);
}
.hero-media img { width: 100%; height: auto; }
.hero h1 {
  font-size: clamp(3.4rem, 6.4vw, 5.4rem);
  line-height: 1.08;
}
.lead {
  margin: 24px auto 0;
  max-width: 1140px;
  font-family: system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.45vw, 1.55rem);
  line-height: 1.55;
  color: rgba(255,255,255,.92);
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 34px);
  flex-wrap: wrap;
  margin-top: 44px;
}
.primary-link, .secondary-link, .add-to-cart, #checkoutButton, .demo-form button {
  border: 0;
  text-decoration: none;
  font-family: "korolev", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .18s, box-shadow .18s, filter .18s;
}
.primary-link, .add-to-cart, #checkoutButton {
  color: #051015;
  background: linear-gradient(135deg, var(--green), #9aff2b);
  box-shadow: 0 0 28px rgba(57,255,0,.3), inset 0 -3px 0 rgba(0,0,0,.2);
}
.secondary-link, .demo-form button {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9f1a);
  box-shadow: 0 0 26px rgba(255,128,0,.32), inset 0 -3px 0 rgba(0,0,0,.2);
}
.primary-link, .secondary-link { padding: 19px 46px; font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.primary-link:hover, .secondary-link:hover, .add-to-cart:hover, #checkoutButton:hover, .demo-form button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.mini-points { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; margin-top: 28px; }
.mini-points span {
  min-width: 180px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  padding: 10px 24px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.04);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
}

/* LAUNCH + INFO CARDS */
.launch-section, .shop-section, .founder-faq-section { max-width: var(--max); margin: 0 auto; }
.launch-card, .info-card, .product-gallery, .product-builder, .design-card, .founder-card, .faq-card, .faq-cta, .cart-panel {
  background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  border: 1.5px solid rgba(255,255,255,.48);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.launch-card {
  display: grid;
  grid-template-columns: 1fr minmax(340px, 650px);
  gap: clamp(26px, 5vw, 60px);
  align-items: center;
  padding: clamp(28px, 4vw, 42px);
  margin: 0 auto clamp(64px, 8vw, 96px);
}
.launch-copy h2 { font-size: clamp(3.8rem, 4.5vw, 7.9rem); }
.launch-copy p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--green);
  font-family: system-ui, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.4;
}
.mailer-card {
  border: 1.5px solid rgba(255,255,255,.55);
  border-radius: 24px;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(5,15,22,.35);
}
.mailer-card p {
  margin: 0 0 14px;
  font-family: system-ui, sans-serif;
  font-size: clamp(.8rem, 1.3vw, 1.6rem);
  line-height: 1.25;
}
.demo-form { display: grid; gap: 16px; }
.demo-form input {
  width: 100%;
  padding: 15px 22px;
  border-radius: 14px;
  border: 1.5px solid rgba(255,255,255,.56);
  color: #fff;
  background: rgba(3,10,14,.72);
  outline: 0;
  font-size: 1.2rem;
}
.demo-form input:focus { border-color: var(--neon); box-shadow: 0 0 18px rgba(57,255,0,.24); }
.demo-form button { padding: 17px 28px; font-size: 1.5rem; }

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3vw, 32px);
}
.info-card {
  min-height: 520px;
  padding: clamp(26px, 3vw, 34px);
  background: linear-gradient(145deg, #1a2630, #14202a);
  position: relative;
  overflow: hidden;
}
.info-card h3 { font-size: clamp(2.5rem, 2.3vw, 5.2rem); line-height: 1.05; }
.info-card p {
  margin: 28px 0 0;
  color: var(--green);
  font-family: system-ui, sans-serif;
  font-size: clamp(1.1rem, 1.2vw, 1.75rem);
  line-height: 1.2;
}
.info-card img {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 170px;
  max-height: 110px;
  filter: drop-shadow(0 0 18px rgba(41,232,122,.3));
}
.crafted-card img { max-width: 210px; max-height: 105px; filter: none; }
.custom-card .secondary-link {
  display: inline-flex;
  margin-top: 48px;
  padding-inline: clamp(22px, 3vw, 35px);
}

/* SHOP */
.shop-section { padding-top: clamp(64px, 8vw, 120px); }
.section-heading { text-align: center; margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(3.6rem, 5vw, 7rem); }
.section-heading p { color: var(--muted); font-family: system-ui, sans-serif; font-size: 1.02rem; margin-top: 24px; }
.shop-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1.12fr) minmax(360px, .88fr);
  gap: clamp(28px, 4vw, 46px);
  align-items: start;
}
.shop-left { display: grid; gap: 28px; }
.product-gallery { padding: clamp(16px, 2vw, 24px); }
.main-image-wrap { border-radius: 22px; overflow: hidden; background: #000; }
.gallery-open { border: 0; padding: 0; background: transparent; cursor: zoom-in; width: 100%; }
.gallery-open img { width: 100%; border-radius: 22px; }
.thumb-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.thumb-strip button {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 15px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / .78;
  transition: border-color .18s, box-shadow .18s, transform .18s;
}
.thumb-strip button:hover { transform: translateY(-2px); }
.thumb-strip button.active { border-color: var(--neon); box-shadow: 0 0 20px rgba(57,255,0,.6); }
.thumb-strip img { width: 100%; height: 100%; object-fit: cover; }

.design-card {
  padding: clamp(32px, 4vw, 52px);
  background: #17242d;
}
.design-card h3 { font-size: clamp(3rem, 4.8vw, 5.3rem); margin: 0 0 26px; }
.design-card h3:nth-of-type(2) { margin-top: clamp(80px, 9vw, 130px); }
.design-card ul {
  margin: 0;
  padding-left: 1.1em;
  color: var(--green);
  font-family: system-ui, sans-serif;
  font-size: clamp(1.2rem, 2vw, 2.2rem);
  line-height: 1.15;
  list-style-type: square;
}
.design-card li::marker { color: var(--green); }

.product-builder {
  padding: clamp(28px, 3vw, 48px);
  position: sticky;
  top: 100px;
  background: linear-gradient(145deg, #17232d, #111d26);
}
.builder-header { text-align: center; }
.builder-header h3 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.builder-subtitle { margin: 8px 0 0; line-height: 1.25; color: #fff; }
.price-line { margin: 30px 0 8px; color: var(--neon); }
.price-line span { font-size: clamp(3.2rem, 5vw, 5.2rem); font-family: "hyperspace-race-cap-variable", sans-serif; }
.price-line small { display: block; color: var(--muted); font-size: 1rem; }
.option-block { margin-top: 26px; }
.option-label {
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-family: "korolev", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
.style-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.style-choice {
  min-height: 112px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  gap: 7px;
  padding: 10px;
  transition: border-color .18s, box-shadow .18s, background .18s, transform .18s;
}
.style-choice:hover { transform: translateY(-2px); }
.style-choice.active { border-color: var(--neon); box-shadow: 0 0 26px rgba(57,255,0,.55); background: rgba(57,255,0,.08); }
.style-choice img { height: 175px; max-width: 62px; }
.style-choice span { font-size: .82rem; font-family: "korolev", sans-serif; font-weight: 700; }
.chip-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.chip {
  height: 78px;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  background: var(--chip-color);
  display: grid;
  place-items: center;
  transition: transform .18s, border-color .18s, box-shadow .18s;
}
.chip:hover { transform: translateY(-2px); }
.chip.active { border-color: var(--neon); box-shadow: 0 0 22px rgba(57,255,0,.7); }
.chip span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.34);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}
.chip:nth-child(1) span, .chip:nth-child(6) span { background: rgba(0,0,0,.28); color: #fff; }
.qty-row { display: grid; grid-template-columns: 1fr 110px; align-items: center; gap: 14px; }
.qty-row label { text-transform: uppercase; letter-spacing: .14em; font-family: "korolev", sans-serif; font-weight: 700; font-size: .84rem; }
.qty-row input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(0,0,0,.2);
  color: #fff;
}
.add-to-cart { width: 100%; padding: 19px 26px; margin-top: 22px; font-size: 1.08rem; }
.trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.trust-row div { display: flex; align-items: center; gap: 10px; color: #fff; font-size: .85rem; }
.trust-row img { width: 58px; height: 38px; object-fit: contain; }
.trust-row small { color: var(--muted); }
.shopify-status {
  margin-top: 22px;
  padding: 20px;
  border: 1px dashed rgba(255,255,255,.28);
  border-radius: 18px;
  color: var(--muted);
}
.shopify-status strong { color: #fff; }
.shopify-status.error { border-color: rgba(255, 110, 110, .75); color: #ffb3b3; }

/* FOUNDER / FAQ */
.founder-faq-section { display: grid; gap: 54px; }
.founder-card {
  display: grid;
  grid-template-columns: minmax(340px, 600px) 1fr;
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
  padding: clamp(32px, 4vw, 54px);
  background: #182530;
}
.founder-video {
  position: relative;
  border: 1px solid rgba(255,255,255,.55);
  background: #000;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.founder-video img { width: 100%; aspect-ratio: 1.82 / 1; object-fit: cover; filter: grayscale(100%) contrast(1.05); }
.play-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 118px;
  height: 78px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #fb1818;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.founder-copy { text-align: center; }
.founder-copy h2 { font-size: clamp(4.1rem, 6.5vw, 7.5rem); margin-bottom: 26px; }
.founder-copy p {
  margin: 22px auto 0;
  max-width: 710px;
  color: #fff;
  font-family: system-ui, sans-serif;
  font-size: clamp(1.15rem, 1.4vw, 1.2rem);
  line-height: 1.28;
}
.founder-copy .founder-green { color: var(--green); }

.faq-card {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 390px);
  gap: clamp(30px, 4vw, 60px);
  padding: clamp(28px, 4vw, 48px);
  align-items: stretch;
  background: rgba(9,28,31,.62);
}
.faq-list-wrap h2 { font-size: clamp(2.4rem, 3vw, 3.5rem); margin: 0 0 10px; }
.accordion { display: grid; gap: 26px; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.32); padding-bottom: 10px; }
.faq-question {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.faq-question-title {
  display: block;
  font-family: "hyperspace-race-cap-variable", sans-serif;
  font-size: clamp(1.7rem, 2vw, 2.5rem);
  line-height: 1.15;
}
.faq-teaser {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-family: system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.7vw, 1.9rem);
  line-height: 1.2;
  margin-top: 6px;
}
.faq-teaser .arrow { color: #fff; font-size: .85em; transition: transform .2s ease; }
.faq-item.open .faq-teaser .arrow { transform: rotate(90deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}
.faq-answer-inner {
  padding: 14px 0 10px 28px;
  color: var(--muted);
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.faq-cta {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 42px;
  padding: clamp(26px, 3vw, 36px);
  text-align: center;
  background: #1a2630;
}
.faq-cta p {
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: clamp(1.7rem, 1.9vw, 2.5rem);
  line-height: 1.2;
}
.faq-cta .secondary-link { width: 100%; justify-content: center; font-size: clamp(1.5rem, 2vw, 2.2rem); padding: 26px 20px; }

/* FOOTER */
.site-footer {
  max-width: none;
  margin-top: 30px;
  padding: clamp(52px, 6vw, 78px) clamp(32px, 4vw, 72px);
  border-top: 1.5px solid rgba(255,255,255,.55);
  background: rgba(6,16,24,.45);
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: clamp(36px, 6vw, 100px);
  align-items: start;
}
.site-footer h3 { font-size: clamp(3rem, 4.5vw, 5rem); margin-bottom: 28px; }
.footer-brand img { width: min(360px, 100%); margin-bottom: 48px; }
.site-footer p, .site-footer a {
  font-family: system-ui, sans-serif;
  font-size: clamp(1.15rem, 1.5vw, 1.8rem);
  line-height: 1.35;
}
.footer-brand p, .footer-collections p { color: var(--green); margin: 0; }
.orange-email { display: inline-block; color: var(--orange); text-decoration: none; margin-bottom: 34px; }
.orange-email:hover { text-decoration: underline; }
.social-icons { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.social-icons a { display: inline-grid; place-items: center; width: 40px; height: 40px; }
.social-icons img { width: 40px; height: 40px; }

.footer-brand a{
    color:#37e37a;
    transition:.25s;
}

.footer-brand a:hover{
    color:#ff8c00;
    text-decoration:underline;
}

/* CART + MODALS */
.cart-drawer, .lightbox, .video-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
  background: rgba(0,0,0,.58);
  backdrop-filter: blur(5px);
}
.cart-drawer.open, .lightbox.open, .video-modal.open { opacity: 1; pointer-events: auto; }
.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(430px, 100%);
  height: 100%;
  padding: 28px;
  border-radius: 0;
  overflow-y: auto;
  background: #101d27;
}
.cart-head { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.cart-head h2 { font-size: 2.8rem; }
.cart-head button, #closeLightbox, #closeVideo {
  border: 0;
  color: #fff;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  font-size: 1.5rem;
}
.cart-items { display: grid; gap: 14px; margin: 28px 0; }
.empty-cart { color: var(--muted); }
.cart-item {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
}
.cart-item img { height: 52px; width: 52px; object-fit: contain; }
.cart-item small { display: block; color: var(--muted); }
.cart-item button { border: 0; color: #fff; background: transparent; cursor: pointer; font-size: 1.4rem; }
.progress-line { height: 10px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.progress-line span { display: block; height: 100%; width: 0; background: var(--neon); transition: width .2s ease; }
.free-ship-box p { color: var(--muted); }
.cart-summary { border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; }
.cart-summary div { display: flex; justify-content: space-between; font-size: 1.2rem; margin-bottom: 8px; }
.cart-summary small { color: var(--muted); }
#checkoutButton { width: 100%; padding: 16px; margin-top: 24px; }
#checkoutButton:disabled, .add-to-cart:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
  filter: none;
}
.lightbox.open, .video-modal.open { display: grid; place-items: center; }
#closeLightbox, #closeVideo { position: fixed; top: 22px; right: 22px; z-index: 2; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 86vh; border-radius: 24px; box-shadow: var(--shadow); }
.video-modal video { width: min(1100px, 92vw); max-height: 86vh; border-radius: 20px; background: #000; }

@media (max-width: 1120px) {
  .site-header { height: auto; min-height: 74px; grid-template-columns: auto auto auto; }
  .main-nav { gap: 24px; }
  .cart-button { width: 116px; }
  .cart-button span { width: 42px; height: 42px; font-size: 1.5rem; }
  .launch-card, .founder-card, .faq-card { grid-template-columns: 1fr; }
  .info-cards { grid-template-columns: 1fr; }
  .info-card { min-height: 360px; }
  .shop-layout { grid-template-columns: 1fr; }
  .product-builder { position: static; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto auto; padding: 10px 16px; }
  .brand img { width: 170px; }
  .nav-toggle {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    background: rgba(255,255,255,.05);
    cursor: pointer;
  }
  .main-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 78px;
    display: none;
    grid-template-columns: 1fr;
    padding: 18px;
    background: rgba(6,16,24,.98);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 18px;
    text-align: center;
  }
  .main-nav.open { display: grid; }
  .cart-button { width: 74px; height: 42px; padding: 5px 7px; }
  .cart-button img { width: 32px; }
  .cart-button span { width: 32px; height: 32px; font-size: 1.15rem; }
  section { padding-left: 16px; padding-right: 16px; }
  .hero-media { border-radius: 24px; width: 100%; }
  .hero h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .hero-actions { gap: 14px; }
  .primary-link, .secondary-link { width: 100%; justify-content: center; }
  .launch-card { padding: 24px; }
  .mailer-card p { font-size: 1.1rem; }
  .thumb-strip { grid-template-columns: repeat(3, 1fr); }
  .style-grid { grid-template-columns: repeat(2, 1fr); }
  .chip-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-row { grid-template-columns: 1fr; }
  .founder-card { padding: 22px; }
  .faq-card { padding: 22px; }
  .site-footer h3, .footer-brand img { margin-bottom: 18px; }
}
