:root {
  --ink: #000;
  --ink-raised: #0d0d0d;
  --paper: #f1eee7;
  --muted: #a6a29c;
  --quiet: #77736f;
  --line: rgba(241, 238, 231, .16);
  --line-strong: rgba(241, 238, 231, .34);
  --red: #e21c1c;
  --red-bright: #ff3a31;
  --silver: #d7d2ca;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 81% 2%, rgba(226, 28, 28, .17), transparent 22rem),
    radial-gradient(circle at 4% 78%, rgba(222, 217, 205, .07), transparent 20rem),
    linear-gradient(120deg, #080808 0%, #050505 42%, #0a0909 100%);
}

.shell { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 100; padding: .7rem 1rem; color: #000; background: var(--paper); }
.skip-link:focus { top: 1rem; }
a { color: inherit; }

.site-header {
  min-height: 142px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #000;
}

.brand, .footer-brand { display: block; width: 136px; }
.brand img, .footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.8rem); }
.primary-nav a, .footer-links a {
  color: var(--muted);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav .is-current, .footer-links a:hover, .footer-links a:focus-visible { color: var(--paper); }

.motion-toggle {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .5rem .7rem;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--muted);
  background: rgba(255,255,255,.025);
  font: 800 .62rem/1 var(--body);
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.motion-light { width: .45rem; height: .45rem; background: var(--red-bright); box-shadow: 0 0 13px var(--red-bright); }
body.reduce-motion .motion-light { background: var(--quiet); box-shadow: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(2rem, 7vw, 7rem);
  min-height: 690px;
  align-items: center;
  padding-block: 5.5rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin: 0 0 1.5rem;
  color: var(--silver);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: .5rem; height: .5rem; background: var(--red); box-shadow: 0 0 12px rgba(226, 28, 28, .9); }

h1, h2, h3 { margin: 0; }
h1, h2 {
  max-width: 800px;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .81;
  text-transform: uppercase;
}
h1 { font-size: clamp(4.4rem, 9.2vw, 8.9rem); }
h2 { font-size: clamp(3.3rem, 6vw, 6.1rem); }
h1 em, h2 em { color: var(--silver); font-family: Georgia, serif; font-size: .8em; font-style: italic; font-weight: 400; letter-spacing: -.09em; text-transform: none; }

.hero-intro { max-width: 36rem; margin: 2.3rem 0 2.4rem; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  padding: 1rem 1.15rem;
  border: 1px solid transparent;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-red { background: var(--red); color: white; }
.button-red:hover, .button-red:focus-visible { background: var(--red-bright); }
.button-quiet { border-color: var(--line-strong); color: var(--paper); }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--paper); }

.hero-visual {
  position: relative;
  width: min(100%, 41rem);
  min-width: 0;
  aspect-ratio: 1;
  justify-self: end;
  margin-right: 0;
  pointer-events: none;
}
.hero-visual::before {
  position: absolute;
  inset: 20% 14%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226,28,28,.22), rgba(226,28,28,.06) 42%, transparent 72%);
  filter: blur(2.5rem);
}
.hero-visual img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 2.7rem rgba(226,28,28,.16));
  -webkit-mask-image: radial-gradient(ellipse 76% 76% at 52% 50%, #000 54%, rgba(0,0,0,.92) 72%, rgba(0,0,0,.28) 88%, transparent 100%);
  mask-image: radial-gradient(ellipse 76% 76% at 52% 50%, #000 54%, rgba(0,0,0,.92) 72%, rgba(0,0,0,.28) 88%, transparent 100%);
}

.statement-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); }
.statement-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding-block: 3.4rem; }
.statement-inner p { max-width: 43rem; margin: 0; font-size: clamp(1.65rem, 3vw, 3.2rem); font-weight: 300; letter-spacing: -.055em; line-height: 1.02; }
.statement-inner strong { color: var(--red-bright); font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.statement-index { color: var(--quiet); font: .62rem/1 ui-monospace, monospace; letter-spacing: .13em; }

.projects { padding-block: 9rem; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(17rem, .65fr); gap: 4rem; align-items: end; margin-bottom: 4rem; }
.section-heading > p { max-width: 25rem; margin: 0 0 .25rem; color: var(--muted); line-height: 1.65; }
.zigfly-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, .78fr) minmax(0, 1.22fr);
  min-height: 38rem;
  margin-bottom: .9rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(120deg, #030303 0 42%, #121010 72%, #080808 100%);
}
.zigfly-feature::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--red-bright));
}
.zigfly-feature-art {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1.2rem;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: #020202;
}
.zigfly-feature-art::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 60% 35%, rgba(226,28,28,.16), transparent 48%);
  pointer-events: none;
}
.zigfly-feature-art img {
  position: relative;
  display: block;
  width: min(100%, 30rem);
  height: auto;
  max-height: 41rem;
  object-fit: contain;
  box-shadow: 0 1.4rem 4rem rgba(0,0,0,.62);
}
.zigfly-feature-art figcaption {
  position: relative;
  align-self: flex-start;
  margin-top: .75rem;
  padding: .55rem .7rem;
  color: var(--silver);
  background: rgba(0,0,0,.86);
  font: 800 .58rem/1.45 ui-monospace, monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.zigfly-feature-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.75rem);
}
.zigfly-feature-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(3rem, 7vw, 6.5rem);
  color: var(--muted);
  font: .62rem/1 ui-monospace, monospace;
  letter-spacing: .12em;
}
.zigfly-feature-label {
  margin: 0 0 1rem;
  color: var(--red-bright);
  font: 900 .68rem/1 var(--body);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.zigfly-feature-copy h3 {
  font-family: var(--display);
  font-size: clamp(4.4rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .79;
  text-transform: uppercase;
}
.zigfly-feature-copy h3 em {
  color: var(--silver);
  font-family: Georgia, serif;
  font-size: .82em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.08em;
  text-transform: none;
}
.zigfly-feature-intro {
  max-width: 35rem;
  margin: 2rem 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}
.store-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.store-plan {
  display: block;
  padding: .95rem 1rem;
  border: 1px solid var(--line);
  color: var(--paper);
  background: rgba(255,255,255,.025);
}
.store-plan strong { display: block; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.store-plan small { display: block; margin-top: .4rem; color: var(--quiet); font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; }
.zigfly-policy-link {
  width: max-content;
  max-width: 100%;
  margin-top: 1.5rem;
  color: var(--silver);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.zigfly-policy-link span { color: var(--red-bright); }
.zigfly-policy-link:hover, .zigfly-policy-link:focus-visible { color: white; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.project-card { position: relative; display: flex; min-height: 500px; flex-direction: column; overflow: hidden; padding: 1.2rem; border: 1px solid var(--line); background: var(--ink-raised); transition: transform .3s ease, border-color .3s ease; }
.project-card:hover, .project-card:focus-within { transform: translateY(-7px); border-color: var(--line-strong); }
.card-topline { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font: .58rem/1 ui-monospace, monospace; letter-spacing: .11em; }
.card-art { position: relative; height: 210px; margin-block: 1rem 1.5rem; overflow: hidden; }
.card-copy { position: relative; z-index: 2; margin-top: auto; }
.card-copy p { margin: 0 0 .9rem; color: var(--silver); font: .63rem/1 ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.card-copy h3 { font-size: clamp(2rem, 3.2vw, 3.2rem); font-weight: 500; letter-spacing: -.07em; line-height: .86; }
.card-copy small { display: block; margin-top: 1rem; color: var(--muted); font-size: .72rem; }
.project-button { position: relative; z-index: 2; width: max-content; margin-top: 1.45rem; padding: .2rem 0; border: 0; color: var(--paper); background: none; font: 900 .65rem/1 var(--body); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.project-button span { margin-left: .5rem; color: var(--red-bright); font-size: 1rem; }

.project-studio { background: linear-gradient(155deg, #211715, var(--ink-raised) 68%); }
.card-art-studio::before { position: absolute; inset: 8% 11%; content: ""; border: 1px solid rgba(241,238,231,.35); transform: rotate(45deg); box-shadow: 0 0 0 25px rgba(226,28,28,.045), 0 0 0 51px rgba(241,238,231,.035); }
.card-art-studio i { position: absolute; display: block; width: 6.1rem; height: 6.1rem; border: 1px solid var(--red-bright); transform: rotate(45deg); animation: card-shift 6s ease-in-out infinite; }
.card-art-studio i:nth-child(1) { top: 34%; left: 29%; }
.card-art-studio i:nth-child(2) { top: 11%; left: 51%; border-color: rgba(241,238,231,.56); animation-delay: -2s; }
.card-art-studio i:nth-child(3) { top: 51%; left: 50%; width: 3rem; height: 3rem; border-color: rgba(241,238,231,.28); animation-delay: -4s; }

.project-sound { background: linear-gradient(155deg, #191919, var(--ink-raised) 68%); }
.card-art-sound { display: flex; align-items: center; justify-content: center; gap: .55rem; }
.card-art-sound i { display: block; width: 1.2rem; background: linear-gradient(var(--paper), #b9b3ac 54%, var(--red)); animation: equalize 1.45s ease-in-out infinite; }
.card-art-sound i:nth-child(1) { height: 4.3rem; }
.card-art-sound i:nth-child(2) { height: 9.8rem; animation-delay: -.35s; }
.card-art-sound i:nth-child(3) { height: 6.2rem; animation-delay: -.67s; }
.card-art-sound i:nth-child(4) { height: 11.6rem; animation-delay: -.18s; }
.card-art-sound i:nth-child(5) { height: 4.9rem; animation-delay: -.51s; }

.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, .86fr); gap: clamp(3rem, 9vw, 8rem); align-items: end; padding-block: 1rem 9rem; }
.contact-card { position: relative; display: flex; min-height: 290px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 1.35rem; border: 1px solid rgba(226,28,28,.74); background: linear-gradient(130deg, rgba(226,28,28,.23), rgba(226,28,28,.06) 47%, rgba(255,255,255,.05)); }
.contact-card::before { position: absolute; right: -6rem; bottom: -7rem; width: 18rem; height: 18rem; border: 1px solid rgba(241,238,231,.26); content: ""; transform: rotate(45deg); }
.contact-code { color: var(--silver); font: .6rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.contact-card p { max-width: 19rem; margin: 2rem 0; color: var(--paper); font-size: 1.2rem; line-height: 1.25; }
.contact-card a { position: relative; z-index: 2; overflow-wrap: anywhere; font-size: clamp(1.3rem, 2.1vw, 2rem); font-weight: 700; letter-spacing: -.055em; text-decoration: none; }
.contact-card a span { color: var(--red-bright); }
.contact-card small { position: relative; z-index: 2; margin-top: 1rem; color: var(--silver); font-size: .69rem; }

.site-footer { border-top: 1px solid var(--line); background: #000; }
.footer-grid { display: grid; grid-template-columns: 136px 1fr auto; gap: 3rem; align-items: center; padding-block: 2.5rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.35rem 1.7rem; }
.footer-links .policy-link { color: var(--silver); }
.footer-links .policy-link span { color: var(--red-bright); }
.footer-grid > p { margin: 0; color: var(--quiet); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }

.project-dialog { width: min(620px, calc(100% - 2rem)); border: 1px solid var(--line-strong); padding: clamp(2rem, 5vw, 4rem); color: var(--paper); background: #111; box-shadow: 0 2rem 7rem rgba(0,0,0,.78); }
.project-dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(8px); }
.project-dialog h2 { margin-bottom: 1.4rem; font-size: clamp(3.4rem, 7vw, 5.8rem); }
.project-dialog > p:not(.eyebrow) { max-width: 34rem; margin: 0 0 1.8rem; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.dialog-close { position: absolute; top: .75rem; right: .95rem; border: 0; color: var(--paper); background: transparent; font-size: 2.1rem; cursor: pointer; }

@keyframes card-shift { 50% { transform: translateY(-.65rem) rotate(45deg); } }
@keyframes equalize { 50% { transform: scaleY(.34); filter: brightness(1.3); } }
body.reduce-motion * { animation: none !important; scroll-behavior: auto; transition: none !important; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; transition: none !important; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 1180px); }
  .site-header { min-height: auto; grid-template-columns: 1fr auto; padding-block: .65rem; }
  .brand { width: 94px; }
  .primary-nav { justify-self: end; gap: 1rem; }
  .primary-nav a { font-size: .56rem; }
  .motion-toggle { display: none; }
  .hero { grid-template-columns: 1fr; gap: 3.5rem; min-height: 0; padding-block: 4.2rem 5rem; }
  .hero-visual { width: min(100%, 36rem); justify-self: center; margin-right: 0; }
  .statement-inner { grid-template-columns: 1fr; gap: 1rem; padding-block: 2.5rem; }
  .projects { padding-block: 5.7rem; }
  .section-heading, .contact { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading { margin-bottom: 2.6rem; }
  .zigfly-feature { grid-template-columns: 1fr; min-height: 0; }
  .zigfly-feature-art { padding: 1rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .zigfly-feature-art img { width: min(100%, 28rem); max-height: none; }
  .zigfly-feature-copy { padding: clamp(2rem, 8vw, 3.5rem); }
  .zigfly-feature-topline { margin-bottom: 3rem; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 390px; }
  .card-art { height: 130px; margin-bottom: .9rem; }
  .contact { padding-block: 0 5.7rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; padding-block: 2rem; }
  .footer-brand { width: 108px; }
}

@media (max-width: 430px) {
  .hero { padding-top: 3rem; }
  h1 { font-size: clamp(3.65rem, 19vw, 5.3rem); }
  h2 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-intro { font-size: 1rem; }
  .hero-visual { width: min(100%, 34rem); margin-inline: 0; }
  .zigfly-feature-copy h3 { font-size: clamp(4rem, 22vw, 6rem); }
  .store-plans { grid-template-columns: 1fr; }
  .button { width: 100%; justify-content: space-between; }
}

@media (max-width: 360px) {
  .site-header { gap: .75rem; }
  .brand { width: 76px; }
  .primary-nav { gap: .65rem; }
  .primary-nav a { font-size: .55rem; letter-spacing: .1em; }
}
