:root {
  --paper: #fcfaf7;
  --paper-deep: #f0ede8;
  --ink: #141210;
  --ink-soft: #423d38;
  --muted: #797067;
  --line: #e3e0dd;
  --line-dark: rgba(255, 255, 255, 0.13);
  --orange: #fe6e00;
  --orange-strong: #e85e00;
  --orange-warm: #ffb74d;
  --night: #0a0a09;
  --night-soft: #151412;
  --white: #ffffff;
  --success: #00c758;
  --shell: min(1400px, calc(100% - 64px));
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 18px;
  --shadow: 0 30px 80px rgba(19, 16, 12, 0.16);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink-soft);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--white);
  background: var(--orange);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--orange-warm);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--orange);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 0;
  transition: padding 250ms ease;
}

.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px 0 26px;
  color: var(--ink);
  background: rgba(252, 250, 247, 0.82);
  border: 1px solid rgba(20, 18, 16, 0.09);
  border-radius: 999px;
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  box-shadow:
    0 18px 50px rgba(37, 29, 20, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: min-height 250ms ease, background 250ms ease, box-shadow 250ms ease;
}

.site-header.is-scrolled {
  padding-top: 8px;
}

.site-header.is-scrolled .header-inner {
  min-height: 60px;
  background: rgba(252, 250, 247, 0.94);
  box-shadow: 0 14px 42px rgba(37, 29, 20, 0.12);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}

.wordmark-copy {
  font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.site-nav > a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  color: rgba(20, 18, 16, 0.6);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-decoration: none;
  line-height: 1;
  transition: color 180ms ease, background 180ms ease, transform 180ms var(--ease), box-shadow 180ms ease;
}

.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 6px;
  left: 12px;
  height: 1px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease;
}

.site-nav > a:hover,
.site-nav > a.is-active {
  color: var(--ink);
}

.site-nav > a:hover::after,
.site-nav > a.is-active::after {
  transform: scaleX(1);
}

.site-nav .language-link {
  margin-left: 6px;
  color: var(--orange-strong);
}

.site-nav .nav-cta {
  margin-left: 10px;
  min-height: 46px;
  gap: 8px;
  padding-inline: 22px;
  color: var(--white);
  background: var(--orange-strong);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 11px 26px rgba(232, 94, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.site-nav .nav-cta:hover {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 13px 30px rgba(20, 18, 16, 0.22);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 200ms ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 156px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 33%, rgba(254, 110, 0, 0.1), transparent 31%),
    linear-gradient(135deg, #fffdfa 0%, var(--paper) 48%, #f6f0e9 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto 12% -8%;
  width: 34vw;
  aspect-ratio: 1;
  border: 1px solid rgba(20, 18, 16, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  top: 5%;
  right: -10%;
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle, rgba(254, 110, 0, 0.1), transparent 64%);
  pointer-events: none;
}

.hero-grid {
  min-height: calc(100svh - 214px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.72fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
  padding-bottom: 64px;
}

.eyebrow {
  margin: 0;
  color: var(--orange-strong);
  font: 700 11px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(20, 18, 16, 0.09);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(37, 29, 20, 0.05);
  backdrop-filter: blur(12px);
}

.hero .eyebrow::before {
  width: 6px;
  height: 6px;
  margin: 0 9px 0 0;
  background: var(--orange);
  border-radius: 50%;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  display: inline-block;
  margin: 0 10px 3px 0;
  background: currentColor;
}

.eyebrow-light {
  color: var(--orange-warm);
}

.hero h1 {
  max-width: 840px;
  margin: 28px 0 30px;
  color: var(--ink);
  font-size: clamp(3.35rem, 6.15vw, 6.55rem);
  font-weight: 560;
  line-height: 0.96;
  letter-spacing: -0.064em;
}

.hero h1 span {
  color: var(--orange-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.about-intro h2 span,
.principles-statement span {
  color: var(--orange);
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.27rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 200ms var(--ease), background 200ms ease, box-shadow 200ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(20, 18, 16, 0.16);
}

.button-primary:hover {
  background: var(--orange-strong);
  box-shadow: 0 18px 36px rgba(254, 110, 0, 0.3);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease;
}

.text-link:hover {
  color: var(--orange-strong);
  border-color: var(--orange);
}

.hero-stats {
  display: flex;
  gap: clamp(24px, 4vw, 54px);
  margin-top: 64px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.hero-stats div {
  display: grid;
  gap: 2px;
}

.hero-stats strong {
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.hero-stats span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.portrait-stage {
  position: relative;
  z-index: 1;
  width: min(100%, 540px);
  margin-left: auto;
  padding: 26px;
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.88;
  border: 1px solid rgba(20, 18, 16, 0.14);
  border-radius: 34px;
  background: var(--paper-deep);
  box-shadow: var(--shadow);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
  transform: scale(1.02);
}

.portrait-shade {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}

.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 25px;
  pointer-events: none;
}

.portrait-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(254, 110, 0, 0.42);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  inset: 0 -24px 42px 2px;
  transform: rotate(-8deg);
}

.orbit-two {
  inset: 34px 0 2px -24px;
  border-color: rgba(20, 18, 16, 0.12);
  transform: rotate(10deg);
}

.availability-card {
  position: absolute;
  right: -12px;
  bottom: 80px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 16px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
}

.availability-card span:last-child {
  display: grid;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.availability-card small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 199, 88, 0.12);
  animation: pulse 2.4s ease-in-out infinite;
}

.portrait-caption {
  display: flex;
  justify-content: space-between;
  margin: 16px 4px 0;
  color: var(--muted);
  font: 650 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.signal-strip {
  position: relative;
  z-index: 2;
  min-height: 88px;
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) repeat(4, 1fr);
  align-items: center;
  color: var(--ink-soft);
  background: transparent;
  border-top: 1px solid rgba(20, 18, 16, 0.1);
  border-bottom: 1px solid rgba(20, 18, 16, 0.1);
}

.signal-strip span {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 2.4vw, 34px);
  border-right: 1px solid var(--line);
  font: 720 11px/1.3 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signal-strip span:last-child {
  border-right: 0;
}

.signal-strip .signal-kicker {
  color: var(--orange-strong);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.14em;
}

.section {
  padding: 120px 0;
}

.about {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(254, 110, 0, 0.08), transparent 26%),
    linear-gradient(135deg, #eee8e1 0%, #f7f3ee 55%, #efe8e1 100%);
  border-top: 1px solid rgba(20, 18, 16, 0.08);
  border-bottom: 1px solid rgba(20, 18, 16, 0.08);
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1400px, calc(100% - 64px));
  height: 2px;
  background: linear-gradient(90deg, var(--orange), rgba(254, 110, 0, 0.18), transparent 72%);
  transform: translateX(-50%);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.section-number {
  margin: 0;
  color: var(--ink-soft);
  font: 700 10px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.14em;
}

.section-heading .eyebrow {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 760;
  letter-spacing: 0.15em;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(500px, 1fr);
  gap: clamp(52px, 7vw, 108px);
  padding-top: 72px;
}

.about-intro {
  position: sticky;
  top: 112px;
  align-self: start;
}

.about-intro h2,
.services-header h2,
.experience-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 610;
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.about-intro blockquote {
  max-width: 480px;
  margin: 56px 0 0;
  padding: 0 0 0 26px;
  color: var(--ink);
  border-left: 3px solid var(--orange);
  font-size: 1.15rem;
  font-weight: 560;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.about-body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding: clamp(30px, 3vw, 44px);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(20, 18, 16, 0.09);
  border-radius: 26px;
  box-shadow:
    0 28px 70px rgba(44, 35, 26, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}

.bio-chapter {
  padding: 27px 0 0;
  border-top: 1px solid rgba(20, 18, 16, 0.09);
}

.bio-chapter + .bio-chapter {
  margin-top: 27px;
}

.bio-chapter-lead {
  padding-top: 0;
  border-top: 0;
}

.bio-label {
  display: block;
  margin-bottom: 13px;
  color: var(--orange-strong);
  font: 760 9px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bio-chapter p {
  margin: 0;
  color: #5b554f;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.78;
  letter-spacing: -0.008em;
}

.bio-chapter .lede {
  color: #211e1b;
  font-size: clamp(1.22rem, 1.65vw, 1.48rem);
  font-weight: 470;
  line-height: 1.62;
  letter-spacing: -0.027em;
}

.personal-note {
  position: relative;
  margin-top: 28px;
  padding: 32px 34px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, #181512, #29231e);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}

.personal-note::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -55px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(254, 110, 0, 0.2);
  border-radius: 50%;
}

.personal-note-label {
  display: block;
  margin-bottom: 10px;
  color: var(--orange-strong);
  font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.personal-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

@media (min-width: 1280px) {
  .about-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
  }

  .bio-chapter-lead,
  .bio-chapter-current,
  .personal-note {
    grid-column: 1 / -1;
  }

  .bio-chapter:nth-of-type(2),
  .bio-chapter:nth-of-type(3) {
    margin-top: 30px;
  }
}

.services {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  background:
    radial-gradient(circle at var(--pointer-x, 85%) var(--pointer-y, 20%), rgba(254, 110, 0, 0.16), transparent 26%),
    var(--night);
}

.services .section-heading {
  border-color: var(--line-dark);
}

.services .section-number {
  color: rgba(255, 255, 255, 0.4);
}

.services-header {
  display: grid;
  grid-template-columns: 1fr 0.46fr;
  gap: 60px;
  align-items: end;
  padding: 72px 0 76px;
}

.services-header h2 {
  color: var(--white);
}

.services-header p {
  max-width: 490px;
  margin: 0 0 6px;
  line-height: 1.75;
}

.service-list {
  border-top: 1px solid var(--line-dark);
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(220px, 0.75fr) minmax(280px, 1fr) 40px;
  gap: 28px;
  align-items: center;
  min-height: 150px;
  border-bottom: 1px solid var(--line-dark);
  transition: padding 250ms var(--ease), background 250ms ease;
}

.service-row::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(254, 110, 0, 0.18), transparent 70%);
  opacity: 0;
  transition: opacity 250ms ease;
}

.service-row > * {
  position: relative;
  z-index: 1;
}

.service-row:hover {
  padding-inline: 18px;
}

.service-row:hover::before {
  opacity: 1;
}

.service-index {
  color: var(--orange);
  font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.service-row h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  font-weight: 590;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.service-row p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.service-arrow {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.service-row:hover .service-arrow {
  color: var(--orange);
  border-color: var(--orange);
  transform: rotate(12deg);
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1fr);
  gap: clamp(60px, 9vw, 140px);
  padding-top: 72px;
}

.experience-copy h2 {
  font-size: clamp(2.7rem, 4.8vw, 4.8rem);
}

.experience-copy p {
  max-width: 530px;
  margin: 28px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.client-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.client-matrix > div {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 200ms ease, background 200ms ease;
}

.client-matrix > div:hover {
  color: var(--white);
  background: var(--ink);
}

.client-matrix strong {
  color: var(--ink);
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  transition: color 200ms ease;
}

.client-matrix > div:hover strong {
  color: var(--white);
}

.client-matrix span {
  color: var(--muted);
  font: 650 9px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.client-matrix .client-more {
  background: rgba(254, 110, 0, 0.06);
}

.client-matrix .client-more strong {
  color: var(--orange-strong);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 100px;
  padding-top: 48px;
}

.timeline-line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line);
}

.timeline-line span {
  display: block;
  width: 66%;
  height: 1px;
  background: var(--orange);
}

.timeline-item {
  position: relative;
  display: grid;
  gap: 4px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: -53px;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--paper);
  border: 2px solid var(--orange);
  border-radius: 50%;
}

.timeline-item strong {
  color: var(--ink);
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.timeline-item span {
  color: var(--muted);
  font-size: 12px;
}

.principles {
  padding: 92px 0;
  color: var(--white);
  background: var(--orange);
}

.principles-grid {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 72px;
}

.principles .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.principles-statement {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.35rem);
  font-weight: 620;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.principles-statement span {
  color: var(--night);
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
  color: rgba(255, 255, 255, 0.68);
  background: var(--night);
}

.contact-orbit {
  position: absolute;
  right: -240px;
  bottom: -320px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(254, 110, 0, 0.32);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(254, 110, 0, 0.03),
    0 0 0 160px rgba(254, 110, 0, 0.02);
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.58fr);
  gap: clamp(70px, 10vw, 180px);
}

.contact-copy h2 {
  max-width: 700px;
  margin-top: 28px;
  color: var(--white);
}

.contact-copy > p:last-child {
  max-width: 560px;
  margin: 30px 0 0;
  line-height: 1.8;
}

.contact-actions {
  border-top: 1px solid var(--line-dark);
}

.contact-card {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 18px;
  border-bottom: 1px solid var(--line-dark);
  color: var(--white);
  text-decoration: none;
  transition: padding 220ms var(--ease), color 180ms ease, background 180ms ease;
}

.contact-card:hover {
  padding-inline: 28px;
  color: var(--orange-warm);
  background: rgba(255, 255, 255, 0.035);
}

.contact-card-primary {
  color: var(--white);
  background: var(--orange);
  border: 0;
  border-radius: var(--radius-md);
}

.contact-card-primary:hover {
  color: var(--white);
  background: var(--orange-strong);
}

.contact-card span {
  display: grid;
  gap: 5px;
  font-size: 16px;
  font-weight: 650;
}

.contact-card small {
  color: rgba(255, 255, 255, 0.45);
  font: 650 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-card-primary small {
  color: rgba(255, 255, 255, 0.68);
}

.contact-card b {
  font-size: 1.3rem;
}

.site-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.4);
  background: var(--night);
  border-top: 1px solid var(--line-dark);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-wordmark {
  color: var(--white);
}

.footer-wordmark .wordmark-copy {
  font-size: 24px;
}

.footer-inner p,
.back-to-top {
  margin: 0;
  font-size: 11px;
}

.back-to-top {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
}

.back-to-top:hover {
  color: var(--orange-warm);
}

.reveal {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 34px, 0) scale(0.985);
  will-change: opacity, transform, filter;
  transition:
    opacity 850ms var(--ease) var(--delay, 0ms),
    transform 950ms var(--ease) var(--delay, 0ms),
    filter 850ms var(--ease) var(--delay, 0ms);
}

.reveal-left {
  transform: translate3d(-42px, 0, 0);
}

.reveal-right {
  transform: translate3d(42px, 0, 0);
}

.reveal-scale {
  transform: translate3d(0, 18px, 0) scale(0.94);
}

.reveal.is-in {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(0, 199, 88, 0.1);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 199, 88, 0.03);
  }
}

@media (max-width: 1100px) {
  :root {
    --shell: min(1400px, calc(100% - 40px));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.68fr);
    gap: 36px;
  }

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

  .about-grid,
  .experience-grid,
  .contact-grid {
    gap: 64px;
  }

  .service-row {
    grid-template-columns: 42px minmax(220px, 0.78fr) minmax(260px, 1fr) 36px;
    gap: 18px;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 32px, 720px);
  }

  .site-header {
    padding-top: 8px;
  }

  .reveal-left:not(.is-in),
  .reveal-right:not(.is-in) {
    transform: translate3d(0, 28px, 0);
  }

  .header-inner {
    min-height: 58px;
    padding: 0 8px 0 20px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 80px 16px auto;
    display: grid;
    gap: 2px;
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    color: var(--white);
    background: rgba(0, 0, 0, 0.96);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-md);
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav > a {
    padding: 13px 14px;
    color: rgba(255, 255, 255, 0.72);
  }

  .site-nav > a:hover,
  .site-nav > a.is-active {
    color: var(--white);
  }

  .site-nav .language-link,
  .site-nav .nav-cta {
    margin-left: 0;
  }

  .hero {
    min-height: auto;
    padding-top: 122px;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 66px;
    padding-bottom: 70px;
  }

  .hero h1 {
    max-width: 680px;
  }

  .portrait-stage {
    width: min(86vw, 520px);
    margin: 0 auto;
  }

  .signal-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .signal-strip span {
    padding: 12px 20px;
  }

  .signal-strip .signal-kicker {
    grid-column: 1 / -1;
    min-height: 52px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-strip span:nth-child(3) {
    border-right: 0;
  }

  .section {
    padding: 90px 0;
  }

  .about-grid,
  .experience-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    padding-top: 58px;
  }

  .about-intro {
    position: static;
  }

  .about-body {
    padding: 30px;
  }

  .services-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-row {
    grid-template-columns: 36px 1fr 36px;
    min-height: 0;
    padding: 30px 0;
  }

  .service-row p {
    grid-column: 2 / 4;
    padding-right: 28px;
  }

  .service-row:hover {
    padding-inline: 12px;
  }

  .principles-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contact-grid {
    gap: 70px;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .wordmark-copy {
    font-size: 24px;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .text-link {
    align-self: flex-start;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 48px;
  }

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

  .hero-stats span {
    font-size: 8px;
  }

  .portrait-stage {
    width: calc(100% - 14px);
    padding: 14px;
  }

  .availability-card {
    right: 0;
    bottom: 58px;
  }

  .section-heading {
    align-items: flex-end;
  }

  .about::before {
    width: calc(100% - 24px);
  }

  .about-body p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .about-body .lede {
    font-size: 1.2rem;
  }

  .personal-note {
    padding: 26px 24px;
  }

  .about-intro h2,
  .services-header h2,
  .experience-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .about-intro blockquote {
    margin-top: 42px;
  }

  .client-matrix {
    grid-template-columns: 1fr;
  }

  .client-matrix > div {
    min-height: 110px;
  }

  .timeline {
    margin-top: 72px;
  }

  .timeline-item strong {
    font-size: 1.2rem;
  }

  .timeline-item span {
    max-width: 90px;
    font-size: 10px;
  }

  .principles {
    padding: 72px 0;
  }

  .contact-section {
    padding: 96px 0;
  }

  .contact-card span {
    font-size: 13px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
