
:root{
  --green:#193b2b;
  --green-2:#28523e;
  --cream:#f4eddf;
  --tan:#d8c49e;
  --red:#a54134;
  --ink:#18221c;
  --muted:#647067;
  --white:#ffffff;
  --line:#d9dfda;
  --soft:#eef3ef;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.6}
a{color:inherit}
img,svg{max-width:100%}
.container{width:min(1160px,calc(100% - 36px));margin:auto}
.announcement{background:var(--green);color:#fff;font-size:.88rem}
.announcement-inner{display:flex;justify-content:space-between;gap:18px;padding:8px 0}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-shell{display:flex;align-items:center;justify-content:space-between;min-height:78px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-seal{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--red);color:#fff;font-weight:800;border:4px solid var(--cream)}
.brand-copy strong{display:block;font-family:"Libre Baskerville",serif;font-size:1.08rem}
.brand-copy small{display:block;color:var(--muted)}
.main-nav{display:flex;align-items:center;gap:24px}
.main-nav a{text-decoration:none;font-weight:700}
.main-nav a:hover{color:var(--red)}
.main-nav a[aria-current="page"]{color:var(--red);text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:6px}
.nav-call{color:var(--red)!important;white-space:nowrap}
.nav-quote{background:var(--green);color:#fff!important;padding:11px 18px;border-radius:999px}
.menu-button{display:none;border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 13px;font-weight:700}
.hero{background:linear-gradient(135deg,#f8f3e8 0%,#e6eee5 100%);padding:78px 0 54px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:54px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.78rem;color:var(--red)}
.eyebrow-light{color:#f1d7a8}
h1,h2{font-family:"Libre Baskerville",serif;line-height:1.13;margin:12px 0 18px}
h1{font-size:clamp(2.7rem,6vw,5rem)}
h2{font-size:clamp(2rem,4vw,3.2rem)}
h3{line-height:1.25}
.hero-copy p{font-size:1.2rem;color:#3e4a42;max-width:650px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:14px 20px;text-decoration:none;font-weight:800;border:0;cursor:pointer;font:inherit}
.button-primary{background:var(--red);color:#fff}
.button-outline{background:#fff;border:2px solid var(--green);color:var(--green)}
.button-light{background:#fff;color:var(--red)}
.trust-pills{display:flex;gap:10px;flex-wrap:wrap}
.trust-pills span{background:#fff;border:1px solid var(--line);padding:8px 12px;border-radius:999px;font-size:.88rem;font-weight:700}
.hero-art{position:relative;min-height:420px;display:flex;align-items:center}
.hero-art svg{position:relative;z-index:4}
.sun{position:absolute;right:32px;top:10px;width:110px;height:110px;border-radius:50%;background:#dbb96d}
.ridge{position:absolute;border-radius:50%;bottom:38px}
.ridge-back{width:470px;height:220px;right:-140px;background:#9caf8a}
.ridge-front{width:420px;height:185px;left:-80px;background:#6f8b6c}
.hero-note{position:absolute;z-index:5;bottom:4px;left:50%;transform:translateX(-50%);width:max-content;max-width:92%;padding:10px 16px;border:1px solid var(--line);background:#fff;border-radius:999px;font-size:.85rem;font-weight:700}
.experience-strip{background:var(--green);color:#fff}
.experience-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 0}
.experience-grid div{padding:10px 24px;border-right:1px solid rgba(255,255,255,.18)}
.experience-grid div:last-child{border:0}
.experience-grid strong{display:block;font-size:1.8rem}
.experience-grid span{font-size:.9rem;color:#dce8df}
.section{padding:86px 0}
.section-warm{background:var(--cream)}
.section-heading{max-width:760px;margin-bottom:38px}
.section-heading p{font-size:1.1rem;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-grid.six{grid-template-columns:repeat(3,1fr)}
.service-card,.review-card,.contact-card,.form-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:28px}
.service-card{transition:.2s}
.service-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(24,49,36,.09)}
.service-icon{display:grid;place-items:center;width:50px;height:50px;background:var(--cream);border-radius:12px;font-size:1.5rem}
.service-card a,.text-link{color:var(--red);font-weight:800;text-decoration:none}
.two-column{display:grid;grid-template-columns:1.08fr .92fr;gap:52px;align-items:center}
.testimonial-card{background:var(--green);color:#fff;border-radius:20px;padding:32px}
.quote-mark{font-family:serif;font-size:5rem;line-height:.7;color:var(--tan)}
.testimonial-card blockquote{font-family:"Libre Baskerville",serif;font-size:1.45rem;margin:20px 0}
.testimonial-card .button{margin-top:10px}
.vin-panel{background:var(--green);color:#fff;border-radius:28px;padding:48px;display:grid;grid-template-columns:.9fr 1.1fr;gap:42px}
.vin-form label{font-weight:700}
.input-row{display:flex;gap:10px;margin:8px 0 14px}
.input-row input{flex:1}
.vin-form input,.form-card input,.form-card select,.form-card textarea{width:100%;border:1px solid #bec9c1;border-radius:10px;padding:13px;font:inherit;background:#fff;color:var(--ink)}
.result-box{margin-top:12px;padding:12px;border-radius:10px;background:rgba(255,255,255,.14);min-height:14px}
.light-link{color:#fff}
.reviews{background:var(--soft)}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.stars{color:#b67f1f;letter-spacing:.12em}
.closing-cta{background:var(--red);color:#fff;padding:54px 0}
.closing-inner,.inline-cta{display:flex;align-items:center;justify-content:space-between;gap:24px}
.closing-cta h2{margin-bottom:0}
.page-hero{background:var(--cream);padding:72px 0}
.page-hero h1{font-size:clamp(2.5rem,5vw,4.5rem)}
.page-hero p{max-width:780px;font-size:1.16rem;color:var(--muted)}
.page-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.proof-strip{background:#fff;border-bottom:1px solid var(--line)}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.proof-grid div{padding:22px 26px;border-right:1px solid var(--line)}
.proof-grid div:last-child{border-right:0}
.proof-grid strong{display:block;color:var(--green);font-size:1.08rem}
.proof-grid span{display:block;color:var(--muted);font-size:.92rem;margin-top:2px}
.check-list{list-style:none;padding:0}
.check-list li{position:relative;padding-left:28px;margin:10px 0}
.check-list li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:900}
.light-list li:before{color:#f0d399}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.quote-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}
.form-card h2{font-size:1.55rem;margin-top:8px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}
.form-grid label{font-weight:700}
.form-grid .full{grid-column:1/-1}
.action-line{display:flex;align-items:center;gap:14px}
.form-note{font-size:.88rem;color:var(--muted)}
.quote-sidebar{display:grid;gap:18px}
.quote-sidebar ol{padding-left:20px}
.dark-text{color:var(--ink);background:var(--soft)}
.site-footer{background:#10271d;color:#fff;padding:58px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .8fr;gap:40px}
.footer-brand .brand-copy small,.site-footer p{color:#cbd9d0}
.site-footer a{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:18px;color:#cbd9d0;font-size:.9rem}
.mobile-actions{display:none}
.contact-card h2{font-size:1.35rem;margin-top:0}
.contact-card .contact-link{font-size:1.08rem;font-weight:800;color:var(--red)}
.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:30px;align-items:center}
.home-callout{display:grid;gap:9px;padding:22px;border-radius:18px;background:var(--green);color:#fff;box-shadow:0 14px 32px rgba(25,59,43,.16)}
.home-callout strong{font-family:"Libre Baskerville",serif;font-size:1.25rem;line-height:1.25}
.home-callout span{color:#dce8df;font-size:.9rem}
.home-callout a{color:#fff;font-weight:800}
:focus-visible{outline:3px solid #dbb96d;outline-offset:3px}
.lookup-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}
.lookup-card,.lookup-result{border:1px solid var(--line);border-radius:20px;background:#fff;padding:28px}
.lookup-card h1{font-size:clamp(2rem,4vw,3.5rem);margin-top:8px}
.lookup-form{display:grid;gap:10px}
.lookup-form label{font-weight:800}
.lookup-form input,.lookup-form select{width:100%;border:1px solid #bec9c1;border-radius:10px;padding:13px;font:inherit;background:#fff;color:var(--ink)}
.lookup-form .button{width:100%}
.lookup-result{background:var(--green);color:#fff;display:flex;flex-direction:column;justify-content:center}
.lookup-result h2{font-size:clamp(1.7rem,3vw,2.5rem)}
.vehicle-summary{min-height:92px;padding:16px;border-radius:12px;background:rgba(255,255,255,.12)}
.vehicle-summary strong{display:block;font-size:1.35rem}
.vehicle-summary span{color:#dce8df}
.lookup-result .button{margin-top:18px;align-self:flex-start}
.lookup-note{font-size:.88rem;color:var(--muted)}
@media(max-width:860px){
  .main-nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}
  .main-nav.open{display:flex}
  .menu-button{display:block}
  .hero-grid,.two-column,.vin-panel,.quote-layout{grid-template-columns:1fr}
  .hero{padding-top:52px}
  .hero-art{min-height:310px}
  .experience-grid{grid-template-columns:1fr 1fr}
  .service-grid,.service-grid.six,.contact-grid,.review-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .closing-inner,.inline-cta{align-items:flex-start;flex-direction:column}
  .proof-grid{grid-template-columns:1fr}
  .proof-grid div{border-right:0;border-bottom:1px solid var(--line);padding:16px 18px}
  .proof-grid div:last-child{border-bottom:0}
  .lookup-layout{grid-template-columns:1fr}
  .home-hero-grid{grid-template-columns:1fr}
}
@media(min-width:861px){
  .page-shell{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}
  .page-shell .announcement-inner{padding:5px 0}
  .page-shell .nav-shell{min-height:64px}
  .page-shell main{flex:1;display:flex;flex-direction:column}
  .page-shell .page-hero{padding:26px 0 22px}
  .page-shell .page-hero h1{font-size:clamp(2rem,3.3vw,3.25rem);margin:7px 0 10px}
  .page-shell .page-hero p{font-size:1rem;margin:0}
  .page-shell .page-hero-actions{margin-top:14px}
  .page-shell .button{padding:10px 16px}
  .page-shell .proof-grid div{padding:12px 20px}
  .page-shell .section{padding:24px 0}
  .page-shell .section h2{font-size:clamp(1.6rem,2.5vw,2.25rem);margin:6px 0 10px}
  .page-shell .service-grid{gap:12px}
  .page-shell .service-card,.page-shell .contact-card{padding:16px}
  .page-shell .service-card h3{margin:3px 0 5px}
  .page-shell .service-card p{font-size:.88rem;line-height:1.35;margin:0}
  .page-shell .two-column{gap:28px}
  .page-shell .testimonial-card{padding:20px}
  .page-shell .site-footer{padding:14px 0 8px}
  .page-shell .footer-grid{grid-template-columns:1.4fr .7fr .9fr;gap:24px}
  .page-shell .footer-grid p{font-size:.8rem;line-height:1.35;margin:4px 0}
  .page-shell .footer-grid h3{font-size:.9rem;margin:0 0 4px}
  .page-shell .footer-brand .brand-seal{width:36px;height:36px;border-width:2px;font-size:.72rem}
  .page-shell .footer-bottom{margin-top:8px;padding-top:6px;font-size:.72rem}
  .page-shell.compact-page .page-hero{padding:16px 0 13px}
  .page-shell.compact-page .section{padding:15px 0}
  .page-shell.compact-page .site-footer{padding:10px 0 6px}
  .page-shell.compact-page .home-options{padding:12px 0}
  .page-shell.compact-page .home-options .service-card{padding:14px}
  .page-shell.compact-page .home-options .service-icon{width:40px;height:40px;font-size:1.15rem}
}
@media(max-width:560px){
  .container{width:min(100% - 24px,1160px)}
  .announcement-inner{display:block;text-align:center}
  .service-grid,.service-grid.six,.contact-grid,.review-grid,.experience-grid,.form-grid{grid-template-columns:1fr}
  .experience-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .hero-buttons,.input-row{flex-direction:column}
  .vin-panel{padding:28px}
  .section{padding:62px 0}
  .form-grid .full{grid-column:auto}
  body{padding-bottom:72px}
  .mobile-actions{position:fixed;z-index:80;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(16,39,29,.14)}
  .mobile-actions a{display:flex;align-items:center;justify-content:center;min-height:60px;text-decoration:none;font-weight:900}
  .mobile-actions a:first-child{color:var(--green)}
  .mobile-actions a:last-child{background:var(--red);color:#fff}
}

/* Approved Auto Glass Medic rustic presentation — 2026-08-25 restoration */
:root{
  --green:#071a33;
  --green-2:#132b49;
  --cream:#f3e5c7;
  --tan:#c99a47;
  --red:#a20d18;
  --ink:#08182d;
  --muted:#5b6470;
  --line:#cdbd9f;
  --soft:#eee2ca;
}
body{background:#1b100d;color:var(--ink)}
.page-shell{background:linear-gradient(90deg,#24130f,#4a2119 16%,#160d0c 50%,#4a2119 84%,#24130f)}
.page-shell main,.page-shell .proof-strip,.page-shell .section{width:min(1240px,100%);margin-inline:auto}
.announcement{background:#a20d18;border-bottom:2px solid #d5a247;font-weight:800}
.site-header{background:#061a35;border-bottom:4px solid #a20d18;box-shadow:0 5px 18px rgba(0,0,0,.32)}
.nav-shell{min-height:84px}
.brand-seal{width:184px;height:68px;border:0;border-radius:8px;background:#fff url('../logo.png') center/cover no-repeat;color:transparent;text-indent:-9999px;box-shadow:0 2px 12px rgba(0,0,0,.3)}
.brand-copy{display:none}
.main-nav{gap:20px}
.main-nav a{color:#fff;text-transform:uppercase;font-size:.85rem;letter-spacing:.035em}
.main-nav a:hover,.main-nav a[aria-current="page"]{color:#f4c55c}
.nav-call{color:#f4c55c!important}
.nav-quote{background:#a20d18;border:1px solid #dfb454;box-shadow:0 3px 0 #650810}
.menu-button{color:#fff;background:#a20d18;border-color:#d5a247}
.page-hero{position:relative;background:linear-gradient(100deg,rgba(4,17,36,.96) 0%,rgba(4,17,36,.86) 48%,rgba(56,18,13,.70) 100%),url('../approved-desktop-no-vita.jpg') center 43%/165% auto no-repeat;color:#fff;border-bottom:3px solid #a20d18}
.page-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(194,139,45,.08),transparent)}
.page-hero .container{position:relative;z-index:1}
.page-hero h1{color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.6);max-width:860px}
.page-hero p{color:#f8ead0;max-width:760px}
.eyebrow{color:#f4c55c}
.home-callout,.testimonial-card,.lookup-result{background:linear-gradient(145deg,#0a2242,#07172e);border:1px solid #c99a47;box-shadow:0 12px 28px rgba(0,0,0,.3)}
.button{border-radius:5px;text-transform:uppercase;letter-spacing:.025em}
.button-primary{background:#a20d18;border:1px solid #e1b85a;box-shadow:0 3px 0 #650810}
.button-outline{background:#f4e6ca;border-color:#071a33;color:#071a33}
.proof-strip{background:#f3e5c7;border-bottom:3px solid #a20d18}
.proof-grid strong{color:#8d1118}
.section{background:#fff8e8}
.section-warm{background:#eee2ca}
.service-card,.contact-card,.form-card,.lookup-card{border-color:#cdbd9f;border-radius:8px;background:#fffaf0;box-shadow:0 5px 14px rgba(60,32,16,.09)}
.service-icon{background:#071a33;color:#fff;border-radius:6px}
.service-card a,.text-link,.contact-card .contact-link{color:#a20d18}
.site-footer{width:min(1240px,100%);margin-inline:auto;background:#061a35;border-top:4px solid #a20d18}
.footer-brand .brand-seal{width:138px;height:51px}
.mobile-actions a:first-child{color:#071a33}.mobile-actions a:last-child{background:#a20d18}
@media(min-width:861px){
  .page-shell .nav-shell{min-height:76px}
  .page-shell .page-hero{padding:34px 0 30px;min-height:270px;display:flex;align-items:center}
  .page-shell.compact-page .page-hero{padding:28px 0;min-height:245px}
  .page-shell .page-hero h1{font-size:clamp(2.4rem,4vw,4rem)}
  .page-shell .section{padding:22px 0}
  .page-shell .site-footer{padding:12px 0 7px}
  .page-shell.compact-page .home-options{padding:16px 0}
}
@media(max-width:860px){
  .site-header{position:sticky}
  .brand-seal{width:148px;height:55px}
  .main-nav{top:76px;background:#061a35;border-bottom:3px solid #a20d18}
  .page-hero{background-size:auto 100%;background-position:center}
}
