:root {
  --navy: #0f1e3a;
  --navy-2: #16274a;
  --gold: #c8a96a;
  --ink: #121826;
  --muted: #667085;
  --bg: #f5f7fb;
  --white: #ffffff;
  --line: rgba(15, 30, 58, 0.10);
  --shadow: 0 18px 45px rgba(10, 20, 40, 0.08);
  --shadow-strong: 0 24px 60px rgba(10, 20, 40, 0.16);
  --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; color: var(--ink); background: var(--bg); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.site-main { overflow: clip; }
.site-header { position: sticky; top: 0; z-index: 999; background: rgba(15, 30, 58, 0.90); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,0.08); transition: 0.25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.header-shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; }
.brand-lockup { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 58px; display: flex; align-items: center; justify-content: center; }
.brand-mark img { max-height: 48px; width: auto; }
.brand-copy { display: flex; flex-direction: column; }
.brand-title { color: #fff; font-weight: 800; letter-spacing: 0.02em; }
.brand-subtitle { color: rgba(255,255,255,0.64); font-size: 0.83rem; }
.primary-navigation { display: flex; align-items: center; gap: 18px; }
.nav-list { list-style: none; display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; }
.nav-list > li > a { color: rgba(255,255,255,0.94); padding: 10px 14px; border-radius: 999px; font-weight: 600; transition: 0.25s ease; }
.nav-list > li > a:hover { background: rgba(255,255,255,0.08); color: #fff; }
.header-mega-menu { position: absolute; top: calc(100% + 12px); right: 0; width: min(980px, 94vw); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: 0.28s ease; }
.primary-navigation:hover .header-mega-menu,
.primary-navigation:focus-within .header-mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.mega-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; background: #fff; border-radius: 24px; padding: 22px; box-shadow: var(--shadow-strong); border: 1px solid rgba(15,30,58,0.08); }
.mega-menu-card { display: flex; flex-direction: column; gap: 8px; padding: 18px; border-radius: 18px; background: linear-gradient(180deg, #fff, #f8f9fd); border: 1px solid rgba(15,30,58,0.08); transition: 0.25s ease; }
.mega-menu-card:hover { transform: translateY(-3px); }
.mega-menu-card strong { font-size: 1rem; }
.mega-menu-card span:last-child { color: var(--muted); font-size: 0.92rem; }
.mega-menu-badge, .pill { display: inline-flex; width: fit-content; padding: 8px 12px; border-radius: 999px; background: rgba(200,169,106,0.15); color: #7b5b1e; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.pill.light { background: rgba(255,255,255,0.14); color: #fff; }
.menu-toggle { display: none; appearance: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 0; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px auto; }
.hero-panel { position: relative; min-height: 92vh; color: #fff; display: grid; place-items: center; }
.hero-backdrop, .page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay, .page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,17,34,0.88) 0%, rgba(9,17,34,0.60) 55%, rgba(9,17,34,0.46) 100%); }
.hero-shell, .company-hero-shell { position: relative; z-index: 2; padding: 96px 0; width: min(calc(100% - 40px), 980px); margin-inline: auto; }
.eyebrow, .section-label { display: inline-flex; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.79rem; font-weight: 800; color: var(--gold); }
.hero-panel h1, .page-hero h1 { font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: 0.98; margin: 18px 0 18px; max-width: 11ch; font-family: 'Playfair Display', serif; }
.hero-text, .page-hero p { font-size: 1.12rem; max-width: 62ch; color: rgba(255,255,255,0.88); margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 700; transition: 0.25s ease; border: 1px solid transparent; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--gold), #b98f4a); color: #fff; }
.button-secondary { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.20); }
.button-tertiary { background: #fff; color: var(--navy); border-color: rgba(15,30,58,0.10); }
.button.full { width: 100%; }
.section { padding: 96px 0; }
.intro-grid, .story-grid, .mission-grid, .footer-grid, .contact-layout, .company-layout { display: grid; gap: 34px; }
.intro-grid { grid-template-columns: 1.2fr 1fr; }
.story-grid { grid-template-columns: 1fr 1.1fr; align-items: center; }
.story-media img { width: 100%; border-radius: 30px; box-shadow: var(--shadow-strong); min-height: 560px; object-fit: cover; }
.story-content h2, .section-header h2, .cta-shell h2, .company-main-content h2, .contact-card h2, .post-card h2 { font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.1; margin: 12px 0 18px; }
.section-header.centered { text-align: center; max-width: 860px; margin: 0 auto 34px; }
.stats-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.stat-card, .contact-card, .sidebar-card, .post-card { background: #fff; border-radius: 20px; padding: 24px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.stat-card strong { display: block; font-size: 1.1rem; margin-bottom: 8px; }
.company-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.company-grid-large { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.company-card { background: #fff; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); display: flex; flex-direction: column; transition: 0.28s ease; }
.company-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
.company-card.large { display: grid; grid-template-columns: 0.95fr 1.05fr; }
.company-card-image { min-height: 250px; background-size: cover; background-position: center; }
.company-card-body { padding: 24px; display: flex; flex-direction: column; }
.company-card-body h3, .company-card-body h2 { margin: 12px 0 12px; line-height: 1.18; }
.company-card-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; }
.text-link { font-weight: 700; color: var(--navy); }
.text-link.muted { color: var(--gold); }
.feature-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.feature-list li { position: relative; padding-left: 18px; }
.feature-list li::before { content: ''; position: absolute; left: 0; top: 11px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.partners-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.partner-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 28px; box-shadow: var(--shadow); min-height: 160px; display: flex; align-items: center; justify-content: center; }
.partner-card img { max-height: 84px; width: auto; object-fit: contain; }
.cta-shell { background: linear-gradient(135deg, #fff, #f3f6fb); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 30px; padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.page-hero { position: relative; color: #fff; min-height: 360px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, var(--navy), #1e315a); }
.page-hero.simple { min-height: 300px; }
.contact-layout { grid-template-columns: 0.9fr 1.1fr; }
.company-layout { grid-template-columns: 1.25fr 0.75fr; align-items: start; }
.company-custom-content { margin-top: 24px; }
.content-shell > *:first-child { margin-top: 0; }
.site-footer { background: #0b1429; color: rgba(255,255,255,0.92); }
.footer-grid { grid-template-columns: 1.2fr 1fr 1fr; padding: 72px 0 36px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.92); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); }
.footer-bottom-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.reveal-on-scroll { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.screen-reader-text { position: absolute; left: -9999px; }
@media (max-width: 1100px) {
  .intro-grid, .story-grid, .footer-grid, .contact-layout, .company-layout, .company-card.large { grid-template-columns: 1fr; }
  .company-grid, .company-grid-large, .partners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-row { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
  .menu-toggle { display: inline-block; }
  .primary-navigation { position: absolute; top: calc(100% + 1px); left: 20px; right: 20px; background: #fff; border-radius: 24px; box-shadow: var(--shadow-strong); padding: 16px; display: none; flex-direction: column; align-items: stretch; }
  .primary-navigation.is-open { display: flex; }
  .nav-list { flex-direction: column; align-items: stretch; }
  .nav-list > li > a { color: var(--navy); display: block; }
  .header-mega-menu { position: static; width: auto; opacity: 1; visibility: visible; pointer-events: auto; transform: none; display: block; }
  .mega-menu-grid { grid-template-columns: 1fr; box-shadow: none; padding: 8px 0 0; border: 0; }
}
@media (max-width: 767px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-subtitle { display: none; }
  .hero-panel h1, .page-hero h1 { max-width: 100%; }
  .section { padding: 72px 0; }
  .company-grid, .company-grid-large, .partners-grid { grid-template-columns: 1fr; }
  .company-card-actions, .hero-actions, .cta-shell, .footer-bottom-shell { flex-direction: column; align-items: flex-start; }
}
