:root {
  --ink: #173b42;
  --teal: #09c8d3;
  --teal-dark: #087f8c;
  --teal-readable: #008e9b;
  --coral: #ef6f61;
  --coral-dark: #b9463f;
  --peach: #ffb77a;
  --sun: #f6c744;
  --sky: #2687c8;
  --brick: var(--coral);
  --brick-dark: var(--teal-dark);
  --paper: #ffffff;
  --cream: #fff8e7;
  --aqua: #dff7f7;
  --gold: var(--sun);
  --line: #d7e4e3;
  --muted: #52666a;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Century Gothic", "Avenir Next", Avenir, Poppins, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a { color: var(--brick-dark); }
a:hover { color: var(--brick); }
img { max-width: 100%; height: auto; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { border-bottom: 4px solid var(--teal); background: var(--sun); }
.header-row { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .9rem; color: var(--ink); text-decoration: none; }
.brand img { width: 74px; display: block; }
.brand-name { font: 700 1.05rem/1.1 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .35rem 1.15rem; }
.nav a { color: var(--ink); text-decoration: none; font: 700 .82rem/1 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; padding: .55rem 0; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--teal-dark); }
.hero { padding: clamp(3.5rem, 8vw, 7rem) 0; background: var(--aqua); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.eyebrow { display: inline-block; margin-bottom: .8rem; padding: .3rem .55rem; color: var(--ink); background: var(--sun); font: 700 .78rem/1.3 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; margin-top: 0; }
h1, h2 { color: var(--teal-readable); }
h1 { font-size: clamp(2.7rem, 7vw, 5.4rem); max-width: 12ch; margin-bottom: 1.4rem; letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.02em; }
h3 { font-size: 1.35rem; }
.lead { font-size: clamp(1.1rem, 2vw, 1.32rem); max-width: 39rem; color: #423b37; }
.hero-logo { width: min(100%, 360px); justify-self: center; filter: drop-shadow(0 18px 25px rgba(44,30,26,.08)); }
.hero-feature { margin: 0; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 20px 45px rgba(44,30,26,.14); }
.hero-feature img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-feature figcaption { padding: .8rem 1rem; color: var(--muted); font-size: .88rem; }
.hero-stacked { padding-bottom: 0; }
.hero-copy { padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.hero-copy h1 { max-width: 15ch; font-size: clamp(2.8rem, 6vw, 4.9rem); }
.hero-banner { width: min(100%, 1536px); margin: 0 auto; overflow: hidden; background: white; box-shadow: 0 -12px 45px rgba(44,30,26,.1); }
.hero-banner img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-banner figcaption { padding: .75rem max(1rem, calc((100% - var(--max)) / 2)); color: var(--muted); font-size: .88rem; }
.section.home-readers { padding: clamp(2rem, 4vw, 3.5rem) 0 0; overflow: hidden; }
.home-readers .section-head { max-width: 930px; }
.home-readers h1 { max-width: none; margin-bottom: 1rem; font-size: clamp(2.45rem, 5vw, 4.6rem); }
.home-readers h1 { color: var(--teal-readable); }
.home-message { padding: clamp(2.5rem, 5vw, 4rem) 0; background: var(--sun); color: var(--ink); border-block: 0; }
.home-message p { max-width: 850px; margin: 0; font-size: clamp(1.35rem, 3vw, 2.15rem); line-height: 1.45; }
.home-message .button { border-color: var(--teal); background: var(--teal); color: var(--ink); }
.home-message .button:hover { border-color: var(--coral); background: var(--coral); color: var(--ink); }
.home-message .button.secondary { border-color: var(--ink); background: transparent; color: var(--ink); }
.home-message .button.secondary:hover { border-color: white; background: white; color: var(--teal-dark); }
.book-paths { padding: clamp(.6rem, 1.5vw, 1rem) 0 clamp(2rem, 4vw, 3.25rem); background: white; }
.book-paths-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.book-path { position: relative; min-height: 310px; display: grid; grid-template-columns: minmax(150px, .8fr) minmax(210px, 1.2fr); align-items: center; gap: 1rem; overflow: hidden; padding: clamp(1.5rem, 4vw, 2.5rem); color: var(--ink); text-decoration: none; box-shadow: 0 14px 30px rgba(23,59,66,.12); transition: transform .2s ease, box-shadow .2s ease; }
.book-path:hover { color: var(--ink); transform: translateY(-4px); box-shadow: 0 20px 38px rgba(23,59,66,.18); }
.book-path:focus-visible { outline: 4px solid var(--ink); outline-offset: 4px; }
.book-path.kids { background: var(--teal); }
.book-path.adults { background: var(--coral); }
.book-path h2 { margin-bottom: .55rem; color: var(--ink); font-size: clamp(2rem, 4vw, 3.2rem); }
.book-path p { margin: 0; font-weight: 700; }
.book-path p::after { content: "  →"; }
.cover-cluster { min-height: 230px; display: flex; align-items: center; justify-content: center; padding: .5rem .5rem 0; }
.cover-cluster img { width: clamp(92px, 10vw, 125px); aspect-ratio: 2 / 3; object-fit: cover; box-shadow: 0 12px 22px rgba(23,59,66,.24); transform: rotate(-5deg); }
.cover-cluster img:nth-child(2) { z-index: 2; margin-inline: -1.1rem; transform: translateY(-8px); }
.cover-cluster img:nth-child(3) { transform: rotate(5deg); }
.book-anchor { scroll-margin-top: 2rem; }
.books-jump-nav { padding: clamp(1rem, 2vw, 1.5rem) 0 .5rem; background: white; }
.books-jump-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.books-jump { display: flex; min-height: 82px; align-items: center; justify-content: center; padding: 1rem 1.5rem; color: var(--ink); font: 700 clamp(1.2rem, 2.5vw, 1.65rem)/1.2 "Century Gothic", "Avenir Next", Arial, sans-serif; text-align: center; text-decoration: none; box-shadow: 0 8px 20px rgba(23,59,66,.1); transition: transform .2s ease, box-shadow .2s ease; }
.books-jump.kids { background: var(--teal); }
.books-jump.adults { background: var(--coral); }
.books-jump:hover { color: var(--ink); transform: translateY(-3px); box-shadow: 0 12px 26px rgba(23,59,66,.16); }
.books-jump:focus-visible { outline: 4px solid var(--ink); outline-offset: 4px; }
.section.books-first-section { padding-top: clamp(1rem, 2vw, 1.5rem); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.home-book-display { width: min(100%, 1536px); margin: 0 auto; overflow: hidden; background: white; }
.home-book-display img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.button { display: inline-block; padding: .78rem 1.05rem; border: 2px solid var(--teal); background: var(--teal); color: var(--ink); text-decoration: none; font: 700 .82rem/1 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .075em; text-transform: uppercase; }
.button:hover { border-color: var(--coral); background: var(--coral); color: var(--ink); }
.button.secondary { border-color: var(--teal-readable); background: white; color: var(--teal-readable); }
.section { padding: clamp(2.75rem, 5vw, 4.5rem) 0; }
.section.tint { background: #fff0ca; }
.section.tint h2 { color: var(--teal-readable); }
.section.tint .button { border-color: var(--teal); background: var(--teal); color: var(--ink); }
.section.tint .button:hover { border-color: var(--coral); background: var(--coral); color: var(--ink); }
.section-head { max-width: 720px; margin-bottom: 2.2rem; }
.home-resources-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr); gap: clamp(1.75rem, 5vw, 4rem); align-items: center; }
.home-resources-grid .section-head { margin-bottom: 0; }
.home-resources-photo { margin: 0; overflow: hidden; border-bottom: 7px solid var(--coral); background: white; box-shadow: 0 14px 30px rgba(23,59,66,.14); }
.home-resources-photo img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card { background: var(--paper); border: 1px solid var(--line); border-top: 5px solid var(--teal); padding: 1.6rem; box-shadow: 0 10px 24px rgba(8,106,112,.07); }
.card:nth-child(3n+2) { border-top-color: var(--coral); }
.card:nth-child(3n) { border-top-color: var(--sun); }
.card .label { color: var(--coral-dark); font: 700 .72rem/1.2 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.card h3 { color: var(--teal-readable); }
.card:nth-child(3n+2) h3 { color: var(--coral-dark); }
.card p:last-child { margin-bottom: 0; }
.reader-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: 100vw; margin-left: calc(50% - 50vw); gap: 0; }
.reader-card { overflow: hidden; background: white; }
.reader-card img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.reader-copy { padding: 1.5rem; }
.reader-copy .label { color: var(--coral-dark); font: 700 .72rem/1.2 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.reader-card h3, .book-card h3 { color: var(--teal-readable); }
.reader-card:nth-child(2) h3 { color: var(--coral-dark); }
.reader-card:nth-child(3) h3 { color: #8a6500; }
.reader-copy p:last-child { margin-bottom: 0; }
.book-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.book-card { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 1.35rem; align-items: start; border-top: 5px solid var(--teal); background: white; padding: 1.6rem; box-shadow: 0 10px 30px rgba(8,106,112,.08); }
.book-card:nth-child(4n+2) { border-top-color: var(--coral); }
.book-card:nth-child(4n+3) { border-top-color: var(--sun); }
.book-card:nth-child(4n) { border-top-color: var(--sky); }
.book-cover { width: 120px; aspect-ratio: 2 / 3; object-fit: cover; box-shadow: 0 8px 18px rgba(29,19,16,.18); }
.cover-placeholder { width: 120px; aspect-ratio: 2 / 3; display: grid; place-items: center; padding: .8rem; background: var(--brick); color: white; text-align: center; font: 700 .78rem/1.35 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.book-copy { min-width: 0; }
.book-card h3 { margin-bottom: .45rem; }
.book-meta { color: var(--muted); font: 700 .76rem/1.4 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.book-card .button { margin-top: .45rem; }
.affiliate-note { max-width: 760px; margin: 0 0 2rem; padding: .9rem 1rem; border-left: 4px solid var(--gold); background: var(--cream); font-size: .92rem; color: #4e4540; }
.affiliate-note-bottom { margin: 2.5rem 0 0; }
.page-hero { padding: clamp(2.75rem, 5vw, 3.75rem) 0 clamp(2.25rem, 4vw, 3rem); border-bottom: 1px solid var(--line); background: var(--aqua); }
.page-hero h1 { max-width: 16ch; font-size: clamp(2.6rem, 6vw, 4.5rem); }
.visit-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.visit-hero-copy { max-width: 760px; }
.visit-hero-photo { margin: 0; overflow: hidden; background: white; box-shadow: 0 16px 38px rgba(23,59,66,.16); }
.visit-hero-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.prose { max-width: 760px; }
.about-page { padding: clamp(2.75rem, 5vw, 4.5rem) 0; background: white; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(2.25rem, 6vw, 5rem); align-items: start; }
.about-copy { max-width: 720px; }
.about-copy h1 { max-width: 14ch; font-size: clamp(2.7rem, 6vw, 4.7rem); }
.about-copy h2 { margin-top: clamp(2rem, 4vw, 3rem); margin-bottom: .8rem; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.about-photo { position: sticky; top: 2rem; margin: 0; overflow: hidden; border-top: 8px solid var(--coral); background: var(--aqua); box-shadow: 0 16px 38px rgba(23,59,66,.15); }
.about-photo img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.callout { border-left: 6px solid var(--sun); background: #fff8dc; padding: 1.4rem 1.6rem; margin: 2rem 0; }
.steps { counter-reset: steps; display: grid; gap: 1rem; padding: 0; }
.steps li { list-style: none; position: relative; padding: 1.2rem 1.2rem 1.2rem 4rem; border: 1px solid var(--line); background: white; }
.steps li::before { counter-increment: steps; content: counter(steps); position: absolute; left: 1.15rem; top: 1.05rem; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font: 700 .9rem "Century Gothic", "Avenir Next", Arial, sans-serif; }
.visit-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 2rem 0; }
.visit-facts div { background: white; padding: 1.4rem; }
.visit-facts strong { display: block; color: var(--teal-readable); font-size: 1.45rem; }
.program-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.program-panel { border-top: 6px solid var(--coral); background: white; padding: clamp(1.5rem, 4vw, 2.4rem); box-shadow: 0 14px 35px rgba(8,106,112,.08); }
.program-panel h2 { margin-bottom: .5rem; }
.program-details { margin: 1.4rem 0 0; padding: 0; }
.program-details li { list-style: none; padding: .85rem 0; border-top: 1px solid var(--line); }
.program-details strong { display: block; color: var(--teal-readable); font-family: "Century Gothic", "Avenir Next", Arial, sans-serif; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.feature-list { padding-left: 1.25rem; }
.feature-list li { padding: .4rem 0 .4rem .3rem; }
.quote-band { padding: 2rem; background: var(--teal); color: var(--ink); }
.quote-band p { margin: 0; font-size: clamp(1.25rem, 2.6vw, 1.7rem); line-height: 1.45; }
.program-image { margin: 0; overflow: hidden; background: white; box-shadow: 0 14px 35px rgba(46,33,28,.1); }
.program-image img, .presentation-group-photo { display: block; width: 100%; object-fit: cover; }
.program-image img { aspect-ratio: 1 / 1; }
.program-image .author-program-photo { object-position: center 35%; }
.presentation-group-photo { margin-bottom: 1.5rem; aspect-ratio: 4 / 3; box-shadow: 0 12px 28px rgba(46,33,28,.1); }
.visit-gallery { display: grid; grid-template-columns: 1.18fr .82fr; gap: 1.25rem; align-items: start; }
.visit-photo { margin: 0; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 14px 35px rgba(46,33,28,.08); }
.visit-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.visit-photo figcaption { padding: .9rem 1rem 1rem; color: var(--muted); font-size: .9rem; }
.student-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: start; }
.student-note { margin: 0; background: white; border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(46,33,28,.08); }
.student-note:nth-child(2) { transform: translateY(1.2rem) rotate(.6deg); }
.student-note:nth-child(3) { transform: rotate(-.5deg); }
.student-note img { display: block; width: 100%; aspect-ratio: 9 / 6.5; object-fit: cover; border-bottom: 1px solid var(--line); }
.student-note blockquote { margin: 0; padding: 1.35rem; font-size: 1.06rem; line-height: 1.55; }
.student-privacy { margin: 2.2rem 0 0; color: var(--muted); font-size: .88rem; }
.inquiry-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); gap: clamp(2rem, 7vw, 5rem); align-items: start; }
.visit-form { background: white; border-top: 6px solid var(--coral); padding: clamp(1.35rem, 4vw, 2.2rem); box-shadow: 0 14px 35px rgba(8,106,112,.1); }
.visit-form label { display: grid; gap: .35rem; margin-bottom: 1rem; color: var(--ink); font: 700 .84rem/1.35 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .025em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.visit-form input, .visit-form textarea { width: 100%; border: 1px solid #bcaea4; border-radius: 0; background: var(--paper); color: var(--ink); padding: .78rem .85rem; font: 400 1rem/1.4 "Century Gothic", "Avenir Next", Arial, sans-serif; }
.visit-form textarea { resize: vertical; min-height: 8rem; }
.visit-form input:focus, .visit-form textarea:focus { outline: 3px solid rgba(166,75,67,.22); border-color: var(--brick-dark); }
.visit-form .button { cursor: pointer; }
.form-note { margin: .9rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.notice { border: 1px dashed var(--brick); padding: 1.3rem; color: var(--muted); }
.resources-hero h1 { max-width: 15ch; }
.resources-section { background: #fff; }
.resource-list { display: grid; gap: 1.5rem; }
.resource-card { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; padding: clamp(1.4rem, 4vw, 2.4rem); border-top: 7px solid var(--teal); box-shadow: 0 12px 30px rgba(23,59,66,.11); }
.resource-card-coral { background: #fff1ee; border-top-color: var(--coral); }
.resource-card-aqua { background: #e8fbfc; border-top-color: var(--teal); }
.resource-card-yellow { background: #fff7d9; border-top-color: var(--sun); }
.resource-cover { display: block; width: 170px; aspect-ratio: 2 / 3; object-fit: cover; box-shadow: 0 10px 22px rgba(23,59,66,.2); }
.resource-copy h2 { max-width: 19ch; margin-bottom: .7rem; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.resource-copy p { max-width: 680px; }
.resource-label { display: inline-block; margin: 0 0 .65rem; padding: .3rem .55rem; background: white; color: var(--ink); font: 700 .75rem/1.3 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.resource-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.25rem; }
.resource-actions .button { line-height: 1.25; }
.resource-note { padding: 1.25rem 1.4rem; border-left: 6px solid var(--coral); background: var(--cream); color: var(--muted); }
.resource-note strong { color: var(--ink); }
.signup-hero { padding-block: clamp(2.25rem, 4vw, 3.5rem); }
.signup-hero-grid { display: grid; grid-template-columns: minmax(420px, 1.1fr) minmax(0, .9fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.resource-signup { background: white; border-top: 7px solid var(--coral); padding: clamp(1.4rem, 4vw, 2.3rem); box-shadow: 0 16px 38px rgba(23,59,66,.14); }
.resource-signup h1 { max-width: 17ch; margin-bottom: .65rem; color: var(--coral); font-size: clamp(2rem, 4vw, 3rem); }
.resource-signup > p:first-of-type { margin-top: 0; }
.kit-form-slot { margin-top: 1.15rem; }
.kit-form-slot .formkit-form { width: 100% !important; max-width: none !important; margin: 0 !important; }
.newsletter-band { background: var(--coral); color: var(--ink); padding: clamp(2rem, 5vw, 3.5rem) 0; }
.newsletter-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.newsletter-copy .eyebrow { color: var(--ink); margin-bottom: .35rem; }
.newsletter-copy h2 { color: var(--ink); margin: 0 0 .55rem; font-size: clamp(2rem, 4vw, 3rem); }
.newsletter-copy p:last-child { margin-bottom: 0; max-width: 42rem; }
.newsletter-form { background: white; border-top: 6px solid var(--coral); padding: clamp(1rem, 3vw, 1.5rem); box-shadow: 0 12px 28px rgba(23,59,66,.15); }
.newsletter-form .formkit-form { width: 100% !important; max-width: none !important; margin: 0 !important; }
.newsletter-note { margin: .5rem 0 0; color: var(--ink); font-size: .82rem; line-height: 1.5; }
.resource-signup label:not(.check-option) { display: grid; gap: .4rem; margin: 1.25rem 0 1rem; color: var(--ink); font: 700 .84rem/1.35 "Century Gothic", "Avenir Next", Arial, sans-serif; letter-spacing: .025em; }
.resource-signup input[type="email"] { width: 100%; border: 2px solid #9bbabd; background: white; color: var(--ink); padding: .85rem .9rem; font: 400 1rem/1.4 "Century Gothic", "Avenir Next", Arial, sans-serif; }
.resource-signup input[type="email"]:focus { outline: 3px solid rgba(9,200,211,.24); border-color: var(--teal-dark); }
.consent-copy { margin: .9rem 0; padding: .85rem; background: #fff7d9; font-size: .9rem; line-height: 1.55; }
.resource-signup .button { margin-top: .7rem; }
.resource-signup .button:disabled { cursor: not-allowed; opacity: .65; }
.form-coming-soon { margin: 1rem 0 0; padding: .7rem .8rem; background: var(--aqua); color: var(--muted); font-size: .82rem; line-height: 1.45; }
.signup-about h2 { max-width: 12ch; margin-bottom: 1rem; }
.signup-about .lead { margin-bottom: 0; }
.signup-lifestyle { margin: 0 0 1.5rem; overflow: hidden; border-bottom: 6px solid var(--sun); background: white; box-shadow: 0 12px 28px rgba(23,59,66,.14); }
.signup-lifestyle img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.site-footer { padding: 2.5rem 0; background: var(--teal); color: var(--ink); border-top: 7px solid var(--sun); }
.footer-row { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-start; }
.site-footer a { color: var(--ink); }
.footer-links { display: flex; flex-wrap: wrap; gap: .15rem .45rem; align-items: center; margin-top: .2rem; }
.footer-links a { font-weight: 700; text-underline-offset: .18em; }
.footer-links a:hover { color: white; }
.small { font-size: .88rem; color: var(--muted); }
.site-footer .small { color: #24494f; }
@media (max-width: 780px) {
  .header-row, .footer-row { align-items: flex-start; flex-direction: column; padding-block: 1rem; }
  .nav { justify-content: flex-start; }
  .hero-grid, .grid-3, .reader-grid, .book-grid, .visit-facts { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr; }
  .visit-gallery { grid-template-columns: 1fr; }
  .visit-hero-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { position: static; width: min(100%, 430px); }
  .student-notes, .inquiry-grid, .form-row { grid-template-columns: 1fr; }
  .signup-hero-grid { grid-template-columns: 1fr; }
  .home-resources-grid { grid-template-columns: 1fr; }
  .newsletter-grid { grid-template-columns: 1fr; }
  .resource-card { grid-template-columns: 120px minmax(0, 1fr); gap: 1.25rem; align-items: start; }
  .resource-cover { width: 120px; }
  .student-note:nth-child(2), .student-note:nth-child(3) { transform: none; }
  .hero-logo { width: 230px; order: -1; }
  .hero-feature { order: -1; }
  .hero { background: var(--aqua); }
  .book-paths-grid { grid-template-columns: 1fr; }
  .books-jump-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .books-jump { min-height: 70px; padding: .85rem .65rem; font-size: 1rem; }
  .book-path { min-height: 270px; grid-template-columns: minmax(130px, .75fr) minmax(180px, 1.25fr); }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .book-card { grid-template-columns: 92px minmax(0, 1fr); gap: 1rem; padding: 1.15rem; }
  .book-cover, .cover-placeholder { width: 92px; }
}
@media (max-width: 480px) {
  .book-path { grid-template-columns: 1fr; }
  .cover-cluster { min-height: 190px; order: -1; }
  .cover-cluster img { width: 92px; }
  .resource-card { grid-template-columns: 1fr; }
  .resource-cover { width: 135px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
