/* ============================================================
   Night Owl Cannabis — hand-authored stylesheet (no build step)
   Dark "after-dark" theme: midnight navy, moonlight, gold + lunar
   ============================================================ */

:root {
  --night-950: #05060d;
  --night-900: #0a0c18;
  --night-800: #111426;
  --night-700: #1a1e35;
  --moon-100: #f5f3ea;
  --gold-300: #f3d9a4;
  --gold-400: #e7be74;
  --gold-500: #d4a24a;
  --lunar-300: #b9b6ff;
  --lunar-500: #6f6ae0;
  --green: #46d17f;
  --radius: 16px;
  --maxw: 1200px;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--moon-100);
  background-color: var(--night-950);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(143,139,240,.12), transparent),
    radial-gradient(ellipse 60% 40% at 90% 10%, rgba(231,190,116,.08), transparent);
  background-attachment: fixed;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; letter-spacing: -.01em; line-height: 1.1; margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: rgba(212,162,74,.3); }

/* ---------- layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 64px 0; }
.section-sm { padding: 40px 0; }
.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.maxw-2 { max-width: 640px; }
.maxw-3 { max-width: 820px; }
.hide-mobile { display: none; }
.grid { display: grid; gap: 20px; }
.text-gold { color: var(--gold-300); }
.text-muted { color: rgba(245,243,234,.62); }
.eyebrow { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .25em; color: var(--gold-400); }
.text-gradient { background: linear-gradient(90deg, var(--gold-300), var(--gold-400), var(--gold-300)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 13px 26px; font-size: 14px; font-weight: 600;
  cursor: pointer; border: 1px solid transparent; transition: all .2s ease; white-space: nowrap;
}
.btn:focus-visible { outline: 2px solid rgba(231,190,116,.6); outline-offset: 2px; }
.btn-gold { background: linear-gradient(180deg, var(--gold-300), var(--gold-500)); color: var(--night-950); box-shadow: 0 0 40px -10px rgba(231,190,116,.45); }
.btn-gold:hover { filter: brightness(1.05); box-shadow: 0 0 50px -8px rgba(231,190,116,.7); }
.btn-gold:active { transform: scale(.98); }
.btn-ghost { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.05); color: var(--moon-100); backdrop-filter: blur(6px); }
.btn-ghost:hover { border-color: rgba(231,190,116,.5); background: rgba(255,255,255,.1); }
.btn-block { width: 100%; }
.btn-lg { padding: 15px 30px; font-size: 16px; }

/* ---------- cards & surfaces ---------- */
.card { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); border-radius: var(--radius); box-shadow: 0 20px 60px -30px rgba(0,0,0,.9); }
.pad { padding: 24px; }
.hairline { border-color: rgba(255,255,255,.1); }

/* ---------- forms ---------- */
.field {
  width: 100%; border-radius: 12px; border: 1px solid rgba(255,255,255,.12);
  background: rgba(10,12,24,.7); color: var(--moon-100); padding: 12px 16px; font: inherit;
}
.field::placeholder { color: rgba(245,243,234,.35); }
.field:focus { outline: none; border-color: rgba(231,190,116,.6); box-shadow: 0 0 0 1px rgba(231,190,116,.4); }
textarea.field { min-height: 96px; resize: vertical; }
select.field { appearance: none; }
.label { display: block; font-size: 14px; font-weight: 500; color: rgba(245,243,234,.8); margin-bottom: 6px; }
.error-text { color: #ff9a9a; font-size: 12px; margin-top: 4px; }
.hint { color: rgba(245,243,234,.4); font-size: 12px; margin-top: 4px; }
.alert { border-radius: 10px; padding: 10px 14px; font-size: 14px; }
.alert-error { border: 1px solid rgba(255,90,90,.3); background: rgba(255,90,90,.1); color: #ffcaca; }
.alert-ok { border: 1px solid rgba(70,209,127,.3); background: rgba(70,209,127,.1); color: #b7f2cf; }

/* ---------- announcement + header ---------- */
.announce { border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(10,12,24,.6); backdrop-filter: blur(8px); font-size: 12px; }
.announce .container { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; padding-bottom: 8px; gap: 12px; }
.status-badge { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; border: 1px solid rgba(70,209,127,.3); background: rgba(70,209,127,.1); padding: 4px 12px; font-size: 12px; font-weight: 600; color: #8ee6a8; }
.dot { position: relative; display: inline-flex; width: 8px; height: 8px; }
.dot::before { content: ""; position: absolute; inset: 0; border-radius: 999px; background: rgba(70,209,127,.7); animation: ping 1.6s cubic-bezier(0,0,.2,1) infinite; }
.dot::after { content: ""; position: relative; width: 8px; height: 8px; border-radius: 999px; background: var(--green); }
@keyframes ping { 75%,100% { transform: scale(2.2); opacity: 0; } }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(5,6,13,.8); backdrop-filter: blur(18px); }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 8px 0; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-family: var(--serif); font-size: 18px; font-weight: 700; }
.brand svg { color: var(--gold-400); }
.nav { display: none; align-items: center; gap: 28px; }
.nav a { font-size: 14px; font-weight: 500; color: rgba(245,243,234,.75); transition: color .2s; }
.nav a:hover, .nav a.active { color: var(--gold-300); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); color: var(--moon-100); cursor: pointer; transition: all .2s; }
.icon-btn:hover { border-color: rgba(231,190,116,.5); background: rgba(255,255,255,.1); }
.cart-count { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px; display: flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--gold-400); color: var(--night-950); font-size: 11px; font-weight: 700; }
.menu-toggle { display: inline-flex; }
.mobile-nav { display: none; border-top: 1px solid rgba(255,255,255,.1); background: rgba(5,6,13,.97); }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 12px 8px; font-size: 16px; font-weight: 500; color: rgba(245,243,234,.85); border-radius: 8px; }
.mobile-nav a:hover { background: rgba(255,255,255,.05); color: var(--gold-300); }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero-grid { display: grid; gap: 48px; padding: 64px 0; align-items: center; }
.hero h1 { font-size: clamp(38px, 6vw, 64px); }
.hero .lead { margin-top: 20px; max-width: 560px; font-size: 18px; color: rgba(245,243,234,.7); }
.pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); padding: 6px 12px; font-size: 12px; color: rgba(245,243,234,.8); }
.btn-row { margin-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.stats { margin-top: 40px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 520px; }
.stat { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); border-radius: 12px; padding: 16px; text-align: center; }
.stat b { display: block; font-family: var(--serif); font-size: 26px; color: var(--gold-300); }
.stat span { font-size: 12px; color: rgba(245,243,234,.6); }
.hero-media { position: relative; }
.hero-media .frame { position: relative; aspect-ratio: 4/5; max-width: 420px; margin: 0 auto; border-radius: 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 60px -30px rgba(0,0,0,.9); }
.hero-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--night-950), rgba(5,6,13,.15), transparent); }
.hero-media .chip { position: absolute; bottom: 20px; left: 20px; right: 20px; display: flex; align-items: center; justify-content: space-between; border-radius: 16px; border: 1px solid rgba(255,255,255,.12); background: rgba(5,6,13,.7); padding: 10px 16px; backdrop-filter: blur(8px); font-size: 14px; z-index: 2; }

/* ---------- trust bar ---------- */
.trust { border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(10,12,24,.4); }
.trust .container { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; padding: 24px 20px; }
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-ic { flex: 0 0 auto; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); color: var(--gold-300); }
.trust-item p { margin: 0; }
.trust-item .t { font-size: 14px; font-weight: 600; }
.trust-item .s { font-size: 12px; color: rgba(245,243,234,.55); }

/* ---------- section head ---------- */
.head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.head h2 { font-size: clamp(28px,4vw,38px); margin-top: 8px; }

/* ---------- category tiles ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.cat-tile { position: relative; aspect-ratio: 3/4; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.cat-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.cat-tile:hover img { transform: scale(1.1); }
.cat-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--night-950), rgba(5,6,13,.4), transparent); }
.cat-tile .meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; z-index: 2; }
.cat-tile .meta h3 { font-size: 18px; }
.cat-tile .meta p { margin: 2px 0 0; font-size: 12px; color: rgba(245,243,234,.6); }

/* ---------- product grid + card ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.prod {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  border-radius: 16px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03);
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.prod:hover { transform: translateY(-4px); border-color: rgba(231,190,116,.4); box-shadow: 0 0 40px -10px rgba(231,190,116,.45); }
.prod .thumb { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--night-800); }
.prod .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.prod:hover .thumb img { transform: scale(1.05); }
.prod .thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,6,13,.7), transparent 50%); }
.prod .tag { position: absolute; top: 12px; left: 12px; z-index: 2; border-radius: 999px; border: 1px solid rgba(255,255,255,.15); background: rgba(5,6,13,.6); padding: 4px 10px; font-size: 11px; font-weight: 500; backdrop-filter: blur(6px); }
.prod .body { display: flex; flex-direction: column; flex: 1; padding: 16px; }
.prod .brand { font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: rgba(245,243,234,.4); }
.prod h3 { font-size: 18px; margin-top: 4px; }
.prod .specs { margin-top: 4px; display: flex; gap: 12px; font-size: 12px; color: rgba(245,243,234,.5); }
.prod .foot { margin-top: auto; padding-top: 16px; display: flex; align-items: flex-end; justify-content: space-between; }
.prod .price { font-weight: 600; color: var(--gold-300); }
.prod .price small { display: block; font-size: 11px; color: rgba(245,243,234,.5); font-weight: 400; }
.prod .cta { border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); padding: 6px 12px; font-size: 12px; font-weight: 500; color: rgba(245,243,234,.8); }
.prod:hover .cta { border-color: rgba(231,190,116,.5); color: var(--gold-300); }

/* ---------- breadcrumbs ---------- */
.crumbs { font-size: 14px; color: rgba(245,243,234,.45); }
.crumbs a:hover { color: var(--gold-300); }
.crumbs span { margin: 0 6px; }

/* ---------- category tabs ---------- */
.tabs { display: flex; gap: 8px; overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; padding-bottom: 2px; }
.tabs::-webkit-scrollbar { display: none; }
.tabs a { white-space: nowrap; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); padding: 8px 16px; font-size: 14px; font-weight: 500; color: rgba(245,243,234,.7); transition: all .2s; }
.tabs a:hover { border-color: rgba(255,255,255,.25); color: var(--moon-100); }
.tabs a.active { border-color: rgba(231,190,116,.6); background: rgba(231,190,116,.15); color: var(--gold-300); }
.tabs-wrap { position: sticky; top: 64px; z-index: 20; margin: 32px 0; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(5,6,13,.85); backdrop-filter: blur(8px); }

/* ---------- product detail ---------- */
.pd { display: grid; gap: 40px; margin-top: 24px; }
.pd .gallery { position: relative; aspect-ratio: 1/1; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: var(--night-800); }
.pd .gallery img { width: 100%; height: 100%; object-fit: cover; }
.pd h1 { font-size: clamp(32px,5vw,52px); margin-top: 4px; }
.badges { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.badge { border-radius: 999px; padding: 4px 12px; font-size: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); color: rgba(245,243,234,.8); }
.badge-lunar { border-color: rgba(143,139,240,.3); background: rgba(111,106,224,.1); color: var(--lunar-300); font-weight: 500; }
.desc { margin-top: 20px; color: rgba(245,243,234,.7); }
.opt-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: 8px; }
.opt { display: flex; flex-direction: column; align-items: flex-start; border-radius: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); padding: 12px 16px; cursor: pointer; transition: all .2s; text-align: left; }
.opt:hover { border-color: rgba(255,255,255,.25); }
.opt.active { border-color: rgba(231,190,116,.7); background: rgba(231,190,116,.1); box-shadow: 0 0 40px -10px rgba(231,190,116,.45); }
.opt b { font-size: 14px; }
.opt span { margin-top: 2px; font-size: 12px; color: rgba(245,243,234,.6); }
.qty { display: inline-flex; align-items: center; border-radius: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); }
.qty button { width: 44px; height: 44px; background: none; border: none; color: rgba(245,243,234,.7); font-size: 18px; cursor: pointer; }
.qty button:hover { color: var(--gold-300); }
.qty .n { width: 40px; text-align: center; }
.mini-trust { margin-top: 32px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; }
.mini-trust .m { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; font-size: 12px; color: rgba(245,243,234,.6); }
.mini-trust .m svg { color: var(--gold-300); }

/* ---------- how it works / steps ---------- */
.steps { display: grid; gap: 20px; }
.step { position: relative; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); border-radius: 16px; padding: 28px; }
.step .n { font-family: var(--serif); font-size: 44px; color: rgba(255,255,255,.1); }
.step h3 { font-size: 20px; margin-top: 8px; }
.step p { margin-top: 8px; font-size: 14px; color: rgba(245,243,234,.65); }
.feature-ic { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 12px; border: 1px solid rgba(231,190,116,.25); background: rgba(231,190,116,.1); color: var(--gold-300); }
.value-list { margin-top: 24px; display: flex; flex-direction: column; gap: 16px; list-style: none; padding: 0; }
.value-list li { display: flex; gap: 16px; }
.value-list .ic { flex: 0 0 auto; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 12px; border: 1px solid rgba(231,190,116,.25); background: rgba(231,190,116,.1); color: var(--gold-300); }
.value-list p { margin: 0; }
.value-list .vt { font-weight: 600; }
.value-list .vd { font-size: 14px; color: rgba(245,243,234,.6); }

/* ---------- FAQ ---------- */
.faq { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.02); border-radius: 16px; overflow: hidden; }
.faq details { border-bottom: 1px solid rgba(255,255,255,.1); }
.faq details:last-child { border-bottom: none; }
.faq summary { list-style: none; cursor: pointer; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-weight: 500; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { flex: 0 0 auto; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(255,255,255,.15); color: var(--gold-300); transition: transform .3s; }
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq .answer { padding: 0 20px 20px; font-size: 14px; color: rgba(245,243,234,.65); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: 32px; border: 1px solid rgba(231,190,116,.2); background: linear-gradient(135deg, var(--night-800), var(--night-900)); padding: 56px 32px; text-align: center; }
.cta-band h2 { font-size: clamp(28px,4vw,38px); margin-top: 16px; }
.cta-band p { margin-top: 12px; color: rgba(245,243,234,.7); }

/* ---------- cart / checkout ---------- */
.two-col { display: grid; gap: 32px; }
.summary { position: sticky; top: 88px; }
.line { display: flex; justify-content: space-between; gap: 12px; }
.line + .line { margin-top: 8px; }
.summary .total { border-top: 1px solid rgba(255,255,255,.1); margin-top: 12px; padding-top: 12px; font-size: 18px; font-weight: 700; }
.cart-item { display: flex; gap: 16px; padding: 16px; }
.cart-item .ci-img { position: relative; width: 96px; height: 96px; flex: 0 0 auto; border-radius: 12px; overflow: hidden; background: var(--night-800); }
.cart-item .ci-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item .ci-body { flex: 1; display: flex; flex-direction: column; }
.remove { background: none; border: none; color: rgba(245,243,234,.4); font-size: 13px; cursor: pointer; }
.remove:hover { color: #ff9a9a; }
.empty { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 96px 0; }

/* ---------- cart drawer ---------- */
.drawer-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(0,0,0,.6); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .3s; }
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; z-index: 50; height: 100%; width: 100%; max-width: 420px; display: flex; flex-direction: column; background: var(--night-900); border-left: 1px solid rgba(255,255,255,.1); transform: translateX(100%); transition: transform .3s; }
.drawer.open { transform: translateX(0); }
.drawer .d-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.drawer .d-body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.drawer .d-foot { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 20px; }
.drawer-item { display: flex; gap: 12px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02); border-radius: 12px; padding: 12px; margin-bottom: 12px; }
.drawer-item .di-img { width: 64px; height: 64px; flex: 0 0 auto; border-radius: 8px; overflow: hidden; background: var(--night-800); }
.drawer-item .di-img img { width: 100%; height: 100%; object-fit: cover; }
.miniqty { display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; }
.miniqty button { width: 28px; height: 28px; background: none; border: none; color: rgba(245,243,234,.7); cursor: pointer; }
.miniqty .n { width: 28px; text-align: center; font-size: 14px; }

/* ---------- sticky mobile cart bar ---------- */
.sticky-cart { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; padding: 0 16px 16px; }
.sticky-cart button { width: 100%; display: flex; align-items: center; justify-content: space-between; border: none; cursor: pointer; border-radius: 999px; padding: 14px 20px; font-weight: 600; color: var(--night-950); background: linear-gradient(180deg, var(--gold-300), var(--gold-500)); box-shadow: 0 0 40px -10px rgba(231,190,116,.45); }

/* ---------- age gate ---------- */
.agegate { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(5,6,13,.96); backdrop-filter: blur(18px); }
.agegate .box { width: 100%; max-width: 480px; border-radius: 24px; border: 1px solid rgba(255,255,255,.1); background: var(--night-900); padding: 40px; text-align: center; position: relative; }
.agegate .owl { width: 64px; height: 64px; margin: 0 auto; display: flex; align-items: center; justify-content: center; border-radius: 16px; border: 1px solid rgba(231,190,116,.3); background: rgba(231,190,116,.1); color: var(--gold-400); }
.agegate h1 { margin-top: 24px; font-size: 30px; }

/* ---------- footer ---------- */
.site-footer { margin-top: 96px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(5,6,13,.8); }
.footer-grid { display: grid; gap: 40px; padding: 56px 0; }
.footer-grid h4 { font-family: var(--sans); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: rgba(245,243,234,.5); }
.footer-links { list-style: none; padding: 0; margin: 16px 0 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: 14px; color: rgba(245,243,234,.7); }
.footer-links a:hover { color: var(--gold-300); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 24px 0; font-size: 12px; color: rgba(245,243,234,.4); display: flex; flex-direction: column; gap: 12px; }

/* ---------- admin ---------- */
.admin-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.admin-tabs { margin-top: 28px; display: flex; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-tabs a { border-bottom: 2px solid transparent; padding: 10px 16px; font-size: 14px; font-weight: 500; color: rgba(245,243,234,.6); }
.admin-tabs a.active { border-color: var(--gold-400); color: var(--gold-300); }
.table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; margin-top: 16px; }
table.data { width: 100%; border-collapse: collapse; font-size: 14px; }
table.data th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: rgba(245,243,234,.5); padding: 12px 16px; background: rgba(255,255,255,.03); }
table.data td { padding: 12px 16px; border-top: 1px solid rgba(255,255,255,.08); }
.pill-sm { border-radius: 999px; padding: 2px 10px; font-size: 12px; }
.pill-green { background: rgba(70,209,127,.1); color: #8ee6a8; }
.pill-gray { background: rgba(255,255,255,.1); color: rgba(245,243,234,.6); }
.mini-link { border-radius: 8px; border: 1px solid rgba(255,255,255,.12); padding: 6px 12px; font-size: 12px; cursor: pointer; background: none; color: var(--moon-100); }
.mini-link:hover { border-color: rgba(231,190,116,.5); color: var(--gold-300); }
.mini-link.danger { color: #ff9a9a; }
.mini-link.danger:hover { border-color: rgba(255,90,90,.5); }
.opt-row { display: flex; gap: 8px; align-items: center; margin-bottom: 8px; }

/* ---------- utilities ---------- */
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 32px; }
.flex { display: flex; } .items-center { align-items: center; } .justify-between { justify-content: space-between; } .gap-2 { gap: 8px; } .gap-3 { gap: 12px; }
.small { font-size: 13px; } .xs { font-size: 12px; }
.hidden { display: none; }
.anim-up { animation: up .7s ease both; }
@keyframes up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.site-header .brand img { height: 48px; width: auto; }

/* ---------- responsive ---------- */
@media (min-width: 640px) {
  .site-header .brand img { height: 65px; width: auto; }
  .btn-row { flex-direction: row; }
  .prod-grid, .cat-grid { grid-template-columns: repeat(3,1fr); }
  .trust .container { grid-template-columns: repeat(4,1fr); }
  .steps { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: repeat(4,1fr); }
  .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; }
  .hide-mobile { display: inline-flex; }
  .sticky-cart { display: none; }
}
@media (min-width: 900px) {
  .container { padding: 0 32px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .pd { grid-template-columns: 1fr 1fr; }
  .prod-grid { grid-template-columns: repeat(4,1fr); }
  .cat-grid { grid-template-columns: repeat(5,1fr); }
  .two-col { grid-template-columns: 1.6fr 1fr; }
  .two-col.rev { grid-template-columns: 1fr 1fr; }
  .nav { display: flex; }
  .menu-toggle { display: none; }
}
