/* The landing page is static; the workspace loads its own small JS modules. */
.landing-page main { max-width: none; padding: 0; }
.landing-page .masthead { max-width: 1440px; margin: auto; padding: 1.6rem 4.5%; }
.landing-page .brand { font-size: 1.65rem; }
.landing-page .masthead nav { gap: 2rem; }
.nav-workspace { border-bottom: 1px solid var(--navy); }
.hero { max-width: 1340px; margin: auto; padding: 5rem 4.5% 4.5rem; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 3.25rem; }
.hero .eyebrow { margin-bottom: 1.6rem; }
.hero h1 { font-size: clamp(2.8rem, 5.1vw, 5.15rem); line-height: 1.08; letter-spacing: -.045em; }
.hero h1 em { color: #87662c; font-weight: 400; }
.hero-description { font-size: 1.125rem; max-width: 29rem; margin: 1.65rem 0 1.9rem; color: #56616a; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1.8rem; text-decoration: none; font-size: .9375rem; font-weight: 600; background: var(--navy); color: white; padding: .95rem 1.3rem; border: 1px solid var(--navy); border-radius: .25rem; min-height: 48px; }
.button:hover { background: #264863; }
.hero-note { font-size: .8125rem; color: var(--muted); margin-top: .8rem; }
.hero-figure { margin: 0; padding: 1.5rem; background: #e9e6dc; border: 1px solid #d3d2c5; border-radius: .3rem; transform: rotate(-1deg); }
.figure-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; font-size: .75rem; font-weight: 600; letter-spacing: .07em; }
.figure-label { color: #58636c; text-align: right; font-size: .75rem; letter-spacing: 0; }
.hero-figure img { width: 100%; height: auto; display: block; border: 1px solid #d2d2c5; border-radius: .2rem; box-shadow: 0 .8rem 1.8rem #142b4310; }
.hero-figure figcaption { font: italic 1rem/1.6 Georgia, serif; margin-top: 1rem; color: #4b5660; }
.principles { max-width: 1220px; margin: 0 auto; border-block: 1px solid #dcdace; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; padding: 1.4rem 0; font-size: .875rem; }
.principles p { display: flex; align-items: center; gap: .7rem; }
.principles span { color: #87662c; font-family: Georgia, serif; }
.how-section { max-width: 1240px; margin: auto; padding: 5.5rem 1.5rem; scroll-margin-top: 2rem; }
.section-intro { max-width: 43rem; }
.landing-page h2 { font: 400 clamp(2rem, 3.3vw, 3.2rem)/1.18 Georgia, serif; letter-spacing: -.035em; }
.section-intro > p:last-child { margin-top: 1rem; color: var(--muted); max-width: 33rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; padding: 0; gap: 2.75rem; margin: 3rem 0 4rem; }
.steps li { border-top: 1px solid #bdb89f; padding-top: 1.3rem; }
.step-number { color: #795a24; font-size: .75rem; letter-spacing: .1em; }
.steps h3 { font: 400 1.6rem/1.3 Georgia, serif; margin: .8rem 0; }
.steps p { color: #58636c; }
.walkthrough { display: grid; grid-template-columns: 1.1fr .9fr; background: #f0ece0; border: 1px solid #e0d9c4; }
.walkthrough > div { padding: 2.5rem; }
.walkthrough h3 { font: 400 2rem/1.2 Georgia, serif; margin: .6rem 0 1rem; }
.walkthrough p:not(.eyebrow) { margin-bottom: 1rem; color: #53606a; }
.text-link { display: inline-block; padding: .65rem 0; font-weight: 600; font-size: .9375rem; }
.walkthrough .scenario-note { background: var(--navy); color: #f7f1e2; padding: 2.5rem; display: flex; flex-direction: column; justify-content: center; }
.scenario-label { color: #ddc184; font-size: .75rem; letter-spacing: .12em; }
.walkthrough .scenario-note .scenario-quote { color: #f7f1e2; font: 400 2.4rem/1.2 Georgia, serif; margin: 1.1rem 0; }
.walkthrough .scenario-note p:last-child { color: #d2d9de; font-size: .9375rem; }
.trust-section { max-width: 1240px; margin: auto; padding: 1rem 1.5rem 5.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.trust-section > div > p:last-child { margin-top: 1.25rem; color: var(--muted); max-width: 27rem; }
.trust-list article + article { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #dcdace; }
.trust-list h3 { font-size: 1.1rem; margin-bottom: .5rem; }
.trust-list p { color: var(--muted); }
.closing { background: var(--navy); color: var(--cream); text-align: center; padding: 4.5rem 1rem; }
.closing .eyebrow { color: #d8b86e; margin-bottom: 1rem; }
.closing h2 { font-size: clamp(2.5rem, 4.5vw, 4rem); }
.gold-button { background: #e4c681; color: var(--navy); border-color: #e4c681; margin-top: 2rem; }
.gold-button:hover { background: #f1d99f; }
.closing > p:last-child { font-size: .875rem; color: #d3d9df; margin-top: 1rem; }
.honest-note { max-width: 800px; margin: auto; padding: 3rem 1.5rem; text-align: center; }
.honest-note h2 { font: 600 1rem/1.5 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: 0; }
.honest-note p { color: var(--muted); font-size: .875rem; margin: .7rem 0; }
.honest-note a { font-size: .875rem; }
.landing-page footer { max-width: 1240px; margin-top: 0; padding-top: 2rem; }
.landing-page footer div { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
@media (max-width: 1050px) { .hero { gap: 2rem; padding-top: 3.5rem; } .principles { margin-inline: 4.5%; } .figure-heading { flex-wrap: wrap; gap: .3rem; } .trust-section { gap: 3rem; } }
@media (max-width: 760px) { .landing-page .masthead { padding: 1rem 1.25rem; flex-wrap: wrap; } .landing-page .masthead nav { gap: 1.2rem; flex-wrap: wrap; font-size: .875rem; } .landing-page .masthead nav a:nth-child(2) { display: none; } .hero { grid-template-columns: 1fr; gap: 2.5rem; padding: 3rem 1.5rem; } .hero h1 { font-size: clamp(2.8rem, 9vw, 4.5rem); } .hero-description { max-width: 34rem; } .hero-figure { transform: none; padding: 1rem; } .principles { grid-template-columns: 1fr; gap: .7rem; padding: 1.5rem .5rem; } .steps, .walkthrough, .trust-section { grid-template-columns: 1fr; } .how-section { padding-top: 3.5rem; } .steps { gap: 1.75rem; margin-bottom: 2.5rem; } .walkthrough > div, .walkthrough .scenario-note { padding: 1.5rem; } .trust-section { gap: 2rem; padding-bottom: 3.5rem; } .landing-page footer div { display: grid; gap: .75rem; } }
@media (prefers-reduced-motion: reduce) { .hero-figure { transform: none; } }

.landing-page footer a { display: inline-flex; align-items: center; min-height: 44px; }
