: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);
}

* {
  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-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: flex;
  justify-content: center;
  margin-top: 38px;
}

.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: 1;
  object-fit: cover;
  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 img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.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-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);
}

.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);
}

.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-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;
  }

  .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;
  }
}
