:root {
  --ink: #111111;
  --paper: #f4f0e8;
  --paper-hot: #fff4dd;
  --muted: #726f68;
  --line: rgba(17, 17, 17, 0.12);
  --ember: #d15734;
  --moss: #43664f;
  --violet: #6b5cff;
  --acid: #d9ff5f;
  --cyan: #43d8c9;
  --night: #090a0c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

.studio-nav {
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(0);
  transition: background-color 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease;
}

.studio-nav.nav-scrolled {
  background: rgba(9, 10, 12, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
}

.brand-logo {
  width: 148px;
  height: 44px;
  object-fit: contain;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.24);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.studio-nav .nav-link {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.studio-nav .nav-link:hover,
.studio-nav .nav-link.active {
  color: #ffffff;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #ffffff;
  background: #090a0c;
}

.hero-media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.04) brightness(1.08);
  transform: scale(1.01);
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 10, 12, 0.72), rgba(9, 10, 12, 0.42) 46%, rgba(9, 10, 12, 0.08)),
    linear-gradient(180deg, rgba(9, 10, 12, 0.12), rgba(9, 10, 12, 0.5)),
    radial-gradient(circle at 78% 42%, rgba(217, 255, 95, 0.08), transparent 22%);
}

.scan-grid {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000 90%);
}

.signal-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  opacity: 0.32;
  animation: ringPulse 4s ease-in-out infinite;
}

.ring-one {
  right: 13%;
  top: 24%;
  width: min(34vw, 430px);
  aspect-ratio: 1;
}

.ring-two {
  right: 5%;
  bottom: 12%;
  width: min(22vw, 280px);
  aspect-ratio: 1;
  animation-delay: 1.2s;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content .col-xl-8 {
  position: relative;
  z-index: 2;
}

.hero-content .row {
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.section-kicker {
  margin-bottom: 1rem;
  color: var(--ember);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-section .section-kicker {
  color: #f5c46b;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: 0;
}

p {
  margin-top: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  font-size: clamp(2.25rem, 6.4vw, 5rem);
  line-height: 0.95;
  font-weight: 700;
}

.kinetic-word {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 34px rgba(217, 255, 95, 0.32);
}

h2 {
  max-width: 860px;
  font-size: clamp(2.05rem, 3.8vw, 4.35rem);
  line-height: 1.02;
  font-weight: 700;
}

.hero-copy {
  max-width: 650px;
  margin: 1.65rem 0 2.3rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.02rem, 1.45vw, 1.24rem);
  line-height: 1.65;
  font-weight: 500;
}

.creative-system {
  position: relative;
  z-index: 1;
  width: min(390px, 100%);
  min-height: 390px;
  margin-left: auto;
}

.creative-orbit {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(217, 255, 95, 0.22), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 36%);
  animation: orbitBreath 5s ease-in-out infinite;
}

.creative-orbit::before,
.creative-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.creative-orbit::before {
  inset: 42px;
}

.creative-orbit::after {
  inset: 86px;
  border-color: rgba(217, 255, 95, 0.28);
}

.creative-orbit strong {
  position: relative;
  z-index: 1;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  box-shadow: 0 0 52px rgba(217, 255, 95, 0.2);
  backdrop-filter: blur(14px);
}

.creative-orbit span {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(9, 10, 12, 0.36);
  padding: 0.62rem 0.82rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.creative-orbit span:nth-child(1) {
  top: 46px;
  left: 42px;
}

.creative-orbit span:nth-child(2) {
  top: 128px;
  right: 0;
}

.creative-orbit span:nth-child(3) {
  bottom: 62px;
  left: 70px;
}

.creative-panel {
  position: absolute;
  right: -18px;
  bottom: 18px;
  width: 245px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(9, 10, 12, 0.48);
  padding: 1rem;
  backdrop-filter: blur(18px);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.panel-head i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 18px var(--acid);
}

.shot-stack {
  display: grid;
  gap: 0.74rem;
}

.shot-stack span {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 0.42rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
}

.shot-stack span::before,
.shot-stack span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.shot-stack span::before {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
}

.shot-stack span::after {
  width: var(--w);
  background: var(--acid);
  box-shadow: 0 0 18px rgba(217, 255, 95, 0.42);
}

.timeline-dots {
  display: flex;
  gap: 0.45rem;
  margin-top: 1.1rem;
}

.timeline-dots b {
  display: block;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.14);
}

.timeline-dots b:nth-child(-n + 4) {
  background: rgba(217, 255, 95, 0.82);
}

.contact-detail span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-ticker {
  overflow: hidden;
  border-block: 1px solid rgba(17, 17, 17, 0.16);
  background: var(--acid);
  color: var(--ink);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerMove 18s linear infinite;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding-inline: 2rem;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker-track span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 1.1rem;
  background: var(--ink);
}

.about-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    #fffaf1;
  background-size: 42px 42px;
}

.about-section::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(209, 87, 52, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.about-copy {
  position: relative;
  border-left: 1px solid rgba(17, 17, 17, 0.16);
  padding-left: clamp(1.4rem, 3vw, 3rem);
}

.about-copy p {
  max-width: 760px;
  margin-bottom: 1.35rem;
  color: #2d2a25;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.72;
  font-weight: 500;
}

.about-copy strong {
  display: block;
  margin-top: 2rem;
  color: var(--ink);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.14;
  font-weight: 700;
}

.section-block {
  padding: 7rem 0;
}

.work-section,
.why-section,
.faq-section {
  background: var(--paper);
}

.work-note {
  max-width: 390px;
  margin-left: auto;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 500;
}

.filter-bar {
  display: flex;
  justify-content: flex-lg-end;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.filter-btn {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  min-width: 72px;
  min-height: 40px;
  padding: 0 1rem;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--ink);
  color: #ffffff;
}

.project-tile {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.45rem;
  color: #ffffff;
  isolation: isolate;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 20px 50px rgba(17, 17, 17, 0.08);
  text-decoration: none;
}

.project-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.9;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.22) 42%, rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent 58%),
    var(--tile-bg);
  background-size: cover;
  background-position: center;
  transition: transform 0.45s ease;
}

.project-tile::after {
  content: "In Development";
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0.45rem 0.7rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.project-tile.tile-a::after {
  content: "Visit Studio";
}

.project-tile.tile-c::after {
  content: "Visit Studio";
}

.project-tile:hover::before {
  transform: scale(1.06);
}

.project-tile:hover {
  box-shadow: 0 32px 80px rgba(17, 17, 17, 0.18);
}

.project-tile:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.project-tile span,
.project-tile p,
.project-tile small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-tile small {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.58);
}

.project-tile h3 {
  max-width: 440px;
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.02;
  font-weight: 700;
}

.tile-a { --tile-bg: url("../images/Bridal-Set-Horizontal-3.webp"); }
.tile-b { --tile-bg: url("../images/fashion-demo.jpeg"); }
.tile-c { --tile-bg: url("../images/Chocolate-ice-cream.jpeg"); }
.tile-d { --tile-bg: url("../images/Luxury-sweets-box.jpeg"); }

.services-section,
.process-section {
  background: #111111;
  color: #ffffff;
}

.service-panel {
  min-height: 280px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 1.5rem;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.service-panel:hover {
  border-color: var(--acid);
  transform: translateY(-8px);
}

.service-panel span,
.process-list span {
  color: #f5c46b;
  font-weight: 800;
}

.service-panel h3,
.process-list h3 {
  margin: 1.2rem 0 0.8rem;
  font-size: 1.55rem;
  line-height: 1.08;
  font-weight: 700;
}

.service-panel p,
.process-list p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.68;
  font-weight: 500;
}

.tool-wall {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.tool-wall span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.75rem 1rem;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.proof-section {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    var(--paper-hot);
  background-size: 32px 32px;
  padding: 4rem 0;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
}

.proof-grid div {
  min-height: 190px;
  padding: 1.4rem;
  border-right: 1px solid var(--line);
}

.proof-grid div:last-child {
  border-right: 0;
}

.proof-grid strong {
  display: block;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(3.4rem, 7.6vw, 6.7rem);
  line-height: 0.9;
  font-weight: 700;
}

.proof-grid span {
  display: block;
  margin-top: 1rem;
  color: var(--muted);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-note {
  max-width: 390px;
  margin: 0 0 0 auto;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 500;
}

.why-grid {
  counter-reset: why;
}

.why-card {
  height: 100%;
  border: 1px solid var(--line);
  background: #fffaf1;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(209, 87, 52, 0.36);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.1);
}

.why-card.featured {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0%, rgba(217, 255, 95, 0.24), transparent 28%),
    var(--ink);
  color: #ffffff;
}

.why-card span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.14);
  margin-bottom: 2rem;
  color: var(--ember);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.why-card.featured span {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--acid);
}

.why-card h3 {
  max-width: 320px;
  margin-bottom: 1rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.06;
  font-weight: 700;
  color: var(--ink);
}

.why-card.featured h3 {
  color: #ffffff;
}

.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
  font-weight: 500;
}

.why-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.process-list article {
  min-height: 280px;
  padding: 1.7rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
  transition: background 0.25s ease;
}

.process-list article:hover {
  background: rgba(217, 255, 95, 0.08);
}

.process-list article:last-child {
  border-right: 0;
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--ink);
  --bs-accordion-btn-focus-box-shadow: none;
  display: grid;
  gap: 0.85rem;
}

.accordion-item {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.24)),
    rgba(255, 250, 241, 0.72);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(209, 87, 52, 0.42);
  box-shadow: 0 24px 65px rgba(17, 17, 17, 0.09);
}

.accordion-item:hover {
  transform: translateY(-3px);
}

.accordion-button {
  min-height: 82px;
  padding: 1.35rem 4.7rem 1.35rem 1.45rem;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.16;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.accordion-button:hover {
  color: var(--ember);
}

.accordion-button::after {
  position: absolute;
  top: 50%;
  right: 1.35rem;
  width: 36px;
  height: 36px;
  margin: 0;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 50%;
  background-image: none;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.accordion-button::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.35rem;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--ink);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-52%);
  transition: color 0.25s ease;
}

.accordion-button:not(.collapsed)::after {
  border-color: var(--ember);
  background-color: var(--ember);
  background-image: none;
  transform: translateY(-50%);
}

.accordion-button:not(.collapsed)::before {
  content: "-";
  color: #ffffff;
  transform: translateY(-56%);
}

.accordion-body {
  max-width: 650px;
  padding: 0 4.7rem 1.55rem 1.45rem;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 500;
}

.faq-intro {
  max-width: 410px;
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(9, 10, 12, 0.95), rgba(9, 10, 12, 0.74)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 90px),
    linear-gradient(135deg, #43664f, #d15734 62%, #6b5cff);
  color: #ffffff;
}

.contact-copy {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.72;
  font-weight: 500;
}

.contact-detail {
  margin-top: 2rem;
}

.contact-detail a {
  display: inline-block;
  margin-top: 0.35rem;
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
}

.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
}

.form-label {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-control,
.form-select {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.92);
}

.form-status {
  min-height: 24px;
  margin: 1rem 0 0;
  color: #f5c46b;
  font-weight: 700;
}

.site-footer {
  background: var(--night);
  color: rgba(255, 255, 255, 0.68);
  padding: 3rem 0 2rem;
}

.project-page {
  min-height: 100vh;
  background: var(--night);
  color: #ffffff;
}

.project-back {
  position: fixed;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(9, 10, 12, 0.48);
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.project-back:hover {
  color: var(--acid);
}

.project-hero {
  display: grid;
  min-height: 100vh;
  align-items: end;
  padding: 7rem 0 5rem;
  background:
    linear-gradient(90deg, rgba(9, 10, 12, 0.84), rgba(9, 10, 12, 0.26)),
    linear-gradient(180deg, rgba(9, 10, 12, 0.1), rgba(9, 10, 12, 0.86)),
    var(--project-image);
  background-position: center;
  background-size: cover;
}

.project-hero h1 {
  max-width: 860px;
}

.project-hero p:not(.section-kicker) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 500;
}

.reveal-zone {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-zone.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ringPulse {
  0%, 100% { transform: scale(0.95); opacity: 0.26; }
  50% { transform: scale(1.08); opacity: 0.7; }
}

@keyframes orbitBreath {
  0%, 100% { transform: scale(0.98); opacity: 0.78; }
  50% { transform: scale(1.03); opacity: 1; }
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.footer-logo {
  width: 168px;
  height: 50px;
  object-fit: contain;
}

.footer-links {
  display: flex;
  justify-content: flex-md-end;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
}

@media (max-width: 991.98px) {
  .studio-nav .navbar-collapse {
    padding: 1rem 0;
  }

  .hero-section {
    background: #090a0c;
  }

  .hero-video-overlay {
    background:
      linear-gradient(180deg, rgba(9, 10, 12, 0.58), rgba(9, 10, 12, 0.34) 42%, rgba(9, 10, 12, 0.72)),
      linear-gradient(90deg, rgba(9, 10, 12, 0.68), rgba(9, 10, 12, 0.2));
  }

  .signal-ring {
    opacity: 0.12;
  }

  .section-block {
    padding: 5rem 0;
  }

  .about-copy {
    border-left: 0;
    padding-left: 0;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

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

  .proof-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-grid div:last-child {
    border-bottom: 0;
  }

  .process-list article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .process-list article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    width: 132px;
  }

  h1 {
    font-size: 3.1rem;
  }

  .hero-content .row {
    padding-bottom: 3.5rem;
  }

  .project-tile {
    min-height: 340px;
  }

  .accordion-button {
    min-height: 74px;
    padding: 1.1rem 3.8rem 1.1rem 1rem;
  }

  .accordion-button::before,
  .accordion-button::after {
    right: 1rem;
    width: 30px;
    height: 30px;
  }

  .accordion-body {
    padding: 0 1rem 1.25rem;
  }

  .contact-form,
  .why-card {
    padding: 1.15rem;
  }
}

/* WhatsApp Floating Action Button */
.whatsapp-fab {
    position: fixed !important;
    bottom: 58px !important;
    right: 30px !important;
    display: flex;
    align-items: center;
    background-color: #25d366; /* WhatsApp Green */
    color: white !important;
    padding: 10px 18px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    z-index: 999999 !important; /* Keep it above footer and all other elements */
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif; /* Matches your brand aesthetic */
}

.wa-text {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
    text-align: right;
    line-height: 1.2;
}

.wa-label {
    font-size: 14px;
    font-weight: 700;
}

.wa-number {
    font-size: 11px;
    opacity: 0.9;
}

/* Positioning the icon to the right of the text */
.whatsapp-fab svg {
    order: 2;
}

/* Hover Effects */
.whatsapp-fab:hover {
    background-color: #1ebe57;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
}

/* Mobile Responsive adjustments */
@media (max-width: 480px) {
    .wa-number {
        display: none; /* Simplifies for very small screens */
    }
    .whatsapp-fab {
        bottom: 20px !important;
        right: 20px !important;
        padding: 8px 14px;
    }
}

.form-status {
  margin-top: 15px;
  font-weight: 500;
  display: none; /* Handled via jQuery fadeIn */
}

/* ==========================================================================
   Pricing Section & Cards
   ========================================================================== */
.pricing-section {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    #fffaf1;
  background-size: 42px 42px;
}

.pricing-note {
  max-width: 390px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 500;
}

/* Pricing Card Base */
.pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
  padding: 2.2rem 1.6rem;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
  backdrop-filter: blur(8px);
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: rgba(209, 87, 52, 0.36);
  box-shadow: 0 20px 50px rgba(17, 17, 17, 0.1);
}

/* Featured Card (Social Content Engine) - Premium Dark Vibe */
.pricing-card.featured {
  background:
    radial-gradient(circle at 80% 0%, rgba(217, 255, 95, 0.24), transparent 28%),
    var(--ink);
  color: #ffffff;
  border-color: var(--ink);
  box-shadow: 0 15px 45px rgba(17, 17, 17, 0.15);
}

.pricing-card.featured:hover {
  border-color: var(--acid);
  box-shadow: 0 25px 60px rgba(17, 17, 17, 0.3);
}

/* Headers & Badges */
.card-header-custom {
  margin-bottom: 1rem;
}

.package-badge {
  display: inline-block;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 0.85rem;
}

.pricing-card.featured .package-badge {
  color: var(--acid);
}

.featured-tag {
  position: absolute;
  top: 0;
  right: 1.5rem;
  transform: translateY(-50%);
  background: var(--acid);
  color: var(--ink);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  box-shadow: 0 4px 12px rgba(217, 255, 95, 0.3);
}

.package-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.75rem;
  line-height: 1.15;
}

.pricing-card.featured .package-name {
  color: #ffffff;
}

.package-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 500;
  min-height: 72px; /* Ensure visual alignment */
}

.pricing-card.featured .package-desc {
  color: rgba(255, 255, 255, 0.72);
}

/* Pricing Blocks */
.card-price-block {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.2rem 0;
  margin-bottom: 1.5rem;
}

.pricing-card.featured .card-price-block {
  border-top-color: rgba(255, 255, 255, 0.14);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.price-val {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
}

.pricing-card.featured .price-val {
  color: #ffffff;
}

.price-with-period {
  display: flex;
  align-items: baseline;
}

.price-period {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.15rem;
  color: var(--muted);
  font-weight: 700;
  margin-left: 0.2rem;
}

.pricing-card.featured .price-period {
  color: rgba(255, 255, 255, 0.6);
}

.price-approx {
  display: block;
  font-size: 0.82rem;
  color: var(--ember);
  font-weight: 700;
  margin-top: 0.35rem;
}

.pricing-card.featured .price-approx {
  color: var(--acid);
}

/* Features List */
.card-features {
  flex-grow: 1;
  margin-bottom: 1.8rem;
}

.features-title {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.85rem;
}

.pricing-card.featured .features-title {
  color: #ffffff;
}

.card-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.card-features li {
  font-size: 0.88rem;
  line-height: 1.45;
  color: #2d2a25;
  position: relative;
  padding-left: 1.25rem;
  font-weight: 500;
}

.pricing-card.featured .card-features li {
  color: rgba(255, 255, 255, 0.82);
}

.card-features li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ember);
  font-weight: 700;
}

.pricing-card.featured .card-features li::before {
  color: var(--acid);
}

/* Footer & Buttons */
.card-footer-custom {
  margin-top: auto;
}

.best-for {
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--muted);
  margin-bottom: 1.25rem;
  min-height: 48px; /* Alignment placeholder */
}

.pricing-card.featured .best-for {
  color: rgba(255, 255, 255, 0.65);
}

.btn-pricing-dark {
  background: var(--ink);
  color: #ffffff;
  border-radius: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.85rem 1rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  border: 1px solid var(--ink);
  display: inline-block;
  text-align: center;
}

.btn-pricing-dark:hover {
  background: var(--ember);
  border-color: var(--ember);
  color: #ffffff;
}

.btn-pricing-acid {
  background: var(--acid);
  color: var(--ink);
  border-radius: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.85rem 1rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  border: 1px solid var(--acid);
  box-shadow: 0 4px 15px rgba(217, 255, 95, 0.2);
  display: inline-block;
  text-align: center;
}

.btn-pricing-acid:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--ink);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199.98px) {
  .pricing-card {
    min-height: auto;
  }
  
  .package-desc,
  .best-for {
    min-height: auto;
  }
}