:root {
  --orange: #ff6400;
  --deep-orange: #9b3300;
  --green: #00ff2a;
  --blue: #1117ff;
  --black: #050505;
  --brown: #4b2a00;
  --white: #fff8ea;
  --muted: rgba(255, 248, 234, 0.72);
  --glass: rgba(12, 6, 0, 0.72);
  --stroke: rgba(255, 120, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 18% 14%, rgba(0, 255, 42, 0.16), transparent 20rem),
    radial-gradient(circle at 82% 16%, rgba(17, 23, 255, 0.16), transparent 22rem),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.10), transparent 26rem),
    linear-gradient(140deg, #080400 0%, #1a0c00 38%, #3b1600 68%, #ff6400 100%);
  background-attachment: fixed;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top center, rgba(255,255,255,0.14), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.06), transparent 28%, transparent 72%, rgba(255,255,255,0.04));
  opacity: 0.9;
  z-index: 1;
}

.noise,
.grid {
  display: none;
}

@keyframes drift {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(52px,52px,0); }
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 28px;
  position: relative;
  z-index: 2;
}

.hero {
  min-height: calc(100vh - 120px);
  display: grid;
  place-items: center;
  gap: 22px;
}

.badge {
  letter-spacing: 0.32em;
  font-weight: 800;
  font-size: clamp(0.72rem, 1.7vw, 0.95rem);
  color: #090300;
  background: linear-gradient(90deg, var(--green), #fff, var(--orange));
  border: 2px solid rgba(255,255,255,0.38);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 0 28px rgba(0,255,42,0.28);
}

.hero-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(20px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,0.16);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 24%),
    linear-gradient(135deg, rgba(255,100,0,0.22), transparent 30%),
    linear-gradient(315deg, rgba(0,255,42,0.08), transparent 34%),
    rgba(12, 6, 0, 0.72);
  border-radius: 34px;
  box-shadow:
    0 35px 90px rgba(0,0,0,0.48),
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 0 60px rgba(255,100,0,0.18);
  backdrop-filter: blur(18px);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,0.12), transparent 24%, transparent 62%, rgba(255,255,255,0.06));
}

.image-frame {
  position: relative;
  isolation: isolate;
  border-radius: 28px;
  padding: 12px;
  background:
    linear-gradient(135deg, var(--orange), rgba(0,255,42,0.9), var(--blue));
  box-shadow:
    0 0 48px rgba(255,100,0,0.44),
    0 0 28px rgba(0,255,42,0.18);
  transform: rotate(-1deg);
}

.image-frame::before,
.image-frame::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.22);
  z-index: -1;
}

.image-frame::after {
  inset: -19px;
  border-color: rgba(0,255,42,0.14);
  filter: blur(1px);
}

.image-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
  image-rendering: auto;
  border: 4px solid rgba(0,0,0,0.74);
}

.pulse-ring {
  position: absolute;
  inset: 7%;
  border: 2px solid rgba(0,255,42,0.34);
  border-radius: 22px;
  animation: pulse 2.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.25; }
  50% { transform: scale(1.05); opacity: 0.64; }
}

.copy {
  display: grid;
  gap: 16px;
}

.eyebrow {
  margin: 0;
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(0,255,42,0.65);
}

h1 {
  margin: 0;
  line-height: 0.88;
  font-size: clamp(3rem, 9vw, 7.8rem);
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow:
    4px 4px 0 #090300,
    0 0 36px rgba(255,100,0,0.5);
}

h1 span {
  color: var(--green);
  text-shadow:
    4px 4px 0 #090300,
    0 0 28px rgba(0,255,42,0.8);
}

.tagline {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  font-weight: 800;
}

.subcopy {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.links a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 15px 16px;
  color: var(--white);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.03em;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,0,0,0.28));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    inset 0 0 0 1px rgba(255,255,255,0.03);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.links a:hover,
.links a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0,255,42,0.74);
  background: rgba(0,0,0,0.58);
  box-shadow: 0 0 28px rgba(0,255,42,0.22);
  outline: none;
}

.links small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-align: right;
}


.shop-section {
  position: relative;
  isolation: isolate;
  margin: 54px 0 42px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(0,255,42,0.10), transparent 28%),
    radial-gradient(circle at bottom right, rgba(17,23,255,0.12), transparent 24%),
    linear-gradient(135deg, rgba(255,100,0,0.20), transparent 34%),
    rgba(5,5,5,0.58);
  box-shadow:
    0 26px 80px rgba(0,0,0,0.44),
    inset 0 0 0 1px rgba(255,255,255,0.04),
    0 0 40px rgba(255,100,0,0.16),
    0 0 60px rgba(0,255,42,0.10);
  backdrop-filter: blur(14px);
}

.shop-section::before,
.shop-section::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.shop-section::before {
  padding: 2px;
  background: linear-gradient(135deg, rgba(0,255,42,0.95), rgba(255,255,255,0.7), rgba(255,100,0,0.95), rgba(17,23,255,0.75));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  box-shadow:
    0 0 26px rgba(0,255,42,0.30),
    0 0 34px rgba(255,100,0,0.24);
}

.shop-section::after {
  inset: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
}

.shop-copy {
  display: grid;
  gap: 12px;
  margin: 0 auto 30px;
  padding: 6px 10px 0;
  max-width: 780px;
  text-align: center;
}

.shop-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.2rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow:
    3px 3px 0 #090300,
    0 0 28px rgba(255,100,0,0.45);
}

.shop-copy p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.shop-embed {
  position: relative;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,246,232,0.96));
  color: #090300;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.72),
    0 18px 48px rgba(0,0,0,0.18);
}

.shop-embed::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,100,0,0.06), transparent 34%, rgba(0,255,42,0.05));
}

.shop-embed > #product-component-1783044057701 {
  position: relative;
  z-index: 1;
}

.shop-embed [class*='shopify-buy__collection-products'],
.shop-embed [class*='shopify-buy__collection-content'],
.shop-embed [class*='shopify-buy__product'],
.shop-embed [class*='shopify-buy__product-set'] {
  width: 100%;
}

.signal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: -18px;
}

.signal div {
  min-height: 128px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,0,0,0.30)),
    rgba(0,0,0,0.30);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 14px 34px rgba(0,0,0,0.18);
}

.signal strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  letter-spacing: 0.2em;
  font-size: 0.8rem;
}

.signal span {
  color: var(--muted);
  line-height: 1.5;
}


/* Side alignment polish: keeps all visible boxes sharing the same clean left/right rhythm. */
.hero-card,
.shop-section,
.portals-section,
.signal {
  width: 100%;
}

.hero-card,
.shop-section,
.signal div,
.links a,
.shop-embed {
  box-sizing: border-box;
}

.shop-embed > #product-component-1783044057701 {
  width: 100%;
  margin: 0 auto;
}

.signal {
  align-items: stretch;
  margin-top: 0;
}

.signal div {
  height: 100%;
}

footer {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 16px 16px 32px;
  color: rgba(255,248,234,0.64);
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .hero-card {
    grid-template-columns: 1fr;
  }

  .image-frame {
    max-width: 520px;
    margin: 0 auto;
  }

  .signal {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(100% - 22px, 1120px);
    padding-top: 26px;
  }

  .hero-card {
    border-radius: 24px;
  }

  .links {
    grid-template-columns: 1fr;
  }

  .links a {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
  }

  .links small {
    text-align: left;
  }

  .shop-section {
    margin: 36px 0 26px;
    padding: 18px;
    border-radius: 26px;
  }

  .shop-section::after {
    inset: 9px;
    border-radius: 18px;
  }

  .shop-copy {
    margin-bottom: 22px;
    padding-inline: 2px;
  }

  .shop-embed {
    padding: 14px;
    border-radius: 20px;
  }
}


/* Final responsive spacing + visibility polish */
.shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.hero {
  min-height: auto;
  padding: clamp(38px, 6vw, 74px) 0 clamp(30px, 5vw, 58px);
}

.hero-card,
.shop-section,
.portals-section,
.signal {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.image-frame,
.copy,
.shop-copy,
.shop-embed,
.signal div {
  position: relative;
  z-index: 1;
}

h1 {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.shop-section {
  margin-top: 36px;
  margin-bottom: 34px;
}

.shop-embed {
  width: 100%;
  overflow: visible;
}

.shop-embed > #product-component-1783044057701 {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.shop-embed .shopify-buy__product,
.shop-embed [class*="shopify-buy__product"] {
  width: 100% !important;
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

.shop-embed img,
.shop-embed iframe {
  max-width: 100%;
}

.links {
  width: 100%;
}

.signal {
  gap: 16px;
}

@media (min-width: 901px) {
  .hero-card {
    padding: clamp(34px, 4vw, 48px);
  }

  .shop-section {
    padding: clamp(30px, 4vw, 44px);
  }

  .shop-copy {
    margin-bottom: 34px;
  }

  .shop-embed {
    padding: clamp(24px, 3vw, 36px);
  }
}

@media (max-width: 900px) {
  .shell {
    width: min(100% - 28px, 1120px);
    padding-top: 24px;
  }

  .hero {
    padding: 24px 0 28px;
    gap: 18px;
  }

  .hero-card {
    gap: 28px;
    padding: clamp(18px, 5vw, 30px);
  }

  .copy {
    text-align: center;
    justify-items: center;
  }

  .subcopy {
    max-width: 680px;
  }

  .links {
    width: 100%;
  }

  .shop-section {
    margin-top: 26px;
    padding: clamp(18px, 5vw, 30px);
  }

  .shop-embed {
    padding: clamp(14px, 4vw, 24px);
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(100% - 20px, 1120px);
    padding: 18px 0 20px;
  }

  .badge {
    max-width: 100%;
    text-align: center;
    letter-spacing: 0.18em;
    line-height: 1.35;
    padding: 9px 13px;
  }

  .hero-card {
    border-radius: 24px;
    padding: 18px;
  }

  .image-frame {
    max-width: 100%;
    padding: 9px;
    transform: none;
  }

  h1 {
    font-size: clamp(2.18rem, 13vw, 3.75rem);
    line-height: 0.95;
    letter-spacing: -0.065em;
    text-align: center;
  }

  .tagline {
    font-size: clamp(1.12rem, 6vw, 1.55rem);
    line-height: 1.15;
  }

  .subcopy {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .links {
    gap: 10px;
  }

  .links a {
    width: 100%;
    padding: 14px 15px;
  }

  .shop-section {
    margin: 24px 0 24px;
    padding: 16px;
  }

  .shop-section::after {
    display: none;
  }

  .shop-copy {
    gap: 10px;
    margin-bottom: 18px;
  }

  .shop-copy h2 {
    font-size: clamp(1.8rem, 11vw, 2.9rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .shop-copy p {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .shop-embed {
    padding: 12px;
    border-radius: 18px;
    overflow: visible;
  }

  .shop-embed > #product-component-1783044057701,
  .shop-embed .shopify-buy__product,
  .shop-embed [class*="shopify-buy__product"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .signal {
    gap: 12px;
    margin-top: 10px;
  }

  .signal div {
    min-height: auto;
    padding: 18px;
  }

  footer {
    padding-bottom: 24px;
  }
}



/* Metaverse Portals section */
.portals-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1120px;
  margin: 34px auto;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(0,255,42,0.11), transparent 26%),
    radial-gradient(circle at bottom right, rgba(255,100,0,0.16), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,0,0,0.32)),
    rgba(5,5,5,0.52);
  box-shadow:
    0 26px 70px rgba(0,0,0,0.36),
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 0 44px rgba(255,100,0,0.14),
    0 0 52px rgba(0,255,42,0.08);
  backdrop-filter: blur(14px);
}

.portals-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0,255,42,0.86), rgba(255,248,234,0.46), rgba(255,100,0,0.86));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.portals-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.portals-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow:
    3px 3px 0 #090300,
    0 0 28px rgba(255,100,0,0.42);
}

.portals-copy p {
  margin: 0 auto;
  max-width: 760px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.portal-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.portal-card {
  min-height: 190px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(20px, 3vw, 28px);
  color: var(--white);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255,100,0,0.18), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(0,0,0,0.28)),
    rgba(0,0,0,0.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 16px 36px rgba(0,0,0,0.22);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.portal-card:hover,
.portal-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(0,255,42,0.76);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 0 30px rgba(0,255,42,0.18),
    0 20px 44px rgba(0,0,0,0.28);
  outline: none;
}

.portal-kicker {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(0,255,42,0.45);
}

.portal-card strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.portal-card small {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

.portal-card em {
  color: var(--orange);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .portals-section {
    margin-top: 26px;
    padding: clamp(18px, 5vw, 30px);
  }

  .portal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .portals-section {
    margin: 24px 0;
    padding: 16px;
    border-radius: 26px;
  }

  .portals-copy {
    margin-bottom: 18px;
  }

  .portals-copy h2 {
    font-size: clamp(1.85rem, 10vw, 2.85rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .portals-copy p {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .portal-card {
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
  }
}


/* Footer privacy hover card */
.site-footer {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 28px 16px 42px;
  color: rgba(255,248,234,0.72);
  text-align: center;
}

.footer-legal {
  position: relative;
  display: inline-grid;
  place-items: center;
  gap: 8px;
  padding: 14px 22px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,0,0,0.28)),
    rgba(0,0,0,0.24);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 18px 42px rgba(0,0,0,0.20);
  cursor: pointer;
  outline: none;
}

.usa-flag {
  font-size: 1.9rem;
  line-height: 1;
  filter: drop-shadow(0 0 12px rgba(255,100,0,0.35));
}

.footer-power {
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.privacy-popover {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  width: min(420px, calc(100vw - 36px));
  padding: 18px 18px 16px;
  border: 1px solid rgba(0,255,42,0.42);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(0,255,42,0.12), transparent 34%),
    linear-gradient(180deg, rgba(28,14,0,0.96), rgba(8,4,0,0.98));
  color: rgba(255,248,234,0.86);
  box-shadow:
    0 0 34px rgba(0,255,42,0.16),
    0 22px 64px rgba(0,0,0,0.52),
    inset 0 1px 0 rgba(255,255,255,0.10);
  opacity: 0;
  transform: translate(-50%, 10px) scale(0.98);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(16px);
}

.privacy-popover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 16px;
  height: 16px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(8,4,0,0.98);
  border-right: 1px solid rgba(0,255,42,0.28);
  border-bottom: 1px solid rgba(0,255,42,0.28);
}

.footer-legal:hover .privacy-popover,
.footer-legal:focus .privacy-popover,
.footer-legal:focus-within .privacy-popover {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  pointer-events: auto;
}

.privacy-popover strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(0,255,42,0.45);
}

.privacy-popover p {
  margin: 0 0 10px;
  font-size: 0.88rem;
  line-height: 1.55;
}

.privacy-popover p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .site-footer {
    padding: 24px 10px 34px;
  }

  .footer-legal {
    width: min(100%, 360px);
    padding: 14px 16px;
  }

  .footer-power {
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .privacy-popover {
    bottom: calc(100% + 12px);
    width: min(340px, calc(100vw - 28px));
    padding: 16px;
  }
}



@media (max-width: 1100px) and (min-width: 901px) {
  .portal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .portal-card {
    min-height: 210px;
    padding: 20px;
  }

  .portal-card strong {
    font-size: clamp(1.18rem, 2.3vw, 1.8rem);
  }
}


/* Mobile final design polish */
@media (max-width: 820px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    background-attachment: scroll;
  }

  .shell {
    width: min(100% - 24px, 720px);
    padding: 18px 0 22px;
  }

  .hero {
    padding: 18px 0 22px;
    gap: 16px;
  }

  .badge {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .hero-card,
  .signal,
  .portals-section,
  .shop-section {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-card {
    gap: 26px;
  }

  .copy {
    text-align: center;
    justify-items: center;
  }

  .links {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .signal {
    margin: 18px auto 24px;
    gap: 12px;
  }

  .signal div {
    min-height: auto;
    padding: 18px;
  }

  .portals-section {
    margin: 24px auto;
  }

  .portal-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .portal-card {
    min-height: auto;
  }

  .shop-section {
    margin: 24px auto;
  }

  .shop-embed {
    width: 100%;
    overflow: visible;
  }

  .shop-embed iframe,
  .shop-embed img {
    max-width: 100% !important;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(100% - 20px, 560px);
    padding: 14px 0 18px;
  }

  .hero {
    padding: 12px 0 18px;
  }

  .badge {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    line-height: 1.35;
    padding: 9px 12px;
  }

  .hero-card {
    padding: 16px;
    border-radius: 24px;
    gap: 20px;
  }

  .image-frame {
    width: min(100%, 380px);
    margin: 0 auto;
    padding: 8px;
    border-radius: 22px;
    transform: none;
  }

  .image-frame::before,
  .image-frame::after {
    inset: -7px;
    border-radius: 28px;
  }

  .image-frame img {
    border-radius: 16px;
    border-width: 3px;
  }

  .copy {
    gap: 12px;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    line-height: 1.35;
  }

  h1 {
    font-size: clamp(2rem, 12.6vw, 3.45rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
    text-align: center;
  }

  .tagline {
    font-size: clamp(1.06rem, 5.7vw, 1.42rem);
    line-height: 1.18;
  }

  .subcopy {
    font-size: 0.96rem;
    line-height: 1.58;
    max-width: 32rem;
  }

  .links {
    gap: 10px;
    margin-top: 4px;
  }

  .links a {
    min-height: auto;
    width: 100%;
    padding: 13px 14px;
    border-radius: 16px;
  }

  .links small {
    font-size: 0.72rem;
  }

  .signal {
    margin: 18px auto 22px;
  }

  .signal div {
    padding: 16px;
    border-radius: 18px;
  }

  .signal strong {
    margin-bottom: 7px;
    font-size: 0.74rem;
    letter-spacing: 0.16em;
  }

  .signal span {
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .portals-section,
  .shop-section {
    padding: 15px;
    border-radius: 24px;
  }

  .portals-copy,
  .shop-copy {
    gap: 9px;
    margin-bottom: 17px;
    padding-inline: 0;
  }

  .portals-copy h2,
  .shop-copy h2 {
    font-size: clamp(1.7rem, 9.6vw, 2.62rem);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .portals-copy p,
  .shop-copy p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .portal-card {
    padding: 16px;
    gap: 10px;
    border-radius: 18px;
  }

  .portal-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    line-height: 1.35;
  }

  .portal-card strong {
    font-size: clamp(1.22rem, 6.3vw, 1.76rem);
    line-height: 1.06;
  }

  .portal-card small {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .shop-embed {
    padding: 10px;
    border-radius: 17px;
  }

  .shop-embed > #product-component-1783044057701,
  .shop-embed .shopify-buy__product,
  .shop-embed [class*="shopify-buy__product"],
  .shop-embed [class*="shopify-buy__layout-vertical"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .site-footer {
    padding: 22px 10px 32px;
  }

  .footer-legal {
    width: min(100%, 350px);
    padding: 13px 14px;
    border-radius: 18px;
  }

  .usa-flag {
    font-size: 1.65rem;
  }

  .footer-power {
    font-size: 0.72rem;
    letter-spacing: 0.105em;
    line-height: 1.45;
  }

  .privacy-popover {
    width: min(330px, calc(100vw - 24px));
    max-height: min(58vh, 410px);
    overflow-y: auto;
    padding: 15px;
    border-radius: 18px;
  }

  .privacy-popover p {
    font-size: 0.82rem;
    line-height: 1.5;
  }
}

@media (max-width: 390px) {
  .shell {
    width: min(100% - 16px, 390px);
  }

  .hero-card,
  .portals-section,
  .shop-section {
    padding: 13px;
  }

  h1 {
    font-size: clamp(1.82rem, 12.2vw, 2.85rem);
  }

  .portals-copy h2,
  .shop-copy h2 {
    font-size: clamp(1.56rem, 9.2vw, 2.25rem);
  }

  .links a,
  .portal-card,
  .signal div {
    padding: 14px;
  }

  .footer-power {
    font-size: 0.68rem;
    letter-spacing: 0.085em;
  }
}

