:root {
  --bg: #f3eee4;
  --bg-deep: #1f2d2a;
  --surface: rgba(255, 252, 246, 0.78);
  --surface-strong: #fffaf2;
  --ink: #171511;
  --muted: #5f574f;
  --line: rgba(23, 21, 17, 0.1);
  --forest: #294943;
  --sage: #6d867d;
  --gold: #d8a84d;
  --coral: #d47763;
  --sky: #d2e2e4;
  --sand: #ebdbc0;
  --shadow: 0 18px 50px rgba(30, 24, 18, 0.12);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --content-width: 1180px;
  --header-offset: 140px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 6% 12%, rgba(216, 168, 77, 0.2), transparent 22%),
    radial-gradient(circle at 94% 8%, rgba(109, 134, 125, 0.18), transparent 20%),
    linear-gradient(180deg, #fbf8f1 0%, var(--bg) 52%, #ece3d3 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background-image:
    linear-gradient(rgba(23, 21, 17, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 21, 17, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 82%);
}

body::after {
  background:
    radial-gradient(circle at 20% 84%, rgba(212, 119, 99, 0.12), transparent 18%),
    radial-gradient(circle at 78% 70%, rgba(41, 73, 67, 0.11), transparent 16%);
}

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

section[id] {
  scroll-margin-top: var(--header-offset);
}

p,
li {
  font-size: 1rem;
}

.page-shell {
  width: min(calc(100% - 32px), var(--content-width));
  margin: 0 auto;
  padding: 90px 0 48px;
}

.site-header {
  position: fixed;
  inset: 14px auto auto 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: min(850px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  padding: 13px 22px 13px 28px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: 22px;
  background: rgba(255, 251, 245, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 28px rgba(31, 24, 18, 0.07);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 38px;
  min-width: 0;
}

.site-nav a {
  color: rgba(23, 21, 17, 0.68);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--forest);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.button:hover,
.button:focus-visible {
  opacity: 0.9;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    opacity 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, var(--forest), #3e645c);
  color: #fff9f0;
}

.button--ghost {
  background: rgba(255, 250, 241, 0.74);
  border-color: rgba(23, 21, 17, 0.12);
  color: var(--ink);
}

.button--compact {
  min-height: 38px;
  padding: 0 15px;
}

.site-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.site-header .site-actions {
  flex: 0 0 auto;
}

.header-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.header-action::after {
  content: "\2197";
  color: var(--forest);
  font-size: 0.82rem;
  line-height: 1;
}

.header-action:hover,
.header-action:focus-visible {
  color: var(--forest);
}

.profile-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  align-items: center;
  gap: 38px;
  min-height: calc(100svh - 78px);
  padding: 10px 0 46px;
}

.profile-copy {
  max-width: 780px;
  min-width: 0;
}

.profile-name {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(5.25rem, 10.8vw, 8.9rem);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.profile-positioning {
  max-width: 46ch;
  margin: 18px 0 0;
  color: var(--forest);
  font-size: clamp(1.22rem, 2vw, 1.68rem);
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

.profile-summary {
  max-width: 54ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.58;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(23, 21, 17, 0.12);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.profile-link:hover,
.profile-link:focus-visible {
  transform: translateY(-2px);
}

.profile-link--primary {
  min-height: 50px;
  padding-inline: 24px;
  border-color: transparent;
  background: linear-gradient(135deg, var(--forest), #3e645c);
  color: #fff9f0;
}

.profile-link--secondary {
  border-color: rgba(41, 73, 67, 0.1);
  background: rgba(255, 250, 241, 0.46);
  color: var(--forest);
}

.profile-visual {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.profile-portrait-frame {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1879 / 2200;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 17, 0.3);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 250, 241, 0.34), rgba(235, 219, 192, 0.2)),
    rgba(255, 250, 241, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 241, 0.18),
    inset 18px 0 42px rgba(41, 73, 67, 0.06),
    0 22px 48px rgba(23, 21, 17, 0.08);
}

.profile-portrait-frame::before,
.profile-portrait-frame::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.profile-portrait-frame::before {
  inset: 11% 7% auto auto;
  width: 74%;
  height: 74%;
  background: radial-gradient(circle, rgba(216, 168, 77, 0.24), transparent 70%);
}

.profile-portrait-frame::after {
  inset: auto auto 8% 0;
  width: 42%;
  height: 42%;
  background: radial-gradient(circle, rgba(41, 73, 67, 0.18), transparent 72%);
}

.profile-portrait-art {
  position: absolute;
  inset: 0;
  overflow: visible;
}

.profile-portrait-art::before {
  box-shadow: 0 0 42px rgba(216, 168, 77, 0.08);
}

.profile-portrait-art::before,
.profile-portrait-art::after {
  content: "";
  position: absolute;
  z-index: 0;
}

.profile-portrait-art::before {
  inset: auto 0 5% 16%;
  width: 56%;
  height: 38%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(216, 168, 77, 0.18), transparent 70%);
}

.profile-portrait-art::after {
  inset: 10% auto auto 2%;
  width: 26%;
  height: 26%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(41, 73, 67, 0.12), transparent 72%);
}

.profile-portrait {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter:
    saturate(1.02)
    contrast(1.03)
    drop-shadow(0 28px 42px rgba(20, 18, 14, 0.16));
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.96fr);
  gap: 20px;
  align-items: start;
}

.hero-stage,
.hero-note,
.proof-card,
.value-card,
.readout-card,
.method-step,
.case,
.proof-capability,
.contact-panel {
  border: 1px solid rgba(23, 21, 17, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 32px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(216, 168, 77, 0.16), transparent 28%),
    linear-gradient(145deg, #203430 0%, #1b2926 62%, #2c4b44 100%);
  color: #f7f2e8;
}

.hero-stage::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 168, 77, 0.26), transparent 68%);
}

.hero-heading {
  max-width: 15ch;
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.2rem, 3.9vw, 3.5rem);
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.eyebrow,
.section-label,
.panel-kicker,
.contact-kicker,
.cap-label,
.proof-label {
  margin: 0 0 12px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(247, 242, 232, 0.78);
}

.section-label,
.panel-kicker,
.contact-kicker,
.cap-label,
.proof-label {
  color: var(--forest);
}

.hero h1,
.section-heading h2,
.hero-note h2,
.case h3,
.value-card h3,
.method-step h3,
.proof-capability h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.hero h1 {
  max-width: 17ch;
  font-size: clamp(2.25rem, 3.8vw, 3.45rem);
  line-height: 1.02;
  text-wrap: balance;
}

.hero-lede {
  max-width: 54ch;
  margin: 18px 0 0;
  color: rgba(247, 242, 232, 0.8);
  font-size: 1.02rem;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.hero-value-card {
  display: grid;
  gap: 6px;
  padding: 14px 15px;
  border-radius: var(--radius-md);
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(247, 242, 232, 0.12);
}

.hero-value-card strong {
  font-size: 1rem;
  line-height: 1.3;
}

.hero-value-card p {
  margin: 0;
  color: rgba(247, 242, 232, 0.72);
  font-size: 0.88rem;
}

.hero-side {
  display: grid;
  grid-template-rows: auto auto;
  gap: 18px;
  align-content: start;
  align-self: start;
  min-width: 0;
  height: 100%;
}

.hero-side .hero-note:last-child {
  height: auto;
}

.hero-note {
  min-width: 0;
  height: auto;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 246, 0.78);
}

.hero-note--contrast {
  background:
    radial-gradient(circle at 85% 18%, rgba(216, 168, 77, 0.18), transparent 26%),
    linear-gradient(180deg, #fff8ef 0%, #f1e4cd 100%);
}

.hero-note h2 {
  font-size: 1.32rem;
  line-height: 1.08;
  text-wrap: balance;
}

.hero-note h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
}

.hero-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hero-results-head h3 {
  margin: 0;
}

.hero-note--results {
  display: grid;
  gap: 10px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.hero-result-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-result-button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(23, 21, 17, 0.12);
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.86);
  color: var(--forest);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.hero-result-button:hover,
.hero-result-button:focus-visible {
  transform: translateY(-1px);
  background: #fffaf2;
}

.hero-result-track {
  display: grid;
}

.hero-result-slide {
  --result-accent: var(--forest);
  position: relative;
  display: none;
  gap: 6px;
  padding-left: 14px;
}

.hero-result-slide::before {
  content: "";
  position: absolute;
  inset: 2px auto 2px 0;
  width: 4px;
  border-radius: 999px;
  background: var(--result-accent);
}

.hero-result-slide.is-active {
  display: grid;
}

.hero-result-slide--hedge {
  --result-accent: #62f04b;
}

.hero-result-slide--lemahdia {
  --result-accent: #171511;
}

.hero-result-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.hero-result-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--result-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--result-accent) 14%, transparent);
}

.hero-result-slide p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.42;
}

.hero-result-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 6px;
}

.hero-result-stats span {
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--result-accent) 16%, rgba(23, 21, 17, 0.08));
  border-radius: 14px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--result-accent) 8%, transparent), transparent),
    rgba(255, 250, 241, 0.74);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.hero-result-stats strong {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1;
}

.hero-result-link {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.hero-result-link::after {
  content: "\2197";
  margin-left: 6px;
  color: var(--result-accent);
}

.hero-result-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-result-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(41, 73, 67, 0.26);
  cursor: pointer;
}

.hero-result-dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: var(--forest);
}

.hero-note p {
  margin: 14px 0 0;
  color: var(--muted);
}

.hero-scope-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.hero-stage-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.hero-stage-focus {
  display: grid;
  gap: 14px;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
}

.hero-stage-label {
  display: inline-flex;
  width: fit-content;
  color: rgba(247, 242, 232, 0.76);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-scope-list--stage {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.hero-scope-item {
  padding-top: 12px;
  border-top: 1px solid rgba(23, 21, 17, 0.08);
}

.hero-scope-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.hero-scope-item strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
}

.hero-scope-item p {
  margin: 4px 0 0;
  font-size: 0.92rem;
}

.hero-scope-item--stage {
  padding: 16px 16px 15px;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 16px;
  background: rgba(255, 250, 241, 0.08);
  backdrop-filter: blur(8px);
  padding-top: 16px;
  border-top: 1px solid rgba(247, 242, 232, 0.14);
}

.hero-scope-list--stage .hero-scope-item--stage:first-child {
  padding-top: 16px;
  border-top: 1px solid rgba(247, 242, 232, 0.14);
}

.hero-scope-item--stage strong {
  color: #f7f2e8;
  line-height: 1.28;
}

.hero-scope-item--stage p {
  margin-top: 6px;
  color: rgba(247, 242, 232, 0.76);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-scope-list--expertise {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 16px;
}

.hero-scope-item--expertise {
  padding: 14px 0 13px;
}

.hero-scope-item--expertise:first-child {
  padding-top: 0;
}

.hero-scope-item--expertise strong {
  font-size: 1rem;
  line-height: 1.28;
}

.hero-scope-item--expertise p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hero-project-list {
  display: grid;
  gap: 10px;
}

.hero-project-row {
  display: grid;
  gap: 5px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 21, 17, 0.08);
}

.hero-project-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.hero-project-row:last-child {
  padding-bottom: 0;
}

.hero-project-row strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}

.hero-project-link::after {
  content: "\2197";
  margin-left: 6px;
  color: var(--forest);
  font-size: 0.9rem;
}

.hero-project-meta {
  color: rgba(23, 21, 17, 0.56);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-project-row strong a:hover,
.hero-project-row strong a:focus-visible,
.project-link:hover,
.project-link:focus-visible,
.project-cta:hover,
.project-cta:focus-visible,
.back-link:hover,
.back-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.hero-project-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.proof-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
  align-items: start;
}

.proof-source {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-card {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 246, 0.78);
}

.proof-value {
  display: block;
  margin-bottom: 10px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.15rem;
  line-height: 0.98;
}

.proof-card p {
  margin: 0;
  color: var(--muted);
}

.section {
  margin-top: 96px;
}

.section--after-hero {
  margin-top: 56px;
}

.experience-flow {
  display: grid;
  gap: 28px;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 26px;
}

.section-heading h2 {
  font-size: clamp(2.15rem, 4vw, 3.5rem);
  line-height: 1.02;
}

.range-grid,
.path-grid {
  display: grid;
  gap: 18px;
  align-items: start;
}

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

.range-card,
.path-card {
  border: 1px solid rgba(23, 21, 17, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.range-card {
  padding: 24px;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 246, 0.78);
}

.range-card--movement {
  background:
    radial-gradient(circle at top left, rgba(210, 226, 228, 0.34), transparent 24%),
    rgba(255, 252, 246, 0.82);
}

.range-card--build {
  background:
    radial-gradient(circle at 82% 20%, rgba(216, 168, 77, 0.18), transparent 24%),
    rgba(255, 252, 246, 0.82);
}

.range-card--shape {
  background:
    radial-gradient(circle at 16% 16%, rgba(41, 73, 67, 0.16), transparent 24%),
    rgba(255, 252, 246, 0.82);
}

.range-card h3,
.path-card h3 {
  margin: 4px 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.48rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.06;
}

.range-metrics {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.range-metrics li {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 21, 17, 0.08);
}

.range-metrics strong {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.range-metrics span {
  max-width: none;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
}

.delivery-lanes {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.delivery-lane {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(23, 21, 17, 0.08);
  background: rgba(255, 250, 241, 0.92);
}

.delivery-lane strong {
  display: inline-block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.65rem;
  line-height: 0.95;
}

.delivery-lane span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.delivery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.delivery-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.9);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 800;
}

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

.path-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 24px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(243, 235, 221, 0.82));
}

.path-card::after {
  content: "";
  position: absolute;
  inset: auto -18px -28px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 168, 77, 0.16), transparent 68%);
}

.path-year {
  display: inline-block;
  color: var(--forest);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.35rem;
  line-height: 0.9;
}

.path-card p {
  position: relative;
  margin: 16px 0 0;
  color: var(--muted);
}

.path-tags,
.detail-tag-list {
  position: relative;
  gap: 8px;
  margin-top: 18px;
}

.path-tags {
  display: flex;
  flex-wrap: wrap;
}

.detail-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.detail-tag-list {
  margin-top: 16px;
}

.path-tags span,
.detail-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.9);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 800;
}

.value-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.value-card {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 246, 0.76);
}

.value-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(41, 73, 67, 0.09);
  color: var(--forest);
  font-size: 0.92rem;
  font-weight: 800;
}

.value-card h3 {
  margin-top: 18px;
  font-size: 1.4rem;
}

.value-card p,
.readout-card p,
.method-step p,
.case-summary,
.case-takeaway p,
.proof-capability p,
.contact-note {
  color: var(--muted);
}

.readout-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(41, 73, 67, 0.07), transparent 30%),
    rgba(255, 252, 246, 0.78);
}

.readout-list {
  display: grid;
  gap: 16px;
}

.readout-list article {
  padding: 14px 0 0;
  border-top: 1px solid rgba(23, 21, 17, 0.08);
}

.readout-list article:first-child {
  border-top: 0;
  padding-top: 0;
}

.readout-list h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.88);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 800;
}

.method-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.method-step {
  position: relative;
  padding: 22px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(216, 168, 77, 0.08), transparent 28%),
    rgba(255, 252, 246, 0.78);
}

.method-index {
  display: inline-block;
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.method-step h3 {
  margin-top: 12px;
  font-size: 1.34rem;
}

.step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.step-tags span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.94);
  border: 1px solid rgba(23, 21, 17, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
}

.case {
  padding: 24px;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 246, 0.76);
}

.case--feature {
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at top right, rgba(41, 73, 67, 0.12), transparent 24%),
    rgba(255, 252, 246, 0.8);
}

.case-intro {
  display: grid;
  gap: 0;
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.case h3 {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.02;
}

.case-summary {
  margin: 14px 0 0;
}

.case-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.case-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.case-column {
  padding-top: 12px;
  padding-right: 8px;
  border-top: 1px solid rgba(23, 21, 17, 0.08);
}

.case-column span {
  display: block;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-column ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 14px 0 0;
}

.case-column li {
  color: var(--muted);
}

.case-split,
.mini-case-grid,
.capability-board {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  align-items: start;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.project-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 14px;
  padding: 24px 22px 22px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  background: rgba(255, 252, 246, 0.8);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.project-card--feature {
  grid-column: span 2;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--project-accent, var(--forest));
}

.project-card::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -84px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--project-glow, rgba(41, 73, 67, 0.14)), transparent 68%);
  pointer-events: none;
}

.project-card--growth {
  --project-accent: #d83a87;
  --project-glow: rgba(216, 58, 135, 0.16);
  --project-pill-bg: rgba(216, 58, 135, 0.1);
}

.project-card--hedge {
  --project-accent: #62f04b;
  --project-glow: rgba(98, 240, 75, 0.16);
  --project-pill-bg: rgba(98, 240, 75, 0.12);
}

.project-card--lemahdia {
  --project-accent: #171511;
  --project-glow: rgba(23, 21, 17, 0.12);
  --project-pill-bg: rgba(23, 21, 17, 0.07);
}

.project-card--reading {
  --project-accent: #b72c1b;
  --project-glow: rgba(183, 44, 27, 0.14);
  --project-pill-bg: rgba(183, 44, 27, 0.09);
}

.project-card--jumeirah {
  --project-accent: #2e7d5f;
  --project-glow: rgba(46, 125, 95, 0.14);
  --project-pill-bg: rgba(46, 125, 95, 0.1);
}

.project-brand {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.project-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
}

.project-mark img {
  display: block;
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
  object-position: center;
}

.project-card--growth .project-mark img {
  max-width: 44px;
  max-height: 44px;
}

.project-card--hedge .project-mark img {
  max-width: 40px;
  max-height: 40px;
}

.project-card--lemahdia .project-mark img {
  max-width: 44px;
  max-height: 44px;
}

.project-card--reading .project-mark img {
  max-width: 36px;
  max-height: 42px;
}

.project-card--jumeirah .project-mark img {
  max-width: 50px;
  max-height: 52px;
}

.project-title-group {
  min-width: 0;
}

.project-role {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 6px 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.92rem;
  line-height: 1.02;
  text-wrap: balance;
}

.project-link {
  color: var(--ink);
}

.project-tagline {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.project-card:hover,
.project-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 20px 52px rgba(30, 24, 18, 0.15);
}

.project-summary {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
}

.project-tags,
.project-metrics {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-metrics span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--project-pill-bg, rgba(41, 73, 67, 0.08));
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 800;
}

.project-cta,
.back-link {
  color: var(--forest);
  font-size: 0.94rem;
  font-weight: 800;
}

.project-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  position: relative;
  z-index: 1;
  padding: 8px 8px 8px 14px;
  border: 1px solid rgba(41, 73, 67, 0.14);
  border-radius: 999px;
  background: rgba(41, 73, 67, 0.07);
  color: var(--forest);
}

.project-cta::after {
  content: "\2197";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(41, 73, 67, 0.12);
  color: var(--forest);
  font-size: 1rem;
  line-height: 1;
}

.detail-shell {
  width: min(calc(100% - 32px), 980px);
  margin: 0 auto;
  padding: 24px 0 56px;
}

.detail-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.detail-hero {
  --detail-accent: var(--gold);
  position: relative;
  overflow: hidden;
  display: grid;
  min-width: 0;
  gap: 16px;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--detail-accent) 18%, rgba(23, 21, 17, 0.08));
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--detail-accent) 18%, transparent), transparent 24%),
    linear-gradient(135deg, color-mix(in srgb, var(--detail-accent) 8%, transparent), transparent 34%),
    rgba(255, 252, 246, 0.84);
}

.detail-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--detail-accent);
}

.detail-hero > * {
  position: relative;
}

.detail-hero--growth {
  --detail-accent: #d83a87;
}

.detail-hero--hedge {
  --detail-accent: #62f04b;
}

.detail-hero--lemahdia {
  --detail-accent: #171511;
}

.detail-hero--reading {
  --detail-accent: #b72c1b;
}

.detail-hero--jumeirah {
  --detail-accent: #2e7d5f;
}

.detail-hero h1 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.detail-intro {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.detail-stat-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-stat {
  padding: 15px 16px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 241, 0.9);
}

.detail-stat span {
  display: block;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-stat strong {
  display: block;
  margin-top: 8px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 0.95;
  text-wrap: balance;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.detail-grid--stacked {
  grid-template-columns: 1fr;
}

.detail-panel {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  background: rgba(255, 252, 246, 0.8);
}

.detail-panel h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.04;
}

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

.detail-panel .detail-list:first-of-type {
  margin-top: 16px;
}

.detail-panel .button {
  margin-top: 10px;
}

.detail-list {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 16px 0 0;
}

.detail-notes {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.detail-note {
  padding: 14px 16px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 241, 0.9);
}

.detail-note strong {
  display: block;
  margin-bottom: 4px;
}

.case-split {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
}

.mini-case-grid,
.capability-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case--growth {
  background:
    radial-gradient(circle at top left, rgba(210, 226, 228, 0.38), transparent 24%),
    rgba(255, 252, 246, 0.8);
}

.growth-board {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.growth-mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shift-card {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 250, 241, 0.88);
  border: 1px solid rgba(23, 21, 17, 0.08);
}

.shift-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 12px;
}

.shift-head span {
  color: var(--muted);
  font-weight: 700;
}

.shift-head strong {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.3rem;
  line-height: 0.95;
}

.shift-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.shift-state {
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(23, 21, 17, 0.08);
  text-align: center;
}

.shift-state span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shift-state strong {
  display: block;
  margin-top: 8px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.9rem;
  line-height: 0.95;
}

.shift-state--before {
  background: rgba(212, 119, 99, 0.12);
}

.shift-state--after {
  background: rgba(41, 73, 67, 0.1);
}

.shift-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border-radius: 999px;
  background: rgba(216, 168, 77, 0.16);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-takeaway {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 250, 241, 0.88);
  border: 1px solid rgba(23, 21, 17, 0.08);
}

.case-takeaway strong {
  display: block;
  margin-bottom: 6px;
}

.case--journey {
  background:
    radial-gradient(circle at top right, rgba(216, 168, 77, 0.18), transparent 26%),
    rgba(255, 252, 246, 0.8);
}

.journey-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.journey-node {
  position: relative;
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: var(--radius-md);
  background: rgba(255, 250, 241, 0.9);
  border: 1px solid rgba(23, 21, 17, 0.08);
  text-align: center;
  font-weight: 800;
}

.journey-node:nth-child(odd) {
  background: rgba(210, 226, 228, 0.46);
}

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

.journey-flow--metrics .journey-node {
  align-content: center;
  gap: 6px;
  min-height: 110px;
}

.journey-flow--metrics .journey-node strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.9rem;
  line-height: 0.9;
}

.journey-flow--metrics .journey-node span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
}

.case--launch {
  background:
    radial-gradient(circle at 84% 22%, rgba(212, 119, 99, 0.18), transparent 26%),
    rgba(255, 252, 246, 0.8);
}

.launch-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.launch-stat {
  padding: 15px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 250, 241, 0.92);
  border: 1px solid rgba(23, 21, 17, 0.08);
}

.launch-stat span {
  display: block;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.launch-stat strong {
  display: block;
  margin-top: 8px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  line-height: 0.95;
}

.launch-stat p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.launch-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 16px;
}

.launch-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.case--event {
  background:
    radial-gradient(circle at 18% 16%, rgba(109, 134, 125, 0.18), transparent 24%),
    rgba(255, 252, 246, 0.8);
}

.impact-panel {
  display: grid;
  gap: 6px;
  justify-items: start;
  width: 100%;
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(23, 21, 17, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 250, 241, 0.94), rgba(241, 228, 203, 0.92));
}

.impact-panel strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 3rem;
  line-height: 0.9;
}

.impact-panel span {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.impact-panel p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 34ch;
}

.impact-panel--event {
  background:
    linear-gradient(145deg, rgba(210, 226, 228, 0.5), rgba(255, 250, 241, 0.96));
}

.event-detail-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.event-detail-list article {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(23, 21, 17, 0.08);
  background: rgba(255, 250, 241, 0.88);
}

.event-detail-list strong {
  display: block;
  margin-bottom: 4px;
}

.event-detail-list p {
  margin: 0;
  color: var(--muted);
}

.proof-capability {
  padding: 22px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.94), rgba(246, 239, 228, 0.8));
}

.proof-capability h3 {
  margin-top: 6px;
  font-size: 1.36rem;
}

.cap-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  min-width: 0;
  align-items: start;
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(28px, 5vw, 48px);
  border-radius: var(--radius-xl);
  border-color: rgba(255, 250, 241, 0.1);
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 168, 77, 0.15), transparent 24%),
    linear-gradient(145deg, #202421 0%, #171a19 64%, #25342f 100%);
  color: #fff9f0;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 560px;
  padding-top: 2px;
}

.contact-copy h2 {
  max-width: 21ch;
  margin: 0;
  color: #fff9f0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.1rem, 3.4vw, 3.45rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.contact-kicker {
  width: fit-content;
  margin: 0;
  padding: 10px 18px;
  border: 1px solid rgba(255, 250, 241, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.06);
  color: rgba(255, 249, 240, 0.78);
}

.contact-note {
  max-width: 45ch;
  margin: 24px 0 0;
  color: rgba(255, 249, 240, 0.72);
  font-size: 1.02rem;
  white-space: normal;
}

.contact-direct {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 28px;
}

.contact-direct button,
.contact-direct a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff9f0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.contact-direct button::after,
.contact-direct a::after {
  content: "\2192";
  color: var(--gold);
}

.contact-form {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.hidden-field {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 249, 240, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 250, 241, 0.14);
  border-radius: 20px;
  background: rgba(255, 250, 241, 0.06);
  color: #fff9f0;
  font: inherit;
  outline: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}

.contact-form input {
  min-height: 58px;
  padding: 0 18px;
}

.contact-form textarea {
  min-height: 180px;
  padding: 16px 18px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(216, 168, 77, 0.7);
  background: rgba(255, 250, 241, 0.09);
}

.contact-form .button {
  justify-self: start;
  min-width: 168px;
  background: #fff9f0;
  color: #171a19;
}

.form-status {
  min-height: 1.4em;
  margin: -4px 0 0;
  color: rgba(255, 249, 240, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.form-status.is-success {
  color: #f2d894;
}

.form-status.is-error {
  color: #ffb9a8;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 4px 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.success-shell {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding-top: 48px;
}

.success-panel {
  width: min(100%, 860px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .site-header {
    gap: 32px;
    border-radius: 22px;
    padding: 12px 14px;
  }

  .profile-intro,
  .hero,
  .value-layout,
  .case--feature,
  .case-split,
  .range-grid,
  .path-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

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

  .proof-ribbon,
  .value-grid,
  .method-track,
  .mini-case-grid,
  .capability-board,
  .project-grid,
  .detail-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-side {
    height: auto;
    grid-template-rows: auto;
  }

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

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

  .profile-intro {
    min-height: auto;
    padding: 24px 0 42px;
  }

  .profile-copy {
    max-width: none;
  }

  .profile-visual {
    justify-content: flex-start;
  }

  .project-card--feature {
    grid-column: span 2;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .contact-note {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--content-width));
    padding-top: 172px;
  }

  .site-header {
    gap: 12px;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    padding: 10px 12px;
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
  }

  .site-nav a {
    font-size: 0.86rem;
  }

  .site-header .site-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .button--compact {
    padding-inline: 14px;
  }

  .profile-intro {
    gap: 26px;
    padding: 18px 0 34px;
  }

  .profile-name {
    max-width: 8.4ch;
    font-size: clamp(3rem, 13vw, 4.2rem);
  }

  .profile-positioning {
    max-width: 28ch;
    font-size: 1.08rem;
  }

  .profile-summary {
    max-width: 36ch;
    font-size: 1rem;
  }

  .profile-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .profile-portrait-frame {
    width: min(100%, 420px);
  }

  .detail-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stage,
  .hero-note,
  .proof-card,
  .value-card,
  .readout-card,
  .method-step,
  .case,
  .proof-capability,
  .contact-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-copy h2 {
    max-width: 100%;
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .contact-form input {
    min-height: 54px;
  }

  .contact-form textarea {
    min-height: 150px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 3.45rem);
  }

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

  .hero-actions,
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .proof-ribbon,
  .value-grid,
  .method-track,
  .mini-case-grid,
  .capability-board,
  .range-grid,
  .path-grid,
  .project-grid,
  .case-columns,
  .journey-flow,
  .launch-stat-grid,
  .detail-stat-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

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

  .project-card--feature {
    grid-column: span 1;
  }

  .delivery-lane {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    margin-top: 74px;
  }

  .launch-bottom {
    align-items: flex-start;
  }

  .shift-compare {
    grid-template-columns: 1fr;
  }

  .shift-arrow {
    justify-self: center;
  }

  .case h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header-offset: 124px;
  }

  .page-shell {
    width: min(calc(100% - 22px), var(--content-width));
    padding: 126px 0 34px;
  }

  .site-header {
    inset: 10px auto auto 50%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    width: calc(100vw - 18px);
    max-width: calc(100vw - 18px);
    padding: 8px;
    border-radius: 18px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
  }

  .site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 34px;
    padding: 0 4px;
    border-radius: 12px;
    background: rgba(41, 73, 67, 0.055);
    color: rgba(23, 21, 17, 0.72);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .site-header .site-actions {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 7px;
    border-top: 1px solid rgba(23, 21, 17, 0.08);
  }

  .header-action {
    justify-content: center;
    min-width: 0;
    font-size: 0.78rem;
    line-height: 1;
    white-space: nowrap;
  }

  .profile-intro {
    min-height: calc(100svh - 126px);
    align-content: center;
    gap: 22px;
    padding: 6px 0 34px;
  }

  .profile-name {
    max-width: none;
    font-size: 4rem;
    line-height: 0.9;
  }

  .profile-positioning {
    max-width: 32ch;
    margin-top: 14px;
    font-size: 1.04rem;
    line-height: 1.28;
  }

  .profile-summary {
    max-width: none;
    margin-top: 14px;
    font-size: 0.95rem;
    line-height: 1.56;
  }

  .profile-links {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
  }

  .profile-link {
    min-height: 42px;
    padding: 0 15px;
    font-size: 0.88rem;
  }

  .profile-visual {
    justify-content: center;
  }

  .profile-portrait-frame {
    width: min(72vw, 280px);
    border-radius: 24px;
  }

  .hero {
    gap: 14px;
  }

  .hero-stage,
  .hero-note,
  .proof-card,
  .value-card,
  .readout-card,
  .method-step,
  .case,
  .proof-capability,
  .contact-panel {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .hero-stage {
    padding: 22px 18px;
  }

  .hero h1,
  .section-heading h2 {
    max-width: 100%;
    font-size: 2.15rem;
    line-height: 1.05;
  }

  .hero-lede {
    margin-top: 14px;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .button {
    min-height: 46px;
    font-size: 0.91rem;
  }

  .hero-value-grid {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-value-card {
    padding: 12px;
  }

  .hero-value-card strong {
    font-size: 0.96rem;
  }

  .hero-value-card p,
  .hero-note p {
    font-size: 0.86rem;
    line-height: 1.46;
  }

  .hero-note h2 {
    font-size: 1.25rem;
  }

  .hero-results-head {
    align-items: center;
  }

  .hero-result-button {
    width: 32px;
    height: 32px;
  }

  .hero-result-slide {
    padding-left: 12px;
  }

  .hero-result-slide p {
    font-size: 0.9rem;
  }

  .hero-result-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .hero-result-stats span {
    padding: 8px 7px;
    font-size: 0.7rem;
  }

  .hero-result-stats strong {
    font-size: 1.08rem;
  }

  .section {
    margin-top: 68px;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-label,
  .panel-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .path-card,
  .project-card {
    border-radius: 22px;
  }

  .path-card {
    padding: 20px;
  }

  .path-year {
    font-size: 2.05rem;
  }

  .path-card p {
    font-size: 0.93rem;
  }

  .path-tags span,
  .detail-tag-list span,
  .project-metrics span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.74rem;
  }

  .project-card {
    gap: 12px;
    padding: 20px 18px;
  }

  .project-brand {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .project-mark {
    width: 46px;
    height: 46px;
  }

  .project-mark img {
    max-width: 42px;
    max-height: 42px;
  }

  .project-role {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .project-card h3 {
    font-size: 1.55rem;
  }

  .project-tagline {
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .project-summary {
    font-size: 0.92rem;
    line-height: 1.52;
  }

  .project-cta {
    padding: 7px 7px 7px 12px;
    font-size: 0.86rem;
  }

  .project-cta::after {
    width: 30px;
    height: 30px;
  }

  .contact-panel {
    gap: 22px;
  }

  .contact-copy h2 {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  .contact-note {
    margin-top: 16px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .contact-direct {
    gap: 12px 16px;
    margin-top: 20px;
  }

  .contact-form {
    gap: 14px;
  }

  .contact-form input {
    min-height: 50px;
  }

  .contact-form textarea {
    min-height: 138px;
  }

  .detail-shell {
    width: min(calc(100% - 22px), 980px);
    padding: 18px 0 38px;
  }

  .detail-hero {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .detail-hero h1 {
    font-size: 2.05rem;
    line-height: 1.04;
  }
}

@media (max-width: 380px) {
  .site-nav a {
    font-size: 0.68rem;
  }

  .header-action {
    font-size: 0.72rem;
  }

  .profile-name {
    font-size: 3.45rem;
  }

  .hero h1,
  .section-heading h2 {
    font-size: 1.95rem;
  }

  .contact-copy h2 {
    font-size: 1.82rem;
  }
}

@media (max-width: 920px) and (orientation: landscape) {
  .page-shell {
    width: min(calc(100% - 36px), var(--content-width));
    padding-top: 102px;
  }

  .site-header {
    width: min(760px, calc(100vw - 28px));
  }

  .profile-intro {
    min-height: auto;
    grid-template-columns: minmax(0, 1.06fr) minmax(210px, 0.72fr);
    align-items: center;
    gap: 24px;
    padding: 6px 0 36px;
  }

  .profile-name {
    max-width: none;
    font-size: clamp(3.4rem, 8vw, 4.8rem);
  }

  .profile-positioning {
    max-width: 42ch;
    font-size: 1rem;
  }

  .profile-summary {
    max-width: 54ch;
    font-size: 0.92rem;
  }

  .profile-links {
    margin-top: 16px;
  }

  .profile-portrait-frame {
    width: min(28vw, 230px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
    animation: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
