:root {
  --ink: #f5f1e8;
  --paper: #080b0a;
  --panel: #101412;
  --panel-2: #071411;
  --text-dark: #f5f1e8;
  --muted: #aaa397;
  --muted-dark: rgba(245, 241, 232, 0.68);
  --line: rgba(245, 241, 232, 0.13);
  --line-soft: rgba(245, 241, 232, 0.075);
  --line-dark: rgba(127, 208, 192, 0.16);
  --accent: #006d5b;
  --sage: #77a99a;
  --clay: #cc765d;
  --gold: #7fb9aa;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Aptos Display", "Segoe UI", Calibri, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
  width: 100%;
}

body::before {
  background-image:
    linear-gradient(rgba(245, 241, 232, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 241, 232, 0.022) 1px, transparent 1px);
  background-size: 96px 96px;
  content: "";
  inset: 0;
  opacity: 0.52;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

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

.site-header {
  align-items: center;
  background: rgba(8, 11, 10, 0.88);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(20px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}

.brand {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-family: inherit;
  font-size: 12px;
  gap: clamp(14px, 3vw, 34px);
  text-transform: uppercase;
}

nav a:hover {
  color: var(--accent);
}

nav a[aria-current="page"] {
  color: #7fd0c0;
}

.theme-toggle {
  background: rgba(127, 208, 192, 0.08);
  border: 1px solid rgba(127, 208, 192, 0.26);
  border-radius: 999px;
  color: #7fd0c0;
  letter-spacing: 0.08em;
  margin-left: clamp(0px, 0.8vw, 8px);
  padding: 8px 12px;
  white-space: nowrap;
}

.theme-toggle:hover {
  background: rgba(127, 208, 192, 0.16);
  border-color: rgba(127, 208, 192, 0.48);
  color: var(--ink);
}

.hero {
  border-bottom: 1px solid var(--line);
  min-height: clamp(700px, 82vh, 920px);
  overflow: hidden;
  padding: 104px clamp(20px, 5vw, 64px) clamp(24px, 3vw, 36px);
  position: relative;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(8, 11, 10, 0.96), rgba(8, 11, 10, 0.72) 49%, rgba(8, 11, 10, 0.2)),
    linear-gradient(0deg, rgba(8, 11, 10, 0.88), rgba(8, 11, 10, 0.08) 54%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-canvas {
  background:
    radial-gradient(circle at 74% 18%, rgba(0, 109, 91, 0.28), transparent 28vw),
    radial-gradient(circle at 22% 78%, rgba(127, 208, 192, 0.09), transparent 26vw),
    var(--paper);
  display: block;
  inset: 0;
  opacity: 0.82;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  grid-template-columns: minmax(0, 1fr);
  min-height: calc(82vh - 152px);
  position: relative;
  z-index: 2;
}

body:not(.light-theme) .hero::before {
  animation: heroAmbientSweep 12s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at 18% 28%, rgba(0, 109, 91, 0.32), transparent 22vw),
    radial-gradient(circle at 70% 26%, rgba(127, 208, 192, 0.12), transparent 28vw),
    linear-gradient(115deg, transparent 0%, rgba(127, 208, 192, 0.08) 42%, rgba(0, 109, 91, 0.18) 52%, transparent 66%);
  background-size: 120% 120%, 120% 120%, 240% 100%;
  content: "";
  filter: blur(2px);
  inset: -14%;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

body:not(.light-theme) .hero-canvas {
  display: none;
}

body:not(.light-theme) .hero-grid {
  gap: clamp(30px, 4.8vw, 84px);
  grid-template-columns: minmax(560px, 1.08fr) minmax(360px, 0.72fr);
  min-height: calc(clamp(700px, 82vh, 920px) - 140px);
}

body:not(.light-theme) .hero-copy-block {
  max-width: 820px;
  min-width: 0;
}

body:not(.light-theme) h1 {
  font-size: clamp(58px, 5.7vw, 106px);
  letter-spacing: -0.06em;
  line-height: 0.92;
  max-width: none;
}

body:not(.light-theme) .hero-copy-block > .eyebrow,
body:not(.light-theme) .hero-title-line,
body:not(.light-theme) .hero-copy,
body:not(.light-theme) .hero-actions {
  animation: heroTextRise 780ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

body:not(.light-theme) .hero-title-line:nth-child(2) {
  animation-delay: 120ms;
}

body:not(.light-theme) .hero-copy {
  animation-delay: 240ms;
}

body:not(.light-theme) .hero-actions {
  animation-delay: 360ms;
}

.eyebrow,
.section-kicker,
.work-type {
  color: var(--gold);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.eyebrow {
  color: #7fd0c0;
}

.section-kicker {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 22px;
  margin-bottom: clamp(12px, 2vw, 20px);
  padding: 9px 0 0;
}

.section-kicker::after {
  display: none;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

h1 {
  font-size: clamp(54px, 7.5vw, 116px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-bottom: 34px;
  max-width: 980px;
}

.hero-copy {
  color: rgba(245, 241, 232, 0.74);
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.5;
  max-width: 850px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0 18px;
  text-transform: uppercase;
}

.button.primary {
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 0 0 1px rgba(127, 208, 192, 0.12), 0 18px 48px rgba(0, 109, 91, 0.22);
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--ink);
}

.bio-section,
.focus-section,
.work-section,
.footer {
  border-top: 1px solid var(--line);
  padding: clamp(46px, 6.5vw, 78px) clamp(20px, 5vw, 64px);
}

.bio-section {
  background:
    linear-gradient(180deg, rgba(15, 17, 16, 0), var(--paper) 120px),
    var(--paper);
  border-top: 0;
  display: grid;
  gap: clamp(18px, 3vw, 42px);
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  margin-top: -1px;
  padding-top: clamp(24px, 3.5vw, 44px);
}

.bio-section > .section-kicker,
.bio-logo-panel,
.bio-quote {
  grid-column: 1 / -1;
}

#about,
#focus,
#portfolio,
#work,
#contact {
  scroll-margin-top: 76px;
}

.anchor-alias {
  display: block;
  height: 0;
  position: relative;
  top: -76px;
}

.bio-intro {
  align-items: stretch;
  border-bottom: 0;
  display: block;
  gap: clamp(22px, 4vw, 46px);
  grid-column: 1;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
  padding-bottom: 0;
}

.bio-portrait {
  align-self: start;
  margin: 0;
  max-width: 390px;
  width: 100%;
}

.bio-portrait img {
  aspect-ratio: 0.82;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center 18%;
  width: 100%;
}

.bio-proof {
  border-bottom: 0;
  border-top: 1px solid rgba(127, 208, 192, 0.16);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.bio-intro .bio-proof {
  display: none;
}

.bio-proof article {
  align-items: center;
  border-bottom: 1px solid rgba(245, 241, 232, 0.075);
  border-right: 1px solid rgba(245, 241, 232, 0.075);
  display: flex;
  flex-direction: column;
  min-height: 152px;
  padding: clamp(18px, 2.4vw, 26px) 18px;
  text-align: center;
}

.bio-proof article:nth-child(2n) {
  border-right: 0;
}

.bio-proof article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.bio-proof svg {
  fill: none;
  stroke: #7fd0c0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.bio-proof svg {
  height: 42px;
  margin-bottom: 12px;
  width: 42px;
}

.bio-proof strong {
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.bio-proof span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.bio-logo-panel {
  border-bottom: 1px solid var(--line-soft);
  display: grid;
  gap: clamp(16px, 1.8vw, 26px);
  grid-template-columns: max-content minmax(0, 1fr);
  margin-top: clamp(12px, 1.6vw, 18px);
  padding-bottom: clamp(12px, 1.6vw, 18px);
  align-items: center;
}

.bio-logo-kicker {
  color: #7fd0c0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.bio-logo-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bio-logo-grid article {
  align-items: center;
  background: #fff;
  border: 0;
  display: flex;
  justify-content: center;
  min-height: 58px;
  overflow: hidden;
  padding: 9px 10px;
}

.bio-logo-grid img {
  display: block;
  filter: saturate(0.9) contrast(1.02);
  max-height: 30px;
  max-width: 92%;
  object-fit: contain;
}

.bio-logo-grid article:nth-child(3) img,
.bio-logo-grid article:nth-child(5) img {
  max-height: 36px;
}

.bio-logo-grid article:nth-child(2) img {
  max-height: 34px;
}

.bio-rows {
  border-bottom: 1px solid rgba(245, 241, 232, 0.09);
  border-top: 1px solid rgba(245, 241, 232, 0.09);
  align-self: center;
  grid-column: 2;
  grid-row: 2;
  margin-top: 0;
  padding: clamp(14px, 2vw, 22px) 0;
}

.bio-rows p {
  color: rgba(245, 241, 232, 0.74);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.55;
  margin-bottom: 14px;
  max-width: none;
  width: 100%;
}

.bio-rows p:last-child {
  margin-bottom: 0;
}

.bio-quote {
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 109, 91, 0.2), transparent 32vw),
    linear-gradient(180deg, rgba(127, 208, 192, 0.03), rgba(15, 17, 16, 0));
  border-bottom: 0;
  border-top: 0;
  display: grid;
  gap: clamp(18px, 3vw, 42px);
  grid-template-columns: clamp(56px, 8vw, 132px) minmax(0, 1fr);
  margin: clamp(14px, 2vw, 22px) calc(50% - 50vw) 0;
  min-height: auto;
  padding: clamp(22px, 2.8vw, 34px) clamp(24px, 5vw, 72px);
}

.bio-quote > span {
  color: #7fd0c0;
  font-size: clamp(70px, 11vw, 180px);
  line-height: 0.75;
  padding-left: 0;
  transform: translateY(-0.12em);
}

.bio-quote p {
  color: var(--ink);
  font-size: clamp(30px, 4.3vw, 66px);
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin-bottom: clamp(14px, 2vw, 24px);
  max-width: min(1480px, 86vw);
}

.bio-quote p span {
  color: #7fd0c0;
  display: inline-block;
  font-size: 0.9em;
  line-height: 0;
  margin-left: 0.08em;
  transform: translateY(0.08em);
}

.bio-quote strong {
  color: #7fd0c0;
  display: block;
  font-size: clamp(14px, 1.5vw, 22px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.focus-section h2,
.work-section h2,
.footer h2 {
  font-size: clamp(46px, 7.2vw, 106px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin-bottom: 0;
}

.focus-section {
  background:
    radial-gradient(circle at 88% 4%, rgba(0, 109, 91, 0.26), transparent 30vw),
    linear-gradient(180deg, rgba(127, 208, 192, 0.035), rgba(8, 11, 10, 0) 28%),
    var(--panel-2);
  border-top: 0;
  border-color: var(--line-dark);
  color: var(--text-dark);
  overflow: hidden;
  padding-top: clamp(16px, 2.2vw, 28px);
}

.focus-section .section-kicker {
  border-color: var(--line-dark);
  color: #7fd0c0;
}

.focus-section h2 {
  max-width: 1040px;
}

.work-section h2 {
  max-width: 1040px;
}

.how-hero {
  align-items: end;
  border-bottom: 1px solid rgba(127, 208, 192, 0.16);
  display: grid;
  gap: clamp(18px, 3.5vw, 56px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
  padding-bottom: clamp(14px, 2vw, 24px);
}

.how-hero .eyebrow {
  margin-bottom: 12px;
}

.how-download-card {
  background:
    linear-gradient(135deg, rgba(127, 208, 192, 0.12), rgba(0, 109, 91, 0.06));
  border: 1px solid rgba(127, 208, 192, 0.18);
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
}

.how-download-card p {
  color: rgba(245, 241, 232, 0.66);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.catalog-download {
  align-items: center;
  background: var(--ink);
  color: var(--accent);
  display: inline-flex;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  gap: 18px;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 22px;
  width: 100%;
}

.how-intro {
  border-bottom: 1px solid rgba(127, 208, 192, 0.13);
  border-top: 0;
  color: rgba(245, 241, 232, 0.7);
  font-size: clamp(20px, 2.35vw, 34px);
  line-height: 1.16;
  margin: clamp(14px, 2vw, 24px) 0 0;
  padding: clamp(12px, 1.7vw, 20px) 0;
  max-width: none;
  width: 100%;
}

.partnership-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.partnership-grid article {
  align-content: start;
  background:
    linear-gradient(180deg, rgba(127, 208, 192, 0.035), rgba(245, 241, 232, 0.012));
  border: 0;
  border-bottom: 1px solid rgba(127, 208, 192, 0.13);
  border-right: 1px solid rgba(127, 208, 192, 0.12);
  display: grid;
  grid-template-rows: 28px minmax(130px, auto) minmax(154px, auto) auto;
  min-height: 410px;
  padding: clamp(22px, 2.6vw, 34px) clamp(20px, 2.6vw, 34px);
  position: relative;
  row-gap: 16px;
}

.partnership-grid article:last-child {
  border-right: 0;
}

.partnership-grid article::after {
  background: #7fd0c0;
  content: "";
  height: 3px;
  left: clamp(22px, 2.6vw, 34px);
  position: absolute;
  right: clamp(22px, 2.6vw, 34px);
  top: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 220ms ease;
}

.partnership-grid article:hover::after {
  transform: scaleX(1);
}

.partnership-grid span,
.engagement-item summary span,
.work-index {
  color: #7fd0c0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.partnership-grid h3 {
  align-self: start;
  font-size: clamp(23px, 2.45vw, 38px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 0;
}

.partnership-grid p {
  align-self: start;
  color: rgba(245, 241, 232, 0.66);
  font-size: clamp(15px, 1.22vw, 18px);
  line-height: 1.48;
  margin-bottom: 0;
}

.partnership-examples {
  align-self: end;
  border-top: 1px solid rgba(127, 208, 192, 0.14);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
}

.partnership-examples li {
  color: rgba(245, 241, 232, 0.78);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.35;
  padding-left: 18px;
  position: relative;
}

.partnership-examples li::before {
  background: #7fd0c0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0.62em;
  width: 5px;
}

.engagement-catalog {
  margin-top: clamp(16px, 2.5vw, 30px);
}

.engagement-catalog-label {
  border-top: 1px solid var(--line-dark);
  color: #7fd0c0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.45;
  margin: 0;
  padding: clamp(16px, 2vw, 24px) 0 clamp(8px, 1vw, 12px);
  text-transform: uppercase;
}

.catalog-heading {
  align-items: end;
  border-top: 1px solid var(--line-dark);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(160px, 0.24fr) minmax(0, 1fr);
  padding-top: clamp(22px, 3vw, 34px);
}

.catalog-heading .eyebrow {
  margin-bottom: 0;
}

.catalog-heading h3 {
  color: var(--ink);
  font-size: clamp(36px, 5vw, 76px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin-bottom: 0;
}

.engagement-item {
  border-bottom: 1px solid var(--line-dark);
}

.engagement-item summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: clamp(18px, 3vw, 44px);
  grid-template-columns: 52px minmax(0, 1fr) auto;
  list-style: none;
  min-height: 92px;
  padding: clamp(16px, 2vw, 24px) 0;
}

.engagement-item summary::-webkit-details-marker {
  display: none;
}

.engagement-item summary strong {
  color: var(--ink);
  font-size: clamp(24px, 2.75vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.engagement-item summary em {
  background: transparent;
  border: 1px solid rgba(127, 208, 192, 0.2);
  color: #7fd0c0;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  min-width: 134px;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
}

.engagement-item[open] summary em {
  background: #d8f4ef;
  color: var(--accent);
}

.engagement-item[open] {
  border-color: rgba(127, 208, 192, 0.42);
}

.detail-panel {
  background:
    linear-gradient(135deg, rgba(221, 247, 242, 0.98), rgba(192, 232, 224, 0.94));
  color: #07221d;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: clamp(16px, 2.4vw, 26px);
  overflow: hidden;
}

.detail-panel div {
  background: rgba(255, 255, 255, 0.22);
  padding: clamp(22px, 2.6vw, 34px);
}

.detail-panel h4 {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.detail-panel ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.detail-panel li {
  color: rgba(7, 34, 29, 0.88);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.35;
  padding-left: 20px;
  position: relative;
}

.detail-panel li::before {
  background: var(--accent);
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.62em;
  width: 6px;
}

.catalog-body {
  background: var(--panel-2);
}

.catalog-export {
  min-height: 100vh;
  padding-bottom: 72px;
  padding-top: 54px;
}

.catalog-export h1 {
  font-size: clamp(46px, 7.2vw, 106px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin-bottom: 0;
  max-width: 1040px;
}

.catalog-identity strong {
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.catalog-identity > span {
  color: rgba(245, 241, 232, 0.72);
  display: block;
  font-size: 13px;
  line-height: 1.35;
  max-width: 260px;
}

.catalog-contact-actions {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.catalog-contact-actions a {
  align-items: center;
  background: #d8f4ef;
  color: var(--accent);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.1em;
  min-height: 42px;
  padding: 0 14px;
  text-transform: uppercase;
}

.catalog-contact-actions a::after {
  content: "↗";
  font-size: 16px;
  line-height: 1;
}

.catalog-export .engagement-item summary {
  cursor: default;
}

.catalog-export .engagement-item summary em {
  background: #d8f4ef;
  color: var(--accent);
}

@page {
  margin: 0;
  size: 1440px 1900px;
}

@media print {
  body {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .catalog-export {
    border: 0;
    padding: 34px 52px 40px;
  }

  .catalog-export .section-kicker {
    margin-bottom: 10px;
    padding-top: 8px;
  }

  .catalog-export h1 {
    font-size: 62px;
    max-width: 920px;
  }

  .catalog-export .eyebrow {
    font-size: 10px;
    margin-bottom: 14px;
  }

  .catalog-export .how-download-card {
    gap: 9px;
    padding: 16px;
  }

  .catalog-export .catalog-identity strong {
    font-size: 34px;
  }

  .catalog-export .catalog-identity > span {
    font-size: 11px;
    line-height: 1.25;
  }

  .catalog-export .how-hero {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
  }

  .catalog-export .how-intro {
    font-size: 22px;
    line-height: 1.18;
    margin-top: 16px;
    padding: 14px 0;
  }

  .catalog-export .partnership-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 12px;
  }

  .catalog-export .partnership-grid article {
    grid-template-rows: 20px minmax(66px, auto) minmax(78px, auto) auto;
    min-height: 256px;
    padding: 18px;
    row-gap: 10px;
  }

  .catalog-export .partnership-grid h3 {
    font-size: 23px;
  }

  .catalog-export .partnership-grid p {
    font-size: 11px;
    line-height: 1.3;
  }

  .catalog-export .partnership-examples {
    gap: 5px;
    padding-top: 8px;
  }

  .catalog-export .partnership-examples li {
    font-size: 9.5px;
    line-height: 1.22;
    padding-left: 13px;
  }

  .catalog-export .partnership-examples li::before {
    height: 4px;
    top: 0.55em;
    width: 4px;
  }

  .catalog-export .partnership-grid article::after {
    transform: scaleX(1);
  }

  .catalog-export .engagement-catalog {
    margin-top: 14px;
  }

  .catalog-export .engagement-item summary {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    min-height: 56px;
    padding: 9px 0;
  }

  .catalog-export .engagement-item summary strong {
    font-size: 25px;
  }

  .catalog-export .engagement-item summary em {
    font-size: 9px;
    min-width: 104px;
    padding: 9px 12px;
  }

  .catalog-export .detail-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 10px;
  }

  .catalog-export .detail-panel div {
    padding: 14px 18px;
  }

  .catalog-export .detail-panel h4 {
    font-size: 9px;
    margin-bottom: 8px;
  }

  .catalog-export .detail-panel ul {
    gap: 4px;
  }

  .catalog-export .detail-panel li {
    font-size: 10.5px;
    line-height: 1.16;
    padding-left: 15px;
  }

  .catalog-export .detail-panel li::before {
    height: 4px;
    top: 0.52em;
    width: 4px;
  }
}

.work-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 109, 91, 0.18), transparent 30vw),
    radial-gradient(circle at 8% 72%, rgba(127, 208, 192, 0.08), transparent 28vw),
    var(--paper);
  border-color: var(--line);
}

.work-page {
  min-height: 100vh;
  padding-top: clamp(88px, 9vw, 116px);
}

.work-page h1 {
  font-size: clamp(64px, 11vw, 156px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.82;
  margin: 0;
  max-width: 1320px;
  text-transform: uppercase;
}

.work-disclaimer {
  border-bottom: 1px solid var(--line-soft);
  border-top: 1px solid var(--line-soft);
  color: rgba(245, 241, 232, 0.68);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.28;
  margin: clamp(24px, 3.4vw, 44px) 0 0;
  max-width: none;
  padding: clamp(14px, 2vw, 24px) 0;
}

.work-log {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(22px, 3vw, 36px);
  perspective: 1400px;
}

.work-card {
  min-height: clamp(210px, 19vw, 280px);
  outline: 0;
  perspective: 1400px;
  position: relative;
}

.work-card-inner {
  height: 100%;
  min-height: inherit;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.work-card:hover .work-card-inner,
.work-card.is-flipped .work-card-inner,
.work-card:focus .work-card-inner,
.work-card:focus-visible .work-card-inner {
  transform: rotateY(180deg);
}

.work-card:focus-visible .work-card-inner {
  box-shadow: 0 0 0 2px #7fd0c0;
}

.work-card-face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background:
    linear-gradient(180deg, rgba(127, 208, 192, 0.045), rgba(245, 241, 232, 0.012));
  border: 1px solid rgba(127, 208, 192, 0.12);
  display: grid;
  inset: 0;
  overflow: hidden;
  padding: clamp(18px, 2vw, 28px);
  position: absolute;
}

.work-card-front {
  gap: 14px;
  grid-template-rows: auto auto 1fr;
}

.work-type {
  color: #7fd0c0;
  margin: 0;
}

.work-log h3 {
  align-self: end;
  color: var(--ink);
  font-size: clamp(20px, 1.75vw, 30px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 0;
}

.work-card-back {
  align-content: end;
  background:
    radial-gradient(circle at 80% 12%, rgba(127, 208, 192, 0.18), transparent 22vw),
    linear-gradient(145deg, rgba(0, 109, 91, 0.9), rgba(6, 41, 35, 0.94));
  transform: rotateY(180deg);
}

.work-card-back p {
  color: rgba(245, 241, 232, 0.86);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.38;
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .work-card-inner {
    transition: none;
  }
}

@media (max-width: 1280px) {
  .work-log {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer {
  background:
    linear-gradient(180deg, rgba(8, 11, 10, 0.08), rgba(8, 11, 10, 0.18)),
    var(--accent);
  border-top: 0;
  color: var(--ink);
  overflow: hidden;
}

.footer .section-kicker {
  border-color: rgba(245, 241, 232, 0.18);
  color: rgba(245, 241, 232, 0.68);
}

.contact-stage {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
  grid-template-columns: minmax(0, 1fr);
}

.contact-shell.is-form-open .contact-stage {
  align-items: start;
  grid-template-columns: minmax(250px, 0.58fr) minmax(360px, 1fr);
}

.contact-shell h2 {
  color: var(--ink);
  font-size: clamp(72px, 14vw, 210px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.82;
  margin: clamp(20px, 3vw, 34px) 0 clamp(30px, 4vw, 52px);
  max-width: 1260px;
  text-transform: uppercase;
}

.contact-shell.is-form-open h2 {
  font-size: clamp(68px, 9.5vw, 146px);
  margin-bottom: clamp(26px, 4vw, 48px);
}

.contact-options {
  border-bottom: 1px solid rgba(245, 241, 232, 0.18);
  border-top: 1px solid rgba(245, 241, 232, 0.18);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-options article {
  display: grid;
  min-height: 124px;
  padding: clamp(18px, 2.6vw, 30px) 0;
}

.contact-options article + article {
  border-left: 1px solid rgba(245, 241, 232, 0.18);
  padding-left: clamp(24px, 3.5vw, 42px);
}

.contact-label {
  color: rgba(245, 241, 232, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.3;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.contact-cta,
.contact-link,
.contact-submit {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 16px;
  justify-content: space-between;
  width: fit-content;
}

.contact-cta,
.contact-submit {
  background: var(--paper);
  color: #7fd0c0;
  min-height: 60px;
  padding: 0 clamp(22px, 3vw, 34px);
}

.contact-cta {
  font-size: clamp(22px, 2.4vw, 34px);
}

.contact-link {
  color: var(--ink);
  font-size: clamp(28px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  max-width: 100%;
}

.contact-shell.is-form-open .contact-options {
  grid-template-columns: 1fr;
}

.contact-shell.is-form-open .contact-options article + article {
  border-left: 0;
  border-top: 1px solid rgba(245, 241, 232, 0.18);
  padding-left: 0;
}

.contact-shell.is-form-open .contact-link {
  font-size: clamp(24px, 3vw, 42px);
  overflow-wrap: anywhere;
}

.contact-form-panel {
  border-left: 1px solid rgba(245, 241, 232, 0.18);
  border-top: 0;
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-left: clamp(26px, 4vw, 58px);
  padding-top: 0;
}

.contact-form-panel[hidden] {
  display: none;
}

.contact-form-copy h3 {
  color: var(--ink);
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 0;
  max-width: 760px;
}

.contact-form {
  display: grid;
  gap: 22px;
}

.contact-form input[name="_honey"] {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 12px;
}

.contact-form label span {
  color: rgba(245, 241, 232, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: 1.5px solid rgba(245, 241, 232, 0.72);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  font-size: clamp(20px, 2vw, 28px);
  outline: 0;
  padding: 16px 18px;
  width: 100%;
}

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

.contact-form textarea {
  min-height: 210px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #7fd0c0;
  box-shadow: 0 0 0 3px rgba(127, 208, 192, 0.22);
}

.contact-submit {
  font-size: clamp(20px, 2vw, 30px);
  margin-top: 4px;
}

.form-status {
  color: rgba(245, 241, 232, 0.82);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.4;
  margin: 0;
}

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

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

  .bio-portrait {
    max-width: 330px;
  }

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

  .bio-proof article:nth-child(2n) {
    border-right: 0;
  }

  .bio-logo-panel {
    grid-template-columns: 1fr;
  }

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

  .how-hero,
  .catalog-heading {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 760px) {
  .contact-shell.is-form-open .contact-stage {
    grid-template-columns: 1fr;
  }

  .contact-form-panel {
    border-left: 0;
    border-top: 1px solid rgba(245, 241, 232, 0.18);
    padding-left: 0;
    padding-top: clamp(26px, 4vw, 42px);
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 18px;
  }

  nav {
    column-gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
    width: 100%;
  }

  .theme-toggle {
    margin-left: 0;
    padding: 7px 10px;
  }

  .hero {
    min-height: auto;
    padding: 138px 20px 30px;
  }

  .hero-grid {
    gap: 26px;
    min-height: auto;
  }

  h1 {
    font-size: clamp(52px, 18vw, 84px);
  }

  .contact-shell h2 {
    font-size: clamp(72px, 25vw, 126px);
  }

  .contact-options {
    grid-template-columns: 1fr;
  }

  .contact-options article + article {
    border-left: 0;
    border-top: 1px solid rgba(245, 241, 232, 0.18);
    padding-left: 0;
  }

  .contact-cta,
  .contact-link,
  .contact-submit {
    width: 100%;
  }

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

  .bio-proof article,
  .bio-proof article:nth-child(2n) {
    border-right: 0;
  }

  .bio-proof article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line-soft);
  }

  .bio-proof article:last-child {
    border-bottom: 0;
  }

  .bio-logo-grid {
    grid-template-columns: 1fr;
  }

  .bio-logo-grid article {
    min-height: 82px;
  }

  .bio-quote {
    grid-template-columns: 1fr;
  }

  .bio-quote > span {
    padding-left: 0;
  }

  .partnership-grid,
  .engagement-item summary,
  .work-log {
    grid-template-columns: 1fr;
  }

  .partnership-grid article {
    grid-template-rows: auto;
    min-height: auto;
  }

  .engagement-item summary em {
    width: fit-content;
  }

  .work-card {
    min-height: 300px;
  }
}

/* Light edition ---------------------------------------------------------- */

.light-theme {
  --paper: #f7f4ec;
  --panel: #fffdf7;
  --panel-2: #e7f3f0;
  --ink: #09251f;
  --muted: #68736e;
  --line: rgba(9, 37, 31, 0.14);
  --line-soft: rgba(9, 37, 31, 0.1);
  --accent: #006d5b;
  --gold: #006d5b;
  --text-dark: #09251f;
  background: var(--paper);
  color: var(--ink);
}

.light-theme::before {
  background:
    linear-gradient(rgba(9, 37, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 37, 31, 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.72;
}

.light-theme .site-header {
  background: rgba(247, 244, 236, 0.84);
  border-bottom-color: rgba(9, 37, 31, 0.12);
  box-shadow: 0 18px 60px rgba(9, 37, 31, 0.06);
}

.light-theme .brand,
.light-theme nav a {
  color: rgba(9, 37, 31, 0.74);
}

.light-theme nav a:hover,
.light-theme nav a[aria-current="page"] {
  color: var(--accent);
}

.light-theme .theme-toggle {
  background: rgba(255, 253, 247, 0.72);
  border-color: rgba(0, 109, 91, 0.18);
  color: var(--accent);
  box-shadow: 0 10px 28px rgba(9, 37, 31, 0.06);
}

.light-theme .theme-toggle:hover {
  background: #ffffff;
  border-color: rgba(0, 109, 91, 0.32);
  color: #09251f;
}

.light-theme .hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(0, 109, 91, 0.2), transparent 28vw),
    radial-gradient(circle at 22% 82%, rgba(127, 208, 192, 0.16), transparent 30vw),
    linear-gradient(180deg, #fffdf7 0%, #f7f4ec 62%, #eef6f3 100%);
  min-height: clamp(700px, 82vh, 920px);
  overflow: hidden;
}

.light-theme .hero::before {
  animation: heroAmbientSweep 12s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at 18% 28%, rgba(0, 109, 91, 0.18), transparent 22vw),
    radial-gradient(circle at 68% 34%, rgba(127, 208, 192, 0.18), transparent 24vw),
    linear-gradient(115deg, transparent 0%, rgba(255, 253, 247, 0.5) 44%, rgba(0, 109, 91, 0.1) 52%, transparent 64%);
  background-size: 120% 120%, 120% 120%, 240% 100%;
  content: "";
  filter: blur(2px);
  inset: -14%;
  opacity: 0.75;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.light-theme .hero::after {
  background:
    linear-gradient(90deg, rgba(247, 244, 236, 0.96) 0%, rgba(247, 244, 236, 0.76) 42%, rgba(247, 244, 236, 0.16) 100%),
    linear-gradient(180deg, transparent 58%, rgba(247, 244, 236, 0.88) 100%);
}

.light-theme .hero-canvas {
  display: none;
}

.light-theme .hero-grid {
  gap: clamp(30px, 4.8vw, 84px);
  grid-template-columns: minmax(560px, 1.08fr) minmax(360px, 0.72fr);
  min-height: calc(clamp(700px, 82vh, 920px) - 140px);
}

.light-theme .hero-copy-block {
  max-width: 820px;
  min-width: 0;
}

.light-theme .hero-copy-block > .eyebrow,
.light-theme .hero-title-line,
.light-theme .hero-copy,
.light-theme .hero-actions {
  animation: heroTextRise 780ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.light-theme .hero-title-line:nth-child(2) {
  animation-delay: 120ms;
}

.light-theme .hero-copy {
  animation-delay: 240ms;
}

.light-theme .hero-actions {
  animation-delay: 360ms;
}

.light-theme h1 {
  font-size: clamp(58px, 5.7vw, 106px);
  letter-spacing: -0.06em;
  line-height: 0.92;
  max-width: none;
}

.hero-title-line {
  display: block;
  position: relative;
  white-space: nowrap;
}

.hero-title-line::after {
  animation: titleGlint 4.8s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(0, 109, 91, 0.22), transparent);
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-112%);
}

.hero-proof {
  align-self: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  justify-self: end;
  max-width: 560px;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 3;
}

.hero-proof::before {
  background:
    linear-gradient(180deg, rgba(0, 109, 91, 0.28), rgba(0, 109, 91, 0.02)),
    radial-gradient(circle at 22% 18%, rgba(0, 109, 91, 0.07), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(0, 109, 91, 0.06), transparent 30%);
  content: "";
  inset: 4% auto 4% 28px;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  width: 2px;
}

.hero-proof article {
  align-items: center;
  animation:
    proofCardEnter 820ms cubic-bezier(0.18, 0.9, 0.22, 1) both,
    proofCardDrift 6s ease-in-out infinite;
  --proof-shadow-rest: rgba(9, 37, 31, 0.09);
  --proof-shadow-peak: rgba(9, 37, 31, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.92), rgba(238, 246, 243, 0.64)),
    rgba(255, 253, 247, 0.84);
  border: 1px solid rgba(9, 37, 31, 0.11);
  box-shadow: 0 18px 58px var(--proof-shadow-rest);
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  grid-template-columns: auto minmax(0, 1fr);
  justify-content: flex-start;
  min-height: clamp(108px, 11vh, 142px);
  padding: clamp(18px, 2.2vw, 28px);
  position: relative;
  text-align: left;
  transition: box-shadow 240ms ease, transform 240ms ease, border-color 240ms ease;
}

.hero-proof article::before {
  animation: proofSheen 5.8s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.82) 42%, transparent 58%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
}

.hero-proof article:nth-child(2) {
  animation-delay: 120ms, 800ms;
}

.hero-proof article:nth-child(3) {
  animation-delay: 240ms, 1000ms;
}

.hero-proof article:nth-child(4) {
  animation-delay: 360ms, 1200ms;
}

.hero-proof article:nth-child(2)::before {
  animation-delay: 1.2s;
}

.hero-proof article:nth-child(3)::before {
  animation-delay: 2.1s;
}

.hero-proof article:nth-child(4)::before {
  animation-delay: 3s;
}

.hero-proof article:hover {
  animation: none;
  border-color: rgba(0, 109, 91, 0.24);
  box-shadow: 0 26px 80px rgba(9, 37, 31, 0.13);
  transform: translateY(-4px);
}

.hero-proof svg {
  fill: none;
  flex: 0 0 auto;
  grid-row: 1 / span 2;
  height: clamp(36px, 3.2vw, 52px);
  margin-bottom: 0;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  width: clamp(36px, 3.2vw, 52px);
}

.hero-proof svg path,
.hero-proof svg circle {
  animation: iconTrace 3.6s ease-in-out infinite;
  stroke-dasharray: 120;
  stroke-dashoffset: 0;
}

.hero-proof strong {
  color: var(--ink);
  display: block;
  font-size: clamp(21px, 1.7vw, 30px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.96;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-proof span {
  color: rgba(9, 37, 31, 0.54);
  display: block;
  font-size: clamp(10px, 0.8vw, 13px);
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

@keyframes heroAmbientSweep {
  0% {
    background-position: 0% 40%, 100% 0%, 0% 0%;
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }

  100% {
    background-position: 34% 58%, 66% 26%, 100% 0%;
    transform: translate3d(1.5%, 1%, 0) scale(1.03);
  }
}

@keyframes heroTextRise {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleGlint {
  0%,
  52%,
  100% {
    opacity: 0;
    transform: translateX(-112%);
  }

  64% {
    opacity: 0.82;
  }

  82% {
    opacity: 0;
    transform: translateX(112%);
  }
}

@keyframes proofCardEnter {
  0% {
    opacity: 0;
    scale: 0.96;
    translate: 54px 18px;
  }

  100% {
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }
}

@keyframes proofCardDrift {
  0%,
  100% {
    box-shadow: 0 18px 58px var(--proof-shadow-rest);
    transform: translateY(0);
  }

  50% {
    box-shadow: 0 34px 92px var(--proof-shadow-peak);
    transform: translateY(-12px);
  }
}

@keyframes proofSheen {
  0%,
  44%,
  100% {
    opacity: 0;
    transform: translateX(-120%);
  }

  58% {
    opacity: 0.72;
  }

  74% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes iconTrace {
  0%,
  100% {
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dashoffset: 28;
  }
}

@media (prefers-reduced-motion: reduce) {
  .light-theme .hero::before,
  body:not(.light-theme) .hero::before,
  body:not(.light-theme) .hero-copy-block > .eyebrow,
  body:not(.light-theme) .hero-title-line,
  body:not(.light-theme) .hero-copy,
  body:not(.light-theme) .hero-actions,
  .light-theme .hero-copy-block > .eyebrow,
  .light-theme .hero-title-line,
  .light-theme .hero-copy,
  .light-theme .hero-actions,
  .hero-title-line::after,
  .hero-proof article::before,
  .hero-proof svg path,
  .hero-proof svg circle,
  .hero-proof article {
    animation: none;
  }
}

body:not(.light-theme) .hero-proof::before {
  background:
    linear-gradient(180deg, rgba(127, 208, 192, 0.36), rgba(0, 109, 91, 0.06)),
    radial-gradient(circle at 22% 18%, rgba(127, 208, 192, 0.08), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(0, 109, 91, 0.1), transparent 30%);
}

body:not(.light-theme) .hero-proof article {
  --proof-shadow-rest: rgba(0, 0, 0, 0.36);
  --proof-shadow-peak: rgba(0, 0, 0, 0.5);
  background:
    linear-gradient(135deg, rgba(16, 20, 18, 0.88), rgba(7, 20, 17, 0.78)),
    rgba(16, 20, 18, 0.82);
  border-color: rgba(127, 208, 192, 0.14);
  box-shadow: 0 22px 74px rgba(0, 0, 0, 0.36);
}

body:not(.light-theme) .hero-proof article::before {
  background: linear-gradient(105deg, transparent 0%, rgba(127, 208, 192, 0.18) 42%, transparent 58%);
}

body:not(.light-theme) .hero-proof article:hover {
  border-color: rgba(127, 208, 192, 0.34);
  box-shadow: 0 32px 96px rgba(0, 0, 0, 0.46);
}

body:not(.light-theme) .hero-proof svg {
  stroke: #7fd0c0;
}

body:not(.light-theme) .hero-proof strong {
  color: var(--ink);
}

body:not(.light-theme) .hero-proof span {
  color: rgba(245, 241, 232, 0.58);
}

.light-hero-system {
  align-self: center;
  aspect-ratio: 1;
  justify-self: end;
  max-width: min(540px, 38vw);
  min-width: 360px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.system-orbit,
.system-orbit span,
.system-core,
.system-card,
.system-metric,
.system-pulse {
  position: absolute;
}

.system-orbit {
  animation: systemDrift 9s ease-in-out infinite;
  border: 1px solid rgba(0, 109, 91, 0.18);
  border-radius: 50%;
  inset: 9%;
}

.system-orbit::before,
.system-orbit::after {
  border: 1px solid rgba(0, 109, 91, 0.1);
  border-radius: inherit;
  content: "";
  inset: 13%;
  position: absolute;
}

.system-orbit::after {
  animation: rotateSystem 18s linear infinite;
  border-color: rgba(0, 109, 91, 0.22);
  border-left-color: transparent;
  border-top-color: transparent;
  inset: -6%;
}

.system-orbit span {
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 0 10px rgba(0, 109, 91, 0.08);
  height: 8px;
  width: 8px;
}

.system-orbit span:nth-child(1) {
  left: 14%;
  top: 22%;
}

.system-orbit span:nth-child(2) {
  right: 8%;
  top: 48%;
}

.system-orbit span:nth-child(3) {
  bottom: 12%;
  left: 47%;
}

.system-core {
  align-content: center;
  animation: floatCore 6s ease-in-out infinite;
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 0.9), rgba(220, 241, 236, 0.72));
  border: 1px solid rgba(0, 109, 91, 0.18);
  border-radius: 50%;
  box-shadow: 0 30px 90px rgba(9, 37, 31, 0.14);
  display: grid;
  height: 46%;
  left: 27%;
  padding: 10%;
  place-items: center;
  text-align: center;
  top: 27%;
  width: 46%;
  z-index: 2;
}

.system-core span,
.system-card span,
.system-metric span {
  color: rgba(0, 109, 91, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.system-core strong {
  color: var(--ink);
  font-size: clamp(20px, 2.3vw, 30px);
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.system-card,
.system-metric {
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid rgba(0, 109, 91, 0.14);
  box-shadow: 0 22px 70px rgba(9, 37, 31, 0.1);
  display: grid;
  gap: 12px;
  min-width: 168px;
  padding: 18px;
  z-index: 3;
}

.system-card strong,
.system-metric strong {
  color: var(--ink);
  font-size: clamp(18px, 1.55vw, 24px);
  letter-spacing: -0.03em;
  line-height: 1;
}

.system-card-a {
  animation: floatPanelA 7s ease-in-out infinite;
  left: -2%;
  top: 8%;
}

.system-card-b {
  animation: floatPanelB 8s ease-in-out infinite;
  right: -3%;
  top: 25%;
}

.system-card-c {
  animation: floatPanelC 7.5s ease-in-out infinite;
  bottom: 5%;
  left: 8%;
}

.system-metric {
  animation: floatPanelB 7s ease-in-out infinite reverse;
  bottom: 12%;
  min-width: 136px;
  right: 1%;
}

.system-metric strong {
  font-size: clamp(38px, 4vw, 62px);
}

.system-pulse {
  background: rgba(0, 109, 91, 0.3);
  height: 2px;
  opacity: 0.8;
  transform-origin: left center;
}

.system-pulse-one {
  animation: pulseLine 2.8s ease-in-out infinite;
  left: 24%;
  top: 28%;
  transform: rotate(20deg);
  width: 42%;
}

.system-pulse-two {
  animation: pulseLine 3.2s ease-in-out infinite 0.4s;
  left: 44%;
  top: 68%;
  transform: rotate(-26deg);
  width: 36%;
}

@keyframes rotateSystem {
  to {
    transform: rotate(360deg);
  }
}

@keyframes systemDrift {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes floatCore {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.02);
  }
}

@keyframes floatPanelA {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, -12px);
  }
}

@keyframes floatPanelB {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-12px, 10px);
  }
}

@keyframes floatPanelC {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(14px, 8px);
  }
}

@keyframes pulseLine {
  0%,
  100% {
    opacity: 0.12;
    scale: 0.42 1;
  }
  50% {
    opacity: 0.7;
    scale: 1 1;
  }
}

.light-theme .eyebrow,
.light-theme .section-kicker,
.light-theme .bio-logo-kicker,
.light-theme .work-type,
.light-theme .work-index,
.light-theme .partnership-grid span,
.light-theme .engagement-item summary span {
  color: var(--accent);
}

.light-theme h1,
.light-theme h2,
.light-theme h3,
.light-theme .bio-proof strong,
.light-theme .engagement-item summary strong,
.light-theme .catalog-heading h3,
.light-theme .work-log h3 {
  color: var(--ink);
}

.light-theme .hero-copy,
.light-theme .bio-rows p,
.light-theme .how-intro,
.light-theme .work-disclaimer,
.light-theme .partnership-grid p,
.light-theme .work-card-back p {
  color: rgba(9, 37, 31, 0.68);
}

.light-theme .partnership-examples {
  border-color: rgba(0, 109, 91, 0.14);
}

.light-theme .partnership-examples li {
  color: rgba(9, 37, 31, 0.76);
}

.light-theme .partnership-examples li::before {
  background: var(--accent);
}

.light-theme .button.primary,
.light-theme .catalog-download,
.light-theme .contact-cta,
.light-theme .contact-submit {
  background: var(--accent);
  color: #fffdf7;
  box-shadow: 0 18px 48px rgba(0, 109, 91, 0.18);
}

.light-theme .button.secondary {
  background: rgba(255, 253, 247, 0.72);
  border-color: rgba(9, 37, 31, 0.14);
  color: var(--accent);
}

.light-theme .hero-actions {
  gap: 10px;
}

.light-theme .hero-actions .button {
  font-size: 11px;
  min-height: 46px;
  padding-inline: 15px;
}

.light-theme .bio-section {
  background:
    linear-gradient(180deg, rgba(247, 244, 236, 0), var(--paper) 120px),
    var(--paper);
  display: grid;
  gap: clamp(18px, 3vw, 42px);
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
}

.light-theme .bio-section > .section-kicker,
.light-theme .bio-logo-panel,
.light-theme .bio-quote {
  grid-column: 1 / -1;
}

.light-theme .bio-intro {
  border-bottom: 0;
  display: block;
  grid-column: 1;
  padding-bottom: 0;
}

.light-theme .bio-intro .bio-proof {
  display: none;
}

.light-theme .bio-portrait img {
  box-shadow: 0 32px 90px rgba(9, 37, 31, 0.14);
}

.light-theme .bio-rows {
  align-self: center;
  border-bottom: 1px solid rgba(9, 37, 31, 0.1);
  border-top: 1px solid rgba(9, 37, 31, 0.1);
  grid-column: 2;
  grid-row: 2;
  padding: clamp(18px, 2.4vw, 30px) 0;
}

.light-theme .bio-rows p {
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.54;
}

.light-theme .bio-logo-panel {
  margin-top: 0;
}

.light-theme .bio-proof {
  background: rgba(255, 253, 247, 0.48);
  border-color: rgba(0, 109, 91, 0.16);
}

.light-theme .bio-proof article,
.light-theme .partnership-grid article,
.light-theme .work-card-face {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.86), rgba(235, 246, 242, 0.48));
  border-color: rgba(9, 37, 31, 0.1);
}

.light-theme .bio-proof span {
  color: rgba(9, 37, 31, 0.55);
}

.light-theme .bio-proof svg {
  stroke: var(--accent);
}

.light-theme .bio-logo-grid article {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(9, 37, 31, 0.05);
}

.light-theme .bio-quote {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 109, 91, 0.12), transparent 32vw),
    linear-gradient(180deg, #eef6f3, rgba(247, 244, 236, 0));
}

.light-theme .bio-quote > span,
.light-theme .bio-quote strong,
.light-theme .bio-quote p span {
  color: var(--accent);
}

.light-theme .focus-section {
  background:
    radial-gradient(circle at 86% 4%, rgba(0, 109, 91, 0.16), transparent 30vw),
    linear-gradient(180deg, #eaf5f2 0%, #f7f4ec 100%);
  color: var(--ink);
}

.light-theme .how-download-card {
  background: rgba(255, 253, 247, 0.7);
  border-color: rgba(9, 37, 31, 0.1);
  box-shadow: 0 24px 80px rgba(9, 37, 31, 0.08);
}

.light-theme .how-download-card p,
.light-theme .contact-label,
.light-theme .detail-panel li {
  color: rgba(9, 37, 31, 0.62);
}

.light-theme .engagement-item[open] summary em,
.light-theme .detail-panel {
  background: #d9f1ec;
  color: var(--ink);
}

.light-theme .engagement-item summary em {
  border-color: rgba(0, 109, 91, 0.2);
  color: var(--accent);
}

.light-theme .detail-panel div {
  background: rgba(255, 253, 247, 0.45);
}

.light-theme .work-section {
  background:
    radial-gradient(circle at 80% 8%, rgba(0, 109, 91, 0.12), transparent 34vw),
    linear-gradient(180deg, #fffdf7 0%, #f7f4ec 100%);
}

.light-theme .work-card-back {
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 253, 247, 0.2), transparent 22vw),
    linear-gradient(145deg, #006d5b, #0f443a);
}

.light-theme .work-card-back p {
  color: rgba(255, 253, 247, 0.92);
}

.light-theme .footer {
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 253, 247, 0.22), transparent 28vw),
    var(--accent);
  color: #fffdf7;
}

.light-theme .footer .section-kicker,
.light-theme .footer .contact-label,
.light-theme .footer .form-status {
  color: rgba(255, 253, 247, 0.72);
}

.light-theme .contact-shell h2,
.light-theme .contact-form-copy h3,
.light-theme .contact-link {
  color: #fffdf7;
}

.light-theme .contact-form input,
.light-theme .contact-form textarea {
  border-color: rgba(255, 253, 247, 0.74);
  color: #fffdf7;
}

.light-theme .contact-form input:focus,
.light-theme .contact-form textarea:focus {
  border-color: #fffdf7;
  box-shadow: 0 0 0 3px rgba(255, 253, 247, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  .system-orbit,
  .system-orbit::after,
  .system-core,
  .system-card,
  .system-metric,
  .system-pulse {
    animation: none;
  }
}

@media (max-width: 1060px) {
  .hero-grid,
  .light-theme .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-proof,
  .light-hero-system {
    justify-self: start;
    margin-top: 18px;
    max-width: min(560px, 90vw);
    min-width: 0;
  }

  .bio-section,
  .light-theme .bio-section {
    grid-template-columns: 1fr;
  }

  .bio-intro,
  .bio-rows,
  .light-theme .bio-intro,
  .light-theme .bio-rows {
    grid-column: 1;
    grid-row: auto;
  }
}

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

  .hero-proof article,
  .hero-proof article:nth-child(2n) {
    min-height: 128px;
  }

  .hero h1,
  .light-theme h1 {
    font-size: clamp(36px, 10.5vw, 52px);
    max-width: 100%;
  }

  .hero-title-line {
    white-space: normal;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-actions {
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }

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

  .light-hero-system {
    aspect-ratio: 1 / 1.08;
  }

  .system-card,
  .system-metric {
    min-width: 128px;
    padding: 14px;
  }

  .system-card strong {
    font-size: 16px;
  }

  .system-metric strong {
    font-size: 34px;
  }
}

@media (max-width: 1060px) {
  body:not(.light-theme) .hero,
  body:not(.light-theme) .hero-grid,
  body:not(.light-theme) .hero-copy-block,
  body:not(.light-theme) .hero-copy,
  body:not(.light-theme) .hero-actions {
    max-width: 100%;
    min-width: 0;
  }

  body:not(.light-theme) h1 {
    font-size: clamp(40px, 8vw, 72px);
    line-height: 0.96;
    max-width: 100%;
  }

  body:not(.light-theme) .hero-title-line {
    white-space: normal;
  }

  body:not(.light-theme) .hero-copy {
    font-size: clamp(18px, 3.8vw, 23px);
  }

  body:not(.light-theme) .hero-actions {
    align-items: stretch;
    width: 100%;
  }

  body:not(.light-theme) .hero-actions .button {
    justify-content: center;
    min-width: 0;
  }
}

@media (max-width: 680px) {
  body:not(.light-theme) .site-header {
    position: relative;
  }

  body:not(.light-theme) .hero {
    padding: 34px 20px 30px;
  }

  body:not(.light-theme) .hero-copy-block > .eyebrow {
    font-size: 11px;
    white-space: normal;
  }

  body:not(.light-theme) h1 {
    font-size: clamp(38px, 11vw, 48px);
    letter-spacing: -0.045em;
  }

  body:not(.light-theme) .hero-copy {
    font-size: 19px;
    line-height: 1.45;
  }

  body:not(.light-theme) .hero-actions .button {
    width: 100%;
  }
}
