/* Offline editorial homepage study. This file is intentionally scoped to the homepage. */

.editorial-home{
  --editorial-deep: #111b27;
  --editorial-deep-2: #172230;
  --editorial-navy: #2f3c50;
  --editorial-paper: #f4efe5;
  --editorial-paper-2: #fbf8f1;
  --editorial-ink: #1b2633;
  --editorial-muted: #647080;
  --editorial-mustard: #d4a017;
  --editorial-rust: #c3733a;
  --editorial-light-rule: rgba(27,38,51,0.18);
  --editorial-dark-rule: rgba(244,239,229,0.18);
  background: var(--editorial-deep);
  font-family: "Barlow", ui-sans-serif, system-ui, sans-serif;
}

.editorial-home .container{
  width: min(100%, 1440px);
  max-width: 1440px;
  padding-inline: clamp(24px, 5vw, 72px);
}

.editorial-home .nav{
  background: rgba(17,27,39,0.94);
  border-bottom-color: rgba(244,239,229,0.14);
  backdrop-filter: blur(18px);
}

.editorial-home .nav-inner{
  max-width: 1440px;
}

.editorial-home .nav-links > a,
.editorial-home .services-toggle,
.editorial-home .mobile-menu > a,
.editorial-home .mobile-services-toggle,
.editorial-home .footer .links a{
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
}

.editorial-home .section{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 9vw, 138px) 0;
  background: var(--editorial-deep);
}

.editorial-home .section.light{
  color: var(--editorial-ink);
  background: var(--editorial-paper);
}

.editorial-home .section > .container{
  position: relative;
  z-index: 1;
}

.editorial-home .h2,
.editorial-home .h3{
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-weight: 400;
}

.editorial-home .h2{
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(54px, 6.2vw, 92px);
  line-height: 0.88;
  letter-spacing: 0.01em;
}

.editorial-home .h3{
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 0.92;
}

.editorial-home .p,
.editorial-home .lede{
  font-family: "Barlow", ui-sans-serif, system-ui, sans-serif;
}

.editorial-home .p{
  font-size: 18px;
  line-height: 1.68;
}

.editorial-home .title-accent{
  color: inherit;
}

.editorial-home .section[aria-label="Featured Work"] .title-accent,
.editorial-home #about .title-accent,
.editorial-home #contact .title-accent{
  color: var(--editorial-mustard);
}

.editorial-home .kicker,
.editorial-home .hero-eyebrow,
.editorial-home .filmmaker-role{
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.editorial-home .hero{
  min-height: clamp(640px, calc(100svh - 78px), 900px);
  isolation: isolate;
  border-bottom: 0;
  background: var(--editorial-deep);
}

.editorial-home .hero::before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(244,239,229,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,239,229,0.12) 1px, transparent 1px);
  background-size: clamp(72px, 9vw, 140px) clamp(72px, 9vw, 140px);
  mask-image: linear-gradient(90deg, rgba(0,0,0,0.9), transparent 72%);
}

.editorial-home .hero::after{
  content: "";
  position: absolute;
  z-index: 1;
  right: -10vw;
  bottom: -20vw;
  width: 46vw;
  max-width: 920px;
  aspect-ratio: 1;
  border: 1px solid rgba(212,160,23,0.34);
  border-radius: 50%;
  pointer-events: none;
}

.editorial-home .hero-media{
  z-index: 0;
}

.editorial-home .hero-media::after{
  background:
    linear-gradient(102deg, rgba(17,27,39,0.93) 0%, rgba(17,27,39,0.74) 48%, rgba(17,27,39,0.36) 76%, rgba(17,27,39,0.28) 100%),
    linear-gradient(0deg, rgba(17,27,39,0.48), rgba(47,60,80,0.08) 56%, rgba(17,27,39,0.28));
}

.editorial-home .hero-inner{
  z-index: 3;
  width: min(100%, 1440px);
  max-width: 1440px;
  padding: clamp(88px, 14vh, 150px) clamp(24px, 5vw, 72px) clamp(52px, 8vh, 86px);
}

.editorial-home .hero-eyebrow{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--editorial-mustard);
  font-size: 15px;
}

.editorial-home .hero-eyebrow::before{
  content: "";
  width: 34px;
  height: 2px;
  background: var(--editorial-rust);
}

.editorial-home .hero .h1{
  max-width: 940px;
  margin: 0;
  font-size: clamp(72px, 8.4vw, 126px);
  line-height: 0.85;
  letter-spacing: 0.005em;
}

.editorial-home .hero .lede{
  max-width: 820px;
  margin: 34px 0 0;
  padding-left: 22px;
  border-left: 2px solid var(--editorial-mustard);
  color: rgba(244,239,229,0.88);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.55;
}

.editorial-home .hero .hero-actions{
  margin-top: 30px;
}

.editorial-home .cta{
  min-height: 52px;
}

/* Featured work */
.editorial-home .section[aria-label="Featured Work"]{
  background: var(--editorial-deep);
}

.editorial-home .section[aria-label="Featured Work"]::after{
  content: "WORK";
  position: absolute;
  z-index: 0;
  right: -0.02em;
  top: -0.12em;
  color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: min(28vw, 410px);
  line-height: 0.8;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(244,239,229,0.065);
  pointer-events: none;
}

.editorial-home .section[aria-label="Featured Work"] > .container > div:first-child{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end !important;
  gap: 32px !important;
  padding-top: 28px;
  border-top: 1px solid var(--editorial-dark-rule);
}

.editorial-home .section[aria-label="Featured Work"] .h2{
  margin-bottom: 16px;
}

.editorial-home .section[aria-label="Featured Work"] .p{
  color: rgba(244,239,229,0.7);
}

.editorial-home .featured-grid{
  counter-reset: selected-work;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, 0.82fr);
  grid-template-rows: repeat(3, minmax(190px, 1fr));
  gap: 2px;
  min-height: 720px;
  margin-top: 50px !important;
  padding: 2px;
  background: rgba(244,239,229,0.18);
}

.editorial-home .featured-grid .card{
  counter-increment: selected-work;
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--editorial-deep-2);
  box-shadow: none;
  transform: none;
}

.editorial-home .featured-grid .card:first-child{
  grid-row: 1 / 4;
}

.editorial-home .featured-grid .thumb,
.editorial-home .featured-grid picture{
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.editorial-home .featured-grid .thumb::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,16,24,0.9), rgba(10,16,24,0.12) 64%, rgba(10,16,24,0.04));
  pointer-events: none;
}

.editorial-home .featured-grid .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.03);
  transform: scale(1.001);
  transition: filter 260ms ease, transform 500ms cubic-bezier(0.22,1,0.36,1);
}

.editorial-home .featured-grid .card:first-child .thumb img{
  object-position: 48% 50%;
}

.editorial-home .featured-grid .card:hover .thumb img,
.editorial-home .featured-grid .card:focus-visible .thumb img{
  filter: saturate(1) contrast(1.03);
  transform: scale(1.018);
}

.editorial-home .featured-grid .card-body{
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 22px 24px 24px 78px;
  background: transparent;
}

.editorial-home .featured-grid .card-body::before{
  content: "0" counter(selected-work);
  position: absolute;
  left: 24px;
  bottom: 28px;
  color: var(--editorial-mustard);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.editorial-home .featured-grid .card-title{
  max-width: 560px;
  color: var(--editorial-paper-2);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(27px, 2.5vw, 42px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.015em;
}

.editorial-home .featured-grid .card:not(:first-child) .card-title{
  font-size: clamp(24px, 2vw, 32px);
}

/* Client proof */
.editorial-home #trusted{
  background: var(--editorial-paper);
}

.editorial-home #trusted .trusted-head{
  display: block;
  text-align: left;
}

.editorial-home #trusted .trusted-head .h2{
  max-width: none;
  margin: 0;
  color: var(--editorial-ink);
  font-size: clamp(40px, 3.8vw, 56px);
  line-height: 0.94;
}

.editorial-home #trusted .trusted-head .p{
  max-width: 980px;
  margin: 20px 0 0;
  padding-left: 0;
  border-left: 0;
  color: var(--editorial-muted);
}

.editorial-home #trusted .client-marquee{
  width: 100%;
  margin: clamp(34px, 4vw, 54px) 0 0;
  padding: 0;
  overflow: hidden;
  border-block: 1px solid rgba(244,239,229,0.16);
  background: var(--editorial-navy);
}

.editorial-home #trusted .client-marquee::before,
.editorial-home #trusted .client-marquee::after{
  display: block;
}

.editorial-home #trusted .client-marquee .marquee-inner{
  display: flex !important;
  width: max-content !important;
  margin: 0;
  padding: 0;
  animation: marqueeSlide 105s linear infinite !important;
}

.editorial-home #trusted .client-marquee .marquee-track{
  display: flex !important;
  flex: 0 0 auto;
  gap: 48px !important;
  width: max-content !important;
  min-width: max-content !important;
  padding: 24px 28px !important;
  animation: none !important;
}

.editorial-home #trusted .client-logo{
  width: auto !important;
  max-width: none !important;
  height: 30px !important;
  max-height: 30px !important;
  margin: 0;
  opacity: 0.8;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(0.82);
}

.editorial-home #trusted .marquee-track > img{
  align-self: center;
  box-sizing: border-box;
  padding: 0;
  border: 0;
}

.editorial-home #trusted .trust-card.trust-center{
  display: grid;
  grid-template-columns: minmax(240px, 0.64fr) minmax(0, 1.36fr);
  grid-template-rows: auto auto 1fr;
  gap: 6px clamp(36px, 8vw, 124px);
  max-width: none;
  margin: clamp(58px, 7vw, 98px) 0 0;
  padding: 34px 0 0;
  border: 0;
  border-top: 1px solid var(--editorial-light-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.editorial-home #trusted .trust-card .kicker,
.editorial-home #trusted .trust-card .h3{
  grid-column: 1;
  text-align: left;
}

.editorial-home #trusted .trust-card .kicker{
  color: var(--editorial-rust) !important;
}

.editorial-home #trusted .trust-card .h3{
  color: var(--editorial-ink);
}

.editorial-home #trusted .stats-grid{
  grid-column: 2;
  grid-row: 1 / 3;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: stretch;
  gap: 0;
  margin: 0;
  border-block: 1px solid var(--editorial-light-rule);
}

.editorial-home #trusted .stat{
  display: flex;
  min-height: 138px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 30px;
  border: 0;
  border-right: 1px solid var(--editorial-light-rule);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.editorial-home #trusted .stat:last-child{
  border-right: 0;
}

.editorial-home #trusted .stat-num{
  color: var(--editorial-ink);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 400;
  line-height: 0.9;
}

.editorial-home #trusted .stat-label{
  margin-top: 10px;
  color: var(--editorial-muted);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.editorial-home #trusted .trust-card.trust-center > .p{
  grid-column: 2;
  grid-row: 3;
  max-width: 720px;
  margin: 14px 0 0 !important;
  color: var(--editorial-muted);
  text-align: left !important;
}

/* Services index */
.editorial-home #approach{
  background: var(--editorial-paper-2);
}

.editorial-home #approach::after{
  content: "55";
  position: absolute;
  z-index: -1;
  right: -0.02em;
  bottom: -0.24em;
  color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: min(42vw, 620px);
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(27,38,51,0.07);
}

.editorial-home #approach > .container{
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: start;
}

.editorial-home #approach .editorial-service-intro{
  position: sticky;
  top: 126px;
  grid-column: 1;
  grid-row: 1;
}

.editorial-home #approach .editorial-service-intro .p{
  color: var(--editorial-muted);
}

.editorial-home #approach .list{
  counter-reset: service-index;
  display: block;
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  border-top: 1px solid var(--editorial-light-rule);
}

.editorial-home #approach .list li{
  counter-increment: service-index;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 22px;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 20px 0;
  border-bottom: 1px solid var(--editorial-light-rule);
}

.editorial-home #approach .list li::before{
  content: "0" counter(service-index);
  position: static;
  color: var(--editorial-rust);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.editorial-home #approach .list li::after{
  content: "↗";
  color: var(--editorial-ink);
  font-size: 18px;
  transform: translate(0,0);
  transition: color 180ms ease, transform 180ms ease;
}

.editorial-home #approach .list a{
  color: var(--editorial-ink);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 3vw, 43px);
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.editorial-home #approach .list li:has(a:hover)::after,
.editorial-home #approach .list li:has(a:focus-visible)::after{
  color: var(--editorial-mustard);
  transform: translate(4px,-4px);
}

.editorial-home #approach .hero-actions{
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  margin-top: 30px !important;
}

/* Partner support */
.editorial-home #partner-support{
  padding-block: clamp(72px, 8vw, 116px);
  background: var(--editorial-deep-2);
}

.editorial-home #partner-support .panel-light{
  position: relative;
  min-height: 610px;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(244,239,229,0.16);
  border-left: 4px solid var(--editorial-mustard);
  border-radius: 0;
  background: var(--editorial-deep);
  box-shadow: none;
}

.editorial-home #partner-support .support-mosaic-panel::after{
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17,27,39,0.99) 0%, rgba(17,27,39,0.97) 32%, rgba(17,27,39,0.86) 47%, rgba(17,27,39,0.38) 72%, rgba(17,27,39,0.12) 100%),
    linear-gradient(0deg, rgba(17,27,39,0.46), rgba(47,60,80,0.08) 72%);
  pointer-events: none;
}

.editorial-home #partner-support .support-mosaic{
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  overflow: hidden;
  background: rgba(244,239,229,0.18);
}

.editorial-home #partner-support .support-mosaic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  filter: saturate(0.82) contrast(1.03);
}

.editorial-home #partner-support .support-copy{
  position: relative;
  z-index: 3;
  display: flex;
  width: min(54%, 720px);
  min-height: 610px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 84px);
}

.editorial-home #partner-support .h3{
  color: var(--editorial-paper-2) !important;
  font-size: clamp(48px, 5vw, 78px);
}

.editorial-home #partner-support .title-accent{
  color: var(--editorial-mustard);
}

.editorial-home #partner-support .p{
  color: rgba(244,239,229,0.78) !important;
}

.editorial-home #partner-support .cta.primary{
  color: var(--editorial-paper-2) !important;
  background: rgba(10,16,24,0.9);
}

.editorial-home #partner-support .cta.ghost{
  color: var(--editorial-paper-2) !important;
  border-color: rgba(244,239,229,0.7);
  background: rgba(17,27,39,0.3);
}

/* Process */
.editorial-home #process{
  background: var(--editorial-deep);
}

.editorial-home #process::after{
  content: "PROCESS";
  position: absolute;
  z-index: -1;
  right: -0.03em;
  bottom: -0.18em;
  color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: min(24vw, 360px);
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(244,239,229,0.07);
}

.editorial-home #process .h2{
  margin-bottom: 0;
}

.editorial-home #process .process-layout{
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: stretch;
  margin-top: clamp(42px, 6vw, 78px);
  padding-top: 2px;
  border-top: 1px solid var(--editorial-dark-rule);
}

.editorial-home #process .process-media{
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-left: 4px solid var(--editorial-mustard);
}

.editorial-home #process .process-media::after{
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(8, 18, 31, 0.38);
  pointer-events: none;
}

.editorial-home #process .process-media picture{
  display: block;
  width: 100%;
  height: 100%;
}

.editorial-home #process .process-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 50%;
  filter: saturate(0.78) contrast(1.04);
}

.editorial-home #process .process{
  counter-reset: process-index;
  display: block;
}

.editorial-home #process .step{
  counter-increment: process-index;
  display: grid;
  grid-template-columns: 52px minmax(110px, 0.4fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-height: 140px;
  padding: 28px 0;
  border: 0 !important;
  border-bottom: 1px solid var(--editorial-dark-rule) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.editorial-home #process .step::before{
  content: "0" counter(process-index);
  color: var(--editorial-mustard);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.editorial-home #process .step h3{
  margin: 0;
  color: var(--editorial-paper-2) !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: clamp(29px, 2.8vw, 42px) !important;
  font-weight: 400;
  line-height: 0.92 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
}

.editorial-home #process .step h3::after{
  display: none;
}

.editorial-home #process .step p{
  margin: 0;
  color: rgba(244,239,229,0.7) !important;
  font-size: 17px !important;
  line-height: 1.55;
}

/* Focused production cycles */
.editorial-home .section[aria-label="Focused production cycles"]{
  padding-block: clamp(64px, 7vw, 100px);
  background: var(--editorial-deep);
}

.editorial-home .section[aria-label="Focused production cycles"]::after{
  content: "FOCUS";
  position: absolute;
  z-index: 0;
  left: -0.025em;
  bottom: -0.19em;
  color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: min(24vw, 350px);
  line-height: 0.8;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(244,239,229,0.055);
  pointer-events: none;
}

.editorial-home .section[aria-label="Focused production cycles"] .callout{
  width: min(100%, 980px);
  margin-inline: auto;
  padding: clamp(36px, 5vw, 66px);
  border: 0;
  border-block: 1px solid var(--editorial-dark-rule);
  border-left: 4px solid var(--editorial-mustard);
  border-radius: 0;
  background: rgba(244,239,229,0.05);
  box-shadow: none;
}

.editorial-home .section[aria-label="Focused production cycles"] .h3{
  color: var(--editorial-paper-2) !important;
}

.editorial-home .section[aria-label="Focused production cycles"] .title-accent{
  color: var(--editorial-mustard);
}

.editorial-home .section[aria-label="Focused production cycles"] .p{
  max-width: 820px;
  color: rgba(244,239,229,0.72);
}

/* Founder */
.editorial-home #about{
  background: var(--editorial-deep-2);
}

.editorial-home #about::after{
  content: "DIRECTOR";
  position: absolute;
  z-index: 0;
  right: -0.025em;
  bottom: -0.18em;
  color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: min(22vw, 320px);
  line-height: 0.8;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(244,239,229,0.055);
  pointer-events: none;
}

.editorial-home #about .about-founder-heading{
  padding-bottom: 30px;
  border-bottom: 1px solid var(--editorial-dark-rule);
}

.editorial-home #about .kicker{
  color: #c6783f;
}

.editorial-home #contact .title-accent{
  color: #8a6400;
}

.editorial-home #about .h2{
  margin-top: 12px;
  margin-bottom: 10px;
}

.editorial-home #about .filmmaker-role{
  margin-bottom: 0;
  color: var(--editorial-mustard);
}

.editorial-home #about .about-founder-grid{
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 8vw, 118px);
  margin-top: 42px;
}

.editorial-home #about .about-founder-portrait{
  border: 0;
  border-left: 4px solid var(--editorial-mustard);
  border-radius: 0;
  box-shadow: none;
}

.editorial-home #about .about-founder-portrait img{
  aspect-ratio: 3 / 4;
  object-position: 50% 42%;
  filter: saturate(0.82) contrast(1.05);
}

.editorial-home #about .about-founder-copy .p{
  max-width: 820px;
  color: rgba(244,239,229,0.78);
  font-size: 18px;
}

.editorial-home #about .filmmaker-card{
  margin-top: 44px;
  padding: 32px 0 0 32px;
  border: 0;
  border-top: 1px solid var(--editorial-dark-rule);
  border-left: 4px solid var(--editorial-mustard);
  background: transparent;
  box-shadow: none;
}

.editorial-home #about .filmmaker-card .h3{
  margin-top: 10px;
}

.editorial-home #about .filmmaker-list{
  gap: 0;
  border-top: 1px solid var(--editorial-dark-rule);
}

.editorial-home #about .filmmaker-list li{
  padding: 16px 12px;
  border-bottom: 1px solid var(--editorial-dark-rule);
  border-left: 0;
}

/* Contact */
.editorial-home #contact{
  background: var(--editorial-paper-2);
}

.editorial-home #contact > .container{
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(48px, 8vw, 124px);
  align-items: start;
}

.editorial-home #contact .editorial-contact-intro{
  position: sticky;
  top: 126px;
}

.editorial-home #contact .editorial-contact-intro .h2{
  color: var(--editorial-ink);
}

.editorial-home #contact .editorial-contact-intro .p{
  color: var(--editorial-muted);
}

.editorial-home #contact #hubspot-form-home{
  display: none;
}

.editorial-home #contact-form-home{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  margin: 0;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--editorial-light-rule);
  border-top: 4px solid var(--editorial-mustard);
  border-radius: 0;
  background: var(--editorial-paper);
  box-shadow: 0 28px 70px rgba(17,27,39,0.08);
}

.editorial-home #contact-form-home .field{
  gap: 8px;
}

.editorial-home #contact-form-home .field label{
  color: var(--editorial-ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.editorial-home #contact-form-home .field input,
.editorial-home #contact-form-home .field select,
.editorial-home #contact-form-home .field textarea{
  min-height: 56px;
  padding: 12px 4px;
  color: var(--editorial-ink);
  border: 0;
  border-bottom: 1px solid rgba(27,38,51,0.34);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Barlow", ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
}

.editorial-home #contact-form-home .field textarea{
  min-height: 150px;
}

.editorial-home #contact-form-home .field input:focus,
.editorial-home #contact-form-home .field select:focus,
.editorial-home #contact-form-home .field textarea:focus{
  border-bottom-color: var(--editorial-mustard);
  outline: 0;
  box-shadow: 0 2px 0 var(--editorial-mustard);
}

.editorial-home #contact-form-home .field.full .cta{
  width: 100%;
}

.editorial-home .footer{
  padding-top: 70px;
  background: var(--editorial-deep);
  border-top: 1px solid var(--editorial-dark-rule);
}

.editorial-home .footer-grid{
  padding-top: 0;
}

.editorial-home .reveal{
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 720ms cubic-bezier(0.22,1,0.36,1);
}

.editorial-home .reveal.is-visible,
.editorial-home .reveal.work-lcp-visible{
  transform: translateY(0);
}

@media (max-width: 1100px){
  .editorial-home .featured-grid{
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  }

  .editorial-home #approach > .container{
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 58px;
  }

  .editorial-home #process .process-layout{
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: 42px;
  }

  .editorial-home #process .step{
    grid-template-columns: 44px minmax(100px, 0.42fr) minmax(0, 1fr);
    gap: 14px;
  }
}

@media (min-width: 1000px){
  .editorial-home #trusted .trusted-head .h2{
    white-space: nowrap;
  }
}

@media (max-width: 900px){
  .editorial-home .section[aria-label="Featured Work"] > .container > div:first-child,
  .editorial-home #trusted .trusted-head,
  .editorial-home #trusted .trust-card.trust-center,
  .editorial-home #approach > .container,
  .editorial-home #contact > .container{
    grid-template-columns: 1fr;
  }

  .editorial-home .featured-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(420px, 1.5fr) repeat(2, minmax(260px, 1fr));
    min-height: 0;
  }

  .editorial-home .featured-grid .card:first-child{
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .editorial-home .featured-grid .card:last-child{
    grid-column: 1 / -1;
  }

  .editorial-home #trusted .trusted-head .p{
    max-width: 720px;
  }

  .editorial-home #trusted .trust-card .kicker,
  .editorial-home #trusted .trust-card .h3,
  .editorial-home #trusted .stats-grid,
  .editorial-home #trusted .trust-card.trust-center > .p{
    grid-column: 1;
    grid-row: auto;
  }

  .editorial-home #trusted .stats-grid{
    margin-top: 24px;
  }

  .editorial-home #approach .editorial-service-intro,
  .editorial-home #contact .editorial-contact-intro{
    position: static;
  }

  .editorial-home #approach .list{
    grid-column: 1;
    grid-row: auto;
    margin-top: 20px;
  }

  .editorial-home #approach .hero-actions{
    grid-column: 1;
    grid-row: auto;
  }

  .editorial-home #partner-support .panel-light{
    min-height: 0;
    padding: 0;
    background: var(--editorial-deep);
  }

  .editorial-home #partner-support .support-mosaic{
    position: relative;
    inset: auto;
    aspect-ratio: 2 / 1;
  }

  .editorial-home #partner-support .support-mosaic-panel::after{
    background: linear-gradient(180deg, rgba(17,27,39,0.06) 0%, rgba(17,27,39,0.42) 26%, var(--editorial-deep) 56%, var(--editorial-deep) 100%);
  }

  .editorial-home #partner-support .support-copy{
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 0;
    max-width: 100%;
    margin-top: -64px;
    padding: 56px 42px 46px;
  }

  .editorial-home #process .process-layout{
    grid-template-columns: 1fr;
  }

  .editorial-home #process .process-media{
    min-height: 420px;
  }

  .editorial-home #about .about-founder-grid{
    grid-template-columns: 1fr;
  }

  .editorial-home #about .about-founder-portrait{
    width: min(100%, 620px);
    margin: 0;
  }

  .editorial-home #contact-form-home{
    grid-column: 1;
  }
}

@media (max-width: 680px){
  .editorial-home .container{
    padding-inline: 22px;
  }

  .editorial-home .section{
    padding-block: 78px;
  }

  .editorial-home .hero::before{
    background-size: 72px 72px;
  }

  .editorial-home .hero::after{
    right: -8vw;
    bottom: -16vw;
    width: 58vw;
    max-width: none;
  }

  .editorial-home .hero-inner{
    width: 100%;
    padding: 72px 22px 36px;
  }

  .editorial-home .hero .h1{
    font-size: clamp(58px, 18vw, 80px);
  }

  .editorial-home .hero .lede{
    margin-top: 26px;
    padding-left: 16px;
    font-size: 17px;
  }

  .editorial-home .hero .hero-actions{
    width: 100%;
  }

  .editorial-home .hero .hero-actions .cta{
    width: 100%;
  }

  .editorial-home .section[aria-label="Featured Work"] > .container > div:first-child{
    grid-template-columns: 1fr;
  }

  .editorial-home .section[aria-label="Featured Work"] > .container > div:first-child > div:last-child{
    width: 100%;
  }

  .editorial-home .section[aria-label="Featured Work"] > .container > div:first-child > div:last-child .cta{
    flex: 1 1 100%;
  }

  .editorial-home .featured-grid{
    display: block;
    padding: 0;
    background: transparent;
  }

  .editorial-home .featured-grid .card{
    display: block;
    min-height: 0;
    margin-top: 2px;
    aspect-ratio: 4 / 3;
  }

  .editorial-home .featured-grid .card:first-child{
    aspect-ratio: 4 / 5;
  }

  .editorial-home .featured-grid .card-body{
    padding: 20px 20px 22px 64px;
  }

  .editorial-home .featured-grid .card-body::before{
    left: 20px;
    bottom: 25px;
  }

  .editorial-home #trusted .trusted-head{
    gap: 26px;
  }

  .editorial-home #trusted .client-marquee .marquee-track{
    gap: 34px !important;
    padding: 20px 22px !important;
  }

  .editorial-home #trusted .client-marquee .marquee-inner{
    animation-duration: 82s !important;
  }

  .editorial-home #trusted .stats-grid{
    grid-template-columns: 1fr;
  }

  .editorial-home #trusted .stat{
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid var(--editorial-light-rule);
  }

  .editorial-home #trusted .stat:last-child{
    border-bottom: 0;
  }

  .editorial-home #approach .list li{
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    min-height: 90px;
    gap: 12px;
  }

  .editorial-home #approach .list a{
    font-size: clamp(26px, 9vw, 36px);
  }

  .editorial-home #partner-support .panel-light{
    margin-inline: -2px;
    padding: 0;
  }

  .editorial-home #partner-support .support-mosaic{
    aspect-ratio: 4 / 5;
  }

  .editorial-home #partner-support .support-mosaic img{
    object-position: center top;
  }

  .editorial-home #partner-support .support-copy{
    margin-top: -132px;
    padding: 42px 24px 34px;
  }

  .editorial-home #partner-support .h3{
    font-size: clamp(42px, 13vw, 58px);
  }

  .editorial-home #partner-support .hero-actions .cta{
    width: 100%;
  }

  .editorial-home #process .process-media{
    min-height: 280px;
  }

  .editorial-home #process .step{
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    padding-block: 22px;
  }

  .editorial-home #process .step p{
    grid-column: 2;
  }

  .editorial-home .section[aria-label="Focused production cycles"] .callout{
    padding: 30px 0 30px 22px;
  }

  .editorial-home #about .about-founder-portrait{
    width: 100%;
  }

  .editorial-home #about .filmmaker-card{
    padding-left: 20px;
  }

  .editorial-home #about .filmmaker-list{
    grid-template-columns: 1fr;
  }

  .editorial-home #contact-form-home{
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }

  .editorial-home #contact-form-home .field,
  .editorial-home #contact-form-home .field.full{
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce){
  .editorial-home #trusted .client-marquee .marquee-inner{
    animation: none !important;
    transform: none !important;
  }

  .editorial-home *,
  .editorial-home *::before,
  .editorial-home *::after{
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .editorial-home .reveal{
    opacity: 1 !important;
    transform: none !important;
  }
}
