:root{--paper:#fbf8f2;--paper-2:#f3ebdd;--paper-3:#ece2cf;--ink:#18120a;--ink-soft:#5c5240;--ink-faint:#8c8169;--cream:#f4efe6;--cream-dim:#f4efe69e;--cream-faint:#f4efe666;--amber:#e7bc6d;--amber-deep:#c2902f;--amber-glow:#e7bc6d4d;--night:#120d08;--night-2:#0c0805;--rule:#18120a21;--rule-2:#18120a14;--rule-dark:#f4efe624;--rule-dark-2:#f4efe614;--serif:"Newsreader", Georgia, "Times New Roman", serif;--sans:"Schibsted Grotesk", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--maxw:1240px;--gutter:clamp(22px, 5vw, 64px)}.x-home *{box-sizing:border-box;margin:0;padding:0}.x-home{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;scroll-behavior:smooth;min-height:100dvh;overflow-x:hidden}.x-home ::selection{background:var(--amber);color:var(--ink)}.x-home :focus-visible{outline:2px solid var(--amber-deep);outline-offset:3px;border-radius:2px}.x-home a{color:inherit;text-decoration:none}.x-home img,.x-home svg{display:block}.x-home .container{width:100%;max-width:var(--maxw);padding-inline:var(--gutter);margin-inline:auto}.x-home .eyebrow{font-family:var(--sans);text-transform:uppercase;letter-spacing:.32em;color:var(--ink-faint);font-size:11px;font-weight:600}.x-home .eyebrow--amber{color:var(--amber-deep)}.x-home .eyebrow--cream{color:var(--cream-faint)}.x-home .skip-link{z-index:200;background:var(--ink);color:var(--paper);font-family:var(--sans);border-radius:6px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:top .18s;position:absolute;top:-100px;left:1rem}.x-home .skip-link:focus{top:1rem}.x-home .lockup{align-items:center;gap:12px;display:inline-flex}.x-home .lockup__mark{flex-shrink:0;width:34px;height:34px}.x-home .lockup__word{flex-direction:column;line-height:1;display:flex}.x-home .lockup__name{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);white-space:nowrap;font-size:1.5rem;font-style:italic;font-weight:500}.x-home .lockup__name .i{display:inline-block;position:relative}.x-home .lockup__name .i .dot{background:var(--amber-deep);pointer-events:none;border-radius:50%;position:absolute}.x-home .lockup__sub{font-family:var(--sans);text-transform:uppercase;letter-spacing:.34em;color:var(--ink-faint);margin-top:5px;padding-left:.34em;font-size:.56rem;font-weight:600}.x-home .on-ink .lockup__name{color:var(--cream)}.x-home .on-ink .lockup__sub{color:var(--cream-faint)}.x-home .topbar{z-index:90;-webkit-backdrop-filter:saturate(150%)blur(16px);border-bottom:1px solid var(--rule);background:#fbf8f2e0;transition:transform .45s cubic-bezier(.22,.61,.36,1);position:fixed;top:0;left:0;right:0;transform:translateY(-101%)}.x-home .topbar.show{transform:translateY(0)}.x-home .topbar__inner{justify-content:space-between;align-items:center;height:66px;display:flex}.x-home .topbar .lockup__mark{width:28px;height:28px}.x-home .topbar .lockup__name{font-size:1.2rem}.x-home .topbar .lockup__sub,.x-home .nav{display:none}@media (min-width:900px){.x-home .nav{align-items:center;gap:36px;display:flex}.x-home .nav a{font-family:var(--sans);letter-spacing:.01em;color:var(--ink-soft);padding:6px 0;font-size:13.5px;font-weight:500;transition:color .16s;position:relative}.x-home .nav a:after{content:"";background:var(--amber-deep);transform-origin:0;height:1.5px;transition:transform .24s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.x-home .nav a:hover{color:var(--ink)}.x-home .nav a:hover:after{transform:scaleX(1)}.x-home .nav--hero a{color:var(--cream-dim)}.x-home .nav--hero a:hover{color:var(--cream)}}.x-home .btn{font-family:var(--sans);letter-spacing:.01em;cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:9px;padding:12px 22px;font-size:13.5px;font-weight:600;transition:all .2s;display:inline-flex}.x-home .btn--solid{background:var(--ink);color:var(--cream)}.x-home .btn--solid:hover{background:#2a2012;transform:translateY(-1px)}.x-home .btn--cream{background:var(--cream);color:var(--ink)}.x-home .btn--cream:hover{transform:translateY(-1px);box-shadow:0 12px 30px -12px #00000080}.x-home .btn--ghost-dark{border:1px solid var(--rule-dark);color:var(--cream)}.x-home .btn--ghost-dark:hover{border-color:var(--amber);color:var(--amber)}.x-home .btn .arr{transition:transform .2s}.x-home .btn:hover .arr{transform:translate(3px)}.x-home .hero{background:var(--night);min-height:100svh;color:var(--cream);position:relative;overflow:hidden}.x-home .hero__glow{pointer-events:none;background:radial-gradient(120% 80% at 50% -10%, var(--amber-glow) 0%, transparent 46%), radial-gradient(90% 60% at 50% 120%, #78461433 0%, transparent 60%);position:absolute;inset:0}.x-home .hero__grain{opacity:.5;pointer-events:none;mix-blend-mode:overlay;background-image:radial-gradient(#ffffff0a 1px,#0000 1px);background-size:3px 3px;position:absolute;inset:0}.x-home .hero__frame{border:1px solid var(--rule-dark);pointer-events:none;border-radius:16px;position:absolute;inset:clamp(14px,1.6vw,26px)}.x-home .hero__inner{z-index:2;width:100%;min-height:100svh;max-width:var(--maxw);padding:clamp(34px, 4.5vw, 62px) var(--gutter);flex-direction:column;margin-inline:auto;display:flex;position:relative}.x-home .hero__top{justify-content:space-between;align-items:center;gap:20px;display:flex}.x-home .hero__center{flex-direction:column;flex:1;justify-content:center;padding:40px 0;display:flex}.x-home .hero__eyebrow{align-items:center;gap:16px;margin-bottom:clamp(22px,3vw,34px);display:flex}.x-home .hero__eyebrow .eyebrow{white-space:nowrap}.x-home .hero__eyebrow .tick{background:var(--amber);width:38px;height:1px}.x-home .hero h1{font-family:var(--serif);letter-spacing:-.035em;text-wrap:balance;max-width:16ch;font-size:clamp(3rem,9vw,8.2rem);font-weight:400;line-height:.96}.x-home .hero h1 em{color:var(--amber);font-style:italic;font-weight:300}.x-home .hero__lead{max-width:44ch;font-family:var(--serif);color:var(--cream-dim);text-wrap:pretty;margin-top:clamp(26px,3.4vw,42px);font-size:clamp(1.14rem,1.7vw,1.5rem);font-weight:300;line-height:1.55}.x-home .hero__cta{flex-wrap:wrap;gap:14px;margin-top:clamp(30px,3.4vw,44px);display:flex}.x-home .hero__foot{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.x-home .hero__meta{font-family:var(--sans);letter-spacing:.04em;color:var(--cream-faint);font-size:12px;line-height:1.7}.x-home .hero__meta b{color:var(--cream-dim);font-weight:600}.x-home .hero__scroll{font-family:var(--sans);letter-spacing:.26em;text-transform:uppercase;color:var(--cream-faint);flex-direction:column;align-items:center;gap:10px;font-size:10px;font-weight:600;display:inline-flex}.x-home .hero__scroll .line{background:linear-gradient(var(--amber), transparent);width:1px;height:38px}@media (max-width:640px){.x-home .hero__foot{display:none}}.x-home .manifesto{background:var(--paper);padding:clamp(92px,13vw,184px) 0}.x-home .manifesto__c{text-align:center;flex-direction:column;align-items:center;display:flex}.x-home .manifesto__eyebrow{margin-bottom:clamp(26px,3.4vw,40px)}.x-home .manifesto__lead{font-family:var(--serif);letter-spacing:-.022em;color:var(--ink);text-wrap:balance;max-width:19ch;font-size:clamp(2.1rem,5.4vw,4.2rem);font-weight:300;line-height:1.1}.x-home .manifesto__lead em{color:var(--amber-deep);font-style:italic}.x-home .manifesto__rule{background:linear-gradient(var(--amber-deep), transparent);width:1px;height:clamp(40px,5vw,70px);margin:clamp(30px,4vw,48px) 0}.x-home .manifesto__note{font-family:var(--serif);color:var(--ink-soft);text-wrap:pretty;max-width:54ch;font-size:clamp(1.08rem,1.5vw,1.3rem);font-weight:400;line-height:1.72}.x-home .manifesto__note em{color:var(--ink);font-style:italic}.x-home .section{padding:clamp(64px,9vw,130px) 0}.x-home .section__head{flex-direction:column;gap:18px;margin-bottom:clamp(40px,6vw,72px);display:flex}.x-home .section__head .eyebrow{align-items:center;gap:14px;display:inline-flex}.x-home .section__head .eyebrow .num{font-family:var(--serif);text-transform:none;letter-spacing:0;color:var(--amber-deep);font-size:15px;font-style:italic}.x-home .section__title{font-family:var(--serif);letter-spacing:-.02em;color:var(--ink);max-width:18ch;font-size:clamp(2.1rem,5vw,3.7rem);font-weight:400;line-height:1.05}.x-home .section__title em{color:var(--amber-deep);font-style:italic}.x-home .feature{align-items:center;gap:clamp(34px,5vw,72px);display:grid}@media (min-width:880px){.x-home .feature{grid-template-columns:1fr 1.05fr}}.x-home .feature__body .kicker{font-family:var(--sans);text-transform:uppercase;letter-spacing:.28em;color:var(--ink-faint);margin-bottom:22px;font-size:11px;font-weight:600}.x-home .feature__cruise{width:auto;height:46px;margin-bottom:26px}.x-home .feature__body p{font-family:var(--serif);color:var(--ink-soft);text-wrap:pretty;max-width:44ch;margin-bottom:26px;font-size:clamp(1.12rem,1.7vw,1.4rem);font-weight:300;line-height:1.6}.x-home .feature__meta{flex-wrap:wrap;gap:30px;margin:0 0 30px;display:flex}.x-home .feature__meta .cell{flex-direction:column;gap:5px;display:flex}.x-home .feature__meta .k{font-family:var(--sans);text-transform:uppercase;letter-spacing:.18em;color:var(--ink-faint);font-size:10.5px;font-weight:600}.x-home .feature__meta .v{font-family:var(--serif);color:var(--ink);font-size:1.15rem}.x-home .feature__visual{aspect-ratio:4/3.4;background:radial-gradient(120% 100% at 50% 0%, #1d1206 0%, var(--night) 70%);border:1px solid var(--rule-dark);border-radius:20px;place-items:center;display:grid;position:relative;overflow:hidden}.x-home .feature__visual .glow{background:radial-gradient(60% 50% at 50% 38%, var(--amber-glow), transparent 70%);position:absolute;inset:0}.x-home .feature__visual .ring{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:22px;padding:30px;display:flex;position:relative}.x-home .feature__visual .ring svg{width:92px;height:92px}.x-home .feature__visual .ring .cap{font-family:var(--sans);letter-spacing:.26em;text-transform:uppercase;color:var(--cream-faint);font-size:10.5px;font-weight:600}.x-home .feature__visual .ring .cap em{font-family:var(--serif);text-transform:none;letter-spacing:0;color:var(--cream-dim);margin-top:12px;font-size:1.2rem;font-style:italic;display:block}.x-home .approach{background:var(--paper-2)}.x-home .rows{border-top:1px solid var(--rule)}.x-home .row{border-bottom:1px solid var(--rule);align-items:baseline;gap:16px 40px;padding:clamp(32px,4.5vw,54px) 0;display:grid}@media (min-width:820px){.x-home .row{grid-template-columns:80px .8fr 1.2fr}}.x-home .row__num{font-family:var(--serif);color:var(--amber-deep);font-size:1.5rem;font-style:italic}.x-home .row__h{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:400;line-height:1.12}.x-home .row__p{font-family:var(--serif);color:var(--ink-soft);text-wrap:pretty;max-width:52ch;font-size:clamp(1.04rem,1.4vw,1.16rem);font-weight:400;line-height:1.72}.x-home .closing{background:var(--night);color:var(--cream);padding:clamp(90px,14vw,190px) 0;position:relative;overflow:hidden}.x-home .closing__glow{pointer-events:none;background:radial-gradient(72% 58% at 50% 42%, var(--amber-glow), transparent 62%);position:absolute;inset:0}.x-home .closing__inner{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.x-home .closing h2{font-family:var(--serif);letter-spacing:-.03em;text-wrap:balance;max-width:16ch;font-size:clamp(2.4rem,6.5vw,5.4rem);font-weight:300;line-height:1.02}.x-home .closing h2 em{color:var(--amber);font-style:italic}.x-home .closing p{max-width:42ch;font-family:var(--serif);color:var(--cream-dim);margin-top:26px;font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:300;line-height:1.55}.x-home .closing .hero__cta{justify-content:center}.x-home .site-footer{background:var(--night);color:var(--cream);margin-top:-1px;position:relative;overflow:hidden}.x-home .site-footer>.container{z-index:1;position:relative}.x-home .site-footer__top{gap:48px;padding:clamp(60px,8vw,100px) 0 clamp(40px,5vw,64px);display:grid}@media (min-width:820px){.x-home .site-footer__top{grid-template-columns:1.6fr 1fr 1fr}}.x-home .foot-brand .lockup{margin-bottom:20px}.x-home .foot-brand p{max-width:24rem;font-family:var(--serif);color:var(--cream-dim);font-size:1.08rem;font-weight:300;line-height:1.6}.x-home .foot-col h4{font-family:var(--sans);text-transform:uppercase;letter-spacing:.22em;color:var(--cream-faint);margin-bottom:20px;font-size:10.5px;font-weight:600}.x-home .foot-col ul{gap:13px;list-style:none;display:grid}.x-home .foot-col a{font-family:var(--sans);color:var(--cream-dim);font-size:14px;transition:color .16s}.x-home .foot-col a:hover{color:var(--amber)}.x-home .foot-contact a.mail{font-family:var(--serif);color:var(--cream);font-size:1.22rem;font-style:italic}.x-home .foot-contact a.mail:hover{color:var(--amber)}.x-home .foot-contact p{font-family:var(--sans);color:var(--cream-faint);margin-top:10px;font-size:13px}.x-home .site-footer__base{border-top:1px solid var(--rule-dark-2);font-family:var(--sans);color:var(--cream-faint);letter-spacing:.02em;flex-direction:column;gap:12px;padding:24px 0 40px;font-size:12px;display:flex}@media (min-width:640px){.x-home .site-footer__base{flex-direction:row;justify-content:space-between;align-items:center}}.x-home .site-footer__base .company{text-transform:uppercase;letter-spacing:.14em}.x-home .site-footer__base .company b{color:var(--amber);font-weight:700}.x-home .footer-word{z-index:0;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:var(--serif);letter-spacing:-.03em;color:#f4efe60e;margin:0;padding:0;font-size:clamp(7rem,27vw,26rem);font-style:italic;font-weight:300;line-height:.8;position:absolute;bottom:-.18em;left:50%;transform:translate(-50%);-webkit-mask-image:linear-gradient(#0000 6%,#000 76%);mask-image:linear-gradient(#0000 6%,#000 76%)}.x-home .menu-btn{width:42px;height:42px;color:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin-right:-8px;display:inline-flex}@media (min-width:900px){.x-home .menu-btn{display:none}}.x-home .mm{z-index:95;background:var(--paper);border-bottom:1px solid var(--rule);padding-top:66px;transition:transform .4s cubic-bezier(.22,.61,.36,1);position:fixed;inset:0 0 auto;transform:translateY(-101%)}.x-home .mm.open{transform:translateY(0)}.x-home .mm ul{padding:8px 0 16px;list-style:none}.x-home .mm a{padding:15px var(--gutter);font-family:var(--serif);color:var(--ink);border-bottom:1px solid var(--rule-2);font-size:1.5rem;font-style:italic;display:block}.x-home .reveal{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.22,.61,.36,1);transform:translateY(22px)}.x-home .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.x-home{scroll-behavior:auto}.x-home .reveal{opacity:1;transition:none;transform:none}.x-home *,.x-home :before,.x-home :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
