@font-face {
  font-family: "IBM Plex Sans";
  src: url("public/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("public/fonts/ibm-plex-sans-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Dark Horse Display";
  src: url("public/fonts/cormorant-garamond-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ink: #080808;
  --card: #121212;
  --shade: #1f1f1f;
  --muted: #b8b3ad;
  --ivory: #f4f1ed;
  --gold: #d4af37;
  --green: #1e3d2f;
  --page-width: 1280px;
  --body-font: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  --display-font: "Dark Horse Display", Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ivory);
  background: var(--ink);
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--ink);
  background: var(--gold);
}
.skip-link:focus { transform: none; }

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

.site-header {
  height: 230px;
  border-bottom: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px 0 22px;
  background: var(--ink);
}

.brand {
  width: 180px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: 180px;
  height: 170px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 105px;
  padding-top: 3px;
}

.desktop-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.4em;
  white-space: nowrap;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible { color: var(--gold); }

.menu-toggle { display: none; }

.section-shell {
  width: min(calc(100% - 180px), 1245px);
  margin-inline: auto;
}

.hero-inner {
  width: min(calc(100% - 140px), 1300px);
  margin-inline: auto;
}

.hero {
  min-height: 1979px;
  padding-top: 18px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(440px, 1fr);
  gap: 55px;
}

.hero-copy { padding: 82px 0 0 70px; }

.eyebrow {
  max-width: 600px;
  margin: 0 0 62px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: 0.055em;
}

.eyebrow-break-mobile,
.hero-mobile-break { display: none; }

.hero-title {
  max-width: 636px;
  margin: 0;
  font-family: var(--display-font);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.hero-title-primary { font-size: clamp(82px, 6.26vw, 90.12px); }
.hero-title-secondary {
  margin-top: 62px;
  font-size: clamp(65.6px, 5.008vw, 72.096px);
}

.hero-subtitle {
  max-width: 640px;
  margin: 86px 0 86px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.55;
}

.hero-points {
  display: grid;
  gap: 52px;
  padding: 0;
  margin: 0 0 58px;
  list-style: none;
  max-width: 636px;
}

.hero-points li {
  position: relative;
  padding-left: 56px;
  font-size: 17px;
  line-height: 1.65;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 28px;
  height: 2px;
  background: var(--gold);
}

.hero-media.desktop-only {
  position: relative;
  aspect-ratio: 547 / 1568;
  margin-top: 0;
  border-radius: 18px;
  overflow: hidden;
}

.hero-media.desktop-only img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
}

.hero-crossfade {
  position: relative;
  isolation: isolate;
  background: #101010;
}

.hero-crossfade .hero-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1.012);
  transition:
    opacity 3.5s cubic-bezier(0.45, 0, 0.2, 1),
    transform 3.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.hero-frame-winter { opacity: 1; }
.hero-frame-houseboat {
  z-index: 1;
  opacity: 0;
  transform: translateZ(0) scale(1.025);
}
.hero-crossfade.is-houseboat .hero-frame-winter {
  opacity: 0;
  transform: translateZ(0) scale(1);
}
.hero-crossfade.is-houseboat .hero-frame-houseboat {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
.hero-crossfade.is-settled .hero-frame { will-change: auto; }

.mobile-only { display: none; }

.cta {
  min-height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.cta-primary {
  color: var(--ink);
  background: var(--gold);
}

.hero .cta { width: 636px; max-width: 100%; }

.cta-primary:hover,
.cta-primary:focus-visible { background: #edc94f; }

.audience-section {
  min-height: 2095px;
  padding: 208px 0 100px;
  background: var(--green);
}

.audience-section h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(72px, 5.6vw, 80px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.audience-section h2 span { color: var(--gold); }

.audience-intro {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: center;
  gap: 95px;
  margin: 90px 0 76px;
}

.audience-copy {
  display: grid;
  gap: 46px;
  font-size: 21px;
  line-height: 1.55;
}

.audience-copy p { margin: 0; }
.audience-intro img {
  width: 100%;
  max-width: 470px;
  justify-self: end;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 108px;
}

.audience-grid p {
  min-height: 285px;
  margin: 0;
  padding: 58px 44px;
  display: flex;
  align-items: center;
  background: var(--ink);
  border-radius: 14px;
  font-size: 21px;
  line-height: 1.55;
}

.audience-cta {
  width: min(100%, 800px);
  margin-inline: auto;
}

.services-section {
  min-height: 3656px;
  padding: 325px 0 29px;
  background: var(--ink);
}

.services-heading { margin-bottom: 161px; }
.services-heading h2 {
  margin: 0;
  color: var(--gold);
  font-family: var(--display-font);
  font-size: clamp(86px, 7.55vw, 108px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.services-heading p {
  margin: 18px 0 58px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--gold);
  font-family: var(--display-font);
  font-size: clamp(42px, 3.75vw, 54px);
  line-height: 1.1;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px 52px;
  margin-bottom: -110px;
}

.service-card {
  min-height: 1035px;
  padding: 70px 56px 58px;
  display: flex;
  flex-direction: column;
  background: var(--card);
  border-radius: 14px;
}

.service-card h3 {
  margin: 0 0 48px;
  color: var(--gold);
  font-family: var(--display-font);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.service-card p,
.service-card li {
  font-size: 16px;
  line-height: 1.65;
}

.service-card p { margin: 0 0 34px; }
.service-card ul { padding-left: 24px; margin: 0 0 36px; }
.service-card img {
  width: 100%;
  max-height: 430px;
  margin-top: auto;
  object-fit: contain;
  border-radius: 7px;
}

.service-card-wide {
  grid-column: 1 / -1;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
  transform: translateY(-110px);
}

.service-card-wide img {
  max-height: 600px;
  margin: 0;
  transform: translateY(29px);
}

.about-section {
  min-height: 1951px;
  padding: 194px 0 120px;
  border-top: 1px solid var(--shade);
  border-bottom: 1px solid var(--shade);
}

.about-section > .section-shell { position: relative; }
.about-section h2 {
  margin: 0;
  color: var(--gold);
  font-family: var(--display-font);
  font-size: clamp(88px, 7.6vw, 109px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.about-kicker {
  width: 53%;
  margin: 40px 0 0 auto;
  font-family: var(--display-font);
  font-size: 40px;
  line-height: 1.2;
}

.about-kicker span { color: var(--gold); }
.about-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  grid-template-areas:
    "videos intro"
    "videos followup";
  gap: 55px 85px;
  margin-top: 75px;
}

.about-intro { grid-area: intro; }
.about-followup { grid-area: followup; }
.about-intro,
.about-followup {
  margin: 0;
  font-size: 24px;
  line-height: 1.65;
}

.video-stack { grid-area: videos; }
.video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: #050505;
}
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-caption {
  margin: 48px 0 28px;
  font-family: var(--display-font);
  font-size: 18px;
  line-height: 1.2;
}

.mission { margin-top: 432px; text-align: center; }
.mission h2 { font-size: clamp(70px, 5.7vw, 82px); }
.mission p {
  max-width: 1260px;
  margin: 50px auto 0;
  font-size: 21px;
  line-height: 1.65;
}

.contact-section {
  min-height: 1497px;
  padding: 241px 0 150px;
}

.contact-section h2 {
  max-width: 1150px;
  margin: 0 auto 148px;
  color: var(--gold);
  text-align: center;
  font-family: var(--display-font);
  font-size: clamp(70px, 5.6vw, 80px);
  font-weight: 400;
  line-height: 1.1;
}

.contact-form {
  width: min(100%, 840px);
  margin-inline: auto;
  padding: 30px 45px 51px;
  display: grid;
  gap: 10px;
  background: var(--card);
  border-radius: 14px;
}

.contact-form input,
.contact-form select {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid #565656;
  border-radius: 0;
  color: var(--ivory);
  background: var(--ink);
  font: 15px var(--body-font);
}

.contact-form input::placeholder { color: var(--muted); opacity: 1; }
.contact-form input:focus,
.contact-form select:focus { outline: 2px solid var(--gold); outline-offset: 2px; }

.field-with-label { display: grid; gap: 8px; }
.field-with-label > span,
.contact-form legend {
  color: var(--ivory);
  font-size: 14px;
}
.field-with-label b { color: var(--gold); }
.contact-form fieldset { margin: 4px 0 0; padding: 0; border: 0; }
.contact-form legend { margin-bottom: 13px; }
.contact-form fieldset label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.4;
}
.contact-form input[type="checkbox"] {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 1px;
  accent-color: var(--gold);
}
.contact-form button {
  width: 100%;
  height: 50px;
  border: 0;
  color: var(--ink);
  background: var(--gold);
  font: 15px var(--body-font);
  cursor: pointer;
}
.contact-form button:hover,
.contact-form button:focus-visible { background: #edc94f; }
.contact-form button:disabled { cursor: wait; opacity: 0.72; }
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.form-status { min-height: 1.5em; margin: 0; color: var(--muted); font-size: 14px; text-align: center; }
.form-status[data-state="success"] { color: #acd39b; }
.form-status[data-state="error"] { color: #efb0a8; }

.site-footer {
  height: 282px;
  position: relative;
  display: grid;
  place-items: center;
  background: var(--card);
}

.site-footer img {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 150px;
  height: 142px;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
}

.reveal {
  opacity: 1;
  transform: none;
}
.motion-ready .reveal {
  opacity: 0;
  transform: var(--reveal-transform, translate3d(0, 24px, 0));
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.88s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.motion-ready .reveal-up { --reveal-transform: translate3d(0, 28px, 0); }
.motion-ready .reveal-left { --reveal-transform: translate3d(-24px, 0, 0); }
.motion-ready .reveal-right { --reveal-transform: translate3d(24px, 0, 0); }
.motion-ready .reveal-scale { --reveal-transform: translate3d(0, 18px, 0) scale(0.985); }
.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

@media (min-width: 1200px) {
  .audience-section .section-shell { width: 1187px; }
  .hero-media.desktop-only {
    width: calc(100% + 3px);
    justify-self: end;
    transform: translateX(34px);
  }
  .service-card:nth-child(1) { padding-left: 35px; padding-right: 54px; }
  .service-card:nth-child(1) img { transform: translateY(20px); }
  .service-card:nth-child(2),
  .service-card:nth-child(4) { padding-left: 74px; padding-right: 15px; }
  .service-card:nth-child(2) h3 { padding-right: 157px; }
  .service-card:nth-child(2) img { width: calc(100% + 10px); max-width: none; transform: translate(-19px, -14px); }
  .service-card:nth-child(3) { padding-left: 53px; padding-right: 36px; }
  .service-card:nth-child(4) h3 { padding-right: 107px; }
  .service-card:nth-child(4) img { width: calc(100% + 10px); max-width: none; transform: translate(-19px, -60px); }
  .service-card-wide {
    grid-template-columns: 623px 499px;
    gap: 55px;
    padding-left: 34px;
    padding-right: 19px;
  }
  .service-card-wide img { transform: translateY(40px); }
  .form-status:empty { display: none; }
}

@media (max-width: 1100px) and (min-width: 1024px) {
  .site-header { padding-right: 18px; }
  .desktop-nav { gap: 72px; }
  .desktop-nav a { letter-spacing: 0.42em; }
  .section-shell,
  .hero-inner { width: calc(100% - 100px); }
  .hero-copy { padding-left: 0; }
}

@media (max-width: 1023px) {
  body { font-size: 16px; }
  .section-shell,
  .hero-inner { width: calc(100% - 48px); }

  .site-header {
    position: relative;
    z-index: 30;
    height: 124px;
    padding: 0 12px;
    border-bottom-width: 1px;
  }
  .brand { width: 101px; height: 118px; }
  .brand img { width: 101px; height: 96px; }
  .menu-toggle {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle-lines {
    width: 22px;
    display: grid;
    gap: 5px;
  }
  .menu-toggle-lines span {
    width: 100%;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .site-header.menu-open .menu-toggle-lines span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .site-header.menu-open .menu-toggle-lines span:nth-child(2) { opacity: 0; }
  .site-header.menu-open .menu-toggle-lines span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .desktop-nav {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 14px 24px 26px;
    border-bottom: 1px solid var(--gold);
    background: var(--ink);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }
  .desktop-nav a {
    padding: 18px 4px;
    border-bottom: 1px solid var(--shade);
    font-size: 14px;
    letter-spacing: 0.26em;
  }
  .desktop-nav a:last-child { border-bottom: 0; }
  .site-header.menu-open .desktop-nav {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .hero {
    min-height: 1840px;
    padding: 0 0 46px;
  }
  .hero-inner { display: block; }
  .hero-copy { padding: 28px 0 0; }
  .eyebrow {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .hero-title-primary,
  .hero-title-secondary {
    font-size: 43px;
    line-height: 1.05;
    letter-spacing: -0.04em;
  }
  .hero-title-secondary {
    margin-top: 74px;
    font-size: 43px;
  }
  .desktop-only { display: none !important; }
  .mobile-only { display: block; }
  .hero-media.mobile-only {
    position: relative;
    aspect-ratio: 2048 / 1152;
    margin: 80px 0 54px;
    overflow: hidden;
    border-radius: 10px;
  }
  .hero-media.mobile-only img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-subtitle {
    margin: 0 0 58px;
    font-size: 17px;
    line-height: 1.65;
  }
  .hero-points { gap: 34px; margin-bottom: 40px; }
  .hero-points li {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.7;
  }
  .hero-points li::before { width: 17px; height: 1px; }
  .cta { min-height: 112px; padding: 22px; font-size: 14px; }

  .audience-section {
    min-height: 0;
    padding: 64px 0 70px;
  }
  .audience-section h2 {
    text-align: center;
    font-size: 36px;
    line-height: 0.95;
  }
  .audience-section h2 br { display: none; }
  .audience-intro {
    display: flex;
    flex-direction: column-reverse;
    gap: 34px;
    margin: 50px 0 48px;
  }
  .audience-intro img { max-width: none; }
  .audience-copy { gap: 36px; font-size: 16px; line-height: 1.7; }
  .audience-grid { grid-template-columns: 1fr; gap: 14px; margin-bottom: 46px; }
  .audience-grid p {
    min-height: 0;
    padding: 34px 26px;
    font-size: 16px;
    line-height: 1.65;
    border-radius: 10px;
  }

  .services-section { min-height: 0; padding: 72px 0 90px; }
  .services-heading { margin-bottom: 40px; }
  .services-heading h2 { font-size: 48px; line-height: 1; }
  .services-heading p {
    margin: 8px 0 36px;
    padding-bottom: 30px;
    font-size: 29px;
    line-height: 0.92;
  }
  .services-grid { grid-template-columns: 1fr; gap: 24px; margin-bottom: 0; }
  .service-card,
  .service-card-wide {
    min-height: 0;
    display: flex;
    padding: 40px 26px 26px;
    gap: 0;
    border-radius: 10px;
    transform: none;
  }
  .service-card h3 {
    margin-bottom: 34px;
    font-size: 29px;
    line-height: 1;
  }
  .service-card p,
  .service-card li { font-size: 14px; line-height: 1.7; }
  .service-card p { margin-bottom: 28px; }
  .service-card img { max-height: none; margin-top: 20px; transform: none; }

  .about-section { min-height: 0; padding: 86px 0 88px; }
  .about-section h2 { text-align: center; font-size: 49px; }
  .about-kicker {
    width: 100%;
    margin: 36px 0 42px;
    text-align: center;
    font-size: 28px;
    line-height: 1.1;
  }
  .about-grid {
    display: flex;
    flex-direction: column;
    gap: 38px;
    margin-top: 0;
  }
  .about-intro,
  .about-followup {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
  }
  .video-stack { display: contents; }
  .about-intro { order: 1; }
  .video-stack .video-frame:first-child { order: 2; }
  .video-caption { order: 3; margin: 0; text-align: center; font-size: 13px; }
  .video-stack .video-frame:last-child { order: 4; }
  .about-followup { order: 5; }
  .video-frame { border-radius: 10px; }
  .mission { margin-top: 68px; }
  .mission h2 { font-size: 43px; }
  .mission p { margin-top: 30px; font-size: 16px; line-height: 1.7; }

  .contact-section { min-height: 0; padding: 70px 0 72px; }
  .contact-section h2 {
    margin-bottom: 46px;
    text-align: left;
    font-size: 43px;
    line-height: 0.92;
  }
  .contact-form {
    padding: 0;
    gap: 20px;
    background: transparent;
    border-radius: 0;
  }
  .contact-form input,
  .contact-form select { height: 45px; font-size: 13px; }
  .field-with-label > span,
  .contact-form legend { font-size: 12px; }
  .contact-form fieldset label { font-size: 12px; }
  .contact-form button { height: 46px; font-size: 12px; }

  .site-footer {
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
  }
  .site-footer img {
    position: static;
    width: 136px;
    height: 129px;
  }
  .site-footer p { font-size: 10px; }
}

@media (max-width: 767px) {
  .hero {
    min-height: 0;
    padding-bottom: 67px;
  }
  .hero-copy { padding-top: 31px; }
  .eyebrow {
    max-width: 310px;
    margin-bottom: 39px;
    font-size: 18px;
    line-height: 1.4;
  }
  .eyebrow-break-mobile { display: inline; }
  .hero-mobile-break { display: block; }
  .hero-title-primary { font-size: 62px; line-height: 1; }
  .hero-title-secondary { margin-top: 100px; font-size: 44px; line-height: 1.02; }
  .hero-media.mobile-only {
    aspect-ratio: 428 / 375;
    margin-top: 66px;
    transform: translateX(-3px);
  }
  .hero-media.mobile-only img { object-fit: cover; }
  .hero-points { margin-bottom: 40px; }
  .hero-points li {
    padding: 27px 0 0;
    font-size: 16px;
    line-height: 1.7;
  }
  .hero-points li::before {
    top: 0;
    width: 24px;
    height: 2px;
  }
  .hero .cta { min-height: 109px; }
}

@media (max-width: 430px) {
  .section-shell,
  .hero-inner {
    width: min(342px, calc(100% - 24px));
    margin-left: 24px;
    margin-right: 0;
  }
  .audience-section h2 { max-width: 270px; margin-inline: auto; font-size: 25.03px; line-height: 1.1; }
  .audience-section { padding-bottom: 155px; }
  .services-section { padding-bottom: 0; }
  .services-heading h2 { font-size: 36.58px; line-height: 1.1; }
  .services-heading p { margin-top: 12px; padding-bottom: 28px; font-size: 26.95px; line-height: 1.1; }
  .service-card,
  .service-card-wide { padding: 25px 24px 24px; }
  .service-card h3 { margin-bottom: 34px; font-size: 26px; line-height: 1.2; }
  .service-card img { margin-top: auto; }
  .service-card:nth-child(1) { min-height: 779px; }
  .service-card:nth-child(2) { min-height: 737px; padding-top: 22px; padding-bottom: 20px; }
  .service-card:nth-child(3) { min-height: 819px; padding-bottom: 21px; }
  .service-card:nth-child(4) { min-height: 686px; padding-bottom: 20px; }
  .service-card:nth-child(4) h3 { max-width: 210px; }
  .service-card:nth-child(5) { min-height: 975px; padding-bottom: 14px; }
  .about-section h2 { font-size: 36.58px; line-height: 1.1; }
  .about-kicker { font-size: 26.95px; }
  .video-frame { width: 294px; margin-inline: auto; }
  .video-stack .video-frame:first-child { margin-top: 159px; }
  .video-stack .video-frame:last-child { margin-top: 127px; }
  .video-caption { width: 294px; margin-inline: auto; }
  .mission { margin-top: 208px; }
  .mission h2 { font-size: 30.8px; line-height: 1.1; }
  .contact-section { padding: 98px 0 25px; }
  .contact-section h2 { font-size: 30.8px; line-height: 1.1; }
  .contact-form { width: 317px; margin-inline: auto; gap: 28.75px; }
  .site-footer { width: calc(100% + 15px); height: 296px; }
  .site-footer img { width: 114px; height: 108px; transform: translateX(-5px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .motion-ready .reveal { opacity: 1; transform: none; transition: none; }
  .hero-crossfade .hero-frame { transition: none; }
  .hero-crossfade.is-houseboat .hero-frame-houseboat { transform: none; }
}
