
:root{
    --primary:#4B2E2B;
    --primary-2:#321e1c;
    --accent:#C06014;
    --accent-2:#e07a29;
    --background:#F5E6D3;
    --secondary:#6B705C;
    --text:#2E2E2E;
    --muted:#766e67;
    --paper:#fffdf9;
    --white:#fff;
    --line:rgba(75,46,43,.12);
    --shadow:0 20px 55px rgba(75,46,43,.10);
    --radius:18px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    min-height:100vh;display:flex;flex-direction:column;
    font-family:'DM Sans',sans-serif;background:var(--background);color:var(--text);
    line-height:1.6;
}
body:has(.admin-body){}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.main-content{flex:1}
.container{width:min(1180px,calc(100% - 36px));margin:0 auto}
h1,h2,h3,h4,.brand strong,.gradient-text{font-family:'Playfair Display',serif}
.btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    background:var(--primary);color:#fff;padding:12px 20px;border:1px solid var(--primary);
    border-radius:999px;font-weight:700;transition:.25s;box-shadow:0 10px 25px rgba(75,46,43,.15)
}
.btn:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--primary);box-shadow:none}
.btn-outline:hover{color:#fff}
.eyebrow,.footer-kicker{
    display:inline-block;font-size:.72rem;letter-spacing:.18em;font-weight:800;color:var(--accent)
}

/* HEADER */
.announcement-bar{
    background:var(--primary);color:#fff;min-height:34px;padding:7px 45px;text-align:center;
    font-size:.78rem;letter-spacing:.03em;position:relative
}
.announcement-bar button{position:absolute;right:15px;top:5px;background:transparent;border:0;color:#fff;font-size:20px}
.site-header{position:relative;z-index:100;background:rgba(255,253,249,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.topbar{
    width:min(1240px,calc(100% - 36px));margin:auto;min-height:78px;
    display:flex;align-items:center;justify-content:space-between;gap:20px
}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:48px;height:48px;border-radius:14px;overflow:hidden;background:var(--primary);padding:4px;box-shadow:0 8px 20px rgba(75,46,43,.18)}
.brand-mark img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.brand strong{display:block;color:var(--primary);font-size:1.2rem;line-height:1.1}
.brand small{display:block;color:var(--muted);font-size:.67rem;letter-spacing:.08em;text-transform:uppercase;margin-top:3px}
.header-actions{display:flex;align-items:center;gap:8px}
.cart-pill,.admin-top-link{
    display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:10px;
    color:var(--primary);font-size:.82rem;font-weight:700;transition:.2s
}
.cart-pill{background:#fff;border:1px solid var(--line)}
.cart-pill b{background:var(--accent);color:#fff;min-width:20px;height:20px;display:grid;place-items:center;border-radius:50%;font-size:.68rem}
.admin-top-link:hover,.cart-pill:hover{background:var(--background);color:var(--accent)}
.admin-top-link.danger{color:#a33}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;color:var(--primary);border-radius:10px;width:43px;height:43px;font-size:24px}

/* SIDEBAR */
.sidebar{position:fixed;top:0;left:0;bottom:0;width:300px;background:var(--primary);color:#fff;z-index:1001;padding:28px 20px;transform:translateX(-105%);transition:.3s;box-shadow:20px 0 50px rgba(0,0,0,.18)}
.sidebar.active{transform:translateX(0)}
.sidebar-overlay{position:fixed;inset:0;background:rgba(20,12,10,.45);z-index:1000;opacity:0;visibility:hidden;transition:.3s}
.sidebar-overlay.active{opacity:1;visibility:visible}
.sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:0 5px 24px;border-bottom:1px solid rgba(255,255,255,.14)}
.sidebar-head small{display:block;font-size:.65rem;letter-spacing:.15em;opacity:.65}
.sidebar-head strong{display:block;font-family:'Playfair Display';font-size:1.2rem;margin-top:2px}
.close-btn{border:0;background:rgba(255,255,255,.08);color:#fff;width:38px;height:38px;border-radius:50%;font-size:22px}
.side-nav{padding-top:20px;display:grid;gap:5px}
.side-nav a{padding:12px 14px;border-radius:11px;display:flex;align-items:center;gap:12px;font-weight:600;font-size:.9rem}
.side-nav a:hover{background:rgba(255,255,255,.1);color:#fff}
.side-nav i{font-size:20px;color:#e7a46f}
.side-nav span{margin-left:auto;background:var(--accent);padding:1px 7px;border-radius:20px;font-size:.7rem}
.side-nav .side-cta{background:var(--accent);margin-top:8px}
.sidebar-note{position:absolute;left:20px;right:20px;bottom:25px;padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.05)}
.sidebar-note span{font-size:.63rem;letter-spacing:.14em;color:#e7a46f;font-weight:800}
.sidebar-note p{font-size:.76rem;opacity:.8;margin-top:7px}

/* HOME */
.hero{
    position:relative;width:min(1180px,calc(100% - 36px));min-height:570px;margin:24px auto 0;
    border-radius:26px;overflow:hidden;display:flex;align-items:flex-end;padding:55px;
    color:#fff;box-shadow:var(--shadow);isolation:isolate
}
.hero-slider,.hero-slide{position:absolute;inset:0}
.hero-slider{z-index:-2}
.hero-slide{background-size:cover;background-position:center;opacity:0;transition:opacity 1s}
.hero-slide.active{opacity:1;animation:zoom 7s ease}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,18,15,.82),rgba(35,18,15,.18) 75%);z-index:-1}
@keyframes zoom{from{transform:scale(1)}to{transform:scale(1.06)}}
.hero-copy{max-width:610px}
.hero-copy .eyebrow{color:#f3bd8f}
.hero h1{font-size:clamp(2.7rem,6vw,5.2rem);line-height:1.02;margin:13px 0 18px}
.hero p{max-width:540px;color:rgba(255,255,255,.88);font-size:1rem}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}
.hero .btn{background:#fff;color:var(--primary);border-color:#fff}
.hero .btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}
.hero .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.tagline{text-align:center;padding:48px 0 18px}
.tagline h2{font-size:clamp(1.8rem,4vw,2.7rem);color:var(--primary)}
.tagline p{color:var(--muted);margin-top:5px}
.section{padding:72px 0}
.section-head{text-align:center;max-width:680px;margin:0 auto 35px}
.section-head h2{color:var(--primary);font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.15;margin-top:8px}
.section-head p{color:var(--muted);margin-top:10px}
.featured{padding:50px 0 75px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 35px rgba(75,46,43,.07);transition:.25s}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-card .product-img{height:285px;background:#eee;overflow:hidden}
.product-card .product-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.product-card:hover .product-img img{transform:scale(1.04)}
.product-card-body{padding:18px}
.product-card h3{font-size:1.15rem;color:var(--primary)}
.product-card .price{color:var(--accent);font-weight:800;margin:5px 0 14px}
.story-band{background:var(--primary);color:#fff}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-grid h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.1;margin:10px 0 16px}
.story-grid p{color:rgba(255,255,255,.78);max-width:600px}
.story-points{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:25px}
.story-point{border:1px solid rgba(255,255,255,.13);padding:16px;border-radius:14px;background:rgba(255,255,255,.05)}
.story-point strong{display:block;font-family:'Playfair Display';font-size:1.05rem}
.story-point span{font-size:.78rem;color:rgba(255,255,255,.65)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.category-card{min-height:190px;border-radius:18px;background:linear-gradient(135deg,#fff,#f0dfce);padding:26px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--line)}
.category-card i{font-size:30px;color:var(--accent);margin-bottom:auto}
.category-card h3{font-size:1.35rem;color:var(--primary)}
.category-card p{font-size:.82rem;color:var(--muted)}
.cta-band{padding:80px 0}
.cta-card{background:linear-gradient(135deg,var(--accent),#8e3f10);border-radius:24px;color:#fff;padding:50px;text-align:center;box-shadow:var(--shadow)}
.cta-card h2{font-size:clamp(2rem,4vw,3rem);margin:8px 0}
.cta-card p{opacity:.86;max-width:620px;margin:0 auto 22px}
.cta-card .btn{background:#fff;color:var(--primary);border-color:#fff}

/* generic pages */
.premium-page{padding:70px 0}
.premium-empty{text-align:center;background:#fff;padding:70px 25px;border-radius:20px;box-shadow:var(--shadow)}
.premium-empty h1{font-size:2.3rem;color:var(--primary);margin:10px 0}

/* FOOTER */
.minimal-footer{background:#2a1917;color:#fff;margin-top:auto;padding:45px 0 20px}
.footer-inner,.footer-bottom{width:min(1180px,calc(100% - 36px));margin:auto}
.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}
.footer-inner h3{font-size:1.8rem;margin:5px 0}
.footer-inner p{color:rgba(255,255,255,.62);font-size:.82rem;max-width:430px}
.footer-icons{display:flex;gap:8px;flex-wrap:wrap}
.footer-icons a{width:38px;height:38px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;color:#fff}
.footer-icons a:hover{background:var(--accent);border-color:var(--accent)}
.footer-bottom{margin-top:35px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:rgba(255,255,255,.5);font-size:.72rem}
.footer-bottom a{color:#f0b887}

/* FORMS / TABLES */
.form-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 10px 35px rgba(75,46,43,.06)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:grid;gap:7px}
.field.full{grid-column:1/-1}
.field label{font-size:.78rem;font-weight:800;color:var(--primary)}
.field input,.field textarea,.field select,.premium-input{width:100%;border:1px solid #ddd4cc;background:#fff;padding:12px 13px;border-radius:10px;outline:none}
.field textarea{min-height:120px;resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(192,96,20,.1)}
@media(max-width:850px){
    .product-grid{grid-template-columns:repeat(2,1fr)}
    .story-grid{grid-template-columns:1fr;gap:30px}
    .category-grid{grid-template-columns:1fr 1fr}
    .admin-top-link span{display:none}
}
@media(max-width:850px){.menu-toggle{display:block}}
@media(max-width:650px){
    .topbar{min-height:68px}.brand strong{font-size:1rem}.brand small{font-size:.58rem}
    .admin-top-link{padding:8px}.menu-toggle{display:block}
    .hero{min-height:520px;padding:30px 25px;border-radius:18px}
    .hero h1{font-size:2.65rem}.hero p{font-size:.9rem}
    .product-grid,.category-grid{grid-template-columns:1fr}
    .product-card .product-img{height:300px}
    .story-points{grid-template-columns:1fr}
    .cta-card{padding:35px 20px}
    .footer-inner{align-items:flex-start;flex-direction:column}
    .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
}
@media(max-width:420px){
    .container,.topbar,.footer-inner,.footer-bottom{width:min(100% - 24px,1180px)}
    .hero{width:calc(100% - 24px);padding:24px 20px}.hero h1{font-size:2.35rem}
}

/* ==========================================================
   MOBILE-FIRST PREMIUM POLISH — SAVANNAH KULTURED
   ========================================================== */
:root{
  --content-max:1240px;
  --gutter:clamp(14px,3vw,32px);
  --focus:0 0 0 4px rgba(192,96,20,.15);
}
html{font-size:16px;overflow-x:hidden}
body{overflow-x:hidden;font-size:clamp(.96rem,1.2vw,1rem);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.container{width:min(var(--content-max),calc(100% - (var(--gutter)*2)))}
.topbar,.footer-inner,.footer-bottom{width:min(var(--content-max),calc(100% - (var(--gutter)*2)))}
button,a,input,select,textarea{touch-action:manipulation}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus)}

/* Larger, calmer typography */
h1,h2,h3,h4{font-weight:700;letter-spacing:-.02em}
p{max-width:72ch}
.btn{min-height:46px;padding:11px 19px;font-size:.92rem;line-height:1.2}
.eyebrow,.footer-kicker{font-size:.7rem;line-height:1.3}

/* Header */
.announcement-bar{min-height:38px;padding:9px 46px 9px 16px;font-size:.78rem;line-height:1.4}
.site-header{box-shadow:0 8px 28px rgba(75,46,43,.045)}
.topbar{min-height:76px}
.brand{min-width:0}
.brand-mark{width:50px;height:50px;flex:0 0 50px}
.brand strong{font-size:1.2rem;white-space:nowrap}
.brand small{font-size:.66rem;white-space:nowrap}
.header-actions{min-width:0}
.admin-desktop-actions{display:flex;align-items:center;gap:5px}
.admin-top-link{min-height:42px;padding:9px 11px;white-space:nowrap}
.menu-toggle{flex:0 0 44px}

/* Mobile admin drawer */
.admin-mobile-sidebar,.admin-mobile-overlay{display:none}

/* Home */
.hero{width:min(var(--content-max),calc(100% - (var(--gutter)*2)));min-height:min(680px,72vh);margin:20px auto 0;padding:clamp(28px,5vw,64px);border-radius:28px}
.hero-copy{width:min(100%,680px)}
.hero h1{font-size:clamp(2.65rem,6.2vw,5.3rem);letter-spacing:-.045em}
.hero p{font-size:clamp(1rem,1.4vw,1.1rem);line-height:1.7}
.hero-actions{gap:11px}
.section{padding:clamp(55px,7vw,90px) 0}
.section-head{margin-bottom:clamp(26px,4vw,40px)}
.section-head h2{font-size:clamp(2rem,4vw,3rem)}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2vw,22px)}
.product-card{min-width:0;border-radius:20px}
.product-card .product-img{height:clamp(250px,26vw,330px)}
.product-card-body{padding:20px}
.product-card h3{font-size:1.15rem;line-height:1.25}
.product-card .price{font-size:1rem}
.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.category-card{min-height:205px;padding:25px}
.story-grid{gap:clamp(30px,6vw,75px)}
.cta-card{padding:clamp(34px,5vw,58px)}

/* Forms / cards */
.form-card{padding:clamp(20px,3vw,32px);border-radius:20px}
.field label{font-size:.84rem}
.field input,.field textarea,.field select,.premium-input{min-height:46px;padding:11px 13px;font-size:.95rem}
.field textarea{min-height:135px}

/* Footer */
.minimal-footer{padding:54px 0 22px}
.footer-inner h3{font-size:clamp(1.65rem,3vw,2rem)}
.footer-inner p{font-size:.88rem;line-height:1.65}
.footer-icons a{width:42px;height:42px}
.footer-bottom{font-size:.78rem}

/* Tables become horizontally scrollable instead of breaking layouts */
.admin-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}

@media (max-width:1050px){
  .admin-desktop-actions .admin-top-link span{display:none}
  .admin-top-link{width:42px;justify-content:center;padding:8px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:760px){
  .announcement-bar{font-size:.76rem}
  .topbar{min-height:68px}
  .brand-mark{width:44px;height:44px;flex-basis:44px;border-radius:12px}
  .brand strong{font-size:1.03rem}
  .brand small{font-size:.57rem;letter-spacing:.06em}
  .admin-desktop-actions{display:none}
  .admin-menu-toggle{display:grid;place-items:center}
  .hero{min-height:590px;margin-top:14px;border-radius:20px;align-items:flex-end;padding:27px 22px}
  .hero:after{background:linear-gradient(180deg,rgba(35,18,15,.16) 15%,rgba(35,18,15,.86) 76%)}
  .hero h1{font-size:clamp(2.45rem,12vw,3.55rem);line-height:1.02;margin:11px 0 15px}
  .hero p{font-size:.98rem;line-height:1.65}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .hero-actions .btn{width:100%}
  .tagline{padding:38px 0 10px}
  .tagline h2{font-size:clamp(1.8rem,8vw,2.35rem)}
  .product-grid,.category-grid{grid-template-columns:1fr 1fr}
  .product-card .product-img{height:250px}
  .product-card-body{padding:16px}
  .product-card .btn{width:100%;font-size:.86rem}
  .story-grid{grid-template-columns:1fr;gap:28px}
  .story-points{grid-template-columns:1fr 1fr}
  .footer-inner{align-items:flex-start;flex-direction:column}
  .footer-bottom{align-items:flex-start;flex-direction:column;gap:7px}

  /* Admin */
  .admin-mobile-sidebar{position:fixed;display:block;top:0;right:0;bottom:0;width:min(88vw,360px);background:#fff;z-index:2001;padding:22px;transform:translateX(105%);transition:.28s ease;box-shadow:-20px 0 55px rgba(45,25,22,.2)}
  .admin-mobile-sidebar.active{transform:translateX(0)}
  .admin-mobile-overlay{position:fixed;display:block;inset:0;background:rgba(31,17,14,.5);z-index:2000;opacity:0;visibility:hidden;transition:.28s}
  .admin-mobile-overlay.active{opacity:1;visibility:visible}
  .admin-mobile-head{display:flex;justify-content:space-between;align-items:center;padding:4px 0 20px;border-bottom:1px solid var(--line)}
  .admin-mobile-head span{display:block;font-size:.65rem;letter-spacing:.15em;font-weight:800;color:var(--accent)}
  .admin-mobile-head strong{display:block;font:700 1.25rem 'Playfair Display',serif;color:var(--primary);margin-top:2px}
  .admin-mobile-head .close-btn{background:var(--primary)}
  .admin-mobile-nav{display:grid;gap:6px;padding-top:18px}
  .admin-mobile-nav a{display:flex;align-items:center;gap:13px;min-height:50px;padding:12px 14px;border-radius:12px;color:var(--primary);font-weight:700}
  .admin-mobile-nav a:hover{background:#f7eee7}
  .admin-mobile-nav i{font-size:22px;color:var(--accent)}
  .admin-mobile-nav .danger{color:#9f352e;margin-top:10px}
}

@media (max-width:520px){
  :root{--gutter:12px}
  .announcement-bar{padding-left:12px;padding-right:40px}
  .brand-mark{display:none}
  .brand strong{font-size:1rem}
  .brand small{font-size:.54rem}
  .cart-pill{padding:8px 9px}
  .cart-pill span{display:none}
  .hero{min-height:560px;padding:24px 18px}
  .hero h1{font-size:clamp(2.25rem,12vw,3.05rem)}
  .product-grid,.category-grid{grid-template-columns:1fr}
  .product-card .product-img{height:min(88vw,330px)}
  .story-points{grid-template-columns:1fr}
  .cta-card{border-radius:19px}
  .premium-page{padding:48px 0}
}

@media (max-width:380px){
  body{font-size:.94rem}
  .topbar{min-height:64px}
  .hero{min-height:535px}
  .hero h1{font-size:2.15rem}
  .btn{min-height:44px;padding:10px 16px}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* ===== CUSTOMER DISCOVERY / ACCOUNT / NOTIFICATIONS ===== */
.category-toggle,.header-icon-link{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:9px 11px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--primary);font-size:.78rem;font-weight:800;transition:.2s}
.category-toggle:hover,.header-icon-link:hover{background:var(--background);color:var(--accent)}
.header-icon-link{width:42px;justify-content:center;padding:0;font-size:20px}.notification-dot{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border-radius:99px;background:var(--accent);color:#fff;border:2px solid #fff;font-size:.55rem;line-height:1}
.side-count{margin-left:auto!important}.shop-page{padding:48px 0 80px}.shop-hero{text-align:center;max-width:850px;margin:0 auto 28px}.shop-hero h1{font-size:clamp(2.3rem,5vw,4rem);color:var(--primary);margin:7px 0}.shop-hero p{margin:0 auto;color:var(--muted);font-size:1rem}.shop-search{display:flex;justify-content:center;gap:10px;margin:25px auto 0;max-width:680px}.search-box{display:flex;align-items:center;gap:9px;flex:1;background:#fff;border:1.5px solid #b8a79c;border-radius:12px;padding:0 14px;min-height:50px}.search-box:focus-within{border-color:var(--accent);box-shadow:var(--focus)}.search-box i{font-size:20px;color:var(--accent)}.search-box input{border:0;outline:0;width:100%;background:transparent;font-size:.95rem}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:24px 0 10px}.category-drawer-btn{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line);background:#fff;color:var(--primary);border-radius:12px;padding:11px 15px;font-weight:800}.category-drawer-btn .bx-chevron-down{transition:.2s}.category-drawer-btn.open .bx-chevron-down{transform:rotate(180deg)}.shop-sort{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.78rem;font-weight:800}.shop-sort select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 12px;color:var(--primary);font-weight:700}.category-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:28px;display:none;box-shadow:var(--shadow)}.category-panel.open{display:block;animation:panelIn .18s ease}@keyframes panelIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.category-panel-head{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:14px}.category-panel-head h2{color:var(--primary);font-size:1.4rem;margin-top:3px}.category-panel-head>a{color:var(--accent);font-size:.75rem;font-weight:800}.category-options{display:flex;flex-wrap:wrap;gap:8px}.category-options .filter-btn{display:flex;align-items:center;gap:8px;padding:10px 13px;background:#faf7f3;border:1px solid transparent;border-radius:10px;color:var(--primary);font-size:.82rem;font-weight:700}.category-options .filter-btn.active,.category-options .filter-btn:hover{background:var(--primary);color:#fff}.category-options small{opacity:.65;font-size:.65rem}.shop-result-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:16px}.shop-result-head h2{font-size:clamp(1.5rem,3vw,2.1rem);color:var(--primary);margin-top:4px}.result-count{color:var(--muted);font-size:.78rem;font-weight:800}.shop-product-grid{grid-template-columns:repeat(4,1fr)}.shop-product-grid .product-card{padding:10px;text-align:left}.shop-product-grid .product-img{height:310px}.shop-product-grid .product-card-body{padding:10px 5px 4px}.shop-product-grid .product-card h3{font-family:'DM Sans',sans-serif;font-size:1rem;margin:7px 0}.shop-product-grid .product-card h3 a{color:var(--primary)}.shop-product-grid .price{color:var(--accent);font-size:1.05rem;font-weight:800;margin:5px 0}.product-stock{font-size:.7rem;font-weight:800;margin:5px 0 12px}.product-stock.in{color:var(--secondary)}.product-stock.out{color:#9f352e}.shop-product-grid .btn{width:100%;font-size:.8rem;min-height:42px}.page-intro{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(28px,5vw,54px);text-align:center;box-shadow:var(--shadow)}.page-intro h1{color:var(--primary);font-size:clamp(2.2rem,5vw,3.7rem);margin:7px 0 10px}.page-intro p{color:var(--muted);max-width:650px;margin:0 auto}.page-intro-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.notification-list{display:grid;gap:12px;margin-top:20px}.notification-card{display:flex;gap:15px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(75,46,43,.05)}.notification-card.unread{border-color:rgba(192,96,20,.45);box-shadow:0 10px 28px rgba(192,96,20,.09)}.notification-icon{width:46px;height:46px;flex:0 0 46px;border-radius:14px;background:#f7eee7;color:var(--accent);display:grid;place-items:center;font-size:22px}.notification-body{min-width:0;flex:1}.notification-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:.65rem;font-weight:800;letter-spacing:.08em}.notification-meta span{color:var(--accent)}.notification-meta time{letter-spacing:0}.notification-card h2{color:var(--primary);font-size:1.2rem;margin:5px 0}.notification-card p{color:var(--muted);font-size:.85rem;line-height:1.7}.notification-read,.text-link{display:inline-flex;align-items:center;gap:5px;color:var(--accent);font-size:.74rem;font-weight:800;margin-top:10px}.update-optin{display:flex;align-items:flex-start;gap:11px;padding:13px;border:1px solid var(--line);background:#fffaf6;border-radius:12px;cursor:pointer}.update-optin input{width:18px;height:18px;accent-color:var(--accent);margin-top:2px}.update-optin span{display:grid;gap:2px}.update-optin strong{color:var(--primary);font-size:.82rem}.update-optin small{color:var(--muted);font-size:.68rem;line-height:1.5}.update-preference-form{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.notification-admin-list{display:grid;gap:10px}.notification-admin-card{display:flex;gap:15px;justify-content:space-between;border:1px solid var(--line);padding:16px;border-radius:14px;background:#fff}.notification-admin-card h3{color:var(--primary);margin:5px 0;font-size:1.1rem}.notification-admin-card p{color:var(--muted);font-size:.78rem}.notification-admin-card small{display:block;color:var(--secondary);margin-top:9px;font-size:.65rem}
@media(max-width:1050px){.shop-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.category-toggle span{display:none}.category-toggle{width:42px;justify-content:center;padding:0}.shop-search{flex-direction:column}.shop-search .btn{width:100%}.shop-toolbar{align-items:stretch}.category-drawer-btn{flex:1;justify-content:center}.shop-sort label{display:none}.shop-sort select{max-width:125px}.shop-product-grid{grid-template-columns:repeat(2,1fr)}.shop-product-grid .product-img{height:250px}.shop-result-head{align-items:center}.notification-card{padding:16px}.page-intro-actions .btn{width:100%}.update-preference-form{align-items:stretch;flex-direction:column}.update-preference-form .btn{width:100%}}
@media(max-width:480px){.shop-page{padding-top:32px}.shop-product-grid{gap:10px}.shop-product-grid .product-card{padding:8px}.shop-product-grid .product-img{height:210px}.shop-product-grid .product-card h3{font-size:.86rem}.shop-product-grid .price{font-size:.92rem}.shop-product-grid .btn{font-size:.72rem;padding:9px 10px}.shop-sort{gap:4px}.shop-sort select{padding:9px 8px;font-size:.72rem}.category-panel{padding:14px}.category-panel-head{align-items:flex-start}.category-panel-head h2{font-size:1.2rem}.category-options .filter-btn{width:100%;justify-content:space-between}.notification-icon{width:40px;height:40px;flex-basis:40px}.notification-card h2{font-size:1.05rem}.notification-card p{font-size:.8rem}}

/* ===== SHOWROOM / FIXED NAV / PREMIUM FINISH ===== */
.site-header.fixed-header{position:fixed;top:0;left:0;right:0;z-index:1400}
body:not(.admin-body){padding-top:78px}
body.has-announcement{padding-top:112px}
body.has-announcement .site-header.fixed-header{top:34px}
.announcement-bar{position:fixed;top:0;left:0;right:0;z-index:1500}
.showroom-page{padding:48px 0 90px}
.showroom-intro{text-align:center;max-width:920px;margin:0 auto 28px}
.showroom-intro h1{font-size:clamp(2.5rem,6vw,4.8rem);color:var(--primary);line-height:1;margin:8px 0 12px}
.showroom-intro p{max-width:650px;margin:auto;color:var(--muted);font-size:1rem}
.showroom-search{display:flex;justify-content:center;gap:10px;max-width:650px;margin:24px auto 0}
.showroom-searchbox{display:flex;align-items:center;gap:10px;flex:1;background:#fff;border:1.5px solid #b8a79c;border-radius:14px;padding:0 15px;min-height:52px;box-shadow:0 8px 25px rgba(75,46,43,.05)}
.showroom-searchbox:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px rgba(192,96,20,.10)}
.showroom-searchbox i{font-size:21px;color:var(--accent)}
.showroom-searchbox input{border:0;outline:0;width:100%;background:transparent;font-size:.95rem}
.showroom-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:24px 0 12px}
.showroom-count{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.78rem;font-weight:800}
.showroom-count i{color:var(--accent);font-size:18px}
.showroom-category-panel{margin-bottom:25px}
.showroom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.showroom-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 32px rgba(75,46,43,.07);transition:.3s;break-inside:avoid}
.showroom-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(75,46,43,.14)}
.showroom-image{display:block;position:relative;aspect-ratio:4/5;background:#eee8e1;overflow:hidden}
.showroom-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}
.showroom-card:hover .showroom-image img{transform:scale(1.045)}
.showroom-overlay{position:absolute;inset:auto 12px 12px 12px;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:11px;background:rgba(45,26,24,.86);backdrop-filter:blur(8px);color:#fff;opacity:0;transform:translateY(7px);transition:.25s;font-size:.75rem;font-weight:800}
.showroom-card:hover .showroom-overlay,.showroom-card:focus-within .showroom-overlay{opacity:1;transform:none}
.showroom-overlay i{font-size:18px;color:#f0b887}
.showroom-caption{padding:15px 16px 16px}
.showroom-category{display:block;color:var(--accent);font-size:.62rem;letter-spacing:.13em;text-transform:uppercase;font-weight:900}
.showroom-caption h2{font-family:'DM Sans',sans-serif;color:var(--primary);font-size:1rem;margin:5px 0 11px;line-height:1.3}
.showroom-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}
.showroom-meta strong{font-size:.9rem;color:var(--primary)}
.showroom-meta a{color:var(--accent);font-size:.7rem;font-weight:900;display:inline-flex;align-items:center;gap:3px}
.showroom-meta a i{font-size:14px}
.showroom-empty{grid-column:1/-1}
@media(max-width:760px){
 body:not(.admin-body){padding-top:70px}.site-header .topbar{min-height:70px;width:calc(100% - 24px)}
 body.has-announcement{padding-top:104px}body.has-announcement .site-header.fixed-header{top:34px}
 .brand-mark{width:44px;height:44px}.brand strong{font-size:1.05rem}.brand small{font-size:.58rem}
 .category-toggle{display:none}.header-actions{gap:5px}.header-icon-link{width:40px;height:40px}
 .showroom-page{padding:30px 0 70px}.showroom-intro h1{font-size:clamp(2.25rem,12vw,3.4rem)}.showroom-intro p{font-size:.9rem}.showroom-search{gap:7px}.showroom-search .btn{padding:11px 14px}.showroom-grid{grid-template-columns:repeat(2,1fr);gap:10px}.showroom-card{border-radius:14px}.showroom-caption{padding:11px 11px 13px}.showroom-caption h2{font-size:.84rem}.showroom-meta strong{font-size:.78rem}.showroom-meta a{font-size:.64rem}.showroom-overlay{opacity:1;transform:none;inset:auto 7px 7px 7px;padding:7px 9px;font-size:.63rem}
 .showroom-toolbar{margin-top:18px}.category-options .filter-btn{width:auto;justify-content:flex-start}
}
@media(max-width:430px){.showroom-search{flex-direction:column}.showroom-search .btn{width:100%}.showroom-grid{gap:8px}.showroom-image{aspect-ratio:3/4}.showroom-category{font-size:.55rem}.showroom-caption h2{font-size:.8rem}.showroom-meta strong{font-size:.72rem}.showroom-meta a{font-size:.6rem}.showroom-count{font-size:.7rem}}
/* ===== FINAL CUSTOMER NAV + LOGIN BACKGROUND ===== */
.site-header.fixed-header{height:78px;background:rgba(255,253,249,.985);box-shadow:0 10px 30px rgba(45,25,22,.11);border-bottom:1px solid rgba(75,46,43,.12)}
.site-header.fixed-header .topbar{min-height:78px;display:flex;align-items:center}
body:not(.admin-body){padding-top:78px}
body.has-announcement{padding-top:78px}
.customer-login-page{position:relative;isolation:isolate;background:linear-gradient(100deg,rgba(45,26,24,.08),rgba(45,26,24,.03)),var(--login-bg) center/cover fixed no-repeat;padding:70px 0 90px;min-height:calc(100vh - 78px)}
.customer-login-page:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(45,26,24,.20),rgba(255,253,249,.72));z-index:-1}.customer-login-page .container{position:relative}.customer-login-page .form-card{box-shadow:0 25px 70px rgba(45,25,22,.20);backdrop-filter:blur(8px)}
@media(max-width:760px){.site-header.fixed-header{height:70px}.site-header.fixed-header .topbar{min-height:70px}.customer-login-page{padding:35px 0 60px;min-height:calc(100vh - 70px);background-attachment:scroll}}

/* Final header cleanup: customer header starts at the very top with no announcement strip. */
body.has-announcement{padding-top:78px!important}
body.has-announcement .site-header.fixed-header{top:0!important}
.announcement-bar{display:none!important}

/* ==========================================================
   FINAL MOBILE SYSTEM — ALL CUSTOMER PAGES
   ========================================================== */
html,body{max-width:100%;overflow-x:hidden}
img{max-width:100%}
/* The old promotional strip is intentionally removed: the header owns the top of the screen. */
.announcement-bar{display:none!important}
body:not(.admin-body){padding-top:78px}
.site-header.fixed-header{top:0!important;height:78px}
.site-header.fixed-header .topbar{min-height:78px}

/* Home: avoid repeating the same headline above the hero on small screens. */
@media(max-width:760px){
  body:not(.admin-body){padding-top:70px}
  .site-header.fixed-header{height:70px}
  .site-header.fixed-header .topbar{min-height:70px}
  .topbar{gap:8px;width:calc(100% - 20px)}
  .brand{gap:8px;min-width:0}
  .brand-mark{width:42px;height:42px;border-radius:11px;padding:3px;flex:none}
  .brand strong{font-size:.94rem;white-space:nowrap}
  .brand small{font-size:.49rem;letter-spacing:.06em;white-space:nowrap}
  .header-actions{gap:5px;flex:none}
  .category-toggle,.header-icon-link,.cart-pill,.menu-toggle{min-width:40px;height:40px;min-height:40px}
  .category-toggle{padding:0;width:40px;justify-content:center}
  .category-toggle span,.cart-pill span{display:none}
  .cart-pill{padding:0 6px;gap:4px}
  .cart-pill b{min-width:18px;height:18px;font-size:.58rem}
  .menu-toggle{display:inline-grid;place-items:center;width:40px;padding:0}
  .tagline{display:none}
  .container{width:calc(100% - 24px)}
  .section{padding:48px 0}
  .featured{padding:40px 0 52px}
  .hero{width:calc(100% - 20px);min-height:520px;margin:12px auto 0;padding:28px 20px;border-radius:18px;align-items:flex-end}
  .hero-copy{max-width:100%}
  .hero h1{font-size:clamp(2.15rem,10vw,3.05rem);line-height:1.03;margin:9px 0 13px}
  .hero p{font-size:.9rem;line-height:1.55}
  .hero-actions{margin-top:18px;display:grid;grid-template-columns:1fr;gap:8px}
  .hero-actions .btn{width:100%;min-height:46px}
  .section-head{margin-bottom:24px}
  .section-head h2{font-size:clamp(1.7rem,8vw,2.25rem)}
  .section-head p{font-size:.86rem;line-height:1.55}
  .product-grid,.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-card{border-radius:14px;min-width:0}
  .product-card .product-img,.shop-product-grid .product-img{height:210px}
  .product-card-body,.shop-product-grid .product-card-body{padding:11px 9px 10px}
  .product-card h3,.shop-product-grid .product-card h3{font-size:.86rem;line-height:1.3}
  .product-card .price,.shop-product-grid .price{font-size:.9rem;margin:4px 0 9px}
  .product-card .btn,.shop-product-grid .btn{min-height:40px;padding:9px 8px;font-size:.72rem}
  .category-grid{grid-template-columns:1fr 1fr;gap:10px}
  .category-card{min-height:145px;padding:17px;border-radius:14px}
  .category-card h3{font-size:1rem}
  .category-card p{font-size:.7rem;line-height:1.45}
  .story-grid{gap:22px}
  .story-grid h2{font-size:clamp(1.8rem,8vw,2.5rem)}
  .story-grid p{font-size:.88rem;line-height:1.6}
  .story-points{grid-template-columns:1fr 1fr;gap:8px}
  .story-point{padding:12px;border-radius:11px}
  .story-point strong{font-size:.88rem}
  .story-point span{font-size:.67rem;line-height:1.4}
  .cta-band{padding:52px 0}
  .cta-card{padding:34px 18px;border-radius:18px}
  .cta-card h2{font-size:clamp(1.8rem,8vw,2.4rem)}
  .cta-card p{font-size:.84rem}
  .footer-inner,.footer-bottom{width:calc(100% - 24px)}
  .footer-inner{gap:22px}
  .footer-inner h3{font-size:1.5rem}
  .footer-inner p{font-size:.76rem;line-height:1.6}

  /* General page shells */
  .premium-page{padding:34px 0 52px}
  .page-intro{padding:25px 17px;border-radius:17px}
  .page-intro h1{font-size:clamp(1.9rem,9vw,2.55rem);line-height:1.08}
  .page-intro p{font-size:.82rem;line-height:1.6}
  .page-intro-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .page-intro-actions .btn{width:100%}
  .form-card{padding:18px 14px;border-radius:15px}
  .field input,.field textarea,.field select,.premium-input{min-height:46px;font-size:.9rem}
  .field textarea{min-height:110px}
  .btn{min-height:46px;font-size:.88rem}

  /* Shop controls */
  .shop-page{padding:32px 0 55px}
  .shop-hero h1{font-size:clamp(2rem,9vw,2.7rem)}
  .shop-hero p{font-size:.84rem}
  .shop-search{display:grid;grid-template-columns:1fr;gap:8px;margin-top:18px}
  .search-box{min-height:48px}
  .shop-search .btn{width:100%}
  .shop-toolbar{align-items:stretch;gap:8px;flex-direction:column}
  .category-drawer-btn{width:100%;justify-content:center;min-height:44px}
  .shop-sort{justify-content:space-between}
  .shop-sort select{max-width:none;flex:1}
  .category-panel{padding:14px;border-radius:15px}
  .category-panel-head{margin-bottom:10px}
  .category-panel-head h2{font-size:1.15rem}
  .category-options{display:grid;grid-template-columns:1fr 1fr;gap:7px}
  .category-options .filter-btn{justify-content:space-between;min-height:42px;padding:9px 10px;font-size:.72rem}
  .shop-result-head{margin-bottom:11px}
  .shop-result-head h2{font-size:1.35rem}
  .result-count{font-size:.68rem}

  /* Showroom */
  .showroom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .showroom-card,.showroom-item{min-width:0}
  .showroom-image{aspect-ratio:3/4!important}
  .showroom-caption{padding:9px}
  .showroom-caption h2{font-size:.78rem;line-height:1.3}
  .showroom-meta{gap:4px}
  .showroom-meta strong{font-size:.68rem}
  .showroom-meta a{font-size:.59rem}

  /* Cart / checkout */
  .cart-page,.checkout-page{padding:30px 0 55px}
  .cart-layout,.checkout-layout,.checkout-grid{grid-template-columns:1fr!important;gap:14px!important}
  .cart-summary,.checkout-summary{position:static!important}
  .cart-item{grid-template-columns:68px minmax(0,1fr);gap:10px;padding:11px}
  .cart-item-image{width:68px;height:76px}
  .cart-item-info h3{font-size:.88rem}
  .cart-item-info p,.cart-item-meta{font-size:.7rem}
  .cart-item-controls{grid-column:2;justify-content:space-between;gap:7px;flex-wrap:wrap}
  .quantity-control{height:38px}
  .quantity-control button{width:34px}
  .quantity-control input{width:34px}
  .cart-item-total{font-size:.86rem}
  .cart-summary{padding:17px;border-radius:15px}
  .cart-summary .btn{width:100%}

  /* Account / notifications */
  .notification-card{padding:13px;gap:10px;border-radius:14px}
  .notification-icon{width:38px;height:38px;flex-basis:38px;border-radius:11px;font-size:18px}
  .notification-card h2{font-size:.98rem}
  .notification-card p{font-size:.75rem;line-height:1.55}
  .notification-meta{font-size:.58rem}
  .update-preference-form{display:grid;grid-template-columns:1fr;gap:8px}
  .update-preference-form .btn{width:100%}
}

@media(max-width:390px){
  .topbar{width:calc(100% - 16px)}
  .brand-mark{width:38px;height:38px}
  .brand strong{font-size:.82rem}
  .brand small{font-size:.43rem}
  .header-actions{gap:3px}
  .category-toggle,.header-icon-link,.cart-pill,.menu-toggle{width:37px;min-width:37px;height:37px;min-height:37px}
  .hero{min-height:500px;padding:24px 17px}
  .hero h1{font-size:2.05rem}
  .product-grid,.shop-product-grid{gap:8px}
  .product-card .product-img,.shop-product-grid .product-img{height:185px}
  .product-card-body,.shop-product-grid .product-card-body{padding:9px 7px}
  .product-card h3,.shop-product-grid .product-card h3{font-size:.78rem}
  .product-card .price,.shop-product-grid .price{font-size:.82rem}
  .product-card .btn,.shop-product-grid .btn{font-size:.66rem;padding:8px 6px}
  .category-grid{grid-template-columns:1fr}
  .category-card{min-height:125px}
  .story-points{grid-template-columns:1fr}
  .category-options{grid-template-columns:1fr}
}
/* final override */
body.has-announcement{padding-top:78px!important}
body.has-announcement .site-header.fixed-header{top:0!important}
@media(max-width:760px){body.has-announcement{padding-top:70px!important}}

/* ==========================================================
   FINAL LARGE-TYPE + LARGER-CONTROL PASS
   Prioritizes readability and touch comfort on phones.
   ========================================================== */
body{font-size:16px}
.btn{min-height:46px;padding:12px 20px;font-size:.92rem}
.field label{font-size:.82rem}
.field input,.field textarea,.field select,.premium-input{font-size:16px}

@media(max-width:760px){
  body{font-size:16px;line-height:1.65}
  .container{width:calc(100% - 28px)}
  .topbar{width:calc(100% - 18px);gap:10px}
  .site-header.fixed-header,.site-header.fixed-header .topbar{height:76px;min-height:76px}
  body:not(.admin-body){padding-top:76px}
  .brand-mark{width:48px;height:48px;border-radius:12px;padding:3px}
  .brand strong{font-size:1.08rem;line-height:1.15}
  .brand small{font-size:.56rem;letter-spacing:.065em}
  .header-actions{gap:7px}
  .category-toggle,.header-icon-link,.cart-pill,.menu-toggle{width:44px;min-width:44px;height:44px;min-height:44px}
  .category-toggle i,.header-icon-link i,.menu-toggle{font-size:21px}
  .cart-pill{padding:0 7px}
  .cart-pill b{min-width:21px;height:21px;font-size:.68rem}

  .hero{min-height:570px;margin-top:14px;padding:34px 22px;border-radius:20px}
  .hero h1{font-size:clamp(2.45rem,11vw,3.35rem);line-height:1.02}
  .hero p{font-size:1rem;line-height:1.65}
  .hero-actions .btn{min-height:50px;font-size:.94rem}
  .section{padding:56px 0}
  .featured{padding:46px 0 58px}
  .section-head h2{font-size:clamp(2rem,9vw,2.55rem)}
  .section-head p{font-size:.96rem}

  .product-grid,.shop-product-grid{gap:12px}
  .product-card .product-img,.shop-product-grid .product-img{height:235px}
  .product-card-body,.shop-product-grid .product-card-body{padding:14px 12px 13px}
  .product-card h3,.shop-product-grid .product-card h3{font-size:.98rem;line-height:1.35}
  .product-card .price,.shop-product-grid .price{font-size:1rem;margin:6px 0 11px}
  .product-card .btn,.shop-product-grid .btn{min-height:44px;padding:10px 9px;font-size:.8rem}

  .category-grid{gap:12px}
  .category-card{min-height:165px;padding:19px;border-radius:15px}
  .category-card i{font-size:34px}
  .category-card h3{font-size:1.12rem}
  .category-card p{font-size:.78rem}

  .story-grid h2{font-size:clamp(2rem,9vw,2.7rem)}
  .story-grid p{font-size:.96rem}
  .story-point strong{font-size:.96rem}
  .story-point span{font-size:.73rem}
  .cta-card{padding:40px 20px}
  .cta-card h2{font-size:clamp(2rem,9vw,2.7rem)}
  .cta-card p{font-size:.94rem}

  .premium-page{padding:40px 0 58px}
  .page-intro h1{font-size:clamp(2.1rem,10vw,2.8rem)}
  .page-intro p{font-size:.92rem}
  .form-card{padding:21px 16px;border-radius:16px}
  .field label{font-size:.8rem}
  .field input,.field textarea,.field select,.premium-input{min-height:48px;padding:11px 12px;font-size:16px}
  .field textarea{min-height:120px}
  .btn{min-height:48px;padding:11px 15px;font-size:.9rem}

  .showroom-page{padding:36px 0 78px}
  .showroom-intro h1{font-size:clamp(2.55rem,12vw,3.7rem)}
  .showroom-intro p{font-size:.96rem}
  .showroom-searchbox{min-height:56px;padding:0 16px}
  .showroom-searchbox input{font-size:16px}
  .showroom-search .btn{min-height:52px;font-size:.9rem}
  .showroom-grid{gap:12px}
  .showroom-caption{padding:13px 12px 15px}
  .showroom-category{font-size:.62rem}
  .showroom-caption h2{font-size:.94rem}
  .showroom-meta strong{font-size:.84rem}
  .showroom-meta a{font-size:.68rem}
  .showroom-overlay{font-size:.7rem;padding:8px 10px}

  .cart-item-info h3{font-size:1rem}
  .cart-item-info p,.cart-item-meta{font-size:.78rem}
  .cart-item-total{font-size:.95rem}
  .notification-card h2{font-size:1.08rem}
  .notification-card p{font-size:.82rem}
}

@media(max-width:390px){
  .site-header.fixed-header,.site-header.fixed-header .topbar{height:74px;min-height:74px}
  body:not(.admin-body){padding-top:74px}
  .brand-mark{width:46px;height:46px}
  .brand strong{font-size:1rem}
  .brand small{font-size:.52rem}
  .category-toggle,.header-icon-link,.cart-pill,.menu-toggle{width:43px;min-width:43px;height:43px;min-height:43px}
  .hero{min-height:550px;padding:30px 19px}
  .hero h1{font-size:2.35rem}
  .hero p{font-size:.96rem}
  .product-grid,.shop-product-grid{gap:9px}
  .product-card .product-img,.shop-product-grid .product-img{height:205px}
  .product-card-body,.shop-product-grid .product-card-body{padding:12px 10px}
  .product-card h3,.shop-product-grid .product-card h3{font-size:.91rem}
  .product-card .price,.shop-product-grid .price{font-size:.94rem}
  .product-card .btn,.shop-product-grid .btn{font-size:.76rem;min-height:43px}
  .category-card{min-height:150px;padding:16px}
  .category-card h3{font-size:1.05rem}
  .category-card p{font-size:.74rem}
}

/* FINAL READABLE/MOBILE OVERRIDES */
/* Savannah Kultured — final readable-size + mobile logo override */
html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{font-size:1rem;line-height:1.6;overflow-x:hidden}
button,input,select,textarea{font:inherit}

/* Customer fixed header + original logo */
.site-header.fixed-header{position:fixed!important;top:0;left:0;right:0;z-index:1800!important;min-height:76px;background:rgba(255,253,249,.98);backdrop-filter:blur(18px);box-shadow:0 8px 28px rgba(45,25,22,.10)}
.site-header.fixed-header .topbar{min-height:76px}
.brand{min-width:0}
.brand-mark{width:56px;height:56px;min-width:56px;padding:3px;border-radius:13px;display:grid;place-items:center}
.brand-mark img{width:100%;height:100%;object-fit:contain;border-radius:10px}
.brand strong{font-size:1.18rem}
.brand small{font-size:.7rem}

/* Bigger readable controls */
.btn{min-height:48px;padding:12px 18px;font-size:.92rem}
input,select,textarea{font-size:16px}
.category-toggle,.header-icon-link,.cart-pill,.menu-toggle{min-height:46px}
.product-card h3,.shop-product-grid .product-card h3{font-size:1.03rem}
.product-card .price,.shop-product-grid .price{font-size:1.08rem}
.product-card .product-img,.shop-product-grid .product-img{height:260px}
.section-head h2{font-size:clamp(2rem,5vw,3rem)}

/* Admin header */
.admin-header.fixed-header{z-index:2000!important}
.admin-top-brand img{width:48px;height:48px;min-width:48px;object-fit:contain;background:#241513;border-radius:10px}
.admin-top-brand b{font-size:1.05rem}
.admin-top-brand small{font-size:.66rem}

/* Admin sidebar: compact but highly usable */
.admin-sidebar{width:238px}
.admin-side-brand>a{min-height:58px}
.admin-side-brand .brand-mark{width:44px;height:44px;min-width:44px}
.admin-side-brand .brand-mark img{width:100%;height:100%;object-fit:contain}
.admin-side-nav a{min-height:42px;font-size:.82rem}
.admin-nav-label{font-size:.57rem}

/* Dashboard readability */
.modern-stat strong{font-size:1.75rem}
.modern-stat small{font-size:.7rem}
.card-heading h2{font-size:1.45rem}
.action-grid a{font-size:.78rem;min-height:54px}

/* Mobile */
@media(max-width:760px){
  body:not(.admin-body){padding-top:76px}
  .site-header.fixed-header,.site-header.fixed-header .topbar{height:76px;min-height:76px}
  .site-header.fixed-header .topbar{width:calc(100% - 20px);gap:10px}
  .brand{gap:9px;min-width:0;flex:1}
  .brand-mark{width:50px;height:50px;min-width:50px;padding:2px;display:grid!important;visibility:visible!important;opacity:1!important}
  .brand-mark img{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;height:100%!important;object-fit:contain!important}
  .brand>span:last-child{min-width:0}
  .brand strong{font-size:1.02rem;white-space:nowrap}
  .brand small{font-size:.55rem;white-space:nowrap}
  .header-actions{gap:6px}
  .category-toggle,.header-icon-link,.cart-pill,.menu-toggle{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;justify-content:center}
  .category-toggle span,.cart-pill span{display:none}
  .category-toggle i,.header-icon-link i,.cart-pill i,.menu-toggle i{font-size:20px}
  .cart-pill b{min-width:19px;height:19px;font-size:.62rem}

  .hero h1{font-size:clamp(2.3rem,10vw,3.3rem)}
  .hero p{font-size:1rem}
  .product-card .product-img,.shop-product-grid .product-img{height:225px}
  .product-card h3,.shop-product-grid .product-card h3{font-size:.98rem}
  .product-card .price,.shop-product-grid .price{font-size:1.03rem}
  .btn{min-height:48px;font-size:.9rem}

  .admin-header.fixed-header,.admin-header.fixed-header .topbar{height:74px;min-height:74px}
  .admin-body .main-content{padding-top:74px!important}
  .admin-header.fixed-header .topbar{padding:0 12px}
  .admin-top-brand{min-width:0;display:flex!important;align-items:center;gap:9px}
  .admin-top-brand img{display:block!important;visibility:visible!important;opacity:1!important;width:44px!important;height:44px!important;min-width:44px!important;object-fit:contain!important}
  .admin-top-brand b{font-size:.94rem;white-space:nowrap}
  .admin-top-brand small{font-size:.55rem}
  .admin-top-link{min-width:44px;width:44px;height:44px;padding:0;justify-content:center}
  .admin-menu-toggle{display:inline-flex!important;width:44px!important;height:44px!important}
  .admin-shell{width:calc(100% - 20px)}
  .admin-dashboard-modern{padding:20px 0 50px}
  .modern-stat strong{font-size:1.42rem}
  .modern-stat small{font-size:.63rem}
  .card-heading h2{font-size:1.28rem}
  .action-grid a{min-height:52px;font-size:.74rem}

  .admin-login-minimal .admin-login-logo{width:82px;height:82px;object-fit:contain}
}

@media(max-width:390px){
  .site-header.fixed-header,.site-header.fixed-header .topbar{height:72px;min-height:72px}
  body:not(.admin-body){padding-top:72px}
  .brand-mark{width:48px;height:48px;min-width:48px}
  .brand strong{font-size:.98rem}
  .brand small{font-size:.51rem}
  .category-toggle,.header-icon-link,.cart-pill,.menu-toggle{width:42px;min-width:42px;height:42px;min-height:42px}
  .product-card .product-img,.shop-product-grid .product-img{height:205px}
  .admin-header.fixed-header,.admin-header.fixed-header .topbar{height:70px;min-height:70px}
  .admin-body .main-content{padding-top:70px!important}
  .admin-top-brand img{width:40px!important;height:40px!important;min-width:40px!important}
  .admin-top-brand b{font-size:.88rem}
}
