@import url("assets/archivo-embedded.css");

:root {
  --navy: #102451;
  --navy-deep: #08152f;
  --orange: #f45b0b;
  --orange-soft: #ffb77f;
  --ink: #172344;
  --body: #46536d;
  --muted: #6f7889;
  --paper: #ffffff;
  --wash: #f3f5f9;
  --peach: #fff2e8;
  --line: #dce2eb;
  --green: #0d7656;
  --shadow: 0 20px 55px rgba(16, 36, 81, 0.12);
  --font: Archivo, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; color: var(--body); background: var(--paper); font-family: var(--font); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, select { font: inherit; }
a:focus-visible, button:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #ff9b5b; outline-offset: 4px; }
.page-shell { width: min(1460px, calc(100% - 96px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 30; height: 92px; display: flex; align-items: center; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); box-shadow: 0 12px 34px rgba(16,36,81,.09); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: auto; height: 54px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { color: var(--navy); font-size: 15px; font-weight: 800; text-decoration: none; }
.desktop-nav a:hover { color: var(--orange); }
.desktop-nav .nav-button { padding: 12px 18px; color: var(--orange); border: 2px solid var(--orange); border-radius: 12px; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { width: 48px; height: 48px; display: grid; align-content: center; gap: 5px; padding: 12px; list-style: none; border: 1px solid #ffc49e; border-radius: 12px; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { height: 2px; display: block; background: var(--orange); border-radius: 99px; }
.mobile-nav nav { position: absolute; top: 58px; right: 0; width: 260px; padding: 12px; display: grid; gap: 4px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mobile-nav nav a { padding: 12px; color: var(--navy); font-weight: 800; text-decoration: none; border-radius: 8px; }
.mobile-nav nav a:hover { background: var(--peach); color: var(--orange); }

.hero { position: relative; min-height: 720px; overflow: hidden; display: grid; align-items: center; color: white; background: var(--navy-deep); }
.hero-photo, .hero-overlay { position: absolute; inset: 0; }
.hero-photo { background: url('assets/lcsc-landing-hero.png') center right / cover no-repeat; }
.hero-overlay { background: linear-gradient(90deg, rgba(8,21,47,.98) 0%, rgba(8,21,47,.92) 37%, rgba(8,21,47,.44) 66%, rgba(8,21,47,.08) 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 74px; }
.hero-copy { width: min(720px, 58%); }
.eyebrow, .section-kicker, .card-eyebrow { margin: 0; color: var(--orange); font-size: 14px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: ''; display: inline-block; width: 38px; height: 3px; margin: 0 13px 4px 0; background: currentColor; }
.hero h1, h2, h3 { margin: 0; color: var(--navy); font-weight: 900; letter-spacing: -.045em; }
.hero h1 { margin-top: 24px; color: white; font-size: clamp(56px, 6vw, 92px); line-height: .96; }
.hero-intro { max-width: 680px; margin: 27px 0 0; color: #e8ebf2; font-size: clamp(20px, 1.65vw, 25px); line-height: 1.48; }
.district-picker { margin-top: 38px; padding: 25px; background: rgba(255,255,255,.96); color: var(--body); border-radius: 20px; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.district-picker label { display: block; margin-bottom: 10px; color: var(--navy); font-size: 15px; font-weight: 900; }
.picker-controls { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.picker-controls select { width: 100%; min-width: 0; height: 58px; padding: 0 46px 0 16px; color: var(--navy); background: white; border: 2px solid #cbd3df; border-radius: 10px; font-weight: 750; }
.picker-controls button { height: 58px; padding: 0 22px; color: white; background: var(--orange); border: 2px solid var(--orange); border-radius: 10px; font-weight: 900; cursor: pointer; }
.picker-controls button:hover:not(:disabled) { background: #d94a00; border-color: #d94a00; transform: translateY(-1px); }
.picker-controls button:disabled { opacity: .45; cursor: not-allowed; }
.district-picker > p { margin: 13px 0 0; color: #5d6678; font-size: 13px; line-height: 1.45; }

.intro-strip { background: var(--orange); color: white; }
.intro-grid { padding-block: 32px; display: grid; grid-template-columns: .7fr 1.5fr; align-items: center; gap: 60px; }
.intro-grid .section-kicker { color: white; }
.intro-grid p:last-child { margin: 0; font-size: 21px; font-weight: 700; }

.programs { padding: 110px 0 122px; color: white; background: var(--navy-deep); }
.section-heading.centered { max-width: 900px; margin: 0 auto 52px; text-align: center; }
.section-heading.centered .section-kicker::before { display: block; margin: 0 auto 16px; }
.section-heading h2, .care-callout h2, .contacts h2, .district-repeat h2 { margin-top: 18px; font-size: clamp(40px, 4vw, 64px); line-height: 1.03; }
.programs .section-heading h2 { color: white; }
.section-heading > p:last-child { margin: 23px auto 0; color: #cbd4e5; font-size: 20px; }
.program-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.program-card { min-height: 470px; display: flex; flex-direction: column; padding: 34px; background: #1b315f; border: 1px solid #3d527c; border-radius: 22px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.program-card:hover { transform: translateY(-9px) rotate(-.5deg); border-color: var(--orange-soft); box-shadow: 0 20px 40px rgba(0,0,0,.25); }
.program-mark { width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 14px; font-size: 16px; font-weight: 900; }
.card-eyebrow { margin-top: 34px; color: var(--orange-soft); font-size: 12px; }
.program-card h3 { margin-top: 10px; color: white; font-size: 31px; line-height: 1.08; }
.program-card > p:not(.card-eyebrow) { margin: 22px 0 26px; color: #d7deeb; font-size: 17px; }
.program-card a { margin-top: auto; color: var(--orange-soft); font-weight: 900; text-decoration: none; }
.program-card a:hover { color: white; }

.care-callout { padding: 78px 0; background: var(--peach); }
.care-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.care-callout h2 { max-width: 650px; }
.care-grid > div:last-child > p { margin: 0 0 22px; font-size: 20px; }
.text-link { color: var(--orange); font-weight: 900; text-decoration: none; }
.text-link:hover { color: var(--navy); }

.contacts { padding: 112px 0; background: white; }
.contacts-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(520px,1.28fr); gap: 88px; align-items: start; }
.contacts-copy { position: sticky; top: 126px; }
.contacts-copy > p:not(.section-kicker) { margin: 24px 0 32px; font-size: 19px; }
.support-box { display: grid; gap: 4px; padding: 21px 23px; color: var(--navy); background: var(--wash); border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; text-decoration: none; }
.support-box span { color: var(--body); font-size: 14px; font-weight: 700; }
.support-box strong { font-size: 20px; }
.contact-list { border-top: 1px solid var(--line); }
.contact-row { min-height: 88px; display: grid; grid-template-columns: 1.3fr .8fr .9fr; align-items: center; gap: 20px; padding: 17px 10px; color: var(--navy); border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-row:hover { background: var(--peach); }
.contact-name { display: grid; gap: 2px; }
.contact-name strong { font-size: 19px; }
.contact-name small { color: var(--muted); font-size: 14px; }
.contact-phone { font-weight: 800; }
.contact-site { justify-self: end; color: var(--orange); font-weight: 850; }

.district-repeat { padding: 66px 0; color: white; background: var(--orange); }
.repeat-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.district-repeat .section-kicker, .district-repeat h2 { color: white; }
.district-repeat h2 { font-size: clamp(35px,3.5vw,54px); }
.district-repeat a { flex: 0 0 auto; padding: 15px 22px; color: var(--orange); background: white; border-radius: 11px; font-weight: 900; text-decoration: none; }

footer { padding: 70px 0 30px; background: white; }
.footer-inner { display: grid; justify-items: center; text-align: center; }
.footer-inner > img { width: min(430px, 72%); height: auto; }
.footer-inner > p { width: min(900px, 90%); margin: 34px auto 28px; color: #767676; font-size: 14px; }
.footer-bottom { display: flex; justify-content: center; gap: 9px; color: #73809c; font-size: 14px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--orange); text-decoration: underline; }

@media (max-width: 1180px) {
  .page-shell { width: min(100% - 56px, 1100px); }
  .hero { min-height: 680px; }
  .hero-copy { width: min(720px, 66%); }
  .program-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .program-card { min-height: 390px; }
  .contacts-layout { gap: 48px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  body { font-size: 16px; }
  .page-shell { width: calc(100% - 36px); }
  .site-header { height: 76px; }
  .brand img { height: 43px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero { min-height: auto; padding-top: 0; align-items: end; }
  .hero-photo { background-position: 66% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(8,21,47,.18) 0%, rgba(8,21,47,.66) 38%, rgba(8,21,47,.98) 68%, rgba(8,21,47,1) 100%); }
  .hero-content { padding-top: 300px; padding-bottom: 38px; }
  .hero-copy { width: 100%; }
  .hero h1 { max-width: 650px; font-size: clamp(48px, 12vw, 70px); }
  .hero-intro { font-size: 19px; }
  .district-picker { padding: 20px; }
  .picker-controls { grid-template-columns: 1fr; }
  .picker-controls button { width: 100%; }
  .intro-grid { grid-template-columns: 1fr; gap: 15px; padding-block: 28px; }
  .intro-grid p:last-child { font-size: 18px; }
  .programs { padding: 82px 0 90px; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-card { min-height: 410px; padding: 28px; }
  .care-grid, .contacts-layout { grid-template-columns: 1fr; gap: 38px; }
  .contacts { padding: 84px 0; }
  .contacts-copy { position: static; }
  .contact-row { grid-template-columns: 1fr auto; }
  .contact-site { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 560px) {
  .page-shell { width: calc(100% - 30px); }
  .brand img { height: 38px; max-width: 235px; }
  .hero-photo { background-position: 64% top; background-size: auto 360px; background-color: var(--navy-deep); }
  .hero-content { padding-top: 305px; }
  .eyebrow, .section-kicker { font-size: 12px; line-height: 1.4; }
  .hero h1 { margin-top: 18px; font-size: 46px; line-height: .98; }
  .hero-intro { margin-top: 20px; font-size: 17px; }
  .district-picker { margin-top: 28px; border-radius: 16px; }
  .picker-controls select, .picker-controls button { height: 54px; }
  .section-heading h2, .care-callout h2, .contacts h2 { font-size: 38px; }
  .section-heading.centered { margin-bottom: 34px; }
  .section-heading > p:last-child { font-size: 17px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 360px; }
  .care-callout { padding: 66px 0; }
  .care-grid { gap: 28px; }
  .care-grid > div:last-child > p { font-size: 17px; }
  .contact-row { min-height: 100px; grid-template-columns: 1fr; gap: 5px; padding: 18px 8px; }
  .contact-phone, .contact-site { justify-self: start; }
  .repeat-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .district-repeat a { width: 100%; text-align: center; }
  footer { padding-top: 54px; }
  .footer-inner > img { width: 82%; }
  .footer-inner > p { width: 94%; }
  .footer-bottom { flex-wrap: wrap; }
}

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