:root {
  --ink: #101114;
  --ink-soft: #565963;
  --paper: #f4f3ef;
  --white: #fff;
  --line: rgba(16, 17, 20, .12);
  --acid: #d9ff3f;
  --electric: #1545f5;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #101114; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #101114;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select { font-family: "Manrope", Arial, sans-serif; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
.site-shell {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 90px rgba(0, 0, 0, .55);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  text-decoration: none;
}
.wordmark span {
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, .45);
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
}

.hero {
  position: relative;
  height: max(700px, 100svh);
  max-height: 820px;
  overflow: hidden;
  background: #111;
  color: #fff;
}
.hero__image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: 51% center;
  animation: heroReveal 1.35s cubic-bezier(.2, .75, .2, 1) both;
}
.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 7, 10, .58) 0%, transparent 24%, transparent 47%, rgba(6, 7, 10, .35) 64%, rgba(6, 7, 10, .98) 100%),
    linear-gradient(90deg, rgba(5, 5, 8, .18), transparent 55%);
}
.hero__topline {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: max(20px, env(safe-area-inset-top)) 20px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.hero__season {
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}
.hero__copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 0;
  padding: 0 20px;
  animation: copyReveal .9s .3s cubic-bezier(.2, .75, .2, 1) both;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #696b72;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: rgba(255, 255, 255, .75); }
.hero h1, .section-heading h2, .editorial-cta h2, .order-photo h2 {
  margin: 0;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-weight: 700;
  line-height: .97;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.hero h1 { max-width: 370px; font-size: clamp(39px, 11.4vw, 51px); }
.hero h1 em, .section-heading h2 em, .editorial-cta h2 em, .order-photo h2 em {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  letter-spacing: -.075em;
  text-transform: none;
}
.hero__lead {
  max-width: 330px;
  margin: 16px 0 20px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.hero__offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  gap: 10px;
  align-items: stretch;
}
.hero__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  background: rgba(13, 14, 18, .52);
  backdrop-filter: blur(16px);
}
.hero__price small, .order-price small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero__price strong, .order-price strong {
  overflow: hidden;
  color: #fff;
  font-size: clamp(13px, 3.65vw, 16px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.07em;
  white-space: nowrap;
}
.hero__price strong span, .order-price strong span { font-size: .6em; letter-spacing: 0; }

/* Універсальний акційний блок ціни */
.price-card {
  position: relative;
  width: 100%;
  padding: 16px 16px 0;
  overflow: hidden;
  border: 1px solid rgba(17, 18, 22, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
  color: #111216;
  text-align: center;
}
.price-badge {
  display: table;
  margin: 0 auto 10px;
  padding: 6px 13px;
  border-radius: 999px;
  background: #e21d25;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 24px;
  white-space: nowrap;
}
.price-old {
  position: relative;
  color: #9b9da3;
  font-size: clamp(19px, 5.8vw, 24px);
  font-weight: 700;
  letter-spacing: -.05em;
}
.price-old::after {
  position: absolute;
  top: 50%;
  right: -3px;
  left: -3px;
  height: 2px;
  border-radius: 2px;
  background: #e21d25;
  content: "";
  transform: rotate(-7deg);
}
.price-old small,
.price-new small { font-size: .48em; letter-spacing: 0; }
.price-new {
  color: #111216;
  font-size: clamp(34px, 10.5vw, 44px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.075em;
}
.price-order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 10px 18px;
  border-radius: 17px;
  background: linear-gradient(120deg, #ff651f, #ff2f4f, #ff8a1f, #ff351f);
  background-size: 300% 300%;
  box-shadow: 0 12px 26px rgba(255, 61, 31, .28), inset 0 1px 0 rgba(255, 255, 255, .32);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-decoration: none;
  animation: gradientFlow 5.4s ease infinite, ctaPulse 2.4s ease-in-out infinite;
  transform-origin: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.price-order-button:active { transform: scale(.985); }
.price-order-button span { font-size: 22px; line-height: 1; }
.price-validity {
  margin: 14px -16px 0;
  padding: 10px 8px 11px;
  background: #d71920;
  color: #fff;
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.01em;
}
.hero-price-wrap { padding: 18px; background: var(--paper); }
.price-card--hero { margin: 0; }
.price-card--hero .price-row,
.price-card--product .price-row { margin-bottom: 13px; }
.price-card--product { width: auto; margin: 0 12px 14px; padding-bottom: 16px; }
.price-card--order { margin-top: 18px; }

.hero__proof {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 17px;
  color: rgba(255, 255, 255, .64);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .03em;
}
.hero__proof span::before { content: "•"; margin-right: 5px; color: var(--acid); }

.cta-button {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(120deg, #d9ff3f, #8cff68, #d9ff3f, #f0ff9a);
  background-size: 300% 300%;
  box-shadow: 0 14px 32px rgba(179, 255, 61, .27), inset 0 1px 0 rgba(255, 255, 255, .66);
  color: #0b0c0d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  animation: gradientFlow 6s ease infinite, ctaPulse 2.8s ease-in-out infinite;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
  cursor: pointer;
}
.cta-button span, .cta-button b { position: relative; z-index: 1; }
.cta-button b { font-size: 18px; font-weight: 500; }
.cta-button::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(100deg, transparent 10%, rgba(255, 255, 255, .7) 46%, transparent 78%);
  content: "";
  transform: translateX(-120%);
  animation: ctaShine 4.6s ease-in-out infinite;
}
.cta-button:active {
  transform: scale(.965) translateY(2px);
  filter: brightness(.94);
  box-shadow: 0 6px 14px rgba(179, 255, 61, .2), inset 0 2px 3px rgba(0, 0, 0, .12);
}
.price-pulse { animation: pricePulse 2.7s ease-in-out infinite; transform-origin: center; }

.brand-banner { width: 100%; overflow: hidden; background: #111; }
.brand-banner img { width: 100%; height: auto; object-fit: cover; }
.brand-banner--landscape { border-top: 1px solid rgba(255, 255, 255, .08); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.brand-banner--portrait { background: #efe5d7; }

.marquee {
  overflow: hidden;
  padding: 15px 0;
  background: var(--acid);
}
.marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 20px;
  animation: marquee 18s linear infinite;
}
.marquee span { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.marquee i { font-size: 7px; font-style: normal; }

.section { padding: 36px 18px; }
.section-heading { margin-bottom: 30px; }
.section-heading h2, .editorial-cta h2, .order-photo h2 { font-size: clamp(33px, 9.3vw, 41px); }
.section-heading h2 em { color: #8a8c91; }
.section-heading > p {
  max-width: 310px;
  margin: 17px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.55;
}
.product-story { background: #f4f3ef; }
.story-photo {
  position: relative;
  height: 495px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #ddd;
}
.story-photo img { height: 100%; object-fit: cover; }
.story-photo__label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 16px;
  background: rgba(15, 16, 19, .67);
  color: #fff;
  backdrop-filter: blur(12px);
}
.story-photo__label strong { font-family: "Unbounded", sans-serif; font-size: 19px; }
.story-photo__label span { color: rgba(255, 255, 255, .7); font-size: 8px; line-height: 1.35; text-transform: uppercase; }
.story-copy { margin: 25px 4px 28px; color: #3e4046; font-size: 14px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.feature-grid article {
  min-height: 168px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(255, 255, 255, .48);
}
.feature-grid article > span { color: #999b9f; font-size: 9px; font-weight: 800; }
.feature-grid h3 { margin: 38px 0 8px; font-size: 14px; font-weight: 800; }
.feature-grid p { margin: 0; color: #686a70; font-size: 10px; line-height: 1.55; }

.colors { padding-right: 0; padding-left: 0; background: #0d0e11; color: #fff; }
.colors .section-heading { padding: 0 18px; }
.colors .section-heading h2 em { color: #6d7079; }
.colors .section-heading > p { color: #878a93; }
.product-list { display: flex; flex-direction: column; gap: 24px; padding: 0 12px; }
.product-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 27px;
  background: #17181c;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .24);
}
.gallery-wrapper { position: relative; overflow: hidden; background: #222; }
.swipe-gallery {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.swipe-gallery::-webkit-scrollbar { display: none; }
.swipe-gallery img {
  flex: 0 0 100%;
  width: 100%;
  height: 500px;
  object-fit: cover;
  scroll-snap-align: start;
}
.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background: rgba(12, 13, 16, .5);
  color: #fff;
  font-size: 15px;
  place-items: center;
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
  transition: transform .18s ease, background .18s ease;
  cursor: pointer;
}
.slider-btn:active { background: rgba(12, 13, 16, .9); transform: translateY(-50%) scale(.9); }
.slider-prev { left: 12px; }
.slider-next { right: 12px; }
.gallery-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 20px;
  background: rgba(9, 10, 12, .44);
  backdrop-filter: blur(9px);
  transform: translateX(-50%);
}
.gallery-dots i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, .46); transition: width .25s ease, background .25s ease; }
.gallery-dots i.is-active { width: 16px; border-radius: 10px; background: var(--acid); }
.card-index {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(11, 12, 15, .5);
  color: rgba(255, 255, 255, .8);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  backdrop-filter: blur(10px);
}
.product-card__body { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px; }
.color-meta { display: flex; align-items: center; gap: 10px; min-width: 0; }
.color-meta small { display: block; margin-bottom: 2px; color: #777a83; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.color-meta h3 { margin: 0; font-size: 15px; font-weight: 800; }
.color-meta .sku { display: block; margin-top: 4px; color: #92959e; font-size: 8px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }
.swatch { flex: 0 0 auto; width: 29px; height: 29px; border: 4px solid #25262b; border-radius: 50%; box-shadow: 0 0 0 1px rgba(255, 255, 255, .18); }
.swatch--electric-white { background: #1748f6; }
.swatch--electric-black { background: linear-gradient(135deg, #1546f4 0 67%, #08090c 68%); }
.swatch--graphite-white { background: #68768d; }
.swatch--graphite-black { background: linear-gradient(135deg, #64738f 0 67%, #08090c 68%); }
.swatch--melange { background: #bfc1c4; }
.swatch--black { background: #090a0d; }
.card-price { flex: 0 0 auto; font-size: clamp(12px, 3.5vw, 15px); font-weight: 800; letter-spacing: -.05em; white-space: nowrap; }
.card-price span { color: #80828a; font-size: .64em; letter-spacing: 0; }
.product-card .cta-button { margin: 0 12px 12px; min-height: 60px; border-radius: 17px; }

.editorial-cta { position: relative; height: 650px; overflow: hidden; background: #111; color: #fff; }
.editorial-cta > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.editorial-cta__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7, 8, 10, .92) 90%); }
.editorial-cta__content { position: absolute; right: 18px; bottom: 34px; left: 18px; }
.editorial-cta h2 em, .order-photo h2 em { color: rgba(255, 255, 255, .62); }
.editorial-cta .cta-button { width: 180px; margin-top: 26px; }

.details { background: var(--white); }
.detail-list, .steps { margin: 0; padding: 0; list-style: none; }
.detail-list li, .steps li {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.detail-list li:last-child, .steps li:last-child { border-bottom: 1px solid var(--line); }
.detail-list li > span, .steps li > span { padding-top: 2px; color: #9a9ca1; font-size: 9px; font-weight: 800; }
.detail-list strong, .steps strong { display: block; margin-bottom: 5px; font-size: 14px; font-weight: 800; }
.detail-list small, .steps small { display: block; color: #707278; font-size: 10px; line-height: 1.55; }

.size-section { background: #ecebe6; }
.size-card {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 20, 20, .05);
}
.size-card__head { display: flex; align-items: center; justify-content: space-between; padding: 17px 14px 13px; }
.size-card__head h3 { margin: 0; font-family: "Unbounded", sans-serif; font-size: 14px; text-transform: uppercase; }
.size-card__head span { display: grid; width: 27px; height: 27px; border-radius: 50%; background: var(--acid); font-size: 8px; font-weight: 800; place-items: center; }
.size-table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.size-table th, .size-table td {
  padding: 10px 1px;
  border-top: 1px solid #e6e5e0;
  border-right: 1px solid #e6e5e0;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(8px, 2.4vw, 10px);
  font-weight: 700;
}
.size-table th:first-child { width: 76px; padding-right: 4px; padding-left: 8px; text-align: left; }
.size-table thead th { background: #111216; color: #fff; font-size: clamp(7px, 2.2vw, 9px); letter-spacing: .02em; }
.size-table thead th:first-child { color: rgba(255, 255, 255, .58); }
.size-table thead small { color: var(--acid); font-size: 8px; font-weight: 800; }
.size-table tbody th { color: #5d5f65; font-weight: 700; line-height: 1.15; }
.size-table tr > *:last-child { border-right: 0; }
.size-table tbody tr:nth-child(even) { background: #f8f7f4; }
.size-help { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 15px; border-radius: 18px; background: #15161a; color: #fff; }
.size-help > span { display: grid; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: var(--acid); color: #111; font-size: 13px; font-weight: 800; place-items: center; }
.size-help p { margin: 0; color: #aaaeb6; font-size: 9px; line-height: 1.5; }
.size-help strong { display: block; color: #fff; font-size: 11px; }

.service-section { background: #fff; }
.steps { counter-reset: steps; }
.steps li { grid-template-columns: 48px 1fr; padding: 19px 0; }
.steps li > span { display: grid; width: 31px; height: 31px; padding: 0; border-radius: 50%; background: #eff0eb; color: #111; place-items: center; }
.trust-row { display: flex; justify-content: space-between; gap: 8px; margin-top: 18px; }
.trust-row span { flex: 1; padding: 11px 8px; border-radius: 13px; background: #f0f1ec; font-size: 8px; font-weight: 800; text-align: center; text-transform: uppercase; }

.order-section { background: #111216; color: #fff; }
.order-photo { position: relative; height: 650px; overflow: hidden; }
.order-photo > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.order-photo__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7, 8, 10, .95) 94%); }
.order-photo__copy { position: absolute; right: 18px; bottom: 28px; left: 18px; }
.order-price { display: inline-flex; flex-direction: column; margin-top: 22px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 16px; background: rgba(13, 14, 17, .45); backdrop-filter: blur(13px); }
.order-form-wrap { padding: 32px 18px 55px; }
.form-heading { display: grid; grid-template-columns: 42px 1fr; margin-bottom: 25px; }
.form-heading > span { color: var(--acid); font-size: 9px; font-weight: 800; }
.form-heading h3 { margin: 0 0 7px; font-size: 17px; font-weight: 800; }
.form-heading p { margin: 0; color: #888b94; font-size: 10px; line-height: 1.55; }
.premium_form { display: flex; flex-direction: column; gap: 12px; }
#order_form { scroll-margin-top: 24px; }
.field { display: block; }
.field > span { display: block; margin: 0 0 7px 4px; color: #9b9ea7; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  outline: 0;
  background: #1b1c21;
  color: #fff;
  font-size: 12px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.field input::placeholder { color: #666973; }
.field input[readonly] { color: var(--acid); background: #15161a; cursor: default; }
.field input[readonly]::placeholder { color: #666973; }
.field input:focus, .field select:focus { border-color: var(--acid); background: #202126; box-shadow: 0 0 0 3px rgba(217, 255, 63, .1); }
.field select { appearance: auto; }
.submit-button { width: 100%; margin-top: 8px; }
.form-note { margin: 2px 10px 0; color: #686b73; font-size: 8px; line-height: 1.5; text-align: center; }

.site-footer { padding: 38px 18px max(38px, env(safe-area-inset-bottom)); background: #090a0c; color: #fff; text-align: center; }
.site-footer .wordmark { margin-bottom: 14px; }
.site-footer > p { margin: 0 0 22px; color: #757881; font-size: 10px; }
.site-footer nav { display: flex; justify-content: center; gap: 14px; margin-bottom: 24px; }
.site-footer nav a { color: #a7aab2; font-size: 8px; text-underline-offset: 3px; }
.site-footer > small { color: #4c4e54; font-size: 8px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .72, .2, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroReveal { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }
@keyframes copyReveal { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes gradientFlow { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes ctaPulse { 0%, 100% { scale: 1; } 50% { scale: 1.03; } }
@keyframes ctaShine { 0%, 55% { transform: translateX(-120%); } 78%, 100% { transform: translateX(120%); } }
@keyframes pricePulse { 0%, 100% { scale: 1; } 50% { scale: 1.035; } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 359px) {
  .hero__offer { grid-template-columns: 1fr 127px; }
  .cta-button { padding-right: 14px; padding-left: 14px; }
  .size-table th:first-child { width: 68px; }
  .story-photo, .swipe-gallery img { height: 455px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
