:root {
  --bg: #fff5e8;
  --ink: #15202b;
  --muted: #667789;
  --line: rgba(255, 255, 255, 0.42);
  --solid-line: #d8e2ea;
  --glass: rgba(255, 255, 255, 0.68);
  --glass-strong: rgba(255, 255, 255, 0.86);
  --primary: #d96b12;
  --primary-dark: #7a3500;
  --accent: #ffb238;
  --danger: #b42318;
  --ok: #0b7a53;
  --shadow: 0 20px 55px rgba(21, 32, 43, 0.13);
  --radius: 12px;
  font-family: Tahoma, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 178, 56, 0.28), transparent 30%),
    radial-gradient(circle at 90% 5%, rgba(217, 107, 18, 0.18), transparent 34%),
    linear-gradient(135deg, #fff7ea, #f2f6f8 52%, #fff0d4);
  min-height: 100vh;
}
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }

.container { width: min(1220px, calc(100% - 32px)); margin-inline: auto; }
.glass {
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius);
}
.site-top {
  background: rgba(122, 53, 0, 0.94);
  color: #eef8f5;
  font-size: 13px;
}
.site-top .container, .main-header, .nav-row, .row, .actions, .socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.site-top .container { min-height: 40px; justify-content: space-between; }
.announcement {
  background: rgba(255, 178, 56, .86);
  color: #4a2500;
  border-bottom: 1px solid rgba(122, 53, 0, .16);
}
.announcement .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(237, 243, 247, 0.72);
  border-bottom: 1px solid rgba(255,255,255,.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.main-header {
  min-height: 82px;
  justify-content: space-between;
  padding-block: 10px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}
.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--primary-dark);
  font-weight: 900;
  overflow: hidden;
}
.site-logo-img { width: 100%; height: 100%; object-fit: contain; padding: 7px; display: block; }
.brand strong { display: block; font-size: 22px; line-height: 1.35; }
.brand span span { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.search {
  flex: 1;
  min-width: 280px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  overflow: hidden;
}
.search input {
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 14px;
  min-height: 48px;
}
.search button {
  border: 0;
  background: var(--primary);
  color: white;
  display: grid;
  place-items: center;
}
.nav-row { justify-content: space-between; min-height: 48px; }
.nav-links { display: flex; align-items: center; gap: 16px; overflow-x: auto; white-space: nowrap; }
.nav-links a.active, .nav-links a:hover { color: var(--primary); }
.btn, .icon-btn, .pill {
  border: 1px solid var(--solid-line);
  background: var(--glass-strong);
  color: var(--ink);
  border-radius: var(--radius);
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  white-space: nowrap;
}
.btn.primary { background: var(--primary); border-color: var(--primary); color: white; }
.btn.accent { background: var(--accent); border-color: var(--accent); color: #18232f; font-weight: 700; }
.btn.danger { color: var(--danger); background: rgba(255, 241, 240, .88); }
.icon-btn { width: 42px; padding: 0; position: relative; }
.badge {
  position: absolute;
  top: -7px;
  left: -7px;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--danger);
  color: white;
  display: grid;
  place-items: center;
  font-size: 11px;
}
.icon { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }

.hero { padding: 34px 0 24px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .8fr);
  gap: 22px;
  align-items: stretch;
}
.hero-single { grid-template-columns: 1fr; }
.hero-copy { padding: clamp(22px, 4vw, 42px); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(240, 161, 43, .24);
  color: #804c00;
  font-weight: 700;
  font-size: 13px;
}
h1, h2, h3 { letter-spacing: 0; }
.hero h1 { margin: 18px 0 12px; font-size: clamp(32px, 5vw, 58px); line-height: 1.25; }
.hero p, .section-head p, .muted { color: var(--muted); line-height: 1.9; }
.hero-card { padding: 18px; min-height: 360px; display: grid; gap: 14px; align-content: center; }
.hero-tools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.tool-tile {
  min-height: 96px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: var(--radius);
  background: rgba(255,255,255,.45);
  display: grid;
  place-items: center;
  color: var(--primary-dark);
}
.tool-tile .icon { width: 44px; height: 44px; }
.section { padding: 28px 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}
.section-head h2 { margin: 0 0 5px; font-size: 26px; line-height: 1.45; }

.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.card { padding: 16px; }
.feature {
  min-height: 118px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  overflow: hidden;
}
.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(217,107,18,.13);
  color: var(--primary);
  flex: 0 0 auto;
}
.feature strong {
  display: block;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink);
  white-space: normal;
}
.feature-copy {
  min-width: 0;
  display: block;
}
.feature .muted {
  display: block;
  font-size: 14px;
  line-height: 1.9;
  white-space: normal;
}
.brand-strip {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 14px;
  padding: 6px 0 12px;
  scrollbar-width: thin;
}
.brand-track {
  display: flex;
  gap: 14px;
  min-width: max-content;
}
@keyframes brandMove { to { transform: translateX(50%); } }
.brand-logo {
  width: 176px;
  min-height: 116px;
  display: grid;
  grid-template-rows: 62px auto;
  align-items: center;
  justify-items: center;
  text-align: center;
  font-weight: 900;
  color: var(--primary-dark);
  padding: 10px;
  overflow: hidden;
}
.brand-logo img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  padding: 4px;
  display: block;
}
.brand-logo span {
  display: block;
  padding: 4px 6px 0;
  line-height: 1.55;
  width: 100%;
  overflow-wrap: anywhere;
}
.brand-logo small {
  color: var(--muted);
  font-weight: 700;
}
.comment-card { min-height: 150px; display: grid; gap: 10px; align-content: start; }
.stars { color: #e28a00; letter-spacing: 0; }
.login-shell { min-height: calc(100vh - 70px); display: grid; place-items: center; padding: 28px 0; }
.login-card { width: min(520px, calc(100% - 24px)); padding: 22px; }
.setting-note { border-right: 4px solid var(--primary); padding: 10px 12px; background: rgba(255,255,255,.55); border-radius: var(--radius); color: var(--muted); line-height: 1.8; }
.brand-filter-card { min-height: 180px; display: grid; gap: 10px; align-content: start; }
.brand-filter-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: rgba(255,255,255,.52); border-radius: var(--radius); padding: 8px; }
.list-button { width: 100%; margin-bottom: 8px; justify-content: flex-start; }
.service-page { padding: 22px; display: grid; gap: 14px; }
.dashboard-stat { min-height: 112px; display: grid; gap: 8px; align-content: center; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-card { overflow: hidden; display: flex; flex-direction: column; min-height: 410px; }
.media-box {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: rgba(255,255,255,.48);
  border-bottom: 1px solid rgba(255,255,255,.52);
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
.media-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 12px;
}
.media-box.cover img { object-fit: cover; padding: 0; }
.media-fallback {
  width: min(96px, 42%);
  aspect-ratio: 1;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(217,107,18,.13);
  color: var(--primary-dark);
}
.media-fallback .icon { width: 54px; height: 54px; }
.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--danger);
  color: white;
  border-radius: 999px;
  min-height: 28px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 800;
}
.product-body { padding: 14px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product-title { margin: 0; font-size: 16px; line-height: 1.65; overflow-wrap: anywhere; }
.meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 12px; }
.old-price { color: var(--muted); text-decoration: line-through; min-height: 18px; font-size: 12px; }
.price { color: var(--primary-dark); font-size: 19px; font-weight: 900; }
.stock { color: var(--ok); font-size: 12px; }
.stock.low { color: var(--danger); }
.product-body .btn { width: 100%; margin-top: auto; }
.filters { display: grid; grid-template-columns: minmax(180px, 1fr) 180px 180px; gap: 12px; padding: 14px; margin-bottom: 16px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--muted); font-size: 12px; }
.input, .select, .textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--solid-line);
  background: rgba(255,255,255,.82);
  border-radius: var(--radius);
  outline: 0;
  padding: 10px 12px;
  color: var(--ink);
}
.textarea { min-height: 105px; resize: vertical; line-height: 1.8; }
.input:focus, .select:focus, .textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(10,107,93,.12); }

.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 16px; align-items: start; }
.cart-line {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,.45);
}
.cart-thumb { width: 72px; aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: rgba(255,255,255,.55); }
.cart-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.cart-thumb .media-fallback { width: 100%; height: 100%; border-radius: 10px; }
.total-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 10px 0; }
.total-row strong { font-size: 20px; }

.admin-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 16px; align-items: start; }
.admin-menu { position: sticky; top: 116px; padding: 14px; display: grid; gap: 8px; }
.admin-menu button { justify-content: flex-start; width: 100%; }
.admin-menu button.active { background: var(--primary); color: white; border-color: var(--primary); }
.admin-view { display: none; }
.admin-view.active { display: block; }
.table-wrap { overflow-x: auto; }
table { width: 100%; min-width: 850px; border-collapse: collapse; background: rgba(255,255,255,.68); border-radius: var(--radius); overflow: hidden; }
th, td { border-bottom: 1px solid rgba(255,255,255,.55); padding: 11px 10px; text-align: right; vertical-align: middle; font-size: 13px; }
th { color: var(--muted); background: rgba(255,255,255,.62); }
td small { color: var(--muted); line-height: 1.7; }
.admin-form { display: grid; gap: 12px; margin-bottom: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.role-pill { display: inline-flex; min-height: 26px; align-items: center; border-radius: 999px; padding: 3px 9px; background: rgba(217,107,18,.13); color: var(--primary-dark); font-size: 12px; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.modal.open { display: flex; }
.modal::before { content: ""; position: absolute; inset: 0; background: rgba(8, 24, 30, .55); }
.modal-card { position: relative; width: min(520px, 100%); max-height: 90vh; overflow: auto; padding: 18px; }
.modal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 14px;
  padding: 5px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 16px;
}
.tabs .pill {
  border-radius: 12px;
  border-color: transparent;
  background: transparent;
  min-height: 46px;
}
.tabs button.active { background: var(--primary); color: white; border-color: var(--primary); box-shadow: 0 10px 22px rgba(217,107,18,.22); }
.tab-panel { display: none; }
.tab-panel.active { display: grid; gap: 12px; }

.chat-launcher {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 60;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 20px 20px 20px 6px;
  background: linear-gradient(135deg, var(--primary), #ff9f1c);
  color: white;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 42px rgba(10,107,93,.34);
}
.chat-launcher .icon { width: 28px; height: 28px; }
.chat-box {
  position: fixed;
  left: 20px;
  bottom: 94px;
  z-index: 60;
  width: min(370px, calc(100% - 40px));
  height: 490px;
  display: none;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}
.chat-box.open { display: grid; }
.chat-head { background: var(--primary-dark); color: white; padding: 12px 14px; display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.chat-messages { padding: 12px; overflow: auto; display: grid; gap: 9px; align-content: start; }
.message { max-width: 86%; border-radius: 12px; padding: 9px 11px; line-height: 1.8; font-size: 13px; }
.message.user { justify-self: end; background: var(--primary); color: white; }
.message.admin, .message.bot { justify-self: start; background: rgba(255,255,255,.78); border: 1px solid var(--line); }
.chat-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px; border-top: 1px solid rgba(255,255,255,.45); }

.site-footer { margin-top: 30px; background: rgba(65, 32, 5, .94); color: #fff7ec; padding: 34px 0 16px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 22px; }
.footer-grid p, .footer-grid li { color: #b9c8ce; line-height: 1.9; font-size: 13px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.socials a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
}
.socials svg { width: 22px; height: 22px; fill: currentColor; }
.footer-bottom { margin-top: 24px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); color: #aebdc5; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 12px; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 100; max-width: min(390px, calc(100% - 40px)); padding: 12px 14px; color: white; background: var(--primary-dark); border-radius: var(--radius); box-shadow: var(--shadow); opacity: 0; transform: translateY(16px); pointer-events: none; transition: .18s ease; line-height: 1.7; }
.toast.show { opacity: 1; transform: translateY(0); }
.empty { padding: 28px 16px; text-align: center; color: var(--muted); border: 1px dashed var(--solid-line); border-radius: var(--radius); grid-column: 1 / -1; }
.hide { display: none !important; }

@media (max-width: 1060px) {
  .hero-grid, .checkout-layout, .admin-layout, .footer-grid { grid-template-columns: 1fr; }
  .grid-4, .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-menu { position: static; grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .container { width: min(100% - 24px, 1220px); }
  .main-header, .section-head { align-items: stretch; flex-direction: column; }
  .search, .filters, .form-row { grid-template-columns: 1fr; }
  .grid-4, .grid-3, .grid-2, .product-grid { grid-template-columns: 1fr; }
  .hero-tools { grid-template-columns: repeat(2, 1fr); }
  .cart-line { grid-template-columns: 58px 1fr; }
  .cart-line .actions { grid-column: 1 / -1; justify-content: flex-end; }
  .admin-menu { grid-template-columns: 1fr 1fr; }
  .chat-launcher { left: 14px; bottom: 14px; }
  .chat-box { left: 12px; bottom: 84px; width: calc(100% - 24px); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

/* Ahura tools-style homepage refresh */
:root {
  --bg: #f5f6f8;
  --ink: #1f2730;
  --muted: #74808c;
  --line: #e3e8ee;
  --solid-line: #e3e8ee;
  --glass: #ffffff;
  --glass-strong: #ffffff;
  --primary: #f0a400;
  --primary-dark: #202832;
  --accent: #ffc928;
  --danger: #e7342f;
  --ok: #13a36f;
  --shadow: 0 12px 32px rgba(31, 39, 48, 0.08);
  --radius: 8px;
  font-family: Tahoma, Arial, sans-serif;
}

body {
  background: var(--bg);
}

.glass {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 20px rgba(31, 39, 48, 0.06);
}

.main-header {
  min-height: 86px;
}

.brand-mark {
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), #ffe27a);
  color: #1f2730;
  box-shadow: 0 10px 22px rgba(240, 164, 0, 0.25);
}

.brand strong {
  color: var(--ink);
  font-weight: 900;
}

.search {
  border-radius: 8px;
  background: #f6f8fa;
  border: 1px solid var(--line);
  box-shadow: none;
}

.search button {
  background: var(--accent);
  color: #202832;
}

.nav-row {
  border-top: 1px solid var(--line);
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--primary);
}

.btn,
.icon-btn,
.pill {
  border-radius: 8px;
  box-shadow: none;
}

.btn.primary {
  background: #202832;
  border-color: #202832;
}

.btn.accent {
  background: var(--accent);
  border-color: var(--accent);
  color: #202832;
  font-weight: 900;
}

.home-hero {
  padding: 22px 0 16px;
}

.shop-hero-grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.home-categories,
.promo-hero,
.quick-tool-row,
.deal-panel,
.wide-offer,
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.home-categories {
  overflow: hidden;
}

.home-categories h2 {
  margin: 0;
  padding: 17px 18px;
  background: var(--accent);
  color: #202832;
  font-size: 16px;
  font-weight: 900;
}

.home-categories a {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}

.home-categories a:hover {
  background: #fff8dd;
  color: #bd7b00;
}

.home-categories small {
  color: var(--muted);
  font-weight: 700;
}

.promo-hero {
  position: relative;
  min-height: 402px;
  overflow: hidden;
}

.promo-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(32, 40, 50, 0.1), rgba(32, 40, 50, 0.9));
}

.promo-copy {
  position: relative;
  z-index: 1;
  width: min(540px, 92%);
  min-height: 402px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  color: #fff;
}

.promo-copy span,
.section-kicker,
.wide-offer span {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 8px;
  padding: 5px 12px;
  color: #202832;
  background: var(--accent);
  font-weight: 900;
}

.section-kicker {
  color: #bd7b00;
  background: #fff3c4;
}

.section-kicker.red {
  color: #fff;
  background: var(--danger);
}

.promo-copy h1 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.35;
}

.promo-copy p {
  margin: 0 0 24px;
  color: #eef3f8;
  line-height: 2;
  font-size: 16px;
}

.quick-tools {
  margin-bottom: 10px;
}

.quick-tool-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
}

.quick-tool-row a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 16px;
  background: #f5f7f9;
  color: #303943;
  font-weight: 900;
}

.quick-tool-row a:hover {
  background: var(--accent);
  color: #202832;
}

.service-band {
  padding-top: 18px;
}

.service-card {
  box-shadow: none;
}

.feature-icon {
  background: #fff2bc;
  color: #c58400;
}

.shop-section-head h2,
.deal-head h2 {
  color: var(--ink);
  font-weight: 900;
}

.shop-brand-strip {
  padding: 4px 0 12px;
}

.brand-logo {
  width: 168px;
  min-height: 104px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.deal-section {
  padding-top: 18px;
}

.deal-panel {
  padding: 18px;
}

.deal-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 16px;
}

.deal-head p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.countdown {
  display: flex;
  gap: 8px;
}

.countdown b {
  width: 48px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--danger);
  color: #fff;
  font-size: 18px;
}

.featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(31, 39, 48, 0.1);
}

.media-box {
  background: #f4f6f8;
  border-bottom: 1px solid var(--line);
}

.product-body {
  padding: 14px;
}

.product-title {
  min-height: 54px;
  font-size: 15px;
  line-height: 1.8;
}

.price {
  color: var(--danger);
  font-size: 16px;
}

.discount-badge,
.badge {
  background: var(--danger);
}

.wide-offer {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(32, 40, 50, 0.18), rgba(32, 40, 50, 0.92)),
    url("../assets/hero-tools.png") center/cover;
}

.wide-offer div {
  width: min(560px, 100%);
}

.wide-offer h2 {
  margin: 16px 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.45;
}

.comments-grid .comment-track {
  grid-column: 1 / -1;
}

.comment-card {
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.site-footer {
  background: #202832;
}

@media (max-width: 1060px) {
  .shop-hero-grid {
    grid-template-columns: 1fr;
  }

  .featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .promo-hero,
  .promo-copy {
    min-height: 350px;
  }

  .promo-copy {
    padding: 24px;
  }

  .deal-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .wide-offer {
    min-height: 260px;
    padding: 22px;
  }
}
