:root {
  --black: #161817;
  --black-soft: #202321;
  --paper: #e9e4d8;
  --paper-dim: #c7c0b2;
  --line: rgba(233, 228, 216, .22);
  --orange: #ef6f32;
  --yellow: #f3bd43;
  --mint: #9ac5ae;
  --mono: "IBM Plex Mono", monospace;
  --sans: "Space Grotesk", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--paper);
  font-family: var(--sans);
  letter-spacing: 0;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: linear-gradient(rgba(233,228,216,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(233,228,216,.045) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .08;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.6) .5px, transparent .5px);
  background-size: 5px 5px;
  mix-blend-mode: screen;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.topbar,
main,
.footer {
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
}
.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-weight: 700; }
.wordmark-symbol {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  border: 2px solid var(--paper);
  transform: rotate(45deg);
}
.wordmark-symbol i { position: absolute; display: block; width: 17px; height: 17px; }
.wordmark-symbol i:first-child { top: -3px; left: -3px; background: var(--orange); }
.wordmark-symbol i:last-child { right: -3px; bottom: -3px; background: var(--yellow); }
.topbar-status,
.topbar-link,
.hero-meta,
.side-index,
.object-label,
.section-number,
.order-top,
.manifesto-rail,
.contact-tag,
.footer {
  font-family: var(--mono);
  font-size: .68rem;
  text-transform: uppercase;
}
.topbar-status { color: var(--paper-dim); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(154,197,174,.12); }
.topbar-link { justify-self: end; color: var(--yellow); }
.topbar-link:hover { color: var(--orange); }
.topbar-link span { font-size: 1rem; }

.hero {
  display: grid;
  grid-template-columns: 66px minmax(0, 1.06fr) minmax(380px, .94fr);
  gap: 28px;
  min-height: calc(100vh - 82px);
  padding: 46px 0 80px;
}
.side-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  color: var(--paper-dim);
  writing-mode: vertical-rl;
  letter-spacing: .1em;
}
.side-line { width: 1px; min-height: 130px; background: var(--orange); }
.hero-main { display: flex; flex-direction: column; justify-content: space-between; min-height: 600px; }
.hero-meta { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--paper-dim); }
.hero h1 {
  max-width: 700px;
  margin: auto 0 68px;
  color: var(--paper);
  font-size: clamp(5rem, 10.6vw, 11.5rem);
  font-weight: 700;
  line-height: .78;
  letter-spacing: -.07em;
  text-wrap: balance;
}
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-bottom { display: grid; grid-template-columns: minmax(0, 1fr) 160px; gap: 38px; align-items: end; }
.hero-bottom p { max-width: 440px; margin: 0; color: var(--paper-dim); font-size: 1.02rem; line-height: 1.68; text-wrap: pretty; }
.stamp-link { display: inline-flex; align-items: center; gap: 12px; color: var(--yellow); font-family: var(--mono); font-size: .67rem; text-transform: uppercase; }
.stamp-link:hover { color: var(--orange); }
.stamp { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--yellow); border-radius: 50%; font-size: 1.1rem; transition: transform 180ms ease; }
.stamp-link:hover .stamp { transform: translateY(4px); }

.forge-object {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--black-soft);
  isolation: isolate;
}
.forge-object::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 48% 50%, rgba(239,111,50,.24), transparent 34%), linear-gradient(135deg, transparent 45%, rgba(243,189,67,.1) 45.2%, transparent 46%);
}
.forge-object::after {
  position: absolute;
  inset: 11%;
  content: "";
  border: 1px solid rgba(233,228,216,.16);
  transform: rotate(45deg);
}
.object-label { position: absolute; z-index: 3; color: var(--paper-dim); line-height: 1.4; }
.object-label-top { top: 17px; left: 17px; }
.object-label-bottom { right: 17px; bottom: 17px; color: var(--yellow); text-align: right; }
.object-axis { position: absolute; top: 8%; bottom: 8%; left: 50%; width: 1px; background: var(--line); }
.heat-ring { position: absolute; top: 50%; left: 50%; border: 1px solid var(--orange); border-radius: 50%; transform: translate(-50%, -50%); }
.heat-ring-one { width: 68%; aspect-ratio: 1; opacity: .54; }
.heat-ring-two { width: 45%; aspect-ratio: 1; border-color: var(--yellow); opacity: .66; }
.metal-block { position: absolute; top: 50%; left: 50%; transform-style: preserve-3d; }
.block-back {
  width: 235px; height: 225px;
  background: #70402c;
  clip-path: polygon(14% 21%, 81% 4%, 100% 72%, 38% 100%, 0 67%);
  transform: translate(-38%, -54%) rotate(-12deg);
}
.block-main {
  width: 265px; height: 250px;
  border: 1px solid var(--yellow);
  background: var(--orange);
  clip-path: polygon(14% 21%, 81% 4%, 100% 72%, 38% 100%, 0 67%);
  transform: translate(-55%, -47%) rotate(9deg);
  transition: transform 500ms cubic-bezier(.2,.9,.25,1), background 500ms ease;
}
.block-notch { position: absolute; top: 5%; right: 18%; width: 32%; height: 24%; border-left: 2px solid var(--black); border-bottom: 2px solid var(--black); transform: skew(-20deg); }
.block-highlight { position: absolute; left: 12%; bottom: 17%; width: 58%; height: 5px; background: var(--yellow); transform: rotate(-12deg); box-shadow: 0 0 18px var(--yellow); }
.spark { position: absolute; width: 8px; height: 8px; background: var(--yellow); transform: rotate(45deg); box-shadow: 0 0 14px var(--yellow); animation: spark-float 2.8s ease-in-out infinite; }
.spark-one { top: 30%; left: 24%; }
.spark-two { top: 24%; right: 21%; width: 5px; height: 5px; animation-delay: .7s; }
.spark-three { right: 18%; bottom: 27%; width: 6px; height: 6px; animation-delay: 1.4s; }
@keyframes spark-float { 0%, 100% { opacity: .4; transform: translateY(4px) rotate(45deg); } 50% { opacity: 1; transform: translateY(-14px) rotate(135deg); } }

.work-section,
.contact-section { padding: 140px 0; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 66px minmax(0, 1fr) minmax(220px, .45fr); gap: 28px; align-items: end; }
.section-number { color: var(--orange); }
h2 { margin: 0; color: var(--paper); font-size: clamp(3rem, 6.2vw, 6.8rem); font-weight: 600; line-height: .88; letter-spacing: -.06em; text-wrap: balance; }
.section-head p { margin: 0; color: var(--paper-dim); line-height: 1.65; text-wrap: pretty; }
.work-orders { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 80px; background: var(--line); }
.work-order { position: relative; min-height: 360px; padding: 24px; background: var(--black-soft); }
.work-order-hot { background: var(--orange); color: var(--black); }
.order-top { display: flex; justify-content: space-between; padding-bottom: 34px; border-bottom: 1px solid var(--line); color: var(--paper-dim); }
.work-order-hot .order-top { border-color: rgba(22,24,23,.2); color: rgba(22,24,23,.62); }
.work-order h3 { max-width: 240px; margin: 56px 0 18px; font-size: clamp(1.6rem, 2.5vw, 2.5rem); font-weight: 500; line-height: .96; letter-spacing: -.04em; }
.work-order p { max-width: 270px; margin: 0; color: var(--paper-dim); line-height: 1.55; }
.work-order-hot p { color: rgba(22,24,23,.7); }
.order-mark { position: absolute; right: 24px; bottom: 22px; color: var(--yellow); font-size: 2rem; font-weight: 300; }
.work-order-hot .order-mark { color: var(--black); }

.manifesto { display: grid; grid-template-columns: 66px minmax(0, 1fr) 230px; gap: 28px; min-height: 610px; padding: 90px 0; background: var(--paper); color: var(--black); }
.manifesto-rail { color: #6d695f; writing-mode: vertical-rl; }
.manifesto-copy { padding-top: 6px; }
.manifesto-kicker { margin: 0 0 70px; color: #6d695f; font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }
.manifesto blockquote { max-width: 740px; margin: 0; font-size: clamp(4rem, 9vw, 9.5rem); font-weight: 600; line-height: .78; letter-spacing: -.08em; }
.manifesto blockquote span { color: var(--orange); }
.manifesto-note { max-width: 340px; margin: 74px 0 0; color: #68645c; line-height: 1.6; }
.manifesto-schematic { position: relative; min-height: 390px; border-left: 1px solid rgba(22,24,23,.24); border-bottom: 1px solid rgba(22,24,23,.24); }
.schematic-vertical { position: absolute; top: 0; right: 46%; width: 1px; height: 100%; background: var(--black); }
.schematic-horizontal { position: absolute; top: 52%; right: 0; left: 0; height: 1px; background: var(--black); }
.schematic-node { position: absolute; width: 18px; height: 18px; border: 2px solid var(--black); border-radius: 50%; background: var(--paper); }
.node-a { top: 16%; right: 39%; }
.node-b { top: 47%; right: 42%; width: 28px; height: 28px; background: var(--yellow); }
.node-c { bottom: 17%; right: 24%; }

.contact-section { display: grid; grid-template-columns: 66px minmax(0, 1fr) 300px; gap: 28px; align-items: end; }
.contact-tag { color: var(--orange); }
.contact-copy h2 { max-width: 700px; }
.contact-email { display: flex; justify-content: space-between; gap: 20px; max-width: 720px; margin-top: 44px; padding-bottom: 13px; border-bottom: 1px solid var(--paper); color: var(--yellow); font-family: var(--mono); font-size: .78rem; overflow-wrap: anywhere; }
.contact-email:hover { border-color: var(--orange); color: var(--orange); }
.contact-email span { font-size: 1.2rem; }
.contact-links { display: grid; gap: 0; }
.contact-links a { display: flex; justify-content: space-between; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }
.contact-links a:hover { color: var(--orange); }
.contact-links strong { color: var(--paper-dim); font-weight: 400; text-transform: none; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0 38px; border-top: 1px solid var(--line); color: var(--paper-dim); }
.footer > span:last-child { display: flex; gap: 17px; }
.footer a:hover { color: var(--yellow); }

.legal { width: min(840px, calc(100% - 48px)); min-height: 100vh; margin: 0 auto; padding: 52px 0 100px; }
.legal .wordmark { margin-bottom: 120px; }
.legal h1 { margin: 0 0 30px; font-size: clamp(5rem, 13vw, 10rem); line-height: .8; letter-spacing: -.08em; }
.legal p { max-width: 670px; color: var(--paper-dim); line-height: 1.75; }
.legal .back { display: inline-block; margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid var(--yellow); color: var(--yellow); font-family: var(--mono); font-size: .67rem; text-transform: uppercase; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 45px 1fr; }
  .forge-object { grid-column: 2; min-height: 500px; }
  .section-head,
  .manifesto,
  .contact-section { grid-template-columns: 45px 1fr; }
  .section-head p { grid-column: 2; max-width: 480px; }
  .manifesto-schematic { display: none; }
  .contact-links { grid-column: 2; max-width: 520px; margin-top: 44px; }
}
@media (max-width: 680px) {
  .topbar, main, .footer { width: min(100% - 34px, 1280px); }
  .topbar { grid-template-columns: 1fr auto; min-height: 72px; }
  .topbar-status { display: none; }
  .topbar-link { font-size: .61rem; }
  .hero { display: block; padding: 36px 0 70px; }
  .side-index { display: none; }
  .hero-main { min-height: 500px; }
  .hero-meta { flex-direction: column; gap: 8px; font-size: .61rem; }
  .hero h1 { margin: auto 0 42px; font-size: clamp(4.7rem, 23vw, 7rem); }
  .hero-bottom { grid-template-columns: 1fr; gap: 24px; }
  .forge-object { min-height: 410px; margin-top: 48px; }
  .block-main { width: 205px; height: 195px; }
  .block-back { width: 178px; height: 170px; }
  .work-section, .contact-section { padding: 88px 0; }
  .section-head, .manifesto, .contact-section { display: block; }
  .section-head h2 { margin: 26px 0 25px; font-size: clamp(3.1rem, 15vw, 5.5rem); }
  .work-orders { grid-template-columns: 1fr; margin-top: 48px; }
  .work-order { min-height: 265px; }
  .work-order h3 { margin-top: 38px; }
  .manifesto { min-height: 510px; padding: 66px 0; }
  .manifesto-rail { margin-bottom: 44px; writing-mode: initial; }
  .manifesto-kicker { margin-bottom: 62px; }
  .manifesto blockquote { font-size: clamp(3.7rem, 19vw, 6.2rem); }
  .manifesto-note { margin-top: 60px; }
  .contact-section .contact-tag { margin-bottom: 34px; }
  .contact-copy h2 { font-size: clamp(3.3rem, 16vw, 5.4rem); }
  .contact-email { margin-top: 38px; font-size: .68rem; }
  .footer { align-items: flex-start; flex-direction: column; font-size: .6rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
