:root {
  --navy: #062a58;
  --navy-deep: #031d3d;
  --blue: #1682bd;
  --blue-bright: #32a6d7;
  --cyan: #bfe9ef;
  --ice: #edf8fa;
  --lime: #b3c62b;
  --white: #ffffff;
  --ink: #10243e;
  --muted: #66788b;
  --line: #dbe5e9;
  --shadow: 0 26px 70px rgba(3, 29, 61, 0.11);
  --font-body: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 168px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

section {
  scroll-margin-top: 164px;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(6, 42, 88, 0.1);
  display: flex;
  height: 164px;
  justify-content: space-between;
  left: 0;
  padding: 8px clamp(24px, 4.4vw, 76px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand {
  display: block;
  height: 148px;
  overflow: hidden;
  width: min(830px, 57vw);
}

.brand img {
  display: block;
  height: auto;
  transform: translateY(-24%);
  width: 100%;
}

.site-header nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2vw, 34px);
  justify-content: flex-end;
}

.site-header nav > a:not(.nav-cta) {
  color: #43556b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-block: 12px;
  position: relative;
  white-space: nowrap;
}

.site-header nav > a:not(.nav-cta)::after {
  background: var(--blue);
  bottom: 4px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

.site-header nav > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta,
.form-submit {
  align-items: center;
  background: var(--navy);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 750;
  gap: 24px;
  justify-content: center;
  min-height: 51px;
  padding: 0 22px;
  transition: background 180ms ease, transform 180ms ease;
}

.nav-cta span,
.form-submit span {
  color: var(--lime);
  font-size: 1rem;
}

.nav-cta:hover,
.form-submit:hover {
  background: var(--blue);
  transform: translateY(-2px);
}

.about-section,
.archive-section,
.committee-section,
.contact-section {
  padding: clamp(82px, 8vw, 136px) clamp(26px, 6vw, 100px);
}

.about-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(191, 233, 239, 0.72), transparent 28%),
    linear-gradient(90deg, rgba(22, 130, 189, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(22, 130, 189, 0.045) 1px, transparent 1px),
    #f9fcfd;
  background-size: auto, 48px 48px, 48px 48px, auto;
  overflow: hidden;
  position: relative;
}

.about-section::after {
  background: var(--lime);
  content: '';
  height: 12px;
  position: absolute;
  right: clamp(26px, 6vw, 100px);
  top: 0;
  width: clamp(80px, 9vw, 145px);
}

.about-main {
  align-items: start;
  display: grid;
  gap: clamp(55px, 8vw, 140px);
  grid-template-columns: minmax(0, 1.06fr) minmax(350px, 0.94fr);
  margin: 0 auto;
  max-width: 1540px;
}

.eyebrow {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-size: 0.72rem;
  font-weight: 780;
  gap: 11px;
  letter-spacing: 0.18em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.eyebrow > span {
  background: var(--lime);
  display: inline-block;
  height: 9px;
  width: 9px;
}

.about-heading h1,
.section-heading h2,
.contact-section h2 {
  color: var(--navy);
  font-size: clamp(3.35rem, 5.6vw, 6.9rem);
  font-weight: 690;
  letter-spacing: -0.068em;
  line-height: 0.97;
  margin: 0;
}

h1 em,
h2 em {
  color: var(--blue);
  font-style: normal;
}

.about-copy {
  border-top: 1px solid rgba(6, 42, 88, 0.18);
  padding-top: 28px;
}

.about-copy p {
  color: #586c80;
  font-size: clamp(0.98rem, 1.05vw, 1.1rem);
  line-height: 1.78;
  margin: 0 0 20px;
}

.about-copy .large-copy {
  color: var(--ink);
  font-size: clamp(1.22rem, 1.55vw, 1.65rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
}

.contact-topics span {
  background: var(--ice);
  border: 1px solid #cfe5e9;
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  padding: 13px 16px;
  text-transform: uppercase;
}

.stats {
  border-bottom: 1px solid rgba(6, 42, 88, 0.14);
  border-top: 1px solid rgba(6, 42, 88, 0.14);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(60px, 7vw, 100px) auto 0;
  max-width: 1540px;
}

.stats div {
  border-right: 1px solid rgba(6, 42, 88, 0.14);
  padding: 28px clamp(16px, 2.3vw, 38px);
}

.stats div:first-child { padding-left: 0; }
.stats div:last-child { border-right: 0; }

.stats dt {
  color: var(--navy);
  font-size: clamp(2.2rem, 3.4vw, 4.4rem);
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 1;
}

.stats dd {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.archive-section {
  background: #eef5f7;
}

.section-heading {
  margin: 0 auto clamp(52px, 6vw, 90px);
  max-width: 1540px;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.25fr 0.75fr;
}

.section-heading h2,
.contact-section h2 {
  font-size: clamp(3rem, 4.7vw, 5.8rem);
}

.section-intro {
  border-top: 1px solid rgba(6, 42, 88, 0.18);
  color: var(--muted);
  font-size: clamp(0.98rem, 1.1vw, 1.1rem);
  line-height: 1.75;
  margin: 0;
  padding-top: 22px;
}

.map-layout {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.7fr);
  margin: 0 auto;
  max-width: 1540px;
}

.map-card {
  background: var(--white);
  border: 1px solid #d8e5e8;
  box-shadow: var(--shadow);
  min-width: 0;
  padding: 22px;
}

.map-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #5c7085;
  display: flex;
  font-size: 0.72rem;
  font-weight: 760;
  justify-content: space-between;
  letter-spacing: 0.11em;
  padding: 0 6px 18px;
  text-transform: uppercase;
}

.map-toolbar p {
  align-items: center;
  display: flex;
  gap: 9px;
  margin: 0;
}

.live-dot {
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(179, 198, 43, 0.15);
  height: 8px;
  width: 8px;
}

.map-viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.map-stage {
  aspect-ratio: 3 / 2;
  min-width: 700px;
  overflow: hidden;
  position: relative;
}

.map-stage::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(50, 166, 215, 0.07));
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.map-stage > img {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  width: 100%;
}

.map-pin {
  background: none;
  border: 0;
  cursor: pointer;
  height: 22px;
  left: var(--x);
  padding: 0;
  position: absolute;
  top: var(--y);
  transform: translate(-50%, -50%);
  width: 22px;
  z-index: 3;
}

.pin-dot {
  background: var(--navy);
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(3, 29, 61, 0.28);
  inset: 0;
  position: absolute;
  transition: background 160ms ease, transform 160ms ease;
}

.pin-pulse {
  background: rgba(22, 130, 189, 0.18);
  border-radius: 50%;
  inset: -8px;
  opacity: 0;
  position: absolute;
  transform: scale(0.6);
  transition: opacity 160ms ease, transform 160ms ease;
}

.pin-label {
  background: var(--white);
  border-left: 3px solid var(--lime);
  box-shadow: 0 12px 30px rgba(3, 29, 61, 0.16);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  left: 17px;
  min-width: 110px;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: -8px;
  transform: translateX(-6px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.pin-label strong {
  font-size: 0.72rem;
}

.pin-label small {
  color: var(--muted);
  font-size: 0.6rem;
  margin-top: 3px;
}

.map-pin:hover .pin-dot,
.map-pin:focus-visible .pin-dot,
.map-pin.is-active .pin-dot {
  background: var(--blue);
  transform: scale(1.25);
}

.map-pin:hover .pin-pulse,
.map-pin:focus-visible .pin-pulse,
.map-pin.is-active .pin-pulse {
  opacity: 1;
  transform: scale(1);
}

.map-pin:hover .pin-label,
.map-pin:focus-visible .pin-label,
.map-pin.is-active .pin-label {
  opacity: 1;
  transform: translateX(0);
}

.city-tabs {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 19px 4px 0;
}

.city-tabs button {
  background: transparent;
  border: 1px solid #d2e0e4;
  color: #5b6e82;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 720;
  padding: 8px 10px;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.city-tabs button:hover,
.city-tabs button.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.map-credit {
  color: #8a99a7;
  font-size: 0.65rem;
  margin: 15px 4px 0;
}

.map-credit a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.edition-panel {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--navy-deep);
  background-size: 35px 35px;
  box-shadow: var(--shadow);
  color: var(--white);
  min-height: 520px;
  padding: clamp(34px, 4vw, 62px) clamp(28px, 3vw, 46px);
}

.panel-kicker {
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.panel-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 28px;
  padding-bottom: 27px;
}

.panel-title h3 {
  font-size: clamp(2.4rem, 3.4vw, 4.4rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin: 0 0 10px;
}

.panel-title > span {
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edition-list {
  display: grid;
  gap: 10px;
}

.edition-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 9px;
  grid-template-columns: auto auto 1fr auto;
  min-height: 73px;
  padding: 13px 14px;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.edition-row.has-link:hover {
  background: rgba(50, 166, 215, 0.18);
  border-color: rgba(191, 233, 239, 0.44);
  transform: translateX(4px);
}

.edition-number {
  color: var(--cyan);
  font-size: 0.67rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.edition-row strong {
  font-size: 1.13rem;
}

.edition-status {
  color: #b8c6d3;
  font-size: 0.67rem;
  line-height: 1.35;
  text-align: right;
}

.edition-arrow {
  color: var(--lime);
}

.panel-note {
  color: #9fb0c0;
  font-size: 0.69rem;
  line-height: 1.55;
  margin: 24px 0 0;
}

.archive-note {
  color: var(--muted);
  margin: 24px auto 0;
  max-width: 1540px;
}

.committee-section {
  background: var(--white);
}

.committee-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(48px, 5vw, 84px) clamp(22px, 3vw, 50px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1540px;
}

.member-card {
  align-items: center;
  display: flex;
  flex: 0 1 calc((100% - 200px) / 5);
  flex-direction: column;
  min-width: 180px;
  text-align: center;
}

.member-photo {
  aspect-ratio: 1;
  background: var(--ice);
  border: 7px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(3, 29, 61, 0.15);
  display: block;
  max-width: 220px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.member-photo::after {
  border: 1px solid rgba(22, 130, 189, 0.22);
  border-radius: 50%;
  content: '';
  inset: 0;
  position: absolute;
}

.member-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.member-card:hover .member-photo {
  box-shadow: 0 18px 38px rgba(3, 29, 61, 0.2);
  transform: translateY(-5px);
}

.member-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 19px;
}

.member-copy strong {
  color: #111820;
  font-size: clamp(1.02rem, 1.25vw, 1.28rem);
  line-height: 1.15;
}

.member-copy > span {
  color: #586a7a;
  font-size: 0.85rem;
  line-height: 1.45;
  margin-top: 9px;
  max-width: 230px;
}

.member-copy small {
  border-bottom: 1px solid #c9d6db;
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  margin-top: 12px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 55%),
    var(--ice);
  display: grid;
  gap: clamp(60px, 9vw, 150px);
  grid-template-columns: 0.78fr 1.22fr;
}

.contact-copy {
  max-width: 520px;
}

.contact-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 30px 0;
}

.contact-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-topics span {
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.66rem;
  padding: 10px 12px;
}

.contact-form {
  background: var(--white);
  border-top: 7px solid var(--blue);
  box-shadow: var(--shadow);
  display: grid;
  gap: 22px;
  padding: clamp(30px, 4vw, 58px);
}

.form-row {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.contact-form label:not(.consent) {
  display: grid;
  gap: 8px;
}

.contact-form label > span:first-child {
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #f7fafb;
  border: 1px solid #ccdade;
  border-radius: 0;
  color: var(--ink);
  min-height: 54px;
  padding: 13px 15px;
  width: 100%;
}

.contact-form textarea {
  min-height: 135px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #94a2ae;
}

.consent {
  align-items: start;
  color: var(--muted);
  display: flex;
  font-size: 0.75rem;
  gap: 10px;
  line-height: 1.45;
}

.consent input {
  accent-color: var(--blue);
  flex: 0 0 auto;
  min-height: auto;
  width: auto;
}

.form-submit {
  justify-self: start;
  min-height: 57px;
  padding-inline: 28px;
}

.form-status {
  background: var(--ice);
  border-left: 3px solid var(--blue);
  color: var(--navy);
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 0;
  padding: 12px;
}

.form-note {
  color: #8796a4;
  font-size: 0.67rem;
  line-height: 1.45;
  margin: -8px 0 0;
}

footer {
  background: #101820;
  color: var(--white);
  padding: clamp(60px, 7vw, 100px) clamp(26px, 6vw, 100px) 28px;
}

.footer-main {
  display: grid;
  gap: clamp(50px, 7vw, 120px);
  grid-template-columns: 1.45fr 0.7fr 0.55fr;
  margin: 0 auto;
  max-width: 1540px;
}

.footer-brand {
  background: transparent;
  display: block;
  height: 105px;
  overflow: hidden;
  width: min(520px, 100%);
}

.footer-brand img {
  display: block;
  filter: grayscale(1) invert(1) brightness(5) contrast(10);
  height: auto;
  mix-blend-mode: screen;
  transform: translateY(-24%);
  width: 100%;
}

.footer-identity > p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.89rem;
  line-height: 1.6;
  margin: 25px 0;
  max-width: 470px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  display: flex;
  font-size: 1.08rem;
  font-weight: 760;
  height: 45px;
  justify-content: center;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
  width: 45px;
}

.social-links a:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-3px);
}

.footer-column {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-column h3 {
  font-size: 0.85rem;
  margin: 0 0 10px;
}

.footer-column a,
.footer-future {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  line-height: 1.4;
}

.footer-column a:hover {
  color: var(--cyan);
}

.footer-future {
  color: var(--white);
}

.footer-future::after {
  color: var(--lime);
  content: ' · next';
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid #313a42;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  font-size: 0.72rem;
  justify-content: space-between;
  margin: clamp(60px, 7vw, 100px) auto 0;
  max-width: 1540px;
  padding-top: 24px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a:hover {
  color: var(--white);
}

@media (max-width: 1240px) {
  .site-header {
    height: auto;
    min-height: 144px;
  }

  .brand {
    height: 126px;
    width: min(650px, 55vw);
  }

  .site-header nav {
    gap: 15px;
  }

  .member-card {
    flex-basis: calc((100% - 120px) / 4);
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 190px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding-bottom: 13px;
  }

  .brand {
    height: 116px;
    width: min(710px, 92vw);
  }

  .site-header nav {
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
  }

  .about-main,
  .split-heading,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .about-main,
  .split-heading {
    gap: 45px;
  }

  .about-copy {
    max-width: 760px;
  }

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

  .stats div:nth-child(2) { border-right: 0; }
  .stats div:nth-child(-n + 2) { border-bottom: 1px solid rgba(6, 42, 88, 0.14); }
  .stats div:nth-child(3) { padding-left: 0; }

  .map-layout {
    grid-template-columns: 1fr;
  }

  .edition-panel {
    min-height: auto;
  }

  .member-card {
    flex-basis: calc((100% - 80px) / 3);
  }

  .contact-copy {
    max-width: 720px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-identity {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 160px;
  }

  section {
    scroll-margin-top: 160px;
  }

  .site-header {
    min-height: 0;
    padding: 4px 18px 11px;
  }

  .brand {
    height: 94px;
    width: min(560px, 100%);
  }

  .site-header nav {
    gap: 17px;
    padding-bottom: 2px;
  }

  .site-header nav > a:not(.nav-cta) {
    font-size: 0.72rem;
  }

  .nav-cta {
    min-height: 42px;
    padding-inline: 16px;
  }

  .about-section,
  .archive-section,
  .committee-section,
  .contact-section {
    padding: 70px 20px;
  }

  .about-heading h1,
  .section-heading h2,
  .contact-section h2 {
    font-size: clamp(2.9rem, 13vw, 4.2rem);
  }

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

  .stats div,
  .stats div:nth-child(2),
  .stats div:nth-child(3) {
    border-bottom: 1px solid rgba(6, 42, 88, 0.14);
    border-right: 0;
    padding: 22px 0;
  }

  .stats div:last-child {
    border-bottom: 0;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .map-card {
    padding: 14px;
  }

  .map-stage {
    min-width: 680px;
  }

  .city-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .city-tabs button {
    flex: 0 0 auto;
  }

  .edition-panel {
    padding: 35px 23px;
  }

  .edition-row {
    grid-template-columns: auto auto 1fr auto;
  }

  .edition-status {
    font-size: 0.6rem;
  }

  .committee-grid {
    gap: 42px 18px;
  }

  .member-card {
    flex-basis: calc((100% - 18px) / 2);
    min-width: 0;
  }

  .member-photo {
    border-width: 5px;
  }

  .member-copy > span {
    font-size: 0.75rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 27px 20px;
  }

  footer {
    padding: 58px 20px 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-identity {
    grid-column: auto;
  }

  .footer-brand {
    height: 83px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
