/* HS Unternehmensgruppe — image-led corporate design, local assets only. */
@font-face {
  font-family: HSInter;
  src: url('./assets/fonts/Inter-roman.var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: optional;
}
:root {
  --paper: #fff;
  --paper-deep: #eff3f2;
  --stone: #e3e9e7;
  --ink: #163e46;
  --ink-soft: #46616a;
  --ink-muted: #5a6e73;
  --white: #fff;
  --accent: #426e70;
  --line: #d5dfdd;
  --line-light: #ffffff40;
  --container: 1320px;
  --gutter: clamp(24px, 6vw, 80px);
  --section-space: clamp(64px, 8vw, 112px);
  --header-height: 94px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: HSInter, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #71999c; outline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 650; letter-spacing: -.035em; line-height: 1.13; }
h1 { font-size: clamp(30px, 6.2vw, 82px); margin-bottom: 30px; }
h2 { font-size: clamp(30px, 3.5vw, 48px); margin-bottom: 0; }
h3 { font-size: clamp(21px, 2vw, 27px); }
em, .heading-accent { font-style: normal; color: inherit; }
p { margin-bottom: 1.3em; }
.container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-space); }
.section-paper { background: var(--paper); }
.section-sand { background: var(--paper-deep); }
.eyebrow { margin: 0 0 22px; color: var(--accent); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow-light { color: #ffffffc9; }
.eyebrow-rule { display: inline-block; width: 32px; height: 1px; background: currentColor; vertical-align: middle; margin: 0 12px; }
.prose { max-width: 65ch; color: var(--ink-soft); }
.prose-large { font-size: clamp(16px, 1.45vw, 19px); }
.heading-note { margin: 0; max-width: 42ch; color: var(--ink-soft); font-size: 17px; }
.split-intro, .section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 7vw, 100px); align-items: start; }
.split-intro h2 { max-width: 15ch; }
.section-heading { align-items: end; }
.text-link { display: inline-flex; align-items: center; gap: 25px; min-height: 44px; font-size: 15px; font-weight: 600; border-bottom: 1px solid currentColor; }
.text-link:hover { color: #72979a; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 12px 22px; border: 1px solid var(--ink); color: var(--ink); font-size: 14px; font-weight: 600; transition: background .2s, color .2s; }
.button span { font-size: 22px; font-weight: 400; line-height: 1; }
.button-light { background: white; border-color: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button:hover { background: var(--accent); border-color: var(--accent); color: white; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: -70px; padding: 12px 20px; color: white; background: var(--ink); }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Transparent entry navigation becomes a solid, compact header on scroll. */
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-height); background: var(--ink); color: white; transition: background .25s; }
.home .site-header { position: fixed; width: 100%; background: transparent; color: white; }
.home .site-header.is-scrolled, .home.menu-open .site-header { background: var(--ink); color: white; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-image { display: block; width: 180px; height: auto; max-height: 72px; object-fit: contain; filter: contrast(1.45) saturate(1.18); }
.logo-footer .logo-image { width: 220px; max-height: 96px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 30px); font-size: 14px; font-weight: 600; }
.desktop-nav a { padding-block: 12px; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-bottom-color: currentColor; }
.nav-contact span { margin-left: 5px; }
.menu-toggle { display: none; align-items: center; gap: 12px; min-width: 80px; min-height: 44px; border: 0; padding: 0; background: transparent; font-size: 13px; }
.menu-toggle-icon { display: grid; gap: 6px; }
.menu-toggle-icon i { display: block; width: 25px; height: 2px; background: currentColor; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: var(--header-height) 0 0; z-index: 49; background: var(--ink); color: white; visibility: hidden; overflow-y: auto; }
.mobile-nav.is-open { visibility: visible; }
.mobile-nav-inner { padding-block: 28px; }
.mobile-nav .eyebrow { color: #afc4c4; }
.mobile-nav nav { display: grid; }
.mobile-nav nav a { display: flex; justify-content: space-between; padding-block: 12px; border-bottom: 1px solid var(--line-light); font-size: clamp(22px, 5vw, 32px); }
.mobile-nav-meta { margin-top: 28px; font-size: 14px; color: #c3d2d3; }

/* Full-bleed hero with a quiet architectural graphic and readable copy. */
.hero { position: relative; isolation: isolate; min-height: max(720px, 100svh); display: flex; align-items: center; color: white; background: var(--ink); }
.hero-media, .hero-overlay { position: absolute; inset: 0; z-index: -2; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { z-index: -1; background: linear-gradient(90deg, #092e39c4 0%, #102f386a 58%, #0e2c3433), linear-gradient(#0b30344d, transparent 35%, #092c3533); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: #daeae812; clip-path: polygon(60% 0, 85% 0, 54% 100%, 29% 100%); pointer-events: none; }
.hero-content { padding-block: 165px 110px; }
.hero h1 { max-width: 100%; font-weight: 700; line-height: 1.06; }
.hero-content .eyebrow { margin-bottom: 24px; font-size: 11px; }
.hero-bottom { display: block; margin-top: 32px; }
.hero-lede { max-width: 46ch; color: #fff; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.65; margin-bottom: 28px; }
.hero-scroll { position: absolute; right: var(--gutter); bottom: 32px; display: flex; align-items: center; gap: 14px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-scroll span { width: 50px; height: 1px; background: #ffffff99; }

/* Narrative rhythm: white sections, compact numbers, photographic interludes. */
.metrics-section { padding-top: 0; padding-bottom: 80px; }
.metrics-section .section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 38px; }
.metrics-section h2 { font-size: 27px; }
.metrics-section h2 br { display: none; }
.metrics-section .eyebrow { margin-bottom: 10px; }
.metrics-section .heading-note { font-size: 14px; max-width: 42ch; }
.metrics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 44px; }
.metric { display: flex; flex-direction: column; }
.metric strong { font-size: clamp(40px, 4.6vw, 64px); font-weight: 600; letter-spacing: -.045em; line-height: 1.15; white-space: nowrap; }
.metric-value { display: inline-flex; width: max-content; align-items: flex-start; }
.metric-value sup { margin: .08em 0 0 .12em; font-size: .38em; font-weight: 650; letter-spacing: 0; line-height: 1; }
.metric span { margin-top: 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-muted); }
.metric-value > span { margin-top: 0; color: inherit; font-size: inherit; letter-spacing: inherit; line-height: inherit; text-transform: none; }
.image-banner { position: relative; isolation: isolate; min-height: 560px; display: flex; align-items: center; color: white; background: var(--ink); }
.banner-media { position: absolute; inset: 0; z-index: -2; }
.banner-media picture, .banner-media img { width: 100%; height: 100%; object-fit: cover; }
.image-banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #0e303be3, #0e303b55); }
.banner-content { padding-block: 100px; width: 100%; }
.banner-content h2 { font-size: clamp(34px, 4.8vw, 66px); max-width: 18ch; }
.banner-content p:not(.eyebrow) { max-width: 60ch; font-size: 18px; margin: 26px 0 20px; }
.competence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; margin-top: 60px; }
.competence-card { border-top: 1px solid var(--line); padding-top: 22px; }
.card-index { color: var(--accent); font-size: 13px; }
.competence-card h3 { margin: 40px 0 18px; font-size: clamp(20px, 1.75vw, 25px); }
.competence-card p { color: var(--ink-soft); font-size: 15px; }

/* Project images keep a consistent ratio while showing every building in full. */
.projects-section { padding-top: 36px; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px 28px; margin-top: 48px; }
.project-card { display: block; min-width: 0; }
.project-image { position: relative; aspect-ratio: 16/9; background: var(--stone); overflow: hidden; }
.project-image picture, .project-image img { width: 100%; height: 100%; }
.project-image img { object-fit: contain; object-position: center; }
.project-meta { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-top: 20px; }
.project-meta span { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-muted); }
.project-meta h3 { font-size: 22px; margin: 5px 0 0; letter-spacing: -.025em; }
.structure-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 50px; gap: 24px; }
.structure-item { position: relative; display: block; padding-top: 22px; padding-bottom: 25px; border-top: 1px solid #adbfbd; }
.structure-item > span { font-size: 12px; color: var(--ink-muted); }
.structure-item h3 { min-height: 4em; margin: 26px 0 16px; font-size: 18px; line-height: 1.3; letter-spacing: -.02em; }
.structure-item p { color: var(--ink-soft); font-size: 14px; line-height: 1.6; margin: 0; }
.people-layout { display: grid; grid-template-columns: minmax(280px, .86fr) 1.4fr; gap: clamp(42px, 7vw, 110px); margin-top: 50px; align-items: start; }
.person-featured { max-width: 460px; }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; margin: 42px 0 34px; }
.person-small { max-width: 320px; }
.person-small picture { aspect-ratio: 4 / 3; }
.person-small figcaption { margin-top: 10px; font-size: 15px; }
.person-small figcaption span { font-size: 12px; line-height: 1.35; }
.person picture { aspect-ratio: 4/5; overflow: hidden; background: var(--stone); }
.person img { width: 100%; height: 100%; object-fit: cover; }
.person-portrait-tall img { object-position: center 25%; }
.person figcaption { display: flex; flex-direction: column; margin-top: 16px; font-size: 17px; }
.person figcaption span { color: var(--ink-muted); font-size: 13px; }
.people-statement { font-size: clamp(24px, 2.4vw, 34px); line-height: 1.35; font-weight: 550; letter-spacing: -.025em; }
.people-copy > p:not(.people-statement) { max-width: 50ch; color: var(--ink-soft); }
.career-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper-deep); }
.career-image { position: relative; min-width: 0; min-height: 540px; }
.career-image picture, .career-image img { width: 100%; height: 100%; object-fit: cover; }
.career-copy { align-self: center; padding: clamp(40px, 6vw, 88px); }
.career-lede { margin-top: 28px; color: var(--ink-soft); font-size: 16px; max-width: 45ch; }
.culture-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin: 26px 0 34px; padding: 0; font-size: 13px; }
.culture-list li::before { content: "+"; margin-right: 9px; color: var(--accent); }
.contact-section { background: white; }
.contact-entry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 50px; }
.contact-entry { position: relative; display: flex; flex-direction: column; padding: 24px 25px 32px 0; border-top: 1px solid var(--line); min-height: 160px; }
.contact-entry > span { color: var(--accent); font-size: 12px; }
.contact-entry strong { margin-top: 30px; font-size: clamp(17px, 1.7vw, 24px); font-weight: 600; line-height: 1.3; }
.contact-entry small { margin-top: 7px; color: var(--ink-muted); font-size: 13px; overflow-wrap: anywhere; }
.contact-entry b { position: absolute; right: 0; bottom: 30px; font-size: 23px; font-weight: 400; }
.contact-entry:hover strong { text-decoration: underline; text-underline-offset: 4px; }

/* Shared pages and footer. */
.site-footer { background: var(--ink); color: white; padding: 70px 0 26px; }
.footer-top { display: grid; grid-template-columns: 1fr .8fr 1.2fr; gap: 40px; align-items: start; padding-bottom: 64px; }
.footer-address { font-size: 14px; line-height: 1.9; color: #d8e2e1; }
.footer-address a, .footer-links a { display: inline-flex; min-height: 44px; align-items: center; }
.footer-manifesto { font-size: clamp(20px, 2.3vw, 30px); line-height: 1.2; font-weight: 600; letter-spacing: -.025em; margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 0; padding-top: 24px; border-top: 1px solid var(--line-light); color: #c6d5d4; font-size: 12px; }
.footer-links { display: flex; gap: 22px; }
.footer-address a:hover, .footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.subpage-hero { padding-block: clamp(64px, 8vw, 110px); background: var(--paper-deep); }
.subpage-hero h1 { max-width: 100%; font-size: clamp(28px, 5.7vw, 72px); overflow-wrap: normal; }
.subpage-hero .lede { max-width: 56ch; color: var(--ink-soft); font-size: clamp(17px, 1.6vw, 22px); margin: 28px 0 0; }
.subpage-content { padding-block: var(--section-space); }
.subpage-content .prose h2 { margin: 52px 0 24px; font-size: clamp(27px, 3vw, 40px); }
.subpage-content .prose h2:first-child { margin-top: 0; }
.subpage-content .prose h3 { font-size: 23px; margin-top: 32px; }
.subpage-content .prose a { text-decoration: underline; text-underline-offset: 4px; }
.subpage-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(30px, 6vw, 90px); }
.investment-profile { --investment-navy: #092d52; --investment-blue: #174a78; --investment-gold: #b88c3c; --investment-warm: #f7f4ee; color: var(--investment-navy); background: #fff; }
.investment-line-icon { display: block; width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.investment-hero { position: relative; min-height: clamp(390px, 39vw, 530px); overflow: hidden; color: #fff; background: var(--investment-navy); }
.investment-hero-media { position: absolute; inset: 0 0 0 auto; width: 62%; height: 100%; }
.investment-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.investment-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--investment-navy) 0%, var(--investment-navy) 37%, rgba(9,45,82,.94) 48%, rgba(9,45,82,.28) 72%, rgba(9,45,82,.06) 100%); }
.investment-hero-inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: inherit; }
.investment-hero-copy { width: min(58%, 760px); padding-block: 54px; }
.investment-overline { margin: 0 0 24px; color: #d7b36e; font-size: 12px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.investment-hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5.7vw, 78px); font-weight: 500; letter-spacing: -.025em; line-height: .96; text-transform: uppercase; }
.investment-hero h1 > span { color: var(--investment-gold); }
.investment-hero h1 small { display: block; margin-top: 16px; color: #fff; font-family: HSInter, Arial, sans-serif; font-size: clamp(19px, 2.2vw, 30px); font-weight: 500; letter-spacing: .2em; line-height: 1.2; }
.investment-gold-rule { display: block; width: min(410px, 80%); height: 3px; margin: 24px 0 19px; background: var(--investment-gold); }
.investment-region { margin: 0; font-size: 12px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.investment-about { padding-block: clamp(44px, 5vw, 66px); }
.investment-about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(42px, 6vw, 84px); align-items: stretch; }
.investment-about-copy { color: #253b51; font-size: 16px; line-height: 1.55; }
.investment-about-copy p:not(.investment-section-label) { max-width: 58ch; margin-bottom: 13px; }
.investment-section-label { margin: 0 0 22px; color: var(--investment-navy); font-size: 18px; font-weight: 750; letter-spacing: .3em; text-transform: uppercase; }
.investment-section-label::after { display: block; width: 62px; height: 2px; margin-top: 10px; background: var(--investment-gold); content: ''; }
.investment-pillars { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid #cdd5dc; }
.investment-pillar { display: flex; min-width: 0; padding: 8px 17px; text-align: center; border-right: 1px solid #cdd5dc; flex-direction: column; align-items: center; justify-content: center; }
.investment-pillar .investment-line-icon { width: 50px; height: 50px; margin-bottom: 12px; color: var(--investment-navy); }
.investment-pillar h3 { margin: 0 0 8px; color: var(--investment-navy); font-size: 14px; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.investment-pillar p { margin: 0; color: #435467; font-size: 13px; line-height: 1.4; }
.investment-panels { padding-bottom: clamp(26px, 4vw, 48px); }
.investment-panel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.investment-panel { overflow: hidden; border: 1px solid #d7dde2; background: #fff; }
.investment-panel-header { padding: 19px 28px 16px; color: #fff; background: linear-gradient(105deg, var(--investment-navy), #235782); }
.investment-panel-header h2 { margin: 0 0 5px; font-size: clamp(18px, 1.8vw, 24px); font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.investment-panel-header p { margin: 0; color: #dfe7ee; font-size: 10px; font-weight: 650; letter-spacing: .23em; text-transform: uppercase; }
.investment-panel-body { padding: 0 18px; }
.investment-topic { display: grid; grid-template-columns: 116px 1fr; gap: 16px; min-height: 154px; padding: 23px 0; border-bottom: 1px solid #e1d7c5; }
.investment-topic:last-child { border-bottom: 0; }
.investment-topic-sign { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; color: var(--investment-navy); }
.investment-topic-sign > span { display: grid; flex: 0 0 35px; place-items: center; width: 35px; height: 35px; color: #fff; background: var(--investment-gold); border-radius: 50%; font-size: 17px; font-weight: 650; }
.investment-topic-sign .investment-line-icon { width: 52px; height: 52px; }
.investment-topic-sign-focus { justify-content: center; color: #9c6c1f; }
.investment-topic-sign-focus .investment-line-icon { width: 56px; height: 56px; }
.investment-topic h3 { margin: 0 0 7px; color: var(--investment-navy); font-size: 15px; font-weight: 750; letter-spacing: .03em; text-transform: uppercase; }
.investment-list { margin: 0; padding-left: 18px; color: #34485c; font-size: 13.5px; line-height: 1.48; }
.investment-list li + li { margin-top: 2px; }
.investment-topic p { margin: 0; color: #34485c; font-size: 13.5px; line-height: 1.48; }
.investment-expectations { padding-block: clamp(32px, 4vw, 48px); background: var(--investment-warm); }
.investment-expectations .investment-section-label { margin-bottom: 16px; }
.investment-expectation-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.investment-expectation-grid article { min-height: 178px; padding: 2px 24px 8px; border-right: 1px solid #d9d0c2; }
.investment-expectation-grid article:first-child { padding-left: 8px; }
.investment-expectation-grid article:last-child { padding-right: 8px; border-right: 0; }
.investment-expectation-grid .investment-line-icon { width: 43px; height: 43px; margin-bottom: 13px; color: #9c6c1f; }
.investment-expectation-grid h3 { margin: 0 0 9px; color: var(--investment-navy); font-size: 13px; font-weight: 750; letter-spacing: .015em; text-transform: uppercase; }
.investment-expectation-grid p { margin: 0; color: #34485c; font-size: 13px; line-height: 1.47; }
.investment-city-banner { position: relative; min-height: 285px; overflow: hidden; }
.investment-city-media, .investment-city-overlay { position: absolute; inset: 0; }
.investment-city-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.investment-city-overlay { background: linear-gradient(90deg, rgba(7,31,56,.74), rgba(7,31,56,.23) 52%, rgba(7,31,56,.08)); }
.investment-city-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.45fr; gap: clamp(32px, 6vw, 80px); min-height: 285px; align-items: center; }
.investment-city-grid blockquote { margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(26px, 3vw, 42px); font-style: italic; line-height: 1.22; }
.investment-city-grid blockquote em { color: #fff; }
.investment-city-grid blockquote::after { display: block; width: 84px; height: 2px; margin-top: 18px; background: var(--investment-gold); content: ''; }
.investment-check-panel { padding: 22px 24px 18px; color: var(--investment-navy); background: rgba(255,255,255,.96); border-radius: 8px; box-shadow: 0 10px 34px rgba(3,25,45,.18); }
.investment-check-panel h2 { margin: 0 0 17px; font-size: 14px; font-weight: 750; letter-spacing: .24em; text-transform: uppercase; }
.investment-check-panel h2::after { display: block; width: 64px; height: 2px; margin-top: 8px; background: var(--investment-gold); content: ''; }
.investment-checklist { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; }
.investment-checklist li { display: flex; min-width: 0; min-height: 78px; padding: 0 9px; color: #34485c; font-size: 10.5px; line-height: 1.25; text-align: center; border-right: 1px solid #ded8ce; flex-direction: column; align-items: center; justify-content: flex-start; }
.investment-checklist li:first-child { padding-left: 0; }
.investment-checklist li:last-child { padding-right: 0; border-right: 0; }
.investment-checklist li span { display: grid; width: 30px; height: 30px; margin-bottom: 7px; place-items: center; color: #9c6c1f; border: 1px solid #b88c3c; border-radius: 50%; font-size: 15px; font-weight: 700; }
.investment-contact { padding-block: 26px; color: #fff; background: var(--investment-navy); }
.investment-contact-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: clamp(28px, 5vw, 70px); align-items: center; }
.investment-contact-person { display: flex; gap: 16px; align-items: center; }
.investment-contact-person .investment-line-icon { flex: 0 0 48px; color: #fff; }
.investment-contact-person p { margin: 0; padding-left: 16px; border-left: 1px solid #ffffff66; }
.investment-contact-person strong { display: block; font-size: 17px; }
.investment-contact-person span { display: block; color: #ffffffbf; font-size: 13px; }
.investment-contact address { display: grid; gap: 2px; margin: 0; padding-left: 24px; color: #ffffffd6; font-size: 13px; font-style: normal; border-left: 1px solid #ffffff66; }
.investment-contact address a { display: flex; min-height: 44px; align-items: center; }
.investment-contact address a:hover { text-decoration: underline; text-underline-offset: 3px; }
.investment-contact-cta { display: inline-flex; gap: 22px; padding: 12px 0; color: #d7b36e; font-size: 13px; font-weight: 650; border-bottom: 1px solid currentColor; align-items: center; }
@media (max-width: 950px) {
  .investment-hero-media { width: 100%; opacity: .65; }
  .investment-hero-shade { background: linear-gradient(90deg, rgba(9,45,82,.98), rgba(9,45,82,.75)); }
  .investment-hero-copy { width: 100%; }
  .investment-about-grid, .investment-panel-grid, .investment-city-grid, .investment-contact-grid { grid-template-columns: 1fr; }
  .investment-about-grid { gap: 34px; }
  .investment-pillars { min-height: 180px; }
  .investment-panel-grid { gap: 22px; }
  .investment-expectation-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .investment-expectation-grid article { padding: 20px; border-bottom: 1px solid #d9d0c2; }
  .investment-expectation-grid article:nth-child(2n) { border-right: 0; }
  .investment-expectation-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .investment-city-grid { gap: 26px; padding-block: 42px; }
  .investment-checklist { grid-template-columns: repeat(3, 1fr); }
  .investment-checklist li { padding: 12px; border-bottom: 1px solid #ded8ce; }
  .investment-checklist li:nth-child(3n) { border-right: 0; }
  .investment-checklist li:nth-last-child(-n+3) { border-bottom: 0; }
  .investment-contact-grid { gap: 22px; }
  .investment-contact address { padding-left: 0; border-left: 0; }
  .investment-contact-cta { justify-self: start; }
}
.facts { margin: 0; border-top: 1px solid var(--line); }
.facts div { padding-block: 20px; border-bottom: 1px solid var(--line); font-size: 14px; }
.facts dt { color: var(--ink-muted); margin-bottom: 5px; }
.facts dd { margin: 0; overflow-wrap: anywhere; }
.subpage-footer-cta { margin-top: 32px; }
.subpage-workplace { position: relative; margin: 0; aspect-ratio: 21/9; }
.subpage-workplace picture, .subpage-workplace img { width: 100%; height: 100%; object-fit: cover; }
.reveal { opacity: 1; }
/* Content remains visible without JavaScript and on very tall sections. */
@media (prefers-reduced-motion: no-preference) {
  .reveal.is-visible { animation: fade-in .55s ease both; }
  @keyframes fade-in { from { opacity: .25; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 1100px) {
  :root { --header-height: 82px; }
  .desktop-nav { gap: 17px; font-size: 13px; }
  .logo-image { width: 160px; max-height: 64px; }
  .footer-top { gap: 25px; }
}
@media (max-width: 950px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .competence-grid, .structure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .career-section { grid-template-columns: 1fr; }
  .career-image { min-height: 0; aspect-ratio: 16/9; }
  .career-copy { padding: 50px var(--gutter); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-manifesto { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  :root { --header-height: 72px; --gutter: 24px; }
  .logo-image { width: 145px; max-height: 62px; }
  .logo-footer .logo-image { width: 190px; max-height: 82px; }
  .hero { min-height: 100svh; }
  .hero-content { padding-block: 140px 96px; }
  .hero h1 { font-size: clamp(29px, 7.6vw, 50px); letter-spacing: -.035em; }
  .hero-content .eyebrow { font-size: 10px; max-width: 28ch; }
  .hero-content .eyebrow-rule { width: 15px; margin: 0 6px; }
  .hero-lede { font-size: 16px; }
  .hero-scroll { bottom: 25px; }
  .split-intro, .section-heading, .people-layout, .subpage-grid { grid-template-columns: 1fr; gap: 28px; }
  .split-intro h2 { max-width: 20ch; }
  .metrics-section .section-heading { display: block; }
  .metrics-section .heading-note { margin-top: 15px; }
  .metrics-grid { grid-template-columns: 1fr; gap: 22px; }
  .metric { padding-top: 18px; border-top: 1px solid var(--line); }
  .metric strong { font-size: 52px; }
  .image-banner { min-height: 500px; }
  .banner-content { padding-block: 75px; }
  .banner-content p:not(.eyebrow) { font-size: 16px; }
  .competence-grid, .structure-grid, .contact-entry-grid { grid-template-columns: 1fr; gap: 24px; }
  .competence-card h3 { margin-top: 22px; }
  .structure-item h3 { min-height: 0; }
  .project-grid { grid-template-columns: 1fr; gap: 35px; }
  .project-meta h3 { font-size: 20px; }
  .people-layout { gap: 40px; }
  .person-featured { max-width: 100%; }
  .person picture { aspect-ratio: 4/4.5; }
  .culture-list { grid-template-columns: 1fr; }
  .career-copy { padding-block: 55px; }
  .career-image { aspect-ratio: 4/3; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; padding-bottom: 44px; }
  .footer-manifesto { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 15px; }
  .subpage-hero h1 { font-size: clamp(27px, 7.3vw, 45px); }
  .subpage-workplace { aspect-ratio: 4/3; }
  .investment-hero { min-height: 430px; }
  .investment-overline { font-size: 10px; letter-spacing: .2em; }
  .investment-hero h1 { font-size: clamp(38px, 12vw, 56px); }
  .investment-hero h1 > span { display: block; }
  .investment-hero h1 small { font-size: 16px; letter-spacing: .12em; }
  .investment-region { font-size: 10px; letter-spacing: .12em; }
  .investment-pillars { grid-template-columns: 1fr; border-top: 1px solid #cdd5dc; }
  .investment-pillar { min-height: 150px; border-bottom: 1px solid #cdd5dc; }
  .investment-pillar:last-child { border-bottom: 0; }
  .investment-topic { grid-template-columns: 82px 1fr; }
  .investment-topic-sign { flex-direction: column; align-items: center; }
  .investment-expectation-grid { grid-template-columns: 1fr; }
  .investment-expectation-grid article, .investment-expectation-grid article:first-child, .investment-expectation-grid article:last-child { min-height: 0; padding: 24px 8px; border-right: 0; border-bottom: 1px solid #d9d0c2; }
  .investment-expectation-grid article:nth-last-child(2) { border-bottom: 1px solid #d9d0c2; }
  .investment-expectation-grid article:last-child { border-bottom: 0; }
  .investment-check-panel { padding: 20px 16px; }
  .investment-checklist { grid-template-columns: repeat(2, 1fr); }
  .investment-checklist li, .investment-checklist li:nth-child(3n), .investment-checklist li:nth-last-child(-n+3) { min-height: 94px; padding: 12px 8px; border-right: 1px solid #ded8ce; border-bottom: 1px solid #ded8ce; }
  .investment-checklist li:nth-child(2n) { border-right: 0; }
  .investment-checklist li:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 680px) and (max-height: 650px) {
  .hero-content { padding-block: 96px 32px; }
  .hero h1 { margin-bottom: 20px; }
  .hero-bottom { margin-top: 20px; }
  .hero-lede { margin-bottom: 18px; line-height: 1.5; }
  .hero-scroll { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.bullets { padding-left: 1.2rem; }
.bullets li { margin: .5rem 0; }
