:root {
  --ink: #173d35;
  --velvet: #173d35;
  --velvet-deep: #0b261f;
  --velvet-soft: #e6eee8;
  --on-primary: #fffaf0;
  --canvas: #fffaf0;
  --paper: #ffffff;
  --soft-cloud: #f3eee3;
  --charcoal: #3e413c;
  --mute: #777268;
  --stone: #b8aa91;
  --hairline: #d9cdb7;
  --hairline-soft: #ebe2d1;
  --gold: #b08a46;
  --rose: #c28b82;
  --sale: #b64f4a;
  --success: #2d7f5d;
  --page-bg: linear-gradient(180deg, #fffaf0 0%, #fbf4e7 52%, #f6efe2 100%);
  --display: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", Arial, sans-serif;
  --text: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", Arial, sans-serif;
  --section: 48px;
  --edge: 48px;
  --max: 1440px;
}

html[data-theme="night"] {
  color-scheme: dark;
  --ink: #f8efe0;
  --velvet: #f8efe0;
  --velvet-deep: #000000;
  --velvet-soft: #17130f;
  --on-primary: #000000;
  --canvas: #000000;
  --paper: #11100e;
  --soft-cloud: #181511;
  --charcoal: #ded5c6;
  --mute: #b7aa98;
  --stone: #897b67;
  --hairline: #4a4136;
  --hairline-soft: #2c2822;
  --page-bg: #000000;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  font-family: var(--text);
  font-size: 16px;
  line-height: 1.5;
  padding-top: 132px;
}

body.is-locked {
  overflow: hidden;
}

html[data-theme="night"] .utility-bar,
html[data-theme="night"] .site-header {
  background: rgb(0 0 0 / 96%);
}

html[data-theme="night"] .utility-action:hover,
html[data-theme="night"] .utility-action:focus-visible,
html[data-theme="night"] .utility-search:hover {
  background: rgb(255 250 240 / 10%);
}

html[data-theme="night"] .utility-search:focus-within input {
  border-color: var(--hairline);
}

html[data-theme="night"] .shop-dropdown {
  background: rgb(0 0 0 / 78%);
  border-color: rgb(248 239 224 / 18%);
  box-shadow: 0 18px 30px rgb(0 0 0 / 42%);
}

html[data-theme="night"] .shop-dropdown-links a:hover,
html[data-theme="night"] .shop-dropdown-links a.is-active,
html[data-theme="night"] .badge {
  background: rgb(255 250 240 / 10%);
}

html[data-theme="night"] .empty-state,
html[data-theme="night"] .option-card,
html[data-theme="night"] .reward-card,
html[data-theme="night"] .fame-grid article {
  background: rgb(255 250 240 / 6%);
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

[hidden] {
  display: none !important;
}

svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.utility-bar {
  align-items: center;
  background: rgb(255 250 240 / 96%);
  border-bottom: 1px solid rgb(217 205 183 / 70%);
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 24px;
  height: 72px;
  justify-content: flex-end;
  left: 0;
  padding: 0 48px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 21;
}

.top-brand {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  left: 50%;
  line-height: 1;
  margin-right: 0;
  position: absolute;
  transform: translateX(-50%);
}

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

.utility-action,
.utility-search {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 9999px;
  color: var(--ink);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0;
  position: relative;
  transition: background-color 160ms ease, box-shadow 160ms ease, width 180ms ease;
  white-space: nowrap;
}

.utility-action {
  width: 44px;
}

.utility-action:hover,
.utility-action:focus-visible,
.utility-search:hover {
  background: rgb(23 61 53 / 7%);
}

.utility-action:focus-visible,
.utility-search:focus-within {
  box-shadow: 0 0 0 2px rgb(176 138 70 / 34%);
  outline: 0;
}

.utility-label {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.utility-action svg,
.utility-search svg {
  height: 28px;
  width: 28px;
}

.utility-search {
  overflow: visible;
  width: 44px;
}

.utility-search svg {
  left: 8px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.utility-search input {
  background: transparent;
  border: 0;
  border-radius: 9999px;
  color: transparent;
  cursor: pointer;
  height: 44px;
  opacity: 0;
  font: inherit;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease, padding 160ms ease, width 180ms ease;
  width: 44px;
}

.utility-search:focus-within {
  background: transparent;
  width: 176px;
}

.utility-search:focus-within input {
  background: var(--paper);
  border: 1px solid rgb(217 205 183 / 88%);
  color: var(--ink);
  cursor: text;
  opacity: 1;
  padding: 0 16px 0 46px;
  width: 176px;
}

.utility-search input::placeholder {
  color: var(--ink);
  opacity: 0;
}

.utility-search:focus-within input::placeholder {
  opacity: 0.5;
}

.site-header {
  align-items: center;
  background: rgb(255 250 240 / 96%);
  box-shadow: inset 0 -1px 0 var(--hairline-soft);
  display: grid;
  grid-template-columns: 1fr auto;
  height: 60px;
  left: 0;
  padding: 0 48px;
  position: fixed;
  right: 0;
  top: 72px;
  z-index: 20;
}

.brand {
  display: none;
}

.primary-nav {
  align-items: center;
  color: var(--ink);
  display: flex;
  flex-direction: row;
  gap: 34px;
  justify-content: start;
}

.nav-item {
  align-items: center;
  display: flex;
  height: 60px;
  position: relative;
}

.primary-nav > a,
.primary-nav > .nav-item > a {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  line-height: 1.35;
  position: relative;
  width: max-content;
}

.primary-nav > a.is-active::after,
.primary-nav > .nav-item > a.is-active::after {
  background: var(--gold);
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.shop-dropdown {
  background: rgb(255 250 240 / 76%);
  backdrop-filter: blur(10px);
  border: 1px solid rgb(217 205 183 / 42%);
  box-shadow: 0 18px 30px rgb(11 38 31 / 6%);
  left: 0;
  min-width: 188px;
  opacity: 0;
  padding: 18px 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 2px);
  transform: translateY(-10px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: max-content;
  z-index: 24;
}

.nav-item:hover .shop-dropdown,
.nav-item:focus-within .shop-dropdown,
.nav-item.is-open .shop-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.shop-dropdown-inner {
  display: grid;
  gap: 0;
  margin: 0;
  max-width: none;
  padding: 0;
}

.shop-dropdown-group {
  display: grid;
  gap: 0;
}

.shop-dropdown-group span {
  display: none;
}

.shop-dropdown-links {
  border: 0;
  display: grid;
  gap: 0;
  padding: 0;
}

.shop-dropdown-links a {
  color: var(--ink);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  min-width: 188px;
  padding: 9px 18px;
  position: relative;
  text-transform: none;
}

.shop-dropdown-curations a {
  font-size: 18px;
}

.shop-dropdown-links a::after {
  background: currentColor;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 100%;
}

.shop-dropdown-links a:hover,
.shop-dropdown-links a.is-active {
  color: var(--velvet);
  background: rgb(255 250 240 / 46%);
}

.shop-dropdown-links a:hover::after,
.shop-dropdown-links a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.secondary-nav {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 34px;
  justify-content: flex-end;
}

.header-actions {
  display: none;
}

.search-pill {
  align-items: center;
  background: var(--velvet-soft);
  border-radius: 24px;
  display: flex;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  width: 164px;
}

.search-pill:focus-within {
  background: var(--canvas);
  box-shadow: 0 0 0 2px var(--gold), 0 0 0 10px var(--velvet-soft);
}

.search-pill svg {
  height: 18px;
  width: 18px;
}

.search-pill input {
  background: transparent;
  border: 0;
  color: var(--ink);
  min-width: 0;
  outline: 0;
  width: 100%;
}

.icon-button {
  align-items: center;
  background: var(--velvet-soft);
  border: 0;
  border-radius: 9999px;
  color: var(--ink);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding: 0;
  position: relative;
}

.bag-count {
  align-items: center;
  background: var(--gold);
  border-radius: 9999px;
  color: var(--on-primary);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  min-width: 16px;
  padding: 0 4px;
  position: absolute;
  right: -2px;
  top: -2px;
}

.mobile-only {
  display: none;
}

.view-section[hidden] {
  display: none !important;
}

.view-section {
  scroll-margin-top: 132px;
}

.campaign-hero {
  background: var(--velvet-deep);
  color: var(--on-primary);
  display: grid;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.hero-media {
  inset: 0;
  position: absolute;
}

.hero-media::before {
  background: var(--soft-cloud);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-media::after {
  background: linear-gradient(90deg, rgb(11 38 31 / 78%), rgb(23 61 53 / 45), rgb(11 38 31 / 12));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-media img {
  height: 100%;
  margin-left: auto;
  object-fit: cover;
  object-position: center;
  opacity: 0.94;
  width: 72%;
}

.hero-copy {
  align-self: end;
  max-width: 920px;
  padding: 0 var(--edge) 64px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: currentColor;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.hero-copy h1,
.editorial-tile h2,
.account-band h2 {
  font-family: var(--display);
  font-size: 82px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.hero-copy p:not(.eyebrow) {
  font-size: 18px;
  font-weight: 400;
  margin: 18px 0 24px;
  max-width: 520px;
}

.hero-actions,
.purchase-actions,
.account-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 9999px;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  min-height: 48px;
  padding: 12px 32px;
  text-align: center;
  transition: opacity 160ms ease, transform 160ms ease;
}

.button:active {
  opacity: 0.5;
  transform: scale(0.96);
}

.button-primary {
  background: var(--velvet);
  color: var(--on-primary);
}

.button-secondary {
  background: var(--velvet-soft);
  color: var(--ink);
}

.button-on-image {
  background: var(--on-primary);
  color: var(--ink);
  min-height: 44px;
  padding: 10px 24px;
}

.button-muted {
  background: rgb(255 255 255 / 82%);
}

.full {
  width: 100%;
}

.landing-style,
.product-strip,
.editorial-grid,
.product-detail,
.service-rail,
.account-band,
.site-footer {
  margin: var(--section) auto 0;
  max-width: var(--max);
  padding-left: var(--edge);
  padding-right: var(--edge);
}

.landing-style {
  display: grid;
  gap: 56px;
  max-width: none;
  padding-right: 0;
}

.landing-style .section-heading,
.home-new-products {
  padding-right: var(--edge);
}

.landing-heading h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
}

.home-new-products {
  display: grid;
  gap: 0;
}

.home-new-products[hidden] {
  display: none;
}

.style-controls {
  align-items: center;
  display: flex;
  gap: 8px;
}

.style-arrow {
  align-items: center;
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: 9999px;
  color: var(--ink);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  transition: background 160ms ease, color 160ms ease;
  width: 44px;
}

.style-arrow:hover {
  background: var(--velvet);
  color: var(--on-primary);
}

.style-arrow svg {
  height: 20px;
  width: 20px;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.section-heading h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.category-note {
  color: var(--mute);
  font-weight: 400;
  margin: 8px 0 0;
}

.link {
  color: var(--velvet);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shop-menu-groups {
  display: grid;
  gap: 24px;
  margin-bottom: 28px;
}

.shop-menu-groups[hidden],
.shop-menu-group[hidden] {
  display: none;
}

.shop-menu-group {
  display: grid;
  gap: 12px;
}

.shop-group-heading {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.shop-group-heading h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.category-hub {
  gap: 6px;
}

.category-hub .shop-group-heading {
  justify-content: flex-start;
}

.category-hub-grid {
  border-bottom: 1px solid var(--hairline);
  border-top: 1px solid var(--hairline);
  display: flex;
  gap: 34px;
  overflow-x: auto;
  padding: 17px 0;
  scrollbar-width: none;
}

.category-hub-grid::-webkit-scrollbar {
  display: none;
}

.category-tile {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  display: flex;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 500;
  justify-content: flex-start;
  min-height: 36px;
  padding: 0;
  position: relative;
  text-align: center;
  transition: color 160ms ease;
  width: auto;
}

.category-tile:hover,
.category-tile.is-active {
  color: var(--velvet);
}

.category-tile::after {
  background: currentColor;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 100%;
}

.category-tile:hover::after,
.category-tile.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.style-card-row,
.recent-lookbook-row {
  align-items: stretch;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.style-card-row::-webkit-scrollbar,
.recent-lookbook-row::-webkit-scrollbar {
  display: none;
}

.style-card,
.recent-lookbook-card {
  background: var(--soft-cloud);
  border: 1px solid var(--hairline-soft);
  border-radius: 18px;
  display: block;
  aspect-ratio: 4 / 5;
  flex: 0 0 clamp(280px, 30vw, 520px);
  overflow: hidden;
  padding: 0;
  position: relative;
  scroll-snap-align: start;
}

.style-card img,
.recent-lookbook-card img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 340ms ease;
  width: 100%;
}

.style-card:hover img,
.recent-lookbook-card:hover img {
  transform: scale(1.035);
}

.style-card-wide {
  aspect-ratio: 4 / 5;
}

.style-card-wide img {
  object-position: center;
}

.style-card-tall {
  aspect-ratio: 4 / 5;
}

.style-card-tall img {
  object-position: center 42%;
}

.style-card-blue img {
  object-position: center 46%;
}

.style-card-red img {
  object-position: center 34%;
}

.style-card-medallion img {
  object-position: center 42%;
}

.style-card span {
  bottom: 24px;
  color: var(--on-primary);
  font-size: 24px;
  font-weight: 600;
  left: 24px;
  line-height: 1.15;
  position: absolute;
  right: 24px;
  z-index: 1;
}

.commerce-hub {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 8px;
}

.commerce-tile {
  background: var(--velvet);
  color: var(--on-primary);
  display: grid;
  min-height: 220px;
  padding: 24px;
}

.commerce-tile span,
.fame-grid span {
  color: rgb(255 250 240 / 62%);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.commerce-tile strong {
  align-self: end;
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 48px;
}

.commerce-tile p {
  color: rgb(255 250 240 / 72%);
  font-weight: 400;
  margin: 8px 0 0;
}

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

.product-card {
  background: transparent;
  color: var(--ink);
  display: grid;
  padding: 0;
}

.empty-state {
  align-content: center;
  background: rgb(255 255 255 / 54%);
  border: 1px solid var(--hairline-soft);
  display: grid;
  min-height: 320px;
  padding: 30px;
}

.empty-state h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.empty-state p:last-child {
  color: var(--charcoal);
  font-weight: 400;
  margin: 0;
  max-width: 420px;
}

.product-image {
  aspect-ratio: 1;
  background: linear-gradient(180deg, var(--paper), var(--soft-cloud));
  border: 1px solid var(--hairline-soft);
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.product-image img {
  height: 100%;
  object-fit: contain;
  padding: 24px;
  width: 100%;
}

.badge {
  background: rgb(255 250 240 / 92%);
  border: 1px solid var(--hairline);
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  left: 12px;
  padding: 4px 12px;
  position: absolute;
  top: 12px;
  z-index: 1;
}

.product-meta {
  border-bottom: 1px solid var(--hairline);
  display: grid;
  gap: 8px;
  padding: 14px 0 18px;
}

.product-meta h3,
.product-meta strong {
  margin: 0;
}

.product-meta h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-meta strong {
  font-size: 14px;
  font-weight: 600;
}

.product-image-missing {
  align-items: center;
  color: var(--mute);
  display: flex;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.swatches,
.color-options {
  align-items: center;
  display: flex;
  gap: 8px;
}

.swatch {
  border: 1px solid var(--hairline);
  border-radius: 9999px;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.swatch.is-selected,
input:checked + .swatch {
  box-shadow: 0 0 0 2px var(--canvas), 0 0 0 4px var(--velvet);
}

.swatch-yellow {
  background: var(--gold);
}

.swatch-pink {
  background: var(--rose);
}

.swatch-white,
.swatch-white-plated {
  background: linear-gradient(135deg, #ffffff, #d7d7d7);
}

.swatch-two-tone-yellow {
  background: linear-gradient(90deg, var(--gold) 0 50%, #f4f0e7 50% 100%);
}

.swatch-two-tone-pink {
  background: linear-gradient(90deg, var(--rose) 0 50%, #f4f0e7 50% 100%);
}

.editorial-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.editorial-tile {
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.editorial-black {
  align-items: end;
  background: var(--velvet);
  color: var(--on-primary);
  display: flex;
  padding: 48px;
}

.editorial-black p:not(.eyebrow) {
  color: rgb(255 250 240 / 72%);
  font-weight: 400;
  margin: 18px 0 24px;
  max-width: 420px;
}

.image-tile {
  background: var(--soft-cloud);
}

.community-card {
  align-items: end;
  display: flex;
  padding: 48px;
}

.community-card h2 {
  font-family: var(--display);
  font-size: 66px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.community-card p:not(.eyebrow) {
  color: var(--charcoal);
  font-weight: 400;
  margin: 18px 0 0;
  max-width: 420px;
}

.image-tile img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-tile .button {
  bottom: 24px;
  left: 24px;
  position: absolute;
}

.hall-of-fame {
  grid-column: 1 / -1;
  margin-top: 40px;
}

.fame-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}

.fame-grid article {
  background: rgb(255 255 255 / 58%);
  border: 1px solid var(--hairline-soft);
  display: grid;
  min-height: 220px;
  padding: 24px;
}

.fame-grid strong {
  align-self: end;
  display: block;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 42px;
}

.fame-grid p {
  color: var(--charcoal);
  font-weight: 400;
  margin: 8px 0 0;
}

.product-detail {
  display: grid;
  gap: 72px;
  max-width: 1280px;
}

.product-summary {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 620px) minmax(360px, 420px);
  justify-content: center;
}

.gallery {
  display: block;
  min-width: 0;
}

.main-image .product-image-missing {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.main-image {
  aspect-ratio: 4 / 5;
  background: var(--soft-cloud);
  border-radius: 4px;
  overflow: hidden;
}

.detail-gallery {
  height: 100%;
  position: relative;
  width: 100%;
}

.detail-gallery-track {
  display: flex;
  height: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100%;
}

.detail-gallery-track::-webkit-scrollbar {
  display: none;
}

.detail-gallery-slide {
  background: var(--soft-cloud);
  flex: 0 0 100%;
  height: 100%;
  margin: 0;
  scroll-snap-align: start;
}

.detail-gallery-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.detail-gallery-controls {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.detail-gallery-button {
  align-items: center;
  background: rgb(255 250 240 / 72%);
  border: 1px solid rgb(217 205 183 / 58%);
  border-radius: 9999px;
  color: var(--ink);
  display: flex;
  height: 42px;
  justify-content: center;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 160ms ease, border-color 160ms ease;
  width: 42px;
}

.detail-gallery-button:hover,
.detail-gallery-button:focus-visible {
  background: var(--canvas);
  border-color: var(--gold);
  outline: 0;
}

.detail-gallery-button svg {
  height: 20px;
  width: 20px;
}

.detail-gallery-prev {
  left: 16px;
}

.detail-gallery-next {
  right: 16px;
}

.detail-gallery-dots {
  align-items: center;
  background: rgb(255 250 240 / 72%);
  border-radius: 9999px;
  bottom: 16px;
  display: flex;
  gap: 6px;
  left: 50%;
  padding: 8px 10px;
  pointer-events: auto;
  position: absolute;
  transform: translateX(-50%);
}

.detail-gallery-dot {
  background: rgb(23 61 53 / 24%);
  border: 0;
  border-radius: 9999px;
  height: 3px;
  padding: 0;
  transition: background-color 160ms ease, width 160ms ease;
  width: 18px;
}

.detail-gallery-dot.is-active {
  background: var(--ink);
  width: 32px;
}

.buy-panel {
  align-self: start;
  position: sticky;
  top: 156px;
}

.buy-panel h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.subtitle {
  color: var(--mute);
  font-weight: 400;
  margin: 4px 0 18px;
}

.price {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 24px;
}

.option-group {
  border: 0;
  margin: 0 0 24px;
  padding: 0;
}

.option-group legend {
  font-weight: 600;
  margin-bottom: 8px;
}

.segmented {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}

.segmented label,
.color-options label {
  align-items: center;
  border: 1px solid var(--hairline);
  border-radius: 9999px;
  display: flex;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  padding: 8px 16px;
  text-align: center;
}

.segmented input,
.color-options input {
  appearance: none;
  height: 0;
  margin: 0;
  position: absolute;
  width: 0;
}

.segmented label:has(input:checked) {
  background: var(--velvet);
  border-color: var(--velvet);
  color: var(--on-primary);
}

.color-options {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.color-options label:has(input:checked) {
  border-color: var(--velvet);
}

.size-row,
.agreement {
  align-items: center;
  border-top: 1px solid var(--hairline);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 56px;
}

.agreement {
  align-items: flex-start;
  color: var(--charcoal);
  font-size: 14px;
  justify-content: flex-start;
  padding: 16px 0;
}

.agreement input {
  accent-color: var(--velvet);
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.purchase-actions {
  margin: 8px 0 24px;
}

.purchase-actions .button {
  flex: 1 1 180px;
}

.product-lookbook {
  border-top: 1px solid var(--hairline);
  display: grid;
  gap: 0;
  justify-items: center;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}

.detail-section {
  border-bottom: 1px solid var(--hairline);
  color: var(--charcoal);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  justify-items: center;
  line-height: 1.85;
  padding: 56px 0;
  width: 100%;
}

.detail-editorial {
  justify-items: start;
  padding: 72px 0 84px;
}

.detail-editorial-frame {
  border-left: 5px solid #3e3934;
  padding: 4px clamp(28px, 5vw, 56px);
  width: min(100%, 920px);
}

.detail-editorial-title {
  color: #2f2c28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.7vw, 38px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
  white-space: nowrap;
}

.detail-editorial-subtitle {
  color: var(--charcoal);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  line-height: 1.45;
  margin: 16px 0 clamp(48px, 7vw, 86px);
}

.detail-description {
  text-align: center;
}

.detail-description-copy {
  display: grid;
  color: #30302d;
  font-size: clamp(16px, 1.6vw, 22px);
  gap: 24px;
  justify-items: start;
  line-height: 1.9;
  max-width: 840px;
  text-align: left;
}

.detail-description-copy p,
.detail-spec-panel p {
  margin: 0;
}

.lookbook-image {
  background: var(--soft-cloud);
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
}

.lookbook-image img {
  height: auto;
  width: 100%;
}

.lookbook-full img {
  height: 100%;
  max-height: none;
  object-fit: contain;
  width: 100%;
}

.lookbook-full {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  width: min(100%, 860px);
}

.lookbook-split {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 420px) minmax(320px, 0.78fr);
  width: min(100%, 980px);
}

.lookbook-square {
  aspect-ratio: 1;
}

.lookbook-square img,
.lookbook-pair-image img {
  height: 100%;
  object-fit: cover;
}

.lookbook-image-pair {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 920px);
}

.lookbook-pair-image {
  aspect-ratio: 4 / 5;
}

.detail-spec-panel {
  align-items: start;
}

.detail-care-note {
  color: var(--charcoal);
  display: grid;
  gap: 8px;
}

.detail-care-note strong {
  color: var(--ink);
  font-weight: 600;
}

.spec-block {
  margin: clamp(54px, 7vw, 96px) 0 0;
  max-width: 840px;
  width: min(100%, 840px);
}

.spec-block h3 {
  color: #2f2c28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.6vw, 46px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 28px;
}

.spec-list {
  display: grid;
  gap: 0;
  margin: 0;
  width: 100%;
}

.spec-list div {
  display: grid;
  gap: 18px;
  grid-template-columns: 150px 1fr;
  padding: 9px 0;
}

.spec-list dt {
  color: #30302d;
  font-weight: 700;
}

.spec-list dd {
  color: #30302d;
  font-weight: 600;
  margin: 0;
}

.lookbook-image-stack {
  display: grid;
  gap: 18px;
  width: 100%;
}

.lookbook-stacked {
  background: transparent;
  border-radius: 0;
  width: 100%;
}

.lookbook-stacked img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.checkin-game {
  background: var(--soft-cloud);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  margin-bottom: 8px;
  min-height: 440px;
}

.game-copy {
  align-content: end;
  background: var(--velvet);
  color: var(--on-primary);
  display: grid;
  padding: 48px;
}

.game-copy h3 {
  font-family: var(--display);
  font-size: 66px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.game-copy p:not(.eyebrow) {
  color: rgb(255 250 240 / 72%);
  font-weight: 400;
  margin: 18px 0 0;
  max-width: 380px;
}

.game-console {
  background: var(--canvas);
  display: grid;
  gap: 24px;
  padding: 30px;
}

.game-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.game-stats div {
  border-bottom: 1px solid var(--hairline);
  min-height: 72px;
  padding-bottom: 12px;
}

.game-stats span,
.coupon-wallet h4 {
  color: var(--mute);
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.game-stats strong {
  font-size: 24px;
  line-height: 1.2;
}

.stamp-track {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(15, minmax(0, 1fr));
}

.stamp-track span {
  background: var(--soft-cloud);
  border: 1px solid var(--hairline);
  border-radius: 9999px;
  display: block;
  height: 18px;
  min-width: 0;
}

.stamp-track span.is-filled {
  background: var(--gold);
  border-color: var(--gold);
}

.gacha-stage {
  align-content: center;
  background: var(--soft-cloud);
  display: grid;
  gap: 16px;
  justify-items: center;
  min-height: 236px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-align: center;
}

.capsule {
  align-items: center;
  background:
    radial-gradient(circle at 42% 32%, rgb(255 255 255 / 82%) 0 9%, transparent 10%),
    radial-gradient(circle at center, rgb(255 250 240 / 94%) 0 38%, rgb(230 238 232 / 92%) 39% 54%, var(--velvet) 55%);
  border-radius: 9999px;
  box-shadow: inset 0 0 0 8px rgb(255 250 240 / 78%), 0 18px 38px rgb(11 38 31 / 18%);
  color: var(--ink);
  display: grid;
  height: 168px;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  place-items: center;
  position: relative;
  transition: box-shadow 220ms ease, transform 220ms ease;
  width: 168px;
}

.capsule::after {
  background: linear-gradient(180deg, transparent, rgb(255 250 240 / 38));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.capsule strong {
  align-items: center;
  background: var(--canvas);
  border: 1px solid rgb(11 38 31 / 14%);
  border-radius: 9999px;
  box-shadow: 0 8px 18px rgb(11 38 31 / 14%);
  color: var(--velvet);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  letter-spacing: 0;
  position: relative;
  width: 58px;
  z-index: 2;
}

.coupon-ball {
  align-items: center;
  background: var(--canvas);
  border: 1px solid rgb(11 38 31 / 16%);
  border-radius: 9999px;
  box-shadow: 0 5px 12px rgb(11 38 31 / 14%);
  color: var(--velvet);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  position: absolute;
  width: 42px;
  z-index: 1;
}

.coupon-ball-one {
  left: 30px;
  top: 24px;
}

.coupon-ball-two {
  right: 28px;
  top: 34px;
}

.coupon-ball-three {
  bottom: 28px;
  left: 34px;
}

.coupon-ball-four {
  bottom: 24px;
  right: 34px;
}

.capsule.is-drawing {
  box-shadow: inset 0 0 0 8px rgb(255 250 240 / 84%), 0 24px 44px rgb(11 38 31 / 24%);
  transform: scale(1.04);
}

.capsule.is-drawing .coupon-ball-one {
  animation: couponBallOne 820ms linear infinite;
}

.capsule.is-drawing .coupon-ball-two {
  animation: couponBallTwo 760ms linear infinite;
}

.capsule.is-drawing .coupon-ball-three {
  animation: couponBallThree 880ms linear infinite;
}

.capsule.is-drawing .coupon-ball-four {
  animation: couponBallFour 720ms linear infinite;
}

.capsule.is-drawing strong {
  animation: couponResultShake 460ms ease-in-out infinite;
}

.capsule.is-revealed {
  animation: couponReveal 620ms ease;
}

.gacha-stage p {
  font-weight: 500;
  margin: 0;
}

.game-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.game-actions .button:disabled {
  background: var(--hairline-soft);
  color: var(--mute);
  cursor: not-allowed;
  opacity: 1;
}

.coupon-wallet {
  border-top: 1px solid var(--hairline);
  padding-top: 18px;
}

.coupon-wallet ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.coupon-wallet li {
  align-items: center;
  background: var(--soft-cloud);
  display: grid;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-height: 44px;
  padding: 10px 12px;
}

.coupon-info {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.coupon-info span,
.coupon-info small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coupon-info small {
  color: var(--mute);
  font-size: 11px;
  font-weight: 400;
}

.coupon-wallet code {
  background: var(--canvas);
  border-radius: 9999px;
  color: var(--ink);
  font-family: var(--text);
  font-size: 12px;
  padding: 4px 10px;
}

.coupon-use {
  background: var(--velvet);
  border: 0;
  border-radius: 9999px;
  color: var(--on-primary);
  font-size: 12px;
  font-weight: 600;
  min-height: 28px;
  padding: 4px 12px;
}

@keyframes couponBallOne {
  0% { transform: translate(0, 0) rotate(0); }
  25% { transform: translate(74px, 16px) rotate(120deg); }
  50% { transform: translate(52px, 92px) rotate(240deg); }
  75% { transform: translate(-8px, 64px) rotate(320deg); }
  100% { transform: translate(0, 0) rotate(360deg); }
}

@keyframes couponBallTwo {
  0% { transform: translate(0, 0) rotate(0); }
  25% { transform: translate(-54px, 60px) rotate(-140deg); }
  50% { transform: translate(-88px, 12px) rotate(-260deg); }
  75% { transform: translate(-24px, -18px) rotate(-320deg); }
  100% { transform: translate(0, 0) rotate(-360deg); }
}

@keyframes couponBallThree {
  0% { transform: translate(0, 0) rotate(0); }
  25% { transform: translate(66px, -74px) rotate(160deg); }
  50% { transform: translate(88px, -10px) rotate(260deg); }
  75% { transform: translate(22px, 10px) rotate(320deg); }
  100% { transform: translate(0, 0) rotate(360deg); }
}

@keyframes couponBallFour {
  0% { transform: translate(0, 0) rotate(0); }
  25% { transform: translate(-72px, -18px) rotate(-120deg); }
  50% { transform: translate(-48px, -88px) rotate(-220deg); }
  75% { transform: translate(10px, -52px) rotate(-320deg); }
  100% { transform: translate(0, 0) rotate(-360deg); }
}

@keyframes couponResultShake {
  0%, 100% { transform: rotate(0) scale(1); }
  35% { transform: rotate(-8deg) scale(1.06); }
  70% { transform: rotate(8deg) scale(1.02); }
}

@keyframes couponReveal {
  0% { transform: scale(1); }
  42% { transform: scale(1.12); }
  70% { transform: scale(0.98); }
  100% { transform: scale(1); }
}

.service-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.service-grid article {
  background: rgb(255 255 255 / 58%);
  border: 1px solid var(--hairline-soft);
  min-height: 236px;
  padding: 24px;
}

.service-grid span {
  color: var(--mute);
  font-size: 12px;
  font-weight: 500;
}

.service-grid h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 54px 0 8px;
}

.service-grid p {
  color: var(--charcoal);
  font-weight: 400;
  margin: 0;
}

.account-band {
  align-items: center;
  background: var(--velvet);
  color: var(--on-primary);
  display: flex;
  justify-content: space-between;
  max-width: none;
  min-height: 300px;
  padding-bottom: 48px;
  padding-top: 48px;
}

.account-note {
  color: rgb(255 250 240 / 72%);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.account-links a {
  background: var(--canvas);
  border-radius: 9999px;
  color: var(--ink);
  font-weight: 500;
  min-height: 44px;
  padding: 10px 20px;
}

.site-footer {
  border-top: 1px solid var(--hairline);
  color: var(--mute);
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  padding-top: 30px;
}

.site-footer h2 {
  color: var(--ink);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.cart-drawer,
.mobile-drawer {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 40;
}

.cart-drawer::before,
.mobile-drawer::before {
  background: rgb(11 38 31 / 48%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 160ms ease;
}

.cart-drawer.is-open,
.mobile-drawer.is-open {
  pointer-events: auto;
}

.cart-drawer.is-open::before,
.mobile-drawer.is-open::before {
  opacity: 1;
}

.cart-panel {
  background: var(--canvas);
  height: 100%;
  margin-left: auto;
  max-width: 440px;
  padding: 24px;
  position: relative;
  transform: translateX(100%);
  transition: transform 220ms ease;
  width: 100%;
}

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

.drawer-header {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 24px;
}

.cart-empty {
  display: grid;
  gap: 16px;
}

.cart-item {
  display: grid;
  gap: 16px;
  grid-template-columns: 112px 1fr;
}

.cart-item-media {
  aspect-ratio: 1;
  background: var(--soft-cloud);
  overflow: hidden;
}

.cart-item img,
.cart-item .product-image-missing {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cart-item h3,
.cart-item p {
  margin: 0 0 8px;
}

.cart-item p {
  color: var(--mute);
}

.cart-total {
  border-top: 1px solid var(--hairline);
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  padding-top: 24px;
}

.mobile-drawer {
  display: none;
}

.toast {
  background: var(--velvet);
  border-radius: 9999px;
  bottom: 24px;
  color: var(--on-primary);
  font-weight: 500;
  left: 50%;
  opacity: 0;
  padding: 12px 20px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 12px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 60;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1023px) {
  :root {
    --edge: 24px;
    --section: 32px;
  }

  body {
    padding-left: 0;
    padding-top: 0;
  }

  .view-section {
    scroll-margin-top: 72px;
  }

  .utility-bar {
    display: none;
  }

  .site-header {
    align-items: center;
    bottom: auto;
    box-shadow: inset 0 -1px 0 var(--hairline-soft);
    grid-template-columns: 88px 1fr 88px;
    grid-template-rows: auto;
    height: 58px;
    left: auto;
    padding: 0 var(--edge);
    position: sticky;
    top: 0;
    width: auto;
  }

  .mobile-only {
    display: inline-flex;
  }

  .brand {
    display: block;
    font-size: 20px;
    justify-self: center;
  }

  .primary-nav,
  .secondary-nav {
    display: none;
  }

  .header-actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .search-pill {
    width: 40px;
  }

  .search-pill input {
    display: none;
  }

  .campaign-hero {
    min-height: 640px;
  }

  .hero-copy h1,
  .editorial-tile h2,
  .account-band h2 {
    font-size: 64px;
  }

  .hero-media img {
    width: 100%;
  }

  .editorial-grid,
  .product-summary,
  .checkin-game,
  .shop-menu-groups,
  .category-hub-grid,
  .product-grid,
  .fame-grid,
  .service-grid,
  .account-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .style-card-row,
  .recent-lookbook-row {
    display: flex;
    gap: 12px;
    margin-left: calc(var(--edge) * -1);
    margin-right: calc(var(--edge) * -1);
    overflow-x: auto;
    padding: 0 var(--edge) 2px;
    scroll-snap-type: x mandatory;
  }

  .style-card,
  .recent-lookbook-card {
    aspect-ratio: 4 / 5;
    border-radius: 14px;
    flex: 0 0 min(78vw, 420px);
    scroll-snap-align: start;
  }

  .style-controls {
    justify-self: start;
  }

  .style-arrow {
    height: 40px;
    width: 40px;
  }

  .style-card span {
    bottom: 18px;
    font-size: 20px;
    left: 18px;
    right: 18px;
  }

  .commerce-hub {
    grid-template-columns: 1fr;
  }

  .editorial-grid,
  .product-detail,
  .product-summary,
  .lookbook-split,
  .detail-spec-panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  .buy-panel {
    position: static;
  }

  .account-band,
  .site-footer {
    align-items: flex-start;
    display: grid;
    gap: 24px;
  }

  .site-footer nav {
    justify-items: start;
  }

  .mobile-drawer {
    background: var(--velvet);
    color: var(--on-primary);
    display: grid;
    grid-template-rows: 1fr auto;
    opacity: 0;
    overflow-y: auto;
    padding: 0 32px 34px;
    top: 58px;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-drawer::before {
    display: none;
  }

  .mobile-drawer.is-open {
    opacity: 1;
    transform: translateY(0);
  }

  .menu-board {
    align-content: start;
    display: grid;
    gap: 72px;
    padding-top: 92px;
  }

  .menu-shop {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(150px, 1.4fr);
  }

  .menu-root,
  .menu-main-links a {
    color: var(--on-primary);
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .menu-shop-groups {
    display: grid;
    gap: 32px;
  }

  .menu-group {
    display: grid;
    gap: 14px;
  }

  .menu-group-label {
    color: rgb(255 250 240 / 58%);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
  }

  .menu-subcategories {
    display: grid;
    gap: 16px;
  }

  .menu-subcategories a {
    color: var(--on-primary);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
  }

  .menu-main-links {
    display: grid;
    gap: 32px;
  }

  .menu-account {
    align-items: end;
    display: flex;
    font-size: 24px;
    color: rgb(255 250 240 / 78%);
    font-weight: 400;
    justify-content: space-between;
    line-height: 1.2;
  }
}

@media (max-width: 599px) {
  :root {
    --edge: 16px;
    --section: 24px;
  }

  .header-actions {
    gap: 4px;
  }

  .campaign-hero {
    min-height: 560px;
  }

  .hero-copy {
    padding-bottom: 32px;
  }

  .hero-copy h1,
  .editorial-tile h2,
  .community-card h2,
  .game-copy h3,
  .account-band h2 {
    font-size: 48px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .section-heading {
    align-items: start;
    display: grid;
  }

  .product-card {
    max-width: none;
  }

  .editorial-tile {
    min-height: 420px;
  }

  .editorial-black {
    padding: 24px;
  }

  .product-lookbook {
    gap: 48px;
    padding-top: 44px;
  }

  .detail-section {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 44px 0;
  }

  .detail-editorial {
    padding: 52px 0 58px;
  }

  .detail-editorial-frame {
    border-left-width: 4px;
    padding: 2px 0 2px 22px;
  }

  .detail-editorial-title {
    font-size: 26px;
    line-height: 1.18;
    white-space: normal;
  }

  .detail-editorial-subtitle {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .detail-description-copy {
    font-size: 16px;
    gap: 18px;
    max-width: none;
  }

  .lookbook-full {
    aspect-ratio: 4 / 5;
  }

  .lookbook-copy,
  .lookbook-lead {
    text-align: left;
  }

  .lookbook-image-pair {
    grid-template-columns: 1fr;
  }

  .color-options,
  .segmented {
    grid-template-columns: 1fr;
  }

  .spec-list div {
    gap: 2px;
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  .cart-panel {
    max-width: none;
  }

  .commerce-hub,
  .fame-grid {
    grid-template-columns: 1fr;
  }

  .commerce-tile,
  .fame-grid article {
    min-height: 188px;
  }

  .game-copy,
  .game-console {
    padding: 24px;
  }

  .game-stats,
  .game-actions {
    grid-template-columns: 1fr;
  }

  .stamp-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .coupon-wallet li {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .coupon-wallet code,
  .coupon-use {
    justify-self: start;
  }

  .mobile-drawer {
    padding: 0 24px 34px;
  }

  .menu-board {
    gap: 48px;
    padding-top: 56px;
  }

  .menu-shop {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .menu-root,
  .menu-main-links a {
    font-size: 30px;
  }

  .menu-subcategories a {
    font-size: 22px;
  }

  .menu-account {
    font-size: 24px;
  }
}
