:root {
  --paper: #f1efe8;
  --paper-2: #e7e4da;
  --ink: #071a2b;
  --blue: #0c4f86;
  --electric: #88bfff;
  --line: rgba(7, 26, 43, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.shell { width: min(1380px, calc(100% - 80px)); margin-inline: auto; }
[data-language] { display: none; }
html[data-lang="en"] [data-language="en"], html[data-lang="de"] [data-language="de"] { display: revert; }

.nav { height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 255px; height: auto; }
.nav > .brand img { width: 300px; }
.nav-links { display: flex; align-items: center; gap: 38px; font-size: 13px; }
.nav-links > a:not(.nav-cta):hover { color: var(--blue); }
.language-switch { display: flex; align-items: center; gap: 7px; color: #6d7881; font-size: 10px; letter-spacing: .14em; }
.language-switch button { appearance: none; border: 0; background: transparent; color: inherit; font: inherit; letter-spacing: inherit; padding: 5px 1px; cursor: pointer; }
.language-switch button:hover, .language-switch button.active { color: var(--blue); }
.language-switch button.active { font-weight: 700; }
.nav-cta { padding: 14px 18px; border: 1px solid var(--ink); display: flex; gap: 28px; transition: .25s; }
.nav-cta:hover, .button:hover { background: var(--blue); border-color: var(--blue); color: white; }

.hero { min-height: 700px; display: flex; align-items: center; padding-block: 92px 108px; }
.hero-copy { width: 100%; }
.kicker, .section-label { text-transform: uppercase; font-size: 11px; letter-spacing: .22em; font-weight: 700; }
.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 38px; }
.kicker i { display: inline-block; width: 28px; height: 1px; background: var(--blue); }
.hero h1 { font-size: clamp(76px, 8.7vw, 137px); line-height: .83; letter-spacing: -.07em; margin: 0; font-weight: 700; }
.hero h1 em { color: var(--blue); font-weight: 400; font-family: Georgia, serif; }
.hero h1 > span { display: inline-block; margin-left: 9%; color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.hero-message { margin: 62px 0 0 9%; max-width: 900px; }
.intro { margin: 0; padding-left: 24px; border-left: 1px solid var(--blue); font-size: 20px; line-height: 1.55; }
.future-note { margin: 0; font-size: 15px; line-height: 1.7; color: #42515d; }
.future-note strong { display: block; color: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 9px; }
.hero-actions { margin: 48px 0 0 9%; display: flex; align-items: center; gap: 38px; }
.button { background: var(--ink); color: white; padding: 18px 20px; min-width: 250px; display: flex; justify-content: space-between; font-size: 13px; transition: .25s; }
.hero-actions > p { margin: 0; font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; opacity: .7; }

.dark-section { background: var(--ink); color: white; }
.statement { overflow: hidden; padding: 120px 0 32px; }
.statement-grid, .contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; }
.dark-section .section-label { color: #83b5df; }
.statement h2, .contact h2 { margin: 0; font-size: clamp(58px, 6.3vw, 98px); line-height: .96; letter-spacing: -.05em; }
.statement h2 span, .contact h2 span { font-family: Georgia, serif; font-weight: 400; color: var(--electric); }
.statement-grid > div > p { max-width: 650px; margin: 45px 0 90px; color: #b8c4cd; font-size: 18px; line-height: 1.65; }
.ticker { width: max-content; font-size: 66px; line-height: 1; letter-spacing: -.03em; font-weight: 700; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.2); transform: translateX(-25px); white-space: nowrap; }

.expertise { padding-block: 140px; }
.section-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: 90px; }
.section-head h2, .principle-copy h2 { margin: 20px 0 0; font-size: clamp(50px, 5.1vw, 76px); line-height: 1; letter-spacing: -.055em; }
.section-head > p { font-size: 16px; line-height: 1.65; margin: 0; max-width: 420px; }
.service { display: grid; grid-template-columns: 70px 100px 1.25fr 1fr; gap: 34px; border-top: 1px solid var(--line); padding: 38px 0 42px; transition: .25s; }
.service:last-child { border-bottom: 1px solid var(--line); }
.service:hover { padding-left: 16px; color: var(--blue); }
.service-number, .service-eyebrow { font-size: 10px; letter-spacing: .18em; margin: 6px 0 0; }
.service-number { color: var(--blue); }
.service h3 { font-size: 27px; line-height: 1.25; margin: 0; font-weight: 500; max-width: 430px; }
.service-detail > p { margin: 0; font-size: 14px; line-height: 1.65; color: #334452; }
.service-detail ul { display: flex; gap: 7px; flex-wrap: wrap; list-style: none; padding: 18px 0 0; margin: 0; }
.service-detail li { font-size: 10px; border: 1px solid var(--line); padding: 7px 9px; color: var(--ink); }

.principles { background: var(--paper-2); padding-block: 130px; }
.principles-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.principle-visual { height: 570px; background: var(--blue); color: white; overflow: hidden; position: relative; display: flex; align-items: end; padding: 42px; }
.outline-e { position: absolute; font-size: 610px; line-height: .8; font-weight: 700; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.2); left: -40px; top: 35px; }
.quote { position: relative; font-family: Georgia, serif; font-size: 26px; line-height: 1.35; }
.principle-copy > p:not(.section-label) { max-width: 650px; font-size: 17px; line-height: 1.7; margin: 40px 0 65px; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 28px; }
.metrics > div { display: flex; align-items: flex-start; gap: 13px; }
.metrics strong { font-size: 36px; letter-spacing: -.04em; color: var(--blue); }
.metrics span { font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .1em; padding-top: 7px; }

.contact { padding-block: 130px; }
.contact-grid > div > p { max-width: 570px; color: #b8c4cd; font-size: 17px; line-height: 1.65; margin: 40px 0 45px; }
.contact-form { display: grid; gap: 28px; max-width: 760px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: grid; gap: 10px; }
.contact-form label > span { color: #9fb0bd; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); border-radius: 0; background: transparent; color: white; font: inherit; font-size: 16px; padding: 12px 0; outline: none; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--electric); }
.contact-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.form-submit { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.contact-form .privacy-check { display: flex; align-items: flex-start; gap: 11px; max-width: 430px; color: #9fb0bd; font-size: 12px; line-height: 1.5; }
.contact-form .privacy-check input { accent-color: var(--electric); margin-top: 2px; }
.contact-form .privacy-check > span { color: inherit; font: inherit; letter-spacing: 0; text-transform: none; }
.privacy-check a { color: #cfe5ff; border-bottom: 1px solid rgba(207,229,255,.5); }
.contact-form button { min-width: 210px; border: 1px solid var(--electric); background: var(--electric); color: var(--ink); padding: 16px 18px; display: flex; justify-content: space-between; gap: 30px; font: inherit; font-size: 13px; cursor: pointer; transition: .25s; }
.contact-form button:hover { background: white; border-color: white; }
.form-status { display: none; border-left: 2px solid var(--electric); padding: 10px 14px; margin-bottom: 30px !important; }
.form-status.visible { display: block; }
.form-status.error { border-color: #e4a2a2; color: #f4cccc !important; }

.footer { background: #06131f; color: white; padding: 66px 0 26px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-top > p { font-family: Georgia, serif; font-size: 25px; color: #9cc9ef; margin: 0; }
.footer-brand img { filter: brightness(0) invert(1); opacity: .9; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; padding-top: 24px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #7f8d99; }
.footer-bottom div { display: flex; justify-content: center; gap: 26px; }
.footer-bottom > span:last-child { text-align: right; }

.legal-page { min-height: 100vh; display: flex; flex-direction: column; }
.legal-nav-actions { display: flex; align-items: center; gap: 34px; }
.legal-back { font-size: 12px; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.legal-back:hover { color: var(--blue); border-color: var(--blue); }
.legal-content { padding-block: 100px 130px; }
.legal-content header { max-width: 900px; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.legal-content h1 { margin: 22px 0 0; font-size: clamp(68px, 8vw, 118px); line-height: .9; letter-spacing: -.065em; }
.legal-intro { max-width: 760px; margin: 35px 0 0; color: #42515d; font-size: 18px; line-height: 1.7; }
.legal-sections { max-width: 980px; margin: 35px 0 0 auto; }
.legal-sections section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; padding: 34px 0 38px; border-bottom: 1px solid var(--line); }
.legal-sections h2 { margin: 0; font-size: 18px; line-height: 1.35; font-weight: 600; }
.legal-sections section > div { color: #334452; font-size: 15px; line-height: 1.75; }
.legal-email { color: var(--blue); font-weight: 600; }
.legal-footer { margin-top: auto; padding-top: 20px; }

@media (max-width: 950px) {
  .shell { width: min(100% - 40px, 760px); }
  .nav { height: 84px; }
  .nav-links > a:not(.nav-cta) { display: none; }
  .nav-links { gap: 20px; }
  .hero { padding-block: 70px; }
  .hero h1 { font-size: clamp(78px, 18vw, 122px); }
  .hero-message { grid-template-columns: 1fr; gap: 32px; }
  .statement-grid, .contact-grid, .section-head, .principles-grid { grid-template-columns: 1fr; }
  .service { grid-template-columns: 50px 70px 1fr; }
  .service-detail { grid-column: 3; }
  .principles-grid { gap: 60px; }
  .principle-visual { height: 420px; }
  .legal-sections { margin-left: 0; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 32px); }
  .brand img { width: 205px; }
  .nav > .brand img { width: 220px; }
  .nav-links { gap: 12px; }
  .language-switch { gap: 5px; }
  .nav-cta { padding: 11px 12px; font-size: 0; gap: 0; }
  .nav-cta span { font-size: 15px; }
  .legal-nav-actions { gap: 14px; }
  .legal-back { font-size: 0; border: 0; padding: 0; }
  .legal-back::before { content: "←"; font-size: 18px; }
  .hero { min-height: auto; gap: 55px; }
  .hero h1 { font-size: 58px; }
  .hero h1 > span { margin: 8px 0 0; }
  .hero-message, .hero-actions { margin-left: 0; }
  .hero-actions, .form-submit { align-items: stretch; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form button { width: 100%; }
  .statement, .expertise, .principles, .contact { padding-block: 90px; }
  .statement h2, .contact h2, .section-head h2, .principle-copy h2 { font-size: 47px; }
  .ticker { font-size: 42px; }
  .service { grid-template-columns: 42px 1fr; gap: 18px; }
  .service-eyebrow { display: none; }
  .service-detail { grid-column: 2; }
  .metrics { grid-template-columns: 1fr; gap: 24px; }
  .footer-top { align-items: flex-start; gap: 30px; flex-direction: column; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom div { justify-content: flex-start; }
  .footer-bottom > span:last-child { text-align: left; }
  .legal-content { padding-block: 70px 90px; }
  .legal-content header { padding-bottom: 45px; }
  .legal-content h1 { font-size: 56px; }
  .legal-sections section { grid-template-columns: 1fr; gap: 16px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: rise .7s .08s ease both; }
  @keyframes rise { from { opacity: 0; transform: translateY(24px); } }
}
