@import url("apple-design.css");
/* Shared visual polish for the Triple A Gas static pages. */
:root{
  --wine-900:#25070f;
  --wine-700:#4d0d1b;
  --wine:#711226;
  --wine-500:#9d2035;
  --wine-300:#d07a88;
  --wine-100:#f9eaed;
  --gold:#d2a348;
  --ink:#21171a;
  --steel-700:#504447;
  --steel-500:#776a6d;
  --steel-300:#d9ced0;
  --steel-100:#eee6e7;
  --cloud:#fbf9f8;
  --radius:8px;
}
body{background:var(--cloud);color:var(--steel-700);}
.wrap{max-width:1240px;padding-left:28px;padding-right:28px;}
.site-header{background:rgba(37,7,15,.96);box-shadow:0 10px 30px rgba(37,7,15,.14);}
.header-inner{min-height:76px;padding:12px 0;}
.brand{gap:12px;}
.brand img{height:48px;width:48px;object-fit:contain;}
.brand-text{font-size:15px;letter-spacing:.09em;}
.main-nav{gap:25px;}
.main-nav a{font-size:13px;letter-spacing:.02em;}
.header-cta .btn{box-shadow:none;}
.hero{min-height:650px;}
.hero::before{background:linear-gradient(90deg,rgba(25,4,9,.88) 0%,rgba(25,4,9,.58) 43%,rgba(25,4,9,.15) 100%),linear-gradient(180deg,rgba(15,3,6,.06),rgba(15,3,6,.88));}
.hero-inner{max-width:680px;padding:100px 0 82px;}
.hero h1{font-size:clamp(40px,5.4vw,72px);line-height:1.01;letter-spacing:-.035em;max-width:650px;}
.hero p{font-size:18px;line-height:1.65;max-width:560px;}
.page-hero{min-height:330px;}
.page-hero::before{background:linear-gradient(90deg,rgba(25,4,9,.84),rgba(25,4,9,.25)),linear-gradient(180deg,rgba(15,3,6,.04),rgba(15,3,6,.84));}
.page-hero-inner{padding:82px 0 44px;}
.page-hero h1{font-size:clamp(36px,4.7vw,58px);letter-spacing:-.03em;}
section{padding:88px 0;}
.section-head{max-width:700px;margin-bottom:42px;}
.section-head h2{font-size:clamp(28px,3.2vw,42px);letter-spacing:-.03em;line-height:1.08;}
.section-head p{font-size:16px;line-height:1.7;}
.grid{gap:20px;}
.card,.prod-card,.station-card{border-color:#e9dfe1;border-radius:var(--radius);box-shadow:0 6px 24px rgba(37,7,15,.05);}
.prod-card{padding:30px 22px;}
.prod-card:hover,.station-card:hover{box-shadow:0 18px 36px rgba(37,7,15,.13);}
.station-card{overflow:hidden;}
.station-card img,.station-card .photo-frame{filter:saturate(.92);}
.photo-frame{border-radius:var(--radius);box-shadow:0 10px 28px rgba(37,7,15,.1);}
.photo-caption{padding:24px 18px 15px;background:linear-gradient(0deg,rgba(15,3,6,.84),transparent);}
.trust-strip{padding:22px 0;background:var(--wine-700);}
.trust-grid{gap:22px;}
.trust-item{font-size:13px;}
.btn{border-radius:6px;padding:14px 23px;letter-spacing:.01em;}
.btn-primary{background:var(--wine-500);}
.btn-primary:hover{background:#7d172a;}
.btn-ghost{border-color:var(--wine);}
.gallery-grid{grid-template-columns:repeat(12,1fr);gap:16px;}
.gallery-item{grid-column:span 3;border-radius:var(--radius);aspect-ratio:1.12;box-shadow:0 5px 18px rgba(37,7,15,.08);}
.gallery-item:nth-child(1),.gallery-item:nth-child(6),.gallery-item:nth-child(11){grid-column:span 6;aspect-ratio:2.08;}
.gallery-item img{filter:saturate(.92);}
.gallery-filter button{border-radius:6px;padding:10px 15px;}
.gallery-filter button.active{background:var(--wine);border-color:var(--wine);}
.site-footer{background:#1a1013;padding-top:70px;}
.footer-brand img{height:42px;width:42px;object-fit:contain;}
.wa-float{box-shadow:0 10px 26px rgba(0,0,0,.24);}
@media(max-width:900px){
  .gallery-item,.gallery-item:nth-child(1),.gallery-item:nth-child(6),.gallery-item:nth-child(11){grid-column:span 6;aspect-ratio:1.2;}
  .hero{min-height:590px;}
}
@media(max-width:560px){
  .wrap{padding-left:20px;padding-right:20px;}
  .header-inner{min-height:68px;}
  .brand img{height:42px;width:42px;}
  .brand-text{font-size:12px;}
  .hero-inner{padding:74px 0 54px;}
  .hero h1{font-size:40px;}
  .hero p{font-size:16px;}
  section{padding:64px 0;}
  .gallery-grid{gap:10px;}
  .gallery-item,.gallery-item:nth-child(1),.gallery-item:nth-child(6),.gallery-item:nth-child(11){grid-column:span 12;aspect-ratio:1.35;}
}
@media(max-width:920px){
  .site-header .header-inner{min-height:68px;gap:10px;}
  .site-header .brand img{height:42px;width:42px;}
  .site-header .brand-text{font-size:12px;}
  .site-header .header-phone{display:none;}
  .site-header .header-cta{margin-left:auto;}
  .site-header .header-cta .btn{padding:10px 14px;font-size:12px;}
  .site-header .main-nav{top:68px;padding:18px 20px;gap:0;}
  .site-header .main-nav{max-height:calc(100dvh - 68px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:28px;}
  .site-header .main-nav a{padding:13px 8px;width:100%;font-size:14px;}
  .hero-inner{padding-top:80px;}
  .trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px;}
}
@media(max-width:560px){
  .site-header .header-cta .btn{padding:9px 11px;font-size:11px;}
  .hero{min-height:620px;}
  .hero-inner{padding:68px 0 48px;}
  .hero h1{font-size:38px;}
  .hero p{font-size:15px;}
  .btn-row{display:grid;grid-template-columns:1fr;}
  .btn-row .btn{width:100%;}
  .trust-grid{grid-template-columns:1fr;gap:13px;}
  .section-head h2{font-size:30px;}
  .two-col{gap:22px;}
  .grid-2,.grid-3,.grid-4,.grid-5{grid-template-columns:1fr;}
  .station-card .station-photo{height:180px!important;}
}

/* Premium editorial finish */
:root{--cloud:#f7f7f5;--paper:#fff;--ink:#171416;--steel-700:#4e484a;--steel-500:#766f71;--steel-300:#d8d4d4;--steel-100:#e9e6e5;--wine-900:#171416;--wine-700:#2d2023;--wine:#641527;--wine-500:#8e2037;--wine-100:#f4ecec;--gold:#a8864a;--radius:4px;}
body{background:var(--cloud);color:var(--steel-700);font-size:15px;line-height:1.7;}
h1,h2,h3,h4{color:var(--ink);letter-spacing:-.04em;}
.site-header{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(23,20,22,.08);box-shadow:0 4px 18px rgba(23,20,22,.05);backdrop-filter:blur(18px);}
.header-inner{min-height:72px;}
.brand-text{color:var(--ink);font-size:14px;letter-spacing:.1em;}
.main-nav a{color:var(--ink);opacity:.68;font-size:13px;font-weight:700;}
.main-nav a:hover,.main-nav a.active{color:var(--wine);opacity:1;}
.main-nav a::after{background:var(--wine);}
.header-phone{color:var(--ink);}
.nav-toggle{color:var(--ink);}
.header-cta .btn-primary{background:var(--ink);color:#fff;box-shadow:none;}
.hero{min-height:680px;}
.hero::before{background:linear-gradient(90deg,rgba(15,12,13,.9),rgba(15,12,13,.35) 60%,rgba(15,12,13,.08)),linear-gradient(0deg,rgba(15,12,13,.78),transparent 60%);}
.hero-inner{padding:118px 0 92px;max-width:710px;}
.hero .eyebrow{color:#e7d7b5;}
.hero .eyebrow::before{background:#e7d7b5;}
.hero h1{font-size:clamp(46px,6.5vw,82px);font-weight:800;line-height:1;}
.hero p{font-size:18px;color:rgba(255,255,255,.8);max-width:540px;}
.btn{border-radius:4px;box-shadow:none;font-size:13px;padding:13px 20px;}
.btn-primary,.btn-secondary{background:var(--ink);}
.btn-primary:hover,.btn-secondary:hover{background:var(--wine);}
.btn-ghost{border-color:rgba(23,20,22,.3);color:var(--ink);}
.btn-ghost:hover{background:var(--ink);color:#fff;}
.btn-ghost.on-dark{border-color:rgba(255,255,255,.65);color:#fff;}
section{padding:104px 0;}
.section-head{margin-bottom:52px;}
.section-head h2{font-size:clamp(32px,4vw,54px);max-width:650px;}
.section-head p{max-width:620px;font-size:16px;}
.eyebrow{font-size:10px;letter-spacing:.18em;}
.trust-strip{background:var(--ink);padding:20px 0;}
.trust-item{color:rgba(255,255,255,.72);font-size:12px;letter-spacing:.01em;}
.card,.prod-card,.station-card{border:1px solid #e4dfdd;box-shadow:none;border-radius:4px;}
.card-shadow{box-shadow:none;}
.card-hover:hover,.prod-card:hover,.station-card:hover{box-shadow:0 14px 34px rgba(23,20,22,.1);transform:translateY(-3px);}
.prod-card{padding:28px;text-align:left;}
.prod-card .cyl-icon{margin-left:0;}
.prod-card h4{font-size:17px;}
.photo-frame{border-radius:4px;box-shadow:none;}
.photo-caption{padding:30px 18px 14px;}
.station-body{padding:20px;}
.badge{border-radius:3px;padding:4px 8px;font-size:10px;letter-spacing:.08em;}
.badge-gold{background:#f6f0e3;color:#81662d;}
.badge-wine{background:var(--wine-100);color:var(--wine);}
.safety-card{border-left:2px solid var(--gold);border-radius:0;background:#fbf8f0;}
.site-footer{background:var(--ink);padding-top:76px;}
.gallery-item{border-radius:4px;box-shadow:none;}
.gallery-filter button{border-radius:3px;background:transparent;border-color:#d9d4d2;color:var(--ink);}
.gallery-filter button.active{background:var(--ink);border-color:var(--ink);}
@media(max-width:560px){.hero{min-height:640px}.hero h1{font-size:42px}.hero p{font-size:16px}section{padding:72px 0}.section-head{margin-bottom:34px}}
/* Glass navigation: reserve translucency for interface chrome, keep content opaque. */
.site-header{background:rgba(255,255,255,.72);border-color:rgba(23,20,22,.12);}
.site-header:after{content:"";position:absolute;inset:0;pointer-events:none;border-bottom:1px solid rgba(255,255,255,.7);}
.header-inner{position:relative;z-index:1;}
.main-nav a{transition:opacity .2s ease,color .2s ease;}
.main-nav a:hover,.main-nav a.active{color:var(--wine);}
.gallery-filter{position:sticky;top:88px;z-index:5;padding:8px;width:max-content;max-width:100%;border:1px solid rgba(23,20,22,.1);border-radius:8px;background:rgba(255,255,255,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);}
@supports not ((backdrop-filter:blur(1px))){.site-header,.gallery-filter{background:#fff;}}
@media(prefers-reduced-motion:reduce){.site-header,.gallery-filter{backdrop-filter:none;-webkit-backdrop-filter:none;}}

/* Site-wide layout contract. This intentionally wins over the legacy inline page styles. */
.site-header{z-index:100!important;}
.header-inner{max-width:1280px!important;}
.main-nav{align-items:center;}
.main-nav a{white-space:nowrap;}
@media (max-width:920px){
  html,body{overflow-x:hidden;}
  .site-header{height:72px;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
  .site-header .header-inner{height:72px;min-height:72px;padding:10px 20px;}
  .site-header .nav-toggle{display:flex!important;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(23,20,22,.15);border-radius:50%;background:rgba(255,255,255,.72);font-size:0;cursor:pointer;}
  .site-header .nav-toggle:before{content:"";width:18px;height:12px;border-top:2px solid currentColor;border-bottom:2px solid currentColor;box-shadow:0 4px 0 -2px currentColor;}
  .site-header .main-nav,.site-header .main-nav.open,.site-header .header-inner:focus-within .main-nav{position:fixed!important;top:72px!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:auto!important;max-height:none!important;min-height:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;padding:10px 20px calc(32px + env(safe-area-inset-bottom))!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;background:rgba(20,16,18,.98)!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;transform:translateX(-100%)!important;visibility:hidden!important;pointer-events:none!important;transition:transform .28s ease,visibility 0s linear .28s!important;}
  .site-header .main-nav.open{transform:translateX(0)!important;visibility:visible!important;pointer-events:auto!important;transition:transform .28s ease!important;}
  .site-header .header-inner:focus-within .main-nav{transform:translateX(0)!important;visibility:visible!important;pointer-events:auto!important;transition:transform .28s ease!important;}
  .site-header .main-nav a,.site-header .main-nav a.active{display:flex!important;align-items:center!important;flex:0 0 auto!important;width:100%!important;min-height:58px!important;padding:16px 8px!important;border-bottom:1px solid rgba(255,255,255,.13)!important;color:rgba(255,255,255,.86)!important;font-size:16px!important;white-space:normal!important;}
  .site-header .main-nav a:hover,.site-header .main-nav a.active{color:#fff!important;}
  .site-header .main-nav a:after{display:none!important;}
  .site-header .header-cta{margin-left:auto!important;}
  .site-header .header-phone{display:none!important;}
  .site-header .header-cta .btn{min-height:42px;padding:10px 14px;font-size:12px;}
  .hero,.page-hero{overflow:hidden;}
  .hero-inner,.page-hero-inner{width:min(100% - 40px,720px);margin:0 auto;}
}
@media(max-width:560px){
  .site-header .header-inner{padding-left:16px;padding-right:16px;}
  .site-header .brand{min-width:0;max-width:calc(100% - 132px);}
  .site-header .brand-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .site-header .header-cta .btn{max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .hero-inner,.page-hero-inner{width:calc(100% - 40px);}
  .hero h1{max-width:100%;font-size:clamp(38px,11vw,52px);}
  .hero p,.page-hero p{font-size:15px;line-height:1.55;}
  .section-head h2{font-size:clamp(30px,9vw,42px);}
  .gallery-filter{top:80px;overflow-x:auto;display:flex;flex-wrap:nowrap;width:calc(100% - 40px);}
  .gallery-filter button{flex:0 0 auto;white-space:nowrap;}
}
