
:root{--bg:#f7f6f3;--panel:#ffffff;--panel2:#f1f0ed;--line:#e3e1dc;--text:#161616;--muted:#6f6d68;--cream:#161616;--brown:#8b6e52}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;font-size:14px}.app{min-height:100vh}
.topbar{height:64px;background:#0b0c0d;border-bottom:1px solid #242526;display:flex;align-items:center;gap:32px;padding:0 24px 0 30px;position:sticky;top:0;z-index:20}.brand{font-family:"Cormorant Garamond",serif;font-size:25px;letter-spacing:4px;line-height:.8;white-space:nowrap}.brand span{display:block;font:8px Inter;letter-spacing:3px;color:#9f978d;margin-top:8px}.search{height:34px;max-width:390px;flex:1;background:#17191a;border:1px solid #343536;border-radius:7px;display:flex;align-items:center;padding:0 12px;color:#aaa}.search input{background:none;border:0;outline:0;color:white;width:100%}.head-actions{display:flex;gap:12px;margin-left:auto}.head-actions button{border:0;background:none;color:#eee;font-size:24px;position:relative;cursor:pointer}.head-actions b{position:absolute;font:9px Inter;background:#bca183;color:#111;border-radius:10px;padding:2px 5px;top:-2px;right:-6px}
.sidebar{position:fixed;top:64px;bottom:0;left:0;width:180px;border-right:1px solid #e3e1dc;padding:14px 12px;background:#fff;z-index:10}.nav{display:flex;width:100%;gap:12px;align-items:center;border:0;background:none;color:#252525;padding:12px;border-radius:7px;margin-bottom:2px;text-align:left;cursor:pointer}.nav.active,.nav:hover{background:#f0eee9}.loyal-card{margin:24px 7px 0;padding:14px 10px;background:linear-gradient(145deg,#ffffff,#f0ede8);border:1px solid #ddd8d0;border-radius:8px;text-align:center}.loyal-card strong{font:18px "Cormorant Garamond";}.loyal-card p{font-size:10px;color:#6e6a64;line-height:1.5}.loyal-card button,.btn{border:0;border-radius:6px;padding:9px 13px;background:var(--cream);color:#1c1815;font-weight:600;cursor:pointer}
main{margin-left:180px;min-height:calc(100vh - 64px);padding:0 0 50px}.hero{height:290px;position:relative;margin:0 12px;background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.82) 36%,rgba(255,255,255,.02) 68%),url("https://images.unsplash.com/photo-1539109136881-3be0616acf4b?auto=format&fit=crop&w=1600&q=88") center/cover;border-radius:0 0 5px 5px;display:flex;align-items:center;padding:50px}.hero h1{font:64px "Cormorant Garamond";margin:0;color:#111}.hero p{font-size:18px;letter-spacing:2px;color:#333}.hero button{padding:12px 20px;border:1px solid #e4d7c9;background:#111;color:#fff;border-radius:999px}.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px 34px;border-bottom:1px solid #e5e3de}.feature{display:flex;gap:12px;align-items:center;color:#5f5c57;font-size:11px}.feature i{font-size:25px;color:#222;font-style:normal}.section{padding:22px 34px}.section-head{display:flex;justify-content:space-between;align-items:center}.section h2{font:26px "Cormorant Garamond";margin:0 0 14px}.link{color:#55524d;cursor:pointer;font-size:11px}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.cat-card{height:128px;border-radius:10px;overflow:hidden;position:relative;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:12px;font-weight:600}.cat-card:after,.promo:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.8))}.cat-card span,.promo div{position:relative;z-index:1}.promos{grid-template-columns:repeat(3,1fr)}.promo{height:112px;border-radius:10px;overflow:hidden;position:relative;background-size:cover;background-position:center;padding:18px}.promo strong{font:28px "Cormorant Garamond";display:block}.products{grid-template-columns:repeat(4,1fr)}.product{min-width:0;cursor:pointer}.product-img{aspect-ratio:1/1.2;border-radius:9px;overflow:hidden;background:#f0efec;position:relative}.product-img img{width:100%;height:100%;object-fit:cover;display:block}.heart{position:absolute;right:9px;top:7px;color:#111;font-size:21px}.product h3{font-size:12px;margin:8px 0 4px}.price{font-size:12px}.sizes{font-size:10px;color:#777;margin-top:4px;letter-spacing:3px}.story{height:120px;margin:25px 0;background:url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=85") center/cover;display:flex;align-items:center;padding:30px 80px}.story h2{font:29px "Cormorant Garamond";margin:0}.story p{font-size:11px;color:#eee}.content{padding:30px 34px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.store{background:#fff;border:1px solid #e1dfda;padding:20px;border-radius:10px}.store h3{margin-top:0;font-family:"Cormorant Garamond";font-size:22px}
footer{margin-left:180px;border-top:1px solid #e1dfda;padding:30px 34px;display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:20px;color:#6f6d68;font-size:11px;position:relative}footer b{display:block;color:#1d1d1d;margin-bottom:10px}footer a{display:block;margin:6px 0}footer input{background:#fff;border:1px solid #d8d6d1;padding:8px;color:#111;width:100%;border-radius:5px}footer small{position:absolute;left:34px;bottom:8px}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}.modal.hidden{display:none}.modal-card{width:min(460px,100%);background:#fff;border:1px solid #ddd9d2;border-radius:12px;padding:24px;box-shadow:0 20px 80px rgba(0,0,0,.18)}.modal-card h2{font:28px "Cormorant Garamond";margin:0 0 16px}.field{margin:10px 0}.field label{display:block;font-size:10px;color:#77736d;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;background:#fff;border:1px solid #d8d6d1;color:#111;padding:11px;border-radius:6px;outline:0}.modal-actions{display:flex;gap:8px;margin-top:15px}.ghost{background:transparent;color:#222;border:1px solid #cfcac2;padding:9px 13px;border-radius:6px;cursor:pointer}.hint{font-size:11px;color:#aaa}.cart-row{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid #e5e3de}.cart-row img{width:60px;height:75px;object-fit:cover;border-radius:6px}.cart-row .grow{flex:1}.pill{display:inline-block;border:1px solid #cfcac2;padding:3px 7px;border-radius:20px;font-size:10px;color:#55524d}
@media(max-width:900px){.sidebar{width:70px}.sidebar .nav span,.loyal-card{display:none}main,footer{margin-left:70px}.topbar{gap:12px;padding-left:15px}.cards{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(2,1fr)}.feature-row{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:repeat(2,1fr)}.hero{height:250px;padding:25px}.hero h1{font-size:48px}}
@media(max-width:560px){.brand{font-size:19px}.brand span{font-size:6px}.search{display:none}.sidebar{display:none}main,footer{margin-left:0}.hero{margin:0;height:300px}.cards{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:repeat(2,1fr)}.section{padding:18px}.feature-row{padding:12px;grid-template-columns:1fr 1fr}.story{padding:20px;height:150px}footer{padding:25px 18px}}

/* Mobile menu */
.menu-overlay{display:none;position:fixed;inset:64px 0 0 0;background:rgba(0,0,0,.62);z-index:29}
#menuBtn{display:none;cursor:pointer}
@media(max-width:560px){
  #menuBtn{display:inline-flex;align-items:center;justify-content:center}
  .sidebar{display:block;position:fixed;top:64px;bottom:0;left:0;width:285px;transform:translateX(-105%);transition:transform .22s ease;z-index:30;padding:18px 14px;box-shadow:12px 0 35px rgba(0,0,0,.45)}
  .sidebar .nav span{display:inline}
  .loyal-card{display:block}
  body.menu-open .sidebar{transform:translateX(0)}
  body.menu-open .menu-overlay{display:block}
}

.order-card{border:1px solid #ddd;border-radius:14px;padding:16px;margin:12px 0;background:#fff}.order-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.order-status{font-size:13px;border-radius:999px;padding:5px 10px;background:#f1f1f1}.order-meta{margin:9px 0;color:#666;font-size:14px}.order-actions{display:flex;gap:8px;flex-wrap:wrap}.danger-btn{border:1px solid #b3261e;background:#b3261e;color:#fff;border-radius:8px;padding:10px 14px;cursor:pointer}.danger-btn:hover{opacity:.9}.order-card .ghost{cursor:pointer}

/* Rendez-Vous-inspired information architecture, adapted for DJANITA */
.sidebar{overflow-y:auto;box-shadow:1px 0 0 rgba(0,0,0,.02)}
.nav{font-size:12px;letter-spacing:.2px}.nav em{margin-left:auto;font-style:normal;color:#8a877f;font-size:14px}
.category-menu{padding:0 8px 8px 34px;display:flex;flex-direction:column;gap:1px}.cat-link{border:0;background:none;text-align:left;padding:7px 8px;color:#74716b;font-size:11px;cursor:pointer;border-radius:5px}.cat-link:hover,.cat-link.active-cat{background:#f5f3ef;color:#111}
.eyebrow{font-size:9px;letter-spacing:2px;color:#9a958d;margin-bottom:5px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #e4e1db;padding-bottom:18px;margin-bottom:20px}.catalog-toolbar h2{font:32px "Cormorant Garamond";margin:0 0 4px}.catalog-count{font-size:11px;color:#77736d}.catalog-tools select{background:#fff;border:1px solid #d8d4cc;border-radius:6px;padding:9px 12px;color:#222}
.product{transition:transform .16s ease}.product:hover{transform:translateY(-2px)}.product-img{border-radius:4px}.product h3{font-weight:500}.price{font-weight:600}.heart{background:rgba(255,255,255,.88);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}
@media(max-width:560px){.category-menu{padding-left:34px}.catalog-toolbar{align-items:start;gap:12px}.catalog-tools select{max-width:150px}.catalog-toolbar h2{font-size:27px}}
