:root{
  --primary:#BF1A1A;--secondary:#FF6C0C;--accent:#FFE08F;--navy:#060771;
  --bg:#fff7e8;--surface:rgba(255,255,255,.84);--surface-solid:#fff;--surface-2:#fff0c8;
  --text:#171738;--muted:#65627a;--line:rgba(6,7,113,.10);--shadow:0 22px 70px rgba(191,26,26,.12);--radius:26px;
}
*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:'Inter',sans-serif;background:radial-gradient(circle at 14% 8%,rgba(255,108,12,.18),transparent 30%),radial-gradient(circle at 88% 0,rgba(255,224,143,.58),transparent 28%),linear-gradient(135deg,#fff9ed,#fff2d4 48%,#fff);color:var(--text)}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-shell{min-height:100vh;overflow-x:hidden}.topbar{position:sticky;top:0;z-index:40;background:rgba(255,247,232,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);box-shadow:0 8px 30px rgba(6,7,113,.04)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}.brand{display:flex;align-items:center;gap:12px;min-width:230px}.brand-logo{width:132px;height:auto}.brand-text{display:none}.nav{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.nav a{padding:10px 12px;border-radius:999px;color:var(--navy);font-weight:700;font-size:.92rem}.nav a:hover{background:rgba(255,224,143,.72);color:var(--primary)}.cart-pill{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff!important;box-shadow:0 14px 30px rgba(191,26,26,.20)}.cart-pill span{min-width:23px;height:23px;display:inline-grid;place-items:center;background:#fff;color:var(--primary);border-radius:999px;font-size:.78rem}.nav-toggle{display:none;border:none;background:var(--navy);color:#fff;border-radius:999px;padding:10px 14px;font-weight:800}.hero{padding:46px 0 24px}.hero-card{position:relative;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,240,200,.8));border:1px solid rgba(255,224,143,.9);border-radius:34px;box-shadow:var(--shadow);display:grid;grid-template-columns:1.08fr .92fr;min-height:500px}.hero-card::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.4),transparent 35%,rgba(255,255,255,.55) 52%,transparent 70%);pointer-events:none}.hero-visual{background:linear-gradient(rgba(6,7,113,.08),rgba(191,26,26,.10)),url('hero-bg.jpg') center/cover no-repeat;min-height:320px;border-radius:28px;margin:20px}.hero-copy{padding:52px;display:flex;flex-direction:column;justify-content:center;gap:20px;position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;width:max-content;padding:8px 13px;border-radius:999px;background:rgba(255,224,143,.72);color:var(--primary);font-weight:900;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.hero h1,.section-title h2,.panel h2{font-family:'Fraunces',serif;line-height:1.03;margin:0;color:var(--navy)}.hero h1{font-size:clamp(2.2rem,4vw,4.3rem);max-width:13ch}.hero p,.section-title p,.mini-copy{margin:0;color:var(--muted);line-height:1.7;font-size:.95rem}.hero p{max-width:58ch}.hero-actions,.action-row{display:flex;gap:12px;flex-wrap:wrap}.btn{border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 20px;font-weight:900;letter-spacing:.01em;transition:.22s ease;min-height:46px}.btn:hover{transform:translateY(-2px);filter:saturate(1.05)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:white!important;box-shadow:0 16px 34px rgba(191,26,26,.24)}.btn-secondary{background:linear-gradient(135deg,var(--navy),#2022a7);color:#fff!important;box-shadow:0 16px 34px rgba(6,7,113,.22)}.btn-soft{background:rgba(255,224,143,.75);color:var(--navy)!important;border:1px solid rgba(255,108,12,.18)}.btn-ghost{background:rgba(255,255,255,.8);color:var(--primary)!important;border:1px solid rgba(191,26,26,.14)}.hero-stats,.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat-card{background:rgba(255,255,255,.72);border:1px solid rgba(255,224,143,.7);padding:17px;border-radius:22px;backdrop-filter:blur(10px);box-shadow:0 14px 35px rgba(6,7,113,.06)}.stat-card strong{font-size:1.5rem;display:block;color:var(--primary)}.stat-card span{color:var(--muted);font-weight:700;font-size:.86rem}.section{padding:30px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:20px}.section-title p{max-width:64ch}.grid-4,.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit-card,.category-card,.product-card,.support-card,.panel{background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,242,207,.76));border:1px solid rgba(255,224,143,.72);border-radius:var(--radius);box-shadow:var(--shadow)}.benefit-card{padding:22px}.benefit-card h3,.product-card h3,.category-card h3{margin:0 0 8px;font-size:1rem;color:var(--navy)}.benefit-card p,.product-card p,.category-card p{margin:0;color:var(--muted);line-height:1.65;font-size:.94rem}.icon-badge{width:46px;height:46px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),#fff);margin-bottom:14px;font-size:1.25rem;box-shadow:inset 0 1px 0 #fff}.category-card{padding:24px;min-height:175px;position:relative;overflow:hidden}.category-card::after{content:"";position:absolute;width:132px;height:132px;right:-28px;bottom:-34px;border-radius:999px;background:linear-gradient(135deg,rgba(255,108,12,.20),rgba(255,224,143,.66));}.category-card span{position:relative;z-index:1;color:var(--muted)}.product-card{overflow:hidden;transition:.25s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 30px 80px rgba(191,26,26,.18)}.product-media{aspect-ratio:1/1;background:linear-gradient(145deg,#fff,#fff0c8);padding:15px;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain!important;border-radius:18px;background:#fff}.product-body{padding:18px;display:flex;flex-direction:column;gap:10px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.price-row strong{font-size:1.1rem;color:var(--primary)}.tag{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,224,143,.74);color:var(--primary);font-size:.78rem;font-weight:900}.promo-banner{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:28px;background:linear-gradient(135deg,var(--navy),var(--primary) 48%,var(--secondary));color:white;border-radius:30px;box-shadow:var(--shadow)}.promo-banner p{margin:6px 0 0;opacity:.9;line-height:1.75}.table-like{width:100%;overflow:auto}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}label{display:block;font-size:.9rem;font-weight:800;margin-bottom:7px;color:var(--navy)}input,select,textarea{width:100%;border:1px solid rgba(6,7,113,.13);background:rgba(255,255,255,.92);border-radius:16px;padding:13px 14px;font:inherit;color:var(--text);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 4px rgba(255,108,12,.12)}textarea{min-height:130px;resize:vertical}.notice{padding:14px 16px;background:rgba(255,224,143,.55);border:1px solid rgba(255,108,12,.14);border-radius:18px;color:var(--navy);line-height:1.6}.notice.success{background:rgba(165,207,131,.22);border-color:rgba(72,161,17,.22)}.notice.warning{background:rgba(255,224,143,.72)}.dual{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.summary-box{padding:22px;position:sticky;top:92px}.badge-row,.inline-list{display:flex;flex-wrap:wrap;gap:10px}.inline-list{color:var(--muted);font-size:.9rem}.linkish{color:var(--primary);font-weight:900}.support-timeline{display:grid;gap:12px}.support-item{padding:16px;border-radius:18px;background:rgba(255,224,143,.45)}.account-card,.auth-panel{padding:28px}.auth-form{display:grid;gap:18px;margin-top:18px}.toast{position:fixed;right:22px;bottom:22px;z-index:99;max-width:360px;background:var(--navy);color:#fff;padding:14px 16px;border-radius:18px;box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s ease}.toast.visible{opacity:1;transform:none}.toast.success{background:#25671E}.toast.error{background:var(--primary)}.toast.warning{background:#b66a00}.dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-list{display:grid;gap:12px}.admin-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border-radius:20px;background:rgba(255,255,255,.72);border:1px solid var(--line)}.status-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.admin-table th{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.site-footer{margin-top:42px;background:rgba(255,255,255,.72);border-top:1px solid var(--line);backdrop-filter:blur(14px)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:22px;padding:34px 0}.footer-grid h3,.footer-grid h4{margin:0 0 12px;color:var(--navy)}.footer-grid p,.footer-grid a,.footer-meta{color:var(--muted);line-height:1.85;display:block}.footer-meta{display:grid;gap:6px;margin-top:10px}.footer-bar{display:flex;justify-content:space-between;gap:12px;padding:16px 0 28px;color:var(--muted);font-size:.9rem;border-top:1px solid var(--line)}[data-scroll]{opacity:0;transform:translateY(22px);transition:opacity .55s ease, transform .55s ease}[data-scroll].visible{opacity:1;transform:none}.added{box-shadow:0 0 0 6px rgba(255,224,143,.72)}.pill-tabs{display:flex;flex-wrap:wrap;gap:10px}.pill-tabs a{padding:10px 14px;background:rgba(255,255,255,.82);border-radius:999px;box-shadow:var(--shadow);color:var(--navy);font-weight:800}
@media(max-width:1100px){.hero-card,.dual,.footer-grid,.products-grid,.grid-4{grid-template-columns:repeat(2,1fr)}.hero-copy{padding:34px}.nav-toggle{display:inline-flex}.nav{display:none;position:absolute;left:16px;right:16px;top:78px;background:rgba(255,247,232,.96);border:1px solid var(--line);border-radius:22px;padding:14px;box-shadow:var(--shadow);justify-content:flex-start}.nav.open{display:flex}.brand-logo{width:118px}}
@media(max-width:760px){.nav-wrap,.footer-bar,.section-title,.promo-banner,.dashboard-head,.admin-row{flex-direction:column;align-items:flex-start}.hero-card,.dual,.products-grid,.grid-4,.form-grid,.footer-grid,.hero-stats,.stat-grid{grid-template-columns:1fr}.hero{padding-top:22px}.hero h1{max-width:unset}.container{width:min(100% - 20px,1180px)}.hero-copy{padding:24px}.hero-visual{margin:0 20px 20px}.status-form{width:100%}.status-form select,.status-form button{width:100%}}

/* Sakata catalogue product refresh */
.product-card h3{min-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.premium-product-detail{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(360px,1.05fr);gap:24px;align-items:start}.product-gallery,.product-detail-copy{padding:24px}.product-media-large{aspect-ratio:4/3;min-height:420px;border-radius:24px;display:grid;place-items:center}.product-media-large img{object-fit:contain;width:100%;height:100%;max-height:560px}.product-detail-copy h1{font-family:'Fraunces',serif;font-size:clamp(2rem,4vw,3.6rem);line-height:1.04;margin:14px 0;color:var(--navy)}.seed-care-strip{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.seed-care-strip span{background:rgba(255,224,143,.65);border:1px solid rgba(255,108,12,.18);border-radius:999px;padding:9px 12px;font-weight:800;color:var(--navy);font-size:.84rem}.seed-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.seed-specs div{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:18px;padding:13px}.seed-specs strong{display:block;color:var(--primary);font-size:.82rem;margin-bottom:5px}.seed-specs span{color:var(--muted);font-size:.9rem;line-height:1.45}.detail-price-row{justify-content:flex-start;gap:14px}.detail-price-row strong{font-size:2rem}.product-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,280px);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 4px 20px}.carousel-card{scroll-snap-align:start}.product-carousel::-webkit-scrollbar{height:10px}.product-carousel::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:999px}@media(max-width:900px){.premium-product-detail{grid-template-columns:1fr}.product-media-large{min-height:300px}.seed-specs{grid-template-columns:1fr}}

/* Crown Collection Nursery nursery theme */
:root{--primary:#4A7C2A;--secondary:#A3D65C;--accent:#F4A261;--navy:#2B2D42;--bg:#f5fff2;--surface:rgba(255,255,255,.88);--surface-2:#edfbe8;--text:#132217;--muted:#5f6f60;--line:rgba(19,34,23,.12);--shadow:0 22px 70px rgba(20,90,45,.14);}body{background:radial-gradient(circle at 10% 0,#A3D65C33,transparent 24%),radial-gradient(circle at 90% 4%,#F4A26144,transparent 26%),linear-gradient(135deg,#f8fff4,#eefbe8 54%,#fff)!important;}.hero h1::after{content:' 🌱';}.btn-primary,.cart-pill{background:linear-gradient(135deg,#4A7C2A,#A3D65C)!important;}.btn-secondary{background:linear-gradient(135deg,#2B2D42,#4A7C2A)!important;}.product-media{background:linear-gradient(145deg,#fff,#efffe8)!important;}


/* ===== FINAL NURSERY PALETTE OVERRIDE: space night nursery (readable) ===== */
:root{
  --primary:#478B8D;
  --secondary:#0D0B61;
  --accent:#E4D329;
  --navy:#0D0B61;
  --bg:#294669;
  --surface:rgba(255,255,255,.92);
  --surface-solid:#fff;
  --surface-2:#eef3f8;
  --text:#171738;
  --muted:#4b5563;
  --line:color-mix(in srgb, #0D0B61 14%, transparent);
  --shadow:0 22px 70px color-mix(in srgb, #478B8D 22%, transparent);
}
html,body{
  background:
    radial-gradient(circle at 9% 8%, color-mix(in srgb, #0D0B61 44%, transparent), transparent 28%),
    radial-gradient(circle at 86% 2%, color-mix(in srgb, #294669 52%, transparent), transparent 30%),
    radial-gradient(circle at 72% 88%, color-mix(in srgb, #478B8D 28%, transparent), transparent 36%),
    linear-gradient(135deg, color-mix(in srgb, #294669 72%, #ffffff 28%), #ffffff 52%, color-mix(in srgb, #0D0B61 28%, #ffffff 72%)) !important;
  color:var(--text)!important;
}
.topbar{background:color-mix(in srgb, #ffffff 88%, #eef3f8 12%)!important;border-bottom:1px solid var(--line)!important;}
.nav a{color:var(--navy)!important;}
.nav a:hover{background:color-mix(in srgb, #E4D329 35%, #ffffff 65%)!important;color:var(--primary)!important;}
.hero h1,.section-title h2,.panel h2,.product-card h3,.category-card h3,.benefit-card h3{color:var(--navy)!important;}
.hero p,.section-title p,.mini-copy,.benefit-card p,.product-card p,.category-card span,.footer-grid p,.footer-grid a,.footer-meta,.footer-bar{color:var(--muted)!important;}
.hero-card{
  background:linear-gradient(135deg, color-mix(in srgb, #ffffff 86%, #eef3f8 14%), color-mix(in srgb, #eef3f8 70%, #ffffff 30%), color-mix(in srgb, #E4D329 18%, #ffffff 82%))!important;
  border:1px solid color-mix(in srgb, #478B8D 28%, #ffffff 72%)!important;
}
.hero-visual{
  display:block!important;
  min-height:430px!important;
  border-radius:30px!important;
  margin:20px!important;
  position:relative!important;
  overflow:hidden!important;
  background-image:
    linear-gradient(135deg, color-mix(in srgb, #0D0B61 38%, transparent), color-mix(in srgb, #478B8D 22%, transparent)),
    url('./hero-bg.jpg')!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  box-shadow:0 26px 70px color-mix(in srgb, #0D0B61 18%, transparent)!important;
}
.hero-visual::before{
  content:"Fresh Nursery Plants & Seeds";
  position:absolute;left:24px;bottom:24px;right:24px;
  padding:18px 20px;border-radius:22px;
  background:color-mix(in srgb, #ffffff 92%, #eef3f8 8%);
  color:var(--navy)!important;font-weight:900;font-size:clamp(1.1rem,2vw,1.75rem);
  box-shadow:0 18px 45px rgba(0,0,0,.14);
}
.hero-visual::after{
  content:"";position:absolute;inset:18px;border:2px solid color-mix(in srgb, #E4D329 45%, #ffffff 55%);border-radius:24px;pointer-events:none;
}
.btn-primary,.cart-pill{background:linear-gradient(135deg,#478B8D,#0D0B61)!important;color:#fff!important;}
.btn-soft,.tag,.eyebrow{background:color-mix(in srgb, #E4D329 42%, #ffffff 58%)!important;color:var(--navy)!important;border-color:color-mix(in srgb, #478B8D 28%, transparent)!important;}
.benefit-card,.category-card,.product-card,.support-card,.panel{
  background:linear-gradient(145deg, rgba(255,255,255,.96), color-mix(in srgb, #eef3f8 52%, #ffffff 48%))!important;
  border-color:color-mix(in srgb, #478B8D 22%, #ffffff 78%)!important;
}
.product-media{background:linear-gradient(145deg,#ffffff,color-mix(in srgb, #eef3f8 65%, #ffffff 35%))!important;}
.promo-banner{background:linear-gradient(135deg,#0D0B61,#478B8D 58%,#294669)!important;color:#fff!important;}
.promo-banner h2,.promo-banner p{color:#fff!important;}
.price-row strong,.stat-card strong,.linkish{color:#478B8D!important;}
.icon-badge{background:linear-gradient(135deg,#0D0B61,#478B8D)!important;color:#fff!important;}
label{color:var(--navy)!important;}
input,select,textarea{color:var(--text)!important;background:#fff!important;}
input:focus,select:focus,textarea:focus{border-color:#478B8D!important;box-shadow:0 0 0 4px color-mix(in srgb, #478B8D 18%, transparent)!important;}
.pill-tabs a{color:var(--navy)!important;}
@media(max-width:760px){.hero-visual{min-height:300px!important;margin:0 20px 20px!important;}}


/* === Crown Nursery hero redesign + CSS visibility fix === */
:root{
  --primary:#4A7C2A;
  --secondary:#78C841;
  --accent:#F4A261;
  --navy:#20321B;
  --cream:#FFF8E8;
  --leaf:#B4E50D;
}
body.nursery-5,
body{
  background:
    radial-gradient(circle at 12% 8%, rgba(180,229,13,.22), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(244,162,97,.20), transparent 30%),
    linear-gradient(180deg,#fffdf3 0%,#f7ffe7 54%,#fff8e8 100%);
}
.hero-redesign{padding:42px 0 28px;}
.hero-redesign .hero-card{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);
  gap:24px;
  align-items:stretch;
  padding:22px;
  border-radius:38px;
  overflow:hidden;
  position:relative;
  border:1px solid rgba(74,124,42,.22);
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,255,226,.84)),
    radial-gradient(circle at 85% 20%,rgba(180,229,13,.28),transparent 34%);
  box-shadow:0 28px 80px rgba(32,50,27,.16);
}
.hero-redesign .hero-card:before{
  content:"";
  position:absolute;
  inset:-45% auto auto -20%;
  width:520px;
  height:520px;
  border-radius:999px;
  background:rgba(120,200,65,.14);
  pointer-events:none;
}
.hero-redesign .hero-copy{
  padding:42px 30px;
  position:relative;
  z-index:2;
}
.hero-redesign .eyebrow{
  background:rgba(180,229,13,.32);
  color:#315c1e;
  border:1px solid rgba(74,124,42,.16);
}
.hero-redesign h1{max-width:14ch;color:#20321B;}
.hero-redesign p{font-size:1rem;color:#526047;}
.hero-redesign .hero-visual{
  display:block;
  position:relative;
  min-height:500px;
  margin:0;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 28px 80px rgba(32,50,27,.18);
  background-color:#dff1bd;
  background-image:
    linear-gradient(180deg,rgba(32,50,27,.04),rgba(32,50,27,.52)),
    url('hero-bg.jpeg'),
    url('/assets/hero-bg.jpeg');
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.hero-redesign .hero-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 18%,rgba(255,255,255,.65),transparent 20%),
    linear-gradient(120deg,rgba(74,124,42,.16),transparent 45%,rgba(244,162,97,.18));
  pointer-events:none;
}
.hero-redesign .hero-visual:after{
  content:"Crown Collection Nursery";
  position:absolute;
  left:24px;
  bottom:24px;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#20321B;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:0 16px 40px rgba(0,0,0,.14);
  backdrop-filter:blur(10px);
}
.hero-glass-card{
  position:absolute;
  z-index:2;
  width:min(250px,calc(100% - 44px));
  padding:16px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 18px 52px rgba(32,50,27,.18);
  backdrop-filter:blur(12px);
  color:#20321B;
}
.hero-glass-card span{display:block;font-weight:900;color:#4A7C2A;font-size:.86rem;margin-bottom:5px;}
.hero-glass-card strong{display:block;line-height:1.28;font-size:1.02rem;}
.hero-card-top{top:24px;left:24px;}
.hero-card-bottom{right:24px;bottom:86px;}
.hero-redesign .hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));}
.hero-redesign .stat-card{background:rgba(255,255,255,.82);border-color:rgba(74,124,42,.12);}
.hero-redesign .stat-card strong{font-size:1.1rem;color:#4A7C2A;}
@media (max-width: 980px){
  .hero-redesign .hero-card{grid-template-columns:1fr;min-height:0;padding:16px;}
  .hero-redesign .hero-copy{padding:26px 18px;}
  .hero-redesign .hero-visual{min-height:390px;}
}
@media (max-width: 640px){
  .hero-redesign{padding-top:24px;}
  .hero-redesign .hero-card{border-radius:28px;}
  .hero-redesign .hero-visual{min-height:320px;border-radius:24px;}
  .hero-redesign .hero-stats{grid-template-columns:1fr;}
  .hero-card-bottom{right:16px;bottom:74px;}
  .hero-card-top{top:16px;left:16px;}
  .hero-glass-card{padding:13px 14px;}
}


/* === FINAL HOSTINGER HERO + LOGO FIX (do not remove) === */
.brand{min-width:0!important;gap:10px!important;}
.brand-logo{width:172px!important;height:auto!important;max-height:52px!important;object-fit:contain!important;display:block!important;}
.topbar .brand-text{display:none!important;}

.hero-redesign{padding:44px 0 30px!important;}
.hero-redesign .hero-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(380px,.95fr)!important;
  gap:24px!important;
  align-items:stretch!important;
  min-height:560px!important;
  padding:22px!important;
  border-radius:38px!important;
  overflow:hidden!important;
  position:relative!important;
  background:linear-gradient(135deg,#ffffff 0%,#f8ffe4 55%,#fff3db 100%)!important;
  border:1px solid rgba(74,124,42,.20)!important;
  box-shadow:0 28px 80px rgba(32,50,27,.16)!important;
}
.hero-redesign .hero-copy{position:relative!important;z-index:3!important;padding:44px 30px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;}
.hero-redesign .hero-visual{
  display:block!important;
  position:relative!important;
  min-height:500px!important;
  margin:0!important;
  border-radius:30px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#dff1bd url("./hero-bg.jpeg") center center/cover no-repeat!important;
  border:1px solid rgba(255,255,255,.76)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 28px 80px rgba(32,50,27,.18)!important;
}
.hero-redesign .hero-bg-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  z-index:0!important;
  opacity:1!important;
  visibility:visible!important;
}
.hero-redesign .hero-visual:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(32,50,27,.04),rgba(32,50,27,.48)),radial-gradient(circle at 20% 18%,rgba(255,255,255,.60),transparent 22%)!important;
  pointer-events:none!important;
}
.hero-redesign .hero-visual:after{
  content:"Crown Collection Nursery"!important;
  position:absolute!important;
  left:24px!important;
  bottom:24px!important;
  z-index:2!important;
  padding:12px 16px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;
  color:#20321B!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  box-shadow:0 16px 40px rgba(0,0,0,.14)!important;
  backdrop-filter:blur(10px)!important;
}
.hero-glass-card{z-index:2!important;}
@media(max-width:980px){
  .hero-redesign .hero-card{grid-template-columns:1fr!important;min-height:0!important;padding:16px!important;}
  .hero-redesign .hero-copy{padding:28px 18px!important;}
  .hero-redesign .hero-visual{min-height:390px!important;}
  .brand-logo{width:150px!important;max-height:48px!important;}
}
@media(max-width:640px){
  .hero-redesign{padding-top:22px!important;}
  .hero-redesign .hero-card{border-radius:26px!important;}
  .hero-redesign .hero-visual{min-height:320px!important;border-radius:22px!important;}
  .hero-redesign .hero-stats{grid-template-columns:1fr!important;}
  .brand-logo{width:138px!important;}
}


/* FINAL CLEAN HERO FIX: removes the white reflection/oval overlay and uses only the real image */
.hero-card::before,
.hero-card::after,
.hero-redesign .hero-card::before,
.hero-redesign .hero-card::after,
.hero-visual::before,
.hero-visual::after,
.hero-redesign .hero-visual::before,
.hero-redesign .hero-visual::after{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
}
.hero-redesign .hero-card{
  background:linear-gradient(135deg,#ffffff 0%,#f7ffe6 55%,#fff4dd 100%)!important;
  overflow:hidden!important;
}
.hero-redesign .hero-visual{
  display:block!important;
  position:relative!important;
  min-height:520px!important;
  margin:0!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background-color:#dcefc3!important;
  background-image:url('hero-bg.jpeg')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  border:1px solid rgba(74,124,42,.18)!important;
  box-shadow:0 24px 70px rgba(32,50,27,.16)!important;
}
.hero-redesign .hero-bg-img,
.hero-glass-card,
.hero-card-top,
.hero-card-bottom{
  display:none!important;
}
.brand-logo{
  width:150px!important;
  height:auto!important;
  max-height:58px!important;
  object-fit:contain!important;
}
.brand{align-items:center!important;min-width:auto!important;}
@media(max-width:980px){.hero-redesign .hero-visual{min-height:390px!important;}}
@media(max-width:640px){.hero-redesign .hero-visual{min-height:310px!important;border-radius:22px!important;}.brand-logo{width:128px!important;}}


/* Crown Collection Nursery - clean hero + shuffled structure update */
.hero-card::before{display:none!important;content:none!important;}
.hero-visual{position:relative;isolation:isolate;min-height:460px;border-radius:30px;margin:20px;overflow:hidden;background-image:linear-gradient(135deg,rgba(13,55,27,.16),rgba(255,224,143,.22)),url('hero-bg.jpeg')!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.52),0 22px 60px rgba(6,7,113,.16);}
.hero-visual::before,.hero-visual::after{display:none!important;content:none!important;}
.hero-card{grid-template-columns:1fr 1fr;align-items:stretch;}
.category-card h3{font-size:1.15rem;}
.product-body p{min-height:58px;}
.pill-tabs a:first-child{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;}
@media(max-width:760px){.hero-visual{min-height:300px;margin:0 18px 18px}.product-body p{min-height:auto}}

/* === UI readability layer (keeps palette) === */
html,body{color:var(--text)!important;}
.hero h1,.section-title h2,.panel h2,.panel h1,.product-card h3,.category-card h3,.benefit-card h3,.product-detail-copy h1,.footer-grid h3,.footer-grid h4{color:var(--navy)!important;}
.hero p,.section-title p,.mini-copy,.benefit-card p,.product-card p,.category-card span,.stat-card span,.inline-list,.seed-specs span,.admin-table th,.footer-grid p,.footer-grid a,.footer-meta,.footer-bar{color:var(--muted)!important;}
label{color:var(--navy)!important;}
input,select,textarea,option{color:var(--text)!important;background:#fff!important;}
.promo-banner,.promo-banner h2,.promo-banner p{color:#fff!important;}
.promo-banner{background-color:var(--navy)!important;background-image:linear-gradient(135deg,var(--navy),var(--primary) 52%,var(--secondary))!important;}
.notice{color:var(--navy)!important;}
.pill-tabs a:not(:first-child){color:var(--navy)!important;}
.cart-table td,.cart-table th{color:var(--text)!important;}
.account-card,.auth-panel{color:var(--text)!important;}
/* === Layout & UX polish (shared nursery template) === */
.section{padding:56px 0!important}
.container{width:min(1180px,calc(100% - 40px))!important;margin-inline:auto}
.section-title{margin-bottom:28px!important;align-items:flex-end!important;gap:20px!important}
.section-title h2{line-height:1.12!important;margin-top:8px!important}
.section-title p{line-height:1.72!important;max-width:68ch}
.products-grid,.grid-4{gap:22px!important;align-items:stretch!important}
.product-card{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important}
.product-body{flex:1!important;display:flex!important;flex-direction:column!important;gap:12px!important;padding:20px!important}
.product-media{display:grid!important;place-items:center!important;padding:18px!important;min-height:220px!important;background:#fff!important}
.product-media img,.product-media-large img{object-fit:contain!important;object-position:center!important;width:100%!important;height:100%!important;max-height:240px!important}
.price-row{margin-top:auto!important;align-items:center!important;gap:12px!important}
.hero{padding:52px 0 36px!important}
.hero-card{align-items:stretch!important;gap:24px!important}
.hero-copy{padding:clamp(28px,4vw,48px)!important;gap:18px!important;justify-content:center!important}
.hero-stats,.stat-grid{gap:14px!important}
.stat-card{padding:18px 20px!important}
.form-grid{gap:16px 18px!important}
label{margin-bottom:8px!important}
input,select,textarea{padding:14px 16px!important;line-height:1.45!important}
.dual,.premium-product-detail{gap:24px!important;align-items:start!important}
.panel,.account-card,.auth-panel,.summary-box,.support-card{padding:28px!important}
.cart-table th,.cart-table td{padding:16px 14px!important;vertical-align:middle!important}
.pill-tabs{gap:10px!important;margin-bottom:24px!important}
.benefit-card,.category-card{padding:24px!important}
.footer-grid{padding:40px 0!important;gap:28px!important}
.nav-wrap{padding:16px 0!important;align-items:center!important}
.btn{min-height:46px!important;padding:13px 22px!important}
.product-carousel{gap:18px!important;padding-bottom:22px!important}
@media(max-width:760px){
  .section{padding:40px 0!important}
  .container{width:min(100% - 24px,1180px)!important}
  .hero-copy{padding:24px!important}
  .product-body{padding:16px!important}
  .panel,.account-card,.auth-panel{padding:22px!important}
}

.catalog-pagination{margin-top:28px}
.pagination-inner{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.pagination-pages{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.pagination-btn,.pagination-num{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:999px;font-size:.88rem;font-weight:700;text-decoration:none;border:1px solid rgba(74,124,42,.18);background:#fff;color:var(--navy,#20321B)}
.pagination-btn:hover,.pagination-num:hover{background:#f7ffe6}
.pagination-num.is-active{background:linear-gradient(135deg,var(--primary,#4a7c2a),var(--secondary,#7cb518));border-color:transparent;color:#fff}
.pagination-btn.is-disabled{opacity:.45;pointer-events:none}
.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:32px;color:var(--muted);font-weight:700}
.pagination-summary{margin:0 0 18px;font-size:.88rem;color:var(--muted)}
