/* net-worx.ch — Wo Welten sich begegnen
   Light theme · warm white · gold + teal accents · keine Icons */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=DM+Serif+Display:ital,wght@0,400;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --bg: #ffffff;
  --bg-soft: #f7f5f0;
  --surface: #ffffff;
  --surface-2: #faf8f3;
  --line: #e6e1d4;
  --text: #1c1a16;
  --text-soft: #4a463e;
  --text-muted: #8a857a;
  --gold: #b89530;
  --gold-soft: #d4af37;
  --gold-deep: #8a6f1f;
  --teal: #3d8a80;
  --teal-deep: #2c6a62;
  --violet: #6b4c8c;
  --max-width: 1100px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'ss01', 'ss02';
}

::selection { background: var(--gold); color: #fff; }

/* Typography */
h1, h2, h3, h4 {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text);
}
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.15; font-weight: 500; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); line-height: 1.2; font-weight: 400; margin-bottom: 1rem; }
h3 { font-size: 1.45rem; line-height: 1.3; font-weight: 500; margin-bottom: 0.6rem; }
/* Akzent-Texte in DM Serif Display Italic (elegant, lesbar) */
h1 em, h2 em, .ubuntu .quote, .ubuntu .quote em,
.ubuntu-story .story-quote, .ubuntu-story .story-quote em,
.bridge h2 em {
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--gold-deep);
}
/* Hero-spezifische Grössen */
h1 em { font-size: 1.05em; }
.ubuntu .quote {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.2;
}
.ubuntu-story .story-quote { font-size: 1.6rem; line-height: 1.45; }
p { margin-bottom: 1.1em; color: var(--text-soft); text-transform: none; letter-spacing: normal; }
li { text-transform: none; letter-spacing: normal; }
p strong { color: var(--text); font-weight: 600; }
em { color: var(--gold-deep); font-style: normal; }

a { color: var(--teal); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--gold-deep); }

.gold { color: var(--gold-deep); }
.teal { color: var(--teal); }
.muted { color: var(--text-muted); }
.center { text-align: center; }

/* Layout containers */
.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
}
/* Einheitlicher Abstand zwischen ALLEN Sections (top = bottom).
   gilt fuer alle Seiten: index/verbindung/analysen/kompendium/
   workshop/kontakt. */
.section,
.section-tight { padding: 2.25rem 0; }

/* Nav — Logo bis ganz oben + Menu mittig + Mein-Bereich/DE als Floating oben rechts */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.nav-inner .brand-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  border: 0;
}
.nav-logo {
  width: 96px;
  height: 96px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
.nav-inner {
  /* nav-inner ist nun die einzige Hauptzeile — nav-sub fliegt absolute oben rechts darüber */
  display: flex;
  justify-content: space-between;
  align-items: stretch;       /* Kinder dürfen volle Höhe füllen, individuelle align-self */
  padding: 0 2.5rem 0.6rem;   /* TOP=0 → Logo bis ans obere Ende */
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  gap: 2rem;
  position: relative;
  min-height: 96px;            /* Minimum = Logo-Höhe */
}
.nav-inner .brand-block {
  align-self: flex-start;      /* Logo + Brand kleben am oberen Rand */
}
.nav-right {
  /* Menu vertikal mittig zur Höhe des Logos+Brand-Stacks */
  align-self: center;
  padding-top: 1.4rem;          /* Sicherheits-Abstand zur darüber liegenden nav-sub */
  display: flex;
  align-items: center;
}
@media (max-width: 720px){
  .nav-inner { padding: 0 1rem 0.6rem; min-height: 64px; }
  .nav-right { padding-top: 1.2rem; }
}
@media (max-width: 540px){
  /* Sehr klein: Logo + Brand zentriert oben, Menu darunter zentriert */
  .nav-inner { flex-direction: column; align-items: center; gap: 0.8rem; padding-top: 0; }
  .nav-inner .brand-block { align-items: center; align-self: center; }
  .nav-right { width: 100%; justify-content: center; padding-top: 0; }
}
.brand {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--text);
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
/* Alte Styles fuer Brand-Dot/Punkt deaktivieren */
.brand-dot { display: none; }
@media (max-width: 720px) {
  .nav-inner { padding: 0.7rem 1rem; gap: 0.8rem; }
  .nav-logo { width: 64px; height: 64px; }
  .brand { font-size: 1rem; }
}
.nav-links {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  /* Wenn Items wrappen, jede neue Zeile gleichmaessig zentriert verteilen */
  row-gap: 0.5rem;
}
/* Bei Multi-Zeilen-Wrap (kleinere Viewports) mittig statt rechtsbuendig — sieht im 2-3-Zeilen-Layout besser aus */
@media (max-width: 1100px) {
  .nav-links { justify-content: center; }
}
.nav-links a {
  color: var(--text-soft);
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--text); }
.nav-links a.active { color: var(--gold-deep); }

/* Sub-Nav: Mein Bereich + DE — schwebt absolute oben rechts über dem Header */
.nav-sub {
  position: absolute;
  top: 0.4rem;
  right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  z-index: 5;
}
@media (max-width: 720px){
  .nav-sub { top: 0.35rem; right: 1rem; }
}
@media (max-width: 540px){
  .nav-sub { position: static; justify-content: center; padding: 0.4rem 1rem 0; }
}
.nav-sub .btn-mein-bereich {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(184,149,86,.08);
  border: 1px solid #b89556;
  border-radius: 5px;
  padding: 0.3rem 0.85rem;
  color: #b89556;
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease;
}
.nav-sub .btn-mein-bereich:hover {
  background: rgba(184,149,86,.18);
  color: var(--gold-deep);
  border-color: var(--gold-deep);
}
.nav-sub .lang-switcher { margin-left: 0; }
.nav-sub .lang-toggle {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: 0.7rem;
  padding: 0.25rem 0.6rem;
  letter-spacing: 0.08em;
}
@media (max-width: 720px) {
  .nav-sub { padding: 0 1rem 0.5rem; }
  .nav-sub .btn-mein-bereich { font-size: 0.65rem; padding: 0.25rem 0.55rem; }
}

/* Hero */
.hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem 0 2.5rem;
}
.hero-content { max-width: 880px; margin: 0 auto; text-align: center; }
.hero h1 { margin-bottom: 1.8rem; }
.hero .lead {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--text-soft);
  max-width: 720px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}
.hero-tag {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 2rem;
  padding: 0.4rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: var(--surface);
}

/* Three columns manifest */
.three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
.col {
  padding: 2rem 1.5rem;
  border-top: 1px solid var(--line);
  text-align: center;
}
.col-label {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 1.2rem;
  display: block;
}
.col h3 {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.col p { font-size: 0.96rem; line-height: 1.6; }

/* Ubuntu block */
.ubuntu {
  text-align: center;
  margin: 2.5rem 0 0;
  padding: 2rem 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ubuntu-img {
  width: 100%;
  max-width: 540px;
  height: auto;
  border-radius: 6px;
  margin: 0 auto 2.5rem;
  display: block;
  filter: saturate(0.9);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.ubuntu .quote {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 1rem;
  font-style: italic;
}
.ubuntu .quote em { color: var(--gold-deep); font-style: italic; }
.ubuntu .source {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
}
.ubuntu-story {
  max-width: 720px;
  margin: 2rem auto 0;
  text-align: left;
  background: var(--surface-2);
  border-left: 3px solid var(--gold-deep);
  padding: 2rem 2.2rem;
  border-radius: 4px;
}
.ubuntu-story p { font-size: 1rem; line-height: 1.7; }
.ubuntu-story .story-label {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}
.ubuntu-story .story-quote {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--text);
  margin: 1.2rem 0;
  text-align: center;
  line-height: 1.4;
}
.ubuntu-story .story-quote em { color: var(--gold-deep); font-style: italic; }

/* CTA */
.cta-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.btn {
  display: inline-block;
  padding: 0.95rem 1.8rem;
  border-radius: 4px;
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}
.btn-gold {
  background: var(--gold-deep);
  color: #fff;
}
.btn-gold:hover { background: var(--gold); color: #fff; transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--gold-deep); color: var(--gold-deep); }

/* Verbindung-Sections */
.world {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
}
.world:first-of-type { border-top: none; }
.world-num {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.5rem;
  display: block;
}
.world h2 { margin-bottom: 1.5rem; max-width: 720px; }
.world-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2rem;
  align-items: start;
}
.world-grid .lead-text { font-size: 1.08rem; line-height: 1.75; }
.world-list {
  list-style: none;
  padding: 0;
}
.world-list li {
  padding: 0.85rem 0;
  border-bottom: 1px dashed var(--line);
  color: var(--text-soft);
  font-size: 0.97rem;
  line-height: 1.5;
}
.world-list li:last-child { border-bottom: none; }
.world-list strong { color: var(--text); display: block; margin-bottom: 0.2rem; font-size: 1rem; }

/* Bridge / Synthesis */
.bridge {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.75rem 2.5rem;
  margin: 2rem 0;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.bridge h2 { margin-bottom: 1.5rem; }
.bridge p { font-size: 1.1rem; max-width: 720px; margin: 0 auto 1rem; }

/* Footer */
.footer {
  border-top: 1px solid var(--line);
  padding: 3rem 0 2rem;
  margin-top: 5rem;
  background: var(--bg-soft);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
.footer h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 1.2rem;
  font-weight: 500;
}
.footer ul { list-style: none; }
.footer li { padding: 0.35rem 0; }
.footer li a { color: var(--text-soft); font-size: 0.95rem; }
.footer li a:hover { color: var(--text); }
.footer p { font-size: 0.92rem; color: var(--text-muted); margin: 0; }
.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

/* Kontakt */
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 3rem;
  margin: 2rem 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.contact-card h3 { color: var(--gold-deep); margin-bottom: 1rem; }
.contact-card .email {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.legal {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2.5rem;
  margin-top: 2.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.legal h3 { color: var(--text); margin-bottom: 1rem; }
.legal h4 {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--text);
}
.legal p { font-size: 0.95rem; margin-bottom: 0.7rem; }
.legal ul { margin: 0.5rem 0 1rem 1.5rem; color: var(--text-soft); font-size: 0.95rem; }
.legal ul li { margin-bottom: 0.3rem; }

/* Kontakt-Formular */
.contact-form {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-field { display: flex; flex-direction: column; }
.form-field label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.form-field input,
.form-field textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--gold-deep);
  box-shadow: 0 0 0 3px rgba(184, 149, 48, 0.15);
}
.form-field textarea { resize: vertical; min-height: 140px; }

.form-file {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px dashed var(--line);
  border-radius: 4px;
  background: var(--surface-2);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.form-file:hover { border-color: var(--gold-deep); background: var(--surface); }
.form-file input[type="file"] { display: none; }
.form-file .file-label {
  font-size: 0.95rem;
  color: var(--text-soft);
  flex: 1;
}
.form-file .file-tag {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 500;
}
.form-file.has-file .file-label { color: var(--text); font-weight: 500; }

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.form-status {
  font-size: 0.95rem;
  color: var(--text-soft);
  flex: 1;
  min-height: 1.4em;
}
.form-status.ok { color: var(--teal-deep); }
.form-status.err { color: #b94a3a; }

/* Hervorgehobene Bereich-Card auf Kontakt-Seite */
.bereiche-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0 1rem;
}
.bereich-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2.2rem 1.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.bereich-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: var(--gold-deep);
}
.bereich-card .col-label {
  margin-bottom: 0.8rem;
}
.bereich-card h3 {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.bereich-card p {
  font-size: 0.96rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1.5rem;
}
.bereich-card .btn {
  align-self: center;
  width: auto;
  padding: 0.85rem 1.6rem;
  font-size: 0.9rem;
}

/* Page intro */
.page-intro {
  padding: 2.5rem 0 1.5rem;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.page-intro h1 { margin-bottom: 1.2rem; }
.page-intro .lead { color: var(--text-soft); max-width: 700px; margin: 0 auto; font-size: 1.15rem; }

/* Image elements */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  filter: saturate(0.85);
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.9) 70%, #ffffff 100%);
}

/* Handkreis Hero - Bild + Fade + Text */
.handkreis-hero {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
}
.handkreis-stage {
  position: relative;   /* WICHTIG: Anker fuer .handkreis-text */
  width: 100%;
  display: block;
  line-height: 0;       /* killt 4px-Inline-Lueche unter dem img */
}
.handkreis-stage img {
  display: block;
  width: 100%;
  height: auto;
}
.handkreis-text {
  position: absolute;
  /* Pixel-vermessen am Originalbild (1376x768): groesstes komplett
     weisses Quadrat (180px) liegt bei 48.4% horizontal / 50.4% vertikal. */
  top: 50.4%;
  left: 48.4%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  text-align: center;
  line-height: 1;
}
.handkreis-text span {
  font-family: 'Aptos Black', 'Aptos', 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 900 !important;
  font-style: normal !important;
  text-transform: none !important;
  font-size: clamp(1.4rem, 4.2vw, 3rem);
  color: var(--text);
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .handkreis-hero { padding: 0.5rem; }
  .handkreis-text span { font-size: clamp(1rem, 6vw, 1.8rem) !important; }
}

.world-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  filter: saturate(0.92);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.col-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1.2rem;
  filter: saturate(0.88);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.bridge-img {
  width: 100%;
  max-width: 720px;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 auto 2rem;
  display: block;
  filter: saturate(0.85);
}

/* Subtle entrance */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
.fade-in { animation: fadeUp 0.7s ease both; }
.fade-in-d1 { animation: fadeUp 0.7s 0.15s ease both; opacity: 0; }
.fade-in-d2 { animation: fadeUp 0.7s 0.3s ease both; opacity: 0; }

/* Responsive */
@media (max-width: 880px) {
  .three-cols { grid-template-columns: 1fr; gap: 0; }
  .col { border-top: 1px solid var(--line); }
  .col:first-child { border-top: 1px solid var(--line); }
  .world-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .nav-links { gap: 1.2rem; }
  .nav-links a { font-size: 0.88rem; }
  .section { padding: 2rem 0; }
  .wrap { padding: 0 1.4rem; }
  .nav-inner { padding: 1rem 1.4rem; }
  .bridge { padding: 2.5rem 1.5rem; }
  .contact-card, .legal { padding: 1.8rem; }
}
