/* A live material hierarchy: quiet content, optical floating controls. */
:root {
  --glass-tint: rgba(255, 255, 255, 0.78);
  --glass-solid: #fff;
  --glass-text: #435a2e;
  --glass-focus: #ae2b1d;
  --glass-blur: 18px;
  --glass-brightness: 1;
  --glass-saturation: 1;
  --glass-band: 8;
  --glass-radius: 2.5rem;
  --glass-rim-width: 1px;
  --glass-rim-strength: 0.65;
  --glass-shadow: 0 10px 28px rgba(67, 90, 46, 0.16), 0 2px 4px rgba(67, 90, 46, 0.10);
  --glass-action-ink: #354b25;
  --glass-light-x: 18%;
  --glass-light-y: 0%;
  --glass-rim: rgba(255, 255, 255, 0.30);
  --glass-light-angle: -35deg;
}

body, .play-page-body, .result-page-body { background: transparent; }
:is(.liquid-surface, .site-header, .subpage-header, .hero-copy, .shop-section,
  .game-section, .about-section, .faq-section, .final-buy-section, .site-footer,
  .play-page, .privacy-page, .result-card, .order-dialog, .mobile-buy-bar) {
  position: relative;
  isolation: isolate;
  color: var(--glass-text);
  background: var(--glass-tint);
  border: 1px solid var(--glass-rim);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturation)) brightness(var(--glass-brightness));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturation)) brightness(var(--glass-brightness));
  border-radius: var(--glass-radius);
  box-shadow: var(--glass-shadow);
}
.glass-optics {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  background: transparent;
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturation)) brightness(var(--glass-brightness));
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturation)) brightness(var(--glass-brightness)) var(--glass-refraction, blur(0px));
}
.glass-optics > svg { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.glass-fill {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: var(--glass-tint);
  mask-image: var(--glass-fill-mask, none);
  -webkit-mask-image: var(--glass-fill-mask, none);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.glass-optics::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  border-radius: inherit;
  background: radial-gradient(ellipse at var(--glass-touch-x, 30%) var(--glass-touch-y, 10%), rgba(255, 255, 255, 0.12), transparent 65%);
  opacity: 0;
  transition: opacity 240ms ease;
}
.glass-optics::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  border-radius: inherit;
  padding: var(--glass-rim-width);
  opacity: var(--glass-rim-strength);
  background: conic-gradient(from var(--glass-light-angle), rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.06) 19%, rgba(186, 214, 62, 0.06) 43%, rgba(255, 255, 255, 0.65) 54%, rgba(255, 255, 255, 0.04) 75%, rgba(255, 255, 255, 0.92));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.liquid-surface:not(.glass-ready) .glass-optics::after { display: none; }
.glass-pressed > .glass-optics::before { opacity: 1; }

.shipping-banner { background: var(--lime); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); border: 0; }
.site-header, .site-header.is-scrolled, .subpage-header {
  --glass-tint: rgba(67, 90, 46, 0.76);
  --glass-text: #fff;
  --glass-solid: #435a2e;
  --glass-focus: #fff;
  --glass-brightness: 0.53;
  --glass-blur: 10px;
  --glass-radius: 2rem;
  --glass-band: 6;
  --glass-rim-strength: 0.78;
  --glass-shadow: 0 6px 18px rgba(67, 90, 46, 0.18), 0 1px 2px rgba(67, 90, 46, 0.16);
  color: #fff;
  border-radius: 2rem;
  background: var(--glass-tint);
  border-color: var(--glass-rim);
}
.site-header { position: sticky; width: min(86rem, calc(100% - 2rem)); min-height: 3.75rem; padding: 0.4rem 1.2rem; animation: none; }
.brand-wordmark { position: relative; isolation: isolate; background: transparent; padding: 0; gap: 0.45rem; font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
.brand-wordmark__logo { width: clamp(3rem, 3.8vw, 4rem); margin: 0; }
.primary-nav a, .back-link { color: #fff; }
.primary-nav a, .back-link, .brand-wordmark { text-shadow: 0 1px 2px rgba(67, 90, 46, 0.65); }
.primary-nav a:hover, .back-link:hover { color: var(--lime); }
.primary-nav { gap: clamp(1rem, 2.4vw, 2.5rem); }
.subpage-header .brand-mark { padding: 0.3rem; background: transparent; }

.header-buy, .buy-button, .hero .buy-button, .mobile-buy-bar button, .reward-page .checkout-button {
  --glass-tint: rgba(186, 214, 62, 0.96);
  --glass-solid: #bad63e;
  --glass-text: var(--glass-action-ink);
  --glass-focus: #ae2b1d;
  position: relative;
  isolation: isolate;
  color: var(--glass-action-ink);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.12), transparent 55%), var(--glass-tint);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.34), inset 0 -1px rgba(67, 90, 46, 0.16), 0 3px 8px rgba(67, 90, 46, 0.18);
  font-weight: 800;
  letter-spacing: 0.06em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.header-buy::after, .buy-button::after, .mobile-buy-bar button::after, .reward-page .checkout-button::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  background: radial-gradient(ellipse at var(--glass-touch-x, 25%) var(--glass-touch-y, 0%), rgba(255, 255, 255, 0.12), transparent 70%);
  opacity: 0;
  transition: opacity 200ms ease;
}
.glass-control.glass-pressed::after { opacity: 1; }
.header-buy:active, .buy-button:active, .mobile-buy-bar button:active, .reward-page .checkout-button:active { transform: translateY(1px) scale(0.995); box-shadow: inset 0 1px 3px rgba(67, 90, 46, 0.15); }
.header-buy span { color: inherit; }
.header-buy:hover, .buy-button:hover, .hero .buy-button:hover, .mobile-buy-bar button:hover, .reward-page .checkout-button:hover {
  color: var(--glass-action-ink);
  --glass-tint: rgba(197, 223, 84, 0.98);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.14), transparent 55%), var(--glass-tint);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.42), inset 0 -1px rgba(67, 90, 46, 0.16), 0 4px 10px rgba(67, 90, 46, 0.18);
}
.outline-button { color: var(--glass-text); border: 1px solid currentColor; border-radius: 999px; background: rgba(255, 255, 255, 0.09); box-shadow: none; }
.outline-button:hover { color: var(--glass-text); background: rgba(255, 255, 255, 0.2); }
.header-buy:focus-visible, .buy-button:focus-visible, .outline-button:focus-visible, .primary-nav a:focus-visible { outline: 3px solid var(--glass-focus); outline-offset: 4px; }

.hero { width: min(86rem, calc(100% - 3rem)); margin: 3rem auto 6rem; }
.hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  min-height: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  animation: none;
}
.hero-card::before, .hero-card::after, .heat-scan { display: none; }
.hero-copy {
  --glass-tint: rgba(67, 90, 46, 0.22);
  --glass-solid: #435a2e;
  --glass-text: #fff;
  --glass-focus: #fff;
  --glass-brightness: 0.56;
  --glass-blur: 10px;
  position: relative;
  grid-column: 1;
  grid-row: 1;
  inset: auto;
  width: 100%;
  padding: clamp(1.8rem, 3.5vw, 3.5rem);
  border-radius: 2.5rem;
  transform: none;
  z-index: 3;
}
.hero-copy > :not(.glass-optics) { animation: none; opacity: 1; transform: none; }
.hero-copy > .glass-optics { animation: none; opacity: 1; transform: none; }
/* Make the approved mark and wordmark read as one prominent hero lockup. */
.hero-brand-logo { display: block; width: clamp(6rem, 8vw, 9rem); height: auto; margin: -0.65rem auto -0.05rem; }
/* The brand leads. Space, not a decorative rule, separates the quieter tagline. */
.hero h1 { color: #fff; font-size: clamp(5.5rem, 10vw, 9.5rem); line-height: 0.85; letter-spacing: -0.035em; }
.hero-product-name { margin-top: clamp(1.75rem, 2.8vw, 2.5rem); color: #fff; font-size: clamp(1.75rem, 2.9vw, 2.75rem); line-height: 1.02; letter-spacing: -0.02em; }
.ingredient-line { max-width: 33ch; margin-top: 1.5rem; color: #fff; font-family: var(--body); font-size: 0.95rem; font-weight: 500; line-height: 1.6; letter-spacing: 0; text-transform: none; }
.hero .buy-button { width: 100%; min-height: 3.8rem; margin-top: 1.75rem; font-size: 1.15rem; }
.hero-buy-details { color: #fff; margin-top: 1.1rem; font-size: 0.85rem; font-weight: 600; }
.hero-shipping { color: #fff; font-size: 0.75rem; line-height: 1.5; }
.hero-visual { position: relative; grid-row: 1; grid-column: 2; inset: auto; height: clamp(32rem, 52vw, 46rem); overflow: visible; }
.hero-standing-art { left: 49%; right: auto; bottom: 0; height: 108%; max-width: none; transform: translateX(-50%); }
.hero-art-layer { filter: drop-shadow(0 20px 22px rgba(67, 90, 46, 0.38)); }

.shop-section, .game-section, .about-section, .faq-section, .final-buy-section, .site-footer {
  width: min(86rem, calc(100% - 3rem));
  margin-bottom: 3rem;
  color: var(--glass-text);
  border-radius: var(--glass-radius);
  background: var(--glass-tint);
}
.shop-section { padding: clamp(2rem, 5vw, 4rem); }
.section-heading { align-items: flex-start; gap: 0; text-align: left; margin-bottom: 2.5rem; }
.section-heading h2 { color: #fff; font-size: clamp(3.5rem, 6.5vw, 6rem); line-height: 0.95; }
.section-heading > p:last-child { max-width: 34ch; margin: 0.75rem 0 0; color: #fff; font-family: var(--body); font-size: 1rem; font-weight: 500; text-transform: none; letter-spacing: 0; }
.product-stage { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); background: transparent; border: 0; border-radius: 0; overflow: visible; gap: clamp(2rem, 4vw, 4rem); }
.product-image-wrap { align-self: start; min-height: 0; border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 1.5rem; overflow: hidden; box-shadow: 0 12px 32px rgba(67, 90, 46, 0.2); }
.product-image-wrap img { min-height: 0; }
.product-details { padding: 1rem 0; }
.product-details h3 { padding: 0; color: #fff; background: transparent; font-size: clamp(3rem, 4.5vw, 4.5rem); }
.product-description { color: #fff; line-height: 1.75; }
.ingredient-list { margin-block: 1.75rem; }
.ingredient-list li { color: #fff; border-color: rgba(255, 255, 255, 0.22); font-family: var(--body); text-transform: none; letter-spacing: 0; font-weight: 500; line-height: 1.5; }
.product-size { color: #435a2e; background: #d5eb72; }
.shipping-promise { color: #e4f39c; }
.game-art { margin: 1.25rem; }
.game-copy h2, .game-copy > p, .play-lede, .reward-fine-print { color: #fff; }
.about-section { grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr); }
.about-target {
  /* A desktop brand tile, independent of the story's height. */
  align-self: center;
  aspect-ratio: 1;
  min-width: 0;
  min-height: 0;
  margin: 1.3rem;
  padding: clamp(1rem, 2vw, 2rem);
  gap: clamp(1rem, 1.8vw, 1.75rem);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.about-target img {
  flex: 0 0 auto;
  width: clamp(3rem, 6vw, 6rem);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
.about-target__brand { max-width: 100%; font-size: clamp(2rem, 3.2vw, 3.8rem); }
.about-copy { padding: 3rem; }
.about-copy h2 { color: #fff; font-size: clamp(3rem, 4.5vw, 4.75rem); }
.about-copy > p:not(.about-callout) { color: #fff; }
.about-callout { color: #d5eb72; }
.faq-intro h2, .section-kicker, .faq-intro p, .faq-list summary, .faq-list p, .faq-list a { color: #fff; }
.faq-list details { border-color: rgba(255, 255, 255, 0.23); }
.faq-list details[open] { background: rgba(255, 255, 255, 0.08); border-radius: 1rem; }
.faq-list summary::after { color: #d5eb72; }
.final-buy-product { background: transparent; }
.final-buy-copy, .final-buy-copy h2 { color: #fff; }
.final-buy-mark { background: transparent; padding: 0; }

.subpage-header { width: min(86rem, calc(100% - 2rem)); }
.play-page { border-radius: var(--glass-radius); }
.play-intro h1, .play-lede { color: #fff; }
.play-screen { background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.6); }
.controls-panel { color: #fff; background: rgba(67, 90, 46, 0.83); }
.controls-panel ol, .controls-panel li { border-color: rgba(255, 255, 255, 0.28); }
.controls-panel li span { color: #d5eb72; }
.controls-panel li small { color: #fff; }
/* Opaque metal finishes keep each reward legible over the photo background. */
.reward-steps li, .play-page .reward-steps li {
  color: #241b12;
  background: linear-gradient(135deg, var(--reward-metal-light), var(--reward-metal) 58%, var(--reward-metal-light));
  border-color: var(--reward-metal-edge);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 3px 8px rgba(0, 0, 0, 0.18);
}
.reward-steps li:nth-child(1) {
  --reward-metal-light: #edc49a;
  --reward-metal: #cd945e;
  --reward-metal-edge: #a86c38;
}
.reward-steps li:nth-child(2) {
  --reward-metal-light: #edf1f5;
  --reward-metal: #b5c0cc;
  --reward-metal-edge: #8b98a8;
}
.reward-steps li:nth-child(3) {
  --reward-metal-light: #ffea9c;
  --reward-metal: #dfb844;
  --reward-metal-edge: #b58b24;
}
.privacy-page, .result-card, .order-dialog {
  --glass-tint: rgba(255, 255, 255, 0.88);
  --glass-solid: #fff;
  --glass-text: #435a2e;
  --glass-blur: 22px;
  --glass-brightness: 1;
  --glass-focus: #ae2b1d;
  --glass-band: 3;
  --glass-shadow: 0 18px 48px rgba(67, 90, 46, 0.28), 0 2px 6px rgba(67, 90, 46, 0.16);
  color: #435a2e;
  background: var(--glass-tint);
  border-radius: 2rem;
}
.contact-page { background: var(--glass-tint); box-shadow: var(--glass-shadow); }
.delivery-intro {
  --glass-tint: rgba(67, 90, 46, 0.22);
  --glass-solid: #435a2e;
  --glass-text: #fff;
  --glass-focus: #fff;
  --glass-brightness: 0.56;
  --glass-blur: 10px;
  color: var(--glass-text);
  background: var(--glass-tint);
  border: 1px solid var(--glass-rim);
  box-shadow: var(--glass-shadow);
}
.delivery-intro :is(h1, p) { color: var(--glass-text); }
.delivery-order { background: var(--glass-tint); box-shadow: var(--glass-shadow); }
.order-dialog { position: fixed; }
.order-dialog::backdrop { background: rgba(67, 90, 46, 0.35); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.quantity-stepper { background: rgba(255, 255, 255, 0.72); }
.order-dialog .quantity-stepper :focus-visible { outline-offset: -3px; }
.order-dialog .buy-button { border-color: rgba(67, 90, 46, 0.35); }
.mobile-buy-bar > div span { color: #fff; }
.reveal { opacity: 1; transform: none; transition: none; will-change: auto; }

/* Content stays quiet beneath the floating optical layer. */
.shop-section, .game-section, .about-section, .faq-section, .final-buy-section, .play-page, .delivery-order {
  --glass-tint: rgba(255, 255, 255, 0.78);
  --glass-solid: #fff;
  --glass-text: #435a2e;
  --glass-focus: #ae2b1d;
  --glass-blur: 18px;
  --glass-brightness: 1;
  color: var(--glass-text);
}
.section-heading h2, .section-heading > p:last-child,
.product-details h3, .product-description, .ingredient-list li,
.game-copy h2, .game-copy > p, .reward-fine-print,
.about-copy h2, .about-copy > p:not(.about-callout),
.faq-intro h2, .faq-intro p, .faq-intro .section-kicker,
.faq-list summary, .faq-list p, .faq-list a,
.final-buy-copy, .final-buy-copy h2, .play-intro h1, .play-lede { color: var(--glass-text); }
.ingredient-list li, .faq-list details { border-color: rgba(67, 90, 46, 0.20); }
.shipping-promise, .about-callout, .faq-list summary::after { color: #435a2e; }
.about-target { background: rgba(67, 90, 46, 0.84); border-color: rgba(255, 255, 255, 0.3); }
.about-target__brand { color: #fff; }
.faq-list details[open] { background: rgba(255, 255, 255, 0.25); }
.faq-intro > p:last-child { color: var(--glass-text); }
.site-footer {
  --glass-tint: rgba(67, 90, 46, 0.4);
  --glass-solid: #435a2e;
  --glass-text: #fff;
  --glass-brightness: 0.60;
  --glass-focus: #fff;
}
.mobile-buy-bar {
  --glass-tint: rgba(67, 90, 46, 0.76);
  --glass-solid: #435a2e;
  --glass-text: #fff;
  --glass-focus: #fff;
  --glass-blur: 10px;
  --glass-band: 2;
  --glass-brightness: 0.53;
  color: #fff;
}
/* Floating navigation keeps one material over photos and light content alike.
   A uniform tint maintains white-text contrast in native and refractive modes. */
:is(.site-header,.subpage-header,.mobile-buy-bar) > .glass-optics > .glass-fill {
  mask-image: none;
  -webkit-mask-image: none;
}
.order-dialog :focus-visible, .contact-page :focus-visible, .privacy-page :focus-visible, .result-card :focus-visible, .delivery-page :focus-visible { outline: 3px solid var(--glass-focus); outline-offset: 3px; }
.site-header .header-buy:focus-visible, .hero-copy .buy-button:focus-visible, .mobile-buy-bar button:focus-visible { outline-color: #fff; }
/* Keep the host clear after all material variants, including .is-scrolled.
   Only its decorative child paints the tint and backdrop, never both. */
.liquid-lens.glass-ready { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }

@media (max-width: 1050px) and (min-width: 761px) {
  .site-header { grid-template-columns: auto 1fr auto; padding-inline: 1rem; gap: 1rem; }
  .primary-nav { gap: 1rem; }
  .primary-nav a { font-size: 0.72rem; }
  .hero-copy { padding: 2rem 1.5rem; }
  .hero h1 { font-size: clamp(3.8rem, 8.5vw, 5.6rem); }
  .hero-product-name { font-size: 2rem; }
  .hero-visual { height: 33rem; }
  .hero-standing-art { width: 100%; height: 100%; max-width: 100%; object-fit: contain; bottom: 0; left: 50%; }
  .about-copy { padding: 2.5rem 2rem; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 1rem); gap: 0; padding: 0.4rem 0.85rem 0.2rem; border-radius: 1.65rem; }
  .brand-wordmark { padding: 0; font-size: 1.85rem; }
  .brand-wordmark__logo { width: 3rem; }
  .primary-nav { padding-top: 0; border: 0; gap: clamp(1rem, 5vw, 2rem); }
  .primary-nav a { min-height: 2.25rem; font-size: 0.73rem; }
  .hero { width: calc(100% - 1.4rem); margin: 1.7rem auto 2.5rem; }
  .hero-card { display: block; min-height: 0; }
  .hero-copy { padding: 0.7rem 1.4rem 1.5rem; width: 100%; border-radius: 2rem; text-align: left; }
  /* Trade excess spacing for a visible logo without adding card height. */
  /* On a narrow card, the mark belongs to the title lockup: align it over the A. */
  .hero-brand-logo { display: block; width: clamp(4.25rem, 18vw, 5.5rem); height: auto; margin: -0.25rem auto -0.25rem 0; }
  .hero-title-lockup { width: 66%; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 6.25rem); line-height: 0.9; white-space: normal; }
  .hero-product-name { margin-top: 0.75rem; max-width: 55%; font-size: clamp(1.5rem, 6.6vw, 2rem); }
  .ingredient-line { max-width: none; margin: 1rem 0 0; font-size: 0.87rem; line-height: 1.6; }
  .hero .buy-button { margin-top: 1.2rem; min-height: 3.5rem; font-size: 1rem; }
  .hero-buy-details, .hero-shipping { text-align: center; }
  .hero-visual { position: absolute; top: -0.9rem; right: -0.4rem; left: auto; width: 53%; height: clamp(13rem, 67vw, 16.5rem); z-index: 4; pointer-events: none; }
  .hero-standing-art { height: 100%; left: 50%; bottom: 0; }
  .hero-art-layer { filter: drop-shadow(0 10px 12px rgba(67, 90, 46, 0.3)); }
  .shop-section, .game-section, .about-section, .faq-section, .final-buy-section, .site-footer { width: calc(100% - 1.4rem); margin-bottom: 2rem; border-radius: 2rem; }
  .shop-section { padding: 2rem 1.4rem; }
  .section-heading { margin-bottom: 1.75rem; }
  .section-heading h2 { font-size: 3.5rem; }
  .section-heading p { font-size: 0.92rem; }
  .product-stage { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-details { padding: 0; }
  .product-details h3 { font-size: 3.4rem; }
  .ingredient-list { margin-block: 1.5rem; }
  .game-section, .about-section, .final-buy-section { grid-template-columns: 1fr; }
  .game-art { margin: 1rem; border-radius: 1.3rem; }
  .game-copy { padding: 1rem 1.5rem 2.5rem; }
  .about-target { display: flex; flex-direction: row; justify-content: center; aspect-ratio: auto; min-height: 0; padding: 1.5rem; margin: 1rem 1rem 0; gap: 1rem; }
  .about-target img { width: 3rem; }
  .about-target__brand { margin: 0; font-size: 2.2rem; }
  .about-copy { padding: 2rem 1.5rem; }
  .about-copy h2 { font-size: 2.9rem; }
  .about-copy > p:not(.about-callout) { font-size: 1rem; line-height: 1.75; }
  .faq-section { padding: 2.3rem 1.4rem; }
  .faq-list summary { font-size: 0.97rem; }
  .final-buy-product { padding: 1.4rem; }
  .final-buy-copy { padding: 0.5rem 1.5rem 2.5rem; }
  .mobile-buy-bar { position: fixed; left: 0.45rem; right: 0.45rem; bottom: max(0.45rem, env(safe-area-inset-bottom)); padding: 0.65rem 0.8rem; border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 1.4rem; }
  .mobile-buy-bar button { border-radius: 999px; font-size: 0.78rem; }
  .play-page { border-radius: 2rem; }
  .privacy-page, .result-card, .order-dialog, .delivery-intro, .delivery-order { border-radius: 1.65rem; }
}

@media (prefers-reduced-transparency: reduce), (prefers-contrast: more) {
  .glass-optics { display: none; }
  :is(.liquid-surface.glass-ready, .liquid-surface, .site-header, .subpage-header,
    .hero-copy, .shop-section, .game-section, .about-section, .faq-section,
    .final-buy-section, .site-footer, .play-page, .privacy-page, .result-card,
    .delivery-intro, .delivery-order,
    .order-dialog, .mobile-buy-bar, .buy-button, .header-buy, .glass-control, .checkout-button) {
    background: var(--glass-solid);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-color: var(--glass-text);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-buy:active, .buy-button:active, .mobile-buy-bar button:active, .reward-page .checkout-button:active { transform: none; }
  .glass-optics::before, .glass-control::after { transition: none; }
  .glass-pressed > .glass-optics::before { opacity: 0; }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass-optics { display: none; }
  .liquid-surface, .liquid-lens.glass-ready { background: var(--glass-solid); }
}
