:root {
  --green-950: #061b16;
  --green-900: #0a2b23;
  --green-800: #0e3a2f;
  --green-700: #155344;
  --gold-500: #cfaa59;
  --gold-400: #ddc078;
  --gold-300: #ead79f;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --ink: #13201c;
  --muted: #68726e;
  --line: rgba(15, 48, 39, .13);
  --shadow: 0 25px 70px rgba(7, 27, 22, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; background: white; z-index: 1000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251,250,246,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15,48,39,.08);
}
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; width: 104px; height: 72px; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; color: #30413b; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold-500); transition: .25s ease; }
.site-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { color: white; background: var(--green-900); padding: 12px 18px; border-radius: 999px; box-shadow: 0 8px 24px rgba(10,43,35,.12); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--green-900); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 80% 18%, rgba(207,170,89,.12), transparent 31%),
    linear-gradient(145deg, #fbfaf6 0%, #f3f0e7 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(14,58,47,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(14,58,47,.03) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); opacity: .55; }
.hero-glow-one { width: 420px; height: 420px; background: rgba(205,169,87,.15); right: 6%; top: 8%; }
.hero-glow-two { width: 300px; height: 300px; background: rgba(16,83,67,.08); right: 27%; bottom: 0; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 76px; align-items: center; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; color: var(--green-700); font-size: 12px; font-weight: 800; }
.eyebrow.light { color: var(--gold-300); }
h1, h2, h3, blockquote { font-family: "Playfair Display", Georgia, serif; }
h1 { font-size: clamp(54px, 6.2vw, 88px); line-height: .98; letter-spacing: -.04em; margin: 0 0 26px; color: var(--green-950); }
h1 span { color: var(--green-700); }
.hero-lead { max-width: 690px; font-size: 19px; color: #53625d; margin: 0 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 999px; font-size: 14px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, #d8b565, #bd9141); color: #12271f; box-shadow: 0 12px 28px rgba(169,125,46,.22); }
.btn-gold:hover { box-shadow: 0 16px 34px rgba(169,125,46,.28); }
.btn-ghost { border-color: rgba(14,58,47,.24); color: var(--green-900); background: rgba(255,255,255,.42); }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; padding-top: 28px; border-top: 1px solid rgba(14,58,47,.12); }
.hero-trust strong { display: block; font-size: 13px; color: var(--green-900); margin-bottom: 5px; }
.hero-trust span { display: block; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-card { background: linear-gradient(160deg, #0b3027, #051b16); border-radius: 34px; min-height: 590px; padding: 34px; color: white; position: relative; box-shadow: 0 35px 95px rgba(6,27,22,.22); overflow: hidden; border: 1px solid rgba(234,215,159,.18); }
.hero-card::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(221,192,120,.22); border-radius: 50%; right: -115px; bottom: -115px; box-shadow: 0 0 0 55px rgba(221,192,120,.03), 0 0 0 110px rgba(221,192,120,.02); }
.hero-logo-wrap { min-height: 370px; display: grid; place-items: center; position: relative; z-index: 1; }
.hero-logo-wrap img { width: min(390px, 100%); filter: drop-shadow(0 22px 36px rgba(0,0,0,.25)); }
.hero-card-copy { border-top: 1px solid rgba(255,255,255,.14); padding-top: 24px; position: relative; z-index: 2; }
.hero-card-copy p { margin: 0 0 18px; color: rgba(255,255,255,.73); }
.hero-card-copy a { color: var(--gold-300); font-weight: 800; font-size: 14px; }
.hero-card-copy a span { margin-left: 6px; }

.signature-strip { background: var(--green-900); color: white; padding: 18px 0; overflow: hidden; }
.signature-grid { display: flex; justify-content: center; align-items: center; gap: 24px; white-space: nowrap; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; color: rgba(255,255,255,.77); }
.signature-grid i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-500); flex: 0 0 auto; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 54px; }
h2 { font-size: clamp(40px, 4.5vw, 62px); line-height: 1.05; letter-spacing: -.035em; margin: 0; color: var(--green-950); }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 355px; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(207,170,89,.4); }
.service-card.featured { background: linear-gradient(155deg, #0d3a2f, #071f19); color: white; border-color: transparent; }
.icon-shell { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: rgba(207,170,89,.12); margin-bottom: 50px; }
.icon-shell svg { width: 26px; height: 26px; fill: none; stroke: var(--gold-500); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-no { position: absolute; top: 29px; right: 30px; color: #a3aaa7; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.featured .service-no { color: rgba(255,255,255,.4); }
.service-card h3 { margin: 0 0 13px; font-size: 25px; line-height: 1.15; color: var(--green-950); }
.featured h3 { color: white; }
.service-card p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.featured p:last-child { color: rgba(255,255,255,.67); }
.services-note { margin-top: 20px; background: #f0ede4; border-radius: 20px; padding: 24px 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.services-note strong { color: var(--green-900); }
.services-note p { margin: 0; color: var(--muted); font-size: 13px; }
.services-note a { color: var(--green-700); font-weight: 800; font-size: 13px; white-space: nowrap; }

.approach { background: var(--green-950); color: white; position: relative; overflow: hidden; }
.approach::after { content: "HR"; font-family: Georgia, serif; position: absolute; right: -25px; bottom: -160px; font-size: 440px; font-weight: 700; line-height: 1; color: rgba(255,255,255,.018); }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; position: relative; z-index: 1; }
.approach h2 { color: white; }
.approach-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 17px; margin: 28px 0; }
.text-link { display: inline-block; color: var(--gold-300); font-weight: 800; font-size: 14px; margin-top: 8px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.12); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-list > li > span { color: var(--gold-400); font-size: 12px; font-weight: 800; letter-spacing: .14em; padding-top: 5px; }
.process-list h3 { margin: 0 0 6px; color: white; font-size: 24px; }
.process-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about-panel { min-height: 610px; border-radius: 30px; background: linear-gradient(160deg, #efe8d7, #f8f5ed); position: relative; overflow: hidden; padding: 44px; border: 1px solid rgba(207,170,89,.2); }
.mini-label { font-size: 10px; font-weight: 800; letter-spacing: .2em; color: var(--green-700); }
.about-panel blockquote { margin: 100px 0 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.03; letter-spacing: -.03em; color: var(--green-900); max-width: 480px; }
.ridge-art { position: absolute; left: 0; right: 0; bottom: 0; height: 220px; }
.ridge-art svg { width: 100%; height: 100%; }
.ridge-back { fill: #d9bf82; opacity: .56; }
.ridge-front { fill: #0d3a2f; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.standards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); margin-top: 36px; }
.standards div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.standards div:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--line); }
.standards div:nth-child(even) { padding-left: 24px; }
.standards strong { display: block; color: var(--green-900); margin-bottom: 4px; }
.standards span { color: var(--muted); font-size: 12px; }

.service-area { background: #eee9de; }
.area-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.area-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.area-copy .fine-print { font-size: 12px !important; margin-top: 24px; padding-left: 15px; border-left: 2px solid var(--gold-500); }
.area-card { background: white; border-radius: 26px; padding: 14px 28px; box-shadow: 0 20px 55px rgba(6,27,22,.08); }
.area-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.area-row:last-child { border-bottom: 0; }
.area-row span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.area-row strong { color: var(--green-900); text-align: right; }
.area-row.primary strong { color: #a77d31; }

.contact { background: linear-gradient(160deg, #0c352b, #061b16); color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact h2 { color: white; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.63); font-size: 17px; }
.contact-details { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-details > a, .contact-details > div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-details span { color: var(--gold-300); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.contact-details strong { color: white; font-size: 14px; font-weight: 600; }
.quote-form { background: white; color: var(--ink); border-radius: 28px; padding: 34px; box-shadow: 0 25px 75px rgba(0,0,0,.18); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--green-700); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.form-heading strong { font-family: "Playfair Display", Georgia, serif; color: var(--green-900); font-size: 23px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: block; margin-bottom: 14px; color: #34443f; font-size: 12px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #dfe3df; border-radius: 12px; background: #fbfbf9; padding: 13px 14px; margin-top: 7px; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form textarea { resize: vertical; min-height: 130px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(207,170,89,.12); }
.full { width: 100%; border: 0; }
.form-note { margin: 12px 4px 0; color: #8a918e; font-size: 10px; text-align: center; }

.site-footer { background: #04130f; color: rgba(255,255,255,.68); padding: 65px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr 1fr; gap: 70px; }
.footer-brand img { width: 165px; margin-bottom: 18px; }
.footer-brand p { margin: 0; max-width: 320px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-links strong { color: var(--gold-300); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px; padding-top: 20px; font-size: 10px; color: rgba(255,255,255,.4); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 980px) {
  .section-pad { padding: 86px 0; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .hero-grid, .approach-grid, .about-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { min-height: auto; }
  .hero-card { min-height: 500px; }
  .hero-logo-wrap { min-height: 310px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .services-note { grid-template-columns: 1fr; gap: 10px; }
  .signature-grid { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .about-panel { min-height: 540px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 70px 0; }
  .nav-wrap { height: 76px; }
  .brand { width: 88px; height: 62px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  h2 { font-size: 42px; }
  .hero-grid { gap: 44px; }
  .hero-trust { grid-template-columns: 1fr; gap: 16px; }
  .hero-card { padding: 24px; min-height: 430px; border-radius: 26px; }
  .hero-logo-wrap { min-height: 250px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .approach-grid { gap: 45px; }
  .about-panel { min-height: 500px; padding: 30px; }
  .about-panel blockquote { margin-top: 70px; font-size: 39px; }
  .standards { grid-template-columns: 1fr; }
  .standards div:nth-child(odd), .standards div:nth-child(even) { padding: 17px 0; border-right: 0; }
  .area-row { align-items: flex-start; flex-direction: column; gap: 5px; }
  .area-row strong { text-align: left; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px; border-radius: 22px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contact-details > a, .contact-details > div { grid-template-columns: 1fr; gap: 5px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

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