* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --daboni-orange: #FF6B2B; --daboni-orange2: #FF8F00; --daboni-blue: #2B6BFF; --daboni-purple: #8B3FF0; --soft-bg: #f7f7f7; --card-shadow: 0 12px 34px rgba(0,0,0,0.08); }
/* === DABONI 시맨틱 변수 (2026-05-25) — 라벨·카드 outlined ghost 통일 === */
/* --accent / --accent2 는 index.php가 inline <style>으로 덮어씀 (관리자 site_tone) */
:root {
  --label-bg: rgba(8, 12, 12, 0.55);
  --label-fg: var(--accent, #FF6B2B);
  --label-border: var(--accent, #FF6B2B);
  --label-border-width: 2px;
  --card-bg: rgba(13, 18, 18, 0.96);
  --card-bg-image: radial-gradient(circle at 18% 10%, rgba(255,255,255,0.045), transparent 18rem), linear-gradient(135deg, rgba(17,23,24,0.94), rgba(12,15,18,0.96));
  --card-border: 1px solid rgba(255,255,255,0.14);
}
html, body, main { overflow-anchor: none; scroll-behavior: auto; }
body { font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #000; background: #fff; line-height: 1.6; }
body[data-site-tone="custom"] {
  background:
    radial-gradient(circle at 50% 4%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 28rem),
    linear-gradient(180deg, var(--site-bg, #05090a), #071412 45vh, #05090a);
}
body::before {
  content: "";
  position: fixed;
  inset: -16vh -12vw;
  z-index: 2;
  pointer-events: none;
  opacity: 0.72;
  background:
    radial-gradient(circle at 18% 28%, var(--section-fog-a, rgba(134, 239, 172, 0.14)), transparent 24rem),
    radial-gradient(circle at 82% 44%, var(--section-fog-b, rgba(255, 139, 64, 0.08)), transparent 28rem);
  filter: blur(24px);
  mix-blend-mode: screen;
  transition: background 0.7s ease, opacity 0.7s ease;
}
body[data-site-tone="custom"]::before {
  background:
    radial-gradient(circle at 18% 28%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 24rem),
    radial-gradient(circle at 82% 44%, color-mix(in srgb, var(--accent2) 16%, transparent), transparent 28rem) !important;
}
a { color: inherit; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.site-header { padding: 20px 0; border-bottom: 1px solid color-mix(in srgb, var(--accent, #ff6b2b) 18%, #f0f0f0); background: #fff; }
.logo { font-size: 28px; font-weight: 800; letter-spacing: 0; }

/* ===== 20260520 visual home menu ===== */
.visual-fixed-logo {
  position: fixed;
  z-index: 1000;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

/* Rollback: return to the first reel-like direction. */
.visual-product-scene {
  min-height: 100svh;
  padding-top: 132px;
}
.visual-product-scene .visual-scene-copy h1 {
  font-size: clamp(48px, 7vw, 96px);
}
.visual-product-scene .visual-product-rail {
  min-height: 270px;
}
.visual-product-scene .visual-product-card {
  width: clamp(124px, 10vw, 156px);
  border-radius: 8px;
}
.visual-product-scene .visual-product-card.is-expanded {
  width: clamp(220px, 18vw, 300px);
}
.visual-product-scene .visual-promo-drawer {
  width: min(760px, calc(100vw - 48px));
  margin-top: 14px;
}
#featured-products .product-showcase {
  gap: 12px;
}
#featured-products .product-category-strip {
  justify-content: center;
}
#featured-products .product-category-card {
  flex-basis: 132px;
  min-height: 132px;
}
#featured-products .product-category-card.active {
  flex-basis: 220px;
  min-height: 178px;
}
#featured-products .product-showcase-body {
  grid-template-columns: 1fr;
}
#featured-products .product-rail-zone {
  min-height: 330px;
}
#featured-products .product-thumb-card {
  flex-basis: clamp(138px, 10vw, 170px);
  height: clamp(178px, 13vw, 220px);
}
#featured-products .product-thumb-card.active {
  flex-basis: clamp(230px, 18vw, 300px);
  height: clamp(290px, 22vw, 360px);
}
#featured-products .product-feature-panel {
  width: min(760px, 100%);
  min-height: 148px;
  max-height: 190px;
  grid-template-columns: 180px minmax(0, 1fr);
  margin-top: -18px;
}
#featured-products .product-feature-copy {
  padding: 18px 22px;
}
#featured-products .product-feature-copy h3 {
  font-size: clamp(28px, 3vw, 42px);
}
#featured-products .product-feature-copy strong {
  font-size: 13px;
}

/* Final final event hero override. */
.visual-product-scene {
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 34%, rgba(122, 240, 184, 0.10), transparent 34rem),
    radial-gradient(circle at 78% 48%, rgba(255, 139, 64, 0.07), transparent 30rem),
    linear-gradient(180deg, #07100f 0%, #030808 100%) !important;
}

.visual-product-scene .visual-product-stage {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-top: clamp(96px, 16vh, 150px) !important;
  place-items: center !important;
}

.visual-product-scene .visual-rail-tools {
  right: max(24px, calc(50vw - 520px)) !important;
  top: clamp(34px, 8vh, 82px) !important;
}

.visual-product-scene .visual-product-rail {
  width: 100vw !important;
  max-width: none !important;
  min-height: 310px !important;
  padding: 28px calc(50vw - 86px) 42px !important;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card {
  width: clamp(150px, 12vw, 188px) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
  width: clamp(280px, 25vw, 380px) !important;
}

.visual-product-scene .visual-promo-drawer {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 200 !important;
  width: min(70vw, 1040px) !important;
  min-width: min(620px, calc(100vw - 32px)) !important;
  min-height: min(70vh, 720px) !important;
  max-height: min(76vh, 760px) !important;
  margin: 0 !important;
  transform: translate(-50%, -46%) scale(0.94) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  border-radius: 12px !important;
}

.visual-product-scene .visual-promo-drawer.is-open {
  transform: translate(-50%, -50%) scale(1) !important;
}

.visual-product-scene .visual-promo-drawer.has-no-image .visual-drawer-bar {
  min-height: auto !important;
}

.visual-product-scene .visual-promo-drawer.has-no-image .visual-drawer-bar h2 {
  font-size: clamp(52px, 7.2vw, 112px) !important;
  line-height: 0.96 !important;
}

/* Fixed section label becomes the primary section title. */
.visual-fixed-logo {
  top: 28px !important;
}

.visual-logo-lockup {
  flex-direction: column !important;
  gap: 4px !important;
  opacity: 1 !important;
  mix-blend-mode: screen !important;
}

.visual-logo-dot {
  width: 20px !important;
  height: 20px !important;
  border-width: 3px !important;
  opacity: 0.42 !important;
}

.visual-logo-lockup strong {
  color: rgba(242, 247, 244, 0.13) !important;
  font-size: clamp(32px, 4.4vw, 70px) !important;
  line-height: 0.78 !important;
  text-align: center !important;
}

.visual-logo-lockup em {
  margin-top: 8px !important;
  color: rgba(134, 239, 172, 0.82) !important;
  font-size: clamp(32px, 4.4vw, 70px) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-shadow: 0 0 20px rgba(134, 239, 172, 0.14) !important;
  letter-spacing: 0 !important;
}

.block-title,
.video-text h2,
.link-card h2,
.shop-card h3,
.sns-card h3,
.cs-card h3 {
  display: none !important;
}

/* Featured products: hero-like category -> product -> promo flow. */
#featured-products .wrap {
  max-width: none !important;
  padding: 0 !important;
}

#featured-products .mega-help {
  display: none !important;
}

#featured-products .mega-products-menu {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 40px 0 !important;
  min-height: 0 !important;
}
/* GSAP 자동 카드 캐러셀 — 폭·중앙 명시 (어제 클릭식 .product-showcase 규칙 무시) */
#featured-products .hero-carousel {
  width: min(1480px, calc(100vw - 40px)) !important;
  margin: 8px auto !important;
}

#featured-products .product-showcase {
  min-height: 78svh !important;
  display: grid !important;
  align-content: center !important;
  gap: 24px !important;
}

#featured-products .product-menu-heading {
  width: min(960px, calc(100vw - 40px)) !important;
  margin: 0 auto -4px !important;
  display: grid !important;
  gap: 4px !important;
  color: #f2f7f4 !important;
}

#featured-products .product-menu-heading span {
  color: rgba(134, 239, 172, 0.82) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

#featured-products .product-menu-heading strong {
  color: rgba(242, 247, 244, 0.78) !important;
  font-size: clamp(22px, 2.2vw, 34px) !important;
  line-height: 1.05 !important;
}

#featured-products .product-showcase:not(.has-products) .product-showcase-body {
  display: none !important;
}

#featured-products .product-category-strip {
  justify-content: center !important;
  padding: 12px calc(50vw - 330px) 20px !important;
}

#featured-products .product-category-card {
  flex-basis: 170px !important;
  min-height: 170px !important;
  border-radius: 10px !important;
}

#featured-products .product-category-card.active {
  flex-basis: 310px !important;
  min-height: 230px !important;
}

#featured-products .product-showcase-body {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

#featured-products .product-rail-zone {
  width: 100vw !important;
  min-height: 330px !important;
  overflow: hidden !important;
}

#featured-products .product-thumb-rail {
  width: 100vw !important;
  padding: 34px calc(50vw - 82px) 42px !important;
  gap: clamp(14px, 1.8vw, 24px) !important;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent) !important;
  scrollbar-width: none !important;
}

#featured-products .product-thumb-rail::-webkit-scrollbar {
  display: none !important;
}

#featured-products .product-thumb-card {
  flex-basis: clamp(150px, 12vw, 188px) !important;
  height: clamp(190px, 15vw, 238px) !important;
}

#featured-products .product-thumb-card.active {
  flex-basis: clamp(280px, 25vw, 380px) !important;
  height: clamp(330px, 28vw, 430px) !important;
}

#featured-products .product-feature-panel {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 1200 !important;
  width: min(70vw, 1040px) !important;
  min-width: min(620px, calc(100vw - 32px)) !important;
  min-height: min(70vh, 720px) !important;
  max-height: min(76vh, 760px) !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr) !important;
  grid-template-rows: 1fr !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate(-50%, -46%) scale(0.94) !important;
  border-radius: 12px !important;
  box-shadow: 0 44px 140px rgba(0,0,0,0.72), 0 0 0 999px rgba(3,7,8,0.48) !important;
}

#featured-products .product-feature-panel.is-ready {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

#featured-products .product-feature-copy {
  padding: clamp(26px, 4vw, 54px) !important;
}

#featured-products .product-feature-copy h3 {
  display: block !important;
  font-size: clamp(48px, 6vw, 94px) !important;
}

#featured-products .product-feature-actions a {
  min-height: 48px !important;
  padding: 12px 20px !important;
}

#featured-products .product-feature-actions button {
  min-height: 48px !important;
  padding: 12px 20px !important;
  border-radius: 999px !important;
  color: #f2f7f4 !important;
  background: rgba(255,255,255,0.09) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}

@media (max-width: 760px) {
  #featured-products .product-category-strip {
    justify-content: flex-start !important;
    padding-left: calc(50vw - 85px) !important;
    padding-right: calc(50vw - 85px) !important;
  }
  #featured-products .product-feature-panel {
    width: calc(100vw - 28px) !important;
    min-width: 0 !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(180px, 0.42fr) auto !important;
  }
}

/* Product intro: left title, right category menu like the video sections. */
#featured-products .product-showcase {
  width: min(1180px, calc(100vw - 42px)) !important;
  margin: 0 auto !important;
  grid-template-columns: minmax(280px, 0.72fr) minmax(460px, 1.28fr) !important;
  align-items: center !important;
  column-gap: clamp(34px, 5vw, 72px) !important;
}

#featured-products .product-menu-heading {
  width: auto !important;
  margin: 0 !important;
  align-self: center !important;
  justify-self: stretch !important;
  gap: 10px !important;
}

#featured-products .product-menu-heading span {
  color: rgba(134, 239, 172, 0.78) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

#featured-products .product-menu-heading em {
  width: fit-content !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  color: rgba(6, 17, 13, 0.92) !important;
  background: rgba(134, 239, 172, 0.86) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 950 !important;
}

#featured-products .product-menu-heading strong {
  color: rgba(242, 247, 244, 0.9) !important;
  font-size: clamp(38px, 4.4vw, 76px) !important;
  line-height: 0.98 !important;
  word-break: keep-all !important;
}

#featured-products .product-menu-heading strong span {
  display: block !important;
}

/* Product section visual correction. */
#featured-products .product-showcase {
  width: min(1320px, calc(100vw - 72px)) !important;
  min-height: 76svh !important;
  margin: 0 auto !important;
  grid-template-columns: minmax(280px, 0.46fr) minmax(620px, 1fr) !important;
  align-items: center !important;
  column-gap: clamp(42px, 6vw, 96px) !important;
}

#featured-products .product-menu-heading {
  align-self: center !important;
  justify-self: start !important;
  text-align: left !important;
  gap: 14px !important;
  justify-items: start !important;
  padding-left: 0 !important;
}

#featured-products .product-menu-heading span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 50px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  color: #06110d !important;
  background: rgba(134, 239, 172, 0.96) !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  letter-spacing: 0.02em !important;
  box-shadow: 0 0 34px rgba(134,239,172,0.18) !important;
  margin-left: 0 !important;
}

#featured-products .product-menu-heading span::after {
  display: none !important;
}

#featured-products .product-menu-heading em {
  display: none !important;
}

#featured-products .product-menu-heading strong {
  display: block !important;
  color: rgba(242,247,244,0.92) !important;
  font-size: clamp(34px, 3.2vw, 56px) !important;
  font-weight: 950 !important;
  line-height: 1.04 !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 10em !important;
}

#featured-products .product-menu-heading p {
  display: block !important;
  margin: -4px 0 0 !important;
  color: rgba(242,247,244,0.62) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

#featured-products .product-category-strip {
  justify-content: center !important;
  align-items: center !important;
  padding: 20px 0 24px !important;
}

#featured-products .product-showcase-body {
  width: min(1180px, calc(100vw - 72px)) !important;
  margin: 10px auto 0 !important;
  grid-column: 1 / -1 !important;
}

#featured-products .product-rail-zone {
  width: 100% !important;
  margin: 0 auto !important;
}

#featured-products .product-thumb-rail {
  width: 100% !important;
  padding-left: calc(50% - 94px) !important;
  padding-right: calc(50% - 94px) !important;
}

@media (max-width: 860px) {
  #featured-products .product-showcase {
    width: min(100vw - 32px, 640px) !important;
    grid-template-columns: 1fr !important;
    row-gap: 18px !important;
  }
  #featured-products .product-menu-heading strong {
    font-size: clamp(30px, 8vw, 48px) !important;
  }
  #featured-products .product-category-strip {
    justify-content: flex-start !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: calc(50vw - 85px) !important;
    padding-right: calc(50vw - 85px) !important;
  }
  #featured-products .product-showcase-body {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}

#featured-products .product-category-strip {
  justify-content: flex-start !important;
  padding: 12px 4px 20px !important;
}

#featured-products .product-showcase-body {
  grid-column: 1 / -1 !important;
}

@media (max-width: 860px) {
  #featured-products .product-showcase {
    width: min(100vw - 32px, 640px) !important;
    grid-template-columns: 1fr !important;
    row-gap: 20px !important;
  }
  #featured-products .product-menu-heading strong {
    font-size: clamp(32px, 9vw, 54px) !important;
  }
  #featured-products .product-category-strip {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: calc(50vw - 85px) !important;
    padding-right: calc(50vw - 85px) !important;
  }
}

/* Final event hero override. Keep this after rollback rules. */
.visual-product-scene {
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 34%, rgba(122, 240, 184, 0.10), transparent 34rem),
    radial-gradient(circle at 78% 48%, rgba(255, 139, 64, 0.07), transparent 30rem),
    linear-gradient(180deg, #07100f 0%, #030808 100%) !important;
}

.visual-product-scene .visual-product-stage {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-top: clamp(96px, 16vh, 150px) !important;
  place-items: center !important;
}

.visual-product-scene .visual-product-rail {
  width: 100vw !important;
  max-width: none !important;
  min-height: 310px !important;
  padding: 28px calc(50vw - 86px) 42px !important;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card {
  width: clamp(150px, 12vw, 188px) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
  width: clamp(280px, 25vw, 380px) !important;
}

.visual-product-scene .visual-promo-drawer {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 200 !important;
  width: min(70vw, 1040px) !important;
  min-width: min(620px, calc(100vw - 32px)) !important;
  min-height: min(70vh, 720px) !important;
  max-height: min(76vh, 760px) !important;
  margin: 0 !important;
  transform: translate(-50%, -46%) scale(0.94) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  border-radius: 12px !important;
}

.visual-product-scene .visual-promo-drawer.is-open {
  transform: translate(-50%, -50%) scale(1) !important;
}

.visual-product-scene .visual-promo-drawer.has-no-image .visual-drawer-bar {
  min-height: auto !important;
}

.visual-product-scene .visual-promo-drawer.has-no-image .visual-drawer-bar h2 {
  font-size: clamp(52px, 7.2vw, 112px) !important;
  line-height: 0.96 !important;
}

/* Event hero polish: centered rail and 70% promotion overlay. */
.visual-product-scene {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 34%, rgba(122, 240, 184, 0.10), transparent 34rem),
    radial-gradient(circle at 78% 48%, rgba(255, 139, 64, 0.07), transparent 30rem),
    linear-gradient(180deg, #07100f 0%, #030808 100%);
}

.visual-product-scene .visual-product-stage {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: clamp(96px, 16vh, 150px);
  place-items: center;
}

.visual-product-scene .visual-rail-tools {
  right: max(24px, calc(50vw - 520px));
  top: clamp(34px, 8vh, 82px);
}

.visual-product-scene .visual-product-rail {
  width: 100vw;
  max-width: none;
  min-height: 310px;
  padding: 28px calc(50vw - 86px) 42px;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.visual-product-scene .visual-product-card.visual-event-menu-card {
  width: clamp(150px, 12vw, 188px);
}

.visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
  width: clamp(280px, 25vw, 380px);
}

.visual-product-scene .visual-promo-drawer {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 200;
  width: min(70vw, 1040px);
  min-width: min(620px, calc(100vw - 32px));
  min-height: min(70vh, 720px);
  max-height: min(76vh, 760px);
  margin: 0;
  transform: translate(-50%, -46%) scale(0.94);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
}

.visual-product-scene .visual-promo-drawer.is-open {
  transform: translate(-50%, -50%) scale(1);
}

.visual-product-scene .visual-promo-drawer.has-no-image .visual-drawer-bar {
  min-height: auto;
}

.visual-product-scene .visual-promo-drawer.has-no-image .visual-drawer-bar h2 {
  font-size: clamp(52px, 7.2vw, 112px);
  line-height: 0.96;
}

.visual-product-scene .visual-drawer-actions {
  justify-content: flex-start;
}

@media (max-width: 760px) {
  .visual-product-scene .visual-product-stage {
    padding-top: 120px;
  }
  .visual-product-scene .visual-product-rail {
    min-height: 270px;
    padding-left: calc(50vw - 70px);
    padding-right: calc(50vw - 70px);
  }
  .visual-product-scene .visual-product-card.visual-event-menu-card {
    width: 136px;
  }
  .visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
    width: min(74vw, 300px);
  }
  .visual-product-scene .visual-promo-drawer {
    width: calc(100vw - 28px);
    min-width: 0;
    min-height: 70vh;
  }
}

/* Event hero: icon menu + in-place promotion expansion. */
.visual-product-scene {
  display: grid;
  align-content: center;
  min-height: 100svh;
  padding: 112px clamp(22px, 5vw, 72px) 70px;
}

.visual-product-scene .visual-bg-word {
  opacity: 0.07;
}

.visual-product-scene .visual-scene-copy {
  display: none;
}

.visual-product-scene .visual-scene-copy p {
  color: #86efac;
  font-size: 14px;
  font-weight: 900;
}

.visual-product-scene .visual-product-stage {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-top: clamp(70px, 10vh, 118px);
}

.visual-product-scene .visual-rail-tools {
  top: clamp(18px, 5vh, 46px);
  right: clamp(0px, 3vw, 40px);
}

.visual-product-scene .visual-product-rail {
  min-height: 250px;
  align-items: center;
  gap: clamp(12px, 1.6vw, 22px);
  padding: 18px max(46vw, 260px);
}

.visual-product-scene .visual-product-card.visual-event-menu-card {
  position: relative;
  width: clamp(132px, 10vw, 168px);
  aspect-ratio: 1 / 1.18;
  min-height: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.visual-product-scene .visual-product-card.visual-event-menu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(2, 8, 7, 0.05) 0%, rgba(2, 8, 7, 0.36) 54%, rgba(2, 8, 7, 0.82) 100%);
  pointer-events: none;
}

.visual-product-scene .visual-product-card.visual-event-menu-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.02) contrast(1.02);
}

.visual-product-scene .visual-product-card.visual-event-menu-card.has-no-image {
  background:
    radial-gradient(circle at 50% 34%, rgba(134, 239, 172, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(25, 39, 35, 0.88), rgba(9, 14, 13, 0.92));
}

.visual-product-scene .visual-product-card.visual-event-menu-card.has-no-image::before {
  background: linear-gradient(180deg, rgba(2, 8, 7, 0.08) 0%, rgba(2, 8, 7, 0.34) 100%);
}

.visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  height: 54px;
  padding: 0 10px;
  border-radius: 999px;
  color: #081411;
  background: rgba(134, 239, 172, 0.92);
  font-size: 12px;
  font-weight: 1000;
}

.visual-product-scene .visual-product-card.visual-event-menu-card strong,
.visual-product-scene .visual-product-card.visual-event-menu-card small {
  left: 18px;
  right: 18px;
  z-index: 3;
  text-align: left;
}

.visual-product-scene .visual-product-card.visual-event-menu-card strong {
  bottom: 38px;
  font-size: clamp(18px, 1.35vw, 24px);
}

.visual-product-scene .visual-product-card.visual-event-menu-card small {
  bottom: 17px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
}

.visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
  width: clamp(240px, 22vw, 340px);
  aspect-ratio: 1 / 1.12;
  border-color: rgba(134, 239, 172, 0.7);
  box-shadow: 0 0 0 1px rgba(134, 239, 172, 0.24), 0 24px 70px rgba(0, 0, 0, 0.5);
}

.visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded strong {
  font-size: clamp(26px, 2.4vw, 42px);
  line-height: 1.05;
}

.visual-product-scene .visual-promo-drawer {
  width: min(880px, calc(100vw - 48px));
  margin: 12px auto 0;
  border-radius: 10px;
}

.visual-product-scene .visual-promo-drawer.is-open {
  transform: translateY(0);
}

.visual-product-scene .visual-promo-frame {
  max-height: min(46vh, 420px);
  background: #050807;
}

.visual-product-scene .visual-promo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-product-scene .visual-promo-drawer.has-no-image {
  grid-template-columns: 1fr;
}

.visual-product-scene .visual-promo-drawer.has-no-image .visual-drawer-bar {
  min-height: 160px;
}

.visual-product-scene .visual-drawer-actions a {
  background: #86efac;
  color: #06100d;
}

@media (max-width: 760px) {
  .visual-product-scene {
    padding: 96px 18px 56px;
  }
  .visual-product-scene .visual-scene-copy {
    left: 20px;
    top: 96px;
  }
  .visual-product-scene .visual-product-stage {
    padding-top: 86px;
  }
  .visual-product-scene .visual-product-rail {
    min-height: 216px;
    padding: 14px max(42vw, 150px);
  }
  .visual-product-scene .visual-product-card.visual-event-menu-card {
    width: 122px;
  }
  .visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
    width: min(68vw, 250px);
  }
  .visual-product-scene .visual-promo-drawer {
    width: calc(100vw - 28px);
  }
}
.visual-logo-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  pointer-events: auto;
  mix-blend-mode: screen;
  opacity: 0.34;
}
.visual-logo-dot {
  width: 28px;
  height: 28px;
  border: 3px solid #7af0b8;
  border-radius: 999px;
  box-shadow: inset 0 0 0 8px rgba(122,240,184,0.18), 0 0 34px rgba(122,240,184,0.22);
}
.visual-logo-lockup strong {
  display: block;
  color: rgba(242,247,244,0.42);
  font-size: clamp(28px, 4.1vw, 60px);
  font-weight: 950;
  line-height: 0.86;
}
.visual-logo-lockup em {
  display: block;
  margin-top: 8px;
  color: rgba(122,240,184,0.98);
  font-size: clamp(14px, 1.5vw, 22px);
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  transition: opacity 0.26s ease, transform 0.26s ease;
}
.visual-logo-lockup em.is-fading {
  opacity: 0;
  transform: translateY(12px);
}
.visual-home-scene {
  position: relative;
  min-height: 100svh;
  padding: 132px clamp(18px, 5vw, 76px) 58px;
  overflow: hidden;
  color: #f2f7f4;
  background:
    radial-gradient(circle at 50% 4%, rgba(122,240,184,0.15), transparent 26rem),
    radial-gradient(circle at 86% 18%, rgba(255,140,61,0.12), transparent 22rem),
    linear-gradient(180deg, #05090a, #0b1719 48%, #061011);
}
.visual-product-scene {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  min-height: 100svh;
}
.visual-event-scene {
  display: grid;
  align-items: center;
  min-height: 100svh;
}
.visual-home-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at 50% 48%, #000, transparent 72%);
  opacity: 0.26;
  pointer-events: none;
}
.visual-bg-word {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  color: rgba(242,247,244,0.035);
  font-size: clamp(86px, 18vw, 260px);
  font-weight: 950;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}
.visual-scene-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}
.visual-scene-copy p,
.visual-promo-drawer p {
  margin: 0 0 12px;
  color: #7af0b8;
  font-size: 13px;
  font-weight: 950;
}
.visual-scene-copy h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(48px, 7vw, 98px);
  line-height: 0.92;
  letter-spacing: 0;
  word-break: keep-all;
}
.visual-event-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(420px, 1.08fr);
  grid-template-areas:
    "copy board"
    "deals board";
  gap: 24px;
  align-items: end;
}
.visual-event-copy {
  grid-area: copy;
  max-width: 720px;
}
.visual-event-copy strong {
  display: block;
  max-width: 560px;
  margin-top: 22px;
  color: rgba(242,247,244,0.68);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.55;
}
.visual-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.visual-event-actions a,
.visual-event-card em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  color: #06110d;
  background: #7af0b8;
  font-weight: 950;
  text-decoration: none;
}
.visual-event-actions a + a {
  color: #f2f7f4;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
}
.visual-event-board {
  grid-area: board;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.visual-event-card {
  min-height: 170px;
  padding: 22px;
  color: #f2f7f4;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,255,255,0.04)),
    rgba(8,17,18,0.72);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
  backdrop-filter: blur(18px);
}
.visual-event-card.is-main {
  grid-column: 1 / -1;
  min-height: 245px;
  background:
    radial-gradient(circle at 16% 8%, rgba(122,240,184,0.20), transparent 22rem),
    radial-gradient(circle at 96% 18%, rgba(255,140,61,0.14), transparent 20rem),
    rgba(8,17,18,0.78);
  border-color: rgba(122,240,184,0.42);
}
.visual-event-card span,
.visual-event-deal span {
  color: #7af0b8;
  font-size: 12px;
  font-weight: 950;
}
.visual-event-card h2 {
  margin-top: 14px;
  color: #f2f7f4;
  font-size: clamp(24px, 3vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}
.visual-event-card p {
  margin-top: 12px;
  color: rgba(242,247,244,0.62);
  font-weight: 700;
}
.visual-event-card em {
  width: fit-content;
  margin-top: 20px;
  font-style: normal;
}
.visual-event-deals {
  grid-area: deals;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.visual-event-deal {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.055);
}
.visual-event-deal strong,
.visual-event-deal em {
  display: block;
  margin-top: 5px;
  color: #f2f7f4;
  font-style: normal;
  font-weight: 900;
}
.visual-event-deal em {
  color: #7af0b8;
}
.visual-product-stage {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  margin-top: 34px;
}
.visual-rail-tools {
  position: absolute;
  z-index: 8;
  right: 0;
  top: -54px;
  display: flex;
  gap: 10px;
}
.visual-rail-tools button,
.visual-preview-toggle button,
#visualClosePromo {
  color: #f2f7f4;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(14px);
  cursor: pointer;
}
.visual-rail-tools button {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 30px;
  line-height: 1;
}
.visual-product-rail {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.8vw, 24px);
  width: min(100%, 1180px);
  min-height: 260px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 30px calc(50% - 74px) 38px;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.visual-product-rail::-webkit-scrollbar { display: none; }
.visual-product-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(116px, 10vw, 148px);
  aspect-ratio: 4 / 5;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  background: #111;
  box-shadow: 0 22px 54px rgba(0,0,0,0.35);
  scroll-snap-align: center;
  cursor: pointer;
  transition: width 0.34s ease, transform 0.34s ease, opacity 0.34s ease, border-color 0.34s ease;
}
.visual-product-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.34s ease;
}
.visual-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82), transparent 52%);
}
.visual-product-card strong,
.visual-product-card small {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  text-align: left;
}
.visual-product-card strong {
  bottom: 34px;
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
}
.visual-product-card small {
  bottom: 15px;
  color: rgba(255,255,255,0.65);
  font-size: 11px;
}
.visual-product-card.is-dimmed {
  opacity: 0.42;
  transform: scale(0.92);
}
.visual-product-card.is-expanded {
  width: clamp(196px, 18vw, 270px);
  transform: translateY(-12px);
  border-color: rgba(122,240,184,0.85);
  box-shadow: 0 0 0 4px rgba(122,240,184,0.12), 0 34px 80px rgba(0,0,0,0.45);
}
.visual-product-card.is-expanded img { transform: scale(1.04); }
.visual-product-card.is-expanded strong { font-size: clamp(22px, 2.4vw, 34px); }
.visual-product-card.is-expanded small { font-size: 14px; }
.visual-hint {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  color: rgba(242,247,244,0.62);
  font-size: 13px;
}
.visual-hint span {
  color: #f2f7f4;
  font-weight: 900;
}
.visual-hint i {
  width: 22px;
  height: 1px;
  background: rgba(255,255,255,0.24);
}
.visual-promo-drawer {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  display: block;
  width: min(1040px, calc(100vw - 36px));
  max-height: min(82vh, 760px);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -44%) scale(0.92);
  padding: 28px;
  border: 1px solid rgba(122,240,184,0.24);
  box-shadow: 0 44px 140px rgba(0,0,0,0.72), 0 0 0 999px rgba(3,7,8,0.48);
  background:
    radial-gradient(circle at 22% 16%, rgba(122,240,184,0.12), transparent 24rem),
    #05090a;
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
}
.visual-promo-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.visual-drawer-bar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.visual-drawer-bar h2 {
  margin: 0;
  font-size: clamp(28px, 5vw, 78px);
  line-height: 0.95;
  word-break: keep-all;
}
.visual-preview-toggle {
  display: flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
}
.visual-preview-toggle button {
  min-width: 48px;
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 950;
}
.visual-preview-toggle button.is-active {
  color: #06110d;
  background: #7af0b8;
}
.visual-promo-frame {
  width: 100%;
  aspect-ratio: 1920 / 860;
  overflow: hidden;
  background: #061011;
  box-shadow: 0 34px 100px rgba(0,0,0,0.5);
}
.visual-promo-frame.is-mobile {
  width: min(420px, 86vw);
  aspect-ratio: 750 / 1308;
  margin: 0 auto;
}
.visual-promo-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.visual-drawer-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
.visual-drawer-actions a,
.visual-drawer-actions button {
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 950;
  text-decoration: none;
}
.visual-drawer-actions a {
  color: #06110d;
  background: #7af0b8;
}
.visual-menu-scene {
  min-height: 100svh;
  display: grid;
  place-items: center;
}
.visual-menu-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.visual-menu-card {
  display: block;
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
  color: #f2f7f4;
  text-decoration: none;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.visual-menu-card:hover {
  transform: translateY(-6px);
  border-color: rgba(122,240,184,0.55);
  background: rgba(122,240,184,0.08);
}
.visual-menu-card span {
  display: block;
  color: #7af0b8;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 42px;
}
.visual-menu-card strong {
  display: block;
  font-size: clamp(22px, 2.5vw, 38px);
  line-height: 1;
  margin-bottom: 12px;
  word-break: keep-all;
}
.visual-menu-card small {
  color: rgba(242,247,244,0.66);
  font-size: 14px;
  font-weight: 800;
}
@media (max-width: 860px) {
  .visual-fixed-logo { top: 24px; }
  .visual-logo-lockup strong { font-size: 44px; }
  .visual-logo-dot { width: 26px; height: 26px; }
  .visual-home-scene { padding: 124px 14px 64px; }
  .visual-scene-copy h1 { font-size: 46px; }
  .visual-product-rail {
    min-height: 330px;
    padding: 24px calc(50% - 58px) 42px;
  }
  .visual-product-card {
    width: 116px;
    border-radius: 16px;
  }
  .visual-product-card.is-expanded { width: min(58vw, 248px); }
  .visual-promo-drawer {
    top: 52%;
    width: calc(100vw - 24px);
    max-height: 78vh;
    padding: 18px;
  }
  .visual-drawer-bar {
    align-items: start;
    flex-direction: column;
  }
  .visual-menu-grid { grid-template-columns: 1fr; }
  .visual-menu-card {
    min-height: 180px;
    padding: 24px;
  }
  .visual-menu-card span { margin-bottom: 34px; }
}
.hero-stage { width: 100%; max-width: 1280px; margin: 24px auto 0; height: 640px; position: relative; perspective: 1500px; touch-action: pan-y; }
.hero-scene { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; transition: transform 0.15s ease-out; }
.hero-card { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; gap: 56px; padding: 76px; border-radius: 32px; color: #fff; backdrop-filter: blur(20px); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 30px 80px rgba(0,0,0,0.28); opacity: 0; transform: translateZ(-200px) scale(0.85); transition: all 0.7s cubic-bezier(.2,.7,.2,1); pointer-events: none; overflow: hidden; }
.hero-card.active { opacity: 1; transform: translateZ(0) scale(1); pointer-events: auto; }
.hero-card.active::before { content: ""; position: absolute; inset: 0; border-radius: 32px; background: var(--g); opacity: 0.88; z-index: -1; }
.hero-card::after { content: ""; position: absolute; right: -12%; top: -28%; width: 46%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,0.18); filter: blur(14px); transform: translateZ(10px); }
.hero-content { max-width: 700px; position: relative; z-index: 2; transform-style: preserve-3d; }
.hero-content h1 { font-size: 58px; font-weight: 900; line-height: 1.12; margin-bottom: 18px; transform: translateZ(60px); letter-spacing: 0; }
.hero-content p { font-size: 21px; opacity: 0.92; margin-bottom: 32px; transform: translateZ(40px); }
.hero-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: #222; padding: 16px 36px; border-radius: 12px; text-decoration: none; font-weight: 800; border: 0; cursor: pointer; min-height: 50px; font-size: 15px; transform: translateZ(50px); box-shadow: 0 10px 30px rgba(0,0,0,0.24); transition: box-shadow 0.2s, transform 0.2s; }
.hero-cta:hover, .hero-cta.touch-glow { box-shadow: 0 12px 34px color-mix(in srgb, var(--slide-accent, #ff6b2b) 42%, rgba(255,255,255,0.4)); }
.button { background: linear-gradient(135deg, var(--accent, #ff6b2b), var(--accent2, #ff8f00)); color: #fff; transform: none; }
.button:hover { box-shadow: 0 10px 24px color-mix(in srgb, var(--accent, #ff6b2b) 36%, transparent); }
.hero-visual { width: 380px; height: 380px; flex: 0 0 380px; background: rgba(255,255,255,0.18); border-radius: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.82); font-size: 14px; font-weight: 700; border: 0; transform: translateZ(80px) rotateY(-8deg); overflow: hidden; position: relative; z-index: 2; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-arrow { position: absolute; top: 50%; z-index: 12; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(0,0,0,0.28); color: #fff; font-size: 18px; font-weight: 800; cursor: pointer; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; transition: background 0.2s, transform 0.2s; }
.hero-arrow:hover { background: rgba(0,0,0,0.42); transform: translateY(-50%) scale(1.04); }
.hero-arrow-prev { left: 22px; }
.hero-arrow-next { right: 22px; }
.hero-nav { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; z-index: 10; }
.hero-nav button { width: 48px; height: 6px; border-radius: 3px; background: rgba(255,255,255,0.25); border: none; cursor: pointer; transition: all 0.3s; padding: 0; }
.hero-nav button.active { background: #fff; width: 72px; }
.block { padding: 80px 0; }
.block-title { font-size: 28px; font-weight: 800; margin-bottom: 32px; }
.mega-help { font-size: 13px; color: #666; margin: -18px 0 18px; }
.mega-products-menu { display: flex; gap: 16px; min-height: 560px; transition: gap 0.4s ease; }
.mega-cat { flex: 1; min-width: 0; background: #fff; border-radius: 20px; padding: 36px 28px; text-align: center; border: 1px solid #eee; border-bottom: 4px solid var(--daboni-orange); cursor: pointer; transition: flex 0.45s cubic-bezier(.2,.7,.2,1), opacity 0.25s, box-shadow 0.25s, transform 0.25s; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.mega-cat.filter { border-bottom-color: var(--daboni-blue); }
.mega-cat.wash { border-bottom-color: var(--daboni-purple); }
.mega-cat:hover, .mega-cat:focus-within, .mega-cat.open { flex: 7; cursor: default; padding: 24px; text-align: left; align-items: stretch; justify-content: flex-start; box-shadow: var(--card-shadow); }
.mega-products-menu:has(.mega-cat:hover) .mega-cat:not(:hover), .mega-products-menu:has(.mega-cat:focus-within) .mega-cat:not(:focus-within), .mega-products-menu.has-open .mega-cat:not(.open) { flex: 0.08; opacity: 0.38; }
.mega-products-menu:has(.mega-cat:hover) .mega-cat:not(:hover) > *:not(.expand), .mega-products-menu:has(.mega-cat:focus-within) .mega-cat:not(:focus-within) > *:not(.expand), .mega-products-menu.has-open .mega-cat:not(.open) > *:not(.expand) { display: none; }
.mega-cat .main-thumb { width: 160px; height: 160px; border-radius: 18px; background: #f7f7f7; border: 1px dashed #ddd; display: flex; align-items: center; justify-content: center; color: #aaa; font-size: 13px; margin-bottom: 20px; overflow: hidden; aspect-ratio: 1 / 1; text-align: center; }
.mega-cat .main-thumb img, .mega-prod .prod-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mega-cat h3 { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
.mega-cat p { font-size: 14px; color: #666; }
.mega-cat:hover .main-thumb, .mega-cat:focus-within .main-thumb, .mega-cat.open .main-thumb { display: none; }
.mega-cat:hover > h3, .mega-cat:focus-within > h3, .mega-cat.open > h3 { font-size: 22px; margin-bottom: 4px; }
.mega-cat:hover > p, .mega-cat:focus-within > p, .mega-cat.open > p { margin-bottom: 16px; text-align: left; }
.expand { display: none; flex: 1; gap: 20px; overflow: hidden; align-items: stretch; }
.mega-cat:hover .expand, .mega-cat:focus-within .expand, .mega-cat.open .expand { display: flex; }
.mega-grid { flex: 1.4; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; overflow: auto; align-content: start; padding-right: 2px; }
.sub-divider { grid-column: 1 / -1; font-size: 11px; font-weight: 900; color: #888; letter-spacing: 0.4px; padding: 6px 4px 2px; border-bottom: 1px dashed #e5e5e5; margin-top: 2px; }
.mega-prod { background: #fafafa; border: 1px solid #eee; border-radius: 14px; padding: 10px; display: flex; flex-direction: column; align-items: center; cursor: pointer; transition: transform 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s; text-decoration: none; color: #222; }
.mega-prod:hover, .mega-prod:focus { background: #fff4ed; border-color: var(--daboni-orange); transform: translateY(-3px); box-shadow: 0 8px 22px rgba(255,107,43,0.16); outline: none; }
.mega-cat.filter .mega-prod:hover, .mega-cat.filter .mega-prod:focus { background: #eef4ff; border-color: var(--daboni-blue); box-shadow: 0 8px 22px rgba(43,107,255,0.14); }
.mega-cat.wash .mega-prod:hover, .mega-cat.wash .mega-prod:focus { background: #f5eeff; border-color: var(--daboni-purple); box-shadow: 0 8px 22px rgba(139,63,240,0.14); }
.mega-prod .prod-thumb { width: 100%; aspect-ratio: 1 / 1; background: #fff; border: 1px solid #eee; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #aaa; font-size: 11px; margin-bottom: 8px; overflow: hidden; }
.mega-prod .pname { font-size: 13px; font-weight: 900; text-align: center; line-height: 1.35; word-break: keep-all; }
.mega-prod .sub { font-size: 11px; color: #777; font-weight: 700; margin-top: 2px; text-align: center; line-height: 1.3; }
.mega-info { flex: 1; background: #fafafa; border-radius: 14px; padding: 20px; display: flex; flex-direction: column; gap: 12px; border: 1px solid #eee; overflow: auto; }
.info-title { font-size: 12px; font-weight: 900; color: var(--daboni-orange); letter-spacing: 0.4px; }
.mega-cat.filter .info-title { color: var(--daboni-blue); }
.mega-cat.wash .info-title { color: var(--daboni-purple); }
.info-name { font-size: 18px; font-weight: 900; }
.info-desc { font-size: 13px; line-height: 1.65; color: #444; }
.info-empty { font-size: 13px; color: #999; text-align: center; padding: 20px 0; flex: 1; display: flex; align-items: center; justify-content: center; }
.buy-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 11px 20px; background: #222; color: #fff; border-radius: 10px; text-decoration: none; font-weight: 900; font-size: 13px; width: fit-content; transition: box-shadow 0.2s, transform 0.2s; }
.buy-btn:hover, .buy-btn.touch-glow { transform: translateY(-1px); box-shadow: 0 0 0 4px rgba(255,107,43,0.14), 0 12px 28px rgba(255,107,43,0.26); }
.mega-info hr { border: none; border-top: 1px dashed #ddd; margin: 6px 0; }
.size-box label { font-size: 11px; font-weight: 900; color: #666; display: block; margin-bottom: 6px; }
.size-box .ctrl { display: flex; gap: 6px; }
.size-box input { flex: 1; min-width: 0; padding: 10px 12px; border: 1px solid #ddd; border-radius: 10px; font: inherit; font-size: 13px; }
.size-box input:focus { outline: none; border-color: var(--daboni-orange); box-shadow: 0 0 0 4px rgba(255,107,43,0.1); }
.size-box button { padding: 10px 16px; background: var(--daboni-orange); color: #fff; border: none; border-radius: 10px; font-weight: 900; font-size: 13px; cursor: pointer; transition: box-shadow 0.2s, transform 0.2s; }
.mega-cat.filter .size-box button { background: var(--daboni-blue); }
.mega-cat.wash .size-box button { background: var(--daboni-purple); }
.size-box button:hover, .size-box button.touch-glow { transform: translateY(-1px); box-shadow: 0 0 0 4px rgba(255,107,43,0.14), 0 12px 24px rgba(255,107,43,0.22); }
.results { margin-top: 10px; display: none; max-height: 280px; overflow: auto; border: 1px solid #eee; border-radius: 10px; background: #fff; }
.results.show { display: block; }
.result-item { padding: 12px; border-bottom: 1px solid #f0f0f0; }
.result-item:last-child { border-bottom: none; }
.result-item:hover { background: #fafafa; }
.result-item .model { font-size: 13px; font-weight: 900; color: #222; margin-bottom: 4px; }
.result-item .year { font-size: 11px; color: #888; margin-bottom: 6px; }
.size-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.size-tag { font-size: 11px; background: #fff4ed; color: var(--daboni-orange); padding: 4px 8px; border-radius: 6px; font-weight: 800; }
.mega-cat.filter .size-tag { background: #eef4ff; color: var(--daboni-blue); }
.empty-result, .mega-empty { padding: 12px; color: #999; font-size: 12px; text-align: center; border-radius: 10px; background: #fafafa; }
.size-link { display: block; text-align: center; margin-top: 10px; font-size: 11px; color: var(--daboni-orange); font-weight: 800; text-decoration: none; }
.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cat { display: block; background: #fff; border-radius: 12px; padding: 40px 24px; text-align: center; border: 1px solid #f2f2f2; border-bottom: 3px solid var(--category-color, color-mix(in srgb, var(--accent, #ff6b2b) 55%, #eee)); transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; }
.cat:hover { transform: translateY(-4px); box-shadow: 0 8px 24px color-mix(in srgb, var(--category-color, var(--accent, #ff6b2b)) 16%, transparent); border-color: color-mix(in srgb, var(--category-color, var(--accent, #ff6b2b)) 32%, #f2f2f2); }
.cat .icon { width: 120px; height: 120px; margin: 0 auto 20px; background: #f7f7f7; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 42px; color: #999; font-weight: 700; }
.cat h2 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.cat p { font-size: 14px; color: #666; }
.cat.wiper, .cat.filter, .cat.carwash { border-bottom-color: var(--category-color, var(--accent, #ff6b2b)); }
.category-card { position: relative; cursor: default; }
.category-size-link { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; margin-top: 16px; padding: 8px 14px; border-radius: 10px; background: color-mix(in srgb, var(--category-color, #ff6b2b) 12%, #fff); color: var(--category-color, #ff6b2b); border: 1px solid color-mix(in srgb, var(--category-color, #ff6b2b) 30%, #eee); font-size: 13px; font-weight: 800; text-decoration: none; }
.mega-menu { display: none; position: absolute; top: 100%; left: 0; right: auto; width: min(720px, calc(100vw - 40px)); z-index: 100; margin-top: 10px; padding: 18px; background: #fff; border: 1px solid #eee; border-top: 3px solid var(--category-color, #ff6b2b); border-radius: 12px; box-shadow: 0 18px 46px rgba(0,0,0,0.16); text-align: left; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.category-card:hover .mega-menu, .category-card:focus-within .mega-menu { display: grid; }
.mega-column { min-width: 0; }
.mega-column h3 { margin-bottom: 10px; color: #222; font-size: 15px; font-weight: 900; }
.mega-products { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.mega-product { position: relative; padding: 9px 10px; border-radius: 8px; background: #fafafa; color: #333; font-size: 14px; font-weight: 700; }
.mega-product:hover { background: color-mix(in srgb, var(--category-color, #ff6b2b) 9%, #fff); color: var(--category-color, #ff6b2b); }
.mega-empty { padding: 9px 10px; border-radius: 8px; background: #fafafa; color: #999; font-size: 13px; }
.product-tooltip { display: none; position: absolute; left: calc(100% + 10px); top: 0; width: 300px; z-index: 110; padding: 14px; border-radius: 12px; background: #fff; border: 1px solid #eee; box-shadow: 0 14px 34px rgba(0,0,0,0.16); color: #222; }
.mega-product:hover .product-tooltip, .mega-product:focus-within .product-tooltip { display: block; }
.product-tooltip strong { display: block; margin-bottom: 6px; font-size: 15px; font-weight: 900; }
.product-tooltip p { color: #555; font-size: 13px; line-height: 1.45; margin-bottom: 12px; }
.tooltip-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.tooltip-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 7px 11px; border-radius: 9px; background: var(--category-color, #ff6b2b); color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.deals-section { background: #f7f7f7; }
.deals { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.deal { background: #fff; border-radius: 12px; padding: 20px; display: block; text-decoration: none; color: inherit; transition: transform 0.18s, box-shadow 0.18s; }
a.deal:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.thumb { width: 100%; aspect-ratio: 1; background: #eee; border-radius: 8px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; color: #aaa; font-size: 14px; overflow: hidden; }
.badge { display: inline-block; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 700; margin-bottom: 8px; color: #fff; }
.badge.gold { background: var(--accent2, #ffb800); }
.badge.naver { background: #03c75a; }
.badge.kakao { background: #fee500; color: #3c1e1e; }
.deal .name { font-size: 14px; margin-bottom: 4px; min-height: 44px; }
.deal .price { font-size: 18px; font-weight: 800; }
.notice-box { margin-top: 28px; background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 24px; display: flex; gap: 18px; align-items: center; justify-content: space-between; }
.notice-box strong { display: block; margin-bottom: 4px; }
.notice-form { display: flex; gap: 8px; min-width: min(420px, 100%); }
.notice-form input { flex: 1; min-width: 0; padding: 14px 16px; border: 1px solid #ddd; border-radius: 8px; font: inherit; }
.agree { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #666; margin-top: 8px; }
.links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.link-card { display: block; padding: 40px; border-radius: 16px; color: #fff; text-decoration: none; transition: transform 0.2s; min-height: 220px; position: relative; overflow: hidden; }
.link-card:hover { transform: translateY(-4px); }
.link-card .ic { font-size: 14px; margin-bottom: 16px; opacity: 0.9; font-weight: 800; }
.link-card h2 { font-size: 22px; font-weight: 800; margin-bottom: 8px; line-height: 1.3; }
.link-card p { font-size: 14px; opacity: 0.85; }
.link-card.ev { background: linear-gradient(135deg, var(--accent, #ff6b2b) 0%, var(--accent2, #ff8f00) 100%); }
.link-card.lg { background: #1a1a1a; }
.link-card.sz { background: color-mix(in srgb, var(--accent, #ff6b2b) 30%, #1a2e4a); }
.site-footer { padding: 40px 0; border-top: 1px solid color-mix(in srgb, var(--accent, #ff6b2b) 18%, #f0f0f0); text-align: center; color: #999; font-size: 13px; margin-top: 40px; }
.message { margin-top: 10px; font-size: 13px; color: color-mix(in srgb, var(--accent, #ff6b2b) 42%, #1a2e4a); }
@media (max-width: 860px) {
  .hero-stage { height: 600px; margin-top: 14px; }
  .hero-card { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 14px; padding: 28px 22px 56px; border-radius: 22px; }
  .hero-card.active::before { border-radius: 22px; }
  .hero-content { max-width: 100%; text-align: center; }
  .hero-content h1 { font-size: 34px; line-height: 1.22; margin-bottom: 12px; word-break: keep-all; }
  .hero-content p { font-size: 17px; line-height: 1.5; margin-bottom: 16px; word-break: keep-all; }
  .hero-cta { display: inline-block; min-height: 42px; padding: 11px 24px; font-size: 13px; }
  .hero-visual { width: 280px !important; height: 280px !important; flex: 0 0 280px !important; aspect-ratio: 1 / 1; margin: 4px auto 0; border-radius: 22px; transform: translateZ(40px); }
  .hero-arrow { width: 38px; height: 38px; font-size: 14px; }
  .hero-arrow-prev { left: 10px; }
  .hero-arrow-next { right: 10px; }
  .hero-nav { bottom: 18px; }
  .hero-nav button { width: 30px; height: 4px; }
  .hero-nav button.active { width: 48px; }
  .cats, .links { grid-template-columns: 1fr; }
  .mega-products-menu { flex-direction: column; min-height: 0; gap: 14px; }
  .mega-cat, .mega-cat:hover, .mega-cat:focus-within { flex: none; min-height: auto; padding: 24px 20px; }
  .mega-cat .main-thumb { width: 120px; height: 120px; margin-bottom: 14px; }
  .mega-cat:hover, .mega-cat:focus-within { text-align: center; align-items: center; cursor: pointer; box-shadow: none; transform: none; }
  .mega-cat.open { cursor: default; padding: 20px; text-align: left; align-items: stretch; box-shadow: var(--card-shadow); }
  .mega-cat:hover .expand, .mega-cat:focus-within .expand { display: none; }
  .mega-cat.open .expand { display: flex; flex-direction: column; }
  .mega-cat.open .main-thumb { display: none; }
  .mega-products-menu:has(.mega-cat:hover) .mega-cat, .mega-products-menu:has(.mega-cat:focus-within) .mega-cat, .mega-products-menu.has-open .mega-cat { flex: none; opacity: 1; }
  .mega-products-menu:has(.mega-cat:hover) .mega-cat > *:not(.expand), .mega-products-menu:has(.mega-cat:focus-within) .mega-cat > *:not(.expand), .mega-products-menu.has-open .mega-cat > *:not(.expand) { display: flex; }
  .mega-products-menu:has(.mega-cat:hover) .mega-cat h3, .mega-products-menu:has(.mega-cat:hover) .mega-cat p, .mega-products-menu:has(.mega-cat:focus-within) .mega-cat h3, .mega-products-menu:has(.mega-cat:focus-within) .mega-cat p, .mega-products-menu.has-open .mega-cat h3, .mega-products-menu.has-open .mega-cat p { display: block; }
  .mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .size-box .ctrl { flex-direction: column; }
  .category-card:hover .mega-menu, .category-card:focus-within .mega-menu { display: none; }
  .category-card.active .mega-menu { display: block; position: static; width: 100%; margin-top: 16px; }
  .product-tooltip { position: static; width: 100%; margin-top: 8px; }
  .mega-product:hover .product-tooltip, .mega-product:focus-within .product-tooltip { display: block; }
  .deals { display: flex; overflow-x: auto; padding-bottom: 8px; }
  .deal { min-width: 220px; }
  .notice-box, .notice-form { display: block; }
  .notice-form input, .notice-form button { width: 100%; margin-top: 8px; }
  .block { padding: 48px 0; }
}
@media (max-width: 480px) {
  .hero-stage { height: 560px; }
  .hero-card { padding: 24px 18px 56px; gap: 12px; }
  .hero-content h1 { font-size: 30px; }
  .hero-content p { font-size: 16px; }
  .hero-visual { width: 240px !important; height: 240px !important; flex: 0 0 240px !important; aspect-ratio: 1 / 1; }
}

/* ===== 영상 행 (영상 + 텍스트 좌우 50:50, 좌우 교차) ===== */
.video-row { background: #fff; padding: 50px 0; }
.video-row.alt { background: #f7f7f7; }
.video-wrap { display: grid; grid-template-columns: 1.7fr 1fr; gap: 56px; align-items: stretch; }
.video-row.reverse .video-wrap { grid-template-columns: 1fr 1.7fr; }
.video-row.reverse .video-box { order: 2; }
.video-row.reverse .video-text { order: 1; }
.video-text { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; gap: 4px; }
.video-box {
  position: relative; aspect-ratio: 16/9; border-radius: 14px;
  overflow: hidden; background: #000; box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}
.video-box iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-text .vlabel {
  display: inline-block; align-self: flex-start; padding: 4px 10px;
  background: var(--accent, #ff6b2b); color: #fff;
  font-size: 12px; font-weight: 800; letter-spacing: 0.5px;
  border-radius: 4px; margin-bottom: 14px; width: auto;
}
.video-text h3 { font-size: 32px; font-weight: 800; margin: 0 0 14px; color: #1a2940; line-height: 1.3; word-break: keep-all; word-wrap: break-word; overflow-wrap: break-word; }
.video-text h2, .video-text h3, .video-text p { word-break: keep-all; word-wrap: break-word; overflow-wrap: break-word; }
.video-text p { font-size: 17px; color: #5a7090; margin: 0 0 22px; line-height: 1.65; }
.video-text > a {
  display: inline-block; align-self: flex-start; padding: 11px 20px;
  background: #1a2940; color: #fff; border-radius: 8px;
  text-decoration: none; font-weight: 800; font-size: 14px; width: auto;
}
.video-text > a:hover { background: var(--accent, #ff6b2b); }

@media (max-width: 768px) {
  .video-wrap, .video-row.reverse .video-wrap { grid-template-columns: 1fr; gap: 24px; }
  .video-row.reverse .video-box { order: 0; }
  .video-row.reverse .video-text { order: 0; }
  .video-text h3 { font-size: 24px; }
  .video-text p { font-size: 15px; }
}

/* ===== 카테고리 탭 (와이퍼·필터·세차용품) ===== */
.cat-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 10px; max-width: 420px; }
.cat-tab {
  display: flex; align-items: center; justify-content: center;
  padding: 12px 8px; background: #fff; border: 1.5px solid #e5e5e5; border-radius: 8px;
  cursor: pointer; transition: all 0.2s; color: #5a7090;
  font-family: inherit; font-weight: 800; font-size: 11px;
}
.cat-tab:hover { transform: translateY(-1px); }
.cat-tab.active { color: #fff; border-color: transparent; }
.cat-tab.side.active { background: linear-gradient(135deg, var(--accent, #ff6b2b) 0%, var(--accent2, #ff8f00) 100%); box-shadow: 0 3px 10px rgba(255,107,43,0.28); }
.cat-tab.mid.active  { background: color-mix(in srgb, var(--accent, #ff6b2b) 30%, #1a2e4a); box-shadow: 0 3px 10px rgba(74,46,26,0.28); }

/* 영상 #2 안내문구 — .video-text p override */
.video-text p.video-stack-note { font-size: 14px; color: #888; margin: 14px 0 0; line-height: 1.5; }

/* 영상 클릭 시 새 탭으로 재생목록 페이지 이동 (controls=0 상태에서만 작동) */
.video-overlay { position: absolute; inset: 0; z-index: 5; display: block; cursor: grab; background: transparent; user-select: none; -webkit-user-select: none; }
.video-overlay:active { cursor: grabbing; }

/* 영상 #3 — 후기 보러가기 + 사러가기 버튼 2개 */
.video-text-actions { display: flex; gap: 10px; align-self: flex-start; flex-wrap: wrap; }
.video-text-actions a, .video-text-actions button { display: inline-block; padding: 11px 20px; border-radius: 8px; text-decoration: none; font-weight: 800; font-size: 14px; transition: transform 0.2s, background 0.2s; border: 0; cursor: pointer; font-family: inherit; }
.video-text-actions a:hover, .video-text-actions button:hover { transform: translateY(-2px); }
.video-text-actions .btn-review { background: #1a2940; color: #fff; }
.video-text-actions .btn-review:hover { background: var(--accent, #ff6b2b); }
.video-text-actions .btn-shop   { background: var(--accent, #ff6b2b); color: #fff; }
.video-text-actions .btn-shop:hover { background: #1a2940; }

/* 사러가기 드롭다운 (쿠팡·네이버·카카오) */
.shop-wrap { position: relative; display: inline-block; }
.shop-dropdown {
  position: absolute; top: calc(100% + 8px); left: 0;
  background: #fff; border: 1px solid #e5e5e5; border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  z-index: 100; min-width: 220px; overflow: hidden;
}
.shop-dropdown .shop-opt {
  display: block; padding: 14px 18px;
  color: #1a2940; text-decoration: none;
  font-weight: 800; font-size: 13px;
  border-left: 4px solid transparent;
  border-radius: 0;
}
.shop-dropdown .shop-opt:hover { background: #f7f7f7; transform: none; }
.shop-dropdown .shop-opt.coupang { border-left-color: #FF6B2B; }
.shop-dropdown .shop-opt.naver   { border-left-color: #03C75A; }
.shop-dropdown .shop-opt.kakao   { border-left-color: #FEE500; }
.shop-dropdown .shop-opt .ch { display: block; font-size: 11px; opacity: 0.6; margin-bottom: 2px; letter-spacing: 0.5px; }

/* ===== 공식 판매 채널 (흰 카드 + 브랜드 컬러 상단 액센트) ===== */
.section-label { display: inline-block; padding: 4px 10px; background: var(--accent, #ff6b2b); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: 1px; border-radius: 4px; margin-bottom: 8px; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.shop-card {
  display: block; background: #fff; border-radius: 16px; padding: 36px 32px;
  text-decoration: none; color: #1a2940;
  box-shadow: 0 4px 20px rgba(26,41,64,0.08);
  border-top: 5px solid transparent;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative; min-height: 180px;
}
.shop-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(26,41,64,0.15); }
.shop-card .brand { font-size: 17px; font-weight: 800; letter-spacing: 1px; opacity: 0.85; margin-bottom: 10px; }
.shop-card h3 { font-size: 22px; font-weight: 800; margin: 0 0 6px; line-height: 1.3; color: #1a2940; }
.shop-card p { font-size: 13px; color: #5a7090; margin: 0 0 20px; }
.shop-card .arrow { position: absolute; right: 28px; bottom: 28px; font-size: 22px; color: #1a2940; opacity: 0.5; transition: transform 0.2s, opacity 0.2s; }
.shop-card:hover .arrow { transform: translateX(6px); opacity: 1; }
.shop-card.coupang { border-top-color: #FF6B2B; }
.shop-card.coupang .brand { color: #FF6B2B; }
.shop-card.naver { border-top-color: #03C75A; }
.shop-card.naver .brand { color: #03C75A; }
.shop-card.kakao { border-top-color: #FEE500; }
.shop-card.kakao .brand { color: #B89A00; }

/* ===== SNS 소식 카드 ===== */
.sns-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sns-card {
  display: block; padding: 40px; border-radius: 16px; color: #fff;
  text-decoration: none; min-height: 200px;
  transition: transform 0.2s; position: relative;
}
.sns-card:hover { transform: translateY(-4px); }
.sns-card .ic { font-size: 13px; font-weight: 800; letter-spacing: 1px; opacity: 0.9; margin-bottom: 12px; }
.sns-card h3 { font-size: 22px; font-weight: 800; margin: 0 0 6px; }
.sns-card p { font-size: 14px; opacity: 0.85; margin: 0; }
.sns-card.insta   { background: linear-gradient(135deg, var(--accent, #ff6b2b) 0%, var(--accent2, #ff8f00) 100%); }
.sns-card.youtube { background: linear-gradient(135deg, #2c1810 0%, #4a2a18 100%); }
.sns-card.blog    { background: color-mix(in srgb, var(--accent, #ff6b2b) 30%, #1a2e4a); }

/* ===== CS 카카오톡 카드 ===== */
.cs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cs-card {
  display: block; padding: 40px; border-radius: 16px; color: #3C1E1E;
  text-decoration: none; min-height: 180px;
  background: linear-gradient(135deg, #FEE500 0%, #F5D900 100%);
  transition: transform 0.2s; position: relative;
}
.cs-card:hover { transform: translateY(-4px); }
.cs-card .ic { font-size: 13px; font-weight: 800; letter-spacing: 1px; opacity: 0.7; margin-bottom: 12px; }
.cs-card h3 { font-size: 22px; font-weight: 800; margin: 0 0 6px; line-height: 1.3; }
.cs-card p { font-size: 14px; opacity: 0.7; margin: 0; }

@media (max-width: 768px) {
  .shop-grid, .sns-grid, .cs-grid { grid-template-columns: 1fr; }
}

/* ===== 20260520 full main redesign overlay ===== */
body {
  color: #f2f7f4;
  background:
    radial-gradient(circle at 16% 8%, rgba(122,240,184,0.11), transparent 26rem),
    radial-gradient(circle at 92% 34%, rgba(255,140,61,0.10), transparent 24rem),
    linear-gradient(180deg, #05090a 0%, #071214 46%, #05090a 100%);
}
main {
  background: transparent;
}
.block,
.video-row,
.video-row.alt,
.deals-section {
  position: relative;
  color: #f2f7f4;
  display: flex;
  align-items: center;
  min-height: 86svh;
  background:
    radial-gradient(circle at 50% 0%, rgba(122,240,184,0.08), transparent 28rem),
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0));
  border-top: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}
.block::before,
.video-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at 50% 42%, #000, transparent 78%);
  opacity: 0.55;
  pointer-events: none;
}
.block::after,
.video-row::after {
  content: attr(data-visual-section-name);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  color: rgba(242,247,244,0.038);
  font-size: clamp(82px, 16vw, 230px);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}
.block > .wrap,
.video-row > .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}
.block {
  padding: 120px 0;
}
.block-title {
  color: #f2f7f4;
  font-size: clamp(34px, 5vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
  margin-bottom: 22px;
}
.mega-help,
.video-text p,
.cat p,
.deal .name,
.notice-box p,
.link-card p,
.shop-card p,
.sns-card p,
.cs-card p {
  color: rgba(242,247,244,0.66);
}
.section-label,
.video-text .vlabel {
  color: #06110d;
  background: #7af0b8;
  border-radius: 999px;
  padding: 7px 12px;
}
.mega-products-menu {
  min-height: 520px;
  gap: 18px;
}
.mega-cat {
  color: #f2f7f4;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(122,240,184,0.42);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 90px rgba(0,0,0,0.28);
}
.mega-cat:hover,
.mega-cat:focus-within,
.mega-cat.open {
  background: rgba(122,240,184,0.075);
  border-color: rgba(122,240,184,0.35);
}
.mega-cat h3,
.mega-product-name,
.info-name,
.mega-info-title,
.mega-result-model {
  color: #f2f7f4;
}
.mega-cat p,
.mega-product-desc,
.info-desc,
.mega-result-year {
  color: rgba(242,247,244,0.62);
}
.mega-cat .main-thumb,
.mega-product-thumb,
.mega-prod .prod-thumb,
.thumb {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
}
.mega-products-grid,
.mega-grid {
  scrollbar-color: rgba(122,240,184,0.55) transparent;
}
.mega-product,
.mega-prod,
.mega-info,
.notice-box,
.deal,
.shop-card,
.sns-card,
.cs-card,
.link-card {
  color: #f2f7f4;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0,0,0,0.28);
  backdrop-filter: blur(18px);
}
.mega-product:hover,
.mega-product:focus,
.mega-prod:hover,
.mega-prod:focus,
a.deal:hover,
.shop-card:hover,
.sns-card:hover,
.cs-card:hover,
.link-card:hover {
  transform: translateY(-6px);
  background: rgba(122,240,184,0.09);
  border-color: rgba(122,240,184,0.36);
  box-shadow: 0 34px 100px rgba(0,0,0,0.42), 0 0 0 4px rgba(122,240,184,0.08);
}
.mega-mode-tabs button,
.mega-sub-tabs button,
.cat-tab,
.preview-toggle button,
.size-box button,
.mega-size-link,
.buy-btn,
.button,
.video-text > a,
.video-text-actions a,
.video-text-actions button,
.drawer-actions a,
.drawer-actions button {
  border-radius: 999px;
}
.mega-mode-tabs button,
.mega-sub-tabs button,
.cat-tab {
  color: rgba(242,247,244,0.72);
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.13);
}
.mega-mode-tabs button.active,
.mega-sub-tabs button.active,
.cat-tab.active {
  color: #06110d;
  background: #7af0b8;
  box-shadow: 0 10px 30px rgba(122,240,184,0.18);
}
.mega-size-box input,
.size-box input,
.notice-form input {
  color: #f2f7f4;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.14);
}
.mega-size-box input::placeholder,
.size-box input::placeholder,
.notice-form input::placeholder {
  color: rgba(242,247,244,0.42);
}
.mega-results,
.results {
  background: rgba(0,0,0,0.24);
  border-color: rgba(255,255,255,0.12);
}
.mega-empty,
.empty-result {
  color: rgba(242,247,244,0.52);
  background: rgba(255,255,255,0.05);
}
.video-row {
  padding: 120px 0;
}
.video-wrap {
  align-items: center;
}
.video-box {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 34px 100px rgba(0,0,0,0.46);
}
.video-text h3 {
  color: #f2f7f4;
  font-size: clamp(30px, 4vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}
.video-text > a,
.video-text-actions .btn-review,
.video-text-actions .btn-shop,
.buy-btn,
.button,
.size-box button {
  color: #06110d;
  background: #7af0b8;
  box-shadow: 0 16px 42px rgba(122,240,184,0.18);
}
.deals {
  gap: 18px;
}
.deal {
  padding: 18px;
}
.deal .name {
  color: #f2f7f4;
  font-weight: 900;
}
.deal .price {
  color: #7af0b8;
}
.badge {
  border-radius: 999px;
}
.links,
.shop-grid,
.sns-grid,
.cs-grid {
  gap: 18px;
}
.link-card,
.shop-card,
.sns-card,
.cs-card {
  min-height: 220px;
  padding: 34px;
}
.link-card.ev,
.link-card.sz,
.link-card.lg,
.sns-card.insta,
.sns-card.youtube,
.sns-card.blog,
.cs-card {
  background:
    radial-gradient(circle at 18% 10%, rgba(122,240,184,0.16), transparent 18rem),
    rgba(255,255,255,0.065);
}
.link-card .ic,
.shop-card .brand,
.sns-card .ic,
.cs-card .ic {
  color: #7af0b8;
  opacity: 1;
}
.link-card h2,
.shop-card h3,
.sns-card h3,
.cs-card h3 {
  color: #f2f7f4;
  font-size: clamp(24px, 2.8vw, 42px);
  line-height: 1.05;
}
.shop-card .arrow {
  color: #7af0b8;
}
.shop-dropdown {
  background: #081113;
  border-color: rgba(255,255,255,0.12);
}
.shop-dropdown .shop-opt {
  color: #f2f7f4;
}
.shop-dropdown .shop-opt:hover {
  background: rgba(122,240,184,0.08);
}
.notice-box {
  align-items: flex-start;
}
.agree {
  color: rgba(242,247,244,0.58);
}
.message {
  color: #7af0b8;
}
.site-footer {
  color: rgba(242,247,244,0.52);
  background: #05090a;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 0;
}

/* Product section: category -> scroll thumbnails -> selected feature. */
#featured-products .mega-products-menu {
  min-height: 0;
}
.product-showcase {
  display: grid;
  gap: 16px;
}
.product-category-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.product-category-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 12px 14px;
  color: #f2f7f4;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.035)),
    rgba(8,17,18,0.72);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 22px 64px rgba(0,0,0,0.26);
}
.product-category-card.active,
.product-category-card:hover {
  border-color: rgba(122,240,184,0.44);
  background:
    radial-gradient(circle at 12% 10%, rgba(122,240,184,0.18), transparent 15rem),
    rgba(8,17,18,0.78);
}
.product-category-image {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}
.product-category-image img,
.product-thumb-card img,
.product-feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-category-copy {
  display: grid;
  gap: 4px;
}
.product-category-copy em {
  color: #7af0b8;
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
}
.product-category-copy strong {
  font-size: clamp(18px, 1.5vw, 26px);
  line-height: 1.02;
}
.product-category-copy small {
  color: rgba(242,247,244,0.58);
  font-size: 12px;
  font-weight: 700;
}
.product-showcase-body {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(300px, 0.66fr);
  gap: 18px;
  align-items: center;
}
.product-rail-zone {
  position: relative;
  min-width: 0;
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: 18px 0;
  overflow: hidden;
}
.product-rail-tools {
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 4;
  display: flex;
  gap: 10px;
}
.product-rail-tools button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #f2f7f4;
  background: rgba(255,255,255,0.10);
  font-size: 26px;
  cursor: pointer;
}
.product-thumb-rail {
  display: flex;
  gap: 18px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(122,240,184,0.55) transparent;
  padding: 34px max(12px, 5vw) 28px 4px;
}
.product-thumb-card {
  position: relative;
  flex: 0 0 clamp(132px, 10vw, 168px);
  height: clamp(170px, 13vw, 220px);
  overflow: hidden;
  color: #f2f7f4;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  cursor: pointer;
  scroll-snap-align: center;
  transition: flex-basis 0.38s ease, height 0.38s ease, transform 0.28s ease, opacity 0.28s ease, border-color 0.28s ease;
}
.product-thumb-card.active {
  flex-basis: clamp(210px, 17vw, 280px);
  height: clamp(270px, 22vw, 340px);
  border-color: rgba(122,240,184,0.55);
  box-shadow: 0 34px 100px rgba(0,0,0,0.42), 0 0 0 4px rgba(122,240,184,0.08);
}
.product-thumb-card:not(.active) {
  opacity: 0.62;
}
.product-thumb-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(0,0,0,0.72));
}
.product-thumb-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  text-align: left;
}
.product-thumb-copy strong {
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.05;
}
.product-thumb-copy small {
  color: rgba(242,247,244,0.68);
  font-size: 13px;
  font-weight: 800;
}
.product-feature-panel {
  display: grid;
  grid-template-rows: minmax(170px, 0.72fr) auto;
  grid-template-columns: none;
  overflow: hidden;
  min-height: 360px;
  max-height: 430px;
  max-width: none;
  color: #f2f7f4;
  background:
    radial-gradient(circle at 20% 12%, rgba(122,240,184,0.16), transparent 16rem),
    rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0,0,0,0.30);
  opacity: 0.86;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.product-feature-panel.is-ready {
  opacity: 1;
  transform: translateY(0);
}
.product-feature-visual {
  min-height: 0;
  overflow: hidden;
}
.product-feature-copy {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
}
.product-feature-copy p {
  color: #7af0b8;
  font-size: 12px;
  font-weight: 950;
}
.product-feature-copy h3 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 0.95;
}
.product-feature-copy strong {
  color: rgba(242,247,244,0.72);
  font-size: 14px;
  line-height: 1.55;
}
.product-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.product-feature-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 15px;
  border-radius: 999px;
  color: #06110d;
  background: #7af0b8;
  font-weight: 950;
  text-decoration: none;
}
.product-feature-actions a + a {
  color: #f2f7f4;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
}

/* Event hero: same icon-pick/expand language as product section. */
.visual-event-layout {
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  grid-template-areas: "copy picker";
  align-items: center;
}
.visual-event-picker {
  grid-area: picker;
  min-width: 0;
  display: grid;
  gap: 22px;
}
.visual-event-icon-rail {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  overflow-x: auto;
  padding: 22px 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, #000 0%, #000 88%, transparent);
}
.visual-event-icon-rail::-webkit-scrollbar {
  display: none;
}
.visual-event-icon {
  position: relative;
  flex: 0 0 146px;
  height: 178px;
  display: block;
  overflow: hidden;
  color: #f2f7f4;
  background: #101818;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  cursor: pointer;
  scroll-snap-align: center;
  transition: flex-basis 0.34s ease, height 0.34s ease, transform 0.28s ease, opacity 0.28s ease, border-color 0.28s ease;
}
.visual-event-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
  transition: transform 0.34s ease, filter 0.34s ease;
}
.visual-event-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.78));
}
.visual-event-icon span {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 14px;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #06110d;
  background: #7af0b8;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 950;
}
.visual-event-icon strong {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
  font-size: 18px;
  line-height: 1.05;
  text-align: left;
}
.visual-event-icon:not(.active) {
  opacity: 0.62;
}
.visual-event-icon.active {
  flex-basis: 280px;
  height: 300px;
  border-color: rgba(122,240,184,0.62);
  transform: translateY(-10px);
  box-shadow: 0 34px 100px rgba(0,0,0,0.42), 0 0 0 4px rgba(122,240,184,0.08);
}
.visual-event-icon.active img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.06);
}
.visual-event-icon.active strong {
  font-size: 34px;
}
.visual-event-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.55fr) minmax(0, 1fr);
  gap: 0;
  min-height: 330px;
  overflow: hidden;
  color: #f2f7f4;
  background:
    radial-gradient(circle at 18% 10%, rgba(122,240,184,0.16), transparent 18rem),
    rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0,0,0,0.30);
  opacity: 0.86;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.visual-event-feature.is-ready {
  opacity: 1;
  transform: translateY(0);
}
.visual-event-feature-image {
  min-height: 0;
  overflow: hidden;
}
.visual-event-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.visual-event-feature > div:last-child {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 26px;
}
.visual-event-feature p {
  color: #7af0b8;
  font-size: 12px;
  font-weight: 950;
}
.visual-event-feature h2 {
  color: #f2f7f4;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 0.98;
}
.visual-event-feature strong {
  color: rgba(242,247,244,0.68);
  font-size: 15px;
  line-height: 1.55;
}
.visual-event-feature a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 10px 17px;
  border-radius: 999px;
  color: #06110d;
  background: #7af0b8;
  font-weight: 950;
  text-decoration: none;
}

/* Product category picker: match event icon rhythm. */
.product-category-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 4px 14px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.product-category-strip::-webkit-scrollbar {
  display: none;
}
.product-category-card {
  position: relative;
  flex: 0 0 170px;
  min-height: 154px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  scroll-snap-align: center;
  transition: flex-basis 0.34s ease, min-height 0.34s ease, transform 0.28s ease, opacity 0.28s ease;
}
.product-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.78));
}
.product-category-card:not(.active) {
  opacity: 0.64;
}
.product-category-card.active {
  flex-basis: 300px;
  min-height: 240px;
  transform: translateY(-6px);
}
.product-category-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  flex-basis: auto;
  border-radius: 8px;
}
.product-category-card.active .product-category-image {
  width: 100%;
  height: 100%;
  flex-basis: auto;
}
.product-category-image img {
  filter: saturate(0.98) contrast(1.04);
  transition: transform 0.34s ease;
}
.product-category-card.active .product-category-image img {
  transform: scale(1.04);
}
.product-category-copy {
  position: relative;
  z-index: 2;
  padding: 0 2px;
}
.product-category-copy strong {
  font-size: 22px;
}
.product-category-card.active .product-category-copy strong {
  font-size: 34px;
}
@media (max-width: 860px) {
  .visual-event-layout,
  .visual-event-board,
  .visual-event-deals {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }
  .visual-event-copy,
  .visual-event-board,
  .visual-event-deals,
  .visual-event-picker {
    grid-area: auto;
  }
  .visual-event-icon {
    flex-basis: 124px;
    height: 156px;
  }
  .visual-event-icon.active {
    flex-basis: 220px;
    height: 250px;
  }
  .visual-event-feature {
    grid-template-columns: 1fr;
  }
  .visual-event-card.is-main {
    grid-column: auto;
    min-height: 210px;
  }
  .block,
  .video-row {
    padding: 64px 0;
  }
  .block-title {
    font-size: 38px;
  }
  .link-card,
  .shop-card,
  .sns-card,
  .cs-card {
    min-height: 180px;
    padding: 26px;
  }
  .product-category-strip,
  .product-showcase-body {
    grid-template-columns: 1fr;
  }
  .product-category-card {
    min-height: 106px;
    padding: 16px;
  }
  .product-category-image {
    width: 70px;
    height: 70px;
    flex-basis: 70px;
  }
  .product-rail-zone,
  .product-feature-panel {
    min-height: auto;
  }
  .product-feature-panel {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(160px, 0.75fr) auto;
    max-height: none;
  }
  .product-thumb-card {
    flex-basis: 148px;
    height: 192px;
  }
  .product-thumb-card.active {
    flex-basis: 220px;
    height: 286px;
  }
}

/* Rollback final override: reel-like direction. */
.visual-product-scene {
  min-height: 100svh;
  padding-top: 132px;
}
.visual-product-scene .visual-scene-copy h1 {
  font-size: clamp(48px, 7vw, 96px);
}
.visual-product-scene .visual-product-rail {
  min-height: 270px;
}
.visual-product-scene .visual-product-card {
  width: clamp(124px, 10vw, 156px);
  border-radius: 8px;
}
.visual-product-scene .visual-product-card.is-expanded {
  width: clamp(220px, 18vw, 300px);
}
.visual-product-scene .visual-promo-drawer {
  width: min(760px, calc(100vw - 48px));
  margin-top: 14px;
}
#featured-products .product-showcase {
  gap: 12px;
}
#featured-products .product-category-strip {
  justify-content: center;
}
#featured-products .product-category-card {
  flex-basis: 132px;
  min-height: 132px;
}
#featured-products .product-category-card.active {
  flex-basis: 220px;
  min-height: 178px;
}
#featured-products .product-showcase-body {
  grid-template-columns: 1fr;
}
#featured-products .product-rail-zone {
  min-height: 330px;
}
#featured-products .product-thumb-card {
  flex-basis: clamp(138px, 10vw, 170px);
  height: clamp(178px, 13vw, 220px);
}
#featured-products .product-thumb-card.active {
  flex-basis: clamp(230px, 18vw, 300px);
  height: clamp(290px, 22vw, 360px);
}
#featured-products .product-feature-panel {
  width: min(760px, 100%);
  min-height: 148px;
  max-height: 190px;
  grid-template-columns: 180px minmax(0, 1fr);
  margin-top: -18px;
}
#featured-products .product-feature-copy {
  padding: 18px 22px;
}
#featured-products .product-feature-copy h3 {
  font-size: clamp(28px, 3vw, 42px);
}
#featured-products .product-feature-copy strong {
  font-size: 13px;
}

/* Final event hero override after rollback rules. */
.visual-product-scene {
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 34%, rgba(122, 240, 184, 0.10), transparent 34rem),
    radial-gradient(circle at 78% 48%, rgba(255, 139, 64, 0.07), transparent 30rem),
    linear-gradient(180deg, #07100f 0%, #030808 100%) !important;
}

.visual-product-scene .visual-product-stage {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-top: clamp(96px, 16vh, 150px) !important;
  place-items: center !important;
}

.visual-product-scene .visual-rail-tools {
  right: max(24px, calc(50vw - 520px)) !important;
  top: clamp(34px, 8vh, 82px) !important;
}

.visual-product-scene .visual-product-rail {
  width: 100vw !important;
  max-width: none !important;
  min-height: 310px !important;
  padding: 28px calc(50vw - 86px) 42px !important;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card {
  width: clamp(150px, 12vw, 188px) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
  width: clamp(280px, 25vw, 380px) !important;
}

.visual-product-scene .visual-promo-drawer {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 200 !important;
  width: min(70vw, 1040px) !important;
  min-width: min(620px, calc(100vw - 32px)) !important;
  min-height: min(70vh, 720px) !important;
  max-height: min(76vh, 760px) !important;
  margin: 0 !important;
  transform: translate(-50%, -46%) scale(0.94) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  border-radius: 12px !important;
}

.visual-product-scene .visual-promo-drawer.is-open {
  transform: translate(-50%, -50%) scale(1) !important;
}

.visual-product-scene .visual-promo-drawer.has-no-image .visual-drawer-bar {
  min-height: auto !important;
}

.visual-product-scene .visual-promo-drawer.has-no-image .visual-drawer-bar h2 {
  font-size: clamp(52px, 7.2vw, 112px) !important;
  line-height: 0.96 !important;
}

/* Lower sections: keep the same editorial text rhythm as the product area. */
#product-video .video-text,
#size-guide-video .video-text,
#review-video .video-text,
#weekly-deals > .wrap,
#quick-links > .wrap,
#official-shops > .wrap,
#official-sns > .wrap,
#cs > .wrap {
  text-align: left !important;
}

#product-video .video-text,
#size-guide-video .video-text,
#review-video .video-text {
  align-items: flex-start !important;
  gap: 14px !important;
}

#product-video .video-text .vlabel,
#size-guide-video .video-text .vlabel,
#review-video .video-text .vlabel,
#official-shops .section-label,
#official-sns .section-label,
#cs .section-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 46px !important;
  margin: 0 0 10px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  color: #06110d !important;
  background: #7af0b8 !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  box-shadow: 0 18px 52px rgba(122, 240, 184, 0.16) !important;
}

#product-video .video-text h3,
#size-guide-video .video-text h3,
#review-video .video-text h3,
#weekly-deals .block-title,
#official-shops .block-title,
#official-sns .block-title,
#cs .block-title {
  display: block !important;
  max-width: 9.5em !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #f2f7f4 !important;
  font-size: clamp(42px, 5.2vw, 78px) !important;
  font-weight: 950 !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

#product-video .video-text p,
#size-guide-video .video-text p,
#review-video .video-text p,
#weekly-deals .mega-help,
#official-shops .mega-help,
#official-sns .mega-help,
#cs .mega-help {
  max-width: 34em !important;
  margin: 0 0 18px !important;
  color: rgba(242, 247, 244, 0.64) !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
  text-align: left !important;
}

#size-guide-video .video-stack-note {
  margin-top: 4px !important;
  font-size: 14px !important;
  opacity: 0.72 !important;
}

#quick-links .link-card h2,
#official-shops .shop-card h3,
#official-sns .sns-card h3,
#cs .cs-card h3 {
  display: block !important;
  margin: 0 0 10px !important;
  color: #f2f7f4 !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

#quick-links .link-card .ic,
#official-sns .sns-card .ic,
#cs .cs-card .ic {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 42px !important;
  margin: 0 0 22px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  color: #06110d !important;
  background: #7af0b8 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: 0.03em !important;
}

#quick-links .link-card p,
#official-shops .shop-card p,
#official-sns .sns-card p,
#cs .cs-card p {
  margin: 0 !important;
  color: rgba(242, 247, 244, 0.62) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

#weekly-deals .deals,
#quick-links .links,
#official-shops .shop-grid,
#official-sns .sns-grid,
#cs .cs-grid {
  margin-top: 34px !important;
}

@media (max-width: 860px) {
  #product-video .video-text h3,
  #size-guide-video .video-text h3,
  #review-video .video-text h3,
  #weekly-deals .block-title,
  #official-shops .block-title,
  #official-sns .block-title,
  #cs .block-title {
    font-size: clamp(36px, 11vw, 54px) !important;
  }
}

/* Event hero: show a focused center strip instead of endless side cards. */
.visual-bg-word,
.block::after,
.video-row::after {
  display: none !important;
  content: none !important;
}

.visual-product-scene .visual-product-stage {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.visual-product-scene .visual-product-rail {
  width: 100vw !important;
  max-width: 100% !important;
  justify-content: flex-start !important;
  gap: clamp(12px, 1.4vw, 18px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 28px calc(50vw - 84px) 42px !important;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent) !important;
  overscroll-behavior: contain !important;
  cursor: grab !important;
  touch-action: pan-x !important;
  scrollbar-width: none !important;
}

.visual-product-scene .visual-product-rail::-webkit-scrollbar {
  display: none !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card {
  flex: 0 0 clamp(132px, 12vw, 168px) !important;
  width: clamp(132px, 12vw, 168px) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
  flex-basis: clamp(240px, 24vw, 340px) !important;
  width: clamp(240px, 24vw, 340px) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card {
  opacity: 0.12 !important;
  filter: blur(1.2px) saturate(0.55) brightness(0.58) !important;
  transform: scale(0.78) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card.depth-0,
.visual-product-scene .visual-product-card.visual-event-menu-card.depth-1,
.visual-product-scene .visual-product-card.visual-event-menu-card.depth-2,
.visual-product-scene .visual-product-card.visual-event-menu-card.depth-3 {
  opacity: 1 !important;
  filter: none !important;
  transform: scale(1) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card.depth-4 {
  opacity: 0.38 !important;
  filter: blur(0.65px) saturate(0.7) brightness(0.68) !important;
  transform: scale(0.86) !important;
}

.visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
  opacity: 1 !important;
  filter: none !important;
  transform: translateY(-12px) scale(1) !important;
}

@media (max-width: 899px) {
  .visual-product-scene .visual-product-stage {
    width: 100vw !important;
  }
  .visual-product-scene .visual-product-rail {
    justify-content: flex-start !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    padding-left: calc(50vw - 43px) !important;
    padding-right: calc(50vw - 43px) !important;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent) !important;
  }
  .visual-product-scene .visual-product-card.visual-event-menu-card {
    flex-basis: clamp(54px, 14vw, 86px) !important;
    width: clamp(54px, 14vw, 86px) !important;
    border-radius: 8px !important;
    scroll-snap-align: center !important;
  }
  .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    top: 9px !important;
    left: 50% !important;
    min-width: 38px !important;
    height: 38px !important;
    padding: 0 7px !important;
    font-size: 10px !important;
    transform: translateX(-50%) !important;
  }
  .visual-product-scene .visual-product-card.visual-event-menu-card strong {
    left: 8px !important;
    right: 8px !important;
    bottom: 16px !important;
    font-size: clamp(11px, 2.6vw, 16px) !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }
  .visual-product-scene .visual-product-card.visual-event-menu-card small {
    display: none !important;
  }
  .visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
    flex-basis: clamp(190px, 52vw, 280px) !important;
    width: clamp(190px, 52vw, 280px) !important;
  }
}

/* Seasonal premium variants: base remains the current visual, extra moods auto-apply by month. */
body[data-season="spring"] {
  --season-mint: #9af7c9;
  --season-glow-a: rgba(154, 247, 201, 0.17);
  --season-glow-b: rgba(255, 172, 196, 0.10);
  --season-edge: rgba(154, 247, 201, 0.46);
}

body[data-season="summer"] {
  --season-mint: #7ee7ff;
  --season-glow-a: rgba(126, 231, 255, 0.18);
  --season-glow-b: rgba(90, 167, 255, 0.12);
  --season-edge: rgba(126, 231, 255, 0.46);
}

body[data-season="winter"] {
  --season-mint: #c8f2ff;
  --season-glow-a: rgba(200, 242, 255, 0.16);
  --season-glow-b: rgba(168, 137, 255, 0.11);
  --season-edge: rgba(200, 242, 255, 0.42);
}

body[data-season="spring"]::before,
body[data-season="summer"]::before,
body[data-season="winter"]::before {
  opacity: 0.82;
  background:
    radial-gradient(circle at 16% 26%, var(--season-glow-a), transparent 25rem),
    radial-gradient(circle at 82% 44%, var(--season-glow-b), transparent 30rem),
    radial-gradient(circle at 50% 78%, rgba(255, 255, 255, 0.045), transparent 28rem);
}

body[data-season="spring"] .visual-product-scene,
body[data-season="summer"] .visual-product-scene,
body[data-season="winter"] .visual-product-scene {
  background:
    radial-gradient(circle at 50% 34%, var(--season-glow-a), transparent 34rem),
    radial-gradient(circle at 80% 46%, var(--season-glow-b), transparent 31rem),
    linear-gradient(180deg, #07100f 0%, #030808 100%) !important;
}

body[data-season="spring"] .visual-logo-lockup em,
body[data-season="summer"] .visual-logo-lockup em,
body[data-season="winter"] .visual-logo-lockup em,
body[data-season="spring"] .visual-event-chip,
body[data-season="summer"] .visual-event-chip,
body[data-season="winter"] .visual-event-chip,
body[data-season="spring"] #featured-products .product-menu-heading span,
body[data-season="summer"] #featured-products .product-menu-heading span,
body[data-season="winter"] #featured-products .product-menu-heading span,
body[data-season="spring"] .section-label,
body[data-season="summer"] .section-label,
body[data-season="winter"] .section-label,
body[data-season="spring"] .video-text .vlabel,
body[data-season="summer"] .video-text .vlabel,
body[data-season="winter"] .video-text .vlabel {
  background: var(--season-mint) !important;
  color: #06110d !important;
}

body[data-season="spring"] .visual-logo-lockup em,
body[data-season="summer"] .visual-logo-lockup em,
body[data-season="winter"] .visual-logo-lockup em {
  color: var(--season-mint) !important;
  background: transparent !important;
  text-shadow: 0 0 22px color-mix(in srgb, var(--season-mint) 22%, transparent) !important;
}

body[data-season="spring"] .visual-product-card.visual-event-menu-card.is-expanded,
body[data-season="summer"] .visual-product-card.visual-event-menu-card.is-expanded,
body[data-season="winter"] .visual-product-card.visual-event-menu-card.is-expanded,
body[data-season="spring"] .product-category-card.active,
body[data-season="summer"] .product-category-card.active,
body[data-season="winter"] .product-category-card.active {
  border-color: var(--season-edge) !important;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--season-mint) 24%, transparent), 0 28px 80px rgba(0, 0, 0, 0.46) !important;
}

body[data-season="spring"] .daboni-mascot-aura,
body[data-season="summer"] .daboni-mascot-aura,
body[data-season="winter"] .daboni-mascot-aura {
  background:
    radial-gradient(circle at 44% 42%, color-mix(in srgb, var(--season-mint) 38%, transparent), transparent 28%),
    radial-gradient(circle at 58% 56%, var(--season-glow-a), transparent 44%),
    radial-gradient(circle, var(--season-glow-b), transparent 68%) !important;
}

/* 2026-05-21 mobilefix2: mobile hierarchy and swipe behavior cleanup. */
body {
  overflow-x: hidden;
}

@media (max-width: 899px) {
  .visual-fixed-logo {
    top: max(18px, env(safe-area-inset-top)) !important;
    transform: translateX(-50%) scale(0.82) !important;
    z-index: 80 !important;
  }

  .visual-logo-lockup {
    gap: 2px !important;
    pointer-events: none !important;
  }

  .visual-logo-dot {
    width: 18px !important;
    height: 18px !important;
    border-width: 3px !important;
    opacity: 0.54 !important;
  }

  .visual-logo-lockup strong {
    font-size: clamp(36px, 10vw, 48px) !important;
    line-height: 0.78 !important;
    opacity: 0.18 !important;
  }

  .visual-logo-lockup em {
    margin-top: 5px !important;
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1 !important;
    opacity: 0.9 !important;
  }

  .visual-product-scene,
  #featured-products,
  .video-row {
    scroll-margin-top: 118px !important;
  }

  .visual-product-scene {
    padding-top: 78px !important;
  }

  .visual-product-scene .visual-product-stage {
    padding-top: clamp(128px, 25vh, 210px) !important;
  }

  .visual-product-scene .visual-product-rail {
    overscroll-behavior: auto !important;
    touch-action: pan-x pan-y pinch-zoom !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card {
    flex-basis: clamp(108px, 29vw, 126px) !important;
    width: clamp(108px, 29vw, 126px) !important;
    min-height: 152px !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    width: min(78px, calc(100% - 20px)) !important;
    min-width: 0 !important;
    height: 58px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: clamp(11px, 3.5vw, 15px) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card strong {
    left: 8px !important;
    right: 8px !important;
    bottom: 26px !important;
    font-size: clamp(17px, 4.7vw, 21px) !important;
    line-height: 1.08 !important;
    word-break: keep-all !important;
  }

  .visual-hint {
    margin-top: -4px !important;
    font-size: 13px !important;
  }

  #featured-products .product-showcase {
    min-height: 86svh !important;
    align-content: start !important;
    padding-top: 126px !important;
    gap: 20px !important;
  }

  #featured-products .product-menu-heading {
    width: min(100%, calc(100vw - 28px)) !important;
    margin: 0 auto 12px !important;
    text-align: center !important;
    justify-items: center !important;
  }

  #featured-products .product-menu-heading span {
    min-height: 52px !important;
    margin: 0 auto 12px !important;
    padding: 0 28px !important;
    font-size: 16px !important;
  }

  #featured-products .product-menu-heading strong {
    max-width: 9em !important;
    font-size: clamp(34px, 9vw, 44px) !important;
    line-height: 1.02 !important;
    text-align: center !important;
  }

  #featured-products .product-menu-heading p {
    max-width: 94vw !important;
    font-size: clamp(17px, 4.6vw, 21px) !important;
    text-align: center !important;
  }

  #featured-products .product-category-strip {
    width: min(100%, calc(100vw - 22px)) !important;
    margin: 0 auto !important;
    padding: 6px 0 18px !important;
    justify-content: center !important;
    overflow-x: visible !important;
    gap: 10px !important;
  }

  #featured-products .product-category-card {
    flex: 0 1 calc((100vw - 54px) / 3) !important;
    min-width: 0 !important;
    min-height: 146px !important;
    padding: 12px 8px !important;
  }

  #featured-products .product-category-card.active {
    flex-basis: calc((100vw - 54px) / 3) !important;
    min-height: 146px !important;
  }

  #featured-products .product-category-image {
    width: 72px !important;
    height: 72px !important;
    flex-basis: 72px !important;
  }

  #featured-products .product-category-copy strong {
    font-size: clamp(17px, 4.4vw, 21px) !important;
    line-height: 1.08 !important;
    word-break: keep-all !important;
  }

  #featured-products .product-category-copy small,
  #featured-products .product-category-copy em {
    font-size: 11px !important;
  }

  .video-row {
    padding: 56px 0 52px !important;
    scroll-margin-top: 124px !important;
  }

  .video-row .wrap {
    padding: 0 20px !important;
  }

  .video-wrap,
  .video-row.reverse .video-wrap {
    gap: 28px !important;
    align-items: center !important;
  }

  .video-row.reverse .video-box,
  .video-row.reverse .video-text {
    order: unset !important;
  }

  .video-row.reverse .video-box {
    order: -1 !important;
  }

  .video-text {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 !important;
  }

  .video-text .vlabel {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .video-text h3 {
    max-width: min(100%, 9em) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(34px, 9.4vw, 48px) !important;
    line-height: 1.04 !important;
    text-align: center !important;
    word-break: keep-all !important;
  }

  .video-text p,
  #product-video .video-text p,
  #size-guide-video .video-text p,
  #review-video .video-text p {
    max-width: min(100%, 23em) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(16px, 4.3vw, 19px) !important;
    line-height: 1.55 !important;
    text-align: center !important;
    word-break: keep-all !important;
  }

  .cat-tabs {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 8px calc(50vw - 66px) 14px !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 10px !important;
    touch-action: pan-x pan-y pinch-zoom !important;
    overscroll-behavior: auto !important;
  }

  .cat-tab {
    flex: 0 0 132px !important;
    min-height: 54px !important;
    padding: 0 12px !important;
    font-size: 15px !important;
    border-radius: 999px !important;
    scroll-snap-align: center !important;
    white-space: nowrap !important;
  }

  .cat-tab:not(.active) {
    opacity: 0.56 !important;
    transform: scale(0.94) !important;
  }

  .cat-tab.active {
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .video-text-actions {
    justify-content: center !important;
    gap: 12px !important;
  }

  .video-text-actions a,
  .video-text-actions button {
    min-width: min(72vw, 270px) !important;
  }
}

/* 2026-05-21 mobile polish: center rails, keep vertical scroll alive, and make video/product actions finger friendly. */
.visual-product-scene .visual-product-rail,
.product-category-strip,
.product-thumb-rail,
.cat-tabs {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  touch-action: pan-x pan-y;
}

.video-text-actions .btn-shop {
  text-align: center;
}

@media (max-width: 899px) {
  .visual-product-scene {
    min-height: 100svh !important;
    padding-top: 86px !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }

  .visual-logo-lockup {
    top: max(22px, env(safe-area-inset-top)) !important;
  }

  .visual-logo-lockup strong {
    font-size: clamp(42px, 13vw, 58px) !important;
    opacity: 0.28 !important;
  }

  .visual-logo-lockup em {
    font-size: clamp(36px, 12vw, 52px) !important;
  }

  .visual-product-scene .visual-product-stage {
    padding-top: clamp(118px, 24vh, 190px) !important;
  }

  .visual-product-scene .visual-rail-tools {
    top: clamp(64px, 13vh, 110px) !important;
    right: 22px !important;
  }

  .visual-product-scene .visual-rail-tools button {
    width: 50px !important;
    height: 50px !important;
    font-size: 32px !important;
  }

  .visual-product-scene .visual-product-rail {
    min-height: 250px !important;
    gap: 12px !important;
    padding: 24px calc(50vw - 58px) 38px !important;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent) !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card {
    flex-basis: clamp(108px, 30vw, 132px) !important;
    width: clamp(108px, 30vw, 132px) !important;
    min-height: 146px !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
    flex-basis: clamp(220px, 68vw, 286px) !important;
    width: clamp(220px, 68vw, 286px) !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    top: 16px !important;
    min-width: 64px !important;
    height: 64px !important;
    padding: 0 12px !important;
    font-size: 15px !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card strong {
    bottom: 28px !important;
    font-size: clamp(16px, 4.6vw, 22px) !important;
  }

  .visual-hint {
    justify-content: center !important;
    width: 100% !important;
    margin: 4px auto 0 !important;
    padding: 0 18px !important;
    font-size: 14px !important;
  }

  #featured-products {
    overflow-x: hidden !important;
  }

  #featured-products .wrap,
  #featured-products .product-showcase,
  #featured-products .product-menu-heading {
    text-align: center !important;
    justify-items: center !important;
  }

  #featured-products .product-menu-heading {
    width: 100% !important;
    margin: 0 auto 18px !important;
  }

  #featured-products .product-menu-heading span {
    margin: 0 auto 18px !important;
  }

  #featured-products .product-menu-heading strong,
  #featured-products .product-menu-heading p {
    max-width: min(92vw, 420px) !important;
    text-align: center !important;
  }

  #featured-products .product-category-strip {
    display: flex !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 8px calc(50vw - 96px) 18px !important;
    overflow-x: auto !important;
    gap: 12px !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  #featured-products .product-category-strip::-webkit-scrollbar,
  #featured-products .product-thumb-rail::-webkit-scrollbar,
  .cat-tabs::-webkit-scrollbar {
    display: none !important;
  }

  #featured-products .product-category-card {
    flex: 0 0 192px !important;
    min-height: 144px !important;
    scroll-snap-align: center !important;
  }

  #featured-products .product-category-card.active {
    flex-basis: 224px !important;
    min-height: 166px !important;
  }

  #featured-products .product-showcase-body {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
  }

  #featured-products .product-rail-zone {
    min-height: 320px !important;
    overflow: visible !important;
  }

  #featured-products .product-thumb-rail {
    width: 100vw !important;
    padding: 28px calc(50vw - 78px) 30px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 14px !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  #featured-products .product-thumb-card {
    flex-basis: 156px !important;
    height: 202px !important;
  }

  #featured-products .product-thumb-card.active {
    flex-basis: min(72vw, 286px) !important;
    height: min(92vw, 350px) !important;
  }

  #featured-products .product-feature-panel {
    width: min(92vw, 520px) !important;
    margin: -4px auto 0 !important;
  }

  .video-row {
    overflow-x: hidden !important;
    padding: 88px 0 !important;
  }

  .video-wrap,
  .video-row.reverse .video-wrap {
    gap: 26px !important;
  }

  .video-box {
    width: 100% !important;
  }

  .cat-tabs {
    display: flex !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 8px calc(50vw - 74px) 14px !important;
    overflow-x: auto !important;
    gap: 10px !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .cat-tab {
    flex: 0 0 148px !important;
    min-height: 52px !important;
    font-size: 15px !important;
    scroll-snap-align: center !important;
  }

  .video-text-actions {
    width: 100% !important;
    justify-content: center !important;
  }

  .video-text-actions a,
  .video-text-actions button {
    min-height: 52px !important;
    padding: 0 24px !important;
    font-size: 16px !important;
  }
}

/* mobilefix2 final override: keep the final mobile rules after older overrides. */
@media (max-width: 899px) {
  .visual-fixed-logo {
    top: max(18px, env(safe-area-inset-top)) !important;
    transform: translateX(-50%) scale(0.82) !important;
    z-index: 80 !important;
  }

  .visual-logo-dot {
    width: 18px !important;
    height: 18px !important;
    opacity: 0.54 !important;
  }

  .visual-logo-lockup strong {
    font-size: clamp(36px, 10vw, 48px) !important;
    opacity: 0.18 !important;
  }

  .visual-logo-lockup em {
    font-size: clamp(24px, 7vw, 34px) !important;
    opacity: 0.9 !important;
  }

  .visual-product-scene .visual-product-stage {
    padding-top: clamp(128px, 25vh, 210px) !important;
  }

  .visual-product-scene .visual-product-rail,
  .product-thumb-rail,
  .product-category-strip,
  .cat-tabs {
    overscroll-behavior: auto !important;
    touch-action: pan-x pan-y pinch-zoom !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card {
    flex-basis: clamp(108px, 29vw, 126px) !important;
    width: clamp(108px, 29vw, 126px) !important;
    min-height: 152px !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    width: min(78px, calc(100% - 20px)) !important;
    min-width: 0 !important;
    height: 58px !important;
    padding: 0 8px !important;
    font-size: clamp(11px, 3.5vw, 15px) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card strong {
    font-size: clamp(17px, 4.7vw, 21px) !important;
  }

  #featured-products .product-showcase {
    min-height: 86svh !important;
    align-content: start !important;
    padding-top: 126px !important;
  }

  #featured-products .product-menu-heading span {
    min-height: 52px !important;
    margin: 0 auto 12px !important;
    padding: 0 28px !important;
    font-size: 16px !important;
  }

  #featured-products .product-menu-heading strong {
    max-width: 9em !important;
    font-size: clamp(34px, 9vw, 44px) !important;
    line-height: 1.02 !important;
    text-align: center !important;
  }

  #featured-products .product-menu-heading p {
    font-size: clamp(17px, 4.6vw, 21px) !important;
    text-align: center !important;
  }

  #featured-products .product-category-strip {
    width: min(100%, calc(100vw - 22px)) !important;
    margin: 0 auto !important;
    padding: 6px 0 18px !important;
    justify-content: center !important;
    overflow-x: visible !important;
    gap: 10px !important;
  }

  #featured-products .product-category-card,
  #featured-products .product-category-card.active {
    flex: 0 1 calc((100vw - 54px) / 3) !important;
    min-width: 0 !important;
    min-height: 146px !important;
    padding: 12px 8px !important;
  }

  #featured-products .product-category-image {
    width: 72px !important;
    height: 72px !important;
    flex-basis: 72px !important;
  }

  #featured-products .product-category-copy strong {
    font-size: clamp(17px, 4.4vw, 21px) !important;
  }

  .video-row {
    padding: 56px 0 52px !important;
    scroll-margin-top: 124px !important;
  }

  .video-row .wrap {
    padding: 0 20px !important;
  }

  .video-text {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }

  .video-text .vlabel {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .video-text h3,
  #product-video .video-text h3,
  #size-guide-video .video-text h3,
  #review-video .video-text h3 {
    max-width: min(100%, 9em) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(34px, 9.4vw, 48px) !important;
    line-height: 1.04 !important;
    text-align: center !important;
    word-break: keep-all !important;
  }

  .video-text p,
  #product-video .video-text p,
  #size-guide-video .video-text p,
  #review-video .video-text p {
    max-width: min(100%, 23em) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(16px, 4.3vw, 19px) !important;
    line-height: 1.55 !important;
    text-align: center !important;
    word-break: keep-all !important;
  }

  .cat-tabs {
    padding: 8px calc(50vw - 66px) 14px !important;
  }

  .cat-tab {
    flex: 0 0 132px !important;
    min-height: 54px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }
}

/* mobilefix4: final cleanup for mobile labels and guide actions. */
.block::after,
.video-row::after {
  content: "" !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

#size-guide-video .video-text-actions {
  display: none !important;
}

.coming-soon-panel {
  display: grid;
  place-items: center;
  min-height: min(56vh, 520px);
  padding: clamp(42px, 7vw, 88px);
  color: #f2f7f4;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 30%, rgba(122,240,184,0.14), transparent 22rem),
    rgba(255,255,255,0.045);
}

.coming-soon-panel span {
  color: #7af0b8;
  font-size: clamp(42px, 8vw, 112px);
  font-weight: 950;
  line-height: 0.9;
}

.coming-soon-panel strong {
  margin-top: 18px;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.05;
}

.coming-soon-panel p {
  margin-top: 14px;
  color: rgba(242,247,244,0.62);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 800;
}

@media (min-width: 900px) {
  .visual-fixed-logo {
    top: 24px !important;
    transform: translateX(-50%) scale(0.92) !important;
  }

  .visual-logo-lockup strong {
    opacity: 0.18 !important;
  }

  .visual-product-scene .visual-product-stage {
    padding-top: clamp(156px, 21vh, 230px) !important;
  }

  .visual-product-scene .visual-product-rail {
    width: min(940px, calc(100vw - 260px)) !important;
    min-height: 250px !important;
    justify-content: center !important;
    gap: 18px !important;
    padding: 22px 0 32px !important;
    overflow: visible !important;
    mask-image: none !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card {
    flex: 0 0 168px !important;
    width: 168px !important;
    min-height: 206px !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    left: 22px !important;
    top: 20px !important;
    min-width: 62px !important;
    height: 54px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card strong {
    left: 18px !important;
    right: 18px !important;
    bottom: 40px !important;
    font-size: 20px !important;
    line-height: 1.08 !important;
    word-break: keep-all !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card small {
    left: 18px !important;
    right: 18px !important;
    bottom: 17px !important;
    font-size: 11px !important;
    line-height: 1.22 !important;
    word-break: keep-all !important;
  }

  .visual-hint {
    width: 100% !important;
    justify-content: center !important;
    margin: 8px auto 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }

  #featured-products .product-showcase {
    min-height: 78svh !important;
    align-content: center !important;
    justify-items: center !important;
  }

  #featured-products .product-menu-heading {
    width: min(900px, calc(100vw - 120px)) !important;
    margin: 0 auto 18px !important;
    text-align: center !important;
    justify-items: center !important;
  }

  #featured-products .product-menu-heading strong,
  #featured-products .product-menu-heading p {
    text-align: center !important;
  }

  #featured-products .product-category-strip {
    width: min(760px, calc(100vw - 180px)) !important;
    justify-content: center !important;
    padding: 12px 0 22px !important;
    gap: 16px !important;
  }

  #featured-products .product-category-card {
    flex: 0 0 188px !important;
    min-height: 172px !important;
  }

  #featured-products .product-category-card.active {
    flex-basis: 188px !important;
    min-height: 172px !important;
  }

  #featured-products .product-showcase-body {
    width: min(960px, calc(100vw - 180px)) !important;
    margin: 0 auto !important;
  }

  .video-row .video-wrap {
    width: min(1480px, calc(100vw - 80px)) !important;
    margin: 0 auto !important;
    grid-template-columns: minmax(0, 1.7fr) minmax(360px, 1fr) !important;
    gap: 56px !important;
  }

  .video-row.reverse .video-wrap {
    grid-template-columns: minmax(360px, 1fr) minmax(0, 1.7fr) !important;
  }

  .video-text .vlabel {
    min-height: 48px !important;
    padding: 0 26px !important;
    font-size: 15px !important;
    white-space: nowrap !important;
  }

  .cat-tabs {
    display: flex !important;
    gap: 10px !important;
    max-width: none !important;
    width: fit-content !important;
  }

  .cat-tab {
    min-width: 76px !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    white-space: nowrap !important;
  }

  #size-guide-video .guide-video-tabs {
    grid-column: auto !important;
    justify-self: start !important;
    margin: 16px 0 0 !important;
  }
}

@media (max-width: 899px) {
  .visual-fixed-logo {
    top: 12px !important;
    transform: translateX(-50%) scale(0.72) !important;
    opacity: 0.72 !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }

  .visual-logo-lockup strong {
    font-size: clamp(30px, 8vw, 38px) !important;
    opacity: 0.12 !important;
  }

  .visual-logo-lockup em {
    margin-top: 2px !important;
    font-size: clamp(18px, 5.2vw, 25px) !important;
    opacity: 0.82 !important;
  }

  .video-text .vlabel,
  #product-video .video-text .vlabel,
  #size-guide-video .video-text .vlabel,
  #review-video .video-text .vlabel {
    min-height: 48px !important;
    margin: 0 auto 20px !important;
    padding: 0 26px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .cat-tabs {
    width: min(100%, 390px) !important;
    max-width: calc(100vw - 38px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    justify-content: center !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  .cat-tab {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 50px !important;
    padding: 0 6px !important;
    text-align: center !important;
    font-size: clamp(13px, 3.5vw, 16px) !important;
    line-height: 1 !important;
  }

  #product-video .cat-tabs,
  #size-guide-video .cat-tabs {
    margin-top: 20px !important;
  }

  #product-video.has-video-choice .cat-tabs,
  #size-guide-video.has-video-choice .cat-tabs {
    animation: videoCategoryPulse 0.34s ease both;
  }

  #size-guide-video .guide-video-tabs {
    order: -2 !important;
    margin-bottom: 16px !important;
  }

  #size-guide-video .video-box {
    order: -1 !important;
  }

  #size-guide-video .video-text {
    order: 0 !important;
  }

  .video-text-actions {
    margin-top: 4px !important;
  }

  #productVideoBuyLink {
    width: min(74vw, 300px) !important;
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    box-shadow: 0 18px 42px rgba(122,240,184,0.16) !important;
  }

  .coming-soon-panel {
    min-height: 52vh;
    margin-top: 24px;
    padding: 44px 18px;
  }
}

@keyframes videoCategoryPulse {
  0% { opacity: 0.54; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* 2026-05-21 pcfix2: brighten fixed logo and separate product heading/cards on desktop. */
@media (min-width: 900px) {
  .visual-fixed-logo {
    top: 26px !important;
    z-index: 12 !important;
    opacity: 0.96 !important;
    transform: translateX(-50%) scale(0.9) !important;
  }

  .visual-logo-dot {
    opacity: 0.78 !important;
    box-shadow: 0 0 26px rgba(122,240,184,0.22) !important;
  }

  .visual-logo-lockup strong {
    color: rgba(242,247,244,0.36) !important;
    opacity: 1 !important;
    text-shadow: 0 0 26px rgba(122,240,184,0.12) !important;
  }

  .visual-logo-lockup em {
    color: rgba(154,247,201,0.98) !important;
    opacity: 1 !important;
    text-shadow: 0 0 28px rgba(154,247,201,0.24) !important;
  }

  #featured-products {
    overflow: hidden !important;
  }

  #featured-products .wrap {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #featured-products .product-showcase {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(340px, 0.43fr) minmax(620px, 0.57fr) !important;
    grid-template-areas:
      "heading categories"
      "heading body" !important;
    width: min(1240px, calc(100vw - 112px)) !important;
    min-height: 82svh !important;
    margin: 0 auto !important;
    padding: clamp(92px, 12vh, 128px) 0 clamp(52px, 7vh, 82px) !important;
    column-gap: clamp(48px, 5vw, 86px) !important;
    row-gap: 22px !important;
    align-content: center !important;
    align-items: center !important;
    justify-items: stretch !important;
  }

  #featured-products .product-menu-heading {
    grid-area: heading !important;
    align-self: center !important;
    justify-self: start !important;
    width: min(100%, 430px) !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 16px !important;
    text-align: left !important;
    justify-items: start !important;
  }

  #featured-products .product-menu-heading span {
    margin: 0 0 2px !important;
  }

  #featured-products .product-menu-heading strong {
    max-width: 8.2em !important;
    color: rgba(242,247,244,0.94) !important;
    font-size: clamp(46px, 4.15vw, 70px) !important;
    line-height: 1.02 !important;
    text-align: left !important;
    word-break: keep-all !important;
  }

  #featured-products .product-menu-heading p {
    max-width: 22em !important;
    color: rgba(242,247,244,0.68) !important;
    font-size: clamp(17px, 1.35vw, 21px) !important;
    line-height: 1.45 !important;
    text-align: left !important;
    word-break: keep-all !important;
  }

  #featured-products .product-category-strip {
    grid-area: categories !important;
    display: flex !important;
    width: 100% !important;
    max-width: 680px !important;
    margin: 0 !important;
    padding: 0 0 2px !important;
    gap: 18px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    overflow: visible !important;
    mask-image: none !important;
  }

  #featured-products .product-category-card,
  #featured-products .product-category-card.active {
    flex: 0 0 190px !important;
    min-height: 160px !important;
    transform: none !important;
  }

  #featured-products .product-category-card:not(.active) {
    opacity: 0.58 !important;
  }

  #featured-products .product-category-card.active {
    opacity: 1 !important;
  }

  #featured-products .product-category-card.active .product-category-copy strong {
    font-size: 28px !important;
  }

  #featured-products .product-showcase-body {
    grid-area: body !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 !important;
    align-self: start !important;
    justify-self: start !important;
  }

  #featured-products .product-rail-zone {
    width: 100% !important;
    min-height: 286px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  #featured-products .product-rail-tools {
    top: -64px !important;
    right: 0 !important;
  }

  #featured-products .product-thumb-rail {
    width: 100% !important;
    padding: 24px 0 32px !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent) !important;
  }

  #featured-products .product-feature-panel {
    width: 100% !important;
    margin: 4px 0 0 !important;
  }
}

/* 2026-05-21 mobilefix8: keep the floating section logo readable without covering mobile copy. */
@media (max-width: 899px) {
  .visual-fixed-logo {
    top: max(6px, env(safe-area-inset-top)) !important;
    z-index: 1 !important;
    opacity: 0.90 !important;
    transform: translateX(-50%) scale(0.58) !important;
  }

  .visual-logo-lockup {
    gap: 0 !important;
    opacity: 0.78 !important;
  }

  .visual-logo-dot {
    width: 14px !important;
    height: 14px !important;
    border-width: 3px !important;
    opacity: 0.78 !important;
    box-shadow: inset 0 0 0 5px rgba(122,240,184,0.18), 0 0 22px rgba(122,240,184,0.24) !important;
  }

  .visual-logo-lockup strong {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 0.8 !important;
    color: rgba(242,247,244,0.62) !important;
    opacity: 0.52 !important;
    text-shadow: 0 0 18px rgba(122,240,184,0.12) !important;
  }

  .visual-logo-lockup em {
    margin-top: 1px !important;
    font-size: clamp(16px, 4.8vw, 22px) !important;
    line-height: 1 !important;
    color: rgba(154,247,201,0.96) !important;
    opacity: 0.92 !important;
    text-shadow: 0 0 18px rgba(154,247,201,0.18) !important;
  }

  .video-row > .wrap,
  .block > .wrap,
  .visual-product-scene .visual-product-stage,
  .visual-hint {
    position: relative !important;
    z-index: 2 !important;
  }

  #review-video .video-text,
  #product-video .video-text,
  #size-guide-video .video-text {
    padding-top: 8px !important;
  }

  .video-text-actions {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .video-text-actions a,
  .video-text-actions button,
  .video-text-actions .btn-review,
  .video-text-actions .btn-shop,
  #productVideoBuyLink {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.12 !important;
  }

  #review-video .video-text-actions {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
  }

  #review-video .video-text-actions a,
  #review-video .video-text-actions button,
  #review-video .shop-wrap {
    width: min(76vw, 320px) !important;
    min-width: 0 !important;
  }

  #review-video .shop-wrap {
    display: block !important;
  }

  #review-video .video-text-actions a,
  #review-video .video-text-actions button {
    min-height: 58px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
  }
}

/* 2026-05-21 mobilefix9: make mobile logo and event cards easier to read. */
@media (max-width: 899px) {
  .visual-fixed-logo {
    top: max(8px, env(safe-area-inset-top)) !important;
    opacity: 0.96 !important;
    transform: translateX(-50%) scale(0.68) !important;
  }

  .visual-logo-lockup {
    opacity: 0.86 !important;
  }

  .visual-logo-dot {
    width: 16px !important;
    height: 16px !important;
    opacity: 0.84 !important;
  }

  .visual-logo-lockup strong {
    font-size: clamp(34px, 9.6vw, 44px) !important;
    color: rgba(242,247,244,0.68) !important;
    opacity: 0.62 !important;
  }

  .visual-logo-lockup em {
    margin-top: 2px !important;
    font-size: clamp(20px, 5.8vw, 28px) !important;
    opacity: 0.96 !important;
  }

  .visual-product-scene .visual-product-rail {
    min-height: 286px !important;
    padding-left: calc(50vw - 72px) !important;
    padding-right: calc(50vw - 72px) !important;
    gap: 14px !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card {
    flex-basis: clamp(132px, 36vw, 150px) !important;
    width: clamp(132px, 36vw, 150px) !important;
    min-height: 184px !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card.is-expanded {
    flex-basis: clamp(236px, 72vw, 302px) !important;
    width: clamp(236px, 72vw, 302px) !important;
    min-height: 232px !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    left: 16px !important;
    top: 18px !important;
    min-width: 82px !important;
    height: 68px !important;
    font-size: clamp(14px, 4vw, 17px) !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card strong {
    left: 16px !important;
    right: 16px !important;
    bottom: 36px !important;
    font-size: clamp(22px, 5.8vw, 27px) !important;
  }
}

/* 2026-05-21 mobilefix10: center event chips and make the green glow broader. */
@media (max-width: 899px) {
  .visual-product-scene .visual-product-rail {
    min-height: 292px !important;
    padding-left: calc(50vw - 68px) !important;
    padding-right: calc(50vw - 68px) !important;
    gap: 12px !important;
    scroll-padding-left: calc(50vw - 68px) !important;
    scroll-padding-right: calc(50vw - 68px) !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card {
    flex-basis: clamp(124px, 34vw, 140px) !important;
    width: clamp(124px, 34vw, 140px) !important;
    min-height: 186px !important;
    box-shadow:
      0 0 44px rgba(122, 240, 184, 0.14),
      inset 0 0 44px rgba(122, 240, 184, 0.08) !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card::before {
    background:
      radial-gradient(circle at 50% 31%, rgba(122, 240, 184, 0.35), rgba(122, 240, 184, 0.16) 36%, transparent 70%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.24)) !important;
    opacity: 1 !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    left: 50% !important;
    top: 18px !important;
    width: min(98px, calc(100% - 24px)) !important;
    min-width: 0 !important;
    height: 70px !important;
    transform: translateX(-50%) !important;
    border-radius: 999px !important;
    font-size: clamp(14px, 4.1vw, 17px) !important;
    box-shadow:
      0 0 42px rgba(122, 240, 184, 0.46),
      0 0 92px rgba(122, 240, 184, 0.24) !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card strong,
  .visual-product-scene .visual-product-card.visual-event-menu-card small {
    left: 14px !important;
    right: 14px !important;
    text-align: center !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card strong {
    bottom: 36px !important;
  }
}

/* 2026-05-22 mobilefix11: tighten event chips and CTA pills. */
.visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 900px) {
  .visual-product-scene .visual-product-stage {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .visual-product-scene .visual-product-rail {
    width: fit-content !important;
    max-width: calc(100vw - 280px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    transform: translateX(0) !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.video-text-actions a,
.video-text-actions button,
.visual-drawer-actions a,
.visual-drawer-actions button {
  min-height: 42px;
  padding: 10px 18px;
  line-height: 1.1;
}

@media (max-width: 899px) {
  .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    width: min(78px, calc(100% - 30px)) !important;
    height: 56px !important;
    padding: 0 8px !important;
    font-size: clamp(12px, 3.5vw, 15px) !important;
    box-shadow:
      0 0 36px rgba(122, 240, 184, 0.42),
      0 0 76px rgba(122, 240, 184, 0.2) !important;
  }

  .video-text-actions {
    gap: 10px !important;
  }

  .video-text-actions a,
  .video-text-actions button,
  .video-text-actions .btn-review,
  .video-text-actions .btn-shop,
  #productVideoBuyLink,
  .visual-drawer-actions a,
  .visual-drawer-actions button {
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 72px) !important;
    min-height: 46px !important;
    padding: 0 18px !important;
    font-size: clamp(14px, 3.9vw, 16px) !important;
  }

  #review-video .video-text-actions a,
  #review-video .video-text-actions button,
  #review-video .shop-wrap {
    width: auto !important;
    min-width: 0 !important;
  }

  #review-video .shop-wrap {
    display: inline-flex !important;
    justify-content: center !important;
  }
}

/* 2026-05-22 pcfix6: align event popup actions and make product browse replace categories. */
.visual-product-scene .visual-drawer-actions {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  text-align: center !important;
}

.visual-product-scene .visual-drawer-actions a,
.visual-product-scene .visual-drawer-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

#featured-products .product-showcase {
  position: relative !important;
}

#featured-products .product-showcase.has-products .product-category-strip {
  max-height: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transform: translateY(-10px) !important;
}

#featured-products .product-showcase.has-products .product-showcase-body {
  display: grid !important;
  margin-top: clamp(-18px, -1.8vw, -8px) !important;
  padding: clamp(12px, 2vw, 24px) 0 !important;
  border-radius: 12px !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(122,240,184,0.13), transparent 22rem),
    rgba(4,12,12,0.28) !important;
  box-shadow: 0 24px 90px rgba(0,0,0,0.26) !important;
}

@media (max-width: 899px) {
  .visual-product-scene .visual-drawer-actions {
    gap: 10px !important;
  }

  #featured-products .product-showcase.has-products .product-menu-heading {
    margin-bottom: -6px !important;
  }

  #featured-products .product-showcase.has-products .product-showcase-body {
    width: min(100vw - 24px, 640px) !important;
    margin-top: -8px !important;
    padding: 8px 0 10px !important;
  }

  #featured-products .product-showcase.has-products .product-rail-tools {
    top: 0 !important;
    right: 8px !important;
  }
}

/* 2026-05-22 pcfix8: first active product thumbnail must center on mobile and desktop reload starts at EVENT. */
@media (max-width: 899px) {
  #featured-products .product-showcase.has-products .product-showcase-body {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  #featured-products .product-showcase.has-products .product-thumb-rail {
    width: 100vw !important;
    padding-left: max(12px, calc(50vw - min(36vw, 143px))) !important;
    padding-right: max(12px, calc(50vw - min(36vw, 143px))) !important;
  }
}

/* 2026-05-22 pcfix12: prevent event card title/description overlap on desktop. */
@media (min-width: 900px) {
  .visual-product-scene .visual-product-card.visual-event-menu-card {
    min-height: 308px !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card strong {
    left: 28px !important;
    right: 24px !important;
    bottom: 86px !important;
    min-height: 0 !important;
    max-height: 2.3em !important;
    display: flex !important;
    align-items: flex-end !important;
    font-size: clamp(24px, 1.45vw, 30px) !important;
    line-height: 1.08 !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
    overflow: hidden !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card small {
    left: 28px !important;
    right: 24px !important;
    bottom: 34px !important;
    min-height: 2.6em !important;
    display: block !important;
    font-size: clamp(13px, 0.9vw, 16px) !important;
    line-height: 1.3 !important;
    word-break: keep-all !important;
    overflow: hidden !important;
  }
}

/* 2026-05-22 pcfix14: final desktop event copy lock. */
@media (min-width: 900px) {
  .visual-product-scene .visual-product-card.visual-event-menu-card strong {
    bottom: 98px !important;
    font-size: clamp(22px, 1.35vw, 28px) !important;
    max-height: 2.25em !important;
  }

  .visual-product-scene .visual-product-card.visual-event-menu-card small {
    bottom: 34px !important;
    min-height: 3.3em !important;
    font-size: clamp(13px, 0.82vw, 15px) !important;
  }
}

/* 2026-05-22 pcfix15: admin site tone controls the whole main page, not only event. */
body[data-site-tone="custom"] .visual-product-scene,
body[data-site-tone="custom"] #featured-products,
body[data-site-tone="custom"] #product-video,
body[data-site-tone="custom"] #size-guide-video,
body[data-site-tone="custom"] #review-video,
body[data-site-tone="custom"] #weekly-deals,
body[data-site-tone="custom"] #quick-links,
body[data-site-tone="custom"] #official-shops,
body[data-site-tone="custom"] #official-sns,
body[data-site-tone="custom"] #cs {
  background:
    radial-gradient(circle at 50% 28%, color-mix(in srgb, var(--accent) 11%, transparent), transparent 34rem),
    radial-gradient(circle at 80% 44%, color-mix(in srgb, var(--accent2) 8%, transparent), transparent 30rem),
    linear-gradient(180deg, color-mix(in srgb, var(--site-bg, #05090a) 92%, #ffffff 8%) 0%, var(--site-bg, #05090a) 100%) !important;
}

body[data-site-tone="custom"] .visual-product-card.visual-event-menu-card::before,
body[data-site-tone="custom"] .product-category-card::before,
body[data-site-tone="custom"] .product-thumb-card::before {
  background:
    radial-gradient(circle at 50% 31%, color-mix(in srgb, var(--accent) 36%, transparent), color-mix(in srgb, var(--accent) 14%, transparent) 36%, transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.24)) !important;
}

body[data-site-tone="custom"] .visual-event-chip,
body[data-site-tone="custom"] #product-video .video-text .vlabel,
body[data-site-tone="custom"] #size-guide-video .video-text .vlabel,
body[data-site-tone="custom"] #review-video .video-text .vlabel,
body[data-site-tone="custom"] #official-shops .section-label,
body[data-site-tone="custom"] #official-sns .section-label,
body[data-site-tone="custom"] #cs .section-label {
  background: var(--accent, #7af0b8) !important;
  box-shadow: 0 18px 52px color-mix(in srgb, var(--accent) 18%, transparent) !important;
}

body[data-site-tone="custom"] .visual-product-card.visual-event-menu-card,
body[data-site-tone="custom"] .product-category-card,
body[data-site-tone="custom"] .product-thumb-card {
  border-color: color-mix(in srgb, var(--accent) 26%, rgba(255, 255, 255, 0.18)) !important;
  box-shadow:
    0 0 44px color-mix(in srgb, var(--accent) 13%, transparent),
    inset 0 0 44px color-mix(in srgb, var(--accent) 8%, transparent) !important;
}

body[data-site-tone="custom"] .visual-logo-dot {
  border-color: var(--accent, #7af0b8) !important;
  box-shadow: 0 0 22px color-mix(in srgb, var(--accent) 42%, transparent) !important;
}

body[data-site-tone="custom"] .visual-logo-lockup em,
body[data-site-tone="custom"] #featured-products .product-menu-heading span,
body[data-site-tone="custom"] .product-category-copy em,
body[data-site-tone="custom"] .product-thumb-card .product-thumb-code,
body[data-site-tone="custom"] .product-feature-copy strong {
  color: var(--accent, #7af0b8) !important;
  background: transparent !important;
  text-shadow: 0 0 22px color-mix(in srgb, var(--accent) 22%, transparent) !important;
}

body[data-site-tone="custom"] #featured-products .product-category-card {
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 14rem),
    linear-gradient(135deg, color-mix(in srgb, var(--accent2) 16%, rgba(255,255,255,0.08)), rgba(255,255,255,0.035)),
    color-mix(in srgb, var(--site-bg, #05090a) 78%, #ffffff 8%) !important;
}

body[data-site-tone="custom"] #featured-products .product-category-card.active,
body[data-site-tone="custom"] #featured-products .product-category-card:hover {
  border-color: color-mix(in srgb, var(--accent) 56%, rgba(255,255,255,0.18)) !important;
  background:
    radial-gradient(circle at 20% 8%, color-mix(in srgb, var(--accent) 28%, transparent), transparent 16rem),
    radial-gradient(circle at 92% 80%, color-mix(in srgb, var(--accent2) 20%, transparent), transparent 12rem),
    color-mix(in srgb, var(--site-bg, #05090a) 68%, #ffffff 10%) !important;
}

body[data-site-tone="custom"] #featured-products .product-category-image,
body[data-site-tone="custom"] #featured-products .product-thumb-card {
  background:
    radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 9rem),
    color-mix(in srgb, var(--site-bg, #05090a) 72%, #ffffff 9%) !important;
}

body[data-site-tone="custom"] #featured-products .product-thumb-card.active {
  border-color: color-mix(in srgb, var(--accent) 58%, rgba(255,255,255,0.22)) !important;
  box-shadow:
    0 34px 100px rgba(0,0,0,0.42),
    0 0 0 4px color-mix(in srgb, var(--accent) 12%, transparent),
    0 0 72px color-mix(in srgb, var(--accent2) 16%, transparent) !important;
}

body[data-site-tone="custom"] .cat-tab.side.active,
body[data-site-tone="custom"] .cat-tab.mid.active,
body[data-site-tone="custom"] .button,
body[data-site-tone="custom"] .buy-btn,
body[data-site-tone="custom"] .tooltip-actions a {
  background: linear-gradient(135deg, var(--accent, #7af0b8), var(--accent2, #26b889)) !important;
  color: #06110d !important;
  box-shadow: 0 10px 26px color-mix(in srgb, var(--accent) 22%, transparent) !important;
}

body[data-site-tone="custom"] .product-thumb-rail {
  scrollbar-color: color-mix(in srgb, var(--accent) 58%, transparent) transparent !important;
}

/* 2026-05-22 pcfix17: force all lower-section chips/buttons to follow the selected page tone. */
body[data-site-tone="custom"] .section-label,
body[data-site-tone="custom"] .video-text .vlabel,
body[data-site-tone="custom"] .link-card .ic,
body[data-site-tone="custom"] .sns-card .ic,
body[data-site-tone="custom"] .cs-card .ic,
body[data-site-tone="custom"] .visual-event-chip,
body[data-site-tone="custom"] .badge,
body[data-site-tone="custom"] .cat-tab.active,
body[data-site-tone="custom"] .video-text-actions .btn-review,
body[data-site-tone="custom"] .video-text-actions .btn-shop,
body[data-site-tone="custom"] #productVideoBuyLink,
body[data-site-tone="custom"] .visual-drawer-actions a,
body[data-site-tone="custom"] .visual-drawer-actions button {
  color: #06110d !important;
  background: linear-gradient(135deg, var(--accent, #7af0b8), var(--accent2, #26b889)) !important;
  border-color: color-mix(in srgb, var(--accent) 42%, rgba(255,255,255,0.18)) !important;
  box-shadow:
    0 14px 38px color-mix(in srgb, var(--accent) 20%, transparent),
    0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent) !important;
}

body[data-site-tone="custom"] .deal .price,
body[data-site-tone="custom"] .shop-card .brand,
body[data-site-tone="custom"] .shop-card .arrow,
body[data-site-tone="custom"] .product-category-copy em,
body[data-site-tone="custom"] .product-thumb-code,
body[data-site-tone="custom"] .visual-logo-lockup em {
  color: var(--accent, #7af0b8) !important;
  text-shadow: 0 0 22px color-mix(in srgb, var(--accent) 24%, transparent) !important;
}

body[data-site-tone="custom"] .link-card,
body[data-site-tone="custom"] .sns-card,
body[data-site-tone="custom"] .deal,
body[data-site-tone="custom"] .shop-card,
body[data-site-tone="custom"] .cs-card {
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 18rem),
    radial-gradient(circle at 90% 88%, color-mix(in srgb, var(--accent2) 12%, transparent), transparent 16rem),
    color-mix(in srgb, var(--site-bg, #05090a) 68%, #ffffff 10%) !important;
  border-color: color-mix(in srgb, var(--accent) 22%, rgba(255,255,255,0.14)) !important;
}

body[data-site-tone="custom"] .link-card:hover,
body[data-site-tone="custom"] .sns-card:hover,
body[data-site-tone="custom"] a.deal:hover,
body[data-site-tone="custom"] .shop-card:hover,
body[data-site-tone="custom"] .cs-card:hover {
  border-color: color-mix(in srgb, var(--accent) 48%, rgba(255,255,255,0.18)) !important;
  box-shadow:
    0 34px 100px rgba(0,0,0,0.42),
    0 0 0 4px color-mix(in srgb, var(--accent) 10%, transparent) !important;
}

body[data-site-tone="custom"] #review-video .video-text-actions,
body[data-site-tone="custom"] #product-video .video-text-actions {
  align-items: center !important;
}

body[data-site-tone="custom"] #review-video .video-text-actions a,
body[data-site-tone="custom"] #review-video .video-text-actions button,
body[data-site-tone="custom"] #product-video .video-text-actions a,
body[data-site-tone="custom"] #product-video .video-text-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

@media (min-width: 900px) {
  body[data-site-tone="custom"] #weekly-deals > .wrap,
  body[data-site-tone="custom"] #quick-links > .wrap,
  body[data-site-tone="custom"] #official-sns > .wrap,
  body[data-site-tone="custom"] #official-shops > .wrap,
  body[data-site-tone="custom"] #cs > .wrap {
    padding-top: clamp(54px, 7vh, 86px) !important;
  }
}

/* 2026-05-22 pcfix18: unify every section with the product-heading mood. */
body[data-site-tone="custom"] {
  --tone-ink: color-mix(in srgb, var(--accent) 76%, #ffffff 24%);
  --tone-ink-soft: color-mix(in srgb, var(--accent) 44%, rgba(242,247,244,0.62) 56%);
  --tone-pill-bg: color-mix(in srgb, var(--site-bg, #05090a) 72%, var(--accent) 28%);
  --tone-pill-bg2: color-mix(in srgb, var(--site-bg, #05090a) 78%, var(--accent2) 22%);
  --tone-card-bg: color-mix(in srgb, var(--site-bg, #05090a) 70%, #ffffff 9%);
}

body[data-site-tone="custom"] .section-label,
body[data-site-tone="custom"] .video-text .vlabel,
body[data-site-tone="custom"] #featured-products .product-menu-heading span,
body[data-site-tone="custom"] .link-card .ic,
body[data-site-tone="custom"] .sns-card .ic,
body[data-site-tone="custom"] .cs-card .ic,
body[data-site-tone="custom"] .badge,
body[data-site-tone="custom"] .visual-event-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 0 !important;
  min-height: 50px !important;
  margin: 0 0 22px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  color: var(--tone-ink, var(--accent)) !important;
  background:
    radial-gradient(circle at 34% 20%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 72%),
    linear-gradient(135deg, var(--tone-pill-bg), var(--tone-pill-bg2)) !important;
  border: 1px solid color-mix(in srgb, var(--accent) 20%, rgba(255,255,255,0.10)) !important;
  box-shadow:
    0 18px 52px color-mix(in srgb, var(--accent) 13%, transparent),
    inset 0 0 28px color-mix(in srgb, var(--accent) 6%, transparent) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-shadow: none !important;
}

body[data-site-tone="custom"] .video-text h3,
body[data-site-tone="custom"] #weekly-deals .block-title,
body[data-site-tone="custom"] #official-shops .block-title,
body[data-site-tone="custom"] #official-sns .block-title,
body[data-site-tone="custom"] #cs .block-title,
body[data-site-tone="custom"] #featured-products .product-menu-heading strong {
  color: #f5f7f4 !important;
  font-size: clamp(44px, 5.2vw, 82px) !important;
  font-weight: 950 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  max-width: 10.5em !important;
  margin: 0 0 18px !important;
  text-align: left !important;
}

body[data-site-tone="custom"] #size-guide-video .video-text h3,
body[data-site-tone="custom"] #review-video .video-text h3 {
  font-size: clamp(42px, 4.6vw, 76px) !important;
  max-width: 9.8em !important;
}

body[data-site-tone="custom"] .video-text p,
body[data-site-tone="custom"] #weekly-deals .mega-help,
body[data-site-tone="custom"] #official-shops .mega-help,
body[data-site-tone="custom"] #official-sns .mega-help,
body[data-site-tone="custom"] #cs .mega-help,
body[data-site-tone="custom"] #featured-products .product-menu-heading p,
body[data-site-tone="custom"] .link-card p,
body[data-site-tone="custom"] .sns-card p,
body[data-site-tone="custom"] .shop-card p,
body[data-site-tone="custom"] .cs-card p {
  color: color-mix(in srgb, #f2f7f4 66%, var(--accent) 10%) !important;
  opacity: 0.78 !important;
}

body[data-site-tone="custom"] .visual-logo-lockup em,
body[data-site-tone="custom"] .deal .price,
body[data-site-tone="custom"] .shop-card .brand,
body[data-site-tone="custom"] .shop-card .arrow,
body[data-site-tone="custom"] .product-category-copy em,
body[data-site-tone="custom"] .product-thumb-code,
body[data-site-tone="custom"] .product-feature-copy strong {
  color: var(--tone-ink, var(--accent)) !important;
  text-shadow: 0 0 26px color-mix(in srgb, var(--accent) 18%, transparent) !important;
}

body[data-site-tone="custom"] .link-card,
body[data-site-tone="custom"] .sns-card,
body[data-site-tone="custom"] .deal,
body[data-site-tone="custom"] .shop-card,
body[data-site-tone="custom"] .cs-card,
body[data-site-tone="custom"] #featured-products .product-category-card,
body[data-site-tone="custom"] #featured-products .product-thumb-card {
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--accent) 11%, transparent), transparent 18rem),
    radial-gradient(circle at 92% 86%, color-mix(in srgb, var(--accent2) 8%, transparent), transparent 16rem),
    linear-gradient(135deg, color-mix(in srgb, var(--tone-card-bg) 92%, var(--accent) 8%), color-mix(in srgb, var(--tone-card-bg) 92%, var(--accent2) 8%)) !important;
  border-color: color-mix(in srgb, var(--accent) 18%, rgba(255,255,255,0.14)) !important;
}

body[data-site-tone="custom"] .video-text-actions .btn-review,
body[data-site-tone="custom"] .video-text-actions .btn-shop,
body[data-site-tone="custom"] #productVideoBuyLink,
body[data-site-tone="custom"] .cat-tab.active,
body[data-site-tone="custom"] .button,
body[data-site-tone="custom"] .buy-btn,
body[data-site-tone="custom"] .tooltip-actions a {
  color: #06110d !important;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 82%, #ffffff 18%), color-mix(in srgb, var(--accent2) 82%, #ffffff 18%)) !important;
  box-shadow:
    0 16px 42px color-mix(in srgb, var(--accent) 18%, transparent),
    0 0 0 1px color-mix(in srgb, var(--accent) 22%, transparent) !important;
}

body[data-site-tone="custom"] .cat-tab:not(.active) {
  color: rgba(242,247,244,0.76) !important;
  background: color-mix(in srgb, var(--site-bg, #05090a) 72%, #ffffff 10%) !important;
  border-color: rgba(255,255,255,0.13) !important;
}

@media (min-width: 900px) {
  body[data-site-tone="custom"] .video-row,
  body[data-site-tone="custom"] .block {
    min-height: 84svh !important;
  }

  body[data-site-tone="custom"] #quick-links,
  body[data-site-tone="custom"] #official-sns,
  body[data-site-tone="custom"] #official-shops,
  body[data-site-tone="custom"] #weekly-deals {
    align-items: center !important;
  }
}

/* 2026-05-22 pcfix19: black premium base, all chips use one refined tone system. */
body[data-site-tone="custom"] {
  --tone-base: #05090a;
  --tone-panel: #0a1011;
  --tone-ink: color-mix(in srgb, var(--accent) 72%, #ffffff 28%);
  --tone-ink-soft: color-mix(in srgb, var(--accent) 34%, rgba(242,247,244,0.72) 66%);
  --tone-pill-bg: color-mix(in srgb, #05090a 88%, var(--accent) 12%);
  --tone-pill-bg2: color-mix(in srgb, #070b0c 86%, var(--accent2) 14%);
  --tone-card-bg: color-mix(in srgb, #0a1011 88%, var(--accent) 12%);
  background:
    radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 30rem),
    radial-gradient(circle at 88% 44%, color-mix(in srgb, var(--accent2) 6%, transparent), transparent 34rem),
    linear-gradient(180deg, #05090a 0%, #081011 46vh, #05090a 100%) !important;
}

body[data-site-tone="custom"] .visual-product-scene,
body[data-site-tone="custom"] #featured-products,
body[data-site-tone="custom"] #product-video,
body[data-site-tone="custom"] #size-guide-video,
body[data-site-tone="custom"] #review-video,
body[data-site-tone="custom"] #weekly-deals,
body[data-site-tone="custom"] #quick-links,
body[data-site-tone="custom"] #official-shops,
body[data-site-tone="custom"] #official-sns,
body[data-site-tone="custom"] #cs {
  background:
    radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--accent) 9%, transparent), transparent 30rem),
    radial-gradient(circle at 86% 48%, color-mix(in srgb, var(--accent2) 7%, transparent), transparent 34rem),
    linear-gradient(180deg, #06100f 0%, #05090a 100%) !important;
}

body[data-site-tone="custom"] .section-label,
body[data-site-tone="custom"] .video-text .vlabel,
body[data-site-tone="custom"] #featured-products .product-menu-heading span,
body[data-site-tone="custom"] .link-card .ic,
body[data-site-tone="custom"] .sns-card .ic,
body[data-site-tone="custom"] .cs-card .ic,
body[data-site-tone="custom"] .badge,
body[data-site-tone="custom"] .visual-event-chip {
  min-height: 54px !important;
  padding: 0 30px !important;
  color: var(--tone-ink, var(--accent)) !important;
  background:
    radial-gradient(circle at 38% 28%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 70%),
    linear-gradient(135deg, var(--tone-pill-bg), var(--tone-pill-bg2)) !important;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, rgba(255,255,255,0.10)) !important;
  box-shadow:
    0 18px 48px color-mix(in srgb, var(--accent) 11%, transparent),
    inset 0 0 30px color-mix(in srgb, var(--accent) 7%, transparent) !important;
  text-shadow: 0 0 20px color-mix(in srgb, var(--accent) 14%, transparent) !important;
}

body[data-site-tone="custom"] .visual-event-chip {
  color: var(--tone-ink, var(--accent)) !important;
}

body[data-site-tone="custom"] .link-card,
body[data-site-tone="custom"] .sns-card,
body[data-site-tone="custom"] .deal,
body[data-site-tone="custom"] .shop-card,
body[data-site-tone="custom"] .cs-card,
body[data-site-tone="custom"] #featured-products .product-category-card,
body[data-site-tone="custom"] #featured-products .product-thumb-card {
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--accent) 9%, transparent), transparent 18rem),
    radial-gradient(circle at 94% 86%, color-mix(in srgb, var(--accent2) 7%, transparent), transparent 16rem),
    linear-gradient(135deg, color-mix(in srgb, #101819 82%, var(--accent) 8%), color-mix(in srgb, #111419 84%, var(--accent2) 7%)) !important;
  border-color: color-mix(in srgb, var(--accent) 18%, rgba(255,255,255,0.16)) !important;
}

body[data-site-tone="custom"] .video-text-actions .btn-review,
body[data-site-tone="custom"] .video-text-actions .btn-shop,
body[data-site-tone="custom"] #productVideoBuyLink,
body[data-site-tone="custom"] .cat-tab.active,
body[data-site-tone="custom"] .button,
body[data-site-tone="custom"] .buy-btn,
body[data-site-tone="custom"] .tooltip-actions a {
  color: #05090a !important;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 76%, #ffffff 24%), color-mix(in srgb, var(--accent2) 76%, #ffffff 24%)) !important;
  box-shadow:
    0 16px 42px color-mix(in srgb, var(--accent) 16%, transparent),
    0 0 0 1px color-mix(in srgb, var(--accent) 20%, transparent) !important;
}

body[data-site-tone="custom"] .visual-logo-lockup em,
body[data-site-tone="custom"] #featured-products .product-menu-heading span,
body[data-site-tone="custom"] .deal .price,
body[data-site-tone="custom"] .shop-card .brand,
body[data-site-tone="custom"] .shop-card .arrow,
body[data-site-tone="custom"] .product-category-copy em,
body[data-site-tone="custom"] .product-thumb-code,
body[data-site-tone="custom"] .product-feature-copy strong {
  color: var(--tone-ink, var(--accent)) !important;
  text-shadow: 0 0 28px color-mix(in srgb, var(--accent) 18%, transparent) !important;
}

body[data-site-tone="custom"] .visual-logo-lockup strong {
  color: rgba(242,247,244,0.36) !important;
}

@media (max-width: 899px) {
  body[data-site-tone="custom"] .visual-event-chip,
  body[data-site-tone="custom"] .section-label,
  body[data-site-tone="custom"] .video-text .vlabel,
  body[data-site-tone="custom"] #featured-products .product-menu-heading span,
  body[data-site-tone="custom"] .link-card .ic,
  body[data-site-tone="custom"] .sns-card .ic,
  body[data-site-tone="custom"] .cs-card .ic {
    min-height: 48px !important;
    padding: 0 24px !important;
    font-size: clamp(13px, 3.6vw, 16px) !important;
  }

  body[data-site-tone="custom"] .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    width: auto !important;
    min-width: min(92px, calc(100% - 24px)) !important;
    height: 58px !important;
  }
}

/* 2026-05-22 pcfix20: exact DABONI PRODUCTS capsule rule everywhere, no fixed green glow. */
body[data-site-tone="custom"] {
  --premium-bg: #05090a;
  --premium-panel: #0b1112;
  --premium-card: #111718;
  --premium-chip-text: color-mix(in srgb, var(--accent) 72%, #ffffff 28%);
  --premium-chip-bg-a: color-mix(in srgb, #05090a 90%, var(--accent) 10%);
  --premium-chip-bg-b: color-mix(in srgb, #0b1112 88%, var(--accent2) 12%);
}

body[data-site-tone="custom"],
body[data-site-tone="custom"] main {
  background:
    radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--accent) 7%, transparent), transparent 32rem),
    radial-gradient(circle at 86% 46%, color-mix(in srgb, var(--accent2) 5%, transparent), transparent 36rem),
    linear-gradient(180deg, #05090a 0%, #07100f 42%, #05090a 100%) !important;
}

body[data-site-tone="custom"] .visual-product-scene,
body[data-site-tone="custom"] #featured-products,
body[data-site-tone="custom"] #product-video,
body[data-site-tone="custom"] #size-guide-video,
body[data-site-tone="custom"] #review-video,
body[data-site-tone="custom"] #weekly-deals,
body[data-site-tone="custom"] #quick-links,
body[data-site-tone="custom"] #official-shops,
body[data-site-tone="custom"] #official-sns,
body[data-site-tone="custom"] #cs {
  background:
    radial-gradient(circle at 22% 18%, color-mix(in srgb, var(--accent) 7%, transparent), transparent 30rem),
    radial-gradient(circle at 84% 54%, color-mix(in srgb, var(--accent2) 5%, transparent), transparent 34rem),
    linear-gradient(180deg, #06100f 0%, #05090a 100%) !important;
}

body[data-site-tone="custom"] .section-label,
body[data-site-tone="custom"] .video-text .vlabel,
body[data-site-tone="custom"] #featured-products .product-menu-heading span,
body[data-site-tone="custom"] .link-card .ic,
body[data-site-tone="custom"] .sns-card .ic,
body[data-site-tone="custom"] .cs-card .ic,
body[data-site-tone="custom"] .badge,
body[data-site-tone="custom"] .visual-event-chip,
body[data-site-tone="custom"] .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 0 !important;
  min-height: 54px !important;
  height: 54px !important;
  margin: 0 0 22px !important;
  padding: 0 30px !important;
  border-radius: 999px !important;
  color: var(--premium-chip-text) !important;
  background:
    radial-gradient(circle at 46% 38%, color-mix(in srgb, var(--accent) 13%, transparent), transparent 72%),
    linear-gradient(135deg, var(--premium-chip-bg-a), var(--premium-chip-bg-b)) !important;
  border: 1px solid color-mix(in srgb, var(--accent) 26%, rgba(255,255,255,0.12)) !important;
  box-shadow:
    0 0 34px color-mix(in srgb, var(--accent) 15%, transparent),
    inset 0 0 34px color-mix(in srgb, var(--accent) 8%, transparent) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  opacity: 1 !important;
  text-shadow: 0 0 18px color-mix(in srgb, var(--accent) 14%, transparent) !important;
}

body[data-site-tone="custom"] .visual-product-card.visual-event-menu-card.has-no-image,
body[data-site-tone="custom"] .visual-product-card.visual-event-menu-card::before,
body[data-site-tone="custom"] .visual-product-card.visual-event-menu-card.has-no-image::before,
body[data-site-tone="custom"] #featured-products .product-category-card::before,
body[data-site-tone="custom"] #featured-products .product-thumb-card::before,
body[data-site-tone="custom"] .link-card,
body[data-site-tone="custom"] .sns-card,
body[data-site-tone="custom"] .deal,
body[data-site-tone="custom"] .shop-card,
body[data-site-tone="custom"] .cs-card,
body[data-site-tone="custom"] #featured-products .product-category-card,
body[data-site-tone="custom"] #featured-products .product-thumb-card {
  background:
    radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 18rem),
    radial-gradient(circle at 92% 86%, color-mix(in srgb, var(--accent2) 6%, transparent), transparent 16rem),
    linear-gradient(135deg, color-mix(in srgb, #111718 90%, var(--accent) 6%), color-mix(in srgb, #101316 90%, var(--accent2) 6%)) !important;
  border-color: color-mix(in srgb, var(--accent) 18%, rgba(255,255,255,0.16)) !important;
  box-shadow:
    0 24px 80px rgba(0,0,0,0.30),
    inset 0 0 44px color-mix(in srgb, var(--accent) 5%, transparent) !important;
}

body[data-site-tone="custom"] .visual-product-card.visual-event-menu-card::before,
body[data-site-tone="custom"] .visual-product-card.visual-event-menu-card.has-no-image::before,
body[data-site-tone="custom"] #featured-products .product-category-card::before,
body[data-site-tone="custom"] #featured-products .product-thumb-card::before {
  opacity: 1 !important;
  pointer-events: none !important;
}

body[data-site-tone="custom"] .visual-product-card.visual-event-menu-card.is-expanded,
body[data-site-tone="custom"] #featured-products .product-category-card.active,
body[data-site-tone="custom"] #featured-products .product-thumb-card.active {
  border-color: color-mix(in srgb, var(--accent) 42%, rgba(255,255,255,0.18)) !important;
  box-shadow:
    0 34px 100px rgba(0,0,0,0.42),
    0 0 0 3px color-mix(in srgb, var(--accent) 9%, transparent),
    inset 0 0 52px color-mix(in srgb, var(--accent) 7%, transparent) !important;
}

body[data-site-tone="custom"] .visual-logo-lockup em,
body[data-site-tone="custom"] .video-text h3 + p,
body[data-site-tone="custom"] #featured-products .product-menu-heading p,
body[data-site-tone="custom"] .deal .price,
body[data-site-tone="custom"] .shop-card .brand,
body[data-site-tone="custom"] .shop-card .arrow,
body[data-site-tone="custom"] .product-category-copy em,
body[data-site-tone="custom"] .product-thumb-code,
body[data-site-tone="custom"] .product-feature-copy strong {
  color: var(--premium-chip-text) !important;
  text-shadow: 0 0 22px color-mix(in srgb, var(--accent) 16%, transparent) !important;
}

body[data-site-tone="custom"] .video-text-actions .btn-review,
body[data-site-tone="custom"] .video-text-actions .btn-shop,
body[data-site-tone="custom"] #productVideoBuyLink,
body[data-site-tone="custom"] .cat-tab.active,
body[data-site-tone="custom"] .button,
body[data-site-tone="custom"] .buy-btn,
body[data-site-tone="custom"] .tooltip-actions a {
  color: #05090a !important;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 72%, #ffffff 28%), color-mix(in srgb, var(--accent2) 72%, #ffffff 28%)) !important;
  box-shadow:
    0 16px 42px color-mix(in srgb, var(--accent) 16%, transparent),
    0 0 0 1px color-mix(in srgb, var(--accent) 20%, transparent) !important;
}

@media (max-width: 899px) {
  body[data-site-tone="custom"] .section-label,
  body[data-site-tone="custom"] .video-text .vlabel,
  body[data-site-tone="custom"] #featured-products .product-menu-heading span,
  body[data-site-tone="custom"] .link-card .ic,
  body[data-site-tone="custom"] .sns-card .ic,
  body[data-site-tone="custom"] .cs-card .ic,
  body[data-site-tone="custom"] .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    min-height: 48px !important;
    height: 48px !important;
    padding: 0 24px !important;
    font-size: clamp(13px, 3.6vw, 16px) !important;
  }
}

/* 2026-05-22 pcfix21: hard override section pills to dark premium capsules. */
body[data-site-tone="custom"] .section-label,
body[data-site-tone="custom"] .video-text .vlabel,
body[data-site-tone="custom"] #featured-products .product-menu-heading span,
body[data-site-tone="custom"] .link-card .ic,
body[data-site-tone="custom"] .sns-card .ic,
body[data-site-tone="custom"] .cs-card .ic,
body[data-site-tone="custom"] .badge,
body[data-site-tone="custom"] .visual-event-chip,
body[data-site-tone="custom"] .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 0 !important;
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 30px !important;
  border-radius: 999px !important;
  color: var(--accent, #f5a3b3) !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.045), transparent 68%),
    linear-gradient(135deg, rgba(10,14,14,0.98), rgba(20,20,22,0.94)) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  box-shadow:
    0 0 34px rgba(255,255,255,0.045),
    0 18px 54px rgba(0,0,0,0.30),
    inset 0 0 34px rgba(255,255,255,0.045) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  opacity: 1 !important;
  text-shadow: 0 0 18px rgba(255,255,255,0.08) !important;
}

body[data-site-tone="custom"] .link-card .ic,
body[data-site-tone="custom"] .sns-card .ic,
body[data-site-tone="custom"] .cs-card .ic {
  margin: 0 0 22px !important;
}

body[data-site-tone="custom"] .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
  color: var(--accent, #f5a3b3) !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.045), transparent 68%),
    linear-gradient(135deg, rgba(10,14,14,0.98), rgba(20,20,22,0.94)) !important;
}

body[data-site-tone="custom"] .video-text-actions .btn-review,
body[data-site-tone="custom"] .video-text-actions .btn-shop,
body[data-site-tone="custom"] #productVideoBuyLink,
body[data-site-tone="custom"] .cat-tab.active,
body[data-site-tone="custom"] .button,
body[data-site-tone="custom"] .buy-btn,
body[data-site-tone="custom"] .tooltip-actions a {
  color: #07100f !important;
  background: linear-gradient(135deg, var(--accent, #f5a3b3), var(--accent2, #d95c73)) !important;
}

@media (max-width: 899px) {
  body[data-site-tone="custom"] .section-label,
  body[data-site-tone="custom"] .video-text .vlabel,
  body[data-site-tone="custom"] #featured-products .product-menu-heading span,
  body[data-site-tone="custom"] .link-card .ic,
  body[data-site-tone="custom"] .sns-card .ic,
  body[data-site-tone="custom"] .cs-card .ic,
  body[data-site-tone="custom"] .badge,
  body[data-site-tone="custom"] .visual-event-chip,
  body[data-site-tone="custom"] .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip {
    min-height: 48px !important;
    height: 48px !important;
    padding: 0 22px !important;
    font-size: clamp(13px, 3.6vw, 16px) !important;
  }
}

/* ============================================================
   DABONI 라벨·카드 통일 v2 (2026-05-25) — DABONI PRODUCTS 기준
   시맨틱 변수만 사용 + ID 포함 selector list로 (1,3,2) 충돌까지 잡음.
   source order = main.css 끝, 기존 5겹 룰 다음에 박혀서 모든 fill·초록을 덮음.
   미래 톤 변경: :root의 --label-bg / --label-fg / --label-border 1줄씩만.
   ============================================================ */

/* 1) 모든 라벨 = outlined ghost (var(--accent) 따라감) */
html body[data-site-tone="custom"] .section-label,
html body[data-site-tone="custom"] #official-shops .section-label,
html body[data-site-tone="custom"] #official-sns .section-label,
html body[data-site-tone="custom"] #cs .section-label,
html body[data-site-tone="custom"] .video-text .vlabel,
html body[data-site-tone="custom"] #product-video .video-text .vlabel,
html body[data-site-tone="custom"] #size-guide-video .video-text .vlabel,
html body[data-site-tone="custom"] #review-video .video-text .vlabel,
html body[data-site-tone="custom"] .badge,
html body[data-site-tone="custom"] .visual-event-chip,
html body[data-site-tone="custom"] .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip,
html body[data-site-tone="custom"] #featured-products .product-menu-heading span,
html body[data-site-tone="custom"] #quick-links .link-card .ic,
html body[data-site-tone="custom"] #official-sns .sns-card .ic,
html body[data-site-tone="custom"] #cs .cs-card .ic,
html body[data-site-tone="custom"] .link-card .ic,
html body[data-site-tone="custom"] .sns-card .ic,
html body[data-site-tone="custom"] .cs-card .ic {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 0 !important;
  min-height: 50px !important;
  height: auto !important;
  margin: 0 0 18px !important;
  padding: 12px 28px !important;
  border-radius: 999px !important;
  background: var(--label-bg) !important;
  background-color: var(--label-bg) !important;
  background-image: none !important;
  color: var(--label-fg) !important;
  border: var(--label-border-width) solid var(--label-border) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-shadow: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

/* 2) 큰 섹션 제목은 좀 더 크게 (DABONI PRODUCTS 기준) + 은은한 빛 */
html body[data-site-tone="custom"] .section-label,
html body[data-site-tone="custom"] #official-shops .section-label,
html body[data-site-tone="custom"] #official-sns .section-label,
html body[data-site-tone="custom"] #cs .section-label,
html body[data-site-tone="custom"] .video-text .vlabel,
html body[data-site-tone="custom"] #product-video .video-text .vlabel,
html body[data-site-tone="custom"] #size-guide-video .video-text .vlabel,
html body[data-site-tone="custom"] #review-video .video-text .vlabel,
html body[data-site-tone="custom"] #featured-products .product-menu-heading span {
  min-height: 54px !important;
  padding: 14px 32px !important;
  font-size: 15px !important;
  box-shadow:
    0 0 22px color-mix(in srgb, var(--accent) 28%, transparent),
    0 0 8px color-mix(in srgb, var(--accent) 50%, transparent) !important;
}

/* 2a) 큰 섹션 워터마크(.visual-logo-lockup em — "PRODUCTS" 등) = accent 따라가게 (초록 고정 해제) */
html body[data-site-tone="custom"] .visual-logo-lockup em {
  color: var(--accent) !important;
  text-shadow: 0 0 24px color-mix(in srgb, var(--accent) 55%, transparent), 0 0 50px color-mix(in srgb, var(--accent) 25%, transparent) !important;
}
/* SNS 카드(INSTAGRAM/YOUTUBE/BLOG) hover = shop(카카오)처럼 분홍 테두리 통일 (2026-05-27) */
html body[data-site-tone="custom"] #official-sns .sns-card:hover {
  border-color: color-mix(in srgb, var(--accent) 48%, rgba(255,255,255,0.18)) !important;
}

/* 2b) 선택된 카테고리 탭(.cat-tab.active) — 더 강한 빛 */
html body[data-site-tone="custom"] .cat-tab.active,
html body[data-site-tone="custom"] .cat-tab.side.active,
html body[data-site-tone="custom"] .cat-tab.mid.active {
  box-shadow:
    0 0 26px color-mix(in srgb, var(--accent) 55%, transparent),
    0 6px 16px color-mix(in srgb, var(--accent) 32%, transparent) !important;
}

/* 3) 카드 자체 배경 (초록 그라데이션 제거 → 어두운 톤 통일) */
html body[data-site-tone="custom"] .link-card.ev,
html body[data-site-tone="custom"] .link-card.sz,
html body[data-site-tone="custom"] .link-card.lg,
html body[data-site-tone="custom"] .sns-card.insta,
html body[data-site-tone="custom"] .sns-card.youtube,
html body[data-site-tone="custom"] .sns-card.blog,
html body[data-site-tone="custom"] .cs-card {
  background: var(--card-bg) !important;
  background-color: var(--card-bg) !important;
  background-image: var(--card-bg-image) !important;
  border: var(--card-border) !important;
}

/* 4) 모바일 반응형 — 라벨 크기 살짝 줄임 */
@media (max-width: 899px) {
  html body[data-site-tone="custom"] .section-label,
  html body[data-site-tone="custom"] #official-shops .section-label,
  html body[data-site-tone="custom"] #official-sns .section-label,
  html body[data-site-tone="custom"] #cs .section-label,
  html body[data-site-tone="custom"] .video-text .vlabel,
  html body[data-site-tone="custom"] #product-video .video-text .vlabel,
  html body[data-site-tone="custom"] #size-guide-video .video-text .vlabel,
  html body[data-site-tone="custom"] #review-video .video-text .vlabel,
  html body[data-site-tone="custom"] .badge,
  html body[data-site-tone="custom"] .visual-event-chip,
  html body[data-site-tone="custom"] .visual-product-scene .visual-product-card.visual-event-menu-card .visual-event-chip,
  html body[data-site-tone="custom"] #featured-products .product-menu-heading span,
  html body[data-site-tone="custom"] #quick-links .link-card .ic,
  html body[data-site-tone="custom"] #official-sns .sns-card .ic,
  html body[data-site-tone="custom"] #cs .cs-card .ic,
  html body[data-site-tone="custom"] .link-card .ic,
  html body[data-site-tone="custom"] .sns-card .ic,
  html body[data-site-tone="custom"] .cs-card .ic {
    min-height: 44px !important;
    padding: 10px 22px !important;
    font-size: clamp(12px, 3.4vw, 14px) !important;
  }
}

/* ============================================================
   영상 좌우 화살표 ◀ ▶ (2026-05-25)
   PC = 영상 hover 시만 보임, 모바일 = 스와이프만 (화살표 숨김)
   ============================================================ */
.video-box { position: relative; }
.video-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 999px;
  background: rgba(8, 12, 12, 0.65);
  border: 2px solid var(--accent, #FF6B2B);
  color: var(--accent, #FF6B2B);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.18s ease, background 0.18s ease;
  box-shadow:
    0 0 18px color-mix(in srgb, var(--accent, #FF6B2B) 35%, transparent),
    0 0 6px color-mix(in srgb, var(--accent, #FF6B2B) 50%, transparent);
}
.video-arrow > span { display: block; line-height: 1; margin-top: -2px; }
.video-arrow-prev { left: 14px; }
.video-arrow-next { right: 14px; }
.video-box:hover .video-arrow,
.video-arrow:focus-visible { opacity: 1; }
.video-arrow:hover {
  transform: translateY(-50%) scale(1.08);
  background: rgba(8, 12, 12, 0.85);
}
.video-arrow:active { transform: translateY(-50%) scale(0.96); }

/* 모바일 = 화살표 숨김 (스와이프만) */
@media (max-width: 899px) {
  .video-arrow { display: none; }
}

/* ============================================================
   DABONI PRODUCTS — feature 패널 focus 모드 + 좌우 화살표 (2026-05-25)
   상품 1번 클릭 → 다른 상품 숨김, feature 패널만 표시, ◀ ▶ 로 순환
   ============================================================ */

/* feature 패널이 열린 상태에서 thumb-rail/스크롤 도구 숨김 */
.product-showcase.is-feature-focused .product-thumb-rail,
.product-showcase.is-feature-focused .product-rail-tools {
  display: none !important;
}
.product-showcase.is-feature-focused .product-rail-zone {
  padding: 0 !important;
}
.product-showcase.is-feature-focused .product-feature-panel {
  width: 100% !important;
  max-width: 100% !important;
}

/* feature 패널 안 좌우 화살표 */
.product-feature-panel { position: relative; }
.product-feature-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 999px;
  background: rgba(8, 12, 12, 0.7);
  border: 2px solid var(--accent, #FF6B2B);
  color: var(--accent, #FF6B2B);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, opacity 0.18s ease;
  box-shadow:
    0 0 22px color-mix(in srgb, var(--accent, #FF6B2B) 38%, transparent),
    0 0 8px color-mix(in srgb, var(--accent, #FF6B2B) 55%, transparent);
}
.product-feature-arrow > span { display: block; line-height: 1; margin-top: -3px; }
.product-feature-arrow-prev { left: 16px; }
.product-feature-arrow-next { right: 16px; }
.product-feature-arrow:hover {
  transform: translateY(-50%) scale(1.08);
  background: rgba(8, 12, 12, 0.88);
}
.product-feature-arrow:active { transform: translateY(-50%) scale(0.96); }

@media (max-width: 899px) {
  /* 모바일 = 화살표 숨김 (스와이프만) */
  .product-feature-arrow { display: none; }
}

/* ============================================================
   DABONI PRODUCTS — 패널 하단 특징 아이콘 4개 (2026-05-25)
   네이버 브랜드 스토어 스타일 — 큰 이미지 + 상품 정보 + 액션 + 특징
   ============================================================ */
.product-feature-icons {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.product-feature-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 10px;
  border-radius: 16px;
  background: rgba(8, 12, 12, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.product-feature-icon:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent, #FF6B2B) 50%, transparent);
  background: rgba(8, 12, 12, 0.7);
}
.product-feature-icon .ic {
  font-size: 28px;
  line-height: 1;
}
.product-feature-icon .lb {
  font-size: 12px;
  font-weight: 800;
  color: rgba(242, 247, 244, 0.88);
  letter-spacing: 0.02em;
  line-height: 1.35;
  word-break: keep-all;
}

@media (max-width: 899px) {
  .product-feature-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 18px;
  }
  .product-feature-icon {
    padding: 12px 8px;
    gap: 6px;
  }
  .product-feature-icon .ic { font-size: 22px; }
  .product-feature-icon .lb { font-size: 11px; }
}

/* ============================================================
   DABONI PRODUCTS — 상품별 hero 이미지(네이버 브랜드 스토어 스타일) (2026-05-25)
   PC = 가로 와이드 / 모바일 = 세로. <picture> 로 자동 전환.
   ============================================================ */
.product-feature-visual-hero {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #0a0d0e;
}
.product-feature-visual-hero img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 899px) {
  .product-feature-visual-hero {
    border-radius: 14px;
  }
}

/* ============================================================
   DABONI PRODUCTS — Hero 이미지 dominant color 자동 적용 (2026-05-25)
   --product-accent = JS canvas로 hero 이미지에서 추출된 대표 색
   상품 선택 시 패널 테두리·글자·아이콘 색이 hero 톤으로 변경
   ============================================================ */

/* 패널 안 화살표·아이콘·텍스트 강조 색을 --product-accent 로 fallback */
.product-showcase.is-feature-focused .product-feature-arrow {
  border-color: var(--accent, #FF6B2B) !important;
  color: var(--accent, #FF6B2B) !important;
  box-shadow:
    0 0 22px color-mix(in srgb, var(--accent, #FF6B2B) 38%, transparent),
    0 0 8px color-mix(in srgb, var(--accent, #FF6B2B) 55%, transparent) !important;
}
.product-showcase.is-feature-focused .product-feature-copy p {
  color: var(--accent, #FF6B2B);
}
.product-showcase.is-feature-focused .product-feature-icon:hover {
  border-color: color-mix(in srgb, var(--accent, #FF6B2B) 60%, transparent);
}

/* feature panel 자체에 미세한 hero 톤 발광 */
.product-showcase.is-feature-focused .product-feature-panel {
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--accent, #FF6B2B) 20%, transparent),
    0 0 60px color-mix(in srgb, var(--accent, #FF6B2B) 12%, transparent);
}

/* ============================================================
   DABONI PRODUCTS — hero 전체 이미지 레이아웃 + 버튼 outlined ghost (2026-05-25)
   hero 있는 상품: 이미지 크게(상단) + 하단 설명·버튼·특징아이콘
   버튼 = DABONI PRODUCTS 라벨과 같은 outlined ghost
   ============================================================ */
.product-feature-hero-layout {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.product-feature-hero-layout .product-feature-visual-hero {
  display: block;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #0a0d0e;
}
.product-feature-hero-layout .product-feature-visual-hero img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-feature-copy-bottom { width: 100%; }

/* 버튼 4개 = outlined ghost (DABONI PRODUCTS 라벨 톤) */
#featured-products .product-feature-actions a,
#featured-products .product-feature-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 26px !important;
  border-radius: 999px !important;
  background: rgba(8, 12, 12, 0.55) !important;
  background-image: none !important;
  border: 2px solid var(--accent, #FF6B2B) !important;
  color: var(--accent, #FF6B2B) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  cursor: pointer !important;
  text-decoration: none !important;
  box-shadow:
    0 0 18px color-mix(in srgb, var(--accent, #FF6B2B) 30%, transparent),
    0 0 6px color-mix(in srgb, var(--accent, #FF6B2B) 45%, transparent) !important;
  transition: transform 0.16s ease, background 0.16s ease !important;
}
#featured-products .product-feature-actions a:hover,
#featured-products .product-feature-actions button:hover {
  transform: translateY(-2px) !important;
  background: rgba(8, 12, 12, 0.8) !important;
}

@media (max-width: 899px) {
  .product-feature-hero-layout { gap: 16px; }
  #featured-products .product-feature-actions a,
  #featured-products .product-feature-actions button {
    padding: 10px 20px !important;
    font-size: 13px !important;
  }
}

/* ============================================================
   DABONI PRODUCTS — feature focus 모드 레이아웃 정리 (2026-05-25)
   상품 클릭 시 heading·카테고리 strip·rail 숨겨서 텍스트 겹침 제거
   feature 패널이 전체 폭 차지, hero 이미지 큼
   ============================================================ */
html body #featured-products .product-showcase.is-feature-focused .product-menu-heading,
html body #featured-products .product-showcase.is-feature-focused .product-category-strip,
html body #featured-products .product-showcase.is-feature-focused .product-rail-zone {
  display: none !important;
}
html body #featured-products .product-showcase.is-feature-focused .product-showcase-body {
  display: block !important;
  width: min(1180px, calc(100vw - 72px)) !important;
  margin: 0 auto !important;
}
/* feature 패널 = 화면 중앙 모달 유지 + 크게 + grid 해제(hero 전체폭) */
html body #featured-products .product-feature-panel.is-ready {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;  /* 중앙 정렬 유지 */
  z-index: 1200 !important;
  display: block !important;                      /* grid 2열(반반) 해제 */
  grid-template-rows: none !important;
  grid-template-columns: none !important;
  width: min(92vw, 1180px) !important;
  max-width: 92vw !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-height: 90vh !important;
  overflow-y: auto !important;                    /* 내용 길면 스크롤 */
  padding: 24px !important;
  background: rgba(13, 18, 18, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 18px !important;
  box-shadow: 0 44px 140px rgba(0,0,0,0.72), 0 0 0 999px rgba(3,7,8,0.6) !important; /* 딤 배경 유지 */
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
html body #featured-products .product-feature-hero-layout {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  width: 100% !important;
}
html body #featured-products .product-feature-hero-layout .product-feature-visual-hero {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}
html body #featured-products .product-feature-hero-layout .product-feature-visual-hero img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* 특징 아이콘 배경 = hero 톤 따라감 */
html body #featured-products .product-feature-icon {
  background: color-mix(in srgb, var(--accent, #FF6B2B) 14%, rgba(8, 12, 12, 0.55)) !important;
  border: 1px solid color-mix(in srgb, var(--accent, #FF6B2B) 32%, transparent) !important;
}
html body #featured-products .product-feature-icon .lb {
  color: #f2f7f4 !important;
}

/* ============================================================
   DABONI PRODUCTS — hero 영역 = 이미지 원본 비율 (2026-05-25)
   상품마다 height 다름(911=1920x860, Genie=1920x500) → aspect-ratio 고정 X.
   height auto = 올린 이미지 원본 그대로, 잘림·왜곡 없음. 이미지가 패널 전체 폭.
   ============================================================ */
html body #featured-products .product-feature-hero-layout .product-feature-visual-hero {
  width: 100% !important;
  height: auto !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
html body #featured-products .product-feature-hero-layout .product-feature-visual-hero img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* ============================================================
   DABONI PRODUCTS — hero 이미지 패널 전체 폭 (2026-05-25)
   모달 안쪽 패딩 제거 → 이미지 꽉 / 정보(설명·버튼)만 패딩
   ============================================================ */
html body #featured-products .product-feature-panel.is-ready {
  padding: 0 !important;
}
html body #featured-products .product-feature-hero-layout {
  gap: 0 !important;
}
html body #featured-products .product-feature-hero-layout .product-feature-visual-hero {
  border-radius: 18px 18px 0 0 !important;
}
html body #featured-products .product-feature-copy-bottom {
  padding: 26px 32px 32px !important;
}

/* ===== 최상단 이벤트 캐러셀 (2026-05-26) — visual-home-scene 안에 상품과 동일한 hero 캐러셀 ===== */
.visual-home-scene.visual-product-scene {
  min-height: auto !important;
  padding: 180px 0 56px !important;
  display: block !important;
}
.hero-event-carousel {
  width: min(1480px, calc(100vw - 40px));
  margin: 0 auto;
}
@media (max-width: 899px) {
  .visual-home-scene.visual-product-scene { padding-top: 112px !important; padding-bottom: 28px !important; }
  .hero-event-carousel { width: calc(100vw - 28px); }
}

/* ===== 상품 캐러셀 = 영상 섹션 스타일 (왼쪽 이미지 작게 / 오른쪽 텍스트·버튼) (2026-05-26) ===== */
/* DABONI PRODUCTS 알약·헤딩 = 좌측 정렬 (다른 섹션과 일관성) */
:is(#featured-products, .hero-event-carousel) .hc-head { text-align: left; padding-left: 3%; }
:is(#featured-products, .hero-event-carousel) .hc-cat-tabs { justify-content: flex-start; padding-left: 3%; }
:is(#featured-products, .hero-event-carousel) .hc-stage { background: transparent; border: 0; box-shadow: none; }
:is(#featured-products, .hero-event-carousel) .hc-wrap { aspect-ratio: auto; height: clamp(440px, 40vw, 560px); background: transparent; }
/* 왼쪽 이미지 — 16:9 둥근 모서리, 세로 중앙 (영상 박스와 동일 비율·크게) */
:is(#featured-products, .hero-event-carousel) .hc-img { width: 54%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; top: 50%; left: 3%; right: auto; transform: translateY(-50%); border-radius: 18px; }
:is(#featured-products, .hero-event-carousel) .hc-shade { display: none; }
/* 오른쪽 텍스트 — 세로 중앙, 여백 */
:is(#featured-products, .hero-event-carousel) .hc-text { left: auto; right: 4%; width: 39%; max-width: 39%; padding: 0; text-align: left; }
:is(#featured-products, .hero-event-carousel) .hc-name { color: #f2f7f4; }
/* 썸네일(미니카드) = 우측 상단, 작게 */
:is(#featured-products, .hero-event-carousel) .hc-minis { right: 4%; top: 14px; bottom: auto; gap: 6px; }
:is(#featured-products, .hero-event-carousel) .hc-mini { width: 40px; height: 52px; }
:is(#featured-products, .hero-event-carousel) .hc-mini span { display: none; }
/* 좌우 번갈아: 이벤트 = 사진 좌(기본 :is) / 상품 둘러보기 = 사진 우 */
#featured-products .hc-img { left: auto; right: 3%; }
#featured-products .hc-text { left: 4%; right: auto; }
#featured-products .hc-minis { left: 4%; right: auto; }
/* 구매 버튼 = 우측 사진 카드 안 좌측 하단 (2026-05-27) */
#featured-products .hc-actions { position: absolute; left: 44%; right: auto; bottom: 15%; top: auto; z-index: 7; display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-start; max-width: 52%; padding: 0; background: none; }
/* 이벤트 이미지(정사각 제품)가 16:9 박스 넘치지 않게 강제 cover */
#heroEventCarousel .hc-stage, #heroEventCarousel .hc-wrap { overflow: hidden !important; }
#heroEventCarousel .hc-img { position: absolute !important; width: 48% !important; height: auto !important; aspect-ratio: 16 / 9 !important; object-fit: cover !important; left: 3% !important; right: auto !important; top: 50% !important; transform: translateY(-50%) !important; cursor: pointer !important; }
/* 이벤트 텍스트 = 사진과 간격 확보 (사진 우측 끝 51% + gap) */
#heroEventCarousel .hc-text { left: 58% !important; right: 4% !important; width: auto !important; }
/* 한글 단어 단위 줄바꿈 (알림→알/림 쪼개짐 방지) */
:is(#featured-products, .hero-event-carousel) .hc-name,
:is(#featured-products, .hero-event-carousel) .hc-desc { word-break: keep-all; }
:is(#featured-products, .hero-event-carousel) .hc-name .hc-word { display: inline-block; white-space: nowrap; }
/* 미니카드 = 비활성 흐릿, 선택된 것만 선명 */
:is(#featured-products, .hero-event-carousel) .hc-mini { opacity: .45; transition: opacity .25s, border-color .2s, transform .2s; }
:is(#featured-products, .hero-event-carousel) .hc-mini.active,
:is(#featured-products, .hero-event-carousel) .hc-mini:hover { opacity: 1; }
/* 머무는 섹션 = 사진·영상 박스 외곽 은은한 색 글로우 */
.daboni-inview :is(.hc-img, .video-box) { box-shadow: 0 0 70px color-mix(in srgb, var(--accent, #FF6B2B) 28%, transparent), 0 0 140px color-mix(in srgb, var(--accent, #FF6B2B) 14%, transparent) !important; transition: box-shadow .6s ease; }
/* 영상처럼: 캐러셀 텍스트 영역에 [알약→제품명→설명→버튼→탭] 통합 (헤더 제거) */
:is(#featured-products, .hero-event-carousel) .hc-text { display: flex; flex-direction: column; align-items: flex-start; }
:is(#featured-products, .hero-event-carousel) .hc-text .hc-sub { display: none; }
:is(#featured-products, .hero-event-carousel) .hc-text .hc-eyebrow { display: inline-block; margin-bottom: 20px; }
:is(#featured-products, .hero-event-carousel) .hc-text .hc-cat-tabs { margin: 22px 0 0; padding-left: 0; justify-content: flex-start; }
/* quick-links 카드 알약 = 네온 테두리 알약 (SNS 라벨과 통일, 2026-05-27) */
html body[data-site-tone="custom"] #quick-links .link-card .ic,
html body #quick-links .link-card .ic {
  display: inline-flex !important; align-items: center !important; justify-content: center !important; line-height: 1 !important; padding: 9px 24px !important; border-radius: 999px !important;
  background: rgba(8,12,12,.55) !important;
  border: 2px solid var(--accent, #FF6B2B) !important; color: var(--accent, #FF6B2B) !important;
  font-size: 11px !important; font-weight: 900 !important; letter-spacing: .08em !important; opacity: 1 !important;
  box-shadow: 0 0 26px color-mix(in srgb, var(--accent, #FF6B2B) 55%, transparent), 0 0 60px color-mix(in srgb, var(--accent, #FF6B2B) 22%, transparent) !important;
  margin-bottom: 8px !important; width: auto !important;
}
/* SNS 라벨(INSTAGRAM/YOUTUBE/BLOG) = 퀵메뉴처럼 은은한 네온 빛 (2026-05-27) */
html body[data-site-tone="custom"] #official-sns .sns-card .ic,
html body #official-sns .sns-card .ic {
  box-shadow: 0 0 26px color-mix(in srgb, var(--accent, #FF6B2B) 50%, transparent), 0 0 60px color-mix(in srgb, var(--accent, #FF6B2B) 20%, transparent) !important;
}
/* 탭 비활성 = 어두운 회색 채움 (#110) */
html body :is(#featured-products, .hero-event-carousel) .hc-cat-tab {
  background: #26262b !important; border: 1.5px solid rgba(255,255,255,.1) !important; color: rgba(255,255,255,.78) !important;
}
/* 캐러셀 카테고리 탭 = 선택 시 분홍 꽉 채움 (알약 통일) */
html body :is(#featured-products, .hero-event-carousel) .hc-cat-tab.active {
  background: linear-gradient(135deg, var(--accent, #FF6B2B) 0%, var(--accent2, #ff8f00) 100%) !important; color: #06110d !important;
  border-color: var(--accent, #FF6B2B) !important;
  box-shadow: 0 0 22px color-mix(in srgb, var(--accent, #FF6B2B) 45%, transparent) !important;
}
/* quick-links 제목 알약 = 다른 섹션 제목처럼 네온 테두리 + 흰색 제목 */
html body #quick-links .ql-eyebrow {
  display: inline-block; padding: 8px 22px; border-radius: 999px;
  background: transparent; border: 2px solid var(--accent, #FF6B2B); color: var(--accent, #FF6B2B);
  font-size: 13px; font-weight: 900; letter-spacing: .08em;
  box-shadow: 0 0 22px color-mix(in srgb, var(--accent, #FF6B2B) 35%, transparent);
  margin-bottom: 20px;
}
html body #quick-links .ql-title {
  font-size: clamp(28px, 4vw, 44px); font-weight: 950; color: #fff; line-height: 1.1; margin: 0 0 36px;
}
/* (quick-links 카드 세로가운데 커스텀 제거 — 다른 카드와 동일 룰로 복원, 알약 글씨만 가운데, 2026-05-27) */
/* 이번 주 특가 헤더 가운데 (PC+모바일 공통, 2026-05-27) */
html body #weekly-deals > .wrap > .section-label { display: block !important; width: fit-content !important; margin-left: auto !important; margin-right: auto !important; }
html body #weekly-deals > .wrap > .block-title,
html body #weekly-deals > .wrap > .mega-help { display: block !important; text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
/* 이번 주 특가 카드도 가운데 + 원래 크기 유지 (PC+모바일, 2026-05-27) */
html body #weekly-deals .deals { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; }
html body #weekly-deals .deal { flex: 0 0 auto !important; width: min(340px, 88vw) !important; }
/* QUICK MENU 섹션 = 위로 당김 (상단 패딩 축소) + 줄 간격 (2026-05-27) */
html body[data-site-tone="custom"] #quick-links,
html body #quick-links { padding-top: 64px !important; }
/* PC 전용: 라벨·제목 확대 + 미니카드(아이콘) 사진 안으로 */
@media (min-width: 900px) {
  :is(#featured-products, .hero-event-carousel) .hc-eyebrow { font-size: 17px !important; padding: 10px 28px !important; letter-spacing: .1em !important; }
  #product-video .video-text .vlabel, #size-guide-video .video-text .vlabel, #review-video .video-text .vlabel { font-size: 16px !important; padding: 7px 18px !important; }
  :is(#featured-products, .hero-event-carousel) .hc-sub { font-size: 19px !important; margin-bottom: 16px !important; }
  :is(#featured-products, .hero-event-carousel) .hc-name { font-size: clamp(48px, 6.5vw, 88px) !important; }
  :is(#featured-products, .hero-event-carousel) .hc-mini { width: 51px !important; height: 67px !important; }
  /* 이벤트 제목은 길어서 살짝 작게 */
  #heroEventCarousel .hc-name { font-size: clamp(38px, 4.4vw, 58px) !important; }
  /* 미니카드: 상품=사진 우측 상단 / 이벤트=사진 좌측 상단 */
  #featured-products .hc-minis { right: 5% !important; left: auto !important; top: 65px !important; bottom: auto !important; }
  #heroEventCarousel .hc-minis { left: 5% !important; right: auto !important; top: 90px !important; bottom: auto !important; }
}
@media (max-width: 899px) {
  /* 모바일: 섹션 제목·안내 가운데 + 이미지 위/텍스트 아래 + 미니카드 이미지 우상단 작게 */
  :is(#featured-products, .hero-event-carousel) .hc-head { text-align: center; padding-left: 0; }
  :is(#featured-products, .hero-event-carousel) .hc-cat-tabs,
  :is(#featured-products, .hero-event-carousel) .hc-text .hc-cat-tabs { justify-content: center !important; padding-left: 0; margin: 14px 0 16px; gap: 6px; }
  :is(#featured-products, .hero-event-carousel) .hc-cat-tab { padding: 5px 12px; font-size: 8.5px; border-width: 1px; }
  :is(#featured-products, .hero-event-carousel) .hc-stage { background: transparent; border: 0; box-shadow: none; }
  :is(#featured-products, .hero-event-carousel) .hc-wrap { display: flex; flex-direction: column; aspect-ratio: auto; height: auto; position: relative; }
  :is(#featured-products, .hero-event-carousel) .hc-img { position: relative; inset: auto; left: auto; right: auto; top: auto; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; transform: none; border-radius: 14px; order: 3; }
  :is(#featured-products, .hero-event-carousel) .hc-shade { display: none; }
  /* 모바일 제목·라벨 키움 (글씨 작아보임) */
  :is(#featured-products, .hero-event-carousel) .hc-name { font-size: clamp(30px, 9vw, 46px) !important; line-height: 1.05 !important; }
  :is(#featured-products, .hero-event-carousel) .hc-sub { font-size: 15px !important; }
  :is(#featured-products, .hero-event-carousel) .hc-desc { font-size: 14px !important; }
  /* 미니카드 = 이미지 바로 아래, 우측 정렬, 작게 */
  :is(#featured-products, .hero-event-carousel) .hc-minis { position: static; top: auto; right: auto; left: auto; bottom: auto; order: 4; justify-content: center; margin: 10px 0 0; gap: 6px; z-index: auto; display: none !important; }
  :is(#featured-products, .hero-event-carousel) .hc-mini { width: 40px; height: 52px; }
  :is(#featured-products, .hero-event-carousel) .hc-mini span { display: none; }
  #featured-products .hc-text { position: relative; top: auto; left: auto; right: auto; transform: none; width: auto; max-width: 100%; margin: 0 0 4px; padding: 0; order: 1; text-align: center; display: flex; flex-direction: column; align-items: center; }
  #featured-products .hc-actions { position: static !important; order: 2 !important; left: auto !important; right: auto !important; bottom: auto !important; top: auto !important; max-width: 100% !important; justify-content: center !important; flex-wrap: wrap !important; margin: 4px 0 12px !important; }
  /* 이벤트 캐러셀 PC 강제 규칙 모바일 원복 (상하분리 + 16:9) */
  #heroEventCarousel .hc-img { position: relative !important; left: auto !important; top: auto !important; transform: none !important; width: 100% !important; aspect-ratio: 4 / 5 !important; }
  #heroEventCarousel .hc-text { position: relative !important; left: auto !important; right: auto !important; width: 100% !important; max-width: 100% !important; top: auto !important; transform: none !important; margin: 0 0 4px !important; order: 1 !important; text-align: center !important; display: flex !important; flex-direction: column !important; align-items: center !important; }
  #heroEventCarousel .hc-stage, #heroEventCarousel .hc-wrap,
  #featured-products .hc-stage, #featured-products .hc-wrap { overflow: visible !important; }
  /* 모바일: 이벤트 배경 워터마크 2개 숨김 (라벨과 겹쳐 지저분 — 2026-05-27) */
  .visual-home-scene .visual-bg-word,
  .visual-home-scene .visual-scene-copy { display: none !important; }
  /* 모바일: 로고 밑 섹션이름(EVENT) 크게 + PC처럼 은은한 빛 (2026-05-27) */
  .visual-logo-lockup em {
    font-size: 40px !important;
    text-shadow: 0 0 24px color-mix(in srgb, var(--accent, #F5A3B3) 55%, transparent),
                 0 0 50px color-mix(in srgb, var(--accent, #F5A3B3) 28%, transparent) !important;
  }
  /* 이벤트 섹션 시작점 내림 — 헤더 로고(fixed)와 라벨 겹침 방지 (2026-05-27) */
  #heroEventCarousel { margin-top: 70px !important; }
  /* 모바일: 진행바(라벨 아래 가로선) 숨김 — autoplay off라 불필요 (2026-05-27) */
  :is(#featured-products, .hero-event-carousel) .hc-progress { display: none !important; }
  html body #weekly-deals .deals {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  html body #weekly-deals .deals::-webkit-scrollbar { display: none !important; }
  html body #weekly-deals .deal {
    scroll-snap-align: center !important;
    flex: 0 0 auto !important;
  }
  html body #weekly-deals .deal .badge {
    display: block !important;
    margin: 0 auto 4px !important;
    width: fit-content !important;
  }
  html body #weekly-deals .deal .name,
  html body #weekly-deals .deal .price { text-align: center !important; }
  html body #weekly-deals .deals-nav {
    position: absolute;
    top: calc(50% + 36px);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 2px solid var(--accent, #FF6B2B);
    background: rgba(8,12,12,.62);
    color: var(--accent, #FF6B2B);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
  }
  html body #weekly-deals .deals-prev { left: 8px; }
  html body #weekly-deals .deals-next { right: 8px; }
  html body #weekly-deals .deals-nav:hover { background: rgba(8,12,12,.85); }
}
/* 모바일: 영상·사이즈 섹션 제목·안내문구 가운데 정렬 */
@media (max-width: 899px) {
  .video-text { text-align: center !important; align-items: center !important; }
  .video-text .vlabel { align-self: center !important; }
  /* 와이퍼/에어컨필터/세차용품 탭 크기 통일 — flex+content너비, 큰거 30%↓=9.5px (2026-05-27) */
  .video-row .cat-tabs { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; justify-content: center !important; max-width: none !important; }
  html body .hc-cat-tab,
  html body .video-row .cat-tab { font-size: 12.3px !important; padding: 9px 18px !important; min-height: 0 !important; height: auto !important; line-height: 1.25 !important; width: auto !important; flex: 0 0 auto !important; white-space: nowrap !important; }
  /* 영상 버튼(후기 보러가기/사러가기) 30%↓ — h52→36 (2026-05-27) */
  html body[data-site-tone="custom"] :is(#review-video, #product-video, #size-guide-video) .video-text-actions a,
  html body[data-site-tone="custom"] :is(#review-video, #product-video, #size-guide-video) .video-text-actions button,
  html body :is(#review-video, #product-video, #size-guide-video) .video-text-actions a,
  html body :is(#review-video, #product-video, #size-guide-video) .video-text-actions button { font-size: 10.6px !important; padding: 0 18px !important; min-height: 36px !important; height: 36px !important; line-height: 36px !important; align-self: center !important; }
  /* 모든 섹션 헤더 가운데 — 제목·라벨·안내문 (카드/그리드는 제외, 2026-05-27) */
  .block > .wrap { text-align: center !important; }
  body[data-site-tone="custom"] :is(#weekly-deals, #official-shops, #official-sns, #cs, #featured-products) > .wrap > .block-title,
  body[data-site-tone="custom"] :is(#weekly-deals, #official-shops, #official-sns, #cs, #featured-products) > .wrap > .mega-help,
  .block > .wrap > .block-title, .block > .wrap > .mega-help, #quick-links > .wrap > .ql-title, .block > .wrap > p { text-align: center !important; }
  /* (좌측 예외 제거 — 모바일 전부 가운데 정렬, 2026-05-27) */
  /* 카드 내부는 좌측 (세부 섹션 — 헤더만 가운데, 2026-05-27) */
  .block .sns-card, .block .cs-card, .block .shop-card, .block a.deal, .block .deal, .block .link-card { text-align: left !important; }
  /* (quick-links 모바일 카드 세로가운데 커스텀 제거 — 다른 카드와 동일 룰로 복원, 2026-05-27) */
  /* 라벨(알약) 가운데 — site_tone custom 규칙 이기게 최고 특정성 */
  html body[data-site-tone="custom"] :is(#weekly-deals, #official-shops, #official-sns, #cs) > .wrap > .section-label,
  html body :is(#weekly-deals, #official-shops, #official-sns, #cs) > .wrap > .section-label,
  html body[data-site-tone="custom"] #quick-links > .wrap > .ql-eyebrow,
  html body #quick-links > .wrap > .ql-eyebrow { display: flex !important; width: fit-content !important; margin-left: auto !important; margin-right: auto !important; }
}
