:root {
  --forest: #10291f;
  --forest-deep: #07140f;
  --leaf: #2d6047;
  --beige: #f0dfbf;
  --sand: #c6a971;
  --gold: #e5b75b;
  --amber: #c96f32;
  --ice: #bfe8ee;
  --berry: #a63e54;
  --text: #fff8eb;
  --muted: rgba(255, 248, 235, 0.72);
  --line: rgba(255, 248, 235, 0.18);
  --glass: rgba(12, 27, 21, 0.46);
  --shadow: rgba(0, 0, 0, 0.45);
  --sun: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--forest-deep);
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: var(--forest-deep);
  color: var(--text);
  overflow-x: hidden;
}

body.rtl {
  direction: rtl;
}

body.rtl .section-nav,
body.rtl .contact-actions,
body.rtl .stat-row {
  direction: rtl;
}

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

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

button,
select {
  font: inherit;
}

.atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 190, 89, calc(0.18 + var(--sun) * 0.18)), transparent 34%),
    linear-gradient(180deg, rgba(8, 22, 18, calc(0.78 - var(--sun) * 0.22)), rgba(26, 51, 36, 0.3) 45%, rgba(137, 66, 38, calc(var(--sun) * 0.42)) 100%);
  mix-blend-mode: screen;
  opacity: 0.7;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.7) 0 1px, transparent 1px),
    radial-gradient(circle at 78% 34%, rgba(255,255,255,0.55) 0 1px, transparent 1px),
    radial-gradient(circle at 42% 76%, rgba(255,255,255,0.45) 0 1px, transparent 1px);
  background-size: 76px 76px, 113px 113px, 151px 151px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--ice), var(--amber));
  box-shadow: 0 0 18px rgba(229, 183, 91, 0.7);
}

.site-header {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 70;
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 20, 15, 0.58);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 154px;
  height: 42px;
}

.brand-mark img {
  width: 100%;
  max-height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.36));
}

.section-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  color: rgba(255, 248, 235, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-nav a {
  position: relative;
  padding: 10px 0;
}

.section-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

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

.language-switcher {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.language-switcher select {
  width: 116px;
  min-height: 38px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 248, 235, 0.24);
  border-radius: 6px;
  padding: 0 9px;
  outline: none;
}

.language-switcher option {
  color: #0c1b15;
}

.chapter {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.chapter::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 20, 15, 0.16), rgba(7, 20, 15, 0.74));
}

.media-layer,
.journey-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.media-layer img,
.journey-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.04);
}

.chapter-content,
.section-heading,
.split-grid,
.brand-showcase,
.fresh-gallery,
.timeline,
.journey-media,
.map-stage,
.pricing-grid,
.reason-grid,
.contact-panel,
.final-content {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.hero-section {
  display: grid;
  place-items: center;
  text-align: center;
}

.hero-section::after {
  background:
    radial-gradient(circle at 21% 22%, rgba(255, 196, 92, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(7, 20, 15, 0.12) 0%, rgba(7, 20, 15, 0.62) 68%, #07140f 100%);
}

.sun-rays {
  position: absolute;
  top: -14%;
  left: -18%;
  z-index: -1;
  width: 62vw;
  height: 62vw;
  min-width: 420px;
  min-height: 420px;
  background: conic-gradient(from 8deg, rgba(255, 220, 130, 0.34), transparent 10deg, rgba(255, 220, 130, 0.22) 18deg, transparent 28deg);
  filter: blur(6px);
  opacity: 0.44;
  animation: rays 18s linear infinite;
  transform-origin: center;
}

@keyframes rays {
  to { transform: rotate(360deg); }
}

.particles span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  border-radius: 50%;
  background: rgba(255, 236, 180, 0.75);
  box-shadow: 0 0 14px rgba(255, 207, 112, 0.75);
  animation: drift var(--d) ease-in-out infinite alternate;
}

@keyframes drift {
  from { transform: translate3d(0, 0, 0); opacity: 0.28; }
  to { transform: translate3d(18px, -36px, 0); opacity: 0.95; }
}

.hero-content {
  padding-top: 74px;
}

.hero-logo {
  width: clamp(96px, 12vw, 154px);
  margin: 0 auto 24px;
  filter: drop-shadow(0 22px 35px rgba(0, 0, 0, 0.44));
  animation: logoRise 1.4s ease both;
}

@keyframes logoRise {
  from { opacity: 0; transform: translateY(28px) scale(0.92); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  max-width: 980px;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  margin-inline: auto;
  font-size: clamp(3.25rem, 8.5vw, 8.8rem);
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.58);
}

h2 {
  font-size: clamp(2.5rem, 6vw, 6.1rem);
}

h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0;
}

.hero-copy,
.story-panel p,
.brand-copy p,
.final-content p {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.75;
}

.hero-copy {
  width: min(640px, 100%);
  margin: 24px auto 0;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 32px;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(255, 248, 235, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 2px;
  height: 42px;
  background: linear-gradient(180deg, transparent, var(--gold));
  animation: cue 1.6s ease-in-out infinite;
}

@keyframes cue {
  0%, 100% { transform: scaleY(0.45); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

.about-section {
  display: grid;
  align-items: center;
  padding: 120px 0 90px;
  background:
    radial-gradient(circle at 86% 18%, rgba(229, 183, 91, 0.16), transparent 30%),
    linear-gradient(160deg, #0a1c14, #173726 55%, #07140f);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: clamp(24px, 4vw, 68px);
  align-items: center;
}

.cinema-frame {
  position: relative;
  margin: 0;
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.45);
}

.cinema-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(7, 20, 15, 0.32));
  pointer-events: none;
}

.cinema-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 1.2s ease;
}

.cinema-frame:hover img {
  transform: scale(1.05);
}

.glass {
  border: 1px solid rgba(255, 248, 235, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(13, 27, 22, 0.48));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
}

.story-panel {
  padding: clamp(26px, 4vw, 58px);
}

.story-panel h2 {
  margin-bottom: 24px;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.stat-row span {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 15px;
  border: 1px solid rgba(255, 248, 235, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.stat-row strong {
  color: var(--gold);
  font-size: 1.65rem;
}

.stat-row small {
  color: var(--muted);
  font-weight: 700;
}

.brands-section {
  padding: 120px 0 130px;
  background:
    linear-gradient(180deg, #07140f 0%, #10291f 45%, #1b231e 100%);
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 6vw, 70px);
}

.section-heading h2 {
  max-width: 840px;
}

.brand-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brand-card {
  position: relative;
  min-height: 610px;
  display: grid;
  align-content: end;
  border: 1px solid rgba(255, 248, 235, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #0d1d18;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  transition: transform 0.55s ease, border-color 0.55s ease, box-shadow 0.55s ease;
}

.brand-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.88;
  pointer-events: none;
}

.brand-card.family::before {
  background:
    radial-gradient(circle at 35% 28%, rgba(191, 232, 238, 0.34), transparent 29%),
    linear-gradient(180deg, rgba(7, 26, 23, 0.08), rgba(5, 23, 24, 0.76));
}

.brand-card.valero::before {
  background:
    radial-gradient(circle at 60% 24%, rgba(229, 183, 91, 0.33), transparent 28%),
    linear-gradient(180deg, rgba(48, 26, 10, 0.06), rgba(46, 23, 12, 0.78));
}

.brand-card.frutoo::before {
  background:
    radial-gradient(circle at 48% 26%, rgba(166, 62, 84, 0.34), transparent 28%),
    linear-gradient(180deg, rgba(19, 30, 18, 0.04), rgba(24, 18, 29, 0.75));
}

.brand-card:hover,
.brand-card:focus-visible {
  transform: translateY(-12px);
  border-color: rgba(229, 183, 91, 0.55);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.46), 0 0 45px rgba(229, 183, 91, 0.12);
  outline: none;
}

.brand-art {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.brand-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1s ease, filter 1s ease;
}

.brand-card:hover .brand-art img,
.brand-card:focus-visible .brand-art img {
  transform: scale(1.08) translateY(-8px);
  filter: saturate(1.15) contrast(1.06);
}

.brand-copy {
  position: relative;
  z-index: 3;
  padding: 30px;
}

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

.fresh-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(229, 183, 91, 0.15), transparent 28%),
    linear-gradient(180deg, #1b231e, #2c412f 52%, #101b15);
}

.fresh-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 18px;
}

.fresh-card {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.34);
}

.fresh-card.tall {
  grid-row: span 2;
}

.fresh-card.wide {
  grid-column: span 2;
}

.fresh-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.6s ease;
}

.fresh-card:hover img {
  transform: scale(1.17);
}

.fresh-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.72));
}

.fresh-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--text);
  font-weight: 800;
  font-size: 1.05rem;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.62);
}

.journey-section {
  padding: 120px 0;
}

.journey-section::after {
  background: linear-gradient(180deg, rgba(7, 20, 15, 0.7), rgba(12, 28, 24, 0.78) 48%, rgba(7, 20, 15, 0.94));
}

.timeline {
  position: relative;
  padding: 40px 28px 28px;
  overflow: hidden;
}

.timeline-path {
  position: absolute;
  inset: 18px 24px auto;
  width: calc(100% - 48px);
  height: 130px;
  overflow: visible;
}

.timeline-path path {
  fill: none;
  stroke: url(#routeGold);
  stroke-width: 2;
  stroke-dasharray: 8 14;
  filter: drop-shadow(0 0 10px rgba(229, 183, 91, 0.48));
  animation: routeDash 12s linear infinite;
}

@keyframes routeDash {
  to { stroke-dashoffset: -220; }
}

.timeline ol {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.timeline li {
  min-height: 136px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 248, 235, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.timeline li span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
}

.timeline li strong {
  font-size: 1.05rem;
}

.journey-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.journey-media .cinema-frame {
  min-height: 380px;
}

.global-section {
  padding: 120px 0;
  background:
    linear-gradient(180deg, #07140f, #14261e 50%, #2b2219);
}

.map-stage {
  position: relative;
  min-height: 520px;
  padding: clamp(18px, 4vw, 46px);
  overflow: hidden;
}

.map-stage svg {
  width: 100%;
  height: min(54vw, 520px);
  min-height: 360px;
}

.land {
  fill: rgba(240, 223, 191, 0.11);
  stroke: rgba(240, 223, 191, 0.2);
  stroke-width: 2;
}

.hub,
.pulse {
  fill: var(--gold);
  filter: drop-shadow(0 0 14px rgba(229, 183, 91, 0.95));
}

.pulse {
  animation: pulse 2.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.8); opacity: 1; }
}

.route {
  fill: none;
  stroke: url(#routeGold);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 16 18;
  animation: routeDash 9s linear infinite;
  filter: drop-shadow(0 0 8px rgba(229, 183, 91, 0.8));
}

.market-labels {
  position: absolute;
  inset: auto 30px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.market-labels span {
  padding: 12px 16px;
  border: 1px solid rgba(229, 183, 91, 0.32);
  border-radius: 999px;
  color: var(--text);
  background: rgba(7, 20, 15, 0.52);
  font-weight: 800;
}

.pricing-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 76% 20%, rgba(201, 111, 50, 0.16), transparent 28%),
    linear-gradient(180deg, #2b2219, #10291f 70%, #07140f);
}

.pricing-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 18px;
}

.price-card {
  padding: clamp(24px, 4vw, 42px);
}

.price-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0;
  list-style: none;
}

.price-card li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 248, 235, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-weight: 700;
}

.container-price {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 248, 235, 0.16);
  color: var(--muted);
  font-weight: 700;
}

.container-price strong {
  color: var(--gold);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  overflow: hidden;
}

th,
td {
  padding: 17px 14px;
  border-bottom: 1px solid rgba(255, 248, 235, 0.13);
  text-align: start;
}

th {
  color: var(--gold);
  font-size: 0.8rem;
  text-transform: uppercase;
}

td {
  color: var(--muted);
  font-weight: 700;
}

.why-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #07140f, #14251c 52%, #211b16);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.reason-card {
  min-height: 210px;
  display: grid;
  align-content: end;
  gap: 28px;
  padding: 24px;
  transition: transform 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
}

.reason-card:hover {
  transform: translateY(-8px);
  border-color: rgba(229, 183, 91, 0.5);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38), 0 0 34px rgba(229, 183, 91, 0.13);
}

.reason-card i {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(229, 183, 91, 0.62);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 46%, var(--gold) 48% 52%, transparent 54%),
    radial-gradient(circle, rgba(229, 183, 91, 0.3), transparent 60%);
  box-shadow: 0 0 28px rgba(229, 183, 91, 0.24);
}

.reason-card h3 {
  font-size: 1.08rem;
  line-height: 1.25;
}

.contact-section {
  display: grid;
  align-items: center;
  padding: 120px 0;
}

.contact-section::after {
  background: linear-gradient(90deg, rgba(7, 20, 15, 0.86), rgba(7, 20, 15, 0.42), rgba(77, 31, 17, 0.7));
}

.contact-panel {
  width: min(780px, calc(100% - 36px));
  margin-left: max(18px, calc((100% - 1180px) / 2));
  margin-right: auto;
  padding: clamp(28px, 5vw, 58px);
}

body.rtl .contact-panel {
  margin-right: max(18px, calc((100% - 1180px) / 2));
  margin-left: auto;
}

.contact-panel h2 {
  margin-bottom: 26px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid rgba(229, 183, 91, 0.36);
  border-radius: 999px;
  background: rgba(229, 183, 91, 0.1);
  color: var(--text);
  font-weight: 800;
  box-shadow: 0 0 24px rgba(229, 183, 91, 0.08);
  transition: transform 0.35s ease, background 0.35s ease;
}

.contact-actions a:hover,
.contact-actions a:focus-visible {
  transform: translateY(-3px);
  background: rgba(229, 183, 91, 0.2);
}

.finale-section {
  display: grid;
  place-items: center;
  min-height: 100vh;
  text-align: center;
}

.finale-section::after {
  background:
    radial-gradient(circle at 50% 28%, rgba(229, 183, 91, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(40, 20, 14, 0.18), rgba(7, 20, 15, 0.76) 62%, #020504 100%);
}

.final-content img {
  width: min(520px, 78vw);
  margin: 0 auto 30px;
  filter: drop-shadow(0 22px 48px rgba(0, 0, 0, 0.54));
}

.final-content h2 {
  margin-inline: auto;
}

.final-content p {
  width: min(660px, 100%);
  margin: 24px auto 0;
}

.reveal-card {
  opacity: 0;
  transform: translateY(34px);
}

.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .section-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: space-between;
    width: 100%;
  }

  .split-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .brand-showcase,
  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-card {
    min-height: 540px;
  }

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

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

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    gap: 10px;
    padding: 10px;
  }

  .brand-mark {
    width: 118px;
  }

  .language-switcher span {
    display: none;
  }

  .language-switcher select {
    width: 104px;
  }

  .section-nav {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  .chapter-content,
  .section-heading,
  .split-grid,
  .brand-showcase,
  .fresh-gallery,
  .timeline,
  .journey-media,
  .map-stage,
  .pricing-grid,
  .reason-grid,
  .contact-panel,
  .final-content {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    max-width: min(100%, 286px);
    font-size: clamp(2.38rem, 10.6vw, 3.45rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2.35rem, 13vw, 4.6rem);
  }

  .about-section,
  .brands-section,
  .fresh-section,
  .journey-section,
  .global-section,
  .pricing-section,
  .why-section,
  .contact-section {
    padding: 96px 0;
  }

  .cinema-frame,
  .journey-media .cinema-frame {
    min-height: 340px;
  }

  .stat-row,
  .brand-showcase,
  .fresh-gallery,
  .journey-media,
  .reason-grid {
    grid-template-columns: 1fr;
  }

  .brand-card {
    min-height: 520px;
  }

  .fresh-gallery {
    grid-auto-rows: 310px;
  }

  .fresh-card.tall,
  .fresh-card.wide {
    grid-row: auto;
    grid-column: auto;
  }

  .hero-copy {
    max-width: 318px;
    font-size: 1rem;
  }

  .timeline {
    padding: 20px;
  }

  .timeline-path {
    display: none;
  }

  .timeline ol {
    grid-template-columns: 1fr;
  }

  .map-stage {
    min-height: 430px;
  }

  .map-stage svg {
    min-height: 300px;
  }

  .market-labels {
    position: static;
    margin-top: 12px;
  }

  th,
  td {
    padding: 14px 8px;
    font-size: 0.86rem;
  }

  .contact-panel,
  body.rtl .contact-panel {
    margin-inline: auto;
  }

  .contact-actions a {
    width: 100%;
  }
}

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