
  #orc-cinematic-footer,
  #orc-cinematic-footer * { box-sizing: border-box; }

  #orc-cinematic-footer {
    --red: #cf001c;
    --red-dark: #8f0015;
    --white: #f7f7f5;
    --grey: #a5a5aa;
    --ink: #050506;
    --progress: 0;
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 0;
    overflow: hidden;
    isolation: isolate;
    color: var(--white);
    background:
      radial-gradient(circle at 50% 62%, rgba(207,0,28,.13), transparent 35%),
      linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
      #050506;
    background-size: auto, 94px 94px, 94px 94px, auto;
    font-family: Arial, Helvetica, sans-serif;
  }

  #orc-cinematic-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(115deg, transparent 16%, rgba(207,0,28,.055) 50%, transparent 74%);
    transform: translateX(calc((var(--progress) - .5) * 8%));
    pointer-events: none;
  }

  #orc-cinematic-footer a { color: inherit; text-decoration: none; }

  #orc-cinematic-footer .orc-footer-top {
    position: relative;
    z-index: 8;
    width: min(1340px, calc(100% - 64px));
    margin: 0 auto;
    padding: 82px 0 36px;
    display: grid;
    grid-template-columns: 1.35fr .7fr .85fr 1fr;
    gap: clamp(30px, 4vw, 72px);
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  #orc-cinematic-footer .orc-brand { max-width: 390px; }

  #orc-cinematic-footer .orc-logo-lockup {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 26px;
  }

  #orc-cinematic-footer .orc-logo-mark {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  #orc-cinematic-footer .orc-logo-type strong,
  #orc-cinematic-footer .orc-logo-type span { display: block; }
  #orc-cinematic-footer .orc-logo-type strong {
    font-size: 19px;
    letter-spacing: .08em;
    line-height: 1;
  }
  #orc-cinematic-footer .orc-logo-type strong i { color: var(--red); font-style: normal; }
  #orc-cinematic-footer .orc-logo-type span {
    margin-top: 7px;
    color: #bcbcc1;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .46em;
  }

  #orc-cinematic-footer .orc-brand-copy {
    margin: 0;
    color: #aaaab0;
    font-size: 14px;
    line-height: 1.75;
  }

  #orc-cinematic-footer .orc-footer-heading {
    margin: 7px 0 24px;
    color: #77777d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
  }

  #orc-cinematic-footer .orc-footer-links { display: grid; gap: 13px; }
  #orc-cinematic-footer .orc-footer-links a {
    position: relative;
    width: fit-content;
    color: #ededee;
    font-size: 14px;
    transition: color .25s ease, transform .25s ease;
  }
  #orc-cinematic-footer .orc-footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
  }
  #orc-cinematic-footer .orc-footer-links a:hover { color: #fff; transform: translateX(3px); }
  #orc-cinematic-footer .orc-footer-links a:hover::after { transform: scaleX(1); }

  #orc-cinematic-footer .orc-contact-list { display: grid; gap: 16px; }
  #orc-cinematic-footer .orc-contact-item small,
  #orc-cinematic-footer .orc-contact-item strong { display: block; }
  #orc-cinematic-footer .orc-contact-item small {
    margin-bottom: 5px;
    color: #6f6f75;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  #orc-cinematic-footer .orc-contact-item strong {
    color: #eeeef0;
    font-size: 13px;
    line-height: 1.5;
  }

  #orc-cinematic-footer .orc-quote {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    width: 100%;
    max-width: 250px;
    margin-top: 25px;
    padding: 16px 18px;
    border: 1px solid #e50a28;
    background: linear-gradient(135deg, #d0001d, #a80018);
    box-shadow: 0 12px 35px rgba(207,0,28,.18), inset 0 1px rgba(255,255,255,.2);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  #orc-cinematic-footer .orc-quote:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 45px rgba(207,0,28,.3), inset 0 1px rgba(255,255,255,.2);
  }

  #orc-cinematic-footer .orc-showcase {
    position: relative;
    height: clamp(460px, 38vw, 650px);
    min-height: 460px;
    overflow: hidden;
  }

  #orc-cinematic-footer .orc-giant-type {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 6%;
    display: flex;
    flex-direction: column;
    width: max-content;
    transform: translateX(calc(-50% + (var(--progress) - .5) * -5vw));
    color: rgba(255,255,255,.072);
    font-size: clamp(82px, 12.5vw, 225px);
    font-weight: 900;
    line-height: .75;
    letter-spacing: -.075em;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
    will-change: transform;
  }
  #orc-cinematic-footer .orc-giant-type span:last-child {
    color: rgba(207,0,28,.13);
    transform: translateX(calc((var(--progress) - .5) * 9vw));
  }

  #orc-cinematic-footer .orc-road-glow {
    position: absolute;
    z-index: 2;
    left: 8%;
    right: 8%;
    bottom: 68px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12) 18%, rgba(207,0,28,.75) 50%, rgba(255,255,255,.12) 82%, transparent);
    box-shadow: 0 0 26px rgba(207,0,28,.45);
  }

  #orc-cinematic-footer .orc-footer-bottom {
    position: relative;
    z-index: 8;
    width: min(1340px, calc(100% - 64px));
    margin: 0 auto;
    padding: 21px 0 25px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #6f6f75;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  #orc-cinematic-footer .orc-footer-bottom a:hover { color: #fff; }

  @media (max-width: 900px) {
    #orc-cinematic-footer .orc-footer-top {
      width: min(100% - 36px, 680px);
      padding-top: 58px;
      grid-template-columns: 1fr 1fr;
      gap: 38px 26px;
    }
    #orc-cinematic-footer .orc-brand { grid-column: 1 / -1; }
    #orc-cinematic-footer .orc-showcase { height: 450px; min-height: 450px; }
    #orc-cinematic-footer .orc-logo-mark { width: 50px; height: 50px; }
    #orc-cinematic-footer .orc-logo-type strong { font-size: 17px; }
    #orc-cinematic-footer .orc-logo-type span { font-size: 8px; }
    #orc-cinematic-footer .orc-brand-copy { max-width: 330px; font-size: 13px; }
    #orc-cinematic-footer .orc-footer-heading { margin-bottom: 18px; }
    #orc-cinematic-footer .orc-footer-links { gap: 11px; }
    #orc-cinematic-footer .orc-footer-links a { font-size: 13px; }
    #orc-cinematic-footer .orc-contact-column { grid-column: 1 / -1; }
    #orc-cinematic-footer .orc-contact-list { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
    #orc-cinematic-footer .orc-contact-item--email { grid-column: 1 / -1; }
    #orc-cinematic-footer .orc-quote { max-width: none; }
    #orc-cinematic-footer .orc-showcase { height: 310px; min-height: 310px; }
    #orc-cinematic-footer .orc-giant-type { top: 12%; font-size: clamp(62px, 21vw, 104px); line-height: .82; }
  }

  @media (max-width: 560px) {
    #orc-cinematic-footer .orc-footer-top { grid-template-columns: 1fr; width: calc(100% - 40px); gap: 34px; padding-top: 52px; }
    #orc-cinematic-footer .orc-brand, #orc-cinematic-footer .orc-contact-column { grid-column: auto; }
    #orc-cinematic-footer .orc-footer-heading { margin: 0 0 14px; }
    #orc-cinematic-footer .orc-contact-list { grid-template-columns: 1fr; }
    #orc-cinematic-footer .orc-contact-item--email { grid-column: auto; }
    #orc-cinematic-footer .orc-showcase { height: 240px; min-height: 240px; }
    #orc-cinematic-footer .orc-giant-type { top: 24%; font-size: clamp(43px, 13vw, 72px); }
    #orc-cinematic-footer .orc-footer-bottom { width: calc(100% - 40px); flex-direction: column; gap: 10px; line-height: 1.5; }
  }

  @media (prefers-reduced-motion: reduce) {
    #orc-cinematic-footer { --progress: .72 !important; }
    #orc-cinematic-footer *, #orc-cinematic-footer *::before, #orc-cinematic-footer *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
    }
  }

#orc-cinematic-footer .orc-contact-item:hover strong { color: #fff; }
#orc-cinematic-footer a:focus-visible { outline: 2px solid #ef3349; outline-offset: 4px; }
