:root{--green:#25442f;--green2:#6f9660;--ink:#16221d;--muted:#68736d;--sand:#f4f0e8;--line:#e4ded2;--white:#fff;--shadow:0 18px 45px rgba(22,34,29,.12)}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 40px));margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #eee}.nav{height:88px;display:flex;align-items:center;gap:28px}.logo{width:270px}.menu{margin-left:auto;display:flex;gap:26px;font-size:14px;font-weight:700;letter-spacing:.04em}.actions{display:flex;gap:12px;margin-left:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 20px;border-radius:4px;font-weight:800;font-size:14px;letter-spacing:.03em;border:1px solid var(--green);transition:.18s ease}.btn.primary{background:var(--green);color:white}.btn.secondary{background:white;color:var(--green)}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(37,68,47,.16)}.hero{min-height:650px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(10,20,15,.78),rgba(10,20,15,.45),rgba(10,20,15,.05)),url('../images/hero-pallar.jpg') center/cover no-repeat;color:white}.hero-inner{padding:88px 0 78px;max-width:610px}.eyebrow{font-weight:900;letter-spacing:.13em;font-size:12px;color:var(--green2);text-transform:uppercase}.hero h1{font-size:clamp(44px,7vw,86px);line-height:.94;margin:18px 0 26px;letter-spacing:-.04em}.hero h1 span{color:#9abd76}.hero p{font-size:20px;max-width:560px;margin:0 0 32px;color:rgba(255,255,255,.92)}.hero-actions{display:flex;gap:18px;flex-wrap:wrap}.trustbar{background:linear-gradient(135deg,#12261a,#294d35);color:white}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{padding:28px 28px;border-left:1px solid rgba(255,255,255,.14);display:flex;gap:16px;align-items:flex-start}.trust-item:last-child{border-right:1px solid rgba(255,255,255,.14)}.icon{width:46px;height:46px;border:1px solid rgba(255,255,255,.65);border-radius:50%;display:grid;place-items:center;flex:0 0 46px;font-size:22px}.trust h3{margin:0 0 4px;font-size:15px;letter-spacing:.04em}.trust p{margin:0;color:rgba(255,255,255,.78);font-size:14px}.section{padding:86px 0}.section.alt{background:var(--sand)}.center{text-align:center}.section h2{font-size:clamp(34px,4vw,50px);line-height:1.05;margin:12px 0 14px;letter-spacing:-.03em}.lead{color:var(--muted);font-size:18px;max-width:760px;margin:0 auto 38px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:white;border:1px solid var(--line);border-radius:6px;overflow:hidden;box-shadow:0 1px 0 rgba(0,0,0,.02)}.card img{width:100%;height:230px;object-fit:cover}.card-body{padding:28px}.card h3{margin:0 0 10px;font-size:21px;letter-spacing:.03em}.card p{margin:0;color:var(--muted)}.why{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;margin-top:46px}.why-item{text-align:center}.why-icon{height:58px;color:var(--green2);font-size:38px;margin-bottom:18px}.why h3{font-size:14px;margin:0 0 10px;letter-spacing:.04em}.why p{font-size:14px;color:var(--muted);margin:0}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:38px;box-shadow:var(--shadow)}.panel ul{padding:0;margin:24px 0 0;list-style:none}.panel li{padding:12px 0;border-bottom:1px solid #eee;color:#33433b}.panel li:before{content:'✓';color:var(--green2);font-weight:900;margin-right:12px}.cta{background:linear-gradient(90deg,rgba(13,27,19,.92),rgba(13,27,19,.70)),url('../images/hero-pallar.jpg') center/cover no-repeat;color:white;padding:72px 0}.cta h2{font-size:clamp(34px,5vw,58px);margin:0 0 14px;letter-spacing:-.03em}.cta p{font-size:18px;color:rgba(255,255,255,.82);max-width:640px}.footer{background:#111b17;color:white;padding:56px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:48px}.footer .logo{filter:brightness(0) invert(1);opacity:.96}.footer h4{font-size:13px;letter-spacing:.08em;margin:0 0 18px}.footer p,.footer a{color:rgba(255,255,255,.72)}.footer-links{display:grid;gap:7px}.copy{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:24px;color:rgba(255,255,255,.55);font-size:13px}.page-hero{padding:86px 0;background:linear-gradient(135deg,#f6f2ea,#fff)}.page-hero h1{font-size:clamp(40px,6vw,72px);line-height:1;margin:10px 0}.form{display:grid;gap:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field label{display:block;font-weight:800;font-size:13px;margin-bottom:8px}.field input,.field select,.field textarea{width:100%;border:1px solid #d8d0c3;border-radius:4px;padding:14px 14px;font:inherit}.field textarea{min-height:140px}.honeypot{display:none}.notice{background:#eef5ea;border-left:4px solid var(--green2);padding:18px;margin-bottom:24px}@media(max-width:900px){.nav{height:auto;min-height:78px}.menu{display:none}.actions{margin-left:auto}.logo{width:220px}.hero{min-height:600px}.trust,.cards,.why,.split,.footer-grid{grid-template-columns:1fr}.trust-item{border-left:0;border-top:1px solid rgba(255,255,255,.12)}.form-grid{grid-template-columns:1fr}.section{padding:62px 0}.hero-actions,.actions{gap:10px}.btn{padding:12px 14px;font-size:12px}}@media(max-width:560px){.container{width:min(100% - 28px,1160px)}.actions .secondary{display:none}.logo{width:180px}.hero h1{font-size:48px}.hero p{font-size:17px}.card img{height:190px}}

/* WoodLoop startsida v2 - affärsidé och starkare varumärke */
.brand{display:flex;align-items:center}.nav{height:104px}.logo{width:330px;max-height:88px}.actions .btn{padding:15px 22px}.hero-new{min-height:720px;background:linear-gradient(90deg,rgba(10,20,15,.86),rgba(10,20,15,.56),rgba(10,20,15,.10)),url('../images/hero-pallar.jpg') center/cover no-repeat}.hero-new .hero-inner{max-width:720px}.hero-new h1{max-width:760px}.ghost{background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.72)!important}.intro-strip{background:#fff;border-bottom:1px solid var(--line);padding:34px 0}.intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.intro-grid h2{font-size:40px;line-height:1;margin:8px 0 0;letter-spacing:-.035em}.intro-grid p{margin:0;color:var(--muted);font-size:19px;max-width:760px}.small-label{font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:var(--green2)}.business-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:46px;text-align:left}.business-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:34px;min-height:300px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 1px 0 rgba(0,0,0,.02)}.business-card.featured{background:linear-gradient(145deg,#173122,#284a34);color:#fff;border-color:#173122;box-shadow:var(--shadow)}.business-card .number{font-size:13px;font-weight:900;letter-spacing:.14em;color:var(--green2);margin-bottom:38px}.business-card.featured .number{color:#a8c888}.business-card h3{font-size:27px;line-height:1;margin:0 0 14px;letter-spacing:-.02em}.business-card p{margin:0;color:var(--muted);font-size:16px}.business-card.featured p{color:rgba(255,255,255,.78)}.process-section{position:relative;overflow:hidden}.process-split{align-items:start}.lead.left{margin-left:0;margin-right:0}.process-list{background:white;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:var(--shadow)}.process-step{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:20px;border-bottom:1px solid #eee}.process-step:last-child{border-bottom:0}.process-step span{width:42px;height:42px;border-radius:50%;background:#eef5ea;color:var(--green);font-weight:900;display:grid;place-items:center}.process-step h3{margin:0 0 4px;font-size:19px}.process-step p{margin:0;color:var(--muted)}.image-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}.image-copy h2{font-size:clamp(36px,4.5vw,56px);line-height:1.02;margin:12px 0 16px;letter-spacing:-.035em}.check-list{list-style:none;padding:0;margin:28px 0 0}.check-list li{padding:13px 0;border-bottom:1px solid #eee;font-weight:800;color:#27382f}.check-list li:before{content:'✓';color:var(--green2);margin-right:12px}.photo-stack{position:relative;min-height:520px}.photo-main{position:absolute;right:0;top:0;width:84%;height:410px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow)}.photo-small{position:absolute;left:0;bottom:0;width:48%;height:245px;object-fit:cover;border-radius:12px;border:10px solid white;box-shadow:var(--shadow)}.offer-focus{background:linear-gradient(180deg,#fff,#f8f5ee)}
@media(max-width:900px){.nav{height:auto;min-height:92px}.logo{width:270px;max-height:78px}.intro-grid,.business-cards,.image-grid{grid-template-columns:1fr}.business-card{min-height:auto}.photo-stack{min-height:430px}.photo-main{width:100%;height:340px}.photo-small{width:58%;height:210px}.hero-new{min-height:640px}}
@media(max-width:560px){.logo{width:230px}.nav{min-height:86px}.hero-new h1{font-size:48px}.intro-grid{gap:18px}.intro-grid h2{font-size:32px}.business-card{padding:26px}.photo-stack{min-height:360px}.photo-main{height:285px}.photo-small{height:170px;border-width:7px}.actions .secondary{display:none}}
