:root {
  --site-bg: #070707;
  --ink: #f7f3ea;
  --muted: #a8a29a;
  --soft: #d7d0c2;
  --panel: #11110f;
  --panel-2: #171612;
  --line: rgba(247, 243, 234, 0.13);
  --line-strong: rgba(247, 243, 234, 0.22);
  --card-gold-border: rgba(205, 178, 90, 0.44);
  --card-gold-border-strong: rgba(243, 215, 125, 0.74);
  --gold: #c3a03a;
  --gold-2: #cdb25a;
  --accent-gold: #a8892f;
  --coral: #ef7d59;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --font-main: "Inter", sans-serif;
  --radius: 8px;
  --title-xl: 2.85rem;
  --title-lg: 1.85rem;
  --title-md: 1.35rem;
  --body-md: 1rem;
  --body-sm: 0.94rem;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html,
body {
  width: 100%;
  background: var(--site-bg);
}

body {
  font-family: var(--font-main);
  color: var(--ink);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html,
body,
h1, h2, h3, h4, h5, h6,
p, a, span, small, strong, em, li, label,
button, input, select, textarea {
  font-family: var(--font-main) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(214, 173, 67, 0.06), transparent 28%),
    linear-gradient(245deg, rgba(214, 173, 67, 0.055), transparent 32%),
    #070707;
}

main {
  overflow-x: clip;
}

img,
picture,
svg,
video {
  max-width: 100%;
}

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

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

button {
  border: 0;
  cursor: pointer;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.96);
  border-bottom: 1px solid rgba(247, 243, 234, 0.1);
  padding: max(0rem, env(safe-area-inset-top)) 0.8rem 0;
  z-index: 50;
}

.nav-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 3.35rem;
  padding: 0.02rem 0.65rem 0.16rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: none;
}

.navbar-scrolled .nav-shell {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 8.4rem;
}

.brand-link img {
  width: auto;
  height: 3.35rem;
  object-fit: contain;
  transform: translateY(0.1rem);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.top-nav-link {
  display: inline-flex;
  align-items: center;
  height: 2.1rem;
  padding: 0;
  border-radius: 0;
  position: relative;
  top: 0.08rem;
  color: rgba(247, 243, 234, 0.78);
  font-size: 0.98rem;
  font-weight: 700;
  transition: color 0.22s ease, transform 0.22s ease;
}

.top-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.18rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}

.top-nav-link:hover,
.top-nav-link.is-active {
  color: var(--ink);
  transform: translateY(-1px);
}

.top-nav-link:hover::after,
.top-nav-link.is-active::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.nav-cta::before,
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 58%;
  height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transition: left 0.42s ease;
}

.nav-cta {
  min-height: 2.45rem;
  align-self: flex-start;
  margin-top: 0.6rem;
  padding: 0 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fffdf8;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.26), rgba(255, 248, 214, 0.12) 24%, rgba(230, 188, 74, 0.3) 60%, rgba(214, 173, 67, 0.22)),
    rgba(255, 246, 207, 0.12);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  font-size: 0.84rem;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(214, 173, 67, 0.32);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.34);
}

.nav-cta:hover {
  border-color: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.32),
    0 0 22px rgba(214, 173, 67, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -1px 0 rgba(214, 173, 67, 0.4);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.nav-cta:hover::before,
.button:hover::before {
  left: 138%;
}

.mobile-menu-button {
  display: none;
  width: 2.85rem;
  height: 2.85rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(247, 243, 234, 0.08);
  color: var(--ink);
  font-size: 1.55rem;
}

.mobile-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 1rem;
  right: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(9, 9, 8, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.mobile-menu-list {
  display: grid;
  padding: 0.6rem;
}

.mobile-link {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 0 0.9rem;
  border-radius: 6px;
  color: rgba(247, 243, 234, 0.74);
  font-weight: 750;
}

.mobile-link:hover,
.mobile-link-strong {
  background: rgba(214, 173, 67, 0.12);
  color: var(--gold-2);
}

.hero-section {
  position: relative;
  height: 92vh;
  height: 92svh;
  min-height: 46rem;
  max-height: 58rem;
  overflow: hidden;
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  height: 100%;
}

.hero-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-slide-full-image {
  background-color: #070707;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-slide-0 {
  background-image: url("assets/banners/0.webp");
  background-position: center;
}

.hero-coming-soon-stamp {
  position: absolute;
  z-index: 3;
  top: 73%;
  left: 70%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.5rem;
  padding: 0.82rem 1.35rem 0.76rem;
  border: 0.24rem solid #d92f2f;
  border-radius: 8px;
  color: #f25555;
  background: rgba(15, 8, 8, 0.12);
  font-size: clamp(1.65rem, 1.14rem + 1.42vw, 2.65rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-8deg);
  text-shadow: 0 1px 0 rgba(255, 240, 225, 0.16), 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow:
    0 0 0 1px rgba(255, 230, 220, 0.08) inset,
    0 0 14px rgba(217, 47, 47, 0.24),
    0 10px 22px rgba(0, 0, 0, 0.26);
}

.hero-slide-1 {
  background-image: url("assets/banners/1.webp");
}

.hero-slide-2 {
  background-image: url("assets/banners/2.webp");
}

.hero-slide-3 {
  background-image: url("assets/banners/3.webp");
  background-position: center top;
}

.hero-slide-4 {
  background-image: url("assets/banners/4.webp");
}

.hero-slide-4 .hero-content {
  align-items: flex-start;
  justify-content: flex-start;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 8.2rem 0 5.2rem;
}

.hero-slide-4 .hero-kicker,
.hero-slide-4 h2,
.hero-slide-4 p,
.hero-slide-4 .hero-actions {
  max-width: 18ch;
  text-align: left;
}

.hero-slide-4 h2 {
  font-size: clamp(3.3rem, 2.95rem + 1vw, 4.35rem);
  line-height: 0.96;
}

.hero-slide-4 p {
  font-size: clamp(1.52rem, 1.28rem + 0.62vw, 1.95rem);
  line-height: 1.3;
  max-width: 22ch;
  margin-top: 0.7rem;
  text-wrap: pretty;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
  word-spacing: normal;
  letter-spacing: normal;
}

@media (min-width: 901px) {
  .hero-slide-4 .hero-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8.2rem;
  }

  .hero-slide-4 .hero-content p {
    font-size: clamp(1.52rem, 1.28rem + 0.62vw, 1.95rem);
    line-height: 1.3;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: auto;
    align-self: flex-start;
    max-width: 22ch;
  }
}

.hero-slide-clean::before,
.hero-slide-clean::after {
  display: none;
}

.hero-slide-no-mask::before,
.hero-slide-no-mask::after {
  display: none;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.96) 0%, rgba(7, 7, 7, 0.75) 28%, rgba(7, 7, 7, 0.16) 62%, rgba(7, 7, 7, 0.58) 100%),
    linear-gradient(0deg, rgba(7, 7, 7, 0.96) 0%, rgba(7, 7, 7, 0.28) 40%, rgba(7, 7, 7, 0.48) 100%);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(247, 243, 234, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 243, 234, 0.1) 1px, transparent 1px);
  background-size: 4.6rem 4.6rem;
  mask-image: linear-gradient(120deg, black 18%, transparent 82%);
}

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

.hero-overlay-transparent {
  opacity: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 2rem));
  height: 100%;
  margin: 0 auto;
  padding: 13rem 0 5.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.hero-content-shift-left {
  transform: translateX(-6rem);
}

.hero-content-banner-0 {
  width: calc(100% - 3rem);
  margin: 0 1.5rem;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 13rem;
}

.hero-slide-0.hero-slide-no-mask .hero-content-banner-0 p {
  max-width: 12ch;
  margin: 0;
  color: #fffaf0;
  font-size: 3.3rem;
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: 0;
  text-align: left;
  text-wrap: balance;
  text-shadow:
    2px 2px 0 color-mix(in srgb, var(--gold) 78%, transparent),
    4px 4px 0 rgba(0, 0, 0, 0.5),
    0 16px 34px rgba(0, 0, 0, 0.62);
}

@media (max-width: 1024px) {
  .hero-content-shift-left {
    transform: translateX(-2.5rem);
  }
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-shadow:
    1px 1px 0 color-mix(in srgb, var(--gold) 68%, transparent),
    2px 2px 0 rgba(0, 0, 0, 0.42),
    0 10px 26px rgba(0, 0, 0, 0.5);
}

.hero-kicker span {
  display: inline-flex;
  align-items: center;
}

.hero-kicker span + span::before {
  content: "";
  width: 2rem;
  height: 1px;
  margin-right: 0.55rem;
  background: rgba(243, 215, 125, 0.7);
}

.hero-logo {
  width: min(25rem, 78vw);
  height: auto;
  margin-bottom: 1rem;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.52));
}

.hero-content h1,
.hero-content h2 {
  max-width: 12ch;
  color: #fffaf0;
  font-size: 4.2rem;
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow:
    2px 2px 0 color-mix(in srgb, var(--gold) 78%, transparent),
    4px 4px 0 rgba(0, 0, 0, 0.5),
    0 16px 34px rgba(0, 0, 0, 0.62);
}

.hero-content p {
  max-width: 42rem;
  margin-top: 1.25rem;
  color: rgba(247, 243, 234, 0.8);
  font-size: 1.08rem;
  line-height: 1.58;
  text-shadow:
    1px 1px 0 color-mix(in srgb, var(--gold) 64%, transparent),
    2px 2px 0 rgba(0, 0, 0, 0.46),
    0 10px 24px rgba(0, 0, 0, 0.55);
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  padding: 0 1.3rem;
  min-width: 10.5rem;
}

.button-primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #100f0b;
  box-shadow: 0 14px 35px rgba(214, 173, 67, 0.24);
}

.button-primary:hover {
  box-shadow: 0 18px 42px rgba(214, 173, 67, 0.34), 0 0 24px rgba(214, 173, 67, 0.24);
}

.button-secondary {
  color: var(--ink);
  border: 1px solid rgba(247, 243, 234, 0.24);
  background: rgba(247, 243, 234, 0.08);
  backdrop-filter: blur(14px);
}

.button-secondary:hover {
  border-color: rgba(214, 173, 67, 0.48);
  background: rgba(214, 173, 67, 0.14);
}

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

.hero-actions-compact {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.7rem;
}

.hero-actions-compact .button {
  min-width: min(28rem, 100%);
  width: auto;
  flex: 0 0 auto;
}

.hero-actions .button,
.button-liquid-glass {
  min-height: 3.35rem;
  min-width: min(28rem, 100%);
  padding: 0 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fffdf8;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.26), rgba(255, 248, 214, 0.12) 24%, rgba(230, 188, 74, 0.3) 60%, rgba(214, 173, 67, 0.22)),
    rgba(255, 246, 207, 0.12);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(214, 173, 67, 0.32);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.34);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.hero-actions .button:hover,
.button-liquid-glass:hover {
  border-color: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 0 22px rgba(214, 173, 67, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -1px 0 rgba(214, 173, 67, 0.4);
}

.section {
  padding: 3.8rem 0;
  position: relative;
}

.section-light {
  background: #0d0d0b;
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(214, 173, 67, 0.08), transparent 24%),
    #070707;
}

.gallery-section {
  background:
    linear-gradient(180deg, #0d0d0b, #070707);
}

.section-shell,
.footer-shell,
.footer-bottom {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.section-heading {
  max-width: 58rem;
  margin-bottom: 1.5rem;
}

.section-heading h2,
.split-heading h2,
.about-copy-block h2,
.footer-intro h2 {
  color: #fffaf0;
  font-size: var(--title-xl);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-heading p:not(.eyebrow),
.split-heading > p,
.about-copy-block > p,
.footer-intro > p {
  margin-top: 0.75rem;
  max-width: 43rem;
  color: var(--muted);
  font-size: var(--body-md);
  line-height: 1.64;
}

.film-heading-text {
  align-self: center;
  max-width: 40ch;
  text-align: left;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.eyebrow::before {
  content: "";
  width: 1.4rem;
  height: 1px;
  background: currentColor;
}

.footer-intro .eyebrow {
  color: var(--gold);
  text-shadow: 0 0 16px rgba(214, 173, 67, 0.22);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.7fr);
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.service-card,
.mini-film,
.event-card,
.contact-panel {
  border: 1.35px solid var(--card-gold-border);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(247, 243, 234, 0.055), rgba(247, 243, 234, 0.025));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset, 0 0 0 1px rgba(205, 178, 90, 0.12);
}

.service-card {
  min-height: 18.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.service-card-media {
  min-height: 0;
  padding: 0;
  justify-content: flex-start;
  background: #090908;
}

.service-card-media::before {
  display: none;
}

.service-card-media-image {
  width: 100%;
  aspect-ratio: 13 / 10;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.service-card-copy {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-height: 9.1rem;
  padding: 1rem 1rem 1.08rem;
  border-top: 1px solid rgba(205, 178, 90, 0.34);
  border-left: 3px solid rgba(214, 173, 67, 0.72);
  background:
    linear-gradient(90deg, rgba(214, 173, 67, 0.14), rgba(214, 173, 67, 0) 22%),
    radial-gradient(130% 120% at 0% 0%, rgba(214, 173, 67, 0.24), transparent 50%),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 2px,
      rgba(0, 0, 0, 0) 2px,
      rgba(0, 0, 0, 0) 8px
    ),
    linear-gradient(180deg, rgba(28, 24, 15, 0.97), rgba(10, 10, 9, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 0 30px rgba(214, 173, 67, 0.05),
    0 -1px 0 rgba(214, 173, 67, 0.1);
}

.service-card .service-card-copy h3 {
  margin-top: 0;
  color: #fffdf8;
  font-size: clamp(1.14rem, 1.06rem + 0.25vw, 1.28rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
}

.service-card .service-card-copy p:last-child {
  margin-top: 0;
  color: #f1ebdf;
  font-size: 0.91rem;
  line-height: 1.56;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
  -webkit-hyphens: auto;
  word-spacing: normal;
  letter-spacing: normal;
  overflow-wrap: break-word;
}

.service-card::before {
  content: "";
  position: absolute;
  right: -2.3rem;
  top: -2.3rem;
  width: 7rem;
  height: 7rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(214, 173, 67, 0.28), transparent 68%);
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--card-gold-border-strong);
  background: linear-gradient(160deg, rgba(214, 173, 67, 0.1), rgba(247, 243, 234, 0.035));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22), 0 0 28px rgba(214, 173, 67, 0.22);
}

.service-card-media:hover .service-card-media-image {
  transform: scale(1.04);
}

.service-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.service-card-featured {
  background:
    linear-gradient(150deg, rgba(214, 173, 67, 0.22), rgba(239, 125, 89, 0.08) 46%, rgba(247, 243, 234, 0.035));
  border-color: rgba(214, 173, 67, 0.34);
}

.service-card-media.service-card-featured .service-card-copy {
  background:
    linear-gradient(90deg, rgba(214, 173, 67, 0.14), rgba(214, 173, 67, 0) 22%),
    radial-gradient(130% 120% at 0% 0%, rgba(214, 173, 67, 0.24), transparent 50%),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 2px,
      rgba(0, 0, 0, 0) 2px,
      rgba(0, 0, 0, 0) 8px
    ),
    linear-gradient(180deg, rgba(28, 24, 15, 0.97), rgba(10, 10, 9, 0.99));
}

.card-icon {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(214, 173, 67, 0.12);
  color: var(--gold-2);
  font-size: 1.55rem;
}

.service-index {
  margin-top: auto;
  color: rgba(243, 215, 125, 0.88);
  font-size: 0.8rem;
  font-weight: 900;
}

.service-card h3,
.film-copy h3,
.mini-film h3,
.event-content h3,
.album-card h3 {
  color: #fffaf0;
  font-size: var(--title-md);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
}

.service-card h3 {
  margin-top: 0.45rem;
}

.service-card p:last-child,
.film-copy p:last-child,
.mini-film span,
.event-content p {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: var(--body-sm);
  line-height: 1.62;
}

.film-copy p:last-child {
  font-size: clamp(0.98rem, 0.95rem + 0.16vw, 1.06rem);
  line-height: 1.58;
  text-align: justify;
  hyphens: auto;
}

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

.film-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.58fr);
  gap: 1rem;
  align-items: stretch;
}

.film-card {
  position: relative;
  min-height: 27rem;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 1.35px solid var(--card-gold-border);
  background: #111;
  box-shadow: 0 0 0 1px rgba(205, 178, 90, 0.12);
}

.film-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.film-card:hover .film-card-image {
  transform: scale(1.06);
}

.film-card-play {
  position: absolute;
  z-index: 2;
  left: 1.2rem;
  bottom: 1.2rem;
  width: 4.2rem;
  height: 4.2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(205, 178, 90, 0.7);
  background: linear-gradient(135deg, rgba(205, 178, 90, 0.96), rgba(168, 137, 47, 0.96));
  color: #1a1406;
  font-size: 1.35rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.film-card:hover .film-card-play {
  transform: scale(1.03);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.film-card:hover {
  border-color: var(--card-gold-border-strong);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26), 0 0 30px rgba(214, 173, 67, 0.24);
}

.film-label {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 1rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(205, 178, 90, 0.62);
  background:
    linear-gradient(140deg, rgba(205, 178, 90, 0.86), rgba(168, 137, 47, 0.86));
  color: #1b1407;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24), 0 0 14px rgba(195, 160, 58, 0.3);
}

.film-copy {
  padding: 1.5rem;
  border-radius: 8px;
  border: 1.35px solid var(--card-gold-border);
  background:
    linear-gradient(180deg, rgba(214, 173, 67, 0.16), transparent 35%),
    var(--panel);
  box-shadow: 0 0 0 1px rgba(205, 178, 90, 0.12);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.film-feature:hover .film-copy {
  transform: translateY(-3px);
  border-color: var(--card-gold-border-strong);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26), 0 0 26px rgba(214, 173, 67, 0.22);
}

.film-copy h3 {
  margin-top: 1rem;
  font-size: var(--title-lg);
}

.film-side-list {
  display: grid;
  gap: 1rem;
}

.film-side-list-wide {
  grid-column: 1 / -1;
}

.mini-film {
  padding: 1.35rem;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.mini-film-link {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  gap: 1rem;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.mini-film-media {
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.mini-film-thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(205, 178, 90, 0.52);
  object-fit: cover;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.24);
}

.mini-film:hover {
  transform: translateY(-3px);
  border-color: var(--card-gold-border-strong);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0 24px rgba(214, 173, 67, 0.2);
  background: linear-gradient(160deg, rgba(214, 173, 67, 0.12), rgba(247, 243, 234, 0.04));
}

.mini-film-icon {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(205, 178, 90, 0.7);
  background: linear-gradient(135deg, rgba(205, 178, 90, 0.96), rgba(168, 137, 47, 0.96));
  color: #1a1406;
  font-size: 1.05rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.mini-film-media .mini-film-icon {
  position: absolute;
  inset: 0;
  margin: auto;
}

.mini-film:hover .mini-film-icon {
  transform: scale(1.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.26);
}

.mini-film:hover .mini-film-thumb {
  border-color: rgba(205, 178, 90, 0.76);
}

.mini-film p {
  color: var(--accent-gold);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mini-film h3 {
  margin-top: 0.35rem;
  font-size: 1.2rem;
}

.event-timeline {
  display: grid;
  gap: 1rem;
}

.event-card {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.25rem;
  padding: 1.1rem;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.event-card:hover {
  transform: translateY(-3px);
  border-color: var(--card-gold-border-strong);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0 24px rgba(214, 173, 67, 0.2);
}

.event-date {
  min-height: 100%;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(243, 215, 125, 0.5);
  background:
    linear-gradient(155deg, rgba(243, 215, 125, 0.28), rgba(214, 173, 67, 0.2)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02));
  color: #fff5dc;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), 0 0 18px rgba(214, 173, 67, 0.2);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
}

.event-date strong {
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.event-date span {
  margin-top: 0.35rem;
  color: rgba(255, 245, 220, 0.84);
  font-weight: 900;
}

.event-content {
  padding: 0.5rem 0.45rem 0.5rem 0;
}

.event-content h3 {
  margin-top: 0.7rem;
}

.event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.event-tags span {
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(247, 243, 234, 0.12);
  border-radius: 999px;
  color: rgba(247, 243, 234, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
}

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

.album-card {
  position: relative;
  display: flex;
  min-height: 19rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  border: 1.35px solid var(--card-gold-border);
  background:
    linear-gradient(145deg, rgba(214, 173, 67, 0.16), rgba(255, 255, 255, 0.03) 42%, rgba(0, 0, 0, 0.72)),
    #111;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(205, 178, 90, 0.12);
  isolation: isolate;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.album-card-large {
  grid-row: auto;
}

.album-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.01);
  transition: transform 0.72s ease, filter 0.28s ease;
  z-index: -2;
}

.album-card::before {
  content: "";
  position: absolute;
  inset: 0.65rem;
  border: 1px solid rgba(247, 221, 133, 0.34);
  border-radius: 6px;
  pointer-events: none;
  z-index: 1;
}

.album-card:hover img {
  filter: saturate(1.06) contrast(1.08);
  transform: scale(1.08);
}

.album-card div {
  transition: transform 0.24s ease;
}

.album-card:hover div {
  transform: translateY(-5px);
}

.album-card:hover .album-overlay {
  background: linear-gradient(0deg, rgba(7, 7, 7, 0.76) 0%, rgba(7, 7, 7, 0.14) 55%, rgba(7, 7, 7, 0.02) 100%);
}

.album-card:hover {
  transform: translateY(-4px);
  border-color: var(--card-gold-border-strong);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.32), 0 0 30px rgba(214, 173, 67, 0.24);
}

.album-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(7, 7, 7, 0.92) 0%, rgba(7, 7, 7, 0.54) 42%, rgba(7, 7, 7, 0.04) 100%),
    linear-gradient(135deg, rgba(214, 173, 67, 0.2), transparent 38%);
}

.album-card div {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 2;
}

.album-card p {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.album-tag {
  display: inline-flex;
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  z-index: 2;
  padding: 0.28rem 0.56rem;
  border: 1px solid #d6ad43;
  border-radius: 999px;
  background: #111111;
  color: #f7dd85;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.album-card span:last-child {
  display: inline-flex;
  margin-top: 0.6rem;
  padding: 0.34rem 0.58rem;
  border: 1px solid rgba(247, 221, 133, 0.24);
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.36);
  color: rgba(247, 243, 234, 0.72);
  font-size: 0.84rem;
  font-weight: 750;
}

.album-card h3 {
  max-width: 21rem;
  font-size: 1.15rem;
  line-height: 1.14;
}

.about-section {
  position: relative;
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.about-story,
.about-brand {
  position: relative;
  border-color: var(--card-gold-border) !important;
  border-width: 1.35px;
  background:
    linear-gradient(145deg, rgba(183, 151, 46, 0.08), transparent 46%),
    var(--panel);
  box-shadow: 0 0 0 1px rgba(205, 178, 90, 0.12);
}

.about-story::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(183, 151, 46, 0.24) 0%, transparent 70%);
  pointer-events: none;
}

.about-copy {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.82;
  letter-spacing: 0.004em;
  max-width: 66ch;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-wrap: pretty;
}

.about-brand-glow {
  position: absolute;
  inset: -20% -25% auto auto;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(183, 151, 46, 0.26) 0%, transparent 72%);
  pointer-events: none;
}

.about-logo-shell {
  position: relative;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(165deg, rgba(9, 9, 11, 0.95), rgba(16, 16, 19, 0.86));
  min-height: 15rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.about-logo-shell::before,
.about-logo-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(183, 151, 46, 0.28);
}

.about-logo-shell::before {
  width: 10rem;
  height: 10rem;
}

.about-logo-shell::after {
  width: 14rem;
  height: 14rem;
  opacity: 0.55;
}

.about-logo-mark {
  width: min(78%, 320px);
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.45));
}

.about-metric {
  border: 1.35px solid var(--card-gold-border);
  border-radius: 0.9rem;
  background: rgba(9, 9, 11, 0.64);
  padding: 0.7rem 0.45rem;
  box-shadow: 0 0 0 1px rgba(205, 178, 90, 0.12);
}

.about-metric-value {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 700;
}

.about-metric-label {
  color: #a1a1aa;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.2rem;
}

.album-viewer {
  position: fixed;
  inset: 0;
  z-index: 80;
  padding: 1rem;
  display: grid;
  place-items: center;
  background: rgba(7, 7, 7, 0.86);
  backdrop-filter: blur(16px);
}

.album-viewer.hidden {
  display: none;
}

.album-viewer-frame {
  position: relative;
  width: min(94vw, 1200px);
  max-height: 86vh;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(247, 243, 234, 0.18);
  background: #0f0f0e;
  touch-action: pan-y;
  box-shadow: var(--shadow);
}

.album-watermark {
  position: absolute;
  right: clamp(0.55rem, 1.6vw, 1rem);
  bottom: clamp(0.55rem, 1.6vw, 1rem);
  width: clamp(88px, 12vw, 170px);
  opacity: 1;
  pointer-events: none;
  user-select: none;
  z-index: 2;
}

.album-watermark img {
  width: 100%;
  height: auto;
  display: block;
}

.album-viewer-image {
  width: 100%;
  height: 100%;
  max-height: 86vh;
  object-fit: contain;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.album-viewer-close,
.album-viewer-nav {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 8px;
  border: 1px solid rgba(243, 215, 125, 0.52);
  background:
    linear-gradient(145deg, rgba(243, 215, 125, 0.42), rgba(214, 173, 67, 0.32)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02));
  color: #120f07;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 22px rgba(214, 173, 67, 0.22);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.album-viewer-close:hover,
.album-viewer-nav:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  border-color: rgba(243, 215, 125, 0.82);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.36), 0 0 30px rgba(214, 173, 67, 0.3);
}

.album-viewer-close:active,
.album-viewer-nav:active {
  transform: translateY(0);
  filter: brightness(1.02);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28), 0 0 16px rgba(214, 173, 67, 0.24);
}

.album-viewer-close {
  top: 1.2rem;
  right: 1.2rem;
}

.album-viewer-prev {
  left: 1.2rem;
}

.album-viewer-next {
  right: 1.2rem;
}

.video-frame {
  width: min(94vw, 1100px);
}

.video-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video-ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  padding: 3.8rem 0 0;
  background:
    linear-gradient(180deg, #070707, #10100e);
  border-top: 1px solid var(--line);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.65fr);
  gap: 1.6rem;
  align-items: start;
  padding-bottom: 2.8rem;
}

.footer-intro > img {
  width: 10.5rem;
  height: auto;
  margin-bottom: 0.8rem;
}

.contact-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.25rem;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}

.contact-list a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  flex: 0 0 16.5rem;
  min-height: 4.6rem;
  padding: 1rem 1.1rem;
  border: 1.35px solid var(--card-gold-border);
  border-radius: 8px;
  background: rgba(247, 243, 234, 0.045);
  box-shadow: 0 0 0 1px rgba(205, 178, 90, 0.12);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-list a:hover {
  transform: translateY(-2px);
  border-color: var(--card-gold-border-strong);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2), 0 0 22px rgba(214, 173, 67, 0.18);
}

.contact-list i {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(214, 173, 67, 0.12);
  color: var(--gold-2);
  font-size: 1.3rem;
}

.contact-list span {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

.contact-list small {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.contact-panel {
  padding: 1.2rem;
  background:
    linear-gradient(150deg, rgba(214, 173, 67, 0.2), rgba(200, 155, 45, 0.1) 45%, rgba(247, 243, 234, 0.035));
}

.briefing-form {
  display: grid;
  gap: 1rem;
}

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

.briefing-form label {
  display: grid;
  gap: 0.45rem;
}

.briefing-form label > span {
  color: rgba(247, 243, 234, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
}

.field {
  width: 100%;
  min-height: 3.15rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(247, 243, 234, 0.14);
  border-radius: 8px;
  outline: none;
  background: rgba(7, 7, 7, 0.52);
  color: var(--ink);
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.field::placeholder {
  color: rgba(168, 162, 154, 0.74);
}

.field:focus {
  border-color: rgba(243, 215, 125, 0.72);
  box-shadow: 0 0 0 3px rgba(214, 173, 67, 0.15);
  background: rgba(7, 7, 7, 0.7);
}

textarea.field {
  min-height: 9rem;
  resize: vertical;
}

.form-submit {
  width: 100%;
  margin-top: 0.35rem;
}

.footer-bottom {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  color: rgba(247, 243, 234, 0.54);
  font-size: 0.88rem;
}

.footer-bottom > div {
  display: flex;
  gap: 0.5rem;
}

.social-link {
  width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 243, 234, 0.045);
  color: rgba(247, 243, 234, 0.72);
  font-size: 1.22rem;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 173, 67, 0.42);
  color: var(--accent-gold);
  box-shadow: 0 0 22px rgba(214, 173, 67, 0.28);
}

.swiper-button-next,
.swiper-button-prev {
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 8px;
  border: 1px solid rgba(247, 243, 234, 0.18);
  background: rgba(7, 7, 7, 0.52);
  color: var(--ink) !important;
  backdrop-filter: blur(14px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem !important;
  font-weight: 900;
}

.swiper-pagination {
  padding-bottom: max(0.8rem, env(safe-area-inset-bottom));
}

.swiper-pagination-bullet {
  width: 1.8rem !important;
  height: 0.22rem !important;
  border-radius: 999px !important;
  background: rgba(247, 243, 234, 0.65) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: var(--gold-2) !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 3px;
}

.mobile-menu-open {
  overflow: hidden;
  touch-action: none;
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 0.1rem;
  }

  .top-nav-link {
    padding: 0 0.55rem;
    font-size: 0.82rem;
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 3.8rem;
  }

  .hero-slide-0.hero-slide-no-mask .hero-content-banner-0 p {
    font-size: 3rem;
  }

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

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

@media (max-width: 900px) {
  .hero-section .swiper-pagination {
    left: 50% !important;
    bottom: calc(0.85rem + env(safe-area-inset-bottom)) !important;
    z-index: 6;
    width: auto !important;
    padding: 0.32rem 0.45rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    border-radius: 999px;
    border: 1px solid rgba(247, 243, 234, 0.16);
    background: rgba(7, 7, 7, 0.28);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    transform: translateX(-50%);
  }

  .hero-section .swiper-pagination-bullet {
    width: 0.42rem !important;
    height: 0.42rem !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(247, 243, 234, 0.58) !important;
    opacity: 1 !important;
    transition: width 180ms ease, background-color 180ms ease, opacity 180ms ease;
  }

  .hero-section .swiper-pagination-bullet-active {
    width: 1rem !important;
    background: var(--gold) !important;
  }

  .hero-slide:nth-child(2) .hero-content {
    align-items: flex-start;
  }

  .hero-slide:nth-child(2) .hero-content h2 {
    text-align: left;
    max-width: 16ch;
    text-wrap: balance;
    letter-spacing: 0;
    word-spacing: normal;
    hyphens: none;
  }

  .hero-slide:nth-child(2) .hero-content p {
    text-align: left;
    max-width: 36ch;
    text-wrap: pretty;
    letter-spacing: 0;
    word-spacing: normal;
    hyphens: auto;
  }

  .hero-slide-3::before,
  .hero-slide-3::after,
  .hero-slide-4::before,
  .hero-slide-4::after {
    display: none;
  }

  .hero-slide-3 .hero-overlay,
  .hero-slide-4 .hero-overlay {
    opacity: 0;
  }

  .hero-content-shift-left {
    transform: none;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
  }

  .nav-shell {
    min-height: 4.2rem;
  }

  .hero-section {
    height: auto;
    min-height: 48rem;
    max-height: none;
  }

  .hero-content {
    min-height: 48rem;
    padding: 11rem 0 calc(4.8rem + env(safe-area-inset-bottom));
    width: min(100% - 1.6rem, 38rem);
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-content h1,
  .hero-content h2 {
    max-width: 18ch;
    font-size: 3.1rem;
    text-wrap: pretty;
  }

  .hero-content p {
    max-width: 42ch;
    margin-top: 0.9rem;
    font-size: 1.02rem;
    line-height: 1.46;
  }

  .hero-kicker {
    margin-bottom: 0.8rem;
  }

  .hero-actions {
    width: 100%;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .hero-actions .button,
  .hero-actions .button-liquid-glass {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
  }

  .hero-slide {
    background-position: center top;
  }

  .hero-slide-full-image {
    background-size: contain;
    background-position: center;
  }

  .hero-slide-0.hero-slide-no-mask .hero-content-banner-0 {
    width: min(100% - 1.6rem, 38rem);
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
    padding: 11rem 0 calc(4.4rem + env(safe-area-inset-bottom));
  }

  .hero-slide-0.hero-slide-no-mask .hero-content-banner-0 p {
    max-width: 18ch;
    margin: 0 auto;
    font-size: 2.35rem;
    line-height: 1.26;
    text-align: center;
    text-wrap: balance;
  }

  .hero-coming-soon-stamp {
    top: 70%;
    left: 50%;
    min-width: 10rem;
    padding: 0.66rem 1rem 0.6rem;
    border-width: 0.2rem;
    font-size: 1.34rem;
    transform: translate(-50%, -50%) rotate(-6deg);
  }

  .hero-slide-3 {
    background-position: center top;
  }

  .hero-slide-4 .hero-content {
    justify-content: flex-end;
    padding: 11rem 0 calc(4.8rem + env(safe-area-inset-bottom));
  }

  .hero-slide-no-mask .hero-content {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-slide-4 .hero-content p {
    font-size: 1.2rem;
    line-height: 1.46;
    max-width: 42ch;
  }

  .section {
    padding: 2.9rem 0;
  }

  .about-section {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important;
  }

  .section-heading,
  .split-heading {
    margin-bottom: 1.25rem;
  }

  .section-heading h2,
  .split-heading h2,
  .about-copy-block h2,
  .footer-intro h2 {
    font-size: 2.2rem;
  }

  .split-heading,
  .film-grid,
  .about-layout,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-top: 2.9rem;
  }

  .footer-shell {
    gap: 1.4rem;
    padding-bottom: 2.2rem;
  }

  .about-layout {
    gap: 1.6rem;
  }

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

  .service-card {
    min-height: 15rem;
  }

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

  .album-card-large {
    grid-row: span 1;
  }

  .about-copy-block {
    padding: 0;
  }

  .about-copy-block h2 {
    max-width: 22ch;
  }

  .about-copy-block > p:not(.eyebrow) {
    font-size: 1.15rem;
    line-height: 1.64;
  }

  .about-metrics div {
    min-height: 6.2rem;
    padding: 0.9rem;
  }

  .about-metrics strong {
    font-size: 1.9rem;
  }

  /* Mobile: harmoniza textos corridos fora da home sem alterar o hero */
  main section:not(#inicio) p,
  main section:not(#inicio) li,
  #contato .footer-intro > p,
  #contato .footer-bottom p,
  #contato .briefing-form p {
    font-size: 1.03em;
    text-align: justify;
    text-justify: inter-word;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: normal;
    letter-spacing: normal;
    overflow-wrap: break-word;
    text-wrap: pretty;
  }

  .contact-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .contact-list a {
    flex: 0 1 auto;
    flex-basis: auto;
    width: min(100%, 22rem);
  }
}

@media (max-width: 640px) {
  .hero-slide-no-mask .hero-content h1 {
    max-width: 100%;
    line-height: 1.08;
    text-wrap: pretty;
  }

  .site-header {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .nav-shell,
  .section-shell,
  .footer-shell,
  .footer-bottom {
    width: min(100% - 1.3rem, 1180px);
  }

  .brand-link img {
    height: 2.8rem;
  }

  .hero-section,
  .hero-content {
    min-height: 42rem;
  }

  .hero-content {
    padding-top: 11.4rem;
    padding-bottom: calc(4.4rem + env(safe-area-inset-bottom));
  }

  .hero-slide-0.hero-slide-no-mask .hero-content-banner-0 {
    padding-bottom: calc(3.4rem + env(safe-area-inset-bottom));
  }

  .hero-slide-0.hero-slide-no-mask .hero-content-banner-0 p {
    max-width: 19ch;
    font-size: 1.65rem;
    line-height: 1.28;
    margin-top: 0;
    text-align: center;
  }

  .hero-coming-soon-stamp {
    top: 64%;
    left: 50%;
    min-width: 7.8rem;
    padding: 0.5rem 0.72rem 0.46rem;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }

  .hero-logo {
    width: min(18rem, 80vw);
  }

  .hero-kicker {
    display: grid;
    gap: 0.3rem;
    font-size: 0.68rem;
  }

  .hero-kicker span + span::before {
    display: none;
  }

  .hero-content h1,
  .hero-content h2 {
    max-width: 19ch;
    font-size: 2.05rem;
    line-height: 0.98;
    text-align: left;
  }

  .hero-content p {
    font-size: 0.98rem;
    line-height: 1.46;
    margin-top: 0.8rem;
  }

  .hero-slide-4 .hero-content p {
    font-size: 1.12rem;
    line-height: 1.46;
    max-width: 42ch;
  }

  .hero-actions {
    margin-top: 1rem;
  }

  .section {
    padding: 2.45rem 0;
  }

  .about-section {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .section-heading,
  .split-heading {
    margin-bottom: 1rem;
  }

  .site-footer {
    padding-top: 2.4rem;
  }

  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 2.85rem;
    padding: 0 0.6rem;
    font-size: 0.84rem;
    gap: 0.38rem;
    line-height: 1.15;
  }

  .hero-actions .button,
  .hero-actions-single .button-liquid-glass {
    min-height: 2.95rem;
    font-size: 0.86rem;
    padding: 0 0.8rem;
  }

  .section-heading h2,
  .split-heading h2,
  .about-copy-block h2,
  .footer-intro h2 {
    font-size: 1.9rem;
    line-height: 1.08;
  }

  .about-copy-block h2 {
    max-width: 100%;
  }

  .about-copy-block > p:not(.eyebrow) {
    font-size: 1.12rem;
    line-height: 1.66;
  }

  .film-card {
    min-height: 19rem;
  }

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

  .event-date {
    min-height: auto;
    grid-template-columns: auto auto;
    align-items: baseline;
    justify-content: start;
    gap: 0.55rem;
  }

  .event-content {
    padding: 0.25rem;
  }

  .about-media,
  .about-media > img {
    min-height: 0;
  }

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

  .contact-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .contact-list a {
    flex: 0 1 auto;
    flex-basis: auto;
    width: min(100%, 20rem);
    grid-template-columns: auto 1fr;
    justify-items: center;
    text-align: center;
    min-height: 4.35rem;
    padding: 0.8rem 0.9rem;
    gap: 0.6rem;
  }

  .contact-list i {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }

  .contact-list span {
    font-size: 0.86rem;
    line-height: 1.2;
    white-space: normal;
  }

  .contact-list small {
    margin-bottom: 0.1rem;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
    white-space: normal;
  }

  .about-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .about-metrics div {
    min-height: 5.3rem;
    padding: 0.65rem;
  }

  .about-metrics strong {
    font-size: 1.34rem;
  }

  .about-metrics span {
    font-size: 0.75rem;
  }

  .album-viewer-nav {
    bottom: 1.2rem;
    top: auto;
  }

  .album-viewer-prev {
    left: calc(50% - 3.4rem);
  }

  .album-viewer-next {
    right: calc(50% - 3.4rem);
  }

  .footer-bottom {
    padding: 1.3rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (hover: none) {
  .top-nav-link:hover,
  .top-nav-link.is-active,
  .nav-cta:hover,
  .button:hover,
  .service-card:hover,
  .film-feature:hover .film-copy,
  .mini-film:hover,
  .event-card:hover,
  .contact-list a:hover,
  .album-card:hover div,
  .social-link:hover {
    transform: none;
    box-shadow: none;
  }

  .top-nav-link:hover::after,
  .top-nav-link.is-active::after,
  .nav-cta:hover::before,
  .button:hover::before,
  .service-card:hover::before {
    transform: none;
    left: initial;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
