    .t2-production-ad-v15 {
       --t2-text: #413c3d;
       --t2-red: #bf2330;
       --t2-soft: #f7f5f5;
       --t2-line: rgba(65, 60, 61, 0.18);
       --t2-muted: rgba(65, 60, 61, 0.72);
       --t2-dark: #050505;
       --max: 1120px;
       --t2-font-main: "Gotham A", "Gotham B";
       background: #fff;
       color: var(--t2-text);
       font-family: var(--t2-font-main);
       font-size: clamp(15px, 0.94vw, 17px);
       line-height: 1.5;
       font-weight: 400;
       letter-spacing: 0.005em;
       -webkit-font-smoothing: antialiased;
       text-rendering: geometricPrecision;
       font-synthesis: none;
    }
    .t2-production-ad-v15 * {
       box-sizing: border-box;
    }
    .t2-production-ad-v15 h1,
    .t2-production-ad-v15 h2,
    .t2-production-ad-v15 h3,
    .t2-production-ad-v15 p,
    .t2-production-ad-v15 a,
    .t2-production-ad-v15 span,
    .t2-production-ad-v15 strong,
    .t2-production-ad-v15 figcaption {
       font-family: var(--t2-font-main) !important;
    }
    .t2-production-ad-v15 img {
       display: block;
       width: 100%;
    }
    .t2-production-ad-v15 p {
       margin: 0 0 0.62em;
    }
    .t2-production-ad-v15 p:last-child {
       margin-bottom: 0;
    }
    .t2-production-ad-v15 strong {
       font-weight: 500;
    }
    .t2-production-ad-v15 a {
       color: inherit;
    }

    .t2-production-ad-v15 .site-shell {
       width: min(calc(100% - 88px), var(--max));
       margin: 0 auto;
    }

    .t2-production-ad-v15 .eyebrow,
    .t2-production-ad-v15 .mini-label,
    .t2-production-ad-v15 .card-label,
    .t2-production-ad-v15 .btn,
    .t2-production-ad-v15 .slot-label {
       font-weight: 700;
       letter-spacing: 0.13em;
       text-transform: uppercase;
    }

    .t2-production-ad-v15 h1,
    .t2-production-ad-v15 h2,
    .t2-production-ad-v15 h3 {
       margin: 0;
       color: inherit;
       font-weight: 500;
       letter-spacing: -0.035em;
    }

    .t2-production-ad-v15 h1 {
       max-width: 550px;
       font-size: clamp(50px, 5.8vw, 78px);
       line-height: 0.98;
       font-weight: 300;
    }

    .t2-production-ad-v15 h1 span {
       display: block;
    }
    .t2-production-ad-v15 h1 .hero-local {
       margin-top: 0.16em;
    }

    .t2-production-ad-v15 h2 {
       font-size: clamp(35px, 3.7vw, 50px);
       line-height: 1.08;
       font-weight: 300;
    }

    .t2-production-ad-v15 h3 {
       font-size: clamp(20px, 1.4vw, 24px);
       line-height: 1.22;
       margin: 0 0 15px;
       font-weight: 500;
    }

    .t2-production-ad-v15 .red-rule {
       width: 136px;
       height: 2px;
       background: var(--t2-red);
       margin-top: 18px;
    }

    .t2-production-ad-v15 .hero-shell {
       background: var(--t2-dark);
       color: #fff;
       padding: clamp(24px, 3vw, 40px) 0;
       overflow: hidden;
    }

    .t2-production-ad-v15 .hero-grid {
       width: min(calc(100% - 88px), 1320px);
       min-height: min(560px, 70vh);
       margin: 0 auto;
       display: grid;
       grid-template-columns: minmax(500px, 0.92fr) minmax(
             460px,
             1.08fr
          );
       gap: clamp(28px, 3vw, 48px);
       align-items: center;
    }

    .t2-production-ad-v15 .hero-copy {
       max-width: 560px;
       min-width: 0;
    }
    .t2-production-ad-v15 .hero-shell .eyebrow {
       margin: 0 0 14px;
       color: var(--t2-red);
       font-size: 12px;
       line-height: 1.25;
    }
    .t2-production-ad-v15 .hero-lead {
       max-width: 480px;
       margin-top: 16px;
       color: rgba(255, 255, 255, 0.82);
       font-size: clamp(16px, 1vw, 18px);
       line-height: 1.38;
       letter-spacing: -0.015em;
    }

    .t2-production-ad-v15 .hero-frame {
       position: relative;
       min-width: 0;
       background: #000;
       box-shadow: 0 32px 95px rgba(0, 0, 0, 0.55);
    }

    .t2-production-ad-v15 .hero-frame img {
       width: 100%;
       height: auto;
       max-height: min(560px, 70vh);
       object-fit: contain;
       background: #000;
    }

    .t2-production-ad-v15 .hero-caption {
       display: none;
    }

    .t2-production-ad-v15 .hero-caption strong {
       color: rgba(255, 255, 255, 0.86);
       font-weight: 500;
    }

    .t2-production-ad-v15 .intro {
       padding: clamp(32px, 4vw, 50px) 0;
       border-bottom: 1px solid var(--t2-line);
    }

    .t2-production-ad-v15 .intro-grid {
       display: grid;
       grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
       gap: clamp(24px, 4vw, 46px);
       align-items: start;
    }

    .t2-production-ad-v15 .intro-title h2 {
       max-width: 530px;
    }
    .t2-production-ad-v15 .intro-copy {
       max-width: 680px;
       padding-top: 18px;
       font-size: clamp(17px, 1.18vw, 21px);
       line-height: 1.3;
       letter-spacing: -0.032em;
    }

    .t2-production-ad-v15 .visual-section {
       padding: clamp(36px, 4.6vw, 56px) 0;
       border-bottom: 1px solid var(--t2-line);
    }

    .t2-production-ad-v15 .section-head {
       display: grid;
       grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
       gap: clamp(24px, 3.8vw, 44px);
       align-items: start;
       margin-bottom: clamp(20px, 2.8vw, 32px);
    }

    .t2-production-ad-v15 .mini-label {
       margin: 0 0 10px;
       color: var(--t2-red);
       font-size: 12px;
       line-height: 1.22;
       font-weight: 700;
    }
    .t2-production-ad-v15 .eyebrow {
       font-weight: 700;
    }
    .t2-production-ad-v15 .section-copy {
       max-width: 680px;
       padding-top: 18px;
       color: var(--t2-text);
       font-size: clamp(17px, 1.18vw, 21px);
       line-height: 1.3;
       letter-spacing: -0.032em;
    }

    .t2-production-ad-v15 .image-grid {
       display: grid;
       grid-template-columns: repeat(3, minmax(0, 1fr));
       max-width: 880px;
       margin: 0 auto;
       gap: clamp(8px, 1vw, 12px);
    }

    .t2-production-ad-v15 .image-card {
       position: relative;
       min-height: 0;
       overflow: hidden;
       background: #111;
       aspect-ratio: 4 / 3;
       margin: 0;
    }

    .t2-production-ad-v15 .image-card img {
       width: 100%;
       height: 100%;
       object-fit: cover;
       object-position: center;
    }

    .t2-production-ad-v15 .image-card::after {
       content: "";
       position: absolute;
       inset: 0;
       background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.02) 16%,
          rgba(0, 0, 0, 0.74) 100%
       );
       pointer-events: none;
    }

    .t2-production-ad-v15 .image-card figcaption {
       position: absolute;
       z-index: 2;
       left: 12px;
       right: 12px;
       bottom: 12px;
       color: #fff;
    }

    .t2-production-ad-v15 .card-label {
       display: block;
       margin-bottom: 5px;
       color: var(--t2-red);
       font-size: 10px;
       line-height: 1.15;
       font-weight: 700;
       text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75);
    }

    .t2-production-ad-v15 .image-card h3 {
       max-width: 330px;
       margin: 0;
       font-size: clamp(17px, 1vw, 20px);
       line-height: 1.06;
       font-weight: 500;
       letter-spacing: -0.035em;
       text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
    }

    .t2-production-ad-v15 .placeholder-card {
       position: relative;
       display: grid;
       place-items: center;
       overflow: hidden;
       background: linear-gradient(
             135deg,
             rgba(191, 35, 48, 0.1),
             rgba(255, 255, 255, 0) 44%
          ),
          repeating-linear-gradient(
             135deg,
             rgba(255, 255, 255, 0.045) 0 1px,
             transparent 1px 9px
          ),
          #111;
       color: #fff;
    }

    .t2-production-ad-v15 .placeholder-card::after {
       background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.04),
          rgba(0, 0, 0, 0.76)
       );
    }
    .t2-production-ad-v15 .slot-label {
       position: relative;
       z-index: 1;
       color: rgba(191, 35, 48, 0.95);
       font-size: 10px;
       font-weight: 400;
    }

    .t2-production-ad-v15 .service-strip {
       display: grid;
       grid-template-columns: repeat(6, minmax(0, 1fr));
       gap: 1px;
       background: var(--t2-line);
       border: 1px solid var(--t2-line);
    }

    .t2-production-ad-v15 .service-item {
       min-height: 110px;
       padding: 15px 15px 14px;
       background: #fff;
    }

    .t2-production-ad-v15 .service-item strong {
       display: block;
       margin-bottom: 7px;
       color: var(--t2-red);
       font-size: 10px;
       line-height: 1.22;
       font-weight: 700;
       letter-spacing: 0.12em;
       text-transform: uppercase;
    }

    .t2-production-ad-v15 .service-item span {
       display: block;
       color: var(--t2-text);
       font-size: 13px;
       line-height: 1.34;
    }
    .t2-production-ad-v15 .cta {
       padding: clamp(34px, 4.5vw, 54px) 0;
    }
    .t2-production-ad-v15 .cta-grid {
       display: grid;
       grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
       gap: clamp(24px, 3.8vw, 44px);
       align-items: center;
    }

    .t2-production-ad-v15 .cta-copy {
       max-width: 650px;
       font-size: clamp(16px, 1.08vw, 19px);
       line-height: 1.38;
       letter-spacing: -0.025em;
    }

    .t2-production-ad-v15 .button-row {
       display: flex;
       flex-wrap: wrap;
       gap: 10px;
       margin-top: 17px;
    }
    .t2-production-ad-v15 .btn {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       min-height: 42px;
       padding: 11px 18px;
       border: 1px solid var(--t2-red);
       border-radius: 0px;
       color: var(--t2-red);
       font-size: 11px;
       line-height: 1;
       text-decoration: none;
       transition:
          background 180ms ease,
          color 180ms ease;
    }

    .t2-production-ad-v15 .btn:hover {
       background: var(--t2-red);
       color: #fff;
    }

    @media (max-width: 1160px) {
       .t2-production-ad-v15 .hero-grid {
          grid-template-columns: 1fr;
       }
    }

    @media (max-width: 1080px) {
       .t2-production-ad-v15 .hero-grid,
       .t2-production-ad-v15 .intro-grid,
       .t2-production-ad-v15 .section-head,
       .t2-production-ad-v15 .cta-grid {
          grid-template-columns: 1fr;
       }
       .t2-production-ad-v15 .service-strip {
          grid-template-columns: repeat(3, minmax(0, 1fr));
       }
    }

    @media (max-width: 820px) {
       .t2-production-ad-v15 .site-shell,
       .t2-production-ad-v15 .hero-grid {
          width: min(calc(100% - 36px), var(--max));
       }
       .t2-production-ad-v15 .hero-grid {
          min-height: 0;
       }
       .t2-production-ad-v15 h1 {
          font-size: clamp(42px, 12vw, 62px);
       }
       .t2-production-ad-v15 .intro-copy,
       .t2-production-ad-v15 .section-copy {
          padding-top: 0;
       }
       .t2-production-ad-v15 .image-grid,
       .t2-production-ad-v15 .service-strip {
          grid-template-columns: 1fr;
       }
       .t2-production-ad-v15 .image-card {
          aspect-ratio: 4 / 3;
       }
       .t2-production-ad-v15 .hero-caption {
          flex-direction: column;
          gap: 4px;
       }
    }