/* SiteFusion / shared design system / no external font or UI dependencies. */
:root {
  --navy: #121d37;
  --navy2: #080d17;
  --pink: #ff204e;
  --pink-light: #ff7291;
  --blue: #587bd0;
  --paper: #f1f1ef;
  --ink: #17213c;
  --line: #d6d6d2;
  --muted: #62697a;
  --ease-out: cubic-bezier(.23,1,.32,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, h1, h2, h3, p { margin: 0; }
p + p { margin-top: 20px; }
h1, h2, h3 { font-weight: 450; line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(44px, 5.4vw, 82px); }
h2 { font-size: clamp(36px, 4vw, 60px); }
h3 { font-size: 28px; line-height: 1.2; }
em { font-style: normal; color: var(--pink); }
ul, ol { padding: 0; }
::selection { color: white; background: #b4153b; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(1280px, 88%); margin-inline: auto; }
.section { padding: 108px 0; }
.section-topless { padding-top: 0; }
.dark { background: var(--navy); color: var(--paper); }
.dark p { color: #c3ccdc; }
.dark em { color: var(--pink-light); }
.eyebrow { font-size: 10px; font-weight: 750; letter-spacing: .17em; line-height: 1.5; text-transform: uppercase; }
.eyebrow + h1, .eyebrow + h2, .eyebrow + h3 { margin-top: 23px; }
.dark .eyebrow { color: #ff91aa; }
.large-copy { font-size: 20px; line-height: 1.75; }
.small { font-size: 13px; }
.muted { color: var(--muted); }
.pink { color: var(--pink-light); }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--pink); border-radius: 50%; margin-right: 10px; vertical-align: middle; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 52px; padding: 14px 23px; background: var(--pink); color: var(--navy2); border: 1px solid var(--pink); font-size: 14px; font-weight: 750; line-height: 1.3; transition: background 160ms ease, transform 160ms var(--ease-out); }
.button span, .text-link span, .card-link span { font-size: 21px; line-height: 1; }
.button:active, button:active { transform: scale(.97); }
.button-small { min-height: 42px; padding: 11px 16px; font-size: 12px; gap: 16px; }
.button-ghost { color: white; border-color: #647087; background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 650; line-height: 1.5; padding-block: 10px; }
.text-link span { color: #b4153b; }
.dark .text-link span { color: var(--pink-light); }
.actions { display: flex; gap: 13px; flex-wrap: wrap; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; background: white; color: var(--ink); padding: 15px 22px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 40; height: 82px; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 28px; width: min(1440px, 94%); height: 100%; margin-inline: auto; }
.brand { width: 179px; flex-shrink: 0; }
.brand img { width: 100%; aspect-ratio: 5.5; object-fit: cover; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
.nav-group { position: static; }
.nav-group summary { display: flex; align-items: center; gap: 8px; min-height: 44px; cursor: pointer; list-style: none; font-size: 12px; font-weight: 600; white-space: nowrap; }
summary::-webkit-details-marker { display: none; }
.chevron { display: inline-block; width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.nav-group[open] .chevron { transform: rotate(225deg); }
.nav-group[open] summary, .nav-group.is-current summary { color: #a90e35; }
.nav-panel { position: absolute; left: 0; right: 0; top: 81px; display: grid; grid-template-columns: 1fr 2fr; gap: 65px; padding: 36px max(6%, calc((100vw - 1280px) / 2)); background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 22px 25px #080d1720; }
.nav-panel-intro > p:nth-child(2) { font-size: 29px; line-height: 1.2; letter-spacing: -.035em; margin: 13px 0; max-width: 350px; }
.nav-panel-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; align-content: start; }
.nav-panel-links a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; display: flex; justify-content: space-between; gap: 16px; }
.nav-panel-links a[aria-current] { color: #a90e35; }
.header-actions { display: flex; align-items: center; gap: 22px; flex-shrink: 0; }
.language-switch { display: flex; gap: 2px; }
.language-switch a { display: flex; align-items: center; justify-content: center; min-width: 30px; min-height: 44px; font-size: 11px; color: var(--muted); }
.language-switch .active { color: var(--ink); font-weight: 750; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--pink); text-decoration-thickness: 2px; }
.menu-toggle, .nav-mobile-extra { display: none; }
.hero { overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .98fr 1.12fr; align-items: center; gap: 20px; padding-block: 79px 55px; }
.hero h1 { margin-bottom: 25px; font-weight: 350; letter-spacing: -.058em; line-height: 1.025; }
.hero h1 em { font-weight: 430; color: var(--pink); }
.hero-lede { max-width: 530px; font-size: 18px; line-height: 1.75; }
.hero-copy .actions { margin-top: 31px; }
.hero-note { max-width: 390px; font-size: 11px; margin-top: 22px; }
.hero-art { width: 110%; margin-left: -1%; position: relative; }
.hero-art > img { position: relative; width: 100%; padding-top: 25px; }
.art-label { font-size: 9px; font-weight: 700; letter-spacing: .15em; text-align: center; color: #c3ccdc; }
.art-caption { display: flex; justify-content: space-between; width: 87%; margin: 8px auto 0; font-size: 9px; font-weight: 650; letter-spacing: .1em; color: #c3ccdc; }
.hero-baseline { padding: 20px 0 24px; border-top: 1px solid #ffffff24; display: flex; gap: 34px; font-size: 9px; letter-spacing: .16em; font-weight: 650; }
.hero-baseline a { margin-left: auto; color: #c3ccdc; letter-spacing: .05em; }
.trust-strip { background: #e8e9e6; border-bottom: 1px solid var(--line); padding: 31px 0 35px; }
.trust-strip .container { display: grid; grid-template-columns: 170px 1fr; gap: 60px; align-items: center; }
.trust-strip .eyebrow { color: var(--muted); max-width: 140px; font-size: 9px; }
.trust-names { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.trust-names a { font-size: 17px; line-height: 1.08; font-family: Georgia, serif; }
.trust-names .trust-raabe { font-size: 26px; font-family: Arial,sans-serif; font-weight: 800; letter-spacing: .02em; }
.trust-names .trust-lambertus { font-size: 25px; }
.trust-names .trust-obv { font-size: 34px; font-family: Arial,sans-serif; font-weight: 750; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.section-head h2 { max-width: 680px; }
.section-head .eyebrow { color: #a90e35; }
.dark .section-head .eyebrow { color: var(--pink-light); }
.section-intro { color: var(--muted); font-size: 17px; max-width: 400px; padding-bottom: 4px; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.card, .customer-card { background: white; border: 1px solid var(--line); display: flex; flex-direction: column; min-width: 0; }
.card { transition: border-color 160ms ease, transform 200ms var(--ease-out); }
.card-visual { background: #e7e9ec; aspect-ratio: 1.85; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.card-visual img { width: 85%; max-height: 100%; object-fit: contain; }
.card-content { display: flex; flex-direction: column; flex: 1; padding: 28px; }
.card-content .eyebrow { color: #a90e35; font-size: 9px; }
.card h3, .customer-card h3 { font-size: clamp(23px, 2vw, 29px); margin-top: 17px; }
.card p, .customer-card p { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 17px 0 22px; }
.card-link { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; display: flex; justify-content: space-between; gap: 16px; }
.card-link span { color: #b4153b; }
.section-tail { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 27px; }
.section-tail p { font-size: 13px; color: var(--muted); }
.workflow-controls { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid #ffffff30; }
.workflow-controls button { background: transparent; border: 0; border-right: 1px solid #ffffff30; padding: 22px 18px; text-align: left; color: #c3ccdc; font-size: 16px; display: flex; align-items: center; gap: 13px; }
.workflow-controls button:last-child { border-right: 0; }
.workflow-controls button[aria-pressed=true] { background: var(--pink); color: var(--navy2); }
.step-number { font-family: "Segoe UI",sans-serif; font-size: 12px; letter-spacing: .08em; }
.step-arrow { margin-left: auto; }
.workflow-panel { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; min-height: 375px; padding: 38px 35px 0; }
.workflow-panel h3 { font-size: 38px; margin: 16px 0 21px; }
.workflow-panel .text-link { margin-top: 20px; }
.workflow-panel img { max-height: 330px; object-fit: contain; }
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.solution-item { display: flex; gap: 20px; align-items: center; padding: 29px 25px 29px 0; border-bottom: 1px solid var(--line); }
.solution-item:nth-child(even) { border-left: 1px solid var(--line); padding-left: 30px; }
.solution-index { align-self: flex-start; font-size: 11px; color: #a90e35; padding-top: 4px; }
.solution-item h3 { font-size: 26px; }
.solution-item p { color: var(--muted); font-size: 13px; margin-top: 10px; }
.round-arrow { border: 1px solid #c1c4c8; border-radius: 50%; width: 38px; height: 38px; display: grid; place-items: center; margin-left: auto; flex-shrink: 0; font-size: 19px; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.split h2 + p { margin-top: 30px; }
.split .text-link { margin-top: 22px; }
.ai-section { background: #e5e7e8; }
.ai-section h2 { font-size: clamp(35px,3.8vw,56px); }
.ai-section h2 em { color: #b4153b; }
.ai-visual { border: 1px solid #c7cbd2; padding: 35px 0 22px; text-align: center; }
.visual-caption { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: .15em; margin-top: 20px; }
.benefit { border-left: 3px solid var(--pink); background: white; padding: 21px 24px; margin-top: 25px; }
.benefit p { font-size: 14px; margin-top: 8px; }
.story-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border: 1px solid var(--line); background: white; padding: 48px; align-items: center; }
.story-feature h3 { font-size: 38px; }
.story-feature p:not(.eyebrow) { font-size: 15px; color: var(--muted); margin: 24px 0; }
.story-visual { text-align: center; }
.story-tag { display: inline-block; background: var(--paper); padding: 8px 15px; font-size: 9px; letter-spacing: .13em; font-weight: 600; }
.partner-section { background: #e8e9e6; border-block: 1px solid var(--line); }
.partner-strip { margin-top: 62px; padding-top: 24px; border-top: 1px solid #c5c8c8; }
.partner-strip > div { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 34px; }
.partner-strip img { object-fit: contain; max-height: 44px; max-width: 170px; }
.partner-name { font-size: 25px; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.partner-name.indesign { font-size: 20px; }
.faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.faq-layout h2 { margin-bottom: 25px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 76px; padding: 20px 0; font-size: 17px; line-height: 1.5; font-weight: 550; }
.faq-list summary span { font-size: 22px; font-weight: 350; color: #b4153b; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 15px; padding: 0 30px 25px 0; }
.contact-banner { background: var(--navy); color: white; padding: 75px 0; border-top: 4px solid var(--pink); }
.contact-banner .eyebrow { color: var(--pink-light); }
.cta-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; margin-top: 22px; }
.cta-grid h2 { font-size: clamp(38px,4.1vw,62px); }
.cta-grid p { color: #c3ccdc; margin-bottom: 25px; font-size: 16px; }
.site-footer { background: var(--navy2); color: #c3ccdc; padding: 60px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 55px; }
.footer-grid h2 { font-size: 12px; letter-spacing: .025em; font-weight: 600; color: white; margin: 10px 0 23px; }
.footer-grid p { font-size: 12px; max-width: 220px; }
.footer-brand { display: block; width: 240px; max-width: 100%; padding: 12px; background: white; }
.footer-brand img { width: 100%; aspect-ratio: 5.5; object-fit: cover; }
.footer-brand + p { margin-top: 20px; }
.footer-grid > div > a:not(.footer-brand) { display: block; width: fit-content; font-size: 12px; padding: 5px 0; font-weight: 400; }
.footer-grid .text-link span { display: none; }
.footer-grid address { font-style: normal; font-size: 12px; margin-top: 20px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid #ffffff20; margin-top: 50px; padding-top: 20px; font-size: 10px; }
.footer-bottom > div { display: flex; gap: 24px; }
.footer-bottom a { font-size: 10px; padding: 0; font-weight: 400; }
.footer-bottom .text-link span { display: none; }
.detail-hero { padding: 27px 0 65px; }
.breadcrumbs { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; color: #c3ccdc; font-size: 11px; padding-bottom: 47px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.detail-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.detail-hero-grid.without-image { grid-template-columns: 1fr; max-width: 850px; }
.detail-hero h1 { font-size: clamp(44px,5.2vw,78px); margin-bottom: 23px; }
.detail-hero .button { margin-top: 28px; }
.detail-art img { width: 100%; max-height: 380px; object-fit: contain; }
.detail-copy-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.detail-copy-grid h2 { font-size: clamp(34px,3.4vw,50px); }
.detail-copy-grid .eyebrow { color: #a90e35; }
.prose p { color: #414c62; }
.prose .text-link { margin-top: 20px; }
.prose a:not(.text-link) { text-decoration: underline; text-underline-offset: 4px; }
.check-list { list-style: none; margin: 30px 0 0; border-top: 1px solid var(--line); }
.check-list li { padding: 15px 0 15px 29px; border-bottom: 1px solid var(--line); font-size: 15px; position: relative; }
.check-list li::before { content: '↗'; position: absolute; left: 0; color: #a90e35; }
.related-section { background: #e7e9e9; }
.related-section .card-grid h3 { font-size: 25px; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 16px; }
.filters button { border: 1px solid var(--line); padding: 10px 20px; min-height: 44px; background: transparent; font-size: 13px; font-weight: 650; }
.filters button[aria-pressed=true] { background: var(--navy); color: white; border-color: var(--navy); }
.filter-result { margin-bottom: 20px; color: var(--muted); }
.customer-card > a { display: flex; flex-direction: column; height: 100%; }
.customer-card .card-visual { flex-shrink: 0; }
.project-steps { list-style: none; display: grid; grid-template-columns: repeat(4,1fr); margin: 0; }
.project-steps li { border-top: 1px solid #ffffff35; padding: 27px 25px 0 0; }
.project-steps .step-number { color: var(--pink-light); }
.project-steps h3 { margin: 22px 0 15px; font-size: 29px; }
.project-steps p { font-size: 15px; }
.partner-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 50px; }
.partner-cards article { background: white; border: 1px solid var(--line); padding: 29px; }
.partner-cards p { font-size: 15px; margin: 20px 0; }
.partner-cards h3 { font-size: 27px; }
.partner-section .partner-strip:first-child { margin-top: 0; padding-top: 0; border: 0; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 55px 0 20px; }
.contact-option { display: flex; align-items: flex-start; flex-direction: column; background: white; border: 1px solid var(--line); border-top: 3px solid var(--pink); padding: 30px; }
.contact-option strong { font-size: clamp(22px,2.7vw,36px); font-weight: 450; letter-spacing: -.04em; margin: 20px 0; }
.contact-option > span:last-child { font-size: 13px; }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 60px; }
.person { display: flex; align-items: center; gap: 25px; padding: 30px; background: white; border: 1px solid var(--line); }
.initials { width: 75px; height: 75px; background: var(--navy); color: white; display: grid; place-items: center; font-size: 25px; flex-shrink: 0; }
.person h3 { font-size: 27px; }
.person p { font-size: 14px; color: var(--muted); margin-top: 10px; }
.language-page { background: var(--navy); color: white; min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 25px; padding: 7vw; }
.language-logo { display: block; width: 360px; max-width: 100%; padding: 16px; background: white; margin-bottom: 55px; }
.language-logo img { width: 100%; aspect-ratio: 5.5; object-fit: cover; }
.language-page .eyebrow { color: var(--pink-light); }
.language-page h1 { font-size: clamp(45px,5.5vw,78px); margin-bottom: 30px; }
.language-page p { color: #c3ccdc; }
.language-choices { display: flex; gap: 16px; margin-top: 33px; }
.language-choices a { display: flex; flex: 1; gap: 16px; align-items: center; border: 1px solid #ffffff50; padding: 18px; font-size: 16px; }
.language-choices a > span { font-size: 10px; color: var(--pink-light); }
.language-choices b { margin-left: auto; font-weight: 400; }
@media (hover:hover) and (pointer:fine) {
 .button:hover { background: #ff5175; }
 .button-ghost:hover { background: #ffffff10; }
 .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
 .nav-panel-links a:hover { color: #a90e35; }
 .card:hover { border-color: #8d97aa; transform: translateY(-4px); }
 .solution-item:hover .round-arrow { background: var(--navy); color: white; border-color: var(--navy); }
 .contact-option:hover { border-color: #a90e35; }
 .language-choices a:hover { background: #ffffff10; }
 .footer-grid a:hover, .footer-bottom a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
}
@media (max-width:1350px) and (min-width:1200px) {
 .header-inner { gap: 20px; width: 96%; }
 .main-nav { gap: 16px; }
 .header-actions { gap: 15px; }
 .brand { width: 160px; }
 .nav-group summary { font-size: 11px; }
}
@media (max-width:1199px) {
 .site-header { height: 70px; }
 .header-inner { width: 90%; gap: 25px; }
 .brand { width: 170px; }
 .header-actions { margin-left: auto; }
 .menu-toggle { display: flex; gap: 13px; align-items: center; order: 3; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; }
 .menu-icon { width: 21px; height: 10px; border-block: 1px solid currentColor; }
 .menu-toggle[aria-expanded=true] .menu-icon { position: relative; transform: rotate(45deg); height: 1px; }
 .menu-toggle[aria-expanded=true] .menu-icon::after { content: ''; position: absolute; width: 21px; border-top: 1px solid currentColor; transform: rotate(90deg); top: -1px; left: 0; }
 .main-nav { position: absolute; left: 0; right: 0; top: 69px; display: block; background: var(--paper); padding: 15px 5% 35px; max-height: calc(100dvh - 70px); overflow-y: auto; border-bottom: 1px solid var(--line); }
 .js .main-nav:not(.is-open) { display: none; }
 .nav-group { border-bottom: 1px solid var(--line); }
 .nav-group summary { font-size: 21px; font-weight: 450; justify-content: space-between; padding-block: 15px; }
 .nav-panel { position: static; display: block; padding: 5px 0 25px; box-shadow: none; border: 0; }
 .nav-panel-intro > p { display: none; }
 .nav-panel-links { display: grid; grid-template-columns: 1fr 1fr; }
 .nav-panel-links a { min-height: 44px; }
 .nav-mobile-extra { display: flex; gap: 25px; align-items: center; margin-top: 25px; }
 html:not(.js) .site-header { height: auto; position: relative; padding-block: 18px; }
 html:not(.js) .header-inner { flex-wrap: wrap; }
 html:not(.js) .main-nav { position: static; order: 4; width: 100%; max-height: none; }
 html:not(.js) .menu-toggle { display: none; }
 .hero-grid { padding-block: 60px 45px; }
 .hero h1 { font-size: 64px; }
 .hero-lede { font-size: 17px; }
 .hero-art { width: 108%; }
 .button { padding-inline: 17px; gap: 15px; font-size: 13px; }
 .section { padding-block: 80px; }
 .section-topless { padding-top: 0; }
 .section-head, .split, .story-feature { gap: 40px; }
 .card-content { padding: 23px; }
 .trust-strip .container { gap: 25px; grid-template-columns: 140px 1fr; }
 .trust-names { gap: 22px; }
 .partner-strip > div { gap: 25px; flex-wrap: wrap; }
 .partner-name { font-size: 22px; }
 .partner-strip img { max-width: 140px; }
 .faq-layout, .cta-grid, .detail-copy-grid { gap: 55px; }
 .footer-grid { gap: 30px; }
 .detail-hero h1 { font-size: 60px; }
}
@media (max-width:900px) {
 .hero h1 { font-size: 54px; }
 .hero-grid { grid-template-columns: 1fr 1fr; }
 .hero-art { width: 110%; margin-left: -4%; }
 .hero-lede { font-size: 16px; }
 .hero-note { max-width: 300px; }
 .hero-baseline { gap: 20px; }
 .trust-strip .container { grid-template-columns: 1fr; gap: 22px; }
 .trust-strip .eyebrow { max-width: none; }
 .trust-names { flex-wrap: wrap; }
 .section-head { grid-template-columns: 1.1fr .9fr; gap: 30px; }
 .section-intro { font-size: 15px; }
 .card-grid { grid-template-columns: repeat(2,1fr); }
 .card-grid > :last-child:nth-child(3) { grid-column: 1 / -1; }
 .card-grid > .card:last-child:nth-child(3) { flex-direction: row; }
 .card-grid > .card:last-child:nth-child(3) .card-visual { width: 45%; flex-shrink: 0; }
 .workflow-panel { gap: 25px; padding-inline: 0; min-height: 340px; }
 .workflow-panel h3 { font-size: 31px; }
 .workflow-controls button { font-size: 14px; padding-inline: 14px; gap: 10px; }
 .solution-item { gap: 12px; padding-right: 18px; }
 .solution-item:nth-child(even) { padding-left: 20px; }
 .solution-item h3 { font-size: 23px; }
 .split { gap: 35px; }
 .large-copy { font-size: 18px; }
 .ai-section h2 { font-size: 39px; }
 .story-feature { padding: 30px; gap: 25px; }
 .story-feature h3 { font-size: 32px; }
 .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 35px; }
 .footer-grid > div:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 25px; }
 .footer-grid > div:last-child h2 { grid-column: 1 / -1; margin-bottom: 10px; }
 .footer-grid address { margin-top: 0; }
 .detail-hero h1 { font-size: 51px; }
 .detail-copy-grid { gap: 40px; grid-template-columns: .85fr 1.15fr; }
 .detail-copy-grid h2 { font-size: 37px; }
 .partner-cards { grid-template-columns: 1fr; }
 .project-steps { grid-template-columns: 1fr 1fr; gap: 30px; }
 .person { padding: 20px; gap: 16px; }
 .person h3 { font-size: 23px; }
 .initials { width: 55px; height: 65px; }
}
@media (max-width:700px) {
 .container { width: 89%; }
 .header-inner { width: 90%; gap: 19px; }
 .brand { width: 147px; }
 .header-actions { gap: 0; }
 .header-actions > .button { display: none; }
 .language-switch a { font-size: 11px; min-width: 27px; }
 .menu-toggle { font-size: 0; gap: 0; width: 27px; justify-content: center; }
 .nav-panel-links { grid-template-columns: 1fr; }
 .hero-grid { display: flex; flex-direction: column; align-items: stretch; padding-top: 46px; padding-bottom: 30px; gap: 40px; }
 .hero h1 { font-size: clamp(47px,10vw,67px); line-height: 1.04; margin-top: 22px; margin-bottom: 24px; }
 .hero-lede { max-width: 490px; font-size: 16px; }
 .hero-copy .actions { margin-top: 25px; }
 .button { min-height: 49px; font-size: 12px; padding: 13px 16px; gap: 16px; }
 .hero-note { max-width: none; font-size: 10px; margin-top: 17px; }
 .hero-art { width: 100%; max-width: 530px; margin: 0 auto; }
 .hero-art > img { padding-top: 10px; }
 .art-label { font-size: 8px; }
 .art-caption { font-size: 8px; width: 94%; }
 .hero-baseline { font-size: 8px; gap: 18px; padding-block: 17px; flex-wrap: wrap; }
 .hero-baseline a { letter-spacing: 0; }
 .trust-strip { padding-block: 25px; }
 .trust-names { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px 20px; }
 .trust-names a { font-size: 13px; }
 .trust-names .trust-raabe { font-size: 23px; }
 .trust-names .trust-lambertus { font-size: 21px; }
 .trust-names .trust-obv { font-size: 29px; }
 .section { padding-block: 62px; }
 .section-topless { padding-top: 0; }
 .section-head { grid-template-columns: 1fr; gap: 23px; margin-bottom: 32px; }
 h2 { font-size: 40px; }
 .eyebrow { font-size: 9px; }
 .section-intro { font-size: 16px; max-width: 500px; }
 .card-grid { grid-template-columns: 1fr; gap: 18px; }
 .card-grid > .card:last-child:nth-child(3) { flex-direction: column; }
 .card-grid > .card:last-child:nth-child(3) .card-visual { width: 100%; }
 .card-visual { aspect-ratio: 2; }
 .card-content { padding: 25px; }
 .card h3, .customer-card h3 { font-size: 29px; }
 .section-tail { flex-direction: column; align-items: flex-start; gap: 6px; }
 .workflow-controls { grid-template-columns: 1fr 1fr; }
 .workflow-controls button { font-size: 14px; padding: 17px 13px; }
 .workflow-controls button:nth-child(2) { border-right: 0; }
 .workflow-controls button:nth-child(-n+2) { border-bottom: 1px solid #ffffff30; }
 .workflow-panel { grid-template-columns: 1fr; gap: 20px; padding-top: 30px; }
 .workflow-panel h3 { font-size: 32px; max-width: 370px; }
 .workflow-panel img { max-height: 260px; width: 100%; }
 .workflow-panel p { font-size: 15px; }
 .solution-grid { grid-template-columns: 1fr; }
 .solution-item { padding: 25px 0; gap: 16px; }
 .solution-item:nth-child(even) { padding-left: 0; border-left: 0; }
 .solution-item h3 { font-size: 25px; }
 .solution-item p { max-width: 260px; }
 .round-arrow { width: 33px; height: 33px; }
 .split { grid-template-columns: 1fr; gap: 35px; }
 .ai-section .split > :first-child { order: 2; }
 .ai-section h2 { font-size: 40px; }
 .ai-visual { padding-top: 15px; }
 .ai-visual img { max-height: 300px; object-fit: contain; margin: 0 auto; }
 .large-copy { font-size: 18px; }
 .story-feature { grid-template-columns: 1fr; gap: 20px; padding: 27px; }
 .story-feature h3 { font-size: 34px; }
 .story-visual img { max-height: 250px; object-fit: contain; }
 .partner-strip { margin-top: 40px; }
 .partner-strip > div { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 25px; }
 .partner-strip img { max-width: 130px; max-height: 35px; }
 .partner-name { font-size: 22px; }
 .partner-name.indesign { font-size: 19px; }
 .faq-layout { grid-template-columns: 1fr; gap: 30px; }
 .faq-layout h2 { max-width: 380px; }
 .faq-list summary { font-size: 16px; gap: 20px; min-height: 70px; }
 .faq-list details p { padding-right: 5px; }
 .contact-banner { padding-block: 55px; }
 .cta-grid { grid-template-columns: 1fr; gap: 27px; }
 .cta-grid h2 { font-size: 42px; }
 .cta-grid p { font-size: 16px; }
 .site-footer { padding-top: 45px; }
 .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
 .footer-grid > div:first-child { grid-column: 1 / -1; }
 .footer-grid > div:last-child { display: block; }
 .footer-grid address { margin-top: 20px; }
 .footer-bottom { flex-direction: column; gap: 18px; margin-top: 30px; }
 .footer-bottom > div { flex-wrap: wrap; }
 .detail-hero { padding-top: 19px; padding-bottom: 35px; }
 .breadcrumbs { gap: 8px; padding-bottom: 34px; font-size: 10px; }
 .detail-hero-grid { grid-template-columns: 1fr; gap: 25px; }
 .detail-hero h1 { font-size: 47px; }
 .detail-art img { max-height: 255px; }
 .detail-copy-grid { grid-template-columns: 1fr; gap: 27px; }
 .detail-copy-grid h2 { font-size: 37px; }
 .contact-options { grid-template-columns: 1fr; margin-top: 35px; }
 .contact-option { padding: 25px; }
 .contact-option strong { font-size: 29px; }
 .people-grid { grid-template-columns: 1fr; }
 .person h3 { font-size: 25px; }
 .project-steps { gap: 30px 20px; }
 .project-steps li { padding-right: 0; }
 .project-steps h3 { font-size: 27px; }
 .project-steps p { font-size: 14px; }
 .language-page { grid-template-columns: 1fr; padding: 35px 6%; gap: 30px; }
 .language-logo { margin-bottom: 36px; }
 .language-page h1 { font-size: 51px; }
 .language-page p { font-size: 15px; }
 .language-choices { gap: 12px; }
 .language-choices a { padding: 15px 12px; gap: 10px; }
 .language-art { max-width: 440px; margin-inline: auto; }
}
@media (max-width:370px) {
 .hero h1, .detail-hero h1 { font-size: 43px; }
 .hero-baseline a { width: 100%; margin-left: 0; }
 .brand { width: 132px; }
 .header-inner { gap: 13px; }
 .solution-item h3 { font-size: 22px; }
 .contact-option strong { font-size: 25px; }
}
@media (prefers-reduced-motion:reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation: none !important; transition: none !important; }
 button:active, .button:active { transform: none; }
}
@media print {
 .site-header, .contact-banner, .site-footer, .workflow-controls, .filters, .actions, .hero-baseline { display: none; }
 body, .dark, .partner-section, .ai-section { background: white; color: black; }
 .dark p { color: black; }
 .section { padding: 25px 0; }
 .container { width: 100%; }
 a { text-decoration: underline; }
 .card { break-inside: avoid; }
}
