:root {
  --bg: #070a12;
  --bg-soft: #0e1422;
  --surface: #ffffff;
  --surface-soft: #f5f7fb;
  --text: #101828;
  --muted: #667085;
  --white: #ffffff;
  --red: #df1f2d;
  --red-dark: #a90f1b;
  --line: rgba(16, 24, 40, .12);
  --line-light: rgba(255,255,255,.14);
  --shadow: 0 28px 90px rgba(7, 10, 18, .18);
  --radius-lg: 34px;
  --radius-md: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--white); color: var(--text); padding: 10px 14px; border-radius: 12px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 18px 0;
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled { background: rgba(7, 10, 18, .78); backdrop-filter: blur(18px); box-shadow: 0 12px 50px rgba(0,0,0,.22); padding: 12px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 42px;
  padding: 0 19px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.72);
  background: rgba(255,255,255,.08);
  color: var(--white);
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 18px 42px rgba(0,0,0,.18);
}
.brand-copy { display: grid; gap: 2px; line-height: 1; }
.brand-copy small { font-size: 12px; font-weight: 900; letter-spacing: .16em; opacity: .86; white-space: nowrap; }
.site-nav { display: flex; gap: 4px; align-items: center; }
.site-nav a { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; padding: 10px 12px; border-radius: 999px; transition: color .2s, background .2s; }
.site-nav a:hover { color: var(--white); background: rgba(255,255,255,.1); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-light); border-radius: 999px; background: rgba(255,255,255,.07); color: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 18px; height: 2px; background: currentColor; border-radius: 999px; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--bg); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,10,18,.92) 0%, rgba(7,10,18,.74) 42%, rgba(7,10,18,.35) 100%), url('../img/hero-logistics.jpg') center/cover no-repeat; transform: scale(1.03); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 76%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--red); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.eyebrow::before, .section-kicker::before { content: ''; width: 28px; height: 2px; background: currentColor; border-radius: 999px; }
.hero h1 { max-width: 980px; margin: 26px 0 12px; font-size: clamp(48px, 9vw, 132px); line-height: .86; letter-spacing: -.075em; font-weight: 900; }
.hero-lead { max-width: 760px; margin: 0; font-size: clamp(25px, 3.4vw, 50px); line-height: 1.05; letter-spacing: -.045em; color: rgba(255,255,255,.92); font-weight: 760; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 850; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: var(--white); box-shadow: 0 20px 50px rgba(223,31,45,.28); }
.btn-primary:hover { background: #ef2b39; }
.btn-ghost { border: 1px solid var(--line-light); color: var(--white); background: rgba(255,255,255,.07); }
.hero-card { position: absolute; right: clamp(20px, 6vw, 90px); bottom: clamp(24px, 8vw, 84px); z-index: 2; width: min(360px, calc(100% - 40px)); padding: 22px; border: 1px solid var(--line-light); border-radius: var(--radius-md); background: rgba(255,255,255,.09); backdrop-filter: blur(18px); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.hero-card span { display: block; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 8px; }
.hero-card strong { display: block; font-size: 24px; line-height: 1.1; letter-spacing: -.03em; }

.section { padding: clamp(76px, 9vw, 128px) 0; }
.section-head { max-width: 860px; }
.section-head h2 { margin: 18px 0 0; font-size: clamp(34px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.section-head p { margin: 22px 0 0; color: var(--muted); font-size: 19px; }
.mission-section { background: var(--surface); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px; }
.value-card { position: relative; min-height: 360px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, #fff 0%, #f8f9fc 100%); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.value-card::after { content: ''; position: absolute; width: 160px; height: 160px; border-radius: 50%; right: -70px; top: -70px; background: rgba(223,31,45,.08); }
.value-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(223,31,45,.25); }
.value-number { color: rgba(223,31,45,.9); font-weight: 950; font-size: 13px; letter-spacing: .14em; }
.value-card h3 { margin: 72px 0 12px; font-size: 26px; letter-spacing: -.035em; }
.value-card p { margin: 0; color: var(--muted); font-size: 15px; }

.about-section { color: var(--white); background: radial-gradient(circle at 80% 0%, rgba(223,31,45,.2), transparent 34%), var(--bg); }
.split-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(30px, 7vw, 92px); align-items: center; }
.about-section .section-head h2, .partners-section .section-head h2 { color: inherit; }
.about-panel, .partners-copy { padding: clamp(28px, 4vw, 46px); border-radius: var(--radius-lg); border: 1px solid var(--line-light); background: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.about-panel p { margin: 0; font-size: clamp(22px, 3vw, 34px); line-height: 1.2; letter-spacing: -.04em; color: rgba(255,255,255,.9); font-weight: 730; }

.info-section { background: var(--surface-soft); }
.investment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.investment-card { min-height: 278px; padding: 30px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 70px rgba(16,24,40,.06); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.investment-card::before { content: ''; position: absolute; inset: auto -20px -60px auto; width: 180px; height: 180px; border-radius: 50%; background: rgba(223,31,45,.08); }
.investment-value { position: relative; z-index: 1; display: block; max-width: 100%; font-size: clamp(38px, 4.6vw, 66px); line-height: .92; font-weight: 950; letter-spacing: -.065em; color: var(--red); overflow-wrap: normal; }
.investment-card--remaining .investment-value { font-size: clamp(36px, 4.2vw, 58px); letter-spacing: -.06em; }
.investment-card h3 { position: relative; z-index: 1; max-width: 420px; margin: 38px 0 0; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }

.photo-section { background: var(--surface); }
.photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px; }
.photo-card { position: relative; min-height: 360px; padding: 0; border: 0; border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; background: #111; box-shadow: 0 18px 70px rgba(16,24,40,.13); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .6s ease, filter .6s ease; }
.photo-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,.68)); }
.photo-card span { position: absolute; left: 24px; bottom: 24px; z-index: 2; color: var(--white); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.12); backdrop-filter: blur(12px); border-radius: 999px; padding: 10px 16px; font-weight: 850; }
.photo-card:hover img { transform: scale(1.06); filter: saturate(1.08); }

.partners-section { color: var(--white); background: linear-gradient(135deg, #101828 0%, #070a12 70%); }
.partners-copy p { margin: 0; color: rgba(255,255,255,.78); font-size: 19px; }
.partners-copy p + p { margin-top: 20px; }
.contact-section { background: var(--surface-soft); }
.contact-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px, 5vw, 70px); padding: clamp(34px, 6vw, 72px); color: var(--white); border-radius: calc(var(--radius-lg) + 12px); background: radial-gradient(circle at 100% 0%, rgba(223,31,45,.28), transparent 30%), linear-gradient(135deg, #111827 0%, #070a12 100%); box-shadow: var(--shadow); }
.contact-card h2 { margin: 18px 0 0; font-size: clamp(32px, 4.7vw, 62px); line-height: 1; letter-spacing: -.055em; }
.contact-grid { display: grid; gap: 18px; }
.contact-item { border: 1px solid var(--line-light); border-radius: var(--radius-md); padding: 24px; background: rgba(255,255,255,.07); }
.contact-item span { display: block; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 900; margin-bottom: 12px; }
.contact-item p { margin: 0; color: rgba(255,255,255,.88); font-size: 18px; }
.contact-item p + p { margin-top: 8px; }
.site-footer { color: rgba(255,255,255,.72); background: #05070d; padding: 26px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; font-size: 14px; }
.footer-inner span { font-weight: 900; letter-spacing: .12em; }
.footer-inner a:hover { color: var(--white); }

.lightbox { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 24px; background: rgba(3, 5, 10, .88); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(1180px, 96vw); max-height: 86vh; border-radius: 22px; box-shadow: 0 30px 120px rgba(0,0,0,.45); }
.lightbox-close { position: absolute; right: 24px; top: 20px; width: 48px; height: 48px; border-radius: 999px; border: 1px solid var(--line-light); background: rgba(255,255,255,.1); color: var(--white); font-size: 32px; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .investment-grid { grid-template-columns: 1fr; }
  .investment-card { min-height: 220px; }
  .investment-value, .investment-card--remaining .investment-value { font-size: clamp(42px, 9vw, 76px); }
}

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { position: fixed; left: 20px; right: 20px; top: 74px; display: grid; gap: 6px; padding: 16px; border: 1px solid var(--line-light); border-radius: 24px; background: rgba(7,10,18,.94); box-shadow: 0 20px 60px rgba(0,0,0,.28); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .site-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 13px 14px; }
  .values-grid, .investment-grid, .photo-grid, .split-layout, .contact-card { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .value-card h3 { margin-top: 58px; }
  .hero-card { position: relative; right: auto; bottom: auto; margin: 42px auto 34px; }
}

@media (max-width: 620px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .brand { gap: 10px; }
  .brand-badge { min-width: 64px; height: 38px; padding: 0 15px; font-size: 16px; }
  .brand-copy small { display: none; }
  .hero { min-height: 92svh; }
  .hero h1 { font-size: clamp(42px, 18vw, 74px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .section { padding: 68px 0; }
  .photo-card { min-height: 260px; border-radius: 24px; }
  .contact-card, .about-panel, .partners-copy { border-radius: 26px; }
  .footer-inner { flex-direction: column; }
}
