:root{--bg:#fbf8f3;--surface:#fff;--surface-soft:#f6efe6;--coffee:#8a5a3c;--coffee-dark:#4a2f22;--coffee-light:#c9a27f;--line:#eadfd4;--text:#2c211b;--muted:#7c6b60;--header-bg:#ffffffdb;--on-coffee:#fff;--shadow:0 24px 70px #4a2f221a;font-family:var(--font-family,Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;transition:background-color .2s,color .2s}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}main{min-height:72vh}.site-header{z-index:10;background:var(--header-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:72px;padding:0 7vw;display:flex;position:sticky;top:0}.brand{color:var(--coffee-dark);align-items:center;gap:10px;font-weight:850;display:flex}.brand-icon{background:var(--surface-soft);width:38px;height:38px;color:var(--coffee);border-radius:14px;place-items:center;display:grid}.brand-icon img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.desktop-nav{color:var(--muted);gap:22px;font-weight:650;display:flex}.desktop-nav a.active,.desktop-nav a:hover{color:var(--coffee)}.header-actions{align-items:center;gap:10px;display:flex}.admin-site-header{z-index:45;padding:0 32px}.admin-menu-toggle{border:1px solid var(--line);background:var(--surface);width:42px;height:42px;color:var(--coffee);cursor:pointer;border-radius:14px;place-items:center;display:none;box-shadow:0 10px 28px #4a2f220f}.tenant-switcher{border:1px solid var(--line);background:var(--surface);max-width:230px;min-height:42px;color:var(--coffee);border-radius:999px;align-items:center;gap:7px;padding:0 12px;display:inline-flex;box-shadow:0 10px 28px #4a2f220f}.tenant-switcher select{width:150px;min-width:0;color:var(--coffee-dark);cursor:pointer;background:0 0;border:0;outline:0;font-weight:850}.theme-toggle{border:1px solid var(--line);background:var(--surface);width:42px;height:42px;color:var(--coffee);cursor:pointer;border-radius:999px;place-items:center;display:inline-grid;box-shadow:0 10px 28px #4a2f220f}.cart-link{background:var(--coffee-dark);color:var(--on-coffee);border-radius:999px;align-items:center;gap:8px;padding:10px 14px;display:flex}.site-notice{border:1px solid var(--line);background:var(--surface);width:min(1180px,88vw);color:var(--text);border-radius:20px;align-items:flex-start;gap:11px;margin:16px auto 0;padding:13px 16px;display:flex;box-shadow:0 12px 34px #4a2f220f}.site-notice svg{color:var(--coffee);flex-shrink:0;margin-top:3px}.site-notice div{gap:2px;min-width:0;display:grid}.site-notice strong{color:var(--coffee-dark);font-size:14px}.site-notice span{color:var(--muted);font-size:14px;line-height:1.45}.site-notice.success{border-color:color-mix(in srgb, #2f9e44 32%, var(--line))}.site-notice.warning{border-color:color-mix(in srgb, #f08c00 40%, var(--line))}.admin-shell-layout{grid-template-columns:280px minmax(0,1fr);min-height:calc(100vh - 72px);display:grid}.admin-sidebar{border-right:1px solid var(--line);background:color-mix(in srgb, var(--surface) 90%, var(--surface-soft));z-index:30;align-self:start;height:calc(100vh - 72px);padding:18px 14px 22px;position:sticky;top:72px;overflow-y:auto;box-shadow:18px 0 42px #4a2f220d}.admin-sidebar-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;padding:6px 10px 18px;display:flex}.admin-sidebar-head div{gap:4px;min-width:0;display:grid}.admin-sidebar-head span{color:var(--coffee);letter-spacing:.11em;text-transform:uppercase;font-size:11px;font-weight:900}.admin-sidebar-head strong{color:var(--coffee-dark);white-space:nowrap;text-overflow:ellipsis;line-height:1.25;overflow:hidden}.admin-sidebar-close{background:var(--surface-soft);width:34px;height:34px;color:var(--coffee);cursor:pointer;border:0;border-radius:999px;flex-shrink:0;place-items:center;display:none}.admin-sidebar-nav{gap:18px;display:grid}.admin-sidebar-group{gap:6px;display:grid}.admin-sidebar-group p{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:0 0 4px;padding:0 10px;font-size:11px;font-weight:900}.admin-sidebar-link{min-height:43px;color:var(--muted);border-radius:15px;align-items:center;gap:11px;padding:0 12px;font-weight:850;transition:background-color .16s,color .16s,transform .16s;display:flex}.admin-sidebar-link svg{color:currentColor;flex-shrink:0}.admin-sidebar-link:hover{background:var(--surface-soft);color:var(--coffee-dark);transform:translate(2px)}.admin-sidebar-link.active{background:var(--coffee);color:var(--on-coffee);box-shadow:0 14px 34px #4a2f2229}.admin-drawer-backdrop{display:none}.admin-main{min-width:0}.admin-main .section{width:min(1180px,100% - 48px)}.section{width:min(1180px,88vw);margin:0 auto;padding:72px 0}.page-section{padding-top:42px}.hero{grid-template-columns:1.08fr .92fr;align-items:center;gap:54px;display:grid}.eyebrow{color:var(--coffee);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:850}h1{color:var(--coffee-dark);letter-spacing:0;margin:12px 0 18px;font-size:64px;line-height:.98}h2{color:var(--coffee-dark);letter-spacing:0;margin:8px 0 16px;font-size:40px;line-height:1.08}h3{color:var(--coffee-dark);margin:6px 0}.hero-text,.brand-story p,.muted{color:var(--muted);line-height:1.75}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.btn{border:1px solid var(--line);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 20px;font-weight:800;display:inline-flex}.btn.primary{background:var(--coffee);color:var(--on-coffee);border-color:var(--coffee);box-shadow:0 14px 36px #8a5a3c3d}.btn.ghost{background:var(--surface);color:var(--coffee-dark)}.btn.full{width:100%}button:disabled{opacity:.5;cursor:not-allowed}.trust-row{color:var(--muted);flex-wrap:wrap;gap:16px;margin-top:24px;font-size:14px;display:flex}.trust-row span{align-items:center;gap:6px;display:flex}.hero-card{background:var(--surface);box-shadow:var(--shadow);border:1px solid var(--line);border-radius:34px;padding:14px;position:relative}.hero-card img{object-fit:cover;border-radius:26px;width:100%;height:520px;display:block}.image-loop{width:100%;height:100%;position:relative;overflow:hidden}.image-loop img{animation:.45s both imageLoopFade}.image-loop-dots{background:color-mix(in srgb, var(--surface) 78%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;gap:7px;padding:7px 9px;display:inline-flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.image-loop-dots span{background:var(--muted);opacity:.45;border-radius:999px;width:7px;height:7px}.image-loop-dots span.active{background:var(--coffee);opacity:1;width:18px}.hero-price{background:color-mix(in srgb, var(--surface) 90%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow);border-radius:20px;padding:16px 18px;position:absolute;bottom:32px;left:32px}.hero-price span{color:var(--muted);font-size:13px;display:block}.hero-price b{color:var(--coffee-dark);font-size:24px}.brand-story{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:32px;grid-template-columns:1fr 1fr;gap:40px;padding:44px;display:grid}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.section-head a{color:var(--coffee);font-weight:800}.grid{gap:22px;display:grid}.products-grid{grid-template-columns:repeat(3,1fr)}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 16px 50px #4a2f2212}.product-image-wrap{display:block;position:relative}.product-image-wrap img{object-fit:cover;width:100%;height:250px;display:block}.product-image-empty{text-align:center;background:var(--surface-soft);width:100%;height:250px;color:var(--muted);place-items:center;padding:20px;font-weight:800;display:grid}.product-image-wrap .product-badge{background:var(--surface);color:var(--coffee);z-index:2;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:850;position:absolute;top:14px;left:14px}.product-image-wrap .image-loop-dots{bottom:12px}.product-body{padding:20px}.category{color:var(--coffee);margin:0;font-size:13px;font-weight:850}.promo-label{width:fit-content;color:var(--coffee);background:var(--surface-soft);border-radius:999px;margin-bottom:5px;padding:4px 8px;font-size:11px;font-weight:900;display:inline-flex}.product-action{justify-content:space-between;align-items:center;gap:10px;margin-top:16px;display:flex}.product-action button,.icon-btn{background:var(--surface-soft);color:var(--coffee-dark);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:6px;min-height:38px;padding:0 13px;font-weight:800;display:inline-flex}.steps{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.step,.stat-card,.panel,.form-card,.summary-card,.empty-box{background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 16px 50px #4a2f220f}.step b{color:var(--coffee-light);font-size:30px}.toolbar{gap:12px;margin-bottom:24px;display:flex}.toolbar input,.toolbar select,.form-card input,.form-card textarea,.form-card select{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);border-radius:16px;outline:none;padding:14px 16px}.toolbar select{max-width:220px}.detail-layout,.checkout-layout{grid-template-columns:1fr 1fr;align-items:start;gap:42px;display:grid}.detail-image img{width:100%;box-shadow:var(--shadow);border:1px solid var(--line);border-radius:34px}.detail-image .image-loop img{object-fit:cover;min-height:480px}.qty-box{background:var(--surface);border:1px solid var(--line);border-radius:999px;align-items:center;gap:8px;padding:6px;display:inline-flex}.qty-box button{background:var(--surface-soft);cursor:pointer;border:0;border-radius:50%;width:34px;height:34px;font-weight:900}.qty-box span{text-align:center;min-width:30px;font-weight:850}.qty-box.small{margin-top:8px}.cart-layout{grid-template-columns:1fr 340px;align-items:start;gap:24px;display:grid}.cart-list{gap:14px;display:grid}.cart-item{background:var(--surface);border:1px solid var(--line);border-radius:24px;grid-template-columns:110px 1fr auto;align-items:center;gap:16px;padding:14px;display:grid}.cart-item img{object-fit:cover;border-radius:18px;width:110px;height:95px}.summary-card div{color:var(--muted);justify-content:space-between;gap:12px;padding:10px 0;display:flex}.summary-card b{color:var(--coffee-dark)}.sticky{position:sticky;top:94px}.form-card{gap:14px;display:grid}.form-card label{color:var(--coffee-dark);gap:7px;font-weight:800;display:grid}.form-card textarea{resize:vertical;min-height:95px}.admin-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0;display:grid}.stat-card span{color:var(--muted)}.stat-card b{color:var(--coffee-dark);margin-top:8px;font-size:30px;display:block}.admin-panels{grid-template-columns:1fr 1fr;gap:22px;display:grid}.table{gap:10px;display:grid}.table-row{background:var(--surface-soft);color:var(--muted);border-radius:16px;grid-template-columns:1.2fr .8fr .7fr .5fr .6fr auto;align-items:center;gap:10px;padding:12px;display:grid}.table-row span:first-child{color:var(--coffee-dark);font-weight:800}.note{margin-top:20px}.footer{border-top:1px solid var(--line);width:min(1180px,88vw);color:var(--muted);margin:0 auto 70px;padding:28px 0}.bottom-nav{display:none}.promo-band{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:32px;grid-template-columns:.95fr 1.05fr;align-items:center;gap:28px;padding:28px;display:grid}.promo-band>img,.promo-band .image-loop img{object-fit:cover;border-radius:24px;width:100%;height:300px;display:block}.buyer-layout-showcase .hero{grid-template-columns:.86fr 1.14fr;gap:42px}.buyer-layout-showcase .hero-card img{height:600px}.buyer-layout-showcase .section{width:min(1280px,90vw)}.buyer-layout-showcase .products-grid{grid-template-columns:repeat(4,1fr)}.buyer-layout-showcase .product-image-wrap img,.buyer-layout-showcase .product-image-empty{height:280px}.buyer-layout-compact .section{padding:48px 0}.buyer-layout-compact h1{font-size:54px}.buyer-layout-compact h2{font-size:34px}.buyer-layout-compact .hero{grid-template-columns:1fr .78fr;gap:34px}.buyer-layout-compact .hero-card img{height:420px}.buyer-layout-compact .products-grid{grid-template-columns:repeat(4,1fr);gap:16px}.buyer-layout-compact .product-card{border-radius:22px}.buyer-layout-compact .product-image-wrap img,.buyer-layout-compact .product-image-empty{height:210px}.buyer-layout-compact .product-body{padding:16px}.buyer-layout-compact .brand-story,.buyer-layout-compact .promo-band{border-radius:24px;padding:28px}@media (width<=900px){.site-header{padding:0 5vw}.desktop-nav{display:none}.admin-site-header{justify-content:flex-start;gap:10px;padding:0 14px}.admin-menu-toggle{flex-shrink:0;display:grid}.admin-site-header .brand{flex:1;min-width:0}.admin-site-header .brand>span:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-site-header .header-actions{margin-left:auto}.admin-shell-layout{min-height:calc(100vh - 72px);display:block}.admin-sidebar{border-right:1px solid var(--line);z-index:70;border-radius:0 24px 24px 0;width:min(86vw,320px);height:100vh;padding-top:18px;transition:transform .22s;position:fixed;inset:0 auto 0 0;transform:translate(-105%);box-shadow:24px 0 60px #0000002e}.admin-sidebar.open{transform:translate(0)}.admin-sidebar-close{display:grid}.admin-drawer-backdrop{opacity:0;pointer-events:none;z-index:65;background:#0000006b;border:0;transition:opacity .18s;display:block;position:fixed;inset:0}.admin-drawer-backdrop.open{opacity:1;pointer-events:auto}.admin-main .section{width:min(100% - 32px,720px)}.tenant-switcher{max-width:min(48vw,190px);padding:0 10px}.tenant-switcher select{width:108px;font-size:13px}.section{width:min(100% - 32px,720px);padding:42px 0}.hero,.brand-story,.detail-layout,.checkout-layout,.cart-layout,.admin-panels{grid-template-columns:1fr}.hero-card img{height:380px}.products-grid,.steps,.admin-grid,.buyer-layout-showcase .products-grid,.buyer-layout-compact .products-grid,.promo-band{grid-template-columns:1fr}.promo-band{border-radius:24px;padding:18px}.promo-band>img,.promo-band .image-loop img{height:240px}.buyer-layout-showcase .hero,.buyer-layout-compact .hero{grid-template-columns:1fr}.buyer-layout-showcase .hero-card img,.buyer-layout-compact .hero-card img{height:380px}.buyer-layout-compact h1{font-size:40px}.detail-image .image-loop img{min-height:320px}.toolbar{flex-direction:column}.toolbar select{max-width:none}.cart-item{grid-template-columns:86px 1fr auto}.cart-item img{width:86px;height:86px}.table-row{grid-template-columns:1fr}h1{font-size:42px}h2{font-size:30px}.bottom-nav{z-index:20;background:var(--header-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;grid-template-columns:repeat(3,1fr);padding:8px;display:grid;position:fixed;bottom:12px;left:12px;right:12px}.bottom-nav a{text-align:center;color:var(--muted);border-radius:15px;padding:10px 4px;font-size:13px;font-weight:800}.bottom-nav a.active{background:var(--surface-soft);color:var(--coffee)}.footer{margin-bottom:100px}}@keyframes imageLoopFade{0%{opacity:.35;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}
