:root {
  --bg: #0f172a;
  --bg-deep: #020817;
  --bg-soft: #111827;
  --panel: rgba(15, 23, 42, 0.82);
  --panel-strong: rgba(15, 23, 42, 0.94);
  --stroke: rgba(148, 163, 184, 0.18);
  --text: #f8fbff;
  --muted: #cbd5e1;
  --primary: #1d4ed8;
  --primary-2: #0f172a;
  --accent: #10b981;
  --accent-2: #38bdf8;
  --success: #22c55e;
}

html {
  scroll-behavior: smooth;
  background: var(--bg-deep);
}

body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, #020817 0%, #0f172a 32%, #020817 100%);
  color: var(--text);
  font-family: 'Inter', sans-serif;
}

* { box-sizing: border-box; }

img, video { max-width: 100%; display: block; }

a { text-decoration: none; }

button, input, textarea { font: inherit; }

.video-panel {
  position: relative;
  isolation: isolate;
}

.form-control {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.8);
  color: #f8fbff;
  border-radius: 0.125rem;
  padding: 0.75rem 0.875rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-control::placeholder {
  color: rgba(148, 163, 184, 0.7);
}

.form-control:focus {
  border-color: rgba(56, 189, 248, 0.9);
  outline: none;
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.4);
  background: rgba(15, 23, 42, 0.92);
}

.glass-card {
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 0.25rem;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(2, 6, 23, 0.35);
}

.gradient-text {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 30%, #0ea5e9 60%, #10b981 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-orb {
  position: absolute;
  border-radius: 0;
  filter: blur(80px);
  opacity: 0.7;
  pointer-events: none;
}

.site-page-shell {
  position: relative;
  overflow: hidden;
  background: #020817;
}

.page-shell-video,
.page-video-frame,
.hero-video-wrapper,
.methodology-media,
.cta-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0;
}

.page-shell-video video,
.page-video,
.hero-video,
.method-video,
.cta-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
  filter: saturate(1.15) contrast(1.08) brightness(0.7);
}

.page-video--gradient,
.hero-video.page-video--gradient,
.method-video.page-video--gradient,
.cta-video.page-video--gradient {
  background:
    radial-gradient(ellipse 120% 80% at 20% 30%, rgba(29, 78, 216, 0.22), transparent 40%),
    radial-gradient(ellipse 100% 100% at 80% 70%, rgba(14, 165, 233, 0.16), transparent 45%),
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(16, 185, 129, 0.08), transparent 50%),
    linear-gradient(135deg, #020817 0%, #0f172a 35%, #0a1628 60%, #020817 100%);
  background-size: 200% 200%;
  animation: cinematicFlow 20s ease-in-out infinite;
}

@keyframes cinematicFlow {
  0% { background-position: 0% 0%, 100% 100%, 50% 50%, 0% 0%; }
  50% { background-position: 100% 50%, 0% 50%, 50% 0%, 100% 100%; }
  100% { background-position: 0% 0%, 100% 100%, 50% 50%, 0% 0%; }
}

.page-shell-video .absolute,
.page-video-overlay,
.hero-overlay,
.method-overlay,
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 23, 0.42);
}

.hero-video-wrapper .hero-video,
.methodology-media .method-video,
.cta-media .cta-video,
.hero-video-wrapper .hero-overlay,
.methodology-media .method-overlay,
.cta-media .cta-overlay {
  border-radius: 0;
}

.grid-overlay {
  background-image:
    linear-gradient(rgba(148,163,184,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,163,184,0.08) 1px, transparent 1px);
  background-size: 26px 26px;
}

.section-shell {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hover-lift {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-6px);
  border-color: rgba(125, 211, 252, 0.45);
  box-shadow: 0 18px 40px rgba(83, 97, 248, 0.25);
}

.counter {
  font-variant-numeric: tabular-nums;
}

.eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #8fe3ff;
  font-weight: 700;
}

.eyebrow-small {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.66rem;
  color: #8fe3ff;
  font-weight: 700;
}

.content-copy p {
  margin: 0 0 1.1rem;
  color: rgba(226, 236, 255, 0.82);
  line-height: 1.8;
}

.content-copy h2,
.content-copy h3 {
  color: #f8fbff;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.content-copy ul,
.content-copy ol {
  margin: 1.1rem 0 1.6rem 1.25rem;
  padding-left: 1rem;
  color: rgba(226,236,255,0.82);
}

.content-copy li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.nav-link {
  position: relative;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, #7dd3fc, #6d7cff, #f9c74f);
  transition: transform 0.25s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.hero-shell {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hero-grid {
  position: relative;
  display: grid;
  align-items: center;
  gap: 2.5rem;
  grid-template-columns: 1.15fr 0.85fr;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(125, 211, 252, 0.35);
  border-radius: 0.2rem;
  background: rgba(34, 211, 238, 0.08);
  padding: 0.75rem 1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d9f8ff;
}

.hero-title {
  max-width: 620px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: #ffffff;
}

.hero-copy,
.section-copy {
  max-width: 620px;
  color: rgba(226, 236, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.9;
}

.hero-video-wrapper .kicker,
.hero-video-wrapper .hero-title,
.hero-video-wrapper .hero-copy,
.hero-video-wrapper .primary-button,
.hero-video-wrapper .secondary-button,
.hero-video-wrapper .stat-card,
.hero-video-wrapper .stat-label,
.hero-video-wrapper .stat-number,
.methodology-media .method-card,
.methodology-media .method-card h3,
.methodology-media .method-card p,
.cta-media .cta-content .eyebrow,
.cta-media .cta-content .section-heading,
.cta-media .cta-content .section-copy,
.cta-panel .primary-button,
.cta-panel .secondary-button {
  color: #fff !important;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  padding: 0.9rem 1.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.primary-button {
  background: linear-gradient(135deg, #1d4ed8 0%, #0ea5e9 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(29, 78, 216, 0.24);
}

.secondary-button {
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.7);
  color: #f1f7ff;
}

.secondary-button.alt {
  background: rgba(3, 7, 18, 0.4);
}

.primary-button:hover,
.secondary-button:hover,
.inline-link:hover,
.service-link:hover {
  transform: translateY(-2px);
}

.stat-card {
  border-radius: 0.25rem;
  padding: 1.25rem 1rem;
}

.stat-number {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: 900;
  color: #ffffff;
}

.stat-label {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(226,236,255,0.75);
}

.feature-visual {
  position: relative;
  padding: 1.25rem 0 0 1.25rem;
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(125,211,252,0.25);
  box-shadow: 0 30px 80px rgba(3,7,18,0.55);
  min-height: 620px;
}

.media-image {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  filter: saturate(1.15) contrast(1.05);
}

.media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,6,23,0.12), rgba(2,6,23,0.72));
}

.floating-note {
  position: absolute;
  left: 2rem;
  right: 1rem;
  bottom: 1.75rem;
  border-radius: 0.25rem;
  padding: 1.2rem 1.4rem;
  z-index: 2;
}

.float-title {
  margin-top: 0.5rem;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: white;
}

.float-copy {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(226,236,255,0.78);
}

.elevated-panel,
.quote-panel,
.service-card,
.method-card,
.industry-card,
.feature-item,
.insight-card,
.stat-box,
.global-box,
.featured-industry,
.stats-panel,
.global-panel,
.cta-panel,
.about-showcase {
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(9, 15, 27, 0.82);
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.32);
}

.elevated-panel {
  border-radius: 0.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(8,14,25,0.92), rgba(15,23,42,0.8), rgba(9,18,32,0.9));
}

.tilt-panel {
  position: relative;
  overflow: hidden;
}

.tilt-panel::before {
  content: '';
  position: absolute;
  inset: auto -40% -30% 20%;
  height: 220px;
  background: radial-gradient(circle, rgba(125,211,252,0.22), transparent 60%);
  pointer-events: none;
}

.section-heading-block {
  margin-bottom: 2.5rem;
}

.section-heading {
  max-width: 850px;
  margin: 0.75rem auto 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: #ffffff;
}

.large {
  max-width: none;
  margin-top: 0.75rem;
  font-size: clamp(2.1rem, 3vw, 3.3rem);
}

.mini-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.mini-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  border-radius: 0.25rem;
  padding: 1rem;
  text-align: center;
  color: rgba(233,241,255,0.8);
  font-weight: 600;
}

.service-grid {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  padding: 1.6rem 1.4rem;
}

.service-card.is-featured {
  background: linear-gradient(180deg, rgba(12, 21, 37, 0.9), rgba(14, 31, 53, 0.84));
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(125,211,252,0.18), transparent 65%);
}

.service-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(125,211,252,0.22), rgba(109,124,255,0.2));
  border: 1px solid rgba(125,211,252,0.22);
  color: #dff8ff;
  font-size: 1.15rem;
  font-weight: 800;
}

.service-title {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  letter-spacing: -0.04em;
  color: white;
}

.service-summary {
  position: relative;
  z-index: 1;
  margin-top: 0.9rem;
  font-size: 1rem;
  color: rgba(226,236,255,0.8);
  line-height: 1.75;
}

.service-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
  color: rgba(232,240,255,0.82);
  font-size: 0.92rem;
  line-height: 1.6;
}

.dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.45rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #7dd3fc, #6d7cff);
}

.service-link,
.inline-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 1.5rem;
  color: #8fe3ff;
  font-weight: 700;
}

.editorial-split {
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
}

.editorial-copy {
  padding-right: 1rem;
}

.feature-stack {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.feature-item {
  border-radius: 1.4rem;
  padding: 1.2rem 1rem;
}

.feature-number {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 900;
  color: #8fe3ff;
  letter-spacing: -0.04em;
}

.feature-item h3 {
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  color: white;
}

.feature-item p {
  margin-top: 0.8rem;
  font-size: 0.84rem;
  line-height: 1.7;
  color: rgba(226,236,255,0.75);
}

.methodology-wrap {
  position: relative;
}

.methodology-intro {
  margin-bottom: 2rem;
}

.methodology-panel {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  padding: 1.2rem;
}

.methodology-media {
  position: absolute;
  inset: 0;
}

.methodology-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0.6rem 0 0;
}

.method-card {
  border-radius: 0.25rem;
  padding: 1.2rem;
  background: rgba(9, 15, 27, 0.68);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.method-step-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.method-number {
  font-size: 2rem;
  font-weight: 900;
  color: #8fe3ff;
}

.method-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid rgba(125,211,252,0.35);
  background: rgba(125,211,252,0.08);
  color: #dff8ff;
  font-weight: 700;
}

.method-card h3 {
  margin-top: 1rem;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  color: white;
}

.method-card p {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(226,236,255,0.78);
}

.industry-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.industry-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-card {
  border-radius: 0.25rem;
  padding: 1.2rem;
  text-align: left;
  cursor: pointer;
  color: white;
  background: rgba(9, 15, 27, 0.8);
}

.industry-card.is-active {
  border-color: rgba(125,211,252,0.45);
  background: linear-gradient(180deg, rgba(10, 24, 39, 0.82), rgba(8, 15, 27, 0.88));
}

.industry-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.industry-card p {
  margin-top: 0.85rem;
  font-size: 0.86rem;
  line-height: 1.7;
  color: rgba(226,236,255,0.76);
}

.featured-industry {
  margin-top: 1.5rem;
  border-radius: 0.25rem;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 1.2rem;
  background: linear-gradient(135deg, rgba(9,18,32,0.9), rgba(16,31,52,0.86));
}

.featured-copy h3 {
  margin-top: 0.75rem;
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -0.05em;
  color: white;
}

.featured-copy p {
  margin-top: 0.8rem;
  line-height: 1.8;
  color: rgba(226,236,255,0.8);
}

.featured-rail {
  border: 1px solid rgba(148,163,184,0.18);
  border-radius: 1.2rem;
  padding: 1rem;
  background: rgba(255,255,255,0.03);
}

.featured-rail-header {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8fe3ff;
}

.featured-rail-list {
  margin-top: 1rem;
}

.rail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(148,163,184,0.14);
  color: rgba(226,236,255,0.88);
}

.rail-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.insight-card {
  overflow: hidden;
  border-radius: 0.25rem;
}

.insight-visual {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 180px;
  padding: 1rem 1.2rem;
  background: linear-gradient(135deg, rgba(125,211,252,0.22), rgba(109,124,255,0.2), rgba(9,15,27,0.85));
}

.insight-visual span {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #dff8ff;
  font-weight: 700;
}

.insight-bubble {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.05);
}

.insight-body {
  padding: 1.3rem 1.2rem 1.5rem;
}

.insight-body h3 {
  font-size: 1.7rem;
  letter-spacing: -0.04em;
  color: white;
}

.insight-body p {
  margin-top: 0.9rem;
  line-height: 1.7;
  color: rgba(226,236,255,0.78);
}

.stats-panel {
  border-radius: 0.25rem;
  padding: 2rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1.15fr;
}

.stats-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stats-copy .section-heading {
  margin-top: 0.8rem;
  font-size: clamp(2.1rem, 3vw, 3.4rem);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat-box {
  border-radius: 1.4rem;
  padding: 1.2rem;
  border: 1px solid rgba(148,163,184,0.14);
  background: rgba(255,255,255,0.02);
}

.stat-big {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #8fe3ff;
}

.stat-box p {
  margin-top: 0.8rem;
  color: rgba(226,236,255,0.75);
  line-height: 1.7;
}

.global-panel {
  padding: 1.5rem;
  border-radius: 0.25rem;
  background: linear-gradient(135deg, rgba(9,15,27,0.9), rgba(19,30,54,0.9), rgba(9,15,27,0.9));
}

.regional-pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.regional-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(125,211,252,0.24);
  background: rgba(125,211,252,0.05);
  padding: 0.7rem 1rem;
  font-size: 0.78rem;
  color: rgba(232,240,255,0.85);
}

.global-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.global-box {
  border-radius: 1.4rem;
  padding: 1.2rem;
  border: 1px solid rgba(148,163,184,0.14);
  background: rgba(255,255,255,0.02);
}

.global-box h3 {
  font-size: 1.3rem;
  color: white;
  letter-spacing: -0.04em;
}

.global-box p {
  margin-top: 0.8rem;
  line-height: 1.7;
  color: rgba(226,236,255,0.76);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  min-height: 300px;
  border: 1px solid rgba(125,211,252,0.25);
  background: rgba(8, 14, 25, 0.9);
}

.cta-media {
  position: absolute;
  inset: 0;
}

.cta-overlay {
  background: linear-gradient(115deg, rgba(5,10,18,0.8), rgba(7,11,22,0.58), rgba(8,11,19,0.75));
}

.cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  padding: 2.5rem 2rem;
}

.cta-content .section-heading {
  margin: 0.75rem 0 0;
  max-width: 720px;
}

.cta-content .section-copy {
  max-width: 640px;
  margin-top: 0.9rem;
}

.about-showcase {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  padding: 1.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.about-art {
  position: relative;
  min-height: 480px;
}

.portrait-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 480px;
  border-radius: 1.7rem;
  background: linear-gradient(135deg, rgba(125,211,252,0.18), rgba(109,124,255,0.18), rgba(52,211,153,0.12));
  overflow: hidden;
}

.portrait-backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.35), transparent 25%),
    linear-gradient(135deg, rgba(109,124,255,0.15), rgba(125,211,252,0.12), rgba(52,211,153,0.08));
}

.portrait-image {
  position: relative;
  z-index: 1;
  width: min(82%, 420px);
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 28px 70px rgba(10,15,25,0.42);
  transform: translateY(12px);
}

.founder-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.founder-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fe3ff;
}

.founder-card strong {
  font-size: 1.1rem;
  color: #ffffff;
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0.5rem;
}

.about-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  color: white;
}

.about-role {
  margin-top: 0.5rem;
  color: #8fe3ff;
  font-weight: 700;
}

.about-copy p {
  margin-top: 1rem;
  color: rgba(226,236,255,0.78);
  line-height: 1.9;
}

.quote-panel {
  margin-top: 1.5rem;
  border-radius: 2rem;
  padding: 1.8rem 1.6rem;
}

.quote-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -0.05em;
  color: white;
}

.quote-panel blockquote {
  margin-top: 1rem;
  border-left: 2px solid rgba(125,211,252,0.4);
  padding-left: 1rem;
  font-size: 1.1rem;
  line-height: 1.9;
  color: rgba(233,241,255,0.88);
}

.quote-panel ul {
  margin: 1.25rem 0 0 1rem;
  padding-left: 1rem;
  color: rgba(226,236,255,0.8);
}

.quote-panel li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .hero-grid,
  .editorial-split,
  .featured-industry,
  .stats-panel,
  .about-showcase {
    grid-template-columns: 1fr;
  }

  .feature-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid,
  .methodology-grid,
  .industry-grid,
  .insight-grid,
  .global-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .section-shell {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .hero-shell {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-grid,
  .mini-stat-grid,
  .service-grid,
  .methodology-grid,
  .industry-grid,
  .insight-grid,
  .stats-grid,
  .global-grid,
  .feature-stack {
    grid-template-columns: 1fr;
  }

  .media-frame,
  .portrait-shell {
    min-height: 420px;
  }

  .floating-note {
    left: 1rem;
    right: 1rem;
  }

  .industry-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-content {
    padding: 2rem 1.2rem;
  }
}
