:root {
  --ink: #111315;
  --soft-ink: #3f464d;
  --muted: #68727d;
  --paper: #ffffff;
  --wash: #f4f7f9;
  --line: #dfe6eb;
  --red: #e33c31;
  --teal: #008b84;
  --amber: #f5b642;
  --green: #128c7e;
  --blue: #275efe;
  --shadow: 0 18px 50px rgba(17, 19, 21, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--wash);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 80;
  padding: 0.75rem 1rem;
  color: var(--paper);
  background: var(--ink);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.topbar {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding: 0.45rem 1rem;
  color: rgba(255, 255, 255, 0.88);
  background: var(--ink);
  font-size: 0.84rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(223, 230, 235, 0.92);
  backdrop-filter: blur(16px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.82rem 1rem;
}

.brand {
  width: 172px;
  min-width: 136px;
}

.brand img {
  width: 100%;
  height: 54px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-links a {
  padding: 0.68rem 0.78rem;
  color: var(--soft-ink);
  border-radius: var(--radius);
  font-weight: 800;
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: var(--ink);
  background: #edf2f5;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.btn,
.icon-btn,
.product-btn,
.filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  border-radius: var(--radius);
  font-weight: 900;
  white-space: nowrap;
}

.btn {
  padding: 0.78rem 1rem;
}

.btn-primary {
  color: var(--paper);
  background: var(--red);
  box-shadow: 0 12px 24px rgba(227, 60, 49, 0.24);
}

.btn-whatsapp {
  color: var(--paper);
  background: var(--green);
  box-shadow: 0 12px 24px rgba(18, 140, 126, 0.22);
}

.btn-light {
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
}

.btn-dark {
  color: var(--paper);
  background: var(--ink);
}

.icon-btn {
  padding: 0.68rem 0.82rem;
  color: var(--teal);
  background: #edf8f7;
}

.hero-slider {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 28%, rgba(0, 139, 132, 0.3), transparent 28%),
    radial-gradient(circle at 88% 76%, rgba(227, 60, 49, 0.24), transparent 22%),
    linear-gradient(90deg, rgba(3, 5, 8, 0.98) 0%, rgba(8, 11, 15, 0.96) 42%, rgba(13, 16, 20, 0.74) 68%, rgba(17, 19, 21, 0.48) 100%),
    #111315;
}

.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.48) 44%, rgba(0, 0, 0, 0.16) 100%),
    radial-gradient(circle at 28% 42%, rgba(0, 0, 0, 0.5), transparent 34%);
  pointer-events: none;
}

.projector-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.stage-light {
  position: absolute;
  top: -18%;
  width: 38vw;
  height: 120%;
  background: linear-gradient(180deg, rgba(245, 182, 66, 0.34), transparent 72%);
  filter: blur(14px);
  opacity: 0.32;
  transform-origin: top center;
  animation: stageSweep 6.5s ease-in-out infinite;
}

.stage-light-left {
  right: 28%;
  transform: rotate(17deg);
}

.stage-light-right {
  right: -2%;
  background: linear-gradient(180deg, rgba(0, 139, 132, 0.4), transparent 72%);
  transform: rotate(-18deg);
  animation-delay: 1.8s;
}

.event-wall {
  position: absolute;
  top: 12%;
  right: 6%;
  width: min(48vw, 600px);
  height: min(42vw, 430px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 58px),
    #24282c;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.06), 0 24px 80px rgba(0, 0, 0, 0.32);
  transform: perspective(900px) rotateY(-8deg);
}

.projection-screen {
  position: absolute;
  left: 9%;
  top: 13%;
  width: 76%;
  height: 62%;
  overflow: hidden;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.95), rgba(235, 248, 247, 0.88)),
    #ffffff;
  border: 10px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 0 55px rgba(255, 255, 255, 0.48), 0 0 130px rgba(0, 139, 132, 0.2);
  animation: screenFlicker 4.8s ease-in-out infinite;
}

.projection-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0%, rgba(0, 139, 132, 0.12) 45%, transparent 75%);
  animation: screenSweep 3.8s linear infinite;
}

.screen-line,
.screen-title {
  position: absolute;
  left: 12%;
  display: block;
  height: 10px;
  background: rgba(17, 19, 21, 0.16);
  border-radius: 999px;
}

.screen-line:nth-child(2) {
  top: 26%;
  width: 48%;
}

.screen-line:nth-child(3) {
  top: 42%;
  width: 64%;
}

.screen-line:nth-child(4) {
  top: 58%;
  width: 38%;
}

.screen-title {
  top: 15%;
  width: 28%;
  height: 18px;
  background: var(--teal);
}

.screen-bars {
  position: absolute;
  right: 12%;
  bottom: 15%;
  display: flex;
  align-items: end;
  gap: 0.28rem;
  height: 62px;
}

.screen-bars i {
  display: block;
  width: 9px;
  height: 24px;
  background: linear-gradient(180deg, var(--red), var(--amber));
  border-radius: 999px;
  animation: equalizer 1.15s ease-in-out infinite;
}

.screen-bars i:nth-child(2) {
  animation-delay: 0.15s;
}

.screen-bars i:nth-child(3) {
  animation-delay: 0.3s;
}

.screen-bars i:nth-child(4) {
  animation-delay: 0.45s;
}

.screen-bars i:nth-child(5) {
  animation-delay: 0.6s;
}

.light-beam {
  position: absolute;
  right: 26%;
  bottom: 19%;
  width: 55vw;
  max-width: 760px;
  height: 34vw;
  max-height: 430px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.48) 56%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(7deg, transparent 0 25px, rgba(255, 255, 255, 0.06) 26px 28px);
  clip-path: polygon(0 48%, 100% 7%, 100% 88%);
  filter: blur(0.3px);
  opacity: 0.74;
  transform-origin: left center;
  mix-blend-mode: screen;
  animation: beamPulse 2.6s ease-in-out infinite;
}

.projector-unit {
  position: absolute;
  right: 58%;
  bottom: 18%;
  width: 158px;
  height: 76px;
  background: linear-gradient(180deg, #323941, #15191d);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
  animation: projectorHum 2.8s ease-in-out infinite;
}

.projector-unit::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -13px;
  width: 118px;
  height: 13px;
  background: rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  filter: blur(8px);
}

.projector-lens {
  position: absolute;
  right: -16px;
  top: 18px;
  width: 46px;
  height: 38px;
  background:
    radial-gradient(circle at 72% 50%, #ffffff 0 12%, #b9fff6 13% 28%, #158e87 29% 42%, #111315 43% 100%);
  border: 5px solid #0e1114;
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.58);
}

.projector-vent {
  position: absolute;
  left: 18px;
  top: 23px;
  width: 48px;
  height: 4px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  box-shadow: 0 12px 0 rgba(255, 255, 255, 0.22), 0 24px 0 rgba(255, 255, 255, 0.16);
}

.projector-vent:last-child {
  left: 78px;
  width: 28px;
}

.speaker {
  position: absolute;
  bottom: 15%;
  width: 72px;
  height: 120px;
  background: linear-gradient(180deg, #252b31, #0d1013);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36);
}

.speaker-left {
  right: 39%;
}

.speaker-right {
  right: 3.8%;
}

.speaker::before,
.speaker::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, #20272d 0 36%, #06080a 38% 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.speaker::before {
  top: 16px;
  width: 38px;
  height: 38px;
}

.speaker::after {
  bottom: 14px;
  width: 48px;
  height: 48px;
  animation: speakerPulse 1.3s ease-in-out infinite;
}

.speaker-dot {
  position: absolute;
  left: 50%;
  top: 56px;
  width: 8px;
  height: 8px;
  background: var(--amber);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 14px var(--amber);
}

.speaker-wave {
  position: absolute;
  top: 38%;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(245, 182, 66, 0.38);
  border-radius: 50%;
  opacity: 0;
  animation: soundWave 2s ease-out infinite;
}

.speaker-left .speaker-wave {
  right: 42px;
}

.speaker-right .speaker-wave {
  left: 42px;
}

.speaker-wave:nth-child(3) {
  animation-delay: 0.45s;
}

.speaker-wave:nth-child(4) {
  animation-delay: 0.9s;
}

.sound-visualizer {
  position: absolute;
  right: 12%;
  bottom: 11%;
  display: flex;
  align-items: end;
  gap: 0.4rem;
  height: 96px;
  padding: 0.8rem 1rem;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  backdrop-filter: blur(8px);
}

.sound-visualizer span {
  display: block;
  width: 9px;
  height: 26px;
  background: linear-gradient(180deg, #ffffff, var(--teal));
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(0, 139, 132, 0.48);
  animation: equalizer 1s ease-in-out infinite;
}

.sound-visualizer span:nth-child(2) {
  animation-delay: 0.12s;
}

.sound-visualizer span:nth-child(3) {
  animation-delay: 0.24s;
}

.sound-visualizer span:nth-child(4) {
  animation-delay: 0.36s;
}

.sound-visualizer span:nth-child(5) {
  animation-delay: 0.48s;
}

.sound-visualizer span:nth-child(6) {
  animation-delay: 0.6s;
}

.sound-visualizer span:nth-child(7) {
  animation-delay: 0.72s;
}

.audience-row {
  position: absolute;
  right: 8%;
  bottom: 5%;
  display: flex;
  align-items: end;
  gap: 0.55rem;
  opacity: 0.78;
}

.audience-row span {
  display: block;
  width: 28px;
  height: 48px;
  background: linear-gradient(180deg, #30363c, #121518);
  border-radius: 16px 16px 5px 5px;
  box-shadow: 0 -18px 0 -7px #30363c;
  animation: audienceGlow 4s ease-in-out infinite;
}

.audience-row span:nth-child(2),
.audience-row span:nth-child(4) {
  height: 58px;
  animation-delay: 0.7s;
}

.audience-row span:nth-child(3) {
  height: 42px;
  animation-delay: 1.1s;
}

@keyframes screenFlicker {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.12);
  }
}

@keyframes screenSweep {
  from {
    transform: translateX(-80%);
  }

  to {
    transform: translateX(90%);
  }
}

@keyframes beamPulse {
  0%,
  100% {
    opacity: 0.58;
  }

  50% {
    opacity: 0.9;
  }
}

@keyframes projectorHum {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes audienceGlow {
  0%,
  100% {
    opacity: 0.62;
  }

  50% {
    opacity: 0.9;
  }
}

@keyframes stageSweep {
  0%,
  100% {
    opacity: 0.2;
    transform: rotate(15deg) translateX(0);
  }

  50% {
    opacity: 0.42;
    transform: rotate(21deg) translateX(-22px);
  }
}

@keyframes equalizer {
  0%,
  100% {
    height: 22px;
  }

  35% {
    height: 62px;
  }

  65% {
    height: 38px;
  }
}

@keyframes speakerPulse {
  0%,
  100% {
    box-shadow: inset 0 0 0 rgba(245, 182, 66, 0), 0 0 0 rgba(245, 182, 66, 0);
  }

  50% {
    box-shadow: inset 0 0 18px rgba(245, 182, 66, 0.22), 0 0 22px rgba(245, 182, 66, 0.2);
  }
}

@keyframes soundWave {
  0% {
    opacity: 0.62;
    transform: scale(0.18);
  }

  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}

.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  min-height: 650px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 5rem 1rem 6rem;
}

.hero-content h1 {
  color: #ffffff;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.72), 0 0 1px rgba(255, 255, 255, 0.7);
}

.hero-content .lead {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.62);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-content .eyebrow,
.page-hero .eyebrow,
.cta-band .eyebrow {
  color: var(--amber);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 1rem;
  font-size: 4.8rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  line-height: 1.18;
  letter-spacing: 0;
}

.lead {
  max-width: 650px;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 760px;
  margin-top: 1.7rem;
}

.hero-proof span {
  padding: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}

.hero-proof strong {
  display: block;
  color: var(--paper);
  font-size: 1rem;
}

.page-hero {
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(17, 19, 21, 0.94), rgba(17, 19, 21, 0.6)),
    url("https://cinelives.com/assets/24.jpg") center / cover;
}

.page-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 4.4rem 1rem;
}

.page-hero h1 {
  margin-bottom: 0.5rem;
  font-size: 3.5rem;
}

.breadcrumb {
  display: flex;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 5.2rem 1rem 0;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.section-header p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--soft-ink);
}

.service-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 1180px;
  margin: -2rem auto 0;
  padding: 0 1rem;
}

.service-tile {
  display: grid;
  gap: 0.2rem;
  min-height: 126px;
  padding: 1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.service-tile small {
  color: var(--muted);
  font-weight: 750;
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--paper);
  background: var(--teal);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 950;
}

.about-split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 2rem;
  align-items: center;
}

.about-media {
  position: relative;
  min-height: 430px;
}

.about-media img {
  position: absolute;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-media img:first-child {
  inset: 0 auto auto 0;
  width: 78%;
  height: 78%;
}

.about-media img:last-child {
  right: 0;
  bottom: 0;
  width: 56%;
  height: 56%;
  border: 8px solid var(--wash);
}

.about-copy p {
  color: var(--soft-ink);
}

.mini-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.mini-point {
  padding: 1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.mini-point strong {
  display: block;
  margin-bottom: 0.25rem;
}

.mini-point span {
  color: var(--muted);
}

.product-toolbar {
  position: sticky;
  top: 86px;
  z-index: 20;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.75rem 0 1rem;
  background: linear-gradient(180deg, var(--wash) 72%, rgba(244, 247, 249, 0));
  scrollbar-width: thin;
}

.filter-pill {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0.62rem 0.95rem;
  color: var(--soft-ink);
  background: var(--paper);
  border: 1px solid var(--line);
}

.filter-pill.is-active {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  align-items: start;
  gap: 1rem;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(17, 19, 21, 0.07);
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.38) 45%, transparent 70%);
  transform: translateX(-130%);
  pointer-events: none;
}

.product-card:hover {
  border-color: rgba(0, 139, 132, 0.45);
  box-shadow: 0 22px 48px rgba(17, 19, 21, 0.14);
  transform: translateY(-7px);
}

.product-card:hover::before {
  animation: cardShine 900ms ease;
}

@keyframes cardShine {
  to {
    transform: translateX(130%);
  }
}

.product-card[hidden] {
  display: none;
}

.product-media {
  position: relative;
  overflow: hidden;
  background: #e8eef2;
}

.product-media.is-missing {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 0.82;
  background:
    linear-gradient(135deg, rgba(0, 139, 132, 0.16), rgba(227, 60, 49, 0.12)),
    #eef3f6;
}

.product-media.is-missing::after {
  content: attr(data-label);
  max-width: 80%;
  color: var(--soft-ink);
  text-align: center;
  font-weight: 950;
}

.product-media img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
  transition: transform 220ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.06);
}

.price-badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  padding: 0.42rem 0.62rem;
  color: var(--paper);
  background: var(--red);
  border-radius: var(--radius);
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(227, 60, 49, 0.22);
}

.category-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.35rem 0.52rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-body {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem;
}

.product-kicker {
  margin: 0;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 0;
  font-size: 1rem;
}

.product-desc {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  display: -webkit-box;
  min-height: 2.7rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
  margin-top: auto;
}

.product-btn {
  min-height: 40px;
  padding: 0.58rem 0.7rem;
  color: var(--paper);
  background: var(--green);
  font-size: 0.86rem;
}

.product-btn.secondary {
  color: var(--ink);
  background: #eef3f6;
}

.featured-product {
  grid-column: auto;
}

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

.feature-card,
.testimonial-card,
.news-card,
.stat-card,
.contact-tile {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(17, 19, 21, 0.06);
}

.feature-card {
  display: grid;
  gap: 0.75rem;
  min-height: 218px;
  padding: 1.1rem;
}

.feature-card img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.feature-card h3,
.testimonial-card h3,
.news-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.02rem;
}

.feature-card p,
.testimonial-card p,
.news-card p {
  margin-bottom: 0;
  color: var(--soft-ink);
}

.testimonial-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-card {
  padding: 1.15rem;
}

.quote-mark {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0.9rem;
  color: var(--paper);
  background: var(--teal);
  border-radius: 50%;
  font-weight: 950;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
}

.testimonial-person img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border: 2px solid #eef3f6;
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(17, 19, 21, 0.12);
}

.testimonial-person strong,
.testimonial-person span {
  display: block;
}

.testimonial-person span {
  color: var(--muted);
  font-size: 0.86rem;
}

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

.stat-card {
  padding: 1.2rem;
}

.stat-card strong {
  display: block;
  color: var(--red);
  font-size: 2.25rem;
  line-height: 1;
}

.stat-card span {
  color: var(--soft-ink);
  font-weight: 850;
}

.cta-band {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 2rem;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(17, 19, 21, 0.96), rgba(17, 19, 21, 0.72)),
    url("https://cinelives.com/assets/d.jpg") center / cover;
  border-radius: var(--radius);
}

.cta-band h2 {
  font-size: 2.25rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
}

.trust-row span {
  padding: 0.36rem 0.56rem;
  color: var(--ink);
  background: var(--amber);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 950;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.news-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 150px;
  overflow: hidden;
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card div {
  padding: 1.05rem;
}

.news-card time {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--teal);
  font-weight: 900;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1rem;
}

.contact-list {
  display: grid;
  gap: 0.85rem;
}

.contact-tile {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 1rem;
  color: var(--soft-ink);
  overflow-wrap: anywhere;
}

.contact-tile svg {
  color: var(--teal);
}

.form-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(17, 19, 21, 0.06);
}

label {
  display: grid;
  gap: 0.38rem;
  color: var(--soft-ink);
  font-size: 0.9rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  background: #f9fbfc;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: 0;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 139, 132, 0.13);
}

.wide {
  grid-column: 1 / -1;
}

.enquiry-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  align-items: start;
}

.quote-panel {
  padding: 1.3rem;
  color: var(--paper);
  background: var(--ink);
  border-radius: var(--radius);
}

.quote-panel ul {
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.quote-panel li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 0.55rem;
  align-items: start;
}

.quote-panel li::before {
  content: "OK";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--ink);
  background: var(--amber);
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 950;
}

.site-footer {
  margin-top: 5rem;
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.6rem 1rem 6rem;
}

.footer-logo {
  width: 220px;
  height: 72px;
  object-fit: contain;
  padding: 0.4rem;
  background: var(--paper);
  border-radius: var(--radius);
}

.footer-inner h3 {
  color: var(--paper);
  font-size: 1.05rem;
}

.footer-inner a {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--paper);
  font-weight: 800;
}

.bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px rgba(17, 19, 21, 0.1);
  backdrop-filter: blur(16px);
}

.bottom-nav a,
.bottom-nav button {
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  padding: 0.55rem 0.2rem calc(0.55rem + env(safe-area-inset-bottom));
  color: var(--soft-ink);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 850;
}

.bottom-nav svg {
  width: 21px;
  height: 21px;
  color: var(--teal);
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 34;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--paper);
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(18, 140, 126, 0.28);
}

.floating-whatsapp svg {
  width: 28px;
  height: 28px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(17, 19, 21, 0.66);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-panel {
  position: relative;
  width: min(620px, 100%);
  max-height: min(760px, calc(100svh - 2rem));
  overflow: auto;
  padding: 1.7rem;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: translateY(16px);
  transition: transform 180ms ease;
}

.modal.is-open .modal-panel {
  transform: translateY(0);
}

.modal-panel h2 {
  margin-bottom: 1rem;
  font-size: 2.05rem;
}

.modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--ink);
  background: var(--wash);
  border-radius: 50%;
}

.popup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.product-modal-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 1rem;
  background: #e8eef2;
}

.product-modal-media[hidden] {
  display: none;
}

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

@media (max-width: 1020px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .nav-links {
    display: none;
  }

  .service-strip,
  .feature-grid,
  .stat-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }

  .about-split,
  .contact-layout,
  .enquiry-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  body {
    padding-bottom: 68px;
  }

  .topbar {
    display: none;
  }

  .navbar {
    padding: 0.65rem 0.85rem;
  }

  .brand {
    width: 142px;
  }

  .brand img {
    height: 46px;
  }

  .nav-actions .icon-btn {
    display: none;
  }

  .nav-actions .btn {
    min-height: 40px;
    padding: 0.55rem 0.75rem;
  }

  .hero-slider,
  .hero-content {
    min-height: 590px;
  }

  .event-wall {
    top: 8%;
    right: -88%;
    width: 92vw;
    height: 56vw;
    opacity: 0.42;
  }

  .projection-screen {
    left: 10%;
    top: 15%;
    width: 74%;
    height: 58%;
  }

  .light-beam {
    right: -38%;
    bottom: 24%;
    width: 96vw;
    height: 54vw;
    opacity: 0.28;
  }

  .projector-unit {
    right: 42%;
    bottom: 19%;
    width: 118px;
    height: 58px;
  }

  .projector-lens {
    right: -13px;
    top: 14px;
    width: 34px;
    height: 30px;
  }

  .stage-light {
    opacity: 0.22;
  }

  .speaker {
    bottom: 13%;
    width: 48px;
    height: 82px;
    opacity: 0.74;
  }

  .speaker-left {
    right: 32%;
  }

  .speaker-right {
    right: 2%;
  }

  .speaker::before {
    top: 12px;
    width: 26px;
    height: 26px;
  }

  .speaker::after {
    bottom: 10px;
    width: 32px;
    height: 32px;
  }

  .speaker-dot {
    top: 41px;
  }

  .speaker-wave {
    width: 54px;
    height: 54px;
  }

  .speaker-left .speaker-wave {
    right: 28px;
  }

  .speaker-right .speaker-wave {
    left: 28px;
  }

  .sound-visualizer {
    right: 12%;
    bottom: 8%;
    height: 68px;
    padding: 0.55rem 0.7rem;
    gap: 0.28rem;
    opacity: 0.76;
  }

  .sound-visualizer span {
    width: 7px;
  }

  .audience-row {
    right: 5%;
    bottom: 4%;
    gap: 0.35rem;
  }

  .audience-row span {
    width: 20px;
    height: 36px;
  }

  .hero-content {
    padding: 3.4rem 1rem 5rem;
  }

  h1,
  .page-hero h1 {
    font-size: 2.35rem;
  }

  h2,
  .cta-band h2 {
    font-size: 1.8rem;
  }

  .lead {
    font-size: 1rem;
  }

  .hero-actions a,
  .hero-actions button {
    width: 100%;
  }

  .hero-proof,
  .service-strip,
  .mini-points,
  .testimonial-strip,
  .news-grid,
  .footer-inner,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .service-strip {
    margin-top: -1.25rem;
    gap: 0.6rem;
  }

  .service-tile {
    min-height: 112px;
    padding: 0.85rem;
  }

  .section,
  .site-footer {
    margin-top: 0;
  }

  .section {
    padding-top: 3.8rem;
  }

  .section-header {
    align-items: stretch;
    flex-direction: column;
  }

  .about-media {
    min-height: 320px;
  }

  .product-toolbar {
    top: 59px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .product-body {
    padding: 0.85rem;
  }

  .product-card h3 {
    font-size: 0.92rem;
  }

  .product-desc {
    font-size: 0.84rem;
  }

  .featured-product {
    grid-column: auto;
  }

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

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-card img {
    aspect-ratio: 16 / 9;
  }

  .form-card,
  .popup-form {
    grid-template-columns: 1fr;
  }

  .wide {
    grid-column: auto;
  }

  .bottom-nav {
    display: grid;
  }

  .floating-whatsapp {
    display: none;
  }
}

@media (max-width: 430px) {
  h1,
  .page-hero h1 {
    font-size: 2rem;
  }

  h2,
  .cta-band h2 {
    font-size: 1.55rem;
  }

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

  .featured-product {
    grid-column: auto;
  }

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

@media (max-width: 560px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .featured-product {
    grid-column: auto;
  }
}
