:root {
  --navy: #092f35;
  --deep: #06272c;
  --teal: #165f64;
  --sea: #dcebe6;
  --foam: #f5f3ec;
  --ink: #153136;
  --muted: #5e706f;
  --coral: #ee765f;
  --white: #fff;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--foam); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 99; background: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.crisis-bar { min-height: 38px; padding: .55rem 1.5rem; display: flex; justify-content: center; align-items: center; gap: .55rem; color: white; background: #b85443; font-size: .7rem; letter-spacing: .02em; text-align: center; }
.crisis-bar a { color: white; font-weight: 600; }
.site-header {
  height: 84px; padding: 0 clamp(1.5rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between;
  color: white; background: var(--navy); position: relative; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-size: 1.12rem; font-weight: 600; letter-spacing: -.02em; }
.brand em { display: block; font-style: normal; font-size: .66rem; text-transform: uppercase; letter-spacing: .24em; font-weight: 500; line-height: 1.1; opacity: .8; }
.brand-mark { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
nav { display: flex; gap: clamp(1rem, 2vw, 2.2rem); margin-left: clamp(1rem, 4vw, 6rem); }
nav a, .footer-links a { color: inherit; text-decoration: none; font-size: .84rem; }
nav a:hover, .footer-links a:hover { opacity: .65; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 2px; padding: .95rem 1.35rem; text-decoration: none; font: 600 .82rem var(--sans); letter-spacing: .01em; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: .75rem 1rem; }
.button-light { background: white; color: var(--navy); }
.button-coral { background: var(--coral); color: #fff; }
.button-coral:hover { background: #dc6752; }
.menu-toggle { display: none; }

.hero { min-height: min(760px, calc(100vh - 84px)); position: relative; color: white; display: flex; align-items: center; padding: 6rem clamp(1.5rem, 9vw, 9rem); overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,28,34,.88) 0%, rgba(5,39,45,.63) 42%, rgba(5,39,45,.05) 78%), linear-gradient(0deg, rgba(3,29,34,.32), transparent 50%); }
.hero-content { position: relative; max-width: 690px; z-index: 1; }
.eyebrow { margin: 0 0 1.35rem; color: var(--teal); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #c8dcd8; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(4rem, 7.4vw, 7.3rem); max-width: 830px; }
h2 { font-size: clamp(3.25rem, 5.5vw, 5.5rem); }
h3 { font-family: var(--serif); font-size: 1.75rem; font-weight: 500; line-height: 1.1; margin: 1.2rem 0 .75rem; }
.hero-copy { max-width: 560px; font-size: 1.08rem; color: rgba(255,255,255,.83); margin: 2rem 0; }
.hero-actions { display: flex; gap: 2rem; align-items: center; }
.text-link { display: inline-flex; gap: .65rem; align-items: center; color: var(--teal); font-size: .82rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .15rem; }
.light-link { color: white; }
.text-link span { font-size: 1.15rem; }
.hero-note { position: absolute; right: clamp(1.5rem, 5vw, 5rem); bottom: 2rem; z-index: 1; font-size: .74rem; color: rgba(255,255,255,.65); }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 9vw, 9rem); }
.intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 8vw; background: var(--foam); }
.intro-copy { padding-top: 2.8rem; max-width: 560px; }
.intro-copy p { font-size: 1.05rem; color: var(--muted); margin: 0 0 1.3rem; }
.intro-copy .text-link { margin-top: 1.2rem; }
.next-steps { background: #fff; }
.next-steps .section-heading > p:last-child { color: var(--muted); max-width: 720px; margin: 1.5rem auto 0; }
.process-grid, .detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1260px; margin: 0 auto; border-top: 1px solid #cfd9d5; border-left: 1px solid #cfd9d5; }
.process-grid article, .detail-grid article { position: relative; min-height: 250px; padding: 3.5rem 2.5rem 2rem; border-right: 1px solid #cfd9d5; border-bottom: 1px solid #cfd9d5; background: var(--foam); }
.process-grid .number { background: var(--foam); }
.process-grid p, .detail-grid p { color: var(--muted); font-size: .92rem; margin-bottom: 0; }
.fit-guide { background: var(--navy); color: white; display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; align-items: start; }
.fit-copy { position: sticky; top: 3rem; }
.fit-copy h2 { max-width: 620px; }
.fit-copy p:not(.eyebrow) { color: rgba(255,255,255,.7); margin-top: 2rem; }
.fit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.fit-columns article { padding: clamp(2rem, 4vw, 3rem); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); }
.fit-columns h3 { margin-top: 0; font-size: clamp(1.8rem, 2.6vw, 2.6rem); }
.fit-columns ul { margin: 1.5rem 0 0; padding-left: 1.2rem; color: rgba(255,255,255,.72); }
.fit-columns li { margin-bottom: .9rem; }
.steps { background: #fff; }
.section-heading { text-align: center; max-width: 750px; margin: 0 auto 5rem; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1260px; margin: auto; border-top: 1px solid #d9e1de; }
.step-grid article { position: relative; padding: 3.5rem 3rem 1rem; border-right: 1px solid #d9e1de; }
.step-grid article:first-child { border-left: 1px solid #d9e1de; }
.step-grid p { color: var(--muted); font-size: .92rem; }
.number { position: absolute; top: -1.05rem; left: 1.6rem; background: white; color: var(--teal); font-size: .72rem; padding: .3rem .6rem; }
.line-icon { width: 56px; height: 56px; color: var(--teal); }
.line-icon svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.learn-panel {
  max-width: 1260px; margin: 7rem auto 0; padding: clamp(3rem, 6vw, 6rem);
  display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; color: white; background: var(--teal);
}
.learn-panel h2 { font-size: clamp(3rem, 4.5vw, 4.8rem); max-width: 600px; }
.skill-list { list-style: none; margin: 0; padding: 0; }
.skill-list li { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.25); font-family: var(--serif); font-size: 1.35rem; }
.skill-list li::before { content: "✓"; display: inline-block; margin-right: 1rem; color: #b9d8d1; font: 500 .8rem var(--sans); }
.resource-library { max-width: 1260px; margin: 7rem auto 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: end; }
.resource-heading > p:not(.eyebrow) { color: var(--muted); max-width: 430px; }
.resource-heading h2 { font-size: clamp(3rem, 4vw, 4.5rem); }
.age-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #cfd9d5; border-left: 1px solid #cfd9d5; }
.age-grid a { min-height: 180px; position: relative; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid #cfd9d5; border-bottom: 1px solid #cfd9d5; text-decoration: none; transition: color .2s, background .2s; }
.age-grid a:hover { color: white; background: var(--teal); }
.age-grid span { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.age-grid a:hover span { color: rgba(255,255,255,.7); }
.age-grid strong { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.age-grid i { position: absolute; right: 1.5rem; top: 1.2rem; font-style: normal; }
.resource-note { grid-column: 2; margin: 1.4rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.services { background: var(--foam); }
.services .section-heading > p:last-child { color: var(--muted); max-width: 650px; margin: 1.5rem auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1260px; margin: 0 auto; align-items: stretch; }
.service-grid article { min-height: 480px; padding: clamp(2rem, 4vw, 4rem); border: 1px solid #cfd9d5; border-right: 0; display: flex; flex-direction: column; align-items: flex-start; }
.service-grid article:last-child { border-right: 1px solid #cfd9d5; }
.service-grid .featured-service { color: white; background: var(--navy); border-color: var(--navy); transform: translateY(-1.5rem); }
.service-type { margin: 0; color: var(--teal); font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.featured-service .service-type { color: #a9cbc6; }
.service-grid h3 { font-size: clamp(2rem, 3vw, 3rem); margin-top: 1.5rem; }
.service-grid article > p:not(.service-type) { color: var(--muted); font-size: .9rem; }
.featured-service > p:not(.service-type) { color: rgba(255,255,255,.68) !important; }
.service-meta { width: 100%; margin: auto 0 2rem; padding-top: 1.5rem; border-top: 1px solid #cfd9d5; display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.featured-service .service-meta { border-color: rgba(255,255,255,.18); }
.service-meta span { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.featured-service .service-meta span { color: rgba(255,255,255,.5); }
.service-meta strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.services-note { max-width: 850px; margin: 2.5rem auto 0; color: var(--muted); text-align: center; font-size: .75rem; }
.session-details { background: #fff; }
.session-details .section-heading > p:last-child { color: var(--muted); max-width: 760px; margin: 1.5rem auto 0; }
.detail-grid { grid-template-columns: repeat(4, 1fr); }
.detail-grid article { background: white; min-height: 280px; padding-top: 2.5rem; }
.detail-grid h3 { margin-top: 0; }
.principles { background: var(--sea); display: grid; grid-template-columns: 1.3fr .7fr; padding-top: 0; padding-bottom: 0; }
.principle-card { background: var(--navy); color: white; padding: clamp(4rem, 7vw, 7rem); margin: -2.5rem 0 2.5rem; }
.principle-card h2 { max-width: 650px; }
.principle-list { margin-top: 4rem; }
.principle-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 1.2rem; border-top: 1px solid rgba(255,255,255,.16); padding: 1.5rem 0; }
.principle-list span { font-size: .7rem; color: #9ebeba; }
.principle-list p { margin: 0; color: rgba(255,255,255,.7); font-size: .88rem; }
.principle-list strong { display: block; color: white; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; margin-bottom: .25rem; }
.quote-card { padding: clamp(4rem, 6vw, 7rem) clamp(2rem, 4vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.quote-card svg { width: 55px; fill: var(--coral); margin-bottom: 2rem; }
.quote-card blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.1; letter-spacing: -.02em; }
.quote-card p { color: var(--teal); font-size: .8rem; font-weight: 600; margin-top: 2rem; }
.daily-thought {
  background: var(--teal); color: white; display: grid; grid-template-columns: .65fr 1.35fr;
  gap: 8vw; align-items: start; position: relative; overflow: hidden;
}
.daily-thought::after {
  content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%; right: -120px; bottom: -260px;
}
.daily-label { position: relative; z-index: 1; }
.daily-label > p:last-child { color: rgba(255,255,255,.65); font-size: .78rem; }
.daily-quote { position: relative; z-index: 1; max-width: 850px; }
.daily-quote svg { width: 44px; fill: var(--coral); margin-bottom: 1.5rem; }
.daily-quote h2 { font: 600 .72rem var(--sans); text-transform: uppercase; letter-spacing: .18em; color: #c8dcd8; margin-bottom: 1.8rem; }
.daily-quote blockquote { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.2vw, 5.8rem); line-height: 1.02; letter-spacing: -.035em; }
.daily-quote > p { margin-top: 2rem; color: rgba(255,255,255,.65); font-size: .78rem; }
.team { background: #fff; }
.team-grid { max-width: 1260px; margin: auto; display: grid; gap: 2rem; }
.team-card { display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr; min-height: 620px; background: var(--foam); }
.team-card.reverse { grid-template-columns: 1.25fr minmax(280px, .75fr); }
.team-card.reverse img { grid-column: 2; }
.team-card.reverse .team-copy { grid-column: 1; grid-row: 1; }
.team-card > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center 25%; filter: saturate(.82); }
.team-copy { padding: clamp(3rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.team-copy h3 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); }
.team-copy > p { color: var(--muted); }
.team-copy .role { color: var(--teal); font-size: .78rem; font-weight: 600; letter-spacing: .04em; }
.story { margin-top: 1rem; border-top: 1px solid #cfd9d5; border-bottom: 1px solid #cfd9d5; }
.story summary { font: 600 .78rem var(--sans); color: var(--teal); }
.story div { padding-bottom: 1rem; }
.story p { color: var(--muted); font-size: .88rem; }
.scope-box { margin-top: 1.5rem; padding: 1.3rem; border-left: 3px solid var(--coral); background: white; }
.scope-box h4 { margin: 0 0 .55rem; color: var(--teal); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.scope-box p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.access { background: var(--coral); color: white; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.access h2 { max-width: 800px; }
.access > div:last-child p { max-width: 540px; color: rgba(255,255,255,.8); margin-bottom: 2rem; }
.access .access-note { margin: 1.4rem 0 0 !important; color: rgba(255,255,255,.82) !important; font-size: .78rem; line-height: 1.55; }
.access .supporter-note { margin: 1.2rem 0 0 !important; font-size: .72rem; color: rgba(255,255,255,.65) !important; }
.faq { background: var(--foam); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.faq .section-heading { text-align: left; margin: 0; }
.faq-list details { border-top: 1px solid #cfd9d5; }
.faq-list details:last-child { border-bottom: 1px solid #cfd9d5; }
summary { list-style: none; cursor: pointer; padding: 1.5rem 0; display: flex; justify-content: space-between; font-family: var(--serif); font-size: 1.28rem; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--teal); transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { color: var(--muted); max-width: 650px; margin: -.2rem 2rem 1.5rem 0; font-size: .92rem; }
.schedule { background: var(--teal); color: white; display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; align-items: start; }
.schedule-intro { position: sticky; top: 3rem; padding-top: 2rem; }
.schedule-intro h2 { max-width: 650px; }
.schedule-intro > p:not(.eyebrow) { color: rgba(255,255,255,.72); max-width: 520px; margin: 2rem 0; }
.schedule-intro small { display: block; color: rgba(255,255,255,.55); font-size: .7rem; line-height: 1.55; max-width: 520px; margin-top: 2.2rem; }
.schedule-widget { background: white; border-radius: 3px; min-height: 720px; overflow: hidden; box-shadow: 0 24px 70px rgba(4,30,34,.22); }
.intake-panel { min-height: 0; padding: clamp(2rem, 4vw, 4rem); display: grid; gap: 1rem; color: var(--ink); }
.intake-panel article { position: relative; padding: 2rem 2rem 2rem 4.5rem; border: 1px solid #cfd9d5; background: var(--foam); }
.intake-panel .number { top: 1.8rem; left: 1.8rem; background: transparent; padding: 0; }
.intake-panel h3 { margin: 0 0 .7rem; font-size: clamp(1.6rem, 2.5vw, 2.3rem); }
.intake-panel p { margin: 0; color: var(--muted); font-size: .92rem; }
.social-updates { background: #fff; }
.social-updates .section-heading > p:last-child { color: var(--muted); max-width: 630px; margin: 1.5rem auto 0; }
.social-feed-grid { max-width: 1260px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 2rem; align-items: stretch; }
.social-feed-card { min-width: 0; border: 1px solid #cfd9d5; background: var(--foam); padding: clamp(2rem, 4vw, 3rem); }
.social-feed-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-start; margin-bottom: 1.8rem; }
.social-feed-heading h3, .instagram-feed h3 { margin: 0; font-size: clamp(2.2rem, 3.5vw, 3.8rem); }
.social-feed-heading .eyebrow, .instagram-feed .eyebrow { margin-bottom: .9rem; }
.facebook-frame { min-height: 640px; background: white; overflow: hidden; display: flex; justify-content: center; align-items: stretch; }
.facebook-frame iframe { display: block; width: 100%; max-width: 500px; min-height: 640px; }
.instagram-feed { background: var(--navy); color: white; display: flex; flex-direction: column; justify-content: center; }
.instagram-feed .eyebrow { color: #a9cbc6; }
.instagram-feed p { color: rgba(255,255,255,.68); margin: 1.4rem 0 2rem; }
.social-topic-list { list-style: none; margin: 2.5rem 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); }
.social-topic-list li { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: 1.25rem; }
.contact { background: var(--deep); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.contact-copy p:not(.eyebrow) { color: rgba(255,255,255,.62); max-width: 600px; }
.contact-copy a { color: white; }
.social-row { display: flex; gap: 1.5rem; margin-top: 2rem; }
.social-row a { font-size: .8rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); }
.consult-card { background: white; color: var(--ink); padding: clamp(2.5rem, 5vw, 5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.consult-card h3 { font-size: clamp(2.8rem, 4.5vw, 4.5rem); margin-top: 0; }
.consult-card > p:not(.eyebrow) { color: var(--muted); }
.consult-card small { display: block; margin-top: 1.5rem; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.contact-form { background: white; color: var(--ink); padding: clamp(2rem, 4vw, 3.8rem); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; font-size: .72rem; font-weight: 600; margin-bottom: 1rem; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid #bdcbc7; background: transparent; padding: .65rem 0; font: 400 1rem var(--sans); border-radius: 0; outline: none; }
input:focus, textarea:focus { border-color: var(--teal); }
textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: .7rem; color: var(--muted); font-weight: 400; line-height: 1.4; margin: 1.5rem 0; }
.consent input { margin-top: .2rem; }
.form-status { font-size: .8rem; color: var(--teal); min-height: 1.3rem; }
footer { background: #041e22; color: white; padding: 4rem clamp(1.5rem, 9vw, 9rem) 2rem; display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 2rem; align-items: center; }
footer > * { min-width: 0; }
footer > p { color: rgba(255,255,255,.5); font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.5rem; margin-top: 2rem; }
.copyright a { color: inherit; }
.legal-page { background: var(--foam); }
.legal-header { position: relative; }
.legal-hero { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 14vw, 14rem); color: white; background: var(--navy); }
.legal-hero h1 { max-width: 950px; }
.legal-hero > p:last-child { color: rgba(255,255,255,.55); margin-top: 1.5rem; font-size: .78rem; }
.legal-content { max-width: 900px; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 1.5rem; }
.legal-content .legal-intro { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.25; color: var(--ink); }
.legal-content h2 { margin: 3.2rem 0 1rem; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.1; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .96rem; }
.legal-content a { color: var(--teal); }
.legal-content li { margin-bottom: .6rem; }
.legal-note { margin-top: 4rem; padding: 1.5rem; border-left: 3px solid var(--coral); background: white; color: var(--muted); font-size: .82rem; }
.legal-note strong { color: var(--ink); }
.legal-footer { grid-template-columns: 1fr auto; }
.resources-page main { background: var(--foam); }
.resources-hero { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 9vw, 9rem); color: white; background: var(--navy); }
.resources-hero h1 { max-width: 950px; }
.resources-hero p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.72); font-size: 1.05rem; margin-top: 1.6rem; }
.emergency-panel { max-width: 1180px; margin: -3rem auto 0; padding: clamp(2rem, 5vw, 4rem); background: white; border-top: 5px solid var(--coral); box-shadow: 0 22px 60px rgba(6,39,44,.12); }
.emergency-panel h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.emergency-panel p { color: var(--muted); max-width: 850px; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.button.secondary { color: var(--navy); background: var(--sea); }
.resource-section { padding: clamp(4rem, 7vw, 7rem) clamp(1.5rem, 9vw, 9rem) 0; }
.resource-section:last-of-type { padding-bottom: clamp(5rem, 8vw, 8rem); }
.resource-section h2 { max-width: 900px; font-size: clamp(2.6rem, 4vw, 4.8rem); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1260px; margin: 2.5rem auto 0; }
.resource-card { padding: clamp(1.6rem, 3vw, 2.4rem); background: white; border: 1px solid #cfd9d5; display: flex; flex-direction: column; align-items: flex-start; }
.resource-card h3 { margin-top: 0; }
.resource-card p { color: var(--muted); font-size: .9rem; }
.resource-card a { margin-top: auto; color: var(--teal); font-size: .82rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; }
.safe-tide-note { max-width: 1180px; margin: 0 auto clamp(5rem, 8vw, 8rem); padding: clamp(2.5rem, 5vw, 5rem); color: white; background: var(--teal); }
.safe-tide-note h2 { max-width: 820px; }
.safe-tide-note p { color: rgba(255,255,255,.72); max-width: 820px; }
.safe-tide-note .button { margin-top: 1rem; }

@media (max-width: 900px) {
  .site-header nav, .site-header > .button { display: none; }
  .menu-toggle { display: block; background: none; border: 0; width: 40px; }
  .menu-toggle span { display: block; height: 1px; background: white; margin: 7px 0; }
  .site-header.menu-open nav { display: flex; position: absolute; top: 84px; left: 0; width: 100%; background: var(--navy); flex-direction: column; padding: 1.5rem; margin: 0; }
  .hero { min-height: 720px; align-items: flex-end; padding-bottom: 7rem; }
  .hero-overlay { background: linear-gradient(0deg, rgba(4,28,34,.92) 0%, rgba(5,39,45,.42) 70%, rgba(5,39,45,.2)); }
  .hero-note { left: 1.5rem; right: auto; }
  .intro, .faq, .contact, .principles, .learn-panel, .resource-library, .access, .daily-thought, .schedule, .social-feed-grid, .fit-guide, .fit-columns, .process-grid, .detail-grid, .resource-grid { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .step-grid { grid-template-columns: 1fr; border: 0; gap: 1rem; }
  .step-grid article, .step-grid article:first-child { border: 1px solid #d9e1de; padding: 3rem 2rem 2rem; }
  .principle-card { margin: 0; }
  .quote-card { min-height: 500px; }
  .team-card, .team-card.reverse { grid-template-columns: 1fr; }
  .team-card.reverse img, .team-card.reverse .team-copy { grid-column: 1; grid-row: auto; }
  .team-card > img { min-height: 520px; max-height: 700px; }
  .service-grid { grid-template-columns: 1fr; gap: 1rem; }
  .service-grid article, .service-grid article:last-child { border: 1px solid #cfd9d5; min-height: 420px; }
  .service-grid .featured-service { transform: none; }
  .social-feed-heading { flex-direction: column; }
  .schedule-intro { position: static; padding-top: 0; }
  .fit-copy { position: static; }
  .resource-note { grid-column: auto; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .crisis-bar { flex-wrap: wrap; gap: .25rem .45rem; }
  h1 { font-size: 3.7rem; }
  .hero { min-height: 680px; padding-bottom: 6rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .hero-note { display: none; }
  .field-row { grid-template-columns: 1fr; }
  .age-grid { grid-template-columns: 1fr; }
  .learn-panel, .resource-library { margin-top: 4rem; }
  .team-card > img { min-height: 450px; }
  .facebook-frame, .facebook-frame iframe { min-height: 560px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
