:root{--green:#103b2b;--green2:#214f35;--ink:#121512;--muted:#626a65;--cream:#f7f6f2;--white:#fff;--line:#d9ddd8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(0,0,0,.08);backdrop-filter:blur(8px)}.nav-wrap{height:88px;display:flex;align-items:center;gap:28px}.brand img{width:285px;max-height:70px;object-fit:contain;object-position:left center}.nav-wrap nav{margin-left:auto;display:flex;gap:28px}.nav-wrap nav a,.contact a{color:inherit;text-decoration:none}.nav-wrap nav a:hover{text-decoration:underline;text-underline-offset:6px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;text-decoration:none;border:1px solid transparent;font-weight:600}.btn-dark{background:var(--green);color:#fff}.btn-light{border-color:#2b332f;background:rgba(255,255,255,.83);color:#111}.btn-outline{color:#fff;border-color:rgba(255,255,255,.7)}
.hero{position:relative;min-height:630px;overflow:hidden}.hero-photo{position:absolute;inset:0;background-image:url('https://commons.wikimedia.org/wiki/Special:Redirect/file/%C3%85sg%C3%A5rdstrand%2C_Norway_-_panoramio_%281%29.jpg?width=2000');background-size:cover;background-position:center 48%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.74) 34%,rgba(255,255,255,.14) 66%,rgba(0,0,0,.08) 100%)}.hero-inner{position:relative;padding-top:88px;padding-bottom:70px}.eyebrow{letter-spacing:.28em;font-size:14px;margin:0 0 18px}.hero h1,.about h2,.projects h2,.cta h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:.96;margin:0}.hero h1{font-size:clamp(52px,6vw,86px);max-width:700px}.lead{font-size:22px;line-height:1.35;margin:28px 0}.hero-actions{display:flex;gap:14px}.handwritten{position:absolute;right:1%;bottom:54px;color:#fff;font-family:'Segoe Print','Bradley Hand',cursive;font-size:25px;line-height:1.35;transform:rotate(-4deg);text-shadow:0 1px 3px rgba(0,0,0,.4)}
.services{background:var(--cream);border-top:1px solid #eee;border-bottom:1px solid #eee}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:34px 0}.service-grid article{text-align:center;padding:12px 26px;border-right:1px solid var(--line)}.service-grid article:last-child{border-right:0}.icon{font-size:34px;color:var(--green)}.service-grid h2{font-family:Georgia,serif;font-size:24px;font-weight:500;margin:10px 0 5px}.service-grid p,.projects p{margin:0;color:#525a55}
.about{display:grid;grid-template-columns:1.1fr .9fr;min-height:520px;padding:70px 0}.about-photo{min-height:470px;background:linear-gradient(145deg,#254a3c,#111c18);display:flex;align-items:flex-end;position:relative;overflow:hidden}.about-photo:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.2),transparent 35%),linear-gradient(20deg,rgba(255,255,255,.05),transparent 45%)}.van-card{position:relative;padding:44px;color:#fff;width:100%}.van-card img{width:340px;max-width:78%;background:#fff;padding:8px}.van-card p{font-family:'Segoe Print','Bradley Hand',cursive;font-size:23px;line-height:1.35;margin-top:36px}.about-copy{padding:28px 0 28px 54px;align-self:center}.eyebrow.dark{color:#5e675f}.about h2,.projects h2{font-size:54px;margin-bottom:24px}.about-copy>p:not(.eyebrow){font-size:18px;line-height:1.6;color:#545b56}.about ul{list-style:none;padding:0;margin:26px 0 0}.about li{margin:13px 0;font-size:18px}.about li:before{content:'✓';color:var(--green);font-weight:700;margin-right:14px}
.projects{background:#fbfbfa;padding:70px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.muted{color:#777}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-ph{height:180px;background-size:cover;background-position:center}.p1{background:linear-gradient(135deg,#d9cbb7,#8da8a0)}.p2{background:linear-gradient(135deg,#dcd8c7,#7b987e)}.p3{background:linear-gradient(135deg,#dfd7cb,#a9c2cf)}.p4{background:linear-gradient(135deg,#c8c3b9,#6f8174)}.project-grid h3{font-size:18px;margin:12px 0 4px}
.cta{background:linear-gradient(135deg,#123c2c,#0a2a20);color:#fff}.cta-inner{min-height:160px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta p{letter-spacing:.18em;font-size:12px;margin:0 0 9px}.cta h2{font-size:38px}.cta .btn{min-width:175px}
footer{background:#09261d;color:#fff;padding:38px 0 20px}.footer-main{display:grid;grid-template-columns:1.1fr .8fr .8fr .8fr;align-items:center;gap:30px}.footer-main>img{width:290px;background:#fff;padding:8px}.contact{display:flex;flex-direction:column;gap:10px}.contact a{color:#fff}.place{font-size:16px}.footer-note{font-family:'Segoe Print','Bradley Hand',cursive;font-size:24px;line-height:1.3}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18);font-size:12px;color:#d4ddd8}
@media(max-width:900px){.nav-wrap{height:auto;padding:14px 0;flex-wrap:wrap}.brand img{width:230px}.nav-wrap nav{order:3;width:100%;margin:0;gap:18px;overflow:auto;padding-bottom:4px}.nav-cta{margin-left:auto}.hero{min-height:560px}.hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.5))}.service-grid{grid-template-columns:repeat(2,1fr)}.service-grid article:nth-child(2){border-right:0}.about{grid-template-columns:1fr}.about-copy{padding:42px 0}.project-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.wrap{width:min(100% - 28px,1180px)}.brand img{width:205px}.nav-cta{display:none}.hero{min-height:620px}.hero-inner{padding-top:65px}.hero h1{font-size:52px}.lead{font-size:18px}.hero-actions{flex-direction:column;align-items:flex-start}.handwritten{right:18px;bottom:26px;font-size:19px}.service-grid{grid-template-columns:1fr 1fr}.service-grid article{padding:16px 8px}.service-grid h2{font-size:20px}.about h2,.projects h2{font-size:42px}.project-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.cta-inner{padding:32px 0;align-items:flex-start;flex-direction:column}.cta h2{font-size:32px}.footer-main{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}
