@layer components{.landing{--hair:rgb(var(--sbn-ink) / .16)}.landing-print{--sbn-ink:36 16 35;--sbn-paper:250 250 250;--sbn-blue:72 99 156;--sbn-green:80 131 85;--sbn-green-brand:123 174 127;--sbn-yellow:247 184 1;--sbn-red:170 68 101;--sbn-orange:200 124 22;--color-ink:rgb(var(--sbn-ink));--color-paper:rgb(var(--sbn-paper));--color-sbn-blue:rgb(var(--sbn-blue));--color-sbn-green:rgb(var(--sbn-green));--color-sbn-yellow:rgb(var(--sbn-yellow));--color-sbn-red:rgb(var(--sbn-red));--color-sbn-orange:rgb(var(--sbn-orange))}.landing-w{width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(18px,2.8vw,44px)}.landing-header{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.landing-nav{align-items:center;gap:26px;display:flex}.landing-nav-link{font-size:14px;font-weight:var(--font-body-weight-medium);color:rgb(var(--sbn-ink) / .7);text-decoration:none;transition:color .15s}@media (hover:hover){.landing-nav-link:hover{color:rgb(var(--sbn-ink))}}.landing-hero{border-bottom:1px solid rgb(var(--sbn-ink));grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:center;gap:40px;min-height:78vh;padding:30px 0 80px;display:grid}@media (max-width:900px){.landing-hero{grid-template-columns:1fr;min-height:0;padding:20px 0 60px}}.landing-h1{letter-spacing:-.03em;text-wrap:balance;max-width:19ch;margin:0;font-size:clamp(36px,4.6vw,66px);font-weight:250;line-height:1}.landing-h1-line{display:block}.landing-h1 [data-word]{font-variation-settings:"wght" var(--wt,250);transition:font-variation-settings .2s ease-out}.landing-h1 b[data-word]{font-variation-settings:"wght" calc(var(--wt,250) + 320);font-weight:560}.landing-h1[data-measure] .landing-h1-line{display:contents}.landing-h1[data-measure] [data-word]{transition:none;--wt:500!important}.landing-h1[data-settle] [data-word]{transition:none}.landing-hero-p{max-width:46ch;color:rgb(var(--sbn-ink) / .78);margin:30px 0 0;font-size:clamp(16px,1.3vw,19px);font-weight:300;line-height:1.5}.landing-cta{align-items:center;margin-top:30px;display:flex}.landing-cta-primary{font-weight:var(--font-body-weight-medium);background:rgb(var(--sbn-ink));color:rgb(var(--sbn-paper));border-radius:2px;padding:13px 20px;font-size:15px;transition:background .2s}@media (hover:hover){.landing-cta-primary:hover{background:rgb(var(--sbn-blue))}}.landing-cta-secondary{border-bottom:1.5px solid;padding-bottom:3px}.landing-polaroid{width:min(100%,400px);box-shadow:0 30px 60px -20px rgb(var(--sbn-ink) / .45), 0 2px 6px rgb(var(--sbn-ink) / .12);background:#fff;justify-self:center;transition:transform .6s cubic-bezier(.2,.8,.2,1);container-type:inline-size}@media (hover:hover){.landing-polaroid:hover{transform:translateY(-4px)}}@media (max-width:900px){.landing-polaroid{width:min(100%,320px)}}.landing-polaroid-inner{padding:5.52cqw 5.52cqw 2.37cqw}.landing-polaroid-art{aspect-ratio:3575/4570;isolation:isolate;background:rgb(var(--sbn-blue));width:100%;display:block;position:relative;overflow:hidden}.landing-polaroid-art canvas{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.landing-polaroid-mark{aspect-ratio:1;width:77%;height:auto;color:rgb(var(--sbn-paper));z-index:1;pointer-events:none;position:absolute;top:8.7%;left:50%;transform:translate(-50%)}.landing-polaroid-cap{text-align:right;font-family:var(--font-display);text-transform:uppercase;color:rgb(var(--sbn-ink));margin-top:5.33cqw;font-size:6.57cqw;line-height:1.11}.landing-polaroid-cap b,.landing-polaroid-cap span{letter-spacing:.1em;margin-right:-.1em;display:block}.landing-polaroid-cap b{font-weight:700}.landing-polaroid-cap span{font-weight:500}.landing-grid{border-bottom:1px solid rgb(var(--sbn-ink));grid-template-columns:repeat(6,1fr);display:grid}.landing-cell{border-right:1px solid var(--hair);flex-direction:column;gap:18px;min-height:clamp(220px,28vw,300px);padding:22px 18px 20px;transition:background .25s,color .25s;display:flex;position:relative}.landing-cell:last-child{border-right:0}@media (max-width:1000px){.landing-grid{grid-template-columns:repeat(3,1fr)}.landing-cell:nth-child(3){border-right:0}.landing-cell:nth-child(-n+3){border-bottom:1px solid var(--hair)}}@media (max-width:560px){.landing-grid{grid-template-columns:repeat(2,1fr)}.landing-cell:nth-child(3){border-right:1px solid var(--hair)}.landing-cell:nth-child(2n){border-right:0}.landing-cell:nth-child(-n+4){border-bottom:1px solid var(--hair)}}@media (hover:hover){.landing-cell:hover{background:rgb(var(--sbn-ink));color:rgb(var(--sbn-paper))}}@media (max-width:560px){.landing-cell{gap:12px;min-height:0;padding:18px 14px 16px}.landing-cell-name{min-height:2.4em;padding-right:20px}.landing-cell p{font-size:13px}.landing-cell-dot{top:18px;right:14px}}.landing-cell-code{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(56px,7.4vw,124px);font-weight:700;line-height:.8}.landing-cell-name{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;opacity:.65;padding-right:24px;font-size:11px;font-weight:600}.landing-cell p{opacity:.9;margin:auto 0 0;font-size:14px;font-weight:300;line-height:1.5}.landing-cell-dot{background:var(--cc);border-radius:50%;width:9px;height:9px;position:absolute;top:20px;right:16px}.landing-set{border-bottom:1px solid rgb(var(--sbn-ink));grid-template-columns:200px 1fr;gap:30px;padding:clamp(44px,6vw,70px) 0;display:grid}@media (max-width:800px){.landing-set{grid-template-columns:1fr;gap:16px}}.landing-key{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:rgb(var(--sbn-ink) / .55);padding-top:8px;font-size:11px;font-weight:600}.landing-set p{letter-spacing:-.01em;text-wrap:pretty;margin:0;font-size:clamp(20px,2.3vw,34px);font-weight:250;line-height:1.3}.landing-set b{font-weight:560}.landing-set i{color:rgb(var(--sbn-ink) / .3);padding:0 .35em;font-style:normal}.landing-cases{padding:clamp(44px,6vw,70px) 0}.landing-cases-label{margin-bottom:18px;padding-top:0}.landing-cases-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (max-width:900px){.landing-cases-grid{grid-template-columns:1fr}}.landing-case{background:var(--cb);color:var(--cf,rgb(var(--sbn-paper)));flex-direction:column;justify-content:space-between;gap:40px;min-height:380px;padding:30px 28px 28px;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s;display:flex;position:relative;overflow:hidden}@media (hover:hover){.landing-case:hover{box-shadow:0 30px 60px -20px rgb(var(--sbn-ink) / .35);transform:translateY(-6px)}}@media (max-width:900px){.landing-case{gap:28px;min-height:0;padding:26px 24px 24px}.landing-case-mark{width:160px;height:160px;bottom:-36px;right:-36px}}.landing-case .landing-key{color:inherit;opacity:.8;padding-top:0}.landing-case h3{letter-spacing:-.01em;text-wrap:pretty;margin:14px 0 0;font-size:clamp(24px,2.1vw,32px);font-weight:250;line-height:1.15}.landing-case h3 b{font-weight:530}.landing-case ul{opacity:.85;margin:0;padding:0;font-size:14px;line-height:1.6;list-style:none}.landing-case li:before{content:"— ";opacity:.6}.landing-case-mark{opacity:.12;color:currentColor;pointer-events:none;width:200px;height:200px;position:absolute;bottom:-40px;right:-40px}.landing-clients{color:rgb(var(--sbn-ink) / .6);margin-top:clamp(28px,4vw,44px);font-size:15px}.landing-clients b{color:rgb(var(--sbn-ink));font-weight:var(--font-body-weight-medium)}.hero-aurora{isolation:isolate;filter:saturate(1.08)brightness(.95)contrast(1.05);pointer-events:none;background-color:#48639c;background-image:radial-gradient(70% 90% at 0 0,#aa4465 0%,#aa446599 25%,#0000 55%),linear-gradient(158deg,#aa4465 0%,#aa4465b3 12%,#0000 28%),linear-gradient(160deg,#0000 18%,#f7b8018c 32%,#f7b80166 42%,#0000 58%),linear-gradient(163deg,#0000 42%,#7bae7fa6 58%,#7bae7f80 72%,#0000 90%);background-size:100% 100%;position:absolute;inset:0;overflow:hidden}.hero-aurora:before{content:"";pointer-events:none;background:radial-gradient(140% 120%,#0000 40%,#48639c26 100%);position:absolute;inset:0}.hero-aurora:after{content:"";opacity:.6;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}.footer-aurora{background:rgb(var(--sbn-ink));color:rgb(var(--sbn-paper));position:relative;overflow:hidden}.footer-aurora canvas{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.footer-aurora-headline{letter-spacing:-.03em;text-wrap:balance;text-shadow:0 1px 8px #0003;margin:0;font-size:clamp(44px,6.2vw,96px);font-weight:200;line-height:.95}.footer-aurora-headline b{font-weight:600}.footer-aurora-mailwrap{margin-top:40px}.footer-aurora-mail{width:max-content;max-width:100%;color:rgb(var(--sbn-paper));letter-spacing:-.035em;white-space:nowrap;font-variation-settings:"wght" 200;text-shadow:0 1px 8px #0003;font-weight:200;line-height:.95;text-decoration:none;transition:font-variation-settings .3s;display:block}@media (hover:hover){.footer-aurora-mail:hover{font-variation-settings:"wght" 620}}.footer-aurora-mail.landing-cta-secondary{border-bottom-width:.07em;padding-bottom:.2em}.footer-aurora-note{color:rgb(var(--sbn-paper) / .85);text-shadow:0 1px 6px #00000040;max-width:44ch;margin:26px 0 0;font-size:16px;line-height:1.5}.footer-aurora-meta{text-shadow:0 1px 6px #00000040}.landing-booking{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:clamp(12px,3vw,32px);animation:.18s ease-out both landing-booking-in;display:flex;position:fixed;inset:0}.landing-booking-shell{outline:none;flex-direction:column;gap:8px;width:min(100%,900px);height:min(100%,700px);display:flex}.landing-booking-panel{background:rgb(var(--sbn-paper));border-radius:4px;flex:1;min-height:0;overflow:hidden;box-shadow:0 30px 60px -20px #00000080}.landing-booking-frame{border:0;width:100%;height:100%;display:block}.landing-booking-close{font-size:13px;font-weight:var(--font-body-weight-medium);color:#fafafabf;align-self:flex-end;align-items:center;gap:6px;padding:2px 2px 2px 8px;line-height:1;transition:color .15s;display:flex}@media (hover:hover){.landing-booking-close:hover{color:#fafafa}}@keyframes landing-booking-in{0%{opacity:0}to{opacity:1}}.legal-head,.legal-body{max-width:70ch;margin-inline:auto}.legal-head{border-bottom:1px solid rgb(var(--sbn-ink));padding:clamp(26px,4vw,48px) 0 clamp(22px,3vw,34px)}.legal-body{padding-bottom:clamp(56px,8vw,100px)}.legal-body p,.legal-body li{color:rgb(var(--sbn-ink) / .78);text-wrap:pretty;font-size:clamp(15px,1.1vw,16.5px);font-weight:300;line-height:1.65}.legal-body p{margin:0 0 15px}.legal-body ul{margin:0 0 15px;padding-left:1.15em;list-style:outside}.legal-body li{margin-bottom:7px}.legal-body li::marker{color:rgb(var(--sbn-ink) / .35)}.legal-body h3{border-top:1px solid var(--hair);letter-spacing:-.01em;color:rgb(var(--sbn-ink));margin:0;padding:clamp(30px,4vw,46px) 0 12px;font-size:clamp(17px,1.35vw,19px);font-weight:560;line-height:1.3}.legal-body strong{color:rgb(var(--sbn-ink));font-weight:560}.legal-body a{color:rgb(var(--sbn-ink));text-underline-offset:.2em;text-decoration:underline;text-decoration-thickness:1px}.legal-body code{border:1px solid var(--hair);background:rgb(var(--sbn-ink) / .04);border-radius:2px;padding:.1em .35em;font-size:.92em}@media (prefers-reduced-motion:reduce){.landing-h1 [data-word],.landing-polaroid,.landing-cell,.landing-case,.footer-aurora-mail{transition:none}.landing-polaroid:hover,.landing-case:hover{transform:none}.landing-booking{animation:none}}}
