/* Cinematic homepage — GPU-friendly transforms/opacity only */

body[data-page="home"] {
  background: #F7F1EA;
  color: #2C2422;
}
body[data-page="home"] #main-header {
  background: rgba(253, 248, 246, 0.96);
  transform: translateY(0);
  transition: transform 0.38s ease, box-shadow 0.38s ease, background 0.38s ease;
}
body[data-page="home"] #main-header.scrolled {
  box-shadow: 0 10px 30px rgba(44, 36, 34, 0.08);
}
body[data-page="home"] #main-header.is-hidden {
  transform: translateY(-100%);
}
body[data-page="home"] #main-header .top-bar {
  max-height: 56px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.32s ease, opacity 0.24s ease;
}
body[data-page="home"] #main-header.scrolled .top-bar {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
body[data-page="home"] #main-header .site-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: padding 0.32s ease;
}
body[data-page="home"] #main-header.scrolled .site-nav {
  padding-top: 8px;
  padding-bottom: 8px;
}
body[data-page="home"] #main-header .site-logo {
  display: block;
  height: 70px;
  max-width: 240px;
  transition: height 0.32s ease, max-width 0.32s ease;
}
@media (min-width: 768px) {
  body[data-page="home"] #main-header .site-logo { height: 76px; }
}
body[data-page="home"] #main-header.scrolled .site-logo {
  height: 58px;
  max-width: 200px;
}
@media (min-width: 768px) {
  body[data-page="home"] #main-header.scrolled .site-logo { height: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] #main-header,
  body[data-page="home"] #main-header .top-bar,
  body[data-page="home"] #main-header .site-nav,
  body[data-page="home"] #main-header .site-logo {
    transition: none;
  }
}

.cine-wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.cine-kicker {
  font-size: 10px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  font-weight: 600;
  color: #C4747B;
  margin-bottom: 14px;
}
.cine-h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.12;
  color: #2C2422;
  letter-spacing: -0.02em;
}
.cine-h2--light { color: #fff; }
.cine-p { color: #6B5E5A; line-height: 1.8; max-width: 36rem; }

.cine-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  background: #C4747B;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}
.cine-btn span { transition: transform .35s ease; }
.cine-btn:hover { transform: translateY(-2px); background: #9E4D54; box-shadow: 0 12px 28px rgba(196, 116, 123, 0.32); }
.cine-btn:hover span { transform: translateX(5px); }
.cine-btn--ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,.75);
}
.cine-btn--ghost:hover { background: rgba(255,255,255,.1); box-shadow: none; }
.cine-btn--dark { background: #2C2422; }
.cine-btn--dark:hover { background: #1a1514; }
.cine-icon-btn {
  border: 1px solid rgba(44,36,34,.18);
  background: transparent;
  color: inherit;
  padding: 8px 14px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .3s, transform .3s;
}
.cine-icon-btn:hover { background: #2C2422; color: #fff; }

.cine-reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s ease, transform .9s ease; }
.cine-reveal.is-in { opacity: 1; transform: none; }

/* Hero */
.cine-hero { position: relative; height: 120svh; min-height: 880px; overflow: hidden; background: #111; }
.cine-hero__slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 0.9s ease; }
.cine-hero__slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.cine-hero__media { position: absolute; inset: 0; overflow: hidden; background: #111; }
.cine-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: none;
}
.cine-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(12,8,8,.72) 0%, rgba(12,8,8,.28) 55%, rgba(12,8,8,.18) 100%);
}
.cine-hero__copy {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: center;
  padding: 8rem 8% 8rem; max-width: 820px; color: #fff;
}
.cine-hero__kicker, .cine-hero__title, .cine-hero__lead, .cine-hero__actions {
  opacity: 0; transform: translateY(22px);
}
.cine-hero__slide.is-active .cine-hero__kicker { animation: cineUp .8s .15s forwards; }
.cine-hero__slide.is-active .cine-hero__title { animation: cineUp .9s .32s forwards; }
.cine-hero__slide.is-active .cine-hero__lead { animation: cineUp .9s .48s forwards; }
.cine-hero__slide.is-active .cine-hero__actions { animation: cineUp .9s .64s forwards; }
.cine-hero__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 500; line-height: 1.05; margin: 0 0 1rem;
}
.cine-hero__lead { color: rgba(255,255,255,.82); max-width: 28rem; margin-bottom: 1.75rem; }
.cine-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cine-hero__ui {
  position: absolute; z-index: 3; left: 8%; right: 8%; bottom: 28px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; color: #fff;
  flex-wrap: wrap;
}
.cine-hero__count { font-family: "Cormorant Garamond", serif; font-size: 1.4rem; letter-spacing: .12em; }
.cine-hero__nav { display: flex; gap: 8px; }
.cine-hero__nav .cine-icon-btn { color: #fff; border-color: rgba(255,255,255,.35); }
.cine-hero__bars { display: flex; gap: 10px; flex: 1; min-width: 220px; max-width: 520px; }
.cine-hero__bar {
  flex: 1; background: none; border: 0; color: rgba(255,255,255,.55);
  font-size: 9px; letter-spacing: .16em; text-align: left; cursor: pointer; padding: 0;
}
.cine-hero__bar i {
  display: block; height: 2px; background: rgba(255,255,255,.25); margin-top: 6px; position: relative; overflow: hidden;
}
.cine-hero__bar i::after {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 0; background: #C4747B;
}
.cine-hero__bar.is-on { color: #fff; }
.cine-hero__bar.is-on i::after { width: 100%; transition: width 4.5s linear; }
@keyframes cineUp { to { opacity: 1; transform: none; } }

/* Category cards — infinite auto-slide on every viewport */
.cine-cats {
  margin-top: -56px; position: relative; z-index: 4;
  padding: 0 0 40px; overflow: hidden;
}
.cine-cats__track {
  display: flex;
  width: max-content;
  animation: cineCatsSlide 28s linear infinite;
  will-change: transform;
}
.cine-cats__row {
  display: flex;
  gap: 16px;
  padding: 8px 8px 12px 24px;
}
@keyframes cineCatsSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (hover: hover) and (pointer: fine) {
  .cine-cats:hover .cine-cats__track { animation-play-state: paused; }
}
.cine-cat {
  position: relative; flex: 0 0 220px; height: 280px; overflow: hidden;
  color: #fff; transition: transform .45s ease;
}
.cine-cat img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.cine-cat__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7), transparent 55%); transition: background .4s; }
.cine-cat__meta {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: "Cormorant Garamond", serif; font-size: 1.35rem;
}
.cine-cat__meta em { font-style: normal; transition: transform .35s; }
.cine-cat:hover { transform: translateY(-8px); }
.cine-cat:hover img { transform: scale(1.06); }
.cine-cat:hover .cine-cat__shade { background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.2)); }
.cine-cat:hover em { transform: translateX(6px); }

/* About */
.cine-about { padding: 80px 24px; }
.cine-about__grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.cine-about__visuals { position: relative; min-height: 430px; }
.cine-about__main { overflow: hidden; height: 430px; border-radius: 20px; }
.cine-about__main img, .cine-about__float img { width: 100%; height: 100%; object-fit: cover; }
.cine-mask { clip-path: inset(100% 0 0 0); transition: clip-path 1.15s cubic-bezier(.22,1,.36,1); }
.is-in .cine-mask { clip-path: inset(0 0 0 0); }
.cine-about__float {
  position: absolute; width: 35%; height: 165px; max-height: 175px; right: -5%; bottom: 12px;
  box-shadow: 0 24px 50px rgba(44,36,34,.25); overflow: hidden; border-radius: 14px; border: 3.5px solid #fff;
  transform: translateX(40px); opacity: 0; transition: transform 1s .25s, opacity 1s .25s;
}
.is-in .cine-about__float { transform: none; opacity: 1; }
.cine-about__copy .cine-h2 { margin-bottom: 18px; }
.cine-about__copy .cine-p { margin-bottom: 28px; }
.cine-about__copy > * { opacity: 0; transform: translateY(16px); }
.is-in .cine-about__copy > *:nth-child(1) { animation: cineUp .7s .15s forwards; }
.is-in .cine-about__copy > *:nth-child(2) { animation: cineUp .7s .3s forwards; }
.is-in .cine-about__copy > *:nth-child(3) { animation: cineUp .7s .45s forwards; }
.is-in .cine-about__copy > *:nth-child(4) { animation: cineUp .7s .6s forwards; }

/* Services */
.cine-services { padding: 40px 0 80px; }
.cine-services__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 28px;
}
.cine-services__head .cine-h2 {
  max-width: min(40rem, 100%);
  margin: 0 auto;
}
.cine-services__nav { display: flex; gap: 10px; justify-content: center; margin-top: 8px; }
.cine-services__viewport { overflow: hidden; width: 100%; }
.cine-services__track { display: flex; gap: 18px; padding: 0; will-change: transform; }
.cine-svc {
  position: relative; flex: 0 0 calc(33.333% - 12px); height: 420px; overflow: hidden; color: #fff;
  transition: transform .45s ease;
}
.cine-svc img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.cine-svc__body {
  position: absolute; inset: auto 0 0; padding: 28px 24px 24px;
  background: linear-gradient(to top, rgba(12,8,8,.85), transparent);
}
.cine-svc h3 { font-family: "Cormorant Garamond", serif; font-size: 1.8rem; font-weight: 500; }
.cine-svc p { opacity: 0; max-height: 0; overflow: hidden; transition: opacity .4s, max-height .4s; font-size: 13px; color: rgba(255,255,255,.8); margin: 8px 0 12px; }
.cine-svc span { display: inline-flex; gap: 6px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.cine-svc span i { transition: transform .35s; font-style: normal; }
.cine-svc:hover { transform: scale(1.02); }
.cine-svc:hover img { transform: scale(1.06); }
.cine-svc:hover p { opacity: 1; max-height: 80px; }
.cine-svc:hover span i { transform: translateX(6px); }

/* Why Choose Us - Luxury Artisans Styling */
.cine-why {
  padding: 100px 0 110px;
  background: #FAF6F3;
}
.cine-why__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 44px;
}
.cine-why__head .cine-kicker {
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C4747B;
  font-weight: 700;
  margin-bottom: 12px;
}
.cine-why__head .cine-h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
  color: #2C2422;
  margin-bottom: 0;
  line-height: 1.15;
  font-weight: 500;
}
.cine-why__head .cine-h2 span {
  color: #C4747B;
}
.cine-why__rule {
  display: block;
  width: 44px;
  height: 2px;
  margin: 16px auto 18px;
  background: #C4747B;
  border-radius: 2px;
}
.cine-why__lead {
  color: #6B5E5A;
  line-height: 1.7;
  font-size: 1.02rem;
  margin: 0 auto;
}

/* White Stats Box */
.cine-why__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #FFFFFF;
  border: 1px solid #F0E6E6;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(56, 45, 46, 0.03);
  margin-bottom: 56px;
  overflow: hidden;
}
.cine-stat {
  text-align: center;
  padding: 34px 16px 30px;
  position: relative;
}
.cine-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24%;
  right: 0;
  height: 52%;
  width: 1px;
  background: #EFE5E3;
}
.cine-stat__n {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 3.2vw, 2.9rem);
  color: #C4747B;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
.cine-stat__l, .cine-stat p:last-child {
  font-family: Inter, system-ui, sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6B5E5A;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
}

/* 4 Feature Items */
.cine-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.cine-benefit {
  background: transparent;
  padding: 0 8px;
  border: 0;
  box-shadow: none;
  text-align: center;
  transition: transform 0.28s ease;
}
.cine-benefit:hover {
  transform: translateY(-4px);
  box-shadow: none;
  border-color: transparent;
}
.cine-benefit__icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #F5EAE9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #C4747B;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.cine-benefit:hover .cine-benefit__icon {
  transform: scale(1.08);
  background: #F0DFDE;
}
.cine-benefit__icon svg {
  width: 30px;
  height: 30px;
  stroke: #C4747B;
  display: block;
}
.cine-benefit h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  margin-bottom: 8px;
  color: #2C2422;
  font-weight: 600;
  line-height: 1.3;
}
.cine-benefit p {
  color: #6B5E5A;
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0;
}

/* Parallax */
.cine-parallax { position: relative; min-height: 58vh; overflow: hidden; display: grid; place-items: center; }
.cine-parallax__bg { position: absolute; inset: -12% 0; }
.cine-parallax__bg img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.cine-parallax::after { content: ""; position: absolute; inset: 0; background: rgba(12,8,8,.45); }
.cine-parallax__copy { position: relative; z-index: 1; text-align: center; padding: 80px 24px; }
.cine-parallax__copy .cine-h2 { margin-bottom: 24px; }

/* Gallery */
.cine-gallery { padding: 80px 0; }
.cine-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 28px; }
.cine-filters button {
  border: 1px solid rgba(44,36,34,.15); background: transparent; padding: 8px 14px;
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer;
}
.cine-filters button.is-on { background: #2C2422; color: #fff; }
.cine-masonry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.cine-masonry__item {
  display: block; width: 100%; border: 0; padding: 0; margin: 0; position: relative;
  overflow: hidden; cursor: pointer; background: #ddd; aspect-ratio: 4 / 5;
}
.cine-masonry__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.cine-masonry__hover {
  position: absolute; inset: 0; background: rgba(12,8,8,.45); color: #fff;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 16px;
  opacity: 0; transition: opacity .35s;
}
.cine-masonry__item:hover img { transform: scale(1.05); }
.cine-masonry__item:hover .cine-masonry__hover { opacity: 1; }
.cine-masonry__item.is-more { display: none; }
.cine-masonry.is-expanded .cine-masonry__item.is-more { display: block; }
.cine-masonry__item.is-hide { display: none !important; }
.cine-center { text-align: center; margin-top: 28px; }

.cine-lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(8,6,6,.92);
  display: grid; place-items: center; color: #fff;
}
.cine-lightbox[hidden] { display: none; }
.cine-lightbox figure { max-width: min(92vw, 1100px); }
.cine-lightbox img { max-height: 78vh; width: 100%; object-fit: contain; }
.cine-lightbox figcaption { display: flex; justify-content: space-between; margin-top: 12px; letter-spacing: .12em; text-transform: uppercase; font-size: 11px; }
.cine-lightbox__close { position: absolute; top: 20px; right: 24px; background: none; border: 0; color: #fff; font-size: 22px; cursor: pointer; }
.cine-lightbox__prev, .cine-lightbox__next { position: absolute; top: 50%; color: #fff; border-color: rgba(255,255,255,.3); }
.cine-lightbox__prev { left: 20px; }
.cine-lightbox__next { right: 20px; }

/* Before after */
.cine-ba { padding: 40px 0 80px; }
.cine-ba__stage {
  position: relative;
  margin-top: 28px;
  height: min(70vh, 560px);
  overflow: hidden;
  user-select: none;
  touch-action: none;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(44, 36, 34, 0.16);
}
.cine-ba__stage img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cine-ba__after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cine-ba__before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
  -webkit-clip-path: inset(0 50% 0 0);
  z-index: 2;
}
.cine-ba__before img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cine-ba__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
  cursor: ew-resize;
  touch-action: none;
  z-index: 4;
}
.cine-ba__handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(44, 36, 34, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cine-ba__handle span::before,
.cine-ba__handle span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.cine-ba__handle span::before {
  border-right: 6px solid #fff;
  margin-right: 3px;
}
.cine-ba__handle span::after {
  border-left: 6px solid #fff;
  margin-left: 3px;
}
.cine-ba__label {
  position: absolute;
  bottom: 18px;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  background: rgba(28, 20, 20, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 7px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  pointer-events: none;
  z-index: 3;
  white-space: nowrap;
  max-width: calc(50% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.cine-ba__label--l { left: 18px; }
.cine-ba__label--r { right: 18px; }

/* Timeline */
.cine-timeline { padding: 40px 0 80px; }
.cine-steps {
  list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px; margin-top: 48px; position: relative; padding: 0;
}
.cine-steps::before {
  content: ""; position: absolute; top: 18px; left: 6%; right: 6%; height: 1px; background: #E4D6C8;
}
.cine-steps::after {
  content: ""; position: absolute; top: 18px; left: 6%; width: 0; height: 1px; background: #C4747B;
  transition: width 1.2s ease;
}
.is-in .cine-steps::after { width: 88%; }
.cine-steps li { text-align: center; position: relative; opacity: 0; transform: translateY(12px); min-width: 0; }
.is-in .cine-steps li { animation: cineUp .6s forwards; }
.is-in .cine-steps li:nth-child(1) { animation-delay: .1s; }
.is-in .cine-steps li:nth-child(2) { animation-delay: .25s; }
.is-in .cine-steps li:nth-child(3) { animation-delay: .4s; }
.is-in .cine-steps li:nth-child(4) { animation-delay: .55s; }
.is-in .cine-steps li:nth-child(5) { animation-delay: .7s; }
.cine-steps__n {
  display: inline-flex; width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid #C4747B; align-items: center; justify-content: center;
  background: #F7F1EA; font-size: 11px; position: relative; z-index: 1;
}
.cine-steps i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #C4747B; margin: 10px auto; transform: scale(0); }
.is-in .cine-steps i { animation: cineScale .5s .4s forwards; }
.cine-steps h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 500; line-height: 1.3; margin: 0; padding: 0 4px;
}
@keyframes cineScale { to { transform: scale(1); } }

/* Quotes */
.cine-quotes { padding: 40px 0 80px; }
.cine-quotes__head { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.cine-quotes__view { overflow: hidden; }
.cine-quotes__track { display: flex; gap: 18px; transition: transform .7s ease; }
.cine-quote { flex: 0 0 calc(33.333% - 12px); background: #fff; padding: 28px; border: 1px solid rgba(44,36,34,.06); }
.cine-quote__stars { color: #C4747B; letter-spacing: 2px; margin-bottom: 12px; }
.cine-quote__text { font-family: "Cormorant Garamond", serif; font-size: 1.15rem; line-height: 1.6; min-height: 8rem; }
.cine-quote__who { display: flex; gap: 12px; align-items: center; margin-top: 20px; }
.cine-quote__who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.cine-quote__who span { display: block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #8A7B76; }

/* Instagram */
.cine-ig { padding: 20px 0 60px; }
.cine-ig__head { margin-bottom: 24px; }
.cine-ig__row { margin-bottom: 12px; }
.cine-ig__rev { animation-direction: reverse; }
.cine-ig__cell { position: relative; width: 220px; height: 220px; flex-shrink: 0; overflow: hidden; display: block; color: #fff; }
.cine-ig__cell img { width: 100%; height: 100%; object-fit: cover; }
.cine-ig__cell span {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(12,8,8,.45); opacity: 0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transition: opacity .3s;
}
.cine-ig__cell:hover span { opacity: 1; }
.cine-text-link { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #C4747B; }

/* CTA */
.cine-cta { position: relative; min-height: 70vh; display: grid; place-items: center; overflow: hidden; text-align: center; color: #fff; }
.cine-cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cine-cta__veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,8,8,.72), rgba(12,8,8,.35)); pointer-events: none; }
.cine-cta__copy { position: relative; z-index: 2; padding: 80px 24px; max-width: 720px; }
.cine-cta__copy p { color: rgba(255,255,255,.8); margin: 16px 0 28px; }
.cine-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cine-btn--wa {
  background: transparent;
  border: 1px solid rgba(255,255,255,.75);
  color: #fff;
  box-shadow: none;
}
.cine-btn--wa:hover { background: rgba(255,255,255,.1); box-shadow: none; }
.cine-petals { pointer-events: none; }
.cine-petals i {
  position: absolute; width: 8px; height: 8px; border-radius: 50% 0; background: rgba(196,165,116,.35);
  animation: cineFloat 12s linear infinite;
}
.cine-petals i:nth-child(1) { left: 12%; top: 20%; animation-delay: 0s; }
.cine-petals i:nth-child(2) { left: 78%; top: 30%; animation-delay: 2s; }
.cine-petals i:nth-child(3) { left: 30%; top: 70%; animation-delay: 4s; }
.cine-petals i:nth-child(4) { left: 88%; top: 65%; animation-delay: 6s; }
.cine-petals i:nth-child(5) { left: 50%; top: 18%; animation-delay: 1s; }
@keyframes cineFloat {
  0%, 100% { transform: translate3d(0,0,0) rotate(0deg); opacity: .4; }
  50% { transform: translate3d(12px, -18px, 0) rotate(25deg); opacity: .8; }
}

/* Cursor */
.cine-cursor {
  position: fixed; width: 14px; height: 14px;
  border: 2px solid #C4747B;
  background: rgba(196, 116, 123, 0.35);
  border-radius: 50%; pointer-events: none; z-index: 300; transform: translate(-50%, -50%);
  transition: opacity .25s, width .25s, height .25s, background .25s, border-color .25s, box-shadow .25s;
  box-shadow: 0 0 0 1px rgba(196, 116, 123, 0.2);
  opacity: 0;
}
.cine-cursor.is-active {
  opacity: 1;
}
.cine-cursor.is-view {
  width: 64px; height: 64px;
  background: rgba(196, 116, 123, 0.18);
  border-color: #C4747B;
}
.cine-cursor.is-btn {
  width: 10px; height: 10px;
  background: #C4747B;
  border-color: #C4747B;
}
.cine-cursor-label {
  position: fixed; pointer-events: none; z-index: 301; font-size: 9px; letter-spacing: .2em;
  color: #C4747B; transform: translate(-50%, -50%); opacity: 0; transition: opacity .2s;
  font-weight: 700;
}
.cine-cursor-label.is-on { opacity: 1; }
body.cine-has-cursor, body.cine-has-cursor * { cursor: none !important; }

@media (max-width: 1024px) {
  .cine-about { padding: 56px 20px; }
  .cine-about__grid { grid-template-columns: 1fr; gap: 40px; }
  .cine-about__visuals {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    margin: 0 0 28px 0;
    position: relative;
    display: block;
  }
  .cine-about__main {
    width: 100%;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
  }
  .cine-about__float {
    width: 35%;
    height: 155px;
    max-height: 160px;
    right: 12px;
    bottom: 12px;
    border-radius: 12px;
    border: 3px solid #fff;
    box-shadow: 0 16px 36px rgba(44, 36, 34, 0.2);
  }
  .cine-svc { flex-basis: calc(50% - 10px); }
  .cine-quote { flex-basis: calc(100% - 0px); min-width: 86%; }
  .cine-why__stats, .cine-why__grid { grid-template-columns: repeat(2, 1fr); }
  .cine-stat:nth-child(2n)::after { display: none; }
  .cine-masonry { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cine-steps {
    display: flex; flex-direction: column; gap: 0; margin-top: 32px;
  }
  .cine-steps::before, .cine-steps::after { display: none; }
  .cine-steps li {
    display: grid; grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 16px; text-align: left; align-items: start;
    padding: 0 0 28px; position: relative;
  }
  .cine-steps li:last-child { padding-bottom: 0; }
  .cine-steps li::before {
    content: ""; position: absolute; left: 17px; top: 38px; bottom: 0;
    width: 1px; background: #E4D6C8;
  }
  .cine-steps li:last-child::before { display: none; }
  .cine-steps__n { margin: 0; }
  .cine-steps__body { display: flex; align-items: center; min-height: 36px; min-width: 0; }
  .cine-steps i { display: none; }
  .cine-steps h3 { font-size: 1.35rem; padding: 0; }
  .cine-has-cursor, body.cine-has-cursor, body.cine-has-cursor * { cursor: auto !important; }
  .cine-cursor, .cine-cursor-label { display: none !important; }
}
@media (max-width: 720px) {
  .cine-hero { height: 85svh; min-height: 580px; }
  .cine-hero__copy { padding: 6rem 6% 6rem; }
  .cine-about { padding: 44px 16px; }
  .cine-about__grid { gap: 36px; }
  .cine-about__visuals {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    margin: 0 0 28px 0;
    position: relative;
    display: block;
  }
  .cine-about__main {
    width: 100%;
    height: 430px;
    border-radius: 18px;
    overflow: hidden;
  }
  .cine-about__float {
    width: 38%;
    height: 135px;
    max-height: 140px;
    right: 10px;
    bottom: 10px;
    border-radius: 12px;
    border: 3px solid #fff;
    box-shadow: 0 14px 32px rgba(44, 36, 34, 0.22);
  }
  .cine-svc { flex-basis: 82%; }
  .cine-masonry { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .cine-why__stats, .cine-why__grid { grid-template-columns: 1fr 1fr; }
  .cine-cat { flex-basis: 180px; height: 240px; }
  .cine-cats__track { animation-duration: 22s; }
  .cine-ba__stage {
    height: min(65vh, 440px);
    border-radius: 16px;
  }
  .cine-ba__label {
    bottom: 12px;
    font-size: 9px;
    letter-spacing: 0.06em;
    padding: 5px 10px;
    max-width: calc(50% - 20px);
  }
  .cine-ba__label--l { left: 10px; }
  .cine-ba__label--r { right: 10px; }
  .cine-ba__handle span {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .cine-about { padding: 36px 14px; }
  .cine-about__visuals {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    margin: 0 0 28px 0;
    position: relative;
    display: block;
  }
  .cine-about__main {
    width: 100%;
    height: 430px;
    border-radius: 16px;
    overflow: hidden;
  }
  .cine-about__float {
    width: 40%;
    height: 115px;
    max-height: 120px;
    right: 8px;
    bottom: 8px;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 10px 24px rgba(44, 36, 34, 0.22);
  }
  .cine-ba__stage {
    height: 380px;
    border-radius: 14px;
  }
  .cine-ba__label {
    bottom: 10px;
    font-size: 8.5px;
    letter-spacing: 0.04em;
    padding: 4px 8px;
    max-width: calc(50% - 16px);
  }
  .cine-ba__label--l { left: 8px; }
  .cine-ba__label--r { right: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .cine-hero__img, .cine-hero__slide, .cine-reveal, .cine-svc img, .cine-cat img,
  .slide-marquee-track, .cine-petals i, .cine-mask, .cine-about__float, .cine-cats__track {
    animation: none !important; transition: none !important; transform: none !important;
    clip-path: none !important; opacity: 1 !important;
  }
  .cine-cats { overflow-x: auto; }
  .cine-cats__track { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
