:root {
  --charcoal: #2f363a;
  --charcoal-deep: #202629;
  --ink: #343b3f;
  --muted: #6b7478;
  --brand: #209ac4;
  --brand-dark: #117fa5;
  --brand-pale: #e7f4f8;
  --grey: #92979a;
  --paper: #f3f4f4;
  --paper-light: #fafbfb;
  --white: #ffffff;
  --line: rgba(47, 54, 58, .14);
  --radius: 20px;
  --shadow: 0 24px 65px rgba(47, 54, 58, .12);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-light); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 56px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: -100px; padding: 12px 16px; color: var(--white); background: var(--charcoal); border-radius: 8px; }
.skip-link:focus { top: 18px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; width: min(calc(100% - 56px), var(--max)); height: 104px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 215px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav > a:not(.button) { color: var(--muted); font-size: 13px; font-weight: 750; text-decoration: none; }
.site-header nav > a:not(.button):hover { color: var(--brand-dark); }

.button { min-height: 54px; padding: 0 25px; border: 0; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; color: var(--white); background: var(--brand); box-shadow: 0 12px 28px rgba(32,154,196,.22); font-size: 14px; font-weight: 850; text-decoration: none; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--brand-dark); box-shadow: 0 16px 34px rgba(32,154,196,.28); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 12px; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(32,154,196,.34); outline-offset: 3px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 850; text-underline-offset: 5px; }
.text-link span { color: var(--brand); font-size: 18px; }

.hero { padding: 172px 0 0; overflow: hidden; background: linear-gradient(90deg, transparent 49.8%, rgba(47,54,58,.035) 50%, transparent 50.2%), linear-gradient(var(--paper-light), #fff); background-size: 72px 100%, auto; }
.hero-main { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(410px, .85fr); align-items: center; gap: clamp(48px, 6vw, 82px); padding-bottom: 82px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow { margin: 0 0 23px; display: flex; align-items: center; gap: 10px; color: var(--brand-dark); font-size: 11px; line-height: 1.5; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 20px; height: 8px; flex: 0 0 auto; background: var(--brand); transform: rotate(45deg); }
.eyebrow-light { color: #a8ddec; }
h1, h2, h3, h4, p { text-wrap: pretty; }
h1, h2, h3, h4 { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; }
h1 { margin: 0; color: var(--charcoal); font-size: clamp(49px, 5.2vw, 76px); line-height: .98; letter-spacing: -.052em; font-weight: 800; }
h1 em, h2 em { color: var(--brand); font-style: normal; font-weight: inherit; }
.hero-lead { max-width: 695px; margin: 30px 0; color: #5e696e; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.audience-note { max-width: 610px; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.6; }

.constraint-visual { position: relative; min-height: 490px; padding: 27px; overflow: hidden; color: var(--charcoal); background: var(--white); border: 1px solid rgba(47,54,58,.1); border-radius: 10px; box-shadow: var(--shadow); }
.constraint-visual::before { content: ""; position: absolute; width: 290px; height: 290px; left: 50%; top: 130px; border: 1px solid rgba(32,154,196,.13); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 42px rgba(32,154,196,.035), 0 0 0 84px rgba(47,54,58,.025); }
.visual-header { position: relative; z-index: 4; display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: var(--grey); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-dark); }
.live-dot i { width: 7px; height: 7px; transform: rotate(45deg); background: var(--brand); box-shadow: 0 0 0 4px rgba(32,154,196,.1); }
.focus-board { position: absolute; z-index: 2; inset: 64px 20px auto; height: 225px; }
.orbit-label { position: absolute; padding: 6px 8px; color: #969da0; background: #f6f7f7; border: 1px solid rgba(47,54,58,.09); font-size: 8px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.orbit-one { left: 2%; top: 20%; }
.orbit-two { right: 2%; top: 17%; }
.orbit-three { left: 7%; bottom: 8%; }
.orbit-four { right: 0; bottom: 12%; }
.diamond-cluster { position: absolute; left: 50%; top: 49%; width: 172px; height: 172px; transform: translate(-50%, -50%); }
.diamond-cluster img { position: absolute; z-index: 3; inset: 22px; width: 128px; filter: drop-shadow(0 13px 16px rgba(47,54,58,.11)); }
.satellite { position: absolute; z-index: 1; width: 28px; height: 28px; border: 1px solid rgba(47,54,58,.14); background: #f4f5f5; transform: rotate(45deg); }
.satellite-top { left: 72px; top: -11px; }
.satellite-right { right: -5px; top: 72px; }
.satellite-bottom { left: 72px; bottom: -8px; }
.satellite-left { left: -5px; top: 72px; }
.constraint-message { position: absolute; z-index: 3; inset: auto 27px 67px; padding: 18px 20px; color: var(--white); background: var(--charcoal); border-left: 6px solid var(--brand); }
.constraint-message small { color: #aaddec; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.constraint-message strong { margin-top: 6px; display: block; font-size: clamp(27px, 2.5vw, 36px); line-height: 1.02; letter-spacing: -.035em; }
.constraint-message p { margin: 8px 0 0; color: rgba(255,255,255,.58); font-size: 10px; }
.visual-flow { position: absolute; z-index: 3; inset: auto 27px 24px; display: flex; justify-content: space-between; align-items: center; color: #9aa0a3; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.visual-flow b { color: var(--brand); font-size: 15px; }
.visual-flow strong { color: var(--charcoal); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.proof-strip > div { min-height: 130px; padding: 28px 24px 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.proof-strip > div:first-child { padding-left: 0; }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip strong { color: var(--brand-dark); font-size: 35px; line-height: 1; letter-spacing: -.04em; }
.proof-strip span { margin-top: 7px; font-size: 11px; font-weight: 800; }
.proof-strip small { margin-top: 6px; color: var(--muted); font-size: 9px; }

.system-section { scroll-margin-top: 30px; padding: 115px 0; color: var(--white); background: var(--charcoal); }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 90px; }
h2 { margin: 0; font-size: clamp(40px, 4.2vw, 61px); line-height: 1.04; letter-spacing: -.045em; font-weight: 800; }
.section-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.72; }

.flow-feature { position: relative; min-height: 360px; margin: 60px 0 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: var(--charcoal-deep); }
.flow-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,25,29,.62), transparent 57%); pointer-events: none; }
.flow-feature img { display: block; width: 100%; height: clamp(340px, 35vw, 440px); object-fit: cover; }
.flow-feature figcaption { position: absolute; z-index: 2; left: 30px; bottom: 30px; max-width: 430px; padding: 22px 25px; display: flex; flex-direction: column; gap: 8px; color: var(--white); background: rgba(32,38,41,.9); border-left: 5px solid var(--brand); backdrop-filter: blur(8px); }
.flow-feature figcaption small { color: #9bd7ea; font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.flow-feature figcaption strong { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(24px, 2.8vw, 38px); line-height: 1.05; letter-spacing: -.035em; }

.comparison { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; }
.comparison-head { min-height: 77px; padding: 20px 28px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.comparison-head span { font-size: 22px; font-weight: 800; }
.comparison-head small { font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.muted-head { color: rgba(255,255,255,.52); border-right: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.025); }
.focus-head { color: var(--charcoal); background: var(--brand-pale); }
.comparison-cell { min-height: 142px; padding: 26px 28px; border-bottom: 1px solid rgba(255,255,255,.11); }
.comparison-cell:nth-last-child(-n+2) { border-bottom: 0; }
.muted-cell { border-right: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.02); }
.focus-cell { background: rgba(32,154,196,.08); }
.comparison-cell b { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.muted-cell b { color: rgba(255,255,255,.35); }
.focus-cell b { color: #9bd7ea; }
.comparison-cell p { margin: 13px 0 0; max-width: 470px; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.65; }
.focus-cell p { color: rgba(255,255,255,.84); }

.method-block { margin-top: 34px; padding: 42px; color: var(--charcoal); background: #edf2f3; border-radius: var(--radius); overflow: hidden; }
.mini-label { margin: 0 0 10px; color: var(--brand-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.method-intro { max-width: 720px; }
.method-intro h3 { margin: 0; font-size: 32px; line-height: 1.1; letter-spacing: -.035em; }
.method-intro > p:last-child { margin: 14px 0 0; color: rgba(47,54,58,.66); font-size: 12px; line-height: 1.65; }
.process-cycle { position: relative; min-height: 640px; margin-top: 22px; }
.process-arrows { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.process-arrows path { fill: none; stroke: rgba(32,154,196,.56); stroke-width: 9; stroke-linecap: square; }
.process-arrows marker path { fill: var(--brand); stroke: none; }
.process-center { position: absolute; z-index: 3; left: 50%; top: 50%; width: 142px; height: 142px; display: grid; place-items: center; color: var(--charcoal); background: var(--white); border: 1px solid rgba(47,54,58,.1); border-radius: 50%; box-shadow: 0 15px 40px rgba(47,54,58,.1); transform: translate(-50%, -50%); }
.process-center img { width: 68px; transform: translateY(-10px); }
.process-center span { position: absolute; bottom: 18px; font-size: 8px; line-height: 1.25; font-weight: 900; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.process-cards { margin: 0; padding: 0; list-style: none; }
.process-step { position: absolute; z-index: 4; width: min(31%, 292px); min-height: 140px; padding: 20px; display: grid; grid-template-columns: 34px 1fr; gap: 13px; color: var(--charcoal); background: var(--white); border: 1px solid rgba(47,54,58,.11); box-shadow: 0 12px 34px rgba(47,54,58,.08); }
.step-one { left: 50%; top: 4px; transform: translateX(-50%); }
.step-two { right: 0; top: 50%; transform: translateY(-50%); }
.step-three { left: 50%; bottom: 4px; transform: translateX(-50%); }
.step-four { left: 0; top: 50%; transform: translateY(-50%); }
.step-number { width: 32px; height: 32px; display: grid; place-items: center; color: var(--white); background: var(--brand); border-radius: 3px; font-size: 8px; font-weight: 900; }
.process-step > div { min-width: 0; }
.process-step h4 { margin: 0; font-size: 17px; line-height: 1.1; letter-spacing: -.02em; }
.process-prompt { margin: 7px 0 6px; color: var(--brand-dark); font-size: 11px; line-height: 1.35; font-weight: 850; }
.process-step small { display: block; color: var(--muted); font-size: 9px; line-height: 1.5; }

.ai-callout { margin-top: 34px; padding: 32px 36px; display: grid; grid-template-columns: 58px 1fr; gap: 22px; align-items: start; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.ai-mark { width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: var(--brand); border-radius: 4px; font-weight: 900; }
.ai-callout h3 { margin: 1px 0 10px; font-size: 24px; }
.ai-callout p { max-width: 850px; margin: 0; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.7; }

.services-wrap { scroll-margin-top: 30px; margin-top: 115px; }
.services-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.services-heading h2 { font-size: clamp(38px, 4vw, 56px); }
.service-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.service-grid article { position: relative; min-height: 410px; padding: 34px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-right: 0; background: rgba(255,255,255,.025); }
.service-grid article:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.service-grid article:last-child { border-right: 1px solid rgba(255,255,255,.14); border-radius: 0 var(--radius) var(--radius) 0; }
.featured-service { color: var(--charcoal); background: var(--white) !important; transform: translateY(-10px); border-radius: var(--radius) !important; border: 0 !important; box-shadow: 0 22px 55px rgba(0,0,0,.17); }
.popular { position: absolute; right: 22px; top: 22px; padding: 6px 8px; color: var(--brand-dark); background: var(--brand-pale); border-radius: 3px; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.card-no { color: #9bd7ea; font-size: 10px; font-weight: 900; }
.featured-service .card-no { color: var(--brand-dark); }
.service-grid h3 { margin: 48px 0 14px; font-size: 26px; letter-spacing: -.025em; }
.service-grid p { margin: 0 0 22px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.62; }
.featured-service p { color: var(--muted); }
.service-grid ul { margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.78); font-size: 12px; line-height: 2; }
.featured-service ul { color: var(--ink); }
.service-grid li::before { content: "—"; margin-right: 7px; color: var(--brand); }
.service-grid .outcome { margin-top: auto; padding-top: 20px; color: #9bd7ea; border-top: 1px solid rgba(255,255,255,.11); font-size: 10px; font-weight: 850; }
.featured-service .outcome { color: var(--brand-dark); border-color: var(--line); }
.service-grid article > a { margin-top: auto; padding-top: 20px; color: #9bd7ea; border-top: 1px solid rgba(255,255,255,.11); font-size: 10px; font-weight: 850; text-underline-offset: 4px; }

.credibility { scroll-margin-top: 30px; padding: 115px 0 0; color: var(--ink); background: var(--paper); }
.dark-heading .eyebrow { color: var(--brand-dark); }
.dark-heading > p { color: var(--muted); }
.case-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-grid article { min-height: 380px; padding: 31px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.case-grid article::before { content: ""; width: 24px; height: 24px; margin-bottom: 22px; background: linear-gradient(135deg, var(--brand) 50%, #5cb4d1 50%); transform: rotate(45deg); }
.case-grid article > small { color: var(--brand-dark); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.case-grid h3 { margin: 28px 0 16px; font-size: 25px; line-height: 1.1; letter-spacing: -.03em; }
.case-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.case-grid article > div { margin-top: auto; padding-top: 23px; display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 6px 9px; align-items: end; border-top: 1px solid var(--line); }
.case-grid article > div strong { color: var(--brand-dark); font-size: 29px; line-height: 1; }
.case-grid article > div span { color: var(--muted); font-size: 9px; }

.execution-feature { margin-top: 60px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.execution-feature figure { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: var(--charcoal); }
.execution-feature figure::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(20,25,28,.52)); pointer-events: none; }
.execution-feature img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.execution-feature figcaption { position: absolute; z-index: 2; left: 20px; bottom: 16px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.execution-copy { padding: clamp(34px, 4vw, 52px); display: flex; flex-direction: column; justify-content: center; }
.execution-copy h3 { margin: 0; font-size: clamp(31px, 3.2vw, 45px); line-height: 1.05; letter-spacing: -.04em; }
.execution-copy > p:last-child { margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.about-contact { margin-top: 75px; padding: 90px 0 110px; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 8vw, 115px); border-top: 1px solid var(--line); }
.about h2 { font-size: clamp(38px, 4vw, 54px); }
.about > p:not(.mini-label) { margin: 25px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.identity { margin-top: 30px; padding-top: 25px; display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line); }
.monogram { width: 47px; height: 47px; display: grid; place-items: center; color: var(--white); background: var(--brand); border-radius: 3px; font-size: 11px; font-weight: 900; }
.identity > div { display: flex; flex-direction: column; gap: 5px; }
.identity strong { font-size: 13px; }
.identity small { color: var(--muted); font-size: 10px; }

.contact-form { padding: 38px; background: var(--white); border: 1px solid rgba(47,54,58,.08); border-top: 5px solid var(--brand); border-radius: 6px; box-shadow: var(--shadow); }
.form-title { margin-bottom: 29px; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.form-title h3 { margin: 0; font-size: 27px; line-height: 1.1; }
.form-title > small { padding-top: 5px; color: var(--muted); font-size: 9px; white-space: nowrap; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { margin-bottom: 15px; display: flex; flex-direction: column; gap: 8px; color: #485256; font-size: 10px; font-weight: 850; }
.contact-form label > span { color: var(--brand-dark); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfcfc; border: 1px solid #d8dddf; border-radius: 4px; outline: 0; transition: .2s ease; }
.contact-form input, .contact-form select { height: 48px; }
.contact-form textarea { min-height: 108px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(32,154,196,.1); }
.contact-form .field-error { border-color: #b83220; }
.consent { margin: 0 0 20px !important; flex-direction: row !important; align-items: flex-start; font-weight: 500 !important; line-height: 1.5; }
.consent input { width: 17px; height: 17px; flex: 0 0 auto; padding: 0; accent-color: var(--brand); }
.consent span { color: var(--muted) !important; }
.submit-button { width: 100%; }
.submit-button span { font-size: 19px; }
.form-note { margin: 14px 4px 0; color: #839195; font-size: 9px; line-height: 1.5; text-align: center; }
.form-status { min-height: 0; margin: 9px 4px 0; color: var(--brand-dark); font-size: 11px; font-weight: 800; text-align: center; }

footer { min-height: 124px; padding: 25px max(28px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--muted); background: var(--white); border-top: 1px solid var(--line); font-size: 10px; }
.brand-footer .brand-logo { width: 185px; }
footer > div { display: flex; gap: 20px; }
footer > div a { color: var(--charcoal); text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 1040px) {
  .site-header nav > a:not(.button) { display: none; }
  .hero-main { grid-template-columns: 1fr; }
  .constraint-visual { width: min(100%, 660px); }
  .section-heading, .about-contact { grid-template-columns: 1fr; }
  .section-heading { gap: 28px; }
  .process-cycle { min-height: 590px; }
  .process-step { width: 32%; padding: 17px; grid-template-columns: 30px 1fr; }
  .step-number { width: 28px; height: 28px; }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .case-grid article:last-child { grid-column: 1 / -1; min-height: 320px; }
  .execution-feature { grid-template-columns: 1fr; }
  .execution-feature figure, .execution-feature img { min-height: 390px; }
}

@media (max-width: 820px) {
  .method-block { padding: 30px; }
  .process-cycle { min-height: auto; margin-top: 32px; }
  .process-arrows, .process-center { display: none; }
  .process-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .process-step, .step-one, .step-two, .step-three, .step-four { position: static; width: auto; min-height: 155px; transform: none; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .site-header { width: calc(100% - 36px); height: 82px; }
  .brand-logo { width: 165px; }
  .button-small { min-height: 38px; padding: 0 12px; font-size: 9px; }
  .hero { padding-top: 126px; background-size: 54px 100%, auto; }
  .hero-main { padding-bottom: 65px; }
  h1 { font-size: clamp(46px, 13.5vw, 64px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .constraint-visual { min-height: 475px; padding: 21px; }
  .focus-board { inset: 62px 14px auto; }
  .constraint-message { inset: auto 21px 68px; }
  .constraint-message strong { font-size: 29px; }
  .visual-flow { inset: auto 21px 25px; gap: 5px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > div { border-bottom: 1px solid var(--line); }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .proof-strip > div:nth-child(3), .proof-strip > div:nth-child(4) { border-bottom: 0; }
  .proof-strip > div:first-child { padding-left: 20px; }
  .system-section, .credibility { padding-top: 80px; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-head { display: none; }
  .comparison-cell { min-height: auto; }
  .muted-cell { border-right: 0; background: rgba(255,255,255,.025); }
  .focus-cell { border-left: 3px solid var(--brand); }
  .muted-cell::before { content: "Spredt gjennomføring"; display: block; margin-bottom: 14px; color: rgba(255,255,255,.28); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .focus-cell::before { content: "Fokusert ledelse"; display: block; margin-bottom: 14px; color: #9bd7ea; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .method-block { padding: 25px 20px; }
  .flow-feature { min-height: 310px; margin-top: 42px; }
  .flow-feature img { height: 310px; }
  .flow-feature figcaption { left: 18px; right: 18px; bottom: 18px; max-width: none; padding: 18px 20px; }
  .process-cards { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .ai-callout { padding: 27px; grid-template-columns: 1fr; }
  .services-wrap { margin-top: 82px; }
  .services-heading { align-items: flex-start; flex-direction: column; }
  .service-grid, .case-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:first-child, .service-grid article:last-child, .featured-service { min-height: 370px; border: 1px solid rgba(255,255,255,.14) !important; border-radius: 0 !important; transform: none; }
  .service-grid article:first-child { border-radius: var(--radius) var(--radius) 0 0 !important; }
  .service-grid article:last-child { border-radius: 0 0 var(--radius) var(--radius) !important; }
  .case-grid article:last-child { grid-column: auto; }
  .execution-feature { margin-top: 42px; }
  .execution-feature figure, .execution-feature img { min-height: 300px; }
  .execution-copy { padding: 30px 24px 34px; }
  .about-contact { margin-top: 80px; padding: 75px 0 85px; }
  .contact-form { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { padding: 30px 20px; align-items: flex-start; flex-direction: column; }
  footer > div { flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
  .site-header .brand-logo { width: 140px; }
  .site-header .button-small { padding-inline: 9px; font-size: 8px; }
  .visual-header > span:first-child { display: none; }
  .visual-header { justify-content: flex-end; }
  .orbit-label { font-size: 7px; }
  .diamond-cluster { transform: translate(-50%, -50%) scale(.9); }
}
