/* Local Readex Pro (Self-hosted) */
@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('assets/fonts/readex-pro-arabic.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('assets/fonts/readex-pro-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('assets/fonts/readex-pro-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('assets/fonts/readex-pro-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

:root {
  color-scheme: dark;
  --ink: #07152f;
  --deep: #030a1b;
  --paper: #edf2fa;
  --gold: #c9a96a;
  --muted: #bfcae0;
  --line: rgba(198, 213, 241, 0.18);
  --gutter: clamp(24px, 5.7vw, 96px);
  --header: 94px;
  font-family: "Readex Pro", "Segoe UI", Tahoma, Arial, sans-serif;
  background: var(--ink);
  color: #f4f6fb;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 18px);
  scrollbar-color: var(--gold) var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: #f4f6fb;
}

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

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

button {
  cursor: pointer;
  color: inherit;
}

button:disabled {
  cursor: default;
}

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

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

figure,
p,
h1,
h2,
h3 {
  margin: 0;
}

address {
  font-style: normal;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  inset-inline-end: 20px;
  transform: translateY(-180%);
  z-index: 100;
  background: var(--paper);
  color: var(--ink);
  padding: 12px 20px;
}

.skip-link:focus {
  transform: none;
}

/* Header & Navigation */
.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  inset-inline: 0;
  height: var(--header);
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: transparent;
  border-bottom: 1px solid rgba(210, 222, 245, 0.11);
  text-shadow: 0 1px 10px #000;
  transition: background 0.3s, backdrop-filter 0.3s, border-color 0.3s;
}

.site-header.is-scrolled {
  background: transparent;
  border-bottom-color: rgba(210, 222, 245, 0.11);
}

.site-header.is-past-hero {
  background: rgba(7, 21, 47, 0.92);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(210, 222, 245, 0.18);
}

.site-header.menu-open {
  background: transparent;
  border-bottom-color: transparent;
}

.wordmark {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 7px;
  filter: drop-shadow(0 2px 8px #0008);
  text-decoration: none;
}

.wordmark img {
  width: clamp(140px, 11vw, 175px);
  height: auto;
}

.wordmark-ar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Readex Pro", "Segoe UI", Tahoma, sans-serif;
  font-size: clamp(11.5px, 0.9vw, 13.5px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #ccaf78;
  white-space: nowrap;
}

.wordmark-ar span {
  color: #ccaf78;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.5vw, 42px);
  font-size: 14px;
}

.site-nav>a:not(.header-meeting) {
  padding-block: 14px;
  color: #edf2fa;
}

.site-nav>a:hover {
  color: var(--gold);
}

.language-slot {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 77px;
  color: #edf2fa;
  font-size: 12px;
  border-inline-start: 1px solid rgba(210, 222, 245, 0.24);
  padding-inline-start: 23px;
}

.language-slot:hover {
  color: var(--gold);
}

.language-slot>span {
  font-size: 20px;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 16px);
  font-size: 13px;
  border-inline-start: 1px solid rgba(210, 222, 245, 0.24);
  padding-inline-start: clamp(14px, 1.6vw, 24px);
  letter-spacing: 0.01em;
}

.lang-link {
  color: #a4b3cf;
  text-decoration: none;
  padding: 4px 2px;
  position: relative;
  transition: color 0.2s ease;
  font-weight: 400;
  white-space: nowrap;
}

.lang-link:hover {
  color: #edf2fa;
}

.lang-link.is-active,
.lang-link[aria-current="page"] {
  color: var(--gold);
  font-weight: 600;
}

.lang-link.is-active::after,
.lang-link[aria-current="page"]::after {
  content: "";
  position: absolute;
  bottom: -2px;
  inset-inline: 0;
  height: 1.5px;
  background: var(--gold);
  border-radius: 1px;
}

.header-meeting {
  background: linear-gradient(135deg, #e4caa0 0%, #c9a96a 50%, #b89352 100%);
  border: 1px solid rgba(255, 235, 185, 0.45);
  color: #051024 !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  border-radius: 2px;
  display: flex;
  gap: 14px;
  align-items: center;
  box-shadow: 0 4px 16px rgba(201, 169, 106, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all 0.25s ease;
}

.header-meeting:hover {
  background: linear-gradient(135deg, #ebd4a2 0%, #d4b577 50%, #c49f5c 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(201, 169, 106, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #020817 !important;
}

.header-meeting span {
  color: #051024;
  font-size: 14px;
  font-weight: bold;
  transition: transform 0.2s;
}

.header-meeting:hover span {
  transform: translate(-2px, -2px);
}

.menu-toggle {
  display: none;
}

/* Hero Journey */
.journey {
  height: 100svh;
  position: relative;
  background: var(--deep);
}

.journey.is-ready {
  height: 470svh;
}

.stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
  background: var(--deep);
}

.poster,
.hero-video,
.fallback-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.fallback-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 1;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 0.3s ease;
}

.hero-video {
  z-index: 0;
  opacity: 1;
  background: transparent;
}

.poster,
.fallback-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}

.fallback-layer {
  opacity: 0;
}

.stage.video-ready .poster,
.stage.video-ready .fallback-layer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stage.fallback-mode .hero-video {
  display: none !important;
}

.stage.fallback-mode .poster,
.stage.fallback-mode .fallback-layer {
  visibility: visible !important;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(270deg, rgba(3, 10, 27, 0.94) 0%, rgba(5, 17, 41, 0.78) 36%, rgba(5, 17, 41, 0.25) 65%, rgba(3, 10, 27, 0.08) 100%);
  pointer-events: none;
}

[dir="ltr"] .vignette {
  background: linear-gradient(90deg, rgba(3, 10, 27, 0.94) 0%, rgba(5, 17, 41, 0.78) 36%, rgba(5, 17, 41, 0.25) 65%, rgba(3, 10, 27, 0.08) 100%);
}

.hero-exit {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  background: linear-gradient(180deg, rgba(7, 21, 47, 0) 0%, rgba(7, 21, 47, 0.3) 35%, rgba(7, 21, 47, 0.75) 60%, #07152f 82%, #07152f 100%);
}

.hero-exit-blur {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  background: linear-gradient(180deg, rgba(7, 21, 47, 0.5) 0%, rgba(7, 21, 47, 0.8) 55%, #07152f 82%, #07152f 100%);
}

.editorial {
  position: absolute;
  top: 28%;
  inset-inline-start: var(--gutter);
  width: 46%;
  max-width: 700px;
  z-index: 3;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: #e6eaf4;
  margin-bottom: 26px;
}

.hairline {
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.copy-stack {
  position: relative;
  height: 270px;
}

.chapter-copy {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.4s;
}

.chapter-copy.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.scene-label {
  display: none;
}

.editorial h1,
.editorial h2 {
  font-size: clamp(48px, 5.2vw, 84px);
  line-height: 1.3;
  letter-spacing: -2.7px;
  font-weight: 400;
  color: #f8f6f0;
}

.editorial em {
  font-style: normal;
  color: #d2b070;
}

.description {
  font-size: 15px;
  line-height: 1.8;
  color: #e6eaf4;
  margin-top: 20px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid rgba(201, 169, 106, 0.4);
  border-radius: 2px;
  background: rgba(201, 169, 106, 0.06);
  font-size: 13px;
  font-weight: 500;
  color: #edf2fa;
  transition: all 0.25s ease;
}

.text-link span {
  color: var(--gold);
  font-size: 15px;
  transition: transform 0.2s;
}

.text-link:hover {
  border-color: var(--gold);
  background: rgba(201, 169, 106, 0.16);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(201, 169, 106, 0.15);
}

.text-link:hover span {
  transform: translate(-2px, -2px);
}

.side-note {
  position: absolute;
  inset-inline-end: var(--gutter);
  top: 32%;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 20px;
  font: 9px Consolas, monospace;
  letter-spacing: 3px;
  color: #d9dfeb;
  z-index: 3;
}

.side-line {
  height: 50px;
  width: 1px;
  background: rgba(201, 169, 106, 0.72);
}

.journey-footer {
  position: absolute;
  bottom: 34px;
  inset-inline: var(--gutter);
  z-index: 3;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.scroll-cue {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d8e0ef;
  letter-spacing: 0.03em;
}

.scroll-line {
  display: block;
  width: 1px;
  height: 24px;
  background: var(--gold);
  position: relative;
  overflow: hidden;
}

.scroll-line:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 1px;
  height: 13px;
  background: var(--gold);
  animation: scroll-pulse 2s ease-in-out infinite;
}

.frame-counter {
  font: 10px Consolas, monospace;
  letter-spacing: 2px;
  color: #c4bead;
}

.counter-divider {
  padding: 0 12px;
  color: #857a63;
}

.chapters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.chapter {
  position: relative;
  border: 0;
  background: none;
  text-align: start;
  padding: 10px 0 17px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 46px;
  color: #abb3a7;
  transition: color 0.2s;
  font-size: 13px;
}

.chapter-number {
  font: 10px Consolas, monospace;
  color: #929b8e;
}

.chapter.is-current,
.chapter:hover {
  color: var(--paper);
}

.chapter.is-current .chapter-number {
  color: var(--gold);
}

.chapter-track {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  background: #ffffff26;
  height: 1px;
}

.chapter-track>span {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: var(--fill, 0%);
  height: 1px;
  background: var(--gold);
}

.asset-status {
  position: absolute;
  bottom: 146px;
  inset-inline-end: var(--gutter);
  max-width: 310px;
  padding: 10px 15px;
  background: #141813ee;
  border: 1px solid var(--line);
  font-size: 12px;
}

.retry {
  border: 0;
  border-bottom: 1px solid var(--gold);
  background: none;
  color: var(--gold);
  padding: 6px;
  margin-inline-start: 8px;
}

/* Sections Foundation */
.section-pad {
  padding: 88px var(--gutter) 100px;
}

.section-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 54px;
  gap: 20px;
  color: #d6deef;
}

.latin-label {
  font: 10px "Readex Pro", "Segoe UI", sans-serif;
  letter-spacing: 2px;
  direction: ltr;
  color: #9caed0;
}

.section-intro {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}

.section-intro h2,
.company h2,
.meeting h2 {
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -1.5px;
}

.muted-heading {
  color: #91a5cb;
}

.section-intro>p {
  max-width: 430px;
  color: #bdc9de;
  font-size: 17px;
  line-height: 2.1;
  margin-bottom: 7px;
}

/* Operations */
.operations {
  background: linear-gradient(180deg, #07152f 0%, #07152f 120px, rgba(7, 21, 47, 0) 280px),
              linear-gradient(145deg, #07152f 0%, #0a1e45 100%);
}

.operations-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 7vw;
  align-items: stretch;
}

.process-image {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #061027;
}

.process-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(3, 10, 27, 0.78));
  pointer-events: none;
}

.process-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: 35% center;
}

.process-image figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: #eef1f8;
  padding-top: 17px;
}

.operation-list article {
  display: flex;
  gap: 26px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.operation-list article:first-child {
  padding-top: 0;
}

.item-number {
  font: 11px Consolas, monospace;
  direction: ltr;
  color: var(--gold);
  padding-top: 10px;
}

.operation-list h3 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 11px;
  color: #f1f4fa;
}

.operation-list p {
  color: #bdc9de;
  font-size: 14px;
  line-height: 1.8;
}

/* Products */
.products {
  background: #0b2048;
  color: #f3f6fb;
  --line: rgba(205, 220, 247, 0.16);
}

.products .section-index .latin-label,
.products .muted-heading {
  color: #9bafd0;
}

.products .section-intro>p,
.product>p {
  color: #c3cee0;
}

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

.product-image {
  aspect-ratio: 3/2;
  background: #d8dce4;
  border: 1px solid rgba(201, 169, 106, 0.24);
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.product:hover img {
  transform: scale(1.025);
}

.product-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
}

.product-heading h3 {
  font-size: 27px;
  font-weight: 400;
  color: #f8f8f5;
}

.product-heading .latin-label {
  color: #a8b9d8;
  font-size: 9px;
}

.product>p {
  font-size: 14px;
  color: #c3cee0;
  margin-top: 12px;
  line-height: 1.9;
}

.product .text-link {
  margin-top: 20px;
  min-width: 140px;
}

/* Supply */
.supply {
  background: linear-gradient(145deg, #06142e, #0b2759);
}

.supply-copy {
  padding-bottom: 67px;
}

.supply h2 {
  font-size: clamp(36px, 4.7vw, 70px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.5;
}

.supply h2>span {
  color: #a9bad9;
}

.supply-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.supply-bottom p {
  font-size: 15px;
  line-height: 2;
  color: #c3cee2;
  max-width: 610px;
}

.supply-bottom .text-link {
  flex-shrink: 0;
}

.batch-image {
  position: relative;
  background: #030a1b;
}

.batch-image img {
  width: 100%;
  height: clamp(300px, 37vw, 580px);
  object-fit: cover;
  object-position: center 52%;
}

.batch-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 10, 27, 0.85), rgba(3, 10, 27, 0.06) 55%);
  pointer-events: none;
}

.batch-image figcaption {
  position: absolute;
  inset-inline: var(--gutter);
  bottom: 28px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f4f1e9;
  font-size: 12px;
}

/* Company */
.company {
  background: #0a1d42;
  color: #f4f6fb;
  --line: rgba(205, 220, 247, 0.16);
}

.company .section-index .latin-label {
  color: #9caed0;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.company h2 {
  font-size: clamp(38px, 4vw, 59px);
}

.company-logo {
  width: 190px;
  height: auto;
  margin-top: 35px;
  filter: none;
}

.company-statement {
  font-size: 23px;
  line-height: 1.9;
  max-width: 550px;
  color: #f1f4fa;
}

.support-note {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  margin-top: 28px;
  color: #d7dfed;
}

.support-dot {
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.location-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 38px;
  margin-top: 70px;
}

.location-row>span:first-child {
  font-size: 12px;
  color: #c2cde0;
}

.location-row address {
  font-size: 15px;
  line-height: 2;
  color: #c2cde0;
}

/* Meeting */
.meeting {
  background: #06142e;
  position: relative;
}

.meeting-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 7vw;
  overflow: hidden;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid rgba(201, 169, 106, 0.5);
  background: linear-gradient(135deg, rgba(14, 43, 91, 0.92), rgba(5, 17, 41, 0.96));
  box-shadow: inset 0 0 0 7px rgba(201, 169, 106, 0.035);
}

.meeting-shell:before,
.meeting-shell:after {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  border-color: var(--gold);
  opacity: 0.75;
  pointer-events: none;
}

.meeting-shell:before {
  inset-block-start: 12px;
  inset-inline-start: 12px;
  border-top: 1px solid;
  border-inline-start: 1px solid;
}

.meeting-shell:after {
  inset-block-end: 12px;
  inset-inline-end: 12px;
  border-bottom: 1px solid;
  border-inline-end: 1px solid;
}

.meeting-intro {
  position: relative;
  z-index: 1;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.meeting-overline {
  font-size: 10px !important;
  letter-spacing: 0.14em;
  line-height: 1.7 !important;
  color: var(--gold) !important;
  margin: 0 !important;
}

.meeting-intro h2 {
  font-size: clamp(44px, 4.7vw, 72px);
  font-weight: 400;
  letter-spacing: -2px;
  margin-top: 22px;
}

.meeting-intro>p:not(.meeting-overline) {
  font-size: 17px;
  line-height: 2;
  color: #c5d0e3;
  margin-top: 18px;
}

.contact-details {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.contact-details-heading {
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--gold);
  margin-bottom: 2px;
  opacity: 0.9;
}

.contact-channel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: rgba(3, 10, 27, 0.45);
  border: 1px solid rgba(201, 169, 106, 0.22);
  border-radius: 2px;
  color: #f3f6fc;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
  text-decoration: none;
}

.contact-channel:hover {
  border-color: var(--gold);
  background: rgba(201, 169, 106, 0.08);
  color: #fff;
  transform: translateY(-1px);
}

.channel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.channel-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: start;
}

.channel-label {
  font-size: 11px;
  color: #9cadca;
}

.channel-value {
  font-size: 13px;
  font-weight: 500;
  direction: ltr;
  unicode-bidi: embed;
  color: #edf2fa;
}

.meeting-form {
  position: relative;
  z-index: 1;
  padding-top: 4px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 24px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  min-width: 0;
  color: #e4eaf5;
}

.optional {
  color: #9fb0cf;
  font-size: 11px;
  display: contents;
}

.field-wide {
  grid-column: 1 / -1;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  min-width: 0;
  background: rgba(2, 10, 29, 0.46);
  border: 0;
  border-bottom: 1px solid rgba(197, 212, 240, 0.38);
  border-radius: 0;
  padding: 14px 0;
  min-height: 48px;
  outline-offset: 3px;
  font-size: 14px;
  color: #f8fafc;
}

textarea {
  resize: vertical;
  line-height: 1.9;
  padding-inline: 0;
}

input::placeholder,
textarea::placeholder {
  color: #9aabc9;
  font-size: 13px;
  opacity: 1;
}

select {
  padding-inline-end: 32px;
  cursor: pointer;
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(201, 169, 106, 0.75);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--gold);
  box-shadow: 0 5px 0 -4px var(--gold);
}

.form-footer {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.solid-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 54px;
  min-width: 260px;
  background: linear-gradient(135deg, #e4cca0 0%, #c9a96a 50%, #b38b47 100%);
  border: 1px solid rgba(255, 240, 205, 0.5);
  border-radius: 2px;
  color: #051024;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 14px 24px;
  box-shadow: 0 4px 20px rgba(201, 169, 106, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.solid-button:hover:not(:disabled) {
  background: linear-gradient(135deg, #edd6ab 0%, #d4b578 50%, #be9652 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 169, 106, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #020817;
}

.solid-button:active:not(:disabled) {
  transform: translateY(0);
}

.solid-button:disabled {
  opacity: 0.45;
  background: rgba(201, 169, 106, 0.15);
  border-color: rgba(201, 169, 106, 0.2);
  color: #8c9cb8;
  box-shadow: none;
  cursor: not-allowed;
}

.solid-button span {
  font-size: 18px;
  transition: transform 0.2s;
}

.solid-button:hover:not(:disabled) span {
  transform: translate(-3px, -3px);
}

[dir="ltr"] .header-meeting:hover span,
[dir="ltr"] .text-link:hover span,
[dir="ltr"] .solid-button:hover:not(:disabled) span {
  transform: translate(3px, -3px);
}

.form-footer p,
.form-status {
  color: #aebdd6;
  font-size: 12px;
  line-height: 1.8;
}

.form-status {
  margin-top: 17px;
}

.form-status a {
  color: var(--gold);
  text-decoration: underline;
}

/* Footer */
.site-footer {
  background: #030a1b;
  border-top: 1px solid rgba(205, 220, 247, 0.13);
  padding: 36px var(--gutter) 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
}

.footer-brand img {
  width: 165px;
  height: auto;
  filter: none;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: #a9b8d2;
}

.footer-contact a {
  color: #edf2fa;
  direction: ltr;
  unicode-bidi: embed;
  transition: color 0.2s;
}

.footer-contact a:hover {
  color: var(--gold);
}

.footer-sep {
  color: rgba(201, 169, 106, 0.4);
}

.site-footer p,
.site-footer>a:last-of-type {
  font-size: 11px;
  color: #a9b8d2;
}

.image-note {
  flex-basis: 100%;
  color: #a9b8d2;
  font-size: 10px;
}

/* Animations */
@keyframes scroll-pulse {
  to {
    transform: translateY(40px);
  }
}

/* Responsive Media Queries */
@media (min-width: 1550px) {
  .copy-stack {
    height: 305px;
  }

  .editorial {
    top: 27%;
  }
}

@media (max-width: 1100px) {
  .site-nav {
    gap: 22px;
  }

  .site-nav>a {
    font-size: 12px;
  }

  .language-slot {
    padding-inline-start: 16px;
    min-width: 65px;
  }

  .lang-switcher {
    gap: 9px;
    padding-inline-start: 14px;
    font-size: 12px;
  }

  .header-meeting {
    padding: 11px 14px;
    gap: 15px;
  }

  .section-intro {
    gap: 40px;
  }

  .operations-grid {
    gap: 45px;
  }

  .company-statement {
    font-size: 21px;
  }

  .meeting-grid {
    gap: 45px;
  }

  .product-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .editorial {
    width: 53%;
  }

  .copy-stack {
    height: 240px;
  }
}

@media (min-width: 761px) and (max-height: 760px) {
  :root {
    --header: 76px;
  }

  .stage {
    min-height: 540px;
  }

  .editorial {
    top: 24%;
  }

  .eyebrow {
    margin-bottom: 15px;
  }

  .editorial h1,
  .editorial h2 {
    font-size: 55px;
  }

  .copy-stack {
    height: 220px;
  }

  .description {
    margin-top: 14px;
  }

  .journey-footer {
    bottom: 20px;
  }

  .footer-meta {
    margin-bottom: 10px;
  }
}

@media (max-width: 900px) {
  :root {
    --gutter: 28px;
    --header: 76px;
  }

  .site-header {
    padding-inline: var(--gutter);
    gap: 16px;
    background: transparent;
  }

  .wordmark {
    gap: 7px;
  }

  .wordmark img {
    width: 130px;
    height: auto;
  }

  .wordmark-ar {
    font-size: 11px;
    line-height: 1.15;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 0;
    background: none;
    min-height: 44px;
    padding: 10px 0;
    font-size: 13px;
    color: #edf2fa;
    cursor: pointer;
  }

  .menu-lines {
    width: 21px;
    height: 10px;
    border-block: 1px solid var(--gold);
    transition: transform 0.2s;
  }

  .menu-open .menu-lines {
    transform: rotate(-45deg);
  }

  .site-nav {
    display: none;
    position: fixed;
    top: var(--header);
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    background: #07152f;
    padding: 20px var(--gutter) 28px;
    max-height: calc(100svh - var(--header));
    overflow: auto;
    border-bottom: 1px solid rgba(210, 222, 245, 0.16);
    box-shadow: 0 18px 30px #0003;
  }

  .site-nav.is-open {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-nav>a:not(.header-meeting) {
    font-size: 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .language-slot {
    border: 0;
    padding: 22px 0;
    font-size: 13px;
    min-width: 90px;
  }

  .lang-switcher {
    border-inline-start: none;
    padding: 16px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-block: 8px 14px;
  }

  .lang-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    min-height: 46px;
    font-size: 13.5px;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(210, 222, 245, 0.14);
    color: #cbd5e7;
    box-sizing: border-box;
  }

  .lang-link:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(201, 169, 106, 0.35);
  }

  .lang-link.is-active,
  .lang-link[aria-current="page"] {
    background: rgba(201, 169, 106, 0.14);
    border-color: rgba(201, 169, 106, 0.55);
    color: var(--gold);
    font-weight: 600;
  }

  .lang-link.is-active::after,
  .lang-link[aria-current="page"]::after {
    display: none;
  }

  .header-meeting {
    justify-content: space-between;
    padding: 14px;
    font-size: 15px;
  }

  .operations-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .operation-list h3 {
    font-size: 21px;
  }

  .operation-list article {
    gap: 18px;
  }

  .company-grid {
    grid-template-columns: 0.8fr 1fr;
    gap: 35px;
  }

  .location-row {
    gap: 20px;
  }

  .meeting-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 35px;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 20px;
    --header: 72px;
  }

  .site-header {
    padding-inline: var(--gutter);
    background: transparent;
  }

  .wordmark {
    gap: 6px;
  }

  .wordmark img {
    width: 115px;
  }

  .wordmark-ar {
    font-size: 11px;
    line-height: 1.12;
  }

  .journey.is-ready {
    height: 400svh;
  }

  .stage {
    min-height: 0;
    height: 100svh;
    display: grid;
    grid-template-rows: var(--header) auto 1fr 48px;
    grid-template-columns: 1fr;
    position: sticky;
    top: 0;
    overflow: hidden;
    contain: paint;
    background: var(--deep);
  }

  .poster,
  .hero-video,
  .fallback-layer {
    grid-row: 2;
    grid-column: 1;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 38svh;
    object-fit: contain;
    object-position: center;
    background: transparent;
  }

  .fallback-layer {
    opacity: 0;
    z-index: 2;
  }

  .hero-video {
    z-index: 2;
  }

  .poster,
  .fallback-layer {
    z-index: 3;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
  }

  .stage.video-ready .poster,
  .stage.video-ready .fallback-layer {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .stage.fallback-mode .poster,
  .stage.fallback-mode .fallback-layer {
    visibility: visible !important;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .vignette {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 10, 27, 0.4) 0%, rgba(3, 10, 27, 0) 25%, rgba(5, 17, 41, 0.35) 50%, #06142e 85%, #06142e 100%);
    pointer-events: none;
    z-index: 3;
  }

  .editorial {
    grid-row: 3;
    grid-column: 1;
    position: relative;
    align-self: center;
    top: auto;
    bottom: auto;
    inset-inline: auto;
    margin-inline: var(--gutter);
    width: auto;
    max-width: none;
    z-index: 4;
  }

  .eyebrow {
    font-size: 11px;
    margin-bottom: 12px;
    gap: 10px;
  }

  .hairline {
    width: 20px;
  }

  .copy-stack {
    height: 136px;
  }

  .scene-label {
    display: none;
  }

  .editorial h1,
  .editorial h2 {
    font-size: clamp(28px, 7.8vw, 38px);
    line-height: 1.24;
    letter-spacing: -1px;
    margin: 0;
  }

  .description {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.65;
    color: #cad5e8;
  }

  .text-link span {
    font-size: 20px;
  }

  .side-note,
  .footer-meta {
    display: none;
  }

  .journey-footer {
    grid-row: 4;
    grid-column: 1;
    position: relative;
    bottom: auto;
    inset-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    pointer-events: none;
    padding-bottom: 8px;
  }

  .journey-footer .scroll-cue {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    color: rgba(220, 230, 245, 0.72);
    letter-spacing: 0.04em;
  }

  .journey-footer .scroll-line {
    height: 16px;
    width: 1px;
    background: var(--gold);
    opacity: 0.85;
  }

  .chapters {
    gap: 15px;
  }

  .chapter {
    font-size: 11px;
    gap: 7px;
    padding-bottom: 11px;
    min-height: 44px;
  }

  .chapter-number {
    font-size: 9px;
  }

  .asset-status {
    top: calc(var(--header) + 12px);
    bottom: auto;
    inset-inline: var(--gutter);
    max-width: none;
    font-size: 11px;
  }

  .section-pad {
    padding: 60px var(--gutter) 65px;
  }

  .section-index {
    margin-bottom: 32px;
    padding-bottom: 19px;
    font-size: 11px;
    color: #cfd9ec;
  }

  .section-index .latin-label {
    font-size: 8px;
    letter-spacing: 1.6px;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 34px;
  }

  .section-intro h2,
  .company h2,
  .meeting h2 {
    font-size: 40px;
    line-height: 1.35;
    letter-spacing: -1.2px;
  }

  .section-intro>p {
    font-size: 15px;
    line-height: 2;
    max-width: none;
    margin: 0;
  }

  .operations,
  .products,
  .company,
  .meeting {
    background: #071a3d;
  }

  .operations-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .process-image img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4/3;
    object-position: 30% center;
  }

  .process-image figcaption {
    font-size: 10px;
  }

  .process-image .latin-label {
    font-size: 8px;
  }

  .operation-list article {
    padding: 21px 0;
    gap: 22px;
  }

  .operation-list h3 {
    font-size: 23px;
    margin-bottom: 7px;
  }

  .operation-list p {
    font-size: 13px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .product-image {
    margin-inline: 0;
    aspect-ratio: 3/2;
  }

  .product-heading {
    flex-direction: row;
    align-items: center;
    margin-top: 23px;
  }

  .product-heading h3 {
    font-size: 25px;
  }

  .product-heading .latin-label {
    font-size: 8px;
    letter-spacing: 1.2px;
  }

  .product>p {
    font-size: 13px;
    margin-top: 10px;
  }

  .product .text-link {
    margin-top: 13px;
    font-size: 13px;
  }

  .supply h2 {
    font-size: clamp(31px, 8vw, 43px);
    letter-spacing: -1.2px;
    line-height: 1.55;
  }

  .supply-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .supply-bottom p {
    font-size: 14px;
    line-height: 2;
  }

  .batch-image img {
    height: 300px;
  }

  .batch-image:after {
    background: linear-gradient(0deg, rgba(3, 10, 27, 0.85), rgba(3, 10, 27, 0.08) 60%);
  }

  .batch-image figcaption {
    font-size: 10px;
    bottom: 20px;
  }

  .batch-image .latin-label {
    font-size: 8px;
    letter-spacing: 1px;
  }

  .company-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .company-logo {
    width: 155px;
    margin-top: 22px;
  }

  .company-statement {
    font-size: 19px;
    line-height: 2;
  }

  .support-note {
    font-size: 12px;
    margin-top: 23px;
    gap: 9px;
  }

  .location-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
    padding-top: 28px;
  }

  .location-row address {
    font-size: 14px;
  }

  .meeting-shell {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 30px 22px;
  }

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

  .meeting-intro h2 {
    font-size: 48px;
  }

  .contact-details {
    margin-top: 28px;
    padding-top: 0;
  }

  .meeting-form {
    padding-top: 0;
  }

  .form-grid {
    gap: 24px 16px;
  }

  label {
    font-size: 12px;
    gap: 10px;
  }

  input,
  textarea,
  select {
    font-size: 16px;
    padding: 13px 0;
  }

  .form-footer {
    margin-top: 25px;
  }

  .solid-button {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
  }

  .form-footer p {
    font-size: 11px;
  }

  .site-footer {
    padding: 30px var(--gutter);
    gap: 22px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-brand {
    width: 100%;
    justify-content: flex-start;
  }

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

  .footer-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-sep {
    display: none;
  }

  .site-footer p {
    font-size: 10px;
  }

  .image-note {
    font-size: 9px;
  }
}

@media (max-width: 390px) {
  :root {
    --gutter: 20px;
  }

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

  .field-wide {
    grid-column: auto;
  }

  .section-intro h2,
  .company h2,
  .meeting h2 {
    font-size: 36px;
  }

  .product-heading h3 {
    font-size: 23px;
  }
}

@media (max-width: 760px) and (max-height: 650px) {
  .stage {
    grid-template-rows: var(--header) minmax(0, 1fr) 188px 62px;
  }

  .poster,
  .hero-video {
    height: calc(100% - var(--header) - 250px);
  }

  .eyebrow {
    font-size: 10px;
    margin-bottom: 9px;
  }

  .editorial h1,
  .editorial h2 {
    font-size: 33px;
  }

  .copy-stack {
    height: 121px;
  }

  .description {
    font-size: 12px;
    margin-top: 9px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  :root {
    --header: 64px;
  }

  .stage {
    display: block;
    min-height: 0;
    height: 100svh;
  }

  .poster,
  .hero-video {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vignette {
    background: linear-gradient(270deg, rgba(3, 10, 27, 0.93), rgba(5, 17, 41, 0.68) 43%, rgba(3, 10, 27, 0.08) 76%);
  }

  [dir="ltr"] .vignette {
    background: linear-gradient(90deg, rgba(3, 10, 27, 0.93), rgba(5, 17, 41, 0.68) 43%, rgba(3, 10, 27, 0.08) 76%);
  }

  .editorial {
    position: absolute;
    top: calc(var(--header) + 24px);
    inset-inline-start: var(--gutter);
    width: 52%;
    margin: 0;
  }

  .eyebrow,
  .scene-label {
    display: none;
  }

  .editorial h1,
  .editorial h2 {
    font-size: 35px;
    line-height: 1.2;
  }

  .copy-stack {
    height: 124px;
  }

  .description {
    font-size: 12px;
    margin-top: 9px;
  }

  .journey-footer {
    position: absolute;
    inset-inline: var(--gutter);
    bottom: 12px;
    margin: 0;
  }

  .footer-meta,
  .side-note {
    display: none;
  }

  .chapter {
    min-height: 40px;
    padding-bottom: 8px;
  }

  .asset-status {
    top: var(--header);
    bottom: auto;
  }
}

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

  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .journey.is-ready {
    height: 100svh;
  }

  .scroll-line {
    display: none;
  }
}