/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V4 */
/* Hallmark · macrostructure: community landing → current desk → knowledge ledger · genre: editorial-community · tone: trusted, practical · anchor: VDA blue · nav: N11 · footer: Ft5 (conditional membership rail + compact statement directory) · enrichment: VDA line-icon triptych · contrast: pass (40–41) · slop: pass (42–45) · honest: pass (46) · chrome: pass (47) · tokens: pass in active scope (48) · mobile: pass (34, 49–57) */
:root {
  --vda-blue: #016eb1;
  --vda-blue-dark: #00558a;
  --vda-periwinkle: #9badd6;
  --vda-periwinkle-light: #dfe6f4;
  --vda-periwinkle-line: rgba(21, 26, 32, 0.3);
  --vda-periwinkle-hover: rgba(255, 255, 255, 0.22);
  --line-on-dark: rgba(255, 255, 255, 0.28);
  --ink: #101c25;
  --muted: #24465e;
  --line: #dce3eb;
  --surface: #f7f8fa;
  --white: #ffffff;
  --shell: 1220px;
  --shadow: 0 18px 44px rgba(16, 36, 54, 0.14);
  --radius: 6px;
  --header-height: 82px;
  --brand-width: 128px;
  --brand-overhang: 46px;
  --brand-logo-size: 112px;
  --font: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

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

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1.5rem);
}

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

main h1,
main h2,
.hobby-topic h3 {
  min-width: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

main p {
  text-wrap: pretty;
}

.news-feature h3,
.news-row h4 {
  text-wrap: pretty;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

button,
input {
  font: inherit;
}

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

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

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid #ffca4b;
  outline-offset: 3px;
}

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

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 8px;
  left: 8px;
  padding: 0.65rem 1rem;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--vda-blue);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #bcd5e7;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.72rem 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button,
.hero__link,
.magazine__actions .text-link {
  flex-shrink: 0;
  white-space: nowrap;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

.button--large {
  min-height: 54px;
  padding-inline: 1.45rem;
}

.button--primary {
  color: var(--white);
  background: var(--vda-blue);
}

.button--primary:hover {
  background: var(--vda-blue-dark);
}

.button--white {
  color: var(--vda-blue-dark);
  background: var(--white);
}

.button--white:hover {
  background: #eaf2f7;
}

.button--outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
}

.button--outline-light:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--vda-blue-dark);
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(3px);
}

.text-link--small {
  font-size: 0.92rem;
}

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

/* Header and navigation */

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.site-header__inner {
  display: flex;
  height: var(--header-height);
  align-items: center;
  gap: clamp(1.2rem, 2.6vw, 2.7rem);
}

.brand {
  position: relative;
  z-index: 6;
  display: grid;
  height: calc(var(--header-height) + var(--brand-overhang));
  flex: 0 0 var(--brand-width);
  align-self: flex-start;
  padding-top: 8px;
  place-items: start center;
  background: var(--vda-blue);
}

.brand img {
  width: var(--brand-logo-size);
  height: var(--brand-logo-size);
  object-fit: contain;
}

.site-nav {
  flex: 1 1 auto;
  align-self: stretch;
}

.nav-list {
  display: flex;
  height: 100%;
  align-items: stretch;
  gap: clamp(0.25rem, 1.1vw, 1rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  display: flex;
  align-items: stretch;
}

.nav-trigger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.42rem;
  border: 0;
  padding: 0 0.35rem;
  background: transparent;
  font-size: clamp(0.88rem, 1.05vw, 1rem);
  font-weight: 650;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
}

.nav-trigger::after {
  position: absolute;
  right: 0.35rem;
  bottom: 0;
  left: 0.35rem;
  height: 3px;
  background: var(--vda-blue);
  content: "";
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.nav-trigger:hover::after,
.nav-trigger[aria-expanded="true"]::after {
  transform: scaleX(1);
}

.nav-trigger__chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.nav-trigger[aria-expanded="true"] .nav-trigger__chevron {
  transform: translateY(2px) rotate(225deg);
}

.header-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.65rem;
}

.icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  place-items: center;
  background: transparent;
  cursor: pointer;
}

.icon-button:hover,
.icon-button[aria-expanded="true"] {
  background: var(--surface);
}

.icon-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.member-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--vda-blue);
  border-radius: var(--radius);
  padding: 0.5rem 0.9rem;
  color: var(--vda-blue-dark);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.member-link:hover {
  color: var(--white);
  background: var(--vda-blue);
}

.mobile-menu-toggle {
  display: none;
}

.mega-panel {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-height: calc(100vh - var(--header-height) - 24px);
  overflow-y: auto;
  border-top: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.mega-panel.is-open {
  display: block;
}

.mega-panel__inner {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(180px, 0.75fr) minmax(180px, 0.75fr) minmax(220px, 0.85fr);
  gap: clamp(1.5rem, 3vw, 3.5rem);
  padding-block: max(2.5rem, calc(var(--brand-overhang) + 1rem)) 2.5rem;
}

.mega-panel__intro {
  padding-right: 1.25rem;
  border-right: 1px solid var(--line);
}

.mega-panel__intro h2 {
  max-width: 15ch;
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 2.2vw, 2.05rem);
  line-height: 1.04;
}

.mega-title > span {
  display: block;
  min-width: 0;
  white-space: nowrap;
}

.mega-panel__intro .mega-title {
  max-width: none;
}

.mega-panel__intro p:not(.eyebrow) {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.mega-group h3 {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-group li + li {
  margin-top: 0.65rem;
}

.mega-group li > a {
  font-weight: 650;
  text-decoration: none;
}

.mega-group li > a:hover {
  color: var(--vda-blue);
  text-decoration: underline;
}

.mega-group li > span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.mega-group--wide {
  grid-column: span 2;
}

.mega-links li + li {
  margin-top: 0.78rem;
}

.mega-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
}

.mega-link-grid li + li {
  margin-top: 0;
}

.mega-link-grid a {
  display: block;
}

.mega-link-grid span {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 400;
}

.mega-feature {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: var(--radius);
  padding: 1.35rem;
  color: var(--white);
  background: var(--vda-blue);
  text-decoration: none;
}

.mega-feature:hover {
  background: var(--vda-blue-dark);
}

.mega-feature strong {
  margin: 0.35rem 0 0.8rem;
  font-size: 1.35rem;
  line-height: 1.1;
}

.mega-feature__label,
.mega-feature > span:last-child {
  font-size: 0.82rem;
  font-weight: 700;
}

.mega-feature__label {
  color: #cfe6f4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mega-feature--quiet {
  color: var(--ink);
  background: var(--vda-periwinkle-light);
}

.mega-feature--quiet:hover {
  background: var(--vda-periwinkle);
}

.mega-feature--quiet .mega-feature__label {
  color: var(--vda-blue-dark);
}

.mega-feature--magazine {
  color: var(--white);
  background-color: var(--vda-blue-dark);
  background-image:
    linear-gradient(90deg, rgba(4, 31, 48, 0.96) 0%, rgba(4, 31, 48, 0.78) 52%, rgba(4, 31, 48, 0.24) 100%),
    url("assets/images/vda-aktuell-2-2026-ipad.png");
  background-position: center, center 42%;
  background-size: auto, cover;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.34);
}

.mega-feature--magazine:hover {
  color: var(--white);
  background-color: var(--vda-blue);
  background-image:
    linear-gradient(90deg, rgba(0, 68, 111, 0.96) 0%, rgba(0, 68, 111, 0.74) 52%, rgba(0, 68, 111, 0.2) 100%),
    url("assets/images/vda-aktuell-2-2026-ipad.png");
}

.mega-feature--magazine .mega-feature__label {
  color: #d7ebf7;
}

.mega-group--events {
  grid-column: span 2;
}

.mini-event {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 0.8rem;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 0.65rem 0;
  text-decoration: none;
}

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

.mini-event time {
  color: var(--vda-blue-dark);
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.mini-event time strong {
  display: block;
  font-size: 1.45rem;
}

.mini-event span {
  display: block;
}

.mini-event span strong,
.mini-event span small {
  display: block;
}

.mini-event span small {
  color: var(--muted);
}

.mini-event:hover span strong {
  color: var(--vda-blue);
}

.search-panel {
  position: absolute;
  z-index: 4;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--line);
  padding-block: 1.5rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.search-panel__inner {
  display: grid;
  max-width: 760px;
  gap: 0.6rem;
}

.search-panel label {
  font-weight: 700;
}

.search-field {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
}

.search-field input {
  min-width: 0;
  border: 1px solid #aeb9c4;
  border-radius: var(--radius);
  padding: 0.72rem 0.9rem;
  color: var(--ink);
  background: var(--white);
}

.search-field input:focus {
  border-color: var(--vda-blue);
  box-shadow: 0 0 0 3px rgba(1, 110, 177, 0.18);
  outline: 0;
}

.menu-scrim {
  position: fixed;
  z-index: 900;
  inset: var(--header-height) 0 0;
  display: none;
  background: rgba(13, 25, 35, 0.48);
}

.menu-scrim.is-open {
  display: block;
}

/* Hero */

.hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background-color: #c4d4e8;
  background-image: url("assets/images/hero-vda-community-fish-v1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__inner {
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  align-items: center;
  gap: 3rem;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.hero__eyebrow {
  color: #003d65;
}

.hero h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 5.15vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.92;
  text-shadow: 0 2px 20px rgba(0, 42, 70, 0.28);
}

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

.hero__copy {
  max-width: 590px;
  margin: 1.65rem 0 0;
  color: #26384a;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.5;
}

.hero__copy-lock {
  white-space: nowrap;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.hero__link {
  color: var(--white);
}

.hero__mark {
  position: relative;
  align-self: stretch;
}

.hero__mark img {
  display: none;
}

.hero__mark::before {
  display: none;
}

.hero__mark > span {
  display: none;
}

.facts {
  color: var(--white);
  background: var(--vda-blue);
}

.facts__inner {
  display: grid;
  min-height: 112px;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: center;
}

.fact {
  display: flex;
  min-height: 56px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  padding-inline: clamp(1rem, 3vw, 2.7rem);
}

.fact:first-child {
  padding-left: 0;
}

.fact strong {
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1;
}

.fact span {
  margin-top: 0.3rem;
  color: #cfe6f4;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.facts__link {
  margin-left: 2.2rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.facts__link:hover {
  text-decoration: underline;
}

/* Shared sections */

.association-intro {
  border-bottom: 1px solid var(--line);
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  background: var(--white);
}

.association-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 7.5rem);
  align-items: start;
}

.association-intro__heading h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 4.2rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.association-intro__heading h2 > span {
  display: block;
}

.association-intro__body {
  max-width: 660px;
  padding-top: 1.55rem;
}

.association-intro__body p {
  margin: 0;
  color: var(--muted);
}

.association-intro__body p:first-child {
  color: var(--ink);
  font-size: clamp(1.08rem, 1.6vw, 1.26rem);
  line-height: 1.58;
}

.association-intro__body p + p {
  margin-top: 1rem;
}

.association-intro__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.7rem;
  border-top: 1px solid var(--line);
  margin-top: 1.75rem;
  padding-top: 1.25rem;
}

.association-intro__links a {
  color: var(--vda-blue-dark);
  font-weight: 700;
  text-decoration: none;
}

.association-intro__links a:hover {
  text-decoration: underline;
}

/* Membership call to action */

.membership-cta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--vda-blue-dark);
}

.membership-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: end;
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.membership-cta__mark {
  position: absolute;
  top: 50%;
  right: -8%;
  width: clamp(300px, 34vw, 520px);
  opacity: 0.075;
  pointer-events: none;
  transform: translateY(-50%);
}

.membership-cta__content,
.membership-cta__benefits {
  position: relative;
  z-index: 1;
}

.membership-cta__content h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 5.65rem);
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.membership-cta__content > p:not(.eyebrow) {
  max-width: 54ch;
  margin: 1.5rem 0 0;
  color: #d9e9f3;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

.membership-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.membership-cta__benefits {
  border-left: 1px solid var(--line-on-dark);
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
}

.membership-cta__benefits > p {
  margin: 0;
  color: #bcd5e7;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.membership-cta__benefits ul {
  margin: 1rem 0 1.4rem;
  padding: 0;
  list-style: none;
}

.membership-cta__benefits li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.9rem 0 0.9rem 1.65rem;
  line-height: 1.35;
}

.membership-cta__benefits li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.membership-cta__benefits li::before {
  position: absolute;
  top: 1.02rem;
  left: 0;
  width: 0.65rem;
  height: 0.65rem;
  border: 2px solid var(--vda-periwinkle);
  border-radius: 50%;
  content: "";
}

.membership-cta__benefits a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.membership-cta__benefits a:hover {
  text-decoration: underline;
}

.section {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.section-heading {
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
}

.section-heading--split {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  align-items: end;
  gap: 3rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.subheading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 0.75rem;
}

.subheading-row h3 {
  margin: 0;
  font-size: 1.25rem;
}

/* Current section */

.current-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
}

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

.event-row {
  display: grid;
  grid-template-columns: 64px 1fr 40px;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-block: 1.25rem;
}

.event-row:first-child {
  border-top: 0;
}

.event-date {
  display: flex;
  min-height: 72px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1;
  text-transform: uppercase;
}

.event-date strong {
  margin-block: 0.25rem;
  color: var(--vda-blue-dark);
  font-size: 1.8rem;
}

.event-content p,
.event-content h4 {
  margin: 0;
}

.event-content h4 {
  font-size: 1.05rem;
  line-height: 1.2;
}

.event-content h4 a {
  text-decoration: none;
}

.event-content h4 a:hover {
  color: var(--vda-blue);
}

.event-content p:last-child {
  margin-top: 0.28rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.event-type {
  margin-bottom: 0.25rem !important;
  color: var(--vda-blue) !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.round-link {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  color: var(--vda-blue-dark);
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.round-link:hover {
  border-color: var(--vda-blue);
  color: var(--white);
  background: var(--vda-blue);
}

.round-link--small {
  width: 34px;
  height: 34px;
}

.news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(230px, 0.92fr);
  gap: 1.5rem;
  padding-block: 1.25rem 1.5rem;
}

.news-feature__image {
  overflow: hidden;
  min-height: 280px;
  border-radius: var(--radius);
  background: var(--surface);
}

.news-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transition: transform 320ms ease;
}

.news-feature__image:hover img {
  transform: scale(1.025);
}

.news-feature__content {
  align-self: center;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.8rem;
  margin: 0 0 0.55rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.meta span {
  color: var(--vda-blue);
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.news-feature h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.news-feature h3 a,
.news-row h4 a {
  text-decoration: none;
}

.news-feature h3 a:hover,
.news-row h4 a:hover {
  color: var(--vda-blue);
}

.news-feature__content > p:not(.meta) {
  margin: 0.85rem 0;
  color: var(--muted);
  font-size: 0.94rem;
}

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

.news-row {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 1.1rem;
  align-items: center;
  padding-block: 1rem;
}

.news-row + .news-row {
  border-top: 1px solid var(--line);
}

.news-row img {
  width: 128px;
  aspect-ratio: 16 / 10;
  border-radius: 4px;
  object-fit: cover;
}

.news-row h4 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.22;
}

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

/* Hobby section */

.hobbies {
  background: var(--vda-periwinkle-light);
}

.hobbies .eyebrow {
  color: var(--vda-blue-dark);
}

.hobbies .section-heading > p {
  color: var(--ink);
}

.hobby-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--vda-periwinkle-line);
  border-bottom: 1px solid var(--vda-periwinkle-line);
}

.hobby-topic {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.8rem, 3vw, 2.8rem);
  transition: background-color 160ms ease;
}

.hobby-topic + .hobby-topic {
  border-left: 1px solid var(--vda-periwinkle-line);
}

.hobby-topic:hover {
  background: var(--vda-periwinkle-hover);
}

.hobby-topic__icon {
  display: grid;
  width: 56px;
  height: 56px;
  border: 1px solid var(--vda-periwinkle-line);
  color: var(--vda-blue-dark);
  background: var(--vda-periwinkle-hover);
  place-items: center;
}

.hobby-topic__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hobby-topic h3 {
  max-width: 13ch;
  margin: 1.25rem 0 1rem;
  font-size: clamp(1.7rem, 2.5vw, 2.45rem);
  letter-spacing: -0.025em;
  line-height: 1.03;
}

.hobby-topic h3 > span {
  display: block;
}

.hobby-topic > p {
  margin: 0;
  color: var(--ink);
}

.hobby-topic ul {
  margin: 1.6rem 0 1.8rem;
  padding: 0;
  list-style: none;
}

.hobby-topic li {
  position: relative;
  border-top: 1px solid var(--vda-periwinkle-line);
  padding: 0.72rem 0 0.72rem 1.25rem;
  font-size: 0.91rem;
  line-height: 1.35;
}

.hobby-topic li:last-child {
  border-bottom: 1px solid var(--vda-periwinkle-line);
}

.hobby-topic li::before {
  position: absolute;
  top: 1.08rem;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--vda-blue-dark);
  content: "";
}

.hobby-topic > a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.45rem;
  margin-top: auto;
  color: var(--vda-blue-dark);
  font-weight: 750;
  text-decoration: none;
}

.hobby-topic > a span {
  transition: transform 160ms ease;
}

.hobby-topic > a:hover span {
  transform: translateX(3px);
}

/* Knowledge directory */

.knowledge {
  background: var(--white);
}

.knowledge > .shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.knowledge__intro h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.knowledge__intro h2 > span {
  display: block;
}

.knowledge__intro > p:not(.eyebrow) {
  max-width: 38ch;
  margin: 1.25rem 0;
  color: var(--muted);
}

.knowledge__links {
  border-top: 2px solid var(--ink);
}

.knowledge-link {
  display: grid;
  grid-template-columns: 42px 1fr 32px;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-block: 1.2rem;
  text-decoration: none;
  transition: color 160ms ease, padding 160ms ease;
}

.knowledge-link:hover {
  padding-inline: 0.75rem;
  color: var(--vda-blue-dark);
}

.knowledge-link__marker {
  width: 24px;
  height: 2px;
  background: var(--vda-blue);
  transition: width 160ms ease;
}

.knowledge-link:hover .knowledge-link__marker {
  width: 32px;
}

.knowledge-link > span:nth-child(2) {
  display: grid;
  gap: 0.18rem;
}

.knowledge-link strong {
  font-size: 1.12rem;
}

.knowledge-link small {
  color: var(--muted);
  font-size: 0.86rem;
}

.knowledge-link > span:last-child {
  color: var(--vda-blue);
  font-size: 1.35rem;
  text-align: right;
}

/* Magazine */

.magazine {
  overflow: hidden;
  color: var(--white);
  background: #004e7e;
}

.magazine__inner {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.magazine__visual {
  position: relative;
  align-self: stretch;
}

.magazine__visual::before {
  position: absolute;
  top: 0;
  right: 4rem;
  bottom: 0;
  width: 55vw;
  background: var(--vda-periwinkle);
  content: "";
}

.magazine__visual img {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: min(48vw, 660px);
  max-width: none;
  filter: drop-shadow(0 28px 28px rgba(0, 25, 45, 0.26));
  transform: translateY(-48%) rotate(-3deg);
}

.magazine__issue {
  position: absolute;
  z-index: 2;
  top: 2.25rem;
  left: 0;
  color: var(--white);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 0.72;
}

.magazine__issue small {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
}

.magazine__content {
  position: relative;
  z-index: 2;
  padding-block: 5rem;
}

.magazine__content h2 {
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6rem);
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.magazine__lead {
  max-width: 38ch;
  margin: 1.5rem 0;
  color: #d9e9f3;
  font-size: 1.15rem;
}

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

.check-list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.8rem;
}

.check-list li::before {
  position: absolute;
  top: 0.55rem;
  left: 0;
  color: #9fd3ef;
  content: "✓";
  font-weight: 700;
}

.magazine__actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 1.75rem;
}

.hero__actions,
.magazine__actions {
  flex-wrap: wrap;
}

/* Join section */

/* Frequently asked questions */

.faq {
  background: var(--vda-periwinkle-light);
}

.faq__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.faq__intro h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4.5vw, 4.2rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.faq__intro > p:not(.eyebrow) {
  max-width: 38ch;
  margin: 1.25rem 0;
  color: var(--muted);
}

.faq__list {
  border-top: 2px solid var(--ink);
}

.faq details {
  border-bottom: 1px solid #c8d1da;
}

.faq summary {
  display: grid;
  min-height: 76px;
  grid-template-columns: 1fr 28px;
  gap: 1.5rem;
  align-items: center;
  padding-block: 1rem;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}

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

.faq summary span {
  position: relative;
  width: 24px;
  height: 24px;
}

.faq summary span::before,
.faq summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1.5px;
  background: var(--vda-blue);
  content: "";
  transform: translate(-50%, -50%);
}

.faq summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 160ms ease;
}

.faq details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq details p {
  max-width: 62ch;
  margin: -0.25rem 3.2rem 0.75rem 0;
  color: var(--muted);
}

.faq details > a {
  display: inline-flex;
  margin: 0 3.2rem 1.3rem 0;
  color: var(--vda-blue-dark);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.faq details > a:hover {
  text-decoration: underline;
}

.join {
  overflow: hidden;
}

.join__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(140px, 0.35fr) minmax(300px, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.join__mark {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--vda-periwinkle-light);
}

.join__mark img {
  width: 78%;
}

.join__content h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.join__content > p:not(.eyebrow) {
  max-width: 52ch;
  margin: 1rem 0 0;
  color: var(--muted);
}

.join__action {
  display: grid;
  gap: 0.65rem;
  justify-items: center;
}

.join__action small {
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

/* Footer */

.site-footer {
  overflow: clip;
  color: var(--white);
  background: var(--ink);
}

.footer-join {
  color: var(--white);
  background: var(--vda-blue);
}

.footer-join__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  padding-block: clamp(3rem, 6vw, 5.5rem);
}

.footer-join__copy {
  min-width: 0;
}

.footer-join__eyebrow {
  margin: 0 0 1rem;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-join h2 {
  max-width: none;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.5rem, 5.5vw, 5.5rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 0.94;
}

.footer-join h2 > span {
  display: block;
  white-space: nowrap;
}

.footer-join__copy > p:last-child {
  max-width: 58ch;
  margin: 1.25rem 0 0;
  color: var(--white);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.footer-join__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

.footer-join__actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid var(--white);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.footer-join__primary {
  color: var(--ink);
  background: var(--white);
}

.footer-join__primary:hover {
  color: var(--white);
  background: var(--ink);
}

.footer-join__secondary {
  color: var(--white);
  background: transparent;
}

.footer-join__secondary:hover {
  color: var(--vda-blue);
  background: var(--white);
}

.footer-join__actions a:active {
  transform: translateY(1px);
}

.site-footer__statement {
  margin: 0 auto;
  padding-block: clamp(1.75rem, 2.8vw, 2.5rem) clamp(1.5rem, 2.4vw, 2.15rem);
  border-bottom: 1px solid var(--line-on-dark);
  color: var(--white);
  font-size: clamp(1.85rem, 3.4vw, 2.8rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.site-footer__statement > span {
  display: block;
  white-space: nowrap;
}

.site-footer__directory {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(170px, 1fr) minmax(140px, 0.65fr) minmax(175px, 0.8fr);
  gap: clamp(1.5rem, 3vw, 3.5rem);
  align-items: start;
  padding-block: clamp(1.75rem, 3vw, 2.75rem);
}

.footer-brand {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  margin: 0;
  background: transparent;
  object-fit: contain;
}

.footer-brand p {
  max-width: 34ch;
  margin: 0;
  color: var(--white);
  font-weight: 700;
  line-height: 1.35;
}

.footer-brand span {
  display: block;
  max-width: 38ch;
  margin-top: 0.45rem;
  color: var(--white);
  font-size: 0.88rem;
}

.footer-directory__group h3 {
  margin: 0 0 1.1rem;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-directory__group ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-directory__group:first-of-type ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1.25rem;
}

.footer-directory__group a {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.footer-directory__group a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer__social {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line-on-dark);
}

.site-footer__social > span {
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__social nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.5rem;
  align-items: center;
}

.site-footer__social a {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__social a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer__legal {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line-on-dark);
  color: var(--white);
  font-size: 0.78rem;
}

.site-footer__legal p {
  margin: 0;
}

.site-footer__legal a {
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__legal a:hover {
  color: var(--white);
}

@media (max-width: 1100px) {
  :root {
    --brand-width: 100px;
    --brand-overhang: 24px;
    --brand-logo-size: 86px;
  }

  .site-header__inner {
    gap: 1rem;
  }

  .brand {
    padding-top: 7px;
  }

  .nav-list {
    gap: 0.15rem;
  }

  .nav-trigger {
    font-size: 0.86rem;
  }

  .member-link {
    padding-inline: 0.65rem;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  }

  .hero h1 {
    font-size: clamp(3.1rem, 6.2vw, 5rem);
  }

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

  .join__inner {
    grid-template-columns: 145px 1fr;
  }

  .join__action {
    grid-column: 2;
    justify-items: start;
  }

  .footer-join__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-join__actions {
    justify-content: flex-start;
  }

  .site-footer__directory {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.75rem 3.5rem;
  }

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

@media (max-width: 959px) {
  :root {
    --header-height: 68px;
    --brand-width: 58px;
    --brand-overhang: 12px;
    --brand-logo-size: 46px;
  }

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

  .site-header__inner {
    gap: 0.8rem;
  }

  .brand {
    flex-basis: var(--brand-width);
    padding-top: 6px;
  }

  .brand img {
    width: var(--brand-logo-size);
    height: var(--brand-logo-size);
  }

  .mobile-menu-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 0.55rem;
    border: 0;
    padding: 0.35rem 0.45rem;
    background: transparent;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
  }

  .mobile-menu-toggle__icon {
    display: flex;
    width: 22px;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-menu-toggle__icon span {
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: 5;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    height: calc(100vh - var(--header-height));
    overflow-y: auto;
    border-top: 1px solid var(--line);
    background: var(--white);
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-list {
    display: block;
    height: auto;
    padding: 0.5rem 18px 2rem;
  }

  .nav-item {
    display: block;
    border-bottom: 1px solid var(--line);
  }

  .nav-trigger {
    width: 100%;
    min-height: 58px;
    justify-content: space-between;
    padding-inline: 0;
    font-size: 1.04rem;
    text-align: left;
  }

  .nav-trigger::after {
    display: none;
  }

  .mega-panel {
    position: static;
    max-height: none;
    overflow: visible;
    border: 0;
    background: var(--surface);
    box-shadow: none;
  }

  .mega-panel__inner {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.7rem;
    padding: 1.5rem;
  }

  .mega-panel__intro {
    grid-column: 1 / -1;
    padding: 0 0 1.25rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mega-panel__intro h2 {
    max-width: none;
    font-size: 1.75rem;
  }

  .mega-group--wide,
  .mega-group--events {
    grid-column: 1 / -1;
  }

  .mega-feature {
    min-height: 160px;
    grid-column: 1 / -1;
  }

  .header-tools {
    margin-left: auto;
  }

  .menu-scrim {
    display: none !important;
  }

  .hero,
  .hero__inner {
    min-height: 570px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr);
    gap: 1rem;
  }

  .hero__mark img {
    left: 20%;
    width: min(52vw, 500px);
    transform: translate(-15%, -50%);
  }

  .facts__inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .facts__link {
    display: none;
  }

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

  .news-feature {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  }

  .hobby-topic {
    padding-inline: 1.5rem;
  }

  .hobby-topic h3 {
    font-size: clamp(1.55rem, 3vw, 2rem);
  }

  .membership-cta__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .membership-cta__content h2 {
    max-width: 15ch;
    font-size: clamp(2.8rem, 7vw, 4rem);
  }

  .membership-cta__benefits {
    border-top: 1px solid var(--line-on-dark);
    border-left: 0;
    padding-top: 2rem;
    padding-left: 0;
  }

  .magazine__inner {
    min-height: 600px;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 2rem;
  }

  .magazine__visual img {
    width: 55vw;
  }
}

@media (max-width: 800px) {
  .section-heading--split,
  .association-intro__inner,
  .knowledge > .shell,
  .faq__inner {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    gap: 1rem;
  }

  .association-intro__inner,
  .knowledge > .shell,
  .faq__inner {
    gap: 2.5rem;
  }

  .association-intro__body {
    padding-top: 0;
  }

  .hobby-topics {
    grid-template-columns: 1fr;
  }

  .hobby-topic {
    padding: 2rem 0;
  }

  .hobby-topic + .hobby-topic {
    border-top: 1px solid var(--vda-periwinkle-line);
    border-left: 0;
  }
}

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

  body {
    font-size: 16px;
  }

  .member-link {
    min-height: 38px;
    padding: 0.4rem 0.55rem;
    font-size: 0.78rem;
  }

  .icon-button {
    width: 38px;
    height: 38px;
  }

  .mobile-menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .mega-panel__inner {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .mega-group--wide,
  .mega-group--events,
  .mega-panel__intro,
  .mega-feature {
    grid-column: auto;
  }

  .mega-link-grid {
    grid-template-columns: 1fr;
  }

  .search-panel {
    padding-block: 1rem;
  }

  .search-field {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero__inner {
    min-height: auto;
  }

  .hero {
    background-position: right bottom;
    background-size: auto 260px;
  }

  .hero__inner {
    display: block;
    width: 100%;
  }

  .hero__content {
    width: min(calc(100% - 28px), var(--shell));
    margin-inline: auto;
    padding-block: 4.2rem 2.5rem;
  }

  .hero h1 {
    max-width: 13ch;
    font-size: clamp(2.45rem, 10.5vw, 3.5rem);
  }

  .hero h1 br {
    display: none;
  }

  .hero__copy {
    max-width: 38ch;
    font-size: 1.05rem;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .hero__mark {
    height: 260px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }

  .hero__mark::before,
  .hero__mark > span {
    display: none;
  }

  .hero__mark img {
    top: 54%;
    left: 50%;
    width: 330px;
    transform: translate(-50%, -50%);
  }

  .facts__inner {
    min-height: 92px;
  }

  .fact {
    min-height: 50px;
    padding-inline: 0.55rem;
    text-align: center;
  }

  .fact:first-child {
    padding-left: 0;
  }

  .fact:last-of-type {
    border-right: 0;
  }

  .fact strong {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
  }

  .fact span {
    font-size: 0.62rem;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .association-intro__inner,
  .knowledge > .shell,
  .faq__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .association-intro__heading h2,
  .knowledge__intro h2 {
    max-width: 13ch;
  }

  .association-intro__body {
    padding-top: 0;
  }

  .membership-cta__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .membership-cta__content h2 {
    font-size: clamp(2rem, 8.5vw, 3rem);
  }

  .membership-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .membership-cta__benefits {
    border-top: 1px solid var(--line-on-dark);
    border-left: 0;
    padding-top: 2rem;
    padding-left: 0;
  }

  .membership-cta__mark {
    right: -40%;
    width: 130vw;
  }

  .section-heading h2 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
  }

  .subheading-row {
    align-items: flex-end;
  }

  .event-row {
    grid-template-columns: 55px 1fr 36px;
    gap: 0.75rem;
  }

  .event-date {
    min-height: 68px;
  }

  .news-feature {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .news-feature__image {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

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

  .news-row img {
    width: 105px;
  }

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

  .hobby-topics {
    grid-template-columns: 1fr;
  }

  .hobby-topic {
    padding: 2rem 0;
  }

  .hobby-topic + .hobby-topic {
    border-top: 1px solid var(--vda-periwinkle-line);
    border-left: 0;
  }

  .hobby-topic h3 {
    max-width: 17ch;
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .knowledge-link {
    grid-template-columns: 34px 1fr 24px;
    gap: 0.75rem;
  }

  .knowledge-link small {
    font-size: 0.8rem;
  }

  .faq summary {
    min-height: 68px;
    font-size: 1rem;
  }

  .magazine__inner {
    display: flex;
    min-height: auto;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .magazine__visual {
    width: 100%;
    min-height: 380px;
    order: 2;
  }

  .magazine__visual::before {
    right: 0;
    width: 100%;
  }

  .magazine__visual img {
    right: 50%;
    width: min(120vw, 620px);
    transform: translate(50%, -47%) rotate(-3deg);
  }

  .magazine__issue {
    left: 1rem;
  }

  .magazine__content {
    width: min(calc(100% - 28px), var(--shell));
    margin-inline: auto;
    padding-block: 4.5rem 2.5rem;
  }

  .magazine__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .join__inner {
    grid-template-columns: 90px 1fr;
    gap: 1.5rem;
  }

  .join__mark {
    align-self: start;
  }

  .join__content h2 {
    font-size: clamp(2.25rem, 10vw, 3.3rem);
  }

  .join__action {
    grid-column: 1 / -1;
    justify-items: stretch;
  }

  .footer-join__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-join__actions {
    justify-content: flex-start;
  }

  .site-footer__directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }

  .footer-brand,
  .footer-directory__group:first-of-type {
    grid-column: 1 / -1;
  }

  .site-footer__social {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    padding-block: 1.25rem;
  }

  .site-footer__legal {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    padding-block: 1.15rem;
  }

}

@media (max-width: 420px) {
  .button--large {
    gap: 0.5rem;
    padding-inline: 1rem;
    font-size: 0.93rem;
  }

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

  .join__mark {
    width: 76px;
  }

  .join__content h2 {
    font-size: clamp(2rem, 9vw, 2.5rem);
  }

  .footer-join__inner {
    padding-block: 3rem;
  }

  .footer-join h2 {
    font-size: clamp(2.1rem, 10vw, 2.65rem);
  }

  .footer-join__actions {
    display: grid;
    width: 100%;
  }

  .footer-join__actions a {
    width: 100%;
  }

  .event-row {
    grid-template-columns: 50px 1fr;
  }

  .event-row .round-link {
    display: none;
  }

  .news-row h4 {
    font-size: 0.96rem;
  }

  .site-footer__statement {
    padding-block: 1.75rem 1.5rem;
    font-size: clamp(1.6rem, 7.5vw, 1.9rem);
    letter-spacing: -0.025em;
    line-height: 0.98;
  }

  .footer-brand {
    gap: 1rem;
  }

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

@media (max-width: 340px) {
  .site-footer__directory {
    grid-template-columns: minmax(0, 1fr);
  }
}

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

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