:root{--font-sans:"Segoe UI",Arial,sans-serif;--font-serif:Georgia,"Times New Roman",serif;}


:root { --ink:#14251d; --green:#153d2b; --forest:#0d2e21; --sage:#dce7dd; --cream:#f5f0e6; --paper:#fbfaf6; --gold:#c49a52; --muted:#667169; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:var(--font-sans),sans-serif; }
a { color:inherit; text-decoration:none; }
h1,h2,blockquote { font-family:var(--font-serif),serif; }
h1,h2,h3,p,blockquote { margin-top:0; }
.site-header { height:88px; padding:0 clamp(24px,5vw,80px); display:flex; align-items:center; gap:36px; border-bottom:1px solid #153d2b18; position:sticky; top:0; z-index:20; background:#fbfaf6ef; backdrop-filter:blur(14px); }
.brand { display:flex; align-items:center; gap:12px; margin-right:auto; }
.brand-mark { width:40px; height:46px; display:grid; place-items:center; color:var(--cream); background:var(--green); border:2px solid var(--gold); border-radius:4px 4px 16px 16px; font-family:var(--font-serif); font-weight:700; }
.brand strong,.brand small { display:block; line-height:1.05; }
.brand strong { font-family:var(--font-serif); font-size:22px; }
.brand small { color:var(--muted); font-size:11px; letter-spacing:.18em; text-transform:uppercase; margin-top:5px; }
nav { display:flex; gap:28px; font-size:14px; }
nav a:hover { color:var(--gold); }
.header-cta { border:1px solid var(--green); padding:12px 18px; font-size:13px; font-weight:600; }
.hero { min-height:720px; display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:8vw; padding:90px clamp(24px,7vw,120px); background:radial-gradient(circle at 88% 18%,#c9d9c7 0,transparent 35%),linear-gradient(135deg,#fbfaf6 60%,#e6eee5); }
.eyebrow { text-transform:uppercase; letter-spacing:.17em; font-size:12px; color:#81704f; font-weight:700; }
.hero h1 { max-width:800px; font-size:clamp(54px,6.6vw,96px); line-height:.9; letter-spacing:-.035em; margin:26px 0; }
.hero-lead { max-width:650px; font-size:20px; line-height:1.65; color:#415148; }
.hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:28px; margin:38px 0 24px; }
.button { display:inline-flex; justify-content:center; padding:16px 23px; font-weight:700; font-size:14px; transition:.2s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { color:white; background:var(--green); box-shadow:0 12px 30px #153d2b25; }
.text-link { font-weight:700; border-bottom:1px solid #153d2b55; padding-bottom:4px; }
.microcopy { font-size:12px; color:var(--muted); }
.hero-panel { background:var(--forest); color:white; min-height:480px; padding:70px 55px 50px; position:relative; box-shadow:26px 28px 0 var(--gold); display:flex; flex-direction:column; justify-content:center; }
.quote-mark { font-family:var(--font-serif); color:var(--gold); font-size:100px; line-height:.2; }
.hero-panel blockquote { font-size:clamp(32px,3vw,48px); line-height:1.08; margin:25px 0 55px; }
.signature-row { display:flex; align-items:center; gap:14px; }
.signature-row strong,.signature-row small { display:block; }
.signature-row small { color:#b8c7bd; margin-top:4px; }
.portrait-placeholder { width:50px; height:50px; border:1px solid var(--gold); border-radius:50%; display:grid; place-items:center; font-family:var(--font-serif); font-size:26px; }
.trust-strip { display:flex; justify-content:center; flex-wrap:wrap; gap:0; color:white; background:var(--green); padding:24px; }
.trust-strip span { padding:0 34px; border-right:1px solid #ffffff42; font-size:13px; }
.trust-strip span:last-child { border:0; }
.section { padding:110px clamp(24px,7vw,120px); }
.intro { display:grid; grid-template-columns:1.1fr .9fr; gap:10vw; }
.section h2 { font-size:clamp(42px,5vw,70px); line-height:1; letter-spacing:-.025em; }
.intro-copy { font-size:18px; line-height:1.7; color:#526158; padding-top:32px; }
.theme-grid { padding-top:0; display:grid; grid-template-columns:repeat(4,1fr); gap:1px; }
.theme-card { border-top:1px solid #adb9af; padding:32px 24px 28px 0; min-height:260px; }
.theme-card + .theme-card { padding-left:24px; border-left:1px solid #d6dcd6; }
.theme-card > span,.process-list article > span { color:var(--gold); font-family:var(--font-serif); font-size:20px; }
.theme-card h3 { font-family:var(--font-serif); font-size:27px; margin:35px 0 15px; }
.theme-card p { color:var(--muted); line-height:1.6; }
.process-section { background:var(--cream); display:grid; grid-template-columns:.85fr 1.15fr; gap:9vw; }
.section-heading > p:last-child { color:var(--muted); line-height:1.7; max-width:500px; }
.process-list article { display:grid; grid-template-columns:55px 1fr; gap:20px; padding:30px 0; border-top:1px solid #a99d864f; }
.process-list h3 { font-family:var(--font-serif); font-size:30px; margin-bottom:9px; }
.process-list p { color:var(--muted); line-height:1.6; }
.hope-section { background:var(--forest); color:white; display:grid; grid-template-columns:.65fr 1.35fr; gap:6vw; padding:110px clamp(24px,7vw,120px); }
.hope-intro h2 { font-size:clamp(46px,5vw,72px); line-height:.95; margin-bottom:28px; }
.hope-intro > p:not(.eyebrow) { color:#bccac1; line-height:1.7; }
.light { display:inline-block; color:white; border-color:#ffffff66; margin-top:20px; }
.hope-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; align-items:end; }
.hope-card { min-height:370px; padding:32px 26px; background:#f0eadc; color:var(--ink); display:flex; flex-direction:column; justify-content:space-between; }
.hope-card-featured { min-height:470px; background:linear-gradient(#0b1812aa,#0b1812dd),url('coaching-meme.jpg') center/cover; color:white; }
.hope-card-gold { background:var(--gold); }
.hope-label { text-transform:uppercase; letter-spacing:.15em; font-size:11px; font-weight:700; }
.hope-card blockquote { font-size:31px; line-height:1.1; margin:auto 0; }
.hope-card > span { font-size:12px; opacity:.7; }
.about-section { display:grid; grid-template-columns:.7fr 1.3fr; gap:10vw; align-items:center; }
.about-badge { width:min(100%,390px); aspect-ratio:1; border:1px solid var(--gold); border-radius:50%; display:grid; place-items:center; position:relative; background:radial-gradient(circle,#e8eee6,#f9f7f1 65%); }
.about-badge:after { content:""; position:absolute; inset:22px; border:1px solid #153d2b30; border-radius:50%; }
.about-badge span { text-align:center; font-family:var(--font-serif); font-size:42px; line-height:.9; z-index:1; }
.about-lead { font-family:var(--font-serif); font-size:28px; line-height:1.35; }
.about-section > div:last-child > p:last-child { color:var(--muted); }
.contact-section { text-align:center; padding:120px 24px; color:white; background:var(--green); }
.contact-section h2 { font-size:clamp(48px,6vw,82px); line-height:1; max-width:900px; margin:18px auto 25px; }
.contact-section > p:not(.eyebrow) { color:#c9d4cd; }
.button-light { background:var(--cream); color:var(--green); margin:25px 0 15px; }
.contact-section small { display:block; color:#c9d4cd; }
footer { padding:55px clamp(24px,7vw,120px); display:grid; grid-template-columns:1fr 1.4fr 1.4fr auto; gap:35px; align-items:center; color:var(--muted); font-size:12px; }
.footer-brand { color:var(--ink); }
.disclaimer { max-width:330px; }
.conversation-section { display:grid; grid-template-columns:.7fr 1.3fr; gap:8vw; align-items:start; background:#e7eee6; }
.conversation-copy { position:sticky; top:130px; }

/* Multi-page site structure */
.page-hero{padding:105px clamp(24px,7vw,120px);color:white;background:radial-gradient(circle at 85% 15%,#2b7558 0,transparent 36%),var(--forest)}
.page-hero h1{max-width:1050px;margin:18px 0 25px;font-size:clamp(56px,7vw,100px);line-height:.92;letter-spacing:-.035em}.page-hero>p:last-child{max-width:760px;color:#d5e1d9;font-size:20px;line-height:1.65}
.home-paths{display:grid;grid-template-columns:.7fr 1.3fr;gap:7vw}.path-grid{display:grid;gap:14px}.path-grid>a{padding:28px 30px;border:1px solid #d5ddd6;background:white;transition:.2s ease}.path-grid>a:hover{border-color:var(--gold);transform:translateX(5px)}.path-grid span{color:var(--gold);font-family:var(--font-serif);font-size:20px}.path-grid h3{margin:10px 0;font-family:var(--font-serif);font-size:32px}.path-grid p{color:var(--muted)}.path-grid b{font-size:13px}
@media(max-width:900px){.home-paths{grid-template-columns:1fr}.site-header nav{display:none}}

/* Multi-page site structure */
.page-hero { padding:105px clamp(24px,7vw,120px); color:white; background:radial-gradient(circle at 85% 15%,#2b7558 0,transparent 36%),var(--forest); }
.page-hero.compact { padding-bottom:80px; }
.page-hero h1 { max-width:1050px; margin:18px 0 25px; font-size:clamp(56px,7vw,100px); line-height:.92; letter-spacing:-.035em; }
.page-hero > p:last-child { max-width:760px; color:#d5e1d9; font-size:20px; line-height:1.65; }
.home-paths { display:grid; grid-template-columns:.7fr 1.3fr; gap:7vw; }
.path-grid { display:grid; gap:14px; }
.path-grid > a { padding:28px 30px; border:1px solid #d5ddd6; background:white; transition:.2s ease; }
.path-grid > a:hover { border-color:var(--gold); transform:translateX(5px); }
.path-grid span,.principle-page span { color:var(--gold); font-family:var(--font-serif); font-size:20px; }
.path-grid h3 { margin:10px 0; font-family:var(--font-serif); font-size:32px; }
.path-grid p { color:var(--muted); }
.path-grid b { font-size:13px; }
.home-invite { padding:85px clamp(24px,7vw,120px); color:white; background:var(--green); display:grid; grid-template-columns:1.2fr .8fr; gap:7vw; align-items:center; }
.home-invite h2 { max-width:750px; margin:12px 0 0; font-size:clamp(42px,5vw,70px); line-height:1; }
.home-invite-actions { display:flex; flex-direction:column; align-items:flex-start; }
.story-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:10vw; align-items:center; }
.story-layout > div:last-child > p { color:var(--muted); font-size:18px; line-height:1.75; }
.story-layout .about-lead { color:var(--ink)!important; font-size:28px!important; }
.conversation-page { max-width:980px; margin:auto; }
.intake-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; padding:0 clamp(24px,7vw,120px); background:var(--green); color:white; }
.intake-steps article { display:grid; grid-template-columns:42px 1fr; gap:14px; align-items:center; padding:28px 22px; border-right:1px solid #ffffff35; }
.intake-steps article:last-child { border-right:0; }
.intake-steps span { color:var(--gold); font-family:var(--font-serif); font-size:21px; }
.intake-steps strong { line-height:1.35; }
.intake-roadmap { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:18px; padding:30px clamp(24px,7vw,120px); color:white; background:var(--green); font-family:var(--font-serif); font-size:clamp(18px,2vw,25px); }
.intake-roadmap b { color:var(--gold); font-family:var(--font-sans); font-weight:400; }
.experience-ledger,.principle-ledger { display:grid; grid-template-columns:.72fr 1.28fr; gap:8vw; align-items:start; }
.experience-ledger > div:first-child,.principle-intro { position:sticky; top:130px; }
.ledger-list { border-top:1px solid #aebbb1; }
.ledger-list article { display:grid; grid-template-columns:70px 1fr; gap:24px; padding:34px 0; border-bottom:1px solid #d3dbd5; }
.ledger-list article > span { color:var(--gold); font-family:var(--font-serif); font-size:22px; }
.ledger-list h3 { margin:0 0 10px; font-family:var(--font-serif); font-size:clamp(28px,3vw,39px); }
.ledger-list p { max-width:680px; margin:0; color:var(--muted); line-height:1.7; }
.help-request-form { padding:clamp(28px,5vw,62px); background:white; border:1px solid #d5ddd6; box-shadow:0 24px 60px #153d2b12; }
.form-heading { margin-bottom:40px; padding-bottom:30px; border-bottom:1px solid #dce2dc; }
.form-heading h2,.request-success h2 { font-size:clamp(38px,5vw,58px); line-height:1; margin:12px 0 18px; }
.form-heading p:last-child { max-width:720px; color:var(--muted); line-height:1.7; }
.help-request-form > label:not(.consent),.help-request-form fieldset label:not(.file-choice) { display:flex; justify-content:space-between; margin:26px 0 9px; font-weight:700; }
.help-request-form label > span,.help-request-form legend small { color:var(--muted); font-size:12px; font-weight:500; }
.help-request-form input:not([type="checkbox"]):not([type="file"]),.help-request-form textarea { width:100%; border:1px solid #aebbb1; padding:16px; background:#fcfbf7; color:var(--ink); font:inherit; }
.help-request-form textarea { resize:vertical; line-height:1.6; }
.help-request-form input:focus,.help-request-form textarea:focus { outline:3px solid #c49a5240; border-color:var(--green); }
.help-request-form fieldset { margin:36px 0 24px; padding:26px; border:1px solid #cbd6cd; background:#f7f5ef; }
.help-request-form legend { padding:0 10px; font-family:var(--font-serif); font-size:28px; font-weight:700; }
.help-request-form fieldset > p { color:var(--muted); line-height:1.6; }
.or-divider { display:flex; align-items:center; gap:12px; margin:24px 0; color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.12em; }
.or-divider:before,.or-divider:after { content:""; height:1px; flex:1; background:#d2d9d3; }
.file-choice { display:flex; flex-direction:column; gap:6px; padding:18px; border:1px dashed var(--green); background:white; cursor:pointer; }
.file-choice small { color:var(--muted); }
.file-input { width:1px; height:1px; overflow:hidden; position:absolute; clip:rect(0 0 0 0); }
.privacy-box { padding:20px 22px; border-left:4px solid var(--gold); background:#f4efe4; }
.privacy-box p { margin:7px 0 0; color:var(--muted); font-size:14px; line-height:1.6; }
.consent { display:flex; align-items:flex-start; gap:12px; margin:25px 0; line-height:1.5; }
.consent input { margin-top:4px; accent-color:var(--green); }
.submit-request { border:0; cursor:pointer; }
.preview-notice { display:block; margin-top:12px; color:var(--muted); }
.request-success { padding:55px; border:1px solid #b8c9bc; background:#edf4ed; text-align:center; }
.request-success > span { color:var(--green); font-weight:800; text-transform:uppercase; letter-spacing:.13em; font-size:12px; }
.request-success p { max-width:680px; margin:0 auto 28px; color:var(--muted); line-height:1.7; }
@media(max-width:760px){.intake-roadmap{align-items:flex-start;flex-direction:column}.intake-roadmap b{transform:rotate(90deg);margin-left:10px}.experience-ledger,.principle-ledger{grid-template-columns:1fr}.experience-ledger>div:first-child,.principle-intro{position:static}.ledger-list article{grid-template-columns:45px 1fr}.help-request-form{padding:26px 20px}.help-request-form fieldset{padding:18px}}
.principle-page { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; }
.principle-page article { min-height:300px; padding:42px; border:1px solid #d8ded8; }
.principle-page h2 { margin:30px 0 15px; font-size:38px; }
.principle-page p { color:var(--muted); line-height:1.7; }
@media(max-width:900px){.home-paths,.home-invite,.story-layout{grid-template-columns:1fr}.principle-page{grid-template-columns:1fr}.site-header nav{display:none}}
.conversation-copy > p:last-child { color:var(--muted); line-height:1.7; max-width:480px; }
.guided-card { background:var(--paper); border:1px solid #153d2b22; min-height:570px; padding:44px; box-shadow:0 25px 65px #153d2b12; }
.step-dots { display:flex; gap:8px; margin-bottom:46px; }
.step-dots span { width:32px; height:3px; background:#d8ded9; }
.step-dots span.active { background:var(--gold); }
.tool-kicker { color:var(--gold); font-size:11px; letter-spacing:.16em; text-transform:uppercase; font-weight:700; }
.guided-card h3 { font-family:var(--font-serif); font-size:38px; line-height:1.05; max-width:620px; }
.choice-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:30px 0; }
.choice-grid button { text-align:left; padding:18px; border:1px solid #153d2b2d; background:white; color:var(--ink); cursor:pointer; font:600 14px var(--font-sans); }
.choice-grid button:hover,.choice-grid button:focus-visible { border-color:var(--gold); background:var(--cream); }
.support-note,.privacy-note { color:var(--muted); font-size:12px; line-height:1.55; margin-top:35px; }
.support-note a { text-decoration:underline; font-weight:700; }
.guided-card textarea,.reflection-fields textarea { width:100%; resize:vertical; border:1px solid #153d2b33; background:#fff; color:var(--ink); padding:16px; font:15px/1.55 var(--font-sans); }
.guided-card textarea:focus,.reflection-fields textarea:focus,.note-signup input:focus { outline:2px solid var(--gold); outline-offset:2px; }
.form-actions { display:flex; align-items:center; justify-content:flex-end; gap:15px; margin-top:24px; }
.quiet-button { border:0; background:transparent; color:var(--muted); text-decoration:underline; cursor:pointer; padding:12px; }
.button:disabled { opacity:.4; cursor:not-allowed; transform:none; }
.inquiry-summary { background:var(--cream); border-left:3px solid var(--gold); padding:24px; margin:25px 0; }
.inquiry-summary p { line-height:1.6; margin:15px 0; white-space:pre-wrap; }
.inquiry-summary small { color:var(--muted); }
.tools-section { display:grid; grid-template-columns:.6fr 1.4fr; gap:7vw; }
.reflection-tool { border-top:1px solid #153d2b40; }
.tool-tabs { display:flex; gap:0; border-bottom:1px solid #153d2b25; overflow-x:auto; }
.tool-tabs button { border:0; background:transparent; padding:19px 22px; color:var(--muted); font-weight:700; white-space:nowrap; cursor:pointer; }
.tool-tabs button.active { color:var(--green); box-shadow:inset 0 -3px var(--gold); }
.reflection-fields { display:grid; gap:22px; padding:34px 0; }
.reflection-fields label { display:grid; gap:10px; font-family:var(--font-serif); font-size:21px; }
.next-step { display:grid; gap:10px; padding:24px; color:white; background:var(--green); }
.next-step span,.next-step small { font-size:11px; text-transform:uppercase; letter-spacing:.12em; opacity:.75; }
.next-step strong { font-family:var(--font-serif); font-size:28px; }
.coach-section { display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; padding:110px clamp(24px,7vw,120px); color:white; background:var(--forest); }
.coach-copy h2,.notes-section h2 { font-family:var(--font-serif); font-size:clamp(44px,5vw,70px); line-height:.95; }
.coach-copy > p:not(.eyebrow) { color:#bbc8c0; line-height:1.7; }
.coach-principles { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#ffffff22; }
.coach-principles article { background:var(--forest); padding:28px; min-height:220px; }
.coach-principles span { color:var(--gold); }
.coach-principles h3 { font-family:var(--font-serif); font-size:25px; margin:35px 0 12px; }
.coach-principles p { color:#aebdb4; line-height:1.55; }
.notes-section { padding:90px clamp(24px,7vw,120px); display:grid; grid-template-columns:1fr 1fr; gap:8vw; align-items:center; background:var(--gold); }
.notes-section > div > p:last-child { max-width:550px; line-height:1.65; }
.note-signup label { display:block; font-size:12px; font-weight:700; margin-bottom:10px; }
.note-signup > div { display:flex; }
.note-signup input { flex:1; min-width:0; border:0; background:white; padding:17px; font:15px var(--font-sans); }
.note-signup button { border:0; background:var(--green); color:white; padding:0 22px; font-weight:700; cursor:pointer; }
.note-signup small { display:block; margin-top:12px; line-height:1.5; opacity:.75; }
.signup-success { border:1px solid #153d2b55; padding:24px; font-weight:700; }
.journal-hero { padding:120px clamp(24px,10vw,180px) 85px; background:linear-gradient(135deg,var(--cream),#e3ebe2); }
.journal-hero h1 { font-size:clamp(70px,10vw,140px); line-height:.8; margin:25px 0 40px; }
.journal-hero > p:last-child { max-width:600px; color:var(--muted); font-size:19px; line-height:1.6; }
.journal-grid { padding:90px clamp(24px,7vw,120px); display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.journal-card { min-height:460px; border:1px solid #153d2b22; padding:40px; display:flex; flex-direction:column; }
.journal-card.featured-post { grid-column:1/-1; min-height:520px; background:var(--forest); color:white; padding:clamp(40px,7vw,90px); }
.journal-card > span { color:var(--gold); text-transform:uppercase; letter-spacing:.15em; font-size:11px; font-weight:700; }
.journal-card h2 { font-size:clamp(36px,4vw,62px); line-height:1; margin:30px 0; max-width:900px; }
.journal-card > p { color:var(--muted); line-height:1.7; max-width:720px; }
.featured-post > p { color:#bdc9c1; }
.journal-card > div { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-top:auto; }
.journal-card small { opacity:.65; }
.journal-card a { font-weight:700; border-bottom:1px solid currentColor; padding-bottom:4px; }
.journal-invite { text-align:center; color:white; background:var(--green); padding:110px 24px; }
.journal-invite h2 { font-size:clamp(45px,6vw,80px); max-width:850px; margin:20px auto 35px; }
.post-page { max-width:850px; margin:auto; padding:90px 24px 140px; }
.back-link { display:inline-block; color:var(--muted); margin-bottom:80px; }
.post-page h1 { font-size:clamp(52px,7vw,90px); line-height:.95; margin:25px 0; }
.post-meta { color:var(--muted); font-size:13px; margin-bottom:65px; }
.post-page > p:not(.eyebrow) { font-family:var(--font-serif); font-size:25px; line-height:1.6; }
.post-page blockquote { color:var(--green); background:var(--cream); border-left:4px solid var(--gold); padding:35px; font-size:36px; margin:60px 0; }
.post-signoff { display:flex; align-items:center; gap:14px; }
.post-signoff strong,.post-signoff small { display:block; }
.post-signoff small { color:var(--muted); }
.review-page { min-height:100vh; display:grid; place-items:center; padding:24px; background:radial-gradient(circle,#e3ebe2,var(--cream)); }
.review-lock { max-width:620px; text-align:center; padding:65px; background:var(--paper); box-shadow:0 30px 80px #153d2b1b; }
.review-lock > .brand-mark { margin:0 auto 35px; }
.review-lock h1 { font-size:65px; margin:10px 0 25px; }
.review-lock > p:not(.eyebrow) { color:var(--muted); line-height:1.7; }
.review-status { display:grid; gap:8px; text-align:left; margin:35px 0; padding:20px; border:1px solid #c49a5266; background:#fff9e9; }
.review-status span { color:var(--muted); font-size:13px; line-height:1.5; }
@media (max-width:1000px) { nav{display:none}.hero,.intro,.process-section,.hope-section,.about-section,.conversation-section,.tools-section,.coach-section,.notes-section{grid-template-columns:1fr}.conversation-copy{position:static}.hero{padding-top:65px}.hero-panel{min-height:390px}.theme-grid{grid-template-columns:1fr 1fr}.hope-cards{margin-top:20px}.about-badge{max-width:320px;margin:auto}footer{grid-template-columns:1fr 1fr}.header-cta{display:none} }
@media (max-width:650px) { .site-header{height:74px}.hero{padding:58px 22px 75px;min-height:auto}.hero h1{font-size:53px}.hero-panel{padding:60px 30px 35px;box-shadow:12px 14px 0 var(--gold)}.trust-strip{display:grid;grid-template-columns:1fr 1fr;text-align:center;gap:14px}.trust-strip span{padding:0;border:0}.section,.hope-section,.coach-section,.notes-section{padding:78px 22px}.theme-grid,.coach-principles,.journal-grid{grid-template-columns:1fr}.theme-card + .theme-card{padding-left:0;border-left:0}.hope-cards{grid-template-columns:1fr}.hope-card,.hope-card-featured{min-height:340px}.process-section{gap:35px}.about-badge{max-width:250px}.about-badge span{font-size:34px}footer{grid-template-columns:1fr}.footer-brand{margin-bottom:10px}.guided-card{padding:28px 20px;min-height:620px}.choice-grid{grid-template-columns:1fr}.tool-tabs{margin:0 -4px}.note-signup>div{display:grid}.note-signup button{padding:17px}.journal-card.featured-post{grid-column:auto}.journal-card{min-height:420px;padding:28px}.journal-card>div{align-items:start;flex-direction:column}.review-lock{padding:40px 24px}.review-lock h1{font-size:50px} }

/* Original Mark Hope Life Coaching visual identity restored from the live site. */
:root{--band:#0c2f1d;--footer:#0a2617;--accent:#0f7a41;--accent-dark:#0b5c31;--bright:#43d17a;--ink:#1b2420;--muted:#5b6b62;--line:#dfe7e2;--wash:#f4f8f5;--white:#fff;--green:var(--band);--forest:var(--band);--sage:var(--wash);--cream:var(--white);--paper:var(--white);--gold:var(--bright);--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-serif:var(--font-sans)}
body{background:var(--white);color:var(--ink);font-family:var(--font-sans);font-size:17px}h1,h2,h3,blockquote{font-family:var(--font-sans)}
.site-header{height:92px;padding:0 clamp(24px,5vw,72px);color:white;background:var(--band);border-bottom:0;backdrop-filter:none}.brand{gap:13px}.brand-mark{width:64px;height:64px;display:block;object-fit:contain;color:transparent;background:transparent;border:0;border-radius:50%}.brand strong{font-family:var(--font-sans);font-size:20px;color:white}.brand small{margin-top:6px;color:var(--bright);font-size:10px;letter-spacing:.16em}.site-header nav{gap:25px}.site-header nav a{color:white;font-size:15px}.site-header nav a:hover{color:var(--bright)}.header-cta{padding:13px 18px;color:var(--band);background:var(--bright);border:0;border-radius:7px;font-weight:700}
.account-link{padding:11px 15px;color:var(--band);background:var(--bright);border-radius:7px;font-size:14px;font-weight:750}
.hero{min-height:540px;padding:72px clamp(24px,7vw,120px);color:white;background:var(--band);grid-template-columns:1.25fr .75fr;gap:7vw}.eyebrow{color:var(--bright)}.hero h1{max-width:800px;margin:24px 0;font-size:clamp(43px,5vw,64px);line-height:1.08;letter-spacing:-.025em}.hero-lead{color:#d9e4dd;font-size:19px}.button{border-radius:7px}.button-primary{color:var(--band);background:var(--bright);box-shadow:none}.text-link{border-color:currentColor}.hero .text-link{color:white}.microcopy{color:#b8c9bf}.hero-panel{min-height:auto;padding:35px 0 35px 38px;color:white;background:transparent;border-left:2px solid var(--bright);box-shadow:none}.quote-mark{display:none}.hero-panel blockquote{margin:0 0 28px;font-size:clamp(24px,2.5vw,34px);line-height:1.25;font-weight:600}.portrait-placeholder{border-color:var(--bright);font-family:var(--font-sans)}
.trust-strip{color:var(--band);background:var(--wash);border-bottom:1px solid var(--line)}.trust-strip span{border-color:#0c2f1d26}.page-hero,.journal-hero{color:white;background:var(--band)}.page-hero h1,.journal-hero h1{font-size:clamp(48px,6vw,76px);line-height:1.02}.page-hero>p:last-child,.journal-hero>p:last-child{color:#d9e4dd}.process-section{background:var(--wash)}.contact-section,.home-invite,.intake-roadmap{background:var(--accent-dark)}
.path-grid>a,.journal-card,.help-request-form{border-radius:10px}.path-grid>a:hover{border-color:var(--bright)}.path-grid span,.ledger-list article>span,.process-list article>span{color:var(--accent)}.intro-photo{display:block;width:100%;max-width:420px;height:auto;border-radius:10px}.story-layout{align-items:center}.story-layout>.intro-photo{justify-self:center}
footer{color:#c5d2ca;background:var(--footer)}footer .brand strong{color:white}footer .brand small{color:var(--bright)}.footer-brand{color:white}.footer-brand .brand-mark{width:70px;height:70px}
@media(max-width:1000px){.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-panel{max-width:720px}.header-cta{display:inline-flex}}
@media(max-width:650px){.site-header{height:78px;padding:0 18px}.brand-mark{width:52px;height:52px}.brand strong{font-size:16px}.brand small{display:none}.header-cta{padding:10px 12px;font-size:12px}.account-link{padding:9px 11px;font-size:12px}.hero{padding:55px 22px}.hero h1{font-size:46px}.hero-panel{padding:28px 0 0;border-left:0;border-top:2px solid var(--bright)}footer .brand small{display:block}}

.home-intake-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:7vw;align-items:start;padding:85px clamp(24px,7vw,120px);background:var(--wash);border-bottom:1px solid var(--line)}.home-intake-copy{position:sticky;top:125px}.home-intake-copy h2{margin:14px 0 18px;font-size:clamp(36px,4.5vw,58px);line-height:1.05}.home-intake-copy>p:last-child{color:var(--muted);line-height:1.7}.home-intake-form{padding:34px;background:var(--white);border:1px solid var(--line);border-radius:10px}.home-intake-form>label:not(.consent),.home-video-options>label:not(.file-choice){display:block;margin:21px 0 8px;font-weight:700}.home-intake-form>label:first-child{margin-top:0}.home-intake-form input:not([type="checkbox"]):not([type="file"]),.home-intake-form textarea{width:100%;padding:14px;border:1px solid #a9b9af;border-radius:6px;background:white;color:var(--ink);font:inherit}.home-intake-form textarea{resize:vertical;line-height:1.5}.home-intake-form input:focus,.home-intake-form textarea:focus{outline:3px solid #43d17a38;border-color:var(--accent)}.home-intake-form details{margin:24px 0;padding:16px 18px;background:var(--wash);border:1px solid var(--line);border-radius:8px}.home-intake-form summary{cursor:pointer;font-weight:800}.home-intake-form summary small{margin-left:8px;color:var(--muted);font-weight:500}.home-video-options>span{display:block;margin:16px 0;color:var(--muted);font-size:12px;text-align:center;text-transform:uppercase}.home-intake-form .file-choice{border-color:var(--accent)}.home-intake-form .consent{font-size:14px}.home-intake-form .button{border:0;cursor:pointer}.home-intake-success{padding:40px;background:white;border-left:5px solid var(--bright)}.home-intake-success>strong{font-size:24px}.home-intake-success p{color:var(--muted);line-height:1.7}.home-intake-success button{cursor:pointer}.home-intake-form .preview-notice{display:block;margin-top:11px;color:var(--muted)}
@media(max-width:850px){.home-intake-section{grid-template-columns:1fr}.home-intake-copy{position:static}}@media(max-width:650px){.home-intake-section{padding:58px 22px}.home-intake-form{padding:24px 18px}}
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.button{transition:none} }

/* Homepage: the primary Find a Coach form belongs in the opening view. */
.home-find-hero{grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:6vw;align-items:start;min-height:auto;background:linear-gradient(90deg,rgba(4,49,33,.94) 0%,rgba(4,49,33,.82) 43%,rgba(4,49,33,.58) 100%),url("hero-coaching.jpg") center 42%/cover no-repeat}
.home-find-hero .hero-copy{padding-top:28px}
.hero-intake{color:var(--ink);background:var(--white);border-radius:10px;overflow:hidden}
.hero-intake-heading{padding:27px 30px 0}
.hero-intake-heading h2{margin:8px 0 10px;font-size:clamp(27px,3vw,38px);line-height:1.08}
.hero-intake-heading>p:last-child{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
.hero-intake .home-intake-form{padding:22px 30px 30px;border:0;border-radius:0}
.hero-intake .home-intake-form>label:not(.consent),.hero-intake .home-video-options>label:not(.file-choice){margin-top:15px}
.hero-intake .home-intake-form textarea{min-height:105px}
.public-warning{margin-top:28px;padding:20px 22px;color:white;background:#082417;border-left:5px solid var(--bright)}
.public-warning strong{display:block;margin-bottom:9px;color:var(--bright);font-size:19px}.public-warning p{margin:8px 0;color:#e0e9e3;font-size:14px;line-height:1.55}
.home-quote{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:45px;align-items:center;padding:48px clamp(24px,7vw,120px);color:var(--band);background:var(--wash);border-bottom:1px solid var(--line)}
.home-quote blockquote{max-width:900px;margin:0;font-size:clamp(25px,3vw,38px);line-height:1.28;font-weight:650}
.home-quote .signature-row{min-width:220px}.home-quote .portrait-placeholder{color:var(--band);border-color:var(--accent)}
@media(max-width:1000px){.home-find-hero{grid-template-columns:1fr}.home-find-hero .hero-copy{padding-top:0}.home-quote{grid-template-columns:1fr}}
@media(max-width:650px){.hero-intake-heading{padding:24px 18px 0}.hero-intake .home-intake-form{padding:18px}.home-quote{padding:38px 22px;gap:25px}}

/* Account and member-area prototype. Real identity and storage are intentionally not connected yet. */
.account-hero{padding-bottom:68px}.account-entry{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:start}.account-entry>div,.account-entry>aside{max-width:620px}.account-entry h2,.create-account-layout h2,.member-tool h2,.member-status h2{margin:10px 0 22px;font-size:clamp(32px,4vw,50px);line-height:1.08}.account-entry aside{padding-left:7vw;border-left:1px solid var(--line)}.account-entry aside>p:not(.eyebrow){color:var(--muted);line-height:1.7}.account-entry aside .button{display:inline-flex;margin:12px 0 24px}.account-entry aside .text-link{display:block;width:max-content}.account-form{display:grid;gap:10px}.account-form>label{margin-top:12px;font-weight:750}.account-form input{width:100%;padding:15px;border:1px solid #a9b9af;border-radius:6px;font:inherit}.account-form input:focus{outline:3px solid #43d17a38;border-color:var(--accent)}.account-form .button{width:max-content;margin-top:12px;border:0;cursor:pointer}.account-form>small{color:var(--muted);line-height:1.5}.account-form .consent{margin:16px 0 0}.account-security-note{padding:30px clamp(24px,7vw,120px);color:white;background:#082417;border-top:5px solid var(--bright)}.account-security-note strong{color:var(--bright);font-size:20px}.account-security-note p{max-width:900px;margin:8px 0 0;color:#e0e9e3;line-height:1.6}.account-demo-result{padding:30px;border-left:5px solid var(--bright);background:var(--wash)}.account-demo-result>strong{font-size:22px}.account-demo-result p{color:var(--muted);line-height:1.6}.account-demo-result .button{display:inline-flex;margin-right:10px}.create-account-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:start}.create-account-layout>div>p:not(.eyebrow),.create-account-layout li{color:var(--muted);line-height:1.65}.create-account-layout ul{margin:25px 0;padding-left:22px}.create-account-layout .account-form{padding:35px;border:1px solid var(--line);border-radius:10px;background:var(--wash)}
.member-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;padding:62px clamp(24px,7vw,120px);color:white;background:var(--band)}.member-heading h1{margin:12px 0 8px;font-size:clamp(48px,6vw,76px)}.member-heading p:last-child{color:#d9e4dd}.prototype-banner{padding:16px clamp(24px,7vw,120px);color:var(--band);background:#d9f7e5;border-bottom:1px solid #a9ddbd}.prototype-banner strong{margin-right:8px}.member-workspace{display:grid;grid-template-columns:.75fr 1.25fr;gap:0;background:var(--line)}.member-workspace>section{padding:55px clamp(25px,5vw,72px);background:white}.member-status{grid-row:span 2;background:var(--wash)!important}.member-status>p:not(.eyebrow){color:var(--muted);line-height:1.7}.member-status dl{margin-top:35px;border-top:1px solid var(--line)}.member-status dl>div{padding:20px 0;border-bottom:1px solid var(--line)}.member-status dt{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.member-status dd{margin:7px 0 0;font-weight:750}.member-tool+.member-tool{border-top:1px solid var(--line)}.member-tool .tool-intro,.empty-state p{color:var(--muted);line-height:1.6}.empty-state{margin:20px 0 30px;padding:22px;border-left:4px solid var(--bright);background:var(--wash)}.empty-state p{margin:6px 0 0}.member-tool form{display:grid;gap:12px}.member-tool form label{font-weight:750}.member-tool textarea{width:100%;padding:15px;border:1px solid #a9b9af;border-radius:6px;font:inherit;line-height:1.55;resize:vertical}.member-tool textarea:focus{outline:3px solid #43d17a38;border-color:var(--accent)}.member-tool form .button{width:max-content;border:0;cursor:pointer}.prototype-toast{position:fixed;right:24px;bottom:24px;z-index:20;max-width:420px;padding:18px 22px;color:white;background:var(--band);border-left:5px solid var(--bright);box-shadow:0 12px 35px #0003}
@media(max-width:900px){.account-entry,.create-account-layout,.member-workspace{grid-template-columns:1fr}.account-entry aside{padding:35px 0 0;border-left:0;border-top:1px solid var(--line)}.member-status{grid-row:auto}.member-heading{align-items:start;flex-direction:column}}
@media(max-width:650px){.account-form .button,.account-demo-result .button{width:100%;justify-content:center}.create-account-layout .account-form{padding:24px 18px}.member-workspace>section{padding:42px 22px}.prototype-toast{left:16px;right:16px;bottom:16px}}

/* Coach With Me is a direct team invitation and working interest form. */
.coach-team-hero{padding-bottom:72px}.coach-team-concept{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;padding:55px clamp(24px,7vw,120px);color:white;background:var(--accent-dark)}.coach-team-concept h2{max-width:760px;margin:10px 0 0;font-size:clamp(34px,4.5vw,58px);line-height:1.08}.coach-team-concept>p{max-width:680px;margin:0;color:#d9e8df;line-height:1.75}.coach-interest-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:start}.coach-interest-layout>div h2{margin:10px 0 22px;font-size:clamp(34px,4vw,52px);line-height:1.08}.coach-interest-layout>div>p:not(.eyebrow){color:var(--muted);line-height:1.75}.coach-interest-form{display:grid;gap:9px;padding:35px;border:1px solid var(--line);border-radius:10px;background:var(--wash)}.coach-interest-form h2{margin:5px 0 17px;font-size:34px}.coach-interest-form>label:not(.consent){margin-top:13px;font-weight:750}.coach-interest-form input,.coach-interest-form textarea{width:100%;padding:14px;border:1px solid #a9b9af;border-radius:6px;background:white;font:inherit;line-height:1.55}.coach-interest-form textarea{resize:vertical}.coach-interest-form input:focus,.coach-interest-form textarea:focus{outline:3px solid #43d17a38;border-color:var(--accent)}.coach-interest-form .button{width:max-content;margin-top:6px;border:0;cursor:pointer}.coach-interest-result{padding:38px;border-left:5px solid var(--bright);background:var(--wash)}.coach-interest-result strong{font-size:26px}.coach-interest-result p{color:var(--muted);line-height:1.7}
@media(max-width:900px){.coach-team-concept,.coach-interest-layout{grid-template-columns:1fr}}@media(max-width:650px){.coach-interest-form{padding:24px 18px}.coach-interest-form .button{width:100%}}

/* How It Works: the actual relationship and community process. */
.how-compact-heading{padding:30px clamp(24px,7vw,120px);color:white;background:var(--band);border-top:1px solid #ffffff18}.how-compact-heading h1{margin:0;font-size:clamp(28px,3.2vw,42px);line-height:1.1}
.how-plaques{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:28px clamp(24px,7vw,120px);background:var(--wash);border-bottom:1px solid var(--line)}.how-plaques article{min-height:145px;padding:24px 26px;background:white;border:1px solid var(--line);border-radius:8px}.how-plaques span{display:block;margin-bottom:13px;color:var(--accent);font-size:12px;font-weight:850;letter-spacing:.12em}.how-plaques h2{margin:0 0 8px;font-size:22px;line-height:1.2}.how-plaques p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
.how-community-hero{padding-bottom:75px}.how-community-hero h1{max-width:1050px}.how-community-intro{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:55px clamp(24px,7vw,120px);color:white;background:var(--accent-dark)}.how-community-intro p{max-width:700px;margin:0;color:#e0ebe4;font-size:clamp(18px,2vw,23px);line-height:1.7}.how-community-steps{padding-top:70px;padding-bottom:70px}.how-community-steps article{display:grid;grid-template-columns:90px 1fr;gap:30px;padding:43px 0;border-top:1px solid var(--line)}.how-community-steps article:last-child{border-bottom:1px solid var(--line)}.how-community-steps article>span{color:var(--accent);font-size:20px;font-weight:800}.how-community-steps h2{margin:0 0 13px;font-size:clamp(36px,4.5vw,58px);line-height:1.05}.how-community-steps p{max-width:870px;margin:0;color:var(--muted);font-size:19px;line-height:1.75}.how-community-close{display:flex;justify-content:space-between;align-items:center;gap:55px;padding:62px clamp(24px,7vw,120px);color:white;background:var(--band)}.how-community-close h2{max-width:850px;margin:10px 0 15px;font-size:clamp(34px,4vw,52px);line-height:1.08}.how-community-close>div>p:last-child{max-width:850px;color:#d9e4dd;line-height:1.7}.how-community-actions{display:flex;flex:none;gap:12px;align-items:center}.how-community-close .button{flex:none;white-space:nowrap}
@media(max-width:800px){.how-plaques{grid-template-columns:1fr}.how-community-intro{grid-template-columns:1fr}.how-community-close{align-items:flex-start;flex-direction:column}}@media(max-width:650px){.how-plaques{padding:20px 22px;gap:12px}.how-plaques article{min-height:auto}.how-community-steps article{grid-template-columns:50px 1fr;gap:15px}.how-community-steps p{font-size:17px}.how-community-actions{width:100%;flex-direction:column}.how-community-actions .button{width:100%;text-align:center}}

/* Community: shared public profiles, beginning with Mark. */
.community-hero{padding-bottom:72px}.community-profile{display:grid;grid-template-columns:minmax(280px,.65fr) 1.35fr;gap:8vw;align-items:center}.community-profile h2{margin:10px 0 22px;font-size:clamp(36px,4.5vw,58px);line-height:1.08}.community-profile>div>p:not(.eyebrow){color:var(--muted);line-height:1.75}.profile-topics{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.profile-topics strong{width:100%;margin-bottom:3px}.profile-topics span{padding:8px 11px;color:var(--band);background:var(--wash);border:1px solid var(--line);border-radius:6px;font-size:13px}.community-invitation{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:start;padding:75px clamp(24px,7vw,120px);background:var(--wash)}.community-invitation>div h2{margin:10px 0 20px;font-size:clamp(34px,4vw,52px);line-height:1.08}.community-invitation>div>p:not(.eyebrow){color:var(--muted);line-height:1.75}.community-bio-form{display:grid;gap:9px;padding:35px;background:white;border:1px solid var(--line);border-radius:10px}.community-bio-form h2{margin:5px 0 17px;font-size:34px}.community-bio-form>label:not(.consent){margin-top:13px;font-weight:750}.community-bio-form input,.community-bio-form textarea{width:100%;padding:14px;border:1px solid #a9b9af;border-radius:6px;background:white;font:inherit;line-height:1.55}.community-bio-form textarea{resize:vertical}.community-bio-form input:focus,.community-bio-form textarea:focus{outline:3px solid #43d17a38;border-color:var(--accent)}.community-bio-form .button{width:max-content;margin-top:6px;border:0;cursor:pointer}.community-bio-result{padding:38px;background:white;border-left:5px solid var(--bright)}.community-bio-result strong{font-size:25px}.community-bio-result p{color:var(--muted);line-height:1.7}
@media(max-width:900px){.community-profile,.community-invitation{grid-template-columns:1fr}.community-profile .intro-photo{max-width:360px}}@media(max-width:650px){.community-bio-form{padding:24px 18px}.community-bio-form .button{width:100%}}

.community-reddit{display:flex;justify-content:space-between;align-items:center;gap:55px;padding:58px clamp(24px,7vw,120px);color:white;background:var(--accent-dark)}.community-reddit>div{max-width:840px}.community-reddit h2{margin:10px 0 14px;font-size:clamp(32px,4vw,50px);line-height:1.08}.community-reddit>div>p:last-child{max-width:760px;margin:0;color:#d9e8df;line-height:1.7}.community-reddit .button{flex:none;white-space:nowrap}
@media(max-width:800px){.community-reddit{align-items:flex-start;flex-direction:column}.community-reddit .button{white-space:normal}}@media(max-width:650px){.community-reddit{padding:48px 22px}.community-reddit .button{width:100%;text-align:center}}

/* Shared photographic hero treatment. */
.page-hero,.journal-hero{color:white;background:linear-gradient(90deg,rgba(4,49,33,.94) 0%,rgba(4,49,33,.8) 48%,rgba(4,49,33,.55) 100%),url("hero-coaching.jpg") center 42%/cover no-repeat}
.how-plaques{background:linear-gradient(90deg,rgba(4,49,33,.9),rgba(4,49,33,.58)),url("hero-coaching.jpg") center 42%/cover no-repeat}

/* Homepage coaching and educational material. Every item opens useful content. */
.home-learning{display:grid;grid-template-columns:.72fr 1.28fr;gap:7vw;padding:82px clamp(24px,7vw,120px);background:var(--band);color:white}.home-learning-intro h2{max-width:600px;margin:12px 0 20px;font-size:clamp(34px,4.2vw,55px);line-height:1.08}.home-learning-intro>p:last-of-type{max-width:590px;color:#d7e3dc;line-height:1.7}.home-learning-channels{display:flex;flex-wrap:wrap;gap:22px;margin-top:30px}.home-learning-channels a{padding-bottom:5px;border-bottom:2px solid var(--bright);font-weight:750}.home-learning-channels a:hover{color:var(--bright)}.home-course-list{display:grid;gap:1px;background:#ffffff2b;border:1px solid #ffffff2b}.home-course-list>a{display:grid;grid-template-columns:105px minmax(210px,.8fr) 1.2fr auto;gap:20px;align-items:center;padding:24px 26px;background:#103825;color:white;transition:.18s ease}.home-course-list>a:hover{background:#165033}.home-course-list span{color:var(--bright);font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.home-course-list strong{font-size:19px;line-height:1.3}.home-course-list p{margin:0;color:#cbd9d0;font-size:14px;line-height:1.55}.home-course-list b{white-space:nowrap;font-size:13px}.home-course-list .home-course-library{grid-template-columns:105px 1fr auto;background:var(--accent-dark)}.home-course-library strong{font-size:22px}
@media(max-width:1000px){.home-learning{grid-template-columns:1fr}.home-course-list>a{grid-template-columns:95px 1fr auto}.home-course-list p{display:none}}@media(max-width:650px){.home-learning{padding:58px 22px}.home-course-list>a,.home-course-list .home-course-library{grid-template-columns:1fr;gap:8px;padding:22px}.home-course-list p{display:block}.home-course-list b{margin-top:6px}.home-learning-channels{flex-direction:column;align-items:flex-start}}

.bot-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.submission-success{padding:18px 22px;color:var(--band);background:#d9f7e5;border-left:5px solid var(--bright);font-weight:750}

/* Restrained Journal typography and accessible phone navigation. */
.journal-hero h1{font-size:clamp(44px,5vw,58px);line-height:1.05;margin:18px 0 24px}
.journal-card h2{font-size:clamp(30px,3vw,42px);line-height:1.08;margin:22px 0}
.post-page h1{font-size:clamp(36px,4.5vw,54px);line-height:1.06;margin:20px 0}
.post-page>p:not(.eyebrow){font-size:20px;line-height:1.65}
.journal-comments{max-width:850px;margin:0 auto;padding:0 24px 100px}
.journal-comments-frame{display:block;width:100%;min-height:560px;border:0;background:#fff;border-radius:12px}
.journal-conversation-intro{max-width:850px;margin:0 auto;padding:54px 24px 12px;border-top:1px solid #d7e0da}
.journal-conversation-intro h2{margin:8px 0 10px;font-size:clamp(30px,4vw,44px);line-height:1.1;color:#123b28}
.journal-conversation-intro>p:last-child{margin:0;color:#617066;font-size:17px;line-height:1.6}
.journal-discussion-link{display:block!important;width:100%;margin-top:14px;padding-top:13px;border-top:1px solid #d7e0da;color:#315d49!important;font-weight:700;font-size:14px;line-height:1.4;text-decoration:none}
.journal-discussion-link::before{content:'\1F4AC';margin-right:8px}
.journal-discussion-link.has-comments{color:#08783f!important}
.mobile-menu-toggle,.mobile-menu-panel{display:none}
@media(max-width:900px){
  .site-header{position:sticky;top:0;z-index:100;gap:12px}
  .site-header>nav:not(.mobile-menu-panel){display:none}
  .mobile-menu-toggle{display:grid;width:44px;height:44px;padding:10px;border:1px solid #ffffff45;border-radius:7px;background:#ffffff0d;place-content:center;gap:5px;flex:0 0 auto}
  .mobile-menu-toggle span{display:block;width:21px;height:2px;background:#fff;border-radius:2px}
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .site-header .mobile-menu-panel{position:absolute;display:flex;top:calc(100% + 1px);left:12px;right:12px;padding:10px;flex-direction:column;gap:0;background:var(--band);border:1px solid #ffffff29;border-radius:0 0 10px 10px;box-shadow:0 18px 40px #001c1166;z-index:50}
  .site-header .mobile-menu-panel[hidden]{display:none}
  .site-header .mobile-menu-panel a{padding:14px 16px;color:#fff;font-size:16px;border-bottom:1px solid #ffffff1f}
  .site-header .mobile-menu-panel a:last-child{border-bottom:0}
  .brand{min-width:0;margin-right:auto}.brand span{min-width:0}.brand strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}
@media(max-width:650px){
  .site-header{height:72px;padding:0 12px}.brand-mark{width:46px;height:46px}.brand strong{font-size:15px}.mobile-menu-toggle{width:40px;height:40px}.account-link,.header-cta{padding:9px 10px;font-size:11px;white-space:nowrap}
  .journal-hero{padding:58px 22px 46px}.journal-hero h1{font-size:40px;margin:14px 0 18px}.journal-grid{padding:48px 18px;gap:16px}.journal-card,.journal-grid-uniform .journal-card{min-height:0;padding:24px}.journal-card h2,.journal-grid-uniform .journal-card h2{font-size:30px;line-height:1.12;margin:18px 0}.post-page{padding:54px 20px 90px}.post-page h1{font-size:36px;line-height:1.08}.post-page>p:not(.eyebrow){font-size:18px;line-height:1.7}.journal-conversation-intro{padding:42px 18px 10px}.journal-comments{padding:0 14px 70px}.journal-comments-frame{min-height:680px}
}
