:root {
  --side-width: 24vw;
  --center-width: 52vw;
  --progress: 0;
  --navy: #073c78;
  --blue: #00479D;
  --gold: #d5b752;
  --paper: rgba(255, 255, 255, .94);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  color: var(--navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  background: #eaf7ff;
}
body.mobile-nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.sp-none{display: inline;}/* PCでは改行 */
.pc-none{display: none;}/* SPでは改行 */
/* =========================================================
   Desktop opening
   The first-view image crossfades to the fixed water visual.
   The center and side columns then rise above that background.
========================================================= */
.fixed-water {
  position: fixed;
  inset: 0;
  z-index: -20;
  background: url("img/water-bg.png") center / cover no-repeat;
}
.fixed-water::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(239, 249, 255, .08);
}

.intro-stage { height: 125vh; }

.page-shell {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.opening {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
}
.opening-full-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: max(0, calc(1 - var(--progress) * 2.15));
  transform: scale(calc(1 + var(--progress) * .015));
  transition: opacity .08s linear;
  will-change: opacity, transform;
}
.opening::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(235, 247, 255, calc(var(--progress) * .10));
  opacity: max(0, calc(1 - var(--progress) * 1.55));
  pointer-events: none;
}
.opening-panel { display: none; }

body.is-intro-complete .opening {
  visibility: hidden;
}


.scroll-guide {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font: 12px/1 Arial, sans-serif;
  letter-spacing: .2em;
  text-shadow: 0 1px 8px rgba(0, 55, 100, .45);
  transform: translateX(-50%);
  opacity: calc(1 - var(--progress) * 1.8);
}
.scroll-guide span {
  display: block;
  width: 1px;
  height: 42px;
  margin: 9px auto 0;
  background: #fff;
  animation: scrollLine 1.7s infinite;
}
@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

.side {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: var(--side-width);
  overflow: hidden;
  opacity: var(--progress);
  pointer-events: none;
  transition: opacity .15s linear;
}
.side-left { left: 0; }
.side-right { right: 0; }
body.is-intro-complete .side { pointer-events: auto; }

.side-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4vh 2.2vw;
  background: rgba(231, 246, 255, .15);
  backdrop-filter: blur(1px);
}
.side-inner-left {
  transform: translateY(calc((1 - var(--progress)) * 28px));
}
.side-inner-right {
  transform: translateY(calc((1 - var(--progress)) * 28px));
}
.side-copy {
  width: min(82%, 300px);
  max-height: 88vh;
  object-fit: contain;
}
.side-nav {
  display: grid;
  gap: 9px;
  width: 100%;
  margin-bottom: 2vh;
  font-size: clamp(11px, .9vw, 15px);
}
.side-nav a::before { content: "－ "; }
.side-product {
  width: min(70%, 210px);
  margin: 1vh auto 2vh;
  filter: drop-shadow(0 14px 22px rgba(0, 55, 110, .15));
}
.side-button {
  width: 100%;
  margin-top: 10px;
  padding: 13px 8px;
  border-radius: 999px;
  text-align: center;
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 700;
  background: linear-gradient(#f5df8d, #caa43b);
  box-shadow: 0 4px 8px rgba(3, 57, 104, .22);
}

.main-column {
  position: absolute;
  top: 0;
  left: var(--side-width);
  z-index: 3;
  width: var(--center-width);
  height: 100vh;
  overflow-y: hidden;
  pointer-events: none;
  overscroll-behavior: contain;
  opacity: var(--progress);
  transform: translateY(calc((1 - var(--progress)) * 100vh));
  background: #fff url("img/main_bk2.jpg") center top / 100% auto repeat-y;
  box-shadow: 0 0 36px rgba(5, 72, 126, .08);
  -ms-overflow-style: none;
  scrollbar-width: none;
  will-change: transform, opacity;
}
.main-column::-webkit-scrollbar { display: none; }
body.is-intro-complete .main-column {
  overflow-y: auto;
  pointer-events: auto;
}

/* =========================================================
   Shared content styles
========================================================= */
.section {
  min-height: 100vh;
  padding: clamp(65px, 8vw, 115px) clamp(28px, 6vw, 92px);
  text-align: center;
}
.section-en {
  margin: 0 0 25px;
  color: #7ba7c9;
  font: 300 clamp(30px, 4vw, 62px)/1 Arial, sans-serif;
  letter-spacing: .12em;
}
.section h2 {
  font-size: clamp(25px, 3vw, 44px);
  line-height: 1.65;
}

/* =========================================================
   Price
========================================================= */
.phase1-price {
  position: relative;
  min-height: 1035px;
  padding: 72px 44px 118px;
  text-align: center;
  background: rgba(255, 255, 255, .82);
}
.phase1-price::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 118px;
  background: linear-gradient(174deg, transparent 0 50%, rgba(220,247,255,.7) 51% 58%, rgba(255,255,255,.98) 59%);
  pointer-events: none;
}
.phase1-price-top {
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  align-items: start;
  gap: 8px;
  max-width: 515px;
  margin: 0 auto;
}
.phase1-capacity {
  margin: 2px 0 19px;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: .18em;
}
.phase1-ribbons { margin-top: 13px; }
.phase1-ribbon {
  margin: 0 0 15px;
  padding: 13px 22px 13px 34px;
  color: #fff;
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: .16em;
  clip-path: polygon(13% 0, 100% 0, 92% 100%, 0 100%);
  text-shadow: 0 1px 2px rgba(0,0,0,.14);
}
.phase1-ribbon-blue { background: linear-gradient(90deg, #02bcec, #075ca7); }
.phase1-ribbon-gold { background: linear-gradient(90deg, #dfc767, #b58c28); }
.phase1-product {
  width: 157px;
  margin: -5px auto 0;
  filter: drop-shadow(0 10px 14px rgba(1,55,110,.12));
}
.phase1-limited {
  width: 305px;
  margin: 36px auto 28px;
  padding: 26px 16px 29px;
  border: 1px solid #ceddea;
  background: rgba(255,255,255,.8);
}
.phase1-limited span,
.phase1-limited strong { display: block; }
.phase1-limited span { margin-bottom: 13px; font-size: 18px; }
.phase1-limited strong { font-size: 26px; font-weight: 500; letter-spacing: .08em; }
.phase1-normal { margin: 31px 0 0; color: #7f858e; font-size: 14px; }
.phase1-normal b { margin: 0 5px; font-size: 27px; font-weight: 500; }
.phase1-normal small { font-size: .78em; }
.phase1-sale { margin: 25px 0 0; line-height: .92; }
.phase1-sale strong { font-size: 82px; font-weight: 400; letter-spacing: -.04em; }
.phase1-sale span { margin-left: 4px; font-size: 32px; }
.phase1-shipping { margin: 15px 0 43px; color: #7a818b; font-size: 16px; }
.phase1-off { margin: 0; font-size: 22px; letter-spacing: .16em;font-weight: 600; }
.phase1-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 404px;
  max-width: 92%;
  margin-top: 39px;
  padding: 18px 24px;
  border-radius: 999px;
  color: #1e1b12;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  background: linear-gradient(#f3df8b, #d3af4c);
}

/* =========================================================
   Concern / dryness
========================================================= */
.phase1-wave-story {
  position: relative;
  background: transparent url("img/bk_1.png") center top / 100% 100% no-repeat;
}
.phase1-concern {
  position: relative;
  z-index: 1;
  min-height: 780px;
  padding: 120px 22px 80px;
  text-align: center;
}
.phase1-concern h2 {
  margin: 0 0 48px;
  color: #00479D;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .07em;
}
.phase1-concern-card {
  position: relative;
  width: 478px;
  max-width: calc(100% - 38px);
  min-height: 448px;
  margin: 0 auto;
  padding: 73px 47px 62px;
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 3px 0 rgba(84,106,124,.25), 0 7px 18px rgba(48,83,111,.07);
  text-align: left;
}
.phase1-concern-card ul {
  display: grid;
  gap: 29px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.phase1-concern-card li {
  position: relative;
  padding-left: 29px;
  color: #5c6877;
  font-size: 21px;
  line-height: 1.62;
  letter-spacing: .03em;
}
.phase1-concern-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #5c6877;
  font-size: 1.12em;
  font-weight: 700;
}
.phase1-concern-side {
  position: absolute;
  top: 17px;
  left: -68px;
  color: #7d8790;
  font: italic 17px/1 Georgia, "Allura", serif;
  writing-mode: vertical-rl;
  
}
.phase1-dryness-intro {
  min-height: 360px;
  padding: 62px 28px 92px;
  text-align: center;
}
.phase1-dryness-intro > p:first-child {
  margin: 0 0 21px;
  color: #5c6877;
  font-size: 23px;
  letter-spacing: .12em;
}
.phase1-dryness-intro h2 {
  margin: 0;
  color: #5c6877;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: .12em;
}
.phase1-dryness-note {
  margin: 30px 0 0 !important;
  color: #5c6877;
  font-size: 20px !important;
  line-height: 1.8;
  letter-spacing: .08em !important;
}

/* =========================================================
   Story / birth
========================================================= */
.phase2-story {
  position: relative;
  overflow: hidden;
  color: #5c6877;
  text-align: center;
  background: transparent;
}
.phase2-question,
.phase2-reason,
.phase2-focus {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.phase2-question {
  min-height: 560px;
  padding: 155px 42px 120px;
  background-image: url("img/bk_3.png");
}
.phase2-question h2 {
  margin: 0 0 42px;
  color: #5c6877;
  font-size: clamp(20px, 2.15vw, 33px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .08em;
}
.phase2-question p,
.phase2-reason p,
.phase2-focus p {
  margin: 0;
  font-size: clamp(18px, 1.85vw, 29px);
  line-height: 2;
  letter-spacing: .06em;
}
.phase2-reason {
  min-height: 4%;
  padding: 120px 42px 100px;
  background-image: url("img/bk_6.png");
}
.phase2-reason h3 {
  margin: 12px 0 10px;
  color: #5c6877;
  font-size: clamp(26px, 2.8vw, 43px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .1em;
}
.phase2-focus {
  min-height: 570px;
  padding: 125px 24px 95px;
  color: #00479D;
  background-image: url("img/bk_4.png");
}
.phase2-focus-lead { font-weight: 600; }
.phase2-focus h3 {
  width: min(92%, 650px);
  margin: 20px auto 18px;
  padding: 16px 14px;
  border-radius: 60px;
  color: #00479D;
  font-size: clamp(27px, 3.05vw, 47px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .08em;
  background:rgba(236, 248, 255, 0.01);
  backdrop-filter:blur(14px);

  border:1px solid rgba(245, 251, 255, 0.9);

  box-shadow:
  0 15px 40px rgba(44, 137, 252, 0.08),
  inset 0 1px 0 rgba(255,255,255,.95);

}
.phase2-care-figure {
  margin: -58px 0 0;
  padding: 0;
  background: transparent;
}
.phase2-care-figure img { width: 100%; }
.phase2-water-product {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 760px;
  margin-top: -1px;
  padding: 170px 20px 220px;
  text-align: center;
  background-color: #f7fbff;
  background-image: url("img/main_bk2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 55%;
}
.phase2-water-product > img {
  width: min(45%, 350px);
  margin: 0 auto;
  filter: drop-shadow(0 16px 24px rgba(0,70,125,.2));
}
.phase2-birth-copy {
  margin-top: 58px;
  color: #00479D;
  text-align: center;
}
.phase2-birth-logo-img {
  width: min(76%, 520px);
  margin: 0 auto;
}
.phase2-birth-copy h2 {
  margin: 46px 0 34px;
  color: #00479D;
  font-size: clamp(44px, 4.5vw, 68px);
  font-weight: 600;
  letter-spacing: .46em;
  text-indent: .46em;
}
.phase2-birth-tagline {
  margin: 0;
  color: #292f35;
  font-size: clamp(26px, 1.35vw, 21px);
  letter-spacing: .08em;
}

/* =========================================================
   Concept / ingredients
========================================================= */
.phase3-concept {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 88px clamp(28px, 6vw, 88px) 112px;
  color: #00479D;
  text-align: center;
  background-color: #f4fbff;
  background-image: url("img/main_bk1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 18%;
}
.phase3-side-label {
  position: absolute;
  left: 4px;
  color: #9c9c9c;
  font: italic 17px/1 Georgia, "Allura", serif;
  writing-mode: vertical-rl;
  
}
.phase3-side-label-top { left:20px; top: 24px; }
.phase3-side-label-bottom { left:20px; top: 57%; }
.phase3-name-lead {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  margin: 0 0 28px;
  color: #5c6877;
  line-height: 1;
}
.phase3-name-lead img { width: min(58%, 330px); }
.phase3-name-lead span {
  padding-bottom: 3px;
  color: #5c6877;
  font: 500 clamp(21px, 1.65vw, 25px)/1.1 "Yu Mincho", "Hiragino Mincho ProN", serif;
  white-space: nowrap;
  line-height: 40px;
}
.phase3-name h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  line-height: 1;
}
.phase3-name h2 strong {
  color: #00479D;
  font: 600 clamp(62px, 7.1vw, 104px)/.96 Georgia, "Allura", serif;
  letter-spacing: .02em;
}
.phase3-name h2 small {
  margin: 12px 0 8px;
  color: #5c6877;
  font-size: clamp(16px, 1.5vw, 23px);
  font-weight: 600;
  line-height: 1.35;
}
.phase3-name h2 b {
  margin: 14px 0;
  color: #5c6877;
  font-size: clamp(42px, 4.5vw, 66px);
  font-weight: 400;
  line-height: 1;
}
.phase3-name > p:last-child {
  margin: 40px 0 0;
  color: #5c6877;
  font-size: clamp(21px, 1.5vw, 23px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .08em;
}
.phase3-concept-copy {
  margin: 108px auto 88px;
  font-size: clamp(18px, 1.8vw, 27px);
  line-height: 2.25;
  letter-spacing: .05em;
}
.phase3-concept-copy p { margin: 0 0 46px; }
.phase3-concept-copy strong { font-size: 1.25em; }
.phase3-ingredient-circles {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  width: min(78%, 500px);
  min-height: 230px;
  margin: 0 auto 82px;
}
.phase3-ingredient-circles img {
  flex: 0 0 auto;
  width: min(46%, 210px);
  border-radius: 50%;
}
.phase3-ingredient-circles img:first-child { transform: translateY(-22px); }
.phase3-ingredient-circles img:last-child { transform: translateY(24px); }
.phase3-ingredient-copy h3 {
  margin: 0 0 78px;
  font-size: clamp(22px, 2.25vw, 34px);
  font-weight: 600;
  letter-spacing: .07em;
}
.phase3-ingredient-copy p {
  margin: 0 0 30px;
  color: #5c6877;
  font-size: clamp(18px, 1.7vw, 25px);
  letter-spacing: .08em;
}
.phase3-ingredient-copy p strong { color: #00479D; font-size: 1.28em; }

.phase3-hyaluron {
  position: relative;
  overflow: hidden;
  padding: 90px 0 0;
  color: #00479D;
  text-align: center;
  background: #fff;
}
.phase3-hyaluron::before {
  content: "";
  position: absolute;
  top: -38px;
  left: -4%;
  width: 108%;
  height: 78px;
  border-radius: 0 0 52% 48% / 0 0 70% 65%;
  background: #eff9ff;
}
.phase3-hyaluron h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(31px, 3.2vw, 48px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .08em;
}
.phase3-hyaluron h2 strong { font-size: 2.05em; font-weight: 500; letter-spacing: 0; }
.phase3-hyaluron h2 span { font-size: .85em; letter-spacing: 0; }
.phase3-hyaluron p {
  margin: 54px 28px 58px;
  color: #5c6877;
  font-size: clamp(17px, 1.5vw, 23px);
  line-height: 2.1;
  letter-spacing: .08em;
}
.phase3-hyaluron img { width: 100%; }

.shop-section {
  min-height: 0;
  margin: -120px 0 0;
  padding: 0 clamp(24px, 6vw, 92px) 70px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.shop-buttons {
  width: min(100%, 460px);
  margin: 0 auto;
}

.shop-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 0 auto 16px;
  padding: 14px 24px;
  border-radius: 999px;
  color: #17385b;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: .03em;
  background: linear-gradient(180deg, #f5dc77 0%, #d3ab34 100%);
  box-shadow: 0 5px 12px rgba(110, 80, 18, .18);
}

.shop-buttons a:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Mobile navigation
========================================================= */
.mobile-header,
.mobile-menu-button-floating,
.mobile-nav { display: none; }

@media (max-width: 900px) {
  :root {
    --side-width: 0vw;
    --center-width: 100vw;
    --progress: 1;
  }

  .intro-stage,
  .opening,
  .side { display: none; }

  .page-shell {
    position: relative;
    overflow: visible;
  }

  .main-column {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    overflow: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    background-size: 100% auto;
    padding-top: 58px;
  }

  .mobile-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:60px;
    padding:0 16px;
    color: #fff;
    background: #000;
    transition: transform .35s ease, opacity .35s ease;
  }
  body.is-mobile-scrolled .mobile-header {
    opacity: 0;
    transform: translateY(-110%);
    pointer-events: none;
  }
.mobile-logo img{
    height:30px; 
    width:auto;
    display:block;
}
  .mobile-menu-button {
    width: 42px;
    height: 42px;
    padding: 7px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .mobile-menu-button span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0;
    border-radius: 2px;
    background: currentColor;
  }
  .mobile-menu-button-top { color: #fff; }
  .mobile-menu-button-floating {
    position: fixed;
    left: 14px;
    bottom: 16px;
    z-index: 95;
    display: block;
    color: #073c78;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    box-shadow: 0 4px 18px rgba(0,45,85,.2);
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
  }
  body.is-mobile-scrolled .mobile-menu-button-floating {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .sp-none{
      display: none;
  }
  .pc-none{display: inline;}/* PCでは改行 */
  .mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: flex;
    flex-direction: column;
    padding: 72px 28px 34px;
    background: rgba(247,251,255,.98);
    box-shadow: inset 0 0 0 1px rgba(7,60,120,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
  }
  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-nav-close {
    position: absolute;
    top: 70px;
    left: 18px;
    width: 42px;
    height: 42px;
    border: 0;
    color: #071a2f;
    background: transparent;
    font: 300 46px/1 Arial, sans-serif;
    cursor: pointer;
  }
  .mobile-nav-links {
    display: grid;
    gap: 24px;
    width: min(300px, 75vw);
    margin: 44px auto 36px;
  }
  .mobile-nav-links a {
    position: relative;
    padding-left: 36px;
    color: #315777;
    font-size: 18px;
    letter-spacing: .05em;
  }
  .mobile-nav-links a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
    background: #88a5bc;
  }
  .mobile-nav-shop {
    width: min(300px, 80vw);
    margin: auto auto 10px;
  }
  .mobile-nav-shop a {
    display: block;
    margin: 14px 0;
    padding: 14px 18px;
    border-radius: 999px;
    color: #17120a;
    text-align: center;
    font-size: 18px;
    background: linear-gradient(#f3dc86, #cfad4b);
    box-shadow: 0 3px 0 rgba(119,91,23,.18), 0 5px 12px rgba(36,63,85,.12);
  }

  .phase1-price { min-height: auto; padding: 52px 20px 95px; }
  .phase1-price-top { max-width: 520px; }
  .phase1-capacity { font-size: 13px; }
  .phase1-ribbon { padding: 10px 13px 10px 25px; font-size: 18px; }
  .phase1-product { width: 145px; }
  .phase1-limited { width: 304px; max-width: 82%; }
  .phase1-sale strong { font-size: 75px; }
  .phase1-concern { min-height: 700px; padding: 95px 20px 55px; }
  .phase1-concern h2 { font-size: 18px; }
  .phase1-concern-card { min-height: 435px; padding: 65px 34px 54px; }
  .phase1-concern-card li { font-size: 16px; }
  .phase1-concern-side { left: -35px; font-size: 14px; }
  .phase1-dryness-intro { min-height: 330px; padding: 54px 20px 70px; }
  .phase1-dryness-intro > p:first-child { font-size: 20px; }
  .phase1-dryness-intro h2 { font-size: 37px; }
  .phase1-dryness-note { font-size: 17px !important; }

  .phase2-question { min-height: 500px; padding: 130px 24px 95px; }
  .phase2-reason { min-height: 385px; padding: 132px 24px 100px; }
  .phase2-focus { min-height: 500px; padding: 105px 16px 80px; }
  .phase2-care-figure { margin-top: -44px; }
 .phase2-water-product { min-height: 600px; padding: 128px 20px 92px; }
  .phase2-water-product > img { width: 60%; max-width: 450px; }
  .phase2-birth-copy { margin-top: 44px; }
  .phase2-birth-logo-img { width: min(78%, 360px); }
  .phase2-birth-copy h2 { margin: 34px 0 26px; font-size: 44px; }
  .phase2-birth-tagline { font-size: 16px; }

  .phase3-concept { padding: 72px 26px 90px; }
  .phase3-side-label { left: 2px; font-size: 14px; }
  .phase3-name-lead { min-height: 42px; gap: 6px; margin-bottom: 24px; }
  .phase3-name-lead img { width: min(62%, 255px); }
  .phase3-name-lead span { padding-bottom: 2px; font-size: 16px; }
  .phase3-name h2 strong { font-size: 58px; line-height: .98; }
  .phase3-name h2 small { margin: 9px 0 7px; font-size: 17px; }
  .phase3-name h2 b { margin: 12px 0; font-size: 38px; }
  .phase3-name > p:last-child { margin-top: 34px; font-size: 17px; }
  .phase3-concept-copy { margin: 82px auto 70px; font-size: 17px; }
  .phase3-ingredient-circles { width: 76%; min-height: 170px; gap: 2px; margin-bottom: 66px; }
  .phase3-ingredient-circles img { width: 47%; }
  .phase3-ingredient-circles img:first-child { transform: translateY(-16px); }
  .phase3-ingredient-circles img:last-child { transform: translateY(18px); }
  .phase3-ingredient-copy h3 { margin-bottom: 55px; font-size: 21px; }
  .phase3-ingredient-copy p { font-size: 16px; }
  .phase3-hyaluron { padding-top: 78px; }
  .phase3-hyaluron h2 { font-size: 31px; }
  .phase3-hyaluron p { margin: 46px 28px 48px; font-size: 15px; }
  .section { min-height: auto; padding: 70px 24px; }

  .shop-section {
    margin-top: -82px;
    padding: 0 20px 52px;
    background: transparent;
  }

  .shop-buttons {
    width: min(92%, 360px);
  }

  .shop-buttons a {
    min-height: 52px;
    margin-bottom: 14px;
    font-size: 15px;
  }

}

@media (max-width: 1180px) and (min-width: 901px) {
  .phase3-name h2 strong { font-size: clamp(58px, 6.2vw, 88px); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; }
}

/* =========================================================
   Phase 4: Marine collagen
   Screenshot-faithful continuation
========================================================= */
.phase4-collagen {
  position: relative;
  overflow: hidden;
  color: #00479D;
  text-align: center;
  background: #fff;
}

.phase4-collagen-intro {
  position: relative;
  min-height: 560px;
  padding: 120px clamp(24px, 6vw, 84px) 130px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0 48%, rgba(244,251,255,.95) 100%);
}
.phase4-collagen-intro::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -1px;
  left: -8%;
  height: 92px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #f2faff;
}
.phase4-logo-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  margin: 0 0 28px;
}
.phase4-logo-line img {
  width:360px;
  max-width:65%;
}
.phase4-logo-line span {
  padding-bottom: 3px;
  color: #00479D;
  font-size: clamp(25px, 2.55vw, 28px);
  font-weight: 600;  
}
.phase4-collagen-intro h2 {
  margin: 0;
  font-size: clamp(25px, 2.55vw, 28px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .05em;
}
.phase4-collagen-intro > p:last-child {
  margin: 48px 0 0;
  color: #5c6877;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 2;
  letter-spacing: .08em;
}

.phase4-collagen-heading {
  min-height: 520px;
  padding: 115px clamp(24px, 6vw, 84px) 90px;
  background: #f2faff;
}
.phase4-collagen-heading > p {
  margin: 0 0 62px;
  font-size: clamp(22px, 2.15vw, 33px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .08em;
}
.phase4-collagen-heading h2 {
  margin: 0;
  font-size: clamp(34px, 3.7vw, 56px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .06em;
}
.phase4-collagen-heading h2 strong {
  font-size: 1.72em;
  font-weight: 500;
  letter-spacing: 0;
}
.phase4-collagen-heading h2 span {
  font-size: .62em;
  letter-spacing: 0;
}

.phase4-collagen-visual,
.phase4-woman-visual {
  margin: 0;
}
.phase4-collagen-visual img,
.phase4-woman-visual img {
  width: 100%;
  height: auto;
}

.phase4-collagen-copy {
  position: relative;
  min-height: 740px;
  padding: 120px clamp(24px, 5vw, 70px) 105px;
  background:
    radial-gradient(circle at 12% 78%, rgba(120,202,247,.16), transparent 20%),
    radial-gradient(circle at 85% 72%, rgba(120,202,247,.14), transparent 18%),
    linear-gradient(180deg, #fff 0%, #f7fcff 100%);
}
.phase4-collagen-copy h3 {
  margin: 0 0 58px;
  font-size: clamp(24px, 2.4vw, 37px);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: .05em;
}
.phase4-collagen-copy > p {
  margin: 0;
  color: #5c6877;
  font-size: clamp(17px, 1.55vw, 23px);
  line-height: 2.1;
  letter-spacing: .08em;
}
.phase4-collagen-copy .phase4-combination {
  margin-top: 92px;
  color: #00479D;
  font-size: clamp(21px, 2.1vw, 34px);
  font-weight: 600;
  line-height: 2;
}

@media (max-width: 900px) {
  .phase4-collagen-intro {
    min-height: 430px;
    padding: 82px 22px 105px;
  }
  .phase4-collagen-intro::after { height: 58px; }
  .phase4-logo-line { margin-bottom: 22px; }
  .phase4-logo-line img { width: min(52%, 230px); }
  .phase4-logo-line span { font-size: 15px; }
  .phase4-collagen-intro h2 {
    font-size: 22px;
    line-height: 1.8;
  }
  .phase4-collagen-intro > p:last-child {
    margin-top: 34px;
    font-size: 15px;
  }

  .phase4-collagen-heading {
    min-height: 390px;
    padding: 80px 20px 68px;
  }
  .phase4-collagen-heading > p {
    margin-bottom: 48px;
    font-size: 20px;
  }
  .phase4-collagen-heading h2 { font-size: 36px; }

  .phase4-collagen-copy {
    min-height: 620px;
    padding: 82px 20px 78px;
  }
  .phase4-collagen-copy h3 {
    margin-bottom: 42px;
    font-size: 22px;
    line-height: 1.85;
  }
  .phase4-collagen-copy > p {
    font-size: 16px;
  }
  .phase4-collagen-copy .phase4-combination {
    margin-top: 68px;
    font-size: 21px;
    line-height: 1.95;
  }
}

/* =========================================================
   Phase 5: Comparison / supervisor
   見出し・監修部分＝main_bk1.png
   list.jpg＝背景なし・中央カラム横幅いっぱい
========================================================= */
.phase5-comparison {
  position: relative;
  overflow: hidden;
  color: #00479D;
  text-align: center;
  background: transparent;
}

.phase5-side-label {
  position: absolute;
  top: 28px;
  left: 20px;
  z-index: 3;
  color: #617486;
  font: italic 17px/1 Georgia, "Allura", serif;
  writing-mode: vertical-rl;
  
}

/* 見出し部分だけ main_bk1.png */
.phase5-heading-zone {
  position: relative;

  /* 上　左右　下 */
  padding: 150px clamp(22px, 5vw, 72px) 140px;

  background-color: #f4fbff;
  background-image: url("img/main_bk1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 30%;
}

.phase5-heading > p:first-child {
  margin: 0 0 40px;
  color: #5c6877;
  font-size: clamp(18px, 1.6vw, 22px);
  letter-spacing: .08em;
  font-weight: 600;
}

.phase5-heading h2{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:14px;
  margin:0;
  color:#00479D;
  font-size:clamp(23px,2.3vw,41px);
  font-weight:600;
  line-height:1.2;
}

.phase5-logo{
  width: min(46%, 270px);
  height:auto;
  flex:none;
}

.phase5-heading h2 span{
  display:block;
  margin-bottom:6px;
}

/* list.jpg は背景・余白・角丸・影なしで横幅いっぱい */
.phase5-table {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}

.phase5-table img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* メッセージ〜監修者部分は再び main_bk1.png */
.phase5-message-zone {
  position: relative;
  padding: 112px clamp(22px, 5vw, 72px) 120px;
  background-color: #f4fbff;
  background-image: url("img/main_bk1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 45%;
}

.phase5-message {
  margin: 0 auto;
}

.phase5-message h3 {
  margin: 0 0 58px;
  font-size: clamp(25px, 2.75vw, 42px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .05em;
}

.phase5-message p {
  margin: 0 auto;
  max-width: 760px;
  color: #5c6877;
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 2.15;
  letter-spacing: .05em;
}

.phase5-supervisor {
  margin: 72px auto 0;
}

.phase5-supervisor img {
  width: min(36%, 245px);
  margin: 0 auto 28px;
  border-radius: 50%;
}

.phase5-supervisor-name {
  margin: 0 0 14px;
  color: #5c6877;
  font-size: clamp(19px, 1.8vw, 27px);
  letter-spacing: .08em;
}

.phase5-supervisor-name span {
  margin-right: .45em;
  font-size: .78em;
}

.phase5-supervisor-profile {
  margin: 0;
  color: #33393e;
  font-size: clamp(13px, 1.08vw, 17px);
  line-height: 1.8;
  letter-spacing: .03em;
}

@media (max-width: 900px) {
  .phase5-side-label {
    top: 22px;
    left: 2px;
    font-size: 14px;
  }

  .phase5-heading-zone {
    padding: 72px 18px 58px;
    background-position: center 14%;
  }

  .phase5-heading > p:first-child {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .phase5-kana {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .phase5-heading h2{
    gap:8px;
    font-size:26px;
    flex-wrap:wrap;
  }

  .phase5-logo{
    width:260px;
    max-width:75%;
  }

  .phase5-message-zone {
    padding: 78px 18px 92px;
    background-position: center 14%;
  }

  .phase5-message h3 {
    margin-bottom: 42px;
    font-size: 23px;
  }

  .phase5-message p {
    font-size: 14px;
    line-height: 2.05;
  }

  .phase5-supervisor {
    margin-top: 56px;
  }

  .phase5-supervisor img {
    width: min(46vw, 190px);
    margin-bottom: 22px;
  }

  .phase5-supervisor-name {
    font-size: 18px;
  }

  .phase5-supervisor-profile {
    font-size: 12px;
  }
}

/* =========================================================
   Phase 6: Quality / selected ingredients
========================================================= */
/*==============================
  Phase6
==============================*/

.phase6-quality{

    position:relative;
    overflow:hidden;

    background-image:url("img/main_bk1.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;

    text-align:center;
}

.phase6-inner{

    position:relative;
    z-index:2;

    padding:140px 40px 90px;

}

.phase6-quality::before{

    content:"";

    position:absolute;
    inset:0;

    background:rgba(255,255,255,.35);

    pointer-events:none;
}

.phase6-lead {
  margin: 0 0 72px;
  color: #34393f;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.9;
  letter-spacing: .08em;
}

.phase6-logo-line{

    display:flex;
    justify-content:center;
    align-items:flex-end;

    gap:10px;

    margin-bottom:55px;

}

.phase6-logo-line img{

    width:320px;
    height:auto;

}

.phase6-logo-line span{
    font-size:24px;
    color:#00479D;
    margin-bottom:8px;
    font-weight: 600;
}

.phase6-quality h2 {
  margin: 0 0 92px;
  color: #00479D;
  font-size: clamp(26px, 2.65vw, 41px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .04em;
}

.phase6-quality h2 span {
  color: #00479D;
  font-size: .72em;
  font-weight: 400;
}

.phase6-points {
  width: min(88%, 610px);
  margin: 0 auto;
}

.phase6-point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 5vw, 74px);
}

.phase6-point + .phase6-point {
  margin-top: 18px;
}

.phase6-point img {
  flex: 0 0 auto;
  width: min(36%, 205px);
  border-radius: 50%;
}

.phase6-point p {
  margin: 0;
  color: #292d31;
  font-size: clamp(25px, 2.45vw, 38px);
  letter-spacing: .08em;
  white-space: nowrap;
}

.phase6-point-quality {
  transform: translateX(-3%);
}

.phase6-point-material {
  transform: translateX(5%);
}

.phase6-point-material img {
  transform: translateY(8px);
}

.phase6-closing {
  margin: 92px 0 0;
  color: #00479D;
  font-size: clamp(25px, 2.55vw, 39px);
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: .08em;
}

.phase6-woman {
  margin: 0;
}

.phase6-woman img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .phase6-inner {
    padding: 82px 20px 54px;
  }

  .phase6-lead {
    margin-bottom: 48px;
    font-size: 16px;
  }

  .phase6-logo-line {
    margin-bottom: 20px;
  }

  .phase6-logo-line img {
    width: min(58%, 230px);
  }

  .phase6-logo-line span {
    font-size: 15px;
  }

  .phase6-quality h2 {
    margin-bottom: 62px;
    font-size: 22px;
    line-height: 1.9;
  }

  .phase6-points {
    width: min(94%, 420px);
  }

  .phase6-point {
    gap: 26px;
  }

  .phase6-point + .phase6-point {
    margin-top: 14px;
  }

  .phase6-point img {
    width: min(39%, 145px);
  }

  .phase6-point p {
    font-size: 22px;
  }

  .phase6-point-quality {
    transform: translateX(-2%);
  }

  .phase6-point-material {
    transform: translateX(4%);
  }

  .phase6-closing {
    margin-top: 70px;
    font-size: 24px;
  }
}

/* =========================================================
   Phase 7: Daily beauty routine
========================================================= */
.phase7-routine {
  position: relative;
  overflow: hidden;
  color: #00479D;
  text-align: center;
  background-color: #eef8ff;
  background-image: url("img/main_bk2.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}

.phase7-inner {
  padding: 102px clamp(26px, 5vw, 72px) 118px;
}

.phase7-lead {
  margin: 0 0 56px;
  color: #5c6877;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.95;
  letter-spacing: .06em;
}

.phase7-logo-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin: 0 0 24px;
}

.phase7-logo-line img {
  width: min(44%, 280px);
  height: auto;
}

.phase7-logo-line span {
  padding-bottom: 4px;
  color: #00479D;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 500;
}

.phase7-support-copy {
  margin: 0 0 72px;
  text-align: center;
}

.phase7-support-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: #00479D;
  font-size: clamp(28px, 2.75vw, 42px);
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: .05em;
  white-space: nowrap;
}

.phase7-support-line-logo {
  margin-bottom: 2px;
}

.phase7-support-line img {
  width: min(44%, 280px);
  height: auto;
  flex: none;
}

.phase7-support-line span {
  padding-bottom: 0px;
  color: #00479D;
  font-size: 2.5rem;
  font-weight: 600;
  white-space: nowrap;
}

.phase7-logo-line-second {
  margin: 0 0 28px;
}

.phase7-subcopy {
  margin: 0 0 44px;
  color: #00479D;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.9;
  letter-spacing: .04em;
  white-space: nowrap;
}

.phase7-specs {
  width: min(70%, 420px);
  margin: 0 auto 24px;
}

.phase7-specs p {
  margin: 0 0 10px;
  padding: 14px 18px;
  color: #2d2a22;
  font-size: clamp(20px, 1.65vw, 26px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .08em;
  background: linear-gradient(
    90deg,
    rgba(247,229,155,.97) 0%,
    rgba(232,204,107,.97) 50%,
    rgba(247,229,155,.97) 100%
  );
}

.phase7-note {
  margin: 0 0 80px;
  color: #3c4248;
  font-size: clamp(20px, 1.65vw, 26px);
  font-weight: 600;
  letter-spacing: .05em;
}

.phase7-trial {
  margin: 0 0 64px;
  color: #00479D;
  font-size: clamp(21px, 2.4vw, 36px);
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: .06em;
}

.phase7-person {
  width: min(43%, 235px);
  margin: 0 auto 56px;
}

.phase7-person img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.phase7-routine h3 {
  margin: 0 0 30px;
  color: #00479D;
  font-size: clamp(21px, 2vw, 31px);
  font-weight: 600;
  letter-spacing: .06em;
}

.phase7-checklist {
  width: min(90%, 620px);
  margin: 0 auto 76px;
  padding: 34px clamp(24px, 4vw, 52px);
  border: 1px solid rgba(53, 106, 160, .45);
  border-radius: 7px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 18px rgba(34, 89, 145, .12);
  text-align: left;
}

.phase7-checklist p {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 30px;
  color: #5c6877;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.55;
  border-bottom: 1px solid rgba(83, 129, 176, .18);
}

.phase7-checklist p:last-child {
  border-bottom: 0;
}

.phase7-checklist p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  color: #00479D;
  font-weight: 700;
}

.phase7-closing {
  margin: 0;
  color: #5c6877;
  font-size: clamp(21px, 2.15vw, 35px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: .06em;
}

@media (max-width: 900px) {
  .phase7-inner {
    padding: 74px 16px 86px;
  }

  .phase7-lead {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.95;
  }

  .phase7-logo-line {
    margin-bottom: 18px;
  }

  .phase7-logo-line img {
    width: min(58%, 225px);
  }

  .phase7-logo-line span {
    padding-bottom: 3px;
    font-size: 15px;
  }

  .phase7-support-copy {
    margin-bottom: 58px;
  }

  .phase7-support-line {
    gap: 5px;
    font-size: 22px;
    line-height: 1.72;
  }

  .phase7-support-line img {
    width: min(47%, 205px);
  }

  .phase7-support-line span {
    padding-bottom: 3px;
    font-size: 1.5rem;
  }

  .phase7-logo-line-second {
    margin-bottom: 20px;
  }

  .phase7-subcopy {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.85;
    white-space: nowrap;
  }

  .phase7-specs {
    width: min(78%, 330px);
    margin-bottom: 18px;
  }

  .phase7-specs p {
    margin-bottom: 8px;
    padding: 11px 12px;
    font-size: 17px;
  }

  .phase7-note {
    margin-bottom: 58px;
    font-size: 14px;
  }

  .phase7-trial {
    margin-bottom: 46px;
    font-size: 23px;
    line-height: 1.7;
  }

  .phase7-person {
    width: min(48vw, 200px);
    margin-bottom: 42px;
  }

  .phase7-routine h3 {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .phase7-checklist {
    width: calc(100% - 8px);
    margin-bottom: 58px;
    padding: 20px 18px;
  }

  .phase7-checklist p {
    padding: 11px 0 11px 25px;
    font-size: 14px;
  }

  .phase7-checklist p::before {
    top: 9px;
  }

  .phase7-closing {
    font-size: 20px;
    line-height: 2;
  }
}

/* =========================================================
   Phase 8: How to take / FAQ
========================================================= */
.phase8-guide-faq {
  position: relative;
  overflow: hidden;
  color: #30363d;
  background: #fff;
}

.phase8-inner {
  position: relative;
  padding: 76px clamp(26px, 5vw, 72px) 90px;
}

.phase8-guide h2,
.phase8-faq h2 {
  margin: 0;
  color: #00479D;
  font-size: clamp(23px, 2.15vw, 33px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .08em;
  text-align: center;
}

.phase8-guide-copy {
  margin-top: 0px;
  padding: 28px 0 34px;
  position:relative;
  border:none;
  text-align: center;
}

.phase8-guide-copy p {
  margin: 0;
  color: #5c6877;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 2;
  letter-spacing: .04em;
}

.phase8-guide-copy::before,
.phase8-guide-copy::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:min(92%,620px);
  height:1px;
  background:linear-gradient(90deg,transparent,#9eb8d8 20%,#dbe8f6 50%,#9eb8d8 80%,transparent);
}
.phase8-guide-copy::before{top:0;}
.phase8-guide-copy::after{bottom:0;}

.phase8-guide-copy p + p {
  margin-top: 28px;
}

.phase8-faq {
  margin-top: 58px;
}
.phase8-faq h2 {
  position:relative;
  padding-bottom:28px;
}

.phase8-faq::after,
.phase8-faq h2::after,
.phase8-faq-list::after{
 content:"";
 display:block;
 width:min(92%,620px);
 height:1px;
 margin:0 auto;
 background:linear-gradient(90deg,transparent,#9eb8d8 20%,#dbe8f6 50%,#9eb8d8 80%,transparent);
}
.phase8-faq-list {
  padding:12px 0 0;
  text-align: center;
}

.phase8-faq-item {
  padding: 30px 8px 28px;
}

.phase8-faq-item h3 {
  margin: 0 0 16px;
  color: #5c6877;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: .02em;
}

.phase8-faq-item p {
  margin: 0;
  color: #454b52;
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 2;
  letter-spacing: .03em;
}

@media (max-width: 900px) {
  .phase8-inner {
    padding: 68px 14px 74px;
  }

  .phase8-side-label {
    top: 28px;
    left: 4px;
    font-size: 12px;
  }

  .phase8-guide h2,
  .phase8-faq h2 {
    font-size: 22px;
  }

  .phase8-guide-copy {
    margin-top: 34px;
    padding: 24px 0 30px;
  }

  .phase8-guide-copy p {
    font-size: 14px;
    line-height: 1.95;
  }

  .phase8-guide-copy p + p {
    margin-top: 24px;
  }

  .phase8-faq {
    margin-top: 46px;
  }

  .phase8-faq h2 {
    padding-bottom: 24px;
  }

  .phase8-faq-item {
    padding: 26px 6px 24px;
  }

  .phase8-faq-item h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .phase8-faq-item p {
    font-size: 14px;
    line-height: 1.95;
  }
}

/* =========================================================
   Phase 9: Product information / nutrition / caution
   AQUALYSSE glass-table styling
========================================================= */
.phase9-product-info {
  position: relative;
  overflow: hidden;
  color: #30363d;
  background-color: #eef8ff;
  background-image: url("img/main_bk2.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center 80%;
}

.phase9-inner {
  padding: 78px clamp(18px, 4vw, 56px) 112px;
}

.phase9-visually-hidden {
    margin: 0 0 20px;
    color: #00479D;
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 600;
    text-align: center;
    letter-spacing: .08em;
}

.phase9-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(145, 181, 218, .62);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 18px;
  table-layout: fixed;
  color: #34404b;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.7;
  background: rgba(255, 255, 255, .72);
  box-shadow:
    0 16px 35px rgba(34, 94, 147, .12),
    inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(7px);
}

.phase9-table th,
.phase9-table td {
  position: relative;
  padding: 14px 16px;
  vertical-align: middle;
  border: 0;
}
.row{text-align: left;}
.phase9-table tr:not(:last-child) th::after,
.phase9-table tr:not(:last-child) td::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(134, 174, 213, .55) 16%,
    rgba(220, 234, 247, .92) 50%,
    rgba(134, 174, 213, .55) 84%,
    transparent 100%
  );
}

.phase9-table th {
  width: 19%;
  color: #00479D;
  font-weight: 600;
  text-align: left;
  letter-spacing: .05em;
  background:
    linear-gradient(135deg, rgba(237, 248, 255, .96), rgba(214, 235, 251, .78));
}

.phase9-table th::before {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(115, 160, 205, .55),
    transparent
  );
}

.phase9-table td {
  text-align: left;
  background: rgba(255, 255, 255, .56);
}

.phase9-nutrition {
  position: relative;
  margin-top: 52px;
  padding-top: 30px;
}

.phase9-nutrition::before,
.phase9-nutrition::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(92%, 620px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    #9eb8d8 20%,
    #dbe8f6 50%,
    #9eb8d8 80%,
    transparent
  );
}

.phase9-nutrition::before {
  top: 0;
}

.phase9-nutrition::after {
  bottom: -28px;
}

.phase9-nutrition h3 {
  margin: 0 0 20px;
  color: #00479D;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 600;
  text-align: center;
  letter-spacing: .08em;
}

.phase9-nutrition-table th{
  width: 19%;
  text-align: left;
}

.phase9-nutrition-table td {
  width: 81%;
  text-align: left;
}

.phase9-nutrition-table th {
  background:
    linear-gradient(135deg, rgba(240, 249, 255, .98), rgba(221, 239, 252, .86));
}

.phase9-active {
  position: relative;
  width: min(82%, 520px);
  margin: 66px auto 48px;
  padding: 22px 26px;
  border: 1px solid rgba(210, 181, 92, .55);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 252, 238, .92), rgba(247, 235, 192, .76));
  box-shadow: 0 12px 26px rgba(122, 94, 25, .10);
  text-align: center;
}

.phase9-active p {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 24px;
  margin: 8px 0;
  color: #303840;
  font-size: clamp(15px, 1.35vw, 20px);
  letter-spacing: .03em;
}

.phase9-active strong {
  min-width: 0;
  color: #00479D;
  font-weight: 600;
  text-align: left;
}

.phase9-active span {
  min-width: 0;
  color: #7d641c;
  font-size: 1.12em;
  font-weight: 700;
  text-align: right;
}

.phase9-notes {
  color: #343a41;
  font-size: clamp(14px, 1.18vw, 18px);
  line-height: 1.95;
}

.phase9-notes section {
  position: relative;
  padding: 26px 0 24px;
}

.phase9-notes section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(158, 184, 216, .72) 20%,
    rgba(219, 232, 246, .95) 50%,
    rgba(158, 184, 216, .72) 80%,
    transparent
  );
}

.phase9-notes section + section {
  margin-top: 0;
}

.phase9-notes h3 {
  margin: 0 0 10px;
  color: #00479D;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .05em;
}

.phase9-notes p {
  margin: 0 0 8px;
}

.phase9-balance {
  margin-top: 36px !important;
  margin-bottom: 34px !important;
  color: #00479D;
  font-weight: 600;
  text-align: center;
}

.phase9-closing {
  margin: 88px 0 0;
  color: #00479D;
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .08em;
  text-align: center;
}

@media (max-width: 900px) {
  .phase9-inner {
    padding: 52px 10px 86px;
  }

  .phase9-table {
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.55;
  }

  .phase9-table th,
  .phase9-table td {
    padding: 10px 9px;
  }

  .phase9-table th {
    width: 22%;
  }

  .phase9-nutrition {
    margin-top: 42px;
    padding-top: 24px;
  }

  .phase9-nutrition h3 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .phase9-active {
    width: min(92%, 400px);
    margin: 58px auto 38px;
    padding: 18px 20px;
  }

  .phase9-active p {
    gap: 16px;
    font-size: 13px;
  }

  .phase9-notes {
    font-size: 12px;
    line-height: 1.9;
  }

  .phase9-notes section {
    padding: 22px 0 20px;
  }

  .phase9-balance {
    margin-top: 30px !important;
    margin-bottom: 28px !important;
  }

  .phase9-closing {
    margin-top: 66px;
    font-size: 23px;
  }
}

/* =========================================================
   Final AQUALYSSE logo band
========================================================= */
.final-logo-band {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:88px;
  padding:18px 24px;
  background:#000;
}

.final-logo-band img{
  width:min(46%,300px);
  height:auto;
}

@media (max-width: 900px) {
  .final-logo-band{
    min-height:72px;
    padding:14px 18px;
  }

  .final-logo-band img{
    width:min(58%,220px);
  }
}

/* =========================================================
   Final repeated price section
========================================================= */
.final-price-repeat {
  min-height: 1035px;
  padding-bottom: 118px;
}

.final-price-repeat::after {
  height: 118px;
}

@media (max-width: 900px) {
  .final-price-repeat {
    min-height: auto;
    padding: 52px 20px 95px;
  }
}

/* =========================================================
   FINAL OVERRIDE: Phase 1 screenshot match
   2026-07-14
========================================================= */
.main-column .phase1-price {
  position: relative !important;
  min-height: 1035px !important;
  padding: 72px 36px 118px !important;
  text-align: center !important;
  background: rgba(255,255,255,.80) !important;
}

.main-column .phase1-price-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 250px !important;
  align-items: start !important;
  gap: 10px !important;
  width: min(100%, 500px) !important;
  margin: 0 auto !important;
}

.main-column .phase1-capacity {
  margin: 0 0 24px !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  letter-spacing: .14em !important;
}

.main-column .phase1-ribbons {
  margin-top: 8px !important;
}

.main-column .phase1-ribbon {
  width: 100% !important;
  margin: 0 0 15px !important;
  padding: 15px 22px 15px 34px !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
  letter-spacing: .12em !important;
  clip-path: polygon(13% 0,100% 0,92% 100%,0 100%) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.16) !important;
}

.main-column .phase1-ribbon-blue {
  background: linear-gradient(90deg,#34b4e9 0%,#0b6db9 72%,#7fb1dc 100%) !important;
}

.main-column .phase1-ribbon-gold {
  background: linear-gradient(90deg,#e2c963 0%,#b89131 72%,#eadba5 100%) !important;
}

.main-column .phase1-product {
  width: 250px !important;
  margin: -4px auto 0 !important;
  filter: drop-shadow(0 10px 14px rgba(1,55,110,.12)) !important;
}

.main-column .phase1-limited {
  width: 300px !important;
  margin: 36px auto 30px !important;
  padding: 27px 16px 29px !important;
  border: 1px solid #d1dce8 !important;
  background: rgba(255,255,255,.66) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.main-column .phase1-limited span {
  display: block !important;
  margin-bottom: 13px !important;
  font-size: 18px !important;
}

.main-column .phase1-limited strong {
  display: block !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
}

.main-column .phase1-normal {
  margin: 31px 0 0 !important;
  color: #7f858e !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
}

.main-column .phase1-normal b {
  margin: 0 5px !important;
  font-size: 27px !important;
  font-weight: 500 !important;
}

.main-column .phase1-normal small {
  font-size: .78em !important;
}

.main-column .phase1-sale {
  margin: 25px 0 0 !important;
  line-height: .92 !important;
}

.main-column .phase1-sale strong {
  font-size: 82px !important;
  font-weight: 800 !important;
  letter-spacing: -.04em !important;
  color: #2d4f79 !important;
}

.main-column .phase1-sale span {
  margin-left: 4px !important;
  font-size: 32px !important;
  color: #2d4f79 !important;
}

.main-column .phase1-shipping {
  margin: 15px 0 43px !important;
  color: #7a818b !important;
  font-size: 16px !important;
}

.main-column .phase1-off {
  margin: 0 !important;
  color: #737b86 !important;
  font-size: 22px !important;
  letter-spacing: .16em !important;
  font-weight: 600;
}

@media (max-width:900px) {
  .main-column .phase1-price {
    min-height: auto !important;
    padding: 52px 18px 95px !important;
  }

  .main-column .phase1-price-top {
    grid-template-columns: minmax(0,1fr) 145px !important;
    gap: 8px !important;
    width: min(100%, 520px) !important;
  }

  .main-column .phase1-capacity {
    font-size: 13px !important;
  }

  .main-column .phase1-ribbon {
    padding: 10px 13px 10px 25px !important;
    font-size: 18px !important;
  }

  .main-column .phase1-product {
    width: 145px !important;
  }

  .main-column .phase1-limited {
    width: 304px !important;
    max-width: 82% !important;
  }

  .main-column .phase1-sale strong {
    font-size: 75px !important;
  }
}



/* =========================================================
   v28 performance adjustments
========================================================= */
body.is-intro-complete .main-column {
  will-change: auto;
}

@media (min-width: 901px) {
  .phase2-focus h3 {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(244, 251, 255, .58);
  }

  .phase9-table {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, .82);
  }
}
