:root {
  --ink: #1f2420;
  --ink-soft: #596159;
  --green: #405a48;
  --green-dark: #304638;
  --sage: #a8baa6;
  --sage-light: #dce5dc;
  --mist: #f2f5f1;
  --paper: #fbfcfa;
  --white: #ffffff;
  --line: #dce2dc;
  --max-width: 1240px;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --section-space: clamp(5rem, 10vw, 9rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

.container {
  width: min(100% - (var(--gutter) * 2), var(--max-width));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: .7rem 1rem;
  color: var(--white);
  background: var(--green-dark);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid var(--sage); outline-offset: 4px; }

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(64, 90, 72, .13);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
}

.brand, .footer-brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand-type { display: flex; flex-direction: column; line-height: 1.2; }
.brand-type strong { font-size: .92rem; letter-spacing: .28em; }
.brand-type span { margin-top: .32rem; color: var(--ink-soft); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }

.header-link {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.header-link span { color: var(--green); font-size: 1rem; transition: transform .2s ease; }
.header-link:hover span { transform: translate(3px, 3px); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 190px 0 105px;
  background:
    linear-gradient(rgba(64,90,72,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64,90,72,.045) 1px, transparent 1px),
    var(--paper);
  background-size: 56px 56px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: rgba(220, 229, 220, .35);
  border-left: 1px solid rgba(64, 90, 72, .08);
}

.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: clamp(4rem, 9vw, 9rem); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin-bottom: 2rem; color: var(--green); font-size: .69rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 35px; height: 1px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 810px; margin-bottom: 2rem; font-size: clamp(2.75rem, 5.5vw, 5.35rem); font-weight: 450; line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
h1 em, .contact h2 em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 655px; margin-bottom: 2.5rem; color: var(--ink-soft); font-size: clamp(1rem, 1.25vw, 1.13rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 2rem; padding: .8rem 1.4rem; border: 1px solid var(--green); font-size: .82rem; font-weight: 650; letter-spacing: .03em; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.65); }
.button-secondary:hover { border-color: var(--green); }

.hero-mark { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-top: 2rem; }
.mark-orbit { position: relative; display: grid; width: min(100%, 360px); aspect-ratio: 1; margin: 0 auto 2.4rem; place-items: center; }
.mark-orbit::before, .mark-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.mark-orbit::before { inset: 5%; border: 1px solid rgba(64, 90, 72, .2); }
.mark-orbit::after { inset: 21%; background: rgba(255,255,255,.8); border: 1px solid rgba(64, 90, 72, .14); }
.mark-orbit img {
  position: relative;
  z-index: 2;
  height: 44%;
  overflow: hidden;
  border-radius: 50%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.orbit { position: absolute; z-index: 1; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(64,90,72,.1); }
.orbit-one { top: 11%; left: 27%; }
.orbit-two { right: 6%; bottom: 32%; width: 5px; height: 5px; background: var(--sage); }
.status-line { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.05rem; color: var(--ink-soft); font-size: .77rem; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(64,90,72,.1); }
.tagline { margin-bottom: 1.3rem; font-size: .9rem; font-weight: 800; letter-spacing: .14em; }
.tagline span { color: var(--green); }
.principles { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(64,90,72,.15); }
.principles span { padding: .65rem 0; color: var(--ink-soft); border-bottom: 1px solid rgba(64,90,72,.15); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: var(--section-space) 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 5rem; align-items: end; margin-bottom: 4.5rem; }
.section-index { margin-bottom: 1.6rem; color: var(--green); font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2, .partner-copy h2, .status-section h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.1rem, 4vw, 3.75rem); font-weight: 450; line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
.section-heading > p { max-width: 450px; margin-bottom: .4rem; color: var(--ink-soft); }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 355px; padding: 1.4rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); transition: background .25s, transform .25s; }
.service-card:hover { z-index: 1; background: var(--white); transform: translateY(-4px); }
.card-number { color: #8d978e; font-size: .65rem; letter-spacing: .12em; }
.service-icon { position: relative; width: 60px; height: 60px; margin: 4rem 0 2rem; border: 1px solid var(--sage); border-radius: 50%; }
.service-icon span, .service-icon i { position: absolute; display: block; background: var(--green); }
.service-icon span { top: 14px; left: 29px; width: 1px; height: 30px; }
.service-icon i { top: 29px; left: 14px; width: 30px; height: 1px; }
.icon-consult { border-radius: 4px 24px 4px 24px; transform: rotate(45deg); }
.icon-consult span, .icon-consult i { transform: rotate(-45deg); }
.icon-training::after { content: ""; position: absolute; inset: 10px; border: 1px solid var(--green); border-radius: 50%; }
.icon-support { border-style: dashed; }
.service-card h3 { margin-bottom: .75rem; font-size: 1.12rem; font-weight: 650; }
.service-card p { margin-bottom: 0; color: var(--ink-soft); font-size: .88rem; line-height: 1.7; }

.partnership { color: var(--white); background: var(--green-dark); }
.partnership-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(4rem, 10vw, 10rem); }
.partnership .section-index { color: var(--sage); }
.partner-name { margin-top: clamp(4rem, 10vw, 8rem); font-size: clamp(3.4rem, 7vw, 6.5rem); font-weight: 350; letter-spacing: -.07em; line-height: 1; }
.partner-name span { color: var(--sage); }
.partner-kicker { margin-bottom: 1.5rem; color: var(--sage); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.partner-copy h2 { margin-bottom: 2rem; }
.partner-copy > p { max-width: 680px; color: rgba(255,255,255,.7); font-size: 1.02rem; line-height: 1.8; }
.partner-note { display: flex; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); }
.partner-note > span { color: var(--sage); }
.partner-note p { margin: 0; color: rgba(255,255,255,.7); font-size: .82rem; }
.partner-note strong { color: var(--white); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.status-section { padding: clamp(4.5rem, 8vw, 7rem) 0; background: var(--mist); border-bottom: 1px solid var(--line); }
.status-grid { display: grid; grid-template-columns: .6fr 1.2fr .4fr; gap: 4rem; align-items: center; }
.status-grid .section-index { margin: 0; }
.status-section h2 { margin-bottom: 1.5rem; }
.status-section h2 + p { max-width: 620px; margin: 0; color: var(--ink-soft); }
.progress-mark { display: flex; align-items: flex-end; justify-content: flex-end; gap: 9px; height: 72px; }
.progress-mark span { display: block; width: 6px; background: var(--green); }
.progress-mark span:nth-child(1) { height: 28%; opacity: .3; }
.progress-mark span:nth-child(2) { height: 58%; opacity: .55; }
.progress-mark span:nth-child(3) { height: 100%; }

.contact { padding: var(--section-space) 0; background: var(--white); }
.contact-inner { display: grid; grid-template-columns: .5fr 1.15fr .75fr; gap: clamp(2rem, 6vw, 6rem); }
.contact h2 { max-width: 650px; margin-bottom: 2rem; }
.contact-main > p { max-width: 600px; margin: 0; color: var(--ink-soft); }
.contact-details { align-self: end; border-top: 1px solid var(--ink); }
.contact-placeholder { padding: 1rem 0 1.2rem; border-bottom: 1px solid var(--line); }
.contact-placeholder span { color: var(--green); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-placeholder p { margin: .55rem 0 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.55; }
.contact-item { position: relative; display: grid; grid-template-columns: 1fr auto; padding: 1rem 1.8rem 1rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-item span { grid-column: 1; color: var(--ink-soft); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-item strong { grid-column: 1; margin-top: .15rem; font-size: .88rem; font-weight: 550; }
.contact-item i { position: absolute; top: 50%; right: 0; color: var(--green); font-style: normal; transform: translateY(-50%); }
.contact-item:not(.static):hover strong { color: var(--green); }

.site-footer { padding: 2rem 0; color: rgba(255,255,255,.7); background: #1c2820; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.footer-brand span { display: flex; flex-direction: column; line-height: 1.25; }
.footer-brand strong { color: var(--white); font-size: .69rem; letter-spacing: .22em; }
.footer-brand small { margin-top: .2rem; font-size: .48rem; letter-spacing: .11em; text-transform: uppercase; }
.site-footer p { margin: 0; font-size: .68rem; }
.footer-tagline { justify-self: end; letter-spacing: .1em; text-transform: uppercase; }

[hidden] { display: none !important; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 5rem; }
  .hero::before { top: auto; bottom: 0; width: 100%; height: 38%; border-top: 1px solid rgba(64,90,72,.08); border-left: 0; }
  .hero-mark { display: grid; grid-template-columns: 280px 1fr; gap: 2rem; align-items: center; }
  .mark-orbit { grid-row: 1 / span 4; margin: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 320px; }
  .contact-inner { grid-template-columns: .35fr 1fr; }
  .contact-details { grid-column: 2; }
}

@media (max-width: 720px) {
  :root { --section-space: 4.7rem; }
  .header-inner { min-height: 78px; }
  .brand img { width: 38px; height: 38px; }
  .brand-type span { display: none; }
  .header-link { font-size: .67rem; }
  .hero { padding: 140px 0 75px; }
  .hero-grid { gap: 4rem; }
  h1 { font-size: clamp(2.45rem, 11vw, 3.65rem); }
  .hero-mark { display: block; }
  .mark-orbit { width: 260px; margin: 0 auto 2.3rem; }
  .section-heading, .partnership-grid, .status-grid, .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-heading { margin-bottom: 3rem; }
  .section-heading > p { margin: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 1.4rem 1.4rem 2rem; }
  .service-icon { margin: 2.5rem 0 1.6rem; }
  .partner-name { margin: 3rem 0 0; }
  .status-grid .section-index { margin-bottom: .5rem; }
  .progress-mark { display: none; }
  .contact-details { grid-column: 1; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.4rem; }
  .footer-tagline { justify-self: start; }
}

@media (max-width: 410px) {
  .brand-type strong { font-size: .78rem; }
  .header-link span { display: none; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
}

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