/* ============================================================
   Pokie's Ready Mix LLC — pokiesconcrete.com
   Red / white / blue theme — predominantly red, navy dark bands.
   Site by Sitely (www.sitelyweb.com).
   ============================================================ */
:root {
  --ink: #12203f;
  --ink-2: #182a52;
  --ink-3: #203564;
  --steel: #4a5878;
  --red: #c8102e;
  --red-d: #a00d24;
  --red-l: #ff5a6e; /* red accent legible on navy/dark backgrounds */
  --concrete: #e9edf4;
  --concrete-2: #f5f7fa;
  --paper: #ffffff;
  --body-gray: #5b6478;
  --line: #d8dde8;
  --line-2: #2a3d68;
  --font-head: 'Oswald', sans-serif;
  --font-body: 'Inter', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--paper); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1220px, 94%); margin: 0 auto; }
h1, h2, h3, h4 { font-family: var(--font-head); text-transform: uppercase; line-height: 1.08; letter-spacing: .01em; font-weight: 700; }
section { scroll-margin-top: 84px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-head); font-weight: 600; font-size: .95rem; letter-spacing: .06em;
  text-transform: uppercase; text-decoration: none; text-align: center;
  padding: .82rem 1.7rem; border-radius: 3px; cursor: pointer; border: 2px solid transparent;
  transition: background .15s ease, transform .12s ease, color .15s ease, border-color .15s ease;
}
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-d); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--red); }
.btn-light:hover { background: #eef1f6; transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; border-color: rgba(255,255,255,.18); }
.btn-dark:hover { background: var(--ink-3); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-outline-light:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--ink); color: #c7c9cd; font-size: .76rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; padding: 8px 0; border-bottom: 1px solid var(--line-2);
}
.topbar-inner { display: flex; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; align-items: center; }
.topbar .rd { color: var(--red-l); }
.topbar a { color: var(--red-l); text-decoration: none; font-weight: 700; }
.topbar a:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-header { background: var(--red); color: #fff; position: sticky; top: 0; z-index: 50; border-bottom: 4px solid var(--ink); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 0; }
.brand { text-decoration: none; line-height: 1; flex: none; display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; flex: none; background: #fff; color: var(--red);
  display: grid; place-items: center; border-radius: 4px; font-family: var(--font-head);
  font-weight: 700; font-size: 1.5rem; box-shadow: inset 0 0 0 3px rgba(0,0,0,.08);
}
.brand-txt .brand-top { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; letter-spacing: .04em; color: #fff; }
.brand-txt .brand-sub { display: block; font-size: .58rem; font-weight: 700; letter-spacing: .34em; text-transform: uppercase; color: rgba(255,255,255,.85); margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a {
  color: rgba(255,255,255,.88); font-family: var(--font-head); font-size: .92rem; font-weight: 500;
  letter-spacing: .05em; text-transform: uppercase; text-decoration: none; padding: 8px 0;
}
.nav a:hover { color: #fff; }
.header-btns { display: flex; gap: 10px; align-items: center; flex: none; }
.header-call { text-decoration: none; color: #fff; text-align: right; line-height: 1.1; }
.header-call small { display: block; font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.header-call b { font-family: var(--font-head); font-size: 1.15rem; letter-spacing: .02em; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: #fff; margin: 5px 0; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; color: #fff; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(11,18,38,.9) 0%, rgba(11,18,38,.74) 42%, rgba(11,18,38,.42) 100%);
}
.hero-inner { padding: 82px 0 92px; max-width: 720px; }
.hero .kicker {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head);
  font-size: .82rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: #fff; background: var(--red); padding: 5px 14px; border-radius: 3px; margin-bottom: 20px;
}
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.9rem); font-weight: 700; letter-spacing: .01em; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.hero h1 .rd { color: var(--red-l); }
.hero-sub { color: #dcdde0; font-size: 1.05rem; max-width: 590px; margin-bottom: 26px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-bottom: 30px; }
.hero-badges span { font-family: var(--font-head); font-size: .9rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: #f0f0f1; display: inline-flex; align-items: center; gap: 8px; }
.hero-badges .stars { color: var(--red-l); letter-spacing: 2px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ---------- Dispatch band ---------- */
.dispatch { background: var(--ink); border-bottom: 4px solid var(--red); }
.dispatch-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.dispatch-card { display: block; text-align: center; padding: 20px 14px 22px; text-decoration: none; color: #fff; border-left: 1px solid var(--line-2); transition: background .15s ease; }
.dispatch-card:first-child { border-left: 0; }
.dispatch-card:hover { background: var(--ink-3); }
.dispatch-plant { display: block; font-family: var(--font-head); font-weight: 500; font-size: .84rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red-l); margin-bottom: 3px; }
.dispatch-card b { font-family: var(--font-head); font-weight: 700; font-size: 1.75rem; letter-spacing: .02em; }

/* ---------- Stats strip ---------- */
.stats { background: var(--red); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; padding: 24px 14px; border-left: 1px solid rgba(255,255,255,.28); }
.stat:first-child { border-left: 0; }
.stat b { display: block; font-family: var(--font-head); font-weight: 700; font-size: 2.5rem; line-height: 1; }
.stat span { font-family: var(--font-head); font-weight: 500; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }

/* ---------- Section shell ---------- */
.sec { padding: 74px 0 80px; }
.sec.alt { background: var(--concrete-2); }
.sec-head { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.eyebrow { font-family: var(--font-head); font-size: .84rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--red-d); margin-bottom: 12px; }
.sec-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
.sec-head p { color: var(--body-gray); font-size: 1rem; margin-top: 14px; }
.lead { color: var(--body-gray); }

/* ---------- Product cards ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.prod-card { background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease; }
.prod-card:hover { box-shadow: 0 18px 40px rgba(23,24,26,.14); transform: translateY(-4px); }
.prod-card figure { position: relative; overflow: hidden; }
.prod-card img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; }
.prod-card figure b {
  position: absolute; left: 0; bottom: 0; background: var(--red); color: #fff;
  font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .12em;
  text-transform: uppercase; padding: 5px 12px;
}
.prod-body { padding: 20px 22px 24px; border-top: 3px solid var(--red); flex: 1; }
.prod-body h3 { font-size: 1.32rem; margin-bottom: 8px; }
.prod-body p { font-size: .9rem; color: var(--body-gray); }

/* ---------- Materials & hauling ---------- */
.xtra-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.xtra-card { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red); padding: 26px 24px 28px; }
.xtra-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.xtra-card p { font-size: .92rem; color: var(--body-gray); }

/* ---------- Split (photo + dark panel) ---------- */
.split { display: grid; grid-template-columns: 1fr 1.08fr; }
.split-media { min-height: 500px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-panel { background: var(--ink); color: #fff; padding: 70px 7% 70px 6%; }
.split-panel .eyebrow { color: var(--red-l); }
.split-panel h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 18px; }
.split-panel p { color: #c4c6ca; font-size: .98rem; margin-bottom: 16px; }
.tick { list-style: none; display: grid; gap: 13px; margin: 22px 0 30px; }
.tick li { position: relative; padding-left: 34px; font-size: .96rem; color: #e5e6e8; }
.tick li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; background: var(--red); color: #fff; border-radius: 3px; display: grid; place-items: center; font-size: .8rem; font-weight: 800; }
.tick li b { color: #fff; }

/* ---------- About band ---------- */
.about { text-align: center; }
.about-inner { max-width: 880px; margin: 0 auto; }
.about h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 8px; }
.about .sig { font-family: var(--font-head); font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--red-d); margin-bottom: 20px; font-size: .95rem; }
.about p { color: var(--body-gray); font-size: 1.02rem; margin-bottom: 16px; }

/* ---------- Fleet band (dark) ---------- */
.fleet { background: var(--ink); color: #fff; padding: 70px 0 76px; border-top: 4px solid var(--red); }
.fleet .sec-head h2 { color: #fff; }
.fleet .sec-head p { color: #b7b9bd; }
.fleet .eyebrow { color: var(--red-l); }
.strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.strip figure { position: relative; overflow: hidden; border-radius: 3px; }
.strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .4s ease; }
.strip figure:hover img { transform: scale(1.05); }
.strip figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; background: linear-gradient(transparent, rgba(10,11,12,.85)); font-family: var(--font-head); font-weight: 500; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: #fff; }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step { position: relative; padding-top: 8px; }
.step .num { font-family: var(--font-head); font-weight: 700; font-size: 2.8rem; color: var(--red); line-height: 1; display: block; margin-bottom: 10px; -webkit-text-stroke: 0; }
.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { font-size: .9rem; color: var(--body-gray); }

/* ---------- Reviews ---------- */
.rev-head { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 30px; }
.rev-score { display: flex; align-items: center; gap: 14px; }
.rev-score .big { font-family: var(--font-head); font-weight: 700; font-size: 3rem; line-height: 1; color: var(--ink); }
.rev-score .stars { color: var(--red); font-size: 1.25rem; letter-spacing: 3px; }
.rev-score small { display: block; color: var(--body-gray); font-size: .82rem; }
.rev-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.rev-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--red); padding: 22px 20px; display: flex; flex-direction: column; }
.rev-card .stars { color: var(--red); letter-spacing: 2px; font-size: .95rem; margin-bottom: 10px; }
.rev-card p { font-size: .95rem; color: #3f4247; flex: 1; }
.rev-user { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.rev-avatar { width: 36px; height: 36px; border-radius: 50%; flex: none; display: grid; place-items: center; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .95rem; background: var(--red); }
.rev-user b { font-size: .88rem; display: block; line-height: 1.2; }
.rev-user span { font-size: .74rem; color: var(--body-gray); }
.rev-note { text-align: center; margin-top: 22px; font-size: .82rem; color: var(--body-gray); }

/* ---------- Service area ---------- */
.areas { background: var(--ink-2); color: #fff; text-align: center; }
.areas .eyebrow { color: var(--red-l); }
.areas h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 10px; }
.areas p { color: #b7b9bd; max-width: 640px; margin: 0 auto 28px; }
.area-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; list-style: none; max-width: 900px; margin: 0 auto; }
.area-list li { border: 1px solid var(--line-2); background: rgba(255,255,255,.03); padding: 8px 18px; border-radius: 999px; font-family: var(--font-head); font-weight: 400; font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; }
.area-list li.hq { background: var(--red); color: #fff; border-color: var(--red); font-weight: 600; }

/* ---------- CTA band ---------- */
.cta { background: var(--red); color: #fff; text-align: center; padding: 66px 0 70px; }
.cta h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 12px; }
.cta p { font-size: 1.05rem; max-width: 640px; margin: 0 auto 26px; color: rgba(255,255,255,.92); }
.cta .hero-btns { justify-content: center; }
.cta .fine { font-size: .82rem; margin-top: 18px; color: rgba(255,255,255,.75); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
.contact-info h3 { font-size: 1.6rem; margin-bottom: 6px; }
.info-rows { display: grid; gap: 18px; margin: 22px 0 26px; }
.info-row { display: flex; gap: 14px; align-items: flex-start; }
.info-row .ic { width: 40px; height: 40px; flex: none; background: var(--red); color: #fff; display: grid; place-items: center; border-radius: 4px; font-family: var(--font-head); font-weight: 700; font-size: .95rem; }
.info-row b { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .04em; font-size: 1rem; display: block; }
.info-row span, .info-row a { font-size: .92rem; color: var(--body-gray); text-decoration: none; }
.info-row a:hover { color: var(--red-d); }
.hours-table { list-style: none; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.hours-table li { display: flex; justify-content: space-between; padding: 10px 16px; font-size: .9rem; }
.hours-table li:nth-child(odd) { background: var(--concrete-2); }
.hours-table li b { font-family: var(--font-body); font-weight: 700; text-transform: none; letter-spacing: 0; }
.hours-table .closed { color: var(--red-d); }
.hours-table a { color: var(--red-d); text-decoration: none; font-weight: 700; }
.hours-table a:hover { text-decoration: underline; }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; background: var(--ink); color: #fff; border-radius: 4px; text-decoration: none; font-family: var(--font-head); font-weight: 700; font-size: .8rem; transition: background .15s; }
.socials a:hover { background: var(--red); color: #fff; }

.quote-form { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red); padding: 32px 30px 34px; }
.quote-form h3 { font-size: 1.5rem; margin-bottom: 4px; }
.quote-form > p { font-size: .9rem; color: var(--body-gray); margin-bottom: 18px; }
.fld { margin-bottom: 14px; }
.fld label { display: block; font-family: var(--font-head); font-weight: 500; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; color: var(--ink); }
.fld input, .fld select, .fld textarea {
  width: 100%; padding: .72rem .85rem; border: 1px solid var(--line); border-radius: 4px;
  font-family: var(--font-body); font-size: .95rem; background: var(--concrete-2); color: var(--ink);
}
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: 2px solid var(--red); border-color: var(--red); background: #fff; }
.fld-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.form-status { margin-top: 12px; font-size: .9rem; font-weight: 600; color: #1e7a46; min-height: 1.2em; }
.map-embed { border: 0; width: 100%; height: 300px; border-radius: 4px; margin-top: 26px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #b9bbbf; padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.1fr; gap: 40px; }
.footer-brand .brand-top { font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; color: #fff; letter-spacing: .04em; }
.footer-brand .brand-sub { display: block; font-size: .58rem; font-weight: 700; letter-spacing: .34em; text-transform: uppercase; color: var(--red-l); margin: 2px 0 14px; }
.footer-brand p { font-size: .9rem; color: #a9abaf; max-width: 340px; }
.site-footer h4 { color: #fff; font-size: 1.05rem; letter-spacing: .06em; margin-bottom: 14px; }
.site-footer ul { list-style: none; display: grid; gap: 9px; }
.site-footer a { color: #b9bbbf; text-decoration: none; font-size: .9rem; }
.site-footer a:hover { color: var(--red-l); }
.footer-contact li { font-size: .9rem; margin-bottom: 9px; color: #b9bbbf; }
.footer-contact b { color: #fff; font-family: var(--font-body); }
.footer-bottom { border-top: 1px solid var(--line-2); margin-top: 44px; padding-top: 22px; text-align: center; font-size: .82rem; color: #8a8c90; }
.footer-bottom a { color: #fff; font-weight: 700; text-decoration: none; }
.footer-bottom a:hover { color: var(--red-l); }

/* ---------- Careers ---------- */
.careers-flex { display: grid; grid-template-columns: 330px 1fr; gap: 20px; align-items: stretch; }
.careers-photo { position: relative; overflow: hidden; border-radius: 3px; border: 1px solid var(--line); }
.careers-photo img { width: 100%; height: 100%; object-fit: cover; }
.careers-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; background: linear-gradient(transparent, rgba(10,11,12,.85)); font-family: var(--font-head); font-weight: 500; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: #fff; }
.careers .jobs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.careers-flex .jobs-grid { grid-template-columns: repeat(2, 1fr); }
.job-card { display: flex; flex-direction: column; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--red); border-radius: 3px; padding: 24px 24px 22px; text-decoration: none; color: inherit; transition: box-shadow .2s ease, transform .2s ease; }
.job-card:hover { box-shadow: 0 16px 36px rgba(23,24,26,.14); transform: translateY(-4px); }
.job-tag { font-family: var(--font-head); font-weight: 600; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: var(--red); padding: 4px 11px; border-radius: 3px; margin-bottom: 14px; }
.job-card h3 { font-size: 1.28rem; margin-bottom: 8px; }
.job-card p { font-size: .9rem; color: var(--body-gray); flex: 1; margin-bottom: 16px; }
.job-apply { font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--red-d); }
.job-card:hover .job-apply { color: var(--ink); }
.jobs-note { text-align: center; margin-top: 30px; font-size: .92rem; color: var(--body-gray); }
.jobs-note a { color: var(--red-d); font-weight: 700; text-decoration: none; }
.jobs-note a:hover { text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .strip { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split-media { min-height: 320px; order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .rev-cards { grid-template-columns: 1fr 1fr; }
  .xtra-grid { grid-template-columns: 1fr; }
  .careers-flex { grid-template-columns: 1fr; }
  .careers-photo img { aspect-ratio: 4 / 3; }
}
@media (max-width: 760px) {
  .nav {
    position: fixed; inset: 0 0 auto 0; flex-direction: column; align-items: flex-start; gap: 2px;
    background: var(--ink-2); padding: 76px 7vw 24px; display: none; box-shadow: 0 20px 40px rgba(0,0,0,.4);
  }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--line-2); }
  .nav-toggle { display: block; position: relative; z-index: 80; }
  .header-call { display: none; }
  .header-btns .btn { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .dispatch-grid { grid-template-columns: 1fr; }
  .dispatch-card { border-left: 0; border-top: 1px solid var(--line-2); padding: 14px 14px 16px; }
  .dispatch-card:first-child { border-top: 0; }
  .prod-grid { grid-template-columns: 1fr; }
  .strip { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .rev-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .fld-2 { grid-template-columns: 1fr; }
  .careers-flex .jobs-grid { grid-template-columns: 1fr; }
  .hero-inner { padding: 60px 0 68px; }
}
