/* Abbey & Sons Electronics — theme from logo burgundy */
:root {
  --brand: #7a1520;
  --brand-deep: #4a0a12;
  --brand-mid: #9b1c2a;
  --brand-bright: #c4283a;
  --ink: #1a1214;
  --muted: #5c4f52;
  --line: #e8dfe1;
  --paper: #ffffff;
  --fog: #f7f3f4;
  --fog-2: #f0e9eb;
  --success: #1f6b3a;
  --warn: #8a5a00;
  --danger: #9b1c2a;
  --radius: 4px;
  --shadow: 0 12px 40px rgba(74, 10, 18, 0.12);
  --font-display: "Montserrat", "Segoe UI", sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 90% -10%, rgba(196, 40, 58, 0.08), transparent 60%),
    radial-gradient(900px 400px at 0% 0%, rgba(122, 21, 32, 0.06), transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--fog) 45%, #fff 100%);
  min-height: 100vh;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-mid); text-decoration: none; }
a:hover { color: var(--brand-bright); }
.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--brand); color: #fff; padding: .75rem 1rem; z-index: 100;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.top-bar {
  background: linear-gradient(90deg, var(--brand-deep), var(--brand-mid));
  color: #fff;
  font-size: 0.85rem;
}
.top-bar-inner {
  display: flex; justify-content: flex-end; gap: 1rem;
  padding: 0.5rem 0; flex-wrap: wrap;
}
.top-bar a { color: #fff; opacity: 0.95; }
.top-contacts {
  display: flex; flex-wrap: wrap; gap: 0.85rem 1.35rem;
  align-items: center; width: 100%;
  justify-content: flex-end;
}
.top-contact {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-weight: 600; text-decoration: none;
}
.top-contact:hover { opacity: 1; text-decoration: underline; }
.ico {
  width: 16px; height: 16px; display: inline-block;
  background: currentColor;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.ico-mail {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}
.ico-phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1L6.6 10.8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1L6.6 10.8z'/%3E%3C/svg%3E");
}
.ico-whatsapp {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.04 2C6.58 2 2.15 6.4 2.15 11.86c0 1.94.56 3.75 1.53 5.28L2 22l4.99-1.61a9.86 9.86 0 0 0 5.05 1.37h.01c5.46 0 9.89-4.4 9.89-9.86C21.94 6.4 17.5 2 12.04 2zm5.75 14.05c-.24.67-1.4 1.24-1.94 1.32-.5.07-1.13.1-1.82-.11-.42-.13-.96-.31-1.65-.61-2.9-1.25-4.79-4.17-4.93-4.36-.14-.19-1.16-1.54-1.16-2.94 0-1.4.74-2.09.99-2.37.26-.28.56-.35.75-.35h.54c.17 0 .4-.06.63.48.24.56.81 1.97.88 2.11.07.14.12.31.02.5-.1.19-.14.31-.28.48-.14.17-.3.37-.42.5-.14.14-.28.29-.12.56.16.28.7 1.15 1.5 1.86 1.03.92 1.9 1.21 2.17 1.35.28.14.44.12.6-.07.17-.19.7-.81.88-1.09.19-.28.37-.23.63-.14.26.1 1.64.77 1.92.91.28.14.47.21.54.33.07.12.07.7-.17 1.37z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.04 2C6.58 2 2.15 6.4 2.15 11.86c0 1.94.56 3.75 1.53 5.28L2 22l4.99-1.61a9.86 9.86 0 0 0 5.05 1.37h.01c5.46 0 9.89-4.4 9.89-9.86C21.94 6.4 17.5 2 12.04 2zm5.75 14.05c-.24.67-1.4 1.24-1.94 1.32-.5.07-1.13.1-1.82-.11-.42-.13-.96-.31-1.65-.61-2.9-1.25-4.79-4.17-4.93-4.36-.14-.19-1.16-1.54-1.16-2.94 0-1.4.74-2.09.99-2.37.26-.28.56-.35.75-.35h.54c.17 0 .4-.06.63.48.24.56.81 1.97.88 2.11.07.14.12.31.02.5-.1.19-.14.31-.28.48-.14.17-.3.37-.42.5-.14.14-.28.29-.12.56.16.28.7 1.15 1.5 1.86 1.03.92 1.9 1.21 2.17 1.35.28.14.44.12.6-.07.17-.19.7-.81.88-1.09.19-.28.37-.23.63-.14.26.1 1.64.77 1.92.91.28.14.47.21.54.33.07.12.07.7-.17 1.37z'/%3E%3C/svg%3E");
}
.ico-facebook {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 12a10 10 0 1 0-11.5 9.9v-7h-2.3V12h2.3V9.8c0-2.3 1.3-3.6 3.4-3.6 1 0 2 .2 2 .2v2.2h-1.1c-1.1 0-1.5.7-1.5 1.4V12h2.6l-.4 2.9h-2.2v7A10 10 0 0 0 22 12z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 12a10 10 0 1 0-11.5 9.9v-7h-2.3V12h2.3V9.8c0-2.3 1.3-3.6 3.4-3.6 1 0 2 .2 2 .2v2.2h-1.1c-1.1 0-1.5.7-1.5 1.4V12h2.6l-.4 2.9h-2.2v7A10 10 0 0 0 22 12z'/%3E%3C/svg%3E");
}
.ico-tiktok {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.6 5.82s.51.5 3.4 3.4V9.5c-1.2-.05-2.3-.45-3.2-1.1v6.8a5.5 5.5 0 1 1-5.5-5.5c.3 0 .6.03.9.08v2.4a3.1 3.1 0 1 0 2.2 3v-9.9h2.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.6 5.82s.51.5 3.4 3.4V9.5c-1.2-.05-2.3-.45-3.2-1.1v6.8a5.5 5.5 0 1 1-5.5-5.5c.3 0 .6.03.9.08v2.4a3.1 3.1 0 1 0 2.2 3v-9.9h2.2z'/%3E%3C/svg%3E");
}
.header-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 0.85rem 0;
}
.brand {
  display: flex; align-items: center; gap: 0.75rem; color: var(--ink);
}
.brand:hover { color: var(--ink); }
.brand-logo {
  width: 58px; height: 58px; object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(122,21,32,0.25));
  animation: logoIn 0.8s ease both;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
}
.brand-text em {
  font-style: normal;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0.28em;
  font-size: 0.62rem;
  color: var(--brand-mid);
  margin-top: 0.2rem;
}
.search-form {
  display: flex; width: 100%; max-width: 520px; margin: 0 auto;
  border: 1px solid var(--line); border-radius: 999px; overflow: hidden;
  background: var(--fog);
}
.search-form input {
  flex: 1; border: 0; background: transparent; padding: 0.7rem 1.1rem;
  font: inherit; outline: none;
}
.search-form button {
  border: 0; background: var(--brand); color: #fff;
  padding: 0 1.25rem; font-weight: 600; cursor: pointer;
  font-family: var(--font-display); letter-spacing: 0.03em;
}
.search-form button:hover { background: var(--brand-bright); }
.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.cart-link {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 600; color: var(--ink);
  padding: 0.5rem 0.85rem; border-radius: 999px;
  border: 1px solid var(--line);
}
.cart-link:hover { border-color: var(--brand); color: var(--brand); }
.cart-icon {
  width: 18px; height: 18px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 14h9.45c.75 0 1.4-.41 1.74-1.05l3.3-6.02A1 1 0 0 0 20.8 5H5.21l-.94-2H1v2h2l3.6 7.59-1.35 2.44C4.52 16.37 5.48 18 7 18h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12L7.2 14z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 14h9.45c.75 0 1.4-.41 1.74-1.05l3.3-6.02A1 1 0 0 0 20.8 5H5.21l-.94-2H1v2h2l3.6 7.59-1.35 2.44C4.52 16.37 5.48 18 7 18h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12L7.2 14z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.cart-badge {
  background: var(--brand-bright); color: #fff;
  font-size: 0.75rem; min-width: 1.25rem; height: 1.25rem;
  border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 0.35rem;
}
.nav-toggle {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line);
  background: #fff; border-radius: 8px; cursor: pointer; padding: 10px;
}
.nav-toggle span {
  display: block; height: 2px; background: var(--brand); margin: 5px 0; border-radius: 2px;
}
.main-nav {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, var(--fog));
}
.nav-inner {
  display: flex; gap: 0.15rem; overflow-x: auto; padding: 0.35rem 0;
  -webkit-overflow-scrolling: touch;
}
.nav-inner a {
  white-space: nowrap; color: var(--muted); font-weight: 600; font-size: 0.92rem;
  padding: 0.65rem 0.9rem; border-radius: 999px;
}
.nav-inner a:hover { color: var(--brand); background: rgba(122,21,32,0.06); }

/* Hero — full-bleed brand composition */
.hero {
  position: relative;
  min-height: min(78vh, 640px);
  display: flex; align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background-color: var(--brand-deep);
  background-size: cover;
  background-position: center;
}
.hero::before { display: none; }
.hero-inner {
  position: relative; z-index: 1;
  padding: 4.5rem 0 3.5rem;
  max-width: 640px;
  animation: riseIn 0.9s ease both;
}
.hero-brand {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}
.hero-brand span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.35em;
  font-size: 0.55em;
  opacity: 0.85;
  margin-top: 0.45rem;
}
.hero p {
  font-size: 1.1rem;
  max-width: 34ch;
  opacity: 0.92;
  margin: 1rem 0 1.6rem;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  font-family: var(--font-display); font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; font-size: 0.82rem;
  padding: 0.9rem 1.4rem; border-radius: var(--radius);
  border: 2px solid transparent; cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--brand-bright); color: #fff; border-color: var(--brand-bright);
}
.btn-primary:hover { background: #de3346; color: #fff; }
.btn-ghost {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.55);
}
.btn-ghost:hover { background: #fff; color: var(--brand-deep); }
.btn-outline {
  background: #fff; color: var(--brand); border-color: var(--brand);
}
.btn-outline:hover { background: var(--brand); color: #fff; }
.btn-block { width: 100%; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Sections */
.section { padding: 3.5rem 0; }
.section-head {
  display: flex; justify-content: space-between; align-items: end;
  gap: 1rem; margin-bottom: 1.75rem; flex-wrap: wrap;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  margin: 0; letter-spacing: 0.02em;
}
.section-head p { margin: 0.35rem 0 0; color: var(--muted); max-width: 42ch; }
.section-more {
  display: flex; justify-content: center; margin-top: 1.75rem;
}
.eyebrow {
  display: inline-block; color: var(--brand-mid); font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.72rem;
  margin-bottom: 0.35rem;
}

/* Category strip — no cards, icon row with purpose */
.cat-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.85rem;
}
.cat-pill {
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.55rem;
  padding: 1.1rem 1rem;
  background: linear-gradient(160deg, #fff, var(--fog-2));
  border-bottom: 3px solid var(--brand);
  color: var(--ink);
  transition: background 0.25s ease, transform 0.25s ease;
}
.cat-pill:hover {
  transform: translateY(-3px);
  background: linear-gradient(160deg, #fff, #f8e9eb);
  color: var(--brand-deep);
}
.cat-pill strong {
  font-family: var(--font-display);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

/* Shop by category — 5 per row */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.cat-tile {
  display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
  text-align: center; color: var(--ink);
  padding: 1rem 0.75rem 1.15rem;
  background: linear-gradient(165deg, #fff 0%, var(--fog) 100%);
  border-bottom: 3px solid var(--brand);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cat-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  color: var(--brand-deep);
}
.cat-tile-img {
  width: 88px; height: 88px; border-radius: 50%;
  overflow: hidden; background: #fff;
  border: 2px solid rgba(122,21,32,0.12);
  display: flex; align-items: center; justify-content: center;
}
.cat-tile-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.cat-tile strong {
  font-family: var(--font-display);
  font-size: 0.86rem;
  line-height: 1.25;
}

/* CTA banner */
.cta-banner {
  position: relative;
  min-height: 320px;
  display: flex; align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin: 0.5rem 0 0;
}
.cta-banner-inner {
  position: relative; z-index: 1;
  padding: 3rem 0;
  max-width: 560px;
  animation: riseIn 0.7s ease both;
}
.cta-banner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin: 0.35rem 0 0.75rem;
}
.cta-banner p {
  margin: 0 0 1.35rem;
  opacity: 0.92;
  max-width: 38ch;
}

/* Testimonials marquee — single scrolling row */
.testimonials-section { padding-bottom: 2rem; overflow: hidden; }
.testimonial-marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.testimonial-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: marqueeScroll 55s linear infinite;
}
.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}
.testimonial-card {
  flex: 0 0 320px;
  margin: 0;
  padding: 1.25rem 1.35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
}
.testimonial-card p {
  margin: 0 0 0.85rem;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.5;
}
.testimonial-card footer {
  display: flex; flex-direction: column; gap: 0.1rem;
}
.testimonial-card strong {
  font-family: var(--font-display);
  font-size: 0.88rem;
  color: var(--brand-deep);
}
.testimonial-card span {
  font-size: 0.8rem; color: var(--muted);
}

/* Newsletter */
.newsletter-section { padding-top: 1.5rem; }
.newsletter-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(122,21,32,0.06), rgba(255,255,255,0.95)),
    #fff;
  border: 1px solid var(--line);
}
.newsletter-panel h2 {
  font-family: var(--font-display);
  margin: 0.2rem 0 0.45rem;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
}
.newsletter-panel p { margin: 0; color: var(--muted); }
.newsletter-form {
  display: grid;
  grid-template-columns: 1fr 1.2fr auto;
  gap: 0.55rem;
}
.newsletter-form input {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.8rem 0.9rem;
  font: inherit;
  background: #fff;
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Product grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.35rem;
}
.product {
  background: #fff;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.25s ease;
  animation: riseIn 0.55s ease both;
}
.product:hover {
  border-color: rgba(122,21,32,0.35);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.product-media {
  aspect-ratio: 1 / 1;
  background: var(--fog);
  overflow: hidden;
  position: relative;
}
.product-media img {
  width: 100%; height: 100%; object-fit: contain; padding: 1rem;
  transition: transform 0.35s ease;
}
.product:hover .product-media img { transform: scale(1.05); }
.stock-chip {
  position: absolute; left: 0.75rem; top: 0.75rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; padding: 0.25rem 0.5rem;
  background: rgba(255,255,255,0.92); color: var(--success);
}
.stock-chip.out { color: var(--danger); }
.product-body {
  padding: 1rem 1rem 1.15rem;
  display: flex; flex-direction: column; gap: 0.4rem; flex: 1;
}
.product-cat {
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.product-title {
  font-family: var(--font-display);
  font-size: 0.98rem; font-weight: 700; color: var(--ink);
  margin: 0; line-height: 1.3;
}
.product-title a { color: inherit; }
.product-price {
  font-size: 1.15rem; font-weight: 700; color: var(--brand);
  margin-top: auto; padding-top: 0.5rem;
}
.product-actions { display: flex; gap: 0.5rem; margin-top: 0.65rem; }
.product-actions .btn { flex: 1; padding: 0.7rem 0.5rem; font-size: 0.72rem; }

/* Layout helpers */
.page-hero {
  padding: 2.25rem 0 1.25rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(122,21,32,0.05), transparent);
}
.page-hero h1 {
  font-family: var(--font-display);
  margin: 0; font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.page-hero p { color: var(--muted); margin: 0.5rem 0 0; }

.shop-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2rem;
  padding: 2rem 0 3.5rem;
}
.filters {
  border-right: 1px solid var(--line);
  padding-right: 1.25rem;
}
.filters h3 {
  font-family: var(--font-display);
  font-size: 0.95rem; margin: 0 0 0.85rem;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.filter-list { list-style: none; margin: 0; padding: 0; }
.filter-list a {
  display: block; padding: 0.45rem 0; color: var(--muted); font-weight: 600;
  border-bottom: 1px solid transparent;
}
.filter-list a:hover,
.filter-list a.active {
  color: var(--brand); border-bottom-color: var(--brand);
}
.toolbar {
  display: flex; justify-content: space-between; gap: 1rem;
  margin-bottom: 1.25rem; color: var(--muted); font-size: 0.95rem;
}

/* Product detail */
.detail {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2.5rem;
  padding: 2.5rem 0 3.5rem;
  align-items: start;
}
.detail-media {
  background:
    linear-gradient(145deg, var(--fog), #fff 50%, var(--fog-2));
  border: 1px solid var(--line);
  min-height: 360px;
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
}
.detail-media img { max-height: 420px; object-fit: contain; }
.detail-info h1 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0.35rem 0 0.75rem;
}
.detail-price {
  font-size: 1.75rem; font-weight: 800; color: var(--brand); margin: 0.75rem 0;
}
.detail-meta { color: var(--muted); margin-bottom: 1.25rem; }
.product-description {
  margin: 1.25rem 0 1.5rem;
  padding: 1.15rem 1.25rem;
  background: var(--fog);
  border-left: 4px solid var(--brand);
}
.product-description h2 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
  color: var(--brand-deep);
}
.product-description p {
  margin: 0;
  color: var(--ink);
  line-height: 1.65;
}
.qty-row { display: flex; gap: 0.75rem; align-items: center; margin: 1.25rem 0; }
.qty-row input {
  width: 90px; padding: 0.7rem; border: 1px solid var(--line);
  font: inherit; border-radius: var(--radius);
}
.product-share {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}
.product-share-label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-deep);
  margin-bottom: 0.75rem;
}
.product-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.share-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}
.share-btn .ico {
  width: 18px;
  height: 18px;
}
.share-whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.share-facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}
.share-tiktok:hover {
  background: #010101;
  border-color: #010101;
  color: #fff;
}
.product-share-hint {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
  color: var(--brand);
  font-weight: 600;
}

/* Cart & checkout */
.table-wrap { overflow-x: auto; }
.cart-table {
  width: 100%; border-collapse: collapse; background: #fff;
  border: 1px solid var(--line);
}
.cart-table th, .cart-table td {
  padding: 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle;
}
.cart-table th {
  font-family: var(--font-display); font-size: 0.75rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
  background: var(--fog);
}
.cart-item {
  display: flex; gap: 0.85rem; align-items: center;
}
.cart-item img {
  width: 64px; height: 64px; object-fit: contain; background: var(--fog);
}
.cart-table input[type="number"] {
  width: 72px; padding: 0.45rem; border: 1px solid var(--line); font: inherit;
}
.cart-summary, .checkout-panel {
  background: #fff; border: 1px solid var(--line); padding: 1.5rem;
}
.cart-layout, .checkout-layout {
  display: grid; grid-template-columns: 1.4fr 0.9fr; gap: 1.75rem;
  padding: 2rem 0 3.5rem; align-items: start;
}
.summary-row {
  display: flex; justify-content: space-between; padding: 0.55rem 0;
  border-bottom: 1px dashed var(--line);
}
.summary-row.total {
  border-bottom: 0; font-size: 1.2rem; font-weight: 800; color: var(--brand);
  padding-top: 1rem;
}
.bank-box {
  background: linear-gradient(135deg, var(--brand-deep), var(--brand-mid));
  color: #fff; padding: 1.25rem 1.35rem; margin: 1rem 0 1.5rem;
}
.bank-box h3 {
  margin: 0 0 0.75rem; font-family: var(--font-display);
  letter-spacing: 0.06em; font-size: 0.9rem; text-transform: uppercase;
}
.bank-box dl { margin: 0; display: grid; gap: 0.45rem; }
.bank-box dt { font-size: 0.72rem; opacity: 0.75; text-transform: uppercase; letter-spacing: 0.08em; }
.bank-box dd { margin: 0; font-weight: 700; font-size: 1.05rem; }

.form-grid { display: grid; gap: 1rem; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
label { display: block; font-weight: 600; margin-bottom: 0.35rem; font-size: 0.92rem; }
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="file"],
textarea,
select {
  width: 100%; padding: 0.75rem 0.85rem;
  border: 1px solid var(--line); border-radius: var(--radius);
  font: inherit; background: #fff;
}
textarea { min-height: 110px; resize: vertical; }
.help { font-size: 0.85rem; color: var(--muted); margin-top: 0.35rem; }
.alert {
  margin: 1rem 0 0; padding: 0.9rem 1rem; border-left: 4px solid var(--brand);
  background: #fff; border: 1px solid var(--line); border-left-width: 4px;
}
.alert-success { border-left-color: var(--success); }
.alert-error { border-left-color: var(--danger); }
.alert-info { border-left-color: var(--brand-mid); }
.empty {
  text-align: center; padding: 3.5rem 1rem; color: var(--muted);
  border: 1px dashed var(--line); background: rgba(255,255,255,0.7);
}
.pagination {
  display: flex; gap: 0.4rem; flex-wrap: wrap; margin-top: 2rem;
}
.pagination a, .pagination span {
  padding: 0.45rem 0.75rem; border: 1px solid var(--line);
  background: #fff; color: var(--ink); font-weight: 600;
}
.pagination a:hover, .pagination .current {
  background: var(--brand); color: #fff; border-color: var(--brand);
}

/* Success */
.success-panel {
  max-width: 640px; margin: 3rem auto; text-align: center;
  background: #fff; border: 1px solid var(--line); padding: 2.5rem 1.5rem;
}
.success-panel h1 { font-family: var(--font-display); color: var(--brand); }

/* Footer */
.site-footer {
  position: relative; margin-top: 2rem;
  background: linear-gradient(180deg, #2a0c12, var(--brand-deep));
  color: rgba(255,255,255,0.88);
  overflow: hidden;
}
.footer-glow {
  position: absolute; inset: auto -20% -40% -20%; height: 220px;
  background: radial-gradient(ellipse at center, rgba(196,40,58,0.35), transparent 65%);
  pointer-events: none;
}
.footer-grid {
  position: relative;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem; padding: 3rem 0 2rem;
}
.footer-logo { width: 72px; margin-bottom: 0.85rem; filter: brightness(1.05); }
.site-footer h3 {
  font-family: var(--font-display); font-size: 0.8rem;
  letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 1rem;
  color: #fff;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.45rem; }
.site-footer a { color: rgba(255,255,255,0.8); }
.site-footer a:hover { color: #fff; }
.pay-list li { display: grid; gap: 0.1rem; margin-bottom: 0.75rem; }
.pay-list span { font-size: 0.72rem; opacity: 0.65; text-transform: uppercase; letter-spacing: 0.08em; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 1rem 0 1.4rem; font-size: 0.88rem; opacity: 0.75;
}
.footer-phone { margin-top: 0.85rem; font-size: 0.95rem; }
.footer-phone a { color: rgba(255,255,255,0.9); }

/* Contact & legal */
.contact-layout {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 1.75rem;
  padding: 2rem 0 3.5rem; align-items: start;
}
.map-embed {
  margin-top: 1.25rem; border: 1px solid var(--line); overflow: hidden;
  background: var(--fog);
}
.map-embed iframe {
  width: 100%; height: 320px; display: block; border: 0;
}
.legal-content {
  max-width: 760px; padding: 2rem 0 3.5rem;
}
.legal-content h2 {
  font-family: var(--font-display); font-size: 1.15rem;
  margin: 1.75rem 0 0.65rem; color: var(--brand-deep);
}
.legal-content ul { padding-left: 1.2rem; }
.about-logo {
  width: 96px; margin: 0 0 1.25rem;
  filter: drop-shadow(0 6px 16px rgba(122,21,32,0.2));
}

@media (max-width: 960px) {
  .header-main { grid-template-columns: 1fr auto; }
  .search-form { grid-column: 1 / -1; order: 3; max-width: none; }
  .shop-layout, .cart-layout, .checkout-layout, .detail, .footer-grid, .contact-layout, .newsletter-panel {
    grid-template-columns: 1fr;
  }
  .cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .newsletter-form {
    grid-template-columns: 1fr;
  }
  .filters { border-right: 0; padding-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
  .form-grid.two { grid-template-columns: 1fr; }
  .nav-toggle { display: inline-block; }
  .main-nav { display: none; }
  .main-nav.open { display: block; }
  .top-contacts { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .brand-text { display: none; }
  .product-actions { flex-direction: column; }
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonial-card { flex-basis: 280px; }
}

@keyframes riseIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes logoIn {
  from { opacity: 0; transform: scale(0.9) rotate(-4deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

