:root{--bg:#07090b;--surface:#101418;--surface2:#151a1f;--text:#fff;--muted:#aeb6bd;--gold:#e6b45c;--line:#252c32;--radius:18px;--max:1380px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{width:min(var(--max),calc(100% - 32px));margin:auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;z-index:1000;background:#fff;color:#000;padding:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--gold);background:var(--gold);color:#0a0b0d;font-weight:900;border-radius:12px;padding:14px 22px;cursor:pointer}.btn--ghost{background:transparent;color:var(--gold)}.eyebrow{color:var(--gold);font-size:.8rem;letter-spacing:.32em;text-transform:uppercase;font-weight:800}.section{padding:64px 0}.section-title{font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:0 0 14px;font-weight:900}.section-subtitle{color:var(--muted);max-width:760px;margin:0 0 32px}.grid{display:grid;gap:20px}.site-header{position:sticky;top:0;z-index:40;background:#07090be6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;font-size:1.8rem;font-weight:900}.brand img{max-height:48px;width:auto}.brand-wordmark .gold{color:var(--gold)}.main-nav{display:flex;justify-content:center;gap:28px;font-weight:750}.header-icons{display:flex;align-items:center;gap:12px}.icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;background:var(--surface)}.cart-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--gold);color:#000;font-size:.72rem;font-weight:900;position:absolute;transform:translate(11px,-13px)}.hero{min-height:680px;display:flex;align-items:center;position:relative;overflow:hidden;background:#050608}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000ed,#000000b8 32%,#0000001f 70%,#00000040)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:2;max-width:630px;padding:90px 0}.hero h1{font-size:clamp(3.2rem,7vw,7.2rem);line-height:.9;margin:14px 0 26px;font-weight:950;letter-spacing:-.05em}.hero h1 .gold{color:var(--gold)}.hero p{font-size:1.2rem;color:#e4e7e9;max-width:590px}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:45px}.trust{border-top:1px solid rgba(255,255,255,.2);padding-top:15px}.trust strong{display:block}.trust span{font-size:.9rem;color:var(--muted)}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.category-card{background:linear-gradient(180deg,#15191e,#0e1114);border:1px solid var(--line);border-radius:18px;padding:18px;transition:.2s}.category-card:hover{transform:translateY(-4px);border-color:#5d5038}.category-card .category-image{aspect-ratio:1;border-radius:14px;overflow:hidden;background:#0a0d10;margin-bottom:13px}.category-card .category-image img{width:100%;height:100%;object-fit:cover}.category-card h3{margin:0;font-size:1rem}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;position:relative}.product-card-media{aspect-ratio:1;background:#0b0e11;overflow:hidden}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover .product-card-media img{transform:scale(1.03)}.product-card-body{padding:16px}.product-card-title{font-size:1.02rem;font-weight:850;margin:0 0 7px}.price{font-size:1.25rem;font-weight:900;color:#fff}.compare-price{color:var(--muted);text-decoration:line-through;margin-left:8px}.product-card .badge{position:absolute;top:12px;left:12px;background:var(--gold);color:#000;padding:6px 9px;border-radius:999px;font-size:.75rem;font-weight:900}.benefit-grid{grid-template-columns:repeat(4,1fr)}.benefit{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:24px}.benefit .icon{font-size:2rem}.benefit h3{margin:12px 0 6px}.benefit p{margin:0;color:var(--muted)}.newsletter{background:linear-gradient(135deg,#16120b,#0f1114);border:1px solid #3a3121;border-radius:24px;padding:40px}.newsletter-form{display:flex;gap:10px;max-width:620px}.newsletter-form input{flex:1;background:#07090b;border:1px solid var(--line);color:#fff;border-radius:12px;padding:14px}.site-footer{border-top:1px solid var(--line);padding:50px 0 28px;background:#050607}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:34px}.footer-title{font-weight:900;margin-bottom:12px}.footer-links{display:grid;gap:9px;color:var(--muted)}.copyright{margin-top:35px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;padding:55px 0}.product-gallery-main{border-radius:20px;overflow:hidden;background:var(--surface)}.product-info h1{font-size:clamp(2.2rem,4vw,4rem);line-height:1;margin:.2em 0}.product-meta{color:var(--muted)}.product-description{color:#d7dadd}.product-form{display:grid;gap:14px;margin-top:24px}.product-form select,.product-form input{background:var(--surface);border:1px solid var(--line);color:#fff;padding:13px;border-radius:10px}.download-note{margin-top:18px;border:1px solid #34402a;background:#10170d;padding:14px;border-radius:12px;color:#dfead6}.collection-header{padding:55px 0 24px}.collection-header h1{font-size:clamp(2.6rem,6vw,5rem);margin:0}.collection-description{color:var(--muted);max-width:780px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:14px;border-bottom:1px solid var(--line);text-align:left}.cart-summary{margin-left:auto;max-width:420px;padding:24px;background:var(--surface);border-radius:18px;margin-top:24px}@media(max-width:1050px){.main-nav{display:none}.hero{min-height:600px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid,.benefit-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-page{grid-template-columns:1fr}}@media(max-width:640px){.page-width{width:min(100% - 22px,var(--max))}.header-inner{height:66px}.brand{font-size:1.35rem}.header-icons .account-link{display:none}.hero{min-height:720px;align-items:end}.hero:after{background:linear-gradient(180deg,#0000002e,#0000008c 42%,#000000fa 82%)}.hero-content{padding:70px 0 45px}.hero h1{font-size:3.65rem}.hero p{font-size:1rem}.hero-trust{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card-body{padding:12px}.benefit-grid,.footer-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.section{padding:46px 0}}body{background:radial-gradient(circle at 50% -10%,#111820 0,#070a0d 38%,#050709)}.site-header{background:#070a0d;border-bottom:1px solid #283039}.header-inner{height:92px;grid-template-columns:1fr auto 1fr}.brand{grid-column:2;font-size:2.5rem;letter-spacing:-.04em}.brand:after{content:"IDEAS  \2022   FILES  \2022   REAL CREATIONS";display:block;font-size:.55rem;letter-spacing:.3em;color:#fff;font-weight:700;text-align:center;margin-top:2px}.main-nav{position:absolute;left:28px}.header-icons{justify-self:end}.icon-btn{background:transparent;border:0;font-size:1.55rem}.hero{min-height:570px;border-bottom:1px solid var(--line)}.hero-media{left:38%}.hero-media img{object-position:center}.hero:after{background:linear-gradient(90deg,#06090b,#06090bf7 33%,#06090b73 55%,#06090b0d)}.hero-content{padding:56px 0;max-width:510px}.hero h1{font-size:clamp(3.7rem,6.3vw,6.1rem);margin:10px 0 20px}.hero p{font-size:1.05rem;line-height:1.45}.hero-trust{margin-top:38px;gap:0}.trust{padding:12px 18px;border-top:0;border-right:1px solid #343b40}.trust:first-child{padding-left:0}.trust:last-child{border-right:0}.trust strong{font-size:.95rem}.trust strong:before{content:"\2726";color:var(--gold);margin-right:8px}.section{padding:44px 0}.section--tight{padding-top:10px}.section-title{font-size:clamp(2rem,3vw,2.8rem)}.category-grid{gap:16px}.category-card{padding:0;background:transparent;border:0;text-align:center}.category-card:hover{transform:translateY(-3px);border-color:transparent}.category-card .category-image{border:1px solid #303841;border-radius:15px;margin:0 0 10px;background:#0b0f13}.category-card h3{font-size:.9rem}.product-grid{gap:16px}.product-card{background:transparent;border:0;border-radius:0}.product-card-media{border:1px solid #303841;border-radius:14px}.product-card-body{padding:10px 2px}.product-card-title{font-size:.94rem}.price{font-size:1.12rem}.cta-banner{min-height:145px;border:1px solid #303841;border-radius:16px;overflow:hidden;display:grid;grid-template-columns:220px 1fr auto;align-items:center;background:linear-gradient(90deg,#0b0e11,#10151a);padding-right:28px}.cta-art{height:145px;overflow:hidden}.cta-copy{padding:20px 28px}.cta-copy h2{font-size:2rem;margin:0 0 5px}.cta-copy p{color:var(--muted);margin:0}.benefit{background:transparent;border:0;padding:12px 8px}.benefit .icon{color:var(--gold)}.newsletter{border-radius:16px}.site-footer{margin-top:20px}@media(max-width:1050px){.header-inner{grid-template-columns:auto 1fr auto}.brand{grid-column:auto}.brand:after{display:none}.main-nav{display:none}.hero-media{left:25%}}@media(max-width:640px){.site-header .page-width{width:calc(100% - 18px)}.header-inner{height:72px}.brand{font-size:1.75rem}.hero{min-height:620px;align-items:end}.hero-media{left:0;top:0;height:55%}.hero:after{background:linear-gradient(180deg,#0507091a,#05070961 35%,#050709 62%)}.hero-content{padding:300px 0 32px}.hero h1{font-size:3.45rem}.hero-trust{grid-template-columns:repeat(3,1fr);gap:0}.trust{padding:8px}.trust span{font-size:.72rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-grid{grid-template-columns:repeat(2,1fr)}.cta-banner{grid-template-columns:1fr;padding:0 18px 20px}.cta-art{height:110px;margin:0 -18px}.cta-copy{padding:18px 0}.cta-copy h2{font-size:1.6rem}.cta-banner .btn{justify-self:start}}.hero{min-height:calc(100vh - 92px);width:100%;display:flex;align-items:center;position:relative;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-media img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center center}.hero:after{background:linear-gradient(90deg,#050709f0,#050709c7 31%,#05070952 52%,#0507090d,#05070914)}.hero-content{padding:clamp(48px,7vh,90px) 0}@media(max-width:1050px){.hero{min-height:calc(100vh - 72px)}.hero-media{top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-media img{object-position:58% center}}@media(max-width:640px){.hero{min-height:calc(100svh - 72px);align-items:end}.hero-media{top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-media img{object-position:64% center}.hero:after{background:linear-gradient(180deg,#0507091a,#05070947 35%,#050709ed 72%,#050709)}.hero-content{padding:38vh 0 28px}}.hero-content-wrap{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:auto;display:flex;align-items:center;min-height:inherit}.hero-content{width:100%;padding:clamp(42px,7vh,84px) 0}.hero--left .hero-content-wrap{justify-content:flex-start}.hero--center .hero-content-wrap{justify-content:center}.hero--right .hero-content-wrap{justify-content:flex-end}.hero--center .hero-content{text-align:center}.hero--center .hero-actions{justify-content:center}.hero--center .hero-trust,.hero--right .hero-content{text-align:left}.hero--right:after{transform:scaleX(-1)}@media(max-width:640px){.hero-content-wrap{width:calc(100% - 28px);align-items:flex-end}.hero-content{max-width:100%!important;padding:42vh 0 28px}.hero--right:after{transform:none}}.category-desc{margin:6px 0 0;color:var(--muted);font-size:.82rem;line-height:1.35}.category-grid--five .category-image{aspect-ratio:1.12/1}.category-grid--five .category-card{text-align:left}.category-grid--five .category-card h3{font-size:1.05rem}.site-footer--pro{padding-top:0}.footer-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid var(--line);padding:26px 0;margin-bottom:44px}.footer-trust>div{padding:0 22px;border-right:1px solid var(--line)}.footer-trust>div:first-child{padding-left:0}.footer-trust>div:last-child{border-right:0}.footer-trust strong{display:block;color:#fff;margin-bottom:4px}.footer-trust span{color:var(--muted);font-size:.82rem}.footer-grid--pro{grid-template-columns:1.55fr repeat(3,.8fr) 1.25fr}.footer-brand .brand-wordmark{font-size:2.35rem;font-weight:950;letter-spacing:-.04em}.footer-brand p,.footer-newsletter p{color:var(--muted);max-width:360px}.footer-socials{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.footer-socials a{color:var(--gold);font-weight:800;font-size:.88rem}.footer-newsletter-form{display:flex;gap:8px}.footer-newsletter-form input{min-width:0;flex:1;background:#0b0e11;border:1px solid var(--line);border-radius:10px;color:#fff;padding:12px}.footer-newsletter-form .btn{padding:10px 14px}.footer-bottom{margin-top:38px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:.88rem}.payment-icons{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.payment-icons svg{width:38px;height:auto}.cta-art img{width:100%;height:100%;object-fit:cover}@media(max-width:1050px){.footer-trust{grid-template-columns:repeat(2,1fr);row-gap:24px}.footer-trust>div:nth-child(2){border-right:0}.footer-grid--pro{grid-template-columns:repeat(2,1fr)}.footer-brand,.footer-newsletter{grid-column:span 2}}@media(max-width:640px){.footer-trust{grid-template-columns:1fr}.footer-trust>div{border-right:0;border-bottom:1px solid var(--line);padding:14px 0}.footer-grid--pro{grid-template-columns:1fr}.footer-brand,.footer-newsletter{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.category-grid--five .category-card h3{font-size:.95rem}.category-desc{font-size:.76rem}}.product-gallery{min-width:0}.product-gallery-main{position:relative;display:grid;place-items:center;min-height:520px;background:#0b0e11;border:1px solid var(--line);border-radius:20px;overflow:hidden}.product-media{width:100%;height:100%;min-height:520px}.product-media[hidden]{display:none!important}.product-media.is-active{display:grid;place-items:center}.product-media-image{display:block;width:100%;height:auto;max-height:720px;object-fit:contain;object-position:center;margin:auto}.product-media-video,.product-media-model,.product-media iframe,model-viewer{display:block;width:100%;height:min(70vh,720px);min-height:520px;background:#0b0e11}.product-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 4px;scrollbar-width:thin}.product-thumbnail{position:relative;flex:0 0 82px;width:82px;height:82px;padding:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#0b0e11;cursor:pointer}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-thumbnail.is-active{border:2px solid var(--gold)}.media-type-badge{position:absolute;right:5px;bottom:5px;padding:2px 5px;border-radius:5px;background:#000c;color:#fff;font-size:.65rem;font-weight:900}.gallery-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#050709b8;color:#fff;font-size:2rem;line-height:1;cursor:pointer}.gallery-arrow--prev{left:14px}.gallery-arrow--next{right:14px}.gallery-arrow:hover{border-color:var(--gold);color:var(--gold)}.download-note{border-color:#34402a;background:#10170d;color:#dfead6}.download-note strong{color:#fff}@media(max-width:1050px){.product-gallery-main,.product-media{min-height:420px}.product-media-video,.product-media-model,.product-media iframe,model-viewer{min-height:420px;height:60vh}}@media(max-width:640px){.product-page{padding-top:28px;gap:28px}.product-gallery-main,.product-media{min-height:320px}.product-media-image{max-height:520px}.product-media-video,.product-media-model,.product-media iframe,model-viewer{min-height:320px;height:55vh}.product-thumbnail{flex-basis:70px;width:70px;height:70px}.gallery-arrow{width:38px;height:38px}.gallery-arrow--prev{left:8px}.gallery-arrow--next{right:8px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
