:root {
  --teal: #739c72;
  --teal-d: #5f855f;
  --teal-xd: #456746;
  --teal-12: rgba(115, 156, 114, 0.16);
  --teal-08: rgba(115, 156, 114, 0.1);
  --teal-05: rgba(115, 156, 114, 0.06);
  --ink: #111713;
  --ink-2: #19221b;
  --text: #182019;
  --muted: #59645a;
  --faint: #7c897e;
  --line: #d8d9ce;
  --line-2: #c5c8ba;
  --bg: #f2f0e8;
  --bg-alt: #e9e7dc;
  --stone: #f2f0e8;
  --stone-deep: #dfddd1;
  --basalt: #101713;
  --basalt-2: #172019;
  --shale: #29332b;
  --mineral: #94b878;
  --mineral-bright: #b7d18d;
  --oxide: #b8663f;
  --sand: #d7caa9;
  --max: 1280px;
  --reading: 720px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-padding-top: 88px;
}

body {
  background: var(--stone);
  color: var(--text);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
.brand-tx b,
.btn,
.nav-links a,
.nav-cta {
  font-family: "Geologica", sans-serif;
}

a,
button,
input,
select,
textarea,
[contenteditable="true"] {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  background: var(--stone);
  color: var(--basalt);
  transform: translateY(-180%);
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

.bg-grid {
  opacity: 0.32;
  background-image: linear-gradient(rgba(32, 51, 36, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(32, 51, 36, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
}

.nav {
  height: 76px;
  background: rgba(16, 23, 19, 0.94);
  border-bottom-color: rgba(215, 202, 169, 0.18);
  color: #f0eee5;
}

.nav-in {
  padding-inline: clamp(1rem, 4vw, 3.5rem);
}

.brand {
  min-height: 48px;
  color: #f0eee5;
}

.brand-mark {
  width: 44px;
  height: 44px;
  padding: 4px;
  background: transparent;
}

.brand-tx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.brand-tx b {
  color: #f0eee5;
  font-size: 14px;
}

.brand-tx span {
  color: #aeb9aa;
}

.nav-links a {
  color: #bdc5bb;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
}

.nav-links a:hover,
.nav-links a.on {
  color: var(--mineral-bright);
  background: rgba(148, 184, 120, 0.08);
}

.nav-cta {
  min-height: 44px;
  background: var(--mineral);
  color: var(--basalt);
}

.nav-cta:hover {
  background: var(--mineral-bright);
}

.burger {
  min-width: 48px;
  min-height: 44px;
  color: #f0eee5;
  border-color: rgba(240, 238, 229, 0.3);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.burger > .burger-label {
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
}

.burger > .burger-lines {
  width: 19px;
  height: auto;
  background: transparent;
  display: grid;
  gap: 4px;
}

.burger span:not(.burger-label):not(.burger-lines) {
  background: #f0eee5;
}

.burger[aria-expanded="true"] .burger-lines span:first-child {
  transform: translateY(5.5px) rotate(45deg);
}

.burger[aria-expanded="true"] .burger-lines span:nth-child(2) {
  opacity: 0;
}

.burger[aria-expanded="true"] .burger-lines span:last-child {
  transform: translateY(-5.5px) rotate(-45deg);
}

.burger-lines span {
  transition: transform 220ms var(--ease-out), opacity 150ms ease;
}

.mmenu {
  inset: 76px 0 0 auto;
  width: min(420px, 100%);
  top: 76px;
  padding: 1.5rem clamp(1rem, 6vw, 2rem) 2rem;
  background: var(--basalt);
  border: 0;
  border-left: 1px solid rgba(215, 202, 169, 0.16);
  color: #f0eee5;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  display: flex;
  transition: transform 420ms cubic-bezier(0.32, 0.72, 0, 1), opacity 220ms ease, visibility 0s linear 420ms;
}

.mmenu.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.mmenu a {
  min-height: 52px;
  display: flex;
  align-items: center;
  color: #e8e7df;
  border-bottom-color: rgba(240, 238, 229, 0.13);
}

.page {
  padding-top: 76px;
}

.wrap,
.phero-in {
  padding-inline: clamp(1rem, 5vw, 4rem);
}

section {
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

section.alt {
  background: var(--bg-alt);
  border-color: var(--line);
}

.kick b,
.kick i,
.phero-k,
.hero-kick,
.ta-kicker,
.ta-label {
  font-family: "JetBrains Mono", monospace;
}

h2.sec-title {
  max-width: 19ch;
  font-size: clamp(2rem, 4.4vw, 4.4rem);
  line-height: 1.02;
}

.lead {
  max-width: 64ch;
}

.btn,
.nav-cta {
  min-height: 46px;
  border-radius: 2px;
  transition: transform 150ms var(--ease-out), color 200ms ease, background 200ms ease, border-color 200ms ease;
}

.btn:active,
.nav-cta:active {
  transform: scale(0.97);
}

.btn-fill {
  background: var(--mineral);
  color: var(--basalt);
}

.btn-fill:hover {
  background: var(--mineral-bright);
}

.btn-line {
  border-color: var(--line-2);
}

.btn-line:hover {
  color: var(--teal-xd);
  border-color: var(--teal-d);
}

.ta-shell {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 4rem);
}

#page-home > :not(.ta-home) {
  display: none;
}

.ta-dark {
  background: var(--basalt);
  color: #efede4;
}

.ta-dark h1,
.ta-dark h2,
.ta-dark h3,
.ta-dark h4 {
  color: #efede4;
}

.ta-kicker,
.ta-label {
  color: var(--mineral-bright);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.68rem;
}

.ta-kicker {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.ta-kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.ta-hero {
  position: relative;
  min-height: min(850px, calc(100vh - 76px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--basalt);
  color: #efede4;
}

.ta-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(148, 184, 120, 0.13), transparent 34%), linear-gradient(115deg, rgba(184, 102, 63, 0.06), transparent 42%);
  pointer-events: none;
}

.ta-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(5rem, 10vw, 8rem);
}

.ta-hero h1 {
  color: #efede4;
  font-size: clamp(3rem, 6.7vw, 7rem);
  line-height: 0.94;
  max-width: 11ch;
  margin: 1.5rem 0 1.75rem;
  letter-spacing: -0.055em;
}

.ta-hero h1 em {
  color: var(--mineral-bright);
  font-style: normal;
}

.ta-hero-copy > p {
  max-width: 54ch;
  color: #b9c2b8;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.65;
}

.ta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.ta-dark .btn-line,
.ta-hero .btn-line,
.ta-404 .btn-line {
  border-color: rgba(239, 237, 228, 0.3);
  color: #efede4;
}

.ta-dark .btn-line:hover,
.ta-hero .btn-line:hover,
.ta-404 .btn-line:hover {
  border-color: var(--mineral-bright);
  color: var(--mineral-bright);
}

.ta-earth {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(215, 202, 169, 0.24);
  background: #141d17;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.25);
}

.ta-earth::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(16, 23, 19, 0.22));
  pointer-events: none;
}

.ta-earth svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ta-scan {
  position: absolute;
  z-index: 2;
  left: 7%;
  right: 7%;
  top: 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--mineral-bright), transparent);
  box-shadow: 0 0 22px rgba(183, 209, 141, 0.5);
  animation: ta-scan 5.8s var(--ease-out) infinite;
}

@keyframes ta-scan {
  0%, 12% { transform: translateY(0); opacity: 0; }
  22% { opacity: 1; }
  72% { transform: translateY(350px); opacity: 0.8; }
  84%, 100% { transform: translateY(350px); opacity: 0; }
}

.ta-earth-note {
  position: absolute;
  z-index: 3;
  left: 1.25rem;
  bottom: 1.1rem;
  color: #aeb9aa;
  font: 0.62rem/1.5 "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.ta-intro-grid,
.ta-split,
.ta-partner-grid,
.ta-contact-grid,
.ta-404-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.ta-section-head h2 {
  font-size: clamp(2.25rem, 5vw, 5rem);
  line-height: 1;
  max-width: 14ch;
  margin-top: 1.2rem;
}

.ta-section-head p {
  max-width: 58ch;
  margin-top: 1.35rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.ta-dark .ta-section-head p {
  color: #aeb9aa;
}

.ta-capability-list {
  border-top: 1px solid var(--line-2);
}

.ta-capability {
  display: grid;
  grid-template-columns: 4.2rem 1fr auto;
  gap: 1.25rem;
  align-items: start;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line-2);
}

.ta-capability-index {
  color: var(--oxide);
  font: 0.72rem "JetBrains Mono", monospace;
}

.ta-capability h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  margin-bottom: 0.4rem;
}

.ta-capability p {
  color: var(--muted);
  max-width: 54ch;
}

.ta-text-link {
  color: var(--teal-xd);
  font-weight: 700;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.ta-workflow {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(239, 237, 228, 0.2);
  border-bottom: 1px solid rgba(239, 237, 228, 0.2);
}

.ta-stage {
  position: relative;
  min-height: 230px;
  padding: 1.6rem 1.25rem;
  border-right: 1px solid rgba(239, 237, 228, 0.14);
}

.ta-stage:last-child {
  border-right: 0;
}

.ta-stage span {
  color: var(--mineral-bright);
  font: 0.68rem "JetBrains Mono", monospace;
}

.ta-stage h3 {
  margin: 3.8rem 0 0.65rem;
  font-size: 1rem;
}

.ta-stage p {
  color: #9da99d;
  font-size: 0.88rem;
}

.ta-partner-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--shale);
}

.ta-partner-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.ta-partner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(16, 23, 19, 0.82));
}

.ta-partner-card figcaption {
  position: absolute;
  z-index: 2;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.15rem;
  color: #efede4;
  font-size: 0.82rem;
}

.ta-status-pair {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--line-2);
}

.ta-status {
  padding: 1.35rem 1.2rem 1.35rem 0;
}

.ta-status + .ta-status {
  padding-left: 1.2rem;
  border-left: 1px solid var(--line-2);
}

.ta-status strong {
  display: block;
  margin: 0.55rem 0;
}

.ta-status p {
  color: var(--muted);
  font-size: 0.92rem;
}

.ta-team-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  margin-top: 3.5rem;
}

.ta-person {
  grid-column: span 3;
  min-width: 0;
}

.ta-person:nth-child(-n + 2) {
  grid-column: span 6;
}

.ta-person-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--shale);
}

.ta-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.78) contrast(1.03);
  transition: transform 550ms var(--ease-out), filter 280ms ease;
}

.ta-person:hover img {
  transform: scale(1.025);
  filter: saturate(0.98) contrast(1.02);
}

.ta-person-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--mineral-bright);
  font: 600 clamp(2rem, 5vw, 4.5rem) "Geologica", sans-serif;
  background-color: var(--basalt-2);
  background-image: repeating-radial-gradient(ellipse at 58% 45%, transparent 0 24px, rgba(148, 184, 120, 0.12) 25px 26px);
}

.ta-person-meta {
  padding: 1rem 0.1rem 1.3rem;
  border-bottom: 1px solid var(--line-2);
}

.ta-person h3 {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  margin-bottom: 0.28rem;
}

.ta-person p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.ta-final-cta {
  text-align: left;
  background: var(--oxide);
  color: #17120e;
}

.ta-final-cta .ta-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
}

.ta-final-cta h2 {
  color: #17120e;
  font-size: clamp(2.4rem, 5vw, 5rem);
  max-width: 14ch;
}

.ta-final-cta p {
  max-width: 58ch;
  margin-top: 1rem;
}

.ta-final-cta .btn-ink {
  background: var(--basalt);
}

.phero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 8.5rem) 0 clamp(4rem, 7vw, 6rem);
  background: var(--basalt);
  color: #efede4;
}

.phero::after {
  content: "";
  position: absolute;
  inset: -30% -10% auto 45%;
  height: 140%;
  background: repeating-radial-gradient(ellipse at center, transparent 0 35px, rgba(148, 184, 120, 0.09) 36px 37px);
  transform: rotate(-8deg);
  pointer-events: none;
}

.phero-in {
  position: relative;
  z-index: 1;
}

.phero-k {
  color: var(--mineral-bright);
}

h1.phero-h1 {
  color: #efede4;
  font-size: clamp(2.75rem, 6vw, 6rem);
  max-width: 15ch;
}

.phero-sub {
  color: #aeb9aa;
  max-width: 62ch;
}

.mindex,
.sgrid,
.psplit,
.cgrid,
.blist {
  gap: 1rem;
  border: 0;
}

.mcard,
.scard,
.pcard,
.bcard,
.lcard,
.apanel,
.editor-card {
  border-color: var(--line-2);
  background: rgba(246, 244, 236, 0.78);
  box-shadow: none;
}

.pcard,
.scard {
  border: 1px solid var(--line-2);
}

.mcard:hover,
.scard:hover,
.pcard:hover,
.bcard:hover {
  background: #f7f5ed;
  border-color: #9da792;
}

.field input,
.field textarea,
.field select,
.rich {
  min-height: 46px;
  background: #f7f5ed;
  border-color: var(--line-2);
}

.field input:focus,
.field textarea:focus,
.field select:focus,
.rich:focus {
  outline: 3px solid rgba(184, 102, 63, 0.38);
  outline-offset: 1px;
  border-color: var(--oxide);
}

.cgrid {
  background: transparent;
}

.cform,
.cinfo {
  border: 1px solid var(--line-2);
}

.cinfo {
  background: var(--stone-deep);
}

.article-body,
.legal-doc {
  max-width: var(--reading);
}

.ta-partnership-hero {
  min-height: 680px;
  display: grid;
  align-items: end;
  background: linear-gradient(90deg, rgba(16, 23, 19, 0.98) 0 46%, rgba(16, 23, 19, 0.64) 70%, rgba(16, 23, 19, 0.18)), url("/assets/partnerships/sake/ismart-terrameter.jpg") center / cover no-repeat;
}

.ta-partnership-hero .ta-shell {
  padding-block: clamp(6rem, 13vw, 10rem);
}

.ta-partnership-hero h1 {
  max-width: 11ch;
  margin: 1.25rem 0;
  color: #efede4;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.95;
}

.ta-partnership-hero p {
  color: #c1c8bf;
  max-width: 54ch;
  font-size: 1.1rem;
}

.ta-method-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.ta-method-strip span {
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(239, 237, 228, 0.28);
  color: #efede4;
  font: 0.68rem "JetBrains Mono", monospace;
  text-transform: uppercase;
}

.ta-process-list {
  counter-reset: process;
  border-top: 1px solid var(--line-2);
}

.ta-process-list article {
  counter-increment: process;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.25rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line-2);
}

.ta-process-list article::before {
  content: "0" counter(process);
  color: var(--oxide);
  font: 0.72rem "JetBrains Mono", monospace;
}

.ta-process-list h3 {
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}

.ta-process-list p {
  color: var(--muted);
}

.ta-roadmap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
}

.ta-roadmap article {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(239, 237, 228, 0.18);
}

.ta-roadmap article:first-child {
  background: rgba(148, 184, 120, 0.08);
}

.ta-roadmap h3 {
  margin: 0.8rem 0;
  font-size: 1.4rem;
}

.ta-roadmap p,
.ta-roadmap li {
  color: #aeb9aa;
}

.ta-roadmap ul {
  margin: 1rem 0 0 1.15rem;
  display: grid;
  gap: 0.5rem;
}

.ta-404 {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  background: var(--basalt);
  color: #efede4;
}

.ta-404-grid {
  align-items: center;
  padding-block: 5rem;
}

.ta-404 h1 {
  color: #efede4;
  font-size: clamp(3rem, 7vw, 7rem);
  max-width: 9ch;
  margin: 1.2rem 0;
}

.ta-404 p {
  color: #aeb9aa;
  max-width: 50ch;
}

.ta-404-mark {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--mineral-bright);
  font: 600 clamp(5rem, 14vw, 11rem) "Geologica", sans-serif;
  background: repeating-radial-gradient(ellipse at center, transparent 0 31px, rgba(148, 184, 120, 0.14) 32px 33px);
  border: 1px solid rgba(239, 237, 228, 0.18);
}

.team-admin-shell {
  margin-top: 1.5rem;
}

.team-admin-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.team-admin-form .field-wide,
.team-admin-form .team-admin-actions,
.team-admin-form .fb {
  grid-column: 1 / -1;
}

.team-admin-actions,
.team-member-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.team-admin-list {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.75rem;
}

.team-admin-member {
  display: grid;
  grid-template-columns: 68px minmax(180px, 1fr) minmax(240px, auto);
  align-items: center;
  gap: 1rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  background: #f7f5ed;
}

.team-admin-member img,
.team-admin-avatar {
  width: 68px;
  height: 82px;
  object-fit: cover;
  background: var(--basalt);
}

.team-admin-avatar {
  display: grid;
  place-items: center;
  color: var(--mineral-bright);
  font-weight: 700;
}

.team-admin-member p {
  color: var(--muted);
  font-size: 0.88rem;
}

.team-member-placement {
  display: grid;
  grid-template-columns: minmax(110px, 0.55fr) minmax(170px, 1fr) auto;
  align-items: end;
  gap: 0.7rem;
  grid-column: 2 / -1;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}

.team-member-placement label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.team-member-placement input[type="number"] {
  width: 100%;
  min-height: 44px;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line-2);
  background: #fff;
  color: var(--text);
  font: inherit;
}

.team-member-publish {
  min-height: 44px;
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem !important;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line-2);
  background: #fff;
  color: var(--text) !important;
  cursor: pointer;
}

.team-member-publish input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--teal-d);
  cursor: pointer;
}

.team-member-actions {
  grid-column: 2 / -1;
}

.app-confirm {
  width: min(460px, calc(100% - 2rem));
  padding: 0;
  border: 1px solid var(--line-2);
  background: var(--stone);
  color: var(--text);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.app-confirm::backdrop {
  background: rgba(10, 15, 12, 0.74);
}

.app-confirm form {
  padding: 2rem;
}

.app-confirm h2 {
  margin: 0.7rem 0;
  font-size: 1.7rem;
}

.app-confirm p {
  color: var(--muted);
}

.app-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-top: 1.75rem;
}

.foot {
  background: var(--basalt);
  border-top: 1px solid rgba(215, 202, 169, 0.16);
}

.foot-brand b,
.fcol h4 {
  color: #efede4;
}

.foot-brand p,
.fcol a,
.foot-bottom {
  color: #9faa9e;
}

.fcol a {
  min-height: 38px;
  display: flex;
  align-items: center;
}

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

.rv {
  transform: translateY(18px);
  transition: opacity 520ms var(--ease-out), transform 520ms var(--ease-out);
}

@media (max-width: 1100px) {
  .nav-links {
    display: none;
  }

  .burger {
    display: flex;
  }

  .ta-hero-grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 2rem;
  }

  .ta-workflow {
    grid-template-columns: repeat(3, 1fr);
  }

  .ta-stage:nth-child(3) {
    border-right: 0;
  }

  .ta-stage:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(239, 237, 228, 0.14);
  }

  .ta-person,
  .ta-person:nth-child(-n + 2) {
    grid-column: span 6;
  }
}

@media (max-width: 820px) {
  .nav-right .nav-cta {
    display: none;
  }

  .ta-hero {
    min-height: auto;
  }

  .ta-hero-grid,
  .ta-intro-grid,
  .ta-split,
  .ta-partner-grid,
  .ta-contact-grid,
  .ta-404-grid,
  .ta-final-cta .ta-shell {
    grid-template-columns: 1fr;
  }

  .ta-earth {
    min-height: 420px;
  }

  .ta-capability {
    grid-template-columns: 3rem 1fr;
  }

  .ta-capability .ta-text-link {
    grid-column: 2;
  }

  .ta-workflow {
    grid-template-columns: 1fr 1fr;
  }

  .ta-stage,
  .ta-stage:nth-child(3) {
    border-right: 1px solid rgba(239, 237, 228, 0.14);
    border-bottom: 1px solid rgba(239, 237, 228, 0.14);
  }

  .ta-stage:nth-child(even) {
    border-right: 0;
  }

  .ta-stage:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ta-status-pair,
  .ta-roadmap,
  .team-admin-form {
    grid-template-columns: 1fr;
  }

  .ta-status + .ta-status {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line-2);
  }

  .ta-partnership-hero {
    background: linear-gradient(180deg, rgba(16, 23, 19, 0.45), rgba(16, 23, 19, 0.98) 58%), url("/assets/partnerships/sake/ismart-terrameter.jpg") 64% center / cover no-repeat;
  }

  .team-admin-form .field-wide,
  .team-admin-form .team-admin-actions,
  .team-admin-form .fb {
    grid-column: auto;
  }

  .team-admin-member {
    grid-template-columns: 58px 1fr;
  }

  .team-member-actions {
    grid-column: 1 / -1;
  }

  .team-member-placement {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand-tx {
    display: none;
  }

  .ta-hero h1,
  .ta-partnership-hero h1 {
    font-size: clamp(2.65rem, 14vw, 4.3rem);
  }

  .ta-earth {
    min-height: 340px;
  }

  .ta-workflow {
    grid-template-columns: 1fr;
  }

  .ta-stage,
  .ta-stage:nth-child(even),
  .ta-stage:nth-child(3),
  .ta-stage:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(239, 237, 228, 0.14);
  }

  .ta-stage:last-child {
    border-bottom: 0;
  }

  .ta-stage h3 {
    margin-top: 1.8rem;
  }

  .ta-team-grid {
    grid-template-columns: 1fr;
  }

  .ta-person,
  .ta-person:nth-child(-n + 2) {
    grid-column: auto;
  }

  .ta-person-media {
    aspect-ratio: 4 / 4.7;
  }

  .ta-capability {
    grid-template-columns: 2.3rem 1fr;
    gap: 0.75rem;
  }

  .ta-process-list article {
    grid-template-columns: 2.4rem 1fr;
    gap: 0.75rem;
  }

  .bctrl,
  .blist,
  .mindex,
  .sgrid,
  .sgrid.cols3,
  .psplit,
  .cgrid,
  .life,
  .band-in {
    grid-template-columns: 1fr;
  }
}

tc-icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: -0.125em;
}

tc-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ta-scan {
    display: none;
  }

  .mmenu,
  .burger-lines span,
  .ta-person img,
  .rv,
  .rv.in {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transform: none !important;
  }
}

@media (forced-colors: active) {
  .ta-person-placeholder,
  .ta-404-mark,
  .ta-earth {
    border: 1px solid CanvasText;
  }
}
