:root {
  --ink: #07070a;
  --black: #0d0d11;
  --panel: rgba(18, 18, 22, .74);
  --panel-strong: rgba(11, 11, 14, .92);
  --line: rgba(255, 255, 255, .14);
  --line-strong: rgba(245, 198, 117, .42);
  --text: #f8f5ee;
  --muted: #b8b0a4;
  --gold: #f5c675;
  --champagne: #fff1cf;
  --ruby: #c92f4b;
  --shadow: 0 28px 90px rgba(0, 0, 0, .5);
  --radius: 8px;
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 92% 4%, rgba(201, 47, 75, .16), transparent 30rem),
    linear-gradient(180deg, #07070a 0%, #131116 42%, #08080b 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent 72%);
  content: "";
  pointer-events: none;
}

.site-header {
  border-bottom-color: rgba(245, 198, 117, .16);
  background: rgba(7, 7, 10, .66);
  backdrop-filter: blur(22px);
}

.brand span {
  border-color: rgba(245, 198, 117, .48);
  color: var(--champagne);
  background: linear-gradient(145deg, rgba(245, 198, 117, .22), rgba(255, 255, 255, .04));
  box-shadow: 0 0 36px rgba(245, 198, 117, .2);
}

.site-nav a:hover,
.nav-dropdown summary:hover {
  border-color: rgba(245, 198, 117, .3);
  color: var(--champagne);
  background: rgba(245, 198, 117, .08);
}

.hero-video {
  opacity: .48;
  filter: saturate(1.08) contrast(1.1);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(7, 7, 10, .97), rgba(7, 7, 10, .76) 48%, rgba(7, 7, 10, .52)),
    linear-gradient(180deg, rgba(7, 7, 10, .16), rgba(7, 7, 10, .96));
}

.eyebrow {
  color: var(--gold);
}

h1 {
  max-width: 1040px;
  text-wrap: balance;
}

h2 {
  max-width: 980px;
  text-wrap: balance;
}

.button.primary {
  color: #11100d;
  background: linear-gradient(135deg, var(--champagne), var(--gold));
  box-shadow: 0 18px 54px rgba(245, 198, 117, .24);
}

.button.secondary {
  color: var(--champagne);
}

.button.secondary:hover {
  border-color: rgba(245, 198, 117, .42);
  background: rgba(245, 198, 117, .1);
}

.hero-panel div,
.service-card,
.process-card,
.mini-video-card,
.feature-video,
.effect-card,
.contact-content,
.package-card {
  border-color: var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035)), var(--panel);
  box-shadow: var(--shadow);
}

.hero-panel strong {
  color: var(--champagne);
}

.hero-panel > div { border-color: rgba(0, 232, 255, .55); }

.credibility-bar {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(var(--max), 90vw);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: -30px auto 0;
  overflow: hidden;
  border: 1px solid rgba(245, 198, 117, .2);
  border-radius: var(--radius);
  background: rgba(245, 198, 117, .18);
  box-shadow: var(--shadow);
}

.credibility-bar div {
  min-height: 96px;
  padding: 18px;
  background: rgba(14, 13, 16, .94);
}

.credibility-bar strong {
  display: block;
  color: var(--champagne);
}

.credibility-bar span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .9rem;
}

.studio-strip {
  border-color: rgba(245, 198, 117, .2);
  background: rgba(255, 255, 255, .045);
}

.studio-strip img {
  filter: drop-shadow(0 10px 22px rgba(245, 198, 117, .18));
}

.studio-mark {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-color: rgba(245, 198, 117, .24);
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
}

.studio-mark::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(245, 198, 117, .16);
  border-radius: var(--radius);
  content: "";
}

.studio-mark img {
  width: min(68%, 330px);
  filter: drop-shadow(0 24px 54px rgba(245, 198, 117, .18));
  animation-duration: 22s;
}

.studio-notes {
  position: absolute;
  inset: auto 18px 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.studio-notes span {
  border: 1px solid rgba(245, 198, 117, .22);
  border-radius: var(--radius);
  padding: 8px 6px;
  color: var(--champagne);
  background: rgba(0, 0, 0, .36);
  font-size: .72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.service-card,
.process-card,
.package-card {
  position: relative;
  overflow: hidden;
}

.service-card span,
.process-card span {
  color: var(--gold);
}

#services .service-card {
  display: grid;
  min-height: 200px;
  grid-template-rows: auto auto 1fr;
  padding: 25px;
  border-color: rgba(0, 232, 255, .28);
  border-top: 2px solid var(--cyan);
  background: linear-gradient(145deg, rgba(0, 232, 255, .09), rgba(255, 255, 255, .03)), var(--panel);
  transition: transform .25s ease, border-color .25s ease;
}

#services .service-card span {
  justify-self: start;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 232, 255, .55);
  border-radius: var(--radius);
  padding: 5px 10px;
  color: var(--cyan);
}

#services .service-guarantees span {
  margin: 0;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: .66rem;
}

#services .service-card h3 { margin: 0 0 14px; }
#services .service-card ul { margin: 0; padding: 0; color: var(--muted); list-style: none; }

#services .service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 232, 255, .65);
}

#process .process-card {
  display: grid;
  min-height: 240px;
  grid-template-rows: auto auto 1fr;
  padding: 25px;
  border-color: rgba(0, 232, 255, .28);
  border-top: 2px solid var(--cyan);
  background: linear-gradient(145deg, rgba(0, 232, 255, .09), rgba(255, 255, 255, .03)), var(--panel);
  transition: transform .25s ease, border-color .25s ease;
}

#process .process-card span {
  justify-self: start;
  border: 1px solid rgba(0, 232, 255, .55);
  border-radius: var(--radius);
  padding: 5px 10px;
  color: var(--cyan);
}
#process .process-card ul { margin: 0; padding: 0; color: var(--muted); list-style: none; }

#process .process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 232, 255, .65);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.package-card {
  min-height: 100%;
  padding: 22px;
}

#packages .package-card {
  border-color: rgba(0, 232, 255, .28);
  border-top: 2px solid var(--cyan);
  background: linear-gradient(145deg, rgba(0, 232, 255, .09), rgba(255, 255, 255, .03)), var(--panel);
  transition: transform .25s ease, border-color .25s ease;
}

#packages .package-card .eyebrow { color: var(--cyan); }

#packages .package-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 232, 255, .65);
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
}

.featured-package {
  border-color: var(--line-strong);
  background:
    linear-gradient(145deg, rgba(245, 198, 117, .14), rgba(255, 255, 255, .04)),
    var(--panel-strong);
}

.contact-content {
  border-color: rgba(245, 198, 117, .28);
  background: var(--panel-strong);
}

.site-footer a {
  color: var(--champagne);
}

@media (max-width: 980px) {
  .credibility-bar,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .credibility-bar,
  .package-grid {
    grid-template-columns: 1fr;
  }

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

  #services .service-card {
    min-height: 205px;
    height: 100%;
    padding: 17px 9px;
  }

  #process .process-card {
    min-height: 205px;
    height: 100%;
    padding: 17px 9px;
  }

  #services .service-card span,
  #process .process-card span {
    margin-bottom: 6px;
    padding: 2px 6px;
  }

  #services .service-card h3,
  #process .process-card h3 {
    font-size: .95rem;
  }

  #services .service-card h3,
  #process .process-card h3 { margin-bottom: 10px; }

  #services .service-card ul,
  #process .process-card ul {
    display: grid;
    gap: 6px;
    padding-block: 4px;
  }

  #services .service-card li,
  #process .process-card li {
    font-size: .78rem;
    line-height: 1.5;
  }

  #services .service-guarantees { gap: 3px; margin-bottom: 8px; }
  #services .service-guarantees span { margin: 0; padding: 3px 5px; font-size: .58rem; }
}
