/* Norway Moto Adventure – nettside (utkast). Farger og typografi hentet fra kampanjemateriellet. */
:root {
  --night: #0d1117;      /* bakgrunn */
  --slate: #151b23;      /* flater */
  --slate-2: #1c232d;
  --line: #2a323d;       /* linjer */
  --fog: #e9ecef;        /* tekst */
  --mist: #98a1ac;       /* dempet tekst */
  --orange: #e8651a;     /* aksent – fra logoen */
  --orange-deep: #c9500f;
  --orange-wash: rgba(232, 101, 26, .13);
  --display: 'Barlow Condensed', 'Arial Narrow', 'Liberation Sans Narrow', sans-serif;
  --body: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  --script: 'Caveat', 'Segoe Print', 'Bradley Hand', cursive;
  --gutter: clamp(16px, 4vw, 48px);
  --maxw: 1240px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
body { margin: 0; background: var(--night); color: var(--fog); font-family: var(--body); font-size: 17px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.display { font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; letter-spacing: .005em; line-height: .92; text-wrap: balance; margin: 0; }
.o { color: var(--orange); }
.eyebrow { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: 14px; color: var(--orange); }
.script { font-family: var(--script); font-size: 1.55em; line-height: 1.2; color: var(--fog); }
.muted { color: var(--mist); }

/* knapper */
.btn { display: inline-flex; align-items: center; gap: .5em; font-family: var(--display); font-weight: 700; font-style: italic; text-transform: uppercase; letter-spacing: .04em; font-size: 18px;
  padding: .62em 1.15em; border-radius: 2px; text-decoration: none; border: 2px solid var(--orange); background: var(--orange); color: #fff; transition: background .15s, border-color .15s; cursor: pointer; }
.btn:hover { background: var(--orange-deep); border-color: var(--orange-deep); }
.btn.ghost { background: transparent; color: var(--fog); border-color: #5b6470; }
.btn.ghost:hover { border-color: var(--fog); }

/* header */
.site-head { position: sticky; top: 0; z-index: 20; background: rgba(9, 12, 16, .94); backdrop-filter: blur(6px); border-bottom: 2px solid var(--orange); }
.site-head .wrap { display: flex; align-items: center; gap: 24px; min-height: 64px; }
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; flex: none; }
.brand img.mark { height: 38px; width: auto; }
.brand img.word { height: 25px; width: auto; }
.nav { display: flex; gap: 22px; margin-left: auto; font-weight: 500; font-size: 16px; }
.nav a { text-decoration: none; color: #c5ccd4; padding-block: 6px; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { color: #fff; border-bottom-color: var(--orange); }
.site-head .btn { font-size: 16px; padding: .5em 1em; }
.menu-btn { display: none; margin-left: auto; background: none; border: 1px solid var(--line); color: var(--fog); padding: 8px 12px; font: inherit; border-radius: 2px; }
@media (max-width: 900px) {
  .menu-btn { display: block; }
  .nav { display: none; position: absolute; top: 66px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--night); border-bottom: 2px solid var(--orange); padding: 8px var(--gutter) 16px; }
  .nav.open { display: flex; }
  .nav a { padding-block: 12px; border-bottom: 1px solid var(--line); }
  .site-head .btn { display: none; }
  .brand img.word { height: 19px; }
}

/* hero */
.hero { position: relative; min-height: min(640px, 82vh); display: flex; align-items: flex-end; background: #000 center / cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,13,.15) 0%, rgba(8,10,13,.35) 45%, rgba(13,17,23,.96) 100%), linear-gradient(90deg, rgba(8,10,13,.7), rgba(8,10,13,0) 60%); }
.hero .wrap { position: relative; padding-block: 56px 40px; width: 100%; }
.hero h1 { font-size: clamp(56px, 10vw, 132px); }
.hero .lede { max-width: 58ch; font-size: 19px; margin: 18px 0 26px; color: #dde2e7; }
.hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.facts { display: flex; flex-wrap: wrap; gap: 10px 34px; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.facts div { display: flex; flex-direction: column; }
.facts b { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 30px; line-height: 1; text-transform: uppercase; }
.facts span { color: var(--mist); font-size: 14px; }

/* seksjoner */
section.block { padding-block: clamp(56px, 8vw, 96px); }
section.block + section.block { border-top: 1px solid var(--line); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 30px; }
.sec-head h2 { font-size: clamp(40px, 6vw, 72px); }
.sec-head p { max-width: 52ch; margin: 10px 0 0; color: var(--mist); }

/* filter */
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { font: 600 15px var(--body); color: var(--fog); background: var(--slate); border: 1px solid var(--line); padding: 7px 14px; border-radius: 2px; cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--orange-wash); border-color: var(--orange); color: #fff; }

/* turkort */
.range { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 18px; }
.tour-card { display: flex; flex-direction: column; background: var(--slate); border: 1px solid var(--line); text-decoration: none; transition: border-color .15s, transform .15s; }
.tour-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.tour-card[hidden] { display: none; }
.tour-card .strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: #000; aspect-ratio: 16 / 9; overflow: hidden; }
.tour-card .strip img { width: 100%; height: 100%; object-fit: cover; }
.tour-card .body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.tour-card h3 { font-size: 32px; }
.meta { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--orange); font-size: 17px; }
.route { font-size: 14px; color: #c9d0d7; line-height: 1.45; }
.route .arr { color: var(--orange); }
.tiles > *, .range > *, .more > *, .t-grid > *, .t-head > *, .ways > *, .bikes > * { min-width: 0; }
h1, h2, h3, .tile .cap b { overflow-wrap: anywhere; }
.tour-card .foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 8px; }
.level { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--mist); }
.level b { font-family: var(--display); font-style: italic; font-size: 19px; color: var(--fog); border: 2px solid var(--orange); padding: 1px 7px; }
.pricebox { border: 2px solid var(--orange); padding: 5px 12px 6px; text-align: center; line-height: 1; transform: rotate(-1.2deg); background: rgba(0,0,0,.25); }
.pricebox small { display: block; font-size: 12px; color: #d9dee3; text-transform: uppercase; letter-spacing: .08em; }
.pricebox strong { display: block; white-space: nowrap; font-family: var(--display); font-style: italic; font-weight: 800; color: var(--orange); font-size: 30px; margin: 2px 0; font-variant-numeric: tabular-nums; }

/* slik fungerer det */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 0; border: 1px solid var(--line); }
.step { padding: 26px 24px 28px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step .n { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 64px; line-height: .8; color: var(--orange); }
.step h3 { font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 28px; margin: 12px 0 6px; line-height: 1; }
.step p { margin: 0; color: var(--mist); font-size: 16px; }
@media (max-width: 760px) { .step { border-right: 0; border-bottom: 1px solid var(--line); } .step:last-child { border-bottom: 0; } }

/* to måter */
.ways { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; align-items: stretch; }
.way { background: var(--slate); border: 1px solid var(--line); padding: 26px; }
.way h3 { font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 34px; margin: 0 0 8px; line-height: 1; }
.way ul { margin: 12px 0 0; padding-left: 1.1em; color: #cfd5db; }
.way.photo { padding: 0; border: 0; background: #000 center / cover; min-height: 280px; }
@media (max-width: 900px) { .ways { grid-template-columns: 1fr; } }

/* utvikling */
.building { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.building .item { border: 1px dashed #56606c; padding: 24px; }
.building .tag { display: inline-block; font: 700 12px var(--body); text-transform: uppercase; letter-spacing: .1em; color: var(--orange); border: 1px solid var(--orange); padding: 2px 8px; margin-bottom: 10px; }
.building h3 { font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 30px; margin: 0 0 6px; line-height: 1; }
.building p { margin: 0; color: var(--mist); }
@media (max-width: 760px) { .building { grid-template-columns: 1fr; } }

/* sykler */
.bikes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bike { background: var(--slate); border: 1px solid var(--line); }
.bike .ph { aspect-ratio: 4 / 3; background: var(--slate-2) center / cover; display: flex; align-items: flex-end; padding: 14px; }
.bike .ph span { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 56px; color: rgba(255,255,255,.08); text-transform: uppercase; line-height: 1; }
.bike .body { padding: 18px 20px 22px; }
.bike h3 { font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 30px; margin: 0 0 4px; line-height: 1; }
.bike p { margin: 0; color: var(--mist); font-size: 16px; }
@media (max-width: 900px) { .bikes { grid-template-columns: 1fr; } }

/* sitat */
.quote { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; }
.quote .qm { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 160px; line-height: .6; color: var(--orange); }
.quote blockquote { margin: 0; font-family: var(--script); font-size: clamp(30px, 4vw, 46px); line-height: 1.2; max-width: 30ch; }
.quote cite { display: block; margin-top: 12px; font: 500 15px var(--body); color: var(--mist); font-style: normal; }

/* FAQ */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; }
.faq details { border-top: 1px solid var(--line); padding-block: 16px; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::after { content: '+'; color: var(--orange); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: '–'; }
.faq p { margin: 10px 0 0; color: var(--mist); max-width: 60ch; }
@media (max-width: 760px) { .faq { grid-template-columns: 1fr; } }

/* CTA-bånd */
.cta-band { background: #000 center / cover; position: relative; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,13,.92), rgba(8,10,13,.35)); }
.cta-band .wrap { position: relative; padding-block: 72px; }
.cta-band h2 { font-size: clamp(44px, 7vw, 88px); }
.cta-band p { max-width: 50ch; color: #dde2e7; margin: 14px 0 24px; }

/* footer */
.site-foot { background: #080b0f; border-top: 2px solid var(--orange); padding-block: 44px 28px; font-size: 15px; color: var(--mist); }
.site-foot .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
.site-foot h4 { font-family: var(--display); font-style: italic; text-transform: uppercase; color: var(--fog); font-size: 20px; margin: 0 0 8px; }
.site-foot a { color: var(--fog); }
.site-foot .tagline { font-family: var(--display); font-style: italic; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; font-size: 14px; color: var(--fog); margin-top: 10px; }
.site-foot .legal { margin-top: 32px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
@media (max-width: 760px) { .site-foot .cols { grid-template-columns: 1fr; } }

/* ============ TURSIDE ============ */
.t-head { padding-block: 44px 26px; display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: start; }
.t-head h1 { font-size: clamp(54px, 8.5vw, 116px); }
.t-head .meta { font-size: clamp(20px, 2.4vw, 28px); margin-top: 12px; }
.t-head .route { font-size: 18px; margin-top: 8px; }
.t-head .script { margin-top: 10px; font-size: clamp(26px, 3vw, 36px); }
.t-side { display: flex; flex-direction: column; gap: 12px; align-items: stretch; min-width: 230px; }
.t-side .pricebox { padding: 10px 18px 12px; }
.t-side .pricebox strong { font-size: 52px; }
.t-side .pricebox small { font-size: 14px; }
@media (max-width: 820px) { .t-head { grid-template-columns: 1fr; } .t-side { min-width: 0; } }
.tiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 3px; background: #000; }
.tile { margin: 0; background: #0a0d11; display: flex; flex-direction: column; }
.tile img { aspect-ratio: 9 / 16; width: 100%; object-fit: cover; }
.tile .cap { padding: 10px 12px 12px; border-top: 2px solid var(--orange); }
.tile .cap b { display: block; font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 18px; line-height: 1.05; }
.tile .cap span { font-size: 13px; color: var(--mist); text-transform: uppercase; letter-spacing: .03em; }
@media (max-width: 900px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
.t-grid { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 18px; margin-top: 18px; }
.t-grid .map { background: var(--slate); border: 1px solid var(--line); }
.t-grid .map img { width: 100%; height: 100%; object-fit: cover; }
.panel { background: var(--slate); border: 1px solid var(--line); padding: 22px 24px; }
.panel h2 { font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 30px; color: var(--orange); margin: 0 0 10px; line-height: 1; }
.hl { list-style: none; margin: 0; padding: 0; }
.hl li { display: flex; gap: 10px; padding: 8px 0; border-bottom: 1px dashed #333c47; font-size: 16px; }
.hl li::before { content: ''; flex: none; width: 8px; height: 8px; margin-top: .55em; background: var(--orange); transform: rotate(45deg); }
.opt { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; }
.opt + .opt { border-top: 1px solid var(--orange); }
.opt .hex { flex: none; width: 54px; height: 60px; display: grid; place-items: center; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); background: var(--orange); }
.opt .hex svg { width: 26px; height: 26px; stroke: #fff; }
.opt h3 { font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 24px; margin: 0; line-height: 1; }
.opt p { margin: 3px 0 0; color: #cfd5db; font-size: 16px; }
.diff { display: flex; gap: 14px; align-items: center; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.diff .lv { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 34px; border: 2px solid var(--orange); padding: 2px 10px; line-height: 1; }
.diff b { display: block; font-family: var(--display); text-transform: uppercase; font-size: 20px; font-style: italic; }
.diff span { color: var(--mist); font-size: 15px; }
@media (max-width: 980px) { .t-grid { grid-template-columns: 1fr 1fr; } .t-grid .map { grid-column: 1 / -1; } }
@media (max-width: 640px) { .t-grid { grid-template-columns: 1fr; } }
.wide { margin-top: 18px; aspect-ratio: 42 / 10; background: #000 center 60% / cover; border: 1px solid var(--line); }
.inc { margin-top: 18px; display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; }
.inc h2 { font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 30px; color: var(--orange); margin: 0; }
.inc ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); }
.inc li { text-align: center; font-size: 14px; color: #cfd5db; padding: 4px 8px; border-left: 1px dashed #3b4450; line-height: 1.25; }
.inc li:first-child { border-left: 0; }
.inc svg { width: 34px; height: 34px; stroke: var(--fog); margin: 0 auto 6px; display: block; }
@media (max-width: 900px) { .inc { grid-template-columns: 1fr; } .inc ul { grid-template-columns: repeat(4, 1fr); row-gap: 14px; } }
.signoff { text-align: center; font-family: var(--display); font-style: italic; font-weight: 700; text-transform: uppercase; letter-spacing: .35em; font-size: clamp(14px, 1.8vw, 20px); padding-block: 36px 0; color: var(--fog); }
.more { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .more { grid-template-columns: 1fr; } }
.crumb { font-size: 14px; color: var(--mist); padding-top: 22px; }
.crumb a { color: var(--mist); }

/* bygg turen (kommer) */
.soon { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; padding-block: 60px; }
.soon ol { margin: 18px 0 0; padding-left: 1.2em; color: #cfd5db; }
.soon ol li { padding: 4px 0; }
@media (max-width: 820px) { .soon { grid-template-columns: 1fr; } }
.draft-note { background: var(--orange-wash); border: 1px solid var(--orange); padding: 14px 18px; font-size: 15px; margin-top: 20px; }

/* ============ BYGG TUREN (konfigurator) ============ */
.b-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px 40px; flex-wrap: wrap; padding-block: 36px 22px; }
.b-top h1 { font-size: clamp(48px, 7vw, 92px); }
.b-intro { max-width: 52ch; margin: 0; }
.b-grid { display: grid; grid-template-columns: 200px minmax(0, 1fr) 300px; gap: 28px; align-items: start; padding-bottom: 70px; }
.b-steps { position: sticky; top: 86px; }
.b-steps ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.b-steps li > * { display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px 4px; font: 500 15px var(--body); color: #6f7883; background: none; border: 0; text-align: left; }
.b-steps li button { cursor: pointer; color: var(--fog); }
.b-steps li button:hover { color: #fff; }
.b-steps li b { flex: none; width: 26px; height: 26px; border-radius: 50%; border: 2px solid #3d4550; display: grid; place-items: center; font-size: 13px; }
.b-steps li.done b { background: #262d37; border-color: #262d37; color: var(--orange); }
.b-steps li.on > * { color: #fff; font-weight: 600; }
.b-steps li.on b { background: var(--orange); border-color: var(--orange); color: #fff; }
.b-progress { display: none; height: 4px; background: var(--line); margin-top: 8px; }
.b-progress span { display: block; height: 100%; background: var(--orange); transition: width .25s; }
.b-main { min-width: 0; scroll-margin-top: 90px; }
.b-head h2 { font-size: clamp(38px, 5vw, 60px); margin-top: 4px; }
.b-head p { margin: 8px 0 0; max-width: 60ch; }
.b-head h2:focus { outline: none; }
.b-q { font: 600 18px var(--body); margin: 26px 0 10px; }
.b-q .muted { font-weight: 400; font-size: 14px; }
.b-row2, .b-row3, .b-row4 { display: grid; gap: 10px; }
.b-row2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.b-row3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.b-row4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.b-opt { display: flex; align-items: flex-start; gap: 10px; text-align: left; font: inherit; color: var(--fog); background: var(--slate); border: 1.5px solid var(--line); padding: 12px 14px; cursor: pointer; border-radius: 2px; transition: border-color .15s, background .15s; }
.b-opt:hover { border-color: #56606c; }
.b-opt.on { border-color: var(--orange); background: #1f1813; }
.b-opt b { display: block; font-weight: 600; font-size: 16px; }
.b-opt small { display: block; color: var(--mist); font-size: 14px; line-height: 1.35; margin-top: 2px; }
.b-radio { flex: none; width: 16px; height: 16px; border-radius: 50%; border: 2px solid #5b6470; margin-top: 3px; }
.b-opt.on .b-radio { border: 5px solid var(--orange); }
.b-box { flex: none; width: 18px; height: 18px; border: 2px solid #5b6470; display: grid; place-items: center; font-size: 12px; margin-top: 2px; }
.b-check.on .b-box { background: var(--orange); border-color: var(--orange); color: #fff; }
.b-from { margin-left: auto; font-family: var(--display); font-style: italic; font-weight: 700; font-size: 18px; color: var(--orange); white-space: nowrap; padding-left: 8px; }
.b-profile { margin-top: 24px; border: 1.5px solid var(--orange); background: #1f1813; padding: 16px 18px; display: flex; flex-direction: column; gap: 2px; }
.b-profile b { font-size: 34px; color: var(--orange); }
.b-tours { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 10px; }
.b-tour { display: grid; grid-template-columns: 70px 1fr; text-align: left; font: inherit; color: var(--fog); background: var(--slate); border: 1.5px solid var(--line); padding: 0; cursor: pointer; overflow: hidden; }
.b-tour.on { border-color: var(--orange); background: #1f1813; }
.b-tour img { width: 70px; height: 100%; min-height: 110px; object-fit: cover; }
.b-tour-body { padding: 10px 12px; display: flex; flex-direction: column; gap: 3px; align-items: flex-start; }
.b-tour-body b { font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 20px; line-height: 1; }
.b-tour-body small { color: var(--mist); font-size: 13px; }
.b-tour .b-from { margin-left: 0; padding-left: 0; font-size: 16px; }
.b-badge { display: inline-block; font: 600 12px var(--body); padding: 1px 7px; border: 1px solid; }
.b-badge.ok { color: #9fd8ad; border-color: rgba(120, 190, 140, .55); }
.b-badge.mid { color: #f0c27a; border-color: rgba(240, 194, 122, .55); }
.b-badge.no { color: #f09a8a; border-color: rgba(240, 154, 138, .55); }
.b-warn { margin: 14px 0 0; padding: 10px 14px; border-left: 3px solid #f0c27a; background: rgba(240, 194, 122, .08); font-size: 15px; }
.b-note { margin: 14px 0 0; color: var(--mist); font-size: 14px; }
.b-days { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.b-days b { font-family: var(--display); font-style: italic; font-size: 30px; min-width: 3.6em; text-align: center; }
.b-step { width: 38px; height: 38px; font: 600 20px var(--body); color: var(--fog); background: var(--slate); border: 1.5px solid var(--line); cursor: pointer; }
.b-step:disabled { opacity: .35; cursor: default; }
.b-stages { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.b-stages li { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.b-stages .d { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 18px; background: var(--orange); color: #fff; text-align: center; padding: 2px 0; }
.b-stages small { display: block; color: var(--mist); font-size: 13px; }
.b-bike { display: flex; flex-direction: column; text-align: left; font: inherit; color: var(--fog); background: var(--slate); border: 1.5px solid var(--line); padding: 0; cursor: pointer; overflow: hidden; }
.b-bike.on { border-color: var(--orange); background: #1f1813; }
.b-bike img, .b-bike-ph { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.b-bike-ph { display: flex; align-items: flex-end; padding: 12px; background: var(--slate-2); font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 44px; color: rgba(255,255,255,.1); }
.b-bike-body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 5px; align-items: flex-start; font-size: 14px; }
.b-bike-body b { font-family: var(--display); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 22px; line-height: 1; }
.b-bike-body small { color: var(--mist); }
.b-bike .b-from { margin-left: 0; padding-left: 0; }
.b-inc { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.b-inc li { border: 1px solid var(--line); padding: 6px 12px; font-size: 14px; color: #cfd5db; }
.b-cal { margin-top: 18px; background: var(--slate); border: 1px solid var(--line); padding: 16px; max-width: 520px; }
.b-cal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.b-cal-head b { font-family: var(--display); font-style: italic; text-transform: uppercase; font-size: 24px; }
.b-cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; }
.b-dow { text-align: center; font-size: 12px; color: var(--mist); padding-bottom: 4px; }
.b-day { font: 500 15px var(--body); text-align: center; padding: 9px 0; border: 1px solid transparent; color: var(--fog); background: none; }
button.b-day { cursor: pointer; }
.b-day.ok { background: #1c2a21; }
.b-day.few { background: #2e2819; }
.b-day.full { background: #2d1c1c; color: #7c6464; text-decoration: line-through; }
.b-day.closed { color: #454c56; }
.b-day.on { background: var(--orange); color: #fff; font-weight: 700; }
button.b-day:hover { border-color: var(--orange); }
.b-legend { display: flex; gap: 16px; margin-top: 12px; font-size: 13px; color: var(--mist); }
.b-legend span::before { content: ''; display: inline-block; width: 11px; height: 11px; margin-right: 6px; vertical-align: -1px; }
.b-legend .ok::before { background: #1c2a21; } .b-legend .few::before { background: #2e2819; } .b-legend .full::before { background: #2d1c1c; }
.b-picked { margin-top: 14px; padding: 12px 16px; border: 1.5px solid var(--orange); background: #1f1813; display: flex; flex-direction: column; gap: 2px; max-width: 520px; }
.b-save { color: #9fd8ad; font-weight: 600; font-size: 15px; }
.b-plan { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 18px; margin-top: 18px; }
.b-plan-side img { border: 1px solid var(--line); }
.b-plan-side p { font-size: 14px; color: #cfd5db; margin: 10px 0 0; }
.b-form { display: grid; grid-template-columns: 1fr 1fr 110px; gap: 10px; }
.b-form label { display: flex; flex-direction: column; gap: 4px; font-size: 14px; color: var(--mist); }
.b-form input { font: 16px var(--body); color: var(--fog); background: var(--slate); border: 1.5px solid var(--line); padding: 10px 12px; border-radius: 2px; }
.b-form input:focus { border-color: var(--orange); outline: none; }
.b-deposit { margin-top: 18px; padding: 14px 18px; border: 1px dashed #56606c; }
.b-deposit b { display: block; font-size: 17px; }
.b-deposit span { font-size: 14px; }
.b-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.b-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--line); }
.b-nav .btn:disabled, .b-bar .btn:disabled { opacity: .4; cursor: not-allowed; }
.b-hint { margin: 8px 0 0; text-align: right; font-size: 14px; color: var(--mist); }
.b-side { position: sticky; top: 86px; }
.b-card { background: var(--slate); border: 1px solid var(--line); padding: 16px 18px; }
.b-side-h { font-size: 30px; margin-bottom: 10px; }
.b-card img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; margin-bottom: 10px; }
.b-side-meta { font-weight: 600; margin-bottom: 8px; line-height: 1.35; }
.b-side-meta .muted { font-weight: 400; font-size: 14px; }
.b-line { display: flex; justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px dashed #333c47; font-size: 14px; }
.b-line span:last-child { white-space: nowrap; font-variant-numeric: tabular-nums; }
.b-total { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 12px; }
.b-total strong { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 32px; color: var(--orange); white-space: nowrap; }
.b-small { font-size: 13px; margin-top: 2px; }
.b-bar { display: none; }
@media (max-width: 1100px) {
  .b-grid { grid-template-columns: minmax(0, 1fr) 290px; }
  .b-steps { grid-column: 1 / -1; position: static; }
  .b-steps ol { flex-direction: row; flex-wrap: wrap; gap: 4px 14px; }
  .b-steps li > * { padding: 4px 0; font-size: 14px; }
}
@media (max-width: 820px) {
  .b-grid { grid-template-columns: minmax(0, 1fr); }
  .b-steps ol { display: none; }
  .b-progress { display: block; }
  .b-side { position: static; }
  .b-row3, .b-row4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b-plan { grid-template-columns: 1fr; }
  .b-form { grid-template-columns: 1fr; }
  .b-bar:not(:empty) { display: flex; position: sticky; bottom: 0; z-index: 15; justify-content: space-between; align-items: center; gap: 12px; padding: 10px var(--gutter); background: rgba(9, 12, 16, .96); border-top: 2px solid var(--orange); }
  .b-bar small { display: block; font-size: 12px; color: var(--mist); }
  .b-bar b { font-family: var(--display); font-style: italic; font-size: 24px; color: var(--orange); }
}
@media (max-width: 480px) { .b-row2, .b-row3, .b-row4 { grid-template-columns: 1fr; } }
/* ---- Bygg turen v2 (etter idéskissen) ---- */
.b-steps-h { font-size: 24px; margin-bottom: 12px; }
.b-steps-note { margin: 16px 0 0; font-size: 13px; color: #6f7883; line-height: 1.45; }
.b-mt { margin-top: 16px; }
.b-q-s { font-size: 15px; margin: 0 0 8px; color: var(--mist); font-weight: 600; }
.b-riders { display: flex; align-items: center; gap: 10px; }
.b-riders b { font-family: var(--display); font-style: italic; font-size: 24px; min-width: 4.2em; text-align: center; }
.b-select, .b-form select, .b-form textarea { width: 100%; font: 16px var(--body); color: var(--fog); background: var(--slate); border: 1.5px solid var(--line); padding: 10px 12px; border-radius: 2px; }
.b-select:focus, .b-form textarea:focus, .b-form select:focus { border-color: var(--orange); outline: none; }
.b-profile { flex-direction: row; align-items: center; gap: 16px; }
.b-profile > div:last-child { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.b-profile b { font-size: clamp(24px, 3vw, 30px); }
.b-profile-ico { flex: none; width: 64px; }
.b-link { font: inherit; color: var(--fog); background: none; border: 0; padding: 0; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 3px; cursor: pointer; }
.b-link:hover { color: var(--orange); }
.b-bike-svg { width: 100%; height: auto; display: block; }
.b-bike-svg circle { fill: none; stroke: #dfe3e7; stroke-width: 4; }
.b-bike-svg .f { fill: #dfe3e7; } .b-bike-svg .o { fill: var(--orange); }
.b-route { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 14px; align-items: center; margin-top: 18px; background: var(--slate); border: 1.5px solid var(--orange); padding: 0 14px 0 0; overflow: hidden; }
.b-route img { width: 96px; height: 78px; object-fit: cover; }
.b-route b { display: block; font-size: 26px; }
.b-route small { font-size: 14px; }
.btn.b-sm { font-size: 15px; padding: .45em .9em; }
.b-2col { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 22px; align-items: start; }
.b-2col-side { padding-top: 26px; }
.b-map { width: 100%; border: 1px solid var(--line); }
.b-tip { margin: 12px 0 0; background: var(--orange-wash); border-left: 3px solid var(--orange); padding: 10px 12px; font-size: 14px; color: #e3e6ea; }
.b-range { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; margin: 16px 0 8px; border-radius: 3px; background: linear-gradient(to right, var(--orange) var(--p, 30%), #2a3039 var(--p, 30%)); cursor: pointer; }
.b-range::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 4px solid var(--orange); }
.b-range::-moz-range-thumb { width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid var(--orange); }
.b-range-lab { display: flex; justify-content: space-between; gap: 8px; font-size: 13px; color: var(--mist); }
.b-range-lab b { color: #fff; font-weight: 600; text-align: center; }
.b-bike-ph { position: relative; display: flex; align-items: center; justify-content: center; padding: 18px 24px; }
.b-bike-ph .b-bike-svg { max-width: 170px; opacity: .85; }
.b-bike-ph em { position: absolute; right: 10px; bottom: 8px; font: 500 12px var(--body); color: var(--mist); text-transform: none; }
.b-bike-top { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; width: 100%; }
.builder .wrap { max-width: 1440px; }
@media (min-width: 1101px) { .b-grid { grid-template-columns: 180px minmax(0, 1fr) 290px; gap: 26px; } }
.b-total > span { font-size: 15px; }
.b-2col-side .b-map { margin-top: 0; }
.b-bike-top .b-from { font-size: 17px; }
.b-tag { display: inline-block; font: 600 12px var(--body); padding: 2px 8px; border: 1px solid var(--line); background: var(--slate-2); color: #c9ced5; }
.b-tag.o { background: rgba(232, 101, 26, .16); color: #ffb488; border-color: rgba(232, 101, 26, .5); }
.b-why { font-size: 14px; color: #dfe3e7; }
.b-pseudo { margin-top: 4px; font-family: var(--display); font-style: italic; font-weight: 700; text-transform: uppercase; font-size: 15px; padding: 4px 12px; border: 1.5px solid #5b6470; }
.b-pseudo.on { background: var(--orange); border-color: var(--orange); color: #fff; }
.b-stay { display: flex; flex-direction: column; text-align: left; font: inherit; color: var(--fog); background: var(--slate); border: 1.5px solid var(--line); padding: 0; cursor: pointer; overflow: hidden; }
.b-stay.on { border-color: var(--orange); background: #1f1813; }
.b-stay img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.b-stay-body { padding: 10px 12px 12px; display: flex; flex-direction: column; gap: 3px; font-size: 14px; }
.b-stay-body b { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 16px; }
.b-stay.on .b-radio { border: 5px solid var(--orange); }
.b-stay-body small { color: var(--mist); font-size: 14px; }
.b-nights { border-top: 1px solid var(--line); font-size: 15px; }
.b-nights > div { display: grid; grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr); gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.b-safety > div { background: var(--slate); border: 1px solid var(--line); padding: 12px; display: flex; flex-direction: column; gap: 3px; font-size: 14px; }
.b-safety svg { width: 26px; height: 26px; fill: none; stroke: var(--orange); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 4px; }
.b-safety small { color: var(--mist); font-size: 13px; line-height: 1.35; }
.b-cal { margin-top: 0; max-width: none; }
.b-day.in { box-shadow: inset 0 0 0 2px var(--orange); }
.b-picked { margin-top: 0; max-width: none; }
.b-roads { list-style: none; margin: 0; padding: 0; font-size: 14px; }
.b-roads li { padding: 5px 0; border-bottom: 1px solid var(--line); }
.b-roads li.ok { color: #9fd8ad; } .b-roads li.no { color: #f0c27a; }
.b-2col-side .b-q-s { margin-top: 16px; }
.b-setup { margin-top: 10px; background: var(--slate); border: 1px solid var(--line); padding: 10px 12px; font-size: 14px; }
.b-deposit { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 18px; align-items: center; border: 1.5px solid var(--orange); background: #1f1813; }
.b-deposit span { display: block; }
.b-dep-sum { text-align: right; }
.b-dep-sum strong { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 30px; color: var(--orange); white-space: nowrap; }
.b-dep-note { grid-column: 1 / -1; margin: 4px 0 0; font-size: 14px; color: #e3e6ea; border-top: 1px dashed #56606c; padding-top: 8px; }
.b-form { grid-template-columns: 1fr 1fr; }
.b-form .b-wide { grid-column: 1 / -1; }
.b-form textarea { resize: vertical; }
.b-line.new { background: var(--orange-wash); margin: 0 -8px; padding-inline: 8px; }
.b-group { border-bottom: 0; margin-top: 8px; font-weight: 600; }
.b-side-cta { width: 100%; justify-content: center; margin-top: 16px; }
.b-center { text-align: center; margin: 8px 0 0; }
.nw { white-space: nowrap; }
@media (max-width: 1100px) { .b-steps-h, .b-steps-note { display: none; } }
@media (max-width: 960px) { .b-2col { grid-template-columns: 1fr; } .b-2col-side { padding-top: 0; } .b-2col-side .b-map { max-width: 420px; } }
@media (max-width: 820px) { .b-side-cta, .b-side .b-center { display: none; } .b-form { grid-template-columns: 1fr; } .b-nights > div { grid-template-columns: 80px minmax(0, 1fr); } .b-nights > div > span:last-child { grid-column: 2; } }
@media (max-width: 560px) { .b-stages li { grid-template-columns: 40px minmax(0, 1fr); gap: 2px 12px; } .b-stages li > span:last-child { grid-column: 2; font-size: 14px; } .b-stages .d { grid-row: span 2; align-self: start; } .b-route { grid-template-columns: 72px minmax(0, 1fr); padding: 0; } .b-route img { width: 72px; height: 100%; min-height: 72px; } .b-route .btn { grid-column: 1 / -1; margin: 0 12px 12px; justify-content: center; } .b-deposit { grid-template-columns: 1fr; } .b-dep-sum { text-align: left; } }
@media print { .b-tip, .b-link { color: #000; } .b-deposit { background: #fff; } .b-side-cta, .b-center, .b-steps-note { display: none !important; } }
@media print {
  .site-head, .site-foot, .b-steps, .b-nav, .b-bar, .b-actions, .b-form, .b-top .b-intro { display: none !important; }
  body { background: #fff; color: #000; }
  .b-grid { grid-template-columns: 1fr 260px; }
  .b-card, .b-deposit { background: #fff; border-color: #999; color: #000; }
}
