:root {
  --green: var(--brand, #1b622c);
  --green-dark: var(--brand-dk, #174f24);
  --moss: var(--brand-moss, #3d7a52);
  --gold: var(--accent, #c9a96e);
  --cream: var(--surface, #f4f2eb);
  --paper: var(--surface-raised, #fff);
  --green-05: rgba(27, 98, 44, .05);
  --green-10: rgba(27, 98, 44, .10);
  --shadow: 0 28px 70px -42px rgba(26, 46, 31, .5);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: 'Inter', ui-sans-serif, system-ui, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button { font: inherit; cursor: pointer; }
a { color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
::selection { color: #fff; background: var(--green); }
.editorial-shell { width: min(100% - 48px, 1180px); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; }

.site-nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--cream) 92%, transparent); backdrop-filter: blur(16px); }
.nav-inner { width: min(100% - 48px, 1240px); height: 70px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo-lockup { display: block; width: 154px; height: auto; }
.logo-mark { display: none; width: 40px; height: 40px; }
.nav-mid { display: flex; align-items: center; gap: 30px; }
.nav-mid a { font-size: 14px; text-decoration: none; }
.nav-mid a:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn-green, .btn-outline { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0 18px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform 150ms ease, border-color 150ms ease; }
.btn-green { border: 1px solid var(--green); background: var(--green); color: white; }
.btn-outline { border: 1px solid var(--line); }
.btn-green:hover, .btn-outline:hover { transform: translateY(-1px); }
.btn-outline:hover { border-color: var(--green); color: var(--green); }

.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; padding-top: 24px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-underline-offset: 3px; }
.breadcrumbs a:hover { color: var(--green); }

.service-hero { padding: 58px 0 80px; border-bottom: 1px solid var(--line); }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: clamp(50px, 8vw, 100px); align-items: center; }
.service-hero-copy h1 { max-width: 760px; margin: 23px 0 23px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(3.25rem, 6vw, 5.45rem); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.service-hero-copy > p { max-width: 680px; margin: 0; color: var(--text); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 32px; }
.primary-action { min-height: 52px; display: inline-flex; align-items: center; gap: 28px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white; padding: 0 24px; font-weight: 700; transition: transform 150ms ease, background 150ms ease; }
.primary-action:hover { background: var(--green-dark); transform: translateY(-1px); }
.secondary-action { color: var(--green); font-weight: 700; text-underline-offset: 5px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--text); font-size: 12px; }
.trust-list li::before { content: '✓'; color: var(--green); font-weight: 800; margin-right: 7px; }
.live-jobs { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.62); padding: 30px; box-shadow: var(--shadow); }
.live-jobs::before { content: ''; position: absolute; inset: 0 28px auto; height: 3px; background: var(--gold); }
.live-jobs .status { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.live-jobs .status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-10); }
.live-jobs h2 { margin: 24px 0 20px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 27px; letter-spacing: -.035em; line-height: 1.15; }
.live-jobs ul { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.live-jobs li { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--text); font-size: 13px; }
.live-jobs li span { color: var(--green); }
.live-jobs button { width: 100%; min-height: 48px; margin-top: 22px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white; font-weight: 700; }

.service-scope, .how-section, .faq-section, .related-section { padding: 94px 0; }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading h2, .brief-grid h2, .note-card h2, .faq-grid h2, .final-grid h2 { margin: 17px 0 14px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2.6rem, 4.6vw, 4.35rem); font-weight: 600; letter-spacing: -.047em; line-height: 1.03; }
.section-heading > p, .brief-grid > div:first-child > p, .faq-grid > div:first-child > p { max-width: 650px; margin: 0; color: var(--text); font-size: 16px; line-height: 1.7; }
.service-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--ink); }
.service-card { min-height: 205px; display: grid; grid-template-columns: 46px 1fr; gap: 0 18px; padding: 30px 30px 30px 0; border-bottom: 1px solid var(--line); }
.service-card:nth-child(odd) { padding-right: 42px; border-right: 1px solid var(--line); }
.service-card:nth-child(even) { padding-left: 42px; }
.service-card > span { grid-row: 1 / 3; color: var(--gold); font-size: 11px; font-weight: 800; }
.service-card h3 { margin: 0 0 10px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 22px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--text); font-size: 14px; line-height: 1.7; }

.brief-section { padding: 90px 0; border-block: 1px solid var(--line); background: color-mix(in srgb, white 38%, var(--cream)); }
.brief-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; }
.brief-grid h2 { font-size: clamp(2.7rem, 4.3vw, 4rem); }
.tip-list { border-top: 2px solid var(--ink); }
.tip-list article { display: grid; grid-template-columns: 210px 1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.tip-list h3 { margin: 0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; }
.tip-list p { margin: 0; color: var(--text); font-size: 14px; line-height: 1.7; }

.how-section { background: var(--green); color: white; }
.how-section .eyebrow { color: var(--gold); }
.how-section .section-heading h2 { color: white; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.steps li { min-height: 260px; padding: 34px 34px 34px 0; border-right: 1px solid rgba(255,255,255,.2); }
.steps li + li { padding-left: 34px; }
.steps li:last-child { border-right: 0; }
.steps span { color: var(--gold); font-size: 11px; font-weight: 800; }
.steps h3 { margin: 42px 0 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; }
.steps p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.7; }

.note-section { padding: 64px 0; }
.note-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 42px 48px; border: 1px solid color-mix(in srgb, var(--gold) 68%, var(--line)); border-radius: 26px; background: rgba(255,255,255,.48); box-shadow: var(--shadow); }
.note-card > div:first-child > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.note-card h2 { margin-bottom: 0; font-size: clamp(2rem, 3.4vw, 3rem); }
.note-card p { margin: 0; color: var(--text); font-size: 15px; line-height: 1.75; }
.note-card a { display: inline-flex; margin-top: 16px; color: var(--green); font-size: 13px; font-weight: 700; text-underline-offset: 4px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-grid h2 { font-size: clamp(2.7rem, 4.2vw, 3.9rem); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 22px; cursor: pointer; list-style: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 25px; font-weight: 400; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -5px 0 24px; color: var(--text); font-size: 14px; line-height: 1.75; }

.related-section { padding-top: 72px; border-top: 1px solid var(--line); }
.section-heading.compact { margin-bottom: 34px; }
.section-heading.compact h2 { font-size: clamp(2.3rem, 3.7vw, 3.45rem); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.related-grid a { min-height: 145px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 8px 20px; padding: 26px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: 'Plus Jakarta Sans', sans-serif; font-size: 19px; font-weight: 600; text-decoration: none; }
.related-grid a:last-child { border-right: 0; }
.related-grid a span { grid-column: 1 / -1; color: var(--muted); font-family: 'Inter', sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.related-grid a b { color: var(--green); font-size: 22px; }
.related-grid a:hover { background: var(--green-05); color: var(--green); }

.final-cta { padding: 84px 0; background: var(--green-dark); color: white; }
.final-grid { display: grid; grid-template-columns: 1fr minmax(360px, 480px); align-items: center; gap: 76px; }
.final-grid .eyebrow { color: var(--gold); }
.final-grid h2 { color: white; }
.final-grid p { max-width: 600px; margin: 0; color: rgba(255,255,255,.64); font-size: 16px; }
.final-grid button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,255,255,.45); border-radius: 22px; background: white; color: var(--ink); padding: 19px 19px 19px 23px; text-align: left; }
.final-grid button span { min-width: 0; font-size: 14px; }
.final-grid button small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.final-grid button b { width: 46px; height: 46px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 21px; }

footer { padding: 30px 0; background: #103b1c; color: white; }
.footer-inner { width: min(100% - 48px, 1240px); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-logo img { display: block; width: 142px; }
.footer-inner > div { display: flex; gap: 24px; }
.footer-inner > div a { color: rgba(255,255,255,.68); font-size: 12px; text-decoration: none; }
.footer-inner > div a:hover { color: white; }
.footer-inner > span { color: rgba(255,255,255,.46); font-size: 11px; }

@media (prefers-reduced-motion: no-preference) {
  .service-card, .tip-list article, .note-card, .faq-list details, .related-grid a { animation: reveal linear both; animation-timeline: view(); animation-range: entry 0% entry 28%; }
  @keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
}

@media (max-width: 980px) {
  .nav-mid { display: none; }
  .service-hero-grid, .brief-grid, .faq-grid, .final-grid { grid-template-columns: 1fr; }
  .service-hero-grid, .brief-grid, .faq-grid { gap: 50px; }
  .live-jobs { max-width: 660px; }
  .note-card { grid-template-columns: 1fr; gap: 24px; }
  .tip-list article { grid-template-columns: 180px 1fr; }
  .final-grid { gap: 36px; }
  .final-grid button { max-width: 580px; }
}

@media (max-width: 680px) {
  .editorial-shell, .nav-inner, .footer-inner { width: min(100% - 36px, 1240px); }
  .nav-inner { height: 62px; }
  .logo-lockup { display: none; }
  .logo-mark { display: block; }
  .btn-green, .btn-outline { min-height: 40px; padding-inline: 12px; font-size: 12px; }
  .breadcrumbs { padding-top: 18px; }
  .service-hero { padding: 40px 0 52px; }
  .service-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .service-hero-copy h1 { margin-top: 17px; font-size: clamp(2.65rem, 13vw, 4rem); }
  .service-hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-action { justify-content: space-between; }
  .secondary-action { align-self: flex-start; }
  .trust-list { display: grid; gap: 9px; }
  .live-jobs { min-width: 0; padding: 24px 20px; border-radius: 22px; }
  .live-jobs h2 { font-size: 24px; }
  .service-scope, .how-section, .faq-section, .related-section { padding: 64px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .brief-grid h2, .faq-grid h2 { font-size: 2.55rem; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(odd), .service-card:nth-child(even) { min-height: auto; padding: 24px 0; border-right: 0; }
  .service-card h3 { font-size: 19px; }
  .brief-section { padding: 64px 0; }
  .brief-grid { gap: 34px; }
  .tip-list article { grid-template-columns: 1fr; gap: 8px; padding: 21px 0; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .steps h3 { margin-top: 20px; }
  .note-section { padding: 46px 0; }
  .note-card { padding: 27px 22px; border-radius: 22px; }
  .note-card h2 { font-size: 2.2rem; }
  .faq-grid { gap: 32px; }
  .faq-list summary { min-height: 72px; font-size: 16px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a, .related-grid a:last-child { min-height: 110px; border-right: 0; padding-inline: 4px; }
  .final-cta { padding: 62px 0; }
  .final-grid h2 { font-size: 2.7rem; }
  .final-grid button { padding: 16px; border-radius: 18px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-inner > div { flex-wrap: wrap; gap: 14px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
