:root{
  --bg:#050505; --bg2:#0d0d0d; --panel:rgba(255,255,255,.05); --line:rgba(255,255,255,.1);
  --text:#f6f1e8; --soft:rgba(255,255,255,.82); --muted:rgba(255,255,255,.6);
  --gold:#d4a24a; --gold2:#f2d089; --red:#c91f16; --shadow:0 20px 60px rgba(0,0,0,.35);
  --radius:24px; --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif; color:var(--text); line-height:1.55;
  background:
    radial-gradient(circle at top right, rgba(212,162,74,.16), transparent 24%),
    radial-gradient(circle at left center, rgba(201,31,22,.08), transparent 18%),
    linear-gradient(180deg,#101010 0%,#090909 38%,#050505 100%);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(calc(100% - 32px), var(--max));margin:0 auto}
.nav{position:sticky;top:0;z-index:90;background:rgba(5,5,5,.88);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px)}
.nav-inner{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 0}
.brand img{height:120px;width:auto;display:block;filter:drop-shadow(0 10px 20px rgba(0,0,0,.4))}
.nav-links{display:flex;align-items:center;gap:22px;color:var(--soft);font-size:.95rem}
.nav-links a:hover{color:var(--gold2)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111;box-shadow:var(--shadow)}
.btn-secondary{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.12)}
.eyebrow{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;border:1px solid rgba(212,162,74,.24);background:rgba(212,162,74,.1);color:var(--gold2);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
.gradient{background:linear-gradient(135deg,#fff,var(--gold2),var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}
.card{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero{padding:50px 0 26px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:stretch}
.hero-copy{padding:38px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.hero-copy:before{content:"";position:absolute;left:-100px;bottom:-100px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(201,31,22,.18),transparent 70%)}
.hero-copy h1{font-size:clamp(2.8rem,6vw,5.4rem);line-height:.95;letter-spacing:-.06em;margin:18px 0;max-width:11ch}
.hero-copy p{font-size:1.06rem;color:var(--soft);max-width:58ch;margin-bottom:24px}
.hero-actions,.hero-tags,.meta-row,.cta-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-tags span,.meta-pill{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:.92rem}
.hero-media{position:relative;overflow:hidden;min-height:720px}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block;}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.58))}
.hero-box{position:absolute;right:18px;bottom:18px;width:min(320px,calc(100% - 36px));padding:18px;border-radius:20px;background:rgba(10,10,10,.82);border:1px solid rgba(255,255,255,.12)}
.hero-box strong{display:block;color:var(--gold2);margin-bottom:8px;font-size:1.08rem}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}
.stat{padding:18px;text-align:center;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.stat strong{display:block;color:var(--gold2);font-size:1.5rem;margin-bottom:4px}
section{padding:34px 0}
.section-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px}
.section-head h2{font-size:clamp(2rem,4vw,3rem);line-height:.98;letter-spacing:-.04em;margin:10px 0 0}
.section-head p{max-width:60ch;color:var(--soft);margin-bottom:0}
.showcase{display:grid;grid-template-columns:1.2fr 0.9fr 0.9fr;gap:18px;align-items:stretch;}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dual{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.tile{position:relative;overflow:hidden;min-height:420px;background:#111;border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow: 0 20px 60px rgba(0,0,0,.35)}
.showcase.tile{min-height: 560px;}
.tile img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.tile.skytop img{object-position:center top}
.tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72))}
.tile-copy{position:absolute;left:18px;right:18px;bottom:18px;z-index:1}
.tile h3{margin:0 0 6px;font-size:1.15rem}
.tile p{margin:0;color:rgba(255,255,255,.85)}
.badge{display:inline-block;padding:8px 12px;border-radius:999px;background:rgba(201,31,22,.18);border:1px solid rgba(201,31,22,.26);font-size:.8rem;font-weight:800;color:#ffd2ce;margin-bottom:10px}
.service,.review,.contact,.blurb{padding:24px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border:1px solid var(--line);box-shadow:var(--shadow)}
.icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;margin-bottom:16px;background:linear-gradient(135deg,rgba(242,208,137,.17),rgba(212,162,74,.1));border:1px solid rgba(212,162,74,.18);color:var(--gold2);font-weight:900}
.service p,.review p,.contact p,.blurb p{color:var(--soft)}
.banner{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:center}
.banner .copy{padding:24px}
.banner .visual{min-height:350px;overflow:hidden;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow)}
.banner .visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.stars{color:var(--gold2);letter-spacing:.12em;margin-bottom:12px}
.review strong,.contact strong{display:block;margin-top:16px;margin-bottom:4px}
.quote{display:grid;grid-template-columns:.95fr 1.05fr;gap:18px}
.list{display:grid;gap:12px;margin-top:18px}
.item{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}

/* ===== FORM STYLING - FIXED DROPDOWN ===== */
input, textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: var(--text);
  font: inherit;
  outline: none;
}

/* FIXED DROPDOWN - Dark box with white text, but options are black on white when opened */
select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.1);
  background: #1a1a1a;  /* Dark background for the box */
  color: white;  /* White text in the box */
  font: inherit;
  outline: none;
  cursor: pointer;
}

/* When dropdown opens - options are BLACK on WHITE for easy reading */
select option {
  background-color: white;
  color: black;
  padding: 12px;
}

/* Hover effect */
select:hover {
  border-color: var(--gold);
  background: #222;
}

/* First option (placeholder) styling */
select option:first-child {
  color: #666;
}

form {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin-top: 18px;
}

.full {
  grid-column: 1 / -1;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255,255,255,.45);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(212,162,74,.45);
  box-shadow: 0 0 0 3px rgba(212,162,74,.12);
}

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

.page-hero {
  padding: 56px 0 18px;
}

.page-hero .card {
  padding: 34px;
}

.page-hero h1 {
  font-size: clamp(2.4rem,5vw,4.2rem);
  line-height: .96;
  letter-spacing: -.05em;
  margin: 18px 0;
}

.simple-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 20px;
}

.success {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 48px 0;
}

.success-box {
  padding: 36px;
  max-width: 780px;
}

footer {
  padding: 26px 0 60px;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-brand img {
  height: 58px;
  width: auto;
  margin-bottom: 10px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width:1100px) {
  .hero-grid,.showcase,.grid4,.banner,.quote,.dual,.simple-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:760px) {
  .nav-inner,.nav-links {
    flex-wrap: wrap;
  }
  .hero-grid,.showcase,.grid4,.banner,.quote,.dual,.stats,.simple-grid,form {
    grid-template-columns: 1fr;
  }
  .hero-copy,.service,.review,.contact,.blurb {
    padding: 22px;
  }
  .hero-media {
    min-height: 420px;
  }
  .hero-copy h1 {
    font-size: 2.55rem;
  }
  .brand img {
    height: 48px;
  }
}

/* Revision 2 tweaks */
.brand img {
  height: 78px;
  background: transparent;
}
.nav {
  background: rgba(5,5,5,.88);
}
.hero-tags span {
  cursor: default; 
  pointer-events: none;
}
.hero-media img {
  filter: saturate(1.08) contrast(1.03) brightness(1.04);
}
.tile img,
.banner .visual img {
  filter: saturate(1.08) contrast(1.03) brightness(1.04);
}
.tile {
  min-height: 360px;
}
.showcase .tile:first-child {
  min-height: 420px;
}

/* Revision 3 cleanup */
.hero-tags {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  max-width: 640px;
}
.hero-tags span {
  text-align: center;
  white-space: nowrap;
}
.meta-row {
  display: none;
}
.review-carousel {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.review-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: scrollReviews 34s linear infinite;
}
.review-track .review {
  width: 340px;
  flex: 0 0 340px;
}
@keyframes scrollReviews {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.review {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review p {
  color: rgba(255,255,255,.82);
  line-height: 1.65;
  font-size: 1rem;
}

.review strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 4px;
  font-size: 1rem;
}

.stars {
  color: var(--gold2);
  letter-spacing: .14em;
  margin-bottom: 14px;
  font-size: 1rem;
}

.muted {
  color: rgba(255,255,255,.58);
  font-size: .9rem;
}

.hero-feature {
  min-height: 420px;
}

.hero-feature img {
  object-fit: cover;
  object-position: center center 65%;
}

/* FORCE featured 3-image section to fill properly */
.showcase {
  display: grid !important;
  grid-template-columns: 1.2fr 0.9fr 0.9fr !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.showcase .tile {
  min-height: 620px !important;
}

.showcase .tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.showcase .tile:nth-child(1) img {
  object-position: center 82% !important;
}

.showcase .tile:nth-child(2) img {
  object-position: center 30% !important;
}

.showcase .tile:nth-child(3) img {
  object-position: center 30% !important;
}

.hero-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 35% !important;
  display: block !important;
}

.silverado-tile {
  min-height: 620px !important;
}

.silverado-tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center bottom !important;
  transform: scale(1.15) !important;
}

.jimny-tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: scale(1.12) !important;
}

.ford-tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: scale(1.12) !important;
}

/* Force the 3 featured images to fully fill their tiles */
.showcase .tile {
  position: relative !important;
  height: 450px !important;
  min-height: 450px !important;
  overflow: hidden !important;
}

.showcase .tile img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.silverado-tile img {
  object-position: center 82% !important;
}

.jimny-tile img {
  object-position: center 28% !important;
}

.ford-tile img {
  object-position: center 28% !important;
}

/* ===== MOBILE IMPROVEMENTS ===== */
@media (max-width: 760px) {
  /* Better touch targets */
  .nav-links a,
  .btn,
  select,
  input,
  textarea,
  button {
    min-height: 48px;  /* Minimum touch size */
  }
  
  /* Increase spacing for easier tapping */
  .nav-links {
    gap: 12px;
  }
  
  /* Make form elements full width and easier to tap */
  input, select, textarea, button {
    font-size: 16px !important;  /* Prevents zoom on iOS */
    padding: 16px;
  }
  
  /* Stack footer on mobile */
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-links {
    justify-content: center;
  }
  
  /* Improve readability on small screens */
  .hero-copy h1 {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  
  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
  
  /* Make cards less cramped */
  .card, .blurb, .service, .review {
    padding: 20px;
  }
  
  /* Better spacing for stats */
  .stats {
    gap: 10px;
  }
  
  .stat {
    padding: 12px;
  }

  /* Fix hero tags on mobile */
  .hero-tags {
    grid-template-columns: 1fr;
  }
  
  .hero-tags span {
    white-space: normal;
    text-align: left;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .hero-copy h1 {
    font-size: 1.8rem;
  }
  
  .hero-tags span {
    white-space: normal;  /* Allow text to wrap */
    font-size: 0.85rem;
    text-align: center;
  }
  
  .brand img {
    height: 60px;
  }
  
  .nav-inner {
    flex-direction: column;
    padding: 12px 0;
  }
  
  .nav-links {
    width: 100%;
    justify-content: center;
  }
  
  /* Better spacing for forms on very small screens */
  .quote, .simple-grid {
    gap: 12px;
  }
  
  .btn {
    width: 100%;
  }
}
/* ===== PREMIUM GLOBAL ADDITIONS - ADD AT THE BOTTOM ===== */

/* Smooth fade-in animation for page load */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

main {
  animation: fadeIn 0.5s ease-out;
}

/* Premium scrollbar (Webkit browsers) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #d4a24a, #b88a38);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f2d089;
}

/* Better selection styling */
::selection {
  background: rgba(212,162,74,0.3);
  color: #fff;
}

/* Premium link underlines */
.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d4a24a, #f2d089);
  transition: width 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

/* Footer premium touch */
.footer-brand div {
  position: relative;
  display: inline-block;
}

.footer-brand div::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #d4a24a, transparent);
}

/* Card hover effects for all cards */
.card, .tile, .service, .review {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.card:hover, .service:hover, .review:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

/* Tile image zoom on hover */
.tile {
  overflow: hidden;
}

.tile img {
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.tile:hover img {
  transform: scale(1.05);
}

/* Premium badge enhancement */
.badge {
  backdrop-filter: blur(4px);
  letter-spacing: 0.5px;
}

/* Optional: Loading skeleton animation for images 
img {
  background: linear-gradient(90deg, #1a1a1a, #222, #1a1a1a);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

img.loaded {
  animation: none;
  background: none;
} */

/* Smooth scroll padding for anchor links */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Better focus states for all interactive elements */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #d4a24a;
  outline-offset: 2px;
}

/* Subtle hover effect for footer links */
.footer-links a {
  transition: color 0.2s ease;
  position: relative;
}

.footer-links a:hover {
  color: #f2d089;
}

/* Premium image borders */
.hero-media img,
.banner .visual img,
.tile img {
  transition: all 0.4s ease;
}

.hero-media:hover img,
.banner .visual:hover img {
  filter: brightness(1.08) contrast(1.05);
}

/* Add subtle glow to gold elements */
.gold-glow {
  text-shadow: 0 0 20px rgba(212,162,74,0.3);
}

/* Premium divider */
hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,162,74,0.3), transparent);
  margin: 40px 0;
}