/* ============================================================
   Local Urology — shared stylesheet
   Aesthetic: refined clinical-luxury. Warm bone background,
   deep pine brand, editorial serif headings, legible sans body.
   ============================================================ */

:root {
  --bg:        #F4F1EA;
  --surface:   #FBFAF6;
  --surface-2: #EDE8DD;
  --ink:       #16201C;
  --ink-soft:  #45524B;
  --ink-faint: #6C766F;

  --brand:     #1E4D3F;
  --brand-700: #163B30;
  --brand-300: #6FA391;
  --brand-50:  #E7EFEB;

  --accent:    #B0602B;
  --accent-50: #F4E7DB;

  --line:      rgba(22, 32, 28, 0.12);
  --line-soft: rgba(22, 32, 28, 0.07);

  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans:  'Inter Tight', system-ui, -apple-system, sans-serif;

  --maxw: 1160px;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 1px 2px rgba(22,32,28,.04), 0 8px 30px rgba(22,32,28,.06);
  --shadow-lg: 0 2px 6px rgba(22,32,28,.05), 0 24px 60px rgba(22,32,28,.10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* subtle atmospheric backdrop */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 600px at 88% -8%, rgba(111,163,145,.16), transparent 60%),
    radial-gradient(700px 500px at -6% 102%, rgba(176,96,43,.08), transparent 55%);
  pointer-events: none;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--ink);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-optical-sizing: auto;
}

a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-700); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 760px; }

.eyebrow {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1.5px;
  background: var(--brand-300);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--brand-700); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-accent { background: var(--accent); color: #fff; box-shadow: var(--shadow); }
.btn-accent:hover { background: #97501F; color:#fff; transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244,241,234,0.82);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.brand { display: flex; align-items: baseline; gap: 9px; }
.brand .mark {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 25px;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.brand .mark b { color: var(--brand); font-weight: 600; }
.brand .tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 700;
}
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a {
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 15.5px;
  position: relative;
}
.nav-links a:hover { color: var(--brand); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-phone {
  font-weight: 700;
  color: var(--ink);
  font-size: 15.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-phone:hover { color: var(--brand); }
.nav-phone svg { width: 22px; height: 22px; }
a[href^="tel:"] { white-space: nowrap; }
.nav-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  width: 42px; height: 42px;
  color: var(--ink);
}
.nav-toggle svg { width: 26px; height: 26px; }

/* ---------- Hero ---------- */
.hero { padding: 86px 0 70px; position: relative; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.7rem, 5.4vw, 4.3rem);
  margin: 22px 0 22px;
}
.hero h1 em { font-style: italic; color: var(--brand); }
.hero-lede { font-size: 20px; max-width: 33ch; margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; }
.trust-row .ti { /* trust item */
  display: flex; align-items: center; gap: 9px;
  font-size: 14.5px; font-weight: 600; color: var(--ink-soft);
}
.trust-row .ti svg { width: 19px; height: 19px; color: var(--brand); flex: none; }

/* hero side card */
.hero-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.hero-card::after {
  content: "";
  position: absolute;
  right: -70px; top: -70px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: var(--brand-50);
  z-index: 0;
}
.hero-card > * { position: relative; z-index: 1; }
.hero-card h3 { font-size: 23px; margin-bottom: 6px; }
.hero-card p.sub { font-size: 15px; color: var(--ink-faint); margin-bottom: 22px; }
.hero-card .quick-list { list-style: none; display: grid; gap: 14px; }
.hero-card .quick-list a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 18px;
  background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-weight: 600;
  font-size: 16px;
  transition: border-color .15s, transform .15s, background .15s;
}
.hero-card .quick-list a:hover { border-color: var(--brand-300); transform: translateX(3px); background: var(--surface); }
.hero-card .quick-list svg { width: 17px; height: 17px; color: var(--brand-300); }

/* ---------- Sections ---------- */
section { padding: 78px 0; }
.section-head { max-width: 660px; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); margin: 16px 0 16px; }
.section-head p { font-size: 18.5px; }
.section-alt { background: var(--surface); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }

/* condition grid */
.cond-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.cond-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px 26px;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.cond-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--brand-300); }
.cond-card .ic {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--brand-50); color: var(--brand);
  display: grid; place-items: center; margin-bottom: 18px;
}
.cond-card .ic svg { width: 24px; height: 24px; }
.cond-card h3 { font-size: 21px; margin-bottom: 8px; }
.cond-card p { font-size: 15.5px; line-height: 1.6; flex: 1; margin-bottom: 16px; }
.cond-card .more { font-weight: 700; font-size: 15px; color: var(--brand); display: inline-flex; align-items: center; gap: 7px; }
.cond-card .more svg { width: 16px; height: 16px; transition: transform .15s; }
.cond-card:hover .more svg { transform: translateX(4px); }

/* feature / value rows */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.value-item h3 { font-size: 22px; margin-bottom: 10px; }
.value-item p { font-size: 16px; }
.value-item .num {
  font-family: var(--serif); font-size: 15px; font-weight: 600;
  color: var(--brand); letter-spacing: .05em;
  border-bottom: 1.5px solid var(--brand-300);
  padding-bottom: 8px; margin-bottom: 16px; display: inline-block;
}

/* split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split.alt { grid-template-columns: 0.9fr 1.1fr; }
.split-media {
  background: var(--brand);
  border-radius: 20px;
  padding: 44px;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.split-media::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(360px 280px at 80% 10%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(300px 260px at 10% 100%, rgba(0,0,0,.18), transparent 60%);
}
.split-media > * { position: relative; }
.split-media .big {
  font-family: var(--serif); font-size: 64px; line-height: 1; font-weight: 500;
  margin-bottom: 8px;
}
.split-media p { color: rgba(255,255,255,.86); font-size: 16px; }
.split-media .label { font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--brand-300); font-weight: 700; margin-bottom: auto; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--brand);
  border-radius: 24px;
  padding: 58px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(500px 320px at 50% -20%, rgba(255,255,255,.12), transparent 60%);
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(2rem, 3.6vw, 2.8rem); margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.85); font-size: 19px; max-width: 50ch; margin: 0 auto 30px; }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,.1); color:#fff; border-color:#fff; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------- Article (condition pages) ---------- */
.page-hero { padding: 64px 0 18px; }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.6rem); max-width: 16ch; margin-bottom: 20px; }
.page-hero .lede { font-size: 21px; max-width: 60ch; }
.page-hero .hero-actions { display:flex; flex-wrap:wrap; gap: 13px; margin-top: 28px; }

.layout { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; padding: 50px 28px 30px; }
.article > * + * { margin-top: 22px; }
.article h2 { font-size: 30px; margin-top: 46px; margin-bottom: 6px; }
.article h3 { font-size: 22px; margin-top: 30px; }
.article p { font-size: 18px; }
.article ul, .article ol { padding-left: 24px; font-size: 18px; }
.article li { margin: 9px 0; }
.article li::marker { color: var(--brand-300); }
.article strong { color: var(--ink); }
.callout {
  background: var(--brand-50);
  border-left: 4px solid var(--brand);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 22px 24px;
  margin: 30px 0;
}
.callout p { font-size: 16.5px; margin: 0; }
.callout strong { color: var(--brand-700); }

/* sidebar */
.sidebar { position: sticky; top: 100px; display: grid; gap: 18px; }
.side-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}
.side-card h3 { font-size: 20px; margin-bottom: 6px; }
.side-card p { font-size: 14.5px; margin-bottom: 18px; }
.side-card .btn { width: 100%; justify-content: center; }
.side-card .stack { display: grid; gap: 10px; }
.side-phone {
  font-family: var(--serif); font-size: 26px; font-weight: 600; color: var(--ink);
  display: block; margin-bottom: 4px;
}
.side-phone:hover { color: var(--brand); }

/* FAQ */
.faq { border-top: 1px solid var(--line); margin-top: 14px; }
.faq details { border-bottom: 1px solid var(--line); padding: 6px 0; }
.faq summary {
  cursor: pointer; list-style: none;
  font-family: var(--serif); font-size: 20px; color: var(--ink);
  padding: 18px 40px 18px 0; position: relative; font-weight: 500;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 15px;
  font-size: 26px; color: var(--brand); font-family: var(--sans); transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 20px; font-size: 17px; }

/* ---------- IPSS assessment ---------- */
.assess { max-width: 780px; margin: 0 auto; }
.q-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 28px;
  margin-bottom: 16px;
  box-shadow: var(--shadow);
}
.q-card .qnum { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); }
.q-card .qtext { font-family: var(--serif); font-size: 20px; color: var(--ink); margin: 6px 0 18px; line-height: 1.3; }
.opts { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.opts label {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 12px 6px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer; text-align: center;
  font-size: 12.5px; font-weight: 600; color: var(--ink-soft);
  transition: border-color .12s, background .12s, color .12s;
  line-height: 1.2;
}
.opts label .val { font-family: var(--serif); font-size: 19px; color: var(--ink); }
.opts input { position: absolute; opacity: 0; }
.opts label:hover { border-color: var(--brand-300); }
.opts input:checked + .lab,
.opts label:has(input:checked) { background: var(--brand); border-color: var(--brand); color: #fff; }
.opts label:has(input:checked) .val { color: #fff; }
.assess-result {
  background: var(--brand);
  color: #fff;
  border-radius: var(--radius);
  padding: 34px;
  margin-top: 10px;
  display: none;
}
.assess-result.show { display: block; animation: fadeUp .5s ease both; }
.assess-result .score { font-family: var(--serif); font-size: 60px; line-height: 1; }
.assess-result .score span { font-size: 24px; color: var(--brand-300); }
.assess-result h3 { color: #fff; font-size: 26px; margin: 10px 0 8px; }
.assess-result p { color: rgba(255,255,255,.88); font-size: 16.5px; }
.assess-result .btn { margin-top: 20px; }
.score-btn-wrap { text-align: center; margin: 8px 0 20px; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
}
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; color: var(--ink); font-size: 15px; margin-bottom: 7px; }
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--sans); font-size: 16px;
  padding: 13px 15px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--bg);
  color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-50);
}
.field textarea { min-height: 110px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: 13.5px; color: var(--ink-faint); margin-top: 4px; }
.form-status { margin-top: 16px; font-weight: 600; font-size: 15.5px; display: none; }
.form-status.ok { display: block; color: var(--brand); }
.form-status.err { display: block; color: var(--accent); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,.72);
  padding: 64px 0 32px;
  margin-top: 10px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer .mark { font-family: var(--serif); font-size: 24px; color: #fff; margin-bottom: 12px; }
.site-footer .mark b { color: var(--brand-300); }
.site-footer p { font-size: 15px; line-height: 1.7; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; font-weight: 700; }
.site-footer ul { list-style: none; display: grid; gap: 9px; }
.site-footer a { color: rgba(255,255,255,.72); font-size: 15px; }
.site-footer a:hover { color: #fff; }
.footer-addr a { color:#fff; font-weight:600; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.14);
  margin-top: 44px; padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 13px; color: rgba(255,255,255,.5);
}

/* ---------- Animation ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.reveal { opacity: 0; }
.reveal.in { animation: fadeUp .7s cubic-bezier(.22,.61,.36,1) both; }
[data-delay="1"] { animation-delay: .08s; }
[data-delay="2"] { animation-delay: .16s; }
[data-delay="3"] { animation-delay: .24s; }
[data-delay="4"] { animation-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; }
}

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .split, .split.alt { grid-template-columns: 1fr; gap: 32px; }
  .cond-grid, .value-grid { grid-template-columns: 1fr 1fr; }
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-phone span { display: none; }
  .nav-actions .btn { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .site-header.open .nav-links {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; top: 76px; left: 0; right: 0;
    background: var(--surface); padding: 18px 28px 26px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
  }
  .site-header.open .nav-links a { padding: 10px 0; font-size: 17px; }
}
@media (max-width: 720px) {
  body { font-size: 17px; }
  .cond-grid, .value-grid, .sidebar, .field-row { grid-template-columns: 1fr; }
  .opts { grid-template-columns: repeat(3, 1fr); }
  .cta-band, .cta-band { padding: 40px 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  section { padding: 56px 0; }
}

/* ---------- Locations grid (homepage) ---------- */
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 720px) { .loc-grid { grid-template-columns: 1fr; } }

/* ---------- Video hero ---------- */
.hero-video { position: relative; min-height: 600px; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-video .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-video .hero-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(11,20,16,.88) 0%, rgba(11,20,16,.62) 44%, rgba(11,20,16,.24) 74%, rgba(11,20,16,.12) 100%); }
.hero-video .wrap { position: relative; z-index: 2; width: 100%; padding-top: 72px; padding-bottom: 72px; }
.hero-video .eyebrow { color: #fff; }
.hero-video .eyebrow::before { background: var(--brand-300); }
.hero-video h1 { color: #fff; font-size: clamp(2.7rem, 5.4vw, 4.3rem); margin: 22px 0; max-width: 17ch; }
.hero-video h1 em { font-style: italic; color: var(--brand-300); }
.hero-video .hero-lede { color: rgba(255,255,255,.9); font-size: 20px; max-width: 40ch; margin-bottom: 32px; }
.hero-video .trust-row .ti { color: rgba(255,255,255,.92); }
.hero-video .trust-row .ti svg { color: var(--brand-300); }
.hero-video .btn-ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.hero-video .btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
@media (max-width: 720px) {
  .hero-video { min-height: 540px; min-height: 100svh; }
  .hero-video .hero-scrim { background: linear-gradient(180deg, rgba(11,20,16,.66), rgba(11,20,16,.84)); }
}

/* ---------- Video banners / frames ---------- */
.video-banner { padding: 8px 0 0; }
.video-frame { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lg); aspect-ratio: 21 / 9; background: var(--ink); }
.video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 720px) { .video-frame { aspect-ratio: 16 / 9; border-radius: 14px; } }

/* ---------- Mobile shrink fixes (prevent form controls forcing overflow) ---------- */
.layout > * { min-width: 0; }
.field input, .field select, .field textarea { min-width: 0; max-width: 100%; }

/* Full-width sidebar buttons may wrap (long labels shouldn't overflow on mobile) */
.side-card .btn { white-space: normal; }

/* ---------- Footer network block (master ref §5) ---------- */
.foot-network { display: flex; flex-wrap: wrap; gap: 28px 64px; margin-top: 30px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12); }
.foot-network .net-group h3 { font-family: var(--sans); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); margin: 0 0 12px; font-weight: 600; }
.foot-network .net-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.foot-network .net-links a { color: rgba(255,255,255,.82); font-size: 15px; text-decoration: none; transition: color .15s ease; }
.foot-network .net-links a:hover { color: #fff; }

/* ---------- Language switcher + translation draft banner ---------- */
.lang-switch { display: flex; align-items: center; gap: 2px; margin-left: 14px; }
.lang-switch a { font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: .04em;
  color: var(--ink-faint); text-decoration: none; padding: 5px 7px; border-radius: 6px; }
.lang-switch a:hover { color: var(--brand); background: var(--brand-50); }
.lang-switch a.on { color: var(--brand); background: var(--brand-50); }
@media (max-width: 900px) { .lang-switch { margin-left: 4px; gap: 0; } .lang-switch a { padding: 5px 5px; font-size: 12px; } }
.tx-draft { background: var(--accent-50); border-bottom: 1px solid var(--line); font-family: var(--sans);
  font-size: 13.5px; color: #6E3D18; padding: 9px 0; }
