:root {
  --yellow: #f5d400;
  --black: #0a0a0a;
  --paper: #f4f1e8;
  --ink: #111;
  --muted: #686868;
  --line: rgba(10,10,10,.16);
  --radius: 2px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
.site-header {
  height: 78px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: -.07em;
}
.brand .ory { letter-spacing: -.08em; }
.header-link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.header-link span, .button span, .text-link span { margin-left: 9px; }
.hero {
  min-height: calc(100vh - 78px);
  padding: 7vw 5vw 6vw;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 5vw;
  align-items: center;
  background: var(--yellow);
  overflow: hidden;
}
.eyebrow, .section-label {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 28px 0 22px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(58px, 8.8vw, 135px);
  line-height: .86;
  letter-spacing: -.075em;
  max-width: 850px;
}
.hero h1 em {
  font-style: normal;
  display: inline-block;
  position: relative;
}
.hero h1 em::after {
  content: "";
  position: absolute;
  height: 10px;
  left: 2px;
  right: 0;
  bottom: -5px;
  background: var(--black);
  transform: skewX(-24deg);
}
.hero-text {
  max-width: 560px;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.4;
}
.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 34px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--black); color: white; }
.text-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-mark {
  min-height: 500px;
  display: grid;
  place-content: center;
  justify-items: center;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 6.5vw, 92px);
  line-height: .78;
  letter-spacing: -.09em;
  transform: rotate(-5deg);
}
.mark-word:first-child { margin-right: 65px; }
.mark-word:nth-child(3) { margin-left: 170px; margin-top: -10px; }
.spark {
  width: 38px;
  height: 125px;
  background: var(--black);
  position: absolute;
  transform: rotate(28deg) skewY(-16deg);
  left: 47%;
  top: 40%;
  clip-path: polygon(50% 0, 100% 38%, 58% 38%, 74% 100%, 0 52%, 42% 52%);
}
.mark-caption {
  margin-top: 60px;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-weight: 700;
}
.ticker {
  background: var(--black);
  color: var(--yellow);
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid var(--black);
}
.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 15px 0;
  min-width: max-content;
  animation: ticker 28s linear infinite;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.ticker b { font-size: 14px; }
@keyframes ticker { to { transform: translateX(-25%); } }
.intro, .process {
  padding: 9vw 5vw;
  display: grid;
  grid-template-columns: .28fr .72fr;
  gap: 5vw;
  border-bottom: 1px solid var(--line);
}
.intro-content { max-width: 980px; }
.intro h2, .design-note h2, .contact h2 {
  margin: 0 0 30px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(42px, 6vw, 88px);
  line-height: .94;
  letter-spacing: -.065em;
}
.intro p {
  max-width: 700px;
  margin: 0;
  font-size: 18px;
  color: #404040;
}
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.card {
  min-height: 410px;
  padding: 30px;
  position: relative;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.card:last-child { border-right: 0; }
.card.yellow { background: var(--yellow); }
.card.dark { background: var(--black); color: white; }
.card.light { background: #e7e2d7; }
.card-no { font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.card h3 {
  margin: auto 0 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 3vw, 47px);
  line-height: .92;
  letter-spacing: -.06em;
}
.card p { margin: 0; max-width: 280px; font-size: 14px; color: inherit; opacity: .75; }
.card-icon { position: absolute; right: 30px; top: 26px; font-size: 28px; font-weight: 300; }
.statement {
  background: var(--black);
  color: white;
  padding: 9vw 5vw;
  display: grid;
  grid-template-columns: .28fr .72fr;
  gap: 5vw;
}
.statement .section-label { color: #aaa; }
.statement-inner { position: relative; max-width: 1000px; }
.quote-mark {
  position: absolute;
  font-family: Georgia, serif;
  font-size: 120px;
  line-height: .5;
  top: 0;
  left: -45px;
  color: var(--yellow);
}
.statement h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(52px, 8vw, 120px);
  line-height: .85;
  letter-spacing: -.075em;
}
.statement h2 span { color: var(--yellow); }
.statement p:last-child { margin-top: 35px; max-width: 500px; font-size: 17px; color: #aaa; }
.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.step { padding: 0 35px; border-left: 1px solid var(--line); }
.step:first-child { padding-left: 0; border-left: 0; }
.step span { font-size: 11px; font-weight: 700; }
.step h3 { font-family: "Space Grotesk", sans-serif; font-size: 28px; letter-spacing: -.04em; margin: 45px 0 10px; }
.step p { color: #666; max-width: 280px; }
.design-note {
  padding: 8vw 5vw;
  display: grid;
  grid-template-columns: .6fr .4fr;
  gap: 5vw;
  background: var(--yellow);
}
.design-note > p { max-width: 460px; margin-top: 45px; font-size: 17px; }
.coming {
  padding: 10vw 5vw;
  background: #e7e2d7;
  border-bottom: 1px solid var(--line);
}
.coming-grid { display: grid; grid-template-columns: .28fr .72fr; gap: 5vw; }
.coming h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(58px, 9vw, 140px);
  line-height: .82;
  letter-spacing: -.08em;
}
.coming h2 span { opacity: .35; }
.coming-copy { max-width: 560px; font-size: 19px; margin-top: 45px; }
.contact {
  padding: 8vw 5vw;
  display: grid;
  grid-template-columns: .55fr .45fr;
  gap: 6vw;
  background: var(--yellow);
}
.contact h2 { font-size: clamp(55px, 8vw, 120px); }
.contact-left > p:not(.section-label) { max-width: 420px; font-size: 17px; margin-bottom: 30px; }
.contact-right { display: flex; flex-direction: column; justify-content: space-between; }
.contact-box {
  border: 2px solid var(--black);
  padding: 30px;
  max-width: 470px;
}
.contact-box span { display: block; font-size: 10px; font-weight: 700; letter-spacing: .13em; margin-bottom: 35px; }
.contact-box strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 30px; letter-spacing: -.05em; }
.contact-box p { margin-bottom: 0; opacity: .65; }
.mini-brand { margin-top: 60px; font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.mini-brand span { font-size: 8px; vertical-align: top; }
footer {
  background: var(--black);
  color: white;
  min-height: 100px;
  padding: 25px 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 20px;
  font-size: 10px;
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-brand { color: var(--yellow); font-family: "Space Grotesk", sans-serif; font-size: 20px; letter-spacing: -.06em; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 12vw; }
  .hero-mark { min-height: 330px; margin-top: -20px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .card:nth-child(2) { border-right: 0; }
  .card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro, .statement, .process, .coming-grid { grid-template-columns: 1fr; }
  .process-grid { margin-top: 10px; }
  .design-note, .contact { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .site-header { height: 64px; padding: 0 6vw; }
  .header-link { font-size: 10px; }
  .hero { min-height: auto; padding: 18vw 6vw 12vw; }
  .hero h1 { font-size: 17vw; }
  .hero-text { font-size: 16px; }
  .hero-mark { min-height: 250px; transform: rotate(-4deg) scale(.9); }
  .mark-word:first-child { margin-right: 40px; }
  .mark-word:nth-child(3) { margin-left: 100px; }
  .spark { left: 45%; top: 38%; }
  .intro, .statement, .process, .design-note, .coming, .contact { padding: 16vw 6vw; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 340px; border-right: 0; border-bottom: 1px solid var(--line); }
  .card:last-child { border-bottom: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .step, .step:first-child { padding: 25px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .step h3 { margin-top: 22px; }
  .step:last-child { border-bottom: 0; }
  .quote-mark { left: -15px; font-size: 80px; }
  footer { grid-template-columns: 1fr; padding: 30px 6vw; }
}
