:root {
  --accent: #ff4f93;
  --accent-2: #22b7e8;
  --warm: #f6c46d;
  --ink: #151019;
  --paper: #fffafc;
  --hero-position: center 18%;
  --hero-fit: cover;
  color: var(--paper);
  background: #09070d;
  font-family: Inter, "Noto Sans JP", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", Meiryo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #09070d;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #09070d;
  color: var(--paper);
  text-rendering: geometricPrecision;
}

html[lang="ko"] body,
html[lang="ko"] select,
html[lang="ko"] button {
  font-family: "Malgun Gothic", "Noto Sans KR", "Segoe UI", sans-serif;
}

html[lang="zh-Hant"] body,
html[lang="zh-Hant"] select,
html[lang="zh-Hant"] button {
  font-family: "Microsoft JhengHei", "Noto Sans TC", "Segoe UI", sans-serif;
}

html[lang="th"] body,
html[lang="th"] select,
html[lang="th"] button {
  font-family: "Leelawadee UI", "Noto Sans Thai", Tahoma, sans-serif;
}

html[lang="vi"] body,
html[lang="vi"] select,
html[lang="vi"] button {
  font-family: "Segoe UI", Arial, "Noto Sans", sans-serif;
}

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

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

.lp-shell {
  min-height: 100svh;
  background: #09070d;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
  padding: 96px clamp(18px, 5.4vw, 86px) 58px;
}

.hero-media,
.hero-video,
.hero-image,
.hero-shadow {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
  background:
    radial-gradient(circle at 78% 48%, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.02) 36%, transparent 56%),
    linear-gradient(120deg, #100b18 0%, #171124 46%, #050408 100%);
}

.hero-video,
.hero-image {
  width: 100%;
  height: 100%;
  object-position: var(--hero-position);
}

.hero-video {
  z-index: 0;
  object-fit: cover;
  opacity: 0.24;
  filter: saturate(1.06) contrast(1.04) blur(1px);
  transform: scale(1.02);
}

.hero-image {
  z-index: 1;
  object-fit: var(--hero-fit);
  opacity: 0.98;
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.015);
}

.hero-shadow {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 5, 10, 0.97) 0%, rgba(9, 7, 13, 0.86) 30%, rgba(9, 7, 13, 0.46) 52%, rgba(9, 7, 13, 0.12) 74%, rgba(9, 7, 13, 0.12) 100%),
    linear-gradient(0deg, rgba(6, 5, 10, 0.82) 0%, rgba(6, 5, 10, 0.22) 32%, rgba(6, 5, 10, 0.42) 100%);
}

.topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px clamp(16px, 4vw, 48px);
}

.top-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.locale-select {
  min-height: 42px;
  max-width: 132px;
  padding: 0 10px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.locale-select option {
  color: #151019;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
}

.brand img {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.brand span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  color: #171018;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(560px, 100%);
  min-width: 0;
  display: grid;
  gap: 16px;
  align-content: center;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.72);
}

.eyebrow {
  margin: 0;
  color: var(--warm);
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.4;
  font-weight: 900;
}

h1 {
  margin: 0;
  max-width: 7em;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1.03;
  letter-spacing: 0;
  word-break: keep-all;
  text-wrap: balance;
}

h1 span {
  display: block;
}

.subhead {
  margin: 0;
  max-width: 20em;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 2.4vw, 27px);
  line-height: 1.35;
  font-weight: 850;
  text-wrap: balance;
}

body[data-copy-density="long"] h1 {
  font-size: clamp(44px, 6.2vw, 76px);
}

body[data-copy-density="long"] .subhead {
  max-width: 26em;
  font-size: clamp(16px, 2vw, 23px);
}

.voice-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.voice-button {
  min-height: 50px;
  min-width: 188px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: #161018;
  background: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.30);
}

.voice-button[data-playing="true"] {
  color: #fff;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-color: rgba(255, 255, 255, 0.38);
}

.voice-status {
  margin: 0;
  max-width: 28em;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 760;
}

.feature-line {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 2px;
}

.feature-line span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(12px);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 760;
}

.feature-line b {
  margin-right: 5px;
  color: #fff;
  font-weight: 950;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 172px;
  padding: 0 24px;
  border-radius: 8px;
  color: #151019;
  background: linear-gradient(90deg, #fff, #ffe6b2);
  border: 1px solid rgba(255, 255, 255, 0.78);
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.cta-proof {
  flex-basis: 100%;
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 820;
}

.sticky-cta {
  position: fixed;
  z-index: 28;
  left: 16px;
  right: 16px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 8px;
  color: #151019;
  background: linear-gradient(90deg, #fff, #ffe0a3);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.46);
  font-size: 16px;
  font-weight: 950;
}

.costume-strip {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.costume-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 760;
}

.costume-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.costume-list figure {
  margin: 0;
  width: 84px;
}

.costume-list img {
  display: block;
  width: 84px;
  height: 112px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
}

.costume-list figcaption {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  font-weight: 760;
}

.disclaimer {
  position: absolute;
  z-index: 6;
  left: clamp(18px, 5.4vw, 86px);
  bottom: 18px;
  max-width: min(540px, calc(100% - 36px));
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.6;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.68);
}

.commerce-info {
  color: #241725;
  background: #fff8fb;
  padding: clamp(44px, 7vw, 88px) clamp(18px, 5.4vw, 86px);
}

.commerce-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.commerce-heading {
  display: grid;
  gap: 8px;
}

.commerce-heading p {
  margin: 0;
  color: #b34977;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.commerce-heading h2 {
  margin: 0;
  color: #211523;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: 0;
}

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

.commerce-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: clamp(18px, 2.8vw, 26px);
  border: 1px solid rgba(76, 49, 80, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(52, 29, 61, 0.08);
}

.commerce-card h3 {
  margin: 0;
  color: #201421;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.3;
}

.commerce-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.commerce-card dl div {
  display: grid;
  gap: 4px;
}

.commerce-card dt {
  color: #8d4c70;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
}

.commerce-card dd {
  margin: 0;
  color: #3f3142;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.commerce-card a {
  color: #b61f6d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.commerce-card:last-child {
  grid-column: 1 / -1;
}

.product-card {
  grid-template-columns: minmax(140px, 0.46fr) minmax(0, 1fr);
  align-items: stretch;
}

.product-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 8px;
  border: 1px solid rgba(76, 49, 80, 0.16);
}

.plan-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-list li {
  display: grid;
  gap: 3px;
  padding: 12px 0;
  border-top: 1px solid rgba(76, 49, 80, 0.14);
}

.plan-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.plan-list strong {
  color: #211523;
  font-size: 15px;
  line-height: 1.35;
}

.plan-list span,
.price-note {
  color: #564758;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 650;
}

.price-note {
  margin: 0;
}

body[data-audience="female"] {
  --accent: #ff6d9e;
  --accent-2: #4ab8ff;
  --warm: #ffd073;
  --ink: #111821;
  --hero-position: center 16%;
}

body[data-audience="female"] .hero-media {
  background:
    radial-gradient(circle at 78% 48%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02) 38%, transparent 58%),
    linear-gradient(120deg, #090c12 0%, #111821 46%, #05070a 100%);
}

body[data-audience="female"] .hero-shadow {
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.97) 0%, rgba(8, 12, 18, 0.86) 31%, rgba(8, 12, 18, 0.46) 54%, rgba(8, 12, 18, 0.12) 76%, rgba(8, 12, 18, 0.13) 100%),
    linear-gradient(0deg, rgba(5, 8, 12, 0.82) 0%, rgba(5, 8, 12, 0.20) 34%, rgba(5, 8, 12, 0.40) 100%);
}

body[data-audience="female"] .product-card img {
  object-position: center 10%;
}

@media (min-width: 1500px) {
  .hero-copy {
    width: min(620px, 100%);
  }

  h1 {
    font-size: clamp(56px, 6vw, 94px);
  }

  .costume-list figure,
  .costume-list img {
    width: 92px;
  }

  .costume-list img {
    height: 124px;
  }
}

@media (max-width: 980px) {
  .hero {
    align-items: end;
    padding-top: 88px;
    padding-bottom: 72px;
  }

  .hero-image {
    object-fit: cover;
    object-position: center 18%;
    opacity: 0.86;
  }

  body[data-audience="female"] .hero-image {
    object-position: center 8%;
  }

  .hero-shadow,
  body[data-audience="female"] .hero-shadow {
    background:
      linear-gradient(0deg, rgba(6, 5, 10, 0.97) 0%, rgba(6, 5, 10, 0.74) 42%, rgba(6, 5, 10, 0.16) 100%),
      linear-gradient(90deg, rgba(6, 5, 10, 0.52), transparent 72%);
  }

  .hero-copy {
    width: min(620px, 100%);
  }

  h1 {
    max-width: 9em;
    font-size: clamp(42px, 9vw, 64px);
  }

  .subhead {
    max-width: 24em;
  }
}

@media (max-width: 620px) {
  .topbar {
    padding: 12px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .brand span {
    max-width: 52vw;
  }

  .top-cta {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .top-actions {
    gap: 7px;
  }

  .locale-select {
    max-width: 112px;
    min-height: 38px;
    font-size: 12px;
  }

  .hero {
    min-height: 100svh;
    padding: 76px 16px 66px;
  }

  .hero-copy {
    gap: 12px;
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .eyebrow {
    font-size: 11px;
  }

  h1 {
    font-size: clamp(36px, 11.4vw, 48px);
  }

  body[data-copy-density="long"] h1 {
    font-size: clamp(32px, 9.5vw, 42px);
  }

  .subhead {
    font-size: clamp(17px, 5vw, 22px);
  }

  .voice-panel {
    gap: 9px;
  }

  .voice-button,
  .primary-cta {
    width: 100%;
  }

  .sticky-cta {
    display: inline-flex;
  }

  .voice-status {
    font-size: 12px;
  }

  .feature-line span {
    min-height: 34px;
    font-size: 12px;
  }

  .costume-strip {
    margin-top: 4px;
  }

  .costume-list {
    gap: 8px;
  }

  .costume-list figure,
  .costume-list img {
    width: 70px;
  }

  .costume-list img {
    height: 92px;
  }

  .costume-list figcaption {
    font-size: 11px;
  }

  .disclaimer {
    left: 16px;
    right: 16px;
    bottom: 82px;
    max-width: none;
    font-size: 11px;
  }

  .commerce-info {
    padding: 38px 16px 44px;
  }

  .commerce-grid,
  .product-card {
    grid-template-columns: 1fr;
  }

  .commerce-card:last-child {
    grid-column: auto;
  }

  .product-card img {
    min-height: 220px;
    max-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }

  * {
    scroll-behavior: auto !important;
  }
}
