:root {
  --ink: #101210;
  --charcoal: #171a18;
  --green: #0f4f3a;
  --green-dark: #083629;
  --whatsapp: #1f7a52;
  --whatsapp-dark: #155f40;
  --gold: #a16207;
  --paper: #f6f4ef;
  --white: #ffffff;
  --soft: #ebe9e3;
  --line: #d9d7d0;
  --muted: #666a66;
  --danger: #a23830;
  --container: 1180px;
  --radius: 6px;
  --shadow: 0 14px 40px rgba(16, 18, 16, 0.08);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button,
input,
select,
textarea { font: inherit; }
button { color: inherit; }
svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:focus-visible { outline: 3px solid rgba(179, 139, 79, 0.65); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--white);
}
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section { padding: 80px 0; }
.section-tight { padding: 48px 0; }
.section-white { background: var(--white); }
.section-dark { color: var(--white); background: var(--charcoal); }

h1,
h2,
h3,
p { margin-top: 0; }
h1,
h2,
h3 { line-height: 1.1; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
h3 { font-size: 1.1rem; }
.eyebrow,
.product-kicker {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}
.section-heading h2 { margin-bottom: 0; }
.section-heading > p,
.section-heading > div + p { max-width: 520px; margin-bottom: 5px; color: var(--muted); }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 750;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-dark { color: var(--white); background: var(--green); }
.button-dark:hover { background: var(--green-dark); }
.button-light { color: var(--ink); background: var(--white); }
.button-outline { border-color: currentColor; background: transparent; }
.button-small { min-height: 40px; padding: 9px 14px; font-size: 0.84rem; }
.whatsapp-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 auto;
  overflow: visible;
}
.whatsapp-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
  stroke: none;
  overflow: visible;
}
.whatsapp-label { display: inline-block; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 0.86rem; font-weight: 750; }
.text-link svg { width: 16px; }

.site-header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 8, 7, 0.96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  pointer-events: auto;
}
.site-header .logo-fallback { color: var(--white); }
.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  line-height: 0;
}
.logo-img {
  width: 154px;
  height: 38px;
  max-height: 38px;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.logo-fallback {
  display: none;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.brand.logo-failed .logo-img,
.brand.logo-failed .footer-logo-img { display: none; }
.brand.logo-failed .logo-fallback { display: inline; }
.footer-logo-img {
  width: 170px;
  height: 80px;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.site-nav { margin-left: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
}
.nav-links a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.82);
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #fff;
  border-color: rgba(218, 164, 92, 0.8);
}
.site-header a,
.site-header .nav-links a,
.site-header .icon-link,
.site-header .menu-button { color: #fff; }
.site-header svg { display: block; stroke: currentColor; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-link,
.icon-button,
.menu-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 1;
}
.bag-link { position: relative; }
.bag-count {
  position: absolute;
  top: 3px;
  right: 0;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  border-radius: 99px;
  color: var(--ink);
  background: var(--white);
  font-size: 0.65rem;
  font-weight: 800;
}
.menu-button { display: none; }
.menu-lines,
.menu-lines::before,
.menu-lines::after {
  width: 21px;
  height: 1.5px;
  display: block;
  background: currentColor;
  content: "";
}
.menu-lines::before { transform: translateY(-6px); }
.menu-lines::after { transform: translateY(4px); }

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 96px 0;
  color: var(--white);
  background: #050807;
}
.hero-video {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
  background: #050807;
}
.hero-video-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #050807;
}
.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  display: block;
  opacity: 1;
  visibility: visible;
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 8, 7, 0.7) 0%, rgba(5, 8, 7, 0.48) 40%, rgba(5, 8, 7, 0.14) 100%),
    linear-gradient(180deg, rgba(5, 8, 7, 0.22) 0%, rgba(5, 8, 7, 0.08) 55%, rgba(5, 8, 7, 0.2) 100%);
}
.hero:not(.hero-video)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 45%, rgba(255, 255, 255, 0.1), transparent 32%);
  pointer-events: none;
}
.hero:not(.hero-video)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(5, 8, 7, 0.35));
  pointer-events: none;
}
.hero-video .hero-content {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
  min-width: 0;
}
.hero h1 { max-width: 680px; margin: 10px 0 22px; }
.hero-copy h1,
.hero-copy p { text-shadow: 0 2px 22px rgba(0, 0, 0, 0.45); }
.hero-subtitle { max-width: 650px; margin-bottom: 0; color: #f0f3ef; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.mobile-copy { display: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-media {
  width: min(100%, 440px);
  aspect-ratio: 4 / 5;
  justify-self: end;
  position: relative;
  overflow: hidden;
  border: 1px solid #343834;
  border-radius: 10px;
  background: #252925;
  box-shadow: var(--shadow);
}
.hero-media img { height: 100%; object-fit: cover; }
.hero-media-memory {
  border-color: rgba(255, 255, 255, 0.14);
  background: #151815;
}
.hero-media-memory::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 24%, rgba(255, 255, 255, 0.13), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.32));
  pointer-events: none;
}
.hero-media-memory img {
  filter: saturate(0.82) contrast(1.08) brightness(0.88);
  transform: scale(1.015);
}
.image-placeholder {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 20px;
  border: 1px solid #d5d3cd;
  color: #6d716d;
  background: #eceae5;
  text-align: center;
}
.image-placeholder span {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}
.image-placeholder small { display: none; }
.hero-media .image-placeholder { height: 100%; border-color: #3c403d; color: #c1c5c1; background: #272b28; }

.category-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(161, 98, 7, 0.08), transparent 28%),
    linear-gradient(180deg, var(--white), var(--paper));
}
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.category-card {
  min-width: 0;
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 16, 0.12);
  border-radius: 14px;
  color: var(--white);
  background: var(--charcoal);
  box-shadow: 0 18px 44px rgba(16, 18, 16, 0.08);
  isolation: isolate;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.category-card:hover {
  border-color: rgba(161, 98, 7, 0.38);
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(16, 18, 16, 0.18);
}
.category-card > img,
.category-card > .image-placeholder {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.5s ease, filter 0.5s ease;
}
.category-card:hover > img { transform: scale(1.06); filter: saturate(0.95) contrast(1.05); }
.category-card > .image-placeholder { border-color: #3d413e; color: #c1c5c1; background: #292d2a; }
.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 8, 7, 0.08) 0%, rgba(5, 8, 7, 0.34) 48%, rgba(5, 8, 7, 0.9) 100%),
    linear-gradient(90deg, rgba(5, 8, 7, 0.34), rgba(5, 8, 7, 0.02));
  pointer-events: none;
}
.category-copy {
  width: 100%;
  padding: 28px;
  background: linear-gradient(180deg, rgba(11, 13, 11, 0), rgba(11, 13, 11, 0.18));
}
.category-kicker {
  display: block;
  margin-bottom: 9px;
  color: #d59c45;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.category-copy h3 { margin-bottom: 10px; font-size: clamp(1.45rem, 2vw, 1.85rem); }
.category-copy p { max-width: 260px; margin-bottom: 18px; color: #e3e6e1; font-size: 0.94rem; line-height: 1.55; }
.category-copy .text-link {
  color: var(--white);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 18px; }
.product-card { min-width: 0; display: flex; flex-direction: column; }
.product-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #e8e6e0;
  border: 1px solid rgba(16, 18, 16, 0.06);
}
.product-media > a {
  display: block;
}
.product-media > a,
.product-media img,
.product-media .image-placeholder { height: 100%; }
.product-media img { object-fit: cover; transition: transform 0.3s ease; }
.product-card:hover .product-media img { transform: scale(1.02); }
.product-badge {
  position: absolute;
  top: 11px;
  left: 11px;
  padding: 6px 9px;
  border-radius: 3px;
  color: var(--ink);
  background: rgba(255,255,255,0.92);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.wishlist-button {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.88);
}
.wishlist-button.is-active { color: var(--danger); }
.wishlist-button.is-active svg { fill: currentColor; }
.product-info { flex: 1; display: flex; flex-direction: column; padding: 16px 2px 0; }
.product-kicker { margin-bottom: 5px; color: var(--muted); font-size: 0.63rem; }
.product-info h3 { margin-bottom: 7px; font-size: 1rem; }
.product-price { margin-bottom: 6px; font-weight: 750; }
.product-sizes { margin-bottom: 15px; color: var(--muted); font-size: 0.76rem; }
.product-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }

.iconic-moments-section {
  color: var(--white);
  background: #111411;
}
.iconic-moments-section .section-heading > p,
.iconic-moments-section .section-heading > div + p { color: #b8bdb8; }
.iconic-heading h2 { max-width: 760px; }
.iconic-heading > p { max-width: 560px; }
.iconic-moments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.iconic-moment-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: #181b18;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}
.iconic-moment-card.is-featured { grid-column: 1 / -1; min-height: 430px; }
.moment-main-image {
  min-height: 320px;
  position: relative;
  display: block;
  overflow: hidden;
  background: #262a26;
}
.moment-main-image img:first-child,
.moment-main-image .image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.iconic-moment-card:hover .moment-main-image img:first-child { transform: scale(1.025); }
.moment-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 38%, rgba(0,0,0,0.58) 100%);
  pointer-events: none;
}
.moment-jersey-thumb {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 96px;
  height: 120px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 7px;
  background: #eceae5;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}
.moment-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 44px);
}
.moment-title {
  max-width: 460px;
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
}
.moment-copy {
  max-width: 430px;
  margin-bottom: 24px;
  color: #c4c9c4;
  font-size: 0.94rem;
}
.moment-cta {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.moment-cta:hover {
  border-color: var(--gold);
  background: rgba(161, 98, 7, 0.22);
  transform: translateY(-1px);
}
.iconic-moments-footer { margin-top: 24px; text-align: right; }
.iconic-moments-footer .text-link { color: var(--white); }

.brand-memory-section {
  padding-block: 88px;
  background:
    linear-gradient(180deg, rgba(247, 245, 239, 0.92), rgba(247, 245, 239, 1)),
    var(--paper);
}
.brand-memory-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(22, 24, 22, 0.08);
}
.brand-memory-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 76px);
}
.brand-memory-copy h2 {
  max-width: 720px;
  margin-bottom: 20px;
}
.brand-memory-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.85;
}
.brand-memory-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
.brand-memory-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid #dedbd2;
  border-radius: 999px;
  color: var(--ink);
  background: #f6f3ec;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.brand-memory-media {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: #161816;
}
.brand-memory-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 18, 16, 0.18), rgba(16, 18, 16, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.26));
  pointer-events: none;
}
.brand-memory-media img,
.brand-memory-media .image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.brand-memory-media img {
  filter: grayscale(1) contrast(1.07) brightness(0.9);
  transform: scale(1.01);
}

.final-cta-section,
.about-final-cta {
  color: var(--white);
  background: var(--charcoal);
}
.final-cta {
  max-width: 780px;
  text-align: center;
}
.final-cta h2 {
  margin-bottom: 18px;
}
.final-cta p:not(.eyebrow) {
  max-width: 590px;
  margin-inline: auto;
  color: #c7cbc7;
}
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.page-hero.about-hero {
  color: var(--ink);
  background: var(--paper);
}
.page-hero.about-hero p:not(.eyebrow) { color: var(--muted); }
.about-memory-section { background: var(--paper); }
.about-memory-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(22, 24, 22, 0.08);
}
.about-memory-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 76px);
}
.about-memory-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.82;
}
.about-memory-media {
  min-height: 520px;
  overflow: hidden;
  background: #161816;
}
.about-memory-media img,
.about-memory-media .image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06) brightness(0.92);
}
.belief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.belief-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.belief-card span {
  display: block;
  margin-bottom: 44px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.belief-card h3 { margin-bottom: 10px; }
.belief-card p { color: var(--muted); }

.story-grid {
  width: min(calc(100% - 32px), var(--container));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 80px auto;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
}
.story-media { min-height: 480px; background: #e3e1db; }
.story-media img,
.story-media .image-placeholder { height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 78px); }
.story-copy p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 1.02rem; }
.why-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.why-card { min-width: 0; min-height: 205px; padding: 27px 21px; background: var(--paper); }
.why-number { display: block; margin-bottom: 38px; color: var(--gold); font-size: 0.7rem; }
.why-card h3 { margin-bottom: 9px; }
.why-card p { color: var(--muted); font-size: 0.83rem; }

.page-hero {
  padding: 48px 0 34px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
}
.page-hero h1 {
  max-width: 720px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  letter-spacing: -0.055em;
}
.page-hero p {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
}
.product-page main,
.cart-page {
  padding-top: 0;
}
.cart-page .section:first-child,
.product-page main > .section:first-child {
  padding-top: 64px;
  background: transparent;
}
.shop-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px; align-items: start; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.shop-toolbar p { margin: 0; color: var(--muted); font-size: 0.86rem; }
.sort-wrap { display: flex; align-items: center; gap: 10px; }
.sort-wrap label { font-size: 0.8rem; }
select,
input,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
}
textarea { min-height: 110px; resize: vertical; }
.filter-group { padding: 20px 0; border-bottom: 1px solid var(--line); }
.filter-group:first-child { padding-top: 0; }
.filter-group label { display: block; margin-bottom: 8px; font-size: 0.75rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.filter-toggle { display: none; }
.empty-state,
.empty-cart { grid-column: 1 / -1; padding: 80px 24px; background: var(--white); text-align: center; }
.empty-state h2,
.empty-cart h2 { margin-bottom: 18px; font-size: 2rem; }

.product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr); gap: clamp(40px, 7vw, 88px); align-items: start; }
.product-main-image { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); background: #e8e6e0; }
.product-main-image img,
.product-main-image .image-placeholder { height: 100%; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 82px); gap: 10px; margin-top: 12px; }
.gallery-thumb { aspect-ratio: 1; overflow: hidden; padding: 0; border: 1px solid transparent; border-radius: var(--radius); background: #e8e6e0; cursor: pointer; }
.gallery-thumb.is-active { border-color: var(--ink); }
.gallery-thumb img,
.gallery-thumb .image-placeholder { height: 100%; min-height: 0; object-fit: cover; }
.product-detail-info { position: sticky; top: 106px; }
.product-detail-info h1 { margin: 10px 0 16px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.detail-price { font-size: 1.35rem; font-weight: 750; }
.product-meta { margin: -3px 0 18px; color: var(--muted); font-size: 0.8rem; }
.detail-description { max-width: 550px; color: var(--muted); }
.moment-connection {
  max-width: 560px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.moment-connection .eyebrow { margin-bottom: 8px; }
.moment-connection p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.detail-divider { height: 1px; margin: 28px 0; background: var(--line); }
.size-picker { margin: 0; padding: 0; border: 0; }
.size-picker legend { margin-bottom: 12px; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.size-picker > div { display: flex; flex-wrap: wrap; gap: 8px; }
.size-picker input {
  position: absolute;
  width: 1px;
  min-height: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.size-picker span { min-width: 48px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); cursor: pointer; }
.size-picker input:checked + span { color: var(--white); border-color: var(--ink); background: var(--ink); }
.fit-note { margin: 12px 0 22px; color: var(--muted); font-size: 0.82rem; }
.detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.trust-notes { margin: 18px 0 28px; color: var(--muted); font-size: 0.82rem; }
.trust-notes p { margin: 5px 0; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 18px 0; font-weight: 750; cursor: pointer; }
details p { padding-bottom: 18px; color: var(--muted); }

.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 46px; align-items: start; }
.cart-title-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; }
.cart-title-row h1 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.4rem); }
.cart-title-row p { margin-bottom: 7px; color: var(--muted); }
.cart-item { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto 105px; gap: 20px; align-items: center; padding: 22px 0; border-top: 1px solid var(--line); }
.cart-item:last-child { border-bottom: 1px solid var(--line); }
.cart-item-image { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); background: #e8e6e0; }
.cart-item-image img,
.cart-item-image .image-placeholder { height: 100%; min-height: 0; object-fit: cover; }
.cart-item-copy h3 { margin-bottom: 6px; }
.cart-item-copy p { margin-bottom: 8px; color: var(--muted); font-size: 0.82rem; }
.remove-button { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 0.78rem; cursor: pointer; }
.remove-button svg { width: 16px; }
.quantity-stepper { display: grid; grid-template-columns: 40px 34px 40px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-align: center; }
.quantity-stepper button { width: 40px; height: 42px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.quantity-stepper svg { width: 15px; }
.cart-line-price { margin: 0; text-align: right; font-weight: 750; }
.checkout-panel { position: sticky; top: 106px; padding: 28px; border-radius: var(--radius); color: var(--white); background: var(--charcoal); }
.checkout-panel h2 { margin-bottom: 18px; font-size: 1.75rem; }
.checkout-panel label { display: block; margin: 15px 0 7px; color: #d0d3d0; font-size: 0.76rem; }
.checkout-panel input,
.checkout-panel textarea { border-color: #484c48; color: var(--white); background: #222522; }
.checkout-summary { margin: 24px 0 18px; padding-top: 18px; border-top: 1px solid #464946; }
.checkout-summary-row,
.checkout-total { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.checkout-summary-row { margin-bottom: 10px; color: #c5cac5; font-size: 0.86rem; }
.checkout-summary-row strong { color: var(--white); font-size: 0.95rem; }
.checkout-total { margin-top: 13px; padding-top: 14px; border-top: 1px solid #464946; }
.checkout-total strong { font-size: 1.3rem; }
.checkout-panel button[type="submit"],
.cart-page .checkout-panel .button {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #fff;
  background: #0b5a3c;
  box-shadow: 0 12px 28px rgba(11, 90, 60, 0.22);
  font-weight: 800;
}
.checkout-panel button[type="submit"]:hover,
.cart-page .checkout-panel .button:hover {
  color: #fff;
  background: #084730;
  transform: translateY(-1px);
}
.checkout-panel button[type="submit"] .whatsapp-icon svg,
.cart-page .checkout-panel .button .whatsapp-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.checkout-note { margin: 11px 0 0; color: #a2a6a2; font-size: 0.73rem; text-align: center; }

.content-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(40px, 8vw, 100px); }
.content-grid h2 { position: sticky; top: 110px; }
.prose { max-width: 720px; }
.prose p { color: var(--muted); font-size: 1.02rem; }
.values-list { border-top: 1px solid var(--line); }
.value-row { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.value-row span { color: var(--gold); font-size: 0.74rem; }
.contact-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(44px, 8vw, 100px); }
.contact-cards { margin-top: 36px; border-top: 1px solid var(--line); }
.contact-card { display: block; padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-card strong { display: block; margin-bottom: 3px; }
.contact-card span { color: var(--muted); font-size: 0.87rem; }
.contact-form { padding: clamp(26px, 4vw, 44px); border-radius: var(--radius); background: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field-full { grid-column: 1 / -1; }
.contact-form label { display: block; margin-bottom: 7px; font-size: 0.77rem; font-weight: 700; }
.contact-form .button { width: 100%; }

.site-footer { color: var(--white); background: var(--charcoal); }
.footer-main { display: grid; grid-template-columns: 1.35fr 0.8fr 0.8fr 1.2fr; gap: 46px; padding: 62px 0 44px; }
.footer-brand p { max-width: 290px; margin-top: 18px; color: #adb1ad; font-size: 0.86rem; }
.footer-column h3 { margin-bottom: 17px; color: var(--gold); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin: 8px 0; color: #c4c7c4; font-size: 0.83rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }
.social-links a { color: #c4c7c4; font-size: 0.82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; border-top: 1px solid #343734; color: #929692; font-size: 0.73rem; }
.toast {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: 26px;
  max-width: calc(100% - 32px);
  padding: 13px 18px;
  color: var(--white);
  background: var(--ink);
  opacity: 0;
  transform: translate(-50%, 100px);
  transition: 0.2s ease;
  text-align: center;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1024px) {
  .section { padding: 68px 0; }
  .hero {
    min-height: 88vh;
    padding: 140px 0 82px;
    background-position: 58% center;
  }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .category-card { min-height: 390px; }
  .iconic-moments-grid { grid-template-columns: 1fr; }
  .iconic-moment-card,
  .iconic-moment-card.is-featured { grid-column: auto; min-height: 0; }
  .brand-memory-section { padding-block: 72px; }
  .brand-memory-grid { grid-template-columns: 1fr; }
  .brand-memory-media { min-height: 440px; order: -1; }
  .brand-memory-media img,
  .brand-memory-media .image-placeholder { min-height: 440px; }
  .about-memory-grid { grid-template-columns: 1fr; }
  .about-memory-media { order: -1; min-height: 420px; }
  .about-memory-media img,
  .about-memory-media .image-placeholder { min-height: 420px; }
  .belief-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shop-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 28px; }
  .cart-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; }
  .cart-item { grid-template-columns: 100px minmax(0, 1fr) auto; }
  .cart-line-price { grid-column: 3; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .header-inner {
    position: relative;
    flex-wrap: nowrap;
    gap: 0;
  }
  .site-nav {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 100%;
    order: initial;
    width: auto;
    margin: 0;
  }
  .nav-links { display: none; width: 100%; padding: 8px 0 16px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
  .site-nav.is-open .nav-links { display: block; }
  .site-nav.is-open .nav-links {
    margin-top: 6px;
    padding: 12px 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(5, 8, 7, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .nav-links li + li { border-top: 1px solid rgba(255, 255, 255, 0.12); }
  .nav-links a { padding: 13px 2px; border-bottom: 0; font-size: 0.85rem; }
  .menu-button { display: inline-flex; }
  .icon-link:not(.bag-link) { display: none; }
  .hero.hero-video {
    position: relative;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    background: #050807;
  }
  .hero-video-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    overflow: hidden;
  }
  .hero-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    z-index: 0;
    background: #050807;
  }
  .hero-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(5, 8, 7, 0.72) 0%, rgba(5, 8, 7, 0.45) 52%, rgba(5, 8, 7, 0.1) 100%),
      linear-gradient(180deg, rgba(5, 8, 7, 0.18) 0%, rgba(5, 8, 7, 0.12) 45%, rgba(5, 8, 7, 0.32) 100%);
  }
  .hero-video .hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 76px 14px 12px;
    display: flex;
    align-items: flex-end;
  }
  .hero-video .hero-copy {
    position: relative;
    max-width: 92%;
  }
  .hero-video .hero-copy h1 {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
    line-height: 0.92;
    margin: 0 0 6px;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.75);
  }
  .hero-video .hero-copy p {
    max-width: 18rem;
    margin: 0;
    font-size: 0.64rem;
    line-height: 1.26;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.75);
  }
  .hero-video .hero-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 7px;
  }
  .hero-video .hero-actions .button {
    width: auto;
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 8px;
    font-size: 0.62rem;
    white-space: nowrap;
  }
  .hero-video .hero-actions .whatsapp-icon { display: none; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-grid { grid-template-columns: 1fr; margin-block: 64px; }
  .story-media { min-height: 390px; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-layout { grid-template-columns: 1fr; }
  .filter-toggle { display: inline-flex; }
  .shop-filters { display: none; margin-top: 12px; padding: 22px; border-radius: var(--radius); background: var(--white); }
  .shop-filters.is-open { display: block; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail-info { position: static; }
  .cart-layout { grid-template-columns: 1fr; }
  .checkout-panel { position: static; }
  .content-grid,
  .contact-layout { grid-template-columns: 1fr; }
  .content-grid h2 { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-column:last-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(5, 8, 7, 0.96);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    pointer-events: auto;
  }
  .header-inner {
    min-height: 62px;
    margin-top: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .site-nav {
    left: 16px;
    right: 16px;
  }
  .logo-img {
    width: 128px;
    height: 34px;
  }
  .header-actions {
    gap: 14px;
  }
  .icon-link,
  .menu-button {
    width: 38px;
    height: 38px;
  }
  .bag-count {
    top: 1px;
    right: -4px;
  }
  .site-nav.is-open .nav-links {
    margin-top: 6px;
    padding: 12px 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(5, 8, 7, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .nav-links a {
    padding: 13px 2px;
    font-size: 0.85rem;
  }
  .page-hero {
    padding: 44px 0 32px;
  }
  .page-hero h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .cart-page .section:first-child,
  .product-page main > .section:first-child {
    padding-top: 48px;
  }
  .hero.hero-video {
    position: relative;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    background: #050807;
  }
  .hero-video-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #050807;
  }
  .hero-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    z-index: 0;
    background: #050807;
  }
  .hero-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(5, 8, 7, 0.7) 0%, rgba(5, 8, 7, 0.44) 52%, rgba(5, 8, 7, 0.12) 100%),
      linear-gradient(180deg, rgba(5, 8, 7, 0.12) 0%, rgba(5, 8, 7, 0.08) 45%, rgba(5, 8, 7, 0.3) 100%);
  }
  .hero-video .hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
  }
  .hero-video .hero-copy {
    position: relative;
    max-width: 92%;
  }
  .desktop-copy { display: none; }
  .mobile-copy { display: inline; }
  .hero-video .hero-copy h1 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
    line-height: 0.95;
    margin: 0 0 8px;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.78);
  }
  .hero-video .hero-subtitle {
    max-width: 17rem;
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.32;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.78);
  }
  .hero-video .hero-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 7px;
    margin-top: 9px;
  }
  .hero-video .hero-actions .button {
    width: auto;
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.68rem;
    white-space: nowrap;
  }
  .hero-video .hero-actions .whatsapp-icon { display: none; }
  #new-arrivals-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px, 76vw);
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 16px 14px;
    margin-inline: -16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  #new-arrivals-grid .product-card {
    scroll-snap-align: start;
  }
  #new-arrivals-grid::-webkit-scrollbar {
    height: 4px;
  }
  #new-arrivals-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(17, 20, 17, 0.24);
  }
}

@media (max-width: 480px) {
  .container,
  .story-grid { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 56px 0; }
  .header-inner { min-height: 62px; }
  .logo-img { width: 128px; height: 34px; }
  .footer-logo-img { width: 150px; height: 72px; }
  .hero {
    min-height: 92svh;
    padding: 124px 0 58px;
    background-position: 60% center;
  }
  .hero-actions { flex-direction: column; margin-top: 24px; }
  .hero-actions .button { width: 100%; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 360px; border-radius: 12px; }
  .category-card > img,
  .category-card > .image-placeholder { height: 100%; min-height: 100%; }
  .category-copy { padding: 24px; }
  .category-copy p { max-width: 100%; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 10px; }
  .product-info h3 { min-height: 39px; font-size: 0.92rem; }
  .product-sizes { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .product-actions { align-items: stretch; flex-direction: column; }
  .product-actions .button { width: 100%; }
  .product-actions .text-link { display: none; }
  .iconic-moment-card { grid-template-columns: 1fr; }
  .moment-main-image,
  .moment-main-image img:first-child,
  .moment-main-image .image-placeholder { min-height: 260px; }
  .moment-jersey-thumb { width: 82px; height: 104px; right: 14px; bottom: 14px; }
  .moment-content { padding: 24px; }
  .moment-copy { margin-bottom: 18px; }
  .iconic-moments-footer { text-align: left; }
  .brand-memory-section { padding-block: 56px; }
  .brand-memory-grid { border-radius: var(--radius); }
  .brand-memory-copy { padding: 30px 22px 32px; }
  .brand-memory-copy p:not(.eyebrow) { margin-bottom: 24px; font-size: 0.96rem; line-height: 1.75; }
  .brand-memory-points { gap: 7px; margin-bottom: 24px; }
  .brand-memory-points span { min-height: 30px; padding: 6px 9px; font-size: 0.66rem; }
  .brand-memory-copy .button { width: 100%; }
  .brand-memory-media,
  .brand-memory-media img,
  .brand-memory-media .image-placeholder { min-height: 300px; }
  .final-cta-actions { flex-direction: column; }
  .final-cta-actions .button { width: 100%; }
  .about-memory-copy { padding: 30px 22px 32px; }
  .about-memory-copy p:not(.eyebrow) { font-size: 0.96rem; line-height: 1.75; }
  .about-memory-copy .button { width: 100%; }
  .about-memory-media,
  .about-memory-media img,
  .about-memory-media .image-placeholder { min-height: 300px; }
  .belief-card { min-height: 175px; padding: 24px; }
  .belief-card span { margin-bottom: 28px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { min-height: 175px; }
  .why-number { margin-bottom: 26px; }
  .page-hero { padding: 40px 0 30px; }
  .page-hero h1 { font-size: clamp(2rem, 10vw, 2.85rem); }
  .cart-page .section:first-child,
  .product-page main > .section:first-child {
    padding-top: 44px;
  }
  .shop-toolbar { align-items: stretch; flex-direction: column; }
  .shop-toolbar > div { display: flex; justify-content: space-between; gap: 10px; }
  .sort-wrap { justify-content: space-between; }
  .sort-wrap select { max-width: 190px; }
  .gallery-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .detail-actions { grid-template-columns: 1fr; }
  .cart-title-row { align-items: flex-start; flex-direction: column; }
  .cart-item { grid-template-columns: 82px minmax(0, 1fr); gap: 13px; align-items: start; }
  .quantity-stepper,
  .cart-line-price { grid-column: 2; }
  .cart-line-price { text-align: left; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 375px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-info h3 { min-height: 0; }
}

@media (max-width: 360px) {
  .hero-video .hero-content {
    padding: 10px;
  }
  .hero-video .hero-copy h1 {
    font-size: 1.7rem;
  }
  .hero-video .hero-subtitle {
    max-width: 15.5rem;
    font-size: 0.66rem;
    line-height: 1.3;
  }
  .hero-video .hero-actions .button {
    width: auto;
    min-height: 30px;
    padding: 0 7px;
    font-size: 0.62rem;
    justify-content: center;
  }
}

@media (max-width: 320px) {
  .logo-img { width: 120px; height: 32px; max-height: 32px; }
  .header-actions { gap: 10px; }
  .hero-video .hero-content { padding: 9px 8px; }
  .hero-video .hero-copy h1 { font-size: 1.5rem; line-height: 0.92; margin-bottom: 6px; }
  .hero-video .hero-subtitle { max-width: 14.5rem; font-size: 0.58rem; line-height: 1.22; }
  .hero-video .hero-actions { margin-top: 6px; }
  .hero-video .hero-actions .button { min-height: 27px; padding: 0 6px; font-size: 0.56rem; }
}

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