:root{--ink:#171b24;--muted:#676b73;--line:#e0e2e5;--paper:#fff;--gutter:clamp(24px,5vw,88px);--serif:Georgia,'Times New Roman',serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer}a,button,input,textarea,select{-webkit-tap-highlight-color:transparent}a{transition:opacity .2s}a:hover{opacity:.6}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid #0c2050;outline-offset:6px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #0c2050;outline-offset:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-100px;left:20px;padding:10px;background:white;z-index:100}.skip:focus{top:10px}
header{height:110px;padding:24px var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(255,255,255,.96);position:relative;z-index:10}.brand{display:block;line-height:0;flex-shrink:0}.brand img{display:block;width:78px;height:auto}nav{display:flex;align-items:center;gap:34px;font-size:14px}nav a{display:flex;align-items:center;min-height:44px}nav a.active{text-decoration:underline;text-underline-offset:7px;text-decoration-thickness:1px}main{max-width:1600px;margin:auto;padding:0 var(--gutter)}
.home #arbeid{padding:52px 0 0}.gallery{display:flex;flex-direction:column;gap:72px;padding:64px 0 120px}.gallery-row{display:flex;gap:40px;align-items:center}.work{flex:var(--ratio) 1 0%;min-width:0;margin:0}.photo-frame{display:block;width:100%;padding:0;border:0;background:#f5f5f5;overflow:hidden;aspect-ratio:var(--ratio)}.photo-frame img{display:block;width:100%;height:100%;object-fit:contain;}
.gallery-selected{width:68%;max-width:900px;margin:auto;padding:0}.gallery-selected .gallery-row{display:block}.gallery-selected .photo-frame{aspect-ratio:1.5}.gallery-selected img{object-fit:cover}.opening-intro{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:40px;width:68%;max-width:900px;margin:34px auto 0}.opening-intro .studio-line{font:400 clamp(24px,2.3vw,34px)/1.16 var(--serif);letter-spacing:-.035em;margin:0}.opening-intro>div{justify-self:end}.opening-intro>div p{font-size:14px;line-height:1.7;margin:0;color:var(--muted)}.opening-intro a{display:inline-flex;align-items:center;min-height:44px;margin-top:10px;font-size:14px;text-decoration:underline;text-underline-offset:6px}
.about{padding-top:150px;max-width:1040px;margin:auto}.section-line{display:flex;justify-content:space-between;align-items:baseline;gap:24px}.section-line h2{font-size:14px;font-weight:400;margin:0}.section-line>span{font-size:14px;color:var(--muted)}.service-overview{padding:30px 0 0}.service-overview details{border-top:1px solid var(--line)}.service-overview details:last-child{border-bottom:1px solid var(--line)}.service-overview summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;font-size:clamp(24px,2.6vw,36px);line-height:1.3;letter-spacing:-.035em}.service-overview summary::-webkit-details-marker{display:none}.expand{width:16px;height:16px;position:relative;flex-shrink:0;margin-right:4px}.expand:before,.expand:after{content:'';position:absolute;background:var(--ink);top:7px;left:0;width:16px;height:1px}.expand:after{transform:rotate(90deg);transition:transform .2s}details[open] .expand:after{transform:rotate(0)}.service-overview details p{max-width:590px;margin:0 0 28px;font-size:16px;line-height:1.75;color:var(--muted)}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:15%;padding:100px 0 110px}.statement{font:400 clamp(30px,3vw,42px)/1.14 var(--serif);letter-spacing:-.035em;margin:0}.intro-copy p{font-size:16px;line-height:1.75;margin:0 0 20px;color:var(--muted)}.intro-copy p:first-child{color:var(--ink)}.intro-copy p:last-child{margin-bottom:0}
.selected-work{padding:0 0 130px}.gallery-preview{padding:0 6%;gap:90px}.gallery-preview .gallery-row{display:grid;grid-template-columns:1fr 1.4fr;gap:15%;align-items:center}.gallery-preview .gallery-row:nth-child(2){grid-template-columns:1.4fr 1fr}.gallery-preview .gallery-row:nth-child(2) .work:last-child{width:86%;justify-self:end}.gallery-link{display:flex;justify-content:center;margin-top:52px}.gallery-link a{font-size:15px;display:inline-flex;align-items:center;min-height:48px;border-bottom:1px solid var(--ink)}
.contact{max-width:1040px;margin:auto;padding:38px 0 100px;border-top:1px solid var(--line)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:12%;padding-top:52px}.contact h3{font:400 clamp(36px,3.7vw,54px)/1.08 var(--serif);letter-spacing:-.04em;margin:0 0 26px}.email{font-size:16px;display:inline-block;padding:5px 0;border-bottom:1px solid var(--line)}.contact-note{font-size:14px;color:var(--muted);margin:22px 0 0}.field-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin-bottom:28px}form,form label{min-width:0}form label{display:block;font-size:14px}label>span{color:var(--muted)}input,select,textarea{display:block;width:100%;min-width:0;border:0;border-bottom:1px solid #c5c8ce;border-radius:0;color:var(--ink);background:transparent;font-size:16px;padding:13px 0;line-height:1.5}select{padding-right:24px}textarea{min-height:130px;resize:vertical}input::placeholder,textarea::placeholder{color:#797d84;opacity:1}.form-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-top:26px}.form-bottom p{max-width:230px;margin:0;color:var(--muted);font-size:13px;line-height:1.6}.send{border:1px solid var(--ink);background:var(--ink);color:white;min-height:48px;padding:12px 22px;font-size:14px;flex-shrink:0}.send:hover{background:#0c2050}#form-status{font-size:14px;margin-top:20px}#form-status:empty{display:none}footer{display:flex;align-items:center;gap:28px;border-top:1px solid var(--line);padding:40px var(--gutter);font-size:12px;color:var(--muted)}footer .brand{margin-right:auto}footer .brand img{width:92px}.top-link{min-height:44px;display:flex;align-items:center;margin-left:10px}
.gallery-page main{max-width:1800px}.gallery-page .gallery-row:nth-child(3n+2){padding-inline:8%}.gallery-page .gallery-row:nth-child(3n){padding-inline:3%}
@media(max-width:1000px){.gallery-selected,.opening-intro{width:84%}.about{padding-top:110px}.contact-grid{gap:7%}.form-bottom{flex-direction:column}.form-bottom p{max-width:100%}.gallery-row{gap:24px}.gallery{gap:44px}.gallery-preview{gap:60px}.about-intro{gap:10%}}
@media(max-width:700px){:root{--gutter:24px}header{height:90px;padding:20px var(--gutter);gap:20px}.brand img{width:64px}nav{gap:20px;font-size:14px}.home #arbeid{padding-top:30px}.gallery-selected,.opening-intro{width:100%}.gallery-selected .photo-frame{aspect-ratio:1.2}.gallery-selected img{object-position:center}.opening-intro{gap:22px;margin-top:28px;grid-template-columns:1fr}.opening-intro .studio-line{font-size:30px;line-height:1.14}.opening-intro>div{justify-self:start}.opening-intro>div p{font-size:14px}.opening-intro a{margin-top:5px}.about{padding-top:76px}.service-overview{padding-top:22px}.service-overview summary{font-size:26px;padding:22px 0}.service-overview details p{padding-right:12px}.about-intro{grid-template-columns:1fr;gap:26px;padding:65px 0 64px}.statement{font-size:34px}.intro-copy{max-width:440px}.section-line>span{display:none}.gallery-preview{padding:0;gap:32px}.gallery-preview .gallery-row,.gallery-preview .gallery-row:nth-child(2){gap:22px;grid-template-columns:1fr 1fr}.gallery-preview .gallery-row:nth-child(2) .work:last-child{width:100%}.gallery-preview .gallery-row .work:last-child{margin-top:56px}.gallery-preview .gallery-row:nth-child(2) .work:last-child{margin-top:0}.gallery-preview .gallery-row:nth-child(2) .work:first-child{margin-top:35px}.gallery-link{margin-top:30px}.selected-work{padding-bottom:76px}.contact{padding-top:28px;padding-bottom:64px}.contact-grid{grid-template-columns:1fr;gap:40px;padding-top:32px}.contact h3{font-size:40px;margin-bottom:20px}.contact-note{margin-top:16px}.field-row{grid-template-columns:1fr;gap:25px;margin-bottom:25px}input,select,textarea{min-height:48px}textarea{min-height:130px}.form-bottom{gap:22px;margin-top:22px}.send{width:100%;min-height:50px}footer{display:grid;grid-template-columns:1fr auto;gap:6px 18px;padding:30px var(--gutter);font-size:12px}footer .brand{grid-column:1/-1;margin-bottom:22px}footer .brand img{width:76px}footer>span:nth-child(3){grid-column:1;grid-row:3}.top-link{grid-column:2;grid-row:2/4;margin:0}.gallery-page .gallery{display:grid;grid-template-columns:1fr 1fr;gap:28px 20px;padding:28px 0 70px;align-items:center}.gallery-page .gallery-row{display:contents}.gallery-page .work:nth-child(even){align-self:center}.gallery-page .photo-frame{aspect-ratio:var(--ratio)}}

@media(max-width:360px){:root{--gutter:18px}nav{gap:14px}header{gap:14px}.brand img{width:58px}.service-overview summary{font-size:24px}.opening-intro .studio-line{font-size:28px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* The introduction and photograph share a quiet, balanced opening. */
.home #arbeid{display:grid;grid-template-columns:1fr 1.35fr;align-items:center;gap:9%;padding:70px 4% 20px;min-height:560px}
.gallery-selected{grid-column:2;grid-row:1;width:100%;max-width:none}
.gallery-selected .photo-frame{aspect-ratio:1.35}
.opening-intro{grid-column:1;grid-row:1;display:block;width:100%;max-width:370px;margin:0}
.opening-intro .studio-line{font-size:clamp(28px,2.7vw,40px);line-height:1.15}
.opening-intro>div{margin-top:28px;justify-self:start;width:100%}
.opening-intro a{margin-top:22px}
@media(max-width:1000px){.home #arbeid{gap:6%;padding:45px 0 10px;min-height:470px}.opening-intro .studio-line{font-size:30px}}
@media(max-width:700px){.home #arbeid{display:flex;flex-direction:column;align-items:stretch;gap:36px;min-height:0;padding:36px 0 0}.opening-intro{order:0;max-width:none}.gallery-selected{order:1}.opening-intro .studio-line{font-size:32px}.opening-intro>div{margin-top:22px}.opening-intro a{margin-top:14px}.gallery-selected .photo-frame{aspect-ratio:1.5}.about{padding-top:68px}}
