:root {
  --ink: #1f2622;
  --ink-soft: #4d5f53;
  --pale-green: #aac0ad;
  --celadon: #bfd0c2;
  --deep-celadon: #5f7564;
  --silver: #d6dfd7;
  --tile: #f3f6f2;
  --line: #b9c9bb;
  --surface: #e8efe7;
  --shadow: 0 18px 42px rgba(44, 65, 51, 0.16);
}

/* 2026 editorial refresh */
body {
  background:
    radial-gradient(circle at top, rgba(174, 197, 176, 0.28), transparent 38%),
    linear-gradient(180deg, #dce7dc 0%, #edf3ec 22%, #f5f4ee 100%);
}

.page-shell {
  width: min(1540px, calc(100% - 20px));
  margin: 12px auto 20px;
  border: 1px solid rgba(110, 132, 110, 0.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(252, 251, 246, 0.96), rgba(244, 247, 241, 0.98));
  box-shadow: 0 30px 80px rgba(54, 74, 53, 0.12);
}

.container {
  width: min(1380px, calc(100% - 64px));
}

.topbar {
  background: rgba(250, 249, 243, 0.9);
  border-bottom: 1px solid rgba(112, 131, 112, 0.14);
  backdrop-filter: blur(14px);
}

.promo-bar {
  min-height: 34px;
  background: linear-gradient(90deg, #6c876d 0%, #8ca98f 52%, #b1c5ae 100%);
}

.promo-bar p {
  font-size: 0.69rem;
  letter-spacing: 0.15em;
}

.topbar-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto auto minmax(260px, 520px) auto;
  align-items: center;
  gap: 16px;
}

.topbar-start {
  gap: 10px;
}

.brand-mark-caption {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(129, 151, 129, 0.12);
  color: #4e654f;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-mark-collab-wrap {
  height: auto;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 272px;
}

.header-brand-image {
  width: min(250px, 100%);
  height: auto;
  object-fit: contain;
}

.header-brand--logo {
  text-decoration: none;
}

.header-brand-image--thecast {
  width: clamp(180px, 18vw, 230px);
  display: block;
}

.thecast-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: #0d0f0e;
}

.thecast-wordmark-mark {
  position: relative;
  width: 3.3rem;
  height: 3.3rem;
  flex: 0 0 3.3rem;
}

.thecast-wordmark-stroke {
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform-origin: center;
}

.thecast-wordmark-stroke-h {
  width: 100%;
  height: 0.34rem;
  transform: translate(-50%, -50%);
}

.thecast-wordmark-stroke-v {
  width: 0.34rem;
  height: 100%;
  transform: translate(-50%, -50%);
}

.thecast-wordmark-stroke-d1 {
  width: 132%;
  height: 0.12rem;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.thecast-wordmark-stroke-d2 {
  width: 72%;
  height: 0.12rem;
  transform: translate(-12%, -128%) rotate(45deg);
}

.thecast-wordmark-copy {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.thecast-wordmark-title {
  display: inline-flex;
  gap: 0.18em;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.84;
}

.thecast-wordmark-line {
  display: block;
}

.thecast-wordmark-title--inline {
  align-items: baseline;
  font-size: clamp(2.8rem, 3.95vw, 4.7rem);
}

.thecast-wordmark-title--stacked {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.01em;
  font-size: clamp(3.8rem, 6.4vw, 6.15rem);
}

.thecast-wordmark-tag {
  display: inline-grid;
  gap: 0.08rem;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(0.86rem, 0.92vw, 1.18rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.96;
}

.thecast-wordmark--header {
  text-decoration: none;
}

.thecast-wordmark--header .thecast-wordmark-mark {
  width: 3rem;
  height: 3rem;
  flex-basis: 3rem;
}

.thecast-wordmark--header .thecast-wordmark-copy {
  gap: 0.78rem;
}

.thecast-wordmark--header .thecast-wordmark-title--inline {
  font-size: clamp(2.2rem, 3.15vw, 3.7rem);
}

.thecast-wordmark--header .thecast-wordmark-tag {
  font-size: clamp(0.72rem, 0.72vw, 0.96rem);
}

.thecast-wordmark--stacked {
  align-items: flex-start;
  gap: 1rem;
}

.thecast-wordmark--stacked .thecast-wordmark-mark {
  width: 4rem;
  height: 4rem;
  flex-basis: 4rem;
}

.section-wordmark {
  margin: 0.28rem 0 0.22rem;
}

.language-switcher select {
  height: 38px;
  border-radius: 999px;
  border-color: rgba(120, 139, 120, 0.24);
  background: rgba(255, 255, 255, 0.76);
  padding: 0 14px;
  min-width: 116px;
}

.header-search {
  max-width: none;
  border-radius: 999px;
  border-color: rgba(118, 138, 117, 0.18);
  background: rgba(255, 255, 255, 0.8);
}

.header-search input {
  min-height: 46px;
  padding: 0 18px;
  font-size: 0.92rem;
}

.header-search button {
  min-width: 108px;
  min-height: 46px;
  background: #26402d;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
}

.utility-nav {
  gap: 14px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.utility-nav a,
.auth-nav-btn {
  color: #415643;
  font-weight: 700;
}

.account-info,
.cart-nav-btn,
.admin-nav-btn {
  min-height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(118, 137, 118, 0.18);
}

.mega-nav-block {
  border-bottom: 1px solid rgba(111, 129, 111, 0.1);
}

.mega-top-links {
  min-height: 58px;
  gap: 28px;
  border-bottom-color: rgba(111, 129, 111, 0.12);
}

.mega-top-link,
.mega-menu-button {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mega-panel {
  grid-template-columns: 250px 1fr;
  min-height: 380px;
  background: linear-gradient(180deg, rgba(251, 249, 244, 0.92), rgba(241, 246, 239, 0.92));
}

.mega-side {
  padding: 18px 0;
  border-right-color: rgba(111, 129, 111, 0.12);
}

.mega-side-item {
  min-height: 52px;
  font-size: 1.02rem;
  letter-spacing: 0.03em;
}

.mega-content {
  padding: 28px 24px;
}

.hero {
  padding: 32px 0 18px;
}

.hero-editorial-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.5fr) minmax(240px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.hero-copy-panel,
.hero-side-card {
  border: 1px solid rgba(114, 133, 114, 0.15);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 246, 239, 0.96)),
    linear-gradient(150deg, rgba(189, 208, 194, 0.12), transparent 46%);
  box-shadow: 0 24px 50px rgba(58, 77, 56, 0.08);
}

.hero-copy-panel {
  padding: 34px 28px;
  display: grid;
  gap: 18px;
  align-content: start;
}

.hero-copy-kicker,
.hero-side-kicker {
  margin: 0;
  color: #607460;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-copy-panel h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: none;
  color: #223224;
}

.hero-copy-desc {
  margin: 0;
  color: #556956;
  font-size: 0.98rem;
  line-height: 1.75;
}

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

.hero-copy-primary,
.hero-copy-secondary {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.hero-copy-primary {
  border: 1px solid #27412d;
  background: #27412d;
  color: #ffffff;
}

.hero-copy-secondary {
  border: 1px solid rgba(109, 128, 108, 0.22);
  background: rgba(255, 255, 255, 0.84);
  color: #2d4030;
}

.hero-note-grid {
  display: grid;
  gap: 10px;
}

.hero-note-grid article {
  padding-top: 10px;
  border-top: 1px solid rgba(111, 129, 111, 0.14);
  display: grid;
  gap: 6px;
}

.hero-note-grid span {
  color: #708571;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-note-grid strong {
  color: #233024;
  font-size: 0.92rem;
  line-height: 1.55;
  font-weight: 600;
}

.hero-stage-panel {
  min-width: 0;
}

.brand-hero {
  min-height: 640px;
  border: 1px solid rgba(114, 133, 114, 0.16);
  border-radius: 28px;
  background: #15211a;
  box-shadow: 0 24px 60px rgba(28, 42, 31, 0.18);
}

.brand-hero-stage {
  border-radius: 28px;
}

.brand-hero-slide::after {
  background: linear-gradient(90deg, rgba(18, 26, 20, 0.9) 0%, rgba(18, 26, 20, 0.4) 46%, rgba(18, 26, 20, 0.16) 70%, rgba(18, 26, 20, 0.54) 100%);
}

.brand-hero-overlay {
  width: min(410px, 48%);
  min-height: 640px;
  padding: 42px 30px 112px;
}

.brand-hero-overlay h1,
.brand-hero-overlay h2 {
  margin: 10px 0 0;
  color: #f7fbf7;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  letter-spacing: -0.03em;
  line-height: 0.94;
  text-transform: none;
}

#brandHeroSubtitle {
  max-width: 88%;
  font-size: 0.92rem;
}

.brand-hero-actions button,
.brand-hero-actions a {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-hero-actions button {
  background: linear-gradient(135deg, #d8e7d4, #aac3a9);
  color: #142116;
}

.brand-hero-actions a {
  background: rgba(248, 252, 247, 0.08);
}

.brand-hero-marquee {
  background: rgba(17, 25, 19, 0.82);
}

.hero-side-panel {
  display: grid;
  gap: 16px;
}

.hero-side-card {
  padding: 24px 22px;
  display: grid;
  gap: 10px;
}

.hero-side-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #213123;
}

.hero-side-card p {
  margin: 0;
  color: #5b6d5c;
  line-height: 1.68;
  font-size: 0.9rem;
}

.hero-side-card-image {
  padding: 12px;
}

.hero-side-card-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 8px;
}

.collab-preview-block {
  padding: 10px 0 26px;
}

.home-category-shelf-shell {
  padding: 30px 32px;
  border: 1px solid rgba(114, 133, 114, 0.13);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(247, 249, 243, 0.96), rgba(239, 244, 237, 0.96));
}

.home-category-shelf-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.home-category-shelf-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #223224;
}

.home-category-shelf-head p:last-child {
  margin: 0;
  color: #607261;
  line-height: 1.6;
}

.home-category-shelf {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.home-category-tile {
  border: 1px solid rgba(114, 133, 114, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  padding: 18px 16px;
  text-align: left;
  display: grid;
  gap: 12px;
  min-height: 160px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-category-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(86, 107, 86, 0.28);
  box-shadow: 0 16px 26px rgba(56, 76, 55, 0.08);
}

.home-category-tile-label {
  color: #617461;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-category-tile strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 0.86;
  color: #213123;
}

.home-category-tile p {
  margin: 0;
  color: #607261;
  font-size: 0.84rem;
  line-height: 1.55;
}

.collab-preview-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.collab-preview-card {
  padding: 22px 20px;
  border: 1px solid rgba(114, 133, 114, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  display: grid;
  gap: 8px;
}

.collab-preview-kicker {
  margin: 0;
  color: #6b7f6c;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.collab-preview-card h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #223223;
}

.collab-preview-card p:last-child {
  margin: 0;
  color: #627462;
  line-height: 1.6;
}

.intro-strip {
  padding: 8px 0 20px;
}

.intro-grid {
  gap: 14px;
}

.intro-grid article {
  border: 1px solid rgba(114, 133, 114, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  padding: 22px 22px 24px;
}

.strip-label {
  color: #6d816f;
}

.intro-grid h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.8vw, 2.7rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #223223;
}

.intro-grid p,
.intro-grid ul,
.intro-grid article:nth-child(3) p,
.intro-grid article:nth-child(3) ul {
  color: #5d6f5d;
}

.home-curation-block {
  padding: 10px 0 42px;
}

.home-rail-section,
.home-featured-brands,
.home-stories {
  margin-top: 0;
}

.home-section-head {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
}

.home-section-kicker {
  color: #6d826d;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
}

.home-section-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.9vw, 2.8rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: #223224;
}

.home-editorial-grid,
.home-rails-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
  margin-top: 26px;
}

.home-rail-section,
.home-featured-brands,
.home-stories {
  padding: 26px 24px;
  border: 1px solid rgba(114, 133, 114, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 44px rgba(58, 77, 56, 0.06);
}

.home-rail {
  gap: 16px;
  grid-auto-columns: minmax(250px, 1fr);
  padding-bottom: 6px;
}

.home-product-card {
  border-radius: 22px;
  background: #ffffff;
  border-color: rgba(114, 133, 114, 0.12);
}

.home-product-card .card-thumb {
  aspect-ratio: 5 / 6;
  background: linear-gradient(180deg, #eef3eb 0%, #d9e4d6 100%);
}

.home-product-card .card-body {
  padding: 16px 16px 18px;
}

.card-category {
  margin: 0 0 6px;
  color: #6f836f;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.card-brand {
  color: #2d3f2e;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}

.home-product-card .card-title {
  min-height: 46px;
  font-size: 1rem;
}

.home-product-card .card-sub {
  min-height: 40px;
}

.card-footer {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card-price {
  margin: 0;
  font-size: 1rem;
}

.card-actions {
  margin-top: 0;
}

.card-buy-btn {
  width: auto;
  min-width: 116px;
  height: 40px;
  border-radius: 999px;
  border-color: #26402d;
  background: #26402d;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.featured-brands-grid,
.stories-grid {
  gap: 16px;
}

.featured-brands-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.featured-brand-card {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 239, 0.98));
}

.featured-brand-card .brand-card-image {
  aspect-ratio: 4 / 3.2;
}

.featured-brand-card .brand-card-body {
  padding: 18px;
  gap: 10px;
}

.featured-brand-kicker {
  margin: 0;
  color: #6f836f;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.featured-brand-meta,
.featured-brand-lead {
  font-size: 0.84rem;
}

.featured-brand-link {
  color: #234029;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

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

.story-card {
  border-radius: 22px;
  border-color: rgba(114, 133, 114, 0.12);
  background: #ffffff;
}

.story-card img {
  aspect-ratio: 16 / 9;
}

.story-card-body {
  padding: 18px;
}

.story-card-kicker {
  margin: 0 0 8px;
  color: #6f836f;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.story-card-body h3 {
  font-size: 1.04rem;
}

.story-card-body p {
  line-height: 1.6;
}

.story-card-link {
  display: inline-flex;
  margin-top: 12px;
  color: #27412d;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-directory-block,
.catalog-block {
  padding-top: 20px;
}

.brand-directory-head h2,
.section-head h2 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
  text-transform: none;
}

.brand-directory-controls input,
.brand-directory-controls select,
.catalog-toolbar select {
  border-radius: 16px;
  border-color: rgba(114, 133, 114, 0.14);
  background: rgba(255, 255, 255, 0.84);
}

.brand-directory-card,
.brand-directory-grid .brand-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
}

.catalog-block {
  padding-bottom: 72px;
}

.section-head {
  margin-bottom: 22px;
}

.section-head-wordmark {
  display: grid;
  gap: 8px;
}

.section-head-kicker {
  margin: 0;
  color: #6d826d;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.section-head-wordmark p:last-child {
  margin: 0;
  color: #5d6f5d;
  max-width: 620px;
  line-height: 1.65;
}

.strategy-shell {
  border-radius: 24px;
  border-color: rgba(114, 133, 114, 0.12);
  background: rgba(255, 255, 255, 0.76);
  padding: 16px;
}

.strategy-menu-row,
.main-tabs,
.sub-tabs {
  gap: 10px;
}

.catalog-block .main-tabs {
  display: flex !important;
  margin-top: 18px;
  flex-wrap: wrap;
}

.strategy-menu,
.main-tab,
.sub-tab {
  min-height: 40px;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.strategy-menu,
.main-tab,
.sub-tab {
  border-color: rgba(114, 133, 114, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

.strategy-menu.is-active,
.main-tab.is-active,
.sub-tab.is-active {
  background: #26402d;
  border-color: #26402d;
}

.catalog-toolbar {
  border-radius: 22px;
  border-color: rgba(114, 133, 114, 0.12);
  background: rgba(255, 255, 255, 0.74);
}

.product-grid {
  gap: 18px;
}

.product-card {
  border-radius: 22px;
  border-color: rgba(114, 133, 114, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1240px) {
  .topbar-inner {
    grid-template-columns: auto auto 1fr;
  }

  .header-brand {
    min-width: 0;
  }

  .utility-nav {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .hero-editorial-shell,
  .home-editorial-grid,
  .home-rails-grid {
    grid-template-columns: 1fr;
  }

  .hero-side-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-category-shelf {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .page-shell {
    width: min(100%, calc(100% - 12px));
    margin: 6px auto 14px;
    border-radius: 22px;
  }

  .container {
    width: min(100%, calc(100% - 28px));
  }

  .topbar-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .topbar-start,
  .utility-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .header-brand {
    justify-content: flex-start;
    min-width: 0;
  }

  .thecast-wordmark--header .thecast-wordmark-copy {
    gap: 0.72rem;
  }

  .thecast-wordmark--header .thecast-wordmark-mark {
    width: 3rem;
    height: 3rem;
    flex-basis: 3rem;
  }

  .thecast-wordmark--header .thecast-wordmark-title--inline {
    font-size: clamp(2.2rem, 11vw, 3.7rem);
  }

  .thecast-wordmark--header .thecast-wordmark-tag {
    font-size: 0.74rem;
  }

  .header-search {
    order: 4;
  }

  .hero-copy-panel,
  .home-category-shelf-shell,
  .home-rail-section,
  .home-featured-brands,
  .home-stories {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .brand-hero,
  .brand-hero-overlay {
    min-height: 520px;
  }

  .brand-hero-overlay {
    width: min(100%, 420px);
    padding: 28px 22px 96px;
  }

  .home-category-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collab-preview-inner,
  .featured-brands-grid {
    grid-template-columns: 1fr;
  }

  .card-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .card-buy-btn {
    width: 100%;
  }

  .catalog-block .main-tabs {
    flex-wrap: nowrap;
  }
}

@media (max-width: 640px) {
  .brand-mark-collab-wrap {
    display: none;
  }

  .promo-bar p,
  .utility-nav {
    letter-spacing: 0.08em;
  }

  .hero-copy-panel h1 {
    font-size: clamp(2.5rem, 14vw, 3.6rem);
  }

  .brand-hero,
  .brand-hero-overlay {
    min-height: 460px;
  }

  .brand-hero-overlay {
    width: 100%;
    padding-right: 18px;
  }

  #brandHeroSubtitle {
    max-width: 100%;
  }

  .home-category-shelf {
    grid-template-columns: 1fr;
  }
}

body.checkout-modal-open {
  overflow: hidden;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.checkout-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.checkout-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(24, 32, 26, 0.54);
  cursor: pointer;
}

.checkout-modal__sheet {
  position: relative;
  width: min(560px, calc(100vw - 24px));
  height: min(92vh, 880px);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(251, 251, 247, 0.98), rgba(241, 247, 238, 0.98));
  box-shadow: 0 32px 90px rgba(29, 38, 31, 0.28);
}

.checkout-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.checkout-modal__loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 14px;
  background: linear-gradient(180deg, rgba(248, 249, 244, 0.96), rgba(238, 244, 236, 0.98));
  color: #5f7564;
  text-align: center;
  transition: opacity 0.18s ease;
}

.checkout-modal__loading p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.checkout-modal__spinner {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 3px solid rgba(95, 117, 100, 0.16);
  border-top-color: #5f7564;
  animation: checkout-modal-spin 0.82s linear infinite;
}

.checkout-modal:not(.is-loading) .checkout-modal__loading {
  opacity: 0;
  pointer-events: none;
}

@keyframes checkout-modal-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 720px) {
  .checkout-modal {
    padding: 0;
  }

  .checkout-modal__sheet {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}

/* Be CLEAN-inspired home refresh */
body.theme-beclean {
  --cast-pale-green: #a8c0ad;
  --cast-pale-green-deep: #5f7c69;
  --cast-pale-green-soft: #dfe8d9;
  --cast-pale-green-wash: #f5f8f2;
  --cast-stone: #bfa785;
  --cast-ink: #232622;
  background: linear-gradient(90deg, #fbfcf9 0%, #f2f6ef 78%, #d9e7d5 100%);
}

body.theme-beclean .page-shell {
  width: calc(100% - 24px);
  margin: 10px auto 28px;
  border: 1px solid rgba(168, 192, 173, 0.42);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 72px rgba(96, 124, 105, 0.12);
}

body.theme-beclean .container {
  width: calc(100% - 40px);
}

body.theme-beclean .promo-bar,
body.theme-beclean .mega-nav-block,
body.theme-beclean .brand-mark-caption {
  display: none;
}

body.theme-beclean .topbar {
  position: relative;
  background: rgba(249, 251, 247, 0.96);
  border-bottom: 1px solid rgba(168, 192, 173, 0.28);
  backdrop-filter: blur(8px);
}

body.theme-beclean .topbar-inner {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas:
    "start brand search"
    "nav brand .";
  align-items: center;
  column-gap: 24px;
  row-gap: 8px;
  padding: 14px 0 12px;
}

body.theme-beclean .topbar-start {
  grid-area: start;
  display: flex;
  align-items: center;
  align-self: start;
  justify-self: start;
  gap: 14px;
}

body.theme-beclean .language-switcher select {
  min-width: 94px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(168, 192, 173, 0.34);
  background: #ffffff;
  color: var(--cast-pale-green-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-beclean .header-brand {
  grid-area: brand;
  min-width: 0;
  width: min(100%, 280px);
  justify-self: center;
  align-self: center;
}

body.theme-beclean .header-brand--logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  min-height: 0;
  padding: 0;
  line-height: 0;
}

body.theme-beclean .header-brand-image--thecast {
  width: clamp(170px, 17vw, 220px);
  max-width: 100%;
  transform: none;
}

body.theme-beclean .thecast-wordmark-mark,
body.theme-beclean .thecast-wordmark-tag {
  display: none;
}

body.theme-beclean .thecast-wordmark-copy {
  gap: 0;
}

body.theme-beclean .thecast-wordmark-title--inline {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 3vw, 3.7rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 0.9;
}

body.theme-beclean .header-search {
  grid-area: search;
  width: min(100%, 320px);
  justify-self: end;
  align-self: center;
  max-width: none;
  border: 0;
  border-bottom: 1px solid rgba(35, 38, 34, 0.72);
  border-radius: 0;
  background: transparent;
}

body.theme-beclean .header-search input {
  min-height: 44px;
  padding: 0 4px;
  font-size: 0.94rem;
}

body.theme-beclean .header-search button {
  min-width: 44px;
  background: transparent;
  color: var(--cast-ink);
  font-size: 0;
  padding: 0;
  position: relative;
}

body.theme-beclean .header-search button::before {
  content: "⌕";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -56%);
  font-size: 1.55rem;
}

body.theme-beclean .utility-nav {
  grid-area: nav;
  justify-self: start;
  align-self: center;
  width: auto;
  gap: 14px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

body.theme-beclean .utility-nav a,
body.theme-beclean .auth-nav-btn {
  color: #4d5b50;
  font-weight: 600;
}

body.theme-beclean .account-info,
body.theme-beclean .cart-nav-btn,
body.theme-beclean .admin-nav-btn {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(168, 192, 173, 0.28);
}

body.theme-beclean .hero {
  padding: 42px 0 22px;
}

body.theme-beclean.page-home #homeCuration,
body.theme-beclean.page-home #brandDirectoryHub,
body.theme-beclean.page-home #catalog,
body.theme-beclean.page-home #reasonsStrip,
body.theme-beclean.page-home .material-block {
  display: none !important;
}

body.theme-beclean.page-shop .beclean-hero-grid,
body.theme-beclean.page-shop #collabPreview,
body.theme-beclean.page-shop #homeCuration,
body.theme-beclean.page-shop #brandDirectoryHub,
body.theme-beclean.page-shop #reasonsStrip,
body.theme-beclean.page-shop .material-block {
  display: none !important;
}

body.theme-beclean.page-shop .hero {
  padding: 34px 0 0;
}

body.theme-beclean.page-shop .beclean-hero-shell {
  gap: 24px;
}

body.theme-beclean.page-shop .beclean-category-nav {
  position: sticky;
  top: 86px;
  z-index: 14;
  background: rgba(255, 255, 255, 0.96);
  padding-bottom: 10px;
}

body.theme-beclean.page-shop .beclean-hero-brand {
  gap: 4px;
}

body.theme-beclean.page-shop .beclean-brand-mark {
  font-size: clamp(3.2rem, 6vw, 5rem);
}

body.theme-beclean.page-shop .beclean-category-panel {
  min-height: 0;
}

body.theme-beclean.page-shop .catalog-block {
  padding-top: 24px;
}

body.theme-beclean.page-shop .catalog-block .section-head,
body.theme-beclean.page-shop .catalog-block .strategy-shell,
body.theme-beclean.page-shop .catalog-block #mainTabs {
  display: none !important;
}

body.theme-beclean.page-shop .catalog-block .sub-tabs {
  margin-top: 0;
}

body.theme-beclean.page-shop .product-grid.is-brand-mode {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}

body.theme-beclean.page-shop .catalog-brand-card {
  position: relative;
  min-height: 340px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #131514;
}

body.theme-beclean.page-shop .catalog-brand-card:hover {
  transform: none;
  box-shadow: none;
}

body.theme-beclean.page-shop .catalog-brand-card .brand-card-image {
  width: 100%;
  height: 100%;
  min-height: 340px;
  aspect-ratio: auto;
  object-fit: cover;
  filter: brightness(0.82);
  transition: transform 0.28s ease, filter 0.28s ease;
}

body.theme-beclean.page-shop .catalog-brand-card:hover .brand-card-image,
body.theme-beclean.page-shop .catalog-brand-card:focus-visible .brand-card-image {
  transform: scale(1.03);
  filter: brightness(0.72);
}

body.theme-beclean.page-shop .catalog-brand-card .brand-card-body {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: linear-gradient(180deg, rgba(11, 13, 12, 0.12) 0%, rgba(11, 13, 12, 0.34) 100%);
}

body.theme-beclean.page-shop .catalog-brand-card .brand-card-title {
  color: #ffffff;
  font-family: "Barlow Condensed", "Noto Sans KR", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

body.theme-beclean.page-shop .catalog-brand-card .brand-card-subtitle {
  display: none;
}

body.theme-beclean .beclean-hero-shell {
  display: grid;
  gap: 30px;
}

body.theme-beclean .beclean-hero-brand {
  display: grid;
  justify-items: center;
  gap: 0;
}

body.theme-beclean .beclean-brand-kicker {
  margin: 0;
  color: var(--cast-pale-green-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

body.theme-beclean .beclean-brand-mark {
  margin: 0;
  color: #111310;
  font-family: "Barlow Condensed", "Noto Sans KR", sans-serif;
  font-size: clamp(4rem, 8vw, 6.8rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 0.9;
  text-transform: uppercase;
}

body.theme-beclean .beclean-category-nav {
  display: grid;
  gap: 0;
  position: relative;
  z-index: 4;
}

body.theme-beclean .beclean-app-download-wrap {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 5;
}

body.theme-beclean .beclean-app-download-card {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px;
  padding: 0;
  text-decoration: none;
  transition: opacity 0.18s ease;
}

body.theme-beclean .beclean-app-download-card:hover,
body.theme-beclean .beclean-app-download-card:focus-visible {
  opacity: 0.84;
  outline: none;
}

body.theme-beclean .beclean-app-download-copy {
  display: grid;
  gap: 2px;
  justify-items: end;
  text-align: right;
  align-content: center;
}

body.theme-beclean .beclean-app-download-kicker {
  color: #6b806d;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.theme-beclean .beclean-app-download-copy strong {
  color: #2c3b2d;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

body.theme-beclean .beclean-app-download-qr {
  width: 68px;
  height: 68px;
  display: block;
  flex-shrink: 0;
  padding: 4px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(120, 138, 121, 0.1),
    0 8px 18px rgba(95, 124, 105, 0.08);
}

body.theme-beclean .beclean-category-tabs {
  display: flex;
  flex-wrap: nowrap;
  background: linear-gradient(90deg, #8ca58f 0%, #9bb39d 48%, #89a38f 100%);
  border: 1px solid rgba(95, 124, 105, 0.18);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

body.theme-beclean .beclean-category-tab {
  flex: 1 1 0;
  min-width: 0;
  min-height: 48px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Barlow Condensed", "Noto Sans KR", sans-serif;
  font-size: clamp(0.8rem, 0.35vw + 0.66rem, 0.94rem);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
  padding: 0 6px;
}

body.theme-beclean .beclean-category-tab:hover,
body.theme-beclean .beclean-category-tab:focus-visible,
body.theme-beclean .beclean-category-tab.is-active {
  background: rgba(248, 250, 245, 0.94);
  color: var(--cast-pale-green-deep);
  outline: none;
}

body.theme-beclean .beclean-category-panel {
  position: absolute;
  inset: 0 0 auto 0;
  min-height: 0;
  height: 0;
  display: block;
  background: transparent;
  pointer-events: none;
}

body.theme-beclean .beclean-category-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--beclean-panel-top, 66px);
  height: var(--beclean-panel-height, 0px);
  background: rgba(250, 250, 246, 0.98);
  border-top: 1px solid rgba(207, 216, 205, 0.42);
  border-bottom: 1px solid rgba(207, 216, 205, 0.58);
  box-shadow: 0 18px 36px rgba(102, 123, 104, 0.08);
}

body.theme-beclean .beclean-category-panel-inner {
  position: absolute;
  left: var(--beclean-panel-left, 16px);
  top: var(--beclean-panel-top, 66px);
  width: min(360px, calc(100% - 32px));
  padding: 20px 12px 4px;
  display: grid;
  justify-items: start;
  gap: 16px;
  pointer-events: auto;
  z-index: 1;
}

body.theme-beclean .beclean-category-panel-inner.is-brand-hall {
  width: min(420px, calc(100% - 32px));
  padding-top: 26px;
  gap: 12px;
}

body.theme-beclean .beclean-category-list {
  display: grid;
  gap: 11px;
  justify-items: start;
  width: 100%;
}

body.theme-beclean .beclean-subcategory-link {
  border: 0;
  background: transparent;
  color: #4c544d;
  font-size: 0.98rem;
  line-height: 1.3;
  cursor: pointer;
  text-align: left;
  padding: 0;
}

body.theme-beclean .beclean-subcategory-link:hover,
body.theme-beclean .beclean-subcategory-link:focus-visible {
  color: var(--cast-pale-green-deep);
  outline: none;
}

body.theme-beclean .beclean-subcategory-link--brand {
  min-width: 240px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(168, 192, 173, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #3f4940;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.theme-beclean .beclean-category-viewall {
  justify-self: start;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(168, 192, 173, 0.46);
  background: rgba(255, 255, 255, 0.88);
  color: var(--cast-pale-green-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

body.theme-beclean .beclean-hero-grid {
  position: relative;
  display: block;
  padding: 0 12px 8px;
}

body.theme-beclean .beclean-hero-slider-shell {
  display: grid;
  gap: 14px;
  min-width: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

body.theme-beclean .beclean-hero-slider-frame {
  position: relative;
  margin: 0;
  overflow: visible;
  box-shadow: 0 20px 56px rgba(96, 124, 105, 0.14);
}

body.theme-beclean .beclean-hero-slider-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  pointer-events: none;
  background:
    linear-gradient(270deg, rgba(18, 24, 20, 0.42) 0%, rgba(18, 24, 20, 0.16) 26%, rgba(18, 24, 20, 0) 48%),
    linear-gradient(0deg, rgba(18, 24, 20, 0.08) 0%, rgba(18, 24, 20, 0) 26%);
}

body.theme-beclean .beclean-hero-slider-viewport {
  border-radius: 4px;
  overflow: hidden;
  background: #eff4ec;
  aspect-ratio: 2.45 / 1;
  min-height: clamp(234px, 21.6vw, 342px);
}

body.theme-beclean .beclean-hero-slider-track {
  display: flex;
  height: 100%;
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.theme-beclean .beclean-hero-slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #eff4ec;
}

body.theme-beclean .beclean-hero-slide-backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(18px) saturate(0.92);
  transform: scale(1.08);
  opacity: 0.48;
}

body.theme-beclean .beclean-hero-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center 28%;
  transform: none;
}

body.theme-beclean .beclean-hero-slider-nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(94, 121, 100, 0.16);
  color: #7b867c;
  cursor: pointer;
  transform: translateY(-50%);
}

body.theme-beclean .beclean-hero-slider-nav.is-prev {
  left: 16px;
}

body.theme-beclean .beclean-hero-slider-nav.is-next {
  right: 16px;
}

body.theme-beclean .beclean-hero-slider-nav span {
  display: block;
  font-size: 2.3rem;
  line-height: 0.9;
  transform: translateY(-2px);
}

body.theme-beclean .beclean-hero-slider-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  padding-left: 18px;
  margin-top: -2px;
}

body.theme-beclean .beclean-hero-slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(168, 192, 173, 0.4);
  cursor: pointer;
}

body.theme-beclean .beclean-hero-slider-dot.is-active {
  width: 24px;
  background: rgba(142, 169, 146, 0.94);
}

body.theme-beclean .beclean-hero-visual {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #eff4ec;
  box-shadow: 0 20px 56px rgba(96, 124, 105, 0.14);
}

body.theme-beclean .beclean-hero-visual img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5.2;
  object-fit: cover;
}

body.theme-beclean .beclean-hero-copy {
  position: absolute;
  right: clamp(28px, 4vw, 54px);
  bottom: clamp(18px, 3vw, 30px);
  z-index: 2;
  display: grid;
  gap: 14px;
  align-content: center;
  width: min(100%, 420px);
  padding: 0;
  transform: none;
  margin-left: 0;
}

body.theme-beclean .beclean-copy-kicker {
  margin: 0;
  color: rgba(245, 249, 246, 0.92);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(18, 24, 20, 0.34);
}

body.theme-beclean .beclean-copy-product {
  margin: -4px 0 0;
  color: rgba(241, 246, 242, 0.88);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(18, 24, 20, 0.32);
}

body.theme-beclean .beclean-hero-copy h1,
body.theme-beclean .beclean-hero-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", "Noto Sans KR", sans-serif;
  font-size: clamp(3.2rem, 5vw, 4.9rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 8px 30px rgba(18, 24, 20, 0.28);
}

body.theme-beclean .hero-copy-desc {
  margin: 0;
  max-width: 380px;
  color: rgba(247, 250, 247, 0.94);
  font-size: 0.94rem;
  line-height: 1.6;
  text-shadow: 0 2px 18px rgba(18, 24, 20, 0.34);
}

body.theme-beclean .hero-keyword-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 390px;
}

body.theme-beclean .hero-keyword-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(247, 250, 247, 0.12);
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

body.theme-beclean .hero-keyword-links a:hover,
body.theme-beclean .hero-keyword-links a:focus-visible {
  background: rgba(247, 250, 247, 0.22);
  color: #ffffff;
  outline: none;
}

body.theme-beclean .hero-copy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.theme-beclean .hero-copy-primary,
body.theme-beclean .hero-copy-secondary {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.theme-beclean .hero-copy-primary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: #445044;
}

body.theme-beclean .hero-copy-secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(6px);
}

body.theme-beclean .hero-note-grid {
  display: grid;
  gap: 12px;
  max-width: 460px;
  margin-top: 6px;
}

body.theme-beclean .hero-note-grid article {
  padding-top: 12px;
  border-top: 1px solid rgba(168, 192, 173, 0.26);
}

body.theme-beclean .hero-note-grid span {
  color: var(--cast-pale-green-deep);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

body.theme-beclean .hero-note-grid strong {
  display: block;
  margin-top: 6px;
  color: #283028;
  font-size: 0.92rem;
  line-height: 1.6;
}

body.theme-beclean .beclean-copy-signoff {
  margin: 8px 0 0;
  color: #111310;
  font-size: 1.9rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}

body.theme-beclean .beclean-copy-signoff span {
  margin-right: 8px;
  font-style: italic;
}

body.theme-beclean .beclean-copy-signoff strong {
  font-family: "Barlow Condensed", "Noto Sans KR", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-beclean .beclean-partnership {
  display: grid;
  gap: 14px;
  max-width: 460px;
}

body.theme-beclean .beclean-partnership-card {
  display: grid;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(168, 192, 173, 0.28);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(247, 249, 244, 0.98), rgba(239, 245, 238, 0.94));
  box-shadow: 0 20px 44px rgba(96, 124, 105, 0.1);
}

body.theme-beclean .beclean-partnership-card img {
  width: min(100%, 292px);
  height: auto;
  display: block;
}

body.theme-beclean .beclean-partnership-copy {
  display: grid;
  gap: 6px;
}

body.theme-beclean .beclean-partnership-kicker {
  margin: 0;
  color: var(--cast-pale-green-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.theme-beclean .beclean-partnership-desc {
  margin: 0;
  color: #384239;
  font-size: 0.94rem;
  line-height: 1.65;
}

body.theme-beclean .collab-preview-block {
  padding: 6px 0 38px;
}

body.theme-beclean .home-category-shelf-shell {
  padding: 0 28px;
  border: 0;
  background: transparent;
}

body.theme-beclean .home-category-shelf-head {
  margin-bottom: 24px;
  justify-items: center;
  text-align: center;
}

body.theme-beclean .home-category-shelf-head h2 {
  margin: 0;
  color: #182019;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  line-height: 0.96;
}

body.theme-beclean .home-category-shelf-head p:last-child {
  max-width: 520px;
  color: #677168;
}

body.theme-beclean .home-category-shelf {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

body.theme-beclean .home-brand-shelf-slider {
  display: grid;
  width: 100%;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
}

body.theme-beclean .home-brand-shelf-viewport {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

body.theme-beclean .home-brand-shelf-track {
  display: flex;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.theme-beclean .home-brand-shelf-page {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px 14px;
  align-items: start;
  justify-items: center;
}

body.theme-beclean .home-brand-shelf-arrow {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #6d7a6d;
  box-shadow: 0 8px 24px rgba(96, 124, 105, 0.12);
  cursor: pointer;
}

body.theme-beclean .home-brand-shelf-arrow span {
  display: block;
  font-size: 2rem;
  line-height: 0.9;
  transform: translateY(-1px);
}

body.theme-beclean .home-brand-shelf-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

body.theme-beclean .home-brand-shelf-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(168, 192, 173, 0.38);
  cursor: pointer;
}

body.theme-beclean .home-brand-shelf-dot.is-active {
  width: 24px;
  background: rgba(142, 169, 146, 0.92);
}

body.theme-beclean .home-brand-tile {
  display: grid;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  justify-items: center;
  gap: 10px;
}

body.theme-beclean .home-brand-tile:hover {
  transform: none;
  border: 0;
  box-shadow: none;
}

body.theme-beclean .home-brand-tile-visual {
  display: block;
  width: min(100%, 112px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(168, 192, 173, 0.32);
  background: radial-gradient(circle at 32% 28%, #f6faf4 0%, #dce9d9 100%);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.55);
}

body.theme-beclean .home-brand-tile-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.theme-beclean .home-brand-tile strong {
  display: block;
  color: #20241f;
  width: min(100%, 140px);
  font-family: "Noto Sans KR", "Pretendard", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.35;
  text-transform: none;
}

body.theme-beclean .home-brand-tile p {
  display: block;
  margin: 0;
  color: #6c766f;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-beclean .home-curation-block {
  padding: 12px 0 60px;
}

body.theme-beclean .home-section-kicker,
body.theme-beclean .section-head-kicker {
  color: var(--cast-pale-green-deep);
  font-weight: 700;
}

body.theme-beclean .home-section-head h2,
body.theme-beclean .brand-directory-head h2,
body.theme-beclean .section-head h2 {
  color: #1c231c;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 0.96;
}

body.theme-beclean .home-rail-section,
body.theme-beclean .home-featured-brands,
body.theme-beclean .home-stories,
body.theme-beclean .brand-directory-block,
body.theme-beclean .strategy-shell,
body.theme-beclean .catalog-toolbar,
body.theme-beclean .brand-directory-card,
body.theme-beclean .brand-directory-grid .brand-card {
  border: 1px solid rgba(168, 192, 173, 0.26);
  background: rgba(249, 251, 247, 0.94);
  box-shadow: none;
}

body.theme-beclean .featured-brands-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.theme-beclean .featured-brand-card {
  border-radius: 24px;
  overflow: hidden;
}

body.theme-beclean .featured-brand-card.is-lead {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: stretch;
}

body.theme-beclean .featured-brand-card.is-lead .brand-card-image {
  min-height: 340px;
  height: 100%;
  aspect-ratio: auto;
}

body.theme-beclean .featured-brand-card.is-lead .brand-card-body {
  padding: 28px 24px;
  align-content: center;
}

body.theme-beclean .featured-brand-card .brand-card-image {
  background: linear-gradient(180deg, #eef4eb 0%, #dbe7d8 100%);
}

body.theme-beclean .featured-brand-link,
body.theme-beclean .story-card-link {
  color: var(--cast-pale-green-deep);
}

body.theme-beclean .story-card,
body.theme-beclean .home-product-card,
body.theme-beclean .product-card {
  border-color: rgba(168, 192, 173, 0.22);
  background: #ffffff;
}

body.theme-beclean .home-product-card .card-thumb,
body.theme-beclean .product-card .card-thumb {
  background: linear-gradient(180deg, #f0f5ee 0%, #dde8db 100%);
}

body.theme-beclean .card-buy-btn,
body.theme-beclean .strategy-menu.is-active,
body.theme-beclean .main-tab.is-active,
body.theme-beclean .sub-tab.is-active {
  background: var(--cast-pale-green);
  border-color: var(--cast-pale-green);
  color: #ffffff;
}

body.theme-beclean .brand-directory-block,
body.theme-beclean .catalog-block {
  padding-top: 10px;
}

body.theme-beclean .brand-directory-head,
body.theme-beclean .section-head-wordmark {
  padding: 0 8px;
}

body.theme-beclean .section-head-wordmark p:last-child,
body.theme-beclean .brand-directory-head p:last-child {
  color: #677168;
}

body.theme-beclean .catalog-block {
  padding-bottom: 76px;
}

@media (max-width: 1180px) {
  body.theme-beclean .topbar-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "start search"
      "brand brand"
      "nav nav";
    align-items: center;
    row-gap: 10px;
  }

  body.theme-beclean .header-brand {
    width: 100%;
  }

  body.theme-beclean .header-brand--logo {
    min-height: 0;
  }

  body.theme-beclean .header-search {
    width: min(100%, 320px);
  }

  body.theme-beclean .utility-nav {
    justify-content: flex-start;
  }

  body.theme-beclean .beclean-hero-grid,
  body.theme-beclean .home-editorial-grid,
  body.theme-beclean .home-rails-grid {
    grid-template-columns: 1fr;
  }

  body.theme-beclean .beclean-hero-grid {
    display: grid;
    gap: 24px;
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    aspect-ratio: 1.3 / 1;
    min-height: 0;
  }

  body.theme-beclean .beclean-hero-copy {
    position: static;
    width: auto;
    padding: 0;
    transform: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body.theme-beclean .featured-brand-card.is-lead {
    grid-template-columns: 1fr;
  }

  body.theme-beclean .home-brand-shelf-page {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.theme-beclean.page-shop .product-grid.is-brand-mode {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body.theme-beclean .page-shell {
    width: min(100%, calc(100% - 16px));
    margin: 8px auto 18px;
    border-radius: 26px;
  }

  body.theme-beclean .container {
    width: min(100%, calc(100% - 28px));
  }

  body.theme-beclean .topbar-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "start"
      "brand"
      "search"
      "nav";
    align-items: stretch;
    gap: 12px;
    padding: 14px 0;
  }

  body.theme-beclean .topbar-start,
  body.theme-beclean .utility-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  body.theme-beclean .header-brand,
  body.theme-beclean .header-search {
    width: 100%;
    justify-self: stretch;
  }

  body.theme-beclean .header-search {
    align-self: stretch;
  }

  body.theme-beclean .beclean-app-download-wrap {
    position: static;
    justify-self: end;
    margin-bottom: 10px;
  }

  body.theme-beclean .beclean-app-download-card {
    display: grid;
    width: min(100%, 240px);
  }

  body.theme-beclean .beclean-category-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-beclean .beclean-category-panel {
    min-height: 0;
  }

  body.theme-beclean .beclean-category-tab {
    flex-basis: auto;
  }

  body.theme-beclean .beclean-hero-grid {
    gap: 24px;
    padding: 0 0 12px;
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    aspect-ratio: 1 / 1;
  }

  body.theme-beclean .beclean-hero-slider-nav {
    width: 40px;
    height: 40px;
  }

  body.theme-beclean .beclean-hero-slider-nav.is-prev {
    left: 12px;
  }

  body.theme-beclean .beclean-hero-slider-nav.is-next {
    right: 12px;
  }

  body.theme-beclean .beclean-hero-slider-pagination {
    justify-content: center;
    padding-left: 0;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(3.3rem, 15vw, 5.4rem);
  }

  body.theme-beclean .home-category-shelf-shell {
    padding: 0;
  }

  body.theme-beclean .home-brand-shelf-slider {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
  }

  body.theme-beclean .home-brand-shelf-page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 10px;
  }

  body.theme-beclean .home-brand-shelf-arrow {
    width: 36px;
    height: 36px;
  }

  body.theme-beclean .home-brand-tile-visual {
    width: min(100%, 92px);
  }

  body.theme-beclean .home-brand-tile strong {
    width: 100%;
    font-size: 0.88rem;
  }

  body.theme-beclean.page-shop .beclean-category-nav {
    top: 102px;
  }
}

@media (max-width: 520px) {
  body.theme-beclean .header-brand-image--thecast {
    width: clamp(136px, 42vw, 184px);
    transform: none;
  }

  body.theme-beclean .thecast-wordmark-title--inline {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  body.theme-beclean .beclean-brand-mark {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }

  body.theme-beclean .beclean-app-download-card {
    width: auto;
    min-width: 0;
    gap: 8px;
  }

  body.theme-beclean .beclean-app-download-copy strong {
    font-size: 0.82rem;
  }

  body.theme-beclean .beclean-app-download-qr {
    width: 60px;
    height: 60px;
  }

  body.theme-beclean .beclean-category-tab {
    min-height: 48px;
    font-size: 0.94rem;
  }

  body.theme-beclean .beclean-subcategory-link {
    font-size: 0.9rem;
  }

  body.theme-beclean .hero-copy-desc {
    font-size: 0.98rem;
  }

  body.theme-beclean .hero-keyword-links {
    gap: 6px;
  }

  body.theme-beclean .hero-keyword-links a {
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.68rem;
  }

  body.theme-beclean .beclean-hero-slider-nav {
    width: 36px;
    height: 36px;
  }

  body.theme-beclean .beclean-hero-slider-nav span {
    font-size: 1.72rem;
  }

  body.theme-beclean .home-brand-shelf-slider {
    grid-template-columns: 1fr;
  }

  body.theme-beclean .home-brand-shelf-arrow {
    display: none;
  }

  body.theme-beclean .home-brand-tile-visual {
    width: min(100%, 88px);
  }

  body.theme-beclean.page-shop .product-grid.is-brand-mode {
    grid-template-columns: 1fr;
  }

  body.theme-beclean.page-shop .catalog-brand-card,
  body.theme-beclean.page-shop .catalog-brand-card .brand-card-image {
    min-height: 300px;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  background: linear-gradient(180deg, #d4dfd3 0%, #edf2ea 100%);
}

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

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

button,
select {
  font: inherit;
}

.container {
  width: min(1260px, calc(100% - 72px));
  margin: 0 auto;
}

.page-shell {
  width: min(1360px, calc(100% - 42px));
  margin: 22px auto;
  border: 1px solid #b5c5b7;
  border-radius: 22px;
  overflow: hidden;
  background: #edf3ec;
}

main {
  display: flex;
  flex-direction: column;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(6px);
  background: rgba(225, 236, 226, 0.92);
  border-bottom: 1px solid var(--line);
}

.promo-bar {
  min-height: 36px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c6d2c7;
  background: linear-gradient(92deg, #6f886f, #8ea78e);
}

.promo-bar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
}

.promo-bar p {
  margin: 0;
  color: #f6faf5;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topbar-inner {
  min-height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.topbar-start {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-switcher select {
  height: 40px;
  border-radius: 14px;
  border: 1px solid #b7c8b8;
  background: #e6eee6;
  color: #2b342d;
  padding: 0 12px;
  min-width: 122px;
  cursor: pointer;
  font-weight: 600;
}

.brand-mark {
  margin: 0;
  display: inline-flex;
  align-items: center;
  height: 40px;
}

.brand-mark picture {
  display: inline-flex;
}

.brand-mark-image {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.brand-mark-collab {
  height: 44px;
  border-radius: 10px;
  border: 1px solid #d2dbd0;
  background: #ffffff;
  padding: 2px 6px;
  box-shadow: 0 6px 14px rgba(47, 63, 49, 0.12);
}

.utility-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.94rem;
  color: #445a4b;
  font-weight: 500;
}

.header-search {
  flex: 1;
  max-width: 560px;
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid #bdccbe;
  border-radius: 999px;
  overflow: hidden;
  background: #f6faf5;
}

.header-search input {
  border: 0;
  min-height: 40px;
  padding: 0 14px;
  background: transparent;
  color: #253127;
}

.header-search input:focus {
  outline: none;
}

.header-search button {
  border: 0;
  min-width: 94px;
  min-height: 40px;
  background: #6f8b72;
  color: #f5faf5;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.account-info {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #c7d1c7;
  background: #f7faf6;
  color: #3a4a3a;
  font-size: 0.76rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-nav-btn {
  height: 30px;
  border: 1px solid #c7d1c7;
  border-radius: 999px;
  background: #f7faf6;
  color: #334234;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding: 0 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cart-count-badge {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #6f8a75;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.66rem;
  padding: 0 5px;
}

.auth-nav-btn {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
}

.admin-nav-btn {
  height: 30px;
  border: 1px solid #9fb69c;
  border-radius: 999px;
  background: #e7f0e5;
  color: #2f4231;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding: 0 10px;
  cursor: pointer;
}

.mega-nav-block {
  display: block;
}

.mega-top-links {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #d5dbd2;
  overflow-x: auto;
  scrollbar-width: none;
}

.mega-top-links::-webkit-scrollbar {
  display: none;
}

.mega-menu-button,
.mega-top-link {
  border: 0;
  background: transparent;
  color: #334138;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.mega-menu-button {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0;
  transition: color 0.2s ease;
}

.mega-menu-button.is-open {
  color: #4f7b63;
}

.mega-top-link {
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
}

.mega-top-link.is-open {
  color: #5f7d68;
}

.mega-panel {
  display: none;
  grid-template-columns: 210px 1fr;
  min-height: 430px;
}

.mega-panel.is-open {
  display: grid;
}

.brand-panel {
  display: none;
  padding: 18px 0 20px;
  border-top: 1px solid #d7ddd5;
}

.brand-panel.is-open {
  display: block;
}

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

.brand-card {
  border: 1px solid #d4dbd3;
  background: #f1f4f0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 100%;
}

.brand-card.is-clickable {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.brand-card.is-clickable:hover {
  transform: translateY(-2px);
  border-color: #c5d4c6;
  box-shadow: 0 10px 22px rgba(53, 73, 52, 0.1);
}

.brand-card.is-clickable:focus-visible {
  outline: 2px solid #7ea286;
  outline-offset: 2px;
}

.brand-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #edf2eb;
}

.brand-card-body {
  padding: 12px 12px 14px;
}

.brand-card-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #39463f;
}

.brand-card-subtitle {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #7a8780;
}

.mega-side {
  border-right: 1px solid #d5dbd2;
  padding: 14px 0;
}

.mega-side-item {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  min-height: 54px;
  padding: 0 22px;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #3b4741;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.mega-side-item.is-active {
  color: #4b8b72;
  background: rgba(164, 195, 171, 0.1);
}

.mega-side-item-wrap {
  position: relative;
}

.mega-side-item.is-active + .mega-side-arrow {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.mega-side-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  opacity: 0;
  color: #4b8b72;
  font-size: 1.3rem;
  pointer-events: none;
  transition: all 0.2s ease;
}

.mega-content {
  padding: 24px 26px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-content: start;
}

.mega-column h3 {
  margin: 0 0 14px;
  font-size: clamp(18px, 1.4vw, 20px);
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #3a4740;
}

.mega-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.mega-column li {
  color: #66736c;
  font-size: clamp(14px, 1vw, 15px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.42;
}

.hero {
  padding: 26px 0 24px;
  order: 1;
}

.brand-hero {
  position: relative;
  min-height: 560px;
  border: 1px solid #c6cec5;
  border-radius: 30px;
  overflow: hidden;
  background: #121714;
  box-shadow: 0 30px 60px rgba(19, 30, 21, 0.26);
  touch-action: pan-y;
}

.brand-hero-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  perspective: 1400px;
}

.brand-hero-track {
  width: 100%;
  height: 100%;
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform 560ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.brand-hero-track.is-dragging {
  transition: none;
}

.brand-hero-slide {
  margin: 0;
  position: relative;
  flex: 0 0 100%;
  opacity: var(--slide-focus-opacity, 1);
  transform: rotateY(var(--slide-focus-tilt, 0deg)) scale(var(--slide-focus-scale, 1));
  transform-origin: center center;
  transition: opacity 0.42s ease, transform 0.56s ease;
}

.brand-hero-track.is-dragging .brand-hero-slide {
  transition: none;
}

.brand-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(16, 22, 18, 0.8) 0%,
    rgba(19, 28, 22, 0.56) 40%,
    rgba(19, 27, 21, 0.2) 70%,
    rgba(17, 25, 20, 0.54) 100%
  );
}

.brand-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-hero-slide-caption {
  position: absolute;
  right: 24px;
  bottom: 92px;
  max-width: min(420px, 48vw);
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(236, 242, 236, 0.24);
  background: rgba(13, 18, 14, 0.5);
  backdrop-filter: blur(3px);
  z-index: 3;
}

.brand-hero-slide-brand {
  margin: 0;
  color: rgba(244, 249, 244, 0.95);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-hero-slide-product {
  margin: 7px 0 0;
  color: rgba(245, 249, 245, 0.9);
  font-size: 0.86rem;
  line-height: 1.34;
  letter-spacing: -0.01em;
}

.brand-hero-overlay {
  position: relative;
  z-index: 4;
  width: min(430px, 48%);
  min-height: 560px;
  padding: 36px 24px 108px;
  background: linear-gradient(
    110deg,
    rgba(14, 21, 16, 0.56) 0%,
    rgba(19, 29, 22, 0.24) 62%,
    rgba(24, 35, 27, 0) 100%
  );
  display: flex;
  flex-direction: column;
}

.brand-hero-kicker {
  margin: 0;
  color: rgba(203, 224, 201, 0.94);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.brand-hero-overlay h1 {
  margin: 10px 0 0;
  color: #f4f8f3;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.8vw, 3rem);
  letter-spacing: -0.02em;
  line-height: 0.96;
  text-transform: uppercase;
}

#brandHeroSubtitle {
  margin: 12px 0 0;
  color: rgba(233, 241, 233, 0.9);
  font-size: 0.86rem;
  line-height: 1.45;
  max-width: 74%;
}

.brand-hero-meta {
  margin: 10px 0 0;
  color: rgba(207, 227, 205, 0.95);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

.brand-hero-actions {
  margin-top: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-hero-actions button,
.brand-hero-actions a {
  min-height: 36px;
  border-radius: 999px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.brand-hero-actions button {
  border: 1px solid rgba(182, 205, 178, 0.8);
  background: linear-gradient(112deg, #89a786, #a8bc9e);
  color: #152116;
  cursor: pointer;
  font-weight: 700;
}

.brand-hero-actions button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: saturate(0.5);
}

.brand-hero-actions a {
  border: 1px solid rgba(219, 231, 219, 0.7);
  color: #f4f8f3;
  font-weight: 500;
}

.brand-hero-actions button:not(:disabled):hover,
.brand-hero-actions a:hover {
  transform: translateY(-1px);
}

.brand-hero-controls {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.brand-hero-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-hero-dot {
  width: 20px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(240, 247, 239, 0.26);
  cursor: pointer;
  padding: 0;
}

.brand-hero-dot.is-active {
  width: 34px;
  background: #d9ead4;
}

.brand-hero-nav {
  display: inline-flex;
  gap: 8px;
}

.brand-hero-nav button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(221, 232, 221, 0.6);
  border-radius: 999px;
  background: rgba(13, 19, 14, 0.38);
  color: #f2f7f2;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.brand-hero-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-top: 1px solid rgba(232, 241, 232, 0.24);
  background: rgba(12, 18, 14, 0.7);
  backdrop-filter: blur(2px);
  z-index: 5;
}

.brand-hero-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 10px;
  animation: brandHeroMarquee 26s linear infinite;
}

.brand-hero:hover .brand-hero-marquee-track {
  animation-play-state: paused;
}

.brand-hero-marquee-item {
  border: 1px solid rgba(221, 233, 220, 0.3);
  background: rgba(248, 252, 247, 0.07);
  color: rgba(238, 245, 238, 0.9);
  border-radius: 999px;
  min-height: 32px;
  padding: 0 14px;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.brand-hero-marquee-item.is-active {
  background: rgba(173, 197, 169, 0.34);
  border-color: rgba(197, 218, 194, 0.65);
}

@keyframes brandHeroMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.collab-preview-block {
  padding: 0 0 22px;
  order: 2;
}

.collab-preview-inner {
  display: grid;
  gap: 10px;
}

.collab-preview-kicker {
  margin: 0;
  color: #6c7d70;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.collab-preview-card {
  display: inline-grid;
  gap: 8px;
  justify-items: start;
}

.collab-preview-card img {
  width: min(326px, 100%);
  border-radius: 12px;
  border: 1px solid #d5ddd2;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(38, 52, 40, 0.12);
}

.collab-preview-card p {
  margin: 0;
  color: #607063;
  font-size: 0.82rem;
}

.intro-strip {
  padding: 4px 0 48px;
  order: 3;
}

.intro-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.intro-grid article {
  border: 1px solid #c8d0c8;
  border-radius: 20px;
  padding: 24px 22px;
  min-height: 188px;
  background: linear-gradient(160deg, #b7c7b2 0%, #afc0aa 100%);
  color: #f2f5f1;
}

.intro-grid article:nth-child(3) {
  background: #f6f8f5;
  color: var(--ink);
}

.strip-label {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(238, 243, 238, 0.84);
}

.intro-grid article:nth-child(3) .strip-label {
  color: #768377;
}

.intro-grid h2 {
  margin: 12px 0 10px;
  font-size: clamp(1.4rem, 2.7vw, 2.05rem);
  letter-spacing: -0.03em;
  font-weight: 800;
  text-transform: uppercase;
}

.intro-grid p {
  margin: 0;
  color: rgba(242, 245, 241, 0.9);
  line-height: 1.56;
}

.intro-grid article:nth-child(3) p {
  color: var(--ink-soft);
}

.intro-grid ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(242, 245, 241, 0.92);
  line-height: 1.62;
}

.intro-grid article:nth-child(3) ul {
  color: var(--ink-soft);
}

.home-curation-block {
  padding: 0 0 42px;
  order: 3;
}

.home-rail-section,
.home-featured-brands,
.home-stories {
  margin-top: 28px;
}

.home-section-head {
  margin-bottom: 12px;
}

.home-section-kicker {
  margin: 0;
  color: #718173;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 600;
}

.home-section-head h2 {
  margin: 4px 0 0;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  letter-spacing: -0.02em;
}

.home-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding: 2px 1px 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.home-product-card {
  scroll-snap-align: start;
}

.home-rail .catalog-empty {
  min-width: 260px;
}

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

.featured-brand-card .brand-card-body {
  display: grid;
  gap: 8px;
}

.featured-brand-meta {
  margin: 0;
  color: #526453;
  font-size: 0.78rem;
  font-weight: 600;
}

.featured-brand-lead {
  margin: 0;
  color: #728172;
  font-size: 0.78rem;
  line-height: 1.42;
}

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

.story-card {
  border: 1px solid #cfdbcf;
  border-radius: 16px;
  overflow: hidden;
  background: #f6faf5;
}

.story-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.story-card-body {
  padding: 12px;
}

.story-card-body h3 {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.story-card-body p {
  margin: 8px 0 0;
  color: #6f7f71;
  font-size: 0.82rem;
  line-height: 1.45;
}

.brand-directory-block {
  padding: 10px 0 42px;
  order: 4;
}

.brand-directory-head h2 {
  margin: 4px 0 0;
  font-size: clamp(1.32rem, 2.7vw, 1.95rem);
  letter-spacing: -0.02em;
}

.brand-directory-head p {
  margin: 8px 0 0;
  color: #6f8072;
  font-size: 0.9rem;
}

.brand-directory-controls {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 10px;
}

.brand-directory-controls input,
.brand-directory-controls select {
  min-height: 42px;
  border: 1px solid #c6d3c7;
  border-radius: 11px;
  background: #fbfdfb;
  padding: 0 12px;
}

.brand-directory-az {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.brand-directory-az-btn {
  border: 1px solid #cedace;
  border-radius: 999px;
  min-height: 30px;
  padding: 0 10px;
  background: #f7faf7;
  color: #556557;
  font-size: 0.76rem;
  font-weight: 600;
  cursor: pointer;
}

.brand-directory-az-btn.is-active {
  background: #7f9a81;
  border-color: #7f9a81;
  color: #ffffff;
}

.brand-directory-count {
  margin: 12px 0 0;
  color: #627262;
  font-size: 0.84rem;
}

.brand-directory-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.brand-directory-card .brand-card-body {
  padding: 10px 10px 12px;
}

.brand-directory-card .brand-card-title {
  font-size: 0.92rem;
}

.brand-directory-card .brand-card-subtitle {
  margin-top: 5px;
  font-size: 0.74rem;
}

.brand-directory-pagination {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.brand-directory-pagination button {
  min-width: 78px;
  min-height: 34px;
  border: 1px solid #c6d3c7;
  border-radius: 999px;
  background: #fbfdfb;
  color: #48584a;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
}

.brand-directory-pagination button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.brand-directory-pagination span {
  color: #5e6d5f;
  font-size: 0.8rem;
  font-weight: 600;
}

.catalog-block {
  padding: 30px 0 62px;
  order: 5;
}

.section-head {
  margin-bottom: 18px;
}

.section-head-logo picture {
  display: block;
  width: min(540px, 100%);
}

.section-head-logo-image {
  width: 100%;
  height: auto;
  max-height: 74px;
  object-fit: contain;
  object-position: left center;
}

.section-head h2 {
  margin: 0;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(2.2rem, 3.6vw, 3.3rem);
  letter-spacing: -0.04em;
  font-weight: 800;
  text-transform: uppercase;
}

.section-head p {
  margin: 9px 0 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.strategy-shell {
  margin-top: 14px;
  border: 1px solid #d3dbd2;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbf7 0%, #f1f6ef 100%);
  padding: 12px;
}

.strategy-menu-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-block .main-tabs {
  display: none !important;
}

.strategy-menu {
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #bbc8b9;
  background: #ffffff;
  color: #354534;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.strategy-menu.is-active {
  background: #223023;
  border-color: #223023;
  color: #ffffff;
}

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

.strategy-card {
  border: 1px solid #d3dbd3;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px;
  display: grid;
  gap: 8px;
}

.strategy-card h3 {
  margin: 0;
  font-size: 0.94rem;
  letter-spacing: -0.01em;
  color: #2b382d;
}

.strategy-card ul,
.strategy-card ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
  color: #4d5a50;
  font-size: 0.8rem;
  line-height: 1.45;
}

.strategy-label {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #637261;
  font-weight: 700;
}

.strategy-card p {
  margin: 0;
  color: #4c5a4f;
  font-size: 0.8rem;
  line-height: 1.45;
}

.strategy-note {
  margin-top: 2px;
  padding: 8px 9px;
  border-radius: 10px;
  border: 1px dashed #c7d4c6;
  background: #f6faf5;
  color: #4d5f4e;
}

.strategy-note code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.76rem;
  color: #314233;
}

.main-tabs,
.sub-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.main-tabs::-webkit-scrollbar,
.sub-tabs::-webkit-scrollbar {
  display: none;
}

.main-tabs {
  margin-top: 18px;
}

.sub-tabs {
  margin-top: 8px;
  padding-bottom: 0;
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: max-height 0.28s ease, opacity 0.24s ease, transform 0.24s ease, margin-top 0.24s ease;
}

.sub-tabs.is-open {
  margin-top: 12px;
  padding-bottom: 8px;
  max-height: 74px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.main-tab,
.sub-tab {
  border: 1px solid #c9d4c8;
  border-radius: 999px;
  background: #f2f6f0;
  color: #354534;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}

.main-tab {
  padding: 10px 18px;
  font-size: 0.9rem;
}

.main-tab:hover {
  border-color: #9fb19f;
  background: #f5faf4;
}

.sub-tab {
  padding: 8px 14px;
  font-size: 0.84rem;
}

.main-tab.is-active,
.sub-tab.is-active {
  background: #97af94;
  border-color: transparent;
  color: #ffffff;
}

.brand-detail-view {
  margin-top: 14px;
  border: 1px solid #ccd5cc;
  border-radius: 18px;
  background: linear-gradient(140deg, #f8fbf6 0%, #f1f6f0 52%, #ecf3ea 100%);
  overflow: hidden;
}

.brand-detail-shell {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 16px;
  align-items: stretch;
  padding: 16px;
}

.brand-detail-copy {
  border: 1px solid #d5ddd4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.54);
  padding: 16px;
}

.brand-detail-kicker {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  color: #6f8271;
  font-weight: 700;
}

.brand-detail-title {
  margin: 8px 0 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #253128;
}

.brand-detail-subtitle {
  margin: 10px 0 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #3c4b3f;
}

.brand-detail-description {
  margin: 10px 0 0;
  font-size: 0.9rem;
  line-height: 1.52;
  color: #516055;
}

.brand-detail-highlights {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.brand-detail-highlights li {
  border: 1px solid #d2dad0;
  border-radius: 10px;
  background: rgba(248, 252, 247, 0.82);
  padding: 8px 10px;
  font-size: 0.82rem;
  color: #405042;
}

.brand-detail-actions {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.brand-detail-actions button {
  border: 1px solid #1f3225;
  border-radius: 999px;
  min-height: 36px;
  padding: 0 14px;
  font-size: 0.83rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.brand-detail-actions button:hover {
  transform: translateY(-1px);
}

.brand-detail-actions button:not(.is-light) {
  background: #1f3225;
  color: #ffffff;
}

.brand-detail-actions button:not(.is-light):disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.brand-detail-actions button.is-light {
  background: #f7fbf6;
  color: #2d3f30;
  border-color: #b7c5b8;
}

.brand-detail-actions button.is-light:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.brand-detail-visual {
  margin: 0;
  border: 1px solid #d3ddd2;
  border-radius: 14px;
  overflow: hidden;
  background: #eef4eb;
}

.brand-detail-visual img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.brand-detail-gallery-wrap {
  margin: 0 16px 16px;
  border: 1px solid #d3dbd2;
  border-radius: 14px;
  background: #f5f8f4;
  overflow: hidden;
}

.brand-detail-gallery-title {
  margin: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid #d7dfd5;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  color: #4f5f52;
  font-weight: 700;
}

.brand-detail-gallery {
  display: grid;
  gap: 10px;
  padding: 10px;
}

.brand-detail-gallery-item {
  border: 1px solid #d3dcd2;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.brand-detail-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.page-shell.is-product-detail-mode .mega-nav-block,
.page-shell.is-product-detail-mode .hero,
.page-shell.is-product-detail-mode #collabPreview,
.page-shell.is-product-detail-mode #homeCuration,
.page-shell.is-product-detail-mode #brandDirectoryHub,
.page-shell.is-product-detail-mode #reasonsStrip,
.page-shell.is-product-detail-mode .material-block,
.page-shell.is-product-detail-mode .site-footer,
.page-shell.is-product-detail-mode .catalog-block .section-head,
.page-shell.is-product-detail-mode .catalog-block .strategy-shell,
.page-shell.is-product-detail-mode .catalog-block .main-tabs,
.page-shell.is-product-detail-mode .catalog-block .sub-tabs,
.page-shell.is-product-detail-mode #brandDetailView {
  display: none;
}

.page-shell.is-product-detail-mode .catalog-block {
  padding-top: 24px;
}

.product-detail-view {
  margin-top: 14px;
  border: 1px solid #ccd5cc;
  border-radius: 18px;
  background: linear-gradient(140deg, #f8fbf6 0%, #f2f7f0 52%, #edf4eb 100%);
  overflow: hidden;
}

.product-detail-topbar {
  display: flex;
  justify-content: flex-start;
  padding: 16px 16px 0;
}

.product-detail-back-btn {
  min-height: 38px;
  border: 1px solid #aebbad;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #223126;
  padding: 0 16px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.product-detail-back-btn:hover {
  transform: translateY(-1px);
  border-color: #223126;
  background: #ffffff;
}

.product-detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 16px;
  align-items: stretch;
  padding: 16px;
}

.product-detail-media,
.product-detail-copy,
.product-detail-description-block,
.product-detail-gallery-wrap,
.product-detail-related-head {
  border: 1px solid #d5ddd4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
}

.product-detail-media {
  padding: 12px;
}

.product-detail-main-visual {
  margin: 0;
  border: 1px solid #d3ddd2;
  border-radius: 14px;
  overflow: hidden;
  background: #eef4eb;
  position: relative;
}

.product-detail-main-visual img {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
  display: block;
}

.product-detail-nav {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 37, 28, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.product-detail-nav:hover {
  background: rgba(24, 37, 28, 0.52);
  transform: translateY(-50%) scale(1.03);
}

.product-detail-nav::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.product-detail-nav.is-prev {
  left: 14px;
}

.product-detail-nav.is-prev::before {
  border-right: 11px solid rgba(255, 255, 255, 0.94);
  margin-left: -2px;
}

.product-detail-nav.is-next {
  right: 14px;
}

.product-detail-nav.is-next::before {
  border-left: 11px solid rgba(255, 255, 255, 0.94);
  margin-right: -2px;
}

.product-detail-nav[hidden] {
  display: none;
}

.product-detail-thumbs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  gap: 10px;
}

.product-detail-thumb {
  border: 1px solid #d2dad0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
}

.product-detail-thumb.is-active {
  border-color: #26402d;
  box-shadow: 0 0 0 1px rgba(38, 64, 45, 0.2);
}

.product-detail-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-detail-copy {
  padding: 18px;
}

.product-detail-kicker,
.product-detail-section-title {
  margin: 0;
  color: #6f8271;
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-transform: uppercase;
}

.product-detail-brand {
  margin: 10px 0 0;
  color: #3f5442;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.product-detail-title {
  margin: 8px 0 0;
  color: #253128;
  font-size: clamp(1.6rem, 2.2vw, 2.24rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.product-detail-subtitle {
  margin: 12px 0 0;
  color: #49594c;
  font-size: 0.98rem;
  line-height: 1.55;
}

.product-detail-price {
  margin: 16px 0 0;
  color: #1f3225;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-detail-actions {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-detail-actions button {
  min-height: 40px;
  border: 1px solid #1f3225;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-detail-actions button:hover {
  transform: translateY(-1px);
}

.product-detail-actions button:not(.is-light) {
  background: #1f3225;
  color: #ffffff;
}

.product-detail-actions button.is-light {
  background: #f7fbf6;
  color: #2d3f30;
  border-color: #b7c5b8;
}

.product-detail-highlights {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.product-detail-highlights li {
  border: 1px solid #d2dad0;
  border-radius: 10px;
  background: rgba(248, 252, 247, 0.82);
  padding: 8px 10px;
  font-size: 0.82rem;
  color: #405042;
}

.product-detail-description-block,
.product-detail-gallery-wrap,
.product-detail-related-head {
  margin: 0 16px 16px;
  padding: 14px 16px;
}

.product-detail-content {
  position: relative;
}

.product-detail-content.is-collapsed {
  max-height: clamp(840px, 160vh, 1120px);
  overflow: hidden;
}

.product-detail-content.is-collapsed::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(237, 244, 235, 0) 0%, rgba(237, 244, 235, 0.92) 58%, #edf4eb 100%);
  pointer-events: none;
}

.product-detail-expand {
  margin: 0 16px 16px;
  display: flex;
  justify-content: center;
}

.product-detail-expand-btn {
  min-height: 42px;
  border: 1px solid #b8c7b8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #223126;
  padding: 0 20px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.product-detail-expand-btn:hover {
  transform: translateY(-1px);
  border-color: #223126;
  background: #ffffff;
}

.product-detail-jump {
  display: flex;
  justify-content: center;
  padding: 0 16px 16px;
}

.product-detail-top-btn {
  min-height: 40px;
  border: 1px solid #b8c7b8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #223126;
  padding: 0 18px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.product-detail-top-btn:hover {
  transform: translateY(-1px);
  border-color: #223126;
  background: #ffffff;
}

.product-detail-description {
  margin: 10px 0 0;
  color: #516055;
  font-size: 0.92rem;
  line-height: 1.68;
}

.product-detail-gallery-wrap {
  padding: 0;
  overflow: hidden;
}

.product-detail-gallery-title {
  margin: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid #d7dfd5;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  color: #4f5f52;
  font-weight: 700;
}

.product-detail-gallery {
  display: grid;
  gap: 10px;
  padding: 10px;
}

.product-detail-gallery-item {
  border: 1px solid #d3dcd2;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.product-detail-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.product-detail-related-title {
  margin: 10px 0 0;
  color: #253128;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.14;
}

.product-detail-related-description {
  margin: 8px 0 0;
  color: #576859;
  font-size: 0.9rem;
  line-height: 1.55;
}

.page-shell.is-product-detail-mode .product-detail-view {
  margin-top: 0;
}

.catalog-toolbar {
  margin-top: 12px;
  border: 1px solid #ccd2cc;
  border-radius: 16px;
  background: #f4f7f3;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 16px;
}

.brand-back-btn {
  border: 1px solid #cfd9ce;
  background: #f8fbf7;
  color: #425044;
  border-radius: 999px;
  height: 34px;
  padding: 0 12px;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.brand-back-btn:hover {
  background: #eef4ee;
}

.catalog-toolbar p {
  margin: 0 auto 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.catalog-toolbar label {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.catalog-toolbar select {
  border: 1px solid #cfd7cc;
  border-radius: 10px;
  height: 36px;
  padding: 0 12px;
  background: #fdfefd;
}

.catalog-toolbar.is-brand-mode {
  justify-content: flex-start;
}

.catalog-toolbar.is-brand-mode label,
.catalog-toolbar.is-brand-mode select {
  display: none;
}

.catalog-toolbar.is-detail-mode label,
.catalog-toolbar.is-detail-mode select {
  display: none;
}

.page-shell.is-product-detail-mode .catalog-toolbar {
  margin-top: 0;
}

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

.product-grid.is-brand-mode {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-grid.is-brand-detail-products {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  grid-template-columns: none;
  scrollbar-width: thin;
}

.product-grid.is-product-detail-related {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  grid-template-columns: none;
  scrollbar-width: thin;
}

.product-grid.is-brand-detail-products .product-card {
  flex: 0 0 clamp(220px, 22vw, 280px);
  scroll-snap-align: start;
}

.product-grid.is-product-detail-related .product-card {
  flex: 0 0 clamp(220px, 22vw, 280px);
  scroll-snap-align: start;
}

@media (max-width: 900px) {
  .product-detail-topbar {
    padding: 14px 14px 0;
  }

  .product-detail-back-btn {
    min-height: 36px;
    padding: 0 14px;
    font-size: 0.8rem;
  }

  .product-detail-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .product-detail-copy {
    padding: 16px;
  }

  .product-detail-title {
    font-size: clamp(1.8rem, 7.6vw, 2.5rem);
    line-height: 1.06;
  }

  .product-detail-subtitle {
    font-size: 0.92rem;
    line-height: 1.52;
  }

  .product-detail-price {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
  }

  .product-detail-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-detail-actions button {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
  }

  .product-detail-brand-btn,
  #productDetailBrandBtn {
    grid-column: 1 / -1;
  }

  .product-detail-description-block,
  .product-detail-gallery-wrap,
  .product-detail-related-head {
    margin: 0 14px 14px;
    padding: 14px;
  }

  .product-detail-expand {
    margin: 0 14px 14px;
  }

  .product-detail-expand-btn {
    width: 100%;
    min-height: 44px;
  }

  .product-detail-jump {
    padding: 0 14px 14px;
  }

  .product-detail-top-btn {
    width: 100%;
    min-height: 44px;
  }

  .product-detail-gallery-wrap {
    padding: 0;
  }

  .product-detail-related-title {
    font-size: 1.18rem;
  }

  .product-grid.is-product-detail-related .product-card {
    flex-basis: min(72vw, 250px);
  }
}

@media (max-width: 640px) {
  .product-detail-view {
    border-radius: 16px;
  }

  .product-detail-topbar {
    padding: 12px 12px 0;
  }

  .product-detail-shell {
    padding: 12px;
    gap: 10px;
  }

  .product-detail-media {
    padding: 10px;
  }

  .product-detail-main-visual {
    border-radius: 12px;
  }

  .product-detail-nav {
    width: 40px;
    height: 40px;
  }

  .product-detail-nav.is-prev {
    left: 10px;
  }

  .product-detail-nav.is-next {
    right: 10px;
  }

  .product-detail-main-visual img {
    aspect-ratio: 1 / 1;
  }

  .product-detail-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    grid-template-columns: none;
    scrollbar-width: none;
  }

  .product-detail-thumbs::-webkit-scrollbar {
    display: none;
  }

  .product-detail-thumb {
    flex: 0 0 72px;
    border-radius: 10px;
  }

  .product-detail-copy {
    padding: 14px;
  }

  .product-detail-kicker,
  .product-detail-section-title,
  .product-detail-brand {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .product-detail-title {
    margin-top: 6px;
    font-size: clamp(1.7rem, 9vw, 2.2rem);
  }

  .product-detail-subtitle {
    margin-top: 10px;
    font-size: 0.88rem;
  }

  .product-detail-price {
    margin-top: 14px;
    font-size: clamp(1.8rem, 10vw, 2.3rem);
  }

  .product-detail-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .product-detail-actions button {
    min-height: 44px;
    font-size: 0.82rem;
  }

  .product-detail-highlights {
    margin-top: 14px;
    gap: 7px;
  }

  .product-detail-highlights li {
    font-size: 0.78rem;
    padding: 8px 9px;
  }

  .product-detail-description-block,
  .product-detail-gallery-wrap,
  .product-detail-related-head {
    margin: 0 12px 12px;
    padding: 12px;
    border-radius: 12px;
  }

  .product-detail-content.is-collapsed {
    max-height: clamp(680px, 150vh, 920px);
  }

  .product-detail-content.is-collapsed::after {
    height: 132px;
  }

  .product-detail-expand {
    margin: 0 12px 12px;
  }

  .product-detail-jump {
    padding: 0 12px 12px;
  }

  .product-detail-top-btn {
    width: 100%;
    min-height: 44px;
    font-size: 0.8rem;
  }

  .product-detail-gallery-title {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .product-detail-gallery {
    padding: 8px;
    gap: 8px;
  }

  .product-detail-related-description,
  .product-detail-description {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .product-grid.is-product-detail-related {
    gap: 10px;
  }

  .product-grid.is-product-detail-related .product-card {
    flex-basis: min(76vw, 220px);
  }
}

.catalog-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px 16px;
  border: 1px dashed #cfdbce;
  border-radius: 14px;
  text-align: center;
  color: #6f7d72;
  background: #f7faf7;
}

.product-card {
  border: 1px solid #d2d8d1;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfcfa 0%, #f1f6ef 100%);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: #c8d5c7;
  box-shadow: 0 14px 26px rgba(58, 74, 53, 0.12);
}

.card-thumb {
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #deeadb, #cedfca);
}

.card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.36s ease;
}

.product-card:hover .card-thumb img {
  transform: scale(1.03);
}

.card-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  background: rgba(41, 56, 39, 0.82);
  color: #ffffff;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.68rem;
  letter-spacing: 0.01em;
}

.card-body {
  padding: 12px;
}

.card-brand {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--deep-celadon);
}

.card-title {
  margin: 5px 0 0;
  font-size: 0.9rem;
  min-height: 40px;
  line-height: 1.38;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-sub {
  margin: 4px 0 0;
  color: #72806e;
  font-size: 0.78rem;
  line-height: 1.45;
  min-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-price {
  margin: 8px 0 0;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.card-actions {
  margin-top: 10px;
}

.card-buy-btn {
  width: 100%;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #9fb09d;
  background: #9fb698;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.card-buy-btn:hover {
  background: #8ea886;
  transform: translateY(-1px);
  box-shadow: 0 8px 14px rgba(64, 84, 60, 0.16);
}

.card-buy-btn:disabled,
.card-buy-btn.is-busy {
  background: #c0cec0;
  border-color: #b6c4b6;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

@media (max-width: 1320px) {
  .strategy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-grid.is-brand-mode {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-grid.is-brand-detail-products .product-card {
    flex-basis: min(44vw, 260px);
  }
}

.live-block {
  padding: 26px 0 24px;
  order: 4;
}

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

.live-grid article {
  border-radius: 20px;
  border: 1px solid #cad0ca;
  padding: 22px;
  background:
    linear-gradient(155deg, rgba(170, 188, 164, 0.46), rgba(247, 249, 246, 0.95)),
    linear-gradient(180deg, #eef3ed, #f8faf7);
}

.live-time {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  color: #4f624a;
}

.live-grid h3 {
  margin: 12px 0 8px;
  font-size: 1.12rem;
}

.live-grid p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.material-block {
  padding: 30px 0 70px;
  order: 7;
}

.reasons-strip {
  padding: 0 0 34px;
  order: 6;
}

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

.reasons-grid article {
  border: 1px solid #cad8cb;
  border-radius: 14px;
  background: linear-gradient(155deg, #f8fbf8, #f0f5ef);
  padding: 14px 12px;
}

.reasons-grid h3 {
  margin: 0;
  color: #2f3d31;
  font-size: 0.92rem;
}

.reasons-grid p {
  margin: 6px 0 0;
  color: #68786a;
  font-size: 0.79rem;
  line-height: 1.45;
}

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

.material-grid article {
  border-radius: 20px;
  border: 1px solid #cbd2cb;
  overflow: hidden;
  background: #f2f4f1;
}

.material-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.material-grid p {
  margin: 0;
  padding: 12px 14px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.site-footer {
  border-top: 1px solid #c5ccc5;
  background: #e8efe6;
  padding: 26px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.footer-grid p {
  margin: 0;
  line-height: 1.52;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #51604e;
}

.footer-company {
  display: grid;
  gap: 1px;
}

.footer-legal-links {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.footer-legal-links a {
  color: #435341;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.footer-legal-links a:hover {
  text-decoration: underline;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
}

.auth-modal.is-open {
  display: block;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 37, 29, 0.46);
}

.auth-dialog {
  position: relative;
  z-index: 1;
  width: min(460px, calc(100% - 28px));
  margin: 72px auto 0;
  background: #f8fbf6;
  border: 1px solid #cdd8cb;
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(22, 34, 22, 0.24);
  padding: 18px;
}

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

.auth-head h2 {
  margin: 0;
  font-size: 1.2rem;
}

.auth-close-btn {
  border: 0;
  background: transparent;
  color: #566357;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.auth-tabs {
  margin-top: 12px;
  border: 1px solid #d2ddd1;
  border-radius: 999px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.auth-tab {
  border: 0;
  background: #ffffff;
  min-height: 40px;
  font-size: 0.92rem;
  color: #5a685b;
  cursor: pointer;
}

.auth-tab.is-active {
  background: linear-gradient(110deg, #7b9779, #9cb4a0);
  color: #ffffff;
  font-weight: 600;
}

.auth-form {
  margin-top: 14px;
  display: none;
  gap: 10px;
}

.auth-form.is-active {
  display: grid;
}

.auth-social-wrap {
  display: grid;
  gap: 8px;
}

.auth-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 11px;
  border: 1px solid #d4ddd2;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.16s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.auth-social-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(51, 67, 49, 0.12);
}

.auth-social-btn:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.auth-social-kakao {
  background: #fee500;
  border-color: #f3da00;
  color: #191919;
}

.auth-social-google {
  background: #ffffff;
  color: #2f3a2f;
}

.auth-social-divider {
  margin: 2px 0 0;
  text-align: center;
  color: #758073;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.auth-social-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(46, 56, 46, 0.28);
  border-radius: 999px;
  font-size: 0.68rem;
  padding: 2px 7px;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.74);
  color: #455244;
}

.auth-social-maintenance {
  margin: 2px 0 0;
  text-align: center;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #6b776d;
}

.auth-form label {
  display: grid;
  gap: 6px;
  color: #526153;
  font-size: 0.86rem;
}

.auth-form input {
  height: 42px;
  border-radius: 11px;
  border: 1px solid #cfd9ce;
  background: #ffffff;
  padding: 0 12px;
}

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

.auth-help {
  margin: -2px 0 2px;
  font-size: 0.79rem;
  line-height: 1.45;
  color: #6e7c70;
}

.auth-submit,
.auth-ghost-btn {
  min-height: 42px;
  border-radius: 11px;
  cursor: pointer;
}

.auth-submit {
  border: 0;
  background: linear-gradient(112deg, #6f8a6e, #8ea58f);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
}

.auth-ghost-btn {
  border: 1px solid #cfd9ce;
  background: #ffffff;
  color: #4a5a4b;
  font-size: 0.84rem;
}

.auth-message {
  margin: 2px 0 0;
  min-height: 20px;
  color: #6b776d;
  font-size: 0.82rem;
  line-height: 1.35;
}

.auth-message.is-success {
  color: #2d7f5e;
}

.auth-message.is-error {
  color: #b24f4f;
}

.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
}

.admin-modal.is-open {
  display: block;
}

.admin-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 37, 29, 0.5);
}

.admin-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 28px));
  margin: 24px auto 0;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #f8fbf6;
  border: 1px solid #cdd8cb;
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(22, 34, 22, 0.24);
  padding: 18px;
}

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

.admin-head h2 {
  margin: 0;
  font-size: 1.2rem;
}

.admin-close-btn {
  border: 0;
  background: transparent;
  color: #566357;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.admin-tabs {
  margin-top: 12px;
  border: 1px solid #d2ddd1;
  border-radius: 999px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-tab {
  border: 0;
  background: #ffffff;
  min-height: 40px;
  font-size: 0.92rem;
  color: #5a685b;
  cursor: pointer;
}

.admin-tab.is-active {
  background: linear-gradient(110deg, #7b9779, #9cb4a0);
  color: #ffffff;
  font-weight: 600;
}

.admin-tab-panel {
  margin-top: 14px;
  display: none;
  gap: 12px;
}

.admin-tab-panel.is-active {
  display: grid;
}

.admin-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.admin-card {
  border: 1px solid #d2dbd1;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px;
  display: grid;
  gap: 10px;
}

.admin-card h3 {
  margin: 0;
  font-size: 0.95rem;
  color: #354438;
}

.admin-card label {
  display: grid;
  gap: 5px;
  color: #4e5e4f;
  font-size: 0.83rem;
}

.admin-block-stack {
  display: grid;
  gap: 12px;
}

.admin-module-card {
  align-content: start;
}

.admin-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-hero-image-grid {
  grid-template-columns: minmax(0, 1fr);
}

.admin-field-span-2 {
  grid-column: 1 / -1;
}

.admin-card input,
.admin-card select {
  border: 1px solid #cfd8ce;
  border-radius: 9px;
  min-height: 38px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  background: #ffffff;
}

.admin-card input[type="checkbox"] {
  min-height: auto;
  padding: 0;
}

.admin-card select[size] {
  min-height: 180px;
  padding: 8px;
}

.admin-muted {
  margin: 0;
  color: #6e7c70;
  font-size: 0.8rem;
  line-height: 1.45;
}

.admin-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-primary-btn,
.admin-ghost-btn {
  min-height: 38px;
  border-radius: 9px;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 0 12px;
}

.admin-primary-btn {
  border: 0;
  background: linear-gradient(110deg, #6f8a6e, #8fa58f);
  color: #ffffff;
}

.admin-ghost-btn {
  border: 1px solid #cfd9ce;
  background: #ffffff;
  color: #465646;
}

.admin-message {
  margin: 0;
  min-height: 20px;
  color: #6b776d;
  font-size: 0.8rem;
  line-height: 1.35;
}

.admin-message.is-success {
  color: #2d7f5e;
}

.admin-message.is-error {
  color: #b24f4f;
}

.admin-table-wrap {
  overflow: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid #e2e9df;
  padding: 8px;
  text-align: left;
  font-size: 0.8rem;
  color: #405141;
}

.admin-table th {
  background: #f6faf5;
  color: #5b6d5e;
}

.admin-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.admin-list-empty {
  margin: 0;
  border: 1px dashed #d2ddcf;
  border-radius: 8px;
  color: #6d7a6f;
  font-size: 0.8rem;
  padding: 12px;
  text-align: center;
}

.admin-list-item {
  border: 1px solid #d4ddd2;
  border-radius: 8px;
  background: #f8fbf7;
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: 0.8rem;
  color: #415143;
}

.admin-list-item.is-selected {
  border-color: #5f7f63;
  box-shadow: 0 0 0 1px rgba(95, 127, 99, 0.12);
}

.admin-list-item-hero {
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-list-item-main {
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  display: grid;
  gap: 4px;
  color: inherit;
  cursor: pointer;
}

.admin-list-item-main strong {
  font-size: 0.84rem;
}

.admin-list-item-main span {
  color: #677568;
  font-size: 0.76rem;
}

.admin-list-actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.admin-list-actions button {
  border: 1px solid #ccd7ca;
  border-radius: 6px;
  background: #ffffff;
  color: #485749;
  min-height: 28px;
  padding: 0 8px;
  cursor: pointer;
  font-size: 0.74rem;
}

.admin-footer-actions {
  justify-content: flex-start;
}

.admin-grid-tight {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

.admin-checkbox-row {
  align-content: stretch;
}

.admin-checkbox-row > span:first-child {
  align-self: center;
}

.admin-checkbox-field {
  min-height: 38px;
  border: 1px solid #cfd8ce;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: #ffffff;
  color: #415143;
}

.admin-story-editor {
  display: grid;
  gap: 10px;
}

.admin-upload-card {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid #dde6db;
  border-radius: 10px;
  background: #f8fbf7;
}

.admin-upload-field {
  display: grid;
  gap: 6px;
}

.admin-upload-field input[type="file"] {
  min-height: auto;
  padding: 10px;
  border: 1px dashed #bfcdbd;
  background: #ffffff;
}

.admin-hero-image-stack {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.admin-hero-preview {
  border: 1px solid #dde6db;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f8f2;
}

.admin-hero-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.admin-hero-preview-card {
  display: grid;
  gap: 8px;
  align-content: start;
}

.admin-hero-preview-card + .admin-hero-preview-card {
  border-left: 1px solid #dde6db;
}

.admin-hero-preview-card strong {
  padding: 12px 14px 0;
  color: #415143;
  font-size: 0.88rem;
}

.admin-hero-preview img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

.admin-focus-grid {
  align-items: end;
}

.admin-range-field {
  display: grid;
  gap: 8px;
}

.admin-range-field > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.admin-range-field strong {
  color: #5f7f63;
  font-size: 0.8rem;
}

.admin-hero-image-grid label,
.admin-hero-image-grid .admin-upload-card,
.admin-hero-image-grid .admin-upload-field {
  min-width: 0;
}

.admin-hero-image-grid .admin-upload-field input[type="file"] {
  width: 100%;
  box-sizing: border-box;
}

.admin-card input[type="range"] {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  accent-color: #7e9a7f;
}

.purchase-modal,
.cart-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: none;
}

.purchase-modal.is-open,
.cart-modal.is-open {
  display: block;
}

.purchase-backdrop,
.cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 34, 24, 0.45);
}

.purchase-dialog {
  position: relative;
  z-index: 1;
  width: min(460px, calc(100% - 24px));
  margin: 58px auto 0;
  border-radius: 16px;
  border: 1px solid #cdd8cc;
  background: #f8fbf6;
  box-shadow: 0 22px 54px rgba(22, 34, 22, 0.24);
  padding: 14px;
}

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

.purchase-head h2 {
  margin: 0;
  font-size: 1.02rem;
}

.purchase-close-btn,
.cart-close-btn {
  border: 0;
  background: transparent;
  font-size: 1.2rem;
  color: #4f5e4f;
  cursor: pointer;
}

.purchase-body {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.purchase-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  border: 1px solid #d5ded3;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.purchase-item img {
  width: 96px;
  height: 96px;
  object-fit: cover;
}

.purchase-item-copy {
  padding: 10px 10px 10px 0;
}

.purchase-brand {
  margin: 0;
  font-size: 0.74rem;
  color: #5e6f5f;
  text-transform: uppercase;
}

.purchase-name {
  margin: 4px 0 0;
  font-size: 0.9rem;
  line-height: 1.35;
}

.purchase-price {
  margin: 6px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.purchase-field {
  border: 1px solid #d5ddd2;
  border-radius: 11px;
  background: #ffffff;
  padding: 10px;
}

.purchase-field label,
.purchase-field p {
  margin: 0 0 8px;
  font-size: 0.78rem;
  color: #566556;
}

.purchase-field select {
  width: 100%;
  height: 38px;
  border: 1px solid #cfd8ce;
  border-radius: 9px;
  padding: 0 10px;
  background: #ffffff;
}

.purchase-qty {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  gap: 8px;
}

.purchase-qty button {
  border: 1px solid #cfd8ce;
  border-radius: 8px;
  background: #f8fbf8;
  cursor: pointer;
}

.purchase-qty input {
  border: 1px solid #cfd8ce;
  border-radius: 8px;
  text-align: center;
  height: 36px;
}

.purchase-actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.purchase-cart-btn,
.purchase-buy-btn {
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
}

.purchase-cart-btn {
  border: 1px solid #c8d3c7;
  background: #ffffff;
  color: #435343;
}

.purchase-buy-btn {
  border: 0;
  background: linear-gradient(110deg, #6f8a6e, #8fa58f);
  color: #ffffff;
}

.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(430px, calc(100% - 18px));
  background: #f8fbf6;
  border-left: 1px solid #cdd7cb;
  box-shadow: -16px 0 40px rgba(20, 32, 20, 0.18);
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.cart-head {
  min-height: 58px;
  border-bottom: 1px solid #d7dfd5;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-head h2 {
  margin: 0;
  font-size: 1rem;
}

.cart-list {
  overflow: auto;
  padding: 12px 14px;
  display: grid;
  gap: 10px;
}

.cart-empty {
  margin: 0;
  border: 1px dashed #cdd8cb;
  border-radius: 12px;
  background: #ffffff;
  color: #6e7b6f;
  font-size: 0.86rem;
  text-align: center;
  padding: 24px 10px;
}

.cart-item {
  border: 1px solid #d2dbd0;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
}

.cart-item img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 8px;
}

.cart-item-body {
  display: grid;
  gap: 4px;
}

.cart-item-name {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.35;
}

.cart-item-meta {
  margin: 0;
  color: #6b776e;
  font-size: 0.75rem;
}

.cart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cart-item-price {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
}

.cart-item-qty {
  display: inline-flex;
  border: 1px solid #cfd8ce;
  border-radius: 8px;
  overflow: hidden;
}

.cart-item-qty button {
  width: 24px;
  border: 0;
  background: #f4f8f4;
  cursor: pointer;
}

.cart-item-qty span {
  min-width: 28px;
  text-align: center;
  font-size: 0.74rem;
  line-height: 24px;
}

.cart-item-remove {
  border: 0;
  background: transparent;
  color: #7c8880;
  font-size: 0.74rem;
  cursor: pointer;
  padding: 0;
}

.cart-foot {
  border-top: 1px solid #d7dfd5;
  padding: 12px 14px 14px;
  background: #f1f5ef;
}

.cart-total-line {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
}

.cart-checkout-btn {
  width: 100%;
  margin-top: 10px;
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(110deg, #6f8a6e, #8fa58f);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.cart-checkout-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

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

@media (max-width: 1100px) {
  .featured-brands-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-directory-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-grid.is-brand-mode {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-grid.is-brand-detail-products .product-card {
    flex-basis: min(52vw, 252px);
  }
}

@media (max-width: 900px) {
  .topbar-inner {
    min-height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
    row-gap: 8px;
    align-items: flex-start;
  }

  .topbar-start {
    width: 100%;
    justify-content: space-between;
  }

  .header-search {
    width: 100%;
    max-width: none;
    order: 3;
  }

  .utility-nav {
    width: 100%;
    justify-content: flex-end;
  }

  .account-info {
    max-width: 150px;
  }

  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mega-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mega-side {
    border-right: 0;
    border-bottom: 1px solid #d5dbd2;
    padding: 6px 8px 10px;
    display: flex;
    overflow-x: auto;
    gap: 8px;
    scrollbar-width: none;
  }

  .mega-side::-webkit-scrollbar {
    display: none;
  }

  .mega-side-item-wrap {
    flex: 0 0 auto;
  }

  .mega-side-item {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #cfd7cd;
    border-radius: 999px;
    background: #ffffff;
    font-size: 0.86rem;
    font-weight: 600;
  }

  .mega-side-item.is-active {
    color: #ffffff;
    background: linear-gradient(110deg, #88a286, #a8bca3);
    border-color: transparent;
  }

  .mega-side-arrow {
    display: none;
  }

  .mega-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
    gap: 14px;
  }

  .mega-column h3 {
    font-size: 1.02rem;
    margin-bottom: 8px;
  }

  .mega-column li {
    font-size: 0.86rem;
  }

  .intro-grid,
  .featured-brands-grid,
  .stories-grid,
  .reasons-grid,
  .live-grid,
  .material-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .brand-directory-controls {
    grid-template-columns: 1fr;
  }

  .brand-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    padding-top: 30px;
  }

  .brand-hero {
    min-height: 500px;
    border-radius: 24px;
  }

  .brand-hero-overlay {
    min-height: 500px;
    width: min(390px, 62%);
    padding: 28px 18px 92px;
  }

  .brand-hero-overlay h1 {
    font-size: clamp(1.66rem, 5.8vw, 2.5rem);
  }

  #brandHeroSubtitle {
    max-width: 76%;
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .brand-hero-slide-caption {
    left: 18px;
    right: 18px;
    bottom: 84px;
    max-width: none;
  }

  .brand-hero-controls {
    gap: 10px;
  }

  .brand-hero-marquee {
    padding-bottom: 1px;
  }

  .section-head-logo picture {
    width: min(240px, 64vw);
  }

  .section-head-logo-image {
    max-height: none;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid.is-brand-mode {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid.is-brand-detail-products .product-card {
    flex-basis: min(62vw, 248px);
  }

  .brand-detail-shell {
    grid-template-columns: 1fr;
  }

  .brand-detail-visual img {
    min-height: 220px;
  }

  .brand-detail-gallery-wrap {
    margin: 0 12px 12px;
  }

  .admin-dialog {
    width: min(1120px, calc(100% - 20px));
    margin-top: 10px;
    max-height: calc(100vh - 20px);
    border-radius: 14px;
    padding: 12px;
  }

  .admin-grid-two {
    grid-template-columns: 1fr;
  }

  .admin-field-grid {
    grid-template-columns: 1fr;
  }

  .admin-field-span-2 {
    grid-column: auto;
  }

  .admin-hero-preview-grid {
    grid-template-columns: 1fr;
  }

  .admin-hero-preview-card + .admin-hero-preview-card {
    border-left: 0;
    border-top: 1px solid #dde6db;
  }
}

@media (max-width: 600px) {
  .thecast-wordmark--header {
    align-items: flex-start;
    gap: 0.75rem;
  }

  .thecast-wordmark--header .thecast-wordmark-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.38rem;
  }

  .thecast-wordmark--header .thecast-wordmark-title--inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.02em;
    font-size: clamp(2.7rem, 18vw, 4.2rem);
  }

  .thecast-wordmark--stacked {
    gap: 0.8rem;
  }

  .thecast-wordmark--stacked .thecast-wordmark-mark {
    width: 3.2rem;
    height: 3.2rem;
    flex-basis: 3.2rem;
  }

  .thecast-wordmark--stacked .thecast-wordmark-title--stacked {
    font-size: clamp(3rem, 20vw, 4.8rem);
  }

  .strategy-shell {
    padding: 12px;
  }

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

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

  .mega-top-links {
    min-height: 50px;
    gap: 14px;
  }

  .mega-top-link {
    font-size: 0.86rem;
  }

  .container {
    width: min(1200px, calc(100% - 24px));
  }

  .topbar-inner {
    min-height: auto;
    padding: 10px 0 8px;
    row-gap: 8px;
  }

  .promo-bar {
    min-height: 32px;
  }

  .promo-bar-inner {
    min-height: 32px;
  }

  .promo-bar p {
    font-size: 0.62rem;
    letter-spacing: 0.03em;
  }

  .header-search {
    grid-template-columns: 1fr 88px;
  }

  .header-search input,
  .header-search button {
    min-height: 36px;
    font-size: 0.76rem;
  }

  .home-rail {
    grid-auto-columns: minmax(198px, 1fr);
  }

  .brand-directory-grid {
    grid-template-columns: 1fr;
  }

  .utility-nav {
    gap: 8px;
    font-size: 0.75rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .utility-nav::-webkit-scrollbar {
    display: none;
  }

  .utility-nav > * {
    flex: 0 0 auto;
  }

  .auth-dialog {
    margin-top: 18px;
    border-radius: 14px;
    padding: 14px;
  }

  .admin-tabs {
    grid-template-columns: 1fr;
  }

  .admin-table {
    min-width: 460px;
  }

  .topbar-start {
    gap: 8px;
    width: 100%;
    justify-content: space-between;
  }

  .account-info {
    max-width: 130px;
  }

  .brand-mark {
    height: 32px;
  }

  .brand-mark-image {
    height: 28px;
  }

  .brand-mark-collab {
    height: 34px;
    padding: 1px 4px;
    box-shadow: none;
  }

  .language-switcher select {
    min-width: 90px;
    height: 36px;
    font-size: 0.8rem;
    padding: 0 8px;
  }

  .brand-hero {
    min-height: 420px;
    border-radius: 18px;
  }

  .brand-hero-overlay {
    min-height: 420px;
    width: min(320px, 70%);
    padding: 16px 12px 78px;
    background: linear-gradient(
      108deg,
      rgba(14, 21, 16, 0.44) 0%,
      rgba(19, 29, 22, 0.16) 64%,
      rgba(24, 35, 27, 0) 100%
    );
  }

  .brand-hero-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .brand-hero-overlay h1 {
    font-size: clamp(1.32rem, 6.9vw, 2rem);
    line-height: 1;
  }

  #brandHeroSubtitle {
    margin-top: 8px;
    font-size: 0.74rem;
    line-height: 1.34;
    max-width: 72%;
  }

  .brand-hero-meta {
    font-size: 0.64rem;
  }

  .brand-hero-actions {
    margin-top: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 160px;
  }

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

  .brand-hero-controls {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
  }

  .brand-hero-slide-caption {
    left: 12px;
    right: 12px;
    bottom: 74px;
    padding: 10px 12px;
  }

  .brand-hero-slide-brand {
    font-size: 0.72rem;
  }

  .brand-hero-slide-product {
    font-size: 0.82rem;
    margin-top: 4px;
  }

  .brand-hero-marquee-track {
    padding: 10px 8px;
  }

  .brand-hero-marquee-item {
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.68rem;
  }

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

  .product-grid.is-brand-mode {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-badge {
    left: 8px;
    top: 8px;
    padding: 3px 8px;
    font-size: 0.62rem;
  }

  .card-body {
    padding: 10px;
  }

  .card-brand {
    font-size: 0.64rem;
  }

  .card-title {
    margin-top: 4px;
    min-height: 34px;
    font-size: 0.82rem;
    line-height: 1.32;
  }

  .card-sub {
    font-size: 0.72rem;
    min-height: 30px;
    line-height: 1.35;
  }

  .card-price {
    margin-top: 6px;
    font-size: 0.88rem;
  }

  .card-actions {
    margin-top: 8px;
  }

  .card-buy-btn {
    height: 32px;
    font-size: 0.76rem;
  }

  .product-grid.is-brand-detail-products .product-card {
    flex-basis: 82vw;
  }

  .catalog-toolbar {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 12px;
    gap: 8px;
  }

  .brand-detail-shell {
    padding: 12px;
    gap: 10px;
  }

  .brand-detail-copy {
    padding: 12px;
  }

  .brand-detail-title {
    font-size: 1.35rem;
  }

  .brand-detail-subtitle {
    margin-top: 8px;
    font-size: 0.86rem;
  }

  .brand-detail-description {
    font-size: 0.8rem;
  }

  .brand-detail-highlights li {
    font-size: 0.75rem;
    padding: 7px 9px;
  }

  .brand-detail-actions {
    margin-top: 10px;
  }

  .brand-detail-actions button {
    min-height: 34px;
    font-size: 0.76rem;
    padding: 0 12px;
  }

  .brand-detail-visual img {
    min-height: 180px;
  }

  .brand-detail-gallery-wrap {
    margin: 0 10px 10px;
  }

  .brand-detail-gallery-title {
    min-height: 38px;
    font-size: 0.74rem;
    padding: 0 10px;
  }

  .brand-detail-gallery {
    padding: 8px;
    gap: 8px;
  }

  .catalog-toolbar p {
    width: 100%;
    margin: 0;
  }

  .site-footer {
    padding: 20px 0;
  }

  .footer-grid p {
    font-size: 12px;
    line-height: 1.45;
  }

.footer-legal-links a {
  font-size: 12px;
  }
}

/* 2026 editorial refresh overrides */
body {
  background:
    radial-gradient(circle at top, rgba(174, 197, 176, 0.28), transparent 38%),
    linear-gradient(180deg, #dce7dc 0%, #edf3ec 22%, #f5f4ee 100%);
}

.page-shell {
  width: min(1540px, calc(100% - 20px));
  margin: 12px auto 20px;
  border: 1px solid rgba(110, 132, 110, 0.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(252, 251, 246, 0.96), rgba(244, 247, 241, 0.98));
  box-shadow: 0 30px 80px rgba(54, 74, 53, 0.12);
}

.container {
  width: min(1380px, calc(100% - 64px));
}

.topbar {
  background: rgba(250, 249, 243, 0.9);
  border-bottom: 1px solid rgba(112, 131, 112, 0.14);
  backdrop-filter: blur(14px);
}

.promo-bar {
  min-height: 34px;
  background: linear-gradient(90deg, #6c876d 0%, #8ca98f 52%, #b1c5ae 100%);
}

.promo-bar p {
  font-size: 0.69rem;
  letter-spacing: 0.15em;
}

.topbar-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto auto minmax(260px, 520px) auto;
  align-items: center;
  gap: 16px;
}

.topbar-start {
  gap: 10px;
}

.brand-mark-caption {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(129, 151, 129, 0.12);
  color: #4e654f;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-mark-collab-wrap {
  height: auto;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
}

.header-brand-image {
  width: min(250px, 100%);
  height: auto;
  object-fit: contain;
}

.language-switcher select {
  height: 38px;
  border-radius: 999px;
  border-color: rgba(120, 139, 120, 0.24);
  background: rgba(255, 255, 255, 0.76);
  padding: 0 14px;
  min-width: 116px;
}

.header-search {
  max-width: none;
  border-radius: 999px;
  border-color: rgba(118, 138, 117, 0.18);
  background: rgba(255, 255, 255, 0.8);
}

.header-search input {
  min-height: 46px;
  padding: 0 18px;
  font-size: 0.92rem;
}

.header-search button {
  min-width: 108px;
  min-height: 46px;
  background: #26402d;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
}

.utility-nav {
  gap: 14px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.utility-nav a,
.auth-nav-btn {
  color: #415643;
  font-weight: 700;
}

.account-info,
.cart-nav-btn,
.admin-nav-btn {
  min-height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(118, 137, 118, 0.18);
}

.mega-nav-block {
  border-bottom: 1px solid rgba(111, 129, 111, 0.1);
}

.mega-top-links {
  min-height: 58px;
  gap: 28px;
  border-bottom-color: rgba(111, 129, 111, 0.12);
}

.mega-top-link,
.mega-menu-button {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mega-panel {
  grid-template-columns: 250px 1fr;
  min-height: 380px;
  background: linear-gradient(180deg, rgba(251, 249, 244, 0.92), rgba(241, 246, 239, 0.92));
}

.mega-side {
  padding: 18px 0;
  border-right-color: rgba(111, 129, 111, 0.12);
}

.mega-side-item {
  min-height: 52px;
  font-size: 1.02rem;
  letter-spacing: 0.03em;
}

.mega-content {
  padding: 28px 24px;
}

.hero {
  padding: 32px 0 18px;
}

.hero-editorial-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.5fr) minmax(240px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.hero-copy-panel,
.hero-side-card {
  border: 1px solid rgba(114, 133, 114, 0.15);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 246, 239, 0.96)),
    linear-gradient(150deg, rgba(189, 208, 194, 0.12), transparent 46%);
  box-shadow: 0 24px 50px rgba(58, 77, 56, 0.08);
}

.hero-copy-panel {
  padding: 34px 28px;
  display: grid;
  gap: 18px;
  align-content: start;
}

.hero-copy-kicker,
.hero-side-kicker {
  margin: 0;
  color: #607460;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-copy-panel h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: none;
  color: #223224;
}

.hero-copy-desc {
  margin: 0;
  color: #556956;
  font-size: 0.98rem;
  line-height: 1.75;
}

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

.hero-copy-primary,
.hero-copy-secondary {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.hero-copy-primary {
  border: 1px solid #27412d;
  background: #27412d;
  color: #ffffff;
}

.hero-copy-secondary {
  border: 1px solid rgba(109, 128, 108, 0.22);
  background: rgba(255, 255, 255, 0.84);
  color: #2d4030;
}

.hero-note-grid {
  display: grid;
  gap: 10px;
}

.hero-note-grid article {
  padding-top: 10px;
  border-top: 1px solid rgba(111, 129, 111, 0.14);
  display: grid;
  gap: 6px;
}

.hero-note-grid span {
  color: #708571;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-note-grid strong {
  color: #233024;
  font-size: 0.92rem;
  line-height: 1.55;
  font-weight: 600;
}

.hero-stage-panel {
  min-width: 0;
}

.brand-hero {
  min-height: 640px;
  border: 1px solid rgba(114, 133, 114, 0.16);
  border-radius: 28px;
  background: #15211a;
  box-shadow: 0 24px 60px rgba(28, 42, 31, 0.18);
}

.brand-hero-stage {
  border-radius: 28px;
}

.brand-hero-slide::after {
  background: linear-gradient(90deg, rgba(18, 26, 20, 0.9) 0%, rgba(18, 26, 20, 0.4) 46%, rgba(18, 26, 20, 0.16) 70%, rgba(18, 26, 20, 0.54) 100%);
}

.brand-hero-overlay {
  width: min(410px, 48%);
  min-height: 640px;
  padding: 42px 30px 112px;
}

.brand-hero-overlay h1,
.brand-hero-overlay h2 {
  margin: 10px 0 0;
  color: #f7fbf7;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  letter-spacing: -0.03em;
  line-height: 0.94;
  text-transform: none;
}

#brandHeroSubtitle {
  max-width: 88%;
  font-size: 0.92rem;
}

.brand-hero-actions button,
.brand-hero-actions a {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-hero-actions button {
  background: linear-gradient(135deg, #d8e7d4, #aac3a9);
  color: #142116;
}

.brand-hero-actions a {
  background: rgba(248, 252, 247, 0.08);
}

.brand-hero-marquee {
  background: rgba(17, 25, 19, 0.82);
}

.hero-side-panel {
  display: grid;
  gap: 16px;
}

.hero-side-card {
  padding: 24px 22px;
  display: grid;
  gap: 10px;
}

.hero-side-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #213123;
}

.hero-side-card p {
  margin: 0;
  color: #5b6d5c;
  line-height: 1.68;
  font-size: 0.9rem;
}

.hero-side-card-image {
  padding: 12px;
}

.hero-side-card-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 8px;
}

.collab-preview-block {
  padding: 10px 0 26px;
}

.home-category-shelf-shell {
  padding: 30px 32px;
  border: 1px solid rgba(114, 133, 114, 0.13);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(247, 249, 243, 0.96), rgba(239, 244, 237, 0.96));
}

.home-category-shelf-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.home-category-shelf-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #223224;
}

.home-category-shelf-head p:last-child {
  margin: 0;
  color: #607261;
  line-height: 1.6;
}

.home-category-shelf {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.home-category-tile {
  border: 1px solid rgba(114, 133, 114, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  padding: 18px 16px;
  text-align: left;
  display: grid;
  gap: 12px;
  min-height: 160px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-category-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(86, 107, 86, 0.28);
  box-shadow: 0 16px 26px rgba(56, 76, 55, 0.08);
}

.home-category-tile-label {
  color: #617461;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-category-tile strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 0.86;
  color: #213123;
}

.home-category-tile p {
  margin: 0;
  color: #607261;
  font-size: 0.84rem;
  line-height: 1.55;
}

.collab-preview-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.collab-preview-card {
  padding: 22px 20px;
  border: 1px solid rgba(114, 133, 114, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  display: grid;
  gap: 8px;
}

.collab-preview-kicker {
  margin: 0;
  color: #6b7f6c;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.collab-preview-card h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #223223;
}

.collab-preview-card p:last-child {
  margin: 0;
  color: #627462;
  line-height: 1.6;
}

.intro-strip {
  padding: 8px 0 20px;
}

.intro-grid {
  gap: 14px;
}

.intro-grid article {
  border: 1px solid rgba(114, 133, 114, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  padding: 22px 22px 24px;
}

.strip-label {
  color: #6d816f;
}

.intro-grid h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.8vw, 2.7rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #223223;
}

.intro-grid p,
.intro-grid ul,
.intro-grid article:nth-child(3) p,
.intro-grid article:nth-child(3) ul {
  color: #5d6f5d;
}

.home-curation-block {
  padding: 10px 0 42px;
}

.home-rail-section,
.home-featured-brands,
.home-stories {
  margin-top: 0;
  padding: 26px 24px;
  border: 1px solid rgba(114, 133, 114, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 44px rgba(58, 77, 56, 0.06);
}

.home-section-head {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
}

.home-section-kicker {
  color: #6d826d;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
}

.home-section-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.9vw, 2.8rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: #223224;
}

.home-editorial-grid,
.home-rails-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
  margin-top: 26px;
}

.home-rail {
  gap: 16px;
  grid-auto-columns: minmax(250px, 1fr);
  padding-bottom: 6px;
}

.home-product-card {
  border-radius: 22px;
  background: #ffffff;
  border-color: rgba(114, 133, 114, 0.12);
}

.home-product-card .card-thumb {
  aspect-ratio: 5 / 6;
  background: linear-gradient(180deg, #eef3eb 0%, #d9e4d6 100%);
}

.home-product-card .card-body {
  padding: 16px 16px 18px;
}

.card-category {
  margin: 0 0 6px;
  color: #6f836f;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.card-brand {
  color: #2d3f2e;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}

.home-product-card .card-title {
  min-height: 46px;
  font-size: 1rem;
}

.home-product-card .card-sub {
  min-height: 40px;
}

.card-footer {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card-price {
  margin: 0;
  font-size: 1rem;
}

.card-actions {
  margin-top: 0;
}

.card-buy-btn {
  width: auto;
  min-width: 116px;
  height: 40px;
  border-radius: 999px;
  border-color: #26402d;
  background: #26402d;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.featured-brands-grid,
.stories-grid {
  gap: 16px;
}

.featured-brands-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.featured-brand-card {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 239, 0.98));
}

.featured-brand-card .brand-card-image {
  aspect-ratio: 4 / 3.2;
}

.featured-brand-card .brand-card-body {
  padding: 18px;
  gap: 10px;
}

.featured-brand-kicker {
  margin: 0;
  color: #6f836f;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.featured-brand-meta,
.featured-brand-lead {
  font-size: 0.84rem;
}

.featured-brand-link {
  color: #234029;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

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

.story-card {
  border-radius: 22px;
  border-color: rgba(114, 133, 114, 0.12);
  background: #ffffff;
}

.story-card img {
  aspect-ratio: 16 / 9;
}

.story-card-body {
  padding: 18px;
}

.story-card-kicker {
  margin: 0 0 8px;
  color: #6f836f;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.story-card-body h3 {
  font-size: 1.04rem;
}

.story-card-body p {
  line-height: 1.6;
}

.story-card-link {
  display: inline-flex;
  margin-top: 12px;
  color: #27412d;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-directory-block,
.catalog-block {
  padding-top: 20px;
}

.brand-directory-head h2,
.section-head h2 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
  text-transform: none;
}

.brand-directory-controls input,
.brand-directory-controls select,
.catalog-toolbar select {
  border-radius: 16px;
  border-color: rgba(114, 133, 114, 0.14);
  background: rgba(255, 255, 255, 0.84);
}

.brand-directory-card,
.brand-directory-grid .brand-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
}

.catalog-block {
  padding-bottom: 72px;
}

.section-head {
  margin-bottom: 22px;
}

.strategy-shell {
  border-radius: 24px;
  border-color: rgba(114, 133, 114, 0.12);
  background: rgba(255, 255, 255, 0.76);
  padding: 16px;
}

.strategy-menu-row,
.main-tabs,
.sub-tabs {
  gap: 10px;
}

.catalog-block .main-tabs {
  display: flex !important;
  margin-top: 18px;
  flex-wrap: wrap;
}

.strategy-menu,
.main-tab,
.sub-tab {
  min-height: 40px;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  border-color: rgba(114, 133, 114, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

.strategy-menu.is-active,
.main-tab.is-active,
.sub-tab.is-active {
  background: #26402d;
  border-color: #26402d;
}

.catalog-toolbar {
  border-radius: 22px;
  border-color: rgba(114, 133, 114, 0.12);
  background: rgba(255, 255, 255, 0.74);
}

.product-grid {
  gap: 18px;
}

.product-card {
  border-radius: 22px;
  border-color: rgba(114, 133, 114, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1240px) {
  .topbar-inner {
    grid-template-columns: auto auto 1fr;
  }

  .utility-nav {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .hero-editorial-shell,
  .home-editorial-grid,
  .home-rails-grid {
    grid-template-columns: 1fr;
  }

  .hero-side-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-category-shelf {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .page-shell {
    width: min(100%, calc(100% - 12px));
    margin: 6px auto 14px;
    border-radius: 22px;
  }

  .container {
    width: min(100%, calc(100% - 28px));
  }

  .topbar-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .topbar-start,
  .utility-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .header-brand {
    justify-content: flex-start;
    min-width: 0;
  }

  .header-search {
    order: 4;
  }

  .hero-copy-panel,
  .home-category-shelf-shell,
  .home-rail-section,
  .home-featured-brands,
  .home-stories {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .brand-hero,
  .brand-hero-overlay {
    min-height: 520px;
  }

  .brand-hero-overlay {
    width: min(100%, 420px);
    padding: 28px 22px 96px;
  }

  .home-category-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collab-preview-inner,
  .featured-brands-grid {
    grid-template-columns: 1fr;
  }

  .card-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .card-buy-btn {
    width: 100%;
  }

  .catalog-block .main-tabs {
    flex-wrap: nowrap;
  }
}

@media (max-width: 640px) {
  .brand-mark-collab-wrap {
    display: none;
  }

  .promo-bar p,
  .utility-nav {
    letter-spacing: 0.08em;
  }

  .hero-copy-panel h1 {
    font-size: clamp(2.5rem, 14vw, 3.6rem);
  }

  .brand-hero,
  .brand-hero-overlay {
    min-height: 460px;
  }

  .brand-hero-overlay {
    width: 100%;
    padding-right: 18px;
  }

  #brandHeroSubtitle {
    max-width: 100%;
  }

  .home-category-shelf {
    grid-template-columns: 1fr;
  }
}
