/* ============================================================
   TyraTag Home v4 — sections (press → footer)
   Light periwinkle-lavender system. Namespace: .gn-
   ============================================================ */

.gn-wrap { max-width: 1560px; margin: 0 auto; padding: 0 44px; }

.gn-h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-align: center;
}
.gn-h2 .accent { color: var(--chestnut); }
.gn-h2 .peri { color: var(--gn-peri); }
.gn-lede {
  max-width: 60ch;
  margin: 16px auto 0;
  text-align: center;
  font-size: 17px;
  color: var(--ink-75);
}

/* ---------------- press strip (marquee) ---------------- */
.gn-press {
  background: #FAFBFF;
  border-top: 1px solid var(--gn-line);
  border-bottom: 1px solid var(--gn-line);
  padding: 24px 0;
}
.gn-press-track { --gn-marq-dur: 42s; }
.gn-press-track span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 22px);
  letter-spacing: -0.01em;
  color: color-mix(in oklab, var(--ink) 58%, var(--paper));
  white-space: nowrap;
  opacity: 0.85;
  padding: 0 38px;
}
.gn-press-track .serif { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }

/* ---------------- find your pack ---------------- */
.gn-packs { background: #FAFBFF; padding: 74px 0 86px; }
.gn-packs-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gn-pack-card {
  background: var(--white);
  border: 1px solid var(--gn-line);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 280ms var(--ease-out), box-shadow 280ms var(--ease-out);
}
.gn-pack-card:hover { transform: translateY(-6px); box-shadow: 0 28px 50px -28px rgba(51,53,111,0.4); }
.gn-pack-shot {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.gn-pack-shot img { width: 64%; filter: drop-shadow(0 18px 26px rgba(0,0,0,0.28)); }
.gn-pack-shot.g1 { background: linear-gradient(155deg, #7b82dd, #c3c8f0); }
.gn-pack-shot.g2 { background: linear-gradient(155deg, #e9b6c8, #f4dbe2); }
.gn-pack-shot.g3 { background: linear-gradient(155deg, #6fb6d8, #c2e3f0); }
.gn-pack-shot.g4 { background: linear-gradient(155deg, #d3a06a, #f0dcc2); }
.gn-pack-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--ink-deep);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  border-radius: 999px;
}
.gn-pack-badge.hot { background: var(--chestnut); }
.gn-pack-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.gn-pack-body .stars { color: var(--chestnut); font-size: 13px; letter-spacing: 1px; }
.gn-pack-body h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.02em;
}
.gn-pack-body .contents { font-size: 13px; color: var(--ink-60); }
.gn-pack-price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  margin-top: 2px;
}
.gn-pack-price s { color: var(--ink-60); font-weight: 500; font-size: 14px; margin-left: 5px; }
.gn-pack-card .btn { margin-top: auto; width: 100%; background: var(--gn-peri); }
.gn-pack-card .btn:hover { background: color-mix(in oklab, var(--gn-peri) 86%, #000); }

/* ---------------- ridiculously easy band ---------------- */
.gn-easy {
  background: linear-gradient(180deg, #6e76d8, #5b63c6);
  color: var(--white);
  padding: 78px 0 88px;
}
.gn-easy .gn-h2 { color: var(--white); max-width: 18ch; margin: 0 auto; }
.gn-easy-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  perspective: 1800px;
}
.gn-easy-card {
  height: 430px;
  border-radius: 22px;
  cursor: pointer;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
.gn-easy-card:focus-visible { outline: 3px solid var(--fur-light); outline-offset: 4px; border-radius: 24px; }
.gn-easy-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 620ms cubic-bezier(0.2, 0.8, 0.25, 1);
}
.gn-easy-card.is-flipped .gn-easy-inner { transform: rotateY(180deg); }
.gn-easy-face {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 26px 50px -30px rgba(34,36,90,0.6);
  display: flex;
  flex-direction: column;
}
/* ---- front face ---- */
.gn-easy-front .shot {
  position: relative;
  flex: 1;
  overflow: hidden;
  background: var(--gn-peri-soft);
}
.gn-easy-front .shot::before,
.gn-easy-front .shot::after {
  position: absolute;
  content: "";
  width: 22%;
  height: 22%;
  background: var(--gn-peri);
  transition: all 0.5s var(--ease-out);
  z-index: 2;
}
.gn-easy-front .shot::before { top: 0; right: 0; border-radius: 0 0 0 100%; }
.gn-easy-front .shot::after  { bottom: 0; left: 0; border-radius: 0 100% 0 0; }
.gn-easy-card:hover .gn-easy-front .shot::before,
.gn-easy-card:hover .gn-easy-front .shot::after { width: 0; height: 0; }
.gn-easy-front .shot img { width: 100%; height: 100%; object-fit: cover; }
.gn-easy-front .body {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.gn-easy-front h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.gn-flip-hint {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gn-peri);
  white-space: nowrap;
}
.gn-flip-hint svg { transition: transform 240ms var(--ease-out); }
.gn-easy-card:hover .gn-easy-front .gn-flip-hint svg { transform: translateX(3px); }
/* ---- back face ---- */
.gn-easy-back {
  transform: rotateY(180deg);
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 32px 30px;
  background: linear-gradient(158deg, #383b83 0%, #6a72d6 62%, #8b91e0 120%);
  color: #fff;
}
.gn-easy-back .gn-flip-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--fur-light);
}
.gn-easy-back h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -0.02em;
}
.gn-easy-back p {
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.9);
  max-width: 34ch;
}
.gn-easy-back .gn-flip-hint { color: rgba(255,255,255,0.65); margin-top: 4px; }

/* ---------------- feature shout (full-bleed photo hero) ---------------- */
.gn-shout {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--white);
  overflow: clip;
  padding: 0;
}
.gn-shout-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gn-shout::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,22,55,0.86) 0%, rgba(20,22,55,0.45) 38%, rgba(20,22,55,0.08) 70%);
}
.gn-shout-stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  padding: 0 clamp(24px, 6vw, 90px) clamp(56px, 9vh, 110px);
  text-align: right;
}
.gn-shout-line {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 2.8vw, 40px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-wrap: balance;
  text-shadow: 0 2px 30px rgba(0,0,0,0.45);
  color: var(--white);
}
.gn-shout-line.ghost {
  color: var(--fur-light);
}

/* ---------------- centered product + chip ---------------- */
.gn-center {
  background: var(--gn-peri-soft);
  text-align: center;
  padding: 76px 24px 84px;
}
.gn-center img {
  width: min(360px, 74vw);
  margin: 0 auto;
  filter: drop-shadow(0 30px 50px rgba(51,53,111,0.3));
}
.gn-center .chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  background: var(--white);
  border: 1px solid var(--gn-line);
  border-radius: 999px;
  padding: 11px 20px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
}
.gn-center .chip b { color: var(--green); }

/* ---------------- trust band ---------------- */
.gn-trust {
  background: var(--gn-peri-deep);
  color: var(--white);
  padding: 64px 0 70px;
}
.gn-trust h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 40px);
  letter-spacing: -0.03em;
  text-align: center;
}
.gn-trust h2 .accent { color: var(--fur-light); }
.gn-trust p { text-align: center; margin: 12px auto 0; max-width: 56ch; color: rgba(255,255,255,0.78); font-size: 15.5px; }
.gn-trust-row {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gn-trust-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.gn-trust-item .badge {
  width: 62px; height: 62px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--fur-light);
}
.gn-trust-item b { font-family: var(--font-display); font-weight: 600; font-size: 16px; }
.gn-trust-item span { font-size: 13px; color: rgba(255,255,255,0.7); max-width: 22ch; }

/* ---------------- buy box (clean PDP) ---------------- */
.gn-pdp { background: #FAFBFF; padding: 80px 0 90px; }
.gn-pdp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.gn-pdp-gallery { position: sticky; top: 92px; }
.gn-pdp-main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--gn-card-grad);
  aspect-ratio: 1 / 0.96;
}
.gn-pdp-main img { width: 100%; height: 100%; object-fit: cover; }
.gn-pdp-flag {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--chestnut);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  padding: 7px 14px;
  border-radius: 999px;
}
.gn-pdp-thumbs {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gn-pdp-thumbs span {
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  background: var(--gn-peri-soft);
  border: 1px solid var(--gn-line);
  display: flex; align-items: center; justify-content: center;
}
.gn-pdp-thumbs img { width: 78%; }
.gn-pdp-thumbs span.ph { padding: 0; }
.gn-pdp-thumbs span.ph img { width: 100%; height: 100%; object-fit: cover; }

.gn-pdp-buy .rating { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-75); }
.gn-pdp-buy .rating .stars { color: var(--chestnut); letter-spacing: 1px; }
.gn-pdp-buy h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing: -0.03em;
  margin: 10px 0 0;
}
.gn-pdp-buy .pitch { margin-top: 12px; font-size: 16px; color: var(--ink-75); max-width: 48ch; }
.gn-pdp-checks { margin-top: 18px; display: grid; gap: 10px; }
.gn-pdp-checks span { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; }
.gn-pdp-checks svg { flex: none; margin-top: 2px; color: var(--green); }

.gn-pdp-label {
  margin-top: 26px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-60);
}
.gn-pack-picker { margin-top: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gn-opt {
  position: relative;
  border: 1.5px solid var(--gn-line);
  border-radius: 16px;
  padding: 16px 12px 14px;
  text-align: center;
  background: var(--white);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.gn-opt:hover { border-color: var(--gn-peri-mid); }
.gn-opt.sel { border-color: var(--gn-peri); box-shadow: 0 0 0 3px color-mix(in oklab, var(--gn-peri) 22%, transparent); }
.gn-opt b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.gn-opt .p { display: block; font-family: var(--font-mono); font-size: 13px; margin-top: 3px; }
.gn-opt small { display: block; font-size: 11px; color: var(--ink-60); margin-top: 4px; line-height: 1.3; }
.gn-opt .tagline {
  position: absolute;
  top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--chestnut);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.03em;
  padding: 3px 9px;
  border-radius: 999px;
  white-space: nowrap;
}

.gn-offer-picker { margin-top: 12px; display: grid; gap: 10px; }
.gn-offer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1.5px solid var(--gn-line);
  border-radius: 16px;
  padding: 16px 18px;
  background: var(--white);
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.gn-offer.sel { border-color: var(--gn-peri); box-shadow: 0 0 0 3px color-mix(in oklab, var(--gn-peri) 20%, transparent); }
.gn-offer .dot {
  width: 20px; height: 20px; border-radius: 50%;
  border: 2px solid var(--gn-line);
  position: relative; flex: none;
}
.gn-offer.sel .dot { border-color: var(--gn-peri); }
.gn-offer.sel .dot::after {
  content: ""; position: absolute; inset: 3px;
  border-radius: 50%; background: var(--gn-peri);
}
.gn-offer b { font-family: var(--font-display); font-weight: 700; font-size: 15.5px; }
.gn-offer small { display: block; font-weight: 400; font-size: 12.5px; color: var(--ink-60); margin-top: 2px; }
.gn-offer .p { font-family: var(--font-mono); font-weight: 700; font-size: 15px; }

.gn-atc { margin-top: 18px; width: 100%; background: var(--gn-peri); font-size: 17px; padding: 17px; }
.gn-atc:hover { background: color-mix(in oklab, var(--gn-peri) 86%, #000); }
.gn-pdp-fine { margin-top: 12px; text-align: center; font-size: 13px; color: var(--ink-60); }

.gn-acc { margin-top: 26px; border-top: 1px solid var(--gn-line); }
.gn-acc details { border-bottom: 1px solid var(--gn-line); }
.gn-acc summary {
  list-style: none;
  cursor: pointer;
  padding: 17px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
}
.gn-acc summary::-webkit-details-marker { display: none; }
.gn-acc summary .ind { font-family: var(--font-mono); font-size: 20px; color: var(--gn-peri); transition: transform 200ms ease; }
.gn-acc details[open] summary .ind { transform: rotate(45deg); }
.gn-acc p { padding: 0 2px 18px; font-size: 14.5px; color: var(--ink-75); max-width: 60ch; }

/* ---------------- community collage ---------------- */
.gn-commune { background: #FAFBFF; padding: 80px 0 90px; text-align: center; }
.gn-commune-big {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1.04;
}
.gn-commune-big em { font-style: normal; color: var(--gn-peri); }
.gn-collage {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
.gn-collage .shot { border-radius: 18px; overflow: hidden; background: var(--gn-peri-soft); }
.gn-collage .shot img { width: 100%; height: 100%; object-fit: cover; }
.gn-collage .tall { grid-row: span 2; }
.gn-collage .wide { grid-column: span 2; }

/* ---------------- newsletter (light, centered) ---------------- */
.gn-subscribe {
  background: #FAFBFF;
  text-align: center;
  padding: 48px 0 128px;
}
.gn-subscribe-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 44px;
}
.gn-subscribe-eyebrow {
  font-family: var(--font-mono);
  font-size: 12.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #6a72d6;
}
.gn-subscribe h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.8vw, 48px);
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 16px auto 0;
  max-width: 18ch;
  color: var(--ink-deep);
}
.gn-subscribe-form {
  margin: 34px auto 0;
  display: flex;
  gap: 8px;
  max-width: 540px;
  background: #fff;
  border: 1.5px solid #e0e3f4;
  border-radius: 999px;
  padding: 7px 7px 7px 10px;
  box-shadow: 0 14px 40px rgba(40,46,96,0.1);
}
.gn-subscribe-form input {
  flex: 1; min-width: 0;
  border: none; background: transparent;
  color: var(--ink-deep);
  font: inherit; font-size: 16.5px;
  padding: 14px 16px;
}
.gn-subscribe-form input:focus { outline: none; }
.gn-subscribe-form input::placeholder { color: rgba(30,32,60,0.45); }
.gn-subscribe-form .btn {
  flex: none;
  background: var(--ink-deep); color: #fff;
  border-radius: 999px; padding: 15px 34px; font-size: 16px;
}
.gn-subscribe-form .btn:hover { background: #000; }
.gn-subscribe-note { display: block; margin-top: 16px; font-size: 14px; color: rgba(30,32,60,0.5); }

/* ---------------- footer (mascot field) ---------------- */
.gn-foot {
  position: relative;
  background: #b9a0d6 url("assets/footer-tyra.png") right bottom / cover no-repeat;
  color: #fff;
  overflow: clip;
  min-height: clamp(480px, 38vw, 800px);
}
.gn-foot::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(34,24,58,0.62) 0%, rgba(34,24,58,0.44) 30%, rgba(34,24,58,0.14) 50%, rgba(34,24,58,0) 64%);
  pointer-events: none;
}
.gn-foot-zone {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 60px 44px 30px;
}
.gn-foot-top {
  max-width: 64%;
  margin-bottom: 40px;
}
.gn-foot-top .gn-logo { display: inline-flex; }
.gn-foot .logo-mark { color: #fff; height: 30px; }
.gn-foot .logo-word { font-size: 30px; }
.gn-foot .logo-word .tyra { color: #fff; }
.gn-foot .logo-word .tag { color: var(--fur-light); }
.gn-foot-top p {
  margin-top: 16px; font-size: 15.5px; line-height: 1.55;
  color: rgba(255,255,255,0.88); max-width: 42ch;
}
.gn-foot-social { margin-top: 22px; display: flex; gap: 10px; }
.gn-foot-social a {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.32);
  transition: background 160ms ease, transform 160ms ease, color 160ms ease;
}
.gn-foot-social a:hover { background: #fff; color: var(--ink-deep); transform: translateY(-2px); border-color: transparent; }

.gn-foot-cols {
  max-width: 64%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
  align-items: start;
}

.gn-foot-col h5 {
  font-family: var(--font-mono);
  font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.66); margin-bottom: 14px;
}
.gn-foot-col a {
  display: block; width: fit-content; text-decoration: none; font-size: 15px;
  padding: 5px 0; color: rgba(255,255,255,0.9); transition: color 160ms ease, transform 160ms ease;
}
.gn-foot-col a:hover { color: #fff; transform: translateX(3px); }

.gn-foot-news h5 {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(30,32,60,0.5); margin-bottom: 10px;
}
.gn-foot-news p {
  font-family: var(--font-display); font-weight: 600;
  font-size: 17px; letter-spacing: -0.015em; line-height: 1.25;
  max-width: 22ch; color: var(--ink-deep);
}
.gn-foot-form { margin-top: 14px; display: flex; gap: 8px; }
.gn-foot-form input {
  flex: 1; min-width: 0;
  border: 1.5px solid rgba(30,32,60,0.2);
  background: rgba(255,255,255,0.55);
  color: var(--ink-deep);
  border-radius: 999px;
  padding: 13px 18px;
  font: inherit; font-size: 14.5px;
}
.gn-foot-form input::placeholder { color: rgba(30,32,60,0.45); }
.gn-foot-form input:focus { outline: none; border-color: var(--ink-deep); background: rgba(255,255,255,0.78); }
.gn-foot-form .btn { background: var(--ink-deep); color: #fff; flex: none; }
.gn-foot-form .btn:hover { background: #000; }
.gn-foot-note { display: block; margin-top: 11px; font-size: 12.5px; color: rgba(30,32,60,0.5); }

.gn-foot-bottom {
  max-width: 64%;
  margin: 36px 0 0;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(255,255,255,0.24);
  display: flex; align-items: center; gap: 14px 26px; flex-wrap: wrap;
  font-size: 13px; color: rgba(255,255,255,0.82);
}
.gn-foot-legal { display: flex; gap: 22px; }
.gn-foot-legal a { color: rgba(255,255,255,0.82); text-decoration: none; transition: color 160ms ease; }
.gn-foot-legal a:hover { color: #fff; }
.gn-foot-claim {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.9);
}

/* ---------------- responsive ---------------- */
@media (max-width: 1000px) {
  .gn-packs-grid { grid-template-columns: repeat(2, 1fr); }
  .gn-easy-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .gn-trust-row { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .gn-pdp-grid { grid-template-columns: 1fr; gap: 36px; }
  .gn-pdp-gallery { position: static; max-width: 460px; }
  .gn-collage { grid-template-columns: repeat(2, 1fr); }
  .gn-foot {
    min-height: 0;
    background: #b9a0d6 url("assets/footer-tyra-tablet-pad.png") right top / 100% auto no-repeat;
  }
  .gn-foot::before {
    background: linear-gradient(90deg, rgba(34,24,58,0.6) 0%, rgba(34,24,58,0.4) 32%, rgba(34,24,58,0.12) 52%, rgba(34,24,58,0) 66%);
  }
  .gn-foot-zone {
    display: flex;
    flex-direction: column;
    min-height: calc(100vw * 0.75);
    padding: 48px 40px 34px;
  }
  .gn-foot-top { max-width: 50%; margin-bottom: 30px; }
  .gn-foot-cols { max-width: 47%; grid-template-columns: repeat(3, 1fr); gap: 24px 24px; }
  .gn-foot-bottom { max-width: 100%; margin-top: auto; }
  .gn-foot-claim { display: none; }
}
@media (max-width: 600px) {
  .gn-wrap, .gn-subscribe-inner, .gn-foot-zone { padding-left: 22px; padding-right: 22px; }

  /* two-up product grid */
  .gn-packs-grid { grid-template-columns: repeat(2, 1fr); max-width: none; margin: 36px 0 0; gap: 12px; }
  .gn-pack-body { padding: 14px 14px 16px; gap: 5px; }
  .gn-pack-body h3 { font-size: 16px; }
  .gn-pack-body .contents { font-size: 12px; }
  .gn-pack-card .btn { padding: 9px 12px; font-size: 12px; }
  .gn-pack-picker { grid-template-columns: repeat(2, 1fr); }

  /* single-column list of flippable cards */
  .gn-easy-grid { grid-template-columns: 1fr; max-width: 420px; margin: 36px auto 0; gap: 14px; perspective: 1200px; }
  .gn-easy-card { height: 300px; }
  .gn-easy-front h3 { font-size: 18px; }
  .gn-easy-back { padding: 26px 24px; }
  .gn-easy-back h3 { font-size: 20px; }
  .gn-easy-back p { font-size: 14px; }

  /* drop the standalone "weatherproof" product band on mobile */
  .gn-center { display: none; }

  /* footer: the whole mascot image, full-bleed, with footer text running over it */
  .gn-foot {
    background: #b9a0d6 url("assets/footer-tyra-tall.png") center bottom / cover no-repeat;
    min-height: calc(100vw * 1.5);
  }
  .gn-foot .logo-mark { height: 23px; }
  .gn-foot .logo-word { font-size: 23px; }
  .gn-foot-top { margin-bottom: 24px; }
  .gn-foot::before {
    background: linear-gradient(180deg, rgba(30,20,52,0.5) 0%, rgba(30,20,52,0.28) 20%, rgba(30,20,52,0) 40%, rgba(30,20,52,0) 80%, rgba(30,20,52,0.34) 100%);
  }
  .gn-foot-zone {
    display: flex;
    flex-direction: column;
    min-height: calc(100vw * 1.5);
    padding: 28px 22px 34px;
  }
  .gn-foot-bottom { margin-top: auto; padding: 14px 0 0; gap: 8px 20px; }
  .gn-foot-claim { display: none; }
  .gn-foot-legal { display: none; }
  .gn-foot-cols { grid-template-columns: 1fr 1fr; gap: 16px 16px; }
  .gn-foot-col h5 { margin-bottom: 8px; }
  .gn-foot-col a { font-size: 13.5px; padding: 3px 0; white-space: nowrap; }
}
