:root {
  --logo-bg: #fff1b8;
  --sun: #fede7a;
  --banana: #fff6cf;
  --leaf: #bed690;
  --mint: #c3da94;
  --melon: #d9efbd;
  --blush: #ffd6c6;
  --peach: #fddea8;
  --coral: #fdd49c;
  --honey: #fede79;
  --ink: #5b3d25;
  --cream: #fff8df;
  --paper: #fffaf0;
  --line: rgba(91, 61, 37, 0.18);
  --shadow: 0 24px 60px rgba(91, 61, 37, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 214, 198, 0.48) 0 80px, transparent 82px),
    radial-gradient(circle at 88% 22%, rgba(190, 214, 144, 0.42) 0 90px, transparent 92px),
    linear-gradient(180deg, var(--paper), var(--logo-bg));
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 6px clamp(10px, 3vw, 34px);
  background: linear-gradient(180deg, rgba(255, 241, 184, 0.96), rgba(255, 241, 184, 0.72));
  backdrop-filter: blur(12px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 2vw, 18px);
  width: min(1120px, 100%);
  min-height: 50px;
  margin: 0 auto;
  padding: 4px 7px 4px 8px;
  background: rgba(255, 250, 240, 0.9);
  border: 2px solid rgba(91, 61, 37, 0.72);
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(91, 61, 37, 0.24), 0 14px 34px rgba(91, 61, 37, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(98px, 8vw, 118px);
  height: 50px;
}

.brand-mark {
  width: 100%;
  max-height: 52px;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  transform: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 900;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
}

.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  transition: background 160ms ease, transform 160ms ease;
}

.nav a:hover {
  transform: translateY(-1px);
  background: var(--logo-bg);
}

.header-buy,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--ink);
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.header-buy {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0;
  flex: 0 0 auto;
  min-width: 136px;
  min-height: 46px;
  padding: 4px 16px 5px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 4px 4px 0 var(--ink);
}

.header-buy span {
  line-height: 1;
}

.header-buy small {
  font-size: 0.68rem;
  line-height: 1;
  text-transform: none;
  opacity: 0.82;
}

.header-buy::after,
.button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -60%;
  width: 46px;
  transform: rotate(18deg);
  background: rgba(255, 250, 240, 0.64);
  transition: left 340ms ease;
}

.header-buy,
.primary {
  color: var(--ink);
  background: var(--honey);
}

.secondary {
  background: var(--cream);
}

.button:hover,
.header-buy:hover,
.model-card:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--ink);
}

.button:hover::after,
.header-buy:hover::after {
  left: 120%;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  min-height: calc(100svh - 74px);
  background:
    radial-gradient(ellipse at 18% 20%, rgba(255, 214, 198, 0.42) 0 150px, transparent 152px),
    radial-gradient(ellipse at 52% 82%, rgba(253, 222, 168, 0.48) 0 120px, transparent 122px),
    linear-gradient(90deg, var(--sun) 0 54%, var(--leaf) 54% 100%);
}

.hero::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 250, 240, 0.42) 0 2px, transparent 2.5px),
    radial-gradient(circle, rgba(91, 61, 37, 0.08) 0 1px, transparent 1.5px);
  background-position: 0 0, 18px 18px;
  background-size: 42px 42px;
  opacity: 0.42;
}

.hero-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 80%;
  animation: heroBreathing 4.5s ease-in-out infinite;
}

.wind-lines {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.wind-lines span {
  position: absolute;
  height: 10px;
  border: 2px solid rgba(91, 61, 37, 0.24);
  border-left: 0;
  border-right: 0;
  border-radius: 999px;
  animation: breeze 2.4s linear infinite;
}

.wind-lines span:nth-child(1) {
  top: 24%;
  left: 10%;
  width: 120px;
}

.wind-lines span:nth-child(2) {
  top: 44%;
  left: 18%;
  width: 180px;
  animation-delay: 0.4s;
}

.wind-lines span:nth-child(3) {
  top: 68%;
  left: 6%;
  width: 140px;
  animation-delay: 0.9s;
}

.hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: clamp(28px, 6vw, 74px);
}

.eyebrow {
  margin: 0 0 12px;
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  max-width: 100%;
  font-size: clamp(3.6rem, 10vw, 8.5rem);
  line-height: 0.86;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 5px 5px 0 rgba(255, 241, 184, 0.72);
  animation: titlePop 900ms cubic-bezier(0.2, 1.35, 0.42, 1) both;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 560px;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  line-height: 1.35;
  font-weight: 750;
}

.hero-mini {
  max-width: 480px;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.35;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 26px 0 24px;
}

.price-row strong {
  padding: 10px 16px;
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-size: 2rem;
  line-height: 1;
  animation: pulsePrice 2.2s ease-in-out infinite;
}

.price-row span {
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.benefits,
.models,
.offer-panel,
.trust-panel,
.social-proof,
.faq {
  padding: clamp(40px, 7vw, 78px) clamp(16px, 5vw, 72px);
}

.benefits {
  scroll-margin-top: 118px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  padding-top: clamp(30px, 5vw, 54px);
  padding-bottom: clamp(30px, 5vw, 54px);
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 214, 198, 0.52) 0 86px, transparent 88px),
    radial-gradient(circle at 92% 84%, rgba(190, 214, 144, 0.62) 0 92px, transparent 94px),
    var(--paper);
}

.specs-intro,
.review-grid article,
.faq-grid details {
  padding: 24px;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.specs-intro {
  grid-row: span 2;
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: 8px 18px 8px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.specs-intro h2 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3.2vw, 3.1rem);
  line-height: 0.98;
}

.benefits article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  min-height: 82px;
  padding: 12px;
  background: rgba(255, 250, 240, 0.76);
  border: 2px solid rgba(91, 61, 37, 0.52);
  border-radius: 22px;
  box-shadow: 0 8px 18px rgba(91, 61, 37, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.benefits article {
  position: relative;
}

.benefits article:hover,
.review-grid article:hover,
.faq-grid details:hover {
  transform: translateY(-3px) rotate(-0.25deg);
  box-shadow: 0 12px 24px rgba(91, 61, 37, 0.14);
}

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  width: 46px;
  height: 46px;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: var(--sun);
  box-shadow: 2px 2px 0 rgba(91, 61, 37, 0.74);
  font-weight: 950;
  font-size: 0.9rem;
}

.benefits h2 {
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.1;
}

.benefits article p,
.review-grid p,
.faq-grid p {
  margin-bottom: 0;
  line-height: 1.25;
  font-weight: 650;
}

.benefits article p {
  font-size: 0.9rem;
}

.models,
.offer-panel,
.faq {
  background:
    radial-gradient(circle at 84% 18%, var(--blush) 0 70px, transparent 72px),
    radial-gradient(circle at 16% 82%, var(--peach) 0 78px, transparent 80px),
    var(--sun);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.model-card {
  position: relative;
  cursor: pointer;
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 16px;
  color: var(--ink);
  font: inherit;
  text-align: left;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.model-card.is-selected {
  background: linear-gradient(180deg, var(--leaf), var(--melon));
  animation: selectedDance 520ms cubic-bezier(0.2, 1.35, 0.42, 1);
}

.model-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
  transition: transform 220ms ease;
}

.model-card:hover img {
  transform: scale(1.04) rotate(1deg);
}

.model-card strong {
  font-size: 1.1rem;
}

.model-card span {
  font-weight: 750;
}

.offer-panel {
  padding-top: clamp(24px, 4vw, 42px);
  padding-bottom: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 214, 198, 0.62) 0 64px, transparent 66px),
    radial-gradient(circle at 84% 78%, rgba(190, 214, 144, 0.72) 0 72px, transparent 74px),
    var(--logo-bg);
}

.launch-offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(16px, 3vw, 22px);
  background: linear-gradient(90deg, var(--sun), var(--cream));
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 6px 6px 0 var(--ink);
}

.offer-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 8px 12px;
  background: var(--blush);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.launch-offer strong {
  font-size: clamp(1.65rem, 4vw, 3rem);
  line-height: 0.95;
}

.launch-offer p {
  grid-column: 2;
  margin: 0;
  font-weight: 800;
  line-height: 1.32;
}

.launch-offer .button {
  grid-column: 3;
  grid-row: 1 / span 2;
  white-space: nowrap;
}

.commerce {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 520px);
  justify-content: center;
  align-items: center;
  padding: clamp(38px, 6vw, 72px) clamp(16px, 5vw, 72px);
  background:
    radial-gradient(circle at 8% 22%, rgba(255, 231, 122, 0.75) 0 110px, transparent 112px),
    radial-gradient(circle at 90% 72%, rgba(255, 214, 198, 0.62) 0 96px, transparent 98px),
    var(--leaf);
}

.checkout {
  padding: clamp(22px, 4vw, 34px);
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--ink);
}

.checkout h2 {
  font-size: clamp(2.2rem, 6vw, 4.8rem);
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-weight: 900;
}

select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.color-grid {
  display: grid;
  gap: 10px;
}

.color-choice {
  cursor: default;
  color: var(--ink);
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 8px;
  font: inherit;
  font-weight: 950;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.summary s {
  opacity: 0.62;
  text-decoration-thickness: 2px;
}

.summary .is-hidden {
  display: none;
}

.color-choice.is-selected {
  background: var(--sun);
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.color-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.color-choice {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  min-height: 88px;
  padding: 9px 4px;
  font-size: 0.82rem;
}

.checkout.has-selection .color-choice {
  min-height: 112px;
}

.color-choice.has-none {
  opacity: 0.72;
}

.color-choice.bop {
  animation: selectedDance 460ms cubic-bezier(0.2, 1.35, 0.42, 1);
}

.mascot-icon {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.choice-controls {
  display: none;
  grid-template-columns: 25px 34px 25px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: 2px;
}

.checkout.has-selection .choice-controls {
  display: grid;
}

.choice-controls span,
.choice-controls strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--logo-bg);
  box-shadow: 2px 2px 0 var(--ink);
}

.choice-controls span {
  cursor: pointer;
}

.choice-controls span:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
}

.choice-controls strong {
  background: var(--sun);
}

.cart-progress {
  display: none;
  gap: 8px;
  margin-top: 4px;
  padding: 12px;
  background: var(--logo-bg);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 4px 4px 0 var(--ink);
}

.checkout.has-selection .cart-progress {
  display: grid;
}

.cart-progress div:first-child {
  display: grid;
  gap: 3px;
}

.cart-progress strong {
  text-transform: uppercase;
}

.cart-progress span {
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.25;
}

.progress-track {
  overflow: hidden;
  height: 16px;
  padding: 2px;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 999px;
}

.progress-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--leaf), var(--sun), var(--blush));
  transition: width 260ms ease;
}

.summary {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding: 18px;
  background: var(--melon);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.summary strong {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  text-align: right;
}

.summary .total {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 1.25rem;
}

.summary strong.price-pop {
  animation: pricePop 420ms cubic-bezier(0.2, 1.35, 0.42, 1);
}

.delivery-field {
  display: grid;
  gap: 10px;
  margin: 18px 0 16px;
  font-weight: 900;
}

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

.delivery-grid label {
  display: grid;
  gap: 5px;
  font-size: 0.84rem;
}

.delivery-grid .span-2 {
  grid-column: 1 / -1;
}

.delivery-grid input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--cream);
  border: 2px solid rgba(91, 61, 37, 0.62);
  border-radius: 8px;
  font: inherit;
  font-weight: 750;
}

.delivery-grid input:focus {
  outline: 3px solid rgba(254, 222, 122, 0.75);
  border-color: var(--ink);
}

.paypal-checkout {
  display: grid;
  gap: 0;
  margin-top: 16px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.paypal-checkout.is-ready {
  border: 0;
}

.paypal-checkout span {
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.3;
  text-align: center;
}

.paypal-checkout.is-ready span:empty {
  display: none;
}

#paypal-button-container {
  min-height: 46px;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  background: var(--paper);
}

.trust-panel article {
  padding: 18px;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 4px 4px 0 var(--ink);
}

.trust-panel strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.trust-panel p {
  margin: 0;
  font-weight: 680;
  line-height: 1.4;
}

.social-proof {
  background:
    radial-gradient(circle at 12% 16%, rgba(190, 214, 144, 0.62) 0 90px, transparent 92px),
    var(--paper);
}

.review-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.review-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.review-grid article::before {
  content: "5/5";
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 8px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--sun);
  font-weight: 950;
}

.customer-photo {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin: 24px auto 0;
  padding: 10px;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(-1deg);
}

.customer-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.customer-photo figcaption {
  padding: 0 4px 4px;
  font-weight: 850;
  line-height: 1.35;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  background: var(--ink);
}

.gallery img {
  width: 100%;
  height: 36vw;
  max-height: 520px;
  min-height: 260px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 240ms ease, filter 240ms ease;
}

.gallery img:hover {
  transform: scale(1.025);
  filter: saturate(1.18) brightness(1.03);
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid details {
  cursor: pointer;
}

.faq-grid summary {
  font-size: 1.08rem;
  font-weight: 900;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  float: right;
  margin-left: 12px;
  font-weight: 950;
}

.faq-grid details[open] summary::after {
  content: "-";
}

.faq-grid details p {
  margin-top: 10px;
}

.order-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: grid;
  gap: 4px;
  width: min(330px, calc(100vw - 36px));
  padding: 16px;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--ink);
  transform: translateY(140%);
  transition: transform 220ms ease;
}

.order-toast.is-visible {
  transform: translateY(0);
}

.order-toast strong {
  text-transform: uppercase;
}

.milestone-pop {
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 96px;
  z-index: 26;
  display: grid;
  gap: 4px;
  width: min(320px, calc(100vw - 36px));
  padding: 16px 18px;
  text-align: center;
  background: var(--sun);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--ink);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -260%) rotate(-2deg);
  transition:
    opacity 160ms ease,
    visibility 0s linear 180ms,
    transform 260ms cubic-bezier(0.2, 1.35, 0.42, 1);
}

.milestone-pop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) rotate(1deg);
  transition:
    opacity 120ms ease,
    visibility 0s,
    transform 260ms cubic-bezier(0.2, 1.35, 0.42, 1);
}

.milestone-pop strong {
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.milestone-pop span {
  font-weight: 850;
}

.freebie-modal {
  position: fixed;
  inset: 0;
  z-index: 28;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(91, 61, 37, 0.34);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 0s linear 180ms;
}

.freebie-modal.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 180ms ease, visibility 0s;
}

.freebie-dialog {
  display: grid;
  gap: 14px;
  width: min(420px, 100%);
  padding: 22px;
  text-align: center;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--ink);
  transform: translateY(14px) scale(0.96);
  transition: transform 220ms cubic-bezier(0.2, 1.35, 0.42, 1);
}

.freebie-modal.is-visible .freebie-dialog {
  transform: translateY(0) scale(1);
}

.freebie-dialog strong {
  font-size: 1.45rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.freebie-dialog p {
  margin: 0;
  font-weight: 750;
  line-height: 1.4;
}

.freebie-dialog div {
  display: grid;
  gap: 10px;
}

.confetti-field {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 25;
  overflow: hidden;
}

.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 214, 198, 0.72) 0 130px, transparent 132px),
    radial-gradient(circle at 86% 80%, rgba(190, 214, 144, 0.7) 0 150px, transparent 152px),
    linear-gradient(135deg, var(--logo-bg), var(--paper));
}

.thanks-wrap {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(18px, 5vw, 56px);
}

.thanks-card {
  display: grid;
  justify-items: center;
  gap: 16px;
  width: min(680px, 100%);
  padding: clamp(26px, 6vw, 54px);
  text-align: center;
  background: rgba(255, 250, 240, 0.9);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--ink);
}

.thanks-logo {
  width: min(220px, 72vw);
}

.thanks-mascots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.thanks-mascots img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.thanks-card h1 {
  margin-bottom: 0;
  color: var(--ink);
  white-space: normal;
  font-size: clamp(2.4rem, 8vw, 5rem);
  line-height: 0.95;
  text-shadow: 3px 3px 0 rgba(255, 241, 184, 0.72);
  animation: none;
}

.thanks-lead {
  max-width: 520px;
  margin-bottom: 0;
  font-weight: 750;
  line-height: 1.45;
}

.thanks-summary {
  display: grid;
  gap: 8px;
  width: min(480px, 100%);
  padding: 16px;
  background: var(--melon);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.thanks-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
}

.thanks-summary strong {
  text-align: right;
}

.confetti {
  position: absolute;
  top: -20px;
  left: var(--left);
  width: 12px;
  height: 16px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: var(--color);
  animation: confettiFall var(--speed) ease-in forwards;
}

.reveal {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.can-reveal .reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.98);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 1.1, 0.35, 1);
}

body.can-reveal .reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes tinyBounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes heroBreathing {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025) rotate(-0.3deg);
  }
}

@keyframes breeze {
  0% {
    transform: translateX(-80px) scaleX(0.8);
    opacity: 0;
  }

  20% {
    opacity: 0.7;
  }

  100% {
    transform: translateX(120px) scaleX(1.15);
    opacity: 0;
  }
}

@keyframes titlePop {
  from {
    transform: translateY(20px) scale(0.88);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes pulsePrice {
  0%,
  100% {
    transform: rotate(-1deg) scale(1);
  }

  50% {
    transform: rotate(1deg) scale(1.04);
  }
}

@keyframes meterGlow {
  0%,
  100% {
    filter: saturate(1);
  }

  50% {
    filter: saturate(1.45) brightness(1.08);
  }
}

@keyframes selectedDance {
  0% {
    transform: scale(0.96) rotate(-1deg);
  }

  55% {
    transform: scale(1.04) rotate(1deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes pricePop {
  0% {
    transform: scale(0.86);
  }

  60% {
    transform: scale(1.16);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes confettiFall {
  0% {
    transform: translateY(-20px) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(110vh) rotate(540deg);
    opacity: 0;
  }
}

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

  .hero {
    min-height: 0;
    background: var(--leaf);
  }

  .hero-media {
    min-height: 340px;
  }

  .benefits,
  .model-grid,
  .trust-panel,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .specs-intro {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .launch-offer {
    grid-template-columns: 1fr;
  }

  .launch-offer p,
  .launch-offer .button {
    grid-column: auto;
    grid-row: auto;
  }

  .launch-offer .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 5px 7px;
  }

  .nav {
    display: none;
  }

  .header-shell {
    min-height: 50px;
    padding: 4px 5px 4px 6px;
    gap: 6px;
    box-shadow: 0 6px 0 rgba(91, 61, 37, 0.2), 0 10px 24px rgba(91, 61, 37, 0.12);
  }

  .brand {
    width: 92px;
    height: 44px;
  }

  .brand-mark {
    width: 100%;
    max-height: 46px;
  }

  .header-buy {
    min-width: 104px;
    min-height: 42px;
    padding: 4px 10px 5px;
    font-size: 0.82rem;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .header-buy small {
    font-size: 0.62rem;
  }

  .hero-copy {
    padding: 28px 16px 38px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.35rem);
    line-height: 0.92;
  }

  .benefits,
  .model-grid,
  .trust-panel,
  .review-grid,
  .faq-grid,
  .gallery {
    grid-template-columns: 1fr;
  }

  .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .specs-intro {
    grid-column: 1 / -1;
    padding: 18px;
    text-align: center;
  }

  .specs-intro h2 {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .benefits article {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 112px;
    padding: 12px 8px;
    text-align: center;
  }

  .benefit-icon {
    grid-row: auto;
    width: 44px;
    height: 44px;
  }

  .benefits h2 {
    font-size: 0.98rem;
  }

  .benefits article p {
    font-size: 0.82rem;
  }

  .benefits,
  .models,
  .offer-panel,
  .commerce,
  .trust-panel,
  .social-proof,
  .faq {
    padding-left: 14px;
    padding-right: 14px;
  }

  .commerce {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout {
    padding: 20px 14px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .checkout h2 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .color-grid {
    gap: 8px;
  }

  .color-choice {
    min-height: 104px;
    padding: 10px 6px;
    font-size: 0.9rem;
  }

  .checkout.has-selection .color-choice {
    min-height: 126px;
  }

  .mascot-icon {
    width: 56px;
    height: 56px;
  }

  .choice-controls {
    grid-template-columns: 34px 42px 34px;
    gap: 5px;
  }

  .choice-controls span,
  .choice-controls strong {
    min-height: 32px;
    font-size: 1rem;
  }

  .summary {
    padding: 14px;
  }

  .summary .total {
    font-size: 1.18rem;
  }

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

  .delivery-grid .span-2 {
    grid-column: auto;
  }

  .gallery img {
    height: 78vw;
    max-height: none;
  }

  .price-row strong {
    font-size: 1.65rem;
  }

  .hero-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
