:root {
  --ink: #0b0d0d;
  --ink-soft: #131515;
  --steel: #9ca3a2;
  --mist: #e7e8e3;
  --paper: #f3f1eb;
    --copper: #B58A68;
  --copper-light: #B58A68;
  --line: rgba(255, 255, 255, 0.16);
  --page: 1240px;
  --pad: 40px;
  --font-body: "Montserrat", sans-serif;
  --font-display: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
}

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

section[id],
[id].section,
.section[id] {
  scroll-margin-top: 100px;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--mist);
  font-family: var(--font-body);
  font-size: 16px;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-inner {
  width: min(calc(100% - (var(--pad) * 2)), var(--page));
  margin-inline: auto;
}

.section {
  padding: 60px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: var(--copper-light);
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 38px;
  height: 1px;
  background: currentColor;
  content: "";
}

h2 + .eyebrow {
  margin-top: 18px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 0.96;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 28px;
  font-size: 3.3rem;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 90px;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 250ms ease, height 250ms ease;
}

.home-page .site-header,
.pricing-page .site-header {
  height: 96px;
}

.site-header.scrolled {
  height: 74px;
  background: rgba(8, 10, 10, 0.94);
  backdrop-filter: blur(14px);
}

.home-page .site-header.scrolled,
.pricing-page .site-header.scrolled {
  height: 78px;
}

.brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 240px;
  height: auto;
  object-fit: contain;
  transition: width 250ms ease;
}

.home-page .brand-logo,
.pricing-page .brand-logo {
  width: 260px;
}

.site-header.scrolled .brand-logo {
  width: 200px;
}

.home-page .site-header.scrolled .brand-logo,
.pricing-page .site-header.scrolled .brand-logo {
  width: 220px;
}

.footer-brand .brand-logo {
  width: 270px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:not(.nav-contact) {
  color: rgba(255, 255, 255, 0.76);
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--copper-light);
}

.nav-contact {
  padding: 11px 18px;
  border: 1px solid var(--copper);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  height: 100vh;
  min-height: 0;
  max-height: 100vh;
  align-items: center;
  overflow: hidden;
  padding: 100px var(--pad) 150px;
  background: #101212;
}

.hero-media,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: linear-gradient(90deg, rgba(7, 9, 9, 0.98) 0%, rgba(7, 9, 9, 0.86) 38%, rgba(7, 9, 9, 0.12) 75%), linear-gradient(0deg, rgba(7, 9, 9, 0.7) 0%, transparent 35%), url("images/City-Skyline-Background.jpg");
  background-position: center, center, 64% center;
  background-size: cover;
  animation: hero-in 1.3s ease-out both;
}

.hero-grid {
  opacity: 0.25;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(90deg, black, transparent 65%);
}

.hero-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: min(760px, 70%);
}

.hero h1 {
  margin: 0 0 26px;
  color: var(--paper);
  font-size: 5.3rem;
  line-height: 0.88;
  letter-spacing: 0.02em;
}

.hero h1 .hero-title-main {
  display: block;
  color: var(--paper);
  white-space: nowrap;
}

.hero h1 span {
  display: block;
  color: var(--copper);
  letter-spacing: 0.08em;
}

.hero h1 span:not(.hero-title-main) {
  margin-top: 0.2em;
  font-size: 0.5em;
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button-primary {
  background: var(--copper);
  color: #080909;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--copper-light);
}

.hero-button-outline {
  border: 1px solid var(--copper);
  background: transparent;
  color: var(--copper-light);
}

.hero-button-outline:hover,
.hero-button-outline:focus-visible {
  background: var(--copper);
  color: #080909;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
}

.text-link.copper {
  color: var(--copper);
}

.hero-rail {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-inline: var(--pad);
  border-top: 1px solid rgba(181, 138, 104, 0.22);
  border-bottom: 1px solid rgba(181, 138, 104, 0.16);
  background: rgba(4, 5, 5, 0.9);
  backdrop-filter: blur(8px);
}

.hero-rail div {
  position: relative;
  display: flex;
  height: 96px;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.hero-rail div:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 36px;
  background: rgba(181, 138, 104, 0.55);
  content: "";
  transform: translateY(-50%);
}

.hero-rail svg {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: var(--copper-light);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.hero-rail span {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.about {
  background: #101313;
  color: var(--mist);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.about h2 {
  max-width: none;
}

.about-copy {
  width: 100%;
  padding-top: 0;
  color: var(--steel);
}

.about-copy .lead {
  color: var(--mist);
  font-size: 1.18rem;
  font-weight: 500;
}

.principles {
  display: grid;
  margin-top: 90px;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(181, 138, 104, 0.45);
}

.principle {
  min-height: 360px;
  padding: 34px 28px 26px;
  border-right: 1px solid var(--line);
}

.principle:not(:first-child) {
  padding-left: 28px;
}

.principle:last-child {
  border-right: 0;
}

.principle svg {
  display: block;
  width: 68px;
  height: 68px;
  margin-inline: auto;
  color: var(--copper);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.principle h3 {
  margin: 30px 0 16px;
  font-size: 1.7rem;
  text-align: center;
}

.principle p {
  margin: 0;
  color: var(--steel);
  font-size: 0.84rem;
}

.principle ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #c5c9c6;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  list-style: none;
  text-transform: uppercase;
}

.image-statement {
  position: relative;
  height: 720px;
  overflow: hidden;
}

.image-statement::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 7, 0.15), rgba(5, 7, 7, 0.75));
  content: "";
}

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

.image-statement-copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(var(--pad), calc((100% - var(--page)) / 2));
  margin: 0;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 0.86;
  text-align: right;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.image-statement-copy span {
  color: var(--copper-light);
}

.services {
  background: var(--ink-soft);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr;
  gap: 10%;
  align-items: end;
  margin-bottom: 70px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading h2 + .eyebrow {
  margin-bottom: 0;
}

.section-heading > p {
  margin: 0 0 8px;
  color: var(--steel);
  font-size: 0.92rem;
}

.services .section-heading {
  grid-template-columns: 1fr;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(181, 138, 104, 0.5);
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 540px);
  gap: 48px;
  align-items: start;
}

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

.service-item {
  display: grid;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease;
}

.service-item:hover {
  background: rgba(255, 255, 255, 0.035);
}

.service-item i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--copper-light);
  font-size: 1.45rem;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.service-item:hover i {
  color: var(--paper);
  transform: translateX(3px);
}

.service-item h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}

.services-image {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 104, 0.3);
  background: #111414;
}

.services-image-stack {
  display: grid;
  gap: 10px;
}

.services-image-stack img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.button-outline {
  margin-top: 36px;
  border: 1px solid var(--line);
  background: transparent;
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: var(--copper);
  color: var(--copper-light);
}

.industries {
  position: relative;
  min-height: 840px;
  overflow: hidden;
}

.industries-media {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 9, 9, 0.97), rgba(7, 9, 9, 0.7)), url("images/Industries-we-serve.jpeg") center/cover;
}

.industries-inner {
  position: relative;
  z-index: 1;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.industry-item {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 104, 0.3);
  background: #090b0b;
}

.industry-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 7, 7, 0.96) 0%, rgba(5, 7, 7, 0.2) 48%, transparent 75%);
  content: "";
  transition: background 200ms ease;
}

.industry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 250ms ease, transform 350ms ease;
}

.industry-item span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  left: 18px;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.industry-item:hover img {
  filter: saturate(1.08) brightness(1.08);
  transform: scale(1.035);
}

.industry-item:hover::after {
  background: linear-gradient(0deg, rgba(117, 69, 35, 0.92) 0%, rgba(5, 7, 7, 0.08) 58%, transparent 78%);
}

.why-us {
  position: relative;
  display: grid;
  min-height: 760px;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}

.why-us-media {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(6, 8, 8, 0.99) 0%, rgba(6, 8, 8, 0.94) 36%, rgba(6, 8, 8, 0.35) 72%, rgba(6, 8, 8, 0.15) 100%), url("images/Oil-Tanks.jpg");
  background-position: center, center;
  background-size: cover;
}

.why-us-inner {
  position: relative;
  z-index: 1;
  padding-block: 110px;
}

.why-us-content {
  width: min(100%, 620px);
}

.why-us h2 {
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(181, 138, 104, 0.65);
}

.why-us ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-us li {
  display: grid;
  min-height: 49px;
  align-items: center;
  grid-template-columns: 34px minmax(0, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.why-us li i {
  color: var(--copper-light);
  font-size: 1.08rem;
}

.products {
  background: #111414;
  color: var(--mist);
}

/* Fuel products and pricing */
.pricing-hero { position: relative; display: flex; height: 100vh; min-height: 0; max-height: 100vh; align-items: end; overflow: hidden; padding: 165px 0 180px; background: #101212; }
.pricing-hero-media, .pricing-hero-grid { position: absolute; inset: 0; }
.pricing-hero-media { background: linear-gradient(90deg, rgba(7,9,9,.97), rgba(7,9,9,.72) 48%, rgba(7,9,9,.15)), url("images/Fuel-Station-Southern-Oil.jpg") center/cover; }
.pricing-hero-grid { opacity: 0.25; background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.pricing-hero-content { position: relative; z-index: 1; max-width: 760px; align-self: center; margin-top: -34px; }
.pricing-hero h1 { margin-bottom: 26px; color: var(--paper); font-size: clamp(3.3rem, 5.3vw, 5.3rem); line-height: .86; }
.pricing-hero h1 span { color: var(--copper); }
.pricing-hero p:not(.eyebrow) { max-width: 620px; margin-bottom: 34px; color: rgba(255,255,255,.75); font-size: 1.08rem; }
.price-summary { border-block: 1px solid rgba(181,138,104,.32); background: #090b0b; }
.price-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.price-summary-grid > div { display: grid; min-height: 108px; padding: 22px; grid-template-columns: 34px 1fr; column-gap: 13px; align-content: center; border-inline: 1px solid rgba(181,138,104,.24); }
.price-summary-grid > div + div { border-left: 0; }
.price-summary-grid i { grid-row: span 2; align-self: center; color: var(--copper); font-size: 1.1rem; }
.price-summary-grid span, .price-summary-grid strong { font-family: var(--font-display); line-height: 1.35; text-transform: uppercase; }
.price-summary-grid span { color: var(--steel); font-size: .63rem; font-weight: 600; letter-spacing: .08em; }
.price-summary-grid strong { font-size: .91rem; }
.fuel-products { background: #111414; }
.section-heading { display: grid; margin-bottom: 58px; grid-template-columns: 1fr .72fr; gap: 12%; align-items: end; }
.section-heading > p { max-width: 480px; margin: 0; color: var(--steel); }
.fuel-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(181,138,104,.4); border-left: 1px solid rgba(181,138,104,.4); }
.fuel-product { display: flex; min-height: 300px; padding: 34px 27px 25px; border-right: 1px solid rgba(181,138,104,.4); border-bottom: 1px solid rgba(181,138,104,.4); flex-direction: column; }
.fuel-product > i { margin-bottom: 48px; color: var(--copper); font-size: 1.4rem; }
.fuel-product h3 { margin-bottom: 13px; font-size: 1.2rem; }
.fuel-product p { color: var(--steel); line-height: 1.52; }
.fuel-product span { margin-top: auto; color: var(--copper-light); font-family: var(--font-display); font-size: .66rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.zone-pricing { background: var(--paper); color: var(--ink); }
.zone-heading { display: block; margin-bottom: 52px; }
.zone-heading .eyebrow { color: var(--copper); }
.zone-heading > p { margin: 0; color: #4f5654; }
.zone-tool { border: 1px solid #c8c6bd; background: #faf9f5; }
.zone-search { display: grid; padding: 28px 30px; grid-template-columns: 1fr auto; gap: 10px 24px; border-bottom: 1px solid #c8c6bd; }
.zone-search label { font-family: var(--font-display); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.zone-search p { margin: 0; color: #68706b; font-size: .86rem; text-align: right; }
.zone-search-input { display: grid; height: 52px; grid-column: 1 / -1; grid-template-columns: 42px 1fr 44px; align-items: center; border: 1px solid #aaa9a0; background: #fff; }
.zone-search-input > i { color: #737974; text-align: center; }
.zone-search-input input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: 600 1rem var(--font-body); }
.zone-search-input button { width: 44px; height: 100%; border: 0; border-left: 1px solid #d8d7d0; background: transparent; color: #676c67; cursor: pointer; }
.zone-search-input button:hover { background: #eeece4; color: var(--ink); }
.price-table-wrap { overflow-x: auto; }
.price-table { width: 100%; min-width: 840px; border-spacing: 0; border-collapse: collapse; }
.price-table-report-wrap { overflow-x: auto; scrollbar-color: var(--copper) #e8e6dd; scrollbar-width: thin; }
.price-table-report-wrap::-webkit-scrollbar { height: 12px; }
.price-table-report-wrap::-webkit-scrollbar-track { background: #e8e6dd; }
.price-table-report-wrap::-webkit-scrollbar-thumb { border: 3px solid #e8e6dd; border-radius: 0; background: var(--copper); }
.price-table-report { width: 100%; min-width: 0; table-layout: fixed; }
.price-table.price-table-report th, .price-table.price-table-report td { padding: 14px 10px; overflow-wrap: anywhere; white-space: normal; }
.price-table.price-table-report th { font-size: .64rem; }
.price-table.price-table-report td { font-size: .8rem; }
.price-table-report th:nth-child(1), .price-table-report td:nth-child(1) { width: 5%; }
.price-table-report th:nth-child(2), .price-table-report td:nth-child(2) { width: 11%; }
.price-table-report th:nth-child(3), .price-table-report td:nth-child(3) { width: 8%; }
.price-table-report th:nth-child(4), .price-table-report td:nth-child(4) { width: 18%; }
.price-table-report th:nth-child(n+5), .price-table-report td:nth-child(n+5) { width: 9.66%; }
.price-table.price-table-report td:nth-child(n+5) { padding-inline: 6px; overflow-wrap: normal; white-space: nowrap; }
.price-table-report th:first-child, .price-table-report tbody th { position: sticky; left: 0; z-index: 2; background: #faf9f5; box-shadow: 2px 0 0 #ddddd6; }
.price-table-report thead th:first-child { z-index: 3; background: #e8e6dd; }
.price-table-report-wrap:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
.price-table th, .price-table td { padding: 18px 22px; border-right: 1px solid #ddddd6; border-bottom: 1px solid #ddddd6; text-align: right; white-space: nowrap; }
.price-table thead th { background: #e8e6dd; font-family: var(--font-display); font-size: .7rem; font-weight: 700; letter-spacing: .06em; line-height: 1.25; text-transform: uppercase; }
.price-table thead th:first-child, .price-table tbody th { text-align: left; }
.price-table thead span { display: block; margin-top: 4px; color: #7b7e76; font-family: var(--font-body); font-size: .68rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.price-table tbody th { color: var(--copper); font-family: var(--font-display); font-size: .96rem; }
.price-table td { color: #222826; font-family: var(--font-display); font-size: .91rem; font-weight: 600; }
.price-table tbody tr:hover { background: #f0eee7; }
.price-table tr[hidden] { display: none; }
.price-table-note { display: flex; gap: 10px; margin: 0; padding: 20px 30px; color: #606861; font-size: .85rem; line-height: 1.45; }
.price-table-note i, .price-unavailable i { margin-top: .25em; color: var(--copper); }
.price-unavailable { display: flex; gap: 15px; max-width: 680px; padding: 24px; border-left: 4px solid var(--copper); background: #f3e5db; }
.price-unavailable strong { display: block; font-family: var(--font-display); text-transform: uppercase; }
.price-unavailable p { margin: 6px 0 0; color: #4e504b; }
.price-unavailable a { color: inherit; font-weight: 700; text-decoration-color: var(--copper); text-underline-offset: 3px; }

.pricing-upload-page { min-height: 100vh; background: #101212; color: var(--paper); }
.pricing-upload-main { display: grid; min-height: 100vh; grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr); }
.pricing-upload-brand { display: flex; align-items: center; padding: 46px clamp(28px, 6vw, 90px); background: #000000; }
.pricing-upload-brand .brand-logo { width: min(280px, 100%); height: auto; }
.pricing-upload-panel { align-self: center; max-width: 650px; padding: 72px clamp(28px, 7vw, 110px); }
.pricing-upload-panel h1 { max-width: 540px; margin: 12px 0 20px; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.05; }
.pricing-upload-panel > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.fuel-upload-form { margin: 34px 0 28px; }
.fuel-upload-input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; overflow: hidden; }
.fuel-dropzone { display: flex; min-height: 238px; flex-direction: column; align-items: center; justify-content: center; gap: 9px; margin-bottom: 22px; padding: 26px; border: 1px dashed rgba(255,255,255,.42); background: rgba(255,255,255,.04); cursor: pointer; text-align: center; transition: border-color .2s ease, background .2s ease; }
.fuel-dropzone:hover, .fuel-dropzone.is-dragging, .fuel-dropzone.has-file { border-color: var(--copper); background: rgba(181,138,104,.12); }
.fuel-dropzone > i { margin-bottom: 7px; color: var(--copper); font-size: 2.25rem; }
.fuel-dropzone strong { max-width: 100%; overflow-wrap: anywhere; font-family: var(--font-display); font-size: 1.12rem; text-transform: uppercase; }
.fuel-dropzone span, .fuel-dropzone small { color: rgba(255,255,255,.62); }
.fuel-dropzone small { font-size: .78rem; }
.upload-message { display: flex; gap: 12px; margin: 28px 0; padding: 16px 18px; border-left: 3px solid; }
.upload-message-error { border-color: #e4725d; background: rgba(228,114,93,.14); }
.upload-message-success { border-color: #8ebd69; background: rgba(142,189,105,.14); }
.upload-message i { margin-top: .2em; }
.pricing-upload-back { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: rgba(255,255,255,.7); font-weight: 700; }
.pricing-upload-back:hover { color: var(--copper); }
.price-explainer { padding: 120px 0; background: #101212; }
.explainer-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; }
.explainer-grid h2 { max-width: 440px; }
.explainer-list { border-top: 1px solid var(--line); }
.explainer-list article { display: grid; padding: 24px 0; grid-template-columns: 54px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.explainer-list > article > span { color: var(--copper); font-family: var(--font-display); font-size: .78rem; font-weight: 700; }
.explainer-list h3 { margin-bottom: 9px; font-size: 1rem; }
.explainer-list p { margin: 0; color: var(--steel); line-height: 1.55; }

.product-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 6%;
  align-items: center;
}

.product-heading p:last-child {
  max-width: 500px;
  color: var(--steel);
}

.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(181, 138, 104, 0.35);
  border-left: 1px solid rgba(181, 138, 104, 0.35);
}

.product-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  min-height: 88px;
  align-items: center;
  padding: 20px 22px 20px 44px;
  border-right: 1px solid rgba(181, 138, 104, 0.35);
  border-bottom: 1px solid rgba(181, 138, 104, 0.35);
  font-family: var(--font-display);
}

.product-item::before {
  position: absolute;
  left: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
  content: "";
}

.product-name {
  min-width: 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.product-price {
  color: var(--copper-light);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.fleet {
  background: #0c0e0e;
}

.fleet-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9%;
  align-items: center;
}

.fleet-image {
  position: relative;
}

.fleet-image::before {
  position: absolute;
  z-index: 1;
  inset: 18px;
  border: 1px solid #B38D6A;
  content: "";
}

.fleet-image img {
  width: 100%;
  aspect-ratio: 552 / 659;
  object-fit: cover;
}

.image-label {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 12px 18px;
  background: var(--copper);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.fleet-content > p:not(.eyebrow) {
  color: var(--steel);
}

.feature-list {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-list li {
  display: flex;
  min-height: 60px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 1rem;
  text-transform: uppercase;
}

.feature-list span {
  color: var(--copper);
  font-size: 0.75rem;
}

.safety {
  display: grid;
  min-height: 680px;
  grid-template-columns: 1fr 1fr;
  background: #121515;
}

.safety-image {
  min-height: 560px;
  background: linear-gradient(0deg, rgba(7, 9, 9, 0.15), rgba(7, 9, 9, 0.15)), url("images/safety-worker.jpg") center/cover;
}

.safety-content {
  display: flex;
  max-width: 640px;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
}

.safety-content > p:not(.eyebrow) {
  color: var(--steel);
}

.safety-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.safety-points span {
  padding: 8px 13px;
  border: 1px solid rgba(181, 138, 104, 0.45);
  color: var(--copper-light);
  font-family: var(--font-display);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.contact {
  padding: 120px 0;
  background: var(--copper);
  color: var(--ink);
}

.contact .eyebrow {
  color: var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10%;
  align-items: center;
}

.contact h2 {
  max-width: 700px;
  margin-bottom: 0;
}

.contact-actions {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
}

.contact-actions a {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  flex-direction: column;
}

.contact-actions span {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-actions strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
}

.site-footer {
  padding: 40px 0 36px;
  background: #070808;
}

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

.footer-grid > p {
  margin: 0;
  color: var(--steel);
  font-size: 0.78rem;
}

.footer-links {
  display: flex;
  gap: 24px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--copper-light);
}

.footer-grid small {
  grid-column: 1 / -1;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  color: #6e7472;
  font-size: 0.7rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-in {
  from { opacity: 0; transform: scale(1.03); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 980px) {
  :root {
    --pad: 28px;
  }

  h2 {
    font-size: 3.2rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 1px;
    background: white;
    transition: transform 180ms ease;
  }

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

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

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    padding: 120px var(--pad) 50px;
    background: rgba(8, 10, 10, 0.98);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    font-family: var(--font-display);
    font-size: 2.2rem;
  }

  .nav-contact {
    margin-top: 20px;
    font-size: 1rem !important;
  }

  .hero h1 {
    font-size: 4.3rem;
  }

  .hero-rail div {
    gap: 10px;
  }

  .hero-rail svg {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .hero-rail span {
    font-size: 0.9rem;
  }

  .about-grid,
  .product-grid,
  .fleet-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .services-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .services-image {
    width: min(100%, 564px);
    margin-inline: auto;
  }

  .about-copy {
    max-width: none;
    padding-top: 0;
  }

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

  .principle:nth-child(2) {
    border-right: 0;
  }

  .principle:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .safety-content {
    padding: 60px 44px;
  }

  .price-summary-grid { grid-template-columns: 1fr 1fr; }
  .price-summary-grid > div:nth-child(3) { border-left: 1px solid rgba(181,138,104,.24); }
  .price-summary-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(181,138,104,.24); }
  .fuel-product-grid { grid-template-columns: 1fr 1fr; }
  .zone-heading, .explainer-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 720px) {
  .price-table-report { min-width: 980px; table-layout: auto; }
  .price-table.price-table-report th, .price-table.price-table-report td { width: auto !important; padding: 14px 16px; white-space: nowrap; }
}

@media (max-width: 680px) {
  :root {
    --pad: 20px;
  }

  body {
    font-size: 15px;
  }

  .section {
    padding: 60px 0;
  }

  h2 {
    font-size: 2.6rem;
  }

  .site-header,
  .site-header.scrolled {
    height: 72px;
  }

  .brand-logo,
  .site-header.scrolled .brand-logo {
    width: 180px;
  }

  .footer-brand .brand-logo {
    width: 220px;
  }

  .hero {
    min-height: 0;
    height: 100svh;
    max-height: 100svh;
    padding: 96px var(--pad) 110px;
    align-items: end;
  }

  .hero-media {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("images/City-Skyline-Background.jpg");
    background-position: 64% center;
    background-size: cover;
  }

  .pricing-hero-media {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("images/Fuel-Station-Southern-Oil.jpg");
    background-position: center;
    background-size: cover;
  }

  .hero-content {
    width: 100%;
  }

  .hero h1 {
    font-size: 2.25rem;
  }

  .hero-copy {
    font-size: 0.92rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-rail {
    display: none;
  }

  .principles {
    margin-top: 60px;
    grid-template-columns: 1fr;
  }

  .principle,
  .principle:not(:first-child) {
    min-height: auto;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principle h3 {
    margin: 22px 0 10px;
  }

  .image-statement {
    height: 600px;
  }

  .image-statement img {
    object-position: 43% center;
  }

  .image-statement-copy {
    right: var(--pad);
    font-size: 3.6rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 44px;
  }

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

  .service-item,
  .service-item:nth-child(odd),
  .service-item:nth-child(even) {
    min-height: 82px;
    padding-inline: 0;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    border-right: 0;
  }

  .service-item i {
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
  }

  .service-item h3 {
    font-size: 1.2rem;
  }

  .industries {
    min-height: auto;
  }

  .industry-grid {
    gap: 8px;
  }

  .industry-item span {
    right: 12px;
    bottom: 12px;
    left: 12px;
    font-size: 1rem;
  }

  .why-us {
    min-height: auto;
  }

  .why-us-media {
    background-image: linear-gradient(90deg, rgba(6, 8, 8, 0.96), rgba(6, 8, 8, 0.72)), url("images/refinery-tanker.jpg");
    background-position: center, 60% center;
  }

  .why-us-inner {
    padding-block: 84px;
  }

  .why-us h2 {
    font-size: 2.9rem;
  }

  .why-us li {
    min-height: 52px;
    font-size: 1.08rem;
  }

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

  .product-item {
    min-height: 70px;
  }

  .fleet-grid {
    gap: 54px;
  }

  .fleet-image img {
    aspect-ratio: 552 / 659;
  }

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

  .safety-image {
    min-height: 440px;
  }

  .safety-content {
    padding: 70px var(--pad);
  }

  .contact {
    padding: 90px 0;
  }

  .contact-actions strong {
    overflow-wrap: anywhere;
    font-size: 1.35rem;
  }

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

  .footer-links {
    flex-wrap: wrap;
  }

  .pricing-hero { min-height: 0; height: 100svh; max-height: 100svh; padding: 125px 0 100px; }
  .pricing-hero-media { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("images/Fuel-Station-Southern-Oil.jpg"); background-position: center; background-size: cover; }
  .pricing-hero-content { margin-top: -18px; }
  .pricing-hero h1 { font-size: 3.25rem; }
  .pricing-hero p:not(.eyebrow) { font-size: .95rem; }
  .price-summary-grid { grid-template-columns: 1fr; }
  .price-summary-grid > div, .price-summary-grid > div:nth-child(3) { min-height: 82px; border-inline: 1px solid rgba(181,138,104,.24); border-bottom: 1px solid rgba(181,138,104,.24); }
  .price-summary-grid > div:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .fuel-product-grid { grid-template-columns: 1fr; }
  .fuel-product { min-height: 225px; }
  .fuel-product > i { margin-bottom: 28px; }
  .zone-heading { margin-bottom: 38px; }
  .zone-search { padding: 22px 18px; grid-template-columns: 1fr; }
  .zone-search p { text-align: left; }
  .price-table-note { padding: 18px; }
  .price-explainer { padding: 84px 0; }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}