/* ============================================================
   CSM CAPITAL — warm editorial · bright green
   Bone Cream · Ink Black · Bright Green
   ============================================================ */

:root {
  --accent: #4ADE80;            /* Bright Green — main accent */
  --accent-deep: #22C55E;       /* Mid green */
  --accent-soft: rgba(74,222,128,.22);
  --accent-glow: rgba(74,222,128,.35);
  --accent-strong: #166534;     /* For text contrast on cream */

  --bone: #EFE9DC;              /* warm sand cream */
  --bone-2: #FAF4E5;            /* card on cream */
  --ink: #0F1014;               /* deep black */
  --ink-2: #181a1f;             /* card on dark */
  --mute: #6E6B62;
  --line: #c9c5b9;
  --line-dark: rgba(239,233,220,.14);
  --divider: #1F2326;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Onest', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--ink);
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img, svg { display: block; max-width: 100%; }
ul, ol { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }

::selection { background: var(--accent); color: var(--ink); }

.container { margin: 0 auto; padding: 0 2.5rem; max-width: 100%; }

/* =========================
   HEADER
   ========================= */
.header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  padding: 1.5rem 0;
  z-index: 100;
}
.header_blend { mix-blend-mode: difference; }
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header__logo {
  color: var(--bone);
  font-size: .8125rem;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.01625rem;
  text-transform: uppercase;
  transition: color .4s;
  position: relative;
  display: flex;
  align-items: center;
}
.header__logo:hover { color: var(--accent); }
.header__logo span::before {
  content: "◆";
  color: var(--accent);
  margin-right: .55rem;
  font-size: .55rem;
  vertical-align: middle;
}

.header__menu {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 26px;
}
.header__menu li a {
  color: var(--bone);
  font-size: .8125rem;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.01625rem;
  text-transform: uppercase;
  transition: color .4s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.header__menu li a:hover { text-decoration-color: var(--bone); color: var(--accent); }
.header__right { display: flex; align-items: center; }

/* Buttons */
.btn-gray {
  border-radius: .1875rem;
  background: hsla(0,0%,100%,.15);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: .40625rem .8125rem .34375rem .84375rem;
  gap: .625rem;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: background .4s;
}
.btn-gray span {
  color: var(--accent);
  font-size: .8125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.01625rem;
  text-transform: uppercase;
  transition: color .4s;
}
.btn-gray svg path { transition: fill .4s; }
.btn-gray:hover { background: var(--accent); }
.btn-gray:hover span { color: var(--ink); }
.btn-gray:hover svg path { fill: var(--ink); }

.btn-white {
  border-radius: .1875rem;
  border: .0625rem solid rgba(15,16,20,.2);
  padding: .5625rem .8125rem;
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  background: transparent;
  transition: background .4s, border-color .4s;
}
.btn-white span {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  transition: color .4s;
}
.btn-white svg path { transition: fill .4s; }
.btn-white:hover { background: var(--ink); border-color: var(--ink); }
.btn-white:hover span { color: var(--accent); }
.btn-white:hover svg path { fill: var(--accent); }

.btn-whiter {
  border-radius: .1875rem;
  border: .0625rem solid rgba(239,233,220,.2);
  padding: .5625rem .8125rem;
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  background: transparent;
  transition: background .4s, border-color .4s;
}
.btn-whiter span {
  color: var(--bone);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  transition: color .4s;
}
.btn-whiter svg path { fill: var(--bone); transition: fill .4s; }
.btn-whiter:hover { background: var(--accent); border-color: var(--accent); }
.btn-whiter:hover span { color: var(--ink); }
.btn-whiter:hover svg path { fill: var(--ink); }

.btn-accent {
  border-radius: .1875rem;
  background: var(--accent);
  padding: .65rem .9rem;
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  transition: background .25s, transform .25s;
}
.btn-accent span {
  color: var(--ink);
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.btn-accent svg path { fill: var(--ink); transition: transform .25s; }
.btn-accent:hover { background: #6cf09c; transform: translateY(-1px); }
.btn-accent:hover svg { transform: translate(2px, -2px); }

.btn-line {
  border-radius: .1875rem;
  border: 1px solid rgba(239,233,220,.35);
  padding: .65rem .9rem;
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  transition: border-color .25s, background .25s;
}
.btn-line span {
  color: var(--bone);
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.btn-line:hover { border-color: var(--accent); }
.btn-line:hover span { color: var(--accent); }

/* =========================
   HERO
   ========================= */
.hero-home {
  background: var(--ink);
  height: 100svh;
  min-height: 720px;
  padding-top: 5.5625rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}
.hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 30%, rgba(74,222,128,.10), transparent 45%),
    radial-gradient(circle at 0% 100%, rgba(74,222,128,.05), transparent 50%);
  pointer-events: none;
}
.hero-home .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-home__img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero-home__img svg {
  width: 100%;
  height: auto;
  max-height: 30vh;
}

.hero-home__bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  gap: 2rem;
}
.hero-home__left {
  max-width: 30rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.hero-home__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero-home__eyebrow .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.hero-home__head {
  color: var(--bone);
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
}
.hero-home__head em {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}
.hero-home__sub {
  color: var(--mute);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: -.0175rem;
}
.hero-home__sub strong {
  color: var(--bone);
  font-weight: 500;
}
.hero-home__cta { display: flex; gap: .625rem; flex-wrap: wrap; margin-top: .35rem; }

.hero-home__arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: .1875rem;
  width: 1.75rem;
  height: 1.75rem;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero-home__right {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin-bottom: -.3125rem;
  text-align: right;
}
.hero-home__right-text { display: flex; align-items: baseline; justify-content: flex-end; gap: .625rem; }
.hero-home__right-text span:first-child {
  color: var(--bone);
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.02rem;
}
.hero-home__right-text span:last-child {
  color: var(--mute);
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: -0.0175rem;
}

/* =========================
   MASTERY
   ========================= */
.mastery {
  position: relative;
  height: 100svh;
  min-height: 720px;
  display: flex;
  background: #07070a;
  overflow: hidden;
}
.mastery__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 30% 35%, rgba(74,222,128,.16), transparent 55%),
    radial-gradient(ellipse at 75% 70%, rgba(110,107,98,.22), transparent 55%),
    linear-gradient(150deg, #0F1014 0%, #1a1d24 50%, #07070a 100%);
}
.mastery__video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.mastery::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.25), rgba(0,0,0,.25));
  pointer-events: none;
}
.mastery .container { margin: auto; position: relative; z-index: 2; width: 100%; }
.mastery__items {
  position: relative;
  width: 100%;
  height: calc(100svh - 5rem);
}
.mastery__item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mastery__item:last-child {
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
}
.mastery.show-second .mastery__item:first-child { opacity: 0; }
.mastery.show-second .mastery__item:last-child { opacity: 1; }

.mastery__title {
  color: var(--bone);
  text-align: center;
  font-size: clamp(2rem, 4.4vw, 3.625rem);
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.0725rem;
  max-width: 52rem;
  margin: 0 auto;
}
.mastery__labels { position: absolute; inset: 0; pointer-events: none; }
.mastery__label {
  position: absolute;
  color: var(--bone);
  font-size: .9375rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.015em;
  padding: .7rem .85rem;
  border-radius: .1875rem;
  background: hsla(0,0%,100%,.18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(74,222,128,.30);
  max-width: 18rem;
}
.mastery__label:nth-child(1) { top: 9.25rem; left: 5.84375rem; }
.mastery__label:nth-child(2) { top: 9.75rem; right: 9.71875rem; }
.mastery__label:nth-child(3) { left: 7.84375rem; bottom: 8.8125rem; }
.mastery__label:nth-child(4) { right: 7.28125rem; bottom: 10.875rem; }

.mastery__subtitle {
  color: var(--bone);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  padding: .375rem .75rem;
  border-radius: .1875rem;
  background: hsla(0,0%,100%,.15);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: inline-block;
}
.mastery__text {
  margin: 1.25rem auto 2.5rem;
  color: var(--bone);
  text-align: center;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.0425rem;
  max-width: 47.9375rem;
}

.mastery__btn {
  position: absolute;
  left: 50%;
  bottom: 1.4375rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
}
.mastery__btn span {
  display: block;
  color: var(--bone);
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.02rem;
  margin-bottom: .5rem;
}
.mastery__arrow svg { width: 2.25rem; height: 2.25rem; }

/* =========================
   DIGITAL RIBBONS
   ========================= */
.digital {
  padding: 7.5rem 0 6.625rem;
  background: var(--bone);
}
.digital__content {
  border-radius: .5rem;
  background: var(--bone-2);
  padding: 2.3125rem 1.5rem 12.6875rem;
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  gap: 7.9375rem;
  position: relative;
  overflow: hidden;
}
.digital__content::after {
  content: "";
  position: absolute;
  right: 0; bottom: 0;
  width: 28rem; height: 18rem;
  background:
    radial-gradient(circle at 80% 80%, var(--accent) 0%, transparent 30%),
    repeating-linear-gradient(45deg, rgba(15,16,20,.04) 0 1px, transparent 1px 14px),
    repeating-linear-gradient(-45deg, rgba(15,16,20,.04) 0 1px, transparent 1px 14px);
  pointer-events: none;
  border-bottom-right-radius: .5rem;
  mask-image: linear-gradient(to top left, #000 30%, transparent 80%);
}
.digital__subtitle {
  margin-top: .1875rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -.02rem;
  text-transform: uppercase;
}
.digital__text { display: flex; flex-direction: column; }
.digital__title { margin-bottom: 1.3125rem; }
.digital__title p {
  color: var(--ink);
  font-size: 3rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -.06rem;
}
.digital__title strong {
  color: var(--ink);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -.04125rem;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding-left: 1.0625rem;
  padding-right: .875rem;
  transform: rotate(-1deg) translateY(-.3125rem);
  display: inline-block;
  font-size: 2.0625rem;
}
.digital__title strong::after {
  content: "";
  position: absolute;
  border-radius: .1875rem;
  background: var(--accent);
  width: calc(100% - .3125rem);
  height: calc(100% + .25rem);
  left: .25rem;
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}

.digital_dark { background: var(--ink); }
.digital_dark .digital__content { background: var(--ink-2); }
.digital_dark .digital__subtitle { color: var(--bone); }
.digital_dark .digital__title p { color: var(--bone); }
.digital_dark .digital__title strong { color: var(--ink); }
.digital_dark .digital__content::after {
  background:
    radial-gradient(circle at 80% 80%, var(--accent) 0%, transparent 28%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 1px, transparent 1px 14px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,.04) 0 1px, transparent 1px 14px);
}

/* =========================
   SERVICES — Accordions
   ========================= */
.services {
  background: var(--bone);
  padding: 7.5rem 0;
}
.services__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3.25rem;
  gap: 2rem;
}
.services__title {
  color: var(--ink);
  font-size: 6.8125rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -.204375rem;
}
.services__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 27rem;
  width: 100%;
  margin-bottom: 1.125rem;
}
.services__p {
  color: var(--ink);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.0225rem;
  margin-bottom: 1.75rem;
}

.services__item {
  border-top: .0625rem solid var(--line);
  padding-top: 2.0625rem;
  padding-bottom: 1.9375rem;
  position: relative;
}
.services__item:last-child { border-bottom: .0625rem solid var(--line); }
.services__item-top {
  padding-left: .625rem;
  padding-right: .625rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
}
.services__item-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2.0625rem;
  height: calc(100% + 4rem);
  width: 100%;
  background: var(--accent);
  opacity: 0;
  transition: opacity .4s;
}
.services__item-top > svg.chev {
  margin-left: auto;
  transition: transform .4s;
  position: relative;
  z-index: 1;
  min-width: .875rem;
}
.services__item-title {
  color: var(--ink);
  font-size: 2.3125rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -.04625rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 1rem;
}
.services__item-bottom {
  max-height: 0;
  transition: max-height .4s;
  overflow: hidden;
}
.services__item-text {
  padding-left: 2.5rem;
  padding-top: 1.6875rem;
  max-width: 35.6875rem;
  padding-bottom: .8125rem;
}
.services__item-text p {
  color: var(--ink);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -.0225rem;
}
.services__item-text p b { font-weight: 500; }

.services__item.active .services__item-top > svg.chev { transform: rotate(180deg); }
.services__item.active .services__item-bottom { max-height: 500px; }
.services__item:not(.active) .services__item-top:hover::after { opacity: 1; }

/* dark services */
.services_dark { background: var(--ink); }
.services_dark .services__title { color: var(--bone); }
.services_dark .services__p { color: var(--bone); }
.services_dark .services__item-title { color: var(--bone); }
.services_dark .services__item { border-top-color: var(--line-dark); }
.services_dark .services__item:last-child { border-bottom-color: var(--line-dark); }
.services_dark .services__item-top > svg.chev path { fill: var(--bone); }
.services_dark .services__item:not(.active) .services__item-top:hover .services__item-title { color: var(--ink); }
.services_dark .services__item:not(.active) .services__item-top:hover .services__item-title circle { fill: var(--ink); }
.services_dark .services__item:not(.active) .services__item-top:hover svg.chev path { fill: var(--ink); }
.services_dark .services__item-text p { color: var(--bone); }

/* =========================
   CTA
   ========================= */
.cta { background: var(--bone); padding: 1.25rem 0 2.5rem; }
.cta__content {
  position: relative;
  padding: 5.125rem 1.25rem 5.625rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: .5rem;
  overflow: hidden;
}
.cta__bg {
  position: absolute;
  inset: 0;
  border-radius: .5rem;
  z-index: -1;
  background:
    radial-gradient(circle at 80% 30%, rgba(74,222,128,.40), transparent 50%),
    radial-gradient(circle at 15% 85%, rgba(34,197,94,.20), transparent 55%),
    linear-gradient(160deg, #1a1a1f 0%, #07070a 100%);
}
.cta__title {
  color: var(--bone);
  text-align: center;
  font-size: 6.8125rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -.204375rem;
  max-width: 70rem;
}
.cta__text {
  max-width: 30rem;
  margin: .4375rem auto 2.5rem;
  color: var(--bone);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.025rem;
}
.cta__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.cta__button svg {
  width: 5.875rem;
  height: 5.875rem;
  animation: pulseSVG 2s infinite;
}
.cta__button::after {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%) scale(1);
  border-radius: 50%;
  height: 5.875rem;
  width: 5.875rem;
  z-index: -1;
  box-shadow: 0 0 0 0 rgba(74,222,128,.7);
  animation: pulse 2s infinite;
}
.cta__button-text {
  color: var(--bone);
  text-align: right;
  font-size: .875rem;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -.0175rem;
  margin-top: .75rem;
}
@keyframes pulseSVG {
  0%,100% { transform: scale(.95); }
  70% { transform: scale(1); }
}
@keyframes pulse {
  0% { transform: translateX(-50%) scale(.95); box-shadow: 0 0 0 0 rgba(74,222,128,.7); }
  70% { transform: translateX(-50%) scale(1.1); box-shadow: 0 0 0 .625rem rgba(74,222,128,0); }
  100% { transform: translateX(-50%) scale(.95); box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}

/* =========================
   WHAT — Outcomes & Stats
   ========================= */
.what {
  background: var(--ink);
  padding-top: 6.5625rem;
  padding-bottom: 7.5rem;
}
.what__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.what__title {
  color: var(--bone);
  font-size: 6.8125rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -.204375rem;
  max-width: 42rem;
}
.what__text {
  color: var(--bone);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.0225rem;
  max-width: 27rem;
  margin-bottom: 1.125rem;
}
.what__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 1.6875rem;
  border-top: .0625rem solid var(--line-dark);
  margin-top: 3.25rem;
}
.what__item {
  position: relative;
  height: 24.75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
.what__item-bg {
  position: absolute;
  inset: 0;
  border-radius: .5rem;
  background: var(--ink-2);
  overflow: hidden;
}
.what__item-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 80%, rgba(74,222,128,.20), transparent 55%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 1px, transparent 1px 12px);
}
.what__item-title {
  color: var(--bone);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.what__item-subtitle {
  color: var(--mute);
  font-size: 1rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -.02rem;
  position: relative;
  z-index: 1;
  margin-top: .75rem;
}
.what__item-percent {
  color: var(--bone);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line-dark);
}
.what__item-percent.big {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -.09rem;
  color: var(--accent);
  text-transform: none;
  border-top: 0;
  padding-top: 0;
  margin: auto auto 0 0;
}

.what__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line-dark);
}
.what__stat-num {
  color: var(--accent);
  font-family: 'Onest';
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
  margin-bottom: 1rem;
}
.what__stat-label {
  color: var(--bone);
  font-size: 1rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -.02rem;
  max-width: 22rem;
}

/* =========================
   HOW — Operating Loop
   ========================= */
.how {
  padding-top: 6.625rem;
  padding-bottom: 7.4375rem;
  background: var(--bone);
}
.how__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.1875rem;
  padding-left: 1.5rem;
  gap: 2rem;
}
.how__title {
  max-width: 39.25rem;
  color: var(--ink);
  font-size: 6.8125rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -.204375rem;
  text-transform: capitalize;
}
.how__right {
  width: 100%;
  max-width: 27rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.1875rem;
}
.how__right a { margin-right: auto; }
.how__text {
  color: var(--ink);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.0225rem;
  margin-bottom: 1.75rem;
}

.how__cards-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding: 0 1.5rem;
}
.how__cards-list li {
  background: var(--bone-2);
  border-radius: .5rem;
  padding: 1.5rem;
  position: relative;
  min-height: 14rem;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.how__cards-list li:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -22px rgba(15,16,20,.25); }
.how__cards-list li .num {
  font-size: 1rem;
  font-weight: 500;
  color: var(--mute);
  letter-spacing: -.02rem;
  margin-bottom: .75rem;
}
.how__cards-list li h3 {
  color: var(--ink);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -.0275rem;
  margin-bottom: .875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
}
.how__cards-list li h3 span {
  width: 1.5rem;
  height: 1.5rem;
  background: var(--ink);
  color: var(--bone);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  flex-shrink: 0;
}
.how__cards-list li:hover h3 span { background: var(--accent); color: var(--ink); }
.how__cards-list li p {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.02rem;
}

/* =========================
   PRESENCE — World Map
   ========================= */
.presence {
  padding: 7.5rem 0;
  background: var(--bone);
  position: relative;
}
.presence__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5rem;
  gap: 2rem;
}
.presence__index {
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-strong);
  margin-bottom: 1rem;
}
.presence__title {
  max-width: 40rem;
  color: var(--ink);
  font-size: clamp(2.5rem, 5.6vw, 5.5rem);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -.04em;
}
.presence__title em { font-style: italic; color: var(--accent-strong); }
.presence__caption {
  color: var(--accent-strong);
  font-size: .95rem;
  font-style: italic;
  letter-spacing: -.01em;
  max-width: 22rem;
  padding-bottom: .5rem;
}

.map-wrap {
  background: linear-gradient(160deg, var(--ink-2) 0%, var(--ink) 100%);
  border-radius: .5rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--divider);
}
.map-frame {
  position: relative;
  background: var(--ink);
  border-radius: .25rem;
  overflow: hidden;
}
.map-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, transparent 55%, rgba(15,16,20,.8) 100%);
  pointer-events: none;
  border-radius: .25rem;
  z-index: 1;
}
.world-map { width: 100%; height: auto; display: block; position: relative; z-index: 0; }

.map-land circle { fill: var(--mute); opacity: .42; }
.map-pins .pin-core { fill: var(--accent); filter: drop-shadow(0 0 6px var(--accent-glow)); }
.map-pins .pin-glow { fill: var(--accent-glow); opacity: .6; }
.map-pins .pin-ping {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1;
  opacity: 0;
  animation: pinPing 3.2s ease-out infinite;
}
@keyframes pinPing {
  0% { r: 5; opacity: .6; }
  80% { r: 22; opacity: 0; }
  100% { r: 22; opacity: 0; }
}
.map-pins text {
  fill: var(--bone);
  font-family: 'Onest', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  pointer-events: none;
}
.map-pins .pin:hover .pin-core { fill: var(--bone); }

/* =========================
   TEAM ACCORDION
   ========================= */
.team-accordion {
  padding: 7.5rem 0;
  background: var(--bone);
}
.team-accordion_dark { background: var(--ink); }

.team-accordion__header {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 3.75rem;
  margin-bottom: 3.75rem;
}
.team-accordion__title {
  color: var(--ink);
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.06rem;
}
.team-accordion_dark .team-accordion__title { color: var(--bone); }

.team-accordion__intro {
  color: var(--ink);
  font-size: 1.125rem;
  line-height: 160%;
  max-width: 37.5rem;
}
.team-accordion_dark .team-accordion__intro { color: var(--bone); }
.team-accordion__intro p { margin-bottom: 1rem; }
.team-accordion__intro p:last-child { margin-bottom: 0; }
.team-accordion__intro strong {
  color: var(--bone);
  position: relative;
  z-index: 1;
  padding-left: 1.0625rem;
  padding-right: .875rem;
  transform: rotate(-1deg) translateY(-.3125rem);
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
}
.team-accordion__intro strong::after {
  content: "";
  position: absolute;
  border-radius: .1875rem;
  background: var(--accent);
  width: calc(100% - .3125rem);
  height: calc(100% + .25rem);
  left: .25rem;
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}
.team-accordion:not(.team-accordion_dark) .team-accordion__intro strong { color: var(--ink); }

.team-accordion__items { border-top: 1px solid var(--line); }
.team-accordion_dark .team-accordion__items { border-top-color: var(--mute); }
.team-accordion__item {
  border-bottom: 1px solid var(--line);
  position: relative;
}
.team-accordion_dark .team-accordion__item { border-bottom-color: var(--mute); }

.team-accordion__item-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem .625rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.team-accordion__item-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: -.0625rem;
  height: calc(100% + .125rem);
  width: 100%;
  background: var(--accent);
  opacity: 0;
  transition: opacity .4s;
  z-index: 0;
}
.team-accordion__item:not(.active) .team-accordion__item-header:hover::after { opacity: 1; }
.team-accordion__item:not(.active) .team-accordion__item-header:hover .team-accordion__item-name { color: var(--ink); }
.team-accordion__item:not(.active) .team-accordion__item-header:hover .team-accordion__item-name circle { fill: var(--ink); }
.team-accordion__item:not(.active) .team-accordion__item-header:hover .team-accordion__item-role { color: var(--ink); }
.team-accordion_dark .team-accordion__item:not(.active) .team-accordion__item-header:hover .team-accordion__item-name { color: var(--ink); }
.team-accordion_dark .team-accordion__item:not(.active) .team-accordion__item-header:hover .team-accordion__item-role { color: var(--ink); }

.team-accordion__item-info {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex: 1;
  position: relative;
  z-index: 1;
}
.team-accordion__item-name {
  color: var(--ink);
  font-size: 2.3125rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -.04625rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: color .4s;
}
.team-accordion_dark .team-accordion__item-name { color: var(--bone); }
.team-accordion__item-role {
  color: var(--mute);
  font-size: .875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .03125rem;
}
.team-accordion_dark .team-accordion__item-role { color: #969690; }

.team-accordion__item-toggle {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ink);
  position: relative;
  z-index: 1;
}
.team-accordion_dark .team-accordion__item-toggle { color: var(--bone); }
.team-accordion__item-toggle svg { width: .875rem; height: .875rem; transition: transform .4s; }
.team-accordion__item.active .team-accordion__item-toggle svg { transform: rotate(180deg); }

.team-accordion__item-content { max-height: 0; overflow: hidden; transition: max-height .4s; }
.team-accordion__item.active .team-accordion__item-content { max-height: 600px; }
.team-accordion__item-inner { padding: 0 .625rem 2rem; }

.team-accordion__item-bio { max-width: 90%; margin-bottom: 1.25rem; }
.team-accordion__item-bio p {
  color: var(--ink);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -.0225rem;
  margin-bottom: .75rem;
}
.team-accordion_dark .team-accordion__item-bio p { color: var(--bone); }
.team-accordion__item-bio strong { color: var(--accent); font-weight: 500; }

.team-accordion__item-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.team-accordion__contact-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--ink);
  font-size: .875rem;
  text-decoration: none;
  transition: color .2s;
  border: 1px solid rgba(15,16,20,.2);
  border-radius: .1875rem;
  padding: .375rem .75rem;
}
.team-accordion_dark .team-accordion__contact-link {
  color: var(--bone);
  border-color: rgba(239,233,220,.2);
}
.team-accordion__contact-link:hover { color: var(--accent); border-color: var(--accent); }

/* =========================
   CONTACT
   ========================= */
.contact {
  background: var(--ink);
  padding: 7.5rem 0;
}
.contact__intro { margin-bottom: 3.25rem; }
.contact__eyebrow {
  display: inline-block;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding: .375rem .75rem;
  border-radius: .1875rem;
  background: hsla(0,0%,100%,.06);
}
.contact__title {
  color: var(--bone);
  font-size: 3.625rem;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -.0725rem;
  max-width: 60rem;
}
.contact__title strong {
  color: var(--ink);
  position: relative;
  z-index: 1;
  padding: 0 .875rem 0 1.0625rem;
  transform: rotate(-1deg) translateY(-.3125rem);
  display: inline-block;
  font-weight: 500;
}
.contact__title strong::after {
  content: "";
  position: absolute;
  border-radius: .1875rem;
  background: var(--accent);
  width: calc(100% - .3125rem);
  height: calc(100% + .25rem);
  left: .25rem;
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}

.contact-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
}
.contact-hub__tile--email { grid-column: 1 / 3; grid-row: 1; }
.contact-hub__tile--whatsapp { grid-column: 3; grid-row: 1; }
.contact-hub__tile--phone { grid-column: 1; grid-row: 2; }
.contact-hub__tile--linkedin { grid-column: 2; grid-row: 2; }
.contact-hub__tile--info { grid-column: 3; grid-row: 2; }

.contact-hub__tile {
  background: hsla(0,0%,100%,.04);
  border-radius: .5rem;
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 11rem;
  transition: background .35s;
}
.contact-hub__tile:hover { background: hsla(0,0%,100%,.08); }
.contact-hub__tile--info:hover { background: hsla(0,0%,100%,.04); }

.contact-hub__tile-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: var(--bone);
}
.contact-hub__tile-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.contact-hub__tile-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: hsla(0,0%,100%,.08);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--bone);
  flex-shrink: 0;
  transition: background .35s, color .35s;
}
.contact-hub__tile-icon svg { width: 1.25rem; height: 1.25rem; }
.contact-hub__tile:hover .contact-hub__tile-icon { background: var(--accent); color: var(--ink); }

.contact-hub__tile-label {
  color: var(--accent);
  font-size: .8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -.01625rem;
  margin-bottom: .25rem;
}
.contact-hub__tile-value {
  color: var(--bone);
  font-size: 1.25rem;
  letter-spacing: -.025rem;
  line-height: 140%;
}
.contact-hub__tile-arrow {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  color: var(--bone);
  transition: color .35s;
}
.contact-hub__tile-arrow svg { width: .625rem; height: .625rem; }
.contact-hub__tile:hover .contact-hub__tile-arrow { color: var(--accent); }
.contact-hub__tile:hover .contact-hub__tile-arrow path { fill: var(--accent); }

.contact-hub__tile-status {
  color: var(--bone);
  font-size: .875rem;
  letter-spacing: -.0175rem;
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.contact-hub__status-dot {
  width: .5rem; height: .5rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}
.contact-hub__tile-company {
  color: var(--bone);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -.025rem;
  line-height: 140%;
}
.contact-hub__tile-location {
  color: var(--mute);
  font-size: 1rem;
  letter-spacing: -.02rem;
  margin-top: .25rem;
  line-height: 140%;
}

/* =========================
   FOOTER
   ========================= */
.footer { padding: 1.25rem 0 2.5rem; background: var(--bone); position: relative; }
.footer__content {
  background: var(--ink);
  border-radius: .5rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13.5rem;
  position: relative;
  z-index: 2;
}
.footer__top-right { display: flex; flex-direction: column; }
.footer__menu, .footer__links { display: flex; flex-direction: column; gap: .1875rem; }
.footer__menu li a, .footer__links li a {
  color: var(--bone);
  font-size: .8125rem;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -.01625rem;
  text-transform: uppercase;
  transition: color .4s;
}
.footer__menu li a:hover, .footer__links li a:hover { color: var(--accent); }
.footer__links li { text-align: right; }

.footer__logo {
  position: absolute;
  left: 50%;
  top: calc(50% - .625rem);
  transform: translate(-50%, -50%);
  width: 41.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.footer__logo span {
  font-size: 18rem;
  font-weight: 900;
  color: var(--bone);
  line-height: .8;
  letter-spacing: -.05em;
  opacity: .9;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.footer__copyright {
  color: var(--mute);
  font-size: .875rem;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -.0175rem;
  max-width: 38rem;
}
.footer__design {
  color: var(--accent);
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 1280px) {
  .services__title, .what__title, .how__title, .cta__title { font-size: 5rem; letter-spacing: -.15rem; }
  .footer__logo span { font-size: 12rem; }
  .what__stat-num { font-size: 4rem; }
}

@media (max-width: 1024px) {
  .container { padding: 0 1.5rem; }
  .header__menu { display: none; }
  .digital__content { grid-template-columns: 1fr; gap: 2rem; padding-bottom: 8rem; }
  .services__top, .how__top, .what__top, .team-accordion__header, .presence__top { flex-direction: column; align-items: flex-start; gap: 2rem; }
  .team-accordion__header { display: flex; }
  .services__title, .what__title, .how__title, .cta__title, .presence__title { font-size: 4rem; letter-spacing: -.12rem; }
  .what__items { grid-template-columns: 1fr 1fr; }
  .what__stats { grid-template-columns: 1fr 1fr; }
  .how__cards-list { grid-template-columns: 1fr 1fr; }
  .contact-hub__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(11rem, auto); }
  .contact-hub__tile--email, .contact-hub__tile--whatsapp, .contact-hub__tile--phone, .contact-hub__tile--linkedin, .contact-hub__tile--info { grid-column: auto; grid-row: auto; }
  .mastery__title, .mastery__text { font-size: 2.25rem; padding: 0 1rem; }
  .mastery__label { display: none; }
  .footer__logo span { font-size: 8rem; }
  .hero-home__bottom { flex-direction: column; align-items: flex-start; gap: 2rem; }
  .hero-home__right { align-self: flex-end; text-align: right; }
}
@media (max-width: 640px) {
  .services__title, .what__title, .how__title, .cta__title, .team-accordion__title, .presence__title { font-size: 2.75rem; letter-spacing: -.08rem; }
  .digital__title p { font-size: 2rem; }
  .digital__title strong { font-size: 1.5rem; }
  .services__item-title { font-size: 1.5rem; letter-spacing: -.02rem; }
  .team-accordion__item-name { font-size: 1.5rem; }
  .what__items, .what__stats { grid-template-columns: 1fr; }
  .how__cards-list { grid-template-columns: 1fr; padding: 0; }
  .contact-hub__grid { grid-template-columns: 1fr; }
  .contact__title { font-size: 2.25rem; }
  .footer__top { flex-direction: column; gap: 2rem; margin-bottom: 6rem; }
  .footer__links li { text-align: left; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .footer__logo span { font-size: 5rem; }
  .digital, .services, .team-accordion, .contact, .what, .how, .presence { padding: 4rem 0; }
  .map-wrap { padding: .5rem; }
  .map-pins text { font-size: 10px; }
}
