.public-site {
  --brand-navy: #06173d;
  --brand-blue: #1648a8;
  --brand-blue-bright: #2364d7;
  --brand-gold: #f4bd2f;
  --brand-gold-light: #ffd96a;
  --brand-red: #b51f2a;
  --brand-ink: #101a32;
  --brand-muted: #58647b;
  --brand-paper: #f3f6fb;
  --brand-line: #d9e0ec;
  margin: 0;
  overflow-x: hidden;
  background: var(--brand-paper);
  color: var(--brand-ink);
}

.public-site h1,
.public-site h2,
.public-site h3,
.public-site p { margin-top: 0; }

.public-site h1,
.public-site h2,
.public-site h3,
.public-site .brand-lockup strong,
.public-site .package-price,
.public-site .form-heading span { font-family: "Barlow Condensed", Impact, sans-serif; letter-spacing: 0; }

.public-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 8px max(24px, calc((100vw - 1380px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(6, 23, 61, .97);
  box-shadow: 0 8px 30px rgba(2, 10, 29, .16);
  backdrop-filter: blur(16px);
}

.brand-lockup { min-width: 264px; display: flex; align-items: center; gap: 13px; color: white; text-decoration: none; }
.brand-lockup img { width: 72px; height: 60px; display: block; object-fit: contain; }
.brand-lockup span { display: grid; line-height: 1; }
.brand-lockup strong { font-size: 1.45rem; font-weight: 800; }
.brand-lockup small { margin-top: 6px; color: var(--brand-gold); font-size: .68rem; font-weight: 800; text-transform: uppercase; }

.public-nav { display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.public-nav > a { color: rgba(255, 255, 255, .78); font-size: .83rem; font-weight: 750; text-decoration: none; }
.public-nav > a:hover { color: white; }
.public-nav .nav-action { color: var(--brand-navy); }

.public-login { min-height: 42px; margin-left: auto; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 5px; color: white; font-size: .78rem; font-weight: 800; text-decoration: none; }
.public-login:hover { border-color: var(--brand-gold); color: var(--brand-gold); }

.menu-button { width: 46px; height: 46px; display: none; place-items: center; padding: 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 5px; }
.menu-button span { width: 22px; height: 2px; display: block; margin: 4px auto; background: white; }

.public-site .button { min-height: 50px; padding: 0 22px; border-radius: 5px; font-weight: 800; }
.public-site .button:hover { transform: translateY(-2px); }
.public-site .button-gold { background: var(--brand-gold); color: var(--brand-navy) !important; box-shadow: 0 12px 28px rgba(244, 189, 47, .2); }
.public-site .button-gold:hover { background: var(--brand-gold-light); }
.public-site .button-navy { background: var(--brand-navy); color: white; }
.public-site .button-outline { border-color: rgba(255, 255, 255, .56); background: rgba(6,23,61,.36); color: white; }
.public-site .button-outline:hover { border-color: white; background: rgba(6,23,61,.62); }
.public-site .nav-action { min-height: 42px; padding-inline: 17px; }

.announcement { position: relative; z-index: 20; padding: 12px 5vw; background: var(--brand-gold); color: var(--brand-navy); text-align: center; }
.announcement strong { margin-right: 9px; }
.announcement a { margin-left: 14px; font-weight: 800; }

.public-site .hero {
  isolation: isolate;
  position: relative;
  height: 700px;
  min-height: 0;
  display: grid;
  align-content: center;
  padding: 58px max(24px, calc((100vw - 1380px) / 2)) 118px;
  overflow: hidden;
  background-color: var(--brand-navy);
  background-image: url("/assets/hero-driving-training.jpg");
  background-position: center;
  background-size: cover;
}

.hero-shade { position: absolute; z-index: -1; inset: 0; background: rgba(4, 17, 48, .58); }
.hero-copy { width: min(660px, 58%); }
.hero-logo { width: 140px; height: 104px; margin-bottom: 12px; display: block; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(0,0,0,.35)); }
.public-site .kicker { margin-bottom: 14px; color: var(--brand-gold); font-size: .74rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.public-site .hero h1 { max-width: 660px; margin-bottom: 18px; color: white; font-size: 4.35rem; font-weight: 800; line-height: .94; }
.hero-lead { max-width: 590px; margin-bottom: 22px; color: rgba(255,255,255,.82); font-size: 1rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; align-items: center; gap: 10px; margin: 15px 0 0; color: rgba(255,255,255,.78); font-size: .82rem; font-weight: 700; }
.hero-trust > span:first-child { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-gold); color: var(--brand-navy); }

.hero-facts {
  position: absolute;
  right: max(24px, calc((100vw - 1380px) / 2));
  bottom: 14px;
  left: max(24px, calc((100vw - 1380px) / 2));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.25);
  background: rgba(4, 17, 48, .76);
}
.hero-facts div { min-height: 78px; display: grid; align-content: center; padding: 14px 24px; border-right: 1px solid rgba(255,255,255,.15); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong { color: white; font-size: .85rem; }
.hero-facts span { margin-top: 3px; color: rgba(255,255,255,.56); font-size: .72rem; }

.next-step-band { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 max(24px, calc((100vw - 1380px) / 2)); background: var(--brand-gold); color: var(--brand-navy); }
.next-step-band p { min-height: 88px; margin: 0; display: flex; align-items: center; gap: 9px; padding: 18px 24px; border-right: 1px solid rgba(6,23,61,.18); font-size: .82rem; }
.next-step-band p:first-child { border-left: 1px solid rgba(6,23,61,.18); }
.next-step-band span { font: 800 1.3rem/1 "Barlow Condensed", sans-serif; opacity: .52; }
.next-step-band strong { font-size: .86rem; }

.public-site .section { padding: 100px max(24px, calc((100vw - 1380px) / 2)); }
.section-heading { max-width: 1380px; margin: 0 auto 46px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); align-items: end; gap: 70px; }
.section-heading h2,
.class-dates h2,
.about h2,
.learning h2,
.faq h2,
.contact h2 { margin-bottom: 0; color: var(--brand-navy); font-size: 4rem; font-weight: 800; line-height: .98; }
.section-heading > p { margin: 0; color: var(--brand-muted); line-height: 1.75; }

.programs { background: #edf2f9; }
.package-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.package-card { position: relative; min-height: 560px; display: flex; flex-direction: column; padding: 42px; border: 1px solid #d7dfec; border-top: 6px solid var(--brand-blue); border-radius: 6px; background: white; box-shadow: 0 22px 56px rgba(6,23,61,.07); }
.package-card.featured { border-top-color: var(--brand-gold); background: var(--brand-navy); color: white; }
.package-top { margin-bottom: 28px; display: flex; align-items: center; justify-content: space-between; }
.package-top span { padding: 6px 9px; border-radius: 3px; background: #e8eef8; color: var(--brand-blue); font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.featured .package-top span { background: var(--brand-gold); color: var(--brand-navy); }
.package-top b { color: rgba(22,72,168,.17); font: 800 2rem/1 "Barlow Condensed", sans-serif; }
.featured .package-top b { color: rgba(255,255,255,.15); }
.package-card h3 { margin-bottom: 8px; color: var(--brand-navy); font-size: 2.8rem; line-height: 1; }
.package-card.featured h3 { color: white; }
.package-price { min-height: 48px; margin-bottom: 18px; color: var(--brand-blue); font-size: 2.9rem; font-weight: 800; }
.featured .package-price { color: var(--brand-gold); }
.package-description { max-width: 560px; color: var(--brand-muted); line-height: 1.7; }
.featured .package-description { color: rgba(255,255,255,.68); }
.package-card ul { margin: 22px 0 32px; padding: 22px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 22px; border-top: 1px solid rgba(6,23,61,.13); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.13); }
.package-card li { position: relative; padding-left: 21px; font-size: .84rem; }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--brand-gold); font-weight: 900; }
.package-card .button { align-self: flex-start; margin-top: auto; }

.existing-student-note { max-width: 1380px; margin: 22px auto 0; display: grid; grid-template-columns: .55fr 1.15fr auto; align-items: center; gap: 36px; padding: 28px 32px; border-left: 5px solid var(--brand-red); background: white; }
.existing-student-note h3 { margin: 0; color: var(--brand-navy); font-size: 1.8rem; }
.existing-student-note .kicker { margin-bottom: 5px; color: var(--brand-red); }
.existing-student-note > p { margin: 0; color: var(--brand-muted); font-size: .86rem; line-height: 1.65; }
.existing-student-note > a { color: var(--brand-blue); font-size: .83rem; font-weight: 850; text-decoration: none; white-space: nowrap; }

.class-dates { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; background: var(--brand-navy); color: white; }
.class-dates h2 { color: white; }
.class-date-copy > p:not(.kicker) { max-width: 550px; margin: 22px 0 26px; color: rgba(255,255,255,.68); line-height: 1.75; }
.location-line { margin-bottom: 28px; padding-left: 16px; display: grid; border-left: 3px solid var(--brand-gold); }
.location-line span { color: var(--brand-gold); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.location-line strong { margin-top: 4px; font-size: .88rem; }
.date-panel { padding: 36px 40px; border: 1px solid rgba(255,255,255,.15); border-radius: 6px; background: #0c2b68; box-shadow: 0 30px 70px rgba(0,0,0,.16); }
.date-panel-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.14); }
.date-panel-head span { font-weight: 850; }
.date-panel-head small { color: rgba(255,255,255,.54); }
.session-dates { display: grid; margin: 7px 0; }
.session-dates article { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.session-dates span { color: white; font: 700 1.45rem/1 "Barlow Condensed", sans-serif; }
.session-dates small { max-width: 260px; color: var(--brand-gold); text-align: right; }
.date-panel > p { margin: 17px 0 0; color: rgba(255,255,255,.52); font-size: .76rem; }

.about { padding-bottom: 0 !important; background: white; }
.about-academy { max-width: 1380px; margin: 0 auto 80px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-copy { padding-top: 12px; column-count: 2; column-gap: 36px; }
.about-copy p { break-inside: avoid; color: var(--brand-muted); line-height: 1.8; }
.instructor-profile { width: 100vw; margin: 0 0 0 calc(50% - 50vw); display: grid; grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr); gap: 70px; align-items: center; padding: 68px max(24px, calc((100vw - 1380px) / 2)); background: var(--brand-blue); color: white; }
.instructor-monogram { min-height: 330px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); background: var(--brand-navy); box-shadow: inset 0 -8px 0 var(--brand-gold); }
.instructor-monogram span { color: var(--brand-gold); font: 800 8rem/1 "Barlow Condensed", sans-serif; }
.instructor-profile h2 { color: white; }
.instructor-role { margin: 10px 0 20px; color: var(--brand-gold); font-size: .85rem; font-weight: 800; }
.instructor-profile > div:last-child > p:not(.kicker):not(.instructor-role) { max-width: 700px; color: rgba(255,255,255,.75); line-height: 1.75; }
.instructor-points { margin: 26px 0 0; padding: 20px 0 0; display: flex; flex-wrap: wrap; gap: 12px 28px; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.instructor-points li { position: relative; padding-left: 18px; font-size: .8rem; font-weight: 750; }
.instructor-points li::before { content: ""; position: absolute; top: .52em; left: 0; width: 7px; height: 7px; background: var(--brand-gold); }

.learning { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; background: #e8eef7; }
.learning-intro > p:last-child { margin-top: 22px; color: var(--brand-muted); line-height: 1.75; }
.skill-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.skill-list span { min-height: 62px; display: flex; align-items: center; padding: 0 16px 0 28px; border-bottom: 1px solid rgba(6,23,61,.14); color: var(--brand-navy); font-weight: 750; }
.skill-list span::before { content: ""; width: 7px; height: 7px; margin-right: 13px; background: var(--brand-gold); }

.faq { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; background: white; }
.faq-heading { position: sticky; top: 110px; align-self: start; }
.faq-list { border-top: 1px solid var(--brand-line); }
.faq-list details { border-bottom: 1px solid var(--brand-line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--brand-navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--brand-blue); font: 700 1.5rem/1 "Barlow Condensed", sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -4px 0 24px; color: var(--brand-muted); line-height: 1.75; }

.contact { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; background: #091f4c; color: white; }
.contact h2 { color: white; }
.contact-copy > p:not(.kicker) { margin: 22px 0 34px; color: rgba(255,255,255,.67); line-height: 1.75; }
.contact dl { margin: 0; display: grid; gap: 17px; }
.contact dl div { display: grid; grid-template-columns: 105px 1fr; gap: 16px; }
.contact dt { color: var(--brand-gold); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact dd { margin: 0; overflow-wrap: anywhere; }
.contact dd a { color: white; text-decoration: none; }
.enrollment-form { display: grid; gap: 16px; padding: 40px; border-radius: 6px; background: white; color: var(--brand-ink); box-shadow: 0 28px 74px rgba(0,0,0,.22); }
.form-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 7px; }
.form-heading span { color: var(--brand-navy); font-size: 1.8rem; font-weight: 800; }
.form-heading small { max-width: 260px; color: var(--brand-muted); text-align: right; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.enrollment-form label { display: grid; gap: 7px; color: var(--brand-navy); font-size: .76rem; font-weight: 800; }
.enrollment-form input,
.enrollment-form select,
.enrollment-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #c8d2e1; border-radius: 4px; background: #fbfcff; color: var(--brand-ink); outline: none; }
.enrollment-form input:focus,
.enrollment-form select:focus,
.enrollment-form textarea:focus { border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(22,72,168,.12); }
.date-selector { display: grid; gap: 7px; padding: 14px; border: 1px solid #d8e0ec; background: #f4f7fb; }
.date-selector > small { color: var(--brand-muted); font-size: .68rem; line-height: 1.5; }
.form-status { min-height: 22px; margin: 0; color: var(--brand-blue); font-size: .8rem; font-weight: 750; }

.public-footer { min-height: 230px; padding: 46px max(24px, calc((100vw - 1380px) / 2)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 46px; border-top: 1px solid rgba(255,255,255,.1); background: #030e27; color: rgba(255,255,255,.56); font-size: .77rem; }
.footer-brand { display: flex; align-items: center; gap: 13px; color: white; }
.footer-brand img { width: 84px; height: 68px; object-fit: contain; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; }
.footer-brand span { color: var(--brand-gold); font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.public-footer nav, .footer-contact { display: grid; gap: 7px; }
.public-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.public-footer a:hover { color: white; }
.footer-legal { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 1100px) {
  .public-nav { gap: 18px; }
  .public-nav > a:not(.nav-action) { display: none; }
  .public-site .hero h1 { font-size: 3.9rem; }
  .hero-copy { width: min(700px, 72%); }
  .section-heading h2, .class-dates h2, .about h2, .learning h2, .faq h2, .contact h2 { font-size: 3.4rem; }
  .existing-student-note { grid-template-columns: 1fr 1.4fr; }
  .existing-student-note > a { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .public-header { min-height: 70px; gap: 10px; padding-inline: 18px; }
  .brand-lockup { min-width: 0; }
  .brand-lockup img { width: 60px; height: 50px; }
  .brand-lockup strong { font-size: 1.2rem; }
  .public-nav { position: absolute; inset: 70px 0 auto; display: none; align-items: stretch; gap: 0; padding: 10px 18px 20px; background: var(--brand-navy); box-shadow: 0 24px 35px rgba(0,0,0,.26); }
  .public-nav.open { display: grid; }
  .public-nav > a:not(.nav-action) { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
  .public-nav .nav-action { margin-top: 12px; }
  .menu-button { display: grid; }
  .public-login { margin-left: auto; padding-inline: 12px; }
  .public-site .hero { height: auto; min-height: 690px; padding: 44px 24px 116px; background-position: 58% center; }
  .hero-shade { background: rgba(4,17,48,.68); }
  .hero-copy { width: min(620px, 88%); }
  .hero-logo { width: 150px; height: 112px; }
  .public-site .hero h1 { font-size: 4rem; }
  .hero-facts { right: 24px; left: 24px; }
  .hero-facts div { padding-inline: 15px; }
  .next-step-band { grid-template-columns: 1fr; }
  .next-step-band p, .next-step-band p:first-child { min-height: 68px; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(6,23,61,.16); }
  .section-heading, .class-dates, .about-academy, .learning, .faq, .contact { grid-template-columns: 1fr; gap: 40px; }
  .package-grid { grid-template-columns: 1fr; }
  .about-copy { column-count: 1; }
  .instructor-profile { grid-template-columns: .7fr 1.3fr; gap: 36px; }
  .instructor-monogram { min-height: 280px; }
  .instructor-monogram span { font-size: 6rem; }
  .faq-heading { position: static; }
  .public-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .brand-lockup span { display: grid; }
  .brand-lockup strong { font-size: 1rem; }
  .brand-lockup small { font-size: .55rem; }
  .public-login { min-height: 40px; padding-inline: 10px; font-size: .72rem; }
  .public-site .hero { min-height: 720px; padding: 32px 22px 176px; background-position: 62% center; }
  .hero-shade { background: rgba(4,17,48,.72); }
  .hero-copy { width: 100%; }
  .hero-logo { width: 126px; height: 94px; margin-bottom: 14px; }
  .public-site .hero h1 { font-size: 3.25rem; line-height: .96; }
  .hero-lead { font-size: .94rem; line-height: 1.62; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-trust { margin-top: 16px; }
  .hero-facts { right: 0; bottom: 0; left: 0; grid-template-columns: 1fr; border-top-color: rgba(255,255,255,.2); }
  .hero-facts div { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero-facts span { margin: 0; text-align: right; }
  .public-site .section { padding: 74px 20px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .class-dates h2, .about h2, .learning h2, .faq h2, .contact h2 { font-size: 2.75rem; }
  .package-card { min-height: auto; padding: 30px 24px; }
  .package-card h3 { font-size: 2.35rem; }
  .package-card ul, .skill-list { grid-template-columns: 1fr; }
  .package-card .button { width: 100%; }
  .existing-student-note { grid-template-columns: 1fr; gap: 15px; padding: 24px 20px; }
  .existing-student-note > a { grid-column: auto; white-space: normal; }
  .date-panel { padding: 24px 20px; }
  .date-panel-head, .session-dates article, .form-heading { align-items: flex-start; flex-direction: column; }
  .session-dates article { padding-block: 16px; }
  .session-dates small { max-width: none; text-align: left; }
  .about { padding-bottom: 0 !important; }
  .about-academy { margin-bottom: 58px; }
  .instructor-profile { width: 100vw; margin: 0 0 0 -20px; grid-template-columns: 1fr; padding: 50px 20px; }
  .instructor-monogram { min-height: 180px; }
  .instructor-monogram span { font-size: 5rem; }
  .instructor-points { display: grid; }
  .field-row { grid-template-columns: 1fr; }
  .contact dl div { grid-template-columns: 1fr; gap: 3px; }
  .enrollment-form { padding: 28px 20px; }
  .form-heading small { text-align: left; }
  .public-footer { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand { grid-column: auto; }
}

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