:root {
  --ink: #071f23;
  --ink-2: #0b3036;
  --ink-soft: #506166;
  --teal: #08a2b9;
  --teal-dark: #087f91;
  --teal-pale: #eaf8fa;
  --yellow: #ffc815;
  --yellow-pale: #fff2ae;
  --cream: #fffaf0;
  --paper: #ffffff;
  --mist: #f3f7f7;
  --line: #cfdee0;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(3, 37, 43, .14);
  --radius: 26px;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -70px;
  left: 18px;
  z-index: 200;
  padding: 11px 17px;
  border-radius: 12px;
  color: var(--white);
  background: var(--teal-dark);
  transition: top .2s ease;
}
.skip-link:focus { top: 18px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(7, 31, 35, .09);
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  display: flex;
  width: min(var(--content), calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: 190px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}
.brand-division {
  padding-left: 15px;
  border-left: 1px solid var(--line);
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a {
  position: relative;
  padding: 10px 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.main-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.main-nav .nav-cta {
  padding: 10px 17px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
}
.menu-button { display: none; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.light { color: var(--yellow); }
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.04;
}
h3 { line-height: 1.2; }
.section {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
}
.section h2 { font-size: clamp(2.55rem, 5vw, 5rem); }
.lead { font-size: 21px; line-height: 1.58; }

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: #ffe066; }
.button-ghost { border-color: rgba(8,127,145,.48); color: var(--teal-dark); background: rgba(255,255,255,.72); }
.button-ghost:hover { border-color: var(--teal-dark); background: var(--white); }
.button.full { width: 100%; }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid #8fddea;
  outline-offset: 3px;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100svh - 82px);
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(135deg, #ffffff 0%, var(--teal-pale) 58%, var(--cream) 100%);
}
.hero-grid, .invest-hero .hero-grid {
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image: linear-gradient(rgba(8,127,145,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(8,127,145,.09) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.hero-orb-one {
  top: -220px;
  right: -90px;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(8,162,185,.32);
  box-shadow: inset 0 0 100px rgba(8,162,185,.08);
}
.hero-orb-two {
  right: 28%;
  bottom: -390px;
  width: 680px;
  height: 680px;
  background: rgba(8,162,185,.12);
  filter: blur(70px);
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(var(--content), calc(100% - 40px));
  min-height: calc(100svh - 172px);
  margin: 0 auto;
  padding: 75px 0 105px;
  grid-template-columns: 1.08fr .92fr;
  gap: 74px;
  align-items: center;
}
.hero-copy h1 { max-width: 760px; font-size: clamp(3.1rem, 5.55vw, 6rem); }
.hero-eyebrow { color: var(--teal-dark); }
.hero-seal { display: inline-flex; max-width: 680px; margin: 0 0 24px; padding: 8px 13px; border: 1px solid rgba(8,127,145,.28); border-radius: 999px; color: var(--teal-dark); background: rgba(255,255,255,.75); font-size: 11px; font-weight: 850; letter-spacing: .025em; }
.hero-lead { max-width: 660px; margin: 29px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 35px; }
.hero-board {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(8,162,185,.32);
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 35px 100px rgba(8,79,91,.16);
  backdrop-filter: blur(15px);
}
.hero-board::before {
  position: absolute;
  top: -11px;
  right: 38px;
  width: 78px;
  height: 22px;
  border-radius: 20px;
  background: var(--yellow);
  content: "";
}
.hero-photo { position: relative; margin: 23px 0 0; border-radius: 20px; overflow: hidden; background: var(--teal-pale); }
.hero-photo img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.hero-photo figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 8px 11px; border-radius: 10px; color: var(--ink); background: rgba(255,255,255,.9); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-align: center; text-transform: uppercase; backdrop-filter: blur(8px); }
.board-header { display: flex; justify-content: space-between; gap: 20px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { color: var(--teal-dark); }
.status-dot::before { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: currentColor; content: ""; }
.board-main { padding: 31px 4px 27px; }
.board-number { color: var(--yellow); font-family: Georgia, serif; font-size: 18px; }
.board-main h2 { margin-top: 12px; font-size: clamp(2.1rem, 3.5vw, 3.4rem); }
.board-main p { margin: 17px 0 0; color: var(--ink-soft); }
.route-graphic { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 7px; align-items: center; }
.route-graphic i { color: var(--teal); font-size: 18px; font-style: normal; }
.route-step { min-height: 105px; padding: 14px 10px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(180deg, var(--white), var(--teal-pale)); }
.route-step span, .route-step strong { display: block; }
.route-step span { margin-bottom: 28px; color: var(--teal-dark); font-family: Georgia, serif; font-size: 12px; }
.route-step strong { font-size: 12px; line-height: 1.2; }
.proof-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 25px;
  border-top: 1px solid rgba(8,127,145,.2);
  color: var(--ink-soft);
  font-size: 12px;
}
.proof-bar span { padding: 0 26px; border-right: 1px solid rgba(8,127,145,.18); }
.proof-bar span:first-child { padding-left: 0; }
.proof-bar span:last-child { padding-right: 0; border-right: 0; }
.proof-bar strong { display: block; color: var(--ink); font-size: 15px; }

/* Positioning */
.positioning { display: grid; padding-bottom: 82px; grid-template-columns: .95fr 1.05fr; gap: 86px; }
.section-kicker h2 { font-size: clamp(3rem, 5vw, 5rem); }
.positioning-copy p { margin: 0 0 22px; color: var(--ink-soft); }
.positioning-copy .lead { color: var(--ink); }
.audience-strip {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
  padding-top: 31px;
  border-top: 1px solid var(--line);
}
.audience-strip span { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: 13px; font-weight: 750; }

/* Who we are */
.about-consulting { display: grid; grid-template-columns: .92fr 1.08fr; gap: 42px 86px; align-items: start; }
.about-consulting-heading h2 { font-size: clamp(2.8rem, 4.8vw, 4.75rem); }
.about-consulting-heading .lead { margin: 27px 0 0; color: var(--ink); }
.identity-badges { display: flex; margin-top: 28px; flex-wrap: wrap; gap: 8px; }
.identity-badges span { padding: 8px 12px; border: 1px solid rgba(8,162,185,.26); border-radius: 999px; color: var(--teal-dark); background: var(--teal-pale); font-size: 11px; font-weight: 850; }
.about-consulting-copy { padding: 36px; border: 1px solid rgba(8,162,185,.23); border-radius: 26px; background: linear-gradient(145deg, #ffffff, #f3fbfc); box-shadow: 0 22px 65px rgba(8,79,91,.08); }
.about-consulting-copy > p { margin: 0 0 17px; color: var(--ink-soft); }
.about-consulting-copy > p strong { color: var(--ink); }
.about-consulting-copy blockquote { margin: 25px 0; padding: 18px 20px; border-left: 5px solid var(--yellow); border-radius: 0 14px 14px 0; color: var(--teal-dark); background: var(--cream); font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.35; }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.founder-grid article { display: grid; padding: 15px; border: 1px solid var(--line); border-radius: 16px; grid-template-columns: 46px 1fr; gap: 12px; align-items: center; background: var(--white); }
.founder-grid article > span { display: grid; width: 46px; height: 46px; border-radius: 50%; place-items: center; color: var(--ink); background: var(--yellow); font-size: 11px; font-weight: 950; }
.founder-grid h3 { margin: 0 0 4px; font-size: 15px; }
.founder-grid p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.4; }
.consulting-principles { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.consulting-principles article { min-height: 230px; padding: 24px; border: 1px solid rgba(8,162,185,.25); border-radius: 21px; background: var(--teal-pale); }
.consulting-principles article:nth-child(even) { background: var(--cream); }
.consulting-principles span { display: grid; width: 36px; height: 36px; border-radius: 50%; place-items: center; color: var(--white); background: var(--teal-dark); font-size: 10px; font-weight: 900; }
.consulting-principles h3 { margin: 53px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.consulting-principles p { margin: 0; color: var(--ink-soft); font-size: 12px; }

/* Expansion graphic */
.growth-visual { padding: 105px 20px; overflow: hidden; background: var(--cream); }
.growth-inner { display: grid; width: min(var(--content), 100%); margin: 0 auto; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.growth-copy h2 { font-size: clamp(2.8rem, 4.8vw, 4.8rem); }
.growth-copy > p:not(.eyebrow) { max-width: 590px; margin-top: 25px; color: var(--ink-soft); }
.growth-copy blockquote { margin: 31px 0 0; padding: 18px 0 18px 24px; border-left: 5px solid var(--yellow); color: var(--teal-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.25; }
.expansion-graphic { position: relative; min-height: 500px; border: 1px solid rgba(8,162,185,.25); border-radius: 32px; overflow: hidden; background: radial-gradient(circle at 50% 50%, #ffffff 0 10%, var(--teal-pale) 46%, #d5f2f5 100%); box-shadow: 0 28px 75px rgba(8,79,91,.12); }
.expansion-graphic::before { position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(rgba(8,127,145,.26) 1px, transparent 1px); background-size: 23px 23px; content: ""; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px dashed rgba(8,127,145,.45); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 290px; height: 290px; }
.orbit-two { width: 470px; height: 470px; }
.origin-card { position: absolute; top: 50%; left: 50%; display: grid; width: 170px; height: 170px; border: 7px solid rgba(255,255,255,.78); border-radius: 50%; place-content: center; text-align: center; background: var(--yellow); box-shadow: 0 18px 45px rgba(7,31,35,.15); transform: translate(-50%, -50%); }
.origin-card small, .origin-card strong, .origin-card span { display: block; }
.origin-card small { font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.origin-card strong { font-family: Georgia, serif; font-size: 31px; font-weight: 500; line-height: 1.1; }
.origin-card span { color: rgba(7,31,35,.68); font-size: 12px; }
.destination { position: absolute; display: flex; min-width: 158px; padding: 13px 16px; border: 1px solid rgba(8,127,145,.25); border-radius: 14px; align-items: center; gap: 11px; background: rgba(255,255,255,.9); box-shadow: 0 12px 35px rgba(8,79,91,.1); }
.destination span { display: grid; width: 31px; height: 31px; border-radius: 50%; place-items: center; color: var(--white); background: var(--teal-dark); font-size: 10px; font-weight: 900; }
.destination strong { font-size: 13px; }
.destination-one { top: 44px; left: 41px; }
.destination-two { top: 82px; right: 32px; }
.destination-three { right: 54px; bottom: 48px; }
.map-dot { position: absolute; z-index: 2; width: 12px; height: 12px; border: 3px solid var(--white); border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255,200,21,.24); }
.dot-cordoba { top: 33%; left: 30%; }
.dot-argentina { top: 27%; right: 27%; }
.dot-world { right: 30%; bottom: 28%; }

/* Services */
.services { position: relative; color: var(--ink); background: var(--teal-pale); }
.services::before { position: absolute; top: 0; right: 0; width: 38%; height: 420px; background: linear-gradient(135deg, transparent, rgba(8,162,185,.12)); content: ""; }
.services-inner { position: relative; }
.services-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.services-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -52px; }
.services-heading p:last-child { margin: 0 0 8px; color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.service-card {
  position: relative;
  min-height: 350px;
  padding: 33px;
  border: 1px solid rgba(8,162,185,.25);
  border-radius: 23px;
  overflow: hidden;
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 50px rgba(8,79,91,.07);
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}
.service-number { position: absolute; top: 31px; right: 32px; }
.service-symbol { display: grid; width: 58px; height: 58px; border: 1px solid rgba(8,162,185,.28); border-radius: 18px; place-items: center; color: var(--teal-dark); background: linear-gradient(145deg, var(--white), #dff5f7); font-size: 11px; font-weight: 950; letter-spacing: .04em; box-shadow: 0 10px 24px rgba(8,79,91,.08); }
.service-card:hover { transform: translateY(-4px); border-color: rgba(8,162,185,.8); background: var(--white); }
.service-card::after { position: absolute; right: -42px; bottom: -42px; width: 150px; height: 150px; border: 1px solid rgba(255,200,21,.18); border-radius: 50%; content: ""; }
.service-number { color: var(--teal-dark); font-family: Georgia, serif; }
.service-card h3 { max-width: 510px; margin: 47px 0 12px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.service-card p { max-width: 570px; margin: 0; color: var(--ink-soft); }
.service-card ul { display: flex; margin: 25px 0 0; padding: 0; flex-wrap: wrap; gap: 7px; list-style: none; }
.service-card li { position: relative; padding: 7px 10px 7px 25px; border: 1px solid var(--line); border-radius: 9px; color: var(--teal-dark); background: var(--teal-pale); font-size: 11px; }
.service-card li::before { position: absolute; top: 50%; left: 9px; display: grid; width: 10px; height: 10px; border-radius: 50%; place-items: center; color: var(--ink); background: var(--yellow); content: ""; transform: translateY(-50%); }

/* Visual story */
.visual-story { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.story-image { position: relative; margin: 0; border-radius: 30px; overflow: hidden; box-shadow: 0 26px 70px rgba(8,79,91,.13); }
.story-image img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.story-image figcaption { position: absolute; right: 15px; bottom: 15px; left: 15px; padding: 10px 13px; border-radius: 12px; color: var(--ink-soft); background: rgba(255,255,255,.92); font-size: 10px; font-weight: 800; text-align: center; }
.story-copy h2 { font-size: clamp(2.65rem, 4.4vw, 4.35rem); }
.story-points { display: grid; margin-top: 32px; border-top: 1px solid var(--line); }
.story-points article { display: grid; padding: 22px 0; border-bottom: 1px solid var(--line); grid-template-columns: 45px 1fr; gap: 17px; }
.story-points article > span { display: grid; width: 38px; height: 38px; border-radius: 50%; place-items: center; color: var(--ink); background: var(--yellow); font-size: 10px; font-weight: 900; }
.story-points h3 { margin: 0 0 6px; font-size: 18px; }
.story-points p { margin: 0; color: var(--ink-soft); font-size: 13px; }

/* Method */
.method { display: grid; grid-template-columns: .86fr 1.14fr; gap: 105px; }
.method-heading { position: sticky; top: 120px; align-self: start; }
.method-heading h2 { font-size: clamp(2.7rem, 4.6vw, 4.5rem); }
.method-heading > p:last-child { margin-top: 23px; color: var(--ink-soft); }
.method-steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.method-steps li { display: grid; padding: 31px 0; border-bottom: 1px solid var(--line); grid-template-columns: 58px 1fr; gap: 21px; }
.method-steps li > span { color: var(--teal-dark); font-family: Georgia, serif; font-size: 15px; }
.method-steps h3 { margin: 0 0 7px; font-size: 20px; }
.method-steps p { margin: 0; color: var(--ink-soft); }

/* Cases */
.experience { color: var(--ink); background: linear-gradient(135deg, #dff5f7, #ffffff); }
.experience-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.experience-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -53px; }
.experience-heading p:last-child { margin: 0 0 8px; color: var(--ink-soft); }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.case-card { min-height: 300px; padding: 30px; border: 1px solid rgba(8,162,185,.25); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 15px 42px rgba(8,79,91,.06); }
.case-card.featured { grid-column: 1 / -1; min-height: 330px; padding: 42px; color: var(--ink); background: var(--yellow); }
.case-top { display: flex; justify-content: space-between; gap: 20px; color: var(--ink-soft); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.case-card.featured .case-top { color: rgba(7,31,35,.66); }
.case-top strong { color: var(--teal-dark); font-size: 15px; letter-spacing: 0; text-transform: none; }
.case-card.featured .case-top strong { color: var(--ink); }
.case-card h3 { max-width: 600px; margin: 64px 0 13px; font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.case-card.featured h3 { max-width: 840px; margin-top: 70px; font-size: clamp(2.4rem, 4.5vw, 4.5rem); }
.case-card p { max-width: 770px; margin: 0; color: var(--ink-soft); }
.case-card.featured p { color: rgba(7,31,35,.76); font-size: 17px; }
.case-detail { display: inline-block; margin-top: 25px; padding: 7px 11px; border: 1px solid rgba(7,31,35,.2); border-radius: 8px; font-size: 11px; font-weight: 800; }
.case-note { max-width: 820px; margin: 25px 0 0; color: var(--ink-soft); font-size: 12px; }

/* Deliverables and About */
.deliverables { display: grid; grid-template-columns: .95fr 1.05fr; gap: 86px; }
.deliverables-copy h2 { font-size: clamp(2.55rem, 4.6vw, 4.5rem); }
.deliverables-copy > p:last-child { margin-top: 24px; color: var(--ink-soft); }
.deliverables-list { display: grid; align-content: start; border-top: 1px solid var(--line); }
.deliverables-list span { position: relative; padding: 17px 45px 17px 0; border-bottom: 1px solid var(--line); font-weight: 800; }
.deliverables-list span::after { position: absolute; top: 50%; right: 6px; color: var(--teal); content: "✓"; transform: translateY(-50%); }
.about { display: grid; padding-top: 30px; grid-template-columns: .75fr 1.25fr; gap: 92px; align-items: center; }
.about-identity { display: grid; min-height: 400px; padding: 38px; border: 1px solid rgba(8,162,185,.25); border-radius: 28px; align-content: space-between; color: var(--ink); background: linear-gradient(145deg, #ffffff, var(--teal-pale)); box-shadow: 0 22px 60px rgba(8,79,91,.09); }
.about-mark { display: grid; width: 150px; height: 150px; border: 2px solid var(--teal); border-radius: 50%; place-items: center; color: var(--yellow); font-family: Georgia, serif; font-size: 88px; }
.about-mark span { position: absolute; margin: -85px 0 0 90px; color: var(--teal-dark); font-family: sans-serif; font-size: 14px; }
.about-identity p { margin: 0; font-size: 17px; font-weight: 800; line-height: 1.4; }
.about-copy h2 { font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.about-copy p:not(.eyebrow) { color: var(--ink-soft); }
.about-copy .lead { color: var(--ink); }

/* Project callout */
.project-callout { position: relative; padding: 105px 20px; overflow: hidden; color: var(--ink); background: linear-gradient(135deg, var(--yellow-pale), var(--cream)); }
.project-callout::after { position: absolute; right: -220px; bottom: -340px; width: 680px; height: 680px; border: 1px solid rgba(8,162,185,.48); border-radius: 50%; content: ""; }
.project-callout-inner { position: relative; z-index: 2; display: grid; width: min(var(--content), 100%); margin: 0 auto; grid-template-columns: 1.14fr .86fr; gap: 90px; align-items: center; }
.project-copy h2 { font-size: clamp(2.8rem, 5.1vw, 5.1rem); }
.project-copy > p:not(.eyebrow) { max-width: 730px; margin: 27px 0 32px; color: var(--ink-soft); font-size: 18px; }
.project-panel { padding: 35px; border: 1px solid rgba(8,162,185,.32); border-radius: 24px; background: rgba(255,255,255,.7); }
.project-panel > span { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.project-panel h3 { margin: 22px 0; font-family: Georgia, serif; font-size: 33px; font-weight: 500; }
.project-panel ul { margin: 0; padding-left: 19px; color: var(--ink-soft); }
.project-panel li { margin-bottom: 8px; }
.project-panel p { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid rgba(8,127,145,.18); color: var(--ink-soft); font-size: 12px; }

/* FAQ */
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-heading h2 { font-size: clamp(2.7rem, 4.2vw, 4rem); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 54px 24px 0; cursor: pointer; font-weight: 850; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { position: absolute; top: 50%; right: 8px; display: grid; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; place-items: center; content: "+"; transform: translateY(-50%); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -6px 55px 24px 0; color: var(--ink-soft); }

/* Contact */
.contact { padding: 100px 20px; color: var(--ink); background: linear-gradient(135deg, var(--teal-pale), var(--cream)); }
.contact-inner { display: grid; width: min(var(--content), 100%); margin: 0 auto; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h2 { font-size: clamp(2.75rem, 4.8vw, 4.7rem); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: var(--ink-soft); }
.contact-direct { display: grid; margin-top: 34px; gap: 7px; }
.contact-direct a { width: fit-content; font-weight: 800; text-underline-offset: 4px; }
.contact-direct span { color: var(--ink-soft); font-size: 13px; }
.project-form { padding: 36px; border-radius: 25px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.project-form label { display: grid; margin-bottom: 14px; gap: 7px; font-size: 13px; font-weight: 850; }
.project-form input:not([type="checkbox"]), .project-form textarea, .project-form select { width: 100%; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--paper); }
.project-form input:not([type="checkbox"]), .project-form select { height: 50px; padding: 0 13px; }
.project-form textarea { min-height: 128px; padding: 13px; resize: vertical; }
.project-form input:focus, .project-form textarea:focus, .project-form select:focus { border-color: var(--teal); }
.project-form .privacy { display: flex; margin: 5px 0 18px; align-items: flex-start; gap: 9px; color: var(--ink-soft); font-size: 11px; font-weight: 600; line-height: 1.4; }
.project-form .privacy input { margin-top: 2px; accent-color: var(--teal-dark); }
.form-note { margin: 12px 0 0; color: #758589; font-size: 10px; text-align: center; }

/* Footer and floating UI */
.site-footer { display: grid; padding: 48px max(20px, calc((100% - var(--content)) / 2)); grid-template-columns: 1fr auto; gap: 25px 50px; align-items: end; background: var(--paper); }
.footer-main .brand-logo { width: 160px; height: 46px; }
.footer-main .brand-division { font-size: 12px; }
.footer-main p { margin: 13px 0 0; color: var(--ink-soft); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { font-size: 13px; font-weight: 800; text-decoration-color: var(--teal); text-underline-offset: 4px; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid var(--line); color: #758589; font-size: 11px; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: inline-flex; min-height: 52px; padding: 0 19px; border-radius: 999px; align-items: center; gap: 9px; color: var(--white); background: #1dcc64; box-shadow: 0 15px 40px rgba(0,0,0,.2); font-weight: 850; text-decoration: none; }
.floating-whatsapp span { font-size: 21px; }
.toast { position: fixed; right: 22px; bottom: 88px; z-index: 90; padding: 11px 16px; border-radius: 12px; color: var(--white); background: var(--teal-dark); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(13px); transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

/* Project page */
.invest-hero { position: relative; min-height: calc(100svh - 82px); overflow: hidden; color: var(--ink); background: linear-gradient(135deg, var(--white), var(--teal-pale)); }
.invest-hero::after { position: absolute; top: -120px; right: -150px; width: 640px; height: 640px; border: 90px solid rgba(8,162,185,.13); border-radius: 50%; content: ""; }
.invest-inner { position: relative; z-index: 2; display: grid; width: min(var(--content), calc(100% - 40px)); min-height: calc(100svh - 82px); margin: 0 auto; padding: 90px 0; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: center; }
.invest-copy h1 { max-width: 850px; font-size: clamp(3.2rem, 5.8vw, 6.2rem); }
.invest-copy > p:not(.eyebrow) { max-width: 690px; margin: 29px 0 0; color: var(--ink-soft); font-size: 18px; }
.invest-card { padding: 37px; border-radius: 27px; color: var(--ink); background: var(--yellow); box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.invest-card h2 { font-size: clamp(2.3rem, 3.9vw, 3.7rem); }
.invest-card > p:not(.eyebrow) { color: rgba(7,31,35,.73); }
.invest-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }
.invest-tags span { padding: 7px 10px; border: 1px solid rgba(7,31,35,.2); border-radius: 8px; font-size: 11px; font-weight: 800; }
.vision { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; }
.vision-copy p { color: var(--ink-soft); }
.vision-copy .lead { margin-top: 4px; color: var(--ink); }
.vision-pillars { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-top: 10px; }
.vision-pillars article { min-height: 235px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--mist); }
.vision-pillars span { color: var(--teal-dark); font-family: Georgia, serif; font-size: 14px; }
.vision-pillars h3 { margin: 58px 0 9px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.vision-pillars p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.traction { color: var(--ink); background: linear-gradient(135deg, var(--teal-pale), var(--white)); }
.traction-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.traction-copy h2 { font-size: clamp(2.8rem, 4.8vw, 4.7rem); }
.traction-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.traction-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.traction-stats article { min-height: 190px; padding: 24px; border: 1px solid rgba(8,162,185,.25); border-radius: 20px; background: rgba(255,255,255,.82); box-shadow: 0 14px 40px rgba(8,79,91,.07); }
.traction-stats strong, .traction-stats span { display: block; }
.traction-stats strong { color: var(--yellow); font-family: Georgia, serif; font-size: 52px; font-weight: 500; line-height: 1; }
.traction-stats span { margin-top: 38px; color: var(--ink-soft); font-size: 13px; }
.roadmap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.roadmap-heading { position: sticky; top: 120px; align-self: start; }
.roadmap-heading h2 { font-size: clamp(2.8rem, 4.7vw, 4.6rem); }
.roadmap-heading > p:last-child { color: var(--ink-soft); }
.roadmap-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.roadmap-list li { display: grid; padding: 31px 0; border-bottom: 1px solid var(--line); grid-template-columns: 58px 1fr; gap: 20px; }
.roadmap-list li > span { color: var(--teal-dark); font-family: Georgia, serif; }
.roadmap-list h3 { margin: 0 0 7px; font-size: 20px; }
.roadmap-list p { margin: 0; color: var(--ink-soft); }
.partner-profile { color: var(--ink); background: var(--cream); }
.partner-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; margin-bottom: 47px; align-items: end; }
.partner-heading .eyebrow { margin-bottom: 12px; }
.partner-heading h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.partner-grid article { min-height: 230px; padding: 30px; border: 1px solid rgba(8,162,185,.3); border-radius: 20px; background: rgba(255,255,255,.82); }
.partner-grid h3 { margin: 50px 0 9px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.partner-grid p { margin: 0; color: var(--ink-soft); }
.confidential { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; align-items: start; }
.confidential-mark { display: grid; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; place-items: center; color: var(--teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.confidential-copy h2 { font-size: clamp(2.55rem, 4.7vw, 4.6rem); }
.confidential-copy p:not(.eyebrow) { color: var(--ink-soft); }
.invest-contact { background: linear-gradient(135deg, var(--teal-pale), var(--cream)); }

/* Reveal */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .62s ease, transform .62s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .button, .service-card { transition: none; }
}

@media (max-width: 1080px) {
  .main-nav { gap: 16px; }
  .brand-logo { width: 165px; }
  .brand-division { font-size: 12px; }
  .hero-inner, .invest-inner { gap: 42px; }
  .hero-copy h1, .invest-copy h1 { font-size: clamp(3rem, 5.5vw, 5rem); }
  .board-cards { grid-template-columns: 1fr; }
  .board-cards article { min-height: auto; }
  .board-cards span { margin-bottom: 7px; }
  .hero-board { max-width: 440px; justify-self: end; }
}

@media (max-width: 900px) {
  .nav-wrap { min-height: 72px; }
  .brand-logo { width: 155px; height: 46px; }
  .menu-button { position: relative; z-index: 111; display: grid; width: 45px; height: 45px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; align-content: center; gap: 5px; background: var(--white); cursor: pointer; }
  .menu-button > span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 110; display: none; padding: 110px 28px 38px; flex-direction: column; align-items: stretch; gap: 3px; background: var(--paper); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
  .main-nav .nav-cta { margin-top: 15px; padding: 13px 20px; border: 0; text-align: center; font-family: inherit; font-size: 15px; font-weight: 850; }

  .hero { min-height: auto; }
  .hero-inner { min-height: auto; padding: 82px 0 150px; grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(3.25rem, 10vw, 5.3rem); }
  .hero-board { width: min(570px, 100%); max-width: none; justify-self: start; }
  .board-cards { grid-template-columns: repeat(3, 1fr); }
  .board-cards article { min-height: 115px; }
  .board-cards span { margin-bottom: 20px; }
  .proof-bar { grid-template-columns: repeat(3, 1fr); }
  .proof-bar span { padding: 0 13px; }

  .positioning, .about-consulting, .growth-inner, .visual-story, .services-heading, .method, .experience-heading, .deliverables, .about, .project-callout-inner, .faq, .contact-inner,
  .invest-inner, .vision, .traction-inner, .roadmap, .confidential { grid-template-columns: 1fr; gap: 45px; }
  .services-heading .eyebrow, .experience-heading .eyebrow { grid-column: auto; margin-bottom: -25px; }
  .method-heading, .contact-copy, .roadmap-heading { position: static; }
  .about-identity { min-height: 320px; }
  .project-panel { max-width: 620px; }
  .invest-inner { padding: 80px 0; }
  .invest-card { max-width: 620px; }
  .vision-pillars { grid-template-columns: repeat(2, 1fr); }
  .partner-heading { grid-template-columns: 1fr; gap: 10px; }
  .confidential-mark { width: 230px; }
  .consulting-principles { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .section { width: min(100% - 30px, var(--content)); padding: 75px 0; }
  .nav-wrap { width: calc(100% - 28px); }
  .brand { gap: 10px; }
  .brand-logo { width: 128px; height: 43px; }
  .brand-division { padding-left: 10px; font-size: 10px; }
  .hero-inner, .invest-inner { width: calc(100% - 30px); padding-top: 58px; }
  .hero-inner { padding-bottom: 220px; }
  .hero-copy h1, .invest-copy h1 { font-size: clamp(3rem, 14.5vw, 4.3rem); line-height: .98; }
  .hero-lead, .invest-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-board { padding: 19px; }
  .hero-board::before { right: 25px; width: 60px; }
  .board-main { padding: 42px 2px 30px; }
  .board-main h2 { font-size: 2.3rem; }
  .board-cards { grid-template-columns: 1fr; }
  .board-cards article { min-height: auto; }
  .board-cards span { margin-bottom: 7px; }
  .proof-bar { grid-template-columns: 1fr; padding: 16px 0; }
  .proof-bar span { padding: 7px 0; border-right: 0; }
  .proof-bar strong { display: inline; margin-right: 5px; }
  .hero-seal { border-radius: 14px; line-height: 1.35; }
  .route-graphic { grid-template-columns: 1fr 1fr; }
  .route-graphic i { display: none; }
  .route-step { min-height: 92px; }
  .route-step span { margin-bottom: 18px; }
  .positioning { padding-bottom: 65px; }
  .growth-visual { padding: 75px 15px; }
  .about-consulting-copy { padding: 24px; }
  .founder-grid, .consulting-principles { grid-template-columns: 1fr; }
  .consulting-principles article { min-height: 195px; }
  .consulting-principles h3 { margin-top: 40px; }
  .expansion-graphic { min-height: 430px; }
  .orbit-one { width: 230px; height: 230px; }
  .orbit-two { width: 370px; height: 370px; }
  .origin-card { width: 145px; height: 145px; }
  .origin-card strong { font-size: 27px; }
  .destination { min-width: 135px; padding: 10px; }
  .destination-one { top: 28px; left: 18px; }
  .destination-two { top: 75px; right: 14px; }
  .destination-three { right: 25px; bottom: 30px; }
  .section h2, .project-copy h2, .contact-copy h2, .traction-copy h2 { font-size: clamp(2.55rem, 12vw, 3.65rem); }
  .lead { font-size: 18px; }
  .audience-strip { margin-top: 0; }
  .services-inner { width: min(100% - 30px, var(--content)); }
  .service-grid, .case-grid, .traction-stats, .partner-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 25px; }
  .service-card h3 { margin-top: 35px; font-size: 25px; }
  .case-card, .case-card.featured { grid-column: auto; min-height: auto; padding: 25px; }
  .case-card h3, .case-card.featured h3 { margin-top: 46px; font-size: 31px; }
  .case-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .about { padding-top: 0; }
  .about-identity { min-height: 290px; padding: 27px; }
  .about-mark { width: 120px; height: 120px; font-size: 70px; }
  .project-callout { padding: 75px 15px; }
  .project-panel { padding: 27px; }
  .faq { gap: 30px; }
  .contact { padding: 75px 15px; }
  .project-form { padding: 23px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
  .floating-whatsapp { right: 13px; bottom: 13px; min-height: 48px; padding: 0 15px; font-size: 13px; }
  .invest-hero { min-height: auto; }
  .invest-inner { min-height: auto; }
  .invest-card { padding: 27px; }
  .vision-pillars { grid-template-columns: 1fr; }
  .vision-pillars article { min-height: 210px; }
  .traction-stats article { min-height: 170px; }
  .partner-grid article { min-height: 210px; }
  .confidential-mark { width: 180px; }
}

@media print {
  .site-header, .floating-whatsapp, .hero-actions, .project-form { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero, .services, .experience, .project-callout, .traction, .partner-profile, .contact { color: #000; background: #fff; }
}
