:root {
  --w: #ffffff;
  --ow: #fafafa;
  --lt: #f3f6f5;
  --ink: #050806;
  --im: #18231f;
  --is: #69736d;
  --ig: #a7afaa;
  --gld: #094635;
  --gl: rgba(9, 70, 53, .08);
  --gb: rgba(9, 70, 53, .18);
  --bd: #e9eeeb;
  --bm: #d8e3dd;
  --dk: #06110c;
  --dk2: #020604;
  --cr: #ffffff;
  --crd: rgba(255, 255, 255, .72);
  --crb: rgba(255, 255, 255, .14);
  --radius: 12px;
  --container: 1180px;
  --hero-image: url("assets/consulting-meeting.jpg");
  --banner-image: url("assets/strategy-session.jpg");
}

* {
  letter-spacing: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--w);
  color: var(--ink);
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
}

.inner,
.foot-main,
.foot-btm,
.svc-hero-in,
.cta-ban-in,
.art-lay {
  max-width: var(--container);
  padding-left: 24px;
  padding-right: 24px;
}

.page {
  background: var(--w);
}

.sect {
  padding: 112px 0;
  border-bottom: 1px solid var(--bd);
}

.sect-lt {
  background: var(--lt);
}

.sect-dk {
  background: var(--dk);
}

.h1,
.h2,
.h3,
.hero-h1,
.team-name,
.fc-title,
.w-title,
.case-hl,
.art-content h2,
.art-content h3,
.sb-title {
  font-family: "Geist", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.h1,
.hero-h1 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: 4.75rem;
  line-height: .98;
}

.h2 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: 3.25rem;
  line-height: 1.02;
}

.h3 {
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.25;
}

.h1 em,
.h2 em,
.hero-h1 em,
.fc-title,
.case-hl {
  color: var(--gld);
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.sect-dk .h1 em,
.sect-dk .h2 em {
  color: var(--crd);
}

.lead {
  max-width: 660px;
  margin-bottom: 32px;
  padding-left: 0;
  border-left: 0;
  color: var(--is);
  font-size: 1.06rem;
  line-height: 1.75;
}

.body-t,
.srv-body,
.pb,
.case-res,
.w-exc,
.wi li,
.qi-txt,
.fc-text,
.art-content p,
.art-content li,
.sb-body,
.team-bio,
.val-body {
  color: var(--is);
}

.eyebrow,
.hero-cat,
.case-sec,
.svc-box-lbl,
.wi-num,
.proc-lbl,
.fc-sect,
.fc-lbl,
.sb-lbl,
.team-role,
.val-num,
.wcat,
.foot-col h4,
.foot-sub {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gld);
  font-family: "Geist Mono", Consolas, monospace;
  font-size: .75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.eyebrow::before,
.hero-cat::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gld);
  content: "";
}

.bc {
  margin-bottom: 30px;
  color: var(--is);
  font-size: .88rem;
}

.bc a {
  color: var(--is);
}

.btn-dk,
.btn-gld,
.nav-cta,
.button,
.btn-ghost,
.see-all,
.srv-link,
.w-read {
  border-radius: var(--radius);
  text-transform: none;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.btn-dk,
.nav-cta {
  background: var(--ink);
  color: var(--w);
  padding: 13px 20px;
  font-size: .9rem;
  font-weight: 500;
}

.btn-dk:hover,
.nav-cta:hover {
  background: var(--gld);
  color: var(--w);
  transform: translateY(-1px);
}

.btn-gld {
  background: var(--w);
  color: var(--ink);
  padding: 13px 20px;
  font-size: .9rem;
  font-weight: 500;
}

.btn-gld:hover {
  background: #e8f0ec;
  opacity: 1;
  transform: translateY(-1px);
}

.btn-ghost,
.see-all {
  color: var(--gld);
  border: 1px solid var(--bd);
  padding: 12px 18px;
  font-size: .9rem;
  font-weight: 500;
  background: var(--w);
}

.btn-ghost:hover,
.see-all:hover {
  border-color: var(--gld);
  color: var(--gld);
  transform: translateY(-1px);
}

.actions {
  gap: 12px;
}

nav {
  position: fixed;
  top: 16px;
  left: 50%;
  right: auto;
  z-index: 300;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 24px;
  align-items: center;
  width: min(calc(100% - 32px), var(--container));
  height: 66px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(232, 238, 234, .82);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 60px rgba(5, 8, 6, .08);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

nav.scrolled {
  border-color: var(--bm);
}

.nav-logo {
  margin-right: 0;
  color: var(--ink);
}

.nav-wm {
  font-family: "Geist", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: none;
}

.nav-pipe {
  background: var(--bm);
}

.nav-sub {
  color: var(--is);
  font-family: "Geist Mono", Consolas, monospace;
  font-size: .72rem;
}

.nav-links {
  justify-content: center;
  margin: 0;
  gap: 8px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--is);
  font-size: .9rem;
}

.nav-links a:hover,
.nav-links a.active {
  background: var(--lt);
  color: var(--ink);
}

.nav-cta {
  white-space: nowrap;
}

.mob-menu {
  top: 92px;
  left: 16px;
  right: 16px;
  padding: 12px;
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 50px rgba(5, 8, 6, .12);
}

.mob-menu a {
  border-bottom: 1px solid var(--bd);
  color: var(--ink);
}

.hero-home {
  min-height: 100vh;
  padding: 118px 24px 0;
  border-bottom: 1px solid var(--bd);
  background:
    radial-gradient(circle at 12% 22%, rgba(9, 70, 53, .09), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}

.hero-home::before {
  display: none;
}

.hero-main {
  position: relative;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 52px;
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 68px 0 42px;
}

.hero-cat {
  margin-bottom: 24px;
  color: var(--gld);
}

.hero-h1 {
  max-width: 820px;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  background: var(--w);
  box-shadow: 0 24px 70px rgba(5, 8, 6, .12);
}

.hero-panel::before {
  display: block;
  height: 210px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .28)), var(--hero-image);
  background-position: center;
  background-size: cover;
  content: "";
}

.hero-panel-lbl {
  padding: 18px 20px 12px;
  border-bottom: 0;
  background: var(--w);
  color: var(--gld);
  font-family: "Geist Mono", Consolas, monospace;
  font-size: .72rem;
  font-weight: 500;
  text-transform: uppercase;
}

.h-srv {
  padding: 15px 20px;
  border-top: 1px solid var(--bd);
  border-bottom: 0;
}

.h-srv:hover {
  background: var(--lt);
}

.h-srv-name {
  color: var(--ink);
  font-size: .98rem;
  font-weight: 500;
}

.h-srv-tag {
  color: var(--gld);
  font-family: "Geist Mono", Consolas, monospace;
  font-size: .72rem;
}

.h-srv-arr {
  color: var(--gld);
}

.hero-stats {
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 0 0 34px;
  border-top: 0;
  gap: 12px;
}

.hstat {
  padding: 22px;
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .74);
}

.hstat-n {
  color: var(--ink);
  font-family: "Geist", Arial, sans-serif;
  font-size: 2.35rem;
  font-weight: 600;
}

.hstat-n span {
  color: var(--gld);
}

.hstat-l {
  color: var(--is);
  font-size: .92rem;
}

.sect-header {
  margin-bottom: 36px;
}

.srv-grid,
.w-grid {
  gap: 16px;
  border: 0;
  background: transparent;
}

.srv-card,
.w-card,
.case-card,
.wi,
.team-card,
.val-item,
.sb-box,
.kt-info,
.kt-form,
.full-case {
  overflow: hidden;
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  background: var(--w);
  box-shadow: none;
}

.srv-card {
  min-height: 300px;
  padding: 28px;
}

.srv-card::after {
  height: 4px;
  background: var(--gld);
}

.srv-card:hover,
.w-card:hover,
.case-card:hover,
.wi:hover {
  border-color: var(--gb);
  background: var(--w);
  transform: translateY(-2px);
}

.srv-card.feat {
  border-top: 1px solid var(--gld);
  background: var(--gld);
  color: var(--w);
}

.srv-card.feat .h3,
.srv-card.feat .srv-body,
.srv-card.feat .srv-num,
.srv-card.feat .srv-link {
  color: var(--w);
}

.srv-num {
  color: var(--gld);
  font-family: "Geist Mono", Consolas, monospace;
  font-size: .78rem;
}

.srv-link,
.w-read {
  color: var(--gld);
  font-size: .9rem;
  font-weight: 500;
}

.appr-grid {
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
}

.appr-q {
  margin-bottom: 22px;
  padding: 28px;
  border: 1px solid var(--bd);
  border-left: 4px solid var(--gld);
  border-radius: var(--radius);
  background: var(--lt);
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  line-height: 1.2;
}

.appr-attr {
  color: var(--is);
}

.princ {
  grid-template-columns: 44px 1fr;
  padding: 24px 0;
  border-bottom: 1px solid var(--bd);
}

.princ:first-child {
  border-top: 1px solid var(--bd);
}

.pm {
  border-color: var(--gb);
  background: var(--gl);
  color: var(--gld);
  font-family: "Geist Mono", Consolas, monospace;
}

.pt {
  font-size: 1rem;
  font-weight: 600;
}

.cases-grid,
.team-grid {
  gap: 16px;
}

.case-card {
  min-height: 310px;
  padding: 28px;
}

.case-hl {
  font-size: 1.48rem;
}

.case-rule {
  background: var(--gld);
}

.w-card {
  min-height: 310px;
  padding: 28px;
}

.w-meta {
  gap: 12px;
}

.w-title {
  font-size: 1.28rem;
  line-height: 1.25;
}

.wcat-fin,
.wcat-rest,
.wcat-ma,
.wcat-bon,
.wcat-liq,
.wcat-arc {
  color: var(--gld);
}

.cta-ban {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-image:
    linear-gradient(90deg, rgba(3, 9, 6, .92), rgba(3, 9, 6, .74)),
    var(--banner-image);
  background-position: center;
  background-size: cover;
}

.cta-ban-in {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 70px;
}

.cta-ban-r {
  border-left: 1px solid var(--crb);
  color: var(--crd);
}

.cta-ban-sub,
.cta-ban-note span {
  color: var(--crd);
}

.cta-ck {
  color: #b5d9ca;
}

.svc-hero {
  padding: 152px 0 86px;
  background:
    radial-gradient(circle at 80% 12%, rgba(9, 70, 53, .1), transparent 31%),
    var(--w);
  border-bottom: 1px solid var(--bd);
}

.svc-hero-in {
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 56px;
}

.svc-box {
  margin-top: 0;
  padding: 28px;
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  background: var(--lt);
}

.svc-box-title {
  color: var(--ink);
  font-family: "Geist", Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 500;
}

.what-grid {
  gap: 16px;
  border: 0;
  background: transparent;
}

.wi {
  padding: 28px;
}

.wi-title {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
}

.wi li::before,
.art-content li::before {
  color: var(--gld);
  content: "•";
}

.proc-grid {
  gap: 16px;
}

.proc-grid::before {
  display: none;
}

.proc-step {
  padding: 24px;
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  background: var(--w);
}

.proc-marker {
  border-color: var(--gb);
  background: var(--gl);
}

.proc-num,
.proc-note {
  color: var(--gld);
}

.qual-grid {
  gap: 0 28px;
}

.qi {
  border-bottom: 1px solid var(--bd);
}

.qi:first-child {
  border-top: 1px solid var(--bd);
}

.qi-ck {
  border-color: var(--gb);
  background: var(--gl);
  color: var(--gld);
}

.fc-head {
  padding: 28px;
  border-bottom: 1px solid var(--bd);
  background: var(--lt);
}

.fc-title {
  color: var(--ink);
  font-size: 1.45rem;
}

.fc-badge {
  border: 1px solid var(--gb);
  border-radius: 999px;
  color: var(--gld);
  font-family: "Geist Mono", Consolas, monospace;
}

.fc-body {
  padding: 28px;
}

.fc-grid {
  gap: 28px;
}

.art-hero {
  padding: 152px 0 72px;
  border-bottom: 1px solid var(--bd);
}

.art-hdr {
  max-width: 840px;
}

.art-content h2 {
  font-size: 2rem;
}

.art-box {
  border: 1px solid var(--bd);
  border-left: 4px solid var(--gld);
  border-radius: var(--radius);
  background: var(--lt);
}

.art-sidebar {
  top: 112px;
}

.team-img {
  height: 238px;
  background:
    linear-gradient(135deg, rgba(9, 70, 53, .1), rgba(9, 70, 53, .02)),
    var(--lt);
}

.team-init {
  color: rgba(9, 70, 53, .25);
  font-family: "Newsreader", Georgia, serif;
}

.team-info {
  padding: 24px;
}

.team-name {
  font-size: 1.35rem;
}

.val-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.val-item {
  padding: 26px;
}

.val-title {
  color: var(--ink);
  font-weight: 600;
}

.kt-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: start;
}

.kt-info,
.kt-form {
  padding: 32px;
}

.kt-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--bd);
}

.kt-lbl {
  color: var(--gld);
  font-family: "Geist Mono", Consolas, monospace;
  font-size: .74rem;
  text-transform: uppercase;
}

.kt-val {
  color: var(--ink);
}

.f-group {
  margin-bottom: 16px;
}

.f-label {
  color: var(--ink);
  font-size: .92rem;
  font-weight: 500;
}

.f-input,
.f-sel,
.f-ta {
  width: 100%;
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  background: var(--w);
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}

.f-ta {
  min-height: 132px;
  resize: vertical;
}

.f-input:focus,
.f-sel:focus,
.f-ta:focus {
  border-color: var(--gld);
  box-shadow: 0 0 0 3px var(--gl);
}

footer {
  background: var(--dk2);
  border-top: 0;
}

.foot-main {
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 42px;
  padding-top: 72px;
  padding-bottom: 48px;
}

.foot-wm {
  color: var(--cr);
  font-family: "Geist", Arial, sans-serif;
  font-size: 1.28rem;
  text-transform: none;
}

.foot-sub,
.foot-col h4 {
  color: rgba(181, 217, 202, .9);
}

.foot-tag,
.foot-col a,
.foot-btm,
.foot-legal a {
  color: rgba(255, 255, 255, .58);
}

.foot-col a:hover {
  color: var(--cr);
}

.foot-btm {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.reveal {
  transform: translate3d(0, 18px, 0);
}

.reveal.visible {
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1040px) {
  .h1,
  .hero-h1 {
    font-size: 3.65rem;
  }

  .h2 {
    font-size: 2.55rem;
  }

  .hero-main,
  .svc-hero-in,
  .cta-ban-in,
  .appr-grid,
  .art-lay,
  .kt-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 620px;
  }

  .hero-stats,
  .srv-grid,
  .cases-grid,
  .w-grid,
  .team-grid,
  .val-grid,
  .proc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-ban-r {
    padding-left: 0;
    border-left: 0;
  }

  nav {
    grid-template-columns: auto auto auto;
  }

  .nav-links {
    display: none;
  }

  .nav-mb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--lt);
    color: var(--ink);
    font-size: 1.35rem;
  }
}

@media (max-width: 720px) {
  .inner,
  .foot-main,
  .foot-btm,
  .svc-hero-in,
  .cta-ban-in,
  .art-lay {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sect,
  .cta-ban {
    padding: 72px 0;
  }

  .svc-hero,
  .art-hero {
    padding-top: 128px;
  }

  .hero-home {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-main {
    padding-top: 42px;
  }

  .h1,
  .hero-h1 {
    font-size: 2.65rem;
    line-height: 1.04;
  }

  .h2 {
    font-size: 2.1rem;
  }

  .lead {
    font-size: 1rem;
  }

  .hero-stats,
  .srv-grid,
  .cases-grid,
  .w-grid,
  .team-grid,
  .val-grid,
  .proc-grid,
  .what-grid,
  .qual-grid,
  .fc-grid,
  .foot-main {
    grid-template-columns: 1fr !important;
  }

  .hero-panel::before {
    height: 180px;
  }

  .nav-cta {
    display: none;
  }

  nav {
    width: calc(100% - 24px);
    height: 62px;
    top: 12px;
  }

  .foot-btm {
    flex-direction: column;
    align-items: flex-start;
  }
}
