/* ==========================================================================
   TERRUM V7 DESIGN SYSTEM - MAIN STYLESHEET
   Extracted from terrum-website-v7-2 prototype
   ========================================================================== */

@import url("variables.css");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--fb);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

strong {
  font-weight: 500;
}

::selection {
  background: var(--volt);
  color: var(--paper);
}

:focus-visible {
  outline: 1.5px solid var(--volt);
  outline-offset: 5px;
}

/* ───────── Typography ───────── */
.u {
  font-family: var(--fm);
  font-size: 0.605rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 1.5;
}

.d1 {
  text-wrap: balance;
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(2.7rem, 7.4vw, 7rem);
  line-height: 0.93;
  letter-spacing: -0.045em;
}

.d2 {
  text-wrap: balance;
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1;
  letter-spacing: -0.038em;
}

.d3 {
  text-wrap: balance;
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.4rem, 2.5vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.d4 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
  line-height: 1.25;
  letter-spacing: -0.018em;
}

.lede {
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  font-weight: 300;
  line-height: 1.78;
  max-width: 56ch;
  color: rgba(10, 13, 18, 0.66);
}

.body p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.82;
  color: rgba(10, 13, 18, 0.66);
}

.on-ink,
.blk,
.blk-volt,
.blk-grow {
  color: var(--paper);
}

.on-ink .lede,
.on-ink .body p,
.blk .lede,
.blk-volt .lede,
.blk-grow .lede {
  color: rgba(233, 231, 225, 0.62);
}

.on-ink .u {
  color: rgba(233, 231, 225, 0.5);
}

/* The Mark: Animated Underline */
.mark {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.055em;
  height: 2px;
  background: var(--zest);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.15s var(--e) 0.35s;
}

.lit .mark::after {
  transform: scaleX(1);
}

.d1 .mark::after,
.d2 .mark::after {
  height: 3px;
}

/* ───────── Layout Containers ───────── */
.wrap {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.sec {
  padding: clamp(92px, 13vw, 190px) 0;
}

.blk {
  background: var(--ink);
}

.blk-volt {
  background: var(--volt);
}

.blk-grow {
  background: var(--grow);
}

.blk-paper2 {
  background: var(--paper2);
}

.hd {
  max-width: 27ch;
}

.hd .u {
  color: var(--volt);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.hd .u::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
  flex: none;
}

.blk .hd .u,
.blk-volt .hd .u,
.blk-grow .hd .u,
.on-ink .hd .u {
  color: var(--zest);
}

.hd-wide {
  max-width: 36ch;
}

.grid {
  display: grid;
  gap: clamp(20px, 2.4vw, 34px);
}

.g2 {
  grid-template-columns: repeat(2, 1fr);
}
.g3 {
  grid-template-columns: repeat(3, 1fr);
}
.g4 {
  grid-template-columns: repeat(4, 1fr);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 7vw, 120px);
  align-items: start;
}

/* ───────── Surfaces ───────── */
.c {
  background: transparent;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: clamp(26px, 2.6vw, 36px) 0 0;
}

.blk .c,
.blk-volt .c,
.blk-grow .c,
.on-ink .c {
  border-top-color: var(--line-l);
}

.c-o {
  border: 1px solid var(--line);
  padding: clamp(26px, 2.8vw, 38px);
}

.blk .c-o,
.blk-volt .c-o,
.blk-grow .c-o {
  border-color: var(--line-l);
}

.c-ink {
  background: var(--ink2);
  color: var(--paper);
  border: 0;
  padding: clamp(30px, 3.2vw, 46px);
}

.c h4,
.c h3 {
  font-family: var(--fd);
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* Chips / Eyebrows */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--fm);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--volt);
  line-height: 1.4;
}

.chip::before {
  content: "";
  width: 16px;
  height: 1px;
  background: currentColor;
  flex: none;
}

.chip-v {
  color: var(--volt);
}
.chip-g {
  color: var(--grow);
}
.chip-z {
  color: var(--zest);
}

.blk .chip,
.blk-volt .chip,
.blk-grow .chip,
.on-ink .chip,
.c-ink .chip,
.sv-2 .chip,
.sv-3 .chip,
.sv-4 .chip,
.fc .chip {
  color: var(--zest);
}

.dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}

.live {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--zest);
  flex: none;
  animation: pl 3.4s ease-in-out infinite;
}

@keyframes pl {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}

/* ───────── Buttons ───────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 19px 34px;
  border-radius: 0;
  font-family: var(--fm);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  cursor: pointer;
  background: var(--ink);
  color: var(--paper);
  transition:
    background 0.55s var(--e),
    color 0.55s var(--e),
    border-color 0.55s var(--e);
}

.btn:hover {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn .ar {
  transition: transform 0.55s var(--e);
}

.btn:hover .ar {
  transform: translate(3px, -3px);
}

.btn-v {
  background: var(--volt);
  border-color: var(--volt);
}

.btn-v:hover {
  background: transparent;
  color: var(--volt);
  border-color: var(--volt);
}

.btn-z {
  background: var(--zest);
  border-color: var(--zest);
  color: var(--ink);
}

.btn-z:hover {
  background: transparent;
  color: var(--zest);
  border-color: var(--zest);
}

.btn-o {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}

.btn-o:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.blk .btn-o:hover,
.blk-volt .btn-o:hover,
.blk-grow .btn-o:hover,
.on-ink .btn-o:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.acts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(34px, 3.6vw, 50px);
}

/* ───────── Navigation Bar ───────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 var(--pad);
  height: 78px;
  background: rgba(233, 231, 225, 0.72);
  backdrop-filter: blur(20px) saturate(150%);
  border-bottom: 1px solid var(--line);
  transition: height 0.5s var(--e);
}

.nav-bar {
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: none;
}

.brand svg {
  height: 26px;
  width: auto;
  display: block;
}

.brand .lgw path {
  fill: var(--ink);
}
.brand .lgw path[fill^="url"] {
  fill: url(#tgrad);
}

.brand-inv svg {
  height: 32px;
}
.brand-inv .lgw path {
  fill: var(--paper);
}
.brand-inv .lgw path[fill^="url"] {
  fill: url(#tgrad2);
}

@media (max-width: 780px) {
  .brand svg {
    height: 23px;
  }
}

.tabs {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 26px);
  overflow-x: auto;
  scrollbar-width: none;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tab {
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  font-family: var(--fm);
  font-size: 0.585rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  color: rgba(10, 13, 18, 0.55);
  transition:
    color 0.45s var(--e),
    border-color 0.45s var(--e);
}

.tab:hover {
  color: var(--ink);
}
.tab.on,
.tab.current-menu-item {
  color: var(--ink);
  border-bottom-color: var(--volt);
}

.navcta {
  padding: 14px 26px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--fm);
  font-size: 0.575rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  border: 1px solid var(--ink);
  transition:
    background 0.55s var(--e),
    color 0.55s var(--e);
}

.navcta:hover {
  background: transparent;
  color: var(--ink);
}

.burger {
  display: none;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: none;
  position: relative;
  z-index: 10;
}

.burger span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  position: relative;
  transition: background 0.35s var(--e);
}

.burger span::before,
.burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  transition:
    transform 0.35s var(--e),
    top 0.35s var(--e);
}

.burger span::before {
  top: -5px;
}
.burger span::after {
  top: 5px;
}

.nav.open .burger span {
  background: transparent !important;
}

.nav.open .burger span::before {
  top: 0;
  transform: rotate(45deg);
}

.nav.open .burger span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Navigation Dropdown */
.tabwrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 26px);
}

.dd {
  position: relative;
}
.dd-p {
  display: flex;
  align-items: center;
  gap: 9px;
}

.dd-p::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform 0.45s var(--e);
}

.dd.open .dd-p::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.dd-m {
  position: absolute;
  top: calc(100% + 22px);
  left: -26px;
  min-width: 290px;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    opacity 0.45s var(--e),
    transform 0.45s var(--e),
    visibility 0.45s;
}

.dd.open .dd-m {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.dd-m a,
.dd-m button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 13px 26px;
  font-family: var(--fm);
  font-size: 0.575rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(10, 13, 18, 0.6);
  cursor: pointer;
  transition:
    color 0.35s var(--e),
    background 0.35s var(--e);
}

.dd-m a:hover,
.dd-m button:hover,
.dd-m a.on,
.dd-m button.on {
  color: var(--ink);
  background: var(--paper2);
}

@media (max-width: 1180px) {
  .tabs {
    display: none;
  }
  .tabwrap {
    display: flex;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-10px);
    transition:
      max-height 0.55s var(--e),
      opacity 0.45s var(--e),
      transform 0.45s var(--e),
      visibility 0.45s var(--e);
  }
  .dd {
    width: 100%;
  }
  .dd-m {
    position: static;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    border: 0;
    border-left: 2px solid var(--volt);
    background: none;
    padding: 0 0 0 16px;
    margin-top: 0;
    max-height: 0;
    min-width: 0;
    overflow: hidden;
    transition:
      max-height 0.45s var(--e),
      opacity 0.35s var(--e),
      transform 0.35s var(--e),
      margin-top 0.35s var(--e),
      padding 0.35s var(--e);
  }
  .dd.open .dd-m {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 400px;
    margin-top: 10px;
    padding: 6px 0 6px 16px;
    transform: translateY(0);
  }
  .dd-m a,
  .dd-m button {
    padding: 8px 0;
    font-size: 0.62rem;
  }
}

/* ───────── Hero Section ───────── */
.hero {
  padding: clamp(150px, 20vh, 230px) 0 clamp(56px, 7vw, 96px);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -18%;
  width: 70vw;
  height: 70vw;
  max-width: 940px;
  max-height: 940px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 40% 40%,
    rgba(15, 81, 56, 0.09),
    transparent 66%
  );
  pointer-events: none;
  z-index: 1;
}

.wm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(64vw, 1000px);
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.wm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  opacity: 0.2;
  filter: grayscale(1) contrast(1.12);
}

.wm::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      var(--paper) 0%,
      rgba(233, 231, 225, 0.92) 26%,
      rgba(233, 231, 225, 0.42) 58%,
      rgba(233, 231, 225, 0) 86%
    ),
    linear-gradient(to top, var(--paper) 1%, rgba(233, 231, 225, 0) 46%);
}

.hero > .wrap {
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .wm {
    width: 100%;
  }
  .wm img {
    opacity: 0.12;
  }
}

.herotop {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  flex-wrap: wrap;
  margin-bottom: clamp(34px, 4vw, 56px);
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.hero h1 {
  position: relative;
  z-index: 1;
}

.hero .lede {
  margin-top: clamp(28px, 3vw, 40px);
}

.tick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: clamp(64px, 8vw, 112px);
  border-top: 1px solid var(--line);
}

.tk {
  padding: clamp(26px, 3vw, 40px) clamp(20px, 2.4vw, 34px) 0 0;
  border-right: 1px solid var(--line);
}

.tk:last-child {
  border-right: 0;
}
.tk .n {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(2.1rem, 4.4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.tk .l {
  font-family: var(--fm);
  font-size: 0.575rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(10, 13, 18, 0.5);
  margin-top: 16px;
  line-height: 1.75;
}

.tk:nth-child(2) .n,
.tk:nth-child(3) .n {
  color: var(--volt);
}

/* ───────── Platform Console Stack ───────── */
.stack {
  margin-top: clamp(52px, 6.5vw, 92px);
  background: var(--ink);
  padding: clamp(26px, 3.2vw, 46px);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}

.stack::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    110% 80% at 96% 0%,
    rgba(15, 81, 56, 0.5),
    transparent 62%
  );
  pointer-events: none;
}

.sthd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-l);
}

.sthd .u {
  color: rgba(233, 231, 225, 0.5);
}

.strail {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}

.strail::-webkit-scrollbar {
  display: none;
}

.stb {
  flex: 1 1 0;
  min-width: 150px;
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line-l);
  padding: 24px 22px 24px 0;
  cursor: pointer;
  position: relative;
  transition: opacity 0.55s var(--e);
  opacity: 0.42;
}

.stb:hover {
  opacity: 0.8;
}
.stb .sn {
  display: block;
  font-family: var(--fm);
  font-size: 0.55rem;
  letter-spacing: 0.24em;
  color: var(--zest);
}

.stb .st {
  display: block;
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 12px;
  letter-spacing: -0.022em;
}

.stb.on {
  opacity: 1;
}
.stb .bar {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: var(--zest);
  transform: scaleX(0);
  transform-origin: left;
}

.stb.on .bar {
  animation: fill 7s linear forwards;
}

@keyframes fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.stbody {
  position: relative;
  z-index: 1;
  margin-top: clamp(30px, 3.4vw, 46px);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  min-height: 148px;
}

.stbody h3 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.9vw, 2.5rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.stbody p {
  color: rgba(233, 231, 225, 0.6);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 18px;
  max-width: 42ch;
}

.stmet {
  display: grid;
}
.stm {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line-l);
}

.stm:first-child {
  border-top: 1px solid var(--line-l);
}
.stm .k {
  font-family: var(--fm);
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(233, 231, 225, 0.45);
  flex: none;
  width: 118px;
}

.stm .v {
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.fade-in {
  animation: fi 0.85s var(--e);
}

@keyframes fi {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ───────── Services Grid ───────── */
.svc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: clamp(48px, 6vw, 84px);
  background: var(--line);
}

.sv {
  padding: clamp(34px, 3.8vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(40px, 5vw, 76px);
  min-height: clamp(300px, 32vw, 400px);
  transition: background 0.7s var(--e);
}

.sv h3 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.032em;
  margin: 24px 0 18px;
}

.sv p {
  font-size: 0.99rem;
  font-weight: 300;
  line-height: 1.8;
}

.sv-1 {
  background: var(--paper);
}
.sv-1 p {
  color: rgba(10, 13, 18, 0.62);
}
.sv-1:hover {
  background: var(--card);
}

.sv-2 {
  background: var(--volt);
  color: var(--paper);
}
.sv-2 p {
  color: rgba(233, 231, 225, 0.68);
}

.sv-3 {
  background: var(--card);
}
.sv-3 p {
  color: rgba(10, 13, 18, 0.62);
}
.sv-3 .chip {
  color: var(--grow);
}
.sv-3:hover {
  background: var(--paper);
}

.sv-4 {
  background: var(--ink);
  color: var(--paper);
}
.sv-4 p {
  color: rgba(233, 231, 225, 0.6);
}

.svlink {
  font-family: var(--fm);
  font-size: 0.585rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 7px;
  border: 0;
  border-bottom: 1px solid currentColor;
}

.svlink .ar {
  transition: transform 0.55s var(--e);
}
.sv:hover .svlink .ar {
  transform: translate(3px, -3px);
}

/* ───────── Numbered Cards & Grid ───────── */
.vg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(48px, 6vw, 84px);
  background: var(--line);
}

.vc {
  background: var(--paper);
  padding: clamp(26px, 2.6vw, 38px);
  transition: background 0.7s var(--e);
}

.vc:hover {
  background: var(--card);
}
.blk-paper2 .vc {
  background: var(--paper2);
}
.blk-paper2 .vc:hover {
  background: var(--paper);
}
.vc .vn {
  font-family: var(--fm);
  font-size: 0.575rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  color: var(--volt);
}

.vc h3 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1.16rem;
  line-height: 1.18;
  letter-spacing: -0.024em;
  margin: 26px 0 14px;
}

.vc p {
  font-size: 0.93rem;
  font-weight: 300;
  line-height: 1.78;
  color: rgba(10, 13, 18, 0.62);
}

.grid > .vc {
  background: transparent;
  border-top: 1px solid var(--line);
  padding: clamp(26px, 2.6vw, 36px) 0 0;
}

.blk .grid > .vc,
.on-ink .grid > .vc {
  border-top-color: var(--line-l);
}

/* ───────── Asset Entries ───────── */
.asset {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(30px, 5vw, 84px);
  padding: clamp(40px, 5vw, 76px) 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.asset:first-of-type {
  border-top: 1px solid var(--line);
}
.asset .aimg {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--paper2);
}

.asset .aimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
  transition: transform 1.8s var(--e);
}

.asset:hover .aimg img {
  transform: scale(1.035);
}
.asset h3 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  line-height: 1.06;
  letter-spacing: -0.034em;
  margin: 20px 0 18px;
}

.asset .adesc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.84;
  color: rgba(10, 13, 18, 0.66);
}

.asset .afocus {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-family: var(--fm);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 2.1;
  color: rgba(10, 13, 18, 0.5);
}

.asset .afocus b {
  color: var(--volt);
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.24em;
}

/* ───────── Credibility Bar & Badges ───────── */
.credbar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.credgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 96px);
  padding: clamp(48px, 6vw, 88px) 0;
  align-items: start;
}

.badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  margin-top: clamp(30px, 3.4vw, 44px);
}

.bdg {
  background: var(--paper);
  padding: clamp(22px, 2.4vw, 32px);
}

.bdg .n {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--volt);
}

.bdg .l {
  font-family: var(--fm);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(10, 13, 18, 0.5);
  margin-top: 14px;
  line-height: 1.8;
}

/* ───────── Quote Bar ───────── */
.pq {
  padding: clamp(96px, 13vw, 180px) 0;
}

.pq .qm {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(4.5rem, 11vw, 9rem);
  line-height: 0.55;
  color: var(--zest);
  display: block;
}

.pq blockquote {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.6rem, 3.9vw, 3.35rem);
  line-height: 1.14;
  letter-spacing: -0.038em;
  margin-top: 34px;
  max-width: 22ch;
}

.pq blockquote .mark {
  display: inline;
}
.pq blockquote .mark::after {
  display: none;
}
.pq blockquote em,
.pq blockquote .mark {
  color: var(--zest);
}

/* ───────── CTA Band ───────── */
.band {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(48px, 7vw, 110px);
  position: relative;
  overflow: hidden;
}

.band::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -55%;
  width: 52%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 81, 56, 0.55), transparent 68%);
}

.band h2,
.band p,
.band .acts,
.band .u {
  position: relative;
  z-index: 1;
}

/* ───────── Page Intro ───────── */
.pgh {
  padding: clamp(148px, 20vh, 220px) 0 clamp(56px, 7vw, 92px);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.pgh::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -14%;
  width: 62vw;
  height: 62vw;
  max-width: 820px;
  max-height: 820px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 40% 40%,
    rgba(15, 81, 56, 0.085),
    transparent 66%
  );
  pointer-events: none;
}

.pgh > .wrap {
  position: relative;
  z-index: 1;
}
.pgh .u {
  color: var(--volt);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.pgh .u::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
  flex: none;
}

.pgh .lede {
  margin-top: clamp(26px, 3vw, 38px);
  font-style: normal;
}

/* ───────── Process ───────── */
.proc {
  display: grid;
  margin-top: clamp(48px, 6vw, 84px);
  border-top: 1px solid var(--line-l);
}

.pstep {
  display: grid;
  grid-template-columns: 88px 1fr 1.5fr;
  gap: clamp(18px, 3vw, 50px);
  padding: clamp(26px, 3vw, 42px) 0;
  border-bottom: 1px solid var(--line-l);
  align-items: start;
  transition: padding-left 0.7s var(--e);
}

.pstep:hover {
  padding-left: 14px;
}
.pstep .pn {
  font-family: var(--fm);
  font-size: 0.575rem;
  letter-spacing: 0.24em;
  color: var(--zest);
  padding-top: 8px;
}

.pstep h4 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.14rem, 2vw, 1.6rem);
  line-height: 1.12;
  letter-spacing: -0.028em;
}

.pstep p {
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(233, 231, 225, 0.62);
}

/* ───────── Prose & Closer ───────── */
.prose {
  max-width: 64ch;
}
.prose p {
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.86;
  color: rgba(10, 13, 18, 0.66);
  margin-top: 20px;
}

.prose p:first-child {
  margin-top: 0;
}
.on-ink .prose p,
.blk .prose p {
  color: rgba(233, 231, 225, 0.62);
}

.pull {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.45rem, 2.8vw, 2.3rem);
  line-height: 1.14;
  letter-spacing: -0.032em;
  max-width: 42ch;
}

.closer {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: start;
  margin-top: clamp(56px, 7vw, 96px);
  padding-top: clamp(38px, 4.4vw, 58px);
  border-top: 1px solid var(--line);
}

.closer h3 {
  max-width: 20ch;
}
.closer p {
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(10, 13, 18, 0.66);
  max-width: 52ch;
}

/* ───────── Feature List ───────── */
.feat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(38px, 6vw, 96px);
  margin-top: clamp(48px, 6vw, 84px);
  border-top: 1px solid var(--line);
}

.on-ink .feat,
.blk .feat {
  border-top-color: var(--line-l);
}
.ft-i {
  padding: clamp(28px, 3vw, 42px) 0;
  border-bottom: 1px solid var(--line);
}

.on-ink .ft-i,
.blk .ft-i {
  border-bottom-color: var(--line-l);
}
.ft-i h4 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.1rem, 1.8vw, 1.42rem);
  line-height: 1.16;
  letter-spacing: -0.026em;
}

.ft-i p {
  font-size: 0.96rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(10, 13, 18, 0.62);
  margin-top: 14px;
}

.on-ink .ft-i p,
.blk .ft-i p {
  color: rgba(233, 231, 225, 0.6);
}

/* ───────── Team / Leadership Grid ───────── */
.team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(48px, 6vw, 84px);
  background: var(--line-l);
}

.tc {
  background: var(--ink);
  padding: clamp(28px, 2.8vw, 40px);
  transition: background 0.7s var(--e);
}

.tc:hover {
  background: var(--ink2);
}
.tc .nm {
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1.22rem;
  letter-spacing: -0.026em;
  line-height: 1.15;
}

.tc .rl {
  font-family: var(--fm);
  font-size: 0.56rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--zest);
  margin: 12px 0 20px;
}

.tc p {
  font-size: 0.93rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(233, 231, 225, 0.6);
}

.tc .pv {
  font-family: var(--fm);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(233, 231, 225, 0.38);
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line-l);
  line-height: 1.8;
}

.teambar {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.1vw, 1.7rem);
  letter-spacing: -0.028em;
  line-height: 1.2;
  margin-top: clamp(40px, 4.4vw, 60px);
  max-width: 26ch;
}

.creds {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: clamp(40px, 4.4vw, 60px);
}

.cr {
  font-family: var(--fm);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 11px 18px;
  border: 1px solid var(--line-l);
  color: rgba(233, 231, 225, 0.55);
}

/* ───────── Contact Form ───────── */
.frm {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.frm input,
.frm select,
.frm textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 22px 2px;
  font-size: 1rem;
  font-weight: 300;
  transition: border-color 0.55s var(--e);
}

.frm input::placeholder,
.frm textarea::placeholder {
  color: rgba(10, 13, 18, 0.42);
}

.frm input:focus,
.frm select:focus,
.frm textarea:focus {
  border-bottom-color: var(--volt);
  outline: none;
}

.frm textarea,
.cf7-v7-wrapper textarea {
  resize: vertical;
  height: 130px;
  min-height: 72px;
  padding: 14px 2px;
}

.frm .two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(20px, 2.6vw, 38px);
}

/* Contact Form 7 v7 Styling */
.cf7-v7-wrapper .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.cf7-v7-wrapper p {
  margin: 0;
  padding: 0;
}

.cf7-v7-wrapper input[type="text"],
.cf7-v7-wrapper input[type="email"],
.cf7-v7-wrapper input[type="tel"],
.cf7-v7-wrapper select,
.cf7-v7-wrapper textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 22px 2px;
  font-size: 1rem;
  font-weight: 300;
  color: var(--ink);
  transition: border-color 0.55s var(--e);
}

.cf7-v7-wrapper input::placeholder,
.cf7-v7-wrapper textarea::placeholder {
  color: rgba(10, 13, 18, 0.42);
}

.cf7-v7-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.cf7-v7-wrapper input:focus,
.cf7-v7-wrapper select:focus,
.cf7-v7-wrapper textarea:focus {
  border-bottom-color: var(--volt);
  outline: none;
}

.cf7-v7-wrapper .form-label,
.cf7-v7-wrapper label {
  font-family: var(--fm);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(10, 13, 18, 0.55);
  margin-top: 14px;
  display: block;
}

.cf7-v7-wrapper br {
  display: none;
}

.cf7-v7-wrapper .terrum-form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(20px, 2.6vw, 38px);
}

@media (max-width: 780px) {
  .cf7-v7-wrapper .terrum-form-wrapper {
    grid-template-columns: 1fr;
  }
}

.cf7-v7-wrapper .terrum-form-text,
.cf7-v7-wrapper .terrum-form-text-area {
  margin-bottom: 8px;
}

.cf7-v7-wrapper .submit-button input[type="submit"],
.cf7-v7-wrapper input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: var(--volt);
  color: var(--paper);
  font-family: var(--fm);
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.45s var(--e);
}

.cf7-v7-wrapper input[type="submit"]:hover {
  background: var(--ink);
}

.off {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

.off h4 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.off p {
  font-family: var(--fm);
  font-size: 0.575rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(10, 13, 18, 0.5);
  margin-top: 12px;
  line-height: 1.9;
}

.off p.addr {
  font-family: var(--fd);
  font-weight: 400;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  text-transform: none;
  color: rgba(10, 13, 18, 0.72);
  line-height: 1.75;
  margin-top: 16px;
}

/* Mapbox */
.mapbox {
  margin-top: clamp(30px, 3.4vw, 44px);
  border: 1px solid var(--line);
}

.mapbox iframe {
  display: block;
  width: 100%;
  height: clamp(260px, 32vw, 380px);
  border: 0;
  filter: grayscale(1) contrast(1.04);
  transition: filter 0.7s var(--e);
}

.mapbox:hover iframe {
  filter: grayscale(0.15) contrast(1);
}

.maplink {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
  font-family: var(--fm);
  font-size: 0.575rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--volt);
}

.maplink .ar {
  transition: transform 0.55s var(--e);
}
.maplink:hover .ar {
  transform: translate(3px, -3px);
}

/* ───────── Footer ───────── */
.ft {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(72px, 9vw, 124px) 0 40px;
}

.ftg {
  display: grid;
  grid-template-columns: 1fr 1.85fr;
  gap: clamp(40px, 6vw, 96px);
}

.fnav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.fcol h6 {
  font-family: var(--fm);
  font-size: 0.56rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--zest);
  margin-bottom: 22px;
  font-weight: 400;
}

.fcol a {
  display: block;
  font-size: 0.94rem;
  font-weight: 300;
  padding: 7px 0;
  color: rgba(233, 231, 225, 0.6);
  transition: color 0.45s var(--e);
}

.fcol a:hover {
  color: var(--paper);
}

.fbot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: clamp(56px, 6.5vw, 90px);
  padding-top: 30px;
  border-top: 1px solid var(--line-l);
  font-family: var(--fm);
  font-size: 0.56rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(233, 231, 225, 0.42);
}

/* ───────── Scroll Reveals & Animations ───────── */
.r {
  opacity: 0;
  transform: translateY(30px);
}

.lit,
body.customize-preview .r {
  opacity: 1 !important;
  transform: none !important;
  transition:
    opacity 1.15s var(--e),
    transform 1.15s var(--e);
}

/* ───────── Image Box Container ───────── */
.imgbox {
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--paper2);
}

.imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
  transition: transform 1.8s var(--e);
}

.imgbox:hover img {
  transform: scale(1.035);
}

/* ───────── Rails (Horizontal Scroll) ───────── */
.rail {
  display: flex;
  gap: clamp(18px, 2.2vw, 30px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: clamp(48px, 6vw, 84px) var(--pad) 14px;
  margin: 0 calc(-1 * var(--pad));
  scrollbar-width: none;
}

.rail::-webkit-scrollbar {
  display: none;
}
.rc {
  flex: 0 0 min(80vw, 392px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

.rc-i {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--paper2);
}

.rc-i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
  transition:
    transform 1.6s var(--e),
    filter 1.1s var(--e);
}

.rc:hover .rc-i img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1);
}

.rc-b {
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
  margin-top: 26px;
}

.blk-paper2 .rc-b {
  border-top-color: rgba(10, 13, 18, 0.2);
}
.rc-b h3 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1.32rem;
  line-height: 1.16;
  letter-spacing: -0.028em;
  margin: 18px 0 13px;
}

.rc-b p {
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.78;
  color: rgba(10, 13, 18, 0.62);
}

.rc-b .bua {
  font-family: var(--fm);
  font-size: 0.56rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--volt);
  margin-top: 20px;
}

.railnote {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--fm);
  font-size: 0.56rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(10, 13, 18, 0.45);
  margin-top: 14px;
}

.railnote .sw {
  width: 42px;
  height: 1px;
  background: currentColor;
  position: relative;
}

.railnote .sw::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2.5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

/* ───────── Tech & Platform Boxes ───────── */
.tgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(48px, 6vw, 80px);
  background: var(--line-l);
}

.ti {
  background: var(--ink);
  padding: clamp(28px, 2.8vw, 40px);
  transition: background 0.7s var(--e);
}

.ti:hover {
  background: var(--ink2);
}
.ti .ico {
  width: 52px;
  height: 52px;
  border: 1px solid var(--line-l);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fm);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: var(--zest);
}

.ti h4 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1.14rem;
  line-height: 1.18;
  letter-spacing: -0.024em;
  margin: 26px 0 13px;
}

.ti p {
  font-size: 0.93rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(233, 231, 225, 0.58);
}

.plat {
  border: 1px solid var(--line-l);
  padding: clamp(28px, 3.2vw, 46px);
  margin-top: clamp(28px, 3vw, 44px);
}

.play {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-l);
}

.play:last-of-type {
  border-bottom: 0;
}
.play h5 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1.06rem;
  letter-spacing: -0.022em;
}

.play p {
  font-family: var(--fm);
  font-size: 0.565rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(233, 231, 225, 0.45);
  margin-top: 11px;
  line-height: 1.85;
}

.ecotags {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 20px;
}

/* ───────── Stats & Numbers ───────── */
.stat4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: clamp(40px, 4.4vw, 62px);
  border-top: 1px solid var(--line);
}

.st {
  padding: clamp(22px, 2.4vw, 32px) 26px clamp(22px, 2.4vw, 32px) 0;
  border-bottom: 1px solid var(--line);
}

.st:nth-child(odd) {
  border-right: 1px solid var(--line);
}
.st .n {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.7rem, 2.9vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--volt);
}

.st .l {
  font-family: var(--fm);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(10, 13, 18, 0.5);
  margin-top: 14px;
  line-height: 1.8;
}

.bignum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

/* ───────── Vision & Mission ───────── */
.vm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line-l);
  margin-top: clamp(40px, 5vw, 68px);
}

.vmc {
  padding: clamp(30px, 3.4vw, 48px);
  background: var(--ink);
}

.vmc.alt {
  background: var(--volt);
}

.vmc h3 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.3rem, 2.3vw, 1.9rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin-top: 20px;
  color: var(--paper);
}

.vmc p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.82;
  color: rgba(233, 231, 225, 0.66);
  margin-top: 20px;
}

.vmc .note {
  font-size: 0.94rem;
  line-height: 1.85;
  color: rgba(233, 231, 225, 0.52);
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line-l);
}

/* ───────── Belief Rows (Our Beliefs) ───────── */
.brows {
  margin-top: clamp(48px, 6vw, 84px);
  border-top: 1px solid var(--line-l);
}

.br {
  display: grid;
  grid-template-columns: 78px 1.05fr 1.35fr;
  gap: clamp(18px, 3vw, 50px);
  padding: clamp(28px, 3.2vw, 44px) 0;
  border-bottom: 1px solid var(--line-l);
  align-items: start;
  transition: padding-left 0.7s var(--e);
}

.br:hover {
  padding-left: 14px;
}

.br .bn {
  font-family: var(--fm);
  font-size: 0.575rem;
  letter-spacing: 0.24em;
  padding: 0;
  padding-top: 9px;
  background: transparent;
  color: var(--zest);
}

.br h4 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.14rem, 2vw, 1.68rem);
  line-height: 1.12;
  letter-spacing: -0.028em;
  color: var(--paper);
}

.br p {
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(233, 231, 225, 0.62);
}

.bn {
  background: var(--paper);
  padding: clamp(32px, 3.4vw, 52px);
}

.blk-paper2 .bn {
  background: var(--paper2);
}
.bn .n {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  color: var(--volt);
}

.bn .t {
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1.1rem;
  margin-top: 26px;
  letter-spacing: -0.02em;
}

.bn .s {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(10, 13, 18, 0.6);
  margin-top: 13px;
}

/* ───────── Label Rows & Lists ───────── */
.lrows {
  display: grid;
  margin-top: clamp(44px, 5vw, 72px);
  border-top: 1px solid var(--line-l);
}

.lr {
  display: flex;
  gap: clamp(20px, 4vw, 64px);
  align-items: flex-start;
  padding: clamp(24px, 2.8vw, 38px) 0;
  border-bottom: 1px solid var(--line-l);
  transition: padding-left 0.7s var(--e);
}

.lr:hover {
  padding-left: 14px;
}
.lr .k {
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1.1rem;
  flex: 0 0 32%;
  letter-spacing: -0.022em;
}

.lr .v {
  font-size: 0.97rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(233, 231, 225, 0.62);
}

.list {
  display: grid;
  margin-top: 36px;
  border-top: 1px solid var(--line-l);
}

.li {
  display: flex;
  gap: 18px;
  align-items: baseline;
  font-size: 0.99rem;
  font-weight: 300;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-l);
}

.li .dot {
  background: var(--zest);
}

.mini {
  display: grid;
  margin-top: 30px;
}
.mn {
  padding: 24px 0;
  border-bottom: 1px solid var(--line-l);
}

.mn:first-child {
  border-top: 1px solid var(--line-l);
}
.mn:last-child {
  border-bottom: 0;
}
.mn h4 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: 1.08rem;
  letter-spacing: -0.022em;
}

.mn p {
  font-size: 0.93rem;
  font-weight: 300;
  line-height: 1.78;
  margin-top: 11px;
  color: rgba(233, 231, 225, 0.6);
}

/* ───────── Business Tabs & Timeline ───────── */
.btabs {
  display: flex;
  gap: clamp(22px, 3vw, 44px);
  flex-wrap: wrap;
  margin-top: clamp(40px, 4.4vw, 62px);
  border-top: 1px solid var(--line);
  padding-top: 26px;
}

.btab {
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  font-family: var(--fm);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  color: rgba(10, 13, 18, 0.5);
  transition:
    color 0.45s var(--e),
    border-color 0.45s var(--e);
}

.btab:hover {
  color: var(--ink);
}
.btab.on {
  color: var(--ink);
  border-bottom-color: var(--volt);
}

.bsec {
  display: none;
}
.bsec.on {
  display: block;
}

.tl {
  margin-top: clamp(48px, 6vw, 84px);
  display: grid;
  border-top: 1px solid var(--line);
}

.te {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(18px, 3vw, 44px);
  padding: clamp(22px, 2.6vw, 34px) 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
  transition: padding-left 0.7s var(--e);
}

.te:hover {
  padding-left: 14px;
}
.te .mo {
  font-family: var(--fm);
  font-size: 0.585rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--volt);
}

.te .tx {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.78;
  color: rgba(10, 13, 18, 0.66);
}

/* ───────── Fit Cards (Join Us / Careers) ───────── */
.fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: clamp(48px, 6vw, 84px);
  background: var(--line);
}

.fc {
  padding: clamp(32px, 3.6vw, 56px);
}
.fc-y {
  background: var(--volt);
  color: var(--paper);
}
.fc-n {
  background: var(--ink);
  color: var(--paper);
}
.fc h3 {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.032em;
  margin: 22px 0 30px;
}

.fl {
  list-style: none;
  display: grid;
  border-top: 1px solid var(--line-l);
}

.fl li {
  display: flex;
  gap: 18px;
  font-size: 0.99rem;
  font-weight: 300;
  line-height: 1.6;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-l);
}

.fl li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--zest);
  flex: none;
}

/* ───────── Letters (Team & Future Members) ───────── */
.lt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(38px, 6vw, 96px);
}

.ltq {
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(1.3rem, 2.3vw, 1.85rem);
  line-height: 1.22;
  letter-spacing: -0.03em;
  margin: 22px 0 28px;
}

.ltb {
  font-size: 0.99rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(233, 231, 225, 0.62);
}

/* ───────── Responsive Media Queries ───────── */
@media (max-width: 1180px) {
  .tabs {
    display: none;
  }
  .navcta {
    display: none;
  }
  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 78px;
    flex: none;
  }
  .brand {
    height: 78px;
    display: flex;
    align-items: center;
  }
  .burger {
    display: flex;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: none;
    position: relative;
    z-index: 1000;
    margin: 0;
    padding: 0;
  }
  .burger span {
    display: block;
    width: 18px;
    height: 2px;
    background: #0a0d12;
    position: relative;
    margin: 0 auto;
    transition: background 0.35s var(--e);
  }
  .burger span::before,
  .burger span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background: #0a0d12;
    transition:
      transform 0.35s var(--e),
      top 0.35s var(--e);
  }
  .burger span::before {
    top: -6px;
  }
  .burger span::after {
    top: 6px;
  }

  .nav.open .burger span {
    background: transparent !important;
  }
  .nav.open .burger span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .nav.open .burger span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .nav {
    height: 78px;
    max-height: 78px;
    padding: 0 var(--pad);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: rgba(233, 231, 225, 0.88);
    backdrop-filter: blur(20px) saturate(150%);
    border-bottom: 1px solid var(--line);
    transition:
      max-height 0.55s var(--e),
      background 0.55s var(--e);
  }
  .nav.open {
    height: auto;
    max-height: 850px;
    padding-bottom: 24px;
    background: rgba(233, 231, 225, 0.96);
  }
  .tabwrap {
    display: flex;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-10px);
    transition:
      max-height 0.55s var(--e),
      opacity 0.45s var(--e),
      transform 0.45s var(--e),
      visibility 0.45s var(--e);
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    margin-top: 0;
  }
  .nav.open .tabwrap {
    max-height: 700px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .tab {
    font-size: 0.68rem;
    padding: 6px 0;
    width: 100%;
  }
  .g4,
  .vg,
  .fnav {
    grid-template-columns: repeat(2, 1fr);
  }
  .split,
  .stbody,
  .lt,
  .ftg,
  .asset,
  .feat,
  .credgrid,
  .vm {
    grid-template-columns: 1fr;
  }
  .tgrid,
  .bignum,
  .g3,
  .team {
    grid-template-columns: 1fr 1fr;
  }
  .closer {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .imgbox {
    aspect-ratio: 16/11;
  }
}

@media (max-width: 780px) {
  body {
    font-size: 16px;
  }
  .svc,
  .fit,
  .g2,
  .frm .two,
  .tgrid,
  .bignum,
  .g3,
  .vg,
  .team,
  .badges {
    grid-template-columns: 1fr;
  }
  .tick {
    grid-template-columns: 1fr 1fr;
  }
  .tk {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
  }
  .tk:nth-child(odd) {
    border-right: 1px solid var(--line);
    padding-right: 22px;
  }
  .br,
  .te,
  .pstep {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .br .bn,
  .pstep .pn {
    padding-top: 0;
  }
  .br .bn {
    padding-top: 0;
  }
  .lr {
    flex-direction: column;
    gap: 12px;
  }
  .lr .k {
    flex: none;
  }
  .fnav {
    grid-template-columns: 1fr 1fr;
  }
  .navcta {
    display: none;
  }
  .stm .k {
    width: 96px;
  }
  .st:nth-child(odd) {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
  html {
    scroll-behavior: auto;
  }
  .r {
    opacity: 1;
    transform: none;
  }
  .mark::after {
    transform: scaleX(1);
  }
}
