/* TINDESIGN – Variant 3: Lys / minimal */
:root {
  --primary: #15241c;       /* nær-svart brand */
  --primary-dark: #0d1712;
  --accent: #2e9e5b;        /* frisk grønn aksent */
  --cta: #15241c;
  --bg: #ffffff;
  --bg-soft: #f7f8f6;
  --text: #1a201d;
  --muted: #6b746e;
  --line: #e6e9e5;
  --max-width: 1080px;
  --radius: 8px;
  --shadow: none;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", system-ui, sans-serif; color: var(--text); line-height: 1.75; background: var(--bg); }
img { max-width: 100%; display: block; }
a { color: var(--accent); }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 6.5rem 0; }
.section--soft { background: var(--bg-soft); }
h1, h2, h3 { line-height: 1.18; color: var(--primary); letter-spacing: -0.02em; }
h1 { font-size: clamp(2.2rem, 5.5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 700; margin-bottom: .5rem; }
h3 { font-size: 1.2rem; font-weight: 700; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 58ch; font-weight: 400; }
.eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: .76rem; font-weight: 700; color: var(--accent); }
.center { text-align: center; }
.center .lead { margin: 0 auto; }

header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.5rem; max-width: var(--max-width); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: .55rem; font-weight: 800; font-size: 1.2rem; color: var(--primary); text-decoration: none; }
.brand .logo { width: 34px; height: 34px; border-radius: 8px; background: var(--primary); color:#fff; display:grid; place-items:center; font-size:1.05rem; }
.nav-links { display: flex; align-items: center; gap: 1.8rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text); font-weight: 500; font-size: .96rem; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-cta { color: var(--accent) !important; font-weight: 700; border-bottom: 2px solid var(--accent); padding-bottom: 2px; }
.burger { display: none; background: none; border: 0; cursor: pointer; font-size: 1.6rem; color: var(--primary); }

.btn { display: inline-block; border: 0; cursor: pointer; font-weight: 600; text-decoration: none; padding: .9rem 1.7rem; border-radius: 999px; transition: transform .12s ease, background .2s; font-size: .98rem; }
.btn:hover { transform: translateY(-2px); }
.btn--cta { background: var(--primary); color: #fff; }
.btn--cta:hover { background: #223a2d; }
.btn--primary { background: transparent; color: var(--primary); border: 1.5px solid var(--primary); }
.btn--ghost { background: transparent; color: var(--primary); border: 1.5px solid rgba(21,36,28,.3); }
.btn-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.8rem; }

.hero { position: relative; background: var(--bg-soft); color: var(--primary); }
.hero::before { display: none; }
.hero-inner { position: relative; padding: 6.5rem 0 5rem; max-width: 760px; }
.hero h1 { color: var(--primary); max-width: 16ch; }
.hero .lead { color: var(--muted); margin-top: 1.2rem; }
.badge-strip { display:flex; gap:2.5rem; flex-wrap:wrap; margin-top:2.6rem; }
.badge { display:flex; align-items:center; gap:.5rem; font-weight:500; font-size:.95rem; color:var(--muted); }
.badge .num { font-size:1.6rem; font-weight:800; color:var(--accent); }

.grid { display: grid; gap: 1.8rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; display:flex; flex-direction:column; }
.card img { height: 200px; object-fit: cover; width: 100%; }
.card-body { padding: 1.6rem; }
.card-body p { color: var(--muted); margin-top:.4rem; }
.card .btn { margin-top: 1.1rem; padding:.6rem 0; background:none; color:var(--accent); border:0; font-weight:700; }
.card .btn:hover { transform:none; text-decoration:underline; }

.stars { color: #e0a800; font-size: 1.1rem; letter-spacing: 2px; }
.rating-head { display:flex; align-items:center; gap:1rem; justify-content:center; flex-wrap:wrap; margin-bottom:3rem; }
.rating-head .score { font-size:3rem; font-weight:800; color:var(--primary); line-height:1; }
.review { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding:1.8rem; }
.review p { color:var(--text); margin:.7rem 0 1.1rem; }
.review .who { font-weight:700; }
.review .src { color:var(--muted); font-size:.85rem; }
.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 { display:grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items:center; }
.split img { border-radius: var(--radius); }

.info-grid { display:grid; gap:1.2rem; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); }
.info-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding:1.5rem; }
.info-card .label { font-size:.76rem; text-transform:uppercase; letter-spacing:.12em; color:var(--accent); font-weight:700; }
.info-card .val { font-size:1.15rem; font-weight:700; margin-top:.3rem; color:var(--primary); }
.info-card a { text-decoration:none; }
.hours { list-style:none; }
.hours li { display:flex; justify-content:space-between; padding:.45rem 0; border-bottom:1px solid var(--line); }
form.contact input, form.contact textarea { width:100%; padding:.9rem 1rem; border:1px solid var(--line); border-radius:8px; font:inherit; margin-top:.6rem; }
form.contact label { font-weight:600; font-size:.95rem; }
.map { width:100%; border:1px solid var(--line); border-radius: var(--radius); min-height:320px; }

.cta-band { background: var(--primary); color:#fff; text-align:center; }
.cta-band h2 { color:#fff; }
.cta-band .lead { color: rgba(255,255,255,.82); margin:.6rem auto 0; }
.cta-band .btn--ghost { color:#fff; border-color: rgba(255,255,255,.4); }

footer { background:#fff; color: var(--muted); padding: 3.5rem 0 2rem; font-size: .95rem; border-top:1px solid var(--line); }
footer a { color: var(--primary); 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: var(--primary); margin-bottom:.6rem; }
.foot-grid ul { list-style:none; }
.foot-grid li { padding:.2rem 0; }
.foot-bottom { border-top:1px solid var(--line); padding-top:1.2rem; display:flex; justify-content:space-between; flex-wrap:wrap; gap:.6rem; font-size:.85rem; }
.foot-bottom .proto { color:#9aa39d; }

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