/* 2.5 editorial refresh: premium consultancy tone with dependable contrast. */
:root {
  --growth-ink: #171724;
  --growth-ink-soft: #343344;
  --growth-ivory: #f5f2ea;
  --growth-paper: #fffdf8;
  --growth-line: rgba(28, 26, 39, .14);
  --growth-violet: #6f56b9;
  --growth-amber: #d19a4a;
}

.geo-site { background: var(--growth-paper); color: var(--growth-ink); }
.geo-site .shell { width: min(1240px, calc(100% - 64px)); }
.geo-site .section { padding: 118px 0; }
.geo-site .section-kicker {
  color: var(--growth-violet);
  font-size: 11px;
  letter-spacing: .2em;
}

/* Full horizontal logo: the wordmark already contains the site name. */
.brand.brand-has-logo {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand.brand-has-logo img {
  width: 36px;
  height: 36px;
  max-width: none;
  flex: 0 0 36px;
  border-radius: 9px;
  object-fit: contain;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .16);
}

.brand.brand-has-logo > span:last-child { font-size: 17px; font-weight: 700; letter-spacing: .01em; }

.site-header.site-header--hero .brand.brand-has-logo {
  background: transparent;
  box-shadow: none;
}

.site-header.site-header--hero {
  height: 86px;
  border-color: rgba(255,255,255,.13) !important;
  background: linear-gradient(180deg, rgba(12, 11, 18, .62), rgba(12, 11, 18, .18)) !important;
  backdrop-filter: none !important;
}

.site-header.site-header--hero.is-scrolled {
  height: 74px;
  background: rgba(255, 253, 248, .96) !important;
}

.site-header .site-nav .nav-link { font-size: 13px; letter-spacing: .02em; }
.site-header .site-nav .nav-link::after { height: 1px; }

/* Hero */
.growth-hero-carousel,
.growth-hero-carousel.has-hero-image { min-height: max(720px, 100svh); background: #171521 !important; }

.growth-hero-carousel .hero-slide-media { transform: scale(1.01); }
.growth-hero-carousel .hero-slide-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 14, 23, .92) 0%, rgba(18, 16, 26, .78) 35%, rgba(18, 16, 26, .32) 66%, rgba(18, 16, 26, .16) 100%),
    linear-gradient(0deg, rgba(13, 12, 18, .36), transparent 38%);
  content: "";
}

.growth-hero-carousel .hero-slide-inner {
  width: min(1240px, calc(100% - 64px));
  min-height: max(720px, 100svh);
  padding: 150px 0 104px;
}

.growth-hero-carousel .hero-copy { width: min(690px, 58vw); }
.growth-hero-carousel .hero-copy::before {
  display: block;
  width: 46px;
  height: 2px;
  margin-bottom: 25px;
  background: var(--growth-amber);
  content: "";
}

.growth-hero-carousel .hero-copy .hero-title {
  max-width: 690px;
  color: #fff !important;
  font-size: clamp(52px, 5vw, 76px) !important;
  font-weight: 680 !important;
  line-height: 1.08 !important;
  letter-spacing: -.055em !important;
  text-shadow: 0 10px 36px rgba(0,0,0,.28) !important;
}

.growth-hero-carousel .hero-text {
  max-width: 610px;
  color: rgba(255,255,255,.78) !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  text-shadow: none !important;
}

.growth-hero-carousel .hero-primary-link {
  padding: 15px 24px;
  border: 1px solid #f3eee4;
  border-radius: 2px;
  background: #f3eee4;
  color: #1d1a25;
  box-shadow: none;
}

.growth-hero-carousel .hero-primary-link:hover { background: #fff; }
.growth-hero-carousel .hero-text-link,
.growth-hero-carousel .hero-text-link span { color: #fff !important; text-shadow: none; }
.growth-hero-carousel .hero-text-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.54); }
.growth-hero-carousel .hero-promises {
  max-width: 610px;
  margin-top: 38px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.22);
}
.growth-hero-carousel .hero-promises span { color: rgba(255,255,255,.75) !important; text-shadow: none !important; }
.growth-hero-carousel .hero-promises span::before { width: 4px; height: 4px; background: var(--growth-amber) !important; }
.growth-hero-carousel .hero-carousel-arrow {
  top: auto;
  bottom: 34px;
  width: 42px;
  height: 42px;
  border-color: rgba(255,255,255,.28);
  border-radius: 2px;
  background: rgba(12,11,18,.38);
  color: #fff;
  box-shadow: none;
  opacity: .9;
  transform: none;
}
.growth-hero-carousel .hero-carousel-arrow:hover { color: #fff; border-color: rgba(255,255,255,.7); transform: none; }
.growth-hero-carousel .hero-carousel-prev { right: 92px; left: auto; }
.growth-hero-carousel .hero-carousel-next { right: 40px; }
.growth-hero-carousel .hero-carousel-dots { right: auto; bottom: 49px; left: max(32px, calc((100% - 1240px) / 2)); justify-content: flex-start; }
.growth-hero-carousel .hero-carousel-dot span { height: 2px; background: rgba(255,255,255,.35); }
.growth-hero-carousel .hero-carousel-dot.is-active span { background: #fff; }

/* About */
.about-section { background: var(--growth-paper); }
.about-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 104px; }
.about-photo { min-height: 500px; border-radius: 0; box-shadow: none; }
.about-photo > img, .about-photo-fallback { height: 500px; border-radius: 0; }
.about-photo::after {
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: -20px;
  width: 58%;
  height: 48%;
  border: 1px solid rgba(111,86,185,.34);
  content: "";
}
.about-photo-badge {
  right: -34px;
  bottom: 28px;
  min-width: 190px;
  padding: 16px 20px;
  border: 0;
  border-radius: 0;
  background: #1c1a25;
  box-shadow: none;
}
.about-photo-badge span { color: rgba(255,255,255,.84); }
.about-copy h2 { color: var(--growth-ink); font-size: clamp(38px, 4vw, 54px); font-weight: 650; }
.about-copy > p:not(.section-kicker) { color: #66616d; }
.outline-link { color: var(--growth-violet); }

/* Editorial services */
.service-section { background: var(--growth-ivory); }
.service-section-heading { border-color: var(--growth-line); }
.service-section-heading h2 { color: var(--growth-ink); font-size: clamp(40px, 4vw, 54px); }
.service-grid { gap: 34px; }
.service-card {
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--growth-ink);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.service-card:hover { border-color: var(--growth-violet); box-shadow: none; transform: translateY(-3px); }
.service-card-media { height: 270px; margin-top: 18px; }
.service-card:nth-child(1) .service-card-media { background: url("../images/defaults/service-01.webp") center / cover no-repeat; }
.service-card:nth-child(2) .service-card-media { background: url("../images/defaults/service-02.webp") center / cover no-repeat; }
.service-card:nth-child(3) .service-card-media { background: url("../images/defaults/service-03.webp") center / cover no-repeat; }
.service-card-media img[hidden] { display: none !important; }
.service-card-media::after { background: linear-gradient(180deg, transparent 55%, rgba(18,16,25,.35)); }
.service-card-index {
  top: auto;
  bottom: 0;
  left: 0;
  min-width: 46px;
  height: 46px;
  border: 0;
  border-radius: 0;
  background: var(--growth-paper);
  color: var(--growth-ink);
  font-family: Georgia, serif;
  font-size: 17px;
}
.service-card > .service-card-body { min-height: 205px; padding: 24px 0 0; }
.service-card .service-card-body h3 { min-height: 0; color: var(--growth-ink); font-size: 25px; }
.service-card-summary { min-height: 48px; color: #68636f; font-size: 14px; -webkit-line-clamp: 2; }
.service-card .card-link { color: var(--growth-violet); }

/* Advantages become a structured dark statement instead of glass cards. */
.value-section {
  background: linear-gradient(130deg, rgba(24,22,33,.96), rgba(51,39,72,.92)), url("../images/defaults/cta.webp") center / cover no-repeat !important;
}
.value-heading { max-width: 760px; }
.value-heading .section-kicker { color: #c8b7f1; }
.value-heading > p:not(.section-kicker) { color: rgba(255,255,255,.6); }
.value-grid { gap: 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.value-card {
  min-height: 245px;
  padding: 36px 30px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  background: transparent;
}
.value-card:last-child { border-right: 0; }
.value-card:hover { background: rgba(255,255,255,.045); transform: none; }
.value-card-icon { width: 38px; height: 38px; border: 0; border-radius: 0; background: transparent; color: #c9b8f0; box-shadow: none; }
.value-card h3 { margin-top: 28px; font-size: 21px; }
.value-card p { color: rgba(255,255,255,.58); }

/* Process */
.process-section { background: var(--growth-paper); }
.process-list { gap: 0; border-top: 1px solid var(--growth-line); }
.process-item { gap: 92px; padding: 64px 0; border-bottom: 1px solid var(--growth-line); }
.process-media { height: 330px; border-radius: 0; box-shadow: none; }
.process-index { color: rgba(111,86,185,.42); font-family: Georgia, serif; font-size: 58px; font-weight: 400; }
.process-copy h3 { color: var(--growth-ink); font-size: 34px; }
.process-copy p { color: #68636f; }

/* Cases and FAQ */
.case-highlight-section { background: var(--growth-ivory); }
.case-highlight-grid { gap: 32px; }
.case-highlight-card { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.case-highlight-card:hover { box-shadow: none; transform: translateY(-3px); }
.case-highlight-media { height: 245px; }
.case-highlight-card > div { min-height: 180px; padding: 22px 0 0; border-top: 1px solid var(--growth-line); }
.case-highlight-card h3 { min-height: 0; color: var(--growth-ink); font-size: 23px; }
.case-highlight-card p { color: #68636f; }
.home-faq-section { background: var(--growth-paper); }
.home-faq-grid { gap: 110px; }
.home-faq-intro h2 { color: var(--growth-ink); font-size: clamp(40px, 4vw, 54px); }
.home-faq-list { gap: 0; border-top: 1px solid var(--growth-ink); }
.home-faq-item {
  padding: 27px 4px;
  border: 0;
  border-bottom: 1px solid var(--growth-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-faq-item:hover { border-color: var(--growth-violet); box-shadow: none; transform: none; }
.home-faq-item > span { color: var(--growth-violet); font-family: Georgia, serif; font-size: 15px; }
.home-faq-item h3 { color: var(--growth-ink); font-size: 18px; }

.contact-band {
  padding: 90px 0;
  background: linear-gradient(110deg, rgba(32,27,46,.96), rgba(86,64,127,.90)), var(--site-hero-image, url("../images/defaults/cta.webp")) center / cover no-repeat;
}
.contact-band::before { border-radius: 0; transform: rotate(18deg); }
.contact-band .light-btn { border-radius: 2px; }
.brand-footer.brand-has-logo { background: transparent; box-shadow: none; }

@media (min-width: 1680px) {
  .geo-site .shell,
  .growth-hero-carousel .hero-slide-inner {
    width: min(1520px, calc(100% - 112px));
  }

  .growth-hero-carousel .hero-copy {
    width: min(780px, 46vw);
  }

  .growth-hero-carousel .hero-copy .hero-title {
    max-width: 780px;
    font-size: clamp(76px, 4.2vw, 88px) !important;
  }

  .growth-hero-carousel .hero-carousel-dots {
    left: max(56px, calc((100% - 1520px) / 2));
  }
}

@media (max-width: 980px) {
  .geo-site .shell { width: min(100% - 40px, 1240px); }
  .growth-hero-carousel .hero-slide-inner { width: calc(100% - 64px); }
  .growth-hero-carousel .hero-copy { width: min(680px, 76vw); }
  .about-grid { gap: 58px; }
  .service-grid { gap: 22px; }
  .value-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .process-item { gap: 52px; }
  .home-faq-grid { gap: 56px; }
}

@media (max-width: 760px) {
  .geo-site .shell { width: calc(100% - 32px); }
  .geo-site .section { padding: 78px 0; }
  .brand.brand-has-logo img { width: 32px; height: 32px; flex-basis: 32px; }
  .brand.brand-has-logo > span:last-child { font-size: 16px; }
  .growth-hero-carousel, .growth-hero-carousel.has-hero-image, .growth-hero-carousel .hero-slide-inner { min-height: 720px; }
  .growth-hero-carousel .hero-slide-inner { width: calc(100% - 40px); padding: 124px 0 110px; align-items: flex-end; }
  .growth-hero-carousel .hero-copy { width: 100%; }
  .growth-hero-carousel .hero-copy .hero-title { font-size: clamp(40px, 12vw, 54px) !important; }
  .growth-hero-carousel .hero-text { font-size: 15px !important; }
  .growth-hero-carousel .hero-promises { display: none; }
  .growth-hero-carousel .hero-carousel-prev { right: 70px; }
  .growth-hero-carousel .hero-carousel-next { right: 20px; }
  .growth-hero-carousel .hero-carousel-dots { left: 20px; }
  .about-grid, .home-faq-grid { grid-template-columns: 1fr; }
  .about-photo, .about-photo > img, .about-photo-fallback { min-height: 360px; height: 360px; }
  .about-photo-badge { right: 16px; bottom: -18px; }
  .service-section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .service-section-heading > p:not(.section-kicker) { text-align: left; }
  .service-grid, .case-highlight-grid { grid-template-columns: 1fr; }
  .service-card-media { height: 250px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .value-card:last-child { border-bottom: 0; }
  .process-item, .process-item:nth-child(even) { grid-template-columns: 1fr; gap: 28px; padding: 45px 0; }
  .process-media, .process-item:nth-child(even) .process-media { grid-row: auto; grid-column: 1; height: 240px; }
  .process-copy, .process-item:nth-child(even) .process-copy { grid-row: auto; grid-column: 1; }
  .home-faq-grid { gap: 44px; }
}
