:root {
  --navy: #063b3d;
  --navy-2: #075f63;
  --blue: #0b7d80;
  --sky: #dff5f3;
  --gold: #ff6b4a;
  --cream: #f4fbfa;
  --white: #ffffff;
  --ink: #143638;
  --muted: #526c6d;
  --line: rgba(6, 59, 61, .15);
  --radius: 10px;
  --shadow: 0 24px 70px rgba(6, 59, 61, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: #fff; padding: .7rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: #fff;
  background: rgba(6, 59, 61, .97);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  max-width: 1240px;
  min-height: 94px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { width: 178px; height: 76px; padding: 4px 12px; border-radius: 14px; background: #fff; overflow: hidden; display: grid; place-items: center; box-shadow: 0 8px 28px rgba(0,0,0,.18); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; font-size: .93rem; font-weight: 600; }
.nav-spanish { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }
.site-nav .nav-call { color: #fff; background: var(--gold); padding: .72rem 1rem; border-radius: 8px; }
.nav-call small, .call-with-note small, .footer-phone small { display: block; font-size: .66rem; line-height: 1.15; letter-spacing: .05em; text-transform: uppercase; }
.nav-call small { margin-top: 2px; text-align: center; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.35); color: #fff; background: transparent; border-radius: 10px; padding: .55rem .75rem; font: inherit; }

.hero { position: relative; min-height: 740px; color: #fff; background: var(--navy); overflow: hidden; }
.hero-backdrop {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(100deg, rgba(3,45,47,.98) 0%, rgba(3,45,47,.90) 38%, rgba(3,45,47,.42) 68%, rgba(3,45,47,.16) 100%), url("showroom-hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}
.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6,59,61,.46), transparent 40%), radial-gradient(circle at 88% 20%, rgba(255,107,74,.26), transparent 25%);
}
.hero-inner { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: 58px 28px 74px; }
.hero-copy { max-width: 720px; }
.hero-logo-card { width: 250px; height: 142px; margin-bottom: 26px; padding: 10px 18px; display: grid; place-items: center; border: 2px solid rgba(242,166,25,.8); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 18px 60px rgba(0,0,0,.3); }
.hero-logo-card img { width: 100%; height: 100%; object-fit: contain; }
.eyebrow { margin: 0 0 18px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-weight: 700; font-size: .8rem; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #9bc5ee; }
.selection-badge { display: inline-block; max-width: 610px; margin: 0 0 22px; padding: 9px 15px; border: 1px solid rgba(242,166,25,.7); border-radius: 999px; color: #fff; background: rgba(6,26,79,.72); font-size: .82rem; font-weight: 800; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(3.2rem, 7vw, 6.5rem); letter-spacing: -.055em; }
h1 span { color: var(--gold); }
.hero-text { max-width: 650px; margin: 0 0 32px; color: #dae7f6; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions, .visit-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button.call-with-note { flex-direction: column; line-height: 1.2; }
.button.call-with-note small { margin-top: 3px; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-gold { background: var(--gold); color: #fff; }
.button-light { background: #fff; color: var(--navy); }
.button-navy { background: var(--navy); color: #fff; }
.button-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.hero-facts { list-style: none; padding: 0; margin: 54px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 720px; background: rgba(255,255,255,.22); border-radius: 16px; overflow: hidden; }
.hero-facts li { padding: 18px 20px; background: rgba(7,25,47,.8); font-weight: 700; }
.hero-facts small { display: block; color: #afc8e2; font-weight: 400; }

.trust-strip { background: linear-gradient(90deg, #ff6b4a, #ff987e); color: #fff; }
.trust-inner { max-width: 1240px; margin: 0 auto; padding: 18px 28px; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.trust-inner p { margin: 0; }
.trust-inner a { font-weight: 800; text-decoration: none; white-space: nowrap; }

.section { max-width: 1240px; margin: 0 auto; padding: 104px 28px; }
.section-heading { max-width: 780px; margin: 0 auto 50px; text-align: center; }
.section-heading.left { text-align: left; margin-left: 0; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.3rem); letter-spacing: -.045em; margin-bottom: 20px; }
.section-heading > p:last-child, .experience-intro > p:last-child { color: var(--muted); font-size: 1.12rem; }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid rgba(17,72,147,.12); border-radius: 24px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.brand-grid .brand-card { min-width: 0; min-height: 154px; display: grid; place-items: center; padding: 24px; text-align: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.brand-card img { display: block; width: 100%; height: 88px; object-fit: contain; }
.brand-card.crop-logo img { object-fit: cover; }
.fine-print { color: var(--muted); text-align: center; font-size: .88rem; }

.experience-section { max-width: none; padding-left: max(28px, calc((100vw - 1184px)/2)); padding-right: max(28px, calc((100vw - 1184px)/2)); color: #fff; background: linear-gradient(125deg, #063b3d 0%, #075f63 72%, #0b7d80 100%); }
.experience-intro { max-width: 800px; }
.experience-intro > p:last-child { color: #b8cbe0; }
.steps { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.steps span { display: inline-block; margin-bottom: 42px; color: #ff9d86; font: 800 1rem "Space Grotesk", sans-serif; }
.steps h3 { font-size: 1.45rem; margin-bottom: 12px; }
.steps p { margin: 0; color: #bdd0e3; }

.service-section { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-card { min-height: 440px; padding: clamp(32px, 5vw, 58px); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; }
.service-card h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.service-card p:last-child { max-width: 520px; font-size: 1.05rem; }
.finance { background: linear-gradient(145deg, #e8f8f6, #ccefeb); border: 1px solid rgba(11,125,128,.14); }
.delivery { color: #fff; background: linear-gradient(145deg, #0b7d80, #063b3d); }
.delivery p:last-child { color: #d2e1ef; }

.shopper-feedback { background: linear-gradient(180deg, #fff 0%, #e7f7f5 100%); border-top: 1px solid rgba(11,125,128,.12); border-bottom: 1px solid rgba(11,125,128,.12); }
.shopper-feedback-inner { max-width: 1240px; }
.feedback-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feedback-card { min-height: 260px; padding: 34px; border: 1px solid rgba(17,72,147,.14); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 48px rgba(6,26,79,.1); display: flex; flex-direction: column; justify-content: space-between; }
.feedback-card.featured { color: #fff; background: linear-gradient(145deg, #0b7d80, #063b3d); transform: translateY(-10px); }
.feedback-card .stars { color: var(--gold); font-size: 1.35rem; letter-spacing: .12em; line-height: 1; }
.feedback-card p { margin: 34px 0 0; font: 700 clamp(1.15rem, 2vw, 1.4rem)/1.45 "Space Grotesk", sans-serif; }

.visit-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; align-items: center; }
.visit-logo { width: min(300px, 82vw); height: auto; margin: 0 0 28px; padding: 12px 18px; border-radius: 18px; background: #fff; border: 1px solid rgba(17,72,147,.14); box-shadow: 0 18px 50px rgba(6,26,79,.12); }
.address { margin: 28px 0; font-size: 1.18rem; }
.hours-card { padding: 38px; border-radius: var(--radius); color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.hours-card h3 { font-size: 1.6rem; margin-bottom: 24px; }
.hours-card .spanish-badge { display: inline-block; margin: -10px 0 18px; padding: 5px 11px; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hours-card dl { margin: 0 0 24px; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.hours-card dt { color: #bad0e5; }
.hours-card dd { margin: 0; font-weight: 700; }
.hours-card p { color: #bad0e5; }
.hours-card a { color: var(--gold); font-weight: 800; text-decoration: none; }

.faq-section { padding-top: 50px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; position: relative; padding: 24px 48px 24px 0; font: 700 1.18rem "Space Grotesk", sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 22px; color: var(--blue); font-size: 1.6rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 850px; margin: -4px 0 24px; color: var(--muted); }

.final-cta { max-width: 1184px; margin: 0 auto 80px; padding: 58px; border-radius: var(--radius); color: #fff; background: linear-gradient(110deg, #075f63, #063b3d); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); }
footer { color: #c9e8e5; background: #032b2d; padding: 48px max(28px, calc((100vw - 1184px)/2)) 32px; border-top: 4px solid var(--gold); }
.footer-brand { width: 230px; padding: 10px 16px; border-radius: 16px; background: #fff; box-shadow: 0 14px 40px rgba(0,0,0,.2); }
.footer-brand img { display: block; width: 100%; height: auto; }
.footer-meta { display: flex; flex-wrap: wrap; gap: 14px 30px; margin-top: 28px; }
.footer-phone { font-weight: 700; }
.footer-phone small { color: var(--gold); margin-top: 3px; }
.copyright { margin: 36px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .86rem; }
.mobile-bar { display: none; }

@media (max-width: 850px) {
  body { padding-bottom: 68px; }
  .nav-wrap { min-height: 84px; }
  .brand { width: 138px; height: 66px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 84px; left: 0; right: 0; padding: 22px 28px 28px; align-items: stretch; flex-direction: column; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); }
  .site-nav.open { display: flex; }
  .site-nav .nav-call { text-align: center; }
  .nav-spanish { text-align: center; }
  .hero { min-height: auto; }
  .hero-backdrop { background-image: linear-gradient(90deg, rgba(4,16,31,.95), rgba(4,16,31,.65)), url("showroom-hero.png"); background-position: 58% center; }
  .hero-inner { padding-top: 46px; }
  .hero-logo-card { width: 210px; height: 120px; }
  h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .hero-facts { grid-template-columns: 1fr; }
  .trust-inner { align-items: flex-start; flex-direction: column; gap: 5px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .service-section, .feedback-grid, .visit-section { grid-template-columns: 1fr; }
  .feedback-card.featured { transform: none; }
  .service-card { min-height: 370px; }
  .final-cta { margin: 0 20px 60px; padding: 40px 28px; flex-direction: column; align-items: flex-start; }
  .mobile-bar { position: fixed; z-index: 60; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.3); box-shadow: 0 -10px 30px rgba(0,0,0,.12); }
  .mobile-bar a { padding: 12px 16px; color: #fff; background: var(--navy); text-align: center; text-decoration: none; font-weight: 800; line-height: 1.2; }
  .mobile-bar a small { display: block; margin-top: 2px; color: var(--gold); font-size: .62rem; text-transform: uppercase; }
  .mobile-bar a:last-child { color: #fff; background: var(--gold); }
}

@media (max-width: 520px) {
  .nav-wrap, .hero-inner, .trust-inner, .section { padding-left: 20px; padding-right: 20px; }
  .hero-inner { padding-top: 64px; padding-bottom: 54px; }
  .hero-actions .button, .visit-actions .button, .final-actions .button { width: 100%; }
  .brand-grid .brand-card { min-height: 118px; padding: 18px; }
  .brand-card img { height: 72px; }
  .section { padding-top: 74px; padding-bottom: 74px; }
  .experience-section { padding-left: 20px; padding-right: 20px; }
  .steps article, .hours-card { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
