* {
  box-sizing: border-box;
}

:root {
  color-scheme: dark;
  --bg: #0b0908;
  --bg-soft: #120907;
  --text: #f3ead9;
  --muted: rgba(243, 234, 217, 0.76);
  --flare: #f2a61f;
  --ember: #c84a16;
  --resin: #a31316;
  --ink: #090807;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  background:
    radial-gradient(circle at top, rgba(242, 166, 31, 0.16), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(200, 74, 22, 0.18), transparent 22%),
    linear-gradient(180deg, #120907 0%, #0b0908 35%, #140b09 70%, #0b0908 100%);
}

body.page-index {
  background:
    radial-gradient(circle at top, rgba(242, 166, 31, 0.12), transparent 30%),
    linear-gradient(180deg, #120907 0%, #0b0908 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.poster-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(242, 166, 31, 0.08), transparent 20%),
    linear-gradient(180deg, #0b0908 0%, #120907 100%);
}

.section-wrap {
  width: min(100%, 1280px);
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 30;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.site-header--overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.56));
  backdrop-filter: blur(6px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem;
}

.site-logo {
  width: 96px;
  flex: 0 0 auto;
}

.site-nav {
  display: none;
  gap: 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a.is-active {
  color: var(--flare);
}

.site-nav a,
.site-cta,
.hero-button,
.final-cta__button,
.product-card__button,
.brush-link,
.contact-link,
.final-cta__links a {
  transition:
    transform 220ms ease,
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    opacity 220ms ease;
}

.site-nav a:hover {
  color: var(--flare);
  transform: translateY(-2px);
}

.site-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  border: 1px solid rgba(242, 166, 31, 0.4);
  background: var(--flare);
  color: #000;
  border-radius: 999px;
  padding: 0.58rem 1.18rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(242, 166, 31, 0.18);
}

.site-cta__icon {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.site-cta__icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 2.2;
}

.site-cta:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 36px rgba(242, 166, 31, 0.28);
}

.spray-bg {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(242, 166, 31, 0.84), transparent 22%),
    radial-gradient(circle at 84% 22%, rgba(200, 74, 22, 0.75), transparent 24%),
    radial-gradient(circle at 50% 80%, rgba(123, 18, 18, 0.42), transparent 22%),
    linear-gradient(135deg, #170d0a 0%, #090807 42%, #120907 100%);
}

.hero {
  position: relative;
}

.hero--header-art {
  min-height: 760px;
}

.hero__art {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__art picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  filter: saturate(1.05) contrast(1.04);
}

.hero--header-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.36) 100%);
  pointer-events: none;
}

.hero--header-art::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(11, 9, 8, 0), rgba(11, 9, 8, 0.85) 60%, #0b0908 100%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: end;
  min-height: 760px;
  padding: 6.8rem 1rem 2.25rem;
  animation: fadeSlideIn 700ms ease both;
}

.hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(56px);
}

.hero__glow--left {
  left: -4%;
  top: 8%;
  width: 18rem;
  height: 18rem;
  background: rgba(217, 39, 16, 0.55);
}

.hero__glow--right {
  right: -6%;
  top: 16%;
  width: 18rem;
  height: 18rem;
  background: rgba(242, 166, 31, 0.35);
}

.hero__glow--bottom {
  left: 12%;
  bottom: 18%;
  width: 10rem;
  height: 10rem;
  background: rgba(246, 226, 164, 0.2);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 40rem;
  padding-bottom: 1rem;
}

.hero-copy__mark {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.hero-copy__crown {
  font-family: "Road Rage", cursive;
  font-size: 3rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
}

.hero-copy__line {
  width: 3.5rem;
  height: 2px;
  background: rgba(0, 0, 0, 0.7);
}

.hero-title {
  margin: 0;
  font-family: "Road Rage", cursive;
  text-transform: uppercase;
  line-height: 0.8;
  color: #101010;
}

.hero-title span {
  display: block;
  font-size: clamp(4.8rem, 11vw, 8.6rem);
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.22);
}

.hero-title__accent {
  margin-top: -0.4rem;
  color: #8f0d10;
  text-shadow: 4px 4px 0 rgba(255, 235, 215, 0.16), 8px 8px 0 rgba(0, 0, 0, 0.12);
}

.hero-badge {
  display: inline-block;
  margin-top: 1rem;
  transform: rotate(-2deg);
  padding: 1rem 1.25rem;
  background: #000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.hero-badge p {
  margin: 0;
  font-size: clamp(1.5rem, 3.8vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.hero-badge__accent {
  margin-top: 0.25rem;
  font-family: "Road Rage", cursive;
  font-size: clamp(2.2rem, 5.3vw, 3.9rem) !important;
  color: var(--flare);
}

.hero-text {
  max-width: 34rem;
  margin: 1.6rem 0 0;
  font-size: clamp(1.3rem, 3vw, 1.95rem);
  line-height: 1.3;
  color: #fff;
}

.hero-button,
.final-cta__button,
.product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  transform: rotate(-2deg);
  margin-top: 1.8rem;
  padding: 0.95rem 1.75rem;
  border: 0;
  background: var(--resin);
  color: #fff;
  font-family: "Road Rage", cursive;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.hero-button:hover,
.final-cta__button:hover,
.product-card__button:hover {
  transform: rotate(-2deg) translateY(-3px) scale(1.02);
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.55);
}

.poster-panel {
  position: relative;
  background: rgba(6, 6, 6, 0.9);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.poster-panel::before,
.poster-panel::after {
  content: "";
  position: absolute;
  left: -2%;
  width: 104%;
  height: 28px;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.14), transparent 18%),
    radial-gradient(circle at 40% 60%, rgba(242, 166, 31, 0.22), transparent 20%),
    radial-gradient(circle at 75% 40%, rgba(200, 74, 22, 0.2), transparent 18%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(22, 18, 16, 0.96), rgba(0, 0, 0, 0.96));
}

.poster-panel::before {
  top: -14px;
  transform: rotate(-1.4deg);
}

.poster-panel::after {
  bottom: -14px;
  transform: rotate(1.2deg);
}

.section-overlap {
  position: relative;
  z-index: 10;
  margin-top: -0.75rem;
  padding: 0 1rem;
}

.feature-panel {
  padding: 2.5rem 1.5rem;
}

.feature-panel__eyebrow,
.feature-panel__title,
.showcase__title,
.showcase__subtitle,
.process-copy h2,
.process-copy__accent,
.process-closing p,
.final-cta h2,
.page-title {
  margin: 0;
}

.feature-panel__eyebrow {
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  text-transform: uppercase;
  color: #fff;
}

.feature-panel__title {
  margin-top: 0.35rem;
  text-align: center;
  font-family: "Road Rage", cursive;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--flare);
}

.pillar-grid {
  display: grid;
  gap: 2.2rem;
  margin-top: 2.5rem;
}

.pillar-card {
  text-align: center;
}

.pillar-card__icon {
  width: min(100%, 13rem);
  margin: 0 auto 0.65rem;
  filter: drop-shadow(0 0 16px rgba(242, 166, 31, 0.18));
}

.pillar-card__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pillar-card h3,
.process-step h3,
.product-card h2 {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
}

.pillar-card h3 {
  max-width: 12rem;
  margin-inline: auto;
}

.pillar-card p,
.process-step p,
.product-card__meta p,
.about-copy p,
.contact-card p {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  line-height: 1.35;
  color: var(--muted);
}

.pillar-card p {
  max-width: 13rem;
  margin: 0.7rem auto 0;
}

.showcase,
.process,
.inner-page {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 1rem 4rem;
}

.showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(242, 166, 31, 0.18), transparent 18%),
    radial-gradient(circle at 90% 16%, rgba(200, 74, 22, 0.18), transparent 20%);
}

.showcase__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.showcase__title {
  font-family: "Road Rage", cursive;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.82;
  text-transform: uppercase;
  color: #f6efe3;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

.showcase__subtitle {
  margin-top: -0.3rem;
  font-family: "Road Rage", cursive;
  font-size: clamp(2.2rem, 4.7vw, 4.2rem);
  text-transform: uppercase;
  color: var(--flare);
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.42);
}

.brush-link {
  position: relative;
  margin-top: 0.5rem;
  padding: 0.2em 0.42em;
  font-family: "Road Rage", cursive;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  text-transform: uppercase;
  z-index: 0;
}

.brush-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: rotate(-2deg) scale(1.04);
  background:
    radial-gradient(circle at 12% 40%, rgba(255, 255, 255, 0.18), transparent 12%),
    radial-gradient(circle at 75% 55%, rgba(255, 255, 255, 0.08), transparent 10%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(18, 18, 18, 0.97), rgba(0, 0, 0, 0.94));
  clip-path: polygon(1% 18%, 6% 8%, 15% 14%, 28% 4%, 42% 12%, 56% 2%, 70% 10%, 85% 5%, 97% 12%, 99% 80%, 95% 94%, 82% 88%, 67% 97%, 53% 88%, 34% 96%, 19% 86%, 8% 91%, 2% 82%);
}

.brush-link:hover {
  transform: translateY(-2px);
}

.showcase__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.showcase__item,
.product-card__image,
.product-card__thumb,
.about-photo {
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.showcase__item {
  border-radius: 16px;
}

.showcase__item img,
.product-card__image img,
.product-card__thumb img,
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.showcase__item:hover img,
.product-card__image:hover img,
.product-card__thumb:hover img,
.about-photo:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.process {
  padding-top: 0;
}

.process-panel {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 1.5rem;
}

.process-copy h2 {
  font-family: "Road Rage", cursive;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
}

.process-copy__accent {
  font-family: "Road Rage", cursive;
  font-size: clamp(3rem, 6vw, 5.3rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--flare);
}

.process-steps {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.process-step {
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.process-step__number {
  margin: 0;
  font-family: "Road Rage", cursive;
  font-size: clamp(2.4rem, 4vw, 3rem) !important;
  line-height: 1;
  color: var(--flare) !important;
}

.process-closing {
  margin-top: 2rem;
  text-align: center;
}

.process-closing span {
  display: inline-block;
  transform: rotate(-2deg);
  padding: 0.75rem 1.25rem;
  background: var(--flare);
  color: #000;
  font-family: "Road Rage", cursive;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.process-closing p {
  margin-top: 0.75rem;
  font-family: "Road Rage", cursive;
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-transform: uppercase;
  color: #fff;
}

.process-image {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(242, 166, 31, 0.22);
  background:
    radial-gradient(circle at top, rgba(242, 166, 31, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(15, 10, 8, 0.95), rgba(4, 4, 4, 0.98));
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.process-image img,
.process-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.process-video {
  padding: 1rem;
}

.process-video::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 166, 31, 0.2), transparent 24%),
    radial-gradient(circle at 82% 82%, rgba(163, 19, 22, 0.2), transparent 28%);
}

.process-video__badge {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 2;
  transform: rotate(-2deg);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(242, 166, 31, 0.32);
  background: rgba(8, 8, 8, 0.82);
  color: var(--flare);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.process-video video {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 22px;
  background: #000;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 18px 48px rgba(0, 0, 0, 0.35);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 4rem 1rem;
  background: linear-gradient(180deg, #5c0a08 0%, #a31711 50%, #7a1210 100%);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.08), transparent 14%),
    radial-gradient(circle at 84% 16%, rgba(255, 196, 69, 0.15), transparent 18%),
    radial-gradient(circle at 70% 86%, rgba(255, 255, 255, 0.06), transparent 14%);
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.final-cta h2 {
  font-family: "Road Rage", cursive;
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
}

.final-cta__button {
  background: #000;
  color: var(--flare);
}

.final-cta__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
}

.final-cta__button-icon svg {
  width: 100%;
  height: 100%;
}

.final-cta__links a:hover,
.contact-link:hover {
  color: var(--flare);
  transform: translateY(-2px);
}

.final-cta__links {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.final-cta__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}

.final-cta__credit {
  margin: 2rem 0 0;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 244, 224, 0.62);
}

.final-cta__credit a {
  color: rgba(255, 244, 224, 0.8);
  transition: color 220ms ease, opacity 220ms ease;
}

.final-cta__credit a:hover {
  color: var(--flare);
}

.footer-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--flare);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.footer-link__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.page-kicker {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--flare);
}

.page-title {
  font-family: "Road Rage", cursive;
  font-size: clamp(4rem, 7vw, 6.4rem);
  line-height: 0.82;
  text-transform: uppercase;
  color: #fff;
}

.products-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.works-intro,
.work-detail__summary {
  max-width: 54rem;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  line-height: 1.4;
  color: var(--muted);
}

.works-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.work-card {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(18, 13, 11, 0.98), rgba(10, 9, 8, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.work-card__image {
  display: block;
  width: 100%;
  min-height: 260px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
}

.work-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.work-card__image:hover img {
  transform: scale(1.05);
  filter: saturate(1.06);
}

.work-card__body {
  padding: 1.5rem;
}

.work-card__body h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  text-transform: uppercase;
  color: #fff;
}

.work-card__body p {
  font-size: clamp(1.05rem, 2.2vw, 1.22rem);
  line-height: 1.4;
  color: var(--muted);
}

.back-link {
  display: inline-flex;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--flare);
  transition: transform 220ms ease, color 220ms ease;
}

.back-link:hover {
  transform: translateX(-2px);
}

.work-detail__hero {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.work-detail__stage {
  display: grid;
  gap: 1rem;
}

.work-detail__cover {
  min-height: 380px;
  overflow: hidden;
  border-radius: 28px;
  background: #000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  padding: 0;
  border: 0;
  cursor: zoom-in;
}

.work-detail__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.work-detail__thumb {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  opacity: 0.72;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.work-detail__thumb.is-active {
  opacity: 1;
  border-color: rgba(242, 166, 31, 0.65);
  box-shadow: 0 18px 36px rgba(242, 166, 31, 0.12);
}

.work-detail__thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 320ms ease, filter 320ms ease;
}

.work-detail__thumb:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 55;
  padding: 1rem;
}

.detail-overlay[hidden] {
  display: none;
}

.detail-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
}

.detail-overlay__panel {
  position: relative;
  z-index: 1;
  width: min(1050px, 100%);
  max-height: calc(100vh - 4.5rem);
  margin: 0 auto;
  overflow: auto;
  border: 1px solid rgba(242, 166, 31, 0.2);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(16, 12, 10, 0.98), rgba(7, 7, 7, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.detail-overlay__hero {
  display: grid;
  gap: 1.5rem;
  padding: 0.75rem;
}

.detail-overlay__close {
  position: sticky;
  top: 1rem;
  left: calc(100% - 4.5rem);
  z-index: 3;
  width: 3rem;
  height: 3rem;
  margin: 1rem 1rem 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.detail-overlay__media {
  position: relative;
}

.detail-overlay__cover {
  width: 100%;
  min-height: 300px;
}

.detail-overlay__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.detail-overlay .work-detail__thumbs {
  gap: 0.65rem;
}

.detail-overlay .work-detail__thumb {
  border-radius: 14px;
}

.detail-overlay__nav--prev {
  left: 1rem;
}

.detail-overlay__nav--next {
  right: 1rem;
}

.detail-overlay__copy {
  padding: 0.35rem 0.35rem 0.8rem;
}

.detail-overlay__title {
  font-size: clamp(2.3rem, 6.6vw, 4.7rem);
  line-height: 0.9;
}

.detail-overlay__details {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.detail-overlay__details-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}

.detail-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-overlay__list li {
  position: relative;
  margin: 0.85rem 0 0;
  padding-left: 1.5rem;
  font-size: clamp(1.08rem, 2.6vw, 1.35rem);
  line-height: 1.45;
  color: var(--muted);
}

.detail-overlay__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--flare);
}

.work-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.work-detail__meta span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

.work-cta {
  margin-top: 2rem;
  padding: 1.4rem 1.4rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(163, 19, 22, 0.14), rgba(0, 0, 0, 0.18));
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.work-cta__eyebrow {
  margin: 0;
  font-family: "Road Rage", cursive;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--flare);
}

.work-cta__text {
  margin: 0.9rem 0 0;
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  line-height: 1.4;
  color: var(--muted);
}

.product-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: #120d0b;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.product-card__image {
  display: block;
  width: 100%;
  min-height: 360px;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
}

.product-card__body {
  padding: 1.5rem;
}

.product-card__eyebrow {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--flare);
}

.product-card__description {
  margin: 0.85rem 0 0;
  color: rgba(255, 244, 224, 0.86);
  line-height: 1.65;
}

.product-card__meta {
  margin-top: 1.2rem;
}

.product-card__meta p {
  margin: 0.3rem 0;
}

.product-card__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.product-card__thumb {
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}

.product-card__button {
  transform: none;
  margin-top: 1.5rem;
}

.product-card__button:hover {
  transform: translateY(-3px) scale(1.02);
}

.gallery-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.gallery-close,
.lightbox__close {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.masonry-grid {
  column-count: 1;
  column-gap: 1rem;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.gallery-card {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.gallery-card img {
  width: 100%;
  transition: transform 0.45s ease;
}

.gallery-card:hover img {
  transform: scale(1.03);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
  padding: 1rem;
}

.lightbox[hidden] {
  display: none;
}

.lightbox__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.lightbox img {
  max-width: min(100%, 1200px);
  max-height: 90vh;
  border-radius: 28px;
  object-fit: contain;
}

body.has-detail-open {
  overflow: hidden;
}

.about-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.about-photo {
  min-height: 460px;
  border-radius: 30px;
}

.about-copy p + p {
  margin-top: 1.25rem;
}

.contact-card {
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #4e0909 0%, #a61b0f 45%, #84120f 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.75rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 1.25rem;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .site-header__inner,
  .hero__inner,
  .section-overlap,
  .showcase,
  .process,
  .inner-page,
  .final-cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .site-logo {
    width: 140px;
  }

  .site-nav {
    display: flex;
  }

  .feature-panel,
  .process-panel {
    padding: 3rem 2.5rem;
  }

  .hero--header-art {
    min-height: 940px;
  }

  .hero__inner {
    min-height: 940px;
    padding-top: 10.5rem;
  }

  .pillar-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .showcase__grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .process-steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .final-cta__links {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .masonry-grid {
    column-count: 2;
  }

  .contact-actions {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .process-panel,
  .about-grid,
  .work-detail__hero,
  .detail-overlay__hero {
    grid-template-columns: 1.02fr 0.98fr;
  }

  .process-video {
    width: 75%;
    min-height: 0;
    justify-self: end;
    align-self: start;
  }

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

  .product-card,
  .work-card {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

@media (min-width: 1280px) {
  .works-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .masonry-grid {
    column-count: 3;
  }
}
