/* ==========================================================
   Norsk Robotdrift — designsystem v3 «koselig»
   Varm krem, aprikos og salvie. Myk serif + vennlig sans.
   ========================================================== */

:root {
  --cream: #FFFFFF;              /* hovedbakgrunn */
  --oat: #F2F4F7;                /* kjølig lysegrå flate */
  --sand: #E3E7ED;               /* kantlinjer */
  --blush: #F2F4F7;
  --sage: #EEF1F5;
  --sage-ink: #0B0D12;
  --cocoa: #0B0D12;              /* nesten svart */
  --cocoa-2: #1A1E26;
  --cocoa-soft: #5B6472;         /* sekundærtekst */
  --apricot: #1F5EFF;            /* elektrisk blå, som øynene på C40 */
  --apricot-hover: #1449D6;
  --apricot-soft: #7FA6FF;       /* blå på mørk bakgrunn */
  --apricot-ink: #1747C9;        /* blå for liten tekst på lys bakgrunn (AA) */
  --white: #FFFFFF;

  --f-display: "Sora", "Helvetica Neue", Arial, sans-serif;
  --f-body: "Inter", "Helvetica Neue", Arial, sans-serif;

  --gutter: clamp(16px, 4vw, 56px);
  --maxw: 1360px;
  --section-y: clamp(80px, 11vw, 160px);
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --nav-h: 80px;
  --shadow: 0 0 0 1px var(--sand);
  --shadow-lg: 0 0 0 1px var(--sand);
}

/* Flater: hver seksjon setter sine egne farger */
.light, .oat, .blush, .sage { --bg: var(--cream); --fg: var(--cocoa); --fg-soft: var(--cocoa-soft); --line: rgba(11, 13, 18, .12); --card: var(--white); --accent-text: var(--apricot-ink); }
.oat { --bg: var(--oat); }
.blush { --bg: var(--blush); }
.sage { --bg: var(--sage); --accent-text: var(--sage-ink); }
.dark { --bg: var(--cocoa); --fg: var(--cream); --fg-soft: rgba(255, 255, 255, .72); --line: rgba(255, 255, 255, .14); --card: var(--cocoa-2); --accent-text: var(--apricot-soft); }
.light, .oat, .blush, .sage, .dark { background: var(--bg); color: var(--fg); }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0; background: var(--cream); color: var(--cocoa);
  font-family: var(--f-body); font-size: 17.5px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 {
  margin: 0; font-family: var(--f-display); font-weight: 600; line-height: 1.05; letter-spacing: -0.035em;
  font-variation-settings: "SOFT" 0, "opsz" 144;
}
h1 em, h2 em, h3 em { font-style: normal; font-weight: inherit; color: inherit; }
p { margin: 0; }
::selection { background: var(--apricot-soft); color: var(--cocoa); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 200; background: var(--cocoa); color: var(--cream); padding: 10px 18px; border-radius: var(--r-sm); font-weight: 600; text-decoration: none; }
.skip:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--apricot); outline-offset: 3px; border-radius: 6px; }

.section { padding: var(--section-y) 0; position: relative; }

/* ---------- Typografi ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px 7px 10px; border-radius: var(--r-sm);
  background: var(--card); box-shadow: 0 0 0 1px var(--line);
  font-size: 14px; font-weight: 600; letter-spacing: 0; color: var(--fg);
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--apricot); }
.sage .eyebrow::before { background: var(--sage-ink); }

.display-l { font-size: clamp(42px, 6.2vw, 92px); }
.display-m { font-size: clamp(36px, 5vw, 72px); }
.display-s { font-size: clamp(30px, 3.4vw, 48px); }
.dot { color: var(--apricot); }
.lede { font-size: clamp(18px, 1.45vw, 21px); line-height: 1.55; max-width: 34em; }
.muted, .lede.muted { color: var(--fg-soft); }

/* ---------- Knapper ---------- */
.btn {
  --h: 58px;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  height: var(--h); padding: 0 28px; border-radius: var(--r-sm);
  font-family: var(--f-body); font-weight: 650; font-size: 16.5px;
  text-decoration: none; border: 0; cursor: pointer; white-space: nowrap;
  transition: background .2s, color .2s, box-shadow .2s;
}
.btn .arr { display: inline-block; transition: transform .4s var(--spring); }
.btn:hover .arr { transform: translateX(5px); }
.btn-signal { background: var(--apricot); color: #fff; }
.btn-signal:hover { background: var(--apricot-hover); color: #fff; }
.btn-line { background: var(--card); color: var(--fg); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn-line { box-shadow: inset 0 0 0 1.5px var(--sand); }
.btn-line:hover { box-shadow: inset 0 0 0 1.5px var(--apricot); }
.btn-line .arr, .btn-line:hover .arr { color: var(--apricot); }
.btn-sm { --h: 44px; padding: 0 20px; font-size: 15px; }

.textlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 650; font-size: 16.5px; text-decoration: none;
  background: linear-gradient(var(--apricot), var(--apricot)) 0 100% / 100% 2px no-repeat;
  padding-bottom: 4px;
}
.textlink .arr { transition: transform .4s var(--spring); }
.textlink:hover .arr { transform: translateX(5px); }

/* ---------- Statuslys ---------- */
.led { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--apricot); flex: none; display: inline-block; }
.led::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1.5px solid var(--apricot); opacity: 0; animation: led 2.8s var(--ease) infinite; }
.led.off { background: var(--sand); }
.led.off::after { display: none; }
@keyframes led { 0% { transform: scale(.6); opacity: .7; } 100% { transform: scale(1.9); opacity: 0; } }

/* ---------- Logo: robotansiktet ---------- */
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--f-display); font-weight: 600; font-size: 21px; letter-spacing: -0.015em; white-space: nowrap; line-height: 1; font-variation-settings: "SOFT" 0, "opsz" 48; }
.logo-face { width: 34px; height: 28px; border-radius: 8px; background: var(--cocoa); position: relative; flex: none; }
.logo-face::before, .logo-face::after { content: ""; position: absolute; top: 9px; width: 7px; height: 10px; border-radius: 4px; background: var(--apricot); }
.logo-face::before { left: 8px; }
.logo-face::after { right: 8px; }
.dark .logo-face { background: var(--cream); }
.logo .dot { display: none; }

/* ==========================================================
   NAVIGASJON
   ========================================================== */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h); background: var(--cream); box-shadow: 0 1px 0 var(--sand); transition: height .35s var(--ease), background .35s, box-shadow .35s; color: var(--cocoa); }
.nav.compact { --nav-h: 68px; }
.nav .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 32px); }
.nav-links a { position: relative; text-decoration: none; font-size: 15px; font-weight: 600; padding: 8px 0; color: var(--cocoa-soft); transition: color .2s; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--apricot); transform: scaleX(0); transition: transform .25s var(--ease); }
.nav-links a:hover { color: var(--cocoa); }
.nav-links a.active { color: var(--cocoa); }
.nav-links a.active::after, .nav-links a:hover::after { transform: scaleX(1); }
.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: var(--r-sm); border: 0; background: transparent; box-shadow: inset 0 0 0 1px var(--sand); cursor: pointer; position: relative; }
.nav-toggle span { position: absolute; left: 14px; right: 14px; height: 2px; border-radius: 2px; background: var(--cocoa); transition: transform .35s var(--ease); }
.nav-toggle span:nth-child(1) { top: 18px; }
.nav-toggle span:nth-child(2) { top: 26px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

@media (max-width: 1020px) {
  .nav-links {
    position: fixed; inset: 0; z-index: -1; border-radius: 0; box-shadow: none;
    flex-direction: column; align-items: stretch; justify-content: center; gap: 6px;
    padding: 100px var(--gutter) 40px; background: var(--cream);
    opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s;
  }
  .nav-links a { font-family: var(--f-display); font-size: clamp(34px, 9vw, 48px); font-weight: 600; color: var(--cocoa); padding: 10px 20px; border-radius: var(--r); font-variation-settings: "SOFT" 0; }
  .nav.open .nav-links { opacity: 1; visibility: visible; }
  .nav-toggle { display: block; }
}
@media (max-width: 520px) { .nav .btn-sm { display: none; } .logo { font-size: 19px; } }

/* ==========================================================
   HERO
   ========================================================== */
.hero { position: relative; overflow: hidden; min-height: 100svh; display: flex; align-items: center; padding: calc(var(--nav-h) + 32px) 0 72px; background: var(--cream); }
.hero .wrap { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center; gap: clamp(32px, 6vw, 96px); }
.hero-copy { position: relative; z-index: 3; }
.hero h1 { margin: 0 0 26px; font-size: clamp(50px, 6.8vw, 104px); line-height: .98; }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .08em; }
.hero h1 .line > span { display: block; }
.hero-sub { font-family: var(--f-display); font-weight: 480; font-size: clamp(21px, 1.9vw, 27px); line-height: 1.3; letter-spacing: -0.01em; margin-bottom: 16px; font-variation-settings: "SOFT" 0; }
.hero-body { max-width: 30em; color: var(--cocoa-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }



.js .hero h1 .line > span { transform: translateY(105%); transition: transform 1.1s var(--ease); }
.js .hero h1 .line:nth-child(2) > span { transition-delay: .1s; }
.js.is-loaded .hero h1 .line > span { transform: none; }
.js .hero-fade { opacity: 0; transform: translateY(8px); transition: opacity .9s var(--ease) .35s, transform .9s var(--ease) .35s; }
.js.is-loaded .hero-fade { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { min-height: auto; padding-top: calc(var(--nav-h) + 12px); padding-bottom: 64px; align-items: flex-start; }
  .hero .wrap { grid-template-columns: 1fr; gap: 0; }
  .hero h1 { font-size: clamp(44px, 12.4vw, 76px); margin: 18px 0 18px; }
  .hero-actions .btn { flex: 1 1 auto; }
}

/* ==========================================================
   REVEAL
   ========================================================== */
.js .rv { opacity: 0; transform: translateY(12px); transition: opacity 1s var(--ease), transform 1s var(--ease); transition-delay: var(--d, 0s); }
.js .rv.in { opacity: 1; transform: none; }

/* ==========================================================
   02 — SKIFTET
   ========================================================== */
.shift { padding: clamp(100px, 13vw, 200px) 0; }
.shift-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.shift h2 { grid-column: 1 / span 10; font-size: clamp(44px, 7vw, 112px); line-height: 1; }
.shift h2 .soft { color: var(--cocoa-soft); }
.shift-copy { grid-column: 7 / span 5; margin-top: clamp(40px, 5vw, 80px); }
.shift-copy .big { font-family: var(--f-display); font-weight: 480; font-size: clamp(22px, 2vw, 30px); line-height: 1.3; margin-bottom: 20px; font-variation-settings: "SOFT" 0; }
@media (max-width: 900px) { .shift h2, .shift-copy { grid-column: 1 / -1; } }

/* ==========================================================
   03 — MØT C40
   ========================================================== */
.reveal-sec { overflow: hidden; }
.reveal-head { text-align: center; }
.reveal-head h2 { margin-top: 0; font-size: clamp(52px, 9vw, 144px); line-height: .95; }
.reveal-head h2 .thin { display: block; font-family: var(--f-body); font-size: 14px; font-weight: 700; letter-spacing: .16em; color: var(--cocoa-soft); margin-bottom: 18px; }
.reveal-head p { margin: 22px auto 0; color: var(--fg-soft); max-width: 28em; font-size: clamp(18px, 1.4vw, 21px); }

.reveal-stage { position: relative; margin-top: clamp(32px, 4vw, 56px); display: grid; grid-template-columns: 1fr minmax(260px, 1fr) 1fr; align-items: center; gap: clamp(16px, 2.4vw, 32px); }
.reveal-robot { position: relative; grid-column: 2; grid-row: 1; }
.reveal-robot::before { content: ""; position: absolute; left: 50%; top: 52%; width: 110%; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 68%); z-index: 0; }
.reveal-robot img { position: relative; z-index: 1; width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(11, 13, 18, .2)); }
.specs-col { display: flex; flex-direction: column; gap: 12px; }
.specs-col.left { grid-column: 1; grid-row: 1; }
.specs-col.right { grid-column: 3; grid-row: 1; }
.spec { padding: 18px 22px; background: var(--card); border-radius: var(--r); box-shadow: var(--shadow); }
.spec .v { font-family: var(--f-display); font-weight: 580; font-size: clamp(30px, 2.8vw, 44px); line-height: 1; letter-spacing: -0.02em; font-variation-settings: "SOFT" 0, "opsz" 144; font-variant-numeric: lining-nums; }
.spec .v small { font-family: var(--f-body); font-size: .4em; font-weight: 650; letter-spacing: 0; margin-left: 5px; color: var(--apricot-ink); }
.spec .pre { display: block; font-size: 13px; font-weight: 600; color: var(--fg-soft); margin-bottom: 6px; }
.spec .k { margin-top: 6px; font-size: 14.5px; color: var(--fg-soft); line-height: 1.4; }
.reveal-foot { margin-top: clamp(40px, 5vw, 64px); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; }
.reveal-foot p { font-size: 14px; color: var(--fg-soft); max-width: 52em; }
.specs-scroller { display: contents; }
.swipe-hint { display: none; font-size: 14px; font-weight: 600; color: var(--fg-soft); margin-top: 4px; }

@media (max-width: 1000px) {
  .reveal-stage { grid-template-columns: 1fr; }
  .reveal-robot { grid-column: 1; grid-row: 1; width: min(74%, 420px); margin: 0 auto; }
  .specs-scroller { display: flex; grid-column: 1; grid-row: 2; min-width: 0; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(var(--gutter) * -1); padding: 8px var(--gutter) 20px; scrollbar-width: none; }
  .specs-scroller::-webkit-scrollbar { display: none; }
  .specs-col { display: contents; }
  .spec { flex: 0 0 min(62vw, 230px); scroll-snap-align: start; }
  .js .specs-scroller .rv { opacity: 1; transform: none; }
  .swipe-hint { display: block; }
}

/* ==========================================================
   04 — VIDEO
   ========================================================== */
.video-sec { padding: 0 0 var(--section-y); }
.video-frame { position: relative; width: calc(100% - 2 * var(--gutter)); max-width: calc(var(--maxw) - 2 * var(--gutter)); margin: 0 auto; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--r-lg); background: var(--cocoa); box-shadow: var(--shadow-lg); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-poster { position: absolute; inset: 0; border: 0; padding: 0; cursor: pointer; background: var(--cocoa); width: 100%; color: var(--cream); text-align: left; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transform: scale(1.03); transition: transform 1.6s var(--ease), opacity .6s; }
.video-poster:hover img { transform: scale(1); }
.video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,13,18,0) 35%, rgba(11,13,18,.78) 100%); }
.video-overlay { position: absolute; z-index: 2; inset: auto clamp(20px, 4vw, 48px) clamp(20px, 4vw, 48px); display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; }
.video-overlay h2 { font-size: clamp(44px, 7vw, 108px); line-height: .95; color: var(--cream); }
.video-meta { position: absolute; z-index: 2; top: clamp(16px, 2.4vw, 28px); left: clamp(16px, 2.4vw, 28px); right: clamp(16px, 2.4vw, 28px); display: flex; justify-content: space-between; gap: 12px; font-size: 13.5px; font-weight: 600; }
.video-meta > span { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: var(--r-sm); background: rgba(255, 255, 255, .9); color: var(--cocoa); }
.play { display: inline-flex; align-items: center; gap: 14px; font-weight: 650; font-size: 16.5px; }
.play .label { padding: 12px 20px; border-radius: var(--r-sm); background: rgba(255, 255, 255, .92); color: var(--cocoa); }
.play-disc { width: 84px; height: 84px; border-radius: 50%; background: var(--apricot); display: grid; place-items: center; transition: transform .5s var(--spring); box-shadow: 0 0 0 10px rgba(31, 94, 255, .25); }
.play-disc svg { width: 24px; height: 24px; margin-left: 4px; fill: #fff; }
.video-poster:hover .play-disc { transform: scale(1.08); }
.video-note { margin-top: 16px; font-size: 14px; color: var(--fg-soft); }
@media (max-width: 700px) {
  .video-frame { aspect-ratio: 4 / 5; border-radius: var(--r); }
  .video-frame.playing { aspect-ratio: 16 / 9; }
  .play-disc { width: 64px; height: 64px; box-shadow: 0 0 0 7px rgba(31, 94, 255, .25); }
  .play .label { display: none; }
  .video-meta > span:last-child { display: none; }
}

/* ==========================================================
   05 — SLIK FUNGERER DET
   ========================================================== */
.how-head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; margin-bottom: clamp(40px, 6vw, 80px); }
.how-head .lede { grid-column: 9 / span 4; align-self: end; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 56px); }
.step { border-top: 2px solid var(--cocoa); padding-top: 22px; }
.step .num { display: block; font-size: 14px; font-weight: 700; letter-spacing: .08em; color: var(--apricot-ink); }
.step h3 { font-size: clamp(24px, 2.2vw, 30px); margin-top: 14px; }
.step p { margin-top: 10px; color: var(--cocoa-soft); max-width: 26em; }
@media (max-width: 900px) {
  .how-head > * { grid-column: 1 / -1 !important; }
  .steps { grid-template-columns: 1fr; }
}

/* ==========================================================
   06 — FIRE OPPGAVER
   ========================================================== */
.tasks { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.tasks-media { position: sticky; top: 100px; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--r-lg); background: var(--cocoa); box-shadow: var(--shadow-lg); }
.tasks-media figure { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity .8s var(--ease); }
.tasks-media figure.on { opacity: 1; }
.tasks-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 2.4s var(--ease); }
.tasks-media figure.on img { transform: scale(1); }
.tasks-media figcaption { position: absolute; left: 16px; bottom: 16px; right: 16px; display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; font-weight: 600; }
.tasks-media figcaption span { padding: 8px 14px; border-radius: var(--r-sm); background: rgba(255, 255, 255, .92); color: var(--cocoa); }
.tasks-media .counter { position: absolute; top: 16px; right: 16px; z-index: 2; padding: 7px 14px; border-radius: var(--r-sm); background: rgba(255, 255, 255, .92); font-size: 14px; font-weight: 600; color: var(--cocoa); }
.tasks-media .counter b { color: var(--apricot-ink); }
.tasks-copy h2 { margin: 0 0 22px; }
.tasks-copy > .lede { margin-bottom: clamp(32px, 4vw, 48px); }
.task-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.task { border-radius: var(--r); background: transparent; transition: background .4s var(--ease), box-shadow .4s; padding: 0 22px; }
.task.on { background: var(--white); box-shadow: var(--shadow); }
.task button { all: unset; display: block; width: 100%; cursor: pointer; padding: 18px 0; }
.task button:focus-visible { outline: 3px solid var(--apricot); outline-offset: 4px; border-radius: 8px; }
.task-row { display: flex; align-items: center; gap: 16px; }
.task-row .i { width: 28px; flex: none; font-size: 14px; font-weight: 700; color: var(--cocoa-soft); }
.task.on .task-row .i { color: var(--apricot-ink); }
.task h3 { font-size: clamp(30px, 3.6vw, 52px); color: rgba(11, 13, 18, .32); transition: color .4s var(--ease); }
.task.on h3, .task:hover h3 { color: var(--cocoa); }
.task-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .6s var(--ease); }
.task-body > div { overflow: hidden; }
.task-body p { padding: 0 0 22px 44px; color: var(--cocoa-soft); max-width: 30em; }
.task.on .task-body { grid-template-rows: 1fr; }
.task-media-inline { display: none; }
@media (max-width: 900px) {
  .tasks { grid-template-columns: 1fr; }
  .tasks-media { display: none; }
  .task-body p { padding-left: 0; padding-bottom: 14px; }
  .task-media-inline { display: block; margin-bottom: 20px; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--r-sm); background: var(--cocoa); }
  .task-media-inline img { width: 100%; height: 100%; object-fit: cover; }
}

/* ==========================================================
   07 — OVERSIKT
   ========================================================== */
.smart { overflow: hidden; }
.smart-grid { position: relative; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 88px); align-items: center; }
.smart h2 { margin: 0 0 22px; }
.feat-list { list-style: none; padding: 0; margin: 36px 0 0; display: grid; gap: 8px; }
.feat-list li { display: grid; grid-template-columns: 14px minmax(0, 160px) minmax(0, 1fr); align-items: center; gap: 14px; padding: 14px 18px; border-radius: var(--r-sm); background: rgba(255, 255, 255, .6); }
.feat-list b { font-weight: 700; font-size: 15.5px; }
.feat-list span { font-size: 15.5px; color: var(--fg-soft); }

.dash { position: relative; border-radius: var(--r-lg); background: var(--white); box-shadow: var(--shadow-lg); overflow: hidden; margin: 0; }
.dash-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 22px; border-bottom: 1px solid rgba(11, 13, 18, .08); font-size: 14px; font-weight: 600; color: var(--cocoa-soft); }
.dash-top .live { display: inline-flex; align-items: center; gap: 10px; color: var(--cocoa); }
.dash-top > span:last-child { padding: 4px 12px; border-radius: var(--r-sm); background: var(--oat); font-size: 13px; }
.dash-body { display: grid; grid-template-columns: minmax(0, 1fr) 190px; }
.dash-map { padding: 18px; }
.dash-map svg { width: 100%; height: auto; }
.route { fill: none; stroke: var(--apricot); stroke-width: 3; stroke-linejoin: round; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; }
.in .route, .route.in { animation: route 7s var(--ease) forwards; }
@keyframes route { to { stroke-dashoffset: 0; } }
.dash-side { display: flex; flex-direction: column; gap: 8px; padding: 18px 18px 18px 0; }
.dash-kv { padding: 12px 14px; border-radius: var(--r-sm); background: var(--cream); }
.dash-kv .k { font-size: 12.5px; font-weight: 600; color: var(--cocoa-soft); }
.dash-kv .v { font-family: var(--f-display); font-weight: 600; font-size: 22px; margin-top: 2px; display: flex; align-items: center; gap: 8px; font-variation-settings: "SOFT" 0; }
.dash-kv .bar { height: 6px; border-radius: 6px; background: var(--sand); margin-top: 8px; position: relative; overflow: hidden; }
.dash-kv .bar i { position: absolute; inset: 0 auto 0 0; width: var(--w, 60%); border-radius: 6px; background: var(--apricot); transform: scaleX(0); transform-origin: left; transition: transform 1.6s var(--ease) .4s; }
.in .dash-kv .bar i { transform: scaleX(1); }
.dash-note { padding: 12px 22px; border-top: 1px solid rgba(11, 13, 18, .08); font-size: 13px; color: var(--cocoa-soft); display: flex; gap: 10px; align-items: center; }
@media (max-width: 1000px) { .smart-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .dash-body { grid-template-columns: 1fr; }
  .dash-side { flex-direction: row; flex-wrap: wrap; padding: 0 18px 18px; }
  .dash-kv { flex: 1 1 40%; }
  .feat-list li { grid-template-columns: 14px 1fr; row-gap: 2px; }
  .feat-list span { grid-column: 2; }
}

/* ==========================================================
   08 — BRUKSOMRÅDER
   ========================================================== */
.uses-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: clamp(36px, 5vw, 64px); }
.uses-head .lede { max-width: 26em; }
.tiles { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.tile { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--cocoa); margin: 0; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease); }
.tile:hover img { transform: scale(1.04); }
.tile figcaption { position: absolute; z-index: 2; left: 0; bottom: 0; padding: 12px 20px; background: var(--cocoa); color: var(--cream); }
.tile h3 { font-size: clamp(20px, 1.8vw, 26px); }
.tile-a { grid-column: span 7; aspect-ratio: 4 / 5; grid-row: span 2; }
.tile-b, .tile-c { grid-column: span 5; aspect-ratio: 5 / 4; }
.tile-a img { object-position: 50% 60%; }

.use-rows { margin-top: 16px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.use-row { display: flex; flex-direction: column; gap: 10px; padding: 24px; border-radius: var(--r); background: var(--oat); transition: transform .5s var(--spring), background .3s; }
.use-row:hover { box-shadow: inset 0 0 0 1px var(--cocoa); }
.use-row .i { display: none; }
.use-row h3 { font-size: clamp(24px, 2.2vw, 30px); }
.use-row p { color: var(--cocoa-soft); font-size: 15.5px; flex: 1; }
.uses-note { margin-top: 20px; font-size: 14px; color: var(--fg-soft); max-width: 60em; }
@media (max-width: 1000px) { .use-rows { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) {
  .tile-a, .tile-b, .tile-c { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 4 / 3; }
  .tile-a { aspect-ratio: 4 / 4.4; }
}
@media (max-width: 560px) { .use-rows { grid-template-columns: 1fr; } }

/* ==========================================================
   09 — ØKONOMI
   ========================================================== */

.econ-head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; margin-bottom: clamp(40px, 6vw, 80px); }
.econ-head .h { grid-column: 1 / span 8; }
.econ-head h2 { margin-top: 0; }
.econ-head .lede { grid-column: 9 / span 4; align-self: end; }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.plan { padding: clamp(28px, 3.6vw, 52px); border-radius: var(--r-lg); background: var(--card); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.plan + .plan { background: var(--cream); color: var(--cocoa); --fg-soft: var(--cocoa-soft); --line: rgba(11, 13, 18, .12); --card: var(--white); --fg: var(--cocoa); }
.plan-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 15px; font-weight: 650; }
.plan-top .tagline { padding: 5px 12px; border-radius: var(--r-sm); background: rgba(255, 255, 255, .1); font-size: 13.5px; }
.plan + .plan .plan-top .tagline { background: var(--oat); }
.price { margin: clamp(28px, 4vw, 48px) 0 6px; font-family: var(--f-display); font-weight: 600; font-size: clamp(60px, 8vw, 128px); line-height: .9; letter-spacing: -0.035em; white-space: nowrap; font-variation-settings: "SOFT" 0, "opsz" 144; }
.price .cur { color: var(--apricot); }
.price-per { font-weight: 600; font-size: clamp(18px, 1.6vw, 22px); color: var(--fg-soft); }
.plan-lines { list-style: none; margin: 24px 0 32px; padding: 0; display: grid; gap: 10px; }
.plan-lines li { display: flex; gap: 12px; align-items: center; font-size: 16px; color: var(--fg-soft); }
.plan-lines li::before { content: ""; flex: none; width: 13px; height: 9px; background: linear-gradient(90deg, var(--apricot) 0 5px, transparent 5px 8px, var(--apricot) 8px 13px); border-radius: 2px; }
.plan-big { font-family: var(--f-display); font-weight: 600; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.1; margin-top: 22px; color: var(--fg); font-variation-settings: "SOFT" 0; }
.plan-big .dot { color: inherit; }
.plan .btn { margin-top: auto; align-self: flex-start; }
.plan:first-child .btn-line { background: transparent; color: var(--cream); box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .4); }
.plan:first-child .btn-line:hover { box-shadow: inset 0 0 0 1.5px var(--cream); }
.econ-note { margin-top: 22px; font-size: 14px; color: var(--fg-soft); max-width: 60em; }
@media (max-width: 860px) {
  .econ-head .h, .econ-head .lede { grid-column: 1 / -1; }
  .plans { grid-template-columns: 1fr; }
  .price { font-size: clamp(58px, 17vw, 96px); }
  .plan .btn { align-self: stretch; }
}

/* ==========================================================
   10 — MENNESKE + ROBOT
   ========================================================== */
.human h2 { font-size: clamp(42px, 6.4vw, 100px); }
.human h2 .soft { color: var(--cocoa-soft); }
.human-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; margin-top: clamp(40px, 5vw, 72px); align-items: start; }
.human-copy { grid-column: 1 / span 5; }
.human-copy p + p { margin-top: 16px; }
.human-copy .big { font-family: var(--f-display); font-weight: 480; font-size: clamp(22px, 2vw, 28px); line-height: 1.3; font-variation-settings: "SOFT" 0; }
.calc { grid-column: 7 / span 6; background: var(--white); color: var(--cocoa); padding: clamp(24px, 3.4vw, 44px); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); --fg-soft: var(--cocoa-soft); --line: rgba(11,13,18,.1); --card: var(--cream); }
.calc h3 { font-size: clamp(24px, 2.2vw, 32px); line-height: 1.1; margin: 0 0 20px; }
.field { display: block; padding: 14px 0; }
.field + .field { border-top: 1px dashed var(--line); }
.field-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.field label { font-size: 15.5px; font-weight: 550; color: var(--cocoa-soft); }
.field output { font-family: var(--f-display); font-weight: 580; font-size: 24px; white-space: nowrap; font-variation-settings: "SOFT" 0; }
.field output small { font-family: var(--f-body); font-size: 14px; color: var(--cocoa-soft); font-weight: 600; margin-left: 3px; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 28px; background: transparent; margin-top: 6px; cursor: pointer; --p: 50%; }
input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: 8px; background: linear-gradient(90deg, var(--apricot) var(--p), var(--oat) var(--p)); }
input[type="range"]::-moz-range-track { height: 8px; border-radius: 8px; background: var(--oat); }
input[type="range"]::-moz-range-progress { height: 8px; border-radius: 8px; background: var(--apricot); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%; background: var(--white); border: 0; box-shadow: 0 0 0 2px var(--apricot), 0 4px 10px rgba(11,13,18,.2); margin-top: -9px; transition: transform .3s var(--spring); }
input[type="range"]:active::-webkit-slider-thumb { transform: scale(1.15); }
input[type="range"]::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: var(--white); border: 2px solid var(--apricot); }
.calc-out { margin-top: 14px; padding: 24px; border-radius: var(--r); background: var(--cocoa); color: var(--cream); }
.calc-out .big small, .calc-out .calc-disc, .calc-sub .k { color: rgba(255, 255, 255, .66) !important; }
.calc-sub > div { background: rgba(255, 255, 255, .07) !important; }
.calc-out > .k { font-size: 14.5px; font-weight: 650; color: var(--apricot); }
.calc-out .big span { color: var(--apricot); }
.calc-out .big { font-family: var(--f-display); font-weight: 580; font-size: clamp(54px, 6vw, 84px); line-height: .95; letter-spacing: -0.035em; margin: 8px 0 2px; font-variation-settings: "SOFT" 0, "opsz" 144; }
.calc-out .big small { font-family: var(--f-body); font-size: .26em; letter-spacing: 0; font-weight: 650; color: var(--cocoa-soft); margin-left: 8px; }
.calc-sub { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.calc-sub > div { padding: 12px 14px; border-radius: var(--r-sm); background: rgba(255, 255, 255, .7); }
.calc-sub .k { color: var(--cocoa-soft); font-size: 13px; font-weight: 600; }
.calc-sub .v { font-family: var(--f-display); font-weight: 580; font-size: 24px; margin-top: 2px; font-variation-settings: "SOFT" 0; }
.calc-disc { margin-top: 16px; font-size: 13.5px; line-height: 1.5; color: var(--cocoa-soft); }
@media (max-width: 960px) { .human-copy, .calc { grid-column: 1 / -1; } }

/* ==========================================================
   11 — DEMO
   ========================================================== */
.demo { position: relative; overflow: hidden; }

.demo-grid { position: relative; display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.demo h2 { font-size: clamp(40px, 5.4vw, 84px); margin: 0 0 24px; line-height: 1.02; }
.demo h2 .o { color: inherit; }
.demo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.demo-points { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.demo-points li { padding: 16px 0 0; border-top: 2px solid var(--cocoa); font-size: 15px; font-weight: 550; color: var(--cocoa); }
.demo-points b { display: block; font-size: 14px; font-weight: 700; color: var(--apricot-ink); margin-bottom: 6px; }

.form { position: relative; padding: clamp(24px, 3vw, 40px); border-radius: var(--r-lg); background: var(--white); box-shadow: var(--shadow-lg); color: var(--cocoa); }
.form-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; color: var(--cocoa-soft); margin-bottom: 6px; }
.form-title .live { display: inline-flex; align-items: center; gap: 10px; color: var(--cocoa); font-family: var(--f-display); font-size: 22px; font-weight: 580; font-variation-settings: "SOFT" 0; }
.form-title > span:last-child { padding: 4px 12px; border-radius: var(--r-sm); background: var(--oat); color: var(--cocoa-soft); font-size: 13px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.f { position: relative; padding-top: 14px; }
.f label { display: block; font-size: 14px; font-weight: 600; color: var(--cocoa-soft); margin: 0 0 6px 4px; }
.f input, .f select { width: 100%; height: 52px; background: var(--cream); border: 1.5px solid transparent; border-radius: var(--r-sm); padding: 0 16px; color: var(--cocoa); font-size: 16.5px; -webkit-appearance: none; appearance: none; transition: border-color .25s, background-color .25s, box-shadow .25s; }
.f select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23FF6333' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.f input:hover, .f select:hover { background-color: var(--oat); }
.f input:focus, .f select:focus { outline: none; background-color: var(--white); border-color: var(--apricot); box-shadow: 0 0 0 4px rgba(31, 94, 255, .15); }
.f .err { display: none; font-size: 13px; font-weight: 600; color: var(--apricot-ink); margin: 6px 0 0 4px; }
.f.invalid input, .f.invalid select { border-color: var(--apricot); }
.f.invalid .err { display: block; }
.form .btn { width: 100%; margin-top: 24px; --h: 62px; justify-content: space-between; padding: 0 28px; }
.form-legal { margin-top: 14px; font-size: 13.5px; color: var(--cocoa-soft); line-height: 1.5; text-align: center; }
.form-ok { display: none; padding: 20px 0 8px; text-align: center; }
.form-ok h3 { font-size: clamp(32px, 3.4vw, 46px); margin: 0 0 12px; }
.form-ok p { color: var(--cocoa-soft); }
.form.sent form { display: none; }
.form.sent .form-ok { display: block; }
.hp { position: absolute; left: -9999px; }
@media (max-width: 960px) {
  .demo-grid { grid-template-columns: 1fr; }
  .demo-points { grid-template-columns: 1fr; }
  .demo-points li { padding: 16px 0 0; border-top: 2px solid var(--cocoa); font-size: 15px; font-weight: 550; color: var(--cocoa); }
  .demo-points b { display: block; font-size: 14px; font-weight: 700; color: var(--apricot-ink); margin-bottom: 6px; }
}
@media (max-width: 520px) { .frow { grid-template-columns: 1fr; } .demo-actions .btn { flex: 1 1 100%; } }

/* ==========================================================
   12 — PORTEFØLJE
   ========================================================== */
.fleet-head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; margin-bottom: clamp(40px, 5vw, 72px); }
.fleet { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 16px; }
.fleet-main { position: relative; border-radius: var(--r-lg); background: var(--oat); color: var(--cocoa); padding: clamp(24px, 3vw, 40px); min-height: 500px; display: flex; flex-direction: column; overflow: hidden; text-decoration: none; }
.fleet-main::after { content: ""; position: absolute; right: -8%; bottom: -12%; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.9), rgba(255,255,255,0) 68%); }
.fleet-main img { position: absolute; right: 5%; bottom: 7%; width: min(50%, 340px); z-index: 1; transition: transform .8s var(--spring); }

.fleet-main .status, .fleet-item .status { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: var(--r-sm); font-size: 13.5px; font-weight: 700; background: var(--white); }
.fleet-main h3 { font-size: clamp(72px, 9vw, 136px); margin-top: auto; position: relative; z-index: 2; line-height: .9; }
.fleet-main p { position: relative; z-index: 2; color: var(--cocoa-soft); max-width: 16em; margin-top: 10px; }
.fleet-main .textlink { position: relative; z-index: 2; margin-top: 22px; align-self: flex-start; }
.fleet-side { display: grid; grid-template-rows: repeat(3, 1fr); gap: 16px; }
.fleet-item { border-radius: var(--r-lg); border: 1px solid var(--sand); padding: clamp(20px, 2.4vw, 28px); display: flex; flex-direction: column; justify-content: space-between; gap: 20px; color: var(--cocoa-soft); text-decoration: none; background: var(--white); transition: border-color .2s; }
.fleet-item:hover { border-color: var(--cocoa); }
.fleet-item .count { font-size: 13.5px; font-weight: 700; color: var(--apricot-ink); }
.fleet-item .status { background: var(--oat); color: var(--cocoa-soft); }
.fleet-item .row { display: flex; justify-content: space-between; align-items: end; gap: 16px; }
.fleet-item h3 { font-size: clamp(24px, 2.2vw, 32px); color: var(--cocoa); }
.fleet-item p { font-size: 14.5px; text-align: right; }
@media (max-width: 900px) {
  .fleet-head > * { grid-column: 1 / -1 !important; }
  .fleet { grid-template-columns: 1fr; }
  .fleet-main { min-height: 420px; }
  .fleet-main img { width: 50%; }
}

/* ==========================================================
   13 — OM OSS
   ========================================================== */
.about-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.about h2 { grid-column: 1 / span 8; font-size: clamp(40px, 5.8vw, 92px); }
.about h2 .soft { color: inherit; }
.about-copy { grid-column: 7 / span 5; margin-top: clamp(32px, 4vw, 56px); }
.about-copy p + p { margin-top: 14px; }
.principles { grid-column: 1 / -1; margin-top: clamp(48px, 6vw, 88px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.principles > div { padding: 22px 0 0; border-top: 2px solid var(--cocoa); }
.principles b { display: block; font-family: var(--f-display); font-size: 26px; font-weight: 580; letter-spacing: -0.01em; margin: 14px 0 6px; font-variation-settings: "SOFT" 0; }
.principles .i { font-size: 14px; font-weight: 700; color: var(--apricot-ink); }
.principles p { font-size: 15.5px; color: var(--cocoa-soft); }
@media (max-width: 900px) {
  .about h2, .about-copy { grid-column: 1 / -1; }
  .principles { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) { .principles { grid-template-columns: 1fr; } }

/* ==========================================================
   FOOTER
   ========================================================== */
.footer { background: var(--cocoa); color: var(--cream); padding: clamp(64px, 8vw, 112px) 0 calc(28px + env(safe-area-inset-bottom)); overflow: hidden; }
.footer-top { display: grid; grid-template-columns: minmax(0, 6fr) repeat(3, minmax(0, 2fr)); gap: 32px; padding-bottom: clamp(40px, 5vw, 72px); }
.footer-top .lede { color: rgba(255, 255, 255, .72); max-width: 22em; font-size: 18px; }
.footer h4 { font-family: var(--f-body); font-size: 14px; font-weight: 700; color: var(--apricot-soft); margin-bottom: 16px; letter-spacing: 0; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li + li { margin-top: 10px; }
.footer a { text-decoration: none; color: rgba(255, 255, 255, .85); transition: color .2s; }
.footer a:hover { color: var(--apricot-soft); }
.footer .ph { color: rgba(255, 255, 255, .5); }
.wordmark { font-family: var(--f-display); font-weight: 600; font-size: clamp(56px, 11.5vw, 188px); line-height: .9; letter-spacing: -0.04em; margin: 0 0 clamp(32px, 4vw, 56px); font-variation-settings: "SOFT" 0, "opsz" 144; }
.wordmark em { font-style: normal; color: inherit; }
.wordmark .dot { font-size: .5em; vertical-align: .15em; color: var(--apricot); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13.5px; color: rgba(255, 255, 255, .55); }
.footer-bottom p { max-width: 60em; }
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; } .footer-top > :first-child { grid-column: 1 / -1; } }

/* ==========================================================
   MOBIL: STICKY DEMO-KNAPP
   ========================================================== */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); border-radius: 0;
  background: rgba(11, 13, 18, .94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px -12px rgba(11, 13, 18, .5);
  display: none; gap: 12px; align-items: center; justify-content: space-between;
  transform: translateY(110%); transition: transform .4s var(--ease);
}
.sticky-cta.show { transform: none; }
.sticky-cta .btn { --h: 48px; padding: 0 22px; }
.sticky-cta .price-hint { font-size: 12.5px; color: rgba(255, 255, 255, .65); line-height: 1.25; white-space: nowrap; }
.sticky-cta .price-hint b { display: block; font-size: 16px; color: var(--cream); font-weight: 700; }
@media (max-width: 760px) {
  .sticky-cta { display: flex; }
  .footer { padding-bottom: calc(110px + env(safe-area-inset-bottom)); }
}

/* ==========================================================
   PRODUKTSIDE (/roboter/<modell>/)
   ========================================================== */
.p-hero { padding: calc(var(--nav-h) + clamp(28px, 5vw, 72px)) 0 clamp(56px, 7vw, 96px); background: var(--cream); color: var(--cocoa); overflow: hidden; }
.crumbs { display: flex; gap: 8px; flex-wrap: wrap; font-size: 14.5px; font-weight: 550; color: var(--cocoa-soft); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--apricot-ink); }
.p-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; align-items: center; margin-top: 28px; }
.p-hero h1 { font-size: clamp(96px, 15vw, 232px); line-height: .85; letter-spacing: -0.04em; margin: 0 0 26px; }
.p-hero .robot { position: relative; }

.p-hero .robot img { position: relative; width: min(100%, 480px); margin: 0 auto; filter: drop-shadow(0 30px 40px rgba(11, 13, 18, .2)); }

.spec-table { width: 100%; border-collapse: separate; border-spacing: 0 8px; }
.spec-table th, .spec-table td { text-align: left; vertical-align: top; padding: 18px 22px; background: var(--white); }
.spec-table th { width: 32%; border-radius: var(--r-sm) 0 0 var(--r-sm); font-size: 15px; font-weight: 650; color: var(--cocoa-soft); }
.spec-table td { border-radius: 0 var(--r-sm) var(--r-sm) 0; font-size: 16.5px; }
.gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: var(--r-lg); background: var(--cocoa); }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.g1 { grid-column: span 5; grid-row: span 2; }
.g2, .g3 { grid-column: span 7; aspect-ratio: 16 / 9; }
.g4, .g5 { grid-column: span 6; aspect-ratio: 16 / 9; }
.faq { display: grid; gap: 10px; }
.faq details { border-radius: var(--r); background: var(--white); padding: 0 24px; transition: box-shadow .3s; }
.faq details[open] { box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; font-family: var(--f-display); font-weight: 600; font-size: clamp(19px, 1.7vw, 23px); font-variation-settings: "SOFT" 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 34px; height: 34px; display: grid; place-items: center; border-radius: var(--r-sm); background: var(--cocoa); color: var(--apricot); font-family: var(--f-body); font-weight: 600; font-size: 20px; transition: transform .4s var(--spring); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 22px; max-width: 44em; color: var(--cocoa-soft); }
.two-col { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(32px, 5vw, 80px); }
@media (max-width: 900px) {
  .p-hero-grid, .two-col { grid-template-columns: 1fr; }
  .p-hero .robot { order: -1; }
  .p-hero .robot img { width: min(78%, 360px); }
  .g1, .g2, .g3, .g4, .g5 { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 4 / 3; }
  .spec-table th, .spec-table td { display: block; width: 100%; padding: 14px 18px; }
  .spec-table th { border-radius: var(--r-sm) var(--r-sm) 0 0; padding-bottom: 2px; font-size: 14px; }
  .spec-table td { border-radius: 0 0 var(--r-sm) var(--r-sm); padding-top: 2px; }
  .spec-table tr { display: block; margin-bottom: 8px; }
}

/* ==========================================================
   Redusert bevegelse
   ========================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; scroll-behavior: auto !important; }
  .route { stroke-dashoffset: 0; }
}

/* ==========================================================
   HERO: produktbilde + faktarad
   ========================================================== */
.hero-media { position: relative; margin: 0; border-radius: var(--r-lg); overflow: hidden; background: #E9ECEE; aspect-ratio: 4 / 5; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 70%; }
.hero-media figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 12px; padding: 14px 18px; background: var(--cocoa); color: var(--cream); font-size: 14px; font-weight: 600; }
.hero-media figcaption span:last-child { color: rgba(255, 255, 255, .6); font-weight: 500; }
.hero-facts { display: grid; grid-template-columns: repeat(4, auto); justify-content: start; gap: 0; margin: 44px 0 0; border-top: 1px solid var(--sand); }
.hero-facts > div { padding: 16px 28px 0 0; margin-right: 28px; border-right: 1px solid var(--sand); }
.hero-facts > div:last-child { border-right: 0; margin-right: 0; }
.hero-facts dt { font-size: 13px; font-weight: 600; color: var(--cocoa-soft); }
.hero-facts dd { margin: 4px 0 0; font-family: var(--f-display); font-weight: 600; font-size: 22px; white-space: nowrap; }
@media (max-width: 900px) {
  .hero-media { order: 2; margin-top: 40px; aspect-ratio: 4 / 4.2; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts > div { border-right: 0; margin: 0; padding: 14px 0; border-bottom: 1px solid var(--sand); }
}

/* ==========================================================
   KATALOG (/roboter/)
   ========================================================== */
.cat-hero { padding-bottom: 0; }
.cat-intro { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(24px, 5vw, 80px); align-items: end; margin-top: 28px; }
.cat-jump { display: flex; flex-wrap: wrap; gap: 0; margin-top: clamp(40px, 5vw, 64px); border-top: 1px solid var(--sand); border-bottom: 1px solid var(--sand); }
.cat-jump a { display: inline-flex; align-items: center; gap: 8px; padding: 16px 22px 16px 0; margin-right: 22px; text-decoration: none; font-weight: 600; font-size: 15.5px; color: var(--cocoa-soft); transition: color .2s; }
.cat-jump a:hover { color: var(--cocoa); }
.cat-jump a span { font-size: 13px; color: var(--apricot-ink); }
.cat { padding: clamp(56px, 7vw, 96px) 0 0; }
.cat-head { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(24px, 5vw, 80px); align-items: end; padding-bottom: 28px; margin-bottom: 28px; border-bottom: 2px solid var(--cocoa); }
.models { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.model { display: flex; flex-direction: column; background: var(--white); border-radius: var(--r-lg); box-shadow: 0 0 0 1px var(--sand); overflow: hidden; scroll-margin-top: 90px; }
.model-img { background: #fff; aspect-ratio: 1 / .82; border-bottom: 1px solid var(--sand); }
.model-img img { width: 100%; height: 100%; object-fit: contain; }
.model-body { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 24px; }
.model-series { font-size: 13px; font-weight: 700; letter-spacing: .06em; color: var(--cocoa-soft); }
.model h3 { font-size: clamp(30px, 2.6vw, 38px); margin-top: 4px; }
.model-tag { margin-top: 8px; font-weight: 650; font-size: 16.5px; }
.model-desc { margin-top: 8px; font-size: 15.5px; color: var(--cocoa-soft); }
.model-specs { margin: 18px 0 22px; }
.model-specs div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-top: 1px solid var(--sand); font-size: 14.5px; }
.model-specs dt { color: var(--cocoa-soft); }
.model-specs dd { margin: 0; font-weight: 600; text-align: right; }
.model-actions { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.cat-note { padding: clamp(64px, 8vw, 112px) 0; }
.cat-note .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--sand); padding-top: 32px; }
.cat-note p { max-width: 52em; font-size: 15px; }
@media (max-width: 1080px) { .models { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  .cat-intro, .cat-head { grid-template-columns: 1fr; }
  .models { grid-template-columns: 1fr; }
  .cat-jump { flex-wrap: nowrap; overflow-x: auto; margin: 32px calc(var(--gutter) * -1) 0; padding: 0 var(--gutter); scrollbar-width: none; }
  .cat-jump::-webkit-scrollbar { display: none; }
  .cat-jump a { white-space: nowrap; }
}
.cat-hero h1 { font-size: clamp(48px, 7vw, 104px); line-height: .95; margin: 0; }
.page-hero { padding-bottom: clamp(24px, 4vw, 48px); }
.shortcuts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.shortcuts .fleet-item { min-height: 170px; }
@media (max-width: 900px) { .shortcuts { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .shortcuts { grid-template-columns: 1fr; } }

/* ==========================================================
   PRODUKTHIERARKI: meny, utvalg, velger, modellsider
   ========================================================== */
/* Undermeny under «Roboter» */
.nav-dd { position: relative; }
.nav-dd-top::before { content: ""; position: absolute; left: -12px; right: -12px; top: 100%; height: 18px; }
.nav-dd-panel {
  position: absolute; top: calc(100% + 14px); left: -24px; z-index: 5;
  display: grid; grid-template-columns: 260px 200px; gap: 8px; padding: 12px;
  background: var(--white); border-radius: var(--r-lg); box-shadow: 0 0 0 1px var(--sand), 0 18px 40px -20px rgba(11, 13, 18, .25);
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .2s, transform .2s, visibility .2s;
}
.nav-dd:hover .nav-dd-panel, .nav-dd:focus-within .nav-dd-panel { opacity: 1; visibility: visible; transform: none; }
.nav-dd-col { display: flex; flex-direction: column; }
.nav-links .nav-dd-panel a { display: block; padding: 9px 12px; border-radius: var(--r-sm); font-size: 15px; font-weight: 600; color: var(--cocoa); }
.nav-links .nav-dd-panel a::after { display: none; }
.nav-links .nav-dd-panel a:hover { background: var(--oat); }
.nav-dd-panel a span { display: block; font-size: 13px; font-weight: 500; color: var(--cocoa-soft); margin-top: 1px; }
.nav-links .nav-dd-panel a.nav-dd-hero { background: var(--oat); margin: 4px 0; }
.nav-dd-hero span { color: var(--apricot-ink) !important; font-weight: 600 !important; }
.nav-dd-cats { border-left: 1px solid var(--sand); padding-left: 8px; }
.nav-dd-cats p { font-size: 13px; font-weight: 700; color: var(--cocoa-soft); padding: 9px 12px 4px; }
@media (max-width: 1020px) {
  .nav-links { overflow-y: auto; justify-content: flex-start; }
  .nav-dd-top::before { display: none; }
  .nav-dd-panel { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; padding: 0 0 8px 20px; grid-template-columns: 1fr; gap: 0; }
  .nav-links .nav-dd-panel a { font-family: var(--f-body); font-size: 17px; padding: 6px 0; }
  .nav-links .nav-dd-panel a.nav-dd-hero { background: transparent; margin: 0; }
  .nav-dd-panel a span { display: inline; margin-left: 8px; }
  .nav-dd-cats { border-left: 0; padding-left: 0; }
  .nav-dd-cats p { padding: 10px 0 2px; }
}

/* Utvalget på forsiden */
.model-best { font-size: 13.5px; font-weight: 700; letter-spacing: .04em; color: var(--apricot-ink); }
.lineup { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 16px; align-items: stretch; }
.featured { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: var(--white); border-radius: var(--r-lg); box-shadow: 0 0 0 1px var(--sand); overflow: hidden; }
.featured-img { display: block; min-height: 100%; background: var(--cocoa); }
.featured-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 65%; transition: transform 1.2s var(--ease); }
.featured:hover .featured-img img { transform: scale(1.03); }
.featured-body { padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; }
.featured h3 { font-size: clamp(38px, 4vw, 60px); margin-top: 8px; }
.featured h3 a, .model h3 a { text-decoration: none; }
.featured-tag { font-family: var(--f-display); font-weight: 600; font-size: clamp(22px, 2vw, 28px); margin-top: 6px; }
.featured .model-desc { font-size: 16.5px; margin-top: 14px; }
.featured-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin: 22px 0 28px; }
.featured-specs div { padding: 12px 0; border-top: 1px solid var(--sand); }
.featured-specs dt { font-size: 13px; font-weight: 600; color: var(--cocoa-soft); }
.featured-specs dd { margin: 2px 0 0; font-family: var(--f-display); font-weight: 600; font-size: 24px; }
.featured .model-actions { gap: 10px; }
.lineup-alt { display: flex; flex-direction: column; gap: 12px; }
.lineup-label { font-size: 15px; font-weight: 600; color: var(--cocoa-soft); }
.lineup-alt .models { grid-template-columns: 1fr; gap: 12px; flex: 1; }
.lineup-alt .model { flex-direction: row; }
.lineup-alt .model-img { width: 38%; flex: none; aspect-ratio: auto; border-bottom: 0; border-right: 1px solid var(--sand); }
.lineup-alt .model-body { padding: 16px 18px; }
.lineup-alt .model h3 { font-size: 26px; }
.lineup-alt .model-tag { font-size: 15px; margin-top: 2px; }
.lineup-alt .model-specs { margin: 10px 0 12px; }
.lineup-alt .model-specs div { padding: 6px 0; font-size: 13.5px; }
.lineup-alt .model-series { display: none; }
.cat-strip { margin-top: clamp(40px, 5vw, 64px); }
.cat-strip-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 12px; padding-bottom: 16px; border-bottom: 2px solid var(--cocoa); margin-bottom: 16px; }
.cat-strip-head h3 { font-size: clamp(22px, 2vw, 28px); }
.cat-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.cat-tile { display: flex; flex-direction: column; text-decoration: none; background: var(--white); border-radius: var(--r-lg); box-shadow: 0 0 0 1px var(--sand); overflow: hidden; transition: box-shadow .2s; }
.cat-tile:hover { box-shadow: 0 0 0 1px var(--cocoa); }
.cat-tile img { width: 100%; height: auto; aspect-ratio: 1 / .75; object-fit: contain; background: #fff; border-bottom: 1px solid var(--sand); }
.cat-tile span { padding: 12px 14px 14px; font-size: 13.5px; color: var(--cocoa-soft); }
.cat-tile b { display: block; font-size: 16px; color: var(--cocoa); }
@media (max-width: 1100px) {
  .lineup { grid-template-columns: 1fr; }
  .cat-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .featured { grid-template-columns: 1fr; }
  .featured-img { aspect-ratio: 4 / 3; }
  .lineup-alt .model-img { width: 34%; }
  .cat-tiles { grid-template-columns: 1fr; }
  .featured .model-actions .btn { flex: 1 1 100%; }
}

/* Robotvelger */
.velger-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.velger { background: var(--white); border-radius: var(--r-lg); box-shadow: 0 0 0 1px var(--sand); padding: clamp(20px, 3vw, 36px); }
.pick { border: 0; margin: 0; padding: 0 0 18px; }
.pick + .pick { padding-top: 18px; border-top: 1px solid var(--sand); }
.pick legend { font-weight: 700; font-size: 16px; margin-bottom: 10px; padding: 0; }
.pick-opts { display: flex; flex-wrap: wrap; gap: 8px; }
.pick label { cursor: pointer; }
.pick input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.pick span { display: inline-block; padding: 9px 14px; border-radius: var(--r-sm); box-shadow: inset 0 0 0 1px var(--sand); background: var(--cream); font-size: 15px; font-weight: 550; transition: background .15s, box-shadow .15s, color .15s; }
.pick label:hover span { box-shadow: inset 0 0 0 1px var(--cocoa); }
.pick input:checked + span { background: var(--cocoa); color: var(--cream); box-shadow: none; }
.pick input:focus-visible + span { outline: 3px solid var(--apricot); outline-offset: 2px; }
.velger .btn { margin-top: 18px; width: 100%; justify-content: space-between; --h: 60px; }
.velger-note { margin-top: 14px; font-size: 14px; font-weight: 600; color: var(--apricot-ink); }
@media (max-width: 900px) { .velger-grid { grid-template-columns: 1fr; } }

/* Modellsider */
.model-hero h1 { font-size: clamp(64px, 9vw, 140px); line-height: .9; margin: 6px 0 18px; }
.model-hero .hero-sub { margin-bottom: 12px; }
.model-hero-img { background: #fff; border-radius: var(--r-lg); box-shadow: 0 0 0 1px var(--sand); overflow: hidden; }
.model-hero-img img { width: 100%; height: auto; }
.steps-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1000px) { .steps-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps-4 { grid-template-columns: 1fr; } }
.use-models { margin-top: 6px; font-size: 14px; font-weight: 600; color: var(--cocoa-soft); }
.use-models a { color: var(--apricot-ink); }
.tile .use-models { color: rgba(255, 255, 255, .7); margin-top: 2px; }
.tile .use-models a { color: var(--apricot); }
.model-actions .btn-sm { --h: 40px; }

/* ==========================================================
   BRUKSOMRÅDER v2: redaksjonelle seksjoner
   ========================================================== */
.bruk-sub { font-family: var(--f-display); font-weight: 600; font-size: clamp(22px, 2.1vw, 30px); line-height: 1.2; margin-bottom: 12px; }
.usecases { display: grid; gap: clamp(96px, 12vw, 176px); padding: clamp(72px, 9vw, 128px) 0 clamp(96px, 12vw, 176px); }
.usecase { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(40px, 6vw, 104px); align-items: center; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter) 0 0; scroll-margin-top: 90px; }
.usecase.flip { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); padding: 0 0 0 var(--gutter); }
.usecase.flip .usecase-media { order: 2; }
.usecase-media img { width: 100%; aspect-ratio: 5 / 4.4; object-fit: cover; border-radius: 0 var(--r-lg) var(--r-lg) 0; }
.usecase.flip .usecase-media img { border-radius: var(--r-lg) 0 0 var(--r-lg); }
@media (min-width: 1441px) {
  .usecase, .usecase.flip { padding: 0 var(--gutter); }
  .usecase-media img, .usecase.flip .usecase-media img { border-radius: var(--r-lg); }
}
.usecase-body { max-width: 30em; }
.usecase.flip .usecase-body { justify-self: end; }
.usecase-cat { display: flex; gap: 12px; font-size: 14px; font-weight: 700; color: var(--apricot-ink); }
.usecase-cat span { color: var(--apricot); }
.usecase h2 { font-size: clamp(34px, 3.6vw, 54px); line-height: 1.05; margin-top: 16px; }
.usecase-text { margin-top: 20px; font-size: 18px; color: var(--cocoa-soft); }
.usecase-points { list-style: none; margin: 28px 0 0; padding: 0; }
.usecase-points li { display: flex; gap: 12px; align-items: baseline; padding: 12px 0; border-top: 1px solid var(--sand); font-size: 16.5px; font-weight: 550; }
.usecase-points li:last-child { border-bottom: 1px solid var(--sand); }
.usecase-points li::before { content: ""; flex: none; width: 13px; height: 9px; background: linear-gradient(90deg, var(--apricot) 0 5px, transparent 5px 8px, var(--apricot) 8px 13px); border-radius: 2px; transform: translateY(-1px); }
.rec { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; align-items: center; gap: 18px; margin-top: 36px; padding: 12px 22px 12px 12px; background: var(--white); border-radius: var(--r-lg); box-shadow: 0 0 0 1px var(--sand); text-decoration: none; transition: box-shadow .2s; }
.rec:hover { box-shadow: 0 0 0 1px var(--cocoa); }
.rec img { width: 96px; height: 80px; object-fit: contain; background: #fff; border-radius: var(--r); }
.rec-text { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 10px; }
.rec-label { width: 100%; font-size: 12.5px; font-weight: 700; letter-spacing: .04em; color: var(--cocoa-soft); }
.rec b { font-family: var(--f-display); font-weight: 600; font-size: 30px; line-height: 1.1; }
.rec-best { font-size: 13px; font-weight: 700; color: var(--apricot-ink); }
.rec-tag { width: 100%; font-size: 14px; color: var(--cocoa-soft); margin-top: 2px; }
.rec-cta { font-weight: 650; font-size: 15px; white-space: nowrap; }
.rec-cta .arr, .rec-alt .arr { display: inline-block; color: var(--apricot); transition: transform .3s var(--ease); }
.rec:hover .rec-cta .arr, .rec-alt a:hover .arr { transform: translateX(4px); }
.rec-alt { margin-top: 14px; font-size: 15px; color: var(--cocoa-soft); }
.rec-alt a { font-weight: 650; color: var(--cocoa); text-decoration: none; }
.bruk-faq { padding-top: 0; }
.bruk-cta { text-align: left; }
.bruk-cta .lede { margin-top: 20px; }
.bruk-cta .hero-actions { margin-top: 32px; }
@media (max-width: 900px) {
  .usecase, .usecase.flip { grid-template-columns: 1fr; padding: 0; gap: 28px; }
  .usecase.flip .usecase-media { order: 0; }
  .usecase-media img, .usecase.flip .usecase-media img { border-radius: 0; aspect-ratio: 4 / 3.4; }
  .usecase-body, .usecase.flip .usecase-body { padding: 0 var(--gutter); justify-self: start; }
  .rec { grid-template-columns: 72px minmax(0, 1fr); padding-right: 16px; }
  .rec img { width: 72px; height: 60px; }
  .rec-cta { grid-column: 2; }
}

/* Én robot: C40-blokken i full bredde */
.lineup-single { grid-template-columns: 1fr; }
.featured-wide { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
.featured-wide .featured-img { min-height: 560px; }
.featured-wide .featured-body { padding: clamp(28px, 4vw, 64px); justify-content: center; }
.featured-wide .featured-specs { grid-template-columns: repeat(2, 1fr); }
.featured-h { font-size: clamp(56px, 7vw, 104px); line-height: .9; margin-top: 6px; }
.featured-h a { text-decoration: none; }
.also .principles { margin-top: 0; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) {
  .featured-wide { grid-template-columns: 1fr; }
  .featured-wide .featured-img { min-height: 0; aspect-ratio: 4 / 3; }
  .also .principles { grid-template-columns: 1fr; }
}
.featured-wide .featured-img img { object-position: 45% 88%; }

/* ==========================================================
   PUDU-inspirert: stort bilde i hero, meny over bildet
   ========================================================== */
.hero-full { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: calc(var(--nav-h) + 48px) 0 clamp(48px, 7vw, 96px); color: #fff; background: var(--cocoa); overflow: hidden; }
.hero-full .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 55%; }
.hero-full .hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 13, 18, .82) 0%, rgba(11, 13, 18, .55) 42%, rgba(11, 13, 18, .05) 75%), linear-gradient(0deg, rgba(11, 13, 18, .55), transparent 45%); }
.hero-full .wrap { position: relative; z-index: 2; display: block; }
.hero-full .hero-copy { max-width: 720px; }
.hero-full h1 { font-size: clamp(52px, 7.4vw, 116px); line-height: .98; letter-spacing: -0.045em; font-weight: 700; margin: 0 0 24px; }
.hero-full .hero-sub { color: #fff; font-family: var(--f-display); font-weight: 500; }
.hero-full .hero-body { color: rgba(255, 255, 255, .78); }
.hero-full .btn-line { background: rgba(255, 255, 255, .12); color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.hero-full .btn-line:hover { box-shadow: inset 0 0 0 1px #fff; }
.hero-full .hero-facts { border-top-color: rgba(255, 255, 255, .25); }
.hero-full .hero-facts > div { border-right-color: rgba(255, 255, 255, .25); }
.hero-full .hero-facts dt { color: rgba(255, 255, 255, .65); }
.hero-full .hero-facts dd { color: #fff; }
/* Meny over bildet til man scroller */
.nav-over .nav:not(.compact):not(.open) { background: transparent; box-shadow: none; color: #fff; }
.nav-over .nav:not(.compact):not(.open) .nav-links a { color: rgba(255, 255, 255, .82); }
.nav-over .nav:not(.compact):not(.open) .nav-links a:hover, .nav-over .nav:not(.compact):not(.open) .nav-links a.active { color: #fff; }
.nav-over .nav:not(.compact):not(.open) .logo-face { background: #fff; }
.nav-over .nav:not(.compact):not(.open) .nav-toggle { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45); }
.nav-over .nav:not(.compact):not(.open) .nav-toggle span { background: #fff; }
.nav.compact { background: rgba(255, 255, 255, .86); -webkit-backdrop-filter: blur(16px) saturate(1.4); backdrop-filter: blur(16px) saturate(1.4); box-shadow: 0 1px 0 var(--sand); }
@media (max-width: 900px) {
  .hero-full { min-height: 92svh; }
  .hero-full .hero-bg { object-position: 78% 50%; }
  .hero-full .hero-shade { background: linear-gradient(0deg, rgba(11, 13, 18, .9) 0%, rgba(11, 13, 18, .55) 55%, rgba(11, 13, 18, .15) 100%); }
  .hero-full .hero-facts > div { border-bottom-color: rgba(255, 255, 255, .2); }
}
@media (max-width: 1020px) { .nav-over .nav:not(.compact):not(.open) .nav-links a { color: var(--cocoa); } }
@media (max-width: 900px) {
  .hero-full { display: block; min-height: 0; padding: 0 0 48px; }
  .hero-full .hero-bg { position: relative; height: 56svh; min-height: 340px; object-position: 80% 60%; }
  .hero-full .hero-shade { inset: 0 0 auto 0; height: 56svh; min-height: 340px; background: linear-gradient(180deg, rgba(11, 13, 18, .55) 0%, rgba(11, 13, 18, 0) 30%, rgba(11, 13, 18, 0) 70%, rgba(11, 13, 18, 1) 100%); }
  .hero-full .wrap { margin-top: -40px; }
  .hero-full h1 { font-size: clamp(42px, 12vw, 64px); margin-bottom: 16px; }
}

/* Om oss: historien */
.about-h1 { margin-top: 28px; max-width: 14em; font-size: clamp(42px, 6vw, 88px); }
.story-body { max-width: 40em; }
.story-body p { font-size: clamp(18px, 1.35vw, 20px); line-height: 1.7; color: var(--cocoa); }
.story-body p + p { margin-top: 20px; }
.story-lede { font-size: clamp(21px, 1.8vw, 26px) !important; line-height: 1.45 !important; color: var(--cocoa-soft) !important; }
.story-pull { margin: 28px 0 36px !important; padding-left: 24px; border-left: 3px solid var(--apricot); font-family: var(--f-display); font-weight: 600; font-size: clamp(26px, 2.6vw, 38px) !important; line-height: 1.2 !important; letter-spacing: -0.02em; }
.story-body p.story-lede + .story-pull { margin-top: 12px !important; }
.story-strong { font-family: var(--f-display); font-weight: 600; font-size: clamp(21px, 1.8vw, 26px) !important; line-height: 1.35 !important; }
.story-body-wide { max-width: 44em; }
.story-goal { margin-top: 36px !important; padding: 28px 32px; border-radius: var(--r-lg); background: var(--cocoa); color: #fff !important; font-family: var(--f-display); font-weight: 600; font-size: clamp(22px, 2vw, 30px) !important; line-height: 1.3 !important; letter-spacing: -0.015em; }
.story-goal span { display: block; margin-bottom: 8px; font-family: var(--f-body); font-size: 15px; font-weight: 600; letter-spacing: 0; color: var(--apricot-soft); }
@media (min-width: 1100px) { .story .story-body { margin-left: calc(100% / 12 * 4); } }

/* Footer: logo i stedet for stor ordtekst */
.footer-logo { display: inline-flex; margin-bottom: clamp(36px, 4vw, 56px); font-size: 26px; color: #fff; text-decoration: none; }
.footer-logo .logo-face { width: 40px; height: 33px; background: #fff; }
.footer-logo .logo-face::before, .footer-logo .logo-face::after { top: 11px; width: 8px; height: 12px; }
.footer-logo .logo-face::before { left: 10px; }
.footer-logo .logo-face::after { right: 10px; }
/* Snarveier: tre kort etter at Økonomi ble fjernet */
.shortcuts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
/* Slik fungerer det: punkter i drift */
.drift-points { grid-template-columns: repeat(3, 1fr); margin-top: 0; }
.drift-points b { margin-top: 0; }
@media (max-width: 900px) { .drift-points { grid-template-columns: 1fr; } .shortcuts { grid-template-columns: 1fr; } }
.cat-hero h1 { font-size: clamp(42px, 5.6vw, 84px); }

/* Bruksområder: enkel versjon */
.places { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 32px); }
.place img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r-lg); }
.place h2 { font-size: clamp(24px, 2.2vw, 30px); margin-top: 20px; }
.place p { margin-top: 8px; color: var(--cocoa-soft); max-width: 28em; }
.places-more { margin-top: clamp(40px, 5vw, 64px); padding-top: 24px; border-top: 1px solid var(--sand); font-size: 18px; color: var(--cocoa-soft); }
.places-more b { color: var(--cocoa); font-weight: 600; }
@media (max-width: 900px) { .places { grid-template-columns: 1fr; } .place img { aspect-ratio: 4 / 3; } }

/* Undersider: tekst under overskriften, ikke ved siden av */
.cat-intro { display: block; max-width: 46em; }
.cat-intro .lede { margin-top: 18px; max-width: 38em; }

/* Bruksområder v4 */
.bruk-banner { width: 100%; aspect-ratio: 21 / 8; object-fit: cover; object-position: 50% 62%; border-radius: var(--r-lg); }
.criteria { margin-top: 0; grid-template-columns: repeat(3, 1fr); }
.criteria b { margin-top: 0; font-size: 22px; }
.examples { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ex { padding: 22px 24px; background: var(--white); border-radius: var(--r); box-shadow: 0 0 0 1px var(--sand); }
.ex h3 { font-size: 20px; }
.ex p { margin-top: 6px; font-size: 15.5px; color: var(--cocoa-soft); }
.bruk-end { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 32px; padding: clamp(32px, 5vw, 64px); border-radius: var(--r-lg); background: var(--cocoa); color: #fff; }
.bruk-end .lede { margin-top: 16px; color: rgba(255, 255, 255, .72); max-width: 30em; }
.bruk-end-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.bruk-end .btn-line { background: transparent; color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4); }
.bruk-end .btn-line:hover { box-shadow: inset 0 0 0 1px #fff; }
@media (max-width: 900px) {
  .criteria, .examples { grid-template-columns: 1fr; }
  .bruk-banner { aspect-ratio: 4 / 3; }
  .bruk-end-actions .btn { flex: 1 1 100%; }
}

/* Kommentarfelt i tilbudsskjemaet */
.f textarea { width: 100%; min-height: 110px; background: var(--cream); border: 1.5px solid transparent; border-radius: var(--r-sm); padding: 14px 16px; color: var(--cocoa); font-size: 16.5px; line-height: 1.5; resize: vertical; transition: border-color .25s, background-color .25s, box-shadow .25s; }
.f textarea:hover { background-color: var(--oat); }
.f textarea:focus { outline: none; background-color: var(--white); border-color: var(--apricot); box-shadow: 0 0 0 4px rgba(31, 94, 255, .15); }
.f textarea::placeholder { color: var(--cocoa-soft); opacity: .7; }
.f .opt { font-weight: 500; color: var(--cocoa-soft); opacity: .8; }
