:root {
  color-scheme: light;
  --bg: #f7faf8;
  --surface: #ffffff;
  --surface-soft: #edf6f1;
  --text: #17312d;
  --muted: #60726d;
  --line: #dbe7e2;
  --accent: #0d6f66;
  --accent-strong: #07544d;
  --cta: #c9852c;
  --cta-dark: #9a621a;
  --energy: #f2b84b;
  --blue: #2d7a91;
  --shadow: 0 18px 50px rgba(14, 54, 48, 0.1);
  --grid-cols: 12;
  --grid-gap: 24px;
  --grid-margin: 48px;
  --grid-max: 1200px;
  --grid-base: 8px;
  --grid-leading: 24px;
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 128px;
  background: var(--bg);
  color: var(--text);
  line-height: 1.75;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(247, 250, 248, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand,
.nav,
.hero-actions {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 148px;
  line-height: 1;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: 152px;
  height: auto;
  transition: transform 0.2s ease;
}

.brand:hover .brand-logo {
  transform: translateY(-1px);
}

.nav {
  gap: clamp(12px, 3vw, 28px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.section {
  width: min(var(--grid-max), calc(100% - (var(--grid-margin) * 2)));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 0;
}

.hero {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
  column-gap: var(--grid-gap);
  row-gap: var(--grid-leading);
  min-height: calc(100svh - 66px);
  align-items: center;
}

.hero-copy {
  grid-column: 1 / 7;
}

.hero-visual {
  grid-column: 7 / 13;
}

.hero--home .hero-copy {
  grid-column: 1 / 8;
}

.hero--home .hero-visual {
  grid-column: 8 / 13;
}

.hero--home .home-hero-top {
  grid-column: 1 / -1;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7.8vw, 94px);
  line-height: 0.96;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

.hero--home h1 {
  font-size: clamp(37px, 5.4vw, 72px);
}

.hero--home h1 span {
  white-space: nowrap;
}

.hero--protein h1 {
  max-width: 760px;
  font-size: clamp(40px, 4.7vw, 58px);
  line-height: 1.02;
}

.hero--protein {
  min-height: auto;
  padding-top: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(56px, 7vw, 96px);
  row-gap: clamp(24px, 3.5vw, 40px);
}

.hero--protein .protein-hero-top {
  grid-column: 1 / -1;
}

.hero--protein .hero-copy {
  grid-column: 1 / 9;
}

.hero--protein .protein-hero-checks {
  grid-column: 9 / 13;
  align-self: center;
}

.hero--protein .hero-copy > p:not(.hero-line):not(.ad-disclosure):not(.action-cue) {
  max-width: 620px;
}

.hero--protein .hero-line {
  margin-bottom: 16px;
}

.hero--protein .ad-disclosure {
  margin: 16px 0;
}

.hero--protein .hero-stat-grid {
  max-width: 620px;
  margin: 20px 0;
}

.hero--protein .hero-stat-grid div {
  min-height: 86px;
  border-color: rgba(13, 111, 102, 0.1);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.hero--multivitamin h1,
.hero--hair h1 {
  font-size: clamp(40px, 5vw, 64px);
}

.hero--beauty-vitamin {
  min-height: auto;
  padding-top: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(56px, 7vw, 96px);
  row-gap: clamp(24px, 3.5vw, 40px);
}

.hero--beauty-vitamin h1 {
  max-width: 780px;
  font-size: clamp(40px, 4.8vw, 60px);
  line-height: 1.02;
}

.hero--beauty-vitamin .beauty-vitamin-hero-top {
  grid-column: 1 / -1;
}

.hero--beauty-vitamin .hero-copy {
  grid-column: 1 / 9;
}

.hero--beauty-vitamin .beauty-vitamin-checks {
  grid-column: 9 / 13;
  align-self: center;
}

.hero--beauty-vitamin .hero-copy > p:not(.hero-line):not(.ad-disclosure):not(.action-cue) {
  max-width: 640px;
}

.hero--beauty-vitamin .hero-line {
  margin-bottom: 16px;
}

.hero--beauty-vitamin .ad-disclosure {
  margin: 16px 0;
}

.hero--beauty-vitamin .hero-stat-grid {
  max-width: 640px;
  margin: 20px 0;
}

.hero--beauty-vitamin .hero-stat-grid div {
  min-height: 86px;
  border-color: rgba(13, 111, 102, 0.1);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.image-break {
  padding-top: clamp(16px, 3vw, 34px);
  padding-bottom: clamp(24px, 4vw, 54px);
}

.story-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 111, 102, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(14, 54, 48, 0.09);
}

.story-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  object-position: center center;
}

.hero--my-nature {
  min-height: auto;
  padding-top: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(56px, 7vw, 96px);
  row-gap: clamp(24px, 3.5vw, 40px);
}

.hero--my-nature h1 {
  max-width: 780px;
  font-size: clamp(40px, 4.8vw, 60px);
  line-height: 1.02;
}

.hero--my-nature .my-nature-hero-top {
  grid-column: 1 / -1;
}

.hero--my-nature .hero-copy {
  grid-column: 1 / 9;
}

.hero--my-nature .my-nature-checks {
  grid-column: 9 / 13;
  align-self: center;
}

.hero--my-nature .hero-copy > p:not(.hero-line):not(.ad-disclosure):not(.action-cue) {
  max-width: 640px;
}

.hero--my-nature .hero-line {
  margin-bottom: 16px;
}

.hero--my-nature .ad-disclosure {
  margin: 16px 0;
}

.hero--my-nature .hero-stat-grid {
  max-width: 640px;
  margin: 20px 0;
}

.hero--my-nature .hero-stat-grid div {
  min-height: 86px;
  border-color: rgba(13, 111, 102, 0.1);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.hero--water h1,
.hero--ac h1,
.hero--uv h1,
.hero--removal h1,
.hero--communication h1,
.hero--korea-wifi h1 {
  max-width: 780px;
  font-size: clamp(40px, 4.8vw, 60px);
  line-height: 1.02;
}

.hero--water,
.hero--ac,
.hero--uv,
.hero--removal,
.hero--communication,
.hero--korea-wifi {
  min-height: auto;
  padding-top: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(56px, 7vw, 96px);
  row-gap: clamp(24px, 3.5vw, 40px);
}

.hero--water .water-hero-top,
.hero--ac .ac-hero-top,
.hero--uv .uv-hero-top,
.hero--removal .removal-hero-top,
.hero--communication .communication-hero-top,
.hero--korea-wifi .korea-wifi-hero-top {
  grid-column: 1 / -1;
}

.hero--water .hero-copy,
.hero--ac .hero-copy,
.hero--uv .hero-copy,
.hero--removal .hero-copy,
.hero--communication .hero-copy,
.hero--korea-wifi .hero-copy {
  grid-column: 1 / 9;
}

.hero--water .water-hero-checks,
.hero--ac .ac-hero-checks,
.hero--uv .uv-hero-checks,
.hero--removal .removal-hero-checks,
.hero--communication .communication-hero-checks,
.hero--korea-wifi .korea-wifi-hero-checks {
  grid-column: 9 / 13;
  align-self: center;
}

.hero--water .hero-copy > p:not(.hero-line):not(.ad-disclosure):not(.action-cue),
.hero--ac .hero-copy > p:not(.hero-line):not(.ad-disclosure):not(.action-cue),
.hero--uv .hero-copy > p:not(.hero-line):not(.ad-disclosure):not(.action-cue),
.hero--removal .hero-copy > p:not(.hero-line):not(.ad-disclosure):not(.action-cue),
.hero--communication .hero-copy > p:not(.hero-line):not(.ad-disclosure):not(.action-cue),
.hero--korea-wifi .hero-copy > p:not(.hero-line):not(.ad-disclosure):not(.action-cue) {
  max-width: 640px;
}

.hero--water .hero-line,
.hero--ac .hero-line,
.hero--uv .hero-line,
.hero--removal .hero-line,
.hero--communication .hero-line,
.hero--korea-wifi .hero-line {
  margin-bottom: 16px;
}

.hero--water .ad-disclosure,
.hero--ac .ad-disclosure,
.hero--uv .ad-disclosure,
.hero--removal .ad-disclosure,
.hero--communication .ad-disclosure,
.hero--korea-wifi .ad-disclosure {
  margin: 16px 0;
}

.hero--water .hero-stat-grid,
.hero--ac .hero-stat-grid,
.hero--uv .hero-stat-grid,
.hero--removal .hero-stat-grid,
.hero--communication .hero-stat-grid,
.hero--korea-wifi .hero-stat-grid {
  max-width: 640px;
  margin: 20px 0;
}

.hero--water .hero-stat-grid div,
.hero--ac .hero-stat-grid div,
.hero--uv .hero-stat-grid div,
.hero--removal .hero-stat-grid div,
.hero--communication .hero-stat-grid div,
.hero--korea-wifi .hero-stat-grid div {
  min-height: 86px;
  border-color: rgba(13, 111, 102, 0.1);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.45;
}

p {
  color: var(--muted);
}

.hero-copy p {
  max-width: 650px;
  font-size: 18px;
}

.hero-line {
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-left: 5px solid var(--cta);
  background: #fff4df;
  color: var(--cta-dark);
  font-size: 14px;
  font-weight: 900;
}

.hero-copy .hero-line {
  font-size: 14px;
}

.hero-mini-note {
  display: grid;
  gap: 4px;
  max-width: 620px;
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 4px solid var(--accent);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(14, 54, 48, 0.08);
}

.hero-mini-note strong {
  color: var(--text);
  font-size: 15px;
}

.hero-mini-note span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 690px;
  margin-top: 24px;
}

.hero-stat-grid div {
  min-height: 96px;
  padding: 18px 16px;
  border: 1px solid rgba(13, 111, 102, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(14, 54, 48, 0.07);
}

.hero-stat-grid strong {
  display: block;
  color: var(--accent-strong);
  font-size: 20px;
  line-height: 1.2;
}

.hero-stat-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.hero--communication .hero-stat-grid--numbers {
  max-width: 760px;
  gap: 10px;
}

.hero--communication .hero-stat-grid--numbers div {
  min-height: 118px;
  padding: 20px 18px;
  border: 2px solid rgba(201, 133, 44, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 246, 224, 0.96), rgba(255, 255, 255, 0.9));
  box-shadow: 0 20px 46px rgba(201, 133, 44, 0.15);
}

.hero--communication .hero-stat-grid--numbers strong {
  color: var(--cta-dark);
  font-size: clamp(34px, 4.6vw, 54px);
  font-weight: 900;
  line-height: 0.95;
}

.hero--communication .hero-stat-grid--numbers span {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.evidence-band {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(260px, 1.3fr);
  align-items: center;
  gap: 18px;
  max-width: 820px;
  margin: 0 0 26px;
  padding: clamp(20px, 3vw, 28px);
  border: 2px solid rgba(201, 133, 44, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 246, 224, 0.96), rgba(255, 255, 255, 0.92));
  box-shadow: 0 24px 60px rgba(201, 133, 44, 0.14);
}

.evidence-band p {
  margin: 0;
  color: var(--cta-dark);
  font-size: 14px;
  font-weight: 900;
}

.evidence-band strong {
  display: block;
  color: var(--cta-dark);
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 900;
  line-height: 0.95;
}

.evidence-band span {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 900;
  line-height: 1.25;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.primary {
  background: var(--cta);
  color: #fff;
  box-shadow: 0 12px 28px rgba(201, 133, 44, 0.24);
}

.button.primary:hover {
  background: var(--cta-dark);
}

.button.secondary {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--accent-strong);
}

.action-cue {
  margin: 14px 0 0;
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 900;
}

.ad-disclosure,
.cta-disclosure {
  width: fit-content;
  margin: 16px 0 0;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.ad-disclosure {
  padding: 4px 8px;
  border-color: rgba(13, 111, 102, 0.12);
  background: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 700;
}

.hero-copy .ad-disclosure {
  font-size: 11px;
  line-height: 1.4;
}

.cta-disclosure {
  margin: 0 auto 16px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hero-panel,
.note-box,
.concern-grid article,
.point-list > div,
.product-card,
details,
.cta,
.info-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: clamp(24px, 4vw, 38px);
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 18px;
  align-items: end;
}

.hero-visual .hero-panel {
  width: min(100%, 420px);
  margin: -28px auto 0;
}

.protein-hero-checks .hero-panel {
  width: 100%;
  margin: 0 0 0 auto;
  padding: clamp(22px, 3vw, 30px);
  border-color: rgba(13, 111, 102, 0.1);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 50px rgba(14, 54, 48, 0.07);
}

.top-visual {
  align-self: center;
}

.top-panel {
  margin: 0 auto;
}

.comparison-board {
  display: grid;
  gap: 10px;
  width: min(100%, 460px);
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(13, 111, 102, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(237, 246, 241, 0.94)),
    repeating-linear-gradient(90deg, transparent 0, transparent calc((100% - 264px) / 12), rgba(13, 111, 102, 0.06) calc((100% - 264px) / 12), rgba(13, 111, 102, 0.06) calc(((100% - 264px) / 12) + 1px));
  box-shadow: 0 24px 70px rgba(14, 54, 48, 0.14);
}

.board-head,
.board-row,
.board-summary {
  border-radius: 8px;
  background: #fff;
}

.board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 900;
}

.board-head strong {
  color: var(--text);
  font-size: 18px;
}

.board-row {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
}

.board-row span {
  color: var(--cta-dark);
  font-size: 12px;
  font-weight: 900;
}

.board-row strong {
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

.board-row.is-active {
  border-color: rgba(201, 133, 44, 0.42);
  background: #fff8ed;
  box-shadow: 0 14px 30px rgba(201, 133, 44, 0.12);
}

.board-summary {
  padding: 18px;
  background: #123d38;
}

.board-summary b,
.board-summary p {
  color: #fff;
}

.board-summary p {
  margin: 8px 0 0;
  font-size: 13px;
}

.protein-hero-media {
  position: relative;
  width: min(100%, var(--grid-max));
  margin: 0 auto;
  border: 1px solid rgba(13, 111, 102, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 26px 72px rgba(14, 54, 48, 0.1);
  overflow: hidden;
}

.protein-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 20, 18, 0.34) 0%, rgba(8, 20, 18, 0.18) 35%, rgba(8, 20, 18, 0.03) 70%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.07));
  pointer-events: none;
}

.protein-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.protein-hero-media figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(18, 61, 56, 0.9);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.protein-hero-media .protein-hero-overlay {
  z-index: 1;
  top: 24px;
  bottom: auto;
  left: 24px;
  display: grid;
  gap: 7px;
  width: min(48%, 300px);
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  backdrop-filter: none;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.42);
}

.protein-hero-overlay span {
  width: fit-content;
  padding: 4px 8px;
  border-left: 4px solid var(--cta);
  background: rgba(255, 255, 255, 0.8);
  color: var(--cta-dark);
  font-size: 12px;
  font-weight: 900;
  text-shadow: none;
}

.protein-hero-overlay strong {
  color: #fff;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
}

.protein-hero-overlay small {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.48);
}

.beauty-vitamin-checks .hero-panel {
  width: 100%;
  margin: 0 0 0 auto;
  padding: clamp(22px, 3vw, 30px);
  border-color: rgba(201, 133, 44, 0.16);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 50px rgba(14, 54, 48, 0.07);
}

.beauty-vitamin-hero-media {
  position: relative;
  width: min(100%, var(--grid-max));
  margin: 0 auto;
  border: 1px solid rgba(201, 133, 44, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 26px 72px rgba(14, 54, 48, 0.1);
  overflow: hidden;
}

.beauty-vitamin-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(70, 34, 22, 0.34) 0%, rgba(70, 34, 22, 0.16) 34%, rgba(70, 34, 22, 0.02) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.05));
  pointer-events: none;
}

.beauty-vitamin-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 42%;
}

.beauty-vitamin-hero-overlay {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
  display: grid;
  gap: 7px;
  width: min(48%, 330px);
  color: #fff;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.42);
}

.beauty-vitamin-hero-overlay span {
  width: fit-content;
  padding: 4px 8px;
  border-left: 4px solid #ff9800;
  background: rgba(255, 255, 255, 0.82);
  color: var(--cta-dark);
  font-size: 12px;
  font-weight: 900;
  text-shadow: none;
}

.beauty-vitamin-hero-overlay strong {
  color: #fff;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
}

.beauty-vitamin-hero-overlay small {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.48);
}

.my-nature-checks .hero-panel {
  width: 100%;
  margin: 0 0 0 auto;
  padding: clamp(22px, 3vw, 30px);
  border-color: rgba(13, 111, 102, 0.13);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 50px rgba(14, 54, 48, 0.07);
}

.my-nature-hero-media {
  position: relative;
  width: min(100%, var(--grid-max));
  margin: 0 auto;
  border: 1px solid rgba(13, 111, 102, 0.11);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 26px 72px rgba(14, 54, 48, 0.1);
  overflow: hidden;
}

.my-nature-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 50, 45, 0.4) 0%, rgba(7, 50, 45, 0.2) 34%, rgba(7, 50, 45, 0.02) 70%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.06));
  pointer-events: none;
}

.my-nature-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 45%;
}

.home-hero-media,
.water-hero-media,
.ac-hero-media,
.uv-hero-media,
.removal-hero-media,
.communication-hero-media,
.korea-wifi-hero-media {
  position: relative;
  width: min(100%, var(--grid-max));
  margin: 0 auto;
  border: 1px solid rgba(13, 111, 102, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 26px 72px rgba(14, 54, 48, 0.1);
  overflow: hidden;
}

.home-hero-media img,
.water-hero-media img,
.ac-hero-media img,
.uv-hero-media img,
.removal-hero-media img,
.communication-hero-media img,
.korea-wifi-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.protein-hero-media::after,
.beauty-vitamin-hero-media::after,
.my-nature-hero-media::after {
  display: none;
}

.my-nature-hero-overlay {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
  display: grid;
  gap: 7px;
  width: min(48%, 340px);
  color: #fff;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.42);
}

.my-nature-hero-overlay span {
  width: fit-content;
  padding: 4px 8px;
  border-left: 4px solid #8fc640;
  background: rgba(255, 255, 255, 0.82);
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  text-shadow: none;
}

.my-nature-hero-overlay strong {
  color: #fff;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
}

.my-nature-hero-overlay small {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.48);
}

.product-visual {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 12px;
  width: min(100%, 580px);
  min-height: 390px;
  margin: 0 auto;
  padding: 156px 28px 28px;
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(13, 111, 102, 0.1) 0 12%, transparent 12% 100%),
    radial-gradient(circle at 50% 22%, rgba(242, 184, 75, 0.16), transparent 36%),
    linear-gradient(135deg, #fff 0%, #eef6f2 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-visual-compact {
  position: absolute;
  top: -34px;
  right: -22px;
  width: min(220px, 40%);
  min-height: auto;
  aspect-ratio: 1;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.product-visual-compact .donut-compare {
  inset: 0;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
}

.donut-compare {
  position: absolute;
  top: 28px;
  left: 50%;
  width: min(320px, 74vw);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 34%, transparent 35%),
    conic-gradient(from -48deg, var(--cta) 0 31%, var(--accent) 31% 66%, var(--blue) 66% 100%);
  box-shadow: 0 24px 46px rgba(14, 54, 48, 0.16);
}

.donut-core {
  position: absolute;
  inset: 34%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--accent-strong);
  text-align: center;
  box-shadow: inset 0 0 0 1px var(--line);
}

.donut-core strong {
  display: block;
  font-size: 44px;
  line-height: 0.92;
}

.donut-core small {
  display: block;
  width: min-content;
  min-width: 76px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.pack {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  min-width: 116px;
  min-height: 190px;
  padding: 18px 14px;
  border-radius: 18px 18px 10px 10px;
  border: 1px solid rgba(23, 49, 45, 0.12);
  box-shadow: 0 18px 32px rgba(14, 54, 48, 0.12);
  text-align: center;
}

.pack span,
.pack small {
  font-size: 11px;
  font-weight: 800;
}

.pack strong {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
}

.pack-white {
  background: linear-gradient(180deg, #fff 0%, #f1f1ed 100%);
  color: #243c38;
  transform: translateY(10px) rotate(-2deg);
}

.pack-green {
  min-height: 230px;
  background: linear-gradient(180deg, #0d4a40 0%, #102d29 100%);
  color: #f7fff9;
}

.pack-amber {
  border-radius: 20px;
  background: linear-gradient(180deg, #d9b783 0%, #9f7446 100%);
  color: #2e241b;
  transform: translateY(18px) rotate(2deg);
}

.supplement-visual,
.hair-visual {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 22px;
  width: min(100%, 560px);
  min-height: 390px;
  margin: 0 auto;
  padding: 88px 28px 36px;
  border: 1px solid rgba(13, 111, 102, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(13, 111, 102, 0.09) 0 16%, transparent 16% 100%),
    radial-gradient(circle at 52% 22%, rgba(242, 184, 75, 0.2), transparent 34%),
    linear-gradient(135deg, #fff 0%, #edf6f1 100%);
  box-shadow: 0 24px 70px rgba(14, 54, 48, 0.14);
  overflow: hidden;
}

.hair-visual {
  background:
    linear-gradient(115deg, rgba(45, 122, 145, 0.12) 0 16%, transparent 16% 100%),
    radial-gradient(circle at 54% 22%, rgba(201, 133, 44, 0.18), transparent 34%),
    linear-gradient(135deg, #fff 0%, #eef6f2 100%);
}

.bottle,
.shampoo {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  width: 142px;
  min-height: 240px;
  padding: 26px 18px 22px;
  border: 1px solid rgba(23, 49, 45, 0.12);
  border-radius: 20px 20px 10px 10px;
  box-shadow: 0 20px 42px rgba(14, 54, 48, 0.14);
  text-align: center;
}

.bottle::before,
.shampoo::before {
  content: "";
  position: absolute;
  top: -34px;
  width: 66px;
  height: 42px;
  border-radius: 10px 10px 6px 6px;
  background: inherit;
  border: 1px solid rgba(23, 49, 45, 0.1);
}

.bottle span,
.bottle small,
.shampoo span,
.shampoo small {
  font-size: 12px;
  font-weight: 900;
}

.bottle strong,
.shampoo strong {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}

.bottle-main {
  min-height: 270px;
  background: linear-gradient(180deg, #0d6f66 0%, #123d38 100%);
  color: #fff;
}

.bottle-sub {
  background: linear-gradient(180deg, #fff8ed 0%, #f0d39d 100%);
  color: #4c3518;
  transform: translateY(18px);
}

.shampoo-main {
  min-height: 270px;
  border-radius: 26px 26px 12px 12px;
  background: linear-gradient(180deg, #123d38 0%, #2d7a91 100%);
  color: #fff;
}

.shampoo-sub {
  border-radius: 26px 26px 12px 12px;
  background: linear-gradient(180deg, #fff 0%, #cfe5dc 100%);
  color: #17312d;
  transform: translateY(18px);
}

.pill,
.foam {
  position: absolute;
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(14, 54, 48, 0.1);
}

.pill {
  width: 72px;
  height: 28px;
  background: linear-gradient(90deg, #fff 0 50%, #f2b84b 50% 100%);
}

.pill-one {
  left: 42px;
  bottom: 56px;
  transform: rotate(-18deg);
}

.pill-two {
  right: 50px;
  top: 86px;
  transform: rotate(22deg);
}

.pill-three {
  right: 112px;
  bottom: 42px;
  width: 52px;
  height: 22px;
  transform: rotate(-8deg);
}

.foam {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(45, 122, 145, 0.18);
}

.foam-one {
  left: 54px;
  top: 70px;
  width: 68px;
  height: 68px;
}

.foam-two {
  right: 58px;
  top: 92px;
  width: 48px;
  height: 48px;
}

.foam-three {
  right: 118px;
  bottom: 42px;
  width: 82px;
  height: 38px;
}

.panel-title {
  margin-bottom: 18px;
  color: var(--accent-strong);
  font-weight: 800;
}

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

.check-list li {
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--text);
  font-weight: 700;
  position: relative;
}

.choice-flow {
  padding-top: clamp(36px, 5vw, 64px);
}

.choice-flow h2 {
  max-width: 780px;
  font-size: clamp(30px, 4.6vw, 54px);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: stretch;
  margin-top: 22px;
}

.flow-grid article,
.flow-cta {
  border: 1px solid rgba(13, 111, 102, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(14, 54, 48, 0.07);
}

.flow-grid article {
  padding: 22px 20px 20px;
}

.flow-grid span {
  color: var(--cta);
  font-size: 12px;
  font-weight: 900;
}

.flow-grid h3 {
  margin: 8px 0 6px;
  font-size: 20px;
}

.flow-grid article h3:first-child {
  margin-top: 0;
}

.flow-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.flow-cta {
  display: grid;
  min-width: 136px;
  place-items: center;
  padding: 18px;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.concerns {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 32px;
  align-items: start;
}

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

.concern-grid article,
.point-list > div {
  padding: 24px;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.note-box {
  padding: 28px;
  background: #123d38;
}

.note-box h3,
.note-box p {
  color: #fff;
}

.point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.point-list span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--cta);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.section-lead {
  max-width: 720px;
  margin-bottom: 24px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

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

.product-grid--single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.product-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
}

.product-card-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(237, 246, 241, 0.86));
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--cta), var(--accent));
}

.product-type {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
}

.product-card ul {
  display: grid;
  gap: 8px;
  margin: 4px 0 22px;
  padding-left: 18px;
  color: var(--muted);
}

.product-card--feature {
  padding: clamp(28px, 4vw, 42px);
}

.product-photo {
  width: 100%;
  margin: 8px 0 22px;
  border: 1px solid rgba(13, 111, 102, 0.12);
  border-radius: 8px;
  background: var(--surface-soft);
  overflow: hidden;
}

.product-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  object-position: center 50%;
}

.affiliate-banner {
  position: relative;
  display: block;
  width: min(100%, 300px);
  min-height: 250px;
  margin: auto auto 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(13, 111, 102, 0.1), rgba(201, 133, 44, 0.12)),
    var(--surface-soft);
  overflow: hidden;
}

.affiliate-banner::before {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--accent-strong);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.affiliate-banner img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 250px;
  object-fit: cover;
  background: var(--surface);
}

.banner-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 12px;
  align-items: start;
  margin: auto 0 18px;
}

.banner-pair .affiliate-banner {
  margin: 0;
}

.affiliate-banner--tower {
  width: 160px;
  min-height: 300px;
}

.affiliate-banner--tower img {
  width: 160px;
  min-height: 300px;
  max-height: 360px;
  object-fit: cover;
  object-position: top center;
}

.product-card .button {
  margin-top: auto;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--surface-soft);
  color: var(--accent-strong);
  font-size: 14px;
}

td {
  color: var(--muted);
}

.caution {
  padding: 36px;
  border-left: 4px solid var(--cta);
  background: #fff8ed;
}

.faq {
  display: grid;
  gap: 12px;
}

details {
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 800;
}

details p {
  margin: 14px 0 0;
}

.cta {
  margin-bottom: 72px;
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
  background:
    radial-gradient(circle at 18% 24%, rgba(242, 184, 75, 0.22), transparent 24%),
    linear-gradient(135deg, #123d38 0%, #0d6f66 100%);
}

.cta h2,
.cta p {
  color: #fff;
}

.cta .button {
  margin: 8px 6px 0;
}

.cta-sub {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
}

.floating-buy-bar {
  position: fixed;
  left: 50%;
  bottom: max(34px, calc(env(safe-area-inset-bottom) + 28px));
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(520px, calc(100% - 32px));
  transform: translateX(-50%);
  pointer-events: none;
}

.floating-buy-button {
  pointer-events: auto;
  width: 100%;
  min-height: 62px;
  border-radius: 8px;
  font-size: 17px;
  letter-spacing: 0;
}

.button.primary.floating-buy-button {
  border: 2px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, #ffb000 0%, #e65f1d 48%, #c62828 100%);
  color: #fff;
  box-shadow:
    0 18px 48px rgba(198, 40, 40, 0.34),
    0 0 0 5px rgba(255, 176, 0, 0.16);
}

.reverse-bungee-top {
  position: fixed;
  right: clamp(16px, 4vw, 42px);
  bottom: max(100px, calc(env(safe-area-inset-bottom) + 94px));
  z-index: 31;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: rgba(13, 111, 102, 0.74);
  color: #fff;
  box-shadow: 0 14px 32px rgba(18, 61, 56, 0.18);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.reverse-bungee-top:hover {
  transform: translateY(-2px);
  background: rgba(13, 111, 102, 0.9);
}

.bungee-button {
  animation: reverse-bungee 2.5s ease-in-out infinite;
  transform-origin: center bottom;
  will-change: transform;
}

@keyframes reverse-bungee {
  0%,
  70%,
  100% {
    transform: translateY(0);
  }

  78% {
    transform: translateY(-9px);
  }

  86% {
    transform: translateY(0);
  }

  93% {
    transform: translateY(-4px);
  }

  98% {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bungee-button {
    animation: none;
  }
}

.footer {
  padding: 28px 18px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.footer p {
  margin: 0;
  font-size: 13px;
}

.page-head {
  padding-bottom: 28px;
}

.page-head h1 {
  font-size: clamp(40px, 6vw, 68px);
}

.info-page {
  max-width: 860px;
  padding-top: 24px;
}

.info-page h2 {
  margin-top: 38px;
  font-size: clamp(24px, 3vw, 32px);
}

.info-table {
  display: grid;
  overflow: hidden;
}

.info-table > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.info-table > div:last-child {
  border-bottom: 0;
}

.info-table strong {
  color: var(--accent-strong);
}

.info-table span {
  color: var(--muted);
}

.text-link {
  color: var(--accent-strong);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-panel {
  margin-bottom: 64px;
}

.small-note {
  margin-top: 14px;
  font-size: 13px;
}

.plain-list {
  color: var(--muted);
}

@media (max-width: 820px) {
  :root {
    --grid-cols: 4;
    --grid-gap: 16px;
    --grid-margin: 20px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .concerns,
  .split,
  .concern-grid,
  .point-list,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
  }

  .hero-copy,
  .hero-visual,
  .hero--protein .hero-copy,
  .hero--protein .protein-hero-top,
  .hero--protein .protein-hero-checks,
  .hero--beauty-vitamin .hero-copy,
  .hero--beauty-vitamin .beauty-vitamin-hero-top,
  .hero--beauty-vitamin .beauty-vitamin-checks,
  .hero--my-nature .hero-copy,
  .hero--my-nature .my-nature-hero-top,
  .hero--my-nature .my-nature-checks,
  .hero--water .hero-copy,
  .hero--water .hero-visual,
  .hero--ac .hero-copy,
  .hero--ac .hero-visual,
  .hero--uv .hero-copy,
  .hero--uv .hero-visual,
  .hero--removal .hero-copy,
  .hero--removal .hero-visual,
  .hero--communication .hero-copy,
  .hero--communication .hero-visual,
  .hero--korea-wifi .hero-copy,
  .hero--korea-wifi .hero-visual,
  .hero--home .hero-copy,
  .hero--home .hero-visual {
    grid-column: 1 / -1;
  }

  .hero-stat-grid {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - (var(--grid-margin) * 2), var(--grid-max));
  }

  .comparison-board {
    width: 100%;
    margin-left: 0;
  }

  .story-image {
    border-radius: 12px;
  }

  .story-image img {
    aspect-ratio: 16 / 9.5;
  }

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

  .flow-cta {
    min-height: 62px;
  }

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

  .affiliate-banner--tower {
    width: min(100%, 300px);
    justify-self: center;
  }

  .affiliate-banner--tower img {
    width: 100%;
  }

  .info-table > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 520px) {
  .nav {
    width: 100%;
    justify-content: space-between;
  }

  h1 {
    font-size: 38px;
  }

  .hero--home h1,
  .hero--protein h1,
  .hero--beauty-vitamin h1,
  .hero--my-nature h1,
  .hero--ac h1,
  .hero--uv h1,
  .hero--removal h1,
  .hero--communication h1,
  .hero--korea-wifi h1,
  .hero--water h1,
  .hero--multivitamin h1,
  .hero--hair h1 {
    font-size: 37px;
    line-height: 1.02;
  }

  .button {
    width: 100%;
  }

  body {
    padding-bottom: 132px;
  }

  .floating-buy-bar {
    width: min(100% - 24px, 390px);
    bottom: max(28px, calc(env(safe-area-inset-bottom) + 22px));
  }

  .floating-buy-button {
    min-height: 60px;
    font-size: 16px;
  }

  .reverse-bungee-top {
    right: 18px;
    bottom: max(94px, calc(env(safe-area-inset-bottom) + 86px));
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .hero-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .hero-stat-grid div {
    min-height: 76px;
    padding: 12px 8px;
  }

  .hero-stat-grid strong {
    font-size: 16px;
  }

  .hero-stat-grid span {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.35;
  }

  .hero--communication .hero-stat-grid--numbers {
    gap: 7px;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .hero--communication .hero-stat-grid--numbers div {
    min-height: 90px;
    padding: 12px 8px;
  }

  .hero--communication .hero-stat-grid--numbers strong {
    font-size: 27px;
  }

  .hero--communication .hero-stat-grid--numbers span {
    font-size: 10px;
  }

  .evidence-band {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
  }

  .evidence-band strong {
    font-size: 42px;
  }

  .evidence-band span {
    font-size: 18px;
  }

  .protein-hero-media img,
  .beauty-vitamin-hero-media img,
  .my-nature-hero-media img,
  .home-hero-media img,
  .water-hero-media img,
  .ac-hero-media img,
  .uv-hero-media img,
  .removal-hero-media img,
  .communication-hero-media img,
  .korea-wifi-hero-media img {
    aspect-ratio: 16 / 9;
  }

  .protein-hero-media figcaption {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    font-size: 12px;
  }

  .beauty-vitamin-hero-overlay {
    top: 12px;
    left: 12px;
    width: min(72%, 248px);
  }

  .my-nature-hero-overlay {
    top: 12px;
    left: 12px;
    width: min(72%, 248px);
  }

  .protein-hero-media .protein-hero-overlay {
    top: 12px;
    left: 12px;
    width: min(68%, 238px);
    padding: 0;
  }

  .protein-hero-overlay strong {
    font-size: 22px;
  }

  .protein-hero-overlay small {
    display: none;
  }

  .beauty-vitamin-hero-overlay strong {
    font-size: 22px;
  }

  .beauty-vitamin-hero-overlay small {
    display: none;
  }

  .my-nature-hero-overlay strong {
    font-size: 22px;
  }

  .my-nature-hero-overlay small {
    display: none;
  }

  .product-visual {
    min-height: 350px;
    padding: 28px 12px 24px;
    gap: 7px;
  }

  .supplement-visual,
  .hair-visual {
    min-height: 340px;
    padding: 78px 14px 28px;
    gap: 12px;
  }

  .bottle,
  .shampoo {
    width: 118px;
    min-height: 214px;
    padding-inline: 12px;
  }

  .bottle-main,
  .shampoo-main {
    min-height: 236px;
  }

  .bottle strong,
  .shampoo strong {
    font-size: 28px;
  }

  .product-visual-compact {
    top: -20px;
    right: -10px;
    width: min(150px, 42%);
    min-height: auto;
    padding: 0;
  }

  .donut-compare {
    top: 22px;
    width: min(260px, 78vw);
  }

  .product-visual-compact .donut-compare {
    inset: 0;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  .product-visual {
    padding-top: 178px;
  }

  .product-visual-compact {
    padding: 0;
  }

  .pack {
    min-width: 86px;
    min-height: 150px;
    padding: 14px 8px;
  }

  .pack strong {
    font-size: 18px;
  }

  .caution {
    padding: 24px;
  }

  .table-wrap {
    overflow-x: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  table,
  thead,
  tbody,
  tr,
  th,
  td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  tr {
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  td {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  td::before {
    content: attr(data-label);
    color: var(--accent-strong);
    font-weight: 900;
  }

  td:last-child {
    border-bottom: 0;
  }
}
