:root {
  --ink: #14171c;
  --muted: #5d6370;
  --line: #e6e1d8;
  --paper: #f6f3ee;
  --cream: #fbf8f3;
  --accent: #b11226;
  --accent-dark: #8c0e1e;
  --night: #0f1217;
  --white: #fff;
  --font: "IBM Plex Sans", "Segoe UI", sans-serif;
  --display: Outfit, "Segoe UI", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, .vt-footer-brand, .vt-card-title {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.vt-container {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.vt-kicker {
  margin: 0 0 0.6rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.vt-btn,
a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  min-height: 44px;
  background: var(--accent);
  color: var(--white) !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.vt-btn-dark,
.woocommerce a.button.alt,
ul.products a.button.alt {
  background: var(--night);
}

.vt-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

/* Header */
.vt-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 248, 243, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  overflow: visible;
}

.vt-masthead {
  padding: 0.85rem 0;
  min-height: 0;
  align-items: center;
}

.vt-topbar {
  background: var(--night);
  color: #fff;
  font-size: 13px;
}

.vt-topbar-inner,
.vt-masthead,
.vt-footer-base-inner,
.vt-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.vt-topbar-inner { padding: 0.45rem 0; }
.vt-topbar-links { display: flex; gap: 1.2rem; }
.vt-topbar a:hover { color: #fff; }

.vt-logo,
.vt-logo.custom-logo-link,
.vt-header .custom-logo-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex-shrink: 0;
  max-height: 56px;
  line-height: 0;
}

.vt-logo img,
.vt-logo .custom-logo,
.vt-header .custom-logo-link img,
.vt-header img.custom-logo {
  height: 56px !important;
  width: auto !important;
  max-width: 200px !important;
  max-height: 56px !important;
  object-fit: contain !important;
}

.vt-search {
  position: relative;
  flex: 1;
  min-width: 0;
  max-width: 520px;
  margin: 0;
  display: block;
}

.vt-search input[type="search"],
.vt-search .search-field {
  display: block;
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 0.7rem 5.6rem 0.7rem 1.1rem;
  font: inherit;
  box-sizing: border-box;
}

.vt-search button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  z-index: 1;
  min-height: 36px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  padding: 0 1rem;
  background: var(--night);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.vt-search button[type="submit"]:hover,
.vt-search button[type="submit"]:focus-visible {
  background: var(--accent, #c1121f);
}

/* Legacy Woo form markup (if a plugin reintroduces it) */
.vt-search .woocommerce-product-search {
  position: relative;
  display: block;
  margin: 0;
}
.vt-search .woocommerce-product-search .search-field {
  width: 100%;
  padding-right: 5.6rem;
}
.vt-search .woocommerce-product-search button {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  padding: 0 1rem;
  background: var(--night);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.vt-mast-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 14px;
}

.vt-mast-actions > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
}

.vt-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  background: var(--night);
  color: #fff !important;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  text-decoration: none;
  font-weight: 600;
}

.vt-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  display: grid;
  place-items: center;
  padding: 0 4px;
}

.vt-nav { border-top: 1px solid var(--line); }
.vt-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0.45rem 0;
}

.vt-menu li {
  position: relative;
}

.vt-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
  min-width: 14rem;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  box-shadow: 0 12px 28px rgba(15, 18, 23, 0.12);
}

.vt-menu li:hover > .sub-menu,
.vt-menu li:focus-within > .sub-menu {
  display: block;
}

.vt-menu .sub-menu a {
  display: block;
  white-space: nowrap;
}

.vt-menu a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--muted);
}

.vt-menu .current-menu-item a,
.vt-menu a:hover {
  background: var(--night);
  color: #fff;
}

.vt-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  color: var(--ink);
}

/* Hero — real <img>; crop locked on red Golf body / grille */
.vt-hero {
  position: relative;
  isolation: isolate;
  min-height: min(88vh, 880px);
  color: #fff;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #1a1210;
}

.vt-hero-media {
  position: absolute;
  z-index: 0;
  /* Oversized frame so the car fills right/center, not a distant mid-shot */
  width: 118%;
  height: 118%;
  max-width: none;
  left: -6%;
  top: -8%;
  object-fit: cover;
  /* Grille + headlights + hood — the red subject */
  object-position: 48% 58%;
  transform: scale(1.72);
  transform-origin: 68% 52%;
}

.vt-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* Shade the text column only — keep the red body vivid */
  background:
    linear-gradient(90deg, rgba(12, 10, 12, 0.78) 0%, rgba(12, 10, 12, 0.42) 22%, rgba(12, 10, 12, 0.1) 38%, transparent 52%),
    linear-gradient(0deg, rgba(12, 10, 12, 0.28) 0%, transparent 36%);
}

.vt-hero-copy {
  position: relative;
  z-index: 2;
  padding: 5rem 0 4rem;
  max-width: 34rem;
}

.vt-hero h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.1rem, 8vw, 4.6rem);
  overflow-wrap: break-word;
}

.vt-lead {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.vt-hero .vt-kicker { color: rgba(255, 255, 255, 0.55); }

.vt-strip { background: #fff; border-bottom: 1px solid var(--line); }
.vt-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1.1rem 0;
  font-size: 14px;
  font-weight: 600;
}

.vt-section { padding: 4.2rem 0; }
.vt-section-white { background: #fff; }
.vt-section h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-top: 0; }

.vt-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.6rem;
}

.vt-platform {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  min-height: 280px;
  color: #fff !important;
  text-decoration: none;
}

.vt-platform img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.vt-platform span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  font-weight: 600;
}

.vt-split,
.vt-split-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.vt-split article,
.vt-split-text img,
.vt-platform {
  border-radius: 1.4rem;
  overflow: hidden;
}

.vt-split article {
  background: var(--paper);
}

.vt-split img { height: 260px; width: 100%; object-fit: cover; }
.vt-split h3 { margin: 1rem 1.2rem 0.4rem; font-size: 1.6rem; }
.vt-split p, .vt-split a { margin: 0 1.2rem 1.1rem; }

.vt-section-dark {
  background: var(--night);
  color: #fff;
}

.vt-section-dark img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 1.4rem;
}

.vt-finder-section {
  border-top: 1px solid var(--line);
}

.vt-finder-intro {
  max-width: 42rem;
  color: var(--muted);
  margin: 0 0 1.8rem;
}

.vt-finder-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1.5rem;
  align-items: start;
}

.vt-finder-panel,
.vt-finder-form {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 1.4rem;
}

.vt-finder-fields,
.vt-finder-form {
  display: grid;
  gap: 0.85rem;
}

.vt-finder-fields {
  grid-template-columns: 1fr 1fr;
}

.vt-finder-fields label,
.vt-finder-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 14px;
  font-weight: 600;
}

.vt-finder-fields select,
.vt-finder-form input,
.vt-finder-form select,
.vt-finder-form textarea {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  padding: 0.7rem 0.85rem;
  font: inherit;
  font-weight: 400;
  background: #fff;
  color: var(--ink);
}

.vt-finder-form textarea {
  min-height: 6.5rem;
}

.vt-finder-table-wrap {
  margin-top: 1.4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
}

.vt-finder-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.vt-finder-table th,
.vt-finder-table td {
  text-align: left;
  padding: 0.95rem 1rem;
}

.vt-finder-table thead th {
  background: var(--paper);
  font-weight: 600;
}

.vt-finder-table tbody td:not(:first-child) {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  white-space: nowrap;
}

.vt-finder-table tbody td:first-child {
  font-weight: 600;
}

.vt-finder-table tbody tr {
  border-top: 1px solid var(--line);
}

.vt-finder-fuel {
  margin: 0;
  padding: 0.55rem 1rem;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.vt-finder-note {
  margin: 1rem 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.vt-finder-form {
  background: #fff;
}

.vt-finder-form-title {
  margin: 0;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
}

.vt-finder-form .vt-btn {
  width: 100%;
}

.vt-finder-form-alt {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  font-weight: 400;
}

.vt-finder-form-alt a {
  color: var(--accent);
}

.vt-page-hero {
  background: var(--night);
  color: #fff;
  padding: 3.2rem 0;
}

.vt-page-hero h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); max-width: 18ch; }
.vt-page-hero .vt-lead { color: rgba(255,255,255,0.78); max-width: 40rem; }
.vt-page-hero .vt-kicker { color: rgba(255,255,255,0.55); }

.vt-page-hero-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--night);
}

.vt-page-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--vt-page-hero-image);
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.vt-page-hero-media .vt-container { position: relative; z-index: 1; }

.vt-wrap { padding: 2.4rem 0 4rem; }
.vt-page { background: #fff; border: 1px solid var(--line); border-radius: 1.5rem; padding: 1.6rem; }
.vt-narrow { max-width: 42rem; }
.vt-narrow h2 { margin-top: 1.4rem; }

.vt-prose-grid,
.vt-faq-grid,
.vt-card-grid {
  display: grid;
  gap: 1.2rem;
}

.vt-prose-grid { grid-template-columns: 1fr 1fr; }
.vt-faq-grid { grid-template-columns: 1fr 1fr; margin-top: 1.2rem; }
.vt-card-grid { grid-template-columns: repeat(3, 1fr); }

.vt-info-card,
.vt-faq-grid article,
.vt-enquiry {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 1.4rem 1.5rem;
}

.vt-info-card h2,
.vt-faq-grid h3,
.vt-enquiry h2 { margin: 0.2rem 0 0.7rem; }

.vt-info-card p,
.vt-faq-grid p,
.vt-enquiry p { color: var(--muted); }

.vt-info-card a { font-weight: 600; }

.vt-list {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.vt-list li { margin: 0.35rem 0; }

.vt-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}

.vt-chip-grid li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-size: 14px;
  font-weight: 600;
}

.vt-enquiry {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.vt-enquiry label {
  display: grid;
  gap: 0.35rem;
  font-size: 14px;
  font-weight: 600;
}

.vt-enquiry input,
.vt-enquiry select,
.vt-enquiry textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  padding: 0.7rem 0.85rem;
  font: inherit;
  font-weight: 400;
  background: #fff;
}

.vt-media-frame {
  overflow: hidden;
  border-radius: 1.4rem;
  background: var(--night);
}

.vt-media-frame video {
  display: block;
  width: 100%;
  height: auto;
}

.vt-map {
  display: block;
  width: 100%;
  height: 280px;
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
}

/* WooCommerce */
.vt-woo .woocommerce-products-header h1,
.woocommerce-products-header .woocommerce-products-header__title,
.vt-woo h1.page-title {
  font-family: var(--display);
  font-size: 2.2rem;
  margin: 0 0 0.4rem;
}

ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.1rem !important;
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  clear: both;
}

ul.products.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

ul.products.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

ul.products::before,
ul.products::after {
  display: none !important;
  content: none !important;
}

.vt-card,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product,
ul.products li.product-category {
  display: flex !important;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  clear: none !important;
  position: relative;
}

.vt-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--paper);
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
ul.products li.product a img,
ul.products li.product-category a img {
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  background: var(--paper);
}

ul.products li.product .vt-card-media img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
}

/* Safety net if a plugin dumps the loop outside .vt-container */
body.woocommerce > ul.products,
body.woocommerce-page > ul.products,
body.woocommerce > h1.page-title,
body.woocommerce-page > h1.page-title,
body.woocommerce > .woocommerce-notices-wrapper,
body.woocommerce-page > .woocommerce-notices-wrapper {
  width: min(1180px, calc(100% - 2.5rem));
  margin-left: auto;
  margin-right: auto;
}

ul.products li.product-category h2,
ul.products li.product-category .woocommerce-loop-category__title {
  margin: 0;
  padding: 0.9rem 1rem 1.1rem;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
}

ul.products li.product-category mark {
  background: transparent;
  color: var(--muted);
  font-weight: 500;
}

.vt-card-body {
  padding: 1rem;
  display: grid;
  gap: 0.4rem;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.vt-card-body > a.button,
ul.products a.button {
  justify-self: start;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.vt-card-cat {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
  line-height: 1.35;
}

.vt-card-cat a {
  display: inline;
  color: inherit;
  text-decoration: none;
}

.vt-card-title {
  display: block;
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.price {
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.35;
}

ul.products .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.45rem;
}

.price del {
  color: var(--muted);
  font-weight: 400;
  margin-right: 0;
}

.price ins {
  text-decoration: none;
}

/* Keep Woo screen-reader price copy out of the card layout */
ul.products .price .screen-reader-text,
.woocommerce .price .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

span.onsale {
  position: absolute;
  left: 12px;
  top: 12px;
  background: var(--night) !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 11px;
  min-height: 0;
  line-height: 1.4;
  z-index: 2;
}

.woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  padding: 0.65rem 0.8rem;
  font: inherit;
}

.woocommerce .quantity .qty { width: 4.5rem; }

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary {
  float: none;
  width: 100%;
  max-width: none;
}

.woocommerce div.product div.images img {
  border-radius: 1.4rem;
  background: #fff;
}

.woocommerce div.product .product_title {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  margin-top: 0;
  overflow-wrap: break-word;
}
.woocommerce div.product p.price { font-size: 1.7rem; }
.vt-sku { color: var(--muted); font-size: 14px; }

.woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 1rem;
}

.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  padding: 1.2rem;
}

.woocommerce-cart-form,
.cart-collaterals,
.cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
  float: none;
  width: 100%;
  max-width: none;
}

.woocommerce-cart-form { overflow-x: auto; }

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.2rem;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce form .form-row-wide {
  float: none;
  width: 100%;
  max-width: none;
  overflow: visible;
}

body.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; }
.woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0;
  text-decoration: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top: 0;
  border-radius: 0.8rem;
  background: #fff;
}

/* Hide leftover Autozpro Elementor Header & Footer chrome */
#masthead,
header#masthead,
body.ehf-header #masthead,
body:not(.elementor-editor-active):not(.elementor-editor-preview) .site-footer:not(.vt-footer),
body:not(.elementor-editor-active):not(.elementor-editor-preview) .ehf-footer .site-footer {
  display: none !important;
}

/* Footer */
.vt-footer { background: var(--night); color: #fff; margin-top: 3rem; }
.vt-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding: 3.2rem 0;
}

.vt-footer-brand { font-size: 1.5rem; margin: 0 0 0.6rem; }
.vt-footer a { color: rgba(255,255,255,0.8); text-decoration: none; }
.vt-footer-menu { list-style: none; padding: 0; }
.vt-footer-base { border-top: 1px solid rgba(255,255,255,0.1); font-size: 12px; color: rgba(255,255,255,0.5); }
.vt-footer-base-inner { padding: 0.9rem 0; display: flex; flex-wrap: wrap; gap: 0.75rem 1.2rem; align-items: center; justify-content: space-between; }
.vt-footer-base-inner p { display: flex; flex-wrap: wrap; gap: 1rem; margin: 0; }
.vt-footer-base-inner .vt-recaptcha-note { flex: 1 1 100%; }

.vt-wa {
  position: fixed;
  right: 1.1rem;
  bottom: max(1.1rem, env(safe-area-inset-bottom));
  z-index: 30;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  background: #128C7E;
  color: #fff !important;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-weight: 700;
  font-size: 14px;
}

/* Contact Form 7 loads invisible reCAPTCHA v3 sitewide — Google's badge slides in from the right. */
.grecaptcha-badge {
  visibility: hidden !important;
  pointer-events: none !important;
}

.vt-recaptcha-note {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.45);
}

.vt-recaptcha-note a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
}

.woosw-btn, .woosc-btn, .woosq-btn {
  border: 1px solid var(--line) !important;
  background: #fff !important;
  border-radius: 999px !important;
  font-size: 12px !important;
}

/* Tablet landscape / small laptop */
@media (max-width: 1024px) {
  .vt-search { max-width: 280px; }
  .vt-menu a { padding: 0.45rem 0.65rem; font-size: 12px; min-height: 44px; }
  .vt-hero { min-height: min(78vh, 760px); }
  .vt-hero-media {
    width: 120%;
    height: 120%;
    left: -8%;
    top: -6%;
    object-position: 50% 56%;
    transform: scale(1.58);
    transform-origin: 62% 50%;
  }
  .vt-hero-copy { padding: 4rem 0 3.4rem; }
  .vt-section { padding: 3.2rem 0; }
  .vt-finder-fields { grid-template-columns: 1fr; }
  .vt-platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vt-strip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vt-split,
  .vt-split-text,
  .vt-finder-grid,
  .vt-prose-grid,
  .vt-faq-grid,
  .vt-card-grid {
    grid-template-columns: 1fr;
  }
  ul.products,
  ul.products.columns-4,
  ul.products.columns-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .woocommerce div.product .product_title { font-size: 2rem; }
}

/* Tablet portrait */
@media (max-width: 768px) {
  .vt-topbar-inner { flex-wrap: wrap; }
  .vt-masthead { gap: 0.7rem; }
  .vt-search { max-width: none; }
  .vt-logo img,
  .vt-logo .custom-logo,
  .vt-header .custom-logo-link img,
  .vt-header img.custom-logo {
    height: 48px !important;
    max-height: 48px !important;
  }
  .vt-section-head { align-items: flex-start; }
  .vt-hero { min-height: min(72vh, 680px); }
  .vt-hero-media {
    width: 130%;
    height: 130%;
    left: -15%;
    top: -10%;
    object-position: 50% 54%;
    transform: scale(1.48);
    transform-origin: 50% 48%;
  }
  .vt-hero-shade {
    background:
      linear-gradient(180deg, rgba(12, 10, 12, 0.2) 0%, transparent 26%),
      linear-gradient(0deg, rgba(12, 10, 12, 0.76) 0%, rgba(12, 10, 12, 0.32) 40%, transparent 66%);
  }
  .vt-page { padding: 1.2rem; }
  .vt-page-hero { padding: 2.4rem 0; }
  .vt-wrap { padding: 1.8rem 0 3.4rem; }
  .vt-footer-grid { grid-template-columns: 1fr 1fr; gap: 1.4rem; padding: 2.4rem 0; }
  .vt-footer { padding-bottom: 3.5rem; }
  .vt-section-dark img { height: 280px; }
  ul.products,
  ul.products.columns-4,
  ul.products.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.85rem !important;
  }
  .vt-card-body { padding: 0.85rem; gap: 0.35rem; }
  .vt-card-title { font-size: 0.95rem; }
  ul.products .price { font-size: 0.95rem; }
  .vt-card-body > a.button,
  ul.products a.button {
    width: 100%;
    justify-self: stretch;
    padding: 0.65rem 0.85rem;
    font-size: 13px;
  }
  .woocommerce div.product,
  .woocommerce-checkout .col2-set,
  body.woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    float: none;
    width: 100%;
  }
}

/* Phone */
@media (max-width: 639px) {
  .vt-container { width: min(1180px, calc(100% - 1.5rem)); }
  .vt-chip-grid { grid-template-columns: 1fr; }
  .vt-topbar { display: none; }
  .vt-masthead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem 0.75rem;
  }
  .vt-logo { grid-column: 1; grid-row: 1; }
  .vt-logo img,
  .vt-logo .custom-logo,
  .vt-header .custom-logo-link img,
  .vt-header img.custom-logo {
    height: 40px !important;
    max-height: 40px !important;
    max-width: 140px !important;
  }
  .vt-mast-actions { grid-column: 2; grid-row: 1; gap: 0.4rem; justify-self: end; }
  .vt-mast-actions > a:not(.vt-cart-link) { display: none; }
  .vt-cart-link { padding: 0.45rem 0.75rem; }
  .vt-menu-toggle { display: inline-flex; padding: 0.45rem 0.7rem; }
  .vt-search {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
  }
  .vt-nav { display: none; }
  .vt-nav.is-open { display: block; border-top: 1px solid var(--line); }
  .vt-menu { flex-direction: column; padding: 0.55rem 0 0.9rem; }
  .vt-menu a {
    min-height: 44px;
    border-radius: 0.7rem;
    padding: 0.7rem 0.75rem;
    font-size: 13px;
  }
  .vt-cart-meta { display: none; }
  .vt-hero { min-height: min(78svh, 640px); }
  .vt-hero-media {
    width: 145%;
    height: 145%;
    left: -22%;
    top: -12%;
    object-position: 50% 52%;
    transform: scale(1.42);
    transform-origin: 50% 46%;
  }
  .vt-hero-copy { padding: 2.8rem 0 3.2rem; }
  .vt-lead { font-size: 1rem; }
  .vt-hero .vt-actions { padding-right: 0; }
  .vt-finder-form .vt-btn { width: auto; justify-self: start; }
  .vt-strip-grid,
  .vt-platform-grid,
  .vt-finder-fields,
  .vt-footer-grid,
  ul.products,
  ul.products.columns-4,
  ul.products.columns-2 {
    grid-template-columns: 1fr !important;
    gap: 0.9rem !important;
  }
  .vt-card-body {
    padding: 0.95rem 1rem 1.05rem;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "cat cat"
      "title title"
      "price action";
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0.35rem;
  }
  .vt-card-cat { grid-area: cat; }
  .vt-card-title {
    grid-area: title;
    font-size: 1.05rem;
  }
  ul.products .price {
    grid-area: price;
    font-size: 1.05rem;
    margin: 0;
  }
  .vt-card-body > a.button,
  ul.products a.button {
    grid-area: action;
    width: auto;
    justify-self: end;
    white-space: nowrap;
    padding: 0.6rem 0.95rem;
  }
  .vt-platform,
  .vt-platform img { min-height: 220px; height: 220px; }
  .vt-split img { height: 200px; }
  .vt-section { padding: 2.6rem 0; }
  .vt-section h2 { font-size: 1.7rem; }
  .vt-split h3 { font-size: 1.35rem; }
  .vt-finder-table th,
  .vt-finder-table td { padding: 0.7rem 0.55rem; font-size: 13px; }
  .vt-finder-panel,
  .vt-finder-form { padding: 1.1rem; }
  .vt-footer { padding-bottom: 4.2rem; }
  .vt-footer-base-inner,
  .vt-footer-base-inner p {
    flex-wrap: wrap;
  }
  .woocommerce div.product p.price { font-size: 1.35rem; }
}
