.public-home { margin: 0; background: var(--paper); color: var(--ink); }
.home-header { max-width: 1180px; min-height: 82px; margin: 0 auto; padding: 14px 28px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.home-nav { display: flex; align-items: center; gap: 24px; }
.home-nav a { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.launch-link, .primary-action { min-height: 44px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 6px; background: var(--ink); color: var(--card) !important; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; text-decoration: none; }
.home-hero { height: min(650px, 68svh); min-height: 420px; position: relative; overflow: hidden; background: var(--cream) url("/static/splash-logo.png") right max(4vw, 30px) center / min(43vw, 500px) auto no-repeat; }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream) 0%, var(--cream) 45%, rgba(255,250,242,.74) 62%, rgba(255,250,242,0) 78%); }
.hero-content { width: min(1180px, calc(100% - 56px)); height: 100%; margin: 0 auto; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-content h1 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: 88px; line-height: .96; letter-spacing: 0; }
.hero-lede { max-width: 600px; margin: 0; color: var(--muted); font-size: 21px; line-height: 1.5; }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.secondary-action { min-height: 44px; padding: 0 18px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); display: inline-flex; align-items: center; font-weight: 800; text-decoration: none; }
.home-band { max-width: 1180px; margin: 0 auto; padding: 72px 28px; }
.band-heading { max-width: 760px; }
.band-heading h2, .trust-band h2 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 44px; line-height: 1.1; letter-spacing: 0; }
.method-steps { margin-top: 48px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.method-steps article { min-width: 0; padding: 26px 28px 8px 0; border-right: 1px solid var(--line); }
.method-steps article + article { padding-left: 28px; }
.method-steps article:last-child { border-right: 0; }
.method-steps span { color: var(--coral); font-family: Georgia, serif; font-style: italic; }
.method-steps h3 { margin: 18px 0 8px; font-size: 22px; }
.method-steps p { margin: 0; color: var(--muted); line-height: 1.6; }
.trust-band { padding: 64px max(28px, calc((100vw - 1124px) / 2)); background: #e7eee5; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; }
.trust-band > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.voices-band { max-width: 1180px; margin: 0 auto; padding: 72px 28px 82px; }
.voices-heading { max-width: 720px; }
.voices-heading h2 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 44px; line-height: 1.1; letter-spacing: 0; }
.learner-quotes { margin-top: 46px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.learner-quotes blockquote { min-width: 0; margin: 0; padding: 28px 30px 8px 0; border-right: 1px solid var(--line); }
.learner-quotes blockquote + blockquote { padding-left: 30px; }
.learner-quotes blockquote:last-child { border-right: 0; }
.learner-quotes p { margin: 0; font-family: Georgia, serif; font-size: 21px; line-height: 1.45; }
.learner-quotes footer { margin-top: 20px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.home-footer { max-width: 1180px; margin: 0 auto; padding: 26px 28px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.home-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.home-footer a { color: var(--ink); font-weight: 700; text-decoration: none; }
@media (max-width: 760px) {
  .home-header { min-height: 0; padding: 14px 18px; flex-wrap: wrap; }
  .home-header .brand small { display: none; }
  .home-nav { width: 100%; overflow-x: auto; gap: 18px; padding: 4px 0 2px; scrollbar-width: none; }
  .home-nav::-webkit-scrollbar { display: none; }
  .home-nav a { flex: 0 0 auto; }
  .home-nav .launch-link { margin-left: auto; }
  .home-hero { height: 64svh; min-height: 430px; background-position: right -90px bottom 16px; background-size: 330px auto; }
  .home-hero::after { background: linear-gradient(180deg, var(--cream) 0%, var(--cream) 56%, rgba(255,250,242,.78) 74%, rgba(255,250,242,.28) 100%); }
  .hero-content { width: calc(100% - 40px); justify-content: flex-start; padding-top: 46px; }
  .hero-content h1 { font-size: 62px; }
  .hero-lede { max-width: 480px; font-size: 17px; }
  .home-band { padding: 54px 20px; }
  .band-heading h2, .trust-band h2 { font-size: 36px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps article, .method-steps article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-band { padding: 52px 20px; grid-template-columns: 1fr; gap: 26px; }
  .voices-band { padding: 54px 20px 62px; }
  .voices-heading h2 { font-size: 36px; }
  .learner-quotes { grid-template-columns: 1fr; }
  .learner-quotes blockquote, .learner-quotes blockquote + blockquote { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-footer { padding: 24px 20px; flex-direction: column; }
}
