:root {
  --hm-blue: #082b5f;
  --hm-blue-2: #1057b7;
  --hm-green: #00a651;
  --hm-gold: #d6ad4b;
  --hm-ink: #101828;
  --hm-text: #1d2939;
  --hm-muted: #667085;
  --hm-line: rgba(16, 24, 40, 0.12);
  --hm-soft: #f6f8fb;
  --hm-card: rgba(255, 255, 255, 0.86);
  --hm-shadow: 0 22px 70px rgba(9, 34, 79, 0.12);
  --hm-radius: 28px;
  --hm-ease: 420ms cubic-bezier(.2, .8, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f7f9fc;
  color: var(--hm-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.portal-menu-open {
  overflow: hidden;
}

.hm-page {
  min-height: 100vh;
  overflow: hidden;
}

.hm-public-top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(8, 43, 95, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hm-public-top .portal-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 22px;
}

.hm-public-top .portal-brand-text strong,
.hm-public-top .portal-brand-text small,
.hm-public-top .portal-nav a,
.hm-public-top .portal-lang a {
  color: #fff;
}

.hm-public-top .portal-brand-text small,
.hm-public-top .portal-lang a {
  color: rgba(255, 255, 255, 0.74);
}

.hm-public-top .portal-nav a[aria-current="page"],
.hm-public-top .portal-lang a[aria-current="page"] {
  color: #ffe7a3;
}

.hm-hero,
.hm-section,
.hm-program-band,
.hm-final,
.hm-footer {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.hm-hero {
  position: relative;
  width: 100%;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 26%, rgba(0, 166, 81, 0.32), transparent 26rem),
    radial-gradient(circle at 20% 88%, rgba(214, 173, 75, 0.22), transparent 23rem),
    linear-gradient(135deg, #051b42 0%, #0b3373 48%, #0f63b8 100%);
  color: #fff;
}

.hm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 78%);
}

.hm-hero-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  right: 10%;
  top: 16%;
  border-radius: 50%;
  background: rgba(0, 166, 81, 0.22);
  filter: blur(22px);
  animation: hmPulse 7s ease-in-out infinite;
}

.hm-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, calc(100% - 44px));
  min-height: 720px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.74fr);
  gap: 54px;
  align-items: center;
  margin: 0 auto;
  padding: 86px 0 98px;
}

.hm-back {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}

.hm-hero-copy {
  position: relative;
  z-index: 2;
}

.hm-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.hm-hero p {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.hm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hm-hero-actions a,
.hm-package-card a,
.hm-final a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform var(--hm-ease), box-shadow var(--hm-ease), background var(--hm-ease);
}

.hm-hero-actions a:first-child,
.hm-final a {
  background: #fff;
  color: var(--hm-blue);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.hm-hero-actions a:last-child,
.hm-package-card a {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hm-hero-actions a:hover,
.hm-package-card a:hover,
.hm-final a:hover {
  transform: translateY(-3px);
}

.hm-orbit-card {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.08));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.hm-orbit {
  position: absolute;
  width: min(72vw, 330px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  animation: hmRotate 18s linear infinite;
}

.hm-orbit::before,
.hm-orbit::after {
  content: "";
  position: absolute;
  inset: 42px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hm-orbit::after {
  inset: 86px;
}

.hm-orbit span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12);
}

.hm-orbit span:nth-child(1) {
  left: 16%;
  top: 12%;
}

.hm-orbit span:nth-child(2) {
  right: 7%;
  top: 48%;
  background: var(--hm-gold);
}

.hm-orbit span:nth-child(3) {
  left: 42%;
  bottom: 2%;
  background: #65e097;
}

.hm-orbit-center {
  position: relative;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--hm-blue);
  text-align: center;
  padding: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.hm-orbit-center small,
.hm-orbit-points span,
.hm-product small,
.hm-routine-card span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hm-orbit-center strong {
  display: block;
  font-size: 24px;
  line-height: 1.05;
}

.hm-orbit-points {
  position: absolute;
  inset: auto 24px 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hm-orbit-points span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  padding: 10px 8px;
  text-align: center;
}

.hm-section {
  padding: 104px 0 0;
}

.hm-section-head {
  display: grid;
  max-width: 820px;
  gap: 18px;
}

.hm-section h2,
.hm-program-band h2,
.hm-final h2 {
  margin: 0;
  color: var(--hm-ink);
  font-size: clamp(34px, 5.5vw, 68px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hm-section-head p,
.hm-program-band p,
.hm-final p,
.hm-system-card p,
.hm-product p,
.hm-feature p,
.hm-check-list,
.hm-routine-card p,
.five-product-card p,
.five-usage p,
.five-ingredients p {
  margin: 0;
  color: var(--hm-muted);
  font-size: 16px;
  line-height: 1.68;
}

.hm-system-grid,
.hm-products,
.hm-routine,
.hm-education-grid,
.hm-pillar-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.hm-system-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-system-card,
.hm-product,
.hm-routine-card,
.hm-education-card,
.hm-pillar-card,
.five-product-card,
.five-usage article,
.five-ingredients article {
  border: 1px solid var(--hm-line);
  border-radius: var(--hm-radius);
  background: #fff;
  box-shadow: var(--hm-shadow);
}

.hm-education-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.hm-program-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: 26px;
  align-items: center;
  margin-top: 34px;
  border: 1px solid var(--hm-line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 166, 81, 0.14), transparent 22rem),
    #fff;
  padding: clamp(22px, 4vw, 42px);
  box-shadow: var(--hm-shadow);
}

.hm-program-panel img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.hm-rhythm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.hm-rhythm-card {
  border: 1px solid var(--hm-line);
  border-radius: 26px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(9, 34, 79, 0.09);
}

.hm-rhythm-card strong {
  display: block;
  color: var(--hm-blue);
  font-size: 22px;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.hm-dose-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-dose-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--hm-text);
  line-height: 1.48;
}

.hm-dose-list b {
  display: inline-flex;
  min-width: 58px;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 166, 81, 0.1);
  color: #087c43;
  font-size: 12px;
  padding: 6px 9px;
}

.hm-visual-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.hm-visual-story article {
  overflow: hidden;
  border: 1px solid var(--hm-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(9, 34, 79, 0.09);
}

.hm-visual-story img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: var(--hm-soft);
}

.hm-visual-story div {
  padding: 20px;
}

.hm-visual-story h3 {
  margin: 0 0 10px;
  color: var(--hm-ink);
  font-size: 22px;
  line-height: 1.08;
}

.hm-visual-story p,
.hm-note {
  margin: 0;
  color: var(--hm-muted);
  line-height: 1.62;
}

.hm-note {
  margin-top: 18px;
  font-size: 14px;
}

.hm-education-card,
.hm-pillar-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 36px);
}

.hm-education-card::before,
.hm-pillar-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -54px;
  top: -58px;
  border-radius: 50%;
  background: rgba(0, 166, 81, 0.09);
}

.hm-education-card h3,
.hm-pillar-card h3 {
  position: relative;
  margin: 0 0 14px;
  color: var(--hm-ink);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.hm-education-card p,
.hm-pillar-card p {
  position: relative;
  margin: 0;
  color: var(--hm-muted);
  font-size: 16px;
  line-height: 1.72;
}

.hm-education-card p + p,
.hm-pillar-card p + p {
  margin-top: 14px;
}

.hm-education-list,
.hm-pillar-list {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.hm-education-list li,
.hm-pillar-list li {
  border-radius: 18px;
  background: var(--hm-soft);
  color: var(--hm-text);
  font-weight: 760;
  line-height: 1.48;
  padding: 13px 15px;
}

.hm-pillar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-pillar-card {
  min-height: 340px;
}

.hm-pillar-card small {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--hm-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hm-system-card {
  min-height: 260px;
  padding: 30px;
}

.hm-system-card span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--hm-green);
  font-size: 13px;
  font-weight: 950;
}

.hm-system-card h3,
.hm-product h3,
.hm-routine-card h3,
.five-product-card h3,
.five-ingredients h3 {
  margin: 0 0 12px;
  color: var(--hm-ink);
  font-size: clamp(22px, 2.5vw, 31px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hm-program-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 28px;
  align-items: center;
  margin-top: 106px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 166, 81, 0.28), transparent 24rem),
    linear-gradient(135deg, #082b5f, #0b4eaa);
  color: #fff;
  padding: clamp(28px, 5vw, 54px);
  box-shadow: 0 34px 100px rgba(8, 43, 95, 0.28);
}

.hm-program-band h2,
.hm-program-band p {
  color: #fff;
}

.hm-program-band p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
}

.hm-package-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.14);
  padding: 24px;
  backdrop-filter: blur(16px);
}

.hm-package-card strong {
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.hm-package-card span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.hm-package-card a {
  margin-top: 8px;
}

.hm-products {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.hm-product {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  grid-column: span 2;
  gap: 14px;
  overflow: hidden;
  min-height: 430px;
  padding: 18px;
  transition: transform var(--hm-ease), box-shadow var(--hm-ease), border-color var(--hm-ease);
}

.hm-product:nth-child(4),
.hm-product:nth-child(5) {
  grid-column: span 3;
  min-height: 390px;
}

.hm-product::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--hm-green), rgba(214, 173, 75, 0.78));
  opacity: 0;
  transition: opacity var(--hm-ease);
}

.hm-product:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 166, 81, 0.28);
  box-shadow: 0 28px 90px rgba(9, 34, 79, 0.16);
}

.hm-product:hover::before {
  opacity: 1;
}

.hm-product-media {
  display: grid;
  min-height: 235px;
  place-items: center;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 248, 251, 0.94)),
    radial-gradient(circle at 50% 35%, rgba(0, 166, 81, 0.16), transparent 55%);
  padding: 18px;
}

.hm-product-media img {
  width: 100%;
  height: 100%;
  max-height: 230px;
  object-fit: contain;
  transition: transform var(--hm-ease);
}

.hm-product:hover .hm-product-media img {
  transform: scale(1.05);
}

.hm-product small,
.hm-routine-card span {
  color: var(--hm-green);
}

.hm-product h3,
.hm-product p {
  padding: 0 10px;
}

.hm-product h3 {
  font-size: clamp(23px, 2.1vw, 34px);
}

.hm-product p {
  max-width: 56ch;
}

.hm-deep {
  display: grid;
  gap: 22px;
}

.hm-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  gap: 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--hm-line);
  border-radius: 38px;
  background: #fff;
  padding: clamp(26px, 5vw, 52px);
  box-shadow: var(--hm-shadow);
  transition: transform var(--hm-ease), box-shadow var(--hm-ease), border-color var(--hm-ease);
}

.hm-feature::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -88px;
  top: -96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 166, 81, 0.13), transparent 68%);
  pointer-events: none;
}

.hm-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 166, 81, 0.22);
  box-shadow: 0 34px 100px rgba(9, 34, 79, 0.16);
}

.hm-feature > * {
  position: relative;
  z-index: 1;
}

.hm-feature h2 {
  margin-bottom: 24px;
}

.hm-feature p + p {
  margin-top: 16px;
}

.hm-feature .hm-check-list,
.hm-feature .hm-ingredient-cloud {
  margin-top: 10px;
}

.hm-feature-dark {
  background:
    radial-gradient(circle at 92% 6%, rgba(0, 166, 81, 0.24), transparent 24rem),
    linear-gradient(135deg, #071c43, #0d397e);
}

.hm-feature-dark h2,
.hm-feature-dark p {
  color: #fff;
}

.hm-feature-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.hm-check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.hm-check-list li,
.hm-ingredient-cloud span,
.five-product-points span {
  border-radius: 999px;
  background: var(--hm-soft);
  color: var(--hm-text);
  font-weight: 850;
  padding: 14px 16px;
  transition: transform var(--hm-ease), background var(--hm-ease);
}

.hm-check-list li:hover,
.hm-ingredient-cloud span:hover {
  transform: translateX(4px);
}

.hm-ingredient-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hm-ingredient-cloud span {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.hm-routine {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-routine-card {
  padding: 26px;
}

.hm-routine-card span {
  display: inline-flex;
  margin-bottom: 22px;
}

.hm-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 108px;
  border-radius: 38px;
  background: #fff;
  padding: clamp(28px, 5vw, 52px);
  box-shadow: var(--hm-shadow);
}

.hm-final p {
  max-width: 720px;
  margin-top: 16px;
}

.hm-final a {
  background: var(--hm-blue);
  color: #fff;
}

.hm-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 58px 0 34px;
  color: var(--hm-muted);
  font-size: 13px;
  line-height: 1.5;
}

.hm-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(.2, .8, .2, 1);
}

.hm-animate .hm-reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.985);
}

.hm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hm-animate .hm-feature.is-visible,
.hm-animate .hm-product.is-visible,
.hm-animate .hm-pillar-card.is-visible,
.hm-animate .hm-rhythm-card.is-visible {
  animation: hmSoftPop 720ms cubic-bezier(.2, .8, .2, 1) both;
}

.five-hero {
  background:
    linear-gradient(135deg, rgba(6, 28, 73, 0.86), rgba(21, 82, 170, 0.86)),
    url("../image/5in1/ambient-bg.png") center / cover;
}

.five-logo {
  display: block;
  width: min(190px, 52vw);
  margin: 0 0 20px;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.18));
}

.five-price-card strong {
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.04em;
}

.five-products,
.five-usage,
.five-ingredients {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.five-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.five-product-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
}

.five-product-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: #f7f9fc;
  padding: 14px;
}

.five-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.five-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(0, 166, 81, 0.1);
  color: #087c43;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.five-product-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.five-product-points span {
  font-size: 13px;
}

.five-usage {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.five-ingredients {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.five-usage article,
.five-ingredients article {
  padding: 22px;
}

.five-usage b {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}

@keyframes hmRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hmPulse {
  0%, 100% {
    transform: scale(0.95);
    opacity: 0.58;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.86;
  }
}

@keyframes hmSoftPop {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.975);
  }
  70% {
    opacity: 1;
    transform: translateY(-2px) scale(1.004);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1040px) {
  .hm-hero-inner,
  .hm-program-band,
  .hm-program-panel,
  .hm-feature,
  .hm-final {
    grid-template-columns: 1fr;
  }

  .hm-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hm-product,
  .hm-product:nth-child(4),
  .hm-product:nth-child(5) {
    grid-column: auto;
    min-height: auto;
  }

  .hm-system-grid,
  .hm-routine,
  .hm-education-grid,
  .hm-pillar-grid,
  .hm-rhythm-grid,
  .hm-visual-story,
  .five-products,
  .five-usage,
  .five-ingredients {
    grid-template-columns: 1fr;
  }

  .hm-orbit-card {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .hm-public-top .portal-nav,
  .hm-public-top .portal-lang {
    display: none !important;
  }

  .hm-public-top .portal-menu-toggle {
    display: inline-flex;
  }

  .hm-public-top .portal-header {
    padding: 12px 14px;
  }

  .hm-hero,
  .hm-section,
  .hm-program-band,
  .hm-final,
  .hm-footer {
    width: min(100% - 28px, 1180px);
  }

  .hm-hero {
    width: 100%;
    min-height: auto;
  }

  .hm-hero-inner {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    gap: 24px;
    align-items: start;
    padding: 28px 0 64px;
  }

  .hm-hero-glow {
    width: 240px;
    height: 240px;
    top: 18px;
    right: -92px;
    opacity: 0.34;
    filter: blur(16px);
  }

  .hm-hero-copy {
    order: 2;
    text-shadow: 0 2px 18px rgba(5, 27, 66, 0.42);
  }

  .hm-hero h1 {
    font-size: clamp(43px, 13vw, 62px);
    letter-spacing: -0.048em;
  }

  .hm-hero p {
    font-size: 16px;
  }

  .hm-hero-actions a,
  .hm-final a {
    width: 100%;
  }

  .hm-orbit-card {
    order: 1;
    width: min(100%, 360px);
    min-height: 250px;
    margin: 0 auto 4px;
    border-radius: 28px;
    overflow: hidden;
  }

  .hm-orbit {
    width: min(66vw, 228px);
  }

  .hm-orbit-center {
    width: 138px;
    height: 138px;
    padding: 18px;
  }

  .hm-orbit-center strong {
    font-size: 20px;
  }

  .hm-orbit-points {
    grid-template-columns: 1fr;
    position: relative;
    inset: auto;
    width: calc(100% - 34px);
    align-self: end;
    margin: 0 auto 16px;
  }

  .hm-section {
    padding-top: 72px;
  }

  .hm-system-grid,
  .hm-products,
  .hm-routine {
    grid-template-columns: 1fr;
  }

  .hm-program-band,
  .hm-final,
  .hm-feature {
    margin-top: 72px;
    border-radius: 28px;
  }

  .hm-product-media {
    min-height: 220px;
  }

  .hm-footer {
    flex-direction: column;
  }

  .five-product-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .five-product-media {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
