/* TECCORE: Editorial identity and progressive interaction system. */
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 100 1000; font-display: swap; src: url('../fonts/dm-sans-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 100 1000; font-display: swap; src: url('../fonts/dm-sans-normal-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'DM Sans'; font-style: italic; font-weight: 100 1000; font-display: swap; src: url('../fonts/dm-sans-italic-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'DM Sans'; font-style: italic; font-weight: 100 1000; font-display: swap; src: url('../fonts/dm-sans-italic-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
:root {
  --paper: #faf9f6;
  --ink: #1a1a1a;
  --muted: #7a7a7a;
  --soft: #efece7;
  --line: #e2ded7;
  --dark: #141414;
  --deep: #0a0a0a;
  --accent: #fdfcfa;
  --blue: #1d82f2;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --gutter: clamp(24px, 5.55vw, 88px);
  --wrap: 1320px;
  --header-h: 88px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --sans: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-secondary: #4a4a4a;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.75 var(--sans); font-optical-sizing: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-synthesis: none; }
body.menu-open { overflow: hidden; }
::selection { color: var(--ink); background: #d8d2c8; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3 { font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
strong, b { font-weight: 500; }
h1 { font-size: clamp(56px, 7vw, 108px); }
h2 { font-size: clamp(38px, 4.1vw, 64px); }
h3 { font-size: 30px; }
p { color: var(--muted); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; color: inherit; border: 0; }
button, a, input, select, textarea, summary { touch-action: manipulation; }
button:disabled { cursor: wait; opacity: .55; }
svg, img { display: block; max-width: 100%; }
img { height: auto; }
input, select, textarea { min-width: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid #1a1a1a; outline-offset: 6px; }
#main:focus { outline: none; }
.wrap { width: calc(100% - var(--gutter) * 2); max-width: var(--wrap); margin-inline: auto; }
.section { padding-block: 130px; }
.serif { font-family: inherit; font-style: italic; font-weight: 300; letter-spacing: -.04em; }
.muted { color: #a7a39c; }
.icon { height: 22px; width: 22px; flex-shrink: 0; }
.brand-mark { height: 34px; width: 34px; flex-shrink: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 500; letter-spacing: .22em; line-height: 1.5; text-transform: uppercase; color: var(--ink); }
.section-eyebrow { gap: 16px; }
.section-eyebrow > span { color: #a09c94; font-weight: 400; }
.label-dot { display: inline-block; width: 5px; height: 5px; background: currentColor; flex-shrink: 0; }
.swiss-cross { display: inline-block; position: relative; width: 14px; height: 14px; flex-shrink: 0; }
.swiss-cross::before, .swiss-cross::after { content: ''; position: absolute; background: currentColor; inset: 1px 5px; }
.swiss-cross::after { inset: 5px 1px; }
.skip-link { position: fixed; left: 24px; top: -80px; padding: 12px 20px; color: white; background: var(--dark); z-index: 150; }
.skip-link:focus { top: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 0; padding: 17px 26px; border: 1px solid transparent; border-radius: var(--radius-pill); font-size: 14px; font-weight: 500; line-height: 1.3; letter-spacing: .01em; transition: background .25s, transform .35s var(--ease), box-shadow .35s; }
.button > .icon { width: 17px; height: 17px; }
.button-icon { display: flex; align-items: center; justify-content: center; background: transparent; flex-shrink: 0; }
.button-icon .icon { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover .button-icon .icon { transform: translate(2px, -2px); }
.button--primary { color: #fdfcfa; background: var(--dark); }
.button--light { color: var(--ink); background: var(--accent); }
.button--light .button-icon { background: transparent; }
.button--light:hover { background: #ffffff; box-shadow: 0 8px 26px #0000001f; }
.button--outline { background: transparent; border-color: var(--line); }
.text-link { display: inline-flex; width: fit-content; align-items: center; justify-content: space-between; gap: 18px; font-size: 13px; line-height: 1.45; font-weight: 500; border-bottom: 1px solid #c4bfb6; padding-block: 12px; transition: gap .35s var(--ease), border-color .3s; }
.text-link .icon { height: 17px; width: 17px; transition: transform .35s var(--ease); }
.text-link:hover .icon { transform: translate(3px, -3px); }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; }
.tags > span { display: inline-block; border: 1px solid var(--line); color: #595652; font-size: 10px; padding: 5px 12px; border-radius: var(--radius-pill); }
.tags--large > span { font-size: 13px; padding: 9px 16px; }
.pill { display: inline-flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 500; letter-spacing: .1em; padding: 7px 12px; border: 1px solid #b8b6b4; line-height: 1.5; border-radius: var(--radius-pill); }
.pill > span { width: 5px; height: 5px; background: currentColor; }

/* Navigation */
.site-header { position: sticky; top: 0; height: var(--header-h); background: #faf9f6f2; backdrop-filter: blur(18px); z-index: 60; transition: box-shadow .3s, transform .45s var(--ease); }
.site-header.header-hidden { transform: translateY(-101%); }
.site-header:focus-within { transform: none; }
.site-header.scrolled { box-shadow: 0 1px 0 var(--line); }
.site-header::after { content: ''; position: absolute; bottom: 0; left: 0; height: 1px; width: calc(var(--scroll-progress, 0) * 100%); pointer-events: none; }
.header-inner { display: flex; align-items: center; gap: 26px; width: 100%; height: 100%; padding-inline: 28px; margin: auto; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 30px; font-weight: 500; letter-spacing: -1.1px; line-height: 1; flex-shrink: 0; }
.brand-period { color: var(--blue); }
.header-location { position: relative; display: flex; align-items: center; gap: 10px; padding-left: 21px; color: #8d897f; font-size: 9px; white-space: nowrap; }
.header-location::before { content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 14px; background: var(--line); transform: translateY(-50%); }
.header-location .swiss-cross { width: 12px; height: 12px; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.desktop-nav a { position: relative; padding-block: 12px; font-size: 12px; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 7px; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current=page]::after { transform: scaleX(1); }
.lang-switch { display: inline-flex; align-items: center; gap: 3px; margin-left: 22px; font-size: 10px; font-weight: 500; letter-spacing: .12em; }
.lang-switch a, .lang-switch .is-current { padding: 6px 9px; border-radius: var(--radius-pill); line-height: 1; }
.lang-switch a { color: #8d897f; transition: color .25s, background .25s; }
.lang-switch a:hover { color: var(--ink); background: #0000000a; }
.lang-switch .is-current { color: var(--paper); background: var(--ink); }
.mobile-nav .lang-switch { margin: 4px 0 18px; gap: 6px; font-size: 11px; }
.header-contact { display: inline-flex; justify-content: center; align-items: center; gap: 14px; color: #fdfcfa; padding: 13px 22px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 500; margin-left: 11px; transition: background .25s; }
.header-contact .icon { height: 16px; width: 16px; }
.menu-toggle { width: 44px; height: 44px; display: none; align-items: center; justify-content: center; background: transparent; }
.mobile-nav { display: none; }

/* A sculptural, self-contained homepage hero */
.hero-shell { padding: 0 16px; }
.hero { max-width: 1800px; min-height: 715px; margin: auto; background: linear-gradient(100deg, #0a0a0a 0%, #0a0a0af2 34%, #0a0a0a99 72%, #0a0a0ab3 100%), url('../img/hero-teccore.webp') center / cover no-repeat, var(--dark); border-radius: var(--radius-lg); color: var(--paper); position: relative; overflow: clip; }
.hero-light { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero::before { content: ''; position: absolute; top: 0; bottom: 75px; left: 57%; border-left: 1px solid #fdfcfa0a; }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.17fr 1fr; align-items: center; min-height: 639px; }
.hero-copy { position: relative; z-index: 3; padding-block: 67px 71px; }
.hero-copy .eyebrow { color: #b6b3ae; font-size: 10px; letter-spacing: .2em; margin-bottom: 34px; }
.hero-copy .eyebrow .label-dot { color: var(--accent); box-shadow: 0 0 14px #fdfcfa33; }
.eyebrow-divider { color: #7e7b76; margin-inline: 4px; }
.hero h1 { font-size: clamp(65px, 7.5vw, 112px); line-height: 1.02; letter-spacing: -.04em; width: max-content; max-width: 115%; }
.hero-line { display: block; }
.hero-line--sub { font-size: .5em; letter-spacing: -.03em; line-height: 1.25; margin-top: .12em; }
.hero h1 .serif { color: #cfc9bf; }
.hero-description { font-size: 16px; line-height: 1.85; color: #bab7b2; max-width: 410px; margin-top: 32px; font-weight: 400; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 33px; }
.hero-secondary { display: inline-flex; gap: 13px; align-items: center; font-size: 12px; color: #e3e0da; padding-block: 15px; }
.hero-secondary .icon { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.hero-secondary:hover .icon { transform: translate(3px, -3px); }
.hero-stage { position: relative; height: 580px; width: 113%; margin-left: -9%; isolation: isolate; }
.sculpture-wrap { position: absolute; inset: -41px -52px -41px -25px; }
.sculpture-wrap img, .core-canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.core-canvas { opacity: 0; transition: opacity .6s; }
.core-canvas.ready { opacity: 1; }
.sculpture-wrap:has(.core-canvas.ready) .sculpture-fallback { opacity: 0; }
.stage-label { display: flex; align-items: center; gap: 9px; position: absolute; top: 32px; right: 10px; font-size: 8px; color: #aaa8a4; letter-spacing: .13em; z-index: 2; }
.stage-label .label-dot { height: 4px; width: 4px; }
.stage-caption { position: absolute; bottom: 22px; left: 38px; right: 8px; display: flex; justify-content: space-between; gap: 15px; font-size: 8px; line-height: 1.7; letter-spacing: .1em; color: #b1afad; }
.stage-caption > span:last-child { text-align: right; }
.stage-side-label { position: absolute; top: 45%; right: -20px; font-size: 7px; writing-mode: vertical-rl; color: #a7a5a2; letter-spacing: .16em; }
.stage-corner { position: absolute; width: 12px; height: 12px; border-color: #a29d963d; border-style: solid; }
.stage-corner--a { top: 78px; left: 33px; border-width: 1px 0 0 1px; }
.stage-corner--b { bottom: 72px; right: 6px; border-width: 0 1px 1px 0; }
.hero-bottom { min-height: 76px; border-top: 1px solid #e2e0dd23; display: flex; align-items: center; justify-content: space-between; gap: 25px; position: relative; z-index: 4; color: #bcbab8; font-size: 9px; letter-spacing: .01em; }
.hero-bottom > span, .hero-bottom > a { display: flex; align-items: center; gap: 9px; }
.hero-bottom .swiss-cross { color: var(--accent); width: 12px; height: 12px; }
.hero-bottom a .icon { width: 15px; height: 15px; margin-left: 8px; }
.hero-bottom-last { color: #94928e; }
.discipline-strip { display: grid; grid-template-columns: 1.17fr repeat(4, 1fr); align-items: center; gap: 25px; padding-block: 30px; border-bottom: 1px solid var(--line); }
.discipline-strip > span { font-size: 8px; letter-spacing: .045em; line-height: 1.85; color: #7c7b7a; }
.discipline-strip strong { font-weight: 500; color: #4c4a48; }
.discipline-strip > a { display: flex; align-items: center; gap: 11px; font-size: 14px; padding-block: 10px; transition: color .3s; }
.discipline-num { font-size: 8px; color: #8f8d8b; }
.discipline-strip a .icon { height: 15px; width: 15px; margin-left: auto; color: #83817e; transition: transform .3s; }
.discipline-strip a:hover { color: #69645d; }
.discipline-strip a:hover .icon { transform: translate(2px, -2px); }

/* Homepage editorial sections */
.intro-section { display: grid; grid-template-columns: .95fr 2.5fr; gap: 70px; padding-top: 122px; padding-bottom: 112px; }
.intro-label .eyebrow { margin-top: 10px; }
.intro-symbol { display: flex; margin-top: 86px; width: 80px; height: 80px; align-items: center; justify-content: center; background: var(--dark); border-radius: 50%; }
.intro-symbol .brand-mark { width: 32px; height: 32px; }
.intro-copy h2 { font-size: clamp(37px, 4.1vw, 63px); line-height: 1.12; }
.intro-copy h2 .serif { color: #575551; }
.intro-bottom { display: grid; grid-template-columns: 1.65fr 1fr; gap: 50px; margin-top: 36px; align-items: end; }
.intro-bottom p { font-size: 14px; line-height: 1.8; max-width: 490px; }
.intro-bottom .text-link { justify-self: end; margin-bottom: 3px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-heading .eyebrow { margin-bottom: 26px; }
.section-heading > p { font-size: 13px; line-height: 1.8; padding-bottom: 7px; }
.section-heading > .text-link { margin-bottom: 8px; }
.competence-section { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.45fr; gap: 90px; padding-top: 93px; }
.competence-heading { align-self: start; position: sticky; top: 140px; }
.competence-heading .eyebrow { margin-bottom: 34px; }
.competence-heading h2 { font-size: clamp(36px, 3.6vw, 55px); }
.competence-heading h2 em { color: #73706b; }
.competence-heading > p { margin-top: 28px; font-size: 14px; }
.competence-heading > .text-link { margin-top: 29px; }
.capability-accordion { border-top: 1px solid var(--line); }
.capability-detail { border-bottom: 1px solid var(--line); transition: background .6s var(--ease), color .6s var(--ease); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.capability-detail > summary { display: flex; align-items: start; gap: 25px; padding: 29px 23px 27px; }
.cap-number { font-size: 10px; color: #767472; margin-top: 11px; }
.cap-summary { display: grid; gap: 9px; }
.cap-title { font-size: 34px; line-height: 1.15; letter-spacing: -.04em; }
.cap-sub { font-size: 11px; color: #72716f; }
.cap-plus { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid #d1cdc5; border-radius: 50%; margin-left: auto; flex-shrink: 0; margin-top: 3px; }
.cap-plus .icon { width: 15px; height: 15px; transition: transform .4s; }
.cap-content { margin-left: 65px; margin-right: 38px; padding-bottom: 30px; }
.cap-content > p { font-size: 14px; line-height: 1.8; max-width: 420px; }
.cap-content .tags { margin-top: 17px; gap: 6px; }
.cap-content .tags > span { font-size: 9px; }
.cap-content > .text-link { margin-top: 20px; font-size: 12px; }
.capability-detail[open] { background: var(--dark); color: var(--paper); border-color: var(--dark); }
.capability-detail[open] .cap-title { color: var(--accent); transition: color .6s var(--ease); }
.capability-detail[open] .cap-number, .capability-detail[open] .cap-sub { color: #a7a5a1; }
.capability-detail[open] .cap-content > p { color: #c4c2c0; }
.capability-detail[open] .cap-plus { border-color: #7f7c77; }
.capability-detail[open] .cap-plus .icon { transform: rotate(45deg); }
.capability-detail[open] .tags > span { color: #c8c6c3; border-color: #575553; }
.capability-detail[open] .text-link { color: var(--accent); border-color: #6f6c68; }
.capability-detail:not([open]):hover { background: #ebebea; }
.project-feature { background: var(--dark); color: var(--paper); padding-block: 96px 103px; position: relative; overflow: clip; }
.project-feature .eyebrow { color: #d5d1c9; }
.project-feature .section-eyebrow > span { color: #8a8884; }
.project-feature h2 .serif { color: #c9c6c1; }
.project-feature .text-link { color: #ddd9d2; border-color: #73716e; }
.feature-layout { display: grid; grid-template-columns: .8fr 1.35fr; gap: 74px; align-items: center; margin-top: 64px; }
.feature-copy .pill { color: #c6c2bd; border-color: #6b6864; }
.feature-copy h3 { font-size: clamp(40px, 4.1vw, 63px); margin-top: 27px; margin-bottom: 25px; line-height: 1.02; }
.feature-copy h3 .serif { color: #cac6c1; }
.feature-copy > p { font-size: 14px; color: #bebdbb; max-width: 370px; line-height: 1.85; }
.feature-focus { border-left: 1px solid #7c7873; margin-top: 27px; padding-left: 17px; }
.feature-focus > span { font-size: 8px; letter-spacing: .12em; color: #a09d99; }
.feature-focus p { font-size: 13px; color: #d6d5d2; margin-top: 3px; }
.feature-copy > .button { margin-top: 30px; font-size: 13px; }
.product-stage { position: relative; padding: 39px 25px 21px; background: #938f8a19; border: 1px solid #cbc6bf22; border-radius: var(--radius-lg); min-width: 0; }
.product-stage::before { content: ''; position: absolute; inset: -80px; background: radial-gradient(ellipse, #a4a09a0b, transparent 60%); pointer-events: none; }
.product-stage-label { display: block; font-size: 8px; color: #adaba7; letter-spacing: .13em; margin-bottom: 27px; }
.stage-foot { display: flex; justify-content: space-between; gap: 15px; color: #a9a6a1; font-size: 8px; letter-spacing: .07em; margin-top: 24px; }
.product-stage .erp-visual { transform: none; box-shadow: 12px 22px 55px #0f0e0d55; transition: transform .7s var(--ease), box-shadow .7s; }
.product-stage:hover .erp-visual, .product-stage:focus-within .erp-visual { transform: translateY(-7px); box-shadow: 0 28px 64px #1d82f21f; }
.feature-slider { margin-top: 64px; }
.feature-slides { display: grid; }
.feature-slide { grid-area: 1 / 1; margin-top: 0; opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease), visibility .7s; pointer-events: none; }
.feature-slide.is-active { opacity: 1; visibility: visible; transform: none; pointer-events: auto; position: relative; z-index: 1; }
.feature-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 46px; }
.feature-dots { display: flex; align-items: center; gap: 9px; }
.feature-dot { width: 26px; height: 3px; border-radius: 3px; background: #ffffff2e; transition: background .6s var(--ease), width .6s var(--ease); }
.feature-dot.is-active { width: 44px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.feature-count { min-width: 54px; text-align: center; font-size: 10px; letter-spacing: .14em; color: #9d9a96; }

/* Real product visual: the FARBIG application. */
.erp-visual { min-width: 0; background: #ffffff; border: 1px solid #cccac7; border-radius: 12px; overflow: clip; position: relative; }
.erp-visual img { display: block; width: 100%; height: auto; }
.visual-caption { color: #6c6a66; font-size: 8px; margin-top: 15px; line-height: 1.65; }
.approach-section { padding-bottom: 111px; }
.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: 65px; }
.approach-grid article { border-top: 1px solid #bdbbb8; padding-top: 23px; position: relative; }
.approach-grid article::before { content: ''; position: absolute; top: -3px; left: 0; width: 5px; height: 5px; background: #746f67; border-radius: 50%; }
.step-number { font-size: 11px; color: #7a7874; }
.step-arrow { position: absolute; right: 0; top: 23px; color: #9f9d9a; }
.step-arrow .icon { width: 17px; height: 17px; }
.approach-grid h3 { font-size: 28px; margin-top: 36px; margin-bottom: 16px; }
.approach-grid p { font-size: 13px; max-width: 258px; line-height: 1.8; }
.academy-banner { display: grid; grid-template-columns: 1.08fr 1fr; background: #efece7; border-radius: var(--radius-lg); overflow: clip; }
.academy-art { position: relative; background: #e3dfd8; min-height: 505px; overflow: clip; }
.academy-art::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent, transparent 100px, #4a464007 100px, #4a464007 101px); pointer-events: none; }
.academy-art-top { position: absolute; top: 29px; left: 33px; font-size: 8px; letter-spacing: .15em; z-index: 2; }
.academy-art-bottom { position: absolute; bottom: 27px; left: 33px; font-size: 8px; letter-spacing: .1em; z-index: 2; }
.academy-banner-copy { padding: 62px 58px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
.academy-banner-copy .eyebrow { font-size: 9px; color: #5a5753; margin-bottom: 28px; }
.academy-banner-copy h2 { font-size: clamp(40px, 4vw, 62px); }
.academy-banner-copy h2 .serif { color: #68645f; }
.academy-banner-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.85; max-width: 365px; margin-top: 24px; }
.academy-banner-copy > .button { margin-top: 30px; font-size: 13px; }
.clarity { display: grid; grid-template-columns: 1fr 1.13fr; gap: 105px; padding-block: 135px; }
.clarity > div > .eyebrow { margin-bottom: 32px; }
.clarity h2 { font-size: clamp(40px, 3.9vw, 60px); }
.clarity h2 .serif { color: #797672; }
.clarity > div > p:not(.eyebrow) { font-size: 14px; margin-top: 28px; line-height: 1.8; }
.clarity > div > .text-link { margin-top: 25px; }
.clarity-list article { display: flex; align-items: start; gap: 23px; border-top: 1px solid var(--line); padding-block: 26px; }
.clarity-list article > span { font-size: 10px; color: #84827f; padding-top: 5px; }
.clarity-list article > .icon { margin-left: auto; height: 18px; width: 18px; color: #979592; padding-top: 2px; }
.clarity-list h3 { font-size: 24px; letter-spacing: -.035em; line-height: 1.2; }
.clarity-list p { font-size: 13px; line-height: 1.85; margin-top: 13px; max-width: 394px; }

/* Closing signature */
.contact-band { padding-block: 78px 82px; background: #e8e5df; color: var(--ink); position: relative; overflow: clip; }
.contact-band .eyebrow { color: #6f6a60; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; margin-top: 30px; }
.contact-band h2 { font-size: clamp(57px, 8.2vw, 126px); letter-spacing: -.04em; line-height: 1; }
.contact-band h2 .serif { color: #6f6a61; }
.contact-band-inner > div > p { color: #5c574f; font-size: 15px; line-height: 1.7; margin-top: 29px; }
.contact-orb { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 19px; flex-shrink: 0; width: 160px; height: 160px; border-radius: 50%; color: #fdfcfa; font-size: 10px; letter-spacing: .04em; transition: transform .5s var(--ease), background .3s; }
.orb-icon { display: block; }
.contact-orb .icon { height: 47px; width: 47px; stroke-width: 1; transition: transform .4s; }
.contact-orb:hover { transform: rotate(-6deg); background: #2e2e2e; }
.contact-orb:hover .icon { transform: translate(4px, -4px); }
.site-footer { background: radial-gradient(70% 55% at 10% 84%, #1d82f20f, transparent 70%), var(--deep); color: #efece7; overflow: clip; }
.site-footer .wrap { width: 100%; max-width: none; padding-inline: 28px; }
.footer-main { display: grid; grid-template-columns: 1.7fr .8fr .85fr 1fr; gap: 48px; padding-block: 78px 14px; }
.brand--footer { font-size: 30px; }
.footer-main > div > p { font-size: 13px; color: #9d9993; line-height: 1.8; margin-top: 23px; }
.swiss-label { display: flex; gap: 8px; align-items: center; font-size: 10px; color: #8d887f; margin-top: 22px; }
.swiss-label .swiss-cross { height: 12px; width: 12px; color: #c9c3ba; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links > p { margin: 0 0 9px !important; color: #8d897f !important; font-size: 9px !important; text-transform: uppercase; letter-spacing: .14em; }
.footer-links > a { font-size: 12px; color: #d5d1ca; }
.footer-links a:hover { color: #ffffff; text-decoration: underline; text-underline-offset: 4px; }
.footer-links .icon { display: inline-block; vertical-align: middle; height: 12px; width: 12px; margin-left: 12px; }
.footer-note { border-left: 1px solid #ffffff1f; padding-left: 32px; }
.footer-note .eyebrow { color: #8d887f; font-size: 8px; }
.footer-note > p { margin-top: 17px !important; font-size: 24px !important; letter-spacing: -.035em; line-height: 1.25 !important; color: #cbc5bb !important; }
.footer-note > .icon { margin-top: 20px; color: #7f7a71; }
.footer-word { display: flex; justify-content: center; align-items: baseline; font-size: clamp(20px, 5.6vw, 120px); letter-spacing: -.02em; font-weight: 500; line-height: 1.1; padding-block: 78px 62px; color: transparent; background: linear-gradient(100deg, #332f29 0%, #57524a 26%, #8f897d 50%, #57524a 74%, #332f29 100%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; user-select: none; white-space: nowrap; overflow: clip; overflow-anchor: none; animation: footer-sheen 9s ease-in-out infinite; }
.type-dot { color: var(--blue); -webkit-text-fill-color: var(--blue); filter: drop-shadow(0 0 16px #1d82f266); }
.type-caret { display: inline-block; width: 4px; height: .82em; margin-left: 16px; border-radius: 2px; background: linear-gradient(180deg, var(--blue), var(--cyan)); animation: caret-blink 1.05s infinite; }
@keyframes footer-sheen { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes caret-blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #ffffff17; padding-block: 22px; color: #96918a; font-size: 9px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 23px; align-items: center; padding-right: 56px; }
.footer-bottom a:hover { color: #ffffff; }
.footer-motto { color: #77726a; }
.motion-toggle { color: #aaa59d; font-size: 9px; background: transparent; padding: 0; text-decoration: underline; text-underline-offset: 4px; }
.scroll-progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 120; pointer-events: none; background: linear-gradient(90deg, var(--blue) 0%, var(--cyan) 100%); transform: scaleX(0); transform-origin: 0 50%; }
.back-top { display: flex; align-items: center; justify-content: center; position: fixed; right: 25px; bottom: 24px; height: 42px; width: 42px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; opacity: 0; visibility: hidden; transform: translateY(12px); z-index: 35; transition: opacity .3s, transform .3s, visibility .3s; box-shadow: 0 2px 14px #00000014; }
.back-top .icon { height: 18px; width: 18px; transform: rotate(-45deg); }
.back-top.is-visible { opacity: 1; visibility: visible; transform: none; }

/* Interior pages retain their individual information architecture. */
.breadcrumbs { display: flex; align-items: center; gap: 14px; color: #777573; font-size: 10px; margin-bottom: 45px; }
.breadcrumbs a:hover { color: var(--ink); }
.breadcrumbs > span[aria-current] { color: #494744; }
.page-hero { padding-block: 34px 80px; }
.page-hero .eyebrow { margin-bottom: 30px; }
.page-hero h1 { font-size: clamp(52px, 6.8vw, 104px); line-height: 1.03; letter-spacing: -.04em; }
.page-hero h1 .serif { color: #787570; }
.page-hero .lead { font-size: 18px; max-width: 660px; line-height: 1.8; margin-top: 30px; color: var(--text-secondary); }
.page-hero-row { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.page-hero-row > div:first-child { min-width: 0; }
.hero-side-note { align-self: end; border-left: 1px solid var(--line); padding-left: 27px; padding-block: 9px; flex-shrink: 0; }
.hero-side-note p { font-size: 12px; line-height: 1.9; }
.hero-side-note .swiss-cross { color: #716d67; margin-bottom: 17px; }
.company-panorama { background: var(--dark); color: #f4f1ec; overflow: clip; margin-inline: 16px; border-radius: var(--radius-lg); }
.company-panorama-inner { display: flex; position: relative; align-items: center; min-height: 460px; }
.panorama-statement { font-size: 63px; line-height: 1.05; letter-spacing: -.04em; z-index: 2; max-width: 52%; }
.panorama-statement em { font-family: inherit; font-style: italic; font-weight: 300; color: #c9c3ba; }
.company-panorama-inner > img { position: absolute; right: -37px; top: -50px; width: 650px; height: 520px; object-fit: contain; }
.anchor-offset { scroll-margin-top: 112px; }
.competence-details { padding-bottom: 100px; }
.competence-row { display: grid; grid-template-columns: 45px .85fr 1.15fr .9fr 46px; gap: 30px; padding-block: 48px; border-top: 1px solid var(--line); align-items: start; }
.row-number { font-size: 11px; padding-top: 10px; color: #817e7a; }
.competence-row h3 { font-size: 41px; }
.competence-row > div > p { font-size: 15px; }
.round-link { display: flex; height: 45px; width: 45px; border: 1px solid #bdbbb8; border-radius: 50%; align-items: center; justify-content: center; transition: background .3s, transform .4s; }
.round-link .icon { height: 19px; width: 19px; }
.round-link:hover { background: var(--accent); transform: rotate(-6deg); }
.dark-statement { padding-block: 90px; background: var(--dark); color: #ece9e3; }
.dark-statement .eyebrow { color: #b9b6b2; margin-bottom: 28px; }
.dark-statement h2 { font-size: clamp(36px, 4.2vw, 64px); line-height: 1.2; }
.dark-statement h2 > span { color: #aca9a4; }
.dark-statement .button { background: var(--accent); color: var(--ink); margin-top: 32px; }
.project-list-section { padding-top: 0; }
.project-list-feature { display: grid; grid-template-columns: 1.25fr 1fr; background: #efece7; border: 1px solid #dbd7d0; border-radius: var(--radius-lg) var(--radius-lg) 60px var(--radius-lg); overflow: clip; align-items: center; }
.project-list-feature--reverse { grid-template-columns: 1fr 1.25fr; }
.project-list-feature--reverse .project-list-copy { order: 1; }
.project-list-feature--reverse .project-list-visual { order: 2; }
.project-list-feature + .project-list-feature { margin-top: 26px; }
.project-list-visual { padding: 45px 28px; min-height: 475px; display: flex; align-items: center; background: #e2ded7; }
.project-list-visual .erp-visual { width: 100%; transform: none; box-shadow: 0 15px 36px #33312d12; }
.project-list-copy { padding: 39px; }
.project-list-copy h2 { margin-block: 25px 21px; font-size: 44px; }
.project-list-copy > p { font-size: 14px; }
.project-list-copy .button { margin-top: 21px; font-size: 13px; }
.project-facts { margin-block: 28px 0; font-size: 11px; }
.project-facts > div { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #d5d1c9; padding-block: 11px; }
.project-facts dt { color: #73706c; }
.project-facts dd { margin: 0; text-align: right; }
.project-note { display: grid; grid-template-columns: .55fr 1.5fr .8fr; gap: 40px; align-items: center; margin-top: 50px; border-block: 1px solid var(--line); padding-block: 28px; }
.project-note > span { font-size: 9px; letter-spacing: .1em; }
.project-note > p { font-size: 14px; }
.project-note > .text-link { justify-self: end; }
.erp-detail-visual { max-width: 1100px; background: #eae6df; padding: 55px 100px; border-radius: var(--radius-lg) var(--radius-lg) 60px var(--radius-lg); margin-bottom: clamp(56px, 6.5vw, 92px); }
.erp-detail-visual .erp-visual { box-shadow: 0 18px 46px #35332f12; }
.discreet-note { color: #777573; font-size: 11px; line-height: 1.8; margin-top: 26px; }
.academy-courses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.course-card { border: 1px solid var(--line); padding: 32px; display: flex; flex-direction: column; align-items: start; transition: background .4s, transform .4s var(--ease); }
.course-card:hover { background: #f4f1ec; transform: translateY(-5px); }
.course-card > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; font-size: 8px; letter-spacing: .08em; color: #736f6a; }
.course-card > div .icon { width: 26px; height: 26px; }
.course-card h3 { font-size: 31px; margin-block: 48px 20px; }
.course-card > p { font-size: 14px; margin-bottom: 24px; line-height: 1.85; }
.course-card > .text-link { font-size: 12px; margin-top: auto; }
.training-list { margin-top: 44px; border-top: 1px solid var(--line); }
.training-item { display: grid; grid-template-columns: .85fr 1.6fr; gap: 30px; padding-block: 32px; border-bottom: 1px solid var(--line); }
.training-item > div > span { display: block; font-size: 10px; letter-spacing: .14em; color: #84827f; margin-bottom: 10px; }
.training-item h3 { font-size: 23px; letter-spacing: -.03em; line-height: 1.25; }
.training-item dl { display: grid; gap: 15px; margin: 0; }
.training-item dl > div { display: grid; grid-template-columns: 128px 1fr; gap: 16px; }
.training-item dt { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #84827f; padding-top: 4px; }
.training-item dd { margin: 0; font-size: 13px; line-height: 1.8; }
.reasons-heading { max-width: 660px; }
.reasons-heading h2 { font-size: clamp(36px, 3.4vw, 52px); margin-top: 26px; }
.reasons-heading h2 .serif { color: #797672; }
.reasons-heading > p:not(.eyebrow) { font-size: 14px; line-height: 1.8; margin-top: 22px; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; }
.reason-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fbfbfa; padding: 30px 28px 28px; transition: border-color .45s var(--ease), box-shadow .45s var(--ease), transform .45s var(--ease); }
.reason-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.reason-card::after { content: ''; position: absolute; inset: 0; background: radial-gradient(130% 100% at 100% 0%, #1d82f214, transparent 55%); opacity: 0; transition: opacity .45s; pointer-events: none; }
.reason-card:hover { border-color: #1d82f24d; transform: translateY(-5px); box-shadow: 0 18px 44px #1d82f21a; }
.reason-card:hover::before { transform: scaleX(1); }
.reason-card:hover::after { opacity: 1; }
.reason-num { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #1d82f23d; color: #1a6fd0; font-size: 10px; letter-spacing: .05em; }
.reason-card h3 { font-size: 22px; letter-spacing: -.03em; line-height: 1.25; margin-block: 20px 12px; }
.reason-card p { font-size: 13px; line-height: 1.8; color: #4d4b48; }
.faq-section { padding-top: 0; text-align: center; }
.faq-section .eyebrow { justify-content: center; }
.faq-section h2 { margin-top: 26px; }
.faq-list { display: grid; gap: 12px; margin-top: 48px; max-width: 900px; margin-inline: auto; text-align: left; }
.faq-list details { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fbfbfa; padding-inline: 26px; transition: border-color .4s var(--ease), box-shadow .4s var(--ease), transform .4s var(--ease); }
.faq-list details::before { content: ''; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.faq-list details:hover { border-color: #1d82f24d; box-shadow: 0 14px 36px #1d82f217; }
.faq-list details[open] { border-color: #1d82f24d; }
.faq-list details:hover::before, .faq-list details[open]::before { transform: scaleX(1); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 15px; line-height: 1.5; padding-block: 22px; cursor: pointer; }
.faq-list summary .icon { height: 30px; width: 30px; padding: 7px; border: 1px solid #1d82f23d; border-radius: 50%; color: #1a6fd0; transition: transform .35s var(--ease), background .3s, color .3s, border-color .3s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); background: var(--blue); color: #fff; border-color: var(--blue); }
.faq-list details > p { font-size: 14px; margin: 0; padding: 0 46px 26px 0; line-height: 1.85; }

/* Contact is a transparent local preview until a real endpoint is configured. */
.contact-layout { display: grid; grid-template-columns: .9fr 1.2fr; gap: 110px; padding-top: 7px; }
.contact-aside { align-self: start; padding-top: 8px; }
.contact-emblem { display: flex; width: 84px; height: 84px; align-items: center; justify-content: center; background: var(--dark); border-radius: 50%; margin-bottom: 36px; }
.contact-emblem .brand-mark { width: 34px; height: 34px; }
.contact-aside h2 { font-size: 43px; margin-block: 25px; }
.contact-aside > p { font-size: 14px; max-width: 340px; }
.contact-topics { display: grid; gap: 18px; margin-top: 34px; }
.contact-topics > span { display: flex; align-items: center; gap: 12px; font-size: 12px; color: #64615d; }
.contact-topics .icon { width: 17px; height: 17px; }
.contact-aside .small-caption { font-size: 11px; line-height: 1.8; margin-top: 35px; color: #7f7d7b; }
.contact-form { position: relative; align-self: start; background: #fbfbfa; border: 1px solid var(--line); padding: 36px; border-radius: var(--radius-lg); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.form-heading > span:last-child { font-size: 11px; color: #84827f; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 23px; }
.field label { font-size: 12px; font-weight: 500; }
.optional { font-size: 10px; color: #848280; font-weight: 400; margin-left: 4px; }
.select-shell { position: relative; }
.select-shell > select { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.select-control { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px; min-height: 51px; padding: 13px 16px; font: inherit; font-size: 14px; text-align: left; color: var(--ink); background: #faf8f5; border: 1px solid #cdccca; border-radius: 12px; transition: border-color .2s, background .2s, box-shadow .2s; }
.select-control:hover { border-color: #b9b6b1; }
.select-control[aria-expanded="true"] { border-color: var(--blue); background: #ffffff; box-shadow: 0 0 0 3px #1d82f21f; }
.select-chevron { width: 14px; height: 14px; color: #77746f; transition: transform .3s var(--ease); }
.select-control[aria-expanded="true"] .select-chevron { transform: rotate(180deg); }
.select-value { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select-value.is-placeholder { color: #8b8884; }
.select-list { position: absolute; z-index: 30; top: calc(100% + 8px); left: 0; right: 0; margin: 0; padding: 7px; list-style: none; background: #ffffff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 26px 60px #2e2c2822; display: grid; gap: 2px; max-height: 296px; overflow: auto; opacity: 0; transform: translateY(-6px) scale(.99); transition: opacity .18s var(--ease), transform .24s var(--ease); }
.select-list[hidden] { display: none; }
.select-list.is-open { opacity: 1; transform: none; }
.select-list li { padding: 11px 14px; border-radius: 9px; font-size: 14px; color: #4a4a4a; cursor: pointer; transition: background .18s, color .18s; }
.select-list li:hover, .select-list li.is-active { background: #f1efeb; color: var(--ink); }
.select-list li[aria-selected="true"] { background: var(--ink); color: var(--paper); }
.select-shell.is-invalid .select-control { border-color: #9c3926; box-shadow: 0 0 0 3px #9c39261a; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 16px; font-size: 14px; min-height: 51px; border: 1px solid #cdccca; background: #faf8f5; color: var(--ink); border-radius: 12px; transition: border-color .2s, background .2s; }
.field input:focus, .field textarea:focus, .field select:focus { background: white; border-color: #817d77; }
.field input::placeholder, .field textarea::placeholder { color: #868482; font-size: 12px; }
.field textarea { min-height: 160px; max-height: 550px; resize: vertical; line-height: 1.8; }
.field-hint { font-size: 9px; color: #7e7c78; text-align: right; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 0; overflow: hidden; }
.checkbox-label { display: flex; gap: 10px; align-items: start; font-size: 11px; color: #66635f; line-height: 1.7; }
.checkbox-label input { flex-shrink: 0; width: 17px; height: 17px; margin: 2px 0 0; accent-color: #55514a; }
.checkbox-label a { text-decoration: underline; text-underline-offset: 3px; }
.form-mode-note { display: flex; gap: 10px; align-items: start; margin-top: 24px; padding: 13px 15px; border: 1px solid #dcd8d1; border-radius: 12px; background: #edecea; }
.form-mode-note .label-dot { margin-top: 7px; color: #8c8984; }
.form-mode-note p { color: #686560; font-size: 10px; line-height: 1.8; }
.form-submit { margin-top: 18px; width: 100%; padding: 16px 21px; }
.form-status { color: #4d4a45; font-size: 12px; line-height: 1.8; overflow-wrap: anywhere; margin-top: 15px; }
.form-status:empty { margin: 0; }
.form-status.is-error { color: #9c3926; }
.request-preview { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.request-preview > div:first-child { display: flex; justify-content: space-between; gap: 14px; align-items: center; font-size: 12px; }
.request-preview > div > span { font-size: 9px; color: #77746f; }
.request-preview pre { background: var(--soft); border: 1px solid var(--line); padding: 18px; font: 12px/1.8 var(--sans); white-space: pre-wrap; overflow-wrap: anywhere; max-height: 310px; overflow: auto; margin-block: 15px; }
.request-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.small-button { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 11px; background: transparent; border: 1px solid #c9c7c4; min-height: 42px; padding: 9px 16px; border-radius: var(--radius-pill); }
.small-button:hover { background: #efece7; }
.small-button .icon { width: 15px; height: 15px; }
.verified-contact:empty { display: none; }
.verified-contact { font-size: 14px; padding-top: 28px; overflow-wrap: anywhere; }
.verified-contact a { display: block; text-decoration: underline; }
.legal-preview-notice { border: 1px solid #d0ccc4; background: #f0eee9; padding: 27px 30px; margin-bottom: 40px; color: #4d4a46; }
.legal-preview-notice p { font-size: 12px; margin-top: 11px; margin-bottom: 0; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 20px; padding-bottom: 100px; }
.toast { position: fixed; left: 50%; bottom: 25px; transform: translateX(-50%); max-width: calc(100% - 36px); background: var(--dark); color: var(--paper); border: 1px solid #68645f; padding: 15px 24px; z-index: 100; font-size: 12px; text-align: center; }

/* Reveal effects never gate access to content. */
.reveal { transition: opacity .75s var(--ease), transform .75s var(--ease); transition-delay: var(--reveal-delay, 0s); }
.reveal.will-reveal { opacity: 0; transform: translateY(25px); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero-copy .eyebrow, .hero-line, .hero-description, .hero-actions { animation: entrance 1s var(--ease) backwards; }
.hero-copy .eyebrow { animation-delay: .04s; }
.hero-line:first-child { animation-delay: .13s; }
.hero-line:nth-child(2) { animation-delay: .23s; }
.hero-description { animation-delay: .35s; }
.hero-actions { animation-delay: .43s; }
@keyframes entrance { from { opacity: 0; transform: translateY(21px); } to { opacity: 1; transform: none; } }

/* ------------------------------------------------------------------
   Motion & colour accents, logo blue and cyan. Every effect
   is optional and is fully disabled by the reduced-motion settings.
   ------------------------------------------------------------------ */
:root {
  --blue-deep: #0a5fd0;
  --cyan: #38c6f4;
  }
@property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
::selection { color: #082b52; background: #cfe2ff; }
:focus-visible { outline-color: var(--blue); }

/* Navigation, progress and buttons */
.site-header::after { background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.desktop-nav a::after { background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.header-contact { background: linear-gradient(135deg, var(--blue-deep), var(--blue)); }
.header-contact:hover { background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 10px 26px #1d82f22e; }
.button { position: relative; overflow: hidden; isolation: isolate; }
.button > span { position: relative; z-index: 1; }
.button::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 32%, #ffffff4d 50%, transparent 68%); transform: translateX(-130%); transition: transform .8s var(--ease); pointer-events: none; }
.button:hover::after { transform: translateX(130%); }
.button--primary:hover { background: linear-gradient(135deg, var(--blue-deep), var(--blue)); box-shadow: 0 12px 34px #1d82f23d; }
.button--light:hover { box-shadow: 0 12px 34px #1d82f240; }
.dark-statement .button:hover { background: linear-gradient(135deg, #dff1ff, #ffffff); box-shadow: 0 12px 34px #1d82f240; }

/* Editorial accents */
.section-eyebrow > span, .cap-number, .step-number, .row-number, .discipline-num, .breadcrumbs > span[aria-current] { color: var(--blue); }
.label-dot { animation: dot-pulse 2.8s var(--ease) infinite; }
@keyframes dot-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: .7; } }
.text-link:hover { border-color: var(--blue); }
.text-link:hover .icon { color: var(--blue); }
.pill > span { background: linear-gradient(135deg, var(--blue), var(--cyan)); }

/* Hero aurora */
.hero-light::before, .hero-light::after { content: ''; position: absolute; border-radius: 50%; filter: blur(90px); will-change: transform; }
.hero-light::before { width: 560px; height: 560px; left: 44%; top: -14%; background: radial-gradient(circle, #1d82f25c, transparent 66%); animation: aurora-a 19s ease-in-out infinite alternate; }
.hero-light::after { width: 460px; height: 460px; right: 2%; bottom: -20%; background: radial-gradient(circle, #38c6f44d, transparent 66%); animation: aurora-b 24s ease-in-out infinite alternate; }
@keyframes aurora-a { from { transform: translate3d(-6%, 4%, 0) scale(1); } to { transform: translate3d(9%, -7%, 0) scale(1.18); } }
@keyframes aurora-b { from { transform: translate3d(5%, -5%, 0) scale(1.06); } to { transform: translate3d(-9%, 7%, 0) scale(.9); } }

/* Dark sections: colour wash */
.project-feature::before { content: ''; position: absolute; inset: -30% -10% auto; height: 80%; background: radial-gradient(45% 60% at 18% 0%, #1d82f224, transparent 70%), radial-gradient(40% 55% at 88% 15%, #38c6f41f, transparent 72%); pointer-events: none; animation: wash-drift 26s ease-in-out infinite alternate; }
@keyframes wash-drift { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(2%, 3%, 0); } }
.project-feature > .wrap, .dark-statement > .wrap { position: relative; z-index: 1; }
.dark-statement { position: relative; overflow: clip; }
.dark-statement::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 80% at 80% 20%, #1d82f220, transparent 70%), radial-gradient(40% 70% at 12% 90%, #7b7bf518, transparent 72%); pointer-events: none; }

/* Accent words: animated gradient text */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
.hero h1 .serif { background: linear-gradient(100deg, #9dc4ff 0%, #fdfcfa 46%, #7fdcff 100%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: text-sheen 8s var(--ease) infinite; }
.page-hero h1 .serif { background: linear-gradient(100deg, var(--blue), #4fb6ff 50%, var(--blue-deep)); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: text-sheen 8s var(--ease) infinite; }
.page-hero h1 .serif, .hero h1 .serif, .contact-band h2 .serif { padding-inline: .075em; margin-inline: -.075em; }
.contact-band h2 .serif { background: linear-gradient(100deg, var(--blue-deep), var(--blue) 48%, #35b5f0); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: text-sheen 8s var(--ease) infinite; }
}
@keyframes text-sheen { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }

/* Competence accordion */
.capability-detail { position: relative; }
.capability-detail::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--blue), var(--cyan)); transform: scaleY(0); transform-origin: top; transition: transform .8s var(--ease); }
.capability-detail[open]::before { transform: scaleY(1); }
.capability-detail[open] { background: linear-gradient(135deg, #101010 30%, #141414 55%, #0c1a2e); }
.capability-detail[open] .cap-content { animation: cap-open .8s var(--ease) both; }
@keyframes cap-open { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
.capability-detail[open] .cap-plus { border-color: var(--blue); color: var(--cyan); }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
.capability-detail[open] .cap-title { background: linear-gradient(90deg, #ffffff, #9ed2ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
}

/* Product stage: rotating gradient border */
.product-stage::after { content: ''; position: absolute; inset: 0; border-radius: 3px; padding: 1px; background: conic-gradient(from var(--angle), transparent 0 72%, #1d82f2b3 82%, #38c6f4d9 88%, transparent 96%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; animation: border-spin 7s linear infinite; pointer-events: none; }
@keyframes border-spin { to { --angle: 360deg; } }

/* Cards and lists */
.course-card { position: relative; overflow: hidden; }
.course-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.course-card:hover::before { transform: scaleX(1); }
.course-card:hover { border-color: #1d82f24d; box-shadow: 0 18px 44px #1d82f21a; }
.clarity-list article { transition: background .45s var(--ease), border-color .45s; }
.clarity-list article:hover { background: linear-gradient(90deg, #1d82f20f, transparent 70%); }
.clarity-list article > .icon { transition: transform .35s var(--ease), color .3s; }
.clarity-list article:hover > .icon { color: var(--blue); transform: translate(3px, -3px); }
.approach-grid article::before { background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 0 14px #1d82f280; transition: transform .4s var(--ease); }
.approach-grid article:hover::before { transform: scale(1.6); }

/* Closing orb and footer edge */
.contact-band::before { content: ''; position: absolute; right: 4%; top: 50%; width: 460px; height: 460px; margin-top: -230px; border-radius: 50%; background: radial-gradient(circle, #1d82f22e, transparent 66%); animation: pulse-soft 7s ease-in-out infinite; pointer-events: none; }
@keyframes pulse-soft { 0%, 100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.12); opacity: 1; } }
.contact-band > .wrap { position: relative; z-index: 1; }
.contact-orb { position: relative; background: linear-gradient(140deg, var(--blue-deep), var(--blue) 55%, #33b9f0); }
.contact-orb::before { content: ''; position: absolute; inset: -15px; border-radius: 50%; border: 1px dashed #1d82f266; animation: spin-slow 26s linear infinite; }
@keyframes spin-slow { to { transform: rotate(360deg); } }
.contact-orb:hover { transform: rotate(-6deg) scale(1.04); background: linear-gradient(140deg, var(--blue), #4fc4f6); box-shadow: 0 20px 50px #1d82f233; }
.site-footer { position: relative; }
.site-footer::before { content: ''; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, #1d82f266, #38c6f466, transparent); }
.footer-links a:hover { color: var(--cyan); }

/* Reveal choreography */
.clarity-list article.reveal.will-reveal { transform: translateY(26px); }
.approach-grid article.reveal.will-reveal { transform: translateY(30px) scale(.98); }
.intro-copy h2.reveal.will-reveal, .section-heading h2.reveal.will-reveal { transform: translateY(30px); }

/* ------------------------------------------------------------------
   Extended motion & colour polish, spotlight, parallax, progress ring,
   staggering and coloured surfaces. Disabled with reduced motion.
   ------------------------------------------------------------------ */

/* A soft spotlight follows the pointer across the dark hero. */
.hero-light { background: radial-gradient(ellipse at 78% 45%, #8b85781f, transparent 50%), radial-gradient(26% 40% at var(--spot-x, 74%) var(--spot-y, 46%), #1d82f226, transparent 72%), linear-gradient(120deg, #2f2d2b00 40%, #0a0a0aaa); }
.hero-stage { transform: translate3d(0, var(--parallax, 0), 0); will-change: transform; }

/* Back-to-top doubles as a scroll progress ring. */
.back-top { background: conic-gradient(from -90deg, var(--blue) calc(var(--top-progress, 0) * 360deg), var(--line) 0); }
.back-top::before { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--paper); transition: background .3s; }
.back-top .icon { position: relative; z-index: 1; }
.back-top:hover { background: conic-gradient(from -90deg, var(--blue), var(--cyan) calc(var(--top-progress, 0) * 360deg), var(--line) 0); }

/* Page entrance. */
main { animation: page-in .6s var(--ease) backwards; }
@keyframes page-in { from { opacity: 0; } to { opacity: 1; } }

/* More editorial colour accents. */
.faq-list details[open] summary { color: var(--blue); }
.round-link:hover { background: linear-gradient(135deg, var(--blue), var(--cyan)); border-color: transparent; color: #fdfcfa; }
.contact-form::after { content: ''; position: absolute; inset: 0; border-radius: 3px; padding: 1px; background: conic-gradient(from var(--angle), transparent 0 74%, #1d82f299 84%, #38c6f4b3 90%, transparent 97%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; animation: border-spin 9s linear infinite; pointer-events: none; }

/* Coloured, slowly floating surfaces. */
.product-stage { animation: stage-float 9s ease-in-out infinite; }
@keyframes stage-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.company-panorama { background: radial-gradient(70% 120% at 82% 0%, #1d82f233, transparent 62%), radial-gradient(60% 100% at 8% 100%, #38c6f41f, transparent 66%), var(--dark); }
.project-list-visual { background: radial-gradient(80% 120% at 18% 0%, #1d82f21f, transparent 62%), #e2ded7; }
.erp-detail-visual { background: radial-gradient(70% 120% at 82% 0%, #1d82f21c, transparent 62%), #eae6df; }

/* Gradient hairlines tie the coloured accents together. */
.competence-section { border-top: 0; background-image: linear-gradient(90deg, var(--blue), #38c6f466 18%, var(--line) 46%, var(--line)); background-repeat: no-repeat; background-size: 100% 1px; background-position: top left; }

/* Mobile navigation cascades in. */
.mobile-nav:not([hidden]) > a { animation: nav-in .5s var(--ease) backwards; }
.mobile-nav:not([hidden]) > a:nth-of-type(2) { animation-delay: .05s; }
.mobile-nav:not([hidden]) > a:nth-of-type(3) { animation-delay: .1s; }
.mobile-nav:not([hidden]) > a:nth-of-type(4) { animation-delay: .15s; }
.mobile-nav:not([hidden]) > a:nth-of-type(5) { animation-delay: .2s; }
.mobile-nav:not([hidden]) > a:nth-of-type(6) { animation-delay: .25s; }
.mobile-nav:not([hidden]) > a:nth-of-type(7) { animation-delay: .3s; }
@keyframes nav-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 800px) {
.hero-stage { transform: none; }
}

/* ------------------------------------------------------------------
   Final polish, grain, pointer-aware cards, focus colour and tactile
   states. Progressive enhancement only.
   ------------------------------------------------------------------ */

/* Fine film grain over the darkest surfaces. */
.hero::after, .site-footer::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* A soft highlight follows the pointer across cards and rows. */
.course-card::after, .clarity-list article::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(220px circle at var(--card-x, 50%) var(--card-y, 50%), #1d82f216, transparent 68%);
  opacity: 0;
  transition: opacity .35s var(--ease);
  pointer-events: none;
}
.course-card:hover::after, .clarity-list article:hover::after { opacity: 1; }
.clarity-list article { position: relative; }

/* Focus and form states pick up the brand blue. */
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px #1d82f21f; }
.checkbox-label input { accent-color: var(--blue); }
.skip-link { background: linear-gradient(135deg, var(--blue-deep), var(--blue)); }
.toast { border-color: #1d82f28c; }
.faq-list details[open] summary .icon { color: #fff; }

/* Tactile button and card feedback. */
.button:active { transform: translateY(0) scale(.985); }
.header-contact:active { transform: translateY(1px); }
.course-card:active { transform: translateY(-2px); }
.project-list-feature { transition: border-color .4s, box-shadow .4s; }
.project-list-feature:hover { border-color: #1d82f24d; box-shadow: 0 22px 55px #1d82f21a; }

/* Back-to-top ring label on hover. */
.back-top:hover .icon { transform: rotate(-45deg) translateY(-2px); }

/* Accessible accent tones: deep blue for small text on light, cyan on dark. */
.section-eyebrow > span, .cap-number, .step-number, .row-number, .discipline-num, .breadcrumbs > span[aria-current], .project-note > span, .project-facts dt { color: var(--blue-deep); }
.project-feature .section-eyebrow > span { color: var(--cyan); }
.faq-list details[open] summary, .faq-list summary:hover { color: var(--blue-deep); }
.contact-topics .icon, .hero-side-note .swiss-cross { color: var(--blue-deep); }
.swiss-label .swiss-cross { color: var(--cyan); }

/* Product visuals respond on hover. */
.project-list-visual .erp-visual { transition: transform .7s var(--ease), box-shadow .7s; }
.project-list-feature:hover .erp-visual, .project-list-feature:focus-within .erp-visual { transform: translateY(-7px); box-shadow: 0 26px 60px #1d82f21f; }
.erp-detail-visual .erp-visual { transition: transform .7s var(--ease), box-shadow .7s; }
.erp-detail-visual:hover .erp-visual { transform: translateY(-6px); box-shadow: 0 28px 64px #1d82f21f; }

/* Soft coloured washes on light feature surfaces. */
.academy-banner { background: radial-gradient(70% 120% at 8% 0%, #1d82f214, transparent 60%), #efece7; }
.project-list-feature { background: radial-gradient(60% 120% at 100% 0%, #1d82f210, transparent 60%), #efece7; }

/* Generated editorial imagery, page titles, section photos and product shots. */
.page-title-visual { margin-top: 46px; border-radius: 14px; overflow: clip; position: relative; background: var(--dark); }
.page-title-visual img { display: block; width: 100%; height: auto; aspect-ratio: 21 / 9; object-fit: cover; }
.page-title-visual::after { content: ''; position: absolute; inset: 0; border-radius: 6px; box-shadow: inset 0 0 0 1px #ffffff14; pointer-events: none; }
.academy-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.academy-art::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, #f7f3ea80, transparent 32%, transparent 68%, #f7f3ea66); pointer-events: none; }
.competence-visual { align-self: center; border-radius: 14px; overflow: clip; }
.competence-visual img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.course-visual { margin-bottom: 22px; border-radius: 14px; overflow: clip; }
.course-visual img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.company-panorama-inner > img { position: absolute; right: calc((100% - 100vw) / 2 + 16px); top: 42px; bottom: 42px; height: calc(100% - 84px); width: min(44%, 580px); object-fit: cover; border-radius: 4px 0 0 4px; box-shadow: 0 24px 60px #00000052; }

/* Blog: overview and article pages. */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.blog-card { display: flex; flex-direction: column; align-items: start; padding: 26px; border: 1px solid var(--line); transition: background .4s, border-color .4s, transform .4s var(--ease); }
.blog-card:hover { background: #f4f1ec; border-color: #1d82f24d; transform: translateY(-5px); }
.blog-visual { width: 100%; margin: 0 0 22px; border-radius: 14px; overflow: clip; }
.blog-visual img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.blog-meta { display: flex; justify-content: space-between; gap: 16px; width: 100%; font-size: 8px; letter-spacing: .08em; color: #736f6a; }
.blog-card h3 { font-size: 27px; margin-block: 26px 14px; }
.blog-card h3 a { transition: color .3s; }
.blog-card h3 a:hover { color: var(--blue-deep); }
.blog-card > p { font-size: 13px; line-height: 1.8; margin-bottom: 24px; }
.blog-card .text-link { margin-top: auto; font-size: 12px; }
.article-layout { display: grid; grid-template-columns: .65fr 1.6fr; gap: 95px; align-items: start; }
.article-meta { position: sticky; top: 140px; }
.article-meta .eyebrow { margin-bottom: 26px; }
.article-meta .project-facts { margin-top: 0; }
.article-meta .text-link { margin-top: 28px; font-size: 12px; }
.article-body { max-width: 760px; }
.article-body .article-intro { font-size: 21px; line-height: 1.7; letter-spacing: -.02em; color: #3a3a3a; }
.article-body h2 { font-size: 34px; margin-block: 52px 18px; }
.article-body p { font-size: 16px; line-height: 1.85; margin-bottom: 18px; }
.article-body ul { display: grid; gap: 12px; list-style: none; margin: 0 0 18px; padding: 0; }
.article-body li { position: relative; padding-left: 24px; font-size: 16px; line-height: 1.8; color: var(--text-secondary); }
.article-body li::before { content: ''; position: absolute; left: 2px; top: 11px; width: 6px; height: 6px; background: linear-gradient(135deg, var(--blue), var(--cyan)); }
.article-body li strong { color: var(--ink); font-weight: 500; }
.article-body blockquote { margin: 38px 0; padding: 26px 30px; border-left: 2px solid var(--blue); background: var(--soft); }
.article-body blockquote p { margin: 0; font-size: 19px; line-height: 1.7; letter-spacing: -.02em; color: #3f3d3a; }
.article-body .button { margin-block: 10px 8px; }

/* Tablet */
@media (min-width: 1650px) {
.hero { min-height: 790px; }
.hero-inner { min-height: 714px; }
.hero-stage { height: 660px; width: 123%; margin-left: -11%; }
.hero h1 { font-size: 120px; }
}
@media (max-width: 1200px) {
.header-location { display: none; }
.header-inner { gap: 24px; }
.desktop-nav { gap: 25px; }
.hero { min-height: 649px; }
.hero-inner { min-height: 579px; }
.hero h1 { font-size: 8vw; }
.hero-copy { padding-block: 57px; }
.hero-description { font-size: 14px; max-width: 358px; }
.hero-stage { height: 540px; width: 116%; margin-left: -13%; }
.hero-actions { gap: 22px; }
.hero-actions .button { font-size: 12px; gap: 19px; }
.stage-side-label { display: none; }
.hero-bottom { min-height: 70px; }
.stage-label { font-size: 7px; }
.stage-caption { font-size: 7px; }
.intro-section { gap: 50px; grid-template-columns: .8fr 2.5fr; }
.competence-section { gap: 60px; }
.feature-layout { gap: 45px; grid-template-columns: .8fr 1.25fr; }
.product-stage { padding: 26px 17px 20px; }
.feature-copy h3 { font-size: 48px; }
.feature-copy > p { font-size: 13px; }
.academy-banner-copy { padding: 45px 35px; }
.academy-art { min-height: 456px; }
.clarity { gap: 60px; }
.footer-main { gap: 30px; }
.footer-note { padding-left: 24px; }
.project-list-copy { padding: 29px; }
.project-list-copy h2 { font-size: 38px; }
.erp-detail-visual { padding: 45px 60px; }
.contact-layout { gap: 70px; }
}
@media (max-width: 1000px) {
:root { --gutter: 36px; --header-h: 78px; }
.section { padding-block: 86px; }
.hero h1 { font-size: 8.4vw; }
.hero-copy { padding-block: 45px; }
.hero-copy .eyebrow { font-size: 8px; gap: 8px; margin-bottom: 31px; }
.hero-description { font-size: 13px; max-width: 315px; margin-top: 25px; }
.hero-actions { gap: 21px; margin-top: 27px; }
.hero-actions .button { font-size: 12px; padding-inline: 16px; gap: 10px; min-height: 51px; }
.hero-actions .button-icon { width: 32px; height: 32px; }
.hero-secondary { font-size: 11px; gap: 9px; }
.hero-stage { height: 472px; }
.hero-inner { min-height: 532px; }
.hero { min-height: 602px; }
.stage-label { top: 26px; font-size: 6px; }
.stage-caption { font-size: 6px; bottom: 20px; left: 20px; }
.hero-bottom-last { display: none !important; }
.discipline-strip { gap: 20px; }
.discipline-strip > a { font-size: 12px; gap: 8px; }
.discipline-num { display: none; }
.intro-section { gap: 38px; grid-template-columns: .65fr 2.5fr; }
.intro-copy h2 { font-size: 46px; }
.intro-label .eyebrow { font-size: 9px; gap: 8px; }
.intro-bottom { gap: 30px; grid-template-columns: 1.7fr 1fr; }
.intro-bottom p { font-size: 13px; }
.intro-bottom .text-link { font-size: 12px; }
.competence-section { grid-template-columns: 1fr 1.45fr; gap: 35px; }
.competence-heading h2 { font-size: 37px; }
.capability-detail > summary { padding-inline: 19px; gap: 18px; }
.cap-title { font-size: 30px; }
.cap-content { margin-left: 50px; margin-right: 24px; }
.cap-content > p { font-size: 13px; }
.project-feature { padding-block: 79px; }
.section-heading h2 { font-size: 42px; }
.section-heading > p { font-size: 12px; }
.feature-layout { grid-template-columns: 1fr; gap: 38px; }
.feature-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 38px; align-items: start; }
.feature-copy .pill { width: fit-content; }
.feature-copy h3 { grid-column: 1; grid-row: 2 / 5; font-size: 48px; margin-block: 23px 0; }
.feature-copy > p { grid-column: 2; grid-row: 1 / 3; font-size: 14px; max-width: none; }
.feature-focus { grid-column: 2; margin-top: 16px; }
.feature-copy > .button { grid-column: 2; width: fit-content; margin-top: 20px; }
.product-stage { width: 100%; max-width: 725px; justify-self: center; padding: 27px; }
.product-stage .erp-visual { transform: perspective(1200px) rotateY(-3deg) rotateX(2deg); }
.visual-caption { font-size: 9px; }
.approach-grid { gap: 27px; margin-top: 45px; }
.approach-grid h3 { font-size: 25px; }
.approach-grid p { font-size: 12px; }
.academy-banner-copy h2 { font-size: 45px; }
.academy-banner-copy > p:not(.eyebrow) { font-size: 13px; }
.academy-banner-copy { padding-inline: 29px; }
.academy-art { min-height: 460px; }
.academy-art-top, .academy-art-bottom { left: 25px; font-size: 7px; }
.clarity { gap: 42px; }
.clarity h2 { font-size: 42px; }
.clarity-list article { gap: 16px; }
.clarity-list h3 { font-size: 22px; }
.clarity-list p { font-size: 12px; }
.contact-band { padding-block: 65px; }
.contact-orb { width: 140px; height: 140px; font-size: 9px; }
.footer-main { grid-template-columns: 1.55fr 1fr 1fr; gap: 45px; }
.footer-note { display: none; }
.footer-motto { display: none; }
.page-hero h1 { font-size: 69px; }
.page-hero .lead { font-size: 16px; }
.hero-side-note { display: none; }
.panorama-statement { font-size: 53px; }
.company-panorama-inner > img { width: 570px; }
.competence-row { grid-template-columns: 30px 1fr 1.5fr 40px; gap: 24px; }
.competence-visual { display: none; }
.competence-row h3 { font-size: 34px; }
.competence-row > div > p { font-size: 14px; }
.round-link { height: 40px; width: 40px; }
.project-list-feature { grid-template-columns: 1fr; }
.project-list-visual { padding: 40px 60px; min-height: 410px; }
.project-list-copy { padding: 40px; }
.project-list-copy h2 { font-size: 44px; }
.project-list-copy h2 br { display: none; }
.project-list-copy > p { max-width: 600px; }
.project-facts { max-width: 600px; }
.project-note { grid-template-columns: .6fr 2fr; gap: 20px 35px; }
.project-note > .text-link { grid-column: 2; justify-self: start; }
.erp-detail-visual { padding: 40px 30px; }
.academy-courses { gap: 16px; }
.course-card { padding: 26px; }
.course-card > div { gap: 12px; font-size: 7px; }
.course-card h3 { font-size: 28px; }
.course-card > p { font-size: 13px; }
.course-card .text-link { font-size: 11px; gap: 18px; }
.training-item { grid-template-columns: 1fr; gap: 18px; }
.training-item dl > div { grid-template-columns: 110px 1fr; }
.reason-grid { grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 44px; }
.reason-card { padding: 24px; }
.blog-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
.blog-card { padding: 24px; }
.blog-card h3 { font-size: 25px; }
.article-layout { grid-template-columns: 1fr; gap: 38px; }
.article-meta { position: static; }
.article-body { max-width: none; }
.article-body h2 { font-size: 30px; }
.contact-layout { gap: 55px; grid-template-columns: .85fr 1.25fr; }
.contact-aside h2 { font-size: 36px; }
.contact-form { padding: 26px; }
.form-row { grid-template-columns: 1fr; gap: 0; }
}

/* Mobile: intentional composition, not a shrunken desktop. */
@media (max-width: 800px) {
 .header-inner > .lang-switch { display: none; }
:root { --gutter: 28px; --header-h: 76px; }
.header-inner { justify-content: space-between; gap: 16px; padding-inline: 12px; }
.desktop-nav { display: none; }
.brand { font-size: 30px; }
.header-contact { margin-left: auto; font-size: 10px; min-height: 40px; gap: 15px; }
.menu-toggle { display: flex; }
.mobile-nav:not([hidden]) { display: flex; flex-direction: column; position: fixed; top: var(--header-h); left: 0; right: 0; height: calc(100dvh - var(--header-h)); padding: 30px var(--gutter) 38px; background: var(--paper); border-top: 1px solid var(--line); overflow: auto; }
.mobile-nav > .eyebrow { font-size: 8px; color: #807e7a; margin-bottom: 15px; }
.mobile-nav > a { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 34px; letter-spacing: -.045em; padding-block: 12px; border-bottom: 1px solid var(--line); line-height: 1.5; }
.mobile-nav > a .icon { width: 20px; height: 20px; color: #817e7a; }
.mobile-nav > a[aria-current=page] { color: #76726c; }
.mobile-nav > span { margin-top: auto; padding-top: 26px; font-size: 11px; color: #7f7d79; }
.hero-shell { padding-inline: 12px; }
.hero { min-height: 0; }
.hero-inner { display: block; min-height: 0; width: calc(100% - 50px); }
.hero-copy { padding: 42px 0 0; }
.hero h1 { font-size: clamp(56px, 10.8vw, 86px); width: auto; max-width: 100%; }
.hero-description { max-width: 390px; font-size: 14px; margin-top: 24px; }
.hero-copy .eyebrow { margin-bottom: 25px; font-size: 8px; }
.hero-actions { margin-top: 26px; gap: 27px; }
.hero-actions .button { font-size: 13px; padding-inline: 18px; min-height: 54px; gap: 12px; }
.hero-secondary { font-size: 12px; }
.hero-stage { height: 365px; width: 100%; max-width: 560px; margin: -9px auto 0; }
.sculpture-wrap { inset: -93px -30px -95px; }
.stage-label { top: 37px; right: 4px; }
.stage-side-label, .stage-corner { display: none; }
.stage-caption { bottom: 11px; left: 0; right: 0; font-size: 6px; }
.hero::before { display: none; }
.hero-bottom { width: calc(100% - 50px); min-height: 63px; font-size: 8px; gap: 18px; }
.hero-bottom > a { font-size: 8px; gap: 0; }
.hero-bottom a .icon { margin-left: 9px; }
.discipline-strip { grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 23px; }
.discipline-strip > span { grid-column: 1 / -1; display: flex; gap: 5px; font-size: 8px; line-height: 1.5; }
.discipline-strip > span br { display: none; }
.discipline-strip > a { padding: 0; font-size: 12px; }
.intro-section { display: block; }
.intro-symbol { display: none; }
.intro-label { margin-bottom: 30px; }
.intro-label .eyebrow { font-size: 10px; gap: 14px; }
.intro-copy h2 { font-size: clamp(35px, 6.6vw, 50px); }
.intro-bottom { margin-top: 28px; grid-template-columns: 1.6fr 1fr; }
.competence-section { gap: 34px; }
.competence-heading { top: 115px; }
.competence-heading h2 { font-size: 33px; }
.competence-heading > p { font-size: 12px; }
.competence-heading > .text-link { font-size: 11px; gap: 20px; }
.competence-heading .eyebrow { font-size: 8px; gap: 9px; }
.cap-title { font-size: 27px; }
.capability-detail > summary { gap: 13px; padding-inline: 17px; }
.cap-number { font-size: 9px; margin-top: 8px; }
.cap-sub { font-size: 9px; }
.cap-content { margin-left: 41px; }
.cap-content > p { font-size: 12px; }
.cap-content .tags > span { font-size: 8px; }
.cap-plus { height: 28px; width: 28px; }
.cap-content > .text-link { font-size: 11px; }
.approach-grid { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
.approach-grid h3 { font-size: 29px; }
.approach-grid p { font-size: 13px; max-width: none; }
.academy-banner { grid-template-columns: 1fr 1fr; }
.academy-banner-copy { padding: 36px 25px; }
.academy-banner-copy h2 { font-size: 40px; }
.academy-banner-copy > .button { font-size: 11px; gap: 10px; min-height: 49px; padding-inline: 14px; }
.academy-banner-copy .button-icon { width: 30px; height: 30px; }
.academy-art-top, .academy-art-bottom { font-size: 6px; left: 22px; }
.clarity { gap: 35px; }
.clarity h2 { font-size: 36px; }
.clarity > div > p:not(.eyebrow) { font-size: 12px; }
.clarity > div > .text-link { font-size: 11px; }
.clarity-list h3 { font-size: 22px; }
.clarity-list article > .icon { display: none; }
.contact-band h2 { font-size: 9vw; }
.contact-orb { width: 124px; height: 124px; font-size: 8px; gap: 14px; }
.contact-orb .icon { width: 34px; height: 34px; }
.contact-band-inner > div > p { font-size: 13px; }
.footer-main { gap: 30px; }
.footer-word { padding-block: 56px 42px; font-size: clamp(18px, 6vw, 56px); }
.footer-bottom { font-size: 8px; }
.site-footer .wrap { padding-inline: 12px; }
.motion-toggle { font-size: 8px; }
.footer-bottom > div { gap: 16px; }
.page-hero h1 { font-size: 59px; }
.page-hero .lead { font-size: 15px; }
.company-panorama-inner { min-height: 0; flex-direction: column; align-items: flex-start; }
.panorama-statement { font-size: 45px; max-width: none; }
.company-panorama-inner > img { position: relative; top: auto; bottom: auto; right: auto; width: 100%; height: 260px; margin-top: 30px; border-radius: 4px; box-shadow: none; }
.competence-row { grid-template-columns: 24px 1fr 1.4fr 37px; gap: 18px; }
.competence-row h3 { font-size: 29px; }
.competence-row > div > p { font-size: 13px; }
.competence-row .tags > span { font-size: 9px; }
.round-link { height: 37px; width: 37px; }
.erp-detail-visual { padding: 30px 20px; }
.academy-courses { gap: 12px; }
.course-card { padding: 23px; }
.course-card > div { flex-direction: column; align-items: start; gap: 17px; }
.course-card h3 { font-size: 25px; margin-top: 32px; }
.course-card > p { font-size: 12px; }
.course-card .text-link { font-size: 10px; }
.faq-section h2 { font-size: 38px; }
.faq-list summary { font-size: 14px; }
.faq-list details > p { font-size: 13px; }
.contact-layout { grid-template-columns: 1fr; gap: 36px; }
.contact-emblem { float: right; width: 72px; height: 72px; margin-left: 30px; margin-bottom: 20px; }
.contact-aside h2 br { display: none; }
.contact-aside h2 { font-size: 39px; margin-block: 22px; }
.contact-aside > p { max-width: 575px; }
.contact-topics { grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-aside .small-caption { margin-top: 25px; }
.contact-form { padding: 36px; }
.form-row { grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (max-width: 600px) {
:root { --gutter: 24px; --header-h: 72px; }
.header-contact { display: none; }
.brand { font-size: 29px; }
.brand-mark { width: 27px; height: 27px; }
.hero-inner { width: calc(100% - 46px); }
.hero-copy { padding-top: 35px; }
.hero h1 { font-size: clamp(48px, 10.8vw, 64px); }
.hero-copy .eyebrow { font-size: 7px; letter-spacing: .11em; gap: 8px; margin-bottom: 24px; }
.hero-description { font-size: 13px; line-height: 1.85; max-width: 335px; margin-top: 23px; }
.hero-actions { gap: 22px; margin-top: 23px; }
.hero-actions .button { font-size: 11px; gap: 10px; padding-inline: 14px; min-height: 50px; }
.hero-actions .button-icon { width: 29px; height: 29px; }
.hero-secondary { font-size: 10px; gap: 7px; }
.hero-secondary .icon { width: 14px; height: 14px; }
.hero-stage { height: 323px; margin-top: -7px; }
.sculpture-wrap { inset: -73px -46px -83px; }
.stage-label { top: 30px; font-size: 5.5px; }
.stage-caption { bottom: 8px; font-size: 5.5px; }
.hero-bottom { width: calc(100% - 46px); min-height: 55px; font-size: 7px; gap: 10px; }
.hero-bottom > a { font-size: 0; }
.hero-bottom a .icon { width: 15px; height: 15px; }
.hero-bottom .swiss-cross { width: 11px; height: 11px; }
.discipline-strip { grid-template-columns: 1fr 1fr; gap: 18px 32px; padding-block: 23px 27px; }
.discipline-strip > a { font-size: 13px; }
.discipline-strip > span { font-size: 7px; gap: 4px; }
.discipline-num { display: block; font-size: 7px; }
.section { padding-block: 69px; }
.intro-label { margin-bottom: 27px; }
.intro-label .eyebrow { font-size: 9px; }
.intro-copy h2 { font-size: clamp(29px, 6.95vw, 41px); line-height: 1.15; }
.intro-bottom { display: block; margin-top: 25px; }
.intro-bottom p { font-size: 13px; line-height: 1.85; }
.intro-bottom .text-link { font-size: 12px; margin-top: 20px; }
.competence-section { display: block; padding-top: 62px; }
.competence-heading { position: static; }
.competence-heading .eyebrow { font-size: 9px; margin-bottom: 26px; }
.competence-heading h2 { font-size: 42px; }
.competence-heading h2 br:nth-child(2) { display: none; }
.competence-heading > p { margin-top: 20px; font-size: 13px; }
.competence-heading > p br { display: none; }
.competence-heading > .text-link { font-size: 12px; margin-top: 18px; }
.capability-accordion { margin-top: 33px; }
.capability-detail > summary { gap: 20px; padding: 25px 21px; }
.cap-title { font-size: 32px; }
.cap-sub { font-size: 10px; }
.cap-content { margin-left: 52px; margin-right: 23px; padding-bottom: 28px; }
.cap-content > p { font-size: 13px; }
.cap-content .tags > span { font-size: 8px; padding: 5px 8px; }
.cap-plus { width: 31px; height: 31px; }
.cap-number { margin-top: 9px; }
.cap-content > .text-link { font-size: 11px; }
.project-feature { padding-block: 66px; }
.section-heading { display: block; margin-bottom: 32px; }
.section-heading .eyebrow { margin-bottom: 24px; font-size: 9px; }
.section-heading h2 { font-size: clamp(32px, 7.8vw, 46px); }
.section-heading > .text-link { margin-top: 21px; margin-bottom: 0; font-size: 12px; }
.section-heading > p { font-size: 13px; margin-top: 19px; }
.section-heading > p br { display: none; }
.feature-layout { margin-top: 40px; gap: 34px; }
.feature-slider { margin-top: 40px; }
.feature-nav { gap: 14px; margin-top: 32px; }
.feature-dot { width: 20px; }
.feature-dot.is-active { width: 32px; }
.feature-count { display: none; }
.feature-copy { display: block; }
.feature-copy .pill { font-size: 8px; }
.feature-copy h3 { font-size: 47px; margin-block: 24px; }
.feature-copy h3 br:nth-child(2) { display: none; }
.feature-copy > p { font-size: 13px; line-height: 1.85; max-width: 430px; }
.feature-focus { margin-top: 23px; }
.feature-copy > .button { margin-top: 25px; font-size: 11px; }
.product-stage { padding: 20px 13px 17px; }
.product-stage-label { margin-bottom: 22px; font-size: 6px; }
.stage-foot { font-size: 6px; margin-top: 20px; }
.product-stage .erp-visual { transform: none; }
.visual-caption { font-size: 7px; margin-top: 12px; }
.approach-grid { gap: 34px 25px; margin-top: 36px; }
.step-number { font-size: 10px; }
.step-arrow { top: 23px; }
.step-arrow .icon { width: 15px; height: 15px; }
.approach-grid h3 { font-size: 25px; margin-top: 27px; margin-bottom: 15px; }
.approach-grid p { font-size: 12px; }
.academy-banner { grid-template-columns: 1fr; }
.academy-art { min-height: 355px; }
.academy-art-top, .academy-art-bottom { font-size: 7px; left: 25px; }
.academy-banner-copy { padding: 39px 26px 42px; }
.academy-banner-copy .eyebrow { margin-bottom: 23px; font-size: 8px; }
.academy-banner-copy h2 { font-size: 48px; }
.academy-banner-copy > p:not(.eyebrow) { max-width: none; font-size: 13px; margin-top: 23px; }
.academy-banner-copy > .button { font-size: 12px; padding-inline: 18px; gap: 12px; min-height: 53px; }
.academy-banner-copy .button-icon { height: 35px; width: 35px; }
.clarity { grid-template-columns: 1fr; gap: 37px; padding-block: 77px; }
.clarity > div > .eyebrow { margin-bottom: 27px; font-size: 9px; }
.clarity h2 { font-size: 44px; }
.clarity > div > p:not(.eyebrow) { font-size: 13px; margin-top: 22px; }
.clarity > div > p br { display: none; }
.clarity > div > .text-link { font-size: 12px; margin-top: 20px; }
.clarity-list article { gap: 20px; padding-block: 25px; }
.clarity-list h3 { font-size: 24px; }
.clarity-list p { font-size: 13px; line-height: 1.8; margin-top: 13px; }
.contact-band { padding-block: 52px 46px; }
.contact-band .eyebrow { font-size: 8px; }
.contact-band-inner { flex-direction: column; align-items: start; gap: 26px; margin-top: 28px; }
.contact-band h2 { font-size: clamp(46px, 10.7vw, 65px); letter-spacing: -.045em; }
.contact-band-inner > div > p { font-size: 13px; margin-top: 23px; }
.contact-orb { width: 115px; height: 115px; align-self: end; margin-top: -4px; font-size: 8px; gap: 12px; }
.footer-main { grid-template-columns: 1fr 1fr; gap: 37px 30px; padding-block: 45px 22px; }
.footer-main > div:first-child { grid-column: 1 / -1; }
.brand--footer { font-size: 31px; }
.footer-main > div > p { font-size: 12px; margin-top: 19px; }
.swiss-label { font-size: 9px; margin-top: 17px; }
.footer-links > p { font-size: 8px !important; }
.footer-links > a { font-size: 12px; }
.footer-word { font-size: clamp(16px, 6vw, 40px); padding-block: 46px 34px; }
.type-caret { width: 3px; margin-left: 11px; }
.footer-bottom { flex-direction: column; align-items: start; font-size: 8px; gap: 13px; padding-block: 21px; }
.footer-bottom > div { gap: 23px; padding-right: 0; }
.back-top { height: 36px; width: 36px; bottom: 17px; right: 17px; }
.back-top .icon { height: 16px; width: 16px; }
.breadcrumbs { font-size: 9px; margin-bottom: 34px; }
.page-hero { padding-block: 25px 51px; }
.page-hero .eyebrow { font-size: 8px; margin-bottom: 25px; }
.page-hero h1 { font-size: clamp(40px, 9.4vw, 58px); }
.page-hero .lead { font-size: 14px; line-height: 1.8; margin-top: 25px; }
.page-hero-row > .pill { display: none; }
.page-title-visual { margin-top: 28px; }
.page-title-visual img { aspect-ratio: 16 / 9; }
.company-panorama { margin-inline: 12px; }
.company-panorama-inner { min-height: 0; }
.panorama-statement { font-size: 41px; margin-top: 36px; }
.company-panorama-inner > img { height: 220px; width: 100%; max-width: 100%; }
.competence-details { padding-bottom: 55px; }
.competence-row { grid-template-columns: 22px 1fr 37px; gap: 19px 15px; padding-block: 31px; }
.competence-row h3 { font-size: 36px; }
.competence-row > div { grid-column: 2 / 4; grid-row: 2; }
.competence-row > .round-link { grid-column: 3; grid-row: 1; }
.row-number { font-size: 9px; padding-top: 10px; }
.competence-row > div > p { font-size: 13px; }
.competence-row .tags { margin-top: 19px; gap: 6px; }
.competence-row .tags > span { font-size: 8px; padding: 5px 8px; }
.dark-statement { padding-block: 60px; }
.dark-statement h2 { font-size: 33px; line-height: 1.2; }
.dark-statement .eyebrow { font-size: 8px; }
.dark-statement .button { font-size: 11px; }
.project-list-section { padding-top: 0; }
.project-list-visual { padding: 26px 17px; min-height: 360px; }
.project-list-visual .erp-visual { transform: none; }
.project-list-copy { padding: 30px 25px; }
.project-list-copy h2 { font-size: 36px; }
.project-list-copy h2 br { display: block; }
.project-list-copy > p { font-size: 13px; }
.project-facts { font-size: 10px; }
.project-facts > div { gap: 13px; }
.project-list-copy .button { font-size: 11px; }
.project-note { grid-template-columns: 1fr; gap: 17px; margin-top: 31px; padding-block: 26px; }
.project-note > span { font-size: 8px; }
.project-note > p { font-size: 13px; }
.project-note > .text-link { grid-column: auto; font-size: 12px; }
.erp-detail-visual { width: calc(100% - 24px); padding: 23px 13px; }
.erp-detail-visual .visual-caption { font-size: 8px; }
.academy-courses { grid-template-columns: 1fr; gap: 19px; }
.course-card { padding: 28px; }
.course-card > div { flex-direction: row; align-items: center; font-size: 8px; }
.course-card h3 { font-size: 32px; margin-top: 39px; }
.course-card > p { font-size: 14px; }
.course-card .text-link { font-size: 12px; }
.tags--large > span { font-size: 11px; padding: 8px 12px; }
.faq-section h2 { font-size: 40px; }
.faq-list { margin-top: 34px; }
.faq-list summary { font-size: 14px; padding-block: 21px; }
.faq-list details { padding-inline: 20px; }
.faq-list details > p { padding-right: 0; font-size: 13px; }
.training-item dl > div { grid-template-columns: 1fr; gap: 5px; }
.training-item dt { padding-top: 0; }
.reasons-heading h2 { font-size: 38px; }
.reason-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }
.reason-card { padding: 26px; }
.reason-card h3 { font-size: 20px; }
.contact-layout { padding-top: 0; }
.contact-emblem { width: 59px; height: 59px; margin-left: 15px; margin-bottom: 15px; }
.contact-emblem .brand-mark { width: 26px; height: 26px; }
.contact-aside .eyebrow { font-size: 8px; }
.contact-aside h2 { font-size: 34px; }
.contact-aside > p { font-size: 13px; }
.contact-topics { grid-template-columns: 1fr; gap: 14px; margin-top: 25px; }
.contact-topics > span { font-size: 12px; }
.contact-aside .small-caption { font-size: 10px; }
.contact-form { padding: 25px 21px; }
.form-row { grid-template-columns: 1fr; gap: 0; }
.form-heading .eyebrow { font-size: 9px; }
.form-heading > span:last-child { font-size: 10px; }
.field input, .field select, .field textarea { font-size: 16px; padding: 13px; }
.field label { font-size: 12px; }
.form-mode-note p { font-size: 10px; }
.checkbox-label { font-size: 11px; }
.form-submit { font-size: 12px; }
.request-preview > div:first-child { font-size: 11px; }
.request-preview pre { font-size: 11px; }
.legal-preview-notice { padding: 23px; font-size: 13px; }
.legal-preview-notice p { font-size: 11px; }
.not-found-actions { padding-bottom: 72px; }
.not-found-actions .button { font-size: 12px; }
.blog-grid { grid-template-columns: 1fr; gap: 19px; }
.blog-card { padding: 22px; }
.blog-card h3 { font-size: 26px; margin-block: 22px 12px; }
.blog-card > p { font-size: 14px; }
.article-meta .project-facts { max-width: 420px; }
.article-body .article-intro { font-size: 19px; }
.article-body h2 { font-size: 27px; margin-block: 40px 15px; }
.article-body p, .article-body li { font-size: 14px; }
.article-body blockquote { margin: 30px 0; padding: 22px 24px; }
.article-body blockquote p { font-size: 17px; }
}
@media (max-width: 370px) {
:root { --gutter: 20px; }
.hero-inner, .hero-bottom { width: calc(100% - 38px); }
.hero h1 { font-size: 46px; }
.hero-copy .eyebrow { font-size: 6px; }
.hero-actions { gap: 13px; }
.hero-actions .button { font-size: 10px; gap: 8px; padding-inline: 11px; }
.hero-secondary { font-size: 9px; }
.hero-description { font-size: 12px; }
.hero-stage { height: 299px; }
.stage-label { font-size: 5px; }
.stage-caption { font-size: 5px; }
.discipline-strip > span { font-size: 6px; }
.intro-copy h2 { font-size: 29px; }
.competence-heading h2 { font-size: 37px; }
.capability-detail > summary { padding-inline: 16px; gap: 15px; }
.cap-title { font-size: 29px; }
.cap-content { margin-left: 43px; margin-right: 21px; }
.feature-copy h3 { font-size: 41px; }
.approach-grid { gap: 32px 20px; }
.approach-grid h3 { font-size: 23px; }
.academy-banner-copy h2 { font-size: 42px; }
.clarity h2 { font-size: 39px; }
.contact-band h2 { font-size: 41px; }
.contact-band-inner { gap: 27px; }
.page-hero h1 { font-size: 39px; }
.contact-form { padding: 23px 17px; }
.footer-bottom > div { gap: 17px; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
.reveal { opacity: 1 !important; transform: none !important; }
}
.reduce-motion, .reduce-motion *, .reduce-motion *::before, .reduce-motion *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
.reduce-motion .reveal { opacity: 1 !important; transform: none !important; }
@media print {
.site-header, .site-footer, .contact-band, .hero-stage, .hero-actions, .back-top, .form-submit, .request-actions, .hero-bottom { display: none !important; }
.hero::after, .site-footer::after { display: none !important; }
.wrap { width: 100%; max-width: none; }
.hero, .project-feature, .contact-form, .capability-detail[open] { background: white !important; color: black !important; box-shadow: none; }
.hero-copy { padding: 20px 0; }
.hero { min-height: auto; }
.hero-inner { min-height: auto; }
.hero h1 { font-size: 48px; }
.section { padding-block: 30px; }
.reveal { opacity: 1 !important; transform: none !important; }
h2, h3 { break-after: avoid; }
article { break-inside: avoid; }
}
body[data-page^="academy"] .section { padding-block: clamp(64px, 6vw, 96px); }
body[data-page^="academy"] .article-section { padding-block: clamp(56px, 5.5vw, 88px); }
.pill-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.status { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border: 1px solid var(--line); border-radius: var(--radius-pill); background: #fbfbfa; font-size: 9px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: #6f6b65; }
.status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status--ready { color: #0d7a43; border-color: #0d7a4340; }
.status--launch { color: #b26a00; border-color: #b26a0040; }
.status--rnd { color: #6f6b65; border-color: #6f6b6540; }
.status--launch::before, .status--rnd::before { animation: status-pulse 2.6s var(--ease) infinite; }
@keyframes status-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.45); opacity: .5; } }
.feature-slide .status { background: #ffffff0f; border-color: #ffffff29; }
.feature-slide .status--ready { color: #55d68f; border-color: #55d68f59; }
.feature-slide .status--launch { color: #f2b44f; border-color: #f2b44f59; }
.feature-slide .status--rnd { color: #b8b4ae; border-color: #b8b4ae4d; }
body[data-page^="newpage"] .erp-detail-visual { max-width: 880px; margin-inline: auto; padding: 30px 42px 24px; background: linear-gradient(180deg, #f1ede7, #e7e2da); border: 1px solid #ddd7cd; border-radius: 20px; box-shadow: 0 24px 60px #35332f14; transition: transform .7s var(--ease), box-shadow .7s var(--ease); }
body[data-page^="newpage"] .erp-detail-visual:hover { transform: translateY(-6px); box-shadow: 0 34px 80px #1d82f21c; }
body[data-page^="newpage"] .erp-detail-visual .erp-visual { border-radius: 14px; box-shadow: 0 14px 34px #35332f1f; transition: transform .9s var(--ease); }
body[data-page^="newpage"] .erp-detail-visual:hover .erp-visual { transform: scale(1.015); }
@media (prefers-reduced-motion: reduce) { .status--launch::before, .status--rnd::before { animation: none; } }

.article-sources { margin-top: 64px; padding-top: 30px; border-top: 1px solid rgba(20, 20, 20, .12); }
.article-sources h2 { font-size: 26px; margin: 0 0 16px; }
.article-sources .source-list { display: grid; gap: 10px; list-style: none; margin: 0 0 26px; padding: 0; }
.article-sources .source-list li { padding-left: 0; font-size: 15px; }
.article-sources .source-list li::before { content: none; }
.source-list a, .related-list a { color: var(--ink); border-bottom: 1px solid rgba(29, 130, 242, .3); text-decoration: none; transition: color .25s var(--ease), border-color .25s var(--ease); }
.source-list a:hover, .related-list a:hover { color: var(--blue); border-color: var(--blue); }
.source-list a::after { content: ' ↗'; color: var(--blue); font-size: .85em; }
.article-license { font-size: 13px; line-height: 1.7; color: var(--text-secondary); border-top: 1px solid rgba(20, 20, 20, .1); padding-top: 16px; margin-top: 28px; }
.article-more { margin-top: 52px; padding-top: 30px; border-top: 1px solid rgba(20, 20, 20, .12); }
.article-more h2 { font-size: 26px; margin: 0 0 16px; }
.related-list { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.related-list li { font-size: 16px; }
.status--stealth { color: #6f6b65; border-color: #6f6b6540; }
.feature-slide .status--stealth { color: #b8b4ae; border-color: #b8b4ae4d; }
.project-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 21px; }
.project-actions .button { margin-top: 0; }
