:root {
  --galibi-dark: #191419;
  --galibi-red: #D60C08;
  --galibi-gold: #E6A229;
  --galibi-orange: #DE6919;
  --ink: #201c22;
  --ink-soft: #565058;
  --bg: #ffffff;
  --bg-alt: #FAF6EF;
  --border: #ECE5D8;
  --radius: 14px;
  --shadow: 0 12px 30px -14px rgba(25,20,25,0.18);
  --font-head: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-head); margin: 0 0 .5em; color: var(--galibi-dark); line-height: 1.15; }

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--galibi-orange);
  margin: 0 0 .6em;
}
.eyebrow.center { text-align: center; }
.center { text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85em 1.6em;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--galibi-red);
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(214,12,8,.55);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -10px rgba(214,12,8,.6); }
.btn-outline {
  border-color: var(--galibi-dark);
  color: var(--galibi-dark);
  background: transparent;
}
.btn-outline:hover { background: var(--galibi-dark); color: #fff; }

/* header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.topbar {
  background: var(--galibi-dark);
  color: #f2ece0;
  font-size: .82rem;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 24px;
}
.topbar-contacts { display: flex; gap: 24px; }
.topbar-inner a:hover { color: var(--galibi-gold); }

.lang-switch { display: flex; gap: 6px; }
.lang-btn {
  background: transparent;
  border: 1px solid rgba(242,236,224,.35);
  color: #f2ece0;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 3px 9px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-body);
}
.lang-btn.active {
  background: var(--galibi-gold);
  border-color: var(--galibi-gold);
  color: var(--galibi-dark);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
}
.brand img { height: 42px; width: auto; }
.main-nav {
  display: flex;
  gap: 32px;
}
.main-nav a {
  font-weight: 600;
  font-size: .95rem;
  color: var(--ink);
  position: relative;
}
.main-nav a:hover { color: var(--galibi-red); }
.nav-cta { display: inline-flex; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--galibi-dark);
}
.mobile-nav {
  display: none;
  flex-direction: column;
  padding: 0 24px 16px;
}
.mobile-nav a {
  padding: 10px 0;
  font-weight: 600;
  border-top: 1px solid var(--border);
}
.mobile-nav.open { display: flex; }

@media (max-width: 860px) {
  .main-nav, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .topbar-inner { font-size: .74rem; gap: 14px; }
}

/* hero */
.hero {
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at 85% 15%, rgba(230,162,41,.16), transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(214,12,8,.10), transparent 40%),
    var(--bg-alt);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 800;
}
.hero-sub {
  font-size: 1.08rem;
  color: var(--ink-soft);
  max-width: 46ch;
  margin: 0 0 1.8em;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.product-chip {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 14px;
  text-align: center;
}
.chip-frame {
  width: 160px;
  height: 160px;
  margin: 0 auto 12px;
  border-radius: 999px;
  padding: 10px;
  background: conic-gradient(from -45deg, #a9784c, #6f4423, #c99a63, #5c3a1e, #a9784c);
  box-shadow: inset 0 3px 7px rgba(0,0,0,.45), 0 8px 18px -6px rgba(66,38,15,.5);
}
.product-chip img {
  border-radius: 999px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: inset 0 3px 8px rgba(0,0,0,.3);
}
.product-chip span {
  font-weight: 700;
  font-size: .85rem;
  color: var(--galibi-dark);
}

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-products { max-width: 460px; margin: 0 auto; }
}
@media (max-width: 480px) {
  .chip-frame { width: 120px; height: 120px; }
}

/* stats */
.stats {
  background: var(--galibi-dark);
  color: #fff;
  padding: 30px 0;
}
.stats-banner {
  margin: 0;
  text-align: center;
  font-family: var(--font-head);
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  font-weight: 600;
  color: #f2ece0;
}
.stats-banner strong {
  color: var(--galibi-gold);
  font-weight: 800;
}

/* generic section */
.section { padding: 88px 0; }
.section-alt { background: var(--bg-alt); }

/* about */
.about-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 56px;
}
.about-text p { color: var(--ink-soft); }
.rif-badge {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  font-weight: 700;
  font-size: .85rem;
  color: var(--galibi-dark);
}
.about-facts {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.about-facts h3 { font-size: 1.05rem; margin-bottom: 1em; }
.fact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
}
.fact-item:first-of-type { border-top: none; }
.fact-item strong { color: var(--galibi-dark); }
.fact-item span { color: var(--ink-soft); font-size: .9rem; }

@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; }
}

/* business lines */
.lines-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}
.line-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}
.line-icon { font-size: 2rem; margin-bottom: .3em; }
.line-kicker {
  color: var(--galibi-orange);
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: -.4em;
}
.line-card p { color: var(--ink-soft); }
.line-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.line-list li {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--galibi-dark);
}
.line-list-tags li {
  background: rgba(214,12,8,.06);
  border-color: rgba(214,12,8,.18);
  color: var(--galibi-red);
}
.line-list-secondary li {
  background: rgba(230,162,41,.10);
  border-color: rgba(230,162,41,.28);
  color: var(--galibi-orange);
}
.line-goal {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed var(--border);
  color: var(--galibi-dark) !important;
}

@media (max-width: 860px) {
  .lines-grid { grid-template-columns: 1fr; }
}

/* export gallery */
.export-gallery {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.export-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 3 / 4;
  background: var(--galibi-dark);
}
.export-media img,
.export-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.export-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 12px 10px;
  background: linear-gradient(to top, rgba(0,0,0,.72), transparent);
  color: #fff;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 860px) {
  .export-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .export-gallery { grid-template-columns: 1fr 1fr; gap: 12px; }
  .export-caption { font-size: .72rem; }
}

/* contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}
.contact-lead { color: var(--ink-soft); margin-bottom: 1.6em; }
.contact-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
}
.contact-label {
  font-weight: 700;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--galibi-orange);
}
.contact-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.contact-map {
  min-height: 320px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* new developments */
.devs-intro {
  max-width: 62ch;
  margin: 0 auto 8px;
  color: var(--ink-soft);
}
.dev-badge {
  display: inline-block;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  color: var(--ink-soft);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.spec-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.spec-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 0;
  border-top: 1px solid var(--border);
}
.spec-list li:first-child { border-top: none; }
.spec-list li span {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .7rem;
  font-weight: 700;
  color: var(--galibi-orange);
}
.spec-list li strong {
  color: var(--galibi-dark);
  font-weight: 600;
  font-size: .92rem;
}

/* footer */
.site-footer {
  background: var(--galibi-dark);
  color: #cfc8bc;
  padding: 40px 0;
  text-align: center;
}
.footer-logo {
  height: 34px;
  margin: 0 auto 14px;
  filter: brightness(0) invert(1);
  opacity: .9;
}
.footer-copy { font-size: .8rem; color: #948d82; }
