:root {
  --ink: #101413;
  --steel: #252d2a;
  --muted: #65716d;
  --line: rgba(18, 29, 26, .15);
  --paper: #f2f5f2;
  --white: #ffffff;
  --primary: #0b7a2a;
  --primary-dark: #07571f;
  --primary-deep: #07110f;
  --primary-soft: #e4f1e6;
  --accent: #45aa31;
  --accent-dark: #0f6428;
  --gold: #45aa31;
  --clay: #56615e;
  --green: #0b7a2a;
  --navy: #0b1513;
  --glass-bg: rgba(255, 255, 255, .58);
  --glass-strong: rgba(255, 255, 255, .76);
  --glass-dark: rgba(7, 19, 16, .58);
  --glass-dark-strong: rgba(7, 17, 15, .78);
  --glass-border: rgba(255, 255, 255, .44);
  --shadow: 0 24px 60px rgba(5, 11, 10, .19);
  --shadow-soft: 0 12px 32px rgba(5, 11, 10, .13);
  --sheen: linear-gradient(135deg, rgba(255, 255, 255, .64), rgba(255, 255, 255, .07) 44%, rgba(69, 170, 49, .13));
}

* {
  letter-spacing: 0 !important;
}

html {
  background: #0a1d18;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .56), rgba(234, 239, 233, .88)),
    repeating-linear-gradient(135deg, rgba(11, 122, 42, .045) 0 1px, transparent 1px 18px),
    var(--paper);
  text-rendering: geometricPrecision;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(69, 170, 49, .12), transparent 28%),
    linear-gradient(250deg, rgba(16, 20, 19, .10), transparent 34%);
}

h1,
h2,
h3,
.brand strong,
.strip-item strong,
.panel-row b,
.presence-card b {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

h1 {
  font-size: clamp(42px, 4.65vw, 54px);
  line-height: .96;
  text-wrap: balance;
}

h2 {
  font-size: 44px;
  line-height: 1;
  text-wrap: balance;
}

h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.topbar {
  background:
    linear-gradient(90deg, rgba(7, 17, 15, .96), rgba(7, 55, 25, .92)),
    rgba(7, 17, 15, .96);
  color: rgba(244, 248, 244, .86);
}

.topbar .wrap {
  min-height: 34px;
}

.nav {
  top: 0;
  background: rgba(247, 249, 246, .72);
  border-bottom: 1px solid rgba(255, 255, 255, .56);
  box-shadow: 0 12px 36px rgba(9, 30, 24, .08);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  backdrop-filter: blur(22px) saturate(155%);
}

.nav:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .14));
}

.nav .wrap {
  position: relative;
  height: 76px;
}

.brand {
  gap: 0;
  min-width: 230px;
}

.mark {
  width: 226px;
  height: 58px;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(7, 22, 18, .12));
}

.mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand > span:not(.mark) {
  display: none;
}

.links {
  gap: 8px;
  color: rgba(28, 45, 40, .82);
}

.links a {
  position: relative;
  padding: 11px 12px;
  border-radius: 8px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.links a:hover {
  color: var(--primary-deep);
  background: rgba(11, 122, 42, .09);
  transform: translateY(-1px);
}

.btn {
  position: relative;
  isolation: isolate;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 800;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .26), transparent 44%, rgba(69, 170, 49, .20));
  opacity: .72;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(8, 29, 23, .20);
}

.btn.primary {
  background: linear-gradient(135deg, #0f8f34, #064b1d);
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
}

.btn.secondary,
.btn.light {
  background: rgba(255, 255, 255, .70);
  border-color: rgba(255, 255, 255, .48);
  color: var(--navy);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
}

.hero {
  min-height: calc(100vh - 110px);
  align-items: center;
  background: #07110f;
}

.hero:before {
  background:
    linear-gradient(90deg, rgba(5, 12, 10, .76) 0%, rgba(7, 45, 22, .42) 47%, rgba(8, 28, 17, .06) 100%),
    linear-gradient(0deg, rgba(5, 12, 10, .58) 0%, rgba(5, 12, 10, .02) 58%);
}

.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .10), transparent 24%, rgba(255, 255, 255, .05) 42%, transparent 64%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 90px);
  mix-blend-mode: screen;
}

.hero-bg,
.hero img.hero-bg,
.hero > img {
  object-position: center 56%;
  filter: saturate(.98) contrast(1.04) brightness(.94);
}

.hero .wrap {
  padding: 58px 0 34px;
}

.hero-logo {
  position: static;
  width: min(760px, 82vw);
  margin: 0 auto 32px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .44));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.hero-logo img {
  width: 100%;
  height: auto;
}

.hero-grid {
  margin-top: 0;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 32px;
  align-items: end;
}

.hero-panel,
.hero-strip,
.presence-card,
.service,
.card,
.side-card,
.feature,
.related a,
.contact-card,
.process,
.step,
.project,
.content-band .wrap,
.cta:not(#contact) .wrap {
  position: relative;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-soft);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);
}

.hero-panel:before,
.hero-strip:before,
.presence-card:before,
.service:before,
.card:before,
.side-card:before,
.feature:before,
.related a:before,
.contact-card:before,
.process:before,
.step:before,
.project:after,
.content-band .wrap:before,
.cta:not(#contact) .wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: var(--sheen);
  opacity: .58;
}

.hero-grid > div:first-child {
  max-width: 720px;
}

.kicker,
.eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.kicker:before {
  background: linear-gradient(90deg, var(--accent), rgba(69, 170, 49, .20));
}

.hero p {
  color: rgba(249, 247, 239, .79);
  font-size: 16.5px;
}

.hero-panel,
.hero-strip,
.presence-card {
  background: var(--glass-dark);
}

.hero-panel {
  display: grid;
  align-content: stretch;
  border-radius: 8px;
  overflow: hidden;
}

.panel-row {
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 18px;
}

.panel-row svg,
.presence-card svg,
.icon svg,
.feature svg {
  stroke-width: 2.15;
}

.hero-strip {
  margin-top: 14px;
}

.strip-item {
  min-height: 96px;
}

.presence-card {
  margin-top: 12px;
}

section {
  position: relative;
}

section:not(.band):not(.cta):not(.content-band) {
  background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(238, 242, 237, .38));
}

.section-head {
  align-items: start;
}

.section-head p {
  color: #52645e;
}

.service-grid {
  gap: 18px;
}

.service,
.card,
.side-card,
.feature,
.contact-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .48)),
    rgba(255, 255, 255, .72);
}

.service {
  min-height: 286px;
  padding: 24px;
  overflow: hidden;
}

.service:hover,
.feature:hover,
.related a:hover {
  transform: translateY(-4px);
  border-color: rgba(69, 170, 49, .50);
  box-shadow: 0 22px 48px rgba(7, 22, 18, .16);
}

.service h3,
.feature h3 {
  color: #13221d;
}

.service p,
.project p,
.card p,
.card li,
.side-card p,
.feature p {
  color: #5d6d68;
}

.icon {
  background:
    linear-gradient(145deg, rgba(69, 170, 49, .24), rgba(16, 20, 19, .08)),
    rgba(255, 255, 255, .52);
  border: 1px solid rgba(69, 170, 49, .30);
  color: #07571f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.service-more {
  color: #184f3c;
}

.band,
.content-band,
.cta:not(#contact),
.footer {
  background:
    linear-gradient(135deg, rgba(7, 17, 15, .98), rgba(6, 66, 27, .94)),
    #07110f;
}

.band {
  overflow: hidden;
}

.band:before,
.content-band:before,
.cta:not(#contact):before,
.footer:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 18px),
    linear-gradient(90deg, rgba(69, 170, 49, .11), transparent 32%);
}

.band .wrap,
.content-band .wrap,
.cta:not(#contact) .wrap,
.footer .wrap {
  position: relative;
}

.process {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
  overflow: hidden;
}

.step {
  border: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, .07);
}

.step span {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
}

.projects {
  gap: 20px;
}

.projects.owner-media {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  align-items: stretch;
}

.project {
  border-color: rgba(255, 255, 255, .26);
  box-shadow: var(--shadow);
}

.owner-media > .project {
  min-height: 474px;
}

.owner-media .stack {
  grid-template-rows: repeat(3, minmax(138px, 1fr));
}

.owner-media .project.small {
  min-height: 138px;
}

.project video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project:before {
  background:
    linear-gradient(0deg, rgba(7, 20, 17, .92), rgba(7, 20, 17, .06) 64%),
    linear-gradient(120deg, rgba(11, 122, 42, .32), transparent 48%);
}

.project img,
.project video {
  transition: transform .7s ease, filter .7s ease;
}

.project:hover img,
.project:hover video {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.cta {
  padding: 84px 0;
  background:
    linear-gradient(180deg, rgba(238, 242, 237, .2), rgba(238, 242, 237, .9));
}

.cta-box {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cta-copy {
  align-self: center;
  padding: 0;
}

.contact-card {
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
}

.field input,
.field textarea,
.field select {
  border-color: rgba(21, 43, 35, .18);
  background: rgba(255, 255, 255, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .62);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: rgba(69, 170, 49, .72);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(69, 170, 49, .16);
}

.footer {
  position: relative;
}

.footer a:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 10px;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(6, 22, 18, .32);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.card,
.side-card {
  overflow: hidden;
}

.feature {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.related a {
  background: rgba(255, 255, 255, .62);
  overflow: hidden;
}

.content-band .wrap,
.cta:not(#contact) .wrap {
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

@media (max-width: 980px) {
  h1 {
    font-size: 52px;
    line-height: .98;
  }

  h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .hero {
    min-height: auto;
  }

  .hero .wrap {
    padding: 48px 0 30px;
  }

  .hero-logo {
    position: static;
    width: min(620px, 100%);
    margin: 0 auto 24px;
    padding: 0;
  }

  .hero-grid,
  .section-head,
  .projects,
  .projects.owner-media,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    margin-top: 0;
  }

  .service-grid,
  .process,
  .hero-strip,
  .presence-card {
    grid-template-columns: 1fr;
  }

  .presence-card {
    align-items: start;
  }

  .presence-card .btn {
    width: 100%;
  }

  .strip-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .strip-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: calc(100% - 28px);
  }

  .topbar {
    display: none;
  }

  .nav .wrap {
    height: 66px;
  }

  .mark {
    width: 164px;
    height: 44px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: 30px;
  }

  .hero-logo {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .hero-logo,
  .hero-grid,
  .hero-strip,
  .presence-card,
  .service,
  .project,
  .cta-box {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero p {
    font-size: 16px;
  }

  .owner-media > .project,
  .owner-media .project.small {
    min-height: 230px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .service,
  .card,
  .side-card,
  .contact-card,
  .content-band .wrap,
  .cta:not(#contact) .wrap {
    padding: 20px;
  }

  .footer .wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
