:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: #0c0c0e;
  --panel-2: #121216;
  --paper: #f7f7f4;
  --paper-text: #090909;
  --text: #fbf8ee;
  --muted: rgba(251, 248, 238, 0.68);
  --line: rgba(255, 255, 255, 0.12);
  --gold: #f1c45a;
  --accent: #b8902f;
  --accent-dark: #1f1708;
  --danger: #ff7f95;
  --good: #77efb2;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.55);
}

/* Publivoice Noir template integration */
.publivoice-noir {
  background: #030303;
  color: var(--text);
}

.publivoice-noir .preloader {
  background: #030303;
}

.publivoice-noir .preloader.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: -1 !important;
  display: none !important;
}

.publivoice-noir .preloader-heading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  pointer-events: none;
}

.publivoice-noir .preloader-heading span {
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.publivoice-noir .preloader-heading .cont {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.44em;
}

.publivoice-noir .preloader-wave {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  width: 100%;
  height: 46vh;
  fill: #030303;
  pointer-events: none;
}

.publivoice-noir .main-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(241, 196, 90, 0.16);
  background: rgba(3, 3, 3, 0.84);
  backdrop-filter: blur(20px);
}

.publivoice-noir .header-upper {
  padding: 0;
}

.publivoice-noir .header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  min-height: 86px;
  flex-wrap: nowrap;
}

.publivoice-noir .logo-area {
  flex: 0 0 auto;
}

.publivoice-noir .main-menu {
  flex: 1 1 auto;
  min-width: 0;
}

.publivoice-noir .menu-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 0 auto;
  margin-left: auto;
}

.publivoice-noir .site-logo {
  display: inline-grid;
  gap: 3px;
  color: white;
  letter-spacing: 0;
  text-transform: uppercase;
}

.publivoice-noir .site-logo span {
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.publivoice-noir .site-logo small {
  color: rgba(241, 196, 90, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.publivoice-noir .main-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 1vw, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.publivoice-noir .main-menu a {
  color: rgba(251, 248, 238, 0.76);
  font-size: clamp(10px, 0.72vw, 13px);
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}

.publivoice-noir .main-menu a:hover {
  color: var(--gold);
}

.publivoice-noir .theme-btn,
.publivoice-noir .book-button,
.publivoice-noir .service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(241, 196, 90, 0.42);
  border-radius: 0;
  padding: 13px 22px;
  background:
    linear-gradient(135deg, rgba(241, 196, 90, 0.24), rgba(184, 144, 47, 0.08)),
    #120f08;
  color: var(--text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 260ms ease;
}

.publivoice-noir .theme-btn:hover,
.publivoice-noir .book-button:hover,
.publivoice-noir .service-link:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 196, 90, 0.9);
  color: white;
  box-shadow: 0 20px 60px rgba(184, 144, 47, 0.18);
}

.publivoice-noir .theme-btn-outline {
  background: rgba(255, 255, 255, 0.04);
}

.publivoice-noir .hamburger {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(241, 196, 90, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.publivoice-noir .hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--gold);
}

.pv-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 86px);
  padding: clamp(90px, 12vw, 170px) 0 clamp(70px, 9vw, 120px);
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98), rgba(3, 3, 3, 0.72) 54%, rgba(3, 3, 3, 0.92)),
    radial-gradient(circle at 76% 24%, rgba(241, 196, 90, 0.2), transparent 34rem),
    url("/assets/services/production-cinematographique-detail.png") center / cover no-repeat;
}

.pv-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, #030303);
  pointer-events: none;
}

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

.pv-eyebrow,
.section-title p {
  color: var(--gold) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.pv-hero h1,
.pv-services h2,
.pv-booking h2,
.pv-projects h2,
.pv-contact h2 {
  max-width: 980px;
  color: var(--text);
  font-family: "Playfair Display", serif;
  font-size: clamp(52px, 7vw, 112px);
  line-height: 0.92;
  letter-spacing: 0;
}

.pv-hero p:not(.pv-eyebrow),
.pv-section-copy,
.pv-contact p {
  max-width: 760px;
  color: rgba(251, 248, 238, 0.72);
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.75;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.pv-hero-card {
  overflow: hidden;
  border: 1px solid rgba(241, 196, 90, 0.34);
  background: #040404;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.62);
}

.pv-hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.pv-marquee {
  border-block: 1px solid rgba(241, 196, 90, 0.13);
  background: #050505;
}

.pv-marquee .scroller__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(18px, 4vw, 56px);
  padding: 28px 18px;
}

.pv-marquee span {
  color: rgba(251, 248, 238, 0.7);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pv-services,
.pv-projects,
.pv-booking,
.pv-contact {
  padding: clamp(76px, 10vw, 132px) 0;
  background:
    radial-gradient(circle at 18% 6%, rgba(241, 196, 90, 0.09), transparent 30rem),
    #030303;
}

.pv-signature-tile {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 100%;
  border: 1px solid rgba(241, 196, 90, 0.2);
  background: linear-gradient(180deg, #111, #060606);
  color: white;
}

.pv-signature-tile img {
  width: 100%;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  object-position: center top;
  opacity: 0.88;
}

.pv-signature-tile span,
.pv-signature-tile h4,
.pv-signature-tile p {
  padding-inline: 24px;
}

.pv-signature-tile span {
  margin-top: 24px;
  color: var(--gold);
  font-weight: 900;
}

.pv-signature-tile h4 {
  color: white;
  font-size: 24px;
  font-weight: 900;
}

.pv-signature-tile p {
  padding-bottom: 26px;
  color: rgba(251, 248, 238, 0.66);
}

.pv-projects .portfolio-grid {
  max-width: 1580px;
  margin-inline: auto;
}

.pv-promotions-section {
  padding: clamp(76px, 10vw, 128px) 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(241, 196, 90, 0.1), transparent 24rem),
    linear-gradient(180deg, #030303, #080705 48%, #030303);
}

.pv-promotions-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.pv-promotions-stack {
  display: grid;
  gap: 24px;
}

.pv-promo-offer-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.98fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(241, 196, 90, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(7, 7, 6, 0.92);
  box-shadow: var(--shadow);
}

.pv-promo-offer-card-alt .pv-promo-main img,
.pv-promo-offer-card-alt .pv-promo-side img {
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.04), transparent 34%),
    linear-gradient(180deg, #0d0c0a, #040403);
}

.pv-promo-offer-card-maternity {
  background:
    radial-gradient(circle at 78% 28%, rgba(241, 196, 90, 0.12), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    #070604;
}

.pv-promo-copy h3 {
  margin-bottom: 16px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
}

.pv-promo-copy p {
  color: rgba(251, 248, 238, 0.74);
  line-height: 1.75;
}

.pv-promo-tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 18px;
  padding: 0 16px;
  border: 1px solid rgba(241, 196, 90, 0.3);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pv-promo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
}

.pv-promo-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(241, 196, 90, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(251, 248, 238, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.pv-promo-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-height: 540px;
}

.pv-promo-poster-gallery {
  display: block;
  min-height: auto;
}

.pv-promo-poster-gallery .pv-promo-main {
  height: min(620px, 72vw);
}

.pv-promo-main,
.pv-promo-side,
.shooting-gallery-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 196, 90, 0.22);
  background: #050504;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.34);
}

.pv-promo-main {
  grid-row: 1 / -1;
}

.pv-promo-gallery img,
.shooting-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.06), transparent 36%),
    linear-gradient(180deg, #111, #050505);
  padding: 14px;
}

.publivoice-noir .portfolio-box {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 100%;
  border: 1px solid rgba(241, 196, 90, 0.22);
  background: #050505;
  color: white;
}

.publivoice-noir .portfolio-box img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
  object-position: center top;
  transition: transform 700ms ease;
}

.publivoice-noir .portfolio-box:hover img {
  transform: scale(1.04);
}

.portfolio-category {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(241, 196, 90, 0.34);
  background: rgba(0, 0, 0, 0.7);
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 26px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88));
}

.portfolio-caption h4 {
  max-width: 620px;
  color: white;
  font-size: clamp(24px, 2.6vw, 42px);
  line-height: 1.05;
}

.portfolio-caption button {
  justify-self: start;
  border: 1px solid rgba(241, 196, 90, 0.42);
  background: rgba(0, 0, 0, 0.72);
  color: white;
  cursor: pointer;
  padding: 10px 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.pv-booking .service-tabs {
  justify-content: flex-start;
  max-width: none;
  margin: 36px 0 34px;
  border-color: rgba(241, 196, 90, 0.16);
}

.pv-booking .service-tabs button {
  color: rgba(251, 248, 238, 0.62);
}

.pv-booking .service-tabs .is-active {
  color: white;
  border-color: var(--gold);
}

.pv-booking .services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.publivoice-noir .service-card {
  border: 1px solid rgba(241, 196, 90, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    #070707;
  color: var(--text);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.publivoice-noir .service-card.is-wide-art {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  background: #050505;
}

.publivoice-noir .service-image {
  aspect-ratio: 1.12;
  background: #030303;
}

.publivoice-noir .service-card.is-wide-art .service-image {
  aspect-ratio: auto;
  min-height: 560px;
}

.publivoice-noir .service-card.is-wide-art .service-image img {
  object-fit: contain;
  object-position: center;
  padding: clamp(12px, 2vw, 28px);
}

.publivoice-noir .service-card:not(.is-wide-art) .service-image img {
  object-fit: cover;
  object-position: center top;
}

.publivoice-noir .service-image span {
  border: 1px solid rgba(241, 196, 90, 0.36);
  background: rgba(0, 0, 0, 0.78);
  color: var(--gold);
}

.publivoice-noir .service-body {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.publivoice-noir .service-body p {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.publivoice-noir .service-body h3 {
  color: white;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.1;
}

.publivoice-noir .featured-offer-copy,
.publivoice-noir .service-description {
  border-left-color: var(--gold);
  background: rgba(241, 196, 90, 0.08);
  color: rgba(251, 248, 238, 0.76);
}

.publivoice-noir .service-body ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: rgba(251, 248, 238, 0.68);
  list-style: none;
}

.publivoice-noir .service-body li::before {
  content: "•";
  color: var(--gold);
  margin-right: 8px;
}

.publivoice-noir .service-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(251, 248, 238, 0.68);
}

.publivoice-noir .service-meta strong {
  color: var(--gold);
  font-size: 24px;
}

.pv-proof {
  padding: 44px 0;
  border-block: 1px solid rgba(241, 196, 90, 0.16);
  background: #070707;
}

.pv-proof .row > div {
  display: grid;
  gap: 4px;
  padding: 20px;
  border-right: 1px solid rgba(241, 196, 90, 0.12);
}

.pv-proof strong {
  color: var(--gold);
  font-size: 24px;
}

.pv-proof span {
  color: rgba(251, 248, 238, 0.64);
}

.pv-contact .contact-form {
  border: 1px solid rgba(241, 196, 90, 0.18);
  padding: clamp(22px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.035);
}

.pv-contact input,
.pv-contact textarea,
.pv-contact select {
  width: 100%;
  min-height: 58px;
  margin-bottom: 18px;
  border: 1px solid rgba(241, 196, 90, 0.2);
  border-radius: 0;
  padding: 0 18px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
}

.pv-contact textarea {
  padding-block: 16px;
}

.pv-footer {
  padding: 42px 0;
  border-top: 1px solid rgba(241, 196, 90, 0.16);
  background: #030303;
}

.pv-footer p,
.footer-links a {
  color: rgba(251, 248, 238, 0.62);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.booking-shell {
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 34px);
  border: 1px solid rgba(241, 196, 90, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 242, 236, 0.98)),
    var(--paper);
  color: var(--paper-text);
  box-shadow: var(--shadow);
}

.booking-shell header {
  padding: clamp(28px, 4vw, 48px) clamp(24px, 5vw, 64px) 0;
}

.booking-shell header p {
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.52);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-shell header h2 {
  color: #090909;
  font-size: clamp(34px, 4vw, 56px);
}

.booking-shell section {
  padding: clamp(28px, 5vw, 64px);
}

.step-caption {
  margin: 12px 0 0;
  color: rgba(0, 0, 0, 0.58);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.booking-shell h3,
.booking-shell label {
  color: #111;
}

.step-dots {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.step-dots span {
  width: 38px;
  height: 5px;
  background: rgba(0, 0, 0, 0.16);
}

.step-dots .is-active,
.step-dots .is-done {
  background: var(--accent);
}

.calendar-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 28px;
}

.calendar-days,
.time-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.publivoice-noir .time-slots {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
}

.publivoice-noir .time-slots button {
  flex: 0 0 120px;
  min-height: 56px;
}

.calendar-days button,
.time-slots button {
  min-height: 66px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: white;
  color: #111;
  cursor: pointer;
}

.calendar-days button {
  display: grid;
  place-items: center;
  gap: 4px;
}

.calendar-days span {
  color: rgba(0, 0, 0, 0.55);
  font-size: 13px;
}

.calendar-days .is-active,
.time-slots .is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
}

.calendar-days .is-active span {
  color: white;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
  position: sticky;
  bottom: 0;
  z-index: 3;
  padding-top: 12px;
  padding-bottom: 8px;
  background: linear-gradient(180deg, rgba(245, 242, 236, 0), rgba(245, 242, 236, 0.94) 30%);
}

.dialog-actions > button:not(.book-button) {
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: white;
  color: #111;
  cursor: pointer;
  padding: 13px 22px;
}

.booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.booking-fields .span-2 {
  grid-column: 1 / -1;
}

.booking-fields .is-hidden-field {
  display: none;
}

.booking-fields input,
.booking-fields textarea,
.booking-fields select {
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  border: 2px solid rgba(0, 0, 0, 0.72);
  background: white;
  color: #111;
  padding: 0 14px;
}

.booking-fields textarea {
  padding-block: 12px;
}

.booking-fields .check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  line-height: 1.55;
}

.booking-fields .check input {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  padding: 0;
}

@media (max-width: 1199px) {
  .publivoice-noir .main-menu {
    display: none !important;
  }

  .publivoice-noir .menu-btns .theme-btn {
    display: none;
  }

  .publivoice-noir .hamburger {
    display: inline-block;
  }

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

  .publivoice-noir .service-card.is-wide-art {
    grid-template-columns: 1fr;
  }

  .publivoice-noir .service-card.is-wide-art .service-image {
    min-height: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1380px) {
  .publivoice-noir .menu-btns .theme-btn {
    display: none;
  }
}

@media (max-width: 1580px) {
  .publivoice-noir .header-inner {
    gap: 18px;
  }

  .publivoice-noir .site-logo span {
    font-size: clamp(18px, 1.8vw, 28px);
  }

  .publivoice-noir .site-logo small {
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  .publivoice-noir .main-menu ul {
    gap: 12px;
  }

  .publivoice-noir .menu-btns .theme-btn {
    min-height: 48px;
    padding: 12px 16px;
    font-size: 12px;
  }
}

@media (max-width: 1460px) {
  .publivoice-noir .menu-btns .theme-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .publivoice-noir .header-inner {
    min-height: 74px;
  }

  .pv-hero {
    min-height: auto;
    padding: 88px 0 54px;
  }

  .pv-hero h1,
  .pv-services h2,
  .pv-booking h2,
  .pv-projects h2,
  .pv-contact h2 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .pv-hero-card {
    margin-top: 34px;
  }

  .pv-booking .services-grid,
  .calendar-layout,
  .booking-fields {
    grid-template-columns: 1fr;
  }

  .calendar-days,
  .time-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publivoice-noir .time-slots {
    display: flex;
    flex-wrap: wrap;
    max-height: 260px;
  }

  .publivoice-noir .time-slots button {
    flex: 1 1 calc(50% - 10px);
    min-width: 140px;
  }

  .pv-booking .service-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .pv-booking .service-tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .publivoice-noir .service-card.is-wide-art .service-image img {
    padding: 8px;
  }

  .portfolio-caption {
    padding: 20px;
  }

  .dialog-actions,
  .hero-btns,
  .footer-links {
    justify-content: stretch;
  }

  .dialog-actions > *,
  .hero-btns > *,
  .footer-links > * {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(241, 196, 90, 0.11), transparent 34rem),
    radial-gradient(circle at 88% 8%, rgba(184, 144, 47, 0.12), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #09090c 48%, #050505 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: hidden;
}

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

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

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

input[data-allow-paste],
textarea[data-allow-paste] {
  -webkit-user-select: text;
  user-select: text;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  max-width: 100%;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  min-width: 0;
  max-width: 100%;
  color: rgba(251, 248, 238, 0.84);
  font-size: 15px;
  font-weight: 700;
}

nav a:hover {
  color: var(--gold);
}

.header-cta,
.primary-action,
.secondary-action,
.book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 0;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 800;
}

.header-cta,
.primary-action,
.book-button {
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  color: white;
}

.primary-action:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

main {
  overflow: hidden;
}

section {
  padding: clamp(74px, 9vw, 132px) clamp(18px, 5vw, 78px);
}

.hero-section {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.9fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 960px;
  margin-bottom: 24px;
  font-size: clamp(56px, 8.6vw, 132px);
  line-height: 0.88;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.98;
}

h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

p {
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.72;
}

.hero-actions,
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin: 34px 0 30px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 26px;
}

.hero-metrics strong {
  display: grid;
  gap: 6px;
  min-height: 92px;
  border: 1px solid rgba(241, 196, 90, 0.18);
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  color: rgba(251, 248, 238, 0.86);
  font-size: 13px;
  text-transform: uppercase;
}

.hero-metrics span {
  color: var(--gold);
  font-size: 27px;
  line-height: 1;
}

.hero-facts span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(251, 248, 238, 0.82);
  font-size: 12px;
  font-weight: 850;
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.photo-stage {
  height: min(62vw, 610px);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(241, 196, 90, 0.22);
  background: #050505;
  box-shadow: var(--shadow);
}

.photo-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 82%;
  opacity: 0.78;
  filter: contrast(1.08) saturate(0.9);
}

.signal-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(340px, 82%);
  border: 1px solid rgba(241, 196, 90, 0.26);
  padding: 20px;
  background: rgba(0, 0, 0, 0.82);
  box-shadow: var(--shadow);
}

.signal-card strong,
.signal-card span {
  display: block;
}

.signal-card span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.proof-strip span {
  display: grid;
  min-height: 82px;
  place-items: center;
  background: #070709;
  color: rgba(251, 248, 238, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.section-head {
  max-width: 940px;
  margin-bottom: 34px;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.parcours-section {
  background:
    linear-gradient(180deg, rgba(241, 196, 90, 0.06), transparent),
    #050505;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.journey-grid article,
.portfolio-grid article,
.faq-grid details {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.journey-grid article {
  display: grid;
  align-content: start;
  min-height: 230px;
  padding: 22px;
}

.journey-grid span {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.journey-grid strong {
  margin-bottom: 12px;
  font-size: 22px;
}

.journey-grid p {
  margin: 0;
  font-size: 15px;
}

.service-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 4vw, 58px);
  max-width: 1280px;
  margin: 0 auto 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.service-tabs button {
  min-height: 58px;
  border: 0;
  border-bottom: 5px solid transparent;
  background: transparent;
  color: rgba(251, 248, 238, 0.78);
  cursor: pointer;
  font-size: clamp(16px, 1.8vw, 24px);
}

.service-tabs .is-active {
  border-color: var(--accent);
  color: white;
}

.services-booking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  max-width: 1500px;
  margin: 0 auto;
}

.service-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--paper);
  color: var(--paper-text);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

.service-card.is-wide-art {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(241, 196, 90, 0.08), transparent 52%),
    #f6f0e4;
}

.service-card.is-hidden {
  display: none;
}

.service-image {
  position: relative;
  display: block;
  aspect-ratio: 1.48;
  overflow: hidden;
  background: #111;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card.is-wide-art .service-image {
  aspect-ratio: 2540 / 1576;
  background: #000;
  border-bottom: 1px solid rgba(184, 144, 47, 0.36);
}

.service-card.is-wide-art .service-image img,
.studio-image-wall img:nth-child(1),
.shooting-page-poster img {
  object-fit: contain;
  background: #000;
}

.service-card.is-wide-art .service-image span {
  display: none;
}

.service-card.is-wide-art .service-body {
  align-content: center;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 28px;
}

.service-card.is-wide-art .service-body p,
.service-card.is-wide-art .service-body h3,
.service-card.is-wide-art .featured-offer-copy,
.service-card.is-wide-art .service-description,
.service-card.is-wide-art .service-body ul {
  grid-column: 1 / -1;
}

.service-card.is-wide-art .service-body ul {
  min-height: auto;
}

.service-card.is-wide-art .service-link {
  align-self: center;
}

.featured-offer-copy {
  border-left: 3px solid #b8902f;
  padding: 14px 16px;
  background: rgba(184, 144, 47, 0.12);
  color: rgba(0, 0, 0, 0.72);
  font-weight: 750;
  line-height: 1.55;
}

.service-description {
  border-left: 3px solid rgba(184, 144, 47, 0.72);
  padding: 13px 15px;
  background: rgba(184, 144, 47, 0.1);
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.58;
}

.service-image span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  min-width: 86px;
  padding: 10px 14px;
  background: #f4dc80;
  color: #040404;
  font-size: 26px;
  font-weight: 950;
  text-align: center;
}

.service-body {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 42px);
}

.service-body p {
  margin: 0;
  color: rgba(0, 0, 0, 0.56);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-body h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1.13;
}

.service-body ul {
  display: grid;
  gap: 7px;
  min-height: 110px;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.72);
  list-style: none;
}

.service-body li::before {
  content: "• ";
}

.service-meta {
  display: grid;
  gap: 8px;
  color: #111;
  font-size: 20px;
}

.service-meta strong {
  font-weight: 500;
}

.book-button {
  justify-self: start;
  min-width: 160px;
  font-size: 19px;
}

.service-link {
  justify-self: start;
  color: #0b0b0b;
  font-size: 15px;
  font-weight: 900;
  text-decoration-color: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
}

.shooting-highlight-section,
.shooting-page-hero,
.shooting-signature-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  background:
    radial-gradient(circle at 74% 36%, rgba(241, 196, 90, 0.2), transparent 28rem),
    linear-gradient(135deg, #000 0%, #070603 60%, #0f0c06 100%);
}

.shooting-highlight-copy,
.shooting-page-copy,
.shooting-signature-section > div {
  max-width: 820px;
}

.shooting-highlight-copy h2,
.shooting-page-copy h1,
.shooting-signature-section h2 {
  color: #fff;
}

.shooting-highlight-copy p,
.shooting-page-copy p,
.shooting-signature-section p {
  color: rgba(251, 248, 238, 0.72);
  line-height: 1.75;
}

.shooting-highlight-visual,
.shooting-page-poster,
.shooting-signature-section figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 196, 90, 0.24);
  background: #020202;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.6);
}

.shooting-highlight-visual img,
.shooting-page-poster img,
.shooting-signature-section img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.96);
}

.shooting-highlight-visual {
  aspect-ratio: 1.03;
}

.shooting-page-poster {
  aspect-ratio: 2540 / 1576;
}

.shooting-signature-section {
  grid-template-columns: minmax(360px, 1fr) minmax(0, 0.86fr);
  background:
    radial-gradient(circle at 18% 42%, rgba(241, 196, 90, 0.16), transparent 30rem),
    #000;
}

.shooting-maternity-detail {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 0.82fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  background:
    radial-gradient(circle at 24% 18%, rgba(241, 196, 90, 0.14), transparent 28rem),
    linear-gradient(180deg, #030303, #090806 52%, #030303);
}

.shooting-maternity-poster {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 196, 90, 0.28);
  background: #050504;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.45);
}

.shooting-maternity-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.shooting-maternity-copy h2 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 5vw, 82px);
  line-height: 0.95;
}

.shooting-maternity-copy p {
  color: rgba(251, 248, 238, 0.74);
  line-height: 1.75;
}

@media (max-width: 991px) {
  .shooting-maternity-detail {
    grid-template-columns: 1fr;
  }
}

.shooting-signature-section figure {
  aspect-ratio: 1.02;
}

.shooting-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.shooting-proof span {
  border: 1px solid rgba(241, 196, 90, 0.2);
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(251, 248, 238, 0.86);
  font-weight: 850;
}

.shooting-page-hero {
  min-height: 100vh;
  padding-top: 116px;
}

.shooting-offer-bar {
  position: sticky;
  top: 76px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px clamp(16px, 5vw, 76px);
  border-block: 1px solid rgba(241, 196, 90, 0.24);
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(18px);
}

.shooting-offer-bar strong {
  color: #fff;
  font-size: 16px;
}

.shooting-offer-bar span {
  border: 1px solid rgba(241, 196, 90, 0.24);
  padding: 9px 12px;
  color: rgba(251, 248, 238, 0.82);
  font-size: 13px;
  font-weight: 850;
}

.shooting-offer-bar .primary-action {
  min-height: 42px;
  padding: 11px 18px;
}

.shooting-offer-section,
.shooting-audience-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 196, 90, 0.1), transparent 30rem),
    #070707;
}

.offer-detail-grid,
.offer-options-grid {
  display: grid;
  gap: 16px;
  max-width: 1280px;
  margin-inline: auto;
}

.offer-detail-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.offer-options-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.offer-detail-grid article,
.offer-options-grid article {
  border: 1px solid rgba(241, 196, 90, 0.18);
  padding: clamp(20px, 2.6vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.58);
  box-shadow: var(--shadow);
}

.offer-detail-grid span,
.offer-options-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 24px;
  font-weight: 950;
}

.offer-detail-grid strong,
.offer-options-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
}

.offer-detail-grid p,
.offer-options-grid p {
  margin: 0;
  color: rgba(251, 248, 238, 0.68);
  line-height: 1.65;
}

.shooting-process-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 196, 90, 0.1), transparent 32rem),
    #050505;
}

.center-cta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 0;
  margin-top: 38px;
}

.shooting-gallery-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 196, 90, 0.08), transparent 28rem),
    #050505;
}

.shooting-gallery-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.82fr 0.9fr;
  gap: 18px;
}

.shooting-gallery-card {
  aspect-ratio: 0.86;
  display: grid;
  place-items: center;
}

.center-cta > * {
  width: 100%;
  min-width: 0;
  min-height: 72px;
  padding: 18px 20px;
  text-align: center;
  line-height: 1.18;
  white-space: normal;
}

.pv-cloud-2026 .offer-detail-grid.is-spotlight article {
  border-color: rgba(241, 196, 90, 0.72);
  box-shadow: 0 0 0 1px rgba(241, 196, 90, 0.22), 0 20px 60px rgba(241, 196, 90, 0.12);
  transform: translateY(-4px);
  transition: 260ms ease;
}

.cloud-activation-hero {
  padding-top: 110px;
  background:
    radial-gradient(circle at 18% 12%, rgba(241, 196, 90, 0.14), transparent 24rem),
    radial-gradient(circle at 82% 18%, rgba(184, 144, 47, 0.12), transparent 26rem),
    linear-gradient(180deg, #050505, #090806 48%, #030303);
}

.cloud-activation-copy {
  max-width: 860px;
}

.cloud-activation-note {
  color: var(--gold);
  font-weight: 700;
}

.cloud-journey-section {
  background:
    linear-gradient(180deg, #030303, #0a0907 45%, #030303);
}

.cloud-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cloud-stepper button {
  min-height: 68px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(251, 248, 238, 0.72);
  font-weight: 800;
}

.cloud-stepper button:last-child {
  border-right: 0;
}

.cloud-stepper button.is-active {
  background:
    linear-gradient(135deg, rgba(255, 230, 162, 0.24), rgba(184, 144, 47, 0.18)),
    rgba(16, 12, 6, 0.92);
  color: white;
}

.cloud-journey-grid {
  display: grid;
  gap: 24px;
}

.cloud-journey-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(241, 196, 90, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(7, 7, 6, 0.9);
}

.cloud-journey-card.is-active {
  border-color: rgba(241, 196, 90, 0.44);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.cloud-step-badge {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 230, 162, 0.2), rgba(184, 144, 47, 0.4));
  color: white;
  font-size: 22px;
  font-weight: 900;
}

.cloud-journey-card h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 48px);
}

.cloud-form-grid {
  margin-top: 22px;
}

.cloud-illustration-box {
  display: grid;
  gap: 10px;
  margin: 26px 0;
  padding: 24px;
  border: 1px solid rgba(241, 196, 90, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.cloud-illustration-box i {
  color: var(--gold);
  font-size: 42px;
}

.cloud-illustration-box strong {
  color: white;
  font-size: 22px;
}

.cloud-illustration-box span {
  color: rgba(251, 248, 238, 0.7);
}

.cloud-illustration-box.is-success {
  border-color: rgba(119, 239, 178, 0.22);
}

.cloud-final-panel {
  margin-top: 30px;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(241, 196, 90, 0.22);
  background:
    radial-gradient(circle at 20% 0%, rgba(241, 196, 90, 0.08), transparent 24rem),
    rgba(10, 9, 7, 0.96);
}

.studio-experience-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 50%, rgba(184, 144, 47, 0.14), transparent 28rem),
    #050505;
}

.studio-image-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 190px);
  gap: 14px;
}

.studio-image-wall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(241, 196, 90, 0.18);
  filter: saturate(0.96) contrast(1.08);
}

.studio-image-wall img:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 3;
}

.studio-image-wall img:nth-child(2) {
  grid-column: 5 / 7;
}

.studio-image-wall img:nth-child(3) {
  grid-column: 5 / 7;
}

.studio-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.studio-bullets span {
  border-left: 3px solid var(--gold);
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(251, 248, 238, 0.88);
  font-weight: 800;
}

.vision-section {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(28px, 6vw, 80px);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
}

.vision-copy {
  columns: 2 280px;
  column-gap: 42px;
}

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

.services-grid article,
.contact-form,
.contact-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.services-grid article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 280px;
  padding: 0;
}

.services-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: contain;
  object-position: center;
  background: #000;
  border-bottom: 1px solid rgba(241, 196, 90, 0.2);
}

.services-grid strong {
  display: block;
  margin: 20px 20px 10px;
  color: var(--text);
  font-size: 19px;
}

.services-grid span {
  display: block;
  margin: 0 20px 22px;
  color: var(--muted);
  line-height: 1.6;
}

.service-overview-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: auto 20px 22px;
  border: 1px solid rgba(241, 196, 90, 0.24);
  padding: 0 16px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-overview-link:hover,
.service-link:hover {
  color: #fff;
  background: rgba(184, 144, 47, 0.22);
}

.service-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  min-height: calc(100vh - 78px);
  background:
    radial-gradient(circle at 74% 20%, rgba(241, 196, 90, 0.16), transparent 28rem),
    #050505;
}

.service-detail-hero figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 196, 90, 0.2);
  background: #000;
  box-shadow: var(--shadow);
}

.service-detail-hero .service-hero-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.72fr);
  gap: 12px;
  padding: 12px;
  background:
    radial-gradient(circle at 20% 18%, rgba(241, 196, 90, 0.15), transparent 19rem),
    #000;
}

.service-detail-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.service-detail-hero .service-hero-collage img {
  height: 100%;
  border: 1px solid rgba(241, 196, 90, 0.18);
  object-fit: cover;
  object-position: center;
}

.service-detail-hero .service-hero-collage img:first-child {
  min-height: 520px;
  aspect-ratio: 1.05;
}

.service-detail-hero .service-hero-collage img:nth-child(2) {
  align-self: center;
  aspect-ratio: 0.72;
  min-height: 360px;
  object-fit: cover;
  background: #030303;
}

.service-detail-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-block: 26px;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  background: #070707;
}

.service-detail-index a {
  border: 1px solid rgba(241, 196, 90, 0.2);
  padding: 10px 13px;
  color: rgba(251, 248, 238, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-detail-index a:hover {
  color: var(--gold);
  background: rgba(241, 196, 90, 0.08);
}

.service-detail-section {
  display: grid;
  grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(241, 196, 90, 0.045), transparent),
    #050505;
}

.service-detail-section:nth-of-type(even) {
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.82fr);
}

.service-detail-section:nth-of-type(even) .service-detail-image {
  order: 2;
}

.service-detail-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 196, 90, 0.2);
  background: #000;
  box-shadow: var(--shadow);
}

.service-detail-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.service-detail-image.service-detail-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  gap: 12px;
  padding: 12px;
  background:
    radial-gradient(circle at 0% 0%, rgba(241, 196, 90, 0.13), transparent 22rem),
    #000;
}

.service-detail-image.service-detail-pair img {
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(241, 196, 90, 0.18);
  background: #030303;
  object-fit: contain;
}

.service-detail-image.service-detail-pair img:first-child {
  min-height: 500px;
  aspect-ratio: 0.82;
}

.service-detail-image.service-detail-pair img:nth-child(2) {
  align-self: center;
  max-height: 560px;
  aspect-ratio: 0.74;
}

.service-detail-copy {
  max-width: 840px;
}

.service-detail-copy p {
  color: rgba(251, 248, 238, 0.72);
}

.service-detail-copy h2 {
  color: #fff;
}

.service-detail-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.service-detail-points li {
  border: 1px solid rgba(241, 196, 90, 0.18);
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(251, 248, 238, 0.84);
  font-weight: 800;
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-detail-final {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 196, 90, 0.16), transparent 28rem),
    #000;
}

.service-detail-final .hero-actions {
  justify-content: center;
}

.portfolio-section {
  background: #000;
}

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

.portfolio-grid article {
  overflow: hidden;
}

.portfolio-grid img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

.portfolio-grid span,
.portfolio-grid strong {
  display: block;
  padding-inline: 22px;
}

.portfolio-grid span {
  margin-top: 22px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-grid strong {
  padding-top: 10px;
  padding-bottom: 26px;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.14;
}

.productions-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 82px);
}

.visual-panel {
  display: grid;
  place-items: center;
  min-height: 460px;
}

.visual-panel img {
  width: min(86%, 430px);
}

.quote-line {
  margin-top: 28px;
  border-left: 3px solid var(--gold);
  padding: 18px 0 18px 22px;
  color: var(--text);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
}

.faq-section {
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

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

.faq-grid details {
  padding: 22px;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--text);
  font-size: 20px;
  font-weight: 900;
}

.faq-grid p {
  margin: 18px 0 0;
  font-size: 16px;
}

.contact-card {
  display: grid;
  gap: 10px;
  max-width: 500px;
  margin-top: 28px;
  padding: 22px;
}

.contact-card span,
.contact-card a {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 15px;
  padding: 24px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(251, 248, 238, 0.78);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  padding: 14px;
  background: rgba(2, 3, 8, 0.72);
  color: var(--text);
  outline: none;
}

select {
  appearance: none;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(241, 196, 90, 0.1);
}

.form-status {
  margin: 0;
  color: rgba(251, 248, 238, 0.62);
  font-size: 13px;
}

.form-status.is-good {
  color: var(--good);
}

.form-status.is-error {
  color: var(--danger);
}

.booking-dialog {
  width: min(1120px, calc(100vw - 34px));
  max-height: calc(100vh - 34px);
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--paper-text);
}

.booking-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
}

.publivoice-noir .booking-dialog[open] {
  display: grid;
  place-items: center;
  width: 100vw;
  max-width: 100vw;
  max-height: 100dvh;
  margin: 0;
  padding: 18px;
}

.publivoice-noir .booking-shell {
  width: min(1120px, calc(100vw - 36px));
  max-height: calc(100dvh - 36px);
  margin: 0 auto;
}

.booking-card {
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 34px);
  border: 1px solid rgba(241, 196, 90, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 242, 236, 0.98)),
    var(--paper);
  color: var(--paper-text);
  box-shadow: var(--shadow);
}

.booking-step {
  padding: clamp(34px, 5vw, 64px);
}

.booking-card h2,
.booking-card h3,
.booking-card p,
.booking-card label {
  color: var(--paper-text);
}

.booking-card .eyebrow,
.booking-card .muted-line {
  color: rgba(0, 0, 0, 0.58);
}

.booking-card h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}

.booking-card .primary-action {
  background: linear-gradient(135deg, #111, var(--accent));
}

.booking-card .secondary-action {
  border-color: rgba(0, 0, 0, 0.22);
  background: white;
  color: #111;
}

.dialog-close {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  font-size: 34px;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.booking-progress span {
  padding: 18px;
  color: rgba(0, 0, 0, 0.42);
  text-align: center;
  font-weight: 800;
}

.booking-progress .is-active {
  color: var(--accent);
  box-shadow: inset 0 -4px 0 var(--accent);
}

.booking-progress .is-done {
  color: #111;
}

.extras-list {
  display: grid;
  gap: 22px;
  margin: 34px 0;
}

.extra-row,
.check-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 18px;
  color: var(--paper-text);
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}

.extra-row input,
.check-line input {
  width: 22px;
  height: 22px;
  margin-top: 4px;
}

.extra-row span {
  display: grid;
  gap: 8px;
}

.extra-row small {
  max-width: 760px;
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
  line-height: 1.5;
}

.extra-row b {
  font-weight: 500;
}

.booking-summary {
  display: grid;
  gap: 8px;
  margin: 26px 0;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background:
    linear-gradient(135deg, rgba(241, 196, 90, 0.12), transparent),
    #fff;
}

.booking-summary strong,
.booking-summary span,
.booking-summary b {
  display: block;
}

.booking-summary span {
  color: rgba(0, 0, 0, 0.62);
}

.scheduler-layout {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(270px, 0.75fr);
  gap: 32px;
  align-items: start;
  margin-top: 36px;
}

.calendar-strip,
.time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.calendar-strip button,
.time-grid button {
  min-height: 68px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: white;
  color: #111;
  cursor: pointer;
  font-size: 18px;
}

.calendar-strip button {
  display: grid;
  place-items: center;
  gap: 4px;
}

.calendar-strip span {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
}

.calendar-strip .is-active,
.time-grid .is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
}

.calendar-strip .is-active span {
  color: white;
}

.booking-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
}

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

.booking-card input,
.booking-card textarea,
.booking-card select {
  border: 2px solid rgba(0, 0, 0, 0.72);
  background: white;
  color: #111;
}

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

.empty-note {
  margin: 0;
  padding: 18px;
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.6;
}

.time-slots .empty-note,
.calendar-days .empty-note {
  grid-column: 1 / -1;
  max-width: none;
}

.confirmation-section {
  min-height: calc(100vh - 78px);
  display: grid;
  align-content: center;
  gap: 42px;
  background:
    radial-gradient(circle at 16% 14%, rgba(241, 196, 90, 0.15), transparent 28rem),
    radial-gradient(circle at 86% 22%, rgba(184, 144, 47, 0.12), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%),
    #050505;
}

.confirmation-hero {
  max-width: 920px;
}

.confirmation-hero h1 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: clamp(54px, 8vw, 116px);
  line-height: 0.9;
}

.confirmation-hero p {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.55;
}

.confirmation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 22px;
}

.confirmation-card {
  border: 1px solid rgba(241, 196, 90, 0.25);
  background:
    linear-gradient(145deg, rgba(241, 196, 90, 0.1), rgba(255, 255, 255, 0.025) 45%),
    rgba(10, 10, 11, 0.92);
  box-shadow: var(--shadow);
  padding: clamp(24px, 3vw, 38px);
}

.confirmation-card.is-main {
  border-color: rgba(255, 255, 255, 0.18);
}

.confirmation-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
  color: rgba(251, 248, 238, 0.62);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.confirmation-status {
  color: var(--good);
}

.confirmation-card h2 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: 0.95;
}

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

.confirmation-detail {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  padding: 18px;
}

.confirmation-detail span,
.confirmation-kicker {
  display: block;
  margin-bottom: 8px;
  color: rgba(251, 248, 238, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.confirmation-detail strong {
  color: var(--text);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
}

.confirmation-extras {
  margin-top: 14px;
}

.confirmation-extras ul,
.confirmation-next {
  margin: 0;
  padding-left: 20px;
  color: rgba(251, 248, 238, 0.78);
  line-height: 1.75;
}

.confirmation-extras li strong {
  color: var(--gold);
}

.confirmation-next {
  padding-left: 24px;
}

.confirmation-policy {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  border: 1px solid rgba(245, 201, 105, 0.2);
  background: rgba(245, 201, 105, 0.07);
  padding: 14px 16px;
  color: rgba(251, 248, 238, 0.82);
  line-height: 1.55;
}

.confirmation-policy strong {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.confirmation-policy.is-warning {
  border-color: rgba(255, 183, 77, 0.34);
  background: rgba(255, 183, 77, 0.1);
}

.confirmation-sync {
  margin-top: 24px;
  border: 1px solid rgba(119, 239, 178, 0.25);
  background: rgba(119, 239, 178, 0.08);
  padding: 16px;
  color: var(--good);
  font-weight: 900;
}

.confirmation-actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 30px clamp(18px, 5vw, 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(251, 248, 238, 0.62);
}

@media (max-width: 1180px) {
  .services-booking-grid,
  .services-grid,
  .journey-grid,
  .portfolio-grid,
  .offer-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card.is-wide-art {
    grid-template-columns: 1fr;
  }

  .scheduler-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero-section,
  .vision-section,
  .shooting-highlight-section,
  .shooting-page-hero,
  .shooting-signature-section,
  .service-detail-hero,
  .service-detail-section,
  .service-detail-section:nth-of-type(even),
  .studio-experience-section,
  .productions-section,
  .contact-section,
  .confirmation-layout {
    grid-template-columns: 1fr;
  }

  .service-detail-section:nth-of-type(even) .service-detail-image {
    order: 0;
  }

  .service-detail-hero .service-hero-collage,
  .service-detail-image.service-detail-pair {
    grid-template-columns: 1fr;
  }

  .service-detail-hero .service-hero-collage img:first-child,
  .service-detail-image.service-detail-pair img:first-child {
    min-height: 0;
  }

  .service-detail-hero .service-hero-collage img,
  .service-detail-image.service-detail-pair img {
    height: auto;
    max-height: none;
  }

  .service-detail-hero .service-hero-collage img:nth-child(2),
  .service-detail-image.service-detail-pair img:nth-child(2) {
    aspect-ratio: auto;
    min-height: 0;
  }

  .hero-visual {
    min-height: 420px;
  }

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

  .proof-strip,
  .hero-metrics,
  .faq-grid,
  .studio-bullets,
  .shooting-proof,
  .service-detail-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  main,
  section,
  .hero-section,
  .hero-copy,
  .hero-visual,
  .section-head,
  .journey-grid article,
  .service-card,
  .service-body,
  .service-detail-copy,
  .service-detail-hero,
  .service-detail-image,
  .service-detail-section,
  .shooting-highlight-copy,
  .shooting-page-copy,
  .studio-experience-section > div,
  .vision-copy,
  .confirmation-card {
    min-width: 0;
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  p,
  strong,
  span,
  li {
    overflow-wrap: anywhere;
  }

  .site-header {
    gap: 14px;
    min-height: 0;
    padding: 12px 16px 14px;
  }

  .brand {
    width: 100%;
    min-width: 0;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    font-size: 16px;
  }

  nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    flex: 0 0 auto;
    border: 1px solid rgba(241, 196, 90, 0.2);
    padding: 8px 11px;
    background: rgba(255, 255, 255, 0.035);
    font-size: 13px;
  }

  section {
    padding-block: 54px;
    padding-inline: 16px;
  }

  .hero-section {
    min-height: auto;
    gap: 30px;
    padding-top: 46px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 52px);
    line-height: 0.96;
  }

  h2,
  .shooting-page-copy h1,
  .confirmation-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1;
  }

  p {
    font-size: 16px;
    line-height: 1.64;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .hero-copy .eyebrow {
    max-width: 330px;
  }

  .hero-actions {
    display: grid;
    margin: 28px 0 24px;
  }

  .hero-facts span {
    width: 100%;
  }

  .hero-visual {
    min-height: 0;
  }

  .photo-stage {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.08;
  }

  .signal-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .service-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    margin-bottom: 32px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .service-tabs::-webkit-scrollbar {
    display: none;
  }

  .service-tabs button {
    flex: 0 0 auto;
    min-height: 46px;
    border-bottom-width: 3px;
    padding-inline: 3px;
    font-size: 15px;
  }

  .services-booking-grid,
  .services-grid,
  .journey-grid,
  .portfolio-grid,
  .offer-detail-grid,
  .offer-options-grid,
  .confirmation-grid,
  .calendar-strip,
  .time-grid {
    grid-template-columns: 1fr;
  }

  .services-booking-grid {
    gap: 18px;
  }

  .service-body {
    padding: 22px;
  }

  .service-card.is-wide-art .service-body {
    grid-template-columns: 1fr;
  }

  .book-button,
  .service-card.is-wide-art .service-link {
    width: 100%;
    justify-self: stretch;
  }

  .service-image span {
    right: 12px;
    bottom: 12px;
    min-width: 72px;
    font-size: 20px;
  }

  .shooting-offer-bar {
    position: static;
    justify-content: flex-start;
  }

  .studio-image-wall {
    display: block;
  }

  .studio-image-wall img {
    display: block;
    aspect-ratio: 1.4;
    margin-bottom: 12px;
  }

  .header-cta,
  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .booking-dialog {
    width: 100vw;
    max-width: 100vw;
    max-height: 100dvh;
  }

  .booking-card {
    max-height: 100dvh;
    border-inline: 0;
  }

  .booking-step {
    padding: 28px 18px;
  }

  .dialog-close {
    top: 14px;
    right: 14px;
  }

  .booking-progress {
    grid-template-columns: 1fr;
  }

  .booking-progress span {
    padding: 12px;
    text-align: left;
  }

  .booking-actions {
    flex-direction: column-reverse;
  }

  .extra-row,
  .check-line {
    grid-template-columns: auto 1fr;
    gap: 14px;
    font-size: 16px;
  }

  .extra-row b {
    grid-column: 2;
  }

  .services-grid article {
    min-height: auto;
  }

  .services-grid img {
    aspect-ratio: 1.25;
  }

  .site-footer {
    display: grid;
  }
}

/* Final Publivoice Noir lock layer
   Keeps the imported Noir presentation above the legacy site styles. */
.publivoice-noir .pv-projects .portfolio-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.9fr) minmax(0, 0.9fr) !important;
  gap: 24px !important;
  max-width: 1580px !important;
  margin: 0 auto !important;
}

.publivoice-noir .pv-projects .portfolio-grid > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

.publivoice-noir .pv-projects .portfolio-grid > [class*="col-"]:first-child {
  grid-row: span 2;
}

.publivoice-noir .pv-projects .portfolio-box {
  min-height: 100%;
}

.publivoice-noir .pv-projects .portfolio-box img {
  display: block;
  height: 100%;
  min-height: 330px;
}

.publivoice-noir .pv-projects .portfolio-grid > [class*="col-"]:first-child .portfolio-box img {
  min-height: 690px;
}

.publivoice-noir .pv-booking .services-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.publivoice-noir .pv-booking .services-grid .service-card {
  min-width: 0;
}

.publivoice-noir .booking-dialog {
  z-index: 10000;
}

.publivoice-noir .booking-dialog[open] {
  display: grid;
}

@media (max-width: 1180px) {
  .publivoice-noir .pv-projects .portfolio-grid,
  .publivoice-noir .pv-booking .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .publivoice-noir .pv-projects .portfolio-grid > [class*="col-"]:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .publivoice-noir .pv-projects .portfolio-grid > [class*="col-"]:first-child .portfolio-box img {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .publivoice-noir .main-header {
    position: sticky;
  }

  .publivoice-noir .header-inner {
    min-height: 72px;
  }

  .publivoice-noir .site-logo {
    min-width: 0;
  }

  .publivoice-noir .site-logo span {
    font-size: 18px;
  }

  .center-cta {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cloud-stepper {
    grid-template-columns: 1fr;
  }

  .publivoice-noir .hero-section {
    padding-top: 118px;
  }

  .publivoice-noir .hero-content h1 {
    font-size: clamp(48px, 15vw, 72px);
    line-height: 0.92;
  }

  .publivoice-noir .hero-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .publivoice-noir .hero-actions .theme-btn {
    width: 100%;
    justify-content: center;
  }

  .publivoice-noir .pv-projects .portfolio-grid,
  .publivoice-noir .pv-booking .services-grid {
    grid-template-columns: 1fr !important;
  }

  .publivoice-noir .pv-projects .portfolio-box img,
  .publivoice-noir .pv-projects .portfolio-grid > [class*="col-"]:first-child .portfolio-box img {
    min-height: 360px;
    aspect-ratio: 0.84;
  }

  .publivoice-noir .portfolio-caption {
    padding: 22px;
  }

  .publivoice-noir .portfolio-caption h4 {
    font-size: 28px;
  }

  .publivoice-noir .featured-offer-card {
    grid-template-columns: 1fr;
  }

  .publivoice-noir .featured-offer-media {
    min-height: 440px;
  }

  .publivoice-noir .featured-offer-media img {
    object-fit: contain;
    padding: 10px;
  }
}

/* Publivoice Studio 2026 refresh */
.pv-studio-2026 {
  --pv-black: #030303;
  --pv-ink: #070707;
  --pv-panel: rgba(13, 12, 10, 0.78);
  --pv-panel-strong: rgba(18, 16, 12, 0.92);
  --pv-line: rgba(241, 196, 90, 0.18);
  --pv-line-strong: rgba(241, 196, 90, 0.42);
  --pv-gold-soft: #ffe3a1;
  background:
    linear-gradient(180deg, #030303 0%, #090806 42%, #030303 100%);
}

.pv-studio-2026 .main-header {
  border-bottom: 1px solid rgba(241, 196, 90, 0.2);
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.94), rgba(4, 4, 4, 0.78));
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.38);
}

.pv-studio-2026 .site-logo span {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pv-studio-2026 .site-logo small {
  color: rgba(241, 196, 90, 0.86);
  letter-spacing: 0.34em;
}

.pv-studio-2026 .main-menu a {
  position: relative;
  padding-block: 10px;
  color: rgba(251, 248, 238, 0.72);
}

.pv-studio-2026 .main-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transition: transform 260ms ease;
}

.pv-studio-2026 .main-menu a:hover::after {
  transform: scaleX(1);
}

.pv-studio-2026 .theme-btn {
  min-height: 52px;
  border-color: rgba(241, 196, 90, 0.5);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 230, 162, 0.22), rgba(184, 144, 47, 0.14)),
    rgba(16, 12, 6, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.pv-studio-2026 .theme-btn-outline {
  background: rgba(255, 255, 255, 0.035);
}

.pv-studio-hero {
  isolation: isolate;
  min-height: calc(100vh - 86px);
  padding: clamp(86px, 9vw, 132px) 0 clamp(70px, 9vw, 112px);
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.98), rgba(2, 2, 2, 0.68) 56%, rgba(2, 2, 2, 0.88)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), #030303),
    url("/assets/services/production-cinematographique-detail.png") center / cover no-repeat;
}

.pv-studio-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(241, 196, 90, 0.16), transparent 30%, rgba(255, 255, 255, 0.04) 48%, transparent 64%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 88px);
  opacity: 0.76;
  pointer-events: none;
}

.pv-studio-hero::after {
  height: 46%;
  background:
    linear-gradient(180deg, transparent, rgba(3, 3, 3, 0.76) 52%, #030303);
}

.pv-hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 76%);
}

.pv-studio-hero .hero-content {
  max-width: 900px;
}

.pv-studio-hero h1 {
  max-width: 980px;
  margin-bottom: 28px;
  font-size: clamp(58px, 7.8vw, 124px);
  line-height: 0.88;
  text-wrap: balance;
}

.pv-studio-hero p:not(.pv-eyebrow) {
  max-width: 780px;
  color: rgba(251, 248, 238, 0.76);
}

.pv-studio-2026 .pv-eyebrow,
.pv-studio-2026 .section-title p {
  color: var(--pv-gold-soft) !important;
  letter-spacing: 0.26em;
}

.pv-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin-top: 34px;
}

.pv-hero-metrics strong {
  display: grid;
  min-height: 112px;
  align-content: space-between;
  border: 1px solid rgba(241, 196, 90, 0.2);
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.38);
  color: rgba(251, 248, 238, 0.74);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.36;
  text-transform: uppercase;
}

.pv-hero-metrics span {
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 0.9;
}

.pv-cinematic-stack {
  position: relative;
  min-height: clamp(560px, 48vw, 710px);
}

.pv-cinematic-stack figure {
  margin: 0;
}

.pv-stack-main {
  position: absolute;
  inset: 8% 0 0 12%;
  overflow: hidden;
  border: 1px solid rgba(241, 196, 90, 0.34);
  background: #060606;
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.62);
}

.pv-stack-main img,
.pv-stack-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-stack-main img {
  min-height: 620px;
  opacity: 0.9;
  filter: contrast(1.07) saturate(0.88);
}

.pv-stack-card {
  position: absolute;
  overflow: hidden;
  width: min(260px, 46%);
  border: 1px solid rgba(241, 196, 90, 0.38);
  background: rgba(0, 0, 0, 0.74);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

.pv-stack-card img {
  aspect-ratio: 1.2;
  opacity: 0.86;
}

.pv-stack-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pv-stack-card-top {
  top: 0;
  right: 0;
}

.pv-stack-card-bottom {
  bottom: 6%;
  left: 0;
}

.pv-live-console {
  position: absolute;
  right: 5%;
  bottom: 0;
  display: grid;
  gap: 8px;
  width: min(340px, 72%);
  border: 1px solid rgba(241, 196, 90, 0.34);
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(241, 196, 90, 0.14), transparent),
    rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.56);
}

.pv-live-console span {
  width: 42px;
  height: 3px;
  background: var(--gold);
  box-shadow: 0 0 28px rgba(241, 196, 90, 0.8);
}

.pv-live-console strong {
  color: white;
  font-size: 18px;
}

.pv-live-console small {
  color: rgba(251, 248, 238, 0.62);
  line-height: 1.5;
}

.pv-studio-2026 .pv-marquee {
  background: #030303;
}

.pv-studio-2026 .pv-marquee span {
  color: rgba(255, 236, 185, 0.76);
}

.pv-split-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.pv-split-head .section-title {
  margin-bottom: 0;
}

.pv-split-head h2 {
  max-width: 1100px;
  font-size: clamp(40px, 5.4vw, 82px);
  line-height: 0.96;
  text-wrap: balance;
}

.pv-studio-manifest,
.pv-method,
.pv-office-bridge {
  position: relative;
  padding: clamp(78px, 10vw, 140px) 0;
  background:
    linear-gradient(180deg, #030303, #080705 48%, #030303);
}

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

.pv-command-grid article {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 320px;
  align-content: end;
  border: 1px solid rgba(241, 196, 90, 0.2);
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.015)),
    #070706;
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.pv-command-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(241, 196, 90, 0.16), transparent 42%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.34), transparent 62%);
  opacity: 0;
  transition: opacity 320ms ease;
}

.pv-command-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(241, 196, 90, 0.5);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38);
}

.pv-command-grid article:hover::before {
  opacity: 1;
}

.pv-command-grid i,
.pv-command-grid span,
.pv-command-grid h3,
.pv-command-grid p {
  position: relative;
  z-index: 1;
}

.pv-command-grid i {
  position: absolute;
  top: 28px;
  left: 28px;
  color: rgba(241, 196, 90, 0.82);
  font-size: 34px;
}

.pv-command-grid span {
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.18);
  font-family: "Playfair Display", serif;
  font-size: 78px;
  line-height: 0.8;
}

.pv-command-grid h3 {
  color: white;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
}

.pv-command-grid p {
  color: rgba(251, 248, 238, 0.64);
  font-size: 15px;
}

.pv-studio-2026 .pv-services,
.pv-studio-2026 .pv-projects,
.pv-studio-2026 .pv-booking,
.pv-studio-2026 .pv-contact {
  background:
    linear-gradient(180deg, #030303, #090806 48%, #030303);
}

.pv-studio-2026 .pv-signature-tile {
  border-color: rgba(241, 196, 90, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    #070706;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.pv-studio-2026 .pv-signature-tile img {
  aspect-ratio: 1 / 1.16;
  opacity: 0.82;
  filter: contrast(1.08) saturate(0.86);
  transition: transform 600ms ease, opacity 600ms ease;
}

.pv-studio-2026 .pv-signature-tile:hover img {
  transform: scale(1.035);
  opacity: 0.96;
}

.pv-method-panel,
.pv-office-panel {
  overflow: hidden;
  border: 1px solid rgba(241, 196, 90, 0.24);
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(115deg, rgba(241, 196, 90, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    #070706;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42);
}

.pv-method-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.12fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.pv-method-panel h2,
.pv-office-panel h2 {
  color: white;
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.98;
}

.pv-method-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pv-method-steps article {
  min-height: 196px;
  border: 1px solid rgba(241, 196, 90, 0.16);
  padding: 22px;
  background: rgba(0, 0, 0, 0.34);
}

.pv-method-steps span {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-weight: 900;
}

.pv-method-steps strong {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: 20px;
}

.pv-method-steps p {
  margin: 0;
  font-size: 14px;
}

.pv-studio-2026 .portfolio-grid {
  align-items: stretch;
}

.pv-studio-2026 .portfolio-box {
  min-height: 480px;
  border-color: rgba(241, 196, 90, 0.22);
}

.pv-studio-2026 .portfolio-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.pv-studio-2026 .portfolio-box img {
  height: 100%;
  min-height: 480px;
  aspect-ratio: auto;
  filter: contrast(1.08) saturate(0.88);
}

.pv-studio-2026 .portfolio-category,
.pv-studio-2026 .portfolio-caption {
  z-index: 3;
}

.pv-studio-2026 .portfolio-caption h4 {
  text-wrap: balance;
}

.pv-office-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.pv-office-panel p {
  max-width: 820px;
}

.pv-studio-2026 .pv-booking .service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 0;
  background: transparent;
}

.pv-studio-2026 .pv-booking .service-tabs button {
  min-height: 44px;
  border: 1px solid rgba(241, 196, 90, 0.2);
  border-radius: 999px;
  padding: 0 17px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(251, 248, 238, 0.68);
  font-weight: 900;
}

.pv-studio-2026 .pv-booking .service-tabs .is-active {
  background: rgba(241, 196, 90, 0.16);
  color: white;
}

.pv-studio-2026 .service-card {
  overflow: hidden;
  border-color: rgba(241, 196, 90, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.015)),
    #070706;
}

.pv-studio-2026 .service-link,
.pv-studio-2026 .book-button {
  border-radius: 999px;
}

.pv-studio-2026 .pv-proof {
  background: #050504;
}

.pv-studio-2026 .pv-proof strong {
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 3vw, 38px);
}

.pv-contact-links {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.pv-contact-links a {
  color: var(--gold);
  font-weight: 900;
}

.pv-studio-2026 .pv-contact .contact-form {
  border-color: rgba(241, 196, 90, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.016)),
    rgba(0, 0, 0, 0.42);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
}

.pv-studio-2026 .pv-footer {
  background: #030303;
}

@media (max-width: 1199px) {
  .pv-studio-2026 .pv-cinematic-stack {
    min-height: 620px;
  }

  .pv-command-grid,
  .pv-method-panel,
  .pv-office-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .pv-split-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .pv-method-steps {
    grid-template-columns: 1fr;
  }

  .pv-office-panel .theme-btn {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .pv-studio-hero {
    padding-top: 70px;
  }

  .pv-studio-hero h1 {
    font-size: clamp(45px, 14vw, 66px);
    line-height: 0.94;
  }

  .pv-hero-metrics,
  .pv-command-grid {
    grid-template-columns: 1fr;
  }

  .pv-hero-metrics strong {
    min-height: 92px;
  }

  .pv-cinematic-stack {
    min-height: 520px !important;
    margin-top: 22px;
  }

  .pv-stack-main {
    inset: 7% 0 8% 0;
  }

  .pv-stack-main img {
    min-height: 500px;
  }

  .pv-stack-card {
    width: min(210px, 52%);
  }

  .pv-live-console {
    right: 0;
    width: min(320px, 86%);
  }

  .pv-split-head h2,
  .pv-method-panel h2,
  .pv-office-panel h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .pv-command-grid article {
    min-height: 260px;
    padding: 24px;
  }

  .pv-method-panel,
  .pv-office-panel {
    padding: 24px;
  }

  .pv-studio-2026 .portfolio-box,
  .pv-studio-2026 .portfolio-box img {
    min-height: 390px;
  }
}

@media (max-width: 430px) {
  .pv-studio-2026 .site-logo span {
    font-size: 17px;
  }

  .pv-studio-2026 .site-logo small {
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .pv-studio-2026 .theme-btn {
    width: 100%;
  }

  .pv-stack-card-bottom {
    bottom: 16%;
  }
}

/* Publivoice catalogue alignment */
.pv-catalog-2026 {
  --gold: #f1c45a;
  --accent: #b8902f;
  --text: #fbf8ee;
  --muted: rgba(251, 248, 238, 0.68);
  background:
    linear-gradient(180deg, #030303 0%, #090806 48%, #030303 100%);
  color: var(--text);
}

.pv-catalog-2026 .site-header {
  border-bottom: 1px solid rgba(241, 196, 90, 0.2);
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.94), rgba(4, 4, 4, 0.82));
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.38);
}

.pv-catalog-2026 .brand {
  min-width: 230px;
}

.pv-catalog-2026 .brand img {
  border: 1px solid rgba(241, 196, 90, 0.34);
  border-radius: 50%;
}

.pv-catalog-2026 .brand strong {
  color: white;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.pv-catalog-2026 .brand small {
  color: rgba(241, 196, 90, 0.86);
  letter-spacing: 0.28em;
}

.pv-catalog-2026 nav a {
  color: rgba(251, 248, 238, 0.74);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pv-catalog-2026 .header-cta,
.pv-catalog-2026 .primary-action,
.pv-catalog-2026 .secondary-action {
  min-height: 52px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pv-catalog-2026 .header-cta,
.pv-catalog-2026 .primary-action {
  border: 1px solid rgba(241, 196, 90, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 230, 162, 0.22), rgba(184, 144, 47, 0.16)),
    rgba(16, 12, 6, 0.94);
}

.pv-catalog-2026 .secondary-action {
  border-color: rgba(241, 196, 90, 0.24);
}

.pv-catalog-2026 .service-detail-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 78px);
  border-bottom: 1px solid rgba(241, 196, 90, 0.16);
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98), rgba(3, 3, 3, 0.7) 55%, rgba(3, 3, 3, 0.9)),
    url("/assets/services/production-cinematographique-detail.png") center / cover no-repeat;
}

.pv-catalog-2026 .service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(241, 196, 90, 0.16), transparent 30%, rgba(255, 255, 255, 0.035) 48%, transparent 64%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 88px);
  pointer-events: none;
}

.pv-catalog-2026 .service-detail-hero > * {
  position: relative;
  z-index: 1;
}

.pv-catalog-2026 .service-detail-hero h1 {
  max-width: 980px;
  color: white;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 7.4vw, 112px);
  line-height: 0.9;
  text-wrap: balance;
}

.pv-catalog-2026 .service-detail-hero p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(251, 248, 238, 0.74);
}

.pv-catalog-2026 .service-hero-collage,
.pv-catalog-2026 .service-detail-image {
  border-color: rgba(241, 196, 90, 0.28);
  background: #050504;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.45);
}

.pv-catalog-2026 .service-detail-index {
  border-block: 1px solid rgba(241, 196, 90, 0.16);
  background: #050504;
}

.pv-catalog-2026 .service-detail-index a {
  border: 1px solid rgba(241, 196, 90, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(251, 248, 238, 0.72);
}

.pv-catalog-2026 .service-detail-section {
  border-bottom: 1px solid rgba(241, 196, 90, 0.14);
  background:
    linear-gradient(180deg, #030303, #090806 50%, #030303);
}

.pv-catalog-2026 .service-detail-copy {
  border: 1px solid rgba(241, 196, 90, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.015)),
    rgba(7, 7, 6, 0.9);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
}

.pv-catalog-2026 .service-detail-copy h2,
.pv-catalog-2026 .service-detail-final h2 {
  color: white;
  font-family: "Playfair Display", Georgia, serif;
}

.pv-catalog-2026 .service-detail-points li {
  border-color: rgba(241, 196, 90, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.pv-catalog-2026 .service-detail-final {
  background:
    linear-gradient(115deg, rgba(241, 196, 90, 0.14), transparent 34%),
    #070706;
}

.pv-catalog-2026 .site-footer {
  border-top: 1px solid rgba(241, 196, 90, 0.16);
  background: #030303;
}

@media (max-width: 980px) {
  .pv-catalog-2026 .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .pv-catalog-2026 nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .pv-catalog-2026 nav a {
    flex: 0 0 auto;
  }

  .pv-catalog-2026 .header-cta {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .pv-catalog-2026 .service-detail-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .pv-catalog-2026 .hero-actions > * {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .pv-promotions-head,
  .pv-promo-offer-card,
  .shooting-gallery-grid {
    grid-template-columns: 1fr;
  }

  .pv-promo-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    min-height: 0;
  }

  .pv-promo-main {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 1.05;
  }

  .pv-promo-side {
    aspect-ratio: 0.82;
  }
}

.pv-shooting-2026 .shooting-page-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 78px);
  border-bottom: 1px solid rgba(241, 196, 90, 0.16);
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.96), rgba(3, 3, 3, 0.62) 58%, rgba(3, 3, 3, 0.9)),
    url("/assets/services/shooting-photo-signature-visuelle.png") center / cover no-repeat;
}

.pv-shooting-2026 .shooting-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(241, 196, 90, 0.16), transparent 32%, rgba(255, 255, 255, 0.035) 48%, transparent 66%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 88px);
  pointer-events: none;
}

.pv-shooting-2026 .shooting-page-hero > * {
  position: relative;
  z-index: 1;
}

.pv-shooting-2026 .shooting-page-copy h1 {
  color: white;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(56px, 7.4vw, 116px);
  line-height: 0.9;
}

.pv-shooting-2026 .shooting-page-copy p {
  color: rgba(251, 248, 238, 0.74);
}

.pv-shooting-2026 .shooting-page-poster,
.pv-shooting-2026 .shooting-signature-section figure {
  border-color: rgba(241, 196, 90, 0.28);
  background: #050504;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.45);
}

.pv-shooting-2026 .shooting-page-poster {
  aspect-ratio: 0.72;
  display: grid;
  place-items: center;
}

.pv-shooting-2026 .shooting-page-poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.04), transparent 34%),
    linear-gradient(180deg, #100f0d, #050504);
  padding: 18px;
}

.pv-shooting-2026 .shooting-gallery-grid {
  align-items: start;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pv-shooting-2026 .shooting-gallery-card {
  aspect-ratio: auto;
  display: block;
  padding: 14px;
}

.pv-shooting-2026 .shooting-gallery-card img {
  width: 100%;
  height: auto;
  object-fit: unset;
  object-position: center top;
  background: none;
  padding: 0;
}

@media (max-width: 1280px) {
  .pv-shooting-2026 .shooting-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .pv-shooting-2026 .shooting-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pv-shooting-2026 .shooting-gallery-grid {
    grid-template-columns: 1fr;
  }
}

.pv-shooting-2026 .shooting-offer-bar,
.pv-shooting-2026 .shooting-offer-section,
.pv-shooting-2026 .shooting-audience-section,
.pv-shooting-2026 .shooting-process-section,
.pv-shooting-2026 .faq-section {
  background:
    linear-gradient(180deg, #030303, #090806 50%, #030303);
}

.pv-shooting-2026 .shooting-offer-bar,
.pv-shooting-2026 .offer-detail-grid article,
.pv-shooting-2026 .offer-options-grid article,
.pv-shooting-2026 .journey-grid article,
.pv-shooting-2026 .services-grid article,
.pv-shooting-2026 .faq-grid details {
  border-color: rgba(241, 196, 90, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.015)),
    rgba(7, 7, 6, 0.9);
}

.pv-shooting-2026 .shooting-signature-section {
  border-block: 1px solid rgba(241, 196, 90, 0.14);
  background:
    linear-gradient(180deg, #030303, #090806 50%, #030303);
}

.pv-shooting-2026 h2,
.pv-shooting-2026 .section-head h2 {
  color: white;
  font-family: "Playfair Display", Georgia, serif;
}

@media (max-width: 620px) {
  .pv-shooting-2026 .shooting-page-copy h1 {
    font-size: clamp(42px, 13vw, 60px);
  }
}

.booking-dialog .nice-select,
.booking-shell .nice-select,
.booking-fields .nice-select,
.booking-card .nice-select,
.native-select-guard + .nice-select {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.booking-dialog select,
.booking-shell select,
.booking-fields select,
.booking-card select,
select.native-select-guard {
  -webkit-appearance: menulist !important;
  appearance: auto !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 30 !important;
  width: 100% !important;
  min-height: 64px !important;
  line-height: normal !important;
  padding-right: 44px !important;
  background: #fff !important;
  color: #111 !important;
}
