@import"https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@500;700;800;900&family=Hanken+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";.drop{--plaster:#F5F5F7;--paper:#FFFFFF;--espresso:#1D1D1F;--esp-2:#2C2C2E;--volt:#3FA9F5;--volt-deep:#1A73B8;--ink:#1D1D1F;--cream:#F5F5F7;--mute:#6E6E73;--mute-d:#A1A1A6;--line:#D2D2D7;--line-d:#38383A;--r-card:24px;--r-tile:28px;--w:1200px;--disp:"Schibsted Grotesk",system-ui,sans-serif;--body:"Hanken Grotesk",system-ui,sans-serif;--mono:"IBM Plex Mono",ui-monospace,monospace;font-family:var(--body);color:var(--ink);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}.drop *{margin:0;padding:0;box-sizing:border-box}.drop img{display:block;max-width:100%;height:auto}.drop a{color:inherit;text-decoration:none}.drop :focus-visible{outline:3px solid var(--volt-deep);outline-offset:3px;border-radius:6px}.drop .wrap{max-width:var(--w);margin:0 auto;padding:0 28px}.drop h1,.drop h2,.drop h3{font-family:var(--disp);letter-spacing:-.02em;line-height:1.08}.drop .mono{font-family:var(--mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.drop .arrow{font-family:var(--disp);font-weight:700}.drop.s-plaster{background:var(--plaster);color:var(--ink)}.drop.s-paper{background:var(--paper);color:var(--ink);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.drop.s-espresso{background:var(--espresso);color:var(--cream)}.drop.s-volt{background:var(--volt);color:var(--espresso)}.drop .btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:16px;padding:16px 30px;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;font-family:var(--body);line-height:1.2}.drop .btn:hover{transform:translateY(-2px)}.drop .btn-volt{background:transparent;color:var(--ink);border-color:var(--volt)}.drop .btn-volt:hover{border-color:var(--volt-deep)}.s-espresso .btn-volt,.drop-pilot .form-card .btn-volt{color:var(--cream);border-color:var(--volt)}.s-volt .btn-volt{color:var(--ink);border-color:var(--ink)}.drop .btn-ghost{background:transparent;color:var(--ink);border-color:var(--ink)}.drop .btn-ghost:hover{border-color:var(--mute)}.drop .btn-ghost-l{background:transparent;color:var(--cream);border-color:var(--cream)}.drop .btn-ghost-l:hover{border-color:var(--cream)}.drop .btn-outline{background:transparent;color:var(--ink);border-color:var(--ink)}.drop .btn-outline:hover{border-color:var(--mute)}.drop .btn-dark{background:transparent;color:var(--ink);border-color:var(--ink)}.s-espresso .btn-dark{color:var(--cream);border-color:var(--cream)}.drop .chip{font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;padding:9px 15px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--mute);display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;white-space:nowrap}.drop .chip b{width:7px;height:7px;border-radius:50%;background:var(--volt-deep);display:inline-block;border:none}.s-espresso .chip{border-color:var(--line-d);background:var(--esp-2);color:var(--mute-d)}.s-espresso .chip b{background:var(--volt)}.drop .answer{margin-top:24px;max-width:800px;font-size:19px;line-height:1.6;border-left:4px solid var(--volt);padding-left:22px;font-weight:500}.drop .more{margin-top:20px;max-width:780px;color:var(--mute);font-size:16.5px;line-height:1.7}.drop .more b,.drop .more strong{color:var(--ink)}.s-espresso .more{color:var(--mute-d)}.s-espresso .more b,.s-espresso .more strong{color:var(--cream)}.drop .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.drop .reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.drop .reveal{opacity:1;transform:none;transition:none}.drop .btn:hover{transform:none}}.drop-header{position:sticky;top:0;z-index:60;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.drop-header .nav-in{display:flex;align-items:center;justify-content:space-between;height:74px}.drop-header .logo img{height:28px;width:auto;display:block}.drop-header .nav-links{display:flex;align-items:center;gap:32px;font-weight:600;font-size:15.5px}.drop-header .nav-links a:not(.btn){color:var(--mute);transition:color .15s}.drop-header .nav-links a:not(.btn):hover{color:var(--ink)}.drop-header .nav-links a.on{color:var(--ink);border-bottom:2px solid var(--volt);padding-bottom:3px}.drop-header .btn{padding:11px 24px;font-size:15px}.drop-header .cart-link{position:relative;color:var(--mute)}.drop-header .cart-count{position:absolute;top:-8px;right:-10px;background:var(--volt);color:var(--espresso);font-family:var(--mono);font-size:10px;border-radius:999px;padding:2px 6px;font-weight:700}@media(max-width:860px){.drop-header .nav-links a:not(.btn):not(.cart-link){display:none}}.drop-hero{padding:84px 0 96px;overflow:hidden}.drop-hero .hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}.drop-hero h1{font-size:clamp(42px,5.6vw,74px);font-weight:800}.drop-hero h1 em{font-style:normal;position:relative;white-space:nowrap;color:var(--volt)}.drop-hero h1 em:after{display:none}.s-espresso.drop-hero h1{color:#fff}.s-espresso.drop-hero h1 em{color:var(--volt)}.s-espresso.drop-hero h1 em:after{display:none}.drop-hero .lead{font-size:19.5px;color:var(--mute);max-width:540px;margin:26px 0 36px;line-height:1.6;border-left:4px solid var(--volt);padding-left:20px}.drop-hero .lead strong{color:var(--ink)}.s-espresso.drop-hero .lead{color:var(--mute-d)}.s-espresso.drop-hero .lead strong{color:var(--cream)}.drop-hero .hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.drop-hero .hero-chips{display:flex;gap:10px;margin-top:42px;flex-wrap:wrap}.drop-hero .hero-visual{position:relative}.drop-hero .hero-frame{background:linear-gradient(160deg,#fff,#f5f5f7);border-radius:var(--r-tile);padding:24px;box-shadow:0 30px 60px -30px #1d1d1f59}.s-espresso.drop-hero .hero-frame{background:linear-gradient(160deg,#252528,#141416);border:1px solid var(--line-d);box-shadow:0 40px 80px -40px #000c}.drop-hero .hero-frame img{border-radius:18px;width:100%}.drop-hero .hero-frame img.cover{height:600px;object-fit:cover;object-position:center 22%}.drop-hero .tag-cloud{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.drop-hero .float-tag{position:absolute;background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:9px 15px;font-family:var(--mono);font-size:11px;letter-spacing:.05em;box-shadow:0 12px 28px -12px #1d1d1f59;display:flex;align-items:center;gap:8px;white-space:nowrap;text-transform:uppercase}.drop-hero .float-tag b{width:8px;height:8px;border-radius:50%;background:var(--volt);border:1.5px solid var(--volt-deep);flex:none}.s-espresso.drop-hero .float-tag{background:var(--esp-2);border-color:var(--line-d);color:var(--mute-d);box-shadow:0 14px 30px -14px #000000b3}.drop-hero .p1{top:5%;left:-30px}.drop-hero .p2{top:12%;right:-26px}.drop-hero .p3{top:38%;left:-44px}.drop-hero .p4{top:52%;right:-38px}.drop-hero .p5{bottom:24%;left:-28px}.drop-hero .p6{bottom:10%;left:16%}.drop-hero .p7{bottom:-16px;right:-14px}.drop-hero .float-tag{animation:dropFloat 7s ease-in-out infinite}.drop-hero .p2{animation-delay:-2.1s}.drop-hero .p3{animation-delay:-4.3s}.drop-hero .p4{animation-delay:-1.2s}.drop-hero .p5{animation-delay:-3.2s}.drop-hero .p6{animation-delay:-5.4s}.drop-hero .p7{animation-delay:-2.8s}@keyframes dropFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(prefers-reduced-motion:reduce){.drop-hero .float-tag{animation:none}}@media(max-width:980px){.drop-hero{padding:56px 0 72px}.drop-hero .hero-grid{grid-template-columns:1fr;gap:46px}.drop-hero .hero-frame img.cover{height:440px}.drop-hero .tag-cloud{position:static;display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;pointer-events:auto}.drop-hero .float-tag{position:static}}.drop-phero{padding:92px 0 80px;text-align:center}.drop-phero.left{text-align:left}.drop-phero .mono{color:var(--volt-deep)}.drop-phero h1{font-size:clamp(40px,5.4vw,70px);font-weight:800;max-width:920px;margin:16px auto 0}.drop-phero.left h1{margin-left:0}.drop-phero h1 em{font-style:normal;position:relative;white-space:nowrap}.drop-phero h1 em:after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.16em;background:var(--volt);z-index:-1;border-radius:4px}.drop-phero .lead{font-size:19.5px;color:var(--mute);max-width:660px;margin:26px auto 0;line-height:1.65}.drop-phero.left .lead,.drop-phero.left .answer{margin-left:0}.drop-phero .answer{text-align:left;margin:28px auto 0}.drop-phero .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:32px}.drop-phero.left .hero-ctas{justify-content:flex-start}.drop-phero .badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:36px;justify-content:center}.drop-phero.left .badges{justify-content:flex-start}.drop-stmt{padding:112px 0}.drop-stmt .mono{color:var(--volt-deep)}.s-espresso.drop-stmt .mono{color:var(--volt)}.drop-stmt h2{font-size:clamp(34px,4.8vw,58px);font-weight:800;max-width:900px;margin-top:14px;line-height:1.14}.s-espresso.drop-stmt h2{color:#fff}.drop-stmt h2 span{color:var(--volt-deep)}.s-espresso.drop-stmt h2 span{color:var(--volt)}.drop-stmt .lines{margin-top:30px;max-width:800px}.drop-stmt .lines p{font-size:clamp(18px,2.2vw,24px);color:var(--mute);padding:18px 0;line-height:1.5;font-weight:500}.drop-stmt .lines.ruled p{border-bottom:1px solid var(--line);padding:22px 0}.drop-stmt .lines.ruled p:last-child{border-bottom:none}.s-espresso.drop-stmt .lines p{color:var(--mute-d)}.s-espresso.drop-stmt .lines.ruled p{border-bottom-color:var(--line-d)}.drop-stmt .lines p strong{color:var(--ink)}.s-espresso.drop-stmt .lines p strong{color:var(--cream)}.s-volt.drop-stmt .lines p{color:var(--ink)}.s-volt.drop-stmt .lines p strong{color:var(--espresso)}.drop-stmt .pull{margin-top:40px;display:inline-block;font-family:var(--disp);font-weight:800;font-size:clamp(22px,2.6vw,30px);border-bottom:5px solid var(--volt);padding-bottom:8px;letter-spacing:-.02em}.drop-stmt .ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:40px}.drop-stmt.center{text-align:center}.drop-stmt.center h2,.drop-stmt.center .lines{margin-left:auto;margin-right:auto}.drop-stmt.center .ctas{justify-content:center}.drop-film{padding:110px 0}.drop-film .film-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:44px;flex-wrap:wrap}.drop-film h2{font-size:clamp(34px,4.4vw,54px);font-weight:800;max-width:560px}.drop-film .film-head p{color:var(--mute);max-width:340px;font-size:16.5px}.drop-film .stage{position:relative;border-radius:var(--r-tile);overflow:hidden;box-shadow:0 40px 80px -40px #1d1d1f73}.drop-film .stage img,.drop-film .stage video{width:100%;height:640px;object-fit:cover;object-position:center 30%;display:block}.drop-film .stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(29,29,31,.55),transparent 45%);pointer-events:none}.drop-film .overlay{position:absolute;left:44px;bottom:40px;z-index:2;color:#fff}.drop-film .overlay .mono{color:#ffffffbf;margin-bottom:10px}.drop-film .overlay h3{font-size:clamp(26px,3.4vw,40px);font-weight:800;color:#fff}.drop-film .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:92px;height:92px;border-radius:50%;background:var(--volt);border:none;cursor:pointer;display:grid;place-items:center;box-shadow:0 18px 40px #00000059;transition:transform .18s ease}.drop-film .play:hover{transform:translate(-50%,-50%) scale(1.07)}@media(max-width:720px){.drop-film .stage img,.drop-film .stage video{height:440px}.drop-film .overlay{left:24px;bottom:24px}}.drop-keys{padding:112px 0}.drop-keys .id-head{max-width:740px;margin-bottom:56px}.drop-keys h2{font-size:clamp(38px,5vw,62px);font-weight:800}.drop-keys .id-head p{color:var(--mute);font-size:19px;margin-top:22px;line-height:1.6}.drop-keys .id-head p strong{color:var(--ink)}.drop-keys .id-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.drop-keys .id-photo{background:var(--plaster);border-radius:var(--r-tile);padding:24px;border:1px solid var(--line)}.s-plaster .drop-keys-photo,.s-plaster.drop-keys .id-photo{background:var(--paper)}.drop-keys .id-photo img{border-radius:16px}.drop-keys .keys{display:grid;border-top:1px solid var(--line)}.drop-keys .key{display:grid;grid-template-columns:44px 1fr;gap:18px;padding:22px 4px;border-bottom:1px solid var(--line);align-items:start}.drop-keys .key-ico{width:40px;height:40px;border-radius:12px;background:var(--plaster);display:grid;place-items:center;color:var(--volt-deep);font-family:var(--mono);font-size:12px}.drop-keys .key h3{font-size:19px;font-weight:700;font-family:var(--body);letter-spacing:0}.drop-keys .key p{color:var(--mute);font-size:15.5px;margin-top:4px;line-height:1.5}@media(max-width:980px){.drop-keys .id-grid{grid-template-columns:1fr;gap:44px}}.drop-ctl{padding:112px 0}.drop-ctl .ctl-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:72px;align-items:center}.drop-ctl h2{font-size:clamp(32px,4.4vw,52px);font-weight:800}.drop-ctl .answer{margin-bottom:34px}.drop-ctl .ctl-list{display:grid;gap:18px;margin-bottom:36px}.drop-ctl .ctl-item{display:grid;grid-template-columns:30px 1fr;gap:14px;align-items:start}.drop-ctl .tick{width:26px;height:26px;border-radius:50%;background:var(--volt);display:grid;place-items:center;margin-top:2px;color:var(--espresso);font-weight:800;font-size:14px}.drop-ctl .ctl-item p{font-size:16px;color:var(--mute);line-height:1.5}.drop-ctl .ctl-item p b,.drop-ctl .ctl-item p strong{color:var(--ink);font-weight:700}.drop-ctl .app-stage{display:grid;place-items:center;position:relative}.drop-ctl .app-stage:before{content:"";position:absolute;width:74%;height:74%;background:radial-gradient(closest-side,rgba(63,169,245,.25),transparent 70%);filter:blur(10px)}.drop-ctl .app-frame{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--r-tile);padding:20px;box-shadow:0 30px 60px -30px #1d1d1f59}.drop-ctl .app-frame img{border-radius:16px;max-height:620px;width:auto}@media(max-width:980px){.drop-ctl .ctl-grid{grid-template-columns:1fr;gap:56px}.drop-ctl .app-stage{order:-1}}.drop-steps{padding:112px 0}.drop-steps h2{font-size:clamp(34px,4.6vw,56px);font-weight:800;max-width:820px;margin-bottom:52px}.drop-steps .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.drop-steps .step{background:var(--plaster);border:1px solid var(--line);border-radius:var(--r-card);padding:34px 30px}.s-plaster.drop-steps .step{background:var(--paper)}.drop-steps .step .mono{color:var(--volt-deep);margin-bottom:18px;display:block}.drop-steps .step h3{font-size:23px;font-weight:800;margin-bottom:12px}.drop-steps .step p{color:var(--mute);font-size:15.5px;line-height:1.55}.drop-steps .lost{margin-top:26px;display:inline-flex;align-items:center;gap:12px;background:var(--espresso);color:var(--cream);border-radius:999px;padding:15px 26px;font-size:15px}.drop-steps .lost b{color:var(--volt);font-weight:700}@media(max-width:900px){.drop-steps .steps{grid-template-columns:1fr}}.drop-tiles{padding:112px 0}.drop-tiles h2{font-size:clamp(36px,4.8vw,58px);font-weight:800;margin-bottom:50px}.s-espresso.drop-tiles h2{color:var(--cream)}.drop-tiles .tiles{display:grid;grid-template-columns:1fr 1fr;gap:24px}.drop-tiles .tile{position:relative;border-radius:var(--r-tile);overflow:hidden;min-height:500px;display:flex;align-items:flex-end;transition:transform .2s ease}.drop-tiles .tile:hover{transform:translateY(-6px)}.drop-tiles .tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.drop-tiles .tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(29,29,31,.82) 8%,rgba(29,29,31,.15) 55%,transparent)}.drop-tiles .tile-body{position:relative;z-index:2;padding:38px;color:#fff}.drop-tiles .tile-body h3{font-size:clamp(26px,3vw,36px);font-weight:800;margin-bottom:10px}.drop-tiles .tile-body p{color:#ffffffd1;font-size:16px;max-width:400px;margin-bottom:20px;line-height:1.55}.drop-tiles .tile-link{display:inline-flex;align-items:center;gap:10px;font-weight:700;color:var(--volt)}@media(max-width:900px){.drop-tiles .tiles{grid-template-columns:1fr}.drop-tiles .tile{min-height:420px}}.drop-cardsx{padding:112px 0}.drop-cardsx h2{font-size:clamp(32px,4.4vw,52px);font-weight:800;max-width:820px}.s-espresso.drop-cardsx h2{color:#fff}.drop-cardsx .grid{display:grid;gap:18px;margin-top:48px}.drop-cardsx .grid.c2{grid-template-columns:1fr 1fr}.drop-cardsx .grid.c3{grid-template-columns:repeat(3,1fr)}.drop-cardsx .grid.c4{grid-template-columns:repeat(4,1fr)}.drop-cardsx .card{border:1px solid var(--line);border-top:2px solid var(--volt);border-radius:var(--r-card);background:#f5f5f7;overflow:hidden;display:flex;flex-direction:column}.s-plaster.drop-cardsx .card{background:var(--paper)}.s-espresso.drop-cardsx .card{background:var(--esp-2);border-color:var(--line-d)}.drop-cardsx a.card{transition:transform .18s ease,box-shadow .18s ease}.drop-cardsx a.card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -22px #1d1d1f59}.drop-cardsx .card img{height:220px;width:100%;object-fit:cover}.drop-cardsx .card-body{padding:28px;flex:1;display:flex;flex-direction:column}.drop-cardsx .card .bar{height:4px;width:44px;background:var(--volt);border-radius:99px;margin-bottom:18px}.drop-cardsx .card .mono{color:var(--volt-deep);display:block;margin-bottom:12px}.s-espresso.drop-cardsx .card .mono{color:var(--volt)}.drop-cardsx .card h3{font-size:19px;font-weight:800;margin-bottom:10px}.s-espresso.drop-cardsx .card h3{color:#fff}.drop-cardsx .card .body{color:var(--mute);font-size:15px;line-height:1.6}.s-espresso.drop-cardsx .card .body{color:var(--mute-d)}.drop-cardsx .card .body p{margin-bottom:12px}.drop-cardsx .card .body p:last-child{margin-bottom:0}.drop-cardsx .card .body b,.drop-cardsx .card .body strong{color:var(--ink)}.s-espresso.drop-cardsx .card .body b,.s-espresso.drop-cardsx .card .body strong{color:var(--cream)}.drop-cardsx .card .link{margin-top:auto;padding-top:18px;font-weight:700;display:inline-flex;gap:10px;align-items:center}.drop-cardsx .card .link span{border-bottom:2px solid var(--volt);padding-bottom:2px}.drop-cardsx .card.st-dark{background:var(--espresso);border-color:var(--espresso)}.drop-cardsx .card.st-dark h3{color:#fff}.drop-cardsx .card.st-dark .body{color:var(--mute-d)}.drop-cardsx .card.st-dark .body b{color:var(--cream)}.drop-cardsx .card.st-dark .mono{color:var(--volt)}.drop-cardsx .card.st-volt{background:var(--volt);border-color:var(--volt)}.drop-cardsx .card.st-volt h3{color:var(--espresso)}.drop-cardsx .card.st-volt .body{color:var(--ink)}.drop-cardsx .card.st-volt .mono{color:var(--espresso)}.drop-cardsx .foot-note{margin-top:26px;color:var(--mute);font-size:15px;max-width:760px}.drop-cardsx .foot-note b{color:var(--ink)}@media(max-width:980px){.drop-cardsx .grid.c4,.drop-cardsx .grid.c3{grid-template-columns:1fr 1fr}}@media(max-width:640px){.drop-cardsx .grid.c2,.drop-cardsx .grid.c3,.drop-cardsx .grid.c4{grid-template-columns:1fr}}.drop-band-cta{padding:106px 0}.drop-band-cta .mv-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:64px;align-items:center}.drop-band-cta h2{font-size:clamp(40px,6vw,80px);font-weight:900;letter-spacing:-.03em;line-height:1}.drop-band-cta .lead{font-size:18.5px;margin-top:22px;max-width:520px;color:var(--ink);line-height:1.6;font-weight:500}.drop-band-cta .mv-form{display:flex;gap:10px;background:#ffffffb3;border:1.5px solid var(--espresso);border-radius:999px;padding:7px 7px 7px 24px;max-width:460px}.drop-band-cta .mv-form input[type=email]{flex:1;border:none;background:transparent;font-size:16px;color:var(--espresso);min-width:0;font-family:var(--body)}.drop-band-cta .mv-form input[type=email]:focus{outline:none}.drop-band-cta .mv-form .btn{padding:13px 24px;font-size:15px}.drop-band-cta .note{font-family:var(--mono);font-size:11.5px;letter-spacing:.06em;margin-top:16px;color:var(--ink)}.drop-band-cta .ok{margin-top:14px;font-weight:600}@media(max-width:980px){.drop-band-cta .mv-grid{grid-template-columns:1fr;gap:40px}}.drop-shop{padding:112px 0}.drop-shop .shop-head{display:flex;justify-content:space-between;align-items:end;gap:40px;flex-wrap:wrap;margin-bottom:52px}.drop-shop h2{font-size:clamp(34px,4.6vw,56px);font-weight:800;max-width:640px}.drop-shop .shop-head p{color:var(--mute);max-width:320px;font-size:16.5px}.drop-shop .products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.drop-shop .product{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;display:block}.drop-shop .product:hover{transform:translateY(-6px);box-shadow:0 26px 50px -26px #1d1d1f59}.drop-shop .p-img{background:linear-gradient(165deg,#fff,#f5f5f7);padding:26px}.drop-shop .p-img img{border-radius:12px;width:100%;aspect-ratio:6/5;object-fit:cover}.drop-shop .p-body{padding:22px 26px 26px;display:flex;justify-content:space-between;align-items:center;gap:14px}.drop-shop .p-body h3{font-size:18px;font-weight:800}.drop-shop .p-body .sub{display:block;color:var(--mute);font-size:13.5px;margin-top:3px}.drop-shop .p-body .price{font-family:var(--disp);font-weight:800;font-size:17px;margin-top:6px;display:block}.drop-shop .stock{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;background:var(--plaster);border:1px solid var(--line);color:var(--volt-deep);padding:8px 12px;border-radius:999px;white-space:nowrap}.drop-shop .stock.out{color:var(--mute)}.drop-shop .shop-cta{margin-top:44px;text-align:center}@media(max-width:900px){.drop-shop .products{grid-template-columns:1fr}}.drop-faq{padding:112px 0}.drop-faq h2{font-size:clamp(30px,4vw,48px);font-weight:800;margin-bottom:44px;max-width:780px}.drop-faq .faq-list{max-width:840px}.drop-faq details{border-bottom:1px solid var(--line)}.drop-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:25px 4px;font-weight:700;font-size:18px;font-family:var(--disp);letter-spacing:-.01em}.drop-faq summary::-webkit-details-marker{display:none}.drop-faq .ind{width:32px;height:32px;border-radius:50%;border:1.5px solid var(--line);display:grid;place-items:center;font-weight:600;color:var(--mute);flex:none;transition:all .2s;font-family:var(--body)}.drop-faq details[open] .ind{background:var(--volt);border-color:var(--volt);color:var(--espresso);transform:rotate(45deg)}.drop-faq details .a{color:var(--mute);padding:0 44px 25px 4px;line-height:1.65;font-size:16px}.drop-faq details .a p{margin:0 0 12px}.drop-faq details .a p:last-child{margin-bottom:0}.drop-faq details .a ul,.drop-faq details .a ol{margin:0 0 12px 20px}.drop-faq details .a li{margin-bottom:6px}.drop-faq details .a a{color:var(--volt-deep);font-weight:600;text-decoration:underline;text-underline-offset:2px}.drop-qa .answer a,.drop-qa .more a{color:var(--volt-deep);font-weight:600;text-decoration:underline;text-underline-offset:2px}.drop-qa{padding:104px 0}.drop-qa h2{font-size:clamp(30px,4vw,46px);font-weight:800;max-width:800px}.drop-qa .facts{margin-top:44px;border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;background:var(--plaster);max-width:920px}.s-plaster.drop-qa .facts{background:var(--paper)}.drop-qa .fact{display:grid;grid-template-columns:26px 1fr;gap:16px;align-items:start;padding:19px 26px;border-bottom:1px solid var(--line);font-size:15.5px;color:var(--mute)}.drop-qa .fact:last-child{border-bottom:none}.drop-qa .fact b,.drop-qa .fact strong{color:var(--ink);font-weight:600}.drop-qa .fact i{width:8px;height:8px;border-radius:50%;background:var(--volt);border:1.5px solid var(--volt-deep);margin-top:7px}.drop-qa .honest{margin-top:34px;max-width:780px;background:var(--plaster);border:1px dashed var(--volt-deep);border-radius:18px;padding:22px 26px;font-size:15.5px;color:var(--mute);line-height:1.6}.s-plaster.drop-qa .honest{background:#f5f5f7}.drop-qa .honest b,.drop-qa .honest strong{color:var(--ink)}.drop-qa .lost{margin-top:32px;display:inline-flex;align-items:center;gap:12px;background:var(--espresso);color:var(--cream);border-radius:999px;padding:15px 26px;font-size:15px}.drop-qa .lost b{color:var(--volt);font-weight:700}.drop-qa .chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.drop-qa .link-u{font-weight:700;display:inline-flex;gap:10px;align-items:center;border-bottom:2px solid var(--volt);padding-bottom:3px;margin-top:26px}.drop-cmp{padding:104px 0}.drop-cmp h2{font-size:clamp(30px,4vw,46px);font-weight:800;max-width:800px}.drop-cmp .table-wrap{margin-top:44px;overflow-x:auto;border-radius:var(--r-card);border:1px solid var(--line);background:var(--paper)}.drop-cmp table{border-collapse:collapse;width:100%;min-width:720px;font-size:15px}.drop-cmp th,.drop-cmp td{padding:18px 22px;text-align:left;border-bottom:1px solid var(--line)}.drop-cmp thead th{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute);font-weight:500;background:#f5f5f7}.drop-cmp tbody th{font-weight:600;background:#f5f5f7;font-family:var(--body);font-size:14.5px;white-space:nowrap}.drop-cmp td{color:var(--mute);text-align:center}.drop-cmp thead th:not(:first-child){text-align:center}.drop-cmp tr:last-child th,.drop-cmp tr:last-child td{border-bottom:none}.drop-cmp .col-drop{background:#e4f2fc;color:var(--ink)!important;font-weight:700}.drop-cmp thead .col-drop{color:var(--volt-deep)!important}.drop-cmp td.col-drop{border-bottom-color:#c6e3f8}.drop-cmp .cmp-check{color:var(--volt-deep);font-weight:800;margin-right:6px}.drop-cmp .status{font-family:var(--mono);font-size:11px;letter-spacing:.06em;background:var(--plaster);border:1px solid var(--line);color:var(--volt-deep);padding:7px 12px;border-radius:999px;white-space:nowrap;text-transform:uppercase}.drop-cmp .doc-line{margin-top:26px;color:var(--mute);font-size:15px;max-width:760px}.drop-cmp .doc-line b{color:var(--ink)}.drop-faq .faq-contact{margin-top:28px;color:var(--mute);font-size:16px}.drop-faq .faq-contact a{color:var(--volt-deep);font-weight:600;text-decoration:underline;text-underline-offset:3px}.drop-logos{padding:44px 0;overflow:hidden}.drop-logos .logos-kicker{color:var(--mute);margin-bottom:22px}.drop-logos .logos-track-wrap{overflow:hidden}.drop-logos .logos-track{display:flex;align-items:center;gap:72px;white-space:nowrap;width:max-content;animation:droptick 32s linear infinite}.drop-logos .logo-item{display:inline-flex;align-items:center;flex:none}.drop-logos .logo-img{max-height:48px;width:auto;height:auto;filter:grayscale(1);opacity:.75;transition:filter .18s ease,opacity .18s ease}.drop-logos .logo-item:hover .logo-img{filter:none;opacity:1}.drop-logos .logo-word{font-family:var(--disp);font-weight:800;font-size:22px;letter-spacing:-.01em;color:var(--mute)}.drop-logos .logo-item:hover .logo-word{color:var(--ink)}@media(prefers-reduced-motion:reduce){.drop-logos .logos-track{animation:none;flex-wrap:wrap}}.drop-ticker{overflow:hidden;padding:16px 0;border-top:1px solid var(--volt-deep);border-bottom:1px solid var(--volt-deep)}.drop-ticker .track{display:flex;gap:56px;white-space:nowrap;font-family:var(--mono);font-size:13px;letter-spacing:.14em;color:var(--espresso);text-transform:uppercase;animation:droptick 26s linear infinite;width:max-content}@keyframes droptick{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.drop-ticker .track{animation:none}}.drop-ledger{padding:104px 0}.drop-ledger h2{font-size:clamp(30px,4vw,46px);font-weight:800;max-width:820px}.drop-ledger .ledger{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:44px}.drop-ledger .led{border-radius:var(--r-card);padding:32px;border:1px solid var(--line)}.drop-ledger .led.on{background:var(--paper)}.drop-ledger .led.off{background:var(--espresso);color:var(--cream);border-color:var(--espresso)}.drop-ledger .led .mono{display:block;margin-bottom:20px}.drop-ledger .led.on .mono{color:var(--volt-deep)}.drop-ledger .led.off .mono{color:var(--volt)}.drop-ledger .led ul{list-style:none}.drop-ledger .led li{display:flex;gap:12px;align-items:start;padding:11px 0;border-bottom:1px solid var(--line);font-size:15.5px}.drop-ledger .led.off li{border-bottom-color:var(--line-d);color:var(--mute-d)}.drop-ledger .led li:last-child{border-bottom:none}.drop-ledger .ic{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;flex:none;margin-top:1px;font-weight:800;font-size:13px}.drop-ledger .led.on .ic{background:var(--volt);color:var(--espresso)}.drop-ledger .led.off .ic{background:transparent;border:1.5px solid #48484A;color:#98989d}.drop-ledger .foot{margin-top:18px;font-size:13.5px;color:var(--mute)}.drop-ledger .led.off .foot{color:#98989d}@media(max-width:900px){.drop-ledger .ledger{grid-template-columns:1fr}}.drop-story{padding:110px 0}.drop-story .story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.drop-story h2{font-size:clamp(30px,4vw,46px);font-weight:800}.drop-story .story-copy p{color:var(--mute);font-size:17px;line-height:1.75;margin-top:22px}.drop-story .story-copy p b,.drop-story .story-copy p strong{color:var(--ink)}.drop-story .pullquote{margin-top:36px;border-left:4px solid var(--volt);padding:6px 0 6px 24px}.drop-story .pullquote .q{font-family:var(--disp);font-weight:800;font-size:clamp(24px,3vw,34px);letter-spacing:-.02em}.drop-story .pullquote .attr{margin-top:8px;color:var(--mute);font-size:13px;font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase}.drop-story .story-visual{position:relative}.drop-story .story-frame{background:var(--plaster);border:1px solid var(--line);border-radius:var(--r-tile);padding:22px}.drop-story .story-frame img{border-radius:16px;height:560px;width:100%;object-fit:cover;object-position:center 24%}.drop-story .story-tag{position:absolute;bottom:34px;left:-22px;background:var(--espresso);color:var(--cream);border-radius:14px;padding:11px 18px;font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;display:flex;gap:8px;align-items:center;box-shadow:0 14px 30px -14px #00000080}.drop-story .story-tag b{width:7px;height:7px;border-radius:50%;background:var(--volt)}@media(max-width:980px){.drop-story .story-grid{grid-template-columns:1fr;gap:48px}.drop-story .story-frame img{height:420px}.drop-story .story-tag{left:8px}}.drop-pilot{padding:110px 0}.drop-pilot .p-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.drop-pilot h2{font-size:clamp(36px,5vw,60px);font-weight:900;letter-spacing:-.03em;line-height:1.04}.drop-pilot .lead{font-size:18px;margin-top:24px;max-width:480px;color:var(--ink);line-height:1.6;font-weight:500}.drop-pilot .form-card{background:var(--espresso);border-radius:var(--r-tile);padding:40px;color:var(--cream);box-shadow:0 40px 70px -35px #00000080}.drop-pilot .form-card .mono{color:var(--volt);display:block;margin-bottom:24px}.drop-pilot .f-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.drop-pilot .field{margin-bottom:14px}.drop-pilot .field input,.drop-pilot .field textarea{width:100%;background:var(--esp-2);border:1px solid var(--line-d);border-radius:14px;padding:15px 16px;color:var(--cream);font-family:var(--body);font-size:15px}.drop-pilot .field input::placeholder,.drop-pilot .field textarea::placeholder{color:#86868b}.drop-pilot .field input:focus,.drop-pilot .field textarea:focus{outline:none;border-color:var(--volt)}.drop-pilot .field textarea{min-height:110px;resize:vertical}.drop-pilot .form-card .btn{width:100%;justify-content:center;margin-top:8px}.drop-pilot .ok{margin-top:16px;color:var(--volt);font-weight:600}@media(max-width:980px){.drop-pilot .p-grid{grid-template-columns:1fr;gap:44px}.drop-pilot .f-row{grid-template-columns:1fr}}.drop-footer{background:var(--espresso);color:var(--mute-d);padding:84px 0 42px;border-top:1px solid var(--line-d)}.drop-footer .f-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:44px;padding-bottom:60px;border-bottom:1px solid var(--line-d)}.drop-footer .f-brand img{height:28px;width:auto;margin-bottom:14px}.drop-footer .f-brand p{font-size:15px;max-width:280px;line-height:1.55}.drop-footer .f-col b{display:block;color:var(--cream);font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px;font-weight:500}.drop-footer .f-col a{display:block;padding:6px 0;font-size:15px;transition:color .15s}.drop-footer .f-col a:hover{color:var(--cream)}.drop-footer .f-legal{padding-top:32px;font-size:12.5px;line-height:1.7;color:#86868b;display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}.drop-footer .f-ai{display:block;margin-top:10px;font-family:var(--mono);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.drop-footer .f-ai a{color:#86868b;border-bottom:1px solid rgba(134,134,139,.45);padding-bottom:1px;transition:color .2s ease,border-color .2s ease}.drop-footer .f-ai a:hover{color:#fff;border-bottom-color:#fff}@media(max-width:900px){.drop-footer .f-top{grid-template-columns:1fr 1fr}}.drop .rte p{margin:0 0 14px}.drop .rte p:last-child{margin-bottom:0}.drop .rte em{font-style:normal}.drop-stmt h2 em{color:var(--volt-deep);font-style:normal}.s-espresso.drop-stmt h2 em{color:var(--volt)}.drop-hero .lead em,.drop-phero .lead em{font-style:italic}.drop-cardsx .card.st-bar .card-body:before{content:"";display:block;height:4px;width:44px;background:var(--volt);border-radius:99px;margin-bottom:18px}.drop-keys .keys-cta{margin-top:36px}.drop[style*=--head-c] h1,.drop[style*=--head-c] h2,.drop[style*=--head-c] h3{color:var(--head-c)!important}.drop[style*=--h-size] h1,.drop[style*=--h-size] h2{font-size:var(--h-size)!important}.drop[style*=--btn-bg] .btn{background:var(--btn-bg)!important;box-shadow:none}.drop[style*=--btn-ink] .btn{color:var(--btn-ink)!important;border-color:transparent}.drop-band-cta .lead strong{font-size:1.9em;font-weight:800;line-height:1;color:var(--espresso);letter-spacing:-.02em}.drop-404{min-height:52vh;display:flex;align-items:center}.drop-404 .four-wrap{text-align:center;max-width:640px;margin:0 auto;padding-top:64px;padding-bottom:64px}.drop-404 .four-code{font-family:var(--mono);font-size:13px;letter-spacing:.18em;color:var(--volt-deep);background:var(--plaster);border:1px solid var(--line);border-radius:999px;padding:6px 14px;display:inline-block;margin-bottom:22px}.drop-404 h1{font-size:clamp(34px,4.6vw,56px);letter-spacing:-.03em;line-height:1.05;margin-bottom:18px}.drop-404 h1 em{font-style:normal;color:var(--volt-deep)}.drop-404 .lead{color:var(--mute);max-width:44ch;margin:0 auto 30px}.drop-404 .four-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.drop-404.s-espresso .four-code{background:var(--esp-2);border-color:var(--line-d);color:var(--volt)}.drop-404.s-espresso h1 em{color:var(--volt)}.drop-welcome .welcome-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(28px,4vw,64px);align-items:center}@media(max-width:860px){.drop-welcome .welcome-grid{grid-template-columns:1fr}}.drop-welcome .welcome-img img{border-radius:var(--r-card);width:100%}.drop-contentpage .content-wrap{max-width:760px;margin:0 auto}.drop-contentpage h1{font-size:clamp(32px,4.4vw,52px);letter-spacing:-.03em;margin-bottom:28px}.drop-contentpage .page-body{font-size:16.5px;line-height:1.75}.drop-contentpage .page-body h2{font-size:26px;margin:1.6em 0 .6em;letter-spacing:-.02em}.drop-contentpage .page-body h3{font-size:20px;margin:1.4em 0 .5em}.drop-contentpage .page-body h4{font-size:17px;margin:1.3em 0 .4em}.drop-contentpage .page-body p{margin-bottom:1em}.drop-contentpage .page-body ul,.drop-contentpage .page-body ol{margin:0 0 1.2em 1.3em}.drop-contentpage .page-body li{margin-bottom:.5em}.drop-contentpage .page-body a{color:var(--volt-deep);font-weight:600;text-decoration:underline;text-underline-offset:2px}.drop-contentpage .page-body img{border-radius:var(--r-card);margin:1.4em 0}.drop-contentpage .page-body table{width:100%;border-collapse:collapse;font-size:14.5px;margin:1.2em 0}.drop-contentpage .page-body td,.drop-contentpage .page-body th{border:1px solid var(--line);padding:10px 12px;text-align:left}.drop-contentpage .page-body blockquote{border-left:3px solid var(--volt);padding-left:18px;color:var(--mute);margin:1.2em 0}.drop-header .nav-item{position:relative;display:inline-flex}.drop-header .nav-item>a{display:inline-flex;align-items:center;gap:5px}.drop-header .nav-item .caret{opacity:.55;transition:transform .18s ease}.drop-header .nav-item:hover .caret,.drop-header .nav-item:focus-within .caret{transform:rotate(180deg)}.drop-header .sub{position:absolute;top:calc(100% + 10px);left:-14px;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px;display:none;flex-direction:column;gap:2px;box-shadow:0 24px 50px -20px #1d1d1f47;z-index:75}.drop-header .sub:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.drop-header .nav-item:hover .sub,.drop-header .nav-item:focus-within .sub{display:flex}.drop-header .sub a{padding:10px 14px;border-radius:9px;font-size:15px;white-space:nowrap}.drop-header .sub a:hover{background:var(--plaster)}.drop-collection .shop-head h1{font-size:clamp(36px,5vw,58px);letter-spacing:-.03em}.drop-collection .p-img img{width:100%;aspect-ratio:6/5;object-fit:cover;border-radius:12px}.drop-collection .coll-pages{display:flex;gap:16px;justify-content:center;margin-top:44px}.drop-footer .f-legal{font-size:12px;line-height:1.7;gap:20px}.drop-footer .f-legal span:first-child{max-width:70em}.drop-stmt{text-align:center}.drop-stmt h2,.drop-stmt .lines{margin-left:auto;margin-right:auto}.drop-stmt .ctas{justify-content:center}.drop-steps{text-align:center}.drop-steps h2{margin-left:auto;margin-right:auto}.drop-steps .step{text-align:left}.drop-tiles{text-align:center}.drop-tiles .tile-body{text-align:left}.drop-cardsx{text-align:center}.drop-cardsx h2{margin-left:auto;margin-right:auto}.drop-cardsx .answer{margin-left:auto;margin-right:auto;text-align:left}.drop-cardsx .card-body{text-align:left}.drop-cardsx .foot-note{margin-left:auto;margin-right:auto}.drop-faq{text-align:center}.drop-faq h2{margin-left:auto;margin-right:auto}.drop-faq .faq-list{text-align:left;margin-left:auto;margin-right:auto}.drop-qa{text-align:center}.drop-qa h2{margin-left:auto;margin-right:auto}.drop-qa .answer,.drop-qa .more,.drop-qa .facts,.drop-qa .honest{margin-left:auto;margin-right:auto;text-align:left}.drop-qa .chips{justify-content:center}.drop-cmp{text-align:center}.drop-cmp h2{margin-left:auto;margin-right:auto}.drop-cmp .answer{margin-left:auto;margin-right:auto;text-align:left}.drop-cmp .doc-line{margin-left:auto;margin-right:auto}.drop-ledger{text-align:center}.drop-ledger h2{margin-left:auto;margin-right:auto}.drop-ledger .led{text-align:left}.drop-shop .shop-head,.drop-collection .shop-head{flex-direction:column;align-items:center;text-align:center;gap:18px}.drop-shop .shop-head p,.drop-collection .shop-head p{max-width:560px}.drop-shop .product{text-align:left}.drop-film .film-head{flex-direction:column;align-items:center;text-align:center;gap:18px}.drop-film .film-head p{max-width:560px}.drop-film .overlay{text-align:left}.drop-band-cta .mv-grid{grid-template-columns:1fr;justify-items:center;text-align:center;gap:40px}.drop-band-cta .lead{margin-left:auto;margin-right:auto}.drop-band-cta .mv-form{text-align:left;margin-left:auto;margin-right:auto;width:100%}.drop-pilot .p-grid{grid-template-columns:1fr;justify-items:center;text-align:center;gap:48px}.drop-pilot .lead{margin-left:auto;margin-right:auto}.drop-pilot .form-card{text-align:left;width:100%;max-width:640px}.drop-logos .logos-kicker,.drop-contentpage h1{text-align:center}.drop-keys[style*="text-align:center"] .id-head{margin-left:auto;margin-right:auto}.drop-keys[style*="text-align:center"] .keys-cta{text-align:center}.drop-keys .keys{text-align:left}
/*# sourceMappingURL=/cdn/shop/t/41/assets/drop-system.css.map */
