:root {
  --navy: #0b1d2a;
  --navy-soft: #122a3a;
  --ink: #14202a;
  --slate: #53616b;
  --mist: #eef1f2;
  --paper: #f8f7f3;
  --white: #ffffff;
  --gold: #c6a15b;
  --gold-light: #ddc382;
  --line: rgba(11, 29, 42, .14);
  --shell: min(1180px, calc(100% - 48px));
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 124px 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; top: -100px; left: 16px; z-index: 9999;
  padding: 12px 18px; background: var(--gold); color: var(--navy); font-weight: 700;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; height: 84px; z-index: 1000;
  color: var(--navy); background: rgba(248, 247, 243, .98);
  border-bottom: 1px solid rgba(11, 29, 42, .08);
  transition: background .3s, box-shadow .3s, height .3s;
}
.site-header.scrolled {
  height: 70px; background: rgba(248, 247, 243, .96);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .13); backdrop-filter: blur(16px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-logo-wrap {
  padding: 4px 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 5px 18px rgba(0,0,0,.08);
}
.brand-logo { display: block; width: 182px; height: auto; }
.site-header .brand-logo-wrap { padding: 0; background: transparent; box-shadow: none; }
.site-header .brand-logo { width: 195px; }
.legal-logo .brand-logo { width: 225px; }
.brand-name {
  font-family: "Space Grotesk", sans-serif; font-size: 24px; font-weight: 600;
  letter-spacing: .19em; line-height: 1;
}
.brand-mark { position: relative; display: flex; gap: 3px; width: 27px; height: 29px; transform: skew(-13deg); }
.brand-mark i { display: block; width: 9px; height: 29px; background: var(--gold); }
.brand-mark i:last-child { height: 20px; align-self: flex-end; background: transparent; border: 2px solid var(--gold); }
.main-nav { display: flex; align-items: center; gap: 33px; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.main-nav > a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: 3px; width: 0; height: 1px;
  background: var(--gold); transition: width .25s;
}
.main-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(11,29,42,.42); transition: border-color .2s, background .2s; }
.nav-cta:hover { border-color: var(--gold); background: rgba(198,161,91,.1); }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; width: 42px; height: 42px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s; }

.hero {
  position: relative; min-height: 760px; height: 100svh; max-height: 940px; overflow: hidden;
  color: var(--white); background:
    radial-gradient(circle at 72% 47%, rgba(42,82,103,.43), transparent 30%),
    linear-gradient(115deg, #071722 0%, var(--navy) 55%, #102b3c 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .22;
  background: linear-gradient(120deg, transparent 0 58%, rgba(198,161,91,.12) 58.1% 58.25%, transparent 58.35%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .07;
  background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
  background-size: 82px 82px; mask-image: linear-gradient(90deg, transparent, black 42%, black);
}
.hero-layout { position: relative; height: calc(100% - 72px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding-top: 72px; }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow { margin: 0 0 27px; color: rgba(255,255,255,.63); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 25px; height: 1px; margin: 0 10px 4px 0; background: var(--gold); }
.hero h1 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(64px, 7.5vw, 112px); font-weight: 500; letter-spacing: -.055em; line-height: .9; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 650px; margin: 36px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 35px; margin-top: 42px; }
.button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 34px;
  min-height: 56px; padding: 0 23px; border: 0; cursor: pointer;
  font-size: 13px; font-weight: 700; letter-spacing: .035em; transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy); background: var(--gold); }
.button-gold:hover { background: var(--gold-light); }
.button span { font-size: 18px; }
.text-link { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 13px; font-weight: 600; }
.text-link span { margin-left: 10px; color: var(--gold); }
.hero-visual { position: relative; display: grid; place-items: center; height: 560px; }
.orbital { position: relative; width: min(440px, 38vw); aspect-ratio: 1; }
.orbital::before, .orbital::after { content: ""; position: absolute; background: var(--gold); border-radius: 50%; box-shadow: 0 0 20px var(--gold); }
.orbital::before { width: 6px; height: 6px; top: 8%; left: 38%; }
.orbital::after { width: 4px; height: 4px; right: 6%; bottom: 32%; }
.orbital-ring { position: absolute; inset: 6%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.ring-one::before, .ring-one::after { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(198,161,91,.2); border-radius: 50%; }
.ring-one::after { inset: 35%; background: rgba(198,161,91,.025); border-color: rgba(198,161,91,.42); }
.ring-two { inset: 18%; border-style: dashed; transform: rotate(-35deg); }
.orbital-core {
  position: absolute; inset: 37%; display: grid; place-content: center; text-align: center;
  border: 1px solid var(--gold); background: rgba(11,29,42,.83); transform: rotate(45deg);
  box-shadow: 0 0 50px rgba(198,161,91,.08);
}
.orbital-core > * { transform: rotate(-45deg); }
.orbital-core span { font-family: "Space Grotesk"; color: var(--gold-light); font-size: 47px; line-height: .8; }
.orbital-core small { display: none; }
.orbit-label {
  position: absolute; display: flex; align-items: center; gap: 9px; padding: 8px 11px;
  color: rgba(255,255,255,.7); background: rgba(11,29,42,.78); border-left: 1px solid var(--gold);
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
}
.orbit-label b { color: var(--gold); font-size: 9px; }
.label-one { top: 10%; right: -4%; }
.label-two { left: -7%; top: 52%; }
.label-three { right: 2%; bottom: 7%; }
.trust-row { position: absolute; inset: auto 0 32px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.38); font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.trust-row p { margin: 0; }
.trust-row p span { display: inline-block; width: 3px; height: 3px; margin: 0 14px 3px; border-radius: 50%; background: var(--gold); }
.scroll-hint { display: flex; align-items: center; gap: 12px; }
.scroll-hint i { width: 38px; height: 1px; background: rgba(255,255,255,.3); }

.section-label { display: flex; align-items: center; gap: 11px; color: var(--slate); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-label span { color: var(--gold); }
.section-label.light { color: rgba(255,255,255,.55); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .78fr 2fr; gap: 60px; }
.intro-copy h2, .profile h2, .competence h2, .section-head h2 {
  margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(40px, 5vw, 68px); font-weight: 500; letter-spacing: -.045em; line-height: 1.04;
}
.intro-copy h2 span, .profile h2 span, .competence h2 span { color: #7a858d; }
.intro-copy p { max-width: 680px; margin: 33px 0 0 15%; color: var(--slate); font-size: 17px; line-height: 1.85; }

.services { color: var(--white); background: var(--navy); }
.section-head { display: grid; grid-template-columns: .65fr 1.25fr .7fr; gap: 45px; align-items: end; margin-bottom: 66px; }
.section-head h2 { font-size: clamp(37px, 4vw, 56px); }
.section-head > p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.service-card { position: relative; min-height: 475px; padding: 40px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .3s; }
.service-card:hover, .service-card.featured { background: var(--navy-soft); }
.service-number { position: absolute; top: 25px; right: 27px; color: rgba(255,255,255,.24); font-size: 11px; }
.service-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 55px; border: 1px solid rgba(198,161,91,.5); }
.service-icon > span { position: relative; display: block; width: 27px; height: 27px; }
.icon-plan { border: 1px solid var(--gold); }
.icon-plan::after { content: ""; position: absolute; width: 12px; height: 12px; right: -5px; bottom: -5px; border: 1px solid rgba(255,255,255,.6); }
.icon-lead::before { content: ""; position: absolute; inset: 1px 10px; border-left: 1px solid var(--gold); border-right: 1px solid var(--gold); transform: rotate(45deg); }
.icon-lead::after { content: ""; position: absolute; inset: 1px 10px; border-left: 1px solid rgba(255,255,255,.6); border-right: 1px solid rgba(255,255,255,.6); transform: rotate(-45deg); }
.icon-flex { border: 1px solid var(--gold); border-radius: 50%; }
.icon-flex::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }
.icon-teach { border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.icon-teach::after { content: ""; position: absolute; inset: 7px 3px; border-top: 1px solid rgba(255,255,255,.6); border-bottom: 1px solid rgba(255,255,255,.6); }
.service-card h3 { margin: 0 0 17px; font-family: "Space Grotesk", sans-serif; font-size: 25px; font-weight: 500; }
.service-card > p { max-width: 520px; margin: 0 0 29px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.8; }
.service-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.1); list-style: none; }
.service-card li { position: relative; padding-left: 13px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; }
.service-card li::before { content: ""; position: absolute; top: 8px; left: 0; width: 4px; height: 4px; background: var(--gold); }

.profile { background: var(--paper); }
.profile-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11%; align-items: center; }
.profile-visual { position: relative; min-height: 630px; }
.portrait-placeholder { position: absolute; inset: 0 11% 0 0; display: grid; place-content: center; overflow: hidden; color: rgba(255,255,255,.7); background: linear-gradient(145deg, #2a3b46, #0e2330); text-align: center; }
.portrait-placeholder.has-photo { display: block; background: var(--navy); }
.portrait-placeholder.has-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.portrait-placeholder.has-photo::after { display: none; }
.portrait-placeholder::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(198,161,91,.22); transform: translate(9%, 8%); }
.portrait-placeholder::after { content: ""; position: absolute; width: 120%; height: 55%; left: -10%; bottom: -32%; border-radius: 50% 50% 0 0; background: rgba(255,255,255,.04); }
.portrait-initials { position: relative; z-index: 1; color: rgba(198,161,91,.25); font-family: "Space Grotesk"; font-size: 100px; letter-spacing: -.08em; }
.portrait-placeholder p { position: relative; z-index: 1; margin: 8px 0; font-size: 11px; line-height: 1.7; letter-spacing: .16em; text-transform: uppercase; }
.profile-badge { position: absolute; right: 0; bottom: 55px; width: 175px; padding: 23px; background: var(--gold); color: var(--navy); }
.profile-badge span, .profile-badge b { display: block; }
.profile-badge span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.profile-badge b { margin-top: 4px; font-size: 17px; }
.profile-copy .section-label { margin-bottom: 48px; }
.overline { margin: 0 0 15px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.profile-copy .large { margin: 35px 0 18px; color: var(--ink); font-size: 18px; line-height: 1.72; }
.profile-copy > p:not(.overline):not(.large) { color: var(--slate); font-size: 14px; line-height: 1.85; }
blockquote { position: relative; margin: 38px 0 0; padding: 26px 0 0 28px; border-top: 1px solid var(--line); color: #354752; font-family: "Space Grotesk"; font-size: 18px; line-height: 1.55; }
blockquote::before { content: "“"; position: absolute; left: 0; top: 16px; color: var(--gold); font-size: 32px; }

.process { color: var(--ink); background: var(--gold); }
.section-head.dark { grid-template-columns: .65fr 1.95fr; align-items: start; }
.section-head.dark .section-label { color: rgba(11,29,42,.6); }
.section-head.dark .section-label span { color: var(--navy); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.process-step { min-height: 280px; padding-right: 32px; }
.step-no { font-family: "Space Grotesk"; font-size: 12px; font-weight: 600; }
.step-line { position: relative; height: 1px; margin: 25px 0 42px; background: rgba(11,29,42,.3); }
.step-line::before { content: ""; position: absolute; left: 0; top: -4px; width: 9px; height: 9px; background: var(--navy); transform: rotate(45deg); }
.process-step:not(:last-child) .step-line::after { content: ""; position: absolute; right: 0; top: -3px; border-width: 3px 0 3px 5px; border-style: solid; border-color: transparent transparent transparent rgba(11,29,42,.35); }
.process-step h3 { margin: 0 0 17px; font-family: "Space Grotesk"; font-size: 24px; }
.process-step p { max-width: 235px; margin: 0; color: rgba(11,29,42,.68); font-size: 13px; line-height: 1.75; }

.competence { background: var(--mist); }
.section-head.split { grid-template-columns: 1fr .5fr; align-items: end; }
.section-head.split > div .section-label { margin-bottom: 32px; }
.section-head.split > p { max-width: 390px; color: var(--slate); }
.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.reference-card { padding: 28px; background: var(--paper); border: 1px solid rgba(11,29,42,.08); }
.reference-card > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.reference-card h3 { margin: 15px 0 7px; font-family: "Space Grotesk"; font-size: 21px; }
.reference-card > p { margin: 0 0 25px; color: var(--slate); font-size: 11px; }
.reference-image { overflow: hidden; aspect-ratio: 16 / 10; background: linear-gradient(135deg, #172d3b, #304858); }
.reference-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.reference-card:hover .reference-image img { transform: scale(1.025); }
.competence-strip { display: flex; align-items: center; justify-content: space-around; margin-top: 56px; padding: 25px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #475762; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.competence-strip i { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }

.contact { position: relative; overflow: hidden; color: var(--white); background: #071721; }
.contact::before { content: "M"; position: absolute; right: -3vw; top: -16vw; color: rgba(255,255,255,.018); font-family: "Space Grotesk"; font-size: 54vw; line-height: 1; }
.contact-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.contact-copy .section-label { margin-bottom: 64px; }
.contact-copy h2 { margin: 0; font-family: "Space Grotesk"; font-size: clamp(48px, 5vw, 70px); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.contact-copy h2 em { color: var(--gold-light); font-style: normal; }
.contact-copy > p { max-width: 470px; margin: 35px 0 44px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.8; }
.contact-direct { display: grid; gap: 21px; }
.contact-direct a { color: rgba(255,255,255,.86); font-size: 14px; }
.contact-direct small { display: block; margin-bottom: 5px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.contact-form { display: grid; gap: 25px; padding: 48px; background: var(--paper); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.contact-form label:not(.checkbox) { display: grid; gap: 9px; color: #475762; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid #bdc3c7; border-radius: 0;
  outline: 0; color: var(--ink); background: transparent; font-size: 15px; text-transform: none;
  transition: border-color .2s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form textarea { resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; color: var(--slate); font-size: 11px; line-height: 1.5; }
.checkbox input { flex: 0 0 auto; width: 14px; margin-top: 2px; accent-color: var(--gold); }
.checkbox a { border-bottom: 1px solid var(--gold); }
.submit-button { width: 100%; }
.form-note, .form-status { margin: -12px 0 0; color: #78858d; font-size: 10px; line-height: 1.5; }
.form-status { color: #527044; font-weight: 700; }

.site-footer { color: rgba(255,255,255,.64); background: #041019; }
.footer-top { display: grid; grid-template-columns: 1.6fr .7fr 1fr 1fr; gap: 55px; padding: 72px 0 55px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-logo { width: 220px; }
.footer-col { display: grid; align-content: start; gap: 10px; font-size: 11px; line-height: 1.7; }
.footer-col h3 { margin: 0 0 9px; color: var(--white); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.footer-col p { margin: 0; }
.footer-col a:hover, .footer-bottom a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }
.footer-bottom div { display: flex; gap: 25px; }
.footer-bottom p { margin: 0; }

.legal-page { min-height: 100vh; padding: 150px 0 100px; background: var(--paper); }
.legal-page .brand { position: absolute; top: 36px; color: var(--navy); }
.legal-page article { max-width: 780px; }
.legal-page h1 { font-family: "Space Grotesk"; font-size: clamp(42px, 7vw, 72px); letter-spacing: -.045em; }
.legal-page h2 { margin-top: 35px; font-family: "Space Grotesk"; font-size: 22px; }
.legal-page p, .legal-page li { color: var(--slate); font-size: 14px; line-height: 1.8; }
.legal-note { padding: 18px; border-left: 3px solid var(--gold); background: #f0ece2; }
.legal-back { display: inline-block; margin-top: 38px; border-bottom: 1px solid var(--gold); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .section { padding: 92px 0; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .main-nav {
    position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px;
    visibility: hidden; opacity: 0; color: var(--white); background: var(--navy); font-size: 20px; transition: opacity .25s, visibility .25s;
  }
  .main-nav.open { visibility: visible; opacity: 1; }
  .main-nav .nav-cta { margin-top: 12px; border-color: rgba(255,255,255,.5); }
  .menu-toggle[aria-expanded="true"] { color: var(--white); }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 720px; height: auto; }
  .hero-layout { min-height: 720px; grid-template-columns: 1fr; }
  .hero-copy { padding: 120px 0 140px; }
  .hero-lead { max-width: 620px; }
  .hero-visual { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro-copy p { margin-left: 0; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .section-head > p { max-width: 530px; }
  .service-card { min-height: 500px; }
  .profile-layout { gap: 7%; }
  .profile-visual { min-height: 560px; }
  .section-head.dark { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .section-head.split { grid-template-columns: 1fr; }
  .reference-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 65px; }
  .contact-copy .section-label { margin-bottom: 38px; }
  .footer-top { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 660px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding: 76px 0; }
  .site-header { height: 70px; }
  .brand-name { font-size: 20px; }
  .brand-logo, .site-header .brand-logo { width: 155px; }
  .footer-brand .brand-logo { width: 190px; }
  .brand-mark { width: 23px; height: 25px; }
  .brand-mark i { width: 8px; height: 25px; }
  .brand-mark i:last-child { height: 17px; }
  .hero { min-height: 700px; }
  .hero-layout { min-height: 700px; }
  .hero-copy { padding: 105px 0 135px; }
  .hero h1 { font-size: clamp(56px, 18vw, 80px); }
  .hero-lead { font-size: 15px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 34px; }
  .trust-row { bottom: 23px; }
  .trust-row p span { margin-inline: 8px; }
  .scroll-hint { display: none; }
  .intro-copy h2, .profile h2, .competence h2, .section-head h2 { font-size: 38px; }
  .intro-copy p { font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 31px 25px 35px; }
  .service-icon { margin-bottom: 38px; }
  .service-card ul { grid-template-columns: 1fr; }
  .profile-layout { grid-template-columns: 1fr; gap: 65px; }
  .profile-visual { min-height: 470px; }
  .portrait-placeholder { right: 7%; }
  .profile-badge { width: 155px; bottom: 30px; }
  .profile-copy .section-label { margin-bottom: 35px; }
  .process-grid { grid-template-columns: 1fr; gap: 25px; }
  .process-step { min-height: 0; padding-right: 0; }
  .process-step p { max-width: none; }
  .reference-grid { grid-template-columns: 1fr; }
  .competence-strip { flex-wrap: wrap; gap: 22px; justify-content: center; }
  .contact-copy h2 { font-size: 48px; }
  .contact-form { padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
  .legal-page { padding-top: 115px; }
}
