:root {
  --ink: #111914;
  --ink-soft: #1b261f;
  --green: #7fbe38;
  --green-dark: #4f8424;
  --cream: #f5f3ec;
  --white: #ffffff;
  --muted: #657069;
  --line: #dfe4dc;
  --shadow: 0 18px 50px rgba(14, 24, 17, .13);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(11, 17, 13, .96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; color: white; }
.brand img { border-radius: 50%; width: 52px; height: 52px; }
.brand strong { display: block; font-size: 1.25rem; letter-spacing: .03em; line-height: 1.1; }
.brand strong span { color: var(--green); }
.brand small { color: #bfc8c1; font-size: .78rem; }
.main-nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.main-nav a { color: #e7ece8; font-size: .93rem; font-weight: 700; }
.main-nav a:hover { color: var(--green); }
.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: #172019; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(8, 13, 10, .93) 0%, rgba(8, 13, 10, .72) 38%, rgba(8, 13, 10, .12) 72%, rgba(8, 13, 10, .2) 100%); }
.hero-content { position: relative; z-index: 2; color: white; padding-block: 7rem; max-width: 730px; }
.kicker, .eyebrow { margin: 0 0 .7rem; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 900; }
.hero h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 6.7rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 650px; color: #eef1ee; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .82rem 1.25rem; border-radius: 999px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: #10200f; }
.button.primary:hover { background: #97d34f; }
.button.ghost { color: white; border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.05); }
.benefits { background: var(--ink); color: white; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefits article { display: flex; gap: .9rem; padding: 1.6rem 1.2rem; border-right: 1px solid rgba(255,255,255,.12); }
.benefits article:last-child { border-right: 0; }
.benefit-icon { color: var(--green); font-size: 2rem; line-height: 1; }
.benefits h2 { margin: 0 0 .25rem; font-size: .98rem; }
.benefits p { margin: 0; color: #bfc7c1; font-size: .88rem; }
.section { padding: 5.5rem 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.image-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.content h2, .section-heading h2, .cta h2 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.03em; }
.content p { color: var(--muted); }
.check-list { padding: 0; margin: 1.5rem 0 0; list-style: none; display: grid; gap: .72rem; }
.check-list li { position: relative; padding-left: 2rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .05rem; display: grid; place-items: center; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--green); color: #122012; font-size: .8rem; font-weight: 900; }
.dark-section { background: var(--ink-soft); color: white; }
.section-heading { max-width: 760px; margin: 0 auto 2.5rem; text-align: center; }
.section-heading p:last-child { color: var(--muted); }
.section-heading.light p:last-child { color: #bdc7c0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card { overflow: hidden; border-radius: var(--radius); background: #111813; border: 1px solid rgba(255,255,255,.09); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.card-body { padding: 1.35rem; }
.card-body span { color: var(--green); font-size: .75rem; font-weight: 900; letter-spacing: .16em; }
.card h3 { margin: .25rem 0 .5rem; font-size: 1.2rem; }
.card p { margin: 0; color: #bec7c0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.steps article { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 1.4rem; box-shadow: 0 12px 30px rgba(16, 25, 18, .06); }
.steps b { width: 2.2rem; height: 2.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--green); }
.steps h3 { margin: .8rem 0 .4rem; }
.steps p { margin: 0; color: var(--muted); font-size: .93rem; }
.inspiration { background: #fff; }
.link-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.link-grid a { display: flex; flex-direction: column; min-height: 245px; background: #f6f8f4; border: 1px solid #e2e7df; border-radius: 18px; padding: 1.25rem; transition: transform .2s ease, box-shadow .2s ease; }
.link-grid a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.link-grid i { font-style: normal; font-size: 2rem; color: var(--green-dark); }
.link-grid h3 { margin: .55rem 0 .35rem; font-size: 1.05rem; }
.link-grid p { color: var(--muted); font-size: .9rem; margin: 0 0 1rem; }
.link-grid span { margin-top: auto; color: var(--green-dark); font-size: .86rem; font-weight: 800; }
.cta { padding: 4.5rem 0; color: white; background: linear-gradient(120deg, rgba(13,24,16,.96), rgba(25,53,30,.88)), url('../images/utsikt-mosseberg.jpg') center/cover; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta p { max-width: 720px; color: #d8dfd9; }
.site-footer { background: #090d0a; color: white; padding: 2rem 0; }
.footer-inner { display: flex; align-items: center; justify-content: center; gap: 1rem; text-align: center; }
.footer-inner img { border-radius: 50%; }
.footer-inner p { margin: .15rem 0; }
.footer-inner a { color: var(--green); font-weight: 800; }
@media (max-width: 980px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: .8rem 0; }
  .main-nav { gap: .75rem 1rem; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits article:nth-child(2) { border-right: 0; }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .cards, .steps { grid-template-columns: repeat(2, 1fr); }
  .link-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .hero { min-height: 590px; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,13,10,.94), rgba(8,13,10,.65)); }
  .hero-content { padding-block: 5rem; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  .benefits-grid, .cards, .steps, .link-grid { grid-template-columns: 1fr; }
  .benefits article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .benefits article:last-child { border-bottom: 0; }
  .section { padding: 4rem 0; }
  .cta-inner, .footer-inner { flex-direction: column; text-align: center; }
  .cta .button { width: 100%; }
}
