:root {
  --green: #12342e;
  --green-2: #0d2925;
  --green-3: #1a463e;
  --gold: #b99358;
  --gold-soft: #d2b888;
  --ivory: #f3efe5;
  --paper: #fbfaf6;
  --ink: #18322d;
  --muted: #65746f;
  --line: rgba(18, 52, 46, .14);
  --shadow: 0 20px 60px rgba(13, 41, 37, .12);
  --radius: 24px;
  --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.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.03em; }
h1 { font-size: clamp(3.3rem, 7vw, 6.9rem); max-width: 900px; }
h2 { font-size: clamp(2.25rem, 5vw, 4.15rem); max-width: 820px; }
h3 { font-size: 1.08rem; }
p { margin: 0; }
.lead { font-size: clamp(1.06rem, 1.8vw, 1.28rem); color: var(--muted); max-width: 720px; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background .2s ease, box-shadow .2s ease, backdrop-filter .2s ease;
}
.site-header.scrolled { background: rgba(13,41,37,.94); box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.nav { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 222px; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: rgba(243,239,229,.88); text-decoration: none; font-size: .92rem; font-weight: 650; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.nav-cta { border: 1px solid rgba(243,239,229,.45); padding: 10px 15px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ivory); padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.hero {
  min-height: 820px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 82% 26%, rgba(185,147,88,.23), transparent 28%),
    linear-gradient(135deg, var(--green-2), var(--green));
}
.hero:before, .hero:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(243,239,229,.08);
  transform: rotate(30deg);
}
.hero:before { width: 520px; height: 520px; right: -160px; top: 105px; }
.hero:after { width: 330px; height: 330px; right: 70px; top: 200px; }
.hero-inner { padding: 150px 0 92px; position: relative; z-index: 2; }
.hero .eyebrow { color: var(--gold-soft); }
.hero p { color: rgba(243,239,229,.75); }
.hero-sub { max-width: 760px; margin-top: 28px; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 50px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: var(--green-2); background: var(--gold-soft); }
.btn-outline { color: var(--ivory); border: 1px solid rgba(243,239,229,.38); }
.btn-dark { color: var(--ivory); background: var(--green); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 850px; margin-top: 62px; border-top: 1px solid rgba(243,239,229,.18); }
.hero-proof div { padding: 22px 28px 0 0; }
.hero-proof strong { display: block; font-size: 1.3rem; color: #fff; }
.hero-proof span { color: rgba(243,239,229,.6); font-size: .88rem; }

.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: start; }
.intro-copy { display: grid; gap: 24px; }
.quote-card { border-left: 3px solid var(--gold); padding: 28px 0 28px 32px; margin-top: 26px; }
.quote-card p { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.4vw, 1.9rem); color: var(--green); }

.services { background: #f1eee5; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-head .lead { max-width: 510px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.service-card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 1px 0 rgba(255,255,255,.9) inset; }
.service-card .num { font-size: .75rem; font-weight: 850; color: var(--gold); letter-spacing: .15em; }
.service-card h3 { margin: 24px 0 10px; color: var(--green); font-size: 1.28rem; }
.service-card p { color: var(--muted); font-size: .96rem; }
.service-card .arrow { margin-top: 20px; color: var(--gold); font-size: 1.35rem; }

.strengths-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.sticky-title { position: sticky; top: 130px; }
.strength-list { border-top: 1px solid var(--line); }
.strength { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.strength .check { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--green); background: rgba(185,147,88,.23); font-weight: 900; }
.strength h3 { color: var(--green); margin-bottom: 7px; }
.strength p { color: var(--muted); }

.process { color: var(--ivory); background: var(--green); overflow: hidden; }
.process .section-head .lead { color: rgba(243,239,229,.68); }
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 42px; }
.step { position: relative; padding: 26px 22px; min-height: 230px; border: 1px solid rgba(243,239,229,.15); border-radius: 20px; background: rgba(255,255,255,.03); }
.step span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--gold); color: var(--green-2); font-weight: 900; }
.step h3 { margin: 22px 0 10px; }
.step p { color: rgba(243,239,229,.62); font-size: .91rem; }


.compliance-strip { border-block: 1px solid var(--line); }
.compliance { display: grid; grid-template-columns: repeat(4, 1fr); }
.compliance div { padding: 30px 28px; border-right: 1px solid var(--line); }
.compliance div:first-child { border-left: 1px solid var(--line); }
.compliance strong { display:block; color: var(--green); margin-bottom: 4px; }
.compliance span { color: var(--muted); font-size: .87rem; }

.cta { position: relative; overflow: hidden; border-radius: 32px; background: var(--gold); padding: 58px; }
.cta:after { content:""; position:absolute; width:340px; height:340px; border:1px solid rgba(18,52,46,.18); transform:rotate(30deg); right:-80px; top:-130px; }
.cta-inner { position:relative; z-index:2; display:grid; grid-template-columns: 1.35fr .65fr; gap: 44px; align-items: end; }
.cta h2 { color: var(--green-2); max-width: 760px; }
.cta p { color: rgba(13,41,37,.72); margin-top: 20px; max-width: 650px; }
.cta-actions { display: grid; gap: 12px; justify-items: stretch; }
.cta-actions .btn { border-radius: 12px; }
.cta-actions .btn-outline { color: var(--green); border-color: rgba(18,52,46,.33); }

.site-footer { background: var(--green-2); color: var(--ivory); padding: 70px 0 28px; }
.footer-grid { display:grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
.footer-brand { width: 230px; margin-bottom: 20px; }
.site-footer p, .site-footer a { color: rgba(243,239,229,.65); }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-title { color: #fff; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 18px; }
.footer-links { display:grid; gap: 10px; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:58px; padding-top:22px; border-top:1px solid rgba(243,239,229,.13); font-size:.82rem; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .section { padding: 80px 0; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 8px; padding: 18px; border-radius: 18px; background: #163a34; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 8px; }
  .nav-cta { border-radius: 12px; }
  .hero { min-height: auto; }
  .hero-inner { padding-top: 140px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div { padding-top: 18px; }
  .intro-grid, .strengths-wrap, .cta-inner { grid-template-columns: 1fr; gap: 44px; }
  .sticky-title { position: static; }
  .section-head { align-items: start; flex-direction: column; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .compliance { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand { width: 196px; }
  .hero-inner { padding-bottom: 70px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .card-grid, .process-steps, .compliance, .footer-grid { grid-template-columns: 1fr; }
  .compliance div, .compliance div:first-child { border-left: 1px solid var(--line); }
  .cta { padding: 34px 25px; border-radius: 22px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
