:root {
  --navy: #071a2b;
  --deep: #0d2438;
  --warm: #f5f2eb;
  --paper: #fbfaf7;
  --gold: #c59a55;
  --copper: #a7773d;
  --ink: #233240;
  --muted: #626e78;
  --light: #e9eef2;
  --focus: #66b8e8;
  --line: rgba(35, 50, 64, 0.2);
  --line-dark: rgba(233, 238, 242, 0.2);
  --shell: min(1360px, calc(100vw - 96px));
  --header-h: 84px;
  --header-h-sticky: 70px;
  --header-brand-h: 78px;
  --header-brand-h-sticky: 68px;
  --header-logo-w: 290px;
  --header-logo-w-sticky: 250px;
  --header-gap: clamp(24px, 3vw, 44px);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

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

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open main {
  overflow-x: clip;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

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

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

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

::selection {
  background: var(--gold);
  color: var(--navy);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h3 {
  font-weight: 600;
  line-height: 1.2;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(96px, 11vw, 176px) 0;
}

.section--warm {
  background: var(--warm);
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 16px;
  left: 16px;
  padding: 12px 18px;
  transform: translateY(-160%);
  background: var(--focus);
  color: var(--navy);
  font-weight: 700;
}

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

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.eyebrow--dark {
  color: #80602f;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-h);
  margin-bottom: 0;
  border-bottom: 1px solid rgba(7, 26, 43, 0.14);
  background: #f8f8f8;
  color: #071a2b;
  transition:
    height 220ms ease,
    margin-bottom 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-sticky {
  height: var(--header-h-sticky);
  margin-bottom: calc(var(--header-h) - var(--header-h-sticky));
  background: #f8f8f8;
  box-shadow: 0 6px 18px rgba(7, 26, 43, 0.1);
}

.site-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: var(--header-gap);
}

.site-header__brand {
  display: flex;
  flex: 0 0 auto;
  width: fit-content;
  height: var(--header-brand-h);
  align-items: center;
  text-decoration: none;
  transition: height 220ms ease;
}

.site-header__brand img {
  width: var(--header-logo-w);
  height: auto;
  max-width: 100%;
  max-height: var(--header-brand-h);
  object-fit: contain;
  object-position: left center;
  transition: width 220ms ease;
}

.site-header.is-sticky .site-header__brand {
  height: var(--header-brand-h-sticky);
}

.site-header.is-sticky .site-header__brand img {
  width: var(--header-logo-w-sticky);
  max-height: var(--header-brand-h-sticky);
}

.site-header a:focus-visible,
.site-header button:focus-visible {
  outline-color: #257fba;
}

.primary-nav {
  display: flex;
  align-items: center;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 38px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-nav li {
  line-height: 1;
}

.primary-nav li a {
  position: relative;
  display: block;
  padding: 13px 0;
  font-size: 0.83rem;
  font-weight: 650;
  letter-spacing: 0.035em;
  color: #071a2b;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

.primary-nav li a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: #c59a55;
  content: "";
  transition: transform 220ms ease;
}

.primary-nav li a:hover::after,
.primary-nav li a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-nav li a:hover {
  color: #257fba;
}

.primary-nav li a[aria-current="page"] {
  color: #071a2b;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: clamp(18px, 2vw, 32px);
  color: rgba(7, 26, 43, 0.42);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.language-switcher a {
  color: #52606b;
  text-decoration: none;
}

.language-switcher a:hover,
.language-switcher a[aria-current="page"] {
  color: #071a2b;
}

.language-switcher a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: #c59a55;
  text-underline-offset: 5px;
}

.language-switcher a:focus-visible {
  outline: 2px solid #257fba;
  outline-offset: 5px;
}

.primary-nav__top,
.primary-nav__contact,
.menu-toggle {
  display: none;
}

.hero-carousel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy);
  color: var(--light);
}

.hero-carousel__slides {
  position: relative;
}

.hero-slide {
  position: relative;
  display: grid;
  min-height: min(900px, 92svh);
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line-dark);
  background:
    radial-gradient(circle at 74% 52%, rgba(68, 136, 184, 0.2), transparent 38%),
    linear-gradient(118deg, var(--navy) 0%, var(--deep) 58%, #102e45 100%);
}

.hero-carousel.is-ready .hero-carousel__slides {
  height: min(900px, 92svh);
  min-height: 690px;
}

.hero-carousel.is-ready .hero-slide {
  position: absolute;
  inset: 0;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 1100ms cubic-bezier(0.2, 0.75, 0.2, 1),
    visibility 1100ms;
}

.hero-carousel.is-ready .hero-slide.is-active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.hero-slide__visual {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 38%;
  overflow: hidden;
}

.hero-slide__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  transform: scale(1.01);
}

.hero-carousel.is-ready .hero-slide.is-active .hero-slide__visual img {
  animation: hero-drift 12s ease-out both;
}

.hero-slide__veil {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, var(--navy) 0%, rgba(7, 26, 43, 0.98) 32%, rgba(7, 26, 43, 0.64) 58%, rgba(7, 26, 43, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 26, 43, 0.74), transparent 42%);
}

.hero-slide__content {
  padding-top: 0;
  padding-bottom: 128px;
}

.hero-slide__content h1,
.hero-slide__content h2 {
  max-width: 850px;
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(3.35rem, 6.3vw, 7rem);
}

.hero-slide__content > p:not(.eyebrow) {
  max-width: 670px;
  margin-bottom: 36px;
  color: rgba(233, 238, 242, 0.8);
  font-size: clamp(1rem, 1.35vw, 1.28rem);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid currentColor;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    gap 180ms ease;
}

.text-link:hover {
  gap: 20px;
  color: var(--copper);
}

.text-link--light {
  color: var(--light);
}

.text-link--light:hover {
  color: var(--gold);
}

.carousel-controls {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 36px;
  left: 0;
  display: grid;
  grid-template-columns: 170px auto 1fr;
  align-items: center;
  gap: 36px;
}

.carousel-controls__count {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.carousel-controls__count i {
  display: block;
  width: 54px;
  height: 1px;
  background: var(--line-dark);
}

.carousel-controls__buttons {
  display: flex;
  gap: 8px;
}

.carousel-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(233, 238, 242, 0.34);
  border-radius: 50%;
  background: transparent;
  color: var(--light);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.carousel-controls button:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy);
}

.carousel-progress {
  overflow: hidden;
  height: 1px;
  background: var(--line-dark);
}

.carousel-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--gold);
}

.hero-carousel.is-playing .carousel-progress span {
  animation: carousel-progress 7.5s linear both;
}

@keyframes carousel-progress {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hero-drift {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}

.intro-section {
  overflow: hidden;
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.45fr);
  align-items: start;
  gap: clamp(50px, 9vw, 148px);
}

.intro-year {
  position: sticky;
  top: 120px;
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(6.5rem, 15vw, 14rem);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.75;
  -webkit-text-stroke: 1px rgba(7, 26, 43, 0.25);
}

.intro-copy h2,
.section-heading h2 {
  margin-bottom: 34px;
  color: var(--navy);
  font-size: clamp(2.8rem, 5.2vw, 5.3rem);
}

.intro-copy > p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
}

.intro-copy .text-link {
  margin-top: 24px;
}

.brands-section {
  border-top: 1px solid var(--line);
  background: var(--warm);
}

.section-heading {
  max-width: 920px;
  margin-bottom: clamp(58px, 8vw, 112px);
}

.section-heading > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.12rem;
}

.brand-stage {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  min-height: 650px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-tabs {
  border-right: 1px solid var(--line);
}

.brand-tabs button {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 34px 30px 34px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}

.brand-tabs button::after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 3px;
  transform: scaleY(0);
  background: var(--gold);
  content: "";
  transition: transform 220ms ease;
}

.brand-tabs button[aria-selected="true"] {
  color: var(--navy);
}

.brand-tabs button[aria-selected="true"]::after {
  transform: scaleY(1);
}

.brand-tabs button span {
  color: #80602f;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-tabs button strong {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 400;
}

.brand-panels {
  position: relative;
}

.brand-panel {
  position: relative;
  display: grid;
  min-height: 650px;
  align-content: center;
  padding: clamp(48px, 6vw, 92px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--brand-accent) 7%, transparent), transparent 48%),
    var(--paper);
}

.brand-stage.is-enhanced .brand-panel {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 360ms ease,
    visibility 360ms;
}

.brand-stage.is-enhanced .brand-panel.is-active {
  visibility: visible;
  opacity: 1;
}

.brand-panel__number {
  position: absolute;
  top: 32px;
  right: 38px;
  color: var(--brand-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.brand-panel__logo {
  display: flex;
  min-height: 130px;
  align-items: center;
  margin-bottom: 36px;
}

.brand-panel__logo img {
  width: auto;
  max-width: min(470px, 78%);
  max-height: 130px;
  object-fit: contain;
  object-position: left center;
}

.brand-panel > p {
  max-width: 700px;
  margin-bottom: 26px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.3vw, 2.35rem);
  line-height: 1.25;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

.tag-list li {
  padding: 7px 12px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1;
}

.brand-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 36px;
}

.needs-section {
  background: var(--paper);
}

.needs-grid,
.timeline-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 10vw, 170px);
}

.section-heading--sticky {
  position: sticky;
  top: 124px;
  align-self: start;
}

.needs-list {
  border-top: 1px solid var(--line);
}

.needs-list details {
  border-bottom: 1px solid var(--line);
}

.needs-list summary {
  display: grid;
  grid-template-columns: 1fr 34px;
  align-items: center;
  gap: 20px;
  padding: 28px 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  cursor: pointer;
  list-style: none;
}

.needs-list summary::-webkit-details-marker {
  display: none;
}

.needs-list summary span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #80602f;
  font-family: var(--sans);
  transition: transform 180ms ease;
}

.needs-list details[open] summary span {
  transform: rotate(45deg);
}

.needs-list details > div {
  max-width: 680px;
  padding: 0 0 32px;
}

.needs-list details p {
  margin-bottom: 8px;
  color: var(--muted);
}

.needs-list details p strong {
  color: var(--navy);
}

.needs-list details a {
  display: inline-block;
  margin: 16px 26px 0 0;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 700;
}

.manifesto-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 10%, rgba(197, 154, 85, 0.18), transparent 28%),
    var(--navy);
  color: var(--light);
}

.manifesto-section h2 {
  max-width: 1120px;
  margin-bottom: 36px;
  color: #fff;
  font-size: clamp(3rem, 6vw, 6.8rem);
}

.manifesto-section__lead {
  max-width: 820px;
  margin-bottom: 72px;
  color: rgba(233, 238, 242, 0.75);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  line-height: 1.35;
}

.principle-lines {
  padding: 0;
  margin: 0 0 48px;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.principle-lines li {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-dark);
}

.principle-lines li span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.principle-lines li strong {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.7rem);
  font-weight: 400;
}

.activities-section {
  background: var(--warm);
}

.activity-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, 1fr);
  gap: 1px;
  background: rgba(7, 26, 43, 0.18);
  border: 1px solid rgba(7, 26, 43, 0.18);
}

.activity-panel {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 56px);
  background: var(--paper);
  transition:
    background 220ms ease,
    color 220ms ease;
}

.activity-panel--wide {
  grid-column: span 7;
}

.activity-panel--medium {
  grid-column: span 5;
}

.activity-panel--tall {
  grid-column: span 5;
  min-height: 430px;
}

.activity-panel:hover {
  background: var(--deep);
  color: var(--light);
}

.activity-panel > span {
  color: #80602f;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.activity-panel h2,
.activity-panel h3 {
  max-width: 550px;
  margin: auto 0 26px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
}

.activity-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.activity-panel:hover p,
.activity-panel:hover a {
  color: rgba(233, 238, 242, 0.78);
}

.timeline-section {
  background: var(--paper);
}

.timeline-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.timeline-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-list > li > span {
  color: #80602f;
  font-family: var(--serif);
  font-size: 1.4rem;
}

.timeline-list h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 400;
}

.timeline-list p {
  margin: 0;
  color: var(--muted);
}

.contact-band {
  padding: 82px 0;
  border-top: 1px solid var(--line);
  background: var(--gold);
  color: var(--navy);
}

.contact-band__inner {
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(280px, 0.8fr) 92px;
  align-items: center;
  gap: clamp(36px, 6vw, 90px);
}

.contact-band h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2.6rem, 4.8vw, 5rem);
}

.contact-band p {
  margin: 0;
}

.circle-link {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid rgba(7, 26, 43, 0.4);
  border-radius: 50%;
  font-size: 1.7rem;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.circle-link:hover {
  transform: rotate(8deg);
  background: var(--navy);
  color: var(--warm);
}

.masthead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 620px;
  padding: 92px 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(102, 184, 232, 0.14), transparent 32%),
    var(--navy);
  color: var(--light);
}

.masthead__inner {
  position: relative;
  z-index: 2;
}

.masthead__orbit {
  position: absolute;
  z-index: 0;
  top: 72px;
  right: -140px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(197, 154, 85, 0.28);
  border-radius: 50%;
}

.masthead__orbit::before,
.masthead__orbit::after {
  position: absolute;
  border: 1px solid rgba(102, 184, 232, 0.17);
  border-radius: 50%;
  content: "";
}

.masthead__orbit::before {
  inset: 80px;
}

.masthead__orbit::after {
  inset: 165px;
}

.masthead h1 {
  max-width: 1000px;
  margin: 0 0 32px;
  color: #fff;
  font-size: clamp(3.5rem, 7vw, 7.5rem);
}

.masthead__lead {
  max-width: 720px;
  color: rgba(233, 238, 242, 0.74);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 54px;
  color: rgba(233, 238, 242, 0.62);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.breadcrumbs li + li::before {
  margin-right: 10px;
  color: var(--gold);
  content: "/";
}

.breadcrumbs a {
  text-decoration: none;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(40px, 9vw, 150px);
}

.editorial-index {
  color: #80602f;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.prose {
  max-width: 880px;
}

.prose h2 {
  margin-bottom: 36px;
  color: var(--navy);
  font-size: clamp(2.7rem, 5vw, 5.4rem);
}

.prose p {
  color: var(--muted);
  font-size: 1.1rem;
}

.prose--large > p:first-of-type {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
  line-height: 1.35;
}

.brand-ribbon {
  border-top: 1px solid var(--line);
}

.brand-ribbon a {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 2.25rem);
  text-decoration: none;
}

.brand-ribbon a span,
.brand-ribbon a b {
  color: #80602f;
  font-family: var(--sans);
  font-size: 0.78rem;
}

.brand-directory {
  border-top: 1px solid var(--line);
}

.brand-directory__item {
  display: grid;
  grid-template-columns: 90px minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(32px, 6vw, 94px);
  align-items: center;
  padding: clamp(54px, 7vw, 100px) 0;
  border-bottom: 1px solid var(--line);
}

.brand-directory__number {
  color: var(--brand-accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.brand-directory__logo img {
  width: auto;
  max-height: 128px;
  object-fit: contain;
}

.brand-directory__copy h2 {
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(2.25rem, 4vw, 4.5rem);
}

.brand-directory__copy > p {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.08rem;
}

.brand-detail {
  background:
    linear-gradient(112deg, color-mix(in srgb, var(--brand-accent) 6%, transparent), transparent 48%),
    var(--paper);
}

.brand-detail__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(54px, 9vw, 150px);
}

.brand-detail__identity {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border-top: 3px solid var(--brand-accent);
  background: #fff;
}

.brand-detail__identity > span {
  color: var(--brand-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.brand-detail__identity img {
  width: auto;
  max-height: 150px;
  object-fit: contain;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button-link:hover {
  border-color: var(--copper);
  background: var(--copper);
}

.button-link--light {
  border-color: var(--light);
  background: var(--light);
  color: var(--navy);
}

.next-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.next-brand p {
  margin: 0;
  color: #80602f;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.next-brand a {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  text-decoration: none;
}

.activity-grid--directory .activity-panel {
  min-height: 360px;
}

.manifesto-page {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(60px, 10vw, 170px);
}

.manifesto-page h2 {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--navy);
  font-size: clamp(3rem, 5.5vw, 6rem);
}

.manifesto-page__lead {
  color: #80602f;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.35;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(60px, 9vw, 150px);
}

.contact-details h2,
.contact-form-wrap h2 {
  margin-bottom: 34px;
  color: var(--navy);
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
}

.contact-phone-list {
  margin: 64px 0;
  border-top: 1px solid var(--line);
}

.contact-phone-list a,
.email-directory a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.contact-phone-list a span,
.email-directory a span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-phone-list strong {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}

.email-directory a {
  font-size: 0.9rem;
}

.contact-form-wrap {
  padding: clamp(34px, 5vw, 70px);
  border-top: 3px solid var(--gold);
  background: var(--warm);
}

.contact-form-wrap > p:not(.eyebrow) {
  color: var(--muted);
}

.contact-form {
  display: grid;
  margin-top: 42px;
}

.contact-form label:not(.consent) {
  margin: 19px 0 8px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-form label span {
  color: var(--muted);
  font-weight: 500;
  text-transform: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #7b858d;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.contact-form input,
.contact-form select {
  min-height: 48px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 0;
  border-bottom-color: var(--navy);
  box-shadow: 0 2px 0 var(--focus);
}

.contact-form [aria-invalid="true"] {
  border-color: #a93030;
}

.contact-form small {
  margin-top: 6px;
  color: #8f2020;
}

.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  margin: 28px 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.consent input {
  width: 20px;
  min-height: 20px;
  margin: 2px 0 0;
}

.contact-form .button-link {
  justify-self: start;
}

.contact-form .button-link:disabled {
  cursor: not-allowed;
  opacity: 0.52;
  pointer-events: none;
}

.turnstile-widget {
  width: 100%;
  min-width: 0;
  margin: 24px 0;
  overflow: hidden;
}

.turnstile-widget .cf-turnstile,
.turnstile-widget iframe {
  width: 100% !important;
  max-width: 100%;
}

.form-caption {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.form-notice,
.error-summary {
  padding: 18px 20px;
  margin: 28px 0;
  border-left: 3px solid var(--gold);
  background: #fff;
}

.error-summary {
  border-color: #a93030;
}

.error-summary h3 {
  margin-bottom: 8px;
}

.error-summary ul {
  margin: 0;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.45fr) minmax(0, 1.55fr);
  gap: clamp(54px, 9vw, 150px);
}

.legal-layout aside {
  position: sticky;
  top: 120px;
  align-self: start;
  padding-top: 20px;
  border-top: 2px solid var(--gold);
}

.legal-layout aside p {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-layout aside strong,
.legal-layout aside a {
  display: block;
  margin-bottom: 8px;
}

.legal-prose .legal-intro {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.45;
}

.legal-prose section {
  padding: 40px 0;
  border-top: 1px solid var(--line);
}

.legal-prose section h2 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
}

.error-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 160px 0 80px;
  background:
    radial-gradient(circle at 80% 20%, rgba(102, 184, 232, 0.16), transparent 30%),
    var(--navy);
  color: var(--light);
}

.error-page h1 {
  max-width: 880px;
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(4rem, 9vw, 9rem);
}

.error-page p:not(.eyebrow) {
  max-width: 600px;
  color: rgba(233, 238, 242, 0.76);
}

.error-page .button-link {
  margin-top: 24px;
}

.site-footer {
  padding: clamp(86px, 10vw, 150px) 0 0;
  background: #101c24;
  color: var(--light);
}

.site-footer__statement {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 10vw, 170px);
  align-items: end;
  padding-bottom: 78px;
  border-bottom: 1px solid var(--line-dark);
}

.site-footer__brand {
  position: relative;
  isolation: isolate;
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  text-decoration: none;
}

.site-footer__brand::before {
  position: absolute;
  z-index: -1;
  inset: 8% -5%;
  pointer-events: none;
  /*background:
    radial-gradient(
      ellipse at center,
      rgba(245, 242, 235, 0.09) 0%,
      rgba(197, 154, 85, 0.08) 44%,
      transparent 74%
    );*/
  content: "";
  filter: blur(10px);
}

.site-footer__brand img {
  width: min(300px, 100%);
  height: auto;
  filter:
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.26))
    drop-shadow(0 0 8px rgba(245, 242, 235, 0.07));
  object-fit: contain;
}

.site-footer__statement p {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.2vw, 4.3rem);
  line-height: 1.1;
}

.footer-nav {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 0.8fr;
  gap: clamp(42px, 8vw, 130px);
  padding: 74px 0;
  border-bottom: 1px solid var(--line-dark);
}

.footer-nav h2 {
  margin-bottom: 26px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-nav a {
  display: block;
  width: fit-content;
  margin-bottom: 12px;
  color: rgba(233, 238, 242, 0.8);
  font-size: 0.92rem;
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--gold);
}

.footer-nav p {
  max-width: 330px;
  color: rgba(233, 238, 242, 0.58);
  font-size: 0.88rem;
}

.footer-brands__heading {
  margin: 46px 0 0;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-brands {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line-dark);
}

.footer-brand {
  display: grid;
  min-height: 132px;
  place-items: center;
  padding: 26px;
  border-right: 1px solid var(--line-dark);
  background: var(--paper);
  text-decoration: none;
  transition:
    background-color 200ms ease,
    border-color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
}

.footer-brand:last-child {
  border-right: 0;
}

.footer-brand:focus-visible {
  border-color: #C59A55;
  background-color: #E3CEAA;
  box-shadow: 0 10px 24px rgba(7, 26, 43, 0.12);
  transform: translateY(-2px);
}

@media (hover: hover) and (pointer: fine) {
  .footer-brand:hover {
    border-color: #C59A55;
    background-color: #E3CEAA;
    box-shadow: 0 10px 24px rgba(7, 26, 43, 0.12);
    transform: translateY(-2px);
  }
}

.footer-brand img {
  width: auto;
  max-height: 70px;
  object-fit: contain;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  color: rgba(233, 238, 242, 0.48);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer__creator {
  margin-top: 28px;
  padding: 14px 24px 16px;
  border-top: 1px solid rgba(245, 242, 235, 0.1);
  text-align: center;
}

.site-footer__creator-credit {
  margin: 0;
  color: rgba(245, 242, 235, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  overflow-wrap: normal;
  word-break: normal;
}

.site-footer__creator-credit a {
  color: var(--gold);
  text-decoration: none;
  text-underline-offset: 3px;
}

.site-footer__creator-credit a:hover {
  color: var(--light);
  text-decoration: underline;
}

.site-footer__creator-credit a:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

[data-reveal] {
  transform: translateY(20px);
  opacity: 0;
  transition:
    transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1),
    opacity 620ms ease;
}

[data-reveal].is-visible {
  transform: none;
  opacity: 1;
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 56px, 1080px);
  }

  .primary-nav ul {
    gap: 20px;
  }

  .primary-nav li a {
    font-size: 0.74rem;
  }

  .hero-slide__visual {
    left: 32%;
  }

  .brand-stage {
    grid-template-columns: 0.62fr 1.38fr;
  }
}

@media (max-width: 960px) {
  :root {
    --header-h: 76px;
    --header-h-sticky: 68px;
    --header-brand-h: 70px;
    --header-brand-h-sticky: 64px;
    --header-logo-w: 265px;
    --header-logo-w-sticky: 235px;
    --header-gap: 24px;
  }

  .menu-toggle {
    display: grid;
    width: 48px;
    height: 48px;
    place-content: center;
    gap: 7px;
    border: 1px solid rgba(7, 26, 43, 0.28);
    border-radius: 50%;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  .site-header__brand {
    max-width: calc(100% - 72px);
  }

  .menu-toggle span {
    display: block;
    width: 19px;
    height: 1px;
    background: currentColor;
  }

  .primary-nav {
    position: fixed;
    z-index: 120;
    inset: 0;
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    padding: 30px var(--shell-gutter, 28px) 38px;
    transform: translateX(100%);
    visibility: hidden;
    background:
      radial-gradient(circle at 92% 8%, rgba(102, 184, 232, 0.18), transparent 28%),
      var(--navy);
    color: var(--light);
    transition:
      transform 360ms cubic-bezier(0.2, 0.75, 0.2, 1),
      visibility 360ms;
  }

  .primary-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .primary-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(233, 238, 242, 0.56);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .menu-close {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    background: transparent;
    color: var(--light);
    font-size: 1.8rem;
    cursor: pointer;
  }

  .primary-nav ul {
    display: grid;
    align-content: center;
    gap: 0;
  }

  .primary-nav li {
    border-bottom: 1px solid var(--line-dark);
  }

  .primary-nav li a {
    padding: 17px 0;
    font-family: var(--serif);
    font-size: clamp(1.65rem, 5.6vw, 3.3rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    color: var(--light);
    white-space: normal;
  }

  .primary-nav li a:hover {
    color: #66b8e8;
  }

  .primary-nav li a[aria-current="page"] {
    color: #fff;
  }

  .primary-nav__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
    color: rgba(233, 238, 242, 0.68);
    font-size: 0.82rem;
  }

  .language-switcher {
    justify-content: flex-start;
    margin: 0;
    padding: 22px 0 8px;
    color: rgba(233, 238, 242, 0.42);
    font-size: 0.82rem;
  }

  .language-switcher a {
    color: rgba(233, 238, 242, 0.72);
  }

  .language-switcher a:hover,
  .language-switcher a[aria-current="page"] {
    color: #fff;
  }

  .language-switcher a:focus-visible {
    outline-color: #66b8e8;
  }

  .hero-slide__content h1,
  .hero-slide__content h2 {
    max-width: 760px;
  }

  .hero-slide__visual {
    left: 20%;
    opacity: 0.7;
  }

  .hero-slide__veil {
    background:
      linear-gradient(90deg, var(--navy) 0%, rgba(7, 26, 43, 0.92) 48%, rgba(7, 26, 43, 0.28) 100%),
      linear-gradient(0deg, rgba(7, 26, 43, 0.78), transparent 54%);
  }

  .intro-grid,
  .editorial-grid,
  .brand-detail__grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .intro-year {
    position: static;
    font-size: 8rem;
  }

  .brand-stage {
    grid-template-columns: 1fr;
  }

  .brand-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-right: 0;
  }

  .brand-tabs button {
    display: block;
    padding: 20px 12px;
    border-right: 1px solid var(--line);
  }

  .brand-tabs button strong {
    display: none;
  }

  .brand-tabs button::after {
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    width: auto;
    height: 3px;
    transform: scaleX(0);
  }

  .brand-tabs button[aria-selected="true"]::after {
    transform: scaleX(1);
  }

  .brand-panel,
  .brand-stage {
    min-height: 580px;
  }

  .needs-grid,
  .timeline-grid,
  .manifesto-page,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .section-heading--sticky,
  .legal-layout aside {
    position: static;
  }

  .activity-panel--wide,
  .activity-panel--medium,
  .activity-panel--tall {
    grid-column: span 6;
    min-height: 320px;
  }

  .contact-band__inner {
    grid-template-columns: 1fr 92px;
  }

  .contact-band__inner > p {
    grid-row: 2;
  }

  .contact-band__inner > div {
    grid-column: 1 / -1;
  }

  .brand-directory__item {
    grid-template-columns: 60px 1fr;
  }

  .brand-directory__copy {
    grid-column: 2;
  }

  .legal-layout aside {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 24px;
  }

  .site-footer__statement,
  .footer-nav {
    grid-template-columns: 1fr;
  }

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

  .footer-brand:nth-child(2) {
    border-right: 0;
  }

  .footer-brand:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100% - 36px);
    --header-h: 74px;
    --header-h-sticky: 66px;
    --header-brand-h: 68px;
    --header-brand-h-sticky: 60px;
    --header-logo-w: 250px;
    --header-logo-w-sticky: 220px;
    --header-gap: 18px;
  }

  body {
    font-size: 16px;
  }

  .section {
    padding: 84px 0;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .site-header__brand {
    max-width: calc(100% - 64px);
  }

  .hero-slide,
  .hero-carousel.is-ready .hero-carousel__slides {
    height: 82svh;
    min-height: 610px;
    max-height: 760px;
  }

  .hero-slide__visual {
    inset: 17% -22% 0 -12%;
    opacity: 0.58;
  }

  .hero-slide__visual img {
    object-position: 62% center;
  }

  .hero-slide__veil {
    background:
      linear-gradient(0deg, var(--navy) 0%, rgba(7, 26, 43, 0.88) 58%, rgba(7, 26, 43, 0.34) 100%),
      linear-gradient(90deg, rgba(7, 26, 43, 0.8), transparent);
  }

  .hero-slide__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 124px;
  }

  .hero-slide__content .eyebrow {
    margin-bottom: 16px;
  }

  .hero-slide__content h1,
  .hero-slide__content h2 {
    margin-bottom: 18px;
    font-size: clamp(2.65rem, 12.5vw, 4.4rem);
  }

  .hero-slide__content > p:not(.eyebrow) {
    margin-bottom: 22px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .carousel-controls {
    bottom: 22px;
    grid-template-columns: auto 1fr;
    gap: 18px;
  }

  .carousel-controls__buttons {
    justify-self: end;
  }

  .carousel-progress {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .carousel-controls button {
    width: 40px;
    height: 40px;
  }

  .carousel-controls__count i {
    width: 32px;
  }

  .intro-year {
    font-size: 6.4rem;
  }

  .intro-copy h2,
  .section-heading h2 {
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .brand-tabs {
    position: relative;
    z-index: 2;
  }

  .brand-panel,
  .brand-stage {
    min-height: 0;
  }

  .brand-stage.is-enhanced .brand-panels {
    min-height: 570px;
  }

  .brand-panel {
    min-height: 570px;
    padding: 60px 24px 42px;
  }

  .brand-panel__logo img {
    max-width: 92%;
    max-height: 105px;
  }

  .brand-panel > p {
    font-size: 1.45rem;
  }

  .brand-panel__actions {
    display: grid;
    gap: 18px;
  }

  .needs-list summary {
    padding: 22px 0;
    font-size: 1.18rem;
  }

  .manifesto-section h2 {
    font-size: clamp(2.7rem, 12vw, 4.3rem);
  }

  .principle-lines li {
    grid-template-columns: 52px 1fr;
  }

  .activity-grid {
    display: block;
    border: 0;
    background: transparent;
  }

  .activity-panel {
    min-height: 260px;
    border: 1px solid var(--line);
    border-bottom: 0;
  }

  .activity-panel:last-child {
    border-bottom: 1px solid var(--line);
  }

  .timeline-list li {
    grid-template-columns: 66px 1fr;
    gap: 20px;
  }

  .contact-band__inner {
    grid-template-columns: 1fr;
  }

  .contact-band__inner > p {
    grid-row: auto;
  }

  .contact-band .circle-link {
    width: 66px;
    height: 66px;
  }

  .masthead {
    min-height: 540px;
    padding: 62px 0 78px;
  }

  .masthead h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .brand-ribbon a {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .breadcrumbs ol {
    margin-bottom: 38px;
  }

  .brand-directory__item {
    grid-template-columns: 1fr;
    padding: 62px 0;
  }

  .brand-directory__copy {
    grid-column: auto;
  }

  .brand-directory__logo img {
    max-width: 85%;
    max-height: 100px;
  }

  .brand-detail__identity {
    min-height: 300px;
  }

  .next-brand {
    display: block;
  }

  .next-brand p {
    margin-bottom: 18px;
  }

  .contact-form-wrap {
    margin-inline: -18px;
  }

  .contact-phone-list a,
  .email-directory a {
    display: block;
  }

  .contact-phone-list a span,
  .email-directory a span {
    display: block;
    margin-bottom: 4px;
  }

  .legal-layout aside {
    display: block;
  }

  .site-footer__statement {
    padding-bottom: 58px;
  }

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

  .footer-brand,
  .footer-brand:nth-child(2) {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .site-footer__bottom {
    display: grid;
  }
}

@media (max-width: 340px) {
  :root {
    --header-logo-w-sticky: 195px;
  }
}

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

  [data-reveal] {
    transform: none;
    opacity: 1;
  }

  .footer-brand:focus-visible {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) and (hover: hover) and (pointer: fine) {
  .footer-brand:hover {
    transform: none;
  }
}
