:root {
  --primary: #0F1C2E;
  --accent: #C8A96A;
  --light: #F5F5F2;
  --text-dark: #2A2A2A;
  --text-light: #FFFFFF;
  --muted: #666B73;
  --line: rgba(200, 169, 106, 0.45);
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", "Segoe UI Variable", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  background: var(--light);
  color: var(--text-dark);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--primary); border-bottom: 1px solid rgba(200,169,106,.32); }
.nav { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; color: var(--text-light); letter-spacing: .18em; text-transform: uppercase; font-size: .84rem; font-weight: 600; }
.brand-logo { width: 42px; height: 42px; object-fit: contain; }
.nav-links { justify-self: end; display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--text-light); text-decoration: none; font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a:hover { color: var(--accent); }
.language-switch { display: inline-flex; border: 1px solid var(--line); }
.lang-btn { font: inherit; color: var(--text-light); background: transparent; border: 0; padding: 8px 10px; cursor: pointer; letter-spacing: .08em; }
.lang-btn.is-active { background: var(--accent); color: var(--primary); }
.nav-toggle { display: none; width: 42px; height: 42px; background: transparent; border: 1px solid var(--line); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 18px; height: 1px; background: var(--text-light); }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section-dark { position: relative; overflow: hidden; background: var(--primary); color: var(--text-light); }
.section-light { background: var(--light); color: var(--text-dark); }
.section-white { background: #FFFFFF; color: var(--text-dark); }
.hero { min-height: calc(100vh - 76px); display: flex; align-items: center; padding: 88px 0; }
.flow-lines { position: absolute; inset: 0; background-image: url("../assets/images/brand/gold-flow-lines-bg.png"); background-size: cover; background-position: center top; opacity: .72; pointer-events: none; }
.flow-lines.subtle { opacity: .26; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--accent); text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 600; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 820px; font-size: clamp(3rem, 7vw, 6.6rem); line-height: .96; letter-spacing: .03em; font-weight: 600; }
h2 { margin-bottom: 22px; font-size: clamp(2.1rem, 4.6vw, 4.2rem); line-height: 1.05; letter-spacing: .03em; font-weight: 600; }
h3 { margin-bottom: 10px; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.hero-subtitle { max-width: 720px; color: rgba(255,255,255,.86); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .86rem; font-weight: 600; border: 1px solid var(--accent); }
.btn-primary { background: var(--accent); color: var(--primary); }
.btn-secondary { background: transparent; color: var(--text-light); }
.hero-panel { border: 1px solid var(--line); padding: 34px; background: rgba(15,28,46,.62); }
.panel-label { color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; margin-bottom: 18px; }
.hero-panel h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.hero-panel p { color: rgba(255,255,255,.82); }
.content-flow, .statement, .section-intro, .split { padding: 92px 0; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 980px; }
.two-column p, .statement p, .section-intro p, .list-panel li, .closing p { font-size: 1.08rem; color: var(--muted); }
.statement { max-width: 960px; }
.statement.narrow { max-width: 820px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; max-width: 780px; }
.featured-map { padding: 92px 0; }
.schema-frame { margin: 0; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.schema-frame img { width: 100%; height: auto; display: block; }
.dark-frame { position: relative; z-index: 1; background: var(--primary); max-width: 920px; margin: 0 auto; }
.schema-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding-bottom: 92px; }
.schema-card { border: 1px solid rgba(200,169,106,.35); background: #fff; padding: 14px; }
.schema-card h3 { padding: 18px 4px 4px; color: var(--primary); }
.dark-card { background: var(--primary); }
.dark-card h3 { color: var(--text-light); }
.light-card { background: #fff; }
.compact { padding: 26px 0; }
.split { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.list-panel { border-left: 1px solid var(--line); padding-left: 42px; }
.list-panel ul { margin: 0; padding-left: 20px; }
.list-panel li { color: rgba(255,255,255,.84); margin-bottom: 18px; }
.closing { text-align: center; padding: 108px 0; }
.closing .container { position: relative; z-index: 1; max-width: 920px; }
.closing p { color: rgba(255,255,255,.82); margin-bottom: 32px; }
.footer { background: var(--primary); border-top: 1px solid rgba(200,169,106,.28); color: rgba(255,255,255,.75); }
.footer-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer a { color: var(--accent); text-decoration: none; }
@media (max-width: 920px) {
  .nav { grid-template-columns: auto auto auto; }
  .nav-toggle { display: inline-flex; justify-self: end; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 84px; display: none; flex-direction: column; align-items: flex-start; gap: 18px; padding: 22px; background: var(--primary); border: 1px solid var(--line); }
  .nav-links.is-open { display: flex; }
  .hero-grid, .two-column, .split, .schema-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .list-panel { border-left: 0; padding-left: 0; }
}
@media (max-width: 560px) {
  .container, .nav { width: min(100% - 28px, var(--max)); }
  .brand-text { display: none; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .content-flow, .statement, .section-intro, .split { padding: 68px 0; }
  .schema-grid { gap: 18px; padding-bottom: 68px; }
}
