:root {
  color-scheme: dark;
  --bg: #060a09;
  --bg-soft: #0a100e;
  --panel: #0d1412;
  --panel-light: #111a17;
  --text: #f3f6f3;
  --muted: #a4ada8;
  --soft: #727d77;
  --line: rgba(240, 248, 242, 0.12);
  --line-strong: rgba(240, 248, 242, 0.22);
  --green: #77dc8a;
  --green-bright: #a6ee85;
  --blue: #70bfff;
  --purple: #b99aff;
  --orange: #f2a665;
  --content: 1380px;
  --radius: 1.45rem;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 69% 13%, rgba(52, 132, 91, 0.12), transparent 27rem),
    radial-gradient(circle at 45% 28%, rgba(52, 77, 148, 0.1), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.017) 1px, transparent 1px);
  background-size: 100% 5rem;
  content: "";
  pointer-events: none;
}

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: var(--text);
  color: #071009;
  font-weight: 700;
  transform: translateY(-170%);
}

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

:focus-visible {
  outline: 3px solid var(--green-bright);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 1rem;
  display: grid;
  grid-template-columns: minmax(17rem, 1fr) auto minmax(17rem, 1fr);
  align-items: center;
  width: min(calc(100% - 3rem), var(--content));
  min-height: 4.55rem;
  margin: 1rem auto 0;
  padding: 0.55rem 0.72rem 0.55rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: rgba(6, 10, 9, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
}

.brand-mark {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  place-items: center;
  border-right: 1px solid var(--line);
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 780;
  letter-spacing: -0.04em;
}

.brand-copy {
  display: grid;
  line-height: 1.25;
}

.brand-copy strong {
  font-size: 0.92rem;
  font-weight: 610;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.74rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.7rem);
}

.desktop-nav a {
  color: #d6ddd8;
  font-size: 0.88rem;
  transition: color 160ms ease;
}

.desktop-nav a:hover {
  color: var(--green);
}

.header-action {
  justify-self: end;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.68rem;
  padding: 0.68rem 1.3rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 620;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button-primary {
  border-color: var(--text);
  background: var(--text);
  color: #071009;
  box-shadow: 0 12px 32px rgba(110, 220, 131, 0.1);
}

.button-primary:hover {
  border-color: var(--green);
  background: var(--green);
}

.button-quiet {
  background: rgba(14, 21, 19, 0.78);
}

.button-quiet:hover {
  border-color: rgba(119, 220, 138, 0.5);
  color: var(--green);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

main,
.site-footer {
  width: min(calc(100% - 3rem), var(--content));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 39rem;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 2.5rem 1.55rem 1.5rem;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 48rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: #b2bbb6;
  font-size: 0.69rem;
  font-weight: 680;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 0.36rem;
  height: 0.36rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(119, 220, 138, 0.58);
}

.eyebrow b {
  color: #59645e;
}

h1 {
  max-width: 47rem;
  margin-bottom: 1.2rem;
  font-size: clamp(3.1rem, 5.35vw, 5.8rem);
  font-weight: 760;
  letter-spacing: -0.067em;
  line-height: 0.95;
}

h1 em {
  color: var(--green);
  font-style: normal;
  text-shadow: 0 0 42px rgba(91, 212, 115, 0.11);
}

.lede {
  max-width: 41rem;
  margin-bottom: 1.7rem;
  color: #cbd2ce;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 34rem;
  place-items: center;
}

.hero-visual::before {
  position: absolute;
  z-index: -2;
  width: 115%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 45%, rgba(47, 119, 80, 0.42), rgba(13, 29, 24, 0.18) 45%, transparent 70%),
    radial-gradient(circle at 26% 71%, rgba(39, 73, 151, 0.2), transparent 42%);
  filter: blur(16px);
  content: "";
}

.portrait {
  position: relative;
  width: min(100%, 35rem);
  aspect-ratio: 1;
  margin-right: 5.5rem;
}

.portrait::before {
  position: absolute;
  z-index: -1;
  inset: 10%;
  border-radius: 50%;
  background: rgba(66, 147, 99, 0.23);
  filter: blur(38px);
  content: "";
}

.portrait img {
  width: 100%;
  height: 100%;
  border-radius: 2.7rem;
  object-fit: cover;
}

/* The pixel field stays on the fading edge. The face remains crisp. */
.portrait::after {
  position: absolute;
  inset: -1px;
  border-radius: 2.7rem;
  background:
    repeating-conic-gradient(from 45deg, rgba(128, 231, 146, 0.28) 0 25%, transparent 0 50%) 0 0 / 6px 6px,
    radial-gradient(ellipse at 54% 43%, transparent 54%, rgba(5, 10, 8, 0.35) 70%, rgba(5, 10, 8, 0.9) 93%, var(--bg) 100%);
  content: "";
  pointer-events: none;
}

@supports ((-webkit-mask-image: radial-gradient(black, transparent)) or (mask-image: radial-gradient(black, transparent))) {
  .portrait img {
    border-radius: 0;
    -webkit-mask-image: radial-gradient(ellipse 65% 65% at 54% 43%, #000 0 66%, rgba(0, 0, 0, 0.98) 71%, rgba(0, 0, 0, 0.72) 81%, rgba(0, 0, 0, 0.2) 92%, transparent 100%);
    mask-image: radial-gradient(ellipse 65% 65% at 54% 43%, #000 0 66%, rgba(0, 0, 0, 0.98) 71%, rgba(0, 0, 0, 0.72) 81%, rgba(0, 0, 0, 0.2) 92%, transparent 100%);
  }

  .portrait::after {
    border-radius: 0;
    -webkit-mask-image: radial-gradient(ellipse 65% 65% at 54% 43%, transparent 0 68%, #000 79%, rgba(0, 0, 0, 0.86) 91%, transparent 100%);
    mask-image: radial-gradient(ellipse 65% 65% at 54% 43%, transparent 0 68%, #000 79%, rgba(0, 0, 0, 0.86) 91%, transparent 100%);
  }
}

.quote-rail {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 2.7rem;
  width: clamp(16rem, 21vw, 19rem);
  min-height: 10.5rem;
  margin: 0;
  padding: 1.1rem 0.8rem 0.7rem 1.2rem;
  border-left: 1px solid rgba(119, 220, 138, 0.42);
  background: linear-gradient(90deg, rgba(7, 12, 10, 0.87), rgba(7, 12, 10, 0.46) 74%, transparent);
}

.quote-mark {
  display: block;
  height: 2rem;
  color: #849087;
  font-family: Georgia, serif;
  font-size: 3.2rem;
  line-height: 1;
}

.quote-rail p {
  margin-bottom: 0.35rem;
  color: #dde2df;
  font-size: 0.89rem;
  line-height: 1.47;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 200ms ease, transform 200ms ease;
}

.quote-rail p.is-changing {
  opacity: 0;
  transform: translateY(2px);
}

.quote-rail footer {
  color: var(--green);
  font-family: "Snell Roundhand", "Apple Chancery", "Segoe Script", cursive;
  font-size: 1.7rem;
  text-align: right;
  transform: rotate(-4deg);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 1.55rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(9, 14, 13, 0.84);
}

.proof-strip article {
  padding: 1.25rem 1.35rem;
  border-right: 1px solid var(--line);
}

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

.proof-strip strong {
  display: block;
  color: var(--text);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 620;
  letter-spacing: -0.025em;
}

.proof-strip p {
  margin: 0.2rem 0 0;
  color: var(--soft);
  font-size: 0.74rem;
}

.section {
  padding: 6.5rem 1.55rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.section-heading .eyebrow {
  margin-bottom: 0.6rem;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4vw, 4.1rem);
  font-weight: 680;
  letter-spacing: -0.052em;
  line-height: 1;
}

.section-intro {
  max-width: 29rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.project-card {
  --accent: var(--green);
  display: flex;
  min-height: 29rem;
  flex-direction: column;
  padding: clamp(1.35rem, 2vw, 1.8rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--accent) 11%, transparent), transparent 16rem),
    linear-gradient(145deg, rgba(17, 25, 23, 0.94), rgba(8, 13, 12, 0.97));
  transition: border-color 180ms ease, transform 180ms ease;
}

.project-card:hover {
  border-color: color-mix(in srgb, var(--accent) 44%, transparent);
  transform: translateY(-3px);
}

.project-purple {
  --accent: var(--purple);
}

.project-blue {
  --accent: var(--blue);
}

.project-orange {
  --accent: var(--orange);
}

.project-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.8rem;
}

.project-number {
  color: var(--soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
}

.project-status {
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 730;
  letter-spacing: 0.11em;
  text-align: right;
  text-transform: uppercase;
}

.project-icon {
  display: grid;
  width: 3.45rem;
  height: 3.45rem;
  margin-bottom: 1.8rem;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 32%, transparent);
  border-radius: 0.9rem;
  background: color-mix(in srgb, var(--accent) 13%, #08100d);
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 820;
  letter-spacing: 0.04em;
}

.project-kicker {
  margin-bottom: 0.5rem;
  color: var(--accent);
  font-size: 0.64rem;
  font-weight: 730;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.project-card h3 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 640;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.project-card h3 a:hover {
  color: var(--accent);
}

.project-card > p:not(.project-kicker) {
  margin-bottom: 1.2rem;
  color: #aeb7b2;
  font-size: 0.88rem;
  line-height: 1.55;
}

.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #dce2de;
  font-size: 0.76rem;
  font-weight: 620;
}

.card-link:hover {
  color: var(--accent);
}

.supporting-work {
  display: grid;
  grid-template-columns: 0.75fr repeat(3, 1fr);
  align-items: stretch;
  margin-top: 0.85rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  background: rgba(10, 16, 14, 0.72);
}

.supporting-work > p,
.supporting-work > a,
.supporting-work-item {
  margin: 0;
  padding: 1.1rem 1.2rem;
  border-right: 1px solid var(--line);
}

.supporting-work > *:last-child {
  border: 0;
}

.supporting-work > p {
  display: flex;
  align-items: center;
  color: var(--soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.supporting-work > a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 0.75rem;
}

.supporting-work-item {
  display: block;
}

.supporting-work a span {
  font-size: 0.84rem;
  font-weight: 610;
}

.supporting-work a small {
  color: var(--soft);
  font-size: 0.7rem;
}

.supporting-work-item span {
  display: block;
  font-size: 0.84rem;
  font-weight: 610;
}

.supporting-work-item small {
  display: block;
  color: var(--soft);
  font-size: 0.7rem;
  line-height: 1.45;
}

.supporting-work a b {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--muted);
  font-weight: 400;
}

.supporting-work a:hover span,
.supporting-work a:hover b {
  color: var(--green);
}

.about {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: clamp(3rem, 9vw, 9rem);
  border-top: 1px solid var(--line);
}

.about h2 {
  max-width: 38rem;
}

.about-copy {
  align-self: end;
  color: #c0c8c3;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.about-copy p {
  max-width: 42rem;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.principles {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 34%, rgba(83, 168, 104, 0.07), transparent 26rem),
    var(--panel);
}

.compact-heading {
  margin-bottom: 2.6rem;
}

.principle-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.principle-list li {
  min-height: 14.5rem;
  padding: 1.35rem;
  border-right: 1px solid var(--line);
}

.principle-list li:last-child {
  border: 0;
}

.principle-list li > span {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
}

.principle-list div {
  margin-top: 4rem;
}

.principle-list h3 {
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
  font-weight: 630;
  letter-spacing: -0.02em;
}

.principle-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.now {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.now-heading {
  align-self: center;
}

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

.now-list article {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.now-list article > span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 730;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.now-list i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(119, 220, 138, 0.72);
}

.now-list h3 {
  margin-bottom: 0.35rem;
  font-size: 1.18rem;
  font-weight: 620;
}

.now-list h3 a:hover {
  color: var(--green);
}

.now-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr minmax(17rem, 25rem);
  align-items: end;
  gap: 3rem;
  padding: 5rem 1.55rem 2rem;
  border-top: 1px solid var(--line);
}

.footer-statement p {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  font-weight: 710;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.footer-statement em {
  color: var(--green);
  font-style: normal;
}

.footer-links {
  display: grid;
}

.footer-links a,
.footer-links noscript span {
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  color: #d6ddd8;
  font-size: 0.88rem;
}

.footer-links a:hover {
  color: var(--green);
}

.copyright {
  grid-column: 1 / -1;
  margin: 2.8rem 0 0;
  color: var(--soft);
  font-size: 0.72rem;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .header-action {
    margin-right: 3.5rem;
  }

  .menu-toggle {
    position: absolute;
    right: 1rem;
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0.72rem;
    place-content: center;
    gap: 0.35rem;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    color: var(--text);
    cursor: pointer;
  }

  .menu-toggle span[aria-hidden] {
    width: 1rem;
    height: 1px;
    background: currentColor;
    transition: transform 160ms ease;
  }

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

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

  .mobile-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    left: 0;
    padding: 0.7rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: rgba(7, 11, 10, 0.98);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  }

  .mobile-nav:not([hidden]) {
    display: grid;
  }

  .mobile-nav a {
    padding: 0.78rem 1rem;
    border-radius: 0.55rem;
    color: #dce1de;
  }

  .mobile-nav a:hover {
    background: rgba(119, 220, 138, 0.08);
    color: var(--green);
  }

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

  .portrait {
    margin-right: 3rem;
  }

  .quote-rail {
    right: -0.75rem;
  }

  .project-grid {
    gap: 0.7rem;
  }

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

  .supporting-work {
    grid-template-columns: repeat(3, 1fr);
  }

  .supporting-work > p {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principle-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .principle-list li {
    grid-column: span 2;
  }

  .principle-list li:nth-child(3) {
    border-right: 0;
  }

  .principle-list li:nth-child(n + 4) {
    grid-column: span 3;
    border-top: 1px solid var(--line);
  }

  .site-footer {
    grid-template-columns: 1fr minmax(16rem, 21rem);
  }
}

@media (max-width: 800px) {
  html {
    scroll-padding-top: 6rem;
  }

  .site-header,
  main,
  .site-footer {
    width: min(calc(100% - 1.25rem), var(--content));
  }

  .site-header {
    top: 0.6rem;
    margin-top: 0.6rem;
    padding-left: 0.65rem;
    border-radius: 1.15rem;
  }

  .brand-copy span,
  .header-action {
    display: none;
  }

  .brand-mark {
    width: 2.8rem;
    height: 2.8rem;
  }

  .menu-toggle {
    right: 0.75rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0.7rem;
    padding: 4.8rem 0 1.2rem;
  }

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

  .hero-visual {
    min-height: 0;
  }

  .portrait {
    width: min(100%, 31rem);
    margin: 0;
  }

  .quote-rail {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 31rem);
    min-height: 0;
    margin: -4rem auto 0;
    padding: 1.2rem 1.3rem 0.9rem;
    border: 1px solid var(--line);
    border-left-color: rgba(119, 220, 138, 0.42);
    border-radius: 1rem;
    background: rgba(7, 12, 10, 0.9);
  }

  .proof-strip {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .proof-strip article {
    display: grid;
    grid-template-columns: minmax(8rem, 0.7fr) 1fr;
    align-items: center;
    gap: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .proof-strip p {
    margin: 0;
  }

  .section {
    padding: 5rem 0;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .section-intro {
    max-width: 36rem;
  }

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

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

  .supporting-work {
    grid-template-columns: 1fr;
  }

  .supporting-work > p,
  .supporting-work > a,
  .supporting-work-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about,
  .now {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .principles {
    padding-inline: 1rem;
  }

  .principle-list {
    grid-template-columns: 1fr;
  }

  .principle-list li,
  .principle-list li:nth-child(n) {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    grid-column: auto;
    min-height: 0;
    padding: 1.2rem 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principle-list li:last-child {
    border-bottom: 0;
  }

  .principle-list div {
    margin-top: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 4rem 0 1.5rem;
  }

  .footer-links {
    max-width: 28rem;
  }

  .copyright {
    grid-column: 1;
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .brand-copy strong {
    font-size: 0.83rem;
  }

  .eyebrow {
    align-items: flex-start;
    line-height: 1.6;
  }

  .eyebrow b {
    display: none;
  }

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

  .hero-visual {
    min-height: 0;
  }

  .quote-rail {
    width: calc(100% - 1rem);
    margin-top: -3.2rem;
  }

  .proof-strip article {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .footer-statement p {
    font-size: clamp(2.7rem, 17vw, 4.4rem);
  }
}

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

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