:root{
  --bg:#faf8f5; --ink:#222; --muted:#746b63; --accent:#d97757; --gold:#c9a227;
  --glass:rgba(255,255,255,.48); --line:rgba(255,255,255,.42); --shadow:0 24px 70px rgba(63,42,30,.12);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}
button,input,textarea,select{font:inherit} button{cursor:pointer;border:0;background:none;color:inherit}.hidden{display:none!important}
.bg-orb{position:fixed;border-radius:999px;filter:blur(14px);opacity:.55;z-index:-1}.orb-a{width:270px;height:270px;background:#ffd6c7;top:-70px;right:-90px}.orb-b{width:320px;height:320px;background:#d9f4ee;bottom:-120px;left:-110px}
.app-shell{width:min(100%,1120px);margin:0 auto;padding:18px}.glass{background:var(--glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--line);box-shadow:var(--shadow)}
.topbar{position:sticky;top:14px;z-index:10;border-radius:26px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.brand img{width:38px;height:38px;border-radius:14px;object-fit:cover}.nav-links{display:flex;gap:6px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.nav-links button{padding:10px 12px;border-radius:16px;color:var(--muted);font-weight:700}.nav-links button:hover{background:rgba(255,255,255,.5);color:var(--ink)}.pill{background:var(--accent);color:white;border-radius:999px;font-size:11px;padding:2px 7px;margin-left:3px}
.min-screen{min-height:calc(100vh - 96px)}.hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:34px;padding:38px 10px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:var(--accent);margin:0 0 14px}.hero h1,.shop-hero h1{font-family:Poppins,sans-serif;font-size:clamp(54px,9vw,112px);line-height:.9;margin:0}.lead{font-size:18px;color:var(--muted);line-height:1.7;max-width:520px}.primary,.secondary,.ghost{border-radius:18px;padding:14px 18px;font-weight:800;transition:.2s}.primary{background:var(--ink);color:white}.primary:hover{transform:translateY(-2px)}.secondary{background:white;border:1px solid rgba(0,0,0,.06)}.ghost{background:rgba(255,255,255,.45);color:var(--muted)}.full{width:100%;margin-top:8px}.mascot-card{border-radius:38px;text-align:center;padding:28px;transform:rotate(1deg)}.mascot-card img{width:min(100%,390px);border-radius:30px}.mascot-card p{font-weight:800;color:var(--muted)}
.section{padding:74px 10px}.section-head{max-width:680px;margin-bottom:24px}.section h2,.about h2,.panel-title h2,.profile-card h2{font-family:Poppins,sans-serif;font-size:clamp(30px,5vw,54px);line-height:1.05;margin:0 0 12px}.collection-grid,.portfolio-grid,.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.collection-card{text-align:left;border-radius:26px;padding:24px;min-height:170px;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s}.collection-card:hover,.product-card:hover,.work-card:hover{transform:translateY(-4px)}.collection-card span{font-family:Poppins,sans-serif;font-weight:800;font-size:22px}.collection-card small{display:block;color:var(--muted);line-height:1.5;margin-top:8px}.portfolio-grid{grid-template-columns:repeat(4,1fr)}.work-card,.product-card{border-radius:28px;padding:16px}.work-card h3,.product-card h3{font-family:Poppins,sans-serif;margin:14px 0 6px}.work-card p,.product-card p,.about p,.shop-hero p,.profile-card p{color:var(--muted);line-height:1.55}.mockup{height:180px;border-radius:22px;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#f2e8df)}.mockup:after{content:"";position:absolute;inset:22px;border-radius:18px;border:2px solid rgba(0,0,0,.08)}.notebook{background:linear-gradient(135deg,#f8d8ca,#fff)}.story{background:linear-gradient(135deg,#fff1bc,#fff)}.sticker{background:radial-gradient(circle at 30% 30%,#f8d8ca 0 14%,transparent 15%),radial-gradient(circle at 70% 60%,#d9f4ee 0 14%,transparent 15%),#fff}.template{background:linear-gradient(135deg,#d9f4ee,#fff)}.about{border-radius:36px;padding:38px;margin:50px 10px}.footer{text-align:center;color:var(--muted);padding:34px}
.shop-hero{border-radius:34px;padding:30px;margin:24px 0;display:flex;justify-content:space-between;gap:20px;align-items:center}.shop-hero h1{font-size:clamp(42px,7vw,86px)}.filter-row{display:flex;gap:10px;overflow:auto;padding:6px 0 18px}.filter-row button{white-space:nowrap;background:white;border:1px solid rgba(0,0,0,.07);border-radius:999px;padding:11px 15px;font-weight:800;color:var(--muted)}.filter-row button.active{background:var(--ink);color:white}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card{position:relative}.product-art{height:210px;border-radius:22px;background:linear-gradient(135deg,#fff,#f3ece5);display:grid;place-items:center;font-family:Poppins,sans-serif;font-size:48px;color:var(--accent)}.price{font-weight:900;font-size:20px}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-item{display:flex;justify-content:space-between;gap:12px;background:white;border-radius:22px;padding:16px;margin-bottom:10px;border:1px solid rgba(0,0,0,.05)}.checkout-card,.profile-card{border-radius:30px;padding:24px;margin-top:18px;max-width:560px}.checkout-card input,.checkout-card textarea,.checkout-card select,.profile-card textarea{width:100%;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px;margin:8px 0;background:rgba(255,255,255,.76);outline:none}.checkout-card textarea,.profile-card textarea{min-height:96px;resize:vertical}.profile-card img{width:110px;height:110px;border-radius:30px;object-fit:cover}.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(20px);background:#222;color:#fff;padding:13px 18px;border-radius:999px;opacity:0;transition:.25s;z-index:20}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:850px){.app-shell{padding:12px}.topbar{align-items:flex-start}.brand span{display:none}.nav-links button{font-size:13px;padding:9px}.hero{grid-template-columns:1fr;padding:42px 4px}.mascot-card{max-width:360px;margin:0 auto}.collection-grid,.portfolio-grid,.product-grid{grid-template-columns:1fr 1fr}.collection-card{min-height:150px}.shop-hero{align-items:flex-start;flex-direction:column}.product-art{height:170px}}
@media(max-width:520px){.collection-grid,.portfolio-grid,.product-grid{grid-template-columns:1fr}.hero h1{font-size:62px}.nav-links{max-width:260px}.section{padding:56px 4px}.topbar{border-radius:22px}.work-card,.product-card,.collection-card{border-radius:24px}}
