: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);
  max-height: 62px;
  height: auto;
  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: 1024px) {
  .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;
}

body.purchase-auth-prompt-open {
  overflow: hidden;
}

body.welcome-signup-popup-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;
  }
}

.purchase-auth-prompt {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.purchase-auth-prompt.is-open {
  opacity: 1;
  pointer-events: auto;
}

.purchase-auth-prompt__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 29, 22, 0.48);
  cursor: pointer;
}

.purchase-auth-prompt__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(360px, calc(100vw - 28px));
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  padding: 24px 22px 20px;
}

.purchase-auth-prompt__copy {
  display: grid;
  gap: 4px;
}

.purchase-auth-prompt__copy h2 {
  margin: 0 0 10px;
  color: #172018;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.purchase-auth-prompt__copy p {
  margin: 0;
  color: #4d5d4f;
  font-size: 0.96rem;
  line-height: 1.6;
}

.purchase-auth-prompt__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  margin-top: 0;
}

.purchase-auth-prompt__button {
  min-width: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1f3225;
  font-size: 0.98rem;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  line-height: 1.4;
}

.purchase-auth-prompt__button.is-ghost {
  color: #7b857c;
}

.purchase-auth-prompt__button:hover,
.purchase-auth-prompt__button:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 720px) {
  .purchase-auth-prompt {
    padding: 16px;
  }

  .purchase-auth-prompt__dialog {
    width: min(360px, calc(100vw - 20px));
    border-radius: 4px;
    padding: 22px 18px 18px;
  }
}

.welcome-signup-popup {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.welcome-signup-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.welcome-signup-popup__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at top, rgba(214, 227, 214, 0.26), transparent 34%),
    rgba(35, 38, 34, 0.34);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
}

.welcome-signup-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(430px, calc(100vw - 28px));
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  padding: 34px 30px 24px;
}

.welcome-signup-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #7a7a7a;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.welcome-signup-popup__brand {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 0 0 26px;
}

.welcome-signup-popup__brand-image {
  width: min(184px, 54vw);
  height: auto;
  display: block;
}

.welcome-signup-popup__content {
  position: relative;
  z-index: 1;
}

.welcome-signup-popup__content h2 {
  margin: 0;
  color: #202020;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(1.3rem, 3vw, 1.55rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.045em;
  text-align: center;
}

.welcome-signup-popup__actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.welcome-signup-popup__primary,
.welcome-signup-popup__secondary {
  min-height: 46px;
  border-radius: 4px;
  font-size: 0.93rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.welcome-signup-popup__primary {
  border: 1px solid rgba(44, 61, 47, 0.9);
  background: #2d3f30;
  color: #ffffff;
  box-shadow: none;
}

.welcome-signup-popup__secondary {
  border: 1px solid rgba(168, 192, 173, 0.3);
  background: rgba(255, 255, 255, 0.86);
  color: #445044;
}

.welcome-signup-popup__primary:hover,
.welcome-signup-popup__primary:focus-visible,
.welcome-signup-popup__secondary:hover,
.welcome-signup-popup__secondary:focus-visible,
.welcome-signup-popup__close:hover,
.welcome-signup-popup__close:focus-visible {
  transform: translateY(-1px);
}

.welcome-signup-popup__today {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 14px;
  color: #7a7a7a;
  font-size: 0.86rem;
  font-weight: 500;
  cursor: pointer;
}

.welcome-signup-popup__today input {
  width: 18px;
  height: 18px;
  accent-color: #5f7c69;
}

@media (max-width: 720px) {
  .welcome-signup-popup {
    padding: 16px;
  }

  .welcome-signup-popup__dialog {
    width: min(100%, calc(100vw - 20px));
    border-radius: 4px;
    padding: 28px 18px 18px;
  }

  .welcome-signup-popup__brand {
    margin: 0 0 22px;
  }

  .welcome-signup-popup__content h2 {
    font-size: clamp(1.12rem, 4.8vw, 1.35rem);
  }

  .welcome-signup-popup__actions {
    margin-top: 22px;
  }

  .welcome-signup-popup__primary,
  .welcome-signup-popup__secondary {
    min-height: 48px;
  }
}

/* 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%;
  max-height: 58px;
  height: auto;
  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 {
  display: none !important;
}

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: 12px;
}

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 .catalog-block .container {
  width: min(100%, 440px);
  padding-left: 16px;
  padding-right: 16px;
}

body.theme-beclean.page-shop .all-products-view {
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: visible;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  padding: 4px 0 10px;
}

body.theme-beclean.page-shop .all-products-mobile-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 48px;
}

body.theme-beclean.page-shop .all-products-mobile-title {
  display: none;
}

body.theme-beclean.page-shop .all-products-head-spacer {
  display: none;
}

body.theme-beclean.page-shop .all-products-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  border-radius: 999px;
}

body.theme-beclean.page-shop .all-products-icon-btn.is-back {
  width: auto;
  min-width: 36px;
  justify-content: flex-start;
  border-radius: 0;
}

body.theme-beclean.page-shop .all-products-back-arrow-image {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

body.theme-beclean.page-shop .all-products-icon-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-beclean.page-shop .all-products-section-head {
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 22;
  overflow: visible;
  padding-top: 10px;
}

body.theme-beclean.page-shop .all-products-section-copy {
  display: grid;
  gap: 4px;
}

body.theme-beclean.page-shop .all-products-toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 23;
}

body.theme-beclean.page-shop .all-products-search-wrap {
  position: relative;
  min-width: 0;
  order: 2;
}

body.theme-beclean.page-shop .all-products-search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 16px;
  height: 16px;
  border: 1.8px solid #8f8f8f;
  border-radius: 999px;
  transform: translateY(-58%);
  pointer-events: none;
}

body.theme-beclean.page-shop .all-products-search-icon::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -4px;
  width: 7px;
  height: 1.8px;
  background: #8f8f8f;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: center;
}

body.theme-beclean.page-shop .all-products-search-input {
  width: 100%;
  min-height: 42px;
  padding: 0 42px 0 44px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 0.94rem;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

body.theme-beclean.page-shop .all-products-search-input::placeholder {
  color: #9a9a9a;
}

body.theme-beclean.page-shop .all-products-search-input:focus {
  outline: none;
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow: none;
}

body.theme-beclean.page-shop .all-products-search-input::-webkit-search-decoration,
body.theme-beclean.page-shop .all-products-search-input::-webkit-search-cancel-button,
body.theme-beclean.page-shop .all-products-search-input::-webkit-search-results-button,
body.theme-beclean.page-shop .all-products-search-input::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

body.theme-beclean.page-shop .all-products-search-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #757575;
  font-size: 1.15rem;
  transform: translateY(-50%);
}

body.theme-beclean.page-shop .all-products-section-label {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111111;
}

body.theme-beclean.page-shop .all-products-status {
  margin: 0;
  min-height: 1.1em;
  font-size: 0.82rem;
  color: #7b7b7b;
}

body.theme-beclean.page-shop .all-products-sort-wrap {
  position: relative;
  flex: 0 0 auto;
  order: 1;
  z-index: 24;
}

body.theme-beclean.page-shop .all-products-sort-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.theme-beclean.page-shop .all-products-sort-toggle-icon {
  font-size: 0.98rem;
  color: #3f3f3f;
}

body.theme-beclean.page-shop .all-products-sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 146px;
  padding: 10px 0;
  border-radius: 16px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.12);
  z-index: 40;
}

body.theme-beclean.page-shop .all-products-sort-option {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 0.94rem;
  color: #181818;
}

body.theme-beclean.page-shop .all-products-sort-option.is-active {
  font-weight: 700;
}

body.theme-beclean.page-shop .product-grid.is-shop-all-products {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 14px;
}

body.theme-beclean.page-shop .all-products-card {
  min-width: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

body.theme-beclean.page-shop .all-products-card-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f7f7f7;
  aspect-ratio: 1 / 1;
}

body.theme-beclean.page-shop .all-products-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

body.theme-beclean.page-shop .all-products-card:hover .all-products-card-media img,
body.theme-beclean.page-shop .all-products-card:focus-visible .all-products-card-media img {
  transform: scale(1.03);
}

body.theme-beclean.page-shop .all-products-card-like {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #c8c8c8;
}

body.theme-beclean.page-shop .all-products-card-like svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-beclean.page-shop .all-products-card-body {
  padding-top: 10px;
  display: grid;
  gap: 6px;
}

body.theme-beclean.page-shop .all-products-card-brand {
  margin: 0;
  color: #6f6f67;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

body.theme-beclean.page-shop .all-products-card-title {
  margin: 0;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: -0.03em;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
}

body.theme-beclean.page-shop .all-products-card-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

body.theme-beclean.page-shop .all-products-card-original-price {
  color: #a6a6a6;
  font-size: 0.82rem;
  text-decoration: line-through;
}

body.theme-beclean.page-shop .all-products-card-price {
  color: #111111;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.theme-beclean.page-shop .all-products-grid-state {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 32px 0 20px;
}

body.theme-beclean.page-shop .product-grid.is-shop-all-products .catalog-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 32px 0 20px;
  text-align: center;
}

body.theme-beclean.page-shop .all-products-grid-retry {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-weight: 600;
}

body.theme-beclean.page-shop .all-products-sentinel {
  width: 100%;
  height: 1px;
}

body.theme-beclean.page-shop .all-products-top-btn {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: calc(18px + env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(17, 17, 17, 0.14);
  color: #111111;
  z-index: 24;
}

body.theme-beclean.page-shop .all-products-top-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 721px) {
  body.theme-beclean.page-shop .catalog-block {
    padding-top: 28px;
  }

  body.theme-beclean.page-shop .catalog-block .section-head {
    display: none !important;
    margin-bottom: 0;
  }

  body.theme-beclean.page-shop .catalog-block .container {
    width: min(100%, 1240px);
    padding-left: 32px;
    padding-right: 32px;
  }

  body.theme-beclean.page-shop .all-products-view {
    position: static;
    top: auto;
    z-index: 20;
    overflow: visible;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }

  body.theme-beclean.page-shop .all-products-mobile-head {
    display: flex;
    justify-content: flex-start;
    min-height: 56px;
    margin-bottom: 10px;
    border-bottom: 0;
  }

  body.theme-beclean.page-shop .all-products-section-head {
    align-items: start;
    gap: 24px;
    z-index: 22;
    padding-top: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }

  body.theme-beclean.page-shop .all-products-section-copy {
    gap: 8px;
  }

  body.theme-beclean.page-shop .all-products-toolbar {
    grid-template-columns: auto minmax(320px, 520px);
    justify-content: space-between;
    width: 100%;
  }

  body.theme-beclean.page-shop .all-products-section-label {
    font-size: clamp(2rem, 2.6vw, 2.75rem);
    letter-spacing: -0.05em;
  }

  body.theme-beclean.page-shop .all-products-status {
    min-height: 0;
    font-size: 0.96rem;
  }

  body.theme-beclean.page-shop .all-products-sort-toggle {
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: none;
  }

  body.theme-beclean.page-shop .all-products-sort-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  body.theme-beclean.page-shop .product-grid.is-shop-all-products {
    margin-top: 28px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px 20px;
  }

  body.theme-beclean.page-shop .all-products-card-media {
    border-radius: 24px;
  }

  body.theme-beclean.page-shop .all-products-card-body {
    padding-top: 14px;
  }

  body.theme-beclean.page-shop .all-products-card-brand {
    margin-bottom: 6px;
    font-size: 0.84rem;
  }

  body.theme-beclean.page-shop .all-products-card-title {
    min-height: 3.1em;
    font-size: 1rem;
  }

  body.theme-beclean.page-shop .all-products-card-price-row {
    margin-top: 8px;
  }

  body.theme-beclean.page-shop .all-products-card-price {
    font-size: 1.08rem;
  }
}

@media (max-width: 960px) {
  body.theme-beclean.page-shop .catalog-block .container,
  body.theme-beclean.page-home.is-home-all-products-open .catalog-block .container {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }

  body.theme-beclean.page-shop .all-products-toolbar {
    grid-template-columns: auto minmax(0, 1fr);
    justify-content: stretch;
  }

  body.theme-beclean.page-shop .all-products-search-input {
    min-height: 40px;
    font-size: 0.92rem;
  }

  body.theme-beclean.page-shop .all-products-sort-toggle {
    min-height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 0.92rem;
  }
}

@media (max-width: 720px) {
  body.theme-beclean.page-shop .all-products-view {
    overflow: visible;
  }

  body.theme-beclean.page-shop .all-products-section-head {
    gap: 14px;
    overflow: visible;
  }

  body.theme-beclean.page-shop .all-products-toolbar {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
  }

  body.theme-beclean.page-shop .all-products-sort-wrap {
    justify-self: start;
  }

  body.theme-beclean.page-shop .all-products-sort-menu {
    left: 0;
    right: auto;
    transform: none;
    min-width: 148px;
    max-width: min(220px, calc(100vw - 32px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
  }
}

@media (max-width: 520px) {
  body.theme-beclean.page-shop .all-products-toolbar {
    grid-template-columns: 1fr;
  }

  body.theme-beclean.page-shop .all-products-sort-wrap {
    justify-self: start;
  }

  body.theme-beclean.page-shop .all-products-search-wrap {
    width: 100%;
  }
}

@media (min-width: 721px) and (max-width: 1200px) {
  body.theme-beclean.page-shop .product-grid.is-shop-all-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.theme-beclean.page-home.is-home-all-products-open .catalog-block .section-head-wordmark,
body.theme-beclean.page-home.is-home-all-products-open .catalog-block .strategy-shell,
body.theme-beclean.page-home.is-home-all-products-open .catalog-block #mainTabs,
body.theme-beclean.page-home.is-home-all-products-open .catalog-block .sub-tabs,
body.theme-beclean.page-home.is-home-all-products-open #collabPreview,
body.theme-beclean.page-home.is-home-all-products-open #homeCuration,
body.theme-beclean.page-home.is-home-all-products-open #brandDirectoryHub {
  display: none !important;
}

body.theme-beclean.page-home.is-home-all-products-open .catalog-block .container {
  width: min(100%, 440px);
  padding-left: 16px;
  padding-right: 16px;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-view {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  padding: 4px 0 10px;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-mobile-head {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 8px;
  min-height: 48px;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-mobile-title {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #121212;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  border-radius: 999px;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-icon-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-section-copy {
  display: grid;
  gap: 4px;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-section-label {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111111;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-status {
  margin: 0;
  min-height: 1.1em;
  font-size: 0.82rem;
  color: #7b7b7b;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-sort-wrap {
  position: relative;
  flex: 0 0 auto;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-sort-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-sort-toggle-icon {
  font-size: 0.98rem;
  color: #3f3f3f;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 146px;
  padding: 10px 0;
  border-radius: 16px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.12);
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-sort-option {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 0.94rem;
  color: #181818;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-sort-option.is-active {
  font-weight: 700;
}

body.theme-beclean.page-home.is-home-all-products-open .product-grid.is-shop-all-products {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 14px;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card {
  min-width: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f7f7f7;
  aspect-ratio: 1 / 1;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card:hover .all-products-card-media img,
body.theme-beclean.page-home.is-home-all-products-open .all-products-card:focus-visible .all-products-card-media img {
  transform: scale(1.03);
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card-like {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #c8c8c8;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card-like svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card-body {
  padding-top: 10px;
  display: grid;
  gap: 6px;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card-brand {
  margin: 0;
  color: #6f6f67;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card-title {
  margin: 0;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: -0.03em;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card-original-price {
  color: #a6a6a6;
  font-size: 0.82rem;
  text-decoration: line-through;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-card-price {
  color: #111111;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-grid-state {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 32px 0 20px;
}

body.theme-beclean.page-home.is-home-all-products-open .product-grid.is-shop-all-products .catalog-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 32px 0 20px;
  text-align: center;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-grid-retry {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-weight: 600;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-sentinel {
  width: 100%;
  height: 1px;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-top-btn {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: calc(18px + env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(17, 17, 17, 0.14);
  color: #111111;
  z-index: 24;
}

body.theme-beclean.page-home.is-home-all-products-open .all-products-top-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-beclean .beclean-hero-copy .hero-copy-actions,
body.theme-beclean .beclean-hero-copy .hero-copy-actions button,
body.theme-beclean .beclean-hero-copy .hero-copy-actions a {
  pointer-events: auto;
}

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: 100%;
  border: 1px solid rgba(168, 192, 173, 0.22);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
}

body.theme-beclean.page-shop .catalog-brand-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(23, 31, 26, 0.08);
}

body.theme-beclean.page-shop .catalog-brand-card .brand-card-image {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: none;
  transition: transform 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);
}

body.theme-beclean.page-shop .catalog-brand-card .brand-card-body {
  position: static;
  inset: auto;
  display: grid;
  align-items: start;
  justify-content: start;
  gap: 8px;
  padding: 16px 16px 18px;
  background: #ffffff;
}

body.theme-beclean.page-shop .catalog-brand-card .brand-card-title {
  color: #171d19;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.36rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
  text-shadow: none;
}

body.theme-beclean.page-shop .catalog-brand-card .brand-card-subtitle {
  display: -webkit-box;
  margin: 0;
  color: #6a746d;
  font-size: 0.9rem;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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: fixed;
  top: 126px;
  right: calc((100vw - min(1360px, calc(100vw - 42px))) / 2 + 22px);
  z-index: 40;
}

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-frame::after,
  body.theme-beclean .beclean-hero-slider-viewport,
  body.theme-beclean .beclean-hero-visual {
    border-radius: 0;
  }

  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);
    max-height: 46px;
    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: 0;
  }
}

* {
  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: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.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 / 5;
  object-fit: cover;
  display: block;
  background: #edf2eb;
}

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

.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.5;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #7a8780;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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 {
  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-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: 0;
  color: #253128;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.14;
}

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

.product-detail-related-head {
  margin: 24px 0 0;
  padding: 0 4px;
  border: none;
  border-radius: 0;
  background: transparent;
}

.product-detail-related-head[hidden] {
  display: none !important;
}

.product-detail-related-head .product-detail-section-title[hidden] {
  display: none;
}

.product-detail-related-head .product-detail-related-title {
  margin: 0;
}

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

.catalog-toolbar {
  display: none !important;
  margin-top: 12px;
  border: 1px solid #ccd2cc;
  border-radius: 16px;
  background: #f4f7f3;
  min-height: 56px;
  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: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(196px, 18vw, 220px);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  margin-top: 12px;
  padding: 4px 4px 12px;
  grid-template-columns: none;
  scrollbar-width: none;
}

.product-grid.is-product-detail-related::-webkit-scrollbar {
  display: none;
}

.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 .home-product-main-tag-card {
  min-width: 0;
  scroll-snap-align: start;
}

body.theme-beclean .product-detail-related-card {
  gap: 14px;
}

body.theme-beclean .product-detail-related-media {
  border-radius: 22px;
  background: linear-gradient(180deg, #f5f5f3 0%, #efefec 100%);
}

body.theme-beclean .product-detail-related-body {
  gap: 8px;
}

body.theme-beclean .product-detail-related-brand {
  font-size: 0.82rem;
}

body.theme-beclean .product-detail-related-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.theme-beclean .product-detail-related-price {
  display: block;
  margin-top: 2px;
}

@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-qty-btn,
  .product-detail-qty-value {
    min-height: 56px;
  }

  .product-detail-qty-btn {
    font-size: 1.35rem;
  }

  .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-grid.is-product-detail-related {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 14px;
    overflow-x: auto;
    overflow-y: visible;
    margin-top: 18px;
    padding: 0 2px 8px 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .product-grid.is-product-detail-related .home-product-main-tag-card {
    flex: 0 0 clamp(148px, 42vw, 184px);
    width: clamp(148px, 42vw, 184px);
    min-width: 0;
    scroll-snap-align: start;
  }

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

  .product-detail-related-media {
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
  }

  body.theme-beclean .product-grid.is-product-detail-related .product-detail-related-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-detail-related-body {
    gap: 6px;
  }

  .product-detail-related-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.7em;
    font-size: 0.94rem;
    line-height: 1.35;
  }

  .product-detail-related-price {
    display: block;
    font-size: 0.98rem;
  }

  .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-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: 1024px) {
  .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-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 {
    grid-auto-columns: min(48vw, 188px);
    gap: 14px;
  }

  .product-grid.is-product-detail-related .home-product-main-tag-card {
    min-width: 0;
  }
}

/* 2026-04-12 product detail rebuild */
.product-detail-view {
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: #ffffff;
  overflow: visible;
  padding-bottom: 108px;
}

.product-detail-topbar {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 16px;
  border-bottom: 1px solid #efefeb;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.product-detail-back-btn,
.product-detail-icon-btn {
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #1f2320;
  cursor: pointer;
}

.product-detail-back-btn {
  position: relative;
  font-size: 0;
}

.product-detail-back-btn::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-35%, -50%) rotate(45deg);
}

.product-detail-icon-btn svg,
.product-detail-share-btn svg,
.product-detail-like-btn svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-detail-shell {
  display: block;
  padding: 0;
}

.product-detail-media,
.product-detail-copy,
.product-detail-description-block,
.product-detail-gallery-wrap,
.product-detail-related-head {
  border: none;
  border-radius: 0;
  background: transparent;
}

.product-detail-media {
  padding: 0;
}

.product-detail-main-visual {
  margin: 0;
  border: none;
  border-radius: 0;
  background: #f3f3f0;
  position: relative;
  overflow: hidden;
}

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

.product-detail-nav {
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.22);
}

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

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

.product-detail-like-btn {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #ed4c6b;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.12);
  cursor: pointer;
}

.product-detail-like-btn.is-active {
  background: #fff1f4;
  color: #ef476f;
}

.product-detail-like-btn.is-active svg {
  fill: currentColor;
}

.product-detail-pager {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.product-detail-pager[hidden] {
  display: none !important;
}

.product-detail-pager-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(92, 100, 94, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.product-detail-pager-dot.is-active {
  transform: scale(1.15);
  background: #232825;
}

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

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

.product-detail-kicker {
  display: none;
}

.product-detail-brand {
  margin: 0;
  color: #777a75;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

.product-detail-title-row {
  margin-top: 6px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.product-detail-title {
  margin: 0;
  color: #181b18;
  font-size: clamp(1.72rem, 4vw, 2.3rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.product-detail-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #1f2320;
  cursor: pointer;
}

.product-detail-rating-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b6b8b2;
  font-size: 0.95rem;
}

.product-detail-rating-stars {
  letter-spacing: 0.05em;
}

.product-detail-rating-count {
  color: #8e918b;
  font-size: 0.92rem;
}

.product-detail-subtitle {
  margin: 10px 0 0;
  color: #646963;
  font-size: 0.95rem;
  line-height: 1.55;
}

.product-detail-price {
  margin: 14px 0 0;
  color: #161917;
  font-size: clamp(2rem, 5vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  display: flex;
  align-items: flex-end;
  gap: 10px 14px;
  flex-wrap: wrap;
}

.product-detail-price-original {
  color: #a0a49d;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: line-through;
}

.product-detail-price-current {
  color: #161917;
  font-size: 1em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: inherit;
}

.product-detail-price-login-cta {
  flex-basis: 100%;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2d6a4f;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}

.product-detail-price-login-cta:hover,
.product-detail-price-login-cta:focus-visible {
  color: #1f513c;
}

.product-detail-shipping-row {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.product-detail-shipping-label {
  color: #adc0ad;
  font-size: 0.92rem;
  font-weight: 700;
}

.product-detail-shipping-text {
  color: #676b66;
  font-size: 0.95rem;
  font-weight: 700;
}

.product-detail-purchase-box {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #f6f7f4;
}

.product-detail-qty-stepper {
  display: grid;
  grid-template-columns: repeat(3, 64px);
  border: 1px solid #d9ddd7;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.product-detail-qty-btn,
.product-detail-qty-value {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.product-detail-qty-btn {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 0 1px;
  border: none;
  background: #ffffff;
  color: #2c312d;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
  overflow: visible;
  appearance: none;
  -webkit-appearance: none;
}

.product-detail-qty-btn:disabled {
  color: #b8bdb7;
  cursor: default;
}

.product-detail-qty-btn + .product-detail-qty-value,
.product-detail-qty-value + .product-detail-qty-btn {
  border-left: 1px solid #d9ddd7;
}

.product-detail-qty-value {
  width: 100%;
  border: none;
  background: #ffffff;
  color: #232825;
  font-size: 1.25rem;
  text-align: center;
  outline: none;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  padding: 0;
}

.product-detail-line-total {
  color: #171b18;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.product-detail-order-summary {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.product-detail-order-row,
.product-detail-order-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-detail-order-label {
  color: #232825;
  font-size: 0.98rem;
  font-weight: 600;
}

.product-detail-order-value {
  color: #232825;
  font-size: 1rem;
  font-weight: 700;
}

.product-detail-order-total-row {
  padding-top: 12px;
  border-top: 1px solid #eceee8;
}

.product-detail-order-total-label {
  color: #171b18;
  font-size: 1rem;
  font-weight: 700;
}

.product-detail-order-summary-total {
  color: #171b18;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.product-detail-brand-link {
  margin-top: 14px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #d8ddd7;
  border-radius: 999px;
  background: #ffffff;
  color: #2a2f2a;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.product-detail-highlights,
.product-detail-actions {
  display: none;
}

.product-detail-tabs {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  border-top: 1px solid #f1f1ee;
  border-bottom: 1px solid #ecece8;
  background: #ffffff;
}

.product-detail-tab {
  position: relative;
  min-height: 54px;
  width: 100%;
  border: none;
  background: transparent;
  color: #b5b8b2;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
}

.product-detail-tab.is-active {
  color: #aac0ad;
}

.product-detail-tab.is-active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #aac0ad;
}

.product-detail-panel-wrap {
  padding: 20px 20px 0;
}

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

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

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

.product-detail-section-title,
.product-detail-gallery-title {
  margin: 0;
  color: #1f2320;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
}

.product-detail-description {
  margin: 14px 0 0;
  color: #565b55;
  font-size: 0.98rem;
  line-height: 1.76;
  white-space: pre-line;
}

.product-detail-gallery-wrap {
  margin-top: 18px;
}

.product-detail-gallery-wrap.is-images-only {
  margin-top: 0;
}

.product-detail-gallery {
  display: grid;
  gap: 12px;
  padding: 0;
  margin-top: 14px;
}

.product-detail-gallery-wrap.is-images-only .product-detail-gallery {
  margin-top: 0;
}

.product-detail-gallery-item {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: #f5f5f1;
}

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

.product-detail-content.is-collapsed {
  max-height: 920px;
  overflow: hidden;
}

.product-detail-content.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
  pointer-events: none;
}

.product-detail-expand {
  margin-top: 18px;
}

.product-detail-expand-btn {
  width: 100%;
  min-height: 52px;
  border: 1px solid #dde2dc;
  border-radius: 14px;
  background: #ffffff;
  color: #9ca09a;
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
}

.product-detail-review-box,
.product-detail-inquiry-box {
  display: grid;
  gap: 18px;
  padding: 10px 4px 8px;
}

.product-detail-review-title,
.product-detail-inquiry-title {
  margin: 0;
  color: #1a1e1a;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.product-detail-review-score {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #b5b8b2;
}

.product-detail-review-count {
  color: #b5b8b2;
  font-size: 1rem;
  font-weight: 700;
}

.product-detail-review-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  color: #a0a49d;
  font-size: 0.9rem;
  font-weight: 700;
}

.product-detail-review-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-detail-review-empty {
  margin: 0;
  padding: 18px 0 8px;
  color: #b4b7b1;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.product-detail-inquiry-btn {
  width: min(100%, 320px);
  margin: 0 auto;
  min-height: 52px;
  border: none;
  border-radius: 12px;
  background: #111111;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.product-detail-inquiry-notice {
  padding: 16px;
  border-radius: 14px;
  background: #f5f5f3;
  color: #7b7f78;
  font-size: 0.92rem;
  line-height: 1.8;
}

.product-detail-info-list {
  display: grid;
  gap: 12px;
}

.product-detail-info-item {
  border-top: 1px solid #f0f0ed;
  border-bottom: 1px solid #f0f0ed;
}

.product-detail-info-item summary {
  list-style: none;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #1e221f;
  font-size: 1rem;
  font-weight: 800;
}

.product-detail-info-item summary::-webkit-details-marker {
  display: none;
}

.product-detail-info-item summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #9aa099;
  border-right: 2px solid #9aa099;
  transform: rotate(45deg);
}

.product-detail-info-item[open] summary::after {
  transform: rotate(135deg);
}

.product-detail-info-item p {
  margin: 0 0 18px;
  color: #70756f;
  font-size: 0.94rem;
  line-height: 1.72;
}

.product-detail-related-head {
  margin: 24px 0 0;
  padding: 0 4px;
}

.product-detail-related-title {
  margin: 0;
  color: #171b18;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.product-detail-related-description {
  margin: 4px 0 0;
  color: #7c817b;
  font-size: 0.95rem;
  line-height: 1.6;
}

.product-detail-bottom-bar {
  position: sticky;
  bottom: 0;
  z-index: 14;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #eceee8;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.product-detail-bottom-bar.is-single-action {
  grid-template-columns: minmax(0, 1fr);
}

.product-detail-qty-field {
  position: relative;
}

.product-detail-qty-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #667068;
  border-bottom: 2px solid #667068;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.product-detail-qty-field select {
  width: 100%;
  min-height: 52px;
  padding: 0 28px 0 14px;
  border: 1px solid #d8ddd7;
  border-radius: 14px;
  background: #ffffff;
  color: #232825;
  font-size: 1rem;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
}

.product-detail-bottom-btn {
  min-height: 52px;
  border: none;
  border-radius: 14px;
  background: #b8cbb6;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.product-detail-bottom-btn.is-light {
  background: #ffffff;
  color: #506453;
  border: 1px solid #aac0ad;
  box-shadow: 0 8px 20px rgba(170, 192, 173, 0.16);
}

@media (min-width: 1025px) {
  .product-detail-view {
    width: min(100%, 720px);
    margin: 0 auto;
    padding-bottom: 124px;
  }

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

  .product-detail-copy,
  .product-detail-panel-wrap,
  .product-detail-related-head {
    padding-left: 4px;
    padding-right: 4px;
  }

  .product-detail-related-head {
    margin-left: 0;
    margin-right: 0;
  }

  .product-detail-bottom-bar {
    left: auto;
    right: auto;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .page-shell.is-product-detail-mode .catalog-block {
    padding-bottom: 98px;
  }

  .product-detail-view {
    padding-bottom: 110px;
  }

  .product-detail-panel-wrap,
  .product-detail-copy,
  .product-detail-related-head {
    padding-left: 0;
    padding-right: 0;
  }

  .product-detail-tab {
    min-height: 52px;
    font-size: 0.98rem;
  }

  .product-detail-review-title,
  .product-detail-inquiry-title {
    font-size: 1.28rem;
  }

  .product-detail-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  body.theme-beclean.page-home .catalog-block .container:has(#productDetailView:not([hidden])),
  body.theme-beclean.page-shop .catalog-block .container:has(#productDetailView:not([hidden])) {
    width: min(1600px, calc(100% - 48px)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-detail-view {
    width: min(1380px, 100%);
    margin: 24px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    column-gap: 48px;
    row-gap: 24px;
    padding-bottom: 48px;
    align-items: start;
  }

  .product-detail-topbar {
    grid-column: 1 / -1;
    position: static;
    padding: 8px 0 18px;
    border-bottom: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .product-detail-back-btn {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #232825;
    font-size: 1.55rem !important;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
    border-radius: 0;
  }

  .product-detail-back-btn::before {
    display: none;
  }

  .product-detail-icon-btn {
    border: 1px solid #e1e4df;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
  }

  .product-detail-shell {
    display: contents;
  }

  .product-detail-media {
    grid-column: 1 / 2;
    position: static;
    align-self: start;
  }

  .product-detail-main-visual {
    border-radius: 28px;
    background: #f5f5f1;
  }

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

  .product-detail-pager {
    bottom: 22px;
  }

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

  .product-detail-thumb {
    border: 1px solid #e2e5df;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
  }

  .product-detail-copy {
    grid-column: 2 / 3;
    position: sticky;
    top: 24px;
    align-self: start;
    padding: 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .product-detail-kicker {
    display: block;
    color: #8c8778;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
  }

  .product-detail-brand {
    margin-top: 12px;
    color: #747970;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .product-detail-title-row {
    margin-top: 10px;
    align-items: center;
    gap: 24px;
  }

  .product-detail-title {
    font-size: clamp(2.2rem, 3vw, 3rem);
    line-height: 1.08;
    flex: 1 1 auto;
  }

  .product-detail-share-btn,
  .product-detail-like-btn {
    position: static;
    width: 28px;
    height: 28px;
    padding: 0;
    flex: 0 0 28px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #232825;
    box-shadow: none;
  }

  .product-detail-like-btn {
    color: #ef476f;
  }

  .product-detail-subtitle {
    margin-top: 14px;
    font-size: 1rem;
  }

  .product-detail-price {
    margin-top: 10px;
    gap: 12px 16px;
    font-size: clamp(1.95rem, 2.7vw, 2.55rem);
  }

  .product-detail-price-original {
    font-size: 1.3rem;
  }

  .product-detail-purchase-box {
    margin-top: 22px;
    padding: 22px 24px;
  }

  .product-detail-qty-stepper {
    grid-template-columns: repeat(3, 66px);
  }

  .product-detail-line-total {
    font-size: 1.65rem;
  }

  .product-detail-order-summary {
    margin-top: 14px;
  }

  .product-detail-order-label,
  .product-detail-order-total-label {
    font-size: 1rem;
  }

  .product-detail-order-value {
    font-size: 1.02rem;
  }

  .product-detail-order-summary-total {
    font-size: 1.5rem;
  }

  .product-detail-shipping-row {
    margin-top: 0;
    padding: 16px 0;
    border-top: 1px solid #eceee8;
    border-bottom: 1px solid #eceee8;
  }

  .product-detail-brand-link {
    display: none;
  }

  .product-detail-tabs {
    grid-column: 1 / 2;
    margin-top: 12px;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    justify-items: center;
    gap: 28px;
    border-top: 1px solid #eceee8;
    border-bottom: 1px solid #eceee8;
  }

  .product-detail-tab {
    min-height: 60px;
    width: auto;
    padding: 0 4px;
  }

  .product-detail-tab.is-active::after {
    left: 0;
    right: 0;
  }

  .product-detail-panel-wrap {
    grid-column: 1 / 2;
    padding: 18px 0 0;
  }

  .product-detail-description-block,
  .product-detail-gallery-wrap {
    width: 100%;
  }

  .product-detail-section-title,
  .product-detail-gallery-title {
    font-size: 1.22rem;
  }

  .product-detail-description {
    color: #3f443f;
    font-size: 1rem;
    line-height: 1.8;
  }

  .product-detail-content.is-collapsed {
    max-height: 920px;
    overflow: hidden;
  }

  .product-detail-content.is-collapsed::after {
    display: block;
  }

  .product-detail-expand {
    display: block;
  }

  .product-detail-related-head {
    grid-column: 1 / -1;
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
  }

  .product-grid.is-product-detail-related {
    grid-column: 1 / -1;
    width: 100%;
    margin: 18px 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 14px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 2px 8px 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .product-grid.is-product-detail-related::-webkit-scrollbar {
    display: none;
  }

  .product-grid.is-product-detail-related .home-product-main-tag-card {
    flex: 0 0 clamp(148px, 42vw, 184px);
    width: clamp(148px, 42vw, 184px);
    min-width: 0;
    scroll-snap-align: start;
  }

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

  .product-detail-related-media {
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
  }

  body.theme-beclean .product-grid.is-product-detail-related .product-detail-related-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-detail-related-body {
    gap: 6px;
  }

  .product-detail-related-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.7em;
    font-size: 0.94rem;
    line-height: 1.35;
  }

  .product-detail-related-price {
    display: block;
    font-size: 0.98rem;
  }

  .product-detail-bottom-bar {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 1;
    width: 100%;
    margin: 8px 0 0;
    padding: 12px 0 0;
    border-top: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: start;
    gap: 12px;
    order: 99;
  }

  .product-detail-qty-field select,
  .product-detail-bottom-btn {
    min-height: 56px;
    border-radius: 16px;
  }

  .product-detail-bottom-btn {
    box-shadow: none;
  }
}

.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: grid;
  place-items: center;
  padding: 24px 16px;
  overflow-y: auto;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 29, 24, 0.42);
  backdrop-filter: blur(8px);
}

.auth-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  margin: auto;
  background: #ffffff;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 28px 72px rgba(18, 26, 24, 0.22);
  padding: 20px 22px 22px;
}

.auth-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 26px;
}

.auth-head h2 {
  margin: 0;
  position: absolute;
  left: 22px;
  top: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #a1a8b3;
  text-transform: uppercase;
}

.auth-close-btn {
  border: 0;
  background: transparent;
  color: #6f7682;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.auth-brand {
  display: flex;
  justify-content: center;
  margin: 10px 0 20px;
}

.auth-brand-mark {
  width: min(170px, 54vw);
  height: auto;
  display: block;
}

.auth-panel {
  display: none;
}

.auth-panel.is-active {
  display: grid;
  gap: 12px;
}

.auth-tabs {
  margin-top: 4px;
  padding: 4px;
  background: #f2f4f7;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.auth-tab {
  border: 0;
  background: transparent;
  min-height: 46px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #7f8792;
  cursor: pointer;
}

.auth-tab.is-active {
  background: linear-gradient(135deg, #91a78c, #a3b89f);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(125, 146, 120, 0.22);
}

.auth-form {
  margin-top: 18px;
  display: none;
  gap: 12px;
}

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

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

.auth-social-btn {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e3e7ee;
  padding: 0 18px;
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.16s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.auth-social-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(31, 42, 37, 0.1);
}

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

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

.auth-social-google {
  background: #ffffff;
  color: #20242c;
}

.auth-social-apple {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.auth-social-qr {
  background: #eef4ed;
  border-color: #c8d5c6;
  color: #263a2a;
}

.auth-social-email {
  background: #f5f7fb;
  color: #20242c;
}

.auth-social-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
}

.auth-social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.auth-social-icon-kakao {
  color: #191919;
}

.auth-social-icon-google {
  border-radius: 999px;
  border: 1px solid #d9dee8;
  background: #ffffff;
  color: #4285f4;
  font-size: 0.92rem;
}

.auth-social-icon-apple {
  color: #ffffff;
}

.auth-social-icon-qr {
  color: #34513a;
}

.auth-social-icon-qr svg,
.auth-qr-scan-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auth-social-icon-email {
  color: #5f6877;
}

.auth-social-label {
  pointer-events: none;
}

.auth-social-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 6px 0 2px;
  text-align: center;
  color: #98a0aa;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.auth-social-divider::before,
.auth-social-divider::after {
  content: "";
  height: 1px;
  background: #ebeff4;
}

.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: 7px;
  color: #2e343d;
  font-size: 0.84rem;
  font-weight: 600;
}

.auth-form input {
  height: 42px;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  padding: 0 12px;
  font-size: 0.92rem;
  color: #1e2430;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.auth-form input:focus {
  outline: none;
  border-color: #b4c0d5;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(180, 192, 213, 0.2);
}

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

.auth-help {
  margin: -2px 0 4px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #8e96a1;
  text-align: center;
}

.auth-back-link {
  justify-self: start;
  border: 0;
  background: transparent;
  color: #7a8390;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.auth-email-copy {
  display: grid;
  gap: 6px;
  text-align: left;
}

.auth-email-copy h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #20242c;
}

.auth-email-copy p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #8a93a0;
}

.auth-submit,
.auth-ghost-btn {
  min-height: 40px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.auth-submit {
  border: 1px solid #d2d2d2;
  background: #aeb4c0;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: none;
}

.auth-submit.is-ready,
.auth-submit:not(:disabled) {
  border-color: #20242c;
  background: #20242c;
  color: #ffffff;
}

.auth-ghost-btn {
  border: 1px solid #d8d8d8;
  background: #ffffff;
  color: #4e5561;
  font-size: 0.88rem;
  font-weight: 600;
}

.auth-submit:hover,
.auth-ghost-btn:hover {
  transform: translateY(-1px);
}

.auth-submit:hover {
  box-shadow: none;
}

.auth-submit:disabled {
  cursor: not-allowed;
  transform: none;
  opacity: 1;
}

.auth-message {
  margin: 2px 0 0;
  min-height: 22px;
  color: #717a85;
  font-size: 0.82rem;
  line-height: 1.35;
  text-align: center;
}

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

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

.auth-page {
  min-height: 100vh;
  background: #f2f2f2;
  color: #20242c;
}

.auth-page-back-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #2a302b;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.auth-page-back-link--panel {
  position: absolute;
  left: -6px;
  top: -38px;
}

.auth-page-main {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 0;
}

.auth-page-stage {
  width: min(460px, calc(100% - 32px));
  margin: 0 auto;
  max-width: 460px;
  display: grid;
  gap: 0;
}

.auth-page-card {
  position: relative;
  width: 100%;
  padding: 10px 0 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.auth-page-intro {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
  text-align: center;
}

.auth-page-intro h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.auth-page-intro p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #6b6b6b;
}

.auth-topbar .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: none;
}

.auth-form.auth-form-standalone {
  margin-top: 0;
  display: grid;
  gap: 14px;
}

.auth-email-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 12px;
  align-items: end;
}

.auth-email-inline.is-bypass-email {
  grid-template-columns: minmax(0, 1fr);
}

.auth-email-inline-field {
  position: relative;
  min-width: 0;
}

.auth-email-autocomplete {
  position: relative;
}

.auth-email-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 12;
  display: grid;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(216, 216, 216, 0.92);
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(25, 31, 25, 0.12);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.auth-email-suggestion {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-top: 1px solid rgba(232, 232, 232, 0.96);
  background: transparent;
  color: #30343a;
  font-size: 0.96rem;
  text-align: left;
  cursor: pointer;
}

.auth-email-suggestion:first-child {
  border-top: 0;
}

.auth-email-suggestion:hover,
.auth-email-suggestion.is-active {
  background: rgba(245, 247, 250, 0.96);
}

.auth-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.auth-page-links--center {
  justify-content: center;
}

.auth-page-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(201, 201, 201, 0.88);
  color: #444;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
}

.auth-page-footnote {
  margin: 14px 0 0;
  text-align: center;
  color: #7c7c7c;
  font-size: 0.76rem;
  line-height: 1.55;
}

.auth-feedback-dialog {
  width: min(360px, 100%);
  padding: 32px 24px 24px;
  display: grid;
  gap: 22px;
  text-align: center;
}

.auth-feedback-copy {
  display: grid;
  gap: 10px;
}

.auth-feedback-copy h2 {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.3;
  font-weight: 700;
  color: #20242c;
}

.auth-feedback-copy p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: #5d6674;
  word-break: keep-all;
}

.auth-feedback-confirm {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: #20242c;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.16s ease, background-color 0.16s ease;
}

.auth-feedback-confirm:hover {
  transform: translateY(-1px);
  background: #12161d;
}

.auth-qr-dialog {
  width: min(440px, 100%);
  padding: 30px 30px 26px;
  display: grid;
  gap: 16px;
}

.auth-qr-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #66706a;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.auth-qr-close:hover,
.auth-qr-close:focus-visible {
  background: #eef2ed;
  color: #24352a;
}

.auth-qr-heading {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding-right: 28px;
  align-items: start;
}

.auth-qr-scan-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #edf4eb;
  color: #34513a;
}

.auth-qr-scan-icon svg {
  width: 25px;
  height: 25px;
}

.auth-qr-heading h2 {
  margin: 1px 0 6px;
  color: #20242c;
  font-size: 1.32rem;
  line-height: 1.3;
}

.auth-qr-heading p {
  margin: 0;
  color: #626d66;
  font-size: 0.88rem;
  line-height: 1.55;
  word-break: keep-all;
}

.auth-qr-code-frame {
  position: relative;
  width: min(280px, 72vw);
  aspect-ratio: 1;
  margin: 2px auto 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #dfe6dd;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(38, 61, 43, 0.08);
}

.auth-qr-code-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.auth-qr-loading {
  width: 34px;
  height: 34px;
  border: 3px solid #dfe7de;
  border-top-color: #385640;
  border-radius: 999px;
  animation: auth-qr-spin 0.8s linear infinite;
}

.auth-qr-loading[hidden] {
  display: none;
}

@keyframes auth-qr-spin {
  to { transform: rotate(360deg); }
}

.auth-qr-countdown,
.auth-qr-status {
  margin: 0;
  text-align: center;
}

.auth-qr-countdown {
  color: #4d5d51;
  min-height: 20px;
  font-size: 0.82rem;
  font-weight: 700;
}

.auth-qr-status {
  min-height: 22px;
  color: #6d776f;
  font-size: 0.84rem;
  line-height: 1.5;
}

.auth-qr-status.is-error {
  color: #bd3d31;
}

.auth-qr-status.is-success {
  color: #287340;
}

.auth-qr-refresh {
  min-height: 46px;
  border: 1px solid #2d4733;
  border-radius: 999px;
  background: #ffffff;
  color: #2d4733;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.auth-qr-refresh:hover {
  background: #edf4eb;
}

.auth-qr-refresh:disabled {
  cursor: wait;
  opacity: 0.58;
}

.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 {
    width: min(100%, 390px);
    border-radius: 24px;
    padding: 16px 16px 18px;
  }

  .auth-qr-dialog {
    width: min(100%, 390px);
    padding: 24px 18px 20px;
    border-radius: 24px;
  }

  .auth-qr-heading {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .auth-qr-scan-icon {
    width: 38px;
    height: 38px;
  }

  .auth-qr-code-frame {
    width: min(250px, 70vw);
  }

  .auth-head h2 {
    left: 16px;
    top: 16px;
  }

  .auth-brand {
    margin: 8px 0 18px;
  }

  .auth-brand-mark {
    width: min(146px, 48vw);
  }

  .auth-social-btn,
  .auth-submit,
  .auth-ghost-btn,
  .auth-form input {
    min-height: 40px;
    height: 40px;
  }

  .auth-page-stage {
    width: min(100%, calc(100% - 24px));
  }

  .auth-page-main {
    padding: 18px 0;
  }

  .auth-page-card {
    padding: 0;
  }

  .auth-page-back-link--panel {
    top: -30px;
    left: -2px;
  }

  .auth-page-intro h1 {
    font-size: 1.7rem;
  }

  .auth-page-intro {
    text-align: center;
  }

  .auth-email-inline {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .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;
  }
}
/* eof header override */
body.theme-beclean .promo-bar {
  display: none;
}

body.theme-beclean .topbar {
  position: relative;
  z-index: 40;
  background: rgba(255, 255, 255, 0.68);
  border-bottom: 1px solid rgba(15, 15, 15, 0.06);
  backdrop-filter: blur(14px);
  overflow: visible;
  transition: padding-bottom 0.34s ease, box-shadow 0.34s ease;
}

body.theme-beclean .topbar.is-search-open {
  padding-bottom: 174px;
  box-shadow: none;
}

body.theme-beclean .topbar-inner {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 0;
}

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

body.theme-beclean .header-brand-image--thecast {
  width: clamp(150px, 10vw, 188px);
  max-height: none;
}

body.theme-beclean .header-category-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}

body.theme-beclean .topbar .beclean-category-tabs {
  min-height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(6px, 0.9vw, 14px);
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

body.theme-beclean .topbar .beclean-category-tabs::-webkit-scrollbar {
  display: none;
}

body.theme-beclean .topbar .beclean-category-tab {
  flex: 0 0 auto;
  min-width: auto;
  min-height: 64px;
  padding: 0 14px;
  color: #171717;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  border: 0;
  background: transparent;
}

body.theme-beclean .topbar .beclean-category-tab:hover,
body.theme-beclean .topbar .beclean-category-tab:focus-visible,
body.theme-beclean .topbar .beclean-category-tab.is-active {
  background: transparent;
  color: #111111;
  box-shadow: inset 0 -2px 0 #111111;
  outline: none;
}

body.theme-beclean .utility-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-width: max-content;
}

body.theme-beclean .header-icon-btn {
  position: relative;
  width: 50px;
  height: 50px;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #171717;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.theme-beclean .header-icon-btn:hover,
body.theme-beclean .header-icon-btn:focus-visible {
  background: rgba(20, 20, 20, 0.06);
  outline: none;
}

body.theme-beclean .header-icon-btn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-beclean .header-icon-btn--static {
  pointer-events: none;
}

body.theme-beclean .utility-nav-label {
  display: none;
}

body.theme-beclean .account-info[hidden] {
  display: none !important;
}

body.theme-beclean .account-info:not([hidden]) {
  display: inline-flex !important;
  max-width: 180px;
  order: 5;
  margin-left: 4px;
}

body.theme-beclean .header-search--icon {
  position: static;
  width: 50px;
  height: 50px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  order: 1;
}

body.theme-beclean .header-search-toggle {
  position: relative;
  z-index: 2;
  flex: 0 0 50px;
}

body.theme-beclean .auth-nav-btn {
  order: 2;
}

body.theme-beclean .cart-nav-btn {
  order: 3;
}

body.theme-beclean .language-switcher--icon {
  order: 4;
}

body.theme-beclean .mobile-category-menu-btn {
  order: 6;
}

body.theme-beclean .header-search-panel {
  position: absolute;
  top: 94px;
  left: 50%;
  right: auto;
  width: min(648px, calc(100vw - 96px));
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(12px);
  pointer-events: none;
  z-index: 3;
  transition:
    opacity 0.24s ease,
    transform 0.28s ease,
    visibility 0s linear 0.28s;
}

body.theme-beclean .topbar.is-search-open .header-search-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
  transition:
    opacity 0.28s ease,
    transform 0.32s ease,
    visibility 0s;
}

body.theme-beclean .header-search-panel-inner {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.theme-beclean .header-search-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.72);
}

body.theme-beclean .header-search--icon input {
  position: static;
  width: 100%;
  min-height: 40px;
  padding: 0;
  opacity: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1b1b1b;
  pointer-events: none;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  transition:
    opacity 0.16s ease,
    transform 0.22s ease;
}

body.theme-beclean .topbar.is-search-open .header-search--icon input {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.theme-beclean .header-search--icon input::placeholder {
  color: rgba(34, 34, 34, 0.34);
}

body.theme-beclean .header-search--icon input:focus {
  outline: none;
}

body.theme-beclean .header-search-panel-submit {
  width: 32px;
  height: 32px;
  min-height: 32px;
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #171717;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.theme-beclean .header-search-toggle::before,
body.theme-beclean .header-search-panel-submit::before,
body.theme-beclean .header-search-chip::before {
  content: none !important;
}

body.theme-beclean .header-search-panel-submit:hover,
body.theme-beclean .header-search-panel-submit:focus-visible {
  background: transparent;
  outline: none;
}

body.theme-beclean .header-search-panel-submit svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-beclean .header-search-trending {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 24px;
}

body.theme-beclean .header-search-trending-label {
  flex: 0 0 auto;
  color: #171717;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.theme-beclean .header-search-trending-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  min-height: 28px;
}

body.theme-beclean .header-search-chip {
  border: 0;
  min-width: auto;
  position: static;
  padding: 0;
  background: transparent;
  color: rgba(33, 33, 33, 0.58);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.theme-beclean .header-search .header-search-chip {
  font-size: 0.88rem;
}

body.theme-beclean .header-search-chip:hover,
body.theme-beclean .header-search-chip:focus-visible {
  color: #171717;
  outline: none;
  transform: translateY(-1px);
}

body.theme-beclean .header-search-results {
  display: grid;
  gap: 18px;
  padding-top: 22px;
}

body.theme-beclean .header-search-results[hidden] {
  display: none !important;
}

body.theme-beclean .header-search-results-summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

body.theme-beclean .header-search-results-summary-title {
  color: rgba(23, 23, 23, 0.74);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.theme-beclean .header-search-section {
  display: grid;
  gap: 10px;
}

body.theme-beclean .header-search-section-title {
  margin: 0;
  color: #171717;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

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

body.theme-beclean .header-search-brand-card {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.theme-beclean .header-search-brand-card:hover,
body.theme-beclean .header-search-brand-card:focus-visible,
body.theme-beclean .header-search-product-card:hover,
body.theme-beclean .header-search-product-card:focus-visible {
  transform: translateY(-1px);
  opacity: 0.84;
  outline: none;
}

body.theme-beclean .header-search-brand-card-image {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 12px;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.04);
}

body.theme-beclean .header-search-brand-card-body {
  display: grid;
  gap: 3px;
}

body.theme-beclean .header-search-brand-card-title {
  color: #171717;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.theme-beclean .header-search-brand-card-subtitle {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.74rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

body.theme-beclean .header-search-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

body.theme-beclean .header-search-product-card {
  width: 100%;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 0;
  background: transparent;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.theme-beclean .header-search-product-card-image {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.04);
}

body.theme-beclean .header-search-product-card-body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

body.theme-beclean .header-search-product-card-brand {
  color: rgba(23, 23, 23, 0.54);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.theme-beclean .header-search-product-card-title {
  color: #171717;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.theme-beclean .header-search-product-card-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

body.theme-beclean .header-search-product-card-price-original {
  color: rgba(23, 23, 23, 0.34);
  font-size: 0.74rem;
  text-decoration: line-through;
}

body.theme-beclean .header-search-product-card-price-current {
  color: #171717;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.theme-beclean .header-search-empty {
  display: grid;
  gap: 6px;
  padding: 6px 0 2px;
}

body.theme-beclean .header-search-empty-title {
  color: #171717;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.theme-beclean .header-search-empty-desc {
  margin: 0;
  color: rgba(23, 23, 23, 0.56);
  font-size: 0.9rem;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

body.theme-beclean .search-results-view {
  display: grid;
  gap: 26px;
  padding: 8px 0 12px;
}

body.theme-beclean .search-results-view[hidden] {
  display: none !important;
}

body.theme-beclean .search-results-head {
  display: grid;
  gap: 8px;
}

body.theme-beclean .search-results-kicker {
  margin: 0;
  color: rgba(23, 23, 23, 0.42);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

body.theme-beclean .search-results-title {
  margin: 0;
  color: #171717;
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.theme-beclean .search-results-status {
  margin: 0;
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.94rem;
  line-height: 1.5;
}

body.theme-beclean .search-results-root {
  display: grid;
  gap: 30px;
}

body.theme-beclean .search-results-section {
  display: grid;
  gap: 14px;
}

body.theme-beclean .search-results-section-title {
  margin: 0;
  color: #171717;
  font-size: clamp(1.28rem, 1.7vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.theme-beclean .search-results-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.theme-beclean .search-results-brand-card {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: grid;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

body.theme-beclean .search-results-brand-card:hover,
body.theme-beclean .search-results-brand-card:focus-visible,
body.theme-beclean .search-results-product-card:hover,
body.theme-beclean .search-results-product-card:focus-visible {
  transform: translateY(-2px);
  opacity: 0.88;
  outline: none;
}

body.theme-beclean .search-results-brand-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.04);
}

body.theme-beclean .search-results-brand-body {
  display: grid;
  gap: 6px;
}

body.theme-beclean .search-results-brand-title {
  color: #171717;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.theme-beclean .search-results-brand-subtitle {
  color: rgba(23, 23, 23, 0.56);
  font-size: 0.82rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

body.theme-beclean .search-results-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px 16px;
}

body.theme-beclean .search-results-product-card {
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  display: grid;
  gap: 8px;
  align-content: start;
  text-align: left;
  cursor: pointer;
}

body.theme-beclean .search-results-product-media {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: #f7f7f7;
}

body.theme-beclean .search-results-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

body.theme-beclean .search-results-product-card:hover .search-results-product-image,
body.theme-beclean .search-results-product-card:focus-visible .search-results-product-image {
  transform: scale(1.03);
}

body.theme-beclean .search-results-product-brand {
  margin: 0;
  color: #8a8a8a;
  font-size: 0.75rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

body.theme-beclean .search-results-product-title {
  margin: 0;
  min-height: 2.7em;
  color: #1a1a1a;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.theme-beclean .search-results-product-price-row {
  margin-top: 2px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 6px;
}

body.theme-beclean .search-results-product-original-price,
body.theme-beclean .search-results-product-price {
  margin: 0;
}

body.theme-beclean .search-results-product-original-price {
  color: #a6a6a6;
  font-size: 0.8rem;
  text-decoration: line-through;
}

body.theme-beclean .search-results-product-price {
  color: #111111;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.theme-beclean .search-results-empty {
  display: grid;
  gap: 8px;
  padding: 8px 0 2px;
}

body.theme-beclean .search-results-empty-title {
  color: #171717;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.theme-beclean .search-results-empty-description {
  margin: 0;
  color: rgba(23, 23, 23, 0.56);
  font-size: 0.92rem;
  line-height: 1.55;
}

body.theme-beclean .cart-nav-btn {
  overflow: visible;
}

body.theme-beclean .cart-count-badge {
  position: absolute;
  top: 3px;
  right: 3px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border: 0;
  background: #aac0ad;
  color: #ffffff;
  font-size: 0.56rem;
  font-weight: 700;
}

body.theme-beclean .language-switcher--wheel {
  position: relative;
  width: 132px;
  height: 50px;
  min-height: 50px;
  flex: 0 0 132px;
  order: 4;
  z-index: 14;
}

body.theme-beclean .language-switcher--wheel select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0.001;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
  z-index: -1;
}

body.theme-beclean .language-switcher--wheel .language-wheel {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) 16px;
  align-items: center;
  padding: 0 2px;
  border: 1px solid rgba(24, 29, 24, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 6px 16px rgba(24, 29, 24, 0.08);
}

body.theme-beclean .language-switcher--wheel .language-wheel-arrow {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(24, 29, 24, 0.58);
  font: inherit;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.18s ease, transform 0.18s ease;
}

body.theme-beclean .language-switcher--wheel .language-wheel-arrow:hover,
body.theme-beclean .language-switcher--wheel .language-wheel-arrow:focus-visible {
  color: #1a1a18;
  outline: none;
}

body.theme-beclean .language-switcher--wheel .language-wheel-arrow:active {
  transform: scale(0.9);
}

body.theme-beclean .language-switcher--wheel .language-wheel-window {
  position: relative;
  height: calc(100% - 8px);
  overflow: hidden;
  border-radius: 999px;
  background: rgba(170, 192, 173, 0.1);
  perspective: 120px;
}

body.theme-beclean .language-switcher--wheel .language-wheel-window::before,
body.theme-beclean .language-switcher--wheel .language-wheel-window::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 12px;
  pointer-events: none;
}

body.theme-beclean .language-switcher--wheel .language-wheel-window::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.56), transparent);
}

body.theme-beclean .language-switcher--wheel .language-wheel-window::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.56), transparent);
}

body.theme-beclean .language-switcher--wheel .language-wheel-track {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  transform-style: preserve-3d;
  will-change: transform;
}

body.theme-beclean .language-switcher--wheel .language-wheel-item {
  display: grid;
  place-items: center;
  min-height: 0;
  font-size: 1rem;
  line-height: 1;
  filter: drop-shadow(0 1px 1px rgba(24, 29, 24, 0.1));
  transition: opacity 0.22s ease, transform 0.22s ease;
}

body.theme-beclean .language-switcher--wheel .language-wheel-item.is-adjacent {
  opacity: 0.46;
  filter: grayscale(0.35) saturate(0.68) drop-shadow(0 1px 1px rgba(24, 29, 24, 0.08));
  transform: scale(0.82) rotateY(32deg);
}

body.theme-beclean .language-switcher--wheel .language-wheel-item.is-current {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  margin: auto;
  border: 1px solid rgba(110, 139, 114, 0.38);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(210, 225, 213, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 3px 8px rgba(58, 80, 62, 0.13);
  font-size: 1.22rem;
  transform: scale(1.04);
}

body.theme-beclean .language-switcher--wheel .language-wheel-window.is-rolling-next .language-wheel-track {
  animation: beautyLanguageWheelRollNext 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.theme-beclean .language-switcher--wheel .language-wheel-window.is-rolling-previous .language-wheel-track {
  animation: beautyLanguageWheelRollPrevious 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes beautyLanguageWheelRollNext {
  0% { transform: translateX(12px) rotateY(-8deg); }
  100% { transform: translateX(0) rotateY(0); }
}

@keyframes beautyLanguageWheelRollPrevious {
  0% { transform: translateX(-12px) rotateY(8deg); }
  100% { transform: translateX(0) rotateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-beclean .language-switcher--wheel .language-wheel-window.is-rolling-next .language-wheel-track,
  body.theme-beclean .language-switcher--wheel .language-wheel-window.is-rolling-previous .language-wheel-track {
    animation: none;
  }
}

body.theme-beclean .mobile-category-menu-btn,
body.theme-beclean .beclean-mobile-menu-drawer {
  display: none;
}

body.is-beclean-mobile-menu-open {
  overflow: hidden;
}

body.theme-beclean .admin-nav-btn {
  min-height: 32px;
  padding: 0 10px;
  margin-left: 8px;
  border-radius: 999px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  background: #faf8f2;
  color: #3d311c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

body.theme-beclean .mega-nav-block {
  display: none !important;
}

body.theme-beclean .topbar .beclean-category-panel {
  position: absolute;
  inset: 0 auto auto 0;
  width: min(420px, calc(100vw - 40px));
  min-height: 0;
  height: 0;
  overflow: visible;
}

body.theme-beclean .topbar .beclean-category-panel::before {
  background: rgba(255, 255, 255, 0.98);
  border-top: 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.08);
  box-shadow: 0 18px 30px rgba(18, 18, 18, 0.08);
}

body.theme-beclean .topbar .beclean-category-panel-inner {
  width: min(360px, calc(100vw - 40px));
  padding: 16px 4px 4px;
  gap: 12px;
}

body.theme-beclean .topbar .beclean-subcategory-link {
  font-size: 0.9rem;
  color: #353535;
}

body.theme-beclean .topbar .beclean-subcategory-link:hover,
body.theme-beclean .topbar .beclean-subcategory-link:focus-visible {
  color: #111111;
}

body.theme-beclean .hero {
  padding-top: 16px;
}

body.theme-beclean .beclean-hero-shell {
  gap: 18px;
}

@media (max-width: 1180px) {
  body.theme-beclean .topbar-inner {
    gap: 18px;
  }
}

@media (hover: none) and (pointer: coarse) {
  body.theme-beclean .header-search-chip {
    padding: 4px 0;
  }
}

@media (max-width: 920px) {
  body.theme-beclean .topbar.is-search-open {
    padding-bottom: 158px;
  }

  body.theme-beclean .topbar-inner {
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
    padding: 10px 0 8px;
  }

  body.theme-beclean .header-category-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  body.theme-beclean .topbar .beclean-category-tabs {
    min-height: 46px;
    justify-content: flex-start;
    padding: 0 0 4px;
  }

  body.theme-beclean .topbar .beclean-category-tab {
    min-height: 42px;
    padding: 0 10px;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  body.theme-beclean .utility-nav {
    min-width: 0;
  }

  body.theme-beclean .account-info[hidden] {
    display: none !important;
  }

  body.theme-beclean .account-info:not([hidden]) {
    display: inline-flex;
    max-width: 120px;
  }

  body.theme-beclean .header-search-panel {
    top: 92px;
    width: min(560px, calc(100vw - 48px));
  }

  body.theme-beclean .header-search-panel-inner {
    padding: 0;
    border-radius: 0;
  }

  body.theme-beclean .header-search-trending {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  body.theme-beclean .topbar.is-search-open {
    padding-bottom: 128px;
  }

  body.theme-beclean .topbar-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 8px 0;
  }

  body.theme-beclean .header-brand-image--thecast {
    width: 128px;
  }

  body.theme-beclean .header-category-nav {
    display: none;
  }

  body.theme-beclean .utility-nav {
    width: auto;
    min-width: max-content;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 2px;
    margin-left: auto;
  }

  body.theme-beclean .header-search--icon {
    order: 1;
    flex: 0 0 46px;
  }

  body.theme-beclean .auth-nav-btn {
    order: 2;
  }

  body.theme-beclean .cart-nav-btn {
    order: 3;
  }

  body.theme-beclean .language-switcher--icon {
    order: 4;
  }

  body.theme-beclean .account-info:not([hidden]) {
    order: 5;
    margin-left: 4px;
  }

  body.theme-beclean .mobile-category-menu-btn {
    order: 6;
    margin-left: 2px;
    display: inline-flex;
  }

  body.theme-beclean .header-search--icon {
    width: 46px;
    height: 46px;
  }

  body.theme-beclean .header-search-panel {
    top: 82px;
    width: min(calc(100vw - 32px), 420px);
  }

  body.theme-beclean .header-search-panel-inner {
    padding: 0;
    border-radius: 0;
  }

  body.theme-beclean .header-search-field {
    gap: 10px;
    padding-bottom: 8px;
  }

  body.theme-beclean .header-search--icon input {
    min-height: 38px;
    font-size: 0.9rem;
  }

  body.theme-beclean .header-search-trending {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    min-width: 0;
    padding-top: 14px;
  }

  body.theme-beclean .header-search-trending-label {
    flex: 0 0 auto;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  body.theme-beclean .header-search-trending-list {
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: hidden;
  }

  body.theme-beclean .header-search-chip {
    flex: 0 1 auto;
    min-width: 0;
    max-width: min(24vw, 96px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.82rem;
  }

  body.theme-beclean .header-search-chip--overflow {
    flex: 0 0 auto;
    max-width: none;
    overflow: visible;
    color: rgba(23, 23, 23, 0.64);
    cursor: default;
    pointer-events: none;
  }

  body.theme-beclean .topbar .beclean-category-tab {
    font-size: 0.8rem;
  }
}

/* skinfood direction cleanup */
body {
  background: #ffffff;
  color: #111111;
}

.page-shell {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: #ffffff;
  box-shadow: none;
}

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

body.theme-beclean .topbar {
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.54) 72%, rgba(255, 255, 255, 0.34) 100%);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.theme-beclean .topbar-inner {
  min-height: 66px;
  gap: 22px;
}

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

body.theme-beclean .header-brand-image--thecast {
  width: clamp(158px, 10vw, 190px);
}

body.theme-beclean .hero,
body.theme-beclean .collab-preview-block,
body.theme-beclean .home-curation-block,
body.theme-beclean .brand-directory-block,
body.theme-beclean .catalog-block {
  background: #ffffff;
}

body.theme-beclean .beclean-hero-grid {
  padding: 0;
}

body.theme-beclean .beclean-hero-slider-frame,
body.theme-beclean .beclean-hero-visual,
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 {
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

body.theme-beclean .beclean-hero-slider-frame::after {
  background: linear-gradient(270deg, rgba(18, 24, 20, 0.22) 0%, rgba(18, 24, 20, 0.06) 28%, rgba(18, 24, 20, 0) 52%);
}

body.theme-beclean .beclean-hero-slider-viewport {
  border-radius: 0;
  background: #f7f7f7;
}

body.theme-beclean .collab-preview-block {
  padding: 8px 0 26px;
}

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

body.theme-beclean .home-category-shelf-head {
  display: none;
}

body.theme-beclean .home-category-shelf {
  display: block;
}

body.theme-beclean .home-brand-shelf-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 26px 22px;
  align-items: start;
  padding: 6px 0 10px;
}

body.theme-beclean .home-brand-tile {
  display: grid;
  width: 100%;
  gap: 14px;
  justify-items: center;
  text-align: center;
  background: transparent;
  border: 0;
  padding: 0;
}

body.theme-beclean .home-brand-tile:hover {
  transform: none;
}

body.theme-beclean .home-brand-tile-visual {
  width: min(124px, 100%);
  aspect-ratio: 1;
  border-radius: 999px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

body.theme-beclean .home-brand-tile-visual--text {
  color: #111111;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.theme-beclean .home-brand-tile strong {
  color: #111111;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

body.theme-beclean .home-brand-tag-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
  gap: 18px;
}

body.theme-beclean .home-brand-tag-card {
  --brand-tag-accent: #d1d1d1;
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid color-mix(in srgb, var(--brand-tag-accent) 14%, #ececec);
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--brand-tag-accent) 14%, #ffffff) 0%, rgba(255, 255, 255, 0.98) 42%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f6 100%);
  box-shadow: 0 20px 44px rgba(17, 17, 17, 0.06);
}

body.theme-beclean .home-brand-tag-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

body.theme-beclean .home-brand-tag-copy {
  display: grid;
  gap: 6px;
}

body.theme-beclean .home-brand-tag-kicker {
  margin: 0;
  color: color-mix(in srgb, var(--brand-tag-accent) 72%, #666666);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-beclean .home-brand-tag-title {
  margin: 0;
  color: #171717;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

body.theme-beclean .home-brand-tag-count {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-tag-accent) 14%, #ffffff);
  color: color-mix(in srgb, var(--brand-tag-accent) 68%, #222222);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.theme-beclean .home-brand-tag-description {
  margin: 0;
  color: #6f6f6f;
  font-size: 0.9rem;
  line-height: 1.5;
}

body.theme-beclean .home-brand-tag-brand-list {
  display: grid;
  gap: 10px;
}

body.theme-beclean .home-brand-tag-chip {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.05);
  text-align: left;
}

body.theme-beclean .home-brand-tag-chip:hover,
body.theme-beclean .home-brand-tag-chip:focus-visible {
  background: color-mix(in srgb, var(--brand-tag-accent) 8%, #ffffff);
  outline: none;
}

body.theme-beclean .home-brand-tag-chip-logo {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.theme-beclean .home-brand-tag-chip-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.theme-beclean .home-brand-tag-chip-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.theme-beclean .home-brand-tag-chip-text strong {
  color: #171717;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

body.theme-beclean .home-brand-tag-chip-text span {
  color: #6f6f6f;
  font-size: 0.74rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.theme-beclean .home-brand-tag-empty {
  margin: 0;
  color: #6f6f6f;
  font-size: 0.85rem;
  line-height: 1.45;
}

body.theme-beclean .home-brand-tag-footer {
  display: flex;
  justify-content: flex-end;
}

body.theme-beclean .home-brand-tag-action {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: color-mix(in srgb, var(--brand-tag-accent) 72%, #171717);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.theme-beclean .home-product-main-tag-list {
  display: grid;
  gap: 40px;
  padding: 76px 0 14px;
}

@media (min-width: 1024px) {
  body.theme-beclean .home-product-main-tag-list {
    width: min(1160px, calc(100% - 88px));
    margin: 0 auto;
  }
}

body.theme-beclean .home-product-main-tag-section {
  display: grid;
  gap: 18px;
}

body.theme-beclean .home-product-main-tag-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 0 2px;
}

body.theme-beclean .home-product-main-tag-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body.theme-beclean .home-all-products-filter {
  position: relative;
  margin: 0;
  width: fit-content;
  margin-top: 2px;
}

body.theme-beclean .home-all-products-filter-btn {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: none;
}

body.theme-beclean .home-all-products-filter-btn::-webkit-details-marker {
  display: none;
}

body.theme-beclean .home-all-products-filter-btn-icon {
  font-size: 0.98rem;
  color: #3f3f3f;
}

body.theme-beclean .home-all-products-filter-btn-value {
  color: #111111;
}

body.theme-beclean .home-all-products-filter::after {
  content: none;
}

body.theme-beclean .home-all-products-filter[open]::after {
  transform: none;
}

body.theme-beclean .home-all-products-filter-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  min-width: 156px;
  padding: 8px 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.12);
  z-index: 4;
}

body.theme-beclean .home-all-products-filter-option {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: 0;
  background: transparent;
  text-align: left;
  color: #181818;
  font-size: 0.92rem;
  cursor: pointer;
}

body.theme-beclean .home-all-products-filter-option.is-active {
  font-weight: 700;
}

body.theme-beclean .home-all-products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px 18px;
}

body.theme-beclean .home-all-products-grid .home-product-main-tag-card {
  scroll-snap-align: unset;
}

body.theme-beclean .home-all-products-grid .home-product-main-tag-body {
  gap: 6px;
}

body.theme-beclean .home-all-products-grid .home-product-main-tag-title {
  min-height: 0;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
}

body.theme-beclean .home-all-products-grid .home-product-main-tag-price-row {
  margin-top: 0;
  gap: 8px;
}

@media (max-width: 1180px) {
  body.theme-beclean .home-all-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  body.theme-beclean .home-all-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.theme-beclean .home-product-main-tag-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.theme-beclean .home-product-main-tag-section-title {
  margin: 0;
  color: #111111;
  font-size: clamp(1.52rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

body.theme-beclean .home-product-main-tag-description {
  margin: 0;
  color: #7a7a72;
  font-size: 0.98rem;
  line-height: 1.45;
}

body.theme-beclean .home-product-main-tag-more,
body.theme-beclean .home-product-main-tag-retry {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8c8778;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  align-self: center;
}

body.theme-beclean .home-product-main-tag-state {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 12px 0 16px;
}

body.theme-beclean .home-product-main-tag-state-text,
body.theme-beclean .home-product-main-tag-empty {
  margin: 0;
  color: #7a7a72;
  font-size: 0.96rem;
  line-height: 1.45;
}

body.theme-beclean .home-product-main-tag-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 212px;
  gap: 18px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x proximity;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

body.theme-beclean .home-product-main-tag-rail::-webkit-scrollbar {
  display: none;
}

body.theme-beclean .home-product-main-tag-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

body.theme-beclean .home-product-main-tag-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  scroll-snap-align: start;
}

body.theme-beclean .home-product-main-tag-card:focus-visible {
  outline: none;
}

body.theme-beclean .home-product-main-tag-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: linear-gradient(180deg, #f1f1ef 0%, #ececea 100%);
}

body.theme-beclean .home-product-main-tag-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.theme-beclean .home-product-main-tag-card:hover .home-product-main-tag-media img,
body.theme-beclean .home-product-main-tag-card:focus-visible .home-product-main-tag-media img {
  transform: scale(1.03);
}

body.theme-beclean .home-product-main-tag-body {
  display: grid;
  gap: 6px;
}

body.theme-beclean .home-product-main-tag-brand {
  margin: 0;
  color: #6f6f67;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

body.theme-beclean .home-product-main-tag-title {
  margin: 0;
  color: #111111;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.36;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

body.theme-beclean .home-product-main-tag-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

body.theme-beclean .home-product-main-tag-price-original {
  color: #9a9a92;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: line-through;
}

body.theme-beclean .home-product-main-tag-price-current {
  color: #111111;
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.theme-beclean .home-subscription-rail {
  grid-auto-columns: minmax(272px, 320px);
  gap: 22px;
  padding-top: 6px;
}

body.theme-beclean .home-subscription-card {
  gap: 14px;
  color: var(--subscription-foreground, #111111);
}

body.theme-beclean .home-subscription-card .home-subscription-media {
  aspect-ratio: 0.92 / 1;
  border-radius: 28px;
  background: var(--subscription-surface, #f4f2ec);
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}

body.theme-beclean .home-subscription-card .home-subscription-media img {
  object-fit: cover;
}

body.theme-beclean .home-subscription-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.56) 100%);
  pointer-events: none;
}

body.theme-beclean .home-subscription-meta {
  position: absolute;
  inset: 16px 16px auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  z-index: 1;
}

body.theme-beclean .home-subscription-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #111111;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.theme-beclean .home-subscription-chip.is-badge,
body.theme-beclean .subscription-detail-modal__chip.is-badge {
  background: var(--subscription-accent, #aac0ad);
  color: #ffffff;
}

body.theme-beclean .home-subscription-chip.is-discount,
body.theme-beclean .subscription-detail-modal__chip.is-discount {
  background: rgba(17, 17, 17, 0.84);
  color: #ffffff;
}

body.theme-beclean .home-subscription-chip.is-muted,
body.theme-beclean .subscription-detail-modal__chip.is-muted {
  background: rgba(255, 255, 255, 0.86);
  color: #444444;
}

body.theme-beclean .home-subscription-body {
  gap: 8px;
}

body.theme-beclean .home-subscription-kicker {
  color: var(--subscription-accent, #8ba08f);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

body.theme-beclean .home-subscription-title {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.theme-beclean .home-subscription-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.theme-beclean .home-subscription-price-row {
  margin-top: 2px;
}

body.theme-beclean .home-subscription-price-row .home-product-main-tag-price-current {
  font-size: 1.18rem;
}

body.theme-beclean .home-subscription-detail-btn {
  width: fit-content;
  min-height: 48px;
  margin-top: 10px;
  padding: 0 24px;
  border: 1px solid #171717;
  border-radius: 999px;
  background: #171717;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.theme-beclean .home-subscription-card:hover .home-subscription-detail-btn,
body.theme-beclean .home-subscription-card:focus-visible .home-subscription-detail-btn {
  border-color: #171717;
  background: #171717;
  color: #ffffff;
  transform: translateY(-1px);
}

body.subscription-detail-modal-open {
  overflow: hidden;
}

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

.subscription-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 1800;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

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

.subscription-detail-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 17, 17, 0.56);
  cursor: pointer;
}

.subscription-detail-modal__sheet {
  position: relative;
  width: min(1080px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  border-radius: 30px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(17, 17, 17, 0.22);
}

.subscription-detail-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.subscription-detail-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  max-height: calc(100vh - 32px);
}

.subscription-detail-modal__hero {
  background: var(--subscription-surface, #f5f3ee);
}

.subscription-detail-modal__hero img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 32px);
  object-fit: cover;
}

.subscription-detail-modal__content {
  display: grid;
  gap: 20px;
  align-content: start;
  padding: 32px 30px 34px;
  overflow-y: auto;
}

.subscription-detail-modal__chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.subscription-detail-modal__chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
  color: #111111;
  font-size: 0.78rem;
  font-weight: 700;
}

.subscription-detail-modal__title {
  margin: 0;
  color: #111111;
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.subscription-detail-modal__subtitle,
.subscription-detail-modal__description,
.subscription-detail-modal__notice p,
.subscription-detail-modal__info-card p,
.subscription-detail-modal__faq-item p {
  margin: 0;
  color: #5f5f58;
  font-size: 0.98rem;
  line-height: 1.62;
}

.subscription-detail-modal__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.subscription-detail-modal__price-original {
  color: #8f8f89;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: line-through;
}

.subscription-detail-modal__price-current {
  color: #111111;
  font-size: 1.34rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.subscription-detail-modal__notice {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(170, 192, 173, 0.12);
  border: 1px solid rgba(170, 192, 173, 0.28);
}

.subscription-detail-modal__section {
  display: grid;
  gap: 14px;
}

.subscription-detail-modal__section h4 {
  margin: 0;
  color: #111111;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.subscription-detail-modal__gallery {
  display: grid;
  gap: 12px;
}

.subscription-detail-modal__gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #f5f3ee;
}

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

.subscription-detail-modal__info-grid {
  display: grid;
  gap: 12px;
}

.subscription-detail-modal__info-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  background: #f8f7f3;
  border: 1px solid rgba(17, 17, 17, 0.05);
}

.subscription-detail-modal__info-card img {
  display: block;
  width: 100%;
  border-radius: 16px;
  background: #efede7;
}

.subscription-detail-modal__info-card strong {
  color: #111111;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.subscription-detail-modal__faq-list {
  display: grid;
  gap: 10px;
}

.subscription-detail-modal__faq-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: #fbfaf7;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.subscription-detail-modal__faq-item summary {
  cursor: pointer;
  list-style: none;
  color: #111111;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.subscription-detail-modal__faq-item summary::-webkit-details-marker {
  display: none;
}

.subscription-detail-modal__faq-item p {
  margin-top: 10px;
}

.subscription-detail-modal__actions {
  display: flex;
  align-items: center;
}

.subscription-detail-modal__primary-btn,
.subscription-checkout-modal__primary-btn,
.subscription-checkout-modal__secondary-btn {
  min-height: 52px;
  border-radius: 999px;
  border: 0;
  padding: 0 22px;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.subscription-detail-modal__primary-btn,
.subscription-checkout-modal__primary-btn {
  width: 100%;
  background: #111111;
  color: #ffffff;
}

.subscription-detail-modal__primary-btn:disabled,
.subscription-checkout-modal__primary-btn:disabled {
  background: #c6c6c1;
  cursor: not-allowed;
}

.subscription-checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 1900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

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

.subscription-checkout-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 17, 17, 0.56);
  cursor: pointer;
}

.subscription-checkout-modal__sheet {
  position: relative;
  width: min(720px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(17, 17, 17, 0.22);
  overflow: hidden;
}

.subscription-checkout-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  color: #111111;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.subscription-checkout-modal__head {
  display: grid;
  gap: 8px;
  padding: 28px 28px 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
  background: linear-gradient(180deg, #f7f5ef 0%, #ffffff 100%);
}

.subscription-checkout-modal__head h3 {
  margin: 0;
  color: #111111;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.subscription-checkout-modal__head p,
.subscription-checkout-modal__eyebrow {
  margin: 0;
}

.subscription-checkout-modal__head p {
  color: #5f5f58;
  font-size: 0.94rem;
}

.subscription-checkout-modal__eyebrow {
  color: #8ba08f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.subscription-checkout-modal__body {
  display: grid;
  gap: 16px;
  padding: 24px 28px 28px;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}

.subscription-checkout-modal__notice,
.subscription-checkout-modal__status {
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 0.92rem;
  line-height: 1.6;
}

.subscription-checkout-modal__notice {
  background: rgba(170, 192, 173, 0.12);
  border: 1px solid rgba(170, 192, 173, 0.28);
  color: #496251;
}

.subscription-checkout-modal__status {
  margin: 0;
}

.subscription-checkout-modal__status.is-error {
  background: rgba(255, 236, 236, 0.94);
  border: 1px solid rgba(210, 122, 122, 0.3);
  color: #9d4444;
}

.subscription-checkout-modal__status.is-success {
  background: rgba(236, 247, 236, 0.94);
  border: 1px solid rgba(111, 143, 115, 0.28);
  color: #2f6638;
}

.subscription-checkout-modal__form,
.subscription-checkout-modal__section {
  display: grid;
  gap: 14px;
}

.subscription-checkout-modal__section h4 {
  margin: 0;
  color: #111111;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.subscription-checkout-modal__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.subscription-checkout-modal__grid label {
  display: grid;
  gap: 7px;
}

.subscription-checkout-modal__grid label.is-wide {
  grid-column: 1 / -1;
}

.subscription-checkout-modal__grid span {
  color: #4d4d48;
  font-size: 0.84rem;
  font-weight: 700;
}

.subscription-checkout-modal__grid input,
.subscription-checkout-modal__grid textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 16px;
  background: #ffffff;
  color: #111111;
  padding: 13px 14px;
  font: inherit;
}

.subscription-checkout-modal__grid textarea {
  resize: vertical;
  min-height: 96px;
}

.subscription-checkout-modal__secondary-btn {
  background: #f5f4ef;
  color: #4d4d48;
}

.subscription-checkout-modal__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 720px) {
  body.theme-beclean .home-brand-tag-grid {
    grid-template-columns: 1fr;
  }

  body.theme-beclean .home-brand-tag-card {
    padding: 18px;
    border-radius: 22px;
  }

  body.theme-beclean .home-product-main-tag-head {
    align-items: flex-start;
  }

  body.theme-beclean .home-product-main-tag-head .home-product-main-tag-more {
    align-self: center;
  }

  body.theme-beclean .home-product-main-tag-section-title {
    font-size: 1.25rem;
  }

  body.theme-beclean .home-product-main-tag-description {
    font-size: 0.88rem;
  }

  body.theme-beclean .home-product-main-tag-more,
  body.theme-beclean .home-product-main-tag-retry {
    font-size: 0.92rem;
  }

  body.theme-beclean .home-all-products-filter-btn {
    min-height: 38px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 0.88rem;
  }

  body.theme-beclean .home-all-products-filter-menu {
    min-width: 148px;
  }

  body.theme-beclean .home-product-main-tag-list {
    gap: 26px;
    padding-top: 40px;
  }

  body.theme-beclean .home-all-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }

  body.theme-beclean .home-product-main-tag-rail {
    grid-auto-columns: 152px;
    gap: 14px;
  }

  body.theme-beclean .home-subscription-rail {
    grid-auto-columns: 224px;
  }

  body.theme-beclean .home-product-main-tag-media {
    border-radius: 18px;
  }

  body.theme-beclean .home-subscription-card .home-subscription-media {
    border-radius: 22px;
  }

  body.theme-beclean .home-product-main-tag-title {
    font-size: 0.92rem;
  }

  body.theme-beclean .home-product-main-tag-price-current {
    font-size: 0.98rem;
  }

  .subscription-detail-modal__sheet {
    width: min(100%, calc(100% - 16px));
    max-height: calc(100vh - 16px);
    margin: 8px auto;
    border-radius: 24px;
  }

  .subscription-detail-modal__body {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 16px);
  }

  .subscription-detail-modal__hero img {
    max-height: 42vh;
  }

  .subscription-detail-modal__content {
    padding: 24px 18px 26px;
  }

  .subscription-checkout-modal__sheet {
    width: min(100%, calc(100% - 16px));
    max-height: calc(100vh - 16px);
    margin: 8px auto;
    border-radius: 24px;
  }

  .subscription-checkout-modal__head {
    padding: 24px 18px 16px;
  }

  .subscription-checkout-modal__body {
    padding: 20px 18px 22px;
    max-height: calc(100vh - 156px);
  }

  .subscription-checkout-modal__grid {
    grid-template-columns: 1fr;
  }

  .subscription-checkout-modal__actions {
    flex-direction: column-reverse;
  }
}

body.theme-beclean .home-brand-tile--all .home-brand-tile-visual {
  background: #f4f4f4;
}

body.theme-beclean .home-section-head,
body.theme-beclean .brand-directory-head {
  margin-bottom: 18px;
}

body.theme-beclean .home-section-kicker,
body.theme-beclean .brand-directory-head .home-section-kicker {
  color: #8e8e8e;
}

body.theme-beclean .brand-directory-controls input,
body.theme-beclean .brand-directory-controls select,
body.theme-beclean .catalog-toolbar select {
  border-color: #e6e6e6;
  background: #ffffff;
}

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

  body.theme-beclean .topbar-inner {
    gap: 10px 14px;
  }

  body.theme-beclean .home-brand-shelf-row {
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 20px 16px;
  }

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

@media (max-width: 640px) {
  .container {
    width: min(100%, calc(100% - 20px));
  }

  body.theme-beclean .topbar-inner {
    min-height: 58px;
  }

  body.theme-beclean .header-brand-image--thecast {
    width: 144px;
  }

  body.theme-beclean .home-brand-shelf-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 12px;
    padding-bottom: 2px;
  }

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

  body.theme-beclean .home-brand-tile strong {
    font-size: 0.75rem;
  }
}

/* final header alignment */
body.theme-beclean .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 68px;
}

body.theme-beclean .header-brand {
  flex: 0 0 auto;
  order: 0;
  justify-self: auto;
  margin: 0;
}

body.theme-beclean .header-brand-image--thecast {
  width: clamp(170px, 10.5vw, 208px);
}

body.theme-beclean .header-category-nav {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}

body.theme-beclean .utility-nav {
  flex: 0 0 auto;
  order: 2;
  margin-left: auto;
  min-width: max-content;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

body.theme-beclean .topbar .beclean-category-tabs {
  justify-content: flex-start;
  gap: clamp(10px, 1vw, 22px);
}

body.theme-beclean .topbar .beclean-category-tab {
  min-height: 68px;
  padding: 0 16px;
  font-size: 1.02rem;
  font-weight: 700;
}

@media (max-width: 920px) {
  body.theme-beclean .topbar-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: initial;
    gap: 10px 14px;
    min-height: auto;
  }

  body.theme-beclean .header-brand {
    order: 0;
  }

  body.theme-beclean .header-category-nav {
    order: 2;
    grid-column: 1 / -1;
  }

  body.theme-beclean .utility-nav {
    order: 1;
    margin-left: 0;
  }
}

/* submenu card like skinfood */
body.theme-beclean .topbar .beclean-category-panel {
  width: 0;
}

body.theme-beclean .topbar .beclean-category-panel::before {
  display: none;
}

body.theme-beclean .topbar .beclean-category-panel-inner {
  width: 182px;
  padding: 24px 22px 20px;
  gap: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
  backdrop-filter: blur(18px);
}

body.theme-beclean .topbar .beclean-category-panel-title {
  margin: 0;
  color: #222222;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

body.theme-beclean .topbar .beclean-category-list {
  gap: 12px;
}

body.theme-beclean .topbar .beclean-subcategory-link {
  color: #666666;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
}

body.theme-beclean .topbar .beclean-subcategory-link:hover,
body.theme-beclean .topbar .beclean-subcategory-link:focus-visible {
  color: #111111;
}

body.theme-beclean .topbar .beclean-category-viewall {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

body.theme-beclean .topbar .beclean-category-tab--brand-tag.is-active,
body.theme-beclean .topbar .beclean-category-tab--brand-tag:hover,
body.theme-beclean .topbar .beclean-category-tab--brand-tag:focus-visible {
  box-shadow: inset 0 -2px 0 var(--brand-tag-accent, #111111);
}

body.theme-beclean .topbar .beclean-category-panel-inner--brand-tags {
  width: min(360px, calc(100vw - 36px));
  max-height: min(70dvh, 540px);
  padding: 10px 0;
  gap: 0;
  overflow-y: auto;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.1);
  backdrop-filter: blur(12px);
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-gutter: stable;
}

body.theme-beclean .topbar .beclean-brand-list {
  display: grid;
  gap: 0;
}

body.theme-beclean .topbar .beclean-brand-link {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  width: 100%;
  padding: 14px 20px;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

body.theme-beclean .topbar .beclean-brand-link:last-child {
  border-bottom: 0;
}

body.theme-beclean .topbar .beclean-brand-link:hover,
body.theme-beclean .topbar .beclean-brand-link:focus-visible {
  background: rgba(17, 17, 17, 0.04);
  outline: none;
}

body.theme-beclean .topbar .beclean-brand-link-media {
  width: 52px;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid rgba(17, 17, 17, 0.08);
  display: block;
}

body.theme-beclean .topbar .beclean-brand-link-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.theme-beclean .topbar .beclean-brand-link-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.theme-beclean .topbar .beclean-brand-link-copy strong {
  color: #171717;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

body.theme-beclean .topbar .beclean-brand-link-copy span {
  color: #707070;
  font-size: 0.8rem;
  line-height: 1.35;
  white-space: normal;
  overflow: hidden;
}

body.theme-beclean .topbar .beclean-brand-empty {
  margin: 0;
  padding: 14px 20px;
  color: #6b6b6b;
  font-size: 0.82rem;
  line-height: 1.45;
}

@media (max-width: 920px) {
  body.theme-beclean .topbar .beclean-category-panel-inner {
    width: min(220px, calc(100vw - 36px));
    padding: 20px 18px 18px;
  }

  body.theme-beclean .topbar .beclean-category-panel-inner--brand-tags {
    width: min(320px, calc(100vw - 28px));
  }
}

/* final site cleanup */
body.theme-beclean {
  background: #ffffff;
}

html {
  background: #ffffff;
}

body.theme-beclean .page-shell {
  max-width: none;
  width: 100%;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: visible;
}

body.theme-beclean .home-brand-shelf-row {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 28px 14px;
  align-items: start;
  overflow: visible;
}

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

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

body.theme-beclean .site-footer {
  padding: 64px 0 72px;
  border-top: 0;
  background:
    radial-gradient(circle at top left, rgba(239, 233, 224, 0.45), transparent 34%),
    linear-gradient(180deg, #faf7f1 0%, #f7f3ec 100%);
}

body.theme-beclean .contact-footer {
  display: grid;
  gap: 18px;
  width: min(1160px, calc(100% - 88px));
  margin: 0 auto;
}

body.theme-beclean .contact-footer-head {
  display: grid;
  gap: 8px;
}

body.theme-beclean .contact-footer-kicker {
  margin: 0;
  color: #9b9b9b;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.theme-beclean .contact-footer-head h2 {
  margin: 0;
  color: #161616;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(1.9rem, 3.1vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

body.theme-beclean .contact-footer-email {
  display: grid;
  gap: 5px;
  justify-items: start;
  padding-top: 4px;
}

body.theme-beclean .contact-footer-email-label {
  margin: 0;
  color: #8f8f8f;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.theme-beclean .contact-footer-email-link {
  display: block;
  max-width: 100%;
  color: #181818;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(1rem, 1.65vw, 1.24rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: opacity 180ms ease;
}

body.theme-beclean .contact-footer-email-link:hover {
  opacity: 0.72;
}

body.theme-beclean .contact-footer-email-link:focus-visible {
  outline: 2px solid rgba(24, 24, 24, 0.22);
  outline-offset: 4px;
  border-radius: 2px;
}

body.theme-beclean .contact-footer-email-char {
  display: inline-block;
  color: inherit;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 420ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--char-index, 0) * 42ms);
}

body.theme-beclean .contact-footer-email-link[data-email-revealed="true"] .contact-footer-email-char {
  clip-path: inset(0 0 0 0);
}

body.theme-beclean .contact-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

body.theme-beclean .contact-footer-links a {
  color: #6d6d6d;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.theme-beclean .contact-footer-body {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.9fr);
  gap: 32px;
  align-items: start;
  padding-top: 2px;
}

body.theme-beclean .contact-footer-company,
body.theme-beclean .contact-footer-support {
  display: grid;
  gap: 5px;
}

body.theme-beclean .contact-footer-company h3,
body.theme-beclean .contact-footer-support h3 {
  margin: 0 0 2px;
  color: #1c1c1c;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.theme-beclean .contact-footer-company p,
body.theme-beclean .contact-footer-support p {
  margin: 0;
  color: #8a8a8a;
  font-size: 0.82rem;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

body.theme-beclean .contact-footer-phone {
  color: #171717 !important;
  font-size: 0.96rem !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
}

@media (max-width: 1180px) {
  body.theme-beclean .home-brand-shelf-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  body.theme-beclean .page-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

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

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

  body.theme-beclean .site-footer {
    padding: 52px 0 56px;
  }

  body.theme-beclean .contact-footer {
    width: min(100%, calc(100% - 56px));
  }

  body.theme-beclean .contact-footer-body {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.theme-beclean .contact-footer-company h3,
  body.theme-beclean .contact-footer-support h3 {
    font-size: 1rem;
  }

  body.theme-beclean .contact-footer-phone {
    font-size: 0.94rem !important;
  }
}

@media (max-width: 640px) {
  body.theme-beclean .home-brand-shelf-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 10px;
  }

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

  body.theme-beclean .contact-footer-head h2 {
    font-size: 1.82rem;
  }

  body.theme-beclean .contact-footer {
    width: min(100%, calc(100% - 36px));
  }

  body.theme-beclean .contact-footer-email {
    gap: 4px;
  }

  body.theme-beclean .contact-footer-email-link {
    font-size: 0.98rem;
  }

  body.theme-beclean .contact-footer-links {
    gap: 12px;
  }

  body.theme-beclean .contact-footer-links a,
  body.theme-beclean .contact-footer-company p,
  body.theme-beclean .contact-footer-support p {
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-beclean .contact-footer-email-char {
    clip-path: inset(0 0 0 0);
    transition: none;
  }

  body.theme-beclean .contact-footer-email-link {
    transition: none;
  }
}

/* Home brand discovery: mobile-first brand search and circular product feed. */
html.is-home-discovery,
html.is-home-discovery body.theme-beclean.page-home,
body.theme-beclean.page-home.is-home-discovery .page-shell {
  max-width: 100%;
  overflow-x: clip;
}

body.theme-beclean.page-home.is-home-discovery #collabPreview .container {
  width: min(100% - 20px, 560px);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery {
  width: 100%;
  margin: 0 auto;
  padding: 26px 0 72px;
  display: grid;
  gap: 58px;
  color: #171717;
  scroll-margin-top: 82px;
}

body.theme-beclean.page-home.is-home-discovery #collabPreview:has(.home-main-discovery__intro.is-international),
body.theme-beclean.page-home.is-home-discovery .home-main-discovery:has(.home-main-discovery__intro.is-international) {
  padding-top: 0;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brands,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__products {
  min-width: 0;
  display: grid;
  gap: 20px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro {
  display: grid;
  gap: 8px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro-copy {
  min-width: 0;
  display: grid;
  gap: 8px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__kicker,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-kicker {
  margin: 0;
  color: rgba(23, 23, 23, 0.48);
  font-family: "Barlow Condensed", "Pretendard", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro h1 {
  margin: 0;
  font-size: clamp(2rem, 9vw, 3rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

html[lang="en"] body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro h1 {
  font-size: clamp(0.8rem, 4.45vw, 4.2rem);
  white-space: nowrap;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international {
  position: relative;
  width: 100vw;
  max-width: none;
  min-width: 0;
  margin-inline: calc(50% - 50vw);
  gap: clamp(14px, 3vw, 26px);
  padding: clamp(22px, 5vw, 38px) 0 0;
  overflow: visible;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -180px;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 211, 222, 0.52), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(195, 224, 250, 0.56), transparent 38%),
    linear-gradient(180deg, #fffaf7 0%, #ffffff 46%, #edf5fb 100%);
}

body.theme-beclean.page-home.is-home-discovery:has(.home-main-discovery__intro.is-international) .topbar {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.34) 100%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.theme-beclean.page-home.is-home-discovery:has(.home-main-discovery__intro.is-international) .international-commerce-notice {
  position: relative;
  z-index: 30;
  background: rgba(255, 249, 232, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international .home-main-discovery__intro-copy {
  position: relative;
  z-index: 5;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 64px);
  justify-items: center;
  text-align: center;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international .home-main-discovery__kicker {
  display: none;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international h1,
html[lang="en"] body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international h1 {
  color: #102b49;
  font-size: clamp(1.55rem, 5.2vw, 3.35rem);
  line-height: 1.14;
  letter-spacing: -0.045em;
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-visual[hidden] {
  display: none !important;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  height: clamp(270px, 70vw, 360px);
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 108%, rgba(255, 190, 208, 0.54) 0%, rgba(255, 213, 224, 0.2) 30%, transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(218, 235, 249, 0.5) 50%, rgba(29, 57, 88, 0.94) 100%);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-visual::after {
  content: "";
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 0;
  height: 14%;
  background: linear-gradient(180deg, transparent, rgba(13, 35, 60, 0.24));
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-image {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
  filter: drop-shadow(0 18px 22px rgba(10, 35, 65, 0.16));
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-image--world-tower {
  z-index: 1;
  top: 0;
  left: 2%;
  bottom: auto;
  width: auto;
  height: 96%;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-image--namsan-tower {
  z-index: 2;
  top: 0;
  right: -4%;
  bottom: auto;
  width: auto;
  height: 91%;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-image--gyeongbokgung {
  z-index: 4;
  left: -9%;
  bottom: -2%;
  width: 65%;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-image--department-store {
  z-index: 5;
  right: -10%;
  bottom: -2%;
  width: 78%;
  -webkit-mask-image: radial-gradient(ellipse 78% 76% at 50% 62%, #000 54%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 76% at 50% 62%, #000 54%, transparent 100%);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 7px;
  padding: 7px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 23, 23, 0.06);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search input {
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 10px;
  color: #171717;
  font: inherit;
  font-size: 0.9rem;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search input::placeholder {
  color: rgba(23, 23, 23, 0.4);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search button {
  min-width: 54px;
  min-height: 44px;
  border: 0;
  border-radius: 11px;
  padding: 0 13px;
  background: #171717;
  color: #ffffff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search .home-main-discovery__search-clear {
  background: #edf2ed;
  color: #334238;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__section-head,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__section-head h3,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-head h3 {
  margin: 0;
  min-width: 0;
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__section-head > span,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-meta > span {
  flex: 0 0 auto;
  color: rgba(23, 23, 23, 0.48);
  font-size: 0.76rem;
  font-weight: 700;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  touch-action: pan-x;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-carousel {
  position: relative;
  min-width: 0;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control {
  position: absolute;
  top: calc(50% - 12px);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 50%;
  padding: 0;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(23, 23, 23, 0.14);
  color: #252525;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control[hidden] {
  display: none;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control span {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control:hover,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control:focus-visible {
  border-color: rgba(77, 109, 86, 0.42);
  background: #ffffff;
  transform: translateY(-50%) scale(1.06);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control--previous {
  left: 8px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control--next {
  right: 8px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-grid[data-carousel-enabled="true"] {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 3%, #000 97%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 3%, #000 97%, transparent 100%);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-grid::-webkit-scrollbar {
  display: none;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-card {
  flex: 0 0 clamp(150px, 42vw, 240px);
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #171717;
  text-align: center;
  cursor: pointer;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(23, 23, 23, 0.07);
  border-radius: 18px;
  overflow: hidden;
  background: #f5f7f5;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: transform 0.28s ease;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-card strong {
  width: 100%;
  color: #282828;
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -0.025em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-label {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-label strong {
  width: auto;
  min-width: 0;
}

body.theme-beclean.page-home.is-home-discovery .country-flag {
  flex: 0 0 auto;
  display: inline-block;
  line-height: 1;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-flag {
  font-size: 0.92rem;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-card:hover .home-main-discovery__brand-media,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-card:focus-visible .home-main-discovery__brand-media,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-card.is-active .home-main-discovery__brand-media {
  border-color: #708a76;
  transform: translateY(-2px);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-card:hover .home-main-discovery__brand-media img,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-card:focus-visible .home-main-discovery__brand-media img {
  transform: scale(1.035);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-card.is-active strong {
  color: #4d6d56;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__continue,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__retry,
body.theme-beclean.page-home.is-home-discovery #homeMainDiscoveryReset,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-state button {
  min-height: 44px;
  border: 1px solid rgba(23, 23, 23, 0.16);
  border-radius: 999px;
  padding: 0 18px;
  background: #ffffff;
  color: #252525;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  cursor: pointer;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-state {
  min-height: 0;
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.84rem;
  line-height: 1.55;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-state:empty {
  display: none;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-state p {
  margin: 0 0 12px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-head > div:first-child {
  min-width: 0;
  display: grid;
  gap: 6px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-meta {
  flex: 0 0 auto;
  display: grid;
  justify-items: end;
  gap: 8px;
}

body.theme-beclean.page-home.is-home-discovery #homeMainDiscoveryReset {
  min-height: 34px;
  padding: 0 12px;
  font-size: 0.7rem;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 10px;
  align-items: start;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-card.is-offset {
  margin-top: 38px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-media {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #f3f5f3;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-card.is-tall .home-main-discovery__product-media {
  aspect-ratio: 4 / 5;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-card.is-compact .home-main-discovery__product-media {
  aspect-ratio: 1 / 1;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-card:hover .home-main-discovery__product-media img,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-card:focus-visible .home-main-discovery__product-media img {
  transform: scale(1.035);
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-body {
  min-width: 0;
  display: grid;
  gap: 5px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-brand {
  color: #7d7d7d;
  font-size: 0.72rem;
  line-height: 1.35;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-flag {
  font-size: 0.86rem;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-title {
  min-height: 2.7em;
  color: #202020;
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: -0.025em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-price {
  color: #111111;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__feedback {
  min-height: 22px;
  margin-top: 8px;
  color: rgba(23, 23, 23, 0.56);
  font-size: 0.8rem;
  line-height: 1.55;
  text-align: center;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__feedback:empty {
  display: none;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__continue,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery__retry {
  min-width: 148px;
  justify-self: center;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__retry {
  border-color: #171717;
  background: #171717;
  color: #ffffff;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery__sentinel {
  width: 100%;
  height: 1px;
}

body.theme-beclean.page-home.is-home-discovery .home-main-discovery button:focus-visible,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery a:focus-visible,
body.theme-beclean.page-home.is-home-discovery .home-main-discovery input:focus-visible {
  outline: 3px solid rgba(80, 112, 88, 0.42);
  outline-offset: 3px;
}

@media (max-width: 390px) {
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery {
    padding-top: 18px;
    gap: 50px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international {
    gap: 10px;
    padding-top: 20px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international .home-main-discovery__intro-copy {
    padding-inline: 16px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international h1 {
    font-size: clamp(1.42rem, 7.1vw, 1.72rem);
    line-height: 1.16;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-visual {
    height: clamp(242px, 79vw, 292px);
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search {
    gap: 5px;
    padding: 6px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search button {
    min-width: 48px;
    padding-inline: 10px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-grid {
    gap: 10px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control {
    width: 38px;
    height: 38px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control--previous {
    left: 4px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control--next {
    right: 4px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-media,
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-media {
    border-radius: 14px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-card.is-offset {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  body.theme-beclean.page-home .account-info:not([hidden]) {
    display: none !important;
  }
}

@media (max-width: 350px) {
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search .home-main-discovery__search-clear {
    min-width: 44px;
    width: 44px;
    padding: 0;
    font-size: 0;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search .home-main-discovery__search-clear::before {
    content: "×";
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery *,
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery *::before,
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* hero refinement */
body.theme-beclean .topbar {
  border-bottom: 0;
}

body.theme-beclean .hero.hero-brand-spotlight {
  padding: 26px 0 22px;
}

body.theme-beclean .hero.hero-brand-spotlight > .container {
  width: min(100%, calc(100% - 28px));
  max-width: 1180px;
}

body.theme-beclean .beclean-hero-shell,
body.theme-beclean .beclean-hero-slider-shell {
  gap: 0;
}

body.theme-beclean .beclean-hero-slider-shell {
  max-width: min(100%, 980px);
  margin: 0 auto;
}

body.theme-beclean .beclean-hero-grid {
  position: relative;
  padding: 0;
}

body.theme-beclean .beclean-hero-slider-frame {
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

body.theme-beclean .beclean-hero-slider-frame::after {
  content: none;
  background: none;
}

body.theme-beclean .beclean-hero-slider-viewport {
  --hero-side-space: 24px;
  --hero-card-gap: 6px;
  min-height: clamp(430px, 46vw, 620px);
  aspect-ratio: 1.18 / 1;
  overflow: visible;
  background: transparent;
  touch-action: pan-y;
  cursor: grab;
}

body.theme-beclean .beclean-hero-slider-shell.is-dragging .beclean-hero-slider-viewport {
  cursor: grabbing;
}

body.theme-beclean .beclean-hero-slider-track {
  display: flex;
  align-items: stretch;
  gap: var(--hero-card-gap);
  height: 100%;
}

body.theme-beclean .beclean-hero-slide,
body.theme-beclean .beclean-hero-slide img {
  height: 100%;
}

body.theme-beclean .beclean-hero-slide {
  flex: 0 0 calc(100% - var(--hero-side-space));
  min-width: calc(100% - var(--hero-side-space));
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  background: transparent;
  isolation: isolate;
  opacity: 0.68;
  cursor: pointer;
  transform: scale(0.94) translateY(10px);
  transform-origin: center center;
  transition:
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.42s ease,
    filter 0.42s ease;
  filter: saturate(0.88);
}

body.theme-beclean .beclean-hero-slide.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: none;
  z-index: 2;
}

body.theme-beclean .beclean-hero-slide::before {
  content: none;
}

body.theme-beclean .beclean-hero-slide-backdrop {
  display: none;
}

body.theme-beclean .beclean-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.06) 54%, rgba(16, 16, 16, 0.46) 100%);
  z-index: 1;
  pointer-events: none;
}

body.theme-beclean .beclean-hero-slide:not(.is-active)::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(16, 16, 16, 0.08) 0%, rgba(16, 16, 16, 0.12) 100%);
}

body.theme-beclean .beclean-hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  border-radius: 38px;
  object-fit: cover !important;
  object-position: center center;
  filter: brightness(1.02) contrast(0.94) saturate(0.98);
  -webkit-mask-image: none;
  mask-image: none;
  z-index: 0;
}

body.theme-beclean .beclean-hero-slide:not(.is-active) img {
  filter: brightness(0.94) contrast(0.92) saturate(0.88);
}

body.theme-beclean .beclean-hero-slider-pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
}

body.theme-beclean .beclean-hero-slider-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.52);
}

body.theme-beclean .beclean-hero-slider-dot.is-active {
  width: 22px;
  background: #ffffff;
}

body.theme-beclean .beclean-hero-slider-nav {
  display: none !important;
}

body.theme-beclean .beclean-hero-copy {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 66px;
  width: min(74%, 520px);
  gap: 12px;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  pointer-events: none;
}

body.theme-beclean .beclean-copy-kicker,
body.theme-beclean .beclean-copy-product,
body.theme-beclean .hero-keyword-links,
body.theme-beclean .hero-copy-actions {
  display: none;
}

body.theme-beclean .beclean-hero-copy h1,
body.theme-beclean .beclean-hero-copy h2 {
  color: #ffffff;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(2.1rem, 3.4vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.04;
  text-transform: none;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.14);
}

body.theme-beclean .hero-copy-desc {
  max-width: min(72%, 420px);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.92rem, 0.95vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
  display: block;
  overflow: visible;
}

@media (max-width: 920px) {
  body.theme-beclean .hero.hero-brand-spotlight > .container {
    width: min(100%, calc(100% - 18px));
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: 22px;
    --hero-card-gap: 6px;
    min-height: clamp(460px, 78vw, 620px);
    aspect-ratio: 1 / 1.12;
  }

  body.theme-beclean .beclean-hero-slider-shell {
    max-width: none;
  }

  body.theme-beclean .beclean-hero-slide::before {
    content: none;
  }

  body.theme-beclean .beclean-hero-slide img {
    border-radius: 34px;
  }

  body.theme-beclean .beclean-hero-slide::after {
    border-radius: 34px;
  }

  body.theme-beclean .beclean-hero-copy {
    width: min(78%, 420px);
    bottom: 58px;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(1.9rem, 4.4vw, 2.7rem);
  }
}

@media (max-width: 640px) {
  body.theme-beclean .hero.hero-brand-spotlight {
    padding: 18px 0 16px;
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: 18px;
    --hero-card-gap: 5px;
    min-height: 470px;
    aspect-ratio: 0.82 / 1;
  }

  body.theme-beclean .beclean-hero-slide {
    transform: scale(0.965) translateY(6px);
  }

  body.theme-beclean .beclean-hero-slide.is-active {
    transform: scale(1) translateY(0);
  }

  body.theme-beclean .beclean-hero-slide::before {
    content: none;
  }

  body.theme-beclean .beclean-hero-slide img {
    border-radius: 30px;
  }

  body.theme-beclean .beclean-hero-slide::after {
    border-radius: 30px;
  }

  body.theme-beclean .beclean-hero-copy {
    width: min(82%, 292px);
    bottom: 56px;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(1.95rem, 8.4vw, 2.55rem);
    line-height: 1.08;
  }

  body.theme-beclean .hero-copy-desc {
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.46;
    display: block;
    overflow: visible;
  }

  body.theme-beclean .beclean-hero-slider-pagination {
    bottom: 20px;
  }
}

/* final responsive polish */
@media (max-width: 1024px) {
  body.theme-beclean .topbar-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "brand utility";
    align-items: center;
    gap: 10px 12px;
    padding: 10px 0;
  }

  body.theme-beclean .header-brand {
    grid-area: brand;
  }

  body.theme-beclean .header-category-nav {
    display: none;
  }

  body.theme-beclean .utility-nav {
    grid-area: utility;
    width: auto;
    min-width: max-content;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 2px;
  }

  body.theme-beclean .header-icon-btn,
  body.theme-beclean .language-switcher--icon,
  body.theme-beclean .mobile-category-menu-btn,
  body.theme-beclean .header-search-toggle {
    width: 46px;
    height: 46px;
    min-height: 46px;
  }

  body.theme-beclean .header-search--icon {
    order: 1;
    flex: 0 0 46px;
  }

  body.theme-beclean .auth-nav-btn {
    order: 2;
  }

  body.theme-beclean .cart-nav-btn {
    order: 3;
  }

  body.theme-beclean .language-switcher--icon {
    order: 4;
  }

  body.theme-beclean .account-info:not([hidden]) {
    order: 5;
    margin-left: 4px;
  }

  body.theme-beclean .mobile-category-menu-btn {
    order: 6;
    display: inline-flex;
    margin-left: 2px;
  }

  body.theme-beclean .beclean-mobile-menu-drawer {
    position: static;
    width: 100%;
    display: block;
    background: transparent;
  }

  body.theme-beclean .topbar-inner {
    gap: 12px 16px;
  }

  body.theme-beclean .header-brand-image--thecast {
    width: clamp(148px, 18vw, 188px);
  }

  body.theme-beclean .topbar .beclean-category-tabs {
    gap: 8px;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  body.theme-beclean .topbar .beclean-category-tab {
    scroll-snap-align: start;
    min-height: 52px;
    padding: 0 12px;
    font-size: 0.92rem;
  }

  body.theme-beclean .topbar .beclean-category-panel-inner--brand-tags {
    width: min(340px, calc(100vw - 28px));
    max-height: min(62vh, 420px);
    overflow: auto;
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    min-height: clamp(340px, 58vw, 520px);
    aspect-ratio: 1.65 / 1;
  }

  body.theme-beclean .beclean-hero-slide img {
    max-width: min(54vw, 480px);
  }

  body.theme-beclean .beclean-hero-copy {
    left: 28px;
    width: min(38vw, 360px);
  }

  body.theme-beclean .hero-copy-desc {
    max-width: 100%;
    font-size: 0.94rem;
  }

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

  body.theme-beclean .featured-brands-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  body.theme-beclean .contact-footer-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100%, calc(100% - 20px));
  }

  body.theme-beclean .topbar {
    position: sticky;
    top: 0;
  }

  body.theme-beclean .topbar-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "brand utility";
    align-items: center;
    gap: 10px 12px;
    padding: 10px 0;
  }

  body.theme-beclean .header-brand-image--thecast {
    width: 136px;
  }

  body.theme-beclean .header-brand {
    grid-area: brand;
  }

  body.theme-beclean .header-category-nav {
    display: none;
  }

  body.theme-beclean .utility-nav {
    grid-area: utility;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    width: auto;
    min-width: 0;
    margin-left: auto;
  }

  body.theme-beclean .header-icon-btn,
  body.theme-beclean .language-switcher--icon,
  body.theme-beclean .mobile-category-menu-btn,
  body.theme-beclean .header-search-toggle {
    width: 46px;
    height: 46px;
    min-height: 46px;
  }

  body.theme-beclean .mobile-category-menu-btn {
    display: inline-flex;
  }

  body.theme-beclean .beclean-mobile-menu-drawer {
    position: static;
    width: 100%;
    display: block;
    background: transparent;
  }

  body.theme-beclean .beclean-mobile-menu-panel {
    position: static;
    max-height: calc(100dvh - 66px);
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  body.theme-beclean .beclean-mobile-menu-category-list {
    display: grid;
  }

  body.theme-beclean .beclean-mobile-menu-category-item {
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }

  body.theme-beclean .beclean-mobile-menu-category-trigger {
    list-style: none;
    width: 100%;
    padding: 15px 20px;
    border: 0;
    background: #ffffff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  body.theme-beclean .beclean-mobile-menu-category-trigger::-webkit-details-marker {
    display: none;
  }

  body.theme-beclean .beclean-mobile-menu-category-item[open] .beclean-mobile-menu-category-trigger,
  body.theme-beclean .beclean-mobile-menu-category-trigger:hover,
  body.theme-beclean .beclean-mobile-menu-category-trigger:focus-visible {
    background: rgba(170, 192, 173, 0.08);
    outline: none;
  }

  body.theme-beclean .beclean-mobile-menu-category-copy {
    display: grid;
    gap: 4px;
  }

  body.theme-beclean .beclean-mobile-menu-category-copy strong {
    color: #171717;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  body.theme-beclean .beclean-mobile-menu-category-copy span {
    color: #727272;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  body.theme-beclean .beclean-mobile-menu-category-icon {
    color: #171717;
    font-size: 1.2rem;
    line-height: 1;
  }

  body.theme-beclean .beclean-mobile-menu-category-item[open] .beclean-mobile-menu-category-icon {
    font-size: 0;
  }

  body.theme-beclean .beclean-mobile-menu-category-item[open] .beclean-mobile-menu-category-icon::before {
    content: "−";
    font-size: 1.2rem;
    line-height: 1;
  }

  body.theme-beclean .beclean-mobile-menu-sublist {
    display: grid;
    gap: 0;
    padding: 0;
    background: #fbfbf9;
  }

  body.theme-beclean .beclean-mobile-menu-category-item[open] .beclean-mobile-menu-sublist {
    max-height: min(48dvh, 320px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  body.theme-beclean .beclean-mobile-menu-subitem {
    width: 100%;
    padding: 13px 20px 13px 28px;
    border: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.05);
    background: transparent;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    text-align: left;
  }

  body.theme-beclean .beclean-mobile-menu-subitem-media {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    overflow: hidden;
    background: #f1f1ef;
    border: 1px solid rgba(17, 17, 17, 0.08);
    display: block;
  }

  body.theme-beclean .beclean-mobile-menu-subitem-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  body.theme-beclean .beclean-mobile-menu-subitem-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  body.theme-beclean .beclean-mobile-menu-subitem strong {
    color: #202020;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  body.theme-beclean .beclean-mobile-menu-subitem span {
    color: #737373;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  body.theme-beclean .beclean-mobile-menu-subitem:hover,
  body.theme-beclean .beclean-mobile-menu-subitem:focus-visible {
    background: rgba(170, 192, 173, 0.08);
    outline: none;
  }

  body.theme-beclean .beclean-mobile-menu-empty {
    margin: 0;
    padding: 14px 20px 14px 28px;
    color: #727272;
    font-size: 0.8rem;
    line-height: 1.45;
  }

  body.theme-beclean .hero.hero-brand-spotlight > .container {
    width: min(100%, calc(100% - 20px));
  }

  body.theme-beclean .beclean-hero-grid {
    display: block;
  }

  body.theme-beclean .beclean-hero-slider-frame::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 32%, rgba(16, 16, 16, 0.08) 56%, rgba(16, 16, 16, 0.36) 100%);
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: clamp(84px, 24vw, 100px);
    --hero-card-gap: 8px;
    min-height: clamp(430px, 112vw, 560px);
    aspect-ratio: 0.84 / 1;
  }

  body.theme-beclean .beclean-hero-slide {
    padding: 0;
    justify-content: center;
  }

  body.theme-beclean .beclean-hero-slide img {
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transform: none;
    object-fit: cover !important;
    object-position: center 24%;
  }

  body.theme-beclean .beclean-hero-copy {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 72px;
    width: min(calc(100% - 56px), 308px);
    gap: 8px;
    padding: 0;
    transform: translateX(-50%);
    text-align: center;
    z-index: 4;
    pointer-events: none;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(2.1rem, 10.5vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  }

  body.theme-beclean .hero-copy-desc {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.92rem;
    line-height: 1.45;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    -webkit-line-clamp: 3;
  }

  body.theme-beclean .beclean-hero-slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 4;
    transform: translateX(-50%);
    padding: 0;
  }

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

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

  body.theme-beclean .home-rail {
    grid-auto-columns: minmax(190px, 72vw);
  }

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

  body.theme-beclean.page-shop .catalog-brand-card .brand-card-body {
    padding: 14px 14px 16px;
  }

  body.theme-beclean .site-footer {
    padding: 48px 0 54px;
  }

  body.theme-beclean .contact-footer {
    gap: 20px;
  }

  body.theme-beclean .contact-footer-head h2 {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  body.theme-beclean .contact-footer-links {
    flex-wrap: wrap;
    gap: 10px 14px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.theme-beclean .topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 60px;
    padding: 8px 0;
  }

  body.theme-beclean .header-brand {
    flex: 0 1 auto;
    min-width: 0;
  }

  body.theme-beclean .header-brand-image--thecast {
    width: clamp(136px, 18vw, 168px);
  }

  body.theme-beclean .header-category-nav {
    display: none;
  }

  body.theme-beclean .utility-nav {
    display: flex;
    flex: 0 0 auto;
    min-width: max-content;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }

  body.theme-beclean .header-icon-btn,
  body.theme-beclean .language-switcher--icon,
  body.theme-beclean .mobile-category-menu-btn,
  body.theme-beclean .header-search-toggle {
    width: 42px;
    height: 42px;
    min-height: 42px;
  }

  body.theme-beclean .header-search--icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  body.theme-beclean .header-icon-btn svg {
    width: 22px;
    height: 22px;
  }

  body.theme-beclean .mobile-category-menu-btn {
    display: inline-flex;
  }

  body.theme-beclean .beclean-hero-grid {
    display: block;
  }

  body.theme-beclean .beclean-hero-slider-frame::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 30%, rgba(16, 16, 16, 0.1) 56%, rgba(16, 16, 16, 0.34) 100%);
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: clamp(112px, 18vw, 156px);
    --hero-card-gap: 10px;
    min-height: clamp(520px, 74vw, 680px);
    aspect-ratio: 0.92 / 1;
  }

  body.theme-beclean .beclean-hero-slide img {
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transform: none;
    object-fit: cover !important;
    object-position: center 22%;
  }

  body.theme-beclean .beclean-hero-copy {
    left: 50%;
    right: auto;
    bottom: 84px;
    width: min(calc(100% - 96px), 424px);
    gap: 10px;
    padding: 0;
    transform: translateX(-50%);
    text-align: center;
    z-index: 4;
    pointer-events: none;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(2.6rem, 5.6vw, 3.4rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  body.theme-beclean .hero-copy-desc {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    line-height: 1.48;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    -webkit-line-clamp: 3;
  }

  body.theme-beclean .beclean-hero-slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 4;
    transform: translateX(-50%);
    padding: 0;
  }
}

@media (max-width: 479px) {
  body.theme-beclean .header-brand-image--thecast {
    width: 124px;
  }

  body.theme-beclean .utility-nav {
    gap: 2px;
  }

  body.theme-beclean .header-search--icon {
    width: 46px;
    height: 46px;
  }

  body.theme-beclean .topbar.is-search-open {
    padding-bottom: 128px;
  }

  body.theme-beclean .header-search-panel {
    width: min(calc(100vw - 24px), 396px);
  }

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

  body.theme-beclean .beclean-hero-slide img {
    object-position: center 22%;
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: clamp(74px, 24vw, 90px);
    --hero-card-gap: 7px;
  }

  body.theme-beclean .beclean-hero-copy {
    bottom: 66px;
    width: min(calc(100% - 42px), 286px);
    gap: 7px;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(1.9rem, 10vw, 2.5rem);
  }

  body.theme-beclean .hero-copy-desc {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  body.theme-beclean .beclean-hero-slider-pagination {
    bottom: 24px;
  }
}

/* Country-language dropdown shared with TheCast main navigation. */
body.theme-beclean .language-switcher--dropdown {
  position: relative;
  width: auto;
  min-width: 118px;
  height: 50px;
  min-height: 50px;
  flex: 0 0 auto;
  order: 4;
  z-index: 122;
}

body.theme-beclean .language-switcher--dropdown select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0.001;
  pointer-events: none;
}

body.theme-beclean .language-switcher--dropdown .language-switcher-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #1a1a18;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

body.theme-beclean .language-switcher--dropdown .language-switcher-trigger:hover,
body.theme-beclean .language-switcher--dropdown .language-switcher-trigger:focus-visible {
  background: rgba(170, 192, 173, 0.14);
  outline: none;
}

body.theme-beclean .language-switcher-current-flag,
body.theme-beclean .language-switcher-option__flag {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
}

body.theme-beclean .language-switcher-caret {
  display: inline-block;
  color: rgba(24, 29, 24, 0.6);
  font-size: 0.72rem;
  transition: transform 0.18s ease;
}

body.theme-beclean .language-switcher-trigger[aria-expanded="true"] .language-switcher-caret {
  transform: rotate(180deg);
}

body.theme-beclean .language-switcher--dropdown .language-switcher-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 48;
  display: grid;
  min-width: 148px;
  padding: 8px;
  border: 1px solid rgba(24, 29, 24, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 34px rgba(24, 29, 24, 0.14);
}

body.theme-beclean .language-switcher--dropdown .language-switcher-panel[hidden] {
  display: none !important;
}

body.theme-beclean .language-switcher--dropdown .language-switcher-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #1a1a18;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

body.theme-beclean .language-switcher--dropdown .language-switcher-option:hover,
body.theme-beclean .language-switcher--dropdown .language-switcher-option:focus-visible,
body.theme-beclean .language-switcher--dropdown .language-switcher-option.is-active {
  background: rgba(170, 192, 173, 0.16);
  outline: none;
}

@media (max-width: 767px) {
  body.theme-beclean .language-switcher--dropdown {
    min-width: 102px;
    height: 38px;
    min-height: 38px;
  }

  body.theme-beclean .language-switcher--dropdown .language-switcher-trigger {
    gap: 5px;
    padding: 0 6px;
    font-size: 0.78rem;
  }
}

@media (max-width: 479px) {
  body.theme-beclean .language-switcher--dropdown {
    min-width: 88px;
    height: 36px;
    min-height: 36px;
  }

  body.theme-beclean .language-switcher--dropdown .language-switcher-trigger {
    font-size: 0.72rem;
  }
}

body.theme-beclean .topbar.is-category-collapsed .header-category-nav {
  display: none !important;
}

body.theme-beclean .topbar.is-category-collapsed .mobile-category-menu-btn {
  display: inline-flex !important;
}

body.theme-beclean .topbar.is-category-collapsed .utility-nav {
  width: auto;
  min-width: max-content;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 2px;
  margin-left: auto;
}

body.theme-beclean .topbar.is-category-collapsed .header-search--icon {
  order: 1;
  flex: 0 0 46px;
}

body.theme-beclean .topbar.is-category-collapsed .auth-nav-btn {
  order: 2;
}

body.theme-beclean .topbar.is-category-collapsed .cart-nav-btn {
  order: 3;
}

body.theme-beclean .topbar.is-category-collapsed .language-switcher--icon {
  order: 4;
}

body.theme-beclean .topbar.is-category-collapsed .account-info:not([hidden]) {
  order: 5;
  margin-left: 4px;
}

body.theme-beclean .topbar.is-category-collapsed .mobile-category-menu-btn {
  order: 6;
  margin-left: 2px;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-drawer {
  position: static;
  width: 100%;
  display: block;
  background: transparent;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-panel {
  position: static;
  max-height: calc(100dvh - 66px);
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-list {
  display: grid;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-item {
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-trigger {
  list-style: none;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  text-align: left;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-trigger::-webkit-details-marker {
  display: none;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-item[open] .beclean-mobile-menu-category-trigger,
body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-trigger:hover,
body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-trigger:focus-visible {
  background: rgba(170, 192, 173, 0.08);
  outline: none;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-copy {
  display: grid;
  gap: 4px;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-copy strong {
  color: #171717;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-copy span {
  color: #727272;
  font-size: 0.8rem;
  line-height: 1.35;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-icon {
  color: #171717;
  font-size: 1.2rem;
  line-height: 1;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-item[open] .beclean-mobile-menu-category-icon {
  font-size: 0;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-item[open] .beclean-mobile-menu-category-icon::before {
  content: "−";
  font-size: 1.2rem;
  line-height: 1;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-sublist {
  display: grid;
  gap: 0;
  padding: 0;
  background: #fbfbf9;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-category-item[open] .beclean-mobile-menu-sublist {
  max-height: min(48dvh, 320px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-subitem {
  width: 100%;
  padding: 13px 20px 13px 28px;
  border: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.05);
  background: transparent;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  text-align: left;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-subitem-media {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  overflow: hidden;
  background: #f1f1ef;
  border: 1px solid rgba(17, 17, 17, 0.08);
  display: block;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-subitem-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-subitem-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-subitem-copy strong {
  color: #171717;
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-subitem-copy span {
  color: #6c6c6c;
  font-size: 0.76rem;
  line-height: 1.35;
}

body.theme-beclean .topbar.is-category-collapsed .beclean-mobile-menu-empty {
  margin: 0;
  padding: 16px 20px 18px 28px;
  color: #6f6f6f;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  body.theme-beclean .topbar:not(.is-category-collapsed) .topbar-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 68px;
    padding: 0;
  }

  body.theme-beclean .topbar:not(.is-category-collapsed) .header-brand {
    grid-area: auto;
    flex: 0 0 auto;
    order: 0;
    margin: 0;
  }

  body.theme-beclean .topbar:not(.is-category-collapsed) .header-category-nav {
    display: flex !important;
    grid-column: auto;
    grid-area: auto;
    flex: 1 1 auto;
    min-width: 0;
    order: 1;
  }

  body.theme-beclean .topbar:not(.is-category-collapsed) .utility-nav {
    grid-area: auto;
    flex: 0 0 auto;
    order: 2;
    width: auto;
    min-width: max-content;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 4px;
  }

  body.theme-beclean .topbar:not(.is-category-collapsed) .header-search--icon,
  body.theme-beclean .topbar:not(.is-category-collapsed) .auth-nav-btn,
  body.theme-beclean .topbar:not(.is-category-collapsed) .cart-nav-btn,
  body.theme-beclean .topbar:not(.is-category-collapsed) .language-switcher--icon,
  body.theme-beclean .topbar:not(.is-category-collapsed) .mobile-category-menu-btn {
    order: initial;
  }

  body.theme-beclean .topbar:not(.is-category-collapsed) .mobile-category-menu-btn,
  body.theme-beclean .topbar:not(.is-category-collapsed) .beclean-mobile-menu-drawer {
    display: none !important;
  }
}

/* responsive hardening for home hero */
body.theme-beclean .hero.hero-brand-spotlight {
  padding: clamp(18px, 2.4vw, 26px) 0 clamp(16px, 2vw, 22px);
}

body.theme-beclean .hero.hero-brand-spotlight > .container {
  width: min(100%, calc(100% - 28px));
  max-width: 1200px;
}

body.theme-beclean .beclean-hero-grid {
  position: relative;
  display: block;
}

body.theme-beclean .beclean-hero-slider-shell {
  width: 100%;
  max-width: 100%;
}

body.theme-beclean .beclean-hero-slider-frame {
  overflow: visible;
  border-radius: clamp(28px, 3vw, 40px);
}

body.theme-beclean .beclean-hero-slider-viewport {
  --hero-side-space: clamp(84px, 14vw, 132px);
  --hero-card-gap: clamp(6px, 0.9vw, 10px);
  min-height: clamp(420px, 50vw, 620px);
  aspect-ratio: 1.26 / 1;
  overflow: visible;
  border-radius: inherit;
}

body.theme-beclean .beclean-hero-slider-track {
  height: 100%;
}

body.theme-beclean .beclean-hero-slide {
  flex: 0 0 calc(100% - var(--hero-side-space));
  min-width: calc(100% - var(--hero-side-space));
  transform: scale(0.95) translateY(8px);
}

body.theme-beclean .beclean-hero-slide.is-active {
  transform: scale(1) translateY(0);
}

body.theme-beclean .beclean-hero-slide,
body.theme-beclean .beclean-hero-slide img,
body.theme-beclean .beclean-hero-slide::after {
  border-radius: inherit;
}

body.theme-beclean .beclean-hero-slide img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover !important;
}

body.theme-beclean .beclean-hero-copy {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: clamp(58px, 7vw, 84px);
  width: min(calc(100% - 72px), 500px);
  padding: 0;
  gap: 10px;
  transform: translateX(-50%);
  z-index: 4;
  text-align: center;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}

body.theme-beclean .beclean-hero-copy h1,
body.theme-beclean .beclean-hero-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

body.theme-beclean .hero-copy-desc {
  max-width: min(100%, 420px);
  margin: 0 auto;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.48;
  overflow: visible;
}

body.theme-beclean .beclean-hero-slider-pagination {
  bottom: clamp(18px, 3.2vw, 30px);
  z-index: 4;
}

@media (max-width: 1024px) {
  body.theme-beclean .hero.hero-brand-spotlight > .container {
    width: min(100%, calc(100% - 20px));
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: clamp(96px, 18vw, 156px);
    min-height: clamp(520px, 74vw, 680px);
    aspect-ratio: 0.92 / 1;
  }

  body.theme-beclean .beclean-hero-copy {
    width: min(calc(100% - 96px), 424px);
    bottom: clamp(64px, 8vw, 84px);
  }
}

@media (max-width: 820px) {
  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: clamp(84px, 24vw, 110px);
    --hero-card-gap: 8px;
    min-height: clamp(430px, 112vw, 560px);
    aspect-ratio: 0.84 / 1;
  }

  body.theme-beclean .beclean-hero-copy {
    position: absolute;
    left: clamp(64px, 10vw, 84px);
    right: clamp(64px, 10vw, 84px);
    width: auto;
    bottom: 76px;
    padding-inline: 6px;
    transform: none;
    justify-items: center;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(1.72rem, 5.2vw, 2.34rem);
    line-height: 1.06;
    max-width: 100%;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  body.theme-beclean .hero-copy-desc {
    width: 100%;
    max-width: 232px;
    font-size: 0.82rem;
    line-height: 1.38;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-wrap: balance;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 640px) {
  body.theme-beclean .beclean-hero-slider-frame {
    border-radius: 30px;
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: clamp(84px, 24vw, 100px);
    --hero-card-gap: 8px;
    min-height: clamp(430px, 112vw, 560px);
    aspect-ratio: 0.82 / 1;
  }

  body.theme-beclean .beclean-hero-copy {
    position: absolute;
    left: clamp(58px, 12vw, 72px);
    right: clamp(58px, 12vw, 72px);
    width: auto;
    bottom: clamp(58px, 11vw, 72px);
    gap: 8px;
    padding-inline: 4px;
    transform: none;
    justify-items: center;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(1.56rem, 8vw, 2.18rem);
    line-height: 1.06;
    max-width: 100%;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  body.theme-beclean .hero-copy-desc {
    width: 100%;
    max-width: 224px;
    font-size: 0.78rem;
    line-height: 1.34;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-wrap: balance;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.theme-beclean .beclean-hero-slider-pagination {
    bottom: 18px;
  }
}

@media (max-width: 479px) {
  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: clamp(74px, 24vw, 90px);
    --hero-card-gap: 7px;
  }

  body.theme-beclean .beclean-hero-copy {
    position: absolute;
    left: clamp(54px, 14vw, 62px);
    right: clamp(54px, 14vw, 62px);
    width: auto;
    bottom: 56px;
    transform: none;
    justify-items: center;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(1.44rem, 7.4vw, 1.9rem);
    max-width: 100%;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  body.theme-beclean .hero-copy-desc {
    width: 100%;
    max-width: 208px;
    font-size: 0.74rem;
    line-height: 1.3;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 1025px) {
  body.theme-beclean .hero.hero-brand-spotlight > .container {
    width: min(100%, calc(100% - 28px));
    max-width: 1180px;
  }

  body.theme-beclean .beclean-hero-slider-shell {
    max-width: min(100%, 980px);
    margin: 0 auto;
  }

  body.theme-beclean .beclean-hero-slider-frame {
    overflow: visible;
    border-radius: 0;
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: 24px;
    --hero-card-gap: 6px;
    min-height: clamp(430px, 46vw, 620px);
    aspect-ratio: 1.18 / 1;
    overflow: visible;
    border-radius: 0;
  }

  body.theme-beclean .beclean-hero-slide {
    transform: scale(0.94) translateY(10px);
  }

  body.theme-beclean .beclean-hero-copy {
    left: 50%;
    right: auto;
    bottom: 66px;
    width: min(74%, 520px);
    gap: 12px;
    transform: translateX(-50%);
    z-index: 3;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(2.1rem, 3.4vw, 3.1rem);
  }

  body.theme-beclean .hero-copy-desc {
    max-width: min(72%, 420px);
    font-size: clamp(0.92rem, 0.95vw, 1rem);
    line-height: 1.5;
  }

  body.theme-beclean .beclean-hero-slider-pagination {
    bottom: 20px;
    z-index: 3;
  }
}

@media (max-width: 1240px) {
  body.theme-beclean {
    --thecast-safe-left: env(safe-area-inset-left, 0px);
    --thecast-safe-right: env(safe-area-inset-right, 0px);
  }

  body.theme-beclean .topbar .container {
    width: min(100%, calc(100% - 20px));
    padding-left: max(0px, var(--thecast-safe-left));
    padding-right: max(0px, var(--thecast-safe-right));
  }

  body.theme-beclean .topbar:not(.is-category-collapsed) .topbar-inner,
  body.theme-beclean .topbar.is-category-collapsed .topbar-inner,
  body.theme-beclean .topbar-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand utility";
    align-items: center;
    gap: 10px 12px;
    padding: 10px 0;
    min-height: auto;
    width: 100%;
  }

  body.theme-beclean .topbar:not(.is-category-collapsed) .header-brand,
  body.theme-beclean .topbar.is-category-collapsed .header-brand,
  body.theme-beclean .header-brand {
    grid-area: brand;
    min-width: 0;
    flex: none;
  }

  body.theme-beclean .header-brand-image--thecast {
    width: clamp(136px, 15vw, 168px);
  }

  body.theme-beclean .topbar:not(.is-category-collapsed) .header-category-nav,
  body.theme-beclean .topbar.is-category-collapsed .header-category-nav,
  body.theme-beclean .header-category-nav {
    display: none !important;
  }

  body.theme-beclean .topbar:not(.is-category-collapsed) .utility-nav,
  body.theme-beclean .topbar.is-category-collapsed .utility-nav,
  body.theme-beclean .utility-nav {
    grid-area: utility;
    display: flex !important;
    width: auto;
    min-width: 0;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 4px;
    overflow: visible;
    position: static;
    left: auto;
    right: auto;
  }

  body.theme-beclean .header-search-panel {
    top: 88px;
    width: min(520px, calc(100vw - 56px));
  }

  body.theme-beclean .header-icon-btn,
  body.theme-beclean .language-switcher--icon,
  body.theme-beclean .mobile-category-menu-btn,
  body.theme-beclean .header-search-toggle {
    width: 42px;
    height: 42px;
    min-height: 42px;
    flex: 0 0 42px;
  }

  body.theme-beclean .header-search--icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  body.theme-beclean .utility-nav-label {
    display: none !important;
  }

  body.theme-beclean .language-switcher-panel {
    top: calc(100% + 8px);
    min-width: 140px;
  }

  body.theme-beclean .topbar:not(.is-category-collapsed) .mobile-category-menu-btn,
  body.theme-beclean .topbar.is-category-collapsed .mobile-category-menu-btn,
  body.theme-beclean .mobile-category-menu-btn {
    display: inline-flex !important;
  }

  body.theme-beclean .beclean-mobile-menu-drawer {
    display: block;
  }
}

/* 2026 brand detail rebuild */
body.theme-beclean .brand-detail-view {
  margin-top: 28px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  width: 100%;
}

body.theme-beclean.is-brand-detail-open .brand-detail-view {
  margin-top: 0 !important;
}

body.theme-beclean.is-brand-detail-open .catalog-block {
  padding-top: 0;
}

body.theme-beclean.page-home.is-product-detail-open #catalog,
body.theme-beclean.page-shop.is-product-detail-open #catalog,
body.theme-beclean.is-product-detail-open .catalog-block {
  display: block !important;
  padding-top: 0;
}

body.theme-beclean.is-brand-detail-open .catalog-block .section-head,
body.theme-beclean.is-brand-detail-open .catalog-block .strategy-shell,
body.theme-beclean.is-brand-detail-open .catalog-block .main-tabs,
body.theme-beclean.is-brand-detail-open .catalog-block .sub-tabs,
body.theme-beclean.is-brand-detail-open .all-products-view {
  display: none !important;
}

body.theme-beclean.is-product-detail-open .catalog-block .section-head,
body.theme-beclean.is-product-detail-open .catalog-block .strategy-shell,
body.theme-beclean.is-product-detail-open .catalog-block .main-tabs,
body.theme-beclean.is-product-detail-open .catalog-block .sub-tabs,
body.theme-beclean.is-product-detail-open .all-products-view {
  display: none !important;
}

body.theme-beclean.is-brand-detail-open .topbar,
body.theme-beclean.is-product-detail-open .topbar {
  z-index: 120;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.22) 72%, rgba(255, 255, 255, 0.08) 100%);
  border-bottom-color: rgba(15, 15, 15, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.theme-beclean.is-brand-detail-open .topbar-inner,
body.theme-beclean.is-brand-detail-open .header-category-nav,
body.theme-beclean.is-brand-detail-open .utility-nav,
body.theme-beclean.is-product-detail-open .topbar-inner,
body.theme-beclean.is-product-detail-open .header-category-nav,
body.theme-beclean.is-product-detail-open .utility-nav {
  background: transparent !important;
}

body.theme-beclean.is-brand-detail-open .utility-nav,
body.theme-beclean.is-product-detail-open .utility-nav,
body.theme-beclean.is-brand-detail-open .language-switcher--icon,
body.theme-beclean.is-product-detail-open .language-switcher--icon,
body.theme-beclean.is-brand-detail-open .language-switcher-trigger,
body.theme-beclean.is-product-detail-open .language-switcher-trigger {
  position: relative;
  z-index: 121;
  pointer-events: auto;
}

#brandDetailRoot {
  width: min(100%, 1380px);
  margin: 0 auto;
}

body.theme-beclean.page-home .catalog-block .container:has(#brandDetailView:not([hidden])),
body.theme-beclean.page-shop .catalog-block .container:has(#brandDetailView:not([hidden])) {
  width: min(1600px, calc(100% - 48px)) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.brand-profile-shell {
  display: grid;
  gap: 18px;
}

.brand-profile-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(33, 39, 36, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(21, 28, 24, 0.08);
}

.brand-profile-hero {
  position: relative;
  min-height: min(78vh, 760px);
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(17, 18, 18, 0.08) 0%, rgba(17, 18, 18, 0.18) 28%, rgba(17, 18, 18, 0.42) 100%),
    #e9e8e2;
}

.brand-profile-hero-media,
.brand-profile-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.brand-profile-hero-media img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.brand-profile-hero-top {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  z-index: 2;
}

.brand-profile-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-profile-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(87, 92, 88, 0.4);
  color: #fff;
  backdrop-filter: blur(12px);
  cursor: pointer;
  pointer-events: auto;
  z-index: 4;
  transition: transform 0.2s ease, background 0.2s ease;
}

.brand-profile-icon-btn:hover {
  transform: translateY(-1px);
  background: rgba(44, 47, 45, 0.56);
}

.brand-profile-icon-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-profile-cart-badge {
  position: absolute;
  top: -3px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.brand-profile-hero-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 11, 10, 0.06) 0%, rgba(9, 11, 10, 0.14) 22%, rgba(9, 11, 10, 0.6) 100%),
    linear-gradient(0deg, rgba(9, 11, 10, 0.18), rgba(9, 11, 10, 0.18));
  z-index: 1;
}

.brand-profile-hero-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.brand-profile-hero-copy-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.brand-profile-hero-title-wrap {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.brand-profile-hero-title {
  margin: 0;
  color: #fff;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(2rem, 7vw, 2.75rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.brand-profile-hero-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.brand-profile-follow-btn {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(33, 38, 35, 0.08);
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.brand-profile-follow-btn:hover {
  transform: translateY(-1px);
}

.brand-profile-follow-btn.is-following {
  background: #fbfaf7;
  border-color: rgba(33, 38, 35, 0.08);
  color: #252a27;
}

.brand-profile-follow-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.brand-profile-summary {
  display: none;
}

.brand-profile-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.brand-profile-summary-kicker {
  color: #90897e;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.brand-profile-summary-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.brand-profile-action-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(33, 38, 35, 0.08);
  border-radius: 999px;
  background: #fbfaf7;
  color: #252a27;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.brand-profile-action-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(33, 38, 35, 0.16);
  background: #ffffff;
}

.brand-profile-action-btn svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-story-card {
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(38, 42, 39, 0.08);
  border-radius: 28px;
  background: linear-gradient(135deg, #fcfbf8 0%, #f4f1eb 100%);
  cursor: pointer;
}

.brand-story-card-visual {
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(38, 42, 39, 0.04);
}

.brand-story-card-logo {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #f4f5ef;
  object-fit: contain;
  padding: 12px;
}

.brand-story-card-copy {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.brand-story-card-label {
  color: #948674;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.brand-story-card-title {
  margin: 0;
  color: #202522;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-story-card-desc {
  color: #726a61;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.brand-story-card-icon {
  margin-left: auto;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(38, 42, 39, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  color: #615a51;
}

.brand-story-card-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-story-gallery {
  display: grid;
  gap: 12px;
  padding: 0 6px 6px;
}

.brand-story-gallery[hidden] {
  display: none;
}

.brand-story-gallery-item {
  overflow: hidden;
  border-radius: 24px;
  background: #f2f3ef;
  box-shadow: inset 0 0 0 1px rgba(34, 39, 35, 0.05);
}

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

.brand-profile-section {
  display: grid;
  gap: 12px;
}

.brand-profile-best-head {
  display: grid;
  gap: 6px;
  padding: 0 2px;
}

.brand-profile-best-title {
  margin: 0;
  color: #111111;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-profile-best-desc {
  margin: 0;
  color: #6e6e66;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.4;
}

.brand-profile-standalone-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(142px, 162px);
  gap: 12px;
  overflow-x: auto;
  padding: 4px 4px 2px;
  scroll-snap-type: x proximity;
}

.brand-profile-standalone-rail::-webkit-scrollbar,
.brand-profile-chip-row::-webkit-scrollbar {
  display: none;
}

.brand-profile-mini-card {
  position: relative;
  display: grid;
  gap: 9px;
  min-width: 0;
  scroll-snap-align: start;
}

.brand-profile-mini-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #f1f1ef 0%, #ececea 100%);
  aspect-ratio: 1 / 1;
}

.brand-profile-mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.brand-profile-rank-badge {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16);
}

.brand-profile-like-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: rgba(31, 36, 33, 0.52);
  cursor: pointer;
}

.brand-profile-like-btn svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

.brand-profile-like-btn.is-active {
  color: #111;
}

.brand-profile-mini-brand {
  color: #7d7b74;
  font-size: 0.74rem;
  font-weight: 600;
}

.brand-profile-mini-title {
  margin: 0;
  color: #191d1a;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.02em;
}

.brand-profile-price-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: baseline;
}

.brand-profile-price-current {
  color: #111;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-profile-price-original {
  color: #aaaead;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: line-through;
}

.brand-profile-toolbar {
  padding: 10px 0 0;
  display: grid;
  gap: 16px;
}

.brand-profile-toolbar-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.brand-profile-toolbar-copy {
  display: grid;
  gap: 6px;
}

.brand-profile-toolbar-title {
  margin: 0;
  color: #111111;
  font-size: clamp(1.42rem, 2vw, 1.92rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.brand-profile-toolbar-desc {
  margin: 0;
  color: #7a7a72;
  font-size: 0.96rem;
  line-height: 1.45;
}

.brand-profile-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 6px;
  border: 1px solid rgba(30, 33, 30, 0.08);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f6f2 100%);
  box-shadow: 0 14px 30px rgba(28, 30, 27, 0.06);
}

.brand-profile-search-label {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fbfaf6;
  box-shadow: inset 0 0 0 1px rgba(30, 33, 30, 0.06);
  color: #222420;
  font-size: 0.96rem;
  font-weight: 800;
  white-space: nowrap;
}

.brand-profile-search-field {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 6px 0 2px;
  border-radius: 999px;
  background: transparent;
}

.brand-profile-search-field input {
  width: 100%;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #20231f;
  font-size: 1rem;
  font-weight: 700;
}

.brand-profile-search-field input::placeholder {
  color: #aaa59d;
}

.brand-profile-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: #f0eee7;
  color: #6e685f;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.brand-profile-search-btn:hover,
.brand-profile-search-btn:focus-visible {
  transform: translateY(-1px);
  background: #111111;
  color: #ffffff;
}

.brand-profile-search-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-profile-chip-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scrollbar-width: none;
}

.brand-profile-chip-row.is-dragging {
  cursor: grabbing;
}

.brand-profile-chip {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(24, 29, 26, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #282d2a;
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.brand-profile-chip.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.brand-profile-sort-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.brand-profile-sort-wrap {
  position: relative;
  display: inline-flex;
}

.brand-profile-sort-toggle {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  box-shadow: none;
  cursor: pointer;
}

.brand-profile-sort-label {
  color: #111111;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-profile-sort-icon {
  font-size: 0.98rem;
  color: #3f3f3f;
  line-height: 1;
}

.brand-profile-sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: max(156px, 100%);
  max-width: min(220px, calc(100vw - 20px));
  padding: 10px 0;
  border-radius: 16px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.12);
  z-index: 40;
}

.brand-profile-sort-option {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 0.94rem;
  color: #181818;
}

.brand-profile-sort-option.is-active {
  font-weight: 700;
}

.brand-profile-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 14px;
  padding: 8px 0 0;
}

.brand-detail-home-grid {
  align-items: start;
}

.brand-detail-home-card {
  min-width: 0;
  width: 100%;
  max-width: none;
}

.brand-detail-home-card .home-product-main-tag-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-detail-home-card--ranked {
  width: 212px;
}

.brand-detail-home-media {
  background: linear-gradient(180deg, #f1f1ef 0%, #ececea 100%);
}

.brand-profile-section--best {
  gap: 14px;
}

.brand-profile-section--best .brand-profile-best-head {
  gap: 4px;
  padding: 0;
}

.brand-profile-section--best .brand-profile-best-title {
  font-size: clamp(1.88rem, 2.6vw, 2.5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.brand-profile-section--best .brand-profile-best-desc {
  font-size: 1rem;
  color: #6b6b63;
}

.brand-detail-home-rail--best {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(132px, 156px);
  gap: 12px;
  overflow-x: auto;
  padding: 2px 0 8px;
  scroll-snap-type: x proximity;
}

.brand-detail-home-card--best {
  width: auto;
  min-width: 0;
  gap: 10px;
  scroll-snap-align: start;
}

.brand-detail-home-card--best .home-product-main-tag-body {
  gap: 6px;
}

.brand-detail-home-card--best .home-product-main-tag-brand {
  color: #6a6a63;
  font-size: 0.82rem;
  font-weight: 700;
}

.brand-detail-home-card--best .home-product-main-tag-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.94rem;
  line-height: 1.34;
  font-weight: 800;
  word-break: keep-all;
}

.brand-detail-home-card--best .home-product-main-tag-price-row {
  gap: 8px;
  margin-top: 0;
}

.brand-detail-home-card--best .home-product-main-tag-price-original {
  font-size: 0.82rem;
}

.brand-detail-home-card--best .home-product-main-tag-price-current {
  font-size: 0.96rem;
  letter-spacing: -0.03em;
}

body.theme-beclean .brand-detail-home-card--best .home-product-main-tag-media,
.brand-detail-home-media--best {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  overflow: hidden;
  background: #efefec;
}

body.theme-beclean .brand-detail-home-card--best .home-product-main-tag-media img,
.brand-detail-home-media--best img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  border-radius: 0;
}

.brand-detail-home-card--best:hover .brand-detail-home-media--best img,
.brand-detail-home-card--best:focus-visible .brand-detail-home-media--best img {
  transform: none;
}

.brand-detail-home-card--best .brand-profile-rank-badge {
  min-width: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 0;
  font-size: 0.92rem;
  line-height: 30px;
  box-shadow: none;
}

.brand-profile-product-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.brand-profile-product-card:hover {
  transform: translateY(-2px);
}

.brand-profile-product-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: linear-gradient(180deg, #f7f6f3 0%, #efede8 100%);
  aspect-ratio: 1 / 1;
}

.brand-profile-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  border-radius: 0;
}

.brand-profile-product-body {
  display: grid;
  gap: 6px;
}

.brand-profile-product-brand {
  color: #7d7b74;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand-profile-product-title {
  margin: 0;
  color: #171b18;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.03em;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.brand-profile-state,
.brand-profile-grid-footer {
  padding: 18px 4px 8px;
  text-align: center;
  color: #7a807b;
  font-size: 0.96rem;
  font-weight: 600;
}

.brand-profile-state.is-error {
  color: #9a3d3d;
}

.brand-story-page {
  width: min(1160px, calc(100% - 88px));
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.brand-story-page-head {
  display: grid;
  gap: 18px;
}

.brand-story-page-copy {
  display: grid;
  gap: 10px;
}

.brand-story-page-kicker {
  margin: 0;
  color: #948674;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.brand-story-page-title {
  margin: 0;
  color: #111111;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.brand-story-page-subtitle,
.brand-story-page-summary {
  margin: 0;
  max-width: 760px;
  color: #5f5a52;
  font-size: 1rem;
  line-height: 1.72;
}

.brand-story-page-hero,
.brand-story-page-gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #f3f3f1;
}

.brand-story-page-hero img,
.brand-story-page-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-story-page-gallery {
  display: grid;
  gap: 18px;
}

.brand-profile-load-more {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(27, 31, 29, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #232825;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.brand-profile-sentinel {
  height: 2px;
}

.brand-profile-skeleton,
.brand-profile-empty-panel {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(24, 29, 26, 0.08);
  color: #727873;
  text-align: center;
}

.brand-profile-skeleton-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.brand-profile-skeleton-card {
  height: 184px;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(240, 240, 236, 0.92), rgba(248, 248, 245, 0.98), rgba(240, 240, 236, 0.92));
  background-size: 220% 100%;
  animation: brand-detail-shimmer 1.2s ease-in-out infinite;
}

@keyframes brand-detail-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@media (max-width: 767px) {
  #brandDetailRoot {
    width: 100%;
    max-width: 640px;
  }

  .brand-profile-hero {
    min-height: min(82vh, 700px);
    border-radius: 28px;
  }

  .brand-profile-hero-top,
  .brand-profile-hero-copy {
    left: 16px;
    right: 16px;
  }

  .brand-profile-hero-logo {
    display: none;
  }

  .brand-story-card-title,
  .brand-profile-section-title {
    font-size: 1.12rem;
  }

  .brand-profile-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }

  .brand-profile-product-grid .brand-detail-home-card {
    width: 100%;
    justify-self: stretch;
  }

  .brand-profile-product-title {
    font-size: 0.95rem;
  }

  .brand-story-page {
    width: 100%;
    gap: 18px;
  }

  .brand-story-page-hero,
  .brand-story-page-gallery-item {
    border-radius: 18px;
  }
}

@media (min-width: 768px) {
  body.theme-beclean .brand-detail-view {
    margin-top: 34px;
    padding-bottom: 18px;
  }

  #brandDetailRoot {
    width: 100%;
  }

  .brand-profile-shell {
    gap: 52px;
  }

  .brand-profile-shell > .brand-profile-hero {
    width: min(1380px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
  }

  .brand-profile-shell > *:not(.brand-profile-hero) {
    width: min(1160px, calc(100% - 88px));
    margin-left: auto;
    margin-right: auto;
  }

  .brand-profile-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .brand-profile-hero {
    min-height: clamp(500px, 44vw, 720px);
    aspect-ratio: 2.32 / 1;
    border-radius: 6px;
    background: #eff4ec;
    box-shadow: none;
  }

  .brand-profile-hero-media img {
    object-position: center 22%;
  }

  .brand-profile-hero-top {
    top: 22px;
    left: 24px;
    right: 24px;
  }

  .brand-profile-hero-copy {
    left: clamp(26px, 3vw, 42px);
    right: clamp(26px, 3vw, 42px);
    bottom: clamp(24px, 3vw, 40px);
    gap: 14px;
  }

  .brand-profile-hero-copy-head {
    align-items: flex-end;
  }

  .brand-profile-hero-title {
    font-size: clamp(3rem, 4.8vw, 5rem);
    line-height: 0.94;
  }

  .brand-profile-hero-subtitle {
    max-width: 720px;
    font-size: 1.04rem;
    line-height: 1.42;
  }

  .brand-profile-summary {
    display: none;
  }

  .brand-story-card {
    padding: 24px 28px;
    gap: 18px;
    align-items: center;
    border: 1px solid rgba(24, 29, 26, 0.08);
    border-radius: 30px;
    background: #fafaf7;
  }

  .brand-story-card-logo {
    width: 100%;
    height: 100%;
  }

  .brand-story-card-visual {
    width: 84px;
    height: 84px;
    flex-basis: 84px;
  }

  .brand-story-card-title {
    font-size: clamp(1.5rem, 2vw, 2rem);
  }

  .brand-story-gallery {
    padding: 20px 0 0;
    gap: 16px;
  }

  .brand-story-gallery-item {
    border-radius: 28px;
  }

  .brand-profile-section {
    gap: 18px;
  }

  .brand-profile-best-head {
    padding: 0;
  }

  .brand-profile-best-title {
    font-size: clamp(1.52rem, 2vw, 2rem);
    line-height: 0.98;
  }

  .brand-profile-best-desc {
    color: #7a7a72;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .brand-profile-standalone-rail {
    grid-auto-columns: 212px;
    gap: 18px;
    padding: 0 0 6px;
  }

  .brand-detail-home-rail {
    grid-auto-columns: 212px;
  }

  .brand-detail-home-rail--best {
    grid-auto-columns: minmax(148px, 172px);
    gap: 14px;
  }

  .brand-profile-section--best .brand-profile-best-title {
    font-size: clamp(1.64rem, 2vw, 2.1rem);
  }

  .brand-profile-mini-thumb {
    border-radius: 24px;
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #f1f1ef 0%, #ececea 100%);
  }

  .brand-profile-mini-title {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-profile-toolbar {
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 28px;
    row-gap: 18px;
    align-items: center;
  }

  .brand-profile-toolbar-head {
    grid-column: 1 / -1;
  }

  .brand-profile-search {
    grid-column: 1 / -1;
    min-height: 62px;
    padding: 6px;
    border-radius: 999px;
  }

  .brand-profile-search-label {
    font-size: 1.08rem;
  }

  .brand-profile-chip-row {
    grid-column: 1 / 2;
    gap: 12px;
    padding-bottom: 0;
  }

  .brand-profile-chip {
    min-height: 44px;
    padding: 0 18px;
  }

  .brand-profile-sort-row {
    grid-column: 2 / 3;
    justify-self: end;
    align-self: end;
  }

  .brand-profile-product-grid {
    grid-column: 1 / -1;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 40px 18px;
    padding: 8px 0 0;
  }

  .brand-detail-home-grid {
    gap: 40px 18px;
  }

  .brand-profile-product-grid .brand-detail-home-card {
    width: 100%;
  }

  .brand-profile-product-thumb {
    border-radius: 24px;
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #f1f1ef 0%, #ececea 100%);
  }

  .brand-profile-product-thumb img {
    object-fit: contain;
    padding: 14px;
    transition: transform 220ms ease;
  }

  .brand-profile-product-card:hover .brand-profile-product-thumb img,
  .brand-profile-product-card:focus-visible .brand-profile-product-thumb img {
    transform: scale(1.03);
  }

  .brand-profile-product-body {
    gap: 6px;
  }

  .brand-profile-product-brand {
    color: #6f6f67;
    font-size: 0.78rem;
    font-weight: 600;
  }

  .brand-profile-product-title {
    font-size: 1rem;
    -webkit-line-clamp: 2;
  }

  .brand-profile-price-current {
    font-size: 1.06rem;
  }

  .brand-profile-price-original {
    font-size: 0.84rem;
  }

  .brand-story-page-head {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 20px;
  }

  .brand-profile-skeleton,
  .brand-profile-empty-panel,
  .brand-profile-state,
  .brand-profile-grid-footer {
    grid-column: 1 / -1;
  }

  .brand-profile-grid-footer,
  .brand-profile-state {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .brand-profile-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .brand-profile-shell {
    gap: 52px;
  }

  .brand-profile-hero {
    min-height: clamp(560px, 46vw, 780px);
  }

  .brand-profile-hero-top {
    top: 24px;
    left: 28px;
    right: 28px;
  }

  .brand-profile-hero-copy {
    left: clamp(30px, 3.2vw, 46px);
    right: clamp(30px, 3.2vw, 46px);
    bottom: clamp(28px, 3vw, 42px);
  }

  .brand-profile-hero-title {
    font-size: clamp(3.4rem, 4.9vw, 5.2rem);
  }
}

@media (min-width: 1025px) {
  body.theme-beclean.page-home {
    overflow-x: clip;
  }

  body.theme-beclean .page-shell {
    overflow-x: clip;
  }

  body.theme-beclean .hero.hero-brand-spotlight {
    padding: 10px 0 6px;
  }

  body.theme-beclean .hero.hero-brand-spotlight > .container {
    max-width: 1140px;
  }

  body.theme-beclean .beclean-hero-slider-shell {
    max-width: min(100%, 990px);
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: clamp(156px, 14vw, 208px);
    --hero-card-gap: 10px;
    min-height: clamp(452px, 37vw, 548px);
    aspect-ratio: 1.56 / 1;
  }

  body.theme-beclean .beclean-hero-slide {
    flex-basis: calc(100% - var(--hero-side-space));
    min-width: calc(100% - var(--hero-side-space));
    transform: scale(0.92) translateY(2px);
  }

  body.theme-beclean .beclean-hero-copy {
    bottom: 34px;
    width: min(78%, 430px);
    gap: 10px;
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(1.82rem, 2.34vw, 2.48rem);
    line-height: 1.04;
  }

  body.theme-beclean .hero-copy-desc {
    max-width: min(92%, 340px);
    font-size: 0.94rem;
    line-height: 1.42;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.theme-beclean .beclean-hero-slider-pagination {
    bottom: 8px;
  }
}

@media (min-width: 1600px) {
  body.theme-beclean .hero.hero-brand-spotlight > .container {
    max-width: 1210px;
  }

  body.theme-beclean .beclean-hero-slider-shell {
    max-width: min(100%, 1060px);
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: clamp(144px, 12vw, 188px);
    min-height: clamp(500px, 34vw, 590px);
    aspect-ratio: 1.52 / 1;
  }

  body.theme-beclean .beclean-hero-copy {
    bottom: 38px;
    width: min(80%, 460px);
  }

  body.theme-beclean .beclean-hero-copy h1,
  body.theme-beclean .beclean-hero-copy h2 {
    font-size: clamp(1.96rem, 2.18vw, 2.7rem);
  }

  body.theme-beclean .hero-copy-desc {
    max-width: min(92%, 360px);
    font-size: 1rem;
    line-height: 1.46;
  }
}

/* mobile overflow and control alignment hardening */
body.theme-beclean,
body.theme-beclean .page-shell {
  max-width: 100%;
}

@media (max-width: 767px) {
  html,
  body.theme-beclean,
  body.theme-beclean .page-shell {
    overflow-x: hidden;
  }

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

  body.theme-beclean .topbar-inner,
  body.theme-beclean .topbar:not(.is-category-collapsed) .topbar-inner,
  body.theme-beclean .topbar.is-category-collapsed .topbar-inner {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding: 8px 0 !important;
  }

  body.theme-beclean .header-brand,
  body.theme-beclean .topbar:not(.is-category-collapsed) .header-brand,
  body.theme-beclean .topbar.is-category-collapsed .header-brand {
    min-width: 0;
  }

  body.theme-beclean .header-brand-image--thecast {
    width: clamp(112px, 32vw, 132px);
  }

  body.theme-beclean .utility-nav,
  body.theme-beclean .topbar:not(.is-category-collapsed) .utility-nav,
  body.theme-beclean .topbar.is-category-collapsed .utility-nav {
    min-width: 0;
    gap: 0;
    position: static;
  }

  body.theme-beclean .header-icon-btn,
  body.theme-beclean .header-search--icon,
  body.theme-beclean .header-search-toggle,
  body.theme-beclean .language-switcher--icon,
  body.theme-beclean .mobile-category-menu-btn {
    width: 38px;
    height: 38px;
    min-height: 38px;
    flex: 0 0 38px;
  }

  body.theme-beclean .header-icon-btn svg {
    width: 20px;
    height: 20px;
  }

  body.theme-beclean .cart-count-badge {
    top: 1px;
    right: 1px;
  }

  body.theme-beclean .header-search-panel {
    position: absolute;
    top: 54px;
    left: 50%;
    right: auto;
    width: min(calc(100vw - 16px), 360px);
    max-width: 100%;
    transform: translateX(-50%) translateY(10px);
  }

  body.theme-beclean .topbar.is-search-open .header-search-panel {
    transform: translateX(-50%) translateY(0);
  }

  body.theme-beclean .header-search-panel-inner {
    width: 100%;
  }

  body.theme-beclean .header-search-field {
    gap: 8px;
  }

  body.theme-beclean .header-search-trending {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 18px;
  }

  body.theme-beclean .header-search-results {
    gap: 16px;
    padding-top: 18px;
  }

  body.theme-beclean .header-search-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-beclean .hero.hero-brand-spotlight,
  body.theme-beclean .hero.hero-brand-spotlight > .container,
  body.theme-beclean .beclean-hero-shell,
  body.theme-beclean .beclean-hero-grid,
  body.theme-beclean .beclean-hero-slider-shell {
    max-width: 100%;
    overflow-x: clip;
  }

  body.theme-beclean .beclean-hero-slider-frame,
  body.theme-beclean .beclean-hero-slider-viewport {
    overflow: hidden;
  }

  body.theme-beclean .beclean-hero-copy {
    left: 50%;
    right: auto;
    width: min(calc(100% - 40px), 300px);
    transform: translateX(-50%);
  }

  body.theme-beclean .home-all-products-filter {
    width: auto;
    max-width: 100%;
  }

  body.theme-beclean .home-all-products-filter-btn {
    max-width: 100%;
    white-space: nowrap;
  }

  body.theme-beclean .home-all-products-filter-menu {
    left: 0;
    right: auto;
    transform: none;
    min-width: max(156px, 100%);
    max-width: min(220px, calc(100vw - 32px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
  }

  body.theme-beclean.page-shop .all-products-sort-toggle,
  body.theme-beclean.page-home.is-home-all-products-open .all-products-sort-toggle {
    white-space: nowrap;
  }

  body.theme-beclean.page-shop .all-products-sort-menu,
  body.theme-beclean.page-home.is-home-all-products-open .all-products-sort-menu {
    left: 0;
    right: auto;
    transform: none;
    min-width: max(156px, 100%);
    max-width: min(220px, calc(100vw - 32px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
  }

  body.theme-beclean .search-results-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-beclean .search-results-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 12px;
  }
}

@media (max-width: 479px) {
  body.theme-beclean .topbar .container {
    width: min(100%, calc(100% - 12px));
  }

  body.theme-beclean .header-brand-image--thecast {
    width: clamp(104px, 31vw, 120px);
  }

  body.theme-beclean .header-icon-btn,
  body.theme-beclean .header-search--icon,
  body.theme-beclean .header-search-toggle,
  body.theme-beclean .language-switcher--icon,
  body.theme-beclean .mobile-category-menu-btn {
    width: 36px;
    height: 36px;
    min-height: 36px;
    flex-basis: 36px;
  }

  body.theme-beclean .header-icon-btn svg {
    width: 18px;
    height: 18px;
  }

  body.theme-beclean .language-switcher-panel {
    right: -6px;
    min-width: 132px;
    padding: 8px 0;
    border-radius: 20px;
  }

  body.theme-beclean .language-switcher-option {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  body.theme-beclean .header-search-panel {
    top: 50px;
    width: min(calc(100vw - 12px), 340px);
  }

  body.theme-beclean .header-search-brand-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.theme-beclean .header-search-trending {
    gap: 10px;
  }

  body.theme-beclean .header-search-product-card {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
  }

  body.theme-beclean .header-search-product-card-image {
    width: 64px;
    height: 64px;
  }

  body.theme-beclean .beclean-hero-copy {
    width: min(calc(100% - 32px), 280px);
  }

  body.theme-beclean .home-all-products-filter-menu {
    max-width: min(210px, calc(100vw - 16px));
  }

  body.theme-beclean .search-results-brand-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.theme-beclean .search-results-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
}

body.theme-beclean .beclean-mobile-menu-overview-btn {
  width: calc(100% - 28px);
  margin: 14px 14px 0;
  min-height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #171717;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.theme-beclean.page-category-brands {
  background: #ffffff;
}

body.theme-beclean.page-category-brands .page-shell {
  min-height: 100vh;
  background: #ffffff;
}

body.theme-beclean.page-category-brands .category-brand-main {
  padding: 0 0 72px;
}

body.theme-beclean.page-category-brands .category-brand-page-shell {
  width: min(100%, calc(100% - 48px));
  max-width: 1280px;
}

body.theme-beclean.page-category-brands .category-brand-page-hero {
  position: sticky;
  top: 0;
  z-index: 12;
  padding: 18px 0 18px;
  background: transparent;
}

body.theme-beclean.page-category-brands .category-brand-page-chip-row {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 2px 0 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.theme-beclean.page-category-brands .category-brand-page-chip-row::-webkit-scrollbar {
  display: none;
}

body.theme-beclean.page-category-brands .category-brand-page-chip {
  flex: none;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: #222222;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

body.theme-beclean.page-category-brands .category-brand-page-chip.is-active {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

body.theme-beclean.page-category-brands .category-brand-page-root {
  display: grid;
  gap: 64px;
  padding-top: 20px;
}

body.theme-beclean.page-category-brands .category-brand-page-state {
  margin: 0;
  padding: 20px 0;
  border-radius: 0;
  background: transparent;
  color: #69625a;
  font-size: 0.98rem;
  line-height: 1.6;
  border: 0;
}

body.theme-beclean.page-category-brands .category-brand-section {
  display: grid;
  gap: 14px;
}

body.theme-beclean.page-category-brands .category-brand-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.theme-beclean.page-category-brands .category-brand-section-summary {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 0;
}

body.theme-beclean.page-category-brands .category-brand-section-logo {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

body.theme-beclean.page-category-brands .category-brand-section-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

body.theme-beclean.page-category-brands .category-brand-section-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.theme-beclean.page-category-brands .category-brand-section-title {
  margin: 0;
  color: #111111;
  font-size: clamp(1.38rem, 2vw, 1.9rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

body.theme-beclean.page-category-brands .category-brand-section-subtitle {
  margin: 0;
  color: #6f685f;
  font-size: 0.82rem;
  line-height: 1.38;
  letter-spacing: -0.02em;
}

body.theme-beclean.page-category-brands .category-brand-section-more {
  flex: none;
  color: rgba(17, 17, 17, 0.42);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-decoration: none;
}

body.theme-beclean.page-category-brands .category-brand-product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 220px;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.theme-beclean.page-category-brands .category-brand-product-rail::-webkit-scrollbar {
  display: none;
}

body.theme-beclean.page-category-brands .category-brand-product-card {
  display: block;
  min-width: 0;
  scroll-snap-align: start;
  color: inherit;
  text-decoration: none;
}

body.theme-beclean.page-category-brands .category-brand-product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f7f5f1;
}

body.theme-beclean.page-category-brands .category-brand-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.theme-beclean.page-category-brands .category-brand-product-rank {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

body.theme-beclean.page-category-brands .category-brand-product-body {
  display: grid;
  gap: 6px;
  padding-top: 12px;
}

body.theme-beclean.page-category-brands .category-brand-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.theme-beclean.page-category-brands .category-brand-product-brand {
  color: #111111;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

body.theme-beclean.page-category-brands .category-brand-product-like {
  color: rgba(17, 17, 17, 0.28);
  font-size: 1.7rem;
  line-height: 1;
}

body.theme-beclean.page-category-brands .category-brand-product-title {
  margin: 0;
  color: #111111;
  font-size: 0.98rem;
  line-height: 1.42;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.theme-beclean.page-category-brands .category-brand-product-price {
  color: #111111;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

@media (max-width: 920px) {
  body.theme-beclean.page-category-brands .category-brand-page-shell {
    width: min(100%, calc(100% - 24px));
  }

  body.theme-beclean.page-category-brands .category-brand-section-head {
    align-items: center;
  }

  body.theme-beclean.page-category-brands .category-brand-section-summary {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }

  body.theme-beclean.page-category-brands .category-brand-section-logo {
    width: 58px;
    height: 58px;
  }

  body.theme-beclean.page-category-brands .category-brand-section-title {
    font-size: 1.12rem;
  }

  body.theme-beclean.page-category-brands .category-brand-product-rail {
    grid-auto-columns: 172px;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  body.theme-beclean.page-category-brands .category-brand-main {
    padding: 0 0 42px;
  }

  body.theme-beclean.page-category-brands .category-brand-page-root {
    gap: 44px;
    padding-top: 14px;
  }

  body.theme-beclean.page-category-brands .category-brand-page-chip-row {
    position: sticky;
    top: 58px;
    z-index: 6;
    margin: 0 -12px;
    padding: 10px 12px 12px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
  }

  body.theme-beclean.page-category-brands .category-brand-page-chip {
    min-height: 40px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  body.theme-beclean.page-category-brands .category-brand-section-more {
    font-size: 0.9rem;
  }

  body.theme-beclean.page-category-brands .category-brand-section-title {
    font-size: 1.12rem;
  }

  body.theme-beclean.page-category-brands .category-brand-section-subtitle {
    font-size: 0.82rem;
  }

  body.theme-beclean.page-category-brands .category-brand-product-rail {
    grid-auto-columns: 42vw;
  }

  body.theme-beclean.page-category-brands .category-brand-product-rank {
    min-width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  body.theme-beclean.page-category-brands .category-brand-product-brand {
    font-size: 0.86rem;
  }

  body.theme-beclean.page-category-brands .category-brand-product-title {
    font-size: 0.82rem;
  }

  body.theme-beclean.page-category-brands .category-brand-product-price {
    font-size: 0.88rem;
  }

  body.theme-beclean .beclean-mobile-menu-overview-btn {
    font-size: 0.94rem;
  }
}

/* Brand Selection directory */
body.theme-beclean.page-category-brands .topbar-inner {
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "brand utility";
}

body.theme-beclean.page-category-brands .header-brand {
  grid-area: brand;
  justify-self: start;
}

body.theme-beclean.page-category-brands .utility-nav {
  grid-area: utility;
  justify-self: end;
}

body.theme-beclean.page-category-brands .language-switcher--icon select {
  top: 0;
  left: 0;
  min-width: 1px;
  max-width: 1px;
}

body.theme-beclean.page-category-brands.is-brand-selection-directory .category-brand-main {
  padding-bottom: 120px;
}

body.theme-beclean.page-category-brands.is-brand-selection-directory .category-brand-page-shell {
  width: min(100%, calc(100% - 64px));
  max-width: 1460px;
}

body.theme-beclean.page-category-brands.is-brand-selection-directory .category-brand-page-root {
  display: block;
  padding-top: 0;
}

body.theme-beclean.page-category-brands .brand-selection-intro {
  display: grid;
  justify-items: center;
  gap: 13px;
  padding: clamp(70px, 8vw, 120px) 0 clamp(76px, 9vw, 132px);
  text-align: center;
}

body.theme-beclean.page-category-brands .brand-selection-kicker,
body.theme-beclean.page-category-brands .brand-selection-products-heading p {
  margin: 0;
  color: rgba(17, 17, 17, 0.48);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

body.theme-beclean.page-category-brands .brand-selection-intro h1 {
  margin: 0;
  color: #111111;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 6vw, 6.4rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

body.theme-beclean.page-category-brands .brand-selection-intro-copy {
  max-width: 520px;
  margin: 8px 0 0;
  color: #625d57;
  font-size: 0.94rem;
  line-height: 1.7;
  letter-spacing: -0.025em;
}

body.theme-beclean.page-category-brands .brand-selection-directory,
body.theme-beclean.page-category-brands .brand-selection-products {
  min-width: 0;
}

body.theme-beclean.page-category-brands .brand-selection-section-head,
body.theme-beclean.page-category-brands .brand-selection-products-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

body.theme-beclean.page-category-brands .brand-selection-section-heading,
body.theme-beclean.page-category-brands .brand-selection-products-heading {
  display: grid;
  gap: 10px;
}

body.theme-beclean.page-category-brands .brand-selection-section-heading h2,
body.theme-beclean.page-category-brands .brand-selection-products-heading h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(1.55rem, 2.25vw, 2.3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

body.theme-beclean.page-category-brands .brand-selection-section-heading p {
  margin: 0;
  color: #76706a;
  font-size: 0.88rem;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

body.theme-beclean.page-category-brands .brand-selection-count {
  flex: none;
  color: rgba(17, 17, 17, 0.48);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

body.theme-beclean.page-category-brands .brand-selection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(56px, 6vw, 88px) clamp(18px, 2.2vw, 34px);
  align-items: start;
}

body.theme-beclean.page-category-brands .brand-selection-card {
  min-width: 0;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  text-align: left;
  cursor: pointer;
}

body.theme-beclean.page-category-brands .brand-selection-card-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f1ed;
}

body.theme-beclean.page-category-brands .brand-selection-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

body.theme-beclean.page-category-brands .brand-selection-card.is-active .brand-selection-card-media::after {
  border-color: #111111;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.82);
}

body.theme-beclean.page-category-brands .brand-selection-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.72, 0.22, 1);
}

body.theme-beclean.page-category-brands .brand-selection-card:hover .brand-selection-card-media img,
body.theme-beclean.page-category-brands .brand-selection-card:focus-visible .brand-selection-card-media img {
  transform: scale(1.055);
}

body.theme-beclean.page-category-brands .brand-selection-card:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 5px;
}

body.theme-beclean.page-category-brands .brand-selection-card-body {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 18px 4px 0;
}

body.theme-beclean.page-category-brands .brand-selection-card-title {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

body.theme-beclean.page-category-brands .brand-selection-card-rule {
  display: block;
  width: 42px;
  height: 1px;
  background: rgba(17, 17, 17, 0.6);
}

body.theme-beclean.page-category-brands .brand-selection-card-subtitle {
  max-width: 94%;
  min-height: 2.8em;
  color: #77716a;
  font-size: 0.82rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.theme-beclean.page-category-brands .brand-selection-products {
  margin-top: clamp(112px, 12vw, 178px);
  padding-top: clamp(72px, 8vw, 112px);
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  scroll-margin-top: 82px;
}

body.theme-beclean.page-category-brands .brand-selection-products-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

body.theme-beclean.page-category-brands .brand-selection-reset,
body.theme-beclean.page-category-brands .brand-selection-state-action,
body.theme-beclean.page-category-brands .brand-selection-load-more {
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
}

body.theme-beclean.page-category-brands .brand-selection-reset:hover,
body.theme-beclean.page-category-brands .brand-selection-reset:focus-visible,
body.theme-beclean.page-category-brands .brand-selection-state-action:hover,
body.theme-beclean.page-category-brands .brand-selection-state-action:focus-visible,
body.theme-beclean.page-category-brands .brand-selection-load-more:hover,
body.theme-beclean.page-category-brands .brand-selection-load-more:focus-visible {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
  outline: none;
}

body.theme-beclean.page-category-brands .brand-selection-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 52px clamp(14px, 1.7vw, 26px);
  align-items: start;
}

body.theme-beclean.page-category-brands .brand-selection-product-card {
  min-width: 0;
  display: block;
  color: #111111;
  text-decoration: none;
}

body.theme-beclean.page-category-brands .brand-selection-product-media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f5f3ef;
}

body.theme-beclean.page-category-brands .brand-selection-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.48s cubic-bezier(0.2, 0.72, 0.22, 1);
}

body.theme-beclean.page-category-brands .brand-selection-product-card:hover .brand-selection-product-media img,
body.theme-beclean.page-category-brands .brand-selection-product-card:focus-visible .brand-selection-product-media img {
  transform: scale(1.045);
}

body.theme-beclean.page-category-brands .brand-selection-product-card:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 5px;
}

body.theme-beclean.page-category-brands .brand-selection-product-body {
  display: grid;
  gap: 7px;
  padding-top: 14px;
}

body.theme-beclean.page-category-brands .brand-selection-product-brand {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

body.theme-beclean.page-category-brands .brand-selection-product-title {
  min-height: 2.8em;
  color: #4f4a45;
  font-size: 0.86rem;
  line-height: 1.42;
  letter-spacing: -0.025em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.theme-beclean.page-category-brands .brand-selection-product-price {
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

body.theme-beclean.page-category-brands .brand-selection-reveal {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 0.58s ease var(--brand-reveal-delay, 0ms),
    transform 0.68s cubic-bezier(0.2, 0.72, 0.22, 1) var(--brand-reveal-delay, 0ms);
}

body.theme-beclean.page-category-brands .brand-selection-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.theme-beclean.page-category-brands .brand-selection-state {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 120px;
  padding: 24px 0;
  color: #6d6760;
  text-align: center;
}

body.theme-beclean.page-category-brands .brand-selection-state p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
}

body.theme-beclean.page-category-brands .brand-selection-state.is-error {
  color: #8a4037;
}

body.theme-beclean.page-category-brands .brand-selection-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 76px auto 0;
}

body.theme-beclean.page-category-brands .brand-selection-sentinel {
  width: 100%;
  height: 1px;
}

@media (min-width: 1281px) {
  body.theme-beclean.page-category-brands .brand-selection-product-card:nth-child(4n + 2),
  body.theme-beclean.page-category-brands .brand-selection-product-card:nth-child(4n + 4) {
    margin-top: 44px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  body.theme-beclean.page-category-brands .brand-selection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-beclean.page-category-brands .brand-selection-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.theme-beclean.page-category-brands .brand-selection-product-card:nth-child(3n + 2) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  body.theme-beclean.page-category-brands .account-info:not([hidden]) {
    display: none !important;
  }

  body.theme-beclean.page-category-brands.is-brand-selection-directory .category-brand-main {
    padding-bottom: 72px;
  }

  body.theme-beclean.page-category-brands.is-brand-selection-directory .category-brand-page-shell {
    width: min(100%, calc(100% - 24px));
  }

  body.theme-beclean.page-category-brands .brand-selection-intro {
    gap: 10px;
    padding: 58px 0 68px;
  }

  body.theme-beclean.page-category-brands .brand-selection-intro h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  body.theme-beclean.page-category-brands .brand-selection-intro-copy {
    max-width: 310px;
    margin-top: 4px;
    font-size: 0.84rem;
    line-height: 1.62;
  }

  body.theme-beclean.page-category-brands .brand-selection-section-head,
  body.theme-beclean.page-category-brands .brand-selection-products-head {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  body.theme-beclean.page-category-brands .brand-selection-section-heading {
    gap: 7px;
  }

  body.theme-beclean.page-category-brands .brand-selection-section-heading h2,
  body.theme-beclean.page-category-brands .brand-selection-products-heading h2 {
    font-size: 1.42rem;
  }

  body.theme-beclean.page-category-brands .brand-selection-section-heading p {
    max-width: 240px;
    font-size: 0.78rem;
  }

  body.theme-beclean.page-category-brands .brand-selection-count {
    padding-top: 4px;
    font-size: 0.72rem;
  }

  body.theme-beclean.page-category-brands .brand-selection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 10px;
  }

  body.theme-beclean.page-category-brands .brand-selection-card-body {
    gap: 9px;
    padding: 13px 2px 0;
  }

  body.theme-beclean.page-category-brands .brand-selection-card-title {
    font-size: 0.9rem;
  }

  body.theme-beclean.page-category-brands .brand-selection-card-rule {
    width: 30px;
  }

  body.theme-beclean.page-category-brands .brand-selection-card-subtitle {
    max-width: 100%;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  body.theme-beclean.page-category-brands .brand-selection-products {
    margin-top: 96px;
    padding-top: 68px;
    scroll-margin-top: 64px;
  }

  body.theme-beclean.page-category-brands .brand-selection-products-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.theme-beclean.page-category-brands .brand-selection-products-meta {
    display: grid;
    justify-items: end;
    gap: 10px;
  }

  body.theme-beclean.page-category-brands .brand-selection-reset {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.7rem;
  }

  body.theme-beclean.page-category-brands .brand-selection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 10px;
  }

  body.theme-beclean.page-category-brands .brand-selection-product-card:nth-child(even) {
    margin-top: 26px;
  }

  body.theme-beclean.page-category-brands .brand-selection-product-body {
    gap: 5px;
    padding-top: 10px;
  }

  body.theme-beclean.page-category-brands .brand-selection-product-brand {
    font-size: 0.72rem;
  }

  body.theme-beclean.page-category-brands .brand-selection-product-title {
    font-size: 0.76rem;
  }

  body.theme-beclean.page-category-brands .brand-selection-product-price {
    font-size: 0.8rem;
  }

  body.theme-beclean.page-category-brands .brand-selection-state {
    min-height: 96px;
    flex-direction: column;
  }

  body.theme-beclean.page-category-brands .brand-selection-load-more {
    margin-top: 56px;
  }
}

@media (max-width: 390px) {
  body.theme-beclean.page-category-brands .brand-selection-products-head {
    gap: 10px;
  }

  body.theme-beclean.page-category-brands .brand-selection-products-heading {
    min-width: 0;
  }

  body.theme-beclean.page-category-brands .brand-selection-products-heading h2 {
    overflow-wrap: anywhere;
  }

  body.theme-beclean.page-category-brands .brand-selection-section-heading p {
    max-width: 205px;
  }

  body.theme-beclean.page-category-brands .brand-selection-card-subtitle {
    -webkit-line-clamp: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-beclean.page-category-brands .brand-selection-reveal,
  body.theme-beclean.page-category-brands .brand-selection-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.theme-beclean.page-category-brands .brand-selection-card-media img,
  body.theme-beclean.page-category-brands .brand-selection-product-media img {
    transition: none;
  }
}

body.theme-beclean.is-brand-detail-open .language-switcher--wheel,
body.theme-beclean.is-product-detail-open .language-switcher--wheel {
  position: relative;
  z-index: 121;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  body.theme-beclean .language-switcher--wheel {
    width: 120px;
    height: 46px;
    min-height: 46px;
    flex-basis: 120px;
  }
}

@media (max-width: 767px) {
  body.theme-beclean .language-switcher--wheel {
    width: 82px;
    height: 38px;
    min-height: 38px;
    flex-basis: 82px;
  }

  body.theme-beclean .language-switcher--wheel .language-wheel {
    grid-template-columns: 12px minmax(0, 1fr) 12px;
    padding: 0 1px;
  }

  body.theme-beclean .language-switcher--wheel .language-wheel-arrow {
    font-size: 0.84rem;
  }

  body.theme-beclean .language-switcher--wheel .language-wheel-item {
    font-size: 0.8rem;
  }

  body.theme-beclean .language-switcher--wheel .language-wheel-item.is-current {
    width: 22px;
    height: 22px;
    font-size: 1rem;
  }
}

@media (max-width: 479px) {
  body.theme-beclean .language-switcher--wheel {
    width: 78px;
    height: 36px;
    min-height: 36px;
    flex-basis: 78px;
  }

  body.theme-beclean .language-switcher--wheel .language-wheel-item {
    font-size: 0.76rem;
  }

  body.theme-beclean .language-switcher--wheel .language-wheel-item.is-current {
    width: 21px;
    height: 21px;
    font-size: 0.96rem;
  }
}

/* Wide-screen layout expansion. Mobile and tablet rules remain unchanged. */
@media (min-width: 1025px) {
  body.theme-beclean {
    --thebeauty-wide-inline-space: clamp(56px, 6.5vw, 144px);
    --thebeauty-wide-content-max: 1720px;
  }

  body.theme-beclean .hero.hero-brand-spotlight > .container,
  body.theme-beclean .home-product-main-tag-list,
  body.theme-beclean .contact-footer {
    width: min(calc(100% - var(--thebeauty-wide-inline-space)), var(--thebeauty-wide-content-max));
    max-width: none;
  }

  body.theme-beclean.page-home.is-home-discovery #collabPreview .container {
    width: min(calc(100% - var(--thebeauty-wide-inline-space)), var(--thebeauty-wide-content-max));
    max-width: none;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery {
    padding: clamp(34px, 3vw, 54px) 0 96px;
    gap: 76px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brands,
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__products {
    gap: 28px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro,
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search {
    width: min(100%, 760px);
    margin-left: auto;
    margin-right: auto;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro h1 {
    font-size: clamp(3rem, 4vw, 4.2rem);
  }

  html[lang="en"] body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro {
    width: min(100%, 1400px);
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international,
  html[lang="en"] body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international {
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
    gap: clamp(18px, 2vw, 30px);
    padding-top: clamp(34px, 3.2vw, 50px);
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international h1,
  html[lang="en"] body.theme-beclean.page-home.is-home-discovery .home-main-discovery__intro.is-international h1 {
    font-size: clamp(3rem, 4vw, 4.45rem);
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-visual {
    height: clamp(400px, 32vw, 480px);
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-image--world-tower {
    left: 0;
    height: 97%;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-image--namsan-tower {
    right: -4%;
    height: 92%;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-image--gyeongbokgung {
    left: 8%;
    width: 43%;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__landmark-image--department-store {
    right: 7%;
    width: 53%;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search {
    padding: 9px;
    border-radius: 20px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search input {
    height: 50px;
    font-size: 0.98rem;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__search button {
    min-width: 68px;
    min-height: 50px;
    border-radius: 14px;
    font-size: 0.84rem;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__section-head h3,
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-head h3 {
    font-size: 1.5rem;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-grid {
    gap: 20px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-control {
    width: 48px;
    height: 48px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-media {
    border-radius: 24px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__brand-card strong {
    font-size: 0.9rem;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px 20px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-media {
    border-radius: 24px;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-title {
    font-size: 0.94rem;
  }

  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-price {
    font-size: 1rem;
  }

  body.theme-beclean .beclean-hero-slider-shell {
    width: 100%;
    max-width: none;
  }

  body.theme-beclean .beclean-hero-slider-viewport {
    --hero-side-space: clamp(160px, 12vw, 240px);
    min-height: 0;
    height: clamp(540px, 36vw, 690px);
    aspect-ratio: auto;
  }

  body.theme-beclean .home-product-main-tag-rail {
    grid-auto-columns: clamp(224px, 15vw, 272px);
  }

  body.theme-beclean .home-subscription-rail:has(> .home-subscription-card:only-child) {
    display: block;
    overflow: visible;
    padding: 0;
  }

  body.theme-beclean .home-subscription-rail > .home-subscription-card:only-child {
    width: 100%;
    box-sizing: border-box;
    grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1.22fr);
    align-items: center;
    gap: clamp(24px, 3vw, 44px);
  }

  body.theme-beclean .home-subscription-rail > .home-subscription-card:only-child .home-subscription-media {
    width: 100%;
    height: clamp(240px, 19vw, 340px);
    aspect-ratio: auto;
    border-radius: 22px;
  }

  body.theme-beclean .home-subscription-rail > .home-subscription-card:only-child .home-subscription-body {
    max-width: 560px;
    align-content: center;
    gap: 10px;
  }

  body.theme-beclean .home-subscription-rail > .home-subscription-card:only-child .home-subscription-kicker {
    font-size: 0.86rem;
  }

  body.theme-beclean .home-subscription-rail > .home-subscription-card:only-child .home-subscription-title {
    font-size: clamp(1.7rem, 2.3vw, 2.4rem);
    line-height: 1.14;
    white-space: normal;
  }

  body.theme-beclean .home-subscription-rail > .home-subscription-card:only-child .home-subscription-description {
    font-size: clamp(0.94rem, 1vw, 1.06rem);
    line-height: 1.55;
    -webkit-line-clamp: 2;
  }

  body.theme-beclean .home-subscription-rail > .home-subscription-card:only-child .home-subscription-detail-btn {
    min-height: 52px;
    padding-inline: 28px;
    font-size: 1.06rem;
  }

  body.theme-beclean .home-subscription-rail > .home-subscription-card:only-child .home-subscription-price-row .home-product-main-tag-price-current {
    font-size: 1.32rem;
  }

  body.theme-beclean.page-shop:not(.is-product-detail-open) .catalog-block .container {
    width: min(calc(100% - var(--thebeauty-wide-inline-space)), var(--thebeauty-wide-content-max));
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1280px) {
  body.theme-beclean.page-shop:not(.is-product-detail-open) .product-grid.is-shop-all-products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  body.theme-beclean.page-home.is-home-discovery .home-main-discovery__product-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.theme-beclean .home-all-products-grid,
  body.theme-beclean.page-shop:not(.is-product-detail-open) .product-grid.is-shop-all-products {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* Korean-only subscription entry beside the profile action. */
body.theme-beclean .subscription-nav-btn {
  order: 2;
  min-width: 54px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #171717;
  border-radius: 999px;
  background: #171717;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.theme-beclean .topbar .utility-nav .header-search--icon {
  order: 1;
}

body.theme-beclean .topbar .utility-nav .subscription-nav-btn {
  order: 2;
}

body.theme-beclean .topbar .utility-nav .auth-nav-btn {
  order: 3;
}

body.theme-beclean .topbar .utility-nav .cart-nav-btn {
  order: 4;
}

body.theme-beclean .topbar .utility-nav .language-switcher--dropdown,
body.theme-beclean .topbar .utility-nav .language-switcher--icon {
  order: 5;
}

body.theme-beclean .topbar .utility-nav .account-info:not([hidden]) {
  order: 6;
}

body.theme-beclean .topbar .utility-nav .mobile-category-menu-btn {
  order: 7;
}

body.theme-beclean .subscription-nav-btn[hidden] {
  display: none !important;
}

body.theme-beclean .subscription-nav-btn:hover,
body.theme-beclean .subscription-nav-btn:focus-visible {
  background: #ffffff;
  color: #171717;
  outline: none;
  transform: translateY(-1px);
}

body.theme-beclean .subscription-nav-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(80, 112, 88, 0.28);
}

body.theme-beclean .subscription-nav-btn:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

@media (max-width: 767px) {
  body.theme-beclean .subscription-nav-btn {
    min-width: 46px;
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.74rem;
  }
}

@media (max-width: 479px) {
  body.theme-beclean.has-korean-subscription-nav .header-brand-image--thecast {
    width: 88px;
  }

  body.theme-beclean .subscription-nav-btn {
    min-width: 40px;
    min-height: 32px;
    padding: 0 8px;
    font-size: 0.7rem;
  }

  body.theme-beclean.has-korean-subscription-nav .language-switcher--dropdown {
    min-width: 78px;
  }
}

@media (max-width: 350px) {
  body.theme-beclean.has-korean-subscription-nav .topbar-inner,
  body.theme-beclean.has-korean-subscription-nav .topbar:not(.is-category-collapsed) .topbar-inner,
  body.theme-beclean.has-korean-subscription-nav .topbar.is-category-collapsed .topbar-inner {
    gap: 4px !important;
  }

  body.theme-beclean.has-korean-subscription-nav .header-brand-image--thecast {
    width: 78px;
  }

  body.theme-beclean.has-korean-subscription-nav .header-icon-btn,
  body.theme-beclean.has-korean-subscription-nav .header-search--icon,
  body.theme-beclean.has-korean-subscription-nav .header-search-toggle {
    width: 32px;
    height: 32px;
    min-height: 32px;
    flex-basis: 32px;
  }

  body.theme-beclean .subscription-nav-btn {
    min-width: 36px;
    min-height: 30px;
    padding: 0 6px;
    font-size: 0.66rem;
  }

  body.theme-beclean.has-korean-subscription-nav .language-switcher--dropdown {
    min-width: 72px;
  }
}

/* Keep the full signed-in nickname and profile icon as one account control. */
body.theme-beclean .auth-nav-btn.is-authenticated {
  width: auto;
  height: auto;
  min-width: 50px;
  min-height: 44px;
  max-width: none;
  padding: 0 5px 0 14px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  background: rgba(255, 255, 255, 0.9);
  gap: 4px;
  flex: 0 1 auto;
}

body.theme-beclean .auth-nav-btn.is-authenticated:hover,
body.theme-beclean .auth-nav-btn.is-authenticated:focus-visible {
  background: rgba(170, 192, 173, 0.16);
}

body.theme-beclean .auth-nav-btn.is-authenticated .account-info:not([hidden]) {
  display: inline-flex !important;
  align-items: center;
  order: 0;
  max-width: none;
  min-height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #171717;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  text-align: right;
  text-transform: none;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  pointer-events: none;
}

body.theme-beclean .auth-nav-btn.is-authenticated svg {
  order: 1;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  body.theme-beclean .auth-nav-btn.is-authenticated {
    width: auto;
    height: auto;
    min-width: 38px;
    min-height: 38px;
    padding: 4px 3px 4px 10px;
    gap: 2px;
    flex: 0 1 auto;
  }

  body.theme-beclean.page-home .auth-nav-btn.is-authenticated .account-info:not([hidden]),
  body.theme-beclean .auth-nav-btn.is-authenticated .account-info:not([hidden]) {
    display: inline-flex !important;
    max-width: min(30vw, 180px);
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 640px) {
  body.theme-beclean.has-auth-account .topbar-inner,
  body.theme-beclean.has-auth-account .topbar:not(.is-category-collapsed) .topbar-inner,
  body.theme-beclean.has-auth-account .topbar.is-category-collapsed .topbar-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "brand"
      "utility" !important;
    row-gap: 4px !important;
  }

  body.theme-beclean.has-auth-account .header-brand,
  body.theme-beclean.has-auth-account .topbar:not(.is-category-collapsed) .header-brand,
  body.theme-beclean.has-auth-account .topbar.is-category-collapsed .header-brand {
    grid-area: brand;
    justify-self: start;
  }

  body.theme-beclean.has-auth-account .utility-nav,
  body.theme-beclean.has-auth-account .topbar:not(.is-category-collapsed) .utility-nav,
  body.theme-beclean.has-auth-account .topbar.is-category-collapsed .utility-nav {
    grid-area: utility;
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
    justify-content: flex-end;
    overflow: visible;
  }
}
