/* Svalbergs Bilteknik – om-oss.css */

main { max-width: 1000px; margin: 0 auto; padding: 5rem 2.5rem; }

.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; margin-bottom: 5rem; }

.portrait {
  background: var(--steel); border: 1px solid var(--divider);
  border-radius: 4px; aspect-ratio: 3/4;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 1rem; position: relative; overflow: hidden;
}
.portrait::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 60% at 50% 40%, var(--ice-dim) 0%, transparent 70%); }
.portrait svg { width: 5rem; height: 5rem; opacity: 0.2; position: relative; }
.portrait span { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); opacity: 0.6; position: relative; }
.portrait img { width: 100%; height: 100%; object-fit: cover; position: relative; }
.portrait .caption { position: absolute; bottom: 1.2rem; left: 1.2rem; right: 1.2rem; }
.portrait .caption .name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.3rem; text-transform: uppercase; color: var(--white); }
.portrait .caption .role { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ice); margin-top: 0.2rem; }

.intro-text h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 2.5rem; text-transform: uppercase; line-height: 1; margin-bottom: 1.2rem; }
.intro-text p { color: var(--tungsten); font-size: 0.92rem; line-height: 1.85; margin-bottom: 1.2rem; }

.values-section { padding: 4rem 0; border-top: 1px solid var(--divider); border-bottom: 1px solid var(--divider); margin-bottom: 4rem; }
.values-section h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 2.2rem; text-transform: uppercase; margin-bottom: 2.5rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.value-card { background: var(--steel); border: 1px solid var(--divider); border-radius: 4px; padding: 1.8rem; }
.value-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 2.5rem; color: var(--ice); opacity: 0.3; line-height: 1; margin-bottom: 0.75rem; }
.value-card h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.2rem; text-transform: uppercase; margin-bottom: 0.6rem; color: var(--white); }
.value-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }

.timeline-section { margin-bottom: 4rem; }
.timeline-section h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 2.2rem; text-transform: uppercase; margin-bottom: 2.5rem; }
.timeline { display: flex; flex-direction: column; gap: 0; position: relative; }
.timeline::before { content: ''; position: absolute; left: 3.5rem; top: 0; bottom: 0; width: 1px; background: var(--divider); }
.timeline-item { display: grid; grid-template-columns: 7rem 1fr; gap: 2rem; padding: 1.8rem 0; border-bottom: 1px solid var(--divider); position: relative; }
.timeline-item:last-child { border-bottom: none; }
.timeline-year { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.1rem; color: var(--ice); text-align: right; padding-right: 2.2rem; position: relative; padding-top: 0.15rem; }
.timeline-year::after { content: ''; position: absolute; right: -0.4rem; top: 0.5rem; width: 0.65rem; height: 0.65rem; border-radius: 50%; background: var(--ice); border: 2px solid var(--steel); box-shadow: 0 0 0 1px var(--ice); }
.timeline-content h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem; text-transform: uppercase; margin-bottom: 0.4rem; color: var(--white); }
.timeline-content p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }

.brands-section { padding: 3.5rem 0; border-top: 1px solid var(--divider); margin-bottom: 4rem; }
.brands-section h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 2.2rem; text-transform: uppercase; margin-bottom: 0.5rem; }
.brands-section p { color: var(--tungsten); font-size: 0.88rem; margin-bottom: 2rem; }
.brand-list { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.brand-tag { background: var(--panel); border: 1px solid var(--divider); border-radius: 2px; padding: 0.5rem 1.1rem; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.06em; color: var(--tungsten); }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1100px; }
.why-stat-block { border-left: 2px solid var(--ice); padding-left: 1.5rem; margin-bottom: 2rem; }
.why-stat-block .num { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 3.5rem; line-height: 1; color: var(--white); }
.why-stat-block .num span { color: var(--ice); }
.why-stat-block .label { font-size: 0.82rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.3rem; }
.why-points { list-style: none; margin-top: 2rem; }
.why-points li { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid var(--divider); font-size: 0.9rem; color: var(--tungsten); }
.why-points li:last-child { border-bottom: none; }
.why-points li::before { content: '—'; color: var(--ice); flex-shrink: 0; margin-top: 0.1rem; }

@media (max-width: 900px) {
  main { padding: 3.5rem 1.5rem; }
  .intro-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .values-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
}
