/* Unicorn Staffing — a warm, considered identity. Plain CSS; no build step. */
:root {
  --paper: #faf9f5;
  --surface: #fff;
  --subtle: #f0f2ed;
  --border: #dce1df;
  --ink: #18324b;
  --body: #465966;
  --muted: #607078;
  --faint: #acbabf;
  --blue-50: #edf2f6;
  --blue-100: #d5e2eb;
  --blue-300: #aac6db;
  --blue-500: #2563b0;
  --blue-600: #224c79;
  --blue-700: #15325f;
  --blue-900: #122c43;
  --blue-950: #15324b;
  --sage: #e2e9df;
  --sage-ink: #506e62;
  --coral: #bd6c51;
  --amber: #b88839;
  --emerald: #266243;
  --red: #aa332d;
  --font-serif: 'Newsreader', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --shadow-paper: 0 5px 24px rgba(24,50,75,.035);
  --shadow-elevated: 0 16px 40px rgba(24,50,75,.08);
  --container-max: 1240px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--body); font: 15px/1.8 var(--font-sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--blue-700); text-decoration: none; text-underline-offset: 5px; }
a:hover { text-decoration: underline; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 400; color: var(--blue-950); line-height: 1.08; margin: 0 0 .5em; }
h1 { font-size: clamp(2.7rem, 4.5vw, 4.5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.2rem, 3.4vw, 3.5rem); letter-spacing: -.025em; }
h3 { font-size: 1.7rem; line-height: 1.15; letter-spacing: -.015em; }
h4 { font-size: 1.3rem; }
em { font-weight: 400; color: var(--sage-ink); }
p { margin: 0 0 1.25em; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.25em; }
:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 36px; }
.eyebrow { display: block; font: 600 .67rem/1.6 var(--font-sans); letter-spacing: .17em; text-transform: uppercase; color: var(--sage-ink); margin-bottom: 22px; }
.eyebrow::before { content: ''; display: inline-block; width: 24px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 10px; }
.section { padding: 96px 0; }
.section--tight { padding: 48px 0; }
.section--subtle { background: var(--subtle); }
.section--dark { background: var(--blue-950); color: var(--blue-100); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: white; }
.section--dark .lede { color: var(--blue-100); }
.section--dark .btn-primary { color: var(--blue-950); background: var(--sage); }
.text-center { text-align: center; }
.lede { font-size: 1.05rem; line-height: 1.85; color: var(--muted); max-width: 650px; }
.lede.center { margin-left: auto; margin-right: auto; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 20px; padding: 15px 24px; min-height: 48px; border: 1px solid transparent; border-radius: 7px; font-size: .8rem; font-weight: 600; line-height: 1.4; cursor: pointer; text-align: center; transition: background-color .18s, border-color .18s, color .18s; }
.btn:hover { text-decoration: none; }
.btn span[aria-hidden] { font-size: 1.2rem; font-weight: 400; }
.btn-primary { background: var(--blue-700); color: white; }
.btn-primary:hover { background: #234d72; }
.btn-secondary { background: transparent; border-color: #b6c4c7; color: var(--blue-950); }
.btn-secondary:hover { background: #eaf0ee; border-color: var(--sage-ink); }
.btn-ghost { background: transparent; color: var(--blue-950); border-color: var(--border); }
.btn-block { width: 100%; }
.btn-sm { min-height: 40px; font-size: .73rem; padding: 10px 15px; }
.btn-danger { background: #fdece9; color: var(--red); border-color: #f5c6c0; }
.text-link { display: inline-flex; align-items: center; gap: 26px; font-weight: 600; font-size: .8rem; padding-bottom: 7px; border-bottom: 1px solid #acb9b9; }
.text-link:hover { text-decoration: none; border-color: currentColor; }
.text-link span { font-size: 1.2rem; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 34px; box-shadow: var(--shadow-paper); min-width: 0; }
.card-sm { padding: 28px; }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.badge { display: inline-flex; align-items: center; gap: 6px; font: 600 .68rem/1.6 var(--font-sans); letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border: 1px solid #c7d5d7; border-radius: 5px; background: var(--blue-50); color: var(--blue-700); }
.badge-open { background: #e6f4ea; color: var(--emerald); border-color: #bed8c8; }
.badge-closed { background: #f4f3ee; color: var(--muted); }
.badge-draft { background: #fff4e0; color: #8a5a00; }
/* Shared navigation */
.ticker { background: var(--blue-950); color: #e0e9ee; font-size: .65rem; padding: 9px 0; letter-spacing: .025em; }
.ticker .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.ticker a { color: #fff; }
.ticker-location { color: #b8cbd7; }
.site-header { position: sticky; top: 0; z-index: 40; background: var(--paper); border-bottom: 1px solid var(--border); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 91px; }
.site-header.is-scrolled { box-shadow: 0 3px 15px rgba(24,50,75,.055); }
.logo { display: inline-flex; align-items: center; flex-shrink: 0; font: 600 1.35rem var(--font-serif); }
.logo:hover { text-decoration: none; }
.logo span { color: var(--blue-500); }
.logo img { width: 170px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 21px; }
.main-nav a { position: relative; font-size: .73rem; white-space: nowrap; color: var(--body); padding: 10px 0; }
.main-nav a:hover { color: var(--blue-700); text-decoration: none; }
.main-nav .is-active { color: var(--blue-700); }
.main-nav .is-active::after { content: ''; position: absolute; bottom: 2px; left: 0; right: 0; height: 2px; background: var(--sage-ink); }
.header-ctas { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.header-ctas .btn-secondary { border: none; padding-left: 0; padding-right: 0; margin-right: 8px; }
.nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 1px solid var(--border); border-radius: 7px; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ''; display: block; position: relative; width: 18px; height: 1.5px; background: var(--blue-950); }
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }
.skip-link { position: fixed; top: 8px; left: 12px; z-index: 100; padding: 12px 20px; background: white; border: 2px solid var(--blue-700); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
/* Home: generous type, framed photography and quiet detail. */
.hero { padding: 70px 0 76px; }
.hero-grid { display: grid; grid-template-columns: 1.13fr 1fr; gap: 58px; align-items: center; }
.hero-copy h1 { font-size: clamp(3.2rem, 4.85vw, 4.65rem); line-height: 1.015; margin-bottom: 28px; }
.hero-copy h1 em { display: block; }
.hero-copy .lede { max-width: 480px; font-size: .95rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero-footnote { font-size: .67rem; color: var(--muted); display: flex; align-items: center; gap: 11px; margin-top: 28px; }
.small-star { font-size: 1.6rem; color: var(--sage-ink); }
.hero-visual { position: relative; padding: 0 0 35px 15px; min-width: 0; }
.hero-photo { border-radius: 160px 160px 12px 12px; overflow: hidden; background: var(--sage); aspect-ratio: 1 / 1.04; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 90% 45%; }
.hero-spark { position: absolute; top: 8px; right: -17px; font-family: Georgia, serif; font-size: 87px; line-height: 1; color: var(--sage-ink); }
.care-note { position: absolute; bottom: 57px; left: -22px; display: flex; align-items: center; gap: 15px; padding: 18px 24px; background: var(--paper); border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow-elevated); }
.care-note strong { display: block; font: 400 1.35rem/1.25 var(--font-serif); color: var(--blue-950); }
.care-note div > span { font-size: .7rem; }
.care-note-icon { color: var(--sage-ink); font: 40px/1 Georgia, serif; }
.photo-caption { display: block; padding-top: 13px; text-align: right; font-size: .6rem; letter-spacing: .045em; color: var(--muted); }
.care-strip { background: #eef0e9; border-block: 1px solid var(--border); }
.care-strip .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 25px; padding-bottom: 25px; }
.care-strip p { margin: 0; font-size: .7rem; line-height: 1.65; padding-right: 28px; border-right: 1px solid #c9d2cd; }
.care-strip p strong { font-weight: 600; }
.care-strip .container > span { font-family: var(--font-serif); font-size: 1.2rem; color: #4a625a; }
.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 90px; margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { font-size: .9rem; max-width: 360px; }
.role-cards { gap: 20px; }
.role-cards > .card { background: #f1f3ee; box-shadow: none; }
.role-cards > .card:nth-child(2) { background: #edf1f4; }
.role-cards > .card:nth-child(3) { background: #f4eee7; }
.role-card { display: flex; flex-direction: column; padding: 32px; }
.role-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 27px; }
.role-card .badge { background: transparent; }
.role-symbol { font: 2.3rem/1 Georgia, serif; color: var(--sage-ink); }
.role-card h3 { font-size: 1.95rem; }
.role-card p { font-size: .85rem; margin-bottom: 24px; }
.role-card .text-link { margin-top: auto; align-self: start; font-size: .72rem; }
.mission-section { background: var(--blue-950); color: #d0dce3; }
.mission-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; }
.mission-section h2 { color: var(--paper); font-size: clamp(3rem, 4.7vw, 4.6rem); }
.mission-section em { color: #bbcfc0; }
.mission-section .eyebrow { color: #bfd1c6; }
.mission-mark { color: #a5bdaf; font: 75px/1 Georgia, serif; }
.mission-copy { padding-top: 14px; }
.mission-copy .lede { color: #fff; font: 400 1.65rem/1.45 var(--font-serif); }
.mission-copy > p:not(.lede) { font-size: .87rem; }
.mission-section .text-link { color: white; }
.mission-values { display: flex; gap: 23px; flex-wrap: wrap; margin-top: 38px; padding-top: 24px; border-top: 1px solid #496070; font-size: .65rem; }
.mission-values span::before { content: '✧'; margin-right: 7px; color: #bfd1c6; }
.team-section { background: #f0f2ed; }
.team-layout { display: grid; grid-template-columns: .85fr 1.2fr; gap: 80px; align-items: center; }
.team-copy p { max-width: 360px; font-size: .9rem; }
.team-carousel { min-width: 0; }
.gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #9bad9f transparent; border-radius: 12px; background: #e1e5dc; }
.gallery-slide { flex: 0 0 100%; min-width: 0; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.gallery-slide img { width: 100%; height: 420px; object-fit: contain; }
.carousel-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 17px; }
.carousel-footer > span { font-size: .56rem; font-weight: 600; letter-spacing: .13em; }
.carousel-controls { display: flex; align-items: center; gap: 13px; }
.carousel-button { border-radius: 50%; width: 40px; height: 40px; border: 1px solid #a4b4aa; color: var(--blue-950); background: transparent; font-size: 1.1rem; }
.carousel-button:hover { background: #e2e9df; }
.carousel-count { font: .64rem var(--font-mono); }
.next-step { text-align: center; position: relative; border-bottom: 1px solid var(--border); }
.next-step h2 { font-size: clamp(2.9rem, 4.5vw, 4.4rem); }
.next-step .hero-actions { justify-content: center; }
.next-step-phone { display: inline-block; font-size: .7rem; margin-top: 26px; color: var(--muted); }
/* Interior pages */
.page-intro { padding: 78px 0; }
.page-intro h1 { max-width: 820px; }
.page-intro > .container > .lede { max-width: 730px; }
.page-intro:not(.form-page):not(.contact-page) { border-bottom: 1px solid var(--border); }
.story-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: start; }
.story-intro h1 { font-size: clamp(3rem, 4.5vw, 4.5rem); }
.story-copy { padding-top: 35px; }
.story-copy .lede { font: 1.55rem/1.5 var(--font-serif); color: var(--blue-950); }
.story-copy > p:not(.lede) { font-size: .85rem; }
.benefit-grid .card { position: relative; box-shadow: none; }
.step-number { display: block; font: italic 1.5rem var(--font-serif); color: var(--sage-ink); margin-bottom: 22px; }
.join-hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 65px; align-items: center; }
.join-hero h1 { font-size: clamp(2.7rem, 3.8vw, 3.9rem); }
.join-hero img { width: 100%; height: 420px; object-fit: cover; border-radius: 100px 12px 12px 12px; }
.leader-card { padding: 0; overflow: hidden; display: grid; grid-template-columns: 155px 1fr; align-items: start; background: transparent; border: 0; box-shadow: none; gap: 26px; }
.leader-card img { width: 155px; height: 205px; object-fit: cover; object-position: center top; border-radius: 80px 80px 8px 8px; }
.leader-card h3 { font-size: 2rem; }
.leader-title { font-size: .62rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--sage-ink); margin-bottom: 17px; }
.leader-info p { font-size: .82rem; }
.leader-email { display: inline-flex; align-items: center; gap: 7px; font-size: .72rem; overflow-wrap: anywhere; }
.leader-email svg { flex-shrink: 0; }
.filter-bar { display: flex; gap: 14px; flex-wrap: wrap; padding: 22px; margin: 28px 0; background: var(--subtle); border: 1px solid var(--border); border-radius: var(--radius-sm); }
.filter-bar select { width: auto; min-width: 210px; }
.job-card { display: flex; flex-direction: column; gap: 13px; }
.job-card > .badge, .job-card > .btn { align-self: flex-start; }
.job-card .job-meta { display: flex; flex-wrap: wrap; gap: 8px; font-size: .72rem; color: var(--muted); }
.job-card h3 { margin-bottom: 0; }
.job-card p { font-size: .82rem; }
.job-card > .btn { margin-top: auto; }
/* Forms: existing inputs, names and request behavior retained. */
.form-container { max-width: 790px; }
.narrow-container { max-width: 860px; }
.form-page { background: var(--subtle); }
.form-page h1 { font-size: clamp(2.5rem, 4vw, 3.6rem); }
.form-panel { padding: 36px; border-radius: 16px; border: 1px solid var(--border); background: white; box-shadow: var(--shadow-paper); }
.form-grid { display: grid; gap: 24px; }
.form-row { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.form-row > * { min-width: 0; }
label { display: block; font-weight: 600; font-size: .78rem; color: var(--blue-950); margin-bottom: 7px; }
.field-hint { font-weight: 400; font-size: .74rem; color: var(--muted); }
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=date], select, textarea { width: 100%; min-width: 0; font-size: .9rem; padding: 12px 14px; border: 1px solid #becacc; border-radius: 7px; background: #fff; color: var(--ink); line-height: 1.5; }
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--blue-500); outline-offset: 2px; }
input[type=radio], input[type=checkbox] { accent-color: var(--blue-700); width: 17px; height: 17px; flex-shrink: 0; }
.checkbox-group, .radio-group { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.checkbox-group label, .radio-group label { display: inline-flex; align-items: center; gap: 8px; font-weight: 400; margin: 0; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
legend { padding: 0; margin-bottom: 10px; font-size: .8rem; font-weight: 600; color: var(--blue-950); }
.type-toggle { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--border); border-radius: 9px; background: var(--subtle); }
.type-toggle label { position: relative; margin: 0; padding: 9px 22px; border-radius: 6px; cursor: pointer; color: var(--body); font-size: .8rem; }
.type-toggle input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.type-toggle label:has(input:checked) { background: var(--blue-700); color: white; }
.type-toggle label:has(input:focus-visible) { outline: 3px solid var(--blue-500); outline-offset: 3px; }
.hp-field { position: absolute; left: -9999px; top: -9999px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.alert { padding: 17px 21px; border-radius: 8px; margin-bottom: 20px; font-weight: 500; border: 1px solid transparent; }
.alert-success { background: #e6f4ea; color: #0d652d; border-color: #b7e1c3; }
.alert-error { background: #fdece9; color: var(--red); border-color: #f5c6c0; }
.contact-container { max-width: 1080px; }
.contact-page { background: var(--subtle); }
.contact-page .form-panel { max-width: 740px; margin-left: auto; margin-right: auto; }
.contact-channels { margin-top: 35px; margin-bottom: 45px; }
.contact-channels .card { padding: 26px; background: transparent; box-shadow: none; border-width: 1px 0 0; border-radius: 0; }
.contact-channels h3 { font-size: 1.6rem; }
.contact-channels a { overflow-wrap: anywhere; font-size: .8rem; }
.faq-item { padding: 24px 0; border-bottom: 1px solid #cbd5d3; }
.faq-item summary { cursor: pointer; font-weight: 600; font-size: .9rem; color: var(--blue-950); list-style: none; display: flex; justify-content: space-between; gap: 22px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font: 1.5rem/1 var(--font-serif); color: var(--sage-ink); }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { margin-top: 18px; font-size: .9rem; color: var(--muted); padding-right: 35px; }
/* Footer */
.site-footer { background: var(--blue-950); color: #c3d1db; padding: 64px 0 24px; }
.site-footer .logo img { width: 182px; }
.site-footer a { color: #d5e2eb; }
.site-footer a:hover { color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1.3fr; gap: 45px; padding-bottom: 45px; border-bottom: 1px solid #3e5566; }
.footer-brand p { font-size: .76rem; max-width: 265px; line-height: 1.9; }
.footer-grid h4 { color: #fff; font: 600 .65rem/1.4 var(--font-sans); letter-spacing: .12em; text-transform: uppercase; margin: 8px 0 23px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; font-size: .75rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 24px; font-size: .62rem; color: #b5c4cf; }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-links a { display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border: 1px solid #607382; border-radius: 50%; }
.social-links a:hover { background: #28465e; }
.social-links svg { width: 14px; height: 14px; fill: currentColor; }
.newsletter-heading { margin: 22px 0 7px; font-size: .75rem; color: white; }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 8px; }
.newsletter-form input { flex: 1 1 150px; width: 150px; background: #25425a; border-color: #718490; color: white; font-size: .7rem; padding: 10px; }
.newsletter-form input::placeholder { color: #c2ced6; opacity: 1; }
.newsletter-form .btn { background: var(--sage); color: var(--blue-950); font-size: .66rem; padding: 9px 12px; }
/* Utilities shared with the admin. */
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 12px; }
.mt-2 { margin-top: 24px; }
.mt-3 { margin-top: 40px; }
.mb-0 { margin-bottom: 0; }
.stack { display: grid; gap: 8px; }
.flex { display: flex; }
.flex-between { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
/* Keep content visible without JavaScript and honor reduced motion. */
.reveal { opacity: 1; }
@media (min-width: 1201px) and (max-width: 1320px) {
  .main-nav { gap: 16px; }
  .site-header .container { gap: 18px; }
  .header-ctas .btn-secondary { display: none; }
}
@media (max-width: 1200px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  body.nav-open .main-nav { display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 100%; left: 0; right: 0; padding: 20px 36px; background: var(--paper); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-paper); gap: 0; max-height: calc(100dvh - 90px); overflow-y: auto; }
  .main-nav a { padding: 10px; font-size: .9rem; }
  .main-nav .is-active { background: var(--subtle); border-radius: 6px; }
  .main-nav .is-active::after { display: none; }
  .hero-grid { gap: 35px; }
  .hero-copy h1 { font-size: clamp(3rem, 5.4vw, 4.3rem); }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { padding: 14px 18px; }
  .care-note { left: -7px; }
  .footer-grid { gap: 25px; }
  .leader-card { grid-template-columns: 110px 1fr; gap: 20px; }
  .leader-card img { width: 110px; height: 155px; }
  .team-layout { gap: 45px; }
}
@media (max-width: 900px) {
  .container { padding-left: 28px; padding-right: 28px; }
  .section { padding: 70px 0; }
  .hero { padding: 54px 0; }
  .hero-copy h1 { font-size: 3.05rem; }
  .hero-visual { padding-left: 0; }
  .hero-photo { aspect-ratio: .85; border-radius: 120px 120px 10px 10px; }
  .hero-spark { font-size: 62px; right: -8px; }
  .hero-footnote { font-size: .61rem; }
  .care-note { padding: 13px 16px; }
  .care-note strong { font-size: 1.1rem; }
  .care-strip .container { flex-wrap: wrap; justify-content: center; gap: 16px 28px; }
  .care-strip p { width: 100%; text-align: center; padding: 0; border: none; }
  .care-strip p br { display: none; }
  .care-strip .container > span { font-size: 1.1rem; }
  .section-heading { gap: 30px; }
  .role-card { padding: 24px; }
  .role-card h3 { font-size: 1.65rem; }
  .role-card .text-link { gap: 10px; }
  .mission-grid { gap: 50px; }
  .team-layout { gap: 30px; grid-template-columns: 1fr 1.2fr; }
  .gallery-slide img { height: 345px; }
  .carousel-footer { align-items: start; }
  .carousel-footer > span { max-width: 130px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; gap: 40px 50px; }
  .story-intro { gap: 35px; }
  .join-hero { gap: 35px; }
  .join-hero img { height: 360px; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .leader-card { grid-template-columns: 1fr; }
  .leader-card img { width: 155px; height: 205px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 85px; }
  body { font-size: 14px; }
  .container { padding-left: 22px; padding-right: 22px; }
  .ticker { font-size: .58rem; padding: 7px 0; }
  .ticker-location { display: none; }
  .ticker .container { gap: 8px; }
  .site-header .container { min-height: 78px; gap: 12px; }
  .site-header .logo img { width: 137px; }
  .header-ctas { gap: 8px; }
  .header-ctas .btn-secondary { display: none; }
  .header-ctas .btn-primary { min-height: 39px; font-size: .65rem; padding: 10px 12px; }
  .nav-toggle { width: 39px; height: 39px; }
  body.nav-open .main-nav { padding: 15px 22px; }
  .hero { padding: 42px 0 30px; }
  .hero-grid { grid-template-columns: 1fr; gap: 37px; }
  .hero-copy h1 { font-size: clamp(2.7rem, 9.5vw, 4rem); margin-bottom: 22px; }
  .hero-copy h1 em { display: inline; }
  .eyebrow { font-size: .6rem; margin-bottom: 18px; }
  .hero-copy .lede { font-size: .89rem; }
  .hero-actions { margin-top: 24px; gap: 9px; }
  .hero-actions .btn { font-size: .73rem; gap: 12px; padding: 13px 16px; }
  .hero-footnote { margin-top: 19px; }
  .hero-visual { max-width: 480px; width: 100%; margin: 0 auto; padding: 0 12px 28px; }
  .hero-photo { aspect-ratio: 1.14; border-radius: 130px 130px 10px 10px; }
  .hero-spark { top: 1px; right: 0; }
  .care-note { left: 0; bottom: 44px; }
  .photo-caption { font-size: .55rem; }
  .care-strip .container { padding-block: 23px; gap: 12px 22px; }
  .care-strip .container > span { font-size: 1.02rem; }
  .section { padding: 58px 0; }
  .section-heading, .mission-grid, .team-layout, .story-intro, .join-hero { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 27px; }
  .section-heading p { max-width: none; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .card { padding: 27px; }
  .role-card-top { margin-bottom: 24px; }
  .role-card h3 { font-size: 2rem; }
  .role-card h3 br { display: none; }
  .mission-mark { display: none; }
  .mission-copy { padding: 0; }
  .mission-copy .lede { font-size: 1.45rem; }
  .mission-values { gap: 13px; margin-top: 28px; font-size: .61rem; }
  .team-copy p { max-width: none; }
  .gallery-slide img { height: 345px; }
  .carousel-footer > span { max-width: 180px; }
  .carousel-controls { gap: 9px; }
  .carousel-button { width: 38px; height: 38px; }
  .carousel-count { font-size: .6rem; }
  .next-step .lede br { display: none; }
  .page-intro h1 { font-size: 2.7rem; }
  .story-copy { padding: 0; }
  .story-copy .lede { font-size: 1.4rem; }
  .join-hero img { height: 310px; border-radius: 75px 8px 8px 8px; }
  .leader-card { padding: 0; grid-template-columns: 110px 1fr; gap: 20px; }
  .leader-card img { width: 110px; height: 150px; }
  .leader-card h3 { font-size: 1.8rem; }
  .leader-email { font-size: .67rem; word-break: break-word; }
  .leader-title { font-size: .59rem; }
  .form-panel { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 22px; }
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=date], select, textarea { font-size: 16px; }
  .form-grid { gap: 23px; }
  .type-toggle label { padding: 9px 15px; }
  .filter-bar { padding: 18px; }
  .filter-bar select { width: 100%; min-width: 0; }
  .contact-channels { gap: 14px; margin-bottom: 28px; }
  .contact-channels .card { padding: 20px 0 0; }
  .contact-channels .card p { margin: 0; }
  .contact-page .form-panel { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-brand p { max-width: 340px; }
  .site-footer { padding-top: 45px; }
  .newsletter-form { max-width: 380px; }
  .newsletter-form input { font-size: 16px; }
  .footer-grid h4 { margin-bottom: 18px; }
}
@media (max-width: 380px) {
  .site-header .logo img { width: 118px; }
  .container { padding-left: 18px; padding-right: 18px; }
  .hero-actions .btn { width: 100%; }
  .leader-card { grid-template-columns: 1fr; }
  .carousel-footer { flex-wrap: wrap; }
  .carousel-footer > span { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
