:root { color-scheme: light; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #f6ad35;
}

.lp {
  --orange: #f6ad35;
  --orange-soft: #f8c66f;
  --cream: #fff3d4;
  --paper: #fffaf0;
  --sand: #f1d89c;
  --plum: #7b2d68;
  --plum-dark: #542040;
  --pink: #c82067;
  --blue: #4e6594;
  min-width: 0;
  overflow: clip;
  color: var(--plum-dark);
  background: var(--paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
}

.lp *, .lp *::before, .lp *::after { box-sizing: border-box; }
.lp h1, .lp h2, .lp h3, .lp p, .lp figure { margin: 0; }
.lp h1, .lp h2, .lp h3, .lp p, .lp li { line-break: strict; word-break: auto-phrase; }
.lp a { color: inherit; text-decoration: none; }
.lp button, .lp input { font: inherit; }
.lp button, .lp a, .lp input { -webkit-tap-highlight-color: transparent; }
.lp [hidden] { display: none !important; }
.lp :focus-visible { outline: 3px solid var(--plum-dark); outline-offset: 4px; }

.lp-cover-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  width: min(1060px, calc(100% - 48px));
  min-height: 72px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  color: var(--plum);
}

.lp-brand {
  display: inline-flex;
  align-items: center;
}

.lp-brand-logo { display: block; width: auto; height: 58px; object-fit: contain; }

.lp-global-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(26px, 2.4vw, 36px);
  font-size: 11.5px;
  font-weight: 800;
}

.lp-global-nav a { border-bottom: 1px solid transparent; }
.lp-global-nav a:hover { border-color: currentColor; }

.lp-header-cta, .lp-button, .lp-signup button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: var(--paper);
  background: var(--pink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.lp .lp-header-cta { min-height: 36px; padding: 7px 17px; color: var(--cream); }
.lp-header-cta:hover, .lp-button:hover, .lp-signup button:hover { background: var(--plum); transform: translateY(-1px); }

.lp-store-buttons { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.lp-store-badge { appearance: none; display: inline-flex; height: 48px; align-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.lp-store-badge img { display: block; width: auto; height: 48px; }
.lp-store-badge-google img { height: 58px; margin: -5px 0; }
.lp-store-cta { margin-top: 22px; }
.lp-price-store > p { margin-top: 6px; color: rgba(84, 32, 64, 0.68); font-size: 8px; line-height: 1.7; }

/* Hero: existing 8weeks services use one strong, full-height statement. */
.lp-hero {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--orange);
}

.lp-hero-art {
  position: absolute;
  inset: 0 7vw 0 auto;
  z-index: 0;
  width: min(59vw, 1120px);
  overflow: hidden;
  opacity: 0.84;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.4) 10%, #000 30%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.4) 10%, #000 30%, #000 90%, transparent 100%);
}

.lp-hero-art .lp-cover-image {
  object-position: 48% 44%;
  filter: saturate(0.9) contrast(0.98) brightness(1.01);
  mix-blend-mode: multiply;
}

.lp-hero-wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--orange) 0 38%, rgba(246, 173, 53, 0.88) 48%, rgba(246, 173, 53, 0.42) 65%, rgba(246, 173, 53, 0.08) 100%),
    linear-gradient(180deg, rgba(246, 173, 53, 0.05), rgba(246, 173, 53, 0.24));
}

.lp-hero-content {
  position: relative;
  z-index: 2;
  width: min(1060px, calc(100% - 48px));
  margin: 0 auto;
  padding: 112px 0 66px;
}

.lp-hero h1 {
  max-width: 520px;
  margin-top: 0;
  color: var(--plum);
  font-size: clamp(30px, 2.8vw, 36px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.lp-hero-thesis {
  max-width: 500px;
  margin-top: 21px;
  color: var(--plum);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.9;
}

.lp-lead {
  max-width: 500px;
  margin-top: 12px;
  color: var(--plum-dark);
  font-size: 13px;
  line-height: 1.95;
}

.lp-hero-form { max-width: 480px; margin-top: 22px; }
.lp-signup label { display: block; margin-bottom: 6px; font-size: 9px; font-weight: 800; }
.lp-signup-row { display: flex; gap: 8px; }
.lp-signup input {
  min-width: 0;
  height: 44px;
  flex: 1;
  padding: 0 16px;
  border: 1px solid rgba(84, 32, 64, 0.48);
  border-radius: 999px;
  color: var(--plum-dark);
  background: rgba(255, 250, 240, 0.9);
  font-size: 12px;
}
.lp-signup input::placeholder { color: rgba(84, 32, 64, 0.5); }
.lp-signup button { min-width: 155px; padding: 8px 18px; }
.lp-form-note, .lp-form-message { margin-top: 7px; font-size: 8px; line-height: 1.6; }
.lp-form-note a { text-decoration: underline; text-underline-offset: 3px; }
.lp-form-message.is-error { color: #7f173d; font-weight: 700; }
.lp-form-message.is-success { color: #356843; font-weight: 700; }
.lp-scroll-cue { position: absolute; bottom: 26px; left: 50%; display: flex; align-items: center; gap: 9px; font-size: 7px; font-weight: 800; letter-spacing: 0.15em; transform: translateX(-50%); }
.lp-scroll-cue i { width: 31px; height: 1px; background: currentColor; }

/* Shared chapter rhythm */
.lp-section { position: relative; padding: clamp(76px, 7vw, 96px) 0; }
.lp-section-inner { width: min(1040px, calc(100% - 64px)); margin: 0 auto; }
.lp-narrow { width: min(820px, calc(100% - 48px)); }
.lp-section h2, .lp-final h2 {
  margin-top: 0;
  color: var(--plum);
  font-size: clamp(26px, 2.35vw, 32px);
  font-weight: 900;
  line-height: 1.48;
  letter-spacing: -0.045em;
}
.lp-section h3 { color: var(--plum); }
.lp-section-intro, .lp-section-lead, .lp-body-copy { max-width: 620px; margin-top: 18px; font-size: 13px; line-height: 1.95; }
.lp-copy-stack { display: grid; gap: 12px; }
.lp-split { display: grid; grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.35fr); gap: clamp(52px, 7vw, 88px); align-items: start; }
.lp-split-reverse { grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr); align-items: center; }
/* Pain first — traced from the current consumer services. */
.lp-concerns { background: var(--paper); text-align: center; }
.lp-concerns .lp-section-intro { margin-right: auto; margin-left: auto; }
.lp-concern-list { display: grid; margin-top: 40px; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(123,45,104,.5); border-bottom: 1px solid rgba(123,45,104,.35); }
.lp-concern-item { min-height: 230px; padding: 25px 22px 28px; text-align: left; }
.lp-concern-item:first-child { padding-left: 0; }
.lp-concern-item:last-child { padding-right: 0; }
.lp-concern-item + .lp-concern-item { border-left: 1px solid rgba(123,45,104,.35); }
.lp-concern-item span { display: block; color: var(--pink); font-size: 12px; font-weight: 900; }
.lp-concern-item h3 { margin-top: 17px; color: var(--plum); font-size: 15px; line-height: 1.75; }
.lp-concern-item p { margin-top: 11px; color: rgba(84,32,64,.78); font-size: 12px; font-weight: 500; line-height: 1.95; }
.lp-closing-copy { max-width: 620px; margin: 32px auto 0; }
.lp-closing-copy strong { color: var(--pink); font-size: 18px; line-height: 1.8; }
.lp-closing-copy p { margin-top: 10px; font-size: 13px; line-height: 2; }

/* Hormone rhythm */
.lp-cortisol { background: linear-gradient(180deg, var(--orange) 0%, #f8bd56 64%, var(--cream) 100%); }
.lp-rhythm-visual { position: relative; padding: 30px 24px 20px; border: 1px solid rgba(123,45,104,.48); background: rgba(255,243,212,.22); }
.lp-rhythm-visual svg { display: block; width: 100%; height: auto; overflow: visible; }
.lp-rhythm-axis { fill: none; stroke: rgba(84,32,64,.3); stroke-width: 1; }
.lp-rhythm-wave { fill: none; stroke: var(--plum); stroke-linecap: round; stroke-width: 3; }
.lp-rhythm-visual circle { fill: var(--pink); }
.lp-sun, .lp-moon { position: absolute; top: 14px; font-size: 9px; font-weight: 800; }
.lp-sun { left: 18px; }
.lp-moon { right: 18px; }
.lp-time-labels { display: flex; justify-content: space-between; font-size: 7px; font-weight: 700; }

.lp-editorial-band { display: grid; margin-top: 58px; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 52px; border-top: 1px solid rgba(123,45,104,.3); border-bottom: 1px solid rgba(123,45,104,.24); }
.lp-editorial-art { position: relative; align-self: stretch; min-height: 360px; overflow: hidden; }
.lp-editorial-art::after { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 55%, rgba(255,243,212,.94) 100%); content: ""; }
.lp-editorial-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; opacity: .9; mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(90deg,#000 0 78%,transparent 100%); mask-image: linear-gradient(90deg,#000 0 78%,transparent 100%); }
.lp-editorial-copy { max-width: 560px; padding: 52px 0; }
.lp-editorial-copy h3, .lp-contrast-band h3 { color: var(--plum); font-size: 22px; line-height: 1.55; }
.lp-editorial-copy > p, .lp-contrast-band > div > p { margin-top: 13px; font-size: 13px; line-height: 1.95; }
.lp-editorial-copy > .lp-editorial-lead { margin-top: 0; color: var(--plum); font-size: 20px; font-weight: 900; line-height: 1.6; }

/* Rhythm image chapter */
.lp-cause { padding: clamp(68px, 7vw, 92px) 0 0; background: linear-gradient(180deg,var(--cream) 0%,var(--paper) 22%,var(--paper) 100%); }
.lp-image-split { display: grid; width: min(1040px, calc(100% - 64px)); grid-template-columns: 43% 57%; margin: 0 auto; border-top: 1px solid rgba(123,45,104,.28); border-bottom: 1px solid rgba(123,45,104,.28); }
.lp-portrait { position: relative; min-height: 520px; overflow: hidden; background: var(--orange); }
.lp-portrait::after { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,transparent 62%,var(--paper) 100%); content: ""; }
.lp-portrait .lp-cover-image { inset: 0 auto 0 -8%; width: 108%; object-position: 50% 43%; filter: saturate(.95) brightness(1.03); opacity: .92; mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(90deg,#000 0 76%,transparent 100%); mask-image: linear-gradient(90deg,#000 0 76%,transparent 100%); }
.lp-copy-panel { display: flex; flex-direction: column; justify-content: center; max-width: 620px; padding: 62px 56px; }
.lp-center-message { margin-top: 27px; padding-top: 24px; border-top: 1px solid rgba(123,45,104,.4); color: var(--plum); font-size: 14px; }
.lp-center-message strong { color: var(--pink); font-size: 22px; }
.lp-contrast-band { display: grid; padding: 68px 0 80px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; }
.lp-contrast-band figure { position: relative; overflow: hidden; }
.lp-contrast-band figure::after { position: absolute; inset: 0; background: linear-gradient(90deg,transparent 62%,var(--paper) 100%); content: ""; }
.lp-contrast-band figure img { display: block; width: 108%; max-width: none; height: auto; margin-left: -8%; opacity: .88; mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(90deg,#000 0 76%,transparent 100%); mask-image: linear-gradient(90deg,#000 0 76%,transparent 100%); }

/* Evidence */
.lp-science { background: var(--plum); color: var(--cream); }
.lp-science h2 { color: var(--cream); }
.lp-science-head { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 70px; align-items: start; }
.lp-science-head h2 { grid-column: 1; grid-row: 1; }
.lp-science-head .lp-section-intro { grid-column: 2; grid-row: 1; align-self: end; }
.lp-science-head .lp-section-intro { margin-top: 0; color: rgba(255,243,212,.82); }
.lp-science-lines { margin-top: 36px; border-top: 1px solid rgba(255,243,212,.55); }
.lp-science-lines article { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 18px 0; border-bottom: 1px solid rgba(255,243,212,.3); align-items: center; }
.lp-science-lines time { color: var(--orange-soft); font-size: 22px; font-weight: 900; }
.lp-science-lines p { max-width: 700px; font-size: 13px; line-height: 1.9; }
.lp-sources { margin-top: 16px; color: rgba(255,243,212,.72); font-size: 8px; }
.lp-sources a { text-decoration: underline; text-underline-offset: 3px; }
.lp-integrative-note { display: grid; margin-top: 48px; padding: 34px 0 4px; grid-template-columns: .82fr 1.18fr; gap: 70px; border-top: 1px solid rgba(255,243,212,.48); }
.lp-integrative-note h3 { color: var(--cream); font-size: 21px; line-height: 1.6; }
.lp-integrative-note > div:last-child > p { color: rgba(255,243,212,.86); font-size: 12px; line-height: 2; }
.lp-integrative-axis { display: grid; margin-top: 25px; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 10px; color: rgba(255,243,212,.67); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.lp-integrative-axis i { height: 1px; background: rgba(255,243,212,.32); }
.lp-integrative-axis b { color: var(--orange-soft); font-size: 8px; }

/* Missing view / development rationale */
.lp-gap { background: linear-gradient(180deg,var(--paper) 0%,var(--paper) 78%,var(--cream) 100%); }
.lp-gap-inner { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: center; }
.lp-data-stream { display: grid; gap: 10px; color: rgba(123,45,104,.25); font-size: 30px; font-weight: 900; line-height: 1.05; }
.lp-data-stream small { font-size: 7px; letter-spacing: .1em; }
.lp-data-stream i { width: 80%; height: 1px; background: rgba(123,45,104,.25); }
.lp-body-time-art { position: relative; min-height: 440px; overflow: hidden; }
.lp-body-time-art::after { position: absolute; inset: 0; background: linear-gradient(90deg,transparent 62%,var(--paper) 100%); content: ""; }
.lp-body-time-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; opacity: .9; mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(90deg,#000 0 78%,transparent 100%); mask-image: linear-gradient(90deg,#000 0 78%,transparent 100%); }
.lp-data-note { margin-top: 16px; padding-top: 12px; border-top: 1px solid rgba(123,45,104,.24); font-size: 8px; line-height: 1.8; }
.lp-origin-note { margin-top: 46px; padding: 27px 0 0 32%; border-top: 1px solid var(--plum); }
.lp-origin-note h3 { font-size: 20px; line-height: 1.6; }
.lp-origin-note > p { max-width: 680px; margin-top: 11px; font-size: 13px; line-height: 2; }

/* Product experience */
.lp-product { background: linear-gradient(180deg,var(--cream) 0%,#fff0ce 58%,var(--cream) 100%); }
.lp-product-intro { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 70px; align-items: start; }
.lp-product-intro h2 { grid-column: 1; grid-row: 1; }
.lp-product-intro .lp-body-copy { margin-top: 2px; }
.lp-product-intro .lp-body-copy { grid-column: 2; grid-row: 1; }
.lp-product-access { display: grid; margin-top: 36px; grid-template-columns: 1.08fr .92fr; border-top: 1px solid rgba(123,45,104,.42); border-bottom: 1px solid rgba(123,45,104,.32); }
.lp-product-access article { padding: 27px 32px 30px 0; }
.lp-product-access article + article { padding-right: 0; padding-left: 32px; border-left: 1px solid rgba(123,45,104,.28); }
.lp-product-access h3 { color: var(--plum); font-size: 18px; line-height: 1.65; }
.lp-product-access p { max-width: 480px; margin-top: 10px; font-size: 13px; line-height: 1.95; }
.lp-product-stage { position: relative; display: grid; min-height: 680px; margin-top: 44px; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; border-radius: 2px; background: var(--orange); }
.lp-product-art { position: absolute; inset: 0 auto 0 0; width: 44%; overflow: hidden; opacity: .8; }
.lp-product-art .lp-cover-image { object-position: 50% 45%; mix-blend-mode: multiply; }
.lp-current-mock { position: relative; z-index: 2; width: 205px; margin: 0 auto; transform: translateX(-30px) rotate(-3deg); }
.lp-current-mock figcaption { margin-bottom: 7px; color: var(--plum); font-size: 8px; font-weight: 900; text-align: center; }
.lp-current-mock img { display: block; width: 100%; height: auto; border: 3px solid var(--plum); border-radius: 24px; box-shadow: 10px 12px 0 rgba(123,45,104,.18); }
.lp-phone-mock { position: relative; z-index: 3; width: min(315px, 82%); min-height: 600px; margin: 0 auto; padding: 39px 17px 19px; border: 6px solid var(--plum-dark); border-radius: 42px; color: var(--plum-dark); background: var(--paper); box-shadow: 12px 14px 0 var(--sand); }
.lp-phone-speaker { position: absolute; top: 13px; left: 50%; width: 76px; height: 20px; border-radius: 20px; background: var(--plum-dark); transform: translateX(-50%); }
.lp-phone-top { display: flex; justify-content: space-between; padding: 10px 2px 15px; border-bottom: 1px solid rgba(123,45,104,.2); font-size: 12px; font-weight: 900; }
.lp-phone-top small { font-size: 7px; opacity: .6; }
.lp-offset-display { padding: 23px 2px 20px; }
.lp-offset-display > small { font-size: 9px; font-weight: 700; }
.lp-offset-display strong { display: block; margin-top: 4px; color: var(--plum); font-size: 34px; line-height: 1.3; letter-spacing: -.06em; }
.lp-offset-display strong span { color: var(--pink); font-size: .72em; }
.lp-offset-display > p { margin-top: 3px; color: var(--pink); font-size: 9px; font-weight: 800; }
.lp-offset-track { position: relative; height: 2px; margin-top: 24px; background: rgba(123,45,104,.2); }
.lp-offset-track i, .lp-offset-track b { position: absolute; top: 50%; width: 11px; aspect-ratio: 1; border: 2px solid var(--paper); border-radius: 50%; transform: translate(-50%,-50%); }
.lp-offset-track i { left: 35%; background: #477c55; }
.lp-offset-track b { left: 73%; background: var(--pink); box-shadow: 0 0 0 4px rgba(200,32,103,.15); }
.lp-offset-labels { display: flex; justify-content: space-between; padding: 7px 19% 0 23%; font-size: 7px; }
.lp-today-times { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.lp-today-times div, .lp-best-time { padding: 12px; border: 1px solid rgba(123,45,104,.2); background: var(--cream); }
.lp-today-times small, .lp-best-time small { display: block; font-size: 7px; }
.lp-today-times strong { display: block; margin-top: 4px; font-size: 10px; }
.lp-best-time { margin-top: 7px; background: var(--sand); }
.lp-best-time strong { display: block; margin-top: 2px; font-size: 19px; }
.lp-best-time span { display: block; margin-top: 3px; font-size: 8px; }
.lp-recovery-row { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding-top: 11px; }
.lp-recovery-row span { display: flex; flex-direction: column; padding: 8px; border-left: 3px solid var(--orange); background: rgba(246,173,53,.12); font-size: 7px; }
.lp-recovery-row b { font-size: 9px; }
.lp-feature-lines { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--plum); border-bottom: 1px solid var(--plum); }
.lp-feature-lines div { min-height: 112px; padding: 21px 17px; border-right: 1px solid rgba(123,45,104,.4); }
.lp-feature-lines div:last-child { border-right: 0; }
.lp-feature-lines span { color: var(--pink); font-size: 8px; font-weight: 900; }
.lp-feature-lines p { margin-top: 9px; color: var(--plum); font-size: 12px; font-weight: 800; line-height: 1.7; }

.lp-product-atmosphere { position: relative; margin-top: 28px; overflow: hidden; border-top: 1px solid rgba(123,45,104,.28); border-bottom: 1px solid rgba(123,45,104,.28); background: var(--cream); }
.lp-product-atmosphere img { display: block; width: 100%; height: auto; filter: saturate(.96) brightness(1.01); opacity: .97; mix-blend-mode: multiply; }
.lp-feature-showcase { margin-top: 42px; border-top: 1px solid rgba(123,45,104,.45); }
.lp-feature-detail, .lp-feature-detail:nth-child(even) { display: grid; min-height: 430px; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 76px; padding: 32px 9%; border-bottom: 1px solid rgba(123,45,104,.28); }
.lp-feature-detail:nth-child(even) figure { order: 0; }
.lp-feature-detail figure { position: relative; width: min(180px, 100%); justify-self: center; isolation: isolate; }
.lp-feature-detail figure::before { position: absolute; top: 50%; left: 50%; z-index: -1; width: 180%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(246,173,53,.25) 0 38%,rgba(200,32,103,.08) 39% 56%,transparent 57%); content: ""; transform: translate(-50%,-50%); }
.lp-feature-detail figure img { display: block; width: 100%; height: auto; border: 1px solid rgba(123,45,104,.68); border-radius: 24px; background: var(--paper); box-shadow: 7px 9px 0 rgba(123,45,104,.11); }
.lp-feature-detail > div { max-width: 490px; }
.lp-feature-number { color: var(--pink); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.lp-feature-detail h3 { margin-top: 10px; color: var(--plum); font-size: 21px; line-height: 1.55; }
.lp-feature-detail > div > p { margin-top: 14px; font-size: 13px; line-height: 1.9; }
.lp-feature-detail small { display: block; margin-top: 14px; color: rgba(84,32,64,.62); font-size: 8px; line-height: 1.7; }

/* Story and feature sequence — one idea, one visual, one section. */
.lp-story { padding: 0; background: var(--paper); }
.lp-story-inner { display: grid; width: min(1120px, 100%); min-height: 650px; grid-template-columns: .95fr 1.05fr; align-items: stretch; }
.lp-story-art { position: relative; min-height: 650px; overflow: hidden; background: var(--orange); }
.lp-story-art::after { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,transparent 65%,var(--paper) 100%); content: ""; }
.lp-story-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; filter: saturate(.94) brightness(1.03); opacity: .94; mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(90deg,#000 0 78%,transparent 100%); mask-image: linear-gradient(90deg,#000 0 78%,transparent 100%); }
.lp-story-copy { display: flex; flex-direction: column; justify-content: center; max-width: 610px; padding: 72px 64px; }
.lp-story-copy .lp-body-copy { max-width: 560px; }
.lp-story-copy .lp-copy-stack h3 { margin: 12px 0 2px; color: var(--pink); font-size: 19px; line-height: 1.65; }

.lp-feature-section { padding: 0; }
.lp-feature-measure { background: linear-gradient(180deg,var(--cream),#fff0ce); }
.lp-feature-current { background: var(--paper); }
.lp-feature-action { background: linear-gradient(180deg,#fff0ce,var(--cream)); }
.lp-feature-daynight { background: linear-gradient(180deg,var(--orange-soft),var(--cream)); }
.lp-feature-report { background: var(--paper); }
.lp-feature-section .lp-feature-detail,
.lp-feature-section .lp-feature-detail:nth-child(even) { display: grid; min-height: 600px; grid-template-columns: 1.18fr .82fr; align-items: center; gap: clamp(58px,7vw,90px); padding: 72px 0; border-bottom: 1px solid rgba(123,45,104,.24); }
.lp-feature-reverse .lp-feature-visual { order: 2; }
.lp-feature-reverse .lp-feature-copy { order: 1; justify-self: end; }
.lp-feature-section .lp-feature-visual { width: 100%; justify-self: stretch; }
.lp-feature-visual::before { width: 68%; background: radial-gradient(circle,rgba(246,173,53,.28) 0 38%,rgba(200,32,103,.07) 39% 56%,transparent 57%); }
.lp-feature-section .lp-phone-shot { width: min(248px,100%); }
.lp-feature-section .lp-phone-shot img { border-radius: 30px; box-shadow: 10px 12px 0 rgba(123,45,104,.1); }
.lp-current-visual { position: relative; height: 560px; }
.lp-current-screen { position: absolute; overflow: hidden; border: 1px solid rgba(123,45,104,.24); border-radius: 30px; background: var(--paper); box-shadow: 12px 16px 28px rgba(84,32,64,.13); }
.lp-current-screen img { display: block; width: 100%; height: auto; }
.lp-current-screen-overview { top: 8px; left: 1%; width: 218px; transform: rotate(-2deg); }
.lp-current-screen-detail { top: 74px; right: 0; z-index: 2; width: 238px; height: 477px; transform: rotate(2deg); }
.lp-feature-visual-illustration { height: auto; aspect-ratio: 3 / 2; overflow: hidden; }
.lp-feature-visual-daynight { height: 470px; overflow: hidden; }
.lp-feature-visual-illustration::before,
.lp-feature-visual-daynight::before,
.lp-report-visual::before { display: none; }
.lp-feature-detail .lp-feature-visual-illustration img,
.lp-feature-detail .lp-feature-visual-daynight img { width: 100%; height: 100%; border: 0; border-radius: 0; object-fit: cover; box-shadow: none; opacity: .93; mix-blend-mode: multiply; }
.lp-feature-detail .lp-feature-visual-illustration img { object-fit: contain; object-position: 50% 50%; -webkit-mask-image: none; mask-image: none; }
.lp-feature-detail .lp-feature-visual-daynight img { object-position: 50% 39%; -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 18% 100%); mask-image: linear-gradient(90deg,transparent 0,#000 18% 100%); }
.lp-feature-copy { max-width: 470px; }
.lp-feature-copy > p { margin-top: 15px; font-size: 15px; line-height: 2; }
.lp-feature-copy > small { margin-top: 17px; }
.lp-feature-copy .lp-region-title { margin-top: 27px; padding-top: 23px; border-top: 1px solid rgba(123,45,104,.28); color: var(--pink); font-size: 18px; line-height: 1.65; }
.lp-feature-note { display: grid; gap: 6px; margin-top: 25px; padding: 19px 0; border-top: 1px solid rgba(123,45,104,.34); border-bottom: 1px solid rgba(123,45,104,.25); font-style: normal; }
.lp-feature-note strong { color: var(--plum); font-size: 13px; }
.lp-feature-note span { font-size: 11px; line-height: 1.9; }
.lp-report-visual { position: relative; display: grid; width: 100%; min-height: 520px; place-items: center; padding: 28px 5%; }
.lp-report-visual::after { position: absolute; z-index: -1; width: 82%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(247,207,160,.7),rgba(233,162,166,.18) 52%,transparent 72%); content: ""; }
.lp-mail-card { width: min(480px,100%); overflow: hidden; border: 1px solid rgba(123,45,104,.28); border-radius: 18px; color: var(--plum); background: rgba(255,250,240,.96); box-shadow: 12px 16px 0 rgba(123,45,104,.08); }
.lp-mail-toolbar { display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid rgba(123,45,104,.17); color: rgba(84,32,64,.65); font-size: 10px; font-weight: 800; }
.lp-mail-sender { display: grid; padding: 18px 22px 0; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; }
.lp-mail-avatar { display: grid; width: 34px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--cream); background: var(--pink); font-size: 15px; font-weight: 900; }
.lp-mail-sender div { display: grid; gap: 1px; }
.lp-mail-sender strong { font-size: 11px; }
.lp-mail-sender small, .lp-mail-sender time { color: rgba(84,32,64,.55); font-size: 8px; }
.lp-mail-subject { padding: 15px 22px 13px; font-size: 18px; font-weight: 900; line-height: 1.55; }
.lp-mail-summary { margin: 0 22px; padding: 18px 18px 8px; border-radius: 12px; background: linear-gradient(145deg,rgba(247,207,160,.52),rgba(233,162,166,.2)); }
.lp-mail-summary > span, .lp-mail-attachment > span, .lp-mail-season > span { display: block; color: var(--pink); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.lp-mail-summary > strong { display: block; margin-top: 6px; font-size: 14px; line-height: 1.65; }
.lp-mail-summary svg { display: block; width: 100%; height: 62px; margin-top: 3px; overflow: visible; fill: var(--pink); }
.lp-mail-summary path { fill: none; }
.lp-mail-guide { stroke: rgba(123,45,104,.18); stroke-dasharray: 4 5; }
.lp-mail-line { stroke: var(--plum); stroke-width: 2.5; stroke-linecap: round; }
.lp-mail-attachment { position: relative; display: grid; margin: 14px 22px 0; padding: 14px 44px 14px 16px; gap: 3px; border: 1px solid rgba(123,45,104,.2); border-radius: 10px; background: rgba(255,255,255,.62); }
.lp-mail-attachment::after { position: absolute; top: 50%; right: 16px; color: var(--pink); font-size: 20px; content: "↓"; transform: translateY(-50%); }
.lp-mail-attachment strong { font-size: 11px; }
.lp-mail-attachment small { color: rgba(84,32,64,.62); font-size: 8px; }
.lp-mail-season { margin-top: 14px; padding: 15px 22px 20px; border-top: 1px solid rgba(123,45,104,.14); }
.lp-mail-season p { margin-top: 5px; font-size: 9px; line-height: 1.8; }
.lp-fit-note { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(123,45,104,.35); }
.lp-fit-note strong { color: var(--plum); font-size: 13px; }
.lp-fit-note p { max-width: 410px; margin-top: 7px; font-size: 11px; line-height: 1.9; }

/* How */
.lp-how { background: var(--paper); }
.lp-how-head { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 70px; align-items: start; }
.lp-how-head h2 { grid-column: 1; grid-row: 1; }
.lp-how-head .lp-body-copy { margin-top: 2px; }
.lp-how-head .lp-body-copy { grid-column: 2; grid-row: 1; }
.lp-steps { display: grid; margin: 34px 0 0; padding: 0; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--plum); border-bottom: 1px solid var(--plum); list-style: none; }
.lp-steps li { display: grid; min-height: 138px; grid-template-columns: 28px 1fr; gap: 12px; padding: 21px 22px; border-right: 1px solid rgba(123,45,104,.38); }
.lp-steps li:last-child { border-right: 0; }
.lp-steps li > span { color: var(--pink); font-size: 8px; font-weight: 900; }
.lp-steps h3 { font-size: 18px; }
.lp-steps p { margin-top: 8px; font-size: 11px; line-height: 1.9; }
.lp-sync-note { display: grid; margin-top: 22px; padding: 22px 0 22px 32%; border-top: 1px solid rgba(123,45,104,.28); border-bottom: 1px solid rgba(123,45,104,.28); }
.lp-sync-note > p:last-child { max-width: 720px; font-size: 11px; line-height: 1.9; }
.lp-sync-note strong { display: block; margin-bottom: 3px; color: var(--plum); font-size: 13px; }
.lp-note { margin-top: 11px; font-size: 8px; }

/* Audience */
.lp-audience { color: var(--cream); background: var(--plum); }
.lp-audience h2, .lp-audience h3 { color: var(--cream); }
.lp-audience-columns { display: grid; margin-top: 34px; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,243,212,.65); }
.lp-audience-columns > div { padding: 27px 7% 0 0; }
.lp-audience-columns > div + div { padding-left: 8%; border-left: 1px solid rgba(255,243,212,.3); }
.lp-audience-columns h3 { font-size: 15px; }
.lp-audience-columns ul { display: grid; gap: 11px; margin: 19px 0 0; padding: 0; list-style: none; }
.lp-audience-columns li { position: relative; padding-left: 18px; color: rgba(255,243,212,.86); font-size: 11px; line-height: 1.85; }
.lp-audience-columns li::before { position: absolute; top: .78em; left: 0; width: 6px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); content: ""; }
.lp-not-for { opacity: .7; }

/* Price */
.lp-pricing { background: var(--sand); }
.lp-pricing-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: center; }
.lp-pricing-copy { align-self: start; padding-top: 22px; }
.lp-price-sheet { position: relative; padding: 38px 42px 42px; border: 1px solid var(--plum); background: rgba(255,243,212,.82); }
.lp-price-sheet::before { position: absolute; top: -1px; left: 0; width: 31%; height: 4px; background: var(--pink); content: ""; }
.lp-price-platform { font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.lp-price { display: flex; align-items: baseline; gap: 8px; margin-top: 16px; padding-bottom: 17px; border-bottom: 1px solid rgba(123,45,104,.36); }
.lp-price small, .lp-price span { font-size: 11px; font-weight: 800; }
.lp-price strong { color: var(--pink); font-size: 49px; line-height: 1.1; letter-spacing: -.055em; }
.lp-trial { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(123,45,104,.36); font-size: 10px; font-weight: 800; }
.lp-trial strong { color: var(--pink); font-size: 17px; }
.lp-dna-benefit { display: grid; gap: 5px; margin: 18px 0 7px; padding: 14px 16px; border-left: 3px solid var(--pink); background: rgba(255,250,240,.58); }
.lp-dna-benefit > span { color: var(--pink); font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.lp-dna-benefit strong { font-size: 10px; line-height: 1.75; }
.lp-dna-benefit a, .lp-final-dna a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.lp-membership-rhythm { position: relative; margin-top: 5px; }
.lp-membership-rhythm::before { position: absolute; top: 26px; bottom: 26px; left: 52px; width: 1px; background: rgba(123,45,104,.24); content: ""; }
.lp-membership-rhythm > div { position: relative; display: grid; min-height: 75px; grid-template-columns: 72px 1fr; align-items: center; border-bottom: 1px solid rgba(123,45,104,.22); }
.lp-membership-rhythm > div::before { position: absolute; left: 49px; width: 7px; aspect-ratio: 1; border: 2px solid var(--cream); border-radius: 50%; background: var(--pink); content: ""; }
.lp-membership-rhythm > div > span { color: rgba(84,32,64,.64); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.lp-membership-rhythm strong { color: var(--plum); font-size: 12px; }
.lp-membership-rhythm p { margin-top: 2px; font-size: 11px; line-height: 1.65; }
.lp-price-features { display: grid; gap: 7px 18px; margin: 18px 0 0; padding: 0; grid-template-columns: 1fr 1fr; list-style: none; }
.lp-price-features li { position: relative; padding-left: 15px; font-size: 9px; line-height: 1.7; }
.lp-price-features li::before { position: absolute; left: 0; color: var(--pink); content: "•"; }
.lp-price-note { margin-top: 15px; color: rgba(84,32,64,.68); font-size: 8px; line-height: 1.7; }
.lp-button-light { width: 100%; margin-top: 20px; padding: 10px 16px; }
.lp-price-store { margin-top: 20px; }

/* FAQ */
.lp-faq { background: var(--paper); }
.lp-faq-inner { display: grid; grid-template-columns: .5fr 1.5fr; gap: 70px; }
.lp-accordion { border-top: 1px solid var(--plum); }
.lp-accordion-item { border-bottom: 1px solid rgba(123,45,104,.38); }
.lp-accordion-item h3 { font: inherit; }
.lp-accordion-item button { display: flex; width: 100%; min-height: 64px; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 2px; border: 0; color: var(--plum); background: transparent; text-align: left; cursor: pointer; }
.lp-accordion-item button > span { display: flex; align-items: baseline; gap: 13px; font-size: 13px; font-weight: 800; line-height: 1.7; }
.lp-accordion-item button small { color: var(--pink); font-size: 8px; }
.lp-accordion-item button i { position: relative; flex: 0 0 auto; width: 15px; height: 15px; }
.lp-accordion-item button i::before, .lp-accordion-item button i::after { position: absolute; top: 7px; left: 1px; width: 13px; height: 1px; background: var(--plum); content: ""; transition: transform 160ms ease; }
.lp-accordion-item button i::after { transform: rotate(90deg); }
.lp-accordion-item.is-open button i::after { transform: rotate(0); }
.lp-accordion-item [role="region"] { padding: 0 28px 20px; }
.lp-accordion-item [role="region"] p { max-width: 640px; font-size: 12px; line-height: 2; }

/* Final call to action */
.lp-final { position: relative; display: grid; min-height: 650px; grid-template-columns: 1fr 1fr; background: var(--cream); overflow: hidden; }
.lp-final-art { position: relative; min-height: 650px; background: var(--orange); overflow: hidden; }
.lp-final-art .lp-cover-image { object-position: 50% 48%; filter: saturate(1.04); mix-blend-mode: multiply; }
.lp-final-shade { position: absolute; inset: 0 50% 0 0; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(246,173,53,.17)); }
.lp-final-content { position: relative; z-index: 1; display: flex; width: min(440px, calc(100% - 48px)); flex-direction: column; justify-content: center; margin: 0 auto; padding: 75px 0; }
.lp-final-tagline { margin-top: 17px; color: var(--pink); font-size: 16px; font-weight: 900; }
.lp-final .lp-signup { margin-top: 26px; }
.lp-store-cta-final { margin-top: 28px; }
.lp-final-dna { max-width: 390px; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(123,45,104,.28); font-size: 10px; line-height: 1.8; }

.lp-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px 40px; padding: 42px max(24px, calc((100vw - 980px) / 2)); color: rgba(255,243,212,.78); background: var(--plum); }
.lp-brand-footer .lp-brand-logo { height: 72px; }
.lp-footer-links { display: flex; gap: 22px; font-size: 9px; }
.lp-footer-links a, .lp-footer-link-disabled { text-decoration: underline; text-underline-offset: 3px; }
.lp-footer-link-disabled { color: rgba(255,243,212,.5); cursor: default; }
.lp-footer > p, .lp-footer > small { font-size: 8px; }
.lp-footer > small { justify-self: end; }
.lp-mobile-break { display: none; }

@media (min-width: 901px) {
  .lp-hero-content { width: min(1060px, calc(100% - 128px)); transform: translateX(40px); }
}

@media (max-width: 900px) {
  .lp-global-nav { display: none; }
  .lp-header { grid-template-columns: 1fr auto; }
  .lp-split, .lp-split-reverse, .lp-gap-inner, .lp-pricing-inner, .lp-faq-inner { grid-template-columns: 1fr; gap: 36px; }
  .lp-rhythm-visual { order: 2; }
  .lp-science-head, .lp-product-intro, .lp-how-head { grid-template-columns: 1fr; gap: 18px; }
  .lp-science-head > *, .lp-product-intro > *, .lp-how-head > * { grid-column: auto !important; grid-row: auto !important; }
  .lp-integrative-note { grid-template-columns: 1fr; gap: 20px; }
  .lp-image-split { grid-template-columns: 42% 58%; }
  .lp-copy-panel { padding: 68px 45px; }
  .lp-feature-lines { grid-template-columns: 1fr 1fr; }
  .lp-feature-lines div:nth-child(2) { border-right: 0; }
  .lp-feature-lines div:nth-child(-n+2) { border-bottom: 1px solid rgba(123,45,104,.4); }
  .lp-editorial-band { gap: 46px; }
  .lp-contrast-band { gap: 45px; }
  .lp-feature-detail { gap: 55px; padding-right: 6%; padding-left: 6%; }
  .lp-pricing-copy { padding-top: 0; }
}

@media (max-width: 700px) {
  .lp { font-size: 14px; }
  .lp-header { width: calc(100% - 32px); min-height: 60px; }
  .lp-brand .lp-brand-logo { height: 48px; }
  .lp .lp-header-cta { min-height: 32px; padding: 6px 12px; font-size: 8px; }
  .lp-hero { min-height: 690px; align-items: start; }
  .lp-hero-art { top: 60px; right: -26px; bottom: auto; width: 62vw; height: 305px; opacity: .75; -webkit-mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.38) 17%,#000 42%,#000 88%,transparent 100%); mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.38) 17%,#000 42%,#000 88%,transparent 100%); }
  .lp-hero-wash { background: linear-gradient(90deg, var(--orange) 0 50%, rgba(246,173,53,.92) 70%, rgba(246,173,53,.58) 100%); }
  .lp-hero-content { width: calc(100% - 36px); padding: 91px 0 43px; }
  .lp-hero h1 { max-width: 310px; margin-top: 0; font-size: clamp(25px, 7vw, 29px); line-height: 1.5; }
  .lp-hero-thesis { max-width: 305px; margin-top: 17px; font-size: 13px; line-height: 1.9; }
  .lp-lead { max-width: 330px; margin-top: 10px; font-size: 12px; line-height: 1.9; }
  .lp-hero-form { margin-top: 17px; }
  .lp-store-cta { margin-top: 18px; }
  .lp-store-buttons { gap: 8px; flex-wrap: nowrap; }
  .lp-store-badge, .lp-store-badge img { height: 42px; }
  .lp-store-badge-google img { height: 51px; margin: -4px 0; }
  .lp-signup-row { flex-direction: column; }
  .lp-signup input, .lp-signup button { width: 100%; height: 42px; min-height: 42px; }
  .lp-form-note, .lp-form-message { font-size: 7px; }
  .lp-scroll-cue { display: none; }
  .lp-section { padding: 62px 0; }
  .lp-section-inner, .lp-narrow { width: calc(100% - 36px); }
  .lp-section h2, .lp-final h2 { margin-top: 0; font-size: clamp(23px, 6.7vw, 27px); line-height: 1.55; }
  .lp-section-intro, .lp-section-lead, .lp-body-copy { margin-top: 16px; font-size: 13px; line-height: 1.9; }
  .lp-concerns { text-align: left; }
  .lp-concerns .lp-section-intro { margin-left: 0; }
  .lp-concern-list { margin-top: 32px; grid-template-columns: 1fr; }
  .lp-concern-item, .lp-concern-item:first-child, .lp-concern-item:last-child { min-height: 0; padding: 22px 0; }
  .lp-concern-item + .lp-concern-item { border-top: 1px solid rgba(123,45,104,.35); border-left: 0; }
  .lp-concern-item span { font-size: 11px; }
  .lp-concern-item h3 { margin-top: 11px; font-size: 15px; }
  .lp-concern-item p { margin-top: 8px; font-size: 12px; }
  .lp-closing-copy { margin-top: 28px; text-align: left; }
  .lp-closing-copy strong { font-size: 15px; }
  .lp-closing-copy p { font-size: 12px; }
  .lp-rhythm-visual { padding: 20px 13px 14px; }
  .lp-editorial-band { margin-top: 40px; grid-template-columns: 1fr; gap: 0; }
  .lp-editorial-art { min-height: 300px; }
  .lp-editorial-art::after { background: linear-gradient(180deg,transparent 58%,var(--cream) 100%); }
  .lp-editorial-art img { -webkit-mask-image: linear-gradient(180deg,#000 0 72%,transparent 100%); mask-image: linear-gradient(180deg,#000 0 72%,transparent 100%); }
  .lp-editorial-copy { padding: 42px 0 0; }
  .lp-editorial-copy h3, .lp-contrast-band h3 { font-size: 19px; }
  .lp-editorial-copy > p, .lp-contrast-band > div > p { font-size: 12px; }
  .lp-editorial-copy > .lp-editorial-lead { font-size: 18px; }
  .lp-image-split { grid-template-columns: 1fr; }
  .lp-portrait { min-height: 420px; }
  .lp-portrait::after { background: linear-gradient(180deg,transparent 62%,var(--paper) 100%); }
  .lp-portrait .lp-cover-image { inset: 0; width: 100%; -webkit-mask-image: linear-gradient(180deg,#000 0 74%,transparent 100%); mask-image: linear-gradient(180deg,#000 0 74%,transparent 100%); }
  .lp-copy-panel { padding: 58px 18px 66px; }
  .lp-center-message { font-size: 13px; }
  .lp-center-message strong { font-size: 19px; }
  .lp-contrast-band { padding: 56px 0 64px; grid-template-columns: 1fr; gap: 32px; }
  .lp-contrast-band figure::after { background: linear-gradient(180deg,transparent 64%,var(--paper) 100%); }
  .lp-contrast-band figure img { width: 100%; margin-left: 0; -webkit-mask-image: linear-gradient(180deg,#000 0 78%,transparent 100%); mask-image: linear-gradient(180deg,#000 0 78%,transparent 100%); }
  .lp-science-lines { margin-top: 30px; }
  .lp-science-lines article { grid-template-columns: 65px 1fr; gap: 15px; padding: 17px 0; }
  .lp-science-lines time { font-size: 18px; }
  .lp-science-lines p { font-size: 12px; }
  .lp-sources span { display: none; }
  .lp-sources a { display: block; margin-top: 4px; }
  .lp-integrative-note { margin-top: 38px; padding-top: 27px; }
  .lp-integrative-note h3 { font-size: 18px; }
  .lp-integrative-note > div:last-child > p { font-size: 11px; }
  .lp-integrative-axis { gap: 6px; font-size: 6px; }
  .lp-integrative-axis b { font-size: 7px; }
  .lp-data-stream { grid-template-columns: repeat(3,1fr); align-items: center; font-size: 22px; }
  .lp-data-stream i { display: none; }
  .lp-body-time-art { min-height: 420px; }
  .lp-body-time-art::after { background: linear-gradient(180deg,transparent 62%,var(--paper) 100%); }
  .lp-body-time-art img { -webkit-mask-image: linear-gradient(180deg,#000 0 74%,transparent 100%); mask-image: linear-gradient(180deg,#000 0 74%,transparent 100%); }
  .lp-data-note { font-size: 7px; }
  .lp-origin-note { margin-top: 35px; padding: 22px 0 0; }
  .lp-origin-note h3 { font-size: 17px; }
  .lp-origin-note > p { font-size: 12px; }
  .lp-sync-note { padding-left: 0; }
  .lp-product-stage { min-height: 760px; margin-top: 31px; grid-template-columns: 1fr; }
  .lp-product-art { inset: 0 0 auto 0; width: 100%; height: 43%; opacity: .68; }
  .lp-current-mock { position: absolute; top: 85px; left: 22px; width: 143px; margin: 0; transform: rotate(-3deg); }
  .lp-phone-mock { position: absolute; right: -10px; bottom: 25px; width: min(285px, 79vw); min-height: 550px; padding: 36px 15px 17px; border-width: 5px; border-radius: 38px; }
  .lp-offset-display strong { font-size: 30px; }
  .lp-feature-lines { grid-template-columns: 1fr; }
  .lp-feature-lines div, .lp-feature-lines div:nth-child(2) { display: grid; min-height: 0; grid-template-columns: 54px 1fr; align-items: baseline; padding: 15px 3px; border-right: 0; border-bottom: 1px solid rgba(123,45,104,.35); }
  .lp-feature-lines div:last-child { border-bottom: 0; }
  .lp-feature-lines p { margin-top: 0; font-size: 12px; }
  .lp-product-access { margin-top: 28px; grid-template-columns: 1fr; }
  .lp-product-access article, .lp-product-access article + article { padding: 21px 0 23px; border-left: 0; }
  .lp-product-access article + article { border-top: 1px solid rgba(123,45,104,.28); }
  .lp-product-access h3 { font-size: 16px; }
  .lp-product-access p { margin-top: 8px; font-size: 12px; }
  .lp-product-atmosphere { margin-top: 23px; }
  .lp-feature-showcase { margin-top: 38px; }
  .lp-feature-detail, .lp-feature-detail:nth-child(even) { min-height: 0; grid-template-columns: 128px 1fr; gap: 22px; padding: 30px 0; }
  .lp-feature-detail:nth-child(even) figure { order: 0; }
  .lp-feature-detail figure { width: 128px; }
  .lp-feature-detail figure::before { width: 155%; }
  .lp-feature-detail figure img { border-radius: 19px; box-shadow: 5px 7px 0 rgba(123,45,104,.1); }
  .lp-feature-detail h3 { margin-top: 7px; font-size: 16px; line-height: 1.55; }
  .lp-feature-detail > div > p { margin-top: 9px; font-size: 11px; line-height: 1.8; }
  .lp-feature-detail small { margin-top: 9px; font-size: 7px; }
  .lp-story-inner { min-height: 0; grid-template-columns: 1fr; }
  .lp-story-art { min-height: 390px; }
  .lp-story-art::after { background: linear-gradient(180deg,transparent 60%,var(--paper) 100%); }
  .lp-story-art img { -webkit-mask-image: linear-gradient(180deg,#000 0 76%,transparent 100%); mask-image: linear-gradient(180deg,#000 0 76%,transparent 100%); }
  .lp-story-copy { padding: 48px 18px 64px; }
  .lp-story-copy .lp-copy-stack h3 { margin-top: 10px; font-size: 17px; }
  .lp-feature-section .lp-feature-detail,
  .lp-feature-section .lp-feature-detail:nth-child(even) { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding: 54px 0 60px; }
  .lp-feature-reverse .lp-feature-visual,
  .lp-feature-reverse .lp-feature-copy { order: initial; justify-self: stretch; }
  .lp-feature-section .lp-phone-shot { width: 166px; }
  .lp-current-visual { height: 430px; }
  .lp-current-screen { border-radius: 22px; box-shadow: 7px 10px 20px rgba(84,32,64,.12); }
  .lp-current-screen-overview { top: 0; left: 0; width: 168px; }
  .lp-current-screen-detail { top: 54px; right: 0; width: 190px; height: 370px; }
  .lp-feature-visual-illustration { height: auto; }
  .lp-feature-visual-daynight { height: 340px; }
  .lp-feature-detail .lp-feature-visual-illustration img { -webkit-mask-image: none; mask-image: none; }
  .lp-feature-detail .lp-feature-visual-daynight img { -webkit-mask-image: linear-gradient(180deg,#000 0 78%,transparent 100%); mask-image: linear-gradient(180deg,#000 0 78%,transparent 100%); }
  .lp-feature-copy { max-width: none; }
  .lp-feature-copy > p { margin-top: 11px; font-size: 12px; line-height: 1.9; }
  .lp-feature-copy .lp-region-title { margin-top: 22px; padding-top: 19px; font-size: 16px; }
  .lp-feature-note { margin-top: 20px; padding: 16px 0; }
  .lp-feature-note strong { font-size: 12px; }
  .lp-feature-note span { font-size: 10px; }
  .lp-report-visual { min-height: 0; padding: 0; }
  .lp-mail-card { border-radius: 14px; box-shadow: 7px 9px 0 rgba(123,45,104,.07); }
  .lp-mail-toolbar { min-height: 36px; padding: 0 17px; }
  .lp-mail-sender { padding: 15px 17px 0; }
  .lp-mail-subject { padding: 12px 17px 10px; font-size: 16px; }
  .lp-mail-summary, .lp-mail-attachment { margin-right: 17px; margin-left: 17px; }
  .lp-mail-season { padding-right: 17px; padding-left: 17px; }
  .lp-fit-note { margin-top: 21px; }
  .lp-steps { margin-top: 30px; grid-template-columns: 1fr; }
  .lp-steps li { min-height: 0; padding: 18px 4px; border-right: 0; border-bottom: 1px solid rgba(123,45,104,.35); }
  .lp-steps li:last-child { border-bottom: 0; }
  .lp-sync-note { margin-top: 18px; grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .lp-sync-note > p:last-child { font-size: 11px; }
  .lp-sync-note strong { font-size: 12px; }
  .lp-audience-columns { margin-top: 29px; grid-template-columns: 1fr; }
  .lp-audience-columns > div, .lp-audience-columns > div + div { padding: 23px 0; border-left: 0; }
  .lp-audience-columns > div + div { border-top: 1px solid rgba(255,243,212,.3); }
  .lp-price-sheet { padding: 28px 20px 30px; }
  .lp-price strong { font-size: 42px; }
  .lp-trial strong { font-size: 15px; }
  .lp-membership-rhythm::before { left: 45px; }
  .lp-membership-rhythm > div { min-height: 72px; grid-template-columns: 64px 1fr; }
  .lp-membership-rhythm > div::before { left: 42px; }
  .lp-price-features { grid-template-columns: 1fr; gap: 5px; }
  .lp-faq-inner { gap: 27px; }
  .lp-accordion-item button { min-height: 58px; }
  .lp-accordion-item button > span { gap: 10px; font-size: 12px; }
  .lp-accordion-item [role="region"] { padding: 0 19px 18px; }
  .lp-accordion-item [role="region"] p { font-size: 11px; }
  .lp-final { min-height: 0; grid-template-columns: 1fr; }
  .lp-final-art { min-height: 430px; }
  .lp-final-shade { inset: 0; background: linear-gradient(180deg, transparent 55%, var(--cream)); }
  .lp-final-content { width: calc(100% - 36px); padding: 55px 0 65px; }
  .lp-final-tagline { font-size: 14px; }
  .lp-store-cta-final { margin-top: 24px; }
  .lp-final-dna { font-size: 9px; }
  .lp-footer { grid-template-columns: 1fr; gap: 18px; padding: 35px 18px; }
  .lp-brand-footer .lp-brand-logo { height: 64px; }
  .lp-footer-links { flex-wrap: wrap; gap: 12px 18px; }
  .lp-footer > small { justify-self: start; }
  .lp-mobile-break { display: initial; }
}

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