@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/static/fonts/manrope-latin.woff2") format("woff2");
}
:root {
  color-scheme: dark;
  font-size: 125%;
  --bg: #05060b;
  --surface: #0b0e17;
  --ink: #f2f4fb;
  --muted: #b4bed1;
  --line: #a9b9df29;
  --blue: #315bff;
  --light-blue: #96aeff;
  --pad: clamp(24px, 5.2vw, 80px);
  --font: "Manrope", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 1rem/1.75 var(--font); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; line-height: 1.15; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
img, svg { display: block; max-width: 100%; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
::selection { background: #315bff; color: white; }
:focus-visible { outline: 2px solid var(--light-blue); outline-offset: 6px; border-radius: 3px; }
[hidden] { display: none !important; }
.wrap { width: 100%; max-width: 1504px; margin-inline: auto; padding-inline: var(--pad); }
.icon { width: 19px; height: 19px; flex: 0 0 auto; }
.accent { color: #7e9aff; background: linear-gradient(110deg, #9eb7ff, #527bff 85%); background-clip: text; -webkit-text-fill-color: transparent; }
.muted { color: #858c9e; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: var(--blue); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 58px; padding: 17px 26px; border: 1px solid transparent; border-radius: 100px; font-size: .9rem; font-weight: 600; line-height: 1.4; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 6px 35px #315bff20; }
.button-primary:hover { background: #466cff; }
.button-outline { border-color: #a9b9df40; }
.button-outline:hover { background: #ffffff09; border-color: #9caedb80; }
.text-link { display: inline-flex; align-items: center; gap: 23px; padding-block: 13px; font-size: .9rem; font-weight: 600; min-height: 48px; }
.text-link:hover { color: var(--light-blue); }
.text-link .icon { transition: transform .2s; }
.text-link:hover .icon { transform: translateX(4px); }
.eyebrow, .section-tag, .card-eyebrow { font: 600 .7rem/1.6 var(--font); letter-spacing: .12em; }
.eyebrow { display: flex; gap: 10px; align-items: center; color: var(--light-blue); }
.section-tag { color: #c1c7d7; }
.section-tag > span { margin-right: 18px; color: #809cf8; }
.status-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--light-blue); box-shadow: 0 0 12px #527cff80; flex: 0 0 auto; }

/* Navigation stays usable without JavaScript. */
.site-header { position: relative; z-index: 20; }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 17px; flex-shrink: 0; }
.brand img { width: 104px; height: auto; filter: grayscale(1) invert(1); }
.brand-name { border-left: 1px solid var(--line); padding-left: 17px; font: 600 .55rem/1.8 var(--font); letter-spacing: .09em; color: #c1c6d3; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: .9rem; font-weight: 500; }
.main-nav > a:not(.button) { padding-block: 12px; }
.main-nav a:hover, .main-nav a[aria-current] { color: var(--light-blue); }
.nav-contact { min-height: 50px; padding: 12px 21px; gap: 24px; }
.nav-contact .icon { width: 16px; height: 16px; }
.menu-toggle { display: none; }

/* The preview's sculpture is a local image, not a WebGL scene. */
.hero { position: relative; isolation: isolate; height: calc(100svh - 104px); min-height: 780px; max-height: 980px; overflow: hidden; background: radial-gradient(ellipse at 77% 43%, #13255324, transparent 55%); }
.hero-grid { height: 100%; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; padding-bottom: 95px; position: relative; }
.hero-copy { position: relative; z-index: 2; padding-top: 8px; }
.hero .eyebrow { margin-bottom: 29px; }
h1 { font-size: clamp(60px, 6.5vw, 102px); letter-spacing: -.055em; line-height: 1.08; }
.hero-description { font-size: 1rem; line-height: 1.8; color: #b8c2d7; margin-top: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 27px; margin-top: 32px; }
.hero-visual { position: absolute; z-index: 0; width: min(59vw, 810px); aspect-ratio: 1; right: -1%; top: 46%; transform: translateY(-50%); }
.orbit-sculpture { width: 100%; height: auto; transform: rotate(-18deg) scale(.95); }
.orbit-guide { position: absolute; inset: 12%; border: 1px solid #7d97d214; border-radius: 50%; }
.orbit-guide::after { content: ""; position: absolute; inset: -10%; border: 1px dashed #7d97d214; border-radius: 50%; }
.orbit-guide-cross { inset: 1%; transform: rotate(-36deg) scaleY(.47); border-color: #6088ff30; }
.orbit-guide-cross::after { display: none; }
.visual-label { position: absolute; z-index: 1; color: #abb6d2; font: 600 .6rem/1.8 var(--font); letter-spacing: .11em; }
.visual-label i { display: inline-block; width: 4px; height: 4px; background: #8babff; border-radius: 50%; margin-right: 8px; }
.visual-label-top { top: 14%; right: 15%; }
.visual-label-bottom { bottom: 13%; left: 16%; }
.visual-label-side { bottom: 25%; right: 5%; }
.hero-bottom { position: absolute; bottom: 29px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; font: 600 .6rem/1.6 var(--font); letter-spacing: .11em; color: #a8afc1; }
.hero-bottom::before { content: ""; position: absolute; top: -19px; left: var(--pad); right: var(--pad); border-top: 1px solid var(--line); }
.hero-bottom a { min-height: 44px; display: inline-flex; align-items: center; gap: 25px; }
.hero-bottom a:hover { color: white; }
.hero-location { display: flex; align-items: center; gap: 11px; }
.values-strip { border-block: 1px solid var(--line); }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 26px; }
.strip-grid > span { display: flex; justify-content: center; align-items: center; gap: 15px; color: #c2cbdf; font-size: .8rem; border-right: 1px solid var(--line); }
.strip-grid > span:first-child { justify-content: flex-start; }
.strip-grid > span:last-child { border: 0; justify-content: flex-end; }
.strip-grid .icon { color: #88a2fa; width: 20px; height: 20px; }

.section { padding-block: 112px; }
.section h2 { font-size: clamp(40px, 4.2vw, 64px); letter-spacing: -.045em; line-height: 1.16; }
.about-section { display: grid; grid-template-columns: .7fr 1.7fr; gap: 72px; }
.about-section > .section-tag { margin-top: 10px; }
.about-paragraphs { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 37px; }
.about-paragraphs p { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.about-paragraphs strong { font-weight: 600; color: #e3e8f5; }
.about-copy > .text-link { margin-top: 20px; }
.activities-section { border-block: 1px solid var(--line); background: linear-gradient(#0b101c66, transparent); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 43px; }
.section-heading h2 { margin-top: 22px; }
.section-heading > p { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.activity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.activity { border-bottom: 1px solid var(--line); padding-bottom: 25px; }
.activity h3 { font-size: clamp(24px, 2vw, 30px); letter-spacing: -.025em; margin-top: 12px; }
.activity > p:last-child { color: var(--muted); font-size: 1rem; line-height: 1.8; margin-top: 16px; }
.card-eyebrow { color: #aebad2; margin-top: 26px; }
.activity-art { height: clamp(220px, 22vw, 300px); position: relative; overflow: hidden; border: 1px solid #7f9fff20; border-radius: 9px; background: radial-gradient(ellipse at 50% 60%, #1a2d762e, #0a0e1a 70%); }
.art-label, .art-index, .art-cross { position: absolute; font: 600 .55rem/1.5 var(--font); letter-spacing: .09em; color: #a6b8e7; }
.art-label { top: 20px; left: 21px; }
.art-index { bottom: 18px; left: 21px; }
.art-cross { right: 20px; bottom: 16px; font-size: 18px; }
.research-orbits { position: absolute; inset: 18% 16%; transform: rotate(-27deg); }
.research-orbits i { position: absolute; inset: 3%; border: 1px solid #6d98f6; border-radius: 50%; box-shadow: 0 0 28px #416eff1a, inset 0 0 20px #416eff15; transform: scaleY(.4); }
.research-orbits i:nth-child(2) { transform: rotate(60deg) scaleY(.4); }
.research-orbits i:nth-child(3) { transform: rotate(120deg) scaleY(.4); }
.research-orbits b, .small-orbit b { position: absolute; width: 11px; height: 11px; top: calc(50% - 5px); left: calc(50% - 5px); background: #a5c2ff; border-radius: 50%; box-shadow: 0 0 32px 10px #3d64fc55; }
.art-education { background: linear-gradient(125deg, #0e1832, #090d18 80%); }
.education-planes { position: absolute; width: 51%; height: 48%; left: 25%; top: 24%; }
.education-planes i { position: absolute; inset: 0; background: linear-gradient(135deg, #7097ff3d, #315bff08); border: 1px solid #7596f075; border-radius: 2px; transform: rotate(-29deg) skew(15deg, 10deg); }
.education-planes i:nth-child(2) { transform: translateY(24px) rotate(-29deg) skew(15deg, 10deg); border-color: #7596f04d; }
.education-planes i:nth-child(3) { transform: translateY(-24px) rotate(-29deg) skew(15deg, 10deg); border-color: #9cb7ff; }
.community-network { position: absolute; width: 170px; height: 170px; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px dashed #8faaff45; border-radius: 50%; }
.community-network i { position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, #668fff88, #668fff20); }
.community-network i:nth-child(2) { transform: rotate(60deg); }
.community-network i:nth-child(3) { transform: rotate(120deg); }
.community-network b { position: absolute; width: 13px; height: 13px; border: 1px solid #a1bfff; background: #355bb3; border-radius: 50%; box-shadow: 0 0 23px #446eff60; }
.community-network b:nth-of-type(1) { top: calc(50% - 6px); left: calc(50% - 6px); width: 18px; height: 18px; transform: translate(-2px, -2px); background: #a1bfff; }
.community-network b:nth-of-type(2) { top: calc(50% - 6px); left: -6px; }
.community-network b:nth-of-type(3) { top: calc(50% - 6px); right: -6px; }
.community-network b:nth-of-type(4) { top: 5px; left: 36px; }
.community-network b:nth-of-type(5) { bottom: 5px; right: 36px; }
.activities-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 21px; }
.activities-foot > span { font-size: .85rem; color: var(--muted); }
.why-section { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; }
.why-copy h2 { margin-top: 24px; }
.why-copy > p:not(.section-tag) { font-size: 1rem; color: var(--muted); margin-top: 25px; line-height: 1.8; }
.small-orbit { width: 200px; height: 135px; position: relative; margin-top: 28px; }
.small-orbit i { position: absolute; inset: 10%; border: 1px solid #6688ff70; border-radius: 50%; transform: rotate(-35deg) scaleY(.45); }
.small-orbit i:nth-child(2) { transform: rotate(35deg) scaleY(.45); }
.small-orbit i:nth-child(3) { transform: rotate(90deg) scaleY(.45); }
.values-list { padding-top: 47px; }
.value { border-top: 1px solid var(--line); }
.value:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.value summary { display: flex; align-items: center; gap: 21px; padding-block: 28px; }
.value summary h3 { font-size: clamp(22px, 2vw, 28px); letter-spacing: -.025em; }
.value-number { color: var(--light-blue); font: 600 .7rem var(--font); }
.details-icon { position: relative; width: 16px; height: 16px; flex: 0 0 16px; margin-left: auto; color: #aab8d8; }
.details-icon::before, .details-icon::after { content: ""; position: absolute; height: 1px; width: 12px; background: currentColor; top: 7px; left: 2px; }
.details-icon::after { transform: rotate(90deg); }
details[open] > summary .details-icon::after { transform: rotate(0); }
.value > p { color: var(--muted); font-size: 1rem; line-height: 1.8; margin: -5px 31px 27px 40px; }
.value summary:hover h3, .member-card summary:hover { color: var(--light-blue); }

.contact-section { position: relative; overflow: hidden; background: #284fe8; text-align: center; }
.contact-section::before, .contact-section::after { content: ""; position: absolute; width: 700px; height: 700px; border: 1px solid #c8d4ff16; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.contact-section::after { width: 1040px; height: 1040px; }
.contact-inner { padding-block: 85px 65px; position: relative; z-index: 1; }
.contact-section .section-tag, .contact-section .section-tag > span { color: #d0dbff; }
.contact-section h2 { font-size: clamp(40px, 4.6vw, 68px); letter-spacing: -.045em; line-height: 1.16; margin-top: 28px; }
.contact-section h2 + p { font-size: 1rem; color: #e0e7ff; line-height: 1.8; margin-top: 22px; }
.contact-section .membership-note { margin-top: 30px; font-size: .85rem; line-height: 1.8; color: #e0e7ff; }
.membership-note a { text-decoration: underline; text-underline-offset: 3px; }
.contact-section :focus-visible { outline-color: white; }
.contact-socials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1140px; margin: 38px auto 0; text-align: left; }
.social-card { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 26px 22px; border: 1px solid #dce5ff60; border-radius: 12px; background: #ffffff0c; transition: background .2s, border-color .2s, transform .2s; }
.social-card:hover { background: #ffffff1f; border-color: white; transform: translateY(-3px); }
.social-card > img { filter: brightness(0) invert(1); }
.social-card-copy strong { display: block; font-size: 1.2rem; font-weight: 700; }
.social-card-copy > span { display: block; margin-top: 5px; color: #e0e7ff; font-size: .8rem; }
.site-footer { padding-top: 54px; padding-bottom: 24px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 42px; }
.footer-nav, .social-nav { display: flex; flex-wrap: wrap; gap: 25px; font-size: .85rem; color: #c2cbdf; }
.footer-nav a, .social-nav a { display: inline-flex; align-items: center; gap: 8px; padding-block: 10px; }
.social-nav .icon { width: 12px; height: 12px; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 20px; color: #aab3c7; font-size: .75rem; gap: 20px; }
.footer-bottom p:nth-child(2) { font-size: .7rem; letter-spacing: .04em; }
.footer-bottom a { min-height: 44px; display: flex; align-items: center; gap: 20px; }

/* Team and statute share the same quiet, editorial page layout. */
.page-intro { padding-top: 30px; }
.breadcrumb { display: inline-flex; align-items: center; gap: 13px; color: #c4ccdc; font-size: .8rem; min-height: 44px; margin-bottom: 46px; }
.breadcrumb span { color: #8c95aa; }
.page-intro .eyebrow { margin-bottom: 22px; }
.page-intro h1 { font-size: clamp(48px, 5.5vw, 84px); line-height: 1.12; }
.intro-bottom { margin-top: 31px; padding-bottom: 42px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.intro-bottom > p { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.intro-bottom .section-tag { color: #b7c2dd; }
.team-section { padding-top: 44px; padding-bottom: 75px; }
.participants-section { border-top: 1px solid var(--line); }
.team-heading { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.035em; margin-bottom: 32px; }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 45px 24px; align-items: start; }
.member { min-width: 0; }
.member-portrait { border-radius: 5px; overflow: hidden; background: var(--surface); aspect-ratio: 1; border: 1px solid var(--line); }
.member-portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .35s; }
.member:hover .member-portrait img, .member:focus-within .member-portrait img { filter: grayscale(0); }
.member-heading { padding-top: 18px; }
.member-heading h3 { font-size: 1.2rem; letter-spacing: -.025em; line-height: 1.3; }
.member-heading p { color: var(--light-blue); font-size: .85rem; margin-top: 8px; }
.member-card { margin-top: 17px; border-top: 1px solid var(--line); }
.member-card summary { padding-block: 15px; display: flex; align-items: center; gap: 12px; font-size: .8rem; color: #bfc9de; min-height: 48px; }
.member-card img { width: 100%; border-radius: 4px; margin-top: 3px; }
.member-card > a { display: block; }
.team-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); margin-top: 60px; padding-top: 30px; }
.team-note p { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.statute-layout { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: clamp(40px, 6vw, 100px); padding-top: 50px; padding-bottom: 85px; }
.statute-sidebar { align-self: start; position: sticky; top: 28px; }
.statute-index { border-block: 1px solid var(--line); }
.statute-index summary { display: flex; align-items: center; gap: 10px; padding: 18px 0; font-size: 1rem; font-weight: 600; }
.statute-index nav { display: flex; flex-direction: column; max-height: 60svh; overflow-y: auto; padding: 0 13px 14px 0; scrollbar-color: #455476 transparent; scrollbar-width: thin; }
.statute-index nav a { display: block; font-size: .85rem; line-height: 1.6; color: #bfc9de; padding: 11px 10px; border-left: 1px solid var(--line); }
.statute-index nav a:hover, .statute-index nav a:focus-visible { color: var(--light-blue); border-left-color: var(--light-blue); background: #315bff0d; }
.statute-note { font: 500 .7rem/1.9 var(--font); color: #b2bdd3; margin-top: 22px; }
.statute-article { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line); scroll-margin-top: 35px; }
.statute-article h2 { font-size: 1.6rem; letter-spacing: -.025em; line-height: 1.35; margin-bottom: 22px; }
.statute-article:target h2 { color: var(--light-blue); }
.article-body { color: #c2cbde; font-size: 1rem; line-height: 1.85; white-space: pre-line; overflow-wrap: anywhere; }
.print-button { border: 0; background: transparent; }
.error-page { padding-block: 100px 140px; }
.error-page .eyebrow { margin-bottom: 25px; }
.error-page p:not(.eyebrow) { margin-block: 28px; color: var(--muted); }

@media (min-width: 1600px) {
  .hero-visual { right: 0; }
}
@media (max-width: 1100px) {
  .main-nav { gap: 25px; }
  .hero { min-height: 760px; }
  .hero-actions { gap: 16px; }
  .hero-actions .button { padding-inline: 20px; gap: 17px; }
  .hero-actions .text-link { gap: 14px; }
  .hero-visual { width: 60vw; right: -5%; }
  .hero-bottom > span:nth-child(2) { display: none; }
  .section { padding-block: 88px; }
  .about-section { grid-template-columns: .55fr 1.7fr; gap: 35px; }
  .why-section { gap: 45px; }
  .footer-top { flex-wrap: wrap; }
  .social-nav { gap: 20px; }
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .statute-layout { grid-template-columns: 235px minmax(0, 1fr); gap: 45px; }
}
@media (max-width: 800px) {
  :root { font-size: 112.5%; }
  .header-inner { min-height: 88px; flex-wrap: wrap; gap: 16px; padding-block: 22px; }
  .brand img { width: 92px; }
  .main-nav { width: 100%; justify-content: space-between; flex-wrap: wrap; gap: 15px; font-size: 1rem; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 15px; min-height: 48px; padding: 8px 0 8px 15px; border: 0; background: none; font-size: 1rem; }
  .menu-icon { display: block; width: 21px; height: 12px; border-block: 1px solid #c6d1eb; }
  .menu-toggle[aria-expanded="true"] .menu-icon { height: 1px; border-bottom: 0; }
  .js .main-nav { display: none; padding-top: 20px; padding-bottom: 5px; border-top: 1px solid var(--line); }
  .js .main-nav.is-open { display: flex; }
  .hero { height: auto; min-height: 0; max-height: none; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; padding-top: 50px; padding-bottom: 85px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(58px, 10vw, 82px); }
  .hero .eyebrow { margin-bottom: 25px; }
  .hero-description { margin-top: 24px; }
  .hero-actions { margin-top: 27px; gap: 24px; }
  .hero-visual { position: relative; top: auto; right: auto; transform: none; width: min(90vw, 620px); margin: -12px auto -42px; align-self: center; }
  .visual-label-top { top: 17%; }
  .hero-bottom::before { top: -9px; }
  .hero-bottom a { gap: 13px; }
  .hero-location { gap: 7px; }
  .strip-grid { gap: 10px; }
  .strip-grid > span { flex-direction: column; text-align: center; font-size: .85rem; gap: 10px; }
  .section { padding-block: 73px; }
  .section h2 { font-size: clamp(38px, 6vw, 52px); }
  .about-section { grid-template-columns: 1fr; gap: 25px; }
  .about-section > .section-tag { margin-top: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 23px; }
  .section-heading > p br:last-child { display: none; }
  .activity-grid { grid-template-columns: 1fr; gap: 38px; }
  .activity-art { height: 210px; }
  .art-label { top: 14px; left: 13px; }
  .art-index { left: 13px; }
  .art-cross { right: 13px; }
  .community-network { width: 120px; height: 120px; }
  .community-network b:nth-of-type(4) { left: 20px; }
  .community-network b:nth-of-type(5) { right: 20px; }
  .activity h3 { font-size: 1.5rem; }
  .why-section { grid-template-columns: 1fr; gap: 10px; }
  .small-orbit { display: none; }
  .values-list { padding-top: 25px; }
  .value summary h3 { font-size: 1.4rem; }
  .contact-inner { padding-block: 66px 52px; }
  .contact-section h2 { font-size: clamp(38px, 5.5vw, 52px); }
  .contact-socials { grid-template-columns: 1fr; max-width: 560px; }
  .footer-top { gap: 24px; }
  .footer-top > .brand { width: 100%; }
  .footer-nav { margin-right: auto; }
  .page-intro { padding-top: 15px; }
  .breadcrumb { margin-bottom: 34px; }
  .page-intro h1 { font-size: clamp(44px, 6.7vw, 65px); }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro-bottom { align-items: flex-start; flex-direction: column; gap: 21px; }
  .statute-layout { grid-template-columns: 1fr; gap: 40px; padding-top: 32px; }
  .statute-sidebar { position: static; }
  .statute-index nav { max-height: 280px; }
  .statute-index nav a { padding-block: 12px; }
  .statute-note { display: none; }
}
@media (max-width: 560px) {
  .header-inner { min-height: 84px; padding-block: 18px; }
  .brand { gap: 12px; }
  .brand-name { padding-left: 12px; font-size: .5rem; }
  /* ponytail: the logo alone leaves room for a readable menu at 320px. */
  .site-header .brand-name { display: none; }
  .brand img { width: 104px; }
  .main-nav, .js .main-nav.is-open { flex-direction: column; align-items: stretch; gap: 5px; }
  .main-nav > a:not(.button) { padding-block: 12px; }
  .nav-contact { justify-content: space-between; margin-top: 7px; }
  .hero-grid { padding-top: 32px; }
  .hero h1 { font-size: clamp(45px, 12.5vw, 70px); }
  .hero .eyebrow { margin-bottom: 23px; }
  .hero-actions { gap: 5px 22px; margin-top: 25px; }
  .hero-actions .text-link { gap: 16px; }
  .hero-visual { margin-top: -7px; margin-bottom: -15px; width: 100vw; }
  .visual-label-bottom { bottom: 13%; left: 18%; }
  .visual-label-side { right: 8%; }
  .hero-location { display: none; }
  .hero-bottom { bottom: 13px; }
  .strip-grid { padding-block: 23px; gap: 16px; }
  .strip-grid > span { font-size: .8rem; line-height: 1.6; padding-right: 8px; }
  .strip-grid > span:last-child { padding: 0; }
  .section { padding-block: 61px; }
  .section h2 { font-size: clamp(34px, 9vw, 42px); }
  .about-paragraphs { grid-template-columns: 1fr; gap: 20px; margin-top: 28px; }
  .about-copy > .text-link { margin-top: 16px; }
  .activity-grid { gap: 33px; }
  .activity-art { height: 280px; }
  .art-label { top: 20px; left: 21px; }
  .art-index { left: 21px; }
  .art-cross { right: 20px; }
  .community-network { width: 165px; height: 165px; }
  .community-network b:nth-of-type(4) { left: 35px; }
  .community-network b:nth-of-type(5) { right: 35px; }
  .activities-foot { align-items: flex-start; flex-direction: column; gap: 0; padding-top: 25px; }
  .value summary { gap: 15px; padding-block: 24px; }
  .value summary h3 { font-size: 1.3rem; }
  .value > p { margin-left: 27px; margin-right: 20px; }
  .contact-section h2 { font-size: clamp(34px, 9vw, 42px); }
  .desktop-break { display: none; }
  .site-footer { padding-top: 35px; padding-bottom: 20px; }
  .footer-top { padding-bottom: 30px; gap: 23px; }
  .footer-nav { width: 100%; gap: 25px; }
  .social-nav { gap: 24px; }
  .footer-bottom { align-items: flex-start; flex-wrap: wrap; gap: 9px 20px; }
  .footer-bottom > p { width: 100%; }
  .footer-bottom a { margin-left: auto; }
  .page-intro h1 { font-size: clamp(38px, 9vw, 50px); }
  .team-grid { grid-template-columns: 1fr; gap: 38px; }
  .member-heading h3 { font-size: 1.4rem; }
  .member-heading p { font-size: 1rem; }
  .member-card summary { font-size: .9rem; gap: 12px; }
  .member-card .details-icon { width: 12px; flex-basis: 12px; }
  .member-card .details-icon::before, .member-card .details-icon::after { width: 10px; left: 1px; }
  .team-note { margin-top: 40px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .statute-layout { padding-bottom: 50px; }
  .statute-article { padding-bottom: 30px; margin-bottom: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  :root { color-scheme: light; }
  body { background: white; color: black; }
  .site-header, .site-footer, .breadcrumb, .statute-sidebar, .print-button, .skip-link, .contact-section { display: none !important; }
  .wrap { max-width: none; padding-inline: 0; }
  .page-intro { padding-top: 0; }
  .page-intro h1 { font-size: 32px; }
  .accent { background: none; color: black; -webkit-text-fill-color: black; }
  .intro-bottom { padding-bottom: 20px; }
  .statute-layout { display: block; padding-top: 25px; }
  .article-body, .intro-bottom > p, .eyebrow { color: black; }
  .statute-article { margin-bottom: 22px; padding-bottom: 22px; }
  .statute-article h2 { break-after: avoid; color: black; font-size: 20px; }
  .article-body { font-size: 12pt; orphans: 3; widows: 3; }
  .statute-articles > .text-link { display: none; }
}
