:root {
  --bg: #03151d;
  --bg-soft: #06232d;
  --surface: #082a35;
  --surface-2: #0b3542;
  --ink: #f4fbff;
  --muted: #9bb4bb;
  --line: rgba(92, 190, 199, 0.2);
  --line-strong: rgba(92, 190, 199, 0.38);
  --amber: #67cf5a;
  --amber-bright: #49b8e8;
  --brand-green: #67cf5a;
  --brand-teal: #43b2aa;
  --brand-blue: #2e78d2;
  --page-gutter: clamp(16px, 3.125vw, 48px);
  --container-max: 1440px;
  --container: min(calc(100% - (var(--page-gutter) * 2)), var(--container-max));
  --section-space: clamp(76px, 8.6vw, 132px);
  --header-height: 104px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

@media (min-width: 1920px) {
  :root {
    --container-max: 1680px;
    --section-space: 148px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  font-size: clamp(15px, calc(14.2px + .12vw), 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(16px, calc(15.1px + .12vw), 18px);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: #101313;
  background: var(--amber);
}

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

video,
iframe,
canvas,
svg {
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.container > *,
.section-heading--split > *,
.intro-grid > *,
.products-layout > *,
.logistics-grid > *,
.intentions-grid > *,
.contact-grid > * {
  min-width: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: var(--header-height);
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: clamp(10px, 1.2vw, 18px) var(--page-gutter);
  border-bottom: 1px solid transparent;
  background: var(--bg);
  transition: background .35s var(--ease), border-color .35s var(--ease), min-height .35s var(--ease);
}

.site-header.is-scrolled,
.site-header.is-open {
  min-height: 78px;
  border-color: var(--line);
  background: var(--bg);
  backdrop-filter: blur(18px);
}

.brand-cluster,
.brand-card {
  display: flex;
  align-items: center;
}

.brand-cluster {
  flex: 0 0 auto;
}

.brand-card--primary {
  position: relative;
  width: 196px;
  height: 64px;
}

.logo-variant {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transition: opacity .25s ease;
}

.logo-variant--dark {
  opacity: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(243, 238, 229, .84);
  font-size: 13px;
  letter-spacing: .02em;
  margin-left: auto;
  white-space: nowrap;
}

.site-nav > a:not(.nav-cta) {
  position: relative;
  padding: 12px 0;
  white-space: nowrap;
}

.site-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--amber);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}

.site-nav > a:not(.nav-cta):hover::after,
.site-nav > a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-switch {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  margin-left: 0;
}

.language-switch--mobile {
  display: none;
}

.language-option {
  appearance: none;
  display: grid;
  width: 34px;
  height: 28px;
  padding: 3px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  background: rgba(4, 20, 25, 0.55);
  cursor: pointer;
  opacity: 0.58;
  transition: border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.language-option img {
  display: block;
  width: 26px;
  height: 18px;
  border-radius: 1px;
  object-fit: cover;
}

.language-option:hover,
.language-option:focus-visible {
  border-color: var(--amber);
  opacity: 1;
  transform: translateY(-1px);
}

.language-option.is-active {
  border-color: var(--amber);
  box-shadow: 0 0 0 1px rgba(248, 163, 0, 0.24);
  opacity: 1;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border: 1px solid var(--amber);
  color: var(--amber);
  background: #05232d;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease);
}

.nav-cta {
  flex: 0 0 auto;
  padding-inline: 20px;
  white-space: nowrap;
}

.nav-cta::after,
.button::after {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  content: "→";
}

.nav-cta:hover,
.button:hover,
.nav-cta:focus-visible,
.button:focus-visible {
  color: #0a0c0d;
  background: var(--amber);
  transform: translateY(-2px);
}

.button--primary {
  color: #0a0c0d;
  background: var(--amber);
}

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

.button--ghost {
  border-color: var(--line-strong);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 13px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: #0b4654;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 1px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: calc(var(--header-height) + 62px) 0 36px;
  isolation: isolate;
  background: var(--bg);
}

.hero-market-panel {
  position: relative;
  z-index: 4;
  display: block;
  flex: 0 0 528px;
  width: auto;
  min-width: 0;
  max-width: 528px;
  overflow: visible;
  background: transparent;
  mask-image: none;
}

.hero-market-panel__track {
  display: flex;
  width: 100%;
  gap: 0;
  animation: none;
  will-change: auto;
}

@media (min-width: 921px) {
  .hero-market-panel {
    margin-left: -1cm;
  }
}

.hero-market-panel__quote {
  position: relative;
  flex: 0 0 132px;
  width: 132px;
  height: 64px;
  min-height: 64px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--bg);
}

.hero-market-panel__quote:last-child {
  border-bottom: 0;
}

.hero-market-panel__quote > strong {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 2px;
  display: block;
  margin: 0;
  padding: 0 3px;
  color: #f3f8f7;
  background: transparent;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .02em;
  line-height: 17px;
}

.compact-quote__body {
  position: absolute;
  top: 17px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: var(--bg);
  isolation: isolate;
}

.compact-quote__body::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 78px;
  background: var(--bg);
  content: "";
}

.compact-quote__oil {
  position: absolute;
  z-index: 4;
  top: 5px;
  left: 8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #43b2aa;
}

.compact-quote__oil::after {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 10px;
  height: 15px;
  border-radius: 70% 35% 65% 45%;
  background: #03151d;
  content: "";
  transform: rotate(45deg);
}

.compact-quote__symbol {
  position: absolute;
  z-index: 4;
  top: 6px;
  left: 48px;
  color: #f3f8f7;
  font-size: 11px;
  font-weight: 520;
  line-height: 1;
}

.compact-quote__live {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  width: 132px;
  height: 47px;
  overflow: hidden;
  background: transparent;
}

.compact-quote__live tv-single-ticker {
  position: absolute;
  top: -5px;
  left: -24px;
  display: block;
  width: 240px;
  min-height: 90px;
  transform: scale(.65);
  transform-origin: top left;
  --tv-widget-background-color: transparent;
  --tv-widget-text-color: #f3f8f7;
  --tv-widget-price-text-color: #ffffff;
  --tv-widget-text-secondary-color: #a9c6ca;
  --tv-widget-link-color: #f3f8f7;
  --tv-widget-positive-color: #42d6a4;
  --tv-widget-negative-color: #ff6678;
}

.hero-market-panel__quote--oman {
  display: block;
  min-height: 64px;
}

.hero-market-panel__price {
  position: absolute;
  top: 26px;
  left: 10px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #111516;
  font-size: 19px;
  font-weight: 560;
  line-height: 1;
}

.hero-market-panel__price small {
  color: #d3122a;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: .04em;
  white-space: nowrap;
}

.hero::before {
  position: absolute;
  z-index: -3;
  inset: 0 0 0 33%;
  background: url("assets/hero-tanker-terminal-2x.jpg") 57% center / cover no-repeat;
  content: "";
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero__media {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 67%;
  height: 100%;
  object-fit: cover;
  object-position: 57% center;
  pointer-events: none;
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, #080b0c 0%, rgba(8,11,12,.99) 27%, rgba(8,11,12,.72) 48%, rgba(8,11,12,.12) 78%),
    linear-gradient(0deg, #080b0c 0%, transparent 25%, rgba(0,0,0,.08) 100%);
  content: "";
}

.hero__content {
  display: flex;
  min-height: calc(100svh - var(--header-height) - 98px);
  flex-direction: column;
  justify-content: space-between;
}

.hero__content::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .15;
  background-image:
    linear-gradient(rgba(243,238,229,.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243,238,229,.28) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 56%);
  content: "";
  pointer-events: none;
}

.hero__copy {
  max-width: 780px;
  margin-left: 0;
  padding-top: 36px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 28px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}

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

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

h1,
h2,
h3 {
  font-weight: 520;
  letter-spacing: -.045em;
  line-height: .98;
}

h1 {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: clamp(78px, 9.7vw, 154px);
  line-height: .83;
}

h2 {
  max-width: 1000px;
  margin-bottom: 32px;
  font-size: clamp(46px, 5.4vw, 84px);
}

h3 {
  margin-bottom: 18px;
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 1.08;
}

.hero__lead {
  max-width: 630px;
  margin-bottom: 36px;
  color: rgba(243, 238, 229, .82);
  font-size: clamp(18px, 1.45vw, 22px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 48px 0 0;
  border: 1px solid var(--line-strong);
  background: rgba(8, 11, 12, .82);
  backdrop-filter: blur(18px);
}

.hero__facts div {
  position: relative;
  min-height: 116px;
  padding: 24px 30px;
  border-right: 1px solid var(--line);
}

.hero__facts div:last-child {
  border-right: 0;
}

.hero__facts dt {
  margin-bottom: 9px;
  color: var(--amber);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero__facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}

.section {
  position: relative;
  overflow: hidden;
  padding: var(--section-space) 0;
  border-top: 1px solid var(--line);
  background: var(--bg);
}

.section-heading {
  margin-bottom: 72px;
}

.section-heading--split,
.intro-grid,
.products-layout,
.logistics-grid,
.intentions-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: 8vw;
}

.section--intro {
  background:
    linear-gradient(90deg, rgba(8,11,12,.98) 0 51%, rgba(8,11,12,.16) 73%),
    url("assets/storage-terminal-hq.jpg") 90% center / 58% auto no-repeat,
    var(--bg);
}

.intro-grid {
  min-height: 530px;
  align-items: end;
}

.intro-copy {
  align-self: center;
  padding: 38px;
  border-left: 1px solid var(--amber);
  color: rgba(243,238,229,.72);
  background: rgba(8,11,12,.82);
  backdrop-filter: blur(12px);
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.team-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 42px 0 0;
  background: rgba(243,238,229,.18);
}

.team-facts div {
  min-height: 132px;
  padding: 22px 18px;
  background: rgba(8,11,12,.86);
}

.team-facts dt {
  color: var(--amber);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 560;
  line-height: .9;
}

.team-facts dd {
  margin: 14px 0 0;
  color: rgba(243,238,229,.68);
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.service-grid {
  display: grid;
  border-top: 1px solid var(--line-strong);
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(260px, .9fr) minmax(320px, 1.1fr);
  gap: 38px;
  align-items: center;
  min-height: 190px;
  padding: 38px 24px 38px 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left .3s var(--ease), background .3s var(--ease);
}

.service-card::after {
  position: absolute;
  top: 50%;
  right: 10px;
  color: var(--amber);
  content: "↗";
  font-size: 28px;
  transform: translateY(-50%);
}

.service-card:hover {
  padding-left: 24px;
  background: linear-gradient(90deg, rgba(243,161,38,.09), transparent 62%);
}

.service-card__index {
  color: var(--amber);
  font-size: 13px;
  letter-spacing: .15em;
}

.service-card h3,
.service-card p {
  margin-bottom: 0;
}

.service-card p {
  padding-right: 40px;
  color: var(--muted);
}

.section--products {
  padding: 96px 0;
  color: #111515;
  background: var(--amber);
}

.section--products .section-kicker {
  color: #111515;
}

.section--products h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 74px);
}

.section--products .products-layout {
  grid-template-columns: 1fr;
  gap: clamp(38px, 5vw, 72px);
}

.section--market {
  padding: 112px 0 124px;
  background:
    linear-gradient(rgba(243,238,229,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243,238,229,.035) 1px, transparent 1px),
    var(--bg-soft);
  background-size: 120px 120px;
}

.market-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: 58px;
}

.market-header h2,
.market-header > p {
  margin-bottom: 0;
}

.market-header > p {
  max-width: 600px;
  color: var(--muted);
}

.oil-chart {
  position: relative;
  min-height: 0;
  padding: 0 28px 22px;
  border: 1px solid var(--line-strong);
  background: rgba(8,11,12,.82);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}

.oil-chart::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 180px;
  height: 2px;
  background: var(--amber);
  content: "";
}

.oil-chart__topline {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--line);
  color: rgba(243,238,229,.72);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .14em;
}

.oil-chart__topline span::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border: 1px solid var(--amber);
  border-radius: 50%;
  content: "";
}

.oil-chart__topline small {
  margin-left: auto;
  color: var(--amber);
  font: inherit;
}

.oil-chart__stack {
  display: grid;
  gap: 28px;
  padding-top: 28px;
}

.oil-quote-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0d1112;
}

.oil-quote-card__header {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 68px;
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
}

.oil-quote-card__header span,
.oil-quote-card__header code {
  color: var(--amber);
  font-family: inherit;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
}

.oil-quote-card__header h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -.02em;
}

.oil-quote-card__header code {
  color: var(--muted);
}

.oman-forward-chart {
  min-height: 340px;
  padding: 22px 24px 10px;
}

.oman-forward-chart__summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
}

.oman-forward-chart__summary strong {
  color: var(--ink);
  font-size: 28px;
  font-weight: 560;
}

.oman-forward-chart__summary small {
  margin-left: 6px;
  color: var(--amber);
  font-size: 10px;
  letter-spacing: .1em;
}

.oman-forward-chart__canvas {
  width: 100%;
  min-height: 250px;
}

.oman-forward-chart__canvas svg {
  display: block;
  width: 100%;
  height: 250px;
  overflow: visible;
}

.oman-grid-line {
  stroke: rgba(243,238,229,.12);
  stroke-width: 1;
}

.oman-area {
  fill: rgba(243,161,38,.12);
}

.oman-line {
  fill: none;
  stroke: var(--amber);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oman-point {
  fill: var(--bg-soft);
  stroke: var(--amber);
  stroke-width: 2;
}

.oman-price-label,
.oman-date-label {
  fill: #8e9693;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
}

.tradingview-widget-container,
.tradingview-widget-container__widget {
  width: 100%;
  height: 340px;
}

.tradingview-widget-copyright {
  padding-top: 8px;
  color: #656c6a;
  font-size: 11px;
  text-align: right;
}

.tradingview-widget-copyright a:hover,
.tradingview-widget-copyright a:focus-visible {
  color: var(--amber);
}

.products-layout {
  align-items: end;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.product-tile {
  position: relative;
  isolation: isolate;
  min-height: 0;
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(3,21,29,.28);
  background: #03151d;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.product-tile::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,21,29,.02) 28%, rgba(3,21,29,.9) 100%);
  content: "";
}

.product-tile img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  transition: filter .55s var(--ease);
}

.product-tile span {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 10px;
  left: 12px;
  color: #f4fbff;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .product-tile:hover {
    z-index: 3;
    box-shadow: 0 18px 38px rgba(3,21,29,.28);
    transform: scale(1.06);
  }

  .product-tile:hover img {
    filter: saturate(1.08) contrast(1.04);
  }
}

.section--dark {
  background: var(--bg-soft);
}

.logistics-grid {
  align-items: center;
}

.logistics-copy > p:not(.section-kicker) {
  max-width: 700px;
  color: var(--muted);
}

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

.check-list {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 18px 0 18px 34px;
  border-top: 1px solid var(--line);
  color: rgba(243,238,229,.86);
}

.check-list li::before {
  position: absolute;
  top: 20px;
  left: 0;
  color: var(--amber);
  content: "+";
}

.terminal-figure {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
}

.terminal-figure::before,
.terminal-figure::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.terminal-figure::before {
  inset: 28px;
  border: 1px solid rgba(243,161,38,.55);
}

.terminal-figure::after {
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  border-right: 2px solid var(--amber);
  border-bottom: 2px solid var(--amber);
}

.terminal-figure img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  filter: saturate(.78) contrast(1.1);
  transition: transform 1s var(--ease);
}

.terminal-figure:hover img {
  transform: scale(1.025);
}

.section-heading--split {
  align-items: end;
}

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

.section-heading--split > p {
  color: var(--muted);
}

.trade-map {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1936 / 813;
  margin: 0;
  background: #03151d;
}

.trade-map::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(67, 178, 170, .18);
  content: "";
  pointer-events: none;
}

.trade-map__visual,
.trade-map__visual img {
  width: 100%;
  height: 100%;
}

.trade-map__visual img {
  object-fit: cover;
}

.trade-map__labels {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.trade-map__label {
  position: absolute;
  padding: 2px 4px;
  color: var(--ink);
  background: transparent;
  text-shadow:
    0 2px 8px rgba(0, 10, 16, .98),
    0 0 18px rgba(0, 10, 16, .95);
  font-size: clamp(13px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.trade-map__label--cis { top: 18%; left: 61.5%; }
.trade-map__label--europe { top: 33%; left: 45.5%; }
.trade-map__label--asia { top: 37%; left: 71%; }
.trade-map__label--middle-east { top: 52%; left: 57.5%; }
.trade-map__label--africa { top: 69%; left: 48%; }
.trade-map__label--other { top: 78%; left: 81%; }

[dir="rtl"] .trade-map__label {
  direction: rtl;
}

.section--strengths {
  background: #ece7de;
  color: #101414;
}

.section--strengths .section-kicker {
  color: #b16a00;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(16,20,20,.4);
}

.strength-grid article {
  min-height: 270px;
  padding: 32px 24px;
  border-right: 1px solid rgba(16,20,20,.23);
}

.strength-grid article:last-child {
  border-right: 0;
}

.strength-grid article::before {
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 70px;
  border-radius: 50%;
  background: #c67b0b;
  content: "";
}

.strength-grid h3 {
  font-size: 24px;
}

.strength-grid p {
  margin-bottom: 0;
  color: #545b59;
  font-size: 15px;
}

.section--intentions {
  background: var(--bg-soft);
}

.timeline {
  counter-reset: goal;
  border-top: 1px solid var(--line-strong);
}

.timeline > div {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  counter-increment: goal;
}

.timeline > div::before {
  color: var(--amber);
  content: "0" counter(goal);
  font-size: 12px;
  letter-spacing: .15em;
}

.timeline span {
  display: none;
}

.timeline p {
  margin-bottom: 0;
  color: rgba(243,238,229,.8);
}

.section--contacts {
  color: #111515;
  background: var(--amber);
}

.section--contacts .section-kicker {
  color: #111515;
}

.section--contacts h2 {
  margin-bottom: 30px;
}

.section--contacts p {
  max-width: 720px;
}

.section--contacts .button--primary {
  margin-top: 24px;
  border-color: #111515;
  color: var(--ink);
  background: #111515;
}

.section--contacts .contact-grid {
  grid-template-columns: minmax(0, .85fr) minmax(560px, 1.15fr);
  gap: 5vw;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
  grid-template-areas: "details map";
  align-items: start;
  column-gap: 24px;
  padding: 38px 0 6px 46px;
  border-left: 1px solid rgba(17,21,21,.42);
  direction: ltr;
  font-style: normal;
}

.contact-details {
  grid-area: details;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.contact-map {
  grid-area: map;
  width: 100%;
  height: 430px;
  margin-top: 3cm;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid rgba(3, 21, 29, .35);
  background: rgba(3, 21, 29, .18);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-panel strong {
  margin-bottom: 20px;
  font-size: 26px;
}

.contact-panel a {
  width: fit-content;
  color: inherit;
}

.contact-phone,
.contact-address {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.contact-phone {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 650;
}

.contact-label {
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-address {
  max-width: 520px;
  line-height: 1.55;
}

.contact-map-link {
  margin-top: 13px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.contact-website {
  margin-top: 20px;
}

.contact-panel a:hover,
.contact-panel a:focus-visible {
  color: #ffffff;
}

.site-footer {
  padding: 48px 0;
  border-top: 1px solid var(--line);
  background: #050707;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.footer-inner img {
  width: 180px;
  filter: brightness(0) invert(1);
  opacity: .86;
}

.footer-copy {
  max-width: 680px;
  color: #737a78;
  font-size: 13px;
  text-align: right;
}

.footer-copy p {
  margin-bottom: 0;
}

.visit-counter {
  position: fixed;
  z-index: 48;
  right: 18px;
  bottom: 18px;
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(103, 207, 90, .5);
  background: rgba(2, 14, 20, .9);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .28);
  color: #a9c1c7;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .12em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
  backdrop-filter: blur(12px);
}

.visit-counter::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(103, 207, 90, .65);
  content: "";
}

.visit-counter.is-ready {
  opacity: 1;
  transform: translateY(0);
}

.visit-counter strong {
  color: #ffffff;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}

[dir="rtl"] .site-nav,
[dir="rtl"] .hero__copy,
[dir="rtl"] .section,
[dir="rtl"] .site-footer {
  text-align: right;
}

[dir="rtl"] .logo-variant {
  object-position: right center;
}

[dir="rtl"] .site-nav > a:not(.nav-cta)::after {
  transform-origin: left;
}

[dir="rtl"] .hero::after {
  transform: scaleX(-1);
}

[dir="rtl"] .eyebrow::before,
[dir="rtl"] .section-kicker::before {
  order: 2;
}

[dir="rtl"] .intro-copy,
[dir="rtl"] .contact-panel {
  padding-right: 38px;
  padding-left: 0;
  border-right: 1px solid var(--amber);
  border-left: 0;
}

[dir="rtl"] .contact-details {
  align-items: flex-end;
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .check-list li {
  padding-right: 34px;
  padding-left: 0;
}

[dir="rtl"] .check-list li::before {
  right: 0;
  left: auto;
}

@keyframes heroDrift {
  from { transform: scale(1.01) translateX(-.5%); }
  to { transform: scale(1.06) translateX(.5%); }
}

@keyframes quoteTicker {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .hero-market-panel__track {
    animation: none !important;
  }
}

@media (max-width: 1540px) {
  .menu-toggle {
    position: relative;
    z-index: 60;
    display: block;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .site-nav {
    position: fixed;
    z-index: 55;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    margin-left: 0;
    padding: 100px 36px 48px;
    opacity: 0;
    background: rgba(8,11,12,.98);
    transform: translateY(-12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav > a:not(.nav-cta) {
    font-size: 28px;
  }

  .site-nav .language-switch {
    margin-left: 0;
  }

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

@media (max-width: 1180px) {
  :root {
    --page-gutter: 28px;
    --container-max: 1120px;
  }

  .site-header {
    padding-inline: 28px;
  }

  .site-nav {
    gap: 18px;
  }

  .brand-card--primary {
    width: 168px;
  }

  .strength-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .strength-grid article:nth-child(3) {
    border-right: 0;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 82px;
  }

  .menu-toggle {
    position: relative;
    z-index: 60;
    display: none;
    order: 2;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .brand-cluster {
    order: 1;
  }

  .language-switch--mobile {
    position: relative;
    z-index: 60;
    display: flex;
    order: 2;
    margin-left: auto;
  }

  .site-nav {
    position: fixed;
    z-index: 55;
    inset: 0;
    display: none;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    padding: 100px 36px 48px;
    opacity: 0;
    background: rgba(8,11,12,.98);
    transform: translateY(-12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav > a:not(.nav-cta) {
    font-size: 28px;
  }

  .site-nav .language-switch {
    margin-left: 0;
  }

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

  .hero {
    padding-top: 116px;
  }

  .hero::before {
    inset: 0;
    background-position: 62% center;
  }

  .hero__media {
    width: 100%;
    object-position: 62% center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(8,11,12,.97) 0%, rgba(8,11,12,.74) 58%, rgba(8,11,12,.28) 100%),
      linear-gradient(0deg, #080b0c 0%, transparent 42%);
  }

  .hero__copy {
    max-width: 680px;
    margin-left: 0;
  }

  .hero-market-panel {
    display: none;
  }

  .hero-market-panel__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }

  .hero-market-panel__quote {
    width: 100%;
  }

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

  .hero__facts div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero__facts div:last-child {
    border-bottom: 0;
  }

  .section-heading--split,
  .intro-grid,
  .products-layout,
  .market-header,
  .logistics-grid,
  .intentions-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .section--contacts .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .section--intro {
    background:
      linear-gradient(rgba(8,11,12,.78), #080b0c),
      url("assets/storage-terminal-hq.jpg") center / cover no-repeat;
  }

  .intro-grid {
    min-height: auto;
  }

  .service-card {
    grid-template-columns: 60px 1fr;
  }

  .service-card p {
    grid-column: 2;
  }

  .terminal-figure,
  .terminal-figure img {
    min-height: 460px;
  }

  .oil-chart {
    min-height: 0;
  }

  .contact-panel {
    padding: 38px 0 0;
    border-top: 1px solid rgba(17,21,21,.42);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  :root {
    --page-gutter: 16px;
    --container-max: 580px;
    --section-space: clamp(68px, 21vw, 82px);
  }

  body {
    font-size: 16px;
  }

  .visit-counter {
    right: 12px;
    bottom: 12px;
    min-height: 36px;
    padding: 6px 9px;
    font-size: 9px;
  }

  .visit-counter strong {
    font-size: 14px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "details"
      "map";
    row-gap: 30px;
  }

  .contact-map {
    width: 100%;
    height: 360px;
    margin: 0;
  }

  .site-header {
    flex-wrap: wrap;
    padding: 10px 16px;
    gap: 8px;
  }

  .hero-market-panel {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
  }

  .hero-market-panel__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .hero-market-panel__quote {
    width: 100%;
  }

  .brand-card--primary {
    width: 112px;
    height: 48px;
  }

  .hero {
    min-height: 100svh;
    padding: 116px 0 18px;
  }

  .hero::before {
    background-position: 66% center;
  }

  .hero__media {
    object-position: 66% center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(8,11,12,.96), rgba(8,11,12,.58)),
      linear-gradient(0deg, #080b0c 0%, transparent 38%);
  }

  .hero__copy {
    padding-top: 12px;
  }

  h1 {
    font-size: clamp(54px, 18vw, 82px);
  }

  h2 {
    font-size: clamp(34px, 10.5vw, 52px);
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero__facts {
    margin-top: 34px;
  }

  .hero__facts div {
    padding: 18px 20px;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .intro-copy {
    padding: 26px 0 0 22px;
  }

  .team-facts {
    margin-top: 30px;
  }

  .team-facts div {
    min-height: 112px;
    padding: 18px 12px;
  }

  .team-facts dd {
    font-size: 10px;
  }

  .service-card {
    grid-template-columns: 42px 1fr;
    gap: 18px;
    min-height: 0;
    padding: 28px 34px 28px 0;
  }

  .service-card p {
    padding-right: 0;
  }

  .section--products {
    padding: 76px 0;
  }

  .section--market {
    padding: 78px 0 88px;
  }

  .oil-chart {
    min-height: 0;
    padding: 0 10px 16px;
  }

  .oil-chart__topline {
    min-height: 62px;
    gap: 12px;
    overflow-x: auto;
    font-size: 9px;
    white-space: nowrap;
  }

  .oil-chart__topline small {
    display: none;
  }

  .tradingview-widget-container,
  .tradingview-widget-container__widget {
    height: 290px;
  }

  .oil-chart__stack {
    gap: 18px;
    padding-top: 18px;
  }

  .oil-quote-card__header {
    grid-template-columns: 34px 1fr;
    gap: 10px;
    min-height: 58px;
    padding: 0 12px;
  }

  .oil-quote-card__header h3 {
    font-size: 18px;
  }

  .oil-quote-card__header code {
    display: none;
  }

  .oman-forward-chart {
    min-height: 290px;
    padding: 18px 12px 8px;
  }

  .oman-forward-chart__summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .oman-forward-chart__canvas,
  .oman-forward-chart__canvas svg {
    min-height: 220px;
    height: 220px;
  }

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

  .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-tile {
    min-height: 0;
    height: auto;
  }

  .product-tile img {
    min-height: 0;
    height: 100%;
  }

  .product-tile span {
    right: 8px;
    bottom: 8px;
    left: 8px;
    font-size: 11px;
  }

  .terminal-figure,
  .terminal-figure img {
    min-height: 360px;
  }

  .trade-map {
    overflow: visible;
    aspect-ratio: auto;
    background: transparent;
  }

  .trade-map::after {
    display: none;
  }

  .trade-map__visual {
    overflow: hidden;
    aspect-ratio: 1936 / 813;
    border: 1px solid rgba(67, 178, 170, .18);
  }

  .trade-map__labels {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 1px;
    background: rgba(67, 178, 170, .2);
  }

  .trade-map__label {
    position: static;
    min-width: 0;
    padding: 11px 12px;
    border-radius: 0;
    background: #06232d;
    box-shadow: none;
    font-size: 13px;
    white-space: normal;
    backdrop-filter: none;
  }

  .strength-grid article,
  .strength-grid article:nth-child(3) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(16,20,20,.23);
  }

  .strength-grid article::before {
    margin-bottom: 36px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-copy {
    text-align: left;
  }
}

/* Quantum Energy brand background system */
html,
body {
  background: var(--bg);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: var(--bg);
}

.hero::after {
  background:
    radial-gradient(circle at 82% 24%, rgba(46, 120, 210, .34), transparent 34%),
    linear-gradient(90deg, #03151d 0%, rgba(3, 21, 29, .98) 28%, rgba(4, 40, 52, .78) 52%, rgba(8, 76, 91, .18) 82%),
    linear-gradient(0deg, #03151d 0%, transparent 32%, rgba(46, 120, 210, .08) 100%);
}

.hero__content::before {
  opacity: .18;
  background-image:
    linear-gradient(rgba(67,178,170,.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46,120,210,.24) 1px, transparent 1px);
}

.hero__facts,
.intro-copy,
.team-facts div,
.oil-chart {
  background: rgba(3, 24, 32, .84);
}

.section {
  background:
    radial-gradient(circle at 94% 8%, rgba(46,120,210,.11), transparent 30%),
    radial-gradient(circle at 6% 92%, rgba(103,207,90,.07), transparent 28%),
    var(--bg);
}

.section--intro {
  background:
    linear-gradient(90deg, rgba(3,21,29,.99) 0 51%, rgba(3,21,29,.4) 76%),
    url("assets/storage-terminal-hq.jpg") 90% center / 58% auto no-repeat,
    var(--bg);
}

.team-facts {
  background: rgba(67,178,170,.22);
}

.service-card:hover {
  background: linear-gradient(90deg, rgba(67,178,170,.14), rgba(46,120,210,.06) 50%, transparent 72%);
}

.section--products,
.section--contacts {
  color: #03151d;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.2), transparent 24%),
    linear-gradient(112deg, var(--brand-green) 0%, var(--brand-teal) 48%, var(--brand-blue) 100%);
}

.section--products .section-kicker,
.section--contacts .section-kicker {
  color: #03151d;
}

.section--market {
  background:
    linear-gradient(rgba(73,184,232,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67,178,170,.055) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(46,120,210,.15), transparent 34%),
    var(--bg-soft);
  background-size: 120px 120px, 120px 120px, auto, auto;
}

.section--dark,
.section--intentions {
  background:
    radial-gradient(circle at 14% 20%, rgba(103,207,90,.08), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(46,120,210,.12), transparent 32%),
    var(--bg-soft);
}

.terminal-figure::before {
  border-color: rgba(67,178,170,.62);
}

.section--strengths {
  color: #f4fbff;
  background:
    radial-gradient(circle at 84% 20%, rgba(46,120,210,.2), transparent 34%),
    linear-gradient(135deg, #0a3542 0%, #0a2b38 48%, #061d28 100%);
}

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

.strength-grid {
  border-top-color: rgba(92,190,199,.38);
}

.strength-grid article {
  border-right-color: rgba(92,190,199,.2);
}

.strength-grid article::before {
  background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
}

.strength-grid p {
  color: #a9c1c7;
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(103,207,90,.04), rgba(46,120,210,.08)),
    #020e14;
}

@media (min-width: 1920px) {
  h1 {
    font-size: clamp(120px, 8.2vw, 170px);
  }

  h2 {
    font-size: clamp(72px, 4.8vw, 94px);
  }
}
