:root {
  color-scheme: dark light;
  --ink: #10120f;
  --ink-raised: #171a16;
  --ink-soft: #20241e;
  --paper: #f0eee6;
  --paper-bright: #faf8f1;
  --paper-muted: #d5d3ca;
  --accent: forestgreen;
  --accent-strong: #176b24;
  --text-on-dark: #f5f3eb;
  --text-muted-dark: #999e94;
  --text-on-light: #171915;
  --text-muted-light: #6e7169;
  --line-dark: rgba(245, 243, 235, 0.16);
  --line-light: rgba(16, 18, 15, 0.17);
  --display: "Syne", sans-serif;
  --body: "DM Sans", sans-serif;
  --container: 82rem;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --section-space: clamp(6rem, 11vw, 10rem);
}

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

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text-on-dark);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

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

::selection {
  background: var(--accent);
  color: var(--ink);
}

.container {
  width: min(100% - (2 * var(--gutter)), var(--container));
  margin-inline: auto;
}

.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: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  background: var(--accent);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.section-light {
  background: var(--paper);
  color: var(--text-on-light);
}

.section-dark {
  background: var(--ink);
  color: var(--text-on-dark);
}

.eyebrow,
.small-note,
.venture-number,
.venture-category,
.capability-tags {
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 0;
}

.signal-dot {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.6rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0.3rem rgba(34, 139, 34, 0.18);
  vertical-align: 0.05em;
}

.accent {
  color: var(--accent);
}

.muted-heading {
  color: var(--text-muted-dark);
}

.section-light .muted-heading {
  color: #9b9c94;
}

.section-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid currentColor;
}

.section-light .section-topline {
  border-color: var(--line-light);
}

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

.small-note {
  color: currentColor;
  opacity: 0.58;
  text-align: right;
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(17rem, 0.7fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 8rem);
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
}

.section-heading-row h2,
.about-grid h2,
.perspective h2,
.contact h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.section-heading-row h2,
.about-grid h2 {
  font-size: clamp(3.1rem, 6.7vw, 7rem);
}

.section-heading-row > p {
  max-width: 31rem;
  margin: 0;
  color: var(--text-muted-dark);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.55;
}

.section-light .section-heading-row > p {
  color: var(--text-muted-light);
}

/* Header */
.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--text-on-dark);
}

.nav-inner {
  display: flex;
  min-height: 6.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  border-bottom: 1px solid var(--line-dark);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
}

.brand-wordmark {
  font-family: var(--display);
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
}

.brand-dot {
  color: var(--accent);
}

.brand-full {
  padding-left: 1rem;
  border-left: 1px solid var(--line-dark);
  color: var(--text-muted-dark);
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3rem);
  font-size: 0.82rem;
  font-weight: 550;
}

.site-nav a {
  position: relative;
  color: #c8cbc3;
  transition: color 180ms ease;
}

.site-nav a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

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

.site-nav a:not(.nav-contact):hover::after,
.site-nav a:not(.nav-contact):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-contact {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  min-height: 2.9rem;
  padding: 0 1.1rem 0 1.3rem;
  background: var(--accent);
  color: var(--ink) !important;
  font-weight: 700;
}

.nav-contact span {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.nav-contact:hover span {
  transform: translate(0.15rem, -0.15rem);
}

.menu-toggle[hidden] {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(9.5rem, 14vw, 12rem) 0 2.2rem;
  background: var(--ink);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 68rem;
}

.hero h1 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 0.18em;
  width: min(100%, 14ch);
  min-height: 1.7em;
  max-width: none;
  margin-bottom: clamp(2.4rem, 4vw, 3.7rem);
  font-family: var(--display);
  font-size: clamp(4.2rem, 7.3vw, 7.6rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.hero-prefix {
  grid-column: 1;
  grid-row: 1;
}

.hero-verb {
  grid-column: 2;
  grid-row: 1;
  color: var(--text-on-dark);
}

.hero-object {
  grid-column: 1 / -1;
  grid-row: 2;
  color: var(--accent);
}

.hero-verb,
.hero-object {
  will-change: opacity, transform;
}

.hero-cycle.is-leaving .hero-verb,
.hero-cycle.is-leaving .hero-object {
  animation: hero-phrase-out 220ms ease-in forwards;
}

.hero-cycle.is-entering .hero-verb,
.hero-cycle.is-entering .hero-object {
  animation: hero-phrase-in 420ms cubic-bezier(0.18, 0.72, 0.2, 1) both;
}

@keyframes hero-phrase-out {
  to {
    opacity: 0;
    transform: translateY(-0.12em);
  }
}

@keyframes hero-phrase-in {
  from {
    opacity: 0;
    transform: translateY(0.16em);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-description {
  max-width: 36rem;
  margin-bottom: 2.2rem;
  color: #afb3aa;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.2rem);
}

.button {
  display: inline-flex;
  min-height: 3.65rem;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 0 1.35rem 0 1.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button-accent {
  background: var(--accent);
  color: var(--ink);
}

.button-accent:hover {
  background: var(--paper-bright);
  transform: translateY(-2px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0.3rem 0;
  border-bottom: 1px solid currentColor;
  color: #c9ccc4;
  font-size: 0.82rem;
  font-weight: 650;
  transition: border-color 180ms ease, color 180ms ease;
}

.text-link span {
  transition: transform 180ms ease;
}

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

.text-link:hover span {
  transform: translate(0.1rem, 0.1rem);
}

.hero-footnote {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  margin-top: clamp(3rem, 5vw, 5rem);
  padding-top: 1.35rem;
  border-top: 1px solid var(--line-dark);
  color: #6f746a;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-footnote span:nth-child(2) {
  text-align: center;
}

.hero-footnote a {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  margin-left: auto;
  place-items: center;
  border: 1px solid var(--line-dark);
  color: var(--accent);
  transition: background 180ms ease, color 180ms ease;
}

.hero-footnote a:hover {
  background: var(--accent);
  color: var(--ink);
}

/* Company */
.about {
  padding: var(--section-space) 0;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.68fr);
  gap: clamp(3rem, 10vw, 10rem);
  padding: clamp(3.5rem, 7vw, 7rem) 0 clamp(4.5rem, 8vw, 7rem);
}

.about-copy {
  align-self: end;
}

.about-copy p {
  color: var(--text-muted-light);
  font-size: 1.02rem;
}

.about-copy .lead {
  margin-bottom: 1.8rem;
  color: var(--text-on-light);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.dark-link {
  margin-top: 1.2rem;
  color: var(--text-on-light);
}

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

.company-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.company-principles > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  min-height: 10.5rem;
  padding: 2rem clamp(1.2rem, 2.5vw, 2.4rem);
}

.company-principles > div + div {
  border-left: 1px solid var(--line-light);
}

.principle-symbol {
  color: var(--accent);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 700;
}

.company-principles p {
  margin: 0;
}

.company-principles strong,
.company-principles p > span {
  display: block;
}

.company-principles strong {
  margin-bottom: 0.7rem;
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.company-principles p > span {
  color: var(--text-muted-light);
  font-size: 0.87rem;
  line-height: 1.5;
}

/* Expertise */
.expertise {
  padding: var(--section-space) 0 clamp(6rem, 10vw, 9rem);
  background: var(--ink-raised);
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.expertise-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.5rem clamp(1.4rem, 2.7vw, 2.7rem) 2.2rem;
}

.expertise-card + .expertise-card {
  border-left: 1px solid var(--line-dark);
}

.expertise-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #94998f;
}

.expertise-card-top > span:last-child {
  color: var(--accent);
  font-size: 1.1rem;
}

.capability-art {
  position: relative;
  height: clamp(13rem, 20vw, 17rem);
  margin: 2rem 0 2.5rem;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: #121410;
}

.system-art {
  display: grid;
  place-items: center;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 2.2rem 2.2rem;
}

.system-art > div {
  position: absolute;
  border: 1px solid rgba(34, 139, 34, 0.45);
  border-radius: 50%;
}

.system-art > div:nth-child(1) {
  width: 10rem;
  height: 10rem;
}

.system-art > div:nth-child(2) {
  width: 7rem;
  height: 7rem;
  border-color: rgba(245, 243, 235, 0.14);
}

.system-art > div:nth-child(3) {
  width: 4.2rem;
  height: 4.2rem;
  border-color: var(--accent);
  background: rgba(34, 139, 34, 0.09);
}

.system-art > div::before {
  position: absolute;
  top: 50%;
  left: -1.4rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.system-core {
  position: relative;
  z-index: 2;
  color: var(--accent);
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
}

.product-art {
  perspective: 50rem;
}

.product-art::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 45%, rgba(34, 139, 34, 0.14), transparent 42%);
  content: "";
}

.product-window {
  position: absolute;
  width: 62%;
  aspect-ratio: 1.2;
  border: 1px solid rgba(245, 243, 235, 0.25);
  background: #1d211b;
  transform: rotateY(-11deg) rotateX(5deg);
}

.product-window::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1.6rem;
  border-bottom: 1px solid rgba(245, 243, 235, 0.16);
  content: "";
}

.product-window i {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  margin: 0.65rem 0 0 0.25rem;
  border-radius: 50%;
  background: #696e65;
}

.product-window i:first-child {
  margin-left: 0.65rem;
  background: var(--accent);
}

.window-back {
  top: 20%;
  left: 15%;
  opacity: 0.6;
}

.window-front {
  right: 11%;
  bottom: 14%;
  border-color: rgba(34, 139, 34, 0.55);
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.28);
}

.window-mark {
  position: absolute;
  top: 30%;
  left: 14%;
  color: var(--accent);
  font-size: 1.5rem;
}

.window-line,
.window-button {
  position: absolute;
  left: 14%;
  height: 0.34rem;
  background: #656b60;
}

.window-line {
  right: 14%;
  bottom: 39%;
}

.window-line.short {
  right: 44%;
  bottom: 29%;
}

.window-button {
  bottom: 13%;
  width: 24%;
  height: 0.65rem;
  background: var(--accent);
}

.creative-art {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 139, 34, 0.16), transparent 30%),
    linear-gradient(135deg, #11130f, #20241d);
}

.viewfinder-corner {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  border-color: rgba(245, 243, 235, 0.4);
}

.corner-tl {
  top: 1.25rem;
  left: 1.25rem;
  border-top: 1px solid;
  border-left: 1px solid;
}

.corner-tr {
  top: 1.25rem;
  right: 1.25rem;
  border-top: 1px solid;
  border-right: 1px solid;
}

.corner-bl {
  bottom: 1.25rem;
  left: 1.25rem;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.corner-br {
  right: 1.25rem;
  bottom: 1.25rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.creative-orbit {
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid rgba(34, 139, 34, 0.55);
  border-radius: 50%;
}

.creative-orbit::before,
.creative-orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.creative-orbit::before {
  width: 10.5rem;
  border-top: 1px solid rgba(245, 243, 235, 0.15);
  transform: translate(-50%, -50%) rotate(34deg);
}

.creative-orbit::after {
  height: 10.5rem;
  border-left: 1px solid rgba(245, 243, 235, 0.15);
  transform: translate(-50%, -50%) rotate(34deg);
}

.creative-star {
  position: relative;
  z-index: 2;
  color: var(--accent);
  font-size: 2.3rem;
}

.expertise-card h3 {
  margin-bottom: 1.3rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.expertise-card > p {
  min-height: 8.3rem;
  margin-bottom: 1.8rem;
  color: var(--text-muted-dark);
  font-size: 0.94rem;
  line-height: 1.65;
}

.capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 0 2.2rem;
  margin: 0;
  list-style: none;
}

.capability-tags li {
  padding: 0.5rem 0.7rem;
  border: 1px solid var(--line-dark);
  color: #aeb2aa;
  letter-spacing: 0.07em;
}

.card-reference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-dark);
  color: #d7d9d2;
  font-size: 0.76rem;
  font-weight: 600;
  transition: color 180ms ease;
}

.card-reference span {
  color: var(--accent);
  transition: transform 180ms ease;
}

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

.card-reference:hover span {
  transform: translateY(0.2rem);
}

/* Ventures */
.ventures {
  padding: var(--section-space) 0;
}

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

.venture-row {
  position: relative;
  display: grid;
  grid-template-columns: 3rem minmax(12rem, 0.72fr) minmax(18rem, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 4vw, 4rem);
  min-height: 11.5rem;
  border-bottom: 1px solid var(--line-dark);
}

.venture-row::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(34, 139, 34, 0.075), transparent 55%);
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.venture-row:focus-within::before,
.venture-row:hover::before {
  opacity: 1;
}

.venture-number {
  align-self: start;
  padding-top: 2.2rem;
  color: var(--accent);
}

.venture-category {
  display: block;
  margin-bottom: 0.55rem;
  color: #858a80;
}

.venture-identity h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.venture-row > p {
  max-width: 34rem;
  margin: 0;
  color: var(--text-muted-dark);
  font-size: 0.93rem;
  line-height: 1.65;
}

.venture-link {
  position: relative;
  display: flex;
  grid-column: 4;
  align-items: center;
  gap: 1.2rem;
  color: #b9bdb4;
  font-size: 0.76rem;
  font-weight: 650;
}

.arrow-box {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border: 1px solid var(--line-dark);
  color: var(--accent);
  font-size: 1.2rem;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.venture-link:hover .arrow-box {
  background: var(--accent);
  color: var(--ink);
  transform: translate(0.15rem, -0.15rem);
}

/* Perspective */
.perspective {
  --reveal-x: 68%;
  --reveal-y: 48%;
  --reveal-radius: clamp(10rem, 19vw, 20rem);
  --scene-x: 0rem;
  --scene-y: 0rem;
  --tilt-x: 0deg;
  --tilt-y: -4deg;
  position: relative;
  min-height: max(58rem, 94svh);
  overflow: hidden;
  background:
    linear-gradient(135deg, #090c08 0%, #0d110c 56%, #080a07 100%);
  color: var(--text-on-dark);
  cursor: crosshair;
  isolation: isolate;
}

.perspective::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(245, 243, 235, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 243, 235, 0.027) 1px, transparent 1px);
  background-size: clamp(3.2rem, 6vw, 6rem) clamp(3.2rem, 6vw, 6rem);
  content: "";
}

.perspective-stage {
  position: absolute;
  z-index: -1;
  inset: -12%;
  overflow: hidden;
  perspective: 80rem;
  pointer-events: none;
}

.perspective-world {
  position: absolute;
  inset: 4%;
  transform: translate3d(var(--scene-x), var(--scene-y), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.05);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
  will-change: transform;
}

.perspective-world::before {
  position: absolute;
  top: 48%;
  left: 55%;
  color: rgba(245, 243, 235, 0.018);
  content: "Perspective";
  font-family: var(--display);
  font-size: clamp(6rem, 14vw, 15rem);
  font-weight: 600;
  letter-spacing: -0.09em;
  line-height: 0.7;
  text-transform: uppercase;
  transform: translate(-50%, -50%) translateZ(-12rem) rotate(-5deg);
  white-space: nowrap;
}

.perspective-grid,
.perspective-reveal-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245, 243, 235, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 243, 235, 0.055) 1px, transparent 1px);
  background-size: clamp(4rem, 8vw, 8rem) clamp(4rem, 8vw, 8rem);
}

.perspective-grid {
  opacity: 0.5;
  transform: translateZ(-8rem) rotate(4deg) scale(1.14);
}

.perspective-frame {
  position: absolute;
  border: 1px solid rgba(245, 243, 235, 0.17);
  background: linear-gradient(125deg, rgba(245, 243, 235, 0.018), transparent 58%);
}

.perspective-frame-back {
  inset: 15% 4% 11% 28%;
  transform: translateZ(-9rem) rotate(-9deg) skewX(-6deg);
}

.perspective-frame-middle {
  inset: 21% 14% 18% 37%;
  border-color: rgba(34, 139, 34, 0.28);
  transform: translateZ(1rem) rotate(11deg) skewX(5deg);
}

.perspective-frame-front {
  inset: 29% 24% 24% 48%;
  border-color: rgba(245, 243, 235, 0.28);
  transform: translateZ(10rem) rotate(-5deg) skewY(-3deg);
}

.perspective-axis {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 243, 235, 0.2), transparent);
}

.perspective-axis-a {
  transform: translate(-50%, -50%) translateZ(4rem) rotate(29deg);
}

.perspective-axis-b {
  transform: translate(-50%, -50%) translateZ(-4rem) rotate(-21deg);
}

.perspective-reveal {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(34, 139, 34, 0.08), rgba(34, 139, 34, 0.24)),
    #0a1309;
  clip-path: circle(var(--reveal-radius) at var(--reveal-x) var(--reveal-y));
  transform: translateZ(5rem);
  transition: clip-path 160ms ease-out;
  will-change: clip-path;
}

.perspective-reveal::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--reveal-x) var(--reveal-y), rgba(34, 139, 34, 0.38), transparent 34%);
  content: "";
}

.perspective-reveal-grid {
  opacity: 0.75;
  transform: rotate(-3deg) scale(1.08);
}

.perspective-hidden-word {
  position: absolute;
  top: 52%;
  left: 61%;
  color: rgba(245, 243, 235, 0.09);
  font-family: var(--display);
  font-size: clamp(4.8rem, 11vw, 11.5rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.85;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-5deg);
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(245, 243, 235, 0.24);
}

.perspective-tracker {
  position: absolute;
  z-index: 3;
  top: var(--reveal-y);
  left: var(--reveal-x);
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  color: var(--text-on-dark);
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.72;
  transform: translate(-50%, -50%) translateZ(12rem);
  transition: top 160ms ease-out, left 160ms ease-out;
}

.perspective-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: max(58rem, 94svh);
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.perspective .eyebrow {
  color: rgba(245, 243, 235, 0.72);
}

.perspective h2 {
  align-self: flex-start;
  max-width: 9.5ch;
  margin: auto 0;
  font-size: clamp(4rem, 8.2vw, 8.6rem);
  text-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.3);
}

.perspective h2 span {
  color: var(--accent);
}

.perspective-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.perspective-bottom p {
  margin: 0;
  color: rgba(245, 243, 235, 0.7);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1.55;
  text-transform: uppercase;
}

.perspective-instruction > span {
  display: inline-block;
  margin-right: 0.55rem;
  color: var(--accent);
}

.perspective-bottom .perspective-sequence {
  color: rgba(245, 243, 235, 0.46);
  text-align: right;
}

.perspective-sequence span {
  padding-inline: 0.65rem;
  color: var(--accent);
}

.perspective.is-pointer-active .perspective-world {
  transition-duration: 80ms;
}

.perspective.is-pointer-active .perspective-reveal,
.perspective.is-pointer-active .perspective-tracker {
  transition-duration: 60ms;
}

/* Approach */
.approach {
  padding: var(--section-space) 0;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  list-style: none;
  counter-reset: process;
}

.process-list li {
  min-height: 17rem;
  padding: 1.6rem clamp(1.2rem, 2.4vw, 2.3rem) 2.2rem;
}

.process-list li + li {
  border-left: 1px solid var(--line-light);
}

.process-number {
  display: block;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.process-list h3 {
  margin-bottom: 0.8rem;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  font-weight: 650;
  letter-spacing: -0.045em;
}

.process-list p {
  margin: 0;
  color: var(--text-muted-light);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Contact */
.contact {
  padding: var(--section-space) 0;
  background:
    radial-gradient(circle at 13% 80%, rgba(34, 139, 34, 0.11), transparent 27%),
    var(--ink-raised);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 0.8fr);
  align-items: end;
  gap: clamp(4rem, 9vw, 9rem);
  padding-top: clamp(4rem, 8vw, 7rem);
}

.contact-heading h2 {
  max-width: 9ch;
  font-size: clamp(3.5rem, 6.7vw, 7rem);
}

.contact-heading h2 span {
  color: var(--accent);
}

.contact-heading > p {
  max-width: 35rem;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  color: var(--text-muted-dark);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.contact-directory {
  align-self: end;
}

.contact-directory-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.4rem;
}

.contact-directory-intro > p:last-child {
  margin: 0;
  color: var(--text-muted-dark);
  font-size: 0.78rem;
}

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

.contact-list > a {
  position: relative;
  z-index: 0;
  display: flex;
  min-height: 7.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line-dark);
  transition: padding 220ms ease;
  isolation: isolate;
}

.contact-list > a::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(245, 243, 235, 0.025);
  content: "";
  opacity: 0;
  transform: scaleX(0.96);
  transition: opacity 180ms ease, transform 220ms ease;
}

.contact-list > a:hover,
.contact-list > a:focus-visible {
  padding-inline: 1rem;
}

.contact-list > a:hover::before,
.contact-list > a:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.contact-list > a > span:first-child,
.contact-list small,
.contact-list strong {
  display: block;
}

.contact-list > a > span:first-child {
  min-width: 0;
}

.contact-list small {
  margin-bottom: 0.48rem;
  color: var(--text-muted-dark);
  font-size: 0.61rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-list strong {
  font-family: var(--display);
  font-size: clamp(1rem, 1.65vw, 1.35rem);
  font-weight: 550;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.investor-contact small,
.investor-contact strong {
  color: var(--accent);
}

.contact-arrow {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line-dark);
  color: var(--accent);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-list > a:hover .contact-arrow,
.contact-list > a:focus-visible .contact-arrow {
  background: var(--accent);
  color: var(--ink);
  transform: translate(0.15rem, -0.15rem);
}

/* Motto */
.motto {
  padding: var(--section-space) 0 clamp(7rem, 13vw, 13rem);
  background: var(--paper);
  color: var(--text-on-light);
}

.motto .section-topline {
  border-color: var(--line-light);
}

.motto-quote {
  position: relative;
  margin: clamp(4.5rem, 9vw, 8.5rem) 0 0;
}

.motto-quote::before {
  position: absolute;
  top: -0.35em;
  right: 0;
  color: rgba(34, 139, 34, 0.16);
  content: "“";
  font-family: var(--display);
  font-size: clamp(9rem, 20vw, 20rem);
  font-weight: 700;
  line-height: 1;
}

.motto-quote > p {
  position: relative;
  z-index: 1;
  max-width: 14ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.3rem, 7.25vw, 7.6rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.motto-quote > p span {
  color: #8a8d84;
}

.motto-quote > p em {
  color: var(--accent);
  font-style: normal;
}

.motto-quote footer {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-light);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.motto-quote cite {
  color: var(--text-on-light);
  font-style: normal;
  font-weight: 700;
}

.motto-quote footer span {
  color: var(--text-muted-light);
}

/* Footer */
.site-footer {
  padding: 4rem 0 2.5rem;
  background: #0a0c09;
  color: var(--text-on-dark);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: start;
  gap: 2rem;
  padding-bottom: 4rem;
}

.footer-top p {
  margin: 0;
  color: #9a9e95;
  font-family: var(--display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  color: #bfc2bb;
  font-size: 0.76rem;
  font-weight: 650;
}

.back-to-top span {
  color: var(--accent);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.back-to-top:hover span {
  transform: translateY(-0.2rem);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-dark);
  color: #696e65;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  gap: clamp(1rem, 3vw, 2.5rem);
}

.footer-bottom a {
  transition: color 180ms ease;
}

.footer-bottom a:hover {
  color: var(--text-on-dark);
}

.footer-signoff {
  text-align: right;
}

@media (max-width: 68rem) {
  .hero h1 {
    font-size: clamp(4.1rem, 8.4vw, 6.2rem);
  }

  .about-grid {
    gap: 5rem;
  }

  .expertise-card {
    padding-inline: 1.4rem;
  }

  .venture-row {
    grid-template-columns: 2rem minmax(11rem, 0.72fr) minmax(15rem, 1fr) auto;
    gap: 1.5rem;
  }

  .venture-link > span:first-child {
    display: none;
  }
}

@media (max-width: 56rem) {
  .section-heading-row,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-row {
    align-items: start;
    gap: 2rem;
  }

  .hero {
    min-height: auto;
  }

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

  .hero h1 {
    font-size: clamp(4.6rem, 13vw, 7.3rem);
  }

  .about-grid {
    gap: 3rem;
  }

  .about-copy {
    max-width: 40rem;
  }

  .company-principles,
  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .company-principles > div + div,
  .expertise-card + .expertise-card {
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .expertise-card + .expertise-card {
    border-color: var(--line-dark);
  }

  .company-principles > div {
    min-height: auto;
  }

  .expertise-card {
    display: grid;
    grid-template-columns: minmax(15rem, 0.85fr) minmax(16rem, 1fr);
    column-gap: 2rem;
    padding: 2rem 0 2.5rem;
  }

  .expertise-card-top,
  .card-reference {
    grid-column: 1 / -1;
  }

  .capability-art {
    grid-row: 2 / span 4;
    height: 100%;
    min-height: 19rem;
    margin: 2rem 0 0;
  }

  .expertise-card h3 {
    align-self: end;
    margin-top: 2rem;
  }

  .expertise-card > p {
    min-height: auto;
  }

  .venture-row {
    grid-template-columns: 2rem 1fr auto;
    min-height: 0;
    padding: 2.4rem 0;
  }

  .venture-number {
    grid-row: 1 / span 2;
    padding-top: 0.25rem;
  }

  .venture-row > p {
    grid-column: 2;
  }

  .venture-link {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

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

  .process-list li:nth-child(3) {
    border-left: 0;
  }

  .process-list li:nth-child(n + 3) {
    border-top: 1px solid var(--line-light);
  }

  .contact-grid {
    gap: 5rem;
  }
}

@media (max-width: 44rem) {
  :root {
    --gutter: 1.25rem;
    --section-space: 5.5rem;
  }

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

  .nav-inner {
    min-height: 5rem;
  }

  .brand-full {
    display: none;
  }

  .site-nav {
    gap: 0;
  }

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

  .nav-contact {
    min-height: 2.6rem;
    gap: 1rem;
  }

  .section-topline {
    align-items: flex-start;
    gap: 1rem;
  }

  .small-note {
    max-width: 12rem;
  }

  .section-heading-row h2,
  .about-grid h2 {
    font-size: clamp(2.9rem, 14vw, 4.4rem);
  }

  .hero {
    padding-top: 8.5rem;
  }

  .hero h1 {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 3.35em;
    font-size: clamp(3.55rem, 17vw, 5.5rem);
    line-height: 0.85;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

  .hero-footnote span:nth-child(2) {
    display: none;
  }

  .expertise-card {
    display: flex;
  }

  .capability-art {
    min-height: 16rem;
    margin: 2rem 0 2.5rem;
  }

  .expertise-card h3 {
    margin-top: 0;
  }

  .venture-row {
    grid-template-columns: 1fr auto;
    gap: 1.4rem;
  }

  .venture-number {
    display: none;
  }

  .venture-row > p {
    grid-column: 1;
  }

  .venture-link {
    grid-column: 2;
  }

  .arrow-box {
    width: 3.1rem;
    height: 3.1rem;
  }

  .perspective,
  .perspective-inner {
    min-height: 46rem;
  }

  .perspective-stage {
    inset: -8% -72% -8% -15%;
    opacity: 0.72;
  }

  .perspective h2 {
    max-width: 8.5ch;
    font-size: clamp(3.2rem, 14.5vw, 5rem);
  }

  .perspective-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .perspective-bottom .perspective-sequence {
    text-align: left;
  }

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

  .process-list li {
    min-height: auto;
    padding: 1.8rem 0 2rem;
  }

  .process-list li + li,
  .process-list li:nth-child(n + 3) {
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .process-number {
    margin-bottom: 2.3rem;
  }

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

  .contact-heading h2 {
    font-size: clamp(3.15rem, 14vw, 5.2rem);
  }

  .contact-directory-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }

  .contact-list > a {
    min-height: 6.8rem;
  }

  .motto-quote::before {
    top: -0.55em;
    right: -0.05em;
  }

  .motto-quote > p {
    max-width: 11ch;
    font-size: clamp(3.1rem, 13.5vw, 5rem);
  }

  .motto-quote footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr auto;
  }

  .footer-top p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer-bottom nav {
    display: none;
  }
}

@media (max-width: 25rem) {
  .brand-wordmark {
    font-size: 1.65rem;
  }

  .nav-contact {
    padding-inline: 0.9rem;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .venture-identity h3 {
    font-size: 1.9rem;
  }

  .perspective-sequence span {
    padding-inline: 0.3rem;
  }

  .perspective-instruction {
    display: none;
  }

  .contact-list strong {
    font-size: 0.82rem;
  }

  .contact-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .motto-quote > p {
    font-size: 2.85rem;
  }
}

@media (hover: none) {
  .venture-row::before {
    display: none;
  }
}

@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;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .hero-footnote,
  .venture-link,
  .site-footer {
    display: none !important;
  }

  body,
  .section-dark,
  .expertise,
  .contact,
  .motto {
    background: #fff;
    color: #000;
  }

  .muted-heading,
  .section-heading-row > p,
  .expertise-card > p,
  .venture-row > p,
  .contact-heading > p,
  .contact-directory-intro > p:last-child,
  .contact-list small,
  .motto-quote > p span,
  .motto-quote footer span {
    color: #333;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
    background: #fff;
  }

  .hero h1,
  .hero-object,
  .accent {
    color: #000;
  }

  .about,
  .expertise,
  .ventures,
  .approach,
  .contact,
  .motto {
    padding-block: 3rem;
  }

  .perspective {
    display: none;
  }
}
