:root {
  --navy: #06213d;
  --ink: #08152d;
  --dark: #030c1a;
  --blue: #146be0;
  --blue-bright: #2f68ff;
  --offwhite: #fbfbfa;
  --paper: #f5f7fb;
  --line: #dce5f0;
  --muted: #607390;
  --container: 1200px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Plus Jakarta Sans", Arial, sans-serif;
  --display: "Sora", Arial, sans-serif;
  --radius: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--offwhite);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

.site-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--offwhite);
  overflow: hidden;
  border-radius: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(calc(100% - 80px), var(--container));
  margin: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 99;
  background: #fff;
  padding: 10px;
}

.skip-link:focus {
  left: 8px;
}

.site-header {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  color: #fff;
}

.nav-container {
  height: 76px;
  width: min(calc(100% - 240px), 1200px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  display: block;
  width: 258px;
  height: 55px;
}

.desktop-nav {
  display: flex;
  gap: 36px;
  font-size: 15px;
  font-weight: 500;
}

.desktop-nav a,
.footer a {
  transition: color 0.2s;
}

.desktop-nav a:hover,
.footer a:hover {
  color: #fff;
}

.nav-contact {
  border: 0;
  background: #fff;
  color: var(--navy);
  font: 600 14px var(--sans);
  padding: 10px 20px;
  border-radius: 10px;
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.hero {
  height: 763px;
  color: #fff;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background:
    /* Main navy-to-transparent fade */
    linear-gradient(
      90deg,
      #06213d 0%,
      #06213d 24%,
      rgba(6, 33, 61, 0.98) 34%,
      rgba(6, 33, 61, 0.88) 43%,
      rgba(6, 33, 61, 0.62) 53%,
      rgba(6, 33, 61, 0.30) 64%,
      rgba(6, 33, 61, 0.10) 76%,
      rgba(6, 33, 61, 0.18) 100%
    ),

    /* Bottom fade */
    linear-gradient(
      0deg,
      rgba(6, 33, 61, 0.85) 0%,
      rgba(6, 33, 61, 0.35) 20%,
      transparent 45%
    ),

    /* Keep the photograph at the original scale */
    url("../assets/Hero Image.jpg") 111% -13px / auto 821px no-repeat;

  background-color: #06213d;
}

.hero-content {
  position: relative;
  padding-top: 153px;
  margin-left: max(calc((100% - 1162px) / 2), 120px);
  width: 672px;
}

.eyebrow {
  font: 600 13px/1.2 var(--display);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 22px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.eyebrow:before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.eyebrow.light {
  color: #c8d2df;
}

.hero h1 {
  font: 700 55px/1.3 var(--display);
  letter-spacing: -0.055em;
  margin: 0 0 24px;
}

.hero-copy {
  font-size: 18px;
  line-height: 1.55;
  max-width: 545px;
  color: #d4dce7;
  margin: 0;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.button {
  min-height: 52px;
  border-radius: 11px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid transparent;
  font: 600 15px var(--sans);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}

.button.primary {
  background: var(--blue);
  color: #fff;
}

.button.primary:hover {
  background: #075bc8;
}

.button.ghost {
  color: #fff;
  background: transparent;
  border-color: #7890a8;
}

.button.ghost:hover {
  background: #ffffff13;
}

.founder-badge {
  position: absolute;
  left: 918px;
  top: 557px;
  width: 302px;
  height: 90px;
  padding: 17px 21px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #07172cda;
  border: 1px solid #30425a55;
  border-radius: 15px;
}

.founder-badge img {
  width: 56px;
  height: 56px;
}

.founder-badge strong {
  display: block;
  font: 600 18px var(--display);
}

.founder-badge small {
  display: block;
  margin-top: 2px;
  color: #aeb9c9;
  font-size: 12px;
  white-space: nowrap;
}

.pillars {
  height: 327px;
  background: #fff;
  border-radius: 44px 44px 0 0;
  margin-top: -43px;
  position: relative;
  z-index: 2;
}

.pillars-inner {
  height: 100%;
  width: min(calc(100% - 170px), 1270px);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.pillar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 18px;
  min-height: 98px;
}

.pillar + .pillar {
  border-left: 1px solid #e4eaf2;
}

.icon-disc {
  width: 94px;
  height: 94px;
  flex: 0 0 94px;
  border-radius: 50%;
  background: #f2f5f9;
  display: grid;
  place-items: center;
  color: var(--blue);
}

.icon-disc svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar h2 {
  font: 600 17px var(--display);
  letter-spacing: -0.045em;
  margin: 0 0 3px;
}

.pillar p {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
  font-size: 15px;
}

.section {
  padding: 112px 0;
}

.section-intro {
  max-width: 743px;
}

.section h2,
.contact-cta h2 {
  font: 600 41px/1.14 var(--display);
  letter-spacing: -0.06em;
  margin: 0;
}

.section h2 span,
.contact-cta h2 span {
  color: var(--blue);
}

.section-intro > p:last-child {
  max-width: 672px;
  color: #50627c;
  margin: 20px 0 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.service-card {
  min-height: 276px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 9px #10223b08;
  padding: 34px;
}

.tile {
  height: 48px;
  width: 48px;
  display: grid;
  place-items: center;
  background: #f1f3f6;
  color: var(--blue);
  border-radius: 10px;
  font: 600 22px/1 var(--sans);
}

.service-card h3 {
  margin: 24px 0 6px;
  font: 600 17px var(--display);
  letter-spacing: -0.045em;
  color: var(--blue);
}

.service-card p {
  margin: 0;
  color: #4e607a;
  font-size: 14px;
  line-height: 1.65;
}

.mission {
  background: #f7f7f5;
  padding: 0;
}

.mission-inner {
  height: 196px;
  border-top: 1px solid #d5d9dc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission p {
  max-width: 680px;
  margin: 0;
  text-align: center;
  font-size: 25px;
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.03em;
}

.meet {
  background: #f7f7f5;
  padding-top: 112px;
}

.meet-grid {
  width: min(calc(100% - 320px), 1120px);
  display: grid;
  grid-template-columns: 528px 1fr;
  gap: 64px;
  align-items: center;
}

.meet-photo {
  width: 528px;
  height: 528px;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
}

.meet-content .eyebrow {
  margin-bottom: 16px;
}

.meet h2 {
  font-family: var(--serif);
  font-size: 43px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.meet-content > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #33435a;
  font-size: 16px;
  line-height: 1.52;
}

.button.outline {
  margin-top: 22px;
  min-height: 48px;
  color: var(--ink);
  background: transparent;
  border-color: #cbd2da;
  padding: 0 20px;
}

.focus {
  background: #f7f7f5;
  padding: 64px 0;
}

.focus-card {
  width: min(calc(100% - 320px), 1120px);
  height: 252px;
  margin: auto;
  border-radius: 20px;
  padding: 48px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, #071a33 0%, #071a33f2 62%, #071a33bc),
    url("../assets/Hero Image.jpg") 87% 51% / cover;
}

.ribbon {
  width: 118px;
  height: 118px;
  flex: 0 0 118px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 54px;
  background: #12335f;
}

.focus-copy {
  max-width: 672px;
}

.focus .eyebrow {
  margin-bottom: 7px;
}

.focus h2 {
  font-family: var(--serif);
  font-size: 31px;
  margin: 0;
}

.focus-copy > p:last-child {
  font-size: 14px;
  line-height: 1.65;
  color: #c7d0dc;
  margin: 8px 0 0;
}

.focus-button {
  margin-left: auto;
  color: #fff;
  border-color: #75849a;
  min-height: 48px;
  padding: 0 21px;
}

.contact-cta {
  background: #eff3f9;
  padding: 64px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 355px 454px 1fr;
  gap: 43px;
  align-items: center;
}

.contact-cta .eyebrow {
  margin-bottom: 6px;
}

.contact-cta h2 {
  font-family: var(--serif);
  font-size: 38px;
}

.contact-copy > p {
  color: #596a81;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 18px;
}

.contact-copy div {
  display: flex;
  gap: 28px;
}

.contact-copy a {
  font-size: 14px;
  color: var(--blue);
}

.contact-copy span {
  color: #5a687d;
  margin-left: 6px;
}

.contact-button {
  justify-self: end;
  min-width: 225px;
}

.footer {
  background: var(--dark);
  color: #aab4c4;
  border-radius: 0;
}

.footer-grid {
  padding: 64px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-brand img {
  width: 250px;
  height: auto;
  filter: none;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.65;
  max-width: 250px;
  margin: 15px 0 0;
}

.footer h2 {
  font: 600 12px var(--display);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #aeb4c0;
  margin: 0 0 20px;
}

.footer a,
.footer-grid > div > p {
  font-size: 14px;
  display: block;
  margin: 0 0 12px;
}

.footer-bottom {
  height: 65px;
  border-top: 1px solid #263241;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  color: #778394;
}

.footer-bottom small {
  font-size: 12px;
}

.modal {
  padding: 0;
  border: 0;
  background: transparent;
  max-width: none;
  overflow: visible;
}

.modal::backdrop {
  background: rgba(4, 17, 35, 0.7);
  backdrop-filter: blur(8px);
}

.modal[open] {
  animation: modal-in 0.18s ease-out;
}

.modal-split {
  overflow: hidden;
  background: #fff;
  display: flex;
  border-radius: 24px;
  box-shadow: 0 26px 45px #020b1f66;
}

.contact-modal {
  width: min(1200px, calc(100vw - 48px));
  height: 780px;
}

.modal-aside {
  width: 480px;
  flex: 0 0 480px;
  color: #fff;
  background: #07112c;
  padding: 64px;
  display: flex;
  flex-direction: column;
}

.modal-aside > img {
  width: 55px;
  height: 55px;
}

.modal-aside h2 {
  font: 42px/1.22 var(--serif);
  letter-spacing: -0.03em;
  margin: 30px 0 22px;
}

.modal-aside h2 span,
.story-main h2 span {
  color: var(--blue);
}

.modal-aside p {
  margin: 0;
  color: #b9c3d1;
  line-height: 1.5;
}

.modal-contact-links {
  margin-top: auto;
}

.modal-contact-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: 17px;
}

.modal-contact-links a:first-letter {
  color: var(--blue);
}

.modal-main {
  width: 720px;
  padding: 64px;
  position: relative;
}

.close-button {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font: 300 31px/1 var(--sans);
  color: #14223a;
  cursor: pointer;
}

.modal-main h2 {
  font: 600 26px var(--display);
  letter-spacing: -0.05em;
  margin: 0;
}

.modal-lead {
  font-size: 14px;
  color: var(--muted);
  margin: 4px 0 32px;
}

form label {
  display: block;
  font: 600 14px var(--sans);
  margin-bottom: 24px;
}

input,
textarea {
  appearance: none;
  margin-top: 8px;
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #f8fafc;
  padding: 0 17px;
  color: var(--ink);
  font: 15px var(--sans);
  outline: none;
  height: 48px;
}

textarea {
  height: 120px;
  padding-top: 13px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #71839e;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #146be022;
}

.name-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.submit-button {
  width: 100%;
  height: 56px;
  border: 0;
  margin-top: 0;
}

.form-note {
  text-align: center;
  color: #71839e;
  font-size: 12px;
  margin: 13px 0 0;
}

.form-status {
  text-align: center;
  font-size: 13px;
  margin: 8px 0 0;
  min-height: 20px;
}

.story-modal {
  width: min(1200px, calc(100vw - 48px));
  height: 933px;
}

.story-image {
  margin: 0;
  width: 540px;
  flex: 0 0 540px;
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.story-image:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 155px;
  background: linear-gradient(transparent, #061229b5);
}

.story-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.story-image figcaption {
  position: absolute;
  z-index: 1;
  left: 32px;
  bottom: 30px;
  color: #fff;
  font: italic 19px var(--serif);
}

.story-main {
  width: 660px;
  position: relative;
  padding: 80px;
}

.story-main .close-button {
  top: 32px;
  right: 32px;
}

.story-content {
  max-width: 500px;
}

.story-content .eyebrow {
  margin-bottom: 16px;
}

.story-main h2 {
  font: 42px/1.2 var(--serif);
  letter-spacing: -0.03em;
  margin: 0;
}

.blue-rule {
  height: 2px;
  width: 48px;
  background: var(--blue);
  margin: 24px 0;
}

.story-copy p {
  font-size: 16px;
  line-height: 1.62;
  color: #607390;
  margin: 0 0 16px;
}

.story-cta {
  min-height: 56px;
  margin-top: 9px;
  padding: 0 24px;
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #78a8ff;
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 760px) {
  body {
    background: var(--offwhite);
  }

  .site-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
  }

  .container {
    width: calc(100% - 40px);
  }

  .site-header {
    position: relative;
    background: var(--navy);
  }

  .nav-container {
    width: calc(100% - 40px);
    height: 68px;
  }

  .brand img {
    width: 192px;
    height: auto;
  }

  .desktop-nav,
  .desktop-only {
    display: none;
  }

  .menu-toggle {
    display: flex;
    width: 38px;
    height: 34px;
    background: #153656;
    border: 0;
    border-radius: 8px;
    padding: 9px 10px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    height: 2px;
    width: 18px;
    background: #fff;
    border-radius: 2px;
  }

  .mobile-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    padding: 16px 20px 20px;
    background: #071a33;
    box-shadow: 0 12px 20px #03112655;
    z-index: 7;
  }

  .mobile-nav a,
  .mobile-nav button {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    text-align: left;
    border: 0;
    background: transparent;
    font: 500 15px var(--sans);
  }

  .mobile-nav button {
    color: #aecaee;
  }

  .hero {
    height: 892px;
    border-radius: 0;
    background: var(--navy);
    overflow: visible;
  }

  .hero-photo {
    height: 280px;
    bottom: auto;
    background:
      linear-gradient(0deg, #06213d 0%, transparent 47%),
      url("../assets/Hero Image.jpg") center 20% / cover no-repeat;
  }

  .hero-content {
    width: auto;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
  }

  .founder-badge {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 76px;
    padding: 16px;
    border-radius: 0;
    background: #092443;
    border: 0;
    gap: 12px;
  }

  .founder-badge img {
    width: 44px;
    height: 44px;
  }

  .founder-badge strong {
    font-size: 13px;
  }

  .founder-badge small {
    font-size: 9px;
  }

  .hero .eyebrow {
    font-size: 10px;
    line-height: 1.4;
    margin: 24px 0 16px;
    letter-spacing: 0.17em;
    max-width: 330px;
  }

  .hero .eyebrow:before {
    width: 16px;
  }

  .hero h1 {
    font-size: 29px;
    line-height: 1.13;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
  }

  .desktop-break {
    display: none;
  }

  .hero-copy {
    font-size: 13px;
    line-height: 1.62;
    color: #d5dce5;
  }

  .hero-actions {
    display: block;
    margin-top: 20px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 46px;
    font-size: 12px;
  }

  .hero-actions .button + .button {
    margin-top: 12px;
  }

  .pillars {
    height: 362px;
    margin: 0;
    border-radius: 0;
  }

  .pillars-inner {
    width: calc(100% - 40px);
    display: block;
    padding-top: 40px;
  }

  .pillar {
    padding: 0;
    gap: 16px;
    height: 86px;
    min-height: auto;
  }

  .pillar + .pillar {
    border-left: 0;
    border-top: 1px solid #e4eaf2;
    padding-top: 23px;
    height: 110px;
  }

  .icon-disc {
    height: 56px;
    width: 56px;
    flex-basis: 56px;
  }

  .icon-disc svg {
    height: 36px;
    width: 36px;
  }

  .pillar h2 {
    font-size: 13px;
    margin-bottom: 1px;
  }

  .pillar p {
    font-size: 11px;
    line-height: 1.45;
  }

  .section {
    padding: 56px 0;
  }

  .section-intro {
    max-width: none;
  }

  .eyebrow {
    font-size: 10px;
    margin-bottom: 14px;
  }

  .eyebrow:before {
    width: 16px;
  }

  .section h2,
  .contact-cta h2 {
    font-size: 27px;
    line-height: 1.14;
  }

  .section-intro > p:last-child {
    font-size: 12px;
    line-height: 1.55;
    margin-top: 12px;
  }

  .service-grid {
    display: block;
    margin-top: 28px;
  }

  .service-card {
    width: 100%;
    padding: 24px;
    min-height: 0;
    margin-top: 16px;
  }

  .service-card:first-child {
    margin-top: 0;
  }

  .service-card:nth-child(1) {
    height: 183px;
  }

  .service-card:nth-child(n + 2) {
    height: 205px;
  }

  .tile {
    height: 44px;
    width: 44px;
    font-size: 18px;
  }

  .service-card h3 {
    font-size: 14px;
    margin: 12px 0 5px;
  }

  .service-card p {
    font-size: 11px;
    line-height: 1.55;
  }

  .mission {
    padding: 0;
  }

  .mission-inner {
    height: 224px;
  }

  .mission p {
    font-size: 16px;
    line-height: 1.4;
    max-width: 335px;
  }

  .meet {
    padding-top: 48px;
  }

  .meet-grid {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
  }

  .meet-photo {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    object-position: center top;
  }

  .meet-content .eyebrow {
    margin-bottom: 14px;
  }

  .meet h2 {
    font-size: 29px;
    line-height: 1.12;
  }

  .meet-content > p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.52;
    margin-top: 17px;
  }

  .button.outline {
    min-height: 40px;
    font-size: 11px;
    padding: 0 16px;
    margin-top: 18px;
  }

  .focus {
    padding: 24px 0 48px;
  }

  .focus-card {
    width: calc(100% - 40px);
    height: 341px;
    padding: 24px;
    display: block;
    background:
      linear-gradient(0deg, #06152edc, #06152ee8),
      url("../assets/Hero Image.jpg") 80% center / cover;
    border-radius: 18px;
  }

  .ribbon {
    width: 56px;
    height: 56px;
    font-size: 29px;
  }

  .focus-copy {
    margin-top: 20px;
  }

  .focus .eyebrow {
    margin-bottom: 7px;
  }

  .focus h2 {
    font-size: 22px;
  }

  .focus-copy > p:last-child {
    font-size: 11px;
    line-height: 1.52;
    margin-top: 8px;
  }

  .focus-button {
    margin: 16px 0 0;
    min-height: 36px;
    font-size: 11px;
    padding: 0 16px;
  }

  .contact-cta {
    padding: 48px 0;
  }

  .contact-grid {
    display: block;
  }

  .contact-cta h2 {
    font-size: 27px;
  }

  .contact-copy {
    margin-top: 24px;
  }

  .contact-copy > p {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .contact-copy div {
    display: block;
  }

  .contact-copy a {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }

  .contact-button {
    width: 100%;
    min-height: 46px;
    font-size: 12px;
    margin-top: 24px;
  }

  .footer-grid {
    width: calc(100% - 40px);
    padding: 48px 0 32px;
    display: block;
  }

  .footer-brand {
    padding-bottom: 32px;
    border-bottom: 1px solid #263241;
  }

  .footer-brand img {
    width: 219px;
  }

  .footer-brand p {
    max-width: 350px;
    font-size: 12px;
  }

  .footer-grid > div:not(.footer-brand) {
    padding: 32px 0;
    border-bottom: 1px solid #263241;
  }

  .footer h2 {
    font-size: 10px;
    margin-bottom: 18px;
  }

  .footer a,
  .footer-grid > div > p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .footer-bottom {
    width: 100%;
    height: 102px;
    padding: 20px;
    display: block;
  }

  .footer-bottom small {
    display: block;
    font-size: 10px;
    max-width: 350px;
  }

  .footer-bottom small + small {
    margin-top: 10px;
  }

  .contact-modal,
  .story-modal {
    width: calc(100vw - 24px);
    height: auto;
    max-height: calc(100dvh - 24px);
  }

  .modal-split {
    display: block;
    max-height: calc(100dvh - 24px);
    overflow: auto;
    border-radius: 20px;
  }

  .modal-aside {
    width: auto;
    min-height: 260px;
    padding: 32px;
  }

  .modal-aside > img {
    width: 45px;
    height: 45px;
  }

  .modal-aside h2 {
    font-size: 31px;
    margin: 16px 0 12px;
  }

  .modal-aside p {
    font-size: 13px;
  }

  .modal-contact-links {
    margin-top: 22px;
  }

  .modal-contact-links a {
    font-size: 14px;
    margin-top: 8px;
  }

  .modal-main {
    width: auto;
    padding: 48px 24px 28px;
  }

  .modal-main h2 {
    font-size: 23px;
  }

  .modal-lead {
    font-size: 12px;
    margin: 5px 0 24px;
  }

  .close-button {
    right: 14px;
    top: 14px;
  }

  .name-fields {
    display: block;
  }

  form label {
    font-size: 12px;
    margin-bottom: 16px;
  }

  input {
    height: 45px;
    font-size: 13px;
  }

  textarea {
    height: 105px;
    font-size: 13px;
  }

  .submit-button {
    height: 50px;
  }

  .story-image {
    width: auto;
    height: 310px;
  }

  .story-main {
    width: auto;
    padding: 56px 24px 28px;
  }

  .story-main .close-button {
    right: 14px;
    top: 14px;
  }

  .story-content {
    max-width: none;
  }

  .story-main h2 {
    font-size: 30px;
  }

  .story-copy p {
    font-size: 13px;
  }

  .story-cta {
    min-height: 50px;
    font-size: 13px;
  }

  .story-image figcaption {
    left: 20px;
    bottom: 18px;
    font-size: 16px;
  }
}

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

  .modal[open] {
    animation: none;
  }

  * {
    transition-duration: 0.01ms !important;
  }
}
