@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600&display=swap");

:root {
  --red: #e1212c;
  --ink: #111315;
  --muted: #62666b;
  --paper: #f3f1ed;
  --line: rgba(17, 19, 21, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Inter", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 104px;
  display: flex; align-items: center; gap: 46px; padding: 0 clamp(22px, 5vw, 78px);
  color: white; border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand img { display: block; width: 175px; height: auto; filter: brightness(0) invert(1); }
.site-header nav { margin-left: auto; display: flex; gap: 34px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.site-header nav a { transition: opacity .2s; }
.site-header nav a:hover { opacity: .65; }
.header-actions { display: flex; gap: 10px; }
.header-cta { padding: 14px 19px; border: 1px solid rgba(255,255,255,.8); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }

.hero { position: relative; min-height: 880px; height: 100vh; color: white; overflow: hidden; background: #181b1d; }
.hero-image { position: absolute; inset: 0; background: url("/media/hero.png") center 56% / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,11,12,.92) 0%, rgba(9,11,12,.57) 48%, rgba(9,11,12,.16) 78%), linear-gradient(0deg, rgba(9,11,12,.7), transparent 38%); }
.hero-copy { position: relative; z-index: 1; max-width: 900px; padding: 220px clamp(22px, 7.5vw, 120px) 180px; }
.eyebrow { display: inline-flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--red); }
.eyebrow.dark { color: var(--red); }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; margin: 0; text-transform: uppercase; line-height: .94; }
h1 { margin-top: 28px; font-size: clamp(70px, 8.2vw, 132px); letter-spacing: -.035em; }
.hero-copy > p { max-width: 660px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 58px; padding: 0 28px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: white; }
.button-dark { background: var(--ink); color: white; }
.hero-stats { position: absolute; z-index: 1; right: clamp(22px, 5vw, 78px); bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-width: min(760px, 57vw); background: rgba(13,15,16,.84); backdrop-filter: blur(12px); }
.hero-stats div { padding: 26px 30px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font-family: "Barlow Condensed", sans-serif; font-size: 24px; text-transform: uppercase; }
.hero-stats span { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }

.section { padding: 120px clamp(22px, 7.5vw, 120px); }
.section-heading { display: grid; grid-template-columns: 1fr 410px; align-items: end; gap: 80px; margin-bottom: 64px; }
.section-heading h2, .quote h2 { margin-top: 22px; font-size: clamp(58px, 6vw, 92px); letter-spacing: -.03em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #2d3032; color: white; }
.service-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .6s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,11,.93), rgba(8,10,11,.08) 66%); }
.service-number { position: absolute; top: 24px; right: 24px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.6); font-size: 11px; }
.service-copy { position: absolute; left: 28px; right: 28px; bottom: 28px; }
.service-copy h3 { font-size: clamp(34px, 3.2vw, 51px); }
.service-copy p { max-width: 380px; margin: 14px 0 0; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.6; }

.company { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 760px; background: var(--ink); color: white; }
.company-image { min-height: 620px; background: url("/media/lonas.png") center / cover no-repeat; }
.company-copy { align-self: center; padding: 90px clamp(34px, 7vw, 110px); }
.company-copy h2 { max-width: 640px; margin-top: 26px; font-size: clamp(58px, 6vw, 92px); letter-spacing: -.03em; }
.company-copy p { max-width: 630px; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.8; }
.company-copy .lead { margin-top: 32px; color: white; font-size: 18px; line-height: 1.6; }
.company-copy ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.company-copy li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 13px; text-transform: uppercase; letter-spacing: .07em; }
.company-copy li::before { content: "✓"; color: var(--red); margin-right: 13px; }

.quote { display: flex; align-items: end; justify-content: space-between; gap: 50px; background: #dad7d1; }
.quote .button { margin-bottom: 8px; white-space: nowrap; }
footer { padding: 78px clamp(22px, 7.5vw, 120px) 28px; background: #0a0b0c; color: white; }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-top img { width: 210px; filter: brightness(0) invert(1); }
.footer-top > p { max-width: 360px; margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.6; text-align: right; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; padding: 58px 0; }
.footer-grid span { display: block; margin-bottom: 16px; color: var(--red); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.9; }
.footer-grid a:hover, .footer-bottom a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.35); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 900px) {
  .site-header { height: 84px; }
  .site-header nav { display: none; }
  .brand img { width: 145px; }
  .header-actions { margin-left: auto; }
  .header-cta { padding: 12px 13px; }
  .hero { min-height: 780px; }
  .hero-copy { padding-top: 180px; }
  .hero-stats { left: 0; right: 0; min-width: 0; }
  .hero-stats div { padding: 20px 15px; }
  .hero-stats strong { font-size: 19px; }
  .section { padding-top: 86px; padding-bottom: 86px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .company { grid-template-columns: 1fr; }
  .company-image { min-height: 520px; }
  .quote { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 580px) {
  .site-header { gap: 12px; padding-left: 17px; padding-right: 17px; }
  .brand img { width: 126px; }
  .header-cta { font-size: 9px; }
  h1 { font-size: 61px; }
  .hero-copy { padding-left: 20px; padding-right: 20px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-stats div { padding: 17px 10px; }
  .hero-stats strong { font-size: 16px; }
  .hero-stats span { font-size: 8px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { aspect-ratio: 1 / 1.1; }
  .company-image { min-height: 390px; }
  .company-copy { padding: 70px 22px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 30px; }
  .footer-top > p { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 15px; }
}
