/* Guillermo Marin portfolio — page 843 only (body.gm-site). */

body.gm-site {
  --gm-paper: #f2f0ea;
  --gm-paper-deep: #e4e0d7;
  --gm-ink: #111214;
  --gm-carbon: #0b0c0d;
  --gm-soft-black: #17181a;
  --gm-rule: #cbc7be;
  --gm-muted: #68675f;
  --gm-signal: #eb4d3d;
  --gm-focus: #1768e5;
  --gm-page: min(1500px, calc(100% - clamp(64px, 10vw, 144px)));
  --gm-display: clamp(4.5rem, 8vw, 8.5rem);
  --gm-section-title: clamp(3.7rem, 7vw, 7.4rem);
  --gm-space-xs: 0.75rem;
  --gm-space-sm: 1.5rem;
  --gm-space-md: 3rem;
  --gm-space-lg: 6rem;
  --gm-space-xl: 10rem;
  margin: 0;
  color: var(--gm-ink);
  background: var(--gm-paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.52;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.gm-site #top-header,
body.gm-site #main-header,
body.gm-site #main-footer,
body.gm-site .entry-title,
body.gm-site #sidebar {
  display: none !important;
}

body.gm-site #page-container,
body.gm-site #et-main-area,
body.gm-site #main-content,
body.gm-site #main-content > .container,
body.gm-site #left-area,
body.gm-site article.page,
body.gm-site .entry-content,
body.gm-site .et_builder_inner_content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gm-site #main-content > .container::before {
  display: none !important;
}

body.gm-site #page-container {
  padding-top: 0 !important;
}

.gm-site .gm-divi-section,
.gm-site .gm-divi-section > .et_pb_row,
.gm-site .gm-divi-section .et_pb_column,
.gm-site .gm-divi-section .et_pb_module,
.gm-site .gm-divi-section .et_pb_code_inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gm-site *,
.gm-site *::before,
.gm-site *::after {
  box-sizing: border-box;
}

.gm-site :where(img, video, iframe) {
  display: block;
  max-width: 100%;
}

.gm-site :where(button, input, select, textarea) {
  font: inherit;
}

.gm-site :where(a, button, input, select, textarea) {
  -webkit-tap-highlight-color: transparent;
}

.gm-site :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--gm-focus);
  outline-offset: 4px;
}

.gm-site [hidden] {
  display: none !important;
}

.gm-site ::selection {
  color: var(--gm-paper);
  background: var(--gm-ink);
}

.gm-site :where(p, h1, h2, h3, h4, figure) {
  overflow-wrap: normal;
  word-break: normal;
}

.gm-site .gm-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 12px 16px;
  color: #fff;
  background: var(--gm-ink);
  transform: translateY(-150%);
}

.gm-site .gm-skip-link:focus {
  transform: translateY(0);
}

.gm-site .gm-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gm-site .gm-shell {
  width: var(--gm-page);
  max-width: none;
  margin-inline: auto;
}

.gm-site .et_pb_row.gm-shell {
  padding-block: 0;
}

.gm-site :is(
  .gm-section-head,
  .gm-hero-footer,
  .gm-listening-station,
  .gm-player-meta,
  .gm-project-list,
  .gm-record-wall,
  .gm-record-grid,
  .gm-carousel-track,
  .gm-songwriting-grid,
  .gm-songwriting-cards,
  .gm-screen-caption,
  .gm-composer-line,
  .gm-composer-grid,
  .gm-trailer-clients,
  .gm-broadcast-board,
  .gm-broadcast-work,
  .gm-broadcast-gallery,
  .gm-awards-proof,
  .gm-award,
  .gm-about-grid,
  .gm-education,
  .gm-contact-grid
) > * {
  min-width: 0;
  width: auto !important;
  max-width: none;
  margin-inline: 0 !important;
}

.gm-site .gm-section,
.gm-site .gm-screen-chapter {
  padding-block: var(--gm-space-xl);
  scroll-margin-top: 64px;
}

.gm-site .gm-dark {
  color: var(--gm-paper);
  background: var(--gm-carbon);
}

.gm-site .gm-dark :where(h1, h2, h3, h4, h5, h6, a) {
  color: var(--gm-paper);
}

.gm-site .gm-kicker,
.gm-site .gm-kicker :where(p, span) {
  margin: 0 0 18px;
  color: var(--gm-muted);
  font-size: 0.875rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gm-site .gm-kicker :where(p, span) {
  padding-bottom: 0;
}

.gm-site .gm-dark .gm-kicker {
  color: #aaa9a4;
}

.gm-site .gm-section-title,
.gm-site .gm-section-title :is(h1, h2, h3) {
  max-width: 12ch;
  margin: 0;
  color: inherit;
  font-size: var(--gm-section-title);
  font-weight: 530;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.gm-site .gm-section-title :is(h1, h2, h3) {
  padding-bottom: 0;
}

.gm-site .gm-lede,
.gm-site .gm-lede p {
  max-width: 38rem;
  margin: 0;
  color: inherit;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  letter-spacing: -0.025em;
  line-height: 1.27;
}

.gm-site .gm-lede p {
  padding-bottom: 0;
}

.gm-site .gm-body-copy {
  max-width: 39rem;
  margin: 0;
}

.gm-site .gm-meta {
  color: var(--gm-muted);
  font-size: 0.875rem;
  line-height: 1.42;
}

.gm-site .gm-dark .gm-meta {
  color: #aaa9a4;
}

.gm-site .gm-section-head {
  display: grid;
  grid-template-columns: minmax(320px, 7fr) minmax(320px, 5fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  margin-bottom: var(--gm-space-lg);
}

.gm-site .gm-section-heading,
.gm-site .gm-section-summary,
.gm-site .gm-section-head > .et_pb_module,
.gm-site .gm-section-head > .et_pb_column {
  min-width: 0;
}

/* Header and hero */
.gm-site .gm-site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  height: 84px;
  color: var(--gm-paper);
}

.gm-site .gm-site-header .gm-shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.gm-site .gm-brand,
.gm-site .gm-header-link,
.gm-site .gm-header-cta {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--gm-paper);
  text-decoration: none;
}

.gm-site .gm-brand {
  font-size: 1.0625rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.gm-site .gm-header-actions {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.gm-site .gm-header-link,
.gm-site .gm-header-cta {
  font-size: 0.875rem;
}

.gm-site .gm-header-cta {
  padding-inline: 15px;
  border: 1px solid rgb(255 255 255 / 65%);
}

.gm-site .gm-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--gm-paper);
  background: #161616;
}

.gm-site .gm-hero-media,
.gm-site .gm-hero-media::after {
  position: absolute;
  inset: 0;
}

.gm-site .gm-hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgb(6 8 10 / 94%) 0%, rgb(6 8 10 / 72%) 36%, rgb(6 8 10 / 10%) 68%),
    linear-gradient(0deg, rgb(6 8 10 / 72%) 0%, transparent 45%);
}

.gm-site .gm-hero-media :where(img, .et_pb_image_wrap) {
  width: 100%;
  height: 100%;
}

.gm-site .gm-hero-media img {
  object-fit: cover;
  object-position: 58% 50%;
  filter: saturate(0.82) contrast(1.04);
}

.gm-site .gm-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-content: end;
  padding-block: 150px 64px;
}

.gm-site .gm-hero-copy {
  grid-column: 1 / 8;
  min-width: 0;
  max-width: 60rem;
}

.gm-site .gm-hero-title,
.gm-site .gm-hero-title :is(h1, h2) {
  margin: 0;
  color: var(--gm-paper);
  font-size: var(--gm-display);
  font-weight: 540;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.gm-site .gm-hero-title :is(h1, h2) {
  padding-bottom: 0;
}

.gm-site .gm-hero-role,
.gm-site .gm-hero-role p {
  max-width: 45rem;
  margin: 2.25rem 0 0;
  color: var(--gm-paper);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.gm-site .gm-hero-role p {
  padding-bottom: 0;
}

.gm-site .gm-hero .gm-kicker {
  color: #f4f2ec;
  text-shadow: 0 1px 14px rgb(0 0 0 / 70%);
}

.gm-site .gm-hero-footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 3fr) minmax(0, 3fr);
  gap: 1.75rem;
  align-items: end;
  margin-top: 4.125rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 32%);
}

.gm-site .gm-hero-footer :where(p, a) {
  margin: 0;
  color: #dad8d1;
  font-size: 0.875rem;
}

.gm-site .gm-hero-footer strong {
  color: var(--gm-paper);
  font-weight: 600;
}

.gm-site .gm-hero-link {
  justify-self: end;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.gm-site .gm-arrow {
  transition: transform 180ms ease;
}

.gm-site .gm-hero-link:hover .gm-arrow {
  transform: translateX(5px);
}

/* Sticky chapter rail */
.gm-site .gm-divi-section--navigation {
  position: sticky !important;
  top: 0;
  z-index: 100;
}

.gm-site .gm-chapter-nav-wrap {
  position: relative;
  min-height: 56px;
  background: rgb(242 240 234 / 94%);
  border-bottom: 1px solid var(--gm-rule);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: box-shadow 180ms ease;
}

.gm-site .gm-chapter-nav-wrap[data-gm-stuck="true"] {
  box-shadow: 0 8px 22px rgb(17 18 20 / 8%);
}

body.admin-bar.gm-site .gm-divi-section--navigation {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar.gm-site .gm-divi-section--navigation {
    top: 46px;
  }
}

.gm-site .gm-chapter-nav {
  min-height: 56px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.gm-site .gm-chapter-nav a {
  position: relative;
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #55534e;
  font-size: 0.875rem;
  font-weight: 550;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.gm-site .gm-chapter-link--first {
  justify-content: flex-start;
  text-align: left;
}

.gm-site .gm-chapter-link--first a {
  justify-content: flex-start;
  text-align: left;
}

.gm-site .gm-chapter-link--last {
  justify-content: flex-end;
  text-align: right;
}

.gm-site .gm-chapter-link--last a {
  justify-content: flex-end;
  text-align: right;
}

.gm-site .gm-chapter-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: var(--gm-ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.gm-site .gm-chapter-nav a[aria-current] {
  color: var(--gm-ink);
}

.gm-site .gm-chapter-nav a[aria-current]::after {
  transform: scaleX(1);
}

/* Isolated mix-player hooks. The Code module owns state and media transfer. */
.gm-site .gm-listening-station {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  min-height: 680px;
  color: var(--gm-paper);
  background: var(--gm-ink);
}

.gm-site .gm-player-stage {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  overflow: hidden;
  background: #242426;
}

.gm-site .gm-player-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(255 255 255 / 4%), transparent 55%);
}

.gm-site .gm-player-top,
.gm-site .gm-player-media,
.gm-site .gm-player-meta {
  position: relative;
  z-index: 2;
}

.gm-site .gm-player-top {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  color: #d2d1cc;
  font-size: 0.875rem;
}

.gm-site .gm-player-media {
  position: relative;
  flex: 1;
  min-height: 0;
  display: grid;
  place-items: center;
  margin-block: 2.125rem;
  overflow: hidden;
}

.gm-site .gm-player-media :where(video, img, iframe) {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #111;
  border: 0;
}

.gm-site .gm-player-play {
  position: absolute;
  z-index: 3;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  padding: 0 0 0 5px;
  color: var(--gm-ink);
  background: var(--gm-paper);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 35px rgb(0 0 0 / 25%);
  cursor: pointer;
}

.gm-site .gm-player-poster-title {
  max-width: 10ch;
  margin: 0;
  color: var(--gm-paper);
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.91;
  text-align: center;
}

.gm-site .gm-player-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 30%);
}

.gm-site .gm-player-meta p {
  margin: 0;
}

.gm-site .gm-active-project {
  color: var(--gm-paper);
  font-size: 1.25rem;
  font-weight: 560;
  letter-spacing: -0.025em;
}

.gm-site .gm-active-credit,
.gm-site .gm-player-status,
.gm-site .gm-player-fallback {
  color: #c7c6c1;
  font-size: 0.875rem;
}

.gm-site .gm-player-actions,
.gm-site .gm-player-controls {
  display: flex;
  align-items: center;
}

.gm-site .gm-player-actions {
  flex-direction: column;
  align-items: flex-end;
  gap: 0.625rem;
}

.gm-site .gm-player-controls {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.gm-site .gm-player-control {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--gm-paper);
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}

.gm-site .gm-project-list {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.gm-site .gm-project-choice {
  flex: 1;
  min-height: 104px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.125rem;
  padding: 1.25rem 1.75rem;
  color: var(--gm-paper);
  text-align: left;
  background: var(--gm-ink);
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 19%);
  cursor: pointer;
}

.gm-site .gm-project-choice[aria-pressed="true"] {
  color: var(--gm-ink);
  background: var(--gm-paper);
}

.gm-site .gm-project-name {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  font-weight: 540;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.gm-site .gm-project-artist,
.gm-site .gm-project-number {
  color: #aaa9a4;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
}

.gm-site .gm-project-state {
  width: 10px;
  height: 10px;
  border: 1px solid currentcolor;
  border-radius: 50%;
}

.gm-site .gm-project-choice[aria-pressed="true"] .gm-project-state {
  background: currentcolor;
}

/* Music and songwriting */
.gm-site .gm-record-wall {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-top: var(--gm-space-lg);
}

.gm-site .gm-record-wall-intro,
.gm-site .gm-record-carousel,
.gm-site .gm-record-grid,
.gm-site .gm-songwriting-copy,
.gm-site .gm-songwriting-cards {
  min-width: 0;
}

.gm-site .gm-record-wall-intro h3 {
  max-width: 8ch;
  margin: 0;
  color: var(--gm-ink);
  font-size: clamp(2.6rem, 4.2vw, 4.9rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.gm-site .gm-record-wall-intro p {
  max-width: 22rem;
  margin: 1.125rem 0 0;
}

.gm-site .gm-record-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.gm-site .gm-record-grid::-webkit-scrollbar,
.gm-site .gm-carousel-track::-webkit-scrollbar {
  display: none;
}

.gm-site .gm-record-carousel .gm-record-card {
  flex: 0 0 clamp(190px, 18vw, 248px);
  scroll-snap-align: start;
}

.gm-site .gm-carousel {
  min-width: 0;
}

.gm-site .gm-carousel-track {
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.gm-site .gm-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.gm-site .gm-carousel-controls button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--gm-ink);
  background: transparent;
  border: 1px solid #97938a;
  border-radius: 50%;
  cursor: pointer;
}

.gm-site .gm-carousel-controls button:disabled {
  opacity: 0.35;
  cursor: default;
}

.gm-site [data-carousel-loop] .gm-carousel-controls button {
  opacity: 1;
  cursor: pointer;
}

.gm-site .gm-carousel-status {
  min-width: 4.25rem;
  margin: 0;
  color: var(--gm-muted);
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.gm-site .gm-carousel-controls--dark button {
  color: var(--gm-paper);
  border-color: #5b5b58;
}

.gm-site .gm-carousel-controls--dark .gm-carousel-status {
  color: #aaa9a4;
}

.gm-site .gm-record-card,
.gm-site .gm-song-card,
.gm-site .gm-composer-card {
  min-width: 0;
  margin: 0;
}

.gm-site .gm-square-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #d8d4ca;
}

.gm-site .gm-square-media :where(img, .et_pb_image_wrap) {
  width: 100%;
  height: 100%;
}

.gm-site .gm-square-media img {
  object-fit: cover;
}

.gm-site .gm-record-card figcaption,
.gm-site .gm-song-card figcaption,
.gm-site .gm-composer-card figcaption,
.gm-site .gm-card-caption {
  margin-top: 0.55rem;
  font-size: 0.75rem;
  line-height: 1.3;
}

.gm-site .gm-record-card strong,
.gm-site .gm-song-card strong {
  display: block;
  font-weight: 600;
}

.gm-site .gm-song-card figcaption > span {
  display: block;
  margin-top: 3px;
  color: var(--gm-muted);
}

.gm-site .gm-record-role,
.gm-site .gm-song-role {
  display: block;
  margin-top: 3px;
  color: var(--gm-muted);
}

.gm-site .gm-songwriting {
  background: var(--gm-paper-deep);
}

.gm-site .gm-songwriting-grid {
  display: grid;
  grid-template-columns: minmax(320px, 4fr) minmax(0, 8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.gm-site .gm-songwriting-copy > p {
  max-width: 41rem;
  margin: 0;
  font-size: 1.3125rem;
  letter-spacing: -0.02em;
}

.gm-site .gm-songwriting-carousel {
  margin-top: 2.375rem;
}

.gm-site .gm-songwriting-cards {
  display: flex;
  gap: 1rem;
}

.gm-site .gm-songwriting-carousel .gm-song-card {
  flex: 0 0 clamp(190px, 27%, 260px);
  scroll-snap-align: start;
}

.gm-site .gm-songwriting-note {
  max-width: 41rem;
  margin: 2rem 0 0;
  padding-top: 1.125rem;
  color: #4f4e49;
  border-top: 1px solid #aaa69d;
  font-size: 0.9375rem;
}

/* Film and trailers */
.gm-site .gm-screen-feature {
  margin-top: var(--gm-space-lg);
}

.gm-site .gm-film-carousel > .gm-carousel-track {
  display: flex;
  gap: 1.5rem;
}

.gm-site .gm-film-carousel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #424244;
}

.gm-site .gm-film-carousel-head :where(p) {
  margin: 0;
}

.gm-site .gm-film-carousel-head > div:first-child > p:last-child {
  max-width: 32rem;
  color: #aaa9a4;
  font-size: 0.875rem;
}

.gm-site .gm-film-carousel-head .gm-carousel-controls {
  flex: 0 0 auto;
  margin-top: 0;
}

.gm-site .gm-film-carousel-head .gm-carousel-controls button {
  width: auto;
  min-width: 116px;
  padding: 0 1rem;
  display: inline-flex;
  gap: 0.625rem;
  border-radius: 999px;
  font-size: 0.75rem;
}

.gm-site .gm-film-slide {
  min-width: 0;
  flex: 0 0 100%;
  margin: 0;
  scroll-snap-align: start;
}

.gm-site .gm-embedded-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #222;
}

.gm-site .gm-embedded-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%), transparent 55%);
}

.gm-site .gm-embedded-poster,
.gm-site .gm-embedded-poster :where(img, .et_pb_image_wrap),
.gm-site .gm-embedded-stage iframe {
  width: 100%;
  height: 100%;
}

.gm-site .gm-embedded-poster img {
  object-fit: cover;
}

.gm-site .gm-embedded-play {
  position: absolute;
  z-index: 3;
  inset: 50% auto auto 50%;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  padding: 0 0 0 5px;
  color: var(--gm-ink);
  background: var(--gm-paper);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgb(0 0 0 / 25%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.gm-site .gm-embedded-label {
  position: absolute;
  z-index: 2;
  inset: auto 20px 16px;
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
}

.gm-site .gm-embedded-frame {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.gm-site .gm-embedded-frame iframe {
  border: 0;
  background: #111;
}

.gm-site .gm-embedded-stage.gm-is-playing .gm-embedded-frame {
  pointer-events: auto;
}

.gm-site .gm-embedded-stage.gm-is-playing :where(.gm-embedded-poster, .gm-embedded-play, .gm-embedded-label),
.gm-site .gm-embedded-stage.gm-is-playing::after {
  display: none;
}

.gm-site .gm-screen-caption {
  display: grid;
  grid-template-columns: minmax(240px, 5fr) minmax(240px, 4fr) minmax(160px, 3fr);
  gap: 1.75rem;
  padding-top: 1.25rem;
}

.gm-site .gm-screen-caption :where(h3, p) {
  min-width: 0;
  margin: 0;
}

.gm-site .gm-screen-caption h3,
.gm-site .gm-screen-title,
.gm-site .gm-screen-title :is(h2, h3) {
  color: var(--gm-paper);
  font-size: 1.5rem;
  font-weight: 530;
  letter-spacing: -0.035em;
}

.gm-site .gm-screen-title :is(h2, h3) {
  margin: 0;
  padding-bottom: 0;
}

.gm-site .gm-screen-caption p {
  color: #aaa9a4;
  font-size: 0.875rem;
}

.gm-site .gm-film-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.gm-site .gm-film-index button {
  min-width: 0;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.5rem;
  color: #aaa9a4;
  text-align: left;
  background: #17181a;
  border: 1px solid #38393b;
  cursor: pointer;
}

.gm-site .gm-film-index button[aria-pressed="true"] {
  color: var(--gm-paper);
  border-color: var(--gm-paper);
  box-shadow: inset 0 -3px 0 var(--gm-paper);
}

.gm-site .gm-film-index img {
  width: 86px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gm-site .gm-film-index :where(strong, small) {
  display: block;
  min-width: 0;
}

.gm-site .gm-film-index strong {
  color: inherit;
  font-size: 0.75rem;
  line-height: 1.2;
}

.gm-site .gm-film-index small {
  margin-top: 0.25rem;
  color: #777773;
  font-size: 0.625rem;
  line-height: 1.2;
}

.gm-site .gm-composer-line {
  display: grid;
  grid-template-columns: minmax(240px, 4fr) minmax(0, 8fr);
  gap: 1.75rem;
  margin-top: var(--gm-space-lg);
  padding-top: 1.5rem;
  border-top: 1px solid #424244;
}

.gm-site .gm-composer-copy,
.gm-site .gm-composer-grid {
  min-width: 0;
}

.gm-site .gm-composer-copy > p {
  max-width: 35rem;
  margin: 0.5rem 0 0;
  color: #bbb9b4;
}

.gm-site .gm-composer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.875rem;
}

.gm-site .gm-composer-card .gm-square-media {
  background: #202123;
}

.gm-site .gm-composer-card img {
  object-position: 50% 35%;
  filter: saturate(0.82);
}

.gm-site .gm-composer-card figcaption {
  color: var(--gm-paper);
  font-size: 0.8125rem;
}

.gm-site .gm-composer-card span {
  display: block;
  margin-top: 3px;
  color: #aaa9a4;
  font-size: 0.75rem;
}

.gm-site .gm-trailer {
  padding-top: 0;
}

.gm-site .gm-trailer .gm-section-title {
  max-width: 8ch;
}

.gm-site .gm-trailer-clients {
  display: grid;
  grid-template-columns: minmax(250px, 4fr) minmax(0, 8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-top: var(--gm-space-lg);
  padding-top: 1.5rem;
  border-top: 1px solid #424244;
}

.gm-site .gm-trailer-client-intro p:last-child {
  max-width: 30rem;
  margin: 0;
  color: #bbb9b4;
}

.gm-site .gm-client-carousel > .gm-carousel-track {
  display: flex;
  gap: 0.875rem;
}

.gm-site .gm-client-mark {
  position: relative;
  min-height: 200px;
  flex: 0 0 calc((100% - 1.75rem) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 1.5rem;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #202123, #111214);
  border: 1px solid #38393b;
  scroll-snap-align: start;
}

.gm-site .gm-client-mark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 20% 5%, rgb(255 255 255 / 8%), transparent 48%);
}

.gm-site .gm-client-mark img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 78%;
  height: 68px;
  margin: auto;
  object-fit: contain;
}

.gm-site .gm-client-mark figcaption {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding-top: 0.75rem;
  color: #8f8e89;
  border-top: 1px solid #343537;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gm-site .gm-client-mark--netflix img {
  height: 54px;
}

.gm-site .gm-client-mark--disney img,
.gm-site .gm-client-mark--hbo img {
  filter: invert(1);
}

.gm-site .gm-client-mark--peacock img {
  max-width: 84%;
}

/* Broadcast and awards */
.gm-site .gm-broadcast {
  background: #e6e2d8;
}

.gm-site .gm-broadcast-board {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr)) 1.25fr;
  gap: 1px;
  margin-top: var(--gm-space-lg);
  background: #a7a299;
  border: 1px solid #a7a299;
}

.gm-site .gm-broadcast-mark {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  overflow: hidden;
  color: #fff;
  background: #161719;
}

.gm-site .gm-broadcast-mark > span {
  position: relative;
  z-index: 2;
  color: #aaa9a4;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.gm-site .gm-broadcast-mark strong {
  display: block;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 620;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.gm-site .gm-broadcast-mark :where(small, p) {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #aaa9a4;
  font-size: 0.7rem;
  line-height: 1.35;
}

.gm-site .gm-broadcast-mark > img {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 78%;
  height: 92px;
  margin: auto;
  object-fit: contain;
}

.gm-site .gm-broadcast-mark--fox {
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(150deg, #124fb9 0%, #082c70 100%);
  text-align: center;
}

.gm-site .gm-broadcast-mark--fox img {
  height: 112px;
  filter: invert(1);
}

.gm-site .gm-broadcast-mark--fox p {
  color: rgb(255 255 255 / 72%);
  text-align: left;
}

.gm-site .gm-broadcast-mark--worldcup {
  background: linear-gradient(155deg, #211f3d 0%, #0f1022 65%, #5b1231 150%);
}

.gm-site .gm-broadcast-mark--worldcup img {
  max-width: 88%;
  height: 86px;
  filter: invert(1);
}

.gm-site .gm-broadcast-mark--nfl {
  background: linear-gradient(145deg, #103c80 0%, #081e41 70%);
}

.gm-site .gm-broadcast-mark--mlb {
  background: linear-gradient(145deg, #b31942 0%, #5c0b22 100%);
}

.gm-site .gm-broadcast-mark--nfl img,
.gm-site .gm-broadcast-mark--mlb img {
  height: 90px;
}

.gm-site .gm-broadcast-mark--award {
  min-height: 210px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
  align-items: end;
  color: var(--gm-ink);
  background: linear-gradient(145deg, #eccd85 0%, #c79a44 100%);
}

.gm-site .gm-broadcast-mark--award strong,
.gm-site .gm-broadcast-mark--award small {
  color: var(--gm-ink);
}

.gm-site .gm-broadcast-mark--award > img {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 55%;
  max-width: none;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: 48% 30%;
  mix-blend-mode: multiply;
  opacity: 0.76;
}

.gm-site .gm-broadcast-mark--award > div {
  position: relative;
  z-index: 2;
  grid-column: 2;
  padding-bottom: 0.25rem;
}

.gm-site .gm-broadcast-mark--award small {
  display: block;
  margin-top: 1rem;
}

.gm-site .gm-broadcast-work {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  gap: 1.75rem;
  align-items: stretch;
  margin-top: var(--gm-space-lg);
}

.gm-site .gm-broadcast-gallery {
  min-width: 0;
  height: min(560px, 38vw);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gm-site .gm-broadcast-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #1c1d1f;
}

.gm-site .gm-broadcast-gallery .gm-gallery-lead {
  grid-row: 1 / -1;
}

.gm-site .gm-broadcast-gallery :where(img, .et_pb_image_wrap) {
  width: 100%;
  height: 100%;
}

.gm-site .gm-broadcast-gallery img {
  object-fit: cover;
  filter: saturate(0.8) contrast(1.04);
}

.gm-site .gm-gallery-lead img {
  object-position: 58% 50%;
}

.gm-site .gm-broadcast-gallery figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 34px 16px 13px;
  color: #fff;
  background: linear-gradient(0deg, rgb(0 0 0 / 72%), transparent);
  font-size: 0.75rem;
  line-height: 1.25;
}

.gm-site .gm-broadcast-copy {
  min-width: 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 4.25rem);
  color: #fff;
  background: var(--gm-ink);
}

.gm-site .gm-broadcast-label {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gm-site .gm-broadcast-copy h3,
.gm-site .gm-broadcast-title,
.gm-site .gm-broadcast-title :is(h2, h3) {
  max-width: 9ch;
  margin: 3.875rem 0 0;
  color: #fff;
  font-size: clamp(2.8rem, 5.5vw, 6.2rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.gm-site .gm-broadcast-title :is(h2, h3) {
  padding-bottom: 0;
}

.gm-site .gm-broadcast-copy p {
  max-width: 32.5rem;
  margin: 1.625rem 0 0;
  color: #d1d0cc;
}

.gm-site .gm-awards-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-top: var(--gm-space-lg);
}

.gm-site .gm-awards-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #1d1e20;
}

.gm-site .gm-awards-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
}

.gm-site .gm-photo-caption {
  margin: 0.75rem 0 0;
  color: var(--gm-muted);
  font-size: 0.875rem;
  line-height: 1.35;
}

.gm-site .gm-awards-copy {
  min-width: 0;
  padding-block: 0.75rem;
}

.gm-site .gm-awards-copy h3,
.gm-site .gm-awards-title,
.gm-site .gm-awards-title :is(h2, h3) {
  max-width: 12ch;
  margin: 0;
  color: var(--gm-ink);
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  font-weight: 520;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.gm-site .gm-awards-title :is(h2, h3) {
  padding-bottom: 0;
}

.gm-site .gm-awards-copy > p {
  max-width: 27.5rem;
  margin: 1.75rem 0 0;
}

.gm-site .gm-award-list {
  margin-top: 2.625rem;
  border-top: 1px solid var(--gm-ink);
}

.gm-site .gm-award {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) minmax(120px, 160px);
  gap: 1.25rem;
  padding-block: 1.625rem;
  border-bottom: 1px solid #aaa69d;
}

.gm-site .gm-award p {
  min-width: 0;
  margin: 0;
}

.gm-site .gm-award-title {
  font-weight: 600;
}

.gm-site .gm-award-role {
  color: var(--gm-muted);
  font-size: 0.875rem;
  text-align: right;
}

/* About, education and contact */
.gm-site .gm-about-grid {
  display: grid;
  grid-template-columns: minmax(320px, 7fr) minmax(320px, 5fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}

.gm-site .gm-about-copy {
  min-width: 0;
  padding-top: 0.75rem;
}

.gm-site .gm-about-copy p {
  max-width: 39rem;
  margin: 0 0 1.75rem;
  font-size: 1.3125rem;
  letter-spacing: -0.02em;
}

.gm-site .gm-education {
  display: grid;
  grid-template-columns: minmax(300px, 4fr) minmax(0, 8fr);
  align-items: stretch;
  margin-top: var(--gm-space-lg);
  color: var(--gm-paper);
  background: var(--gm-ink);
}

.gm-site .gm-education-image {
  min-width: 0;
  min-height: 0;
  align-self: center;
  overflow: hidden;
}

.gm-site .gm-education-image img {
  width: 100%;
  height: auto;
  object-position: 50% 45%;
  filter: grayscale(1) contrast(1.05);
}

.gm-site .gm-education-copy {
  min-width: 0;
  align-self: center;
  padding: clamp(2.5rem, 6vw, 5.625rem);
}

.gm-site .gm-education-copy h3,
.gm-site .gm-education-title,
.gm-site .gm-education-title :is(h2, h3) {
  margin: 0;
  color: var(--gm-paper);
  font-size: clamp(2.4rem, 4.2vw, 4.8rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.gm-site .gm-education-title :is(h2, h3) {
  padding-bottom: 0;
}

.gm-site .gm-education-copy p {
  max-width: 39rem;
  margin: 1.75rem 0 0;
  color: #d1d0ca;
}

.gm-site .gm-contact {
  color: var(--gm-paper);
  background: var(--gm-carbon);
}

.gm-site .gm-contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.gm-site .gm-contact-intro,
.gm-site .gm-contact-form {
  min-width: 0;
}

.gm-site .gm-contact-title,
.gm-site .gm-contact-title :is(h1, h2) {
  max-width: 10ch;
  margin: 0;
  color: var(--gm-paper);
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 520;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.gm-site .gm-contact-title :is(h1, h2) {
  padding-bottom: 0;
}

.gm-site .gm-contact-intro > p {
  max-width: 32.5rem;
  margin: 2.25rem 0 0;
  color: #c8c6c0;
  font-size: 1.25rem;
}

.gm-site .gm-contact .wpforms-container,
.gm-site .gm-contact .wpforms-container form {
  margin: 0;
}

.gm-site .gm-contact .wpforms-field {
  padding-block: 0 1.5rem;
}

.gm-site .gm-contact .wpforms-field-label {
  margin-bottom: 0.55rem;
  color: #d3d1cc;
  font-size: 0.875rem;
  font-weight: 500;
}

.gm-site .gm-contact :where(input, select, textarea) {
  width: 100%;
  min-height: 56px;
  padding: 13px 0;
  color: var(--gm-paper);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #6a6a67;
  border-radius: 0;
  box-shadow: none;
}

.gm-site .gm-contact textarea {
  min-height: 120px;
  resize: vertical;
}

.gm-site .gm-contact select {
  color-scheme: dark;
}

.gm-site .gm-contact :where(input, textarea)::placeholder {
  color: #8b8b86;
  opacity: 1;
}

.gm-site .gm-contact .wpforms-submit-container {
  margin-top: 1rem;
}

.gm-site .gm-contact button[type="submit"] {
  min-width: 44px;
  min-height: 56px;
  padding-inline: 1.75rem;
  color: var(--gm-ink);
  background: var(--gm-paper);
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}

.gm-site .gm-privacy-note {
  margin: 1.25rem 0 0;
  color: #989893;
  font-size: 0.875rem;
}

.gm-site .gm-site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: var(--gm-space-lg);
  padding-top: 1.5rem;
  color: #8e8d88;
  border-top: 1px solid #414244;
  font-size: 0.875rem;
}

@media (max-width: 1200px) {
  body.gm-site {
    --gm-page: min(1100px, calc(100vw - 64px));
    --gm-space-xl: 8rem;
  }

  .gm-site .gm-section-head,
  .gm-site .gm-about-grid {
    grid-template-columns: minmax(320px, 6fr) minmax(320px, 6fr);
    gap: 3rem;
  }

  .gm-site .gm-record-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gm-site .gm-broadcast-work {
    grid-template-columns: minmax(0, 6fr) minmax(340px, 6fr);
  }
}

@media (max-width: 980px) {
  body.gm-site {
    --gm-page: min(900px, calc(100vw - 40px));
    --gm-space-xl: 7.25rem;
  }

  .gm-site .gm-hero-copy {
    grid-column: 1 / 11;
  }

  .gm-site .gm-hero-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gm-site .gm-hero-footer .gm-hero-summary {
    grid-column: 1 / -1;
  }

  .gm-site .gm-section-head,
  .gm-site .gm-about-grid,
  .gm-site .gm-songwriting-grid,
  .gm-site .gm-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gm-site .gm-section-head {
    align-items: start;
  }

  .gm-site .gm-section-summary,
  .gm-site .gm-about-copy {
    max-width: 42rem;
  }

  .gm-site .gm-listening-station,
  .gm-site .gm-education {
    grid-template-columns: minmax(0, 1fr);
  }

  .gm-site .gm-player-stage {
    min-height: 640px;
  }

  .gm-site .gm-project-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gm-site .gm-project-choice {
    min-height: 92px;
  }

  .gm-site .gm-record-wall {
    grid-template-columns: minmax(240px, 4fr) minmax(0, 8fr);
    gap: 2rem;
  }

  .gm-site .gm-record-grid,
  .gm-site .gm-songwriting-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gm-site .gm-screen-caption {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gm-site .gm-screen-caption .gm-caption-meta {
    grid-column: 1 / -1;
  }

  .gm-site .gm-broadcast-work,
  .gm-site .gm-awards-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gm-site .gm-broadcast-gallery {
    height: min(560px, 54vw);
  }

  .gm-site .gm-broadcast-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gm-site .gm-education-image img {
    max-height: 520px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  body.gm-site {
    --gm-page: calc(100% - 32px);
    --gm-display: clamp(3.7rem, 17vw, 5.5rem);
    --gm-section-title: clamp(3.25rem, 14vw, 5rem);
    --gm-space-lg: 4.5rem;
    --gm-space-xl: 6.5rem;
    font-size: 17px;
  }

  .gm-site .gm-site-header {
    height: 70px;
  }

  .gm-site .gm-header-link {
    display: none;
  }

  .gm-site .gm-header-actions {
    gap: 0.75rem;
  }

  .gm-site .gm-hero {
    min-height: 820px;
  }

  .gm-site .gm-hero-media::after {
    background:
      linear-gradient(180deg, rgb(5 7 9 / 74%) 0%, rgb(5 7 9 / 0%) 27%),
      linear-gradient(0deg, rgb(5 7 9 / 98%) 0%, rgb(5 7 9 / 72%) 48%, rgb(5 7 9 / 8%) 78%);
  }

  .gm-site .gm-hero-media img {
    height: 63%;
    object-position: 65% 32%;
  }

  .gm-site .gm-hero-inner {
    min-height: 820px;
    padding-block: 116px 28px;
  }

  .gm-site .gm-hero-copy {
    grid-column: 1 / -1;
  }

  .gm-site .gm-hero-role {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }

  .gm-site .gm-hero-footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.875rem;
    margin-top: 2.375rem;
  }

  .gm-site .gm-hero-footer > *,
  .gm-site .gm-hero-footer .gm-hero-summary {
    grid-column: auto;
  }

  .gm-site .gm-hero-link {
    justify-self: start;
  }

  .gm-site .gm-chapter-nav {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .gm-site .gm-chapter-nav::-webkit-scrollbar {
    display: none;
  }

  .gm-site .gm-chapter-nav a,
  .gm-site .gm-chapter-link--first,
  .gm-site .gm-chapter-link--last,
  .gm-site .gm-chapter-link--first a,
  .gm-site .gm-chapter-link--last a {
    flex: 0 0 auto;
    justify-content: flex-start;
    min-height: 44px;
    font-size: 0.8125rem;
    white-space: nowrap;
    text-align: left;
  }

  .gm-site .gm-section-head {
    gap: 2.125rem;
    margin-bottom: 4rem;
  }

  .gm-site .gm-lede {
    font-size: 1.25rem;
  }

  .gm-site .gm-player-stage {
    min-height: 560px;
    padding: 1.25rem;
  }

  .gm-site .gm-project-list {
    display: flex;
  }

  .gm-site .gm-project-choice {
    min-height: 78px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding: 0.875rem 1.125rem;
  }

  .gm-site .gm-player-meta {
    align-items: flex-start;
  }

  .gm-site .gm-player-actions {
    align-items: flex-start;
  }

  .gm-site .gm-record-wall,
  .gm-site .gm-composer-line,
  .gm-site .gm-trailer-clients,
  .gm-site .gm-broadcast-work,
  .gm-site .gm-awards-proof {
    grid-template-columns: minmax(0, 1fr);
  }

  .gm-site .gm-record-grid {
    margin-top: 1rem;
  }

  .gm-site .gm-record-carousel .gm-record-card {
    flex-basis: min(72vw, 280px);
  }

  .gm-site .gm-songwriting-carousel .gm-song-card {
    flex-basis: min(72vw, 280px);
  }

  .gm-site .gm-film-carousel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .gm-site .gm-film-carousel-head .gm-carousel-controls {
    width: 100%;
    justify-content: space-between;
  }

  .gm-site .gm-film-carousel-head .gm-carousel-controls button {
    min-width: 0;
    padding-inline: 0.875rem;
  }

  .gm-site .gm-film-index {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .gm-site .gm-film-index::-webkit-scrollbar {
    display: none;
  }

  .gm-site .gm-film-index button {
    flex: 0 0 min(72vw, 280px);
    scroll-snap-align: start;
  }

  .gm-site .gm-composer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .gm-site .gm-composer-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
  }

  .gm-site .gm-composer-card .gm-square-media {
    width: 120px;
  }

  .gm-site .gm-composer-card figcaption {
    margin-top: 0;
    font-size: 0.875rem;
  }

  .gm-site .gm-composer-card span {
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .gm-site .gm-client-mark {
    min-height: 150px;
    flex-basis: min(72vw, 280px);
  }

  .gm-site .gm-broadcast-board {
    display: flex;
    gap: 1px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .gm-site .gm-broadcast-board::-webkit-scrollbar {
    display: none;
  }

  .gm-site .gm-broadcast-mark {
    min-height: 190px;
    flex: 0 0 min(72vw, 280px);
    scroll-snap-align: start;
  }

  .gm-site .gm-broadcast-mark--award {
    flex-basis: min(82vw, 330px);
  }

  .gm-site .gm-screen-caption {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
  }

  .gm-site .gm-screen-caption .gm-caption-meta {
    grid-column: auto;
  }

  .gm-site .gm-broadcast-gallery {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 240px 150px;
  }

  .gm-site .gm-broadcast-gallery .gm-gallery-lead {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .gm-site .gm-broadcast-copy {
    min-height: 420px;
    padding: 2rem 1.5rem;
  }

  .gm-site .gm-broadcast-copy h3 {
    margin-top: 3rem;
  }

  .gm-site .gm-awards-copy {
    margin-top: 0.75rem;
  }

  .gm-site .gm-award {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .gm-site .gm-award-role {
    grid-column: 2;
    text-align: left;
  }

  .gm-site .gm-about-copy p {
    font-size: 1.1875rem;
  }

  .gm-site .gm-education {
    margin-inline: -16px;
  }

  .gm-site .gm-education-copy {
    padding: 2.75rem 1.5rem 3.25rem;
  }

  .gm-site .gm-contact-title {
    font-size: clamp(3.5rem, 15vw, 6rem);
  }

  .gm-site .gm-site-footer {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  body.gm-site {
    --gm-page: calc(100% - 28px);
    --gm-display: clamp(3.25rem, 18vw, 4.75rem);
    --gm-section-title: clamp(2.9rem, 15vw, 4.25rem);
    --gm-space-xl: 5.75rem;
    font-size: 16px;
  }

  .gm-site .gm-education {
    margin-inline: -14px;
  }

  .gm-site .gm-education-copy .gm-education-title,
  .gm-site .gm-education-title :is(h2, h3) {
    font-size: clamp(1.85rem, 9.7vw, 2.6rem);
    overflow-wrap: anywhere;
  }

  .gm-site .gm-brand {
    font-size: 0.9375rem;
  }

  .gm-site .gm-header-cta {
    padding-inline: 10px;
    font-size: 0.8125rem;
  }

  .gm-site .gm-hero {
    min-height: 760px;
  }

  .gm-site .gm-hero-inner {
    min-height: 760px;
  }

  .gm-site .gm-section-head {
    margin-bottom: 3.5rem;
  }

  .gm-site .gm-player-stage {
    min-height: 500px;
  }

  .gm-site .gm-player-meta {
    flex-direction: column;
  }

  .gm-site .gm-player-actions {
    width: 100%;
  }

  .gm-site .gm-record-grid,
  .gm-site .gm-songwriting-cards {
    gap: 1rem 0.75rem;
  }

  .gm-site .gm-composer-grid {
    gap: 1rem;
  }

  .gm-site .gm-broadcast-gallery {
    grid-template-rows: 210px 130px;
  }

  .gm-site .gm-award {
    grid-template-columns: minmax(0, 1fr);
  }

  .gm-site .gm-award-role {
    grid-column: auto;
  }

  .gm-site .gm-contact-intro > p {
    font-size: 1.0625rem;
  }
}

@media (max-width: 360px) {
  .gm-site .gm-contact-form .wpforms-turnstile > div {
    transform: scale(0.9);
    transform-origin: left top;
  }

  .gm-site .gm-contact-form .wpforms-turnstile {
    min-height: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gm-site {
    scroll-behavior: auto;
  }

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