:root {
  --navy: #073a69;
  --navy-deep: #032849;
  --navy-soft: #0d4d7e;
  --green: #2f7f46;
  --green-bright: #45a65f;
  --ink: #142231;
  --muted: #5f6d78;
  --line: #dce5e9;
  --soft: #f3f7f5;
  --white: #fff;
  --shadow: 0 22px 65px rgba(3, 40, 73, .13);
  --radius: 24px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { width: 100%; min-width: 0; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.65; }
main, header, footer, section { max-width: 100%; }
img { max-width: 100%; display: block; }
a { color: inherit; overflow-wrap: anywhere; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
.container > *, .hero-grid > *, .intro-grid > *, .section-heading > *, .process-grid > *, .map-grid > *, .contact-grid > * { min-width: 0; }
.section { padding: 112px 0; }
.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: fixed; z-index: 999; left: 16px; top: 12px; transform: translateY(-150%); background: var(--white); color: var(--navy); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; transition: box-shadow .25s, border-color .25s; backdrop-filter: blur(16px); }
.site-header.is-scrolled { border-color: rgba(7,58,105,.08); box-shadow: 0 10px 30px rgba(3,40,73,.08); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); }
.brand img { width: 58px; height: 58px; object-fit: cover; object-position: 50% 18%; border-radius: 50%; }
.brand-text { min-width: 0; display: grid; line-height: 1.12; }
.brand-text strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.brand-text small { color: var(--green); font-size: 15px; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { text-decoration: none; font-size: 14px; font-weight: 650; color: #344857; transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--green); }
.main-nav > a[aria-current="page"] { color: var(--green); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; max-width: 100%; padding: 10px 24px; border-radius: 8px; background: var(--navy); color: var(--white); text-align: center; text-decoration: none; font-size: 15px; font-weight: 750; line-height: 1.3; letter-spacing: .01em; border: 1px solid var(--navy); box-shadow: 0 10px 24px rgba(7,58,105,.16); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(7,58,105,.22); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.button-light { background: var(--white); color: var(--navy); border-color: var(--white); }
.button-light:hover { background: #f0f7f2; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--navy); font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(7,58,105,.24); padding-bottom: 3px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow { margin: 0 0 18px; color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); color: var(--navy-deep); font-weight: 500; line-height: 1.08; }
h1 { margin-bottom: 28px; font-size: clamp(48px, 6.3vw, 78px); letter-spacing: -.035em; }
h1 span { color: var(--green); }
h2 { margin-bottom: 28px; font-size: clamp(38px, 4.7vw, 58px); letter-spacing: -.025em; }
h3 { line-height: 1.25; }

.hero { position: relative; overflow: hidden; min-height: 790px; padding: 172px 0 130px; background: linear-gradient(118deg, #f7faf8 0%, #f3f7f5 55%, #eaf2ed 100%); }
.hero-pattern { position: absolute; width: 760px; height: 760px; right: -280px; top: -210px; border: 1px solid rgba(7,58,105,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(7,58,105,.025), 0 0 0 180px rgba(47,127,70,.022); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.hero-content { max-width: 690px; }
.hero-copy { max-width: 620px; color: #4d606e; font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 46px; color: #455a68; font-size: 14px; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { width: 19px; height: 19px; fill: none; stroke: var(--green); stroke-width: 2.5; }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.logo-card { width: min(430px, 100%); padding: 28px; border-radius: 50% 50% 30px 30px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1deg); }
.logo-card img { border-radius: 50% 50% 18px 18px; }
.region-card { position: absolute; left: -20px; bottom: 8px; display: flex; align-items: center; gap: 14px; padding: 15px 20px; background: rgba(255,255,255,.97); border: 1px solid rgba(7,58,105,.08); border-radius: 14px; box-shadow: 0 16px 40px rgba(3,40,73,.15); }
.region-card .pin { color: var(--green); font-size: 24px; }
.region-card div { display: grid; }
.region-card strong { color: var(--navy); font-size: 14px; }
.region-card span { color: var(--muted); font-size: 12px; }
.hero-wave { position: absolute; left: -4%; right: -4%; bottom: -45px; height: 95px; background: var(--white); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

.intro { padding-top: 90px; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.intro-copy { border-left: 3px solid var(--green); padding-left: 38px; color: var(--muted); font-size: 17px; }
.intro-copy p:last-child { margin-bottom: 0; }

.section-soft { background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; isolation: isolate; background: var(--white); }
.service-card { position: relative; min-height: 345px; padding: 38px 34px 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.service-card:nth-child(3n) { border-right: 0; }
.service-card:nth-child(n+4) { border-bottom: 0; }
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 22px 50px rgba(3,40,73,.11); }
.service-number { position: absolute; right: 24px; top: 22px; color: #c5d2d8; font-family: var(--serif); font-size: 22px; }
.service-icon { width: 52px; height: 52px; margin-bottom: 28px; fill: none; stroke: var(--green); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 600; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.service-card-accent { background: var(--navy); }
.service-card-accent h3, .service-card-accent p, .service-card-accent .service-number { color: var(--white); }
.service-card-accent .service-icon { stroke: #7bd189; }
.legal-note { max-width: 820px; margin: 28px 0 0; color: #76838c; font-size: 12px; }

.process-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: start; }
.process-sticky { position: sticky; top: 130px; }
.process-sticky > p:not(.eyebrow) { color: var(--muted); max-width: 430px; font-size: 17px; }
.process-sticky .text-link { margin-top: 16px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 66px 1fr; gap: 28px; padding: 0 0 42px; position: relative; }
.steps li:not(:last-child)::before { content: ""; position: absolute; left: 28px; top: 58px; bottom: 10px; width: 1px; background: var(--line); }
.steps li > span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: var(--green); background: #edf6ef; border: 1px solid #d5ead9; font-family: var(--serif); font-size: 24px; }
.steps h3 { color: var(--navy); font-family: var(--serif); font-size: 27px; margin: 6px 0 10px; }
.steps p { color: var(--muted); margin: 0; }

.map-section { position: relative; overflow: hidden; padding: 100px 0; color: var(--white); background: linear-gradient(120deg, var(--navy-deep), var(--navy) 60%, #0a5b68); }
.map-section::after { content: ""; position: absolute; right: -170px; bottom: -300px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.map-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.map-cover-wrap { perspective: 1200px; }
.map-cover { width: 365px; margin-inline: auto; border-radius: 5px; box-shadow: 26px 28px 60px rgba(0,0,0,.32); transform: rotateY(6deg) rotateZ(-1deg); }
.eyebrow-light { color: #87df96; }
.map-copy h2 { color: var(--white); }
.map-copy > p:not(.eyebrow) { color: #dce9ef; font-size: 17px; max-width: 620px; }
.check-list { padding: 0; margin: 28px 0 34px; list-style: none; }
.check-list li { position: relative; padding: 7px 0 7px 30px; color: #edf5f7; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #87df96; font-weight: 800; }
.map-copy small { display: block; margin-top: 19px; color: #bdd0d9; }

.contact-section { background: #f7faf8; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact-lead { max-width: 520px; color: var(--muted); font-size: 18px; }
.availability { display: inline-flex; align-items: center; gap: 9px; margin-top: 15px; color: var(--navy); font-size: 14px; font-weight: 700; }
.availability > span { width: 9px; height: 9px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(69,166,95,.12); }
.contact-card { display: grid; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); font-style: normal; overflow: hidden; }
.contact-card > * { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; min-height: 102px; padding: 21px 28px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-card > *:last-child { border-bottom: 0; }
.contact-card > a { transition: background .2s; }
.contact-card > a:hover { background: #f6faf7; }
.contact-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #edf6ef; color: var(--green); font-size: 19px; }
.contact-card span:not(.contact-icon) { display: grid; }
.contact-card small { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.contact-card strong { min-width: 0; color: var(--navy); font-size: 17px; overflow-wrap: anywhere; word-break: break-word; }

.site-footer { padding: 48px 0 22px; color: #d9e6eb; background: var(--navy-deep); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-bottom: 36px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: top; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--white); font-family: var(--serif); font-size: 20px; }
.footer-brand span { color: #abc0ca; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { color: #d9e6eb; text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: #8adc98; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); color: #92aab5; font-size: 12px; }

.legal-page { min-height: 100vh; background: var(--soft); }
.legal-main { padding: 150px 0 100px; }
.legal-card { max-width: 860px; padding: 54px 60px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-card h1 { font-size: clamp(42px, 6vw, 64px); }
.legal-card h2 { margin: 38px 0 14px; font-family: var(--sans); font-size: 21px; font-weight: 750; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card a { color: var(--navy); }
.back-link { display: inline-flex; margin-bottom: 28px; color: var(--navy); text-decoration: none; font-weight: 700; }

/* Über mich */
.about-hero { position: relative; overflow: hidden; padding: 158px 0 108px; background: linear-gradient(120deg, #f7faf8 0%, #eef5f0 100%); }
.about-orbit { position: absolute; right: -260px; top: -260px; width: 720px; height: 720px; border: 1px solid rgba(7,58,105,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(7,58,105,.025), 0 0 0 180px rgba(47,127,70,.02); }
.about-hero-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: center; }
.about-hero-grid > *, .about-intro-grid > *, .about-contact-inner > * { min-width: 0; }
.about-portrait-wrap { position: relative; width: min(430px, 100%); }
.about-portrait { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 28%; border-radius: 200px 200px 24px 24px; box-shadow: 0 30px 70px rgba(3,40,73,.2); }
.about-nameplate { position: absolute; right: -38px; bottom: 28px; display: grid; min-width: 240px; padding: 18px 22px; background: rgba(255,255,255,.96); border: 1px solid rgba(7,58,105,.09); border-radius: 14px; box-shadow: 0 18px 46px rgba(3,40,73,.17); backdrop-filter: blur(12px); }
.about-nameplate strong { color: var(--navy); font-family: var(--serif); font-size: 20px; }
.about-nameplate span { color: var(--green); font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.about-hero-copy h1 { font-size: clamp(45px, 5vw, 68px); }
.about-lead { max-width: 680px; color: #526573; font-size: 18px; }
.about-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 38px 0 0; border-top: 1px solid #cfdbd5; border-bottom: 1px solid #cfdbd5; }
.about-facts div { min-width: 0; padding: 18px 18px 18px 0; }
.about-facts div + div { padding-left: 18px; border-left: 1px solid #cfdbd5; }
.about-facts dt { color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.about-facts dd { margin: 3px 0 0; color: var(--navy); font-weight: 750; overflow-wrap: anywhere; }
.about-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.about-statement { padding-left: 38px; border-left: 3px solid var(--green); color: var(--muted); font-size: 17px; }
.about-statement p:last-child { margin-bottom: 0; }
.qualifications { background: var(--soft); }
.career-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; isolation: isolate; background: var(--white); }
.career-list li { min-width: 0; display: grid; grid-template-columns: 52px 1fr; gap: 20px; min-height: 250px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.career-list li:nth-child(2n) { border-right: 0; }
.career-list li:nth-child(n+5) { border-bottom: 0; }
.career-index { color: #a5b9c1; font-family: var(--serif); font-size: 22px; }
.career-list small { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.career-list h3 { margin: 9px 0 12px; color: var(--navy); font-family: var(--serif); font-size: 25px; }
.career-list p { margin: 0; color: var(--muted); font-size: 14px; }
.career-highlight { background: var(--navy); }
.career-highlight .career-index, .career-highlight h3, .career-highlight p { color: var(--white); }
.career-highlight small { color: #8ee29b; }
.about-values { position: relative; overflow: hidden; padding: 100px 0; background: var(--navy-deep); }
.about-values h2 { max-width: 770px; color: var(--white); }
.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 54px; border-top: 1px solid rgba(255,255,255,.16); }
.value-grid article { min-width: 0; padding: 32px 36px 0 0; }
.value-grid article + article { padding-left: 36px; border-left: 1px solid rgba(255,255,255,.16); }
.value-grid span { color: #75ce85; font-family: var(--serif); font-size: 18px; }
.value-grid h3 { margin: 10px 0; color: var(--white); font-family: var(--serif); font-size: 26px; }
.value-grid p { margin: 0; color: #bcd0d9; }
.about-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.about-contact-inner h2 { margin-bottom: 16px; }
.about-contact-inner p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.about-contact-actions { display: flex; flex-shrink: 0; align-items: center; gap: 24px; }

@media (max-width: 960px) {
  .section { padding: 88px 0; }
  .site-header { background: var(--white); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .main-nav { position: fixed; inset: 0; width: 100%; height: 100vh; height: 100dvh; min-height: 100%; display: grid; place-items: center; align-content: center; gap: 22px; padding: calc(92px + env(safe-area-inset-top)) max(30px, env(safe-area-inset-right)) calc(44px + env(safe-area-inset-bottom)) max(30px, env(safe-area-inset-left)); overflow-y: auto; overscroll-behavior: contain; background: rgba(255,255,255,.98); transform: translate3d(0,-110%,0); transition: transform .28s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav > a:not(.button) { font-family: var(--serif); font-size: 28px; color: var(--navy); }
  .menu-button.is-open span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button.is-open span:nth-child(3) { opacity: 0; }
  .menu-button.is-open span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  body.menu-open { overflow: hidden; }
  .hero { min-height: auto; padding: 145px 0 120px; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-content { max-width: 760px; }
  .hero-visual { min-height: 430px; }
  .logo-card { width: 390px; }
  .region-card { left: calc(50% - 250px); }
  .intro-grid, .section-heading, .process-grid, .map-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .intro-copy { max-width: 700px; }
  .section-heading { align-items: start; }
  .section-heading > p { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .service-card:nth-child(2n) { border-right: 0; }
  .service-card:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .service-card:nth-child(n+5) { border-bottom: 0; }
  .process-sticky { position: static; }
  .steps { max-width: 720px; }
  .map-grid { grid-template-columns: .8fr 1.2fr; gap: 55px; }
  .map-cover { width: 300px; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .about-hero-grid { grid-template-columns: .8fr 1.2fr; gap: 56px; }
  .about-nameplate { right: -18px; }
  .about-intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-statement { max-width: 760px; }
  .about-contact-inner { align-items: flex-start; flex-direction: column; gap: 32px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { height: calc(74px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); }
  .brand img { width: 48px; height: 48px; }
  .brand-text strong { font-size: 16px; }
  .brand-text small { font-size: 13px; }
  .hero { padding: calc(125px + env(safe-area-inset-top)) 0 105px; }
  h1 { font-size: clamp(44px, 13.5vw, 62px); }
  h2 { font-size: clamp(36px, 11vw, 48px); }
  .hero-copy { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .trust-row { gap: 12px 20px; }
  .hero-visual { min-height: 340px; }
  .logo-card { width: min(310px, 92%); padding: 18px; }
  .region-card { left: 0; bottom: -2px; }
  .intro-grid { gap: 28px; }
  .intro-copy { padding-left: 22px; }
  .section-heading { gap: 18px; }
  .service-grid { display: grid; grid-template-columns: 1fr; border-radius: 18px; }
  .service-card { min-height: 0; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .service-card:last-child { border-bottom: 0 !important; }
  .steps li { grid-template-columns: 50px 1fr; gap: 18px; padding-bottom: 34px; }
  .steps li > span { width: 46px; height: 46px; font-size: 20px; }
  .steps li:not(:last-child)::before { left: 22px; top: 48px; }
  .map-grid, .contact-grid { grid-template-columns: 1fr; }
  .map-cover { width: min(290px, 88%); transform: rotateZ(-1deg); }
  .map-copy { text-align: left; }
  .contact-card > * { grid-template-columns: 48px 1fr; padding: 20px; }
  .contact-card span:not(.contact-icon) { min-width: 0; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 18px; }
  .legal-card { padding: 34px 24px; }
  .about-hero { padding: calc(112px + env(safe-area-inset-top)) 0 84px; }
  .about-hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .about-portrait-wrap { width: min(360px, calc(100% - 12px)); margin-inline: auto; }
  .about-nameplate { right: -6px; bottom: 18px; min-width: 220px; }
  .about-hero-copy h1 { font-size: clamp(42px, 12vw, 56px); }
  .about-lead { font-size: 17px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts div { padding: 14px 0; }
  .about-facts div + div { padding-left: 0; border-top: 1px solid #cfdbd5; border-left: 0; }
  .about-statement { padding-left: 22px; }
  .career-list { grid-template-columns: 1fr; }
  .career-list li { grid-template-columns: 42px 1fr; min-height: 0; padding: 28px 24px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .career-list li:last-child { border-bottom: 0 !important; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { padding: 28px 0; }
  .value-grid article + article { padding-left: 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .about-contact-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .about-contact-actions .button { width: 100%; }
  .about-contact-actions .text-link { align-self: flex-start; }
}

@media (max-width: 390px) {
  .container { width: min(100% - 24px, 1160px); }
  .brand { gap: 8px; }
  .brand img { width: 44px; height: 44px; }
  .brand-text strong { font-size: 15px; }
  .brand-text small { font-size: 12px; }
  .hero-visual { min-height: 310px; }
  .region-card { max-width: calc(100% - 6px); padding: 12px 14px; }
  .contact-card > * { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 18px 14px; }
  .contact-icon { width: 40px; height: 40px; }
  .contact-card strong { font-size: 15px; }
  .about-nameplate { left: 12px; right: 12px; min-width: 0; }
}

@media (max-width: 960px) and (max-height: 650px) {
  .main-nav { align-content: start; padding-top: calc(82px + env(safe-area-inset-top)); }
}

@supports (-webkit-touch-callout: none) {
  .site-footer { padding-bottom: calc(22px + env(safe-area-inset-bottom)); }
  input, textarea, select, button { font-size: 16px; }
}

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