/* ============================================================
   Al-Ghanim Holding Group — English Version
   Dark Navy + Gold Luxury Corporate Design
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0A1628;
  --navy-mid: #0D1F3C;
  --navy-light: #112040;
  --navy-card: #0F1E38;
  --gold: #C4A054;
  --gold-light: #D4B474;
  --gold-dim: rgba(196,160,84,0.15);
  --gold-border: rgba(196,160,84,0.3);
  --white: #FFFFFF;
  --off-white: #F0EDE6;
  --text-muted: rgba(240,237,230,0.6);
  --text-dim: rgba(240,237,230,0.4);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Montserrat', sans-serif;
  --section-pad: 110px 0;
  --container: 1180px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--navy);
  color: var(--off-white);
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--navy); }
::-webkit-scrollbar-thumb { background: var(--gold-border); border-radius: 3px; }

/* ---- CONTAINER ---- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
}

/* ---- NAV ---- */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(10, 22, 40, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gold-border);
}

.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-mark svg {
  width: 38px; height: 38px;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-name {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--off-white);
  letter-spacing: 0.02em;
}

.logo-sub {
  font-family: var(--font-sans);
  font-size: 0.52rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 36px;
  align-items: center;
}

.nav-links a {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--off-white);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s;
  opacity: 0.8;
}

.nav-links a:hover,
.nav-links a.nav-highlight {
  color: var(--gold);
  opacity: 1;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--gold);
}

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 40px 190px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('hero.png') center center / cover no-repeat;
  z-index: 0;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(90deg, rgba(8,16,30,0.82) 0%, rgba(8,16,30,0.55) 50%, rgba(8,16,30,0.15) 100%),
    linear-gradient(180deg, rgba(8,16,30,0.3) 0%, transparent 40%, rgba(8,16,30,0.5) 100%);
}

.fibonacci-spiral {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 680px;
  height: 680px;
  z-index: 2;
  opacity: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid var(--gold-border);
  padding: 14px 22px;
  margin-bottom: 48px;
  background: rgba(196,160,84,0.04);
}

.badge-years {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.badge-jubilee {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
}

.badge-sub {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.hero-title {
  display: flex;
  flex-direction: column;
  line-height: 1.0;
  margin-bottom: 30px;
}

.title-white {
  font-family: var(--font-serif);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 700;
  color: var(--off-white);
  letter-spacing: -0.01em;
}

.title-gold-italic {
  font-family: var(--font-serif);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 400;
  font-style: italic;
  color: var(--gold);
  letter-spacing: -0.01em;
}

.hero-desc {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-muted);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--gold);
  color: var(--navy);
}

.hero-stats {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  display: flex;
  border-top: 1px solid var(--gold-border);
  background: rgba(10,22,40,0.7);
  backdrop-filter: blur(8px);
}

.stat-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 16px;
  border-right: 1px solid var(--gold-border);
  gap: 4px;
}

.stat-box:last-child { border-right: none; }

.stat-num {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.stat-label {
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
}

.scroll-down {
  position: absolute;
  bottom: 90px;
  right: 60px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--gold);
  opacity: 0.7;
  transition: opacity 0.3s;
}

.scroll-down:hover { opacity: 1; }

.scroll-down span {
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

/* ---- SECTIONS ---- */
.section { padding: var(--section-pad); position: relative; }

.section-label {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.section-label::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: var(--off-white);
  line-height: 1.2;
  margin-bottom: 40px;
}

.section-title em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.section-title.centered { text-align: center; }

.section-sub {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
  max-width: 600px;
  margin: -28px auto 56px;
  line-height: 1.8;
}

.body-text {
  font-family: var(--font-sans);
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 28px;
}

/* ---- ABOUT ---- */
.about-section { background: var(--navy-mid); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.tag-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
}

.pill {
  font-family: var(--font-sans);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--gold);
  border: 1px solid var(--gold-border);
  padding: 6px 14px;
  text-transform: uppercase;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
}

.about-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 20px 22px;
  background: var(--navy-mid);
}

.astat-num {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
}

.astat-label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--off-white);
}

.astat-sub {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  color: var(--text-dim);
  letter-spacing: 0.04em;
}

.about-image {
  position: relative;
}

.img-frame {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.boardroom {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0d1e38 0%, #162a4a 50%, #0a1628 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.boardroom::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    repeating-linear-gradient(
      90deg,
      rgba(196,160,84,0.03) 0px,
      rgba(196,160,84,0.03) 1px,
      transparent 1px,
      transparent 80px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(196,160,84,0.03) 0px,
      rgba(196,160,84,0.03) 1px,
      transparent 1px,
      transparent 80px
    );
}

.boardroom::after {
  content: 'AL-GHANIM\A HOLDING GROUP';
  white-space: pre;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 300;
  color: rgba(196,160,84,0.2);
  text-align: center;
  letter-spacing: 0.3em;
}

.img-gold-border {
  position: absolute;
  inset: -8px;
  border: 1px solid var(--gold-border);
  pointer-events: none;
  z-index: 1;
}

/* ---- FOUNDATIONS ---- */
.foundations-section { background: var(--navy); }

.cards-grid.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
}

.foundation-card {
  background: var(--navy-card);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.3s;
}

.foundation-card:hover { background: #101e38; }

.card-icon svg {
  width: 48px; height: 48px;
}

.foundation-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--off-white);
  margin: 0;
}

.foundation-card p {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin: 0;
}

/* ---- SUBSIDIARIES ---- */
.subsidiaries-section { background: var(--navy-mid); }

.companies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
}

.company-card {
  background: var(--navy-card);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 0.3s;
}

.company-card:hover { background: #0f1e38; }

.company-num {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 300;
  color: var(--gold);
  opacity: 0.5;
  line-height: 1;
}

.company-sector {
  font-family: var(--font-sans);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
}

.company-name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--off-white);
  margin: 0;
  line-height: 1.3;
}

.company-desc {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin: 0;
}

/* ---- SECTORS ---- */
.sectors-section { background: var(--navy); }

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
  margin-bottom: 60px;
}

.sector-card {
  background: var(--navy-card);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 0.3s;
}

.sector-card:hover { background: #0f1e38; }

.sector-roman {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--gold);
  opacity: 0.6;
  line-height: 1;
}

.sector-card h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--off-white);
  line-height: 1.3;
}

.sector-card p {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.8;
}

.sector-quote {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--off-white);
  border-left: 3px solid var(--gold);
  padding: 8px 0 8px 32px;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 16px;
  opacity: 0.85;
}

.quote-sub {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  text-align: center;
}

/* ---- PRESENCE ---- */
.presence-section { background: var(--navy-mid); }

.offices-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
}

.office-card {
  background: var(--navy-card);
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  transition: background 0.3s;
}

.office-card:hover { background: #0f1e38; }

.office-card.main-office {
  background: rgba(196,160,84,0.05);
}

.office-icon svg { width: 32px; height: 32px; }

.office-city {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--off-white);
}

.office-country {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--gold);
  text-transform: uppercase;
}

.office-role {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ---- NEWS ---- */
.news-section { background: var(--navy); }

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
}

.news-card {
  background: var(--navy-card);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.3s;
  position: relative;
}

.news-card:hover { background: #0f1e38; }

.news-card.featured {
  grid-column: 1 / -1;
  background: rgba(196,160,84,0.04);
  padding: 48px 40px;
  border-bottom: 1px solid var(--gold-border);
}

.news-tag {
  font-family: var(--font-sans);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid var(--gold-border);
  padding: 4px 10px;
  width: fit-content;
}

.news-date {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  color: var(--text-dim);
  letter-spacing: 0.1em;
}

.news-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--off-white);
  line-height: 1.35;
}

.news-card.featured .news-title {
  font-size: 1.7rem;
  max-width: 800px;
}

.news-body {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.9;
  flex: 1;
}

.news-meta {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(196,160,84,0.12);
}

.news-source {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  color: var(--text-dim);
  letter-spacing: 0.08em;
  font-style: italic;
}

/* ---- VALUES ---- */
.values-section { background: var(--navy-mid); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
}

.value-card {
  background: var(--navy-card);
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 0.3s;
}

.value-card:hover { background: #0f1e38; }

.value-num {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--gold);
  opacity: 0.4;
  line-height: 1;
}

.value-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--off-white);
}

.value-card p {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ---- IDENTITY ---- */
.identity-section { background: var(--navy); }

.identity-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
}

.identity-card {
  background: var(--navy-card);
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  transition: background 0.3s;
}

.identity-card:hover { background: #0f1e38; }

.identity-monogram {
  width: 52px; height: 52px;
  background: var(--navy);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.identity-monogram span {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold);
}

.identity-name {
  font-family: var(--font-serif);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--off-white);
  line-height: 1.3;
}

.identity-tag {
  font-family: var(--font-sans);
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
}

/* ---- JUBILEE ---- */
.jubilee-section {
  background: var(--navy-mid);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.jubilee-bg-spiral {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  pointer-events: none;
  z-index: 0;
}

.jubilee-section .container { position: relative; z-index: 1; }

.jubilee-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}

.jubilee-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.jubilee-year {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.jubilee-label {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.jubilee-divider {
  width: 1px;
  height: 80px;
  background: var(--gold-border);
}

/* ---- CONTACT ---- */
.contact-section { background: var(--navy); }

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
  max-width: 860px;
  margin: 0 auto;
}

.contact-card {
  background: var(--navy-card);
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  transition: background 0.3s;
}

.contact-card:hover { background: #0f1e38; }

.contact-icon svg { width: 32px; height: 32px; }

.contact-type {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
}

.contact-value {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--off-white);
}

.contact-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s;
}

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

/* ---- FOOTER ---- */
.footer {
  background: #07101f;
  border-top: 1px solid var(--gold-border);
  padding: 70px 0 0;
}

.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.footer-logo-name {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--off-white);
}

.footer-logo-sub {
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
}

.footer-tagline {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--text-dim);
  line-height: 1.8;
  max-width: 320px;
}

.footer-col-title {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul a {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.25s;
}

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

.footer-bottom {
  max-width: var(--container);
  margin: 0 auto;
  padding: 20px 40px;
  border-top: 1px solid var(--gold-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  color: var(--text-dim);
  letter-spacing: 0.05em;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.25s;
}

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

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .companies-grid,
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .news-card.featured { grid-column: 1 / -1; }
  .identity-grid { grid-template-columns: repeat(3, 1fr); }
  .offices-grid { grid-template-columns: repeat(3, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  :root { --section-pad: 72px 0; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: rgba(10,22,40,0.98); padding: 24px 40px; gap: 20px; border-bottom: 1px solid var(--gold-border); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .hero { padding: 100px 24px 160px; }
  .fibonacci-spiral { width: 400px; height: 400px; opacity: 0.3; right: -100px; }
  .hero-stats { flex-wrap: wrap; }
  .stat-box { min-width: 50%; border-bottom: 1px solid var(--gold-border); }
  .companies-grid,
  .cards-grid.three-col,
  .sectors-grid,
  .news-grid { grid-template-columns: 1fr; }
  .offices-grid { grid-template-columns: repeat(2, 1fr); }
  .identity-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .jubilee-stats { flex-direction: column; gap: 32px; }
  .jubilee-divider { width: 60px; height: 1px; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .container { padding: 0 24px; }
  .nav-inner { padding: 0 24px; }
}
