/* Added journeys use the existing brand tokens; style.css remains the visual source of truth. */
.hero-consult { color: var(--on-primary); text-decoration: underline; text-underline-offset: 5px; }
.trial-layout, .consult-note-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.trial-card { min-width: 0; padding-top: 8px; }
.trial-card [hidden] { display: none !important; }
.trial-label, .momentum-label { color: var(--brass); font-size: 12px; letter-spacing: .12em; font-weight: 700; margin: 0 0 14px; }
.trial-card h2 { font-family: var(--font-jp); font-size: 25px; line-height: 1.7; margin: 0 0 14px; }
.trial-note { color: var(--on-primary-mute, #c9c9c4); font-size: 14px; line-height: 1.9; }
.trial-question { font-size: clamp(21px, 2.2vw, 30px); line-height: 1.7; margin: 28px 0; padding: 25px 0; border-block: 1px solid var(--hairline); }
.trial-card button { cursor: pointer; min-height: 46px; }
.trial-en { font-family: var(--font-display); font-size: 35px; line-height: 1.25; color: var(--on-primary); margin-bottom: 18px; }
.trial-choices { display: flex; gap: 12px; margin-top: 22px; }
.trial-choices button { flex: 1; padding: 12px; font: inherit; font-size: 13px; color: var(--on-primary); background: transparent; border: 1px solid var(--hairline-strong, #34343a); border-radius: 2px; }
.trial-choices button[aria-pressed=true] { color: var(--canvas-night); background: var(--on-primary); border-color: var(--on-primary); }
.trial-result { border-top: 1px solid var(--hairline); padding-top: 22px; margin-top: 24px; animation: rin-reward-in .2s ease-out; }
.trial-result h3 { font-size: 16px; line-height: 1.8; margin-bottom: 10px; }
.trial-result a { display: block; color: var(--on-primary); text-decoration: underline; text-underline-offset: 5px; font-size: 14px; margin-top: 20px; }
.trial-retry { background: none; border: 0; padding: 12px 0; color: var(--on-primary-mute, #c9c9c4); font: inherit; font-size: 12px; text-decoration: underline; }
.mentor-proof { padding: 32px 0; border-bottom: 1px solid var(--hairline); }
.mentor-proof .wrap { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; align-items: center; }
.mentor-proof p { font-size: 12px; line-height: 1.9; color: var(--on-primary-mute, #c9c9c4); }
.mentor-proof a { color: var(--on-primary); text-decoration: underline; text-underline-offset: 5px; }
.mentor-proof strong { display: block; color: var(--on-primary); font-family: var(--font-display); font-size: 40px; line-height: 1.1; }
.mentor-proof span { font-size: 11px; color: var(--on-primary-mute, #c9c9c4); }
.mentor-proof small { grid-column: 1/-1; font-size: 10px; color: var(--on-primary-mute, #c9c9c4); }
.goal-route { padding: 80px 0; border-bottom: 1px solid var(--hairline); }
.goal-route .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
.goal-route h2 { font-family: var(--font-jp); font-size: 26px; line-height: 1.8; margin: 16px 0; }
.goal-route p { font-size: 14px; line-height: 2; color: var(--on-primary-mute, #c9c9c4); }
.goal-route .goal-question { color: var(--brass); font-size: 12px; }
.goal-route .goal-proof { padding-left: 32px; border-left: 1px solid var(--hairline); }
.goal-route .goal-proof strong { display: block; font-size: 16px; margin-bottom: 16px; }
.goal-route .btn { margin-top: 28px; }
.consult-builder { min-width: 0; scroll-margin-top: 100px; }
.consult-builder h2 { font-family: var(--font-jp); font-size: 24px; line-height: 1.7; margin: 0 0 16px; }
.consult-builder > p { color: var(--on-primary-mute, #c9c9c4); font-size: 14px; line-height: 1.9; }
.consult-fields { display: grid; gap: 20px; margin: 28px 0 22px; }
.consult-fields label, .consult-message-label { display: block; color: var(--on-primary); font-size: 13px; line-height: 1.8; }
.consult-fields select, .consult-builder textarea { display: block; width: 100%; margin-top: 10px; padding: 16px; background: var(--input-fill, #141416); color: var(--on-primary); border: 1px solid var(--hairline-strong, #34343a); border-radius: 2px; font: inherit; font-size: 16px; line-height: 1.8; }
.consult-builder textarea { min-height: 180px; resize: vertical; }
.consult-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.consult-copy-status { margin-top: 16px; min-height: 2em; }
.consult-outcomes { display: grid; gap: 22px; margin: 28px 0; list-style: none; }
.consult-outcomes li { padding-bottom: 22px; border-bottom: 1px solid var(--hairline); font-size: 14px; line-height: 1.9; color: var(--on-primary-mute, #c9c9c4); }
.consult-outcomes strong { display: block; color: var(--on-primary); margin-bottom: 8px; }
/* A practice card shares the app's existing charcoal, white and brass palette. */
.momentum { padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--hairline); border-radius: 0; background: transparent; margin-bottom: 24px; }
.momentum h2 { color: var(--on-primary); font-family: var(--font-jp); font-size: 27px; line-height: 1.6; margin: 0 0 12px; }
.momentum-copy { color: var(--on-primary-mute, #c9c9c4); font-size: 14px; line-height: 1.9; margin: 0 0 24px; }
.momentum .momentum-start { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 18px; background: var(--on-primary); color: var(--canvas-night); font-family: var(--font-jp); font-size: 15px; font-weight: 700; border-radius: 2px; text-decoration: none; transition: transform .15s; }
.momentum-start:active { transform: scale(.99); }
.momentum-start small { font-size: 12px; font-weight: 400; }
.momentum-week { display: flex; gap: 8px; margin: 26px 0 18px; }
.momentum-day { display: flex; flex: 1; min-width: 0; flex-direction: column; align-items: center; gap: 9px; font-size: 11px; color: var(--on-primary-mute, #c9c9c4); }
.momentum-stamp { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #444449; border-radius: 50%; font-size: 12px; }
.momentum-day.is-today .momentum-stamp { border-color: var(--brass); color: var(--brass); }
.momentum-day.is-done .momentum-stamp { color: var(--canvas-night); background: var(--brass); border-color: var(--brass); }
.momentum-week-note { display: flex; justify-content: space-between; gap: 14px; font-size: 12px; line-height: 1.8; color: var(--on-primary-mute, #c9c9c4); }
.momentum-week-note strong { color: var(--on-primary); }
.momentum-links { display: flex; justify-content: space-between; gap: 14px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--hairline); font-size: 12px; line-height: 1.8; color: var(--on-primary-mute, #c9c9c4); }
.momentum-links a { color: var(--on-primary); text-decoration: underline; text-underline-offset: 5px; }
.study-reward { position: fixed; bottom: calc(90px + env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); z-index: 250; width: min(440px, calc(100% - 32px)); padding: 20px 22px; color: var(--on-primary); background: #1b1b1ef5; border: 1px solid #756043; border-radius: 14px; box-shadow: 0 12px 36px #0006; font-family: var(--font-jp); pointer-events: none; animation: rin-reward-in .2s ease-out; }
.study-reward strong { display: block; font-size: 17px; margin-bottom: 6px; }
.study-reward span { color: var(--on-primary-mute, #c9c9c4); font-size: 13px; }
.conversion-dock { display: none; }
@keyframes rin-reward-in { from { opacity: 0; translate: 0 6px; } to { opacity: 1; translate: 0 0; } }
@media(max-width:800px) {
  .trial-layout, .consult-note-layout, .goal-route .wrap { grid-template-columns: 1fr; gap: 36px; }
  .goal-route { padding: 56px 0; }
  .goal-route .goal-proof { padding-left: 0; padding-top: 28px; border-left: 0; border-top: 1px solid var(--hairline); }
  .mentor-proof .wrap { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .mentor-proof p { grid-column: 1/-1; }
  .mentor-proof strong { font-size: 34px; }
}
@media(max-width:720px) {
  .conversion-dock:not([hidden]) { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 45; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: #0a0a0bed; backdrop-filter: blur(16px); border-top: 1px solid var(--hairline); }
  .conversion-dock a { color: var(--on-primary); font-size: 12px; padding: 13px 6px; text-align: center; border: 1px solid #34343a; border-radius: 2px; }
  .conversion-dock a:last-child { background: var(--on-primary); color: var(--canvas-night); border-color: var(--on-primary); font-weight: 700; }
  body.lp { padding-bottom: 80px; }
}
@media(max-width:420px) {
  .momentum { padding: 0 0 24px; }
  .momentum h2 { font-size: 24px; }
  .momentum-week { gap: 4px; }
  .momentum-stamp { width: 29px; height: 29px; }
  .momentum-week-note, .momentum-links { display: block; }
  .momentum-week-note span, .momentum-links span { display: block; margin-top: 6px; }
  .momentum-start small { display: none; }
  .consult-actions { flex-direction: column; }
  .consult-builder h2 { font-size: 22px; }
}
@media(prefers-reduced-motion:reduce) { .trial-result, .study-reward { animation: none; } .momentum-start { transition: none; } }
