
:root{--cream:#faf6ef;--paper:#fffdf8;--oat:#ded2bf;--ink:#241f1a;--muted:#786d62;--rose:#d85f72;--shadow:0 14px 46px rgba(77,52,28,.10);--max:1180px}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:"DM Sans",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:radial-gradient(circle at 10% 8%,rgba(248,200,107,.26),transparent 30rem),radial-gradient(circle at 85% 18%,rgba(102,166,163,.14),transparent 28rem),linear-gradient(180deg,#faf6ef,#efe1cd);line-height:1.55}a{text-decoration:none;color:inherit}.wrap{max-width:var(--max);margin:auto;padding:0 20px}.nav{position:sticky;top:0;z-index:20;background:rgba(250,246,239,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(222,210,191,.75)}.nav-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:14px;font-family:"Z003","Brush Script MT","Segoe Script",cursive;font-size:42px;font-weight:700}.brand img{width:78px;height:78px;border-radius:50%;object-fit:cover;box-shadow:0 10px 30px rgba(77,52,28,.22)}.nav-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.nav-links a,.btn{border-radius:999px;padding:10px 14px;font-weight:850}.nav-links a{color:var(--muted)}.nav-links a:hover{background:var(--paper);color:var(--ink)}.btn{display:inline-flex;background:var(--ink);color:white;border:1px solid rgba(36,31,26,.12);box-shadow:0 8px 0 rgba(36,31,26,.10)}.btn.secondary{background:var(--paper);color:var(--ink)}.hero{padding:70px 0 34px}.eyebrow{display:inline-flex;padding:8px 12px;border:1px dashed var(--oat);border-radius:999px;background:rgba(255,253,248,.72);color:var(--muted);font-weight:850;text-transform:uppercase;letter-spacing:.08em;font-size:12px}h1,h2{font-family:"Z003","Brush Script MT","Segoe Script",cursive;font-weight:400;line-height:.88;margin:16px 0;text-shadow:0 1px 0 rgba(255,253,248,.7)}h1{font-size:clamp(58px,8vw,112px);max-width:920px}h2{font-size:clamp(46px,5vw,78px)}.lead{font-size:20px;color:var(--muted);max-width:780px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.category-card,.product-card,.story-card,.template-note{background:rgba(255,253,248,.88);border:1px solid rgba(222,210,191,.86);border-radius:30px;box-shadow:var(--shadow);overflow:hidden}.category-card{padding:24px;min-height:260px;display:flex;flex-direction:column;justify-content:space-between}.swatches{display:flex;gap:7px;margin:14px 0}.swatches span{width:30px;height:30px;border-radius:999px;border:2px solid rgba(255,255,255,.7);box-shadow:0 4px 12px rgba(0,0,0,.10)}.tag{display:inline-flex;border-radius:999px;padding:7px 10px;background:#f4eadb;color:var(--muted);font-weight:900;font-size:12px}.product-img{position:relative;aspect-ratio:4/3;background:#eee;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;display:block}.product-body{padding:20px}.product-body h3{font-size:27px;margin:10px 0 8px}.muted{color:var(--muted)}.meta{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.story-card{padding:clamp(22px,4vw,40px);margin:24px 0}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gallery img{width:100%;border-radius:28px;border:1px solid var(--oat);box-shadow:var(--shadow)}.breadcrumb{margin-top:22px;color:var(--muted);font-weight:750}.template-note{padding:20px;margin:28px 0;color:var(--muted)}.jm{position:absolute;right:12px;bottom:10px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);text-align:right}.jm strong{display:block;font-family:"Z003","Brush Script MT","Segoe Script",cursive;font-size:31px;line-height:.8}.footer{padding:40px 0;color:var(--muted)}@media(max-width:900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-inner{align-items:flex-start;flex-direction:column}.gallery{grid-template-columns:1fr}}@media(max-width:620px){.grid{grid-template-columns:1fr}.brand{font-size:34px}.brand img{width:62px;height:62px}.hero{padding-top:42px}}
