@font-face {
  font-family: "Freshman";
  src: url("fonts/Freshman.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --red: #ff0000;
  --blue: #002bff;
  --ink: #050711;
  --paper: #f5f5f2;
  --line: rgba(5, 7, 17, 0.13);
  --shadow: 0 28px 80px rgba(5, 7, 17, 0.16);
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.overlay-open {
  overflow: hidden;
}

body.overlay-open .floating-skates {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

button,
input,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

::selection {
  background: var(--red);
  color: white;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.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;
}

.shell {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: clamp(88px, 9vw, 150px) 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 24px;
  color: white;
  background: rgba(3, 5, 12, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: "Freshman", "Roboto", sans-serif;
  font-size: 19px;
  letter-spacing: 0.08em;
}

.brand-copy small {
  margin-top: 5px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.75;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.5vw, 42px);
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  background: currentColor;
  transition: right 0.25s ease;
}

.desktop-nav a:hover::after {
  right: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.cart-button,
.menu-button {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.cart-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 8px 0 18px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cart-button strong {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  font-size: 10px;
}

.menu-button {
  width: 44px;
  height: 44px;
  display: none;
  place-content: center;
  gap: 6px;
  border-radius: 50%;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  background: white;
}

.hero {
  min-height: 100svh;
  position: relative;
  color: white;
  background: #050711;
}

.hero-stage {
  height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -20% -35%;
  pointer-events: none;
  opacity: 0.42;
  background:
    radial-gradient(circle at 72% 28%, rgba(0, 43, 255, 0.6), transparent 22%),
    radial-gradient(circle at 52% 74%, rgba(255, 0, 0, 0.42), transparent 20%),
    linear-gradient(112deg, transparent 35%, rgba(255, 255, 255, 0.14) 48%, transparent 58%);
  mix-blend-mode: screen;
  transform: rotate(-3deg);
  animation: heroLightDrift 8s ease-in-out infinite alternate;
}

@keyframes heroLightDrift {
  to { transform: translate3d(100px, 18px, 0) rotate(2deg); opacity: 0.64; }
}

.hero-stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  background:
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.32) 4px),
    radial-gradient(circle at center, transparent 48%, rgba(3, 5, 12, 0.72) 100%);
  background-position: 0 0, center;
  mix-blend-mode: soft-light;
  animation: heroScan 7s linear infinite;
}

@keyframes heroScan {
  to { background-position: 0 120px, center; }
}

.hero-stage > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -4;
  filter: brightness(0.94) saturate(1.1) contrast(1.06);
  transform: scale(1.035);
  transform-origin: center;
  will-change: transform;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 5, 12, 0.92) 0%, rgba(3, 5, 12, 0.58) 49%, rgba(3, 5, 12, 0.13) 82%),
    linear-gradient(0deg, rgba(3, 5, 12, 0.72), transparent 55%),
    radial-gradient(circle at 80% 23%, rgba(0, 43, 255, 0.23), transparent 34%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.13;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(90deg, black, transparent 76%);
  transform: scale(1.04);
  animation: heroGridDrift 18s linear infinite alternate;
}

@keyframes heroGridDrift {
  to { transform: translate3d(32px, -18px, 0) scale(1.06); }
}

.hero-content {
  padding: calc(var(--header-height) + 72px) 0 74px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.kicker {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--blue));
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Freshman", "Roboto", sans-serif;
  font-size: clamp(62px, 8.2vw, 128px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.hero h1 > span {
  display: block;
  margin: 0.025em 0;
  color: transparent;
  -webkit-text-stroke: 2px white;
  padding-left: clamp(0px, 3.2vw, 54px);
}

.hero .eyebrow,
.hero h1,
.hero-lead,
.hero-actions,
.hero-meta {
  animation: heroReveal 0.9s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.hero h1 { animation-delay: 0.1s; }
.hero-lead { animation-delay: 0.2s; }
.hero-actions { animation-delay: 0.3s; }
.hero-meta { animation-delay: 0.4s; }

@keyframes heroReveal {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(28px);
  }
}

.hero-lead {
  max-width: 680px;
  margin: 28px 0 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.65;
}

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

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-red {
  color: white;
  background: var(--red);
  box-shadow: 0 16px 42px rgba(255, 0, 0, 0.28);
}

.button-glass {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

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

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

.hero-meta {
  margin-top: 56px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-meta span {
  min-width: 154px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-meta strong {
  margin-right: 5px;
  color: white;
  font-size: 17px;
}

.hero-stamp {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 120px;
  height: 120px;
  display: grid;
  place-content: center;
  gap: 7px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(5, 7, 17, 0.25);
  backdrop-filter: blur(12px);
  animation: stampFloat 4s ease-in-out infinite;
}

.hero-stamp::before,
.hero-stamp::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.hero-stamp b {
  font-family: "Freshman", sans-serif;
  color: var(--red);
  font-size: 30px;
  font-weight: 400;
}

.hero-stamp span {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

@keyframes stampFloat {
  50% { transform: translateY(-8px) rotate(3deg); }
}

.marquee {
  overflow: hidden;
  color: white;
  background: var(--red);
  border-block: 1px solid rgba(0, 0, 0, 0.16);
}

.marquee > div {
  width: max-content;
  display: flex;
  animation: marquee 32s linear infinite;
}

.marquee span {
  padding: 16px 24px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.marquee b {
  margin-left: 20px;
  color: white;
}

@keyframes marquee { to { transform: translateX(-50%); } }

.floating-skates {
  position: fixed;
  inset: 0;
  z-index: 800;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.floating-skates__item {
  --drag-x: 0px;
  --drag-y: 0px;
  position: absolute;
  width: 112px;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  outline-offset: 8px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 66%);
  filter: drop-shadow(0 18px 26px rgba(5, 7, 17, 0.26));
  cursor: grab;
  pointer-events: auto;
  touch-action: none;
  transform: translate3d(var(--drag-x), var(--drag-y), 0);
  user-select: none;
  -webkit-user-select: none;
}

.floating-skates__item::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(0, 43, 255, 0.06), inset 0 0 26px rgba(255, 0, 0, 0.1);
}

.floating-skates__item.is-dragging {
  z-index: 5;
  cursor: grabbing;
  filter: drop-shadow(0 28px 34px rgba(0, 43, 255, 0.34));
}

.floating-skates__visual {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
  animation: floatingSkate 5.4s ease-in-out infinite;
}

.floating-skates__visual img {
  width: 94%;
  height: 94%;
  object-fit: contain;
  pointer-events: none;
}

.floating-skates__hint {
  position: absolute;
  left: 50%;
  bottom: -17px;
  padding: 5px 8px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(5, 7, 17, 0.76);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.floating-skate-a { top: 17%; right: 2.5%; }
.floating-skate-b { top: 52%; left: 1.2%; width: 92px; }
.floating-skate-c { right: 7%; bottom: 18%; width: 86px; }
.floating-skate-b .floating-skates__visual { animation-delay: -1.8s; animation-duration: 6.1s; }
.floating-skate-c .floating-skates__visual { animation-delay: -3.2s; animation-duration: 4.8s; }

@keyframes floatingSkate {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-4deg); }
  50% { transform: translate3d(0, -16px, 0) rotate(4deg); }
}

.brand-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
}

.kicker {
  color: var(--red);
}

.kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  background: currentColor;
}

.brand-intro h2,
.section-heading-row h2,
.story-copy h2,
.contact-title h2,
.team-banner h2 {
  margin: 0;
  font-family: "Freshman", "Roboto", sans-serif;
  font-size: clamp(50px, 7.4vw, 112px);
  font-weight: 400;
  line-height: 0.89;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.brand-intro h2,
.story-copy h2,
.community-section .section-heading-row h2,
.contact-title h2 {
  line-height: 0.98;
}

.brand-intro-copy {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 238, 255, 0.62));
  box-shadow: 0 24px 70px rgba(5, 7, 17, 0.08);
}

.brand-intro-copy::before {
  content: "IUS";
  position: absolute;
  right: -14px;
  bottom: -28px;
  color: rgba(0, 43, 255, 0.035);
  font-family: "Freshman", sans-serif;
  font-size: 126px;
  line-height: 1;
  pointer-events: none;
}

.brand-intro-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-intro-label b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--red);
  font-size: 11px;
}

.brand-intro-copy .brand-intro-lead {
  position: relative;
  margin: 24px 0;
  color: rgba(5, 7, 17, 0.68);
  font-size: 16px;
  line-height: 1.65;
}

.brand-intro-lead strong,
.brand-intro-lead span {
  display: block;
}

.brand-intro-lead strong {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.15;
}

.brand-intro-proof {
  position: relative;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.brand-intro-proof span {
  min-height: 66px;
  padding: 12px;
  display: grid;
  align-content: center;
  color: rgba(5, 7, 17, 0.54);
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-intro-proof b {
  color: var(--blue);
  font-size: 12px;
}

.brand-intro-copy a {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-section {
  --scroll-progress: 0;
  padding-bottom: 70px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 15% 10%, rgba(0, 43, 255, 0.28), transparent 27%),
    radial-gradient(circle at 88% 75%, rgba(255, 0, 0, 0.22), transparent 24%),
    #050711;
}

.journey-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
}

.journey-heading h2 {
  max-width: 850px;
  color: white;
}

.journey-heading-side p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.65;
}

.journey-nav,
.catalog-nav {
  display: flex;
  gap: 8px;
}

.journey-nav button,
.catalog-nav button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: white;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  font-size: 19px;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.journey-nav button:hover {
  color: var(--ink);
  background: white;
  transform: translateY(-3px);
}

.journey-progress {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.journey-progress i {
  height: 3px;
  flex: 1;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
}

.journey-progress b,
.catalog-progress b {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), #8254ff, var(--blue));
  transform: scaleX(var(--scroll-progress));
  transform-origin: left;
  transition: transform 0.12s linear;
}

.journey-viewport {
  position: relative;
  margin-top: 18px;
}

.journey-viewport::before,
.journey-viewport::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  width: 7vw;
  pointer-events: none;
}

.journey-viewport::before { left: 0; background: linear-gradient(90deg, #050711, transparent); }
.journey-viewport::after { right: 0; background: linear-gradient(-90deg, #050711, transparent); }

.journey-rail {
  width: 100%;
  min-height: 630px;
  position: relative;
  padding: 48px max(34px, calc((100vw - 1440px) / 2)) 72px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(260px, 23vw, 365px);
  gap: clamp(42px, 6vw, 96px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  overscroll-behavior-inline: contain;
}

.journey-rail::-webkit-scrollbar { display: none; }
.journey-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }

.journey-route {
  width: calc(100% - max(34px, (100vw - 1440px) / 2) * 2);
  min-width: 2200px;
  height: 100%;
  position: absolute;
  left: max(34px, calc((100vw - 1440px) / 2));
  top: 0;
  pointer-events: none;
}

.journey-route i {
  width: 390px;
  height: 4px;
  position: absolute;
  left: calc(var(--route-index, 0) * 350px);
  top: 52%;
  border-radius: 99px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.76) 0 18px, transparent 18px 34px);
  background-size: 68px 100%;
  animation: routeDash 1.8s linear infinite;
  transform-origin: left center;
}

.journey-route i:nth-child(1) { --route-index: 0; transform: rotate(-13deg); }
.journey-route i:nth-child(2) { --route-index: 1; top: 39%; transform: rotate(16deg); }
.journey-route i:nth-child(3) { --route-index: 2; top: 56%; transform: rotate(-12deg); }
.journey-route i:nth-child(4) { --route-index: 3; top: 42%; transform: rotate(14deg); }
.journey-route i:nth-child(5) { --route-index: 4; top: 55%; transform: rotate(-10deg); }
.journey-route i:nth-child(6) { --route-index: 5; top: 44%; transform: rotate(9deg); }

@keyframes routeDash { to { background-position: 68px 0; } }

.journey-stop {
  min-width: 0;
  height: 505px;
  position: relative;
  z-index: 2;
  padding: 0;
  align-self: start;
  border: 0;
  color: white;
  background: transparent;
  cursor: pointer;
  scroll-snap-align: center;
  text-align: left;
}

.journey-stop:nth-of-type(even) { margin-top: 92px; }

.journey-number {
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 4;
  left: 3px;
  top: 4px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.36);
  border-radius: 50%;
  background: rgba(5,7,17,0.68);
  backdrop-filter: blur(12px);
  font-family: "Freshman", sans-serif;
}

.journey-product-visual {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 46% 54% 55% 45% / 45% 45% 55% 55%;
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255,255,255,0.56), transparent 30%),
    var(--tone);
  box-shadow: 0 34px 70px rgba(0,0,0,0.34), inset 0 0 35px rgba(255,255,255,0.16);
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 0.2s ease, border-radius 0.5s ease, box-shadow 0.35s ease;
}

.journey-product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 28%, rgba(255,255,255,0.36) 48%, transparent 68%);
  transform: translateX(-130%);
  animation: productSheen 5.5s ease-in-out infinite;
}

@keyframes productSheen { 45%, 100% { transform: translateX(130%); } }

.journey-product-visual img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 24px 22px rgba(0,0,0,0.3));
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.journey-stop:hover .journey-product-visual {
  border-radius: 34px;
  box-shadow: 0 42px 90px rgba(0,43,255,0.22), 0 16px 60px rgba(255,0,0,0.12);
}

.journey-stop:hover .journey-product-visual img { transform: scale(1.08) rotate(-2deg); }

.journey-copy {
  margin-top: 18px;
  display: grid;
  gap: 5px;
}

.journey-copy small,
.journey-copy em {
  color: rgba(255,255,255,0.53);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-copy strong {
  font-family: "Freshman", sans-serif;
  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.journey-copy em { margin-top: 7px; color: white; }

.journey-finish {
  width: 220px;
  align-self: center;
  display: grid;
  justify-items: center;
  gap: 15px;
  color: white;
  text-align: center;
}

.journey-finish span {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 2px solid white;
  border-radius: 20px;
  background: var(--red);
  box-shadow: 0 0 0 12px rgba(255,0,0,0.12);
  font-size: 34px;
  transform: rotate(8deg);
}

.journey-finish b { font-size: 9px; letter-spacing: 0.14em; }

.catalog-section {
  border-radius: 54px 54px 0 0;
  background: white;
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.65fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: end;
  margin-bottom: 52px;
}

.section-heading-row > p {
  margin: 0;
  color: rgba(5, 7, 17, 0.64);
  font-size: 18px;
  line-height: 1.72;
}

.catalog-tools {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.catalog-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog-nav button {
  border-color: rgba(5, 7, 17, 0.16);
  color: var(--ink);
  background: white;
}

.catalog-nav button:hover {
  color: white;
  background: var(--ink);
  transform: translateY(-2px);
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter-list button,
.size-buttons button {
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.filter-list button.active,
.filter-list button:hover,
.size-buttons button.active {
  border-color: var(--ink);
  color: white;
  background: var(--ink);
}

.search-box {
  width: min(340px, 100%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8f8f6;
}

.search-box input {
  width: 100%;
  min-height: 48px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 13px;
}

.search-box b {
  color: var(--blue);
  font-size: 22px;
}

.catalog-carousel {
  --scroll-progress: 0;
  width: 100%;
  overflow: hidden;
}

.catalog-progress {
  height: 3px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(5, 7, 17, 0.08);
}

.product-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(350px, calc((100% - 36px) / 3));
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  overscroll-behavior: auto;
  touch-action: pan-x pan-y pinch-zoom;
  cursor: grab;
  user-select: none;
}

.product-grid::-webkit-scrollbar { display: none; }
.product-grid.is-dragging { cursor: grabbing; scroll-snap-type: none; }

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
  animation: cardIn 0.6s var(--delay) ease both;
  scroll-snap-align: start;
  user-select: text;
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 70px rgba(5, 7, 17, 0.13);
}

@keyframes cardIn {
  from { opacity: 0; transform: translateY(18px); }
}

.product-image {
  position: relative;
  overflow: hidden;
  background: var(--tone);
}

.product-main-media {
  width: 100%;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--tone);
  isolation: isolate;
}

.product-main-media.has-image {
  aspect-ratio: 1 / 1;
}

.product-main-media::after {
  content: "IUS";
  position: absolute;
  z-index: 0;
  right: -8px;
  bottom: -45px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Freshman", sans-serif;
  font-size: 160px;
}

.product-main-media > img,
.product-main-media > video {
  width: 100%;
  position: relative;
  z-index: 2;
}

.product-main-media > img {
  height: 100%;
  padding: 38px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.product-card:hover .product-main-media > img {
  transform: scale(1.045) rotate(-1deg);
}

.product-main-media > video {
  height: auto;
  display: block;
  object-fit: contain;
  background: var(--tone);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-main-media > video {
  transform: scale(1.012);
}

.product-badge {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  color: white;
  border-radius: 999px;
  background: var(--ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-sequence {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  padding: 8px 10px;
  color: var(--ink);
  border: 1px solid rgba(5, 7, 17, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(5, 7, 17, 0.08);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.product-variant-previews {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 7px;
  padding: 11px 14px 15px;
  overflow-x: auto;
  scrollbar-width: none;
  background: color-mix(in srgb, var(--tone) 88%, white 12%);
}

.product-variant-previews::-webkit-scrollbar { display: none; }

.product-variant-previews button {
  width: 64px;
  min-width: 64px;
  height: 68px;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.84);
  border-radius: 14px;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(12px);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(5,7,17,0.12);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.product-variant-previews button:hover,
.product-variant-previews button.active {
  border-color: var(--blue);
  background: white;
  transform: translateY(-4px);
}

.product-variant-previews img {
  width: 100%;
  height: 48px;
  padding: 3px;
  object-fit: contain;
  pointer-events: none;
}

.product-variant-previews span {
  position: absolute;
  inset: auto 3px 4px;
  overflow: hidden;
  color: var(--ink);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 23px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(5, 7, 17, 0.45);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-body h3 {
  margin: 13px 0 10px;
  font-size: 28px;
  line-height: 1;
}

.product-body > p {
  margin: 0;
  color: rgba(5, 7, 17, 0.62);
  font-size: 14px;
  line-height: 1.62;
}

.product-detail-chips {
  margin: 18px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-detail-chips span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
}

.product-footer {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
}

.product-footer > div {
  display: grid;
  gap: 3px;
}

.product-footer small {
  color: rgba(5, 7, 17, 0.46);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-footer strong {
  font-size: 13px;
}

.product-footer button {
  height: 44px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.empty-state,
.locator-empty {
  padding: 30px;
  border: 1px dashed var(--line);
  border-radius: 20px;
  color: rgba(5, 7, 17, 0.58);
  text-align: center;
}

.full-bleed-story {
  min-height: 88svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  background: var(--ink);
}

.full-bleed-story > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 5, 12, 0.82), rgba(3, 5, 12, 0.05) 78%), linear-gradient(0deg, rgba(3, 5, 12, 0.74), transparent 60%);
}

.story-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 62px;
}

.story-copy h2 {
  max-width: 930px;
}

.story-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.lifestyle-hall {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 50% 62%, rgba(25, 55, 255, 0.28), transparent 31%),
    radial-gradient(circle at 84% 18%, rgba(255, 18, 27, 0.21), transparent 24%),
    #050711;
}

.lifestyle-hall::before {
  content: "IUS MOTION";
  position: absolute;
  top: 42%;
  left: 50%;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Freshman", sans-serif;
  font-size: clamp(110px, 17vw, 290px);
  line-height: 0.8;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.lifestyle-hall-heading {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(38px, 8vw, 120px);
  align-items: end;
}

.lifestyle-hall-heading h2 {
  max-width: 900px;
  margin: 0;
  color: white;
  font-family: "Freshman", sans-serif;
  font-size: clamp(62px, 8vw, 138px);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
}

.freshman-question {
  display: inline-block;
  font: inherit;
  line-height: 1;
  transform: rotate(180deg);
  transform-origin: 50% 52%;
}

.lifestyle-hall-side {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.lifestyle-hall-side p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.75;
}

.lifestyle-nav { display: flex; align-items: center; gap: 12px; }

.lifestyle-nav button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  font-size: 19px;
  transition: transform 0.24s ease, color 0.24s ease, background 0.24s ease;
}

.lifestyle-nav button:hover { color: var(--ink); background: white; transform: translateY(-2px); }

.lifestyle-nav span {
  min-width: 62px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
}

.lifestyle-stage {
  height: clamp(620px, 66vw, 780px);
  position: relative;
  z-index: 2;
  margin-top: 28px;
  perspective: 1500px;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  user-select: none;
}

.lifestyle-stage:active { cursor: grabbing; }

.lifestyle-floor {
  position: absolute;
  inset: 49% -12% -12%;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px), radial-gradient(ellipse at center top, rgba(49, 70, 255, 0.24), transparent 58%);
  background-size: 58px 58px, 58px 58px, auto;
  transform: perspective(680px) rotateX(62deg);
  transform-origin: top;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.lifestyle-card {
  --hall-offset: 0;
  --hall-x: 0px;
  --hall-rotate: 0deg;
  --hall-scale: 1;
  --hall-opacity: 1;
  --hall-z: 10;
  width: clamp(250px, 23vw, 360px);
  aspect-ratio: 0.69;
  position: absolute;
  z-index: var(--hall-z);
  top: 42%;
  left: 50%;
  padding: 0;
  overflow: visible;
  color: white;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 26px;
  outline: 0;
  background: #0d101b;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  opacity: var(--hall-opacity);
  transform: translate(-50%, -50%) translateX(var(--hall-x)) rotateY(var(--hall-rotate)) scale(var(--hall-scale));
  transition: opacity 0.18s linear, filter 0.55s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  filter: saturate(0.82);
  will-change: transform;
}

.lifestyle-card.active {
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.62), 0 0 80px rgba(38, 60, 255, 0.22);
  filter: saturate(1);
}

.lifestyle-card-image { width: 100%; height: 100%; display: block; overflow: hidden; border-radius: inherit; }
.lifestyle-card-image::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, transparent 43%, rgba(3, 5, 12, 0.92)); pointer-events: none; }
.lifestyle-card img { width: 100%; height: 100%; display: block; object-fit: cover; pointer-events: none; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.lifestyle-card.active img { transform: scale(1.035); }

.lifestyle-card-copy { position: absolute; z-index: 3; inset: auto 20px 21px; display: grid; gap: 7px; text-align: left; }
.lifestyle-card-copy small { color: rgba(255, 255, 255, 0.68); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.lifestyle-card-copy strong { font-family: "Freshman", sans-serif; font-size: clamp(28px, 3vw, 44px); font-weight: 400; line-height: 0.88; text-transform: uppercase; }
.lifestyle-card-copy em { max-height: 0; overflow: hidden; color: rgba(255, 255, 255, 0.68); font-size: 11px; font-style: normal; line-height: 1.45; opacity: 0; transition: max-height 0.35s ease, opacity 0.35s ease; }
.lifestyle-card.active .lifestyle-card-copy em { max-height: 55px; opacity: 1; }

.lifestyle-reflection {
  height: 37%;
  position: absolute;
  z-index: -1;
  top: calc(100% + 10px);
  left: 4%;
  right: 4%;
  display: block;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, rgba(5, 7, 17, 0.05), #050711 86%), var(--hall-image);
  background-position: center, center;
  background-size: cover, cover;
  opacity: 0.22;
  transform: scaleY(-1);
  filter: blur(1px) saturate(0.8);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.66), transparent 78%);
  pointer-events: none;
}

.lifestyle-dots { position: relative; z-index: 5; margin-top: -26px; display: flex; justify-content: center; gap: 9px; }
.lifestyle-dots button { width: 25px; height: 4px; padding: 0; border: 0; border-radius: 99px; background: rgba(255, 255, 255, 0.21); cursor: pointer; transition: width 0.25s ease, background 0.25s ease; }
.lifestyle-dots button.active { width: 58px; background: linear-gradient(90deg, var(--red), var(--blue)); }

.locator-section {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--ink);
}

.locator-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background: radial-gradient(circle at 20% 40%, rgba(0, 43, 255, 0.6), transparent 28%), radial-gradient(circle at 90% 10%, rgba(255, 0, 0, 0.38), transparent 23%);
}

.locator-section::after {
  content: "WORLD";
  position: absolute;
  top: 20px;
  right: -30px;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Freshman", sans-serif;
  font-size: clamp(120px, 22vw, 360px);
  line-height: 1;
}

.locator-section > .shell {
  position: relative;
  z-index: 2;
}

.kicker-light {
  color: white;
}

.locator-heading > p {
  color: rgba(255, 255, 255, 0.62);
}

.locator-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}

.globe-panel {
  height: min(690px, calc(100svh - var(--header-height) - 32px));
  min-height: 620px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 36px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025) 58%, transparent 59%);
}

.globe-core {
  width: min(68%, 440px);
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: #20222a;
  box-shadow: inset -40px -20px 80px rgba(0, 0, 0, 0.55), 0 40px 100px rgba(0, 43, 255, 0.28);
  animation: globeFloat 5s ease-in-out infinite;
}

.globe-core::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: repeating-linear-gradient(90deg, transparent 0 72px, rgba(255, 255, 255, 0.07) 73px 74px), repeating-linear-gradient(0deg, transparent 0 72px, rgba(255, 255, 255, 0.07) 73px 74px);
  mask-image: radial-gradient(circle, black 54%, transparent 72%);
}

.globe-core img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-active-pin {
  --pin-x: 55%;
  --pin-y: 66%;
  width: 46px;
  height: 46px;
  position: absolute;
  z-index: 8;
  left: var(--pin-x);
  top: var(--pin-y);
  border: 3px solid white;
  border-radius: 50% 50% 50% 10px;
  background: linear-gradient(135deg, #ff2424, var(--red));
  box-shadow: 0 16px 34px rgba(255, 0, 0, 0.5), 0 0 0 7px rgba(255, 0, 0, 0.12);
  transform: translate(-50%, -100%) rotate(-45deg);
  transform-origin: 50% 100%;
  transition: left 0.82s cubic-bezier(0.16, 1, 0.3, 1), top 0.82s cubic-bezier(0.16, 1, 0.3, 1);
  animation: pinFloat 2.2s ease-in-out infinite;
  will-change: left, top, transform;
}

.map-active-pin img {
  width: 31px;
  height: 31px;
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  padding: 4px;
  border-radius: 50%;
  background: white;
  object-fit: contain;
  transform: translate(-50%, -50%) rotate(45deg);
}

.map-active-pin::after {
  content: "";
  width: 52px;
  height: 21px;
  position: absolute;
  left: -10px;
  top: 46px;
  border: 2px solid rgba(255, 0, 0, 0.65);
  border-radius: 50%;
  transform: rotate(45deg);
  animation: pinRing 1.8s ease-out infinite;
}

@keyframes pinFloat {
  50% { transform: translate(-50%, calc(-100% - 5px)) rotate(-45deg); }
}

@keyframes pinRing {
  70%, 100% { opacity: 0; transform: rotate(45deg) scale(1.65); }
}

@keyframes globeFloat {
  50% { transform: translateY(-10px) rotate(1deg); }
}

.globe-orbit {
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.orbit-one {
  transform: rotate(18deg) scaleY(0.45);
}

.orbit-two {
  transform: rotate(-40deg) scaleY(0.55);
}

.map-pulse {
  position: absolute;
  z-index: 4;
  width: 14px;
  height: 14px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  animation: pulse 2s infinite;
}

.pulse-one { left: 46%; top: 61%; }
.pulse-two { left: 30%; top: 52%; animation-delay: 0.7s; }
.pulse-three { left: 63%; top: 69%; animation-delay: 1.2s; }

@keyframes pulse {
  70% { box-shadow: 0 0 0 22px rgba(255, 0, 0, 0); }
}

.orbit-label {
  position: absolute;
  z-index: 5;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(5, 7, 17, 0.7);
  backdrop-filter: blur(10px);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.label-cdmx { left: 12%; top: 20%; }
.label-veracruz { right: 10%; top: 25%; }
.label-norte { right: 17%; bottom: 20%; }
.label-pacifico { left: 8%; bottom: 26%; }

.globe-caption {
  position: absolute;
  left: 26px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.globe-caption strong {
  color: var(--red);
  font-family: "Freshman", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.globe-caption span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.map-location-card {
  width: min(280px, calc(100% - 44px));
  position: absolute;
  z-index: 10;
  right: 22px;
  bottom: 22px;
  padding: 14px 16px;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  background: rgba(5, 7, 17, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.map-location-card::before {
  content: "";
  width: 4px;
  position: absolute;
  inset: 0 auto 0 0;
  background: linear-gradient(var(--red), var(--blue));
}

.map-location-card small {
  color: #6680ff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-location-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.map-location-top b {
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.map-location-card strong {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.15;
}

.map-location-card span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
}

.locator-directory {
  height: min(690px, calc(100svh - var(--header-height) - 32px));
  min-height: 620px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border-radius: 36px;
  color: var(--ink);
  background: white;
}

.locator-tools {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 10px;
}

.locator-tools label {
  display: grid;
  gap: 7px;
}

.locator-tools label > span {
  padding-left: 5px;
  color: rgba(5, 7, 17, 0.5);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.locator-tools select,
.locator-tools input {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: 0;
  color: var(--ink);
  background: #f7f7f5;
  font-size: 13px;
}

.results-count {
  margin: 18px 0 12px;
  color: rgba(5, 7, 17, 0.55);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.results-count strong {
  margin-right: 5px;
  color: var(--blue);
  font-size: 18px;
}

.distributor-list {
  height: auto;
  min-height: 0;
  flex: 1;
  overflow: auto;
  padding: 5px 18px 18px 6px;
  scroll-padding: 5px 18px 18px 6px;
  display: grid;
  gap: 8px;
  scrollbar-color: var(--red) rgba(5, 7, 17, 0.08);
}

.distributor-card {
  padding: 17px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 18px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.distributor-card:hover {
  border-color: rgba(0, 43, 255, 0.4);
  background: #f6f7ff;
}

.distributor-card.active {
  border-color: var(--blue);
  background: linear-gradient(100deg, #f2f4ff, white 72%);
  box-shadow: 0 12px 34px rgba(0, 43, 255, 0.1);
  transform: translateX(-4px);
}

.distributor-card:focus-visible {
  outline-offset: -2px;
}

.distributor-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--red);
  font-family: "Freshman", sans-serif;
  font-size: 17px;
}

.distributor-card small {
  color: var(--blue);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.distributor-card h3 {
  margin: 4px 0 6px;
  font-size: 18px;
}

.distributor-card p {
  margin: 0;
  color: rgba(5, 7, 17, 0.6);
  font-size: 12px;
  line-height: 1.5;
}

.distributor-links {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.distributor-links a {
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.community-section {
  overflow: hidden;
  background: var(--paper);
}

.community-section > .section-heading-row {
  margin-bottom: 50px;
}

.community-scroll-hint {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(5, 7, 17, 0.52);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.community-scroll-hint > span {
  flex: none;
}

.community-scroll-hint i {
  height: 3px;
  flex: 1;
  display: block;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(5, 7, 17, 0.1);
}

.community-scroll-hint b {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), var(--blue));
  transform: scaleX(var(--rail-progress, 0));
  transform-origin: left;
  transition: transform 0.15s linear;
}

.community-nav {
  display: flex;
  gap: 7px;
}

.community-nav button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(5, 7, 17, 0.14);
  border-radius: 50%;
  color: var(--ink);
  background: white;
  box-shadow: 0 10px 28px rgba(5, 7, 17, 0.08);
  cursor: pointer;
  font-size: 18px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.community-nav button:hover {
  color: white;
  background: var(--ink);
  transform: translateY(-2px);
}

.community-rail {
  padding: 0 max(24px, calc((100vw - 1440px) / 2));
  display: grid;
  grid-auto-columns: clamp(320px, 28vw, 520px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
  overscroll-behavior: auto;
  touch-action: pan-x pan-y pinch-zoom;
  user-select: none;
}

.community-rail::-webkit-scrollbar { display: none; }

.community-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.community-card {
  height: 570px;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  scroll-snap-align: start;
  box-shadow: var(--shadow);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.45s ease;
}

.community-card:hover {
  transform: translateY(-12px) rotate(-0.6deg);
  border-radius: 44px 18px 44px 18px;
}

.community-card.lowered {
  margin-top: 58px;
}

.community-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.community-card:hover img {
  transform: scale(1.06);
}

.community-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 48%, rgba(3, 5, 12, 0.88));
}

.community-card > div {
  position: absolute;
  z-index: 2;
  inset: auto 22px 22px;
  color: white;
}

.community-card small {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.community-card h3 {
  margin: 8px 0 0;
  font-size: 27px;
  line-height: 1;
}

.community-cta {
  margin-top: 52px;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
}

.community-cta p {
  margin: 0;
  max-width: 590px;
  color: rgba(5, 7, 17, 0.62);
}

.team-banner {
  min-height: 720px;
  padding: clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(45px, 8vw, 120px);
  align-items: center;
  color: white;
  background: var(--red);
}

.team-media {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  width: min(100%, 620px);
  aspect-ratio: 0.9;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 34px;
  background: #070912;
  box-shadow: 0 36px 80px rgba(80, 0, 0, 0.28);
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotate(-2deg);
  transition: transform 0.2s ease;
}

.team-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(3,5,12,0.86)),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(255,255,255,0.035) 6px);
  pointer-events: none;
}

.team-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.team-scan {
  height: 2px;
  position: absolute;
  z-index: 3;
  left: 6%;
  right: 6%;
  top: 12%;
  background: linear-gradient(90deg, transparent, white, transparent);
  box-shadow: 0 0 22px rgba(255,255,255,0.5);
  animation: teamScan 4.2s linear infinite;
}

@keyframes teamScan { to { top: 88%; opacity: 0.1; } }

.team-media > div {
  position: absolute;
  z-index: 4;
  inset: auto 24px 22px;
  display: grid;
  gap: 6px;
}

.team-media small { font-size: 8px; font-weight: 900; letter-spacing: 0.16em; }
.team-media strong { font-family: "Freshman", sans-serif; font-size: clamp(34px, 4vw, 62px); font-weight: 400; line-height: 0.9; }

.team-banner h2 {
  max-width: 820px;
}

.team-banner p:not(.kicker) {
  max-width: 590px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 18px;
}

.team-banner a {
  display: inline-flex;
  gap: 80px;
  padding-bottom: 12px;
  border-bottom: 2px solid white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-section {
  background: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.contact-title {
  position: sticky;
  top: calc(var(--header-height) + 30px);
}

.contact-title p:not(.kicker) {
  max-width: 570px;
  margin: 25px 0 30px;
  color: rgba(5, 7, 17, 0.62);
  font-size: 18px;
  line-height: 1.7;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-side {
  display: grid;
  gap: 12px;
}

.contact-photo {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  min-height: 330px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--ink);
  box-shadow: 0 28px 65px rgba(5,7,17,0.14);
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 0.2s ease;
}

.contact-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center 42%;
  transition: transform 0.7s cubic-bezier(0.16,1,0.3,1);
}

.contact-photo:hover img { transform: scale(1.035); }

.contact-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,5,12,0.88), rgba(3,5,12,0.15) 75%), linear-gradient(0deg, rgba(3,5,12,0.72), transparent 58%);
}

.contact-photo > div {
  max-width: 440px;
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 24px;
  display: grid;
  gap: 9px;
  color: white;
}

.contact-photo small { font-size: 8px; font-weight: 900; letter-spacing: 0.16em; }
.contact-photo strong {
  max-width: 100%;
  display: block;
  font-family: "Freshman", sans-serif;
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 400;
  line-height: 0.98;
  text-wrap: balance;
}

.contact-cards article {
  min-height: 220px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}

.contact-cards article:nth-child(2) { background: #eef0ff; }
.contact-cards article:nth-child(3) { background: #ffe7e7; }
.contact-cards article:nth-child(4) { background: var(--ink); color: white; }

.contact-cards article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Freshman", sans-serif;
  font-size: 15px;
}

.contact-cards small {
  margin-top: auto;
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-cards a,
.contact-cards p {
  margin: 8px 0 0;
  font-size: clamp(16px, 1.5vw, 23px);
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.site-footer {
  min-height: 760px;
  position: relative;
  padding: 0 0 24px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 43, 255, 0.35), transparent 29%),
    radial-gradient(circle at 91% 13%, rgba(255, 0, 0, 0.28), transparent 23%),
    #03050c;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255,255,255,0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.16) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, black, transparent 80%);
}

.footer-glow {
  position: absolute;
  right: -0.08em;
  bottom: -0.18em;
  color: transparent;
  font-family: "Freshman", sans-serif;
  font-size: clamp(250px, 42vw, 700px);
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.055);
  pointer-events: none;
}

.footer-cta {
  min-height: 300px;
  position: relative;
  z-index: 2;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-cta h2 {
  margin: 0;
  font-family: "Freshman", sans-serif;
  font-size: clamp(64px, 8vw, 124px);
  font-weight: 400;
  line-height: 0.86;
  text-transform: uppercase;
}

.footer-cta > div > p:not(.kicker) {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.footer-whatsapp {
  min-width: 300px;
  padding: 14px 20px 14px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.footer-whatsapp:hover {
  transform: translateY(-4px);
  background: rgba(37, 211, 102, 0.16);
}

.footer-whatsapp img {
  width: 54px;
  height: 54px;
}

.footer-whatsapp span {
  display: grid;
}

.footer-whatsapp small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-whatsapp strong {
  margin-top: 4px;
  font-size: 13px;
}

.footer-grid {
  position: relative;
  z-index: 2;
  padding-top: 66px;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
}

.footer-column {
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.footer-grid small {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.footer-column > a {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-column > a span {
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
}

.footer-column > a b {
  color: #6d83ff;
}

.footer-grid a:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.26);
}

.footer-brand img {
  width: 74px;
}

.footer-brand > strong {
  display: block;
  margin-top: 16px;
  font-family: "Freshman", sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.6;
}

.footer-social-badges {
  margin-top: 20px;
  display: flex;
  gap: 8px;
}

.footer-social-badges a {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: white;
  font-size: 9px;
  font-weight: 900;
}

.footer-social-badges a:hover {
  border-color: var(--red);
  background: var(--red);
}

.footer-contact p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.6;
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 22px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-bottom span:last-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 5px rgba(37, 211, 102, 0.12);
}

.whatsapp-float {
  width: 62px;
  height: 62px;
  position: fixed;
  z-index: 900;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  color: white;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 18px 52px rgba(37, 211, 102, 0.38);
  transition: transform 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-5px) scale(1.04);
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-menu,
.modal-backdrop,
.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2000;
}

.mobile-menu {
  padding: 24px;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: var(--paper);
  animation: menuIn 0.35s ease both;
}

@keyframes menuIn { from { opacity: 0; transform: translateX(30px); } }

.mobile-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-head button,
.cart-head > button,
.modal-close {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-size: 26px;
}

.mobile-menu nav {
  margin-top: 38px;
  display: grid;
}

.mobile-menu nav a {
  padding: 15px 0;
  display: flex;
  align-items: baseline;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  font-family: "Freshman", sans-serif;
  font-size: clamp(34px, 10vw, 55px);
  line-height: 1;
  text-transform: uppercase;
}

.mobile-menu nav span {
  font-family: "Roboto", sans-serif;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.mobile-socials {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modal-backdrop,
.cart-backdrop {
  padding: 18px;
  display: grid;
  place-items: center;
  background: rgba(3, 5, 12, 0.72);
  backdrop-filter: blur(13px);
}

.product-modal {
  width: min(1200px, 100%);
  max-height: calc(100svh - 36px);
  position: relative;
  overflow: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  border-radius: 30px;
  background: white;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.35);
  animation: modalIn 0.35s ease both;
}

@keyframes modalIn { from { opacity: 0; transform: translateY(24px) scale(0.98); } }

.modal-close {
  position: absolute;
  z-index: 10;
  top: 16px;
  right: 16px;
  box-shadow: 0 12px 35px rgba(5, 7, 17, 0.15);
}

.modal-product-visual {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--tone);
}

.modal-product-visual::after {
  content: "IUS";
  position: absolute;
  right: -30px;
  bottom: -40px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Freshman", sans-serif;
  font-size: 230px;
}

.modal-product-visual img,
.modal-product-visual video {
  width: 86%;
  height: 86%;
  position: relative;
  z-index: 2;
  object-fit: contain;
}

.modal-product-visual video {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--tone);
}

.modal-product-visual > span {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  padding: 9px 12px;
  color: white;
  border-radius: 999px;
  background: var(--ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modal-product-info {
  padding: 70px 42px 36px;
}

.modal-product-info h2 {
  margin: 0;
  font-family: "Freshman", sans-serif;
  font-size: clamp(45px, 5vw, 78px);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
}

.modal-product-info > p:not(.kicker) {
  margin: 20px 0 25px;
  color: rgba(5, 7, 17, 0.62);
  font-size: 14px;
  line-height: 1.65;
}

.modal-section-label {
  margin: 22px 0 10px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.modal-section-label strong {
  color: var(--blue);
}

.variant-buttons {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 8px;
}

.variant-buttons button {
  min-width: 84px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
  cursor: pointer;
}

.variant-buttons button.active {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(0, 43, 255, 0.12);
}

.variant-buttons img {
  width: 70px;
  height: 64px;
  object-fit: contain;
  border-radius: 9px;
  background: var(--paper);
}

.variant-buttons span {
  display: block;
  margin-top: 5px;
  font-size: 8px;
  font-weight: 900;
}

.size-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.modal-details {
  margin: 23px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.modal-details span {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
}

.modal-add-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 9px;
}

.quantity-control {
  min-height: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.quantity-control button {
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 19px;
}

.quantity-control strong {
  font-size: 12px;
}

.quote-note {
  margin-top: 12px;
  display: block;
  color: rgba(5, 7, 17, 0.45);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.cart-backdrop {
  place-items: stretch end;
  padding: 0;
}

.cart-drawer {
  width: min(540px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  box-shadow: -30px 0 90px rgba(0, 0, 0, 0.25);
  animation: drawerIn 0.35s ease both;
}

@keyframes drawerIn { from { transform: translateX(100%); } }

.cart-head {
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.cart-head .kicker {
  margin-bottom: 5px;
  font-size: 8px;
}

.cart-head h2 {
  margin: 0;
  font-family: "Freshman", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.cart-body {
  flex: 1;
  overflow: auto;
  padding: 16px;
}

.cart-empty {
  height: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
}

.cart-empty > span {
  color: var(--red);
  font-size: 60px;
}

.cart-empty h3 {
  margin: 8px 0;
  font-size: 25px;
}

.cart-empty p {
  max-width: 340px;
  margin: 0 0 20px;
  color: rgba(5, 7, 17, 0.55);
  font-size: 13px;
}

.cart-item {
  position: relative;
  padding: 11px;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: white;
}

.cart-item + .cart-item {
  margin-top: 9px;
}

.cart-thumb {
  height: 130px;
  border-radius: 13px;
  background: var(--tone);
}

.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.cart-item small {
  color: var(--blue);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cart-item h3 {
  margin: 5px 26px 4px 0;
  font-size: 17px;
}

.cart-item p {
  margin: 0 0 10px;
  color: rgba(5, 7, 17, 0.55);
  font-size: 11px;
}

.cart-item .quantity-control {
  width: 105px;
  min-height: 34px;
}

.remove-item {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
}

.cart-footer {
  padding: 20px;
  border-top: 1px solid var(--line);
  background: white;
}

.cart-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-summary strong {
  color: var(--red);
  font-family: "Freshman", sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.cart-footer > p {
  margin: 10px 0 15px;
  color: rgba(5, 7, 17, 0.53);
  font-size: 10px;
  line-height: 1.5;
}

.whatsapp-order {
  width: 100%;
  color: white;
  background: #20b760;
}

.clear-cart {
  width: 100%;
  margin-top: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: rgba(5, 7, 17, 0.48);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reveal-up {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 38px, 0);
  transition: opacity 0.72s ease var(--reveal-delay, 0ms), filter 0.72s ease var(--reveal-delay, 0ms), transform 0.88s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.reveal-up.revealed {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1120px) {
  .desktop-nav { gap: 18px; }
  .product-grid { grid-auto-columns: minmax(350px, calc((100% - 18px) / 2)); }
  .locator-layout { grid-template-columns: 1fr; }
  .globe-panel,
  .locator-directory { height: 680px; min-height: 680px; }
  .team-banner { padding-inline: 48px; }
}

@media (max-width: 900px) {
  :root { --header-height: 70px; }
  .shell { width: min(100% - 32px, 1440px); }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: auto 1fr auto; padding: 0 16px; }
  .header-actions { justify-self: end; }
  .menu-button { display: grid; }
  .brand-intro,
  .section-heading-row,
  .journey-heading,
  .lifestyle-hall-heading,
  .contact-grid { grid-template-columns: 1fr; }
  .brand-intro-copy { padding: 26px; }
  .journey-heading-side { max-width: 680px; }
  .lifestyle-hall-side { max-width: 680px; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,0.18); border-left: 0; }
  .section-heading-row { gap: 26px; }
  .catalog-tools { align-items: flex-start; flex-direction: column; }
  .catalog-actions { width: 100%; }
  .search-box { width: min(100%, 520px); }
  .product-modal { grid-template-columns: 1fr; }
  .modal-product-visual { min-height: 560px; }
  .team-banner { grid-template-columns: 1fr; }
  .team-media { width: min(74%, 600px); }
  .contact-title { position: relative; top: auto; }
  .footer-cta { align-items: flex-start; flex-direction: column; }
  .footer-whatsapp { width: 100%; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 680px) {
  .shell { width: calc(100% - 24px); }
  .section { padding: 78px 0; }
  .site-header .brand-copy { display: none; }
  .site-header { padding-inline: 11px; }
  .brand img { width: 43px; height: 43px; }
  .cart-button { width: 44px; height: 44px; min-height: 44px; padding: 0; justify-content: center; }
  .cart-button span { display: none; }
  .cart-button strong { width: 28px; height: 28px; }
  .hero { min-height: 100svh; }
  .hero-stage { align-items: flex-end; }
  .hero-stage > video { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3, 5, 12, 0.93), rgba(3, 5, 12, 0.17) 70%), linear-gradient(90deg, rgba(3, 5, 12, 0.72), transparent); }
  .hero-content { padding: calc(var(--header-height) + 64px) 0 38px; }
  .hero h1 { font-size: clamp(52px, 16vw, 74px); line-height: 0.9; }
  .hero h1 > span { padding-left: 0; -webkit-text-stroke-width: 1px; }
  .hero-lead { margin: 24px 0; font-size: 14px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-meta { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-meta span { min-width: 0; padding: 10px 7px; display: grid; gap: 2px; text-align: center; }
  .hero-meta strong { margin: 0; font-size: 15px; }
  .hero-stamp { display: none; }
  .brand-intro h2,
  .section-heading-row h2,
  .story-copy h2,
  .contact-title h2,
  .team-banner h2 { font-size: clamp(45px, 14vw, 68px); }
  .brand-intro-copy p,
  .section-heading-row > p { font-size: 15px; }
  .brand-intro-proof { grid-template-columns: 1fr; }
  .journey-section { padding-top: 86px; padding-bottom: 38px; }
  .journey-heading-side p { font-size: 15px; }
  .journey-progress { margin-top: 28px; }
  .journey-rail { min-height: 570px; padding-inline: 18px; grid-auto-columns: 78vw; gap: 54px; }
  .journey-route { left: 18px; }
  .journey-stop { height: 470px; }
  .journey-stop:nth-of-type(even) { margin-top: 58px; }
  .journey-viewport::before,
  .journey-viewport::after { width: 20px; }
  .catalog-section { border-radius: 32px 32px 0 0; }
  .filter-list { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .filter-list button:first-child { grid-column: 1 / -1; }
  .catalog-actions { align-items: stretch; }
  .catalog-nav { flex: none; }
  .product-grid { grid-auto-columns: 86vw; }
  .product-variant-previews { padding: 9px 10px 12px; }
  .lifestyle-hall { padding-bottom: 62px; }
  .lifestyle-hall-heading h2 { font-size: clamp(52px, 15vw, 78px); }
  .lifestyle-stage { height: 560px; margin-top: 12px; }
  .lifestyle-card { width: min(68vw, 290px); top: 43%; }
  .lifestyle-card-copy strong { font-size: 31px; }
  .lifestyle-dots { margin-top: -6px; }
  .full-bleed-story { min-height: 760px; }
  .full-bleed-story > img { object-position: 66% center; }
  .story-copy { padding-bottom: 38px; }
  .story-copy .button { width: 100%; }
  .locator-section::after { top: 70px; font-size: 130px; }
  .locator-heading { margin-bottom: 34px; }
  .globe-panel { height: 560px; min-height: 560px; border-radius: 26px; }
  .globe-core { width: 78%; }
  .globe-orbit { width: 94%; }
  .orbit-label { font-size: 7px; }
  .label-cdmx { left: 6%; top: 19%; }
  .label-veracruz { right: 4%; top: 24%; }
  .label-norte { right: 8%; bottom: 22%; }
  .label-pacifico { left: 5%; bottom: 29%; }
  .globe-caption { left: 18px; bottom: 17px; }
  .globe-caption strong { font-size: 42px; }
  .map-location-card { width: auto; inset: auto 14px 76px; }
  .locator-directory { height: 650px; min-height: 650px; padding: 14px; border-radius: 26px; }
  .locator-tools { grid-template-columns: 1fr; }
  .distributor-list { height: 500px; }
  .community-rail { grid-auto-columns: 82vw; padding-inline: 12px; }
  .community-scroll-hint { align-items: flex-start; flex-direction: column; gap: 9px; }
  .community-scroll-hint i { width: 100%; flex: none; }
  .community-nav { align-self: flex-end; }
  .community-card,
  .community-card.lowered { height: 520px; margin-top: 0; }
  .community-cta { align-items: stretch; flex-direction: column; }
  .community-cta .button { width: 100%; }
  .team-banner { min-height: 0; padding: 74px 20px; gap: 52px; }
  .team-media { width: 92%; justify-self: center; }
  .team-banner a { gap: 25px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-cards article { min-height: 190px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-cta { min-height: 0; padding: 74px 0 48px; }
  .footer-cta h2 { font-size: clamp(58px, 18vw, 84px); }
  .footer-column { padding: 18px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { width: 52px; height: 52px; right: 13px; bottom: 13px; }
  .floating-skates__item { width: 72px; opacity: 0.82; }
  .floating-skate-a { top: 19%; right: -5px; }
  .floating-skate-b { top: 58%; left: -7px; width: 64px; }
  .floating-skate-c { display: none; }
  .floating-skates__hint { display: none; }
  .modal-backdrop { padding: 0; }
  .product-modal { max-height: 100svh; min-height: 100svh; border-radius: 0; }
  .modal-product-visual { min-height: 48svh; }
  .modal-product-info { padding: 50px 18px 30px; }
  .modal-product-info h2 { font-size: 52px; }
  .modal-add-row { grid-template-columns: 1fr; }
  .modal-add-row .quantity-control { min-height: 50px; }
  .modal-details { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 92px 1fr; }
  .cart-thumb { height: 112px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 51px; }
  .hero-meta span { font-size: 7px; }
  .product-grid { grid-auto-columns: 91vw; }
  .lifestyle-stage { height: 510px; }
  .lifestyle-card { width: 72vw; }
  .mobile-menu { padding: 17px; }
  .mobile-menu nav a { font-size: 33px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-grid > div:last-child { grid-column: auto; }
}

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

  .reveal-up {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}
