:root {
  --ink: #152621;
  --ink-soft: #4d625a;
  --forest: #16332d;
  --forest-2: #204b41;
  --paper: #f7f4ec;
  --paper-2: #eee9dc;
  --white: #ffffff;
  --line: #dcd7c9;
  --accent: #d2a663;
  --accent-soft: #efe0bf;
  --shadow: 0 24px 64px rgba(19, 49, 42, 0.14);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 244, 236, .91);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(21, 38, 33, .08);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; letter-spacing: .04em; }
.brand-mark { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: var(--forest); background: var(--accent); font-weight: 900; box-shadow: 0 6px 18px rgba(210, 166, 99, .24); }
.brand-text { font-size: 14px; font-weight: 800; }
.brand-text strong { color: #79887f; }
.nav { display: flex; gap: 28px; }
.nav a { text-decoration: none; font-size: 14px; color: var(--ink-soft); }
.nav a:hover { color: var(--ink); }
.menu-btn { display: none; border: 1px solid var(--line); background: var(--white); border-radius: 10px; padding: 9px 12px; color: var(--ink); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(210, 166, 99, .22), transparent 28%),
    radial-gradient(circle at 10% 85%, rgba(255, 255, 255, .05), transparent 28%),
    linear-gradient(135deg, #112a24 0%, #173a32 60%, #245548 100%);
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  right: -160px;
  top: -190px;
}
.hero-grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: 1.3fr .72fr; gap: 78px; align-items: center; padding: 92px 0; }
.eyebrow, .section-kicker { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 850; color: var(--accent); }
h1 { margin: 0; font-size: clamp(43px, 6vw, 76px); line-height: 1.02; letter-spacing: -.047em; max-width: 900px; }
.hero-lead { max-width: 720px; margin: 28px 0 0; font-size: clamp(18px, 2.3vw, 23px); color: rgba(255,255,255,.8); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 850; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #15261f; }
.btn-secondary { border: 1px solid rgba(255,255,255,.3); color: var(--white); }
.sic-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.sic-strip span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.64); font-size: 12px; letter-spacing: .05em; }
.company-card { background: rgba(255,255,255,.085); border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); border-radius: var(--radius); padding: 26px; backdrop-filter: blur(12px); }
.card-label { color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 850; margin-bottom: 12px; }
.company-card dl { margin: 0; }
.company-card dl > div { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.company-card dl > div:last-child { border-bottom: 0; }
.company-card dt { font-size: 12px; color: rgba(255,255,255,.52); margin-bottom: 4px; }
.company-card dd { margin: 0; font-weight: 720; }

.section { padding: 100px 0; }
.section-muted { background: var(--paper-2); }
.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.prose { color: var(--ink-soft); font-size: 18px; }
.prose p { margin: 0 0 22px; }
.prose p:last-child { margin-bottom: 0; }
.section-heading { max-width: 800px; margin-bottom: 42px; }
.section-heading.compact { max-width: 720px; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 17px; }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.info-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; min-height: 270px; box-shadow: 0 14px 30px rgba(21,38,33,.045); }
.info-index { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 12px; background: var(--accent-soft); font-size: 12px; font-weight: 900; }
.info-card h3 { margin: 54px 0 12px; font-size: 19px; }
.info-card p { margin: 0; color: var(--ink-soft); }

.activity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.activity-card { position: relative; overflow: hidden; min-height: 320px; padding: 34px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: 0 16px 34px rgba(21,38,33,.045); }
.activity-card::after { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: var(--accent-soft); right: -85px; bottom: -90px; opacity: .65; }
.activity-code { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--forest); color: var(--white); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.activity-card h3 { position: relative; z-index: 1; max-width: 520px; margin: 54px 0 16px; font-size: 27px; line-height: 1.15; letter-spacing: -.025em; }
.activity-card p { position: relative; z-index: 1; margin: 0; max-width: 560px; color: var(--ink-soft); }

.facts-section { padding: 34px 0; background: var(--accent); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.fact { min-height: 112px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(21,38,33,.18); padding: 12px 28px; }
.fact:last-child { border-right: 0; }
.fact strong { font-size: 25px; line-height: 1.2; }
.fact span { margin-top: 8px; font-size: 12px; color: rgba(21,38,33,.72); text-transform: uppercase; letter-spacing: .09em; font-weight: 750; }

.verification { background: var(--forest); color: var(--white); }
.verification-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.verification h2 { max-width: 740px; }
.verification p { max-width: 790px; color: rgba(255,255,255,.72); }
.section-kicker.light { color: var(--accent); }
.btn-light { background: var(--white); color: var(--forest); flex: 0 0 auto; }

.site-footer { background: #0b1b17; color: rgba(255,255,255,.72); padding: 60px 0 24px; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; }
.footer-brand { color: var(--white); font-weight: 880; letter-spacing: .06em; }
.footer-meta { text-align: right; font-size: 13px; }
.footer-meta p, .footer-grid p { margin: 0 0 8px; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; color: rgba(255,255,255,.46); }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; min-height: auto; padding: 72px 0; }
  .company-card { max-width: 620px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .activity-grid { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(21,38,33,.18); }
  .verification-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav { display: none; position: absolute; left: 14px; right: 14px; top: 68px; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); flex-direction: column; gap: 4px; }
  .nav.open { display: flex; }
  .nav a { padding: 10px; }
  .menu-btn { display: inline-flex; }
  .brand-text { font-size: 12px; }
  .hero-grid { padding: 64px 0; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .section { padding: 72px 0; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { min-height: auto; }
  .info-card h3 { margin-top: 34px; }
  .activity-card { min-height: auto; padding: 28px; }
  .activity-card h3 { margin-top: 38px; font-size: 23px; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid rgba(21,38,33,.18); }
  .fact:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
  .footer-bottom { flex-direction: column; }
}
