@charset "UTF-8";
:root {
  --bg: #071312;
  --bg-soft: #0d1c1b;
  --surface: #122523;
  --teal: #35d1c3;
  --teal-soft: #85efe4;
  --orange: #ff7a30;
  --white: #f8fbfa;
  --muted: #9fb5b1;
  --line: rgba(255, 255, 255, 0.08);
  --font-main: 'Raleway', sans-serif;
  --container: 1400px;
}

/* RESET */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-main);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

/* HEADER */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.site-header__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-right: auto;
}

.brand__mark {
  font-size: 2rem;
  font-weight: 800;
  color: var(--teal);
}

.brand__name {
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 34px;
}

.site-nav a {
  position: relative;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  transition: 0.3s ease;
}

.site-nav a:hover {
  color: var(--teal);
}

.header-cta {
  border: 1px solid var(--teal);
  padding: 14px 20px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.header-cta:hover {
  background: var(--teal);
  color: var(--bg);
}

.menu-toggle {
  display: none;
}

/* HERO */
.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero__content {
  position: relative;
  z-index: 5;
  width: min(92%, var(--container));
  margin: 0 auto;
  padding-top: 80px;
}

.eyebrow {
  margin: 0 0 26px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.34em;
}

.hero__title {
  margin: 0;
  max-width: 1050px;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.hero__title span {
  display: block;
  opacity: 0;
  transform: translateY(60px);
  animation: heroReveal 0.9s ease forwards;
}

.hero__title span:nth-child(2) {
  animation-delay: 0.12s;
}

.hero__title span:nth-child(3) {
  animation-delay: 0.24s;
  color: var(--teal);
}

.hero__intro {
  max-width: 560px;
  margin: 36px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.hero__scroll {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 4;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn--primary {
  background: var(--teal);
  color: var(--bg);
  padding: 17px 25px;
  transition: 0.3s ease;
}

.btn--primary:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.btn--text {
  color: var(--white);
}

.btn--text span {
  color: var(--orange);
  transition: transform 0.3s ease;
}

.btn--text:hover span {
  transform: translateX(5px);
}

/* BACKGROUND */
.hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 75% 40%, rgba(53, 209, 195, 0.08), transparent 35%), linear-gradient(135deg, #06100f 0%, #071716 55%, #091412 100%);
}

.hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 70px 70px;
  -webkit-mask-image: linear-gradient(to right, transparent, black 35%, black 100%);
          mask-image: linear-gradient(to right, transparent, black 35%, black 100%);
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.15;
}

.hero__orb--one {
  width: 500px;
  height: 500px;
  background: var(--teal);
  right: -140px;
  top: 20%;
}

.hero__orb--two {
  width: 260px;
  height: 260px;
  background: var(--orange);
  right: 18%;
  bottom: -100px;
  opacity: 0.06;
}

/* SCROLL INDICATOR */
.hero__scroll {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: 4%;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero__scroll-line {
  width: 60px;
  height: 1px;
  background: var(--teal);
  transform-origin: left;
  animation: scrollPulse 2s infinite;
}

/* ANIMATION */
@keyframes heroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollPulse {
  0% {
    transform: scaleX(0.2);
    opacity: 0.3;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.3;
  }
}
/* MOBILE */
@media (max-width: 900px) {
  .site-nav,
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 0;
    background: none;
  }
  .menu-toggle span {
    width: 26px;
    height: 1px;
    background: var(--white);
  }
  .hero__title {
    font-size: clamp(3.4rem, 15vw, 6rem);
  }
  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* =========================================
   BRAND / NAVIGATION POLISH
========================================= */
.brand__mark {
  position: relative;
  font-size: 2.15rem;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.08em;
}

.brand__mark::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: -8px;
  bottom: 3px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 18px rgba(53, 209, 195, 0.75);
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand__name {
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.brand__tagline {
  color: var(--teal);
  font-size: 0.48rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* =========================================
   HERO POLISH
========================================= */
.hero {
  position: sticky;
  top: 0;
  min-height: 100svh;
  z-index: 1;
}

.hero__content {
  padding-top: 115px;
}

.hero__title {
  max-width: 900px;
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.hero__title span:nth-child(3) {
  letter-spacing: -0.07em;
}

.hero__intro {
  max-width: 520px;
}

/* subtle line graphic */
.hero::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 420px;
  right: -120px;
  top: 30%;
  border-top: 1px solid rgba(53, 209, 195, 0.14);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

/* =========================================
   INTRO OVERLAP PANEL
========================================= */
.intro-panel {
  position: relative;
  z-index: 5;
  min-height: 100svh;
  background: radial-gradient(circle at 82% 25%, rgba(53, 209, 195, 0.07), transparent 30%), linear-gradient(145deg, #0b1918 0%, #10211f 60%, #132825 100%);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.35);
}

.intro-panel__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 120px 0 100px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.intro-panel__label {
  padding-top: 14px;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.intro-panel__content {
  max-width: 980px;
}

.intro-panel h2 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 600;
}

.intro-panel h2 span {
  display: block;
  color: var(--teal);
}

.intro-panel__statement {
  margin: 38px 0 0;
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  font-weight: 400;
  color: var(--white);
}

.intro-panel__copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

/* disciplines */
.intro-disciplines {
  margin-top: 80px;
  border-top: 1px solid var(--line);
}

.intro-discipline {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
  transition: background 0.3s ease, padding 0.3s ease;
}

.intro-discipline:hover {
  padding-left: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.intro-discipline__number {
  color: var(--teal);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}

.intro-discipline__name {
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 500;
}

.intro-discipline__arrow {
  color: var(--orange);
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.intro-discipline:hover .intro-discipline__arrow {
  transform: translateX(8px);
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 900px) {
  .brand__tagline {
    display: none;
  }
  .intro-panel {
    border-radius: 18px 18px 0 0;
  }
  .intro-panel__inner {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 90px 0 75px;
  }
  .intro-panel__label {
    padding-top: 0;
  }
  .intro-disciplines {
    margin-top: 55px;
  }
  .intro-discipline {
    grid-template-columns: 55px 1fr auto;
    min-height: 78px;
  }
}
@media (max-width: 600px) {
  .brand__name {
    font-size: 0.62rem;
  }
  .intro-panel h2 {
    font-size: clamp(2.8rem, 14vw, 4.6rem);
  }
  .intro-panel__statement {
    font-size: 1.35rem;
  }
}
/* =========================================
   INTRO PANEL REFINEMENTS
========================================= */
.intro-panel__inner {
  padding: 150px 0 110px;
}

.intro-discipline__name {
  transition: color 0.3s ease, transform 0.3s ease;
}

.intro-discipline {
  position: relative;
  overflow: hidden;
}

.intro-discipline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--teal), var(--orange));
  transition: width 0.45s ease;
}

.intro-discipline:hover::after {
  width: 100%;
}

.intro-discipline:hover .intro-discipline__name {
  color: var(--teal);
  transform: translateX(6px);
}

/* =========================================
   WHAT WE DO
========================================= */
.services-showcase {
  position: sticky;
  top: 0;
  z-index: 8;
  min-height: 100svh;
  background: #071211;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.services-showcase__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 140px 0 130px;
}

.section-label {
  margin: 0 0 24px;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.services-showcase__heading {
  max-width: 900px;
}

.services-showcase__heading h2 {
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.services-showcase__heading h2 span {
  display: block;
  color: var(--teal);
}

.services-showcase__heading p:last-child {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  line-height: 1.9;
}

.services-showcase__layout {
  margin-top: 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 90px;
  align-items: start;
}

/* =========================================
   SERVICE VISUAL
========================================= */
.service-visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: radial-gradient(circle at 72% 30%, rgba(53, 209, 195, 0.09), transparent 38%), #091817;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* GRID */
.service-visual__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}

/* GLOW */
.service-visual__glow {
  position: absolute;
  width: 360px;
  height: 360px;
  right: -80px;
  bottom: -80px;
  border-radius: 50%;
  background: rgba(53, 209, 195, 0.08);
  filter: blur(80px);
  pointer-events: none;
}

/* SCENES */
.service-scene {
  position: absolute;
  inset: 0;
  padding: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

.service-scene.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.service-scene__eyebrow {
  position: relative;
  z-index: 4;
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

/* =========================================
   WEB VISUAL
========================================= */
.web-visual {
  position: relative;
  height: calc(100% - 40px);
  margin-top: 35px;
}

.web-visual__browser {
  position: absolute;
  width: 78%;
  height: 78%;
  left: 0;
  top: 20px;
  background: #0d211f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
}

.web-visual__browser-top {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.web-visual__browser-top span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.web-visual__hero {
  padding: 42px 34px;
}

.web-visual__micro {
  color: var(--teal);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
}

.web-visual__headline {
  margin-top: 28px;
  color: var(--white);
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.87;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.web-visual__headline span {
  display: block;
  color: var(--teal);
}

.web-visual__line {
  width: 58%;
  height: 1px;
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.18);
}

.web-visual__line--short {
  width: 37%;
  margin-top: 11px;
}

.web-visual__button {
  display: inline-block;
  margin-top: 35px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
}

/* FLOATING BRAND CARD */
.web-visual__card {
  position: absolute;
  width: 185px;
  height: 180px;
  right: 0;
  bottom: 15px;
  padding: 25px;
  background: var(--teal);
  color: #071312;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
}

.web-visual__card span {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.web-visual__card strong {
  display: block;
  margin-top: 55px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

/* =========================================
   SYSTEMS VISUAL
========================================= */
.systems-visual {
  position: relative;
  margin-top: 75px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  width: 100%;
}

.systems-visual__node {
  min-width: 0;
  padding: 22px 14px;
}

.systems-visual__node--feature {
  border-color: rgba(53, 209, 195, 0.45);
  background: rgba(53, 209, 195, 0.07);
}

.systems-visual__node > span {
  color: var(--orange);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
}

.systems-visual__node strong {
  display: block;
  margin-top: 35px;
  color: var(--white);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.systems-visual__node small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.5;
}

.systems-visual__connector {
  position: relative;
  height: 1px;
  background: rgba(53, 209, 195, 0.35);
}

.systems-visual__connector span {
  position: absolute;
  width: 7px;
  height: 7px;
  right: -3px;
  top: -3px;
  border-radius: 50%;
  background: var(--teal);
}

/* =========================================
   DATA VISUAL
========================================= */
.data-visual {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.data-visual__metric {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.data-visual__metric small {
  display: block;
  color: var(--muted);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
}

.data-visual__metric strong {
  display: block;
  margin-top: 18px;
  color: var(--white);
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.data-visual__change {
  display: block;
  margin-top: 12px;
  color: var(--teal);
  font-size: 0.65rem;
}

/* CHART */
.data-visual__chart {
  grid-column: 1/-1;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.data-visual__chart-label {
  color: var(--muted);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
}

.data-visual__bars {
  height: 120px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-top: 25px;
}

.data-visual__bars span {
  flex: 1;
  background: linear-gradient(to top, rgba(53, 209, 195, 0.28), var(--teal));
  min-height: 10px;
}

.data-visual__statement {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.data-visual__statement span {
  color: var(--orange);
}

/* =========================================
   AUTOMATION VISUAL
========================================= */
.automation-visual {
  position: relative;
  margin-top: 100px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
}

.automation-visual__item {
  min-width: 0;
  padding: 22px 16px;
}

.automation-visual__arrow {
  text-align: center;
}

.automation-visual__item {
  min-height: 155px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.025);
}

.automation-visual__item--active {
  border-color: rgba(53, 209, 195, 0.45);
  background: rgba(53, 209, 195, 0.07);
}

.automation-visual__item > span {
  color: var(--orange);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
}

.automation-visual__item small {
  display: block;
  margin-top: 25px;
  color: var(--teal);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
}

.automation-visual__item strong {
  display: block;
  margin-top: 12px;
  color: var(--white);
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.automation-visual__arrow {
  color: var(--orange);
  font-size: 1.4rem;
}

.automation-visual__branch {
  position: absolute;
  left: 50%;
  bottom: -78px;
  transform: translateX(-50%);
  text-align: center;
}

.automation-visual__branch span {
  display: block;
  width: 1px;
  height: 45px;
  margin: 0 auto 10px;
  background: rgba(53, 209, 195, 0.4);
}

.automation-visual__branch small {
  color: var(--muted);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
}

/* =========================================
   DECORATIVE NODES
========================================= */
.service-visual__nodes span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  z-index: 8;
  box-shadow: 0 0 16px rgba(53, 209, 195, 0.4);
}

.service-visual__nodes span:nth-child(1) {
  top: 18%;
  left: 19%;
}

.service-visual__nodes span:nth-child(2) {
  top: 31%;
  right: 18%;
}

.service-visual__nodes span:nth-child(3) {
  bottom: 28%;
  left: 22%;
}

.service-visual__nodes span:nth-child(4) {
  right: 28%;
  bottom: 16%;
}

.service-visual__nodes span:nth-child(5) {
  top: 48%;
  right: 10%;
  background: var(--orange);
}

/* =========================================
   SERVICE VISUAL RESPONSIVE
========================================= */
@media (max-width: 1000px) {
  .service-visual {
    min-height: 500px;
  }
  .service-scene {
    padding: 38px;
  }
}
@media (max-width: 700px) {
  .service-visual {
    min-height: 470px;
  }
  .service-scene {
    padding: 28px 22px;
  }
  .web-visual__browser {
    width: 88%;
  }
  .web-visual__card {
    width: 150px;
    height: 145px;
  }
  .systems-visual {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 45px;
  }
  .systems-visual__connector {
    display: none;
  }
  .systems-visual__node {
    min-height: auto;
  }
  .systems-visual__node strong {
    margin-top: 18px;
  }
  .automation-visual {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 45px;
  }
  .automation-visual__arrow,
  .automation-visual__branch {
    display: none;
  }
  .automation-visual__item {
    min-height: auto;
  }
}
/* SERVICE LIST */
.service-list {
  border-top: 1px solid var(--line);
}

.service-item {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  cursor: pointer;
}

.service-item__top {
  min-height: 105px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
}

.service-item__number {
  color: var(--teal);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

.service-item__title {
  font-family: var(--font-main);
  font-size: clamp(1.55rem, 2.6vw, 2.7rem);
  font-weight: 500;
  transition: color 0.3s ease, transform 0.3s ease;
}

.service-item__arrow {
  color: var(--orange);
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.service-item__details {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-left: 80px;
  color: var(--muted);
  transition: max-height 0.45s ease, padding-bottom 0.45s ease;
}

.service-item__details span {
  position: relative;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
}

.service-item__details span:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -15px;
  color: var(--teal);
}

.service-item.active .service-item__details {
  max-height: 100px;
  padding-bottom: 34px;
}

.service-item.active .service-item__title {
  color: var(--teal);
  transform: translateX(6px);
}

.service-item.active .service-item__arrow {
  transform: rotate(90deg);
}

/* VISUAL */
.service-visual {
  position: relative;
  top: auto;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: radial-gradient(circle at 60% 45%, rgba(53, 209, 195, 0.09), transparent 36%), linear-gradient(145deg, #0a1817, #102422);
}

.service-visual__grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 55px 55px;
}

.service-visual__orb {
  position: absolute;
  width: 330px;
  height: 330px;
  right: -90px;
  bottom: -70px;
  border-radius: 50%;
  background: var(--teal);
  opacity: 0.08;
  filter: blur(70px);
}

.service-visual__symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.service-visual__symbol-main {
  display: block;
  font-size: clamp(5rem, 9vw, 8rem);
  font-weight: 300;
  letter-spacing: -0.08em;
}

.service-visual__symbol-label {
  display: block;
  margin-top: 15px;
  color: var(--teal);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

/* NODES */
.service-visual__nodes span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 18px rgba(53, 209, 195, 0.65);
}

.service-visual__nodes span:nth-child(1) {
  top: 18%;
  left: 20%;
}

.service-visual__nodes span:nth-child(2) {
  top: 32%;
  right: 18%;
}

.service-visual__nodes span:nth-child(3) {
  bottom: 28%;
  left: 23%;
}

.service-visual__nodes span:nth-child(4) {
  bottom: 16%;
  right: 28%;
}

.service-visual__nodes span:nth-child(5) {
  top: 47%;
  right: 10%;
  background: var(--orange);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .services-showcase__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .service-visual {
    position: relative;
    top: auto;
    min-height: 420px;
  }
}
@media (max-width: 600px) {
  .services-showcase__inner {
    padding: 100px 0;
  }
  .service-item__top {
    grid-template-columns: 45px 1fr auto;
  }
  .service-item__details {
    padding-left: 45px;
  }
}
.service-item__arrow {
  display: inline-block;
  transform-origin: center;
}

.service-item.active .service-item__arrow {
  transform: rotate(90deg);
  color: var(--orange);
}

/* =========================================
   FEATURED WORK
========================================= */
.featured-work {
  position: relative;
  z-index: 12;
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.32);
}

.featured-work__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 120px;
}

/* HEADER */
.section-label--dark {
  color: #008f87;
}

.featured-work__header h2 {
  margin: 0;
  max-width: 1050px;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.83;
  letter-spacing: -0.065em;
  font-weight: 650;
}

.featured-work__header h2 span {
  display: block;
  color: #008f87;
}

.featured-work__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.featured-work__meta span {
  padding: 9px 13px;
  border: 1px solid rgba(13, 23, 22, 0.16);
  border-radius: 100px;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* PROJECT VISUAL */
.project-showcase {
  margin-top: 90px;
  perspective: 1400px;
}

.project-browser {
  overflow: hidden;
  border-radius: 16px;
  background: #111;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.24);
  transform: rotateX(1.5deg);
  transform-origin: center top;
}

.project-browser__bar {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  background: #111c1b;
}

.project-browser__bar > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.project-browser__url {
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.project-browser__screen {
  min-height: 650px;
  background: radial-gradient(circle at 75% 35%, rgba(255, 122, 48, 0.13), transparent 34%), linear-gradient(135deg, #1b1b1b, #2c2c2c 55%, #171717);
}

.project-browser__placeholder {
  min-height: 650px;
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
}

.project-browser__placeholder-label {
  margin-bottom: 26px;
  color: #ff8730;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.project-browser__placeholder h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.project-browser__placeholder h3 span {
  display: block;
  color: #ff8730;
}

.project-browser__placeholder p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.55);
}

/* PROJECT STORY */
.project-story {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 100px;
}

.project-story__item {
  padding-top: 26px;
  border-top: 1px solid rgba(13, 23, 22, 0.18);
}

.project-story__number {
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.project-story__item h3 {
  margin: 24px 0 18px;
  font-size: 1.45rem;
  font-weight: 600;
}

.project-story__item p {
  margin: 0;
  color: #52605e;
  font-size: 0.92rem;
  line-height: 1.85;
}

/* FOOTER */
.featured-work__footer {
  margin-top: 90px;
  padding-top: 30px;
  border-top: 1px solid rgba(13, 23, 22, 0.18);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #0d1716;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-link span {
  color: #ff7a30;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.project-link:hover span {
  transform: translateX(7px);
}

.featured-work__counter {
  color: #65716f;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .featured-work__inner {
    padding: 105px 0 90px;
  }
  .project-story {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .project-browser__screen,
  .project-browser__placeholder {
    min-height: 500px;
  }
  .project-browser__placeholder {
    padding: 55px;
  }
}
@media (max-width: 600px) {
  .featured-work {
    border-radius: 18px 18px 0 0;
  }
  .project-showcase {
    margin-top: 60px;
  }
  .project-browser__screen,
  .project-browser__placeholder {
    min-height: 390px;
  }
  .project-browser__placeholder {
    padding: 34px;
  }
  .featured-work__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
}
/* =========================================
   C² STACKED PANEL SYSTEM — FINAL BASE
========================================= */
/* -----------------------------------------
   HERO + STUDIO STACK
----------------------------------------- */
.hero-studio-stack {
  position: relative;
}

/* HERO
   Stays behind while Studio rises over it.
   The parent wrapper prevents it following
   us through the rest of the website.
*/
.hero-studio-stack .hero {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 100svh;
  z-index: 1;
}

/* -----------------------------------------
   SCROLL ZONES
----------------------------------------- */
.panel-scroll-zone,
.panel-scroll-zone--services {
  position: relative;
  min-height: auto;
  margin: 0;
}

/* Studio wrapper must remain transparent
   so we can see the Hero behind it while
   Studio rises onto the screen.
*/
.hero-studio-stack .panel-scroll-zone {
  z-index: 5;
  background: transparent;
}

/* Services wrapper */
.panel-scroll-zone--services {
  z-index: 8;
  background: #071211;
}

/* -----------------------------------------
   THE STUDIO
----------------------------------------- */
.intro-panel {
  position: relative;
  height: auto;
  min-height: 100svh;
  overflow: visible;
  z-index: 5;
  margin: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.32);
}

/* -----------------------------------------
   WHAT WE DO
----------------------------------------- */
.services-showcase {
  position: relative;
  height: auto;
  min-height: 100svh;
  overflow: visible;
  z-index: 8;
  margin: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.28);
}

.web-visual__card {
  width: 165px;
  height: 160px;
  right: -8px;
  bottom: 5px;
  padding: 22px;
}

.web-visual__card strong {
  margin-top: 45px;
  font-size: 1.45rem;
}

.web-visual__browser {
  width: 76%;
  height: 76%;
  left: 4px;
  top: 24px;
  border-color: rgba(255, 255, 255, 0.08);
}

.service-visual__nodes span:nth-child(2) {
  top: 30%;
  right: 17%;
}

.service-visual__nodes span:nth-child(5) {
  top: 44%;
  right: 9%;
}

.web-visual__headline {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

/* -----------------------------------------
   SELECTED WORK
----------------------------------------- */
.featured-work {
  position: relative;
  height: auto;
  min-height: 100svh;
  overflow: visible;
  z-index: 12;
  margin: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.32);
}

/* -----------------------------------------
   SMALL PANEL OVERLAP
----------------------------------------- */
/*
   Gives each new section that card-like
   edge as it enters the viewport.
*/
.services-showcase,
.featured-work {
  margin-top: -28px;
}

/* -----------------------------------------
   STUDIO DISCIPLINE HOVER
----------------------------------------- */
.intro-discipline {
  overflow: visible;
  padding-right: 18px;
}

.intro-discipline__arrow {
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease, transform 0.3s ease;
}

.intro-discipline:hover .intro-discipline__arrow {
  transform: translateX(8px);
}

/* -----------------------------------------
   MOBILE
----------------------------------------- */
@media (max-width: 700px) {
  .intro-panel,
  .services-showcase,
  .featured-work {
    border-radius: 18px 18px 0 0;
  }
  .services-showcase,
  .featured-work {
    margin-top: -18px;
  }
}
/* =========================================
   THE STUDIO — LIGHT VERSION
========================================= */
.intro-panel {
  background: #f2f0eb;
  color: #0d1716;
}

.intro-panel__label {
  color: #008f87;
}

.intro-panel h2 {
  color: #0d1716;
}

.intro-panel h2 span {
  color: #008f87;
}

.intro-panel__statement {
  color: #0d1716;
}

.intro-panel__copy {
  color: #52605e;
}

.intro-disciplines {
  border-top-color: rgba(13, 23, 22, 0.16);
}

.intro-discipline {
  color: #0d1716;
  border-bottom-color: rgba(13, 23, 22, 0.16);
}

.intro-discipline__number {
  color: #008f87;
}

.intro-discipline__arrow {
  color: var(--orange);
}

.intro-discipline:hover {
  background: rgba(0, 143, 135, 0.045);
}

.intro-discipline:hover .intro-discipline__name {
  color: #008f87;
}

.intro-discipline::after {
  background: linear-gradient(90deg, #008f87, var(--orange));
}

.project-browser__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.project-browser__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.project-browser {
  transform: rotateX(0.5deg);
}

.project-browser__url {
  color: rgba(255, 255, 255, 0.68);
}

/* =========================================
   SELECTED WORK — PROJECT STORY POLISH
========================================= */
.project-story {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  margin-top: 110px;
}

/* Each story column */
.project-story__item {
  position: relative;
  padding-top: 34px;
  border-top: 1px solid rgba(13, 23, 22, 0.18);
}

/* Small project number */
.project-story__number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

/* Small accent after number */
.project-story__number::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--orange);
}

/* Headings */
.project-story__item h3 {
  margin: 28px 0 20px;
  color: #0d1716;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  font-weight: 600;
  letter-spacing: -0.025em;
}

/* Body copy */
.project-story__item p {
  max-width: 360px;
  margin: 0;
  color: #52605e;
  font-size: 0.95rem;
  line-height: 1.9;
}

/* -----------------------------------------
   SUBTLE INTERACTION
----------------------------------------- */
.project-story__item {
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.project-story__item:hover {
  transform: translateY(-5px);
  border-top-color: #008f87;
}

.project-story__item h3 {
  transition: color 0.3s ease;
}

.project-story__item:hover h3 {
  color: #008f87;
}

/* -----------------------------------------
   MOBILE
----------------------------------------- */
@media (max-width: 900px) {
  .project-story {
    grid-template-columns: 1fr;
    gap: 55px;
    margin-top: 80px;
  }
  .project-story__item p {
    max-width: 620px;
  }
}
/* =========================================
   BEYOND DESIGN
========================================= */
.beyond-design {
  position: relative;
  background: radial-gradient(circle at 85% 25%, rgba(53, 209, 195, 0.08), transparent 30%), linear-gradient(145deg, #071312, #0b1b19 60%, #102522);
  color: var(--white);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.3);
}

.beyond-design__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.beyond-design__label {
  padding-top: 14px;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.beyond-design__content {
  max-width: 1050px;
}

.beyond-design h2 {
  margin: 0;
  max-width: 950px;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 600;
}

.beyond-design h2 span {
  display: block;
  color: var(--teal);
}

.beyond-design__intro {
  max-width: 620px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.7;
}

/* =========================================
   CARDS
========================================= */
.beyond-design__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 90px;
}

.beyond-card {
  position: relative;
  min-height: 330px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.beyond-card:hover {
  transform: translateY(-7px);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(53, 209, 195, 0.35);
}

.beyond-card__number {
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.beyond-card h3 {
  margin: 36px 0 18px;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 500;
}

.beyond-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
  font-size: 0.92rem;
}

.beyond-card a {
  position: absolute;
  left: 34px;
  bottom: 34px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beyond-card a span {
  color: var(--orange);
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.beyond-card a:hover span {
  transform: translateX(7px);
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 1000px) {
  .beyond-design__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .beyond-design__grid {
    grid-template-columns: 1fr;
  }
  .beyond-card {
    min-height: 280px;
  }
}
@media (max-width: 700px) {
  .beyond-design {
    border-radius: 18px 18px 0 0;
  }
  .beyond-design__inner {
    padding: 100px 0 90px;
  }
  .beyond-design__grid {
    margin-top: 60px;
  }
}
/* =========================================
   HOW WE WORK
========================================= */
.how-we-work {
  position: relative;
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.28);
}

.how-we-work__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 135px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.how-we-work__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.how-we-work__content {
  max-width: 1080px;
}

.how-we-work h2 {
  margin: 0;
  max-width: 950px;
  color: #0d1716;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 600;
}

.how-we-work h2 span {
  display: block;
  color: #008f87;
}

.how-we-work__intro {
  max-width: 650px;
  margin: 38px 0 0;
  color: #52605e;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.75;
}

/* =========================================
   PROCESS
========================================= */
.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 100px;
}

/* connecting line */
.process-grid::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(13, 23, 22, 0.16);
}

.process-step {
  position: relative;
  z-index: 1;
}

.process-step__number {
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.process-step__dot {
  width: 11px;
  height: 11px;
  margin-top: 26px;
  border: 2px solid #f2f0eb;
  border-radius: 50%;
  background: #008f87;
  box-shadow: 0 0 0 1px rgba(0, 143, 135, 0.35);
}

.process-step:nth-child(4) .process-step__dot {
  background: var(--orange);
  box-shadow: 0 0 0 1px rgba(255, 122, 48, 0.35);
}

.process-step h3 {
  margin: 34px 0 18px;
  color: #0d1716;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  transition: color 0.3s ease;
}

.process-step p {
  margin: 0;
  max-width: 230px;
  color: #52605e;
  font-size: 0.92rem;
  line-height: 1.85;
}

.process-step:hover h3 {
  color: #008f87;
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 1000px) {
  .how-we-work__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
  }
  .process-grid::before {
    display: none;
  }
}
@media (max-width: 700px) {
  .how-we-work {
    border-radius: 18px 18px 0 0;
  }
  .how-we-work__inner {
    padding: 100px 0 90px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 65px;
    gap: 0;
    border-left: 1px solid rgba(13, 23, 22, 0.16);
  }
  .process-step {
    padding: 0 0 55px 34px;
  }
  .process-step__dot {
    position: absolute;
    left: -6px;
    top: 17px;
    margin: 0;
  }
  .process-step h3 {
    margin-top: 18px;
  }
  .process-step p {
    max-width: 520px;
  }
}
/* =========================================
   START A PROJECT / CONTACT
========================================= */
.project-contact {
  position: relative;
  background: radial-gradient(circle at 80% 20%, rgba(53, 209, 195, 0.08), transparent 30%), linear-gradient(145deg, #06100f, #081817 58%, #0d2421);
  color: var(--white);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.32);
}

.project-contact__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 150px 0 130px;
}

/* =========================================
   INTRO
========================================= */
.project-contact__intro {
  max-width: 1100px;
}

.project-contact__intro h2 {
  margin: 0;
  max-width: 1050px;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.86;
  letter-spacing: -0.065em;
  font-weight: 600;
}

.project-contact__intro h2 span {
  display: block;
  color: var(--teal);
}

.project-contact__intro > p:last-child {
  max-width: 650px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.75;
}

/* =========================================
   LAYOUT
========================================= */
.project-contact__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 100px;
  margin-top: 100px;
  padding-top: 60px;
  border-top: 1px solid var(--line);
}

/* =========================================
   CONTACT DETAILS
========================================= */
.project-contact__details {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.contact-detail__label {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.contact-detail a,
.contact-detail p {
  margin: 0;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.7;
}

.contact-detail a {
  transition: color 0.3s ease;
}

.contact-detail a:hover {
  color: var(--teal);
}

/* =========================================
   FORM
========================================= */
.project-form {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.project-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.project-form__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.project-form label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-form input,
.project-form select,
.project-form textarea {
  width: 100%;
  padding: 16px 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  font-family: var(--font-main);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.project-form textarea {
  resize: vertical;
}

.project-form input:focus,
.project-form select:focus,
.project-form textarea:focus {
  border-bottom-color: var(--teal);
}

.project-form select option {
  color: #0d1716;
}

/* Honeypot */
.project-form__honeypot {
  position: absolute;
  left: -9999px;
}

/* =========================================
   SUBMIT BUTTON
========================================= */
.project-form__submit {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  padding: 18px 26px;
  color: var(--bg);
  background: var(--teal);
  border: 0;
  font-family: var(--font-main);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.project-form__submit span {
  color: var(--orange);
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.project-form__submit:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.project-form__submit:hover span {
  transform: translateX(6px);
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 900px) {
  .project-contact__layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
@media (max-width: 700px) {
  .project-contact {
    border-radius: 18px 18px 0 0;
  }
  .project-contact__inner {
    padding: 105px 0 90px;
  }
  .project-contact__layout {
    margin-top: 70px;
    padding-top: 45px;
  }
  .project-form__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .project-browser {
    border-radius: 12px;
  }
  .project-browser__bar {
    height: 42px;
    padding: 0 14px;
  }
  .project-browser__url {
    font-size: 0.58rem;
    margin-left: 10px;
  }
}
/* =========================================
   BSI PROJECT PREVIEW — MOBILE FIX
========================================= */
@media (max-width: 700px) {
  .featured-work .project-browser__screen {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
  }
  .featured-work .project-browser__image {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: top center !important;
       object-position: top center !important;
  }
}
/* =========================================
   C² TRUE MOBILE — SELECTED WORK
========================================= */
@media (max-width: 700px) {
  .featured-work__inner {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .featured-work__header h2 {
    font-size: clamp(2.7rem, 13vw, 3.5rem);
    line-height: 0.92;
    letter-spacing: -0.055em;
    max-width: 100%;
  }
  .featured-work__header h2 span {
    display: block;
    font-size: 0.92em;
  }
  .featured-work__meta {
    gap: 8px;
    flex-wrap: wrap;
  }
  .project-showcase {
    width: 100%;
    max-width: 100%;
  }
  .project-browser {
    width: 100%;
    max-width: 100%;
  }
}
/* =========================================
   C² TRUE MOBILE — PANEL EDGES
========================================= */
@media (max-width: 700px) {
  .intro-panel,
  .services-showcase,
  .featured-work,
  .beyond-design,
  .how-we-work,
  .project-contact {
    border-radius: 18px 18px 0 0 !important;
  }
}
/* =========================================
   C² FOOTER
========================================= */
.site-footer {
  position: relative;
  background: #040c0b;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.site-footer__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 65px 0 34px;
}

/* =========================================
   TOP
========================================= */
.site-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* BRAND */
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.footer-brand__mark {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.footer-brand__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-brand__text strong {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  font-weight: 600;
}

.footer-brand__text small {
  color: var(--teal);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

/* NAVIGATION */
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.site-footer__nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.site-footer__nav a:hover {
  color: var(--teal);
}

/* =========================================
   BOTTOM
========================================= */
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 55px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.site-footer__bottom p,
.site-footer__meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__meta {
  display: flex;
  align-items: center;
  gap: 35px;
}

/* BACK TO TOP */
.footer-back-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}

.footer-back-top span {
  color: var(--orange);
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.footer-back-top:hover {
  color: var(--teal);
}

.footer-back-top:hover span {
  transform: translateY(-4px);
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 700px) {
  .site-footer__inner {
    padding: 55px 0 30px;
  }
  .site-footer__top {
    flex-direction: column;
    gap: 45px;
  }
  .site-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 20px 35px;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-top: 45px;
  }
  .site-footer__meta {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
}
/* =========================================
   CONTACT FORM MESSAGES
========================================= */
.form-message {
  margin-bottom: 38px;
  padding: 20px 22px;
  border-left: 2px solid var(--teal);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.form-message strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
}

.form-message--success {
  border-left-color: var(--teal);
}

.form-message--error {
  border-left-color: var(--orange);
}

/* =========================================
   C² MOBILE NAVIGATION
========================================= */
@media (max-width: 900px) {
  .site-header {
    z-index: 100;
  }
  .site-header__inner {
    position: relative;
    z-index: 102;
  }
  /* Full-screen menu */
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    padding: 120px 8% 70px;
    background: radial-gradient(circle at 85% 20%, rgba(53, 209, 195, 0.09), transparent 30%), linear-gradient(145deg, #06100f, #081817 60%, #0d2421);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  }
  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  /* Menu links */
  .site-nav a {
    font-size: clamp(2rem, 8vw, 3.4rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    text-transform: none;
    color: var(--white);
  }
  .site-nav a:hover {
    color: var(--teal);
  }
  /* tiny orange line */
  .site-nav a::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-left: 18px;
    background: var(--orange);
    vertical-align: middle;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .site-nav a:hover::after {
    transform: scaleX(1);
  }
  /* =========================================
     HAMBURGER
  ========================================= */
  .menu-toggle {
    position: relative;
    z-index: 103;
    width: 32px;
    height: 26px;
    justify-content: center;
    cursor: pointer;
  }
  .menu-toggle span {
    position: absolute;
    left: 0;
    width: 28px;
    transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  }
  .menu-toggle span:first-child {
    top: 7px;
  }
  .menu-toggle span:last-child {
    top: 17px;
  }
  /* X when open */
  .menu-toggle.is-open span:first-child {
    top: 12px;
    transform: rotate(45deg);
  }
  .menu-toggle.is-open span:last-child {
    top: 12px;
    transform: rotate(-45deg);
  }
}
/* =========================================
   C² MOBILE MENU — FINAL POLISH
========================================= */
@media (max-width: 900px) {
  .site-nav {
    justify-content: flex-start;
    padding-top: 155px;
    padding-left: 32px;
    padding-right: 32px;
    gap: 8px;
  }
  /* Small C² menu label */
  .site-nav::before {
    content: "C² / NAVIGATION";
    display: block;
    margin-bottom: 34px;
    color: var(--teal);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }
  /* Navigation links */
  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    line-height: 1;
    letter-spacing: -0.035em;
  }
  /* Orange arrow */
  .site-nav a::after {
    content: "→";
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    color: var(--orange);
    font-size: 1.1rem;
    font-weight: 400;
    transform: none;
    opacity: 0.75;
  }
  .site-nav a:hover::after {
    transform: translateX(6px);
  }
}
/* =========================================
   INNER HERO
========================================= */
.inner-hero {
  min-height: 88svh;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 80% 25%, rgba(53, 209, 195, 0.08), transparent 30%), linear-gradient(145deg, #06100f, #081817 60%, #0d2421);
  color: var(--white);
}

.inner-hero__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 150px 0 100px;
}

.inner-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.86;
  letter-spacing: -0.065em;
  font-weight: 600;
}

.inner-hero h1 span {
  display: block;
  color: var(--teal);
}

.inner-hero__intro {
  max-width: 650px;
  margin-top: 40px;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.8;
}

/* =========================================
   STUDIO STORY
========================================= */
.studio-story {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.28);
}

.studio-story__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.studio-story__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.studio-story__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.studio-story__content h2 span {
  display: block;
  color: #008f87;
}

.studio-story__lead {
  max-width: 760px;
  margin: 40px 0 0;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.7;
}

.studio-story__copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 70px;
}

.studio-story__copy p {
  margin: 0;
  color: #52605e;
  line-height: 1.9;
}

/* =========================================
   DIFFERENCE
========================================= */
.studio-difference {
  background: #071211;
  color: var(--white);
}

.studio-difference__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
}

.studio-difference h2 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.studio-difference h2 span {
  display: block;
  color: var(--teal);
}

.studio-difference__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 90px;
}

.difference-card {
  padding: 38px;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.difference-card:hover {
  transform: translateY(-6px);
  border-color: rgba(53, 209, 195, 0.35);
}

.difference-card__number {
  color: var(--teal);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.difference-card h3 {
  margin: 34px 0 18px;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.difference-card p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

/* =========================================
   PHILOSOPHY
========================================= */
.studio-philosophy {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
}

.studio-philosophy__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.studio-philosophy__label {
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.studio-philosophy h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.studio-philosophy h2 span {
  display: block;
  color: #008f87;
}

.studio-philosophy__content p {
  max-width: 700px;
  color: #52605e;
  font-size: 1.05rem;
  line-height: 1.9;
}

/* =========================================
   INNER CTA
========================================= */
.inner-cta {
  background: radial-gradient(circle at 80% 20%, rgba(53, 209, 195, 0.08), transparent 30%), #071312;
  color: var(--white);
}

.inner-cta__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 140px 0;
}

.inner-cta h2 {
  max-width: 900px;
  margin: 0 0 45px;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.inner-cta h2 span {
  display: block;
  color: var(--teal);
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 900px) {
  .studio-story__inner,
  .studio-philosophy__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .studio-story__copy {
    grid-template-columns: 1fr;
  }
  .studio-difference__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .inner-hero {
    min-height: auto;
  }
  .inner-hero__inner,
  .studio-story__inner,
  .studio-difference__inner,
  .studio-philosophy__inner,
  .inner-cta__inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .studio-story,
  .studio-philosophy {
    border-radius: 18px 18px 0 0;
  }
  .difference-card {
    padding: 28px;
    min-height: auto;
  }
}
/* =========================================
   SERVICES INTRO
========================================= */
.services-intro {
  position: relative;
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.28);
}

.services-intro__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.services-intro__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.services-intro__content {
  max-width: 900px;
}

.services-intro h2 {
  margin: 0 0 45px;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.services-intro h2 span {
  display: block;
  color: #008f87;
}

.services-intro__content p {
  max-width: 720px;
  color: #52605e;
  font-size: 1.05rem;
  line-height: 1.9;
}

.services-intro__content p + p {
  margin-top: 24px;
}

/* =========================================
   SERVICE DETAIL
========================================= */
.service-detail {
  position: relative;
}

.service-detail__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 110px 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.service-detail--dark {
  background: radial-gradient(circle at 85% 20%, rgba(53, 209, 195, 0.06), transparent 28%), #071211;
  color: var(--white);
}

.service-detail--light {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.22);
}

/* NUMBER */
.service-detail__number {
  padding-top: 8px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

/* MAIN */
.service-detail__main {
  max-width: 1000px;
}

.service-detail__main h2 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(3.7rem, 6.5vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 600;
}

.service-detail__main h2 span {
  display: block;
  color: var(--teal);
}

.service-detail--light .service-detail__main h2 span {
  color: #008f87;
}

.service-detail__lead {
  max-width: 680px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1.75;
}

.service-detail--light .service-detail__lead {
  color: #52605e;
}

/* LOWER CONTENT */
.service-detail__bottom {
  grid-column: 2;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  margin-top: 85px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-detail--light .service-detail__bottom {
  border-top-color: rgba(13, 23, 22, 0.14);
}

.service-detail__problem > span,
.service-detail__deliverables > span {
  display: block;
  margin-bottom: 24px;
  color: var(--teal);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.service-detail--light .service-detail__problem > span,
.service-detail--light .service-detail__deliverables > span {
  color: #008f87;
}

.service-detail__problem p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.service-detail--light .service-detail__problem p {
  color: #52605e;
}

/* DELIVERABLE LIST */
.service-detail__deliverables ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-detail__deliverables li {
  position: relative;
  padding: 14px 0 14px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.service-detail__deliverables li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--orange);
}

.service-detail--light .service-detail__deliverables li {
  color: #35413f;
  border-bottom-color: rgba(13, 23, 22, 0.1);
}

/* SERVICE CTA */
.service-detail__link {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 14px;
  margin-top: 55px;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-detail--light .service-detail__link {
  color: #0d1716;
}

.service-detail__link span {
  color: var(--orange);
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.service-detail__link:hover span {
  transform: translateX(7px);
}

/* =========================================
   WHERE TO START
========================================= */
.services-guidance {
  position: relative;
  background: linear-gradient(135deg, #789f9d 0%, #6f9694 55%, #668d8b 100%);
  color: #071312;
  /* Straight transition from Automation */
  border-radius: 0;
  box-shadow: none;
}

.services-guidance__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.services-guidance__label {
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.services-guidance__content h2 {
  margin: 0;
  color: #071312;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.services-guidance__content h2 span {
  display: block;
  /* Contrast against the muted teal */
  color: #f2f0eb;
}

.services-guidance__content > p {
  max-width: 680px;
  margin-top: 40px;
  color: rgba(7, 19, 18, 0.76);
  font-size: 1.05rem;
  line-height: 1.9;
}

.services-guidance__statement {
  color: #071312 !important;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem) !important;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.services-guidance__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.services-guidance__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.services-guidance__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.services-guidance__content h2 span {
  display: block;
  color: #008f87;
}

.services-guidance__content > p {
  max-width: 680px;
  margin-top: 40px;
  color: #52605e;
  font-size: 1.05rem;
  line-height: 1.9;
}

.services-guidance__statement {
  color: #0d1716 !important;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem) !important;
  font-weight: 600;
  letter-spacing: -0.025em;
}

/* =========================================
   SERVICES MOBILE
========================================= */
@media (max-width: 900px) {
  .services-intro__inner,
  .services-guidance__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .service-detail__inner {
    grid-template-columns: 1fr;
  }
  .service-detail__number {
    margin-bottom: 25px;
  }
  .service-detail__bottom {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .service-detail__link {
    grid-column: 1;
  }
}
@media (max-width: 700px) {
  .services-intro,
  .service-detail--light,
  .services-guidance {
    border-radius: 18px 18px 0 0;
  }
  .services-intro__inner,
  .service-detail__inner,
  .services-guidance__inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .service-detail__bottom {
    margin-top: 60px;
    padding-top: 38px;
  }
}
@media (max-width: 700px) {
  .services-guidance {
    border-radius: 18px 18px 0 0;
  }
}
/* =========================================
   WORK INTRO
========================================= */
.work-intro {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.28);
}

.work-intro__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.work-intro__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.work-intro__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.work-intro__content h2 span {
  display: block;
  color: #008f87;
}

.work-intro__content p {
  max-width: 720px;
  color: #52605e;
  font-size: 1.05rem;
  line-height: 1.9;
}

.work-intro__content p:first-of-type {
  margin-top: 42px;
}

/* =========================================
   FEATURED CASE STUDY
========================================= */
.case-study-feature {
  background: radial-gradient(circle at 85% 18%, rgba(53, 209, 195, 0.06), transparent 30%), #071211;
  color: var(--white);
}

.case-study-feature__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
}

.case-study-feature__top {
  display: grid;
  grid-template-columns: 90px 1fr 340px;
  gap: 50px;
  align-items: start;
}

.case-study-feature__number {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-top: 10px;
}

.case-study-feature__heading h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.case-study-feature__heading h2 span {
  display: block;
  color: var(--teal);
}

.case-study-feature__meta {
  display: grid;
  gap: 26px;
  padding-top: 10px;
}

.case-study-feature__meta div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.case-study-feature__meta span {
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.case-study-feature__meta p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* BROWSER */
.case-study-browser {
  margin-top: 85px;
  overflow: hidden;
  border-radius: 18px;
  background: #101b1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.4);
}

.case-study-browser__bar {
  height: 52px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px;
  background: #111d1c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.case-study-browser__dots {
  display: flex;
  gap: 7px;
}

.case-study-browser__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.case-study-browser__url {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.case-study-browser__image {
  display: block;
  width: 100%;
  height: auto;
}

/* CASE DETAILS */
.case-study-feature__details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 85px;
  padding-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.case-study-detail span {
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.case-study-detail p {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.85;
}

.case-study-feature__actions {
  margin-top: 55px;
}

.case-study-feature__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-study-feature__link span {
  color: var(--orange);
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.case-study-feature__link:hover span {
  transform: translate(5px, -5px);
}

/* =========================================
   WORK PRINCIPLES
========================================= */
.work-principles {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
}

.work-principles__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.work-principles__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.work-principles__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.work-principles__content h2 span {
  display: block;
  color: #008f87;
}

.work-principles__lead {
  margin-top: 38px;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  color: #34423f;
}

.work-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 75px;
}

.work-principle {
  padding: 30px 0;
  border-top: 1px solid rgba(13, 23, 22, 0.16);
}

.work-principle > span {
  color: #008f87;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.work-principle h3 {
  margin: 26px 0 16px;
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
  letter-spacing: -0.03em;
}

.work-principle p {
  margin: 0;
  color: #52605e;
  line-height: 1.8;
}

/* =========================================
   MORE WORK
========================================= */
.work-coming {
  background: linear-gradient(135deg, #789f9d 0%, #6f9694 55%, #668d8b 100%);
  color: #071312;
}

.work-coming__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 130px 0;
}

.work-coming h2 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.work-coming h2 span {
  display: block;
  color: #f2f0eb;
}

.work-coming p:last-child {
  max-width: 600px;
  margin-top: 35;
}

/* =========================================
   INSIGHTS INTRO
========================================= */
.insights-intro {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.28);
}

.insights-intro__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.insights-intro__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.insights-intro__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.insights-intro__content h2 span {
  display: block;
  color: #008f87;
}

.insights-intro__content p {
  max-width: 720px;
  color: #52605e;
  font-size: 1.05rem;
  line-height: 1.9;
}

.insights-intro__content p:first-of-type {
  margin-top: 42px;
}

/* =========================================
   FEATURED INSIGHT
========================================= */
.featured-insight {
  background: radial-gradient(circle at 80% 20%, rgba(53, 209, 195, 0.07), transparent 28%), #071211;
  color: var(--white);
}

.featured-insight__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 90px 1fr 360px;
  gap: 55px;
}

.featured-insight__number {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-top: 10px;
}

.featured-insight__content h2 {
  margin: 0;
  font-size: clamp(3.7rem, 6.5vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.featured-insight__content h2 span {
  display: block;
  color: var(--teal);
}

.featured-insight__lead {
  max-width: 650px;
  margin-top: 38px;
  color: var(--white);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.7;
}

.featured-insight__content > p:not(.featured-insight__lead) {
  max-width: 640px;
  color: var(--muted);
  line-height: 1.9;
}

.featured-insight__statement {
  padding-left: 35px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.featured-insight__statement > span {
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.featured-insight__statement p {
  margin-top: 28px;
  color: var(--muted);
  line-height: 1.7;
}

.featured-insight__statement strong {
  display: block;
  margin-top: 25px;
  color: var(--white);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.6;
}

.insight-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 45px;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.insight-link span {
  color: var(--orange);
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.insight-link:hover span {
  transform: translateX(7px);
}

/* =========================================
   INSIGHTS GRID
========================================= */
.insights-grid-section {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
}

.insights-grid-section__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
}

.insights-grid-section__heading h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.insights-grid-section__heading h2 span {
  display: block;
  color: #008f87;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 85px;
}

.insight-card {
  min-height: 480px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  background: #e7e5df;
  border: 1px solid rgba(13, 23, 22, 0.09);
  transition: transform 0.3s ease, background 0.3s ease;
}

.insight-card:hover {
  transform: translateY(-7px);
  background: #eeece6;
}

.insight-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insight-card__number,
.insight-card__category {
  color: #008f87;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.insight-card h3 {
  margin: 65px 0 25px;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.insight-card > p {
  margin: 0;
  color: #52605e;
  line-height: 1.8;
}

.insight-card__footer {
  margin-top: auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(13, 23, 22, 0.12);
  color: #34413f;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.insight-card__arrow {
  color: var(--orange);
  font-size: 1rem;
}

/* =========================================
   INSIGHTS PHILOSOPHY
========================================= */
.insights-philosophy {
  background: linear-gradient(135deg, #789f9d 0%, #6f9694 55%, #668d8b 100%);
  color: #071312;
}

.insights-philosophy__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 140px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.insights-philosophy__label {
  padding-top: 14px;
  color: rgba(7, 19, 18, 0.7);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.insights-philosophy__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.insights-philosophy__content h2 span {
  display: block;
  color: #f2f0eb;
}

.insights-philosophy__content p {
  max-width: 700px;
  margin-top: 40px;
  color: rgba(7, 19, 18, 0.74);
  font-size: 1.05rem;
  line-height: 1.9;
}

/* =========================================
   INSIGHTS MOBILE
========================================= */
@media (max-width: 900px) {
  .insights-intro__inner,
  .insights-philosophy__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .featured-insight__inner {
    grid-template-columns: 1fr;
  }
  .featured-insight__statement {
    padding-left: 0;
    padding-top: 40px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .insights-grid {
    grid-template-columns: 1fr;
  }
  .insight-card {
    min-height: 380px;
  }
}
@media (max-width: 700px) {
  .insights-intro,
  .insights-grid-section {
    border-radius: 18px 18px 0 0;
  }
  .insights-intro__inner,
  .featured-insight__inner,
  .insights-grid-section__inner,
  .insights-philosophy__inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .insight-card {
    min-height: auto;
    padding: 28px;
  }
}
/* =========================================
   CONTACT INTRO
========================================= */
.contact-intro {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.28);
}

.contact-intro__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.contact-intro__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.contact-intro__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.contact-intro__content h2 span {
  display: block;
  color: #008f87;
}

.contact-intro__content p {
  max-width: 720px;
  color: #52605e;
  font-size: 1.05rem;
  line-height: 1.9;
}

.contact-intro__content p:first-of-type {
  margin-top: 42px;
}

/* =========================================
   CONTACT OPTIONS
========================================= */
.contact-options {
  background: radial-gradient(circle at 80% 20%, rgba(53, 209, 195, 0.06), transparent 30%), #071211;
  color: var(--white);
}

.contact-options__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 130px 0;
}

.contact-options__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 65px;
}

.contact-option {
  padding: 32px;
  min-height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.contact-option > span {
  color: var(--teal);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.contact-option h3 {
  margin: 55px 0 20px;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  letter-spacing: -0.03em;
}

.contact-option p {
  color: var(--muted);
  line-height: 1.8;
}

/* =========================================
   PROJECT CONTACT FORM
========================================= */
.contact-project {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
}

.contact-project__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.contact-project__details h2 {
  margin: 0;
  font-size: clamp(3.5rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.contact-project__details h2 span {
  display: block;
  color: #008f87;
}

.contact-project__intro {
  max-width: 520px;
  margin-top: 35px;
  color: #52605e;
  line-height: 1.85;
}

.contact-project__info {
  display: grid;
  gap: 28px;
  margin-top: 70px;
}

.contact-project__info div {
  padding-top: 20px;
  border-top: 1px solid rgba(13, 23, 22, 0.12);
}

.contact-project__info span {
  display: block;
  margin-bottom: 8px;
  color: #008f87;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.contact-project__info p,
.contact-project__info a {
  margin: 0;
  color: #34413f;
  font-size: 0.95rem;
}

/* FORM */
.contact-project__form {
  padding: 45px;
  background: #e7e5df;
}

.contact-project .form-group {
  margin-bottom: 34px;
}

.contact-project label {
  display: block;
  margin-bottom: 10px;
  color: #53615f;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-project input,
.contact-project select,
.contact-project textarea {
  width: 100%;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(13, 23, 22, 0.25);
  outline: 0;
  background: transparent;
  color: #071312;
  font: inherit;
}

.contact-project textarea {
  resize: vertical;
}

.contact-project input:focus,
.contact-project select:focus,
.contact-project textarea:focus {
  border-bottom-color: #008f87;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

/* BUTTON */
.contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  padding: 16px 24px;
  border: 0;
  background: #071312;
  color: var(--white);
  font: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.contact-submit span {
  color: var(--orange);
  font-size: 1rem;
}

.contact-submit:hover {
  background: #102624;
  transform: translateY(-2px);
}

/* =========================================
   FORM MESSAGES
========================================= */
.contact-project .form-message {
  margin-bottom: 35px;
  padding: 20px 22px;
  background: rgba(7, 19, 18, 0.04);
  color: #34413f;
  line-height: 1.7;
}

.contact-project .form-message strong {
  display: block;
  color: #071312;
}

.contact-project .form-message--success {
  border-left: 3px solid #008f87;
}

.contact-project .form-message--error {
  border-left: 3px solid var(--orange);
}

/* =========================================
   CONTACT FINAL
========================================= */
.contact-final {
  background: linear-gradient(135deg, #789f9d 0%, #6f9694 55%, #668d8b 100%);
  color: #071312;
}

.contact-final__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 130px 0;
}

.contact-final h2 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.contact-final h2 span {
  display: block;
  color: #f2f0eb;
}

/* =========================================
   CONTACT MOBILE
========================================= */
@media (max-width: 1000px) {
  .contact-options__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-project__inner {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
@media (max-width: 900px) {
  .contact-intro__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 700px) {
  .contact-intro,
  .contact-project {
    border-radius: 18px 18px 0 0;
  }
  .contact-intro__inner,
  .contact-options__inner,
  .contact-project__inner,
  .contact-final__inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .contact-options__grid {
    grid-template-columns: 1fr;
  }
  .contact-option {
    min-height: auto;
  }
  .contact-project__form {
    padding: 28px 22px;
  }
}
/* =========================================
   DISCIPLINE INTRO
========================================= */
.discipline-intro {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -35px 90px rgba(0, 0, 0, 0.28);
}

.discipline-intro__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.discipline-intro__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.discipline-intro__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.discipline-intro__content h2 span {
  display: block;
  color: #008f87;
}

.discipline-intro__content p {
  max-width: 720px;
  color: #52605e;
  font-size: 1.05rem;
  line-height: 1.9;
}

.discipline-intro__content p:first-of-type {
  margin-top: 42px;
}

/* =========================================
   DISCIPLINE SERVICES
========================================= */
.discipline-services {
  color: var(--white);
}

.discipline-services--dark {
  background: radial-gradient(circle at 84% 18%, rgba(53, 209, 195, 0.07), transparent 28%), #071211;
}

.discipline-services__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
}

.discipline-services__inner > h2 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.discipline-services__inner > h2 span {
  display: block;
  color: var(--teal);
}

.discipline-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 85px;
}

.discipline-service-card {
  min-height: 300px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.discipline-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(53, 209, 195, 0.3);
  background: rgba(255, 255, 255, 0.04);
}

.discipline-service-card > span {
  color: var(--teal);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.discipline-service-card h3 {
  margin: 60px 0 20px;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  letter-spacing: -0.03em;
}

.discipline-service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

/* =========================================
   DISCIPLINE THINKING
========================================= */
.discipline-thinking {
  background: #f2f0eb;
  color: #0d1716;
  border-radius: 28px 28px 0 0;
}

.discipline-thinking__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.discipline-thinking__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.discipline-thinking__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.discipline-thinking__content h2 span {
  display: block;
  color: #008f87;
}

.discipline-thinking__lead {
  max-width: 740px;
  margin-top: 40px;
  color: #52605e;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.75;
}

.discipline-thinking__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 45px;
  margin-top: 75px;
}

.discipline-thinking__item {
  padding-top: 28px;
  border-top: 1px solid rgba(13, 23, 22, 0.14);
}

.discipline-thinking__item > span {
  color: #008f87;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.discipline-thinking__item h3 {
  margin: 25px 0 14px;
  font-size: clamp(1.7rem, 2.3vw, 2.25rem);
  letter-spacing: -0.03em;
}

.discipline-thinking__item p {
  max-width: 460px;
  margin: 0;
  color: #52605e;
  line-height: 1.8;
}

/* =========================================
   DISCIPLINE FIT
========================================= */
.discipline-fit {
  background: linear-gradient(135deg, #789f9d 0%, #6f9694 55%, #668d8b 100%);
  color: #071312;
}

.discipline-fit__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 140px 0 130px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
}

.discipline-fit__heading h2 {
  margin: 0;
  font-size: clamp(3.6rem, 6vw, 6.5rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.discipline-fit__heading h2 span {
  display: block;
  color: #f2f0eb;
}

.discipline-fit__list {
  display: grid;
  align-content: start;
}

.discipline-fit__list div {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(7, 19, 18, 0.16);
}

.discipline-fit__list span {
  color: rgba(7, 19, 18, 0.65);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.discipline-fit__list p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

/* =========================================
   DISCIPLINE PROOF
========================================= */
.discipline-proof {
  background: #f2f0eb;
  color: #0d1716;
}

.discipline-proof__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.discipline-proof__copy h2 {
  margin: 0;
  font-size: clamp(3.2rem, 5.5vw, 5.8rem);
  line-height: 0.89;
  letter-spacing: -0.055em;
}

.discipline-proof__copy h2 span {
  display: block;
  color: #008f87;
}

.discipline-proof__copy > p:not(.section-label) {
  max-width: 550px;
  margin-top: 35px;
  color: #52605e;
  line-height: 1.85;
}

.discipline-proof__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  color: #071312;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.discipline-proof__link span {
  color: var(--orange);
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.discipline-proof__link:hover span {
  transform: translateX(7px);
}

/* BROWSER */
.discipline-proof__browser {
  overflow: hidden;
  border-radius: 18px;
  background: #071211;
  border: 1px solid rgba(13, 23, 22, 0.12);
  box-shadow: 0 30px 80px rgba(7, 19, 18, 0.22);
}

.discipline-proof__browser-bar {
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 18px;
  background: #101c1b;
}

.discipline-proof__dots {
  display: flex;
  gap: 7px;
}

.discipline-proof__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.discipline-proof__url {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.67rem;
}

.discipline-proof__image {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================
   DISCIPLINE RESPONSIVE
========================================= */
@media (max-width: 1000px) {
  .discipline-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .discipline-fit__inner,
  .discipline-proof__inner {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
@media (max-width: 900px) {
  .discipline-intro__inner,
  .discipline-thinking__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 700px) {
  .discipline-intro,
  .discipline-thinking {
    border-radius: 18px 18px 0 0;
  }
  .discipline-intro__inner,
  .discipline-services__inner,
  .discipline-thinking__inner,
  .discipline-fit__inner,
  .discipline-proof__inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .discipline-services__grid,
  .discipline-thinking__grid {
    grid-template-columns: 1fr;
  }
  .discipline-service-card {
    min-height: auto;
    padding: 28px;
  }
  .discipline-fit__inner {
    gap: 55px;
  }
}
/* =========================================
   SYSTEMS EXAMPLE
========================================= */
.systems-example {
  background: #f2f0eb;
  color: #0d1716;
}

.systems-example__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.systems-example__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.systems-example__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.systems-example__content h2 span {
  display: block;
  color: #008f87;
}

.systems-example__lead {
  max-width: 720px;
  margin-top: 40px;
  color: #52605e;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.75;
}

.systems-example__flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 75px;
}

.systems-example__step {
  padding-top: 28px;
  border-top: 1px solid rgba(13, 23, 22, 0.14);
}

.systems-example__step > span {
  color: #008f87;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.systems-example__step h3 {
  margin: 25px 0 14px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  letter-spacing: -0.03em;
}

.systems-example__step p {
  margin: 0;
  color: #52605e;
  line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .systems-example__flow {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .systems-example__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 700px) {
  .systems-example__inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .systems-example__flow {
    grid-template-columns: 1fr;
  }
}
/* =========================================
   AUTOMATION EXAMPLE
========================================= */
.automation-example {
  background: #f2f0eb;
  color: #0d1716;
}

.automation-example__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.automation-example__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.automation-example__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.automation-example__content h2 span {
  display: block;
  color: #008f87;
}

.automation-example__lead {
  max-width: 760px;
  margin-top: 40px;
  color: #52605e;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.75;
}

/* FLOW */
.automation-example__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 80px;
}

.automation-example__step {
  padding-top: 28px;
  border-top: 1px solid rgba(13, 23, 22, 0.14);
}

.automation-example__step > span {
  color: #008f87;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.automation-example__step h3 {
  margin: 25px 0 14px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  letter-spacing: -0.03em;
}

.automation-example__step p {
  margin: 0;
  color: #52605e;
  line-height: 1.8;
}

.automation-example__arrow {
  padding-top: 28px;
  color: var(--orange);
  font-size: 1.4rem;
  font-weight: 500;
}

/* =========================================
   AUTOMATION RESPONSIVE
========================================= */
@media (max-width: 1100px) {
  .automation-example__flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 30px;
  }
  .automation-example__arrow {
    display: none;
  }
}
@media (max-width: 900px) {
  .automation-example__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 700px) {
  .automation-example__inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .automation-example__flow {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
/* =========================================
   DATA EXAMPLE
========================================= */
.data-example {
  background: #f2f0eb;
  color: #0d1716;
}

.data-example__inner {
  width: min(92%, var(--container));
  margin: 0 auto;
  padding: 145px 0 130px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
}

.data-example__label {
  padding-top: 14px;
  color: #008f87;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.data-example__content h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.data-example__content h2 span {
  display: block;
  color: #008f87;
}

.data-example__lead {
  max-width: 760px;
  margin-top: 40px;
  color: #52605e;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.75;
}

/* DASHBOARD STYLE */
.data-example__dashboard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 75px;
}

.data-example__metric {
  position: relative;
  min-height: 260px;
  padding: 32px;
  background: #e7e5df;
  border: 1px solid rgba(13, 23, 22, 0.08);
}

.data-example__metric > span {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(13, 23, 22, 0.35);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.data-example__metric small {
  display: block;
  color: #008f87;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.data-example__metric strong {
  display: block;
  margin-top: 55px;
  color: #071312;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.data-example__metric p {
  max-width: 390px;
  margin: 18px 0 0;
  color: #52605e;
  line-height: 1.75;
}

/* =========================================
   DATA RESPONSIVE
========================================= */
@media (max-width: 900px) {
  .data-example__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 700px) {
  .data-example__inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .data-example__dashboard {
    grid-template-columns: 1fr;
  }
  .data-example__metric {
    min-height: auto;
    padding: 28px;
  }
  .data-example__metric strong {
    margin-top: 45px;
  }
}
/* =========================================
   INNER PAGE HERO STACK
========================================= */
.inner-hero-stack {
  position: relative;
}

/* HERO STAYS BEHIND FIRST SECTION */
.inner-hero-stack > .inner-hero {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 100svh;
  z-index: 1;
}

/* FIRST SECTION MOVES OVER HERO */
.inner-hero-stack > section:nth-of-type(2) {
  position: relative;
  z-index: 5;
  margin-top: 0;
}

/* ENSURE CONTENT AFTER STACK COVERS HERO */
.inner-hero-stack + section {
  position: relative;
  z-index: 8;
}

/* =========================================
   C² HERO CIRCUIT BACKGROUND
========================================= */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 72% 48%, rgba(0, 143, 135, 0.1), transparent 36%), #071312;
}

/* KEEP HERO CONTENT ABOVE BACKGROUND */
.hero > *:not(.hero-circuit) {
  position: relative;
  z-index: 3;
}

/* CIRCUIT LAYER */
.hero-circuit {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* DARK FADE ON LEFT FOR TEXT */
.hero-circuit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(7, 19, 18, 0.96) 0%, rgba(7, 19, 18, 0.82) 27%, rgba(7, 19, 18, 0.32) 52%, rgba(7, 19, 18, 0.06) 75%);
  pointer-events: none;
}

/* SUBTLE GLOW BEHIND CIRCUITS */
.hero-circuit::after {
  content: "";
  position: absolute;
  width: 750px;
  height: 750px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 209, 195, 0.1), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
}

/* CIRCUIT SVG */
.hero-circuit__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-circuit__lines path {
  fill: none;
  stroke: rgba(53, 209, 195, 0.3);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 4px rgba(53, 209, 195, 0.12));
}

/* MAKE SELECTED LINES ORANGE */
.hero-circuit__lines path:nth-child(4n) {
  stroke: rgba(255, 122, 48, 0.32);
}

/* =========================================
   GLOWING CIRCUIT NODES
========================================= */
.hero-node {
  position: absolute;
  z-index: 4;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  opacity: 0.15;
  box-shadow: 0 0 5px currentColor, 0 0 12px currentColor;
  animation: circuitPulse 6s ease-in-out infinite;
}

/* WHITE NODES */
.hero-node--2,
.hero-node--5,
.hero-node--8 {
  background: #ffffff;
  color: #ffffff;
}

/* ORANGE NODES */
.hero-node--3,
.hero-node--7,
.hero-node--10 {
  background: var(--orange);
  color: var(--orange);
}

/* TEAL NODES */
.hero-node--1,
.hero-node--4,
.hero-node--6,
.hero-node--9 {
  color: var(--teal);
}

/* NODE POSITIONS */
.hero-node--1 {
  top: 18%;
  left: 54%;
  animation-delay: 0s;
}

.hero-node--2 {
  top: 31%;
  left: 63%;
  animation-delay: -4.2s;
}

.hero-node--3 {
  top: 46%;
  left: 72%;
  animation-delay: -1.8s;
}

.hero-node--4 {
  top: 61%;
  left: 66%;
  animation-delay: -5.1s;
}

.hero-node--5 {
  top: 72%;
  left: 57%;
  animation-delay: -2.6s;
}

.hero-node--6 {
  top: 27%;
  left: 82%;
  animation-delay: -3.7s;
}

.hero-node--7 {
  top: 67%;
  left: 87%;
  animation-delay: -0.9s;
}

.hero-node--8 {
  top: 38%;
  left: 92%;
  animation-delay: -5.6s;
}

.hero-node--9 {
  top: 78%;
  left: 76%;
  animation-delay: -3s;
}

.hero-node--10 {
  top: 22%;
  left: 69%;
  animation-delay: -6.1s;
}

/* =========================================
   NODE ANIMATION
========================================= */
@keyframes circuitPulse {
  0%, 72%, 100% {
    opacity: 0.1;
    transform: scale(0.7);
    box-shadow: 0 0 0 currentColor;
  }
  78% {
    opacity: 0.9;
    transform: scale(1.15);
    box-shadow: 0 0 8px currentColor, 0 0 20px currentColor;
  }
  84% {
    opacity: 1;
    transform: scale(1.7);
    box-shadow: 0 0 10px currentColor, 0 0 28px currentColor, 0 0 42px currentColor;
  }
  91% {
    opacity: 0.25;
    transform: scale(0.8);
  }
}
.hero-circuit__lines path {
  animation: circuitLinePulse 9s ease-in-out infinite;
}

.hero-circuit__lines path:nth-child(2n) {
  animation-delay: -2s;
}

.hero-circuit__lines path:nth-child(3n) {
  animation-delay: -5s;
}

.hero-circuit__lines path:nth-child(5n) {
  animation-delay: -7s;
}

@keyframes circuitLinePulse {
  0%, 65%, 100% {
    opacity: 0.35;
  }
  72% {
    opacity: 0.65;
  }
  78% {
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(53, 209, 195, 0.45));
  }
  88% {
    opacity: 0.4;
  }
}
@media (max-width: 700px) {
  .hero-circuit {
    opacity: 0.65;
  }
  .hero-circuit__lines {
    width: 150%;
    left: -25%;
  }
  .hero-circuit::before {
    background: linear-gradient(180deg, rgba(7, 19, 18, 0.88) 0%, rgba(7, 19, 18, 0.55) 55%, rgba(7, 19, 18, 0.25) 100%);
  }
  .hero-node {
    width: 4px;
    height: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-node,
  .hero-circuit__lines path {
    animation: none;
  }
}/*# sourceMappingURL=style.css.map */