:root{
  --blue:#0a4ea8;
  --blue-dark:#072e68;
  --red:#ef1a23;
  --red-dark:#c8101b;
  --white:#ffffff;
  --ink:#0e1830;
  --muted:#61708a;
  --line:#d9e1ef;
  --soft:#eef4ff;
  --shadow:0 18px 48px rgba(8,33,84,.12);
  --shadow-lg:0 30px 78px rgba(6,26,70,.20);
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#f8fbff 0%,#edf4ff 100%);line-height:1.5}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 32px),var(--max));margin-inline:auto}

.site-header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(7,46,104,.10)}
.nav-wrap{min-height:92px;display:flex;align-items:center;gap:20px}
.brand{display:flex;align-items:center;gap:16px;min-width:0;flex:1}
.brand-logo{width:72px;height:72px;object-fit:contain;background:#fff;border-radius:16px;padding:6px;box-shadow:0 10px 28px rgba(10,78,168,.12);border:1px solid rgba(10,78,168,.08)}
.brand-wordmark{font-family:"Bebas Neue",Inter,sans-serif;font-size:clamp(2.2rem,3.45vw,3.8rem);line-height:.9;letter-spacing:.04em;white-space:nowrap;background:linear-gradient(180deg,var(--blue) 0%,var(--blue) 48%,var(--red) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;display:block}
.site-nav{display:flex;align-items:center;gap:20px;font-weight:800;font-size:.92rem;color:var(--blue-dark)}
.site-nav a:hover{color:var(--red)}
.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:var(--blue-dark);margin:5px 0}

.hero{position:relative;overflow:hidden;background:
radial-gradient(circle at 82% 18%, rgba(239,26,35,.14), transparent 24%),
radial-gradient(circle at 16% 30%, rgba(10,78,168,.18), transparent 30%),
linear-gradient(135deg,#ffffff 0%,#f4f8ff 44%,#edf3ff 100%);padding:68px 0 54px}
.hero::before{content:"";position:absolute;right:-120px;top:-90px;width:380px;height:380px;border-radius:50%;background:rgba(239,26,35,.06)}
.hero::after{content:"";position:absolute;left:-140px;bottom:-160px;width:420px;height:420px;border-radius:50%;background:rgba(10,78,168,.08)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0))}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
.hero-copy{padding:38px;border-radius:34px}
.glass-card{background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(8px);box-shadow:var(--shadow-lg)}
.eyebrow{display:inline-block;font-size:.80rem;letter-spacing:.20em;font-weight:900;color:var(--red);text-transform:uppercase}
.hero-copy h1,.section h2{margin:.28em 0;letter-spacing:-.05em;line-height:.98;font-weight:900}
.hero-copy h1{font-size:clamp(3rem,7vw,5.5rem);max-width:700px}
.hero-copy h1 span{color:var(--blue)}
.hero-copy p{max-width:690px;color:#475878;font-size:1.05rem;margin:0 0 24px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;border:2px solid var(--blue);background:var(--blue);color:#fff;font-weight:900;box-shadow:0 10px 22px rgba(10,78,168,.16);transition:.18s ease;text-align:center}
.btn:hover{transform:translateY(-1px)}
.btn-outline{background:#fff;color:var(--blue);box-shadow:none;border-color:#b7c9e8}
.white-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.46)}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px}
.hero-badges span,.heritage-points span{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:#fff;border:1px solid rgba(10,78,168,.10);font-weight:800;color:var(--blue-dark);box-shadow:0 8px 20px rgba(8,33,84,.06)}
.hero-aside{display:grid;gap:20px}
.hero-logo-panel{background:linear-gradient(180deg,#ffffff 0%,#f0f5ff 100%);border:1px solid var(--line);border-radius:34px;padding:28px;box-shadow:var(--shadow);min-height:250px;display:grid;place-items:center}
.hero-main-logo{max-width:100%;width:520px}
.pegasus-card{display:grid;grid-template-columns:1fr 180px;align-items:center;gap:18px;background:linear-gradient(135deg,#083b92 0%,#0b5ac0 100%);color:#fff;border-radius:30px;padding:22px;box-shadow:var(--shadow-lg)}
.pegasus-copy span{display:block;font-size:.72rem;letter-spacing:.16em;font-weight:900;color:#b9d4ff;text-transform:uppercase}
.pegasus-copy h3{margin:8px 0 6px;font-size:1.55rem;line-height:1}
.pegasus-copy p{margin:0;color:rgba(255,255,255,.82);font-size:.96rem}
.pegasus-logo{width:100%;border-radius:20px;border:2px solid rgba(255,255,255,.14);box-shadow:0 12px 28px rgba(0,0,0,.18)}

.section{padding:92px 0}
.section h2{font-size:clamp(2.3rem,5vw,4.05rem);max-width:930px}
.section-head{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:40px}
.center-head{text-align:center}
.section-head p{color:var(--muted);font-size:1.02rem;max-width:740px;margin:0 auto}
.section-eyebrow{display:inline-block;font-family:"Bebas Neue",Inter,sans-serif;font-size:clamp(2.15rem,4.1vw,3.85rem);letter-spacing:.05em;line-height:.9;background:linear-gradient(180deg,var(--blue) 0%,var(--blue) 56%,var(--red) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}

.why-section,.heritage-section{background:#fff}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.why-card{background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow)}
.why-icon{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,var(--red) 0%,#ff4b55 100%);display:grid;place-items:center;color:#fff;font-weight:900;font-size:1.25rem;margin-bottom:16px;box-shadow:0 12px 28px rgba(239,26,35,.18)}
.why-card h3{margin:0 0 10px;font-size:1.28rem}
.why-card p{margin:0;color:var(--muted)}
.why-card-pegasus{position:relative;overflow:hidden}
.why-card-pegasus::after{content:"";position:absolute;right:-34px;bottom:-34px;width:130px;height:130px;background:url('assets/pegasus-logo.png') center/cover no-repeat;border-radius:22px;opacity:.10}

.locations-section{background:linear-gradient(180deg,#edf4ff 0%,#ffffff 100%)}
.location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.location-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow)}
.location-label{display:inline-flex;padding:8px 12px;border-radius:999px;background:#f0f5ff;color:var(--red);font-size:.73rem;font-weight:900;letter-spacing:.16em}
.location-card h3{margin:14px 0 10px;font-size:1.35rem;line-height:1.1}
.location-card p{margin:0 0 14px;color:var(--muted)}
.text-link{color:var(--blue);font-weight:900}
.text-link:hover{color:var(--red)}

.services-section{background:linear-gradient(180deg,#07357f 0%,#0b4ca3 100%);color:#fff}
.services-section .section-head p,.visit-section p{color:rgba(255,255,255,.78)}
.services-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:32px;padding:28px;box-shadow:0 18px 42px rgba(0,0,0,.16)}
.services-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;margin-bottom:22px;border-bottom:1px solid rgba(255,255,255,.12)}
.services-header h3{margin:0;font-size:1.7rem}
.services-logo{width:220px;max-width:42%;background:#fff;border-radius:18px;padding:8px;box-shadow:0 10px 22px rgba(0,0,0,.16)}
.service-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.service-list li{position:relative;padding:16px 16px 16px 48px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);border-radius:18px;font-weight:800;min-height:72px;display:flex;align-items:center}
.service-list li::before{content:"✓";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--red);font-size:.84rem;font-weight:900}

.heritage-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:26px;align-items:center}
.heritage-media{background:linear-gradient(135deg,var(--red) 0%,#ff2e39 100%);border-radius:36px;padding:28px;box-shadow:var(--shadow-lg)}
.heritage-media img{width:100%;border-radius:26px;border:2px solid rgba(255,255,255,.18)}
.heritage-copy p{color:var(--muted);font-size:1.03rem;max-width:620px}
.heritage-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}

.visit-section{background:linear-gradient(180deg,#09336f 0%,#06224b 100%);color:#fff}
.visit-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center}
.visit-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.glass-card-light{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(8px);box-shadow:var(--shadow-lg)}
.visit-card{padding:28px;border-radius:30px}
.visit-card h3{margin-top:0;font-size:1.55rem}
.visit-card ul{margin:0;padding-left:18px;color:rgba(255,255,255,.88)}
.visit-card li+li{margin-top:12px}

.footer{background:#fff;border-top:1px solid rgba(7,46,104,.08);padding:28px 0 88px}
.footer-grid{display:grid;grid-template-columns:minmax(0,1.5fr) auto auto;align-items:center;gap:22px}
.footer .brand-logo{width:64px;height:64px}
.footer .brand-wordmark{font-size:clamp(1.9rem,2.8vw,2.8rem)}
.footer p{margin:0;color:var(--muted)}
.footer a{color:var(--blue);font-weight:800}

.mobile-bar{display:none}

@media(max-width:1080px){
  .hero-grid,.heritage-grid,.visit-grid,.why-grid,.location-grid{grid-template-columns:1fr}
  .service-list{grid-template-columns:1fr}
  .site-nav{position:absolute;top:92px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid rgba(7,46,104,.10);box-shadow:0 18px 50px rgba(8,33,84,.14);border-radius:18px;padding:18px}
  .site-nav.open{display:flex}
  .site-nav a{padding:8px 4px}
  .menu-toggle{display:block}
  .footer-grid{grid-template-columns:1fr;align-items:flex-start}
}

@media(max-width:760px){
  body{padding-bottom:70px}
  .container{width:min(calc(100% - 24px),var(--max))}
  .nav-wrap{min-height:78px}
  .brand{gap:10px}
  .brand-logo{width:52px;height:52px;border-radius:12px;padding:4px}
  .brand-wordmark{font-size:1.42rem;white-space:normal;line-height:.92;max-width:215px}
  .site-nav{top:78px}
  .hero{padding:42px 0}
  .hero-copy{padding:24px}
  .hero-copy h1{font-size:3.2rem}
  .hero-main-logo{width:100%}
  .pegasus-card{grid-template-columns:1fr}
  .btn,.btn-outline,.white-outline{width:100%}
  .services-header{flex-direction:column;align-items:flex-start}
  .services-logo{max-width:100%;width:100%}
  .section{padding:66px 0}
  .section-eyebrow{font-size:clamp(1.85rem,8vw,2.75rem)}
  .footer{padding-bottom:26px}
  .mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:max(8px,env(safe-area-inset-bottom)) 10px 8px;background:#fff;border-top:1px solid rgba(7,46,104,.10)}
  .mobile-bar a{min-height:48px;display:grid;place-items:center;border-radius:12px;background:var(--blue);color:#fff;font-weight:900}
  .mobile-bar a:last-child{background:var(--red)}
}


/* Version 2 refinements */
.nav-wrap{min-height:98px;justify-content:space-between}
.brand{gap:14px;flex:1 1 auto;min-width:0}
.brand-logo{width:74px;height:74px;flex:0 0 auto}
.brand-lockup{display:flex;align-items:center;gap:14px;flex:1 1 auto;min-width:0}
.brand-wordmark{font-size:clamp(2.5rem,3.8vw,4.35rem);letter-spacing:.035em;line-height:.88;white-space:nowrap;flex:1 1 auto;max-width:none}
.brand-pegasus-badge{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:#fff;border:1px solid rgba(10,78,168,.10);box-shadow:0 10px 24px rgba(8,33,84,.10);border-radius:14px;padding:4px}
.brand-pegasus-badge img{width:62px;height:34px;object-fit:cover;border-radius:10px;display:block}
.site-nav{gap:16px;font-size:.88rem;flex:0 0 auto}
.footer .brand-logo{width:74px;height:74px}
.footer .brand-wordmark{font-size:clamp(2.35rem,3.45vw,3.9rem);white-space:nowrap;max-width:none}
.footer .brand-lockup{display:flex;align-items:center;gap:14px;flex:1}
.footer-pegasus img{width:62px;height:34px}
.hero-logo-panel{position:relative;overflow:hidden}
.hero-pegasus-accent{position:absolute;right:16px;bottom:16px;width:130px;opacity:.16;border-radius:16px;box-shadow:0 12px 28px rgba(0,0,0,.08)}
.brand-accent-card{background:linear-gradient(135deg,#ffffff 0%,#f2f6ff 100%);border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:var(--shadow)}
.brand-accent-card h3{margin:0 0 8px;font-size:1.35rem;color:var(--blue-dark)}
.brand-accent-card p{margin:0;color:var(--muted)}
.location-card{overflow:hidden;padding:0}
.location-content{padding:24px 24px 26px}
.location-photo{width:100%;height:220px;object-fit:cover;display:block}
.location-card:not(.location-card-photo) .location-content{padding-top:26px}
.why-card-pegasus::after{background:url('assets/pegasus-logo.png') center/cover no-repeat;opacity:.08}

@media(max-width:1240px){
  .brand-wordmark{font-size:clamp(2.15rem,3.15vw,3.55rem)}
  .site-nav{gap:12px;font-size:.82rem}
  .footer .brand-wordmark{font-size:clamp(2rem,2.9vw,3.2rem)}
}
@media(max-width:1080px){
  .brand-wordmark{font-size:clamp(1.95rem,4.8vw,3rem)}
  .brand-pegasus-badge img{width:54px;height:30px}
  .site-nav{top:98px}
}
@media(max-width:760px){
  .nav-wrap{min-height:80px}
  .brand-logo{width:52px;height:52px}
  .brand-lockup{gap:8px;align-items:flex-start}
  .brand-wordmark{font-size:1.56rem;white-space:normal;line-height:.92;max-width:240px}
  .brand-pegasus-badge{padding:2px;border-radius:10px}
  .brand-pegasus-badge img{width:44px;height:24px;border-radius:8px}
  .site-nav{top:80px}
  .footer .brand-logo{width:56px;height:56px}
  .footer .brand-wordmark{font-size:1.74rem;white-space:normal;max-width:260px}
  .hero-pegasus-accent{width:96px;right:12px;bottom:12px}
  .location-photo{height:190px}
}


/* Version 3 hero updates */
.hero{position:relative}
.hero-bg-pegasus{position:absolute;top:-18px;right:2%;width:min(540px,42vw);opacity:.08;filter:drop-shadow(0 10px 24px rgba(239,26,35,.08));z-index:0;pointer-events:none}
.hero-grid{position:relative;z-index:1}
.hero-top-logo-wrap{display:flex;align-items:center;margin-bottom:8px}
.hero-top-logo{width:min(360px,100%);height:auto;object-fit:contain;background:#fff;border-radius:18px;padding:10px 14px;box-shadow:0 12px 28px rgba(8,33,84,.10);border:1px solid rgba(10,78,168,.10)}
.hero-copy h1{margin-top:10px}
.hero-logo-panel{position:relative;overflow:hidden}
@media(max-width:1080px){
  .hero-bg-pegasus{width:min(420px,48vw);top:10px;right:0;opacity:.07}
}
@media(max-width:760px){
  .hero-bg-pegasus{width:220px;top:22px;right:10px;opacity:.07}
  .hero-top-logo{width:min(250px,92%);padding:8px 10px;border-radius:14px}
}


/* Version 4 updates */
.hero-top-logo-wrap{width:100%;margin-bottom:14px}
.hero-top-logo-large{width:min(100%,620px);padding:8px 10px;border-radius:20px}
.why-grid{align-items:stretch}
.why-card-wide{grid-column:span 3}
.why-card p + p{margin-top:14px}
.factory-fill-section{background:linear-gradient(180deg,#ffffff 0%,#eef4ff 100%)}
.factory-fill-section .section-head{margin-bottom:28px}
.factory-fill-section .section-head p{max-width:980px}
.factory-logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.factory-logo-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;min-height:170px;display:grid;place-items:center;box-shadow:var(--shadow)}
.factory-logo-card.dark-card{background:#101010;border-color:#1d1d1d}
.factory-logo{max-width:100%;height:auto;object-fit:contain}
.porsche-logo{width:280px}
.amg-logo{width:320px;filter:invert(1)}
.bentley-logo{width:300px}
.phone-link{display:inline-block;margin-top:10px;font-weight:900;color:var(--blue)}
.phone-link:hover{color:var(--red)}
@media(max-width:1080px){
  .why-card-wide{grid-column:span 1}
  .factory-logo-grid{grid-template-columns:1fr}
  .hero-top-logo-large{width:min(100%,520px)}
}
@media(max-width:760px){
  .hero-top-logo-large{width:100%;padding:6px 8px;border-radius:16px}
  .factory-logo-card{min-height:130px;padding:20px;border-radius:22px}
  .porsche-logo{width:220px}
  .amg-logo{width:240px}
  .bentley-logo{width:240px}
}

/* Version 5 hero/location corrections */
.hero-grid{grid-template-columns:1fr}
.hero-copy{max-width:1040px;width:100%;margin-inline:auto}
.hero-top-logo-wrap{justify-content:center}
.hero-top-logo-large{width:min(100%,760px)}
.location-phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:2px 0 14px;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-weight:900;
  letter-spacing:.01em;
  box-shadow:0 9px 18px rgba(10,78,168,.16)
}
.location-phone:hover{background:var(--red)}
.location-card .text-link{display:block}
@media(max-width:760px){
  .hero-top-logo-large{width:100%}
  .location-phone{width:100%}
}

.additional-services-block{margin-top:28px;padding-top:26px;border-top:1px solid rgba(255,255,255,.14)}
.services-subheader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.services-subheader h3{margin:0;font-size:1.55rem}
.services-subdescription{margin:0 0 18px;color:rgba(255,255,255,.82);font-size:1rem;max-width:720px}
.additional-service-list li{min-height:68px}


/* Version 9 refinements */
.brand-logo{
  width:168px !important;
  height:auto !important;
  max-height:80px;
  object-fit:contain;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
}
.footer .brand-logo{
  width:168px !important;
  height:auto !important;
  max-height:80px;
}
.brand{align-items:center}
.brand-lockup{gap:12px}
.location-photo{
  width:100%;
  height:240px;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.marysville-photo{
  height:320px;
  object-fit:contain;
  object-position:center top;
  background:linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%);
  padding:10px;
}
@media(max-width:1080px){
  .brand-logo{width:152px !important;max-height:72px}
  .footer .brand-logo{width:152px !important;max-height:72px}
}
@media(max-width:760px){
  .brand-logo{width:118px !important;max-height:54px}
  .footer .brand-logo{width:118px !important;max-height:54px}
  .brand{gap:8px}
  .brand-lockup{gap:6px}
  .location-photo{height:200px}
  .marysville-photo{height:260px;padding:8px}
}


/* Version 10 branding cleanup */
.hero-bg-pegasus{display:none !important;}
.brand{flex-wrap:nowrap;align-items:center;}
.brand-lockup{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:12px;flex-wrap:nowrap;}
.brand-wordmark,.footer .brand-wordmark{white-space:nowrap !important;line-height:.9;max-width:none !important;display:block;}
.brand-wordmark{font-size:clamp(2.15rem,3.05vw,3.6rem) !important;}
.footer .brand-wordmark{font-size:clamp(2rem,2.85vw,3.35rem) !important;}
.site-header .brand-lockup,.footer .brand-lockup{align-items:center;}
@media(max-width:1080px){
  .brand-wordmark{font-size:clamp(1.7rem,2.9vw,2.7rem) !important;}
  .footer .brand-wordmark{font-size:clamp(1.6rem,2.7vw,2.5rem) !important;}
}
@media(max-width:760px){
  .brand{gap:8px;min-width:0;}
  .brand-logo{width:96px !important;max-height:46px;}
  .footer .brand-logo{width:96px !important;max-height:46px;}
  .brand-lockup{gap:6px;min-width:0;align-items:center;}
  .brand-wordmark{font-size:1.08rem !important;white-space:nowrap !important;line-height:1 !important;letter-spacing:.02em !important;}
  .footer .brand-wordmark{font-size:1.05rem !important;white-space:nowrap !important;line-height:1 !important;letter-spacing:.02em !important;}
  .brand-pegasus-badge{padding:2px;border-radius:8px;}
  .brand-pegasus-badge img,.footer-pegasus img{width:34px;height:18px;}
}

/* Version 11 header/footer + icon refinements */
.site-header .brand-logo{
  width:88px !important;
  max-height:44px !important;
}
.footer .brand-logo{
  width:88px !important;
  max-height:44px !important;
}
.site-header .brand-wordmark{
  font-size:clamp(2.55rem,3.55vw,4.05rem) !important;
  letter-spacing:.028em !important;
  white-space:nowrap !important;
}
.footer .brand-wordmark{
  font-size:clamp(2.35rem,3.25vw,3.75rem) !important;
  letter-spacing:.028em !important;
  white-space:nowrap !important;
}
.why-icon-symbol{
  font-size:1.45rem;
  line-height:1;
}
@media(max-width:1080px){
  .site-header .brand-logo,
  .footer .brand-logo{
    width:80px !important;
    max-height:40px !important;
  }
  .site-header .brand-wordmark{
    font-size:clamp(2rem,3.45vw,3rem) !important;
  }
  .footer .brand-wordmark{
    font-size:clamp(1.9rem,3.2vw,2.8rem) !important;
  }
}
@media(max-width:760px){
  .site-header .brand-logo,
  .footer .brand-logo{
    width:78px !important;
    max-height:38px !important;
  }
  .site-header .brand-wordmark{
    font-size:1.18rem !important;
    white-space:nowrap !important;
    letter-spacing:.01em !important;
  }
  .footer .brand-wordmark{
    font-size:1.14rem !important;
    white-space:nowrap !important;
    letter-spacing:.01em !important;
  }
}


/* Version 12 — scroll effects */
html{scroll-behavior:smooth}

/* Content remains visible if JS is unavailable. JS adds .scroll-effects-ready. */
.scroll-effects-ready .reveal-on-scroll{
  opacity:0;
  transform:translateY(34px);
  transition:
    opacity .72s cubic-bezier(.2,.7,.2,1),
    transform .72s cubic-bezier(.2,.7,.2,1);
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform;
}
.scroll-effects-ready .reveal-on-scroll.reveal-left{
  transform:translateX(-34px);
}
.scroll-effects-ready .reveal-on-scroll.reveal-right{
  transform:translateX(34px);
}
.scroll-effects-ready .reveal-on-scroll.reveal-scale{
  transform:translateY(18px) scale(.965);
}
.scroll-effects-ready .reveal-on-scroll.is-visible{
  opacity:1;
  transform:none;
}

/* Slightly richer card interaction after reveal */
@media (hover:hover) and (pointer:fine){
  .why-card,
  .factory-logo-card,
  .location-card,
  .services-panel{
    transition:
      transform .24s ease,
      box-shadow .24s ease,
      border-color .24s ease;
  }
  .why-card:hover,
  .factory-logo-card:hover,
  .location-card:hover{
    transform:translateY(-5px);
    box-shadow:0 24px 58px rgba(8,33,84,.16);
  }
}

/* Subtle hero movement driven by scroll, without affecting layout */
.hero-copy{
  transform:translateY(var(--hero-shift,0px));
}
.hero-top-logo{
  transform:translateY(var(--hero-logo-shift,0px));
}

/* Small animated underline/accent for section headings */
.section-eyebrow{
  position:relative;
}
.section-eyebrow::after{
  content:"";
  display:block;
  width:0;
  height:3px;
  margin:12px auto 0;
  border-radius:999px;
  background:linear-gradient(90deg,var(--blue),var(--red));
  transition:width .7s cubic-bezier(.2,.7,.2,1);
}
.reveal-on-scroll.is-visible .section-eyebrow::after,
.section-head.is-visible .section-eyebrow::after{
  width:min(170px,46%);
}

@media(max-width:760px){
  .scroll-effects-ready .reveal-on-scroll{
    transform:translateY(24px);
    transition-duration:.62s;
  }
  .scroll-effects-ready .reveal-on-scroll.reveal-left,
  .scroll-effects-ready .reveal-on-scroll.reveal-right{
    transform:translateY(24px);
  }
}

/* Respect users who prefer less animation */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .scroll-effects-ready .reveal-on-scroll,
  .scroll-effects-ready .reveal-on-scroll.reveal-left,
  .scroll-effects-ready .reveal-on-scroll.reveal-right,
  .scroll-effects-ready .reveal-on-scroll.reveal-scale{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .hero-copy,
  .hero-top-logo{
    transform:none !important;
  }
  .section-eyebrow::after{
    width:min(170px,46%);
    transition:none;
  }
}


/* Version 13 — larger header/footer wordmark with Pegasus removed */
.site-header .brand-lockup,
.footer .brand-lockup{
  flex:1 1 auto;
  min-width:0;
  display:block;
}

.site-header .brand-wordmark{
  font-size:clamp(3rem,4.4vw,5rem) !important;
  letter-spacing:.022em !important;
  white-space:nowrap !important;
  line-height:.88 !important;
  width:100%;
}

.footer .brand-wordmark{
  font-size:clamp(2.75rem,4vw,4.6rem) !important;
  letter-spacing:.022em !important;
  white-space:nowrap !important;
  line-height:.88 !important;
  width:100%;
}

.site-header .brand-logo,
.footer .brand-logo{
  width:84px !important;
  max-height:42px !important;
  flex:0 0 auto;
}

@media(max-width:1240px){
  .site-header .brand-wordmark{
    font-size:clamp(2.55rem,3.75vw,4rem) !important;
  }
  .footer .brand-wordmark{
    font-size:clamp(2.35rem,3.45vw,3.65rem) !important;
  }
}

@media(max-width:1080px){
  .site-header .brand-wordmark{
    font-size:clamp(2.05rem,4vw,3.1rem) !important;
  }
  .footer .brand-wordmark{
    font-size:clamp(1.95rem,3.7vw,2.9rem) !important;
  }
}

@media(max-width:760px){
  .site-header .brand-logo,
  .footer .brand-logo{
    width:68px !important;
    max-height:34px !important;
  }

  .site-header .brand-wordmark{
    font-size:1.23rem !important;
    white-space:nowrap !important;
    letter-spacing:.005em !important;
  }

  .footer .brand-wordmark{
    font-size:1.18rem !important;
    white-space:nowrap !important;
    letter-spacing:.005em !important;
  }
}


/* Version 14 header/footer size increase + gold oil drop icon */
.site-header .brand-logo,
.footer .brand-logo{
  width:78px !important;
  max-height:39px !important;
}
.site-header .brand-wordmark{
  font-size:clamp(3.35rem,5vw,5.8rem) !important;
  letter-spacing:.018em !important;
  line-height:.84 !important;
}
.footer .brand-wordmark{
  font-size:clamp(3.1rem,4.65vw,5.25rem) !important;
  letter-spacing:.018em !important;
  line-height:.84 !important;
}
.nav-wrap{min-height:96px}
.footer-grid{grid-template-columns:minmax(0,1.7fr) auto auto}
.why-icon-oildrop{
  background:linear-gradient(180deg,#fff7cf 0%, #f7d33d 58%, #d4a90a 100%) !important;
  color:#8a6100 !important;
  font-size:1.55rem !important;
  text-shadow:0 1px 0 rgba(255,255,255,.45);
  box-shadow:0 12px 28px rgba(212,169,10,.22) !important;
}
@media(max-width:1240px){
  .site-header .brand-wordmark{
    font-size:clamp(2.7rem,4.3vw,4.55rem) !important;
  }
  .footer .brand-wordmark{
    font-size:clamp(2.45rem,4vw,4.1rem) !important;
  }
}
@media(max-width:1080px){
  .site-header .brand-logo,
  .footer .brand-logo{
    width:72px !important;
    max-height:36px !important;
  }
  .site-header .brand-wordmark{
    font-size:clamp(2.25rem,4.2vw,3.5rem) !important;
  }
  .footer .brand-wordmark{
    font-size:clamp(2.05rem,4vw,3.2rem) !important;
  }
}
@media(max-width:760px){
  .site-header .brand-logo,
  .footer .brand-logo{
    width:64px !important;
    max-height:32px !important;
  }
  .site-header .brand-wordmark{
    font-size:1.34rem !important;
    letter-spacing:0 !important;
  }
  .footer .brand-wordmark{
    font-size:1.28rem !important;
    letter-spacing:0 !important;
  }
  .why-icon-oildrop{font-size:1.35rem !important;}
}


/* Version 15: larger brand text and red icon with gold oil drop */
.nav-wrap{min-height:100px !important;gap:14px !important;}
.site-nav{gap:12px !important;font-size:.84rem !important;}
.site-header .brand,
.footer .brand{gap:12px !important;flex:1 1 auto !important;min-width:0 !important;}
.site-header .brand-logo,
.footer .brand-logo{
  width:72px !important;
  max-height:36px !important;
  height:auto !important;
}
.site-header .brand-lockup,
.footer .brand-lockup{
  flex:1 1 auto !important;
  min-width:0 !important;
  width:100% !important;
}
.site-header .brand-wordmark{
  font-size:clamp(3.9rem,5.95vw,6.85rem) !important;
  letter-spacing:.012em !important;
  line-height:.82 !important;
  white-space:nowrap !important;
  width:100% !important;
}
.footer .brand-wordmark{
  font-size:clamp(3.45rem,5.2vw,5.8rem) !important;
  letter-spacing:.012em !important;
  line-height:.84 !important;
  white-space:nowrap !important;
  width:100% !important;
}
.footer-grid{grid-template-columns:minmax(0,1.95fr) auto auto !important;gap:18px !important;}

.why-icon-oildrop{
  position:relative;
  background:linear-gradient(135deg,var(--red) 0%, #ff4a56 100%) !important;
  color:transparent !important;
  box-shadow:0 12px 28px rgba(239,26,35,.22) !important;
}
.why-icon-oildrop::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:20px;
  height:27px;
  transform:translate(-50%,-50%) rotate(-45deg);
  background:linear-gradient(180deg,#fff8cb 0%, #f4d03f 55%, #d4a40a 100%);
  border-radius:50% 50% 50% 0;
  box-shadow:inset 0 1px 2px rgba(255,255,255,.45), 0 1px 2px rgba(95,63,0,.18);
}

@media(max-width:1280px){
  .site-header .brand-wordmark{
    font-size:clamp(3rem,4.85vw,5rem) !important;
  }
  .footer .brand-wordmark{
    font-size:clamp(2.75rem,4.4vw,4.6rem) !important;
  }
}
@media(max-width:1080px){
  .site-header .brand-logo,
  .footer .brand-logo{
    width:66px !important;
    max-height:33px !important;
  }
  .site-header .brand-wordmark{
    font-size:clamp(2.25rem,4.2vw,3.45rem) !important;
  }
  .footer .brand-wordmark{
    font-size:clamp(2.05rem,3.95vw,3.1rem) !important;
  }
}
@media(max-width:760px){
  .nav-wrap{min-height:80px !important;gap:8px !important;}
  .site-header .brand,
  .footer .brand{gap:8px !important;}
  .site-header .brand-logo,
  .footer .brand-logo{
    width:60px !important;
    max-height:30px !important;
  }
  .site-header .brand-wordmark{
    font-size:1.28rem !important;
    letter-spacing:0 !important;
  }
  .footer .brand-wordmark{
    font-size:1.24rem !important;
    letter-spacing:0 !important;
  }
  .why-icon-oildrop::before{
    width:17px;
    height:23px;
  }
}


/* Version 16 — header/footer are now matching, full-width brand lockups */
.site-header,
.footer{
  background:#fff !important;
  border-color:rgba(7,46,104,.10) !important;
}

.site-header{
  position:sticky;
  top:0;
  z-index:90;
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(7,46,104,.10);
}

.header-shell,
.footer-shell{
  width:min(calc(100% - 28px),1380px) !important;
  margin-inline:auto;
}

.header-brand-row,
.footer-brand-row{
  min-height:112px;
  display:flex;
  align-items:center;
  width:100%;
}

.site-header .brand,
.footer .brand{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  width:100% !important;
  flex:1 1 100% !important;
  min-width:0 !important;
}

.site-header .brand-logo,
.footer .brand-logo{
  width:78px !important;
  max-height:39px !important;
  height:auto !important;
  flex:0 0 auto !important;
}

.site-header .brand-lockup,
.footer .brand-lockup{
  display:block !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  width:100% !important;
  overflow:visible !important;
}

/* Intentionally oversized so the name fills nearly the entire brand row */
.site-header .brand-wordmark,
.footer .brand-wordmark{
  display:block !important;
  width:100% !important;
  white-space:nowrap !important;
  font-size:clamp(4.6rem,6.7vw,7.5rem) !important;
  line-height:.78 !important;
  letter-spacing:.006em !important;
  transform:scaleX(1.035);
  transform-origin:left center;
}

.site-nav,
.footer-nav{
  width:100% !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:34px !important;
  min-height:42px;
  padding:0 0 10px;
  font-size:.92rem !important;
  font-weight:800;
  color:var(--blue-dark);
}

.site-nav a:hover,
.footer-nav a:hover{
  color:var(--red);
}

.footer{
  padding:0 0 88px !important;
  border-top:1px solid rgba(7,46,104,.10);
}

.footer-brand-row{
  border-top:0;
}

.footer-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:18px 0 8px;
  border-top:1px solid rgba(7,46,104,.08);
  color:var(--muted);
  font-size:.9rem;
}

.footer-meta p{
  margin:0;
}

.footer-meta a{
  color:var(--blue);
  font-weight:800;
}

/* Keep the menu button aligned with the full-width brand row on smaller screens */
.menu-toggle{
  flex:0 0 auto;
}

@media(max-width:1280px){
  .site-header .brand-wordmark,
  .footer .brand-wordmark{
    font-size:clamp(3.8rem,6.1vw,6rem) !important;
    transform:scaleX(1.02);
  }
}

@media(max-width:1080px){
  .header-brand-row,
  .footer-brand-row{
    min-height:94px;
  }

  .site-header .brand-logo,
  .footer .brand-logo{
    width:70px !important;
    max-height:35px !important;
  }

  .site-header .brand-wordmark,
  .footer .brand-wordmark{
    font-size:clamp(2.7rem,5.5vw,4.5rem) !important;
    transform:none;
  }

  .site-nav{
    position:absolute !important;
    top:94px !important;
    left:14px !important;
    right:14px !important;
    width:auto !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:6px !important;
    padding:16px !important;
    min-height:0;
  }

  .site-nav.open{
    display:flex !important;
  }

  .footer-nav{
    gap:22px !important;
    flex-wrap:wrap;
  }
}

@media(max-width:760px){
  .header-shell,
  .footer-shell{
    width:min(calc(100% - 20px),1380px) !important;
  }

  .header-brand-row,
  .footer-brand-row{
    min-height:80px;
  }

  .site-header .brand,
  .footer .brand{
    gap:7px !important;
  }

  .site-header .brand-logo,
  .footer .brand-logo{
    width:58px !important;
    max-height:29px !important;
  }

  .site-header .brand-wordmark,
  .footer .brand-wordmark{
    font-size:clamp(1.22rem,5.8vw,1.62rem) !important;
    line-height:.95 !important;
    letter-spacing:0 !important;
    transform:none !important;
  }

  .site-nav{
    top:80px !important;
  }

  .footer-nav{
    min-height:0;
    padding:2px 0 14px;
    gap:14px !important;
    font-size:.82rem !important;
  }

  .footer-meta{
    flex-direction:column;
    align-items:flex-start;
    padding-bottom:8px;
  }
}


/* Version 17 — coupons section */
.coupons-section{background:linear-gradient(180deg,#ffffff 0%,#eef4ff 100%)}
.coupon-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
.coupon-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:10px;box-shadow:var(--shadow);overflow:hidden}
.coupon-image{display:block;width:100%;height:auto;border-radius:18px}
@media(max-width:900px){
  .coupon-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .coupon-card{padding:7px;border-radius:20px}
  .coupon-image{border-radius:14px}
}


/* Version 18 coupon redesign */
.coupon-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}
.coupon-card-custom{padding:0;border:none;background:transparent;box-shadow:none;overflow:visible}
.coupon-shell{
  background:#fff;
  border:3px dashed #1f1f1f;
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.coupon-main-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, 1fr);
  gap:28px;
  padding:22px 26px 0;
}
.coupon-left{padding-right:8px}
.coupon-price-row{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:10px;
  font-family:"Bebas Neue",Inter,sans-serif;
  line-height:.86;
}
.coupon-dollar{
  font-size:5.5rem;
  color:var(--blue);
  letter-spacing:.01em;
}
.coupon-amount{
  font-size:11rem;
  color:var(--blue);
  letter-spacing:.01em;
}
.coupon-off{
  font-size:7rem;
  color:#111;
  margin-top:.52em;
}
.coupon-title-group{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin:2px 0 8px;
}
.coupon-title{
  font-family:"Bebas Neue",Inter,sans-serif;
  letter-spacing:.03em;
  line-height:.92;
  text-transform:uppercase;
}
.coupon-title-blue{
  font-size:4.2rem;
  color:var(--blue);
}
.coupon-title-black{
  font-size:4rem;
  color:#111;
  margin-top:-2px;
}
.coupon-copy{
  margin:8px 0 0;
  font-size:1.05rem;
  line-height:1.25;
  color:#1d1d1d;
}
.coupon-right{
  text-align:center;
  padding-top:8px;
}
.coupon-brand-logo{
  width:min(100%, 510px);
  margin:0 auto 10px;
  object-fit:contain;
}
.coupon-right-divider-title{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:4px 0 18px;
  color:var(--blue);
  font-family:"Bebas Neue",Inter,sans-serif;
  letter-spacing:.05em;
  text-transform:uppercase;
  font-size:2.15rem;
}
.coupon-right-divider-title::before,
.coupon-right-divider-title::after{
  content:"";
  height:3px;
  flex:1 1 60px;
  background:var(--blue);
  border-radius:99px;
}
.coupon-locations-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.coupon-location-block{
  padding:0 10px 6px;
  text-align:center;
}
.coupon-location-block + .coupon-location-block{
  border-left:2px solid rgba(17,17,17,.18);
}
.coupon-pin{
  font-size:2.05rem;
  color:var(--blue);
  line-height:1;
  margin-bottom:8px;
}
.coupon-location-lines{display:flex;flex-direction:column;line-height:1.08;gap:6px}
.coupon-location-lines strong{
  font-family:"Bebas Neue",Inter,sans-serif;
  font-size:1.9rem;
  color:#111;
  letter-spacing:.02em;
  font-weight:400;
}
.coupon-location-lines span{
  font-family:"Bebas Neue",Inter,sans-serif;
  font-size:1.55rem;
  color:#111;
  letter-spacing:.02em;
}
.coupon-bottom-bar{
  margin-top:18px;
  min-height:66px;
  display:grid;
  grid-template-columns:180px 1fr 180px;
  align-items:center;
  gap:16px;
  padding:8px 18px;
  background:linear-gradient(180deg,#1556b8 0%, #0a4ea8 100%);
  color:#fff;
  font-family:"Bebas Neue",Inter,sans-serif;
  font-size:2rem;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.coupon-bottom-logo{
  width:170px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.15));
}
.coupon-bottom-bar span{text-align:center}

@media(max-width:1200px){
  .coupon-main-grid{grid-template-columns:1fr;gap:12px}
  .coupon-right{padding-top:0;padding-bottom:8px}
  .coupon-title-group{align-items:center;text-align:center}
  .coupon-left{text-align:center;padding-right:0}
  .coupon-price-row{justify-content:center}
}
@media(max-width:900px){
  .coupon-dollar{font-size:4.2rem}
  .coupon-amount{font-size:8.3rem}
  .coupon-off{font-size:5.2rem}
  .coupon-title-blue{font-size:3rem}
  .coupon-title-black{font-size:2.9rem}
  .coupon-right-divider-title{font-size:1.8rem}
  .coupon-locations-grid{grid-template-columns:1fr;gap:18px}
  .coupon-location-block{padding:0 0 8px}
  .coupon-location-block + .coupon-location-block{border-left:none;border-top:2px solid rgba(17,17,17,.12);padding-top:16px}
  .coupon-bottom-bar{grid-template-columns:1fr;justify-items:center;gap:8px;padding:12px 14px;font-size:1.55rem}
}
@media(max-width:560px){
  .coupon-main-grid{padding:16px 14px 0}
  .coupon-shell{border-width:2px;border-radius:14px}
  .coupon-dollar{font-size:3.2rem}
  .coupon-amount{font-size:6.1rem}
  .coupon-off{font-size:3.9rem}
  .coupon-title-blue{font-size:2.3rem}
  .coupon-title-black{font-size:2.2rem}
  .coupon-copy{font-size:.97rem}
  .coupon-brand-logo{width:min(100%, 280px)}
  .coupon-right-divider-title{font-size:1.4rem;gap:8px}
  .coupon-location-lines strong{font-size:1.45rem}
  .coupon-location-lines span{font-size:1.2rem}
  .coupon-bottom-bar{min-height:0;font-size:1.25rem}
  .coupon-bottom-logo{width:128px}
}


/* Version 19 coupon restore */
.coupon-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:24px !important;
  align-items:start;
}
.coupon-card-image{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:10px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.coupon-image-horizontal{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
}
@media(max-width:760px){
  .coupon-card-image{padding:7px;border-radius:18px}
  .coupon-image-horizontal{border-radius:12px}
}


/* Version 20 location hours */
.location-hours{
  margin:4px 0 16px;
  padding:15px 16px;
  border-radius:16px;
  background:linear-gradient(180deg,#f7faff 0%,#eef4ff 100%);
  border:1px solid rgba(10,78,168,.10);
}
.location-hours h4{
  margin:0 0 10px;
  font-family:"Bebas Neue",Inter,sans-serif;
  font-size:1.45rem;
  letter-spacing:.04em;
  color:var(--blue-dark);
}
.hours-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  padding:7px 0;
  border-top:1px solid rgba(10,78,168,.08);
  font-size:.92rem;
}
.hours-row:first-of-type{border-top:0;padding-top:0}
.hours-row span{color:var(--muted)}
.hours-row strong{color:var(--ink);text-align:right;white-space:nowrap}
@media(max-width:760px){
  .location-hours{padding:13px 14px}
  .hours-row{font-size:.9rem}
}


/* Version 26 — Google review links on location cards */
.location-review-link{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 14px;
  min-height:44px;
  padding:9px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(10,78,168,.16);
  color:var(--blue-dark);
  font-weight:800;
  box-shadow:0 8px 18px rgba(8,33,84,.07);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.location-review-link .review-stars{
  color:#f4b400;
  letter-spacing:.04em;
  font-size:.93rem;
  line-height:1;
}
.location-review-link strong{
  color:var(--ink);
  font-size:1rem;
}
.location-review-link span:last-child{
  color:var(--blue);
  font-size:.93rem;
}
@media(hover:hover) and (pointer:fine){
  .location-review-link:hover{
    transform:translateY(-1px);
    border-color:rgba(10,78,168,.34);
    box-shadow:0 12px 24px rgba(8,33,84,.11);
  }
}
@media(max-width:760px){
  .location-review-link{
    width:100%;
    border-radius:14px;
  }
}
