
:root {
  --navy-950: #050b14;
  --navy-900: #07101e;
  --navy-850: #0a1627;
  --navy-800: #102037;
  --ink: #0d1727;
  --paper: #f2efe8;
  --paper-2: #e7e3da;
  --white: #ffffff;
  --muted: #9aa8ba;
  --muted-dark: #657286;
  --gold: #d7a54a;
  --gold-light: #f0c975;
  --line-dark: rgba(255,255,255,.13);
  --line-light: rgba(11,23,39,.14);
  --container: 1240px;
  --shadow: 0 34px 90px rgba(2,8,18,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: white; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(5,11,20,.74);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: white; flex-shrink: 0; }
.brand img { width: 42px; height: 42px; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 18px; letter-spacing: .13em; }
.brand small { margin-top: 5px; font-size: 9px; letter-spacing: .43em; color: var(--gold-light); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 650; letter-spacing: .04em; transition: color .25s; }
.main-nav a:hover { color: white; }
.main-nav .nav-cta { color: var(--navy-950); background: var(--gold-light); padding: 12px 18px; }
.language-switcher { display: flex; gap: 2px; border-left: 1px solid rgba(255,255,255,.16); padding-left: 22px; }
.language-switcher button { border: 0; background: transparent; color: rgba(255,255,255,.44); padding: 7px 6px; cursor: pointer; font-size: 11px; font-weight: 800; }
.language-switcher button.active, .language-switcher button:hover { color: var(--gold-light); }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); background: transparent; }
.menu-toggle i { width: 18px; height: 1px; background: white; display: block; margin: 5px auto; }

.hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at 72% 48%, rgba(37,74,122,.24), transparent 29%),
    linear-gradient(135deg, var(--navy-950) 0%, #071426 58%, #0b1e34 100%);
  color: white;
  position: relative;
  overflow: hidden;
  padding: 150px 0 88px;
}
.hero-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 88%);
}
.hero-glow { position: absolute; width: 520px; height: 520px; right: 10%; top: 18%; border-radius: 50%; background: rgba(215,165,74,.08); filter: blur(75px); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.eyebrow span { width: 42px; height: 1px; background: var(--gold-light); }
.eyebrow p, .kicker { margin: 0; color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(54px, 6.5vw, 94px); line-height: .99; letter-spacing: -.052em; font-weight: 680; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.66); }
.hero-lead { max-width: 700px; margin: 32px 0 0; color: rgba(255,255,255,.68); font-size: clamp(18px, 1.7vw, 23px); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid; font-size: 13px; font-weight: 750; letter-spacing: .03em; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--navy-950); background: var(--gold-light); border-color: var(--gold-light); }
.button.secondary { color: white; border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.025); }
.hero-markets { margin-top: 58px; display: flex; align-items: center; flex-wrap: wrap; gap: 13px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-markets b { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.hero-graphic { min-height: 560px; position: relative; display: grid; place-items: center; }
.graphic-frame { width: min(390px, 86%); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.11); transform: rotate(45deg); }
.graphic-ring { position: absolute; border: 1px solid rgba(215,165,74,.24); border-radius: 50%; }
.ring-a { width: 390px; height: 390px; animation: spin 28s linear infinite; }
.ring-b { width: 250px; height: 250px; border-style: dashed; animation: spinReverse 18s linear infinite; }
.graphic-k { position: absolute; font-family: Georgia, serif; font-size: 150px; color: rgba(255,255,255,.94); text-shadow: 0 20px 70px rgba(0,0,0,.5); }
.graphic-node { position: absolute; padding: 17px 20px; min-width: 148px; background: rgba(5,11,20,.82); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 20px 60px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.graphic-node small { display: block; color: var(--gold-light); font-size: 9px; letter-spacing: .18em; }
.graphic-node strong { display: block; margin-top: 6px; font-size: 11px; letter-spacing: .16em; }
.node-a { top: 14%; right: 1%; }
.node-b { bottom: 13%; left: 0; }
.node-c { bottom: 7%; right: 7%; }
.hero-bottom { position: absolute; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.08); }
.hero-bottom .container { height: 58px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-weight: 800; }
.hero-bottom i { width: 68px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }

.section { padding: 128px 0; }
.two-column { display: grid; grid-template-columns: 230px 1fr; gap: 70px; }
.section-index { display: flex; align-items: flex-start; gap: 16px; color: var(--muted-dark); }
.section-index span { font-family: Georgia, serif; color: var(--gold); font-size: 24px; }
.section-index p { margin: 6px 0 0; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 800; }
.section-content h2, .section-head h2, .contact h2, .principles h2 {
  margin: 16px 0 0; max-width: 920px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(40px, 5vw, 70px); line-height: 1.08; letter-spacing: -.032em;
}
.copy-grid { margin-top: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-top: 1px solid var(--line-light); padding-top: 34px; }
.large-copy { margin: 0; font-size: 25px; line-height: 1.48; letter-spacing: -.02em; }
.body-copy { margin: 0; color: var(--muted-dark); font-size: 16px; line-height: 1.8; }

.divisions { background: #e8e4db; }
.section-head { display: grid; grid-template-columns: 230px 1fr; gap: 70px; margin-bottom: 62px; }
.division-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.division-card { min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; background: #f4f1ea; border: 1px solid rgba(12,25,43,.11); padding: 30px; transition: transform .35s, box-shadow .35s, background .35s; }
.division-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); background: white; }
.division-card.industrial { background: var(--navy-900); color: white; border-color: var(--navy-900); }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.card-top > span { color: var(--gold); font-family: Georgia, serif; font-size: 21px; }
.card-icon { width: 72px; height: 72px; border: 1px solid rgba(12,25,43,.14); display: grid; place-items: center; }
.industrial .card-icon { border-color: rgba(255,255,255,.16); }
.card-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 2; }
.card-tag { color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 800; }
.division-card h3 { margin: 17px 0 14px; font-family: Georgia, serif; font-size: 38px; font-weight: 400; line-height: 1.08; }
.division-card > div > p:last-child { color: var(--muted-dark); line-height: 1.72; font-size: 15px; }
.industrial > div > p:last-child { color: rgba(255,255,255,.62); }
.card-footer { display: flex; justify-content: space-between; border-top: 1px solid var(--line-light); padding-top: 20px; color: var(--muted-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.industrial .card-footer { border-color: var(--line-dark); color: rgba(255,255,255,.45); }
.card-footer strong { color: currentColor; }

.platform { position: relative; background: var(--navy-900); color: white; overflow: hidden; }
.platform-bg { position: absolute; inset: 0; background: radial-gradient(circle at 75% 10%, rgba(215,165,74,.14), transparent 32%), linear-gradient(135deg, transparent 50%, rgba(255,255,255,.025) 50%); }
.platform .container { position: relative; }
.section-head.light .section-index { color: rgba(255,255,255,.48); }
.capability-list { margin-left: 300px; border-top: 1px solid var(--line-dark); }
.capability { display: grid; grid-template-columns: 80px 1fr 30px; gap: 20px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.capability > span { color: var(--gold); font-family: Georgia, serif; font-size: 20px; }
.capability h3 { margin: 0; font-size: 25px; font-weight: 650; letter-spacing: -.02em; }
.capability p { margin: 9px 0 0; color: rgba(255,255,255,.57); line-height: 1.65; }
.capability b { color: var(--gold-light); font-size: 22px; font-weight: 400; }

.market-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.market-card { min-height: 330px; border: 1px solid var(--line-light); padding: 26px; display: flex; flex-direction: column; }
.market-card > div { display: flex; justify-content: space-between; }
.market-card > div span { color: var(--gold); font-family: Georgia, serif; font-size: 24px; }
.market-card > div small { color: var(--muted-dark); font-size: 8px; letter-spacing: .17em; }
.market-card h3 { margin: auto 0 12px; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.market-card p { margin: 0; color: var(--muted-dark); line-height: 1.7; font-size: 14px; }

.principles { padding-top: 0; }
.principles-panel { background: #d8d2c7; padding: 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.principles h2 { font-size: clamp(38px, 4.4vw, 62px); }
.principle-items { display: grid; }
.principle-items article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid rgba(13,23,39,.14); padding: 20px 0; }
.principle-items span { color: var(--gold); font-family: Georgia, serif; }
.principle-items p { margin: 0; font-size: 16px; font-weight: 650; }

.contact { background: #0b1829; color: white; }
.contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.contact .section-index { margin-bottom: 56px; color: rgba(255,255,255,.5); }
.contact h2 { max-width: 850px; }
.contact-card { border-top: 1px solid rgba(255,255,255,.18); padding-top: 28px; }
.contact-card p { color: rgba(255,255,255,.58); line-height: 1.7; }
.contact-card a { display: flex; justify-content: space-between; align-items: center; margin-top: 36px; padding-bottom: 16px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-size: clamp(18px, 2vw, 25px); }
.contact-card small { display: block; margin-top: 28px; color: rgba(255,255,255,.38); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }

.site-footer { background: var(--navy-950); color: white; }
.footer-top { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; }
.footer-top p { color: rgba(255,255,255,.45); max-width: 380px; }
.back-top { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.17); display: grid; place-items: center; color: var(--gold-light); }
.footer-bottom { min-height: 60px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-graphic { min-height: 420px; }
  .two-column, .section-head { grid-template-columns: 160px 1fr; gap: 36px; }
  .division-grid { grid-template-columns: 1fr; }
  .division-card { min-height: 420px; }
  .capability-list { margin-left: 196px; }
  .market-grid { grid-template-columns: 1fr; }
  .market-card { min-height: 260px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .nav-shell { min-height: 70px; }
  .main-nav {
    display: none;
    position: fixed;
    inset: 70px 0 0;
    background: var(--navy-950);
    padding: 42px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 22px; }
  .language-switcher { margin-left: auto; border-left: 0; padding-left: 0; }
  .menu-toggle { display: block; margin-left: 8px; }
  .hero { padding-top: 120px; }
  .hero h1 { font-size: clamp(48px, 13vw, 72px); }
  .hero-graphic { min-height: 330px; }
  .graphic-frame, .ring-a { width: 270px; height: 270px; }
  .ring-b { width: 170px; height: 170px; }
  .graphic-k { font-size: 112px; }
  .graphic-node { min-width: 120px; padding: 13px; }
  .section { padding: 90px 0; }
  .two-column, .section-head, .contact-layout, .principles-panel { grid-template-columns: 1fr; }
  .section-index { margin-bottom: 20px; }
  .copy-grid { grid-template-columns: 1fr; gap: 28px; }
  .capability-list { margin-left: 0; }
  .capability { grid-template-columns: 48px 1fr 22px; }
  .principles-panel { padding: 38px 24px; gap: 40px; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top p { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 18px 0; }
}

@media (max-width: 520px) {
  .brand strong { font-size: 15px; }
  .brand img { width: 36px; height: 36px; }
  .language-switcher button { font-size: 9px; padding: 6px 4px; }
  .hero-actions .button { width: 100%; }
  .hero-markets { gap: 9px; }
  .node-a { right: -5%; }
  .node-b { left: -4%; }
  .node-c { right: 0; }
  .division-card { padding: 24px; }
  .section-content h2, .section-head h2, .contact h2, .principles h2 { font-size: 40px; }
}
