:root {
  color-scheme: light;
  --paper: #fbf7ef;
  --ink: #13291d;
  --green: #17452a;
  --muted: #2f4638;
  --signature: #245537;
  --soft-shadow: rgba(28, 55, 37, 0.1);
}

* {
  box-sizing: border-box;
}

.official-site-link {
  position: absolute; top: .65rem; right: clamp(1rem, 4vw, 2.5rem); z-index: 10;
  color: var(--muted); font-family: Arial, "Yu Gothic", sans-serif;
  font-size: .72rem; font-weight: 400; letter-spacing: .03em;
  text-decoration: none; transition: color .25s ease;
}
.official-site-link:hover { color: var(--green); }
.official-site-link__mobile { display: none; }

@media (min-width: 720px) {
  /* The approved PC artwork already contains its typography. */
  .screen01__copy,
  .screen01__scroll { display: none; }
}

@media (max-width: 719px) {
  .official-site-link {
    padding: .28rem .5rem; border: 1px solid rgba(47, 70, 56, .24);
    border-radius: .2rem; color: #435247; background: rgba(255, 255, 255, .72);
  }
  .official-site-link__pc { display: none; }
  .official-site-link__mobile { display: inline; }
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.screen01 {
  position: relative;
  display: flex;
  min-height: 100svh;
  padding: calc(10svh + env(safe-area-inset-top)) clamp(1.55rem, 6.2vw, 2.45rem) calc(5.2rem + env(safe-area-inset-bottom));
  overflow: hidden;
  isolation: isolate;
  background: var(--paper);
}

.screen01::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.96) 0%, rgba(251, 247, 239, 0.78) 38%, rgba(251, 247, 239, 0.18) 70%, rgba(251, 247, 239, 0.44) 100%),
    linear-gradient(90deg, rgba(251, 247, 239, 0.7) 0%, rgba(251, 247, 239, 0.08) 55%, rgba(251, 247, 239, 0.32) 100%);
}

/* Use the approved PC/mobile artwork at its authored density; no shared wash. */
.screen01::before { display: none; }

.screen01__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.screen01__copy {
  width: min(100%, 27rem);
  margin: 0 auto;
  text-shadow: 0 0.12rem 1rem var(--soft-shadow);
}

.screen01 h1,
.screen01__lead,
.screen01__brand,
.screen01__scroll {
  margin: 0;
  letter-spacing: 0;
}

.screen01 h1 {
  color: var(--ink);
  font-size: clamp(2.08rem, 10.1vw, 3.7rem);
  font-weight: 600;
  line-height: 1.25;
}

.screen01 h1 span {
  display: block;
  white-space: nowrap;
}

.screen01__lead {
  margin-top: clamp(1.28rem, 3.9svh, 2.1rem);
  color: var(--muted);
  font-size: clamp(1.02rem, 4.2vw, 1.28rem);
  font-weight: 700;
  line-height: 1.75;
}

.screen01__lead strong {
  color: var(--green);
  font-weight: 800;
}

.screen01__brand {
  margin-top: clamp(1.08rem, 3.1svh, 1.7rem);
  color: var(--signature);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(0.72rem, 2.85vw, 0.9rem);
  font-weight: 600;
  line-height: 1.45;
}

.screen01__scroll {
  position: absolute;
  right: 0;
  bottom: calc(1.35rem + env(safe-area-inset-bottom));
  left: 0;
  color: rgba(36, 85, 55, 0.74);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 719px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
  }

  body > main,
  body > section,
  body > footer,
  [class$="__inner"],
  .first-water-concept__content {
    min-width: 0;
    max-width: 100%;
  }

  .screen01 > picture {
    display: block;
    width: 100%;
    min-width: 0;
  }

  img,
  video {
    max-width: 100%;
  }

  .screen01 {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .screen01::before,
  .screen01__scroll {
    display: none;
  }

  .screen01__image {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 50% 50%;
  }

  .screen01__copy {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 720px) {
  .screen01 {
    padding-top: calc(12svh + env(safe-area-inset-top));
  }

  .screen01__copy {
    margin-left: min(10vw, 7rem);
  }
}

.henna-origin,
.henna-basics,
.henna-experience,
.henna-paste-story {
  position: relative;
  padding: calc(8svh + env(safe-area-inset-top)) clamp(1.35rem, 5.6vw, 2.2rem) calc(8svh + env(safe-area-inset-bottom));
  overflow: hidden;
}

.henna-origin__inner,
.henna-basics__inner,
.henna-experience__inner,
.henna-paste-story__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 29rem);
  margin: 0 auto;
}

.henna-story__eyebrow,
.henna-origin h2,
.henna-basics h2,
.henna-basics h3,
.henna-experience h2,
.henna-paste-story h2,
.henna-story__body,
.henna-story__body p,
.henna-origin__field,
.henna-origin__rhythm,
.henna-origin__closing,
.henna-origin__botanical-bridge,
.henna-basics__flower,
.henna-basics__dried-leaves,
.henna-basics__change,
.henna-basics__change figure,
.henna-basics__answer,
.henna-experience__details,
.henna-experience__answer,
.henna-paste-story__visual,
.henna-paste-story__truth,
.henna-paste-story__answer,
.henna-paste-story__bridge,
.henna-paste-story__bridge p {
  margin: 0;
  letter-spacing: 0;
}

.henna-story__eyebrow {
  color: var(--signature);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(0.76rem, 2.9vw, 0.9rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.henna-origin h2,
.henna-basics h2,
.henna-experience h2,
.henna-paste-story h2 {
  margin-top: clamp(0.75rem, 2.3svh, 1.15rem);
  color: var(--ink);
  font-size: clamp(1.78rem, 7.3vw, 2.55rem);
  font-weight: 600;
  line-height: 1.46;
}

.henna-origin h2 span {
  color: rgba(19, 41, 29, 0.62);
  font-size: 0.58em;
  font-weight: 700;
}

.henna-story__body {
  display: grid;
  gap: clamp(1rem, 3svh, 1.45rem);
}

.henna-story__body p {
  color: #24392c;
  font-size: clamp(0.98rem, 3.8vw, 1.12rem);
  font-weight: 600;
  line-height: 2;
}

.henna-origin {
  background:
    linear-gradient(180deg, #f8f0e1 0%, #fbf7ef 54%, #fffdf8 100%);
}

.henna-origin::before {
  position: absolute;
  top: -12rem;
  right: -13rem;
  width: 27rem;
  aspect-ratio: 1;
  border: 1px solid rgba(110, 78, 37, 0.08);
  border-radius: 50%;
  background: rgba(169, 131, 69, 0.045);
  content: "";
}

.henna-origin__field {
  margin-top: clamp(1.5rem, 4.6svh, 2.35rem);
}

.henna-origin__field-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.45rem, 2vw, 0.7rem);
}

.henna-origin__field-images img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 0.42rem;
  object-fit: cover;
  box-shadow: 0 0.65rem 1.65rem rgba(31, 54, 38, 0.07);
}

.henna-origin__field-images img:first-child {
  object-position: 50% 48%;
}

.henna-origin__field-images img:last-child {
  object-position: 50% 54%;
}

.henna-origin__field figcaption {
  margin-top: clamp(0.65rem, 1.9svh, 0.9rem);
  color: rgba(36, 57, 44, 0.68);
  font-size: clamp(0.78rem, 3vw, 0.9rem);
  font-weight: 700;
  line-height: 1.65;
}

.henna-origin__field + .henna-story__body {
  margin-top: clamp(1.7rem, 5.2svh, 2.65rem);
}

.henna-origin__rhythm {
  display: grid;
  gap: 0.3rem;
  margin-top: clamp(2rem, 6svh, 3.15rem);
  padding: clamp(1.2rem, 4.3vw, 1.65rem);
  border-left: 2px solid rgba(36, 85, 55, 0.58);
  background: rgba(255, 253, 248, 0.58);
  color: var(--green);
  font-size: clamp(1.05rem, 4.15vw, 1.26rem);
  font-weight: 700;
  line-height: 1.8;
}

.henna-origin__rhythm span {
  display: block;
}

.henna-origin__closing {
  margin-top: clamp(1.6rem, 4.8svh, 2.5rem);
  color: #24392c;
  font-size: clamp(1rem, 3.9vw, 1.16rem);
  font-weight: 700;
  line-height: 2;
}

.henna-origin__botanical-bridge {
  max-width: 37.5rem;
  margin-top: clamp(2rem, 6svh, 3.15rem);
  margin-right: auto;
  margin-left: auto;
}

.henna-origin__botanical-bridge img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.42rem;
  box-shadow: 0 0.65rem 1.65rem rgba(31, 54, 38, 0.06);
}

.henna-basics {
  background:
    radial-gradient(ellipse at 86% 14%, rgba(36, 85, 55, 0.09), transparent 35%),
    linear-gradient(180deg, #fffdf8 0%, #f7f2e9 100%);
}

.henna-basics__flower {
  margin-top: clamp(1.35rem, 4.2svh, 2.15rem);
}

.henna-basics__flower img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.42rem;
  box-shadow: 0 0.65rem 1.65rem rgba(31, 54, 38, 0.06);
}

.henna-basics .henna-story__body {
  margin-top: clamp(1.45rem, 4.5svh, 2.3rem);
}

.henna-basics__turn {
  color: var(--signature) !important;
  font-size: clamp(1.18rem, 4.6vw, 1.42rem) !important;
  font-weight: 800 !important;
}

.henna-basics__dried-leaves {
  margin-top: clamp(1.3rem, 4svh, 2rem);
  overflow: hidden;
  border-radius: 0.48rem;
  background: #ede4d5;
  box-shadow: 0 0.65rem 1.65rem rgba(31, 54, 38, 0.06);
}

.henna-basics__dried-leaves img {
  display: block;
  width: 100%;
  height: auto;
}

.henna-basics__dried-leaves figcaption {
  padding: 0.72rem 0.9rem;
  color: var(--signature);
  font-family: "Times New Roman", serif;
  font-size: clamp(0.7rem, 2.7vw, 0.84rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.henna-basics__step-arrow {
  margin-top: clamp(0.8rem, 2.5svh, 1.15rem);
  color: rgba(36, 85, 55, 0.72);
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}

.henna-basics__change {
  display: grid;
  gap: clamp(0.8rem, 2.6svh, 1.15rem);
  margin-top: clamp(1.3rem, 4svh, 2rem);
}

.henna-basics__step-arrow + .henna-basics__change {
  margin-top: clamp(0.65rem, 2svh, 0.9rem);
}

.henna-basics__change figure {
  overflow: hidden;
  border-radius: 0.48rem;
  background: #ede4d5;
  box-shadow: 0 1rem 2.6rem rgba(31, 54, 38, 0.11);
}

.henna-basics__change img {
  display: block;
  width: 100%;
  height: clamp(10.5rem, 39vw, 13.5rem);
  object-fit: cover;
}

.henna-basics__change figure:first-child img {
  object-position: 56% 76%;
}

.henna-basics__paste img {
  height: clamp(16rem, 64vw, 22rem);
  object-position: center;
}

.henna-basics__change figcaption {
  padding: 0.72rem 0.9rem;
  color: var(--signature);
  font-family: "Times New Roman", serif;
  font-size: clamp(0.7rem, 2.7vw, 0.84rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.henna-basics__water {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: #1b78a6;
}

.henna-basics__water span {
  font-family: "Times New Roman", serif;
  font-size: 1.55rem;
}

.henna-basics__water strong {
  font-size: clamp(1rem, 3.8vw, 1.14rem);
}

.henna-basics h3 {
  margin-top: clamp(2.15rem, 6.5svh, 3.45rem);
  color: var(--ink);
  font-size: clamp(1.55rem, 6.4vw, 2.15rem);
  font-weight: 600;
  line-height: 1.55;
}

.henna-basics__answer {
  display: grid;
  gap: 0.16rem;
  margin-top: clamp(1.35rem, 4svh, 2rem);
  color: #24392c;
  font-size: clamp(1.08rem, 4.2vw, 1.28rem);
  font-weight: 700;
  line-height: 1.8;
}

.henna-basics__answer span,
.henna-basics__answer strong {
  display: block;
}

.henna-basics__answer strong {
  margin-top: 0.5rem;
  color: var(--green);
  font-size: 1.14em;
  font-weight: 800;
}

.henna-experience {
  color: #fffdf8;
  background:
    radial-gradient(ellipse at 88% 12%, rgba(219, 197, 152, 0.13), transparent 34%),
    linear-gradient(155deg, #173b25 0%, #102c1c 58%, #0d2418 100%);
}

.henna-experience::after {
  position: absolute;
  right: -4.5rem;
  bottom: -5rem;
  width: 15rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 253, 248, 0.08);
  border-radius: 50%;
  content: "";
}

.henna-experience .henna-story__eyebrow {
  color: #d9c99f;
}

.henna-experience h2,
.henna-experience .henna-story__body p {
  color: #fffdf8;
}

.henna-experience .henna-story__body {
  margin-top: clamp(1.55rem, 4.6svh, 2.4rem);
}

.henna-experience__details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(1.7rem, 5.2svh, 2.7rem);
  border-top: 1px solid rgba(255, 253, 248, 0.2);
  border-left: 1px solid rgba(255, 253, 248, 0.2);
}

.henna-experience__details span {
  display: grid;
  min-height: 4.2rem;
  place-items: center;
  border-right: 1px solid rgba(255, 253, 248, 0.2);
  border-bottom: 1px solid rgba(255, 253, 248, 0.2);
  color: #f1e7ce;
  font-size: clamp(0.9rem, 3.55vw, 1.04rem);
  font-weight: 700;
}

.henna-experience__details + .henna-story__body {
  margin-top: clamp(1.9rem, 5.7svh, 3rem);
}

.henna-experience__answer {
  margin-top: clamp(2.4rem, 7svh, 3.8rem);
  padding-top: clamp(1.45rem, 4.3svh, 2.2rem);
  border-top: 1px solid rgba(217, 201, 159, 0.54);
  color: #fffdf8;
  font-size: clamp(1.4rem, 5.7vw, 1.9rem);
  font-weight: 600;
  line-height: 1.65;
}

.henna-experience__answer strong {
  color: #91cddd;
  font-weight: 800;
}

.henna-paste-story {
  background:
    radial-gradient(ellipse at 12% 18%, rgba(115, 78, 36, 0.09), transparent 34%),
    linear-gradient(180deg, #f8f1e5 0%, #fffdf8 48%, #f5f9f7 100%);
}

.henna-paste-story__visual {
  position: relative;
  margin-top: clamp(1.5rem, 4.8svh, 2.45rem);
  overflow: hidden;
  border-radius: 0.5rem;
  background: #6f5a30;
  box-shadow: 0 1.2rem 3rem rgba(31, 54, 38, 0.14);
}

.henna-paste-story__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(14, 32, 21, 0.78) 100%);
  content: "";
  pointer-events: none;
}

.henna-paste-story__visual img {
  display: block;
  width: 100%;
  height: clamp(25rem, 115vw, 35rem);
  object-fit: cover;
  object-position: center;
}

.henna-paste-story__visual figcaption {
  position: absolute;
  right: 1.1rem;
  bottom: 1rem;
  left: 1.1rem;
  z-index: 1;
  color: #fffdf8;
  font-size: clamp(0.9rem, 3.5vw, 1.04rem);
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}

.henna-paste-story .henna-story__body {
  margin-top: clamp(1.75rem, 5.2svh, 2.75rem);
}

.henna-paste-story__truth {
  display: grid;
  gap: 0.2rem;
  margin-top: clamp(1.9rem, 5.8svh, 3.1rem);
  color: #24392c;
  font-size: clamp(1.02rem, 3.95vw, 1.17rem);
  font-weight: 700;
  line-height: 1.85;
}

.henna-paste-story__truth span,
.henna-paste-story__truth strong,
.henna-paste-story__answer span,
.henna-paste-story__answer strong {
  display: block;
}

.henna-paste-story__truth strong {
  margin-top: 0.4rem;
  color: var(--green);
  font-size: 1.17em;
  font-weight: 800;
}

.henna-paste-story__answer {
  margin-top: clamp(2.25rem, 6.7svh, 3.6rem);
  padding: clamp(1.25rem, 4.5vw, 1.7rem);
  border: 1px solid rgba(36, 85, 55, 0.18);
  border-radius: 0.42rem;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 0.85rem 2.2rem rgba(31, 54, 38, 0.07);
  color: #24392c;
  font-size: clamp(1rem, 3.9vw, 1.14rem);
  font-weight: 700;
  line-height: 1.85;
}

.henna-paste-story__answer strong {
  margin-top: 0.45rem;
  color: var(--green);
  font-size: 1.12em;
  font-weight: 800;
}

.henna-paste-story__bridge {
  margin-top: clamp(3.2rem, 9svh, 5rem);
  text-align: center;
}

.henna-paste-story__bridge > span {
  display: block;
  color: rgba(36, 85, 55, 0.58);
  font-family: "Times New Roman", serif;
  font-size: clamp(0.68rem, 2.7vw, 0.82rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.14em;
}

.henna-paste-story__bridge > strong {
  display: block;
  margin-top: 0.75rem;
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(2.1rem, 8.5vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.henna-paste-story__bridge p {
  margin-top: 0.68rem;
  color: var(--signature);
  font-size: clamp(0.9rem, 3.5vw, 1.04rem);
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 719px) {
  .henna-basics__dried-leaves {
    margin-top: clamp(1.65rem, 5svh, 2.25rem);
  }

  .henna-basics__step-arrow {
    margin-top: clamp(1.15rem, 3.4svh, 1.55rem);
  }

  .henna-basics__step-arrow + .henna-basics__change {
    margin-top: clamp(1rem, 3svh, 1.35rem);
  }

  .henna-basics__change {
    gap: clamp(1.15rem, 3.5svh, 1.55rem);
  }
}

@media (min-width: 720px) {
  .henna-origin,
  .henna-basics,
  .henna-experience,
  .henna-paste-story {
    padding-top: calc(6rem + env(safe-area-inset-top));
    padding-bottom: calc(6rem + env(safe-area-inset-bottom));
  }

  .henna-origin__inner,
  .henna-basics__inner,
  .henna-experience__inner,
  .henna-paste-story__inner {
    width: min(100%, 42rem);
  }

  .henna-basics__change {
    grid-template-columns: minmax(0, 0.8fr) auto minmax(0, 1.2fr);
    align-items: stretch;
  }

  .henna-basics__change img,
  .henna-basics__paste img {
    height: 22rem;
  }

  .henna-basics__water {
    flex-direction: column;
  }

  .henna-paste-story__visual img {
    height: 42rem;
  }
}

.first-water-concept {
  position: relative;
  padding: calc(5.8svh + env(safe-area-inset-top)) clamp(1.35rem, 5.6vw, 2.2rem) calc(6.8svh + env(safe-area-inset-bottom));
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 88% 8%, rgba(58, 101, 70, 0.07), transparent 34%),
    linear-gradient(180deg, #f5f9f7 0%, #fffdf8 22%, #faf6ed 100%);
}

.first-water-concept::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/images/earth-henna-powder-50g-glass-bowl.jpg") 50% 46% / cover no-repeat;
  content: "";
  filter: saturate(0.7);
  opacity: 0.055;
}

.first-water-concept::after {
  position: absolute;
  right: -10rem;
  bottom: 9%;
  z-index: -1;
  width: 22rem;
  aspect-ratio: 1;
  border: 1px solid rgba(27, 120, 166, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.8rem rgba(27, 120, 166, 0.025),
    0 0 0 5.8rem rgba(27, 120, 166, 0.018);
  content: "";
}

.first-water-concept__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 29rem);
  margin: 0 auto;
}

.first-water-concept__identity {
  display: grid;
  justify-items: center;
  margin-bottom: clamp(1.9rem, 5.4svh, 2.8rem);
  text-align: center;
}

.first-water-concept__identity img {
  display: block;
  width: clamp(9.0625rem, 15vw, 12.5rem);
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.first-water-concept__identity p {
  margin: 0.25rem 0 0;
  color: #2f4938;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0;
}

.first-water-concept__visual,
.first-water-concept__visual figcaption,
.first-water-concept__eyebrow,
.first-water-concept h2,
.first-water-concept__blocks,
.first-water-concept__block,
.first-water-concept__block-body,
.first-water-concept__block-body p,
.first-water-concept__label,
.first-water-concept__closing,
.first-water-concept__brand,
.first-water-concept__brand p {
  margin: 0;
  letter-spacing: 0;
}

.first-water-concept__visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(36, 85, 55, 0.1);
  border-radius: 0.5rem;
  background: #e8e2d7;
  box-shadow: 0 1rem 2.6rem rgba(31, 54, 38, 0.1);
}

.first-water-concept__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 52%;
}

.first-water-concept__visual figcaption {
  position: absolute;
  right: 0.9rem;
  bottom: 0.8rem;
  left: 0.9rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 253, 248, 0.42);
  background: rgba(18, 43, 28, 0.7);
  color: #fffdf8;
  font-family: "Times New Roman", serif;
  font-size: clamp(0.64rem, 2.45vw, 0.76rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
}

.first-water-concept__content {
  margin-top: clamp(1.65rem, 4.8svh, 2.5rem);
}

.first-water-concept__eyebrow {
  color: var(--signature);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(0.74rem, 2.85vw, 0.88rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.first-water-concept h2 {
  margin-top: clamp(0.58rem, 1.8svh, 0.9rem);
  color: var(--ink);
  font-size: clamp(1.68rem, 6.8vw, 2.35rem);
  font-weight: 600;
  line-height: 1.42;
}

.first-water-concept__blocks {
  display: grid;
  margin-top: clamp(1.75rem, 5.2svh, 2.65rem);
}

.first-water-concept__block {
  padding-top: clamp(1rem, 3svh, 1.4rem);
  border-top: 1px solid rgba(36, 85, 55, 0.22);
}

.first-water-concept__block + .first-water-concept__block {
  margin-top: clamp(1.3rem, 3.9svh, 2rem);
}

.first-water-concept__label {
  color: var(--signature);
  font-size: clamp(1rem, 3.85vw, 1.15rem);
  font-weight: 800;
  line-height: 1.5;
}

.first-water-concept__label span {
  display: block;
  margin-bottom: 0.2rem;
  color: rgba(36, 85, 55, 0.52);
  font-family: "Times New Roman", serif;
  font-size: 0.63em;
  letter-spacing: 0.1em;
}

.first-water-concept__block-body {
  display: grid;
  gap: clamp(0.46rem, 1.4svh, 0.7rem);
  margin-top: clamp(0.68rem, 2svh, 0.95rem);
  color: #24392c;
  font-size: clamp(0.96rem, 3.7vw, 1.08rem);
  font-weight: 600;
  line-height: 1.85;
}

.first-water-concept__block--unknown {
  padding: clamp(1rem, 3.6vw, 1.35rem);
  border: 1px solid rgba(94, 92, 75, 0.18);
  border-radius: 0.38rem;
  background: rgba(246, 242, 232, 0.62);
}

.first-water-concept__block--unknown .first-water-concept__block-body {
  color: #3c493f;
}

.first-water-concept__block--unknown strong {
  font-weight: 700;
}

.first-water-concept__block--proposal {
  border-top: 1px solid rgba(27, 120, 166, 0.24);
}

.first-water-concept__block--proposal strong {
  display: block;
  padding: clamp(0.25rem, 0.8svh, 0.4rem) 0;
  color: #174f6b;
  font-size: 1.06em;
  font-weight: 800;
}

.first-water-concept__closing {
  margin-top: clamp(2.05rem, 6svh, 3.1rem);
  color: var(--ink);
  font-size: clamp(1.18rem, 4.65vw, 1.5rem);
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.first-water-concept__brand {
  margin-top: clamp(1.2rem, 3.6svh, 1.8rem);
  padding-top: clamp(1.1rem, 3.2svh, 1.55rem);
  border-top: 1px solid rgba(36, 85, 55, 0.18);
  text-align: center;
}

.first-water-concept__brand strong {
  display: block;
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(2rem, 8.2vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
}

.first-water-concept__brand p {
  margin-top: clamp(0.58rem, 1.8svh, 0.85rem);
  color: var(--signature);
  font-size: clamp(0.9rem, 3.45vw, 1.02rem);
  font-weight: 700;
  line-height: 1.65;
}

@media (min-width: 900px) {
  .first-water-concept {
    padding: calc(5.5rem + env(safe-area-inset-top)) clamp(2.5rem, 5vw, 5rem) calc(5.5rem + env(safe-area-inset-bottom));
  }

  .first-water-concept__inner {
    grid-template-columns: minmax(20rem, 0.84fr) minmax(28rem, 1.16fr);
    gap: clamp(3.5rem, 6vw, 6.5rem);
    align-items: start;
    width: min(100%, 72rem);
  }

  .first-water-concept__identity p {
    font-size: 1.05rem;
  }

  .first-water-concept__visual {
    position: sticky;
    top: 3rem;
  }

  .first-water-concept__visual img {
    aspect-ratio: 4 / 5.25;
  }

  .first-water-concept__content {
    margin-top: 0;
  }

  .first-water-concept h2 {
    font-size: clamp(2.15rem, 3vw, 2.85rem);
  }

  .first-water-concept__block-body {
    font-size: 1.03rem;
  }
}

.screen02 {
  position: relative;
  min-height: 100svh;
  padding: calc(5.4svh + env(safe-area-inset-top)) clamp(1.35rem, 5.4vw, 2.1rem) calc(4.2svh + env(safe-area-inset-bottom));
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 58%, rgba(246, 250, 248, 0.94) 100%);
}

.screen02::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94) 0%, rgba(255, 253, 248, 0.9) 54%, rgba(255, 253, 248, 0.38) 100%),
    radial-gradient(ellipse at 50% 55%, rgba(36, 85, 55, 0.08), rgba(36, 85, 55, 0) 58%);
}

.screen02__water-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 43%;
  object-fit: cover;
  object-position: 50% 100%;
  filter: contrast(1.18) saturate(1.08);
  opacity: 0.9;
}

.screen02__inner {
  width: min(100%, 28rem);
  margin: 0 auto;
}

.screen02__step,
.screen02 h2,
.screen02__compare,
.screen02__item,
.screen02__item figcaption,
.screen02__less,
.screen02__note {
  margin: 0;
  letter-spacing: 0;
}

.screen02__step {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--ink);
  font-size: clamp(0.82rem, 3.25vw, 0.98rem);
  font-weight: 700;
  line-height: 1;
}

.screen02__step span {
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fffdf8;
  font-family: "Times New Roman", serif;
  font-size: 0.98rem;
}

.screen02 h2 {
  margin-top: clamp(1.2rem, 3.8svh, 2rem);
  color: var(--ink);
  font-size: clamp(1.86rem, 8vw, 2.72rem);
  font-weight: 600;
  line-height: 1.38;
}

.screen02 h2 > span {
  display: block;
  white-space: nowrap;
}

.screen02__blue {
  color: #1b78a6;
}

.screen02__compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1.75rem minmax(0, 1fr);
  align-items: end;
  gap: clamp(0.38rem, 1.8vw, 0.7rem);
  margin-top: clamp(1.6rem, 5.1svh, 2.55rem);
}

.screen02__item {
  display: grid;
  gap: clamp(0.48rem, 1.9svh, 0.72rem);
  min-width: 0;
}

.screen02__item figcaption {
  display: grid;
  gap: 0.08rem;
  color: var(--green);
  font-weight: 700;
  line-height: 1.08;
}

.screen02__label {
  font-size: clamp(0.95rem, 3.8vw, 1.12rem);
}

.screen02__item strong {
  font-size: clamp(1.92rem, 8.3vw, 2.75rem);
  font-weight: 700;
}

.screen02__item--water figcaption {
  position: relative;
}

.screen02__supplement {
  position: absolute;
  top: calc(100% + 0.08rem);
  left: 0;
  color: rgba(47, 70, 56, 0.92);
  font-size: clamp(0.87rem, 3.68vw, 1.08rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.screen02__item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1rem 2.4rem rgba(31, 54, 38, 0.12);
}

.screen02__item--henna img {
  object-position: 58% 77%;
}

.screen02__item--water img {
  object-position: 50% 54%;
}

.screen02__less {
  align-self: center;
  padding-top: 2.3rem;
  color: var(--green);
  font-size: clamp(1.8rem, 7.2vw, 2.35rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.screen02__note {
  margin-top: clamp(1.55rem, 4.8svh, 2.35rem);
  color: var(--ink);
  font-size: clamp(0.95rem, 3.7vw, 1.08rem);
  font-weight: 600;
  line-height: 1.95;
  text-align: center;
}

.screen02__note span {
  display: block;
}

.screen03 {
  position: relative;
  min-height: 100svh;
  padding: calc(4.5svh + env(safe-area-inset-top)) clamp(1.35rem, 5.4vw, 2.1rem) calc(3.2svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 48%, #f8fbfa 100%);
}

.screen03__inner {
  width: min(100%, 28rem);
  margin: 0 auto;
}

.screen03__step,
.screen03 h2,
.screen03__paste,
.screen03__answer,
.screen03__brand,
.screen03__tagline {
  margin: 0;
  letter-spacing: 0;
}

.screen03__step {
  display: flex;
  align-items: center;
  gap: 0.68rem;
  color: var(--ink);
  font-size: clamp(0.78rem, 3.1vw, 0.94rem);
  font-weight: 700;
  line-height: 1.35;
}

.screen03__step span {
  display: inline-grid;
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fffdf8;
  font-family: "Times New Roman", serif;
  font-size: 0.96rem;
  line-height: 1;
}

.screen03 h2 {
  margin-top: clamp(0.9rem, 2.5svh, 1.45rem);
  color: var(--ink);
  font-size: clamp(1.45rem, 6.1vw, 2.06rem);
  font-weight: 600;
  line-height: 1.42;
}

.screen03 h2 > span {
  display: block;
}

.screen03__blue,
.screen03__answer strong {
  color: #1b78a6;
}

.screen03__paste {
  margin-top: clamp(0.85rem, 2.7svh, 1.35rem);
}

.screen03__paste img {
  display: block;
  width: 100%;
  height: clamp(13.2rem, 36svh, 20rem);
  border-radius: 0.45rem;
  object-fit: cover;
  object-position: 52% 50%;
  box-shadow: 0 1rem 2.5rem rgba(31, 54, 38, 0.13);
}

.screen03__answer {
  margin-top: clamp(0.9rem, 2.6svh, 1.35rem);
  color: #10281b;
  font-size: clamp(1.1rem, 4.45vw, 1.32rem);
  font-weight: 700;
  line-height: 1.72;
  text-align: center;
}

.screen03__answer span {
  display: block;
}

.screen03__answer strong {
  font-weight: 800;
}

.screen03__drop {
  display: block;
  width: min(40vw, 8rem);
  height: clamp(3.7rem, 11svh, 5.6rem);
  margin: clamp(0.55rem, 1.6svh, 0.9rem) auto 0;
  object-fit: cover;
  object-position: 50% 69%;
  mix-blend-mode: multiply;
}

.screen03__brand {
  margin-top: clamp(0.28rem, 0.8svh, 0.55rem);
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.9rem, 8.2vw, 2.75rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.screen03__tagline {
  margin-top: clamp(0.4rem, 1.1svh, 0.65rem);
  color: var(--signature);
  font-size: clamp(0.86rem, 3.4vw, 1.02rem);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

@media (max-height: 620px) {
  .screen03 {
    padding-top: calc(4svh + env(safe-area-inset-top));
    padding-bottom: calc(2.4svh + env(safe-area-inset-bottom));
  }

  .screen03__paste img {
    height: clamp(11rem, 31svh, 13rem);
  }

  .screen03__drop {
    height: clamp(3.1rem, 9svh, 4rem);
  }
}

.screen04 {
  position: relative;
  min-height: 100svh;
  padding: calc(7svh + env(safe-area-inset-top)) clamp(1.35rem, 5.4vw, 2.1rem) calc(4.3svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 54%, #f7fbfb 100%);
}

.screen04::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 50% 60%, rgba(27, 120, 166, 0.08), rgba(27, 120, 166, 0) 58%),
    radial-gradient(ellipse at 12% 18%, rgba(36, 85, 55, 0.07), rgba(36, 85, 55, 0) 36%);
  pointer-events: none;
}

.screen04__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.screen04 h2,
.screen04__choice,
.screen04__visual,
.screen04__brand,
.screen04__tagline {
  margin: 0;
  letter-spacing: 0;
}

.screen04 h2 {
  color: var(--ink);
  font-size: clamp(2.08rem, 9.3vw, 3.25rem);
  font-weight: 600;
  line-height: 1.32;
}

.screen04 h2 span {
  display: block;
  white-space: nowrap;
}

.screen04__choice {
  margin-top: clamp(0.82rem, 2.8svh, 1.35rem);
  color: var(--ink);
  font-size: clamp(1.28rem, 5.2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.45;
}

.screen04__choice strong {
  color: #1b78a6;
  font-weight: 800;
}

.screen04__visual {
  margin-top: clamp(1.3rem, 4.2svh, 2.15rem);
}

.screen04__visual img {
  display: block;
  width: 100%;
  height: clamp(15rem, 43svh, 22rem);
  border-radius: 0.45rem;
  object-fit: cover;
  object-position: 50% 52%;
  box-shadow: 0 1rem 2.5rem rgba(31, 54, 38, 0.12);
}

.screen04__brand {
  margin-top: clamp(1.3rem, 3.6svh, 2rem);
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(2rem, 8.4vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.screen04__tagline {
  margin-top: clamp(0.45rem, 1.2svh, 0.7rem);
  color: var(--signature);
  font-size: clamp(0.9rem, 3.55vw, 1.06rem);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

@media (max-height: 620px) {
  .screen04 {
    padding-top: calc(5.2svh + env(safe-area-inset-top));
    padding-bottom: calc(2.8svh + env(safe-area-inset-bottom));
  }

  .screen04__visual img {
    height: clamp(12rem, 35svh, 13rem);
  }

  .screen04__brand {
    margin-top: clamp(0.95rem, 2.6svh, 1.25rem);
  }
}

.water-focus {
  position: relative;
  display: block;
  min-height: auto;
  margin-top: -18svh;
  padding: calc(6svh + env(safe-area-inset-top)) clamp(1.65rem, 6.4vw, 2.5rem) calc(5.5svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 56%, #f8fbfa 100%);
}

.water-focus::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 86% 18%, rgba(36, 85, 55, 0.08), rgba(36, 85, 55, 0) 34%),
    radial-gradient(ellipse at 18% 88%, rgba(27, 120, 166, 0.06), rgba(27, 120, 166, 0) 42%);
  pointer-events: none;
}

.water-focus__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.water-focus h2,
.water-focus p {
  margin: 0;
  letter-spacing: 0;
}

.water-focus h2 {
  color: var(--ink);
  font-size: clamp(1.82rem, 7vw, 2.65rem);
  font-weight: 600;
  line-height: 1.38;
}

.water-focus h2 span,
.water-focus p span {
  display: block;
}

.water-focus h2 span {
  white-space: nowrap;
}

.water-focus p {
  color: #24392c;
  font-size: clamp(1.12rem, 4.4vw, 1.38rem);
  font-weight: 700;
  line-height: 1.9;
}

.water-focus h2 + p {
  margin-top: clamp(2.6rem, 8svh, 4.8rem);
}

.water-focus p + p {
  margin-top: clamp(1.6rem, 4.8svh, 2.7rem);
}

.water-focus strong {
  color: #1b78a6;
  font-weight: 800;
}

@media (max-height: 620px) {
  .water-focus {
    margin-top: -12svh;
    padding-top: calc(4svh + env(safe-area-inset-top));
    padding-bottom: calc(3.5svh + env(safe-area-inset-bottom));
  }

  .water-focus h2 + p {
    margin-top: clamp(1.6rem, 6svh, 2.2rem);
  }

  .water-focus p + p {
    margin-top: clamp(1.1rem, 4svh, 1.7rem);
  }
}

.water-state {
  position: relative;
  padding: calc(6.5svh + env(safe-area-inset-top)) clamp(1.65rem, 6.4vw, 2.5rem) calc(7svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #f8fbfa 0%, #fffdf8 52%, #fbf7ef 100%);
}

.water-state::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 82% 16%, rgba(27, 120, 166, 0.07), rgba(27, 120, 166, 0) 38%),
    radial-gradient(ellipse at 16% 78%, rgba(36, 85, 55, 0.06), rgba(36, 85, 55, 0) 42%);
  pointer-events: none;
}

.water-state__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.water-state h2,
.water-state p {
  margin: 0;
  letter-spacing: 0;
}

.water-state h2 {
  color: var(--ink);
  font-size: clamp(1.82rem, 7vw, 2.65rem);
  font-weight: 600;
  line-height: 1.38;
}

.water-state h2 span,
.water-state p span {
  display: block;
}

.water-state h2 span {
  white-space: nowrap;
}

.water-state p {
  color: #24392c;
  font-size: clamp(1.12rem, 4.4vw, 1.38rem);
  font-weight: 700;
  line-height: 1.9;
}

.water-state h2 + p {
  margin-top: clamp(2.2rem, 6.6svh, 3.8rem);
}

.water-state p + p {
  margin-top: clamp(1.25rem, 3.8svh, 2.15rem);
}

.water-state strong {
  color: #1b78a6;
  font-weight: 800;
}

.water-state__brand {
  color: var(--signature);
}

.water-state__brand span:first-child {
  color: var(--signature);
}

.water-state__brand strong {
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.28rem, 5.2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.55;
}

@media (max-height: 620px) {
  .water-state {
    padding-top: calc(4.5svh + env(safe-area-inset-top));
    padding-bottom: calc(4.8svh + env(safe-area-inset-bottom));
  }

  .water-state h2 + p {
    margin-top: clamp(1.55rem, 5svh, 2.05rem);
  }

  .water-state p + p {
    margin-top: clamp(1rem, 3.2svh, 1.4rem);
  }
}

.powder-change {
  position: relative;
  min-height: 100svh;
  padding: calc(6.2svh + env(safe-area-inset-top)) clamp(1.35rem, 5.4vw, 2.1rem) calc(5.2svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #fbf7ef 0%, #fffdf8 45%, #f8fbfa 100%);
}

.powder-change::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 18% 18%, rgba(36, 85, 55, 0.06), rgba(36, 85, 55, 0) 38%),
    radial-gradient(ellipse at 88% 76%, rgba(27, 120, 166, 0.07), rgba(27, 120, 166, 0) 42%);
  pointer-events: none;
}

.powder-change__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.powder-change h2,
.powder-change p,
.powder-change__visual {
  margin: 0;
  letter-spacing: 0;
}

.powder-change h2 {
  color: var(--ink);
  font-size: clamp(2rem, 8.6vw, 3rem);
  font-weight: 600;
  line-height: 1.32;
}

.powder-change h2 span,
.powder-change p span {
  display: block;
}

.powder-change h2 strong {
  color: #1b78a6;
  font-weight: 700;
}

.powder-change__amount {
  margin-top: clamp(0.85rem, 2.5svh, 1.25rem);
  color: rgba(36, 57, 44, 0.84);
  font-size: clamp(0.98rem, 3.85vw, 1.14rem);
  font-weight: 700;
  line-height: 1.7;
}

.powder-change__amount-note {
  margin-top: clamp(0.4rem, 1.25svh, 0.62rem);
  color: rgba(36, 57, 44, 0.66);
  font-size: clamp(0.78rem, 3.15vw, 0.92rem);
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}

.powder-change__visual {
  margin-top: clamp(1.25rem, 3.4svh, 2rem);
}

.powder-change__visual img {
  display: block;
  width: 100%;
  height: clamp(20rem, 45svh, 23.5rem);
  border-radius: 0.45rem;
  object-fit: cover;
  object-position: 50% 54%;
  box-shadow: 0 1rem 2.5rem rgba(31, 54, 38, 0.13);
}

.powder-change__caption {
  margin-top: clamp(0.95rem, 2.7svh, 1.45rem);
  color: #24392c;
  font-size: clamp(1.04rem, 4.15vw, 1.26rem);
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}

.powder-change__bridge {
  margin-top: clamp(1.15rem, 3.2svh, 1.7rem);
  color: var(--ink);
  font-size: clamp(1.18rem, 4.7vw, 1.45rem);
  font-weight: 700;
  line-height: 1.78;
  text-align: center;
}

@media (max-height: 620px) {
  .powder-change {
    padding-top: calc(4.4svh + env(safe-area-inset-top));
    padding-bottom: calc(4svh + env(safe-area-inset-bottom));
  }

  .powder-change__amount {
    margin-top: clamp(0.55rem, 1.8svh, 0.8rem);
  }

  .powder-change__visual {
    margin-top: clamp(0.8rem, 2.4svh, 1.05rem);
  }

  .powder-change__visual img {
    height: clamp(13rem, 37svh, 14rem);
  }

  .powder-change__caption {
    margin-top: clamp(0.68rem, 2svh, 0.9rem);
    line-height: 1.7;
  }

  .powder-change__bridge {
    margin-top: clamp(0.8rem, 2.4svh, 1.05rem);
    line-height: 1.62;
  }
}

.orp-intro {
  position: relative;
  min-height: 100svh;
  padding: calc(5.2svh + env(safe-area-inset-top)) clamp(1.65rem, 6.4vw, 2.5rem) calc(5.4svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #fbf7ef 0%, #fffdf8 48%, #f8fbfa 100%);
}

.orp-intro::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 50% 48%, rgba(27, 120, 166, 0.08), rgba(27, 120, 166, 0) 46%),
    radial-gradient(ellipse at 88% 88%, rgba(36, 85, 55, 0.07), rgba(36, 85, 55, 0) 38%);
  pointer-events: none;
}

.orp-intro__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.orp-intro h2,
.orp-intro p,
.orp-intro__diagram {
  margin: 0;
  letter-spacing: 0;
}

.orp-intro h2 {
  color: var(--ink);
  font-size: clamp(1.82rem, 7vw, 2.65rem);
  font-weight: 600;
  line-height: 1.38;
}

.orp-intro h2 span,
.orp-intro p span {
  display: block;
}

.orp-intro h2 span {
  white-space: nowrap;
}

.orp-intro__lead,
.orp-intro__closing {
  color: #24392c;
  font-size: clamp(1rem, 3.95vw, 1.2rem);
  font-weight: 700;
  line-height: 1.85;
}

.orp-intro__lead {
  margin-top: clamp(1.05rem, 2.8svh, 1.6rem);
  color: rgba(36, 57, 44, 0.82);
  font-size: clamp(0.86rem, 3.35vw, 1rem);
  font-weight: 600;
  line-height: 1.78;
  text-align: center;
}

.orp-intro__diagram {
  display: grid;
  justify-items: center;
  gap: clamp(0.6rem, 1.8svh, 0.95rem);
  margin-top: clamp(1.85rem, 5.2svh, 2.8rem);
  padding: clamp(0.45rem, 1.3svh, 0.75rem) 0;
  text-align: center;
}

.orp-intro__node {
  display: grid;
  justify-items: center;
  gap: 0.18rem;
  color: var(--ink);
}

.orp-intro__label,
.orp-intro__node span:last-child {
  color: var(--signature);
  font-size: clamp(0.95rem, 3.7vw, 1.08rem);
  font-weight: 700;
  line-height: 1.25;
}

.orp-intro__orp {
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.05rem, 4.1vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
}

.orp-intro__node strong {
  color: var(--ink);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(2.25rem, 9vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
}

.orp-intro__arrow {
  color: rgba(36, 85, 55, 0.58);
  font-size: clamp(1.15rem, 4.5vw, 1.45rem);
  font-weight: 400;
  line-height: 1;
}

.orp-intro__turning {
  padding: 0.58rem 1.2rem;
  border: 1px solid rgba(27, 120, 166, 0.16);
  border-radius: 999px;
  color: #1b78a6;
  background: rgba(255, 255, 255, 0.46);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.18rem, 4.8vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
}

.orp-intro__node--reduction strong,
.orp-intro__node--reduction span {
  color: #1b78a6;
}

.orp-intro__closing {
  margin-top: clamp(1.35rem, 3.8svh, 2rem);
  text-align: center;
}

.orp-intro__measurement-title {
  margin: clamp(2.2rem, 5.8svh, 3.2rem) 0 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 6.1vw, 2.15rem);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.orp-intro__measurement-title span,
.orp-intro__measurement-summary span {
  display: block;
}

.orp-intro__measurement-summary {
  margin-top: clamp(0.85rem, 2.4svh, 1.25rem);
  color: #24392c;
  font-size: clamp(1rem, 3.95vw, 1.2rem);
  font-weight: 600;
  line-height: 1.78;
  text-align: center;
}

.orp-intro__movie {
  width: min(92%, 20rem);
  margin: clamp(1.2rem, 3.4svh, 1.8rem) auto 0;
}

.orp-intro__movie video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  border-radius: 0.45rem;
  background: #10281b;
  box-shadow: 0 0.8rem 2rem rgba(31, 54, 38, 0.1);
  object-fit: contain;
}

@media (max-height: 620px) {
  .orp-intro {
    padding-top: calc(3.4svh + env(safe-area-inset-top));
    padding-bottom: calc(3.6svh + env(safe-area-inset-bottom));
  }

  .orp-intro__lead {
    margin-top: clamp(0.8rem, 2.4svh, 1.1rem);
  }

  .orp-intro__diagram {
    gap: clamp(0.32rem, 1svh, 0.5rem);
    margin-top: clamp(1rem, 3svh, 1.3rem);
    padding-top: clamp(0.25rem, 0.8svh, 0.4rem);
    padding-bottom: clamp(0.25rem, 0.8svh, 0.4rem);
  }

  .orp-intro__closing {
    margin-top: clamp(0.85rem, 2.6svh, 1.15rem);
  }
}

.henna-water-bridge {
  position: relative;
  min-height: 100svh;
  padding: calc(7svh + env(safe-area-inset-top)) clamp(1.65rem, 6.4vw, 2.5rem) calc(7svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background: #fffdf8;
}

.henna-water-bridge__inner {
  width: min(100%, 28rem);
  margin: 0 auto;
}

.henna-water-bridge h2,
.henna-water-bridge p {
  margin: 0;
  letter-spacing: 0;
}

.henna-water-bridge h2 {
  color: var(--ink);
  font-size: clamp(1.78rem, 6.9vw, 2.55rem);
  font-weight: 600;
  line-height: 1.42;
}

.henna-water-bridge h2 span,
.henna-water-bridge p span {
  display: block;
}

.henna-water-bridge p {
  color: #24392c;
  font-size: clamp(1.03rem, 4.05vw, 1.24rem);
  font-weight: 700;
  line-height: 1.92;
}

.henna-water-bridge h2 + p {
  margin-top: clamp(2.3rem, 6.3svh, 3.6rem);
}

.henna-water-bridge p + p {
  margin-top: clamp(1.25rem, 3.6svh, 2rem);
}

.henna-water-bridge strong {
  color: #1b78a6;
  font-weight: 800;
}

.henna-water-bridge__key {
  margin-top: clamp(2rem, 5.2svh, 3rem);
  color: #10281b;
  font-size: clamp(1.16rem, 4.55vw, 1.42rem);
  line-height: 1.78;
  text-align: center;
}

.henna-water-bridge__brand {
  margin-top: clamp(1.35rem, 3.8svh, 2.1rem);
  color: var(--signature);
  font-size: clamp(1.03rem, 4vw, 1.22rem);
  line-height: 1.65;
  text-align: center;
}

.henna-water-bridge__brand strong {
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.42rem, 5.8vw, 1.88rem);
  font-weight: 600;
}

@media (max-height: 620px) {
  .henna-water-bridge {
    padding-top: calc(4.6svh + env(safe-area-inset-top));
    padding-bottom: calc(4.8svh + env(safe-area-inset-bottom));
  }

  .henna-water-bridge h2 + p {
    margin-top: clamp(1.45rem, 4.6svh, 2rem);
  }

  .henna-water-bridge p + p {
    margin-top: clamp(0.9rem, 2.8svh, 1.25rem);
  }

  .henna-water-bridge__key {
    margin-top: clamp(1.35rem, 4svh, 1.75rem);
  }

  .henna-water-bridge__brand {
    margin-top: clamp(0.95rem, 2.8svh, 1.25rem);
  }
}

.water-ratio {
  min-height: 100svh;
  padding: calc(6.8svh + env(safe-area-inset-top)) clamp(1.65rem, 6.4vw, 2.5rem) calc(6.8svh + env(safe-area-inset-bottom));
  background: #fffdf8;
}

.water-ratio__inner {
  width: min(100%, 28rem);
  margin: 0 auto;
}

.water-ratio h2,
.water-ratio p {
  margin: 0;
  letter-spacing: 0;
}

.water-ratio h2 {
  color: var(--ink);
  font-weight: 600;
  line-height: 1;
}

.water-ratio h2 span,
.water-ratio h2 strong,
.water-ratio p span {
  display: block;
}

.water-ratio__pre,
.water-ratio__post {
  font-size: clamp(1.55rem, 6vw, 2.05rem);
  line-height: 1.38;
}

.water-ratio h2 strong {
  margin: clamp(0.55rem, 1.7svh, 0.95rem) 0 clamp(0.55rem, 1.7svh, 0.95rem);
  color: var(--ink);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(4.25rem, 18vw, 5.5rem);
  font-weight: 500;
  line-height: 0.92;
  white-space: nowrap;
}

.water-ratio h2 .water-ratio__range {
  text-align: center;
}

.water-ratio h2 .water-ratio__range > span {
  display: inline-block;
  line-height: 0.92;
}

.water-ratio__range-start {
  font-size: 0.88em;
}

.water-ratio__range-end {
  font-size: 1em;
}

.water-ratio__range-unit {
  margin-left: 0.04em;
  font-size: 0.58em;
  vertical-align: 0.08em;
}

.water-ratio__range-wave {
  margin: 0 0.04em;
  font-size: 0.72em;
  vertical-align: 0.07em;
}

.water-ratio__post em {
  color: #1b78a6;
  font-style: normal;
}

.water-ratio p {
  color: #24392c;
  font-size: clamp(1.03rem, 4.05vw, 1.24rem);
  font-weight: 700;
  line-height: 1.9;
}

.water-ratio__note {
  margin-top: clamp(1rem, 2.8svh, 1.5rem);
  color: rgba(36, 57, 44, 0.82);
  font-size: clamp(0.98rem, 3.85vw, 1.14rem);
  line-height: 1.72;
}

.water-ratio__rhythm {
  margin-top: clamp(2rem, 5.2svh, 3rem);
  color: rgba(36, 57, 44, 0.78);
  font-size: clamp(0.94rem, 3.65vw, 1.08rem);
  line-height: 1.82;
}

.water-ratio__rhythm + p {
  margin-top: clamp(0.95rem, 2.8svh, 1.35rem);
}

.water-ratio p + .water-ratio__question {
  margin-top: clamp(1.35rem, 3.8svh, 2rem);
}

.water-ratio__question {
  color: var(--ink);
}

.water-ratio__question + p {
  margin-top: clamp(0.85rem, 2.5svh, 1.2rem);
}

.water-ratio__closing {
  margin-top: clamp(2rem, 5.2svh, 3rem);
  color: #10281b;
  font-size: clamp(1.2rem, 4.8vw, 1.48rem);
  line-height: 1.78;
  text-align: center;
}

@media (max-height: 620px) {
  .water-ratio {
    padding-top: calc(4.8svh + env(safe-area-inset-top));
    padding-bottom: calc(4.8svh + env(safe-area-inset-bottom));
  }

  .water-ratio h2 strong {
    font-size: clamp(4.9rem, 22vw, 6.3rem);
  }

  .water-ratio__note {
    margin-top: clamp(0.75rem, 2svh, 1rem);
  }

  .water-ratio__rhythm {
    margin-top: clamp(1.2rem, 3.5svh, 1.55rem);
  }

  .water-ratio__rhythm + p {
    margin-top: clamp(0.65rem, 2svh, 0.9rem);
  }

  .water-ratio p + .water-ratio__question {
    margin-top: clamp(0.9rem, 2.8svh, 1.2rem);
  }

  .water-ratio__question + p {
    margin-top: clamp(0.55rem, 1.8svh, 0.8rem);
  }

  .water-ratio__closing {
    margin-top: clamp(1.15rem, 3.4svh, 1.5rem);
  }
}

.water-purpose {
  position: relative;
  min-height: 100svh;
  padding: calc(8svh + env(safe-area-inset-top)) clamp(1.65rem, 6.4vw, 2.5rem) calc(7svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 56%, #f8fbfa 100%);
}

.water-purpose::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 82% 22%, rgba(27, 120, 166, 0.06), rgba(27, 120, 166, 0) 38%),
    radial-gradient(ellipse at 16% 80%, rgba(36, 85, 55, 0.055), rgba(36, 85, 55, 0) 42%);
  pointer-events: none;
}

.water-purpose__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.water-purpose h2,
.water-purpose p {
  margin: 0;
  letter-spacing: 0;
}

.water-purpose h2 {
  color: var(--ink);
  font-size: clamp(1.9rem, 7.2vw, 2.7rem);
  font-weight: 600;
  line-height: 1.44;
}

.water-purpose h2 span,
.water-purpose p span {
  display: block;
}

.water-purpose p {
  color: #24392c;
  font-size: clamp(1.08rem, 4.25vw, 1.3rem);
  font-weight: 700;
  line-height: 1.9;
}

.water-purpose h2 + p {
  margin-top: clamp(3.4rem, 9svh, 5rem);
}

.water-purpose p + p {
  margin-top: clamp(1.1rem, 3.1svh, 1.65rem);
}

.water-purpose__brand {
  margin-top: clamp(3.1rem, 8svh, 4.6rem);
  color: var(--ink);
  font-size: clamp(1.22rem, 4.85vw, 1.52rem);
  line-height: 1.72;
  text-align: center;
}

.water-purpose__brand strong {
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.88rem, 7.6vw, 2.45rem);
  font-weight: 600;
  line-height: 1.2;
}

@media (max-height: 620px) {
  .water-purpose {
    padding-top: calc(5.2svh + env(safe-area-inset-top));
    padding-bottom: calc(5svh + env(safe-area-inset-bottom));
  }

  .water-purpose h2 + p {
    margin-top: clamp(2rem, 6svh, 2.6rem);
  }

  .water-purpose p + p {
    margin-top: clamp(0.85rem, 2.5svh, 1.05rem);
  }

  .water-purpose__brand {
    margin-top: clamp(1.9rem, 5.6svh, 2.4rem);
  }
}

.first-step {
  min-height: 100svh;
  padding: calc(7svh + env(safe-area-inset-top)) clamp(1.65rem, 6.4vw, 2.5rem) calc(6.8svh + env(safe-area-inset-bottom));
  background: #fffdf8;
}

.first-step__inner {
  width: min(100%, 28rem);
  margin: 0 auto;
}

.first-step h2,
.first-step p {
  margin: 0;
  letter-spacing: 0;
}

.first-step__intro {
  color: rgba(36, 57, 44, 0.78);
  font-size: clamp(0.96rem, 3.75vw, 1.1rem);
  font-weight: 700;
  line-height: 1.6;
}

.first-step h2 {
  margin-top: clamp(1.4rem, 4svh, 2.2rem);
  color: var(--ink);
  font-size: clamp(1.78rem, 7vw, 2.55rem);
  font-weight: 600;
  line-height: 1.48;
}

.first-step h2 span,
.first-step p span {
  display: block;
}

.first-step h2 strong {
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(2.7rem, 11.5vw, 3.6rem);
  font-weight: 600;
  line-height: 1;
}

.first-step__amount-guide {
  width: min(100%, 22rem);
  margin: clamp(1.6rem, 4.6svh, 2.4rem) auto 0;
}

.first-step__amount-guide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.42rem;
  box-shadow: 0 0.8rem 2rem rgba(31, 54, 38, 0.08);
}

.first-step__amount-guide figcaption {
  margin-top: clamp(0.55rem, 1.7svh, 0.8rem);
  color: rgba(36, 57, 44, 0.7);
  font-size: clamp(0.78rem, 3.15vw, 0.92rem);
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
}

.first-step__amount-guide + p {
  margin-top: clamp(1.45rem, 4svh, 2.1rem);
}

.first-step p {
  color: #24392c;
  font-size: clamp(1.06rem, 4.18vw, 1.28rem);
  font-weight: 700;
  line-height: 1.9;
}

.first-step h2 + p {
  margin-top: clamp(3rem, 8svh, 4.4rem);
}

.first-step p + p {
  margin-top: clamp(1.35rem, 3.8svh, 2.05rem);
}

.first-step__closing {
  margin-top: clamp(2.4rem, 6.5svh, 3.6rem);
  color: #10281b;
  font-size: clamp(1.18rem, 4.75vw, 1.48rem);
  line-height: 1.76;
  text-align: center;
}

@media (max-height: 620px) {
  .first-step {
    padding-top: calc(4.8svh + env(safe-area-inset-top));
    padding-bottom: calc(4.8svh + env(safe-area-inset-bottom));
  }

  .first-step h2 {
    margin-top: clamp(0.95rem, 3svh, 1.3rem);
  }

  .first-step h2 strong {
    font-size: clamp(2.3rem, 10vw, 2.85rem);
  }

  .first-step h2 + p {
    margin-top: clamp(1.7rem, 5svh, 2.2rem);
  }

  .first-step p + p {
    margin-top: clamp(0.95rem, 2.8svh, 1.25rem);
  }

  .first-step__closing {
    margin-top: clamp(1.45rem, 4.2svh, 1.9rem);
  }
}

.orp-difference {
  position: relative;
  min-height: 100svh;
  padding: calc(6.2svh + env(safe-area-inset-top)) clamp(1.65rem, 6.4vw, 2.5rem) calc(5.8svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 50%, #f8fbfa 100%);
}

.orp-difference::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 78% 38%, rgba(27, 120, 166, 0.06), rgba(27, 120, 166, 0) 42%),
    radial-gradient(ellipse at 18% 88%, rgba(36, 85, 55, 0.055), rgba(36, 85, 55, 0) 38%);
  pointer-events: none;
}

.orp-difference__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.orp-difference h2,
.orp-difference p,
.orp-difference__flow {
  margin: 0;
  letter-spacing: 0;
}

.orp-difference h2 {
  color: var(--ink);
  font-size: clamp(1.86rem, 7vw, 2.6rem);
  font-weight: 600;
  line-height: 1.42;
}

.orp-difference h2 span,
.orp-difference p span {
  display: block;
}

.orp-difference p {
  color: #24392c;
  font-size: clamp(1.03rem, 4.05vw, 1.24rem);
  font-weight: 700;
  line-height: 1.84;
}

.orp-difference h2 + p {
  margin-top: clamp(2.25rem, 6.4svh, 3.6rem);
}

.orp-difference p + p {
  margin-top: clamp(1.15rem, 3.3svh, 1.7rem);
}

.orp-difference__flow {
  display: grid;
  justify-items: center;
  gap: clamp(0.5rem, 1.4svh, 0.75rem);
  margin-top: clamp(1.45rem, 4svh, 2.15rem);
  text-align: center;
}

.orp-difference__node {
  display: grid;
  justify-items: center;
  gap: 0.16rem;
}

.orp-difference__label {
  color: var(--signature);
  font-size: clamp(0.94rem, 3.65vw, 1.08rem);
  font-weight: 700;
  line-height: 1.25;
}

.orp-difference__orp {
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.02rem, 4vw, 1.22rem);
  font-weight: 600;
  line-height: 1;
}

.orp-difference__node strong {
  color: var(--ink);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(2.45rem, 9.8vw, 3.25rem);
  font-weight: 600;
  line-height: 1.08;
}

.orp-difference__arrow {
  color: rgba(36, 85, 55, 0.58);
  font-size: clamp(1.15rem, 4.5vw, 1.42rem);
  font-weight: 400;
  line-height: 1;
}

.orp-difference__turning {
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.24rem, 4.9vw, 1.58rem);
  font-weight: 600;
  line-height: 1.2;
}

.orp-difference__node--suiso strong {
  color: #1b78a6;
}

.orp-difference__note {
  margin-top: clamp(1.3rem, 3.4svh, 1.9rem);
  color: rgba(36, 57, 44, 0.82);
  font-size: clamp(0.86rem, 3.35vw, 1rem);
  font-weight: 600;
  line-height: 1.78;
  text-align: center;
}

.orp-difference__closing {
  margin-top: clamp(1.65rem, 4.2svh, 2.35rem);
  color: #10281b;
  font-size: clamp(1.14rem, 4.45vw, 1.38rem);
  line-height: 1.78;
  text-align: center;
}

@media (max-height: 620px) {
  .orp-difference {
    padding-top: calc(3.8svh + env(safe-area-inset-top));
    padding-bottom: calc(3.8svh + env(safe-area-inset-bottom));
  }

  .orp-difference h2 + p {
    margin-top: clamp(1.35rem, 4svh, 1.75rem);
  }

  .orp-difference p + p {
    margin-top: clamp(0.75rem, 2.2svh, 1rem);
  }

  .orp-difference__flow {
    gap: clamp(0.28rem, 0.85svh, 0.42rem);
    margin-top: clamp(0.85rem, 2.6svh, 1.15rem);
  }

  .orp-difference__node strong {
    font-size: clamp(2rem, 8.8vw, 2.6rem);
  }

  .orp-difference__note {
    margin-top: clamp(0.85rem, 2.4svh, 1.1rem);
  }

  .orp-difference__closing {
    margin-top: clamp(1rem, 3svh, 1.35rem);
  }
}

.orp-measurement {
  position: relative;
  min-height: 100svh;
  padding: calc(5.8svh + env(safe-area-inset-top)) clamp(1.65rem, 6.4vw, 2.5rem) calc(5.6svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #f8fbfa 0%, #fffdf8 48%, #fbf7ef 100%);
}

.orp-measurement::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 50% 42%, rgba(27, 120, 166, 0.07), rgba(27, 120, 166, 0) 45%),
    radial-gradient(ellipse at 86% 90%, rgba(36, 85, 55, 0.055), rgba(36, 85, 55, 0) 38%);
  pointer-events: none;
}

.orp-measurement__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.orp-measurement h2,
.orp-measurement p,
.orp-measurement__flow {
  margin: 0;
  letter-spacing: 0;
}

.orp-measurement h2 {
  color: var(--ink);
  font-size: clamp(1.86rem, 7vw, 2.6rem);
  font-weight: 600;
  line-height: 1.42;
}

.orp-measurement h2 span,
.orp-measurement p span {
  display: block;
}

.orp-measurement p {
  color: #24392c;
  font-size: clamp(1rem, 3.95vw, 1.2rem);
  font-weight: 700;
  line-height: 1.78;
}

.orp-measurement h2 + p {
  margin-top: clamp(1.65rem, 4.6svh, 2.55rem);
}

.orp-measurement p + p {
  margin-top: clamp(0.9rem, 2.5svh, 1.3rem);
}

.orp-measurement__flow {
  display: grid;
  justify-items: center;
  gap: clamp(0.42rem, 1.2svh, 0.68rem);
  margin-top: clamp(1.35rem, 3.8svh, 2rem);
  text-align: center;
}

.orp-measurement__node {
  display: grid;
  justify-items: center;
  gap: 0.12rem;
}

.orp-measurement__label {
  color: var(--signature);
  font-size: clamp(0.9rem, 3.5vw, 1.04rem);
  font-weight: 700;
  line-height: 1.24;
}

.orp-measurement__orp {
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(0.98rem, 3.85vw, 1.16rem);
  font-weight: 600;
  line-height: 1;
}

.orp-measurement__node strong {
  color: var(--ink);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(2rem, 8.2vw, 2.75rem);
  font-weight: 600;
  line-height: 1.08;
}

.orp-measurement__value {
  white-space: nowrap;
}

.orp-measurement__arrow {
  color: rgba(36, 85, 55, 0.58);
  font-size: clamp(1.08rem, 4.2vw, 1.36rem);
  font-weight: 400;
  line-height: 1;
}

.orp-measurement__turning {
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.18rem, 4.6vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
}

.orp-measurement__node--suiso .orp-measurement__label,
.orp-measurement__node--suiso strong {
  color: #1b78a6;
}

.orp-measurement__note {
  margin-top: clamp(1.2rem, 3.2svh, 1.75rem);
  color: rgba(36, 57, 44, 0.82);
  font-size: clamp(0.84rem, 3.25vw, 0.98rem);
  font-weight: 600;
  line-height: 1.72;
  text-align: center;
}

.orp-measurement__closing {
  margin-top: clamp(1.45rem, 3.8svh, 2.15rem);
  color: #10281b;
  font-size: clamp(1rem, 3.95vw, 1.2rem);
  line-height: 1.76;
  text-align: center;
}

.orp-measurement__closing strong {
  display: block;
  margin-bottom: clamp(0.45rem, 1.3svh, 0.7rem);
  color: #1b78a6;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.45rem, 5.8vw, 1.9rem);
  font-weight: 600;
  line-height: 1.2;
}

.orp-intro .orp-data-note,
.orp-measurement .orp-data-note {
  margin-top: clamp(0.7rem, 2svh, 1rem);
  color: rgba(36, 57, 44, 0.58);
  font-size: clamp(0.75rem, 2.85vw, 0.86rem);
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
}

@media (max-height: 620px) {
  .orp-measurement {
    padding-top: calc(3.2svh + env(safe-area-inset-top));
    padding-bottom: calc(3.4svh + env(safe-area-inset-bottom));
  }

  .orp-measurement h2 + p {
    margin-top: clamp(1rem, 3svh, 1.35rem);
  }

  .orp-measurement p + p {
    margin-top: clamp(0.58rem, 1.7svh, 0.78rem);
  }

  .orp-measurement__flow {
    gap: clamp(0.24rem, 0.72svh, 0.36rem);
    margin-top: clamp(0.85rem, 2.5svh, 1.1rem);
  }

  .orp-measurement__node strong {
    font-size: clamp(1.7rem, 7.6vw, 2.18rem);
  }

  .orp-measurement__note {
    margin-top: clamp(0.78rem, 2.2svh, 1rem);
  }

  .orp-measurement__closing {
    margin-top: clamp(0.9rem, 2.6svh, 1.18rem);
  }
}

.chapter-brand-mark {
  position: relative;
  margin: 0 0 2.5rem;
  mix-blend-mode: multiply;
}

.chapter-brand-mark img {
  display: block;
  width: 100px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .chapter-brand-mark {
    margin-bottom: 3rem;
  }

  .chapter-brand-mark img {
    width: 130px;
  }
}

.henna-powder-start {
  position: relative;
  min-height: 100svh;
  padding: calc(5.8svh + env(safe-area-inset-top)) clamp(1.35rem, 5.4vw, 2.1rem) calc(5.6svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #fbf7ef 0%, #fffdf8 52%, #f8fbfa 100%);
}

.henna-powder-start::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 82% 18%, rgba(36, 85, 55, 0.06), rgba(36, 85, 55, 0) 38%),
    radial-gradient(ellipse at 16% 86%, rgba(27, 120, 166, 0.05), rgba(27, 120, 166, 0) 42%);
  pointer-events: none;
}

.henna-powder-start__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.henna-powder-start h2,
.henna-powder-start h3,
.henna-powder-start p,
.henna-powder-start__visual,
.henna-powder-start__movie,
.henna-powder-start__fresh-movie {
  margin: 0;
  letter-spacing: 0;
}

.henna-powder-start h2 {
  color: var(--ink);
  font-size: clamp(1.72rem, 6.7vw, 2.45rem);
  font-weight: 600;
  line-height: 1.42;
}

.henna-powder-start h2 span,
.henna-powder-start p span {
  display: block;
}

.henna-powder-start p {
  color: #24392c;
  font-size: clamp(1.03rem, 4.05vw, 1.24rem);
  font-weight: 700;
  line-height: 1.86;
}

.henna-powder-start h2 + p {
  margin-top: clamp(1.35rem, 3.8svh, 2rem);
}

.henna-powder-start__visual {
  margin-top: clamp(1.2rem, 3.4svh, 1.85rem);
}

.henna-powder-start__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.45rem;
  box-shadow: 0 1rem 2.4rem rgba(31, 54, 38, 0.12);
}

.henna-powder-start__placeholder {
  display: grid;
  width: 100%;
  height: clamp(18rem, 42svh, 23rem);
  place-items: center;
  border: 1px solid rgba(36, 85, 55, 0.18);
  border-radius: 0.45rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(248, 251, 250, 0.94)),
    radial-gradient(ellipse at 50% 58%, rgba(36, 85, 55, 0.12), rgba(36, 85, 55, 0) 56%);
  box-shadow: 0 1rem 2.4rem rgba(31, 54, 38, 0.1);
}

.henna-powder-start__placeholder span {
  color: rgba(36, 57, 44, 0.58);
  font-size: clamp(0.88rem, 3.4vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
}

.henna-powder-start__visual figcaption {
  margin-top: clamp(0.75rem, 2svh, 1rem);
  color: var(--signature);
  font-size: clamp(1rem, 3.95vw, 1.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.henna-powder-start__next {
  margin-top: clamp(1.25rem, 3.4svh, 1.9rem);
  color: #10281b;
  font-size: clamp(1.08rem, 4.25vw, 1.32rem);
  line-height: 1.78;
  text-align: center;
}

.henna-powder-start__video-title {
  margin-top: clamp(2rem, 5.8svh, 3.2rem);
  color: #10281b;
  font-size: clamp(1.2rem, 4.8vw, 1.48rem);
  line-height: 1.78;
  text-align: center;
}

.henna-powder-start__movie {
  margin-top: clamp(1.05rem, 3svh, 1.65rem);
}

.henna-powder-start__movie video {
  display: block;
  width: 100%;
  height: clamp(28rem, 106vw, 30rem);
  border-radius: 0.35rem;
  object-fit: cover;
  object-position: center 40%;
  background: #10281b;
  box-shadow: 0 1rem 2.4rem rgba(31, 54, 38, 0.12);
}

.henna-powder-start__movie figcaption {
  margin-top: clamp(0.95rem, 2.6svh, 1.4rem);
  color: #24392c;
  font-size: clamp(0.98rem, 3.85vw, 1.14rem);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.henna-powder-start__movie figcaption span {
  display: block;
}

.henna-powder-start__movie figcaption span:nth-child(3) {
  margin-top: clamp(0.75rem, 2.1svh, 1.05rem);
}

.henna-powder-start__fresh {
  margin-top: clamp(2.8rem, 7.4svh, 4.2rem);
}

.henna-powder-start__fresh h3 {
  color: #10281b;
  font-size: clamp(1.4rem, 5.5vw, 1.86rem);
  font-weight: 600;
  line-height: 1.56;
  text-align: center;
}

.henna-powder-start__fresh h3 span {
  display: block;
}

.henna-powder-start__fresh p {
  margin-top: clamp(1rem, 2.8svh, 1.45rem);
  color: #24392c;
  font-size: clamp(1rem, 3.95vw, 1.2rem);
  line-height: 1.78;
  text-align: center;
}

.henna-powder-start__fresh-movie {
  margin-top: clamp(1.15rem, 3.2svh, 1.7rem);
}

.henna-powder-start__fresh-movie video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.35rem;
  background: #10281b;
  box-shadow: 0 1rem 2.4rem rgba(31, 54, 38, 0.12);
}

@media (max-height: 620px) {
  .henna-powder-start {
    padding-top: calc(3.6svh + env(safe-area-inset-top));
    padding-bottom: calc(3.6svh + env(safe-area-inset-bottom));
  }

  .henna-powder-start h2 + p {
    margin-top: clamp(0.85rem, 2.6svh, 1.1rem);
  }

  .henna-powder-start__visual {
    margin-top: clamp(0.8rem, 2.4svh, 1.05rem);
  }

  .henna-powder-start__placeholder {
    height: clamp(12rem, 35svh, 13.5rem);
  }

  .henna-powder-start__visual figcaption {
    margin-top: clamp(0.5rem, 1.5svh, 0.7rem);
  }

  .henna-powder-start__next {
    margin-top: clamp(0.85rem, 2.5svh, 1.1rem);
  }

  .henna-powder-start__video-title {
    margin-top: clamp(1.25rem, 3.8svh, 1.7rem);
  }

  .henna-powder-start__movie {
    margin-top: clamp(0.75rem, 2.2svh, 1rem);
  }

  .henna-powder-start__movie figcaption {
    margin-top: clamp(0.7rem, 2svh, 0.95rem);
  }

  .henna-powder-start__fresh {
    margin-top: clamp(1.7rem, 5svh, 2.3rem);
  }

  .henna-powder-start__fresh p {
    margin-top: clamp(0.75rem, 2.2svh, 1rem);
  }

  .henna-powder-start__fresh-movie {
    margin-top: clamp(0.85rem, 2.6svh, 1.1rem);
  }

}

.henna-paste-complete {
  position: relative;
  min-height: 100svh;
  padding: calc(5.8svh + env(safe-area-inset-top)) clamp(1.35rem, 5.4vw, 2.1rem) calc(6svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #f8fbfa 0%, #fffdf8 48%, #fbf7ef 100%);
}

.henna-paste-complete::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 84% 22%, rgba(36, 85, 55, 0.06), rgba(36, 85, 55, 0) 38%),
    radial-gradient(ellipse at 14% 76%, rgba(27, 120, 166, 0.045), rgba(27, 120, 166, 0) 42%);
  pointer-events: none;
}

.henna-paste-complete__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.henna-paste-complete h2,
.henna-paste-complete h3,
.henna-paste-complete p,
.henna-paste-complete__photo,
.henna-paste-complete__fresh-movie,
.henna-paste-complete__movie {
  margin: 0;
  letter-spacing: 0;
}

.henna-paste-complete h2 {
  color: var(--ink);
  font-size: clamp(1.76rem, 6.85vw, 2.48rem);
  font-weight: 600;
  line-height: 1.42;
}

.henna-paste-complete h3 {
  margin-top: clamp(2.55rem, 6.8svh, 3.8rem);
  color: #10281b;
  font-size: clamp(1.34rem, 5.25vw, 1.72rem);
  font-weight: 600;
  line-height: 1.58;
  text-align: center;
}

.henna-paste-complete h2 span,
.henna-paste-complete h3 span,
.henna-paste-complete p span {
  display: block;
}

.henna-paste-complete__amount + h2 {
  margin-top: clamp(1.75rem, 4.8svh, 2.6rem);
}

.henna-paste-complete__photo {
  margin-top: clamp(1.35rem, 3.8svh, 2rem);
}

.henna-paste-complete__photo img,
.henna-paste-complete__fresh-movie video,
.henna-paste-complete__movie video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.42rem;
  box-shadow: 0 1rem 2.4rem rgba(31, 54, 38, 0.12);
}

.henna-paste-complete__amount {
  margin-top: clamp(1rem, 2.8svh, 1.45rem);
  color: var(--signature);
  font-size: clamp(1rem, 3.95vw, 1.2rem);
  font-weight: 700;
  line-height: 1.78;
  text-align: center;
}

.henna-paste-complete__fresh {
  margin-top: clamp(2.55rem, 6.8svh, 3.8rem);
}

.henna-paste-complete__fresh h3 {
  margin-top: 0;
}

.henna-paste-complete__fresh p {
  margin-top: clamp(1rem, 2.8svh, 1.45rem);
  color: #24392c;
  font-size: clamp(1rem, 3.95vw, 1.2rem);
  font-weight: 700;
  line-height: 1.78;
  text-align: center;
}

.henna-paste-complete__fresh-movie {
  margin-top: clamp(1.15rem, 3.2svh, 1.7rem);
}

.henna-paste-complete__movie {
  margin-top: clamp(1.15rem, 3.2svh, 1.75rem);
}

.henna-paste-complete__fresh-movie video,
.henna-paste-complete__movie video {
  background: #10281b;
}

.henna-paste-complete__note {
  margin-top: clamp(1.35rem, 3.8svh, 2.1rem);
  color: #24392c;
  font-size: clamp(1.02rem, 4vw, 1.22rem);
  font-weight: 700;
  line-height: 1.88;
  text-align: center;
}

.henna-paste-complete__note span:nth-child(3) {
  margin-top: clamp(0.75rem, 2.1svh, 1.05rem);
}

@media (max-height: 620px) {
  .henna-paste-complete {
    padding-top: calc(3.8svh + env(safe-area-inset-top));
    padding-bottom: calc(4svh + env(safe-area-inset-bottom));
  }

  .henna-paste-complete__photo {
    margin-top: clamp(0.9rem, 2.8svh, 1.2rem);
  }

  .henna-paste-complete__amount {
    margin-top: clamp(0.72rem, 2.1svh, 1rem);
  }

  .henna-paste-complete__amount + h2 {
    margin-top: clamp(1.15rem, 3.6svh, 1.55rem);
  }

  .henna-paste-complete h3 {
    margin-top: clamp(1.45rem, 4.4svh, 2rem);
  }

  .henna-paste-complete__fresh {
    margin-top: clamp(1.45rem, 4.4svh, 2rem);
  }

  .henna-paste-complete__fresh h3 {
    margin-top: 0;
  }

  .henna-paste-complete__fresh p {
    margin-top: clamp(0.75rem, 2.2svh, 1rem);
  }

  .henna-paste-complete__fresh-movie {
    margin-top: clamp(0.85rem, 2.6svh, 1.1rem);
  }

  .henna-paste-complete__movie {
    margin-top: clamp(0.85rem, 2.6svh, 1.1rem);
  }

  .henna-paste-complete__note {
    margin-top: clamp(0.9rem, 2.8svh, 1.2rem);
  }
}

.technique-guide-link {
  padding: clamp(3rem, 10vw, 5.5rem) 1.25rem;
  background: linear-gradient(90deg, #f8f4eb 0%, #eef3eb 52%, #f8f4eb 100%);
  color: #44382d;
  text-align: center;
}

.technique-guide-link__inner {
  width: min(100%, 42rem);
  margin: 0 auto;
}

.technique-guide-link p {
  margin: 0 0 0.9rem;
  color: #59634d;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.technique-guide-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.8rem 0.4rem;
  border-bottom: 1px solid rgba(38, 104, 137, 0.62);
  color: #286d8e;
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(0.92rem, 4vw, 1.1rem);
  line-height: 1.65;
  text-decoration: none;
  white-space: nowrap;
}

.technique-guide-link a span {
  font-size: 1.28em;
  line-height: 1;
  transition: transform 180ms ease;
}

.technique-guide-link a:hover span,
.technique-guide-link a:focus-visible span {
  transform: translateX(0.2rem);
}

.technique-guide-link a:focus-visible {
  outline: 2px solid #657755;
  outline-offset: 0.35rem;
}

.product-trial {
  position: relative;
  padding: calc(7svh + env(safe-area-inset-top)) clamp(1.25rem, 5vw, 2rem) calc(7svh + env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(180deg, #fbf7ef 0%, #fffdf8 36%, #f4f8f1 100%);
}

.product-trial::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(36, 85, 55, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(27, 120, 166, 0.025), transparent 42%, rgba(36, 85, 55, 0.035));
  background-size: 5rem 100%, 100% 100%;
  pointer-events: none;
}

.product-trial__inner {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
}

.product-trial__intro {
  text-align: center;
  margin-bottom: clamp(2.1rem, 7svh, 3.8rem);
}

.product-trial__eyebrow,
.product-trial__intro h2,
.product-trial__intro p,
.product-trial__card h3,
.product-trial__card p,
.product-trial__photo,
.product-trial__gift h3,
.product-trial__gift p,
.product-trial__gift-visual {
  margin: 0;
  letter-spacing: 0;
}

.product-trial__eyebrow {
  color: var(--signature);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(0.78rem, 3vw, 0.92rem);
  font-weight: 600;
  line-height: 1.35;
}

.product-trial__intro h2 {
  margin-top: clamp(0.7rem, 2.2svh, 1.1rem);
  color: var(--ink);
  font-size: clamp(2rem, 8vw, 2.7rem);
  font-weight: 600;
  line-height: 1.32;
}

.product-trial__intro h2 span,
.product-trial__intro p span,
.product-trial__lead span,
.product-trial__text span,
.product-trial__ingredients p span,
.product-trial__gift span {
  display: block;
}

.product-trial__intro p {
  margin-top: clamp(1.05rem, 3.4svh, 1.6rem);
  color: rgba(36, 57, 44, 0.74);
  font-size: clamp(0.98rem, 3.8vw, 1.12rem);
  font-weight: 700;
  line-height: 1.9;
}

.product-trial__cart-guide {
  margin: 0 0 clamp(2rem, 6svh, 3.2rem);
  padding: 1rem 0;
  border-top: 1px solid rgba(36, 85, 55, 0.14);
  border-bottom: 1px solid rgba(36, 85, 55, 0.14);
  color: rgba(36, 57, 44, 0.76);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.product-trial__list {
  display: grid;
  gap: clamp(1.45rem, 4.2svh, 2.35rem);
}

.product-trial__card {
  --tone: #7b5d2e;
  --tone-soft: rgba(160, 120, 54, 0.1);
  --tone-line: rgba(123, 93, 46, 0.18);
  --paper: rgba(255, 253, 248, 0.9);
  padding: clamp(1.05rem, 4vw, 1.45rem);
  border: 1px solid var(--tone-line);
  border-radius: 0.42rem;
  background:
    linear-gradient(180deg, var(--paper) 0%, rgba(255, 253, 248, 0.74) 56%, var(--tone-soft) 100%);
  box-shadow:
    0 1rem 2.5rem rgba(31, 54, 38, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.product-trial__card--orange {
  --tone: #a25a23;
  --tone-soft: rgba(194, 116, 48, 0.12);
  --tone-line: rgba(162, 90, 35, 0.2);
  --paper: rgba(255, 252, 246, 0.92);
}

.product-trial__card--blue {
  --tone: #2f6f8c;
  --tone-soft: rgba(47, 111, 140, 0.1);
  --tone-line: rgba(47, 111, 140, 0.2);
  --paper: rgba(250, 253, 250, 0.92);
}

.product-trial__card--brown {
  --tone: #76603a;
  --tone-soft: rgba(127, 99, 48, 0.11);
  --tone-line: rgba(118, 96, 58, 0.2);
  --paper: rgba(255, 252, 246, 0.9);
}

.product-trial__card--light-brown {
  --tone: #906c45;
  --tone-soft: rgba(157, 118, 70, 0.11);
  --tone-line: rgba(144, 108, 69, 0.2);
  --paper: rgba(255, 253, 248, 0.94);
}

.product-trial__card--herb {
  --tone: #496f43;
  --tone-soft: rgba(73, 111, 67, 0.11);
  --tone-line: rgba(73, 111, 67, 0.2);
  --paper: rgba(249, 253, 248, 0.92);
}

.product-trial__head {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.75rem, 2.8vw, 1rem);
}

.product-trial__index {
  flex: 0 0 auto;
  padding-top: 0.25rem;
  color: rgba(36, 57, 44, 0.48);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1rem, 3.6vw, 1.16rem);
  font-weight: 600;
  line-height: 1;
}

.product-trial__brand {
  color: var(--signature);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(0.78rem, 3vw, 0.92rem);
  font-weight: 600;
  line-height: 1.35;
}

.product-trial__card h3 {
  margin-top: clamp(0.3rem, 1svh, 0.5rem);
  color: var(--ink);
  font-size: clamp(1.7rem, 6.6vw, 2.34rem);
  font-weight: 600;
  line-height: 1.32;
}

.product-trial__lead {
  margin-top: clamp(1rem, 3svh, 1.45rem);
  color: #24392c;
  font-size: clamp(1rem, 3.92vw, 1.16rem);
  font-weight: 700;
  line-height: 1.82;
}

.product-trial__photo {
  margin-top: clamp(1rem, 3svh, 1.45rem);
  padding: 0;
  border: 0;
  background: transparent;
}

.product-trial__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0.18rem;
}

.product-trial__signal {
  margin-top: clamp(1.05rem, 3.2svh, 1.6rem);
  padding-bottom: clamp(0.9rem, 2.8svh, 1.25rem);
  border-bottom: 1px solid var(--tone-line);
}

.product-trial__signal > span,
.product-trial__ingredients > span {
  display: block;
  color: rgba(36, 57, 44, 0.58);
  font-size: clamp(0.8rem, 3vw, 0.92rem);
  font-weight: 800;
  line-height: 1.5;
}

.product-trial__signal strong {
  display: block;
  margin-top: clamp(0.28rem, 1svh, 0.45rem);
  color: var(--tone);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.35rem, 5.4vw, 1.86rem);
  font-weight: 700;
  line-height: 1.35;
}

.product-trial__signal p {
  margin-top: clamp(0.55rem, 1.8svh, 0.85rem);
  color: #24392c;
  font-size: clamp(0.98rem, 3.82vw, 1.12rem);
  font-weight: 700;
  line-height: 1.78;
}

.product-trial__text {
  margin-top: clamp(0.85rem, 2.6svh, 1.2rem);
  color: #24392c;
  font-size: clamp(0.96rem, 3.72vw, 1.08rem);
  font-weight: 700;
  line-height: 1.8;
}

.product-trial__body {
  display: grid;
  gap: clamp(0.8rem, 2.6svh, 1.1rem);
  margin-top: clamp(0.95rem, 2.8svh, 1.35rem);
}

.product-trial__volume {
  color: rgba(36, 57, 44, 0.76);
  font-size: clamp(0.95rem, 3.7vw, 1.08rem);
  font-weight: 700;
  line-height: 1.5;
}

.product-trial__ingredients p {
  margin-top: clamp(0.25rem, 0.9svh, 0.42rem);
  color: #24392c;
  font-size: clamp(0.9rem, 3.45vw, 1rem);
  font-weight: 700;
  line-height: 1.72;
}

.product-trial__price {
  margin-top: clamp(1.05rem, 3.1svh, 1.5rem);
  color: #10281b;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.38rem, 5.4vw, 1.86rem);
  font-weight: 600;
  line-height: 1.25;
}

.product-trial__gift {
  margin-top: clamp(2.1rem, 6svh, 3.2rem);
  padding: clamp(1.18rem, 4.2vw, 1.6rem);
  border: 1px solid rgba(36, 85, 55, 0.12);
  border-radius: 0.58rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.88), rgba(239, 247, 245, 0.72));
  box-shadow: 0 1rem 2.7rem rgba(31, 54, 38, 0.08);
}

.product-trial__gift-kicker {
  color: rgba(36, 57, 44, 0.6);
  font-size: clamp(0.84rem, 3.15vw, 0.96rem);
  font-weight: 800;
  line-height: 1.55;
}

.product-trial__gift h3 {
  margin-top: clamp(0.5rem, 1.6svh, 0.78rem);
  color: var(--signature);
  font-size: clamp(1.34rem, 5.3vw, 1.85rem);
  font-weight: 800;
  line-height: 1.48;
}

.product-trial__gift-visual {
  margin-top: clamp(1rem, 3svh, 1.5rem);
}

.product-trial__gift-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.42rem;
}

.product-trial__gift-list {
  display: grid;
  gap: clamp(0.85rem, 2.4svh, 1.2rem);
  margin-top: clamp(0.85rem, 2.4svh, 1.2rem);
}

.product-trial__gift-list p {
  color: #24392c;
  font-size: clamp(0.92rem, 3.55vw, 1.04rem);
  font-weight: 700;
  line-height: 1.68;
}

.product-trial__gift-list strong {
  display: block;
  color: #10281b;
  font-size: clamp(1rem, 3.9vw, 1.16rem);
  font-weight: 800;
  line-height: 1.52;
}

.product-trial__button {
  display: block;
  width: 100%;
  margin-top: clamp(1.2rem, 3.5svh, 1.75rem);
  padding: 1rem 1.2rem;
  border: 0;
  border-radius: 0.38rem;
  background: #17452a;
  color: #fffdf8;
  font: 700 clamp(1rem, 3.95vw, 1.16rem)/1.2 "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
}

.product-trial__button:focus-visible {
  outline: 3px solid rgba(27, 120, 166, 0.5);
  outline-offset: 3px;
}

.product-trial__cart-note {
  margin-top: 0.65rem;
  color: rgba(36, 57, 44, 0.6);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}

.product-trial__guide {
  margin-top: clamp(2.1rem, 6svh, 3.2rem);
  padding: clamp(1.15rem, 4vw, 1.55rem);
  border: 1px solid rgba(36, 85, 55, 0.12);
  border-radius: 0.42rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(244, 248, 241, 0.72));
  box-shadow: 0 1rem 2.4rem rgba(31, 54, 38, 0.07);
}

.product-trial__guide-kicker,
.product-trial__guide h3,
.product-trial__guide h4,
.product-trial__guide p {
  margin: 0;
  letter-spacing: 0;
}

.product-trial__guide-kicker {
  color: var(--signature);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(0.78rem, 3vw, 0.92rem);
  font-weight: 600;
  line-height: 1.35;
}

.product-trial__guide h3 {
  margin-top: clamp(0.5rem, 1.6svh, 0.8rem);
  color: var(--ink);
  font-size: clamp(1.58rem, 6.2vw, 2.12rem);
  font-weight: 600;
  line-height: 1.42;
}

.product-trial__guide h3 span {
  display: block;
}

.product-trial__guide-list {
  display: grid;
  gap: clamp(0.72rem, 2.2svh, 1rem);
  margin-top: clamp(1.1rem, 3.3svh, 1.55rem);
}

.product-trial__guide-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.7rem, 2.6vw, 0.95rem);
  align-items: flex-start;
  padding-top: clamp(0.72rem, 2.2svh, 0.95rem);
  border-top: 1px solid rgba(36, 85, 55, 0.12);
}

.product-trial__guide-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.product-trial__swatch {
  display: block;
  width: clamp(1rem, 4vw, 1.18rem);
  aspect-ratio: 1;
  margin-top: 0.28rem;
  border: 1px solid rgba(36, 57, 44, 0.14);
  border-radius: 999px;
}

.product-trial__swatch--orange {
  background: #bd6a22;
}

.product-trial__swatch--blue {
  background: #5b7d8d;
}

.product-trial__swatch--brown {
  background: #937441;
}

.product-trial__swatch--light-brown {
  background: #bf8b44;
}

.product-trial__swatch--herb {
  background: #e8e5d8;
}

.product-trial__guide h4 {
  color: #10281b;
  font-size: clamp(0.98rem, 3.8vw, 1.1rem);
  font-weight: 800;
  line-height: 1.55;
}

.product-trial__guide p {
  margin-top: clamp(0.25rem, 0.9svh, 0.42rem);
  color: #24392c;
  font-size: clamp(0.9rem, 3.45vw, 1rem);
  font-weight: 700;
  line-height: 1.65;
}

.product-trial__guide small {
  display: block;
  margin-top: 0.12rem;
  color: rgba(36, 57, 44, 0.62);
  font-size: 0.88em;
  font-weight: 800;
  line-height: 1.55;
}

@media (max-height: 620px) {
  .product-trial {
    padding-top: calc(4svh + env(safe-area-inset-top));
    padding-bottom: calc(4.2svh + env(safe-area-inset-bottom));
  }

  .product-trial__price,
  .product-trial__gift,
  .product-trial__button {
    margin-top: clamp(0.85rem, 2.6svh, 1.15rem);
  }
}

.beginner-faq {
  padding: clamp(4.8rem, 10svh, 7.5rem) clamp(1.25rem, 5vw, 2rem);
  background:
    radial-gradient(circle at 8% 8%, rgba(36, 85, 55, 0.055), transparent 28rem),
    linear-gradient(180deg, #f4f8f1 0%, #fbf8f1 52%, #fffdf8 100%);
}

.beginner-faq__inner {
  width: min(100%, 54rem);
  margin: 0 auto;
}

.beginner-faq__header {
  text-align: center;
}

.beginner-faq__header p,
.beginner-faq__header h2,
.beginner-faq__item p,
.beginner-faq__item ul,
.beginner-faq__item dl,
.beginner-faq__more p {
  margin: 0;
  letter-spacing: 0;
}

.beginner-faq__eyebrow {
  color: var(--signature);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(0.78rem, 3vw, 0.92rem);
  font-weight: 600;
  line-height: 1.35;
}

.beginner-faq__header h2 {
  margin-top: clamp(0.65rem, 2svh, 1rem);
  color: var(--ink);
  font-size: clamp(2rem, 8vw, 2.75rem);
  font-weight: 600;
  line-height: 1.34;
}

.beginner-faq__lead {
  margin-top: clamp(0.55rem, 1.7svh, 0.85rem) !important;
  color: rgba(36, 57, 44, 0.7);
  font-size: clamp(1rem, 3.8vw, 1.12rem);
  font-weight: 700;
  line-height: 1.7;
}

.beginner-faq__list {
  margin-top: clamp(2.25rem, 6svh, 3.5rem);
  border-top: 1px solid rgba(36, 85, 55, 0.2);
}

.beginner-faq__item {
  border-bottom: 1px solid rgba(36, 85, 55, 0.2);
}

.beginner-faq__item summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(0.72rem, 2.8vw, 1rem);
  align-items: start;
  padding: clamp(1.15rem, 3.5svh, 1.55rem) 0;
  color: #10281b;
  font-size: clamp(1.04rem, 4vw, 1.24rem);
  font-weight: 800;
  line-height: 1.65;
  cursor: pointer;
  list-style: none;
}

.beginner-faq__item summary::-webkit-details-marker {
  display: none;
}

.beginner-faq__item summary::after {
  content: "+";
  width: 1.5rem;
  color: rgba(36, 85, 55, 0.6);
  font-family: "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.beginner-faq__item[open] summary::after {
  content: "−";
}

.beginner-faq__item summary:focus-visible {
  border-radius: 0.2rem;
  outline: 3px solid rgba(27, 120, 166, 0.42);
  outline-offset: 4px;
}

.beginner-faq__number {
  color: var(--signature);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.82;
}

.beginner-faq__answer {
  padding: 0 0 clamp(1.5rem, 4.5svh, 2.25rem) clamp(2.75rem, 8vw, 4rem);
  color: #24392c;
  font-size: clamp(0.96rem, 3.72vw, 1.08rem);
  font-weight: 700;
  line-height: 1.92;
}

.beginner-faq__answer > * + * {
  margin-top: clamp(0.8rem, 2.4svh, 1.15rem);
}

.beginner-faq__points,
.beginner-faq__gifts {
  padding: 0;
  list-style: none;
}

.beginner-faq__points li,
.beginner-faq__gifts li {
  position: relative;
  padding-left: 1.1rem;
}

.beginner-faq__points li::before,
.beginner-faq__gifts li::before {
  position: absolute;
  left: 0;
  color: var(--signature);
  content: "・";
}

.beginner-faq__choices {
  display: grid;
  gap: clamp(0.9rem, 2.8svh, 1.25rem);
}

.beginner-faq__choices > div {
  padding-top: clamp(0.9rem, 2.8svh, 1.2rem);
  border-top: 1px solid rgba(36, 85, 55, 0.12);
}

.beginner-faq__choices > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.beginner-faq__choices dt {
  color: rgba(36, 57, 44, 0.78);
  font-size: 0.95em;
}

.beginner-faq__choices dd {
  margin: 0.2rem 0 0;
  color: var(--signature);
  font-size: 1.08em;
  font-weight: 800;
}

.beginner-faq__choices dd::before {
  margin-right: 0.42rem;
  content: "→";
}

.beginner-faq__note {
  margin-top: 0.5rem !important;
  color: rgba(36, 57, 44, 0.68);
  font-size: 0.84em;
  font-weight: 700;
  line-height: 1.75;
}

.beginner-faq__guide-link a {
  color: var(--signature);
  font-weight: 800;
  text-underline-offset: 0.2em;
}

.beginner-faq__focus {
  color: var(--signature);
  font-size: 1.08em;
  font-weight: 800;
}

.beginner-faq__more {
  margin-top: clamp(2rem, 5.5svh, 3rem);
  padding-top: clamp(1.25rem, 3.6svh, 1.7rem);
  border-top: 1px solid rgba(36, 85, 55, 0.14);
  color: rgba(36, 57, 44, 0.65);
  text-align: center;
}

.beginner-faq__more p {
  font-size: clamp(0.92rem, 3.5vw, 1.04rem);
  font-weight: 700;
  line-height: 1.6;
}

.beginner-faq__more a {
  display: inline-block;
  margin-top: 0.45rem;
  color: var(--signature);
  font-size: clamp(1rem, 3.8vw, 1.12rem);
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
}

.shopping-guide {
  padding: clamp(4.5rem, 9svh, 7rem) clamp(1.25rem, 5vw, 2rem);
  background: #fffdf8;
}

.shopping-guide__inner,
.site-footer__inner {
  width: min(100%, 54rem);
  margin: 0 auto;
}

.shopping-guide__header,
.shopping-guide__header p,
.shopping-guide__header h2,
.shopping-guide__item p,
.shopping-guide__item h3,
.shopping-guide__item h4,
.shopping-guide__item ul,
.shopping-guide__item dl,
.shopping-guide__item dd,
.site-footer p,
.site-footer h2,
.site-footer dl,
.site-footer dd {
  margin: 0;
  letter-spacing: 0;
}

.shopping-guide__header {
  max-width: 34rem;
}

.shopping-guide__eyebrow,
.site-footer__eyebrow {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
}

.shopping-guide__eyebrow {
  color: var(--signature);
}

.shopping-guide__header h2 {
  margin-top: 0.7rem;
  color: var(--ink);
  font-size: 2.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.shopping-guide__header > p:last-child {
  margin-top: 1rem;
  color: rgba(36, 57, 44, 0.74);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
}

.shopping-guide__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
  border-top: 1px solid rgba(36, 85, 55, 0.16);
  border-bottom: 1px solid rgba(36, 85, 55, 0.16);
}

.shopping-guide__nav a {
  min-width: 0;
  padding: 0.85rem 0.4rem;
  color: #24392c;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.shopping-guide__nav a:nth-child(odd) {
  border-right: 1px solid rgba(36, 85, 55, 0.12);
}

.shopping-guide__nav a:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(36, 85, 55, 0.12);
}

.shopping-guide__nav a:focus-visible,
.shopping-guide__item a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid rgba(27, 120, 166, 0.5);
  outline-offset: 3px;
}

.shopping-guide__list {
  display: grid;
  margin-top: 1.3rem;
}

.shopping-guide__item {
  padding: 2rem 0;
  border-top: 1px solid rgba(36, 85, 55, 0.14);
  scroll-margin-top: 1rem;
}

.shopping-guide__item:first-child {
  border-top: 0;
}

.shopping-guide__index {
  color: rgba(36, 85, 55, 0.62);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
}

.shopping-guide__item h3 {
  margin-top: 0.45rem;
  color: var(--ink);
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1.5;
}

.shopping-guide__item > ul {
  display: grid;
  gap: 0;
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}

.shopping-guide__item > ul > li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(36, 85, 55, 0.1);
  color: #24392c;
  font-size: 1rem;
  line-height: 1.65;
}

.shopping-guide__item > ul > li span {
  color: rgba(36, 57, 44, 0.68);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
}

.shopping-guide__facts {
  margin-top: 1rem;
}

.shopping-guide__facts > div {
  display: grid;
  grid-template-columns: 5.6rem minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.78rem 0;
  border-bottom: 1px solid rgba(36, 85, 55, 0.1);
}

.shopping-guide__facts dt,
.shopping-guide__facts dd {
  color: #24392c;
  font-size: 0.96rem;
  line-height: 1.7;
}

.shopping-guide__facts dt {
  color: rgba(36, 57, 44, 0.66);
  font-weight: 700;
}

.shopping-guide__facts dd {
  font-weight: 800;
}

.shopping-guide__note {
  margin-top: 0.8rem;
  color: rgba(36, 57, 44, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.7;
}

.shopping-guide__times {
  margin-top: 1.2rem;
}

.shopping-guide__times h4 {
  color: var(--signature);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.5;
}

.shopping-guide__times p {
  margin-top: 0.4rem;
  color: #24392c;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.85;
}

.shopping-guide__item > .shopping-guide__rules {
  gap: 0.72rem;
  padding-left: 1.15rem;
  list-style: disc;
}

.shopping-guide__item > .shopping-guide__rules > li {
  display: list-item;
  padding: 0;
  border: 0;
}

.shopping-guide__policy {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.shopping-guide__policy p {
  color: #24392c;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.85;
}

.shopping-guide__policy a {
  color: var(--signature);
  overflow-wrap: anywhere;
  text-underline-offset: 0.2em;
}

.site-footer {
  padding: 4.5rem clamp(1.25rem, 5vw, 2rem) calc(2rem + env(safe-area-inset-bottom));
  background: #173c29;
  color: #fffdf8;
}

.site-footer__eyebrow {
  color: rgba(255, 253, 248, 0.7);
}

.site-footer__contact h2,
.site-footer__company h2 {
  margin-top: 0.55rem;
  color: #fffdf8;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.4;
}

.site-footer__contact-links {
  display: grid;
  gap: 0.72rem;
  margin-top: 1.4rem;
}

.site-footer__contact-links a {
  width: fit-content;
  max-width: 100%;
  color: #fffdf8;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
  text-decoration-color: rgba(255, 253, 248, 0.5);
  text-underline-offset: 0.26em;
}

.site-footer__contact > p:not(.site-footer__eyebrow) {
  margin-top: 0.55rem;
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.7;
}

.site-footer__contact-links + p {
  padding-top: 0.8rem;
}

.site-footer__company {
  position: relative;
  margin-top: 3rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.site-footer__company h2 {
  margin-top: 0;
  font-size: 1.3rem;
}

.site-footer__company dl {
  margin-top: 1rem;
}

.site-footer__company dl > div {
  display: grid;
  grid-template-columns: 4.7rem minmax(0, 1fr);
  gap: 0.7rem;
  padding: 0.48rem 0;
}

.site-footer__company dt,
.site-footer__company dd {
  font-size: 0.9rem;
  line-height: 1.75;
}

.site-footer__company dt {
  color: rgba(255, 253, 248, 0.58);
  font-weight: 700;
}

.site-footer__company dd {
  color: rgba(255, 253, 248, 0.9);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.site-footer__company a,
.site-footer__nav a {
  color: inherit;
  text-underline-offset: 0.22em;
}

.site-footer__symbol-badge {
  position: absolute;
  top: 2.2rem;
  left: 50%;
  display: block;
  width: 36px;
  height: auto;
  margin: 0;
  transform: translateX(-50%);
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.site-footer__nav a {
  color: rgba(255, 253, 248, 0.84);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.6;
}

.site-footer__link-policy {
  margin-top: 1.5rem;
  color: rgba(255, 253, 248, 0.66);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.7;
}

.site-footer__copyright {
  margin-top: 1.6rem;
  color: rgba(255, 253, 248, 0.48);
  font-family: "Times New Roman", serif;
  font-size: 0.76rem;
  line-height: 1.6;
}

@media (min-width: 760px) {
  .shopping-guide__header h2 {
    font-size: 2.5rem;
  }

  .shopping-guide__nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shopping-guide__nav a,
  .shopping-guide__nav a:nth-child(odd),
  .shopping-guide__nav a:nth-child(-n + 2) {
    border: 0;
  }

  .shopping-guide__nav a + a {
    border-left: 1px solid rgba(36, 85, 55, 0.12);
  }

  .shopping-guide__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3.5rem;
  }

  .shopping-guide__item:nth-child(2) {
    border-top: 0;
  }

  .site-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    column-gap: 5rem;
  }

  .site-footer__company {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    position: relative;
  }

  .site-footer__symbol-badge {
    top: -0.35rem;
    left: 42%;
    width: 44px;
  }

  .site-footer__nav,
  .site-footer__link-policy,
  .site-footer__copyright {
    grid-column: 1 / -1;
  }
}

@media (max-width: 719px) and (min-height: 621px) {
  .henna-experience {
    padding-top: calc(5.3svh + env(safe-area-inset-top));
    padding-bottom: calc(5.3svh + env(safe-area-inset-bottom));
  }

  .water-focus {
    padding-top: calc(4svh + env(safe-area-inset-top));
    padding-bottom: calc(3.6svh + env(safe-area-inset-bottom));
  }

  .water-state {
    padding-top: calc(4.3svh + env(safe-area-inset-top));
    padding-bottom: calc(4.6svh + env(safe-area-inset-bottom));
  }

  .orp-intro,
  .henna-water-bridge,
  .water-ratio,
  .water-purpose,
  .first-step,
  .orp-difference,
  .orp-measurement {
    min-height: 76svh;
  }

  .orp-intro {
    min-height: 67svh;
    padding-top: calc(3.45svh + env(safe-area-inset-top));
    padding-bottom: calc(3.55svh + env(safe-area-inset-bottom));
  }

  .henna-water-bridge {
    padding-top: calc(5.25svh + env(safe-area-inset-top));
    padding-bottom: calc(5.25svh + env(safe-area-inset-bottom));
  }

  .water-ratio {
    padding-top: calc(5.1svh + env(safe-area-inset-top));
    padding-bottom: calc(5.1svh + env(safe-area-inset-bottom));
  }

  .water-purpose {
    padding-top: calc(6svh + env(safe-area-inset-top));
    padding-bottom: calc(5.25svh + env(safe-area-inset-bottom));
  }

  .first-step {
    padding-top: calc(5.25svh + env(safe-area-inset-top));
    padding-bottom: calc(5.1svh + env(safe-area-inset-bottom));
  }

  .orp-difference {
    min-height: 67svh;
    padding-top: calc(4.1svh + env(safe-area-inset-top));
    padding-bottom: calc(3.8svh + env(safe-area-inset-bottom));
  }

  .orp-measurement {
    padding-top: calc(4.35svh + env(safe-area-inset-top));
    padding-bottom: calc(4.2svh + env(safe-area-inset-bottom));
  }

  .shopping-guide {
    padding-top: clamp(3.4rem, 6.75svh, 5.25rem);
    padding-bottom: clamp(3.4rem, 6.75svh, 5.25rem);
  }
}
