:root {
  --ink: #0b120e;
  --green: #63a51f;
  --lime: #c5ee79;
  --paper: #f5f3eb;
  --soft: #e7e6dc;
  --muted: #687169;
  --line: #d6d7ce;
  --white: #fff;
  --max: 1260px;
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
.wrap {
  width: min(var(--max), calc(100% - 64px));
  margin: auto;
}
.progress {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  z-index: 100;
  background: transparent;
}
.progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--lime);
}
.topline {
  background: var(--ink);
  color: #dce4dc;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 0;
}
.top-inner {
  display: flex;
  justify-content: space-between;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 243, 235, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(11, 18, 14, 0.1);
  transition: 0.35s var(--ease);
}
.site-header.scrolled {
  box-shadow: 0 14px 40px rgba(11, 18, 14, 0.09);
}
.nav-wrap {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img {
  width: 190px;
  height: 58px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav a {
  position: relative;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 9px 0;
}
.nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 1px;
  height: 2px;
  background: var(--green);
  transition: right 0.35s var(--ease);
}
.nav a:hover::after,
.nav a.active::after {
  right: 0;
}
.nav a:hover,
.nav a.active {
  color: var(--green);
}
.nav-cta {
  border: 1px solid var(--ink) !important;
  padding: 12px 17px !important;
  transition: 0.3s var(--ease);
}
.nav-cta:hover {
  background: var(--ink);
  color: #fff !important;
}
.nav-cta::after {
  display: none;
}
.nav-cta b {
  margin-left: 12px;
}
.menu-btn {
  display: none;
  border: 0;
  background: none;
  font-weight: 700;
  font-size: 13px;
}
.menu-btn i {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--ink);
  margin: 4px 0;
}
.hero {
  min-height: calc(100vh - 40px);
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--ink);
}
.hero-media,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: center 45%;
  filter: grayscale(0.12) contrast(1.04);
  will-change: transform;
}
.hero-shade {
  background:
    radial-gradient(
      circle at 78% 45%,
      rgba(197, 238, 121, 0.2),
      transparent 26%
    ),
    linear-gradient(
      90deg,
      rgba(4, 8, 6, 0.97) 0%,
      rgba(6, 12, 9, 0.78) 48%,
      rgba(6, 12, 9, 0.18) 100%
    );
}
.hero-grid {
  background-image:
    linear-gradient(rgba(197, 238, 121, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 238, 121, 0.055) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
  animation: gridMove 18s linear infinite;
}
.hero-ring {
  position: absolute;
  border: 1px solid rgba(197, 238, 121, 0.2);
  border-radius: 50%;
  pointer-events: none;
}
.ring-a {
  width: 600px;
  height: 600px;
  right: -210px;
  top: 50%;
  transform: translateY(-50%);
  animation: spin 24s linear infinite;
}
.ring-b {
  width: 410px;
  height: 410px;
  right: -95px;
  top: 50%;
  transform: translateY(-50%);
  animation: spin 15s linear reverse infinite;
}
.hero-side {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  font-size: 8px;
  letter-spacing: 0.28em;
  color: #bfc9bf;
}
.hero-side span {
  margin-left: 35px;
  color: var(--lime);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding: 105px 0;
  max-width: 1260px;
}
.eyebrow,
.kicker {
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--lime);
  margin-bottom: 25px;
}
.eyebrow span {
  width: 32px;
  height: 2px;
  background: var(--lime);
}
.hero-index {
  position: absolute;
  right: 0;
  top: 30px;
  color: #aeb9af;
  font-size: 9px;
  letter-spacing: 0.2em;
}
.hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.89;
  letter-spacing: -0.07em;
  max-width: 940px;
  margin: 0 0 32px;
}
.hero h1 em {
  font-style: normal;
  color: var(--lime);
}
.hero-copy {
  font-size: 18px;
  max-width: 665px;
  color: #e6ece5;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 20px;
  text-decoration: none;
  border: 1px solid transparent;
  font: 700 12px "DM Sans";
  cursor: pointer;
  transition: 0.35s var(--ease);
}
.btn span {
  font-size: 17px;
  line-height: 0;
}
.btn-primary {
  background: var(--lime);
  color: var(--ink);
}
.btn-primary:hover {
  background: #d8f6a2;
  box-shadow: 0 18px 35px rgba(197, 238, 121, 0.16);
}
.btn-dark {
  background: var(--ink);
  color: #fff;
}
.btn-dark:hover {
  background: var(--green);
}
.text-link,
.arrow-link {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}
.text-link span,
.arrow-link span {
  margin-left: 14px;
}
.text-link:hover,
.arrow-link:hover {
  color: var(--green);
}
.hero-bottom {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.18em;
  color: #c5cec6;
}
.marquee {
  background: var(--lime);
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid var(--ink);
}
.marquee-track {
  display: flex;
  gap: 34px;
  width: max-content;
  padding: 14px 0;
  font-family: "Space Grotesk";
  font-size: 12px;
  letter-spacing: 0.12em;
  animation: marquee 25s linear infinite;
}
.marquee b {
  font-size: 10px;
}
.section {
  padding: 125px 0;
}
.about-grid,
.feature-grid,
.contact-grid,
.afcfta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
}
@media screen and (max-width: 640px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}
.kicker {
  color: var(--green);
  margin: 0 0 18px;
}
.about h2,
.section-head h2,
.afcfta h2,
.feature h2,
.contact h2,
.closing-visual h2 {
  font-family: "Space Grotesk";
  font-size: clamp(46px, 5.4vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  margin: 0;
}
.about h2 span,
.section-head h2 span,
.afcfta h2 span,
.feature h2 span,
.contact h2 span,
.closing-visual h2 span {
  color: var(--green);
}
.outline-word {
  font-family: "Space Grotesk";
  font-size: clamp(70px, 9vw, 138px);
  font-weight: 700;
  letter-spacing: -0.09em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(11, 18, 14, 0.11);
  margin-top: 35px;
  line-height: 0.8;
}
.about-copy {
  max-width: 620px;
}
.lead {
  font-size: 21px;
  line-height: 1.45;
}
.about-copy p {
  margin-top: 0;
  margin-bottom: 24px;
}
.arrow-link {
  color: var(--ink);
  display: inline-block;
  margin-top: 8px;
}
.visual-strip {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 14px;
  margin-top: 88px;
}
.visual-strip figure {
  height: 390px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #ddd;
}
.visual-strip figure:nth-child(2) {
  height: 330px;
  margin-top: 60px;
}
.visual-strip figure:nth-child(3) {
  height: 330px;
  margin-top: 120px;
}
.visual-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
  filter: saturate(0.88);
}
.visual-strip figure:hover img {
  transform: scale(1.07);
}
.visual-strip figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 45px 18px 16px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.1em;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}
.visual-strip figcaption span {
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 12px;
}
.proof-band {
  background: var(--green);
  color: var(--ink);
  padding: 82px 0;
  position: relative;
  overflow: hidden;
}
.proof-band:after {
  content: "HC";
  position: absolute;
  right: -20px;
  bottom: -90px;
  font: 700 310px/0.8 "Space Grotesk";
  letter-spacing: -0.1em;
  color: rgba(11, 18, 14, 0.055);
}
.proof-grid {
  display: grid;
  grid-template-columns: 260px 1fr 150px;
  gap: 55px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.proof-number {
  display: flex;
  align-items: flex-start;
  font-family: "Space Grotesk";
  font-size: 145px;
  line-height: 0.75;
  letter-spacing: -0.1em;
}
.proof-number span {
  font-size: 62px;
  line-height: 1;
}
.proof-band h2 {
  font-family: "Space Grotesk";
  font-size: 44px;
  line-height: 1.02;
  letter-spacing: -0.045em;
  max-width: 740px;
  margin: 0 0 16px;
}
.proof-band p {
  max-width: 740px;
}
.proof-badge {
  height: 130px;
  border: 1px solid rgba(11, 18, 14, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: rotate(-4deg);
}
.proof-badge span {
  font: 700 48px "Space Grotesk";
  letter-spacing: -0.08em;
}
.proof-badge small {
  font-size: 8px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.services {
  background: var(--soft);
}
.section-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 56px;
}
.section-note {
  font-size: 16px;
  color: var(--muted);
  max-width: 440px;
  margin: 0 0 4px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}
.service-card {
  background: var(--paper);
  padding: 31px;
  min-height: 290px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.45s var(--ease);
}
.service-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(197, 238, 121, 0.28),
    transparent 58%
  );
  opacity: 0;
  transition: 0.45s;
}
.service-card:hover {
  transform: translateY(-8px);
  z-index: 2;
  box-shadow: 0 24px 45px rgba(11, 18, 14, 0.13);
}
.service-card:hover:before {
  opacity: 1;
}
.service-card.featured {
  background: var(--ink);
  color: #fff;
}
.service-card.wide {
  grid-column: span 2;
  min-height: 215px;
}
.service-no {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--green);
  position: relative;
}
.service-icon {
  font-family: "Space Grotesk";
  font-size: 29px;
  color: var(--green);
  position: absolute;
  right: 28px;
  top: 26px;
}
.service-card h3 {
  font-family: "Space Grotesk";
  font-size: 25px;
  line-height: 1.05;
  margin: auto 0 12px;
  letter-spacing: -0.03em;
  max-width: 380px;
  position: relative;
}
.service-card p {
  color: #70776f;
  margin: 0;
  max-width: 370px;
  font-size: 14px;
  position: relative;
}
.featured p {
  color: #cbd4cb;
}
.service-mark {
  position: absolute;
  right: 25px;
  bottom: 18px;
  font-size: 28px;
  font-weight: 300;
  transition: 0.35s;
}
.service-card:hover .service-mark {
  transform: rotate(45deg);
  color: var(--green);
}
.image-card {
  padding: 0 !important;
  min-height: 290px;
}
.image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
  filter: saturate(0.75);
}
.image-card:hover img {
  transform: scale(1.08);
}
.image-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  color: #fff;
  background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.86));
}
.image-card-overlay span {
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--lime);
  font-weight: 700;
}
.image-card-overlay b {
  font: 600 28px/1.05 "Space Grotesk";
  letter-spacing: -0.04em;
  margin-top: 8px;
}
.section-dark {
  background: var(--ink);
  color: #fff;
  padding: 125px 0;
  position: relative;
  overflow: hidden;
}
.section-dark:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 80% 25%,
    rgba(99, 165, 31, 0.12),
    transparent 30%
  );
  pointer-events: none;
}
.light-head {
  position: relative;
  z-index: 1;
}
.light-head h2 {
  color: #fff;
}
.light-head .section-note {
  color: #aeb7ae;
}
.market-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 15px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.network-photo {
  min-height: 560px;
  position: relative;
  overflow: hidden;
}
.network-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
  filter: saturate(0.8);
}
.network-photo:hover img {
  transform: scale(1.06);
}
.network-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 22px 22px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  display: flex;
  flex-direction: column;
}
.network-caption span {
  color: var(--lime);
  font-size: 9px;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.network-caption b {
  font: 600 24px/1.1 "Space Grotesk";
  margin-top: 7px;
}
.map-panel {
  min-height: 560px;
  background: #141a16;
  position: relative;
  overflow: hidden;
  border: 1px solid #344039;
}
.map-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(197, 238, 121, 0.07);
  filter: blur(45px);
  left: 37%;
  top: 33%;
  animation: pulse 5s ease-in-out infinite;
}
.map-grid {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(197, 238, 121, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 238, 121, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(600px) rotateX(58deg) scale(1.3);
  transform-origin: center bottom;
}
.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.network-lines path {
  fill: none;
  stroke: var(--green);
  stroke-width: 2;
  stroke-dasharray: 8 10;
  opacity: 0.65;
  animation: dash 12s linear infinite;
}
.map-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font: 700 18px "Space Grotesk";
  letter-spacing: 0.16em;
  color: #fff;
}
.map-center span {
  display: block;
  font: 700 8px "DM Sans";
  letter-spacing: 0.35em;
  color: var(--lime);
  margin-top: 7px;
}
.pin {
  position: absolute;
  font-size: 10px;
  color: #dce4da;
  font-weight: 700;
  z-index: 2;
}
.pin:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 0 5px rgba(197, 238, 121, 0.12);
  animation: pinPulse 2.4s ease-in-out infinite;
}
.p1 {
  left: 22%;
  top: 23%;
}
.p2 {
  left: 14%;
  top: 45%;
}
.p3 {
  left: 44%;
  top: 56%;
}
.p4 {
  left: 64%;
  top: 73%;
}
.p5 {
  left: 31%;
  top: 62%;
}
.p6 {
  left: 6%;
  top: 34%;
}
.p7 {
  left: 49%;
  top: 43%;
}
.p8 {
  right: 8%;
  top: 84%;
}
.p9 {
  left: 58%;
  top: 29%;
}
.p10 {
  right: 5%;
  top: 22%;
}
.market-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 35px;
  border-top: 1px solid #374038;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.market-list div {
  padding: 17px 0;
  border-bottom: 1px solid #374038;
  font-size: 14px;
  transition: 0.3s;
}
.market-list div:hover {
  color: var(--lime);
  padding-left: 8px;
}
.market-list span {
  color: var(--green);
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-right: 14px;
}
.afcfta {
  background: var(--paper);
}
.afcfta-copy p {
  max-width: 620px;
}
.afcfta .btn {
  margin-top: 24px;
}
.afcfta-visual {
  min-height: 580px;
  position: relative;
  overflow: hidden;
  background: #152018;
}
.afcfta-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) saturate(0.8);
}
.afcfta-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 18, 14, 0.68), transparent 65%);
}
.afcfta-overlay {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  color: #fff;
}
.afcfta-overlay strong {
  font: 700 110px/0.72 "Space Grotesk";
  letter-spacing: -0.09em;
  color: var(--lime);
}
.afcfta-overlay span {
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.afcfta-stamp {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 2;
  width: 115px;
  height: 115px;
  border: 1px solid rgba(197, 238, 121, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 700 10px/1.1 "Space Grotesk";
  letter-spacing: 0.1em;
  color: var(--lime);
  transform: rotate(10deg);
}
.feature {
  background: #fff;
}
.feature-image {
  min-height: 620px;
  overflow: hidden;
  position: relative;
}
.feature-image:after {
  content: "HC";
  position: absolute;
  right: 25px;
  bottom: 15px;
  font: 700 82px/0.8 "Space Grotesk";
  color: rgba(197, 238, 121, 0.9);
  letter-spacing: -0.1em;
}
.feature-image img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  will-change: transform;
  filter: saturate(0.9);
}
.floating-label {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.18em;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-copy > p {
  max-width: 570px;
}
.principles {
  border-top: 1px solid var(--line);
  margin-top: 28px;
}
.principles div {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  transition: 0.3s;
}
.principles div:hover {
  padding-left: 10px;
}
.principles b {
  color: var(--green);
  font-size: 11px;
  letter-spacing: 0.1em;
}
.principles i {
  margin-left: auto;
  font-style: normal;
  opacity: 0.35;
}
.showcase {
  background: #111713;
}
.gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.9fr;
  grid-template-rows: 250px 250px 250px;
  gap: 14px;
}
.gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #222;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
  transition:
    transform 0.8s var(--ease),
    filter 0.5s;
}
.gallery figure:hover img {
  transform: scale(1.07);
  filter: saturate(1);
}
.gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 55px 18px 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  font-size: 12px;
  font-weight: 600;
}
.gallery figcaption span {
  color: var(--lime);
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-right: 12px;
}
.g1 {
  grid-row: span 2;
}
.g2 {
  grid-column: span 2;
}
.g5 {
  grid-column: span 2;
}
.closing-visual {
  height: 620px;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}
.closing-image,
.closing-image img,
.closing-overlay {
  position: absolute;
  inset: 0;
}
.closing-image img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.1);
}
.closing-overlay {
  display: flex;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(4, 8, 6, 0.94),
    rgba(4, 8, 6, 0.46),
    rgba(4, 8, 6, 0.12)
  );
}
.closing-overlay .wrap {
  padding-right: 45%;
}
.closing-overlay h2 {
  margin-bottom: 30px;
}
.contact {
  background: var(--paper);
}
.contact-grid {
  align-items: start;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 38px;
}
.contact-details a {
  font-family: "Space Grotesk";
  font-size: 20px;
  color: var(--ink);
  text-decoration: none;
  transition: 0.25s;
}
.contact-details a:first-child {
  color: var(--green);
}
.contact-details a:hover {
  transform: translateX(5px);
}
.contact-details small {
  font: 12px "DM Sans";
  color: var(--muted);
}
.office-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.office-mini div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.office-mini b {
  font-size: 9px;
  letter-spacing: 0.16em;
  color: var(--green);
}
.office-mini span {
  font-size: 12px;
  color: var(--muted);
}
.contact-form {
  background: #fff;
  padding: 40px;
  border: 1px solid var(--line);
  box-shadow: 0 25px 70px rgba(11, 18, 14, 0.07);
}
.form-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 14px;
  margin-bottom: 28px;
  font-size: 9px;
  letter-spacing: 0.16em;
  font-weight: 700;
}
.form-title b {
  color: var(--green);
}
.contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 22px;
}
.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bbbdb6;
  padding: 12px 0;
  background: transparent;
  font: 15px "DM Sans";
  outline: none;
  transition: 0.25s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
}
.check {
  display: flex !important;
  gap: 9px;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: var(--muted);
}
.check input {
  margin-top: 3px;
}
.contact-form .btn {
  width: 100%;
  margin-top: 5px;
}
footer {
  background: var(--ink);
  color: #c9d0c8;
  padding: 75px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 70px;
  padding-bottom: 60px;
}
.footer-logo {
  width: 175px;
  background: #fff;
  mix-blend-mode: screen;
  filter: grayscale(1);
  opacity: 0.9;
}
.footer-grid p {
  font-size: 12px;
}
.footer-strap {
  max-width: 320px;
  color: #889288 !important;
  font-size: 10px !important;
  letter-spacing: 0.1em;
}
.footer-grid a {
  display: block;
  color: #dfe6dc;
  text-decoration: none;
  font-size: 13px;
  margin: 9px 0;
}
.footer-grid a:hover {
  color: var(--lime);
}
.footer-title {
  color: var(--lime) !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 10px !important;
}
.footer-bottom {
  border-top: 1px solid #343b36;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #7e887e;
  letter-spacing: 0.04em;
}
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.service-card.reveal:nth-child(2),
.gallery .reveal:nth-child(2) {
  transition-delay: 0.05s;
}
.service-card.reveal:nth-child(3),
.gallery .reveal:nth-child(3) {
  transition-delay: 0.1s;
}
.service-card.reveal:nth-child(4),
.gallery .reveal:nth-child(4) {
  transition-delay: 0.15s;
}
.service-card.reveal:nth-child(5),
.gallery .reveal:nth-child(5) {
  transition-delay: 0.2s;
}
.service-card.reveal:nth-child(6),
.gallery .reveal:nth-child(6) {
  transition-delay: 0.25s;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes gridMove {
  to {
    background-position: 70px 70px;
  }
}
@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    transform: scale(1.18);
    opacity: 0.65;
  }
}
@keyframes pinPulse {
  50% {
    box-shadow: 0 0 0 8px rgba(197, 238, 121, 0.04);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: -180;
  }
}
@media (max-width: 1000px) {
  .hero-side {
    display: none;
  }
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 84px;
    background: rgba(245, 243, 235, 0.98);
    backdrop-filter: blur(18px);
    display: none;
    padding: 22px 32px;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .nav.open {
    display: flex;
  }
  .menu-btn {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .nav-cta {
    width: 100%;
  }
  .hero {
    min-height: 680px;
  }
  .intro-grid,
  .feature-grid,
  .contact-grid,
  .afcfta-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .visual-strip {
    grid-template-columns: 1fr 1fr;
  }
  .visual-strip figure:nth-child(3) {
    margin-top: 0;
  }
  .visual-strip .strip-main {
    grid-column: 1/-1;
  }
  .proof-grid {
    grid-template-columns: 170px 1fr;
  }
  .proof-badge {
    display: none;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card.wide {
    grid-column: span 2;
  }
  .market-layout {
    grid-template-columns: 1fr;
  }
  .network-photo {
    min-height: 360px;
  }
  .map-panel {
    min-height: 520px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 270px 270px 270px;
  }
  .g1,
  .g2,
  .g5 {
    grid-row: auto;
    grid-column: auto;
  }
  .closing-overlay .wrap {
    padding-right: 30%;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: min(var(--max), calc(100% - 36px));
  }
  .top-inner span + span {
    display: none;
  }
  .nav-wrap {
    height: 72px;
  }
  .brand img {
    width: 150px;
  }
  .nav {
    top: 72px;
  }
  .hero {
    min-height: 650px;
  }
  .hero-inner {
    padding: 75px 0;
  }
  .hero-index {
    top: 15px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-bottom {
    font-size: 7px;
  }
  .hero-bottom span + span {
    display: none;
  }
  .section,
  .section-dark {
    padding: 86px 0;
  }
  .visual-strip {
    grid-template-columns: 1fr;
  }
  .visual-strip figure,
  .visual-strip figure:nth-child(2),
  .visual-strip figure:nth-child(3) {
    height: 280px;
    margin-top: 0;
  }
  .proof-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .proof-number {
    font-size: 92px;
  }
  .proof-band h2 {
    font-size: 35px;
  }
  .section-head h2,
  .about h2,
  .afcfta h2,
  .feature h2,
  .contact h2 {
    font-size: 47px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card.wide {
    grid-column: auto;
  }
  .market-list {
    grid-template-columns: 1fr;
  }
  .map-panel {
    min-height: 450px;
  }
  .pin {
    font-size: 8px;
  }
  .p5 {
    left: 25%;
  }
  .p10 {
    right: 2%;
  }
  .afcfta-visual {
    min-height: 430px;
  }
  .afcfta-overlay strong {
    font-size: 85px;
  }
  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 270px 270px 270px 270px 270px 270px;
  }
  .closing-visual {
    height: 520px;
  }
  .closing-overlay .wrap {
    padding-right: 0;
  }
  .closing-overlay h2 {
    font-size: 48px;
  }
  .office-mini {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 28px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }
  .outline-word {
    font-size: 66px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.photo-story {
  background: #fff;
}
.photo-story-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
  align-items: center;
}
.photo-story-copy h2 {
  font-family: "Space Grotesk";
  font-size: clamp(46px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  margin: 0 0 28px;
}
.photo-story-copy h2 span {
  color: var(--green);
}
.photo-story-copy .lead {
  max-width: 510px;
}
.story-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}
.story-lines span {
  border: 1px solid var(--line);
  padding: 9px 12px;
  font-size: 8px;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.photo-story-image {
  height: 540px;
  position: relative;
  overflow: hidden;
  background: #111;
}
.photo-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.photo-story-image:hover img {
  transform: scale(1.035);
}
.photo-story-tag {
  position: absolute;
  left: 18px;
  top: 18px;
  background: var(--lime);
  color: var(--ink);
  padding: 10px 12px;
  font-size: 8px;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .photo-story-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .photo-story-image {
    height: 500px;
  }
}
@media (max-width: 600px) {
  .photo-story-image {
    height: 330px;
  }
}

/* Website design credit */
.site-credit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}
.site-credit strong {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.site-credit a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.25s ease;
}
.site-credit a:hover {
  color: #fff;
}
.site-credit i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 640px) {
  .site-credit {
    gap: 7px;
    font-size: 9px;
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
  }
  .site-credit i {
    display: none;
  }
  .site-credit a {
    width: 100%;
  }
}
/* hide netlify wrapper */
.nl-wrap {
  display: none !important;
}
