:root {
  --ink: #102322;
  --forest: #173c35;
  --forest-deep: #0e2d29;
  --paper: #f5f2ea;
  --white: #ffffff;
  --gold: #d8a33d;
  --muted: #60706b;
  --line: rgba(16, 35, 34, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }

.site-header { height: 84px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: rgba(245,242,234,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: var(--paper); background: var(--forest); font-family: "Libre Franklin", sans-serif; font-weight: 800; letter-spacing: -.05em; }
.brand-name { font-family: "Libre Franklin", sans-serif; font-weight: 800; font-size: 1.05rem; letter-spacing: .02em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.site-nav a { text-decoration: none; font-weight: 600; font-size: .94rem; }
.site-nav a:hover { color: #8b641c; }
.site-nav .nav-cta { padding: 11px 18px; border: 1px solid var(--forest); }
.menu-button { display: none; border: 1px solid var(--forest); background: transparent; padding: 9px 13px; font: inherit; font-weight: 700; }

.hero { min-height: 710px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--forest-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(6,28,26,.94) 0%, rgba(9,35,32,.78) 40%, rgba(8,30,28,.24) 72%, rgba(8,30,28,.14) 100%); }
.hero-content { width: min(780px, 88vw); margin-left: clamp(22px, 8vw, 130px); position: relative; color: var(--white); padding: 88px 0; }
.eyebrow { margin: 0 0 20px; color: #f2c86f; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #7f5c19; }
h1, h2, h3 { font-family: "Libre Franklin", sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3rem, 6.4vw, 6.4rem); letter-spacing: -.055em; }
.hero-lede { max-width: 670px; margin: 0 0 34px; font-size: clamp(1.06rem, 1.6vw, 1.32rem); line-height: 1.55; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-block; padding: 15px 22px; text-decoration: none; font-weight: 700; border: 1px solid rgba(255,255,255,.75); }
.button-primary { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button-secondary { color: var(--white); background: rgba(10,30,28,.25); }
.button:hover { transform: translateY(-1px); }
.hero-proof { margin: 36px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); color: white; background: var(--forest); }
.trust-strip div { min-height: 120px; padding: 28px clamp(24px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.15); }
.trust-strip strong { font-family: "Libre Franklin", sans-serif; font-size: 1.2rem; }
.trust-strip span { color: rgba(255,255,255,.66); font-size: .88rem; }

.section { padding: clamp(76px, 10vw, 145px) clamp(22px, 8vw, 130px); }
.section-heading { max-width: 880px; margin-bottom: 56px; }
.section-heading.compact { margin-bottom: 42px; }
.section-heading h2, .experience-intro h2, .who-section h2, .contact-copy h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.4vw, 4.5rem); letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 275px; padding: clamp(28px, 4vw, 52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.4); }
.service-number { color: #956c20; font-weight: 700; }
.service-card h3 { margin: 60px 0 14px; font-size: clamp(1.45rem, 2.4vw, 2.05rem); }
.service-card p { max-width: 520px; margin: 0; color: var(--muted); }

.experience-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 9vw, 140px); color: var(--white); background: var(--forest-deep); }
.experience-copy { font-size: 1.05rem; color: rgba(255,255,255,.74); }
.experience-copy > p:first-child { margin-top: 0; }
.credential-list { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px; }
.credential-list span { padding: 9px 12px; color: #f5d288; border: 1px solid rgba(245,210,136,.32); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }

.approach-section { background: var(--white); }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.approach-grid article { padding: 34px 34px 10px 0; margin-right: 34px; border-right: 1px solid var(--line); }
.approach-grid article:last-child { border: 0; margin-right: 0; }
.approach-grid strong { color: #956c20; }
.approach-grid h3 { margin: 38px 0 12px; font-size: 1.35rem; }
.approach-grid p { color: var(--muted); }

.who-section { padding: clamp(70px, 9vw, 125px) clamp(22px, 8vw, 130px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 10vw, 150px); align-items: end; background: #dca73e; }
.who-section .eyebrow { color: #563b0c; }
.who-section h2 { margin-bottom: 0; }
.who-section > p { margin: 0 0 10px; font-weight: 600; line-height: 1.9; }

.contact-section { padding: clamp(80px, 10vw, 140px) clamp(22px, 8vw, 130px); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 10vw, 150px); color: var(--white); background: #122421; }
.contact-copy > p:last-child { max-width: 650px; color: rgba(255,255,255,.65); font-size: 1.06rem; }
.contact-actions { display: flex; flex-direction: column; justify-content: center; }
.contact-actions a { padding: 26px 0; display: flex; flex-direction: column; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-actions span { color: #e5b757; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-actions strong { margin-top: 4px; font-size: clamp(1.15rem, 2vw, 1.6rem); }

.site-footer { padding: 48px clamp(22px, 8vw, 130px); display: grid; grid-template-columns: 1fr 1fr; gap: 28px; color: rgba(255,255,255,.62); background: #091916; font-size: .84rem; }
.site-footer strong, .site-footer span { display: block; }
.site-footer strong { color: white; margin-bottom: 6px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.footer-links a:hover { color: white; }
.site-footer > p { grid-column: 1/-1; margin: 8px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .brand-name { font-size: .93rem; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 24px; flex-direction: column; align-items: stretch; gap: 8px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 4px; }
  .site-nav .nav-cta { text-align: center; margin-top: 5px; }
  .hero { min-height: 680px; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,28,26,.94), rgba(7,29,27,.64)); }
  .hero-content { margin: 0 auto; padding: 75px 0; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.8rem); }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 88px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .service-grid, .experience-section, .approach-grid, .who-section, .contact-section, .site-footer { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .service-card h3 { margin-top: 38px; }
  .approach-grid article { margin: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .approach-grid article:last-child { border-bottom: 0; }
  .approach-grid h3 { margin-top: 25px; }
  .who-section { align-items: start; }
  .site-footer > p { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
