:root {
  --paper: #fafafa;
  --paper-2: #f1f3f5;
  --ink: #181918;
  --ink-2: #242624;
  --muted: #686b65;
  --line: rgba(24, 25, 24, .18);
  --line-dark: rgba(255, 255, 255, .18);
  --accent: #1769ff;
  --accent-dark: #0057e7;
  --white: #ffffff;
  --mono: "Fragment Mono", monospace;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --shell: min(100% - 48px, 1280px);
  --header-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 600; }
h2 { margin-bottom: 22px; font-size: clamp(38px, 4.2vw, 62px); line-height: 1; letter-spacing: -.06em; }

.sr-only { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--accent-dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section { padding: 104px 0; }
.section-shell { width: var(--shell); margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 30px; color: var(--accent); font-family: var(--mono); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: currentColor; }
.eyebrow--dark { color: var(--accent-dark); }
.section-heading { max-width: 850px; }
.section-heading--row { max-width: none; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: clamp(60px, 10vw, 150px); align-items: end; margin-bottom: 68px; }
.section-heading--row > p, .section-heading > p:last-child { max-width: 590px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 22px; border: 1px solid transparent; color: var(--ink); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button span { font-size: 13px; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(23, 105, 255, .45); outline-offset: 3px; }
.button--accent { color: var(--white); background: var(--accent); }
.button--accent:hover { background: var(--accent-dark); }
.button--prominent { min-width: 250px; box-shadow: 0 14px 34px rgba(0, 87, 231, .28); }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: var(--accent-dark); }
.button--text { min-height: 44px; padding: 0 0 6px; border-bottom: 1px solid currentColor; }
.button--text:hover { color: var(--accent-dark); }
.button--text-light { color: var(--white); }
.button--text-light:hover { color: #a9c5ff; }
.button--small { min-height: 42px; padding: 0 15px; }

.site-header { height: var(--header-h); position: fixed; z-index: 50; inset: 0 0 auto; color: var(--white); transition: color .2s ease, background .2s ease, border-color .2s ease; }
.site-header.is-scrolled { color: var(--ink); background: rgba(250, 250, 250, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { width: var(--shell); height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: 44px; height: 44px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); }
.main-nav > a:not(.button) { color: inherit; font-size: 13px; font-weight: 600; text-decoration: none; }
.main-nav > a:not(.button):hover { text-decoration: underline; text-underline-offset: 5px; }
.site-header:not(.is-scrolled) .main-nav .button--dark { color: var(--ink); background: var(--white); }
.menu-toggle { width: 44px; height: 44px; display: none; padding: 13px 10px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { width: 24px; height: 1px; display: block; margin: 6px 0; background: currentColor; transition: transform .2s ease; }

.hero { min-height: 850px; position: relative; overflow: hidden; color: var(--white); background: #111210; }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, black 35%, black); }
.hero-inner { width: var(--shell); min-height: 850px; display: grid; grid-template-columns: minmax(470px, .95fr) minmax(510px, 1.05fr); gap: clamp(40px, 7vw, 100px); align-items: center; margin: 0 auto; padding: 128px 0 62px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(53px, 5.3vw, 76px); line-height: .96; letter-spacing: -.07em; }
.hero-lede { max-width: 640px; margin: 0; color: rgba(255, 255, 255, .8); font-size: 18px; line-height: 1.55; }
.trust-row { display: flex; flex-wrap: wrap; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; }
.trust-row li { display: flex; align-items: center; gap: 9px; padding-right: 22px; color: rgba(255, 255, 255, .82); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.trust-row li::before { content: "✓"; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid rgba(23, 105, 255, .75); border-radius: 50%; color: #72a3ff; font-size: 8px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 36px; }
.hero-actions .button--accent { min-width: 205px; box-shadow: 0 14px 34px rgba(0, 87, 231, .3); }
.hero-actions .button--text { min-height: 54px; padding: 0 20px; border: 1px solid rgba(255, 255, 255, .55); font-size: 10px; }
.hero-actions .button--text:hover { color: var(--white); background: rgba(255, 255, 255, .08); border-color: var(--white); }
.hero-showcase { min-height: 610px; position: relative; }
.hero-browser { position: absolute; overflow: hidden; margin: 0; background: var(--paper); box-shadow: 0 28px 80px rgba(0, 0, 0, .34); }
.browser-bar { height: 28px; display: flex; align-items: center; padding: 0 12px; color: var(--ink); background: #f2f2f2; border-bottom: 1px solid rgba(0, 0, 0, .12); }
.browser-bar > span { display: flex; gap: 5px; }
.browser-bar > span i { width: 6px; height: 6px; border-radius: 50%; background: #7d7d75; }
.hero-browser--live { width: 83%; top: 34px; right: 0; z-index: 2; transform: rotate(1.2deg); }
.hero-browser--halden { width: 69%; right: 19%; bottom: 28px; z-index: 3; transform: rotate(-2.4deg); }
.hero-browser img { width: 100%; height: auto; }
.hero-phone { width: 126px; position: absolute; z-index: 4; right: 5px; bottom: 48px; padding: 6px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 21px; background: #101210; box-shadow: 0 18px 42px rgba(0, 0, 0, .4); transform: rotate(2deg); }
.hero-phone img { width: 100%; height: auto; border-radius: 15px; }
.handoff-line { width: 42%; height: 45%; position: absolute; right: 6%; bottom: 12%; border-right: 1px dashed rgba(23, 105, 255, .65); border-bottom: 1px dashed rgba(23, 105, 255, .65); }
.handoff-line i { width: 8px; height: 8px; position: absolute; right: -4px; bottom: -4px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(23, 105, 255, .18); }
.handoff-status { min-width: 280px; height: 44px; display: grid; grid-template-columns: auto 48px auto auto; gap: 10px; align-items: center; position: absolute; z-index: 5; right: 8%; bottom: -4px; padding: 0 14px; color: var(--ink); background: var(--white); box-shadow: 0 13px 28px rgba(0, 0, 0, .24); font-family: var(--mono); font-size: 7px; letter-spacing: .04em; text-transform: uppercase; }
.handoff-status span { color: var(--accent-dark); }
.handoff-status i { height: 1px; background: var(--accent); }
.handoff-status b { color: var(--accent-dark); font-weight: 400; }

.examples { background: var(--white); }
.example-list { display: grid; gap: 100px; }
.example { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(520px, 1.35fr); gap: clamp(70px, 10vw, 150px); align-items: center; }
.example:nth-child(even) { grid-template-columns: minmax(520px, 1.35fr) minmax(300px, .65fr); }
.example:nth-child(even) .example-copy { order: 2; }
.example-copy h3 { margin-bottom: 20px; font-size: clamp(38px, 4.4vw, 62px); line-height: .98; letter-spacing: -.06em; }
.example-copy > p { max-width: 520px; margin: 0; color: #555852; font-size: 17px; line-height: 1.55; }
.example-index { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.example-index span { color: var(--accent-dark); }
.example-index i { width: 28px; height: 1px; background: var(--line); }
.example-status { display: flex; align-items: center; gap: 9px; margin-top: 26px; color: #365c16; font-family: var(--mono); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.example-status i { width: 7px; height: 7px; border-radius: 50%; background: #79b63b; box-shadow: 0 0 0 5px rgba(121, 182, 59, .12); }
.example-copy .button { margin-top: 18px; }
.example-media { min-height: 520px; position: relative; }
.device-desktop { width: 89%; position: absolute; top: 0; right: 0; overflow: hidden; border: 1px solid rgba(0, 0, 0, .16); background: #f1f1f1; box-shadow: 0 28px 70px rgba(31, 32, 28, .16); }
.device-desktop img { width: 100%; height: auto; }
.device-mobile { width: 160px; position: absolute; z-index: 2; left: 0; bottom: 0; overflow: hidden; padding: 7px; border: 1px solid rgba(0, 0, 0, .2); border-radius: 26px; background: #171817; box-shadow: 0 22px 60px rgba(31, 32, 28, .24); }
.device-mobile img { width: 100%; height: auto; border-radius: 19px; }

.partner-options { color: var(--white); background: #111210; }
.partner-options .section-heading--row > p { color: rgba(255, 255, 255, .76); }
.option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .44); border-left: 1px solid var(--line-dark); }
.option-card { min-height: 460px; padding: clamp(30px, 4vw, 52px); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.option-card > span { color: var(--accent); font-family: var(--mono); font-size: 9px; }
.option-card h3 { margin: 48px 0 12px; font-size: clamp(36px, 4vw, 56px); letter-spacing: -.06em; }
.option-distinction { display: block; margin-bottom: 18px; color: var(--white); font-size: 18px; line-height: 1.4; }
.option-card > p { max-width: 540px; margin: 0; color: rgba(255, 255, 255, .78); font-size: 17px; line-height: 1.55; }
.option-card ul { margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line-dark); list-style: none; }
.option-card li { display: flex; gap: 12px; padding: 7px 0; color: rgba(255, 255, 255, .88); font-size: 15px; line-height: 1.48; }
.option-card li::before { content: "↳"; color: #74a5ff; font-family: var(--mono); }
.option-card--white-label { background: var(--ink-2); }
.center-cta { display: flex; justify-content: center; margin-top: 42px; }

.trust { color: var(--white); background: var(--accent); }
.trust .eyebrow { color: var(--white); opacity: .75; }
.trust-layout { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(520px, 1.2fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.trust-intro > p:last-child { max-width: 560px; margin: 30px 0 0; color: rgba(255, 255, 255, .82); font-size: 18px; line-height: 1.65; }
.assurance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .5); border-left: 1px solid rgba(255, 255, 255, .28); }
.assurance-grid article { min-height: 205px; display: grid; grid-template-rows: auto 1fr; padding: 24px; border-right: 1px solid rgba(255, 255, 255, .28); border-bottom: 1px solid rgba(255, 255, 255, .28); }
.assurance-grid article > span { font-family: var(--mono); font-size: 8px; opacity: .72; }
.assurance-grid article > div { align-self: end; }
.assurance-grid h3 { margin-bottom: 11px; font-size: 21px; letter-spacing: -.035em; }
.assurance-grid p { margin: 0; color: rgba(255, 255, 255, .88); font-size: 16px; line-height: 1.5; }

.scope { background: var(--paper-2); }
.scope .section-heading { max-width: 760px; margin-bottom: 60px; }
.scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.scope-group { min-height: 410px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.scope-group > span { color: var(--muted); font-family: var(--mono); font-size: 9px; }
.scope-group h3 { margin: 58px 0 24px; font-size: 27px; letter-spacing: -.05em; }
.scope-group ul { margin: 0; padding: 0; list-style: none; }
.scope-group li { display: flex; gap: 11px; padding: 7px 0; color: #555852; font-size: 15px; line-height: 1.48; }
.scope-group li::before { content: "↳"; color: var(--accent-dark); font-family: var(--mono); }
.scope-group--primary { color: var(--white); background: var(--ink); }
.scope-group--primary > span, .scope-group--primary li { color: rgba(255, 255, 255, .84); }
.scope-group--primary li::before { color: #6da0ff; }

.process { color: var(--white); background: #222421; }
.process-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 56px 0 0; padding: 0; list-style: none; }
.process-list li { min-height: 240px; position: relative; padding: 26px 34px; border-top: 1px solid rgba(255, 255, 255, .46); }
.process-list li:not(:last-child) { border-right: 1px solid var(--line-dark); }
.process-list li:nth-child(odd) { padding-left: 0; }
.process-list li:nth-child(even) { border-right: 0; }
.process-list li:nth-child(n+3) { border-top-color: var(--line-dark); }
.process-list li > span { color: #75a5ff; font-family: var(--mono); font-size: 12px; font-weight: 600; }
.process-list li > div { position: absolute; right: 34px; bottom: 28px; left: 34px; }
.process-list li:nth-child(odd) > div { left: 0; }
.process-list h3 { margin-bottom: 12px; font-size: 26px; letter-spacing: -.04em; }
.process-list p { max-width: 520px; margin: 0; color: rgba(255, 255, 255, .78); font-size: 16px; line-height: 1.52; }
.process-list li > i { display: none; }
.process-list li > i::after { content: ""; width: 7px; height: 7px; position: absolute; top: -3px; right: 0; border: 1px solid var(--accent); border-radius: 50%; background: #222421; }

.about { background: var(--white); }
.about-layout { display: grid; grid-template-columns: minmax(330px, .75fr) minmax(460px, 1.25fr); gap: clamp(70px, 11vw, 170px); align-items: center; }
.about-portrait { position: relative; }
.about-portrait img { width: 100%; max-height: 560px; object-fit: cover; object-position: center 18%; filter: grayscale(100%); }
.about-portrait > span { position: absolute; right: -20px; bottom: 24px; padding: 12px 15px; color: var(--white); background: var(--accent); font-family: var(--mono); font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { max-width: 700px; margin: 0 0 20px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.about-copy > p:nth-of-type(3) { color: var(--ink); font-weight: 500; }
.about-links { display: flex; gap: 24px; margin-top: 34px; }
.about-links a { padding-bottom: 5px; border-bottom: 1px solid var(--ink); color: var(--ink); font-family: var(--mono); font-size: 9px; text-decoration: none; text-transform: uppercase; }
.about-links a:hover { color: var(--accent-dark); border-color: var(--accent-dark); }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); gap: clamp(70px, 10vw, 160px); align-items: start; }
.faq-layout .section-heading { position: sticky; top: calc(var(--header-h) + 38px); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 86px; display: grid; grid-template-columns: 34px 1fr 26px; gap: 18px; align-items: center; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { color: var(--muted); font-family: var(--mono); font-size: 9px; }
.faq-item summary strong { font-family: var(--display); font-size: 19px; line-height: 1.35; letter-spacing: -.02em; }
.faq-item summary i { width: 18px; height: 18px; position: relative; }
.faq-item summary i::before, .faq-item summary i::after { content: ""; width: 14px; height: 1px; position: absolute; top: 8px; left: 2px; background: var(--ink); transition: transform .2s ease; }
.faq-item summary i::after { transform: rotate(90deg); }
.faq-item[open] summary i::after { transform: rotate(0); }
.faq-answer { max-width: 720px; padding: 0 42px 26px 52px; }
.faq-answer p { margin: 0; color: #555852; font-size: 16px; line-height: 1.55; }

.contact { color: var(--white); background: var(--ink); }
.contact-shell { display: grid; grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr); gap: clamp(70px, 10vw, 150px); }
.contact-intro { position: sticky; top: calc(var(--header-h) + 38px); align-self: start; }
.contact-intro > p:not(.eyebrow) { max-width: 600px; margin: 0; color: rgba(255, 255, 255, .8); font-size: 18px; line-height: 1.55; }
.brief-link { display: inline-block; margin-top: 34px; padding-bottom: 6px; border-bottom: 1px solid rgba(255, 255, 255, .55); color: rgba(255, 255, 255, .78); font-size: 14px; text-decoration: none; }
.brief-link strong { color: var(--white); }
.brief-link:hover { color: var(--white); border-color: var(--accent); }
.partner-form { padding: clamp(28px, 4vw, 52px); color: var(--ink); background: var(--paper); }
.form-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.form-head small { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 20px; margin-top: 30px; }
.form-grid label { display: block; }
.form-grid label > span { display: block; margin-bottom: 8px; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.form-grid label > span small { font-size: inherit; opacity: .7; }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; min-height: 50px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(24, 25, 24, .28); border-radius: 0; color: var(--ink); background: transparent; font-size: 16px; outline: none; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { border-color: var(--ink); box-shadow: 0 2px 0 var(--accent-dark); }
.form-grid [aria-invalid="true"] { border-color: #a12b22; box-shadow: 0 2px 0 #a12b22; }
.form-error { margin: 18px 0 0; padding: 12px; color: #7a1f19; background: #f4dedb; font-size: 13px; }
.form-submit { width: 100%; margin-top: 26px; border: 0; cursor: pointer; }
.form-note { margin: 13px 0 0; color: var(--muted); font-family: var(--mono); font-size: 8px; line-height: 1.6; }
.form-success { display: flex; gap: 12px; align-items: center; margin-top: 20px; padding: 16px; border: 1px solid #89ad3f; background: #edf5dc; }
.form-success > span { width: 24px; height: 24px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--white); background: #6c9f32; }
.form-success p { margin: 0; color: #314118; font-size: 13px; line-height: 1.5; }

.site-footer { padding: 62px max(24px, calc((100vw - 1280px) / 2)) 28px; color: var(--white); background: #0e0f0e; border-top: 1px solid var(--line-dark); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 44px; border-bottom: 1px solid var(--line-dark); }
.footer-links { display: grid; grid-template-columns: 1fr 420px; gap: 70px; padding: 34px 0; }
.footer-links nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: rgba(255, 255, 255, .72); font-size: 12px; text-decoration: none; }
.footer-links p { margin: 0; color: rgba(255, 255, 255, .42); font-family: var(--mono); font-size: 8px; line-height: 1.7; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; color: rgba(255, 255, 255, .45); font-family: var(--mono); font-size: 8px; }
.footer-bottom a { color: inherit; text-decoration: none; }

[hidden] { display: none !important; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 36px, 980px); }
  .main-nav { gap: 14px; }
  .main-nav > a:not(.button):nth-child(4) { display: none; }
  .hero-inner { grid-template-columns: minmax(420px, .9fr) minmax(430px, 1.1fr); gap: 22px; }
  .hero h1 { font-size: clamp(49px, 6vw, 68px); }
  .hero-browser--live { width: 91%; }
  .hero-browser--halden { width: 78%; right: 15%; }
  .example { grid-template-columns: minmax(280px, .7fr) minmax(460px, 1.3fr); gap: 55px; }
  .example:nth-child(even) { grid-template-columns: minmax(460px, 1.3fr) minmax(280px, .7fr); }
  .example-media { min-height: 470px; }
  .trust-layout { grid-template-columns: minmax(330px, .8fr) minmax(480px, 1.2fr); gap: 65px; }
  .contact-shell { grid-template-columns: minmax(0, .75fr) minmax(460px, 1.25fr); gap: 50px; }
}

@media (max-width: 900px) {
  :root { --header-h: 70px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: var(--header-h) 0 auto; display: grid; gap: 0; padding: 18px; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--ink); box-shadow: 0 30px 60px rgba(0, 0, 0, .18); transform: translateY(-125%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .main-nav.is-open { transform: translateY(0); visibility: visible; }
  .main-nav > a:not(.button), .main-nav > a:not(.button):nth-child(4) { min-height: 50px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 14px; }
  .main-nav .button { min-height: 50px; }
  .site-header:not(.is-scrolled) .main-nav .button--dark { color: var(--white); background: var(--ink); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero, .hero-inner { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 52px; padding-top: 132px; }
  .hero h1 { max-width: 800px; font-size: clamp(49px, 8vw, 68px); }
  .hero-showcase { width: min(690px, 100%); min-height: 610px; margin: 0 auto; }
  .section-heading--row { grid-template-columns: 1fr; gap: 18px; }
  .example, .example:nth-child(even) { grid-template-columns: 1fr; gap: 38px; }
  .example:nth-child(even) .example-copy { order: 0; }
  .example-media { min-height: 550px; }
  .trust-layout, .about-layout, .faq-layout, .contact-shell { grid-template-columns: 1fr; }
  .trust-layout, .about-layout { gap: 58px; }
  .faq-layout .section-heading, .contact-intro { position: static; }
  .scope-grid { grid-template-columns: 1fr 1fr; }
  .scope-group:first-child { grid-column: 1 / -1; min-height: 360px; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(2) > i { display: none; }
  .process-list li:nth-child(3) { padding-left: 0; }
  .process-list li:nth-child(3) > div { left: 0; }
  .about-portrait { max-width: 570px; }
  .contact-shell { gap: 62px; }
  .footer-links { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 88px; }
  .section { padding: 76px 0; }
  h2 { font-size: 38px; }
  .header-inner { width: calc(100% - 28px); }
  .brand-logo { width: 40px; height: 40px; }
  .hero-inner { gap: 38px; padding: 108px 0 42px; }
  .hero .eyebrow { margin-bottom: 22px; font-size: 8px; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(42px, 12vw, 53px); }
  .hero-lede { font-size: 16px; line-height: 1.55; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 0; margin-top: 24px; }
  .trust-row li { padding-right: 8px; font-size: 8px; }
  .trust-row li:last-child { grid-column: 1 / -1; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .hero-showcase { min-height: 392px; }
  .hero-browser--live { width: 94%; top: 8px; }
  .hero-browser--halden { width: 82%; right: 8%; bottom: 24px; }
  .hero-phone { width: 76px; right: 2px; bottom: 34px; padding: 4px; border-radius: 14px; }
  .hero-phone img { border-radius: 10px; }
  .handoff-status { min-width: 230px; right: 0; bottom: -8px; grid-template-columns: auto 28px auto auto; gap: 7px; padding: 0 10px; font-size: 6px; }
  .section-heading--row { margin-bottom: 48px; }
  .section-heading--row > p, .section-heading > p:last-child { font-size: 16px; }
  .example-list { gap: 76px; }
  .example-copy h3 { font-size: 36px; }
  .example-media { min-height: 392px; }
  .device-desktop { width: 94%; }
  .device-mobile { width: 105px; padding: 5px; border-radius: 19px; }
  .device-mobile img { border-radius: 14px; }
  .option-grid { grid-template-columns: 1fr; }
  .option-card { min-height: auto; padding: 30px 24px 34px; }
  .option-card h3 { margin-top: 38px; font-size: 38px; }
  .option-card li { font-size: 15px; }
  .center-cta .button { width: 100%; }
  .trust-layout { gap: 44px; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-grid article { min-height: 190px; }
  .scope .section-heading { margin-bottom: 44px; }
  .scope-grid { grid-template-columns: 1fr; }
  .scope-group, .scope-group:first-child { min-height: auto; grid-column: auto; padding: 28px 24px 34px; }
  .scope-group h3 { margin-top: 38px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li + li, .process-list li:nth-child(3) { min-height: 190px; padding: 24px 0 96px; border-right: 0; }
  .process-list li > div, .process-list li + li > div, .process-list li:nth-child(3) > div { right: 0; bottom: 22px; left: 0; }
  .about-portrait > span { right: -7px; bottom: 16px; max-width: 210px; line-height: 1.5; }
  .about-copy > p:not(.eyebrow) { font-size: 16px; }
  .faq-item summary { min-height: 74px; grid-template-columns: 24px 1fr 20px; gap: 12px; }
  .faq-item summary strong { font-size: 16px; }
  .faq-answer { padding-right: 8px; padding-left: 36px; }
  .partner-form { padding: 24px 18px; }
  .form-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .footer-top { align-items: stretch; flex-direction: column; }
  .footer-links nav { gap: 15px; }
}

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