:root {
  --ink-950: #171b1e;
  --ink-850: #242a2e;
  --ink-750: #394146;
  --ink-650: #586269;
  --line: #c5cbcf;
  --surface-0: #eef0f1;
  --surface-1: #e2e5e7;
  --surface-2: #d2d6d9;
  --surface-dark: #5b6266;
  --blue-700: #005f88;
  --blue-600: #00719f;
  --blue-100: #dcecf3;
  --iron-1: #6f2d16;
  --iron-2: #c45c24;
  --iron-3: #f0a13c;
  --content: 74rem;
  --text: 46rem;
  --radius-sm: .35rem;
  --radius-md: .8rem;
  --shadow-soft: 0 1.4rem 3.6rem rgb(23 27 30 / .12);
  --shadow-card: 0 .7rem 2rem rgb(23 27 30 / .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-950);
  background: var(--surface-0);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
a { color: var(--blue-700); text-underline-offset: .18em; }
a:hover { color: var(--blue-600); }
:focus-visible { outline: 3px solid var(--iron-3); outline-offset: 4px; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: .8rem 1rem; background: var(--ink-950); color: white; }
.skip-link:focus { left: .75rem; top: .75rem; }

.utility-bar { background: var(--ink-950); color: #eef2f4; font-size: .84rem; }
.utility-inner,
.header-inner,
.section-inner,
.footer-inner { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.utility-inner { display: flex; justify-content: flex-end; gap: 1.25rem; padding-block: .48rem; }
.utility-inner span { opacity: .96; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgb(160 167 171 / .65); background: rgb(238 240 241 / .94); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 5rem; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink-950); font-size: 1.18rem; font-weight: 820; letter-spacing: -.025em; text-decoration: none; white-space: nowrap; }
.brand-signet { width: 2rem; height: 2rem; flex: 0 0 auto; }
.brand-word { display: inline-flex; gap: 0; }
.brand-first { color: var(--ink-950); }
.brand-second { color: var(--blue-700); }
.nav-list { display: flex; flex-wrap: wrap; align-items: center; gap: .3rem 1.15rem; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; display: inline-block; padding: .55rem 0; color: var(--ink-850); font-size: .94rem; font-weight: 650; text-decoration: none; }
.nav-list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .2rem; height: 2px; background: var(--blue-600); transition: right .2s ease; }
.nav-list a:hover::after, .nav-list a[aria-current="page"]::after { right: 0; }
.header-vds-logo { display: block; width: clamp(8.2rem, 12vw, 10.8rem); height: auto; flex: 0 0 auto; }


.hero { position: relative; overflow: hidden; padding-block: clamp(3.6rem, 7vw, 6.6rem); background: linear-gradient(120deg, var(--surface-0) 0 62%, var(--surface-1) 62% 100%); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: .28rem; background: linear-gradient(90deg, var(--blue-700) 0%, var(--blue-700) 18%, var(--iron-1) 32%, var(--iron-1) 43%, var(--iron-2) 57%, var(--iron-2) 68%, var(--iron-3) 82%, var(--iron-3) 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(22rem, .98fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.hero-copy { max-width: 47rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: var(--blue-700); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2.4rem; height: 2px; background: var(--blue-600); }
h1,h2,h3 { margin-top: 0; line-height: 1.14; letter-spacing: -.032em; }
h1 { max-width: 50rem; margin-bottom: 1.35rem; font-size: clamp(2rem, 3.6vw, 3.4rem); font-weight: 760; }
h2 { margin-bottom: 1.25rem; font-size: clamp(1.32rem, 2.64vw, 2.21rem); font-weight: 730; }
h3 { margin-bottom: .65rem; font-size: 1.28rem; }
.lead { max-width: 42rem; margin: 0; color: var(--ink-650); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; padding: .82rem 1.25rem; border: 2px solid var(--blue-700); border-radius: var(--radius-sm); background: var(--blue-700); color: white; font-weight: 750; text-decoration: none; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-1px); background: #004e70; color: white; box-shadow: 0 .7rem 1.5rem rgb(0 95 136 / .18); }
.button-secondary { background: transparent; color: var(--blue-700); }
.button-secondary:hover { background: var(--blue-100); color: var(--blue-700); box-shadow: none; }
.hero-visual { position: relative; }
.hero-image { overflow: hidden; border-radius: 1rem; box-shadow: var(--shadow-soft); background: var(--surface-2); }
.hero-badge { position: absolute; left: -1.6rem; bottom: 1.5rem; max-width: 16rem; padding: 1rem 1.1rem; border-left: .28rem solid var(--iron-3); border-radius: .25rem; background: rgb(238 240 241 / .97); box-shadow: var(--shadow-card); font-size: .92rem; line-height: 1.45; }
.hero-badge strong { display: block; color: var(--ink-950); }

.image-placeholder { display: grid; place-items: center; width: 100%; min-height: 18rem; aspect-ratio: 4 / 3; padding: 2rem; border: 2px dashed #8f989d; background: linear-gradient(135deg, #dfe2e4, #cfd4d7); color: var(--ink-750); text-align: center; font-weight: 750; letter-spacing: .01em; }
.hero-image .image-placeholder { aspect-ratio: 4 / 3.1; min-height: 22rem; }
.image-placeholder span { max-width: 22rem; }

section { padding-block: clamp(4rem, 8vw, 7.5rem); }
main > section:nth-of-type(2n+1):not(.hero) { background: var(--surface-0); }
main > section:nth-of-type(2n) { background: var(--surface-1); }
.section-muted { background: var(--surface-2) !important; }
.section-kicker { max-width: 44rem; color: var(--ink-650); font-size: 1.08rem; }
.grid-2 { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.copy-block { max-width: var(--text); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: .5rem; font-weight: 750; text-decoration-thickness: 1px; }
.text-link::after { content: "→"; }
.image-frame { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius-md); box-shadow: var(--shadow-card); background: var(--surface-2); }
.image-frame::after { content: ""; position: absolute; inset: auto 0 0; height: .24rem; background: linear-gradient(90deg, var(--blue-700) 0%, var(--blue-700) 18%, var(--iron-1) 32%, var(--iron-1) 43%, var(--iron-2) 57%, var(--iron-2) 68%, var(--iron-3) 82%, var(--iron-3) 100%); }

.section-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.3rem; }
.section-head > * { margin-bottom: 0; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.15rem; }
.card { position: relative; min-height: 18rem; padding: 1.8rem; border: 1px solid #b8bec2; border-radius: var(--radius-md); background: #e9ebec; box-shadow: var(--shadow-card); }
.card::before { content: ""; position: absolute; top: 0; left: 1.8rem; width: 4rem; height: .24rem; background: var(--blue-600); }
.card-number { margin: .35rem 0 2.7rem; color: var(--blue-700); font-size: .84rem; font-weight: 850; letter-spacing: .1em; }
.card p:last-child { color: var(--ink-650); }
.profile-grid { align-items: stretch; }
.profile-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(1rem,4vw,3.5rem) 0; }
.credentials { margin: .2rem 0 1.8rem; color: var(--ink-650); font-size: 1.08rem; }
.callout { padding: 1.15rem 1.3rem; border-left: .3rem solid var(--iron-3); background: #e7e1da; color: var(--ink-850); }

.page-hero { padding-block: clamp(3.5rem,7vw,6rem); background: linear-gradient(110deg, var(--surface-1), var(--surface-2)); }
.page-hero p { max-width: 48rem; color: var(--ink-650); font-size: 1.12rem; }
.content-narrow { max-width: var(--text); }
.site-footer { padding-block: 3rem; background: var(--ink-950); color: #eaf0f3; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.footer-brand { color: white; font-weight: 800; }
.site-footer a { color: white; }
.footer-meta { text-align: right; font-size: .92rem; }

@media (max-width:60rem) {
  .utility-inner { justify-content: flex-start; }
  .header-inner { align-items: flex-start; flex-direction: column; padding-block: .8rem; gap: .4rem; }
  .header-vds-logo { width: 9rem; margin-top: .25rem; }
  .hero-grid,.grid-2,.cards { grid-template-columns: 1fr; }
  .hero { background: var(--surface-0); }
  .hero-visual { max-width: 42rem; }
  .hero-badge { left: 1rem; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .card { min-height: auto; }
}
@media (max-width:38rem) {
  body { font-size: .98rem; }
  .utility-bar { display: none; }
  .nav-list { gap: .2rem .85rem; }
  .nav-list a { font-size: .88rem; }
  .hero-badge { position: static; max-width: none; margin-top: .8rem; }
  .actions .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration:.01ms !important; animation-duration:.01ms !important; }
}


/* V0.5 – gezielte Erweiterungen auf Basis V0.4c */
.utility-inner b { color: var(--iron-3); padding-inline: .12rem; }
.content-image { display:block; width:100%; height:100%; object-fit:cover; }
.hero-image { aspect-ratio: 4 / 3.1; }
.hero-photo { object-position: 50% 38%; }
.profile-grid .image-frame { min-height: 28rem; }
.portrait-photo { object-position: 50% 28%; }

/* Thermografie-Strich als wiederkehrende Trennung zwischen Hauptabschnitten */
main > section + section { position: relative; }
main > section + section::before {
  content:""; position:absolute; top:0; left:0; right:0; height:.28rem;
  background:linear-gradient(90deg,
    var(--blue-700) 0%, var(--blue-700) 18%,
    var(--iron-1) 32%, var(--iron-1) 43%,
    var(--iron-2) 57%, var(--iron-2) 68%,
    var(--iron-3) 82%, var(--iron-3) 100%);
}
/* Die Hero-Linie bleibt nur einmal sichtbar. */
.hero + section::before { display:none; }

/* Unterseiten-Hauptüberschriften im kräftigen, klaren Stil der Leitbotschaft */
.page-hero h1 { max-width: 52rem; font-size:clamp(2rem,3.6vw,3.4rem); font-weight:760; line-height:1.14; }
.page-hero { position:relative; overflow:hidden; }
.page-hero::after { content:""; position:absolute; inset:auto 0 0; height:.28rem; background:linear-gradient(90deg,var(--blue-700) 0%,var(--blue-700) 18%,var(--iron-1) 32%,var(--iron-1) 43%,var(--iron-2) 57%,var(--iron-2) 68%,var(--iron-3) 82%,var(--iron-3) 100%); }

.signet-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.2rem; align-items:stretch; }
.signet-card { padding:1.5rem; border:1px solid #b8bec2; border-radius:var(--radius-md); background:#e9ebec; box-shadow:var(--shadow-card); }
.signet-card img { display:block; width:min(9rem,80%); aspect-ratio:1; margin:0 auto 1.25rem; }
.signet-card h2 { font-size:1.35rem; }
@media (max-width:60rem){ .signet-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:38rem){ .signet-grid{grid-template-columns:1fr} .brand-signet{width:1.8rem;height:1.8rem} }

/* V0.6 – V0.5 als Master, nur gezielt weiterentwickelt */
.brand-signet { width: 2.35rem; height: 2.35rem; object-fit: contain; }

/* Bilder erhalten mehr Präsenz, ohne den ruhigen V0.5-Stil zu verändern. */
.hero-grid { grid-template-columns: minmax(0,.94fr) minmax(25rem,1.06fr); gap: clamp(2.5rem,5vw,5rem); }
.hero-image { aspect-ratio: 4 / 3; }
.grid-2 { grid-template-columns: .92fr 1.08fr; }
.profile-grid { grid-template-columns: 1.08fr .92fr; }
.profile-grid .image-frame { min-height: 34rem; }
.thermography-photo { min-height: 31rem; object-position: 50% 52%; }

/* Gewellte Thermolinie als wiederkehrende Bereichstrennung. */
main > section + section::before,
.page-hero::after,
.hero::before,
.image-frame::after {
  height: .72rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 18' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1'%3E%3Cstop offset='0' stop-color='%23005f88'/%3E%3Cstop offset='.25' stop-color='%23005f88'/%3E%3Cstop offset='.25' stop-color='%236f2d16'/%3E%3Cstop offset='.5' stop-color='%236f2d16'/%3E%3Cstop offset='.5' stop-color='%23c45c24'/%3E%3Cstop offset='.75' stop-color='%23c45c24'/%3E%3Cstop offset='.75' stop-color='%23f0a13c'/%3E%3Cstop offset='1' stop-color='%23f0a13c'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 9 C75 1 125 17 200 9 S325 1 400 9 S525 17 600 9 S725 1 800 9 S925 17 1000 9 S1125 1 1200 9' fill='none' stroke='url(%23g)' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
}
.hero + section::before { display: block; }

/* Kontaktbereich: neuer Aufbau, vollständig im optischen Stil der V0.5. */
.contact-section { background: var(--surface-1) !important; }
.contact-layout { display:grid; grid-template-columns: .82fr 1.18fr; gap:clamp(2.5rem,6vw,6rem); align-items:start; }
.contact-intro { position:sticky; top:8rem; }
.contact-intro h2 { max-width: 26rem; }
.contact-note { display:grid; gap:.35rem; margin-top:2rem; padding:1.25rem 1.35rem; border-left:.3rem solid var(--iron-3); background:#e7e1da; }
.contact-note span { color:var(--ink-650); }
.contact-options { display:grid; gap:1.2rem; }
.contact-card { position:relative; padding:clamp(1.6rem,3vw,2.4rem); border:1px solid #b8bec2; border-radius:var(--radius-md); background:#e9ebec; box-shadow:var(--shadow-card); }
.contact-card::before { content:""; position:absolute; top:0; left:2rem; width:5rem; height:.24rem; background:var(--blue-600); }
.contact-card h2 { margin-bottom:.8rem; font-size:clamp(1.35rem,2.2vw,1.8rem); }
.contact-card p { color:var(--ink-650); }
.contact-number { display:block; margin:.25rem 0 2rem; color:var(--blue-700); font-size:.82rem; font-weight:850; letter-spacing:.12em; }
.contact-number::before { content:"SCHRITT "; }

@media (max-width:60rem) {
  .hero-grid,.grid-2,.profile-grid,.contact-layout { grid-template-columns:1fr; }
  .contact-intro { position:static; }
  .thermography-photo { min-height:25rem; }
}
/* V0.6b – Linien exakt wie in V0.5, an allen Inhaltsbildern */
main > section + section::before,
.page-hero::after,
.hero::before,
.image-frame::after,
.hero-image::after {
  background: linear-gradient(90deg,
    var(--blue-700) 0%, var(--blue-700) 18%,
    var(--iron-1) 32%, var(--iron-1) 43%,
    var(--iron-2) 57%, var(--iron-2) 68%,
    var(--iron-3) 82%, var(--iron-3) 100%);
  background-image: linear-gradient(90deg,
    var(--blue-700) 0%, var(--blue-700) 18%,
    var(--iron-1) 32%, var(--iron-1) 43%,
    var(--iron-2) 57%, var(--iron-2) 68%,
    var(--iron-3) 82%, var(--iron-3) 100%);
}
main > section + section::before,
.page-hero::after,
.hero::before { height: .28rem; }
.image-frame::after,
.hero-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: .24rem;
  z-index: 2;
}
.hero-image { position: relative; }


/* V0.7c – Marke ohne Logo: S als erster Buchstabe nur auf der Startseite */
.brand { gap: 0; }
.brand-letter-s { display:block; width:1.18em; height:1.55em; margin-right:.02em; object-fit:contain; object-position:center; flex:0 0 auto; }
.brand-text-rest, .brand-text-only { color:var(--ink-950); line-height:1; }
.brand-text-rest { margin-left:-.05em; }
@media (max-width:38rem){ .brand-letter-s{width:1.08em;height:1.42em} }


/* V0.7d – einheitliche Marken- und Unterseitengestaltung */
.brand {
  gap: 0;
  font-size: 1.18rem;
  line-height: 1;
}
.brand-letter-s {
  display: block;
  width: .83em;
  height: 1.12em;
  margin-right: .015em;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}
.brand-word {
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}
.brand-first { color: var(--ink-950); }
.brand-second { color: var(--blue-700); }

/* Unterseiten greifen die ruhige Flächenwirkung der Startseite auf. */
.page-hero {
  background: linear-gradient(120deg, var(--surface-0) 0 62%, var(--surface-1) 62% 100%);
}
/* Die kleine Leitzeile entspricht exakt der Startseite. */
.page-hero .eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  max-width: none;
  margin: 0 0 1rem;
  color: var(--blue-700);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-hero .eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 2px;
  flex: 0 0 auto;
  background: var(--blue-600);
}
@media (max-width:38rem) {
  .brand-letter-s { width: .8em; height: 1.08em; }
}


/* V0.7e – typografische Marke und deckungsgleiche Seitenanfänge */
/* Auf der Website erscheint Schützendübel wieder rein typografisch. Das S-Bild bleibt nur Favicon. */
.brand {
  gap: 0;
  font-size: 1.18rem;
  font-weight: 820;
  line-height: 1;
}
.brand-word {
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}
.brand-first { color: var(--ink-950); }
.brand-second { color: var(--blue-700); }
.brand-letter-s { display: none; }

/* Start- und Unterseiten beginnen auf exakt derselben optischen Höhe. */
.hero,
.page-hero {
  padding-top: clamp(3.6rem, 7vw, 6.6rem);
  padding-bottom: clamp(3.6rem, 7vw, 6.6rem);
}
.hero-grid { align-items: start; }
.hero-copy { padding-top: 0; }
.hero .eyebrow,
.page-hero .eyebrow {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: .12em;
}
.hero .eyebrow::before,
.page-hero .eyebrow::before {
  width: 2.4rem;
  height: 2px;
  flex: 0 0 auto;
}

/* Gleiche Überschriftenlogik in beiden Einstiegsbereichen. */
.hero h1,
.page-hero h1 {
  max-width: 52rem;
  margin-bottom: 1.35rem;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  font-weight: 760;
  line-height: 1.14;
  letter-spacing: -.032em;
}

@media (max-width: 60rem) {
  .hero,
  .page-hero { padding-block: clamp(3.2rem, 8vw, 5rem); }
}

.footer-qualifications{width:100%;margin-top:1rem;font-size:.9rem;opacity:.82}


/* V0.9 – sichtbarer Medienplatzhalter */
.image-placeholder { min-height:31rem; display:grid; place-items:center; border:2px dashed #8f989e; background:linear-gradient(135deg,#e5e8ea,#f4f5f5); }
.image-placeholder::after { display:none; }
.image-placeholder-inner { display:grid; gap:.45rem; max-width:24rem; padding:2rem; text-align:center; color:var(--ink-650); }
.image-placeholder-inner strong { color:var(--ink-850); font-size:1.2rem; }


/* V1.0 Alpha – Vertrauensbereiche, Profile und neutrale Platzhalter */
.image-placeholder { min-height:31rem; position:relative; overflow:hidden; }
.image-placeholder-inner { display:none; }
.placeholder-symbol { width:4.8rem; height:3.6rem; border:2px solid #89939a; border-radius:.35rem; opacity:.72; position:relative; }
.placeholder-symbol::before { content:""; position:absolute; width:.72rem; height:.72rem; border:2px solid #89939a; border-radius:50%; top:.55rem; right:.65rem; }
.placeholder-symbol::after { content:""; position:absolute; left:.55rem; right:.55rem; bottom:.5rem; height:1.55rem; border-left:2px solid #89939a; border-bottom:2px solid #89939a; transform:skewY(-28deg); }
.trust-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.trust-item { display:flex; gap:.8rem; align-items:flex-start; padding:1.15rem 1.25rem; background:var(--surface-0); border:1px solid #c3c8cb; border-radius:var(--radius-md); }
.ui-icon { display:grid; place-items:center; width:1.7rem; height:1.7rem; flex:0 0 auto; border-radius:50%; background:var(--blue-700); color:#fff; font-weight:850; }
.closing-section { text-align:left; }
.contact-card h2 { display:flex; align-items:center; gap:.65rem; }
.contact-icon { display:inline-grid; place-items:center; width:2rem; height:2rem; flex:0 0 auto; border-radius:50%; background:var(--blue-700); color:#fff; font-size:1rem; }
.profile-links { display:flex; flex-wrap:wrap; align-items:center; gap:1rem 1.25rem; }
.site-footer a[target="_blank"]::after, .profile-links a[target="_blank"]::after { content:" ↗"; font-size:.85em; }
@media (max-width:44rem){ .trust-grid{grid-template-columns:1fr;} .profile-links{align-items:flex-start;flex-direction:column;} }


/* V1.0 Alpha 2: einheitliche Kontakt- und Profil-Icons */
.icon-wrap{display:inline-flex;width:1.25rem;height:1.25rem;flex:0 0 1.25rem;align-items:center;justify-content:center;color:var(--vds-blue,#005b9a)}
.icon-wrap svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-details-list{display:grid;gap:1rem;margin-top:1rem}
.contact-detail{display:flex;gap:.8rem;align-items:flex-start}
.contact-detail-label{display:block;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-600,#56616a);margin-bottom:.15rem}
.contact-detail a,.contact-detail span{word-break:break-word}
.profile-info-list{display:grid;gap:.75rem;margin-top:1.25rem}
.profile-info-item{display:grid;grid-template-columns:auto 1fr auto;gap:.85rem;align-items:center;padding:.9rem 1rem;border:1px solid rgba(31,45,55,.16);border-radius:.65rem;text-decoration:none;background:rgba(255,255,255,.48);transition:transform .15s ease,border-color .15s ease,background .15s ease}
.profile-info-item:hover{transform:translateY(-1px);border-color:var(--vds-blue,#005b9a);background:#fff}
.profile-info-text{display:flex;flex-direction:column;gap:.12rem}
.profile-info-text strong{color:var(--ink-950,#172027)}
.profile-info-text small{color:var(--ink-600,#56616a);font-size:.86rem}
.profile-arrow{font-size:1.1rem}
.footer-contact-links{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-top:.9rem}
.footer-contact-links a{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;font-size:.9rem}
.site-footer .footer-contact-links .icon-wrap{color:#fff;width:1.05rem;height:1.05rem;flex-basis:1.05rem}
.site-footer .footer-contact-links a[target="_blank"]::after{content:none}
@media (max-width:700px){.profile-info-item{grid-template-columns:auto 1fr auto}.footer-contact-links{gap:.8rem 1.15rem}}
