











:root {
  --ghlobe-burgundy: #680303;
  --ghlobe-burgundy-dark: #4f0202;
  --ghlobe-orange: #f34222;
  --ghlobe-orange-dark: #c82e16;
  --ghlobe-cream: #fff7f3;
  --ghlobe-warm: #f6f1ee;
  --ghlobe-white: #ffffff;
  --ghlobe-ink: #2d2525;
  --ghlobe-muted: #746766;
  --ghlobe-line: #eadbd6;
  --ghlobe-pharma-slate: #5f6872;
}
html { scroll-behavior: smooth; }
body { line-height: 1.65; }
#quarto-content { padding-top: 0; }
main.content { max-width: 100%; padding: 0; }
.navbar {
  box-shadow: 0 1px 0 rgba(12, 53, 66, .10);
  padding-top: .85rem;
  padding-bottom: .85rem;
}
.navbar-brand { font-weight: 750; letter-spacing: .02em; }
.nav-link { font-weight: 550; }

.hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(243,66,34,.18), transparent 28%),
    linear-gradient(135deg, #fff7f3 0%, #ffffff 58%, #f6f1ee 100%);
  border-bottom: 1px solid var(--ghlobe-line);
}
.hero .hero-inner, .section-wrap {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}
.hero h1 {
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: .96;
  letter-spacing: -.045em;
  max-width: 980px;
  margin: 0 0 1.5rem;
}
.hero p.lead {
  max-width: 760px;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  color: var(--ghlobe-muted);
}
.eyebrow, .section-kicker {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .78rem;
  font-weight: 800;
  color: var(--ghlobe-orange);
  margin-bottom: 1.25rem;
}
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.gh-btn {
  display: inline-block;
  padding: .9rem 1.25rem;
  border-radius: .2rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid var(--ghlobe-ink);
}
.gh-btn.primary { background: var(--ghlobe-ink); color: white; }
.gh-btn.secondary { background: transparent; color: var(--ghlobe-ink); }

.gh-section { padding: 5.5rem 0; }
.gh-section.alt { background: var(--ghlobe-cream); }
.gh-section.warm { background: var(--ghlobe-warm); }
.gh-section.dark { background: var(--ghlobe-ink); color: #fff6f1; }
.gh-section.dark h2, .gh-section.dark h3 { color: white; }

.section-title {
  max-width: 840px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.035em;
  margin-top: .6rem;
}
.section-intro { max-width: 760px; color: var(--ghlobe-muted); font-size: 1.16rem; }
.dark .section-intro { color: #f2d7cf; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.gh-card {
  background: white;
  border: 1px solid var(--ghlobe-line);
  padding: 2rem;
  min-height: 240px;
}
.gh-card h3 { font-size: 1.45rem; margin-top: 0; }
.gh-card p { color: var(--ghlobe-muted); }
.gh-card .num {
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--ghlobe-orange);
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2.5rem; }
.business-card {
  min-height: 390px;
  padding: 3rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.business-card.infra { background: linear-gradient(145deg, #4f0202, #9d170d); }
.business-card.pharma { background: linear-gradient(145deg, #505964, #7e8994); }
.business-card h2 { color: white; font-size: 2.5rem; }
.business-card p { color: #fff6f1; max-width: 550px; }
.business-card a { color: white; font-weight: 750; }

.phase-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--ghlobe-line);
  border: 1px solid var(--ghlobe-line);
  margin-top: 2.5rem;
}
.phase { background: white; padding: 1.6rem; }
.phase .phase-no {
  color: var(--ghlobe-orange);
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .12em;
}
.tag {
  display: inline-block;
  border: 1px solid var(--ghlobe-line);
  padding: .42rem .72rem;
  margin: .2rem;
  font-size: .84rem;
  background: white;
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: rgba(255,255,255,.15);
  margin-top: 2.5rem;
}
.proof { padding: 2rem; background: rgba(255,255,255,.05); }
.proof strong { color: white; font-size: 1.6rem; display: block; }
.contact-panel {
  padding: 3rem;
  border: 1px solid var(--ghlobe-line);
  background: white;
  max-width: 800px;
}
.site-footer {
  padding: 3rem 0 2rem;
  background: var(--ghlobe-ink);
  color: #f2d7cf;
}
.site-footer a { color: white; }
@media (max-width: 860px) {
  .card-grid, .split, .phase-line, .proof-strip { grid-template-columns: 1fr; }
  .hero { min-height: 64vh; }
  .gh-section { padding: 4rem 0; }
  .business-card { min-height: 320px; padding: 2rem; }
}


/* Ghlobe brand integration */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: .65rem;
}
.navbar-brand::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("brand/icon-transparent.png") center/contain no-repeat;
  flex: 0 0 34px;
}
.hero-brandmark {
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  width: min(31vw, 430px);
  opacity: .08;
  pointer-events: none;
}
.hero { position: relative; overflow: hidden; }
.hero .hero-inner { position: relative; z-index: 1; }
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.brand-lockup img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.footer-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3rem;
  align-items: center;
}
.footer-logo {
  width: 185px;
  max-width: 100%;
  height: auto;
}
.footer-copy { color: #f2d7cf; }
.footer-meta { margin-top: 2rem; font-size: .85rem; }
.practice-mark {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
}
@media (max-width: 860px) {
  .hero-brandmark {
    width: 70vw;
    right: -22vw;
    opacity: .05;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer-logo { width: 160px; }
}


/* Ghlobe brand palette refinement */
::selection {
  background: rgba(243, 66, 34, .22);
}

.navbar {
  border-top: 4px solid var(--ghlobe-orange);
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--ghlobe-orange) !important;
}

.gh-btn.primary {
  background: var(--ghlobe-burgundy);
  border-color: var(--ghlobe-burgundy);
  color: #fff;
}
.gh-btn.primary:hover {
  background: var(--ghlobe-orange);
  border-color: var(--ghlobe-orange);
  color: #fff;
}
.gh-btn.secondary {
  border-color: var(--ghlobe-burgundy);
  color: var(--ghlobe-burgundy);
}
.gh-btn.secondary:hover {
  background: var(--ghlobe-burgundy);
  color: #fff;
}

.gh-card {
  border-top: 4px solid var(--ghlobe-orange);
  box-shadow: 0 10px 26px rgba(104, 3, 3, .05);
}

.business-card.infra {
  background:
    linear-gradient(145deg, rgba(104,3,3,.98), rgba(157,23,13,.96));
}
.business-card.pharma {
  background:
    linear-gradient(145deg, #4f5964, #7c8792);
}

.phase {
  border-top: 4px solid var(--ghlobe-orange);
}

.tag {
  border-color: rgba(104,3,3,.18);
  color: var(--ghlobe-burgundy);
}

.site-footer {
  border-top: 5px solid var(--ghlobe-orange);
  background: var(--ghlobe-burgundy-dark);
}

.footer-copy,
.site-footer {
  color: #f4ddd6;
}

.section-kicker,
.eyebrow,
.gh-card .num,
.phase .phase-no {
  color: var(--ghlobe-orange);
}

.hero h1,
.section-title {
  color: var(--ghlobe-burgundy);
}

.hero-brandmark {
  filter: saturate(1.1);
}

a {
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

*{box-sizing:border-box}body{margin:0;font-family:Inter,"Helvetica Neue",Arial,sans-serif}
.nav-wrap{width:min(1180px,calc(100% - 3rem));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.nav-links{display:flex;gap:1.2rem;flex-wrap:wrap}.nav-link,.navbar-brand{text-decoration:none;color:var(--ghlobe-burgundy)}
.navbar{background:#fff;padding:.85rem 0;position:sticky;top:0;z-index:50}main{width:100%}
@media(max-width:860px){.nav-wrap{align-items:flex-start;flex-direction:column}.nav-links{gap:.75rem 1rem}}


/* Footer logo contrast refinement */
.footer-grid > div:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-logo {
  width: 185px;
  max-width: 100%;
  height: auto;
  display: block;
  padding: 1rem 1.15rem;
  background: var(--ghlobe-cream);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

@media (max-width: 860px) {
  .footer-logo {
    width: 160px;
    padding: .85rem 1rem;
  }
}
