/* Hero — exact reference: serif headlines, teal/yellow rule, mint CTAs, airy spacing */

.hero--landing {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100dvh - var(--header-h));
  padding-top: var(--header-h);
  padding-bottom: clamp(3.5rem, 8vw, 6rem);
  background-color: #f4f6f8;
  background-image:
    radial-gradient(ellipse 80% 70% at 100% 90%, rgba(186, 230, 253, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 0% 8%, rgba(224, 242, 254, 0.38) 0%, transparent 50%),
    linear-gradient(168deg, #fafbfc 0%, #f3f6f9 48%, #f8f6f1 100%);
  background-size: 100% 100%;
}

.hero--landing::before,
.hero--landing::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero--landing::before {
  top: -12%;
  left: -6%;
  width: min(480px, 70vw);
  height: min(480px, 70vw);
  background: radial-gradient(circle, rgba(186, 230, 253, 0.22) 0%, transparent 68%);
}

.hero--landing::after {
  display: block;
  bottom: -6%;
  right: -8%;
  width: min(440px, 65vw);
  height: min(440px, 65vw);
  background: radial-gradient(circle, rgba(254, 243, 199, 0.22) 0%, transparent 65%);
}

.hero--landing .hero-split {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: start;
  gap: clamp(2rem, 4.5vw, 3.5rem);
  padding-top: clamp(0.5rem, 1.5vw, 1rem);
  padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
  min-height: calc(100vh - var(--header-h) - 2rem);
  min-height: calc(100dvh - var(--header-h) - 2rem);
  width: min(1240px, 100%);
}

.hero--landing .hero-copy {
  max-width: min(600px, 100%);
  align-self: start;
  padding-top: 0;
}

.hero--landing .hero-media {
  align-self: end;
  margin-top: clamp(1.75rem, 5vw, 3.25rem);
  width: 100%;
}

/* Company name — serif, sentence case */
.hero--landing .hero-company-name {
  margin: 0 0 0.4rem;
  font-family: var(--font-serif) !important;
  font-weight: 600;
  font-size: clamp(1.38rem, 2.75vw, 1.82rem);
  letter-spacing: -0.012em;
  line-height: 1.22;
  text-transform: none !important;
  color: #0c1222;
  max-width: none;
  width: fit-content;
}

/* Accent rule — teal left two-thirds, yellow right third */
.hero--landing .hero-company-name::after {
  display: block;
  content: "";
  height: 3px;
  width: min(220px, 68vw);
  margin-top: 0.55rem;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    #0d6d66 0%,
    #0d6d66 66%,
    #e8b923 66%,
    #e8b923 100%
  );
}

/* DESIGN · SURVEY · BUILD */
.hero--landing .hero-welcome {
  display: block;
  margin: 0.45rem 0 1.1rem;
  font-family: var(--font-sans);
  font-size: clamp(0.6rem, 1vw, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #0d6d66;
}

.hero--landing .hero-welcome::before {
  display: none;
}

/* Main headline */
.hero--landing .hero-title {
  margin: 0 0 1.05rem;
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4.75vw, 3.2rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.026em;
  color: #0a1018;
}

/* Body paragraph */
.hero--landing .hero-lead {
  margin: 0 0 1.3rem;
  font-family: var(--font-sans);
  font-size: clamp(0.96rem, 1.4vw, 1.06rem);
  line-height: 1.7;
  color: #4a5d78;
  max-width: 35em;
}

/* Contact card — cream box */
.hero--landing .hero-quick-lines {
  margin: 0 0 1.3rem;
  padding: 1rem 1.15rem 1rem 1.4rem;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.62;
  color: #334155;
  background: #f5f2ec;
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-radius: 18px;
  box-shadow: 0 3px 16px rgba(12, 18, 34, 0.04);
  list-style: disc;
  list-style-position: outside;
}

.hero--landing .hero-quick-lines::before {
  display: none;
}

.hero--landing .hero-quick-lines li {
  margin-bottom: 0.3rem;
}

.hero--landing .hero-quick-lines li:last-child {
  margin-bottom: 0;
}

.hero--landing .hero-quick-lines li strong {
  font-weight: 700;
  color: #1e293b;
}

.hero--landing .hero-quick-lines a {
  color: #0d6d66;
  font-weight: 700;
  text-decoration: none;
}

.hero--landing .hero-quick-lines a:hover {
  text-decoration: underline;
}

/* CTA row */
.hero--landing .hero-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.hero--landing .hero-actions > .btn {
  padding: 0.68rem 1.28rem;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Book + Get in touch — light mint fill */
.hero--landing .hero-actions .btn-consult-premium,
.hero--landing .hero-actions .btn-primary {
  color: #0c1222;
  border: 1px solid rgba(13, 109, 102, 0.16);
  background: linear-gradient(105deg, #b5e8dc 0%, #d4f2ea 48%, #ecfbf7 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 16px rgba(13, 109, 102, 0.1);
}

.hero--landing .hero-actions .btn-consult-premium:hover,
.hero--landing .hero-actions .btn-consult-premium:focus-visible,
.hero--landing .hero-actions .btn-primary:hover,
.hero--landing .hero-actions .btn-primary:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 8px 22px rgba(13, 109, 102, 0.14);
}

/* View services — white outline, teal text */
.hero--landing .hero-actions .btn-outline {
  color: #0d6d66;
  border: 1px solid rgba(13, 109, 102, 0.28);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(12, 18, 34, 0.04);
}

.hero--landing .hero-actions .btn-outline:hover,
.hero--landing .hero-actions .btn-outline:focus-visible {
  color: #0d6d66;
  border-color: rgba(13, 109, 102, 0.38);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(12, 18, 34, 0.06);
}

/* Carousel — ~30px rounded corners */
.hero--landing .carousel--framed {
  min-height: 380px;
  max-height: 520px;
  aspect-ratio: 4 / 3.1;
  border-radius: 30px;
  overflow: hidden;
  background: #0c1222;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.6) inset,
    0 20px 48px rgba(12, 18, 34, 0.12),
    0 6px 20px rgba(13, 109, 102, 0.07);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hero--landing .hero-media:hover .carousel--framed {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.7) inset,
    0 24px 52px rgba(12, 18, 34, 0.14),
    0 8px 24px rgba(13, 109, 102, 0.09);
}

.hero--landing .carousel-slide::after {
  background: linear-gradient(
    to top,
    rgba(8, 12, 20, 0.78) 0%,
    rgba(8, 12, 20, 0.22) 40%,
    transparent 65%
  );
}

.hero--landing .slide-caption {
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  width: min(88%, 380px);
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  box-shadow: none;
}

.hero--landing .slide-caption__title {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 600;
  margin: 0 0 0.2rem;
  color: #ffffff;
}

.hero--landing .slide-caption p {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  line-height: 1.45;
  opacity: 0.92;
  color: #ffffff;
}

.hero--landing .carousel-dots {
  bottom: 1rem;
  z-index: 4;
}

.hero--landing .carousel-dots button {
  width: 8px;
  height: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.hero--landing .carousel-dots button[aria-selected="true"] {
  background: #fbbf24;
  border-color: #fbbf24;
  box-shadow: 0 0 8px rgba(251, 191, 36, 0.45);
}

.hero--landing + .slogan-strip {
  margin-top: 0;
}

.slogan-strip {
  padding-block: clamp(1rem, 2.5vw, 1.35rem);
}

@media (max-width: 900px) {
  .hero--landing {
    min-height: auto;
    padding-bottom: clamp(2rem, 5vw, 3rem);
  }

  .hero--landing .hero-split {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 0.5rem;
  }

  .hero--landing .hero-media {
    margin-top: 0.75rem;
  }

  .hero--landing .hero-company-name {
    text-align: center;
    margin-inline: auto;
  }

  .hero--landing .hero-company-name::after {
    margin-inline: auto;
  }

  .hero--landing .hero-welcome,
  .hero--landing .hero-title,
  .hero--landing .hero-lead {
    text-align: center;
  }

  .hero--landing .hero-title {
    font-size: clamp(1.8rem, 6.8vw, 2.3rem);
    line-height: 1.24;
  }

  .hero--landing .hero-lead {
    margin-inline: auto;
  }

  .hero--landing .hero-quick-lines {
    margin-inline: auto;
    max-width: 26rem;
  }

  .hero--landing .hero-actions {
    justify-content: center;
  }

  .hero--landing .carousel--framed {
    border-radius: 22px;
    max-height: none;
  }
}
