:root {
  --ink: #101112;
  --ink-soft: #212323;
  --paper: #f3f5f4;
  --white: #ffffff;
  --orange: #1769ff;
  --orange-deep: #0b4cd7;
  --blue: #2947e8;
  --lime: #79b8ff;
  --pink: #cfe0ff;
  --muted: #6e7472;
  --line: rgba(16, 17, 18, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --radius-xl: 46px;
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --page: min(1360px, calc(100vw - 72px));
  --shadow: 0 24px 70px rgba(16, 17, 18, 0.13);
}

/* Constellation hero */
.hero.hero-constellation {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #151716;
}

.constellation-background-word {
  position: absolute;
  z-index: 0;
  top: 52%;
  left: 50%;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 300px;
  font-weight: 800;
  line-height: 0.75;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-7deg);
  pointer-events: none;
}

.constellation-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.83fr) minmax(550px, 1.17fr);
  align-items: center;
  min-height: 690px;
  gap: clamp(34px, 5.5vw, 94px);
}

.constellation-copy {
  position: relative;
  z-index: 4;
  padding: 78px 0 86px;
}

.constellation-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.constellation-kicker span {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(23, 105, 255, 0.17);
}

.hero-constellation h1 {
  max-width: 650px;
  color: var(--white);
  font-size: 108px;
  line-height: 0.87;
}

.hero-constellation h1 em { color: var(--orange); }

.constellation-intro {
  max-width: 390px;
  margin: 29px 0 32px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.72;
}

.constellation-actions { display: flex; align-items: center; gap: 21px; }
.constellation-button { min-height: 54px; color: var(--white); background: var(--orange); }
.constellation-button:hover { color: var(--ink); background: var(--lime); }

.constellation-scroll {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 800;
  transition: color 180ms ease, transform 180ms ease;
}

.constellation-scroll i {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: border-color 180ms ease, background 180ms ease;
}

.constellation-scroll svg { width: 16px; height: 16px; }
.constellation-scroll:hover { color: var(--white); transform: translateY(2px); }
.constellation-scroll:hover i { border-color: var(--orange); background: var(--orange); }

.constellation-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 53px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  font-weight: 700;
}

.constellation-note svg { width: 16px; height: 16px; color: var(--lime); }

.constellation-showcase {
  position: relative;
  width: min(100%, 650px);
  min-height: 565px;
  justify-self: end;
  isolation: isolate;
}

.constellation-shape {
  position: absolute;
  z-index: -3;
  top: 37px;
  right: 9px;
  width: min(91%, 580px);
  height: 478px;
  background: var(--orange);
  border-radius: 46% 54% 38% 62% / 54% 41% 59% 46%;
  transform: rotate(-8deg);
  animation: constellation-shape-in 760ms 100ms both cubic-bezier(0.16, 0.9, 0.3, 1);
}

.constellation-shape::before {
  position: absolute;
  top: 10%; right: 9%; bottom: 10%; left: 9%;
  border: 1px solid rgba(21, 23, 22, 0.38);
  border-radius: inherit;
  content: "";
}

.constellation-shape::after {
  position: absolute;
  top: 13%; right: 12%;
  width: 14px; height: 14px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(121, 184, 255, 0.2);
  content: "";
}

.constellation-loop {
  position: absolute;
  z-index: -2;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  pointer-events: none;
}

.loop-one { top: 73px; left: 5%; width: 86%; height: 395px; transform: rotate(32deg); }
.loop-two { top: 30px; left: 20%; width: 64%; height: 510px; border-color: rgba(23, 105, 255, 0.74); transform: rotate(-19deg); }

.constellation-index {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 800;
}

.constellation-product {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  border: 6px solid var(--white);
  background: var(--ink);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.31);
  transition: transform 450ms cubic-bezier(0.16, 0.9, 0.3, 1), box-shadow 350ms ease;
}

.constellation-product img { transition: transform 800ms cubic-bezier(0.16, 0.9, 0.3, 1); }
.constellation-showcase:hover .constellation-product-main { transform: translateY(-10px) rotate(3deg); }
.constellation-showcase:hover .constellation-product-home { transform: translate(-8px, -9px) rotate(-9deg); }
.constellation-showcase:hover .constellation-product-style { transform: translate(9px, 7px) rotate(8deg); }
.constellation-showcase:hover .constellation-product img { transform: scale(1.07); }

.constellation-product-main {
  top: 54px;
  left: 24%;
  width: 46%;
  height: 442px;
  border-radius: 180px 36px 164px 42px;
  animation: constellation-main-in 820ms 220ms both cubic-bezier(0.16, 0.9, 0.3, 1), constellation-drift 6.4s 1.2s ease-in-out infinite;
}

.constellation-product-main img { object-position: 54% center; }
.constellation-product-main::after { position: absolute; right: 0; bottom: 0; left: 0; height: 35%; background: rgba(15, 16, 16, 0.52); content: ""; }

.constellation-product-main figcaption {
  position: absolute;
  z-index: 1;
  right: 19px; bottom: 17px; left: 19px;
  display: flex;
  flex-direction: column;
  color: var(--white);
}

.constellation-product-main figcaption span { color: var(--lime); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.constellation-product-main figcaption strong { margin-top: 2px; font-family: "Bricolage Grotesque", Arial, sans-serif; font-size: 26px; line-height: 1; }

.constellation-product-home {
  top: 73px;
  left: 0;
  width: 31%;
  height: 196px;
  border-radius: 34px 97px 34px 34px;
  transform: rotate(-6deg);
  animation: constellation-small-in 780ms 370ms both cubic-bezier(0.16, 0.9, 0.3, 1), constellation-drift-small 5.8s 1.5s ease-in-out infinite;
}

.constellation-product-home img { object-position: 56% center; }
.constellation-product-style {
  right: 0;
  bottom: 24px;
  width: 34%;
  height: 187px;
  border-radius: 99px 30px 30px 30px;
  transform: rotate(5deg);
  animation: constellation-small-in 790ms 450ms both cubic-bezier(0.16, 0.9, 0.3, 1), constellation-drift-small-b 6.1s 1.7s ease-in-out infinite;
}

.constellation-product-style img { object-position: 47% center; }
.constellation-product:not(.constellation-product-main) figcaption { position: absolute; right: 10px; bottom: 9px; left: 10px; color: var(--white); font-size: 9px; font-weight: 800; text-transform: uppercase; }

.constellation-stamp {
  position: absolute;
  z-index: 4;
  bottom: 10px;
  left: 3%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
  width: 152px;
  min-height: 117px;
  padding: 16px;
  color: var(--ink);
  background: var(--white);
  border-radius: 79px 79px 12px 79px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  transform: rotate(-8deg);
  animation: constellation-stamp-in 760ms 630ms both cubic-bezier(0.16, 0.9, 0.3, 1);
}

.constellation-stamp span { grid-column: 1 / -1; color: var(--orange-deep); font-size: 8px; font-weight: 800; }
.constellation-stamp strong { font-family: "Bricolage Grotesque", Arial, sans-serif; font-size: 22px; line-height: 0.87; }
.constellation-stamp svg { align-self: end; width: 21px; height: 21px; }

.constellation-signal {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 8%;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
}

.constellation-signal > span { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(121, 184, 255, 0.15); animation: constellation-pulse 1.8s ease-in-out infinite; }
.constellation-signal small { color: rgba(255, 255, 255, 0.5); font-size: 9px; }

.constellation-nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.constellation-nav a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  min-height: 78px;
  padding: 0 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  transition: color 200ms ease, background 200ms ease;
}

.constellation-nav a:first-child { padding-left: 0; }
.constellation-nav a:last-child { border-right: 0; }
.constellation-nav a:hover { color: var(--ink); background: var(--lime); }
.constellation-nav svg { width: 18px; height: 18px; stroke-width: 1.7; }
.constellation-nav b { color: var(--orange); font-size: 9px; }
.constellation-nav a:hover b { color: var(--ink); }

@keyframes constellation-shape-in {
  from { opacity: 0; transform: translateX(42px) rotate(-13deg) scale(0.94); }
  to { opacity: 1; transform: translateX(0) rotate(-8deg) scale(1); }
}

@keyframes constellation-main-in {
  from { opacity: 0; transform: translateY(38px) rotate(-7deg) scale(0.94); }
  to { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}

@keyframes constellation-small-in {
  from { opacity: 0; transform: translateY(24px) rotate(-13deg) scale(0.91); }
  to { opacity: 1; transform: translateY(0) rotate(-6deg) scale(1); }
}

@keyframes constellation-stamp-in {
  from { opacity: 0; transform: translate(-16px, 20px) rotate(-16deg) scale(0.9); }
  to { opacity: 1; transform: translate(0) rotate(-8deg) scale(1); }
}

@keyframes constellation-drift { 0%, 100% { translate: 0 0; } 50% { translate: 0 -11px; } }
@keyframes constellation-drift-small { 0%, 100% { translate: 0 0; } 50% { translate: -4px -7px; } }
@keyframes constellation-drift-small-b { 0%, 100% { translate: 0 0; } 50% { translate: 5px 7px; } }
@keyframes constellation-pulse { 0%, 100% { box-shadow: 0 0 0 5px rgba(121, 184, 255, 0.15); } 50% { box-shadow: 0 0 0 9px rgba(121, 184, 255, 0); } }

@media (max-width: 1060px) {
  .constellation-shell { grid-template-columns: minmax(320px, 0.82fr) minmax(440px, 1.18fr); gap: 26px; }
  .constellation-showcase { min-height: 525px; }
  .constellation-product-main { height: 408px; }
  .constellation-shape { height: 445px; }
  .constellation-background-word { font-size: 230px; }
  .hero-constellation h1 { font-size: 70px; }
}

@media (max-width: 780px) {
  .constellation-shell { display: block; min-height: 0; }
  .constellation-copy { padding: 66px 0 17px; }
  .constellation-showcase { width: min(100%, 610px); min-height: 460px; margin: 0 auto; }
  .constellation-nav a { padding-inline: 12px; }
  .constellation-nav a:first-child { padding-left: 12px; }
}

@media (max-width: 560px) {
  .constellation-background-word { top: 60%; font-size: 126px; }
  .constellation-copy { padding-top: 50px; }
  .constellation-kicker { margin-bottom: 19px; font-size: 8px; }
  .constellation-kicker span { width: 7px; height: 7px; }
  .hero-constellation h1 { font-size: 62px; }
  .constellation-intro { max-width: 320px; margin: 20px 0 24px; font-size: 11px; }
  .constellation-actions { gap: 14px; }
  .constellation-button { min-height: 47px; }
  .constellation-scroll { gap: 7px; font-size: 8px; }
  .constellation-scroll i { width: 35px; height: 35px; }
  .constellation-scroll svg { width: 14px; height: 14px; }
  .constellation-note { margin-top: 31px; font-size: 8px; }
  .constellation-note svg { width: 13px; height: 13px; }
  .constellation-showcase { min-height: 365px; }
  .constellation-shape { top: 33px; right: 1%; width: 92%; height: 300px; }
  .loop-one { top: 50px; width: 89%; height: 264px; }
  .loop-two { top: 25px; height: 326px; }
  .constellation-index { top: 9px; right: 1%; font-size: 8px; }
  .constellation-signal { top: 0; left: 4%; font-size: 8px; }
  .constellation-signal > span { width: 6px; height: 6px; }
  .constellation-signal small { font-size: 8px; }
  .constellation-product { border-width: 4px; }
  .constellation-product-main { top: 39px; left: 25%; width: 45%; height: 292px; border-radius: 125px 23px 118px 29px; }
  .constellation-product-main figcaption { right: 11px; bottom: 10px; left: 11px; }
  .constellation-product-main figcaption span { font-size: 7px; }
  .constellation-product-main figcaption strong { font-size: 18px; }
  .constellation-product-home { top: 56px; width: 31%; height: 130px; border-radius: 22px 64px 22px 22px; }
  .constellation-product-style { right: 0; bottom: 17px; width: 34%; height: 123px; border-radius: 65px 19px 19px 19px; }
  .constellation-product:not(.constellation-product-main) figcaption { right: 7px; bottom: 6px; left: 7px; font-size: 7px; }
  .constellation-stamp { bottom: 14px; left: 1%; width: 104px; min-height: 80px; gap: 5px 9px; padding: 11px; border-radius: 54px 54px 9px 54px; }
  .constellation-stamp span { font-size: 6px; }
  .constellation-stamp strong { font-size: 15px; }
  .constellation-stamp svg { width: 15px; height: 15px; }
  .constellation-nav { grid-template-columns: repeat(2, 1fr); }
  .constellation-nav a { min-height: 56px; gap: 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.17); font-size: 10px; }
  .constellation-nav a:nth-child(2) { border-right: 0; }
  .constellation-nav a:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.17); }
  .constellation-nav a:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .constellation-nav svg { width: 15px; height: 15px; }
  .constellation-nav b { font-size: 8px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.drawer-open,
body.menu-open,
body.search-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

button,
input,
select {
  font: inherit;
}

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

button {
  cursor: pointer;
}

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

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

h1,
h2,
h3 {
  margin-bottom: 0;
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
}

.page-width {
  width: var(--page);
  margin-inline: auto;
}

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

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 38px;
  font-size: 10px;
  font-weight: 600;
}

.announcement-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.announcement-inner strong {
  color: var(--lime);
}

.announcement-spark {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: var(--orange);
  border-radius: 2px;
  rotate: 45deg;
}

.announcement-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
  font-size: 10px;
  font-weight: 800;
}

.announcement-link:hover {
  color: var(--lime);
}

.announcement-link svg {
  width: 13px;
  height: 13px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  padding: 12px 0;
  background: rgba(243, 245, 244, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-shell {
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  align-items: center;
  min-height: 58px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand img {
  width: 148px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.desktop-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: #555d5a;
  font-size: 11px;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--ink);
  background: var(--white);
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.icon-button,
.cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: var(--ink);
  background: transparent;
}

.icon-button {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.icon-button:hover {
  color: var(--orange-deep);
  background: var(--white);
  transform: rotate(-5deg);
}

.icon-button svg,
.cart-button svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
}

.cart-button {
  gap: 7px;
  min-height: 40px;
  padding: 0 6px 0 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-size: 11px;
  font-weight: 800;
  transition: background 180ms ease, transform 180ms ease;
}

.cart-button:hover {
  background: var(--orange);
  transform: translateY(-2px);
}

.cart-count {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 9px;
}

.mobile-menu-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}

.hero-grid-lines,
.hero-grid-lines::before,
.hero-grid-lines::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
  pointer-events: none;
}

.hero-grid-lines {
  top: -170px;
  right: -70px;
  width: 520px;
  height: 620px;
  border-radius: 80px 80px 220px 80px;
  transform: rotate(18deg);
}

.hero-grid-lines::before {
  top: 92px;
  right: 92px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.hero-grid-lines::after {
  top: 186px;
  right: 186px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(480px, 1.14fr);
  align-items: center;
  gap: clamp(42px, 7vw, 120px);
  min-height: 680px;
  padding-top: 76px;
  padding-bottom: 110px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  animation: reveal-up 720ms 80ms both cubic-bezier(0.16, 0.9, 0.3, 1);
}

.hero-eyebrow,
.section-index {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-eyebrow span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  margin-right: 9px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 9px;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 610px;
  font-size: clamp(68px, 8.3vw, 126px);
  letter-spacing: -0.055em;
}

.hero h1 em,
h2 em {
  color: var(--lime);
  font-style: normal;
}

.hero-intro {
  max-width: 420px;
  margin: 30px 0 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 11px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button svg {
  width: 16px;
  height: 16px;
}

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

.button-light:hover {
  background: var(--lime);
}

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

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

.round-link {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.round-link:hover {
  color: var(--ink);
  background: var(--lime);
  transform: translateY(3px);
}

.round-link svg {
  width: 17px;
  height: 17px;
}

.round-link-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.hero-stage {
  position: relative;
  min-height: 475px;
  animation: stage-in 900ms 150ms both cubic-bezier(0.16, 0.9, 0.3, 1);
}

.hero-stage-label {
  position: absolute;
  z-index: 3;
  top: 32px;
  right: 2%;
  margin: 0;
  color: var(--lime);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
  text-align: right;
}

.hero-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-image-phone {
  top: 0;
  left: 7%;
  width: 57%;
  height: 438px;
  border: 9px solid var(--orange);
  border-radius: 170px 170px 28px 170px;
}

.hero-image-phone::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: rgba(16, 17, 18, 0.6);
  content: "";
}

.hero-image-phone figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 18px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.hero-image-phone figcaption svg {
  width: 18px;
  height: 18px;
  color: var(--lime);
}

.hero-image-headphones {
  right: 0;
  bottom: 0;
  width: 40%;
  height: 290px;
  border: 8px solid var(--white);
  border-radius: 140px 25px 140px 25px;
}

.hero-ticket {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.hero-ticket-top {
  top: 48px;
  left: 0;
  width: 135px;
  height: 128px;
  padding: 16px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 20px 20px 20px 0;
  rotate: -8deg;
}

.hero-ticket-top span {
  font-size: 8px;
  font-weight: 800;
}

.hero-ticket-top strong {
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 22px;
  line-height: 0.95;
}

.hero-ticket-bottom {
  right: 33%;
  bottom: -6px;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  color: var(--white);
  background: var(--blue);
  border-radius: 18px 18px 0 18px;
  rotate: 5deg;
}

.hero-ticket-bottom svg {
  width: 20px;
  height: 20px;
  color: var(--lime);
}

.hero-ticket-bottom span {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.hero-ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: clamp(17px, 3vw, 42px);
  min-height: 52px;
  padding: 0 max(36px, calc((100vw - 1360px) / 2));
  overflow: hidden;
  color: var(--ink);
  background: var(--orange);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.hero-ticker svg {
  width: 17px;
  height: 17px;
  color: var(--lime);
  flex-shrink: 0;
}

.category-section {
  padding-top: 118px;
  padding-bottom: 135px;
}

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

.section-topline p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.section-topline .section-index,
.section-index {
  color: var(--orange-deep);
}

.category-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding: 33px 0 42px;
}

.category-heading h2,
.section-heading h2,
.shop-title-row h2,
.journal-title-block h2,
.newsletter-section h2 {
  font-size: clamp(48px, 5.8vw, 86px);
  letter-spacing: -0.055em;
}

.category-heading h2 em,
.section-heading h2 em,
.shop-title-row h2 em,
.journal-title-block h2 em {
  color: var(--orange);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding-bottom: 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  transition: color 180ms ease, gap 180ms ease;
}

.text-link:hover {
  gap: 11px;
  color: var(--orange-deep);
}

.text-link svg {
  width: 14px;
  height: 14px;
}

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

.category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 225px;
  padding: 18px;
  overflow: hidden;
  border-radius: var(--radius-md);
  transition: transform 220ms cubic-bezier(0.16, 0.9, 0.3, 1), box-shadow 220ms ease;
}

.category-card:hover,
.category-card.category-pill-active {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: var(--shadow);
}

.category-card > svg {
  width: 34px;
  height: 34px;
  margin-top: auto;
  margin-bottom: 17px;
  stroke-width: 1.7;
}

.category-card strong {
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
}

.category-card small {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
}

.category-number {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.category-corner {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.category-corner svg {
  width: 14px;
  height: 14px;
}

.category-card-all {
  color: var(--white);
  background: var(--ink);
}

.category-card-tech {
  color: var(--ink);
  background: var(--lime);
}

.category-card-home {
  color: var(--white);
  background: var(--blue);
}

.category-card-style {
  color: var(--ink);
  background: var(--pink);
}

.category-card-beauty {
  color: var(--white);
  background: var(--orange);
}

.new-section {
  padding: 120px 0 142px;
  background: var(--white);
}

.section-heading-split {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 0.38fr);
  align-items: end;
  gap: 55px;
  margin-bottom: 48px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--orange-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--orange);
  border-radius: 2px;
  rotate: 45deg;
}

.heading-note {
  padding-bottom: 4px;
}

.heading-note p {
  max-width: 280px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

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

.product-card {
  min-width: 0;
  animation: card-rise 520ms both cubic-bezier(0.16, 0.9, 0.3, 1);
  transition: transform 220ms cubic-bezier(0.16, 0.9, 0.3, 1);
}

.product-card:hover {
  transform: translateY(-8px);
}

.product-card:nth-child(2) { animation-delay: 70ms; }
.product-card:nth-child(3) { animation-delay: 140ms; }
.product-card:nth-child(4) { animation-delay: 210ms; }
.product-card:nth-child(5) { animation-delay: 280ms; }
.product-card:nth-child(6) { animation-delay: 350ms; }
.product-card:nth-child(7) { animation-delay: 420ms; }
.product-card:nth-child(8) { animation-delay: 490ms; }

.product-media {
  position: relative;
  aspect-ratio: 0.9;
  overflow: hidden;
  background: #e5e9e7;
  border-radius: 24px 24px 7px 24px;
}

.product-card:nth-child(4n + 2) .product-media {
  border-radius: 80px 24px 24px 24px;
  background: #e7f1d7;
}

.product-card:nth-child(4n + 3) .product-media {
  border-radius: 24px 80px 24px 24px;
  background: #e4e9fd;
}

.product-card:nth-child(4n + 4) .product-media {
  border-radius: 24px 24px 80px 24px;
  background: #ffe1db;
}

.product-media img {
  transition: transform 600ms cubic-bezier(0.16, 0.9, 0.3, 1);
}

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

.product-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  padding: 6px 9px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.wishlist-button {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 11px;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.wishlist-button:hover,
.wishlist-button.is-liked {
  color: var(--white);
  background: var(--orange);
  transform: scale(1.08);
}

.wishlist-button.is-liked svg {
  fill: currentColor;
}

.wishlist-button svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.8;
}

.quick-add {
  position: absolute;
  right: 11px;
  bottom: 11px;
  left: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, color 180ms ease, background 180ms ease;
}

.quick-add:hover {
  color: var(--ink);
  background: var(--lime);
}

.product-card:hover .quick-add,
.product-card:focus-within .quick-add {
  opacity: 1;
  transform: translateY(0);
}

.quick-add svg {
  width: 15px;
  height: 15px;
}

.product-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 3px 0;
}

.product-name {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.product-meta {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.product-price {
  flex-shrink: 0;
  padding-top: 1px;
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.home-story {
  display: grid;
  grid-template-columns: minmax(0, 1.17fr) minmax(320px, 0.83fr);
  min-height: 580px;
  overflow: hidden;
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius-xl);
}

.story-image {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}

.story-image::after {
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: rgba(16, 17, 18, 0.38);
  content: "";
}

.story-image img {
  transition: transform 700ms cubic-bezier(0.16, 0.9, 0.3, 1);
}

.home-story:hover .story-image img {
  transform: scale(1.05);
}

.story-price {
  position: absolute;
  z-index: 1;
  bottom: 29px;
  left: 30px;
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
}

.story-price strong {
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 70px;
  letter-spacing: -0.06em;
}

.story-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 65px clamp(34px, 5vw, 76px);
}

.story-copy .eyebrow {
  color: var(--lime);
}

.story-copy .eyebrow span {
  background: var(--lime);
}

.story-copy h2 {
  font-size: clamp(51px, 5vw, 75px);
  letter-spacing: -0.055em;
}

.story-copy h2 em {
  color: var(--lime);
}

.story-copy > p:not(.eyebrow) {
  max-width: 320px;
  margin: 25px 0 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.8;
}

.story-copy .button-ink {
  color: var(--ink);
  background: var(--lime);
}

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

.story-mini-stat {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 54px;
}

.story-mini-stat strong {
  color: var(--lime);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 31px;
  letter-spacing: -0.05em;
}

.story-mini-stat span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
}

.shop-section {
  margin-top: 125px;
  padding: 118px 0 138px;
  color: var(--white);
  background: var(--ink);
}

.shop-title-row {
  display: grid;
  grid-template-columns: 1fr minmax(230px, 0.35fr);
  align-items: end;
  gap: 45px;
}

.shop-title-row .section-index {
  color: var(--lime);
}

.shop-title-row h2 em {
  color: var(--orange);
}

.shop-intro {
  max-width: 290px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.8;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 47px 0 33px;
}

.filter-tabs {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
}

.filter-tab {
  padding: 8px 13px;
  border: 0;
  color: rgba(255, 255, 255, 0.58);
  background: transparent;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.filter-tab:hover,
.filter-tab.is-active {
  color: var(--ink);
  background: var(--lime);
  transform: translateY(-1px);
}

.sort-select {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  font-weight: 700;
}

.sort-select svg {
  width: 14px;
  height: 14px;
  color: var(--lime);
}

.sort-select select {
  border: 0;
  color: var(--white);
  outline: 0;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
}

.sort-select option {
  color: var(--ink);
}

.shop-section .product-media {
  background: #262828;
  border-radius: 24px;
}

.shop-section .product-card:nth-child(4n + 2) .product-media {
  background: #303b23;
}

.shop-section .product-card:nth-child(4n + 3) .product-media {
  background: #24304f;
}

.shop-section .product-card:nth-child(4n + 4) .product-media {
  background: #472d29;
}

.shop-section .product-name,
.shop-section .product-price {
  color: var(--white);
}

.shop-section .product-meta {
  color: rgba(255, 255, 255, 0.5);
}

.shop-section .wishlist-button {
  color: var(--white);
  background: rgba(16, 17, 18, 0.62);
}

.shop-section .wishlist-button:hover,
.shop-section .wishlist-button.is-liked {
  color: var(--ink);
  background: var(--lime);
}

.no-results {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border: 1px dashed var(--line-light);
  border-radius: var(--radius-lg);
  text-align: center;
}

.no-results p {
  margin-bottom: 20px;
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 24px;
}

.no-results .text-link {
  color: var(--white);
}

.journal-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(45px, 8vw, 130px);
  padding-top: 142px;
  padding-bottom: 145px;
}

.journal-title-block {
  align-self: center;
}

.journal-title-block .section-index {
  margin-bottom: 19px;
}

.journal-title-block h2 {
  margin-bottom: 31px;
}

.journal-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: end;
  gap: 13px;
}

.journal-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.journal-card::after {
  position: absolute;
  inset: 44% 0 0;
  background: rgba(16, 17, 18, 0.57);
  content: "";
}

.journal-card-main {
  height: 485px;
  border-radius: 28px 120px 28px 28px;
}

.journal-card-small {
  height: 337px;
  border-radius: 28px 28px 28px 110px;
}

.journal-card img {
  transition: transform 600ms cubic-bezier(0.16, 0.9, 0.3, 1);
}

.journal-card:hover img {
  transform: scale(1.055);
}

.journal-card-type,
.journal-card strong,
.journal-card > svg {
  position: absolute;
  z-index: 1;
}

.journal-card-type {
  right: 17px;
  bottom: 82px;
  left: 17px;
  color: var(--lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.journal-card strong {
  right: 17px;
  bottom: 17px;
  left: 17px;
  max-width: 260px;
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.05;
}

.journal-card-small strong {
  font-size: 16px;
}

.journal-card > svg {
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
}

.newsletter-section {
  overflow: hidden;
  color: var(--ink);
  background: var(--orange);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr minmax(290px, 0.67fr);
  align-items: center;
  gap: clamp(45px, 9vw, 150px);
  min-height: 440px;
  padding-top: 74px;
  padding-bottom: 74px;
}

.newsletter-section .section-index {
  color: rgba(16, 17, 18, 0.68);
}

.newsletter-section h2 em {
  color: var(--white);
}

.newsletter-form-wrap > p {
  max-width: 390px;
  margin-bottom: 27px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.75;
}

.newsletter-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 800;
}

.input-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 16px;
  border: 1px solid rgba(16, 17, 18, 0.48);
  border-radius: 999px;
}

.input-row input {
  min-width: 0;
  height: 42px;
  flex: 1;
  padding: 0;
  border: 0;
  color: var(--ink);
  outline: 0;
  background: transparent;
  font-size: 13px;
}

.input-row input::placeholder {
  color: rgba(16, 17, 18, 0.52);
}

.input-row button {
  display: grid;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  place-items: center;
  border: 0;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.input-row button:hover {
  color: var(--ink);
  background: var(--lime);
  transform: rotate(12deg);
}

.input-row button svg {
  width: 17px;
  height: 17px;
}

.form-note {
  min-height: 20px;
  margin: 10px 0 0;
  color: rgba(16, 17, 18, 0.66);
  font-size: 10px;
  font-weight: 600;
}

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

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  min-height: 146px;
  border-bottom: 1px solid var(--line-light);
}

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

.footer-top > p {
  justify-self: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.53);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 20px;
}

.footer-top-link {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 7px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
}

.footer-top-link svg {
  width: 14px;
  height: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.4fr;
  gap: 25px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line-light);
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 7px;
}

.footer-links strong {
  margin-bottom: 8px;
  font-size: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--lime);
}

.footer-signoff {
  display: flex !important;
  align-items: end;
  justify-content: flex-end;
  gap: 11px;
  color: var(--lime);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 27px;
  line-height: 0.95;
}

.footer-signoff svg {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 24px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 600;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

.footer-bottom a:hover {
  color: var(--lime);
}

.search-panel {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  padding: 128px 0 46px;
  color: var(--white);
  background: var(--ink);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity 180ms ease, transform 220ms ease;
}

.search-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.search-panel-inner {
  max-width: 930px;
}

.search-panel .section-index {
  color: var(--lime);
}

.search-panel label {
  display: block;
  margin-bottom: 17px;
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1;
}

.search-input-row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 8px 0 17px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
}

.search-input-row > svg {
  width: 20px;
  height: 20px;
  color: var(--lime);
}

.search-input-row input {
  min-width: 0;
  height: 67px;
  flex: 1;
  padding: 0;
  border: 0;
  color: var(--white);
  outline: 0;
  background: transparent;
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: clamp(20px, 3vw, 37px);
}

.search-input-row input::placeholder {
  color: rgba(255, 255, 255, 0.27);
}

.search-close {
  color: var(--white);
}

.search-close:hover {
  color: var(--ink);
  background: var(--lime);
}

.search-status {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 600;
}

.mobile-nav {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 22px 24px;
  color: var(--white);
  background: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.16, 0.9, 0.3, 1);
}

.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

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

.mobile-nav .brand img {
  width: 145px;
}

.mobile-nav .icon-button {
  color: var(--white);
}

.mobile-nav nav {
  display: grid;
  gap: 7px;
  margin: auto 0;
}

.mobile-nav nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-light);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: clamp(37px, 11vw, 58px);
  line-height: 0.95;
}

.mobile-nav nav a:hover {
  color: var(--lime);
}

.mobile-nav nav svg {
  width: 21px;
  height: 21px;
  color: var(--orange);
}

.mobile-nav-footer {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.drawer-backdrop {
  position: fixed;
  z-index: 24;
  inset: 0;
  background: rgba(16, 17, 18, 0.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.drawer-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  z-index: 25;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(475px, 100vw);
  height: 100dvh;
  padding: 31px;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius-xl) 0 0 var(--radius-xl);
  box-shadow: -24px 0 70px rgba(16, 17, 18, 0.2);
  transform: translateX(100%);
  transition: transform 280ms cubic-bezier(0.16, 0.9, 0.3, 1);
}

.cart-drawer.is-open {
  transform: translateX(0);
}

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

.drawer-header .eyebrow {
  margin-bottom: 8px;
}

.drawer-header h2 {
  font-size: 37px;
  letter-spacing: -0.05em;
}

.drawer-count {
  color: var(--muted);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.drawer-close:hover {
  color: var(--white);
  background: var(--ink);
}

.cart-items {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  padding: 23px 0;
}

.empty-cart {
  display: flex;
  height: 100%;
  min-height: 230px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  text-align: center;
}

.empty-cart > svg {
  width: 31px;
  height: 31px;
  margin-bottom: 17px;
  color: var(--orange);
  stroke-width: 1.5;
}

.empty-cart p {
  margin-bottom: 20px;
  color: var(--ink);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.05;
}

.cart-line {
  display: grid;
  grid-template-columns: 79px 1fr auto;
  gap: 13px;
  align-items: start;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.cart-line-image {
  aspect-ratio: 0.86;
  overflow: hidden;
  background: var(--paper);
  border-radius: var(--radius-sm);
}

.cart-line-copy h3 {
  margin: 2px 0 5px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

.cart-line-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 13px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.quantity-control button {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 0;
  color: var(--ink);
  background: transparent;
  border-radius: 50%;
}

.quantity-control button:hover {
  background: var(--lime);
}

.quantity-control button svg {
  width: 11px;
  height: 11px;
}

.quantity-control span {
  min-width: 10px;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.cart-line-price,
.subtotal-row strong {
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.drawer-footer {
  padding-top: 19px;
  border-top: 1px solid var(--line);
}

.subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
}

.drawer-footer > p {
  margin: 6px 0 18px;
  color: var(--muted);
  font-size: 10px;
}

.checkout-button {
  width: 100%;
}

.toast {
  position: fixed;
  z-index: 50;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 16px;
  color: var(--ink);
  background: var(--lime);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(13px);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.toast svg {
  width: 16px;
  height: 16px;
}

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

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes stage-in {
  from { opacity: 0; transform: translateY(28px) rotate(2deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}

@keyframes card-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1060px) {
  :root { --page: min(100% - 48px, 1020px); }

  .header-shell { grid-template-columns: 170px 1fr 170px; }
  .desktop-nav { gap: 0; }
  .desktop-nav a { padding-inline: 10px; }
  .hero-shell { grid-template-columns: minmax(320px, 0.78fr) minmax(410px, 1.22fr); gap: 34px; }
  .hero-image-phone { left: 2%; width: 62%; }
  .hero-image-headphones { width: 39%; }
  .category-card { min-height: 194px; padding: 15px; }
  .category-card strong { font-size: 21px; }
  .home-story { grid-template-columns: 1fr 0.9fr; }
  .story-copy { padding-inline: 36px; }
}

@media (max-width: 780px) {
  :root { --page: calc(100vw - 40px); }

  .announcement-inner { justify-content: space-between; gap: 12px; }
  .announcement-inner p:nth-of-type(2) { display: none; }
  .header-shell { grid-template-columns: 1fr auto; min-height: 52px; }
  .brand img { width: 138px; height: 42px; }
  .desktop-nav,
  .account-button { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .hero-shell { grid-template-columns: 1fr; min-height: 0; gap: 34px; padding-top: 64px; padding-bottom: 95px; }
  .hero-copy { max-width: 630px; }
  .hero-stage { width: min(100%, 580px); min-height: 422px; margin-inline: auto; }
  .hero-image-phone { left: 8%; width: 57%; height: 392px; }
  .hero-image-headphones { width: 38%; height: 240px; }
  .hero-grid-lines { right: -210px; }
  .category-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-card { min-height: 180px; }
  .category-card:nth-child(1) { grid-column: span 2; }
  .category-section { padding-top: 88px; padding-bottom: 94px; }
  .new-section { padding: 88px 0 98px; }
  .section-heading-split,
  .shop-title-row { grid-template-columns: 1fr; gap: 24px; }
  .home-story { grid-template-columns: 1fr; }
  .story-image { min-height: 360px; }
  .story-copy { min-height: 410px; }
  .shop-section { margin-top: 84px; padding: 88px 0 94px; }
  .journal-section { grid-template-columns: 1fr; gap: 42px; padding-top: 93px; padding-bottom: 96px; }
  .journal-title-block { max-width: 560px; }
  .newsletter-inner { grid-template-columns: 1fr; min-height: 0; gap: 40px; padding-top: 74px; padding-bottom: 76px; }
}

@media (max-width: 560px) {
  :root { --page: calc(100vw - 32px); --radius-xl: 30px; --radius-lg: 24px; }

  .announcement-inner { min-height: 36px; font-size: 8px; }
  .announcement-link { font-size: 8px; }
  .site-header { padding: 8px 0; }
  .brand img { width: 125px; height: 39px; }
  .header-actions { gap: 1px; }
  .header-search { display: none; }
  .icon-button { width: 35px; height: 35px; }
  .cart-button { min-height: 35px; padding: 0 5px 0 8px; }
  .cart-button span { display: none; }
  .cart-button svg { width: 16px; height: 16px; }
  .cart-count { width: 19px; height: 19px; }
  .hero-shell { gap: 24px; padding-top: 53px; padding-bottom: 84px; }
  .hero-eyebrow { margin-bottom: 19px; font-size: 9px; }
  .hero h1 { font-size: clamp(61px, 18vw, 86px); }
  .hero-intro { max-width: 326px; margin: 22px 0 27px; font-size: 12px; }
  .hero-actions { gap: 9px; }
  .button { min-height: 47px; padding: 0 15px; font-size: 10px; }
  .round-link { width: 47px; height: 47px; }
  .round-link-label { font-size: 8px; }
  .hero-stage { min-height: 324px; }
  .hero-stage-label { top: 7px; right: 0; font-size: 13px; }
  .hero-image-phone { left: 0; width: 64%; height: 298px; border-width: 6px; border-radius: 110px 110px 22px 110px; }
  .hero-image-phone figcaption { right: 14px; bottom: 13px; left: 14px; font-size: 9px; }
  .hero-image-headphones { right: 0; width: 39%; height: 184px; border-width: 6px; border-radius: 90px 18px 90px 18px; }
  .hero-ticket-top { top: 33px; left: 3%; width: 94px; height: 88px; padding: 11px; }
  .hero-ticket-top span { font-size: 6px; }
  .hero-ticket-top strong { font-size: 16px; }
  .hero-ticket-bottom { right: 27%; bottom: 0; padding: 8px 10px; }
  .hero-ticket-bottom svg { width: 15px; height: 15px; }
  .hero-ticket-bottom span { font-size: 8px; }
  .hero-ticker { gap: 17px; min-height: 43px; padding: 0 16px; font-size: 11px; }
  .hero-ticker span:nth-of-type(n + 4),
  .hero-ticker svg:nth-of-type(n + 4) { display: none; }
  .section-topline { align-items: flex-start; gap: 12px; }
  .section-topline p { font-size: 9px; }
  .category-heading { align-items: flex-start; flex-direction: column; gap: 21px; padding: 25px 0 30px; }
  .category-heading h2,
  .section-heading h2,
  .shop-title-row h2,
  .journal-title-block h2,
  .newsletter-section h2 { font-size: 48px; }
  .category-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .category-card { min-height: 148px; padding: 14px; border-radius: 18px; }
  .category-card:nth-child(1) { grid-column: auto; }
  .category-card > svg { width: 27px; height: 27px; margin-bottom: 12px; }
  .category-card strong { font-size: 20px; }
  .category-card small { font-size: 8px; }
  .category-number { font-size: 8px; }
  .category-corner { width: 26px; height: 26px; top: 10px; right: 10px; }
  .category-corner svg { width: 12px; height: 12px; }
  .section-heading-split { gap: 22px; margin-bottom: 34px; }
  .heading-note p { margin-bottom: 17px; font-size: 11px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 29px 10px; }
  .product-media { border-radius: 17px 17px 5px 17px; }
  .product-card:nth-child(4n + 2) .product-media { border-radius: 56px 17px 17px 17px; }
  .product-card:nth-child(4n + 3) .product-media { border-radius: 17px 56px 17px 17px; }
  .product-card:nth-child(4n + 4) .product-media { border-radius: 17px 17px 56px 17px; }
  .product-badge { top: 8px; right: 8px; padding: 4px 6px; font-size: 7px; }
  .wishlist-button { top: 8px; left: 8px; width: 28px; height: 28px; }
  .wishlist-button svg { width: 13px; height: 13px; }
  .quick-add { right: 7px; bottom: 7px; left: 7px; min-height: 33px; padding: 0 9px; font-size: 8px; }
  .quick-add svg { width: 12px; height: 12px; }
  .product-info { display: block; padding: 9px 1px 0; }
  .product-name { font-size: 10px; }
  .product-meta { font-size: 8px; }
  .product-price { display: block; margin-top: 5px; font-size: 13px; }
  .home-story { min-height: 0; border-radius: var(--radius-lg); }
  .story-image { min-height: 260px; }
  .story-price { bottom: 17px; left: 18px; font-size: 8px; }
  .story-price strong { font-size: 48px; }
  .story-copy { min-height: 0; padding: 38px 24px 42px; }
  .story-copy h2 { font-size: 48px; }
  .story-copy > p:not(.eyebrow) { margin: 20px 0 24px; font-size: 11px; }
  .story-mini-stat { margin-top: 34px; }
  .story-mini-stat strong { font-size: 26px; }
  .shop-toolbar { align-items: stretch; flex-direction: column; padding: 32px 0 28px; }
  .filter-tabs { width: 100%; gap: 3px; overflow-x: auto; scrollbar-width: none; }
  .filter-tabs::-webkit-scrollbar { display: none; }
  .filter-tab { flex: 0 0 auto; padding: 7px 11px; font-size: 9px; }
  .sort-select { align-self: flex-end; }
  .shop-intro { font-size: 11px; }
  .shop-section .product-media { border-radius: 17px; }
  .journal-section { gap: 35px; }
  .journal-grid { gap: 8px; }
  .journal-card-main { height: 320px; border-radius: 20px 72px 20px 20px; }
  .journal-card-small { height: 235px; border-radius: 20px 20px 20px 70px; }
  .journal-card-type { right: 10px; bottom: 56px; left: 10px; font-size: 7px; }
  .journal-card strong { right: 10px; bottom: 10px; left: 10px; font-size: 13px; }
  .journal-card-small strong { font-size: 11px; }
  .journal-card > svg { top: 10px; right: 10px; width: 14px; height: 14px; }
  .newsletter-inner { gap: 31px; padding-top: 58px; padding-bottom: 61px; }
  .newsletter-form-wrap > p { margin-bottom: 21px; font-size: 11px; }
  .footer-top { grid-template-columns: 1fr; gap: 17px; align-items: start; padding: 31px 0; }
  .footer-top > p,
  .footer-top-link { justify-self: start; }
  .footer-top > p { font-size: 17px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer-signoff { grid-column: 1 / -1; justify-content: flex-start; font-size: 23px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .search-panel { padding-top: 100px; }
  .search-panel-inner { width: var(--page); }
  .search-panel label { font-size: 29px; }
  .search-input-row { padding-left: 12px; }
  .search-input-row input { height: 57px; font-size: 18px; }
  .cart-drawer { width: 100vw; padding: 25px 20px; border-radius: 0; }
  .drawer-header h2 { font-size: 32px; }
  .toast { right: 15px; bottom: 15px; left: 15px; justify-content: center; }
}

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

/* 4.0 AJAX search */
.search-panel {
  max-height: min(94vh, 860px);
  overflow-y: auto;
}

.flextrend-search-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 18px;
}

.flextrend-search-result {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 9px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.flextrend-search-result:hover,
.flextrend-search-result.is-active {
  color: #fff;
  border-color: var(--orange);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.flextrend-search-result-image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  background: #e8ebe8;
  border-radius: 11px;
}

.flextrend-search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flextrend-search-result-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.flextrend-search-result-copy small {
  overflow: hidden;
  color: var(--lime);
  font-size: 7px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flextrend-search-result-copy strong {
  overflow: hidden;
  margin: 3px 0;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flextrend-search-result-copy > span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.flextrend-search-result > svg {
  width: 15px;
  height: 15px;
  color: var(--orange);
}

.flextrend-search-empty {
  grid-column: 1 / -1;
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 10px;
  padding: 15px;
  color: rgba(255, 255, 255, 0.48);
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  font-size: 10px;
}

.flextrend-search-empty svg {
  width: 16px;
  height: 16px;
  color: var(--lime);
}

@media (max-width: 620px) {
  .flextrend-search-results {
    grid-template-columns: 1fr;
  }
  .flextrend-search-result:nth-child(n + 6) {
    display: none;
  }
}

/* Flex Frame hero */
.hero.hero-flex-frame {
  color: var(--ink);
  background: var(--orange);
}

.hero-flex-frame .hero-grid-lines,
.hero-flex-frame .hero-grid-lines::before,
.hero-flex-frame .hero-grid-lines::after {
  z-index: 0;
  border-color: rgba(16, 17, 18, 0.19);
}

.hero-flex-frame .hero-grid-lines {
  top: -170px;
  right: -120px;
  width: 590px;
  height: 710px;
  border-radius: 260px 70px 260px 70px;
  transform: rotate(-12deg);
}

.hero-flex-frame .hero-shell {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(350px, 0.76fr) minmax(500px, 1.24fr);
  min-height: 705px;
  gap: clamp(36px, 6vw, 100px);
  padding-top: 70px;
  padding-bottom: 105px;
}

.hero-flex-frame .hero-copy {
  z-index: 3;
}

.hero-flex-frame .hero-eyebrow {
  color: rgba(16, 17, 18, 0.68);
}

.hero-flex-frame .hero-eyebrow span {
  color: var(--white);
  background: var(--ink);
}

.hero-flex-frame h1 {
  max-width: 610px;
  color: var(--ink);
  font-size: clamp(73px, 8.6vw, 133px);
}

.hero-flex-frame h1 em {
  color: var(--white);
}

.hero-flex-frame .hero-intro {
  max-width: 390px;
  color: rgba(16, 17, 18, 0.72);
}

.hero-flex-frame .round-link {
  border-color: rgba(16, 17, 18, 0.36);
  color: var(--ink);
}

.hero-flex-frame .round-link:hover {
  color: var(--white);
  background: var(--ink);
}

.hero-flex-frame .round-link-label {
  color: rgba(16, 17, 18, 0.67);
}

.hero-flex-frame .hero-stage {
  min-height: 500px;
  isolation: isolate;
}

.hero-stage-word {
  position: absolute;
  z-index: -1;
  top: 46%;
  left: 50%;
  color: rgba(16, 17, 18, 0.14);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: clamp(145px, 18vw, 270px);
  font-weight: 800;
  letter-spacing: -0.12em;
  line-height: 0.7;
  white-space: nowrap;
  transform: translate(-52%, -50%) rotate(-6deg);
  pointer-events: none;
}

.hero-window {
  position: absolute;
  z-index: 1;
  top: 32px;
  right: 5%;
  bottom: 18px;
  left: 10%;
  overflow: hidden;
  background: var(--ink);
  border: 7px solid var(--white);
  border-radius: 42px 150px 42px 150px;
  box-shadow: var(--shadow);
  animation: flex-window-in 820ms 160ms both cubic-bezier(0.16, 0.9, 0.3, 1);
}

.hero-window::before {
  position: absolute;
  z-index: 0;
  top: -62%;
  right: -38%;
  width: 73%;
  aspect-ratio: 1;
  border: 36px solid var(--blue);
  border-radius: 44px 170px 44px 170px;
  content: "";
  rotate: 24deg;
}

.hero-window::after {
  position: absolute;
  z-index: 0;
  bottom: -43%;
  left: -16%;
  width: 58%;
  aspect-ratio: 1;
  border: 26px solid var(--lime);
  border-radius: 150px 42px 150px 42px;
  content: "";
  rotate: -18deg;
}

.hero-flex-frame .hero-image {
  z-index: 1;
  box-shadow: 0 17px 30px rgba(0, 0, 0, 0.32);
}

.hero-flex-frame .hero-image-phone {
  top: 9%;
  left: 6%;
  width: 47%;
  height: 79%;
  border: 6px solid var(--orange);
  border-radius: 105px 24px 105px 24px;
  animation: flex-float-a 5.5s 700ms ease-in-out infinite;
}

.hero-flex-frame .hero-image-phone::after {
  height: 30%;
  background: rgba(16, 17, 18, 0.54);
}

.hero-flex-frame .hero-image-phone figcaption {
  right: 16px;
  bottom: 13px;
  left: 16px;
  font-size: 10px;
}

.hero-flex-frame .hero-image-phone figcaption svg {
  width: 15px;
  height: 15px;
  color: var(--lime);
}

.hero-flex-frame .hero-image-home {
  top: 13%;
  right: 5%;
  width: 37%;
  height: 42%;
  border: 6px solid var(--white);
  border-radius: 26px 82px 26px 82px;
  animation: flex-float-b 5.5s 1000ms ease-in-out infinite;
}

.hero-flex-frame .hero-image-style {
  right: 15%;
  bottom: 7%;
  width: 43%;
  height: 37%;
  border: 6px solid var(--lime);
  border-radius: 86px 26px 86px 26px;
  animation: flex-float-c 5.5s 850ms ease-in-out infinite;
}

.hero-flex-frame .hero-stage-label {
  z-index: 4;
  top: -4px;
  right: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.08;
  text-align: right;
}

.hero-flex-frame .hero-stage-label strong {
  color: var(--white);
}

.hero-catalog-chip {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 3px 17px;
  min-width: 158px;
  padding: 13px 16px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 17px 17px 0 17px;
  box-shadow: var(--shadow);
  rotate: -4deg;
}

.hero-catalog-chip span {
  grid-column: 1 / -1;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-catalog-chip strong {
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.hero-catalog-chip svg {
  align-self: end;
  width: 19px;
  height: 19px;
}

.hero-caption {
  position: absolute;
  z-index: 4;
  right: 1%;
  bottom: -1px;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

.hero-caption svg {
  width: 22px;
  height: 22px;
  color: var(--white);
}

.hero-flex-frame .hero-ticker {
  color: var(--lime);
  background: var(--ink);
}

.hero-flex-frame .hero-ticker svg {
  color: var(--orange);
}

@keyframes flex-window-in {
  from { opacity: 0; transform: translateX(36px) rotate(3deg) scale(0.96); }
  to { opacity: 1; transform: translateX(0) rotate(0) scale(1); }
}

@keyframes flex-float-a {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(-6px, -12px, 0) rotate(1deg); }
}

@keyframes flex-float-b {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(2deg); }
  50% { transform: translate3d(8px, -10px, 0) rotate(-1deg); }
}

@keyframes flex-float-c {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  50% { transform: translate3d(-8px, 8px, 0) rotate(1deg); }
}

@media (max-width: 1060px) {
  .hero-flex-frame .hero-shell {
    grid-template-columns: minmax(310px, 0.76fr) minmax(430px, 1.24fr);
    gap: 26px;
  }

  .hero-flex-frame .hero-stage { min-height: 470px; }
}

@media (max-width: 780px) {
  .hero-flex-frame .hero-shell {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 95px;
  }

  .hero-flex-frame .hero-stage {
    width: min(100%, 590px);
    min-height: 445px;
    margin-inline: auto;
  }

  .hero-flex-frame .hero-window {
    top: 30px;
    right: 6%;
    bottom: 22px;
    left: 8%;
  }
}

@media (max-width: 560px) {
  .hero-flex-frame .hero-shell {
    gap: 22px;
    padding-top: 53px;
    padding-bottom: 84px;
  }

  .hero-flex-frame h1 { font-size: clamp(62px, 18vw, 88px); }
  .hero-flex-frame .hero-intro { max-width: 326px; margin: 22px 0 27px; font-size: 12px; }
  .hero-flex-frame .hero-stage { min-height: 350px; }
  .hero-stage-word { top: 48%; font-size: 128px; }

  .hero-flex-frame .hero-window {
    top: 22px;
    right: 1%;
    bottom: 18px;
    left: 6%;
    border-width: 4px;
    border-radius: 28px 94px 28px 94px;
  }

  .hero-window::before { border-width: 20px; }
  .hero-window::after { border-width: 15px; }
  .hero-flex-frame .hero-image-phone { top: 10%; left: 6%; width: 50%; height: 78%; border-width: 4px; border-radius: 70px 16px 70px 16px; }
  .hero-flex-frame .hero-image-phone figcaption { right: 9px; bottom: 8px; left: 9px; font-size: 7px; }
  .hero-flex-frame .hero-image-home { top: 12%; right: 5%; width: 37%; height: 39%; border-width: 4px; border-radius: 18px 52px 18px 52px; }
  .hero-flex-frame .hero-image-style { right: 15%; bottom: 8%; width: 43%; height: 36%; border-width: 4px; border-radius: 56px 17px 56px 17px; }
  .hero-flex-frame .hero-stage-label { top: -2px; right: 1%; font-size: 11px; }
  .hero-catalog-chip { min-width: 106px; gap: 2px 10px; padding: 8px 10px; border-radius: 11px 11px 0 11px; }
  .hero-catalog-chip span { font-size: 6px; }
  .hero-catalog-chip strong { font-size: 15px; }
  .hero-catalog-chip svg { width: 13px; height: 13px; }
  .hero-caption { right: 1%; bottom: 0; gap: 5px; font-size: 7px; }
  .hero-caption svg { width: 16px; height: 16px; }
}

/* Keep the page-level hero rules above from being reset by legacy hero styles. */
.hero.hero-constellation h1 {
  max-width: 650px;
  color: var(--white);
  font-size: 108px;
  letter-spacing: 0;
  line-height: 0.87;
}

.hero.hero-constellation h1 em {
  color: var(--orange);
  font-style: normal;
}

.constellation-title-break { display: none; }

@media (max-width: 1060px) {
  .hero.hero-constellation h1 { font-size: 70px; }
}

@media (max-width: 560px) {
  .hero.hero-constellation h1 { font-size: 62px; }
  .constellation-title-break { display: block; }

  .site-header .header-shell {
    position: relative;
    display: block;
  }

  .site-header .header-actions {
    position: absolute;
    top: 2px;
    right: 0;
  }
  .site-header .cart-button { min-width: 35px; }
}

/* 4.1 seamless navigation + commerce overlays */
body.flextrend-is-loading,
body.search-open,
body.drawer-open {
  overflow: hidden;
}

.flextrend-page-loader {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(244, 246, 244, 0.82);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.flextrend-page-loader.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.flextrend-page-loader-card {
  position: relative;
  display: grid;
  width: min(310px, 84vw);
  min-height: 184px;
  place-items: center;
  align-content: center;
  gap: 19px;
  overflow: hidden;
  padding: 34px 28px 25px;
  color: #fff;
  background: #111312;
  border-radius: 32px;
  box-shadow: 0 30px 90px rgba(17, 19, 18, 0.23);
  transform: translateY(10px) scale(0.98);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.flextrend-page-loader.is-visible .flextrend-page-loader-card {
  transform: translateY(0) scale(1);
}

.flextrend-page-loader-card::before {
  position: absolute;
  top: -85px;
  right: -60px;
  width: 190px;
  height: 190px;
  background: var(--orange);
  border-radius: 50%;
  content: "";
}

.flextrend-loader-logo {
  position: relative;
  z-index: 1;
  display: grid;
  width: 128px;
  min-height: 42px;
  place-items: center;
  padding: 8px 12px;
  background: #fff;
  border-radius: 12px;
}

.flextrend-loader-logo img {
  display: block;
  width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.flextrend-loader-logo strong {
  color: var(--orange);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 20px;
}

.flextrend-loader-orbit {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 20px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  animation: flextrend-orbit 1s linear infinite;
}

.flextrend-loader-orbit i,
.flextrend-loader-orbit b {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 50%;
}

.flextrend-loader-orbit i { top: -4px; left: 13px; }
.flextrend-loader-orbit b { right: -3px; bottom: 2px; background: var(--orange); }

.flextrend-loader-label {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@keyframes flextrend-orbit {
  to { transform: rotate(360deg); }
}

.search-panel {
  z-index: 100;
  inset: 0;
  width: 100%;
  height: 100dvh;
  max-height: none;
  padding: clamp(90px, 12vh, 150px) 0 48px;
  overflow: auto;
  border-radius: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 220ms ease, transform 380ms cubic-bezier(0.16, 0.9, 0.3, 1), visibility 380ms;
}

.search-panel.is-open {
  visibility: visible;
  transform: translateY(0);
}

.search-panel::before {
  position: absolute;
  top: -28vw;
  right: -18vw;
  width: 52vw;
  height: 52vw;
  border: clamp(48px, 7vw, 110px) solid rgba(255, 81, 40, 0.13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.search-panel-inner {
  position: relative;
  width: min(1120px, calc(100% - 48px));
  max-width: 1120px;
  margin-inline: auto;
}

.search-panel label {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(38px, 5vw, 70px);
  letter-spacing: -0.045em;
}

.search-input-row {
  min-height: 82px;
  padding-inline: 22px 12px;
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 22px;
}

.search-input-row:focus-within {
  border-color: var(--lime);
  box-shadow: 0 0 0 4px rgba(210, 255, 64, 0.08);
}

.flextrend-search-results {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.flextrend-search-result {
  grid-template-columns: 82px minmax(0, 1fr) 28px;
  min-width: 0;
  min-height: 104px;
  gap: 16px;
  padding: 10px 14px 10px 10px;
  background: rgba(255, 255, 255, 0.035);
  border-radius: 19px;
}

.flextrend-search-result-image {
  width: 82px;
  height: 82px;
  border-radius: 14px;
}

.flextrend-search-result-copy small { font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; }
.flextrend-search-result-copy strong { margin: 5px 0; font-size: 14px; }
.flextrend-search-result-copy > span { font-size: 12px; }

.flextrend-search-loading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 8px 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.flextrend-search-loading i {
  grid-row: 1 / 3;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.flextrend-search-loading span {
  display: block;
  width: min(310px, 78%);
  height: 9px;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.2), rgba(255,255,255,.08));
  background-size: 200% 100%;
  border-radius: 999px;
  animation: flextrend-shimmer 1.1s linear infinite;
}

.flextrend-search-loading span:last-child { width: min(190px, 56%); }

@keyframes flextrend-shimmer {
  to { background-position: -200% 0; }
}

.drawer-backdrop { z-index: 109; backdrop-filter: blur(5px); }

.cart-drawer {
  z-index: 110;
  width: min(540px, 100vw);
  padding: 0;
  background: #f4f6f4;
  border-radius: 34px 0 0 34px;
}

.drawer-header {
  position: relative;
  padding: 32px 34px 25px;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 34px 0 0;
}

.drawer-header::after {
  position: absolute;
  right: 86px;
  bottom: -6px;
  width: 72px;
  height: 12px;
  background: var(--lime);
  border-radius: 999px;
  content: "";
}

.drawer-header .eyebrow { color: var(--orange); }
.drawer-header h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
}
.drawer-header .drawer-count {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.drawer-header .drawer-close { color: #fff; background: rgba(255,255,255,.08); }
.drawer-header .drawer-close:hover { color: var(--ink); background: var(--lime); }

.cart-items {
  display: flex;
  flex-direction: column;
  padding: 23px 28px 28px;
  scrollbar-width: thin;
}

.flextrend-mini-cart-head,
.flextrend-mini-cart-summary > div:first-child,
.flextrend-mini-cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.flextrend-mini-cart-head {
  padding: 0 3px 14px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.flextrend-mini-cart-head strong { color: var(--ink); }

.flextrend-mini-cart {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flextrend-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 30px;
  gap: 14px;
  align-items: center;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(17, 19, 18, .08);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(17, 19, 18, .045);
}

.flextrend-mini-cart-image {
  display: block;
  width: 94px;
  height: 104px;
  overflow: hidden;
  background: #edf0ed;
  border-radius: 14px;
}

.flextrend-mini-cart-image img { width: 100%; height: 100%; object-fit: cover; }

.flextrend-mini-cart-copy { min-width: 0; }
.flextrend-mini-cart-copy > span { display: block; margin-bottom: 5px; color: var(--orange); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.flextrend-mini-cart-copy > span a { color: inherit; }
.flextrend-mini-cart-copy > a { color: var(--ink); }
.flextrend-mini-cart-copy > a strong { display: block; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.flextrend-mini-cart-copy dl { margin: 5px 0; color: var(--muted); font-size: 9px; }
.flextrend-mini-cart-copy dl p { margin: 0; }
.flextrend-mini-cart-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 12px; }
.flextrend-mini-cart-copy small { color: var(--muted); font-size: 10px; }
.flextrend-mini-cart-copy b { font-family: "Bricolage Grotesque", Arial, sans-serif; font-size: 13px; }

.flextrend-mini-cart-remove {
  display: grid !important;
  width: 29px !important;
  height: 29px !important;
  place-items: center;
  color: var(--ink) !important;
  background: #eef0ee !important;
  border-radius: 50% !important;
  border: 0 !important;
  font-size: 0 !important;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.flextrend-mini-cart-remove:hover,
.flextrend-mini-cart-remove:focus-visible {
  color: #fff !important;
  background: var(--orange) !important;
  outline: none;
  transform: rotate(-5deg) scale(1.06);
}
.flextrend-mini-cart-remove svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  pointer-events: none;
}

.flextrend-mini-cart-summary {
  margin-top: auto;
  padding-top: 22px;
}

.flextrend-mini-cart-summary > div:first-child { padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.flextrend-mini-cart-summary > div:first-child strong { font-family: "Bricolage Grotesque", Arial, sans-serif; font-size: 23px; }
.flextrend-mini-cart-summary > p { display: flex; gap: 8px; align-items: center; margin: 8px 0 18px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.flextrend-mini-cart-summary > p svg,
.flextrend-mini-cart-actions svg {
  display: block;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.flextrend-mini-cart-summary > p svg { color: var(--orange); }
.flextrend-mini-cart-actions { align-items: stretch; }
.flextrend-mini-cart-actions .button {
  display: inline-flex !important;
  min-width: 0;
  min-height: 53px;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px !important;
  border-radius: 15px;
  box-shadow: none !important;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.flextrend-mini-cart-actions .button-light {
  color: var(--ink) !important;
  background: #fff !important;
  border: 1px solid rgba(17,19,18,.14) !important;
}
.flextrend-mini-cart-actions .button-ink {
  color: var(--ink) !important;
  background: var(--lime) !important;
  border: 1px solid var(--lime) !important;
}
.flextrend-mini-cart-actions .button:hover,
.flextrend-mini-cart-actions .button:focus-visible {
  color: #fff !important;
  background: var(--orange) !important;
  border-color: var(--orange) !important;
  outline: none;
  transform: translateY(-2px);
}

.empty-cart-mark {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin-bottom: 22px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 24px;
  transform: rotate(-5deg);
}

.empty-cart-mark svg { width: 30px; height: 30px; }
.empty-cart .button { min-height: 48px; padding-inline: 22px; border-radius: 14px; }

@media (max-width: 782px) {
  body.admin-bar .search-panel { top: 46px; height: calc(100dvh - 46px); }
}

@media (min-width: 783px) {
  body.admin-bar .search-panel { top: 32px; height: calc(100dvh - 32px); }
}

@media (max-width: 620px) {
  .search-panel { padding: 82px 0 30px; }
  .search-panel-inner { width: min(100% - 28px, 1120px); }
  .search-panel label { font-size: clamp(34px, 11vw, 50px); }
  .search-input-row { min-height: 64px; padding-inline: 15px 6px; border-radius: 17px; }
  .search-input-row input { height: 60px; font-size: 23px; }
  .flextrend-search-results { grid-template-columns: 1fr; }
  .flextrend-search-result { grid-template-columns: 68px minmax(0, 1fr) 20px; min-height: 88px; }
  .flextrend-search-result-image { width: 68px; height: 68px; }
  .cart-drawer { width: 100vw; border-radius: 0; }
  .drawer-header { padding: 24px 20px 20px; border-radius: 0; }
  .cart-items { padding: 18px 15px 20px; }
  .flextrend-mini-cart-item { grid-template-columns: 76px minmax(0,1fr) 27px; gap: 11px; border-radius: 17px; }
  .flextrend-mini-cart-image { width: 76px; height: 88px; }
  .flextrend-mini-cart-copy > a strong { font-size: 12px; }
  .flextrend-mini-cart-actions .button { padding-inline: 12px !important; }
}

@media (max-width: 360px) {
  .flextrend-mini-cart-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .flextrend-loader-orbit,
  .flextrend-search-loading span { animation: none; }
}

/* 4.2 mobile command dock */
.flextrend-mobile-dock {
  display: none;
}

@media (max-width: 780px) {
  body.flextrend-site {
    padding-bottom: calc(98px + env(safe-area-inset-bottom));
  }

  .site-header .header-shell {
    min-height: 58px;
  }

  .site-header .header-actions {
    display: none;
  }

  .site-header .brand img {
    width: 145px;
    height: auto;
  }

  .mobile-nav {
    display: none !important;
  }

  .flextrend-mobile-dock {
    position: fixed;
    z-index: 89;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    min-height: 76px;
    padding: 8px 7px 7px;
    color: #fff;
    background: rgba(17, 19, 18, .96);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(17,19,18,.3);
    backdrop-filter: blur(18px);
    transition: opacity 180ms ease, transform 240ms cubic-bezier(.2,.8,.2,1);
  }

  .flextrend-mobile-dock::before {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 42px;
    height: 4px;
    background: rgba(255,255,255,.13);
    border-radius: 999px;
    content: "";
    transform: translateX(-50%);
  }

  .flextrend-mobile-dock > a,
  .flextrend-mobile-dock > button {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 55px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    gap: 5px;
    padding: 8px 2px 3px;
    color: rgba(255,255,255,.5);
    background: transparent;
    border: 0;
    border-radius: 15px;
    font-family: "Manrope", Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
  }

  .flextrend-mobile-dock > a::after,
  .flextrend-mobile-dock > button::after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--lime);
    border-radius: 999px;
    content: "";
    transform: translateX(-50%);
    transition: width 180ms ease;
  }

  .flextrend-mobile-dock > a.is-active,
  .flextrend-mobile-dock > a:hover,
  .flextrend-mobile-dock > button:hover {
    color: #fff;
  }

  .flextrend-mobile-dock > a.is-active::after { width: 18px; }

  .flextrend-mobile-dock svg {
    width: 19px;
    height: 19px;
    stroke-width: 1.8;
  }

  .flextrend-mobile-dock span {
    display: block !important;
    color: inherit;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .02em;
  }

  .flextrend-mobile-dock .flextrend-mobile-dock-primary {
    width: 58px;
    min-height: 58px;
    justify-self: center;
    padding: 0;
    color: var(--ink);
    background: var(--lime);
    border: 5px solid var(--ink);
    border-radius: 21px 21px 8px 21px;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    transform: translateY(-15px) rotate(-4deg);
  }

  .flextrend-mobile-dock .flextrend-mobile-dock-primary svg {
    width: 22px;
    height: 22px;
  }

  .flextrend-mobile-dock .flextrend-mobile-dock-primary span {
    margin-top: 2px;
    font-size: 6px;
  }

  .flextrend-mobile-dock .flextrend-mobile-dock-bag {
    min-height: 55px;
  }

  .flextrend-mobile-dock .flextrend-mobile-dock-bag .cart-count {
    position: absolute;
    top: 4px;
    right: calc(50% - 19px);
    display: grid !important;
    width: 18px;
    height: 18px;
    place-items: center;
    color: var(--ink);
    background: var(--orange);
    border: 2px solid var(--ink);
    font-size: 7px;
  }

  body.drawer-open .flextrend-mobile-dock,
  body.search-open .flextrend-mobile-dock,
  body.flextrend-modal-open .flextrend-mobile-dock,
  body.ticket-compose-open .flextrend-mobile-dock {
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
  }

  .site-footer {
    margin-bottom: -98px;
    padding-bottom: calc(98px + env(safe-area-inset-bottom));
  }

  .flextrend-toast,
  .toast {
    bottom: calc(100px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 380px) {
  .flextrend-mobile-dock { right: 6px; left: 6px; }
  .flextrend-mobile-dock > a,
  .flextrend-mobile-dock > button { gap: 4px; }
  .flextrend-mobile-dock span { font-size: 6px; }
}
