/*
Theme Name: East Texas Interlock Fleet
Theme URI: http://192.168.7.175:8093
Author: East Texas Interlock & Fleet
Description: Responsive WordPress theme for East Texas Interlock & Fleet services and commerce.
Version: 1.5.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: etif
*/

:root {
  --ink: #060607;
  --panel: #101114;
  --panel-2: #1b1d22;
  --paper: #ffffff;
  --muted: #d6d8dd;
  --red: #d71920;
  --cyan: #8f9aa6;
  --amber: #9fb2c4;
  --magenta: #7a1024;
  --lime: #e7edf2;
  --chrome: #c8cdd2;
  --steel: #2e343b;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: "Arial Black", Impact, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(114deg, transparent 0 12%, rgba(43, 49, 56, 0.82) 13% 24%, transparent 25% 100%),
    linear-gradient(122deg, transparent 0 48%, rgba(107, 113, 120, 0.34) 49% 57%, transparent 58% 100%),
    linear-gradient(138deg, transparent 0 66%, rgba(210, 216, 224, 0.22) 67% 68%, transparent 69% 100%),
    linear-gradient(128deg, transparent 0 35%, rgba(122, 16, 36, 0.28) 36% 39%, transparent 40% 100%),
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.06), transparent 24%),
    var(--ink);
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  z-index: 0;
  pointer-events: none;
}

.site-shell::before {
  inset: 0;
  opacity: 0.2;
  background:
    linear-gradient(116deg, transparent 0 18%, rgba(255, 255, 255, 0.62) 18.5% 19%, transparent 19.5% 100%),
    linear-gradient(116deg, transparent 0 21%, rgba(159, 178, 196, 0.34) 21.4% 21.8%, transparent 22.2% 100%),
    linear-gradient(116deg, transparent 0 76%, rgba(255, 255, 255, 0.5) 76.4% 76.8%, transparent 77.2% 100%);
  animation: stripeDrift 18s ease-in-out infinite;
}

.site-shell::after {
  left: -24vw;
  right: -24vw;
  bottom: 10vh;
  height: 155px;
  opacity: 0.42;
  background:
    linear-gradient(100deg, transparent 0 16%, rgba(255, 255, 255, 0.7) 16.5% 17.4%, transparent 18% 22%, rgba(159, 178, 196, 0.34) 22.4% 23.1%, transparent 23.7% 100%),
    linear-gradient(100deg, transparent 0 30%, rgba(36, 41, 48, 0.96) 31% 50%, rgba(108, 116, 124, 0.72) 51% 62%, transparent 63% 100%);
  transform: skewY(-6deg);
  filter: none;
  animation: lowerGraphic 9s ease-in-out infinite;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(6, 6, 7, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand-mark {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand-mark img {
  width: min(360px, 52vw);
  height: auto;
  filter: invert(1) drop-shadow(3px 3px 0 rgba(122, 16, 36, 0.58)) drop-shadow(-3px -3px 0 rgba(159, 178, 196, 0.28));
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu li {
  position: relative;
  margin: 0;
}

.primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  min-width: 210px;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: rgba(6, 6, 7, 0.98);
  border: 1px solid var(--line);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  display: grid;
}

.nav a {
  color: var(--muted);
}

.nav a:hover {
  color: var(--paper);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.nav-toggle-icon {
  position: relative;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-icon::before { top: -7px; }
.nav-toggle-icon::after { top: 7px; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--red), #6e0d1f);
  color: var(--paper);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 12px 34px rgba(215, 25, 32, 0.28);
  font-size: 14px;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 0 16px 42px rgba(159, 178, 196, 0.22);
}

.btn.secondary {
  background: transparent;
  border-color: var(--paper);
  box-shadow: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(44px, 7vw, 104px) clamp(18px, 4vw, 64px) 44px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, 0.26) 47% 49%, transparent 50% 100%);
  background-size: 54px 54px, 54px 54px, 180px 180px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--lime);
  font-size: 14px;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 4px;
  background: var(--lime);
}

h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(48px, 9vw, 126px);
  line-height: 0.88;
  text-transform: uppercase;
}

.accent {
  color: transparent;
  -webkit-text-stroke: 2px var(--paper);
  text-shadow: 5px 5px 0 var(--magenta), -5px -5px 0 rgba(159, 178, 196, 0.42), 9px 0 0 rgba(200, 205, 210, 0.2);
  animation: paintFlicker 4s ease-in-out infinite;
}

.hero-text {
  max-width: 710px;
  margin: 24px 0 0;
  color: var(--muted);
  font-family: Arial, system-ui, sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
}

.texas-card {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.texas-card::before,
.texas-card::after {
  content: "";
  position: absolute;
  border: 2px solid var(--line);
  transform: skew(-8deg) rotate(-4deg);
}

.texas-card::before {
  inset: 5% 4% 10% 2%;
  background:
    linear-gradient(135deg, rgba(122, 16, 36, 0.5), rgba(159, 178, 196, 0.16)),
    repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.14) 0 9px, transparent 10px 24px);
  box-shadow: var(--shadow);
  animation: panelLean 6s ease-in-out infinite;
}

.texas-card::after {
  inset: 14% 0 2% 12%;
  border-color: rgba(159, 178, 196, 0.52);
  animation: panelLean 6s ease-in-out infinite reverse;
}

.texas-card img {
  position: relative;
  z-index: 1;
  width: 86%;
  filter: invert(1) drop-shadow(18px 18px 0 rgba(122, 16, 36, 0.62)) drop-shadow(-16px -16px 0 rgba(159, 178, 196, 0.34)) drop-shadow(0 22px 0 rgba(200, 205, 210, 0.16));
  animation: pulseShift 3.8s ease-in-out infinite;
}

.speed-lines {
  position: absolute;
  right: -20%;
  bottom: 16%;
  width: 88%;
  height: 18px;
  background:
    linear-gradient(90deg, transparent, var(--paper) 18%, transparent 21%),
    linear-gradient(90deg, transparent, var(--red) 54%, transparent 58%),
    linear-gradient(90deg, transparent, var(--cyan) 78%, transparent 82%);
  transform: rotate(-12deg);
  opacity: 0.86;
  animation: lineSnap 1.35s linear infinite;
}

.ticker {
  display: flex;
  gap: 28px;
  padding: 13px 0;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(100deg, transparent 0 8%, rgba(255, 255, 255, 0.7) 10%, transparent 12% 100%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px 18px),
    linear-gradient(90deg, #15181d 0%, #373f48 32%, #bfc5ca 50%, #323941 68%, #15181d 100%);
  background-size: 220% 100%, 80px 80px, 100% 100%;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.3), inset 0 -3px 0 rgba(159, 178, 196, 0.3);
  animation: candySweep 5s linear infinite;
}

.ticker-track {
  display: flex;
  gap: 28px;
  min-width: max-content;
  animation: marquee 16s linear infinite;
}

.section {
  position: relative;
  z-index: 1;
  padding: clamp(56px, 8vw, 100px) clamp(18px, 4vw, 64px);
}

.section.alt {
  background:
    linear-gradient(110deg, rgba(159, 178, 196, 0.11), transparent 28%),
    linear-gradient(250deg, rgba(122, 16, 36, 0.12), transparent 32%),
    var(--paper);
  color: var(--ink);
}

.section-head {
  max-width: 920px;
  margin-bottom: 32px;
}

.kicker {
  margin: 0 0 10px;
  color: var(--magenta);
  font-size: 14px;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 0.96;
  text-transform: uppercase;
}

.section-head p {
  max-width: 760px;
  margin: 16px 0 0;
  font-family: Arial, system-ui, sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.alt .section-head p {
  color: rgba(5, 5, 5, 0.72);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service {
  position: relative;
  min-height: 190px;
  padding: 20px;
  background:
    linear-gradient(160deg, rgba(16, 17, 20, 0.96), rgba(27, 29, 34, 0.96)),
    repeating-linear-gradient(125deg, transparent 0 18px, rgba(255, 255, 255, 0.12) 19px 20px, transparent 21px 46px);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  animation: cardFloat 7s ease-in-out infinite;
}

.service::after {
  content: "";
  position: absolute;
  inset: auto -20% -30% 18%;
  height: 92px;
  background: linear-gradient(90deg, var(--steel), var(--chrome), var(--red));
  transform: rotate(-10deg);
  opacity: 0.48;
  animation: stripeSlide 3.5s ease-in-out infinite;
}

.service:hover {
  transform: translateY(-6px) skewY(-0.5deg);
  border-color: rgba(159, 178, 196, 0.5);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.34), 0 0 0 2px rgba(159, 178, 196, 0.14);
}

.service:nth-child(2n) {
  animation-delay: -1.4s;
}

.service:nth-child(3n) {
  animation-delay: -2.8s;
}

.service strong {
  display: block;
  margin-bottom: 12px;
  color: var(--lime);
  font-size: 14px;
}

.service h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  font-size: clamp(21px, 2.4vw, 29px);
  line-height: 1;
  text-transform: uppercase;
}

.service p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-family: Arial, system-ui, sans-serif;
  font-size: 15px;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border-block: 1px solid var(--line);
}

.proof {
  padding: 26px clamp(18px, 3vw, 42px);
  background: var(--ink);
}

.proof b {
  display: block;
  color: var(--cyan);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  text-shadow: 3px 3px 0 rgba(122, 16, 36, 0.54);
}

.proof span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: Arial, system-ui, sans-serif;
  font-size: 14px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.detail {
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 6px;
  box-shadow: 8px 8px 0 rgba(122, 16, 36, 0.08);
}

.detail h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1;
  text-transform: uppercase;
}

.detail p {
  margin: 0;
  color: rgba(5, 5, 5, 0.72);
  font-family: Arial, system-ui, sans-serif;
}

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

.keyword-list span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  color: var(--paper);
  background: linear-gradient(145deg, rgba(16, 17, 20, 0.96), rgba(52, 59, 67, 0.92));
  border: 1px solid var(--line);
  border-radius: 4px;
  font-family: Arial, system-ui, sans-serif;
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.steps {
  display: grid;
  gap: 16px;
}

.step {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  background:
    linear-gradient(135deg, #f7f7f7, #dfe3ea),
    repeating-linear-gradient(120deg, transparent 0 16px, rgba(0, 0, 0, 0.12) 17px 18px, transparent 19px 42px);
  border: 1px solid #c9cfd8;
  border-radius: 6px;
  box-shadow: 8px 8px 0 rgba(122, 16, 36, 0.14);
}

.step-num {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--ink), #2c3138);
  border-radius: 4px;
  font-size: 28px;
  box-shadow: 5px 5px 0 var(--red);
}

.step h3 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.step p {
  margin: 0;
  color: rgba(5, 5, 5, 0.72);
  font-family: Arial, system-ui, sans-serif;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(135deg, rgba(20, 23, 27, 0.94), rgba(66, 74, 83, 0.84), rgba(6, 6, 7, 0.88)),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.18) 0 4px, transparent 5px 22px),
    linear-gradient(90deg, transparent 0 72%, rgba(215, 25, 32, 0.46) 73% 80%, transparent 81% 100%);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact h2 {
  max-width: 900px;
}

.contact p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Arial, system-ui, sans-serif;
  font-size: 18px;
}

.contact-page {
  padding-top: clamp(48px, 7vw, 86px);
}

.contact-page h1 {
  font-size: clamp(40px, 6vw, 82px);
}

.content-page {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  min-height: 65vh;
  margin: 0 auto;
  padding-top: clamp(48px, 7vw, 86px);
}

.content-header {
  max-width: 950px;
}

.content-header h1,
.not-found h1 {
  font-size: clamp(40px, 6vw, 82px);
  line-height: 0.98;
}

.service-page--automotive-electrical-diagnostics .content-header h1 {
  max-width: 920px;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1;
  text-transform: none;
}

.service-page--automotive-electrical-diagnostics .content-sections h2 {
  text-transform: none;
}

.content-intro,
.entry-content,
.content-sections p,
.related-services {
  color: var(--muted);
  font-family: Arial, system-ui, sans-serif;
  font-size: 18px;
}

.content-intro {
  max-width: 850px;
  margin: 24px 0 0;
}

.content-sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.content-sections section {
  padding: 24px;
  background: linear-gradient(150deg, rgba(16, 17, 20, 0.98), rgba(52, 59, 67, 0.94));
  border: 1px solid var(--line);
  border-radius: 6px;
}

.content-sections h2 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.05;
}

.content-sections p { margin: 0; }

.related-services {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin: 30px 0 44px;
}

.related-services a,
.entry-content a {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-cta { margin-top: 20px; }

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(150deg, rgba(16, 17, 20, 0.98), rgba(52, 59, 67, 0.94)),
    repeating-linear-gradient(116deg, rgba(255, 255, 255, 0.1) 0 2px, transparent 3px 20px);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-family: Arial, system-ui, sans-serif;
  font-size: 14px;
}

.contact-form .full,
.contact-form .form-alert,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .human-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  cursor: pointer;
}

.contact-form .human-check-input {
  appearance: auto;
  width: 22px;
  height: 22px;
  min-height: 22px;
  flex: 0 0 22px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--red);
  background: var(--paper);
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 3px;
  cursor: pointer;
}

.contact-form .human-check-copy {
  display: grid;
  gap: 3px;
  line-height: 1.25;
}

.contact-form .human-check-copy strong {
  color: var(--paper);
  font-size: 16px;
}

.contact-form .human-check-copy span {
  color: var(--muted);
  font-size: 13px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(231, 237, 242, 0.45);
  outline-offset: 2px;
}

.hp-field {
  position: absolute;
  left: -10000px;
}

.form-alert {
  margin: 0;
  padding: 12px 14px;
  border-radius: 4px;
  font-family: Arial, system-ui, sans-serif;
}

.form-alert.success {
  color: var(--paper);
  background: rgba(36, 92, 62, 0.72);
}

.form-alert.error {
  color: var(--paper);
  background: rgba(122, 16, 36, 0.78);
}

.commerce-page {
  padding-top: clamp(42px, 7vw, 84px);
}

.commerce-wrap {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin: 0 auto;
  color: var(--paper);
  font-family: Arial, system-ui, sans-serif;
}

.commerce-wrap h1,
.commerce-wrap h2,
.commerce-wrap h3,
.woocommerce div.product .product_title {
  font-family: "Arial Black", Impact, system-ui, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.commerce-wrap h1,
.woocommerce-products-header__title {
  margin: 0 0 26px;
  font-size: clamp(38px, 6vw, 76px);
}

.commerce-empty {
  max-width: 760px;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(150deg, rgba(16, 17, 20, 0.98), rgba(52, 59, 67, 0.94)),
    repeating-linear-gradient(116deg, rgba(255, 255, 255, 0.1) 0 2px, transparent 3px 20px);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.commerce-empty h2 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 56px);
}

.commerce-empty p:not(.kicker) {
  margin: 14px 0 22px;
  color: var(--muted);
  font-size: 17px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin: 0 0 22px;
  color: var(--muted);
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select {
  min-height: 44px;
  padding: 11px 12px;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  font: inherit;
}

.woocommerce form .form-row label {
  color: var(--muted);
}

.woocommerce form .form-row .required {
  color: var(--red);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 16px;
  background:
    linear-gradient(160deg, rgba(16, 17, 20, 0.96), rgba(27, 29, 34, 0.96)),
    repeating-linear-gradient(125deg, transparent 0 18px, rgba(255, 255, 255, 0.1) 19px 20px, transparent 21px 46px);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.woocommerce ul.products li.product a img {
  margin: 0 0 14px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  color: var(--paper);
  font-size: 20px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--lime);
  font-weight: 700;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--red), #6e0d1f);
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 12px 34px rgba(215, 25, 32, 0.22);
  font-family: "Arial Black", Impact, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: var(--paper);
  background: linear-gradient(135deg, #ee252d, #7a1024);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  color: var(--paper);
  background: rgba(16, 17, 20, 0.94);
  border-top-color: var(--red);
  border-radius: 4px;
  font-family: Arial, system-ui, sans-serif;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--lime);
}

.woocommerce-error::before {
  color: var(--red);
}

.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #payment,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  color: var(--paper);
  background: rgba(16, 17, 20, 0.94);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: rgba(255, 255, 255, 0.12);
}

.woocommerce table.shop_table a,
.commerce-wrap a:not(.btn):not(.button) {
  color: var(--lime);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 18px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 12px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 56px);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product div.summary {
  padding: clamp(20px, 4vw, 32px);
  background: rgba(16, 17, 20, 0.94);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--paper);
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 18px;
  color: var(--muted);
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--paper);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 64px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-family: Arial, system-ui, sans-serif;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer-links .pending {
  color: rgba(214, 216, 221, 0.58);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@keyframes pulseShift {
  0%, 100% {
    transform: translate(0, 0) rotate(-2deg) scale(1);
  }
  50% {
    transform: translate(10px, -10px) rotate(1.5deg) scale(1.035);
  }
}

@keyframes paintFlicker {
  0%, 100% {
    filter: saturate(1);
  }
  45% {
    filter: saturate(1.35);
  }
  50% {
    filter: saturate(1.9) hue-rotate(8deg);
  }
  55% {
    filter: saturate(1.25);
  }
}

@keyframes panelLean {
  0%, 100% {
    transform: skew(-8deg) rotate(-4deg) translate(0, 0);
  }
  50% {
    transform: skew(-10deg) rotate(-2deg) translate(10px, -7px);
  }
}

@keyframes lineSnap {
  from {
    transform: translateX(-8%) rotate(-12deg);
  }
  to {
    transform: translateX(8%) rotate(-12deg);
  }
}

@keyframes candySweep {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 240% 50%;
  }
}

@keyframes cardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes stripeSlide {
  0%, 100% {
    transform: translateX(0) rotate(-10deg);
  }
  50% {
    transform: translateX(-18px) rotate(-10deg);
  }
}

@keyframes stripeDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 260px 0, -220px 0;
  }
}

@keyframes lowerGraphic {
  0%, 100% {
    transform: translateX(-2%) skewY(-8deg);
  }
  50% {
    transform: translateX(3%) skewY(-8deg);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .topbar { align-items: center; }

  .nav-toggle { display: grid; }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    padding: 12px 18px 18px;
    background: rgba(6, 6, 7, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .nav.is-open { display: grid; }

  .primary-menu {
    display: grid;
    gap: 0;
  }

  .primary-menu .sub-menu {
    position: static;
    display: grid;
    padding: 0 0 0 14px;
    background: transparent;
    border: 0;
  }

  .nav a { padding: 10px 4px; }

  .hero,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 320px;
  }

  .service-grid,
  .proof-band,
  .detail-grid,
  .content-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce div.product {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .brand-mark img {
    width: min(300px, 82vw);
  }

  .nav {
    gap: 14px;
    font-size: 12px;
  }

  h1 {
    font-size: clamp(42px, 17vw, 76px);
  }

  .accent {
    -webkit-text-stroke: 1px var(--paper);
    text-shadow: 3px 3px 0 var(--magenta), -3px -3px 0 rgba(159, 178, 196, 0.42);
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .service-grid,
  .proof-band,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }

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

  .step-num {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }
}

/* Homepage business composition */
.home-business {
  padding-bottom: 0;
}

.home-hero {
  min-height: 700px;
  padding-bottom: clamp(62px, 8vw, 104px);
}

.home-hero .hero-copy {
  max-width: 780px;
}

.home-hero h1 {
  max-width: 780px;
  font-size: clamp(50px, 6.6vw, 94px);
  line-height: 0.94;
  letter-spacing: -0.025em;
}

.home-hero .hero-text {
  max-width: 700px;
}

.home-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin: 38px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-hero-facts div {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid var(--line);
}

.home-hero-facts div:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-hero-facts dt {
  margin-bottom: 5px;
  color: var(--yellow);
  font-family: Arial, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-hero-facts dd {
  margin: 0;
  color: var(--paper);
  font-family: Arial, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.home-capabilities,
.home-method,
.home-contact {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.home-capabilities {
  padding: clamp(76px, 10vw, 138px) 0 clamp(72px, 9vw, 122px);
}

.home-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: end;
  padding-bottom: clamp(46px, 6vw, 72px);
  border-bottom: 1px solid var(--line);
}

.home-section-intro h2,
.home-operation h2,
.home-method h2,
.home-contact h2 {
  margin: 0;
  text-transform: none;
}

.home-section-intro > p,
.home-operation-copy > p,
.home-method header > p:last-child,
.home-contact > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-family: Arial, system-ui, sans-serif;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.home-capability {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(190px, 260px);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(34px, 4.8vw, 56px) 0;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.home-capability::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -22px;
  opacity: 0;
  background: linear-gradient(90deg, rgba(215, 25, 32, 0.12), rgba(159, 178, 196, 0.06) 55%, transparent);
  transform: translateX(-14px);
  transition: opacity 180ms ease, transform 220ms ease;
}

.home-capability:hover::before,
.home-capability:focus-within::before {
  opacity: 1;
  transform: translateX(0);
}

.home-capability-number {
  align-self: start;
  color: transparent;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 46px;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.42);
}

.home-capability-label {
  margin: 0 0 10px;
  color: var(--yellow);
  font-family: Arial, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-capability h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 51px);
  line-height: 1;
  text-transform: none;
}

.home-capability h3 a {
  color: var(--paper);
  text-decoration: none;
}

.home-capability-main > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-family: Arial, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.62;
}

.home-capability-link,
.home-capability-links a,
.text-link {
  color: var(--paper);
  font-family: Arial, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-capability-link,
.home-capability-links {
  justify-self: end;
}

.home-capability-links {
  display: grid;
  gap: 15px;
  justify-items: end;
  text-align: right;
}

.home-capability-link span,
.home-capability-links span,
.text-link span {
  display: inline-block;
  margin-left: 7px;
  color: var(--yellow);
  transition: transform 160ms ease;
}

.home-capability-link:hover span,
.home-capability-links a:hover span,
.text-link:hover span {
  transform: translateX(4px);
}

.home-operation {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  width: min(1240px, calc(100% - 36px));
  min-height: 520px;
  margin: 0 auto clamp(76px, 9vw, 128px);
  overflow: hidden;
  background: linear-gradient(120deg, rgba(16, 17, 20, 0.98), rgba(29, 32, 38, 0.95));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-operation::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background: repeating-linear-gradient(115deg, transparent 0 34px, rgba(255, 255, 255, 0.18) 35px 36px, transparent 37px 72px);
  animation: stripeDrift 18s linear infinite;
}

.home-operation-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 7vw, 84px);
}

.home-operation-copy h2 {
  margin-bottom: 25px;
  font-size: clamp(38px, 5vw, 64px);
}

.home-operation-copy .text-link {
  align-self: flex-start;
  margin-top: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--yellow);
}

.home-operation-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 40%, rgba(215, 25, 32, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(46, 52, 59, 0.52), rgba(6, 6, 7, 0.88));
}

.home-operation-code {
  position: absolute;
  right: -0.03em;
  bottom: -0.12em;
  color: transparent;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(180px, 27vw, 400px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.22);
}

.home-operation-route {
  position: absolute;
  left: 12%;
  right: 8%;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  transform: rotate(-12deg);
}

.home-operation-route::after {
  content: "";
  position: absolute;
  width: 32%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--yellow), transparent);
  animation: routeSignal 3.6s ease-in-out infinite;
}

.route-one { top: 38%; }
.route-two { top: 62%; transform: rotate(9deg); }
.route-two::after { animation-delay: -1.8s; }

.home-operation-pulse {
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--red);
  border: 3px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(215, 25, 32, 0.45);
  animation: operationPulse 2.4s ease-out infinite;
}

.pulse-one { top: 32%; left: 30%; }
.pulse-two { right: 22%; bottom: 29%; animation-delay: -1.2s; }

.home-operation-visual small {
  position: absolute;
  top: 28px;
  right: 30px;
  color: var(--paper);
  font-family: Arial, system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.home-method {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: start;
  padding-bottom: clamp(82px, 10vw, 138px);
}

.home-method header {
  position: sticky;
  top: 120px;
}

.home-method h2 {
  font-size: clamp(38px, 5vw, 62px);
}

.home-method-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.home-method-steps li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.home-method-steps li > span {
  color: var(--yellow);
  font-family: Arial, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.home-method-steps h3 {
  margin: 0 0 8px;
  font-size: 27px;
  text-transform: none;
}

.home-method-steps p {
  margin: 0;
  color: var(--muted);
  font-family: Arial, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.home-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  padding: clamp(54px, 7vw, 84px) 0;
  border-top: 1px solid var(--line);
}

.home-contact h2 {
  max-width: 800px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5.6vw, 70px);
}

.home-contact-actions {
  display: grid;
  gap: 25px;
  min-width: 235px;
  justify-items: start;
}

@keyframes routeSignal {
  0% { transform: translateX(-120%); opacity: 0; }
  25%, 75% { opacity: 1; }
  100% { transform: translateX(420%); opacity: 0; }
}

@keyframes operationPulse {
  0% { box-shadow: 0 0 0 0 rgba(215, 25, 32, 0.52); }
  100% { box-shadow: 0 0 0 22px rgba(215, 25, 32, 0); }
}

@media (max-width: 980px) {
  .home-section-intro,
  .home-operation,
  .home-method,
  .home-contact {
    grid-template-columns: 1fr;
  }

  .home-capability {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .home-capability-link,
  .home-capability-links {
    grid-column: 2;
    justify-self: start;
    justify-items: start;
    text-align: left;
  }

  .home-operation-visual {
    min-height: 320px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .home-method header {
    position: static;
  }

  .home-contact-actions {
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .topbar {
    gap: 10px;
    padding: 10px 14px;
  }

  .brand-mark img {
    width: min(230px, calc(100vw - 80px));
  }

  .nav-toggle {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 10.8vw, 48px);
    letter-spacing: -0.035em;
  }

  .home-hero-facts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-hero-facts div,
  .home-hero-facts div:first-child {
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .home-hero-facts div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .home-section-intro {
    gap: 24px;
  }

  .home-capability {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .home-capability-number {
    font-size: 34px;
  }

  .home-capability-link,
  .home-capability-links {
    grid-column: 1;
  }

  .home-capability-links {
    justify-items: start;
    text-align: left;
  }

  .home-operation,
  .home-capabilities,
  .home-method,
  .home-contact {
    width: min(100% - 28px, 1180px);
  }

  .home-operation-copy {
    padding: 36px 24px 46px;
  }

  .home-operation-code {
    font-size: 190px;
  }

  .home-method {
    gap: 35px;
  }

  .home-contact-actions,
  .home-contact-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-operation::before,
  .home-operation-route::after,
  .home-operation-pulse {
    animation: none;
  }
}