/* OpenFrame AI Lab — Combined CSS for all pages */
/* Paste this entire block into Appearance → Customise → Additional CSS */


/* ═══ OPENFRAME_HOME ═══ */
/* ── RESET & BASE ─────────────────────────────────────────── */
.of-page { 
  font-family: 'DM Sans', sans-serif;
  color: #120E1C;
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.of-page * { box-sizing: border-box; background-image: none !important; }

/* ── TYPOGRAPHY ──────────────────────────────────────────── */
.of-display {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.1;
}
.of-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DC0050;
  display: block;
  margin-bottom: 14px;
}

/* ── COLOURS ─────────────────────────────────────────────── */
/* #DC0050 Crimson · #5014A0 Purple · #120E1C Near-black */

/* ── HERO ────────────────────────────────────────────────── */
.of-hero {
  padding-top: 68px;
  min-height: 90vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  overflow: hidden;
}
.of-hero-left {
  padding: 80px 64px 80px 72px;
}
.of-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F8F5FF;
  border: 1px solid #E0D8F5;
  padding: 6px 14px;
  margin-bottom: 28px;
}
.of-hero-badge-dot {
  width: 6px; height: 6px;
  background: #DC0050;
  border-radius: 50%;
}
.of-hero-badge span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5014A0;
}
.of-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 700;
  color: #120E1C;
  line-height: 1.1;
  margin: 0 0 8px;
}
.of-hero-title em {
  font-style: italic;
  color: #DC0050;
}
.of-hero-sub {
  font-size: 17px;
  color: #6A6280;
  line-height: 1.7;
  margin: 20px 0 36px;
  max-width: 440px;
}
.of-hero-sub strong { color: #120E1C; font-weight: 600; }
.of-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.of-btn-primary {
  background: #DC0050;
  color: #fff;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}
.of-btn-primary:hover { background: #b8003e; }
.of-btn-outline {
  border: 1.5px solid #D0C8E8;
  color: #5014A0;
  padding: 13px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.2s, color 0.2s;
}
.of-btn-outline:hover { border-color: #5014A0; }
.of-hero-right {
  height: 100%;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
}
.of-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.55) saturate(0.7);
  display: block;
}
.of-hero-right-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(80,20,160,0.3) 0%, rgba(220,0,80,0.2) 100%);
}
.of-hero-stat-strip {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  display: flex;
  background: rgba(255,255,255,0.95);
  border-top: 2px solid #DC0050;
}
.of-hero-stat {
  flex: 1;
  padding: 18px 20px;
  border-right: 1px solid #F0ECF8;
  text-align: center;
}
.of-hero-stat:last-child { border-right: none; }
.of-hero-stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: #DC0050;
  display: block;
}
.of-hero-stat-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9A92B0;
  display: block;
  margin-top: 2px;
}

/* ── LAURELS STRIP ───────────────────────────────────────── */
.of-laurels {
  padding: 28px 0;
  border-top: 1px solid #F0ECF8;
  border-bottom: 1px solid #F0ECF8;
  overflow: hidden;
  position: relative;
  background: #FDFCFF;
}
.of-laurels-label {
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C0B8D8;
  margin-bottom: 16px;
}
.of-laurels-track {
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 40px;
}
.of-laurel-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  padding: 10px 16px;
  border-left: 2px solid #DC0050;
}
.of-laurel-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.of-laurel-title {
  font-size: 12px;
  font-weight: 700;
  color: #120E1C;
  display: block;
  margin-bottom: 2px;
}
.of-laurel-film {
  font-size: 11px;
  font-style: italic;
  color: #DC0050;
  display: block;
  margin-bottom: 1px;
}
.of-laurel-detail {
  font-size: 10px;
  color: #9A92B0;
  display: block;
}

/* ── SECTION SHARED ──────────────────────────────────────── */
.of-section {
  padding: 100px 72px;
  max-width: 1240px;
  margin: 0 auto;
}
.of-section-wide {
  padding: 100px 72px;
}
.of-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 24px;
  flex-wrap: wrap;
}
.of-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: #120E1C;
  line-height: 1.15;
  margin: 0;
}
.of-section-title em { font-style: italic; color: #DC0050; }
.of-link-arrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #DC0050;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.of-link-arrow:hover { color: #5014A0; }

/* ── ABOUT STRIP ─────────────────────────────────────────── */
.of-about-strip {
  background: #F8F5FF;
  border-top: 1px solid #EDE8F8;
  border-bottom: 1px solid #EDE8F8;
}
.of-about-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 72px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
}
.of-about-left {}
.of-about-tagline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: #120E1C;
  line-height: 1.2;
  margin: 16px 0 0;
}
.of-about-tagline em { font-style: italic; color: #DC0050; }
.of-about-right p {
  font-size: 16px;
  color: #5A5470;
  line-height: 1.85;
  margin: 0 0 20px;
}
.of-about-right p strong { color: #120E1C; font-weight: 600; }
.of-ftii-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #EDE8F8;
  padding: 12px 20px;
  margin-top: 8px;
}
.of-ftii-badge-text {
  font-size: 11px;
  color: #5014A0;
  font-weight: 600;
  line-height: 1.4;
}
.of-ftii-badge-text span {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C0B8D8;
  margin-bottom: 2px;
}

/* ── FILMS GRID ──────────────────────────────────────────── */
.of-films-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.of-film-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
  background: #F0ECF8;
}
.of-film-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  filter: brightness(0.65);
}
.of-film-card:hover img { transform: scale(1.04); }
.of-film-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18,14,28,0.95) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px;
}
.of-film-award {
  display: inline-block;
  background: #DC0050;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 10px;
  align-self: flex-start;
}
.of-film-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 4px;
}
.of-film-title-hindi {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  display: block;
  margin-bottom: 6px;
}
.of-film-cat {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* ── SERVICES ────────────────────────────────────────────── */
.of-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #EDE8F8;
  border: 1px solid #EDE8F8;
}
.of-service-card {
  background: #fff;
  padding: 40px 36px;
  transition: background 0.2s;
}
.of-service-card:hover { background: #FDFCFF; }
.of-service-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  color: #F0ECF8;
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}
.of-service-title {
  font-size: 15px;
  font-weight: 700;
  color: #120E1C;
  margin: 0 0 10px;
}
.of-service-desc {
  font-size: 13.5px;
  color: #7A7585;
  line-height: 1.7;
  margin: 0;
}

/* ── PHILOSOPHY ──────────────────────────────────────────── */
.of-philosophy {
  border-top: 1px solid #F0ECF8;
  border-bottom: 1px solid #F0ECF8;
  padding: 100px 72px;
}
.of-philosophy-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.of-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-top: 56px;
}
.of-philosophy-item {}
.of-philosophy-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  color: #F0ECF8;
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
.of-philosophy-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-style: italic;
  color: #120E1C;
  line-height: 1.6;
  margin: 0;
  border-left: 2px solid #DC0050;
  padding-left: 20px;
}

/* ── FTII SECTION ────────────────────────────────────────── */
.of-ftii-section {
  background: #F8F5FF;
  padding: 80px 72px;
  text-align: center;
  border-top: 1px solid #EDE8F8;
  border-bottom: 1px solid #EDE8F8;
}
.of-ftii-inner {
  max-width: 680px;
  margin: 0 auto;
}
.of-ftii-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.of-ftii-logos img { height: 52px; width: auto; }
.of-ftii-divider {
  width: 1px; height: 40px;
  background: #D8D0F0;
}
.of-ftii-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #120E1C;
  margin: 0 0 14px;
}
.of-ftii-headline em { font-style: italic; color: #5014A0; }
.of-ftii-body {
  font-size: 15px;
  color: #6A6280;
  line-height: 1.75;
  margin: 0;
}

/* ── CTA BANNER ──────────────────────────────────────────── */
.of-cta-banner {
  background: #DC0050;
  padding: 80px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.of-cta-banner-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 8px;
}
.of-cta-banner-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin: 0;
  max-width: 520px;
}
.of-btn-white {
  background: #fff;
  color: #DC0050;
  padding: 15px 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}
.of-btn-white:hover { background: #f5f5f5; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .of-hero { grid-template-columns: 1fr; }
  .of-hero-right { min-height: 50vw; }
  .of-hero-left { padding: 60px 28px; }
  .of-section { padding: 64px 28px; }
  .of-section-wide { padding: 64px 28px; }
  .of-about-inner { grid-template-columns: 1fr; gap: 40px; padding: 64px 28px; }
  .of-films-grid { grid-template-columns: 1fr; }
  .of-services-grid { grid-template-columns: 1fr 1fr; }
  .of-philosophy { padding: 64px 28px; }
  .of-philosophy-grid { grid-template-columns: 1fr; gap: 40px; }
  .of-cta-banner { padding: 56px 28px; flex-direction: column; align-items: flex-start; }
  .of-footer { padding: 48px 28px 32px; }
  .of-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .of-laurels-track { flex-direction: column; align-items: flex-start; padding: 0 28px; }
  .of-nav { padding: 0 24px; }
  .of-ftii-section { padding: 64px 28px; }
}
@media (max-width: 600px) {
  .of-services-grid { grid-template-columns: 1fr; }
  .of-footer-top { grid-template-columns: 1fr; }
  .of-nav-links { display: none; }
}

/* ═══ OPENFRAME_ABOUT ═══ */
/* ── BASE ────────────────────────────────────────────────── */
.of-ab-page {
  font-family: 'DM Sans', sans-serif;
  color: #120E1C;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.of-ab-page * { box-sizing: border-box; background-image: none !important; }
.of-ab-display { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.1; }
.of-ab-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #DC0050; display: block; margin-bottom: 12px;
}

/* ── PAGE HERO ───────────────────────────────────────────── */
.of-ab-hero {
  padding: 80px 72px 72px;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  border-bottom: 1px solid #F0ECF8;
}
.of-ab-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700; color: #120E1C;
  line-height: 1.05; margin: 8px 0 0;
}
.of-ab-hero-title em { font-style: italic; color: #DC0050; }
.of-ab-hero-sub {
  font-size: 17px; color: #6A6280;
  line-height: 1.8; margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
}

/* ── SECTION WRAP ────────────────────────────────────────── */
.of-ab-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 72px;
}
.of-ab-section-alt {
  background: #FDFCFF;
  border-top: 1px solid #F0ECF8;
  border-bottom: 1px solid #F0ECF8;
}
.of-ab-section-alt-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 72px;
}
.of-ab-section-divider {
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #C0B8D8;
  margin-bottom: 40px; display: flex; align-items: center; gap: 12px;
}
.of-ab-section-divider::after {
  content: ''; flex: 1; height: 1px; background: #F0ECF8;
}

/* ── STUDIO STORY ────────────────────────────────────────── */
.of-ab-story {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.of-ab-story-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700; color: #120E1C;
  line-height: 1.15; margin: 16px 0 0;
}
.of-ab-story-title em { font-style: italic; color: #DC0050; }
.of-ab-story p {
  font-size: 16px; color: #5A5470;
  line-height: 1.85; margin: 0 0 20px;
}
.of-ab-story p strong { color: #120E1C; font-weight: 600; }
.of-ab-story p:last-child { margin-bottom: 0; }

/* ── STAT ROW ────────────────────────────────────────────── */
.of-ab-stats {
  display: flex;
  border-top: 1px solid #F0ECF8;
  border-bottom: 1px solid #F0ECF8;
  margin: 40px 0 0;
}
.of-ab-stat {
  flex: 1; padding: 24px 20px;
  border-right: 1px solid #F0ECF8;
  text-align: center;
}
.of-ab-stat:last-child { border-right: none; }
.of-ab-stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px; font-weight: 700; color: #DC0050;
  display: block; line-height: 1;
}
.of-ab-stat-label {
  font-size: 10px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: #9A92B0;
  display: block; margin-top: 4px;
}

/* ── PHILOSOPHY ──────────────────────────────────────────── */
.of-ab-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 40px;
}
.of-ab-pillar {
  padding: 40px 32px;
  background: #fff;
  border: 1px solid #F0ECF8;
  border-top: 3px solid #DC0050;
}
.of-ab-pillar:nth-child(2) { border-top-color: #5014A0; }
.of-ab-pillar:nth-child(3) { border-top-color: #8C2878; }
.of-ab-pillar-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px; font-weight: 700; color: #F8F5FF;
  display: block; line-height: 1; margin-bottom: 16px;
}
.of-ab-pillar-title {
  font-size: 15px; font-weight: 700; color: #120E1C;
  margin: 0 0 12px;
}
.of-ab-pillar-body {
  font-size: 14px; color: #6A6280; line-height: 1.75; margin: 0;
}
.of-ab-pillar-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15px; font-style: italic; color: #120E1C;
  line-height: 1.55; margin: 16px 0 0;
  border-left: 2px solid #DC0050;
  padding-left: 16px;
}
.of-ab-pillar:nth-child(2) .of-ab-pillar-quote { border-left-color: #5014A0; }
.of-ab-pillar:nth-child(3) .of-ab-pillar-quote { border-left-color: #8C2878; }

/* ── DIRECTOR PROFILE ────────────────────────────────────── */
.of-ab-director {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: start;
  padding: 64px 0;
  border-bottom: 1px solid #F0ECF8;
}
.of-ab-director:last-child { border-bottom: none; padding-bottom: 0; }
.of-ab-director.reverse { direction: rtl; }
.of-ab-director.reverse > * { direction: ltr; }
.of-ab-director-img {
  position: relative;
}
.of-ab-director-img img {
  width: 100%; aspect-ratio: 4/5;
  object-fit: cover; object-position: center top;
  display: block; filter: grayscale(15%);
}
.of-ab-director-img-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: #DC0050;
  padding: 12px 16px;
}
.of-ab-director-img-caption span {
  font-size: 9px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,0.7);
  display: block; margin-bottom: 2px;
}
.of-ab-director-img-caption strong {
  font-size: 14px; font-weight: 700; color: #fff;
}
.of-ab-director-body {}
.of-ab-director-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px; font-weight: 700; color: #120E1C;
  line-height: 1.1; margin: 0 0 4px;
}
.of-ab-director-role {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #DC0050;
  display: block; margin-bottom: 24px;
}
.of-ab-director-bio {
  font-size: 15px; color: #5A5470;
  line-height: 1.85; margin: 0 0 28px;
}
.of-ab-director-bio strong { color: #120E1C; font-weight: 600; }
.of-ab-director-bio em { font-style: italic; }

/* ── CREDENTIALS STRIP ───────────────────────────────────── */
.of-ab-credentials {
  display: flex; flex-direction: column; gap: 0;
  border: 1px solid #F0ECF8; margin-bottom: 24px;
}
.of-ab-cred-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-bottom: 1px solid #F0ECF8;
  font-size: 13px; color: #3A3450;
}
.of-ab-cred-item:last-child { border-bottom: none; }
.of-ab-cred-dot {
  width: 6px; height: 6px; background: #DC0050;
  border-radius: 50%; flex-shrink: 0;
}
.of-ab-cred-item.award .of-ab-cred-dot { background: #DC0050; }
.of-ab-cred-item.purple .of-ab-cred-dot { background: #5014A0; }

/* ── DIRECTOR LINKS ──────────────────────────────────────── */
.of-ab-director-links { display: flex; gap: 10px; flex-wrap: wrap; }
.of-ab-director-link {
  font-size: 11px; font-weight: 700; letter-spacing: 0.5px;
  color: #5014A0; background: #F8F5FF;
  border: 1px solid #EDE8F8;
  padding: 7px 16px; text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.of-ab-director-link:hover { border-color: #DC0050; color: #DC0050; }

/* ── FTII INCUBATION ─────────────────────────────────────── */
.of-ab-ftii {
  border: 1px solid #EDE8F8;
  border-left: 4px solid #5014A0;
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: center;
}
.of-ab-ftii-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.of-ab-ftii-logos img { max-height: 56px; width: auto; }
.of-ab-ftii-divider { width: 40px; height: 1px; background: #EDE8F8; }
.of-ab-ftii-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px; font-weight: 700; color: #120E1C;
  line-height: 1.2; margin: 0 0 14px;
}
.of-ab-ftii-headline em { font-style: italic; color: #5014A0; }
.of-ab-ftii-body {
  font-size: 15px; color: #5A5470;
  line-height: 1.8; margin: 0;
}

/* ── WHO WE WORK WITH ────────────────────────────────────── */
.of-ab-partners {
  display: flex; flex-wrap: wrap;
  gap: 10px;
}
.of-ab-partner-tag {
  font-size: 13px; font-weight: 500; color: #3A3450;
  background: #F8F5FF; border: 1px solid #EDE8F8;
  padding: 8px 18px;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .of-ab-hero { grid-template-columns: 1fr; gap: 32px; padding: 60px 28px 48px; }
  .of-ab-section { padding: 56px 28px; }
  .of-ab-section-alt-inner { padding: 56px 28px; }
  .of-ab-story { grid-template-columns: 1fr; gap: 40px; }
  .of-ab-philosophy-grid { grid-template-columns: 1fr; }
  .of-ab-director { grid-template-columns: 1fr; gap: 36px; }
  .of-ab-director.reverse { direction: ltr; }
  .of-ab-director-img img { aspect-ratio: 16/9; object-position: center 15%; }
  .of-ab-ftii { grid-template-columns: 1fr; gap: 32px; padding: 36px 28px; }
  .of-ab-stats { flex-wrap: wrap; }
  .of-ab-stat { flex: 1 1 45%; }
}

/* ═══ OPENFRAME_FILMS ═══ */
/* ── BASE ────────────────────────────────────────────────── */
.of-films-page {
  font-family: 'DM Sans', sans-serif;
  color: #120E1C;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.of-films-page * { box-sizing: border-box; background-image: none !important; }

.of-f-display {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.1;
}
.of-f-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DC0050;
  display: block;
  margin-bottom: 12px;
}

/* ── PAGE HERO ───────────────────────────────────────────── */
.of-f-hero {
  padding: 80px 72px 64px;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid #F0ECF8;
}
.of-f-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  color: #120E1C;
  line-height: 1.05;
  margin: 0;
}
.of-f-hero-title em { font-style: italic; color: #DC0050; }
.of-f-hero-right {
  max-width: 380px;
}
.of-f-hero-sub {
  font-size: 15px;
  color: #6A6280;
  line-height: 1.75;
  margin: 0;
}

/* ── FILTER BAR ──────────────────────────────────────────── */
.of-f-filter-wrap {
  border-bottom: 1px solid #F0ECF8;
  background: #FDFCFF;
  position: sticky;
  top: 0;
  z-index: 10;
}
.of-f-filter {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 72px;
  display: flex;
  gap: 0;
  overflow-x: auto;
}
.of-f-filter-btn {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9A92B0;
  padding: 16px 20px;
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
}
.of-f-filter-btn:hover { color: #DC0050; }
.of-f-filter-btn.active {
  color: #DC0050;
  border-bottom-color: #DC0050;
}

/* ── AWARD WINNERS SECTION ───────────────────────────────── */
.of-f-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 72px;
}
.of-f-section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C0B8D8;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.of-f-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #F0ECF8;
}

/* ── FEATURED FILM (large card) ──────────────────────────── */
.of-f-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
}
.of-f-featured-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.of-f-featured-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s ease;
  filter: brightness(0.62);
}
.of-f-featured-img:hover img { transform: scale(1.03); }
.of-f-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18,14,28,0.95) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 32px;
}
.of-f-award-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #DC0050;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 12px;
  align-self: flex-start;
}
.of-f-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 4px;
}
.of-f-card-hindi {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  display: block;
  margin-bottom: 10px;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
}
.of-f-card-meta {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.of-f-featured-info {
  background: #FDFCFF;
  border: 1px solid #F0ECF8;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.of-f-info-award {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.of-f-info-award-icon { font-size: 22px; }
.of-f-info-award-text {
  font-size: 11px;
  font-weight: 700;
  color: #DC0050;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.of-f-info-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #120E1C;
  line-height: 1.15;
  margin: 0 0 4px;
}
.of-f-info-hindi {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: #9A92B0;
  display: block;
  margin-bottom: 20px;
}
.of-f-info-synopsis {
  font-size: 15px;
  color: #5A5470;
  line-height: 1.8;
  margin: 0 0 28px;
}
.of-f-spec-row {
  display: flex;
  gap: 32px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.of-f-spec {}
.of-f-spec-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C0B8D8;
  display: block;
  margin-bottom: 3px;
}
.of-f-spec-value {
  font-size: 13px;
  color: #120E1C;
  font-weight: 500;
}
.of-f-laurels {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 28px;
}
.of-f-laurel-line {
  font-size: 12px;
  color: #5A5470;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}

/* ── STANDARD GRID ───────────────────────────────────────── */
.of-f-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

/* ── STANDARD FILM CARD ──────────────────────────────────── */
.of-f-card {
  position: relative;
  overflow: hidden;
  background: #F0ECF8;
}
.of-f-card-inner {
  aspect-ratio: 2/3;
  position: relative;
  overflow: hidden;
}
.of-f-card-inner img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s ease;
  filter: brightness(0.6);
}
.of-f-card:hover .of-f-card-inner img { transform: scale(1.04); }
.of-f-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18,14,28,0.95) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 20px;
}
.of-f-card-foot {
  padding: 20px;
  background: #fff;
  border-top: 1px solid #F0ECF8;
}
.of-f-card-foot-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #120E1C;
  margin: 0 0 4px;
}
.of-f-card-foot-meta {
  font-size: 11px;
  color: #9A92B0;
  font-weight: 500;
}

/* ── PLACEHOLDER CARD ────────────────────────────────────── */
.of-f-card-placeholder {
  aspect-ratio: 2/3;
  background: #F8F5FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #EDE8F8;
}
.of-f-card-placeholder-text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C0B8D8;
}

/* ── DIVIDER RULE ────────────────────────────────────────── */
.of-f-rule {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 72px;
}
.of-f-rule hr {
  border: none;
  border-top: 1px solid #F0ECF8;
  margin: 0;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .of-f-hero { padding: 60px 28px 48px; }
  .of-f-section { padding: 48px 28px; }
  .of-f-filter { padding: 0 28px; }
  .of-f-featured { grid-template-columns: 1fr; }
  .of-f-featured-img { aspect-ratio: 16/9; }
  .of-f-featured-info { padding: 36px 28px; }
  .of-f-grid { grid-template-columns: 1fr 1fr; }
  .of-f-rule { padding: 0 28px; }
}
@media (max-width: 580px) {
  .of-f-grid { grid-template-columns: 1fr; }
  .of-f-info-title { font-size: 24px; }
}

/* ═══ OPENFRAME_SERVICES ═══ */
/* ── BASE ────────────────────────────────────────────────── */
.of-sv-page {
  font-family: 'DM Sans', sans-serif;
  color: #120E1C;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.of-sv-page * { box-sizing: border-box; background-image: none !important; }

.of-sv-display {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.1;
}
.of-sv-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DC0050;
  display: block;
  margin-bottom: 12px;
}

/* ── PAGE HERO ───────────────────────────────────────────── */
.of-sv-hero {
  padding: 80px 72px 64px;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  border-bottom: 1px solid #F0ECF8;
}
.of-sv-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  color: #120E1C;
  line-height: 1.05;
  margin: 8px 0 0;
}
.of-sv-hero-title em { font-style: italic; color: #DC0050; }
.of-sv-hero-sub {
  font-size: 16px;
  color: #6A6280;
  line-height: 1.8;
  margin: 0 0 28px;
}
.of-sv-hero-sub strong { color: #120E1C; font-weight: 600; }

/* ── SERVICE NAV ─────────────────────────────────────────── */
.of-sv-nav-wrap {
  border-bottom: 1px solid #F0ECF8;
  background: #FDFCFF;
  position: sticky;
  top: 0;
  z-index: 10;
}
.of-sv-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 72px;
  display: flex;
  gap: 0;
  overflow-x: auto;
}
.of-sv-nav-link {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9A92B0;
  padding: 16px 20px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.of-sv-nav-link:hover { color: #DC0050; }
.of-sv-nav-link.active {
  color: #DC0050;
  border-bottom-color: #DC0050;
}
.of-sv-nav-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  color: #EDE8F8;
  font-weight: 700;
}

/* ── SERVICE BLOCK ───────────────────────────────────────── */
.of-sv-block {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 72px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: start;
  border-bottom: 1px solid #F0ECF8;
}
.of-sv-block:last-child { border-bottom: none; }
.of-sv-block-left {}
.of-sv-block-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 72px;
  font-weight: 700;
  color: #F8F5FF;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.of-sv-block-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #120E1C;
  line-height: 1.25;
  margin: 0 0 16px;
}
.of-sv-block-title em { font-style: italic; color: #DC0050; }
.of-sv-block-tag {
  display: inline-block;
  background: #F8F5FF;
  border: 1px solid #EDE8F8;
  color: #5014A0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
}
.of-sv-block-right {}
.of-sv-block-body {
  font-size: 16px;
  color: #5A5470;
  line-height: 1.85;
  margin: 0 0 32px;
}
.of-sv-block-body strong { color: #120E1C; font-weight: 600; }

/* ── INCLUDES LIST ───────────────────────────────────────── */
.of-sv-includes-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C0B8D8;
  margin-bottom: 16px;
  display: block;
}
.of-sv-includes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 32px;
  margin-bottom: 32px;
}
.of-sv-include-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #3A3450;
  line-height: 1.5;
}
.of-sv-include-dot {
  width: 6px;
  height: 6px;
  background: #DC0050;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}

/* ── TOOLS / NOTE STRIP ──────────────────────────────────── */
.of-sv-tools {
  background: #F8F5FF;
  border: 1px solid #EDE8F8;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.of-sv-tools-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C0B8D8;
  flex-shrink: 0;
}
.of-sv-tool-tag {
  font-size: 11px;
  font-weight: 600;
  color: #5014A0;
  background: #fff;
  border: 1px solid #EDE8F8;
  padding: 4px 12px;
}

/* ── HIGHLIGHT BOX ───────────────────────────────────────── */
.of-sv-highlight {
  border-left: 3px solid #DC0050;
  padding: 16px 20px;
  background: #FFFBF9;
  margin-bottom: 24px;
}
.of-sv-highlight-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #DC0050;
  display: block;
  margin-bottom: 6px;
}
.of-sv-highlight-text {
  font-size: 14px;
  color: #120E1C;
  font-weight: 500;
  line-height: 1.6;
}

/* ── CTA BANNER ──────────────────────────────────────────── */
.of-sv-cta {
  background: #DC0050;
  padding: 80px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.of-sv-cta-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 8px;
}
.of-sv-cta-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin: 0;
  max-width: 480px;
}
.of-sv-btn-white {
  background: #fff;
  color: #DC0050;
  padding: 15px 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
}
.of-sv-btn-white:hover { background: #f5f5f5; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .of-sv-hero { grid-template-columns: 1fr; gap: 32px; padding: 60px 28px 48px; }
  .of-sv-nav { padding: 0 28px; }
  .of-sv-block { grid-template-columns: 1fr; gap: 32px; padding: 56px 28px; }
  .of-sv-block-num { font-size: 48px; }
  .of-sv-includes { grid-template-columns: 1fr; }
  .of-sv-cta { padding: 56px 28px; flex-direction: column; align-items: flex-start; }
}

/* ═══ OPENFRAME_PRESS ═══ */
/* ── BASE ────────────────────────────────────────────────── */
.of-pr-page {
  font-family: 'DM Sans', sans-serif;
  color: #120E1C;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.of-pr-page * { box-sizing: border-box; background-image: none !important; }
.of-pr-display { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.1; }
.of-pr-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #DC0050; display: block; margin-bottom: 12px;
}

/* ── PAGE HERO ───────────────────────────────────────────── */
.of-pr-hero {
  padding: 80px 72px 64px;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  border-bottom: 1px solid #F0ECF8;
}
.of-pr-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700; color: #120E1C;
  line-height: 1.05; margin: 8px 0 0;
}
.of-pr-hero-title em { font-style: italic; color: #DC0050; }
.of-pr-hero-sub {
  font-size: 16px; color: #6A6280;
  line-height: 1.8; margin: 0;
}

/* ── SECTION WRAP ────────────────────────────────────────── */
.of-pr-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 72px;
}
.of-pr-section-divider {
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #C0B8D8;
  margin-bottom: 32px; display: flex; align-items: center; gap: 12px;
}
.of-pr-section-divider::after {
  content: ''; flex: 1; height: 1px; background: #F0ECF8;
}

/* ── AWARD CARDS ─────────────────────────────────────────── */
.of-pr-awards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
}
.of-pr-award-card {
  padding: 36px 32px;
  background: #FDFCFF;
  border: 1px solid #F0ECF8;
  border-top: 3px solid #DC0050;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.of-pr-award-card.winner { border-top-color: #DC0050; }
.of-pr-award-card.runner { border-top-color: #5014A0; }
.of-pr-award-icon { font-size: 28px; }
.of-pr-award-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px; font-weight: 700; color: #120E1C;
  line-height: 1.2; margin: 0;
}
.of-pr-award-film {
  font-size: 14px; font-style: italic; color: #DC0050;
  font-family: 'Playfair Display', Georgia, serif;
}
.of-pr-award-detail {
  font-size: 13px; color: #6A6280; line-height: 1.65;
}
.of-pr-award-jury {
  font-size: 11px; color: #9A92B0;
  display: flex; align-items: center; gap: 6px;
}
.of-pr-award-jury::before {
  content: ''; width: 16px; height: 1px; background: #EDE8F8;
}

/* ── SELECTIONS LIST ─────────────────────────────────────── */
.of-pr-selections {
  display: flex; flex-direction: column; gap: 0;
  border: 1px solid #F0ECF8;
}
.of-pr-selection-item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #F0ECF8;
  transition: background 0.15s;
}
.of-pr-selection-item:last-child { border-bottom: none; }
.of-pr-selection-item:hover { background: #FDFCFF; }
.of-pr-selection-icon { font-size: 20px; text-align: center; }
.of-pr-selection-title {
  font-size: 14px; font-weight: 600; color: #120E1C;
  display: block; margin-bottom: 3px;
}
.of-pr-selection-detail { font-size: 12px; color: #9A92B0; }
.of-pr-selection-film {
  font-size: 11px; font-weight: 600;
  color: #5014A0; background: #F8F5FF;
  border: 1px solid #EDE8F8;
  padding: 3px 10px; white-space: nowrap;
}

/* ── PRESS ARTICLES ──────────────────────────────────────── */
.of-pr-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.of-pr-article {
  display: flex;
  flex-direction: column;
  border: 1px solid #F0ECF8;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: background 0.15s;
  overflow: hidden;
}
.of-pr-article:hover { background: #FDFCFF; }
.of-pr-article-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #F0ECF8;
  flex-shrink: 0;
}
.of-pr-article-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(20%);
  transition: transform 0.4s ease;
}
.of-pr-article:hover .of-pr-article-thumb img { transform: scale(1.04); }
.of-pr-article-thumb-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #F8F5FF 0%, #EDE8F8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.of-pr-article-thumb-placeholder span {
  font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #C0B8D8;
}
.of-pr-article-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.of-pr-article-source-name {
  font-size: 9px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #DC0050; display: block; margin-bottom: 8px;
}
.of-pr-article-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15px; font-weight: 700; color: #120E1C;
  line-height: 1.35; margin: 0 0 8px; flex: 1;
}
.of-pr-article-excerpt {
  font-size: 12.5px; color: #6A6280; line-height: 1.65;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.of-pr-article-link {
  font-size: 10px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: #DC0050;
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: auto;
}

/* ── FESTIVAL PRESENCE ───────────────────────────────────── */
.of-pr-festivals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.of-pr-festival-item {
  padding: 28px 24px;
  background: #FDFCFF;
  border: 1px solid #F0ECF8;
}
.of-pr-festival-name {
  font-size: 14px; font-weight: 700; color: #120E1C;
  display: block; margin-bottom: 6px;
}
.of-pr-festival-detail { font-size: 12px; color: #9A92B0; line-height: 1.6; }

/* ── PRESS CONTACT ───────────────────────────────────────── */
.of-pr-contact {
  background: #F8F5FF;
  border: 1px solid #EDE8F8;
  border-left: 3px solid #DC0050;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.of-pr-contact-text h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px; font-weight: 700; color: #120E1C; margin: 0 0 6px;
}
.of-pr-contact-text p { font-size: 14px; color: #6A6280; margin: 0; }
.of-pr-contact-email {
  font-size: 15px; font-weight: 600; color: #DC0050;
  text-decoration: none; white-space: nowrap;
}
.of-pr-contact-email:hover { color: #5014A0; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .of-pr-hero { grid-template-columns: 1fr; gap: 32px; padding: 60px 28px 48px; }
  .of-pr-section { padding: 48px 28px; }
  .of-pr-awards-grid { grid-template-columns: 1fr; }
  .of-pr-article { grid-template-columns: 1fr; }
  .of-pr-article-source { border-right: none; border-bottom: 1px solid #F0ECF8; padding: 20px 24px 12px; }
  .of-pr-festivals { grid-template-columns: 1fr 1fr; }
  .of-pr-selection-item { grid-template-columns: 32px 1fr; }
  .of-pr-selection-film { display: none; }
}
@media (max-width: 580px) {
  .of-pr-festivals { grid-template-columns: 1fr; }
}

/* ═══ OPENFRAME_CONTACT ═══ */
/* ── BASE ────────────────────────────────────────────────── */
.of-ct-page {
  font-family: 'DM Sans', sans-serif;
  color: #120E1C;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.of-ct-page * { box-sizing: border-box; background-image: none !important; }
.of-ct-display { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.1; }
.of-ct-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #DC0050; display: block; margin-bottom: 12px;
}

/* ── PAGE HERO ───────────────────────────────────────────── */
.of-ct-hero {
  padding: 80px 72px 72px;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  border-bottom: 1px solid #F0ECF8;
}
.of-ct-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700; color: #120E1C;
  line-height: 1.05; margin: 8px 0 0;
}
.of-ct-hero-title em { font-style: italic; color: #DC0050; }
.of-ct-hero-sub {
  font-size: 16px; color: #6A6280;
  line-height: 1.8; margin: 0 0 32px;
}
.of-ct-hero-sub strong { color: #120E1C; font-weight: 600; }

/* ── SERVICE TAGS ────────────────────────────────────────── */
.of-ct-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.of-ct-tag {
  font-size: 11px; font-weight: 600;
  color: #5014A0; background: #F8F5FF;
  border: 1px solid #EDE8F8;
  padding: 6px 14px;
}

/* ── MAIN LAYOUT ─────────────────────────────────────────── */
.of-ct-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 72px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: start;
}

/* ── FORM ────────────────────────────────────────────────── */
.of-ct-form-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px; font-weight: 700; color: #120E1C;
  margin: 0 0 32px; line-height: 1.2;
}
.of-ct-form-title em { font-style: italic; color: #DC0050; }

.of-ct-form { display: flex; flex-direction: column; gap: 20px; }

.of-ct-field { display: flex; flex-direction: column; gap: 6px; }
.of-ct-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.of-ct-label {
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: #5014A0;
}
.of-ct-label span { color: #DC0050; }

.of-ct-input, .of-ct-select, .of-ct-textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #120E1C;
  background: #fff;
  border: 1.5px solid #E8E2F5;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.of-ct-input:focus, .of-ct-select:focus, .of-ct-textarea:focus {
  border-color: #DC0050;
}
.of-ct-input::placeholder, .of-ct-textarea::placeholder {
  color: #C0B8D8;
}
.of-ct-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235014A0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
  color: #120E1C;
}
.of-ct-select option[value=""] { color: #C0B8D8; }
.of-ct-textarea { resize: vertical; min-height: 160px; line-height: 1.6; }

.of-ct-submit {
  background: #DC0050;
  color: #fff;
  border: none;
  padding: 16px 36px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.2s;
}
.of-ct-submit:hover { background: #b8003e; }

.of-ct-form-note {
  font-size: 11px; color: #C0B8D8; line-height: 1.6;
  display: flex; align-items: flex-start; gap: 8px;
}
.of-ct-form-note::before {
  content: ''; width: 16px; height: 1px;
  background: #EDE8F8; flex-shrink: 0; margin-top: 6px;
}

/* ── SIDEBAR ─────────────────────────────────────────────── */
.of-ct-sidebar { display: flex; flex-direction: column; gap: 2px; }

.of-ct-info-block {
  padding: 28px 28px;
  background: #FDFCFF;
  border: 1px solid #F0ECF8;
  border-top: 2px solid #DC0050;
}
.of-ct-info-label {
  font-size: 9px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #C0B8D8;
  display: block; margin-bottom: 12px;
}
.of-ct-info-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px; font-weight: 700; color: #120E1C;
  margin: 0 0 4px;
}
.of-ct-info-detail {
  font-size: 13px; color: #6A6280; line-height: 1.75; margin: 0;
}
.of-ct-info-detail a { color: #DC0050; text-decoration: none; }
.of-ct-info-detail a:hover { color: #5014A0; }

.of-ct-info-block-purple {
  border-top-color: #5014A0;
}

/* ── SOCIAL BLOCK ────────────────────────────────────────── */
.of-ct-social {
  padding: 24px 28px;
  background: #F8F5FF;
  border: 1px solid #EDE8F8;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.of-ct-social-label {
  font-size: 9px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #C0B8D8; display: block;
}
.of-ct-social-links { display: flex; gap: 10px; flex-wrap: wrap; }
.of-ct-social-link {
  font-size: 11px; font-weight: 700; letter-spacing: 0.5px;
  color: #5014A0; background: #fff;
  border: 1px solid #EDE8F8;
  padding: 7px 14px; text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.of-ct-social-link:hover { border-color: #DC0050; color: #DC0050; }

/* ── BOTTOM STRIP ────────────────────────────────────────── */
.of-ct-bottom {
  background: #F8F5FF;
  border-top: 1px solid #EDE8F8;
  padding: 48px 72px;
}
.of-ct-bottom-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  align-items: start;
}
.of-ct-bottom-label {
  font-size: 9px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #C0B8D8; display: block; margin-bottom: 10px;
}
.of-ct-bottom-value {
  font-size: 14px; color: #5A5470; line-height: 1.75;
}
.of-ct-bottom-value a { color: #DC0050; text-decoration: none; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .of-ct-hero { grid-template-columns: 1fr; gap: 32px; padding: 60px 28px 48px; }
  .of-ct-main { grid-template-columns: 1fr; gap: 48px; padding: 48px 28px; }
  .of-ct-field-row { grid-template-columns: 1fr; }
  .of-ct-bottom { padding: 48px 28px; }
  .of-ct-bottom-inner { grid-template-columns: 1fr; gap: 32px; }
}