:root {
  --bg: #ffffff;
  --bg-deep: #686c70;
  --bg-smoke: #f2f2f1;
  --ink: #17191b;
  --ink-soft: rgba(23, 25, 27, 0.68);
  --white: #f4f3ef;
  --porcelain: #ffffff;
  --line: rgba(255, 255, 255, 0.2);
  --line-dark: rgba(23, 25, 27, 0.14);
  --gold: #b99b5f;
  --sandal: #a9adb0;
  --red-brown: #b99b5f;
  --charcoal: #686c70;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(20, 20, 20, 0.2);
  --max: 1360px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.home-page {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.45), transparent 28rem),
    linear-gradient(180deg, #edeae4 0%, #d8d3cb 48%, #242526 100%);
  font-family: "Noto Serif JP", serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(32, 32, 32, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 32, 32, 0.022) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 86%);
}

body.product-page {
  margin: 0;
  color: #302922;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.86), transparent 22rem),
    linear-gradient(180deg, #f6f1e8 0%, #e9e1d4 54%, #2a2b2a 100%);
  font-family: "Noto Serif JP", serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.product-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.36), transparent 32%),
    repeating-linear-gradient(24deg, rgba(169, 134, 69, 0.028) 0 1px, transparent 1px 22px);
}

body.pearl-lp-page {
  margin: 0;
  color: #4d4338;
  background: #f7f2ea;
  font-family: "Noto Serif JP", serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.body-lp-page {
  margin: 0;
  color: #4b433a;
  background: #d9d1c3;
  font-family: "Noto Serif JP", serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.body-lp {
  width: min(100%, 595px);
  margin: 0 auto;
  overflow: hidden;
  background: #f0e7d9;
  box-shadow: 0 24px 80px rgba(35, 28, 22, 0.18);
}

.body-lp-hero {
  position: relative;
  min-height: 216px;
  overflow: hidden;
  color: #f8f3eb;
  background: #151412;
}

.body-lp-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.body-lp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 15, 13, 0.74), rgba(16, 15, 13, 0.18) 66%, rgba(16, 15, 13, 0.06)),
    linear-gradient(180deg, rgba(16, 15, 13, 0.08), rgba(16, 15, 13, 0.28));
  pointer-events: none;
}

.body-lp-hero__copy {
  position: relative;
  z-index: 1;
  width: 58%;
  padding: 34px 0 24px 40px;
}

.body-lp-hero h1 {
  margin: 0;
  color: rgba(255, 250, 244, 0.96);
  font-size: 1.66rem;
  line-height: 1.55;
  letter-spacing: 0.14em;
  font-weight: 400;
}

.body-lp-hero p {
  margin: 34px 0 0;
  color: rgba(255, 250, 244, 0.78);
  font-size: 0.68rem;
  line-height: 2.05;
  letter-spacing: 0.075em;
}

.body-lp-intro {
  position: relative;
  padding: 26px 48px 22px;
  text-align: center;
  background:
    radial-gradient(circle at 0% 30%, rgba(188, 160, 111, 0.12), transparent 9rem),
    radial-gradient(circle at 100% 22%, rgba(188, 160, 111, 0.12), transparent 9rem),
    #f3eadc;
}

.body-lp-intro h2 {
  margin: 0 0 16px;
  color: #9a774a;
  font-size: 0.96rem;
  line-height: 1.75;
  letter-spacing: 0.11em;
  font-weight: 400;
}

.body-lp-intro p {
  margin: 0;
  color: rgba(69, 61, 52, 0.72);
  font-size: 0.62rem;
  line-height: 1.85;
  letter-spacing: 0.045em;
}

.body-lp-steps {
  padding: 0 40px 8px;
  background:
    linear-gradient(180deg, rgba(244, 235, 222, 0.94), rgba(239, 229, 213, 0.96)),
    #efe5d5;
}

.body-lp-steps__title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 0 0 12px;
  color: #9d794a;
}

.body-lp-steps__title span {
  height: 1px;
  background: rgba(157, 121, 74, 0.32);
}

.body-lp-steps__title h2 {
  margin: 0;
  color: #9d794a;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-weight: 400;
  white-space: nowrap;
}

.body-lp-step {
  min-height: 76px;
  margin-bottom: 12px;
  padding: 7px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 14px;
  align-items: center;
  background: rgba(255, 252, 246, 0.78);
  border: 1px solid rgba(139, 112, 75, 0.16);
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(63, 49, 34, 0.08);
}

.body-lp-step__text {
  padding: 5px 2px 5px 10px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
}

.body-lp-step__text > span {
  color: #a37d4a;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.body-lp-step h3 {
  margin: 0 0 6px;
  color: #4d4338;
  font-size: 0.74rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.body-lp-step p {
  margin: 0;
  color: rgba(71, 61, 51, 0.7);
  font-size: 0.5rem;
  line-height: 1.72;
  letter-spacing: 0.035em;
}

.body-lp-step img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}

.body-lp-step:nth-of-type(1) img {
  object-position: 50% 48%;
}

.body-lp-step:nth-of-type(2) img {
  object-position: 50% 48%;
}

.body-lp-cta {
  padding: 30px 24px 32px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.42), transparent 12rem),
    #e7ded0;
  text-align: center;
}

.body-lp-cta p {
  margin: 0;
  color: #6a5b4c;
  font-size: 1.08rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
}

.body-lp-price {
  margin: 12px 20px 18px;
  display: grid;
  grid-template-columns: 1.35fr 0.58fr 0.62fr 0.74fr;
  align-items: stretch;
  background: rgba(255, 252, 246, 0.78);
  border: 1px solid rgba(139, 112, 75, 0.22);
  box-shadow: 0 10px 28px rgba(63, 49, 34, 0.07);
}

.body-lp-price__name,
.body-lp-price__meta,
.body-lp-price__amount {
  padding: 14px 16px;
  border-right: 1px solid rgba(139, 112, 75, 0.16);
}

.body-lp-price__name span {
  display: inline-flex;
  min-height: 20px;
  padding: 0 10px;
  align-items: center;
  color: #fff9ef;
  background: #9d794a;
  font-size: 0.52rem;
  letter-spacing: 0.08em;
}

.body-lp-price h2 {
  margin: 10px 0 6px;
  color: #4f453b;
  font-size: 0.88rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.body-lp-price p,
.body-lp-price small,
.body-lp-price__meta span,
.body-lp-price__amount span {
  margin: 0;
  color: rgba(72, 62, 52, 0.64);
  font-size: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.body-lp-price__meta,
.body-lp-price__amount {
  display: grid;
  place-items: center;
  text-align: center;
}

.body-lp-price__meta strong,
.body-lp-price__amount strong {
  color: #4f453b;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 1.42rem;
  line-height: 1;
  font-weight: 500;
}

.body-lp-price__amount strong {
  font-size: 1.2rem;
  white-space: nowrap;
}

.body-lp-price__amount small {
  font-family: "Noto Serif JP", serif;
  font-size: 0.5rem;
}

.body-lp-price a {
  min-height: 56px;
  margin: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff8ef;
  background: linear-gradient(180deg, #a98550, #8d6b3e);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.pearl-lp {
  width: min(100%, 610px);
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.92), transparent 14rem),
    #f7f2ea;
  box-shadow: 0 24px 80px rgba(87, 70, 46, 0.12);
}

.pearl-lp__header {
  height: 56px;
  display: grid;
  place-items: center;
  gap: 8px;
  background: rgba(255, 253, 249, 0.94);
}

.pearl-lp__header p {
  margin: 0;
  color: #bd9558;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.42em;
}

.pearl-lp__header span {
  width: 8px;
  height: 8px;
  border: 1px solid #bd9558;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 32%, #bd9558 36% 100%);
}

.pearl-lp-hero {
  position: relative;
  min-height: 202px;
  overflow: hidden;
  background: #f5ebdc;
}

.pearl-lp-hero img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 68%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 18%;
}

.pearl-lp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 242, 234, 0.98) 0%, rgba(247, 242, 234, 0.84) 36%, rgba(247, 242, 234, 0.16) 66%, transparent 100%);
  pointer-events: none;
}

.pearl-lp-hero__copy {
  position: relative;
  z-index: 1;
  width: 48%;
  padding: 28px 0 24px 48px;
}

.pearl-lp-hero h1 {
  margin: 0;
  color: #5b4f43;
  font-size: 1.42rem;
  line-height: 1.52;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.pearl-lp-hero p {
  margin: 18px 0 0;
  color: rgba(79, 69, 58, 0.74);
  font-size: 0.68rem;
  line-height: 2.05;
  letter-spacing: 0.07em;
}

.pearl-lp a {
  text-decoration: none;
}

.pearl-lp-hero a,
.pearl-lp-cta a {
  width: 154px;
  min-height: 28px;
  margin-top: 16px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #fff8ef;
  background: linear-gradient(180deg, #c5a061, #ae8543);
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.pearl-lp-concept {
  padding: 28px 48px 24px;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 26px;
  align-items: center;
  background: rgba(255, 253, 249, 0.9);
}

.pearl-lp-concept figure {
  margin: 0;
  height: 132px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(112, 87, 54, 0.08);
}

.pearl-lp-concept img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.pearl-lp-concept div {
  position: relative;
}

.pearl-lp-concept div::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 20px;
  width: 82px;
  height: 82px;
  opacity: 0.16;
  border: 1px solid #bd9558;
  border-radius: 50%;
}

.pearl-lp-concept p:first-child {
  margin: 0 0 9px;
  color: #bd9558;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.55rem;
  letter-spacing: 0.34em;
}

.pearl-lp-concept h2 {
  margin: 0 0 12px;
  color: #5a4d3f;
  font-size: 0.92rem;
  line-height: 1.78;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.pearl-lp-concept p:last-child {
  margin: 0;
  color: rgba(77, 67, 56, 0.72);
  font-size: 0.55rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.pearl-lp-steps {
  padding: 0 20px 24px;
  background: rgba(255, 253, 249, 0.9);
}

.pearl-lp-steps__title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  color: #b58e50;
}

.pearl-lp-steps__title span {
  height: 1px;
  background: rgba(181, 142, 80, 0.36);
}

.pearl-lp-steps__title h2 {
  margin: 0;
  color: #867258;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 400;
  white-space: nowrap;
}

.pearl-lp-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pearl-lp-steps article {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(191, 168, 125, 0.26);
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(83, 66, 43, 0.06);
}

.pearl-lp-steps article img {
  height: 116px;
  object-fit: cover;
  object-position: center;
}

.pearl-lp-steps article:nth-child(1) img {
  object-position: 50% 42%;
}

.pearl-lp-steps article:nth-child(2) img {
  object-position: 50% 44%;
}

.pearl-lp-steps article div {
  padding: 10px 10px 14px;
}

.pearl-lp-steps article span {
  display: block;
  color: #bd9558;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 1.36rem;
  line-height: 1;
}

.pearl-lp-steps article h3 {
  margin: 8px 0 7px;
  color: #4e443a;
  font-size: 0.64rem;
  line-height: 1.55;
  letter-spacing: 0.045em;
  font-weight: 400;
}

.pearl-lp-steps article p {
  margin: 0;
  color: rgba(78, 68, 58, 0.68);
  font-size: 0.5rem;
  line-height: 1.82;
  letter-spacing: 0.025em;
}

.pearl-lp-cta {
  padding: 32px 20px 30px;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.44), rgba(255, 252, 247, 0.68)),
    url("/assets/images/pearl-closing-bg.png") center / cover no-repeat;
  text-align: center;
}

.pearl-lp-cta p {
  margin: 0;
  color: #8f6f37;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.14em;
}

.pearl-lp-cta a {
  margin-top: 14px;
}

.pearl-lp-info {
  padding: 34px 38px 38px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  background: #f8f4ed;
}

.pearl-lp-effects {
  position: relative;
  padding-left: 28px;
}

.pearl-lp-effects::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 120px;
  border-left: 1px solid rgba(181, 142, 80, 0.22);
}

.pearl-lp-info h2 {
  margin: 0 0 13px;
  color: #a27c42;
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: 0.11em;
  font-weight: 400;
}

.pearl-lp-effects ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pearl-lp-effects li {
  position: relative;
  padding-left: 20px;
  color: rgba(73, 64, 55, 0.75);
  font-size: 0.62rem;
  line-height: 1.82;
  letter-spacing: 0.04em;
}

.pearl-lp-effects li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b58e50;
}

.pearl-lp-price {
  padding: 22px 22px 18px;
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(181, 142, 80, 0.34);
}

.pearl-lp-price h2 {
  margin-bottom: 12px;
  color: #7d6240;
}

.pearl-lp-price__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pearl-lp-price__meta span,
.pearl-lp-price__meta strong {
  min-height: 22px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  color: rgba(73, 64, 55, 0.7);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(181, 142, 80, 0.22);
  font-size: 0.52rem;
  font-weight: 400;
}

.pearl-lp-price__amount {
  margin: 8px 0 10px;
  color: #5a4d3f;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1;
  text-align: right;
}

.pearl-lp-price__amount small {
  font-family: "Noto Serif JP", serif;
  font-size: 0.56rem;
}

.pearl-lp-price > p:last-child {
  margin: 0;
  color: rgba(73, 64, 55, 0.62);
  font-size: 0.5rem;
  line-height: 1.7;
}

.product-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 72px;
  padding: 0 clamp(20px, 5vw, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f9f4ea;
  background: linear-gradient(180deg, rgba(18, 18, 16, 0.46), transparent);
}

.product-header__brand {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 1.35rem;
  letter-spacing: 0.12em;
}

.product-header__nav {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-page main {
  width: min(100%, 1120px);
  margin: 0 auto;
  background: rgba(255, 252, 247, 0.64);
  box-shadow: 0 26px 90px rgba(35, 31, 26, 0.12);
}

.product-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  background: #191816;
}

.product-hero__visual {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
}

.product-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 54%, rgba(25, 24, 22, 0.58)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.16));
}

.product-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page--pearl .product-hero__visual img {
  object-position: 54% 18%;
}

.product-page--body .product-hero__visual img {
  object-position: 50% 50%;
}

.product-hero__content {
  padding: clamp(96px, 11vw, 150px) clamp(28px, 6vw, 72px) 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f8f2e8;
  background:
    radial-gradient(circle at 72% 18%, rgba(185, 155, 95, 0.16), transparent 13rem),
    linear-gradient(180deg, #1d1c1a, #292722);
}

.product-kicker {
  margin: 0 0 28px;
  color: #c8aa72;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.78rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.product-hero h1 {
  margin: 0;
  color: #fff8ef;
  font-size: clamp(2.5rem, 7.2vw, 5.6rem);
  line-height: 1.05;
  letter-spacing: 0.16em;
  font-weight: 400;
}

.product-copy {
  max-width: 460px;
  margin: 34px 0 0;
  color: rgba(248, 242, 232, 0.78);
  font-size: 0.98rem;
  line-height: 2.15;
  letter-spacing: 0.09em;
}

.product-actions {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.product-actions a,
.product-closing a {
  min-width: 168px;
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1b1915;
  background: linear-gradient(180deg, #d4bb81, #b89555);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
}

.product-actions a + a {
  color: #f8f2e8;
  background: transparent;
  border-color: rgba(248, 242, 232, 0.36);
}

.product-detail {
  padding: clamp(56px, 8vw, 96px) clamp(20px, 6vw, 72px);
  background:
    radial-gradient(circle at 86% 0%, rgba(185, 155, 95, 0.12), transparent 16rem),
    #fbf8f1;
}

.product-detail__lead {
  display: grid;
  grid-template-columns: minmax(160px, 0.52fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  border-bottom: 1px solid rgba(169, 134, 69, 0.24);
  padding-bottom: 34px;
}

.product-detail__lead p {
  margin: 0;
  color: #a98645;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.82rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.product-detail__lead h2 {
  margin: 0;
  color: #443a31;
  font-size: clamp(1.52rem, 4vw, 2.45rem);
  line-height: 1.65;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.product-spec {
  margin-top: 38px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(169, 134, 69, 0.18);
}

.product-spec dl {
  margin: 0;
}

.product-spec div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(169, 134, 69, 0.16);
}

.product-spec div:last-child {
  border-bottom: 0;
}

.product-spec dt {
  color: #a98645;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-spec dd {
  margin: 0;
  color: rgba(49, 42, 36, 0.74);
  font-size: 0.88rem;
  line-height: 1.8;
  letter-spacing: 0.055em;
}

.product-steps {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-steps article {
  min-height: 210px;
  padding: 24px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 241, 231, 0.78));
  border: 1px solid rgba(169, 134, 69, 0.18);
}

.product-steps span {
  display: block;
  margin-bottom: 18px;
  color: #a98645;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
}

.product-steps h3 {
  margin: 0 0 14px;
  color: #443a31;
  font-size: 0.96rem;
  line-height: 1.65;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.product-steps p {
  margin: 0;
  color: rgba(49, 42, 36, 0.68);
  font-size: 0.82rem;
  line-height: 1.9;
  letter-spacing: 0.055em;
}

.product-closing {
  padding: 64px 24px 76px;
  color: #f8f2e8;
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 155, 95, 0.18), transparent 16rem),
    #23221f;
  text-align: center;
}

.product-closing p {
  margin: 0 0 28px;
  font-size: clamp(1.18rem, 4vw, 1.7rem);
  line-height: 1.8;
  letter-spacing: 0.14em;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #bbb5ad;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 76px;
  padding: 0 clamp(34px, 5.4vw, 88px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  transition: background 0.45s var(--ease), color 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(232, 229, 223, 0.78);
  box-shadow: 0 12px 42px rgba(24, 24, 24, 0.08);
  backdrop-filter: blur(18px);
}

.site-header__brand,
.eyebrow,
.elite-card span,
.pearl-card span,
.proof-list span,
.flow-steps span,
.site-footer {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}

.site-header__brand {
  font-size: 1.5rem;
  font-weight: 600;
}

.site-header__nav {
  display: flex;
  gap: clamp(24px, 3.2vw, 48px);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header__nav a {
  opacity: 0.82;
}

.site-header__nav a:hover,
.site-header__nav a:focus-visible {
  opacity: 1;
}

.hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(540px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(58px, 6vw, 112px);
  align-items: center;
  padding: 126px clamp(42px, 5.8vw, 96px) 78px;
  color: var(--white);
  background: var(--charcoal);
  overflow: clip;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 14, 15, 0.94) 0%, rgba(13, 14, 15, 0.68) 38%, rgba(13, 14, 15, 0.2) 100%),
    linear-gradient(180deg, rgba(13, 14, 15, 0.1), rgba(13, 14, 15, 0.82)),
    radial-gradient(circle at 72% 24%, rgba(183, 160, 108, 0.24), transparent 25rem);
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  filter: saturate(0.58) contrast(1.04) brightness(0.66);
  transform: scale(1.04);
}

.hero__backdrops {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.hero__content {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

h1 {
  margin-bottom: 26px;
  max-width: 9.5em;
  font-size: clamp(3.8rem, 4.8vw, 6.6rem);
  line-height: 1.16;
  word-break: keep-all;
  overflow-wrap: normal;
  text-shadow: 0 18px 56px rgba(0, 0, 0, 0.48);
}

h1 span {
  white-space: normal;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(1.82rem, 8vw, 2.42rem);
  line-height: 1.46;
}

h3 {
  font-weight: 500;
  letter-spacing: 0.04em;
}

p {
  color: var(--ink-soft);
  line-height: 2;
}

.hero p {
  color: rgba(247, 244, 239, 0.78);
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  transition: transform 0.35s var(--ease), background 0.35s var(--ease), border-color 0.35s var(--ease);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--white);
  background: var(--red-brown);
  border-color: rgba(255, 255, 255, 0.18);
}

.button--ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button--light {
  color: var(--white);
}

.hero__visual {
  min-height: min(78svh, 900px);
  border-radius: 999px 999px 8px 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 239, 0.14);
  box-shadow: 0 46px 120px rgba(0, 0, 0, 0.42);
}

.hero__slides {
  position: absolute;
  inset: 0;
}

.hero__visual img {
  position: absolute;
  inset: 0;
  filter: saturate(0.62) contrast(0.98) brightness(0.82);
  transform: scale(1.02);
}

.hero__slide {
  opacity: 0;
  animation: hero-slideshow 24s ease-in-out infinite;
}

.hero__slide--one {
  animation-delay: 0s;
}

.hero__slide--two {
  animation-delay: 6s;
}

.hero__slide--three {
  animation-delay: 12s;
}

.hero__slide--four {
  animation-delay: 18s;
}

.image-frame::after,
.trace-card::after,
.treatment-card::after,
.closing__overlay {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(19, 20, 20, 0.18), rgba(19, 20, 20, 0.5));
  transition: opacity 0.45s var(--ease);
}

.image-frame:hover::after,
.trace-card:hover::after,
.treatment-card:hover::after {
  opacity: 0.62;
}

.smoke {
  position: absolute;
  border-radius: 999px;
  filter: blur(54px);
  pointer-events: none;
  opacity: 0.45;
}

.smoke--hero {
  width: 34vw;
  height: 68vh;
  right: 28vw;
  top: 14vh;
  background: rgba(199, 178, 156, 0.28);
  transform: rotate(18deg);
}

.section-pad {
  position: relative;
  padding: clamp(112px, 10vw, 174px) clamp(42px, 5.8vw, 96px);
}

.section-heading {
  width: min(100%, var(--max));
  margin: 0 auto clamp(32px, 6vw, 68px);
  text-align: center;
}

.section-heading p {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.section-heading--center {
  text-align: center;
}

.section-heading--center p {
  margin-left: auto;
  margin-right: auto;
}

.split-layout {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(64px, 6vw, 112px);
  align-items: center;
}

.split-layout--reverse {
  grid-template-columns: minmax(560px, 1.04fr) minmax(420px, 0.96fr);
}

.text-panel,
.proof-list {
  border-left: 1px solid var(--line-dark);
  padding-left: clamp(20px, 3vw, 38px);
}

.image-frame {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 18px 64px rgba(31, 31, 31, 0.14);
}

.image-frame--portrait {
  min-height: 740px;
}

.image-frame img,
.trace-card img,
.treatment-card img,
.atmosphere img,
.closing img {
  transition: transform 1.1s var(--ease), filter 0.7s var(--ease);
  filter: saturate(0.72) contrast(0.96);
}

.image-frame:hover img,
.trace-card:hover img,
.treatment-card:hover img {
  transform: scale(1.035);
}

figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  color: rgba(247, 244, 239, 0.78);
  font-size: 0.82rem;
  line-height: 1.8;
}

.atmosphere {
  overflow: clip;
}

.atmosphere__stage {
  width: min(100%, var(--max));
  min-height: 840px;
  margin: 0 auto;
  position: relative;
}

.atmosphere__main {
  position: absolute;
  inset: 8% 0 auto;
  height: 620px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.atmosphere__panel {
  position: absolute;
  z-index: 3;
  left: clamp(18px, 5vw, 70px);
  top: 22%;
  width: min(580px, calc(100% - 36px));
  padding: clamp(24px, 5vw, 48px);
  color: var(--white);
  background: rgba(36, 37, 38, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
}

.atmosphere__panel p {
  color: rgba(247, 244, 239, 0.78);
}

.atmosphere__still {
  position: absolute;
  z-index: 4;
  width: clamp(220px, 20vw, 340px);
  height: clamp(280px, 27vw, 430px);
  border: 10px solid rgba(238, 236, 231, 0.9);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(20, 20, 20, 0.22);
}

.atmosphere__still--one {
  right: 6%;
  top: 0;
}

.atmosphere__still--two {
  right: 20%;
  bottom: 0;
}

.elite {
  background: linear-gradient(180deg, rgba(241, 238, 232, 0.8), rgba(213, 207, 199, 0.82));
}

.elite-grid,
.treatment-grid,
.trace-gallery,
.flow-steps {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.elite-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.elite-card {
  min-height: 270px;
  padding: 34px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(247, 244, 239, 0.52);
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: var(--radius);
}

.elite-card span {
  color: rgba(110, 53, 43, 0.42);
  font-size: 3rem;
}

.elite-card h3 {
  margin: 0;
  font-size: 1rem;
}

.trace {
  color: var(--white);
  background:
    radial-gradient(circle at 16% 12%, rgba(183, 160, 108, 0.12), transparent 28rem),
    #242526;
}

.trace p {
  color: rgba(247, 244, 239, 0.7);
}

.trace-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.trace-card {
  min-height: 440px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.trace-card div {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
}

.trace-card h3,
.trace-card p {
  margin: 0;
}

.trace-card h3 {
  color: var(--white);
  margin-bottom: 8px;
}

.trace-card p {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.proof {
  background: #e1ddd6;
}

.proof h2 {
  max-width: 700px;
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.proof-list span {
  padding: 9px 14px;
  color: #3b332d;
  background: rgba(247, 244, 239, 0.6);
  border: 1px solid rgba(110, 53, 43, 0.14);
  border-radius: 999px;
  letter-spacing: 0.06em;
}

.treatment {
  background: #d5d0c8;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.treatment-card {
  min-height: 640px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--radius);
  background: #333;
  box-shadow: 0 20px 64px rgba(20, 20, 20, 0.16);
}

.treatment-card img {
  position: absolute;
  inset: 0;
}

.treatment-card div {
  position: relative;
  z-index: 2;
  padding: 24px;
}

.treatment-card h3 {
  color: var(--white);
  margin-bottom: 12px;
}

.treatment-card p {
  margin-bottom: 0;
  color: rgba(247, 244, 239, 0.76);
  font-size: 0.92rem;
  line-height: 1.9;
}

.flow {
  background: #e8e5df;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.flow-steps article {
  min-height: 390px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(247, 244, 239, 0.5);
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: var(--radius);
}

.flow-steps img {
  height: 230px;
  margin-bottom: auto;
  border-radius: calc(var(--radius) - 2px);
}

.flow-steps span {
  display: block;
  margin: 18px 0 8px;
  color: var(--red-brown);
  font-size: 1.6rem;
}

.flow-steps h3 {
  min-height: 3em;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.closing {
  min-height: 96svh;
  position: relative;
  display: grid;
  place-items: center;
  padding: 132px 42px;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

.closing img {
  position: absolute;
  inset: 0;
}

.closing__overlay {
  background:
    linear-gradient(90deg, rgba(17, 18, 19, 0.82), rgba(17, 18, 19, 0.34)),
    radial-gradient(circle at 65% 42%, rgba(183, 160, 108, 0.12), transparent 28rem);
}

.closing__content {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  text-align: center;
}

.closing__content p {
  color: rgba(247, 244, 239, 0.76);
}

.closing .hero__actions {
  justify-content: center;
}

.access {
  position: relative;
  overflow: hidden;
  padding: 58px 18px 64px;
  color: #f7f4ef;
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 155, 95, 0.18), transparent 15rem),
    linear-gradient(180deg, #686c70 0%, #4e5256 100%);
}

.access::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(132deg, transparent 0 18%, rgba(255, 255, 255, 0.1) 26%, transparent 42%),
    repeating-linear-gradient(24deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
}

.access__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  margin: 0 auto;
}

.access__heading {
  margin-bottom: 30px;
  text-align: center;
}

.access__heading p {
  margin: 0 0 14px;
  color: #d5bc82;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.42em;
}

.access__heading h2 {
  margin: 0;
  color: rgba(247, 244, 239, 0.94);
  font-size: clamp(1.22rem, 5vw, 1.52rem);
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.access__heading span {
  display: block;
  width: 42px;
  height: 1px;
  margin: 18px auto 0;
  background: rgba(213, 188, 130, 0.72);
}

.access__content {
  display: grid;
  gap: 22px;
}

.access__map {
  position: relative;
  min-height: 236px;
  overflow: hidden;
  border: 1px solid rgba(213, 188, 130, 0.26);
  background:
    linear-gradient(90deg, rgba(247, 244, 239, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(247, 244, 239, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 48% 48%, rgba(213, 188, 130, 0.16), transparent 8rem),
    rgba(34, 36, 38, 0.28);
  background-size: 38px 38px, 38px 38px, auto, auto;
}

.access__map-line {
  position: absolute;
  width: 150%;
  height: 1px;
  left: -25%;
  background: rgba(247, 244, 239, 0.22);
  transform-origin: center;
}

.access__map-line--one {
  top: 34%;
  transform: rotate(18deg);
}

.access__map-line--two {
  top: 62%;
  transform: rotate(-12deg);
}

.access__map-line--three {
  top: 50%;
  transform: rotate(86deg);
}

.access__map-pin {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  color: #17191b;
  background: radial-gradient(circle, #f7f4ef 0 30%, #d5bc82 31% 100%);
  border: 1px solid rgba(247, 244, 239, 0.82);
  border-radius: 50%;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%);
}

.access__map-pin span {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.access__details {
  padding: 22px 20px 24px;
  background: rgba(247, 244, 239, 0.08);
  border: 1px solid rgba(213, 188, 130, 0.24);
}

.access__details dl {
  margin: 0;
}

.access__details div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(247, 244, 239, 0.14);
}

.access__details div:first-child {
  padding-top: 0;
}

.access__details dt {
  color: #d5bc82;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.access__details dd {
  margin: 0;
  color: rgba(247, 244, 239, 0.78);
  font-size: 0.78rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.access__details a {
  min-height: 44px;
  margin-top: 20px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #17191b;
  background: linear-gradient(180deg, #d5bc82, #b99b5f);
  font-size: 0.74rem;
  letter-spacing: 0.13em;
}

.access__details a span {
  font-size: 0.82rem;
}

.site-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 230px;
  padding: 48px 22px 52px;
  display: grid;
  place-items: center;
  color: rgba(247, 244, 239, 0.62);
  background: #34373a;
  text-align: center;
  letter-spacing: 0.14em;
}

.site-footer__inner {
  width: min(100%, 430px);
  margin: 0 auto;
}

.site-footer__brand a {
  display: inline-block;
  color: rgba(247, 244, 239, 0.96);
  font-size: 1.48rem;
  line-height: 1;
  letter-spacing: 0.12em;
}

.site-footer p {
  margin: 0;
  color: inherit;
}

.site-footer__brand p {
  margin-top: 10px;
  font-size: 0.72rem;
}

.site-footer__nav {
  margin: 28px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
  color: rgba(247, 244, 239, 0.74);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.site-footer__copy {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.section-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.section-reveal.is-visible,
.section-reveal.hero {
  opacity: 1;
  transform: translateY(0);
}

.trace-card,
.treatment-card,
.flow-steps article,
.elite-card {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.is-visible .trace-card,
.is-visible .treatment-card,
.is-visible .flow-steps article,
.is-visible .elite-card {
  opacity: 1;
  transform: translateY(0);
}

.is-visible .trace-card:nth-child(2),
.is-visible .treatment-card:nth-child(2),
.is-visible .flow-steps article:nth-child(2),
.is-visible .elite-card:nth-child(2) {
  transition-delay: 0.08s;
}

.is-visible .trace-card:nth-child(3),
.is-visible .treatment-card:nth-child(3),
.is-visible .flow-steps article:nth-child(3),
.is-visible .elite-card:nth-child(3) {
  transition-delay: 0.16s;
}

.is-visible .trace-card:nth-child(4),
.is-visible .treatment-card:nth-child(4),
.is-visible .flow-steps article:nth-child(4),
.is-visible .elite-card:nth-child(4) {
  transition-delay: 0.24s;
}

.is-visible .trace-card:nth-child(5),
.is-visible .flow-steps article:nth-child(5),
.is-visible .elite-card:nth-child(5) {
  transition-delay: 0.32s;
}

.is-visible .trace-card:nth-child(6) {
  transition-delay: 0.4s;
}

@keyframes hero-slideshow {
  0%,
  20% {
    opacity: 1;
    transform: scale(1.02);
  }

  26%,
  96% {
    opacity: 0;
    transform: scale(1.055);
  }

  100% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes shell-slideshow {
  0%,
  20% {
    opacity: 1;
    transform: scale(1.04);
  }

  26%,
  96% {
    opacity: 0;
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (max-width: 1080px) {
  .hero,
  .split-layout,
  .split-layout--reverse {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 56svh;
  }

  .elite-grid,
  .treatment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trace-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header {
    height: auto;
    min-height: 68px;
    padding: 14px 18px;
    align-items: flex-start;
  }

  .site-header__nav {
    max-width: 210px;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 0.68rem;
  }

  .hero {
    padding: 108px 20px 56px;
  }

  h1 span {
    white-space: normal;
  }

  h1 {
    font-size: clamp(2.2rem, 10vw, 2.65rem);
    line-height: 1.45;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hero__visual {
    min-height: 460px;
    border-radius: 140px 140px 8px 8px;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 54px;
  }

  .section-pad {
    padding: 76px 20px;
  }

  .image-frame,
  .image-frame--portrait {
    min-height: 420px;
  }

  .atmosphere__stage {
    min-height: 760px;
  }

  .atmosphere__main {
    inset: 0;
    height: 520px;
  }

  .atmosphere__panel {
    top: 260px;
  }

  .atmosphere__still--one {
    top: auto;
    right: 8px;
    bottom: 42px;
  }

  .atmosphere__still--two {
    left: 8px;
    right: auto;
    bottom: 0;
  }

  .elite-grid,
  .trace-gallery,
  .treatment-grid,
  .flow-steps {
    grid-template-columns: 1fr;
  }

  .elite-card {
    min-height: 150px;
  }

  .trace-card,
  .treatment-card {
    min-height: 430px;
  }

  .flow-steps article {
    min-height: 250px;
  }

  .flow-steps h3 {
    min-height: auto;
  }
}

/* Desktop campaign LP direction inspired by the reference: full-bleed hero, numbered chapters, image-led rhythm. */
body.home-page {
  background: #f1eee7;
}

body.home-page::before {
  opacity: 0.34;
}

.site-header {
  height: 92px;
  padding: 0 clamp(42px, 6vw, 96px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(13, 14, 15, 0.58), rgba(13, 14, 15, 0));
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(241, 238, 231, 0.9);
}

.site-header__brand {
  font-size: 1.62rem;
  letter-spacing: 0.08em;
}

.site-header__nav {
  gap: clamp(30px, 3.8vw, 58px);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  place-items: end start;
  padding: 0 clamp(42px, 7vw, 120px) clamp(72px, 7vw, 112px);
  background: var(--charcoal);
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(13, 14, 15, 0.04) 0%, rgba(13, 14, 15, 0.22) 42%, rgba(13, 14, 15, 0.86) 100%),
    linear-gradient(90deg, rgba(13, 14, 15, 0.72) 0%, rgba(13, 14, 15, 0.28) 48%, rgba(13, 14, 15, 0.16) 100%);
}

.hero__backdrop {
  filter: saturate(0.62) contrast(1.05) brightness(0.78);
  transform: scale(1);
}

.hero__content {
  max-width: 900px;
  padding-top: 18vh;
}

.hero .eyebrow {
  color: rgba(247, 244, 239, 0.78);
}

h1 {
  max-width: 8.8em;
  font-size: clamp(4.4rem, 8.4vw, 10.5rem);
  line-height: 1.02;
  letter-spacing: 0.02em;
}

h1 span {
  white-space: normal;
}

.hero__visual {
  position: absolute;
  right: clamp(42px, 5vw, 96px);
  bottom: clamp(52px, 6vw, 96px);
  width: min(38vw, 560px);
  min-height: min(62vh, 720px);
  border-radius: 999px 999px var(--radius) var(--radius);
  opacity: 0.88;
}

.hero__visual::after {
  content: "01 / ORIENTAL BEAUTY";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  z-index: 3;
  color: rgba(247, 244, 239, 0.78);
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
}

.hero__content,
.hero__visual {
  grid-area: 1 / 1;
}

.section-pad {
  padding: clamp(118px, 12vw, 190px) clamp(42px, 7vw, 120px);
}

.section-heading {
  position: relative;
  text-align: center;
}

.concept,
.proof,
.flow {
  background: #f1eee7;
}

.section-heading::before,
.proof .split-layout > div:first-child::before,
.atmosphere__panel::before,
.treatment .section-heading::before,
.flow .section-heading::before,
.closing__content::before {
  display: block;
  margin-bottom: 22px;
  color: var(--red-brown);
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: clamp(3.4rem, 6vw, 7.2rem);
  line-height: 0.8;
  letter-spacing: 0.08em;
  opacity: 0.78;
}

.concept .section-heading::before {
  content: "01";
}

.elite .section-heading::before {
  content: "02";
}

.pearl .section-heading::before {
  content: "02";
}

.massage .section-heading::before {
  content: "03";
}

.incense .incense__heading::before {
  content: "04";
}

.trace .section-heading::before {
  content: "05";
}

.proof .split-layout > div:first-child::before {
  content: "06";
}

.treatment .section-heading::before {
  content: "07";
}

.flow .section-heading::before {
  content: "08";
}

.closing__content::before {
  content: "05";
  color: var(--gold);
}

.split-layout {
  grid-template-columns: minmax(360px, 0.72fr) minmax(620px, 1.28fr);
  align-items: end;
}

.split-layout--reverse {
  grid-template-columns: minmax(620px, 1.28fr) minmax(360px, 0.72fr);
}

.text-panel,
.proof-list {
  max-width: 580px;
}

.image-frame {
  min-height: min(74vh, 780px);
}

.image-frame--portrait {
  min-height: min(82vh, 880px);
}

.atmosphere {
  padding-top: 0;
  padding-bottom: 0;
  color: var(--white);
  background: var(--charcoal);
}

.atmosphere__stage {
  width: 100%;
  min-height: 100svh;
}

.atmosphere__main {
  inset: 0;
  height: 100%;
  border-radius: 0;
  filter: saturate(0.7) contrast(1.06) brightness(0.72);
}

.atmosphere__panel {
  left: clamp(42px, 8vw, 140px);
  top: auto;
  bottom: clamp(70px, 9vw, 140px);
  width: min(600px, calc(100% - 84px));
  padding: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.atmosphere__still {
  border-color: rgba(241, 238, 231, 0.88);
}

.atmosphere__still--one {
  right: clamp(42px, 8vw, 140px);
  top: 12%;
}

.atmosphere__still--two {
  right: clamp(170px, 18vw, 320px);
  bottom: 9%;
}

.elite {
  background: #e3ded5;
}

.elite-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(32, 32, 32, 0.18);
}

.elite-card {
  min-height: 360px;
  border: 0;
  border-radius: 0;
  background: rgba(247, 244, 239, 0.72);
}

.trace {
  min-height: 100svh;
  background:
    linear-gradient(180deg, rgba(20, 21, 22, 0.84), rgba(20, 21, 22, 0.96)),
    #242526;
}

.trace-gallery {
  grid-template-columns: 1.25fr 0.86fr 0.86fr;
  gap: 18px;
}

.trace-card {
  min-height: 520px;
  border-radius: 0;
}

.trace-card:first-child {
  grid-row: span 2;
  min-height: 760px;
}

.proof .split-layout {
  align-items: center;
}

.proof-list {
  border-left: 0;
  padding-left: 0;
}

.proof-list span {
  border-radius: 0;
}

.treatment {
  background: #d8d3ca;
}

.treatment-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(32, 32, 32, 0.18);
}

.treatment-card {
  min-height: 72vh;
  border-radius: 0;
  box-shadow: none;
}

.flow-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(32, 32, 32, 0.16);
}

.flow-steps article {
  min-height: 420px;
  border: 0;
  border-radius: 0;
  background: rgba(247, 244, 239, 0.72);
}

.flow-steps img {
  height: 210px;
  border-radius: 0;
}

.closing {
  min-height: 100svh;
}

.closing__content {
  margin-left: clamp(0px, 7vw, 110px);
  text-align: left;
}

.closing .hero__actions {
  justify-content: flex-start;
}

/* Reference-style desktop: a smartphone-width LP stands centered in the viewport. */
html {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.98), rgba(30, 31, 31, 0.94)),
    #171819;
}

body.home-page {
  width: min(100%, 430px);
  min-height: 100svh;
  margin: 0 auto;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.34), transparent 22rem),
    linear-gradient(180deg, #edeae4 0%, #d8d3cb 50%, #242526 100%);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.46);
}

.site-header {
  left: 50%;
  right: auto;
  width: min(100%, 430px);
  height: auto;
  min-height: 64px;
  padding: 13px 16px;
  transform: translateX(-50%);
  align-items: center;
  color: var(--white);
  background: linear-gradient(180deg, rgba(18, 19, 20, 0.7), rgba(18, 19, 20, 0));
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(232, 229, 223, 0.9);
}

.site-header__brand {
  font-size: 1.24rem;
  letter-spacing: 0.08em;
}

.site-header__nav {
  max-width: 228px;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px 12px;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 78px 18px 104px;
  overflow: hidden;
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(13, 14, 15, 0.18) 0%, rgba(13, 14, 15, 0.32) 42%, rgba(13, 14, 15, 0.94) 100%),
    radial-gradient(circle at 50% 32%, rgba(183, 160, 108, 0.18), transparent 17rem);
}

.hero__content {
  width: 100%;
  max-width: none;
  padding-top: 0;
  z-index: 3;
}

.hero__content,
.hero__visual {
  grid-area: auto;
}

h1 {
  max-width: 100%;
  margin-bottom: 0;
  font-size: clamp(2.18rem, 9.8vw, 2.72rem);
  line-height: 1.16;
  letter-spacing: 0.02em;
  word-break: normal;
  overflow-wrap: anywhere;
}

h1 span {
  display: block;
  white-space: normal;
}

h2 {
  font-size: clamp(1.82rem, 8vw, 2.42rem);
  line-height: 1.46;
}

p {
  line-height: 2.02;
}

.eyebrow {
  margin-bottom: 13px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.hero__visual {
  position: relative;
  order: -1;
  right: auto;
  bottom: auto;
  width: 100%;
  min-height: 35svh;
  margin: 0 0 18px;
  border-radius: 190px 190px 8px 8px;
  opacity: 1;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.36);
}

.hero__visual::after {
  display: none;
}

.smoke--hero {
  width: 70vw;
  max-width: 300px;
  right: 8%;
  top: 22%;
}

.section-pad {
  padding: 72px 18px;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading::before,
.proof .split-layout > div:first-child::before,
.atmosphere__panel::before,
.treatment .section-heading::before,
.flow .section-heading::before,
.closing__content::before {
  margin-bottom: 16px;
  font-size: 3.4rem;
}

.split-layout,
.split-layout--reverse {
  grid-template-columns: 1fr;
  gap: 28px;
}

.text-panel,
.proof-list {
  max-width: none;
  padding-left: 18px;
}

.image-frame,
.image-frame--portrait {
  min-height: 440px;
}

.atmosphere {
  padding-top: 72px;
  padding-bottom: 72px;
}

.atmosphere__stage {
  width: min(100%, var(--max));
  min-height: 760px;
}

.atmosphere__main {
  inset: 0;
  height: 520px;
  border-radius: var(--radius);
}

.atmosphere__panel {
  top: 250px;
  bottom: auto;
  left: 16px;
  width: calc(100% - 32px);
  padding: 24px;
  background: rgba(36, 37, 38, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
}

.atmosphere__still {
  width: 158px;
  height: 210px;
  border-width: 8px;
}

.atmosphere__still--one {
  top: auto;
  right: 8px;
  bottom: 48px;
}

.atmosphere__still--two {
  left: 8px;
  right: auto;
  bottom: 0;
}

.elite-grid,
.trace-gallery,
.treatment-grid,
.flow-steps {
  grid-template-columns: 1fr;
  gap: 14px;
  background: transparent;
}

.elite-card {
  min-height: 148px;
  padding: 24px 20px;
  border-radius: var(--radius);
}

.trace-card,
.trace-card:first-child {
  grid-row: auto;
  min-height: 430px;
  border-radius: var(--radius);
}

.treatment-card {
  min-height: 520px;
  border-radius: var(--radius);
}

.flow-steps article {
  min-height: 265px;
  padding: 14px;
  border-radius: var(--radius);
}

.flow-steps img {
  height: 160px;
  border-radius: calc(var(--radius) - 2px);
}

.flow-steps h3 {
  min-height: auto;
}

.closing {
  min-height: 92svh;
  padding: 92px 18px 116px;
}

.closing__content {
  margin-left: 0;
  text-align: center;
}

.closing .hero__actions {
  justify-content: center;
}

/* Desktop shell: full-screen atmosphere with a centered smartphone-style LP. */
body.home-page {
  width: auto;
  min-height: 100svh;
  margin: 0;
  background: #171819;
  box-shadow: none;
}

body.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17, 18, 19, 0.34), rgba(17, 18, 19, 0.02) 42%, rgba(17, 18, 19, 0.34)),
    url("https://images.unsplash.com/photo-1558442086-8ea19a79cd4d?auto=format&fit=crop&w=1800&q=82") center / cover;
  filter: saturate(0.66) contrast(1.04) brightness(0.9);
  mask-image: none;
}

body.home-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 22%, rgba(183, 160, 108, 0.16), transparent 20rem),
    linear-gradient(90deg, rgba(12, 13, 14, 0.72) 0%, rgba(12, 13, 14, 0.1) 45%, rgba(12, 13, 14, 0.5) 100%);
}

.shell-slides {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.shell-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.66) contrast(1.04) brightness(0.9);
  transform: scale(1.04);
  animation: shell-slideshow 24s ease-in-out infinite;
}

.shell-slide--one {
  animation-delay: 0s;
}

.shell-slide--two {
  animation-delay: 6s;
}

.shell-slide--three {
  animation-delay: 12s;
}

.shell-slide--four {
  animation-delay: 18s;
}

main {
  position: relative;
  z-index: 2;
  width: min(100%, 452px);
  margin: 0 auto;
  overflow: clip;
  background: #f1eee7;
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.42);
}

.site-header {
  display: none;
}

.desktop-rail {
  position: fixed;
  top: 92px;
  bottom: 0;
  left: 0;
  z-index: 35;
  width: min(28vw, 280px);
  min-width: 240px;
  padding: clamp(42px, 6vw, 78px) 24px 34px;
  display: flex;
  flex-direction: column;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(183, 160, 108, 0.12), rgba(110, 53, 43, 0.18)),
    rgba(23, 24, 25, 0.42);
  backdrop-filter: blur(16px);
}

.desktop-rail__brand,
.desktop-rail__sub,
.desktop-rail__nav,
.desktop-rail__reserve,
.desktop-actions {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}

.desktop-rail__brand {
  font-size: 2.05rem;
  letter-spacing: 0.1em;
}

.desktop-rail__sub {
  margin: 0.7rem 0 clamp(52px, 7vw, 92px);
  color: rgba(247, 244, 239, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

.desktop-rail__nav {
  display: grid;
  gap: 1.28rem;
  color: rgba(247, 244, 239, 0.88);
  font-size: 1.08rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-rail__reserve {
  min-height: 62px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: rgba(247, 244, 239, 0.92);
  border: 1px solid rgba(183, 160, 108, 0.48);
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.desktop-actions {
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 42;
  display: flex;
  align-items: center;
  gap: 10px;
}

.desktop-actions a,
.desktop-actions button {
  min-height: 42px;
  padding: 0 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(42, 24, 21, 0.86);
  border: 1px solid rgba(247, 244, 239, 0.22);
  font: inherit;
  letter-spacing: 0.08em;
}

.desktop-actions a:nth-child(2) {
  color: var(--ink);
  background: rgba(247, 244, 239, 0.94);
}

.desktop-actions button {
  width: 54px;
  padding: 0;
  gap: 6px;
  flex-direction: column;
  cursor: pointer;
}

.desktop-actions button span {
  width: 24px;
  height: 1px;
  background: currentColor;
}

.hero {
  min-height: 100svh;
  padding: 54px 18px 104px;
}

.hero__backdrop {
  filter: saturate(0.58) contrast(1.04) brightness(0.74);
}

.hero__visual {
  min-height: 27svh;
}

.hero__catch {
  position: relative;
  width: 100%;
  min-height: 386px;
  margin: 0 auto;
  padding: 14px 8px 8px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  gap: 0.22rem;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  font-size: clamp(0.84rem, 3.58vw, 1.02rem);
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 0.1em;
  text-align: start;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.92),
    0 16px 38px rgba(0, 0, 0, 0.76),
    0 0 3px rgba(0, 0, 0, 0.95),
    0 0 1px currentColor;
}

.hero__catch::before {
  content: none;
}

.hero__catch-line {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  max-height: 30em;
  opacity: 0;
  transform: translateY(18px);
  filter: blur(8px);
  animation: catch-line-in 1.35s var(--ease) forwards;
}

.hero__catch-line:nth-child(1) {
  animation-delay: 0.35s;
}

.hero__catch-line:nth-child(2) {
  animation-delay: 1.75s;
}

.hero__catch-line:nth-child(3) {
  animation-delay: 3.15s;
}

.hero__catch-line:nth-child(4) {
  animation-delay: 4.55s;
}

.hero__catch-line:nth-child(5) {
  animation-delay: 5.95s;
}

.hero__catch-line:nth-child(6) {
  animation-delay: 7.35s;
}

.hero__catch-line:nth-child(7) {
  animation-delay: 8.75s;
}

.hero__catch-line:nth-child(8) {
  animation-delay: 10.15s;
}

.hero__catch-line:nth-child(9) {
  animation-delay: 11.55s;
}

.hero__catch-line:nth-child(10) {
  animation-delay: 12.95s;
}

@keyframes catch-line-in {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.section-pad {
  padding: 72px 18px;
}

.concept,
.proof,
.flow,
.elite,
.treatment {
  background: #f1eee7;
}

.trace,
.closing {
  margin-left: 0;
  margin-right: 0;
}

.atmosphere {
  padding: 0;
}

.atmosphere__stage {
  min-height: 820px;
}

/* Luxury gray theme: cool gray surfaces with restrained gold accents. */
html {
  background:
    linear-gradient(90deg, rgba(84, 88, 92, 0.98), rgba(104, 108, 112, 0.96)),
    #686c70;
}

body.home-page::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.12) 42%, rgba(255, 255, 255, 0.34)),
    url("https://images.unsplash.com/photo-1558442086-8ea19a79cd4d?auto=format&fit=crop&w=1800&q=82") center / cover;
  filter: grayscale(0.38) saturate(0.34) contrast(1.04) brightness(1.04);
}

body.home-page::after {
  background:
    radial-gradient(circle at 52% 22%, rgba(255, 255, 255, 0.22), transparent 20rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.08) 45%, rgba(255, 255, 255, 0.26) 100%);
}

main {
  background: #ffffff;
}

.concept,
.proof,
.flow,
.elite,
.treatment {
  background: #ffffff;
}

.elite,
.treatment {
  background: #ffffff;
}

.trace,
.closing,
.access,
.site-footer {
  background: #686c70;
}

.site-footer {
  background: #34373a;
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0.58) 100%),
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.22), transparent 17rem);
}

.hero__backdrop,
.hero__visual img,
.shell-slide,
.image-frame img,
.trace-card img,
.treatment-card img,
.atmosphere img,
.closing img {
  filter: grayscale(0.34) saturate(0.36) contrast(1.02) brightness(1.02);
}

.image-frame::after,
.trace-card::after,
.treatment-card::after,
.closing__overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.5)),
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.16), transparent 18rem);
}

.section-heading::before,
.proof .split-layout > div:first-child::before,
.atmosphere__panel::before,
.treatment .section-heading::before,
.flow .section-heading::before,
.closing__content::before,
.elite-card span,
.flow-steps span,
.eyebrow {
  color: var(--gold);
}

.button--primary,
.desktop-actions a,
.desktop-actions button {
  color: #17191b;
  background: linear-gradient(180deg, #c7ad73, #a98645);
  border-color: rgba(244, 243, 239, 0.18);
}

.button--ghost {
  background: rgba(104, 108, 112, 0.78);
  border-color: rgba(185, 155, 95, 0.38);
}

.desktop-actions a:nth-child(2),
.desktop-rail__reserve {
  color: #17191b;
  background: rgba(244, 243, 239, 0.94);
  border-color: rgba(185, 155, 95, 0.52);
}

.desktop-rail {
  background:
    linear-gradient(180deg, rgba(185, 155, 95, 0.14), rgba(185, 155, 95, 0.06)),
    rgba(86, 90, 94, 0.66);
  border-right: 1px solid rgba(185, 155, 95, 0.18);
}

.elite-grid,
.treatment-grid,
.flow-steps {
  background: rgba(23, 25, 27, 0.2);
}

.elite-card,
.flow-steps article,
.proof-list span {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(185, 155, 95, 0.18);
}

.proof-list span {
  color: #25282a;
}

.atmosphere__panel {
  background: rgba(104, 108, 112, 0.88);
  border-color: rgba(185, 155, 95, 0.22);
}

.atmosphere {
  padding: 34px 14px 72px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 245, 244, 0.96)),
    #f7f7f5;
  overflow: hidden;
}

.atmosphere__stage {
  min-height: 840px;
  position: relative;
  isolation: isolate;
  background: transparent;
}

.atmosphere__stage::before {
  content: none;
}

.atmosphere__stage::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 300px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 155, 95, 0.42), transparent);
}

.atmosphere__main {
  inset: 0 0 auto;
  height: 520px;
  border: 1px solid rgba(185, 155, 95, 0.16);
  border-radius: 4px;
  box-shadow:
    0 28px 64px rgba(23, 25, 27, 0.12),
    0 0 0 10px rgba(255, 255, 255, 0.72);
  filter: grayscale(0.28) saturate(0.34) contrast(1.02) brightness(1.05);
}

.atmosphere__still {
  width: calc(50% - 18px);
  height: 228px;
  border: 8px solid rgba(255, 255, 255, 0.96);
  border-radius: 4px;
  background: #ffffff;
  box-shadow:
    0 18px 38px rgba(23, 25, 27, 0.12),
    0 0 0 1px rgba(185, 155, 95, 0.2);
  filter: grayscale(0.24) saturate(0.36) contrast(1.02) brightness(1.06);
}

.atmosphere__still--one {
  right: 0;
  bottom: 34px;
  transform: none;
}

.atmosphere__still--two {
  left: 0;
  bottom: 34px;
  transform: none;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
}

.pearl,
.massage {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 243, 239, 0.92)),
    #ffffff;
}

.pearl::before,
.massage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(185, 155, 95, 0.08), transparent 34%, rgba(104, 108, 112, 0.08)),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.86), transparent 17rem);
}

.pearl > *,
.massage > * {
  position: relative;
  z-index: 1;
}

.pearl-ritual {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: end;
}

.pearl-ritual__visual {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  box-shadow:
    0 24px 60px rgba(23, 25, 27, 0.12),
    0 0 0 1px rgba(185, 155, 95, 0.18);
}

.pearl-ritual__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.38)),
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.32), transparent 18rem);
}

.pearl-ritual__visual img {
  position: absolute;
  inset: 0;
  filter: grayscale(0.18) saturate(0.46) contrast(1.02) brightness(1.06);
}

.pearl-ritual__visual--main {
  min-height: 520px;
}

.pearl-ritual__visual--accent {
  width: calc(100% - 40px);
  height: 250px;
  margin: -82px 20px 0;
  border: 8px solid rgba(255, 255, 255, 0.94);
}

.pearl-ritual__content {
  padding-bottom: clamp(8px, 2vw, 34px);
}

.pearl-ritual__lead {
  max-width: 610px;
  margin: 0 0 28px;
  color: var(--ink-soft);
}

.pearl-ritual__steps {
  display: grid;
  gap: 1px;
  background: rgba(23, 25, 27, 0.16);
  border: 1px solid rgba(185, 155, 95, 0.18);
}

.pearl-card {
  min-height: 172px;
  padding: 0 24px 26px;
  display: grid;
  align-content: start;
  gap: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
}

.pearl-card__image {
  width: calc(100% + 48px);
  height: 180px;
  margin: 0 -24px 10px;
  object-fit: cover;
  filter: grayscale(0.18) saturate(0.48) contrast(1.02) brightness(1.06);
}

.hero::after,
.hero__visual::after,
.image-frame::after,
.trace-card::after,
.treatment-card::after,
.pearl-ritual__visual::after,
.atmosphere__stage::after {
  content: none;
  display: none;
}

.closing__overlay {
  display: none;
}

.hero__backdrop,
.hero__visual img,
.shell-slide,
.image-frame img,
.trace-card img,
.treatment-card img,
.atmosphere img,
.closing img,
.pearl-ritual__visual img,
.pearl-card__image {
  filter: none;
}

.pearl-card span {
  color: var(--gold);
  font-size: 2rem;
  line-height: 0.9;
  letter-spacing: 0.1em;
}

.pearl-card h3 {
  margin: 0;
  font-size: 1.02rem;
  letter-spacing: 0.08em;
}

.pearl-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.9;
}

.pearl {
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(247, 242, 232, 0.95)),
    #fbf6ec;
}

.pearl::before {
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.78), transparent 12rem),
    radial-gradient(circle at 88% 6%, rgba(202, 171, 111, 0.16), transparent 14rem);
}

.pearl-beauty {
  width: min(100%, 452px);
  margin: 0 auto;
  overflow: hidden;
  color: #3a3027;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(202, 171, 111, 0.26);
  border-radius: 7px;
  box-shadow: 0 22px 54px rgba(83, 66, 43, 0.12);
}

.pearl-beauty__intro {
  position: relative;
  padding: 22px 0 26px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.9), transparent 11rem),
    linear-gradient(180deg, #fffdf9 0%, #fbf2e5 100%);
}

.pearl-beauty__label {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #a98645;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.34em;
  text-align: center;
  text-transform: uppercase;
}

.pearl-beauty__label::after,
.pearl-beauty__steps-title::before,
.pearl-beauty__closing::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: 12px auto 0;
  border: 1px solid rgba(169, 134, 69, 0.7);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 32%, rgba(169, 134, 69, 0.42) 34% 100%);
}

.pearl-beauty__hero {
  position: relative;
  margin: -8px 0 0;
  height: clamp(360px, 86vw, 470px);
  overflow: hidden;
}

.pearl-beauty__hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 250, 240, 0), rgba(255, 250, 240, 0.88) 78%);
}

.pearl-beauty__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 22%;
}

.pearl-beauty__intro h2 {
  position: relative;
  z-index: 2;
  max-width: 340px;
  margin: -104px 22px 14px;
  color: #3b3129;
  font-size: clamp(1.42rem, 6.2vw, 1.94rem);
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 24px rgba(255, 250, 240, 0.92);
}

.pearl-beauty__lead {
  position: relative;
  z-index: 2;
  margin: 0 22px;
  color: rgba(58, 48, 39, 0.76);
  font-size: 0.78rem;
  line-height: 1.95;
  letter-spacing: 0.055em;
}

.pearl-beauty__lead p {
  margin: 0;
}

.pearl-beauty__lead p + p {
  margin-top: 8px;
}

.pearl-beauty__steps {
  margin: 0 10px;
  padding: 24px 10px 12px;
  display: grid;
  gap: 12px;
  background: rgba(255, 252, 247, 0.82);
  border: 1px solid rgba(202, 171, 111, 0.2);
  border-radius: 28px 28px 6px 6px;
}

.pearl-beauty__steps-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  color: #b18d4f;
}

.pearl-beauty__steps-title::before {
  grid-column: 2;
  grid-row: 2;
  margin: 2px auto 0;
}

.pearl-beauty__steps-title span {
  height: 1px;
  background: rgba(177, 141, 79, 0.42);
}

.pearl-beauty__steps-title p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.pearl-beauty-card {
  min-height: 152px;
  display: grid;
  grid-template-columns: minmax(118px, 38%) 1fr;
  gap: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(191, 168, 125, 0.28);
  border-radius: 7px;
  box-shadow: 0 12px 28px rgba(83, 66, 43, 0.06);
}

.pearl-beauty-card__image {
  width: 100%;
  height: 100%;
  min-height: 152px;
  object-fit: cover;
  object-position: center;
}

.pearl-beauty-card__body {
  padding: 17px 16px 16px 0;
}

.pearl-beauty-card span {
  display: block;
  margin-bottom: 8px;
  color: #b18d4f;
  font-size: 2rem;
  line-height: 0.82;
  letter-spacing: 0.08em;
}

.pearl-beauty-card h3 {
  margin: 0 0 8px;
  color: #4a3a2d;
  font-size: 0.86rem;
  line-height: 1.45;
  letter-spacing: 0.07em;
}

.pearl-beauty-card p {
  margin: 0;
  color: rgba(58, 48, 39, 0.7);
  font-size: 0.72rem;
  line-height: 1.82;
  letter-spacing: 0.045em;
}

.pearl-beauty__closing {
  margin: 0;
  padding: 28px 20px 30px;
  color: #8f6f37;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.56), rgba(255, 252, 247, 0.8)),
    url("/assets/images/pearl-closing-bg.png") 28% 50% / cover no-repeat;
  border-top: 1px solid rgba(202, 171, 111, 0.24);
  font-size: 0.88rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
  text-align: center;
}

.pearl-beauty__closing::before {
  margin: 0 auto 12px;
}

.massage {
  padding: 0;
  background: #080806;
}

.massage::before {
  content: none;
}

.massage-ritual {
  width: min(100%, 452px);
  margin: 0 auto;
  overflow: hidden;
  color: #f8f1e9;
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 155, 95, 0.16), transparent 18rem),
    #080806;
}

.massage-ritual__hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #090806;
}

.massage-ritual__hero::before {
  content: none;
}

.massage-ritual__hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  filter: none;
}

.massage-ritual__hero-text {
  position: relative;
  z-index: 2;
  padding: 42px 28px 44px;
  display: grid;
  justify-items: center;
  text-align: center;
}

.massage-ritual__label {
  margin: 0 0 18px;
  color: #fff9f0;
  font-size: clamp(1.18rem, 5.5vw, 1.58rem);
  line-height: 1.72;
  letter-spacing: 0.12em;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.72);
}

.massage-ritual__hero-text h2 {
  margin: 0 0 14px;
  color: rgba(255, 249, 240, 0.94);
  font-size: 0.88rem;
  line-height: 1.9;
  letter-spacing: 0.14em;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.7);
}

.massage-ritual__hero-text span {
  width: 18px;
  height: 18px;
  margin: 0 0 14px;
  border: 1px solid rgba(214, 190, 142, 0.9);
  transform: rotate(45deg);
}

.massage-ritual__hero-text p:last-child {
  margin: 0;
  color: rgba(255, 249, 240, 0.86);
  font-size: 0.78rem;
  line-height: 2;
  letter-spacing: 0.11em;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.7);
}

.massage-ritual__steps {
  padding: 14px 12px 10px;
  display: grid;
  gap: 12px;
  background:
    linear-gradient(180deg, #f8f6f1, #eee8df);
  color: #312a24;
}

.massage-ritual__steps-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 2px 0 4px;
  color: #8f7652;
}

.massage-ritual__steps-title span {
  height: 1px;
  background: rgba(143, 118, 82, 0.38);
}

.massage-ritual__steps-title p {
  margin: 0;
  color: rgba(82, 74, 64, 0.78);
  font-size: 0.86rem;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.massage-step {
  position: relative;
  padding: 20px 16px 16px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(250, 246, 239, 0.9)),
    #fffaf3;
  border: 1px solid rgba(147, 133, 112, 0.18);
  border-radius: 7px;
  box-shadow: 0 12px 26px rgba(47, 38, 29, 0.08);
}

.massage-step__text {
  position: relative;
  z-index: 1;
  max-width: 78%;
}

.massage-step span {
  display: inline-block;
  margin-right: 12px;
  color: #8e7755;
  font-size: 1.38rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.massage-step h3 {
  display: inline;
  margin: 0;
  color: #2f2924;
  font-size: 0.88rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.massage-step p {
  margin: 10px 0 14px;
  color: rgba(49, 42, 36, 0.72);
  font-size: 0.74rem;
  line-height: 1.9;
  letter-spacing: 0.045em;
}

.massage-step img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 132px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  filter: saturate(0.82) contrast(1.02);
}

.massage-step:nth-of-type(2) img {
  object-position: 48% 58%;
}

.massage-step:nth-of-type(3) img {
  object-position: 50% 68%;
}

.massage-ritual__closing {
  margin: 0;
  padding: 32px 24px 34px;
  color: rgba(50, 45, 40, 0.74);
  background:
    linear-gradient(180deg, rgba(246, 244, 239, 0.54), rgba(238, 235, 228, 0.82)),
    url("/assets/images/massage-closing-bg.png") center / cover no-repeat;
  font-size: 0.94rem;
  line-height: 2;
  letter-spacing: 0.16em;
  text-align: center;
}

.massage-ritual__closing::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, transparent, rgba(120, 112, 99, 0.62), transparent);
}

.concept {
  padding: 42px 0 48px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 255, 255, 0.96)),
    #ffffff;
}

.concept-panel {
  width: 100%;
  color: #211f1d;
  background:
    radial-gradient(circle at 78% 0%, rgba(185, 155, 95, 0.08), transparent 12rem),
    #fffdf8;
}

.concept-panel__heading {
  padding: 0 22px;
}

.concept-panel__label {
  margin: 0 0 12px;
  color: #a98645;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.concept-panel__label::after {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  margin-top: 10px;
  background: #a98645;
}

.concept-panel h2 {
  margin: 0;
  color: #24201c;
  font-size: clamp(1.8rem, 7.5vw, 2.28rem);
  line-height: 1.38;
  letter-spacing: 0.08em;
}

.concept-panel__rule {
  margin: 18px 0 20px;
  display: flex;
  align-items: center;
  color: #b99b5f;
}

.concept-panel__rule::before,
.concept-panel__rule::after {
  content: "";
  height: 1px;
  background: rgba(185, 155, 95, 0.72);
}

.concept-panel__rule::before {
  width: 84px;
}

.concept-panel__rule::after {
  flex: 1;
}

.concept-panel__rule span {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 12px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.concept-panel__rule span::before,
.concept-panel__rule span::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 23px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.concept-panel__rule span::after {
  width: 1px;
  height: 23px;
}

.concept-panel__visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #eee8dc;
}

.concept-panel__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.concept-panel__copy {
  padding: 28px 22px 0;
}

.concept-panel__copy p {
  margin: 0;
  color: rgba(33, 31, 29, 0.78);
  font-size: 0.83rem;
  line-height: 2.08;
  letter-spacing: 0.055em;
}

.concept-panel__copy p + p {
  margin-top: 20px;
}

.concept-panel__copy p:last-child {
  color: #a98645;
}

.incense {
  position: relative;
  overflow: hidden;
  padding: 58px 18px 64px;
  color: #f1eee8;
  background:
    linear-gradient(90deg, rgba(24, 25, 24, 0.18), transparent 18%, transparent 78%, rgba(12, 12, 12, 0.24)),
    radial-gradient(circle at 52% 8%, rgba(255, 255, 255, 0.08), transparent 17rem),
    url("/assets/images/incense-stone-smoke-texture.png") center top / cover no-repeat,
    #343532;
}

.incense::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 8%, rgba(225, 222, 213, 0.1), transparent 15rem),
    linear-gradient(180deg, rgba(20, 21, 20, 0.04), transparent 24%, transparent 76%, rgba(13, 13, 12, 0.12));
  opacity: 0.92;
}

.incense__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.incense__heading {
  position: relative;
  text-align: center;
}

.incense__heading::before {
  display: none;
}

.incense__label {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(238, 231, 222, 0.86);
  font-size: 0.9rem;
  letter-spacing: 0.42em;
}

.incense__label span {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
}

.incense__label span:last-child {
  background: linear-gradient(90deg, currentColor, transparent);
}

.incense h2 {
  margin: 0;
  color: #f4f1eb;
  font-size: clamp(2.02rem, 8.8vw, 2.58rem);
  line-height: 1.55;
  letter-spacing: 0.09em;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.42);
}

.incense__divider {
  margin: 24px auto 26px;
  width: min(74%, 292px);
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(229, 223, 214, 0.72);
}

.incense__divider::before,
.incense__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229, 223, 214, 0.52));
}

.incense__divider::after {
  background: linear-gradient(90deg, rgba(229, 223, 214, 0.52), transparent);
}

.incense__divider span {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 18px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.incense__divider span::before,
.incense__divider span::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid currentColor;
}

.incense__divider span::after {
  inset: 6px;
}

.incense__intro,
.incense__closing p {
  margin: 0 auto;
  color: rgba(246, 242, 235, 0.88);
  font-size: 0.92rem;
  line-height: 2.12;
  letter-spacing: 0.08em;
  text-align: center;
}

.incense__cards {
  margin-top: 30px;
  display: grid;
  gap: 8px;
}

.incense-card {
  min-height: 252px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.03fr);
  overflow: hidden;
  border: 1px solid rgba(235, 232, 225, 0.45);
  border-radius: 7px;
  background: rgba(48, 49, 47, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.incense-card__image {
  min-height: 100%;
  margin: 0;
}

.incense-card__image img {
  filter: none;
}

.incense-card__content {
  padding: 18px 15px 18px;
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 72% 16%, rgba(255, 255, 255, 0.08), transparent 8rem),
    rgba(51, 52, 50, 0.92);
}

.incense-card__title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #eee7dc;
  white-space: nowrap;
}

.incense-card__title span {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 1.88rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.incense-card__title h3 {
  margin: 0;
  color: inherit;
  font-size: 1.54rem;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.incense-card__title small {
  color: rgba(246, 242, 235, 0.78);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.incense-card__title::after {
  content: "";
  width: 26px;
  height: 1px;
  margin-left: -1px;
  align-self: end;
  background: rgba(232, 227, 218, 0.5);
  transform: translateY(-9px);
}

.incense-card__catch {
  margin: 16px 0 0;
  color: #f1eee8;
  font-size: 1.02rem;
  line-height: 1.62;
  letter-spacing: 0.1em;
}

.incense-card__content > p:not(.incense-card__catch) {
  margin: 16px 0 0;
  color: rgba(246, 242, 235, 0.78);
  font-size: 0.82rem;
  line-height: 1.95;
  letter-spacing: 0.06em;
}

.incense-card__note {
  margin-top: 18px;
  padding-top: 15px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border-top: 1px solid rgba(235, 232, 225, 0.18);
}

.incense-card__note span {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(238, 231, 222, 0.7);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.incense-card__note span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  color: rgba(238, 231, 222, 0.7);
  transform: translateX(-50%) rotate(45deg);
}

.incense-card__note span::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -20px;
  width: 1px;
  height: 18px;
  background: rgba(238, 231, 222, 0.7);
}

.incense-card__note p {
  margin: 0;
  color: rgba(246, 242, 235, 0.82);
  font-size: 0.82rem;
  line-height: 1.85;
  letter-spacing: 0.06em;
}

.incense-card--light {
  border-color: rgba(244, 241, 235, 0.76);
  background: #f0eee9;
}

.incense-card--light .incense-card__content {
  background:
    radial-gradient(circle at 72% 16%, rgba(90, 84, 75, 0.08), transparent 8rem),
    #f1eee8;
}

.incense-card--light .incense-card__image img {
  filter: none;
}

.incense-card--light .incense-card__title,
.incense-card--light .incense-card__catch,
.incense-card--light .incense-card__content > p,
.incense-card--light .incense-card__note p {
  color: #625c53;
}

.incense-card--light .incense-card__title small {
  color: rgba(98, 92, 83, 0.72);
}

.incense-card--light .incense-card__note {
  border-top-color: rgba(98, 92, 83, 0.18);
}

.incense-card--warm .incense-card__image img {
  filter: none;
}

.incense__closing {
  padding-top: 34px;
}

.incense__divider--bottom {
  margin-top: 24px;
  margin-bottom: 0;
}

.visit-flow {
  position: relative;
  overflow: hidden;
  padding: 64px 18px 62px;
  color: #5f574f;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.9), rgba(248, 247, 244, 0.68) 46%, rgba(255, 255, 255, 0.92)),
    radial-gradient(ellipse at 14% 8%, rgba(208, 190, 154, 0.14), transparent 18rem),
    #fbfaf7;
}

.visit-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(132deg, transparent 0 8%, rgba(208, 200, 184, 0.2) 9%, transparent 18%),
    linear-gradient(146deg, transparent 52%, rgba(224, 216, 202, 0.28) 58%, transparent 68%),
    repeating-linear-gradient(22deg, rgba(168, 148, 110, 0.025) 0 1px, transparent 1px 18px);
}

.visit-flow__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 452px);
  margin: 0 auto;
}

.visit-flow__heading {
  text-align: center;
}

.visit-flow__heading > p {
  margin: 0;
  color: #b08d55;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.86rem;
  line-height: 1;
  letter-spacing: 0.42em;
}

.visit-flow__heading > p::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 14px auto 24px;
  background: rgba(176, 141, 85, 0.64);
}

.visit-flow h2 {
  margin: 0;
  color: #7a6a55;
  font-size: clamp(1.82rem, 7.3vw, 2.34rem);
  line-height: 1.25;
  letter-spacing: 0.16em;
  font-weight: 400;
}

.visit-flow__divider {
  position: relative;
  width: min(62%, 262px);
  height: 18px;
  margin: 24px auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b08d55;
}

.visit-flow__divider::before,
.visit-flow__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176, 141, 85, 0.42));
}

.visit-flow__divider::after {
  background: linear-gradient(90deg, rgba(176, 141, 85, 0.42), transparent);
}

.visit-flow__divider span {
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: currentColor;
  transform: rotate(45deg);
}

.visit-flow__lead,
.visit-flow__closing {
  margin: 0 auto;
  color: rgba(81, 75, 68, 0.76);
  font-size: 0.86rem;
  line-height: 2.05;
  letter-spacing: 0.08em;
  text-align: center;
}

.visit-flow__cards {
  margin-top: 34px;
  display: grid;
  gap: 42px;
}

.visit-flow-card {
  position: relative;
  min-height: 148px;
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), #fff 42%, rgba(255, 255, 255, 0.96));
  box-shadow: 0 12px 32px rgba(83, 74, 60, 0.12);
}

.visit-flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 18px;
  height: 18px;
  border-right: 1px solid #b08d55;
  border-bottom: 1px solid #b08d55;
  transform: translateX(-50%) rotate(45deg);
}

.visit-flow-card::before {
  content: "";
  position: absolute;
  right: -28px;
  top: 22px;
  width: 96px;
  height: 96px;
  opacity: 0.16;
  border: 1px solid #b08d55;
  border-radius: 48% 52% 44% 56%;
  transform: rotate(25deg);
}

.visit-flow-card__image {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  background: #eee8dc;
}

.visit-flow-card__image img {
  width: 100%;
  height: 100%;
  min-height: 148px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.visit-flow-card__body {
  position: relative;
  z-index: 1;
  padding: 28px 24px 24px;
}

.visit-flow-card__number {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #b08d55;
}

.visit-flow-card__number span {
  color: inherit;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.12em;
}

.visit-flow-card__number::after {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(176, 141, 85, 0.46);
}

.visit-flow-card h3 {
  margin: 18px 0 14px;
  color: #4e463f;
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-weight: 400;
}

.visit-flow-card p {
  margin: 0;
  color: rgba(74, 68, 61, 0.74);
  font-size: 0.76rem;
  line-height: 1.9;
  letter-spacing: 0.065em;
}

.visit-flow__closing {
  margin-top: 34px;
}

.visit-flow__closing::after {
  content: "";
  display: block;
  width: 76px;
  height: 18px;
  margin: 22px auto 0;
  background:
    linear-gradient(#b08d55, #b08d55) left 50% / 32px 1px no-repeat,
    linear-gradient(#b08d55, #b08d55) right 50% / 32px 1px no-repeat;
  opacity: 0.64;
}

.closing__content::before {
  content: "07";
}

.treatment-menu {
  position: relative;
  overflow: hidden;
  padding: 42px 18px 52px;
  color: #5a5148;
  background:
    radial-gradient(circle at 82% 10%, rgba(196, 170, 124, 0.08), transparent 12rem),
    linear-gradient(180deg, #f8f5ef 0%, #f1ece4 100%);
}

.treatment-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(132deg, transparent 0 12%, rgba(255, 255, 255, 0.52) 18%, transparent 34%),
    repeating-linear-gradient(24deg, rgba(177, 141, 79, 0.025) 0 1px, transparent 1px 18px);
}

.treatment-menu__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  margin: 0 auto;
}

.treatment-menu__heading {
  margin: 0 auto 28px;
  text-align: center;
}

.treatment-menu__heading p {
  margin: 0 0 14px;
  color: #a98645;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.42em;
}

.treatment-menu__heading h2 {
  margin: 0;
  color: #5d5144;
  font-size: clamp(1.26rem, 5.4vw, 1.64rem);
  line-height: 1.72;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.treatment-menu__heading span {
  display: block;
  width: 42px;
  height: 1px;
  margin: 18px auto 0;
  background: rgba(169, 134, 69, 0.62);
}

.treatment-menu-card {
  margin: 0 auto 34px;
  text-align: center;
}

.treatment-menu-card:last-child {
  margin-bottom: 0;
}

.treatment-menu-card img {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 14px 32px rgba(96, 79, 55, 0.08);
}

.treatment-menu-card:first-of-type img {
  object-position: 54% 20%;
}

.treatment-menu-card__body {
  padding: 18px 12px 0;
}

.treatment-menu-card__body > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(169, 134, 69, 0.74);
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.18em;
}

.treatment-menu-card h3 {
  margin: 0;
  color: #5a4d3f;
  font-size: 1.12rem;
  line-height: 1.4;
  letter-spacing: 0.16em;
  font-weight: 400;
}

.treatment-menu-card small {
  display: block;
  margin-top: 7px;
  color: rgba(169, 134, 69, 0.82);
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0.28em;
}

.treatment-menu-card p {
  margin: 18px 0 18px;
  color: rgba(79, 70, 61, 0.74);
  font-size: 0.82rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
}

.treatment-menu-card a {
  width: min(100%, 230px);
  min-height: 42px;
  margin: 0 auto;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #8d6f3f;
  border: 1px solid rgba(169, 134, 69, 0.42);
  background: rgba(255, 252, 247, 0.58);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.treatment-menu-card a span {
  font-size: 0.8rem;
}

.pearl-card,
.pearl-ritual__visual,
.incense-card,
.visit-flow-card,
.treatment-menu-card {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.is-visible .pearl-card,
.is-visible .pearl-ritual__visual,
.is-visible .incense-card,
.is-visible .visit-flow-card,
.is-visible .treatment-menu-card {
  opacity: 1;
  transform: translateY(0);
}

.is-visible .pearl-ritual__content .pearl-card:nth-child(2) {
  transition-delay: 0.08s;
}

.is-visible .pearl-ritual__content .pearl-card:nth-child(3),
.is-visible .pearl-ritual__visual--accent {
  transition-delay: 0.16s;
}

.is-visible .incense-card:nth-child(2) {
  transition-delay: 0.08s;
}

.is-visible .incense-card:nth-child(3) {
  transition-delay: 0.16s;
}

.is-visible .visit-flow-card:nth-child(2) {
  transition-delay: 0.08s;
}

.is-visible .visit-flow-card:nth-child(3) {
  transition-delay: 0.16s;
}

.is-visible .visit-flow-card:nth-child(4) {
  transition-delay: 0.24s;
}

.is-visible .treatment-menu-card:nth-of-type(2) {
  transition-delay: 0.1s;
}

@media (max-width: 980px) {
  .pearl-ritual__content {
    padding-bottom: 0;
  }

  .pearl-card {
    min-height: 154px;
    padding: 0 20px 24px;
  }

  .pearl-card__image {
    width: calc(100% + 40px);
    height: 170px;
    margin: 0 -20px 8px;
  }

}

@media (max-width: 980px) {
  .desktop-rail,
  .desktop-actions {
    display: none;
  }

  main {
    width: min(100%, 430px);
  }

  body.product-page main {
    width: 100%;
  }

  .product-header {
    height: 64px;
    padding: 0 18px;
  }

  .product-header__nav {
    gap: 14px;
    font-size: 0.62rem;
  }

  .product-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .product-hero__visual {
    min-height: 62vh;
  }

  .product-hero__visual::after {
    background: linear-gradient(180deg, transparent 48%, rgba(25, 24, 22, 0.72));
  }

  .product-hero__content {
    padding: 38px 24px 48px;
  }

  .product-copy {
    font-size: 0.86rem;
  }

  .product-actions {
    margin-top: 32px;
  }

  .product-detail__lead,
  .product-spec div,
  .product-steps {
    grid-template-columns: 1fr;
  }

  .product-spec div {
    gap: 8px;
  }

  .product-steps article {
    min-height: auto;
  }

  .pearl-lp {
    width: min(100%, 610px);
  }

  .pearl-lp-hero {
    min-height: 202px;
  }

  .pearl-lp-hero__copy {
    width: 52%;
    padding-left: 24px;
  }

  .pearl-lp-hero h1 {
    font-size: clamp(1.18rem, 5vw, 1.42rem);
  }

  .pearl-lp-hero p {
    font-size: 0.58rem;
  }

  .pearl-lp-concept {
    padding: 26px 20px 24px;
    gap: 18px;
  }

  .pearl-lp-info {
    padding: 30px 20px 34px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .pearl-lp__header p {
    letter-spacing: 0.32em;
  }

  .pearl-lp-hero {
    min-height: 360px;
  }

  .pearl-lp-hero img {
    width: 100%;
    height: 64%;
    inset: 0 0 auto;
    object-position: 54% 18%;
  }

  .pearl-lp-hero::after {
    background: linear-gradient(180deg, rgba(247, 242, 234, 0.04) 0%, rgba(247, 242, 234, 0.88) 54%, #f7f2ea 100%);
  }

  .pearl-lp-hero__copy {
    width: auto;
    padding: 218px 24px 24px;
  }

  .pearl-lp-concept,
  .pearl-lp-steps__grid {
    grid-template-columns: 1fr;
  }

  .pearl-lp-concept figure {
    height: 180px;
  }

  .pearl-lp-steps {
    padding-inline: 16px;
  }

  .pearl-lp-steps article {
    display: grid;
    grid-template-columns: 42% 1fr;
  }

  .pearl-lp-steps article img {
    height: 100%;
    min-height: 132px;
  }

  .pearl-lp-cta p {
    font-size: 0.86rem;
  }

  .body-lp-hero {
    min-height: 250px;
  }

  .body-lp-hero__copy {
    width: 70%;
    padding: 30px 0 22px 26px;
  }

  .body-lp-hero h1 {
    font-size: 1.38rem;
  }

  .body-lp-hero p {
    margin-top: 24px;
    font-size: 0.58rem;
  }

  .body-lp-intro {
    padding-inline: 22px;
  }

  .body-lp-steps {
    padding-inline: 16px;
  }

  .body-lp-step {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .body-lp-step img {
    height: 120px;
    order: -1;
  }

  .body-lp-step__text {
    grid-template-columns: 42px 1fr;
  }

  .body-lp-price {
    grid-template-columns: 1fr;
  }

  .body-lp-price__name,
  .body-lp-price__meta,
  .body-lp-price__amount {
    border-right: 0;
    border-bottom: 1px solid rgba(139, 112, 75, 0.16);
  }

  .body-lp-price a {
    margin: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .section-reveal,
  .trace-card,
  .treatment-card,
  .flow-steps article,
  .elite-card,
  .pearl-card,
  .pearl-ritual__visual,
  .incense-card,
  .visit-flow-card,
  .treatment-menu-card {
    opacity: 1;
    transform: none;
  }

  .hero__slide {
    animation: none;
  }

  .hero__slide--one {
    opacity: 0;
  }

  .hero__slide--two {
    opacity: 1;
  }

  .hero__slide--three {
    opacity: 0;
  }

  .hero__slide--four {
    opacity: 0;
  }
}
