    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&family=Source+Serif+4:ital,opsz,wght@1,8..60,500&display=swap');
    :root {
      --ink: #071426;
      --ink-2: #0c2038;
      --paper: #f5f7fa;
      --white: #ffffff;
      --blue: #244f80;
      --blue-soft: #d8e4f0;
      --copper: #8fb2dc;
      --muted: #667386;
      --line: rgba(7, 20, 38, .13);
      --max: 1200px;
      --shadow: 0 24px 70px rgba(4, 16, 32, .14);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Inter, "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; }
    img { display: block; max-width: 100%; }
    .wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
    .eyebrow {
      margin: 0 0 18px;
      color: var(--blue);
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
    h1, h2, h3 { margin: 0; font-family: Manrope, Inter, Arial, sans-serif; line-height: 1.05; letter-spacing: -.035em; }
    h1 { max-width: 930px; font-size: clamp(3rem, 7vw, 6.7rem); font-weight: 730; }
    h2 { max-width: 780px; font-size: clamp(2.25rem, 4.5vw, 4.35rem); font-weight: 700; }
    h3 { font-size: 1.45rem; }
    p { margin: 0; }
    .skip { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; background: white; }
    .skip:focus { top: 16px; }

    header {
      position: absolute;
      z-index: 20;
      width: 100%;
      color: white;
      border-bottom: 1px solid rgba(255,255,255,.22);
    }
    .nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
    .brand { display: inline-flex; align-items: center; text-decoration: none; }
    .brand img { width: 150px; height: auto; }
    nav { display: flex; align-items: center; gap: 32px; }
    nav a { color: rgba(255,255,255,.84); font-size: .86rem; font-weight: 650; text-decoration: none; }
    nav a:hover, nav a:focus { color: white; }
    .nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.55); }

    .hero {
      position: relative;
      min-height: 860px;
      height: min(100svh, 980px);
      display: grid;
      align-items: end;
      overflow: hidden;
      color: white;
      background: var(--ink);
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(4,14,29,.93) 0%, rgba(4,14,29,.75) 41%, rgba(4,14,29,.16) 75%), url("assets/munich-hero.png") center / cover no-repeat;
      transform: scale(1.01);
    }
    .hero::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(4,14,29,.6)); }
    .hero-content { position: relative; z-index: 2; padding: 170px 0 90px; }
    .hero .eyebrow { color: #a9c7f7; }
    .hero h1 span { color: var(--copper); }
    .hero-lead { max-width: 720px; margin-top: 30px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.55; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
    .btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 1px solid transparent; font-weight: 750; font-size: .92rem; text-decoration: none; transition: .2s ease; }
    .btn-primary { background: white; color: var(--ink); }
    .btn-primary:hover { background: var(--copper); transform: translateY(-2px); }
    .btn-ghost { color: white; border-color: rgba(255,255,255,.45); }
    .btn-ghost:hover { background: rgba(255,255,255,.1); }
    .hero-meta { margin-top: 70px; display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.64); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
    .hero-meta::before { content: ""; width: 54px; height: 1px; background: var(--copper); }

    section { padding: 120px 0; }
    .intro { background: white; }
    .intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
    .intro-copy { padding-top: 9px; }
    .intro-copy > p { color: #3e4a5b; font-size: 1.18rem; line-height: 1.75; }
    .facts { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
    .fact { padding: 25px 12px 0 0; }
    .fact strong { display: block; font-family: Manrope, sans-serif; font-size: clamp(2rem, 3vw, 3.3rem); letter-spacing: -.05em; }
    .fact span { color: var(--muted); font-size: .81rem; line-height: 1.4; }

    .services { background: var(--paper); }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 65px; }
    .section-head > p { max-width: 430px; color: var(--muted); }
    .service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
    .service { min-height: 350px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.52); display: flex; flex-direction: column; transition: .25s ease; }
    .service:hover { background: white; box-shadow: var(--shadow); transform: translateY(-4px); }
    .service-no { color: var(--blue); font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
    .service h3 { max-width: 380px; margin-top: auto; font-size: clamp(1.8rem, 3vw, 2.85rem); }
    .service p { max-width: 520px; margin-top: 20px; color: var(--muted); }

    .impact { position: relative; overflow: hidden; color: white; background: var(--ink); }
    .impact::before { content: ""; position: absolute; width: 600px; height: 600px; right: -240px; top: -250px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.025), 0 0 0 170px rgba(255,255,255,.018); }
    .impact-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 150px); }
    .impact .eyebrow { color: #a9c7f7; }
    .impact h2 { max-width: 620px; }
    blockquote { margin: 44px 0 0; padding-left: 28px; border-left: 2px solid var(--copper); font-family: "Source Serif 4", Georgia, "Times New Roman", serif; font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-style: italic; font-weight: 500; color: rgba(255,255,255,.85); }
    .steps { display: grid; }
    .step { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.14); }
    .step:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
    .step b { color: var(--copper); font-size: .82rem; }
    .step h3 { font-size: 1.25rem; letter-spacing: -.02em; }
    .step p { margin-top: 8px; color: rgba(255,255,255,.62); font-size: .94rem; }

    .profile { background: white; }
    .profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 140px); }
    .profile-label { position: sticky; top: 40px; }
    .profile-portrait, .market-image { margin: 0; }
    .profile-portrait { width: min(88%, 360px); margin: 0 auto 34px; }
    .profile-portrait img { width: 100%; height: auto; object-fit: contain; object-position: center; box-shadow: var(--shadow); }
    .profile-portrait figcaption, .market-image figcaption { margin-top: 12px; color: var(--muted); font-size: .78rem; }
    .profile-body > p { color: #344255; font-size: clamp(1.3rem, 2.2vw, 1.75rem); line-height: 1.55; }
    .sector-list { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); }
    .sector { padding: 20px 14px 20px 0; border-top: 1px solid var(--line); font-weight: 760; }
    .sector small { display: block; margin-bottom: 6px; color: var(--blue); font-size: .7rem; letter-spacing: .12em; }
    .special-focus-link { margin-top: 34px; padding: 22px 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); text-decoration: none; transition: .2s ease; }
    .special-focus-link:hover { background: white; box-shadow: var(--shadow); transform: translateY(-2px); }
    .special-focus-link small { display: block; margin-bottom: 5px; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .special-focus-link strong { font-family: Manrope, Inter, sans-serif; font-size: 1.05rem; }
    .special-focus-link span { color: var(--blue); font-size: 1.35rem; }
    .market-image { margin-top: 48px; }
    .market-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 56%; }
    .market-image-frame { position: relative; overflow: hidden; }
    .market-image-frame::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,16,31,.88)); pointer-events: none; }
    .market-image-copy { position: absolute; z-index: 1; right: clamp(22px, 5vw, 48px); bottom: clamp(22px, 5vw, 44px); left: clamp(22px, 5vw, 48px); color: white; }
    .market-image-quote { max-width: 680px; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(1.35rem, 3vw, 2.4rem); font-style: italic; line-height: 1.18; }
    .market-image-meta { margin-top: 14px; color: #a9c7f7; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

    .consumer-focus { background: var(--paper); }
    .consumer-focus-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(56px, 9vw, 130px); }
    .consumer-focus-copy > p:not(.eyebrow):not(.consumer-promise) { max-width: 620px; margin-top: 28px; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
    .consumer-promise { margin-top: 36px; padding-left: 24px; border-left: 2px solid var(--blue); font-family: "Source Serif 4", Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2rem); font-style: italic; color: var(--blue); }
    .consumer-visual { margin: 0; padding: clamp(18px, 3vw, 34px); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
    .consumer-visual img { width: 100%; height: auto; }
    .consumer-visual figcaption { margin-top: 12px; color: var(--muted); font-size: .75rem; }

    .olympus { padding: 0; overflow: hidden; color: white; background: var(--ink); }
    .olympus-grid { min-height: 760px; display: grid; grid-template-columns: .82fr 1.18fr; }
    .olympus-media img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; object-position: center 62%; }
    .olympus-copy { padding: clamp(70px, 9vw, 130px); display: flex; flex-direction: column; justify-content: center; }
    .olympus .eyebrow { color: #a9c7f7; }
    .olympus h2 { max-width: 720px; }
    .olympus blockquote { max-width: 760px; }
    .olympus-context { max-width: 650px; margin-top: 32px; color: rgba(255,255,255,.68); }
    .olympus-meta { margin-top: 34px; color: var(--copper); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

    .faq { background: var(--paper); }
    .faq-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .faq details { padding: 0 28px; background: white; border: 1px solid var(--line); }
    .faq summary { position: relative; padding: 25px 38px 25px 0; cursor: pointer; list-style: none; font-family: Manrope, Inter, sans-serif; font-weight: 750; line-height: 1.35; }
    .faq summary::-webkit-details-marker { display: none; }
    .faq summary::after { content: "+"; position: absolute; right: 0; top: 21px; color: var(--blue); font-size: 1.5rem; font-weight: 400; }
    .faq details[open] summary::after { content: "–"; }
    .faq details p { padding: 0 0 25px; color: var(--muted); }

    .brand-experience { background: white; }
    .brand-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 9vw, 120px); align-items: end; }
    .brand-intro > p { color: var(--muted); font-size: 1.05rem; }
    .brand-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
    .brand-card { min-height: 138px; padding: 22px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; overflow: hidden; text-align: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
    .brand-card img { width: 112px; max-width: 72%; height: 50px; object-fit: contain; filter: grayscale(1); opacity: .82; transform-origin: center; }
    .brand-card img.logo-atomic { transform: scale(1.38); }
    .brand-card img.logo-visa { transform: scale(.76); }
    .brand-card img.logo-ferragamo { transform: scale(1.18); }
    .brand-card img.logo-katadyn, .brand-card img.logo-porsche-design { width: 138px; max-width: 88%; }
    .brand-card img.logo-primus { width: 116px; max-width: 76%; }
    .brand-card .brand-wordmark { font-family: Manrope, Inter, sans-serif; font-size: 1.02rem; font-weight: 800; letter-spacing: .06em; color: #25354a; }
    .brand-card small { color: var(--muted); font-size: .67rem; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
    .brand-note { max-width: 900px; margin-top: 24px; color: var(--muted); font-size: .72rem; line-height: 1.6; }

    .focus-hero { position: relative; min-height: 760px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--ink); }
    .focus-hero::before { content: ""; position: absolute; width: min(72vw, 980px); aspect-ratio: 1; right: -18%; top: -42%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.016); }
    .focus-hero-content { position: relative; z-index: 1; padding: 190px 0 88px; }
    .focus-hero .eyebrow { color: #a9c7f7; }
    .focus-hero h1 { max-width: 1080px; font-size: clamp(3rem, 6.8vw, 6.2rem); }
    .focus-hero h1 span { color: var(--copper); }
    .focus-hero-lead { max-width: 820px; margin-top: 30px; color: rgba(255,255,255,.76); font-size: clamp(1.08rem, 1.8vw, 1.34rem); line-height: 1.6; }
    .focus-proof { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
    .focus-proof div { padding: 22px 24px 0 0; }
    .focus-proof strong { display: block; font-family: Manrope, Inter, sans-serif; font-size: 1rem; }
    .focus-proof span { color: rgba(255,255,255,.56); font-size: .79rem; }
    .focus-section { background: white; }
    .focus-section.alt { background: var(--paper); }
    .focus-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(56px, 9vw, 130px); align-items: start; }
    .focus-copy > p { margin-top: 28px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
    .focus-cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
    .focus-card { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.65); }
    .focus-card b { color: var(--blue); font-size: .74rem; letter-spacing: .12em; }
    .focus-card h3 { margin-top: 34px; font-size: 1.35rem; }
    .focus-card p { margin-top: 12px; color: var(--muted); font-size: .92rem; }
    .focus-band { color: white; background: var(--ink); }
    .focus-band .eyebrow { color: #a9c7f7; }
    .focus-process { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
    .focus-process article { padding: 28px 28px 0 0; }
    .focus-process b { color: var(--copper); font-size: .76rem; }
    .focus-process h3 { margin-top: 22px; font-size: 1.25rem; }
    .focus-process p { margin-top: 10px; color: rgba(255,255,255,.6); font-size: .9rem; }

    @media (min-width: 901px) {
      .brand-grid .brand-card:last-child { grid-column: span 4; }
    }

    .contact { padding: 0; color: white; background: var(--blue); }
    .contact-inner { min-height: 490px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; padding-block: 86px; }
    .contact .eyebrow { color: #d8e6fb; }
    .contact h2 { max-width: 760px; }
    .contact-aside { display: grid; gap: 12px; justify-items: start; }
    .contact-aside p { color: rgba(255,255,255,.78); }
    .contact-email { font-size: clamp(1.05rem, 2vw, 1.4rem); font-weight: 760; text-decoration: none; overflow-wrap: anywhere; border-bottom: 1px solid rgba(255,255,255,.5); }
    .linkedin-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 4px; color: white; font-weight: 700; text-decoration: none; }
    .linkedin-link span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.65); font-size: .73rem; line-height: 1; }
    .linkedin-link:hover { color: #d8e6fb; }

    footer { color: #aeb8c6; background: #04101f; padding: 38px 0; }
    .footer-row { display: flex; justify-content: space-between; align-items: center; gap: 28px; font-size: .79rem; }
    .footer-row div { display: flex; gap: 22px; }
    .footer-row a { text-decoration: none; }
    .legal { padding: 26px 0 0; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.1); color: #778598; font-size: .72rem; }

    @media (max-width: 900px) {
      nav a:not(.nav-cta) { display: none; }
      .hero { min-height: 760px; height: auto; }
      .hero-content { padding: 92px 0 64px; }
      .hero::before { background: linear-gradient(90deg, rgba(4,14,29,.92), rgba(4,14,29,.58)), url("assets/munich-hero.png") 58% center / cover no-repeat; }
      .intro-grid, .impact-grid, .profile-grid, .consumer-focus-grid, .contact-inner { grid-template-columns: 1fr; }
      .intro-grid { gap: 44px; }
      .brand-intro { grid-template-columns: 1fr; align-items: start; }
      .brand-grid { grid-template-columns: repeat(3, 1fr); }
      .brand-grid .brand-card:last-child { grid-column: span 3; }
      .focus-split { grid-template-columns: 1fr; }
      .focus-process { grid-template-columns: repeat(2, 1fr); }
      .profile-label { position: static; }
      .olympus-grid { min-height: 0; grid-template-columns: 1fr; }
      .olympus-media img { min-height: 0; height: min(112vw, 760px); object-position: center 65%; }
      .olympus-copy { padding: 72px max(24px, calc((100vw - min(calc(100vw - 48px), var(--max))) / 2)); }
      .section-head { align-items: start; flex-direction: column; gap: 28px; }
      .contact-inner { align-items: start; }
    }
    @media (max-width: 640px) {
      .wrap { width: min(calc(100% - 30px), var(--max)); }
      h1, h2, h3 { max-width: 100%; overflow-wrap: normal; word-break: normal; hyphens: none; }
      .nav { min-height: 72px; gap: 14px; }
      .brand img { width: 112px; }
      nav { gap: 14px; }
      .nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 10px; }
      .hero-content { padding: 72px 0 54px; }
      .hero-meta { margin-top: 48px; }
      section { padding: 82px 0; }
      .intro { padding-block: 70px; }
      .intro-grid { gap: 30px; }
      .intro h2 { max-width: 100%; font-size: clamp(1.85rem, 8vw, 2.15rem); line-height: 1.08; overflow-wrap: normal; word-break: normal; hyphens: none; }
      .intro-copy { padding-top: 0; }
      .intro-copy > p { font-size: 1rem; line-height: 1.65; }
      .facts { margin-top: 34px; grid-template-columns: 1fr; gap: 0; }
      .fact { min-height: 82px; display: grid; grid-template-columns: 104px 1fr; align-items: center; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
      .fact strong { font-size: 1.9rem; line-height: 1; }
      .fact span { font-size: .8rem; line-height: 1.35; }
      .service-grid { grid-template-columns: 1fr; }
      .faq-grid { grid-template-columns: 1fr; }
      .faq h2 { font-size: clamp(2rem, 9.5vw, 2.45rem); line-height: 1.08; hyphens: manual; }
      .faq details { padding-inline: 22px; }
      .service { min-height: 310px; padding: 28px; }
      .sector-list { grid-template-columns: 1fr; }
      .brand-grid { grid-template-columns: repeat(2, 1fr); }
      .brand-grid .brand-card:last-child { grid-column: span 2; }
      .special-focus-link { grid-template-columns: 1fr auto; padding: 19px; }
      .focus-hero { min-height: 720px; }
      .focus-hero-content { padding: 142px 0 66px; }
      .focus-proof { grid-template-columns: 1fr; gap: 15px; }
      .focus-proof div { padding-top: 15px; border-bottom: 1px solid rgba(255,255,255,.12); }
      .focus-cards, .focus-process { grid-template-columns: 1fr; }
      .brand-card { min-height: 122px; }
      .contact-inner { min-height: 0; padding-block: 68px; }
      .footer-row { align-items: flex-start; flex-direction: column; }
    }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
    .lang-switch { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.55); font-size: .76rem; font-weight: 750; letter-spacing: .08em; }
    .lang-switch a { color: rgba(255,255,255,.68); }
    .lang-switch a[aria-current="page"] { color: white; text-decoration: underline; text-underline-offset: 4px; }
    @media (max-width: 900px) { nav .lang-switch a { display: inline !important; } }
