:root {
  --navy: #082d41;
  --deep-navy: #06182f;
  --paper: #eeeff2;
  --orange: #e13700;
  --body-color: #444;
  --heading-font: 'Reem Kufi', sans-serif;
  --body-font: 'Open Sans', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--body-color); font: 21px/36px var(--body-font); }
[hidden] { display: none !important; }
img, video { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: var(--navy); }
a:hover { color: var(--orange); }
a, button, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
h1, h2 { margin: 0 0 20px; color: #000; font: 700 35px/1.2 var(--heading-font); letter-spacing: 2px; text-transform: uppercase; overflow-wrap: break-word; }
p { margin: 0 0 20px; }
li { margin-bottom: 10px; }
.container { width: min(100%, 1250px); margin-inline: auto; padding-inline: 10px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: #fff; padding: 10px 20px; }
.skip-link:focus { top: 10px; }
.site-header { background: var(--navy); color: #fff; }
.header-inner { min-height: 87px; max-width: 1500px; margin: auto; padding: 10px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.brand { flex-shrink: 0; }
.brand img { width: 125px; height: 53px; object-fit: contain; }
.main-navigation ul, .site-footer ul { margin: 0; padding: 0; list-style: none; }
.main-navigation > ul { display: flex; align-items: center; gap: 20px; }
.main-navigation li { margin: 0; }
.main-navigation a { display: block; color: #fff; text-decoration: none; font: 500 16px/1.5 var(--heading-font); letter-spacing: 1.5px; }
.main-navigation a:hover, .main-navigation a[aria-current] { color: var(--orange); }
.nav-item { position: relative; }
.nav-label { display: flex; align-items: center; gap: 4px; }
.submenu-control { display: grid; flex: 0 0 26px; min-height: 44px; }
.submenu-toggle { display: grid; place-items: center; flex-shrink: 0; min-width: 26px; min-height: 44px; padding: 0; border: 0; background: transparent; color: #fff; }
.submenu-toggle span { display: block; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.nav-item:hover > .nav-label > a, .nav-item:hover > .nav-label .submenu-toggle,
.nav-label:focus-within > a, .nav-label:focus-within .submenu-toggle,
.submenu-toggle[aria-expanded='true'] { color: var(--orange); }
.submenu { background: #fff; padding: 10px !important; }
.main-navigation.enhanced .submenu { position: absolute; z-index: 10; top: 100%; left: 0; width: 285px; box-shadow: 0 5px 12px #0002; }
.submenu a { padding: 12px; color: var(--navy); }
.menu-toggle { display: none; }
.home-hero { background: url('/wp-content/uploads/2023/06/iStock-1164668604.jpg') left center/cover no-repeat; }
.hero-inner { min-height: 732px; max-width: 1500px; margin: auto; display: flex; align-items: center; padding: 40px 4.7%; }
.hero-card { width: 414px; padding: 20px; background: #ffffffbd; color: var(--navy); }
.hero-card h1 { color: var(--navy); margin-bottom: 20px; }
.hero-card .prose { margin-bottom: 30px; }
.hero-card .button { background: #fff; color: var(--navy); margin-top: 0; }
.page-hero { min-height: max(360px, 50vh); display: flex; align-items: center; text-align: center; padding: 65px 0; background: url('/wp-content/uploads/2023/06/iStock-1436889691.jpg') center bottom/cover no-repeat; }
.page-hero h1 { font-size: 80px; color: #fff; line-height: 1.2; letter-spacing: 0; margin: 0; text-shadow: 0 5px 10px #0005; }
.button { display: inline-block; max-width: 100%; margin-top: 10px; border: 1px solid var(--navy); padding: 10px 25px; color: #fff; background: var(--navy); font: 500 14px/1.2 var(--heading-font); text-transform: uppercase; letter-spacing: 1px; text-decoration: none; text-align: center; transition: color .18s, background .18s; }
.button:hover { color: var(--navy); background: #fff; }
.prose { text-align: justify; overflow-wrap: break-word; }
.prose a { font-family: var(--heading-font); font-weight: 700; }
.prose ul, .prose ol { padding-left: 1.6em; }
.prose p:last-child { margin-bottom: 0; }
.text-section { padding: 100px 0; }
.text-section .container { padding-inline: 10px 60px; }
.text-section .button { margin-top: 30px; }
.text-section .button { background: #fff; color: var(--navy); }
.text-section .button:hover, .hero-card .button:hover { background: var(--navy); color: #fff; }
.study-downloads { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 70px; }
.study-downloads .button { margin-top: 0; }
.white { background: #fff; }
.split-section { padding: 10% 0; }
.split-section > .container { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10px; }
.split-copy { min-width: 0; padding-right: 50px; }
.split-copy .prose { margin-bottom: 20px; }
.split-image { min-width: 0; }
.split-image img { width: 100%; }
.image-first .split-copy { grid-column: 2; grid-row: 1; padding: 0 0 0 50px; }
.image-first .split-image { grid-column: 1; grid-row: 1; }
.phase-section { background: var(--paper); padding: 100px 0; }
.phase-section:nth-of-type(odd) { background: #fff; }
.phase-section > .container { grid-template-columns: 3fr 2fr; align-items: start; gap: 30px; }
.phase-section.image-first > .container { grid-template-columns: 2fr 3fr; }
.phase-section .split-copy, .phase-section.image-first .split-copy { padding: 0; }
.phase-card { display: flex; align-items: center; gap: 15px; padding: 40px 70px; background: #fff; box-shadow: 0 8px 30px #0000000d; color: #324649d6; }
.phase-section:nth-of-type(odd) .phase-card { background: var(--paper); }
.phase-card .prose { font: 400 16px/1.7 'Rubik', sans-serif; margin: 0; }
.phase-icon { flex: 0 0 50px; width: 50px; height: 50px; color: #72777e; }
.phase-section.image-first .phase-icon { order: 2; }
.phase-section .split-image { padding-top: 20px; }
.phase-section h2 { font-size: 35px; }
.video-section { padding: 100px 0; background: var(--deep-navy); color: #fff; text-align: center; }
.video-section h2 { color: #fff; margin-bottom: 50px; }
.video-section video { width: 100%; aspect-ratio: 16/9; background: #000; margin: 0 auto 30px; }
.video-section .prose { text-align: center; margin-bottom: 20px; }
.video-section .button { border-color: #fff; background: #fff; color: var(--navy); }
.video-section .button:hover { background: transparent; color: #fff; }
.faq-section { padding: 100px 0; text-align: center; }
.eyebrow { color: var(--navy); font: 600 16px/1.5 var(--heading-font); letter-spacing: 7px; text-transform: uppercase; margin: 0 0 20px; }
.faq-section h2 { margin-bottom: 50px; }
.faq-list { text-align: left; margin-bottom: 30px; }
.faq-item { border-bottom: 1px solid #d4d7db; }
.faq-item.faq-animating { overflow: clip; }
.faq-item summary { position: relative; cursor: pointer; list-style: none; padding: 20px 45px 20px 20px; color: var(--navy); font: 700 20px/1.5 var(--heading-font); letter-spacing: 1.5px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 20px; top: 18px; font: 25px/1.4 var(--body-font); }
.faq-item[open] summary::after { content: '−'; }
.faq-item[open] summary { background: #fff; }
.faq-answer { padding: 20px; font-size: 18px; line-height: 1.8; }
.callout { position: relative; padding: 50px 0; background: linear-gradient(#fffffff0,#fffffff0),url('/wp-content/uploads/2023/04/robin-spielmann-591331-unsplash.jpg') center/cover; text-align: center; }
.callout > .container { max-width: 833px; }
.callout h2 { color: #000; }
.callout .prose { font-size: 16px; line-height: 26px; color: #707070; text-align: center; margin-bottom: 30px; }
.callout .button { display: block; }
.anchor { display: block; scroll-margin-top: 20px; }
.site-footer { background: var(--paper); color: #666; padding: 30px 0; border-top: 1px dotted #d6d6d6; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer p { margin: 0; font: 400 14px/1.8 var(--heading-font); }
.site-footer ul { display: flex; gap: 0; flex-wrap: wrap; }
.site-footer li { margin: 0; }
.site-footer a { color: #666; text-decoration: none; font: 500 14px/1.6 var(--heading-font); letter-spacing: 1.5px; padding-inline: 5px; }
.site-footer li + li a { border-left: 1px solid #999; }
.site-footer a:hover { text-decoration: underline; }
.policy-section { min-height: 55vh; padding: 65px 0 100px; }
.policy-section h1 { font-size: 40px; }
@media (min-width: 1025px) {
  .main-navigation:not(.enhanced) .submenu { position: absolute; z-index: 10; width: 285px; }
  .main-navigation:not(.enhanced) .nav-item:not(:hover):not(:focus-within) .submenu { display: none; }
}
@media (max-width: 1024px) {
  body { font-size: 16px; line-height: 2; }
  h1, h2 { font-size: 30px; }
  .header-inner { min-height: 87px; flex-wrap: wrap; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; min-height: 44px; background: transparent; color: #fff; border: 1px solid #ffffff80; padding: 8px 14px; font: 16px var(--heading-font); }
  .hamburger { width: 20px; height: 14px; border-block: 2px solid currentColor; position: relative; }
  .hamburger::after { content: ''; position: absolute; top: 4px; left: 0; width: 20px; border-top: 2px solid currentColor; }
  .main-navigation { width: 100%; }
  .main-navigation.enhanced:not(.is-open) { display: none; }
  .main-navigation > ul { display: block; }
  .nav-label { justify-content: space-between; }
  .nav-label > a { padding: 14px 8px; flex: 1; }
  .submenu-toggle { width: 44px; }
  .submenu-control { flex-basis: 44px; }
  .main-navigation.enhanced .submenu { position: static; width: 100%; box-shadow: none; }
  .submenu a { font-size: 16px; }
  .page-hero { min-height: max(300px, 50vh); padding: 60px 20px; }
  .page-hero h1 { font-size: 50px; }
  .hero-inner { min-height: 700px; }
  .hero-card { width: 370px; }
  .text-section, .video-section, .faq-section { padding-block: 70px; }
  .split-copy { padding-right: 25px; }
  .image-first .split-copy { padding-left: 25px; }
  .phase-section h2 { font-size: 30px; }
  .phase-card { padding: 20px; }
  .footer-inner { flex-wrap: wrap; }
}
@media (max-width: 767px) {
  h1, h2 { font-size: 25px; }
  .container { padding-inline: 18px; }
  .header-inner { padding-inline: 18px; }
  .hero-inner { min-height: 600px; padding: 190px 18px 90px; align-items: flex-end; }
  .home-hero { background-position: center; }
  .hero-card { width: min(100%, 390px); }
  .hero-card h1 { font-size: 25px; }
  .hero-card .prose { font-size: 18px; margin-bottom: 20px; }
  .page-hero { min-height: max(300px, 50svh); padding: 50px 0; align-items: center; }
  .page-hero h1 { font-size: clamp(32px, 8vw, 45px); }
  .text-section, .video-section, .faq-section { padding-block: 45px; }
  .text-section .container { padding-inline: 18px; }
  .split-section { padding: 45px 0; }
  .split-section > .container { grid-template-columns: 1fr; gap: 25px; }
  .phase-section.image-first > .container { grid-template-columns: 1fr; }
  .phase-card { padding: 30px; flex-direction: column; align-items: flex-start; }
  .phase-section.image-first .phase-icon { order: 0; }
  .split-copy, .image-first .split-copy { grid-column: auto; grid-row: auto; padding: 0; }
  .split-image, .image-first .split-image { grid-column: auto; grid-row: auto; }
  .prose { text-align: left; }
  .phase-section h2 { font-size: 25px; }
  .video-section h2 { margin-bottom: 25px; }
  .video-section .prose { text-align: left; }
  .faq-section h2 { margin-bottom: 30px; }
  .faq-item summary { padding-left: 0; font-size: 18px; letter-spacing: .5px; }
  .faq-answer { padding: 16px 0; font-size: 16px; }
  .callout { padding-block: 45px; }
  .site-footer ul { gap: 10px 20px; }
  .site-footer { padding-block: 25px; }
  .footer-inner { display: block; }
  .site-footer p { margin-bottom: 15px; }
  .policy-section h1 { font-size: 30px; }
}
.heading-reveal { transition: opacity 1s ease-out, transform 1s ease-out; }
.heading-reveal-pending { opacity: 0; transform: translateY(10px); }
@media (prefers-reduced-motion: reduce) {
  .heading-reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  .heading-reveal { opacity: 1; transform: none; }
  .site-header, .site-footer, .button, .skip-link { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; line-height: 1.5; }
  .page-hero, .home-hero, .callout, .video-section { background: #fff; color: #000; min-height: 0; padding: 20px 0; }
  .page-hero h1, .video-section h2, .callout h2 { color: #000; font-size: 24pt; }
  .hero-inner { min-height: 0; padding: 0; }
  .text-section, .split-section, .faq-section { padding: 20px 0; }
}
