@font-face{font-family:'MuseoSansCyrl-300';src:url(fonts/MuseoSansCyrl-300.woff2) format('woff2'),url(fonts/MuseoSansCyrl-300.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'MuseoSansCyrl-500';src:url(fonts/MuseoSansCyrl-500.woff2) format('woff2'),url(fonts/MuseoSansCyrl-500.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'MuseoSansCyrl-700';src:url(fonts/MuseoSansCyrl-700.woff2) format('woff2'),url(fonts/MuseoSansCyrl-700.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'BrandonGrotesque-Black';src:url(fonts/BrandonGrotesque-Black.woff2) format('woff2'),url(fonts/BrandonGrotesque-Black.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}
:root {
  --black: #000;
  --panel: #151515;
  --panel-2: #1e1e1e;
  --red: #ED1C24;
  --red-dark: #c8131a;
  --white: #fff;
  --muted: #9b9b9b;
  --line: rgba(255,255,255,.16);
  --sans: "MuseoSansCyrl-300", "Helvetica Neue", Arial, sans-serif;
  --bold: "MuseoSansCyrl-700", "Helvetica Neue", Arial, sans-serif;
  --display: "BrandonGrotesque-Black", "Arial Black", Arial, sans-serif;
  --wrap: 1140px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--black); color: var(--white);
  font-family: var(--sans); font-size: 16px; line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
h1, h2, h3, h4 { font-family: var(--bold); font-weight: 400; margin: 0 0 .5em; line-height: 1.15; }
h1 { font-size: clamp(40px, 5.5vw, 60px); }
h2 { font-size: clamp(34px, 4.2vw, 55px); }
h4 { font-size: 19px; }
h6 { font-family: var(--display); font-weight: 800; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin: 0 0 8px; }
p { margin: 0 0 1em; }
.sub { font-style: italic; font-size: 18px; color: #fff; text-align: center; max-width: 720px; margin: 0 auto 40px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 820px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 64px; }
@media (max-width: 820px) { .two-col { grid-template-columns: 1fr; } }
hr { border: 0; border-top: 1px solid var(--line); width: 48px; margin: 24px 0; }
section { padding: 96px 0; }

/* knappar */
.btn {
  display: inline-block; background: var(--red); color: #fff;
  font-family: var(--display); font-size: 17px; letter-spacing: 0; text-transform: uppercase; line-height: 1;
  min-width: 180px; padding: 17px 30px; border: 0; cursor: pointer; text-align: center;
  transition: background-color 200ms var(--ease), transform 200ms var(--ease);
}
.btn:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-sm { min-width: 0; padding: 11px 22px; font-size: 13px; }

/* logo */
.logo { display: inline-flex; flex-direction: column; align-items: center; gap: 6px; color: #fff; }
.logo-mark { width: 84px; height: 84px; }
.logo .logo-full { width: 120px; height: auto; }
.logo-md .logo-full { width: 100px; }
.logo-text { display: flex; flex-direction: column; align-items: center; line-height: 1.05; }
.logo-text strong { font-family: var(--display); font-weight: 800; letter-spacing: .14em; font-size: 15px; }
.logo-text small { font-family: var(--display); font-weight: 700; letter-spacing: .22em; font-size: 8px; color: #d8d8d8; }
.logo-md .logo-mark { width: 72px; height: 72px; }

/* topbar och meny */
.topbar { position: relative; z-index: 5; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; padding: 28px 40px; }
.topbar .logo { justify-self: start; }
.topbar .menu-btn { justify-self: end; }
.topbar-home { grid-template-columns: 1fr; }
.topbar-right { grid-template-columns: 1fr; }
.crumbs { justify-self: center; margin-top: 30px; font-family: var(--display); font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.crumbs a { color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }
.crumbs i { font-style: normal; margin: 0 10px; color: var(--muted); }
.menu-btn {
  display: inline-flex; align-items: stretch; background: rgba(0,0,0,.5); border: 0; color: #fff; cursor: pointer; padding: 0;
  font-family: var(--sans); font-size: 16px; text-transform: uppercase;
}
.menu-btn-label { padding: 25px 35px; width: 120px; text-align: center; }
.menu-btn-icon { width: 70px; height: 70px; background: #000; display: grid; place-items: center; }
.menu-btn-icon svg { width: 70px; height: 70px; }
.menu-btn-icon path { fill: none; stroke: #fff; stroke-width: 40px; stroke-linecap: round; transition: stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25), stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25); }
.menu-btn-icon .top, .menu-btn-icon .bottom { stroke-dasharray: 240px 950px; }
.menu-btn-icon .middle { stroke-dasharray: 240px 240px; }
.menu-btn:hover .menu-btn-icon svg { animation: rubber 1s both; }
@keyframes rubber { 0%{transform:scaleX(1)} 30%{transform:scale3d(1.25,.75,1)} 40%{transform:scale3d(.75,1.25,1)} 50%{transform:scale3d(1.15,.85,1)} 65%{transform:scale3d(.95,1.05,1)} 75%{transform:scale3d(1.05,.95,1)} 100%{transform:scaleX(1)} }
.menu {
  position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.96);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 40px;
  animation: menu-in 320ms var(--ease);
}
@keyframes menu-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: none; } }
.menu[hidden] { display: none; }
.menu ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.menu li a { display: block; font-family: var(--bold); font-size: clamp(26px, 3vw, 34px); line-height: 1.5; color: #fff; transition: color 180ms; }
.menu li a:hover { color: var(--red); }
.menu-close { position: absolute; top: 28px; right: 40px; background: #000; border: 0; color: #fff; width: 70px; height: 70px; display: grid; place-items: center; cursor: pointer; }
.menu-close svg { width: 70px; height: 70px; }
.menu-close path { fill: none; stroke: #fff; stroke-width: 40px; stroke-linecap: round; }
.menu-close .top, .menu-close .bottom { stroke-dasharray: 240px 950px; stroke-dashoffset: -650px; }
.menu-close .middle { stroke-dasharray: 1px 220px; stroke-dashoffset: -115px; }
.menu-foot { display: flex; align-items: center; gap: 24px; font-family: var(--display); font-size: 17px; }
body.menu-open { overflow: hidden; }

/* hero, startsida */
.home-hero {
  position: relative; min-height: 700px; display: grid; grid-template-rows: auto 1fr;
  background: var(--bg) center / cover no-repeat #000; margin-bottom: 0;
}
.home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.3) 60%, #000 100%); }
.home-hero > * { position: relative; }
.home-hero-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 48px; padding: 20px 24px 60px; }
.hero-logo { display: flex; flex-direction: column; align-items: center; gap: 14px; animation: rise 900ms var(--ease) both; }
.hero-logo .logo-full { width: min(450px, 80vw); height: auto; filter: drop-shadow(0 8px 30px rgba(0,0,0,.6)); }
.hero-logo-text { display: flex; flex-direction: column; align-items: center; line-height: 1.1; text-shadow: 0 2px 20px rgba(0,0,0,.7); }
.hero-logo-text strong { font-family: var(--display); font-weight: 800; font-size: clamp(40px, 6vw, 70px); letter-spacing: .16em; }
.hero-logo-text small { font-family: var(--display); font-weight: 700; font-size: clamp(14px, 2vw, 24px); letter-spacing: .32em; color: #e6e6e6; }
.home-hero .btn { animation: rise 900ms 200ms var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

/* hero, undersidor */
.page-hero { position: relative; min-height: 470px; background: var(--bg) center 30% / cover no-repeat #000; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.55) 70%, #000 100%); }
.page-hero > * { position: relative; }
.page-hero-inner { text-align: center; padding: 20px 24px 90px; max-width: 760px; margin: 0 auto; }
.page-hero h1 { margin-bottom: 20px; }
.hero-sub { font-style: italic; font-size: 19px; color: #e6e6e6; margin: 0 0 28px; }

/* välkommen */
.welcome { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; padding: 0; }
.welcome-img img { width: 100%; height: 100%; object-fit: cover; min-height: 520px; }
.welcome-text { background: var(--black); padding: 90px 64px 90px 64px; }
.welcome-text .lead { font-style: italic; color: #fff; font-size: 18px; line-height: 1.8; }
.welcome-text h4 { margin-top: 8px; }
.welcome-text .btn { margin-top: 20px; }
@media (max-width: 900px) { .welcome { grid-template-columns: 1fr; } .welcome-text { padding: 56px 24px; } }

/* tjänstekort */
.services { text-align: center; }
.s-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
@media (max-width: 1000px) { .s-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .s-grid { grid-template-columns: 1fr; } }
.s-card {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px;
  aspect-ratio: 240 / 320; margin-top: 36px; padding: 36px 16px 24px;
  background: var(--img) center / cover no-repeat #222; color: #fff; overflow: visible;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.55);
  transition: box-shadow 300ms var(--ease), transform 300ms var(--ease);
}
.s-card:hover { box-shadow: inset 0 0 0 1000px rgba(0,0,0,.35); transform: translateY(-4px); }
.s-icon {
  position: absolute; top: -36px; left: 50%; transform: translateX(-50%);
  width: 72px; height: 72px; border-radius: 50%; background: #fff; display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.4);
}
.s-icon img, .s-icon svg { width: 34px; height: 34px; object-fit: contain; }
.s-title { font-family: var(--display); font-size: 26px; line-height: 1.2; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.6); }

/* karusell */
.carousel { position: relative; padding: 0 56px; }
.car-viewport { overflow: hidden; }
.car-track { display: flex; gap: 26px; transition: transform 500ms var(--ease); will-change: transform; }
.car-track > * { flex: 0 0 calc((100% - 26px * (var(--per) - 1)) / var(--per)); }
.car-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  background: none; border: 0; color: #777; font-size: 54px; line-height: 1; cursor: pointer; padding: 0 10px;
  transition: color 180ms;
}
.car-arrow:hover { color: #fff; }
.car-prev { left: 0; } .car-next { right: 0; }
.car-dots { display: flex; justify-content: center; gap: 8px; margin: 28px 0 0; }
.car-dots button { width: 8px; height: 8px; border-radius: 4px; border: 0; background: #666; padding: 0; cursor: pointer; transition: width 300ms var(--ease), background-color 300ms; }
.car-dots button.is-on { width: 60px; background: var(--red); }
.carousel.is-static .car-arrow, .carousel.is-static .car-dots { display: none; }
.services .car-dots { order: -1; margin: 0 0 8px; }
.services .carousel { display: flex; flex-direction: column; }
.services .car-viewport { padding-top: 40px; }

/* omdömen */
.testimonials { position: relative; text-align: center; background: var(--bg) center / cover no-repeat #111; padding: 110px 0; }
.testimonials::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.testimonials > * { position: relative; }
.testimonials .carousel { padding: 0 72px; }
.testimonials .car-dots { order: -1; margin: 0 0 40px; }
.testimonials .carousel { display: flex; flex-direction: column; }
.quote { margin: 0; padding: 0 12px; }
.quote p { font-style: italic; font-weight: 500; font-size: 17px; line-height: 1.75; max-width: 780px; margin: 0 auto 28px; }
.quote footer { font-size: 18px; color: #e6e6e6; }
.testimonials .btn { margin-top: 56px; }
.quotes-grid .quote { text-align: left; padding: 0; }
.quotes-grid .quote footer { text-align: right; }

/* nyheter */
.news { text-align: center; }
.post-card { background: var(--panel); text-align: center; padding-bottom: 28px; }
.post-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.post-card h3 { font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; padding: 20px 18px 0; min-height: 62px; }
.post-card time { display: block; font-family: var(--display); font-weight: 800; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #ddd; margin: 4px 0 10px; }
.post-card p { font-size: 14px; padding: 0 22px; color: #d8d8d8; min-height: 72px; }
.posts-grid .post-card { margin: 0; }
.post time { display: block; font-family: var(--display); font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 24px; }
.post p { font-size: 17px; }

/* kontakt delad */
.contact-split { display: grid; grid-template-columns: 1fr 1fr; padding: 0; min-height: 760px; }
.contact-left { position: relative; background: var(--bg) center / cover no-repeat #111; display: flex; align-items: center; justify-content: center; padding: 90px 40px; }
.contact-left::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.contact-left > * { position: relative; }
.contact-map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; display: block; filter: saturate(.9); }
.contact-map-full { padding: 0; height: 600px; }
.contact-map-full iframe { height: 600px; }
@media (max-width: 900px) { .contact-split { grid-template-columns: 1fr; } }

/* formulär */
.cform { width: 100%; max-width: 520px; text-align: center; }
.cform h2 { margin-bottom: 40px; }
.cform .row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cform label { display: block; text-align: left; font-size: 15px; color: #e6e6e6; margin-bottom: 26px; }
.cform input, .cform textarea {
  display: block; width: 100%; margin-top: 4px; background: transparent; border: 0; border-bottom: 1px solid #fff; color: #fff;
  font: inherit; padding: 8px 0; border-radius: 0; color-scheme: dark;
}
.cform textarea { resize: vertical; }
.cform input:focus, .cform textarea:focus { outline: 0; border-bottom-color: var(--red); }
.cform .btn { margin-top: 12px; min-width: 180px; }
.form-ok { margin-top: 20px; color: #fff; }
@media (max-width: 560px) { .cform .row { grid-template-columns: 1fr; gap: 0; } }

/* kontaktsida */
.contact-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.contact-info { position: relative; background: var(--bg) center / cover no-repeat #111; padding-bottom: 80px; }
.contact-info::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.7); }
.contact-info > * { position: relative; }
.contact-info .topbar { grid-template-columns: auto 1fr; padding-left: 100px; }
.contact-info .crumbs { justify-self: center; }
.contact-info h1 { padding: 60px 100px 30px; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px; padding: 0 100px; }
.info-grid p { font-size: 15px; color: #e6e6e6; }
.contact-formwrap { background: #000; display: flex; flex-direction: column; align-items: center; padding: 0 40px 80px; }
.contact-formwrap .topbar { width: 100%; }
.contact-formwrap .cform { margin-top: 20px; }
@media (max-width: 900px) {
  .contact-hero { grid-template-columns: 1fr; }
  .contact-info .topbar, .contact-info h1, .info-grid { padding-left: 24px; padding-right: 24px; }
  .contact-info .topbar { grid-template-columns: 1fr; }
}

/* om oss */
.about-text p { font-size: 15.5px; }
.brands-split { display: grid; grid-template-columns: 1fr 1fr; padding: 0; background: var(--panel); }
.brands-text { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 90px 40px; }
.brands-text .sub { margin-bottom: 0; }
.brands-img img { width: 100%; height: 100%; object-fit: cover; min-height: 520px; }
@media (max-width: 900px) { .brands-split { grid-template-columns: 1fr; } }

/* tjänstesida */
.service-detail .two-col { grid-template-columns: 1.4fr 1fr; align-items: start; }
.service-copy p { font-size: 15.5px; }
.service-copy a { color: var(--red); font-weight: 700; }
.service-side { display: flex; flex-direction: column; gap: 10px; }
.side-link {
  position: relative; display: flex; align-items: center; gap: 14px; min-height: 60px; padding: 12px 24px;
  background: var(--img) center / cover no-repeat #222; box-shadow: inset 0 0 0 1000px rgba(0,0,0,.72);
  font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: .03em; text-transform: uppercase;
  transition: box-shadow 200ms var(--ease), transform 200ms var(--ease);
}
.side-link:hover { box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5); transform: translateX(4px); }
.side-link.is-active { box-shadow: inset 0 0 0 1000px rgba(237,28,36,.72); padding-left: 60px; }
.side-link .s-icon { position: absolute; top: 50%; left: -22px; transform: translateY(-50%); width: 46px; height: 46px; }
.side-link .s-icon img, .side-link .s-icon svg { width: 22px; height: 22px; }
@media (max-width: 820px) { .service-detail .two-col { grid-template-columns: 1fr; } }

/* sidfot */
.foot-main { background: var(--panel); padding: 64px 0; }
.foot-grid { display: grid; grid-template-columns: auto 1fr 1fr 1.2fr 1fr 1.6fr; gap: 32px; align-items: start; }
.foot-grid p { font-size: 14px; color: #d8d8d8; margin: 0; }
.foot-grid a:hover { color: var(--red); }
.newsletter h4 { font-family: var(--display); font-size: 20px; line-height: 1; margin-bottom: 14px; }
.newsletter h4 strong { display: block; font-size: 26px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.nl-row { display: flex; border-bottom: 1px solid #fff; }
.nl-row input { flex: 1; background: transparent; border: 0; color: #fff; font: inherit; padding: 8px 0; }
.nl-row input:focus { outline: 0; }
.nl-row button { background: none; border: 0; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.nl-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; color: #bbb; margin-top: 14px; }
.nl-consent input { margin-top: 3px; accent-color: var(--red); }
.foot-bar { padding: 40px 0; }
.foot-bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
.foot-bar p { margin: 0; }
.foot-bar a:hover { color: #fff; }
.socials { display: flex; gap: 28px; }
@media (max-width: 1000px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-grid .logo { grid-column: 1 / -1; align-items: flex-start; } .newsletter { grid-column: 1 / -1; } }

/* sms-knapp */
.sms-btn {
  display: none;
  position: fixed; right: 24px; bottom: 24px; z-index: 40;
  display: inline-flex; align-items: center; gap: 10px;
  background: #1a73e8; color: #fff; font-weight: 700; padding: 14px 22px; border-radius: 30px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45); transition: transform 200ms var(--ease);
}
.sms-btn:hover { transform: translateY(-2px); }

/* reveal */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
@media (max-width: 560px) {
  .carousel, .testimonials .carousel { padding: 0 28px; }
  .car-arrow { font-size: 40px; padding: 0 2px; }
  .quote p { font-size: 15px; }
  .topbar { padding: 20px 20px; }
  .home-hero { min-height: 560px; }
}

/* karusell, paus */
.car-pause { background: none; color: #aaa; border: 1px solid #444; font-size: 11px; line-height: 1; padding: 5px 10px; cursor: pointer; margin-left: 16px; font-family: var(--sans); border-radius: 12px; transition: color 200ms, border-color 200ms; }
.car-pause:hover { color: #fff; border-color: #fff; }
.car-dots { align-items: center; }
/* chatt */
.chat { position: fixed; right: 24px; bottom: 24px; z-index: 40; max-width: 300px; }
.chat-greeting { position: relative; display: flex; gap: 16px; align-items: center; border-radius: 14px; background: #fff; color: #171717; padding: 22px 24px; margin-bottom: 26px; box-shadow: 0 4px 24px rgba(0,0,0,.2); font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5; }
.chat-greeting::after { content: ""; position: absolute; right: 32px; bottom: -12px; border-left: 14px solid transparent; border-top: 14px solid #fff; }
.chat-greeting p { margin: 0; }
.chat-avatar { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-family: var(--display); font-size: 13px; }
.chat-dismiss { position: absolute; right: 4px; top: -23px; background: #eee; color: #333; border: 0; border-radius: 20px; font-size: 17px; line-height: 20px; width: 26px; cursor: pointer; }
.chat-toggle { float: right; display: inline-flex; align-items: center; gap: 10px; background: #1a73e8; color: #fff; border: 0; border-radius: 28px; box-shadow: 0 5px 20px rgba(0,0,0,.25); padding: 14px 20px; cursor: pointer; font-family: var(--bold); font-size: 16px; }
#chat-dialog { position: fixed; inset: 0; width: min(500px, calc(100% - 30px)); max-height: 90dvh; overflow: auto; margin: auto; background: #141313; color: #fff; border: 1px solid #444; padding: 35px; border-radius: 12px; z-index: 100; }
#chat-dialog::backdrop { background: rgba(0,0,0,.65); }
#chat-dialog:not([open]) { display: none; }
#chat-dialog h2 { font-size: 30px; margin: 14px 0 6px; }
.chat-eyebrow { font-family: var(--display); font-size: 11px; letter-spacing: 2px; color: #999; margin: 0; }
.dialog-close { position: absolute; top: 7px; right: 14px; font-size: 30px; border: 0; color: #fff; background: none; cursor: pointer; }
#chat-dialog .cform { max-width: none; text-align: left; }
#chat-dialog .cform label { margin-bottom: 16px; }
.form-note { color: #aaa; font-size: 12px; line-height: 1.6; margin-top: 16px; }
@media (max-width: 767px) { .chat-greeting { display: none; } .chat { right: 14px; bottom: 14px; } .chat-toggle { font-size: 14px; padding: 12px 16px; } }

.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
.car-track > * { min-width: 0; }
.s-title { overflow-wrap: anywhere; hyphens: auto; max-width: 100%; }

/* ===== nivå 1–2: ikoner, knappar, badges ===== */
.ico { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; overflow: hidden; position: relative; }
.btn > span { position: relative; z-index: 1; }
.btn .ico { position: relative; z-index: 1; transition: transform 300ms var(--ease); }
.btn::before { content: ""; position: absolute; inset: 0; background: #ff2a33; transform: translateX(-101%); transition: transform 350ms var(--ease); }
.btn:hover::before { transform: translateX(0); }
.btn:hover .ico { transform: translateX(4px); }
.btn:hover { background: var(--red); transform: none; }
.btn-ghost { background: transparent; box-shadow: inset 0 0 0 2px rgba(255,255,255,.7); }
.btn-ghost::before { background: #fff; }
.btn-ghost:hover { background: transparent; color: #000; }
.btn-akut { gap: 10px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); position: relative; flex: none; }
.dot::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--red); animation: ping 1.6s cubic-bezier(0, 0, .2, 1) infinite; }
.dot-live { background: #2ecc71; } .dot-live::after { border-color: #2ecc71; }
@keyframes ping { 0% { transform: scale(.6); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; animation: rise 900ms 200ms var(--ease) both; }
.btn-akut .ico { animation: ring 3s 1s infinite; transform-origin: 50% 80%; }
@keyframes ring { 0%, 8%, 100% { transform: rotate(0); } 2% { transform: rotate(-14deg); } 4% { transform: rotate(12deg); } 6% { transform: rotate(-8deg); } }

/* förtroenderad */
.trust { list-style: none; margin: 0; padding: 0 24px 40px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; }
.trust li {
  display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center;
  background: rgba(20,20,20,.72); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.1); padding: 12px 18px; min-width: 210px;
  animation: rise 900ms var(--ease) both;
}
.trust li:nth-child(2) { animation-delay: .1s; } .trust li:nth-child(3) { animation-delay: .2s; } .trust li:nth-child(4) { animation-delay: .3s; }
.trust li > svg, .trust li > .dot { grid-row: 1 / 3; }
.trust li > .ico { width: 22px; height: 22px; color: var(--red); }
.trust strong { font-family: var(--display); font-size: 15px; letter-spacing: .02em; text-transform: uppercase; }
.trust small { color: #bdbdbd; font-size: 12px; }
.trust-stars { display: inline-flex; gap: 2px; }
.trust-stars svg { width: 14px; height: 14px; fill: #f2a900; }
.trust-stars svg:nth-child(n) { animation: star 600ms var(--ease) both; }
.trust-stars svg:nth-child(2) { animation-delay: 80ms; } .trust-stars svg:nth-child(3) { animation-delay: 160ms; } .trust-stars svg:nth-child(4) { animation-delay: 240ms; } .trust-stars svg:nth-child(5) { animation-delay: 320ms; }
@keyframes star { from { transform: scale(0) rotate(-30deg); opacity: 0; } to { transform: none; opacity: 1; } }
.badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); padding: 8px 16px; font-family: var(--display); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 18px; }
.badge-sm { font-size: 11px; padding: 6px 12px; margin-top: 12px; }
.badge-google .trust-stars svg { width: 12px; height: 12px; }

/* kort */
.s-card { overflow: hidden; isolation: isolate; box-shadow: none; background: #111; }
.s-card::before { content: ""; position: absolute; inset: 0; background: var(--img) center / cover no-repeat; filter: saturate(.7); transition: transform 700ms var(--ease), filter 500ms var(--ease); z-index: -1; }
.s-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.7)); z-index: -1; transition: opacity 400ms; }
.s-card:hover::before { transform: scale(1.08); filter: saturate(1); }
.s-card:hover::after { opacity: .75; }
.s-card:hover { transform: translateY(-6px); box-shadow: 0 24px 40px -20px rgba(237,28,36,.45); }
.s-card .s-icon { overflow: visible; transition: transform 400ms var(--ease), box-shadow 400ms; }
.s-card:hover .s-icon { transform: translateX(-50%) translateY(-6px) rotate(-8deg); box-shadow: 0 10px 30px rgba(237,28,36,.45); }
.s-card .btn-sm { transform: translateY(6px); opacity: .85; transition: transform 400ms var(--ease), opacity 400ms; }
.s-card:hover .btn-sm { transform: none; opacity: 1; }
.services .s-card { overflow: visible; }
.services .s-card::before, .services .s-card::after { overflow: hidden; }
.s-card .s-inner { position: absolute; inset: 0; overflow: hidden; z-index: -1; }
.car-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.4); color: #fff; display: grid; place-items: center; padding: 0; font-size: 0; transition: background-color 200ms, border-color 200ms, transform 200ms var(--ease); }
.car-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.car-arrow:hover { background: var(--red); border-color: var(--red); transform: translateY(-50%) scale(1.08); }
.car-track { cursor: grab; }
.car-track.is-drag { cursor: grabbing; transition: none; }
.post-card { transition: transform 400ms var(--ease), box-shadow 400ms; overflow: hidden; }
.post-card:hover { transform: translateY(-6px); box-shadow: 0 24px 40px -22px rgba(0,0,0,.9); }
.post-img { overflow: hidden; display: block; }
.post-img img { transition: transform 700ms var(--ease); }
.post-card:hover .post-img img { transform: scale(1.06); }

/* ===== nivå 3: närmare titt ===== */
.closer { background: var(--panel); border-top: 1px solid var(--line); }
.closer h2, .closer .sub { text-align: center; }
.closer-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.closer-stage { position: relative; margin: 0; overflow: hidden; background: #000; }
.closer-stage img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.85) brightness(.9); }
.closer-hint { position: absolute; left: 16px; bottom: 14px; font-family: var(--display); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #ddd; background: rgba(0,0,0,.55); padding: 6px 10px; }
.spot { position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%); width: 44px; height: 44px; border-radius: 50%; border: 0; background: transparent; cursor: pointer; padding: 0; }
.spot i { position: absolute; inset: 14px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(237,28,36,.9); transition: transform 300ms var(--ease), background-color 300ms; }
.spot::before { content: ""; position: absolute; inset: 8px; border-radius: 50%; border: 2px solid var(--red); animation: ping 2s cubic-bezier(0,0,.2,1) infinite; }
.spot:hover i, .spot.is-on i { transform: scale(1.35); background: var(--red); box-shadow: 0 0 0 4px #fff; }
.spot.is-on::before { animation: none; opacity: 0; }
.spot-cards { position: relative; min-height: 260px; }
.spot-card { position: absolute; inset: 0; opacity: 0; transform: translateY(16px); transition: opacity 400ms var(--ease), transform 400ms var(--ease); pointer-events: none; border-left: 3px solid var(--red); padding: 8px 0 8px 28px; }
.spot-card.is-on { opacity: 1; transform: none; pointer-events: auto; }
.spot-n { font-family: var(--display); font-size: 13px; letter-spacing: .1em; color: var(--red); }
.spot-card h3 { font-size: 34px; margin: 6px 0 12px; }
.spot-card p { font-size: 18px; color: #d8d8d8; }
.spot-card a { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: #fff; }
.spot-card a .ico { transition: transform 300ms var(--ease); }
.spot-card a:hover { color: var(--red); } .spot-card a:hover .ico { transform: translateX(4px); }
.spot-list { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; }
@media (max-width: 900px) { .closer-grid { grid-template-columns: 1fr; } .spot-cards { min-height: 200px; } }

/* ===== formulär ===== */
.f { position: relative; display: block; margin-bottom: 28px; }
.f input, .f textarea, .f select {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); color: #fff; font: inherit; font-size: 16px;
  padding: 22px 0 8px; border-radius: 0; color-scheme: dark; appearance: none; -webkit-appearance: none; outline: 0;
}
.f span { position: absolute; left: 0; top: 22px; color: #bbb; font-size: 16px; pointer-events: none; transition: transform 250ms var(--ease), color 250ms, font-size 250ms; transform-origin: left top; }
.f::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 350ms var(--ease); }
.f:focus-within::after { transform: scaleX(1); }
.f:focus-within span, .f input:not(:placeholder-shown) + span, .f textarea:not(:placeholder-shown) + span, .f select:valid + span, .f input[type=date] + span { transform: translateY(-20px); font-size: 11px; color: var(--red); letter-spacing: .08em; text-transform: uppercase; font-family: var(--display); }
.f-select select { cursor: pointer; padding-right: 32px; }
.f-select select option { background: #141313; color: #fff; }
.f-select svg { position: absolute; right: 0; top: 26px; width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2; transform: rotate(90deg); pointer-events: none; transition: transform 300ms var(--ease); }
.f-select:focus-within svg { transform: rotate(-90deg); }
.cform label { margin-bottom: 0; }
.cform .row { gap: 32px; }
.btn-submit.is-sent { background: #2ecc71; pointer-events: none; }
.btn-submit.is-sent::before { display: none; }
.btn-submit.is-sent .ico { transform: none; }
.form-ok { animation: rise 500ms var(--ease) both; }
.form-note { color: #888; }

/* ===== sidfot ===== */
.foot-grid a { position: relative; }
.foot-grid p a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 300ms var(--ease); }
.foot-grid p a:hover::after { transform: scaleX(1); }
.nl-row { position: relative; }
.nl-row::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 350ms var(--ease); }
.nl-row:focus-within::after { transform: scaleX(1); }
.nl-row button { display: grid; place-items: center; font-size: 0; }
.nl-row button .ico { width: 22px; height: 22px; transition: transform 300ms var(--ease); }
.nl-row button:hover .ico { transform: translateX(4px); color: var(--red); }
.credit a { color: #bbb; }
.credit strong { color: #fff; font-family: var(--display); letter-spacing: .06em; text-transform: uppercase; margin-left: 2px; }
.credit a:hover strong { color: var(--red); }
.dialog-close, .chat-dismiss { display: grid; place-items: center; font-size: 0; }
.dialog-close svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2; }
.chat-dismiss svg { width: 12px; height: 12px; fill: none; stroke: #333; stroke-width: 2.5; }
.chat-toggle { font-family: var(--display); letter-spacing: .03em; }
@media (max-width: 767px) { .trust { justify-content: stretch; } .trust li { flex: 1 1 45%; min-width: 0; } }

/* ===== emil-pass: press, easing, hover-gating, dialog enter ===== */
:root { --ease: cubic-bezier(.23, 1, .32, 1); --ease-io: cubic-bezier(.77, 0, .175, 1); }
.btn, .car-arrow, .spot, .chat-toggle, .car-pause, .car-dots button, .menu-btn { transition-property: transform, background-color, color, border-color; transition-duration: 160ms; transition-timing-function: var(--ease); }
.btn:active, .car-arrow:active, .chat-toggle:active, .car-pause:active { transform: scale(.97); }
.car-arrow:active { transform: translateY(-50%) scale(.95); }
.spot:active i { transform: scale(1.15); }
#chat-dialog { transform-origin: center; }
#chat-dialog[open] { animation: dlg-in 220ms var(--ease) both; }
#chat-dialog[open]::backdrop { animation: fade-in 220ms ease both; }
@keyframes dlg-in { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.menu { animation: menu-in 220ms var(--ease); }
@keyframes menu-in { from { opacity: 0; transform: scale(1.02); } to { opacity: 1; transform: none; } }
.spot-card { transition-duration: 260ms; }
.car-track { transition-duration: 420ms; transition-timing-function: var(--ease-io); }
@media (hover: none), (pointer: coarse) {
  .s-card:hover, .post-card:hover, .btn:hover { transform: none; box-shadow: none; }
  .s-card:hover::before { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .dot::after, .spot::before, .btn-akut .ico, .trust-stars svg { animation: none !important; }
  .s-card, .post-card, .spot-card, .car-track, .btn, .f span, .f::after { transition: opacity 200ms ease !important; }
}
.badge { white-space: nowrap; }

/* ===== varv 3: tjänstekort utan ikon ===== */
.s-card { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; text-align: left; gap: 8px; padding: 28px 26px 26px; margin-top: 0; aspect-ratio: 3 / 4; overflow: hidden; }
.services .s-card { overflow: hidden; }
.services .car-viewport { padding-top: 8px; }
.s-card::after { background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,.88) 100%); }
.s-n { font-family: var(--display); font-size: 12px; letter-spacing: .14em; color: var(--red); margin-bottom: auto; }
.s-title { font-size: 28px; text-shadow: none; transition: transform 350ms var(--ease); }
.s-lead { font-family: var(--sans); font-size: 14px; line-height: 1.5; color: #d8d8d8; max-height: 0; opacity: 0; overflow: hidden; transform: translateY(6px); transition: max-height 400ms var(--ease), opacity 300ms var(--ease), transform 400ms var(--ease); }
.s-line { display: block; width: 32px; height: 2px; background: var(--red); transform-origin: left; transition: width 400ms var(--ease); }
.s-card:hover .s-lead, .s-card:focus-visible .s-lead { max-height: 80px; opacity: 1; transform: none; }
.s-card:hover .s-line { width: 100%; }
.s-card:hover .s-title { transform: translateY(-2px); }
.s-card:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -30px rgba(0,0,0,.9); }
.s-card:hover::before { transform: scale(1.06); filter: saturate(1); }
.s-grid .s-card { margin-top: 0; }
.services-grid .sub { margin-top: 48px; }

/* ===== närmare titt, flikar ===== */
.closer { background: #0c0c0c; }
.eyebrow.center { text-align: center; }
.eyebrow.center::before { display: none; }
.closer h2 { text-align: center; max-width: none; }
.ctabs { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); margin: 0 auto 56px; position: relative; left: 50%; transform: translateX(-50%); }
.ctab { display: inline-flex; align-items: center; gap: 12px; background: transparent; border: 0; color: #bbb; font-family: var(--bold); font-size: 16px; padding: 16px 32px; cursor: pointer; position: relative; transition: color 200ms var(--ease); }
.ctab small { font-family: var(--display); font-size: 11px; letter-spacing: .1em; color: var(--red); }
.ctab::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.08); opacity: 0; transform: scale(.96); transition: opacity 200ms var(--ease), transform 200ms var(--ease); }
.ctab.is-on { color: #fff; } .ctab.is-on::before { opacity: 1; transform: none; }
.ctab:hover { color: #fff; }
.cpanels { position: relative; }
.cpanel { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.cpanel:not(.is-on) { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.cpanel.is-on { animation: panel-in 420ms var(--ease) both; }
@keyframes panel-in { from { opacity: 0; transform: translateY(12px); filter: blur(6px); } to { opacity: 1; transform: none; filter: blur(0); } }
.cfig { margin: 0; position: relative; overflow: hidden; background: #000; }
.cfig img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; transform: scale(1.02); transition: transform 1200ms var(--ease); }
.cpanel.is-on .cfig img { animation: kb 14s ease-in-out infinite alternate; }
@keyframes kb { from { transform: scale(1.02) translateX(0); } to { transform: scale(1.1) translateX(-2%); } }
.cfig figcaption { position: absolute; left: 16px; top: 14px; font-family: var(--display); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #ddd; background: rgba(0,0,0,.55); padding: 6px 10px; }
.ctext h3 { font-size: clamp(30px, 3vw, 40px); margin: 6px 0 14px; }
.cintro { font-size: 18px; color: #d8d8d8; margin-bottom: 26px; }
.cparts { list-style: none; margin: 0 0 30px; padding: 0; border-top: 1px solid var(--line); }
.cparts li { display: grid; grid-template-columns: 36px 1fr; column-gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); transition: padding-left 300ms var(--ease); }
.cparts li:hover { padding-left: 8px; }
.cparts .p-n { font-family: var(--display); font-size: 12px; letter-spacing: .1em; color: var(--red); padding-top: 4px; }
.cparts strong { font-family: var(--bold); font-weight: 400; font-size: 18px; }
.cparts p { grid-column: 2; margin: 4px 0 0; font-size: 15px; color: #bdbdbd; }
.cpanel.is-on .cparts li { animation: rise 500ms var(--ease) both; }
.cpanel.is-on .cparts li:nth-child(2) { animation-delay: 80ms; } .cpanel.is-on .cparts li:nth-child(3) { animation-delay: 160ms; }
@media (max-width: 900px) { .cpanel { grid-template-columns: 1fr; gap: 28px; } .ctabs { display: flex; left: 0; transform: none; overflow-x: auto; } .ctab { padding: 12px 18px; font-size: 15px; } }

/* ===== omdömen, kort och modal ===== */
.rgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; margin-bottom: 40px; }
.rcard { position: relative; background: rgba(10,10,10,.78); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.1); padding: 28px 26px 22px; cursor: pointer; transition: transform 300ms var(--ease), border-color 300ms, background-color 300ms; display: flex; flex-direction: column; gap: 14px; }
.rcard::before { content: "\201C"; position: absolute; right: 22px; top: 8px; font-family: Georgia, serif; font-size: 90px; line-height: 1; color: rgba(237,28,36,.35); }
.rcard:hover { transform: translateY(-4px); border-color: rgba(237,28,36,.6); background: rgba(14,14,14,.92); }
.ravatar { width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-family: var(--display); font-size: 13px; letter-spacing: .04em; }
.rcard .trust-stars svg { width: 13px; height: 13px; }
.rcard p { margin: 0; font-size: 16px; line-height: 1.65; color: #eee; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.rcard footer { display: flex; align-items: baseline; gap: 10px; margin-top: auto; }
.rcard footer strong { font-family: var(--bold); font-weight: 400; font-size: 15px; }
.rcard footer small { font-family: var(--display); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #999; }
.rgrid-all .rcard p { -webkit-line-clamp: unset; }
.rdialog { position: fixed; inset: 0; margin: auto; width: min(1100px, calc(100% - 30px)); max-height: 88dvh; overflow: auto; background: #101010; color: #fff; border: 1px solid #333; padding: 40px; z-index: 100; }
.rdialog::backdrop { background: rgba(0,0,0,.75); backdrop-filter: blur(4px); }
.rdialog:not([open]) { display: none; }
.rdialog[open] { animation: dlg-in 240ms var(--ease) both; }
.rdialog[open]::backdrop { animation: fade-in 240ms ease both; }
.rdialog h2 { font-size: 34px; margin: 10px 0 24px; }
.rdialog .rgrid { margin-bottom: 0; }
.rcard.is-open p { -webkit-line-clamp: unset; }
.quotes-grid .rcard { cursor: default; }
@media (max-width: 900px) { .rgrid { grid-template-columns: 1fr; } .rdialog { padding: 24px; } }
.eyebrow { font-family: var(--display); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--red); margin: 0 0 14px; }
.ctabs { display: flex; width: max-content; max-width: 100%; left: auto; transform: none; margin: 0 auto 56px; }
.cpanel { align-items: start; }
.cfig img { aspect-ratio: 4 / 3; }
.cfig::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.55)); pointer-events: none; }
@media (max-width: 900px) { .ctabs { width: auto; } }

/* ===== varv 4: tema, mobil, övergångar ===== */
:root { --bg: var(--black); --fg: var(--white); --card: rgba(10,10,10,.78); }
html[data-theme="light"] {
  --black: #f3f1ee; --panel: #ffffff; --panel-2: #f7f5f2; --white: #141414; --muted: #6b6b6b;
  --line: rgba(0,0,0,.12); --line-2: rgba(0,0,0,.2); --hairline: rgba(0,0,0,.1);
}
html { transition: background-color 300ms ease; }
body { transition: background-color 300ms ease, color 300ms ease; }
html[data-theme="light"] body { color: #2a2a2a; }
html[data-theme="light"] .welcome-text, html[data-theme="light"] .foot-main, html[data-theme="light"] .closer, html[data-theme="light"] .brands-split, html[data-theme="light"] .process { background: #fff; }
html[data-theme="light"] .foot-bar, html[data-theme="light"] .services, html[data-theme="light"] .news { background: #f3f1ee; }
html[data-theme="light"] .sub, html[data-theme="light"] .welcome-text .lead, html[data-theme="light"] .cintro, html[data-theme="light"] .label p, html[data-theme="light"] .post-card p, html[data-theme="light"] .foot-grid p, html[data-theme="light"] .cparts p, html[data-theme="light"] .s-lead { color: #444; }
html[data-theme="light"] .post-card { background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.06); }
html[data-theme="light"] .post-card time { color: #555; }
html[data-theme="light"] .rcard { background: rgba(255,255,255,.92); color: #141414; border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .rcard p { color: #222; }
html[data-theme="light"] .testimonials::before { background: rgba(255,255,255,.55); }
html[data-theme="light"] .testimonials h2, html[data-theme="light"] .testimonials .badge { color: #141414; }
html[data-theme="light"] .badge { background: rgba(0,0,0,.05); border-color: rgba(0,0,0,.12); }
html[data-theme="light"] .ctabs { background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.12); }
html[data-theme="light"] .ctab { color: #555; } html[data-theme="light"] .ctab.is-on { color: #111; } html[data-theme="light"] .ctab::before { background: rgba(0,0,0,.08); }
html[data-theme="light"] .cparts li, html[data-theme="light"] .cparts, html[data-theme="light"] .hours th, html[data-theme="light"] .hours td, html[data-theme="light"] .step + .step { border-color: rgba(0,0,0,.12); }
html[data-theme="light"] .btn-ghost { box-shadow: inset 0 0 0 2px rgba(255,255,255,.85); color: #fff; }
html[data-theme="light"] .nav.is-scrolled { background: rgba(243,241,238,.8); }
html[data-theme="light"] .menu { background: rgba(243,241,238,.97); }
html[data-theme="light"] .menu li a, html[data-theme="light"] .menu-foot { color: #141414; }
html[data-theme="light"] .menu-close, html[data-theme="light"] .menu-btn-icon, html[data-theme="light"] .menu-btn { background: #141414; color: #fff; }
html[data-theme="light"] .cform input, html[data-theme="light"] .cform textarea, html[data-theme="light"] .cform select, html[data-theme="light"] .nl-row input { color: #fff; }
html[data-theme="light"] .contact-left .cform, html[data-theme="light"] .contact-info { color: #fff; }
html[data-theme="light"] .contact-formwrap { background: #fff; }
html[data-theme="light"] .contact-formwrap .f input, html[data-theme="light"] .contact-formwrap .f textarea, html[data-theme="light"] .contact-formwrap .f select { color: #141414; border-bottom-color: rgba(0,0,0,.35); }
html[data-theme="light"] .contact-formwrap .f span { color: #555; }
html[data-theme="light"] .contact-formwrap h2 { color: #141414; }
html[data-theme="light"] #chat-dialog, html[data-theme="light"] .rdialog { background: #fff; color: #141414; border-color: rgba(0,0,0,.12); }
html[data-theme="light"] #chat-dialog .f input, html[data-theme="light"] #chat-dialog .f textarea { color: #141414; border-bottom-color: rgba(0,0,0,.3); }
html[data-theme="light"] .dialog-close svg { stroke: #141414; }
html[data-theme="light"] .foot-grid a:hover, html[data-theme="light"] .foot-bar a:hover { color: var(--red); }
html[data-theme="light"] .credit strong { color: #141414; }
html[data-theme="light"] .car-arrow { background: rgba(255,255,255,.7); color: #141414; border-color: rgba(0,0,0,.15); }
html[data-theme="light"] .car-dots button { background: #bbb; }
html[data-theme="light"] .car-pause { color: #555; border-color: #bbb; }
html[data-theme="light"] .trust li { background: rgba(255,255,255,.85); border-color: rgba(0,0,0,.1); color: #141414; }
html[data-theme="light"] .trust small { color: #555; }
html[data-theme="light"] .side-link { color: #fff; }
html[data-theme="light"] .service-copy, html[data-theme="light"] .post p, html[data-theme="light"] .about-text p, html[data-theme="light"] .quotes-grid { color: #2a2a2a; }
html[data-theme="light"] .page-hero::before { background: linear-gradient(180deg, rgba(0,0,0,.3), rgba(0,0,0,.5) 70%, #f3f1ee 100%); }
html[data-theme="light"] .page-hero h1, html[data-theme="light"] .hero-sub, html[data-theme="light"] .crumbs, html[data-theme="light"] .page-hero .logo { color: #fff; }
html[data-theme="light"] .home-hero::before { background: linear-gradient(180deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,.25) 60%, #f3f1ee 100%); }

/* temaknapp */
.topbar-right { display: flex; align-items: center; gap: 10px; justify-self: end; }
.theme-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.45); color: #fff; display: grid; place-items: center; cursor: pointer; padding: 0; backdrop-filter: blur(6px); }
.theme-btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.theme-btn .sun, .theme-btn .rays, .theme-btn .moon { transform-origin: 12px 12px; transition: transform 400ms var(--ease), opacity 300ms var(--ease); }
.theme-btn .moon { opacity: 0; transform: rotate(-90deg) scale(.6); fill: currentColor; stroke: none; }
.theme-btn .sun { opacity: 1; } .theme-btn .rays { opacity: 1; }
html[data-theme="light"] .theme-btn { background: #141414; border-color: #141414; }
html[data-theme="light"] .theme-btn .sun, html[data-theme="light"] .theme-btn .rays { opacity: 0; transform: rotate(90deg) scale(.6); }
html[data-theme="light"] .theme-btn .moon { opacity: 1; transform: none; }
.theme-btn:active { transform: scale(.94); }
.menu .theme-btn { position: absolute; top: 28px; left: 40px; }

/* scrollframsteg */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 95; pointer-events: none; }
.progress i { display: block; height: 100%; width: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; }

/* sidövergångar */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: vt-out 220ms var(--ease) both; }
::view-transition-new(root) { animation: vt-in 320ms var(--ease) both; }
@keyframes vt-out { to { opacity: 0; transform: translateY(-8px); } }
@keyframes vt-in { from { opacity: 0; transform: translateY(10px); } }

/* bottenrad */
.mbar { display: none; }
@media (max-width: 900px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .mbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 8px; align-items: stretch;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(8,8,8,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid rgba(255,255,255,.1);
    animation: rise 500ms 300ms var(--ease) both;
  }
  html[data-theme="light"] .mbar { background: rgba(255,255,255,.9); border-top-color: rgba(0,0,0,.1); color: #141414; }
  .mbar a, .mbar button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; background: transparent; color: inherit; font-family: var(--display); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; border-radius: 10px; }
  .mbar svg, .mbar .ico { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .mbar-main { background: var(--red); color: #fff !important; }
  .mbar a:active, .mbar button:active { transform: scale(.96); }
  .chat { bottom: calc(86px + env(safe-area-inset-bottom)); }
  .chat-greeting { display: none; }

  /* hero */
  .home-hero { min-height: 100svh; }
  .home-hero-inner { padding: 60px 20px 40px; gap: 32px; }
  .hero-logo .logo-full { width: min(320px, 78vw); }
  .hero-actions { flex-direction: column; width: 100%; max-width: 360px; }
  .hero-actions .btn { width: 100%; }
  .btn-akut span:last-of-type { font-size: 13px; }
  .trust { display: flex; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; padding: 0 20px 36px; justify-content: flex-start; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .trust::-webkit-scrollbar { display: none; }
  .trust li { flex: 0 0 74%; scroll-snap-align: start; min-width: 0; }
  .topbar { padding: 16px 16px; }
  .menu-btn-label { display: none; }
  .theme-btn { width: 44px; height: 44px; }
  .menu .theme-btn { top: 22px; left: 16px; }
  .menu-close { top: 16px; right: 16px; }

  /* svepbara band i stället för pil-karusell */
  .carousel { padding: 0; }
  .car-viewport { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding: 8px 20px 0; margin: 0 -24px; }
  .car-viewport::-webkit-scrollbar { display: none; }
  .car-track { transform: none !important; gap: 14px; transition: none; }
  .car-track > * { flex: 0 0 78%; scroll-snap-align: center; }
  .testimonials .car-track > * { flex: 0 0 100%; }
  .car-arrow { display: none; }
  .car-pause { display: none; }
  .s-card { aspect-ratio: 4 / 5; }
  .services .car-viewport { padding-top: 8px; }

  /* sektioner */
  section { padding: 64px 0; }
  h1 { font-size: clamp(34px, 9vw, 44px); }
  h2 { font-size: clamp(30px, 8vw, 40px); margin-bottom: 28px; }
  .welcome-text { padding: 44px 20px 56px; }
  .welcome-img img { min-height: 0; aspect-ratio: 4 / 3; }
  .ctabs { display: flex; width: auto; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-bottom: 32px; }
  .ctabs::-webkit-scrollbar { display: none; }
  .ctab { flex: 1 0 auto; scroll-snap-align: start; padding: 14px 18px; font-size: 15px; }
  .cpanel { gap: 24px; }
  .ctext h3 { font-size: 28px; }
  .cparts li { grid-template-columns: 30px 1fr; padding: 14px 0; }
  .rgrid { grid-template-columns: 1fr; gap: 12px; }
  .rcard { padding: 22px 20px 18px; }
  .rcard p { -webkit-line-clamp: 5; }
  .rdialog { padding: 20px 16px; width: calc(100% - 16px); max-height: 92dvh; }
  .post-card h3 { min-height: 0; }
  .contact-left { padding: 56px 20px; }
  .contact-map iframe { min-height: 320px; }
  .cform input, .cform textarea, .cform select { font-size: 16px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .foot-bar .wrap { flex-direction: column; align-items: flex-start; gap: 14px; }
  .sr-only { position: absolute; }
}
@media (max-width: 900px) and (hover: none) {
  .s-lead { max-height: 80px; opacity: 1; transform: none; }
  .s-line { width: 100%; }
}
/* träffytor */
.car-dots button { position: relative; }
.car-dots button::after { content: ""; position: absolute; inset: -18px -8px; }
@media (max-width: 900px) { .btn-sm { min-height: 44px; } .post-card h3 a { display: block; padding: 4px 0; } .foot-grid p a, .hours td a { display: inline-block; padding: 6px 0; } }
.mbar a.mbar-main { background: var(--red); color: #fff; }
/* Powered by Insight AI, officiell lockup */
.credit { display: inline-flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-family: var(--display); transition: opacity 200ms; }
.credit .ia-ikon { width: 26px; height: 26px; border-radius: 6px; }
.credit .ia-word { height: 16px; width: auto; display: block; }
.credit .ia-word-light { display: none; }
html[data-theme="light"] .credit .ia-word-dark { display: none; }
html[data-theme="light"] .credit .ia-word-light { display: block; }
.credit:hover { opacity: .8; }
.credit strong { display: none; }
.credit .ia-ikon { width: 30px; height: 30px; border-radius: 7px; }
.credit .ia-word { height: 30px; margin-left: -6px; }
@media (min-width: 901px) { .foot-bar .wrap { padding-right: 200px; } }

/* ===== kontaktformulär i kort, som Astras ===== */
.cform-card { max-width: 640px; text-align: left; background: rgba(12,12,12,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 44px 44px 36px; box-shadow: 0 30px 80px -30px rgba(0,0,0,.9); }
.cform-card h2 { text-align: center; margin-bottom: 30px; }
.form-intro .eyebrow { font-size: 10px; letter-spacing: .2em; margin-bottom: 8px; }
.form-intro h3 { font-size: 23px; margin: 0 0 6px; }
.form-intro p { font-size: 14px; color: #a3a7ad; margin: 0 0 26px; }
.fb { display: block; margin: 0 0 18px; font-family: var(--display); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #bac0c5; transition: color 200ms; }
.fb:focus-within { color: #ff6b70; }
.fb input, .fb textarea, .fb select {
  display: block; width: 100%; margin-top: 9px; padding: 13px 14px; min-height: 53px;
  background: rgba(255,255,255,.02); border: 1px solid #47494c; border-radius: 7px; color: #fff; font: inherit; font-family: var(--sans); font-size: 16px; letter-spacing: 0; text-transform: none;
  color-scheme: dark; appearance: none; -webkit-appearance: none; outline: 0; box-sizing: border-box;
  transition: border-color 200ms var(--ease), background-color 200ms, box-shadow 200ms;
}
.fb textarea { min-height: 115px; resize: vertical; }
.fb input:focus, .fb textarea:focus, .fb select:focus { border-color: #ff6b70; background: rgba(255,255,255,.04); box-shadow: 0 0 0 3px rgba(237,28,36,.14); }
.fb input::placeholder, .fb textarea::placeholder { color: #70777e; font-size: 14px; }
.fb-sel { position: relative; display: block; }
.fb-sel select { padding-right: 44px; cursor: pointer; }
.fb-sel svg { position: absolute; right: 14px; top: calc(50% + 4px); width: 20px; height: 20px; fill: none; stroke: #ff6b70; stroke-width: 1.6; transform: translateY(-50%) rotate(90deg); pointer-events: none; transition: transform 200ms var(--ease); }
.fb-sel:focus-within svg { transform: translateY(-50%) rotate(-90deg); }
.fb select option { background: #202428; color: #fff; padding: 12px; }
.fb select:invalid { color: #9a9a9a; }
.cform-card .row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-next { text-align: center; font-size: 13px; color: #8b9299; margin: 6px 0 14px; }
.btn-block { width: 100%; border-radius: 6px; }
.cform-card .form-note { text-align: center; font-size: 11px; color: #8b9299; max-width: 430px; margin: 18px auto 0; }
.cform-card .form-note a { text-decoration: underline; color: inherit; }
.cform-card .form-ok { text-align: center; background: #1c2b22; border: 1px solid #3e6b4d; padding: 14px; border-radius: 6px; margin-top: 16px; }
.contact-left { padding: 70px 24px; }
.contact-formwrap .cform-card { background: rgba(255,255,255,.03); box-shadow: none; }
html[data-theme="light"] .cform-card { background: rgba(255,255,255,.94); border-color: rgba(0,0,0,.1); color: #141414; }
html[data-theme="light"] .cform-card h2, html[data-theme="light"] .form-intro h3 { color: #141414; }
html[data-theme="light"] .fb { color: #555; }
html[data-theme="light"] .fb input, html[data-theme="light"] .fb textarea, html[data-theme="light"] .fb select { background: #fff; border-color: #d3d0cb; color: #141414; color-scheme: light; }
html[data-theme="light"] .fb select option { background: #fff; color: #141414; }
html[data-theme="light"] .contact-left .cform, html[data-theme="light"] .contact-formwrap .f input { color: #141414; }
@media (max-width: 560px) { .cform-card { padding: 28px 18px 24px; border-radius: 10px; } .cform-card .row { grid-template-columns: 1fr; } }

/* Powered by Insight AI, ögonmärket ur CRM:et (brandMark.js) */
.credit, .credit .ia-ikon, .credit .ia-word { display: none; }
.insight-brand-link { --insight-color-muted: #a8adaf; --insight-color-ink: #f5efe2; display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; color: #a8adaf; text-decoration: none; font-family: var(--sans); font-size: 12px; white-space: nowrap; }
.insight-mark { display: inline-flex; align-items: center; gap: 9px; color: var(--insight-color-muted); }
.insight-mark svg { flex: none; width: 24px; height: auto; color: #f5efe2; }
.insight-mark__text { letter-spacing: .01em; }
.insight-mark__text strong { color: var(--insight-color-ink); font-weight: 600; font-family: var(--bold); }
.insight-brand-link:hover .insight-mark__text { color: #f5efe2; }
.insight-brand-link:focus-visible { outline: 2px solid #2ba8a0; outline-offset: 5px; }
html[data-theme="light"] .insight-brand-link { --insight-color-muted: #6b6b6b; --insight-color-ink: #141414; color: #6b6b6b; }
html[data-theme="light"] .insight-mark svg { color: #141414; }
html[data-theme="light"] .insight-brand-link:hover .insight-mark__text { color: #141414; }
@media (max-width: 900px) { .foot-bar { padding-bottom: 24px; } .foot-bar .wrap { gap: 16px; } }
