/* JeepMasters static website — no framework, no build step */
html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body { margin: 0; background: #0b0b0c; color: #f2f2ef; font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: 92%; max-width: 1180px; margin: 0 auto; }
.narrow { max-width: 880px; }
.skip-link { position: fixed; left: -9999px; top: 0; z-index: 9999; padding: 12px 16px; background: #fff; color: #111; }
.skip-link:focus { left: 12px; top: 12px; }

.site-header { position: fixed; z-index: 1000; left: 0; right: 0; top: 0; background: rgba(9,9,10,.88); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { width: 94%; max-width: 1360px; min-height: 74px; margin: 0 auto; display: flex; align-items: center; }
.brand { width: 185px; display: block; }
.brand img { width: 100%; max-height: 46px; object-fit: contain; object-position: left center; }
.main-nav { margin-left: auto; display: flex; align-items: center; }
.main-nav a { display: inline-block; padding: 28px 12px 25px; color: #d9d9d7; font-size: 12px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a:focus { color: #fff; border-bottom-color: #c5202c; }
.main-nav .lang-link { margin-left: 6px; color: #ffbe32; }
.header-cta { margin-left: 12px; padding: 12px 18px; border: 1px solid #b51e2c; background: #9c1f2a; color: #fff; font-weight: 700; font-size: 12px; letter-spacing: .9px; text-transform: uppercase; }
.header-cta:hover { background: #bd2532; }
.nav-toggle { display: none; margin-left: auto; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; padding: 10px 12px; font-size: 12px; font-weight: 700; letter-spacing: 1px; }

.hero { min-height: 100vh; position: relative; background: url('images/jeep19.jpg') center center / cover no-repeat; display: flex; align-items: flex-end; overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,5,.9) 0%, rgba(4,4,5,.62) 40%, rgba(4,4,5,.20) 72%, rgba(4,4,5,.1) 100%), linear-gradient(0deg, rgba(4,4,5,.78) 0%, rgba(4,4,5,0) 42%); }
.hero-content { position: relative; z-index: 2; padding: 170px 0 105px; }
.eyebrow, .section-label { margin: 0 0 18px; font-size: 11px; font-weight: 800; letter-spacing: 2.8px; text-transform: uppercase; color: #ffbd32; }
.hero h1 { max-width: 800px; margin: 0; color: #fff; font-size: 78px; line-height: .95; letter-spacing: -2.4px; text-transform: uppercase; font-weight: 900; }
.hero h1 span { color: #c92834; }
.hero-lead { max-width: 690px; margin: 26px 0 0; color: #e1e1de; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-block; padding: 15px 22px; border: 1px solid transparent; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 1.05px; }
.btn-primary { background: #aa1f2b; color: #fff; border-color: #aa1f2b; }
.btn-primary:hover, .btn-primary:focus { background: #ca2634; border-color: #ca2634; }
.btn-ghost { background: rgba(0,0,0,.18); border-color: rgba(255,255,255,.55); color: #fff; }
.btn-ghost:hover, .btn-ghost:focus { background: rgba(255,255,255,.11); }
.btn-dark { background: #111; color: #fff; border-color: #111; }
.btn-dark:hover { background: #921c27; border-color: #921c27; }
.hero-note { margin: 24px 0 0; color: #bfbfbc; font-size: 12px; letter-spacing: .7px; }
.scroll-cue { position: absolute; z-index: 4; bottom: 28px; right: 4%; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; }

.trust-strip { background: #0b0b0c; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 26px 20px; border-right: 1px solid rgba(255,255,255,.07); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: #a71e29; font-size: 11px; letter-spacing: 1.4px; margin-bottom: 6px; }
.trust-grid span { color: #e7e7e4; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .55px; }

.section { padding: 110px 0; }
.section-dark { background: #111214; color: #ecece9; }
.section-black { background: #070708; color: #fff; }
.section-light { background: #ece9e2; color: #1b1b1c; }
.section h2, .philosophy h2, .rally-story h2, .contact h2, .final-cta h2 { margin: 0 0 25px; font-size: 48px; line-height: 1.05; letter-spacing: -1.5px; font-weight: 900; text-transform: uppercase; }
.copy-block p { color: #c6c6c2; }
.section-light .copy-block p { color: #4d4d4b; }
.copy-block .lead { color: #fff; font-size: 20px; }
.section-light .copy-block .lead { color: #222; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-about { grid-template-columns: .95fr 1.05fr; }
.photo-stack { position: relative; padding: 0 0 40px 40px; }
.photo-main { display: block; box-shadow: 0 30px 70px rgba(0,0,0,.32); }
.photo-main img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-card { position: absolute; left: 0; bottom: 0; max-width: 315px; padding: 22px 25px; background: #a61e29; color: #fff; }
.photo-card span, .photo-card strong { display: block; }
.photo-card span { font-size: 12px; opacity: .85; margin-bottom: 6px; }
.photo-card strong { text-transform: uppercase; letter-spacing: .7px; }
.mini-cta { display: flex; align-items: center; gap: 18px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.mini-cta a { font-size: 18px; font-weight: 800; color: #ffbe32; }
.mini-cta span { color: #999; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }

.philosophy { min-height: 720px; position: relative; display: flex; align-items: center; background: url('images/jeep20.jpg') center 45% / cover no-repeat; }
.philosophy-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,6,7,.92) 0%, rgba(6,6,7,.75) 50%, rgba(6,6,7,.32) 100%); }
.philosophy-content { position: relative; z-index: 2; }
.philosophy-content h2 { max-width: 900px; font-size: 56px; }
.philosophy-content > p:not(.section-label) { max-width: 680px; color: #dededb; font-size: 18px; }
.philosophy-points { display: flex; gap: 0; max-width: 820px; margin-top: 36px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.philosophy-points div { flex: 1; padding: 20px 22px 20px 0; }
.philosophy-points b, .philosophy-points span { display: block; }
.philosophy-points b { color: #fff; text-transform: uppercase; letter-spacing: .9px; }
.philosophy-points span { margin-top: 4px; color: #aaa; font-size: 12px; }

.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 55px; }
.section-head > p { margin: 0 0 8px; color: #555; font-size: 16px; }
.light-head > p { color: #aaa; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid #c9c4bb; border-top: 1px solid #c9c4bb; }
.service-card { min-height: 290px; padding: 30px 26px; border-right: 1px solid #c9c4bb; border-bottom: 1px solid #c9c4bb; background: rgba(255,255,255,.18); }
.service-card > span { color: #a61e29; font-size: 11px; font-weight: 800; }
.service-card h3 { margin: 42px 0 14px; font-size: 20px; text-transform: uppercase; line-height: 1.12; }
.service-card p { margin: 0; color: #55524d; font-size: 14px; }
.service-card.featured { background: #171719; color: #fff; }
.service-card.featured p { color: #bcbcb8; }
.service-card.featured > span { color: #ffbe32; }
.quote-band { margin-top: 34px; padding: 28px 30px; background: #d9d4ca; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.quote-band strong { display: block; font-size: 21px; text-transform: uppercase; }
.quote-band p { margin: 5px 0 0; color: #5d5a54; }

.vehicle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vehicle-card { position: relative; min-height: 430px; overflow: hidden; background: #111; }
.vehicle-card img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; transition: transform .35s ease; }
.vehicle-card:hover img { transform: scale(1.025); }
.vehicle-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.86), rgba(0,0,0,0) 55%); }
.vehicle-card span { position: absolute; z-index: 2; left: 28px; bottom: 26px; color: #ddd; font-size: 12px; text-transform: uppercase; letter-spacing: .7px; }
.vehicle-card b { display: block; color: #fff; font-size: 31px; margin-bottom: 4px; letter-spacing: 1px; }

.process-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.process-grid li { min-height: 245px; padding: 27px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.process-grid span { color: #ffbe32; font-size: 11px; font-weight: 800; }
.process-grid h3 { margin: 50px 0 12px; text-transform: uppercase; }
.process-grid p { margin: 0; color: #aaa; font-size: 14px; }

.projects { background: #f1efe9; color: #181819; }
.project-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 250px; grid-auto-flow: dense; gap: 8px; }
.project-tile { position: relative; overflow: hidden; background: #222; }
.project-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.project-tile:hover img { transform: scale(1.025); filter: contrast(1.04); }
.project-tile:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.67), rgba(0,0,0,0) 56%); }
.project-tile span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; color: #fff; text-transform: uppercase; }
.project-tile span b { display: block; font-size: 11px; font-weight: 900; letter-spacing: 1.1px; }
.project-tile span small { display: block; margin-top: 4px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 600; letter-spacing: .5px; text-transform: none; }
.tile-wide { grid-column: span 2; }
.tile-tall { grid-row: span 2; }
.group-gallery { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.group-gallery a { display: block; overflow: hidden; background: #111; }
.group-gallery img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

.project-conversion { margin-top: 34px; padding: 34px 38px; display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; background: #e6e2d9; border-left: 4px solid #991d28; }
.project-conversion h3 { margin: 2px 0 8px; font-size: 28px; line-height: 1.1; text-transform: uppercase; }
.project-conversion p:not(.section-label) { max-width: 760px; margin: 0; color: #575653; font-size: 14px; }
.project-conversion .section-label { margin-bottom: 7px; }
.project-conversion .btn { white-space: nowrap; }

.rally-story { min-height: 780px; position: relative; display: flex; align-items: flex-end; background: url('images/jeep20.jpg') center center / cover no-repeat; }
.rally-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,6,.94) 0%, rgba(5,5,6,.55) 50%, rgba(5,5,6,.2) 100%); }
.rally-content { position: relative; z-index: 2; padding-bottom: 90px; }
.rally-content h2 { max-width: 920px; font-size: 58px; }
.rally-content > p:not(.section-label) { max-width: 760px; color: #ddd; font-size: 18px; }
.rally-content .small-note { font-size: 12px !important; color: #aaa !important; }
.detail-images { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10px; }
.detail-images a { display: block; overflow: hidden; }
.detail-images img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.detail-big { grid-row: span 1; }
.text-link { display: inline-block; margin-top: 20px; color: #991d28; font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: .7px; }
.light-link { color: #ffbe32; }

.faq h2 { max-width: 760px; }
.faq-list { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.17); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.17); }
.faq-list summary { cursor: pointer; padding: 22px 38px 22px 0; color: #fff; font-weight: 700; font-size: 16px; position: relative; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 6px; top: 19px; color: #ffbe32; font-size: 22px; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list p { margin: -4px 0 22px; max-width: 760px; color: #aaa; }

.contact { padding: 105px 0; background: #121315; color: #fff; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 55px; align-items: stretch; }
.contact-copy > p:not(.section-label) { color: #aaa; max-width: 600px; }
.contact-actions { margin-top: 30px; display: grid; grid-template-columns: 1fr; gap: 8px; }
.contact-box { display: block; padding: 19px 20px; border: 1px solid rgba(255,255,255,.13); background: #191a1c; }
.contact-box:hover { border-color: #a71f2b; }
.contact-box.accent { background: #8f1b25; }
.contact-box small, .contact-box strong, .contact-box span { display: block; }
.contact-box small { color: #aaa; letter-spacing: 1.5px; font-size: 9px; }
.contact-box.accent small { color: #ead6d8; }
.contact-box strong { margin-top: 3px; font-size: 18px; }
.contact-box span { margin-top: 4px; color: #ffbe32; font-size: 11px; }
.contact address { margin-top: 28px; color: #bbb; font-style: normal; }
.contact address b { color: #fff; }

.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.social-links a { display: inline-block; padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); background: #191a1c; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.social-links a:hover { border-color: #a71f2b; color: #ffbe32; }
.map-wrap { min-height: 600px; background: #242426; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 600px; border: 0; filter: grayscale(1) contrast(.95); }

.final-cta { min-height: 720px; position: relative; display: flex; align-items: center; text-align: center; background: url('images/jeep19.jpg') center center / cover no-repeat; }
.final-shade { position: absolute; inset: 0; background: rgba(5,5,6,.7); }
.final-content { position: relative; z-index: 2; }
.final-content > img { width: 210px; height: 210px; object-fit: contain; margin: 0 auto 26px; }
.final-content h2 { max-width: 840px; margin-left: auto; margin-right: auto; font-size: 50px; }
.final-content .hero-actions { justify-content: center; }

.site-footer { padding: 70px 0 28px; background: #070708; color: #b4b4b0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .8fr 1fr; gap: 45px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; font-size: 13px; }
.footer-grid b { color: #fff; margin-bottom: 8px; text-transform: uppercase; font-size: 11px; letter-spacing: 1.3px; }
.footer-grid a:hover { color: #ffbe32; }
.footer-brand img { width: 230px; max-height: 70px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 300px; margin: 4px 0 0; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; color: #666; font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }

.mobile-contact { display: none; }
.lightbox { display: none; position: fixed; z-index: 3000; inset: 0; padding: 60px 5%; background: rgba(0,0,0,.94); align-items: center; justify-content: center; flex-direction: column; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 80vh; box-shadow: 0 20px 80px rgba(0,0,0,.5); }
.lightbox p { color: #ddd; margin: 12px 0 0; text-align: center; }
.lightbox-close { position: absolute; right: 24px; top: 18px; width: 46px; height: 46px; border: 0; background: transparent; color: #fff; font-size: 38px; cursor: pointer; }

@media (max-width: 1050px) {
  .main-nav a { padding-left: 8px; padding-right: 8px; font-size: 11px; }
  .header-cta { display: none; }
  .hero h1 { font-size: 64px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .project-conversion { grid-template-columns: 1fr; gap: 20px; }
  .project-conversion .btn { justify-self: start; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: span 3; }
}

@media (max-width: 760px) {
  body { padding-bottom: 56px; }
  .shell { width: 90%; }
  .site-header { background: rgba(7,7,8,.96); }
  .nav-wrap { min-height: 64px; position: relative; }
  .brand { width: 155px; }
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: -3%; right: -3%; top: 64px; margin: 0; padding: 6px 0 12px; background: #0b0b0c; border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 35px rgba(0,0,0,.35); }
  .main-nav.open { display: block; }
  .main-nav a { display: block; padding: 13px 5%; border-bottom: 1px solid rgba(255,255,255,.06); }
  .main-nav a:hover, .main-nav a:focus { border-bottom-color: rgba(255,255,255,.06); }
  .main-nav .lang-link { margin-left: 0; }

  .hero { min-height: 760px; background-image: url('images/jeep19v.jpg'); background-position: center 40%; align-items: flex-end; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,4,5,.94) 0%, rgba(4,4,5,.63) 45%, rgba(4,4,5,.13) 78%); }
  .hero-content { padding: 140px 0 82px; }
  .hero h1 { font-size: 48px; letter-spacing: -1.4px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: block; }
  .hero-actions .btn { display: block; margin-bottom: 10px; text-align: center; }
  .hero-note { font-size: 11px; }
  .scroll-cue { display: none; }

  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { padding: 18px 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .section { padding: 74px 0; }
  .section h2, .philosophy h2, .rally-story h2, .contact h2, .final-cta h2 { font-size: 34px; letter-spacing: -.8px; }
  .split, .split-about, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .copy-block .lead { font-size: 18px; }
  .photo-stack { padding-left: 18px; padding-bottom: 32px; }
  .mini-cta { display: block; }
  .mini-cta span { display: block; margin-top: 5px; }

  .philosophy { min-height: 740px; background-image: url('images/jeep20v.jpg'); background-position: center center; }
  .philosophy-shade { background: linear-gradient(0deg, rgba(5,5,6,.93), rgba(5,5,6,.46) 68%, rgba(5,5,6,.25)); }
  .philosophy-content > p:not(.section-label) { font-size: 16px; }
  .philosophy-points { display: block; }
  .philosophy-points div { border-bottom: 1px solid rgba(255,255,255,.13); }
  .philosophy-points div:last-child { border-bottom: 0; }

  .section-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 34px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card h3 { margin-top: 28px; }
  .quote-band { display: block; }
  .quote-band .btn { margin-top: 20px; width: 100%; text-align: center; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-card, .vehicle-card img { min-height: 340px; }
  .process-grid li { min-height: 0; }
  .process-grid h3 { margin-top: 28px; }

  .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .tile-wide { grid-column: span 2; }
  .tile-tall { grid-row: span 1; }
  .group-gallery { grid-template-columns: 1fr; margin-top: 26px; }
  .project-conversion { margin-top: 26px; padding: 26px 22px; }
  .project-conversion h3 { font-size: 24px; }
  .project-conversion .btn { width: 100%; text-align: center; }
  .rally-story { min-height: 800px; background-image: url('images/jeep20v.jpg'); background-position: center center; }
  .rally-shade { background: linear-gradient(0deg, rgba(5,5,6,.95), rgba(5,5,6,.55) 65%, rgba(5,5,6,.22)); }
  .rally-content { padding-bottom: 75px; }
  .rally-content > p:not(.section-label) { font-size: 16px; }
  .detail-images { grid-template-columns: 1fr; }
  .detail-images img { min-height: 270px; }

  .contact { padding: 75px 0; }
  .map-wrap, .map-wrap iframe { min-height: 420px; }
  .final-cta { min-height: 760px; background-image: url('images/jeep19v.jpg'); }
  .final-content > img { width: 155px; height: 155px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 5px; }

  .mobile-contact { display: flex; position: fixed; z-index: 2000; left: 0; right: 0; bottom: 0; height: 56px; box-shadow: 0 -10px 25px rgba(0,0,0,.25); }
  .mobile-contact a { flex: 1; display: flex; align-items: center; justify-content: center; background: #161719; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: 1px; }
  .mobile-contact a:last-child { background: #9a1e29; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 41px; }
  .project-grid { display: block; }
  .project-tile { display: block; height: 220px; margin-bottom: 8px; }
  .photo-card { max-width: 270px; }
}

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