:root {
      --p1-bg: #F4F5F6;
      --p2-text: #323538;
      --p3-accent: #B2C0C3;
      --s1-muted: #82888C;
      --s2-blush: #D4C5C7;
      --s3-sage: #B9C2BA;
      --s4-ui: #E8EBEF;
      --s5-alert: #C49A8F;
      --line: rgba(50, 53, 56, 0.10);
      --line-soft: rgba(50, 53, 56, 0.055);
      --white-glass: rgba(255, 255, 255, 0.48);
      --white-glass-strong: rgba(255, 255, 255, 0.68);
      --shadow-soft: 0 18px 55px rgba(50, 53, 56, 0.055);
      --shadow-card: 0 12px 38px rgba(50, 53, 56, 0.04);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      background-color: var(--p1-bg);
      color: var(--p2-text);
      font-family: 'Noto Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      margin: 0;
      padding: 0;
      line-height: 1.72;
      overflow-x: hidden;
      font-weight: 300;
      text-rendering: geometricPrecision;
    }

    body::selection {
      background: var(--p3-accent);
      color: var(--p2-text);
    }

    .glass-blur-1,
    .glass-blur-2,
    .glass-blur-3 {
      position: fixed;
      border-radius: 999px;
      pointer-events: none;
      z-index: -2;
      filter: blur(110px);
    }

    .glass-blur-1 {
      top: -16%;
      left: -16%;
      width: 52vw;
      height: 52vw;
      background: radial-gradient(circle, rgba(178, 192, 195, 0.32) 0%, transparent 62%);
    }

    .glass-blur-2 {
      bottom: -20%;
      right: -12%;
      width: 60vw;
      height: 60vw;
      background: radial-gradient(circle, rgba(212, 197, 199, 0.27) 0%, transparent 64%);
    }

    .glass-blur-3 {
      top: 45%;
      left: 42%;
      width: 36vw;
      height: 36vw;
      background: radial-gradient(circle, rgba(185, 194, 186, 0.16) 0%, transparent 65%);
    }

    h1, h2, h3, h4, h5, .lora {
      font-family: 'Lora', Georgia, serif;
      font-weight: 400;
      color: var(--p2-text);
      margin: 0;
      line-height: 1.14;
      letter-spacing: 0;
    }

    p { margin: 0 0 20px 0; }
    a { color: inherit; }

    section { scroll-margin-top: 118px; }

    .container {
      width: min(1280px, calc(100% - 80px));
      margin: 0 auto;
    }

    .noto-caps {
      font-family: 'Noto Sans', sans-serif;
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.28em;
      color: var(--s1-muted);
      font-weight: 500;
    }

    .accent-text { color: var(--p3-accent); }

    .logo-tag { font-size: 0.58rem; }

    .lead {
      font-size: clamp(1.05rem, 1.45vw, 1.28rem);
      color: var(--p2-text);
      font-weight: 300;
    }

    .muted { color: var(--s1-muted); }

    .glass-card {
      background: linear-gradient(145deg, rgba(255,255,255,0.62), rgba(255,255,255,0.28));
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid rgba(255,255,255,0.82);
      border-radius: 12px;
      box-shadow: var(--shadow-card);
    }

    .btn-primary,
    .btn-secondary,
    .btn-compact {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      padding: 16px 34px;
      font-family: 'Noto Sans', sans-serif;
      font-size: 0.74rem;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      text-decoration: none;
      border-radius: 999px;
      transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
      cursor: pointer;
      white-space: nowrap;
      font-weight: 500;
    }

    .btn-primary {
      background-color: var(--p2-text);
      color: var(--p1-bg);
      border: 1px solid var(--p2-text);
      box-shadow: 0 14px 34px rgba(50, 53, 56, 0.12);
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      background-color: #3A3D40;
      border-color: rgba(50,53,56,0.72);
      color: var(--p1-bg);
      box-shadow: 0 18px 46px rgba(50, 53, 56, 0.10);
    }

    .btn-secondary {
      background-color: rgba(255,255,255,0.24);
      color: var(--p2-text);
      border: 1px solid rgba(50, 53, 56, 0.18);
    }

    .btn-secondary:hover {
      transform: translateY(-2px);
      border-color: var(--p2-text);
      background-color: rgba(255,255,255,0.62);
    }

    .btn-compact {
      min-height: 42px;
      padding: 11px 24px;
      background-color: var(--p2-text);
      color: var(--p1-bg);
      border: 1px solid var(--p2-text);
      box-shadow: 0 14px 34px rgba(50, 53, 56, 0.12);
    }

    .btn-compact:hover {
      transform: translateY(-2px);
      background-color: #3A3D40;
      color: var(--p1-bg);
    }

    .video-frame {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, rgba(50,53,56,0.05), rgba(50,53,56,0.12));
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.82);
      box-shadow: var(--shadow-soft);
      isolation: isolate;
    }

    .video-frame::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(180deg, rgba(244,245,246,0.03), rgba(50,53,56,0.10));
      z-index: 2;
    }

    .video-frame .media-picture,
    .video-frame video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      object-fit: cover;
      transform: scale(1.02);
    }

    .video-frame .media-picture img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .video-frame .hover-poster {
      z-index: 0;
      opacity: 1;
      transition: opacity 0.42s ease, transform 0.72s ease;
    }

    .video-frame .hover-video {
      z-index: 1;
      opacity: 0;
      transition: opacity 0.42s ease, transform 0.72s ease;
    }

    .video-frame.is-playing .hover-video {
      opacity: 1;
    }

    .video-frame.is-playing .hover-poster {
      opacity: 0;
    }

    .video-frame:hover .hover-poster,
    .video-frame:focus-within .hover-poster {
      transform: scale(1.055);
    }

    .video-frame.static-frame:hover .hover-poster,
    .video-frame.static-frame:focus-within .hover-poster {
      transform: scale(1.04);
    }

    .video-frame:focus-visible {
      outline: 1px solid rgba(50,53,56,0.32);
      outline-offset: 5px;
    }

    .video-label {
      position: absolute;
      left: 18px;
      bottom: 18px;
      z-index: 3;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 12px;
      border-radius: 999px;
      background: rgba(244,245,246,0.74);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border: 1px solid rgba(255,255,255,0.76);
      color: var(--p2-text);
      font-size: 0.68rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-weight: 500;
    }

    .video-label::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: var(--s5-alert);
      box-shadow: 0 0 0 4px rgba(196,154,143,0.14);
    }

    .section-header {
      max-width: 840px;
      margin: 0 auto 72px;
      text-align: center;
    }

    .section-header h2 {
      font-size: clamp(2.5rem, 5vw, 4.4rem);
      margin-top: 14px;
      margin-bottom: 20px;
    }

    .section-header p {
      max-width: 720px;
      margin: 0 auto;
      color: var(--s1-muted);
      font-size: 1.04rem;
    }

    /* NAV */
    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100;
      padding: 18px 0;
      background: rgba(244,245,246,0.82);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      border-bottom: 1px solid var(--line-soft);
    }

    .nav-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .logo {
      text-decoration: none;
      display: flex;
      align-items: baseline;
      gap: 9px;
      white-space: nowrap;
    }

    .logo-main {
      font-family: 'Lora', Georgia, serif;
      font-size: 1.74rem;
      letter-spacing: 0;
      color: var(--p2-text);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 34px;
    }

    .nav-link {
      text-decoration: none;
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--s1-muted);
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .nav-link:hover { color: var(--p2-text); }

    .mobile-contact { display: none; }

    /* HERO */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 130px 0 88px;
      position: relative;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 0.94fr 1.06fr;
      gap: 70px;
      align-items: center;
    }

    .hero h1 {
      font-size: clamp(3.3rem, 6.2vw, 6.75rem);
      margin: 20px 0 28px;
    }

    .hero .lead {
      max-width: 680px;
      margin-bottom: 38px;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 18px;
      margin-bottom: 38px;
    }

    .hero-proof {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      max-width: 620px;
      padding-top: 8px;
    }

    .hero-proof-mobile { display: none; }

    .proof-item {
      border-top: 1px solid var(--line);
      padding-top: 15px;
    }

    .proof-number {
      display: block;
      font-family: 'Lora', Georgia, serif;
      font-size: 1.45rem;
      line-height: 1;
      color: var(--p2-text);
    }

    .proof-copy {
      display: block;
      margin-top: 8px;
      font-size: 0.78rem;
      color: var(--s1-muted);
      line-height: 1.5;
    }

    .hero-media {
      width: 100%;
      height: min(680px, 70vh);
      min-height: 500px;
    }

    .hero-media::before {
      content: "";
      position: absolute;
      inset: 14px;
      border: 1px solid rgba(255,255,255,0.44);
      border-radius: 8px;
      z-index: 3;
      pointer-events: none;
    }

    /* CLIENTS */
    .clients {
      padding: 18px 0 88px;
      border-bottom: 1px solid var(--line-soft);
    }

    .clients-intro {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 30px;
      margin-bottom: 24px;
    }

    .clients-intro p {
      max-width: 520px;
      margin: 0;
      color: var(--s1-muted);
      font-size: 0.96rem;
    }

    .clients-title {
      font-size: clamp(2rem, 3.8vw, 3.4rem);
      margin-top: 10px;
    }



    .clients-visual {
      margin: 28px 0 34px;
      aspect-ratio: 1672 / 941;
      height: auto;
      min-height: 300px;
    }

    .cta-visual {
      width: min(860px, 100%);
      aspect-ratio: 1672 / 941;
      height: auto;
      margin: 0 auto 42px;
    }

    .logo-marquee {
      overflow: hidden;
      position: relative;
      border-top: 1px solid var(--line-soft);
      border-bottom: 1px solid var(--line-soft);
      background: rgba(255,255,255,0.28);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    .logo-marquee::before,
    .logo-marquee::after {
      content: "";
      position: absolute;
      top: 0;
      width: 140px;
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

    .logo-marquee::before {
      left: 0;
      background: linear-gradient(to right, var(--p1-bg), transparent);
    }

    .logo-marquee::after {
      right: 0;
      background: linear-gradient(to left, var(--p1-bg), transparent);
    }

    .logo-track {
      display: flex;
      width: max-content;
      animation: marquee 38s linear infinite;
    }

    .logo-marquee:hover .logo-track {
      animation-play-state: paused;
    }

    .logo-set {
      display: flex;
      align-items: center;
    }

    .client-logo {
      min-width: 230px;
      height: 96px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 34px;
      color: rgba(50,53,56,0.72);
      font-family: 'Lora', Georgia, serif;
      font-size: 1.08rem;
      line-height: 1.22;
      text-align: center;
      letter-spacing: 0;
      white-space: normal;
      border-right: 1px solid rgba(50,53,56,0.055);
      filter: grayscale(1);
      opacity: 0.78;
    }

    .client-logo.small {
      font-family: 'Noto Sans', sans-serif;
      font-size: 0.82rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-weight: 500;
    }

    @keyframes marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    /* PHILOSOPHY */
    .philosophy {
      padding: 120px 0;
      text-align: center;
    }

    .quote {
      font-family: 'Lora', Georgia, serif;
      font-size: clamp(2.1rem, 4.3vw, 4.2rem);
      line-height: 1.22;
      max-width: 980px;
      margin: 26px auto 34px;
      letter-spacing: 0;
    }

    .philosophy p {
      max-width: 760px;
      margin: 0 auto;
      color: var(--s1-muted);
      font-size: 1.06rem;
    }

    /* FORMATS */
    .formats {
      padding: 112px 0;
      border-top: 1px solid var(--line-soft);
    }

    .formats-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 86px;
    }

    .format-card {
      display: grid;
      grid-template-columns: 0.86fr 1.14fr;
      gap: 56px;
      align-items: center;
    }

    .format-card:nth-child(even) {
      grid-template-columns: 1.14fr 0.86fr;
    }

    .format-card:nth-child(even) .format-content { order: 2; }
    .format-card:nth-child(even) .format-media { order: 1; }

    .format-media {
      aspect-ratio: 1672 / 941;
      height: auto;
      min-height: 390px;
    }

    .format-content {
      padding: 20px 0;
    }

    .format-content h3 {
      font-size: clamp(2rem, 3.4vw, 3.35rem);
      margin: 12px 0 22px;
    }

    .format-content p {
      color: var(--s1-muted);
      font-size: 1rem;
    }

    .benefit-list {
      list-style: none;
      margin: 26px 0 0;
      padding: 0;
      display: grid;
      gap: 10px;
    }

    .benefit-list li {
      position: relative;
      padding-left: 27px;
      color: var(--p2-text);
      font-size: 0.94rem;
    }

    .benefit-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.72em;
      width: 11px;
      height: 1px;
      background: var(--p3-accent);
    }

    .service-code {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--p3-accent);
    }

    .service-code::before {
      content: "";
      width: 24px;
      height: 1px;
      background: var(--p3-accent);
    }

    /* SERVICES */
    .services {
      padding: 116px 0;
      background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.35));
      border-top: 1px solid var(--line-soft);
      border-bottom: 1px solid var(--line-soft);
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .service-card {
      padding: 34px;
      min-height: 410px;
      display: flex;
      flex-direction: column;
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: var(--shadow-soft);
    }

    .service-thumb {
      aspect-ratio: 1672 / 941;
      height: auto;
      margin: -12px -12px 28px;
      box-shadow: none;
    }

    .service-card h3 {
      font-size: 1.72rem;
      margin: 11px 0 16px;
    }

    .service-card p {
      color: var(--s1-muted);
      font-size: 0.94rem;
      margin-bottom: 0;
    }

    /* PROCESS */
    .process {
      padding: 116px 0;
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .process-card {
      padding: 30px;
      min-height: 250px;
      position: relative;
      overflow: hidden;
    }

    .process-number {
      font-family: 'Lora', Georgia, serif;
      font-size: 4.6rem;
      line-height: 0.8;
      color: rgba(50,53,56,0.08);
      position: absolute;
      right: 22px;
      top: 24px;
    }

    .process-card h3 {
      font-size: 1.48rem;
      margin-bottom: 18px;
      position: relative;
      z-index: 1;
    }

    .process-card p {
      color: var(--s1-muted);
      font-size: 0.94rem;
      margin: 0;
      position: relative;
      z-index: 1;
    }

    .production-line {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      margin-top: 34px;
      border: 1px solid rgba(255,255,255,0.82);
      background: rgba(255,255,255,0.24);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: var(--shadow-card);
    }

    .production-step {
      min-height: 260px;
      padding: 30px;
      border-right: 1px solid var(--line-soft);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
    }

    .production-step:last-child { border-right: 0; }

    .production-kicker {
      font-size: 0.66rem;
      text-transform: uppercase;
      letter-spacing: 0.22em;
      color: var(--p3-accent);
      font-weight: 500;
    }

    .production-step h3 {
      font-size: 1.48rem;
      margin: 18px 0 12px;
    }

    .production-step p {
      color: var(--s1-muted);
      font-size: 0.92rem;
      margin: 0;
    }

    .production-media {
      width: 100%;
      aspect-ratio: 1672 / 941;
      height: auto;
      margin-top: 28px;
      box-shadow: none;
      border-radius: 10px;
    }

    .production-media .video-label {
      left: 12px;
      bottom: 12px;
      padding: 7px 10px;
      font-size: 0.56rem;
      letter-spacing: 0.12em;
    }

    /* DIFFERENTIATOR */
    .differentiator {
      padding: 116px 0;
      border-top: 1px solid var(--line-soft);
    }

    .split-grid {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 50px;
      align-items: start;
    }

    .split-grid h2 {
      font-size: clamp(2.6rem, 4.5vw, 4.8rem);
      margin-top: 14px;
    }

    .differentiator-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    .diff-card {
      padding: 32px;
    }

    .diff-card h3 {
      font-size: 1.55rem;
      margin: 12px 0 15px;
    }

    .diff-card p {
      color: var(--s1-muted);
      font-size: 0.93rem;
      margin: 0;
    }

    .diff-icon {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      border: 1px solid rgba(50,53,56,0.08);
      background: rgba(255,255,255,0.42);
      color: var(--p3-accent);
      font-size: 1.25rem;
      font-family: 'Lora', Georgia, serif;
    }

    /* USE CASES */
    .use-cases {
      padding: 116px 0;
      background: rgba(255,255,255,0.26);
      border-top: 1px solid var(--line-soft);
      border-bottom: 1px solid var(--line-soft);
    }

    .case-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
    }

    .case-card {
      overflow: hidden;
      min-height: 285px;
      display: flex;
      flex-direction: column;
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .case-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-soft);
    }

    .case-media {
      height: 150px;
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid rgba(255,255,255,0.82);
      box-shadow: none;
    }

    .case-media::after {
      background: linear-gradient(180deg, rgba(244,245,246,0.00), rgba(50,53,56,0.14));
    }

    .case-content {
      padding: 20px 18px 22px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .case-content h3 {
      font-size: 1.22rem;
      line-height: 1.22;
      margin-bottom: 10px;
    }

    .case-content p {
      margin: 0;
      color: var(--s1-muted);
      font-size: 0.78rem;
      line-height: 1.55;
    }

    /* CTA */
    .cta-footer {
      padding: 145px 0;
      text-align: center;
    }

    .cta-footer h2 {
      font-size: clamp(3rem, 6vw, 5.6rem);
      margin: 18px auto 26px;
      max-width: 980px;
    }

    .cta-footer p {
      max-width: 640px;
      margin: 0 auto 42px;
      color: var(--s1-muted);
      font-size: 1.04rem;
    }

    .btn-large {
      min-height: 62px;
      padding: 20px 52px;
    }

    .main-footer {
      border-top: 1px solid var(--line);
      padding: 40px 0;
      text-align: center;
      color: var(--s1-muted);
    }

    .footer-brand {
      font-family: 'Lora', Georgia, serif;
      font-size: 1.5rem;
      color: var(--p2-text);
      margin-bottom: 10px;
    }

    .main-footer p {
      margin: 0;
      font-size: 0.64rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }
    }

    @media (max-width: 1120px) {
      .hero-grid,
      .format-card,
      .format-card:nth-child(even),
      .split-grid {
        grid-template-columns: 1fr;
      }

      .hero-grid {
        gap: 36px;
      }

      .format-card:nth-child(even) .format-content,
      .format-card:nth-child(even) .format-media {
        order: initial;
      }

      .hero-media { min-height: 440px; }
      .service-grid { grid-template-columns: repeat(2, 1fr); }
      .process-grid { grid-template-columns: repeat(2, 1fr); }
      .production-line { grid-template-columns: repeat(2, 1fr); }
      .production-step:nth-child(2) { border-right: 0; }
      .production-step:nth-child(1), .production-step:nth-child(2) { border-bottom: 1px solid var(--line-soft); }
      .case-grid { grid-template-columns: repeat(3, 1fr); }
    }

    @media (max-width: 820px) {
      .container { width: min(100% - 36px, 1280px); }
      .navbar { padding: 14px 0; }
      .nav-links { display: none; }
      .mobile-contact { display: inline-flex; min-height: 40px; padding: 10px 18px; font-size: 0.64rem; }
      .hero { padding: 100px 0 70px; min-height: auto; }
      .hero-grid { gap: 0; }
      .hero h1 { font-size: clamp(2.62rem, 11.6vw, 4.25rem); margin: 16px 0 22px; }
      .hero .lead { font-size: 1rem; line-height: 1.62; margin-bottom: 28px; }
      .hero-actions { margin-bottom: 0; }
      .hero-media { aspect-ratio: 1672 / 941; height: auto; min-height: 0; margin-top: 28px; }
      .clients-visual,
      .cta-visual { min-height: 0; }
      .hero-content > .hero-proof { display: none; }
      .hero-proof-mobile { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 28px; padding-top: 0; }
      .clients-intro { display: block; }
      .clients-intro p { margin-top: 12px; }
      .client-logo { min-width: 200px; height: 84px; }
      .production-media,
      .case-media { min-height: 0; }
      .philosophy,
      .formats,
      .services,
      .process,
      .differentiator,
      .use-cases,
      .cta-footer { padding: 84px 0; }
      .format-media { min-height: 0; }
      .service-grid,
      .process-grid,
      .production-line,
      .differentiator-grid,
      .case-grid { grid-template-columns: 1fr; }
      .production-step { border-right: 0; border-bottom: 1px solid var(--line-soft); }
      .production-step:last-child { border-bottom: 0; }
      .service-card { min-height: auto; }
      .logo-marquee::before,
      .logo-marquee::after { width: 60px; }
    }

    @media (max-width: 560px) {
      .hero-actions { align-items: stretch; gap: 12px; }
      .hero-actions .btn-primary,
      .hero-actions .btn-secondary { width: 100%; white-space: normal; }
      .btn-primary,
      .btn-secondary { min-height: 52px; padding-left: 20px; padding-right: 20px; text-align: center; }
      .video-label { left: 12px; right: 12px; bottom: 12px; justify-content: center; white-space: normal; border-radius: 14px; }
      .main-footer p { letter-spacing: 0.1em; line-height: 1.8; }
    }
