/* 2026 Executive Signal redesign */
:root {
  --paper: #f1ecdf;
  --paper-deep: #ded5c3;
  --sand: #d3b875;
  --sand-light: #e9dfca;
  --sage: #5be0c0;
  --sage-soft: #c9f7e9;
  --moss: #174f47;
  --olive: #0a1515;
  --charcoal: #182120;
  --muted: #596460;
  --line: rgba(10, 21, 21, 0.17);
  --line-light: rgba(241, 236, 223, 0.18);
  --white: #fffdf7;
  --large: clamp(3.1rem, 7vw, 7.7rem);
  --medium: clamp(1.08rem, 1.35vw, 1.32rem);
  --small: 1rem;
  --radius: 0.45rem;
  --max: 1320px;
  --shadow: 0 30px 80px rgba(4, 13, 13, 0.15);
}

body {
  color: var(--charcoal);
  background: var(--paper);
  line-height: 1.62;
}

::selection {
  color: var(--olive);
  background: var(--sage);
}

:focus-visible {
  outline-color: var(--sage);
}

.section {
  width: min(var(--max), calc(100% - clamp(2rem, 7vw, 8rem)));
}

.section-spacious {
  padding-block: clamp(6rem, 11vw, 10.5rem);
}

.site-header {
  padding: 1.15rem clamp(1rem, 3vw, 2.4rem);
}

.nav-shell {
  width: min(1440px, 100%);
  min-height: 4.45rem;
  padding: 0.5rem 0.55rem 0.5rem 0.7rem;
  color: var(--white);
  background: rgba(8, 18, 18, 0.9);
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 0.55rem;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.brand {
  color: var(--white);
  letter-spacing: -0.01em;
}

.brand-mark {
  width: 3rem;
  color: var(--olive);
  background: var(--sage);
  border-radius: 0.3rem;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
}

.nav-menu {
  gap: clamp(0.3rem, 0.8vw, 0.9rem);
}

.nav-menu a {
  color: rgba(255, 253, 247, 0.68);
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

.nav-menu a:hover,
.nav-menu a[aria-current="true"] {
  color: var(--sage);
}

.nav-menu .nav-cv,
.nav-menu .nav-contact {
  padding: 0.9rem 1rem;
  border-radius: 0.25rem;
}

.nav-menu .nav-cv {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
}

.nav-menu .nav-contact {
  color: var(--olive);
  background: var(--sage);
}

.nav-menu .nav-contact:hover {
  color: var(--olive);
  background: #7aebcf;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding-top: clamp(8.5rem, 12vw, 11rem);
  color: var(--white);
  background:
    linear-gradient(rgba(91, 224, 192, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 224, 192, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 80% 40%, rgba(91, 224, 192, 0.14), transparent 30%),
    radial-gradient(circle at 15% 105%, rgba(211, 184, 117, 0.12), transparent 32%),
    var(--olive);
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 42%, rgba(91, 224, 192, 0.07) 50%, transparent 58%);
  transform: translateX(-80%);
  animation: hero-scan 8s ease-in-out infinite;
}

@keyframes hero-scan {
  0%, 30% { transform: translateX(-80%); }
  75%, 100% { transform: translateX(80%); }
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.94fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  min-height: calc(100svh - 15rem);
  padding-bottom: 5rem;
}

.hero-copy {
  padding-top: 1.5rem;
}

.eyebrow {
  margin-bottom: clamp(2rem, 5vw, 4rem);
  color: rgba(255, 253, 247, 0.67);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.eyebrow span + span::before {
  background: rgba(255, 253, 247, 0.32);
}

.eyebrow .live-dot::before {
  content: "";
  width: 0.5rem;
  aspect-ratio: 1;
  background: var(--sage);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(91, 224, 192, 0.6);
  animation: status-pulse 2.4s infinite;
}

@keyframes status-pulse {
  0% { box-shadow: 0 0 0 0 rgba(91, 224, 192, 0.55); }
  70%, 100% { box-shadow: 0 0 0 0.65rem rgba(91, 224, 192, 0); }
}

.hero-name,
h1 .hero-name {
  display: block;
  margin-bottom: 1.3rem;
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 9ch;
  margin-bottom: 2rem;
  color: var(--white);
  font-size: var(--large);
  font-weight: 630;
  line-height: 0.89;
  letter-spacing: -0.075em;
}

.hero h1 em {
  color: var(--sage);
  font-style: normal;
  font-weight: 630;
}

.hero-lede {
  max-width: 47ch;
  margin-bottom: 1rem;
  color: var(--white);
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  line-height: 1.42;
}

.hero-detail {
  max-width: 59ch;
  color: rgba(255, 253, 247, 0.59);
}

.hero-actions {
  margin-top: 2.5rem;
}

.button {
  min-height: 3.45rem;
  border-radius: 0.25rem;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button-primary {
  color: var(--olive);
  background: var(--sage);
}

.button-primary:hover {
  color: var(--olive);
  background: #7aebcf;
}

.hero .button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.25);
}

.hero .button-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero .text-link {
  color: rgba(255, 253, 247, 0.72);
  border-color: rgba(91, 224, 192, 0.45);
}

.decision-card {
  position: relative;
  isolation: isolate;
  min-height: 37rem;
  padding: 1.5rem;
  overflow: hidden;
  color: var(--white);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.6rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.decision-card::after {
  display: none;
}

.decision-card-head {
  align-items: center;
}

.decision-card .section-kicker {
  color: rgba(255, 253, 247, 0.58);
  font-size: 0.72rem;
}

.status-pill {
  padding: 0.45rem 0.65rem;
  color: var(--sage);
  border-color: rgba(91, 224, 192, 0.26);
  border-radius: 0.2rem;
  font-size: 0.74rem;
}

.status-pill i {
  background: var(--sage);
}

.signal-map {
  position: relative;
  min-height: 28rem;
  margin-top: 0.4rem;
}

.signal-map::before,
.signal-map::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  border: 1px solid rgba(91, 224, 192, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.signal-map::before {
  width: 78%;
}

.signal-map::after {
  width: 48%;
  border-style: dashed;
  animation: slow-spin 28s linear infinite;
}

@keyframes slow-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.signal-core,
.signal-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #112322;
  border: 1px solid rgba(91, 224, 192, 0.34);
  box-shadow: 0 0 30px rgba(91, 224, 192, 0.09);
}

.signal-core {
  top: 50%;
  left: 50%;
  width: 7.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--sage);
  border: 0;
  box-shadow: 0 0 0 1rem rgba(91, 224, 192, 0.05), 0 0 65px rgba(91, 224, 192, 0.25);
}

.signal-core b {
  align-self: end;
  color: var(--olive);
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.signal-core small {
  align-self: start;
  color: rgba(10, 21, 21, 0.72);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.signal-node {
  min-width: 6.2rem;
  min-height: 2.65rem;
  padding: 0.45rem 0.7rem;
  border-radius: 0.2rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.node-data { top: 8%; left: 8%; }
.node-business { top: 8%; right: 4%; }
.node-ai { top: 48%; right: 0; }
.node-tech { bottom: 5%; right: 13%; }
.node-execution { bottom: 5%; left: 5%; }

.signal-line {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, var(--sage), rgba(91, 224, 192, 0.12));
  transform-origin: left center;
}

.line-one { transform: rotate(218deg); }
.line-two { transform: rotate(317deg); }
.line-three { transform: rotate(2deg); }
.line-four { transform: rotate(49deg); }
.line-five { transform: rotate(137deg); }

.decision-outcome {
  position: absolute;
  inset: auto 1.5rem 1.3rem;
  margin: 0;
  padding-top: 1rem;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem;
  border-color: rgba(255, 255, 255, 0.14);
}

.decision-outcome span {
  color: var(--sage);
  font-size: 0.7rem;
}

.decision-outcome strong {
  color: var(--white);
  font-size: 0.95rem;
  text-align: right;
}

.hero-proof {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-proof > div {
  min-height: 7rem;
  padding: 1.3rem clamp(0.8rem, 2vw, 1.7rem);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-proof > div:last-child {
  border-right: 0;
}

.hero-proof strong {
  color: var(--sage);
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-proof span {
  max-width: 15ch;
  color: rgba(255, 253, 247, 0.62);
  font-size: 0.78rem;
  line-height: 1.35;
}

.positioning-strip {
  padding: 0;
  display: grid;
  grid-template-columns: minmax(15rem, 0.5fr) 1.5fr;
  color: var(--olive);
  background: var(--sage);
}

.positioning-label {
  padding: 1.5rem clamp(1.5rem, 5vw, 5rem);
  color: var(--white);
  background: var(--moss);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.positioning-track {
  width: 100%;
  padding: 1.5rem clamp(1.5rem, 5vw, 5rem);
  color: var(--olive);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
}

.positioning-track b {
  color: rgba(10, 21, 21, 0.4);
}

h2 {
  color: var(--olive);
  font-size: clamp(2.6rem, 5.6vw, 6rem);
  font-weight: 620;
  line-height: 0.96;
  letter-spacing: -0.065em;
}

h3 {
  font-weight: 720;
}

.section-kicker {
  color: var(--moss);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}

.section-intro {
  margin-bottom: clamp(3.5rem, 7vw, 6.5rem);
  grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.5fr);
  gap: 3rem 7rem;
}

.section-intro h2,
.ai-heading h2,
.about-heading h2,
.communication-grid h2,
.contact-panel h2,
.cv-panel h2 {
  max-width: 12ch;
}

.section-intro > p,
.ai-heading > p,
.communication-grid > div > p {
  color: var(--muted);
}

.question-list {
  border-color: var(--olive);
}

.question-card {
  position: relative;
  border-color: var(--line);
}

.question-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--sage);
  transition: width 220ms ease;
}

.question-card[open]::before,
.question-card:hover::before {
  width: 0.3rem;
}

.question-card summary {
  min-height: 9rem;
  grid-template-columns: 4rem minmax(0, 1fr) 3.25rem;
}

.question-number,
.project-index,
.project-type,
.method-grid > li > span,
.ai-capabilities article > span {
  color: var(--moss);
}

.question-title {
  max-width: 37ch;
  color: var(--olive);
  font-size: clamp(1.2rem, 2.1vw, 2rem);
  letter-spacing: -0.03em;
}

.question-toggle {
  border-color: var(--olive);
  border-radius: 0.2rem;
}

.question-toggle::before,
.question-toggle::after {
  background: var(--olive);
}

.question-body {
  padding: 0 4rem 3.5rem 7rem;
}

.capability-lines span,
.country-list span,
.skill-cloud span,
.role-grid span {
  color: var(--charcoal);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0.2rem;
}

.mini-flow span,
.project-architecture span {
  background: rgba(23, 79, 71, 0.06);
  border-radius: 0.2rem;
}

.mini-flow span::before,
.project-architecture span::before {
  background: var(--sage);
}

.impact-section {
  color: var(--white);
  background: var(--olive);
}

.impact-section .section-kicker,
.impact-section .section-intro h2 {
  color: var(--sage);
}

.impact-section .section-intro > p {
  color: rgba(255, 253, 247, 0.62);
}

.impact-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.impact-card {
  grid-column: span 4;
  min-height: 22rem;
  background: #10201f;
  border: 0;
}

.impact-card:nth-child(1) {
  grid-column: span 7;
  background: var(--sage);
}

.impact-card:nth-child(2) {
  grid-column: span 5;
  background: #17302e;
}

.impact-card > span:not(.impact-symbol),
.impact-card > strong,
.impact-card h3,
.impact-card p,
.impact-symbol {
  color: var(--white);
}

.impact-card:nth-child(1) > span:not(.impact-symbol),
.impact-card:nth-child(1) > strong,
.impact-card:nth-child(1) h3,
.impact-card:nth-child(1) p {
  color: var(--olive);
}

.impact-card > strong {
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 620;
}

.impact-symbol {
  font-size: clamp(3rem, 7vw, 7rem);
  opacity: 0.85;
}

.impact-card {
  transition: background 200ms ease, transform 200ms ease;
}

.impact-card:hover {
  z-index: 1;
  transform: translateY(-0.4rem);
  background: var(--moss);
}

.impact-card:nth-child(1):hover {
  background: #7aebcf;
}

.ai-section {
  position: relative;
  background:
    radial-gradient(circle at 92% 12%, rgba(91, 224, 192, 0.16), transparent 26%),
    #102321;
}

.ai-heading h2 {
  max-width: 14ch;
}

.ai-heading h2 em {
  color: var(--sage);
}

.workflow-panel {
  border-radius: 0.35rem;
  background: rgba(7, 17, 17, 0.42);
}

.workflow {
  grid-template-columns: repeat(7, 1fr);
}

.workflow li {
  min-height: 12rem;
  border-radius: 0.2rem;
}

.workflow li:last-child {
  color: var(--olive);
  background: var(--sage);
}

.workflow li:last-child b,
.workflow li:last-child span {
  color: var(--olive);
}

.ai-capabilities article {
  min-height: 19rem;
  transition: background 180ms ease;
}

.ai-capabilities article:hover {
  background: rgba(91, 224, 192, 0.07);
}

.ai-capabilities article > span,
.workflow b,
.workflow-copy .section-kicker,
.ai-questions .section-kicker {
  color: var(--sage);
}

.question-cloud span {
  border-color: var(--sage);
}

.project-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 1.15rem;
}

.project-card {
  grid-column: span 6;
  min-height: 29rem;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  background: rgba(255, 253, 247, 0.72);
  border-radius: 0.35rem;
  box-shadow: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.project-card:hover {
  transform: translateY(-0.45rem);
  border-color: rgba(23, 79, 71, 0.38);
  box-shadow: 0 28px 70px rgba(10, 21, 21, 0.11);
}

.project-featured {
  position: relative;
  grid-column: 1 / -1;
  min-height: 35rem;
  overflow: hidden;
  background:
    linear-gradient(rgba(91, 224, 192, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 224, 192, 0.05) 1px, transparent 1px),
    var(--olive);
  background-size: 48px 48px, 48px 48px, auto;
}

.project-featured::after {
  content: "CX";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 2rem;
  color: rgba(91, 224, 192, 0.06);
  font-size: clamp(10rem, 28vw, 28rem);
  font-weight: 850;
  line-height: 0.7;
  letter-spacing: -0.12em;
  transform: translateY(-50%);
  pointer-events: none;
}

.project-featured > * {
  position: relative;
  z-index: 1;
}

.project-featured h3 {
  color: var(--sage);
  font-size: clamp(3.8rem, 8vw, 8rem);
  letter-spacing: -0.07em;
}

.project-type,
.project-subtitle {
  color: var(--moss);
}

.project-featured .project-index,
.project-featured .project-type,
.project-featured .project-subtitle {
  color: var(--sage);
}

.project-architecture {
  max-width: 66rem;
}

.project-card details summary {
  color: var(--olive);
}

.project-featured details summary,
.project-featured details dt {
  color: var(--white);
}

.journey-section {
  width: 100%;
  max-width: none;
  padding-inline: max(1.5rem, calc((100vw - var(--max)) / 2));
  background: #ded5c3;
}

.career-map {
  padding: 1.2rem;
  background: var(--olive);
  border-radius: 0.25rem;
}

.career-map span {
  color: var(--white);
}

.career-map i {
  background: var(--sage);
}

.timeline {
  border-color: var(--olive);
}

.timeline li {
  border-color: var(--line);
  transition: background 180ms ease, padding 180ms ease;
}

.timeline li:hover {
  padding-inline: 1.2rem;
  background: rgba(255, 253, 247, 0.42);
}

.timeline li::before {
  background: var(--sage);
  border-color: var(--olive);
}

.toolkit {
  overflow: hidden;
  background: var(--olive);
  border: 0;
  border-radius: 0.4rem;
  box-shadow: var(--shadow);
}

.tab-list {
  background: #102321;
  border-color: rgba(255, 255, 255, 0.12);
}

.tab-list button {
  color: rgba(255, 253, 247, 0.62);
  border-color: rgba(255, 255, 255, 0.12);
}

.tab-list button[aria-selected="true"] {
  color: var(--olive);
  background: var(--sage);
}

.tab-panels {
  min-height: 21rem;
  background: var(--olive);
}

.skill-cloud span {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
}

.skill-cloud span:hover {
  color: var(--olive);
  background: var(--sage);
  border-color: var(--sage);
}

.method-grid {
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.method-grid li {
  min-height: 20rem;
  background: rgba(255, 253, 247, 0.65);
  border: 0;
  transition: background 180ms ease, color 180ms ease;
}

.method-grid li:hover {
  color: var(--white);
  background: var(--moss);
}

.method-grid li:hover h3,
.method-grid li:hover p,
.method-grid li:hover > span {
  color: var(--white);
}

.method-quote {
  color: var(--olive);
  border-color: var(--sage);
}

.communication-section {
  width: 100%;
  max-width: none;
  padding-inline: max(1.5rem, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--moss);
}

.communication-grid h2,
.communication-grid h3,
.communication-grid strong {
  color: var(--white);
}

.communication-grid .section-kicker {
  color: var(--sage);
}

.communication-grid > div > p,
.language-row span {
  color: rgba(255, 253, 247, 0.64);
}

.communication-grid .country-list span {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
}

.language-panel {
  background: rgba(8, 18, 18, 0.3);
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 0.35rem;
}

.language-track {
  background: rgba(255, 255, 255, 0.12);
}

.language-track i {
  background: var(--sage);
}

.education-grid {
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.education-grid article {
  background: rgba(255, 253, 247, 0.62);
  border: 0;
  transition: background 180ms ease;
}

.education-grid article:hover {
  background: var(--white);
}

.continuing-note {
  border-radius: 0.25rem;
}

.about-section {
  width: 100%;
  max-width: none;
  padding-inline: max(1.5rem, calc((100vw - var(--max)) / 2));
  background: var(--white);
}

.about-heading {
  position: sticky;
  top: 8rem;
  align-self: start;
}

.about-copy p:first-child::first-letter {
  float: left;
  margin: 0.12rem 0.65rem 0 0;
  color: var(--moss);
  font-size: 4.5rem;
  font-weight: 720;
  line-height: 0.82;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.role-grid span {
  min-height: 6rem;
  display: flex;
  align-items: center;
  padding: 1.4rem;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease, background 180ms ease;
}

.role-grid span:hover {
  color: var(--olive);
  background: var(--sage);
}

.cv-section {
  width: min(1500px, calc(100% - 2rem));
}

.cv-panel {
  background:
    linear-gradient(rgba(91, 224, 192, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 224, 192, 0.06) 1px, transparent 1px),
    var(--olive);
  background-size: 48px 48px, 48px 48px, auto;
  border-radius: 0.5rem;
}

.cv-panel .section-kicker,
.contact-panel .section-kicker {
  color: var(--sage);
}

.button-light {
  color: var(--olive);
  background: var(--sage);
}

.button-outline-light {
  border-radius: 0.25rem;
}

.contact-section {
  padding-block: clamp(5rem, 10vw, 9rem);
}

.contact-panel {
  color: var(--olive);
  background: var(--sage);
  border-radius: 0.5rem;
}

.contact-panel h2,
.contact-panel p,
.contact-panel .section-kicker,
.contact-panel .email-link {
  color: var(--olive);
}

.contact-panel .button-primary {
  color: var(--white);
  background: var(--olive);
}

.contact-panel .button-secondary {
  color: var(--olive);
  border-color: rgba(10, 21, 21, 0.35);
}

.site-footer {
  color: rgba(255, 253, 247, 0.64);
  background: var(--olive);
  border-color: rgba(255, 255, 255, 0.12);
}

.site-footer strong,
.site-footer a {
  color: var(--white);
}

.back-top {
  color: var(--olive);
  background: var(--sage);
  border: 0;
  border-radius: 0.2rem;
}

.reveal {
  transform: translateY(1.5rem);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .nav-menu {
    gap: 0.25rem;
  }

  .nav-menu a:not(.nav-cv):not(.nav-contact) {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  }

  .workflow {
    grid-template-columns: repeat(4, 1fr);
  }

  .method-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 10ch;
  }

  .decision-card {
    min-height: 34rem;
  }

  .hero-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-proof > div:nth-child(2) {
    border-right: 0;
  }

  .hero-proof > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .positioning-strip {
    grid-template-columns: 1fr;
  }

  .positioning-label {
    text-align: center;
  }

  .impact-card,
  .impact-card:nth-child(1),
  .impact-card:nth-child(2) {
    grid-column: span 6;
  }

  .workflow {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-card {
    grid-column: 1 / -1;
  }

  .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .role-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-heading {
    position: static;
  }
}

@media (max-width: 640px) {
  .section {
    width: min(100% - 2rem, var(--max));
  }

  .site-header {
    padding: 0.65rem;
  }

  .nav-shell {
    border-radius: 0.35rem;
  }

  .nav-menu a:not(.nav-contact) {
    display: block;
  }

  .hero {
    padding-top: 7.5rem;
    background-size: 44px 44px, 44px 44px, auto, auto, auto;
  }

  .hero-grid {
    gap: 2.5rem;
    padding-bottom: 3rem;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .eyebrow {
    margin-bottom: 2.5rem;
  }

  .eyebrow span + span::before {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    width: max-content;
  }

  .decision-card {
    min-height: 29rem;
  }

  .signal-map {
    min-height: 21rem;
  }

  .signal-core {
    width: 5.7rem;
  }

  .signal-node {
    min-width: 4.6rem;
    min-height: 2.2rem;
    padding: 0.35rem;
    font-size: 0.6rem;
  }

  .node-data { left: 0; }
  .node-business { right: 0; }
  .node-ai { right: -0.2rem; }
  .node-tech { right: 2%; }
  .node-execution { left: 0; }

  .hero-proof {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .hero-proof > div {
    min-height: 6.5rem;
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .hero-proof strong {
    font-size: 2rem;
  }

  .positioning-track {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .section-intro,
  .ai-heading {
    grid-template-columns: 1fr;
  }

  .question-card summary {
    min-height: 7.5rem;
    grid-template-columns: 2rem minmax(0, 1fr) 2.6rem;
    gap: 0.8rem;
  }

  .question-title {
    font-size: 1.12rem;
  }

  .question-body {
    padding: 0 0.5rem 2.5rem 2.8rem;
  }

  .impact-card,
  .impact-card:nth-child(1),
  .impact-card:nth-child(2) {
    grid-column: 1 / -1;
    min-height: 18rem;
  }

  .workflow {
    grid-template-columns: 1fr 1fr;
  }

  .workflow li {
    min-height: 8.5rem;
  }

  .project-featured h3 {
    font-size: 4rem;
  }

  .method-grid,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .method-grid li {
    min-height: 13rem;
  }

  .role-grid span {
    min-height: 4.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .signal-map::after,
  .eyebrow .live-dot::before {
    animation: none;
  }
}

/* Compact consistency pass */
:root {
  --paper: #0a1515;
  --paper-deep: #10201f;
  --sand: #5be0c0;
  --sand-light: #17302d;
  --sage: #5be0c0;
  --sage-soft: #9af1dc;
  --moss: #2a8f7c;
  --olive: #071110;
  --charcoal: #f6f4ed;
  --muted: #a8b4af;
  --line: rgba(255, 255, 255, 0.13);
  --line-light: rgba(255, 255, 255, 0.13);
  --white: #fffdf7;
  --large: clamp(2.8rem, 5.5vw, 5.7rem);
  --medium: clamp(1.02rem, 1.15vw, 1.2rem);
  --radius: 0.38rem;
  --max: 1160px;
  --shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

html {
  scroll-padding-top: 5.8rem;
}

body {
  color: var(--white);
  background: var(--paper);
}

h1,
h2,
h3,
p,
span,
strong,
dd,
dt {
  overflow-wrap: anywhere;
}

.section {
  width: min(var(--max), calc(100% - clamp(2rem, 5vw, 4rem)));
}

.section-spacious {
  padding-block: clamp(4.5rem, 7vw, 7rem);
}

h1,
h2,
h3 {
  color: var(--white);
}

h2 {
  font-size: clamp(2.35rem, 4.4vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

h3 {
  color: var(--white);
}

.section-kicker,
.question-number,
.project-index,
.project-type,
.method-grid > li > span,
.ai-capabilities article > span {
  color: var(--sage);
}

.section-intro {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.7fr);
  gap: 2rem clamp(3rem, 7vw, 6rem);
}

.section-intro h2,
.ai-heading h2,
.about-heading h2,
.communication-grid h2,
.contact-panel h2,
.cv-panel h2 {
  max-width: 16ch;
}

.section-intro > p,
.ai-heading > p,
.communication-grid > div > p,
.about-copy,
.project-card > p:not(.project-subtitle),
.impact-card p,
.method-grid p,
.education-grid p,
.continuing-note p,
.contact-panel > p {
  color: var(--muted);
}

.site-header {
  padding-block: 0.75rem;
}

.nav-shell {
  min-height: 3.85rem;
}

.brand-mark {
  width: 2.6rem;
}

.hero {
  min-height: auto;
  padding-top: clamp(7rem, 10vw, 8.5rem);
  background:
    linear-gradient(rgba(91, 224, 192, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 224, 192, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 78% 34%, rgba(91, 224, 192, 0.11), transparent 29%),
    var(--olive);
  background-size: 62px 62px, 62px 62px, auto, auto;
}

.hero-grid {
  min-height: auto;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.78fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.hero-copy {
  padding-top: 0;
}

.eyebrow {
  margin-bottom: 2.2rem;
}

.hero h1 {
  max-width: 10ch;
  margin-bottom: 1.6rem;
  font-size: var(--large);
  line-height: 0.94;
}

.hero-lede {
  max-width: 43ch;
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
}

.hero-detail {
  max-width: 54ch;
}

.hero-actions {
  margin-top: 1.8rem;
}

.button {
  min-height: 3rem;
  padding: 0.72rem 1rem;
}

.decision-card {
  min-height: 30rem;
  padding: 1.25rem;
}

.signal-map {
  min-height: 22.5rem;
}

.signal-core {
  width: 6rem;
}

.signal-core b {
  font-size: 1.65rem;
}

.signal-node {
  min-width: 5.25rem;
  min-height: 2.3rem;
  font-size: 0.66rem;
}

.decision-outcome {
  inset: auto 1.25rem 1.1rem;
}

.hero-proof {
  width: min(var(--max), calc(100% - clamp(2rem, 5vw, 4rem)));
}

.hero-proof > div {
  min-height: 5.6rem;
  padding-block: 0.9rem;
}

.hero-proof strong {
  font-size: clamp(1.5rem, 2.4vw, 2.45rem);
}

.positioning-strip {
  grid-template-columns: minmax(13rem, 0.42fr) 1.58fr;
}

.positioning-label,
.positioning-track {
  padding-block: 1.1rem;
}

.positioning-track {
  font-size: 0.72rem;
}

#what-i-do,
#projects,
#skills,
#method,
#education,
#roles {
  background: var(--paper);
}

.question-list {
  border-color: rgba(255, 255, 255, 0.22);
}

.question-card {
  border-color: var(--line);
}

.question-card summary {
  min-height: 6.7rem;
  grid-template-columns: 3rem minmax(0, 1fr) 2.65rem;
  gap: clamp(0.8rem, 2vw, 1.7rem);
}

.question-title {
  max-width: 48ch;
  color: var(--white);
  font-size: clamp(1.08rem, 1.55vw, 1.45rem);
}

.question-toggle {
  width: 2.45rem;
  border-color: rgba(255, 255, 255, 0.28);
}

.question-toggle::before,
.question-toggle::after {
  background: var(--sage);
}

.question-body {
  padding: 0 3rem 2.5rem 4.7rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.8fr);
  gap: 2rem 4rem;
  color: var(--muted);
}

.question-body blockquote {
  color: var(--white);
  border-color: var(--sage);
}

.capability-lines span,
.country-list span,
.skill-cloud span,
.role-grid span {
  color: var(--white);
  border-color: var(--line);
}

.mini-flow span,
.project-architecture span {
  color: var(--white);
  background: rgba(91, 224, 192, 0.055);
  border-color: var(--line);
}

.impact-section,
.ai-section,
.journey-section,
.communication-section,
.about-section {
  background: var(--paper-deep);
}

.impact-section .section-intro h2,
.ai-heading h2,
.communication-grid h2,
.about-heading h2 {
  color: var(--white);
}

.impact-grid {
  grid-template-columns: repeat(12, 1fr);
}

.impact-card,
.impact-card:nth-child(1),
.impact-card:nth-child(2) {
  min-height: 16rem;
  padding: clamp(1.3rem, 2.2vw, 2rem);
  background: #0d1b1a;
}

.impact-card:nth-child(1) {
  background: var(--sage);
}

.impact-card > strong {
  font-size: clamp(3.2rem, 6vw, 6rem);
}

.impact-symbol {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.impact-card h3 {
  margin-top: 0.7rem;
}

.ai-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(91, 224, 192, 0.1), transparent 25%),
    var(--paper-deep);
}

.ai-heading {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
  gap: 2rem 5rem;
}

.workflow-panel {
  margin-top: 3.5rem;
  padding: clamp(1.3rem, 2.6vw, 2.2rem);
  gap: 2rem 3rem;
}

.workflow {
  grid-template-columns: repeat(4, 1fr);
}

.workflow li {
  min-height: 7.5rem;
}

.ai-capabilities {
  margin-top: 1.3rem;
}

.ai-capabilities article {
  min-height: 14rem;
  padding: clamp(1.2rem, 2.3vw, 1.8rem);
}

.ai-capabilities h3 {
  margin-top: 1.8rem;
}

.ai-questions {
  margin-top: 1.3rem;
  padding: clamp(1.3rem, 2.5vw, 2rem);
}

.outlook-section {
  position: relative;
}

.outlook-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 2rem 5rem;
}

.outlook-heading h2 {
  max-width: 12ch;
  margin-top: 0.8rem;
  color: var(--white);
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.outlook-heading > p {
  color: rgba(255, 253, 247, 0.68);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
}

.outlook-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(3rem, 6vw, 5.5rem);
  border-top: 1px solid rgba(91, 224, 192, 0.25);
  border-left: 1px solid rgba(91, 224, 192, 0.16);
}

.outlook-grid article {
  min-height: 19rem;
  padding: clamp(1.4rem, 2.4vw, 2rem);
  background: rgba(13, 27, 26, 0.74);
  border-right: 1px solid rgba(91, 224, 192, 0.16);
  border-bottom: 1px solid rgba(91, 224, 192, 0.16);
}

.outlook-grid article > span {
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.outlook-grid h3 {
  margin-top: 3.8rem;
  color: var(--white);
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  line-height: 1.12;
}

.outlook-grid p {
  margin-top: 1rem;
  color: rgba(255, 253, 247, 0.62);
}

.outlook-conclusion {
  max-width: 48ch;
  margin: clamp(2.4rem, 5vw, 4.5rem) 0 0 auto;
  padding-left: 1.4rem;
  color: var(--sage);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.35;
  border-left: 2px solid var(--sage);
}

.project-grid {
  gap: 0.8rem;
}

.project-card {
  min-height: 22rem;
  padding: clamp(1.3rem, 2.3vw, 2rem);
  background: #0e1c1b;
  border-color: var(--line);
}

.project-card h3 {
  color: var(--white);
}

.project-card > p:not(.project-subtitle) {
  max-width: none;
}

.project-featured {
  min-height: 27rem;
  background:
    linear-gradient(rgba(91, 224, 192, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 224, 192, 0.04) 1px, transparent 1px),
    #071110;
  background-size: 42px 42px, 42px 42px, auto;
}

.project-featured::after {
  display: none;
}

.project-featured h3 {
  font-size: clamp(3.2rem, 6vw, 6rem);
}

.project-top {
  margin-bottom: 1.8rem;
}

.project-card details,
.project-card dl div {
  border-color: var(--line);
}

.project-card details summary,
.project-card details dt,
.project-featured details summary,
.project-featured details dt {
  color: var(--white);
}

.project-card details dd,
.project-featured details dd,
.project-featured p {
  color: var(--muted);
}

.project-architecture {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.journey-section {
  color: var(--white);
}

.career-map {
  padding: 1rem;
  background: var(--olive);
}

.timeline li {
  min-height: auto;
  padding-block: 1.25rem;
  border-color: var(--line);
}

.timeline time {
  color: var(--sage);
}

.timeline h3 {
  color: var(--white);
}

.timeline p {
  color: var(--muted);
}

.toolkit {
  background: #071110;
}

.tab-list,
.tab-panels {
  background: #0d1b1a;
}

.tab-panels {
  min-height: 16rem;
}

.method-grid {
  grid-template-columns: repeat(4, 1fr);
  background: var(--line);
  border-color: var(--line);
}

.method-grid li {
  min-height: 13rem;
  background: #0d1b1a;
}

.method-grid li:last-child {
  grid-column: span 2;
  color: var(--olive);
  background: var(--sage);
}

.method-grid li:last-child h3,
.method-grid li:last-child p,
.method-grid li:last-child > span {
  color: var(--olive);
}

.method-quote {
  margin-top: 2.5rem;
  color: var(--white);
}

.communication-grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr);
  gap: 4rem;
}

.language-panel {
  padding: clamp(1.3rem, 2.7vw, 2.2rem);
}

.education-grid {
  grid-template-columns: repeat(2, 1fr);
  background: var(--line);
}

.education-grid article {
  min-height: 13rem;
  background: #0d1b1a;
}

.education-grid h3 {
  color: var(--white);
}

.education-grid time,
.education-grid article > span {
  color: var(--sage);
}

.continuing-note {
  background: #0d1b1a;
  border-color: var(--line);
}

.about-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 7rem);
}

.about-copy p {
  max-width: 62ch;
}

.about-copy p:first-child::first-letter {
  color: var(--sage);
}

.role-grid {
  grid-template-columns: repeat(3, 1fr);
  border-color: var(--line);
}

.role-grid span {
  min-height: 4.6rem;
  border-color: var(--line);
}

.cv-section {
  width: min(var(--max), calc(100% - clamp(2rem, 5vw, 4rem)));
}

.cv-panel {
  padding: clamp(2rem, 4.5vw, 4rem);
}

.contact-section {
  padding-block: clamp(4rem, 7vw, 6rem);
}

.contact-panel {
  padding: clamp(2.3rem, 5vw, 4.5rem);
}

.site-footer {
  padding-block: 2rem;
}

@media (max-width: 1180px) {
  .nav-menu {
    color: var(--white);
    background: #0d1b1a;
    border-color: var(--line);
  }

  .nav-menu a:not(.nav-cv):not(.nav-contact) {
    display: block;
  }

  .nav-toggle {
    background: var(--sage);
  }

  .nav-toggle span:not(.sr-only) {
    background: var(--olive);
  }
}

@media (max-width: 900px) {
  .outlook-heading {
    grid-template-columns: 1fr;
  }

  .outlook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .outlook-grid article {
    min-height: 16rem;
  }

  .section-intro,
  .ai-heading,
  .workflow-panel,
  .communication-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 44rem;
  }

  .decision-card {
    width: 100%;
    max-width: none;
  }

  .question-body {
    grid-template-columns: 1fr;
  }

  .impact-card,
  .impact-card:nth-child(1),
  .impact-card:nth-child(2) {
    grid-column: span 6;
  }

  .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-grid li:last-child {
    grid-column: auto;
  }

  .about-heading {
    position: static;
  }
}

@media (max-width: 640px) {
  .outlook-heading h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .outlook-grid {
    grid-template-columns: 1fr;
  }

  .outlook-grid article {
    min-height: auto;
  }

  .outlook-grid h3 {
    margin-top: 2.2rem;
  }

  .section-spacious {
    padding-block: 4rem;
  }

  .hero {
    padding-top: 6.5rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .decision-card {
    min-height: auto;
    padding-bottom: 1.25rem;
  }

  .decision-card-head {
    margin-bottom: 1rem;
  }

  .signal-map {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.55rem;
  }

  .signal-map::before,
  .signal-map::after,
  .signal-line {
    display: none;
  }

  .signal-node,
  .signal-core {
    position: static;
    width: auto;
    min-width: 0;
    min-height: 3rem;
    aspect-ratio: auto;
    transform: none;
    border-radius: 0.2rem;
  }

  .signal-core {
    grid-column: 1 / -1;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0.5rem;
    order: -1;
  }

  .signal-core b,
  .signal-core small {
    align-self: center;
  }

  .decision-outcome {
    position: static;
    margin-top: 1rem;
  }

  .hero-proof > div {
    min-height: 5.3rem;
  }

  .positioning-label {
    display: none;
  }

  .positioning-track {
    gap: 0.75rem;
  }

  .question-card summary {
    min-height: 5.9rem;
  }

  .question-body {
    padding: 0 0.25rem 2rem 2.8rem;
  }

  .impact-card,
  .impact-card:nth-child(1),
  .impact-card:nth-child(2) {
    grid-column: 1 / -1;
    min-height: 13rem;
  }

  .workflow,
  .ai-capabilities,
  .question-cloud,
  .education-grid,
  .method-grid,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .workflow li,
  .ai-capabilities article,
  .method-grid li,
  .education-grid article {
    min-height: auto;
  }

  .project-card,
  .project-featured {
    min-height: auto;
  }

  .project-featured h3 {
    font-size: 3.3rem;
  }

  .project-architecture {
    grid-template-columns: 1fr;
  }

  .project-architecture i {
    width: 1px;
    height: 0.6rem;
    margin-left: 1rem;
  }

  .role-grid span {
    min-height: 3.8rem;
  }
}

/* Screenshot-derived layout repair */
.hero {
  display: block;
  width: 100%;
}

.hero-grid,
.hero-proof {
  margin-inline: auto;
}

.hero-copy,
.decision-card,
.hero-proof > div,
.section-intro > *,
.project-card,
.impact-card {
  min-width: 0;
}

h1,
h2,
h3,
span,
strong,
dt {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

p,
dd {
  overflow-wrap: break-word;
  word-break: normal;
}

.email-link {
  overflow-wrap: anywhere;
}

.hero h1 {
  max-width: 11.5ch;
  font-size: clamp(3rem, 4.7vw, 4.9rem);
  line-height: 0.98;
}

.decision-card {
  min-height: 28rem;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.signal-map {
  width: 100%;
  min-height: 20.5rem;
}

.decision-outcome {
  position: static;
  inset: auto;
  margin-top: 0.4rem;
  padding-top: 0.9rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-proof span {
  max-width: none;
  overflow-wrap: normal;
  word-break: normal;
}

h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
}

.section-spacious {
  padding-block: clamp(3.8rem, 6vw, 5.8rem);
}

.impact-card,
.impact-card:nth-child(1),
.impact-card:nth-child(2) {
  min-height: 14rem;
}

.project-card {
  min-height: 19rem;
}

.project-featured {
  min-height: 23rem;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero h1 {
    max-width: 10ch;
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .decision-card {
    min-height: auto;
  }

  .signal-map {
    min-height: auto;
  }
}

/* Content corrections and eight-point connection map */
.eyebrow {
  margin-bottom: 1.25rem;
}

.hero-line {
  display: inline-block;
  white-space: nowrap;
}

.signal-map {
  min-height: 21.5rem;
}

.signal-line {
  width: 36%;
}

.line-one { transform: rotate(270deg); }
.line-two { transform: rotate(315deg); }
.line-three { transform: rotate(0deg); }
.line-four { transform: rotate(45deg); }
.line-five { transform: rotate(90deg); }
.line-six { transform: rotate(135deg); }
.line-seven { transform: rotate(180deg); }
.line-eight { transform: rotate(225deg); }

.signal-node {
  min-width: 5.4rem;
}

.node-data {
  top: 2%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translateX(-50%);
}

.node-business {
  top: 12%;
  right: 3%;
  bottom: auto;
  left: auto;
  transform: none;
}

.node-ai {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.node-tech {
  right: 3%;
  bottom: 12%;
  top: auto;
  left: auto;
  transform: none;
}

.node-execution {
  bottom: 2%;
  left: 50%;
  top: auto;
  right: auto;
  transform: translateX(-50%);
}

.node-analytics {
  bottom: 12%;
  left: 3%;
}

.node-architect {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.node-decisions {
  top: 12%;
  left: 3%;
}

.question-card::before {
  z-index: 0;
}

.question-card summary,
.question-body {
  position: relative;
  z-index: 1;
}

.question-card summary {
  padding-left: 1rem;
}

.question-number {
  min-width: 2.25rem;
  padding-left: 0.2rem;
  display: block;
  overflow: visible;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10.5vw, 3.3rem);
  }

  .signal-map {
    min-height: auto;
  }

  .signal-node,
  .node-data,
  .node-business,
  .node-ai,
  .node-tech,
  .node-execution,
  .node-analytics,
  .node-architect,
  .node-decisions {
    position: static;
    inset: auto;
    transform: none;
  }

  .question-card summary {
    padding-left: 0.7rem;
    grid-template-columns: 2.4rem minmax(0, 1fr) 2.6rem;
  }

  .question-number {
    padding-left: 0.15rem;
  }
}

/* Recruiter clarity and photo-carousel preparation */
.hero-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 10.75rem;
  align-items: end;
  gap: 1.25rem;
  max-width: 42rem;
}

.hero-summary {
  min-width: 0;
}

.carousel-descriptors {
  position: relative;
  min-height: 5.3rem;
  margin-bottom: 1.35rem;
}

.carousel-descriptor {
  position: absolute;
  inset: 0 auto auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.28rem;
  min-height: 5.3rem;
  opacity: 0;
  transform: translateY(0.45rem);
  transition: opacity 260ms ease, transform 260ms ease;
}

.carousel-descriptor.is-active {
  opacity: 1;
  transform: translateY(0);
}

.carousel-descriptor strong {
  color: var(--sage);
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
  font-weight: 720;
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.carousel-descriptor span {
  color: rgba(255, 253, 247, 0.64);
  font-size: clamp(0.76rem, 1vw, 0.9rem);
  line-height: 1.35;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.portrait-carousel {
  width: 10.75rem;
  padding: 0.45rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(91, 224, 192, 0.25);
  border-radius: 0.35rem;
}

.portrait-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(145deg, rgba(91, 224, 192, 0.15), transparent 50%),
    repeating-linear-gradient(0deg, transparent 0 20px, rgba(91, 224, 192, 0.05) 20px 21px),
    #0d1d1b;
  border-radius: 0.2rem;
}

.portrait-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.7rem;
  padding: 0.7rem;
  text-align: center;
  opacity: 0;
  transform: translateX(0.55rem);
  transition: opacity 220ms ease, transform 220ms ease;
}

.portrait-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.portrait-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.portrait-slide span {
  color: var(--sage);
  font-size: 2.35rem;
  font-weight: 750;
  letter-spacing: -0.07em;
}

.portrait-slide small {
  color: rgba(255, 253, 247, 0.68);
  font-size: 0.68rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portrait-controls {
  display: grid;
  grid-template-columns: 1.8rem 1fr 1.8rem;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.4rem;
}

.portrait-controls button {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  color: var(--sage);
  background: transparent;
  border: 1px solid rgba(91, 224, 192, 0.23);
  border-radius: 0.18rem;
  cursor: pointer;
}

.portrait-controls button:hover,
.portrait-controls button:focus-visible {
  color: var(--olive);
  background: var(--sage);
}

.portrait-controls span {
  color: rgba(255, 253, 247, 0.6);
  font-size: 0.64rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  text-align: center;
}

.hero-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-proof span {
  max-width: 28ch;
}

.ai-section {
  padding-block: clamp(3.8rem, 5.5vw, 5.2rem);
}

.ai-capabilities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-capabilities article {
  min-height: 11.5rem;
}

.ai-capabilities h3 {
  margin-top: 1.25rem;
}

.cv-note {
  max-width: 36ch;
}

.education-grid article:hover {
  background: var(--sage);
}

.education-grid article:hover time,
.education-grid article:hover h3,
.education-grid article:hover p,
.education-grid article:hover > span {
  color: var(--olive);
}

.contact-panel > p {
  color: rgba(7, 17, 16, 0.78);
}

.contact-panel .contact-details,
.contact-panel .contact-details span,
.contact-panel .email-link {
  color: var(--olive);
}

@media (max-width: 900px) {
  .hero-intro {
    max-width: 42rem;
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .eyebrow {
    gap: 0.45rem;
  }

  .eyebrow span {
    width: 100%;
  }

  .hero-intro {
    grid-template-columns: minmax(0, 1fr) 8.85rem;
    align-items: end;
    gap: 0.85rem;
  }

  .portrait-carousel {
    width: 8.85rem;
  }

  .carousel-descriptors {
    min-height: 4.7rem;
    margin-bottom: 1rem;
  }

  .carousel-descriptor {
    min-height: 4.7rem;
  }

  .carousel-descriptor span {
    white-space: normal;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-proof > div,
  .hero-proof > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .hero-proof > div:last-child {
    border-bottom: 0;
  }

  .ai-capabilities {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .hero-intro {
    grid-template-columns: 1fr;
  }

  .portrait-carousel {
    width: 9.75rem;
  }

  .carousel-descriptors {
    margin-top: 0.25rem;
  }
}

/* Hero text/photo swap and project action emphasis */
.hero-intro {
  grid-template-columns: 10.75rem minmax(0, 1fr);
}

.project-heading-line {
  color: inherit;
  white-space: nowrap;
}

.project-actions .button-secondary {
  color: var(--olive);
  background: var(--sage);
  border-color: var(--sage);
}

.project-actions .button-secondary:hover,
.project-actions .button-secondary:focus-visible {
  color: var(--olive);
  background: #7aebcf;
  border-color: #7aebcf;
}

/* Perspectives */
.perspectives-section {
  border-top: 1px solid rgba(91, 224, 192, 0.15);
}

.perspectives-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.perspective-card {
  display: grid;
  grid-template-columns: minmax(11rem, 0.75fr) minmax(0, 1.25fr);
  min-height: 23rem;
  overflow: hidden;
  background: rgba(15, 29, 27, 0.72);
  border: 1px solid rgba(91, 224, 192, 0.2);
  border-radius: 0.55rem;
  transition: border-color 180ms ease, transform 180ms ease;
}

.perspective-card:hover {
  border-color: rgba(91, 224, 192, 0.55);
  transform: translateY(-0.2rem);
}

.perspective-card-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(20rem, 1.15fr) minmax(0, 0.85fr);
  min-height: 20rem;
}

.perspective-image {
  min-height: 100%;
  overflow: hidden;
  background: #091413;
}

.perspective-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.perspective-image-portrait img {
  object-position: center top;
}

.perspective-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.5rem, 3vw, 2.6rem);
}

.perspective-copy > span {
  color: var(--sage);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.perspective-copy h3 {
  margin: 1.1rem 0 0.8rem;
  font-size: clamp(1.65rem, 2.8vw, 2.55rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.perspective-copy p {
  color: rgba(255, 253, 247, 0.68);
  line-height: 1.65;
}

.perspective-copy button {
  margin-top: auto;
  padding: 0.85rem 0;
  color: var(--sage);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(91, 224, 192, 0.45);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.perspective-copy button:hover,
.perspective-copy button:focus-visible { color: #fffdf7; }

.dialog-open { overflow: hidden; }

.article-dialog {
  width: min(46rem, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  padding: 0;
  color: #fffdf7;
  background: #0c1918;
  border: 1px solid rgba(91, 224, 192, 0.45);
  border-radius: 0.6rem;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.6);
}

.article-dialog::backdrop { background: rgba(2, 8, 8, 0.82); backdrop-filter: blur(0.3rem); }
.article-dialog article { position: relative; padding: clamp(2rem, 6vw, 4.5rem); }
.article-dialog h2 { margin: 0.8rem 2rem 0.7rem 0; font-size: clamp(2.2rem, 6vw, 4rem); line-height: 0.98; letter-spacing: -0.055em; }
.article-dialog h3 { margin: 2.2rem 0 0.7rem; font-size: 1.25rem; }
.article-dialog p { color: rgba(255, 253, 247, 0.76); line-height: 1.75; }
.article-dialog .article-deck { margin: 0 0 2rem; color: var(--sage); font-size: 1.08rem; }
.article-dialog blockquote { margin: 2rem 0; padding: 1.3rem 1.5rem; color: #fffdf7; background: rgba(91, 224, 192, 0.08); border-left: 0.2rem solid var(--sage); font-size: 1.15rem; line-height: 1.55; }
.article-close { position: sticky; z-index: 2; top: 1rem; float: right; width: 2.6rem; height: 2.6rem; color: var(--olive); background: var(--sage); border: 0; border-radius: 50%; font-size: 1.7rem; line-height: 1; cursor: pointer; }

@media (max-width: 820px) {
  .perspectives-grid { grid-template-columns: 1fr; }
  .perspective-card-wide { grid-column: auto; }
}

@media (max-width: 560px) {
  .perspective-card,
  .perspective-card-wide { grid-template-columns: 1fr; }
  .perspective-image { min-height: 15rem; }
  .perspective-image-portrait { max-height: 22rem; }
}

@media (max-width: 640px) {
  .hero-intro {
    grid-template-columns: 8.85rem minmax(0, 1fr);
  }
}

@media (max-width: 430px) {
  .hero-intro {
    grid-template-columns: 1fr;
  }
}
