/* The shop uses the same tokens, Inter typography and navigation as locolink.io. */
html{scroll-behavior:smooth;scroll-padding-top:105px}.ll-store{--store-line:var(--border-light);background:var(--bg-primary);color:var(--text-primary);font-family:var(--font);overflow-x:clip}.ll-store img{display:block;max-width:100%;height:auto}.ll-store a{text-decoration:none}.ll-store .store-nav{z-index:1000}.ll-store .store-nav>.container{max-width:1180px}.ll-store .nav-logo>img{border-radius:8px;flex-shrink:0}.ll-store .nav-links a[aria-current]{color:var(--accent);background:var(--accent-glow)}.ll-store .nav-mobile-actions{display:none}.ll-store .store-main{max-width:1180px;padding:0 28px;margin:0 auto}.ll-store section{margin:0;padding:72px 0}.ll-store h1,.ll-store h2,.ll-store h3{color:var(--text-primary);font-family:var(--font)}.ll-store h1{font-size:clamp(42px,5vw,66px);line-height:1.03;font-weight:900;letter-spacing:-.045em;margin:18px 0 22px}.ll-store h2{font-size:clamp(30px,3.2vw,44px);line-height:1.12;font-weight:850;letter-spacing:-.04em;margin:0 0 22px}.ll-store h3{line-height:1.2;font-weight:800;letter-spacing:-.03em}.ll-store p{margin:0 0 18px}.ll-store .lead{font-size:18px;line-height:1.7;color:var(--text-secondary)}.ll-store .small{font-size:12px;line-height:1.7;color:var(--text-secondary)}.ll-store .eyebrow{font-size:11px;font-weight:750;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary)}.ll-store .store-gradient{display:inline;background:linear-gradient(135deg,var(--accent-light),var(--accent),var(--accent-dark));background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.ll-store .buy,.ll-store .card-button,.ll-store .store-secondary{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;padding:13px 25px;border-radius:12px;font-family:var(--font);font-weight:750;font-size:14px;transition:transform .18s,box-shadow .18s,background .18s;text-decoration:none}.ll-store .buy,.ll-store .pro .card-button{background:linear-gradient(135deg,var(--accent-light),var(--accent));color:#17120a;box-shadow:0 6px 24px var(--accent-glow)}.ll-store .buy:hover,.ll-store .card-button:hover,.ll-store .store-secondary:hover{transform:translateY(-2px);box-shadow:0 10px 28px var(--accent-glow)}.ll-store .store-secondary,.ll-store .card-button{border:1px solid var(--store-line);background:var(--bg-card);color:var(--text-primary)}.ll-store .buy>span{font-size:19px}.ll-store .text-link{color:var(--text-primary);font-size:14px;font-weight:650;line-height:1.7}.ll-store .text-link:hover{text-decoration:underline;text-underline-offset:5px}.ll-store .store-label{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--store-line);border-radius:100px;padding:7px 15px;background:var(--bg-card);font-size:12px;font-weight:700;box-shadow:var(--shadow-sm)}.ll-store .store-label>span{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px var(--green-glow)}
/* A familiar LocoLink opening, followed by the real App Store artwork. */
.ll-store .shop-hero{position:relative;display:block;text-align:center;padding:124px 0 72px}.ll-store .shop-hero:before{content:'';position:absolute;z-index:-1;top:20px;left:50%;transform:translateX(-50%);width:120vw;height:760px;background:radial-gradient(ellipse at 50% 35%,var(--accent-glow-strong),transparent 62%);pointer-events:none}.ll-store .shop-intro{max-width:820px;margin:0 auto 50px}.ll-store .shop-hero h1{font-size:clamp(48px,6.8vw,84px);margin:26px 0 22px}.ll-store .shop-hero .lead{max-width:590px;margin:0 auto 24px}.ll-store .shop-actions{display:flex;justify-content:center;gap:14px;margin:24px 0 17px}.ll-store .shop-actions a{min-width:165px}.ll-store .shop-intro .small{max-width:550px;margin:0 auto}.ll-store .shop-showcase{display:block;max-width:970px;margin:auto;padding:10px;border:1px solid var(--store-line);border-radius:25px;background:var(--bg-card);box-shadow:var(--shadow-lg),0 0 100px var(--accent-glow);transition:transform .25s}.ll-store .shop-showcase:hover{transform:translateY(-3px)}.ll-store .shop-showcase img{width:100%;border-radius:17px}.ll-store .section-heading{display:flex;align-items:end;justify-content:space-between;gap:22px;margin:0 0 30px}.ll-store .section-heading h2{margin:0}.ll-store .section-heading>span{font-size:13px;color:var(--text-secondary);margin-bottom:4px}.ll-store #apple,.ll-store #windows{border-top:1px solid var(--store-line)}
/* Edition cards keep the application image intact and the buying decision clear. */
.ll-store .cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.ll-store .product-card{display:flex;flex-direction:column;border:1px solid var(--store-line);border-radius:22px;overflow:hidden;background:var(--bg-card);box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s,transform .2s}.ll-store .product-card:hover{border-color:rgba(245,158,11,.48);box-shadow:var(--shadow-md);transform:translateY(-3px)}.ll-store .product-card.pro{border-color:rgba(245,158,11,.35);background:linear-gradient(150deg,var(--accent-glow),transparent 65%),var(--bg-card)}.ll-store .card-art{height:292px;padding:20px;background:var(--bg-secondary);border-bottom:1px solid var(--store-line);display:flex;align-items:center;justify-content:center}.ll-store .card-art img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.12));border-radius:9px}.ll-store .card-copy{padding:29px;display:flex;flex:1;flex-direction:column;align-items:start}.ll-store .card-copy h3{font-size:32px;margin:10px 0 12px}.ll-store .pro .card-copy h3{color:var(--text-primary)}.ll-store .card-copy>p{font-size:14px;color:var(--text-secondary);margin-bottom:20px}.ll-store .card-features{list-style:none;padding:0;margin:0 0 26px;font-size:13px;line-height:1.7;color:var(--text-secondary)}.ll-store .card-features li{margin:7px 0;display:flex;align-items:baseline;gap:10px}.ll-store .card-features li:before{content:'✓';color:var(--green);font-weight:800}.ll-store .card-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;width:100%;padding-top:20px;border-top:1px solid var(--store-line)}.ll-store .card-price{font-size:29px;font-weight:850;letter-spacing:-1px;line-height:1.3}.ll-store .card-price small{display:block;color:var(--text-secondary);font-size:11px;font-weight:450;letter-spacing:0;margin-top:5px}.ll-store .card-button{font-size:12px;min-height:44px;padding:11px 16px;gap:12px}
/* Product detail and purchase section. */
.ll-store .breadcrumb{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding-top:103px;font-size:12px;color:var(--text-secondary)}.ll-store .breadcrumb>a{color:var(--text-primary)}.ll-store .breadcrumb>a:hover{text-decoration:underline}.ll-store .product-hero{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(330px,.9fr);align-items:start;gap:38px;padding:32px 0 72px}.ll-store .product-visual{position:sticky;top:102px}.ll-store .hero-art{display:flex;align-items:center;justify-content:center;min-height:420px;background:radial-gradient(ellipse at top,var(--accent-glow),transparent 65%),var(--bg-card);border:1px solid var(--store-line);border-radius:22px;padding:15px;box-shadow:var(--shadow-md);overflow:hidden}.ll-store .hero-art img{width:100%;border-radius:10px;object-fit:contain}.ll-store .hero-art.portrait{height:670px;min-height:0}.ll-store .hero-art.portrait img{height:100%;width:auto;max-width:100%}.ll-store .image-caption{font-size:11px;color:var(--text-secondary);margin:13px 4px 0;line-height:1.7}.ll-store .purchase-panel{padding:27px 29px;border:1px solid var(--store-line);border-radius:22px;background:var(--bg-card);box-shadow:var(--shadow-sm)}.ll-store .purchase-panel.pro{border-color:rgba(245,158,11,.4);background:linear-gradient(155deg,var(--accent-glow),transparent 48%),var(--bg-card)}.ll-store .purchase-panel h1{font-size:clamp(40px,4vw,56px);margin:15px 0 18px}.ll-store .purchase-panel h1>span{font-size:.55em;font-weight:650;letter-spacing:-.03em;display:inline-block;color:var(--text-secondary);margin-top:8px}.ll-store .purchase-panel .lead{font-size:15px;line-height:1.8;margin-bottom:23px}.ll-store .license-line{display:flex;align-items:center;gap:12px;padding:16px 0;border-top:1px solid var(--store-line);margin-bottom:20px}.ll-store .license-line img{border-radius:10px}.ll-store .license-line strong{font-size:14px;display:block}.ll-store .license-line span{display:block;color:var(--text-secondary);font-size:11px;margin-top:3px}.ll-store .price{font-size:46px;font-weight:900;line-height:1.1;letter-spacing:-2px}.ll-store .tax{font-size:11px;color:var(--text-secondary);line-height:1.7;margin:9px 0 20px}.ll-store .purchase-panel .buy{display:flex;width:100%;justify-content:space-between}.ll-store .delivery{font-size:11px;color:var(--text-secondary);line-height:1.8;margin:15px 0 20px}.ll-store .available{color:var(--green);font-weight:700}.ll-store .available:before{content:'';width:5px;height:5px;display:inline-block;vertical-align:middle;margin-right:6px;border-radius:50%;background:currentColor}.ll-store .specs{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:15px;padding:15px 0;border-top:1px solid var(--store-line);border-bottom:1px solid var(--store-line);margin-bottom:15px}.ll-store .specs dt{color:var(--text-secondary);font-size:10px}.ll-store .specs dd{font-size:11px;font-weight:650;margin:3px 0 0}.ll-store .purchase-panel>.small{font-size:11px;margin-bottom:14px}.ll-store .purchase-panel>.text-link{font-size:12px}.ll-store .included{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;border-top:1px solid var(--store-line)}.ll-store .included h2{margin:12px 0;max-width:410px}.ll-store .feature-list{display:grid;grid-template-columns:1fr 1fr;gap:25px;list-style:none;margin:0 0 25px;padding:0;font-size:14px;line-height:1.7}.ll-store .feature-list li:before{content:'✓';display:block;color:var(--accent);font-size:24px;font-weight:800;margin-bottom:7px}.ll-store .gallery{border-top:1px solid var(--store-line)}.ll-store .gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.ll-store .gallery-grid a{display:flex;align-items:center;justify-content:center;border:1px solid var(--store-line);border-radius:20px;background:var(--bg-card);padding:12px;overflow:hidden;max-height:600px}.ll-store .gallery-grid img{max-height:570px;object-fit:contain;border-radius:9px}.ll-store .activation{padding:38px;border:1px solid rgba(245,158,11,.22);border-radius:22px;background:linear-gradient(130deg,var(--accent-glow),transparent 65%),var(--bg-card)}.ll-store .activation ol{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin:32px 0 20px;padding:0}.ll-store .step-number{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--accent-glow);color:var(--accent);font-size:12px;font-weight:800;margin-bottom:17px}.ll-store .activation h3{font-size:17px;margin-bottom:10px}.ll-store .activation li p,.ll-store .activation-note{font-size:13px;line-height:1.8;color:var(--text-secondary)}.ll-store .activation-note{border-top:1px solid var(--store-line);padding-top:22px;margin:0}.ll-store .compatibility{max-width:790px;margin:0 auto;text-align:center;padding:85px 0}.ll-store .compatibility p{color:var(--text-secondary);font-size:16px;line-height:1.8}.ll-store .compatibility .text-link{display:inline-flex;margin-top:8px;padding:12px 22px;border-radius:12px;border:1px solid var(--store-line);background:var(--bg-card)}.ll-store .related{border-top:1px solid var(--store-line)}.ll-store .related .cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ll-store .related .card-art{height:205px;padding:14px}.ll-store .related .card-copy{padding:23px}.ll-store .related .card-copy h3{font-size:27px}.ll-store .related .card-features{display:none}.ll-store .related .card-bottom{flex-wrap:wrap}.ll-store .related .card-price{font-size:25px}.ll-store .store-footer{max-width:1180px;margin:30px auto 0;padding:35px 28px 30px;border-top:1px solid var(--store-line);color:var(--text-secondary)}.ll-store .store-footer .nav-logo{width:max-content;margin-bottom:20px}.ll-store .store-footer>a{font-size:13px}.ll-store .languages{display:flex;flex-wrap:wrap;gap:18px;margin:25px 0;font-size:12px}.ll-store .languages a[aria-current]{color:var(--text-primary);font-weight:750}.ll-store .legal{display:flex;flex-wrap:wrap;gap:20px;font-size:11px;border-top:1px solid var(--store-line);padding-top:22px}.ll-store .legal span{margin-left:auto}.ll-store .skip{position:fixed;left:-9999px;top:10px;padding:10px 18px;background:var(--bg-card);color:var(--text-primary);z-index:2000}.ll-store .skip:focus{left:10px}.ll-store :focus-visible{outline:3px solid var(--accent);outline-offset:4px}
@media(max-width:1050px){.ll-store .product-hero{gap:24px;grid-template-columns:minmax(0,1fr) minmax(315px,1fr)}.ll-store .purchase-panel{padding:24px}.ll-store .hero-art{min-height:360px}.ll-store .hero-art.portrait{height:560px}.ll-store .card-art{height:250px}.ll-store .card-copy{padding:24px}.ll-store .card-bottom{flex-wrap:wrap}.ll-store .related .cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.ll-store .store-nav .nav-mobile-actions{display:flex;align-items:center;gap:10px}.ll-store .store-nav .nav-mobile-toggle{display:block;width:36px;height:36px;border:1px solid var(--store-line);border-radius:8px;background:var(--bg-card);color:var(--text-primary);font-size:20px;cursor:pointer}.ll-store .store-nav .nav-links{display:none}.ll-store .store-nav .nav-links.open{display:flex;position:absolute;left:18px;right:18px;top:67px;flex-direction:column;align-items:stretch;gap:4px;border:1px solid var(--store-line);border-radius:14px;padding:14px;background:var(--bg-primary);box-shadow:var(--shadow-lg)}.ll-store .store-nav .nav-links.open li{list-style:none}.ll-store .store-nav .nav-links.open a{padding:12px}.ll-store .store-nav .nav-links .theme-toggle{display:none}.ll-store .shop-hero h1{font-size:64px}.ll-store .shop-hero{padding-top:110px}.ll-store .product-hero{grid-template-columns:1fr}.ll-store .product-visual{position:static}.ll-store .hero-art{min-height:0}.ll-store .hero-art.portrait{height:490px}.ll-store .purchase-panel{max-width:none}.ll-store .purchase-panel h1{font-size:48px}.ll-store .included{gap:25px}.ll-store .card-price{font-size:25px}.ll-store .card-button{padding:10px 14px}}
@media(max-width:600px){.ll-store .store-main{padding:0 20px}.ll-store section{padding:48px 0}.ll-store .store-nav>.container{padding:0 20px}.ll-store .shop-hero{padding:102px 0 48px}.ll-store .shop-hero h1{font-size:clamp(34px,9.7vw,56px);line-height:1.06;margin-top:24px;letter-spacing:-.05em}.ll-store .shop-hero .lead{font-size:16px;line-height:1.7}.ll-store .shop-intro{margin-bottom:32px}.ll-store .shop-label{font-size:11px}.ll-store .shop-actions{gap:10px}.ll-store .shop-actions a{min-width:0;flex:1;max-width:190px;padding:12px 20px}.ll-store .shop-intro .small{font-size:11px}.ll-store .shop-showcase{padding:5px;border-radius:16px;box-shadow:var(--shadow-md)}.ll-store .shop-showcase img{border-radius:11px}.ll-store .section-heading{align-items:start;flex-wrap:wrap;gap:8px;margin-bottom:23px}.ll-store .section-heading h2{font-size:34px}.ll-store .section-heading>span{font-size:12px}.ll-store .cards,.ll-store .related .cards{grid-template-columns:1fr;gap:22px}.ll-store .card-art{height:250px;padding:15px}.ll-store .card-copy{padding:23px}.ll-store .card-copy h3{font-size:31px}.ll-store .card-bottom{flex-wrap:nowrap}.ll-store .card-price{font-size:27px}.ll-store .card-button{font-size:12px}.ll-store .breadcrumb{padding-top:92px;font-size:11px;gap:9px}.ll-store .product-hero{padding:24px 0 48px;gap:24px}.ll-store .hero-art{padding:8px;border-radius:16px}.ll-store .hero-art.portrait{height:430px}.ll-store .image-caption{font-size:10px}.ll-store .purchase-panel{padding:25px 23px}.ll-store .purchase-panel h1{font-size:44px}.ll-store .purchase-panel .lead{font-size:15px}.ll-store .included{grid-template-columns:1fr;gap:22px}.ll-store .feature-list{font-size:13px;gap:22px}.ll-store .gallery-grid{gap:12px}.ll-store .gallery-grid a{padding:7px;border-radius:13px;max-height:360px}.ll-store .gallery-grid img{max-height:340px}.ll-store .activation{padding:27px 23px}.ll-store .activation ol{grid-template-columns:1fr;gap:24px;margin-top:25px}.ll-store .activation li{position:relative;padding-left:46px}.ll-store .step-number{position:absolute;left:0;top:0}.ll-store .activation li p{margin-bottom:0}.ll-store .compatibility{padding:60px 0}.ll-store .compatibility p{font-size:14px}.ll-store .related .card-art{height:230px}.ll-store .related .card-bottom{flex-wrap:nowrap}.ll-store .store-footer{padding:28px 20px}.ll-store .legal{gap:13px 18px}.ll-store .legal span{margin-left:0;width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ll-store .buy,.ll-store .card-button,.ll-store .store-secondary,.ll-store .product-card,.ll-store .shop-showcase{transition:none}.ll-store .product-card:hover,.ll-store .shop-showcase:hover{transform:none}}
