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

:root {
  --gold: #c9a84c;
  --gold-light: #e2c77e;
  --gold-dark: #9a7b30;
  --bg-dark: #0a0a0a;
  --bg-card: #111111;
  --bg-card-alt: #151515;
  --text-light: #d4d0c8;
  --text-muted: #8a8477;
  --green: #4a7c34;
  --red: #b22222;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--bg-dark);
  color: var(--text-light);
  overflow-x: hidden;
}

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

/* ── NAVBAR ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  transition: background 0.3s;
}
.nav-inner {
  max-width: 1320px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 75px;
}
.logo { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.logo-main { font-family: 'Cinzel', serif; font-size: 32px; font-weight: 800; color: var(--gold); letter-spacing: 3px; }
.logo-sub {
  font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 600;
  letter-spacing: 5px; color: var(--gold-light); text-transform: uppercase;
  margin-top: 2px; border-top: 1px solid var(--gold-dark); border-bottom: 1px solid var(--gold-dark); padding: 2px 8px;
}
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a {
  text-decoration: none; color: var(--text-light);
  font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 8px 14px; transition: color 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta {
  text-decoration: none; color: var(--gold) !important;
  font-size: 11px !important; font-weight: 600 !important; letter-spacing: 2px !important; text-transform: uppercase;
  border: 1px solid var(--gold) !important; padding: 10px 22px !important; transition: all 0.3s !important;
}
.nav-cta:hover { background: var(--gold); color: #0a0a0a !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { width: 24px; height: 2px; background: var(--gold); transition: 0.3s; }
.mobile-menu { display: none; position: fixed; top: 75px; left: 0; right: 0; bottom: 0; background: rgba(10,10,10,0.98); z-index: 99; padding: 40px; }
.mobile-menu.open { display: flex; flex-direction: column; gap: 20px; align-items: center; }
.mobile-menu a { text-decoration: none; color: var(--text-light); font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 10px; }
.mobile-menu a:hover { color: var(--gold); }

/* ── PAGE HERO (interior pages) ── */
.page-hero {
  position: relative; min-height: 46vh; display: flex; align-items: center;
  padding-top: 75px; overflow: hidden;
}
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.75) 0%, rgba(10,10,10,0.92) 100%);
}
.page-hero-content { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; padding: 60px 40px; width: 100%; }
.page-hero-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 14px; }
.page-hero-title { font-family: 'Cinzel', serif; font-size: 46px; font-weight: 700; color: var(--gold); }
.page-hero-desc { margin-top: 16px; max-width: 620px; color: var(--text-muted); line-height: 1.8; font-size: 14px; }

/* ── HERO (home) ── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.5) 50%, rgba(10,10,10,0.2) 100%),
    url('https://images.pexels.com/photos/19969943/pexels-photo-19969943.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=1200&w=2000') center center / cover no-repeat;
}
.hero-globe {
  position: absolute; right: -5%; top: 5%; width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(201,168,76,0.25) 0%, transparent 55%),
    radial-gradient(circle at 60% 60%, rgba(201,168,76,0.1) 0%, transparent 50%);
  border: 1.5px solid rgba(201,168,76,0.3);
  box-shadow: 0 0 120px rgba(201,168,76,0.15), inset 0 0 80px rgba(201,168,76,0.08);
  animation: globeRotate 60s linear infinite; overflow: hidden;
}
.hero-globe::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(201,168,76,0.08) 28px, rgba(201,168,76,0.08) 29px),
    repeating-linear-gradient(90deg, transparent, transparent 28px, rgba(201,168,76,0.08) 28px, rgba(201,168,76,0.08) 29px);
  border-radius: 50%;
  mask-image: radial-gradient(circle, black 48%, transparent 52%);
  -webkit-mask-image: radial-gradient(circle, black 48%, transparent 52%);
}
.hero-globe::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.06) 0%, transparent 60%); border-radius: 50%; }
@keyframes globeRotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.continent-dots { position: absolute; inset: 0; border-radius: 50%; overflow: hidden; }
.continent-dots::before {
  content: ''; position: absolute; width: 100%; height: 100%;
  background-image: radial-gradient(circle 2px, rgba(201,168,76,0.5) 100%, transparent 100%);
  background-size: 12px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 700'%3E%3Cellipse cx='300' cy='200' rx='100' ry='80' fill='white'/%3E%3Cellipse cx='350' cy='350' rx='60' ry='100' fill='white'/%3E%3Cellipse cx='450' cy='280' rx='80' ry='60' fill='white'/%3E%3Cellipse cx='500' cy='380' rx='50' ry='50' fill='white'/%3E%3Cellipse cx='200' cy='320' rx='70' ry='50' fill='white'/%3E%3Cellipse cx='550' cy='200' rx='40' ry='70' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 700'%3E%3Cellipse cx='300' cy='200' rx='100' ry='80' fill='white'/%3E%3Cellipse cx='350' cy='350' rx='60' ry='100' fill='white'/%3E%3Cellipse cx='450' cy='280' rx='80' ry='60' fill='white'/%3E%3Cellipse cx='500' cy='380' rx='50' ry='50' fill='white'/%3E%3Cellipse cx='200' cy='320' rx='70' ry='50' fill='white'/%3E%3Cellipse cx='550' cy='200' rx='40' ry='70' fill='white'/%3E%3C/svg%3E");
  mask-size: cover; -webkit-mask-size: cover;
  animation: globeRotate 60s linear infinite reverse;
}
.hero-content { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; padding: 140px 40px 80px; width: 100%; }
.hero-title { font-family: 'Cinzel', serif; font-size: 82px; font-weight: 800; color: var(--gold); line-height: 0.95; margin-bottom: 0; }
.hero-title-right { font-family: 'Cinzel', serif; font-size: 42px; font-weight: 400; color: var(--text-light); letter-spacing: 10px; display: block; margin-top: 5px; }
.hero-title-corp {
  font-family: 'Cinzel', serif; font-size: 28px; font-weight: 400; color: var(--text-muted); letter-spacing: 8px;
  display: block; margin-top: 0; position: relative; padding-bottom: 10px;
}
.hero-title-corp::before, .hero-title-corp::after { content: ''; position: absolute; top: 50%; height: 1px; width: 60px; background: var(--gold-dark); }
.hero-title-corp::before { left: -70px; }
.hero-title-corp::after { right: auto; left: calc(100% + 10px); }
.hero-tagline { font-size: 14px; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; color: var(--gold-light); margin-top: 40px; }
.hero-divider { width: 100px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); margin: 20px 0; position: relative; }
.hero-divider::after { content: '◆'; position: absolute; right: -16px; top: -7px; font-size: 10px; color: var(--gold); }
.hero-desc { font-size: 14px; line-height: 1.9; color: var(--text-muted); max-width: 480px; margin-top: 10px; }
.hero-btn {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; text-decoration: none; color: var(--gold);
  font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; border: 1px solid var(--gold-dark); padding: 14px 30px; transition: all 0.3s;
  background: none; cursor: pointer; font-family: inherit;
}
.hero-btn:hover { background: var(--gold); color: #0a0a0a; border-color: var(--gold); }
.hero-btn svg { width: 14px; height: 14px; fill: currentColor; }

/* ── SECTION HEADINGS ── */
.section-heading { text-align: center; padding: 70px 20px 40px; }
.section-heading h2 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 8px; text-transform: uppercase; color: var(--text-light); }
.section-heading p { max-width: 560px; margin: 14px auto 0; color: var(--text-muted); font-size: 13px; line-height: 1.8; }
.section-heading .divider { width: 80px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 14px auto 0; position: relative; }
.section-heading .divider::after { content: '◆'; position: absolute; left: 50%; top: -7px; transform: translateX(-50%); font-size: 9px; color: var(--gold); }

/* ── BUSINESSES GRID (photo cards) ── */
.businesses { max-width: 1320px; margin: 0 auto; padding: 0 40px 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.biz-card {
  background: var(--bg-card); border: 1px solid rgba(201,168,76,0.15); border-radius: 6px;
  overflow: hidden; transition: all 0.4s; position: relative; text-decoration: none; color: inherit; display: block;
}
.biz-card:hover { border-color: rgba(201,168,76,0.4); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.45); }
.biz-photo { position: relative; width: 100%; height: 160px; overflow: hidden; background: #000; }
.biz-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; filter: saturate(0.9) brightness(0.85); }
.biz-card:hover .biz-photo img { transform: scale(1.08); }
.biz-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(10,10,10,0.9) 100%); }
.biz-sector-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: 8.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: #0a0a0a; background: var(--gold-light); padding: 4px 9px; border-radius: 2px;
}
.biz-body { padding: 22px 20px 24px; text-align: center; }
.biz-name { font-family: 'Cinzel', serif; font-size: 18px; font-weight: 700; color: var(--gold); letter-spacing: 2px; margin-bottom: 2px; }
.biz-sub { font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
.biz-motto { font-size: 10px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 18px; line-height: 1.6; min-height: 32px; }
.biz-link { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-dark); text-decoration: none; transition: color 0.3s; }
.biz-card:hover .biz-link { color: var(--gold-light); }
.biz-link svg { width: 10px; height: 10px; fill: currentColor; }

/* ── VALUES BAR ── */
.values-bar { max-width: 1320px; margin: 0 auto; padding: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; border-top: 1px solid rgba(201,168,76,0.12); }
.value-item { display: flex; align-items: flex-start; gap: 16px; }
.value-icon { flex-shrink: 0; width: 48px; height: 48px; border: 1px solid rgba(201,168,76,0.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.value-icon svg { width: 22px; height: 22px; }
.value-title { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.value-desc { font-size: 12px; color: var(--text-muted); line-height: 1.6; }

/* ── GENERIC CONTENT SECTIONS ── */
.content-section { max-width: 1100px; margin: 0 auto; padding: 20px 40px 80px; }
.content-section h3 { font-family: 'Cinzel', serif; color: var(--gold); font-size: 22px; margin: 40px 0 14px; }
.content-section h3:first-child { margin-top: 0; }
.content-section p { color: var(--text-muted); line-height: 1.9; font-size: 14px; margin-bottom: 14px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 40px 0; }
.stat-box { text-align: center; border: 1px solid rgba(201,168,76,0.15); padding: 30px 16px; border-radius: 4px; background: var(--bg-card); }
.stat-num { font-family: 'Cinzel', serif; font-size: 34px; color: var(--gold); font-weight: 700; }
.stat-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-top: 8px; }

/* ── NEWS ── */
.news-grid { max-width: 1320px; margin: 0 auto; padding: 0 40px 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.news-card { background: var(--bg-card); border: 1px solid rgba(201,168,76,0.15); border-radius: 6px; overflow: hidden; text-decoration: none; color: inherit; transition: all 0.35s; display: flex; flex-direction: column; }
.news-card:hover { border-color: rgba(201,168,76,0.4); transform: translateY(-4px); }
.news-thumb { height: 170px; overflow: hidden; background: #000; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-thumb-fallback { width: 100%; height: 100%; display:flex; align-items:center; justify-content:center; background: linear-gradient(135deg, #151515, #0a0a0a); color: var(--gold-dark); font-family:'Cinzel', serif; font-size: 13px; letter-spacing: 2px; }
.news-card-body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.news-cat { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.news-title { font-family: 'Cinzel', serif; font-size: 16px; color: var(--text-light); line-height: 1.4; margin-bottom: 10px; }
.news-excerpt { font-size: 12px; color: var(--text-muted); line-height: 1.7; flex: 1; }
.news-date { font-size: 10px; color: var(--text-muted); letter-spacing: 1px; margin-top: 16px; text-transform: uppercase; }
.news-empty { text-align: center; color: var(--text-muted); padding: 60px 20px; font-size: 13px; }
.article-body { max-width: 780px; margin: 0 auto; padding: 40px; }
.article-body img { border-radius: 6px; margin-bottom: 30px; }
.article-body p { color: var(--text-muted); line-height: 2; font-size: 14.5px; margin-bottom: 18px; }
.article-meta { display: flex; gap: 20px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 30px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); text-decoration: none; margin-bottom: 26px; }

/* ── CAREERS ── */
.jobs-list { max-width: 900px; margin: 0 auto; padding: 0 40px 60px; display: flex; flex-direction: column; gap: 16px; }
.job-card { background: var(--bg-card); border: 1px solid rgba(201,168,76,0.15); border-radius: 6px; padding: 26px 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; transition: border-color 0.3s; }
.job-card:hover { border-color: rgba(201,168,76,0.4); }
.job-title { font-family: 'Cinzel', serif; font-size: 17px; color: var(--gold-light); margin-bottom: 6px; }
.job-meta { font-size: 11px; color: var(--text-muted); letter-spacing: 0.5px; }
.job-meta span:not(:last-child)::after { content: '•'; margin: 0 8px; color: var(--gold-dark); }
.job-apply-btn { text-decoration: none; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: 1px solid var(--gold-dark); padding: 10px 22px; transition: all 0.3s; white-space: nowrap; }
.job-apply-btn:hover { background: var(--gold); color: #0a0a0a; }
.jobs-empty { text-align: center; color: var(--text-muted); padding: 40px 20px; font-size: 13px; }

/* ── FORMS ── */
.form-wrap { max-width: 640px; margin: 0 auto; padding: 0 40px 80px; }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px; }
.form-row input, .form-row textarea, .form-row select {
  width: 100%; background: var(--bg-card); border: 1px solid rgba(201,168,76,0.25); color: var(--text-light);
  padding: 13px 16px; font-family: 'Montserrat', sans-serif; font-size: 13px; border-radius: 3px; transition: border-color 0.3s;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { outline: none; border-color: var(--gold); }
.form-row textarea { resize: vertical; min-height: 130px; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-submit {
  background: var(--gold); color: #0a0a0a; border: none; padding: 15px 34px; font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; cursor: pointer; transition: all 0.3s; font-family: inherit;
}
.form-submit:hover { background: var(--gold-light); }
.alert { padding: 16px 20px; border-radius: 4px; font-size: 13px; margin-bottom: 24px; border: 1px solid; }
.alert-success { background: rgba(74,124,52,0.12); border-color: var(--green); color: #8fd66c; }
.alert-error { background: rgba(178,34,34,0.12); border-color: var(--red); color: #ea8f8f; }
.file-hint { font-size: 10px; color: var(--text-muted); margin-top: 6px; }

/* ── CONTACT ── */
.contact-grid { max-width: 1100px; margin: 0 auto; padding: 0 40px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 30px; }
.contact-info-item .icon { flex-shrink: 0; width: 42px; height: 42px; border: 1px solid rgba(201,168,76,0.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.contact-info-item .icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; }
.contact-info-item h4 { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.contact-info-item p { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ── FOOTER ── */
.footer { border-top: 1px solid rgba(201,168,76,0.12); padding: 30px 40px; max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-copy { font-size: 11px; color: var(--text-muted); letter-spacing: 0.5px; }
.footer-socials { display: flex; gap: 20px; }
.footer-socials a { color: var(--text-muted); transition: color 0.3s; display: flex; }
.footer-socials a:hover { color: var(--gold); }
.footer-socials svg { width: 18px; height: 18px; fill: currentColor; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .businesses { grid-template-columns: repeat(2, 1fr); }
  .values-bar { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-globe { width: 450px; height: 450px; right: -10%; top: 15%; }
  .hero-title { font-size: 60px; }
  .hero-title-right { font-size: 32px; letter-spacing: 6px; }
  .two-col { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-inner { padding: 0 20px; }
  .hero-content { padding: 120px 20px 60px; }
  .hero-title { font-size: 44px; }
  .hero-title-right { font-size: 22px; letter-spacing: 4px; }
  .hero-title-corp { font-size: 16px; letter-spacing: 4px; }
  .hero-title-corp::before, .hero-title-corp::after { display: none; }
  .hero-globe { width: 300px; height: 300px; right: -15%; top: 20%; opacity: 0.5; }
  .businesses { grid-template-columns: 1fr; padding: 0 20px 40px; }
  .values-bar { grid-template-columns: 1fr; padding: 30px 20px; }
  .news-grid { grid-template-columns: 1fr; padding: 0 20px 60px; }
  .footer { flex-direction: column; gap: 16px; text-align: center; padding: 30px 20px; }
  .page-hero-title { font-size: 32px; }
  .content-section { padding: 20px 20px 60px; }
  .form-two { grid-template-columns: 1fr; }
  .form-wrap { padding: 0 20px 60px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .job-card { flex-direction: column; align-items: flex-start; }
}

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── PARTICLES ── */
.particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.particle { position: absolute; width: 2px; height: 2px; background: var(--gold); border-radius: 50%; opacity: 0; animation: particleFloat 8s ease-in-out infinite; }
@keyframes particleFloat { 0% { opacity: 0; transform: translateY(0) scale(0); } 20% { opacity: 0.6; } 80% { opacity: 0.3; } 100% { opacity: 0; transform: translateY(-200px) scale(1.5); } }
