:root {
  --bg: #050505;
  --bg-soft: #0a0a0a;
  --text: #dededa;
  --text-soft: #9a9a94;
  --text-faint: #66665f;
  --line: rgba(255,255,255,.10);
  --gold: #d5b56a;
  --gold-soft: #b9974f;
  --silver: #c7c7c2;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(213,181,106,.07), transparent 30rem),
    radial-gradient(circle at 18% 44%, rgba(255,255,255,.025), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::selection { background: var(--gold); color: #080808; }

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 40px;
  backdrop-filter: blur(14px);
  background: linear-gradient(to bottom, rgba(5,5,5,.82), rgba(5,5,5,0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  letter-spacing: -.02em;
}

.brand-mark {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(213,181,106,.5);
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
}

.brand-name { font-size: 14px; color: var(--silver); }
.brand-name span { color: var(--text-faint); }

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  color: var(--text-soft);
}

.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--text); }
.nav-cta {
  padding: 10px 14px;
  border: 1px solid rgba(213,181,106,.35);
  color: var(--gold) !important;
}

main { overflow: clip; }

.hero {
  position: relative;
  min-height: 100svh;
  max-width: var(--max);
  margin: 0 auto;
  padding: 160px 40px 70px;
  display: flex;
  align-items: center;
}

.hero-mark {
  position: absolute;
  right: -2vw;
  top: 50%;
  width: min(56vw, 790px);
  aspect-ratio: 1247 / 1261;
  transform: translateY(-49%);
  opacity: .94;
  filter: drop-shadow(0 0 32px rgba(244, 160, 18, .12));
}

.hero-mark img,
#particle-mark {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-mark img {
  opacity: .82;
  animation: logo-glow 5s ease-in-out infinite alternate;
}

@keyframes logo-glow {
  from { filter: brightness(.92) saturate(.94); }
  to { filter: brightness(1.08) saturate(1.08); }
}

#particle-mark {
  position: absolute;
  inset: 0;
  touch-action: pan-y;
}

.hero-content { position: relative; z-index: 2; max-width: 760px; }

.eyebrow,
.section-kicker {
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

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

h1 {
  margin-bottom: 34px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(4rem, 8vw, 8.3rem);
  font-weight: 300;
  line-height: .88;
  letter-spacing: -.06em;
  color: #f0f0ec;
}

h1 span { color: #8d8d87; }

.hero-line {
  margin-bottom: 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 300;
  color: var(--silver);
  letter-spacing: -.02em;
  line-height: 1.5;
}

.hero-prompt {
  color: #e5cc91;
  border-bottom: 1px solid rgba(213,181,106,.65);
  transition: color .2s ease, border-color .2s ease;
}
.hero-prompt:hover,
.hero-prompt:focus-visible {
  color: #fff1c9;
  border-color: currentColor;
}
.hero-prompt:focus-visible,
.hero-scroll:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  font-size: 12px;
  color: var(--text-soft);
  transition: color .2s ease;
}
.hero-scroll:hover { color: var(--text); }
.hero-scroll span { color: var(--gold); font-size: 20px; line-height: 1; }

.hero-note {
  position: absolute;
  right: 40px;
  bottom: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-faint);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.dot {
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(213,181,106,.8);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 140px 40px;
  border-top: 1px solid var(--line);
}

.statement { min-height: 82vh; display: flex; flex-direction: column; justify-content: center; }

.statement-copy { max-width: 1150px; }
.display-copy {
  margin-bottom: 6px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.5rem, 5.5vw, 6rem);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -.055em;
}
.display-copy.muted { color: #70706b; }

.statement-foot {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1000px;
}
.statement-foot p {
  max-width: 750px;
  color: var(--text-soft);
  font-size: 15px;
}
.statement-foot .gold-line { color: var(--gold); }

.manifesto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.manifesto-item {
  min-height: 440px;
  padding: 58px 40px 60px 0;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.manifesto-item + .manifesto-item { padding-left: 40px; }
.manifesto-item:last-child { border-right: 0; }

.manifesto-item > span,
.process-step > span {
  margin-bottom: auto;
  font-size: 10px;
  letter-spacing: .15em;
  color: var(--gold-soft);
}
.manifesto-item h2 {
  margin-bottom: 18px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 300;
  letter-spacing: -.05em;
}
.manifesto-item p {
  margin-bottom: 0;
  height: 4.2em;
  max-width: 320px;
  color: var(--text-soft);
  font-size: 14px;
}

.work { padding-bottom: 100px; }

.work-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 75px;
}

.work-heading h2,
.trust h2,
.contact h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.8rem, 6vw, 6.7rem);
  line-height: .95;
  font-weight: 300;
  letter-spacing: -.055em;
}

.work-stage {
  position: relative;
  min-height: 680px;
}

.work-panel {
  position: absolute;
  border: 1px solid rgba(255,255,255,.14);
  background: #0b0b0b;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.panel-site { left: 0; top: 0; width: 68%; height: 520px; transform: rotate(-1.4deg); }
.panel-app { right: 0; bottom: 0; width: 48%; height: 430px; transform: rotate(1.2deg); }

.browser-bar {
  height: 34px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
}
.browser-bar span {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(255,255,255,.22);
}

.mock-site {
  height: calc(100% - 34px);
  padding: 42px 46px;
  background:
    radial-gradient(circle at 75% 30%, rgba(213,181,106,.10), transparent 18rem),
    linear-gradient(145deg, #151515, #080808 70%);
}
.mock-brand { font-size: 9px; letter-spacing: .35em; color: var(--gold); }
.mock-title {
  margin-top: 84px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 300;
  line-height: .82;
  letter-spacing: -.06em;
}
.mock-rule { width: 30%; height: 1px; margin-top: 40px; background: var(--gold); opacity: .65; }
.mock-caption { margin-top: 16px; width: 240px; font-size: 11px; color: var(--text-faint); }

.mock-app {
  height: calc(100% - 34px);
  padding: 32px;
  background: linear-gradient(135deg, #0a0b0d, #12151a);
}
.mock-app-top {
  display: flex; justify-content: space-between;
  font-size: 9px; letter-spacing: .15em; color: var(--text-faint);
}
.mock-app-top span { color: var(--gold); }
.app-dashboard {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.app-card {
  min-height: 72px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.018);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.app-card-wide { grid-column: 1 / -1; }
.app-card span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: var(--text-faint);
}
.app-card strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: -.04em;
  color: var(--silver);
}
.app-chart {
  height: 95px;
  display: flex;
  align-items: end;
  gap: 8px;
  margin-top: 18px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.app-chart i {
  flex: 1;
  display: block;
  background: linear-gradient(to top, rgba(213,181,106,.18), rgba(213,181,106,.8));
}

.work-types {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 55px;
  color: var(--text-faint);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.model-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.model-label {
  margin-bottom: 18px;
  font-size: 12px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: .14em;
}
.model-value {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.055em;
}
.model-value span { color: var(--gold); }
.model-note {
  margin: 80px 0 0;
  max-width: 600px;
  color: var(--text-faint);
  font-size: 12px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.process-step {
  min-height: 360px;
  padding: 35px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
}
.process-step h3 {
  margin: auto 0 14px;
  font-family: "Manrope", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: -.05em;
}
.process-step p { margin: 0; height: 4.2em; color: var(--text-soft); font-size: 13px; max-width: 260px; }

.trust {
  display: grid;
  grid-template-columns: 1.3fr 1px .7fr;
  gap: 70px;
  align-items: center;
}
.trust-copy > p:last-child { color: var(--text-soft); margin-top: 28px; }
.trust h2 { font-size: clamp(2.8rem, 4.6vw, 5.3rem); white-space: nowrap; }
.trust-rule { height: 100%; min-height: 280px; background: var(--line); }
.ownership-title {
  color: var(--silver);
  font-size: 1.45rem;
  letter-spacing: -.03em;
}
.ownership p:last-child { color: var(--text-faint); font-size: 13px; }

.contact {
  min-height: 80vh;
  display: grid;
  place-items: center;
  text-align: center;
}
.contact-inner { width: 100%; }
.contact h2 { font-size: clamp(3.4rem, 8vw, 9rem); }
.contact-sub {
  margin: 18px 0 58px;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  color: var(--text-soft);
}
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(213,181,106,.5);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  color: var(--gold);
}
.contact-link span { font-size: .8em; }

footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 36px 40px 48px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 45px;
  color: var(--text-faint);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.footer-brand { text-transform: none; letter-spacing: normal; }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .site-header { padding: 22px 22px; }
  .nav a:not(.nav-cta) { display: none; }
  .hero, .section { padding-left: 22px; padding-right: 22px; }
  .hero { align-items: flex-end; padding-bottom: 120px; }
  .hero-mark { width: min(64vw, 560px); right: -8vw; top: 95px; transform: none; opacity: .72; }
  .hero-note { right: 22px; bottom: 34px; }
  .statement-foot,
  .model-grid,
  .trust { grid-template-columns: 1fr; gap: 28px; }
  .manifesto { grid-template-columns: 1fr; }
  .process-step { padding: 24px; }
  .process-step h3 { font-size: clamp(1.45rem, 3vw, 2.5rem); }
  .process-step p { height: 7em; }
  .manifesto-item,
  .manifesto-item + .manifesto-item {
    min-height: 300px; padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line);
  }
  .manifesto-item p { height: auto; }
  .work-heading { display: block; }
  .work-heading h2 { margin-top: 25px; }
  .work-stage { min-height: 700px; }
  .panel-site { width: 92%; height: 420px; }
  .panel-app { width: 78%; height: 360px; }
  .mock-site { padding: 28px; }
  .mock-title { margin-top: 70px; }
  .trust-rule { width: 100%; height: 1px; min-height: 1px; }
  footer { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 600px) {
  .trust h2 { font-size: clamp(1.55rem, 6.5vw, 2.4rem); }
  .process-grid { grid-template-columns: 1fr; }
  .process-step p { height: auto; }
  .hero {
    display: block;
    min-height: max(100svh, 650px);
    padding-top: max(350px, calc(112px + min(66vw, 300px)));
    padding-bottom: 105px;
  }
  .hero-mark {
    top: 92px;
    left: 50%;
    right: auto;
    width: min(66vw, 300px);
    transform: translateX(-50%);
    opacity: .82;
  }
  .hero-content { max-width: 100%; }
  .hero-content h1 { font-size: clamp(2.55rem, 10.8vw, 3.9rem); }
  .hero-content .eyebrow { margin-bottom: 20px; font-size: 10px; }
  .hero-line { font-size: clamp(1.05rem, 4.7vw, 1.25rem); }
  .hero-scroll { bottom: 25px; }
  .hero-note { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-mark img { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
