.scale-film-page {
  --sf-ink: #050a12;
  --sf-ink-soft: #08111e;
  --sf-panel: #0c1726;
  --sf-line: #26364c;
  --sf-line-soft: rgb(151 174 207 / 22%);
  --sf-white: #f5f8fb;
  --sf-muted: #a4afbd;
  --sf-lime: #c8f22e;
  --sf-blue: #557cff;
  --sf-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  background: var(--sf-ink);
  color: var(--sf-white);
}

.scale-film-page main {
  overflow: hidden;
  background: var(--sf-ink);
}

.scale-film-page .site-header {
  position: relative;
  z-index: 80;
  border-bottom-color: var(--sf-line-soft);
  background: #06101b;
  color: var(--sf-white);
}

.scale-film-page .site-header .brand,
.scale-film-page .site-header .desktop-nav a,
.scale-film-page .site-header .menu-button {
  color: var(--sf-white);
}

.scale-film-page .site-header .brand img {
  background: #fff;
}

.scale-film-page .site-header .brand-copy small,
.scale-film-page .site-header .desktop-nav i {
  color: var(--sf-muted);
}

.scale-film-page .site-header .header-contact {
  background: var(--sf-lime);
  color: #081007;
}

.scale-film-page h1,
.scale-film-page h2,
.scale-film-page h3,
.scale-film-page p,
.scale-film-page figure {
  margin-top: 0;
}

.scale-film-page button,
.scale-film-page a {
  -webkit-tap-highlight-color: transparent;
}

.sf-kicker {
  margin-bottom: 22px;
  color: var(--sf-lime);
  font-family: var(--sf-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.sf-hero {
  position: relative;
  display: flex;
  min-height: min(850px, calc(100svh - 76px));
  align-items: center;
  border-bottom: 1px solid var(--sf-line);
  isolation: isolate;
}

.sf-hero-visual,
.sf-hero-visual::after {
  position: absolute;
  inset: 0;
}

.sf-hero-visual {
  z-index: -2;
  margin: 0;
}

.sf-hero-visual::after {
  background: rgb(3 8 14 / 14%);
  content: "";
}

.sf-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-hero-copy {
  width: min(760px, 58%);
  padding: 96px var(--gutter) 152px;
}

.sf-hero h1 {
  max-width: 720px;
  margin-bottom: 28px;
  color: var(--sf-white);
  font-size: clamp(3.4rem, 5.8vw, 6.4rem);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.sf-hero-intro {
  max-width: 610px;
  margin-bottom: 0;
  color: #d3dae4;
  font-size: 18px;
  line-height: 1.9;
}

.sf-hero-actions,
.sf-final-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.sf-hero-actions {
  margin-top: 34px;
}

.sf-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  border: 1px solid transparent;
  gap: 12px;
  font-size: 15px;
  font-weight: 800;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.sf-button:hover,
.sf-button:focus-visible {
  transform: translateY(-2px);
}

.sf-button-primary {
  background: var(--sf-lime);
  color: #071006;
}

.sf-button-primary:hover,
.sf-button-primary:focus-visible {
  background: #dcff59;
}

.sf-button-secondary {
  border-color: #4f68a4;
  color: var(--sf-white);
}

.sf-button-secondary:hover,
.sf-button-secondary:focus-visible {
  border-color: var(--sf-lime);
  color: var(--sf-lime);
}

.sf-rights-note {
  margin: 22px 0 0;
  color: #8c98a8;
  font-size: 12px;
  line-height: 1.7;
}

.sf-hero-corner {
  position: absolute;
  top: 34px;
  right: var(--gutter);
  display: flex;
  align-items: center;
  color: #c8d0db;
  font-family: var(--sf-display);
  font-size: 12px;
  font-weight: 600;
  gap: 18px;
  letter-spacing: 0.15em;
}

.sf-hero-corner i {
  color: var(--sf-lime);
  font-size: 26px;
}

.sf-soundline {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 76px;
  align-items: center;
  padding: 0 var(--gutter);
  border-top: 1px solid var(--sf-line-soft);
  background: rgb(4 10 18 / 88%);
  color: #7799ed;
  font-family: var(--sf-display);
  font-size: 13px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  letter-spacing: 0.08em;
}

.sf-waveform {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #526a9f;
  font-size: 37px;
}

.sf-waveform i {
  min-width: 22%;
  transform: scaleX(1.8);
}

.sf-section {
  padding: clamp(88px, 9vw, 148px) var(--gutter);
}

.sf-process {
  display: grid;
  background: var(--sf-ink-soft);
  gap: clamp(48px, 7vw, 110px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.8fr);
}

.sf-section-lead h2,
.sf-section-header h2,
.sf-delivery h2,
.sf-final h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 4.9vw, 5.4rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.sf-section-lead > p:last-child {
  max-width: 430px;
  margin: 28px 0 0;
  color: var(--sf-muted);
  font-size: 15px;
  line-height: 1.9;
}

.sf-process-board {
  min-width: 0;
}

.sf-process-track {
  display: grid;
  margin: 0 0 40px;
  padding: 0;
  border-top: 1px solid var(--sf-line);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}

.sf-process-track li {
  min-width: 0;
  padding: 22px 18px 0 0;
}

.sf-process-track li + li {
  padding-left: 20px;
  border-left: 1px solid var(--sf-line);
}

.sf-process-track span,
.sf-story-list > li > span,
.sf-production article > span,
.sf-delivery li > span {
  display: block;
  margin-bottom: 12px;
  color: var(--sf-lime);
  font-family: var(--sf-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sf-process-track strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.sf-process-track small {
  color: #7f8b99;
  font-size: 11px;
  line-height: 1.6;
}

.sf-process-image {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
}

.sf-process-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.sf-process-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: rgb(3 8 14 / 84%);
  color: #cbd3de;
  font-size: 12px;
  line-height: 1.6;
}

.sf-process-image figcaption span {
  color: var(--sf-lime);
  font-family: var(--sf-display);
  letter-spacing: 0.14em;
}

.sf-proof {
  position: relative;
  display: grid;
  min-height: 800px;
  align-items: center;
  padding: 110px var(--gutter);
  border-top: 1px solid var(--sf-line);
  background: #02070d;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
}

.sf-proof-visual {
  position: absolute;
  inset: 0 42% 0 0;
}

.sf-proof-visual::after {
  position: absolute;
  inset: 0;
  background: rgb(2 7 13 / 38%);
  content: "";
}

.sf-proof-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
}

.sf-proof-copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
}

.sf-proof h2 {
  margin-bottom: 30px;
  font-size: clamp(3rem, 5vw, 5.7rem);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 1;
}

.sf-proof h2 span {
  color: var(--sf-lime);
}

.sf-proof-copy > p:not(.sf-kicker) {
  color: #aab5c4;
  font-size: 16px;
  line-height: 1.9;
}

.sf-proof ul {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--sf-line);
  list-style: none;
}

.sf-proof li {
  display: grid;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid var(--sf-line);
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr);
}

.sf-proof li i {
  color: var(--sf-lime);
  font-size: 27px;
}

.sf-proof li span {
  color: #8f9cab;
  font-size: 13px;
  line-height: 1.65;
}

.sf-proof li strong {
  display: block;
  color: var(--sf-white);
  font-size: 15px;
}

.sf-scope,
.sf-production {
  background: #f1f3f5;
  color: #07101a;
}

.sf-scope .sf-kicker,
.sf-production .sf-kicker {
  color: #4861a1;
}

.sf-section-header {
  display: grid;
  align-items: end;
  margin-bottom: 64px;
  gap: 60px;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
}

.sf-section-header > p {
  margin-bottom: 4px;
  color: #66707b;
  font-size: 14px;
  line-height: 1.85;
}

.sf-story-list {
  margin: 0;
  padding: 0;
  border-top: 2px solid #07101a;
  list-style: none;
}

.sf-story-list li {
  display: grid;
  min-height: 132px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #b9c0c8;
  gap: 24px;
  grid-template-columns: 54px 42px minmax(210px, 0.62fr) minmax(0, 1fr);
}

.sf-story-list > li > span {
  margin: 0;
  color: #4861a1;
}

.sf-story-list i {
  color: #4861a1;
  font-size: 30px;
}

.sf-story-list h3,
.sf-story-list p {
  margin: 0;
}

.sf-story-list h3 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
}

.sf-story-list p {
  color: #66707b;
  font-size: 14px;
  line-height: 1.8;
}

.sf-reels {
  background: var(--sf-ink-soft);
}

.sf-reels .sf-section-header > p {
  color: var(--sf-muted);
}

.sf-reel-toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  border-top: 1px solid var(--sf-line);
  border-bottom: 1px solid var(--sf-line);
}

.sf-reel-toolbar button {
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-right: 1px solid var(--sf-line);
  background: transparent;
  color: var(--sf-muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.sf-reel-toolbar button:hover,
.sf-reel-toolbar button:focus-visible,
.sf-reel-toolbar button.is-active {
  background: var(--sf-lime);
  color: #071006;
}

.sf-reel-toolbar > span {
  margin-left: auto;
  padding: 0 20px;
  color: #6f7e91;
  font-family: var(--sf-display);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.sf-reel-grid {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sf-reel-card {
  position: relative;
  min-height: 320px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #050a12;
  color: var(--sf-white);
  cursor: pointer;
  grid-column: span 1;
  text-align: left;
}

.sf-reel-card-wide {
  grid-column: span 2;
}

.sf-reel-card[hidden] {
  display: none;
}

.sf-reel-card::after {
  position: absolute;
  inset: 0;
  background: rgb(3 8 14 / 34%);
  content: "";
  transition: background 220ms ease;
}

.sf-reel-card:hover::after,
.sf-reel-card:focus-visible::after {
  background: rgb(3 8 14 / 14%);
}

.sf-reel-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 480ms ease;
}

.sf-reel-card:hover img,
.sf-reel-card:focus-visible img {
  transform: scale(1.035);
}

.sf-reel-index,
.sf-reel-play,
.sf-reel-caption {
  position: absolute;
  z-index: 2;
}

.sf-reel-index {
  top: 20px;
  left: 20px;
  color: var(--sf-lime);
  font-family: var(--sf-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.sf-reel-play {
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 52%);
  background: rgb(5 10 18 / 64%);
  color: var(--sf-lime);
  transform: translate(-50%, -50%);
}

.sf-reel-caption {
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding-top: 16px;
  border-top: 1px solid rgb(255 255 255 / 38%);
}

.sf-reel-caption strong,
.sf-reel-caption small {
  display: block;
}

.sf-reel-caption strong {
  margin-bottom: 5px;
  font-size: 15px;
}

.sf-reel-caption small {
  color: #c1c9d3;
  font-size: 11px;
}

.sf-production-split {
  display: grid;
  border-top: 2px solid #07101a;
  border-bottom: 1px solid #aeb7c0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sf-production article {
  min-height: 410px;
  padding: 44px 50px;
}

.sf-production article + article {
  border-left: 1px solid #aeb7c0;
}

.sf-production article > span {
  color: #4861a1;
}

.sf-production article > i {
  display: block;
  margin: 62px 0 24px;
  color: #4861a1;
  font-size: 48px;
}

.sf-production h3 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -0.04em;
}

.sf-production article p {
  max-width: 590px;
  margin: 0;
  color: #5e6873;
  font-size: 15px;
  line-height: 1.9;
}

.sf-delivery {
  display: grid;
  align-items: start;
  padding: clamp(86px, 9vw, 132px) var(--gutter);
  background: #070f1a;
  gap: 70px;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
}

.sf-delivery ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--sf-line);
  list-style: none;
}

.sf-delivery li {
  display: grid;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--sf-line);
  gap: 22px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
}

.sf-delivery li > span {
  margin: 0;
}

.sf-delivery strong {
  font-size: 15px;
}

.sf-delivery small {
  color: #7f8b99;
  font-size: 12px;
}

.sf-final {
  display: grid;
  align-items: end;
  padding: clamp(100px, 12vw, 178px) var(--gutter);
  border-top: 1px solid var(--sf-line);
  background: #03080e;
  gap: 70px;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
}

.sf-final h2 span {
  color: var(--sf-lime);
}

.sf-final-copy > p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--sf-muted);
  font-size: 15px;
  line-height: 1.9;
}

.sf-final-actions {
  align-items: stretch;
  flex-direction: column;
}

.sf-final-actions .sf-button {
  justify-content: space-between;
}

.sf-final-actions small {
  margin-top: 12px;
  color: #687585;
  font-size: 11px;
  line-height: 1.75;
}

.sf-case-dialog {
  width: min(1040px, calc(100vw - 36px));
  max-width: none;
  padding: 0;
  border: 1px solid #3a4d68;
  background: #050a12;
  color: var(--sf-white);
}

.sf-case-dialog::backdrop {
  background: rgb(0 3 7 / 88%);
  backdrop-filter: blur(8px);
}

.sf-dialog-frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.45fr);
}

.sf-dialog-player {
  min-height: 520px;
  background: #000;
}

.sf-dialog-player video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: contain;
}

.sf-dialog-copy {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 74px 28px 30px;
  border-left: 1px solid var(--sf-line);
}

.sf-dialog-copy p {
  color: var(--sf-lime);
  font-family: var(--sf-display);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.sf-dialog-copy h2 {
  margin-bottom: 12px;
  font-size: 30px;
}

.sf-dialog-copy span,
.sf-dialog-copy small {
  color: var(--sf-muted);
  font-size: 12px;
  line-height: 1.75;
}

.sf-dialog-copy small {
  margin-top: 28px;
}

.sf-dialog-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #52617a;
  background: #08111e;
  color: var(--sf-white);
  cursor: pointer;
}

[data-sf-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-sf-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .sf-hero-copy {
    width: 68%;
  }

  .sf-process,
  .sf-delivery,
  .sf-final {
    grid-template-columns: 1fr;
  }

  .sf-process-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sf-process-track li:nth-child(4),
  .sf-process-track li:nth-child(5) {
    margin-top: 28px;
  }

  .sf-proof {
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  }

  .sf-reel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-reel-card-wide {
    grid-column: span 1;
  }
}

@media (max-width: 820px) {
  .sf-hero {
    min-height: 790px;
    align-items: flex-end;
  }

  .sf-hero-visual img {
    object-position: 63% center;
  }

  .sf-hero-copy {
    width: 100%;
    padding: 120px var(--gutter) 126px;
    background: rgb(3 8 14 / 68%);
  }

  .sf-hero h1 {
    font-size: clamp(3.4rem, 10vw, 5.2rem);
  }

  .sf-hero-corner {
    top: 24px;
  }

  .sf-section-header {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .sf-proof {
    display: block;
    min-height: auto;
    padding-top: 500px;
  }

  .sf-proof-visual {
    inset: 0 0 auto;
    height: 460px;
  }

  .sf-story-list li {
    grid-template-columns: 44px 34px minmax(0, 1fr);
  }

  .sf-story-list p {
    grid-column: 3;
  }

  .sf-production-split {
    grid-template-columns: 1fr;
  }

  .sf-production article + article {
    border-top: 1px solid #aeb7c0;
    border-left: 0;
  }

  .sf-dialog-frame {
    grid-template-columns: 1fr;
  }

  .sf-dialog-player,
  .sf-dialog-player video {
    min-height: 0;
  }

  .sf-dialog-player video {
    aspect-ratio: 16 / 9;
  }

  .sf-dialog-copy {
    padding: 24px;
    border-top: 1px solid var(--sf-line);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .sf-kicker {
    font-size: 11px;
  }

  .sf-hero {
    min-height: 760px;
  }

  .sf-hero-copy {
    padding-top: 130px;
  }

  .sf-hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
    line-height: 1.04;
  }

  .sf-hero-intro {
    font-size: 15px;
  }

  .sf-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sf-hero-actions .sf-button {
    width: 100%;
  }

  .sf-hero-corner {
    right: 20px;
    left: 20px;
    justify-content: space-between;
  }

  .sf-soundline {
    min-height: 64px;
    padding: 0 20px;
  }

  .sf-waveform i {
    min-width: 46%;
  }

  .sf-process-track {
    border-top: 0;
    grid-template-columns: 1fr;
  }

  .sf-process-track li,
  .sf-process-track li + li,
  .sf-process-track li:nth-child(4),
  .sf-process-track li:nth-child(5) {
    display: grid;
    align-items: center;
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid var(--sf-line);
    border-left: 0;
    gap: 12px;
    grid-template-columns: 40px 110px minmax(0, 1fr);
  }

  .sf-process-track span,
  .sf-process-track strong {
    margin: 0;
  }

  .sf-process-image,
  .sf-process-image img {
    min-height: 330px;
  }

  .sf-process-image figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .sf-proof {
    padding-top: 390px;
  }

  .sf-proof-visual {
    height: 350px;
  }

  .sf-story-list li {
    padding: 22px 0;
    gap: 14px;
    grid-template-columns: 34px 30px minmax(0, 1fr);
  }

  .sf-story-list p {
    font-size: 13px;
  }

  .sf-reel-toolbar {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .sf-reel-toolbar button {
    flex: 1 1 auto;
    padding: 0 14px;
  }

  .sf-reel-toolbar > span {
    display: none;
  }

  .sf-reel-grid {
    grid-template-columns: 1fr;
  }

  .sf-reel-card {
    min-height: 280px;
  }

  .sf-reel-card img {
    min-height: 280px;
  }

  .sf-production article {
    min-height: auto;
    padding: 34px 0;
  }

  .sf-production article > i {
    margin-top: 42px;
  }

  .sf-delivery li {
    align-items: start;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .sf-delivery li small {
    grid-column: 2;
  }

  .sf-case-dialog {
    width: 100vw;
    height: 100dvh;
    max-height: none;
    border: 0;
  }

  .sf-dialog-frame {
    min-height: 100%;
    align-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sf-button,
  .sf-reel-card img,
  [data-sf-reveal] {
    transition: none;
  }

  [data-sf-reveal] {
    opacity: 1;
    transform: none;
  }
}
