/*
Theme Name: ESG Auto Outfitters
Theme URI: https://esgautogear.online
Author: Effective Solutions Group, LLC
Author URI: https://esgtec.com
Description: Custom one-page WordPress theme for ESG Auto Outfitters.
Version: 1.2.2
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: esg-auto-outfitters
*/

@font-face { font-family: "Barlow"; src: url("assets/fonts/barlow-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("assets/fonts/barlow-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("assets/fonts/barlow-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("assets/fonts/barlow-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("assets/fonts/barlow-latin-800-normal.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-latin-800-normal.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --font-barlow: "Barlow";
  --font-condensed: "Barlow Condensed";
  --navy: #111312;
  --navy-2: #292c2a;
  --blue: #58bd22;
  --cyan: #6bd629;
  --ice: #eef1ed;
  --ink: #161816;
  --muted: #666b67;
  --line: rgba(24, 28, 24, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f8fbfc; color: var(--ink); font-family: var(--font-barlow), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
em { color: var(--cyan); font-style: normal; }
.section { padding: 110px max(6vw, 28px); }

.site-header { height: 96px; padding: 0 max(4.5vw, 24px); background: rgba(255,255,255,.97); color: var(--ink); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid rgba(0,0,0,.1); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { display: block; width: 255px; height: auto; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 36px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav a { color: #343834; transition: color .2s; font-weight: 600; }
.desktop-nav a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--cyan); color: #041724; padding: 17px 21px; min-width: 205px; font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: .07em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #55d5e7; }
.button-small { min-width: 0; padding: 13px 18px; }

.hero { min-height: 760px; height: 92vh; color: white; background: radial-gradient(circle at 79% 35%, rgba(107,214,41,.16), transparent 28%), linear-gradient(125deg, #0b0d0c 0%, #171a18 58%, #262a27 100%); position: relative; overflow: hidden; display: flex; align-items: center; padding: 110px max(7vw, 28px) 40px; }
.hero-grid { position: absolute; inset: 96px 0 0; opacity: .13; background-image: linear-gradient(rgba(124,218,70,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(124,218,70,.22) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-orbit { position: absolute; border: 1px solid rgba(107,214,41,.2); border-radius: 50%; }
.hero-orbit-one { width: 650px; height: 650px; right: -100px; top: 60px; }
.hero-orbit-two { width: 430px; height: 430px; right: 10px; top: 170px; border-color: rgba(255,255,255,.1); }
.hero-content { position: relative; z-index: 2; max-width: 860px; }
.eyebrow, .section-label { margin: 0 0 28px; color: var(--blue); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow { color: #c7d5c0; display: flex; align-items: center; gap: 12px; }
.eyebrow span { display: inline-block; width: 32px; height: 1px; background: var(--cyan); }
h1, h2 { margin: 0; font-family: var(--font-condensed), sans-serif; font-weight: 700; line-height: .91; text-transform: uppercase; letter-spacing: -.015em; }
h1 { font-size: clamp(72px, 9.5vw, 142px); }
h1 em, h2 em { font-weight: 500; }
.hero-copy { max-width: 585px; margin: 31px 0 34px; color: #b9cad3; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 36px; }
.text-link { color: white; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .12em; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 7px; }
.text-link span { margin-left: 15px; color: var(--cyan); }
.scroll-note { position: absolute; bottom: 30px; left: max(7vw, 28px); color: #728b9a; font-size: 10px; letter-spacing: .18em; }
.scroll-note span { color: var(--cyan); margin-left: 12px; }

.intro { background: #f7fafb; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12vw; align-items: end; }
h2 { font-size: clamp(48px, 6.2vw, 88px); }
.intro-grid > div { max-width: 540px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.intro-grid .lead { color: var(--ink); font-size: 22px; line-height: 1.5; margin-top: 0; }

.services { background: var(--navy); color: white; }
.section-label.light { color: #b7e79b; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 8vw; margin-bottom: 70px; }
.section-heading > p { max-width: 440px; color: #9db2be; line-height: 1.7; }
.service-list { border-top: 1px solid rgba(255,255,255,.15); }
.service-card { display: grid; grid-template-columns: 70px 1fr 1.4fr 1fr; gap: 30px; align-items: center; padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.15); transition: background .2s, padding .2s; }
.service-card:hover { background: rgba(22,184,212,.06); padding-left: 16px; padding-right: 16px; }
.service-number { color: var(--cyan); font-family: var(--font-condensed); font-size: 15px; }
.service-card h3 { margin: 0; font-family: var(--font-condensed); font-size: 31px; text-transform: uppercase; }
.service-card p { color: #9fb2bc; line-height: 1.6; margin: 0; }
.service-card ul { list-style: none; padding: 0; margin: 0; color: #c8d5da; font-size: 13px; line-height: 1.9; }
.service-card li::before { content: "+"; color: var(--cyan); margin-right: 10px; }

.brands { background: #fff; }
.brands-heading { display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 8vw; align-items: end; }
.brands-heading .section-label { grid-column: 1 / -1; }
.brands-heading > p:last-child { max-width: 470px; margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.brand-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; margin-top: 58px; }
.brand-tile { grid-column: span 2; min-height: 112px; display: grid; place-items: center; padding: 22px 18px; background: #f6f8f5; border: 1px solid #dce2da; transition: border-color .2s, transform .2s, background .2s; }
.brand-tile:hover { transform: translateY(-2px); border-color: var(--cyan); background: #f7faf5; }
.brand-tile img { display: block; width: auto; height: auto; max-width: 88%; max-height: 58px; object-fit: contain; }
.brand-tile.brand-retrax img, .brand-tile.brand-bedrug img { max-width: 94%; }
.brand-tile.brand-weathertech img { max-width: 96%; }
.brands-more { margin: 30px 0 0; color: #506674; line-height: 1.6; }

.mobile-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; padding: 0; }
.mobile-visual { position: relative; overflow: hidden; min-height: 600px; background: radial-gradient(circle at 50% 45%, rgba(107,214,41,.25), transparent 12%), linear-gradient(135deg, #292d2a, #0d0f0e); display: grid; place-items: center; color: white; }
.mobile-visual::before, .mobile-visual::after { content: ""; position: absolute; width: 550px; height: 550px; border: 1px solid rgba(59,183,208,.18); border-radius: 50%; }
.mobile-visual::after { width: 340px; height: 340px; }
.road-lines { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(30deg, transparent 48%, #63d1e2 49%, #63d1e2 50%, transparent 51%), linear-gradient(-30deg, transparent 48%, #63d1e2 49%, #63d1e2 50%, transparent 51%); background-size: 140px 140px; }
.location-pin { width: 92px; height: 92px; border: 2px solid var(--cyan); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-items: center; position: relative; z-index: 2; box-shadow: 0 0 45px rgba(25,184,212,.28); }
.location-pin span { width: 25px; height: 25px; border: 2px solid white; border-radius: 50%; }
.mobile-visual p { position: absolute; bottom: 58px; left: 60px; font-family: var(--font-condensed); font-size: 48px; font-weight: 700; line-height: .9; letter-spacing: -.02em; }
.mobile-copy { padding: 110px 9vw; display: flex; flex-direction: column; justify-content: center; background: var(--ice); }
.mobile-copy > p:not(.section-label) { max-width: 550px; color: #506674; font-size: 18px; line-height: 1.7; }
.mobile-copy .fine-print { border-left: 2px solid var(--cyan); padding-left: 20px; font-size: 13px !important; margin-top: 28px; }

.process { background: #fff; }
.process-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 70px; }
.text-link.dark { color: var(--ink); border-color: var(--line); }
.process ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 100px 1fr; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process li > span { font-family: var(--font-condensed); color: var(--blue); font-weight: 700; }
.process li div { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.process h3 { margin: 0; font-family: var(--font-condensed); font-size: 27px; text-transform: uppercase; }
.process li p { margin: 0; color: var(--muted); max-width: 430px; line-height: 1.6; }

.contact { background: #4cae1b; color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: start; }
.contact .section-label { color: #e4f7d9; }
.contact h2 em { color: var(--navy); }
.contact-intro > p:not(.section-label) { font-size: 19px; line-height: 1.55; max-width: 470px; margin: 35px 0 10px; }
.button-white { background: white; color: var(--navy); margin: 16px 0 22px; width: 100%; }
.email-link { display: inline-block; color: #d6f4f7; border-bottom: 1px solid rgba(255,255,255,.5); }
.estimate-form { background: white; color: var(--ink); padding: 40px; box-shadow: 0 20px 60px rgba(15,25,15,.18); }
.estimate-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; color: #4e554f; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; border: 1px solid #d6dcd4; background: #f7f9f6; color: var(--ink); padding: 14px 13px; font: 16px var(--font-barlow), Arial, sans-serif; outline: none; border-radius: 0; text-transform: none; letter-spacing: 0; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(88,189,34,.14); }
.estimate-form textarea { resize: vertical; }
.form-button { width: 100%; border: 0; cursor: pointer; background: var(--navy); color: white; }
.form-button:hover { background: #2b302c; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 14px 0 0; }
.estimate-notice { margin: 0 0 20px; padding: 14px 16px; font-size: 14px; line-height: 1.5; border-left: 4px solid var(--navy); }
.estimate-notice.success { background: #edf8e8; color: #224a12; }
.estimate-notice.error { background: #fff0ef; color: #7a1e18; }
.esg-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

footer { background: #051522; color: #90a7b4; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 45px max(6vw, 28px); font-size: 12px; line-height: 1.6; }
.footer-brand { background: #fff; width: max-content; padding: 5px 10px; }
.footer-brand img { width: 230px; height: auto; }
.legal { text-align: right; }
.footer-policy-link { display: inline-block; margin-top: 5px; color: #dce8d6; text-decoration: underline; text-underline-offset: 3px; }
.privacy-notice[hidden] { display: none; }
.privacy-notice { position: fixed; z-index: 99999; left: 24px; right: 24px; bottom: 24px; max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 35px; background: #fff; color: var(--ink); border-left: 6px solid var(--cyan); box-shadow: 0 16px 60px rgba(0,0,0,.28); padding: 22px 24px; }
.privacy-notice-copy { max-width: 760px; }
.privacy-notice-copy strong { display: block; font-family: var(--font-condensed), sans-serif; font-size: 24px; text-transform: uppercase; }
.privacy-notice-copy p { margin: 5px 0 0; color: var(--muted); line-height: 1.5; }
.privacy-notice-actions { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.privacy-notice-actions a { font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.privacy-notice-actions button { border: 0; background: var(--navy); color: #fff; cursor: pointer; min-width: 112px; padding: 14px 20px; font: 700 12px var(--font-barlow), sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.privacy-notice-actions button:hover, .privacy-notice-actions button:focus-visible { background: var(--blue); color: #0a1207; }
.legal-header { position: relative; }
.legal-page { min-height: 65vh; background: #f7faf7; padding: 95px max(8vw, 28px) 115px; }
.legal-page > * { max-width: 920px; margin-left: auto; margin-right: auto; }
.legal-page h1 { color: var(--ink); font-size: clamp(60px, 8vw, 108px); margin-bottom: 55px; }
.legal-content { color: #4e5650; font-size: 17px; line-height: 1.75; }
.legal-content h2 { color: var(--ink); font-size: 37px; line-height: 1; margin: 48px 0 14px; }
.legal-content a { color: #318b0e; text-decoration: underline; text-underline-offset: 3px; }
.legal-content p { margin: 0 0 18px; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { min-height: 700px; height: auto; padding-top: 165px; padding-bottom: 100px; }
  .intro-grid, .contact { grid-template-columns: 1fr; gap: 55px; }
  .section-heading { align-items: start; flex-direction: column; }
  .service-card { grid-template-columns: 50px 1fr; }
  .service-card p, .service-card ul { grid-column: 2; }
  .brands-heading { grid-template-columns: 1fr; gap: 30px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-tile { grid-column: auto; }
  .mobile-section { grid-template-columns: 1fr; }
  .mobile-visual { min-height: 460px; }
  .process li div { grid-template-columns: 1fr; gap: 12px; }
  footer { grid-template-columns: 1fr; }
  .legal { text-align: left; }
  .privacy-notice { align-items: flex-start; flex-direction: column; gap: 18px; }
}

@media (max-width: 620px) {
  .section { padding: 78px 24px; }
  .site-header { height: 78px; }
  .site-header .button-small { display: none; }
  .brand img { width: 210px; height: auto; }
  .hero { padding: 140px 24px 110px; }
  h1 { font-size: 62px; }
  h2 { font-size: 47px; }
  .hero-copy { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 25px; }
  .intro-grid { gap: 40px; }
  .intro-grid .lead { font-size: 19px; }
  .service-card { grid-template-columns: 35px 1fr; padding: 30px 0; gap: 14px; }
  .service-card h3 { font-size: 27px; }
  .brand-grid { gap: 10px; margin-top: 42px; }
  .brand-tile { min-height: 92px; padding: 18px 12px; }
  .brand-tile img { max-height: 48px; }
  .mobile-copy { padding: 78px 24px; }
  .mobile-visual p { left: 25px; bottom: 30px; font-size: 38px; }
  .process-heading { flex-direction: column; align-items: start; gap: 35px; }
  .process li { grid-template-columns: 42px 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .estimate-form { padding: 26px 20px; }
  footer { padding: 40px 24px; }
  .privacy-notice { left: 12px; right: 12px; bottom: 12px; padding: 18px; }
  .privacy-notice-actions { width: 100%; justify-content: space-between; }
  .legal-page { padding: 70px 24px 85px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
