/* Production candidate — clean European B2B, merchandise first */
body.theme-production {
  --blue: #2638cf;
  --blue-deep: #151d82;
  --blue-soft: #e8ebff;
  --blue-bright: #8f99ff;
  /* Legacy aliases kept for shared selectors; production now uses a restrained blue / charcoal / white system. */
  --orange: var(--blue);
  --orange-dark: var(--blue-deep);
  --orange-soft: var(--blue-soft);
  --ink: #111111;
  --muted: #62625f;
  --paper: #f5f4f0;
  --white: #ffffff;
  --line: rgba(17, 17, 17, 0.13);
  --radius-s: 4px;
  --radius-m: 7px;
  --radius-l: 10px;
  --page: min(1480px, calc(100% - 32px));
  --shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Geist, Inter, Manrope, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.theme-production ::selection {
  color: var(--white);
  background: var(--blue);
}

.theme-production .site-header {
  position: fixed;
  top: 16px;
  right: max(16px, calc((100vw - 1480px) / 2));
  left: max(16px, calc((100vw - 1480px) / 2));
  z-index: 500;
  min-height: 62px;
  padding: 7px 8px 7px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(17, 17, 17, 0.11);
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(16px);
}

.theme-production .site-header .brand,
.theme-production .site-header .brand__endorsement {
  color: var(--ink);
}

.theme-production .brand__wordmark {
  font-size: 1.38rem;
  letter-spacing: -0.06em;
}

.theme-production .brand__endorsement {
  max-width: 72px;
  color: #6c6c68;
  font-size: 0.52rem;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.theme-production .desktop-nav a {
  color: #343431;
  font-size: 0.82rem;
  font-weight: 680;
}

.theme-production .desktop-nav a::after {
  height: 1px;
  background: var(--orange);
}

.theme-production .button {
  min-height: 50px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 6px;
}

.theme-production .button--small,
.theme-production .button--light,
.theme-production .button--blue,
.theme-production .button--ink {
  color: var(--white);
  background: var(--blue);
  box-shadow: none;
}

.theme-production .button:hover {
  background: var(--blue-deep);
  box-shadow: 0 10px 24px rgba(38, 56, 207, 0.18);
}

.theme-production .hero {
  isolation: isolate;
  min-height: max(720px, calc(100svh - 20px));
  margin-top: 10px;
  margin-bottom: 0;
  padding: clamp(124px, 9.5vw, 150px) clamp(38px, 5.8vw, 86px) clamp(46px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.05fr) minmax(410px, 0.95fr);
  gap: clamp(42px, 6vw, 92px);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.theme-production .hero::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 4px;
  content: "";
  background: var(--orange);
}

.theme-production .eyebrow {
  margin-bottom: 22px;
  color: #62625f;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.12em;
}

.theme-production .eyebrow span {
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 1px;
  transform: none;
}

.theme-production .eyebrow--dark {
  color: #62625f;
}

.theme-production h1 {
  max-width: 780px;
  margin-bottom: 28px;
  font-size: clamp(4.2rem, 6.5vw, 7.25rem);
  font-weight: 810;
  line-height: 0.89;
  letter-spacing: -0.072em;
  text-transform: none;
}

.theme-production .hero__lede {
  max-width: 650px;
  margin-bottom: 32px;
  color: #555552;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.58;
}

.theme-production .hero__actions {
  gap: 12px;
}

.theme-production .hero__actions .text-link {
  min-height: 50px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  border: 1px solid rgba(17, 17, 17, 0.28);
  border-radius: 6px;
  text-decoration: none;
}

.theme-production .proof-list {
  margin-top: 38px;
  padding-top: 18px;
  gap: 9px 22px;
  border-top: 1px solid var(--line);
}

.theme-production .proof-list li {
  padding-left: 14px;
  color: #565653;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.theme-production .proof-list li::before {
  top: 0.48em;
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 0;
}

.theme-production .hero__visual {
  min-height: 610px;
  align-self: stretch;
}

.theme-production .hero__photo {
  width: 100%;
  height: 100%;
  min-height: 610px;
  aspect-ratio: auto;
  border: 0;
  border-radius: 6px;
  box-shadow: var(--shadow);
  transform: none;
}

.theme-production .hero__photo img {
  object-position: 50% 47%;
}

.theme-production .hero__caption {
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 5px;
  backdrop-filter: blur(8px);
}

.theme-production .hero__caption span {
  color: var(--blue);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.1em;
}

.theme-production .hero__stamp {
  top: 18px;
  right: 18px;
  width: auto;
  height: auto;
  padding: 10px 12px;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: 4px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 740;
  letter-spacing: 0.07em;
  transform: none;
}

.theme-production .production-proof {
  width: var(--page);
  margin: 18px auto 0;
  padding: clamp(50px, 5vw, 74px) clamp(10px, 1.2vw, 18px) clamp(10px, 1.2vw, 18px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.theme-production .production-proof__heading {
  margin: 0 clamp(18px, 3.2vw, 48px) clamp(28px, 3.2vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(36px, 7vw, 112px);
  align-items: end;
}

.theme-production .production-proof__heading h2 {
  margin: 0;
  font-size: clamp(3.2rem, 5.4vw, 6rem);
  font-weight: 790;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.theme-production .production-proof__heading > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}

.theme-production .production-proof__grid {
  height: min(76vw, 840px);
  min-height: 740px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr 1.15fr;
  gap: 8px;
}

.theme-production .production-proof__card {
  position: relative;
  margin: 0;
  background: #d9d9d5;
  border-radius: 6px;
  overflow: hidden;
}

.theme-production .production-proof__card:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}

.theme-production .production-proof__card:nth-child(2) {
  grid-column: span 5;
}

.theme-production .production-proof__card:nth-child(3) {
  grid-column: span 5;
}

.theme-production .production-proof__card:nth-child(4),
.theme-production .production-proof__card:nth-child(5),
.theme-production .production-proof__card:nth-child(6) {
  grid-column: span 4;
}

.theme-production .production-proof__card picture,
.theme-production .production-proof__card img {
  width: 100%;
  height: 100%;
}

.theme-production .production-proof__card img {
  object-fit: cover;
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-production .production-proof__card:nth-child(1) img {
  object-position: 50% 58%;
}

.theme-production .production-proof__card:nth-child(2) img {
  object-position: 50% 72%;
}

.theme-production .production-proof__card:nth-child(3) img {
  object-position: 50% 22%;
}

.theme-production .production-proof__card:nth-child(5) img {
  object-position: 50% 48%;
}

.theme-production .production-proof__card:hover img {
  transform: scale(1.025);
}

.theme-production .production-proof__card figcaption {
  position: absolute;
  bottom: 6px;
  left: 6px;
  max-width: calc(100% - 12px);
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 3px;
}

.theme-production .production-proof__card figcaption strong {
  font-size: 0.85rem;
}

.theme-production .production-proof__card figcaption span {
  color: var(--muted);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.55rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.theme-production .merch-process-line {
  margin-bottom: 24px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.theme-production .merch-process-line span {
  color: #4e4e4b;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-production .merch-process-line b {
  color: var(--orange);
  font-size: 1rem;
}

.theme-production .section,
.theme-production .industries-section,
.theme-production .quote-section,
.theme-production .site-footer {
  border-radius: 10px;
}

.theme-production .section {
  margin-top: 24px;
  padding: clamp(76px, 8.5vw, 132px) clamp(30px, 6.2vw, 92px);
}

.theme-production .section-heading {
  max-width: 920px;
  margin-bottom: clamp(46px, 6vw, 76px);
}

.theme-production .section-heading--split {
  max-width: none;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: clamp(42px, 7vw, 112px);
}

.theme-production .section-heading h2,
.theme-production .timeline-section h2,
.theme-production .faq-section h2,
.theme-production .quote-section h2 {
  font-size: clamp(3rem, 5.1vw, 5.7rem);
  font-weight: 790;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.theme-production .section-heading > p:not(.eyebrow),
.theme-production .section-heading--split > p,
.theme-production .intro-section__copy p,
.theme-production .timeline-section__intro > p:not(.eyebrow),
.theme-production .faq-section__heading > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.62;
}

/* Scene 2: offer and merchandise categories */
.theme-production .intro-section {
  margin-top: 24px;
  padding-top: clamp(88px, 10vw, 148px);
  padding-bottom: clamp(62px, 7vw, 96px);
  background: var(--white);
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.theme-production .intro-section .section-heading h2 {
  max-width: 820px;
}

.theme-production .intro-section__copy .text-link {
  color: var(--blue);
}

.theme-production #merchandise {
  margin-top: 18px;
  padding-top: clamp(56px, 5.8vw, 80px);
  padding-bottom: clamp(48px, 5vw, 68px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.theme-production #merchandise .section-heading {
  max-width: 920px;
  margin-bottom: clamp(24px, 2.8vw, 36px);
}

.theme-production .category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.theme-production .category-card,
.theme-production .category-card:first-child,
.theme-production .category-card:last-child {
  grid-column: auto;
  min-height: 148px;
  padding: 20px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  background: transparent;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.theme-production .category-card:hover {
  box-shadow: none;
  transform: none;
}

.theme-production .category-card__number {
  width: auto;
  height: auto;
  display: block;
  color: var(--blue);
  background: transparent;
  border-radius: 0;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.theme-production .category-card h3 {
  max-width: none;
  margin: 0;
  font-size: clamp(1.25rem, 1.65vw, 1.75rem);
  font-weight: 730;
  line-height: 1.04;
}

.theme-production .category-card p {
  grid-column: 2;
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.46;
}

/* Scene 3: conference and industry context */
.theme-production .production-event-scene {
  width: var(--page);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  color: var(--white);
  background: #1d1e20;
  border-radius: 10px;
  overflow: hidden;
}

.theme-production .conferences-section {
  width: auto;
  margin: 0;
  padding: clamp(38px, 3.5vw, 54px) clamp(32px, 3.8vw, 56px);
  color: var(--white);
  background: transparent;
  border-radius: 0;
}

.theme-production .conferences-section .section-heading {
  margin-bottom: 20px;
  grid-template-columns: 1fr;
  gap: 14px;
}

.theme-production .conferences-section .section-heading h2 {
  max-width: 700px;
  font-size: clamp(3rem, 4.7vw, 5.25rem);
}

.theme-production .conferences-section .eyebrow,
.theme-production .conferences-section .eyebrow--dark {
  color: #a9a9a5;
}

.theme-production .conferences-section .section-heading > p,
.theme-production .conferences-section .section-heading--split > p {
  color: #aaa9a4;
}

.theme-production .conference-grid {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.theme-production .conference-card,
.theme-production .conference-card:nth-child(2) {
  min-height: 0;
  padding: 11px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px 16px;
  align-items: start;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  transform: none;
  transition: padding 180ms ease, background-color 180ms ease;
}

.theme-production .conference-card:hover {
  padding-right: 10px;
  padding-left: 10px;
  background: rgba(38, 56, 207, 0.18);
}

.theme-production .conference-card__index,
.theme-production .conference-card:nth-child(2) .conference-card__index {
  color: var(--blue-bright);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

.theme-production .conference-card h3 {
  margin: 0;
  font-size: clamp(1.85rem, 2.6vw, 3rem);
  font-weight: 760;
  line-height: 0.96;
}

.theme-production .conference-card p,
.theme-production .conference-card:nth-child(2) p {
  grid-column: 2;
  margin: 0;
  color: #b9b8b3;
  font-size: 0.93rem;
  line-height: 1.45;
}

.theme-production .conference-card a {
  display: none;
}

.theme-production .other-events {
  margin-top: 12px;
  padding-top: 12px;
  grid-template-columns: 1fr;
  gap: 6px;
  border-color: rgba(255, 255, 255, 0.18);
}

.theme-production .other-events p {
  margin: 0;
  color: #8d8d89;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
}

.theme-production .other-events ul {
  gap: 5px 13px;
}

.theme-production .other-events li {
  padding: 0;
  color: #d0cfca;
  border: 0;
  border-radius: 0;
  font-size: 0.82rem;
  font-weight: 620;
}

.theme-production .other-events li:not(:last-child)::after {
  margin-left: 17px;
  color: #62625f;
  content: "/";
}

.theme-production .disclaimer {
  margin: 8px 0 0;
  color: #777773;
  font-size: 0.68rem;
}

.theme-production .industries-section {
  width: auto;
  margin: 0;
  padding: clamp(38px, 3.5vw, 54px) clamp(32px, 3.8vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
}

.theme-production .industries-section__copy {
  display: none;
}

.theme-production .industry-list {
  gap: 2px 8px;
  align-items: baseline;
}

.theme-production .industry-list li {
  padding: 5px 0;
  color: #c8c7c2;
  border: 0;
  border-radius: 0;
  font-size: 1.05rem;
  font-weight: 660;
}

.theme-production .industry-list li:not(.industry-list__lead):not(:last-child)::after {
  margin-left: 9px;
  color: var(--blue-bright);
  content: "/";
}

.theme-production .industry-list .industry-list__lead {
  width: 100%;
  margin-bottom: 18px;
  padding: 0 !important;
  color: var(--white) !important;
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  font-weight: 790;
  letter-spacing: -0.07em;
  line-height: 1;
}

.theme-production .industry-list__lead::before {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-bright);
  content: "PRIMARY /";
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

/* Scene 4: real work */
.theme-production .projects-section {
  padding-right: clamp(20px, 3vw, 44px);
  padding-left: clamp(20px, 3vw, 44px);
}

.theme-production .projects-section .section-heading {
  margin-bottom: clamp(34px, 4vw, 52px);
  padding-right: clamp(10px, 3vw, 48px);
  padding-left: clamp(10px, 3vw, 48px);
}

.theme-production .projects-section .section-heading h2 {
  font-size: clamp(2.8rem, 4.6vw, 5rem);
}

.theme-production .gallery-grid {
  gap: 10px;
}

.theme-production .gallery-card,
.theme-production .gallery-card--tall,
.theme-production .gallery-card--wide {
  min-height: 480px;
  border-radius: 6px;
}

.theme-production .projects-section .gallery-card:nth-child(1),
.theme-production .projects-section .gallery-card:nth-child(2),
.theme-production .projects-section .gallery-card:nth-child(4),
.theme-production .projects-section .gallery-card:nth-child(9) {
  display: none;
}

.theme-production .projects-section .gallery-card:nth-child(3) {
  grid-column: span 5;
  min-height: 520px;
}

.theme-production .projects-section .gallery-card:nth-child(5) {
  grid-column: span 7;
  min-height: 520px;
}

.theme-production .projects-section .gallery-card:nth-child(6) {
  grid-column: span 7;
  min-height: 610px;
}

.theme-production .projects-section .gallery-card:nth-child(7) {
  grid-column: span 5;
  min-height: 610px;
}

.theme-production .projects-section .gallery-card:nth-child(8) {
  grid-column: 1 / -1;
  min-height: 520px;
}

.theme-production .gallery-card img {
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-production .gallery-card figcaption {
  right: 8px;
  bottom: 8px;
  left: 8px;
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.88);
  border: 0;
  border-radius: 3px;
}

.theme-production .gallery-card figcaption strong {
  font-size: 0.88rem;
}

.theme-production .gallery-card figcaption span {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Scene 5: logistics, timing and process */
.theme-production .production-ops-scene {
  width: var(--page);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.theme-production .benefits-section {
  width: auto;
  margin: 0;
  padding: clamp(52px, 4.8vw, 72px) clamp(28px, 3.8vw, 52px);
  color: var(--ink);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
}

.theme-production .benefits-section .eyebrow {
  color: #62625f;
}

.theme-production .benefit-grid {
  display: block;
  border-top: 1px solid var(--line);
}

.theme-production .benefit-card {
  min-height: 0;
  padding: 15px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 8px 14px;
  align-items: start;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.theme-production .benefit-card > span {
  margin: 0;
  color: var(--blue);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
}

.theme-production .benefit-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 1.65vw, 1.7rem);
  font-weight: 720;
}

.theme-production .benefit-card p {
  grid-column: 2;
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.46;
}

.theme-production .timeline-section {
  width: auto;
  margin: 0;
  padding: clamp(52px, 4.8vw, 72px) clamp(28px, 3.8vw, 52px);
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.theme-production .timeline-section__intro h2 {
  display: none;
}

.theme-production .timeline-section__intro > p:not(.eyebrow) {
  max-width: 640px;
  margin: 0 0 22px;
  font-size: 0.95rem;
}

.theme-production .timeline {
  display: block;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.theme-production .timeline__item,
.theme-production .timeline__item--ideal,
.theme-production .timeline__item--rush {
  position: relative;
  min-height: 0;
  padding: 17px 0 17px 76px;
  display: grid;
  grid-template-columns: minmax(120px, 0.55fr) minmax(180px, 1fr);
  gap: 16px;
  align-items: center;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.theme-production .timeline__item:last-child {
  border-bottom: 0;
}

.theme-production .timeline__item::before {
  position: absolute;
  top: 21px;
  left: 0;
  color: var(--blue);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 740;
  letter-spacing: 0.07em;
}

.theme-production .timeline__item--ideal::before {
  content: "T–21+";
}

.theme-production .timeline__item--rush::before {
  content: "T–14";
}

.theme-production .timeline__item:last-child::before {
  content: "<T–14";
}

.theme-production .timeline__item span {
  display: none;
}

.theme-production .timeline__item strong {
  margin: 0;
  font-size: clamp(1.35rem, 1.9vw, 2rem);
}

.theme-production .timeline__item p,
.theme-production .timeline__item--ideal p {
  margin: 0;
  color: var(--muted);
}

.theme-production .production-process-line {
  margin: 0;
  padding: 0 clamp(28px, 3.8vw, 52px) clamp(38px, 4vw, 54px);
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.theme-production .production-process-line li {
  position: relative;
  padding: 18px 34px 18px 0;
  color: var(--ink);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.74rem;
  font-weight: 680;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.theme-production .production-process-line li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 14px;
  color: var(--orange);
  content: "→";
  transform: translateY(-50%);
}

/* Scene 6: answers and conversion */
.theme-production .faq-section {
  margin-top: 18px;
  padding-top: clamp(54px, 5vw, 72px);
  padding-bottom: clamp(38px, 4vw, 54px);
  gap: clamp(36px, 6vw, 84px);
}

.theme-production .faq-section h2 {
  font-size: clamp(2.7rem, 4.5vw, 5rem);
}

.theme-production .faq-item summary {
  padding-top: 18px;
  padding-bottom: 18px;
}

.theme-production .faq-item summary span,
.theme-production .faq-item summary span::after {
  background: var(--orange);
}

.theme-production .quote-section {
  margin-top: 18px;
  margin-bottom: 10px;
  padding: clamp(64px, 6.8vw, 98px) clamp(30px, 6.2vw, 92px);
  align-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 10px;
}

.theme-production .quote-section .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.theme-production .quote-section .eyebrow span {
  background: var(--white);
}

.theme-production .quote-section__copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.theme-production .direct-contact {
  border-color: rgba(255, 255, 255, 0.28);
}

.theme-production .direct-contact span {
  color: rgba(255, 255, 255, 0.66);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.65rem;
}

.theme-production .direct-contact a {
  color: var(--white);
}

.theme-production .lead-form {
  padding: clamp(28px, 3.8vw, 50px);
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(12, 20, 82, 0.18);
}

.theme-production .lead-form__intro {
  margin-bottom: 28px;
  display: grid;
  gap: 5px;
}

.theme-production .lead-form__intro strong {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.theme-production .lead-form__intro span {
  max-width: 520px;
  color: rgba(17, 17, 17, 0.67);
  font-size: 0.9rem;
  line-height: 1.45;
}

.theme-production .lead-form label {
  color: var(--ink);
  font-size: 0.8rem;
}

.theme-production .lead-form small {
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.7rem;
}

.theme-production .lead-form .form-grid label > span {
  color: var(--blue-deep);
}

.theme-production .form-grid input,
.theme-production .form-grid textarea {
  margin-top: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #f7f7f3;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 5px;
}

.theme-production .form-grid input::placeholder,
.theme-production .form-grid textarea::placeholder {
  color: rgba(17, 17, 17, 0.42);
}

.theme-production .form-grid input:focus,
.theme-production .form-grid textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(38, 56, 207, 0.16);
}

.theme-production .lead-form .consent,
.theme-production .lead-form .consent a {
  color: rgba(17, 17, 17, 0.78);
}

.theme-production .consent input {
  accent-color: var(--blue);
}

.theme-production .lead-form .button--submit {
  color: var(--white);
  background: var(--blue-deep);
}

.theme-production .lead-form .button--submit:hover {
  background: var(--blue);
}

.theme-production .site-footer {
  margin-bottom: 10px;
  padding: 18px 28px 12px;
  gap: 12px 28px;
  align-items: center;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
}

.theme-production .site-footer > div:first-child {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.theme-production .site-footer > div:first-child > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.35;
}

.theme-production .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  align-self: center;
  text-align: right;
}

.theme-production .footer-links a {
  font-size: 0.76rem;
  font-weight: 420;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.theme-production .footer-note {
  padding-top: 10px;
  font-size: 0.66rem;
}

.theme-production .brand--footer,
.theme-production .brand--footer .brand__endorsement,
.theme-production .footer-links a {
  color: var(--ink);
}

.theme-production .site-footer > div:first-child > p,
.theme-production .footer-note {
  color: var(--muted);
}

.theme-production .footer-note {
  border-color: var(--line);
}

.theme-production .mobile-sticky-cta {
  color: var(--white);
  background: var(--blue);
  border-color: var(--white);
  border-radius: 6px;
}

@media (max-width: 1120px) {
  .theme-production .site-header {
    right: 24px;
    left: 24px;
  }

  .theme-production .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 38px;
  }

  .theme-production h1 {
    font-size: clamp(4rem, 7.2vw, 6rem);
  }

  .theme-production .production-event-scene {
    grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
  }

  .theme-production .production-ops-scene {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  }
}

@media (max-width: 940px) {
  .theme-production .site-header {
    grid-template-columns: 1fr auto;
  }

  .theme-production .desktop-nav {
    display: none;
  }
}

@media (max-width: 860px) {
  body.theme-production {
    --page: calc(100% - 24px);
  }

  .theme-production .site-header {
    top: 12px;
    right: 18px;
    left: 18px;
  }

  .theme-production .hero {
    padding: 112px 30px 34px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .theme-production .hero__visual {
    min-height: 600px;
  }

  .theme-production .production-proof__heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .theme-production .production-proof__heading > p {
    max-width: 640px;
  }

  .theme-production .production-proof__grid {
    height: auto;
    min-height: 0;
  }

  .theme-production .production-proof__card:nth-child(n) {
    grid-column: span 6;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .theme-production .section-heading--split,
  .theme-production .faq-section,
  .theme-production .quote-section {
    grid-template-columns: 1fr;
  }

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

  .theme-production .category-card,
  .theme-production .category-card:first-child,
  .theme-production .category-card:last-child,
  .theme-production .benefit-card {
    grid-template-columns: 34px 1fr;
    gap: 10px 14px;
  }

  .theme-production .production-event-scene,
  .theme-production .production-ops-scene {
    grid-template-columns: 1fr;
  }

  .theme-production .industries-section {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .theme-production .benefits-section {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .theme-production .conference-card,
  .theme-production .conference-card:nth-child(2) {
    grid-template-columns: 44px 1fr;
  }

  .theme-production .conference-card p,
  .theme-production .conference-card a {
    grid-column: 2;
  }

  .theme-production .disclaimer {
    margin-left: 0;
  }

  .theme-production .gallery-card:nth-child(n) {
    grid-column: span 6;
    min-height: 560px;
  }

  .theme-production .timeline {
    grid-template-columns: 1fr;
  }

  .theme-production .timeline__item,
  .theme-production .timeline__item--ideal,
  .theme-production .timeline__item--rush {
    min-height: 0;
    padding: 21px 0 21px 76px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .theme-production .timeline__item:last-child {
    border-bottom: 0;
  }

  .theme-production .production-process-line {
    padding-right: 28px;
    padding-bottom: 36px;
    padding-left: 28px;
  }
}

@media (max-width: 620px) {
  body.theme-production {
    --page: calc(100% - 16px);
  }

  .theme-production .site-header {
    top: 8px;
    right: 12px;
    left: 12px;
    min-height: 54px;
    padding-left: 12px;
  }

  .theme-production .site-header .brand__endorsement {
    max-width: 50px;
    font-size: 0.46rem;
  }

  .theme-production .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .theme-production .hero {
    padding: 92px 20px 22px;
    display: grid;
    gap: 0;
  }

  .theme-production .lead-form {
    padding: 24px 18px;
  }

  .theme-production .site-footer {
    padding: 18px 18px 14px;
    gap: 14px;
  }

  .theme-production .site-footer > div:first-child {
    display: grid;
    gap: 8px;
  }

  .theme-production .footer-links {
    justify-content: flex-start;
    gap: 8px 14px;
    text-align: left;
  }

  .theme-production .form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .theme-production .form-grid__wide {
    grid-column: auto;
  }

  .theme-production .hero__content {
    display: contents;
  }

  .theme-production .hero__content > .eyebrow {
    order: 1;
  }

  .theme-production .hero__content > h1 {
    order: 2;
  }

  .theme-production .hero__content > .hero__lede {
    order: 3;
  }

  .theme-production .hero__content > .hero__actions {
    order: 4;
  }

  .theme-production .hero__visual {
    order: 5;
    min-height: 510px;
    margin-top: 34px;
  }

  .theme-production .hero__content > .proof-list {
    order: 6;
    margin-top: 24px;
  }

  .theme-production h1 {
    margin-bottom: 22px;
    font-size: clamp(3.4rem, 16vw, 5rem);
  }

  .theme-production .hero__lede {
    margin-bottom: 25px;
  }

  .theme-production .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .theme-production .hero__actions .button,
  .theme-production .hero__actions .text-link {
    width: 100%;
  }

  .theme-production .hero__photo {
    min-height: 510px;
  }

  .theme-production .hero__stamp {
    top: 12px;
    right: 12px;
  }

  .theme-production .production-proof {
    padding: 52px 10px 10px;
  }

  .theme-production .production-proof__heading {
    margin: 0 10px 34px;
  }

  .theme-production .production-proof__heading h2 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .theme-production .production-proof__grid {
    display: block;
  }

  .theme-production .production-proof__card:nth-child(n) {
    margin-bottom: 8px;
    aspect-ratio: 4 / 3;
  }

  .theme-production .category-grid {
    grid-template-columns: 1fr;
  }

  .theme-production .section,
  .theme-production .industries-section,
  .theme-production .quote-section {
    padding: 68px 20px;
  }

  .theme-production .production-event-scene .conferences-section {
    padding: 50px 20px;
  }

  .theme-production .section-heading h2,
  .theme-production .timeline-section h2,
  .theme-production .faq-section h2,
  .theme-production .quote-section h2 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .theme-production .category-card,
  .theme-production .category-card:first-child,
  .theme-production .category-card:last-child,
  .theme-production .benefit-card {
    padding: 21px 0;
    grid-template-columns: 40px 1fr;
  }

  .theme-production .category-card p,
  .theme-production .benefit-card p {
    grid-column: 2;
  }

  .theme-production .merch-process-line {
    margin-bottom: 18px;
    padding: 13px 0;
    gap: 8px;
  }

  .theme-production .conference-card,
  .theme-production .conference-card:nth-child(2) {
    padding: 22px 0;
    gap: 14px;
  }

  .theme-production .conference-card:hover {
    padding-right: 0;
    padding-left: 0;
  }

  .theme-production .conference-card h3 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .theme-production .other-events {
    grid-template-columns: 1fr;
  }

  .theme-production .industries-section {
    padding: 48px 20px;
  }

  .theme-production .industry-list .industry-list__lead {
    font-size: clamp(3.8rem, 16vw, 5.2rem);
  }

  .theme-production .industry-list li {
    padding-left: 0;
  }

  .theme-production .projects-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .theme-production .projects-section .section-heading {
    padding-right: 10px;
    padding-left: 10px;
  }

  .theme-production .gallery-grid {
    display: block;
  }

  .theme-production .gallery-card:nth-child(n) {
    min-height: 0;
    height: auto;
    margin-bottom: 8px;
    aspect-ratio: 4 / 5;
  }

  .theme-production .gallery-card:nth-child(1),
  .theme-production .gallery-card:nth-child(6),
  .theme-production .gallery-card:nth-child(9) {
    aspect-ratio: 4 / 3;
  }

  .theme-production .timeline-section {
    padding: 50px 20px;
  }

  .theme-production .timeline__item,
  .theme-production .timeline__item--ideal,
  .theme-production .timeline__item--rush {
    padding: 56px 0 20px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .theme-production .timeline__item::before {
    top: 20px;
  }

  .theme-production .benefits-section {
    padding: 50px 20px;
  }

  .theme-production .production-process-line {
    padding: 0 20px 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-production .production-process-line li:nth-child(2)::after {
    display: none;
  }

  .theme-production .faq-section {
    padding: 52px 20px;
    gap: 32px;
  }

  .theme-production .faq-item summary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .theme-production .quote-section {
    padding: 56px 20px;
  }

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

  .theme-production .form-grid__wide {
    grid-column: auto;
  }

  .theme-production .site-footer {
    border-radius: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-production .gallery-card img,
  .theme-production .conference-card {
    transition: none;
  }
}
