:root {
  --navy: #0b1522;
  --navy-2: #0e1a2b;
  --gold: #c08a3e;
  --gold-light: #d9a95c;
  --cream: #efede6;
  --white: #ffffff;
  --ink: #1c2431;
  --muted: #9aa5b1;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Lato", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { font-family: var(--sans); color: var(--ink); background: var(--navy); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; padding: 14px 32px; font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; transition: all .25s ease; cursor: pointer; border: 1px solid transparent; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.55); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- Section headings ---------- */
.kicker { text-align: center; font-size: 14px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.kicker::after { content: ""; display: block; width: 44px; height: 2px; background: var(--gold); margin: 14px auto 0; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.06); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.brand { line-height: 1.1; }
.brand .brand-name { font-family: var(--serif); font-size: 26px; letter-spacing: 6px; color: var(--white); }
.brand .brand-sub { font-size: 11px; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav ul { display: flex; gap: 34px; list-style: none; }
.main-nav a { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--white); transition: color .2s; }
.main-nav a:hover { color: var(--gold); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--navy); color: var(--white); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: auto 100%; background-position: right center; background-repeat: no-repeat; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,14,24,1) 0%, rgba(8,14,24,.92) 38%, rgba(8,14,24,.35) 62%, rgba(8,14,24,.05) 100%); }
.hero .wrap { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 120px; max-width: 1200px; }
.hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 4.2vw, 50px); line-height: 1.2; max-width: 680px; }
.hero .hero-rule { width: 44px; height: 2px; background: var(--gold); margin: 28px 0; }
.hero p { max-width: 420px; font-size: 17px; color: rgba(255,255,255,.88); margin-bottom: 36px; }
.hero .hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }

/* ---------- Values ---------- */
.values { background: var(--navy); color: var(--white); padding: 72px 0 80px; border-top: 1px solid rgba(255,255,255,.06); }
.values-grid { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 48px; }
.value { text-align: center; padding: 0 18px; border-left: 1px solid rgba(255,255,255,.1); }
.value:first-child { border-left: 0; }
.value .icon { color: var(--gold); margin-bottom: 18px; }
.value .icon svg { width: 44px; height: 44px; }
.value h3 { font-size: 13px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 10px; }
.value p { font-size: 14px; color: var(--muted); line-height: 1.55; }

/* ---------- Strategy ---------- */
.strategy { background: var(--cream); color: var(--ink); padding: 80px 0 90px; }
.strategy .kicker { color: var(--gold); }
.strategy-grid { display: flex; justify-content: center; align-items: flex-start; gap: 0; margin-top: 56px; flex-wrap: wrap; }
.step { text-align: center; width: 210px; }
.step .badge { width: 88px; height: 88px; margin: 0 auto 26px; border-radius: 50%; background: var(--navy); color: var(--gold); display: flex; align-items: center; justify-content: center; }
.step .badge svg { width: 36px; height: 36px; }
.step h3 { font-size: 14px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 12px; }
.step p { font-size: 14px; color: #5b6470; }
.step-arrow { align-self: flex-start; margin-top: 40px; color: var(--gold); padding: 0 22px; }
.step-arrow svg { width: 44px; height: 16px; }

/* ---------- Sectors ---------- */
.sectors { background: var(--navy); color: var(--white); padding: 76px 0 84px; }
.sectors-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 48px; }
.sector { text-align: center; }
.sector .sector-img { aspect-ratio: 8 / 7; background-size: cover; background-position: center; margin-bottom: 14px; transition: opacity .25s; }
.sector a:hover .sector-img { opacity: .8; }
.sector h3 { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }

/* ---------- About ---------- */
.about { background: var(--cream); color: var(--ink); position: relative; overflow: hidden; }
.about .wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; padding-top: 90px; padding-bottom: 90px; position: relative; z-index: 2; }
.about h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.25; }
.about .about-rule { width: 44px; height: 2px; background: var(--gold); margin-top: 26px; }
.about .about-text p { margin-bottom: 20px; font-size: 16px; color: #333c49; max-width: 560px; }
.about-bg { position: absolute; top: 0; right: 0; bottom: 0; width: 38%; background-size: cover; background-position: center; }
.about-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream) 0%, rgba(239,237,230,.92) 45%, rgba(239,237,230,.35) 75%, rgba(239,237,230,0) 100%); }

/* ---------- CTA ---------- */
.cta { background: var(--navy-2); color: var(--white); padding: 70px 0; }
.cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3vw, 36px); margin-bottom: 12px; }
.cta p { color: var(--gold-light); max-width: 520px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: var(--muted); padding: 70px 0 30px; border-top: 1px solid rgba(255,255,255,.06); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; }
.footer-brand .brand-name { font-family: var(--serif); font-size: 24px; letter-spacing: 6px; color: var(--white); }
.footer-brand .brand-sub { font-size: 10px; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 260px; }
.site-footer h4 { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--white); margin-bottom: 18px; }
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul a:hover { color: var(--gold); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.footer-contact svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-social { margin-top: 18px; }
.footer-social a { display: inline-flex; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.25); align-items: center; justify-content: center; color: var(--white); transition: all .2s; }
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }
.footer-social svg { width: 15px; height: 15px; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; color: #6b7684; }

/* ---------- Blog fallback ---------- */
.blog-plain { background: var(--cream); padding: 80px 0; min-height: 60vh; }
.blog-plain article { margin-bottom: 48px; max-width: 720px; }
.blog-plain h1, .blog-plain h2 { font-family: var(--serif); margin-bottom: 12px; }
.blog-plain h2 a:hover { color: var(--gold); }
.blog-plain .entry-meta { font-size: 13px; color: #777; margin-bottom: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .values-grid { grid-template-columns: repeat(3, 1fr); row-gap: 44px; }
  .value:nth-child(4) { border-left: 0; }
  .sectors-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .step-arrow { display: none; }
  .strategy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 24px; justify-items: center; max-width: 640px; margin: 56px auto 0; }
}
@media (max-width: 860px) {
  .main-nav ul { display: none; position: absolute; top: 84px; left: 0; right: 0; background: var(--navy); flex-direction: column; gap: 0; padding: 10px 24px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav ul li { padding: 12px 0; }
  .main-nav.open ul { display: flex; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .hero-bg { background-size: cover; background-position: center; }
  .about .wrap { grid-template-columns: 1fr; gap: 30px; }
  .about-bg { display: none; }
}
@media (max-width: 560px) {
  .values-grid { grid-template-columns: 1fr 1fr; }
  .strategy-grid { grid-template-columns: 1fr; }
  .step { width: auto; max-width: 300px; }
  .value { border-left: 0; }
  .sectors-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero .wrap { padding-top: 70px; padding-bottom: 80px; }
}
