:root {
  --forest: #092922;
  --forest-2: #0d352d;
  --forest-3: #16493e;
  --ink: #111713;
  --ink-soft: #536059;
  --paper: #f4f0e8;
  --paper-2: #ebe6dc;
  --white: #fffdf8;
  --sage: #a5c0b2;
  --line: rgba(17, 23, 19, 0.16);
  --line-light: rgba(255, 253, 248, 0.18);
  --danger: #8d2b20;
  --max: 1320px;
  --pad: clamp(22px, 4vw, 64px);
  --header-height: 72px;
  --radius: 18px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, a, textarea { font-family: inherit; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }

::selection { background: var(--sage); color: var(--forest); }
:focus-visible { outline: 3px solid #d7a94c; outline-offset: 4px; }

.skip-link { position: fixed; left: 20px; top: 12px; z-index: 1000; padding: 11px 14px; transform: translateY(-180%); border-radius: 8px; background: var(--white); color: var(--forest); font-weight: 760; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); border-bottom: 1px solid rgba(255, 253, 248, 0.12); background: var(--forest); color: var(--white); }
.nav-shell { width: 100%; max-width: calc(var(--max) + 2 * var(--pad)); height: 100%; margin: 0 auto; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: inline-flex; align-items: baseline; min-height: 44px; font-size: 20px; font-weight: 840; letter-spacing: -0.04em; line-height: 44px; }
.wordmark span { color: var(--sage); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 40px); margin-left: auto; }
.site-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; color: rgba(255, 253, 248, 0.76); font-size: 12px; font-weight: 690; letter-spacing: 0.06em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--sage); transition: right 180ms ease; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.language-switcher { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; gap: 6px; color: rgba(255, 253, 248, .52); font-size: 10px; font-weight: 720; letter-spacing: .1em; }
.language-switcher a, .language-switcher span[aria-current="page"] { min-width: 24px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.language-switcher a { color: rgba(255, 253, 248, .68); }
.language-switcher a:hover, .language-switcher a:focus-visible, .language-switcher span[aria-current="page"] { color: var(--white); }
.legal-header .language-switcher { color: rgba(9, 41, 34, .4); }
.legal-header .language-switcher a { color: rgba(9, 41, 34, .68); }
.legal-header .language-switcher a:hover, .legal-header .language-switcher a:focus-visible, .legal-header .language-switcher span[aria-current="page"] { color: var(--ink); }
.legal-reference { padding: 14px 18px; border-left: 2px solid var(--sage); background: rgba(163, 190, 174, .12); color: var(--muted); font-size: 14px; }

main > section { scroll-margin-top: calc(var(--header-height) + 12px); }
.hero { position: relative; min-height: calc(100svh - var(--header-height)); padding: clamp(34px, 4.5vw, 70px) var(--pad) clamp(56px, 7vw, 100px); overflow: clip; background: var(--forest); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.38; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 0%, transparent 76%); }
.hero-shell { position: relative; z-index: 1; width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(360px, 0.82fr) minmax(560px, 1.18fr); gap: clamp(36px, 5vw, 78px); align-items: center; }
.hero-copy { padding: 24px 0; }
.eyebrow { margin: 0 0 20px; color: #53625b; font-size: 11px; font-weight: 760; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow-light { color: rgba(255, 253, 248, 0.57); }
.signal { width: 7px; height: 7px; margin-right: 12px; display: inline-block; border-radius: 999px; background: #73b395; box-shadow: 0 0 0 5px rgba(115, 179, 149, 0.12); }
.signal-warm { background: #e7c67d; box-shadow: 0 0 0 5px rgba(231, 198, 125, 0.11); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 5.1vw, 76px); font-weight: 580; letter-spacing: -0.06em; line-height: 0.98; }
.hero h1 em { color: var(--sage); font-style: normal; }
.hero-brand { margin-bottom: 14px; display: block; color: rgba(255, 253, 248, .56); font-size: 12px; font-weight: 800; letter-spacing: .19em; line-height: 1; }
.hero-lead { max-width: 590px; margin: 34px 0 0; color: rgba(255, 253, 248, 0.72); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; letter-spacing: -0.015em; }
.hero-lead-activity { margin-top: 28px; color: rgba(255, 253, 248, 0.83); font-size: clamp(17px, 1.28vw, 20px); }
.solution-spectrum { max-width: 600px; margin-top: 20px; display: flex; flex-wrap: wrap; gap: 7px; }
.solution-spectrum span { padding: 6px 9px; border: 1px solid rgba(255, 253, 248, .14); border-radius: 999px; color: rgba(255, 253, 248, .61); font-size: 10px; letter-spacing: .035em; }
.hero-support { max-width: 590px; margin: 17px 0 0; color: rgba(255, 253, 248, 0.58); font-size: 14px; line-height: 1.62; }
.hero-principle { margin: 22px 0 0; padding-top: 16px; border-top: 1px solid var(--line-light); color: rgba(255, 253, 248, 0.51); font-size: 11px; font-weight: 720; letter-spacing: 0.08em; text-transform: uppercase; }
.section-index { position: absolute; left: var(--pad); bottom: 22px; font-size: 10px; letter-spacing: .16em; }
.section-index-light { color: rgba(255, 253, 248, 0.34); }

.assistant-card { width: 100%; height: clamp(590px, 66vh, 640px); min-height: 590px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: 0 42px 110px rgba(0, 0, 0, 0.33); }
.assistant-header { min-height: 105px; padding: 22px 25px 20px; flex: none; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.assistant-kicker { margin: 0 0 7px; color: #607069; font-size: 10px; font-weight: 780; letter-spacing: 0.14em; text-transform: uppercase; }
.assistant-header h2 { max-width: 420px; margin: 0; font-size: clamp(19px, 1.7vw, 24px); font-weight: 680; line-height: 1.18; letter-spacing: -0.035em; }
.assistant-status { flex: none; margin: 4px 0 0; display: inline-flex; align-items: center; gap: 7px; color: #325448; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.assistant-status span { width: 7px; height: 7px; border-radius: 999px; background: #4b9d76; }
.assistant-status[data-state="loading"] span { background: #d2a745; animation: pulse 1.2s ease-in-out infinite; }
.assistant-status[data-state="error"] { color: var(--danger); }
.assistant-status[data-state="error"] span { background: var(--danger); }
.assistant-stage { min-height: 0; flex: 1; position: relative; }
.assistant-activation { height: 100%; padding: clamp(24px, 3vw, 34px) 25px 22px; display: flex; flex-direction: column; }
.assistant-intro { display: grid; grid-template-columns: 38px 1fr; gap: 15px; align-items: start; }
.assistant-monogram { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--forest); color: var(--white); font-size: 13px; font-weight: 840; }
.assistant-intro p { margin: 1px 0 0; max-width: 530px; color: #29352f; font-size: 15px; line-height: 1.55; }
.prompt-list { margin: 28px 0 auto; display: flex; flex-wrap: wrap; align-content: flex-start; gap: 9px; }
.prompt-list button { min-height: 42px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #38463f; cursor: pointer; font-size: 12px; transition: border-color 160ms ease, background 160ms ease; }
.prompt-list button:hover { border-color: rgba(9, 41, 34, .55); background: rgba(9, 41, 34, .05); }
.activation-bottom { margin-top: 24px; }
.button { min-height: 50px; padding: 14px 17px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 0; border-radius: 11px; cursor: pointer; font-size: 13px; font-weight: 760; }
.button-primary { width: 100%; background: var(--forest); color: var(--white); }
.button-primary:hover { background: var(--forest-3); }
.button:disabled { cursor: wait; opacity: .7; }
.assistant-notice { margin: 12px 2px 0; color: #5f6c65; font-size: 11px; line-height: 1.5; }
.assistant-notice a { text-decoration: underline; text-underline-offset: 2px; }
.assistant-error { margin: 10px 2px 0; color: var(--danger); font-size: 12px; }
.assistant-live, .webchat-host { width: 100%; height: 100%; min-height: 0; }
.assistant-live { position: relative; }
.webchat-host { position: relative; overflow: hidden; }
.assistant-loading { position: absolute; inset: 0; z-index: 2; display: grid; place-content: center; justify-items: center; gap: 13px; background: var(--paper); color: var(--ink-soft); }
.assistant-loading p { margin: 0; font-size: 13px; }
.loading-mark { width: 28px; height: 28px; border: 2px solid rgba(9,41,34,.18); border-top-color: var(--forest); border-radius: 999px; animation: spin .8s linear infinite; }

.section { padding: clamp(90px, 10vw, 155px) var(--pad); }
.section-label { width: 100%; max-width: var(--max); margin: 0 auto clamp(52px, 7vw, 100px); padding-bottom: 13px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: #6a756f; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-label-light { border-color: var(--line-light); color: rgba(255,253,248,.52); }
.split-layout, .proof-layout, .contact-layout { width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.36fr) minmax(280px, .64fr); gap: clamp(50px, 8vw, 140px); align-items: start; }
.display-title { margin: 0; font-size: clamp(44px, 5.7vw, 86px); font-weight: 570; letter-spacing: -.058em; line-height: 1.01; }
.display-title em { color: #557267; font-style: normal; }
.body-copy { padding-top: 9px; color: var(--ink-soft); }
.body-copy p { margin: 0 0 18px; }
.lead-copy { color: var(--ink) !important; font-size: 20px; line-height: 1.52; letter-spacing: -.02em; }
.text-link { margin-top: 18px; padding-bottom: 4px; display: inline-flex; gap: 18px; border-bottom: 1px solid var(--ink); color: var(--ink); font-size: 13px; font-weight: 730; }

.section-approach { background: var(--paper); }
.section-problems { background: var(--paper-2); }
.heading-row { width: 100%; max-width: var(--max); margin: 0 auto 60px; display: grid; grid-template-columns: 1fr 300px; gap: 54px; align-items: end; }
.heading-row h2 { max-width: 900px; margin: 0; font-size: clamp(40px, 5vw, 69px); font-weight: 580; letter-spacing: -.055em; line-height: 1.01; }
.heading-row > p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.problem-grid { width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-card { min-height: 320px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card > span { color: #6f7a74; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.problem-card h3 { margin: auto 0 12px; font-size: 27px; font-weight: 660; letter-spacing: -.04em; line-height: 1.1; }
.problem-card p { min-height: 68px; margin: 0; color: var(--ink-soft); font-size: 14px; }
.simple-solution-note { width: 100%; max-width: var(--max); margin: 28px auto 0; padding: 18px 22px; display: flex; gap: 14px; border-left: 3px solid var(--forest-3); background: rgba(9, 41, 34, .055); color: var(--forest); font-size: 14px; font-weight: 700; }
.simple-solution-note span { color: #557267; }

/* V2 — architecture de marque */
.approach-intro { margin-bottom: clamp(58px, 8vw, 110px); }
.reality-flow { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reality-flow li { position: relative; min-height: 180px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reality-flow li:not(:last-child)::after { content: "→"; position: absolute; z-index: 1; right: -12px; top: 50%; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 999px; background: var(--paper); color: #668077; font-size: 12px; transform: translateY(-50%); }
.reality-flow span { color: #708078; font-size: 10px; letter-spacing: .1em; }
.reality-flow strong { margin-top: auto; font-size: 18px; letter-spacing: -.025em; }
.reality-flow small { margin-top: 5px; color: var(--ink-soft); font-size: 11px; }

.section-pillars { background: var(--paper-2); }
.heading-row h2 em { color: #557267; font-style: normal; }
.pillar-grid { width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pillar-card { min-height: 510px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .28); }
.pillar-digital { background: var(--forest); color: var(--white); }
.pillar-meta { display: flex; justify-content: space-between; gap: 18px; color: #6e7b74; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.pillar-digital .pillar-meta { color: rgba(255, 253, 248, .46); }
.pillar-card h3 { margin: auto 0 22px; font-size: clamp(35px, 3.2vw, 48px); font-weight: 520; letter-spacing: -.055em; line-height: .96; }
.pillar-card h3 strong { display: block; font-weight: 760; }
.pillar-card > p { min-height: 80px; margin: 0 0 24px; color: var(--ink-soft); font-size: 14px; }
.pillar-digital > p { color: rgba(255, 253, 248, .64); }
.pillar-card ul { margin: 0; padding: 16px 0; display: flex; flex-wrap: wrap; gap: 6px; border-top: 1px solid var(--line); list-style: none; }
.pillar-card li { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: #526059; font-size: 9px; text-transform: uppercase; }
.pillar-digital ul { border-color: var(--line-light); }
.pillar-digital li { border-color: var(--line-light); color: rgba(255, 253, 248, .55); }
.pillar-card a { min-height: 54px; padding-top: 16px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 12px; font-weight: 740; }
.pillar-digital a { border-color: var(--line-light); }

.section-explorations { background: var(--forest); color: var(--white); }
.explorations-head { width: 100%; max-width: var(--max); margin: 0 auto clamp(58px, 8vw, 105px); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); gap: clamp(48px, 8vw, 130px); align-items: end; }
.explorations-head > p { margin: 0 0 8px; color: rgba(255, 253, 248, .56); font-size: 15px; }
.exploration-list { width: 100%; max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line-light); }
.exploration-list article { min-height: 130px; padding: 25px 0; display: grid; grid-template-columns: 200px minmax(220px, .8fr) minmax(280px, 1.25fr) 150px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line-light); }
.status { width: max-content; padding: 5px 8px; border: 1px solid rgba(255, 253, 248, .21); border-radius: 999px; color: rgba(255, 253, 248, .54); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.status-live { border-color: rgba(115, 179, 149, .46); color: #b9d6c7; }
.exploration-list h3 { margin: 0; font-size: 24px; letter-spacing: -.035em; }
.exploration-list p { margin: 0; color: rgba(255, 253, 248, .55); font-size: 13px; }
.exploration-list a, .exploration-domain { justify-self: end; color: var(--sage); font-size: 11px; font-weight: 700; }
.exploration-list a { display: flex; gap: 12px; }
.exploration-domain { color: rgba(255, 253, 248, .4); text-transform: uppercase; letter-spacing: .1em; }

.section-difference { background: var(--paper); }
.difference-layout { width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .83fr) minmax(540px, 1.17fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.difference-title-block { position: sticky; top: calc(var(--header-height) + 40px); }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.comparison-card { min-height: 540px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison-card > p { margin: 0; color: #6d7972; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.comparison-card ol { margin: auto 0 0; padding: 0; list-style: none; }
.comparison-card li { min-height: 78px; padding: 18px 0; display: grid; grid-template-columns: 34px 1fr; align-items: center; border-top: 1px solid var(--line); font-size: 15px; }
.comparison-card li span { color: #77857e; font-size: 9px; }
.comparison-muted { color: #626c67; }
.comparison-endret { background: var(--forest); color: var(--white); }
.comparison-endret > p, .comparison-endret li span { color: var(--sage); }
.comparison-endret li { border-color: var(--line-light); }

.section-about { background: var(--forest-2); color: var(--white); }
.about-layout { width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(55px, 9vw, 145px); align-items: end; }
.about-copy { color: rgba(255, 253, 248, .64); }
.about-copy > p { margin: 0 0 18px; }
.about-name { padding-bottom: 22px; border-bottom: 1px solid var(--line-light); color: var(--white); font-size: 18px; font-weight: 720; }
.about-name span { margin-top: 5px; display: block; color: rgba(255, 253, 248, .42); font-size: 10px; font-weight: 560; letter-spacing: .1em; text-transform: uppercase; }
.about-note { margin-top: 34px !important; padding: 15px 16px; border-left: 2px solid var(--sage); background: rgba(255, 253, 248, .045); color: rgba(255, 253, 248, .5); font-size: 12px; }

.section-principles { background: var(--paper-2); }
.principles-layout { width: 100%; max-width: var(--max); margin: 0 auto clamp(80px, 10vw, 145px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); gap: clamp(55px, 8vw, 130px); }
.principles-intro { max-width: 560px; margin: 30px 0 0; color: var(--ink-soft); font-size: 17px; }
.principles-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.principles-list li { min-height: 74px; padding: 14px 0; display: grid; grid-template-columns: 48px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.principles-list span { color: #738078; font-size: 9px; }
.principles-list strong { font-size: 16px; letter-spacing: -.02em; }
.contact-panel { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(36px, 6vw, 80px); display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(45px, 8vw, 120px); border-radius: var(--radius); background: var(--forest); color: var(--white); }
.contact-panel h2 { max-width: 760px; margin: 0; font-size: clamp(40px, 5vw, 72px); font-weight: 560; letter-spacing: -.055em; line-height: 1.01; }
.contact-panel-action { align-self: end; }
.contact-panel-action > p { margin: 0; color: rgba(255, 253, 248, .62); }
.contact-panel-action small { margin-top: 12px; display: block; color: rgba(255, 253, 248, .4); font-size: 10px; }

.section-proof { background: var(--forest); color: var(--white); }
.proof-layout { align-items: end; }
.display-title-light em { color: var(--sage); }
.proof-copy { max-width: 670px; margin: 32px 0 0; color: rgba(255,253,248,.66); font-size: 18px; }
.proof-flow { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.proof-flow li { min-height: 82px; padding: 12px 0; display: grid; grid-template-columns: 46px 1fr; align-items: center; border-bottom: 1px solid var(--line-light); }
.proof-flow li > span { color: var(--sage); font-size: 10px; }
.proof-flow strong, .proof-flow small { display: block; }
.proof-flow strong { font-size: 16px; letter-spacing: -.02em; }
.proof-flow small { margin-top: 2px; color: rgba(255,253,248,.48); }

.section-method { background: var(--white); }
.method-steps { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.method-steps li { min-height: 250px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-steps span { color: #738079; font-size: 10px; }
.method-steps strong { margin: 96px 0 8px; display: block; font-size: 18px; letter-spacing: -.025em; }
.method-steps p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.section-pilot { background: var(--paper-2); }
.pilot-card { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(38px, 6vw, 82px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(50px, 8vw, 120px); border-radius: var(--radius); background: var(--forest-2); color: var(--white); }
.pilot-card h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); font-weight: 570; letter-spacing: -.056em; line-height: 1.02; }
.pilot-copy { align-self: end; }
.pilot-copy p { margin: 0; color: rgba(255,253,248,.66); }
.button-light { width: 100%; margin-top: 30px; background: var(--paper); color: var(--forest); }
.button-light:hover { background: var(--white); }

.section-contact { background: var(--paper); }
.contact-layout { align-items: end; }
.contact-copy { max-width: 760px; margin: 32px 0 0; color: var(--ink-soft); font-size: 18px; }
.contact-actions { border-top: 1px solid var(--line); }
.contact-link { min-height: 90px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); color: var(--forest); }
.contact-link small, .contact-link strong { display: block; }
.contact-link small { margin-bottom: 5px; color: var(--ink-soft); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.contact-link strong { font-size: 20px; }
.contact-link > span:last-child { font-size: 23px; transition: transform 160ms ease; }
.contact-link:hover > span:last-child { transform: translate(3px, -3px); }
.contact-actions > p { margin: 14px 0 0; color: var(--ink-soft); font-size: 11px; }

.site-footer { padding: 58px var(--pad) 26px; background: #061d18; color: var(--white); }
.footer-top, .footer-bottom { width: 100%; max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; gap: 30px; }
.footer-top { min-height: 130px; align-items: flex-start; }
.wordmark-footer { font-size: 25px; }
.footer-top p { margin: 10px 0 0; color: rgba(255,253,248,.5); font-size: 11px; }
.footer-bottom { padding-top: 22px; align-items: end; border-top: 1px solid var(--line-light); color: rgba(255,253,248,.48); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 24px; }
.footer-bottom a:hover { color: var(--white); }

/* Pages Field, Digital et Lab */
.brand-page { background: var(--paper); }
.brand-page .site-header { position: sticky; }
.subpage-hero { position: relative; min-height: 72svh; padding: clamp(70px, 9vw, 130px) var(--pad); display: flex; align-items: end; overflow: clip; background: var(--forest); color: var(--white); }
.subpage-hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 0%, transparent 90%); }
.subpage-hero-shell { position: relative; z-index: 1; width: 100%; max-width: var(--max); margin: 0 auto; }
.subpage-breadcrumb { margin: 0 0 clamp(45px, 8vw, 100px); display: flex; align-items: center; gap: 12px; color: rgba(255, 253, 248, .48); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.subpage-breadcrumb a:hover { color: var(--white); }
.subpage-title-row { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(45px, 8vw, 130px); align-items: end; }
.subpage-hero h1 { margin: 0; font-size: clamp(64px, 10vw, 142px); font-weight: 540; letter-spacing: -.075em; line-height: .82; }
.subpage-hero h1 strong { display: block; color: var(--sage); font-weight: 760; }
.subpage-deck { margin: 0 0 7px; color: rgba(255, 253, 248, .66); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.5; }
.subpage-deck-support { margin-top: 20px; display: block; color: rgba(255, 253, 248, .58); font-size: clamp(13px, 1vw, 15px); line-height: 1.6; }
.subpage-deck-support strong { margin-bottom: 5px; display: block; color: rgba(255, 253, 248, .84); font-weight: 680; }
.subpage-section { padding: clamp(90px, 10vw, 150px) var(--pad); }
.subpage-section-alt { background: var(--paper-2); }
.subpage-intro { width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: clamp(55px, 9vw, 145px); align-items: start; }
.subpage-intro h2 { margin: 0; font-size: clamp(43px, 5.6vw, 82px); font-weight: 560; letter-spacing: -.058em; line-height: 1.01; }
.subpage-intro h2 em { color: #557267; font-style: normal; }
.subpage-copy { padding-top: 9px; color: var(--ink-soft); }
.subpage-copy p { margin: 0 0 18px; }
.subpage-copy .lead-copy { color: var(--ink); }
.capability-grid { width: 100%; max-width: var(--max); margin: 62px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { min-height: 300px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-card > span { color: #748079; font-size: 9px; letter-spacing: .12em; }
.capability-card h3 { margin: auto 0 12px; font-size: 26px; letter-spacing: -.04em; line-height: 1.08; }
.capability-card p { min-height: 65px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.use-case-list { width: 100%; max-width: var(--max); margin: 60px auto 0; border-top: 1px solid var(--line); }
.use-case-list li { min-height: 92px; padding: 19px 0; display: grid; grid-template-columns: 60px minmax(230px, .7fr) minmax(300px, 1.3fr); gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.use-case-list span { color: #758179; font-size: 9px; }
.use-case-list strong { font-size: 17px; }
.use-case-list p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.subpage-statement { padding: clamp(80px, 10vw, 145px) var(--pad); background: var(--forest-2); color: var(--white); }
.subpage-statement > div { width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(50px, 9vw, 140px); align-items: end; }
.subpage-statement h2 { margin: 0; font-size: clamp(45px, 6vw, 88px); font-weight: 550; letter-spacing: -.06em; line-height: .99; }
.subpage-statement h2 em { color: var(--sage); font-style: normal; }
.subpage-statement p { margin: 0 0 7px; color: rgba(255, 253, 248, .62); }
.related-poles { width: 100%; max-width: var(--max); margin: 0 auto; }
.related-poles h2 { margin: 0 0 42px; font-size: clamp(36px, 4vw, 54px); letter-spacing: -.045em; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid a { min-height: 190px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-grid small { color: #748079; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.related-grid strong { margin-top: auto; font-size: 30px; letter-spacing: -.04em; }
.related-grid span { margin-top: 6px; color: var(--ink-soft); font-size: 12px; }
.related-grid a:hover { background: rgba(9, 41, 34, .045); }
.related-insights-links { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; color: var(--ink-soft); font-size: 12px; }
.related-insights-links > span { font-size: 9px; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.related-insights-links a { padding-bottom: 3px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 690; }

.legal-shell { min-height: 100vh; background: var(--paper); }
.legal-header { position: sticky; top: 0; z-index: 10; min-height: var(--header-height); padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: rgba(244, 240, 232, .97); }
.legal-back { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-soft); font-size: 13px; }
.legal-main { width: min(900px, 100%); margin: 0 auto; padding: clamp(70px, 9vw, 120px) var(--pad) 140px; }
.legal-main .eyebrow { margin-bottom: 22px; }
.legal-main h1 { margin: 0 0 52px; font-size: clamp(45px, 7vw, 78px); font-weight: 580; letter-spacing: -.058em; line-height: 1; }
.legal-main h2 { margin: 48px 0 14px; font-size: 25px; letter-spacing: -.035em; line-height: 1.2; }
.legal-main h3 { margin: 30px 0 9px; font-size: 17px; }
.legal-main p, .legal-main li { color: #3f4c46; }
.legal-main p { margin: 0 0 16px; }
.legal-main ul { padding-left: 22px; }
.legal-main a:not(.button) { color: var(--forest-3); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-note { margin: 0 0 45px !important; padding: 18px 20px; border-left: 3px solid var(--forest-3); background: var(--paper-2); font-size: 13px; }
.legal-table { width: 100%; margin: 20px 0 26px; border-collapse: collapse; font-size: 14px; }
.legal-table th, .legal-table td { padding: 14px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { background: var(--paper-2); }
.legal-meta { margin-top: 58px !important; color: #728078 !important; font-size: 12px; }

.not-found { min-height: 100svh; padding: var(--pad); display: grid; place-items: center; background: var(--forest); color: var(--white); text-align: center; }
.not-found > div { max-width: 700px; }
.not-found .wordmark { justify-content: center; }
.not-found h1 { margin: 44px 0 20px; font-size: clamp(52px, 9vw, 100px); letter-spacing: -.06em; line-height: .95; }
.not-found p { margin: 0 0 30px; color: rgba(255,253,248,.65); }
.not-found .button { width: auto; background: var(--paper); color: var(--forest); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .38; } }

@media (max-width: 1100px) {
  .hero-shell { grid-template-columns: minmax(310px, .72fr) minmax(500px, 1.28fr); gap: 32px; }
  .hero h1 { font-size: clamp(48px, 6.3vw, 69px); }
  .problem-card { min-height: 290px; }
  .pillar-card { min-height: 480px; padding: 22px; }
  .exploration-list article { grid-template-columns: 170px minmax(190px, .8fr) minmax(240px, 1.25fr) 130px; gap: 20px; }
  .difference-layout { grid-template-columns: minmax(0, .72fr) minmax(500px, 1.28fr); gap: 50px; }
}

@media (max-width: 900px) {
  :root { --header-height: 66px; }
  .hero { min-height: auto; }
  .hero-shell { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .hero-copy, .assistant-card { min-width: 0; }
  .hero-copy { max-width: 760px; padding: 10px 0 0; }
  .hero h1 { overflow-wrap: anywhere; font-size: clamp(52px, 9vw, 78px); }
  .assistant-card { height: 640px; }
  .split-layout, .proof-layout, .contact-layout, .pilot-card { grid-template-columns: 1fr; gap: 48px; }
  .heading-row { grid-template-columns: 1fr; gap: 20px; }
  .heading-row > p { max-width: 520px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .method-steps { grid-template-columns: repeat(2, 1fr); }
  .method-steps li:last-child { grid-column: span 2; min-height: 190px; }
  .method-steps li:last-child strong { margin-top: 44px; }
  .reality-flow { grid-template-columns: repeat(2, 1fr); }
  .reality-flow li { min-height: 160px; }
  .reality-flow li:not(:last-child)::after { display: none; }
  .reality-flow li:last-child { grid-column: span 2; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 400px; }
  .pillar-card > p { min-height: 0; max-width: 600px; }
  .explorations-head, .about-layout, .principles-layout, .contact-panel { grid-template-columns: 1fr; gap: 48px; }
  .exploration-list article { grid-template-columns: 160px minmax(190px, .8fr) minmax(250px, 1.2fr); }
  .exploration-list a, .exploration-domain { grid-column: 2 / -1; justify-self: start; }
  .difference-layout { grid-template-columns: 1fr; }
  .difference-title-block { position: static; }
  .comparison-card { min-height: 440px; }
  .contact-panel-action { max-width: 540px; }
  .subpage-title-row, .subpage-intro, .subpage-statement > div { grid-template-columns: 1fr; gap: 45px; }
  .subpage-hero { min-height: 640px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-card:last-child { grid-column: span 2; min-height: 220px; }
  .use-case-list li { grid-template-columns: 44px minmax(190px, .65fr) minmax(250px, 1.35fr); gap: 20px; }
}

@media (max-width: 620px) {
  :root { --pad: 18px; }
  .nav-shell { gap: 12px; }
  .site-nav { gap: 19px; }
  .nav-secondary { display: none !important; }
  .site-nav a { font-size: 10px; }
  .site-nav a[href="#contact"], .site-nav a[href="/#contact"], .site-nav a[href="/en/#contact"] { display: none; }
  .language-switcher { gap: 3px; font-size: 9px; letter-spacing: .05em; }
  .language-switcher a, .language-switcher span[aria-current="page"] { min-width: 20px; }
  .wordmark { font-size: 18px; }
  .hero { padding-top: 30px; padding-bottom: 70px; }
  .hero-shell { gap: 32px; }
  .hero h1 { font-size: clamp(48px, 13vw, 62px); }
  .hero-lead { margin-top: 25px; font-size: 17px; }
  .hero-lead-activity { margin-top: 23px; font-size: 16px; }
  .solution-spectrum { margin-top: 16px; gap: 5px; }
  .solution-spectrum span { padding: 5px 7px; font-size: 9px; }
  .hero-support { margin-top: 14px; font-size: 13px; }
  .hero-principle { margin-top: 30px; flex-wrap: wrap; }
  .assistant-card { height: 650px; min-height: 650px; border-radius: 16px; }
  .assistant-header { min-height: 98px; padding: 18px 18px 16px; }
  .assistant-header h2 { max-width: 250px; font-size: 18px; }
  .assistant-status { font-size: 9px; }
  .assistant-activation { padding: 22px 18px 18px; }
  .assistant-intro { grid-template-columns: 34px 1fr; gap: 12px; }
  .assistant-monogram { width: 34px; height: 34px; }
  .assistant-intro p { font-size: 14px; }
  .prompt-list { margin-top: 22px; gap: 7px; }
  .prompt-list button { min-height: 44px; padding: 9px 10px; font-size: 11px; }
  .assistant-notice { font-size: 11px; line-height: 1.55; }
  .section { padding-top: 86px; padding-bottom: 90px; }
  .section-label { margin-bottom: 48px; }
  .display-title { font-size: clamp(42px, 12vw, 58px); }
  .lead-copy { font-size: 18px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 245px; }
  .problem-card p { min-height: 0; }
  .reality-flow { grid-template-columns: 1fr; }
  .reality-flow li, .reality-flow li:last-child { min-height: 128px; grid-column: auto; }
  .pillar-card { min-height: 380px; padding: 22px; }
  .pillar-card h3 { font-size: 39px; }
  .explorations-head { margin-bottom: 54px; }
  .exploration-list article { min-height: 0; padding: 28px 0; display: block; }
  .exploration-list h3 { margin: 18px 0 9px; font-size: 25px; }
  .exploration-list p { margin-bottom: 18px; }
  .exploration-list a, .exploration-domain { justify-self: auto; display: inline-flex; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-card { min-height: 390px; }
  .about-copy { padding-top: 6px; }
  .principles-layout { margin-bottom: 70px; }
  .principles-list strong { font-size: 14px; }
  .contact-panel { padding: 34px 24px; border-radius: 14px; }
  .contact-panel h2 { font-size: clamp(39px, 11vw, 53px); }
  .subpage-hero { min-height: 570px; padding-top: 55px; padding-bottom: 70px; }
  .subpage-breadcrumb { margin-bottom: 65px; }
  .subpage-hero h1 { font-size: clamp(60px, 19vw, 88px); }
  .subpage-deck { font-size: 17px; }
  .subpage-deck-support { margin-top: 14px; font-size: 12px; line-height: 1.55; }
  .subpage-section { padding-top: 86px; padding-bottom: 90px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card, .capability-card:last-child { min-height: 240px; grid-column: auto; }
  .capability-card p { min-height: 0; }
  .use-case-list { padding: 0; list-style: none; }
  .use-case-list li { min-height: 0; padding: 24px 0; grid-template-columns: 32px 1fr; gap: 8px 12px; }
  .use-case-list p { grid-column: 2; }
  .subpage-statement > div { gap: 34px; }
  .subpage-statement h2 { font-size: clamp(42px, 12vw, 58px); }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a { min-height: 160px; }
  .related-insights-links { align-items: flex-start; flex-direction: column; }
  .proof-flow li { min-height: 75px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps li, .method-steps li:last-child { min-height: 180px; grid-column: auto; }
  .method-steps strong, .method-steps li:last-child strong { margin-top: 50px; }
  .pilot-card { padding: 34px 24px; border-radius: 14px; }
  .pilot-card h2 { font-size: clamp(39px, 11vw, 53px); }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-top { min-height: 105px; }
  .footer-bottom nav { justify-content: flex-start; }
  .legal-header { padding-left: 18px; padding-right: 18px; }
  .legal-header .legal-back { display: none; }
  .legal-back { max-width: 150px; text-align: right; font-size: 11px; }
  .legal-main { padding-left: 20px; padding-right: 20px; }
  .legal-main h1 { margin-bottom: 40px; }
  .legal-table, .legal-table tbody, .legal-table tr, .legal-table td { display: block; }
  .legal-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .legal-table tr { border: 1px solid var(--line); }
  .legal-table tr + tr { margin-top: 12px; }
  .legal-table td { border: 0; }
  .legal-table td + td { border-top: 1px solid var(--line); }
}

@media (max-width: 370px) {
  :root { --pad: 15px; }
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 9px; letter-spacing: .04em; }
  .hero h1 { font-size: 46px; }
  .assistant-header h2 { max-width: 205px; font-size: 17px; }
  .assistant-status { letter-spacing: .04em; }
  .prompt-list button { padding-left: 9px; padding-right: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* V3 — hiérarchie finale et expérience client */
.hero-v3 .hero-copy { max-width: 610px; }
.hero-v3 .hero-lead-activity { max-width: 590px; }
.hero-v3 .hero-principle { max-width: 520px; line-height: 1.55; }
.approach-intro-v3 { margin-bottom: clamp(52px, 7vw, 84px); }
.approach-intro-v3 .body-copy { max-width: 520px; }
.reality-flow-v3 { grid-template-columns: repeat(4, 1fr); }
.section-pillars-v3 { padding-top: clamp(90px, 9vw, 135px); padding-bottom: clamp(100px, 10vw, 145px); }
.heading-row-v3 { margin-bottom: 48px; }
.pillar-grid-v3 .pillar-card { min-height: 390px; }
.pillar-grid-v3 .pillar-card h3 { margin-top: auto; }
.pillar-grid-v3 .pillar-card > p { min-height: 68px; margin-bottom: 26px; }
.section-explorations-v3 { padding-top: clamp(90px, 9vw, 135px); padding-bottom: clamp(90px, 9vw, 135px); }
.explorations-head-v3 { margin-bottom: clamp(48px, 6vw, 74px); }
.explorations-head-v3 .display-title { max-width: 820px; font-size: clamp(42px, 5vw, 72px); }
.exploration-list-v3 article { min-height: 112px; }
.section-principles-v3 { background: var(--paper); }
.principles-head-v3 { width: 100%; max-width: var(--max); margin: 0 auto clamp(55px, 8vw, 100px); }
.principles-head-v3 h2 { max-width: 980px; }
.principle-trio { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.principle-trio li { min-height: 240px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-trio span { color: #758179; font-size: 9px; letter-spacing: .12em; }
.principle-trio strong { max-width: 310px; margin-top: auto; font-size: 22px; font-weight: 650; letter-spacing: -.035em; line-height: 1.18; }
.section-about-v3 { padding-top: clamp(90px, 9vw, 135px); padding-bottom: clamp(90px, 9vw, 135px); }
.about-layout-v3 { align-items: center; }
.about-layout-v3 .display-title { font-size: clamp(44px, 5.2vw, 76px); }
.text-link-light { border-color: rgba(255,253,248,.5); color: var(--white); }
.section-contact-v3 { background: var(--paper-2); }
.section-contact-v3 .contact-panel { margin-top: 0; }
.contact-email-v3 { margin-top: 18px; padding: 15px 0 3px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line-light); color: rgba(255,253,248,.76); font-size: 13px; }

/* V5.2 — manifeste et positionnement partenaire */
.section-manifesto-home { padding: clamp(54px, 6vw, 88px) var(--pad); background: var(--paper); }
.manifesto-home-panel { position: relative; width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(34px, 5vw, 68px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(44px, 8vw, 120px); align-items: end; overflow: hidden; background: var(--forest-2); color: var(--white); }
.manifesto-home-panel::before { content: ""; position: absolute; width: 390px; aspect-ratio: 1; right: -210px; top: -230px; border: 1px solid rgba(255,253,248,.12); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,253,248,.018), 0 0 0 108px rgba(255,253,248,.012); pointer-events: none; }
.manifesto-home-heading, .manifesto-home-copy { position: relative; z-index: 1; }
.manifesto-home-heading h2 { max-width: 800px; margin: 18px 0 0; font-size: clamp(40px, 5vw, 70px); font-weight: 560; letter-spacing: -.058em; line-height: 1.01; }
.manifesto-home-heading h2 em { color: var(--sage); font-style: normal; }
.manifesto-home-copy > p { max-width: 520px; margin: 0 0 30px; color: rgba(255,253,248,.67); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; }
.manifesto-home-copy .button { min-width: 250px; justify-content: space-between; }

.field-signal-section { padding: clamp(90px, 10vw, 150px) var(--pad); background: var(--forest); color: var(--white); }
.field-signal-shell { width: 100%; max-width: var(--max); margin: 0 auto; }
.field-signal-shell blockquote { max-width: 1050px; margin: clamp(40px, 7vw, 82px) 0 30px; font-size: clamp(43px, 6vw, 88px); font-weight: 540; letter-spacing: -.06em; line-height: 1.02; }
.field-signal-shell > p:last-child { max-width: 560px; margin: 0 0 0 auto; color: rgba(255,253,248,.62); font-size: 17px; }
.field-service-grid { grid-template-columns: repeat(4, 1fr); }
.field-service-grid .capability-card { min-height: 280px; }
.about-hero .subpage-title-row { grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: clamp(45px, 7vw, 110px); }
.about-hero h1 { min-width: 0; font-size: clamp(64px, 8.8vw, 126px); }
.about-values-section { padding: clamp(90px, 10vw, 145px) var(--pad); background: var(--forest-2); color: var(--white); }
.about-values-shell { width: 100%; max-width: var(--max); margin: 0 auto; }
.about-values-grid { margin-top: clamp(48px, 7vw, 82px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.about-values-grid article { min-height: 310px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.about-values-grid span { color: var(--sage); font-size: 9px; letter-spacing: .12em; }
.about-values-grid h2 { margin: auto 0 12px; font-size: 34px; letter-spacing: -.045em; }
.about-values-grid p { min-height: 66px; margin: 0; color: rgba(255,253,248,.57); font-size: 13px; }
.related-grid-three { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 900px) {
  .reality-flow-v3 { grid-template-columns: repeat(2, 1fr); }
  .reality-flow-v3 li:last-child { grid-column: auto; }
  .pillar-grid-v3 .pillar-card { min-height: 320px; }
  .manifesto-home-panel { grid-template-columns: 1fr; gap: 34px; }
  .principle-trio { grid-template-columns: 1fr; }
  .principle-trio li { min-height: 155px; }
  .principle-trio strong { margin-top: 52px; }
  .field-service-grid { grid-template-columns: repeat(2, 1fr); }
  .field-service-grid .capability-card:last-child { grid-column: auto; min-height: 280px; }
  .about-hero .subpage-title-row { grid-template-columns: minmax(0, 1fr); gap: 45px; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-values-grid article { min-height: 210px; }
  .related-grid-three { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .reality-flow-v3 { grid-template-columns: 1fr; }
  .hero-v3 .hero-principle { margin-top: 24px; font-size: 10px; }
  .approach-intro-v3 { margin-bottom: 45px; }
  .pillar-grid-v3 .pillar-card { min-height: 315px; }
  .pillar-grid-v3 .pillar-card > p { min-height: 0; }
  .section-manifesto-home { padding: 44px 18px; }
  .manifesto-home-panel { padding: 32px 22px; }
  .manifesto-home-heading h2 { font-size: clamp(38px, 11.5vw, 50px); }
  .manifesto-home-copy > p { font-size: 15px; }
  .manifesto-home-copy .button { width: 100%; min-width: 0; }
  .explorations-head-v3 .display-title { font-size: clamp(42px, 12vw, 56px); }
  .principle-trio li { min-height: 145px; }
  .principle-trio strong { margin-top: 42px; font-size: 19px; }
  .field-service-grid { grid-template-columns: 1fr; }
  .field-service-grid .capability-card, .field-service-grid .capability-card:last-child { min-height: 220px; }
  .field-signal-shell blockquote { font-size: clamp(40px, 12vw, 56px); }
  .field-signal-shell > p:last-child { margin-left: 0; font-size: 15px; }
  .about-values-grid article { min-height: 190px; }
  .about-values-grid p { min-height: 0; }
}

/* V4 — ENDRET Insights */
.schema-publisher { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.insights-hero { position: relative; min-height: 680px; padding: clamp(72px, 8vw, 118px) var(--pad) clamp(80px, 9vw, 130px); display: flex; align-items: end; overflow: clip; background: var(--forest); color: var(--white); }
.insights-hero::before, .article-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.insights-hero-shell { position: relative; z-index: 1; width: 100%; max-width: var(--max); margin: 0 auto; }
.insights-hero .subpage-breadcrumb { margin-bottom: clamp(62px, 8vw, 105px); }
.insights-hero h1 { margin: 0; max-width: 1050px; font-size: clamp(66px, 10vw, 142px); font-weight: 520; letter-spacing: -.075em; line-height: .82; }
.insights-hero h1 strong { display: block; color: var(--sage); font-weight: 760; }
.insights-hero > .insights-hero-shell > p:not(.subpage-breadcrumb, .eyebrow) { max-width: 690px; margin: 38px 0 0; color: rgba(255,253,248,.67); font-size: clamp(18px, 1.55vw, 23px); line-height: 1.55; }
.insights-filters { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 8px; }
.insights-filters a { min-height: 40px; padding: 9px 13px; display: inline-flex; align-items: center; border: 1px solid rgba(255,253,248,.17); border-radius: 999px; color: rgba(255,253,248,.69); font-size: 10px; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.insights-filters a:hover, .insights-filters a:focus-visible { border-color: var(--sage); color: var(--white); }

.insights-featured, .insights-library, .article-footer { padding: clamp(90px, 10vw, 150px) var(--pad); }
.insights-featured { background: var(--paper); }
.insights-featured > *, .insights-library > *, .article-footer > * { width: 100%; max-width: var(--max); margin-left: auto; margin-right: auto; }
.insights-section-heading { margin-bottom: clamp(45px, 6vw, 72px); }
.insights-section-heading h2 { max-width: 900px; margin: 0; font-size: clamp(43px, 5.6vw, 78px); font-weight: 560; letter-spacing: -.058em; line-height: 1.01; }
.insights-section-heading h2 em { color: #557267; font-style: normal; }
.insight-card { min-width: 0; border-top: 1px solid var(--line); }
.insight-card-link { height: 100%; display: flex; flex-direction: column; }
.insight-card-body { min-height: 320px; padding: 24px 2px 4px; display: flex; flex-direction: column; }
.insight-card-meta { margin-bottom: 26px; display: flex; justify-content: space-between; gap: 18px; color: #6f7d75; font-size: 9px; font-weight: 720; letter-spacing: .095em; text-transform: uppercase; }
.insight-card h3 { margin: 0 0 16px; font-size: clamp(25px, 2.3vw, 34px); font-weight: 620; letter-spacing: -.045em; line-height: 1.08; }
.insight-card p { margin: 0 0 24px; color: var(--ink-soft); font-size: 14px; line-height: 1.62; }
.insight-card-action { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--forest); font-size: 11px; font-weight: 740; letter-spacing: .055em; text-transform: uppercase; }
.insight-card-link:hover .insight-card-action span, .insight-card-link:focus-visible .insight-card-action span { transform: translateX(4px); }
.insight-card-action span { transition: transform 160ms ease; }
.insight-card--featured { border: 0; }
.insight-card--featured .insight-card-link { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); border: 1px solid var(--line); background: var(--paper-2); }
.insight-card--featured .insight-card-body { min-height: 590px; padding: clamp(32px, 5vw, 68px); }
.insight-card--featured h2 { margin: 0 0 22px; font-size: clamp(38px, 4.3vw, 64px); font-weight: 570; letter-spacing: -.058em; line-height: 1.02; }
.insight-card--featured p { max-width: 520px; font-size: 16px; }
.insight-card-badge, .article-manifesto-badge { width: max-content; display: inline-flex; align-items: center; border: 1px solid currentColor; border-radius: 999px; font-size: 9px; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.insight-card-badge { margin-bottom: 18px; padding: 7px 10px; color: #557267; }
.article-manifesto-badge { margin-bottom: 24px; padding: 8px 11px; color: var(--sage); }
.insight-card--manifesto .insight-card-action { color: #234d40; }

.insight-visual { position: relative; min-height: 430px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--forest-2); color: var(--white); }
.insight-visual::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; right: -22%; top: 7%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.023), 0 0 0 92px rgba(255,255,255,.018); }
.insight-visual::after { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 42px 42px; }
.insight-visual > span { position: relative; z-index: 1; }
.insight-visual-number { font-size: 11px; font-weight: 760; letter-spacing: .13em; }
.insight-visual-line { width: 54%; height: 1px; margin: auto 0 16px; background: rgba(255,255,255,.32); transform: rotate(-32deg); transform-origin: left; }
.insight-visual-label { max-width: 220px; font-size: clamp(29px, 3vw, 44px); font-weight: 620; letter-spacing: -.052em; line-height: .98; }
.insight-visual--field { background: #233c34; }
.insight-visual--digital { background: #183d42; }
.insight-visual--ai { background: #2d3540; }
.insight-visual--productivity { background: #3b3829; }
.insight-visual--manifesto { background: #173d33; }
.insight-visual--compact { min-height: 250px; }
.insight-visual--compact .insight-visual-label { font-size: 27px; }

.insights-library { padding-top: 0; padding-bottom: clamp(100px, 12vw, 170px); }
.insights-chapter { padding: clamp(85px, 9vw, 130px) 0 0; scroll-margin-top: calc(var(--header-height) + 20px); }
.insights-chapter-head { margin-bottom: 46px; padding-bottom: 28px; display: grid; grid-template-columns: minmax(300px, .85fr) minmax(320px, 1.15fr); gap: clamp(40px, 8vw, 130px); align-items: end; border-bottom: 1px solid var(--line); }
.insights-chapter-head > div { display: flex; align-items: baseline; gap: 18px; }
.insights-chapter-head span { color: #718078; font-size: 10px; letter-spacing: .12em; }
.insights-chapter-head h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); font-weight: 600; letter-spacing: -.05em; }
.insights-chapter-head p { max-width: 600px; margin: 0; color: var(--ink-soft); }
.insights-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(38px, 5vw, 72px); }
.insights-chapter:has(.insight-card:only-child) .insights-grid { grid-template-columns: minmax(0, .5fr); }
.insights-closing { padding: clamp(85px, 10vw, 145px) var(--pad); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(55px, 9vw, 140px); align-items: end; background: var(--forest-2); color: var(--white); }
.insights-closing > div:first-child { margin-left: max(0px, calc((100vw - var(--max) - (2 * var(--pad))) / 2)); }
.insights-closing > div:last-child { max-width: 520px; margin-right: max(0px, calc((100vw - var(--max) - (2 * var(--pad))) / 2)); }
.insights-closing h2 { margin: 0; font-size: clamp(45px, 6vw, 86px); font-weight: 550; letter-spacing: -.06em; line-height: .99; }
.insights-closing h2 em { color: var(--sage); font-style: normal; }
.insights-closing > div:last-child > p { margin: 0 0 28px; color: rgba(255,253,248,.63); }

.article-hero { position: relative; padding: clamp(65px, 8vw, 115px) var(--pad) clamp(80px, 10vw, 140px); overflow: clip; background: var(--forest); color: var(--white); }
.article-hero-shell { position: relative; z-index: 1; width: 100%; max-width: var(--max); margin: 0 auto; }
.article-hero .subpage-breadcrumb { margin-bottom: clamp(55px, 7vw, 90px); }
.article-hero-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(380px, .84fr); gap: clamp(48px, 8vw, 120px); align-items: end; }
.article-meta { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 12px 26px; color: rgba(255,253,248,.52); font-size: 9px; font-weight: 730; letter-spacing: .105em; text-transform: uppercase; }
.article-hero h1 { margin: 0; max-width: 850px; font-size: clamp(48px, 6.2vw, 91px); font-weight: 550; letter-spacing: -.066em; line-height: .97; }
.article-hero-copy > p { max-width: 700px; margin: 30px 0 0; color: rgba(255,253,248,.7); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; }
.article-author { margin-top: 35px; padding-top: 24px; display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--line-light); }
.article-author-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,253,248,.25); border-radius: 50%; color: var(--sage); font-size: 10px; font-weight: 780; }
.article-author strong, .article-author small { display: block; }
.article-author strong { font-size: 12px; }
.article-author small { color: rgba(255,253,248,.48); font-size: 10px; }
.article-hero .insight-visual { min-height: 530px; border: 1px solid rgba(255,253,248,.15); }

.article-layout { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(90px, 10vw, 150px) var(--pad); display: grid; grid-template-columns: minmax(190px, .28fr) minmax(0, .72fr); gap: clamp(60px, 10vw, 150px); align-items: start; }
.article-rail { position: sticky; top: calc(var(--header-height) + 28px); }
.article-rail > p { margin: 0 0 22px; color: #718078; font-size: 9px; font-weight: 730; letter-spacing: .12em; text-transform: uppercase; }
.article-rail ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.article-rail li { padding: 14px 0; display: grid; grid-template-columns: 28px 1fr; gap: 10px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.article-rail li span { color: #809087; font-size: 8px; letter-spacing: .08em; }
.article-content { min-width: 0; max-width: 810px; }
.article-lead { margin: 0 0 clamp(60px, 8vw, 95px); font-size: clamp(24px, 3vw, 36px); font-weight: 520; letter-spacing: -.04em; line-height: 1.25; }
.article-section { margin: 0 0 clamp(62px, 8vw, 94px); }
.article-section h2 { margin: 0 0 28px; font-size: clamp(33px, 4vw, 50px); font-weight: 590; letter-spacing: -.05em; line-height: 1.06; }
.article-section h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.03em; }
.article-section p, .article-section li { color: #39473f; font-size: 17px; line-height: 1.76; }
.article-section p { margin: 0 0 20px; }
.article-section ul { margin: 26px 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.article-section li { padding: 15px 0 15px 24px; position: relative; border-bottom: 1px solid var(--line); }
.article-section li::before { content: ""; position: absolute; left: 1px; top: 28px; width: 6px; height: 6px; border-radius: 50%; background: var(--forest-3); }
.article-section blockquote { margin: 38px 0 0; padding: 26px 28px; border-left: 3px solid var(--forest-3); background: var(--paper-2); color: var(--forest); font-size: clamp(20px, 2.5vw, 29px); font-weight: 570; letter-spacing: -.03em; line-height: 1.35; }
.article-item-list { margin-top: 30px; border-top: 1px solid var(--line); }
.article-item-list > div { padding: 25px 0; display: grid; grid-template-columns: minmax(190px, .38fr) minmax(0, .62fr); gap: 28px; border-bottom: 1px solid var(--line); }
.article-item-list p { margin: 0; font-size: 15px; }
.article-cta { margin-top: 110px; padding: clamp(35px, 5vw, 60px); background: var(--forest-2); color: var(--white); }
.article-cta h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); font-weight: 560; letter-spacing: -.058em; line-height: 1.02; }
.article-cta h2 em { color: var(--sage); font-style: normal; }
.article-cta > p:not(.eyebrow) { max-width: 600px; margin: 24px 0 28px; color: rgba(255,253,248,.63); }
.article-footer { padding-top: 0; }
.article-branch { padding: 27px 0; display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-branch > span { color: #738179; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.article-branch a { color: var(--forest); font-weight: 690; }
.article-related { margin-top: clamp(90px, 10vw, 145px); }
.article-back { margin-top: 70px; min-height: 50px; display: inline-flex; align-items: center; gap: 13px; color: var(--ink-soft); font-size: 12px; font-weight: 690; letter-spacing: .06em; text-transform: uppercase; }

.section-insights-home { background: #eee9df; }
.insights-home-head { width: 100%; max-width: var(--max); margin: 0 auto clamp(48px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(50px, 8vw, 130px); align-items: end; }
.insights-home-head h2 { margin: 0; max-width: 800px; font-size: clamp(43px, 5.6vw, 78px); font-weight: 560; letter-spacing: -.058em; line-height: 1.01; }
.insights-home-head h2 em { color: #557267; font-style: normal; }
.insights-home-head p { margin: 0 0 3px; color: var(--ink-soft); }
.insights-home-grid { width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 54px); }
.insights-home-action { width: 100%; max-width: var(--max); margin: 55px auto 0; display: flex; justify-content: flex-end; }
.insights-home-action .text-link { min-width: 260px; justify-content: space-between; }

@media (max-width: 1050px) {
  .insight-card--featured .insight-card-link, .article-hero-grid { grid-template-columns: 1fr 380px; gap: 42px; }
  .article-hero h1 { font-size: clamp(48px, 6.4vw, 72px); }
  .insights-home-grid { gap: 28px; }
}

@media (max-width: 900px) {
  .insights-hero { min-height: 620px; }
  .insight-card--featured .insight-card-link, .article-hero-grid { grid-template-columns: 1fr; }
  .insight-card--featured .insight-visual { min-height: 390px; }
  .article-hero .insight-visual { min-height: 390px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-rail { display: none; }
  .article-content { max-width: 760px; margin: 0 auto; }
  .insights-home-head { grid-template-columns: 1fr; gap: 28px; }
  .insights-home-grid { grid-template-columns: 1fr; }
  .insights-home-grid .insight-card-link { display: grid; grid-template-columns: 280px 1fr; gap: 28px; }
  .insights-home-grid .insight-card-body { min-height: 280px; }
}

@media (max-width: 700px) {
  .insights-chapter-head, .insights-closing { grid-template-columns: 1fr; gap: 30px; }
  .insights-grid, .insights-chapter:has(.insight-card:only-child) .insights-grid { grid-template-columns: 1fr; }
  .insights-closing > div:first-child, .insights-closing > div:last-child { margin-left: 0; margin-right: 0; }
}

@media (max-width: 620px) {
  .insights-hero { min-height: 590px; padding-top: 52px; padding-bottom: 70px; }
  .insights-hero .subpage-breadcrumb { margin-bottom: 58px; }
  .insights-hero h1 { font-size: clamp(57px, 18vw, 78px); }
  .insights-hero > .insights-hero-shell > p:not(.subpage-breadcrumb, .eyebrow) { margin-top: 27px; font-size: 17px; }
  .insights-filters { margin-top: 32px; }
  .insights-featured, .insights-library, .article-footer { padding-left: 18px; padding-right: 18px; }
  .insight-card--featured .insight-card-body { min-height: 450px; padding: 30px 22px; }
  .insight-card--featured h2 { font-size: 38px; }
  .insight-card--featured .insight-visual { min-height: 310px; }
  .insight-visual--compact { min-height: 220px; }
  .insights-chapter { padding-top: 82px; }
  .insights-chapter-head { margin-bottom: 30px; }
  .insights-chapter-head > div { gap: 12px; }
  .insight-card-body { min-height: 300px; }
  .insights-closing { padding-left: 18px; padding-right: 18px; }
  .article-hero { padding-top: 50px; padding-bottom: 80px; }
  .article-hero .subpage-breadcrumb { margin-bottom: 55px; flex-wrap: wrap; }
  .article-hero h1 { font-size: clamp(44px, 13vw, 59px); overflow-wrap: anywhere; }
  .article-hero-copy > p { font-size: 17px; }
  .article-hero .insight-visual { min-height: 310px; }
  .article-layout { padding: 80px 20px 100px; }
  .article-lead { font-size: 25px; }
  .article-section h2 { font-size: 35px; }
  .article-section p, .article-section li { font-size: 16px; }
  .article-section blockquote { padding: 22px 20px; }
  .article-item-list > div { grid-template-columns: 1fr; gap: 7px; }
  .article-cta { margin-top: 90px; padding: 32px 22px; }
  .article-branch { flex-direction: column; gap: 12px; }
  .insights-home-grid .insight-card-link { display: flex; gap: 0; }
  .insights-home-action { justify-content: flex-start; }
  .insights-home-action .text-link { min-width: 0; width: 100%; }
}
