@font-face {
  font-family: "Inter";
  src: url("assets/fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/InterVariable-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #232323;
  --surface-dark: #232323;
  --surface-dark-soft: #2e2e2e;
  --blue: #5b9bd4;
  --yellow: #f4eb66;
  --yellow-soft: #fffab3;
  --white: #ffffff;
  --shadow-card: 0 12px 33px 8px rgb(0 0 0 / 5%);
  --shadow-row: 0 7px 11px rgb(0 0 0 / 25%);
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  background: var(--white);
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  font-family: "Inter", Arial, sans-serif;
}

.site-loader {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: none;
  place-items: center;
  background: var(--white);
  opacity: 1;
  pointer-events: all;
  transition: opacity 420ms ease;
}

.site-loader__logo {
  width: min(341px, 58vw);
  height: auto;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.js-loading .site-loader {
  display: grid;
}

html.js-loading .site-scale {
  opacity: 0;
}

html.js-loading .site-scale,
html.site-ready .site-scale {
  transition: opacity 520ms ease;
}

html.loader-logo-visible .site-loader__logo {
  opacity: 1;
  transform: translateY(0) scale(1);
}

html.loader-leaving .site-loader {
  opacity: 0;
}

html.site-ready .site-scale {
  opacity: 1;
}

img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 16px;
  left: 16px;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-scale {
  position: relative;
  width: 1920px;
  min-height: 6329px;
  overflow: hidden;
  background: var(--white);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 29px;
  left: 199px;
  display: flex;
  width: 1521px;
  height: 195px;
  align-items: center;
}

.brand {
  display: block;
  width: 341px;
  height: 195px;
  flex: 0 0 auto;
}

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

.main-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 52px;
  font-size: 24px;
  line-height: 1.2;
}

.main-nav a {
  position: relative;
  white-space: nowrap;
}

.main-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav a:not(.nav-cta):hover::after,
.main-nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  display: grid;
  width: 221px;
  height: 49px;
  place-items: center;
  border-radius: 30px;
  color: var(--white);
  background: var(--blue);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.primary-button:hover,
.primary-button:focus-visible {
  box-shadow: 0 10px 26px rgb(91 155 212 / 32%);
  transform: translateY(-2px);
}

.navigation {
  display: none;
}

main {
  position: relative;
}

.hero {
  position: relative;
  height: 1419px;
  overflow: hidden;
  background: var(--white);
}

.hero-ellipse {
  position: absolute;
  z-index: 0;
  top: 280px;
  left: -1170px;
  width: 3254px;
  height: 1211px;
  max-width: none;
  transform: rotate(-8.13deg);
}

.hero-title {
  position: absolute;
  z-index: 3;
  top: 351px;
  left: 487px;
  width: 890px;
  margin: 0;
  font-size: 150px;
  font-weight: 700;
  letter-spacing: -7.4px;
  line-height: 0.792;
  text-align: center;
}

.hero-title span {
  display: block;
  white-space: nowrap;
}

.hero-title em {
  font-style: normal;
  font-weight: 200;
}

.hero-title strong {
  font-style: italic;
  font-weight: 700;
}

.hero-rotating-text {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
}

.hero-rotating-text__inner {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: visible;
  overflow-y: clip;
  vertical-align: top;
}

.hero-title .hero-rotating-text__word {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.hero-title .hero-rotating-text__word:first-child {
  position: relative;
}

.hero-title .hero-weight-invert__union {
  display: inline-block;
}

.hero-title .hero-weight-invert__char {
  display: inline-block;
}

.hero-line-two {
  display: flex !important;
  align-items: baseline;
  justify-content: center;
  gap: 0.12em;
  margin-top: 8px;
}

.hero-quote {
  position: absolute;
  z-index: 3;
  top: 707px;
  left: 689px;
  width: 507px;
  min-height: 269px;
  margin: 0;
  padding: 5px 0 0 52px;
  border-left: 11px solid #fff898;
  border-radius: 5px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.sunburst {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: fill;
  opacity: 0.5;
  pointer-events: none;
}

.sunburst--hero {
  z-index: 6;
  top: 492px;
  left: -488px;
  width: 1044px;
  height: 1146px;
}

.about {
  position: relative;
  height: 673px;
  background: var(--white);
}

.about-heading {
  position: absolute;
  top: 24px;
  left: 283px;
  width: 677px;
  height: 421px;
}

.eyebrow {
  display: grid;
  width: 136px;
  height: 29px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.about-heading h2 {
  position: relative;
  z-index: 2;
  margin: 6px 0 0;
  font-size: 67px;
  font-weight: 700;
  letter-spacing: -2.6px;
  line-height: 1.22;
}

.about-heading h2 span {
  color: var(--blue);
}

.about-title--mobile {
  display: none;
}

.about-year {
  position: absolute;
  z-index: 1;
  top: 127px;
  left: 0;
  width: 655px;
  height: 294px;
  object-fit: contain;
}

.about-copy {
  position: absolute;
  top: 0;
  left: 1066px;
  display: flex;
  width: 570px;
  flex-direction: column;
  align-items: center;
}

.history-pill {
  display: grid;
  width: 541px;
  height: 52px;
  margin: 0;
  place-items: center;
  border-radius: 15px;
  color: rgb(0 0 0 / 75%);
  background: var(--yellow-soft);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.about-text {
  width: 570px;
  margin-top: 25px;
  color: rgb(35 35 35 / 80%);
  font-size: 24px;
  line-height: 1.24;
}

.about-text p {
  margin: 0 0 25px;
}

.primary-button {
  display: grid;
  width: 255px;
  height: 48px;
  place-items: center;
  border-radius: 40px;
  color: var(--white);
  background: var(--blue);
  font-size: 16px;
  font-weight: 700;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

/* Animation Button 046: radial hover effect without changing button dimensions or colors. */
.button-046 {
  --button-046-color: var(--white);
  --button-046-color-background: var(--blue);
  --button-046-hover-color: var(--white);
  --button-046-hover-color-background: var(--yellow);
  --button-046-focus-inset: -2px;
  --button-046-hover-scale: 1.065 1.095;
  --button-046-click-scale: 0.955 0.925;
  --button-046-ease-click: cubic-bezier(0.4, 0, 0.2, 1);
  --button-046-ease-hover: cubic-bezier(0.34, 2.27, 0.64, 1);
  --button-046-ease-focus: cubic-bezier(0.32, 0.72, 0, 1);
  color: var(--button-046-color);
  display: inline-grid;
  position: relative;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.25s ease-out;
}

.nav-cta.button-046 { --button-046-border-radius: 30px; }
.primary-button.button-046 { --button-046-border-radius: 40px; }

.button-046::after {
  position: absolute;
  z-index: 3;
  inset: var(--button-046-focus-inset);
  border-radius: var(--button-046-border-radius);
  content: "";
  pointer-events: none;
  transition: box-shadow 0.3s var(--button-046-ease-focus), scale 0.4s var(--button-046-ease-hover);
}

.button-046:is(:hover, :focus-visible) { color: var(--button-046-hover-color); }
.button-046:focus-visible::after { box-shadow: 0 0 0 2px var(--blue); scale: var(--button-046-hover-scale); }

.button-046__bg,
.button-046__bg-circle {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  border-radius: var(--button-046-border-radius);
  transition: background-color 0.25s ease-out, scale 0.4s var(--button-046-ease-hover), transform 0.15s var(--button-046-ease-click);
}

.button-046__bg { background-color: var(--button-046-color-background); }
.button-046__bg-circle { z-index: 1; width: calc(100% + 1px); height: calc(100% + 1px); position: relative; overflow: clip; }
.button-046:active .button-046__bg,
.button-046:active .button-046__bg-circle { transform: scale(var(--button-046-click-scale)); }

.button-046__circle-wrap { position: absolute; inset: 0; transform-origin: 0 0; transform: scale(0); will-change: transform; }
.button-046__circle { display: block; position: absolute; inset: 0 auto auto 0; width: 200%; aspect-ratio: 1; border-radius: 50%; background-color: var(--button-046-hover-color-background); transform: translate(-50%, -50%); }
.button-046__inner { z-index: 2; grid-area: 1 / 1; display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; pointer-events: none; }
.button-046__text { flex: none; }

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .button-046:is(:hover, :focus-visible) .button-046__bg,
  .button-046:is(:hover, :focus-visible) .button-046__bg-circle {
    scale: var(--button-046-hover-scale);
    transition: background-color 0.25s 0.05s ease-out, scale 0.425s 0.05s var(--button-046-ease-hover), transform 0.15s var(--button-046-ease-click);
  }
}

.dark-section {
  color: var(--white);
  background: var(--surface-dark);
}

.section-parallax {
  position: relative;
  overflow: hidden;
}

[data-section-parallax-inner] {
  will-change: transform;
}

.candidates {
  position: relative;
  height: 1073px;
}

.section-heading {
  position: absolute;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  line-height: 1;
}

.eyebrow--large {
  width: 246px;
  height: 45px;
  font-size: 20px;
}

.section-heading--candidates {
  top: 190px;
  left: 595px;
  width: 730px;
}

.section-heading--candidates h2 {
  margin-top: 0;
  color: var(--yellow);
  font-size: 103px;
  font-weight: 700;
  letter-spacing: -4px;
  text-shadow: 0 5px 60px #000;
}

.coming-soon {
  position: absolute;
  top: 360px;
  left: 288px;
  display: grid;
  width: 1345px;
  height: 522px;
  place-items: center;
  border-radius: 28px;
  color: var(--white);
  background: var(--surface-dark-soft);
  font-size: 70px;
  font-style: italic;
  font-weight: 200;
}

.coming-soon__text {
  color: transparent;
  background-color: rgba(255, 255, 255, 0.35);
  background-image: linear-gradient(
    120deg,
    transparent 40%,
    white 50%,
    transparent 60%
  );
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: shimmer 2s linear infinite;
}

@keyframes shimmer {
  from {
    background-position: 200% 0%;
  }
}

.values {
  position: relative;
  height: 668px;
  /* Overlap the adjacent dark section to avoid a subpixel seam when scaled. */
  margin-top: -2px;
}

.section-heading--values {
  top: 32px;
  left: 392px;
  width: 1136px;
}

.eyebrow--inverse {
  width: 162px;
  color: var(--white);
  border-color: var(--white);
}

.section-heading--values h2,
.section-heading--pride h2 {
  margin-top: 8px;
  font-size: 67px;
  font-weight: 700;
  letter-spacing: -2.6px;
}

.values-grid {
  position: absolute;
  top: 294px;
  left: 317px;
  display: grid;
  width: 1287px;
  grid-template-columns: 596px 608px;
  gap: 80px 70px;
}

.value-item {
  display: flex;
  min-height: 87px;
  align-items: flex-start;
  gap: 23px;
}

.value-item p {
  width: 494px;
  margin: -3px 0 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.value-item p strong {
  font-weight: 700;
}

.value-icon {
  display: block;
  width: 79px;
  height: 79px;
  flex: 0 0 79px;
  border-radius: 24px;
  background-color: var(--yellow);
  background-image: url("assets/img/values-icons.png");
  background-image: image-set(
    url("assets/img/values-icons.webp") type("image/webp"),
    url("assets/img/values-icons.png") type("image/png")
  );
  background-repeat: no-repeat;
  background-size: 85px 612px;
}

.value-item--one .value-icon {
  background-position: -3px -6px;
}

.value-item--three .value-icon {
  background-position: -3px -181px;
}

.value-item--two .value-icon {
  background-position: -3px -355px;
}

.value-item--four .value-icon {
  background-position: -3px -529px;
}

.pride-committee-layer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--white);
}

.pride {
  position: relative;
  height: 1031px;
  overflow: visible;
}

.pride-background {
  position: absolute;
  z-index: 1;
  top: -78px;
  left: -936px;
  width: 3254px;
  height: 1498px;
  max-width: none;
  transform: rotate(-8.13deg);
}

.section-heading--pride {
  z-index: 2;
  top: 130px;
  left: 584px;
  width: 753px;
}

.section-heading--pride .eyebrow {
  width: 162px;
}

.pride-list {
  position: absolute;
  z-index: 2;
  top: 311px;
  left: 482px;
  display: flex;
  width: 954px;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 38px;
  list-style: none;
}

.pride-list li {
  display: flex;
  width: 953px;
  height: 138px;
  align-items: center;
  padding: 0 19px 0 41px;
  gap: 40px;
  border-radius: 25px;
  background: var(--white);
  box-shadow: var(--shadow-row);
}

.pride-list span {
  width: 46px;
  flex: 0 0 46px;
  color: var(--yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 700;
}

.pride-list p {
  width: 807px;
  margin: 0;
  color: rgb(0 0 0 / 60%);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.committee {
  position: relative;
  height: 899px;
  overflow: hidden;
}

.section-heading--committee {
  z-index: 4;
  top: 17px;
  left: 351px;
  width: 493px;
  text-align: left;
}

.section-heading--committee .eyebrow {
  margin: 0;
}

.section-heading--committee h2 {
  margin-top: -1px;
  font-size: 103px;
  font-weight: 700;
  letter-spacing: -4px;
  white-space: nowrap;
}

.committee-grid {
  position: absolute;
  z-index: 1;
  top: 150px;
  left: 351px;
  display: grid;
  width: 1213px;
  grid-template-columns: repeat(4, 271px);
  gap: 43px;
}

.member-card {
  position: relative;
  width: 271px;
  height: 443px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.member-card > img,
.member-card > picture > img {
  width: 271px;
  height: 365px;
  object-fit: cover;
  object-position: 50% 9%;
}

.member-card:nth-child(2) > img,
.member-card:nth-child(2) > picture > img {
  object-position: 50% 7%;
}

.member-copy {
  padding: 13px 20px 0;
}

.member-copy h3,
.member-copy p {
  margin: 0;
  font-weight: 500;
  line-height: 1.25;
}

.member-copy h3 {
  color: rgb(0 0 0 / 90%);
  font-size: 18px;
}

.member-copy p {
  margin-top: 2px;
  color: #619dd5;
  font-size: 13px;
  text-transform: uppercase;
}

.member-card--rendered {
  border-radius: 17px;
}

.member-card--rendered > img,
.member-card--rendered > picture > img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.sunburst--committee {
  z-index: 2;
  right: -560px;
  bottom: -585px;
  width: 1274px;
  height: 1350px;
}

.footer-parallax {
  position: relative;
  overflow: hidden;
}

.site-footer {
  position: relative;
  z-index: 5;
  width: 1920px;
  height: 566px;
  color: var(--white);
  background: var(--ink);
}

.footer-parallax__dark {
  position: absolute;
  z-index: 6;
  inset: 0;
  background: var(--ink);
  opacity: 0;
  pointer-events: none;
}

.footer-main {
  position: absolute;
  top: 153px;
  left: 197px;
  display: flex;
  width: 1527px;
  height: 231px;
  justify-content: space-between;
}

.footer-brand {
  position: relative;
  width: 433px;
  height: 207px;
}

.footer-brand img {
  width: 341px;
  height: 195px;
}

.footer-brand p {
  position: absolute;
  top: 160px;
  left: 119px;
  width: 314px;
  margin: 0;
  color: rgb(255 255 255 / 50%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.footer-links {
  display: grid;
  width: 663px;
  grid-template-columns: 123px 125px 215px;
  gap: 100px;
}

.footer-links section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links h2 {
  margin: 29px 0 18px;
  color: var(--yellow);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-links a {
  margin-bottom: 13px;
  color: rgb(255 255 255 / 50%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  position: absolute;
  top: 466px;
  left: 210px;
  display: flex;
  width: 1500px;
  justify-content: space-between;
  border-top: 1px solid #4f4f4f;
  padding-top: 39px;
  color: rgb(255 255 255 / 50%);
  font-size: 16px;
  font-weight: 500;
}

.footer-bottom p {
  margin: 0;
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .site-loader {
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 500px) {
  .site-scale {
    width: 500px;
    min-height: 6450px;
  }

  .site-header {
    position: absolute;
    top: 24px;
    left: 30px;
    width: 440px;
    height: 104px;
  }

  .brand {
    width: 182px;
    height: 104px;
  }

  .main-nav {
    display: none;
  }

  .navigation {
    z-index: 500;
    display: block;
    pointer-events: none;
    position: fixed;
    inset: 0;
  }

  .navigation__dark-bg {
    transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    opacity: 0;
    pointer-events: auto;
    visibility: hidden;
    background-color: #000;
    position: absolute;
    inset: 0;
  }

  [data-navigation-status="active"] .navigation__dark-bg {
    opacity: 0.33;
    visibility: visible;
  }

  .hamburger-nav {
    position: absolute;
    top: 49px;
    right: 30px;
    width: 350px;
    border-radius: 27px;
  }

  .hamburger-nav__bg {
    transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background: var(--white);
    position: absolute;
    top: 0;
    right: 0;
  }

  [data-navigation-status="active"] .hamburger-nav__bg {
    width: 350px;
    height: 432px;
  }

  .hamburger-nav__group {
    transition:
      all 0.5s cubic-bezier(0.5, 0.5, 0, 1),
      transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    box-sizing: border-box;
    width: 350px;
    pointer-events: auto;
    transform-origin: 100% 0;
    display: flex;
    flex-flow: column;
    gap: 14px;
    padding: 35px 38px 30px 30px;
    position: relative;
    transform: scale(0.15) rotate(0.001deg);
    opacity: 0;
    visibility: hidden;
  }

  [data-navigation-status="active"] .hamburger-nav__group {
    transform: scale(1) rotate(0.001deg);
    opacity: 1;
    visibility: visible;
  }

  .hamburger-nav__menu-p {
    margin: 0;
    opacity: 0.5;
    color: var(--text);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .hamburger-nav__ul {
    display: flex;
    flex-flow: column;
    gap: 6px;
    margin: 0;
    padding: 0;
  }

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

  .hamburger-nav__a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    color: var(--text);
    font-size: 26px;
    line-height: 1.2;
    text-decoration: none;
  }

  .hamburger-nav__dot {
    transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    background: currentColor;
    transform: scale(0) rotate(0.001deg);
    opacity: 0.5;
  }

  .hamburger-nav__a:hover .hamburger-nav__dot,
  .hamburger-nav__a:focus-visible .hamburger-nav__dot {
    transform: scale(1) rotate(0.001deg);
    opacity: 0.25;
  }

  .hamburger-nav .nav-cta {
    width: 100%;
    height: 52px;
    margin-top: 10px;
  }

  .hamburger-nav__toggle {
    transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    z-index: 1;
    display: flex;
    width: 54px;
    height: 54px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: var(--white);
    background: var(--blue);
    cursor: pointer;
    pointer-events: auto;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 0) rotate(0.001deg);
  }

  [data-navigation-status="active"] .hamburger-nav__toggle {
    transform: translate(-16px, 16px) rotate(0.001deg);
  }

  .hamburger-nav__toggle-bar {
    transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    position: absolute;
    transform: translateY(-5px) rotate(0.001deg);
  }

  .hamburger-nav__toggle:hover .hamburger-nav__toggle-bar {
    transform: translateY(5px) rotate(0.001deg);
  }

  [data-navigation-status="active"]
    .hamburger-nav__toggle
    .hamburger-nav__toggle-bar {
    transform: translateY(0) rotate(45deg);
  }

  .hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
    transform: translateY(5px) rotate(0.001deg);
  }

  .hamburger-nav__toggle:hover .hamburger-nav__toggle-bar:nth-child(2) {
    transform: translateY(-5px) rotate(0.001deg);
  }

  [data-navigation-status="active"]
    .hamburger-nav__toggle
    .hamburger-nav__toggle-bar:nth-child(2) {
    transform: translateY(0) rotate(-45deg);
  }

  .hero {
    height: 850px;
  }

  .hero-ellipse {
    top: 265px;
    left: -1170px;
    width: 1800px;
    height: 670px;
    transform: rotate(-9deg);
  }

  .hero-title {
    top: 185px;
    left: 38px;
    width: 424px;
    font-size: 72px;
    letter-spacing: -3.8px;
    line-height: 0.86;
  }

  .hero-quote {
    top: 395px;
    left: 100px;
    width: 302px;
    min-height: 280px;
    padding: 2px 0 0 25px;
    border-left-width: 7px;
    font-size: 19px;
    line-height: 1.45;
  }

  .sunburst--hero {
    top: 580px;
    left: -200px;
    width: 620px;
    height: 640px;
    transform: scale(0.62);
    transform-origin: top left;
  }

  .about {
    height: 1000px;
    padding: 0 32px;
  }

  .about-heading {
    top: 52px;
    left: 32px;
    width: 436px;
    height: 335px;
    text-align: center;
  }

  .about-heading h2 {
    margin-top: 10px;
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 1.08;
  }

  .about-title--desktop {
    display: none;
  }

  .about-title--mobile {
    display: block;
    font-size: 44px;
    letter-spacing: -2.2px;
    white-space: nowrap;
  }

  .about-year {
    top: 125px;
    left: 53px;
    width: 330px;
    height: 148px;
  }

  .about-copy {
    top: 380px;
    left: 32px;
    width: 436px;
  }

  .history-pill {
    width: 436px;
    height: 58px;
    font-size: 14px;
  }

  .about-text {
    width: 436px;
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.35;
  }

  .about-text p {
    margin-bottom: 23px;
  }

  .primary-button {
    width: 270px;
    height: 54px;
    font-size: 17px;
  }

  .candidates {
    height: 750px;
  }

  .eyebrow--large {
    width: 200px;
    height: 38px;
    font-size: 16px;
  }

  .section-heading--candidates {
    top: 95px;
    left: 25px;
    width: 450px;
  }

  .section-heading--candidates h2 {
    font-size: 62px;
    letter-spacing: -2px;
  }

  .coming-soon {
    top: 250px;
    left: 30px;
    width: 440px;
    height: 325px;
    padding: 0 50px;
    border-radius: 24px;
    font-size: 37px;
    line-height: 1.2;
    text-align: center;
  }

  .values {
    height: 1000px;
  }

  .section-heading--values {
    top: 72px;
    left: 30px;
    width: 440px;
  }

  .section-heading--values h2,
  .section-heading--pride h2 {
    margin-top: 14px;
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 1.04;
  }

  .values-grid {
    top: 270px;
    left: 38px;
    width: 424px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .value-item {
    min-height: 125px;
    align-items: center;
    gap: 24px;
  }

  .value-item p {
    width: 310px;
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .value-icon {
    width: 78px;
    height: 78px;
    flex-basis: 78px;
  }

  .pride {
    height: 950px;
    overflow: hidden;
  }

  .pride-background {
    top: -30px;
    left: -800px;
    width: 1700px;
    height: 1200px;
    transform: rotate(-8deg);
  }

  .section-heading--pride {
    top: 70px;
    left: 25px;
    width: 450px;
  }

  .section-heading--pride .eyebrow {
    width: 162px;
  }

  .pride-list {
    top: 245px;
    left: 30px;
    width: 440px;
    gap: 28px;
  }

  .pride-list li {
    width: 440px;
    height: 178px;
    padding: 22px 24px;
    gap: 22px;
    border-radius: 22px;
  }

  .pride-list span {
    width: 44px;
    flex-basis: 44px;
    font-size: 31px;
  }

  .pride-list p {
    width: 318px;
    font-size: 15px;
    line-height: 1.3;
  }

  .committee {
    height: 1100px;
  }

  .section-heading--committee {
    top: 55px;
    left: 30px;
    width: 440px;
    text-align: center;
  }

  .section-heading--committee .eyebrow {
    margin: 0 auto;
  }

  .section-heading--committee h2 {
    margin-top: 6px;
    font-size: 66px;
    letter-spacing: -3px;
  }

  .committee-grid {
    top: 185px;
    left: 30px;
    width: 440px;
    grid-template-columns: repeat(2, 210px);
    gap: 20px;
  }

  .member-card {
    width: 210px;
    height: 390px;
    border-radius: 18px;
  }

  .member-card > img,
  .member-card > picture > img {
    width: 210px;
    height: 310px;
  }

  .member-copy {
    padding: 12px 14px 0;
  }

  .member-copy h3 {
    font-size: 16px;
  }

  .member-copy p {
    font-size: 11px;
  }

  .member-card--rendered > img,
  .member-card--rendered > picture > img {
    width: 100%;
    height: 100%;
  }

  .sunburst--committee {
    right: -740px;
    bottom: -730px;
    transform: scale(0.68);
  }

  .site-footer {
    width: 500px;
    height: 800px;
  }

  .footer-main {
    top: 54px;
    left: 36px;
    display: block;
    width: 428px;
    height: auto;
  }

  .footer-brand {
    width: 428px;
    height: 180px;
  }

  .footer-brand img {
    width: 238px;
    height: 136px;
  }

  .footer-brand p {
    top: 105px;
    left: 92px;
    width: 280px;
    font-size: 15px;
  }

  .footer-links {
    display: grid;
    width: 428px;
    grid-template-columns: 130px 130px;
    gap: 34px 70px;
    margin-left: 50px;
    margin-top: 50px;
  }

  .footer-links section:last-child {
    grid-column: 1 / -1;
  }

  .footer-links h2 {
    margin: 0 0 15px;
    font-size: 15px;
  }

  .footer-links a {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .footer-bottom {
    top: auto;
    bottom: 38px;
    left: 36px;
    width: 428px;
    padding-top: 24px;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
  }
}

@media (width: 500px) {
  .site-scale {
    transform: none !important;
  }
}

@media (min-width: 1920px) {
  .site-scale {
    --desktop-gutter: calc((100vw - 1920px) / 2);

    width: 100vw !important;
    transform: none !important;
  }

  .site-header {
    left: calc(199px + var(--desktop-gutter));
  }

  .hero-ellipse {
    left: calc(-1170px + var(--desktop-gutter));
  }

  .hero-title {
    left: calc(487px + var(--desktop-gutter));
  }

  .hero-quote {
    left: calc(689px + var(--desktop-gutter));
  }

  .sunburst--hero {
    left: calc(-488px + var(--desktop-gutter));
  }

  .about-heading {
    left: calc(283px + var(--desktop-gutter));
  }

  .about-copy {
    left: calc(1066px + var(--desktop-gutter));
  }

  .section-heading--candidates {
    left: calc(595px + var(--desktop-gutter));
  }

  .coming-soon {
    left: calc(288px + var(--desktop-gutter));
  }

  .section-heading--values {
    left: calc(392px + var(--desktop-gutter));
  }

  .values-grid {
    left: calc(317px + var(--desktop-gutter));
  }

  .pride-background {
    left: calc(-936px + var(--desktop-gutter));
  }

  .section-heading--pride {
    left: calc(584px + var(--desktop-gutter));
  }

  .pride-list {
    left: calc(482px + var(--desktop-gutter));
  }

  .section-heading--committee,
  .committee-grid {
    left: calc(351px + var(--desktop-gutter));
  }

  .sunburst--committee {
    right: calc(-560px + var(--desktop-gutter));
  }

  .site-footer {
    width: 100%;
  }

  .footer-main {
    left: calc(197px + var(--desktop-gutter));
  }

  .footer-bottom {
    left: calc(210px + var(--desktop-gutter));
  }
}
