:root {
  --navy: #082f63;
  --teal: #0b8d8a;
  --deep-teal: #086c70;
  --mint: #dff6ed;
  --mint2: #eefaf5;
  --gold: #e1a415;
  --yellow: #ffd75b;
  --ink: #17334f;
  --cream: #fffaf0;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(8, 47, 99, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, #fbfffd 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}


/* HEADER */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(8, 47, 99, 0.08);
}

.brand img {
  width: 180px;
  height: 74px;
  object-fit: contain;
  object-position: left center;
}

.nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-weight: 700;
}

.nav a {
  text-decoration: none;
}

.menu-button {
  display: none;
  border: 0;
  background: none;
  font-weight: 800;
  color: var(--navy);
}


/* BUTTONS */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 20px rgba(8, 47, 99, 0.14);
}

.button:hover {
  transform: translateY(-1px);
}

.button.small {
  padding: 10px 16px;
}

.button.ghost {
  background: white;
  color: var(--navy);
  border: 2px solid var(--navy);
  box-shadow: none;
}


/* HERO */

.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  padding: 70px clamp(24px, 7vw, 110px) 84px;
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(223, 246, 237, 0.95),
      transparent 32%
    ),
    linear-gradient(135deg, #ffffff 0%, #f8fffc 58%, #e7f8f1 100%);
  overflow: hidden;
}

.eyebrow {
  color: var(--deep-teal);
  font-weight: 900;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
}

.hero h1 {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: clamp(3.1rem, 6.4vw, 6.4rem);
  line-height: 0.96;
  margin: 0.18em 0;
}

.hero h1 span {
  color: var(--teal);
}

.lede {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.55;
  max-width: 760px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.micro {
  font-size: 0.92rem;
  opacity: 0.72;
}

.hero-art {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.road-card {
  width: min(580px, 100%);
  min-height: 520px;
  aspect-ratio: auto;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--shadow);
  border: 10px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 42px 24px 28px;
}

.road {
  display: none;
}

.road::after {
  display: none;
}

.sign {
  position: static;
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 900;
  font-size: 0.90rem;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
}

.sign1 {
  color: var(--teal);
  margin-bottom: 10px;
}

.sign2 {
  color: var(--gold);
  margin-bottom: 10px;
}

.sign3 {
  color: var(--navy);
  margin-bottom: 28px;
}

.car {
  position: relative;
  left: auto;
  bottom: auto;
  width: 88%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.15));
}


/* MAIN STATEMENT */

.statement {
  text-align: center;
  padding: 64px 20px;
  background: var(--navy);
  color: white;
}

.statement p {
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.statement h2 {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.15;
  margin: 0.25em auto;
  max-width: 1000px;
}

.statement em {
  color: var(--mint);
  font-style: normal;
}


/* GENERAL SECTIONS */

.section {
  padding: 88px clamp(24px, 7vw, 110px);
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading h2,
.schools h2,
.contact h2,
.voice h2 {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.06;
  margin: 0.2em 0;
}

.section-heading p:not(.eyebrow) {
  font-size: 1.12rem;
  line-height: 1.6;
}


/* GUIDE COLLECTION */

.product-grid {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.product-card {
  width: 100%;
  display: block;
  padding: 38px;
  border-radius: 30px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(8, 47, 99, 0.08);
}

.product-card.student {
  background: linear-gradient(135deg, #e5f7f1, #fff);
}

.product-card.parent {
  background: linear-gradient(135deg, #fff8e6, #fdf8f5);
}

.product-copy {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.tag {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: var(--teal);
}

.product-copy h3 {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin: 0.15em 0;
}

.product-copy p {
  font-size: 1.06rem;
  line-height: 1.62;
}

.feature {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.7);
  border-left: 5px solid var(--gold);
  border-radius: 10px;
}

.guide-preview {
  width: 100%;
  margin: 28px auto;
  text-align: center;
}

.guide-preview img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(8, 47, 99, 0.12);
}

.product-card .button {
  margin-left: auto;
  margin-right: auto;
}


/* WHY GEN X GUIDES */

.why {
  background: var(--mint2);
}

.why-intro {
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 760px;
  margin: 18px auto 0;
  text-align: center;
  color: #17334f;
  font-weight: 400;
}

.why-tag {
  color: var(--teal);
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pillars article {
  background: white;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 10px 26px rgba(8, 47, 99, 0.07);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
}

.pillars h3 {
  color: var(--navy);
  font-size: 1.25rem;
}

.pillars p {
  line-height: 1.6;
}


/* SCHOOLS */

.schools {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 54px;
  background: linear-gradient(140deg, #fff 0%, #f4fbf8 100%);
}

.schools-copy > p {
  font-size: 1.08rem;
  line-height: 1.65;
}

.equity {
  margin: 30px 0;
  padding: 24px;
  background: var(--mint);
  border-radius: 18px;
  border: 1px solid rgba(11, 141, 138, 0.25);
}

.equity h3 {
  margin-top: 0;
  color: var(--navy);
}

.school-tagline {
  font-family: Georgia, serif;
  font-size: 1.4rem !important;
  color: var(--deep-teal);
  font-style: italic;
}

.schools-panel {
  background: var(--navy);
  color: white;
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.schools-panel h3 {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  margin-top: 0;
  color: var(--yellow);
}

.schools-panel ul {
  padding-left: 1.2em;
  line-height: 2;
}

.license-box {
  margin-top: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: grid;
  gap: 8px;
}


/* GEN X VOICE */

.voice {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: start;
  background: var(--cream);
}

.quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

blockquote {
  margin: 0;
  padding: 25px;
  border-radius: 18px;
  background: white;
  border-left: 5px solid var(--gold);
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(8, 47, 99, 0.06);
}


/* CONTACT */

.contact {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 50px;
  align-items: center;
}

.contact-art {
  max-height: 440px;
  justify-self: center;
}

.contact p {
  font-size: 1.08rem;
  line-height: 1.6;
}

.email {
  display: inline-block;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--teal);
  text-decoration: none;
  margin: 12px 0;
}

.social-links {
  margin-top: 22px;
  line-height: 1.8;
}

.social-links p {
  margin: 4px 0;
}

.social-links p strong {
  color: var(--teal) !important;
}

.social-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 6px 0;
}

.social-platforms a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.social-platforms a:hover {
  text-decoration: underline;
}

.social-handle {
  color: var(--navy);
  font-weight: 800;
  margin-top: 6px;
}


/* FOOTER */

footer {
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  border-top: 1px solid rgba(8, 47, 99, 0.1);
}

footer img {
  width: 180px;
  height: 80px;
  object-fit: contain;
  margin: auto;
}

footer p {
  margin: 8px;
  color: var(--navy);
}


/* TABLET */

@media (max-width: 900px) {

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: white;
    padding: 22px;
    flex-direction: column;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .menu-button {
    display: block;
  }

  .hero,
  .schools,
  .voice,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-art {
    min-height: 390px;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

}


/* PHONE */

@media (max-width: 620px) {

  .quotes {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 20px;
  }

  .site-header {
    padding: 10px 18px;
  }

  .brand img {
    width: 140px;
    height: 58px;
  }

  .why-intro {
    font-size: 0.95rem;
    line-height: 1.5;
    max-width: 90%;
  }


  /* PHONE HERO IMAGE */

  .hero-art {
    min-height: auto;
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }

  .road-card {
    width: 94%;
    min-height: 430px;
    padding: 28px 12px 20px;
    border-radius: 28px;
  }

  .sign {
    font-size: 0.72rem;
    line-height: 1.1;
  }

  .sign1,
  .sign2 {
    margin-bottom: 8px;
  }

  .sign3 {
    margin-bottom: 22px;
  }

  .car {
    width: 88%;
    max-width: 430px;
  }


  /* GUIDE PREVIEWS ON PHONE */

  .product-card {
    padding: 24px 16px;
  }

  .guide-preview {
    margin: 20px auto;
  }

  .guide-preview img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
  }

}

/* INSTITUTIONAL ACCESS BOX */

.license-list {
  margin: 10px 0 0;
  padding-left: 20px;
}

.license-list li {
  margin-bottom: 6px;
  white-space: normal;
}

.license-box {
  background: var(--mint);
  color: var(--navy);
}

.license-box strong,
.license-box li {
  color: var(--navy);
}


/* CONTACT SECTION GOLD TEXT */

.contact .eyebrow {
  color: var(--gold);
}

.contact .email {
  color: var(--gold);
}


/* MOBILE WIDTH FIX */

html,
body {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 900px) {

  .hero,
  .schools,
  .voice,
  .contact {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .schools-copy,
  .schools-panel,
  .voice > div,
  .contact > div {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .schools-panel {
    overflow-wrap: break-word;
  }
}@media (max-width: 620px) {

  /* Keep words like "Memorable" from breaking in the middle */
  .voice h2 {
    font-size: 1.9rem;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  /* Tighten spacing in the LET'S TALK section */
  .contact .eyebrow {
    margin-bottom: 8px;
  }

  .contact h2 {
    margin-top: 6px;
    margin-bottom: 14px;
  }

  .contact p {
    margin-top: 8px;
  }

  /* Make email fit comfortably on phone */
  .contact .email {
    font-size: 1.25rem;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

}@media (max-width: 620px) {

  .contact {
    gap: 8px;
  }

  .contact .eyebrow {
    margin-bottom: 4px;
  }

  .contact h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .contact p {
    margin-top: 0;
  }

}@media (max-width: 620px) {

  /* Remove invisible heading that is creating the large blank space */
  .contact h2 {
    display: none;
  }

  /* Tighten LET'S TALK and paragraph spacing */
  .contact .eyebrow {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .contact p {
    margin-top: 0;
    margin-bottom: 12px;
  }

  /* Keep email address on one line */
  .contact .email {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    margin: 10px 0 14px;
  }.contact .hero-actions .button:first-child {
  background: var(--gold);
  color: var(--navy);
  border: 2px solid var(--gold);
  font-weight: 900;
}
