:root {
  --paper: #f2eee6;
  --paper-deep: #e9e1d5;
  --paper-warm: #fbf7ee;
  --ink: #211b1a;
  --ink-soft: #403734;
  --muted: #6d625b;
  --line: #cfc5b8;
  --line-dark: #a99d91;
  --ember: #b88746;
  --ember-light: #e6b86c;
  --max: 1440px;
  --gutter: 72px;
  --mx: 50%;
  --my: 20%;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(226, 176, 103, 0.18), transparent 23rem),
    radial-gradient(circle at 76% 10%, rgba(255, 255, 255, 0.82), transparent 22rem),
    linear-gradient(180deg, var(--paper-warm) 0%, var(--paper) 36%, var(--paper-deep) 100%);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

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

a {
  color: inherit;
}

.neural-backdrop,
.grain,
.ambient-light {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.neural-backdrop {
  width: 100%;
  height: 100%;
  opacity: 0.42;
  mix-blend-mode: multiply;
}

.grain {
  opacity: 0.18;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
}

.ambient-light {
  background: radial-gradient(circle at var(--mx) var(--my), rgba(184, 135, 70, 0.2), transparent 20rem);
  opacity: 0.8;
  transition: opacity 240ms ease;
}

.service-detail .neural-backdrop {
  opacity: 0.32;
}

.section-pad {
  width: min(var(--max), 100%);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

main > section[id] {
  scroll-margin-top: 112px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  height: 96px;
  padding-inline: var(--gutter);
  border-bottom: 1px solid rgba(33, 27, 26, 0.08);
  background: rgba(242, 238, 230, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 0;
}

.brand-glyph {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  overflow: hidden;
  contain: paint;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(33, 27, 26, 0.08);
}

.brand-glyph::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 3px;
  right: 3px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(230, 184, 108, 0.7), transparent 62%);
  opacity: 0;
  animation: logoIgnite 4.5s ease-in-out infinite;
}

.brand-glyph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.brand-name {
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a,
.header-cta,
.button,
.service-card a,
.project-ledger a,
.site-footer a,
.newsletter button {
  text-decoration: none;
}

.site-nav a,
.header-cta {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-nav a {
  color: var(--ink-soft);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  column-gap: 56px;
  row-gap: 22px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 28px;
  isolation: isolate;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-top: 22px;
}

.poster-word {
  position: absolute;
  z-index: 0;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 2%;
  color: rgba(33, 27, 26, 0.045);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 188px;
  line-height: 0.76;
  pointer-events: none;
  white-space: nowrap;
}

.section-label {
  display: inline-flex;
  flex-direction: column;
  gap: 13px;
  margin: 0 0 26px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-label::after {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: 76px;
  line-height: 0.9;
  text-wrap: balance;
}

h2 {
  font-size: 48px;
  line-height: 1;
}

h3 {
  font-size: 28px;
  line-height: 1.02;
}

.hero-lead {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
}

.hero-proof {
  position: relative;
  z-index: 4;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -12px;
  border-top: 1px solid rgba(33, 27, 26, 0.18);
  border-bottom: 1px solid rgba(33, 27, 26, 0.18);
}

.hero-proof span {
  min-height: 48px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(33, 27, 26, 0.14);
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-proof span:last-child {
  border-right: 0;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button-dark {
  color: var(--paper);
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(33, 27, 26, 0.12);
}

.button-link {
  gap: 12px;
  border-color: transparent;
  color: var(--ink);
  background: transparent;
}

.button-link::after {
  content: "";
  width: 22px;
  height: 10px;
  background:
    linear-gradient(var(--ink), var(--ink)) left 50% / 20px 1px no-repeat,
    linear-gradient(45deg, transparent 45%, var(--ink) 46% 54%, transparent 55%) right 50% / 9px 9px no-repeat;
}

.button:hover,
.header-cta:hover,
.service-card a:hover {
  transform: translateY(-2px);
}

.button-dark:hover,
.header-cta:hover {
  box-shadow: 0 18px 36px rgba(33, 27, 26, 0.18);
}

.hero-art {
  position: relative;
  z-index: 2;
  min-height: clamp(430px, 58vh, 560px);
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-art::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: min(540px, 84%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 17%, rgba(230, 184, 108, 0.32), transparent 0 18%, rgba(230, 184, 108, 0.08) 19% 34%, transparent 44%),
    conic-gradient(from 210deg, transparent 0 18deg, rgba(184, 135, 70, 0.18) 20deg 48deg, transparent 52deg 360deg);
  filter: blur(0.1px);
  opacity: 0.78;
  animation: ignitionBreath 4.8s ease-in-out infinite;
}

.hero-art::after {
  content: "IGNITION 24/7";
  position: absolute;
  z-index: 5;
  right: 2%;
  top: 18%;
  padding: 8px 11px;
  border: 1px solid rgba(33, 27, 26, 0.46);
  background: rgba(242, 238, 230, 0.72);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(33, 27, 26, 0.08);
}

.hero-image {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 28px 42px rgba(33, 27, 26, 0.14));
  -webkit-mask-image: radial-gradient(circle at 54% 48%, #000 0 58%, rgba(0, 0, 0, 0.82) 68%, transparent 86%);
  mask-image: radial-gradient(circle at 54% 48%, #000 0 58%, rgba(0, 0, 0, 0.82) 68%, transparent 86%);
}

.hero-sunburst {
  position: absolute;
  z-index: 0;
  width: min(620px, 92%);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.24;
  background:
    repeating-conic-gradient(from -18deg, rgba(184, 135, 70, 0.62) 0deg 0.6deg, transparent 0.75deg 7deg);
  -webkit-mask-image: radial-gradient(circle, transparent 0 28%, #000 30% 70%, transparent 73%);
  mask-image: radial-gradient(circle, transparent 0 28%, #000 30% 70%, transparent 73%);
  animation: slowTurn 28s linear infinite;
}

.torch-aura {
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 300px;
  top: 3%;
  right: 4%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(230, 184, 108, 0.42), rgba(230, 184, 108, 0.16) 28%, transparent 67%);
  opacity: 0.86;
  animation: torchPulse 3.6s ease-in-out infinite;
}

.live-flame {
  position: absolute;
  z-index: 4;
  width: 90px;
  height: 126px;
  top: 13%;
  right: 12.5%;
  pointer-events: none;
  mix-blend-mode: multiply;
  filter: blur(0.2px) drop-shadow(0 0 18px rgba(230, 184, 108, 0.72));
}

.live-flame::before,
.live-flame::after {
  content: "";
  position: absolute;
  inset: 22% 12% 0;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 239, 175, 0.88), rgba(230, 184, 108, 0.24) 34%, transparent 68%);
  transform-origin: 50% 82%;
  animation: flameGlow 1.95s ease-in-out infinite;
}

.live-flame::after {
  inset: 42% 28% 6%;
  background: radial-gradient(circle, rgba(255, 248, 214, 0.96), rgba(230, 184, 108, 0.42) 38%, transparent 72%);
  animation-duration: 1.35s;
  animation-delay: -0.42s;
}

.live-flame span {
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 46px;
  height: 88px;
  border-radius: 55% 45% 58% 42%;
  transform-origin: 50% 90%;
  background:
    radial-gradient(circle at 50% 70%, rgba(255, 244, 188, 0.9), transparent 22%),
    radial-gradient(circle at 50% 45%, rgba(230, 184, 108, 0.72), transparent 48%),
    linear-gradient(180deg, rgba(184, 135, 70, 0.05), rgba(184, 135, 70, 0.55));
  opacity: 0.72;
  -webkit-mask-image: radial-gradient(ellipse at 50% 76%, #000 0 32%, transparent 70%);
  mask-image: radial-gradient(ellipse at 50% 76%, #000 0 32%, transparent 70%);
  animation: flameDance 1.6s ease-in-out infinite;
}

.live-flame span:nth-child(1) {
  transform: translateX(-50%) rotate(-7deg) scale(1.08);
}

.live-flame span:nth-child(2) {
  width: 34px;
  height: 74px;
  left: 42%;
  opacity: 0.62;
  animation-delay: -0.45s;
}

.live-flame span:nth-child(3) {
  width: 34px;
  height: 82px;
  left: 60%;
  opacity: 0.54;
  animation-delay: -0.9s;
}

.spark-field {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.spark-field span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  border-radius: 50%;
  background: var(--ember-light);
  box-shadow: 0 0 14px rgba(230, 184, 108, 0.78);
  opacity: 0;
  animation: sparkRise var(--d) ease-in-out var(--delay) infinite;
}

.circuit-bloom {
  position: absolute;
  z-index: 0;
  inset: 4% 0 auto 0;
  width: 100%;
  height: auto;
  overflow: visible;
  opacity: 0.52;
}

.circuit-bloom path,
.circuit-bloom circle {
  fill: none;
  stroke: var(--ember);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 620;
  stroke-dashoffset: 620;
  animation: drawCircuit 4.8s ease forwards 0.4s;
}

.circuit-bloom circle {
  fill: var(--paper);
  stroke-dasharray: 32;
  stroke-dashoffset: 32;
}

.manifesto-strip {
  width: min(calc(var(--max) - (var(--gutter) * 2)), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto 64px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-film-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  padding-bottom: 96px;
}

.brand-film-copy h2 {
  max-width: 540px;
}

.brand-film-copy p:not(.section-label) {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.72;
}

.brand-film-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line);
}

.brand-film-points span {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.brand-film-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background:
    radial-gradient(circle at 70% 24%, rgba(230, 184, 108, 0.2), transparent 17rem),
    var(--ink);
  box-shadow: 0 28px 64px rgba(33, 27, 26, 0.2);
  isolation: isolate;
}

.brand-film-frame::before,
.brand-film-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.brand-film-frame::before {
  background:
    linear-gradient(90deg, rgba(33, 27, 26, 0.28), transparent 28%, transparent 70%, rgba(33, 27, 26, 0.24)),
    radial-gradient(circle at 74% 26%, rgba(230, 184, 108, 0.18), transparent 20rem);
  mix-blend-mode: screen;
  opacity: 0.56;
}

.brand-film-frame::after {
  border: 1px solid rgba(242, 238, 230, 0.16);
  box-shadow: inset 0 0 0 1px rgba(33, 27, 26, 0.22);
}

.brand-film-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--ink);
}

.premium-ops-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.44fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  padding-bottom: 96px;
}

.premium-ops-copy {
  position: relative;
  z-index: 2;
}

.premium-ops-copy h2 {
  max-width: 560px;
}

.premium-ops-copy p:not(.section-label) {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.72;
}

.ops-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line);
}

.ops-points span {
  min-height: 58px;
  display: grid;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.premium-ops-art {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: var(--ink);
  box-shadow: 0 28px 60px rgba(33, 27, 26, 0.18);
}

.premium-ops-art::before {
  content: "24/7";
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 14px;
  color: rgba(242, 238, 230, 0.2);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 138px;
  line-height: 0.8;
  pointer-events: none;
}

.premium-ops-art img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.02);
}

.services-section {
  padding-bottom: 72px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.62fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 42px;
}

.section-heading p:not(.section-label) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.12);
}

.service-card {
  grid-column: span 2;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(242, 238, 230, 0.58);
}

.service-card-large {
  grid-column: span 3;
}

.service-number {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 850;
}

.service-card h3 {
  min-height: 78px;
  font-size: 36px;
  text-transform: uppercase;
}

.service-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin: 18px 0 18px;
  background: var(--ink);
  filter: contrast(1.04);
}

.service-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.62;
}

.artifact-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.54fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 108px;
}

.artifact-copy p:not(.section-label) {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.72;
}

.artifact-board {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  min-height: 520px;
  padding: 26px;
  border: 1px solid var(--line-dark);
  background:
    radial-gradient(circle at 70% 10%, rgba(230, 184, 108, 0.2), transparent 24rem),
    linear-gradient(135deg, rgba(33, 27, 26, 0.04), rgba(255, 255, 255, 0.18));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  overflow: hidden;
}

.artifact-board::before {
  content: "PROMETHEUS OS";
  position: absolute;
  left: 20px;
  bottom: -10px;
  color: rgba(33, 27, 26, 0.052);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 118px;
  line-height: 0.8;
  white-space: nowrap;
}

.artifact-window {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(33, 27, 26, 0.5);
  background: rgba(242, 238, 230, 0.78);
}

.terminal-window {
  align-self: start;
  min-height: 295px;
  color: var(--paper);
  background:
    radial-gradient(circle at 85% 5%, rgba(184, 135, 70, 0.32), transparent 12rem),
    var(--ink);
  box-shadow: 0 24px 44px rgba(33, 27, 26, 0.16);
}

.window-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(242, 238, 230, 0.16);
}

.window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ember-light);
}

.window-bar span:nth-child(2) {
  opacity: 0.72;
}

.window-bar span:nth-child(3) {
  opacity: 0.46;
}

.window-bar strong {
  margin-left: auto;
  color: rgba(242, 238, 230, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.terminal-window pre {
  margin: 0;
  padding: 24px;
  white-space: pre-wrap;
}

.terminal-window code {
  color: var(--paper);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
}

.system-map {
  align-self: stretch;
  min-height: 350px;
  overflow: hidden;
}

.map-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 850;
}

.map-header span {
  color: var(--muted);
}

.map-grid {
  position: absolute;
  inset: 72px 22px 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
}

.map-grid span {
  border: 1px solid rgba(33, 27, 26, 0.34);
  background:
    linear-gradient(135deg, rgba(33, 27, 26, 0.04), transparent),
    repeating-linear-gradient(0deg, rgba(33, 27, 26, 0.06) 0 1px, transparent 1px 9px);
}

.map-grid span:nth-child(3),
.map-grid span:nth-child(6),
.map-grid span:nth-child(10) {
  background: rgba(33, 27, 26, 0.88);
}

.map-lines {
  position: absolute;
  inset: 80px 28px 30px;
  background:
    linear-gradient(35deg, transparent 0 47%, rgba(184, 135, 70, 0.9) 47.2% 47.8%, transparent 48%),
    linear-gradient(145deg, transparent 0 52%, rgba(33, 27, 26, 0.42) 52.2% 52.7%, transparent 53%),
    radial-gradient(circle at 24% 66%, var(--ember-light) 0 5px, transparent 6px),
    radial-gradient(circle at 70% 28%, var(--ember-light) 0 5px, transparent 6px),
    radial-gradient(circle at 48% 46%, var(--ink) 0 5px, transparent 6px);
  opacity: 0.78;
}

.artifact-ledger {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line);
}

.artifact-ledger div {
  min-height: 132px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(242, 238, 230, 0.66);
}

.artifact-ledger span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.artifact-ledger strong {
  display: block;
  color: var(--ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
}

.artifact-ledger p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.45;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.service-card .service-media-link {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  margin: 18px 0;
  padding: 0;
  background: var(--ink);
  overflow: hidden;
  isolation: isolate;
}

.service-card .service-media-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(217, 156, 78, 0.2) 45%, transparent 56%),
    radial-gradient(circle at 62% 38%, rgba(255, 194, 92, 0.16), transparent 38%);
  opacity: 0;
  transform: translateX(-28%);
  transition: opacity 480ms ease, transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  mix-blend-mode: screen;
}

.service-card .service-media-link img,
.service-card .service-media-link .service-frame {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
  object-fit: cover;
  max-height: none;
  transition:
    transform 740ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 520ms ease,
    filter 520ms ease;
  will-change: transform, opacity;
}

.service-card .service-frame-base {
  opacity: 1;
  transform: scale(1);
}

.service-card .service-frame-hover {
  opacity: 0;
  transform: scale(1.045);
  filter: contrast(1.08) saturate(1.08);
}

.service-card .service-media-link:hover {
  transform: none;
}

.service-card.is-service-hovered .service-media-link::before,
.service-card:focus-within .service-media-link::before {
  opacity: 1;
  transform: translateX(18%);
}

.service-card.is-service-hovered .service-frame-base,
.service-card:focus-within .service-frame-base {
  opacity: 0;
  transform: scale(1.025);
}

.service-card.is-service-hovered .service-frame-hover,
.service-card:focus-within .service-frame-hover {
  opacity: 1;
  transform: scale(1.075);
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover .service-media-link::before {
    opacity: 1;
    transform: translateX(18%);
  }

  .service-card:hover .service-frame-base {
    opacity: 0;
    transform: scale(1.025);
  }

  .service-card:hover .service-frame-hover {
    opacity: 1;
    transform: scale(1.075);
  }
}

.service-card .service-media-link::after {
  content: none;
}

.service-card a::after {
  content: "";
  width: 18px;
  height: 9px;
  background:
    linear-gradient(var(--ink), var(--ink)) left 50% / 17px 1px no-repeat,
    linear-gradient(45deg, transparent 45%, var(--ink) 46% 54%, transparent 55%) right 50% / 8px 8px no-repeat;
}

.technology-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  align-items: start;
  padding-top: 26px;
  padding-bottom: 96px;
}

.tech-copy h2 {
  max-width: 560px;
}

.tech-oracle {
  position: relative;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: var(--paper);
}

.tech-oracle::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(242, 238, 230, 0), rgba(242, 238, 230, 0.18)),
    radial-gradient(circle at 64% 24%, rgba(230, 184, 108, 0.2), transparent 16rem);
}

.tech-oracle img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

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

.tech-rail {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 34px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.tech-rail strong {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.05;
}

.tech-rail span {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.philosophy-section {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 0 var(--gutter) 96px;
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.philosophy-copy {
  padding-block: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.philosophy-copy h2 {
  max-width: 620px;
}

.philosophy-text {
  margin: 28px 0 30px;
  color: var(--ink-soft);
}

.philosophy-text p {
  margin: 0 0 10px;
}

.philosophy-text p:nth-child(n+3):nth-child(-n+6) {
  color: var(--ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 24px;
  line-height: 1.1;
}

.philosophy-mural {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.philosophy-mural::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 25%;
  background: linear-gradient(90deg, var(--paper), rgba(242, 238, 230, 0));
  pointer-events: none;
}

.philosophy-mural img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.projects-section {
  padding-bottom: 96px;
}

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

.project-ledger a {
  display: grid;
  grid-template-columns: 116px 64px minmax(250px, 0.42fr) 1fr;
  gap: 32px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  transition: color 180ms ease, transform 180ms ease;
}

.project-ledger a:hover {
  color: #5f371a;
  transform: translateX(4px);
}

.project-ledger img {
  width: 116px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--ink);
  filter: contrast(1.04);
  mix-blend-mode: multiply;
  transition: transform 240ms ease, opacity 240ms ease;
}

.project-ledger a:hover img {
  transform: scale(1.025);
  opacity: 0.9;
}

.project-ledger span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.project-ledger strong {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.project-ledger em {
  color: var(--ink-soft);
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}

.contact-section {
  position: relative;
  width: min(calc(var(--max) - (var(--gutter) * 2)), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto 90px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.52fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  overflow: hidden;
}

.contact-word {
  position: absolute;
  inset: auto 0 -34px auto;
  color: rgba(33, 27, 26, 0.06);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 156px;
  line-height: 0.8;
  pointer-events: none;
}

.contact-section .section-label {
  margin-bottom: 18px;
}

.contact-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
  align-items: start;
  padding: 54px 0;
}

.contact-section p:not(.section-label) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.contact-copy .button {
  width: max-content;
}

.contact-art {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  align-self: stretch;
}

.contact-art::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 30%;
  background: linear-gradient(90deg, var(--paper), rgba(242, 238, 230, 0));
  pointer-events: none;
}

.contact-art img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.site-footer {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 46px var(--gutter) 34px;
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) 0.72fr 0.72fr minmax(260px, 0.9fr);
  gap: 58px;
  border-top: 1px solid var(--line);
}

.footer-brand p,
.newsletter p {
  color: var(--ink-soft);
}

.footer-brand p {
  max-width: 310px;
  margin: 20px 0 0;
}

.site-footer h4 {
  margin: 0 0 18px;
  font-size: 13px;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
  color: var(--ink-soft);
  font-size: 14px;
}

.site-footer .brand {
  display: inline-flex;
  margin-bottom: 0;
  color: var(--ink);
}

.site-footer .brand-name {
  color: var(--ink);
}

.button:focus-visible,
.header-cta:focus-visible,
.newsletter input:focus-visible,
.newsletter button:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid rgba(184, 135, 70, 0.82);
  outline-offset: 3px;
}

.service-detail {
  background:
    radial-gradient(circle at 75% 12%, rgba(230, 184, 108, 0.16), transparent 24rem),
    linear-gradient(180deg, var(--paper-warm), var(--paper) 44%, var(--paper-deep));
}

.service-detail-hero {
  position: relative;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 74px var(--gutter) 68px;
  display: grid;
  grid-template-columns: minmax(320px, 0.54fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  overflow: hidden;
}

.service-detail-hero::before {
  content: attr(data-service-number);
  position: absolute;
  left: var(--gutter);
  bottom: -28px;
  color: rgba(33, 27, 26, 0.055);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 190px;
  line-height: 0.8;
  pointer-events: none;
}

.service-detail-copy {
  position: relative;
  z-index: 2;
}

.service-detail-copy h1 {
  max-width: 720px;
  font-size: 76px;
}

.service-detail-copy p:not(.section-label) {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.72;
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.service-detail-art {
  position: relative;
  min-height: 430px;
  display: grid;
  border: 1px solid var(--line-dark);
  background: var(--ink);
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 24px 56px rgba(33, 27, 26, 0.16);
}

.service-detail-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(230, 184, 108, 0.22) 48%, transparent 59%),
    radial-gradient(circle at 62% 34%, rgba(246, 199, 111, 0.2), transparent 38%);
  opacity: 0;
  transform: translateX(-24%);
  transition: opacity 560ms ease, transform 840ms cubic-bezier(0.16, 1, 0.3, 1);
  mix-blend-mode: screen;
}

.service-detail-art img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition:
    opacity 580ms ease,
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 580ms ease;
  will-change: opacity, transform;
}

.service-detail-frame-base {
  opacity: 1;
  transform: scale(1);
}

.service-detail-frame-hover {
  opacity: 0;
  transform: scale(1.035);
  filter: contrast(1.08) saturate(1.04);
}

.service-detail-art.is-detail-hovered::before {
  opacity: 1;
  transform: translateX(16%);
  animation: serviceDetailSweep 1.7s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.service-detail-art.is-detail-hovered .service-detail-frame-base {
  opacity: 0;
  transform: scale(1.018);
  animation: serviceDetailBaseLoop 1.9s ease-in-out infinite;
}

.service-detail-art.is-detail-hovered .service-detail-frame-hover {
  opacity: 1;
  transform: scale(1.065);
  animation: serviceDetailContinuationLoop 1.9s ease-in-out infinite;
}

@media (hover: hover) and (pointer: fine) {
  .service-detail-art:hover::before {
    opacity: 1;
    transform: translateX(16%);
    animation: serviceDetailSweep 1.7s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  }

  .service-detail-art:hover .service-detail-frame-base {
    opacity: 0;
    transform: scale(1.018);
    animation: serviceDetailBaseLoop 1.9s ease-in-out infinite;
  }

  .service-detail-art:hover .service-detail-frame-hover {
    opacity: 1;
    transform: scale(1.065);
    animation: serviceDetailContinuationLoop 1.9s ease-in-out infinite;
  }
}

.service-detail-main {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 0 var(--gutter) 84px;
}

.service-section-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 64px;
  padding: 68px 0;
  border-top: 1px solid var(--line);
}

.service-section-grid h2 {
  max-width: 540px;
}

.service-section-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.76;
}

.service-list {
  display: grid;
  gap: 18px;
}

.service-list article {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.service-list article:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-list span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.service-list h3 {
  margin-bottom: 12px;
  font-size: 30px;
}

.service-deliverables {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line);
}

.service-deliverables div {
  min-height: 162px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(242, 238, 230, 0.58);
}

.service-deliverables strong {
  display: block;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.service-deliverables p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.52;
}

.service-premium-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin: 20px 0 74px;
  padding: 32px 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.service-premium-strip h2 {
  font-size: 42px;
}

.service-premium-strip p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.66;
}

.service-next-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-next-grid a {
  min-height: 110px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: var(--ink);
  transition: background 180ms ease, transform 180ms ease;
}

.service-next-grid a:hover {
  background: rgba(255, 255, 255, 0.26);
  transform: translateY(-2px);
}

.service-next-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.service-next-grid strong {
  display: block;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: start;
  gap: 10px;
  margin: 0;
}

.newsletter h4,
.newsletter p,
.newsletter label {
  grid-column: 1 / -1;
}

.newsletter p {
  margin: 0 0 6px;
  font-size: 14px;
}

.newsletter label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.newsletter input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.24);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.newsletter button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--paper);
  background: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-bottom nav {
  display: flex;
  gap: 34px;
}

.footer-bottom a,
.footer-bottom small {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 820ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.delay {
  transition-delay: 120ms;
}

@keyframes torchPulse {
  0%, 100% {
    transform: scale(0.92);
    opacity: 0.52;
  }
  45% {
    transform: scale(1.1);
    opacity: 0.92;
  }
}

@keyframes sparkRise {
  0% {
    transform: translate3d(0, 12px, 0) scale(0.3);
    opacity: 0;
  }
  20% {
    opacity: 0.9;
  }
  100% {
    transform: translate3d(var(--dx), -74px, 0) scale(0.05);
    opacity: 0;
  }
}

@keyframes drawCircuit {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes logoIgnite {
  0%, 38%, 100% {
    opacity: 0;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

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

@keyframes flameDance {
  0%, 100% {
    transform: translateX(-50%) rotate(-6deg) scaleY(0.92) scaleX(0.95);
    opacity: 0.48;
  }
  45% {
    transform: translateX(-50%) rotate(5deg) scaleY(1.12) scaleX(1.06);
    opacity: 0.84;
  }
}

@keyframes flameGlow {
  0%, 100% {
    transform: scale(0.84);
    opacity: 0.38;
  }
  50% {
    transform: scale(1.18);
    opacity: 0.9;
  }
}

@keyframes ignitionBreath {
  0%, 100% {
    transform: scale(0.96) rotate(-2deg);
    opacity: 0.46;
  }
  48% {
    transform: scale(1.05) rotate(2deg);
    opacity: 0.9;
  }
}

@keyframes serviceDetailBaseLoop {
  0%, 100% {
    opacity: 0.92;
    transform: scale(1);
    filter: contrast(1.02);
  }
  42%, 62% {
    opacity: 0.08;
    transform: scale(1.024) translate3d(-6px, 0, 0);
    filter: contrast(1.08);
  }
}

@keyframes serviceDetailContinuationLoop {
  0%, 100% {
    opacity: 0.06;
    transform: scale(1.026) translate3d(5px, 0, 0);
    filter: contrast(1.06) saturate(1.03);
  }
  42%, 62% {
    opacity: 1;
    transform: scale(1.064) translate3d(0, -4px, 0);
    filter: contrast(1.12) saturate(1.08);
  }
}

@keyframes serviceDetailSweep {
  0% {
    opacity: 0;
    transform: translateX(-34%);
  }
  34%, 58% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(34%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .service-detail-art.is-detail-hovered::before,
  .service-detail-art:hover::before,
  .service-detail-art.is-detail-hovered .service-detail-frame-base,
  .service-detail-art:hover .service-detail-frame-base,
  .service-detail-art.is-detail-hovered .service-detail-frame-hover,
  .service-detail-art:hover .service-detail-frame-hover {
    animation: none !important;
  }

  .service-detail-art.is-detail-hovered .service-detail-frame-base,
  .service-detail-art:hover .service-detail-frame-base {
    opacity: 0;
    transform: scale(1.018);
  }

  .service-detail-art.is-detail-hovered .service-detail-frame-hover,
  .service-detail-art:hover .service-detail-frame-hover {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (max-width: 1180px) {
  :root {
    --gutter: 38px;
  }

  .site-nav {
    gap: 20px;
  }

  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 42px;
  }

  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .hero-art {
    min-height: 520px;
  }

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

  .service-card {
    grid-column: auto;
    min-height: 500px;
  }

  .service-card-large {
    grid-column: auto;
  }

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 78px;
  }

  main > section[id] {
    scroll-margin-top: 94px;
  }

  .site-nav {
    display: none;
  }

  .brand-glyph {
    width: 46px;
    height: 46px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-proof {
    order: 3;
    margin-top: 0;
  }

  .hero-art {
    order: 2;
  }

  h1 {
    max-width: 680px;
    font-size: 56px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-art {
    min-height: 0;
  }

  .hero-image {
    width: min(560px, 100%);
  }

  .manifesto-strip {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .section-heading,
  .technology-section,
  .philosophy-section,
  .brand-film-section,
  .premium-ops-section,
  .artifact-section,
  .service-detail-hero,
  .service-section-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .technology-section {
    gap: 38px;
  }

  .artifact-board {
    grid-template-columns: 1fr;
  }

  .project-ledger a {
    grid-template-columns: 112px 58px 1fr;
    gap: 22px;
  }

  .project-ledger em {
    grid-column: 3;
  }

  .service-deliverables,
  .service-next-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-premium-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --gutter: 22px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    gap: 14px;
    padding-inline: 18px;
  }

  .brand {
    gap: 10px;
  }

  .brand-name {
    font-size: 16px;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 11px;
  }

  h1 {
    font-size: 48px;
    line-height: 1;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 26px;
  }

  .section-label {
    font-size: 12px;
  }

  .hero {
    padding-bottom: 50px;
  }

  .poster-word {
    display: none;
  }

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

  .button {
    width: 100%;
  }

  .hero-art {
    margin-top: -12px;
    width: 100%;
    overflow: hidden;
  }

  .hero-art::after {
    right: 4px;
    top: 14%;
    font-size: 10px;
  }

  .hero-image {
    width: 100%;
    max-width: 360px;
    transform: none;
  }

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

  .torch-aura {
    width: 190px;
    height: 190px;
  }

  .hero-sunburst {
    width: 360px;
  }

  .manifesto-strip {
    width: calc(100% - 44px);
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .brand-film-section {
    padding-bottom: 72px;
  }

  .brand-film-points {
    grid-template-columns: 1fr;
  }

  .live-flame {
    width: 66px;
    height: 94px;
    top: 10%;
    right: 13%;
  }

  .premium-ops-section {
    padding-bottom: 72px;
  }

  .ops-points {
    grid-template-columns: 1fr;
  }

  .premium-ops-art,
  .premium-ops-art img {
    min-height: 270px;
  }

  .premium-ops-art::before {
    font-size: 82px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .service-card h3 {
    min-height: 0;
  }

  .service-card img {
    max-height: 360px;
  }

  .artifact-board {
    padding: 16px;
    min-height: 0;
    overflow: hidden;
  }

  .artifact-ledger {
    grid-template-columns: 1fr;
  }

  .tech-rail {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .philosophy-section {
    padding-bottom: 72px;
  }

  .philosophy-mural,
  .philosophy-mural img {
    min-height: 260px;
  }

  .project-ledger a {
    grid-template-columns: 92px 1fr;
    gap: 10px;
  }

  .project-ledger img {
    width: 92px;
    grid-row: span 3;
  }

  .project-ledger span,
  .project-ledger strong,
  .project-ledger em {
    grid-column: 2;
  }

  .contact-section {
    width: calc(100% - 44px);
    margin-bottom: 58px;
  }

  .contact-copy {
    padding: 44px 0 0;
  }

  .contact-copy .button {
    width: 100%;
  }

  .contact-art,
  .contact-art img {
    min-height: 220px;
  }

  .contact-art::before {
    width: 100%;
    height: 32%;
    inset: 0 0 auto;
    background: linear-gradient(180deg, var(--paper), rgba(242, 238, 230, 0));
  }

  .contact-word {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .service-detail-hero {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .service-detail-hero::before {
    font-size: 110px;
  }

  .service-detail-copy h1 {
    font-size: 46px;
  }

  .service-detail-art,
  .service-detail-art img {
    min-height: 260px;
  }

  .service-section-grid {
    gap: 28px;
    padding: 48px 0;
  }

  .service-deliverables,
  .service-next-grid {
    grid-template-columns: 1fr;
  }

  .service-premium-strip h2 {
    font-size: 34px;
  }

  .newsletter {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
    gap: 16px;
  }
}
