:root {
  color: #111721;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --red: #dc211d;
  --red-dark: #bd1513;
  --green: #173e33;
  --green-deep: #0f2e27;
  --navy: #0b1429;
  --ink: #111721;
  --muted: #5e6873;
  --line: #dfe3e0;
  --paper: #f5f6f4;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

body.burtono-products-hub {
  margin: 0;
  background: #ffffff;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-frame {
  overflow: clip;
}

.shell {
  width: min(1248px, calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--green-deep);
  border-radius: 4px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e4e6e5;
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 242px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  font-weight: 700;
}

.desktop-nav a,
.mobile-nav a,
.site-footer a {
  text-decoration: none;
}

.desktop-nav > a:not(.nav-cta) {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.desktop-nav > a:not(.nav-cta):hover,
.desktop-nav > a:not(.nav-cta):focus-visible,
.desktop-nav > a.active {
  color: var(--red);
  border-bottom-color: var(--red);
}

.nav-cta,
.mobile-cta,
.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  color: var(--white);
  background: var(--green);
  border-radius: 6px;
  font-weight: 800;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.mobile-cta:hover,
.mobile-cta:focus-visible,
.footer-cta:hover,
.footer-cta:focus-visible {
  background: var(--green-deep);
}

.menu-button,
.mobile-nav {
  display: none;
}

.buyer-hero {
  color: var(--white);
  background: var(--navy);
}

.hero-grid {
  min-height: 438px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
}

.hero-copy,
.hero-question {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 58px;
}

.hero-copy {
  padding-right: 46px;
}

.hero-question {
  padding-left: 78px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.eyebrow,
.section-kicker {
  margin: 0 0 20px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-copy h1,
.hero-question h2,
.conversion-section h2 {
  margin: 0;
  letter-spacing: -0.045em;
}

.hero-copy h1 {
  font-size: clamp(48px, 4.15vw, 60px);
  line-height: 1.02;
}

.hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.hero-description {
  max-width: 560px;
  margin: 22px 0 30px;
  color: #d9e0e9;
  font-size: 16px;
  line-height: 1.65;
}

.hero-question h2 {
  max-width: 470px;
  font-size: clamp(44px, 4.1vw, 62px);
  font-weight: 500;
  line-height: 1.02;
}

.need-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 26px;
  margin-top: 40px;
}

.need-links a {
  position: relative;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.need-links a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  width: 14px;
  height: 2px;
  background: var(--red);
}

.button {
  width: fit-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-red {
  color: var(--white);
  background: var(--red);
}

.button-red:hover,
.button-red:focus-visible {
  background: var(--red-dark);
}

.route-strip {
  padding: 44px 0 30px;
  background: var(--white);
}

.section-kicker.green {
  color: var(--green);
}

.section-kicker.light {
  color: #f3a7a4;
}

.route-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.route-list li {
  min-height: 90px;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 30px;
  border-left: 1px solid var(--line);
}

.route-list li:first-child {
  padding-left: 0;
  border-left: 0;
}

.route-list strong {
  color: var(--green);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

.route-list span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.programs-section {
  padding: 32px 0 58px;
}

.program-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.program-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.program-card.copy-first .program-image {
  order: 2;
}

.program-card.copy-first .program-copy {
  order: 1;
}

.program-image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f7f8f7;
}

.program-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8px 18px;
}

.program-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 34px;
}

.program-title-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.program-title-row span {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.program-title-row h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.program-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 18px;
}

.program-details strong {
  display: block;
  font-size: 12px;
}

.program-details p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.text-link {
  width: fit-content;
  margin-top: 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--red-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.more-section {
  padding: 0 0 46px;
}

.sports-table {
  width: 100%;
  border-bottom: 1px solid var(--line);
}

.table-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  min-height: 42px;
  align-items: center;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.table-row > * {
  padding: 9px 18px;
}

.table-row > *:first-child {
  padding-left: 0;
}

.table-head {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.table-row span:not(:first-child) {
  color: #7a838c;
}

.evidence-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.custom-section {
  padding: 36px 0 38px;
  color: var(--white);
  background: var(--green-deep);
}

.custom-list {
  margin: 0;
}

.custom-list > div {
  min-height: 54px;
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.custom-list > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.custom-list dt {
  font-size: 18px;
  font-weight: 800;
}

.custom-list dd {
  margin: 0;
  color: #d9e0dd;
  font-size: 14px;
}

.factory-section {
  padding: 38px 0;
}

.factory-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: stretch;
}

.factory-image {
  height: 360px;
  overflow: hidden;
  background: var(--paper);
}

.factory-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.factory-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.factory-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.factory-copy li {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  font-size: 16px;
  line-height: 1.5;
}

.factory-copy li:last-child {
  border-bottom: 1px solid var(--line);
}

.green-link {
  color: var(--green);
}

.conversion-section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.conversion-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  text-align: center;
}

.conversion-section h2 {
  font-size: 26px;
  text-transform: uppercase;
}

.conversion-section p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  padding: 30px 0;
  color: var(--white);
  background: var(--navy);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 48px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-brand img {
  width: 178px;
}

.footer-brand > a {
  color: #d9e0e9;
  font-size: 13px;
}

.site-footer nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible,
.footer-brand > a:hover,
.footer-brand > a:focus-visible {
  color: #ff706d;
}

:focus-visible {
  outline: 3px solid #ff8e8b;
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 16px;
  }

  .program-details {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .menu-button {
    min-width: 64px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: var(--green-deep);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 4px;
    font-weight: 800;
  }

  .mobile-nav {
    padding: 8px 32px 24px;
    background: var(--white);
    border-top: 1px solid var(--line);
  }

  .mobile-nav.open {
    display: grid;
    gap: 2px;
  }

  .mobile-nav a:not(.mobile-cta) {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }

  .mobile-cta {
    margin-top: 14px;
  }

  .hero-grid,
  .factory-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero-question {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .route-list {
    grid-template-columns: 1fr 1fr;
  }

  .route-list li:nth-child(3) {
    border-left: 0;
  }

  .program-card {
    grid-template-columns: 1fr;
  }

  .program-card.copy-first .program-image,
  .program-card.copy-first .program-copy {
    order: initial;
  }

  .program-image {
    height: 290px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 32px, 1248px);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand img {
    width: 176px;
  }

  .mobile-nav {
    padding-inline: 16px;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-copy,
  .hero-question {
    padding-block: 44px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 12.2vw, 52px);
  }

  .hero-copy h1 span {
    white-space: normal;
  }

  .hero-question h2 {
    font-size: 42px;
  }

  .hero-description {
    font-size: 15px;
  }

  .need-links {
    gap: 18px 24px;
  }

  .need-links a {
    font-size: 16px;
  }

  .route-strip {
    padding-top: 36px;
  }

  .route-list {
    grid-template-columns: 1fr 1fr;
  }

  .route-list li {
    min-height: 110px;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 12px 14px;
    border-top: 1px solid var(--line);
  }

  .route-list li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .route-list strong {
    font-size: 35px;
  }

  .route-list span {
    font-size: 12px;
  }

  .programs-section {
    padding-top: 22px;
  }

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

  .program-card {
    grid-template-columns: 1fr;
  }

  .program-card.copy-first .program-image,
  .program-card.copy-first .program-copy {
    order: initial;
  }

  .program-image {
    height: 295px;
  }

  .program-copy {
    padding: 26px 22px 32px;
  }

  .program-title-row h3 {
    font-size: 24px;
  }

  .program-details {
    grid-template-columns: 1fr 1fr;
  }

  .sports-table {
    overflow: hidden;
  }

  .table-row {
    grid-template-columns: 1.25fr repeat(3, 0.8fr);
    font-size: 10px;
  }

  .table-row > * {
    padding: 9px 5px;
  }

  .table-head {
    font-size: 9px;
  }

  .custom-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }

  .custom-list dt {
    font-size: 16px;
  }

  .custom-list dd {
    font-size: 13px;
    line-height: 1.5;
  }

  .factory-grid {
    gap: 30px;
  }

  .factory-image {
    height: 250px;
  }

  .factory-copy li {
    padding: 16px 0;
    font-size: 14px;
  }

  .conversion-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
    text-align: left;
  }

  .conversion-section h2 {
    font-size: 23px;
    line-height: 1.2;
  }

  .conversion-inner .button {
    width: 100%;
  }

  .site-footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 28px;
  }

  .footer-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
