:root {
  --red: #e60024;
  --red-deep: #d50020;
  --red-soft: #fff1f2;
  --ink: #17191d;
  --muted: #62646b;
  --line: #ececef;
  --paper: #ffffff;
  --container: 1160px;
  --drawer-width: min(86vw, 390px);
  --shadow: 0 12px 35px rgba(28, 25, 30, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  background: #d90020;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #d90020;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

button {
  color: inherit;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.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;
}

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

.section {
  padding: 62px 0;
}

.section--tight {
  padding: 40px 0;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header {
  position: relative;
  z-index: 20;
  height: 185px;
  background: linear-gradient(130deg, #d90020 0%, #ec0029 58%, #d90020 100%);
  color: white;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(calc(100% - 48px), var(--container));
  height: 100%;
  margin-inline: auto;
  padding-top: 92px;
}

.brand {
  position: absolute;
  top: 17px;
  left: 50%;
  display: flex;
  width: 72px;
  height: 68px;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: translateX(-50%);
}

.brand img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .site-header .header-logo-clip > .brand {
    top: calc(50% - 26.5px);
    transform: translate(-50%, -50%);
  }
}

.header-logo-clip {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.header-logo-clip .brand {
  pointer-events: auto;
}

.compact-brand {
  display: none;
}

.desktop-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3.2vw, 52px);
}

@media (min-width: 768px) {
  .site-header.is-scroll-animated {
    position: sticky;
    top: 0;
    z-index: 50;
    will-change: height;
  }

  .site-header.is-scroll-animated .header-inner {
    padding-top: 0;
  }

  .site-header.is-scroll-animated .desktop-nav {
    position: absolute;
    margin: 0;
    will-change: left, top, transform;
  }

  .site-header.is-scroll-animated .brand {
    will-change: left, top, transform;
  }

  .site-header.is-scroll-animated .header-logo-clip {
    overflow: hidden;
  }

  .site-header.is-scroll-animated .compact-brand {
    position: absolute;
    display: flex;
    width: 72px;
    height: 68px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    will-change: left, top, opacity;
  }

  .site-header.is-scroll-animated .compact-brand img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 56px;
    object-fit: contain;
  }

  .site-header.is-scroll-animated .header-search {
    top: calc(100% + 10px);
    right: 0;
    bottom: auto;
  }
}

.desktop-nav > a,
.desktop-nav-item > a {
  position: relative;
  padding: 15px 0;
  font-family: "Proza Libre", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.desktop-nav > a::after,
.desktop-nav-item > a::after {
  position: absolute;
  right: 50%;
  bottom: 6px;
  left: 50%;
  height: 2px;
  background: white;
  content: "";
  transition: inset 0.25s ease;
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after,
.desktop-nav > a.is-active::after,
.desktop-nav-item:hover > a::after,
.desktop-nav-item:focus-within > a::after {
  right: 0;
  left: 0;
}

.desktop-nav-item {
  position: relative;
  display: flex;
}

.desktop-subnav {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 50%;
  min-width: 168px;
  padding: 8px;
  border-radius: 6px;
  background: #c9001e;
  box-shadow: 0 12px 24px rgba(77, 0, 12, .24);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.desktop-subnav a {
  display: block;
  padding: 9px 12px;
  border-radius: 4px;
  font-family: "Proza Libre", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.desktop-subnav a:hover,
.desktop-subnav a:focus-visible {
  background: rgba(255,255,255,.14);
}

.desktop-nav-item:hover .desktop-subnav,
.desktop-nav-item:focus-within .desktop-subnav {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-caret {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 3px 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.search-toggle {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  place-items: center;
}

.search-toggle svg {
  width: 39px;
  height: 39px;
  stroke-width: 1.4;
}

.header-search {
  position: absolute;
  right: 0;
  bottom: 22px;
  display: flex;
  width: min(520px, 60vw);
  padding: 6px;
  border-radius: 8px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 0.2s ease;
}

.header-search.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  box-shadow: 0 14px 30px rgba(17, 21, 27, 0.18);
}

.header-search input {
  width: 100%;
  padding: 10px 14px;
  border: 0;
  outline: 0;
}

.header-search button {
  display: grid;
  width: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  cursor: pointer;
  place-items: center;
}

.header-search svg {
  width: 22px;
  height: 22px;
}

.menu-toggle,
.mobile-join,
.mobile-drawer,
.drawer-search {
  display: none;
}

.hero {
  position: relative;
  height: 485px;
  overflow: hidden;
  color: #fff;
  touch-action: pan-y;
}

.hero-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .72s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex: 0 0 100%;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 55%;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(10,16,21,.93) 0%, rgba(10,16,21,.75) 28%, rgba(10,16,21,.12) 63%, rgba(10,16,21,0) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 16px;
}

.hero-kicker {
  margin: 0 0 8px;
  color: #ffced5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.hero-slide h2 {
  max-width: 660px;
  margin: 0 0 15px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.14;
}

.hero-content > p:not(.hero-kicker) {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.65;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 23px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.button svg,
.text-link svg,
.quick-card a svg,
.featured-news a svg,
.about-block > a svg,
.footer-all svg {
  width: 17px;
  height: 17px;
}

.button--red {
  background: var(--red);
  color: #fff;
  box-shadow: 0 8px 22px rgba(230,0,36,.28);
}

.hero-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(16,21,27,.26);
  color: #fff;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
}

.hero-arrow svg {
  width: 23px;
  height: 23px;
}

.hero-arrow--prev {
  left: 28px;
  transform: translateY(-50%) rotate(180deg);
}

.hero-arrow--next {
  right: 28px;
}

.hero-dots {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  cursor: pointer;
}

.hero-dots button.active {
  background: var(--red);
  box-shadow: 0 0 0 3px rgba(255,255,255,.2);
}

.quick-actions {
  padding-top: 48px;
}

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

.quick-card {
  display: flex;
  min-height: 300px;
  padding: 34px 25px 27px;
  border: 1px solid #f0f0f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease;
}

.quick-card:hover {
  box-shadow: 0 18px 45px rgba(26,27,32,.13);
  transform: translateY(-5px);
}

.quick-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 17px;
  color: var(--red);
  font-size: 46px;
  line-height: 1;
}

.quick-card h2 {
  margin: 0 0 13px;
  font-size: 18px;
  font-weight: 800;
}

.quick-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.75;
}

.quick-card a,
.featured-news a,
.about-block > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 25px;
}

.section-title {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 13px;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.section-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 41px;
  height: 3px;
  border-radius: 3px;
  background: var(--red);
  content: "";
}

.section-head .section-title {
  margin-bottom: 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr);
  gap: 54px;
}

.news-list {
  display: grid;
  gap: 24px;
}

.news-item {
  display: grid;
  grid-template-columns: 205px 1fr;
  align-items: center;
  gap: 25px;
}

.news-item img {
  width: 205px;
  height: 125px;
  border-radius: 8px;
  object-fit: cover;
}

.news-item:nth-child(1) img {
  object-position: 72% center;
}

.news-item:nth-child(2) img {
  object-position: center 70%;
}

.news-item:nth-child(3) img {
  object-position: 56% center;
}

.eyebrow {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.news-item h3 {
  margin: 4px 0 5px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.news-item h3 a:hover {
  color: var(--red);
}

.news-item p,
.featured-news p,
.about-block p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.news-item time {
  display: block;
  margin-top: 4px;
  color: #9a9ca2;
  font-size: 11px;
}

.featured-news {
  padding: 28px 30px 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff7f7 0%, #ffeaec 100%);
}

.featured-news > h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 19px;
  font-weight: 800;
}

.featured-news > h2 svg {
  width: 29px;
  height: 29px;
  color: var(--red);
}

.featured-news > img {
  width: 100%;
  aspect-ratio: 1.58;
  margin-bottom: 17px;
  border-radius: 8px;
  object-fit: cover;
}

.featured-news h3 {
  margin: 5px 0 13px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.featured-news a {
  margin-top: 18px;
}

.services {
  padding-top: 45px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.service-card {
  min-height: 220px;
  padding: 8px 24px 0;
  border-right: 1px solid var(--line);
  text-align: center;
}

.service-card:first-child {
  padding-left: 0;
}

.service-card:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-card > svg,
.service-card > .service-icon,
.service-card > .udfo-icon {
  display: grid;
  width: 55px;
  height: 55px;
  margin: 0 auto 18px;
  color: var(--red);
  font-size: 48px;
  line-height: 1;
  place-items: center;
}

.service-card h3 {
  margin: 0 0 13px;
  font-size: 14px;
  font-weight: 800;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.7;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.service-card a svg,
.service-card a .udfo-icon {
  width: 15px;
  height: 15px;
  font-size: 14px;
}

.info-section {
  padding-top: 24px;
}

.info-grid {
  display: grid;
  grid-template-columns: .95fr 1.08fr .9fr;
  align-items: start;
  gap: 55px;
}

.agenda-block,
.resources-block,
.about-block {
  height: auto;
  min-width: 0;
}

.event-list {
  display: grid;
  gap: 14px;
}

.resource-list {
  display: grid;
  gap: 14px;
}

.event {
  display: grid;
  grid-template-columns: 70px 1fr 18px;
  height: 120px;
  align-items: start;
  gap: 18px;
  padding: 11px 14px 11px 11px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(28, 25, 30, .06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.event:hover {
  box-shadow: 0 11px 24px rgba(28, 25, 30, .11);
  transform: translateX(4px);
}

.event time {
  display: grid;
  width: 68px;
  height: 78px;
  align-self: start;
  border-radius: 6px;
  background: linear-gradient(145deg, #fff6f6, #fff0f1);
  color: var(--red);
  place-content: center;
  text-align: center;
}

.event time strong {
  font-size: 23px;
  line-height: 1.1;
}

.event time span {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.event h3 {
  margin: 0 0 3px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.event p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.event small {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #777a80;
  font-size: 11px;
}

.event small svg,
.event small .udfo-icon {
  width: 11px;
  height: 11px;
  color: var(--red);
  font-size: 11px;
}

.event-arrow {
  width: 17px;
  height: 17px;
  color: var(--red);
}

.section-head--compact {
  align-items: flex-start;
  margin-bottom: 30px;
}

.section-head--compact .text-link {
  margin-top: 7px;
  font-size: 11.5px;
}

.resource-card {
  display: grid;
  grid-template-columns: 33px 1fr 17px;
  height: 86.5px;
  align-items: start;
  gap: 13px;
  padding: 13px 14px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(28, 25, 30, .06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.resource-card:hover {
  box-shadow: 0 11px 24px rgba(28, 25, 30, .11);
  transform: translateX(4px);
}

.resource-card:focus-visible {
  outline: 3px solid rgba(230, 0, 36, .3);
  outline-offset: 2px;
}

.resource-card > svg:first-child,
.resource-card > .udfo-icon:first-child {
  width: 32px;
  height: 32px;
  color: var(--red);
  font-size: 29px;
}

.resource-card > svg:last-child,
.resource-card > .udfo-icon:last-child {
  width: 16px;
  height: 16px;
  color: var(--red);
  font-size: 15px;
}

.resource-list strong,
.resource-list small {
  display: block;
}

.resource-list strong {
  font-size: 13.5px;
  line-height: 1.35;
}

.resource-list small {
  margin-top: 3px;
  color: #777a80;
  font-size: 11px;
}

.about-block img {
  width: 100%;
  aspect-ratio: 1.75;
  margin-bottom: 18px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 57%;
}

.about-block p {
  line-height: 1.8;
}

.about-block > a {
  margin-top: 19px;
  padding-top: 0;
}

@media (min-width: 1051px) {
  .about-block img {
    aspect-ratio: 1.52;
  }
}

.join-section {
  padding: 36px 0 68px;
}

.join-banner {
  display: grid;
  grid-template-columns: 145px 1fr auto;
  min-height: 212px;
  align-items: center;
  gap: 30px;
  padding: 34px 65px;
  border-radius: 10px;
  background: linear-gradient(120deg, #df001f 0%, #ef002a 54%, #da001e 100%);
  color: #fff;
  box-shadow: 0 13px 30px rgba(218,0,31,.2);
}

.join-illustration {
  width: 118px;
  height: 118px;
  color: #fff;
  font-size: 92px;
  line-height: 1;
  text-align: center;
}

.join-banner h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
}

.join-banner p {
  margin: 0;
  font-size: 12px;
}

.button--light {
  min-width: 230px;
  background: #fff;
  color: var(--red);
  box-shadow: 0 8px 20px rgba(92,0,13,.16);
}

.site-footer {
  background: linear-gradient(135deg, #dc001f 0%, #ed0028 55%, #d8001e 100%);
  color: #fff;
  font-weight: 600;
}

.footer-grid {
  display: grid;
  grid-template-columns: .75fr 1.08fr .9fr 1.25fr;
  gap: 60px;
  padding-top: 56px;
  padding-bottom: 46px;
}

.brand--footer {
  position: relative;
  top: auto;
  left: auto;
  width: 75px;
  height: 72px;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 9px 0 17px;
  transform: none;
}

.brand--footer img {
  max-height: 72px;
}

.footer-about p {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.75;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  font-size: 12px;
  font-weight: 700;
  place-items: center;
}

.site-footer h2 {
  margin: 9px 0 25px;
  font-size: 16px;
  font-weight: 800;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contact ul {
  display: grid;
  gap: 19px;
}

.footer-contact li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  font-size: 13px;
  line-height: 1.6;
}

.footer-contact svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.footer-links {
  display: grid !important;
  gap: 18px;
  font-size: 13px;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-posts a:hover {
  text-decoration: underline;
}

.footer-posts {
  display: grid !important;
  gap: 15px;
}

.footer-posts a,
.footer-posts time {
  display: block;
}

.footer-posts a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.footer-posts time {
  margin-top: 1px;
  font-size: 11px;
  opacity: .85;
}

.footer-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
}

.footer-bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 11px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-bottom a {
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .desktop-nav {
    gap: 22px;
  }

  .desktop-nav > a,
  .desktop-nav-item > a {
    font-size: 13px;
  }

  .hero-content {
    padding-left: 35px;
  }

  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-card {
    min-height: 275px;
  }

  .news-grid {
    gap: 30px;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 35px;
  }

  .service-card:nth-child(3) {
    border-right: 0;
  }

  .service-card:nth-child(4) {
    padding-left: 0;
  }

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

  .about-block {
    grid-column: 1 / -1;
  }

  .about-block img {
    width: 44%;
    float: left;
    margin-right: 28px;
  }

  .join-banner {
    grid-template-columns: 110px 1fr auto;
    padding: 32px 38px;
  }

  .join-illustration {
    width: 96px;
    height: 96px;
  }

  .join-banner h2 {
    font-size: 23px;
  }

  .button--light {
    min-width: 190px;
  }

  .footer-grid {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  main section[id],
  .site-footer[id] {
    scroll-margin-top: 78px;
  }

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

  .section {
    padding: 45px 0;
  }

  .section--tight {
    padding: 32px 0;
  }

  .page-shell {
    box-shadow: -20px 0 42px rgba(30, 0, 7, .2);
  }

  body.menu-open .page-shell {
    transform: translateX(var(--drawer-width));
  }

  .site-header {
    position: sticky;
    top: 0;
    height: 78px;
    box-shadow: 0 8px 22px rgba(63, 0, 10, .13);
  }

  .header-inner {
    width: 100%;
    padding: 0 18px;
    justify-content: space-between;
  }

  .site-header .brand,
  .brand--drawer {
    top: 50%;
    width: 66px;
    height: 66px;
    transform: translate(-50%, -50%);
  }

  .desktop-nav,
  .header-search {
    display: none;
  }

  .menu-toggle {
    display: flex;
    width: 46px;
    height: 46px;
    padding: 10px 8px;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
  }

  .mobile-join {
    display: inline-flex;
    min-width: 86px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 5px;
    background: #fff;
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-drawer {
    position: fixed;
    z-index: 0;
    inset: 0 auto 0 0;
    display: block;
    width: var(--drawer-width);
    overflow-y: auto;
    background: linear-gradient(150deg, #cc001d 0%, #ed0029 54%, #d0001e 100%);
    color: #fff;
    opacity: .2;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity .34s ease, transform .42s cubic-bezier(.22,1,.36,1);
  }

  body.menu-open .mobile-drawer {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .drawer-head {
    position: relative;
    display: flex;
    height: 80px;
    align-items: center;
    border-bottom: 0;
  }

  .drawer-search {
    display: flex;
    gap: 0;
    margin: 10px 22px 14px;
    padding: 6px;
    border-radius: 8px;
    background: #fff;
    overflow: visible;
  }

  .drawer-search input {
    width: 100%;
    min-width: 0;
    padding: 10px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font-size: 13px;
    outline: 0;
  }

  .drawer-search button {
    display: grid;
    width: 44px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: var(--red);
    color: #fff;
    cursor: pointer;
    place-items: center;
  }

  .drawer-search svg {
    width: 21px;
    height: 21px;
  }

  .brand--drawer {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .drawer-close {
    position: absolute;
    z-index: 2;
    left: 21px;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    place-items: center;
  }

  .drawer-close span {
    position: absolute;
    width: 27px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    transform: rotate(45deg);
  }

  .drawer-close span:last-child {
    transform: rotate(-45deg);
  }

  .drawer-nav a {
    display: flex;
    min-height: 67px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 23px 12px 30px;
    border-bottom: 1px solid rgba(255,255,255,.22);
    font-family: "Proza Libre", Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .drawer-nav {
    border-top: 1px solid rgba(255,255,255,.25);
  }

  .drawer-nav-group {
    border-bottom: 1px solid rgba(255,255,255,.22);
  }

  .drawer-nav-group .drawer-nav-parent {
    border-bottom: 0;
  }

  .drawer-nav-caret {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
  }

  .drawer-subnav {
    min-height: 58px !important;
    padding: 12px 23px 12px 54px !important;
    border-top: 1px solid rgba(255,255,255,.22) !important;
    border-bottom: 0 !important;
    background: transparent;
    font-size: 14px !important;
  }

  .drawer-nav svg {
    width: 23px;
    height: 23px;
  }

  .hero {
    height: 590px;
  }

  .hero-slide:nth-child(1) .hero-image {
    object-position: 62% center;
  }

  .hero-slide:nth-child(2) .hero-image {
    object-position: 66% center;
  }

  .hero-slide:nth-child(3) .hero-image {
    object-position: 69% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(11,16,21,.89) 0%, rgba(11,16,21,.65) 70%, rgba(11,16,21,.18) 100%);
  }

  .hero-content {
    justify-content: flex-end;
    padding: 0 0 82px;
  }

  .hero-kicker {
    font-size: 10px;
  }

  .hero h1,
  .hero-slide h2 {
    font-size: clamp(32px, 9vw, 45px);
    line-height: 1.15;
  }

  .hero-content > p:not(.hero-kicker) {
    font-size: 14px;
  }

  .hero-arrow {
    display: none;
  }

  .hero-dots {
    bottom: 22px;
  }

  .desktop-only {
    display: none;
  }

  .quick-actions {
    padding-top: 34px;
  }

  .quick-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .quick-card {
    min-height: 0;
    padding: 28px 25px;
  }

  .quick-card p {
    max-width: 300px;
  }

  .section-head {
    align-items: flex-start;
  }

  .section-title {
    font-size: 22px;
  }

  .text-link {
    margin-top: 6px;
    font-size: 11px;
  }

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

  .news-list {
    gap: 27px;
  }

  .news-item {
    grid-template-columns: 115px 1fr;
    align-items: start;
    gap: 15px;
  }

  .news-item img {
    width: 115px;
    height: 105px;
  }

  .news-item h3 {
    margin-top: 3px;
    font-size: 14px;
  }

  .news-item p {
    display: none;
  }

  .featured-news {
    padding: 24px 22px 26px;
  }

  .snap-scroll {
    scrollbar-width: none;
  }

  .snap-scroll::-webkit-scrollbar {
    display: none;
  }

  .snap-scroll.is-scrollable:not(.is-at-end) {
    -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 55px), transparent 100%);
    mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 55px), transparent 100%);
  }

  .services-grid {
    display: flex;
    width: 100%;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 3px 48px 20px 3px;
    scroll-padding-inline: 3px;
    scroll-snap-type: x mandatory;
  }

  .service-card {
    min-width: 0;
    min-height: 240px;
    padding: 28px 22px 22px !important;
    border: 0 !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(28, 25, 30, .07);
    flex: 0 0 78%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .about-block {
    grid-column: auto;
  }

  .about-block img {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .join-section {
    padding-bottom: 48px;
  }

  .join-banner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 35px 25px;
    text-align: center;
  }

  .join-illustration {
    width: 92px;
    height: 92px;
    margin: auto;
  }

  .join-banner h2 {
    font-size: 22px;
  }

  .join-banner p {
    font-size: 12px;
  }

  .button--light {
    width: min(100%, 260px);
    margin: 10px auto 0;
  }

  .footer-grid {
    display: flex;
    width: min(calc(100% - 36px), var(--container));
    gap: 60px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-top: 43px;
    padding-right: 0;
    padding-bottom: 34px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
  }

  .footer-grid > div {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    flex: 0 0 auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .footer-grid > div:nth-child(1) {
    flex-basis: 185px;
  }

  .footer-grid > div:nth-child(2) {
    flex-basis: 266px;
  }

  .footer-grid > div:nth-child(3) {
    flex-basis: 222px;
  }

  .footer-grid > div:nth-child(4) {
    flex-basis: 308px;
  }

  .site-footer h2 {
    margin-bottom: 17px;
  }

  .footer-bottom-inner {
    flex-wrap: wrap;
    gap: 8px 18px;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .mobile-join {
    min-width: 77px;
  }

  .hero h1,
  .hero-slide h2 {
    font-size: 31px;
  }

  .section-head {
    display: block;
  }

  .section-head .text-link {
    margin-top: 14px;
  }

  .news-item {
    grid-template-columns: 102px 1fr;
  }

  .news-item img {
    width: 102px;
  }

  .event {
    grid-template-columns: 62px 1fr 14px;
    gap: 12px;
  }

  .event time {
    width: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
