:root {
  --primary: #1f6f43;       /* hageservice-grønn */
  --primary-dark: #14502f;
  --accent: #00a7c4;        /* Gardena-turkis */
  --cta: #f4a300;           /* varm CTA */
  --bg: #ffffff;
  --bg-soft: #f4f8f5;
  --text: #1f2a24;
  --muted: #5d6b62;
  --max-width: 1140px;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(20, 80, 47, 0.08);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  line-height: 1.65;
  background: var(--bg);
}
img { max-width: 100%; display: block; }
a { color: var(--primary); }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 4.5rem 0; }
.section--soft { background: var(--bg-soft); }
h1, h2, h3 { line-height: 1.2; color: var(--text); }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); font-weight: 700; margin-bottom: .4rem; }
h3 { font-size: 1.25rem; font-weight: 700; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 700; color: var(--accent); }
.center { text-align: center; }
.center .lead { margin: 0 auto; }

/* Header */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e7eee9;
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: .9rem 1.25rem; max-width: var(--max-width); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: .6rem; font-weight: 800; font-size: 1.25rem; color: var(--primary); text-decoration: none; }
.brand .logo { width: 38px; height: 38px; border-radius: 9px; background: var(--primary); color:#fff; display:grid; place-items:center; font-size:1.2rem; }
.nav-links { display: flex; align-items: center; gap: 1.4rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text); font-weight: 600; font-size: .98rem; }
.nav-links a:hover { color: var(--primary); }
.nav-links a.active { color: var(--primary); }
.nav-cta { background: var(--cta); color: #1f2a24 !important; padding: .55rem 1.1rem; border-radius: 999px; }
.burger { display: none; background: none; border: 0; cursor: pointer; font-size: 1.6rem; color: var(--primary); }

/* Buttons */
.btn { display: inline-block; border: 0; cursor: pointer; font-weight: 700; text-decoration: none; padding: .9rem 1.7rem; border-radius: 999px; transition: transform .12s ease, box-shadow .12s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--cta { background: var(--cta); color: #1f2a24; box-shadow: 0 6px 18px rgba(244,163,0,.35); }
.btn--primary { background: var(--primary); color: #fff; }
.btn--ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.btn-row { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 1.6rem; }

/* Hero */
.hero { position: relative; color: #fff; }
.hero::before { content:""; position:absolute; inset:0; background:
  linear-gradient(135deg, rgba(20,80,47,.92), rgba(31,111,67,.78)),
  url("https://images.squarespace-cdn.com/content/v1/59bd982ce3df28bd2da290bf/1511043265147-32HUH6NX2E1H940S4BFY/GA650-1755.jpg") center/cover; }
.hero-inner { position: relative; padding: 6rem 0 5rem; }
.hero h1 { color: #fff; max-width: 18ch; }
.hero .lead { color: rgba(255,255,255,.92); margin-top: 1rem; }
.badge-strip { display:flex; gap:1.4rem; flex-wrap:wrap; margin-top:2rem; }
.badge { display:flex; align-items:center; gap:.5rem; font-weight:600; font-size:.95rem; }
.badge .num { font-size:1.6rem; font-weight:800; }

/* Cards / services */
.grid { display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card { background:#fff; border:1px solid #e7eee9; border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow); display:flex; flex-direction:column; }
.card img { height: 200px; object-fit: cover; width: 100%; }
.card-body { padding: 1.5rem; }
.card-body p { color: var(--muted); margin-top:.4rem; }
.card .btn { margin-top: 1rem; }

/* Reviews */
.stars { color: #f4a300; font-size: 1.1rem; letter-spacing: 2px; }
.rating-head { display:flex; align-items:center; gap:1rem; justify-content:center; flex-wrap:wrap; margin-bottom:2.2rem; }
.rating-head .score { font-size:3rem; font-weight:800; color:var(--primary); line-height:1; }
.review { background:#fff; border:1px solid #e7eee9; border-radius: var(--radius); padding:1.6rem; box-shadow: var(--shadow); }
.review p { color:var(--text); margin:.7rem 0 1rem; }
.review .who { font-weight:700; }
.review .src { color:var(--muted); font-size:.85rem; }
.g-logo { font-weight:700; }
.g-logo b:nth-child(1){color:#4285F4}.g-logo b:nth-child(2){color:#EA4335}.g-logo b:nth-child(3){color:#FBBC05}.g-logo b:nth-child(4){color:#4285F4}.g-logo b:nth-child(5){color:#34A853}.g-logo b:nth-child(6){color:#EA4335}

/* Split */
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items:center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* Contact */
.info-grid { display:grid; gap:1.2rem; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); }
.info-card { background:#fff; border:1px solid #e7eee9; border-radius: var(--radius); padding:1.4rem; box-shadow: var(--shadow); }
.info-card .label { font-size:.8rem; text-transform:uppercase; letter-spacing:.08em; color:var(--accent); font-weight:700; }
.info-card .val { font-size:1.15rem; font-weight:700; margin-top:.2rem; }
.info-card a { text-decoration:none; }
.hours { list-style:none; }
.hours li { display:flex; justify-content:space-between; padding:.35rem 0; border-bottom:1px dashed #e7eee9; }
form.contact input, form.contact textarea { width:100%; padding:.85rem 1rem; border:1px solid #d8e2db; border-radius:10px; font:inherit; margin-top:.6rem; }
form.contact label { font-weight:600; font-size:.95rem; }
.map { width:100%; border:0; border-radius: var(--radius); min-height:320px; box-shadow: var(--shadow); }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--primary), var(--accent)); color:#fff; text-align:center; }
.cta-band h2 { color:#fff; }
.cta-band .lead { color: rgba(255,255,255,.92); margin:.6rem auto 0; }

/* Footer */
footer { background: var(--primary-dark); color: #c9ddd0; padding: 3rem 0 2rem; font-size: .95rem; }
footer a { color: #fff; text-decoration: none; }
.foot-grid { display:grid; gap:2rem; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); margin-bottom:2rem; }
.foot-grid h4 { color:#fff; margin-bottom:.6rem; }
.foot-grid ul { list-style:none; }
.foot-grid li { padding:.2rem 0; }
.foot-bottom { border-top:1px solid rgba(255,255,255,.15); padding-top:1.2rem; display:flex; justify-content:space-between; flex-wrap:wrap; gap:.6rem; font-size:.85rem; }
.foot-bottom .proto { color:#9fc4ae; }

@media (max-width: 820px) {
  .split { grid-template-columns: 1fr; }
  .nav-links { position: absolute; top: 100%; left:0; right:0; background:#fff; flex-direction: column; align-items:flex-start; padding:1rem 1.25rem; gap:.4rem; border-bottom:1px solid #e7eee9; display:none; }
  .nav-links.open { display:flex; }
  .nav-links li { width:100%; }
  .burger { display:block; }
}
