@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #151916;
  --ink-2: #272c28;
  --green: #936346;
  --leaf: #bd8c5d;
  --sage: #858882;
  --paper: #eeede7;
  --muted: rgba(238, 237, 231, 0.58);
  --line: rgba(238, 237, 231, 0.14);
  --display: "Manrope", "Avenir Next", sans-serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 80% 35%, rgba(147, 99, 70, 0.11), transparent 32rem),
    var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--leaf);
  outline-offset: 4px;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: clamp(24px, 3vw, 58px) clamp(24px, 7.1vw, 136px);
  border-bottom: 1px solid transparent;
  transition:
    padding 300ms ease,
    background 300ms ease,
    border-color 300ms ease,
    opacity 300ms ease,
    transform 300ms ease;
}

.site-header.past-hero {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.site-header.scrolled {
  padding-top: 16px;
  padding-bottom: 16px;
  border-color: rgba(238, 237, 231, 0.08);
  background: rgba(21, 25, 22, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-self: start;
  min-width: max-content;
  animation: header-edge-in 220ms 1.42s both;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: clamp(20px, 2.3vw, 44px);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4.2vw, 80px);
  padding: clamp(11px, 0.85vw, 16px) clamp(27px, 2.35vw, 45px);
  border: 1px solid rgba(230, 241, 232, 0.17);
  border-radius: 999px;
  background: rgba(230, 241, 232, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: clamp(11px, 0.73vw, 14px);
  letter-spacing: 0.035em;
  backdrop-filter: blur(14px);
  animation: nav-pill-in 300ms 80ms both;
}

.desktop-nav a {
  animation: nav-link-in 150ms both;
}

.desktop-nav a:nth-child(1) {
  animation-delay: 125ms;
}

.desktop-nav a:nth-child(2) {
  animation-delay: 160ms;
}

.desktop-nav a:nth-child(3) {
  animation-delay: 195ms;
}

.desktop-nav a:nth-child(4) {
  animation-delay: 230ms;
}

.desktop-nav a,
.header-actions button,
.header-actions a {
  color: rgba(230, 241, 232, 0.82);
  transition: color 200ms ease;
}

.desktop-nav a:hover,
.header-actions button:hover,
.header-actions a:hover {
  color: #fff;
}

.header-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 2.9vw, 56px);
  width: clamp(260px, 20.3vw, 390px);
  font-size: clamp(10px, 0.74vw, 14px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  animation: header-edge-in 220ms 1.42s both;
}

.language,
.menu-toggle {
  padding: 0;
  border: 0;
  background: transparent;
}

.language {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
}

.contact-link span {
  margin-left: 4px;
  font-size: 14px;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  height: 75vw;
  min-height: 720px;
  overflow: hidden;
  background: #141815;
}

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

.hero-media {
  overflow: hidden;
}

.hero-landscape {
  position: absolute;
  top: -11%;
  right: 0;
  left: 0;
  width: 100%;
  height: 113%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(0.72) brightness(0.77) contrast(0.92);
}

.hero-orb {
  position: absolute;
  top: 7.2%;
  left: 50%;
  width: min(55vw, 1056px);
  height: auto;
  transform: translateX(-50%);
  filter:
    drop-shadow(0 30px 34px rgba(4, 17, 13, 0.42))
    saturate(0.84);
  animation: hero-orb-in 300ms 0ms cubic-bezier(0.2, 0.86, 0.2, 1) both;
  will-change: transform, opacity;
}

@keyframes hero-orb-in {
  from {
    opacity: 0;
    transform: translate(-50%, -26px) scale(1.08);
  }
}

@keyframes nav-pill-in {
  from {
    opacity: 0;
    transform: translateY(-12px) scaleX(0.9);
  }
}

@keyframes nav-link-in {
  from {
    opacity: 0;
    transform: translateX(-6px);
  }
}

@keyframes header-edge-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(21, 25, 22, 0.22), transparent 35%, rgba(21, 25, 22, 0.9)),
    linear-gradient(90deg, rgba(21, 25, 22, 0.26), transparent 30%, transparent 70%, rgba(21, 25, 22, 0.28));
}

.hero-copy {
  position: absolute;
  inset: 0;
  display: block;
}

.hero h1 {
  position: relative;
  top: 24.1%;
  width: min(86vw, 1650px);
  height: clamp(170px, 17vw, 326px);
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(62px, 8vw, 154px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero .line {
  position: absolute;
  display: block;
  overflow: hidden;
}

.hero .line b {
  display: block;
  clip-path: inset(0 100% 0 0);
  animation: title-wipe 180ms cubic-bezier(0.3, 0.7, 0.25, 1) forwards;
}

.hero .line-one {
  top: 0;
  left: 0;
}

.hero .line-one b {
  animation-delay: 100ms;
}

.hero .line-two {
  top: 55%;
  left: 9%;
  color: #9a9a98;
}

.hero .line-two b {
  animation-duration: 220ms;
  animation-delay: 260ms;
}

.hero .line-three {
  right: 0;
  bottom: 7%;
}

.hero .line-three b {
  animation-duration: 280ms;
  animation-delay: 420ms;
}

@keyframes title-wipe {
  to {
    clip-path: inset(0 0 0 0);
  }
}

.hero-meta {
  position: absolute;
  left: clamp(24px, 7.1vw, 136px);
  right: clamp(24px, 7.1vw, 136px);
  bottom: 12.8%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.socials {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 600;
}

.socials .hairline {
  position: relative;
  width: clamp(68px, 7.1vw, 136px);
  height: 1px;
  margin-left: clamp(-136px, -7.1vw, -68px);
  background: linear-gradient(90deg, transparent, rgba(230, 241, 232, 0.48));
}

.socials .hairline::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 12px rgba(230, 241, 232, 0.55);
}

.socials a {
  display: grid;
  place-items: center;
  width: clamp(42px, 3.1vw, 60px);
  height: clamp(42px, 3.1vw, 60px);
  border-radius: 6px;
  background: rgba(230, 241, 232, 0.12);
  opacity: 0.7;
  animation: social-icon-in 180ms both;
  transition: opacity 200ms ease, transform 200ms ease;
}

.socials a:nth-child(2) {
  animation-delay: 950ms;
}

.socials a:nth-child(3) {
  animation-delay: 1.25s;
}

.socials a:nth-child(4) {
  animation-delay: 1.45s;
}

.socials a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.hero-summary {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: clamp(300px, 23.4vw, 450px);
  margin-right: clamp(42px, 4.2vw, 80px);
  gap: clamp(28px, 2.5vw, 48px);
  transform: translateY(19px);
  animation: summary-in 290ms 740ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-summary::before {
  content: "";
  position: absolute;
  top: -39px;
  left: 0;
  width: clamp(220px, 30vw, 576px);
  height: 1px;
  background: linear-gradient(90deg, rgba(230, 241, 232, 0.55), transparent);
}

.hero-summary::after {
  content: "";
  position: absolute;
  top: -41px;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 12px rgba(230, 241, 232, 0.55);
}

.hero-summary > p {
  margin: 0;
  font-size: clamp(11px, 0.83vw, 16px);
  line-height: 1.55;
}

.hero-summary .orbit-cta {
  width: clamp(96px, 7.8vw, 150px);
  height: clamp(96px, 7.8vw, 150px);
  animation: cta-in 220ms 820ms both;
}

.hero-summary .orbit-cta > span {
  width: clamp(72px, 6.5vw, 125px);
  height: clamp(72px, 6.5vw, 125px);
}

@keyframes summary-in {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
}

@keyframes cta-in {
  from {
    opacity: 0;
    transform: scale(0.65);
  }
}

@keyframes social-icon-in {
  from {
    opacity: 0;
    transform: translateX(-12px) scale(0.9);
  }
}

.orbit-cta {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(84px, 6.5vw, 125px);
  height: clamp(84px, 6.5vw, 125px);
}

.orbit-cta svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  animation: orbit-spin 17s linear infinite;
}

.orbit-cta text {
  fill: var(--paper);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.orbit-cta > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green);
  font-size: 20px;
  transition: transform 300ms ease, background 300ms ease;
}

.orbit-cta:hover > span {
  transform: scale(0.9) rotate(45deg);
  background: var(--leaf);
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

.mission {
  position: relative;
  z-index: 2;
  min-height: clamp(1080px, 88.5vw, 1700px);
  margin-top: clamp(-78px, -4vw, -48px);
  padding: clamp(125px, 10vw, 190px) clamp(24px, 6vw, 115px) 0;
  overflow: hidden;
  border-radius: clamp(66px, 6.8vw, 130px);
  background:
    radial-gradient(circle at 80% 56%, rgba(147, 99, 70, 0.23), transparent 26%),
    radial-gradient(circle at 25% 90%, rgba(189, 140, 93, 0.12), transparent 28%),
    #1b211e;
}

.mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  right: 7%;
  height: clamp(34px, 3.2vw, 62px);
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #282d29, #49382d 48%, #282d29);
  opacity: 0.82;
  transform: translateY(-42%);
}

.partner-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(20px, 2vw, 38px);
  max-width: 1660px;
  margin: 0 auto clamp(92px, 7.8vw, 150px);
  padding: 0 12px;
  color: rgba(238, 237, 231, 0.3);
  font-size: clamp(14px, 1.15vw, 22px);
}

.partner-rail span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
}

.partner-rail span.active {
  color: var(--paper);
  font-weight: 700;
}

.partner-rail i {
  font-size: clamp(24px, 2.5vw, 48px);
  font-style: normal;
}

.manifesto {
  max-width: 1040px;
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(23px, 2.3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.35;
  text-align: center;
}

.manifesto span {
  color: rgba(238, 237, 231, 0.36);
}

.mission-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(380px, 560px) minmax(230px, 1fr);
  align-items: center;
  max-width: 1660px;
  min-height: clamp(660px, 45vw, 865px);
  margin: clamp(-80px, -4.2vw, -55px) auto 0;
}

.mission-note {
  position: relative;
  z-index: 2;
  max-width: clamp(280px, 24vw, 470px);
  padding-left: clamp(18px, 1.35vw, 26px);
  border-left: 1px solid rgba(238, 237, 231, 0.2);
  font-size: clamp(12px, 1.15vw, 22px);
  color: rgba(238, 237, 231, 0.67);
}

.mission-note p {
  margin: 0;
}

.mission-note strong {
  color: var(--paper);
  font-weight: 600;
}

.note-left {
  justify-self: start;
  margin-top: clamp(-235px, -12.25vw, -140px);
  margin-left: 10px;
}

.note-right {
  justify-self: end;
  right: clamp(30px, 3.9vw, 75px);
  padding-right: 0;
  padding-left: clamp(18px, 1.35vw, 26px);
  border-right: 0;
  border-left: 1px solid rgba(238, 237, 231, 0.2);
  margin-top: clamp(145px, 14.3vw, 275px);
}

.mission-note .connector {
  position: absolute;
  top: 17px;
  width: clamp(115px, 9vw, 172px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(238, 237, 231, 0.38));
}

.mission-note .connector::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 10px rgba(238, 237, 231, 0.58);
}

.note-left .connector {
  left: clamp(-198px, -10.4vw, -142px);
}

.note-left .connector::after {
  right: 0;
}

.note-right .connector {
  left: clamp(-198px, -10.4vw, -142px);
}

.note-right .connector::after {
  right: 0;
}

.loop-mark {
  position: relative;
  z-index: 1;
  width: clamp(360px, 28vw, 540px);
  aspect-ratio: 1;
  margin: 0 auto;
  filter: drop-shadow(0 20px 44px rgba(0, 0, 0, 0.32));
}

.loop-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.08) contrast(1.03) saturate(0.88);
  transform: scale(1.15) translate(-8px, -1px);
}

.forest-canopy {
  position: absolute;
  right: -1%;
  bottom: -1px;
  left: -1%;
  z-index: 1;
  height: clamp(300px, 33.9vw, 650px);
  background: url("./public/assets/mission-construction-materials-cutout.webp") center bottom / 100% auto no-repeat;
  filter: saturate(0.82) brightness(0.78);
  pointer-events: none;
}

.section-shell {
  padding-right: clamp(24px, 6vw, 115px);
  padding-left: clamp(24px, 6vw, 115px);
}

.solutions {
  position: relative;
  padding-top: clamp(170px, 13.5vw, 260px);
  padding-bottom: clamp(190px, 15vw, 288px);
}

.section-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.2vw, 100px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1;
}

.section-title span {
  color: var(--green);
}

.solutions .section-title {
  margin-bottom: clamp(60px, 5.6vw, 107px);
  text-align: center;
}

.solution-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.84fr 0.92fr;
  gap: clamp(18px, 1.25vw, 24px);
  width: 1650px;
  max-width: calc(100vw - 230px);
  margin-right: auto;
  margin-left: 0;
}

.solution-card {
  position: relative;
  min-height: clamp(455px, 31.8vw, 610px);
  overflow: hidden;
  border: 1px solid rgba(238, 237, 231, 0.09);
  border-radius: clamp(26px, 1.9vw, 37px);
  background: linear-gradient(180deg, rgba(147, 99, 70, 0.2), rgba(21, 25, 22, 0.45));
  transition: transform 400ms ease, border-color 400ms ease;
}

.solution-card:hover {
  transform: translateY(-8px);
  border-color: rgba(189, 140, 93, 0.5);
}

.card-art {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(21, 25, 22, 0.8), transparent 28%, transparent 72%, rgba(21, 25, 22, 0.44)),
    var(--card-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%, cover;
}

.art-one {
  --card-image: url("./public/assets/solution-inventory-construction.webp");
}

.art-two {
  --card-image: url("./public/assets/solution-matching-construction.webp");
  background-color: #141715;
  background-position: center, center bottom;
  background-size: 100%, cover;
}

.art-three {
  --card-image: url("./public/assets/solution-transfer-construction.webp");
}

.card-copy {
  position: absolute;
  top: clamp(25px, 2vw, 38px);
  left: clamp(25px, 2vw, 38px);
  right: clamp(25px, 2vw, 38px);
  z-index: 2;
}

.card-copy .eyebrow {
  margin-bottom: 8px;
}

.card-copy h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: clamp(20px, 1.8vw, 34px);
  letter-spacing: -0.03em;
}

.card-copy > p:last-child {
  max-width: 620px;
  margin: 0;
  color: rgba(238, 237, 231, 0.56);
  font-size: clamp(11px, 0.82vw, 16px);
}

.eyebrow {
  color: rgba(238, 237, 231, 0.5);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solution-card > a {
  position: absolute;
  right: clamp(20px, 1.6vw, 31px);
  bottom: clamp(20px, 1.6vw, 31px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(54px, 5vw, 96px);
  height: clamp(54px, 5vw, 96px);
  border-radius: 50%;
  background: rgba(238, 237, 231, 0.14);
  backdrop-filter: blur(8px);
  transition: transform 300ms ease, background 300ms ease;
}

.solution-card.feature > a {
  background: var(--green);
}

.solution-card > a:hover {
  transform: rotate(45deg);
  background: var(--leaf);
}

.presence {
  position: relative;
  min-height: clamp(1100px, 93.6vw, 1797px);
  margin-top: 0;
  padding: clamp(165px, 15vw, 288px) clamp(24px, 6vw, 115px) clamp(105px, 6.25vw, 120px);
  overflow: hidden;
  border-radius: clamp(90px, 11vw, 212px) clamp(90px, 11vw, 212px) 0 0;
}

.presence::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, var(--ink));
}

.presence-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.7) saturate(0.76) contrast(1.08);
}

.presence-panel {
  position: relative;
  z-index: 2;
  max-width: 1640px;
  min-height: clamp(720px, 70vw, 1344px);
  margin: 0 auto;
  padding: clamp(75px, 7.4vw, 142px) clamp(42px, 6.5vw, 125px);
  overflow: hidden;
  border: 1px solid rgba(238, 237, 231, 0.13);
  border-radius: clamp(36px, 4.2vw, 80px);
  background:
    radial-gradient(circle at 72% 43%, rgba(189, 140, 93, 0.24), transparent 23%),
    rgba(24, 28, 25, 0.79);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(20px);
}

.grid-glow {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cpath d='M110 99v22M99 110h22' stroke='%23e6f1e8' stroke-opacity='.34' stroke-width='1'/%3E%3C/svg%3E"),
    linear-gradient(rgba(238, 237, 231, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 237, 231, 0.08) 1px, transparent 1px);
  background-size: 220px 220px, 110px 110px, 110px 110px;
  mask-image: radial-gradient(circle, #000 0, transparent 70%);
}

.presence-panel > .section-title {
  position: relative;
  z-index: 3;
  text-align: center;
}

.site-route {
  position: relative;
  width: min(100%, 1240px);
  height: clamp(390px, 31vw, 595px);
  margin: clamp(58px, 5.83vw, 112px) auto 0;
}

.material-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.route {
  fill: none;
  stroke: rgba(189, 140, 93, 0.82);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 8 12;
  filter: drop-shadow(0 0 9px rgba(189, 140, 93, 0.38));
  animation: route-flow 12s linear infinite;
}

.route-token {
  fill: var(--paper);
  stroke: var(--green);
  stroke-width: 4;
  filter: drop-shadow(0 0 11px rgba(189, 140, 93, 0.55));
  animation: route-token-pulse 3.6s ease-in-out infinite;
}

.token-two {
  animation-delay: 0.55s;
}

.token-three {
  animation-delay: 1.1s;
}

@keyframes route-flow {
  to {
    stroke-dashoffset: -180;
  }
}

@keyframes route-token-pulse {
  50% {
    opacity: 0.48;
  }
}

.site-node {
  position: absolute;
  z-index: 2;
  top: 34%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3px 16px;
  width: clamp(190px, 16vw, 260px);
  padding: clamp(18px, 1.55vw, 30px);
  border: 1px solid rgba(238, 237, 231, 0.18);
  border-radius: clamp(20px, 1.6vw, 30px);
  background: rgba(25, 28, 26, 0.83);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.source-node {
  left: 0;
}

.destination-node {
  right: 0;
}

.site-number {
  position: absolute;
  top: 12px;
  right: 15px;
  color: rgba(238, 237, 231, 0.32);
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.site-node strong,
.site-node small {
  grid-column: 2;
}

.site-node strong {
  align-self: end;
  font-family: var(--display);
  font-size: clamp(16px, 1.25vw, 24px);
}

.site-node small {
  align-self: start;
  color: rgba(238, 237, 231, 0.5);
  font-size: clamp(9px, 0.68vw, 13px);
}

.site-symbol {
  position: relative;
  grid-row: 1 / span 2;
  width: clamp(46px, 4.3vw, 68px);
  height: clamp(54px, 4.8vw, 76px);
}

.site-symbol i {
  position: absolute;
  bottom: 0;
  width: 29%;
  border: 1px solid rgba(238, 237, 231, 0.5);
  background: linear-gradient(180deg, rgba(189, 140, 93, 0.72), rgba(83, 61, 46, 0.92));
}

.site-symbol i:nth-child(1) {
  left: 0;
  height: 58%;
}

.site-symbol i:nth-child(2) {
  left: 35%;
  height: 100%;
}

.site-symbol i:nth-child(3) {
  right: 0;
  height: 76%;
}

.site-symbol.complete i {
  border-color: rgba(238, 237, 231, 0.7);
  background: linear-gradient(180deg, rgba(238, 237, 231, 0.78), rgba(125, 112, 99, 0.82));
}

.route-caption {
  position: absolute;
  left: 50%;
  top: 4%;
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.8vw, 15px);
  margin: 0;
  color: rgba(238, 237, 231, 0.58);
  font-size: clamp(9px, 0.72vw, 14px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.route-caption span {
  color: var(--leaf);
}

.location-card {
  position: absolute;
  left: 50%;
  bottom: clamp(92px, 10.4vw, 200px);
  display: grid;
  grid-template-columns: 1fr;
  width: clamp(280px, 21.5vw, 412px);
  overflow: hidden;
  border: 1px solid rgba(238, 237, 231, 0.13);
  border-radius: clamp(22px, 2vw, 38px);
  background: rgba(20, 24, 21, 0.88);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.location-photo {
  height: clamp(180px, 14.6vw, 280px);
  background:
    linear-gradient(180deg, transparent, rgba(20, 24, 21, 0.5)),
    url("./public/assets/site-to-site-corridor.webp") center 45% / cover;
  filter: saturate(0.7) contrast(1.03);
}

.location-card > div:last-child {
  min-height: clamp(200px, 14.6vw, 280px);
  padding: clamp(26px, 1.46vw, 28px) clamp(28px, 2.3vw, 44px);
}

.location-heading {
  display: grid;
  grid-template-columns: clamp(48px, 3.45vw, 66px) 1fr;
  align-items: center;
  gap: clamp(14px, 1.15vw, 22px);
}

.location-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(48px, 3.45vw, 66px);
  height: clamp(48px, 3.45vw, 66px);
  border: 1px solid rgba(238, 237, 231, 0.22);
  border-radius: 14px;
}

.location-icon::before {
  content: "⇄";
  color: var(--leaf);
  font-family: var(--display);
  font-size: clamp(22px, 1.7vw, 32px);
  font-weight: 700;
}

.location-icon i {
  display: none;
}

.location-card h3 {
  margin: 3px 0 10px;
  font-family: var(--display);
  font-size: clamp(23px, 1.8vw, 35px);
}

.location-card ul {
  margin: clamp(20px, 1.4vw, 27px) 0 0;
  padding: 0;
  list-style: none;
  color: rgba(238, 237, 231, 0.62);
  font-size: clamp(10px, 0.78vw, 15px);
  line-height: 1.7;
}

.location-card li::before {
  content: "•";
  margin-right: 7px;
  color: var(--leaf);
}

.contact {
  position: relative;
  min-height: clamp(860px, 61vw, 1170px);
  padding-top: clamp(92px, 6.5vw, 125px);
  padding-bottom: clamp(82px, 6.3vw, 120px);
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 55%;
  height: 78%;
  background: radial-gradient(circle, rgba(147, 99, 70, 0.22), transparent 64%);
}

.contact .section-title {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(72px, 5.75vw, 110px);
  text-align: center;
}

.contact-form {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(55px, 4vw, 77px);
  width: min(56vw, 1075px);
  min-height: clamp(390px, 30.5vw, 585px);
  margin: 0 auto;
  padding: clamp(48px, 4.3vw, 82px) clamp(55px, 4.8vw, 92px);
  border: 1px solid rgba(238, 237, 231, 0.1);
  border-radius: clamp(34px, 3.4vw, 65px);
  background: rgba(24, 28, 25, 0.84);
  box-shadow: 0 25px 90px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
}

.contact-form label {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.contact-form label > span {
  color: rgba(238, 237, 231, 0.44);
  font-size: clamp(10px, 1vw, 20px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: translateY(24px);
  pointer-events: none;
  transition: transform 200ms ease, color 200ms ease;
}

.contact-form label:focus-within > span,
.contact-form label.filled > span {
  color: var(--leaf);
  transform: translateY(0);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid rgba(238, 237, 231, 0.13);
  outline: 0;
  background: transparent;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(189, 140, 93, 0.68);
}

.message-field {
  grid-column: 1 / -1;
}

.send-button {
  position: absolute;
  right: clamp(-75px, -3.9vw, -42px);
  bottom: clamp(-75px, -3.9vw, -42px);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  width: clamp(92px, 7.8vw, 150px);
  height: clamp(92px, 7.8vw, 150px);
}

.send-button svg text {
  fill: var(--ink);
}

.send-button > span {
  color: var(--ink);
  background: transparent;
}

.send-button:hover > span {
  background: transparent;
}

.contact-crystal {
  position: absolute;
  left: calc(50% - clamp(575px, 41.15vw, 790px));
  top: clamp(250px, 16.7vw, 320px);
  width: clamp(235px, 23.45vw, 450px);
  aspect-ratio: 1;
  transform: rotate(-8deg);
  filter:
    grayscale(0.42)
    sepia(0.38)
    hue-rotate(336deg)
    brightness(1.08)
    saturate(0.72)
    drop-shadow(0 15px 24px rgba(0, 0, 0, 0.45));
}

.contact-crystal img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form-status {
  position: relative;
  z-index: 2;
  min-height: 24px;
  margin: 42px auto 0;
  color: var(--leaf);
  text-align: center;
}

.footer {
  position: relative;
  min-height: clamp(700px, 63.3vw, 1215px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(21, 25, 22, 0.02), rgba(21, 25, 22, 0.22) 48%, #101310 100%),
    url("./public/assets/footer-construction-materials.webp") center -52px / cover no-repeat;
}

.footer-word {
  position: absolute;
  top: clamp(88px, 8.35vw, 160px);
  z-index: 1;
  left: 50%;
  width: min(76vw, 1160px);
  transform: translateX(-50%);
  pointer-events: none;
}

.footer-logo {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.2;
  filter: drop-shadow(0 0 34px rgba(189, 140, 93, 0.14));
}

.footer-orb {
  display: none;
}

.footer-orb::after {
  content: none;
}

.footer-content {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 7.5vw, 144px);
  right: clamp(24px, 7.5vw, 144px);
  bottom: clamp(38px, 4vw, 77px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: rgba(238, 237, 231, 0.64);
  font-size: clamp(11px, 0.94vw, 18px);
}

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

.copyright {
  margin-top: 38px;
  opacity: 0.7;
}

.footer-links {
  width: min(27.2vw, 522px);
}

.footer-links nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px;
  margin: 32px 0 34px;
}

.footer-links a,
.footer-links > p:last-child span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
}

.footer-links > p:last-child {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  opacity: 0.7;
}

.footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 36px;
  margin: 28px 0 0;
}

.footer-contact-row a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.footer-contact-row a > span {
  color: var(--paper);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 800ms ease, transform 800ms cubic-bezier(0.18, 0.8, 0.18, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mission .partner-rail.reveal {
  transition:
    opacity 220ms ease 100ms,
    transform 220ms cubic-bezier(0.2, 0.85, 0.2, 1) 100ms;
}

.mission .manifesto.reveal {
  transition:
    opacity 250ms ease 550ms,
    transform 250ms cubic-bezier(0.2, 0.85, 0.2, 1) 550ms;
}

.mission .note-left.reveal {
  transform: translateX(-42px);
  transition:
    opacity 300ms ease 1s,
    transform 300ms cubic-bezier(0.2, 0.85, 0.2, 1) 1s;
}

.mission .note-right.reveal {
  transform: translateX(85px) scale(1.12) rotate(-3deg);
  transform-origin: right center;
  transition:
    opacity 350ms ease 1.35s,
    transform 350ms cubic-bezier(0.2, 0.85, 0.2, 1) 1.35s;
}

.mission.sequence-visible .note-left.reveal,
.mission.sequence-visible .note-right.reveal {
  transform: translateX(0) scale(1) rotate(0);
}

.mission .forest-canopy.reveal {
  transform: translateY(70px);
  transition:
    opacity 700ms ease 1.45s,
    transform 700ms cubic-bezier(0.2, 0.85, 0.2, 1) 1.45s;
}

.mission.sequence-visible .forest-canopy.reveal {
  transform: translateY(0);
}

.mission.sequence-visible .partner-rail.reveal,
.mission.sequence-visible .manifesto.reveal,
.mission.sequence-visible .note-left.reveal,
.mission.sequence-visible .note-right.reveal,
.mission.sequence-visible .forest-canopy.reveal {
  opacity: 1;
}

.mission.sequence-visible .partner-rail.reveal,
.mission.sequence-visible .manifesto.reveal {
  transform: translateY(0);
}

.solution-card:nth-child(2).reveal {
  transition-delay: 90ms;
}

.solution-card:nth-child(3).reveal {
  transition-delay: 180ms;
}

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

@media (min-width: 901px) and (max-width: 1240px) {
  .site-header {
    padding-right: 28px;
    padding-left: 28px;
  }

  .brand-logo {
    height: 25px;
    white-space: nowrap;
  }

  .desktop-nav {
    gap: 18px;
    padding: 10px 20px;
    font-size: 10px;
  }

  .header-actions {
    gap: 14px;
    width: auto;
    min-width: 165px;
    font-size: 9px;
  }

  .contact-link {
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand,
  .header-actions {
    position: relative;
    z-index: 2;
  }

  .header-actions {
    width: auto;
  }

  .desktop-nav,
  .language,
  .contact-link {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    margin: -8px;
  }

  .menu-toggle span {
    grid-column: 1;
    grid-row: 1;
    width: 30px;
    height: 1px;
    background: var(--paper);
    transition: transform 250ms ease;
  }

  .menu-toggle span:first-child {
    transform: translateY(-4px);
  }

  .menu-toggle span:last-child {
    transform: translateY(4px);
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 90px 24px;
    background: rgba(21, 25, 22, 0.97);
    font-family: var(--display);
    font-size: 44px;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    visibility: hidden;
    transition:
      opacity 250ms ease,
      transform 250ms ease,
      visibility 0s linear 250ms;
  }

  .mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .mobile-menu a {
    width: fit-content;
    min-height: 54px;
  }

  .hero {
    min-height: 780px;
  }

  .hero-landscape {
    top: 0;
    height: 100%;
    object-fit: cover;
  }

  .hero-orb {
    top: 10%;
    width: min(78vw, 700px);
  }

  .hero h1 {
    height: 200px;
    font-size: clamp(58px, 13vw, 104px);
  }

  .hero .line-two {
    left: 8%;
  }

  .hero-summary {
    width: min(310px, 78vw);
    margin-right: 0;
  }

  .mission {
    min-height: auto;
  }

  .mission-stage {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    min-height: 740px;
  }

  .loop-mark {
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(76vw, 470px);
  }

  .mission-note {
    align-self: start;
    margin-top: 0;
  }

  .note-left {
    margin-left: 0;
  }

  .note-right {
    right: auto;
  }

  .mission-note .connector {
    display: none;
  }

  .solution-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .solution-card {
    min-height: 390px;
  }

  .presence {
    min-height: 920px;
    border-radius: 80px 80px 0 0;
  }

  .presence-panel {
    min-height: 640px;
    padding: 65px 30px;
  }

  .site-route {
    width: 100%;
    max-width: none;
    height: 440px;
  }

  .site-node {
    top: 31%;
    width: min(31vw, 220px);
  }

  .location-card {
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
  }

  .location-photo {
    height: 180px;
  }

  .location-card > div:last-child {
    min-height: 180px;
  }

  .contact-form {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 19px 20px;
  }

  .brand-logo {
    height: 20px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-landscape {
    object-position: 51% 50%;
  }

  .hero-orb {
    top: 10%;
    width: 116vw;
  }

  .hero h1 {
    width: calc(100vw - 40px);
    height: 155px;
    font-size: 52px;
  }

  .hero .line-one {
    top: 0;
  }

  .hero .line-two {
    top: 40%;
    left: 7%;
    color: rgba(21, 25, 22, 0.68);
    text-shadow: 0 2px 18px rgba(238, 237, 231, 0.12);
  }

  .hero .line-three {
    bottom: 0;
  }

  .hero-meta {
    left: 20px;
    right: 20px;
    bottom: 30px;
    display: block;
  }

  .socials {
    margin-bottom: 34px;
  }

  .socials .hairline {
    width: 38px;
    margin-left: 0;
  }

  .socials a {
    width: 42px;
    height: 42px;
  }

  .hero-summary {
    gap: 16px;
    margin-right: 0;
    transform: none;
  }

  .hero-summary > p {
    font-size: 10px;
  }

  .orbit-cta {
    width: 76px;
    height: 76px;
  }

  .orbit-cta > span {
    width: 50px;
    height: 50px;
  }

  .mission {
    margin-top: -36px;
    padding: 82px 20px 230px;
    border-radius: 52px;
  }

  .partner-rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 8px;
    margin-bottom: 70px;
    font-size: 10px;
  }

  .partner-rail i {
    font-size: 24px;
  }

  .partner-rail span:nth-child(2),
  .partner-rail span:nth-child(5) {
    display: none;
  }

  .manifesto {
    font-size: 23px;
  }

  .mission-stage {
    display: flex;
    flex-direction: column;
    gap: 34px;
    min-height: auto;
    margin: 0;
    padding-top: 45px;
  }

  .mission-note {
    align-self: auto;
    max-width: 100%;
    padding: 0 14px;
    border: 0;
    margin-top: 0;
  }

  .loop-mark {
    order: -1;
    width: 84vw;
  }

  .loop-mark img {
    transform: none;
  }

  .forest-canopy {
    height: 210px;
    background-size: auto 100%;
  }

  .solutions {
    padding-top: 95px;
    padding-bottom: 100px;
  }

  .solutions .section-title {
    margin-bottom: 40px;
  }

  .solution-card {
    min-height: 360px;
    border-radius: 22px;
  }

  .presence {
    min-height: 840px;
    padding: 80px 14px;
    border-radius: 52px 52px 0 0;
  }

  .presence-panel {
    min-height: 760px;
    padding: 52px 12px;
    border-radius: 32px;
  }

  .site-route {
    height: 350px;
    margin-top: 48px;
  }

  .site-node {
    top: 21%;
    gap: 2px 8px;
    width: 142px;
    padding: 13px;
    border-radius: 18px;
  }

  .site-number {
    top: 8px;
    right: 9px;
    font-size: 8px;
  }

  .site-symbol {
    width: 35px;
    height: 44px;
  }

  .site-node strong {
    font-size: 13px;
  }

  .site-node small {
    font-size: 8px;
  }

  .route-caption {
    top: 5%;
    gap: 4px;
    font-size: 7px;
    letter-spacing: 0.03em;
  }

  .location-card {
    bottom: 28px;
    width: min(300px, calc(100% - 24px));
  }

  .location-card > div:last-child {
    padding-right: 20px;
    padding-left: 20px;
  }

  .location-heading {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .location-icon {
    width: 44px;
    height: 44px;
  }

  .location-card h3 {
    font-size: 21px;
  }

  .contact {
    min-height: 770px;
    padding-top: 80px;
    padding-bottom: 110px;
  }

  .contact .section-title {
    margin-bottom: 45px;
  }

  .contact-form {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 430px;
    padding: 34px 30px 50px;
    border-radius: 28px;
  }

  .message-field {
    grid-column: 1;
  }

  .send-button {
    right: 12px;
    bottom: -38px;
  }

  .contact-crystal {
    display: none;
  }

  .form-status {
    margin-top: 55px;
    font-size: 12px;
  }

  .footer {
    min-height: 660px;
    background-position: center top;
  }

  .footer::after {
    content: "";
    position: absolute;
    inset: 42% 0 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent, rgba(14, 17, 14, 0.74) 46%, #0e110e 100%);
    pointer-events: none;
  }

  .footer-word {
    top: 88px;
    width: 84vw;
  }

  .footer-orb {
    top: 145px;
    width: 72vw;
  }

  .footer-content {
    bottom: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-links {
    width: auto;
  }

  .footer-links nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .footer-links > p:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    justify-content: flex-start;
    margin: 8px 0 0;
  }
}

@media (max-width: 360px) {
  .mobile-menu {
    gap: 14px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 38px;
  }
}
