:root {
  /* officiella varumärkesfärger (brand manual) */
  --bg: #0a0a0a;          /* kolsvart */
  --bg2: #1f1f1f;         /* antracit */
  --ink: #e8ecef;         /* borstat stål ljus */
  --muted: #9aa3ab;
  --line: #2c2c2c;
  --brass: #d4af37;       /* borstat guld */
  --brass-dim: #9c7c34;
  --steel-flat: #7a7a7a;  /* borstat stål */
  --steel: linear-gradient(135deg, #e8ecef, #9aa3ab 40%, #c7ced3 55%, #7c858d 80%, #aeb6bd);
}

* { box-sizing: border-box; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

html, body {
  margin: 0;
  min-height: 100%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 500px at 50% -5%, #262c31 0%, transparent 60%),
    linear-gradient(180deg, var(--bg2), var(--bg));
  -webkit-font-smoothing: antialiased;
}

/* subtil borstad-metall/korn-textur */
.grain {
  position: fixed; inset: 0; pointer-events: none; opacity: .05; z-index: 0;
  background-image: repeating-linear-gradient(90deg, #fff 0 1px, transparent 1px 3px);
  mix-blend-mode: overlay;
}

.wrap {
  position: relative; z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  padding: 64px 24px calc(40px + env(safe-area-inset-bottom));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.brand { margin-bottom: 30px; }
.logo {
  width: min(340px, 78vw);
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.6));
}

.lead { margin: 0 auto 40px; max-width: 30rem; }
.lead p { color: var(--muted); font-size: 16px; line-height: 1.65; margin: 0; }

/* Svetsar-bård */
.welder {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin: 8px 0 44px;
  aspect-ratio: 16 / 9;
  background: #000 url("welder.jpg") center/cover no-repeat;
  box-shadow: 0 12px 30px rgba(0,0,0,.5);
}
.welder-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end;
  padding: 20px 22px;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.65));
}
.welder-quote {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 4.5vw, 26px);
  letter-spacing: .04em;
  color: var(--ink);
  text-shadow: 0 2px 12px rgba(0,0,0,.8);
}

.about { text-align: left; margin-bottom: 40px; }
.about-img {
  width: 100%; height: auto; border-radius: 12px;
  margin-bottom: 22px; display: block;
  box-shadow: 0 10px 26px rgba(0,0,0,.45);
}
.about h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700; font-size: 26px; letter-spacing: .05em; text-transform: uppercase;
  margin: 0 0 14px; color: var(--ink);
}
.about h2::after { content: ""; display: block; width: 46px; height: 3px; background: var(--brass); margin-top: 10px; }
.about p { color: var(--muted); font-size: 15.5px; line-height: 1.7; margin: 0 0 14px; }

/* Resan */
.journey { margin-bottom: 46px; }
.journey ol {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px;
}
.journey li {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  position: relative;
}
.journey .step {
  font-family: "Rajdhani", sans-serif; font-weight: 700; font-size: 15px;
  color: var(--bg); background: linear-gradient(135deg, var(--brass), var(--brass-dim));
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.journey .lbl { font-size: 11px; color: var(--muted); line-height: 1.3; }
/* kopplande linje mellan stegen */
.journey li:not(:last-child)::after {
  content: ""; position: absolute; top: 17px; left: calc(50% + 22px); right: calc(-50% + 22px);
  height: 2px; background: var(--line);
}

/* Galleri */
.gallery {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin-bottom: 46px;
}
.gallery figure { margin: 0; }
.gallery img {
  width: 100%; aspect-ratio: 3/2; object-fit: cover;
  border-radius: 10px; display: block;
  box-shadow: 0 8px 18px rgba(0,0,0,.4);
}
.gallery figcaption {
  font-size: 11px; color: var(--muted); margin-top: 8px; text-align: center; line-height: 1.3;
}

/* Produkt-sektion */
.product {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 22px;
  margin-bottom: 46px;
  background: rgba(212,175,55,.03);
  text-align: left;
}
.product-badge {
  display: inline-block;
  font-family: "Rajdhani", sans-serif; font-weight: 600;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 12px;
}
.product h2 {
  font-family: "Rajdhani", sans-serif; font-weight: 700;
  font-size: 24px; letter-spacing: .04em; text-transform: uppercase;
  margin: 0 0 12px;
}
.product p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0 0 20px; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--brass-dim);
  box-shadow: none;
  padding: 12px 24px;
}
.btn-ghost:hover { border-color: var(--brass); color: var(--brass); box-shadow: none; transform: none; }

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 44px;
}
.pillar {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 10px;
  background: rgba(255,255,255,.02);
  display: flex; flex-direction: column; gap: 6px;
}
.pillar .k { font-family: "Rajdhani", sans-serif; font-weight: 700; font-size: 17px; letter-spacing: .06em; text-transform: uppercase; }
.pillar .k::after { content: ""; display: block; width: 22px; height: 2px; background: var(--brass); margin: 8px auto 2px; }
.pillar .v { color: var(--muted); font-size: 12px; line-height: 1.4; }

.soon {
  border-top: 1px solid var(--line);
  padding-top: 36px;
  margin-top: auto;
}
.soon-badge {
  display: inline-block;
  font-family: "Rajdhani", sans-serif; font-weight: 600;
  font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--brass);
  border: 1px solid var(--brass-dim);
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 16px;
}
.soon p { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0 auto 22px; max-width: 26rem; }

.btn {
  display: inline-block;
  text-decoration: none;
  color: var(--bg);
  background: linear-gradient(135deg, #e8ecef, #aeb6bd);
  border: 0;
  border-radius: 10px;
  padding: 14px 30px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 8px 22px rgba(0,0,0,.4);
  transition: transform .08s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(0,0,0,.5); }
.btn:active { transform: translateY(0); }

.contact { margin-top: 8px; text-align: left; }
.contact .row { display: flex; gap: 10px; margin-bottom: 10px; }
.contact input, .contact textarea {
  width: 100%;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  margin-bottom: 10px;
}
.contact .row input { margin-bottom: 0; }
.contact input::placeholder, .contact textarea::placeholder { color: #6b747b; }
.contact input:focus, .contact textarea:focus {
  outline: none; border-color: var(--brass); background: rgba(212,175,55,.05);
}
.contact textarea { resize: vertical; min-height: 96px; }
.contact .btn { width: 100%; cursor: pointer; }
.contact .btn:disabled { opacity: .6; cursor: default; }
.form-status { font-size: 13px; margin: 12px 0 0; min-height: 1.2em; text-align: center; }
.form-status.ok { color: var(--brass); }
.form-status.err { color: #e07a6b; }

.foot {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px;
  color: #6b747b; font-size: 12px;
}
.foot .tag { letter-spacing: .1em; }

@media (max-width: 420px) {
  .pillars { grid-template-columns: 1fr; }
  .pillar { flex-direction: row; align-items: center; justify-content: space-between; text-align: left; }
  .pillar .k::after { display: none; }
  /* resan: staplat lodrätt på små skärmar */
  .journey ol { grid-template-columns: 1fr; gap: 12px; }
  .journey li { flex-direction: row; justify-content: flex-start; gap: 14px; }
  .journey li:not(:last-child)::after { display: none; }
  .journey .lbl { font-size: 14px; }
  /* galleri: två kolumner på mobil */
  .gallery { grid-template-columns: repeat(2, 1fr); }
}
