/* ============================================================
   DALA — Clone stylesheet
   Extracted from dala.craftedbygc.com and adapted for static site
   ============================================================ */

/* ---------- Reset & Normalize ---------- */
html { text-size-adjust: 100%; line-height: 1.15; box-sizing: border-box; }
*, ::after, ::before { box-sizing: inherit; }
body { margin: 0; }
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
a { background-color: transparent; }
b, strong { font-weight: bolder; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: inherit; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[type="button"], [type="reset"], [type="submit"], button { -webkit-appearance: button; appearance: button; }
details { display: block; }
[hidden], template { display: none; }
embed, iframe, img, svg, video { vertical-align: baseline; }
figure { margin: 0; }
h1, h2, h3, h4, h5, h6, ol, p, pre, ul { margin-top: 0; }
img, svg { height: auto; max-width: 100%; }
a, button { -webkit-tap-highlight-color: transparent; }

/* ---------- Font Faces ---------- */
@font-face {
  font-display: swap;
  font-family: PPNeueMontreal;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/PPNeueMontreal-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: PPNeueMontreal;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PPNeueMontreal-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: PPNeueMontreal;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/PPNeueMontreal-SemiBold.woff2") format("woff2");
}

/* ---------- Base ---------- */
html {
  -webkit-font-smoothing: antialiased;
  font-size: clamp(12px, 0.833333vw, 16px);
  font-variant-ligatures: none;
}
body {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: PPNeueMontreal, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
p { text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 8px; }

/* ---------- CSS Variables ---------- */
:root {
  --vh: 1vh;
  --accent: rgb(128, 82, 255);
  --accent-yellow: rgb(255, 184, 41);
  --fg: rgb(255, 255, 255);
  --muted: rgb(154, 154, 154);
  --section-pad-x: 2.5rem;
  --section-pad-y: 3.125rem;
}
@media (min-width: 768px) {
  :root { --section-pad-x: 3rem; --section-pad-y: 3.125rem; }
}
@media (min-width: 1024px) {
  :root { --section-pad-x: 4rem; --section-pad-y: 4rem; }
}
@media (min-width: 1366px) {
  :root { --section-pad-x: 10rem; --section-pad-y: 5rem; }
}

/* ---------- Utility ---------- */
.sr { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.d-block { display: block; }
.d-flex { display: flex; }
.flex-grow { flex-grow: 1; }
.flex-no-shrink { flex-shrink: 0; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.overflow-hidden { overflow: hidden; }
.pointer-events-none { pointer-events: none; }
.user-select-none { user-select: none; }
.fill { inset: 0; }
.fixed { position: fixed; }
.z-negative { z-index: -1; }

/* type utilities (simplified from original) */
.t-200 { font-weight: 200; }
.t-400 { font-weight: 400; }
.t-500 { font-weight: 500; }
.t-600 { font-weight: 600; }
.t-uppercase { text-transform: uppercase; }
.t-white { color: rgb(255,255,255); }
.t-yellow, .t-y { color: rgb(255, 184, 41); }
.t-purple { color: rgb(128, 82, 255); }

.t-16 { font-size: 1rem; line-height: 1.2; }
.t-24 { font-size: 1.5rem; }
.t-32 { font-size: 2rem; }
.t-40 { font-size: 2.5rem; }
.t-48 { font-size: 3rem; }
.t-56 { font-size: 3.5rem; }
.t-64 { font-size: 4rem; }
.t-lh-0\.9 { line-height: 0.9; }
.t-lh-1 { line-height: 1; }
.t-lh-1\.1 { line-height: 1.1; }
.t-lh-1\.2 { line-height: 1.2; }
.t-lh-1\.3 { line-height: 1.3; }
.t-lh-1\.5 { line-height: 1.5; }
.\-t-ls-0\.02 { letter-spacing: -0.02em; }
.\-t-ls-0\.03 { letter-spacing: -0.03em; }
.t-ls-0\.025 { letter-spacing: 0.025em; }
.t-ls-0\.05 { letter-spacing: 0.05em; }

.mb-1 { margin-bottom: 1rem; }
.mb-1\.5 { margin-bottom: 1.5rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-2\.5 { margin-bottom: 2.5rem; }
.mb-3 { margin-bottom: 3rem; }
.mt-0 { margin-top: 0; }
.mb-auto { margin-bottom: auto; }
.pr-1 { padding-right: 1rem; }

@media (min-width: 360px) {
  .t-80\@xs { font-size: 5rem; }
  .\-t-ls-0\.025\@xs { letter-spacing: -0.025em; }
}
@media (min-width: 768px) {
  .t-56\@sm { font-size: 3.5rem; }
  .t-48\@sm { font-size: 3rem; }
  .t-64\@sm { font-size: 4rem; }
  .t-104\@sm { font-size: 6.5rem; }
  .t-lh-0\.9\@sm { line-height: 0.9; }
  .t-lh-1\.1\@sm { line-height: 1.1; }
  .t-lh-1\.2\@sm { line-height: 1.2; }
  .mb-2\@xs { margin-bottom: 2rem; }
  .mb-2\.5\@sm { margin-bottom: 2.5rem; }
  .mb-2\@sm { margin-bottom: 2rem; }
  .items-end\@md { align-items: flex-end; }
  .items-start\@md { align-items: flex-start; }
}
@media (min-width: 1024px) {
  .t-150\@md { font-size: 9.375rem; }
  .t-104\@md { font-size: 6.5rem; }
  .t-56\@md { font-size: 3.5rem; }
  .t-lh-1\.1\@md { line-height: 1.1; }
  .t-lh-0\.9\@md { line-height: 0.9; }
  .t-lh-1\.2\@md { line-height: 1.2; }
  .mb-3\@md { margin-bottom: 3rem; }
}

/* ---------- ASScroll (smooth scroll) container ---------- */
[asscroll-container] {
  z-index: 0;
}
html:not(.is-touch) [asscroll-container] {
  overflow: hidden;
}
html:not(.is-touch) [asscroll-container] [asscroll] {
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: visible !important;
  scrollbar-width: none !important;
}
html:not(.is-touch) [asscroll-container] [asscroll]::-webkit-scrollbar {
  height: 0 !important;
  width: 0 !important;
}

/* ---------- Smooth scroll background ---------- */
.canvas-bg {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
#brain-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* ---------- Header ---------- */
.header {
  overflow: visible;
  top: 1px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.header-blur-block {
  background-color: rgb(0, 0, 0);
  display: block;
  height: 1px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: center top;
  width: 100%;
  z-index: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.header.is-scrolled .header__bg { transform: scaleY(1); }
.header__bg-inner {
  flex: 1 1 100%;
  height: 100%;
  transform: scaleY(1.1);
  transform-origin: center bottom;
}
@supports ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))) {
  .header__bg-inner {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
  }
}
@supports not ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))) {
  .header__bg-inner { background: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.8)); }
}
.header__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  padding: 1.25rem;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .header__inner { padding: 1.5rem 3.125rem; }
}
.header__logo {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 3rem;
  margin-bottom: 0;
  pointer-events: auto;
  text-decoration: none;
  width: 7.063rem;
  z-index: 2;
}
.header__logo svg { width: 100%; height: auto; }
.header__cta {
  pointer-events: auto;
  z-index: 2;
  display: flex;
  /* clear the fixed round nav-toggle on the right (original uses .mr-4) */
  margin-right: 4rem;
}
@media (min-width: 768px) {
  .header__cta.btn { display: none !important; }
}

/* ---------- Nav ---------- */
.nav {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .nav { pointer-events: auto; position: relative; width: auto; }
}
.nav__list {
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 6.813rem 0 4.313rem;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .nav__list {
    flex-direction: row;
    padding: 0;
    pointer-events: auto;
  }
}
.nav__item {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 0 0 0.5rem;
  visibility: hidden;
}
@media (min-width: 768px) {
  .nav__item {
    margin-bottom: 0;
    margin-right: 2.5rem;
    visibility: visible;
  }
}
.nav__link {
  appearance: none;
  background-color: transparent;
  border: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.2;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (min-width: 768px) {
  .nav__link { color: rgb(154, 154, 154); }
  .nav__item.isActive .nav__link,
  .nav__link:hover { color: rgb(255, 255, 255); }
}
.nav__cta {
  display: flex;
  justify-content: center;
  visibility: hidden;
}
@media (min-width: 768px) {
  .nav__cta { visibility: visible; }
}

/* Nav background (mobile) */
.nav__bg {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: center top;
  width: 100%;
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav.is-open .nav__bg { transform: scaleY(1); }
.nav.is-open .nav__item { visibility: visible; }
.nav__bg-inner {
  flex: 1 1 100%;
  height: 100%;
  transform: scaleY(1.1);
  transform-origin: center bottom;
}
@supports ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))) {
  .nav__bg-inner {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
  }
}
@supports not ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))) {
  .nav__bg-inner { background: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.8)); }
}

/* Mobile nav toggle */
.nav-toggle {
  align-items: center;
  justify-content: center;
  appearance: none;
  background-color: rgb(128, 82, 255);
  border: none;
  border-radius: 50%;
  display: flex;
  height: 3.25rem;
  padding: 1rem;
  position: fixed;
  right: 1.25rem;
  top: 1.35rem;
  width: 3.25rem;
  z-index: 1001;
  cursor: pointer;
}
@media (min-width: 768px) {
  .nav-toggle { display: none; }
}
.nav-toggle svg { height: 100%; pointer-events: none; width: 100%; }
.nav-toggle__cross { display: none; }

/* ---------- Nav transition masks ---------- */
.nav-transition-mask,
.nav-transition-mask-bg {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.nav-transition-mask {
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
}
.nav-transition-mask-bg {
  background-color: #000;
  visibility: hidden;
  z-index: 9998;
}
.nav-transition-mask__spinner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  transform-origin: center;
}
.nav-transition-mask__spinner-svg {
  height: 100px;
  transform-origin: center;
  visibility: hidden;
  width: 100px;
}
.nav-toggle.is-open .nav-toggle__burger { display: none; }
.nav-toggle.is-open .nav-toggle__cross { display: block; }

/* ---------- Button ---------- */
.btn {
  align-items: center;
  appearance: none;
  background-color: rgb(128, 82, 255);
  border: none;
  border-radius: 1.875rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1rem;
  overflow: hidden;
  padding: 14.4px 15.96px;
  position: relative;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(128, 82, 255, 0);
  transition: box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1919px) {
  .btn { padding: 16.48px 20px; }
}
.btn__text {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 0.95rem;
  text-transform: uppercase;
  transform: translateZ(0);
  z-index: 2;
}
@media (min-width: 768px) {
  .btn__text { font-size: 14px; }
}
@media (min-width: 1919px) {
  .btn__text { font-size: 16px; }
}
.btn__hover {
  align-items: center;
  background: linear-gradient(135deg, #c084fc 0%, #8052ff 45%, #818cf8 100%);
  clip-path: ellipse(120% 180% at 50% 310%);
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 1.1s cubic-bezier(0.215, 0.61, 0.355, 1),
              -webkit-clip-path 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 1;
}
.btn:focus .btn__hover,
.btn:hover .btn__hover { clip-path: ellipse(120% 180% at 50% 60%); }
.btn:focus,
.btn:hover {
  box-shadow:
    0 0 0 1px rgba(192, 132, 252, 0.35),
    0 0 18px 4px rgba(128, 82, 255, 0.45),
    0 0 40px 12px rgba(128, 82, 255, 0.18);
}

/* ---------- Sections ---------- */
.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(var(--vh, 1vh) * 50);
  overflow: hidden;
  padding: var(--section-pad-y) var(--section-pad-x);
}
@media (min-width: 1366px) {
  .section { min-height: calc(var(--vh, 1vh) * 100); }
}
.section--tall { min-height: calc(var(--vh, 1vh) * 100); }
@media (min-width: 1366px) {
  .section--tall { min-height: calc(var(--vh, 1vh) * 150); }
}

/* Landing */
.landing {
  justify-content: flex-start;
  margin-top: calc(var(--vh, 1vh) * 20);
}
@media (min-width: 1024px) {
  .landing {
    margin-top: 0;
    padding-top: calc(var(--vh, 1vh) * 20);
  }
}
@media (min-width: 1366px) {
  .landing {
    height: 100vh;
    justify-content: center;
    padding-top: 10rem;
  }
}
.landing__title {
  letter-spacing: -0.04em;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 1rem;
}
@media (min-width: 1366px) {
  .landing__title { margin-top: auto; }
}
.landing__title span::before {
  content: "";
  display: block;
  height: 0;
  margin-bottom: -1.5%;
  width: 0;
}
@media (min-width: 360px) {
  .landing__body { max-width: 31.5rem; }
}
@media (min-width: 768px) {
  .landing__body { max-width: 35rem; }
}

/* Mobile blur (full-bleed blurred band below 1024px, like the original) */
.mobile-blur {
  margin: 30vh 0;
  padding: 2rem 0;
  position: relative;
}
.mobile-blur::after {
  content: "";
  height: 100%;
  left: -3.125rem;
  position: absolute;
  top: 0;
  width: calc(100% + 6.25rem);
  z-index: -1;
  background: linear-gradient(1turn, rgba(0,0,0,.5), rgba(0,0,0,.1));
}
@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .mobile-blur::after {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}
@media (min-width: 1024px) {
  .mobile-blur { margin: 0; padding: 0; }
  .mobile-blur::after { display: none; }
}

/* Introduction */
.introduction {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .introduction { align-items: flex-end; }
  .introduction__title { width: 50vw; }
  .introduction__body { width: 50vw; }
}
@media (min-width: 1024px) {
  .introduction__title { width: 30rem; }
  .introduction__body { width: 30rem; }
}

/* Manifesto introduction (workplace today) */
.manifesto--introduction-container {
  display: block;
}
@media (max-width: 767px) {
  [anchor-target="manifesto"] {
    margin-top: -42vh;
    padding-top: 42vh;
  }
}
.manifesto--introduction {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: 0 var(--section-pad-x);
}
@media (min-width: 768px) {
  .manifesto--introduction {
    align-items: center;
    justify-content: center;
    padding: var(--section-pad-y) var(--section-pad-x);
  }
}
@media (min-width: 1024px) {
  .manifesto--introduction {
    min-height: calc(var(--vh, 1vh) * 50);
    padding: 4rem;
  }
}
@media (min-width: 1366px) {
  .manifesto--introduction {
    min-height: calc(var(--vh, 1vh) * 100);
    padding: 5rem 10rem;
  }
}
.manifesto--introduction .manifesto__body { margin: 0; }
.manifesto--introduction .manifesto__body p { color: rgb(255,255,255); }
@media (min-width: 768px) {
  .manifesto--introduction .manifesto__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    text-align: center;
    width: 80vw;
  }
}
@media (min-width: 1024px) {
  .manifesto--introduction .manifesto__body {
    margin: auto;
    max-width: 90vw;
    width: 95rem;
  }
}

/* Manifesto section */
.manifesto--section { margin-top: 50vh; }
.manifesto--section + .manifesto--section { margin-top: 0; }
.manifesto__inner { display: inline-block; }
@media (min-width: 1024px) {
  .manifesto__title { width: 30rem; }
  .manifesto__body { width: 30rem; }
  .manifesto--end { align-items: flex-end; }
}
.manifesto__body a {
  color: rgb(255, 184, 41);
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.manifesto__body a::after {
  background-color: rgb(255, 184, 41);
  bottom: 0;
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 0;
}
.manifesto__body a:hover::after { left: 0; right: auto; width: 100%; }

/* ---------- Scroll-reveal (initial hidden state) ---------- */
.js-reveal {
  opacity: 0;
  transform: translateY(3rem) rotate(2deg);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

/* ---------- Team ---------- */
.team {
  margin: 5rem 0;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .team { margin: 8vw 0 25rem; }
}
.team h2 { text-align: center; }
@media (min-width: 1024px) {
  .team h2 { text-align: left; }
}
.team__head { margin: 0 auto 15vw; text-align: left; }
@media (min-width: 768px) {
  .team__head { margin: 0 auto 8vw; text-align: center; }
}
@media (min-width: 1024px) {
  .team__head { margin-bottom: 0; text-align: left; }
}
.team__body {
  margin: 0 0 5rem;
  max-width: 600px;
  pointer-events: auto;
  text-align: left;
  z-index: 1;
}
.team__body a {
  color: rgb(255, 184, 41);
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.team__body a::after {
  background-color: rgb(255, 184, 41);
  bottom: 0;
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 0;
}
.team__body a:hover::after { left: 0; right: auto; width: 100%; }
@media (min-width: 768px) {
  .team__body { margin: 0 auto 15rem; text-align: center; width: 30vh; }
}
@media (min-width: 1024px) {
  .team__body { margin: 0; text-align: left; width: 27rem; }
}
@media (min-width: 1366px) {
  .team__body { width: 30rem; }
}

/* Team Slider */
.team-slider {
  margin-bottom: 6rem;
  margin-left: -2.5rem;
  pointer-events: auto;
  position: relative;
  width: calc(100% + 5rem);
  z-index: -1;
}
@media (min-width: 768px) {
  .team-slider { margin-left: -3rem; width: calc(100% + 6rem); }
}
@media (min-width: 1024px) {
  .team-slider {
    height: 25vw;
    left: 0;
    margin-left: -4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 8rem);
  }
}
@media (min-width: 1366px) {
  .team-slider { margin-left: -10rem; width: calc(100% + 20rem); }
}
.team-slider__slides-container {
  align-items: center;
  display: flex;
  height: 71vw;
  overflow: hidden;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .team-slider__slides-container { height: 30vw; }
}
.team-slider__slides {
  display: flex;
  flex-flow: row;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.team-card {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  width: 60vw;
  margin-right: 1rem;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  .team-card { width: 30vw; }
}
@media (min-width: 1024px) {
  .team-card { width: 25vw; }
}
.team-card.is-active { opacity: 1; }
.team-card__inner { width: 100%; aspect-ratio: 780/1140; overflow: hidden; }
.team-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.8);
  transform: scale(1.05);
  transition: filter 0.5s ease, transform 0.5s ease;
}
.team-card.is-active .team-card__image {
  filter: grayscale(0) brightness(1);
  transform: scale(1.2);
}
.team-slider__content {
  list-style: none;
  margin: 0;
  padding: 4rem 0 0;
  z-index: 2;
  position: relative;
  height: 12rem;
}
@media (min-width: 1024px) {
  .team-slider__content {
    height: auto;
    left: 60vw;
    padding: 2rem 0 0 2vw;
    position: absolute;
    top: 0;
    width: 20vw;
  }
}
.team-slider__content__item {
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.team-slider__content__item.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .team-slider__content__item { margin-top: 2rem; }
}
@media (min-width: 1024px) {
  .team-slider__content__item { margin-top: 0; top: 6rem; width: auto; }
}
.team-card__content { }
.js-role {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgb(128, 82, 255);
  margin-bottom: 1rem;
}
.js-name {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .js-name { font-size: 3.5rem; }
}
.team-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  pointer-events: auto;
}
.team-social__link {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.team-social__link:hover { color: rgb(255,255,255); }

/* Slider controls */
.team-slider__controls {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .team-slider__controls { margin-top: 3rem; }
}
@media (min-width: 1024px) {
  .team-slider__controls {
    align-items: flex-end;
    height: 100%;
    left: 50%;
    margin-top: 3rem;
    position: absolute;
    top: 0;
    transform: translate(-50%, 10rem);
  }
}
.team-slider__control {
  align-items: center;
  justify-content: center;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 3.438rem;
  margin: 0 0.5rem;
  padding: 1.25rem;
  position: relative;
  width: 3.438rem;
}
.team-slider__control-bg {
  background-color: rgb(128, 82, 255);
  border-radius: 100%;
  height: 3.438rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.438rem;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.team-slider__control:hover .team-slider__control-bg { transform: scale(1.1); }
.team-slider__control svg {
  fill: rgb(255, 255, 255);
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  z-index: 1;
}
.team-slider__previous svg { transform: rotate(180deg); }

/* Investors / Features grid */
.investors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 10rem;
  margin-bottom: 5rem;
  pointer-events: auto;
  position: relative;
}
@media (min-width: 768px) {
  .investors {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 1366px) {
  .investors {
    grid-template-columns: 2fr repeat(5, 1fr);
    gap: 1.5rem;
    align-items: center;
  }
}

.investors__text {
  grid-column: 1 / -1;
  order: 0;
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1366px) {
  .investors__text {
    grid-column: 1 / 2;
    grid-row: 1;
    margin-bottom: 0;
    padding-right: 2rem;
  }
}

.investors__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-align: center;
  order: 1;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.investors__item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(128, 82, 255, 0.45);
}

.investor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.875rem;
}
.investor__icon {
  width: 52px;
  height: 52px;
  background: rgba(128, 82, 255, 0.18);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.investor__icon img,
.investor__icon svg {
  width: 30px;
  height: 30px;
  display: block;
  opacity: 1;
}
.investor__name {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.investors__title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .investors__title { font-size: 2.5rem; }
}
@media (min-width: 1024px) {
  .investors__title { font-size: 3rem; }
}

/* ---------- Footer ---------- */
.footer {
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 0;
}
.footer__head {
  margin: 0 1rem 25vh;
  max-width: 36rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__head { max-width: none; width: 46rem; }
}
@media (min-width: 1024px) {
  .footer__head { margin: auto; width: 60rem; }
}
.footer__logo { order: 1; }
@media (min-width: 1024px) {
  .footer__logo { display: none; }
}
.footer__bar {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 2.5rem 3.125rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__bar { flex-direction: row; }
}
@supports ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))) {
  .footer__bar {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
  }
}
@supports not ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))) {
  .footer__bar { background: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.8)); }
}
.footer__nav {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 2rem 0 0;
  order: 2;
  padding: 0;
  width: 60%;
}
@media (min-width: 768px) {
  .footer__nav { justify-content: center; margin: 2rem auto; width: auto; }
}
@media (min-width: 1024px) {
  .footer__nav { flex: 1 1 40%; margin: 0; }
}
.footer__nav__item {
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 0 0 0.1rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__nav__item { margin-bottom: 0; width: auto; }
  .footer__nav__item + .footer__nav__item { margin-left: 1rem; }
}
@media (min-width: 1366px) {
  .footer__nav__item + .footer__nav__item { margin-left: 2.5rem; }
}
.footer__nav__link {
  appearance: none;
  background-color: transparent;
  border: none;
  color: rgb(255,255,255);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (min-width: 768px) {
  .footer__nav__link { color: rgb(154, 154, 154); }
  .footer__nav__link:hover { color: rgb(255,255,255); }
}
.footer__copyright {
  align-items: center;
  color: rgb(189, 189, 189);
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 3;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer__copyright { flex-direction: row; }
}
@media (min-width: 1024px) {
  .footer__copyright { flex: 1 1 30%; justify-content: flex-start; order: 1; }
}
.footer__copyright__item { margin-left: 0; white-space: nowrap; }
@media (min-width: 768px) {
  .footer__copyright__item + .footer__copyright__item { margin-left: 2.5rem; }
}
@media (min-width: 1024px) {
  .footer__copyright__item + .footer__copyright__item { margin-left: 0.5rem; }
}
.footer__social { display: none; }
@media (min-width: 1024px) {
  .footer__social {
    align-items: center;
    display: flex;
    flex: 1 1 30%;
    font-size: 0;
    justify-content: flex-end;
    order: 3;
    padding-right: 4.5rem;
  }
}
.footer__social__link { color: rgb(255,255,255); text-decoration: none; }
.footer__social__link + .footer__social__link { margin-left: 1.3rem; }
.footer__social__icon {
  fill: rgb(255,255,255);
  height: 1.5rem;
  transition: fill 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  width: 1.5rem;
}
.footer__social__link:hover .footer__social__icon--email { fill: rgb(255, 184, 41); }
.footer__social__link:hover .footer__social__icon--linkedin { fill: rgb(40, 103, 178); }
.footer__social__link:hover .footer__social__icon--twitter { fill: rgb(29, 161, 242); }

/* ---------- Cookie Notice ---------- */
.cookie-notice {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 1rem;
  bottom: 1.5rem;
  left: 1.5rem;
  max-width: 28rem;
  padding: 1.25rem 1.5rem;
  pointer-events: auto;
  position: fixed;
  z-index: 9990;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@supports ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))) {
  .cookie-notice {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.5);
  }
}
.cookie-notice.is-open { opacity: 1; transform: translateY(0); }
.cookie-notice__body {
  color: rgb(200, 200, 200);
  font-size: 0.875rem;
  line-height: 1.5;
}
.cookie-notice__link {
  color: rgb(255, 184, 41);
  font-weight: 600;
  text-decoration: none;
}
.cookie-notice__link:hover { text-decoration: underline; }
.cookie-notice .btn {
  padding: 10px 16px;
  flex-shrink: 0;
  margin-left: 1rem;
  font-size: 12px;
}

/* ─── Scroll reveal override ───────────────────────────────────────── */
/* GSAP sets .js-reveal to opacity:0 as initial state; since ASScroll  */
/* ScrollTrigger isn't firing in our static clone, force all reveals    */
/* visible. Elements still animate if GSAP initialises them properly.   */
.js-reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* Site loader — hidden after assets load */
.js-site-loader[style*="display: none"],
.js-site-loader[style*="opacity: 0"] {
  pointer-events: none;
}


/* ─── Portfolio grid ──────────────────────────────────────────────── */

/* Widen the section so the grid has room */
#proyectos { min-height: auto; }

/* Remove the absolute-positioned slider layout from the portfolio section */
#proyectos .team {
  margin: 5rem 0 8rem;
}
@media (min-width: 1024px) {
  #proyectos .team { margin: 8vw 0 10rem; }
}

.portfolio-grid {
  pointer-events: auto;
  position: relative;
  z-index: 2;
  margin-bottom: 5rem;
}

.portfolio-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
@media (min-width: 600px) {
  .portfolio-list { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .portfolio-list { grid-template-columns: 1fr 1fr 1fr; }
}

.portfolio-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  pointer-events: auto;
  transition: border-color 0.35s ease;
}
.portfolio-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

/* hidden state managed by portfolio.js */
.portfolio-card.is-hidden {
  display: none;
}

.portfolio-card__thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.portfolio-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1) brightness(0.75);
  transition: filter 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio-card:hover .portfolio-card__thumb img {
  filter: grayscale(0) brightness(1);
}

.portfolio-card__info {
  padding: 1.25rem 1.5rem 1.5rem;
}
.portfolio-card__name {
  color: #fff;
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}
.portfolio-card__desc {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  font-weight: 200;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.portfolio-card__link {
  color: rgb(255, 184, 41);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  text-decoration: none;
}
.portfolio-card__link::after {
  background-color: rgb(255, 184, 41);
  bottom: -2px;
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 0;
}
.portfolio-card__link:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

/* Pagination controls */
.portfolio-pagination {
  align-items: center;
  display: flex;
  gap: 1.75rem;
  justify-content: center;
  margin-top: 2.5rem;
  pointer-events: auto;
}
.portfolio-pagination__btn {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid rgba(167, 139, 250, 0.3);
  border-radius: 100%;
  box-shadow:
    0 0 18px rgba(128, 82, 255, 0.2),
    inset 0 0 12px rgba(128, 82, 255, 0.14);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 3.438rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition:
    border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s ease;
  width: 3.438rem;
}
.portfolio-pagination__fill {
  background: radial-gradient(
    120% 120% at 30% 20%,
    rgb(178, 141, 255) 0%,
    rgb(128, 82, 255) 48%,
    rgb(84, 38, 210) 100%
  );
  border-radius: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.portfolio-pagination__btn:hover {
  border-color: rgba(178, 141, 255, 0.9);
  box-shadow:
    0 0 26px rgba(128, 82, 255, 0.55),
    0 0 70px rgba(128, 82, 255, 0.25);
}
.portfolio-pagination__btn:hover .portfolio-pagination__fill { transform: scale(1); }
.portfolio-pagination__btn svg {
  height: 1.25rem;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.25rem;
  z-index: 1;
}
.js-portfolio-prev:hover svg { transform: translateX(-3px); }
.js-portfolio-next:hover svg { transform: translateX(3px); }
.portfolio-pagination__btn:disabled {
  cursor: default;
  opacity: 0.2;
  pointer-events: none;
}
.portfolio-page-indicator {
  align-items: center;
  display: inline-flex;
  font-size: 0.85rem;
  gap: 0.6rem;
  letter-spacing: 0.12em;
}
.portfolio-page-indicator__current {
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.portfolio-page-indicator__sep {
  background-color: rgba(255, 255, 255, 0.25);
  display: inline-block;
  height: 0.9rem;
  transform: rotate(20deg);
  width: 1px;
}
.portfolio-page-indicator__total {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

/* ─── Feature card hover description ─────────────────────────────────── */
.investors__item {
  position: relative;
  overflow: hidden;
}

.investor__desc {
  position: absolute;
  inset: 0;
  background: rgba(10, 5, 28, 0.96);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.investors__item:hover .investor__desc {
  opacity: 1;
  transform: translateY(0);
}

/* Slight dim on the icon/name during hover so the desc reads cleaner */
.investors__item:hover .investor,
.investors__item:hover .investor__name {
  opacity: 0;
  transition: opacity 0.15s ease;
}

