@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');:root{--ink:#10111d;--muted:#737584;--paper:#fafaf6;--line:#e6e6df;--lime:#c8ff3d;--violet:#6859f7;--deep:#17134b}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.nav{height:76px;display:flex;align-items:center;gap:38px}.brand{font:700 20px 'Space Grotesk';display:flex;align-items:center;gap:9px}.brand i{font-style:normal;background:var(--ink);color:var(--lime);width:32px;height:32px;border-radius:10px;display:grid;place-items:center}.brand span{color:var(--violet)}nav{display:flex;gap:24px;flex:1;font-size:13px;color:#60616d}.search{border:1px solid var(--line);padding:10px 14px;border-radius:99px;font-size:12px}.cart-link{margin-left:8px}.hero{background:var(--deep);color:white}.hero-grid{min-height:610px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px}.eyebrow{font:700 10px 'Space Grotesk';letter-spacing:.16em;color:var(--violet);margin-bottom:15px}.hero .eyebrow{color:var(--lime)}h1,h2,h3{font-family:'Space Grotesk';letter-spacing:-.045em}h1{font-size:clamp(45px,6vw,76px);line-height:.97;margin:0}h1 em{color:var(--lime);font-style:normal}.hero p{max-width:560px;color:#c5c5d5;line-height:1.7;font-size:17px;margin:25px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 18px;font-weight:700;font-size:13px;border:1px solid var(--line)}.primary{background:var(--lime);color:var(--ink);border-color:var(--lime)}.ghost{background:white}.wide{width:100%;margin-top:9px}.hero-art{height:470px;position:relative}.poster{position:absolute;border-radius:28px;padding:32px;box-shadow:0 30px 70px #0006}.poster.back{width:64%;height:70%;right:4%;top:6%;background:#e9dfcc;color:#2a2030;transform:rotate(5deg);font:500 24px 'Space Grotesk'}.poster.back b{font-size:39px}.poster.back small{display:block;margin-top:170px;font-size:9px;letter-spacing:.15em}.poster.front{width:68%;height:74%;left:3%;bottom:2%;background:#f4f1e7;color:#181521;transform:rotate(-6deg);display:flex;flex-direction:column}.poster.front h2{font-size:37px;margin:auto 0 18px}.poster.front hr{width:100%;border:0;border-top:1px solid #aaa}.poster.front b{font-size:9px;letter-spacing:.15em}.section{padding:85px 0}.soft{background:#f1f1ec}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-title h2{font-size:33px;margin:0}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.categories a{min-height:220px;padding:20px;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;background:#d9e2ff}.categories a:nth-child(2){background:#f5d6e7}.categories a:nth-child(3){background:#def4b6}.categories a:nth-child(4){background:#f1dbb7}.categories b{font:700 24px 'Space Grotesk'}.categories small{font-size:11px;color:#666}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.card{background:#fff;border:1px solid var(--line);padding:10px;border-radius:20px}.preview{height:270px;border-radius:15px;padding:17px;display:flex;flex-direction:column;justify-content:flex-end;background:#e9e1d4}.preview.two{background:#ead5e0}.preview.three{background:#dce7c4}.preview.four{background:#ded9ec}.preview span{font-size:9px;letter-spacing:.13em;margin-bottom:auto}.preview strong{font:700 32px 'Space Grotesk'}.preview small{font-size:9px;letter-spacing:.1em;margin-top:8px}.card-body{padding:14px 6px 9px}.card-body small{font-size:10px;color:var(--muted)}.card-body h3{font-size:15px;margin:6px 0 12px}.card-body b{font-size:14px}.card-body del{font-size:10px;color:#999;margin-left:5px}.small{padding:10px;margin:0 6px 5px;width:calc(100% - 12px)}.page-head{background:#f0f0eb;padding:62px 0 35px}.page-head h1{font-size:52px}.page-head p,.lead,.muted{color:var(--muted);line-height:1.6}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.filters a{padding:9px 13px;border:1px solid var(--line);border-radius:99px;background:white;font-size:12px}.filters .active{background:var(--ink);color:white}.detail{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.detail-preview{min-height:600px;border-radius:25px;background:#e6dfd2;padding:40px;display:flex;flex-direction:column;justify-content:flex-end}.detail-preview strong{font:700 67px 'Space Grotesk';line-height:.9}.detail-preview small{margin-top:20px}.detail h1{font-size:52px}.big-price{font-size:28px;font-weight:800;margin:25px 0}.big-price del{font-size:13px;color:#999}.big-price span{font-size:10px;background:#e5f8ba;border-radius:99px;padding:7px}.specs{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);padding:16px 0;margin:20px 0}.specs small{display:block;color:var(--muted);font-size:9px;margin-bottom:5px}.specs b{font-size:12px}.notice{margin-top:15px;background:#efefe9;padding:15px;border-radius:13px}.notice p{font-size:11px;color:var(--muted)}.cart,.checkout{display:grid;grid-template-columns:1.4fr .6fr;gap:18px}.box{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.cart-row,.download-row{display:grid;grid-template-columns:100px 1fr auto;gap:17px;align-items:center}.mini{height:100px;border-radius:13px;padding:12px;font-weight:800;background:#e9e1d4}.summary p{display:flex;justify-content:space-between;font-size:13px}.summary .total{font-size:18px}.form-card label,form label{display:block;font-size:12px;font-weight:700;margin:14px 0}.checkout input{width:100%;display:block;padding:12px;border:1px solid var(--line);border-radius:10px;margin-top:6px}.success{min-height:70vh;display:grid;place-items:center;text-align:center}.success>div{max-width:650px}.success-icon{margin:auto auto 20px;width:68px;height:68px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:30px;font-weight:800}.success-icon.error{background:#ffd6d6}.success h1{font-size:55px}.success p{color:var(--muted);line-height:1.7}footer{background:var(--ink);color:white;padding:50px 0 18px}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.foot>div:not(:first-child){display:flex;flex-direction:column;gap:10px;font-size:12px;color:#aaa}.foot p{color:#999;max-width:370px;font-size:12px;line-height:1.6}.copyright{border-top:1px solid #2b2d3a;margin-top:35px;padding-top:15px;color:#777;font-size:10px}@media(max-width:850px){nav{display:none}.hero-grid,.detail,.cart,.checkout{grid-template-columns:1fr}.hero{padding:55px 0}.hero-art{height:400px}.categories,.products{grid-template-columns:1fr 1fr}.foot{grid-template-columns:1fr 1fr}}@media(max-width:560px){.categories,.products,.foot{grid-template-columns:1fr}.section{padding:60px 0}.detail h1,.success h1{font-size:42px}.detail-preview{min-height:430px}.specs{grid-template-columns:1fr}.search{display:none}}.store-search{display:flex;gap:10px;margin-bottom:18px}.store-search input{flex:1;padding:13px 15px;border:1px solid #ddd;border-radius:11px;background:#fff;font:inherit}.preview.real,.detail-preview.real{overflow:hidden}.preview.real img,.detail-preview.real img{width:100%;height:100%;object-fit:cover;display:block}.empty-store{padding:50px 20px;text-align:center;width:100%;border:1px dashed #ccc;border-radius:18px;background:#fff}.empty-store p{color:#777}.product-description{margin-top:28px;padding-top:22px;border-top:1px solid #eee;line-height:1.7}.product-description h2{font-size:21px}

/* KANTAMAL.CV responsive patch v4 */
html{scroll-behavior:smooth;overflow-x:hidden}.nav{position:relative}.mobile-menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 11px;font-size:18px;cursor:pointer}.preview{height:auto;aspect-ratio:4/3;min-height:0;overflow:hidden}.preview.real{padding:0;background:#f4f2ec}.preview.real img{width:100%;height:100%;object-fit:contain;object-position:center;padding:8px}.detail-preview{min-height:0;height:auto;aspect-ratio:4/3;max-height:620px;overflow:hidden}.detail-preview.real{padding:0;background:#f4f2ec}.detail-preview.real img{width:100%;height:100%;object-fit:contain;padding:14px}.card{min-width:0}.card-body h3{line-height:1.3}.products{align-items:start}.empty-store{grid-column:1/-1}.store-search input{min-width:0}
@media(max-width:850px){.nav{height:68px;gap:10px}.brand{font-size:18px}.nav>div:last-child{margin-left:auto}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;margin-left:8px}header .nav nav{display:none;position:absolute;left:18px;right:18px;top:62px;z-index:50;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:0 15px 40px rgba(16,17,29,.12);flex-direction:column;gap:0}header .nav nav.open{display:flex}header .nav nav a{padding:13px 12px;border-radius:10px}header .nav nav a:hover{background:#f3f3ee}.hero-grid{min-height:auto}.hero-art{height:330px;margin-top:10px}.poster{padding:22px;border-radius:20px}.poster.back{height:72%}.poster.front{height:76%}.section{padding:64px 0}.categories{grid-template-columns:1fr 1fr}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.preview{aspect-ratio:1/1}.card{padding:8px;border-radius:16px}.card-body{padding:10px 4px 8px}.card-body h3{font-size:14px}.small{margin:0 4px 4px;width:calc(100% - 8px);font-size:12px;padding:10px}.detail{gap:30px}.detail-preview{aspect-ratio:1/1;max-height:none}.detail h1{font-size:43px}.cart-row,.download-row{grid-template-columns:72px 1fr;}.cart-row>:last-child,.download-row>:last-child{grid-column:2}.mini{height:72px}.checkout input{font-size:16px}}
@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.nav{height:62px}.brand i{width:29px;height:29px}.search{display:none}.hero{padding:45px 0 35px}.hero-grid{grid-template-columns:1fr;gap:10px}.hero h1{font-size:48px}.hero p{font-size:15px;margin:18px 0}.hero-art{height:285px}.poster.back{width:62%;right:2%;top:4%}.poster.front{width:65%;left:2%;bottom:0}.poster.front h2{font-size:27px}.categories{grid-template-columns:1fr 1fr;gap:10px}.categories a{min-height:145px;padding:14px;border-radius:16px}.categories b{font-size:17px}.categories small{font-size:9px}.section-title{align-items:flex-start;gap:10px}.section-title h2{font-size:25px}.section-title>a{font-size:11px;white-space:nowrap}.products{grid-template-columns:1fr 1fr;gap:9px}.preview{aspect-ratio:1/1;border-radius:12px}.preview.real img{padding:5px}.preview strong{font-size:22px}.card-body small{font-size:9px}.card-body h3{font-size:13px;margin:5px 0 8px}.card-body b{font-size:13px}.card-body del{font-size:9px}.small{font-size:10px;padding:9px 7px}.page-head{padding:42px 0 25px}.page-head h1{font-size:38px}.filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.filters a{white-space:nowrap}.store-search{gap:7px}.store-search input{width:100%;padding:11px}.store-search .btn{padding:11px 13px}.detail{grid-template-columns:1fr;gap:25px}.detail-preview{aspect-ratio:1/1;border-radius:18px}.detail h1{font-size:38px}.big-price{font-size:25px}.specs{grid-template-columns:repeat(3,1fr);gap:8px}.specs b{font-size:10px}.foot{grid-template-columns:1fr}.success h1{font-size:38px}.success{min-height:60vh}.notice{font-size:12px}}
