:root{--night:#0b0e14;--surface:#141820;--text:#e9edf4;--muted:#9aa3b2;--line:#232a38;--abisko:#3fbf8f;--kiruna:#7a5cff;--teal:#2ec4b6;--rose:#ff7aa2;--polar:#4dabf7;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:5rem;--radius:1.25rem;--radius-lg:2rem;--shadow:0 24px 70px rgba(0,0,0,.3);--step-0:1rem;--step-1:1.2rem;--step-2:clamp(1.5rem,3vw,2rem);--step-3:clamp(2.5rem,5vw,4.75rem);--step-4:clamp(3.6rem,9vw,8.5rem)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--night);color:var(--text);font:var(--step-0)/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}img{display:block;width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.06;letter-spacing:-.055em}h1{font-size:var(--step-4);max-width:9ch}h2{font-size:var(--step-3)}h3{font-size:var(--step-2)}p{max-width:65ch}::selection{background:var(--kiruna);color:var(--text)}:focus-visible{outline:3px solid var(--polar);outline-offset:4px}.container{width:min(100% - 2.5rem,1280px);margin-inline:auto}.section-pad{padding-block:clamp(4rem,9vw,8rem)}.eyebrow{font-size:.74rem;font-weight:800;letter-spacing:.2em;line-height:1.5;color:var(--teal);text-transform:uppercase}.gradient-text{background:linear-gradient(105deg,var(--abisko),var(--teal) 35%,var(--kiruna) 80%,var(--rose));-webkit-background-clip:text;background-clip:text;color:transparent}.skip-link{position:absolute;z-index:100;top:-100px;left:1rem;padding:.7rem 1rem;background:var(--text);color:var(--night)}.skip-link:focus{top:1rem}
.site-header{position:relative;z-index:20;background:var(--night);border-bottom:1px solid var(--line)}.header-inner{min-height:76px;width:min(100% - 2.5rem,1280px);margin:auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.wordmark{display:inline-flex;align-items:center;gap:.55rem;font-size:1.18rem;font-weight:900;letter-spacing:.14em;line-height:1}.brand-mark{height:32px;width:32px;border-radius:9px;background:var(--abisko);color:var(--night);display:grid;place-items:center;font-size:1.1rem;letter-spacing:-.16em;padding-right:.15rem}.brand-mark span{font-size:.55rem;margin-left:-.15rem}.site-nav{display:flex;gap:2.25rem;align-items:center}.site-nav a,.site-footer nav a{color:var(--muted);font-size:.88rem;font-weight:700}.site-nav a:hover,.site-footer a:hover,.site-nav a[aria-current=page]{color:var(--text)}.site-nav a[aria-current=page]{border-bottom:2px solid var(--abisko);padding-block:8px}.menu-toggle{display:none;color:var(--text);background:none;border:1px solid var(--line);border-radius:10px;padding:.5rem .7rem;align-items:center;gap:.5rem}.menu-toggle svg{width:22px;height:22px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;min-height:54px;padding:.8rem 1.35rem;border-radius:10px;font-size:.9rem;font-weight:800;line-height:1.3;text-align:center}.button svg{width:20px;height:20px}.button-primary{background:var(--abisko);color:var(--night)}.button-outline{border:1px solid var(--text);color:var(--text)}.text-link,.inline-link{font-size:.9rem;font-weight:800}.inline-link{color:var(--teal);border-bottom:1px solid currentColor;padding-bottom:.25rem}.text-link span,.inline-link span{margin-left:.4rem}
.hero{min-height:min(760px,calc(100svh - 76px));position:relative;display:flex;align-items:center;overflow:hidden;background:var(--surface)}.hero-art,.hero-shade{position:absolute;inset:0}.hero-art img{height:100%;object-fit:cover;object-position:center 45%}.hero-shade{background:linear-gradient(90deg,rgba(11,14,20,.96) 0%,rgba(11,14,20,.85) 38%,rgba(11,14,20,.1) 100%),linear-gradient(0deg,var(--night),transparent 25%)}.hero-content{position:relative;z-index:1;padding-block:5rem 7rem}.hero h1{margin:.8rem 0 1.5rem}.hero h1 em{font-style:normal;color:var(--abisko)}.hero-lead{font-size:clamp(1.1rem,2vw,1.4rem);max-width:33rem;line-height:1.55}.hero-actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;margin:2.2rem 0}.hero-note{color:var(--text);font-size:.84rem;max-width:34rem}.signal{display:inline-block;width:8px;height:8px;background:var(--abisko);border-radius:50%;margin-right:.5rem;box-shadow:0 0 16px var(--abisko)}.hero-index{position:absolute;bottom:2rem;right:max(1.25rem,calc((100vw - 1280px)/2));font-size:.68rem;font-weight:800;letter-spacing:.2em;color:var(--text);z-index:1}
.how-it-works{background:var(--surface);position:relative;overflow:hidden}.how-it-works::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 10% 50%,rgba(63,191,143,.13),transparent 55%),radial-gradient(ellipse at 90% 50%,rgba(122,92,255,.11),transparent 55%);pointer-events:none}.how-header{margin-bottom:clamp(2.5rem,5vw,4rem)}.how-header h2{max-width:18ch;margin-bottom:0}.steps-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;counter-reset:steps}.step-card{position:relative;background:var(--night);border:1px solid var(--line);border-radius:var(--radius);padding:2.25rem 2rem;display:flex;flex-direction:column}.step-number{font-size:.65rem;font-weight:900;letter-spacing:.25em;color:var(--line);margin-bottom:1.5rem;line-height:1}.step-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;margin-bottom:1.5rem}.step-card:nth-child(1) .step-icon{background:rgba(63,191,143,.12);color:var(--abisko)}.step-card:nth-child(2) .step-icon{background:rgba(122,92,255,.12);color:var(--kiruna)}.step-card:nth-child(3) .step-icon{background:rgba(255,122,162,.12);color:var(--rose)}.step-card:nth-child(1){border-top:3px solid var(--abisko)}.step-card:nth-child(2){border-top:3px solid var(--kiruna)}.step-card:nth-child(3){border-top:3px solid var(--rose)}.step-card h3{font-size:1.35rem;margin-bottom:.75rem}.step-card p{color:var(--muted);font-size:.93rem;margin:0}
.intro{background:var(--night)}.intro-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(2rem,8vw,8rem);align-items:center}.intro h2{max-width:12ch;margin-bottom:0}.intro-copy{font-size:1.14rem;color:var(--text)}.intro-copy p+p{color:var(--muted)}.intro-copy .inline-link{display:inline-block;margin-top:1rem}
.featured{background:var(--surface);position:relative}.featured:before{content:"";position:absolute;inset:0 0 auto;height:200px;background:radial-gradient(ellipse at 75% 0%,rgba(122,92,255,.13),transparent 60%);pointer-events:none}.section-heading{position:relative;display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.section-heading h2{margin-bottom:0}.section-heading .inline-link{margin-bottom:.5rem}.feature-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.feature-card,.product-card{min-width:0}.feature-image,.product-image{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--line)}.feature-image img,.product-image img{aspect-ratio:1;object-fit:cover}.image-tag{position:absolute;top:1rem;left:1rem;background:var(--night);color:var(--text);padding:.35rem .65rem;border-radius:6px;font-size:.65rem;font-weight:800;letter-spacing:.12em}.feature-caption{display:flex;justify-content:space-between;align-items:start;gap:.75rem;padding:1.25rem .2rem}.feature-caption h3{font-size:1.35rem;letter-spacing:-.04em;margin-bottom:.25rem}.feature-caption p{font-size:.87rem;color:var(--muted);margin:0}.price{font-weight:800;white-space:nowrap;font-size:.86rem}
.manifesto{position:relative;overflow:hidden;background:radial-gradient(ellipse at 85% 65%,rgba(122,92,255,.25),transparent 50%),radial-gradient(ellipse at 5% 0%,rgba(46,196,182,.19),transparent 50%),var(--night);border-block:1px solid var(--line)}.manifesto-inner{position:relative}.manifesto h2{max-width:18ch;margin:1.25rem 0}.manifesto h2 span{color:var(--muted)}.manifesto p:not(.eyebrow){font-size:1.15rem;max-width:36rem;margin-bottom:2rem}.signup-section{background:var(--surface)}.signup-layout{display:flex;justify-content:space-between;align-items:center;gap:2rem}.signup-layout h2{margin-bottom:1rem}.signup-layout p:not(.eyebrow){color:var(--muted)}.signup-layout .button{flex-shrink:0}.site-footer{border-top:1px solid var(--line);padding:3rem 0;background:var(--night)}.footer-inner{display:flex;align-items:start;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-inner p,.footer-inner small{font-size:.82rem;color:var(--muted);margin:.75rem 0 0}.site-footer nav{display:flex;gap:1.5rem;flex-wrap:wrap}
.page-hero{padding:clamp(4rem,9vw,8rem) 0 4rem;background:radial-gradient(ellipse at 85% 15%,rgba(122,92,255,.19),transparent 45%),radial-gradient(ellipse at 10% 85%,rgba(63,191,143,.12),transparent 50%),var(--night)}.page-hero h1{max-width:14ch;margin:.8rem 0 1.2rem}.page-hero p:not(.eyebrow){font-size:1.15rem;color:var(--text)}.catalogue{background:var(--surface)}.catalogue-tools{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.filter-group{display:flex;gap:.5rem;flex-wrap:wrap}.filter-button{border:1px solid var(--line);background:var(--night);color:var(--text);padding:.6rem 1rem;border-radius:100px;font-weight:700}.filter-button[aria-pressed=true]{background:var(--abisko);color:var(--night);border-color:var(--abisko)}.catalogue-count{color:var(--muted);font-size:.85rem}.product-grid{row-gap:3rem}.product-card{background:var(--night);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.product-image{border-radius:0}.product-body{padding:1.4rem}.product-body h2{font-size:1.5rem;margin:.35rem 0}.product-body .product-type{font-size:.7rem;letter-spacing:.15em;font-weight:800;color:var(--teal);text-transform:uppercase}.product-description{font-size:.9rem;color:var(--muted);min-height:2.8rem}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--line)}.product-bottom strong{white-space:nowrap}.product-bottom button{border:1px solid var(--line);background:var(--surface);color:var(--text);padding:.55rem .8rem;border-radius:8px;font-weight:700}.product-card[hidden]{display:none}.notice-panel{margin-top:4rem;padding:clamp(1.5rem,4vw,3rem);border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at 95% 0,rgba(63,191,143,.16),transparent 35%),var(--night)}.notice-panel h2{font-size:var(--step-2)}.notice-panel p{color:var(--muted);margin-bottom:0}
dialog{max-width:min(550px,calc(100% - 2rem));width:100%;max-height:calc(100% - 2rem);overflow:auto;padding:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--text);box-shadow:var(--shadow)}dialog::backdrop{background:rgba(11,14,20,.85)}.dialog-inner{padding:2rem}.dialog-top{display:flex;justify-content:space-between;gap:1rem;align-items:start}.dialog-top h2{font-size:2rem}.close-dialog{border:1px solid var(--line);background:var(--night);color:var(--text);border-radius:50%;width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center}.close-dialog svg{width:18px;height:18px}.dialog-price{font-weight:800;color:var(--abisko)}.detail-list{padding-left:1.2rem;color:var(--text)}.detail-list li{margin:.5rem 0}.dialog-note{padding:1rem;background:var(--night);border-left:3px solid var(--teal);border-radius:4px;font-size:.9rem}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,8vw,7rem);align-items:center}.story-grid h2{max-width:13ch}.story-grid p{color:var(--text)}.story-grid .muted{color:var(--muted)}.story-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.story-image img{aspect-ratio:1;object-fit:cover}.values-section{background:var(--surface)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.value-card{padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--night)}.value-card svg{width:34px;height:34px;color:var(--abisko);margin-bottom:1.5rem}.value-card:nth-child(2) svg{color:var(--kiruna)}.value-card:nth-child(3) svg{color:var(--rose)}.value-card h3{font-size:1.4rem}.value-card p{color:var(--muted);font-size:.92rem;margin:0}.faq-section{background:var(--night)}.faq-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem}.faq-item{border-bottom:1px solid var(--line)}.faq-item:first-child{border-top:1px solid var(--line)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;text-align:left;background:none;border:0;color:var(--text);font-weight:750;padding:1.35rem 0}.faq-question svg{flex:0 0 20px;width:20px;height:20px;color:var(--abisko)}.faq-answer{padding:0 2rem 1.3rem 0;color:var(--muted)}.faq-answer p{margin:0}
@media(prefers-reduced-motion:no-preference){.button,.feature-image img,.product-image img,.filter-button,.product-bottom button,.close-dialog,.step-card{transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.button:hover,.product-bottom button:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(0,0,0,.24)}.feature-card:hover img,.product-card:hover img{transform:scale(1.045)}.filter-button:hover,.close-dialog:hover{background:var(--kiruna);color:var(--text)}.step-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.28)}.hero-content>*{animation:rise .8s both}.hero-content>*:nth-child(2){animation-delay:.1s}.hero-content>*:nth-child(3){animation-delay:.2s}.hero-content>*:nth-child(4){animation-delay:.3s}.hero-content>*:nth-child(5){animation-delay:.4s}@keyframes rise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.js .reveal.in-view{opacity:1;transform:translateY(0)}}
@media(max-width:800px){.feature-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-grid,.faq-layout{gap:2rem}.value-grid{grid-template-columns:1fr 1fr}.hero-shade{background:linear-gradient(90deg,rgba(11,14,20,.93),rgba(11,14,20,.5)),linear-gradient(0deg,var(--night),transparent 35%)}.steps-list{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.header-inner{min-height:68px}.menu-toggle{display:inline-flex}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:.6rem 1.25rem 1rem;background:var(--night);border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.site-nav a{padding:.85rem .4rem}.site-nav a[aria-current=page]{border-bottom:0;border-left:2px solid var(--abisko);padding-left:.75rem}.hero{min-height:650px}.hero-art img{object-position:60% center}.hero-shade{background:linear-gradient(0deg,var(--night) 0%,rgba(11,14,20,.78) 55%,rgba(11,14,20,.27) 100%)}.hero-content{align-self:end;padding-block:5rem 4rem}.hero-index{display:none}.intro-grid,.story-grid,.faq-layout{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.signup-layout{align-items:start;flex-direction:column}.feature-grid,.product-grid{grid-template-columns:1fr}.feature-caption{padding-inline:.3rem}.value-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column}.page-hero{padding-bottom:3rem}.steps-list{grid-template-columns:1fr}}
@media(max-width:350px){.container,.header-inner{width:min(100% - 2rem,1280px)}.wordmark{font-size:1rem}.hero-actions{align-items:start;flex-direction:column}.product-bottom{align-items:start;flex-direction:column}}

/* Added by Hatchio, stops the page scrolling sideways on a phone.
   Safe to keep; it changes nothing that already fits. */
html, body { overflow-x: hidden; max-width: 100%; }
