/* Fast Dash Commissary — fastdashcommissary.com */

:root{
  --orange:#d8400d;        /* hero / brand ground (AA-safe with white text) */
  --orange-bright:#f4531f; /* accents, links, rules */
  --cream:#f7f4ef;
  --peach:#f9d2ac;
  --ink:#171717;
  --ink-soft:#4a4a4a;
  --white:#fff;
  --max:1180px;
  --pad:clamp(1.25rem,5vw,4rem);
}

*,*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}

body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:clamp(1rem,.96rem + .2vw,1.0625rem);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,.wordmark,.num{
  font-family:"Anton","Arial Narrow",Impact,system-ui,sans-serif;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:.01em;
  line-height:.98;
  margin:0;
}

h1{font-size:clamp(2.35rem,1.1rem + 5.4vw,4.75rem)}
h2{font-size:clamp(1.85rem,1rem + 3.2vw,3.1rem)}
h3{font-size:clamp(1.15rem,.95rem + .8vw,1.5rem)}

p{margin:0 0 1rem}
a{color:inherit}

.wrap{max-width:var(--max);margin-inline:auto;padding-inline:var(--pad)}

/* ---------- header ---------- */
.site-header{background:var(--orange);color:var(--white)}
.site-header .wrap{
  display:flex;align-items:center;justify-content:space-between;
  gap:1rem;padding-block:1.35rem;
}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}
.brand img{display:block;height:52px;width:auto;border-radius:6px}
.wordmark{font-size:1.3rem;letter-spacing:.02em}
.nav{display:flex;gap:1.5rem;align-items:center}
.nav a{text-decoration:none;font-weight:500;padding:.3rem 0;border-bottom:2px solid transparent}
.nav a:hover,.nav a:focus-visible{border-bottom-color:currentColor}
.nav a[aria-current="page"]{border-bottom-color:currentColor}

/* ---------- buttons ---------- */
.btn{
  display:inline-block;text-decoration:none;font-weight:700;
  padding:.95rem 2.1rem;border-radius:999px;border:2px solid transparent;
  transition:transform .12s ease, background-color .12s ease, color .12s ease;
}
.btn:active{transform:translateY(1px)}
.btn-cream{background:var(--cream);color:var(--orange)}
.btn-cream:hover,.btn-cream:focus-visible{background:var(--white)}
.btn-orange{background:var(--orange-bright);color:var(--white)}
.btn-orange:hover,.btn-orange:focus-visible{background:var(--orange)}
.btn-ghost{border-color:currentColor}
.btn-ghost:hover,.btn-ghost:focus-visible{background:rgba(255,255,255,.14)}

:focus-visible{outline:3px solid #000;outline-offset:3px}
.site-header :focus-visible,.hero :focus-visible,.cta :focus-visible{outline-color:#fff}

/* ---------- hero ---------- */
.hero{background:var(--orange);color:var(--white);padding-block:clamp(2.5rem,6vw,5rem)}
.hero .wrap{display:grid;gap:clamp(2rem,4vw,3.5rem);align-items:center}
@media(min-width:900px){.hero .wrap{grid-template-columns:1fr 1fr}}
.hero p.lead{font-size:clamp(1.05rem,1rem + .35vw,1.25rem);max-width:34ch;margin-block:1.5rem 2rem}
.hero-media{margin:0}
.hero-media img{display:block;width:100%;height:auto;border-radius:4px;aspect-ratio:4/3;object-fit:cover}
.hero-media .placeholder{
  display:grid;place-items:center;text-align:center;aspect-ratio:4/3;border-radius:4px;
  background:rgba(0,0,0,.16);border:2px dashed rgba(255,255,255,.5);
  padding:2rem;font-size:.95rem;
}

/* ---------- generic section ---------- */
.section{padding-block:clamp(3rem,7vw,5.5rem)}
.section-title{text-align:center;color:var(--orange-bright);margin-bottom:clamp(2rem,4vw,3.25rem)}
.section-peach{background:var(--peach)}

/* ---------- offer list ---------- */
.offer{border-top:1px solid rgba(244,83,31,.45)}
.offer:last-child{border-bottom:1px solid rgba(244,83,31,.45)}
.offer-inner{
  display:grid;gap:.5rem 2rem;
  padding-block:clamp(1.6rem,3vw,2.4rem);
  color:var(--orange-bright);
}
@media(min-width:820px){
  .offer-inner{grid-template-columns:3.5rem 1fr 1.15fr;align-items:start;gap:2.5rem}
}
.num{font-size:clamp(1.5rem,1.2rem + 1vw,2rem);line-height:1}
.offer h3{color:var(--orange-bright)}
.offer p{margin:0;color:var(--orange-bright)}

/* ---------- pricing ---------- */
.price-group{margin-bottom:clamp(2.25rem,4vw,3.25rem)}
.price-group h3{text-align:center;margin-bottom:1.75rem;font-size:clamp(1.5rem,1.2rem + 1.4vw,2.25rem)}
.price-grid{display:grid;gap:1.75rem 2.5rem}
@media(min-width:720px){.price-grid{grid-template-columns:1fr 1fr}}
.price-item{display:grid;grid-template-columns:1fr auto;gap:.25rem 1rem;align-items:baseline}
.price-item h4{
  font-family:"Anton","Arial Narrow",Impact,sans-serif;font-weight:400;text-transform:uppercase;
  font-size:1.2rem;margin:0;letter-spacing:.01em;
}
.price-amt{font-weight:700;white-space:nowrap;font-size:1rem}
.price-item p{grid-column:1/-1;margin:.35rem 0 0;color:var(--ink-soft);font-size:.97rem}

/* ---------- contact page ---------- */
.contact-grid{display:grid;gap:clamp(2.5rem,5vw,4rem)}
@media(min-width:900px){.contact-grid{grid-template-columns:1fr 1.15fr}}
.detail{margin:0 0 1.75rem}
.detail dt{
  font-family:"Anton","Arial Narrow",Impact,sans-serif;text-transform:uppercase;
  font-size:.95rem;letter-spacing:.06em;color:var(--orange-bright);margin-bottom:.3rem;
}
.detail dd{margin:0;font-size:1.1rem}
.detail dd a{font-weight:600}
.tel{font-size:1.6rem;font-weight:700;text-decoration:none;display:inline-block}
.tel:hover{text-decoration:underline}
.map{width:100%;border:0;aspect-ratio:16/10;border-radius:4px;margin-top:.5rem}

/* ---------- form ---------- */
.form{display:grid;gap:1.1rem}
.field{display:grid;gap:.35rem}
.field label{font-weight:600;font-size:.95rem}
.field input,.field select,.field textarea{
  font:inherit;color:inherit;background:var(--white);
  border:2px solid rgba(23,23,23,.25);border-radius:10px;padding:.8rem 1rem;width:100%;
}
.field textarea{min-height:9rem;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange-bright);outline:none}
.form .btn{justify-self:start;cursor:pointer;font-family:inherit;font-size:1rem}
.hp{position:absolute;left:-9999px}

/* ---------- cta band ---------- */
.cta{background:var(--orange);color:var(--white);text-align:center;padding-block:clamp(3rem,6vw,4.5rem)}
.cta p{max-width:48ch;margin-inline:auto;margin-bottom:2rem;font-size:1.1rem}

/* ---------- footer ---------- */
.site-footer{background:var(--ink);color:var(--white);padding-block:clamp(2.5rem,5vw,3.5rem);font-size:.95rem}
.site-footer .wrap{display:grid;gap:1.75rem}
@media(min-width:760px){.site-footer .wrap{grid-template-columns:1.4fr 1fr 1fr}}
.site-footer h2{font-size:1.35rem;margin-bottom:.6rem}
.site-footer a{color:var(--peach)}
.site-footer p{margin:0 0 .35rem;color:rgba(255,255,255,.86)}
.legal{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.18);margin-top:2rem;padding-top:1.25rem;font-size:.85rem;color:rgba(255,255,255,.65)}

.skip{position:absolute;left:-9999px;background:#fff;color:#000;padding:.75rem 1.25rem;z-index:50}
.skip:focus{left:1rem;top:1rem}

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

@media(max-width:520px){
  .wordmark{font-size:1.05rem;line-height:1.05}
  .brand img{height:42px}
  .site-header .wrap{padding-block:1rem}
  .nav{gap:1rem;font-size:.95rem}
}
