:root {
  --nd-ink: #27314a;
  --nd-navy: #355c7d;
  --nd-purple: #6c5b7b;
  --nd-purple-deep: #403551;
  --nd-coral: #e96575;
  --nd-cream: #fff8ef;
  --nd-rose: #f8e1e0;
  --nd-white: #ffffff;
  --nd-gold: #c7a66a;
  --nd-muted: #686579;
  --nd-line: rgba(74, 62, 92, 0.15);
  --nd-shadow: 0 20px 55px rgba(43, 38, 63, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.nonduality-page {
  margin: 0;
  background: var(--nd-cream);
  color: var(--nd-ink);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  overflow-x: hidden;
}

.nonduality-page .navbar {
  position: relative;
  z-index: 20;
  background: var(--nd-purple-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nonduality-page .navbar-brand,
.nonduality-page .nav-link {
  color: #fff5f3 !important;
}

.nonduality-page .nav-link:focus-visible,
.nonduality-page .nav-link:hover {
  color: #ffd7d4 !important;
}

.nonduality-page .lp-site-nav__cta {
  padding-inline: 1.15rem !important;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
}

.nonduality-page footer {
  background: var(--nd-purple-deep);
  color: #fff5f3;
}

.nonduality-page footer p {
  margin-bottom: 0.6rem;
}

.lp-site-footer__brand {
  color: #fff5f3;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.lp-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.3rem;
  margin: 1.3rem 0 1rem;
}

.lp-site-footer__links a {
  color: rgba(255, 245, 243, 0.78);
  font-size: 0.8rem;
  text-underline-offset: 0.25em;
}

.lp-site-footer__copyright {
  color: rgba(255, 245, 243, 0.58);
  font-size: 0.75rem;
}

.landing-skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000;
  padding: 0.7rem 1rem;
  border-radius: 0.35rem;
  background: #fff;
  color: var(--nd-purple-deep);
  transform: translateY(-150%);
}

.landing-skip-link:focus {
  transform: translateY(0);
}

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

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

.nonduality-lp h1,
.nonduality-lp h2,
.nonduality-lp h3,
.lp-signature {
  font-family: "Noto Serif JP", serif;
}

.nonduality-lp h2 {
  margin-bottom: 1.35rem;
  color: var(--nd-navy);
  font-size: clamp(1.75rem, 4vw, 2.7rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.55;
}

.nonduality-lp h3 {
  color: var(--nd-ink);
  font-size: 1.23rem;
  font-weight: 600;
  line-height: 1.65;
}

.lp-container {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.lp-container--narrow {
  width: min(820px, calc(100% - 48px));
}

.lp-section {
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.lp-section--tinted {
  background:
    radial-gradient(circle at 10% 5%, rgba(246, 114, 128, 0.09), transparent 32%),
    #fffdf9;
}

.lp-center {
  text-align: center;
}

.lp-prose {
  font-size: 1.04rem;
}

.lp-prose p {
  margin-bottom: 1.45rem;
}

.lp-kicker,
.lp-eyebrow {
  margin-bottom: 0.75rem;
  color: var(--nd-coral);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lp-heading {
  max-width: 760px;
  margin: 0 auto 3.25rem;
  text-align: center;
}

.lp-heading > p:last-child {
  color: var(--nd-muted);
}

.lp-hero {
  position: relative;
  display: grid;
  min-height: min(790px, calc(100vh - 56px));
  place-items: center;
  isolation: isolate;
  background-image: url("../images/nonduality/hero.webp");
  background-position: center;
  background-size: cover;
  color: var(--nd-white);
}

.lp-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 25, 62, 0.88) 0%, rgba(23, 31, 67, 0.68) 52%, rgba(28, 25, 66, 0.48) 100%),
    linear-gradient(0deg, rgba(16, 18, 48, 0.62), transparent 50%);
}

.lp-hero__content {
  padding: 5rem 0 7rem;
}

.lp-hero .lp-eyebrow {
  color: #ffd1d0;
}

.lp-hero h1 {
  max-width: 920px;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: clamp(2.15rem, 5.4vw, 4.6rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.38;
  text-shadow: 0 4px 25px rgba(8, 12, 43, 0.45);
}

.lp-hero h1 span {
  display: block;
  margin-bottom: 0.65rem;
  color: #ffe1dd;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.05rem, 2.2vw, 1.55rem);
  font-weight: 500;
  letter-spacing: 0.13em;
}

.lp-hero__lead {
  max-width: 720px;
  margin-bottom: 2.15rem;
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  line-height: 2;
  text-shadow: 0 2px 12px rgba(8, 12, 43, 0.45);
}

.lp-facts {
  display: flex;
  width: fit-content;
  margin: 0 0 2.25rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.8rem;
  background: rgba(19, 24, 59, 0.36);
  backdrop-filter: blur(8px);
  list-style: none;
}

.lp-facts li {
  min-width: 145px;
  padding: 1rem 1.35rem;
  text-align: center;
}

.lp-facts li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.lp-facts strong,
.lp-facts span {
  display: block;
}

.lp-facts strong {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.18rem;
}

.lp-facts span {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
}

.lp-button {
  display: inline-flex;
  min-width: 260px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.lp-button--primary {
  background: var(--nd-coral);
  box-shadow: 0 12px 32px rgba(17, 14, 42, 0.35);
  color: #fff;
}

.lp-button--primary:hover {
  background: #d95768;
  color: #fff;
  transform: translateY(-2px);
}

.lp-button--disabled {
  cursor: default;
  background: #aaa5b1;
  color: #fff;
}

.lp-scroll-hint {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-decoration: none;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center;
}

.lp-scroll-hint::after {
  width: 44px;
  height: 1px;
  background: currentColor;
  content: "";
}

.lp-introduction {
  position: relative;
  background: var(--nd-cream);
}

.lp-introduction::before {
  position: absolute;
  top: 4rem;
  left: 50%;
  width: min(720px, 76vw);
  height: min(720px, 76vw);
  border: 1px solid rgba(199, 166, 106, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.lp-introduction .lp-container {
  position: relative;
}

.lp-emphasis {
  margin-top: 2.75rem;
  color: var(--nd-purple);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 600;
  line-height: 2;
}

.lp-split {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: start;
}

.lp-split h2 {
  position: sticky;
  top: 2rem;
}

.lp-learning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.lp-learning-card {
  min-height: 285px;
  padding: 2rem 1.55rem;
  border: 1px solid var(--nd-line);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 35px rgba(45, 40, 65, 0.06);
}

.lp-learning-card > span {
  display: block;
  margin-bottom: 2.2rem;
  color: var(--nd-coral);
  font-family: "Noto Serif JP", serif;
  font-size: 1.55rem;
}

.lp-learning-card h3 {
  min-height: 4.1rem;
  margin-bottom: 1rem;
}

.lp-learning-card p {
  margin-bottom: 0;
  color: var(--nd-muted);
  font-size: 0.92rem;
}

.lp-nights {
  background:
    radial-gradient(circle at 80% 10%, rgba(90, 116, 190, 0.28), transparent 35%),
    linear-gradient(145deg, #292b52, #463750 58%, #352f4c);
  color: rgba(255, 255, 255, 0.82);
}

.lp-heading--light h2,
.lp-nights h3 {
  color: #fff;
}

.lp-heading--light > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.lp-night-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.lp-night-card {
  position: relative;
  min-height: 355px;
  padding: 2.25rem 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(7px);
}

.lp-night-card::after {
  position: absolute;
  right: -35px;
  bottom: -55px;
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 220, 216, 0.17);
  border-radius: 50%;
  content: "";
}

.lp-night-card__number {
  margin-bottom: 3rem;
  color: #ffd1d0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
}

.lp-night-card h3 {
  min-height: 4.8rem;
  margin-bottom: 1.2rem;
}

.lp-night-card > p:last-child {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.lp-curriculum {
  margin-top: 2.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.lp-curriculum details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.lp-curriculum summary {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  padding: 1rem 3rem 1rem 0;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  list-style: none;
}

.lp-curriculum summary::-webkit-details-marker,
.lp-voice-card summary::-webkit-details-marker {
  display: none;
}

.lp-curriculum summary::after {
  position: absolute;
  right: 0.4rem;
  content: "+";
  color: #ffd1d0;
  font-size: 1.7rem;
  font-weight: 300;
}

.lp-curriculum details[open] summary::after {
  content: "−";
}

.lp-curriculum summary span {
  width: 7rem;
  color: #ffd1d0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
}

.lp-curriculum ul {
  columns: 2;
  gap: 3rem;
  margin: 0;
  padding: 0.4rem 0 2rem 8.25rem;
}

.lp-curriculum li {
  margin-bottom: 0.55rem;
  break-inside: avoid;
}

.lp-story {
  background:
    linear-gradient(rgba(255, 248, 239, 0.82), rgba(255, 248, 239, 0.9)),
    url("../images/nonduality/hero.webp") center / cover fixed;
}

.lp-story__box {
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--nd-shadow);
  backdrop-filter: blur(10px);
}

.lp-signature {
  margin: 2rem 0 0;
  color: var(--nd-purple);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-align: right;
}

.lp-voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  align-items: start;
}

.lp-voice-card {
  overflow: hidden;
  border: 1px solid var(--nd-line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 15px 40px rgba(44, 39, 63, 0.07);
}

.lp-voice-card summary {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 2.2rem 2rem 1.8rem;
  cursor: pointer;
  list-style: none;
}

.lp-voice-card__quote {
  height: 3.7rem;
  color: var(--nd-coral);
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
}

.lp-voice-card strong {
  margin-bottom: 1.4rem;
  color: var(--nd-purple-deep);
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  line-height: 1.8;
}

.lp-voice-card small {
  color: var(--nd-muted);
}

.lp-voice-card__more {
  margin-top: auto;
  padding-top: 1.6rem;
  color: var(--nd-coral);
  font-size: 0.82rem;
  font-weight: 700;
}

.lp-voice-card__more::after {
  margin-left: 0.4rem;
  content: "+";
}

.lp-voice-card[open] .lp-voice-card__more::after {
  content: "−";
}

.lp-voice-card__body {
  padding: 0 2rem 1.6rem;
  color: var(--nd-muted);
  font-size: 0.94rem;
}

.lp-voice-card__body p {
  margin-bottom: 1.1rem;
}

.lp-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}

.lp-fit-card {
  padding: clamp(2rem, 5vw, 3.4rem);
  border-radius: 1.1rem;
}

.lp-fit-card--yes {
  background: #fff;
  box-shadow: var(--nd-shadow);
}

.lp-fit-card--no {
  border: 1px solid rgba(108, 91, 123, 0.17);
  background: rgba(108, 91, 123, 0.06);
}

.lp-fit-card h2 {
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.lp-fit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-fit-card li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.9rem;
}

.lp-fit-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--nd-coral);
  content: "◇";
  font-weight: 700;
}

.lp-fit-card--no li::before {
  color: var(--nd-purple);
}

.lp-fit-card__note {
  margin: 1.7rem 0 0;
  color: var(--nd-muted);
  font-size: 0.78rem;
}

.lp-offer {
  background:
    radial-gradient(circle at 50% -5%, rgba(248, 225, 224, 0.6), transparent 40%),
    #f6efe9;
}

.lp-offer__card {
  padding: clamp(2rem, 7vw, 5rem);
  border-top: 4px solid var(--nd-gold);
  border-radius: 0.4rem 0.4rem 1.2rem 1.2rem;
  background: #fff;
  box-shadow: var(--nd-shadow);
  text-align: center;
}

.lp-offer__caption {
  margin: -0.6rem 0 2.5rem;
  color: var(--nd-muted);
}

.lp-offer__details {
  max-width: 620px;
  margin: 0 auto 2.5rem;
  border-top: 1px solid var(--nd-line);
  text-align: left;
}

.lp-offer__details > div {
  display: grid;
  grid-template-columns: 8rem 1fr;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--nd-line);
}

.lp-offer__details dt,
.lp-offer__details dd {
  margin: 0;
}

.lp-offer__details dt {
  color: var(--nd-muted);
  font-weight: 500;
}

.lp-offer__price {
  align-items: center;
}

.lp-offer__price dd {
  color: var(--nd-purple-deep);
}

.lp-offer__price strong {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
}

.lp-offer__price span {
  margin-left: 0.35rem;
  font-size: 0.82rem;
}

.lp-offer__action > p {
  margin: 1rem 0 0;
  color: var(--nd-muted);
  font-size: 0.78rem;
}

.lp-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 1.4rem;
  margin-top: 2.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--nd-line);
}

.lp-legal-links a {
  color: var(--nd-muted);
  font-size: 0.78rem;
  text-underline-offset: 0.25em;
}

.lp-blessing {
  position: relative;
  overflow: hidden;
  background: #fffaf4;
  color: var(--nd-purple-deep);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.lp-blessing::before,
.lp-blessing::after {
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(199, 166, 106, 0.15);
  border-radius: 50%;
  content: "";
}

.lp-blessing::before {
  top: -150px;
  left: -100px;
}

.lp-blessing::after {
  right: -100px;
  bottom: -150px;
}

.lp-blessing p {
  margin-bottom: 1.8rem;
}

.lp-blessing__closing {
  color: var(--nd-coral);
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 2;
}

.lp-blessing .lp-signature {
  margin-top: 3rem;
}

.nonduality-lp a:focus-visible,
.nonduality-lp summary:focus-visible {
  outline: 3px solid #ffb8b8;
  outline-offset: 4px;
}

@media (max-width: 960px) {
  .lp-learning-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .lp-night-card {
    min-height: 0;
  }

  .lp-night-card__number {
    margin-bottom: 1.4rem;
  }

  .lp-night-card h3 {
    min-height: 0;
  }

  .lp-curriculum ul {
    columns: 1;
  }
}

@media (max-width: 720px) {
  .lp-container,
  .lp-container--narrow {
    width: min(100% - 32px, 1120px);
  }

  .lp-section {
    padding: 4.6rem 0;
  }

  .lp-hero {
    min-height: 720px;
    background-position: 43% center;
  }

  .lp-hero__content {
    padding: 4rem 0 6.5rem;
  }

  .lp-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .lp-hero h1 span {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
  }

  .lp-facts {
    width: 100%;
  }

  .lp-facts li {
    min-width: 0;
    flex: 1;
    padding: 0.85rem 0.35rem;
  }

  .lp-facts strong {
    font-size: 0.93rem;
  }

  .lp-facts span {
    font-size: 0.65rem;
  }

  .lp-button {
    width: 100%;
    min-width: 0;
  }

  .lp-split,
  .lp-learning-grid,
  .lp-voice-grid,
  .lp-fit-grid {
    grid-template-columns: 1fr;
  }

  .lp-split {
    gap: 1rem;
  }

  .lp-split h2 {
    position: static;
  }

  .lp-learning-card {
    min-height: 0;
  }

  .lp-learning-card > span {
    margin-bottom: 1rem;
  }

  .lp-learning-card h3 {
    min-height: 0;
  }

  .lp-curriculum summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1.1rem 2.5rem 1.1rem 0;
  }

  .lp-curriculum summary span {
    width: auto;
  }

  .lp-curriculum ul {
    padding: 0.3rem 0 1.5rem 1.25rem;
  }

  .lp-story {
    background-attachment: scroll;
  }

  .lp-voice-card summary {
    min-height: 260px;
  }

  .lp-offer__details > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .lp-offer__price strong {
    font-size: 1.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lp-button {
    transition: none;
  }
}
