:root {
  --ink: #131313;
  --muted: #5d5d5d;
  --paper: #ffffff;
  --white: #ffffff;
  --warm: #f7f7f7;
  --line: #e8e8e8;
  --rose: #df4f78;
  --teal: #1b9aaa;
  --gold: #f2b84b;
  --green: #5a7d5a;
  --shadow: 0 22px 54px rgba(19, 19, 19, 0.12);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: var(--paper);
  background-image: url("assets/paw-print-bg.png");
  background-repeat: repeat;
  background-size: 420px 420px;
  background-attachment: fixed;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
  body {
    background-attachment: scroll;
  }
}

body.lightbox-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px clamp(16px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(19, 19, 19, 0.1);
  transition: padding 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 10px 30px rgba(19, 19, 19, 0.08);
}

.site-header.is-scrolled .brand-mark img {
  width: 104px;
}

.nav-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark img {
  width: 132px;
  max-height: 48px;
  object-fit: contain;
  transition: width 220ms ease;
}

.brand-mark:not(.logo-missing) span {
  display: none;
}

.brand-mark.logo-missing img {
  display: none;
}

.brand-mark.logo-missing span {
  display: inline-flex;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  background: var(--white);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 1.1rem;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  color: #2c2925;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-menu a:not(.button) {
  position: relative;
  padding: 8px 0;
}

.site-menu a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-menu a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  padding: 11px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: var(--radius);
  border: 3px solid var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  box-shadow: 4px 4px 0 var(--ink);
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--ink);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-outline {
  background: var(--white);
  border-color: currentColor;
  color: var(--ink);
}

.button-small {
  min-height: 40px;
  padding: 10px 16px;
}

.section,
.section-band,
.live-section,
.final-cta,
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) clamp(18px, 4vw, 44px);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  padding-top: clamp(20px, 3vw, 40px);
  padding-bottom: clamp(32px, 5vw, 64px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.82rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Archivo Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  font-size: clamp(2.75rem, 6.2vw, 6.2rem);
}

h2 {
  font-size: clamp(2.35rem, 5vw, 5rem);
}

h3 {
  font-size: clamp(1.45rem, 2.25vw, 2.1rem);
}

.script-pop {
  display: inline-block;
  color: var(--rose);
  font-family: "Permanent Marker", "Comic Sans MS", cursive;
  font-weight: 400;
  text-transform: none;
  transform: rotate(-2deg);
  text-shadow: 0.04em 0.04em 0 rgba(19, 19, 19, 0.12);
}

.lede,
.section-heading p,
.hero-copy > p:not(.eyebrow),
.live-copy p,
.about-copy p,
.final-cta p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.trust-list li {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 12px 10px 34px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  font-weight: 900;
  font-size: 0.9rem;
  box-shadow: 3px 3px 0 rgba(19, 19, 19, 0.12);
}

.trust-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-35deg);
}

.hero-media {
  position: relative;
}

.image-slot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(223, 79, 120, 0.08), transparent 36%),
    linear-gradient(315deg, rgba(27, 154, 170, 0.08), transparent 36%),
    var(--white);
  border: 3px solid var(--ink);
}

.image-slot::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(19, 19, 19, 0.2);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover .product-image img,
.gallery-item:hover .gallery-image img,
.selected-photo:hover img,
.review-card:hover .review-image img {
  transform: scale(1.06);
}

.image-slot.has-image img {
  opacity: 1;
}

.image-slot.has-image::before,
.image-slot.has-image .asset-fallback {
  display: none;
}

.asset-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 22px;
  text-align: center;
  color: #352f28;
}

.asset-fallback strong {
  font-family: "Archivo Black", Impact, sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
}

.asset-fallback span {
  max-width: 28ch;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 700;
}

.hero-image {
  aspect-ratio: 4 / 5;
  max-height: 66vh;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.hero-badge {
  position: absolute;
  right: -6px;
  bottom: 34px;
  width: min(164px, 36vw);
  opacity: 0;
}

.hero-media.is-visible .hero-badge {
  animation: badge-pop 560ms cubic-bezier(0.34, 1.56, 0.64, 1) 320ms both;
}

@keyframes badge-pop {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  60% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-badge-tag {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 14px;
  background: var(--ink);
  color: var(--white);
  border-radius: 50%;
  box-shadow: var(--shadow);
  text-align: center;
  transform-origin: top center;
  animation: badge-swing 4.5s ease-in-out infinite;
}

.hero-badge-tag::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  transform: translateX(-50%);
}

@keyframes badge-swing {
  0%,
  100% {
    transform: rotate(-9deg);
  }
  50% {
    transform: rotate(9deg);
  }
}

.hero-badge-tag span {
  display: block;
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-badge-tag strong {
  display: block;
  font-family: "Permanent Marker", "Comic Sans MS", cursive;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

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

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

.product-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 6px 6px 0 rgba(19, 19, 19, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 var(--accent);
}

.product-image {
  aspect-ratio: 4 / 4.6;
  border: 0;
  border-bottom: 6px solid var(--accent);
  border-radius: 0;
  background: var(--white);
}

.product-image img {
  object-fit: contain;
  padding: 12px;
}

.product-copy {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  gap: 13px;
  padding: 18px;
}

.product-copy p,
.selected-design p,
.review-label {
  margin: 0;
  color: var(--accent, var(--rose));
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.product-copy span,
.selected-design span {
  display: block;
  margin-bottom: 16px;
  color: var(--muted);
  line-height: 1.55;
}

.product-copy .button {
  margin-top: auto;
}

.selector-section {
  padding-top: 0;
}

.selector-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 26px;
  padding: clamp(24px, 4vw, 44px);
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 rgba(19, 19, 19, 0.14);
  overflow: hidden;
  position: relative;
}

.selector-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border: 28px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.selector-panel p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.design-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.design-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  border-radius: var(--radius);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.design-chip:active {
  transform: scale(0.96);
}

.design-chip span {
  width: 13px;
  height: 13px;
  background: var(--accent);
  border-radius: 999px;
}

.design-chip.active,
.design-chip:hover {
  background: var(--white);
  color: var(--ink);
}

.selected-design {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 22px;
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  border: 3px solid var(--white);
  box-shadow: 6px 6px 0 rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.selected-design.is-swapping {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}

.selected-photo {
  position: relative;
  height: clamp(180px, 22vw, 280px);
  margin: 0 0 22px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
}

.selected-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selected-design h3 {
  margin: 8px 0 12px;
}

.selected-design .button {
  margin-top: auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.gallery-item {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}

.gallery-item-1 {
  grid-column: span 3;
}

.gallery-item-2 {
  grid-column: span 2;
}

.gallery-item-3 {
  grid-column: span 1;
}

.gallery-image {
  aspect-ratio: 4 / 5;
  box-shadow: 6px 6px 0 rgba(19, 19, 19, 0.14);
}

.gallery-item-2 .gallery-image {
  aspect-ratio: 1 / 1;
}

.gallery-item-3 .gallery-image {
  aspect-ratio: 3 / 5;
}

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

.review-card {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 6px 6px 0 rgba(19, 19, 19, 0.12);
}

.review-image {
  aspect-ratio: 4 / 3.2;
  border: 0;
  border-radius: 0;
}

.review-card > div {
  padding: 20px;
}

blockquote {
  margin: 12px 0 18px;
  color: #2f2a25;
  line-height: 1.65;
  font-weight: 700;
}

cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.review-placeholder blockquote {
  color: #8a4d00;
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.live-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(223, 79, 120, 0.28), transparent 34%),
    linear-gradient(315deg, rgba(27, 154, 170, 0.24), transparent 34%),
    var(--ink);
  color: var(--white);
  max-width: none;
  padding-left: max(clamp(18px, 4vw, 44px), calc((100vw - 1180px) / 2 + 44px));
  padding-right: max(clamp(18px, 4vw, 44px), calc((100vw - 1180px) / 2 + 44px));
}

.live-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.live-image {
  aspect-ratio: 8 / 9;
  border-color: rgba(255, 255, 255, 0.16);
  background: var(--white);
}

.live-image img {
  object-fit: contain;
  padding: 0;
}

.live-deal {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 14px;
  padding: 16px 18px;
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(223, 79, 120, 0.24), transparent),
    rgba(255, 255, 255, 0.06);
}

.live-deal span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.live-deal strong {
  font-family: "Permanent Marker", "Comic Sans MS", cursive;
  font-size: 1.55rem;
  font-weight: 400;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.about-image {
  aspect-ratio: 5 / 4;
  box-shadow: var(--shadow);
}

.final-cta {
  max-width: min(960px, calc(100% - 36px));
  margin-bottom: 70px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(223, 79, 120, 0.13), transparent 48%),
    linear-gradient(225deg, rgba(27, 154, 170, 0.18), transparent 46%),
    var(--white);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 8px 8px 0 rgba(19, 19, 19, 0.14);
}

.final-cta .eyebrow,
.final-cta p {
  margin-left: auto;
  margin-right: auto;
}

.final-cta p {
  max-width: 620px;
}

.final-actions {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin-top: 10px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) 1fr 1fr;
  gap: 32px;
  border-top: 3px solid var(--ink);
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-footer nav,
.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 800;
}

.footer-policies {
  grid-column: 1 / -1;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 18px !important;
  padding-top: 8px;
}

.site-footer p,
.site-footer small {
  color: var(--muted);
  line-height: 1.6;
}

.site-footer small {
  grid-column: 1 / -1;
}

.sticky-shop {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 40;
  display: none;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 5px 5px 0 var(--rose);
}

.cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 95;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px clamp(16px, 4vw, 44px);
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(19, 19, 19, 0.18);
}

.cookie-banner p {
  margin: 0;
  flex: 1 1 320px;
  max-width: 640px;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}

.cookie-banner p a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-banner .button {
  min-height: 40px;
  padding: 10px 18px;
  box-shadow: none;
}

.cookie-banner .button-dark {
  background: var(--white);
  color: var(--ink);
}

.cookie-banner .button-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.cookie-settings-trigger {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: inherit;
  cursor: pointer;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(19, 19, 19, 0.78);
  opacity: 0;
  transition: opacity 220ms ease;
}

.lightbox[hidden] {
  display: none;
}

.lightbox.is-open {
  opacity: 1;
}

.lightbox-content {
  width: min(900px, 92vw);
  transform: scale(0.94);
  transition: transform 220ms ease;
}

.lightbox.is-open .lightbox-content {
  transform: scale(1);
}

.lightbox-image {
  max-height: 82vh;
  aspect-ratio: 4 / 5;
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.policy-page {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(40px, 7vw, 90px) 20px;
}

.policy-page h1 {
  margin: 24px 0 24px;
  font-size: clamp(2.6rem, 7vw, 5rem);
}

.policy-page h2 {
  margin: 34px 0 12px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.policy-page p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.policy-page a {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.policy-back {
  display: inline-flex;
  margin-bottom: 12px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
  transition-delay: calc(var(--reveal-index, 0) * 70ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .hero,
  .live-section,
  .about-section,
  .selector-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .product-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
  }

  .product-card {
    min-width: min(330px, 84vw);
    scroll-snap-align: start;
  }

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

  .gallery-item-1,
  .gallery-item-2,
  .gallery-item-3 {
    grid-column: span 3;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 10px 14px;
  }

  .menu-toggle {
    display: block;
  }

  .site-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 4px;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-menu .button {
    width: 100%;
  }

  .section,
  .section-band,
  .live-section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .trust-list {
    grid-template-columns: 1fr;
  }

  .hero-badge {
    right: 12px;
    bottom: 12px;
  }

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

  .gallery-item-1,
  .gallery-item-2,
  .gallery-item-3 {
    grid-column: span 1;
  }

  .gallery-item-3 .gallery-image,
  .gallery-item-2 .gallery-image,
  .gallery-image {
    aspect-ratio: 4 / 5;
  }

  .sticky-shop {
    display: flex;
  }

  .site-footer {
    padding-bottom: 88px;
  }

  .brand-mark img {
    width: 112px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.3rem;
  }

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

  .hero-actions .button {
    flex: 1 1 100%;
  }
}
