@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');
.vehicle-data{background:var(--paper)}.vehicle-data-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(230px,.65fr);gap:clamp(35px,10vw,150px);align-items:end}.vehicle-data-head h2{margin:0;font-size:clamp(48px,5.9vw,88px);max-width:780px}.vehicle-data-head>p:last-child{margin:0;max-width:350px;font-size:18px;color:#52645d}.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.spec-grid article{min-height:185px;padding:25px 21px;border-right:1px solid var(--line);display:flex;flex-direction:column}.spec-grid article:first-child{padding-left:0}.spec-grid article:last-child{border:0}.spec-grid span{font:10px "DM Mono";letter-spacing:.12em;color:#668077}.spec-grid strong{margin-top:auto;font:600 clamp(31px,3.7vw,53px)/.95 "Playfair Display"}.spec-grid p{margin:12px 0 0;font-size:14px;line-height:1.4}.build-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(290px,.9fr);gap:clamp(40px,10vw,130px);margin-top:85px}.build-list{list-style:none;margin:25px 0 0;padding:0;border-top:1px solid var(--line)}.build-list li{padding:15px 0 15px 28px;border-bottom:1px solid var(--line);position:relative}.build-list li:before{content:"↗";position:absolute;left:0;color:var(--pine)}.build-card{background:var(--pine);padding:35px;color:#fff}.build-card .eyebrow{color:var(--lime)}.build-card h3{margin:0;font:600 33px/1.05 "Playfair Display"}.build-card ul{list-style:none;margin:30px 0 0;padding:0;border-top:1px solid rgba(255,255,255,.25)}.build-card li{display:grid;grid-template-columns:1fr;gap:4px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.25)}.build-card li strong{font:500 11px "DM Mono";letter-spacing:.1em;color:var(--lime)}.build-card li span{font-size:14px;line-height:1.35}@media(max-width:760px){.vehicle-data-head,.build-layout{grid-template-columns:1fr}.spec-grid{grid-template-columns:1fr 1fr;margin-top:38px}.spec-grid article{min-height:155px;padding:18px;border-bottom:1px solid var(--line)}.spec-grid article:first-child{padding-left:0}.spec-grid article:nth-child(2){border-right:0}.spec-grid article:last-child{border-bottom:0}.spec-grid strong{font-size:35px}.spec-grid p{font-size:12px}.build-layout{margin-top:55px}.build-card{padding:28px}.build-card h3{font-size:30px}}

:root{--ink:#101917;--pine:#183d33;--pine-2:#285344;--cream:#f3f0e8;--paper:#fbfaf7;--lime:#cbdf5c;--mist:#d5dfd5;--line:rgba(16,25,23,.17)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:17px;line-height:1.58}.skip-link{position:absolute;left:-999px;top:8px;background:var(--lime);color:var(--ink);padding:10px 14px;z-index:10}.skip-link:focus{left:8px}.site-header{height:78px;width:100%;padding:0 clamp(20px,4.5vw,74px);display:flex;align-items:center;justify-content:space-between;gap:25px;position:absolute;z-index:4;color:#fff}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font:600 15px "DM Mono";letter-spacing:.12em}.brand img{width:39px;height:39px;object-fit:contain}.site-header nav{display:flex;gap:clamp(15px,2.4vw,36px)}.site-header nav a,.language{min-height:40px;display:inline-flex;align-items:center;color:inherit;font:500 12px "DM Mono";letter-spacing:.04em;text-decoration:none;background:none;border:0;cursor:pointer}.language{border:1px solid rgba(255,255,255,.6);border-radius:50%;width:40px;justify-content:center}.hero{min-height:780px;height:100svh;position:relative;isolation:isolate;display:flex;align-items:flex-end;padding:clamp(120px,14vh,190px) clamp(20px,8vw,130px) clamp(105px,12vh,145px);overflow:hidden;color:#fff}.hero-media,.hero-shade{position:absolute;inset:0;z-index:-2}.hero-media{background:url("assets/hero-norway.jpg") center 45%/cover no-repeat;transform:scale(1.01)}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(5,14,12,.86) 0%,rgba(5,14,12,.56) 38%,rgba(5,14,12,.08) 70%),linear-gradient(0deg,rgba(5,14,12,.55),transparent 42%)}.hero-content{max-width:720px}.eyebrow{margin:0 0 16px;color:var(--pine-2);font:500 11px "DM Mono";letter-spacing:.16em}.eyebrow.light{color:var(--lime)}h1,h2,h3,p{margin-top:0}.hero h1,h2{font-family:"Playfair Display",serif;letter-spacing:-.045em;line-height:.98}.hero h1{font-size:clamp(54px,7.4vw,112px);max-width:770px;margin:0}.hero-intro{max-width:580px;margin:25px 0 31px;font-size:clamp(18px,1.55vw,23px);line-height:1.48;color:rgba(255,255,255,.89)}.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 20px;border:1px solid transparent;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-lime{background:var(--lime);color:var(--ink)}.button-dark{background:var(--ink);color:#fff}.text-action,.inline-link{color:inherit;font-size:14px;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:4px}.hero-meta{position:absolute;left:clamp(20px,8vw,130px);bottom:32px;display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.75);font:10px "DM Mono";letter-spacing:.08em;text-transform:uppercase}.hero-meta strong{color:#fff;font:500 12px "DM Mono"}.meta-rule{height:1px;width:35px;background:rgba(255,255,255,.5)}.section{padding:clamp(85px,11vw,150px) clamp(20px,8vw,130px)}.manifesto{background:var(--cream)}.manifesto-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(230px,.8fr);gap:clamp(35px,10vw,160px);align-items:end}.manifesto h2{margin:0;font-size:clamp(46px,6.2vw,96px);max-width:850px}.manifesto p:last-child{margin:0;max-width:470px;font-size:19px}.section-dark{padding:clamp(85px,11vw,150px) clamp(20px,8vw,130px);background:var(--ink);color:var(--cream)}.section-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.section-topline .eyebrow{margin-bottom:0}.inline-link{color:var(--lime);white-space:nowrap}.journeys h2{font-size:clamp(48px,6vw,92px);margin:27px 0 clamp(45px,8vw,94px);max-width:760px}.journey-list{border-top:1px solid rgba(255,255,255,.23)}.journey{min-height:180px;padding:24px 0;display:grid;grid-template-columns:.38fr 1.2fr auto;gap:20px;align-items:center;border-bottom:1px solid rgba(255,255,255,.23)}.journey>span,.journey a{font:11px "DM Mono";letter-spacing:.08em;color:var(--lime)}.journey h3{font:600 clamp(35px,4.2vw,62px)/1 "Playfair Display";margin:0}.journey p{margin:9px 0 0;color:#c6d0ca;max-width:490px}.journey a{font-size:30px;text-decoration:none;border:1px solid rgba(203,223,92,.55);width:48px;height:48px;border-radius:50%;display:grid;place-items:center;transition:background .2s,color .2s}.journey a:hover{background:var(--lime);color:var(--ink)}.rig{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(290px,.75fr);gap:clamp(40px,11vw,180px);background:#dfe8df}.rig h2{font-size:clamp(48px,5.8vw,86px);margin:0 0 23px}.rig-copy>p:not(.eyebrow){max-width:620px;font-size:19px;margin-bottom:30px}.rig-panel{align-self:center;background:var(--pine);color:#fff;padding:clamp(30px,4vw,52px);position:relative;overflow:hidden}.rig-panel:after{content:"";position:absolute;width:170px;height:170px;border:1px solid rgba(203,223,92,.6);border-radius:50%;right:-65px;bottom:-62px}.panel-label{color:var(--lime);font:11px "DM Mono";letter-spacing:.14em}.rig-panel strong{font:600 clamp(27px,3vw,38px)/1.08 "Playfair Display";display:block;max-width:300px}.rig-panel ul{list-style:none;margin:35px 0 0;padding:0;border-top:1px solid rgba(255,255,255,.23)}.rig-panel li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.23);font-size:14px}.rig-panel li:before{content:"↗";color:var(--lime);margin-right:10px}.field-kit{background:var(--paper)}.section-note{margin:0;max-width:300px;font:13px/1.4 "DM Mono";color:#52645d}.kit-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);margin-top:45px}.kit-grid a{min-height:315px;padding:25px 23px 28px;color:var(--ink);text-decoration:none;border-right:1px solid var(--line);display:flex;flex-direction:column;transition:background .25s,color .25s}.kit-grid a:last-child{border-right:0}.kit-grid a:hover{background:var(--pine);color:#fff}.kit-grid span{font:11px "DM Mono";letter-spacing:.08em;color:#668077}.kit-grid h3{font:600 34px/1.05 "Playfair Display";margin:55px 0 14px}.kit-grid p{font-size:15px;margin:0}.destinations{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,10vw,170px);align-items:start}.destination-intro h2{font-size:clamp(47px,5.7vw,86px);margin:0}.destination-list{border-top:1px solid rgba(255,255,255,.25)}.destination-list div{padding:25px 0 28px;border-bottom:1px solid rgba(255,255,255,.25)}.destination-list span{font:11px "DM Mono";letter-spacing:.13em;color:var(--lime)}.destination-list p{font:22px/1.3 "Playfair Display";margin:17px 0 0;color:#e2e6e1}.closing{background:var(--cream);text-align:center;padding:clamp(80px,11vw,140px) 22px}.closing img{width:108px;height:108px;object-fit:contain;margin-bottom:23px}.closing h2{font-size:clamp(50px,6vw,90px);margin:0}.closing>p:not(.eyebrow){max-width:500px;margin:18px auto 30px;font-size:18px}footer{padding:24px clamp(20px,4.5vw,74px);display:flex;justify-content:space-between;gap:18px;background:var(--ink);color:#9eada5;font:11px "DM Mono";letter-spacing:.06em}@media(max-width:760px){body{font-size:16px}.site-header{height:auto;min-height:68px;padding:14px 18px 8px;flex-wrap:wrap;gap:8px 16px}.brand{font-size:13px}.brand img{width:34px;height:34px}.site-header nav{display:flex;order:3;flex-basis:100%;flex-wrap:wrap;justify-content:space-between;gap:0 12px}.site-header nav a{min-height:44px}.site-header .language{flex-shrink:0}.hero{min-height:720px;padding:150px 24px 110px;align-items:flex-end}.hero-media{background-position:57% center}.hero-shade{background:linear-gradient(90deg,rgba(5,14,12,.86),rgba(5,14,12,.25)),linear-gradient(0deg,rgba(5,14,12,.7),transparent 58%)}.hero h1{font-size:clamp(48px,13vw,72px)}.hero-intro{font-size:17px}.hero-meta{left:24px;bottom:24px;right:20px;flex-wrap:wrap}.manifesto-layout,.rig,.destinations{grid-template-columns:1fr}.manifesto p:last-child{font-size:17px}.journey{grid-template-columns:1fr auto;gap:16px;padding:26px 0}.journey>span{grid-column:1/-1}.journey h3{font-size:43px}.journey p{font-size:15px}.kit-grid{grid-template-columns:1fr 1fr}.kit-grid a{min-height:245px;padding:20px;border-bottom:1px solid var(--line)}.kit-grid a:nth-child(2){border-right:0}.kit-grid h3{font-size:28px;margin-top:38px}.kit-grid p{font-size:13px}.closing img{width:90px;height:90px}footer{flex-direction:column}.section-topline{align-items:flex-start}.section-note{max-width:180px;text-align:right}.rig-panel{max-width:500px}.hero-actions{gap:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Travel stories */
.journey{grid-template-columns:.38fr 1.2fr;align-items:start;padding:38px 0}.journey>span{padding-top:10px}.journey>div{min-width:0}.journey p{max-width:720px}.trip-details{margin-top:22px}.trip-details summary{display:list-item;cursor:pointer;color:var(--lime);font-size:14px;font-weight:700;width:fit-content;padding:8px 0}.trip-story{margin-top:24px;border-left:1px solid rgba(203,223,92,.35);padding-left:26px}.trip-story p{font-size:16px;line-height:1.75;margin:15px 0 20px;color:#d2dbd5}.trip-chapter{margin-bottom:30px}.trip-chapter h4{font:600 25px/1.2 "Playfair Display",serif;margin:0 0 14px;color:var(--cream)}.journey .trip-video{display:inline-block;border:0;border-radius:0;width:auto;height:auto;font:700 14px "DM Sans",sans-serif;padding:6px 0;border-bottom:1px solid var(--lime);letter-spacing:0}.journey .trip-video:hover{background:transparent;color:#fff}.archive-setup{max-width:710px;margin:35px 0 0;color:#aebdb4;font-size:14px}.trip-details[open] summary{margin-bottom:8px}@media(max-width:760px){.journey{grid-template-columns:1fr}.journey>span{padding:0}.trip-story{padding-left:16px}.trip-chapter h4{font-size:23px}.trip-story p{font-size:15px}}
footer a{color:inherit;text-decoration:none}footer a:hover{text-decoration:underline}
