html {
  background: #fbfaf6;
}

body {
  background: #fbfaf6;
  margin: 0;
  padding: 0;
}

.yura-lp {
      --paper: #fbfaf6;
      --paper-deep: #f3f0e8;
      --ink: #111c2f;
      --muted: #657085;
      --line: rgba(17, 28, 47, 0.10);
      --line-dark: rgba(255, 255, 255, 0.14);
      --night: #081427;
      --night-2: #101b2e;
      --brass: #9b7442;
      --rose: #b68a8f;
      --white: #fffdf8;
      --radius: 8px;
      background: var(--paper);
      color: var(--ink);
      font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
      letter-spacing: 0;
      line-height: 1.9;
      margin: 0 auto;
      max-width: 860px;
      overflow: clip;
      position: relative;
    }

    .yura-lp * {
      box-sizing: border-box;
    }

    .yura-lp a {
      color: inherit;
      text-decoration: none;
    }

    .yura-lp img {
      display: block;
      height: auto;
      max-width: 100%;
    }

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

    .yura-lp button,
    .yura-lp textarea {
      font: inherit;
    }

    .yura-lp .hero {
      border-bottom: 1px solid var(--line);
      display: flex;
      flex-direction: column;
    }

    .yura-lp .hero__copy {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: 28px 22px 34px;
    }

    .yura-lp .brand-lockup {
      align-items: center;
      display: flex;
      gap: 14px;
      margin-bottom: 28px;
      width: fit-content;
    }

    .yura-lp .brand-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .yura-lp .brand {
      color: var(--ink);
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.04em;
      line-height: 1.4;
    }

    .yura-lp .brand-avatar {
      aspect-ratio: 1;
      border: 2px solid rgba(255, 253, 248, 0.94);
      border-radius: 50%;
      box-shadow: 0 3px 14px rgba(17, 28, 47, 0.16);
      flex: 0 0 auto;
      object-fit: cover;
      object-position: center;
      width: 58px;
    }

    .yura-lp .brand-socials {
      align-items: center;
      display: flex;
      gap: 8px;
      margin-top: 7px;
    }

    .yura-lp .brand-socials a {
      align-items: center;
      border-radius: 50%;
      color: var(--muted);
      display: inline-flex;
      font-size: 15px;
      height: 24px;
      justify-content: center;
      transition: color 180ms ease, background 180ms ease, transform 180ms ease;
      width: 24px;
    }

    .yura-lp .brand-socials a:hover {
      background: rgba(155, 116, 66, 0.10);
      color: var(--brass);
      transform: translateY(-1px);
    }

    .yura-lp .brand-socials a:focus-visible {
      outline: 2px solid var(--rose);
      outline-offset: 2px;
    }

    .yura-lp .rule {
      background: var(--brass);
      display: block;
      height: 1px;
      margin-right: 2px;
      width: 28px;
    }

    .yura-lp .kicker {
      color: var(--brass);
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.7;
      margin-bottom: 22px;
      text-transform: uppercase;
    }

    .yura-lp h1 {
      color: var(--ink);
      font-size: 34px;
      font-weight: 500;
      line-height: 1.45;
      margin-bottom: 20px;
    }

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

    .yura-lp .hero__lead {
      color: #27344a;
      font-size: 15px;
      line-height: 2;
      margin-bottom: 30px;
    }

    .yura-lp .button {
      align-items: center;
      border-radius: var(--radius);
      display: inline-flex;
      font-size: 14px;
      justify-content: center;
      min-height: 58px;
      padding: 14px 18px;
      text-align: center;
      transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
      width: 100%;
    }

    .yura-lp .button:focus-visible,
    .yura-lp button:focus-visible,
    .yura-lp textarea:focus-visible {
      outline: 2px solid var(--rose);
      outline-offset: 3px;
    }

    .yura-lp .button--night {
      background: var(--night);
      color: var(--white);
    }

    .yura-lp .button--paper {
      background: var(--white);
      color: var(--ink);
    }

    .yura-lp .button:hover {
      transform: translateY(-1px);
    }

    .yura-lp .text-link {
      align-items: center;
      border-bottom: 1px solid rgba(155, 116, 66, 0.38);
      color: var(--ink);
      display: inline-flex;
      font-size: 15px;
      gap: 10px;
      margin-top: 18px;
      padding-bottom: 5px;
      width: fit-content;
    }

    .yura-lp .text-link span {
      color: var(--brass);
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
    }

    .yura-lp .hero__photo {
      background: var(--night);
      height: clamp(286px, 42vh, 360px);
      margin: 0;
      overflow: hidden;
      order: -1;
      position: relative;
    }

    .yura-lp .hero__photo img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100%;
    }

    .yura-lp .hero__photo::after {
      background: linear-gradient(180deg, rgba(8, 20, 39, 0.04), rgba(8, 20, 39, 0.36));
      content: "";
      inset: 0;
      pointer-events: none;
      position: absolute;
    }

    .yura-lp .vertical-copy {
      bottom: 38px;
      color: rgba(255, 253, 248, 0.88);
      font-size: 13px;
      line-height: 2;
      position: absolute;
      right: 18px;
      writing-mode: vertical-rl;
      z-index: 1;
    }

    .yura-lp .section {
      padding: 34px 22px;
    }

    .yura-lp .section + .section {
      border-top: 1px solid var(--line);
    }

    .yura-lp .section__head {
      border-left: 3px solid var(--brass);
      margin-bottom: 22px;
      padding-left: 14px;
    }

    .yura-lp h2 {
      font-size: 23px;
      font-weight: 500;
      line-height: 1.65;
    }

    .yura-lp .lead {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.95;
      margin-top: 4px;
    }

    .yura-lp .pulse-grid {
      display: grid;
      grid-template-columns: 1fr;
    }

    .yura-lp .pulse-option {
      background: transparent;
      border: 0;
      color: var(--ink);
      cursor: pointer;
      display: grid;
      gap: 2px 12px;
      grid-template-columns: 42px minmax(0, 1fr);
      min-height: 96px;
      padding: 16px 12px;
      position: relative;
      text-align: left;
    }

    .yura-lp .pulse-option + .pulse-option {
      border-top: 1px solid var(--line);
    }

    .yura-lp .pulse-option::before {
      background: transparent;
      content: "";
      bottom: 16px;
      left: 0;
      position: absolute;
      top: 16px;
      transition: background 160ms ease;
      width: 3px;
    }

    .yura-lp .pulse-option.is-active::before {
      background: var(--brass);
    }

    .yura-lp .num {
      color: var(--brass);
      display: block;
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .yura-lp .pulse-option .num,
    .yura-lp .ritual-step .num {
      grid-row: 1 / span 2;
      margin-bottom: 0;
      padding-top: 3px;
    }

    .yura-lp .pulse-option strong,
    .yura-lp .ritual-step strong {
      display: block;
      font-size: 16px;
      font-weight: 700;
      grid-column: 2;
      line-height: 1.6;
    }

    .yura-lp .pulse-option small,
    .yura-lp .ritual-step small {
      color: var(--muted);
      display: block;
      font-size: 12px;
      grid-column: 2;
      line-height: 1.8;
      margin-top: 5px;
    }

    .yura-lp .pulse-message {
      background: var(--paper-deep);
      border-radius: var(--radius);
      color: #2c3548;
      font-size: 14px;
      line-height: 1.9;
      margin-top: 18px;
      padding: 16px;
    }

    .yura-lp .reading-note {
      border-top: 1px solid var(--line);
      margin-top: 26px;
      padding-top: 24px;
    }

    .yura-lp .visual-scene {
      margin: 22px 0 0;
      overflow: hidden;
      position: relative;
    }

    .yura-lp .visual-scene img {
      height: clamp(176px, 48vw, 274px);
      object-fit: cover;
      width: 100%;
    }

    .yura-lp .visual-scene::after {
      background: linear-gradient(180deg, rgba(8, 20, 39, 0), rgba(8, 20, 39, 0.58));
      content: "";
      inset: 0;
      pointer-events: none;
      position: absolute;
    }

    .yura-lp .visual-scene figcaption {
      bottom: 16px;
      color: rgba(255, 253, 248, 0.92);
      font-size: 13px;
      left: 16px;
      line-height: 1.9;
      max-width: min(84%, 340px);
      position: absolute;
      z-index: 1;
    }

    .yura-lp .reading-note h3,
    .yura-lp .bridge h3 {
      color: var(--ink);
      font-size: 19px;
      font-weight: 500;
      line-height: 1.75;
    }

    .yura-lp .reading-note p,
    .yura-lp .bridge p {
      color: #38445a;
      font-size: 14px;
      line-height: 2;
      margin-top: 12px;
    }

    .yura-lp .note-points {
      border-bottom: 1px solid var(--line);
      border-top: 1px solid var(--line);
      display: grid;
      gap: 0;
      margin-top: 20px;
    }

    .yura-lp .note-point {
      display: grid;
      gap: 10px;
      grid-template-columns: 48px 1fr;
      padding: 15px 0;
    }

    .yura-lp .note-point + .note-point {
      border-top: 1px solid var(--line);
    }

    .yura-lp .note-point strong {
      font-size: 15px;
      line-height: 1.75;
    }

    .yura-lp .note-point small {
      color: var(--muted);
      display: block;
      font-size: 12px;
      line-height: 1.8;
      margin-top: 2px;
    }

    .yura-lp .ritual {
      border-bottom: 1px solid var(--line);
      border-top: 1px solid var(--line);
      display: grid;
      grid-template-columns: 1fr;
    }

    .yura-lp .ritual-step {
      display: grid;
      gap: 2px 12px;
      grid-template-columns: 42px minmax(0, 1fr);
      min-height: 0;
      padding: 16px 12px;
      position: relative;
    }

    .yura-lp .ritual-step + .ritual-step {
      border-top: 1px solid var(--line);
    }

    .yura-lp .write-area {
      border-top: 1px solid var(--line);
      padding-top: 20px;
    }

    .yura-lp .prompt-tabs {
      display: grid;
      gap: 8px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      margin-bottom: 16px;
    }

    .yura-lp .prompt-tab {
      background: transparent;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      color: var(--ink);
      cursor: pointer;
      font-size: 13px;
      line-height: 1.5;
      min-height: 48px;
      padding: 8px;
    }

    .yura-lp .prompt-tab.is-active {
      background: var(--night);
      border-color: var(--night);
      color: var(--white);
    }

    .yura-lp .prompt-help {
      color: #38445a;
      font-size: 14px;
      line-height: 1.95;
      margin-bottom: 16px;
    }

    .yura-lp label {
      display: block;
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 10px;
    }

    .yura-lp textarea {
      background: rgba(255, 253, 248, 0.78);
      border: 1px solid rgba(17, 28, 47, 0.20);
      border-radius: var(--radius);
      color: var(--ink);
      min-height: 156px;
      padding: 14px;
      resize: vertical;
      width: 100%;
    }

    .yura-lp .count-row {
      align-items: center;
      color: var(--muted);
      display: flex;
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
      font-size: 12px;
      justify-content: space-between;
      line-height: 1.7;
      margin-top: 8px;
    }

    .yura-lp .after-note {
      background: var(--paper-deep);
      border-radius: var(--radius);
      color: #38445a;
      font-size: 13px;
      line-height: 1.9;
      margin-top: 14px;
      padding: 14px;
    }

    .yura-lp .decision-panel {
      border-top: 1px solid var(--line);
      margin-top: 22px;
      padding-top: 18px;
    }

    .yura-lp .decision-panel h3 {
      font-size: 17px;
      font-weight: 500;
      line-height: 1.75;
    }

    .yura-lp .decision-options {
      display: grid;
      gap: 8px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      margin-top: 14px;
    }

    .yura-lp .decision-option {
      background: transparent;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      color: var(--ink);
      cursor: pointer;
      font-size: 12px;
      line-height: 1.55;
      min-height: 54px;
      padding: 8px;
    }

    .yura-lp .decision-option.is-active {
      background: var(--night);
      border-color: var(--night);
      color: var(--white);
    }

    .yura-lp .decision-message {
      color: #38445a;
      font-size: 13px;
      line-height: 1.9;
      margin-top: 12px;
    }

    .yura-lp .next-step-panel {
      border-top: 1px solid var(--line);
      margin-top: 24px;
      padding-top: 24px;
    }

    .yura-lp .next-step-panel h3,
    .yura-lp .toolkit h3,
    .yura-lp .purchase-summary h3 {
      color: var(--ink);
      font-size: 19px;
      font-weight: 500;
      line-height: 1.75;
    }

    .yura-lp .next-step-panel p,
    .yura-lp .purchase-summary p {
      color: #38445a;
      font-size: 14px;
      line-height: 2;
      margin-top: 10px;
    }

    .yura-lp .fit-grid {
      border-bottom: 1px solid var(--line);
      border-top: 1px solid var(--line);
      display: grid;
      grid-template-columns: 1fr;
      margin: 20px 0;
    }

    .yura-lp .fit-card {
      padding: 16px 0;
    }

    .yura-lp .fit-card + .fit-card {
      border-top: 1px solid var(--line);
    }

    .yura-lp .fit-card--strong {
      background: var(--paper-deep);
      margin-left: -12px;
      margin-right: -12px;
      padding-left: 12px;
      padding-right: 12px;
    }

    .yura-lp .fit-card strong,
    .yura-lp .toolkit-item strong {
      display: block;
      font-size: 15px;
      line-height: 1.75;
    }

    .yura-lp .fit-card small,
    .yura-lp .toolkit-item small {
      color: var(--muted);
      display: block;
      font-size: 12px;
      line-height: 1.8;
      margin-top: 4px;
    }

    .yura-lp .letter {
      background:
        linear-gradient(180deg, rgba(8, 20, 39, 0.88), rgba(8, 20, 39, 0.94)),
        url("../images/literary-hero-window-note.png");
      background-position: center;
      background-size: cover;
      color: var(--white);
      padding: 34px 22px;
    }

    .yura-lp .letter h2 {
      color: var(--white);
    }

    .yura-lp .letter p {
      color: rgba(255, 253, 248, 0.82);
      font-size: 14px;
      line-height: 2;
      margin-top: 12px;
    }

    .yura-lp .paid-list {
      margin-top: 22px;
    }

    .yura-lp .bridge {
      border-bottom: 1px solid var(--line);
      padding-bottom: 22px;
    }

    .yura-lp .bridge-list {
      display: grid;
      gap: 0;
      margin-top: 18px;
    }

    .yura-lp .bridge-item {
      border-top: 1px solid var(--line);
      display: grid;
      gap: 8px;
      grid-template-columns: 68px 1fr;
      padding: 14px 0;
    }

    .yura-lp .bridge-item strong {
      color: var(--ink);
      font-size: 14px;
      line-height: 1.7;
    }

    .yura-lp .bridge-item small {
      color: var(--muted);
      display: block;
      font-size: 12px;
      line-height: 1.8;
      margin-top: 2px;
    }

    .yura-lp .purchase-summary {
      background: var(--paper-deep);
      border: 1px solid rgba(17, 28, 47, 0.12);
      border-radius: var(--radius);
      display: grid;
      gap: 16px;
      margin-top: 20px;
      padding: 18px;
    }

    .yura-lp .summary-price {
      align-items: baseline;
      display: flex;
      gap: 10px;
    }

    .yura-lp .summary-price span {
      color: var(--ink);
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2;
    }

    .yura-lp .summary-price small {
      color: var(--muted);
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
      font-size: 12px;
    }

    .yura-lp .toolkit {
      border-top: 1px solid var(--line);
      margin-top: 22px;
      padding-top: 22px;
    }

    .yura-lp .toolkit-grid {
      border-bottom: 1px solid var(--line);
      border-top: 1px solid var(--line);
      display: grid;
      grid-template-columns: 1fr;
      margin-top: 16px;
    }

    .yura-lp .toolkit-item {
      padding: 15px 0;
    }

    .yura-lp .toolkit-item + .toolkit-item {
      border-top: 1px solid var(--line);
    }

    .yura-lp .paid-row {
      align-items: start;
      background: rgba(255, 253, 248, 0.66);
      border-radius: var(--radius);
      display: grid;
      gap: 12px;
      grid-template-columns: 1fr;
      padding: 14px;
    }

    .yura-lp .paid-row + .paid-row {
      margin-top: 14px;
    }

    .yura-lp .paid-row img {
      aspect-ratio: 16 / 10;
      border-radius: 2px;
      object-fit: cover;
      width: 100%;
    }

    .yura-lp .paid-row h3 {
      font-size: 17px;
      font-weight: 700;
      line-height: 1.65;
    }

    .yura-lp .paid-label {
      background: rgba(155, 116, 66, 0.12);
      border: 1px solid rgba(155, 116, 66, 0.24);
      border-radius: 999px;
      color: var(--brass);
      display: inline-block;
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
      font-size: 10px;
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 4px;
      padding: 2px 8px;
    }

    .yura-lp .paid-row p {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
      margin-top: 5px;
    }

    .yura-lp .price {
      color: var(--ink);
      display: flex;
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
      font-size: 15px;
      font-weight: 700;
      justify-content: space-between;
      line-height: 1.4;
      white-space: nowrap;
    }

    .yura-lp .arrow {
      color: var(--brass);
      display: inline-block;
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
      font-size: 20px;
      line-height: 1;
      margin-top: 0;
      text-align: right;
    }

    .yura-lp .faq {
      display: grid;
      gap: 18px;
    }

    .yura-lp .faq-item {
      border-top: 1px solid var(--line);
      padding-top: 16px;
    }

    .yura-lp .faq-item h3 {
      font-size: 15px;
      font-weight: 700;
      line-height: 1.7;
    }

    .yura-lp .faq-item p {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.9;
      margin-top: 6px;
    }

    .yura-lp .author-proof__body {
      align-items: center;
      background: var(--paper-deep);
      border-radius: var(--radius);
      display: grid;
      gap: 14px;
      grid-template-columns: 1fr;
      padding: 18px;
    }

    .yura-lp .author-proof__cover {
      margin: 0;
    }

    .yura-lp .author-proof__cover img {
      margin: 0 auto;
      width: min(100%, 148px);
    }

    .yura-lp .author-proof__body h3 {
      color: var(--ink);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.75;
    }

    .yura-lp .author-proof__body p:not(.kicker) {
      color: #38445a;
      font-size: 13px;
      line-height: 2;
      margin-top: 10px;
    }

    .yura-lp .author-proof__link {
      align-items: center;
      border-bottom: 1px solid rgba(155, 116, 66, 0.38);
      color: var(--ink);
      display: inline-flex;
      font-size: 14px;
      gap: 10px;
      margin-top: 14px;
      padding-bottom: 4px;
    }

    .yura-lp .author-proof__link span {
      color: var(--brass);
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
    }

    .yura-lp .sticky-cta {
      bottom: 0;
      left: 50%;
      max-width: 860px;
      opacity: 0;
      padding: 12px;
      pointer-events: none;
      position: fixed;
      transform: translate(-50%, 72px);
      transition: opacity 180ms ease, transform 180ms ease;
      width: 100%;
      z-index: 20;
    }

    .yura-lp .sticky-cta.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .yura-lp .sticky-cta__inner {
      align-items: center;
      background: rgba(8, 20, 39, 0.96);
      border: 1px solid rgba(255, 255, 255, 0.10);
      border-radius: var(--radius);
      color: var(--white);
      display: grid;
      gap: 12px;
      grid-template-columns: minmax(0, 1fr) 148px;
      padding: 12px;
    }

    .yura-lp .sticky-cta p {
      font-size: 13px;
      line-height: 1.7;
    }

    .yura-lp .sticky-cta small {
      color: rgba(255, 253, 248, 0.68);
      display: block;
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
      font-size: 11px;
    }

    .yura-lp .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 520ms ease, transform 520ms ease;
    }

    .yura-lp .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (min-width: 680px) {
      .yura-lp .hero {
        display: grid;
        grid-template-columns: minmax(0, 55%) minmax(0, 45%);
        min-height: 684px;
      }

      .yura-lp .hero__photo {
        height: auto;
        min-height: 100%;
        order: 0;
      }

      .yura-lp .brand-lockup {
        margin-bottom: 44px;
      }

      .yura-lp .brand-avatar {
        width: 64px;
      }

      .yura-lp h1 {
        font-size: 34px;
      }

      .yura-lp .pulse-grid,
      .yura-lp .ritual {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .yura-lp .fit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .yura-lp .fit-card {
        padding: 18px 16px;
      }

      .yura-lp .fit-card + .fit-card {
        border-left: 1px solid var(--line);
        border-top: 0;
      }

      .yura-lp .fit-card--strong {
        margin-left: 0;
        margin-right: 0;
      }

      .yura-lp .toolkit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .yura-lp .toolkit-item {
        padding: 16px 14px;
      }

      .yura-lp .toolkit-item + .toolkit-item {
        border-left: 1px solid var(--line);
        border-top: 0;
      }

      .yura-lp .paid-row {
        align-items: center;
        gap: 16px;
        grid-template-columns: 116px minmax(0, 1fr) auto;
        padding: 16px;
      }

      .yura-lp .paid-row img {
        width: 116px;
      }

      .yura-lp .paid-row h3 {
        font-size: 15px;
      }

      .yura-lp .paid-row p {
        font-size: 12px;
      }

      .yura-lp .price {
        display: block;
        font-size: 14px;
      }

      .yura-lp .arrow {
        display: block;
        margin-top: 8px;
      }

      .yura-lp .pulse-option {
        display: block;
        min-height: 148px;
        padding: 20px 12px;
      }

      .yura-lp .pulse-option::before {
        bottom: auto;
        height: 3px;
        left: 12px;
        right: 12px;
        top: 0;
        width: auto;
      }

      .yura-lp .pulse-option + .pulse-option {
        border-left: 1px solid var(--line);
        border-top: 0;
      }

      .yura-lp .pulse-option .num,
      .yura-lp .ritual-step .num {
        margin-bottom: 8px;
        padding-top: 0;
      }

      .yura-lp .ritual-step {
        display: block;
        min-height: 146px;
        padding: 18px 12px;
      }

      .yura-lp .ritual-step + .ritual-step {
        border-left: 1px solid var(--line);
        border-top: 0;
      }

      .yura-lp .hero__copy,
      .yura-lp .section,
      .yura-lp .letter {
        padding-left: 40px;
        padding-right: 40px;
      }

      .yura-lp .author-proof__body {
        gap: 22px;
        grid-template-columns: 156px minmax(0, 1fr);
      }

      .yura-lp .author-proof__cover img {
        width: min(100%, 156px);
      }
    }

    @media (max-width: 430px) {
      .yura-lp h1 {
        font-size: 30px;
      }

      .yura-lp .brand-lockup {
        margin-bottom: 24px;
      }

      .yura-lp .hero__copy {
        padding: 26px 20px 32px;
      }

      .yura-lp .hero__photo {
        height: clamp(292px, 40vh, 344px);
      }

      .yura-lp .pulse-option {
        padding-left: 9px;
        padding-right: 9px;
      }

      .yura-lp .paid-row {
        grid-template-columns: 1fr;
      }

      .yura-lp .author-proof__body {
        grid-template-columns: 1fr;
        padding: 14px;
      }

      .yura-lp .author-proof__cover img {
        width: min(100%, 156px);
      }

      .yura-lp .paid-row img {
        width: 100%;
      }
    }

    @media (max-width: 374px) {
      .yura-lp h1 {
        font-size: 26px;
      }

      .yura-lp .hero {
        display: flex;
      }

      .yura-lp .hero__photo {
        height: 276px;
      }

      .yura-lp .vertical-copy {
        bottom: 18px;
      }

      .yura-lp .pulse-grid,
      .yura-lp .ritual {
        grid-template-columns: 1fr;
      }

      .yura-lp .prompt-tabs {
        grid-template-columns: 1fr;
      }

      .yura-lp .decision-options {
        grid-template-columns: 1fr;
      }

      .yura-lp .pulse-option + .pulse-option,
      .yura-lp .ritual-step + .ritual-step {
        border-left: 0;
        border-top: 1px solid var(--line);
      }

      .yura-lp .sticky-cta__inner {
        grid-template-columns: 1fr;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .yura-lp *,
      .yura-lp *::before,
      .yura-lp *::after {
        scroll-behavior: auto !important;
        transition: none !important;
      }
    }
