:root {
  --bg: #03101f;
  --bg-2: #061a31;
  --surface: rgba(10, 31, 56, .72);
  --surface-2: rgba(14, 42, 72, .56);
  --line: rgba(154, 211, 255, .15);
  --ink: #eef8ff;
  --muted: #9cb2c7;
  --blue: #19a7ff;
  --blue-2: #57d9ff;
  --green: #35d16f;
  --red: #ff4d5f;
  --yellow: #ffd451;
  --navy: #071b35;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at 10% 0%, rgba(25, 167, 255, .12), transparent 33rem),
    radial-gradient(circle at 92% 25%, rgba(53, 209, 111, .08), transparent 28rem),
    linear-gradient(180deg, #03101f 0%, #06182d 45%, #03101f 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(105, 190, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 190, 255, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%);
}

body::after {
  content: "";
  position: fixed;
  width: min(70vw, 860px);
  aspect-ratio: 1;
  right: -22vw;
  bottom: -22vw;
  z-index: -2;
  pointer-events: none;
  background: url("assets/logo-sanita-diritti-tutele.webp") center / contain no-repeat;
  opacity: .028;
  filter: saturate(.5) blur(.2px);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 14px;
  background: white;
  color: #001429;
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.container, .nav-wrap, .hero-inner { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  background: rgba(3, 16, 31, .76);
  border-bottom: 1px solid rgba(150, 211, 255, .11);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 15px; min-width: 290px; }
.brand img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 0 34px rgba(25,167,255,.22); }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 24px; letter-spacing: -.03em; }
.brand small { margin-top: 6px; color: #e6f3ff; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.brand em { margin-top: 6px; color: var(--green); font-style: normal; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 900; text-shadow: 0 0 16px rgba(83,232,133,.28); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: #c6d5e4; font-size: 14px; font-weight: 700; transition: .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; text-shadow: 0 0 18px rgba(87,217,255,.6); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: white; margin: 5px 0; border-radius: 99px; transition: .2s ease; }

.hero { position: relative; padding: 82px 0 58px; isolation: isolate; overflow: clip; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3,16,31,.94) 0%, rgba(3,16,31,.62) 45%, rgba(3,16,31,.20) 100%),
    radial-gradient(circle at 62% 40%, rgba(25,167,255,.12), transparent 40%);
}
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 360px; height: 360px; left: -220px; top: 80px; background: rgba(25,167,255,.12); box-shadow: 0 0 160px rgba(25,167,255,.26); }
.hero-glow-two { width: 270px; height: 270px; right: -150px; bottom: 20px; background: rgba(53,209,111,.09); box-shadow: 0 0 130px rgba(53,209,111,.18); }
.hero-inner { display: grid; grid-template-columns: .88fr 1.18fr; align-items: center; gap: 48px; }
.eyebrow, .kicker { color: var(--blue-2); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; }
.national-badge { display: inline-flex; align-items: center; margin: 0 0 18px; padding: 11px 16px; border-radius: 999px; border: 1px solid rgba(83,232,133,.35); background: linear-gradient(135deg, rgba(25,167,255,.10), rgba(53,209,111,.14)); color: #eafff1; font-size: 14px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; box-shadow: 0 0 26px rgba(53,209,111,.08); }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(53,209,111,.7); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(53,209,111,.65)} 70%{box-shadow:0 0 0 12px rgba(53,209,111,0)} 100%{box-shadow:0 0 0 0 rgba(53,209,111,0)} }
h1 { font-size: clamp(48px, 5.6vw, 82px); line-height: .96; letter-spacing: -.058em; margin: 0; max-width: 800px; }
h1 span { background: linear-gradient(90deg, #fff 10%, #67dfff 42%, #54e885 75%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { color: #bdd0df; font-size: clamp(17px, 2vw, 20px); line-height: 1.62; margin: 24px 0 28px; max-width: 640px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 14px; font-weight: 850; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #129af5, #15b7de 55%, #2bc775); color: #001423; box-shadow: 0 15px 34px rgba(25,167,255,.21); }
.btn-primary:hover { box-shadow: 0 20px 44px rgba(25,167,255,.28); }
.btn-ghost { border: 1px solid rgba(183,225,255,.22); background: rgba(255,255,255,.035); color: white; }
.btn-ghost:hover { border-color: rgba(87,217,255,.48); background: rgba(87,217,255,.07); }
.btn-wide { width: 100%; }

.hero-media { margin: 0; position: relative; }
.president-audio {
  position: absolute;
  top: 4px;
  left: 18px;
  z-index: 6;
}
.president-audio audio { display: none; }
.president-audio-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  max-width: 375px;
  padding: 6px 14px 6px 7px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(3,16,31,.72);
  box-shadow: 0 13px 30px rgba(0,0,0,.30), 0 0 24px rgba(25,167,255,.15);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.president-audio-button:hover,
.president-audio-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(87,217,255,.85);
  background: rgba(4,28,52,.96);
  box-shadow: 0 20px 44px rgba(0,0,0,.42), 0 0 34px rgba(25,167,255,.28);
}
.president-audio-button:focus-visible { outline: 3px solid rgba(87,217,255,.36); outline-offset: 3px; }
.president-audio-icon {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #129af5, #2bc775);
  box-shadow: 0 0 22px rgba(25,167,255,.38);
}
.president-audio-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-42%, -50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #001423;
}
.president-audio-button.is-playing .president-audio-icon::before {
  width: 11px;
  height: 14px;
  border: 0;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #001423 0 36%, transparent 36% 64%, #001423 64% 100%);
}
.president-audio-button.is-playing .president-audio-icon { animation: audio-glow 1.4s ease-in-out infinite; }
.president-audio-label { text-align: left; font-size: 12.5px; line-height: 1.2; font-weight: 850; white-space: nowrap; }
@keyframes audio-glow { 50% { box-shadow: 0 0 30px rgba(53,209,111,.72); } }
.image-frame { position: relative; padding: 1px; border-radius: 26px; background: linear-gradient(135deg, rgba(87,217,255,.65), rgba(255,255,255,.08) 40%, rgba(53,209,111,.38)); box-shadow: var(--shadow), 0 0 65px rgba(25,167,255,.10); overflow: hidden; }
.image-frame::before { content:""; position:absolute; inset:0; z-index:2; pointer-events:none; box-shadow: inset 0 0 70px rgba(0,0,0,.28); border-radius: 26px; }
.image-frame picture, .image-frame img { width: 100%; display: block; }
.image-frame img { height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 25px; background: #0a213a; }
.scanline { position: absolute; inset: 1px; z-index: 3; pointer-events: none; border-radius: 25px; background: repeating-linear-gradient(180deg, transparent 0 4px, rgba(130,220,255,.028) 5px); mix-blend-mode: screen; }
.hero-media figcaption { margin-top: 12px; text-align: right; color: #7693ab; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.signal-strip { border-block: 1px solid rgba(149,211,255,.12); background: linear-gradient(90deg, rgba(25,167,255,.035), rgba(53,209,111,.04), rgba(255,77,95,.03)); overflow: hidden; }
.signal-track { width: min(var(--max), calc(100% - 40px)); margin: auto; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #8fa8bb; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.signal-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 12px var(--blue); }

.section { padding: 106px 0; position: relative; }
.section-dark { background: rgba(3, 13, 26, .72); border-block: 1px solid rgba(150,211,255,.08); }
.two-col { display: grid; grid-template-columns: 1.08fr .92fr; gap: 66px; align-items: center; }
.section-copy h2, .section-heading h2 { font-size: clamp(36px, 4.5vw, 58px); line-height: 1.04; letter-spacing: -.045em; margin: 8px 0 24px; }
.section-copy > p:not(.kicker), .section-heading > p:not(.kicker), .section-heading div > p:not(.kicker) { color: #a9bfd0; font-size: 17px; line-height: 1.76; }
.section-copy > p { max-width: 720px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.tag-row span { padding: 9px 12px; border: 1px solid rgba(124,204,255,.16); border-radius: 999px; color: #a9c6db; background: rgba(25,167,255,.045); font-size: 12px; }
.tech-card { border: 1px solid var(--line); background: linear-gradient(180deg, rgba(11,38,66,.72), rgba(5,22,42,.76)); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.tech-card::after { content:""; position:absolute; width:200px; height:200px; right:-80px; top:-90px; border-radius:50%; background:rgba(25,167,255,.08); filter:blur(5px); }
.tech-card-head { display: flex; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid var(--line); color: #8daac0; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.status-dot { color: var(--green); }
.mission-logo { width: 132px; height: 132px; object-fit: cover; border-radius: 50%; margin: 26px auto 18px; box-shadow: 0 0 0 1px rgba(255,255,255,.15), 0 0 40px rgba(25,167,255,.16); }
.data-list { list-style: none; padding: 0 24px 24px; margin: 0; }
.data-list li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(151,207,247,.09); }
.data-list li:last-child { border-bottom: 0; }
.data-list span { color: #6888a2; font-size: 10px; letter-spacing: .1em; }
.data-list strong { text-align: right; font-size: 13px; color: #d7eaf8; }
.section-heading.center { text-align: center; max-width: 820px; margin: 0 auto 48px; }
.section-heading.center p { margin-inline: auto; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 260px; padding: 26px; border-radius: 20px; border: 1px solid rgba(150,211,255,.12); background: linear-gradient(145deg, rgba(13,38,65,.66), rgba(5,20,38,.74)); overflow: hidden; transition: .25s ease; }
.service-card::after { content:""; position:absolute; width:110px; height:110px; right:-40px; bottom:-50px; border:1px solid rgba(87,217,255,.14); transform:rotate(45deg); }
.service-card:hover { transform: translateY(-5px); border-color: rgba(87,217,255,.32); box-shadow: 0 20px 44px rgba(0,0,0,.22); }
.icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: rgba(25,167,255,.09); border: 1px solid rgba(87,217,255,.17); color: var(--blue-2); font-size: 24px; }
.service-card h3 { font-size: 21px; margin: 25px 0 12px; }
.service-card p { color: #96aec1; line-height: 1.66; margin: 0; font-size: 14px; }

.news-section { overflow: hidden; }
.row-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 36px; }
.row-heading h2 { margin-bottom: 0; }
.text-link { color: var(--blue-2); font-weight: 800; font-size: 13px; white-space: nowrap; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.news-card { padding: 25px; border: 1px solid rgba(145,204,247,.13); border-radius: 20px; background: rgba(8,29,52,.58); min-height: 248px; display: flex; flex-direction: column; }
.news-meta { display: flex; justify-content: space-between; gap: 12px; color: #7897ae; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.news-tag { color: var(--green); }
.news-card h3 { font-size: 21px; line-height: 1.22; margin: 22px 0 11px; }
.news-card p { color: #9cb4c7; line-height: 1.65; font-size: 14px; margin: 0 0 18px; }
.news-card a { margin-top: auto; color: var(--blue-2); font-size: 13px; font-weight: 800; }

.join-section { background: linear-gradient(110deg, rgba(8,35,62,.85), rgba(7,24,43,.72)); }
.join-section::before { content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 22% 35%, rgba(25,167,255,.11), transparent 32rem), radial-gradient(circle at 80% 60%, rgba(53,209,111,.09), transparent 28rem); }
.join-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.join-grid h2 { font-size: clamp(38px, 5vw, 62px); letter-spacing: -.05em; line-height: 1.02; margin: 8px 0 22px; }
.join-grid p { color: #a9bfd0; line-height: 1.72; font-size: 17px; }
.microcopy { font-size: 13px !important; color: #7894aa !important; }
.join-panel { border: 1px solid rgba(126,209,255,.18); border-radius: 24px; padding: 30px; background: rgba(5,20,38,.72); box-shadow: var(--shadow); }
.join-chip { display: inline-flex; padding: 8px 10px; background: rgba(53,209,111,.10); border: 1px solid rgba(53,209,111,.22); border-radius: 999px; color: #66eb94; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.join-panel h3 { font-size: 27px; margin: 22px 0 8px; }
.join-panel p { font-size: 14px; margin-top: 0; }
.secure-note { margin-top: 14px; color: #7593aa; font-size: 11px; }
.secure-note span { color: var(--green); }

.doc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.doc-card { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; min-height: 148px; padding: 22px; border: 1px solid rgba(145,204,247,.13); border-radius: 20px; background: linear-gradient(145deg, rgba(13,38,65,.58), rgba(5,20,38,.66)); transition: .22s ease; }
.doc-card:hover { transform: translateY(-3px); border-color: rgba(87,217,255,.34); background: linear-gradient(145deg, rgba(18,52,87,.68), rgba(6,26,48,.76)); }
.doc-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; border: 1px solid rgba(87,217,255,.18); background: rgba(25,167,255,.07); color: var(--blue-2); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.facebook-icon { padding: 8px; background: rgba(24,119,242,.10); border-color: rgba(24,119,242,.28); }
.facebook-icon svg { width: 100%; height: 100%; display: block; }
.doc-card small { color: #6f91aa; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 850; }
.doc-card h3 { margin: 5px 0 4px; font-size: 18px; }
.doc-card p { color: #8fa8bb; margin: 0; font-size: 12px; }
.doc-card > b { color: #688ca6; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.contact-card { position: relative; min-height: 220px; padding: 28px; border-radius: 22px; border: 1px solid rgba(87,217,255,.16); background: linear-gradient(145deg, rgba(11,38,66,.72), rgba(5,20,38,.78)); overflow: hidden; transition: .22s ease; }
.contact-card::before { content:""; position:absolute; left:0; top:0; width:100%; height:3px; background: linear-gradient(90deg, var(--blue), var(--blue-2)); }
.contact-card.accent-red::before { background: linear-gradient(90deg, #ff324a, #ff7990); }
.contact-card.accent-green::before { background: linear-gradient(90deg, #26c764, #70ef9c); }
.contact-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(0,0,0,.22); }
.contact-label { color: #6f91aa; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.contact-card h3 { margin: 25px 0 12px; font-size: clamp(17px, 1.6vw, 22px); overflow-wrap: anywhere; }
.contact-card p { color: #90aabd; line-height: 1.65; font-size: 13px; margin: 0; }

.site-footer { border-top: 1px solid rgba(145,204,247,.10); background: #020c18; padding: 40px 0 22px; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; }
.footer-brand div { display: grid; gap: 5px; }
.footer-brand strong { font-size: 14px; }
.footer-brand span { color: #617f96; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; color: #86a2b7; font-size: 12px; font-weight: 700; }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(145,204,247,.07); display: flex; justify-content: space-between; gap: 20px; color: #506f86; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 91px; left: 0; right: 0; display: none; padding: 18px 20px 24px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(3,16,31,.98); border-bottom: 1px solid rgba(145,204,247,.12); box-shadow: 0 18px 38px rgba(0,0,0,.28); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(145,204,247,.07); }
  .hero { padding-top: 54px; }
  .hero-inner { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 780px; }
  .hero-media { order: -1; }
  .hero-media figcaption { text-align: left; }
  .two-col, .join-grid { grid-template-columns: 1fr; }
  .service-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 170px; }
}

@media (max-width: 680px) {
  .container, .nav-wrap, .hero-inner, .signal-track { width: min(100% - 28px, var(--max)); }
  .nav-wrap { min-height: 70px; }
  .brand { min-width: auto; }
  .brand img { width: 45px; height: 45px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 10px; }
  .main-nav { top: 69px; }
  .hero { padding: 24px 0 42px; }
  .hero::before { background: radial-gradient(circle at 50% 25%, rgba(25,167,255,.11), transparent 34rem); }
  .hero-media { width: 100%; }
  .president-audio { position: absolute; top: 3px; left: 6px; right: auto; max-width: calc(100% - 12px); margin: 0; }
  .president-audio-button { width: auto; max-width: 100%; min-height: 34px; gap: 6px; padding: 3px 9px 3px 4px; justify-content: flex-start; }
  .president-audio-icon { flex-basis: 26px; width: 26px; height: 26px; }
  .president-audio-icon::before { border-top-width: 5px; border-bottom-width: 5px; border-left-width: 8px; }
  .president-audio-button.is-playing .president-audio-icon::before { width: 9px; height: 11px; }
  .president-audio-label { font-size: 10.5px; line-height: 1.1; }
  .image-frame { border-radius: 18px; }
  .image-frame img { border-radius: 17px; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
  .image-frame::before, .scanline { border-radius: 17px; }
  .hero-media figcaption { font-size: 9px; }
  h1 { font-size: clamp(39px, 12vw, 58px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .signal-track { justify-content: flex-start; overflow: hidden; min-height: 50px; }
  .signal-track span:nth-of-type(4), .signal-track span:nth-of-type(5), .signal-track i:nth-of-type(4) { display: none; }
  .section { padding: 74px 0; }
  .section-copy h2, .section-heading h2, .join-grid h2 { font-size: clamp(34px, 10.5vw, 48px); }
  .section-copy > p:not(.kicker), .section-heading > p:not(.kicker), .section-heading div > p:not(.kicker), .join-grid p { font-size: 15px; }
  .service-grid, .news-grid, .doc-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .row-heading { align-items: flex-start; flex-direction: column; }
  .text-link { white-space: normal; }
  .doc-card { grid-template-columns: 50px 1fr auto; padding: 18px; }
  .doc-icon { width: 50px; height: 50px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-bottom { flex-direction: column; }
}

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

@media (max-width: 720px) {
  .brand { min-width: auto; gap: 12px; }
  .brand img { width: 60px; height: 60px; }
  .brand strong { font-size: 21px; }
  .brand small { font-size: 13px; }
  .brand em { font-size: 10px; letter-spacing: .12em; }
  .national-badge { font-size: 12px; padding: 10px 14px; }
}

@media (max-width: 680px) {
  .nav-wrap { min-height: 82px; }
  .brand { gap: 10px; }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 11px; }
  .brand em { font-size: 9px; letter-spacing: .10em; }
  .main-nav { top: 81px; }
  .national-badge { font-size: 11px; letter-spacing: .12em; padding: 9px 12px; }
}
