:root {
  --ink: #08131f;
  --ink-2: #172635;
  --paper: #f4f1e9;
  --paper-2: #e8e4da;
  --white: #ffffff;
  --mint: #78e2d2;
  --mint-dark: #0d7166;
  --blue: #b9d8ff;
  --text: #182432;
  --muted: #5d6874;
  --line: rgba(8, 19, 31, 0.16);
  --line-dark: rgba(255, 255, 255, 0.18);
  --sans: "Archivo", Arial, sans-serif;
  --mono: "IBM Plex Mono", "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p, dl, dd { margin-top: 0; }
[id] { scroll-margin-top: 92px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-180%);
  padding: 10px 14px;
  background: var(--mint);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(8,19,31,.94);
  color: white;
  backdrop-filter: blur(16px);
}
.site-header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.wordmark__symbol { width: 32px; height: 32px; color: var(--mint); flex: 0 0 auto; }
.wordmark__name { font-size: 14px; font-weight: 780; letter-spacing: -.025em; }
.wordmark__label { padding-left: 11px; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.58); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 650; text-decoration: none; }
.site-nav a:hover { color: white; }
.site-nav__cta { display: inline-flex; gap: 14px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.28); color: white !important; }
.site-nav__cta:hover { border-color: var(--mint); color: var(--mint) !important; }

.hero { position: relative; padding: 0 0 72px; background: var(--ink); color: white; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -210px; top: 115px; width: 540px; height: 540px; border: 1px solid rgba(120,226,210,.18); transform: rotate(45deg); pointer-events: none; }
.hero__masthead { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; padding: 28px 0 34px; border-bottom: 1px solid var(--line-dark); }
.hero__masthead p { margin: 0; color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.hero__masthead p:nth-child(2) { text-align: center; }
.hero__masthead p:last-child { color: var(--mint); text-align: right; }
.hero__statement { position: relative; display: grid; grid-template-columns: 80px minmax(0,1.55fr) minmax(310px,.65fr); gap: 34px; padding: 84px 0 94px; align-items: end; }
.hero__number { align-self: start; padding-top: 10px; color: var(--mint); font-family: var(--mono); font-size: 12px; }
.kicker { margin-bottom: 23px; color: var(--mint); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
h1 { max-width: 850px; margin-bottom: 0; font-size: clamp(62px, 8vw, 122px); font-stretch: 90%; font-weight: 760; line-height: .88; letter-spacing: -.074em; }
.hero__pitch { padding-bottom: 7px; }
.hero__pitch > p:first-child { margin-bottom: 28px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.hero__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 19px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 17px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-size: 13px; font-weight: 760; line-height: 1.2; text-decoration: none; transition: background 160ms ease, color 160ms ease, border-color 160ms ease; }
.button--solid { min-width: 270px; background: var(--mint); color: var(--ink); }
.button--solid:hover { background: white; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.45); color: white; font-size: 12px; font-weight: 650; text-decoration: none; }
.text-link:hover { border-color: var(--mint); color: var(--mint); }
.hero__microcopy { margin: 20px 0 0; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.55; }

.decision-line { display: grid; grid-template-columns: 250px 1fr; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.decision-line__intro { margin: 0; padding: 24px 28px 24px 0; color: rgba(255,255,255,.56); font-size: 12px; }
.decision-line ol { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; border-left: 1px solid var(--line-dark); }
.decision-line li { padding: 22px 24px; border-right: 1px solid var(--line-dark); }
.decision-line li:last-child { border-right: 0; }
.decision-line li span, .decision-line li strong, .decision-line li small { display: block; }
.decision-line li span { margin-bottom: 27px; color: var(--mint); font-family: var(--mono); font-size: 10px; }
.decision-line li strong { margin-bottom: 4px; font-size: 14px; }
.decision-line li small { color: rgba(255,255,255,.50); font-size: 10px; }
.assurance-line { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 22px; padding-top: 24px; color: rgba(255,255,255,.50); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.assurance-line span::before { content: "[✓] "; color: var(--mint); }

.section-index { margin: 0 0 22px; color: var(--mint-dark); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.section-index--light { color: var(--mint); }
h2 { margin-bottom: 21px; font-size: clamp(42px, 5.4vw, 76px); font-stretch: 90%; font-weight: 730; line-height: .98; letter-spacing: -.058em; }
h3 { letter-spacing: -.035em; }

.work { padding: 122px 0 132px; background: var(--paper); }
.work__layout { display: grid; grid-template-columns: 340px minmax(0,1fr); gap: 82px; align-items: start; }
.work__intro { position: sticky; top: 112px; }
.work__intro h2 { font-size: clamp(39px,4vw,58px); }
.work__intro > p:not(.section-index):not(.work__disclosure) { color: var(--muted); font-size: 15px; }
.work__disclosure { margin-top: 25px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.case-list { display: grid; gap: 110px; }
.case__image { position: relative; display: block; overflow: hidden; background: white; }
.case__image::before { content: ""; display: block; aspect-ratio: 16/9; }
.case__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 350ms ease; }
.case__image:hover img { transform: scale(1.012); }
.case--nordverk .case__image { border: 14px solid #161816; }
.case--klart { width: 88%; margin-left: auto; }
.case--klart .case__image { border: 18px solid white; border-radius: 46px; box-shadow: 0 30px 80px rgba(8,19,31,.12); }
.case--atlas { width: 94%; }
.case--atlas .case__image { border: 1px solid rgba(8,19,31,.25); }
.case__caption { display: grid; grid-template-columns: 200px 1fr auto; gap: 28px; align-items: start; padding-top: 20px; border-top: 1px solid var(--line); }
.case__caption span { color: var(--muted); font-family: var(--mono); font-size: 9px; }
.case__caption h3 { margin: 7px 0 0; font-size: 27px; }
.case__caption p { margin: 0; color: var(--muted); font-size: 13px; }
.case__caption > a { padding-bottom: 3px; border-bottom: 1px solid var(--text); font-size: 11px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.case__caption > a:hover { color: var(--mint-dark); border-color: var(--mint-dark); }

.scope { padding: 122px 0; border-top: 1px solid var(--line); background: #fff; }
.section-title-row { display: grid; grid-template-columns: 180px minmax(0,1fr) 340px; gap: 42px; align-items: end; margin-bottom: 70px; }
.section-title-row .section-index { align-self: start; padding-top: 13px; }
.section-title-row h2 { margin: 0; }
.section-title-row > p:last-child { margin: 0 0 7px; color: var(--muted); font-size: 15px; }
.scope-ledger { border-top: 1px solid var(--text); }
.scope-ledger article { display: grid; grid-template-columns: 80px 240px minmax(0,1fr) 270px; gap: 28px; align-items: baseline; padding: 25px 0; border-bottom: 1px solid var(--line); }
.scope-ledger article > span { color: var(--mint-dark); font-family: var(--mono); font-size: 10px; }
.scope-ledger h3 { margin: 0; font-size: 22px; }
.scope-ledger p { margin: 0; color: var(--muted); font-size: 13px; }
.scope-ledger small { color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.handoff { display: grid; grid-template-columns: 1fr 1fr; margin-top: 66px; border: 1px solid var(--line); }
.handoff > div { padding: 29px 32px; }
.handoff > div + div { border-left: 1px solid var(--line); background: var(--paper); }
.handoff span { color: var(--mint-dark); font-family: var(--mono); font-size: 9px; }
.handoff p { max-width: 510px; margin: 14px 0 0; font-size: 14px; }

.process { padding: 110px 0; background: var(--paper-2); }
.process__header { display: grid; grid-template-columns: 180px minmax(0,780px); gap: 42px; margin-bottom: 54px; }
.process__header h2 { margin: 0; font-size: clamp(40px,4.8vw,68px); }
.process__line { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 0; padding: 0; list-style: none; border-top: 1px solid var(--text); }
.process__line li { min-height: 260px; padding: 24px 25px 26px 0; border-right: 1px solid var(--line); }
.process__line li + li { padding-left: 25px; }
.process__line li:last-child { border-right: 0; }
.process__line li > span { color: var(--mint-dark); font-family: var(--mono); font-size: 10px; }
.process__line h3 { margin: 86px 0 10px; font-size: 25px; }
.process__line p { margin: 0; color: var(--muted); font-size: 13px; }

.pricing { padding: 124px 0 105px; background: var(--ink); color: white; }
.pricing__intro { display: grid; grid-template-columns: 180px minmax(0,1fr) 350px; gap: 42px; align-items: end; margin-bottom: 74px; }
.pricing__intro .section-index { align-self: start; padding-top: 14px; }
.pricing__intro h2 { margin: 0; }
.pricing__intro > p:last-child { margin: 0 0 7px; color: rgba(255,255,255,.58); font-size: 14px; }
.rate-sheet { border-top: 1px solid rgba(255,255,255,.55); }
.rate { border-bottom: 1px solid var(--line-dark); }
.rate--managed { padding: 38px 0 34px; }
.rate__identity > span { color: var(--mint); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; }
.rate__identity h3 { margin: 11px 0 8px; font-size: 34px; }
.rate__identity p { max-width: 490px; margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.rate--managed > .rate__identity { display: grid; grid-template-columns: 180px 1fr 1fr; gap: 42px; align-items: baseline; }
.rate--managed > .rate__identity > span { grid-column: 1; }
.rate--managed > .rate__identity h3 { grid-column: 2; margin: 0; }
.rate--managed > .rate__identity p { grid-column: 3; }
.rate__price-combo { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: end; margin: 62px 0 48px 222px; }
.rate__price-combo > div { display: flex; flex-direction: column; }
.rate__price-combo strong { font-size: clamp(48px,6vw,82px); font-weight: 720; line-height: .9; letter-spacing: -.065em; }
.rate__price-combo span { margin-top: 9px; color: rgba(255,255,255,.49); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.rate__price-combo b { padding-bottom: 24px; color: var(--mint); font-family: var(--mono); font-size: 22px; font-weight: 400; }
.rate__details { display: grid; grid-template-columns: 1.18fr .82fr; gap: 64px; margin-left: 222px; padding-top: 29px; border-top: 1px solid var(--line-dark); }
.rate__details ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin: 0; padding: 0; list-style: none; }
.rate__details li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.72); font-size: 12px; }
.rate__details li::before { content: "↳ "; color: var(--mint); }
.rate__action { display: flex; flex-direction: column; align-items: flex-start; }
.button--mint { width: 100%; background: var(--mint); color: var(--ink); }
.button--mint:hover { background: white; }
.rate__action p { margin: 13px 0 0; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.55; }
.rate__action p strong { color: rgba(255,255,255,.78); }
.rate__pilot { margin: 28px 0 0 222px; color: rgba(255,255,255,.52); font-family: var(--mono); font-size: 9px; }
.rate--purchase, .rate--custom { display: grid; grid-template-columns: minmax(260px,1fr) 300px minmax(280px,.8fr) 170px; gap: 38px; align-items: center; padding: 34px 0; }
.rate__single-price { display: flex; flex-direction: column; }
.rate__single-price strong { font-size: 34px; letter-spacing: -.045em; }
.rate__single-price span, .rate__single-price small { color: rgba(255,255,255,.52); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.rate__compact-copy p { margin: 0 0 7px; color: rgba(255,255,255,.57); font-size: 11px; }
.text-button { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.5); color: white; font-size: 11px; font-weight: 700; text-decoration: none; }
.text-button:hover { color: var(--mint); border-color: var(--mint); }
.ownership { display: grid; grid-template-columns: 250px 1fr; gap: 44px; margin-top: 50px; padding: 28px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.ownership span { color: var(--mint); font-family: var(--mono); font-size: 9px; }
.ownership p { max-width: 810px; margin: 0; color: rgba(255,255,255,.63); font-size: 12px; }
.pricing__legal { margin-top: 18px; color: rgba(255,255,255,.52); font-size: 9px; text-align: right; }

.about { padding: 124px 0; background: var(--paper); }
.about__layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: center; }
.about__mark { position: relative; min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--blue); color: var(--ink); overflow: hidden; }
.about__mark::before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(8,19,31,.22); border-radius: 50%; }
.about__mark svg { position: relative; z-index: 1; width: 145px; }
.about__mark span { position: absolute; left: 22px; bottom: 19px; font-family: var(--mono); font-size: 9px; }
.about__copy h2 { margin-bottom: 30px; }
.about__lead { font-size: 19px; line-height: 1.55; }
.about__copy > p:not(.section-index):not(.about__lead) { color: var(--muted); font-size: 14px; }
.about__facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 40px; border-top: 1px solid var(--text); }
.about__facts > div { display: grid; grid-template-columns: 115px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.about__facts > div:nth-child(odd) { padding-right: 20px; }
.about__facts > div:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }
.about__facts dt { color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.about__facts dd { font-size: 12px; font-weight: 700; }
.about__facts a { text-decoration: none; }
.about__facts a:hover { color: var(--mint-dark); }

.faq { padding: 120px 0; border-top: 1px solid var(--line); background: white; }
.faq__layout { display: grid; grid-template-columns: 390px minmax(0,1fr); gap: 100px; align-items: start; }
.faq__intro { position: sticky; top: 112px; }
.faq__intro h2 { font-size: clamp(39px,4.2vw,60px); }
.faq-list { border-top: 1px solid var(--text); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 730; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 17px; color: var(--mint-dark); font-family: var(--mono); font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: -2px 0 25px; color: var(--muted); font-size: 13px; }

.contact { padding: 120px 0; background: #0d2f35; color: white; }
.contact__headline { display: grid; grid-template-columns: 180px minmax(0,1fr) 350px; gap: 42px; align-items: end; margin-bottom: 67px; }
.contact__headline .section-index { align-self: start; padding-top: 13px; }
.contact__headline h2 { margin: 0; }
.contact__headline > p:last-child { margin: 0 0 7px; color: rgba(255,255,255,.62); font-size: 14px; }
.contact__layout { display: grid; grid-template-columns: 330px minmax(0,1fr); gap: 82px; align-items: start; }
.contact__aside { border-top: 1px solid rgba(255,255,255,.5); }
.contact__aside > div { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact__aside span, .contact__aside strong { display: block; }
.contact__aside span { margin-bottom: 6px; color: var(--mint); font-family: var(--mono); font-size: 9px; }
.contact__aside strong { font-size: 13px; }
.contact__aside > p { margin-top: 28px; color: rgba(255,255,255,.52); font-size: 11px; }
.contact__aside a { color: white; font-weight: 700; }
.contact-form { position: relative; padding: 38px; background: var(--paper); color: var(--text); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 750; }
.field label span { color: #9d2929; }
.field input, .field textarea, .field select { width: 100%; padding: 12px 13px; border: 1px solid #aeb6bc; border-radius: 0; background: white; color: var(--text); font-size: 14px; }
.field input, .field select { min-height: 48px; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--mint-dark); outline: 3px solid rgba(13,113,102,.18); }
.field__hint { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.button--submit { width: 100%; min-height: 54px; background: var(--ink); color: white; }
.button--submit:hover { background: var(--mint-dark); }
.button--submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 20px; margin: 11px 0 0; color: var(--muted); font-size: 11px; }
.form-status[data-state="success"] { color: #0a6b43; }
.form-status[data-state="error"] { color: #9d2929; }
.form-privacy { margin: 7px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-footer { background: #050b12; color: rgba(255,255,255,.56); }
.site-footer__inner { min-height: 122px; display: grid; grid-template-columns: 1fr auto auto; gap: 38px; align-items: center; font-size: 10px; }
.site-footer__brand { display: flex; align-items: center; gap: 12px; }
.site-footer__brand .wordmark__symbol { width: 30px; height: 30px; color: var(--mint); }
.site-footer__brand strong, .site-footer__brand span { display: block; }
.site-footer__brand strong { color: white; font-size: 12px; }
.site-footer__brand span { font-size: 9px; }
.site-footer__links { display: flex; gap: 18px; }
.site-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.site-footer a:hover { color: white; }

.legal-page { min-height: 70vh; padding: 90px 0; background: var(--paper); }
.legal-content { max-width: 790px; }
.legal-content h1 { margin-bottom: 35px; font-size: clamp(48px,7vw,78px); line-height: .95; }
.legal-content h2 { margin-top: 45px; font-size: 26px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--mint-dark); }

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

@media (max-width: 1060px) {
  .site-nav a:not(.site-nav__cta) { display: none; }
  .hero__statement { grid-template-columns: 55px 1fr; }
  .hero__pitch { grid-column: 2; max-width: 650px; }
  .decision-line { grid-template-columns: 1fr; }
  .decision-line__intro { border-bottom: 1px solid var(--line-dark); }
  .decision-line ol { border-left: 0; }
  .work__layout { grid-template-columns: 1fr; gap: 55px; }
  .work__intro, .faq__intro { position: static; max-width: 760px; }
  .section-title-row, .pricing__intro, .contact__headline { grid-template-columns: 130px 1fr; }
  .section-title-row > p:last-child, .pricing__intro > p:last-child, .contact__headline > p:last-child { grid-column: 2; }
  .scope-ledger article { grid-template-columns: 55px 190px 1fr; }
  .scope-ledger small { grid-column: 3; }
  .rate--managed > .rate__identity { grid-template-columns: 130px 1fr; }
  .rate--managed > .rate__identity p { grid-column: 2; }
  .rate__price-combo, .rate__details, .rate__pilot { margin-left: 172px; }
  .rate--purchase, .rate--custom { grid-template-columns: 1fr 250px 1fr; }
  .rate--purchase .text-button, .rate--custom .text-button { grid-column: 3; }
  .about__layout { gap: 55px; }
  .faq__layout { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 1240px); }
  .hero__masthead { grid-template-columns: 1fr auto; }
  .hero__masthead p:nth-child(2) { display: none; }
  .hero__statement { padding: 68px 0 70px; }
  h1 { font-size: clamp(58px,13vw,92px); }
  .decision-line ol { grid-template-columns: 1fr; }
  .decision-line li { display: grid; grid-template-columns: 40px 1fr; gap: 3px 14px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .decision-line li:last-child { border-bottom: 0; }
  .decision-line li span { grid-row: 1 / 3; margin: 0; }
  .case--klart, .case--atlas { width: 100%; }
  .case__caption { grid-template-columns: 150px 1fr; }
  .case__caption > a { grid-column: 2; justify-self: start; }
  .section-title-row, .pricing__intro, .contact__headline, .process__header { grid-template-columns: 1fr; gap: 12px; }
  .section-title-row > p:last-child, .pricing__intro > p:last-child, .contact__headline > p:last-child { grid-column: auto; }
  .scope-ledger article { grid-template-columns: 42px 1fr; }
  .scope-ledger p, .scope-ledger small { grid-column: 2; }
  .handoff { grid-template-columns: 1fr; }
  .handoff > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .process__line { grid-template-columns: 1fr 1fr; }
  .process__line li:nth-child(2) { border-right: 0; }
  .process__line li:nth-child(3), .process__line li:nth-child(4) { border-top: 1px solid var(--line); }
  .process__line li:nth-child(3) { padding-left: 0; }
  .rate--managed > .rate__identity { grid-template-columns: 1fr; gap: 12px; }
  .rate--managed > .rate__identity > span, .rate--managed > .rate__identity h3, .rate--managed > .rate__identity p { grid-column: auto; }
  .rate__price-combo, .rate__details, .rate__pilot { margin-left: 0; }
  .rate__details { grid-template-columns: 1fr; }
  .rate--purchase, .rate--custom { grid-template-columns: 1fr 1fr; }
  .rate__compact-copy { grid-column: 1 / -1; }
  .rate--purchase .text-button, .rate--custom .text-button { grid-column: 2; }
  .ownership { grid-template-columns: 1fr; gap: 12px; }
  .about__layout { grid-template-columns: 1fr; }
  .about__mark { min-height: 330px; }
  .contact__layout { grid-template-columns: 1fr; gap: 45px; }
  .contact__aside { display: grid; grid-template-columns: repeat(3,1fr); }
  .contact__aside > div { padding-right: 15px; }
  .contact__aside > div + div { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.16); }
  .contact__aside > p { grid-column: 1 / -1; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 14px; padding: 32px 0; }
}

@media (max-width: 560px) {
  .site-header__inner { min-height: 64px; }
  .wordmark__label { display: none; }
  .site-nav__cta { padding: 8px 10px; font-size: 10px !important; }
  .hero__masthead { padding: 19px 0 24px; }
  .hero__masthead p { font-size: 7px; }
  .hero__statement { grid-template-columns: 1fr; gap: 16px; padding: 55px 0 62px; }
  .hero__number { display: none; }
  .hero__pitch { grid-column: auto; }
  h1 { font-size: clamp(53px,16vw,75px); }
  .hero__pitch > p:first-child { font-size: 16px; }
  .button--solid { width: 100%; min-width: 0; }
  .assurance-line { display: grid; grid-template-columns: 1fr 1fr; }
  .work, .scope, .about, .faq, .contact { padding: 82px 0; }
  .case-list { gap: 74px; }
  .case--nordverk .case__image { border-width: 8px; }
  .case--klart .case__image { border-width: 9px; border-radius: 24px; }
  .case__caption { grid-template-columns: 1fr; gap: 12px; }
  .case__caption > a { grid-column: auto; }
  h2 { font-size: 43px; }
  .scope-ledger article { padding: 21px 0; }
  .process { padding: 82px 0; }
  .process__line { grid-template-columns: 1fr; }
  .process__line li, .process__line li + li, .process__line li:nth-child(3) { min-height: auto; padding: 23px 0; border-right: 0; border-top: 1px solid var(--line); }
  .process__line li:first-child { border-top: 0; }
  .process__line h3 { margin: 36px 0 8px; }
  .pricing { padding: 84px 0; }
  .rate__price-combo { grid-template-columns: 1fr; gap: 8px; margin: 45px 0 35px; }
  .rate__price-combo b { padding: 0; }
  .rate__price-combo strong { font-size: 52px; }
  .rate__details ul { grid-template-columns: 1fr; }
  .rate--purchase, .rate--custom { grid-template-columns: 1fr; gap: 24px; }
  .rate--purchase .text-button, .rate--custom .text-button { grid-column: auto; }
  .pricing__legal { text-align: left; }
  .about__facts { grid-template-columns: 1fr; }
  .about__facts > div:nth-child(odd), .about__facts > div:nth-child(even) { padding: 15px 0; border-left: 0; }
  .contact__aside { grid-template-columns: 1fr; }
  .contact__aside > div + div { padding-left: 0; border-left: 0; }
  .contact-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer__links { flex-wrap: wrap; }
}
