:root {
  --bg: #f1efe7;
  --ink: #0d0d0b;
  --acid: #d9ff2f;
  --muted: #6c6961;
  --line: #c6c2b8;
  --dark: #0d0d0b;
  --soft: #dad6cc;
  --max: 1760px
}

/* Readable minimum scale for supporting copy used throughout every page. */
:root {
  --text-micro: 12px;
  --text-small: 13px;
  --text-label: 14px;
  --text-body-small: 16px;
  --text-body: 16px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden
}

a {
  color: inherit
}

/* Vector arrows retain the same shape on desktop and mobile. */
.arrow-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.125em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
  pointer-events: none
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .035;
  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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E")
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--acid);
  z-index: 1001
}

.section-pad {
  padding-left: clamp(22px, 4vw, 76px);
  padding-right: clamp(22px, 4vw, 76px)
}

.dark {
  background: var(--dark);
  color: var(--bg)
}

.acid-text,
.acid {
  color: var(--acid)
}

em {
  font-style: normal;
  color: #7d8f00
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px clamp(22px, 4vw, 76px);
  background: rgba(13, 13, 11, .24);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  mix-blend-mode: difference;
  color: #fff
}

.brand {
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  letter-spacing: -.06em
}

.brand span {
  font-weight: 700
}

.brand b {
  font-weight: 400;
  margin-left: 4px
}

.desktop-nav {
  display: flex;
  gap: 22px
}

.desktop-nav a {
  font-size: var(--text-small);
  letter-spacing: .14em;
  text-decoration: none;
  padding: 7px 0
}

.desktop-nav a.active {
  border-bottom: 1px solid
}

.menu-toggle {
  display: none;
  background: none;
  color: inherit;
  border: 0;
  font: inherit;
  font-size: var(--text-small);
  letter-spacing: .12em
}

.nav-overlay {
  display: none
}

.hero {
  height: 100svh;
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: #111;
  color: #fff
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .08) 68%)
}

.hero-top {
  position: absolute;
  top: 72px;
  left: clamp(22px, 4vw, 76px);
  right: clamp(22px, 4vw, 76px);
  display: flex;
  justify-content: space-between;
  z-index: 2;
  font-size: var(--text-small);
  letter-spacing: .14em
}

.hero-content {
  position: absolute;
  left: clamp(22px, 4vw, 76px);
  right: clamp(22px, 4vw, 76px);
  bottom: 34px;
  z-index: 3
}

.eyebrow,
.section-kicker {
  font-size: var(--text-small);
  letter-spacing: .16em;
  text-transform: uppercase
}

.home-hero h1,
.project-title {
  font-family: "Space Grotesk";
  font-size: clamp(72px, 10.5vw, 158px);
  line-height: .77;
  letter-spacing: -.08em;
  margin: 12px 0 24px;
  max-width: 1120px
}

.home-hero h1 span {
  display: block
}

.home-hero .outline {
  color: transparent;
  -webkit-text-stroke: 2px #fff
}

.hero-meta {
  display: flex;
  gap: 58px;
  margin: 18px 0
}

.hero-meta small {
  display: block;
  font-size: var(--text-body-small);
  color: #aaa;
  letter-spacing: .13em;
  margin-bottom: 5px
}

.hero-meta b {
  font-size: var(--text-label)
}

.button-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid currentColor;
  padding: 12px 15px;
  font-size: var(--text-small);
  letter-spacing: .12em;
  background: transparent
}

.btn.light {
  background: #fff;
  color: #111;
  border-color: #fff
}

.btn.ghost {
  color: #fff
}

.btn.dark-btn {
  background: #111;
  color: #fff;
  border-color: #111
}

.scroll-hint {
  position: absolute;
  right: clamp(22px, 4vw, 76px);
  bottom: 38px;
  z-index: 4;
  text-decoration: none;
  font-size: var(--text-small);
  letter-spacing: .13em
}

.ticker {
  overflow: hidden;
  background: var(--acid);
  border-top: 1px solid #111;
  border-bottom: 1px solid #111
}

.ticker div {
  white-space: nowrap;
  font-family: "Space Grotesk";
  font-size: 18px;
  padding: 13px 0;
  animation: ticker 18s linear infinite
}

@keyframes ticker {
  to {
    transform: translateX(-45%)
  }
}

.statement {
  padding-top: 130px;
  padding-bottom: 130px
}

.statement p {
  font-family: "Space Grotesk";
  font-size: clamp(48px, 7vw, 110px);
  line-height: .91;
  letter-spacing: -.065em;
  margin: 28px 0
}

.statement .muted {
  color: #a6a197
}

.interactive-builder {
  padding-top: 120px;
  padding-bottom: 120px
}

.section-head {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 25px;
  align-items: start;
  margin-bottom: 55px
}

.section-head>span {
  font-size: var(--text-small);
  letter-spacing: .15em
}

.section-head h2 {
  font-family: "Space Grotesk";
  font-size: clamp(56px, 8vw, 118px);
  line-height: .76;
  letter-spacing: -.07em;
  margin: 0
}

.section-head>a {
  font-size: var(--text-small);
  letter-spacing: .12em
}

.builder-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 30px
}

.builder-tabs button,
.filter-bar button,
.faq-cats button {
  background: transparent;
  border: 1px solid currentColor;
  color: inherit;
  padding: 9px 12px;
  font-size: var(--text-small);
  letter-spacing: .12em;
  cursor: pointer
}

.builder-tabs button.active {
  background: var(--acid);
  color: #111;
  border-color: var(--acid)
}

.builder-stage {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center
}

.builder-poster {
  position: relative;
  aspect-ratio: 1.45/1;
  background: #1a1a18;
  border: 1px solid #333;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 35px
}

.builder-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 7, .22) 15%, rgba(8, 8, 7, .9) 100%);
  pointer-events: none
}

.builder-poster-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .25s ease, transform .6s ease;
  transform: scale(1.01)
}

.poster-no {
  position: absolute;
  top: 28px;
  left: 28px;
  color: var(--acid);
  font-size: var(--text-label)
  ;z-index: 1
}

.poster-word {
  font-family: "Space Grotesk";
  font-size: clamp(70px, 12vw, 190px);
  font-weight: 700;
  line-height: .7;
  letter-spacing: -.09em
  ;position: relative;
  z-index: 1;
  text-shadow: 0 2px 28px rgba(0, 0, 0, .55)
}

.poster-orbit {
  position: absolute;
  width: 45%;
  aspect-ratio: 1;
  border: 1px solid var(--acid);
  border-radius: 50%;
  right: -10%;
  top: -10%;
  animation: orbit 12s linear infinite
}

@keyframes orbit {
  to {
    transform: rotate(360deg)
  }
}

.builder-copy h3 {
  font-family: "Space Grotesk";
  font-size: clamp(42px, 5vw, 72px);
  line-height: .9;
  letter-spacing: -.055em;
  margin: 15px 0 25px
}

.builder-copy p {
  color: #aaa;
  line-height: 1.65;
  max-width: 560px
}

.builder-deliverables {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 30px 0
}

.builder-deliverables span {
  font-size: var(--text-micro);
  border: 1px solid #555;
  padding: 6px 8px
}

.text-link {
  font-size: var(--text-small);
  letter-spacing: .12em
}

.why {
  padding-top: 125px;
  padding-bottom: 130px
}

.why-grid,
.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line)
}

.why-grid article,
.values article {
  padding: 28px 28px 50px 0;
  border-bottom: 1px solid var(--line)
}

.why-grid b,
.values b {
  font-size: var(--text-small);
  color: #7c8e00
}

.why-grid h3,
.values h3 {
  font-family: "Space Grotesk";
  font-size: 28px;
  letter-spacing: -.045em
}

.why-grid p,
.values p {
  font-size: var(--text-body-small);
  color: var(--muted);
  line-height: 1.6
}

.work-preview {
  padding-top: 120px;
  padding-bottom: 130px
}

.work-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.work-card {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: #111;
  min-height: 520px;
  color: #fff
}

.work-card.wide {
  grid-column: 1/-1;
  min-height: 680px
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1)
}

.work-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 60%)
}

.work-card:hover img {
  transform: scale(1.035)
}

.work-card-meta {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  z-index: 2
}

.work-card-meta span {
  font-size: var(--text-small);
  letter-spacing: .13em;
  color: var(--acid)
}

.work-card-meta h3 {
  font-family: "Space Grotesk";
  font-size: clamp(40px, 5vw, 78px);
  line-height: .85;
  letter-spacing: -.06em;
  margin: 8px 0
}

.work-card-meta b {
  font-size: var(--text-small)
}

.brand-break {
  padding-top: 100px;
  padding-bottom: 70px;
  overflow: hidden
}

.brand-break-line {
  font-family: "Space Grotesk";
  font-size: clamp(70px, 13vw, 200px);
  line-height: .7;
  letter-spacing: -.085em;
  white-space: nowrap;
  transform: translateX(-3vw)
}

.brand-break-line span {
  margin-right: 3vw
}

.brand-break-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
  margin-top: 90px
}

.brand-break-grid p {
  font-family: "Space Grotesk";
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.05
}

.journal-preview {
  padding-top: 120px;
  padding-bottom: 130px
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.article-card {
  text-decoration: none
}

.article-card img {
  width: 100%;
  aspect-ratio: 1.35/1;
  object-fit: cover
}

.article-card small {
  display: block;
  font-size: var(--text-small);
  letter-spacing: .12em;
  color: var(--muted);
  margin-top: 14px
}

.article-card h3 {
  font-family: "Space Grotesk";
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.045em
}

.article-card>span {
  font-size: var(--text-small);
  border-bottom: 1px solid
}

.faq-preview {
  padding-top: 120px;
  padding-bottom: 120px
}

.accordion details {
  border-top: 1px solid currentColor
}

.accordion details:last-child {
  border-bottom: 1px solid currentColor
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  font-family: "Space Grotesk";
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: -.04em;
  display: flex;
  gap: 20px
}

.accordion summary::-webkit-details-marker {
  display: none
}

.accordion summary:after {
  content: "+";
  margin-left: auto
}

.accordion details[open] summary:after {
  content: "−"
}

.accordion details p {
  max-width: 760px;
  color: #aaa;
  line-height: 1.65;
  padding: 0 0 25px;
  margin: 0
}

.accordion.compact {
  max-width: 1100px
}

.mega-cta {
  padding-top: 120px;
  padding-bottom: 130px;
  background: var(--acid)
}

.mega-cta>span {
  font-size: var(--text-small);
  letter-spacing: .14em
}

.mega-cta h2 {
  font-family: "Space Grotesk";
  font-size: clamp(80px, 13vw, 200px);
  line-height: .7;
  letter-spacing: -.085em;
  margin: 25px 0 55px
}

.mega-cta h2 em {
  color: #111
}

.site-footer {
  padding: 65px clamp(22px, 4vw, 76px) 35px;
  background: #111;
  color: #fff
}

.footer-big {
  font-family: "Space Grotesk";
  font-size: clamp(62px, 12vw, 180px);
  line-height: .7;
  letter-spacing: -.08em
}

.footer-big span {
  color: var(--acid)
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
  border-top: 1px solid #444;
  margin-top: 70px;
  padding-top: 20px;
  font-size: var(--text-small);
  letter-spacing: .11em
}

.footer-grid a {
  display: block;
  text-decoration: none;
  margin-bottom: 7px
}

.inner-hero {
  padding-top: 180px;
  padding-bottom: 100px;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: end
}

.inner-hero .section-kicker {
  grid-column: 1/-1;
  margin-bottom: 26px
}

.inner-hero h1 {
  font-family: "Space Grotesk";
  font-size: clamp(84px, 13vw, 195px);
  line-height: .7;
  letter-spacing: -.085em;
  margin: 0
}

.inner-hero p {
  align-self: end;
  font-family: "Space Grotesk";
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
  max-width: 620px;
  margin: 0 0 0 50px
}

.filter-bar,
.faq-cats {
  display: flex;
  gap: 7px;
  padding-top: 20px;
  padding-bottom: 35px;
  border-top: 1px solid var(--line)
}

.filter-bar button.active,
.faq-cats button.active {
  background: #111;
  color: #fff
}

.work-list {
  padding-bottom: 130px
}

.work-row {
  position: relative;
  display: grid;
  grid-template-columns: 65px 1fr 300px 40px;
  gap: 25px;
  align-items: center;
  min-height: 190px;
  border-top: 1px solid var(--line);
  text-decoration: none
}

.work-row:last-child {
  border-bottom: 1px solid var(--line)
}

.work-index {
  font-size: var(--text-label);
  color: #7c8e00
}

.work-row small {
  font-size: var(--text-small);
  color: var(--muted);
  letter-spacing: .12em
}

.work-row h2 {
  font-family: "Space Grotesk";
  font-size: clamp(42px, 5.5vw, 78px);
  line-height: .85;
  letter-spacing: -.055em;
  margin: 8px 0 9px;
  transition: transform .35s
}

.work-row p {
  font-size: var(--text-body);
  color: var(--muted);
  margin: 0
}

.work-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap
}

.work-tags span {
  font-size: var(--text-micro);
  border: 1px solid;
  padding: 5px 7px
}

.work-row>b {
  font-size: 26px
}

.work-row>img {
  position: absolute;
  right: 18%;
  top: 15px;
  width: 240px;
  height: 155px;
  object-fit: cover;
  opacity: 0;
  transform: translateY(15px) rotate(-3deg);
  transition: .35s;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .16)
}

.work-row:hover>img {
  opacity: 1;
  transform: translateY(0) rotate(-3deg)
}

.work-row:hover h2 {
  transform: translateX(12px)
}

.cap-list {
  padding-bottom: 120px
}

.cap-list article {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding: 35px 0
}

.cap-list article:last-child {
  border-bottom: 1px solid var(--line)
}

.cap-list>article>span {
  font-size: var(--text-small);
  color: #7c8e00
}

.cap-list h2 {
  font-family: "Space Grotesk";
  font-size: clamp(42px, 5vw, 70px);
  line-height: .85;
  letter-spacing: -.055em;
  margin: 0
}

.cap-list p {
  max-width: 550px;
  color: var(--muted);
  line-height: 1.55
}

.cap-list article>div {
  grid-column: 3;
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

.cap-list article>div b {
  font-size: var(--text-micro);
  border: 1px solid;
  padding: 6px 8px
}

.process {
  padding-top: 120px;
  padding-bottom: 120px
}

.process ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #444
}

.process li {
  padding: 25px 22px 45px 0;
  border-bottom: 1px solid #444
}

.process li b {
  font-size: var(--text-small);
  color: var(--acid)
}

.process h3 {
  font-family: "Space Grotesk";
  font-size: 28px
}

.process p {
  font-size: var(--text-body-small);
  color: #aaa;
  line-height: 1.55
}

.about-manifesto {
  padding-top: 120px;
  padding-bottom: 120px
}

.about-manifesto p {
  font-family: "Space Grotesk";
  font-size: clamp(42px, 6vw, 90px);
  line-height: .94;
  letter-spacing: -.055em;
  margin: 30px 0
}

.about-manifesto em {
  color: var(--acid)
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
  padding-top: 120px;
  padding-bottom: 120px
}

.about-grid span {
  font-size: var(--text-small);
  letter-spacing: .13em
}

.about-grid h2 {
  font-family: "Space Grotesk";
  font-size: clamp(50px, 6vw, 90px);
  line-height: .85;
  letter-spacing: -.06em
}

.about-grid p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted)
}

.values {
  padding-bottom: 120px
}

.faq-page {
  padding-bottom: 130px
}

.faq-page .accordion summary span {
  font-size: var(--text-small);
  color: #7c8e00;
  width: 45px;
  padding-top: 7px
}

.faq-page .accordion p {
  margin-left: 65px
}

.contact-hero {
  padding-top: 180px;
  padding-bottom: 100px
}

.contact-hero h1 {
  font-family: "Space Grotesk";
  font-size: clamp(90px, 14vw, 210px);
  line-height: .69;
  letter-spacing: -.085em;
  margin: 25px 0
}

.contact-hero em {
  color: var(--acid)
}

.contact-hero p {
  font-size: 20px;
  color: #aaa;
  max-width: 650px
}

.contact-wrap {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 10vw;
  padding-top: 110px;
  padding-bottom: 130px
}

.contact-side>span {
  font-size: var(--text-small);
  letter-spacing: .13em;
  color: #7c8e00
}

.contact-side h2 {
  font-family: "Space Grotesk";
  font-size: 45px;
  line-height: .9;
  letter-spacing: -.045em
}

.contact-side ol {
  list-style: none;
  padding: 0
}

.contact-side li {
  border-top: 1px solid var(--line);
  padding: 16px 0;
  font-size: var(--text-body-small)
}

.contact-side li b {
  display: inline-block;
  width: 42px;
  color: #7c8e00
}

.contact-side .note {
  font-size: var(--text-body);
  color: var(--muted)
}

.project-form {
  display: flex;
  flex-direction: column;
  gap: 27px
}

.project-form label,
.project-form legend {
  font-size: var(--text-small);
  letter-spacing: .13em
}

.project-form input,
.project-form textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  font: inherit;
  font-size: 16px
}

.project-form input:focus-visible,
.project-form textarea:focus-visible,
.project-form button:focus-visible,
.choice-grid input:focus-visible+span {
  outline: 2px solid var(--ink);
  outline-offset: 4px
}

.project-form fieldset {
  border: 0;
  padding: 0;
  margin: 0
}

.project-form legend {
  margin-bottom: 10px
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px
}

.choice-grid.three {
  grid-template-columns: repeat(3, 1fr)
}

.choice-grid label {
  position: relative
}

.choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap
}

.choice-grid span {
  display: block;
  border: 1px solid var(--ink);
  padding: 13px 10px;
  text-align: center;
  cursor: pointer
}

.choice-grid input:checked+span {
  background: var(--ink);
  color: #fff
}

.form-privacy {
  margin: 0;
  font-size: var(--text-small);
  line-height: 1.6
}

.form-privacy a,
.privacy-copy a {
  text-underline-offset: .2em;
  overflow-wrap: anywhere
}

.form-privacy a:focus-visible,
.privacy-layout a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px
}

.article-copy.privacy-copy section {
  padding-top: 36px;
  scroll-margin-top: 110px
}

.article-copy.privacy-copy section:first-child {
  padding-top: 0
}

.article-copy.privacy-copy h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -.035em
}

.form-status {
  font-size: var(--text-body);
  color: #617000
}

.project-summary {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 55px;
  padding-top: 100px;
  padding-bottom: 110px;
  border-bottom: 1px solid var(--line)
}

.project-summary>span {
  font-size: var(--text-small);
  letter-spacing: .14em
}

.project-summary p {
  font-family: "Space Grotesk";
  font-size: clamp(34px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.05em;
  margin: 0
}

.project-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 900px);
  gap: 80px;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 130px
}

.project-toc {
  position: sticky;
  top: 100px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 11px
}

.project-toc>span {
  font-size: var(--text-small);
  color: #7c8e00;
  letter-spacing: .12em;
  margin-bottom: 10px
}

.project-toc a {
  font-size: var(--text-small);
  color: var(--muted);
  text-decoration: none
}

.project-copy section {
  padding-bottom: 115px
}

.project-copy section>span {
  font-size: var(--text-small);
  color: #7c8e00
}

.project-copy h2 {
  font-family: "Space Grotesk";
  font-size: clamp(52px, 7vw, 92px);
  line-height: .8;
  letter-spacing: -.06em;
  margin: 14px 0 35px
}

.project-copy p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted)
}

.project-copy p.lead {
  font-family: "Space Grotesk";
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.05;
  letter-spacing: -.035em;
  color: var(--ink)
}

.project-copy blockquote {
  font-family: "Space Grotesk";
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  border-left: 3px solid #7c8e00;
  padding-left: 25px;
  margin: 60px 0
}

.project-media {
  height: 520px;
  margin-bottom: 110px
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 45px
}

.stat-grid div {
  padding: 25px 5px
}

.stat-grid b {
  display: block;
  font-family: "Space Grotesk";
  font-size: 50px;
  color: #7c8e00
}

.stat-grid small {
  font-size: var(--text-small);
  letter-spacing: .11em
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.gallery img {
  width: 100%;
  height: 310px;
  object-fit: cover
}

.gallery img:first-child {
  grid-row: span 2;
  height: 632px
}

.project-copy dl {
  display: grid;
  grid-template-columns: 180px 1fr
}

.project-copy dt,
.project-copy dd {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  font-size: var(--text-label)
}

.project-copy dt {
  color: var(--muted)
}

.next-project {
  padding-top: 90px;
  padding-bottom: 100px
}

.next-project>span {
  font-size: var(--text-small);
  color: var(--acid);
  letter-spacing: .13em
}

.next-project a {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-family: "Space Grotesk";
  font-size: clamp(60px, 10vw, 150px);
  line-height: .74;
  letter-spacing: -.075em;
  text-decoration: none;
  margin-top: 25px
}

.next-project b {
  font-size: 50px;
  color: var(--acid)
}

.journal-list {
  padding-bottom: 130px
}

.journal-feature {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 35px;
  text-decoration: none;
  border-top: 1px solid var(--line);
  padding-top: 20px
}

.journal-feature img {
  width: 100%;
  height: 620px;
  object-fit: cover
}

.journal-feature>div {
  align-self: end
}

.journal-feature small,
.journal-cards small {
  font-size: var(--text-small);
  color: var(--muted);
  letter-spacing: .12em
}

.journal-feature h2 {
  font-family: "Space Grotesk";
  font-size: clamp(48px, 6vw, 88px);
  line-height: .86;
  letter-spacing: -.055em
}

.journal-feature p {
  color: var(--muted);
  line-height: 1.55
}

.journal-feature span,
.journal-cards span {
  font-size: var(--text-small);
  border-bottom: 1px solid
}

.journal-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 80px
}

.journal-cards a {
  text-decoration: none;
  border-top: 1px solid var(--line);
  padding-top: 18px
}

.journal-cards img {
  width: 100%;
  height: 380px;
  object-fit: cover
}

.journal-cards h3 {
  font-family: "Space Grotesk";
  font-size: clamp(32px, 4vw, 58px);
  line-height: .9;
  letter-spacing: -.045em
}

.article-hero {
  padding-top: 175px;
  padding-bottom: 80px
}

.article-hero h1 {
  font-family: "Space Grotesk";
  font-size: clamp(70px, 11vw, 165px);
  line-height: .72;
  letter-spacing: -.08em;
  margin: 28px 0
}

.article-hero p {
  font-family: "Space Grotesk";
  font-size: clamp(22px, 2.7vw, 38px);
  line-height: 1.05;
  max-width: 780px;
  margin-left: auto
}

.article-hero-img {
  display: block;
  width: calc(100% - clamp(44px, 8vw, 152px));
  height: min(65vw, 820px);
  object-fit: cover;
  margin: 0 auto
}

.article-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 760px);
  gap: 85px;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px
}

.article-layout aside {
  position: sticky;
  top: 100px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 11px
}

.article-layout aside>span {
  font-size: var(--text-small);
  color: #7c8e00;
  letter-spacing: .12em;
  margin-bottom: 8px
}

.article-layout aside a {
  font-size: var(--text-small);
  color: var(--muted);
  text-decoration: none
}

.copy-link {
  margin-top: 18px;
  align-self: start;
  background: transparent;
  border: 1px solid;
  padding: 8px 10px;
  font-size: var(--text-small);
  cursor: pointer
}

.article-copy .lead {
  font-family: "Space Grotesk";
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.04em;
  color: var(--ink)
}

.article-copy section {
  padding-top: 90px
}

.article-copy section>span {
  font-size: var(--text-small);
  color: #7c8e00
}

.article-copy h2 {
  font-family: "Space Grotesk";
  font-size: clamp(48px, 6vw, 76px);
  line-height: .84;
  letter-spacing: -.055em;
  margin: 15px 0 30px
}

.article-copy p {
  font-size: 17px;
  line-height: 1.8;
  color: #5f5b55
}

.article-copy blockquote {
  font-family: "Space Grotesk";
  font-size: clamp(32px, 4vw, 55px);
  line-height: 1.0;
  letter-spacing: -.045em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 30px 0;
  margin: 70px 0
}

.article-pov {
  background: var(--acid);
  padding: 35px;
  margin-top: 80px
}

.article-pov span {
  font-size: var(--text-small);
  letter-spacing: .12em
}

.article-pov p {
  font-family: "Space Grotesk";
  font-size: clamp(28px, 3.5vw, 45px);
  line-height: 1;
  color: #111;
  margin: 18px 0 0
}

.reveal {
  opacity: 1
}

@media(prefers-reduced-motion:no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(24px)
  }

  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: opacity .7s, transform .7s cubic-bezier(.2, .8, .2, 1)
  }
}

@media(max-width:980px) {
  .desktop-nav {
    display: none
  }

  .menu-toggle {
    display: block
  }

  .nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: #0d0d0b;
    color: #fff;
    z-index: 999;
    transform: translateY(-102%);
    transition: transform .45s cubic-bezier(.2, .8, .2, 1)
  }

  .nav-overlay.open {
    transform: none
  }

  .nav-overlay-inner {
    padding: 100px 28px 35px;
    display: flex;
    flex-direction: column;
    height: 100%
  }

  .nav-overlay a {
    font-family: "Space Grotesk";
    font-size: clamp(45px, 11vw, 82px);
    line-height: 1;
    text-decoration: none;
    border-top: 1px solid #333;
    padding: 10px 0
  }

  .nav-overlay a:last-of-type {
    border-bottom: 1px solid #333
  }

  .nav-label,
  .nav-foot {
    font-size: var(--text-small);
    letter-spacing: .13em;
    color: #888
  }

  .nav-label {
    margin-bottom: 25px
  }

  .nav-foot {
    margin-top: auto;
    display: flex;
    justify-content: space-between
  }

  .builder-stage {
    grid-template-columns: 1fr
  }

  .why-grid,
  .values {
    grid-template-columns: 1fr 1fr
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .section-head>a {
    justify-self: start
  }

  .work-row {
    grid-template-columns: 50px 1fr 40px
  }

  .work-row .work-tags,
  .work-row>img {
    display: none
  }

  .process ol {
    grid-template-columns: 1fr 1fr
  }

  .inner-hero {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .inner-hero p {
    margin: 45px 0 0
  }

  .cap-list article {
    grid-template-columns: 50px 1fr
  }

  .cap-list article p,
  .cap-list article>div {
    grid-column: 2
  }

  .about-grid {
    grid-template-columns: 1fr
  }

  .contact-wrap {
    grid-template-columns: 1fr
  }

  .project-layout,
  .article-layout {
    grid-template-columns: 1fr
  }

  .project-toc,
  .article-layout aside {
    position: static;
    flex-direction: row;
    flex-wrap: wrap
  }

  .journal-feature {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:620px) {
  .hero {
    min-height: 680px
  }

  .home-hero h1,
  .project-title {
    font-size: clamp(62px, 18vw, 100px);
    line-height: .78
  }

  .hero-meta {
    gap: 22px;
    flex-wrap: wrap
  }

  .scroll-hint {
    display: none
  }

  .statement {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .statement p {
    font-size: 13vw
  }

  .why-grid,
  .values {
    grid-template-columns: 1fr
  }

  .work-cards {
    grid-template-columns: 1fr
  }

  .work-card.wide {
    grid-column: 1
  }

  .work-card,
  .work-card.wide {
    min-height: 450px
  }

  .brand-break-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .article-grid,
  .journal-cards {
    grid-template-columns: 1fr
  }

  .process ol {
    grid-template-columns: 1fr
  }

  .choice-grid,
  .choice-grid.three {
    grid-template-columns: 1fr 1fr
  }

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

  .gallery {
    grid-template-columns: 1fr
  }

  .gallery img:first-child {
    grid-row: auto;
    height: 430px
  }

  .stat-grid {
    grid-template-columns: 1fr
  }

  .journal-feature img {
    height: 400px
  }

  .journal-cards img {
    height: 290px
  }

  .article-hero-img {
    height: 60vw
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .site-footer {
    padding-top: 45px
  }
}


/* ============================================================
   V6 — RESPONSIVE POLISH + WAYS TO WORK
   ============================================================ */
html {
  scroll-padding-top: 90px
}

img,
video,
svg {
  max-width: 100%;
  height: auto
}

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

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

body {
  min-width: 320px
}

.micro-label {
  font-size: var(--text-small);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700
}

.services-page {
  background: #f2f0e8;
  color: #0d0d0c
}

.service-hero {
  min-height: 100svh;
  position: relative;
  padding: 170px 4vw 70px;
  display: flex;
  align-items: flex-end;
  overflow: hidden
}

.service-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1150px
}

.service-hero h1 {
  font-family: "Space Grotesk";
  font-size: clamp(74px, 12vw, 185px);
  line-height: .72;
  letter-spacing: -.085em;
  margin: 22px 0 35px
}

.service-hero h1 em {
  font-style: normal;
  color: #819300
}

.service-hero-copy>p {
  max-width: 650px;
  font-family: "Space Grotesk";
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 1.08;
  letter-spacing: -.04em
}

.service-hero-art {
  position: absolute;
  width: min(55vw, 760px);
  aspect-ratio: 1;
  right: -8vw;
  top: 50%;
  transform: translateY(-50%);
  opacity: .8
}

.service-orbit {
  position: absolute;
  border: 1px solid #aaa79e;
  border-radius: 50%;
  inset: 8%;
  animation: orbitSpin 18s linear infinite
}

.orbit-b {
  inset: 22%;
  animation-direction: reverse;
  animation-duration: 12s
}

.service-orbit:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #d9ff30;
  border: 1px solid #111;
  border-radius: 50%;
  top: 10%;
  left: 18%
}

.service-core {
  position: absolute;
  inset: 38%;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk";
  font-size: clamp(30px, 5vw, 70px);
  letter-spacing: -.08em
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg)
  }
}

.service-scroll {
  position: absolute;
  right: 4vw;
  bottom: 30px;
  font-size: var(--text-small);
  letter-spacing: .13em;
  text-decoration: none
}

.service-model {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 150px minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 4vw;
  padding: 110px 4vw;
  align-items: center
}

.service-model-dark {
  background: #0d0d0c;
  color: #fff
}

.service-model-acid {
  background: #d9ff30;
  color: #0d0d0c
}

.service-model-light {
  background: #dedbd2;
  color: #0d0d0c
}

.service-model-index {
  align-self: start
}

.service-model-index b {
  display: block;
  font-family: "Space Grotesk";
  font-size: 60px;
  letter-spacing: -.06em
}

.service-model-index span {
  font-size: var(--text-small);
  letter-spacing: .14em
}

.service-model-copy h2 {
  font-family: "Space Grotesk";
  font-size: clamp(62px, 8vw, 125px);
  line-height: .72;
  letter-spacing: -.075em;
  margin: 25px 0 35px
}

.service-model-copy h2 em {
  font-style: normal
}

.service-model-acid .service-model-copy h2 em {
  display: inline-block;
  margin-top: .2em;
  background: #111;
  color: #d9ff30;
  line-height: 1;
  padding: .06em .12em .1em
}

.service-lead {
  font-family: "Space Grotesk";
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.03;
  letter-spacing: -.04em;
  max-width: 720px
}

.service-model-copy>p:not(.service-lead) {
  max-width: 650px;
  line-height: 1.65;
  font-size: var(--text-body);
  opacity: .72
}

.service-deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 35px 0
}

.service-deliverables span {
  border: 1px solid #666;
  padding: 7px 9px;
  font-size: var(--text-micro);
  letter-spacing: .11em
}

.button-solid,
.button-outline-dark {
  display: inline-block;
  text-decoration: none;
  padding: 14px 17px;
  font-size: var(--text-small);
  letter-spacing: .12em;
  font-weight: 700;
  margin-top: 20px
}

.button-solid {
  background: #d9ff30;
  color: #111
}

.service-model-acid .button-solid {
  background: #111;
  color: #fff
}

.button-outline-dark {
  border: 1px solid #111;
  color: #111
}

.service-model-visual {
  min-height: 420px;
  position: relative;
  display: grid;
  place-items: center
}

.service-stack {
  width: 80%;
  height: 330px;
  position: relative
}

.service-stack i {
  position: absolute;
  inset: 0;
  border: 1px solid #555;
  transform: perspective(700px) rotateX(62deg) rotateZ(-18deg)
}

.service-stack i:nth-child(2) {
  transform: translateY(-35px) perspective(700px) rotateX(62deg) rotateZ(-18deg)
}

.service-stack i:nth-child(3) {
  transform: translateY(-70px) perspective(700px) rotateX(62deg) rotateZ(-18deg)
}

.service-stack i:nth-child(4) {
  transform: translateY(-105px) perspective(700px) rotateX(62deg) rotateZ(-18deg);
  border-color: #d9ff30
}

.service-stack span {
  position: absolute;
  bottom: 0;
  font-size: var(--text-small);
  letter-spacing: .14em;
  color: #d9ff30
}

.fixture-demo {
  overflow: hidden
}

.fixture-head {
  width: 130px;
  height: 100px;
  background: #111;
  border-radius: 14px 14px 35px 35px;
  position: absolute;
  top: 60px;
  z-index: 2;
  animation: fixtureMove 4s ease-in-out infinite alternate
}

.fixture-head span {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #d9ff30;
  left: 39px;
  top: 35px;
  box-shadow: 0 0 35px rgba(217, 255, 48, .8)
}

.fixture-beam {
  position: absolute;
  top: 135px;
  width: 280px;
  height: 340px;
  background: linear-gradient(to bottom, rgba(255, 255, 230, .55), rgba(255, 255, 230, 0));
  clip-path: polygon(43% 0, 57% 0, 100% 100%, 0 100%);
  transform-origin: top;
  animation: beamMove 4s ease-in-out infinite alternate
}

.fixture-demo small {
  position: absolute;
  bottom: 20px;
  font-size: var(--text-small);
  letter-spacing: .14em
}

@keyframes fixtureMove {
  to {
    transform: rotate(12deg) translateX(20px)
  }
}

@keyframes beamMove {
  to {
    transform: rotate(12deg) translateX(40px)
  }
}

.product-examples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 35px 0;
  border-top: 1px solid rgba(0, 0, 0, .3)
}

.product-examples>div {
  padding: 18px 15px 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.product-examples b {
  font-size: var(--text-small);
  letter-spacing: .13em
}

.product-examples p {
  font-size: var(--text-body);
  line-height: 1.45;
  opacity: .7
}

.consult-list {
  margin: 35px 0
}

.consult-list>div {
  display: grid;
  grid-template-columns: 35px 150px 1fr;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid #aaa79f
}

.consult-list>div:last-child {
  border-bottom: 1px solid #aaa79f
}

.consult-list span {
  font-size: var(--text-small);
  color: #748500
}

.consult-list b {
  font-size: var(--text-small);
  letter-spacing: .1em
}

.consult-list p {
  font-size: var(--text-body);
  margin: 0;
  opacity: .65
}

.consultation-diagram {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center
}

.consultation-diagram span {
  width: 100px;
  height: 100px;
  border: 1px solid #111;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: var(--text-small);
  letter-spacing: .12em
}

.consultation-diagram i {
  width: 60px;
  height: 1px;
  background: #111;
  position: relative
}

.consultation-diagram i:after {
  content: "›";
  position: absolute;
  right: -3px;
  top: -10px;
  font-size: 18px
}

.industry-standard-section {
  background: #111;
  color: #fff;
  padding: 130px 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw
}

.industry-heading h2 {
  font-family: "Space Grotesk";
  font-size: clamp(72px, 10vw, 150px);
  line-height: .7;
  letter-spacing: -.08em;
  margin: 25px 0
}

.industry-heading h2 em {
  font-style: normal;
  color: #d9ff30
}

.industry-copy {
  align-self: end
}

.industry-lead {
  font-family: "Space Grotesk";
  font-size: clamp(26px, 3vw, 44px) !important;
  line-height: 1.02 !important;
  color: #fff !important;
  letter-spacing: -.04em
}

.industry-copy>p {
  color: #aaa;
  line-height: 1.65;
  font-size: var(--text-body)
}

.industry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
  border-top: 1px solid #444
}

.industry-grid div {
  padding: 18px 15px 18px 0;
  border-bottom: 1px solid #444
}

.industry-grid b {
  display: block;
  font-size: var(--text-small);
  letter-spacing: .12em;
  color: #d9ff30
}

.industry-grid span {
  font-size: var(--text-label);
  color: #aaa
}

.service-chooser {
  padding: 130px 4vw;
  background: #f2f0e8
}

.service-chooser h2 {
  font-family: "Space Grotesk";
  font-size: clamp(75px, 11vw, 170px);
  line-height: .7;
  letter-spacing: -.08em;
  margin: 25px 0
}

.service-chooser h2 em {
  font-style: normal;
  color: #819300
}

.service-chooser p {
  font-family: "Space Grotesk";
  font-size: clamp(20px, 2.3vw, 34px);
  line-height: 1.08;
  max-width: 700px
}

.home-models {
  padding: 120px 4vw;
  background: #111;
  color: #fff
}

.home-model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #444
}

.home-model-grid a {
  min-height: 390px;
  padding: 25px 22px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  text-decoration: none;
  position: relative;
  transition: background .3s, color .3s
}

.home-model-grid a:last-child {
  border-right: 0
}

.home-model-grid a:hover {
  background: #d9ff30;
  color: #111
}

.home-model-grid b {
  font-size: var(--text-small);
  color: #d9ff30
}

.home-model-grid a:hover b {
  color: #111
}

.home-model-grid>a>span {
  display: block;
  font-size: var(--text-small);
  letter-spacing: .13em;
  margin-top: 45px
}

.home-model-grid h3 {
  font-family: "Space Grotesk";
  font-size: clamp(34px, 4vw, 58px);
  line-height: .86;
  letter-spacing: -.055em;
  margin: 15px 0
}

.home-model-grid p {
  font-size: var(--text-body);
  color: #aaa;
  max-width: 280px
}

.home-model-grid a:hover p {
  color: #333
}

.home-model-grid i {
  position: absolute;
  right: 22px;
  bottom: 20px;
  font-size: 28px;
  font-style: normal
}

/* Universal v6 layout protection */
@media(max-width:1100px) {
  .desktop-nav {
    gap: 14px
  }

  .desktop-nav a {
    font-size: var(--text-micro)
  }

  .service-model {
    grid-template-columns: 100px 1fr
  }

  .service-model-visual {
    grid-column: 2;
    min-height: 330px
  }

  .service-stack {
    max-width: 520px
  }
}

@media(max-width:800px) {
  .desktop-nav {
    display: none !important
  }

  .menu-toggle {
    display: flex !important
  }

  .service-hero {
    padding: 140px 22px 65px;
    min-height: 760px
  }

  .service-hero-art {
    width: 85vw;
    right: -30vw;
    top: 38%;
    opacity: .35
  }

  .service-hero h1 {
    font-size: clamp(68px, 19vw, 125px);
    line-height: .75
  }

  .service-scroll {
    right: 22px
  }

  .service-model {
    grid-template-columns: 1fr;
    padding: 85px 22px;
    min-height: auto;
    gap: 35px
  }

  .service-model-index {
    display: flex;
    align-items: baseline;
    gap: 15px
  }

  .service-model-index b {
    font-size: 42px
  }

  .service-model-visual {
    grid-column: 1;
    min-height: 300px
  }

  .service-model-copy h2 {
    font-size: clamp(60px, 17vw, 110px);
    line-height: .75
  }

  .product-examples {
    grid-template-columns: 1fr
  }

  .consult-list>div {
    grid-template-columns: 30px 1fr
  }

  .consult-list p {
    grid-column: 2
  }

  .industry-standard-section {
    grid-template-columns: 1fr;
    padding: 90px 22px;
    gap: 35px
  }

  .industry-heading h2 {
    font-size: clamp(65px, 18vw, 120px)
  }

  .industry-grid {
    grid-template-columns: 1fr
  }

  .service-chooser {
    padding: 90px 22px
  }

  .service-chooser h2 {
    font-size: clamp(65px, 18vw, 120px)
  }

  .home-models {
    padding: 85px 22px
  }

  .home-model-grid {
    grid-template-columns: 1fr
  }

  .home-model-grid a {
    min-height: 280px;
    border-right: 0
  }
}

@media(max-width:520px) {
  .service-hero {
    min-height: 700px
  }

  .service-hero h1 {
    font-size: 17.5vw
  }

  .service-hero-copy>p {
    font-size: 19px
  }

  .service-model-copy h2 {
    font-size: 16vw
  }

  .service-lead {
    font-size: 23px
  }

  .service-model-visual {
    min-height: 240px
  }

  .fixture-head {
    top: 30px
  }

  .fixture-beam {
    top: 105px;
    height: 270px
  }

  .consultation-diagram {
    gap: 7px
  }

  .consultation-diagram span {
    width: 76px;
    height: 76px
  }

  .consultation-diagram i {
    width: 25px
  }

  .industry-heading h2,
  .service-chooser h2 {
    font-size: 17vw
  }
}

/* Make long page typography resilient instead of overflowing */
@media(max-width:700px) {

  h1,
  h2,
  h3 {
    overflow-wrap: normal;
    word-break: normal
  }

  .footer-big {
    font-size: 17vw !important
  }

  .site-footer {
    overflow: hidden
  }
}

@media(prefers-reduced-motion:reduce) {

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


/* ============================================================
   V6.1 — DISPLAY SCALING, REAL MEDIA PLACEHOLDERS, TICKER, CURSOR
   ============================================================ */

/* Explicit placeholder media replaces CSS-drawn decorative graphics. */
.graphic-placeholder {
  position: relative;
  min-height: 260px;
  border: 1px solid currentColor;
  background:
    linear-gradient(135deg, rgba(127, 127, 127, .07), rgba(127, 127, 127, .18));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow: hidden;
}

.graphic-placeholder span {
  font-size: var(--text-small);
  letter-spacing: .15em;
  font-weight: 700;
  text-align: center;
  padding: 0 18px
}

.graphic-placeholder small {
  font-size: var(--text-micro);
  letter-spacing: .13em;
  opacity: .55;
  text-align: center;
  padding: 0 18px
}

.builder-graphic-placeholder {
  position: absolute;
  right: 4%;
  top: 6%;
  width: 34%;
  height: 42%;
  min-height: 0;
  color: #d9ff30;
  background: #232320;
  z-index: 1
}

.service-hero-placeholder {
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  width: min(42vw, 680px);
  height: min(62vh, 650px);
  background: #ddd9cf;
}

.service-model-visual.graphic-placeholder {
  width: 100%;
  min-height: 430px
}

/* Splash/brand statement: never deliberately render off-canvas. */
.brand-break {
  padding-top: clamp(70px, 7vw, 110px);
  padding-bottom: clamp(60px, 6vw, 90px)
}

.brand-break-line {
  width: 100%;
  padding: 0 clamp(22px, 4vw, 76px);
  transform: none;
  white-space: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: .24em;
  row-gap: .02em;
  font-size: clamp(62px, 8.8vw, 168px);
  line-height: .79;
  letter-spacing: -.075em;
}

.brand-break-line span {
  margin-right: 0
}

.brand-break-grid {
  margin-top: clamp(55px, 6vw, 90px)
}

.brand-break-grid p {
  font-size: clamp(22px, 2.35vw, 38px)
}

/* Ultra-wide monitors get a calmer editorial scale instead of viewport-width blowout. */
@media(min-width:1700px) {

  .home-hero h1,
  .project-title {
    font-size: clamp(110px, 7.6vw, 150px);
    max-width: 1250px
  }

  .brand-break-line {
    font-size: clamp(112px, 7.4vw, 152px)
  }

  .statement p {
    font-size: clamp(76px, 5.5vw, 104px)
  }

  .section-head h2 {
    font-size: clamp(82px, 6vw, 112px)
  }
}

@media(min-width:2200px) {
  .brand-break-line {
    font-size: clamp(120px, 6.4vw, 160px)
  }

  .section-pad {
    padding-left: max(4vw, 90px);
    padding-right: max(4vw, 90px)
  }
}

/* Mobile brand statement stays punchy but fully legible. */
@media(max-width:800px) {
  .brand-break-line {
    font-size: clamp(55px, 15vw, 100px);
    line-height: .78;
    padding: 0 22px;
    column-gap: .18em
  }

  .brand-break-grid {
    grid-template-columns: 1fr;
    gap: 15px
  }

  .builder-graphic-placeholder {
    width: 40%;
    height: 32%
  }

  .service-hero-placeholder {
    right: -15vw;
    width: 75vw;
    height: 45vh;
    top: 40%;
    opacity: .32
  }
}

@media(max-width:480px) {
  .brand-break-line {
    font-size: 14vw
  }

  .brand-break-grid p {
    font-size: 22px
  }
}

/* True seamless rail. The previous single element translated by an arbitrary 45%,
   which caused the jump/blank edge visible in the screenshot. */
.ticker {
  width: 100%;
  overflow: hidden;
  background: var(--acid);
  border-top: 1px solid #111;
  border-bottom: 1px solid #111
}

.ticker-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: evTicker 24s linear infinite;
  font-family: "Space Grotesk";
  font-size: 18px;
  line-height: 1;
  padding: 14px 0;
}

.ticker-track span {
  display: block;
  flex: none
}

@keyframes evTicker {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(-50%, 0, 0)
  }
}

.ticker:hover .ticker-track {
  animation-play-state: paused
}

@media(max-width:600px) {
  .ticker-track {
    font-size: var(--text-body);
    animation-duration: 18s;
    padding: 12px 0
  }
}

/* EV custom cursor — desktop/fine pointer only. */
@media(pointer:fine) {

  html,
  body,
  a,
  button,
  input,
  textarea,
  select,
  summary,
  label {
    cursor: none !important
  }

  .ev-cursor-dot,
  .ev-cursor-ring {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 10000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  .ev-cursor-dot {
    width: 7px;
    height: 7px;
    background: #d9ff30;
    mix-blend-mode: difference
  }

  .ev-cursor-ring {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(217, 255, 48, .9);
    transition: width .18s ease, height .18s ease, background .18s ease, border-color .18s ease;
    mix-blend-mode: difference;
  }

  .ev-cursor-ring.is-active {
    width: 54px;
    height: 54px;
    background: rgba(217, 255, 48, .18);
    border-color: #d9ff30
  }

  .ev-cursor-ring.is-media {
    width: 68px;
    height: 68px
  }
}

@media(pointer:coarse) {

  .ev-cursor-dot,
  .ev-cursor-ring {
    display: none !important
  }
}

/* Do not animate/draw the old decorative primitives even if stale markup remains. */
.poster-orbit,
.service-orbit,
.service-stack,
.fixture-demo,
.consultation-diagram {
  display: none !important
}

/* Ways to Work: constrain real images after replacing graphic placeholders. */
.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 4vw;
  align-items: center;
}

.service-hero-copy {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.service-hero h1 {
  font-size: clamp(60px, 6.8vw, 130px);
}

.service-hero-image {
  grid-column: 2;
  grid-row: 1;
  display: block;
  width: 100%;
  max-width: 680px;
  min-width: 0;
  height: auto;
  justify-self: end;
}

.service-model-image {
  display: block;
  width: 100%;
  min-width: 0;
  height: clamp(240px, 32vw, 520px);
  object-fit: cover;
}

@media(max-width:800px) {
  .service-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .service-hero h1 {
    font-size: clamp(60px, 15vw, 110px);
  }

  .service-hero-image {
    grid-column: 1;
    grid-row: 2;
    max-width: 460px;
    justify-self: center;
  }
}
/* Narrow staggered strips surround the central acid band. */
.page-wipe {
  position: fixed;
  inset: 0;
  z-index: 10002;
  display: grid;
  grid-template-rows: 11fr 16fr 13fr 20fr 20fr 23fr 17fr;
  pointer-events: none;
}

.page-wipe.is-covering {
  pointer-events: auto;
}

.page-wipe-block {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  clip-path: inset(0 0 0 100%);
  margin-bottom: -1px;
}

.page-wipe-block:nth-child(4),
.page-wipe-block:nth-child(5) {
  background: var(--acid);
}

@media(prefers-reduced-motion:reduce) {
  .page-wipe {
    display: none;
  }
}


.page-wipe-logo {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94vw;
  height: 30svh;
  object-fit: contain;
  pointer-events: none;
}

.page-wipe-block:nth-child(5) .page-wipe-logo {
  top: 0;
}
