:root {
  --sage: #5e7367;
  --clay: #8a4e33;
  --slate: #4a5a63;
  --mist: #f5f5f1;
  --dark-green: #29634f;
  --light-green: #63d987;
  --off-white: #ebe5e0;
  --soft-black: #2e4047;


  --card: rgba(245, 245, 241, 0.74);
  --shadow: rgba(35, 48, 56, 0.16);
}

/* @font-face {
  font-family: "Paralucent";
  src: local("Paralucent Medium"), local("Paralucent");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
} */

@font-face {
  font-family: "Paralucent";
  src: url("../fonts/Paralucent.eot");
  src: url("../fonts/Paralucent.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Paralucent.woff")format("woff"),
    url("../fonts/Paralucent.woff2")format("woff2"),
    url("../fonts/Paralucent.ttf")format("truetype"),
    url("../fonts/Paralucent.svg#Paralucent W00 Bold")format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Medium.ttf) format("truetype");
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: black;
  background: #29634f;
  /* padding: clamp(1rem, 2vw, 2rem); */
  line-height: 1.6;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  background-color: #ffffff;
  color: #2e4047;
  -webkit-font-smoothing: antialiased;
}

/*
.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -2.75rem;
  background: var(--slate);
  color: var(--mist);
  padding: 0.6rem 0.9rem;
  border-radius: 0.4rem;
  text-decoration: none;
  z-index: 20;
  transition: top 0.2s ease;
}

.skip-link:focus-visible {
  top: 0.75rem;
} */

.page-art-left,
.page-art-right {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
  background-image: url("../images/Patterns-12.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 80px;
  margin-right: 80px;
  opacity: 0.7;
}

.page-art-left {
  margin-left: 80px;
  margin-right: 0;
  transform: scaleX(-1);
}

.page-art-section {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background-image: url("../images/Backgrounds_12_1920\ x\ 1080.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 53.999rem) {

  .page-art-left,
  .page-art-right {
    display: none;
  }
}

.site-header {
  width: min(68rem, 100%);
  margin: 0 auto 60px auto;
  padding-top: 0.5rem;
  animation: rise-in 0.7s ease-out both;
  text-align: center;
}


h1 {
  margin: 0.25rem 0 0;
  font-family: "Paralucent", "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: 0.01em;
  color: white;
}

.content {
  width: min(68rem, 100%);
  margin: 0 auto;
  height: 100%;
  align-items: center;
  justify-items: center;
}

.logo {
  width: min(100%, 39rem);
  height: auto;
}

.status-card {
  max-width: 40rem;
  padding: 0;
  background: transparent;
  /* border: 1px solid rgba(74, 90, 99, 0.2);
  border-left: 8px solid var(--light-green); */
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  animation: rise-in 0.85s 0.1s ease-out both;
  margin: 0;
  text-align: center;
}

h2 {
  margin: 0 0 0.55rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 30pt;
  line-height: 1.25;
  color: white;
}

.status-card p {
  margin: 0.7rem 0;
}

.supporting-copy {
  color: rgba(35, 48, 56, 0.82);
}

.contact-button {
  display: inline-block;
  margin-top: 0.7rem;
  padding: 0.7rem 1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(138, 78, 51, 0.22);
  background: var(--clay);
  color: var(--mist);
  text-decoration: none;
  font-weight: 600;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.contact-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -12px rgba(35, 48, 56, 0.7);
  background: #7f492f;
}

.contact-button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--slate);
  outline-offset: 2px;
}

.site-footer {
  width: min(68rem, 100%);
  margin: 0 auto;
  font-size: 0.93rem;
  color: rgba(235, 230, 225);
  animation: rise-in 0.9s 0.2s ease-out both;
  text-align: center;
}

.site-footer p {
  margin: 0.2rem 0;
}

@media (min-width: 54rem) {
  .content {
    padding-left: clamp(1rem, 3vw, 3rem);
  }
}

@media (max-width: 47.999rem) {
  .site-header {
    margin: 0 auto clamp(1.25rem, 5vw, 2rem) auto;
  }

  .logo {
    width: clamp(10rem, 80vw, 18rem);
  }

  h2 {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.synapse-pattern {
  background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuBvs6cJG1HCt2fbxqL5DTGlN5T1H1LfDaPtBiQxJdNBw8Zv5oeYjlNBLFkUImQr2R5zCbcub9pKda4SaMSa3vN663FVM8lsztvl07jo_MfsoZmolSL3sFtr1HXLvM3Va0-l22dSpitY02tfbMMc4NK1pGm4oTgowN4RO7-7mSNKd8pn8Z0XuVVHTLE6Ebxigu0VDlqU7BoXVQLEG3WF9H7R_KG_rZc3r6GJRAadj2QdU7DA4wkCST0o7U0ui4ddqLpFrb845-qRfmQW");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  pointer-events: none;
}

.organic-shape {
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  transition: transform 0.1s linear;
}

.video-overlay {
  background: linear-gradient(135deg, rgba(41, 99, 79, 0.2), rgba(99, 217, 135, 0.4));
}

/* Entrance Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.scroll-reveal {
  opacity: 0;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .animate-pulse-glow,
  .hover\:scale-105,
  .transition-all {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* Pulse for Video Play Button */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(41, 99, 79, 0.6);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(41, 99, 79, 0);
    transform: scale(1.05);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(41, 99, 79, 0);
    transform: scale(1);
  }
}

.animate-pulse-glow {
  animation: pulseGlow 3s ease-in-out infinite;
}

.reveal-underline {
  position: relative;
}

.reveal-underline::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: theme('colors.primary');
  transform-origin: bottom right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Hover Transitions */
.btn-transition {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(99, 217, 135, 0.15), 0 10px 10px -5px rgba(99, 217, 135, 0.1);
  border-color: #63d987;
}

.tribe-step-hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.layer-stack {
  display: grid;
  gap: 0;
  padding-bottom: 0.25rem;
}

.layer-card {
  position: relative;
  border-radius: 1.25rem;
  padding: 1.5rem 1.5rem 1.6rem;
  border: 1px solid rgba(41, 99, 79, 0.2);
  box-shadow: 0 16px 30px -24px rgba(41, 99, 79, 0.55);
  backdrop-filter: blur(3px);
}

/*
.layer-card+.layer-card {
  margin-top: -1.3rem;
} */

.layer-card-1 {
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
  background: rgba(184, 214, 199, 0.92);
}

.layer-card-2 {
  z-index: 2;
  background: rgba(99, 217, 135, 0.9);
  border-color: rgba(41, 99, 79, 0.24);
}

.layer-card-3 {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  background: rgba(41, 99, 79, 0.96);
  border-color: rgba(41, 99, 79, 0.3);
}

.layer-kicker {
  margin: 0 0 0.35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(46, 64, 71, 0.84);
}

.layer-title {
  margin: 0;
  font-family: "Paralucent", "Segoe UI", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #2e4047;
}

.layer-title span {
  display: block;
  margin-top: 0.25rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0.92;
}

.layer-copy {
  margin: 0.8rem 0 0;
  font-size: 0.97rem;
  line-height: 1.55;
}

.layer-card-3 .layer-kicker,
.layer-card-3 .layer-title,
.layer-card-3 .layer-copy {
  color: rgba(255, 255, 255, 0.94);
}

@media (max-width: 47.999rem) {
  .layer-card {
    border-radius: 1rem;
    padding: 1.15rem 1.1rem 1.2rem;
  }

  /* .layer-card+.layer-card {
    margin-top: 0.5rem;
  } */

  .layer-title {
    font-size: 1.08rem;
  }

  .layer-title span {
    font-size: 0.86rem;
  }

  .layer-copy {
    font-size: 0.9rem;
  }
}

@media (min-width: 92rem) {
  /* .layer-card+.layer-card {
    margin-top: 0.5rem;
  } */


  .layer-card-1 {
    margin-left: -1.4rem;
    margin-right: 1.4rem;
  }

  .layer-card-3 {
    margin-left: 1.4rem;
    margin-right: -1.4rem;
  }
}