/* Preserve the cinematic identity while letting Ashley's work lead. */
body.home .hero {
  min-height: 720px;
}

body.home .hero-inner {
  padding-block: 96px 88px;
}

body.home .hero h1 {
  max-width: 850px;
  font-size: clamp(62px, 8vw, 112px);
}

body.home .hero-lede {
  max-width: 690px;
  font-size: clamp(17px, 1.5vw, 20px);
}

body.home .hero-services,
body.home .hero-art .grid,
body.home .hero-art > b,
body.home .stat-band,
body.home .about-section,
body.home .equipment-section,
body.home .news-section,
body.home .final-cta {
  display: none !important;
}

body.home .hero-art::before {
  background: radial-gradient(circle at 78% 38%, rgba(225, 6, 0, 0.14), transparent 30%);
}

body.home .section {
  padding-block: clamp(62px, 7vw, 96px);
}

body.home .section-heading,
body.home .section-heading.compact {
  grid-template-columns: 105px minmax(0, 1fr) auto;
  gap: 28px;
  margin-bottom: 38px;
}

body.home .section-heading > p:last-child,
body.home .reel-copy > p:not(.section-number):not(.eyebrow) {
  display: none;
}

body.home .reel-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}

body.home .reel-copy {
  max-width: 760px;
}

body.home .reel-copy h2 {
  max-width: none;
}

body.home .gus-media-grid,
body.home .gus-reel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 38px);
}

body.home .gus-coordinator-reel-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: contain;
}

body.home .gus-coordinator-reel-card .gus-media-embed,
body.home .gus-coordinator-reel-card .gus-video-shell {
  overflow: hidden;
  background: #000;
}

body.home .gus-coordinator-reel-card .gus-media-card-body {
  min-height: 118px;
  padding: 22px 24px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.home .gus-coordinator-reel-card .gus-media-card-body .gus-eyebrow {
  margin: 0 0 10px;
}

body.home .gus-coordinator-reel-card .gus-media-card-body h3 {
  margin: 0;
  line-height: 1.05;
}

body.home .service-grid {
  gap: 12px;
}

body.home .service-card {
  min-height: 220px;
  padding: 28px 26px;
}

body.home .service-card > i {
  margin-bottom: 24px;
}

body.home .service-card p,
body.home .service-card a {
  display: none;
}

/* Keep the opening untouched; add one restrained professional profile below the work. */
body.home .gus-professional-profile {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 18% 45%, rgba(229, 9, 9, 0.12), transparent 32%),
    #080809;
}

body.home .gus-professional-profile__inner {
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  align-items: center;
  gap: clamp(38px, 6vw, 88px);
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

body.home .gus-professional-profile img {
  display: block;
  width: 244px;
  aspect-ratio: 244 / 368;
  border: 1px solid rgba(255, 255, 255, 0.15);
  object-fit: cover;
}

body.home .gus-professional-profile__copy {
  max-width: 720px;
}

body.home .gus-professional-profile__copy h2 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 0.95;
  text-transform: uppercase;
}

body.home .gus-professional-profile__description {
  max-width: 660px;
  margin: 0;
  color: #aaa;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

body.home .gus-talent-representation {
  margin: 24px 0 0;
  color: #8f8f93;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}

body.home .gus-talent-representation a {
  color: #fff;
  text-decoration-color: #e50909;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

body.home .gus-talent-representation a:hover,
body.home .gus-talent-representation a:focus-visible {
  color: #e50909;
}

/* Verified 24th SAG Awards nomination with the user-supplied awards mark. */
.gus-award-nomination {
  padding-block: clamp(48px, 6vw, 78px) !important;
  border-block: 1px solid rgba(196, 155, 72, 0.28);
  background:
    radial-gradient(circle at 18% 50%, rgba(196, 155, 72, 0.16), transparent 28%),
    linear-gradient(120deg, #080808, #11100d 60%, #080808);
}

.gus-award-nomination__inner {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
  color: inherit;
  text-decoration: none;
}

.gus-award-nomination__emblem {
  display: flex;
  width: 100%;
  max-width: 330px;
  aspect-ratio: 4 / 3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: rgba(145, 104, 34, 0.12);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
  color: #d8b86a;
  text-align: center;
}

.gus-award-nomination__emblem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88) saturate(0.82) contrast(1.06);
  -webkit-mask-image: radial-gradient(ellipse 82% 82% at center, #000 52%, rgba(0, 0, 0, 0.9) 66%, transparent 100%);
  mask-image: radial-gradient(ellipse 82% 82% at center, #000 52%, rgba(0, 0, 0, 0.9) 66%, transparent 100%);
}

.gus-award-nomination__emblem strong {
  margin: 10px 0 8px;
  font-size: 23px;
  letter-spacing: -0.025em;
  line-height: 0.96;
}

.gus-award-nomination__emblem small,
.gus-award-nomination__label {
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gus-award-nomination__copy {
  display: grid;
  max-width: 850px;
  gap: 12px;
}

.gus-award-nomination__label {
  color: #d8b86a;
}

.gus-award-nomination__copy > strong {
  color: #fff;
  font-size: clamp(32px, 4.6vw, 64px);
  line-height: 0.96;
  text-transform: uppercase;
}

.gus-award-nomination__copy > span:not(.gus-award-nomination__label) {
  color: #c6c6c8;
  font-size: clamp(16px, 1.6vw, 21px);
  letter-spacing: 0.04em;
}

.gus-award-nomination__copy em {
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.gus-award-nomination__copy > small {
  margin-top: 8px;
  color: #d8b86a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.gus-award-nomination__inner:hover .gus-award-nomination__emblem,
.gus-award-nomination__inner:focus-visible .gus-award-nomination__emblem {
  background: rgba(196, 155, 72, 0.08);
}

.gus-memberships--home {
  width: min(1180px, calc(100% - 64px));
  margin: clamp(42px, 5vw, 64px) auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gus-memberships--home > h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gus-memberships__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gus-membership-card {
  display: grid;
  min-width: 0;
  gap: 14px;
  padding: 18px 8px;
  border: 0;
  background: transparent;
  color: #d8d8da;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.gus-membership-card__logo {
  display: flex;
  height: 112px;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.gus-membership-card__logo img {
  display: block;
  width: 100%;
  max-width: 290px;
  height: 100%;
  object-fit: contain;
}

.gus-membership-card__wordmark {
  color: #fff;
  font-size: clamp(25px, 2.4vw, 40px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.gus-membership-card--television-academy .gus-membership-card__logo {
  height: 118px;
  overflow: hidden;
}

.gus-membership-card--television-academy .gus-membership-card__logo img {
  width: 250px;
  max-width: none;
  height: 250px;
  object-position: center;
  object-fit: contain;
  opacity: 1;
  filter: none;
  mix-blend-mode: screen;
}

body .gus-membership-card--taurus .gus-membership-card__logo {
  width: 100% !important;
  height: 112px !important;
  padding-inline: 10px !important;
  overflow: visible !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body .gus-membership-card--taurus .gus-membership-card__logo img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 96px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: grayscale(1) brightness(1.75) contrast(1.08) !important;
}

.gus-membership-card:hover,
.gus-membership-card:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.025);
}

/* Reliable Credits archive: visible without theme reveal animations. */
body.gus-credits-page-fixed .page-hero {
  display: none !important;
}

body.gus-credits-page-fixed main,
body.gus-credits-page-fixed .site-main,
body.gus-credits-page-fixed .page-content,
body.gus-credits-page-fixed .entry-content {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  clip-path: none !important;
  contain: none !important;
}

body.gus-credits-page-fixed .page-content {
  padding-block: 0 !important;
}

body.gus-credits-page-fixed .entry-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gus-credits-page-fixed .entry-content > h1:first-child,
body.page-id-12 .entry-content > h1:first-child {
  display: none;
}

.gus-credit-repair {
  width: min(1500px, calc(100% - 64px));
  margin-inline: auto;
  padding-block: clamp(70px, 8vw, 118px) 110px;
  color: #f4f4f4;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.gus-credit-footer-fallback {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #09090a;
}

.gus-credit-repair__header {
  max-width: 920px;
  margin-bottom: 48px;
}

.gus-credit-repair__eyebrow,
.gus-credit-repair__type {
  margin: 0 0 12px;
  color: #e50909;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.gus-credit-repair__header h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(56px, 8vw, 108px);
  line-height: 0.9;
  text-transform: uppercase;
}

.gus-credit-repair__header > p:last-child {
  max-width: 780px;
  margin: 0;
  color: #aaa;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
}

.gus-imdb-profile {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-top: 26px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.gus-imdb-profile:hover,
.gus-imdb-profile:focus-visible {
  border-color: #f5c518;
  color: #f5c518;
}

.gus-stunt-doubles {
  margin: 0 0 clamp(64px, 8vw, 104px);
  padding: clamp(38px, 5vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 90% 0%, rgba(229, 9, 9, 0.13), transparent 28%),
    #0c0c0d;
}

.gus-production-highlights {
  margin: 0 0 clamp(64px, 8vw, 104px);
}

.gus-production-highlights__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

body.home .gus-home-production-highlights {
  margin-top: 12px;
}

.gus-production-highlight {
  display: block;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #09090a;
  color: #fff;
  text-decoration: none;
}

.gus-production-highlight__poster {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  background: #111;
  object-fit: cover;
}

.gus-production-highlight__art {
  display: flex;
  aspect-ratio: 2 / 3;
  align-items: flex-end;
  padding: 18px 14px;
  background:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.9)),
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(145deg, #3d0909, #0d0d0e 58%, #171719);
  overflow: hidden;
}

.gus-production-highlight__art > span {
  color: #fff;
  font-size: clamp(18px, 1.65vw, 27px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.92;
  text-transform: uppercase;
}

.gus-production-highlight--twisters .gus-production-highlight__art { background-color: #1b2930; background-image: linear-gradient(180deg, transparent 18%, rgba(0,0,0,.88)), radial-gradient(circle at 65% 18%, #6e827e, transparent 32%), linear-gradient(145deg, #273f48, #111); }
.gus-production-highlight--killers .gus-production-highlight__art { background-color: #281b12; background-image: linear-gradient(180deg, transparent 18%, rgba(0,0,0,.9)), radial-gradient(circle at 35% 22%, #87582f, transparent 31%), linear-gradient(145deg, #432515, #0c0c0c); }
.gus-production-highlight--pitch .gus-production-highlight__art { background-color: #2c1b31; background-image: linear-gradient(180deg, transparent 18%, rgba(0,0,0,.9)), radial-gradient(circle at 70% 22%, #a75582, transparent 29%), linear-gradient(145deg, #552849, #0c0c0c); }
.gus-production-highlight--maze .gus-production-highlight__art { background-color: #1e281b; background-image: linear-gradient(180deg, transparent 18%, rgba(0,0,0,.9)), repeating-linear-gradient(90deg, transparent 0 18%, rgba(119,138,83,.22) 18% 21%), linear-gradient(145deg, #334128, #0b0c0b); }
.gus-production-highlight--olympus .gus-production-highlight__art { background-color: #17202c; background-image: linear-gradient(180deg, transparent 18%, rgba(0,0,0,.9)), radial-gradient(circle at 72% 19%, #586b83, transparent 29%), linear-gradient(145deg, #25364c, #090a0b); }

.gus-production-highlight__copy {
  display: grid;
  gap: 7px;
  padding: 16px 14px 18px;
}

.gus-production-highlight__copy strong {
  font-size: 15px;
  line-height: 1.15;
}

.gus-production-highlight__copy small {
  color: #99999d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

.gus-production-highlight:hover,
.gus-production-highlight:focus-visible {
  border-color: #e50909;
  transform: translateY(-2px);
}

.gus-proof-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.gus-proof-heading h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.95;
  text-transform: uppercase;
}

.gus-proof-heading > p:last-child {
  margin: 0;
  color: #a7a7aa;
  font-size: 17px;
  line-height: 1.6;
}

.gus-stunt-doubles__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gus-stunt-double-card {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #070708;
}

.gus-stunt-double-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #111;
  object-fit: cover;
  object-position: center top;
}

.gus-stunt-double-card figcaption {
  display: grid;
  gap: 7px;
  padding: 18px;
}

.gus-stunt-double-card strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.15;
}

.gus-stunt-double-card span {
  color: #99999d;
  font-size: 13px;
  line-height: 1.45;
}

.gus-stunt-doubles__more {
  margin-top: 22px;
}

.gus-stunt-doubles__more summary,
.gus-action-gallery__toggle {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #e50909;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gus-stunt-doubles__more[open] summary {
  margin-bottom: 22px;
}

.gus-acting-credits {
  margin: clamp(64px, 8vw, 104px) 0 0;
  padding: clamp(38px, 5vw, 62px);
  border-left: 3px solid #e50909;
  background: linear-gradient(135deg, rgba(229, 9, 9, 0.08), rgba(255, 255, 255, 0.025));
}

.gus-acting-credits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gus-acting-credit-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #080809;
}

.gus-acting-credit-card h3 {
  margin: 0 0 10px;
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.1;
}

.gus-acting-credit-card h3 a {
  color: #fff;
  text-decoration: none;
}

.gus-acting-credit-card h3 a:hover,
.gus-acting-credit-card h3 a:focus-visible {
  color: #f5c518;
}

.gus-acting-credit-card p {
  margin: 0;
  color: #a7a7aa;
  font-size: 14px;
}

.gus-acting-representation {
  margin-top: 30px;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 3px solid #e50909;
  background: #080809;
}

.gus-memberships--credits {
  margin-top: 30px;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(229, 9, 9, 0.035));
}

.gus-memberships--credits .gus-proof-heading {
  margin-bottom: 26px;
}

.gus-acting-representation h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1;
  text-transform: uppercase;
}

.gus-acting-representation > p:not(.gus-credit-repair__eyebrow) {
  margin: 0;
  color: #a7a7aa;
  font-size: 16px;
  line-height: 1.6;
}

.gus-acting-representation > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid #e50909;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.gus-acting-representation > a:hover,
.gus-acting-representation > a:focus-visible {
  background: #e50909;
  color: #fff;
}

.gus-credit-archive-heading {
  margin-bottom: 30px;
}

.gus-credit-archive-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.95;
  text-transform: uppercase;
}

.gus-credit-repair__tools {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 34px;
}

.gus-credit-search {
  width: min(100%, 560px);
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: #0c0c0d;
  color: #fff;
  font: inherit;
}

.gus-credit-search:focus {
  border-color: #e50909;
  outline: 2px solid rgba(229, 9, 9, 0.25);
  outline-offset: 2px;
}

.gus-credit-count {
  margin: 0;
  color: #8e8e92;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gus-credit-repair__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}

.gus-credit-repair__card {
  min-height: 175px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.gus-credit-repair__card[hidden] {
  display: none !important;
}

.gus-credit-repair__card h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(23px, 2vw, 32px);
  line-height: 1.06;
}

.gus-credit-repair__card h2 a {
  display: grid;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.gus-credit-repair__card h2 a:hover,
.gus-credit-repair__card h2 a:focus-visible {
  color: #f5c518;
}

.gus-imdb-mark {
  color: #f5c518;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.gus-credit-repair__role {
  margin: 0;
  color: #a7a7aa;
  font-size: 15px;
  line-height: 1.5;
}

.gus-credit-repair__episodes {
  display: inline-flex;
  margin: -5px 0 15px;
  padding: 6px 9px;
  border-left: 2px solid #e50909;
  background: rgba(229, 9, 9, 0.09);
  color: #ddd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

/* Media is for trailers and project footage; professional reels stay on Home. */
body.page-id-12 .page-hero {
  min-height: 360px;
  padding-block: 88px 52px;
}

body.page-id-12 .page-content {
  padding-block: 58px 90px;
}

.gus-media-showcase {
  width: min(1500px, calc(100% - 64px));
  margin-inline: auto;
}

.gus-media-showcase__heading {
  max-width: 820px;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.gus-media-showcase__heading h2 {
  margin: 0;
}

.gus-media-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 38px);
}

.gus-media-showcase .gus-media-card {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.025);
}

.gus-media-showcase .gus-media-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.gus-media-showcase .gus-media-embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.gus-media-showcase .gus-media-card__body {
  min-height: 190px;
  padding: clamp(22px, 3vw, 30px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gus-media-showcase .gus-media-card__body .gus-eyebrow {
  margin: 0 0 11px;
  color: #e50909;
}

.gus-media-showcase .gus-media-card__body h3 {
  margin: 0 0 14px;
  color: #fff;
  line-height: 1.08;
}

.gus-media-showcase .gus-media-card__description {
  max-width: 62ch;
  margin: 0;
  color: #b9b9bd;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.65;
}

.gus-action-gallery {
  width: min(1500px, calc(100% - 64px));
  margin: clamp(70px, 8vw, 118px) auto 20px;
  padding-top: clamp(58px, 7vw, 92px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.gus-action-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gus-action-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111;
}

.gus-action-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gus-action-gallery figure:hover img {
  transform: scale(1.025);
}

.gus-action-gallery__extra {
  display: none;
}

.gus-action-gallery.is-expanded .gus-action-gallery__extra {
  display: block;
}

.gus-action-gallery__toggle {
  margin-top: 24px;
}

@media (max-width: 900px) {
  /*
   * Safari can treat a fixed child as though it belongs to the short header
   * when the header uses backdrop-filter.  That leaves the open menu's links
   * spilling over the page without their intended full-screen background.
   * Keep the effect on desktop, but give the mobile menu a true viewport layer.
   */
  .site-header {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .site-header .nav-wrap {
    z-index: 1001;
    width: 100vw;
    min-height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #050506 !important;
  }

  .site-header .nav-wrap.open {
    visibility: visible;
  }

  .site-header .primary-nav,
  .site-header .primary-nav .menu {
    flex: 0 0 auto;
  }

  .site-header .primary-nav a {
    line-height: 1.08;
  }

  body.home .hero {
    min-height: auto;
  }

  body.home .hero-inner {
    padding-block: 78px 76px;
  }

  body.home .section-heading,
  body.home .section-heading.compact {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home .service-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home .gus-media-grid,
  body.home .gus-reel-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home .gus-professional-profile__inner {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  body.home .gus-professional-profile img {
    width: 210px;
  }

  .gus-stunt-doubles__grid,
  .gus-action-gallery__grid,
  .gus-acting-credits__grid,
  .gus-memberships__grid,
  .gus-production-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gus-production-highlights__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header .nav-wrap {
    justify-content: flex-start;
    padding: 108px 24px 38px;
  }

  .site-header .primary-nav a {
    padding-block: 15px;
    font-size: clamp(30px, 10vw, 42px);
  }

  .site-header .project-link {
    margin-top: 22px;
  }

  body.page-id-14 .page-hero {
    min-height: 450px;
    padding-block: 78px 54px;
  }

  body.page-id-14 .page-hero h1 {
    max-width: 100%;
    font-size: clamp(48px, 14vw, 62px);
    line-height: 0.9;
    overflow-wrap: normal;
    word-break: normal;
  }

  body.page-id-14 .page-hero-inner > p:last-child:not(.kicker) {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
  }

  body.page-id-14 .page-hero-art b {
    display: none;
  }

  body.home .hero h1 {
    font-size: clamp(52px, 16vw, 76px);
  }

  body.home .service-card {
    min-height: 170px;
  }

  body.page-id-12 .page-hero {
    min-height: 270px;
    padding-block: 70px 36px;
  }

  .gus-media-showcase {
    width: min(100% - 36px, 1500px);
  }

  .gus-media-showcase__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gus-media-showcase .gus-media-card__body {
    min-height: 0;
  }

  .gus-credit-repair {
    width: min(100% - 36px, 1500px);
  }

  .gus-credit-repair__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gus-credit-repair__tools {
    align-items: flex-start;
    flex-direction: column;
  }

  body.home .gus-professional-profile__inner {
    grid-template-columns: minmax(0, 1fr);
    width: min(100% - 36px, 1180px);
  }

  body.home .gus-professional-profile img {
    width: min(244px, 76vw);
  }

  .gus-award-nomination__inner {
    grid-template-columns: minmax(0, 1fr);
    width: min(100% - 36px, 1180px);
  }

  .gus-award-nomination__emblem {
    width: min(100%, 300px);
    max-width: 300px;
  }

  .gus-award-nomination__emblem strong {
    font-size: 18px;
  }

  .gus-stunt-doubles {
    padding: 26px 20px;
  }

  .gus-acting-credits {
    padding: 30px 22px;
  }

  .gus-stunt-doubles__grid,
  .gus-action-gallery__grid,
  .gus-acting-credits__grid,
  .gus-memberships__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gus-production-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gus-production-highlight__copy {
    padding: 13px 11px 15px;
  }

  .gus-production-highlight__copy strong {
    font-size: 13px;
  }

  .gus-memberships--home {
    width: min(100% - 36px, 1180px);
  }

  .gus-action-gallery {
    width: min(100% - 36px, 1500px);
  }
}

@media (min-width: 621px) and (max-width: 1050px) {
  .gus-credit-repair__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
