:root{--ink:#252229;--muted:#716b75;--paper:#fffaf3;--cream:#f6eadb;--lav:#eee7ff;--yellow:#ffd96a;--pink:#ffdce5;--green:#dff1df;--line:#e9dfd2;--accent:#6c4bc4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}.site-header{height:76px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,250,243,.94);backdrop-filter:blur(12px);z-index:10}.brand{font-weight:900;letter-spacing:-.03em;font-size:1.2rem}.brand span{font-weight:500}.site-header nav{display:flex;gap:28px;font-size:.9rem}.site-header nav a:hover{color:var(--accent)}.hero{max-width:1180px;margin:auto;padding:90px 6vw 80px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eyebrow{font-size:.72rem;letter-spacing:.17em;font-weight:800;color:var(--accent);margin:0 0 12px}.hero h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.98;letter-spacing:-.065em;margin:0 0 25px}.hero h1 em{font-style:normal;color:var(--accent)}.lead{font-size:1.16rem;color:var(--muted);max-width:620px}.hero-actions{display:flex;gap:24px;align-items:center;margin:30px 0}.button{display:inline-block;background:var(--ink);color:white;border:0;border-radius:999px;padding:14px 22px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(37,34,41,.12)}.button:hover{transform:translateY(-1px)}.text-link{font-weight:800}.trust-row{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:.82rem}.hero-visual{display:flex;align-items:center;justify-content:center;gap:12px}.before-card,.after-card{width:220px;height:300px;border-radius:28px;padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 18px 45px rgba(65,48,37,.1)}.before-card{background:var(--yellow);transform:rotate(-3deg)}.after-card{background:var(--lav);transform:rotate(3deg)}.before-card span,.after-card span{font-size:.63rem;letter-spacing:.13em;font-weight:900}.scribble{font-size:4.5rem;line-height:.8;margin:30px 0 20px;font-family:serif}.cartoon{width:115px;height:115px;border-radius:45% 55% 50% 50%;background:#ffd45f;display:grid;place-items:center;font-size:3rem;margin:25px 0}.arrow{font-size:2rem;font-weight:900}.section{padding:90px 6vw;max-width:1180px;margin:auto}.section.alt{max-width:none;background:#f7efe6}.section-heading{text-align:center;max-width:720px;margin:0 auto 45px}.section-heading h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.045em;line-height:1.05;margin:0 0 14px}.section-heading p:not(.eyebrow){color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step{padding:26px;border:1px solid var(--line);border-radius:24px;background:white}.step span{color:var(--accent);font-weight:900}.step h3{margin:25px 0 7px;font-size:1.2rem}.step p{color:var(--muted);margin:0}.style-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.style-card{background:white;border:2px solid transparent;border-radius:26px;padding:15px;transition:.2s}.style-card:hover,.style-card.selected{border-color:var(--accent);transform:translateY(-3px)}.style-art{height:190px;border-radius:19px;display:grid;place-items:center;font-size:5rem}.classic{background:var(--yellow)}.story{background:var(--green)}.adventure{background:#dcecff}.fantasy{background:var(--pink)}.style-card h3{margin:18px 6px 4px}.style-card p{margin:0 6px 8px;color:var(--muted);font-size:.9rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.price-card{position:relative;border:1px solid var(--line);background:white;border-radius:28px;padding:30px}.price-card.featured{border:2px solid var(--accent);box-shadow:0 15px 45px rgba(108,75,196,.12)}.badge{position:absolute;right:20px;top:18px;background:var(--accent);color:white;border-radius:99px;padding:5px 9px;font-size:.62rem;font-weight:900}.price{font-size:3rem;font-weight:900;letter-spacing:-.06em;margin:8px 0}.price-card p{color:var(--muted)}.price-card ul{padding-left:18px;min-height:125px}.price-card li{margin:6px 0}.full{width:100%;text-align:center}.order-section{max-width:none;background:#f3eaff;display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start}.order-intro{max-width:480px;margin-left:auto}.order-intro h2{font-size:3.3rem;line-height:1.02;letter-spacing:-.05em}.order-card{max-width:650px;background:white;padding:30px;border-radius:30px;box-shadow:0 20px 60px rgba(50,35,80,.1);margin-right:auto}.order-card label{display:block;font-weight:800;margin:0 0 17px}.order-card input,.order-card select,.order-card textarea{width:100%;margin-top:7px;border:1px solid #ddd2c6;border-radius:13px;padding:13px 14px;font:inherit;background:#fffdf9}.order-card textarea{resize:vertical}.optional{color:var(--muted);font-weight:500;font-size:.8rem}.upload{border:2px dashed #cbb9ed;padding:18px;border-radius:17px;background:#faf7ff}.upload input{border:0;padding:0;background:transparent}.upload small{display:block;color:var(--muted);font-weight:500;margin-top:6px}.preview-wrap{display:flex;gap:15px;align-items:flex-start;margin:-3px 0 20px}.preview-wrap img{max-width:180px;max-height:180px;border-radius:14px;border:1px solid var(--line)}.remove{border:0;background:none;text-decoration:underline;cursor:pointer}.hidden{display:none}.order-note{background:#f7f1e8;border-radius:14px;padding:12px 14px;font-size:.83rem;color:var(--muted);margin-bottom:18px}.prototype-note{text-align:center;color:var(--muted);font-size:.75rem;margin:12px 0 0}.faq{max-width:850px}.faq details{background:white;border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin:10px 0}.faq summary{font-weight:800;cursor:pointer}.faq details p{color:var(--muted)}footer{padding:30px 6vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:.8rem}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-visual{order:-1}.steps,.style-grid,.pricing-grid{grid-template-columns:1fr 1fr}.order-section{grid-template-columns:1fr}.order-intro{margin:auto}.order-card{margin:auto}.site-header nav{display:none}}@media(max-width:600px){.hero{padding-top:55px}.hero-visual{transform:scale(.82);margin:-30px 0}.steps,.style-grid,.pricing-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:flex-start}.section{padding:65px 5vw}.order-intro h2{font-size:2.5rem}footer{flex-direction:column;gap:8px}}

.consent{display:flex!important;gap:9px;align-items:flex-start;font-weight:600!important;font-size:.83rem;color:var(--muted)}.consent input{width:auto!important;margin:3px 0 0!important;flex:0 0 auto}.delivery-preview{background:var(--paper)}.delivery-card{max-width:900px;margin:auto;background:white;border:1px solid var(--line);border-radius:30px;padding:30px;display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center;box-shadow:0 18px 45px rgba(65,48,37,.08)}.delivery-icon{width:74px;height:74px;border-radius:22px;background:var(--yellow);display:grid;place-items:center;font-size:2rem}.delivery-card h3{font-size:1.55rem;margin:0 0 5px}.delivery-card p:not(.eyebrow){color:var(--muted);margin:0}.delivery-actions{display:flex;flex-direction:column;gap:8px;align-items:center}.delivery-actions .button{opacity:.55;cursor:not-allowed;box-shadow:none}.delivery-actions span{font-size:.72rem;color:var(--muted)}@media(max-width:700px){.delivery-card{grid-template-columns:1fr}.delivery-actions{align-items:stretch}.delivery-actions .button{width:100%}}


/* HD Art Shop */
.shop-section{max-width:none;background:#fffaf3}.shop-section>.section-heading,.shop-banner,.product-grid,.shop-note{max-width:1180px;margin-left:auto;margin-right:auto}.shop-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f0e9ff;border:1px solid #ddd1f6;border-radius:24px;padding:22px 25px;margin-bottom:28px}.shop-banner strong{display:block;font-size:1.15rem}.shop-banner span{display:block;color:var(--muted);font-size:.9rem;margin-top:3px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(65,48,37,.06)}.product-image{position:relative;background:#eee;aspect-ratio:3/4;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.preview-label{position:absolute;left:12px;top:12px;background:rgba(37,34,41,.78);color:white;border-radius:99px;padding:5px 8px;font-size:.62rem;font-weight:900;letter-spacing:.08em}.product-meta{padding:17px}.product-category{font-size:.67rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:900}.product-meta h3{font-size:1.05rem;line-height:1.2;margin:7px 0 7px}.product-meta p{color:var(--muted);font-size:.83rem;line-height:1.45;min-height:50px;margin:0 0 14px}.product-buy{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-buy strong{font-size:1.3rem}.product-buy .button{padding:10px 13px;font-size:.78rem}.shop-note{text-align:center;color:var(--muted);font-size:.78rem;margin-top:18px}.shop-cart{border:0;background:var(--ink);color:white;border-radius:99px;padding:8px 12px;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.shop-cart:hover{background:var(--accent)}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.product-grid{grid-template-columns:1fr 1fr}.shop-banner{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}
/* Real before/after artwork */
.hero-real-example{display:block}.hero-pair-label{text-align:center;font-size:.68rem;letter-spacing:.14em;font-weight:900;color:var(--accent);margin-bottom:10px}.hero-pair{display:flex;align-items:center;justify-content:center;gap:10px}.hero-image-card{width:205px;background:var(--yellow);border-radius:25px;padding:12px;box-shadow:0 18px 45px rgba(65,48,37,.1);transform:rotate(-2deg);text-align:center}.hero-image-card.after{background:var(--lav);transform:rotate(2deg)}.hero-image-card span,.transform-pair span{display:block;font-size:.58rem;letter-spacing:.11em;font-weight:900;margin-bottom:8px}.hero-image-card img{width:100%;height:220px;object-fit:contain;background:white;border-radius:16px;display:block}.hero-image-card b{display:block;font-size:.82rem;margin-top:9px}.transformation-section{max-width:none;background:#f7efe6}.before-after-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.transformation-card{background:white;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:0 12px 35px rgba(65,48,37,.06)}.transform-pair{display:grid;grid-template-columns:1fr 28px 1fr;gap:8px;align-items:center}.transform-pair>div:not(.transform-arrow){min-width:0}.transform-pair img{width:100%;height:230px;object-fit:contain;background:#faf8f4;border-radius:16px;border:1px solid var(--line);display:block}.transform-arrow{text-align:center;font-size:1.45rem;font-weight:900;color:var(--accent)}.transformation-card h3{margin:17px 2px 5px;font-size:1.12rem}.transformation-card p{margin:0 2px;color:var(--muted);font-size:.84rem;line-height:1.5}@media(max-width:900px){.before-after-grid{grid-template-columns:1fr}.hero-pair{gap:6px}.hero-image-card{width:180px}.hero-image-card img{height:190px}}@media(max-width:500px){.hero-pair{flex-direction:column}.hero-pair .arrow{transform:rotate(90deg)}.hero-image-card{width:230px}.hero-image-card img{height:250px}.transform-pair img{height:180px}}
.shop-subheading{margin-top:70px}.cartoon-shop-grid .product-image{aspect-ratio:1/1}.cartoon-product{background:#fffdf9}

/* V10 responsive/cart fixes */
.cart-panel{position:fixed;inset:0;background:rgba(37,34,41,.42);display:flex;justify-content:flex-end;visibility:hidden;opacity:0;pointer-events:none;transition:.2s ease;z-index:1000}
.cart-panel.open{visibility:visible;opacity:1;pointer-events:auto}
.cart-panel-inner{width:min(430px,92vw);height:100%;background:var(--paper);padding:26px;overflow:auto;box-shadow:-18px 0 50px rgba(0,0,0,.18)}
.cart-panel-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:15px}
.cart-panel-head h3{margin:0;font-size:1.5rem}.cart-close{border:0;background:transparent;font-size:2rem;line-height:1;cursor:pointer}.cart-items{padding:10px 0}.cart-empty{color:var(--muted)}
.cart-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item div{display:flex;flex-direction:column;gap:3px}.cart-item span{color:var(--muted)}.cart-remove{border:0;background:transparent;text-decoration:underline;cursor:pointer;color:var(--muted)}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;padding:18px 0}
@media(max-width:900px){body{overflow-x:hidden}.site-header{height:auto;min-height:64px;padding:14px 5vw}.site-header nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.site-header nav a{display:none}.site-header .shop-cart{font-size:.78rem;padding:8px 12px}.hero{grid-template-columns:1fr;padding:55px 5vw 60px;gap:20px}.hero h1{font-size:clamp(2.6rem,12vw,4.2rem)}.hero-visual{order:-1}.section{padding:65px 5vw}.order-section{display:block}.order-intro,.order-card{max-width:650px;margin-left:auto;margin-right:auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.shop-banner{margin-left:5vw;margin-right:5vw}.shop-section>.section-heading,.product-grid,.shop-note{max-width:none;margin-left:5vw;margin-right:5vw}.product-meta{padding:13px}.product-meta p{min-height:0}.product-buy .button{padding:10px 11px}}
@media(max-width:600px){.site-header{position:sticky;top:0}.brand{font-size:1rem}.hero-actions{align-items:stretch}.hero-actions .button,.hero-actions .text-link{width:100%;text-align:center}.steps,.style-grid,.pricing-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.shop-banner{padding:18px}.hero-pair{flex-direction:column}.hero-pair .arrow{transform:rotate(90deg)}.hero-image-card{width:min(230px,80vw)}.transformation-card{padding:14px}.transform-pair{grid-template-columns:1fr 22px 1fr}.transform-pair img{height:180px}.order-intro h2{font-size:2.5rem}.delivery-card{padding:22px}.cart-panel-inner{width:100%}}
