@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

html,
body,
main,
header,
footer,
section,
article,
aside,
nav,
div,
p,
h1,
h2,
h3,
h4,
ol,
ul,
li,
blockquote {
  border: 0;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

:root {
  --ie-navy: #000066;
  --midnight: #151836;
  --sky: #47bfff;
  --coral: #f35d49;
  --ochre: #d8953d;
  --rose: #d9577d;
  --mint: #58a779;
  --paper: #f7f5f0;
  --ink: #171728;
  --line: #d8d6d1;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.mobile-bar,
.mobile-menu-shell {
  display: none;
}

.hero {
  min-height: min(790px, 92vh);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
  background: var(--ie-navy);
  color: var(--white);
  overflow: hidden;
}

.hero-copy {
  padding: 48px clamp(44px, 7vw, 118px) 76px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.brand-lockup {
  width: 100px;
  height: 88px;
  margin-bottom: clamp(56px, 8vh, 100px);
  overflow: visible;
}

.brand-lockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.hero-kicker {
  margin: 0 0 20px;
  color: var(--sky);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.6rem, 6.7vw, 7.2rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-transform: uppercase;
}

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

.hero-intro {
  max-width: 690px;
  margin: 32px 0 0;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

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

.hero-action {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.hero-action:hover {
  background: var(--white);
  color: var(--ie-navy);
}

.hero-action-secondary {
  border-color: var(--sky);
  background: var(--sky);
  color: var(--ie-navy);
}

.hero-action-secondary:hover {
  border-color: var(--white);
}

.hero-art {
  min-width: 0;
  position: relative;
  background: var(--coral);
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(21, 24, 54, 0.82) 100%);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  filter: saturate(0.92) contrast(1.03);
}

.hero-art p {
  position: absolute;
  z-index: 1;
  right: clamp(28px, 4vw, 70px);
  bottom: 50px;
  left: clamp(28px, 4vw, 70px);
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.8rem);
  font-weight: 800;
  line-height: 1.08;
}

.page-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  max-width: 1500px;
  margin: 0 auto;
}

.page-grid > aside {
  border-right: 1px solid var(--line);
}

.side-navigation {
  position: sticky;
  top: 0;
  min-height: 100vh;
  padding: 64px 36px 36px;
}

.nav-eyebrow,
.nav-note {
  margin: 0;
  color: #777582;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.side-navigation ol,
.mobile-navigation ol {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.side-navigation li {
  border-top: 1px solid var(--line);
}

.side-navigation li:last-child {
  border-bottom: 1px solid var(--line);
}

.side-navigation a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  padding: 13px 0;
  color: #656370;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, padding 180ms ease;
}

.side-navigation a span {
  color: #aaa8af;
  font-size: 0.62rem;
}

.side-navigation a:hover,
.side-navigation a.active {
  padding-left: 7px;
  color: var(--ie-navy);
}

.side-navigation a.active span {
  color: var(--coral);
}

.nav-note {
  margin-top: 28px;
}

.guide-content {
  min-width: 0;
}

.guide-section {
  padding: clamp(80px, 9vw, 150px) clamp(38px, 8vw, 136px);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 64px;
}

.guide-section h2 {
  max-width: 910px;
  margin: 26px 0 30px;
  color: var(--ie-navy);
  font-size: clamp(2.5rem, 5vw, 5.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.guide-section h3,
.guide-section h4,
.guide-section p {
  max-width: 850px;
}

.section-label {
  display: flex;
  gap: 13px;
  align-items: center;
  color: var(--coral);
}

.section-label span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 800;
}

.section-label p,
.card-kicker {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead {
  margin: 0 0 40px;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 500;
  line-height: 1.55;
}

.emergency-section {
  background: var(--coral);
  color: var(--midnight);
}

.emergency-section .section-label,
.emergency-section h2 {
  color: var(--midnight);
}

.emergency-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 46px 0 54px;
  border-top: 2px solid var(--midnight);
  border-bottom: 2px solid var(--midnight);
}

.emergency-numbers a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
  border-right: 1px solid rgba(21, 24, 54, 0.45);
  text-decoration: none;
}

.emergency-numbers a:last-child {
  border-right: 0;
}

.emergency-numbers span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.emergency-numbers strong {
  margin-top: 10px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1;
}

.action-list {
  max-width: 900px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: actions;
}

.action-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid rgba(21, 24, 54, 0.36);
  counter-increment: actions;
  font-size: 1.05rem;
}

.action-list li::before {
  content: "0" counter(actions);
  font-size: 0.72rem;
  font-weight: 800;
}

.action-list li > span {
  min-width: 0;
}

.accent-callout {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  max-width: 900px;
  margin-top: 42px;
  padding: 26px 0;
  border-top: 4px solid var(--midnight);
}

.accent-callout > span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.accent-callout p {
  margin: 0;
  font-weight: 600;
}

.contact-link {
  font-weight: 800;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
}

.location-card {
  min-height: 300px;
  padding: 34px;
  background: var(--sky);
}

.location-card.coral {
  background: var(--ochre);
}

.location-card h3 {
  margin: 40px 0 12px;
  color: var(--ie-navy);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
}

.location-card address {
  min-height: 70px;
  margin-bottom: 22px;
  font-style: normal;
}

.color-section {
  background: var(--ie-navy);
  color: var(--white);
}

.color-section .section-label,
.color-section h2 {
  color: var(--sky);
}

.helpline-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) 1.2fr;
  gap: clamp(30px, 7vw, 100px);
  max-width: 980px;
  align-items: center;
}

.big-number {
  display: flex;
  flex-direction: column;
}

.big-number span {
  color: var(--sky);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.big-number a {
  font-size: clamp(6rem, 13vw, 11rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.9;
  text-decoration: none;
}

.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.split-statements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 980px;
  margin-top: 64px;
}

.split-statements p {
  margin: 0;
  padding-top: 20px;
  border-top: 4px solid var(--sky);
  font-size: 1.1rem;
  font-weight: 700;
}

.policy-panel,
.counseling-panel {
  max-width: 980px;
  margin-top: 54px;
  padding: clamp(28px, 5vw, 56px);
  background: var(--sky);
}

.policy-panel h3,
.counseling-panel h3 {
  margin: 14px 0 24px;
  color: var(--ie-navy);
  font-size: clamp(1.35rem, 2.7vw, 2.4rem);
  line-height: 1.08;
}

.subsection {
  max-width: 980px;
  margin-top: 90px;
}

.subsection > h3 {
  margin: 0 0 20px;
  color: var(--ie-navy);
  font-size: clamp(1.8rem, 3.6vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.inline-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-bottom: 42px;
}

.campus-list {
  border-top: 1px solid var(--line);
}

.campus-list article,
.definition-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.campus-list article > span,
.definition-list article > span {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 800;
}

.campus-list h4,
.definition-list h3 {
  margin: 0 0 13px;
  color: var(--ie-navy);
  font-size: 1.25rem;
  font-weight: 800;
}

.campus-list p,
.definition-list p {
  margin: 5px 0;
}

.counseling-panel {
  background: #e1c8d2;
}

.counseling-panel .plain-list {
  margin-top: 28px;
}

.counseling-panel .plain-list li {
  border-color: rgba(21, 24, 54, 0.2);
}

.report-section {
  background: var(--ochre);
}

.report-section h2,
.report-section .section-label {
  color: var(--midnight);
}

.report-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.08fr) minmax(0, 0.9fr);
  gap: 1px;
  max-width: 1040px;
  background: rgba(21, 24, 54, 0.25);
  border: 1px solid rgba(21, 24, 54, 0.25);
}

.report-grid article {
  min-width: 0;
  padding: 28px;
  background: var(--ochre);
}

.report-grid h3 {
  min-height: 56px;
  margin: 0 0 22px;
  color: var(--midnight);
  font-size: 1.1rem;
  line-height: 1.2;
}

.report-grid p {
  overflow-wrap: anywhere;
}

.report-grid .contact-link {
  display: inline-block;
  max-width: 100%;
  font-size: 0.86rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.report-grid a[href^="tel:"] {
  white-space: nowrap;
}

.remember-section {
  background: var(--sky);
}

.remember-section h2,
.remember-section .section-label {
  color: var(--ie-navy);
}

.remember-section ul {
  max-width: 960px;
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}

.remember-section li {
  padding: 28px 0;
  border-top: 2px solid var(--ie-navy);
  font-size: clamp(1.25rem, 2.4vw, 2.2rem);
  font-weight: 600;
  line-height: 1.3;
}

.definition-list {
  max-width: 980px;
  margin-top: 50px;
}

.definition-list article {
  grid-template-columns: 70px 1fr;
  padding: 40px 0;
}

.definition-list h3 {
  font-size: clamp(1.35rem, 2.8vw, 2.4rem);
}

.definition-alert {
  margin-top: 24px !important;
  padding: 20px;
  border-left: 6px solid var(--coral);
  background: #eee5dc;
  font-weight: 700;
}

blockquote {
  max-width: 980px;
  margin: 80px 0 0;
  padding: 50px;
  background: var(--ie-navy);
  color: var(--white);
}

blockquote p {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.35;
}

blockquote p + p {
  margin-top: 28px;
  color: var(--sky);
}

.support-section {
  background: #e1c8d2;
}

.support-section h2,
.support-section .section-label {
  color: var(--ie-navy);
}

.support-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 102, 0.35);
  border-left: 1px solid rgba(0, 0, 102, 0.35);
}

.support-list p {
  margin: 0;
  padding: 34px;
  border-right: 1px solid rgba(0, 0, 102, 0.35);
  border-bottom: 1px solid rgba(0, 0, 102, 0.35);
  font-size: 1.05rem;
}

.prevent-section {
  background: var(--midnight);
  color: var(--white);
}

.prevent-section h2,
.prevent-section .section-label {
  color: var(--sky);
}

.prevention-list {
  max-width: 940px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: prevention;
}

.prevention-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  counter-increment: prevention;
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  font-weight: 600;
}

.prevention-list li::before {
  content: "0" counter(prevention);
  color: var(--sky);
  font-size: 0.68rem;
  font-weight: 800;
}

footer {
  display: grid;
  grid-template-columns: minmax(330px, 0.75fr) 1.25fr;
  min-height: 360px;
  background: var(--ie-navy);
  color: var(--white);
}

.footer-copy {
  display: flex;
  align-items: center;
  padding: 64px clamp(32px, 6vw, 90px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-actions {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer-actions p {
  max-width: 390px;
  margin: 0;
  color: var(--sky);
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  font-weight: 700;
  line-height: 1.25;
}

.footer-guide-link {
  display: inline-flex;
  width: 100%;
  max-width: 390px;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border: 1px solid var(--sky);
  background: var(--sky);
  color: var(--ie-navy);
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease;
}

.footer-guide-link:hover {
  border-color: var(--white);
  background: var(--white);
}

.back-to-top {
  margin-top: 12px;
  color: var(--white);
}

.footer-copy > p {
  color: var(--sky);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.footer-copy h2 {
  max-width: 500px;
  margin: 28px 0 42px;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  line-height: 1.05;
}

.footer-copy a {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logos {
  display: grid;
  padding: 64px 5vw;
  place-items: center;
}

.footer-logos img {
  width: 100%;
  max-width: 900px;
  height: auto;
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    font-size: 15px;
  }

  .mobile-bar {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 66px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: var(--ie-navy);
    color: var(--white);
  }

  .mobile-brand {
    display: flex;
    gap: 13px;
    align-items: center;
    text-decoration: none;
  }

  .mobile-brand > img {
    width: 35px;
    height: 31px;
    flex: 0 0 auto;
    object-fit: contain;
  }

  .mobile-brand small {
    overflow: hidden;
    max-width: 34vw;
    color: var(--sky);
    font-size: 0.62rem;
    font-weight: 700;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-menu-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border: 0;
    background: none;
    color: var(--white);
    font: inherit;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .menu-lines {
    display: flex;
    width: 18px;
    flex-direction: column;
    gap: 5px;
  }

  .menu-lines i {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
  }

  .mobile-menu-shell {
    position: fixed;
    z-index: 20;
    top: 66px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow-y: auto;
    background: var(--paper);
  }

  .mobile-navigation {
    padding: 18px 20px 48px;
  }

  .mobile-navigation ol {
    margin: 0;
  }

  .mobile-navigation li {
    border-bottom: 1px solid var(--line);
  }

  .mobile-navigation a {
    display: grid;
    grid-template-columns: 40px 1fr;
    padding: 15px 5px;
    color: var(--ie-navy);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-navigation a span {
    color: var(--coral);
    font-size: 0.68rem;
  }

  .mobile-navigation a.active {
    background: #ebe6dc;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 66px;
  }

  .hero-copy {
    min-height: 590px;
    padding: 38px 22px 58px;
  }

  .brand-lockup {
    width: 84px;
    height: 74px;
    margin-bottom: 64px;
  }

  .brand-lockup img {
    width: 100%;
    height: 100%;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.05rem, 14.2vw, 4.8rem);
    letter-spacing: -0.072em;
  }

  .hero-intro {
    font-size: 0.7rem;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    margin-top: 38px;
  }

  .hero-action {
    width: 100%;
    justify-content: space-between;
  }

  .hero-art {
    height: 360px;
  }

  .hero-art p {
    bottom: 28px;
    font-size: 1.55rem;
  }

  .page-grid {
    display: block;
  }

  .page-grid > aside {
    display: none;
  }

  .guide-section {
    padding: 76px 20px 88px;
    scroll-margin-top: 66px;
  }

  .guide-section h2 {
    margin-top: 22px;
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .lead {
    margin-bottom: 30px;
    font-size: 1.08rem;
  }

  .emergency-numbers {
    grid-template-columns: 1fr;
    margin: 32px 0 38px;
  }

  .emergency-numbers a {
    min-height: 90px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 18px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(21, 24, 54, 0.45);
  }

  .emergency-numbers a:last-child {
    border-bottom: 0;
  }

  .emergency-numbers strong {
    margin: 0;
    font-size: 2.8rem;
  }

  .action-list li {
    grid-template-columns: 34px 1fr;
    font-size: 0.96rem;
  }

  .accent-callout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .location-grid,
  .helpline-layout,
  .split-statements,
  .report-grid,
  .support-list,
  footer {
    grid-template-columns: 1fr;
  }

  .location-card {
    min-height: 255px;
    padding: 27px;
  }

  .location-card h3 {
    margin-top: 32px;
  }

  .location-card address {
    min-height: auto;
  }

  .helpline-layout {
    gap: 32px;
  }

  .big-number a {
    font-size: 8rem;
  }

  .split-statements {
    margin-top: 45px;
  }

  .policy-panel,
  .counseling-panel {
    margin-right: -20px;
    margin-left: -20px;
    padding: 34px 20px;
  }

  .subsection {
    margin-top: 68px;
  }

  .inline-contacts {
    flex-direction: column;
  }

  .campus-list article,
  .definition-list article {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .report-grid {
    border-bottom: 0;
  }

  .report-grid article {
    border-bottom: 1px solid rgba(21, 24, 54, 0.25);
  }

  .report-grid h3 {
    min-height: 0;
  }

  .report-grid .contact-link {
    font-size: 0.96rem;
  }

  .remember-section li {
    font-size: 1.25rem;
  }

  blockquote {
    margin: 60px -20px 0;
    padding: 42px 20px;
  }

  .support-list {
    border-left: 0;
  }

  .support-list p {
    padding: 28px 0;
    border-right: 0;
  }

  footer {
    min-height: 0;
  }

  .footer-copy {
    padding: 54px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer-logos {
    min-height: 190px;
    padding: 36px 14px;
    overflow: visible;
  }

  .footer-logos img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
