/* ===================== RESET & BASE ===================== */
  *,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
  :root{
    --cream:#FFF8EC;
    --cream-deep:#F3E4C6;
    --cream-deeper:#ECD9B4;
    --wood:#8B5A2E;
    --wood-mid:#6B4226;
    --wood-dark:#43290F;
    --gold:#F7B733;
    --gold-light:#FCD988;
    --gold-deep:#D6891A;
    --terracotta:#D2693C;
    --ink:#3A2415;
    --ink-soft:#6B5440;
    --white:#FFFFFF;
    --success:#4F8B4A;
    --success-bg:#E7F2E5;
    --danger:#C75450;
    --shadow:rgba(67,41,15,0.16);
    --shadow-soft:rgba(67,41,15,0.08);
    --radius-lg:22px;
    --radius-md:14px;
    --radius-sm:9px;
    --font-display:'Fredoka',sans-serif;
    --font-body:'Nunito',sans-serif;
    --font-mono:'SF Mono','Roboto Mono',Consolas,monospace;
    --maxw:1280px;
  }
  html{scroll-behavior:smooth;}
  @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}
  body{
    font-family:var(--font-body);
    background:var(--cream);
    color:var(--ink);
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  img{max-width:100%;display:block;}
  button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;}
  a{color:inherit;text-decoration:none;}
  ul{list-style:none;}
  input,select,textarea{font-family:inherit;font-size:1rem;}
  .icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
  .icon-fill{fill:currentColor;stroke:none;}
  h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;color:var(--ink);line-height:1.15;}
  .container{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
  .skip-link{position:absolute;left:-999px;top:0;background:var(--gold);color:var(--ink);padding:10px 18px;border-radius:0 0 8px 0;z-index:999;font-weight:700;}
  .skip-link:focus{left:0;}
  :focus-visible{outline:3px solid var(--gold-deep);outline-offset:2px;border-radius:4px;}
  [hidden]{display:none !important;}

  /* ===================== UTILITY ===================== */
  .eyebrow-tag{
    display:inline-flex;align-items:center;gap:6px;
    padding:7px 16px;border-radius:8px;
    background:linear-gradient(135deg,var(--wood) 0%,var(--wood-mid) 50%,var(--wood-dark) 100%);
    background-size:200% 200%;
    color:var(--gold-light);
    font-family:var(--font-display);font-weight:600;font-size:.72rem;
    letter-spacing:.09em;text-transform:uppercase;
    position:relative;box-shadow:0 4px 10px var(--shadow);
  }
  .eyebrow-tag::before{
    content:'';position:absolute;top:-5px;left:50%;transform:translateX(-50%);
    width:8px;height:8px;border-radius:50%;background:var(--wood-dark);
    box-shadow:0 0 0 3px var(--cream);
  }
  .section{padding:88px 0;}
  .section-head{text-align:center;max-width:560px;margin:0 auto 44px;}
  .section-head h2{font-size:2.1rem;margin-top:14px;}
  .section-head p{color:var(--ink-soft);margin-top:10px;font-size:1.02rem;}
  .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    font-family:var(--font-display);font-weight:600;font-size:.96rem;
    padding:14px 28px;border-radius:100px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
    white-space:nowrap;
  }
  .btn:active{transform:scale(.96);}
  .btn-primary{background:var(--gold);color:var(--wood-dark);box-shadow:0 6px 16px rgba(214,137,26,0.35);}
  .btn-primary:hover{background:var(--gold-deep);color:var(--white);box-shadow:0 8px 20px rgba(214,137,26,0.45);}
  .btn-secondary{background:transparent;color:var(--wood-dark);border:2px solid var(--wood);}
  .btn-secondary:hover{background:var(--wood);color:var(--cream);}
  .btn-block{width:100%;}
  .btn-sm{padding:9px 18px;font-size:.84rem;}
  .btn-icon{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .15s;}
  .btn-icon:hover{background:var(--cream-deep);}
  .muted{color:var(--ink-soft);}
  .price{font-family:var(--font-display);font-weight:700;color:var(--gold-deep);}

  /* ===================== HEADER ===================== */
  header{
    position:sticky;top:0;z-index:100;background:rgba(255,248,236,0.92);
    backdrop-filter:blur(10px);border-bottom:1px solid var(--cream-deeper);
  }
  .nav-row{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:var(--maxw);margin:0 auto;gap:18px;}
  .brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:1.3rem;color:var(--wood-dark);}
  .brand-logo-img{width:46px;height:46px;border-radius:50%;object-fit:cover;flex-shrink:0;}
  nav.main-nav{display:flex;gap:6px;align-items:center;}
  nav.main-nav button{padding:10px 16px;border-radius:100px;font-weight:700;font-size:.95rem;color:var(--ink-soft);transition:background .15s,color .15s;}
  nav.main-nav button:hover,nav.main-nav button.active{background:var(--cream-deep);color:var(--wood-dark);}
  .nav-actions{display:flex;align-items:center;gap:4px;}
  .cart-btn{position:relative;}
  .cart-count{
    position:absolute;top:2px;right:2px;background:var(--terracotta);color:var(--white);
    font-size:.65rem;font-weight:800;width:18px;height:18px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;border:2px solid var(--cream);
  }
  .hamburger{display:none;}
  .mobile-nav-panel{display:none;}

  @media (max-width:860px){
    nav.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--cream);flex-direction:column;align-items:stretch;padding:10px 20px 18px;border-bottom:1px solid var(--cream-deeper);box-shadow:0 12px 20px var(--shadow-soft);}
    nav.main-nav.open{display:flex;}
    nav.main-nav button{text-align:left;}
    .hamburger{display:flex;}
  }

  /* ===================== HERO ===================== */
  .hero{position:relative;overflow:hidden;padding:64px 0 56px;}
  .hero .container{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;position:relative;z-index:2;}
  .hero h1{font-size:3.3rem;line-height:1.08;margin-top:18px;}
  .hero h1 .accent{color:var(--gold-deep);}
  .hero p.lead{margin-top:18px;font-size:1.12rem;color:var(--ink-soft);max-width:460px;}
  .hero-ctas{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap;}
  .hero-art{position:relative;display:flex;align-items:center;justify-content:center;}
  .hero-art-circle{
    width:380px;height:380px;border-radius:50%;
    background:radial-gradient(circle at 35% 30%,var(--gold-light),var(--gold) 70%);
    display:flex;align-items:center;justify-content:center;position:relative;
    box-shadow:0 30px 60px var(--shadow);
  }
  .hero-art-circle img{width:88%;height:88%;object-fit:contain;border-radius:50%;position:relative;z-index:1;}
  .hero-art-circle::after{
    content:'';position:absolute;inset:-4px;border-radius:50%;pointer-events:none;
    border:3px solid transparent;border-top-color:var(--gold-light);border-right-color:var(--gold-light);opacity:.85;
  }
  @media (prefers-reduced-motion:no-preference){
    .hero-art-circle::after{animation:spinring 9s linear infinite;}
  }
  @keyframes spinring{to{transform:rotate(360deg);}}
  .paw-deco{position:absolute;color:var(--wood);opacity:.18;}
  .paw-deco.p1{width:54px;height:54px;top:6%;left:2%;transform:rotate(-18deg);}
  .paw-deco.p2{width:36px;height:36px;top:70%;left:10%;transform:rotate(22deg);}
  .paw-deco.p3{width:64px;height:64px;bottom:4%;right:6%;transform:rotate(-8deg);}
  .paw-deco.p4{width:30px;height:30px;top:14%;right:14%;transform:rotate(35deg);}
  @media (prefers-reduced-motion:no-preference){
    .hero h1,.hero p.lead,.hero-ctas{animation:rise .6s ease both;}
    .hero p.lead{animation-delay:.08s;}
    .hero-ctas{animation-delay:.16s;}
    .hero-art-circle{animation:pop .7s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.1s;}
  }
  @keyframes rise{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:translateY(0);}}
  @keyframes pop{from{opacity:0;transform:scale(.85);}to{opacity:1;transform:scale(1);}}

  @media (max-width:900px){
    .hero .container{grid-template-columns:1fr;text-align:center;}
    .hero p.lead{margin-left:auto;margin-right:auto;}
    .hero-ctas{justify-content:center;}
    .hero h1{font-size:2.4rem;}
    .hero-art{order:-1;}
    .hero-art-circle{width:260px;height:260px;}
  }

  /* ===================== TRUST STRIP ===================== */
  .trust-strip{border-top:1px solid var(--cream-deeper);border-bottom:1px solid var(--cream-deeper);background:var(--cream-deep);}
  .trust-strip ul{display:flex;justify-content:center;flex-wrap:wrap;max-width:var(--maxw);margin:0 auto;padding:22px 24px;}
  .trust-strip li{display:flex;align-items:center;gap:10px;padding:8px 28px;font-weight:700;font-size:.9rem;color:var(--wood-dark);border-right:1px solid var(--cream-deeper);}
  .trust-strip li:last-child{border-right:none;}
  .trust-strip .icon{color:var(--gold-deep);width:22px;height:22px;}
  @media (max-width:700px){.trust-strip li{border-right:none;padding:6px 14px;font-size:.82rem;}}

  /* ===================== STORY LOGO FIX ===================== */
  .story-img img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;}

  /* ===================== SCROLL REVEAL ===================== */
  @media (prefers-reduced-motion:no-preference){
    .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1);}
    .reveal.in{opacity:1;transform:translateY(0);}
    .reveal.d1{transition-delay:.08s;} .reveal.d2{transition-delay:.16s;} .reveal.d3{transition-delay:.24s;}
  }

  /* ===================== FLOATING PAWS ===================== */
  .paw-deco.p1{--r:-18deg;} .paw-deco.p2{--r:22deg;} .paw-deco.p3{--r:-8deg;} .paw-deco.p4{--r:35deg;}
  @media (prefers-reduced-motion:no-preference){
    .paw-deco{animation:floatpaw 6s ease-in-out infinite;}
    .paw-deco.p2{animation-duration:7.5s;animation-delay:.6s;}
    .paw-deco.p3{animation-duration:6.8s;animation-delay:1.2s;}
    .paw-deco.p4{animation-duration:8s;animation-delay:.3s;}
    @keyframes floatpaw{0%,100%{transform:translateY(0) rotate(var(--r,0));}50%{transform:translateY(-10px) rotate(var(--r,0));}}
  }

  /* ===================== NEWSLETTER LOGO ===================== */
  .newsletter-art .news-logo{width:190px;height:auto;border-radius:22px;object-fit:contain;box-shadow:0 18px 36px rgba(0,0,0,0.28);transform-origin:center;}
  @media (max-width:820px){.newsletter-art .news-logo{width:150px;}}
  @media (prefers-reduced-motion:no-preference){
    .news-logo{animation:logobob 3.6s ease-in-out infinite;}
    @keyframes logobob{
      0%,100%{transform:translateY(0) rotate(-1.6deg);}
      50%{transform:translateY(-12px) rotate(1.6deg);}
    }
  }

  /* ===================== REVIEWS ===================== */
  .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
  @media (max-width:900px){.reviews-grid{grid-template-columns:1fr;}}
  .review-card{background:var(--white);border:1px solid var(--cream-deeper);border-radius:var(--radius-md);padding:26px;box-shadow:0 6px 18px var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease;}
  .review-card:hover{transform:translateY(-4px);box-shadow:0 12px 26px var(--shadow);}
  .review-stars{display:flex;gap:2px;color:var(--gold-deep);margin-bottom:12px;}
  .review-stars .icon{width:18px;height:18px;}
  .review-card p{color:var(--ink-soft);font-size:1rem;line-height:1.6;}
  .review-author{display:flex;align-items:center;gap:10px;margin-top:16px;}
  .review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-deep));display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;color:var(--wood-dark);}
  .review-meta b{font-family:var(--font-display);color:var(--ink);font-size:.96rem;}
  .review-meta span{display:block;color:var(--ink-soft);font-size:.8rem;}

  /* ===================== FAQ ===================== */
  .faq-wrap{max-width:820px;margin:0 auto;}
  .faq-item{background:var(--white);border:1px solid var(--cream-deeper);border-radius:var(--radius-md);margin-bottom:14px;overflow:hidden;}
  .faq-q{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;font-family:var(--font-display);font-weight:600;font-size:1.05rem;color:var(--ink);}
  .faq-q .icon{transition:transform .25s ease;color:var(--gold-deep);}
  .faq-item.open .faq-q .icon{transform:rotate(180deg);}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
  .faq-a-inner{padding:0 24px 20px;color:var(--ink-soft);line-height:1.65;}
  .faq-item.open .faq-a{max-height:360px;}

  /* ===================== SEO CONTENT ===================== */
  .seo-copy{max-width:900px;margin:0 auto;}
  .seo-copy p{color:var(--ink-soft);line-height:1.75;margin-bottom:14px;}
  .seo-copy h3{font-family:var(--font-display);color:var(--wood-dark);font-size:1.15rem;margin:22px 0 8px;}
  .seo-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
  .seo-tags a{background:var(--white);border:1px solid var(--cream-deeper);border-radius:100px;padding:8px 16px;font-size:.86rem;font-weight:700;color:var(--wood-dark);transition:background .15s,color .15s;}
  .seo-tags a:hover{background:var(--gold);color:var(--wood-dark);}

  /* ===================== NEWSLETTER ===================== */
  .newsletter{background:var(--wood-dark);border-radius:var(--radius-lg);padding:48px 56px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;overflow:hidden;position:relative;}
  .newsletter h2{color:var(--cream);font-size:1.9rem;}
  .newsletter p{color:#E9D9C0;margin-top:10px;max-width:460px;}
  .news-form{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap;}
  .news-form input{flex:1;min-width:220px;padding:14px 18px;border-radius:100px;border:2px solid transparent;background:var(--cream);color:var(--ink);font-weight:600;}
  .news-form input:focus{outline:none;border-color:var(--gold);}
  .newsletter-art{display:flex;align-items:flex-end;justify-content:center;}
  @media (max-width:820px){.newsletter{grid-template-columns:1fr;padding:34px 24px;text-align:center;}.newsletter p{margin-left:auto;margin-right:auto;}.news-form{justify-content:center;}.newsletter-art{display:none;}}

  /* ===================== WHATSAPP FLOAT ===================== */
  .wa-float{position:fixed;bottom:22px;right:22px;z-index:200;width:58px;height:58px;border-radius:50%;background:#25D366;box-shadow:0 8px 22px rgba(37,211,102,0.45);display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;}
  .wa-float:hover{transform:scale(1.08);box-shadow:0 10px 28px rgba(37,211,102,0.6);}
  .wa-float svg{width:30px;height:30px;fill:#fff;}
  @media (prefers-reduced-motion:no-preference){.wa-float{animation:wapulse 2.4s ease-in-out infinite;}@keyframes wapulse{0%,100%{box-shadow:0 8px 22px rgba(37,211,102,0.45);}50%{box-shadow:0 8px 22px rgba(37,211,102,0.45),0 0 0 12px rgba(37,211,102,0.12);}}}
  @media (max-width:600px){.mobile-cart-bar.show ~ .wa-float{bottom:82px;}}

  /* ===================== LEGAL / CONTENT PAGES ===================== */
  .page-narrow{max-width:820px;margin:0 auto;padding:56px 24px 80px;}
  .page-narrow .page-head{margin-bottom:36px;}
  .page-narrow h1{font-size:2.3rem;margin-top:14px;}
  .page-narrow h2{font-size:1.35rem;margin:34px 0 12px;color:var(--wood-dark);}
  .page-narrow h3{font-size:1.08rem;margin:22px 0 8px;}
  .page-narrow p,.page-narrow li{color:var(--ink-soft);line-height:1.75;margin-bottom:12px;}
  .page-narrow ul{list-style:disc;padding-left:22px;margin-bottom:14px;}
  .page-narrow ul li{margin-bottom:8px;}
  .page-narrow .updated{font-size:.85rem;color:var(--ink-soft);font-style:italic;}
  .about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0;}
  @media (max-width:760px){.about-values{grid-template-columns:1fr;}}
  .about-value{background:var(--white);border:1px solid var(--cream-deeper);border-radius:var(--radius-md);padding:24px;text-align:center;}
  .about-value .icon{width:34px;height:34px;color:var(--gold-deep);margin:0 auto 10px;}
  .about-value h3{margin:0 0 6px;}

  /* ===================== BLOG ===================== */
  #blogList{display:grid;gap:18px;}
  .blog-card{display:block;background:var(--white);border:1px solid var(--cream-deeper);border-radius:var(--radius-md);padding:26px 28px;box-shadow:0 4px 14px var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease;}
  .blog-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px var(--shadow);}
  .blog-card .blog-date{font-size:.8rem;color:var(--gold-deep);font-weight:700;text-transform:uppercase;letter-spacing:.05em;}
  .blog-card h2{font-family:var(--font-display);color:var(--ink);font-size:1.35rem;margin:8px 0 8px;}
  .blog-card p{color:var(--ink-soft);line-height:1.6;margin-bottom:12px;}
  .blog-card .blog-more{color:var(--gold-deep);font-weight:800;font-size:.9rem;}
  #blogPost h1{font-family:var(--font-display);color:var(--ink);}
  #blogPost p{color:var(--ink-soft);line-height:1.8;margin-bottom:16px;font-size:1.03rem;}

  /* ===================== OWNER PANEL ===================== */
  .owner-wrap{max-width:1080px;margin:0 auto;padding:48px 24px 90px;}
  .owner-login{max-width:400px;margin:40px auto;background:var(--white);border:1px solid var(--cream-deeper);border-radius:var(--radius-lg);padding:40px 32px;text-align:center;box-shadow:0 12px 30px var(--shadow-soft);}
  .owner-login .icon{width:44px;height:44px;color:var(--gold-deep);margin:0 auto 14px;}
  .owner-login h1{font-size:1.6rem;margin-bottom:6px;}
  .owner-login p{color:var(--ink-soft);font-size:.92rem;margin-bottom:20px;}
  .owner-login input{width:100%;padding:13px 16px;border-radius:12px;border:2px solid var(--cream-deeper);background:var(--cream);font-weight:600;margin-bottom:14px;font-family:var(--font-body);}
  .owner-login input:focus{outline:none;border-color:var(--gold);}
  .owner-login .owner-err{color:#C0392B;font-size:.85rem;min-height:18px;margin-bottom:8px;}
  .owner-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-bottom:26px;}
  .owner-head h1{font-size:1.9rem;}
  .owner-head .owner-actions{display:flex;gap:10px;flex-wrap:wrap;}
  .owner-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:26px;}
  @media (max-width:760px){.owner-stats{grid-template-columns:repeat(2,1fr);}}
  .owner-stat{background:var(--white);border:1px solid var(--cream-deeper);border-radius:var(--radius-md);padding:18px 20px;}
  .owner-stat b{display:block;font-family:var(--font-display);font-size:1.7rem;color:var(--wood-dark);line-height:1.1;}
  .owner-stat span{font-size:.82rem;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.05em;}
  .owner-sb{background:#FBF3E4;border:1px dashed var(--gold-deep);border-radius:var(--radius-md);padding:18px 20px;margin-bottom:24px;font-size:.9rem;}
  .owner-sb summary{cursor:pointer;font-weight:700;font-family:var(--font-display);color:var(--wood-dark);}
  .owner-sb .sb-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
  .owner-sb input{flex:1;min-width:240px;padding:11px 14px;border-radius:10px;border:2px solid var(--cream-deeper);background:var(--white);font-weight:600;font-size:.85rem;}
  .owner-sb .sb-note{margin-top:10px;color:var(--ink-soft);font-size:.82rem;}
  .owner-toolbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:18px;}
  .owner-toolbar input[type=search]{flex:1;min-width:200px;padding:11px 14px;border-radius:10px;border:2px solid var(--cream-deeper);background:var(--white);font-weight:600;}
  .owner-toolbar select{padding:11px 14px;border-radius:10px;border:2px solid var(--cream-deeper);background:var(--white);font-weight:600;font-family:var(--font-body);}
  .owner-empty{background:var(--white);border:1px dashed var(--cream-deeper);border-radius:var(--radius-md);padding:44px;text-align:center;color:var(--ink-soft);}
  .order-card{background:var(--white);border:1px solid var(--cream-deeper);border-radius:var(--radius-md);padding:20px 22px;margin-bottom:14px;}
  .order-card-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:10px;}
  .order-card-top .oc-id{font-family:var(--font-display);font-weight:700;color:var(--ink);font-size:1.05rem;}
  .order-card-top .oc-date{font-size:.8rem;color:var(--ink-soft);}
  .order-card .oc-total{font-family:var(--font-display);font-weight:700;color:var(--wood-dark);font-size:1.15rem;}
  .oc-body{display:grid;grid-template-columns:1.3fr 1fr;gap:18px;margin-top:14px;}
  @media (max-width:680px){.oc-body{grid-template-columns:1fr;}}
  .oc-items{font-size:.88rem;color:var(--ink-soft);line-height:1.6;}
  .oc-items b{color:var(--ink);}
  .oc-cust{font-size:.86rem;color:var(--ink-soft);line-height:1.6;}
  .oc-cust b{color:var(--ink);font-family:var(--font-display);}
  .oc-foot{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid var(--cream);}
  .oc-foot label{font-size:.8rem;color:var(--ink-soft);font-weight:700;text-transform:uppercase;letter-spacing:.04em;}
  .oc-foot select{padding:8px 12px;border-radius:8px;border:2px solid var(--cream-deeper);background:var(--white);font-weight:700;font-family:var(--font-body);}
  .oc-foot .oc-wa{margin-left:auto;font-size:.85rem;color:#128C4B;font-weight:700;}
  .status-pill{display:inline-block;padding:3px 12px;border-radius:100px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;}
  .status-new{background:#FDECEA;color:#C0392B;}
  .status-accepted{background:#FEF5E0;color:#B8860B;}
  .status-dispatched{background:#E8F1FC;color:#1F6FC4;}
  .status-delivered{background:#E7F6EC;color:#128C4B;}
  .status-cancelled{background:#EEE;color:#777;}
  /* owner tabs + editors */
  .owner-tabs{display:flex;gap:6px;border-bottom:2px solid var(--cream-deeper);margin-bottom:24px;flex-wrap:wrap;}
  .owner-tab{padding:11px 20px;font-family:var(--font-display);font-weight:700;color:var(--ink-soft);border-bottom:3px solid transparent;margin-bottom:-2px;}
  .owner-tab.is-active{color:var(--wood-dark);border-bottom-color:var(--gold-deep);}
  .owner-dirty{background:#FEF5E0;border:1px solid var(--gold-deep);border-radius:var(--radius-md);padding:14px 18px;margin-bottom:20px;font-size:.9rem;color:var(--wood-dark);}
  .owner-row{display:flex;align-items:center;gap:14px;background:var(--white);border:1px solid var(--cream-deeper);border-radius:var(--radius-md);padding:14px 18px;margin-bottom:10px;}
  .owner-row .or-main{flex:1;min-width:0;}
  .owner-row .or-main b{font-family:var(--font-display);color:var(--ink);}
  .owner-row .or-main span{display:block;color:var(--ink-soft);font-size:.82rem;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .owner-row .or-actions{display:flex;gap:8px;flex-shrink:0;}
  .owner-row .or-price{font-family:var(--font-display);font-weight:700;color:var(--wood-dark);flex-shrink:0;}
  .mini-btn{padding:7px 14px;border-radius:8px;font-weight:700;font-size:.82rem;border:2px solid var(--cream-deeper);background:var(--white);color:var(--wood-dark);}
  .mini-btn:hover{background:var(--cream);}
  .mini-btn.danger{color:#C0392B;border-color:#F3C6C0;}
  .edit-form{background:var(--white);border:1px solid var(--cream-deeper);border-radius:var(--radius-md);padding:24px;margin-bottom:20px;box-shadow:0 8px 22px var(--shadow-soft);}
  .edit-form h3{font-family:var(--font-display);color:var(--wood-dark);margin-bottom:16px;}
  .ef-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  @media (max-width:640px){.ef-grid{grid-template-columns:1fr;}}
  .ef-field{display:flex;flex-direction:column;gap:5px;}
  .ef-field.full{grid-column:1 / -1;}
  .ef-field label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft);}
  .ef-field input,.ef-field select,.ef-field textarea{padding:10px 12px;border-radius:9px;border:2px solid var(--cream-deeper);background:var(--cream);font-family:var(--font-body);font-weight:600;font-size:.92rem;}
  .ef-field textarea{resize:vertical;min-height:120px;font-weight:500;}
  .ef-field input:focus,.ef-field select:focus,.ef-field textarea:focus{outline:none;border-color:var(--gold);}
  .ef-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap;}
  .ef-variants{display:flex;flex-direction:column;gap:8px;}
  .ef-variant-row{display:flex;gap:8px;align-items:center;}
  .ef-variant-row input{flex:1;}
  /* product images */
  .product-thumb .prod-img,.pm-visual .prod-img,.thumb .prod-img,.owner-row .prod-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit;}
  .img-editor{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap;}
  .img-preview{width:96px;height:96px;border-radius:12px;background:var(--cream);border:2px solid var(--cream-deeper);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;color:var(--ink-soft);font-size:.72rem;text-align:center;padding:6px;}
  .img-preview img{width:100%;height:100%;object-fit:cover;}
  .img-controls{flex:1;min-width:220px;display:flex;flex-direction:column;gap:8px;}
  .img-controls .upload-btn{display:inline-block;cursor:pointer;text-align:center;}
  .ef-hint{font-size:.78rem;color:var(--ink-soft);margin-top:6px;}
  .owner-row .or-thumb{width:44px;height:44px;border-radius:9px;overflow:hidden;flex-shrink:0;background:var(--cream);display:flex;align-items:center;justify-content:center;}
  .owner-row .or-thumb .icon{width:22px;height:22px;color:var(--wood-dark);}

  /* ===================== CATEGORY GRID ===================== */
  .cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
  .cat-card{
    background:var(--white);border-radius:var(--radius-lg);padding:30px 22px;text-align:center;
    box-shadow:0 8px 24px var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease;
    display:flex;flex-direction:column;align-items:center;gap:6px;
  }
  .cat-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px var(--shadow);}
  .cat-icon-wrap{width:74px;height:74px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;}
  .cat-icon-wrap .icon{width:34px;height:34px;color:var(--wood-dark);}
  .cat-card h3{font-size:1.08rem;}
  .cat-card .count{font-size:.82rem;color:var(--ink-soft);}
  .cat-card .go{margin-top:10px;display:inline-flex;align-items:center;gap:4px;font-weight:700;font-size:.82rem;color:var(--gold-deep);}
  @media (max-width:900px){.cat-grid{grid-template-columns:repeat(2,1fr);}}

  /* ===================== PRODUCT GRID / CARD ===================== */
  .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
  .product-card{
    background:var(--white);border-radius:var(--radius-lg);overflow:hidden;
    box-shadow:0 8px 22px var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease;
    display:flex;flex-direction:column;position:relative;
  }
  .product-card:hover{transform:translateY(-5px);box-shadow:0 16px 28px var(--shadow);}
  .product-card .badge{
    position:absolute;top:14px;left:14px;z-index:2;font-size:.62rem;padding:5px 11px 5px;
  }
  .product-thumb{aspect-ratio:1/.85;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;}
  .product-thumb .icon{width:58px;height:58px;color:var(--wood-dark);}
  .product-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:6px;flex:1;}
  .product-body .cat-label{font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-deep);}
  .product-body h3{font-size:1.02rem;cursor:pointer;}
  .product-body p{font-size:.85rem;color:var(--ink-soft);flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:6px;gap:8px;}
  .product-footer .price{font-size:1.08rem;}
  .add-btn{width:40px;height:40px;border-radius:50%;background:var(--wood-dark);color:var(--gold-light);display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s;flex-shrink:0;}
  .add-btn:hover{background:var(--gold-deep);color:var(--white);transform:rotate(90deg);}
  @media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr);}}
  @media (max-width:760px){.product-grid{grid-template-columns:repeat(2,1fr);}}
  @media (max-width:460px){.product-grid{grid-template-columns:1fr;}}

  .scroll-row{display:flex;gap:22px;overflow-x:auto;padding-bottom:14px;scroll-snap-type:x mandatory;}
  .scroll-row .product-card{min-width:250px;scroll-snap-align:start;}
  .scroll-row::-webkit-scrollbar{height:8px;}
  .scroll-row::-webkit-scrollbar-thumb{background:var(--cream-deeper);border-radius:8px;}

  /* ===================== BRAND STORY ===================== */
  .story{background:var(--wood-dark);color:var(--cream);border-radius:var(--radius-lg);padding:56px;display:grid;grid-template-columns:.8fr 1.2fr;gap:44px;align-items:center;position:relative;overflow:hidden;}
  .story-img{width:180px;height:180px;border-radius:50%;border:6px solid var(--gold);overflow:hidden;justify-self:center;}
  .story h2{color:var(--cream);}
  .story p{margin-top:14px;color:#E9D9C0;font-size:1.02rem;max-width:520px;}
  .story-tags{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap;}
  .story-tags .eyebrow-tag{background:rgba(247,183,51,0.15);color:var(--gold-light);box-shadow:none;}
  .story-tags .eyebrow-tag::before{display:none;}
  @media (max-width:820px){.story{grid-template-columns:1fr;text-align:center;padding:38px 26px;}.story p{margin-left:auto;margin-right:auto;}.story-tags{justify-content:center;}}

  /* ===================== FOOTER ===================== */
  footer{background:var(--cream-deep);border-top:1px solid var(--cream-deeper);margin-top:40px;}
  .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;padding:60px 24px 30px;max-width:var(--maxw);margin:0 auto;}
  .footer-brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--wood-dark);margin-bottom:10px;}
  .footer-brand img{width:38px;height:38px;border-radius:50%;}
  .footer-grid p{font-size:.88rem;color:var(--ink-soft);max-width:280px;}
  .footer-grid h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;color:var(--wood-dark);}
  .footer-grid ul li{margin-bottom:9px;}
  .footer-grid ul li a{font-size:.9rem;color:var(--ink-soft);transition:color .15s;}
  .footer-grid ul li a:hover{color:var(--gold-deep);}
  .footer-bottom{border-top:1px solid var(--cream-deeper);padding:18px 24px;text-align:center;font-size:.8rem;color:var(--ink-soft);}
  @media (max-width:760px){.footer-grid{grid-template-columns:1fr 1fr;}}
  @media (max-width:460px){.footer-grid{grid-template-columns:1fr;}}

  /* ===================== OVERLAY / DRAWER / MODAL SHARED ===================== */
  .overlay{position:fixed;inset:0;background:rgba(58,36,21,0.45);z-index:200;opacity:0;visibility:hidden;transition:opacity .25s ease;}
  .overlay.show{opacity:1;visibility:visible;}

  /* ===================== CART DRAWER ===================== */
  .cart-drawer{
    position:fixed;top:0;right:0;height:100%;width:420px;max-width:92vw;background:var(--cream);
    z-index:201;display:flex;flex-direction:column;box-shadow:-12px 0 36px rgba(0,0,0,0.18);
    transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);
  }
  .cart-drawer.open{transform:translateX(0);}
  .cart-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--cream-deeper);}
  .cart-head h2{font-size:1.2rem;}
  .cart-items{flex:1;overflow-y:auto;padding:14px 22px;}
  .cart-line{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--cream-deep);}
  .cart-line .thumb{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .cart-line .thumb .icon{width:26px;height:26px;color:var(--wood-dark);}
  .cart-line-info{flex:1;min-width:0;}
  .cart-line-info h4{font-size:.92rem;font-weight:700;}
  .cart-line-info .variant{font-size:.76rem;color:var(--ink-soft);}
  .cart-line-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:8px;}
  .qty-stepper{display:flex;align-items:center;border:1.5px solid var(--cream-deeper);border-radius:100px;overflow:hidden;}
  .qty-stepper button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--wood-dark);}
  .qty-stepper button:hover{background:var(--cream-deep);}
  .qty-stepper span{min-width:22px;text-align:center;font-weight:700;font-size:.85rem;}
  .remove-line{color:var(--danger);font-size:.78rem;font-weight:700;}
  .cart-empty{text-align:center;padding:50px 20px;}
  .cart-empty .icon{width:54px;height:54px;color:var(--cream-deeper);margin:0 auto 14px;}
  .cart-empty h3{font-size:1.1rem;margin-bottom:6px;}
  .cart-empty p{color:var(--ink-soft);font-size:.9rem;margin-bottom:18px;}
  .cart-foot{padding:18px 22px 24px;border-top:1px solid var(--cream-deeper);}
  .ship-note{font-size:.82rem;padding:10px 12px;border-radius:10px;background:var(--cream-deep);margin-bottom:14px;display:flex;align-items:center;gap:8px;}
  .ship-note.unlocked{background:var(--success-bg);color:var(--success);}
  .cart-row{display:flex;justify-content:space-between;font-size:.92rem;margin-bottom:6px;color:var(--ink-soft);}
  .cart-row.total{color:var(--ink);font-weight:800;font-size:1.1rem;margin-top:10px;font-family:var(--font-display);}

  /* ===================== PRODUCT MODAL ===================== */
  .product-modal{
    position:fixed;top:50%;left:50%;transform:translate(-50%,-46%);width:840px;max-width:92vw;max-height:88vh;
    background:var(--white);border-radius:var(--radius-lg);z-index:211;overflow:hidden;
    opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease;display:flex;
  }
  .product-modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%);}
  .product-modal .close-x{position:absolute;top:16px;right:16px;background:var(--cream);z-index:2;}
  .pm-visual{width:42%;background:var(--cream-deep);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .pm-visual .icon{width:120px;height:120px;color:var(--wood-dark);}
  .pm-body{flex:1;padding:34px 34px 28px;overflow-y:auto;}
  .pm-body .cat-label{font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-deep);}
  .pm-body h2{font-size:1.5rem;margin-top:6px;}
  .pm-price{font-size:1.5rem;margin-top:10px;}
  .pm-desc{margin-top:14px;color:var(--ink-soft);font-size:.95rem;}
  .pm-variants{display:flex;gap:8px;margin-top:18px;flex-wrap:wrap;}
  .variant-pill{padding:8px 16px;border-radius:100px;border:1.5px solid var(--cream-deeper);font-weight:700;font-size:.85rem;transition:all .15s;}
  .variant-pill.selected{background:var(--wood-dark);color:var(--gold-light);border-color:var(--wood-dark);}
  .pm-actions{display:flex;align-items:center;gap:14px;margin-top:24px;}
  .pm-actions .qty-stepper{border-color:var(--cream-deeper);transform:scale(1.1);margin-right:6px;}
  .pm-related{margin-top:30px;padding-top:22px;border-top:1px solid var(--cream-deep);}
  .pm-related h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);margin-bottom:12px;}
  .pm-related-row{display:flex;gap:12px;}
  .pm-related-card{flex:1;background:var(--cream);border-radius:12px;padding:10px;text-align:center;cursor:pointer;transition:background .15s;}
  .pm-related-card:hover{background:var(--cream-deep);}
  .pm-related-card .icon{width:28px;height:28px;color:var(--wood-dark);margin:0 auto 6px;}
  .pm-related-card span{font-size:.76rem;font-weight:700;display:block;}
  @media (max-width:700px){.product-modal{flex-direction:column;max-height:92vh;}.pm-visual{width:100%;height:180px;}.pm-body{padding:24px 22px;}}

  /* ===================== SHOP PAGE ===================== */
  .shop-head{padding:48px 0 0;}
  .shop-head h1{font-size:2.2rem;}
  .shop-head .result-count{color:var(--ink-soft);margin-top:6px;font-size:.95rem;}
  .filter-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:26px 0 36px;padding:16px 18px;background:var(--white);border-radius:var(--radius-md);box-shadow:0 6px 18px var(--shadow-soft);}
  .chip-row{display:flex;gap:8px;flex-wrap:wrap;flex:1;}
  .chip{padding:9px 16px;border-radius:100px;font-weight:700;font-size:.85rem;background:var(--cream-deep);color:var(--ink-soft);transition:all .15s;}
  .chip:hover{background:var(--cream-deeper);}
  .chip.active{background:var(--wood-dark);color:var(--gold-light);}
  .filter-tools{display:flex;gap:10px;align-items:center;}
  .search-box{display:flex;align-items:center;gap:8px;background:var(--cream);border-radius:100px;padding:9px 16px;border:1.5px solid var(--cream-deeper);}
  .search-box input{background:none;border:none;outline:none;width:160px;font-size:.88rem;}
  .search-box .icon{width:16px;height:16px;color:var(--ink-soft);}
  select.sort-select{padding:9px 14px;border-radius:100px;border:1.5px solid var(--cream-deeper);background:var(--cream);font-weight:700;font-size:.85rem;color:var(--ink-soft);}
  .empty-state{text-align:center;padding:70px 20px;}
  .empty-state .icon{width:60px;height:60px;color:var(--cream-deeper);margin:0 auto 16px;}
  .empty-state h3{font-size:1.2rem;margin-bottom:8px;}
  .empty-state p{color:var(--ink-soft);margin-bottom:20px;}

  /* ===================== CHECKOUT ===================== */
  .checkout-wrap{padding:48px 0 80px;}
  .steps{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:42px;}
  .step-pill{display:flex;align-items:center;gap:8px;font-weight:700;font-size:.85rem;color:var(--ink-soft);}
  .step-num{width:28px;height:28px;border-radius:50%;background:var(--cream-deep);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.85rem;}
  .step-pill.active{color:var(--wood-dark);}
  .step-pill.active .step-num{background:var(--gold);color:var(--wood-dark);}
  .step-pill.done .step-num{background:var(--success);color:var(--white);}
  .step-line{width:46px;height:2px;background:var(--cream-deeper);}
  .checkout-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:36px;align-items:start;max-width:1000px;margin:0 auto;}
  .panel{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:0 8px 24px var(--shadow-soft);}
  .field{margin-bottom:18px;}
  .field label{display:block;font-size:.85rem;font-weight:700;margin-bottom:7px;color:var(--ink);}
  .field input,.field select{width:100%;padding:12px 14px;border-radius:10px;border:1.5px solid var(--cream-deeper);background:var(--cream);font-size:.95rem;}
  .field input:focus,.field select:focus{border-color:var(--gold-deep);}
  .field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  .field-error{color:var(--danger);font-size:.78rem;margin-top:5px;display:none;}
  .field.error input,.field.error select{border-color:var(--danger);}
  .field.error .field-error{display:block;}
  .pay-options{display:flex;flex-direction:column;gap:12px;}
  .pay-card{display:flex;align-items:center;gap:14px;padding:16px;border-radius:12px;border:2px solid var(--cream-deeper);transition:all .15s;}
  .pay-card:hover{border-color:var(--cream-deeper);background:var(--cream);}
  .pay-card.selected{border-color:var(--gold-deep);background:#FFF6E2;}
  .pay-card .icon{width:24px;height:24px;color:var(--wood-dark);}
  .pay-card .ptext h4{font-size:.95rem;}
  .pay-card .ptext p{font-size:.78rem;color:var(--ink-soft);}
  .summary-line{display:flex;justify-content:space-between;font-size:.92rem;color:var(--ink-soft);margin-bottom:9px;}
  .summary-line.total{font-weight:800;color:var(--ink);font-size:1.15rem;font-family:var(--font-display);margin-top:10px;padding-top:14px;border-top:1px solid var(--cream-deep);}
  .mini-item{display:flex;justify-content:space-between;font-size:.84rem;color:var(--ink-soft);margin-bottom:6px;}
  .preview-note{display:flex;align-items:flex-start;gap:8px;font-size:.78rem;color:var(--ink-soft);background:var(--cream);padding:11px 13px;border-radius:10px;margin-top:16px;}
  .preview-note .icon{width:15px;height:15px;flex-shrink:0;margin-top:1px;}

  .confirm-wrap{text-align:center;max-width:480px;margin:0 auto;padding:30px 0;}
  .confirm-check{width:84px;height:84px;border-radius:50%;background:var(--success);color:var(--white);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;}
  .confirm-check .icon{width:40px;height:40px;}
  @media (prefers-reduced-motion:no-preference){.confirm-check{animation:pop .5s cubic-bezier(.34,1.56,.64,1) both;}}
  .order-id{font-family:var(--font-mono);background:var(--cream-deep);padding:10px 18px;border-radius:10px;display:inline-block;margin:14px 0;font-weight:700;letter-spacing:.04em;}
  @media (max-width:820px){.checkout-grid{grid-template-columns:1fr;}.field-row{grid-template-columns:1fr;}.panel{padding:24px;}}

  /* ===================== MOBILE CART BAR ===================== */
  .mobile-cart-bar{
    position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--wood-dark);color:var(--cream);
    display:none;align-items:center;justify-content:space-between;padding:14px 20px;
    box-shadow:0 -8px 20px rgba(0,0,0,0.18);
  }
  .mobile-cart-bar.show{display:flex;}
  .mobile-cart-bar .mc-info{font-size:.85rem;}
  .mobile-cart-bar .mc-info b{font-family:var(--font-display);font-size:1rem;display:block;}
  .mobile-cart-bar button{background:var(--gold);color:var(--wood-dark);padding:11px 22px;border-radius:100px;font-weight:700;font-family:var(--font-display);}

  /* ===================== TOAST ===================== */
  .toast{
    position:fixed;bottom:26px;left:50%;transform:translateX(-50%) translateY(20px);z-index:300;
    background:var(--wood-dark);color:var(--cream);padding:14px 22px;border-radius:100px;
    font-weight:700;font-size:.88rem;display:flex;align-items:center;gap:10px;box-shadow:0 10px 26px rgba(0,0,0,0.25);
    opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease;cursor:pointer;
  }
  .toast.show{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
  .toast .icon{width:18px;height:18px;color:var(--gold);}

  @media (max-width:600px){
    .section{padding:56px 0;}
    .story{padding:30px 20px;}
    h1{font-size:1.9rem;}
    .nav-row{padding:12px 18px;}
  }
  /* ===================== MULTI-PAGE ADDITIONS ===================== */
  nav.main-nav a{padding:10px 16px;border-radius:100px;font-weight:700;font-size:.95rem;color:var(--ink-soft);transition:background .15s,color .15s;text-decoration:none;}
  nav.main-nav a:hover,nav.main-nav a.active{background:var(--cream-deep);color:var(--wood-dark);}
  @media (max-width:900px){nav.main-nav a{text-align:left;}}
  .product-detail{position:relative;display:flex;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;max-width:940px;margin:28px auto 60px;box-shadow:0 16px 40px var(--shadow-soft);border:1px solid var(--cream-deeper);}
  @media (max-width:700px){.product-detail{flex-direction:column;}}
  .breadcrumb{max-width:940px;margin:24px auto 0;padding:0 4px;font-size:.85rem;color:var(--ink-soft);}
  .breadcrumb a{color:var(--gold-deep);font-weight:700;text-decoration:none;}
  .back-link{display:inline-block;margin:24px 0 0;color:var(--gold-deep);font-weight:700;text-decoration:none;}
