
:root{
  --yellow:#f3c400;
  --yellow-2:#ffd326;
  --black:#111111;
  --charcoal:#1a1a1a;
  --gray:#5e5e5e;
  --light:#f6f6f4;
  --white:#ffffff;
  --border:#deded8;
  --max:1180px;
  --radius:18px;
  --shadow:0 16px 50px rgba(0,0,0,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--black);
  background:var(--white);
  line-height:1.55;
}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:12px;top:12px;background:#fff;padding:10px 14px;z-index:9999}
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--border);
  backdrop-filter:blur(10px);
}
.navbar{display:flex;align-items:center;justify-content:space-between;min-height:150px;gap:34px}
.brand{flex:0 0 auto}
.brand img{width:430px;max-width:46vw;max-height:138px;object-fit:contain;object-position:left center}
.navbar nav{flex:1;min-width:0}
.nav-links{display:flex;align-items:center;justify-content:space-between;width:100%;gap:14px;list-style:none;margin:0;padding:0;font-weight:700;font-size:.94rem;white-space:nowrap}
.nav-links a{text-decoration:none}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:#9a7900}
.menu-btn{display:none;border:0;background:var(--black);color:var(--white);padding:10px 12px;border-radius:10px;font-weight:700}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:8px;text-decoration:none;font-weight:800;
  border-radius:999px;padding:13px 20px;border:2px solid transparent;
}
.btn-primary{background:var(--yellow);color:var(--black)}
.btn-primary:hover{background:var(--yellow-2)}
.btn-dark{background:var(--black);color:var(--white)}
.btn-outline{border-color:var(--black);background:transparent}
.hero{
  background:linear-gradient(120deg,#0d0d0d 0%,#1c1c1c 70%,#272727 100%);
  color:var(--white);
  padding:88px 0 82px;
  position:relative;overflow:hidden;
}
.hero:after{
  content:"";position:absolute;width:360px;height:360px;border:54px solid var(--yellow);
  border-radius:50%;right:-150px;top:-110px;opacity:.9
}
.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:54px;align-items:center;position:relative;z-index:1}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:.79rem;color:#d9b100;margin-bottom:14px}
.hero .eyebrow{color:var(--yellow)}
h1,h2,h3{line-height:1.08;margin-top:0}
h1{font-size:clamp(2.7rem,6vw,5.35rem);max-width:920px;margin-bottom:22px}
h2{font-size:clamp(2rem,4vw,3.25rem);margin-bottom:18px}
h3{font-size:1.35rem;margin-bottom:10px}
.hero p{font-size:1.24rem;max-width:760px;color:#e7e7e7}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero-card{
  background:var(--yellow);color:var(--black);border-radius:var(--radius);
  padding:30px;box-shadow:var(--shadow)
}
.hero-card h3{font-size:1.65rem}
.hero-card ul{padding-left:20px;margin:12px 0 0}
.section{padding:78px 0}
.section-light{background:var(--light)}
.section-dark{background:var(--black);color:var(--white)}
.intro{max-width:760px;margin-bottom:34px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--radius);
  padding:28px;box-shadow:0 10px 32px rgba(0,0,0,.04)
}
.section-dark .card{background:#1c1c1c;border-color:#333}
.card .num{font-size:.8rem;font-weight:900;color:#8b6d00;letter-spacing:.12em;text-transform:uppercase}
.card p{color:var(--gray)}
.section-dark .card p{color:#d0d0d0}
.list-clean{list-style:none;padding:0;margin:18px 0}
.list-clean li{padding:10px 0;border-bottom:1px solid var(--border)}
.section-dark .list-clean li{border-color:#333}
.highlight{
  border-left:6px solid var(--yellow);
  padding:22px 24px;background:#fff8cf;border-radius:0 var(--radius) var(--radius) 0;
  font-size:1.15rem;font-weight:700
}
.price-table{width:100%;border-collapse:collapse;margin-top:20px}
.price-table th,.price-table td{padding:14px 12px;border-bottom:1px solid var(--border);text-align:left}
.price-table th{background:#181818;color:white}
.price-table tr:nth-child(even) td{background:#fafafa}
.cta{
  background:var(--yellow);padding:52px 0
}
.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta h2{margin-bottom:7px}
.page-hero{background:var(--black);color:#fff;padding:70px 0 62px;border-bottom:8px solid var(--yellow)}
.page-hero p{max-width:760px;font-size:1.15rem;color:#ddd}
.kicker{font-size:1.06rem;font-weight:700}
.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.contact-panel{background:var(--light);border-radius:var(--radius);padding:30px;border:1px solid var(--border)}
.contact-panel strong{display:block;margin-top:16px}
.site-footer{background:#0d0d0d;color:#dedede;padding:48px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}
.footer-title{color:#fff;font-weight:900;margin-bottom:12px}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin:8px 0}
.footer-links a{text-decoration:none}
.footer-bottom{border-top:1px solid #333;margin-top:34px;padding-top:20px;font-size:.9rem;color:#aaa}
.badge{display:inline-block;background:#fff3ad;border:1px solid #eed35b;border-radius:999px;padding:7px 11px;font-size:.85rem;font-weight:800}
.article-list a{display:block;padding:18px 0;border-bottom:1px solid var(--border);text-decoration:none;font-weight:800}
.small{font-size:.9rem;color:var(--gray)}
@media (max-width:900px){
  .menu-btn{display:block}
  .navbar nav{flex:0 0 auto}
  .nav-links{
    display:none;position:absolute;left:20px;right:20px;top:150px;background:#fff;
    flex-direction:column;align-items:stretch;padding:18px;border:1px solid var(--border);
    border-radius:14px;box-shadow:var(--shadow)
  }
  .nav-links.open{display:flex}
  .hero-grid,.grid-3,.grid-2,.footer-grid,.contact-box{grid-template-columns:1fr}
  .hero-card{max-width:620px}
  .cta-grid{align-items:flex-start;flex-direction:column}
  .brand img{width:340px;max-width:58vw;max-height:108px}
}
@media (max-width:560px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .hero{padding:64px 0}
  .section{padding:58px 0}
  .brand img{width:260px;max-width:68vw;max-height:88px}
  h1{font-size:2.55rem}
  .price-table{font-size:.9rem}
}


/* v0.3 – redaksjonelle bilder */
.photo-section{padding:0 0 64px;background:var(--white)}
.photo-wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.site-photo{width:100%;height:auto;display:block;border-radius:var(--radius);box-shadow:var(--shadow);background:#161616}
.photo-wide{max-height:620px;object-fit:contain;object-position:center}
.photo-service{max-height:560px;object-fit:contain;object-position:center}
.photo-card{margin-top:24px;overflow:hidden;border-radius:var(--radius);background:#151515;box-shadow:var(--shadow)}
.photo-card .site-photo{border-radius:0;box-shadow:none;max-height:540px;object-fit:contain}
.hero-photo-wrap{width:min(1040px,calc(100% - 40px));margin:34px auto 0;position:relative;z-index:1}
.hero-photo{width:100%;height:auto;max-height:500px;object-fit:contain;object-position:center;border-radius:var(--radius);box-shadow:0 20px 60px rgba(0,0,0,.32);background:#0b0b0b}
.inline-photo{margin-top:34px}
@media (max-width:900px){
  .hero-photo-wrap{width:min(760px,calc(100% - 28px))}
  .photo-wrap{width:min(var(--max),calc(100% - 28px))}
  .hero-photo{max-height:430px;object-fit:contain}
  .photo-wide,.photo-service,.photo-card .site-photo{max-height:none;object-fit:contain}
  .photo-section{padding-bottom:48px}
}

/* Fagbilder i Tips & råd */
.article-image{margin:24px 0 26px}
.article-image img{width:100%;height:auto;border-radius:var(--radius);display:block;box-shadow:0 10px 32px rgba(0,0,0,.08)}
.article-image-wide{max-width:620px;margin-left:auto;margin-right:auto}
.article-image-detail{max-width:460px;margin-left:auto;margin-right:auto}
@media (max-width:700px){
  .article-image{margin:18px auto 22px}
  .article-image-wide{max-width:82%}
  .article-image-detail{max-width:72%}
}

/* v0.5 – større hovedlogo i toppfelt */
@media (max-width:900px){.navbar{min-height:118px}.nav-links{top:118px}}
@media (max-width:560px){.navbar{min-height:98px}.nav-links{top:98px}}

/* v0.6 – balansert toppmeny og roligere bildestørrelser */


.profile-slim{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center;margin-top:24px}
.profile-slim img{width:100%;max-width:340px;height:auto;border-radius:18px;box-shadow:0 12px 36px rgba(0,0,0,.10);display:block;margin:auto;object-fit:contain;background:#f6f6f4}
@media (max-width:900px){.profile-slim{grid-template-columns:1fr}.profile-slim img{max-width:300px}}


/* v0.8 – tekniske fagbilder på Tips & råd */
.tech-info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:28px;
}
.tech-info-card{
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:var(--white);
  padding:22px;
  box-shadow:0 10px 32px rgba(0,0,0,.04);
}
.tech-info-card h3{margin-top:18px}
.tech-photo-frame{
  width:100%;
  max-width:520px;
  margin:0 auto;
  overflow:hidden;
  border-radius:14px;
  background:#111;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
}
.tech-photo-frame.typeskilt{
  aspect-ratio:4/3;
}
.tech-photo-frame.typeskilt img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 63%;
  display:block;
}
.tech-photo-frame.kapasitet{
  aspect-ratio:4/3;
}
.tech-photo-frame.kapasitet img{
  width:112%;
  height:100%;
  object-fit:cover;
  object-position:left center;
  display:block;
}
.tech-note{
  margin-top:18px;
  padding:16px 18px;
  border-left:4px solid var(--yellow);
  background:#fff8cf;
  border-radius:0 12px 12px 0;
}
@media (max-width:820px){
  .tech-info-grid{grid-template-columns:1fr}
  .tech-info-card{padding:18px}
  .tech-photo-frame{max-width:460px}
}


/* v0.12 rental product cards */
.rental-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:34px}
.rental-product{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);padding:22px;box-shadow:0 10px 32px rgba(0,0,0,.04)}
.rental-product img{width:100%;height:auto;max-height:290px;object-fit:contain;display:block;margin:0 auto 16px;background:#f8f8f8;border-radius:12px}
.rental-product h3{margin:8px 0 10px}
.tech-table{width:100%;border-collapse:collapse;margin-top:12px;font-size:.96rem}
.tech-table td{padding:8px 8px;border-bottom:1px solid var(--border);vertical-align:top}
.tech-table td:first-child{font-weight:700;width:42%}
@media (max-width:900px){.rental-product-grid{grid-template-columns:1fr}}


/* v0.13 – mindre bilder på forside og øverst på utleie */
.home-hero-photo-wrap{
  width:min(820px,calc(100% - 40px));
}
.home-service-photo-wrap{
  width:min(760px,100%);
  margin-left:auto;
  margin-right:auto;
}
.rental-top-photo-wrap{
  width:min(760px,100%);
  margin-left:auto;
  margin-right:auto;
}
.home-service-photo-wrap .site-photo,
.rental-top-photo-wrap .site-photo{
  width:100%;
  height:auto;
  object-fit:contain;
}
@media (max-width:700px){
  .home-hero-photo-wrap{width:min(92%,620px)}
  .home-service-photo-wrap,
  .rental-top-photo-wrap{width:92%}
}


/* v0.17 – justert symmetri på tilhengerkort */
.rental-product-grid{
  align-items:stretch;
}
.rental-product{
  display:grid;
  grid-template-rows:260px 24px 58px auto 1fr;
  align-content:start;
}
.rental-product > img{
  width:100%;
  height:240px;
  max-height:none;
  object-fit:contain;
  align-self:center;
  margin:0 auto;
}
.rental-product > .num{
  align-self:end;
  margin:0;
}
.rental-product > h3{
  min-height:58px;
  margin:8px 0 10px;
  display:flex;
  align-items:flex-start;
}
.rental-product > .price-table{
  align-self:start;
  margin-top:0;
}
.rental-product > .tech-table{
  align-self:start;
  margin-top:18px;
}
@media (max-width:900px){
  .rental-product{
    grid-template-rows:auto auto auto auto auto;
  }
  .rental-product > img{
    height:auto;
    max-height:260px;
    margin-bottom:16px;
  }
  .rental-product > h3{
    min-height:0;
  }
}


/* v0.18 – kommende salg / under renovering */
.sale-status-note{
  margin-top:14px;
  padding:14px 18px;
  border-left:4px solid var(--yellow);
  background:#fff8cf;
  border-radius:0 12px 12px 0;
}
.coming-sale-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:28px;
}
.coming-sale-card{
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:var(--white);
  padding:18px;
  box-shadow:0 10px 28px rgba(0,0,0,.04);
  display:flex;
  flex-direction:column;
}
.coming-sale-card img{
  width:100%;
  height:auto;
  border-radius:12px;
  display:block;
  margin-bottom:14px;
}
.coming-sale-card h3{margin:4px 0 8px}
.coming-sale-card p{margin:0 0 10px}
.coming-sale-card ul{margin:0;padding-left:18px}
.coming-sale-card li{margin:0 0 6px}
@media (max-width:980px){.coming-sale-grid{grid-template-columns:1fr}}
