/* ============================================================
   Community Hub — shared design system
   Florida-warm · neighborly · mobile-first
   Derived from the proven Charles Cove system; per-site accent
   palettes are injected as :root overrides in each page head.
   ============================================================ */

/* ---------- Tokens (default = teal; sites override) ---------- */
:root {
  --paper:      #FAF7F1;
  --paper-2:    #F3EDE2;
  --surface:    #FFFFFF;
  --ink:        #1A252B;
  --ink-soft:   #4D5B62;
  --ink-faint:  #7D898F;
  --brand:      #045D88;
  --brand-700:  #034260;
  --brand-900:  #022A3E;
  --brand-tint: #E5F0F5;
  --gold:       #C2873B;
  --gold-600:   #A86F2A;
  --gold-tint:  #F6ECD8;
  --line:       #E6DDCD;
  --line-2:     #D8CCB6;
  --shadow-sm:  0 1px 2px rgba(20,36,43,.06), 0 1px 3px rgba(20,36,43,.05);
  --shadow-md:  0 6px 18px rgba(20,36,43,.08), 0 2px 6px rgba(20,36,43,.05);
  --shadow-lg:  0 24px 60px rgba(20,36,43,.14), 0 8px 20px rgba(20,36,43,.08);
  --serif: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --container: 1160px;
  --radius:    14px;
  --radius-sm: 10px;
  --radius-lg: 22px;
  --gutter:    clamp(20px, 5vw, 44px);
  --header-h:  70px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg, video { max-width: 100%; display: block; height: auto; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-700); }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); }
h2 { font-size: clamp(1.65rem, 3.6vw, 2.4rem); }
h3 { font-size: clamp(1.22rem, 2.2vw, 1.55rem); }
p  { margin: 0 0 1rem; color: var(--ink-soft); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(52px, 8vw, 96px); }
.section--tint { background: var(--paper-2); }
.eyebrow { display: inline-flex; align-items: center; gap: .55em; font-weight: 700; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); display: inline-block; }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--ink-soft); max-width: 62ch; }
.center { text-align: center; }
.center .lede { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font-weight: 650; font-size: .97rem; line-height: 1; padding: .95em 1.5em; border-radius: 999px; border: 1.5px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--gold); color: #fff; box-shadow: 0 6px 16px rgba(168,111,42,.3); }
.btn--gold:hover { background: var(--gold-600); color: #fff; }
.btn--brand { background: var(--brand); color: #fff; }
.btn--brand:hover { background: var(--brand-700); color: #fff; }
.btn--ghost { background: transparent; color: var(--brand); border-color: var(--line-2); }
.btn--ghost:hover { background: var(--surface); border-color: var(--brand); }
.btn--light { background: #fff; color: var(--brand-700); }
.btn--light:hover { background: var(--paper); }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.center .btn-row { justify-content: center; }

/* ---------- Header / Nav ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(250,247,241,.85); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(250,247,241,.96); border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; gap: 1rem; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: .6rem; margin-right: auto; }
.brand__mark { width: 34px; height: 34px; flex: none; border-radius: 9px; background: var(--brand); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 600; font-size: 1.15rem; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--serif); font-weight: 600; font-size: 1.16rem; color: var(--ink); }
.brand__sub { font-size: .6rem; letter-spacing: .17em; text-transform: uppercase; color: var(--gold-600); font-weight: 700; margin-top: 3px; }
.nav__links { display: flex; align-items: center; gap: .2rem; }
.nav__links a { font-size: .92rem; font-weight: 550; color: var(--ink-soft); padding: .5rem .68rem; border-radius: 8px; transition: color .15s, background .15s; }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--brand-700); background: var(--brand-tint); }
.nav__cta { margin-left: .5rem; }
.nav__toggle { display: none; background: none; border: 1.5px solid var(--line-2); border-radius: 10px; width: 44px; height: 40px; align-items: center; justify-content: center; color: var(--ink); }
.nav__toggle svg { width: 22px; height: 22px; }
@media (max-width: 980px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: inline-flex; }
}
.mobile-menu { position: fixed; inset: var(--header-h) 0 0; z-index: 55; background: var(--paper); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; overflow-y: auto; padding: 1.3rem var(--gutter) 3rem; border-top: 1px solid var(--line); }
.mobile-menu.open { opacity: 1; transform: none; pointer-events: auto; }
.mobile-menu a { display: block; padding: .95rem .4rem; font-size: 1.15rem; font-family: var(--serif); color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-menu a:hover { color: var(--brand); }
.mobile-menu .btn { margin-top: 1.4rem; }
body.menu-open { overflow: hidden; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(150deg, var(--brand) 0%, var(--brand-900) 78%); color: #fff; }
.hero::after { content: ""; position: absolute; right: -110px; top: -110px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(194,135,59,.24), transparent 70%); pointer-events: none; }
.hero .container { position: relative; z-index: 1; }
.hero__inner { padding-block: clamp(58px, 9vw, 110px); max-width: 780px; }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero__sub { font-size: clamp(1.05rem, 1.7vw, 1.26rem); color: #D6E4E0; max-width: 56ch; margin-bottom: 1.6rem; }
.hero .eyebrow { color: var(--gold-tint); }
.hero .eyebrow::before { background: var(--gold); }
.hero__note { margin: 0 0 1.7rem; font-size: .82rem; line-height: 1.5; color: #B9CCC7; max-width: 56ch; padding-left: .9rem; border-left: 2px solid var(--gold); }
.chips { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.chips span { font-size: .82rem; font-weight: 600; color: #EAF2F0; padding: .45em 1em; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: linear-gradient(150deg, var(--brand) 0%, var(--brand-900) 90%); color: #fff; padding-block: clamp(38px, 6vw, 68px); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(194,135,59,.2), transparent 70%); }
.page-hero h1 { color: #fff; max-width: 22ch; position: relative; }
.page-hero p { color: #D6E4E0; max-width: 62ch; font-size: clamp(1rem, 1.5vw, 1.16rem); position: relative; }
.page-hero .eyebrow { color: var(--gold-tint); }
.page-hero .eyebrow::before { background: var(--gold); }

/* ---------- Forms ---------- */
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .82rem; font-weight: 650; color: var(--ink); margin-bottom: .4rem; }
.field .req { color: var(--gold-600); }
.field input, .field select, .field textarea { width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink); padding: .82em .9em; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); background: var(--paper); transition: border-color .15s, box-shadow .15s; -webkit-appearance: none; appearance: none; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--brand); box-shadow: 0 0 0 3px color-mix(in srgb, #045D88 14%, transparent); background: #fff; }
.field textarea { resize: vertical; min-height: 96px; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%234D5B62' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9em center; padding-right: 2.2em; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .78rem; color: var(--ink-faint); margin-top: .8rem; }
.form-status { margin-top: 1rem; padding: .9rem 1rem; border-radius: var(--radius-sm); font-size: .92rem; font-weight: 550; display: none; }
.form-status.ok { display: block; background: #E7F3EC; color: #145C40; border: 1px solid #B6DCC6; }
.form-status.err { display: block; background: #FBEAE7; color: #93341F; border: 1px solid #ECC3B9; }
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 38px); box-shadow: var(--shadow-md); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: clamp(16px, 2.4vw, 26px); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 2.4vw, 28px); box-shadow: var(--shadow-sm); }
.card h3 { font-size: 1.18rem; margin-bottom: .35em; }
.card p { font-size: .95rem; margin-bottom: 0; }

/* Pillar tiles (linked) */
.pillar { display: block; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px,2.4vw,26px); box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s; height: 100%; }
.pillar:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.pillar__ico { width: 46px; height: 46px; border-radius: 12px; background: var(--brand-tint); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; margin-bottom: .9rem; font-size: 1.3rem; }
.pillar h3 { font-size: 1.18rem; margin-bottom: .25em; }
.pillar p { font-size: .93rem; margin: 0; }
.pillar__more { display: inline-block; margin-top: .8rem; font-weight: 650; font-size: .9rem; color: var(--brand); }
.pillar:hover .pillar__more { color: var(--gold-600); }

/* Link tiles (official resources) */
.res { display: block; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.25rem; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s, border-color .15s; }
.res:hover { transform: translateY(-2px); border-color: var(--brand); box-shadow: var(--shadow-md); }
.res b { display: block; color: var(--ink); font-weight: 650; }
.res span { font-size: .85rem; color: var(--ink-faint); }

/* ---------- Checklist / steps ---------- */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; font-size: .97rem; color: var(--ink-soft); }
.checklist li::before { content: ""; flex: none; width: 22px; height: 22px; border-radius: 50%; margin-top: 1px; background: var(--brand-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23045D88' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/14px no-repeat; }
.steps { counter-reset: step; display: grid; gap: 1.3rem; padding: 0; margin: 0; }
.steps li { list-style: none; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.steps li::before { counter-increment: step; content: counter(step); width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--brand); color: #fff; font-family: var(--serif); font-weight: 600; display: flex; align-items: center; justify-content: center; }
.steps h3 { font-size: 1.13rem; margin-bottom: .2em; }
.steps p { margin: 0; font-size: .95rem; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-900) 100%); color: #fff; border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 54px); position: relative; overflow: hidden; }
.cta-band::after { content:""; position:absolute; right:-60px; top:-60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(194,135,59,.26), transparent 70%); }
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: #D6E4E0; position: relative; max-width: 56ch; }
.cta-band .btn-row { position: relative; margin-top: 1.3rem; }

/* ---------- FAQ ---------- */
.faq { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:last-child { border-bottom: 0; }
.faq summary { list-style: none; cursor: pointer; padding: 1.15rem 1.3rem; font-family: var(--serif); font-size: 1.08rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); font-size: 1.5rem; color: var(--gold-600); transition: transform .2s; line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq__a { padding: 0 1.3rem 1.3rem; }
.faq .faq__a p { margin: 0; font-size: .96rem; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: center; }

/* ---------- Prose ---------- */
.prose { max-width: 72ch; }
.prose h2 { margin-top: 2.1em; }
.prose h3 { margin-top: 1.5em; }
.prose p, .prose li { font-size: 1.03rem; }
.prose ul, .prose ol { padding-left: 1.2em; margin-bottom: 1.4em; }
.prose li { margin-bottom: .5em; }

/* ---------- Soft note ---------- */
.softnote { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(18px,2.2vw,26px); font-size: .95rem; color: var(--ink-soft); }
.softnote a { font-weight: 650; }

/* ---------- Breadcrumb ---------- */
.crumb { font-size: .82rem; color: var(--ink-faint); padding-top: 1.3rem; }
.crumb a { color: var(--ink-soft); }
.crumb a:hover { color: var(--brand); }
.crumb span { margin: 0 .4em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--brand-900); color: #C4D5D0; padding-block: clamp(44px, 6vw, 68px) 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(24px,4vw,48px); }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 1rem; }
.site-footer a { color: #C4D5D0; font-size: .93rem; display: block; padding: .28rem 0; }
.site-footer a:hover { color: var(--gold-tint); }
.footer-brand .brand__name { color: #fff; }
.footer-brand p { color: #A3BBB4; font-size: .9rem; max-width: 36ch; margin-top: .9rem; }
.footer-brand p a { display: inline; padding: 0; font-size: inherit; color: var(--gold-tint); }
.disclaimer { margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .79rem; color: #8FA8A1; line-height: 1.7; max-width: 92ch; }
.disclaimer--legal { margin-top: .9rem; padding-top: .9rem; border-top-color: rgba(255,255,255,.06); }
.footer-legal { margin-top: 1.3rem; display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; justify-content: space-between; font-size: .79rem; color: #8FA8A1; }
.footer-legal a { display: inline; font-size: .79rem; color: #8FA8A1; }

/* ---------- Utilities / a11y ---------- */
.divider { height: 1px; background: var(--line); border: 0; margin-block: clamp(34px,6vw,60px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--brand); color: #fff; padding: .7em 1.2em; border-radius: 0 0 8px 0; font-weight: 650; }
.skip-link:focus { left: 0; outline: 3px solid var(--gold); outline-offset: -3px; }
[id="main"]:focus { outline: none; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .split { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .field--row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }

/* ---------- Nav dropdown ---------- */
.has-drop { position: relative; }
.has-drop > button { background: none; border: 0; font: inherit; font-size: .92rem; font-weight: 550; color: var(--ink-soft); padding: .5rem .7rem; border-radius: 8px; display: inline-flex; align-items: center; gap: .35em; }
.has-drop > button:hover, .has-drop.open > button { color: var(--brand-700); background: var(--brand-tint); }
.has-drop > button svg { width: 12px; height: 12px; transition: transform .2s; }
.has-drop.open > button svg { transform: rotate(180deg); }
.drop { position: absolute; top: calc(100% + 6px); left: 0; min-width: 220px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-md); padding: .4rem; display: none; z-index: 70; }
.has-drop.open .drop { display: block; }
.drop a { display: block; padding: .6rem .7rem; border-radius: 8px; font-size: .9rem; color: var(--ink-soft); font-weight: 550; }
.drop a:hover { background: var(--brand-tint); color: var(--brand-700); }
.mobile-menu__group { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); font-weight: 700; margin: 1.4rem 0 .3rem; }

/* ---------- Language switcher row ---------- */
.lang-row { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-top: 1.1rem; font-size: .85rem; position: relative; }
.lang-row__label { color: #D6E4E0; font-weight: 600; margin-right: .2rem; }
.lang-row a { display: inline-flex; align-items: center; padding: .28em .8em; border-radius: 999px; border: 1px solid rgba(246,236,216,.4); color: #F6ECD8; font-weight: 600; line-height: 1; }
.lang-row a:hover { background: rgba(246,236,216,.14); color: #fff; }
.lang-row a[aria-current="true"] { background: var(--gold); border-color: var(--gold); color: #fff; }

/* ---------- Live weather / alerts (Storm Ready) ---------- */
.wx { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px,2.4vw,28px); }
.wx__alerts:empty::after { content: "Checking for active alerts…"; color: var(--ink-faint); font-size: .92rem; }
.wx-alert { border-left: 4px solid #B54708; background: #FEF3E7; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: .9rem 1.1rem; margin-bottom: .8rem; }
.wx-alert b { color: #93341F; display: block; margin-bottom: .2rem; }
.wx-alert p { margin: 0; font-size: .9rem; }
.wx-ok { color: #145C40; background: #E7F3EC; border: 1px solid #B6DCC6; border-radius: var(--radius-sm); padding: .8rem 1rem; font-size: .92rem; font-weight: 550; }
.wx__cast { display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; margin-top: 1.2rem; }
.wx-day { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .8rem; font-size: .85rem; }
.wx-day b { display: block; color: var(--ink); }
.wx__src { font-size: .75rem; color: var(--ink-faint); margin-top: 1rem; }
@media (max-width: 620px){ .wx__cast { grid-template-columns: repeat(2,1fr); } }

/* ---------- Printable quick reference ---------- */
.qr-sheet { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px,3vw,40px); }
.qr-sheet h2 { font-size: 1.3rem; border-bottom: 2px solid var(--gold); padding-bottom: .35rem; margin: 1.6rem 0 .8rem; }
.qr-sheet h2:first-child { margin-top: 0; }
.qr-sheet table { width: 100%; border-collapse: collapse; }
.qr-sheet td { padding: .45rem .2rem; font-size: .95rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.qr-sheet td:first-child { font-weight: 650; color: var(--ink); width: 42%; }
.qr-sheet td:last-child { color: var(--ink-soft); }
@media print {
  .site-header, .mobile-menu, .site-footer, .no-print, .crumb, .page-hero p, .lang-row { display: none !important; }
  .page-hero { background: none !important; color: #000; padding: 0 !important; }
  .page-hero h1 { color: #000 !important; font-size: 22pt; }
  .page-hero .eyebrow { color: #000 !important; }
  body { background: #fff; }
  .qr-sheet { border: none; box-shadow: none; padding: 0; }
  .section { padding-block: 12pt; }
  a { color: #000; text-decoration: none; }
}

/* Community mark (SVG logo) fills the brand tile */
.brand__mark svg { width: 34px; height: 34px; display: block; }
