:root {
  --ink: #101b32;
  --forest: #0d2f70;
  --forest-2: #081a3b;
  --brass: #367fd1;
  --paper: #f1f5fa;
  --line: #d7dde6;
  --muted: #667084;
}

.site-header {
  color: var(--ink);
  background: #fff;
}

.utility-bar {
  color: #fff;
  background: var(--forest-2);
  border-bottom-color: rgba(255, 255, 255, .16);
}

.brand {
  gap: 0;
}

.brand-logo {
  display: block;
  width: 300px;
  max-width: 30vw;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.nav-cta,
.icon-button {
  color: var(--forest);
  border-color: var(--brass);
}

.hero {
  min-height: 820px;
  height: 100vh;
  padding-top: 126px;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(5, 18, 48, .94) 0%, rgba(8, 39, 92, .72) 43%, rgba(7, 35, 78, .12) 76%), linear-gradient(0deg, rgba(5, 19, 46, .58), transparent 40%);
}

.eyebrow.light,
.hero h1 em,
.people span {
  color: #78cfe0;
}

.button-brass {
  color: #fff;
  background: var(--brass);
}

.button-brass:hover {
  background: #236bbd;
}

.hero-proof {
  background: rgba(5, 22, 55, .76);
}

.proof-grid strong {
  color: #83d2e0;
}

.leadership {
  background: linear-gradient(120deg, var(--forest-2), var(--forest));
}

.initials {
  color: #78cfe0;
  border-color: #4c98df;
}

.consultation {
  background: var(--forest-2);
}

.contact-section {
  background: var(--paper);
}

.contact-channels {
  flex-wrap: wrap;
}

.contact-channels a {
  min-width: 190px;
}

.contact-heading {
  margin-bottom: 46px;
}

.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  min-height: 520px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(8, 26, 59, .09);
}

.address-panel {
  padding: 48px;
  border-top: 4px solid var(--brass);
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-detail svg {
  width: 20px;
  color: var(--brass);
  flex: 0 0 auto;
}

.contact-detail span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-detail strong {
  font: 500 20px/1.6 var(--serif);
}

.contact-detail a {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.directions-button {
  margin: 28px 0 42px 35px;
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.map-frame {
  min-height: 520px;
  background: #dce5ef;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

footer {
  background: #06142f;
}

.footer-brand {
  width: fit-content;
  padding: 8px 12px;
  background: #fff;
}

.footer-brand .brand-logo {
  width: 250px;
  height: 52px;
}

@media (max-width: 900px) {
  .brand-logo {
    width: 235px;
    max-width: 62vw;
    height: 54px;
  }

  .hero {
    min-height: 820px;
    padding-top: 110px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 420px;
  }
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .75s ease, visibility 0s linear .75s;
}

.hero-slide.active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.hero-slide > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide .hero-content {
  width: min(1180px, calc(100% - 48px));
}

.hero-illustration {
  transform: scale(1.015);
  transform-origin: 72% 55%;
  animation: sketch-breathe 8s ease-in-out infinite alternate;
  animation-play-state: paused;
}

.hero-slide.active .hero-illustration {
  animation-play-state: running;
}

.hero-slide.active .hero-content > * {
  animation: hero-copy-reveal .75s cubic-bezier(.2, .7, .2, 1) both;
}

.hero-slide.active .hero-content > *:nth-child(2) { animation-delay: .08s; }
.hero-slide.active .hero-content > *:nth-child(3) { animation-delay: .16s; }
.hero-slide.active .hero-content > *:nth-child(4) { animation-delay: .24s; }

.sketch-wash {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.sketch-wash span {
  position: absolute;
  right: 8%;
  border: 1px solid rgba(54, 127, 209, .14);
  border-radius: 50%;
  background: rgba(232, 240, 249, .2);
  filter: blur(1px);
  animation: sketch-wash-drift 6s ease-in-out infinite alternate;
}

.sketch-wash span:nth-child(1) { top: 20%; width: 90px; height: 90px; animation-delay: 0s; }
.sketch-wash span:nth-child(2) { top: 42%; right: 31%; width: 54px; height: 54px; animation-delay: -.9s; }
.sketch-wash span:nth-child(3) { top: 60%; right: 16%; width: 72px; height: 72px; animation-delay: -1.8s; }

.hero-controls {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 102px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}

.hero-arrow,
.hero-dot {
  pointer-events: auto;
  cursor: pointer;
}

.hero-arrow {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(13, 47, 112, .2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .88);
  color: var(--forest);
  box-shadow: 0 7px 20px rgba(8, 26, 59, .08);
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  color: #fff;
  background: var(--brass);
}

.hero-arrow:focus-visible,
.hero-dot:focus-visible {
  outline: 3px solid rgba(54, 127, 209, .35);
  outline-offset: 3px;
}

.hero-arrow svg {
  width: 18px;
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 3px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid var(--forest);
  border-radius: 50%;
  background: rgba(255, 255, 255, .85);
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}

.hero-dot.active {
  width: 28px;
  border-radius: 8px;
  background: var(--forest);
}

.hero-proof {
  z-index: 6;
}

.business-motion {
  position: absolute;
  z-index: 3;
  top: 24%;
  right: 7%;
  height: 64px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  pointer-events: none;
}

.business-motion span {
  width: 6px;
  border-radius: 6px 6px 0 0;
  background: rgba(54, 127, 209, .7);
  transform-origin: bottom;
  animation: business-bars 3.2s ease-in-out infinite alternate;
}

.business-motion span:nth-child(1) { height: 20px; animation-delay: 0s; }
.business-motion span:nth-child(2) { height: 31px; animation-delay: .2s; }
.business-motion span:nth-child(3) { height: 44px; animation-delay: .4s; }
.business-motion span:nth-child(4) { height: 60px; animation-delay: .6s; }

.business-trend {
  position: absolute;
  z-index: 4;
  top: 14%;
  right: 2.5%;
  width: min(270px, 24vw);
  pointer-events: none;
}

.business-trend svg {
  width: 100%;
  overflow: visible;
}

.business-trend path {
  fill: none;
  stroke: #367fd1;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trend-line {
  stroke-dasharray: 285;
  stroke-dashoffset: 285;
  animation: trend-draw 4s cubic-bezier(.45, 0, .25, 1) infinite;
}

.trend-arrow {
  opacity: 0;
  animation: trend-arrow-rise 4s ease-out infinite;
}

.trend-pulse {
  fill: rgba(255, 255, 255, .94);
  stroke: #367fd1;
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: trend-pulse 4s ease-out infinite;
}

.wealth-motion {
  position: absolute;
  z-index: 3;
  top: 12%;
  right: 5%;
  width: 38%;
  height: 34%;
  pointer-events: none;
}

.wealth-motion span {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff6cf;
  box-shadow: 0 -27px 0 -3px rgba(225, 177, 66, .95), 0 27px 0 -3px rgba(225, 177, 66, .95), 27px 0 0 -3px rgba(225, 177, 66, .95), -27px 0 0 -3px rgba(225, 177, 66, .95), 19px 19px 0 -3px rgba(168, 112, 15, .72), -19px -19px 0 -3px rgba(168, 112, 15, .72), 19px -19px 0 -3px rgba(168, 112, 15, .72), -19px 19px 0 -3px rgba(168, 112, 15, .72);
  animation: diwali-sparkle 2.8s ease-out infinite;
  will-change: transform, opacity;
}

.wealth-motion span::before {
  content: "";
  position: absolute;
  inset: -34px;
  border: 2px solid rgba(225, 177, 66, .55);
  border-radius: 50%;
  animation: sparkle-ring 2.8s ease-out infinite;
}

.wealth-motion span:nth-child(1) { top: 22%; left: 12%; --spark-size: 1; animation-delay: 0s; }
.wealth-motion span:nth-child(2) { top: 7%; left: 42%; --spark-size: .75; animation-delay: -.55s; }
.wealth-motion span:nth-child(3) { top: 39%; left: 68%; --spark-size: .9; animation-delay: -1.1s; }
.wealth-motion span:nth-child(4) { top: 13%; left: 88%; --spark-size: .62; animation-delay: -1.65s; }
.wealth-motion span:nth-child(5) { top: 58%; left: 31%; --spark-size: .55; animation-delay: -2.2s; }

@keyframes sketch-breathe {
  from { transform: scale(1.02) translate3d(.35%, .2%, 0); }
  to { transform: scale(1.075) translate3d(-1.1%, -.7%, 0); }
}

@keyframes hero-copy-reveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sketch-wash-drift {
  from { opacity: .2; transform: translate3d(12px, 16px, 0) scale(.75); }
  to { opacity: .8; transform: translate3d(-20px, -18px, 0) scale(1.15); }
}

@keyframes diwali-sparkle {
  0%, 12% { opacity: 0; transform: scale(.12) rotate(-18deg); }
  36% { opacity: 1; transform: scale(var(--spark-size, 1)) rotate(0deg); }
  68% { opacity: .58; transform: scale(calc(var(--spark-size, 1) * 1.18)) rotate(14deg); }
  100% { opacity: 0; transform: scale(calc(var(--spark-size, 1) * .72)) rotate(24deg); }
}

@keyframes sparkle-ring {
  0%, 18% { opacity: 0; transform: scale(.15); }
  42% { opacity: .75; }
  100% { opacity: 0; transform: scale(1.35); }
}

@keyframes business-bars {
  from { opacity: .3; transform: scaleY(.45); }
  to { opacity: .9; transform: scaleY(1); }
}

@keyframes trend-draw {
  0%, 12% { opacity: 0; stroke-dashoffset: 285; }
  22% { opacity: 1; }
  70%, 88% { opacity: 1; stroke-dashoffset: 0; }
  100% { opacity: 0; stroke-dashoffset: 0; }
}

@keyframes trend-arrow-rise {
  0%, 62% { opacity: 0; transform: translate(-12px, 10px); }
  72%, 88% { opacity: 1; transform: translate(0, 0); }
  100% { opacity: 0; transform: translate(5px, -4px); }
}

@keyframes trend-pulse {
  0%, 66% { opacity: 0; transform: scale(.25); }
  76% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(2.5); }
}

@media (max-width: 900px) {
  .hero-slide .hero-content { width: min(100% - 32px, 680px); }
  .hero-controls { bottom: 104px; }
  .wealth-motion { top: 25%; right: 6%; transform: scale(.8); }
  .business-motion { top: 22%; right: 5%; transform: scale(.8); }
  .business-trend { top: 17%; right: 3%; width: 220px; }
}

@media (max-width: 600px) {
  .hero-illustration { object-position: 64% center; }
  .hero-slide .hero-content { width: calc(100% - 32px); }
  .hero-controls { bottom: 112px; justify-content: center; }
  .wealth-motion,
  .business-motion,
  .business-trend { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
  .hero-illustration,
  .hero-slide.active .hero-content > *,
  .sketch-wash span,
  .wealth-motion span,
  .wealth-motion span::before,
  .business-motion span,
  .trend-line,
  .trend-arrow,
  .trend-pulse { animation: none; }
  .hero-dot { transition: none; }
}

@media (max-width: 600px) {
  .brand-logo {
    width: 210px;
    max-width: 65vw;
    height: 48px;
  }

  .hero {
    min-height: 790px;
  }

  .footer-brand .brand-logo {
    width: 220px;
  }

  .address-panel {
    padding: 30px 24px;
  }

  .contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .directions-button {
    margin-left: 35px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 350px;
  }
}

/* Lighter presentation using the existing Heuristic brand palette and typography. */
.hero {
  color: var(--ink);
  background: #eef4fb;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(255, 255, 255, .97) 0%, rgba(248, 251, 255, .9) 42%, rgba(240, 246, 252, .28) 72%, rgba(8, 26, 59, .08) 100%);
}

.hero .eyebrow.light,
.hero h1 em {
  color: var(--brass);
}

.hero-copy {
  color: #445269;
}

.text-link.light {
  color: var(--forest);
}

.hero-proof {
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  border-top-color: rgba(13, 47, 112, .14);
  box-shadow: 0 -8px 30px rgba(8, 26, 59, .06);
}

.proof-grid > div {
  border-right-color: rgba(13, 47, 112, .12);
}

.proof-grid strong {
  color: var(--forest);
}

.proof-grid span {
  color: var(--muted);
}

.leadership {
  color: var(--ink);
  background: #edf3fa;
}

.leadership-copy p:not(.eyebrow),
.people p {
  color: var(--muted);
}

.people,
.people article {
  border-color: rgba(13, 47, 112, .15);
}

.people a {
  border-bottom-color: rgba(13, 47, 112, .35);
}

.consultation {
  color: var(--ink);
  background: #e8f0f9;
}

.consultation-grid > div > p:not(.eyebrow),
.contact-channels small {
  color: var(--muted);
}

.consultation form {
  box-shadow: 0 18px 55px rgba(8, 26, 59, .1);
}

footer {
  color: var(--ink);
  background: #f4f7fb;
  border-top: 1px solid var(--line);
}

.footer-grid > div > p,
.footer-grid > div:not(:first-child) a,
.footer-bottom,
.footer-disclaimer,
.privacy-policy {
  color: var(--muted);
}

.footer-grid h3,
.footer-disclaimer strong,
.privacy-policy-content h3 {
  color: var(--forest);
}

.footer-bottom,
.footer-disclaimer,
.privacy-policy {
  border-color: var(--line);
}

.privacy-policy summary {
  color: var(--forest);
}

.privacy-policy-content a {
  color: var(--forest);
}

@media (max-width: 900px) {
  .hero-shade {
    background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(248, 251, 255, .86) 58%, rgba(240, 246, 252, .35) 100%);
  }
}
