:root {
  --black: #0d0d0d;
  --white: #fff;
  --smoke: #f4f4f4;
  --paper: #f7f5f0;
  --steel: #242424;
  --oxford: #142142;
  --red: #cf142b;
  --powder: #006ba6;
  --river: #48c6e4;
  --bb: #b1ddf6;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
}

h1,
h2,
h3,
.brand,
.btn,
.outline-btn,
.primary-nav,
.feature-item h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.topbar {
  background: var(--black);
  color: var(--white);
  padding: .5rem 1rem;
  text-align: center;
  font-weight: 700;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 4px solid var(--red);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 1rem;
}

.brand {
  font-size: 2rem;
  text-decoration: none;
}

.navlinks {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.navlinks a {
  text-decoration: none;
  font-weight: 800;
}

.navlinks a:hover {
  color: var(--red);
}

.site-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: clamp(1.5rem, 4vw, 5rem);
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  padding: clamp(1rem, 2.8vw, 2.4rem) clamp(1rem, 3.2vw, 3.25rem) .2rem;
}

.brand-logo {
  display: block;
  position: relative;
  width: clamp(250px, 27vw, 520px);
  aspect-ratio: 560 / 430;
  overflow: hidden;
}

.brand-logo img {
  position: absolute;
  top: -4.5%;
  left: -8.5%;
  width: 392%;
  height: auto;
  max-width: none;
}

.header-content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(2rem, 8vw, 7.25rem);
  min-width: 0;
}

.social-links,
.footer-social .social-column {
  display: flex;
  align-items: center;
  gap: clamp(.85rem, 1.7vw, 1.35rem);
}

.social-links {
  justify-content: flex-end;
  padding-top: clamp(.35rem, 1.5vw, 1.1rem);
}

.social-link {
  display: grid;
  place-items: center;
  width: clamp(44px, 3.4vw, 56px);
  height: clamp(44px, 3.4vw, 56px);
  border-radius: 999px;
  background: #050505;
  color: #fff;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.social-link svg {
  width: 62%;
  height: 62%;
  fill: currentColor;
}

.social-link:first-child svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-link:first-child circle:last-child {
  fill: currentColor;
  stroke: none;
}

.primary-nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(.75rem, 1.7vw, 2rem);
  font-size: clamp(1rem, 1.25vw, 1.42rem);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  padding-bottom: clamp(1.4rem, 2.5vw, 2.05rem);
}

.primary-nav a {
  position: relative;
  text-decoration: none;
  padding-bottom: .78rem;
  min-height: 44px;
  display: inline-flex;
  align-items: flex-end;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--red);
}

.primary-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--red);
}

.home-hero {
  min-height: clamp(430px, 42vw, 560px);
  display: grid;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .94) 34%, rgba(0, 0, 0, .45) 55%, rgba(0, 0, 0, .08) 100%),
    url("/assets/brand/feedlot-home-reference.png");
  background-size: cover;
  background-position: center 19%;
  color: #fff;
  border-bottom: 1px solid #d8d8d8;
}

.hero-copy {
  width: min(560px, 92vw);
  padding: clamp(2rem, 4vw, 4rem);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(4.8rem, 9vw, 8.5rem);
  line-height: .85;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #111;
}

.hero-kicker {
  margin: 1.15rem 0 .1rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.2rem, 3.2vw, 3.3rem);
  line-height: 1;
  text-transform: uppercase;
}

.script-line {
  margin: 0;
  color: var(--red);
  font-family: "Special Elite", Georgia, serif;
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  line-height: 1.1;
}

.star-rule {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(340px, 82vw);
  color: var(--red);
  margin: 1.4rem 0 1rem;
}

.star-rule span {
  display: block;
  height: 2px;
  flex: 1;
  background: currentColor;
}

.star-rule strong {
  font-size: 1.65rem;
  line-height: 1;
}

.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  margin-top: 1.2rem;
  padding: .85rem 1.6rem;
  border: 2px solid currentColor;
  color: #fff;
  background: rgba(0, 0, 0, .28);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

.outline-btn::after {
  content: ">";
  color: var(--red);
  margin-left: 1rem;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--paper);
  border-bottom: 1px solid #d8d8d8;
  padding: clamp(1.7rem, 3vw, 2.8rem) clamp(1rem, 3vw, 3rem);
}

.feature-item {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 180px;
  padding: 0 clamp(.75rem, 2vw, 1.5rem);
  text-align: center;
  border-right: 1px solid #999;
}

.feature-item:last-child {
  border-right: 0;
}

.feature-item svg {
  width: clamp(48px, 5.5vw, 78px);
  height: clamp(48px, 5.5vw, 78px);
  fill: #050505;
  margin-bottom: .6rem;
}

.feature-item h2 {
  margin: .15rem 0 .45rem;
  font-size: clamp(1.25rem, 1.6vw, 1.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.feature-item p {
  max-width: 170px;
  margin: 0;
  font-size: .92rem;
  line-height: 1.45;
}

.feature-item span {
  color: var(--red);
  font-weight: 900;
  font-size: 1.6rem;
  margin-top: auto;
}

.dwaynism-panel {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.45fr);
  min-height: 320px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .86)),
    repeating-linear-gradient(0deg, #050505, #050505 7px, #111 8px, #050505 12px);
}

.dwaynism-photo,
.tailgate-photo,
.store-sketch {
  background-image: url("/assets/brand/feedlot-home-reference.png");
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.dwaynism-photo {
  min-height: 320px;
  background-size: auto 980px;
  background-position: 0 74%;
  box-shadow: inset -40px 0 55px rgba(0, 0, 0, .78);
}

.dwaynism-copy {
  display: grid;
  align-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.dwaynism-copy h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.dwaynism-copy h2 span {
  color: var(--red);
}

.dwaynism-copy blockquote {
  margin: 0;
  font-family: "Special Elite", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.25;
}

.dwaynism-copy blockquote::before,
.dwaynism-copy blockquote::after {
  color: var(--red);
  font-family: Georgia, serif;
  font-weight: 900;
}

.dwaynism-copy blockquote::before {
  content: open-quote;
}

.dwaynism-copy blockquote::after {
  content: close-quote;
}

.dwaynism-copy p {
  margin: 1.6rem 0 0;
  color: #f1f1f1;
}

.catering-band {
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(280px, 1.1fr) minmax(210px, .62fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  background: var(--paper);
  border-bottom: 1px solid #d8d8d8;
  padding: clamp(1rem, 2.4vw, 2rem);
}

.tailgate-photo {
  min-height: 170px;
  background-size: auto 1220px;
  background-position: 0 78%;
  transform: rotate(-2deg);
  border: 8px solid #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
}

.catering-copy {
  text-align: center;
}

.catering-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 4.2rem);
  line-height: .95;
  text-transform: uppercase;
}

.catering-copy .star-rule {
  margin-inline: auto;
}

.red-btn {
  color: #111;
  background: #fff;
  border-color: var(--red);
}

.stamp-mark {
  display: grid;
  place-items: center;
  justify-self: center;
  width: clamp(170px, 17vw, 250px);
  aspect-ratio: 1;
  border: 5px double #111;
  border-radius: 50%;
  transform: rotate(-8deg);
  text-align: center;
  text-transform: uppercase;
  font-family: "Bebas Neue", Impact, sans-serif;
}

.stamp-mark strong {
  width: 118%;
  padding: .2rem .4rem;
  border: 3px solid #111;
  background: var(--paper);
  font-size: clamp(1.4rem, 2.2vw, 2.4rem);
  line-height: .95;
}

.stamp-mark span {
  font-size: clamp(.95rem, 1.2vw, 1.35rem);
  line-height: 1;
}

.home-bottom {
  display: grid;
  grid-template-columns: minmax(210px, .8fr) minmax(260px, 1fr) minmax(300px, .95fr) minmax(90px, .32fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, .82), rgba(255, 255, 255, .82)),
    repeating-linear-gradient(0deg, #eee 0 2px, #fafafa 2px 12px);
  padding: clamp(1.5rem, 2.5vw, 2.4rem) clamp(1rem, 4vw, 5rem);
  border-bottom: 1px solid #d8d8d8;
}

.location-card {
  border-right: 1px solid #999;
  padding-right: clamp(1rem, 2vw, 2rem);
}

.location-card .script-line {
  font-size: clamp(1.25rem, 1.8vw, 1.9rem);
}

.location-card h2,
.signup-card label,
.footer-social h2 {
  display: block;
  margin: 0 0 .45rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 2.7vw, 3.1rem);
  line-height: .95;
  text-transform: uppercase;
}

.location-card p:last-child {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.store-sketch {
  min-height: 150px;
  background-size: auto 1120px;
  background-position: 43% 92%;
}

.signup-card {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding-inline: clamp(1rem, 2vw, 2rem);
}

.signup-card p {
  margin: 0 0 1rem;
}

.signup-card div {
  display: flex;
  align-items: stretch;
}

.signup-card input,
.signup-card button,
input,
textarea,
select {
  font: inherit;
}

.signup-card input {
  width: 100%;
  min-width: 0;
  border: 1px solid #888;
  padding: .85rem;
}

.signup-card button {
  flex: 0 0 auto;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
  padding: .85rem 1rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.footer-social {
  display: grid;
  justify-items: center;
  gap: .4rem;
}

.footer-social h2 {
  color: var(--red);
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.footer-social .social-column {
  flex-direction: column;
  gap: .45rem;
}

.footer-social .social-link {
  width: 44px;
  height: 44px;
}

/* ═══════════════════════════════════════════════════════════
   HAMBURGER / MOBILE NAV TOGGLE
═══════════════════════════════════════════════════════════ */

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: 2px solid var(--black);
  border-radius: 3px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 9px 10px;
  flex-shrink: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--black);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  min-height: 72vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  background: linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .55)), url("/assets/homepage-banners/feedlot-hero.jpg") center / cover;
}

.hero-inner {
  max-width: 900px;
  padding: 2rem;
}

.hero h1 {
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: .9;
  margin: .5rem 0;
}

.tag {
  font-size: 1.35rem;
  font-weight: 800;
}

.red {
  color: var(--red);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  background: var(--red);
  color: white;
  padding: .9rem 1.4rem;
  font-size: 1.35rem;
  border-radius: 2px;
  margin: .5rem;
  font-weight: 900;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.btn.secondary {
  background: var(--oxford);
}

.btn:disabled,
.btn.disabled {
  opacity: .45;
  cursor: not-allowed;
  background: #777;
}

.section {
  padding: 4rem 1rem;
}

.container {
  max-width: 1120px;
  margin: auto;
}

.dark {
  background: var(--black);
  color: white;
}

.smoke {
  background: var(--smoke);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.card {
  background: white;
  color: var(--black);
  padding: 1.25rem;
  border: 1px solid #ddd;
  border-top: 6px solid var(--red);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.dwaynism {
  font-family: "Special Elite", serif;
  font-size: 1.4rem;
  border-left: 8px solid var(--red);
  padding: 1.5rem;
  background: #111;
  color: white;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid #ddd;
}

.cutoff-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.cutoff-table th {
  background: var(--black);
  color: white;
  text-align: left;
}

.cutoff-table th,
.cutoff-table td {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.cutoff-table tr:nth-child(even) {
  background: #f7f7f7;
}

.cutoff-table tr.special {
  border-left: 8px solid var(--red);
  font-weight: 800;
}

.terms {
  max-height: 560px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  border: 1px solid #ddd;
  background: white;
  padding: 1.5rem 2rem;
}

.terms h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: .04em;
}

.terms h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.45rem;
  letter-spacing: .04em;
  margin: 0 0 .6rem;
  color: var(--oxford);
}

.terms-section {
  border-top: 2px solid var(--oxford);
  padding-top: 1rem;
  margin-top: 1.5rem;
}

.terms-section p {
  margin: 0 0 .75rem;
}

.scroll-hint {
  margin-top: .5rem;
  padding: .6rem 1rem;
  background: var(--oxford);
  color: var(--bb);
  font-size: .88rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .03em;
}

.accept-box {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: #f7f7f7;
  border: 2px solid var(--black);
}

.accept-box input[type="checkbox"]:disabled + * {
  opacity: .45;
  cursor: not-allowed;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  border-block: 4px solid var(--black);
  background: white;
}

.track {
  display: inline-flex;
  gap: 1rem;
  animation: scroll 35s linear infinite;
  padding: 1rem;
}

.track:hover {
  animation-play-state: paused;
}

.photo {
  width: 260px;
  height: 180px;
  object-fit: cover;
  background: #ddd;
  border: 5px solid white;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem 1rem;
  background: var(--black);
  color: white;
  padding: 1.3rem 1rem;
  text-align: center;
  border-top: 6px solid var(--red);
}

input,
textarea,
select {
  width: 100%;
  padding: .85rem;
  margin: .35rem 0 1rem;
  border: 1px solid #aaa;
}

label {
  font-weight: 800;
}

.notice {
  border-left: 8px solid var(--red);
  padding: 1rem;
  background: #fff;
}

.two {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 2rem;
  align-items: center;
}

@media (max-width: 768px) {
  .site-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    gap: 0;
  }

  .brand-logo {
    flex: 0 0 auto;
    width: min(55vw, 230px);
    margin: 0;
  }

  .nav-toggle {
    display: flex;
  }

  .header-content {
    flex: 0 0 100%;
    order: 3;
    gap: 0;
  }

  .social-links {
    display: none;
  }

  .primary-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
    border-top: 3px solid var(--red);
    margin-bottom: .5rem;
    font-size: 1.05rem;
    white-space: normal;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: .9rem 1.1rem;
    min-height: 52px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: .9rem;
  }

  .primary-nav a.is-active {
    color: var(--red);
    border-left: 4px solid var(--red);
    padding-left: .75rem;
  }

  .primary-nav a.is-active::after {
    display: none;
  }
}

@media (max-width: 1100px) {
  .feature-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0;
  }

  .feature-item:nth-child(3) {
    border-right: 0;
  }

  .home-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .signup-card {
    border-right: 0;
  }

  .footer-social {
    border-left: 1px solid #999;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1rem 1.2rem;
  }

  .brand-logo {
    width: min(84vw, 380px);
    margin: auto;
  }

  .header-content {
    gap: 1.1rem;
  }

  .social-links {
    justify-content: center;
    padding-top: 0;
  }

  .primary-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: .9rem 1.25rem;
    white-space: normal;
    text-align: center;
    padding-bottom: .4rem;
  }

  .primary-nav a {
    padding-bottom: .48rem;
  }

  .home-hero {
    background-position: 64% 19%;
  }

  .dwaynism-panel,
  .catering-band {
    grid-template-columns: 1fr;
  }

  .dwaynism-photo {
    min-height: 250px;
  }

  .stamp-mark {
    display: none;
  }
}

@media (max-width: 800px) {
  .nav {
    display: block;
  }

  .navlinks {
    margin-top: .5rem;
  }

  .two {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 62vh;
  }

  .feature-strip,
  .home-bottom {
    grid-template-columns: 1fr;
  }

  .feature-item,
  .location-card,
  .signup-card,
  .footer-social {
    border: 0;
    border-bottom: 1px solid #bbb;
    padding: 1rem;
  }

  .feature-item:last-child,
  .footer-social {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .social-link {
    width: 44px;
    height: 44px;
  }

  .hero-copy {
    padding: 2rem 1.25rem;
  }

  .hero-copy h1 {
    font-size: 4.15rem;
  }

  .signup-card div {
    display: grid;
  }

  .terms {
    max-height: 50vh;
    padding: 1rem;
  }
}

.terms-copy {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.accept-box label {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
}

.accept-box input[type="checkbox"] {
  width: auto;
  min-width: 1.1rem;
  height: 1.1rem;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   ANNOUNCEMENT / TOPBAR
═══════════════════════════════════════════════════════════ */

.topbar {
  background: var(--oxford);
  color: var(--bb);
  padding: .55rem 1.25rem;
  text-align: center;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.4;
}

.topbar a {
  color: var(--bb);
}

/* ═══════════════════════════════════════════════════════════
   CURRENT SPECIAL STRIP
═══════════════════════════════════════════════════════════ */

.special-section {
  background: var(--red);
  color: #fff;
  padding: 2rem 1.5rem;
  text-align: center;
}

.special-inner {
  max-width: 680px;
  margin: auto;
}

.special-badge {
  display: inline-block;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.4);
  padding: .2rem .85rem;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

.special-inner h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 .5rem;
  line-height: 1;
}

.special-inner p {
  margin: 0 0 1.2rem;
  font-size: 1.1rem;
}

.special-inner .btn {
  background: #fff;
  color: var(--red);
  border: 2px solid #fff;
}

/* ═══════════════════════════════════════════════════════════
   PAGE HERO (interior pages)
═══════════════════════════════════════════════════════════ */

.page-hero {
  min-height: clamp(180px, 22vw, 280px);
  display: grid;
  align-items: center;
  background: var(--oxford);
  color: #fff;
  border-bottom: 5px solid var(--red);
}

.page-hero--menu {
  background:
    linear-gradient(90deg, rgba(20,33,66,.97) 0%, rgba(20,33,66,.88) 50%, rgba(20,33,66,.7) 100%),
    url("/assets/brand/feedlot-home-reference.png") center 30% / cover;
}

.page-hero--locations {
  background:
    linear-gradient(90deg, rgba(20,33,66,.97) 0%, rgba(20,33,66,.8) 100%),
    url("/assets/brand/feedlot-home-reference.png") center 55% / cover;
}

.page-hero--about {
  background:
    linear-gradient(90deg, rgba(20,33,66,.98) 0%, rgba(20,33,66,.75) 100%),
    url("/assets/brand/feedlot-home-reference.png") center 20% / cover;
}

.page-hero--contact {
  background: var(--oxford);
}

.page-hero-inner {
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 5vw, 5rem);
  max-width: 800px;
}

.page-hero-inner h1 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: .9;
  margin: 0 0 .6rem;
  text-transform: uppercase;
}

.page-hero-inner p {
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  margin: 0;
  color: var(--bb);
}

.page-hero-inner .script-line {
  color: var(--river);
}

/* ═══════════════════════════════════════════════════════════
   FOOD TRUCK MENU
═══════════════════════════════════════════════════════════ */

.menu-category {
  margin-bottom: 3rem;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 2.5rem;
}

.menu-category:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.menu-cat-header {
  margin-bottom: 1.25rem;
}

.menu-cat-header h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin: 0 0 .15rem;
  color: var(--oxford);
  border-left: 6px solid var(--red);
  padding-left: .75rem;
  line-height: 1;
}

.menu-cat-sub {
  margin: 0 0 0 .9rem;
  font-size: .9rem;
  color: #666;
  font-style: italic;
}

.menu-items {
  display: grid;
  gap: .1rem;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.menu-item:last-child {
  border-bottom: 0;
}

.menu-item-info {
  flex: 1;
  min-width: 0;
}

.menu-item-info strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
}

.menu-item-info p {
  margin: .15rem 0 0;
  font-size: .9rem;
  color: #555;
  line-height: 1.4;
}

.menu-item-price {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.4rem;
  color: var(--red);
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-note {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  background: var(--smoke);
  border-left: 4px solid var(--oxford);
  font-size: .9rem;
  color: #555;
}

/* ═══════════════════════════════════════════════════════════
   STATIONED AT / LOCATIONS
═══════════════════════════════════════════════════════════ */

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.location-block {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 6px solid var(--oxford);
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
  position: relative;
}

.location-block.featured {
  border-top-color: var(--red);
}

.loc-badge {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .2rem .65rem;
  margin-bottom: .75rem;
}

.location-block h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.9rem;
  margin: 0 0 .5rem;
  color: var(--oxford);
}

.loc-address {
  margin: 0 0 .5rem;
  font-size: 1rem;
  color: #444;
}

.loc-hours {
  margin: 0 0 .5rem;
  font-size: .95rem;
  color: #333;
  line-height: 1.5;
}

.loc-notes {
  margin: .75rem 0 0;
  font-size: .88rem;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: .75rem;
}

.location-cta {
  grid-column: 1 / -1;
  background: var(--oxford);
  color: var(--bb);
  padding: 1.5rem 2rem;
  border-radius: 2px;
}

.location-cta p {
  margin: 0 0 .35rem;
  font-weight: 700;
}

.loc-update-note {
  font-size: .88rem;
  opacity: .75;
}

/* ═══════════════════════════════════════════════════════════
   ABOUT US
═══════════════════════════════════════════════════════════ */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.about-text h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  color: var(--oxford);
  margin: 0 0 1rem;
  line-height: 1;
}

.about-text h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.6rem;
  color: var(--red);
  margin: 1.5rem 0 .5rem;
}

.about-text p {
  margin: 0 0 .9rem;
  line-height: 1.65;
}

.about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.value-card {
  background: var(--oxford);
  color: #fff;
  padding: 1.35rem;
}

.value-card h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.45rem;
  color: var(--bb);
  margin: 0 0 .5rem;
  line-height: 1.1;
}

.value-card p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.5;
  color: #c8dff0;
}

/* ═══════════════════════════════════════════════════════════
   CONTACT US
═══════════════════════════════════════════════════════════ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.contact-info h2,
.contact-form-wrap h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--oxford);
  margin: 0 0 1.25rem;
  line-height: 1;
}

.contact-block {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
}

.contact-block:last-child {
  border-bottom: 0;
}

.contact-block strong {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  color: var(--oxford);
  margin-bottom: .35rem;
}

.contact-block p {
  margin: 0;
  line-height: 1.55;
}

.contact-block a {
  color: var(--red);
  font-weight: 700;
}

.contact-form-wrap form {
  background: var(--smoke);
  padding: 2rem;
  border-top: 5px solid var(--oxford);
}

.contact-form-wrap label {
  display: block;
  font-weight: 900;
  margin-bottom: .25rem;
  margin-top: 1rem;
  font-size: .92rem;
}

.contact-form-wrap label:first-of-type {
  margin-top: 0;
}

.contact-form-wrap input,
.contact-form-wrap select,
.contact-form-wrap textarea {
  width: 100%;
  padding: .75rem .9rem;
  border: 1.5px solid #bbb;
  background: #fff;
  font: inherit;
  margin: 0 0 .25rem;
}

.contact-form-wrap input:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus {
  outline: 2px solid var(--oxford);
  border-color: var(--oxford);
}

.form-success { color: #1a7a1a; }
.form-error   { color: var(--red); }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — NEW SECTIONS
═══════════════════════════════════════════════════════════ */

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-values {
    grid-template-columns: 1fr;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-wrap form {
    padding: 1.25rem;
  }
}
