/* =========================================================
   LEGACY INTELLIGENCE — HOME PAGE
========================================================= */

.home-page {
  --home-bg: #f2efe5;
  --home-text: #11110f;
  --home-muted: #777369;
  --home-line: rgba(17, 17, 15, 0.14);
  --home-green: #17231a;
  --home-olive: #59603f;
  --home-brown: #6d4f46;
  --home-cream: #f4f0e6;
  --home-white: #faf8f3;

  width: 100%;
  overflow: hidden;
  background: var(--home-bg);
  color: var(--home-text);
}

.home-page *,
.home-page *::before,
.home-page *::after {
  box-sizing: border-box;
}

.home-page img,
.home-page video {
  display: block;
  width: 100%;
}

.home-page a {
  color: inherit;
  text-decoration: none;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
  margin-top: 0;
}


/* =========================================================
   HERO
========================================================= */

.home-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #111;
  color: var(--home-white);
}

.home-hero-media {
  position: absolute;
  inset: 0;
}

.home-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,5,4,.42) 0%, rgba(5,5,4,.08) 35%, rgba(5,5,4,.18) 58%, rgba(5,5,4,.78) 100%),
    linear-gradient(90deg, rgba(5,5,4,.28), rgba(5,5,4,0) 58%);
}

.home-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: space-between;
  padding:
    clamp(95px, 9vw, 145px)
    clamp(24px, 5.5vw, 105px)
    clamp(45px, 5vw, 80px);
}

.home-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.home-hero-kicker,
.home-hero-index {
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .5fr);
  gap: clamp(50px, 8vw, 150px);
  align-items: end;
}

.home-hero-icon{

    width:40px !important;
    margin-bottom:34px;

    filter:
        invert(1)
        brightness(1.15)
        contrast(.95)
        drop-shadow(0 0 1px rgba(255,255,255,.65))
        drop-shadow(0 0 10px rgba(255,255,255,.18))
        drop-shadow(0 12px 30px rgba(0,0,0,.22));

    opacity:.88;

    transition:.4s;

}

.home-hero-title h1 {
  margin-bottom: 0;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(82px, 10vw, 180px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.075em;
}

.home-hero-copy p {
  margin-bottom: 38px;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(27px, 2.5vw, 44px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.home-hero-link,
.home-manifesto-copy a,
.home-advisory-footer a,
.home-cases-footer a,
.home-network-copy a,
.home-insights-footer a,
.home-final-copy a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 19px 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-hero-link span:last-child,
.home-manifesto-copy a span:last-child,
.home-advisory-footer a span:last-child,
.home-cases-footer a span:last-child,
.home-network-copy a span:last-child,
.home-insights-footer a span:last-child,
.home-final-copy a span:last-child {
  font-size: 20px;
  transition: transform .35s ease;
}

.home-hero-link:hover span:last-child,
.home-manifesto-copy a:hover span:last-child,
.home-advisory-footer a:hover span:last-child,
.home-cases-footer a:hover span:last-child,
.home-network-copy a:hover span:last-child,
.home-insights-footer a:hover span:last-child,
.home-final-copy a:hover span:last-child {
  transform: translateX(7px);
}


/* =========================================================
   MANIFESTO
========================================================= */

.home-manifesto {
  display: grid;
  grid-template-columns: 70px minmax(0, 1.05fr) minmax(300px, .52fr);
  gap: clamp(45px, 7vw, 120px);
  align-items: start;
  padding:
    clamp(90px, 10vw, 180px)
    clamp(24px, 6vw, 115px);
  border-bottom: 1px solid var(--home-line);
}

.home-manifesto-number {
  color: var(--home-muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .17em;
}

.home-manifesto-heading > span,
.home-section-heading > span,
.home-advisory-heading > span,
.home-network-copy > span,
.home-academy-content > span,
.home-final-heading > span {
  display: block;
  margin-bottom: 28px;
  color: var(--home-olive);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-manifesto-heading h2 {
  margin-bottom: 0;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 102px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.055em;
}

.home-manifesto-copy {
  padding-left: clamp(25px, 3vw, 50px);
  border-left: 1px solid var(--home-line);
}

.home-manifesto-copy p {
  margin-bottom: 25px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.78;
}

.home-manifesto-copy a {
  margin-top: 40px;
}


/* =========================================================
   SHARED SECTION HEADING
========================================================= */

.home-section-heading {
  max-width: 1050px;
}

.home-section-heading h2,
.home-advisory-heading h2 {
  margin-bottom: 30px;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(58px, 7vw, 118px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.06em;
}

.home-section-heading > p,
.home-advisory-heading > p {
  max-width: 650px;
  margin-bottom: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}


/* =========================================================
   WHAT WE BUILD
========================================================= */

.home-build {
  position: relative;
  padding:
    clamp(90px, 9vw, 160px)
    clamp(20px, 4vw, 70px);
  border-bottom: 1px solid var(--home-line);
}

.home-build .home-section-heading {
  padding: 0 clamp(8px, 2vw, 40px);
  margin-bottom: clamp(70px, 8vw, 120px);
}

.home-build-list {
  position: relative;
  z-index: 2;
  width: min(68%, 1080px);
  border-top: 1px solid var(--home-line);
}

.home-build-item {
  display: grid;
  grid-template-columns: 70px minmax(0, .7fr) minmax(260px, .5fr);
  gap: 25px;
  align-items: center;
  min-height: 150px;
  padding: 28px 0;
  border-bottom: 1px solid var(--home-line);
  cursor: default;
  transition: padding-left .35s ease;
}

.home-build-item > span {
  color: var(--home-muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
}

.home-build-item h3 {
  margin-bottom: 0;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(43px, 5vw, 82px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.055em;
}

.home-build-item p {
  margin-bottom: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.home-build-item:hover {
  padding-left: 18px;
}

.home-build-visual {
  position: absolute;
  right: clamp(20px, 4vw, 70px);
  bottom: clamp(90px, 9vw, 160px);
  width: 28%;
  height: 56%;
  overflow: hidden;
  background: #d5cfc3;
}

.home-build-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .35s ease, transform .7s ease;
}

.home-build-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.18));
}


/* =========================================================
   ADVISORY
========================================================= */

.home-advisory {
  padding:
    clamp(90px, 9vw, 160px)
    clamp(20px, 4vw, 70px);
  border-bottom: 1px solid var(--home-line);
}

.home-advisory-heading {
  padding: 0 clamp(8px, 2vw, 40px);
  margin-bottom: clamp(70px, 8vw, 120px);
}

.home-advisory-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  border-top: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
}

.home-advisory-list {
  border-right: 1px solid var(--home-line);
}

.home-advisory-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  min-height: 135px;
  padding: 26px 28px;
  border-bottom: 1px solid var(--home-line);
  transition: background-color .35s ease, color .35s ease;
}

.home-advisory-item > span {
  color: var(--home-muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
}

.home-advisory-item h3 {
  margin-bottom: 12px;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 46px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}

.home-advisory-item small {
  grid-column: 2;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.home-advisory-item:hover,
.home-advisory-item.is-active {
  background: var(--home-green);
  color: var(--home-cream);
}

.home-advisory-item:hover > span,
.home-advisory-item.is-active > span {
  color: rgba(244,240,230,.55);
}

.home-advisory-visual {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: #151513;
}

.home-advisory-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transition:
    opacity .35s ease,
    transform .8s cubic-bezier(.22,1,.36,1);
}

.home-advisory-visual-label strong{
    transition: opacity .3s ease;
}

.home-advisory-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.58));
}

.home-advisory-visual-label {
  position: absolute;
  right: 35px;
  bottom: 35px;
  left: 35px;
  color: var(--home-white);
}

.home-advisory-visual-label span {
  display: block;
  margin-bottom: 12px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-advisory-visual-label strong {
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.home-advisory-footer,
.home-cases-footer,
.home-insights-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 45px;
}

.home-advisory-footer a,
.home-cases-footer a,
.home-insights-footer a {
  width: min(100%, 360px);
}


/* =========================================================
   CASE STUDIES
========================================================= */

.home-cases {
  padding:
    clamp(90px, 9vw, 160px)
    clamp(20px, 4vw, 70px);
  border-bottom: 1px solid var(--home-line);
}

.home-cases .home-section-heading {
  padding: 0 clamp(8px, 2vw, 40px);
  margin-bottom: clamp(70px, 8vw, 120px);
}

.home-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-case {
  position: relative;
  overflow: hidden;
  background: #151513;
  color: var(--home-white);
}

.home-case-featured {
  grid-column: 1 / -1;
}

.home-case > a {
  position: relative;
  display: block;
  min-height: 520px;
}

.home-case-featured > a {
  min-height: 760px;
}

.home-case-media,
.home-case-overlay {
  position: absolute;
  inset: 0;
}

.home-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(.22,1,.36,1), filter .5s ease;
}

.home-case-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.72));
}

.home-case-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 62px);
}

.home-case-top,
.home-case-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.home-case-top span,
.home-case-bottom > span {
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-case-bottom {
  align-items: flex-end;
}

.home-case-bottom h3 {
  margin-bottom: 18px;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 105px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.06em;
}

.home-case-secondary .home-case-bottom h3 {
  font-size: clamp(38px, 4vw, 68px);
}

.home-case-bottom p {
  max-width: 620px;
  margin-bottom: 0;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(24px, 2.5vw, 41px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.home-case:hover .home-case-media img {
  transform: scale(1.04);
  filter: brightness(.88);
}


/* =========================================================
   STATEMENT
========================================================= */

.home-statement {
  padding: clamp(90px, 10vw, 180px) clamp(24px, 6vw, 115px);
  background: var(--home-green);
  color: var(--home-cream);
}

.home-statement-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  align-items: baseline;
  padding: clamp(28px, 4vw, 58px) 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.home-statement-row:first-child {
  border-top: 1px solid rgba(255,255,255,.2);
}

.home-statement-row span {
  color: rgba(244,240,230,.5);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
}

.home-statement-row p {
  margin-bottom: 0;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 118px);
  line-height: .94;
  letter-spacing: -.06em;
}


/* =========================================================
   NETWORK
========================================================= */

.home-network {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr);
  min-height: 760px;
  border-bottom:1px solid var(--home-line);
}

/* LEFT */

.home-network-visual{
    position:relative;
    overflow:hidden;
    background:var(--home-green);
}

/* SYSTEM */

.network-orbit-system{
    position:absolute;
    left:50%;
    top:50%;
    width:700px;
    height:700px;
    transform:translate(-50%,-50%);
}

/* CENTER */

.home-network-center{
    position:absolute;
    left:50%;
    top:50%;

    width:220px;
    height:220px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    border-radius:50%;
    border:1px solid rgba(255,255,255,.25);

    background:rgba(18,34,24,.92);
    backdrop-filter:blur(8px);

    transform:translate(-50%,-50%);
    z-index:20;

    transition:.45s;
    cursor:pointer;
}

.home-network-center:hover{

    transform:translate(-50%,-50%) scale(1.04);

    border-color:rgba(255,255,255,.5);

    background:rgba(18,34,24,.98);

}

.home-network-center img{

    width:30px;
    margin-bottom:16px;
    filter:invert(1);

}

.home-network-center span{

    color:white;
    font-family:"Canela";
    font-size:30px;

}

/* RIPPLE */

.network-ripple{

    position:absolute;

    left:50%;
    top:50%;

    border-radius:50%;
    border:1px solid rgba(255,255,255,.14);

    opacity:0;

    transform:translate(-50%,-50%) scale(.35);

    pointer-events:none;

}

.ripple-1{

    width:320px;
    height:320px;

}

.ripple-2{

    width:470px;
    height:470px;

}

.ripple-3{

    width:620px;
    height:620px;

}

/* ORBITS */

.network-orbit{

    position:absolute;

    left:50%;
    top:50%;

    border-radius:50%;
    border:1px solid rgba(255,255,255,.12);

    opacity:0;

    transform:translate(-50%,-50%) scale(.8);

}

.orbit-1{

    width:320px;
    height:320px;

}

.orbit-2{

    width:470px;
    height:470px;

}

.orbit-3{

    width:620px;
    height:620px;

}

/* NODES */

.network-node{

    position:absolute;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:10px 16px;

    border-radius:999px;

    border:1px solid rgba(255,255,255,.18);

    background:rgba(18,34,24,.96);

    color:white;

    font-family:"Inter";
    font-size:9px;

    letter-spacing:.15em;

    text-transform:uppercase;

    opacity:0;

    transform:scale(.7);

    white-space:nowrap;

}

/* orbit1 */

.node-a{

    left:50%;
    top:-18px;

    transform:translateX(-50%) scale(.7);

}

.node-b{

    right:-48px;
    top:50%;

    transform:translateY(-50%) scale(.7);

}

/* orbit2 */

.node-c{

    bottom:-18px;
    left:50%;

    transform:translateX(-50%) scale(.7);

}

.node-d{

    left:-56px;
    top:50%;

    transform:translateY(-50%) scale(.7);

}

/* orbit3 */

.node-e{

    top:11%;
    right:4%;

}

.node-f{

    bottom:11%;
    left:4%;

}

/* HOVER */

.network-orbit-system:hover .network-ripple{

    animation:ripple 2.8s ease-out infinite;

}

.network-orbit-system:hover .ripple-2{

    animation-delay:.35s;

}

.network-orbit-system:hover .ripple-3{

    animation-delay:.7s;

}

.network-orbit-system:hover .network-orbit{

    opacity:1;

    transform:translate(-50%,-50%) scale(1);

    transition:.8s cubic-bezier(.2,.8,.2,1);

}

.network-orbit-system:hover .orbit-1{

    animation:orbit 28s linear infinite;

}

.network-orbit-system:hover .orbit-2{

    animation:orbitReverse 40s linear infinite;

}

.network-orbit-system:hover .orbit-3{

    animation:orbit 52s linear infinite;

}

.network-orbit-system:hover .network-node{

    opacity:1;

    transition:.45s .25s;

}

/* preserve transforms */

.network-orbit-system:hover .node-a{

    transform:translateX(-50%) scale(1);

}

.network-orbit-system:hover .node-b{

    transform:translateY(-50%) scale(1);

}

.network-orbit-system:hover .node-c{

    transform:translateX(-50%) scale(1);

}

.network-orbit-system:hover .node-d{

    transform:translateY(-50%) scale(1);

}

.network-orbit-system:hover .node-e,
.network-orbit-system:hover .node-f{

    transform:scale(1);

}

/* RIGHT */

.home-network-copy{

    padding:110px 95px;

    display:flex;
    flex-direction:column;
    justify-content:center;

}

.home-network-copy h2{
  

    margin-bottom:34px;

    font-size:clamp(64px,5vw,102px);

    line-height:.9;

    letter-spacing:-.07em;

}

.home-network-copy p{

    margin-bottom:55px;

    max-width:620px;

    font-size:19px;

    line-height:1.7;

}

/* ANIMATION */

@keyframes ripple{

0%{

opacity:0;
transform:translate(-50%,-50%) scale(.35);

}

20%{

opacity:.45;

}

100%{

opacity:0;
transform:translate(-50%,-50%) scale(1.1);

}

}

@keyframes orbit{

from{

transform:translate(-50%,-50%) rotate(0);

}

to{

transform:translate(-50%,-50%) rotate(360deg);

}

}

@keyframes orbitReverse{

from{

transform:translate(-50%,-50%) rotate(360deg);

}

to{

transform:translate(-50%,-50%) rotate(0);

}

}


/* =========================================================
   INSIGHTS
========================================================= */

.home-insights {
  padding:
    clamp(90px, 9vw, 160px)
    clamp(20px, 4vw, 70px);
  border-bottom: 1px solid var(--home-line);
}

.home-insights .home-section-heading {
  padding: 0 clamp(8px, 2vw, 40px);
  margin-bottom: clamp(70px, 8vw, 120px);
}

.home-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
}

.home-insight-card {
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.home-insight-card > a {
  display: block;
  height: 100%;
}

.home-insight-image {
  aspect-ratio: 1.25 / 1;
  overflow: hidden;
}

.home-insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.22,1,.36,1), filter .5s ease;
}

.home-insight-content {
  min-height: 300px;
  padding: 28px;
}

.home-insight-content > span {
  display: block;
  margin-bottom: 28px;
  color: var(--home-olive);
  font-family: "Inter", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-insight-content h3 {
  margin-bottom: 40px;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
}

.home-insight-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  color: var(--home-muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
}

.home-insight-card:hover .home-insight-image img {
  transform: scale(1.045);
  filter: brightness(.9);
}


/* =========================================================
   ACADEMY
========================================================= */

.home-academy {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;

  background: #a8ad88;
  border-bottom: 1px solid var(--home-line);
}


/* BACKGROUND SYMBOL */

.home-academy-symbol {
  position: absolute;

  right: -5vw;
  bottom: -14vw;

  width: min(48vw, 820px);
  aspect-ratio: 1;

  z-index: 1;
  pointer-events: none;

  opacity: .11;

  transform: translateY(0);
  transform-origin: center bottom;

  animation: academySymbolFloat 12s ease-in-out infinite;
}

.home-academy-symbol img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  filter:
    invert(1)
    brightness(1.08)
    drop-shadow(0 20px 34px rgba(255, 255, 255, .07));

  transform: scaleX(.9) scaleY(1.18);
}


/* CONTENT */

.home-academy-content {
  position: relative;
  z-index: 2;

  width: min(100%, 1050px);

  padding:
    clamp(100px, 10vw, 175px)
    clamp(24px, 6vw, 115px);
}

.home-academy-content > span {
  display: inline-block;

  margin-bottom: 34px;

  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;

  opacity: .58;
}

.home-academy-content h2 {
  margin: 0 0 40px;

  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(56px, 7vw, 118px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.06em;
}

.home-academy-content p {
  max-width: 620px;
  margin: 0 0 60px;

  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}


/* STATUS */

.home-academy-status {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
  max-width: 680px;

  padding: 22px 0;

  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);

  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-academy-status a {
  position: relative;

  display: inline-flex;
  align-items: center;

  transition:
    transform .35s ease,
    opacity .35s ease;
}

.home-academy-status a:hover {
  transform: translateX(6px);
  opacity: .72;
}


/* SYMBOL ANIMATION */

@keyframes academySymbolFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}


/* RESPONSIVE */

@media (max-width: 900px) {
  .home-academy {
    min-height: 680px;
  }

  .home-academy-symbol {
    right: -16vw;
    bottom: -8vw;

    width: 68vw;
    opacity: .09;
  }

  .home-academy-content {
    width: min(100%, 880px);
  }
}

@media (max-width: 700px) {
  .home-academy {
    min-height: auto;
  }

  .home-academy-symbol {
    right: -28vw;
    bottom: -4vw;

    width: 92vw;
    opacity: .075;
  }

  .home-academy-symbol img {
    transform: scaleX(.92) scaleY(1.12);
  }

  .home-academy-content {
    padding:
      95px
      28px
      120px;
  }

  .home-academy-content > span {
    margin-bottom: 26px;
  }

  .home-academy-content h2 {
    margin-bottom: 30px;

    font-size: clamp(52px, 15vw, 78px);
    line-height: .92;
  }

  .home-academy-content p {
    margin-bottom: 45px;

    font-size: 15px;
    line-height: 1.7;
  }

  .home-academy-status {
    flex-direction: column;
    align-items: flex-start;

    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-academy-symbol {
    animation: none;
  }
}



/* =========================================================
   FINAL
========================================================= */

.home-final {
  display: grid;
  grid-template-columns: 70px minmax(0, 1.1fr) minmax(320px, .52fr);
  gap: clamp(45px, 7vw, 115px);
  align-items: end;
  min-height: 620px;
  padding:
    clamp(95px, 10vw, 180px)
    clamp(24px, 6vw, 115px);
  background: var(--home-green);
  color: var(--home-cream);
}

.home-final-mark {
  width: 30px;
  align-self: start;
}

.home-final-mark img {
  filter: invert(1);
}

.home-final-heading > span {
  color: rgba(244,240,230,.6);
}

.home-final-heading h2 {
  margin-bottom: 0;
  font-family: "Canela", "Times New Roman", serif;
  font-size: clamp(62px, 7vw, 125px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.06em;
}

.home-final-copy p {
  margin-bottom: 40px;
  color: rgba(244,240,230,.78);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}


/* =========================================================
   GSAP READY
========================================================= */

.home-reveal {
  opacity: 0;
  transform: translateY(40px);
}

.home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.22,1,.36,1);
}

.home-delay-1 { transition-delay: .08s !important; }
.home-delay-2 { transition-delay: .16s !important; }
.home-delay-3 { transition-delay: .24s !important; }
.home-delay-4 { transition-delay: .32s !important; }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {
  .home-hero-main {
    grid-template-columns: 1fr 320px;
  }

  .home-manifesto {
    grid-template-columns: 55px 1fr;
  }

  .home-manifesto-copy {
    grid-column: 2;
    padding-top: 40px;
    padding-left: 0;
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }

  .home-build-list {
    width: 100%;
  }

  .home-build-visual {
    display: none;
  }

  .home-advisory-layout {
    grid-template-columns: 1fr;
  }

  .home-advisory-visual {
    min-height: 620px;
  }

  .home-insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-final {
    grid-template-columns: 55px 1fr;
  }

  .home-final-copy {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .home-hero-main {
    grid-template-columns: 1fr;
  }

  .home-network {
    grid-template-columns: 1fr;
  }

  .home-network-visual {
    min-height: 620px;
  }

  .home-network-copy {
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }

  .home-cases-grid {
    grid-template-columns: 1fr;
  }

  .home-case-featured {
    grid-column: auto;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {
  .home-hero-content {
    padding: 88px 20px 35px;
  }

  .home-hero-top {
    align-items: flex-start;
  }

  .home-hero-title h1 {
    font-size: clamp(66px, 20vw, 96px);
  }

  .home-hero-copy p {
    font-size: 27px;
  }

  .home-manifesto {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 75px 20px;
  }

  .home-manifesto-copy {
    grid-column: auto;
  }

  .home-manifesto-heading h2 {
    font-size: 49px;
  }

  .home-build,
  .home-advisory,
  .home-cases,
  .home-insights {
    padding: 75px 12px;
  }

  .home-build .home-section-heading,
  .home-advisory-heading,
  .home-cases .home-section-heading,
  .home-insights .home-section-heading {
    padding: 0 8px;
  }

  .home-section-heading h2,
  .home-advisory-heading h2 {
    font-size: 54px;
  }

  .home-build-item {
    grid-template-columns: 42px 1fr;
    min-height: auto;
  }

  .home-build-item p {
    grid-column: 2;
  }

  .home-advisory-item {
    grid-template-columns: 40px 1fr;
    padding: 24px 18px;
  }

  .home-advisory-visual {
    min-height: 460px;
  }

  .home-case > a,
  .home-case-featured > a {
    min-height: 520px;
  }

  .home-case-content {
    padding: 24px 20px;
  }

  .home-case-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-case-bottom h3,
  .home-case-secondary .home-case-bottom h3 {
    font-size: 48px;
  }

  .home-statement {
    padding: 75px 20px;
  }

  .home-statement-row {
    grid-template-columns: 42px 1fr;
  }

  .home-statement-row p {
    font-size: 47px;
  }

  .home-network-visual {
    min-height: 500px;
  }

  .home-network-copy {
    padding: 70px 20px;
  }

  .home-network-copy h2 {
    font-size: 50px;
  }

  .home-insights-grid {
    grid-template-columns: 1fr;
  }

  .home-insight-content {
    min-height: 260px;
  }

  .home-academy {
    min-height: 650px;
  }

  .home-academy-content {
    padding: 80px 20px;
  }

  .home-academy-content h2 {
    font-size: 54px;
  }

  .home-academy-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-final {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 85px 20px;
  }

  .home-final-copy {
    grid-column: auto;
  }

  .home-final-heading h2 {
    font-size: 58px;
  }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
  .home-hero-title h1 {
    font-size: 60px;
  }

  .home-manifesto-heading h2,
  .home-network-copy h2 {
    font-size: 43px;
  }

  .home-section-heading h2,
  .home-advisory-heading h2,
  .home-academy-content h2,
  .home-final-heading h2 {
    font-size: 49px;
  }

  .home-statement-row p {
    font-size: 41px;
  }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.home-page a:focus-visible,
.home-page button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .home-reveal {
    opacity: 1;
    transform: none;
  }
}