/*
Theme Name: BC Volt Kadence Child
Theme URI: https://bcvolt.co.uk/
Description: Fast mobile accessories store child theme for Kadence and WooCommerce.
Author: BC Volt
Template: kadence
Version: 1.0.1
Text Domain: bcvolt-kadence-child
*/

:root {
  --bcv-ink: #10131a;
  --bcv-muted: #5f6674;
  --bcv-line: #e6e9ef;
  --bcv-surface: #ffffff;
  --bcv-soft: #f5f7fb;
  --bcv-accent: #00a4ff;
  --bcv-accent-dark: #0472b8;
  --bcv-green: #16a36a;
  --bcv-yellow: #ffc857;
  --bcv-radius: 8px;
  --bcv-shadow: 0 12px 32px rgba(16, 19, 26, 0.08);
}

body {
  color: var(--bcv-ink);
  background: var(--bcv-surface);
}

a {
  text-underline-offset: 0.18em;
}

.site-main {
  overflow: hidden;
}

.site-header,
.site-footer {
  border-color: var(--bcv-line);
}

.site-header-row-container-inner {
  box-shadow: 0 1px 0 rgba(16, 19, 26, 0.08);
}

.main-navigation .primary-menu-container > ul > li > a {
  font-weight: 700;
}

.header-cart-button,
.button,
button,
input[type="submit"],
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: var(--bcv-radius);
  font-weight: 800;
}

.bcv-home {
  --content-width: min(1180px, calc(100vw - 32px));
}

.home .entry-hero {
  display: none;
}

.bcv-section {
  padding: clamp(36px, 6vw, 76px) 0;
}

.bcv-section--soft {
  background: var(--bcv-soft);
}

.bcv-wrap {
  width: var(--content-width);
  margin: 0 auto;
}

.bcv-hero {
  background:
    linear-gradient(120deg, rgba(16, 19, 26, 0.94), rgba(16, 19, 26, 0.76)),
    radial-gradient(circle at 82% 26%, rgba(0, 164, 255, 0.34), transparent 30%),
    #10131a;
  color: #ffffff;
  padding: clamp(44px, 8vw, 92px) 0 clamp(30px, 5vw, 54px);
}

.bcv-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.bcv-kicker {
  color: var(--bcv-yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.bcv-hero h1 {
  color: #ffffff;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 1.02;
  margin: 0 0 18px;
  max-width: 780px;
}

.bcv-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  margin: 0 0 24px;
  max-width: 660px;
}

.bcv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 28px;
}

.bcv-btn,
.bcv-btn:visited {
  align-items: center;
  background: var(--bcv-accent);
  border: 2px solid var(--bcv-accent);
  border-radius: var(--bcv-radius);
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
}

.bcv-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--bcv-ink);
}

.bcv-btn--ghost,
.bcv-btn--ghost:visited {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.bcv-badges {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
}

.bcv-badge {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--bcv-radius);
  padding: 12px;
}

.bcv-badge strong {
  color: #ffffff;
  display: block;
  font-size: 0.95rem;
}

.bcv-badge span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.82rem;
  margin-top: 2px;
}

.bcv-device-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  padding: clamp(18px, 4vw, 34px);
}

.bcv-phone {
  aspect-ratio: 10 / 16;
  background: #05070b;
  border: 10px solid #252936;
  border-radius: 34px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  margin: 0 auto;
  max-width: 300px;
  padding: 18px;
  position: relative;
}

.bcv-phone:before {
  background: #1f2430;
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  width: 72px;
}

.bcv-phone-screen {
  background: linear-gradient(160deg, #00a4ff 0%, #102133 52%, #16a36a 100%);
  border-radius: 22px;
  height: 100%;
  padding: 26px 18px;
}

.bcv-phone-chip {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--bcv-ink);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 16px;
  padding: 7px 11px;
}

.bcv-phone-title {
  color: #ffffff;
  display: block;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 900;
  line-height: 1.05;
}

.bcv-phone-grid {
  bottom: 20px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  left: 18px;
  position: absolute;
  right: 18px;
}

.bcv-phone-tile {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  min-height: 56px;
}

.bcv-heading-row {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.bcv-heading-row h2 {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  margin: 0;
}

.bcv-heading-row p {
  color: var(--bcv-muted);
  margin: 8px 0 0;
  max-width: 620px;
}

.bcv-category-grid,
.bcv-feature-grid,
.bcv-support-grid {
  display: grid;
  gap: 16px;
}

.bcv-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bcv-cat,
.bcv-feature,
.bcv-support {
  background: #ffffff;
  border: 1px solid var(--bcv-line);
  border-radius: var(--bcv-radius);
  box-shadow: 0 4px 18px rgba(16, 19, 26, 0.04);
  padding: 18px;
}

.bcv-cat {
  color: var(--bcv-ink);
  min-height: 150px;
  position: relative;
  text-decoration: none;
}

.bcv-cat:hover {
  border-color: rgba(0, 164, 255, 0.44);
  box-shadow: var(--bcv-shadow);
  transform: translateY(-2px);
}

.bcv-cat span {
  background: var(--bcv-soft);
  border-radius: var(--bcv-radius);
  display: inline-flex;
  font-size: 1.45rem;
  height: 46px;
  justify-content: center;
  margin-bottom: 24px;
  width: 46px;
}

.bcv-cat strong {
  display: block;
  font-size: 1.04rem;
}

.bcv-cat em {
  color: var(--bcv-muted);
  display: block;
  font-size: 0.84rem;
  font-style: normal;
  margin-top: 4px;
}

.bcv-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bcv-feature {
  min-height: 190px;
}

.bcv-feature h3,
.bcv-support h3 {
  font-size: 1.18rem;
  margin: 0 0 8px;
}

.bcv-feature p,
.bcv-support p {
  color: var(--bcv-muted);
  margin: 0;
}

.bcv-product-band .woocommerce ul.products {
  margin-bottom: 0;
}

.bcv-support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products li.product,
.wc-block-grid__product {
  border: 1px solid var(--bcv-line);
  border-radius: var(--bcv-radius);
  padding: 12px 12px 16px;
}

.woocommerce ul.products li.product:hover,
.wc-block-grid__product:hover {
  border-color: rgba(0, 164, 255, 0.42);
  box-shadow: var(--bcv-shadow);
}

.woocommerce ul.products li.product a img,
.wc-block-grid__product-image img {
  aspect-ratio: 1 / 1;
  background: var(--bcv-soft);
  border-radius: var(--bcv-radius);
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
  color: var(--bcv-ink);
  font-size: 0.98rem;
  font-weight: 800;
}

.woocommerce span.onsale {
  background: var(--bcv-green);
  border-radius: 999px;
  font-weight: 900;
}

.woocommerce div.product div.images img {
  background: var(--bcv-soft);
  border-radius: var(--bcv-radius);
}

.site-footer {
  background: #10131a;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer a,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .bcv-hero-grid,
  .bcv-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bcv-hero-grid,
  .bcv-category-grid,
  .bcv-feature-grid,
  .bcv-support-grid,
  .bcv-badges {
    grid-template-columns: 1fr;
  }

  .bcv-heading-row {
    align-items: start;
    display: block;
  }

  .bcv-actions a {
    width: 100%;
  }

  .bcv-device-card {
    display: none;
  }
}
