@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --ink: #05426b;
  --blue: #0973b9;
  --blue-deep: #05426b;
  --paper: #ffffff;
  --paper-light: #f5f5f5;
  --gold: #01a201;
  --gold-light: #36aede;
  --muted: #555555;
  --line: rgba(5, 66, 107, .18);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 20; background: var(--gold); padding: .7rem 1rem; color: var(--blue-deep); }
.skip-link:focus { top: 1rem; }

.site-header { background: var(--blue-deep); color: #fff; position: relative; z-index: 10; }
.header-inner { max-width: 1180px; min-height: 92px; margin: auto; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.brand img { width: 125px; height: auto; object-fit: contain; }
.brand-name { font-size: 11px; line-height: 1.18; letter-spacing: .12em; text-transform: uppercase; color: #d9dee0; }
.brand-name strong { color: var(--gold-light); font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 2.2rem; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.site-nav a { text-decoration: none; color: #dce1e2; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus { color: var(--gold-light); }
.site-nav .nav-contact { border: 1px solid rgba(223, 197, 128, .55); padding: .6rem 1rem; color: var(--gold-light); }
.menu-toggle { display: none; border: 0; background: none; color: #fff; font: inherit; }

.hero { overflow: hidden; color: #fff; background: var(--blue); padding: 82px 34px 25px; position: relative; }
.hero::before { display: none; }
.hero-grid, .hero-foot { max-width: 1180px; margin: auto; position: relative; }
.hero-grid { min-height: 548px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); align-items: center; }
.hero-copy { max-width: 660px; padding: 40px 0 64px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.02; letter-spacing: -.02em; }
h1 { font-size: clamp(4.5rem, 8vw, 7.8rem); margin: 0 0 28px; }
h1 em, h2 em { color: var(--gold-light); font-style: italic; }
.hero-intro { max-width: 490px; color: #d1d9dc; font-size: 18px; line-height: 1.6; margin-bottom: 34px; }
.button { display: inline-flex; align-items: center; gap: 1.5rem; padding: 15px 18px 15px 21px; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus { transform: translateY(-3px); }
.button-gold { background: var(--gold); color: var(--blue-deep); }
.button-gold span { font-size: 18px; line-height: 0; }
.hero-art { height: 510px; position: relative; display: grid; place-items: center; }
.hero-art img { width: min(88%, 390px); height: auto; position: relative; z-index: 2; filter: none; }
.hero-foot { border-top: 1px solid rgba(255,255,255,.2); padding-top: 17px; display: flex; align-items: center; gap: 18px; color: #bac4c8; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-rule { width: 38px; height: 1px; background: var(--gold); }

.section { padding: 118px 34px; }
.section-inner { max-width: 1180px; margin: auto; }
.section-paper { background: var(--paper); }
.split-layout { display: grid; grid-template-columns: minmax(260px, .78fr) 1fr; gap: 9%; }
.section-heading h2, .chronik-intro h2, .contact-section h2 { font-size: clamp(3.2rem, 5.8vw, 5.7rem); margin-bottom: 0; }
.eyebrow-dark { color: #987531; }
.section-text { padding-top: 23px; max-width: 600px; color: var(--muted); }
.section-text .lead { color: var(--ink); font-family: var(--serif); font-size: 25px; line-height: 1.35; margin-bottom: 24px; }
.fact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border-top: 1px solid var(--line); margin-top: 38px; padding-top: 21px; }
.fact-row strong, .fact-row span { display: block; }
.fact-row strong { color: var(--ink); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.fact-row span { font-size: 12px; color: var(--muted); }

.section-blue { background: var(--blue); color: #fff; position: relative; overflow: hidden; }
.section-blue::after { content: '♪'; position: absolute; right: 4%; bottom: -12%; font-family: var(--serif); font-size: 300px; line-height: 1; color: rgba(255,255,255,.035); }
.chronik-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 12%; position: relative; z-index: 1; }
.chronik-intro h2 { margin-bottom: 27px; }
.chronik-intro > p:last-child { max-width: 330px; color: #bec8cb; }
.timeline { padding-top: 15px; }
.timeline-item { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 0 0 35px; margin-bottom: 29px; border-bottom: 1px solid rgba(255,255,255,.17); }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-mark { color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .08em; padding-top: 6px; }
.timeline-item h3 { font-family: var(--serif); font-size: 29px; font-weight: 400; margin-bottom: 7px; }
.timeline-item p { color: #bec8cb; line-height: 1.6; margin: 0; }

.board-section { padding-bottom: 130px; }
.centered-heading { max-width: 650px; margin: auto; text-align: center; }
.centered-heading h2 { margin-bottom: 18px; }
.centered-heading > p:last-child { color: var(--muted); }
.board-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; margin-top: 62px; }
.board-card { min-height: 260px; padding: 28px; background: var(--paper-light); border-top: 3px solid var(--ink); position: relative; }
.board-card-featured { background: var(--blue); border-top-color: var(--gold); color: #fff; }
.board-number { position: absolute; top: 25px; right: 28px; color: var(--gold); font-size: 12px; font-weight: 700; }
.card-label { color: #987531; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.board-card h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.15; margin: 46px 0 14px; }
.board-card p:not(.card-label) { color: var(--muted); font-size: 14px; }
.board-card-featured p:not(.card-label) { color: #cbd3d5; }
.board-card a { color: var(--gold-light); font-size: 13px; text-decoration: none; word-break: break-word; }

.contact-section { background: var(--gold); color: var(--blue-deep); padding: 108px 34px 116px; }
.contact-inner { max-width: 1180px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12%; }
.contact-section .eyebrow { color: var(--blue); }
.contact-section h2 { margin-bottom: 23px; }
.contact-copy { max-width: 430px; font-size: 17px; }
.contact-details { border-top: 1px solid rgba(16, 28, 37, .35); }
.contact-line { display: grid; grid-template-columns: 155px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(16, 28, 37, .35); }
.contact-line > span { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-line a, .contact-line p, .contact-line address { margin: 0; color: var(--blue-deep); font-size: 16px; font-style: normal; text-decoration: none; }
.contact-line a:hover { text-decoration: underline; }

.site-footer { color: #c2cbcd; background: var(--blue-deep); }
.footer-inner { max-width: 1180px; min-height: 100px; margin: auto; padding: 24px 34px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 20px; }
.footer-brand { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-decoration: none; }
.footer-brand span { color: var(--gold); padding: 0 7px; }
.footer-inner p { margin: 0; font-size: 12px; text-align: center; }
.copyright { grid-column: 1 / -1; color: #78878d; font-size: 11px !important; }
.back-top { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(223,197,128,.5); color: var(--gold-light); text-decoration: none; font-size: 20px; }

@media (max-width: 760px) {
  .header-inner { min-height: 76px; padding: 0 20px; }
  .brand img { width: 45px; height: 45px; }
  .menu-toggle { display: flex; align-items: center; gap: 9px; cursor: pointer; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
  .menu-icon { display: grid; gap: 4px; }
  .menu-icon i { width: 22px; height: 1px; background: var(--gold-light); display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; padding: 16px 20px 22px; background: var(--blue-deep); border-top: 1px solid rgba(255,255,255,.15); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav .nav-contact { padding: 12px 0; border: 0; }
  .hero { padding: 45px 20px 20px; }
  .hero-grid { display: block; min-height: auto; }
  .hero-copy { padding: 28px 0 10px; }
  h1 { font-size: clamp(3.9rem, 18vw, 6rem); }
  .hero-intro { font-size: 16px; }
  .hero-art { height: 340px; margin-top: 15px; }
  .hero-art img { width: 72%; }
  .hero-foot { gap: 10px; font-size: 8px; letter-spacing: .06em; }
  .hero-foot span:first-child { display: none; }
  .hero-rule { flex: 1; }
  .section { padding: 76px 20px; }
  .split-layout, .chronik-layout, .contact-inner { display: block; }
  .section-heading { margin-bottom: 40px; }
  .section-text { padding: 0; }
  .section-text .lead { font-size: 22px; }
  .fact-row { gap: 15px; }
  .chronik-intro { margin-bottom: 55px; }
  .timeline-item { grid-template-columns: 35px 1fr; gap: 10px; }
  .timeline-item h3 { font-size: 25px; }
  .board-section { padding-bottom: 82px; }
  .board-grid { display: block; margin-top: 42px; }
  .board-card { min-height: 220px; margin-bottom: 14px; }
  .contact-section { padding: 76px 20px 82px; }
  .contact-inner > div:first-child { margin-bottom: 53px; }
  .contact-line { grid-template-columns: 1fr; gap: 5px; }
  .footer-inner { padding: 27px 20px; display: flex; flex-wrap: wrap; justify-content: space-between; }
  .footer-inner p:not(.copyright) { display: none; }
  .copyright { width: 100%; text-align: left !important; margin-top: 20px !important; }
}

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

:root {
  --blue-dark: #05426b;
  --blue: #0973b9;
  --blue-soft: #f5f5f5;
  --green: #01a201;
  --green-bright: #36aede;
  --green-soft: #dff0d8;
  --white: #ffffff;
  --ink: #193044;
  --muted: #5c6e78;
  --line: #d2dee2;
  --sans: 'Barlow', 'Trebuchet MS', sans-serif;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
}

body { color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 17px; line-height: 1.55; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 104px; padding: 0 34px; }
.brand { display: block; line-height: 0; }
.brand img { width: 125px; height: auto; object-fit: contain; }
.site-nav { gap: 2.2rem; color: var(--blue-dark); font-size: 14px; }
.site-nav a { color: var(--blue-dark); }
.site-nav a:hover, .site-nav a:focus { color: var(--green); }
.site-nav .nav-contact { padding: .7rem 1.1rem; color: var(--white); background: var(--blue); border: 0; }

.hero { padding: 72px 34px 0; color: var(--white); background: var(--blue-dark); }
.hero::before { opacity: .3; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 46px 46px; }
.hero-grid { min-height: 510px; grid-template-columns: 1.05fr .95fr; }
.hero-copy { max-width: 620px; padding: 24px 0 70px; }
.eyebrow { margin: 0 0 19px; color: var(--green-bright); font-family: var(--sans); font-size: 12px; letter-spacing: .16em; }
.eyebrow-blue { color: var(--blue); }
.eyebrow-light { color: #36aede; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: .95; letter-spacing: .01em; }
h1 { margin-bottom: 28px; font-size: clamp(4.8rem, 9vw, 8.2rem); }
h1 span { color: var(--green-bright); }
.hero-intro { max-width: 510px; color: rgba(255,255,255,.84); font-size: 20px; line-height: 1.45; margin-bottom: 32px; }
.button { gap: 1.8rem; padding: 14px 18px 14px 20px; font-size: 13px; }
.button-green { color: var(--blue-dark); background: var(--green-bright); }
.button-green span { font-size: 19px; }
.hero-art { height: 510px; }
.hero-art img { width: min(88%, 390px); height: auto; filter: none; }
.hero-foot { max-width: 1180px; padding: 0; border-top: 1px solid rgba(255,255,255,.22); gap: 0; color: rgba(255,255,255,.78); font-size: 13px; letter-spacing: 0; text-transform: none; }
.hero-foot span { flex: 1; min-height: 95px; padding: 19px 24px 20px 0; border-right: 1px solid rgba(255,255,255,.22); }
.hero-foot span:nth-of-type(2), .hero-foot span:nth-of-type(3) { padding-left: 24px; }
.hero-foot span:last-child { border-right: 0; }
.hero-foot strong { display: block; color: var(--green-bright); font-family: var(--display); font-size: 27px; line-height: 1; }
.hero-rule { flex: 0 0 1px; width: 1px; height: 95px; background: rgba(255,255,255,.22); }
.hero-foot .hero-rule { flex: 0 0 1px !important; width: 1px !important; min-height: 95px; height: 95px; padding: 0 !important; border: 0 !important; }

.section { padding: 108px 34px; }
.section-light { background: var(--white); }
.split-layout { grid-template-columns: .8fr 1fr; gap: 12%; }
.section-heading h2, .chronik-intro h2, .contact-section h2 { color: var(--blue-dark); font-size: clamp(3.7rem, 6.3vw, 6.5rem); }
.section-text { max-width: 620px; color: var(--muted); }
.section-text .lead { color: var(--ink); font-family: var(--sans); font-size: 23px; line-height: 1.35; }
.fact-row { display: none; }
.info-links { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 40px; border-top: 1px solid var(--line); }
.info-links a { display: grid; grid-template-columns: 31px 1fr auto; gap: 10px; align-items: center; padding: 18px 0; color: var(--blue); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--line); }
.info-links a:hover { color: var(--green); }
.info-links span { color: var(--green); font-size: 12px; }
.info-links b { font-size: 19px; font-weight: 400; }

.social-section { padding: 98px 34px; background: var(--blue-soft); }
.social-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10%; align-items: start; }
.social-intro h2 { margin: 0 0 22px; color: var(--blue-dark); font-family: var(--display); font-size: clamp(3.7rem, 6.3vw, 6.5rem); font-weight: 600; line-height: .95; }
.social-intro > p:not(.eyebrow) { max-width: 390px; color: var(--muted); }
.social-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.social-button { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; min-height: 60px; padding: 12px 14px; color: var(--white); text-decoration: none; }
.social-button img { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.social-button span { font-size: 14px; font-weight: 700; }
.social-button b { font-size: 18px; font-weight: 400; }
.social-button-facebook { background: #1877f2; }
.social-button-instagram { background: var(--blue); }
.facebook-card { min-width: 0; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(5,66,107,.08); }
.facebook-card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.facebook-card-head p { margin: 0; color: var(--blue-dark); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.facebook-card-head a { color: var(--blue); font-size: 13px; text-decoration: none; }
.facebook-card-head a:hover { color: var(--green); }
.facebook-frame { width: 100%; height: 620px; border: 0; background: var(--white); }

.section-green { background: var(--green); color: var(--white); }
.section-green::after { display: none; }
.chronik-layout { grid-template-columns: 1fr; gap: 0; }
.chronik-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 58px; }
.chronik-intro h2 { margin: 0; color: var(--white); font-size: clamp(4rem, 7vw, 7.2rem); }
.chronik-intro > p:last-child { max-width: 310px; margin: 0 0 7px; color: rgba(255,255,255,.84); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.42); border-left: 1px solid rgba(255,255,255,.42); }
.timeline-item { min-height: 202px; padding: 24px 25px 25px; border-right: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); }
.timeline-item time { display: block; margin-bottom: 25px; color: #36aede; font-family: var(--display); font-size: 31px; font-weight: 600; line-height: 1; }
.timeline-item h3 { margin-bottom: 9px; color: var(--white); font-size: 26px; }
.timeline-item p { margin: 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.5; }
.timeline-mark { display: none; }

.board-section { background: var(--blue-soft); padding-bottom: 115px; }
.centered-heading { max-width: none; margin: 0 0 50px; text-align: left; }
.centered-heading h2 { margin-bottom: 0; }
.centered-heading > p:last-child { max-width: 430px; margin: 18px 0 0 auto; color: var(--muted); }
.board-grid { display: none; }
.board-table { border-top: 3px solid var(--blue); }
.board-row { display: grid; grid-template-columns: .9fr 1.1fr; gap: 25px; align-items: start; padding: 16px 21px; background: var(--white); border-bottom: 1px solid var(--line); }
.board-row:nth-child(even) { background: rgba(255,255,255,.55); }
.board-row span { color: var(--muted); font-size: 14px; }
.board-row strong { color: var(--blue-dark); font-weight: 600; }
.board-row-highlight { background: var(--blue) !important; }
.board-row-highlight span, .board-row-highlight strong { color: var(--white); }
.extended-board { margin-top: 22px; border: 1px solid var(--line); background: var(--white); }
.extended-board summary { padding: 16px 21px; color: var(--blue); cursor: pointer; font-weight: 600; }
.extended-board summary::marker { color: var(--green); }
.extended-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.extended-grid > div { min-height: 130px; padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.extended-grid > div:nth-child(4n) { border-right: 0; }
.extended-grid span, .extended-grid strong { display: block; }
.extended-grid span { margin-bottom: 8px; color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.extended-grid strong { color: var(--blue-dark); font-size: 14px; font-weight: 600; line-height: 1.45; }

.contact-section { padding: 102px 34px; color: var(--white); background: var(--blue-dark); }
.contact-inner { grid-template-columns: .9fr 1.1fr; gap: 12%; }
.contact-section h2 { color: var(--white); }
.contact-copy { max-width: 330px; color: rgba(255,255,255,.84); }
.contact-details { border-top: 1px solid rgba(255,255,255,.3); }
.contact-line { grid-template-columns: 130px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.contact-line > span { color: #36aede; font-size: 12px; letter-spacing: .08em; }
.contact-line a, .contact-line p, .contact-line address { color: var(--white); font-size: 17px; }
.contact-line a:hover { color: var(--green-bright); }
.social-links { margin-top: 26px; border-top: 1px solid rgba(255,255,255,.3); }
.social-title { margin: 0; padding: 18px 0 9px; color: #36aede; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.social-links a { display: grid; grid-template-columns: 112px 1fr auto; gap: 14px; align-items: center; padding: 13px 0; color: var(--white); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3); }
.social-links a:hover { color: var(--green-bright); }
.social-links span { color: #36aede; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.social-links strong { font-size: 16px; font-weight: 500; overflow-wrap: anywhere; }
.social-links b { font-size: 19px; font-weight: 400; }

.site-footer { background: var(--white); border-top: 1px solid var(--line); }
.footer-inner { min-height: 100px; padding: 18px 34px; }
.footer-inner img { width: 74px; height: auto; object-fit: contain; }
.footer-inner p { color: var(--muted); font-size: 13px; }
.back-top { color: var(--white); background: var(--green); }
.footer-legal { grid-column: 1 / -1; justify-self: end; color: var(--blue); font-size: 12px; text-decoration: none; }
.footer-legal:hover { color: var(--green); text-decoration: underline; }

.legal-page .site-header { background: var(--white); }
.legal-page .nav-contact { padding: 10px 16px; color: var(--white); background: var(--blue); text-decoration: none; }
.legal-main { min-height: calc(100vh - 205px); padding: 86px 34px 110px; background: var(--blue-soft); }
.legal-inner { max-width: 780px; margin: auto; }
.legal-inner h1 { margin: 0 0 54px; color: var(--blue-dark); font-family: var(--display); font-size: clamp(4rem, 8vw, 7rem); font-weight: 600; line-height: .9; }
.legal-block { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-block h2 { margin-bottom: 14px; color: var(--blue-dark); font-family: var(--display); font-size: 30px; font-weight: 600; line-height: 1; }
.legal-block p { color: var(--muted); }
.legal-block a { color: var(--blue); }
.legal-block a:hover { color: var(--green); }
.legal-note { margin-top: 34px; color: var(--muted); font-size: 13px; }

@media (max-width: 820px) {
  .header-inner { min-height: 83px; padding: 0 20px; }
  .brand img { width: 92px; height: auto; }
  .menu-toggle { display: flex; align-items: center; gap: 9px; color: var(--blue-dark); cursor: pointer; font-size: 12px; font-weight: 600; text-transform: uppercase; }
  .menu-icon { display: grid; gap: 4px; }
  .menu-icon i { width: 22px; height: 2px; background: var(--blue); display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 83px; padding: 10px 20px 17px; background: var(--white); border-top: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-contact { padding: 12px; margin-top: 8px; text-align: center; }
  .hero { padding: 48px 20px 0; }
  .hero-grid { display: block; min-height: auto; }
  .hero-copy { padding: 24px 0 10px; }
  h1 { font-size: clamp(4.2rem, 17vw, 7rem); }
  .hero-intro { font-size: 18px; }
  .hero-art { height: 350px; margin-top: 20px; }
  .hero-art img { width: min(88%, 300px); height: auto; }
  .hero-foot { display: grid; grid-template-columns: 1fr; }
  .hero-foot span, .hero-foot span:nth-of-type(2), .hero-foot span:nth-of-type(3) { min-height: 0; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .hero-foot span:last-child { border-bottom: 0; }
  .hero-rule { display: none; }
  .section { padding: 74px 20px; }
  .social-section { padding: 74px 20px; }
  .social-layout { display: block; }
  .social-intro { margin-bottom: 42px; }
  .social-intro h2 { font-size: clamp(3.6rem, 15vw, 5.4rem); }
  .social-buttons { max-width: 520px; }
  .split-layout, .contact-inner { display: block; }
  .section-heading { margin-bottom: 38px; }
  .section-text .lead { font-size: 21px; }
  .info-links { grid-template-columns: 1fr; }
  .chronik-intro { display: block; margin-bottom: 40px; }
  .chronik-intro > p:last-child { margin-top: 20px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-item { display: block; min-height: 0; }
  .timeline-item time { margin: 0 0 14px; }
  .centered-heading { margin-bottom: 36px; }
  .centered-heading > p:last-child { margin: 18px 0 0; }
  .board-row { grid-template-columns: 1fr; gap: 5px; padding: 15px; }
  .extended-grid { grid-template-columns: repeat(2, 1fr); }
  .extended-grid > div:nth-child(4n) { border-right: 1px solid var(--line); }
  .extended-grid > div:nth-child(2n) { border-right: 0; }
  .contact-section { padding: 75px 20px; }
  .contact-inner > div:first-child { margin-bottom: 50px; }
  .contact-line { grid-template-columns: 1fr; gap: 4px; }
  .social-links a { grid-template-columns: 86px 1fr auto; gap: 10px; }
  .social-links strong { font-size: 15px; }
  .footer-inner { padding: 18px 20px; }
  .footer-legal { justify-self: start; }
  .legal-main { padding: 62px 20px 78px; }
  .legal-inner h1 { margin-bottom: 38px; font-size: clamp(3.7rem, 16vw, 5.5rem); }
}

@media (max-width: 430px) {
  .header-inner { min-height: 72px; }
  .brand img { width: 82px; }
  .site-nav { top: 72px; }
  .hero { padding-top: 30px; }
  .hero-copy { padding-top: 12px; }
  .eyebrow { margin-bottom: 13px; font-size: 10px; letter-spacing: .12em; }
  h1 { margin-bottom: 20px; font-size: clamp(3.45rem, 16vw, 4.7rem); }
  .hero-intro { max-width: 34rem; margin-bottom: 24px; font-size: 16px; line-height: 1.45; }
  .button { padding: 12px 15px 12px 17px; font-size: 11px; }
  .hero-art { height: 245px; margin-top: 7px; }
  .hero-art img { width: min(78%, 240px); }
  .hero-foot span, .hero-foot span:nth-of-type(2), .hero-foot span:nth-of-type(3) { padding: 11px 0; font-size: 12px; }
  .hero-foot strong { display: inline; margin-right: 5px; font-size: 22px; }
  .section { padding: 58px 18px; }
  .social-section { padding: 58px 18px; }
  .social-intro { margin-bottom: 30px; }
  .social-intro h2 { font-size: clamp(3.1rem, 15vw, 4.2rem); }
  .social-buttons { grid-template-columns: 1fr; gap: 8px; margin-top: 24px; }
  .facebook-card-head { padding: 14px; }
  .facebook-card-head p { font-size: 11px; }
  .facebook-card-head a { font-size: 12px; }
  .facebook-frame { height: 570px; }
  .section-heading { margin-bottom: 29px; }
  .section-heading h2, .chronik-intro h2, .contact-section h2 { font-size: clamp(3.1rem, 15vw, 4.2rem); }
  .section-text .lead { font-size: 19px; }
  .section-text { font-size: 16px; }
  .info-links { margin-top: 28px; }
  .info-links a { padding: 14px 0; }
  .chronik-intro { margin-bottom: 29px; }
  .timeline-item { padding: 18px 16px 20px; }
  .timeline-item time { margin-bottom: 16px; font-size: 27px; }
  .timeline-item h3 { font-size: 23px; }
  .timeline-item p { font-size: 14px; }
  .board-section { padding-bottom: 64px; }
  .board-row { padding: 13px 14px; font-size: 15px; }
  .board-row span { font-size: 12px; }
  .extended-board summary { padding: 14px; }
  .extended-grid > div { min-height: 0; padding: 15px 14px; }
  .extended-grid strong { font-size: 13px; overflow-wrap: anywhere; }
  .contact-section { padding: 58px 18px 64px; }
  .social-links { margin-top: 22px; }
  .social-links a { grid-template-columns: 1fr auto; gap: 2px 10px; padding: 12px 0; }
  .social-links span { grid-column: 1 / -1; }
  .social-links strong { font-size: 14px; }
  .contact-inner > div:first-child { margin-bottom: 35px; }
  .contact-details a, .contact-details p, .contact-details address { font-size: 15px; overflow-wrap: anywhere; }
  .footer-inner { min-height: 76px; padding: 13px 18px; }
  .footer-inner img { width: 62px; }
  .back-top { width: 32px; height: 32px; }
  .copyright { font-size: 10px !important; }
  .extended-grid { grid-template-columns: 1fr; }
  .extended-grid > div, .extended-grid > div:nth-child(2n) { border-right: 0; }
  .legal-main { padding: 52px 18px 64px; }
  .legal-inner h1 { margin-bottom: 27px; }
  .legal-block { padding: 22px 0; }
  .legal-block h2 { font-size: 26px; }
}