/*
Theme Name: LIHIGH Excavator
Theme URI: https://www.lihighexcavator.com
Author: LIHIGH CONSTRUCTION MACHINERY LIMITED
Description: Custom WordPress theme for LIHIGH construction machinery export.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Private
Text Domain: lihigh-excavator
*/

:root {
  --navy: #061a2f;
  --navy-2: #092642;
  --navy-3: #0d3156;
  --gold: #f5b400;
  --gold-light: #ffd24d;
  --gold-dark: #7a5700;
  --white: #ffffff;
  --light: #f5f7fa;
  --line: #d9dee7;
  --text: #111827;
  --muted: #667085;
  --green: #25a55f;
  --shadow: 0 16px 34px rgba(6, 26, 47, 0.09);
  --shadow-lg: 0 28px 60px rgba(6, 26, 47, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body.admin-bar .site-header {
  top: 32px;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.lihigh-site h1,
.lihigh-site h2,
.lihigh-site h3,
.lihigh-site h4,
.lihigh-site p,
.lihigh-site blockquote {
  margin-top: 0;
}

.lihigh-site h1,
.lihigh-site h2,
.lihigh-site h3,
.brand-name,
.button,
.hero-stats strong,
.card-number,
.process-number,
.footer-logo strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
}

.wrap {
  width: min(1200px, 94%);
  margin: 0 auto;
}

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

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: 72px;
  background: rgba(6, 26, 47, 0.98);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1200px, 94%);
  height: 72px;
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 50%;
}

.brand-name {
  color: var(--white);
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.brand-name em,
.footer-logo em {
  color: var(--gold);
  font-style: normal;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
}

.primary-nav > a,
.nav-item > a {
  display: flex;
  align-items: center;
  min-height: 40px;
  border-bottom: 2px solid transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease;
}

.primary-nav > a:hover,
.nav-item > a:hover,
.primary-nav .is-active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.nav-item {
  position: relative;
}

.has-dropdown > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: -3px 0 0 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 300;
  display: none;
  flex-direction: column;
  gap: 1px;
  min-width: 230px;
  padding: 12px 8px 8px;
  background: #0d2138;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
  transform: translateX(-50%);
}

.has-dropdown:hover .dropdown-panel,
.has-dropdown:focus-within .dropdown-panel {
  display: flex;
}

.dropdown-panel a {
  padding: 10px 14px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.dropdown-panel a:hover {
  background: rgba(245, 180, 0, 0.1);
  color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  background: var(--gold);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 180ms ease;
}

.header-quote:hover {
  background: var(--gold-light);
}

.menu-toggle {
  display: none;
  width: 36px;
  height: 36px;
  padding: 7px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.mobile-nav {
  display: none;
  position: absolute;
  top: 72px;
  right: 0;
  left: 0;
  padding: 16px 3%;
  background: rgba(6, 26, 47, 0.99);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-nav.is-open {
  display: flex;
  flex-direction: column;
}

.mobile-nav a {
  padding: 13px 4px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 700;
}

/* Hero */
.hero {
  position: relative;
  display: grid;
  grid-template-rows: minmax(650px, calc(100svh - 72px)) auto;
  overflow: hidden;
  background: var(--navy) url("assets/products/sany-sy75c-new.jpg") center 45% / cover no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(105deg, rgba(5, 20, 36, 0.94) 0%, rgba(5, 20, 36, 0.77) 52%, rgba(5, 20, 36, 0.45) 100%);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 72px, rgba(245, 180, 0, 0.025) 72px, rgba(245, 180, 0, 0.025) 73px),
    repeating-linear-gradient(90deg, transparent, transparent 72px, rgba(245, 180, 0, 0.025) 72px, rgba(245, 180, 0, 0.025) 73px);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 650px;
  padding: 70px 0 54px;
}

.hero-copy {
  max-width: 690px;
}

.hero-badge,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-badge {
  padding: 7px 15px;
  border: 1px solid rgba(245, 180, 0, 0.28);
  background: rgba(245, 180, 0, 0.06);
}

.hero-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}

.hero h1 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(58px, 7vw, 108px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1 em,
.content-section h2 em,
.final-cta h2 em,
.contact-section h2 em {
  color: var(--gold);
  font-style: normal;
}

.hero-subline {
  margin-bottom: 16px;
  color: rgba(245, 180, 0, 0.75);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-text {
  max-width: 480px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: var(--navy);
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-navy {
  background: var(--navy);
  color: var(--white);
}

.button-navy:hover {
  background: var(--navy-2);
}

.button-outline-light {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.3);
}

.button-outline-light:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 600;
}

.hero-trust b,
.card-icon,
.process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(245, 180, 0, 0.34);
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(11, 45, 77, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stats article {
  min-height: 96px;
  padding: 22px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stats article:last-child {
  border-right: 0;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--gold);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.hero-stats span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.marquee {
  overflow: hidden;
  padding: 12px 0;
  background: var(--gold);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: lihigh-marquee 28s linear infinite;
  white-space: nowrap;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 26px;
  border-right: 1px solid rgba(6, 26, 47, 0.18);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.marquee-track span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--navy);
  transform: rotate(45deg);
}

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

/* Shared sections */
.content-section {
  padding: 108px 0;
  scroll-margin-top: 72px;
}

.content-section h2,
.contact-section h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(38px, 4.2vw, 54px);
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-tag {
  margin-bottom: 10px;
  color: var(--gold-dark);
  letter-spacing: 0.18em;
}

.section-tag::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--gold);
}

.section-intro {
  max-width: 570px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.content-section h3 {
  margin-bottom: 9px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.content-section p {
  color: var(--muted);
}

.center-action {
  margin-top: 40px;
  text-align: center;
}

/* Trust */
.trust-section,
.cases-section {
  background: #f8fafc;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 52px;
}

.trust-card {
  position: relative;
  min-height: 285px;
  padding: 34px 28px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.trust-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.trust-card:hover {
  border-color: rgba(245, 180, 0, 0.48);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.trust-card:hover::after {
  transform: scaleX(1);
}

.card-number {
  position: absolute;
  top: 7px;
  right: 12px;
  color: rgba(6, 26, 47, 0.05);
  font-size: 78px;
  line-height: 1;
}

.card-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-color: rgba(6, 26, 47, 0.1);
  background: #fff8df;
  color: var(--gold-dark);
  font-size: 11px;
}

.trust-card p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
}

/* Categories */
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.category-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(6, 26, 47, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.category-card:hover {
  border-color: rgba(245, 180, 0, 0.55);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.category-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--light);
}

.category-image img,
.product-image img,
.case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 300ms ease;
}

.category-card:hover img,
.product-card:hover img,
.case-card:hover img {
  transform: scale(1.05);
}

.category-image span,
.product-image span {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 5px 11px;
  background: rgba(245, 180, 0, 0.95);
  color: var(--navy);
  border-radius: 20px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(6, 26, 47, 0.12);
}

.category-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 24px 24px;
}

.category-body p {
  flex: 1;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}

.category-body strong {
  color: var(--gold-dark);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Products */
.products-section {
  background: var(--white);
}

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

.product-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  border-color: rgba(245, 180, 0, 0.5);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.product-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eef0f4;
}

.product-image img {
  filter: brightness(0.92);
}

.product-card:hover .product-image img {
  filter: brightness(0.82);
}

.product-image span {
  right: auto;
  left: 14px;
  border-radius: 3px;
}

.product-body {
  padding: 22px;
}

.product-brand {
  margin-bottom: 6px;
  color: var(--gold-dark) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-body > p:not(.product-brand) {
  min-height: 63px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.product-footer span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-footer a {
  padding: 8px 12px;
  color: var(--gold-dark);
  border: 1px solid rgba(122, 87, 0, 0.26);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-footer a:hover {
  background: var(--gold);
  color: var(--navy);
}

/* Process */
.process-section {
  background: var(--navy);
}

.process-section .section-tag,
.process-section h2 em {
  color: var(--gold);
}

.process-section h2 {
  color: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  margin-top: 58px;
}

.process-card {
  position: relative;
  min-height: 290px;
  padding: 36px 28px 32px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 220ms ease, border-color 220ms ease;
}

.process-card:hover {
  background: rgba(245, 180, 0, 0.07);
  border-color: rgba(245, 180, 0, 0.25);
}

.process-number {
  position: absolute;
  top: 15px;
  right: 20px;
  color: rgba(245, 180, 0, 0.12);
  font-size: 72px;
  line-height: 1;
}

.process-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  background: rgba(245, 180, 0, 0.06);
  font-size: 12px;
}

.process-card h3 {
  color: var(--white);
}

.process-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.7;
}

.process-card i {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid var(--gold);
  opacity: 0.4;
  transform: translateY(-50%);
}

/* Inspection */
.inspection-grid,
.team-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(46px, 7vw, 82px);
  align-items: center;
}

.inspection-media,
.team-media {
  position: relative;
}

.inspection-media > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  filter: brightness(0.92);
}

.inspection-media > div,
.team-media > div {
  position: absolute;
  right: -16px;
  bottom: -16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 144px;
  padding: 16px;
  background: var(--gold);
  color: var(--navy);
  text-align: center;
}

.inspection-media strong,
.team-media strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.inspection-media span,
.team-media span {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inspection-list {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}

.inspection-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.inspection-list article:last-child {
  border-bottom: 0;
}

.inspection-list > article > span {
  color: var(--gold-dark);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.inspection-list h3 {
  margin-bottom: 4px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.inspection-list p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6;
}

/* Cases */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 52px;
}

.case-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.case-card:hover {
  border-color: rgba(245, 180, 0, 0.45);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.case-image {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.case-image img {
  filter: brightness(0.88);
}

.case-body {
  padding: 22px;
}

.case-body > span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-body p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6;
}

/* Team */
.team-media > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.team-media > div {
  right: auto;
  left: 28px;
  width: auto;
  height: auto;
  min-width: 148px;
  padding: 18px 22px;
}

.team-copy > p:not(.section-tag) {
  margin-bottom: 22px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.82;
}

.team-copy blockquote {
  display: grid;
  gap: 6px;
  margin: 24px 0;
  padding: 20px;
  background: #fffbef;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
}

.team-copy blockquote strong {
  color: var(--navy);
  font-size: 16px;
}

.team-copy blockquote span {
  color: var(--muted);
  font-size: 13px;
  font-style: italic;
  line-height: 1.65;
}

/* CTA and contact */
.final-cta {
  padding: 82px 0;
  background: var(--navy-2);
  color: var(--white);
  text-align: center;
}

.final-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.final-cta p {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.contact-section {
  padding: 94px 0 116px;
  background: #f8fafc;
  scroll-margin-top: 72px;
}

.contact-grid {
  align-items: start;
}

.contact-copy > p:not(.section-tag) {
  max-width: 540px;
  color: var(--muted);
  line-height: 1.75;
}

.contact-email,
.contact-note {
  display: block;
}

.contact-email {
  margin: 24px 0 10px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 800;
}

.contact-note {
  color: var(--muted);
  font-size: 12px;
}

.quote-form {
  display: grid;
  gap: 15px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  outline: 0;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.14);
}

.quote-form textarea {
  min-height: 118px;
  resize: vertical;
}

.form-button {
  width: 100%;
}

/* Footer */
.site-footer {
  padding: 72px 0 26px;
  background: #040e1c;
  color: rgba(255, 255, 255, 0.66);
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 66px;
  padding: 40px 50px;
  background: var(--gold);
  border-radius: 8px;
}

.footer-cta h3 {
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 29px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-cta p {
  margin-bottom: 0;
  color: rgba(6, 26, 47, 0.68);
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 34px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 15px;
}

.footer-logo img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: contain;
}

.footer-logo strong {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.footer-grid h4 {
  margin-bottom: 18px;
  color: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.7;
}

.footer-grid a {
  display: block;
  margin-bottom: 8px;
  transition: color 180ms ease;
}

.footer-grid a:hover {
  color: var(--gold);
}

.footer-brand p {
  max-width: 280px;
  margin-bottom: 8px;
}

.copyright {
  margin: 30px 0 0;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11px;
  text-align: center;
}

.floating-contact {
  position: fixed;
  right: 26px;
  bottom: 28px;
  z-index: 190;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 50%;
  box-shadow: 0 7px 24px rgba(6, 26, 47, 0.28);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 24px;
  transition: transform 180ms ease;
}

.floating-contact:hover {
  transform: scale(1.08);
}

@media (max-width: 1080px) {
  .primary-nav,
  .header-quote {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .trust-grid,
  .product-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-card i {
    display: none;
  }

  .inspection-grid,
  .team-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .inspection-media,
  .team-media {
    max-width: 720px;
  }

  .case-grid {
    max-width: 680px;
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .brand-name {
    font-size: 18px;
  }

  .hero {
    grid-template-rows: minmax(610px, calc(100svh - 72px)) auto;
    background-position: 62% center;
  }

  .hero-content {
    min-height: 610px;
    padding: 62px 0 44px;
  }

  .hero h1 {
    font-size: clamp(54px, 18vw, 78px);
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 330px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats article {
    min-height: 88px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .content-section {
    padding: 78px 0;
  }

  .trust-grid,
  .category-grid,
  .product-grid,
  .process-grid,
  .footer-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .trust-card,
  .process-card {
    min-height: auto;
  }

  .inspection-media > div,
  .team-media > div {
    right: 12px;
    bottom: 12px;
    left: auto;
    width: 120px;
    min-width: 0;
    height: 120px;
    padding: 12px;
  }

  .team-media > div {
    height: auto;
  }

  .contact-email {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .quote-form {
    padding: 20px;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }

  .floating-contact {
    right: 18px;
    bottom: 18px;
    width: 50px;
    height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .marquee-track {
    animation: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
