:root {
  --forest: #123c31;
  --forest-deep: #09251e;
  --forest-soft: #1c5143;
  --cream: #f6f3eb;
  --paper: #fffdf8;
  --gold: #e4bd70;
  --gold-deep: #936824;
  --sage: #b9d5c7;
  --ink: #102b24;
  --muted: #5e6f68;
  --line: rgba(16, 43, 36, .15);
  --light-line: rgba(255, 255, 255, .15);
  --display: "Sora", ui-sans-serif, system-ui, sans-serif;
  --body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --shell: 1240px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { color: var(--forest-deep); background: var(--gold); }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.shell {
  width: min(var(--shell), calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 24px;
  top: -80px;
  z-index: 1000;
  padding: 11px 16px;
  color: var(--paper);
  background: var(--forest);
  border-radius: 10px;
  transition: top .2s;
}

.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(246, 243, 235, .92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color .3s, box-shadow .3s, transform .35s var(--ease);
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 36px rgba(9, 37, 30, .05);
}

.site-header.hidden { transform: translateY(-100%); }

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.brand-mark img { width: 46px; height: 46px; object-fit: contain; }

.brand-name {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.05em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 38px);
}

.nav-links > a {
  position: relative;
  color: #3d5149;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.nav-links > a:not(.nav-contact)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--forest);
  transition: right .3s var(--ease);
}

.nav-links > a:hover::after,
.nav-links > a[aria-current="page"]::after { right: 0; }

.nav-contact {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--paper) !important;
  background: var(--forest);
  border-radius: 999px;
  transition: transform .3s var(--ease), background .3s;
}

.nav-contact:hover { transform: translateY(-2px); background: var(--forest-deep); }

.menu-button {
  width: 46px;
  height: 46px;
  padding: 0;
  position: relative;
  display: none;
  place-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
}

.menu-button span {
  position: absolute;
  width: 18px;
  height: 1.5px;
  background: var(--forest);
  transition: transform .3s, background .3s;
}

.menu-button span:first-child { transform: translateY(-4px); }
.menu-button span:last-child { transform: translateY(4px); }
.menu-button[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

.home-hero {
  min-height: 100svh;
  padding: 148px 0 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(16, 43, 36, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 43, 36, .045) 1px, transparent 1px);
  background-size: 76px 76px;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(246, 243, 235, .05) 40%, var(--cream));
}

.hero-glow {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(3px);
}

.glow-one {
  width: 540px;
  height: 540px;
  right: -120px;
  top: 70px;
  background: radial-gradient(circle, rgba(185, 213, 199, .4), transparent 68%);
}

.glow-two {
  width: 360px;
  height: 360px;
  left: -160px;
  bottom: 0;
  background: radial-gradient(circle, rgba(228, 189, 112, .24), transparent 68%);
}

.home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .72fr);
  align-items: center;
  gap: clamp(54px, 8vw, 120px);
}

.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 26px;
  height: 1px;
  flex: none;
  background: currentColor;
}

.eyebrow-light { color: var(--gold); }

.hero-copy h1,
.page-hero h1,
.team-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 6.9vw, 104px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.075em;
}

.hero-copy h1 em,
.page-hero h1 em,
.team-hero h1 em {
  color: var(--forest);
  font-style: normal;
}

.hero-text {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.button {
  min-height: 56px;
  padding: 0 10px 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s var(--ease), box-shadow .3s, background .3s;
}

.button > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.button-primary {
  color: var(--paper);
  background: var(--forest);
  box-shadow: 0 16px 34px rgba(18, 60, 49, .18);
}

.button-primary > span { color: var(--forest-deep); background: var(--gold); }
.button:hover { transform: translateY(-3px); }
.button-primary:hover { background: var(--forest-deep); box-shadow: 0 20px 42px rgba(18, 60, 49, .24); }

.button-gold { color: var(--forest-deep); background: var(--gold); }
.button-gold > span { color: var(--paper); background: var(--forest); }
.button-gold:hover { box-shadow: 0 16px 34px rgba(9, 37, 30, .18); }

.quiet-link {
  padding-bottom: 3px;
  color: var(--forest);
  border-bottom: 1px solid rgba(18, 60, 49, .32);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.impact-card {
  min-height: 520px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--paper);
  background: var(--forest);
  border-radius: 32px;
  box-shadow: 0 34px 90px rgba(9, 37, 30, .2);
}

.impact-card::before,
.impact-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}

.impact-card::before { width: 390px; height: 390px; right: -195px; top: -170px; }
.impact-card::after { width: 280px; height: 280px; right: -125px; top: -105px; border-color: rgba(228, 189, 112, .22); }

.impact-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 253, 248, .56);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.live-dot { display: inline-flex; align-items: center; gap: 8px; }
.live-dot i { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(228, 189, 112, .12); }

.impact-statement {
  max-width: 360px;
  margin: 70px 0 46px;
  position: relative;
  z-index: 1;
  font-family: var(--display);
  font-size: clamp(31px, 3.1vw, 45px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.impact-steps {
  margin: auto 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
  list-style: none;
  border-top: 1px solid var(--light-line);
}

.impact-steps li {
  min-height: 58px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--light-line);
}

.impact-steps span { color: var(--gold); font-size: 9px; }
.impact-steps strong { font-family: var(--display); font-size: 14px; }
.impact-steps small { color: rgba(255, 253, 248, .5); font-size: 10px; }

.impact-mark {
  position: absolute;
  right: 22px;
  top: 98px;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  background: var(--forest-deep);
  border-radius: 50%;
}

.impact-mark img { width: 82px; height: 82px; object-fit: contain; }

.hero-foot {
  margin-top: 45px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #6c7b75;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-foot i { width: 4px; height: 4px; background: var(--gold-deep); border-radius: 50%; }
.section-pad { padding: clamp(90px, 10vw, 150px) 0; }

.statement { background: var(--paper); }

.statement-grid,
.belief-grid {
  display: grid;
  grid-template-columns: .3fr 1.7fr;
  gap: clamp(40px, 7vw, 100px);
}

.section-number {
  margin: 7px 0 0;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.statement h2,
.section-heading h2,
.fit-section h2,
.belief-copy h2,
.direct-copy h2,
.cta-band h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(45px, 5.4vw, 76px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.065em;
}

.statement h2 em,
.section-heading h2 em,
.belief-copy h2 em { color: var(--forest); font-style: normal; }

.statement-bottom {
  margin-top: 52px;
  padding-top: 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  border-top: 1px solid var(--line);
}

.statement-bottom > p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.circle-link {
  width: 104px;
  height: 104px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--paper);
  background: var(--forest);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .35s var(--ease), background .35s;
}

.circle-link b { align-self: flex-end; color: var(--gold); font-size: 18px; font-weight: 400; }
.circle-link:hover { transform: rotate(-5deg) scale(1.04); background: var(--forest-deep); }

.route-section,
.principles-section {
  color: var(--paper);
  background: var(--forest-deep);
}

.section-heading {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: clamp(40px, 8vw, 110px);
}

.section-heading h2 em { color: var(--gold); }

.section-heading > p {
  max-width: 470px;
  margin: 0 0 6px;
  color: rgba(255, 253, 248, .56);
  font-size: 15px;
}

.route-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid var(--light-line);
  border-left: 1px solid var(--light-line);
}

.route-list li {
  min-height: 260px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
  transition: color .35s, background .35s, transform .35s var(--ease);
}

.route-list li:hover { color: var(--forest-deep); background: var(--gold); transform: translateY(-7px); }
.route-list li > span { color: var(--gold); font-size: 9px; font-weight: 600; }
.route-list li:hover > span { color: var(--forest-deep); }
.route-list strong { margin-top: auto; font-family: var(--display); font-size: 22px; letter-spacing: -.04em; }
.route-list p { margin: 8px 0 0; color: rgba(255, 253, 248, .52); font-size: 12px; }
.route-list li:hover p { color: rgba(9, 37, 30, .7); }

.cta-band { padding: 78px 0; color: var(--paper); background: var(--forest); }

.cta-band-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 46px;
}

.cta-band h2 { max-width: 850px; font-size: clamp(40px, 5vw, 70px); }
.cta-band .eyebrow { color: var(--gold); }

.site-footer { padding: 46px 0 30px; color: var(--paper); background: var(--forest-deep); }

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px 60px;
  align-items: center;
}

.brand-light .brand-name { color: var(--paper); }
.site-footer nav { display: flex; gap: 26px; }
.site-footer nav a,
.footer-email { color: rgba(255, 253, 248, .65); font-size: 11px; font-weight: 600; text-decoration: none; }
.site-footer nav a:hover,
.footer-email:hover { color: var(--gold); }
.footer-email { color: var(--gold); }
.site-footer p { margin: 0; justify-self: end; color: rgba(255, 253, 248, .34); font-size: 9px; }

/* Servicios */
.page-hero {
  min-height: 78svh;
  padding: 170px 0 74px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.page-hero-dark { color: var(--paper); background: var(--forest); }
.page-hero h1 { max-width: 950px; }
.page-hero h1 em { color: var(--gold); }

.page-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
}

.orbit-one { width: 650px; height: 650px; top: -270px; right: -170px; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.orbit-two { width: 380px; height: 380px; left: -220px; bottom: -170px; border-color: rgba(228, 189, 112, .22); }
.page-hero-inner { position: relative; z-index: 1; }

.page-hero-bottom {
  margin-top: 48px;
  padding-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid var(--light-line);
}

.page-hero-bottom p { max-width: 520px; margin: 0; color: rgba(255, 253, 248, .62); font-size: 16px; }
.page-index { color: var(--gold); font-family: var(--display); font-size: 11px; letter-spacing: .12em; }

.services-list { background: var(--paper); }

.service-row {
  min-height: 310px;
  padding: 34px 0;
  display: grid;
  grid-template-columns: .42fr 1.05fr .53fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.service-row:last-child { border-bottom: 1px solid var(--line); }

.service-id { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; }
.service-id > span { color: var(--gold-deep); font-family: var(--display); font-size: 12px; }
.service-id small { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.service-name-en {
  display: block;
  margin-bottom: 13px;
  color: var(--gold-deep);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.service-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.065em;
}

.service-copy p { max-width: 610px; margin: 20px 0 0; color: var(--muted); font-size: 14px; }

.service-output {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.service-output li {
  padding: 13px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #40534b;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 600;
}

.service-output li::before { content: "↗"; color: var(--gold-deep); }

.service-assessment {
  min-height: auto;
  padding-block: 54px;
  grid-template-columns: .42fr 1.58fr;
  align-items: start;
}

.service-assessment .service-id { grid-row: 1 / 3; }

.assessment-options {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.assessment-options section {
  min-height: 300px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.assessment-options .option-premium {
  color: var(--paper);
  background: var(--forest);
  border-color: var(--forest);
}

.option-label {
  color: var(--gold-deep);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.option-premium .option-label { color: var(--gold); }

.assessment-options h3 {
  margin: 30px 0 8px;
  font-family: var(--display);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.1;
  letter-spacing: -.045em;
}

.assessment-options p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 11px;
}

.option-premium p { color: rgba(255, 253, 248, .58); }

.assessment-options ul {
  margin: auto 0 0;
  padding: 17px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.option-premium ul { border-color: var(--light-line); }

.assessment-options li {
  margin-top: 8px;
  display: flex;
  gap: 9px;
  color: #40534b;
  font-size: 10px;
}

.assessment-options li::before { content: "↗"; color: var(--gold-deep); }
.option-premium li { color: rgba(255, 253, 248, .68); }
.option-premium li::before { color: var(--gold); }

.fit-section {
  color: var(--paper);
  background: var(--forest);
}

.fit-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.fit-section .eyebrow { color: var(--gold); }
.fit-section h2 { font-size: clamp(42px, 4.8vw, 66px); }
.fit-list { border-top: 1px solid var(--light-line); }
.fit-list p { margin: 0; padding: 25px 0; display: grid; grid-template-columns: 44px 1fr; gap: 12px; border-bottom: 1px solid var(--light-line); font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: -.035em; }
.fit-list span { color: var(--gold); font-family: var(--body); font-size: 9px; letter-spacing: .08em; }

/* Equipo */
.team-hero {
  min-height: 90svh;
  padding: 160px 0 78px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 92% 10%, rgba(185, 213, 199, .36), transparent 30%),
    var(--cream);
}

.team-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
}

.team-hero h1 { font-size: clamp(54px, 6.7vw, 98px); }
.team-intro { display: flex; flex-direction: column; align-items: flex-start; }

.team-feather {
  width: 158px;
  height: 158px;
  margin-bottom: 58px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--forest);
  border-radius: 50%;
  box-shadow: 0 24px 60px rgba(18, 60, 49, .18);
}

.team-feather img { width: 140px; height: 140px; object-fit: contain; }
.team-intro p { max-width: 410px; margin: 0; padding-top: 22px; color: var(--muted); border-top: 1px solid var(--line); font-size: 15px; }
.belief-section { background: var(--paper); }
.belief-copy h2 { max-width: 930px; }
.belief-copy > p:last-child { max-width: 560px; margin: 32px 0 0; color: var(--muted); font-size: 16px; }

.expert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.expert-card {
  min-height: 460px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--light-line);
  border-radius: 22px;
  transition: background .35s, transform .35s var(--ease);
}

.expert-card:hover { background: rgba(255, 255, 255, .075); transform: translateY(-7px); }

.profile-cluster {
  --profile: var(--gold);
  --profile-deep: var(--gold-deep);
  min-height: 190px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--light-line);
}

.profile-cluster::before {
  content: "";
  position: absolute;
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}

.profile-cluster i {
  width: 62px;
  height: 82px;
  margin-left: -13px;
  position: relative;
  z-index: 1;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .13));
}

.profile-cluster i:first-child { margin-left: 0; transform: translateY(8px) scale(.9); }
.profile-cluster i:nth-child(2) { z-index: 2; transform: translateY(-4px); }
.profile-cluster i:nth-child(3) { transform: translateY(9px) scale(.9); }

.profile-cluster i::before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: var(--profile);
  border: 3px solid var(--forest-deep);
  border-radius: 50%;
}

.profile-cluster i::after {
  content: "";
  width: 54px;
  height: 45px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: var(--profile-deep);
  border: 3px solid var(--forest-deep);
  border-radius: 28px 28px 10px 10px;
}

.cluster-sage { --profile: #d5e8df; --profile-deep: #6d9f89; }
.cluster-cream { --profile: #fff7e8; --profile-deep: #c99d52; }
.cluster-green { --profile: #8fc2aa; --profile-deep: #2f715d; }

.expert-copy { margin-top: auto; padding-top: 28px; }
.expert-copy > span { color: var(--gold); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.expert-copy h3 { margin: 12px 0 10px; font-family: var(--display); font-size: clamp(26px, 3vw, 40px); line-height: 1.04; letter-spacing: -.055em; }
.expert-copy p { max-width: 440px; margin: 0; color: rgba(255, 253, 248, .56); font-size: 12px; }
.direct-section { background: var(--cream); }

.direct-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 10vw, 150px);
  align-items: center;
}

.direct-mark {
  aspect-ratio: 1;
  padding: 34px;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--sage);
  border-radius: 50%;
}

.direct-mark::before {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(18, 60, 49, .18);
  border-radius: 50%;
}

.direct-mark span { position: absolute; top: 42px; color: var(--forest); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.direct-mark img { width: 52%; position: relative; z-index: 1; object-fit: contain; }
.direct-copy h2 { max-width: 700px; }
.direct-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0; color: var(--muted); }

/* Contenido directo con una composición amplia */
.home-hero { min-height: 100svh; }
.impact-card { min-height: 520px; }
.impact-statement { margin-top: 70px; }
.hero-foot { margin-top: 44px; }

.home-offer { background: var(--paper); }

.offer-heading {
  margin-bottom: 62px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
}

.offer-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.065em;
}

.offer-heading h2 em { color: var(--forest); font-style: normal; }
.offer-heading > p { max-width: 470px; margin: 0 0 6px; color: var(--muted); font-size: 14px; }

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.offer-grid article {
  min-height: 330px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 24px;
  transition: transform .4s var(--ease), background .35s, color .35s, box-shadow .4s;
}

.offer-grid article::after {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  right: -110px;
  top: -110px;
  border: 1px solid rgba(18, 60, 49, .12);
  border-radius: 50%;
  transition: transform .5s var(--ease);
}

.offer-grid article:hover { transform: translateY(-8px); box-shadow: 0 26px 64px rgba(9, 37, 30, .1); }
.offer-grid article:hover::after { transform: scale(1.2); }
.offer-grid .offer-featured { color: var(--paper); background: var(--forest); }
.offer-grid .offer-featured:hover { background: var(--forest-deep); }
.offer-grid .offer-featured::after { border-color: rgba(228, 189, 112, .28); }
.offer-grid article > span { color: var(--gold-deep); font-size: 9px; font-weight: 600; }
.offer-grid .offer-featured > span { color: var(--gold); }
.offer-grid h3 { margin: auto 0 12px; position: relative; z-index: 1; font-family: var(--display); font-size: clamp(28px, 2.9vw, 40px); line-height: 1.05; letter-spacing: -.05em; }
.offer-grid p { max-width: 310px; margin: 0; position: relative; z-index: 1; color: var(--muted); font-size: 13px; }
.offer-grid .offer-featured p { color: rgba(255, 253, 248, .58); }

.offer-link {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.offer-link span { color: var(--gold-deep); font-size: 17px; transition: transform .3s; }
.offer-link:hover span { transform: translate(3px, -3px); }

.compact-page-hero { min-height: 72svh; padding: 160px 0 70px; }
.compact-page-hero h1 { font-size: clamp(56px, 6.6vw, 96px); }
.compact-page-hero .page-hero-bottom { margin-top: 48px; }
.compact-services {
  padding-bottom: 18px;
  background: var(--paper);
}

.compact-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.compact-service {
  min-height: 390px;
  padding: 34px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 28px;
  transition: transform .4s var(--ease), box-shadow .4s;
}

.compact-service::after {
  content: "";
  width: 250px;
  height: 250px;
  position: absolute;
  right: -135px;
  top: -135px;
  border: 1px solid rgba(18, 60, 49, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(18, 60, 49, .018);
  transition: transform .55s var(--ease);
}

.compact-service:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(9, 37, 30, .11); }
.compact-service:hover::after { transform: scale(1.16); }
.compact-service-main { color: var(--paper); background: var(--forest); border-color: var(--forest); }
.compact-service-main::after { border-color: rgba(228, 189, 112, .3); box-shadow: 0 0 0 42px rgba(255, 255, 255, .018); }

.compact-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.compact-service-main .compact-service-top { color: var(--gold); }
.compact-service h2 { margin: auto 0 16px; position: relative; z-index: 1; font-family: var(--display); font-size: clamp(31px, 3.3vw, 46px); line-height: 1.04; letter-spacing: -.055em; }
.compact-service > p { max-width: 500px; margin: 0; position: relative; z-index: 1; color: var(--muted); font-size: 14px; }
.compact-service-main > p { color: rgba(255, 253, 248, .6); }

.service-modes { margin-top: 24px; padding-top: 18px; position: relative; z-index: 1; display: grid; gap: 9px; border-top: 1px solid var(--line); }
.service-modes span { color: var(--muted); font-size: 10px; }
.service-modes b { margin-right: 4px; color: var(--forest); font-weight: 700; }

.compact-contact {
  margin-top: 34px;
  padding: 27px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.compact-contact p { margin: 0; font-family: var(--display); font-size: 17px; font-weight: 600; letter-spacing: -.035em; }
.compact-contact a { display: inline-flex; gap: 14px; color: var(--forest); font-size: 12px; font-weight: 700; text-decoration: none; }
.compact-contact a span { color: var(--gold-deep); }

.compact-team-hero { min-height: 82svh; padding: 150px 0 76px; }
.compact-team-hero h1 { font-size: clamp(54px, 6.6vw, 96px); }
.compact-team-hero .team-feather { width: 158px; height: 158px; margin-bottom: 48px; }
.compact-team-hero .team-feather img { width: 140px; height: 140px; }
.compact-expertise { padding: clamp(100px, 10vw, 150px) 0 18px; }
.compact-expertise .section-heading { margin-bottom: 62px; }
.compact-expertise .expert-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
.compact-expertise .expert-card { min-height: 440px; padding: 30px; }
.compact-expertise .profile-cluster { min-height: 190px; }
.compact-expertise .profile-cluster::before { width: 155px; height: 155px; }
.compact-expertise .profile-cluster i { width: 62px; height: 82px; margin-left: -13px; }
.compact-expertise .profile-cluster i::before { width: 29px; height: 29px; }
.compact-expertise .profile-cluster i::after { width: 54px; height: 45px; }
.compact-expertise .expert-copy { padding-top: 28px; }
.compact-expertise .expert-copy h3 { font-size: clamp(28px, 3vw, 40px); }

.compact-contact-dark { border-color: var(--light-line); }
.compact-contact-dark p { color: var(--paper); }
.compact-contact-dark a,
.compact-contact-dark a span { color: var(--gold); }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

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

@media (max-width: 980px) {
  .home-hero { min-height: auto; }
  .home-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .impact-card { width: min(100%, 620px); min-height: 470px; justify-self: center; }
  .route-list { grid-template-columns: 1fr 1fr; }
  .route-list li { min-height: 220px; }
  .team-hero-grid { grid-template-columns: 1fr; }
  .team-intro { max-width: 620px; }
  .team-feather { margin-bottom: 32px; }
  .compact-service-grid { grid-template-columns: 1fr 1fr; }
  .compact-expertise .expert-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(var(--shell), calc(100% - 36px)); }
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  body.menu-open .site-header {
    height: 100dvh;
    min-height: 100svh;
    background: var(--forest-deep);
    border-color: transparent;
    box-shadow: none;
    transform: none;
  }
  .nav { min-height: 76px; }
  .brand-mark, .brand-mark img { width: 40px; height: 40px; }
  .brand-name { font-size: 19px; }
  .menu-button { display: grid; z-index: 102; }

  .nav-links {
    position: fixed;
    inset: 0 auto auto 0;
    width: 100vw;
    height: 100dvh;
    min-height: 100svh;
    z-index: 101;
    padding: 112px 28px 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    color: var(--paper);
    background: var(--forest-deep);
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .3s, visibility .3s, transform .3s var(--ease);
  }

  .nav-links.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-links > a { width: 100%; padding: 8px 0; color: var(--paper); font-family: var(--display); font-size: clamp(30px, 9vw, 46px); letter-spacing: -.055em; }
  .nav-links > a:not(.nav-contact)::after { display: none; }
  .nav-links > a[aria-current="page"] { color: var(--gold); }
  .nav-contact { width: auto !important; min-height: 46px; margin-top: 20px; padding: 0 18px !important; color: var(--forest-deep) !important; background: var(--gold); font-family: var(--body) !important; font-size: 13px !important; letter-spacing: 0 !important; }
  .menu-button[aria-expanded="true"] { border-color: rgba(255,255,255,.18); }
  .menu-button[aria-expanded="true"] span { background: var(--paper); }

  .home-hero { padding: 124px 0 34px; }
  .hero-copy h1, .page-hero h1, .team-hero h1 { font-size: clamp(48px, 13vw, 72px); }
  .hero-text { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .impact-card { min-height: 450px; padding: 24px; border-radius: 24px; }
  .impact-statement { margin-top: 76px; }
  .hero-foot { gap: 12px; }
  .hero-foot span { font-size: 7px; }

  .section-pad { padding: 76px 0; }
  .statement-grid, .belief-grid { grid-template-columns: 1fr; gap: 34px; }
  .statement h2, .section-heading h2, .fit-section h2, .belief-copy h2, .direct-copy h2, .cta-band h2 { font-size: clamp(39px, 10.5vw, 54px); }
  .statement-bottom { margin-top: 36px; align-items: start; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .route-list { grid-template-columns: 1fr; }
  .route-list li { min-height: 180px; }

  .cta-band { padding: 64px 0; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer p { justify-self: start; }

  .page-hero { min-height: 72svh; padding: 140px 0 58px; }
  .page-hero-bottom { align-items: flex-start; flex-direction: column; margin-top: 38px; }
  .service-row { padding: 30px 0 42px; grid-template-columns: 1fr; gap: 28px; }
  .service-id { min-height: auto; flex-direction: row; }
  .service-output { max-width: 500px; }
  .service-assessment { grid-template-columns: 1fr; }
  .service-assessment .service-id { grid-row: auto; }
  .assessment-options { grid-column: auto; }
  .fit-grid { grid-template-columns: 1fr; gap: 42px; }

  .team-hero { min-height: auto; padding: 130px 0 72px; }
  .team-feather { width: 124px; height: 124px; }
  .team-feather img { width: 110px; height: 110px; }
  .expert-grid { grid-template-columns: 1fr; }
  .expert-card { min-height: 420px; }
  .direct-grid { grid-template-columns: 1fr; gap: 46px; }
  .direct-mark { width: min(100%, 390px); }

  .offer-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
  .offer-heading h2 { font-size: clamp(38px, 10vw, 52px); }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-grid article { min-height: 230px; padding: 27px; }
  .compact-page-hero { min-height: auto; padding: 136px 0 60px; }
  .compact-service-grid { grid-template-columns: 1fr; }
  .compact-service { min-height: 320px; padding: 27px; }
  .compact-contact { align-items: flex-start; flex-direction: column; }
  .compact-team-hero { padding: 132px 0 72px; }
  .compact-expertise .expert-grid { grid-template-columns: 1fr; }
  .compact-expertise .expert-card { min-height: 380px; padding: 25px; }
  .compact-services,
  .compact-expertise { padding-bottom: 14px; }
}

@media (max-width: 450px) {
  .shell { width: calc(100% - 26px); }
  .home-hero { padding-top: 112px; }
  .hero-copy h1, .page-hero h1, .team-hero h1 { font-size: clamp(43px, 13.6vw, 61px); }
  .impact-card { min-height: 430px; padding: 20px; }
  .impact-card-top > span:first-child { display: none; }
  .impact-card-top { justify-content: flex-end; }
  .impact-mark { right: 16px; top: 76px; width: 76px; height: 76px; }
  .impact-mark img { width: 68px; height: 68px; }
  .impact-statement { margin-top: 78px; font-size: 31px; }
  .impact-steps li { grid-template-columns: 32px 1fr auto; }
  .hero-foot { display: none; }
  .statement-bottom { grid-template-columns: 1fr; }
  .circle-link { width: 94px; height: 94px; }
  .fit-list p { font-size: 16px; }
  .assessment-options { grid-template-columns: 1fr; }
  .assessment-options section { min-height: 280px; }
  .footer-email { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
