:root { color-scheme: light; --ink: #12364c; --muted: #4b5d64; --navy: #123d56; --bronze: #965d2e; --sage: #738a72; --line: #d9e1df; }
* { box-sizing: border-box; }
html { font-family: "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
body { margin: 0; color: var(--ink); background: #f6f8f6; }
button, input { font: inherit; }
a { color: inherit; }
.site-header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 6px clamp(22px, 5vw, 88px); background: #fff; border-bottom: 2px solid #bb895e; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.wordmark-logo { display: block; width: 84px; height: 84px; object-fit: contain; flex: 0 0 auto; }
.wordmark-text { font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 700; line-height: 1.05; }
.header-note { color: var(--bronze); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.hero { position: relative; display: flex; align-items: center; min-height: min(720px, calc(100svh - 142px)); background-color: #e7eeea; background-image: url("/family-hero.png"); background-size: cover; background-position: center center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,250,248,.98) 0%, rgba(248,250,248,.96) 38%, rgba(248,250,248,.42) 60%, transparent 78%); }
.hero-content { position: relative; z-index: 1; width: min(670px, 55%); padding: 40px 0 35px clamp(22px, 7vw, 120px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--bronze); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.eyebrow-rule { width: 28px; height: 1px; background: var(--bronze); }
h1 { max-width: 620px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4.3vw, 68px); font-weight: 400; line-height: 1.06; }
.hero-copy { max-width: 460px; margin: 25px 0 33px; color: #314d59; font-size: 17px; line-height: 1.65; }
.signup { max-width: 480px; }
.signup > label:first-child { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 800; }
.signup-row { display: flex; min-height: 52px; border: 1px solid var(--navy); background: white; }
.signup-row input { min-width: 0; flex: 1; padding: 12px 15px; border: 0; outline-offset: -3px; background: transparent; color: var(--ink); }
.signup-row button { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; border: 0; background: var(--navy); color: white; font-size: 13px; font-weight: 800; cursor: pointer; }
.signup-row button:hover, .signup-row button:focus-visible { background: #08283c; }
.signup-row button:disabled { cursor: progress; opacity: .7; }
.signup-row button span { font-size: 17px; }
.consent { display: flex; align-items: flex-start; gap: 9px; max-width: 460px; margin-top: 14px; color: #3d535c; font-size: 12px; line-height: 1.45; }
.consent input { flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--navy); }
.form-status { min-height: 1.5em; margin: 9px 0 0; color: var(--navy); font-size: 13px; font-weight: 700; }
.form-status.error { color: #9c2f23; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.image-credit { position: absolute; right: clamp(22px, 5vw, 88px); bottom: 22px; margin: 0; padding: 8px 10px; background: rgba(244,247,243,.84); color: var(--ink); font-family: Georgia, serif; font-size: 13px; }
.next-band { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px clamp(22px, 7vw, 120px); background: #f6f8f6; border-top: 3px solid var(--sage); }
.next-band > div { display: flex; align-items: center; gap: 24px; }
.band-index { color: var(--bronze); font-size: 11px; font-weight: 800; white-space: nowrap; }
.next-band p { margin: 0; font-family: Georgia, serif; font-size: 20px; }
.next-band a { color: var(--muted); font-size: 13px; text-underline-offset: 3px; }
.privacy-page { max-width: 760px; margin: 70px auto; padding: 0 22px; line-height: 1.7; }
.privacy-page h1 { font-size: clamp(36px, 5vw, 52px); }
.privacy-page h2 { margin-top: 32px; font-size: 19px; }
.privacy-page p, .privacy-page li { color: #354d59; }
@media (max-width: 980px) { .hero-content { width: min(560px, 63%); padding-left: 5vw; } h1 { font-size: clamp(40px, 5vw, 56px); } }
@media (max-width: 700px) {
  .site-header { min-height: 76px; padding: 4px 20px; }
  .wordmark-logo { width: 66px; height: 66px; }
  .header-note { display: none; }
  .hero { display: block; min-height: calc(100svh - 140px); background-position: 62% center; }
  .hero::before { background: rgba(9,32,48,.70); }
  .hero-content { width: 100%; max-width: 570px; padding: 50px 22px 100px; color: white; }
  .eyebrow, .hero-copy, .consent, .form-status { color: white; }
  .eyebrow-rule { background: white; }
  h1 { font-size: clamp(39px, 9vw, 55px); }
  .hero-copy { max-width: 450px; margin: 20px 0 28px; font-size: 16px; }
  .signup-row { display: grid; }
  .signup-row input { min-height: 50px; }
  .signup-row button { min-height: 48px; justify-content: center; }
  .image-credit { right: 18px; bottom: 14px; }
  .next-band { min-height: 90px; align-items: flex-start; }
  .next-band > div { display: block; }
  .next-band p { margin-top: 5px; font-size: 18px; }
}
@media (max-width: 380px) { .wordmark-text { font-size: 14px; } .next-band { gap: 8px; } }
