/* Nordström El — fristående designsystem: mörk industriell stil, kondenserad typografi. */

@font-face {
  font-family: 'Barlow Condensed';
  src: url('fonts/BarlowCondensed-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('fonts/BarlowCondensed-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('fonts/Barlow-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('fonts/Barlow-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #08080A;
  --surface-1: #17171B;
  --surface-2: #1F1F26;
  --line: #2E2E36;
  --fg: #F4F4F3;
  --fg-dim: #A6A6AD;
  --yellow: #FACC15;
  --yellow-ink: #1A1400;
  --blue: #38BDF8;
  --danger: #EF4444;
  --radius: 3px;
  --font-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --font-body: 'Barlow', system-ui, sans-serif;
  --wrap: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.scroll-mt { scroll-margin-top: 90px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
body { margin: 0; font-family: var(--font-body); background: var(--ink); color: var(--fg); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.98; margin: 0; color: #fff; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
a, button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
@media (min-width: 640px) { .wrap { padding: 0 36px; } }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 300; background: var(--yellow); color: var(--yellow-ink); font-weight: 800; padding: 12px 20px; }
.skip-link:focus { left: 0; }

.demo-banner { background: #000; color: #E5E5E5; font-family: var(--font-body); font-size: 0.82rem; font-weight: 600; text-align: center; padding: 10px 16px; border-bottom: 1px solid var(--line); }
.demo-banner a { color: var(--yellow); text-decoration: underline; }
.demo-banner strong { color: #fff; }

.jour-bar { background: var(--yellow); color: var(--yellow-ink); text-align: center; padding: 9px 16px; font-family: var(--font-display); font-weight: 700; font-size: 1rem; letter-spacing: 0.02em; text-transform: uppercase; }
.jour-bar a { text-decoration: underline; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; font-size: 1.05rem; border-radius: var(--radius); padding: 15px 30px; border: 2px solid transparent; transition: background-color 160ms ease, color 160ms ease, transform 120ms ease; min-height: 44px; }
.btn:active { transform: scale(0.98); }
.btn-yellow { background: var(--yellow); color: var(--yellow-ink); }
.btn-yellow:hover { background: #FDE047; }
.btn-outline { background: transparent; color: #fff; border-color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,0.08); }
.btn-block { width: 100%; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(8,8,10,0.96); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; gap: 16px; }
.logo { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; display: flex; align-items: center; gap: 10px; color: #fff; }
.logo-mark { width: 40px; height: 40px; background: var(--yellow); color: var(--yellow-ink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-links { display: none; list-style: none; margin: 0; padding: 0; align-items: center; gap: 26px; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; font-size: 0.95rem; }
.nav-links a:not(.btn):hover { color: var(--yellow); }
.nav-phone { display: none; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; color: var(--yellow); font-size: 1.05rem; white-space: nowrap; }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--surface-1); color: #fff; flex-shrink: 0; }
@media (min-width: 1000px) { .nav-links { display: flex; } .nav-phone { display: flex; } .menu-toggle { display: none; } }
.mobile-menu { display: none; border-top: 1px solid var(--line); background: var(--ink); }
.mobile-menu.is-open { display: block; }
.mobile-menu ul { list-style: none; margin: 0; padding: 10px 0; }
.mobile-menu li { border-top: 1px solid var(--line); }
.mobile-menu li:first-child { border-top: none; }
.mobile-menu a:not(.btn) { display: block; padding: 14px 0; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }

/* HERO — poster style, diagonal accent shape */
.hero { position: relative; overflow: hidden; padding: 60px 0 56px; }
/* Fotot ligger som bakgrund med en mörk slöja så att posterkompositionen
   och den gula diagonalen behålls oförändrade ovanpå. */
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  /* Smal skärm: texten spänner över hela bredden, så slöjan måste vara jämn.
     Den vågräta uttoningen nedan fungerar bara när texten ligger i vänstra halvan. */
  background-image:
    linear-gradient(180deg, rgba(8,8,10,0.86) 0%, rgba(8,8,10,0.84) 55%, rgba(8,8,10,0.88) 100%),
    url('bilder/hero-800.webp');
  background-size: cover; background-position: center;
}
@media (min-width: 801px) {
  .hero::before { background-image:
    linear-gradient(90deg, rgba(8,8,10,0.94) 0%, rgba(8,8,10,0.86) 45%, rgba(8,8,10,0.62) 100%),
    url('bilder/hero-1600.webp'); }
}
@media (min-width: 900px) { .hero { padding: 96px 0 80px; } }
.hero-stripe {
  position: absolute; z-index: 1; top: 0; right: -10%; width: 55%; height: 100%;
  background: var(--yellow);
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 20% 100%);
  opacity: 0.96;
}
.hero-stripe::after {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg, rgba(0,0,0,0.08) 0 14px, transparent 14px 28px);
}
@media (max-width: 899px) { .hero-stripe { opacity: 0.14; right: -30%; } }
.hero-inner { position: relative; z-index: 2; max-width: 720px; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ink); font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; font-size: 0.85rem; padding: 7px 14px; margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.6rem, 8vw, 4.6rem); }
.hero h1 em { font-style: normal; color: var(--yellow); }
.hero-sub { margin-top: 20px; font-size: 1.15rem; color: var(--fg-dim); max-width: 46ch; font-weight: 400; }
.hero-ctas { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }

/* Trust bar — full width band */
.trust-bar { background: var(--surface-1); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-bar-inner { display: grid; grid-template-columns: 1fr; }
@media (min-width: 800px) { .trust-bar-inner { grid-template-columns: repeat(4, 1fr); } }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 22px 20px; border-top: 1px solid var(--line); }
.trust-bar-inner .trust-item:first-child { border-top: none; }
@media (min-width: 800px) {
  .trust-item { border-top: none; border-left: 1px solid var(--line); }
  .trust-bar-inner .trust-item:first-child { border-left: none; }
}
.trust-item svg { color: var(--yellow); flex-shrink: 0; }
.trust-item .t { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.01em; font-size: 0.98rem; color: #fff; }
.trust-item .d { font-size: 0.82rem; color: var(--fg-dim); margin-top: 2px; }

/* Sections */
.section { padding: 56px 0; }
@media (min-width: 900px) { .section { padding: 90px 0; } }
.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.section-eyebrow { font-family: var(--font-display); font-weight: 700; color: var(--yellow); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.85rem; }
.section-title-row h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-top: 8px; }
.section-desc { max-width: 44ch; color: var(--fg-dim); font-size: 1rem; }

/* Diagonal section transition */
.diagonal-top { clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%); margin-top: -1px; }

/* Services — numbered spec list */
.spec-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
@media (min-width: 860px) { .spec-list { grid-template-columns: 1fr 1fr; } }
.spec-row { display: flex; gap: 20px; padding: 26px 4px; border-bottom: 1px solid var(--line); }
@media (min-width: 860px) { .spec-row:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 24px; } .spec-row:nth-child(even) { padding-left: 24px; } }
.spec-num { font-family: var(--font-display); font-weight: 800; font-size: 2.2rem; color: var(--yellow); flex-shrink: 0; width: 60px; }
.spec-row h3 { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 1.15rem; color: #fff; letter-spacing: 0.01em; }
.spec-row p { margin-top: 6px; color: var(--fg-dim); font-size: 0.94rem; }

/* Om oss — asymmetric stat column + narrative */
.about-split { display: grid; gap: 40px; }
@media (min-width: 900px) { .about-split { grid-template-columns: 0.85fr 1.15fr; gap: 60px; } }
.about-media { width: 100%; height: auto; aspect-ratio: 10 / 7; object-fit: cover;
  display: block; border: 1px solid var(--line); }
.stat-stack { display: grid; gap: 26px; }
.stat-block { border-left: 4px solid var(--yellow); padding-left: 18px; }
.stat-block .num { font-family: var(--font-display); font-weight: 800; font-size: 3rem; color: #fff; line-height: 1; }
.stat-block .label { margin-top: 4px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.03em; font-size: 0.88rem; color: var(--fg-dim); }
.about-copy p { color: #D4D4D8; font-size: 1.08rem; font-weight: 400; }
.about-copy p + p { margin-top: 16px; }

.cert-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.cert-chip { display: inline-flex; align-items: center; gap: 9px; background: var(--surface-1); border: 1px solid var(--line); padding: 10px 16px; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; font-size: 0.82rem; color: #fff; }
.cert-chip svg { color: var(--yellow); flex-shrink: 0; }

/* Referensprojekt — catalog index */
.catalog { border-top: 1px solid var(--line); }
.catalog-row { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 24px 4px; border-bottom: 1px solid var(--line); align-items: start; }
@media (min-width: 700px) { .catalog-row { grid-template-columns: 60px 150px 180px 1fr; align-items: center; } }
.catalog-bild { width: 100%; height: 150px; object-fit: cover; display: block;
  border: 1px solid var(--line); grid-column: 1 / -1; order: -1; }
@media (min-width: 700px) { .catalog-bild { height: 92px; grid-column: auto; order: 0; } }
.catalog-num { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; color: var(--yellow); }
.catalog-loc { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.03em; font-size: 0.85rem; color: var(--fg-dim); }
.catalog-body h3 { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 1.1rem; color: #fff; }
.catalog-body p { margin-top: 6px; color: var(--fg-dim); font-size: 0.94rem; }

/* Recensioner — ledger style */
.ledger { display: grid; gap: 0; }
.ledger-row { border-left: 4px solid var(--yellow); background: var(--surface-1); padding: 22px 24px; margin-bottom: 14px; }
.ledger-stars { font-family: var(--font-display); font-weight: 700; color: var(--yellow); letter-spacing: 0.08em; margin-bottom: 10px; }
.ledger-quote { color: #E4E4E7; font-size: 1rem; }
.ledger-attr { margin-top: 14px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.02em; font-weight: 700; font-size: 0.9rem; color: #fff; }
.ledger-attr span { color: var(--fg-dim); font-weight: 400; text-transform: none; letter-spacing: 0; font-family: var(--font-body); }

/* Kontakt — phone-forward CTA + work-order form */
.contact-block { background: var(--surface-1); border: 1px solid var(--line); }
.contact-grid { display: grid; }
@media (min-width: 940px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-phone-panel { background: var(--yellow); color: var(--yellow-ink); padding: 44px 36px; display: flex; flex-direction: column; justify-content: center; }
.contact-phone-panel .k { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; letter-spacing: 0.03em; font-size: 0.95rem; }
.contact-phone-panel .phone-big { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 6vw, 3.4rem); margin-top: 10px; letter-spacing: 0.01em; }
.contact-phone-panel .hours { margin-top: 18px; font-size: 0.95rem; font-weight: 600; }
.contact-phone-panel .hours + .hours { margin-top: 4px; }

.contact-form-panel { padding: 40px 36px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.02em; font-weight: 700; font-size: 0.85rem; color: #fff; }
.field input, .field textarea { font: inherit; padding: 12px 14px; border-radius: 0; border: 1px solid var(--line); background: var(--ink); color: #fff; min-height: 44px; }
.field textarea { min-height: 110px; resize: vertical; }
.field-error { color: #FCA5A5; font-size: 0.8rem; font-weight: 600; display: none; }
.field-error.is-visible { display: block; }
.form-status { margin-top: 14px; font-weight: 600; font-size: 0.88rem; display: none; color: #fff; }
.form-status.is-visible { display: block; }

/* Sticky mobile call bar */
.mobile-call-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: #000; border-top: 2px solid var(--yellow); padding: 10px 16px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.mobile-call-bar a { color: var(--yellow); font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; display: flex; align-items: center; gap: 8px; padding: 8px; }
@media (min-width: 1000px) { .mobile-call-bar { display: none; } }
body { padding-bottom: 62px; }
@media (min-width: 1000px) { body { padding-bottom: 0; } }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: var(--ink); }
.footer-inner { padding-top: 30px; padding-bottom: 30px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.footer-fine { font-size: 0.8rem; color: var(--fg-dim); }
.footer-fine a { text-decoration: underline; color: var(--fg-dim); }
