/* V10 is intentionally layered over the proven V9 tokens and components. */
.gm-site-v10 {
  --v10-blue: #174da4;
  --v10-gold: #d7b466;
  --v10-ink: #101113;
  --v10-paper: #f2f0ea;
}

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

.gm-site-v10 .gm-hero,
.gm-site-v10 .gm-hero-inner { min-height: min(900px, 92svh); }
.gm-site-v10 .gm-hero-inner { padding-bottom: clamp(36px, 5vw, 64px); }
.gm-site-v10 .gm-hero-role { max-width: 800px; }
.gm-site-v10 .gm-hero-role-lead { display: block; margin-bottom: 7px; font-size: .66em; font-weight: 700; letter-spacing: .015em; text-transform: uppercase; }
.gm-site-v10 .gm-proof-card { display: block; text-decoration: none; }
.gm-site-v10 .gm-proof-card span { display: block; margin-top: 20px; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.gm-site-v10 .gm-proof-card:hover span { text-decoration-thickness: 2px; }
.gm-site-v10 .gm-proof-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 20px 0 0; }
.gm-site-v10 .gm-proof-links a { min-height: 28px; color: inherit; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.gm-site-v10 .gm-proof-links a:hover { text-decoration-thickness: 2px; }

.gm-site-v10 .gm-chapter-nav { grid-template-columns: repeat(4, 1fr); }
.gm-site-v10 .gm-chapter-nav a:first-child { justify-content: flex-start; }
.gm-site-v10 .gm-chapter-nav a:last-child { justify-content: flex-end; }
.gm-site-v10 .gm-chapter-nav a:not(:first-child):not(:last-child) { justify-content: center; }
.gm-site-v10 [id] { scroll-margin-top: 96px; }

.gm-v10-section { padding: clamp(96px, 11vw, 164px) 0; }
.gm-v10-intro { display: grid; grid-template-columns: 7fr 5fr; gap: 32px; align-items: end; margin-bottom: clamp(52px, 7vw, 94px); }
.gm-v10-intro h2,
.gm-v10-capabilities > .gm-shell > h2,
.gm-v10-about h2 { max-width: 11ch; margin: 0; font-size: clamp(3.2rem, 6.2vw, 6.8rem); font-weight: 520; letter-spacing: -.065em; line-height: .92; }
.gm-v10-intro > p { max-width: 640px; margin: 0 0 6px; font-size: clamp(1.15rem, 1.8vw, 1.55rem); letter-spacing: -.025em; line-height: 1.32; }

.gm-v10-signature { background: var(--v10-paper); }
.gm-signature-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.gm-signature-card { grid-column: span 4; min-width: 0; display: flex; flex-direction: column; border: 1px solid #c7c3ba; background: #e9e6de; }
.gm-signature-card--wide { grid-column: span 8; display: grid; grid-template-columns: 7fr 5fr; }
.gm-signature-card--tall { grid-column: span 4; }
.gm-signature-card--dark { color: var(--v10-paper); background: var(--v10-ink); border-color: #343538; }
.gm-signature-card--blue { color: white; background: var(--v10-blue); border-color: var(--v10-blue); }
.gm-signature-media { min-height: 250px; aspect-ratio: 16 / 9; overflow: hidden; background: #202124; }
.gm-signature-card--wide .gm-signature-media { height: 100%; min-height: 450px; aspect-ratio: auto; }
.gm-signature-card--tall .gm-signature-media { display: grid; place-items: center; min-height: 360px; aspect-ratio: auto; background: #113f8e; }
.gm-signature-card--tall .gm-signature-media img { width: 66%; height: auto; object-fit: contain; filter: brightness(0) invert(1); }
.gm-signature-media--square { aspect-ratio: 1; }
.gm-signature-media img { width: 100%; height: 100%; object-fit: cover; }
.gm-signature-copy { flex: 1; display: flex; flex-direction: column; padding: clamp(24px, 3vw, 44px); }
.gm-project-index { margin: 0 0 22px; color: #6b6963; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.gm-signature-card--dark .gm-project-index,
.gm-signature-card--blue .gm-project-index { color: #cfcec8; }
.gm-signature-copy h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3.6rem); font-weight: 520; letter-spacing: -.055em; line-height: .96; }
.gm-signature-card--dark .gm-signature-copy h3,
.gm-signature-card--blue .gm-signature-copy h3,
.gm-signature-card--dark .gm-v10-action,
.gm-signature-card--blue .gm-v10-action { color: var(--v10-paper); }
.gm-signature-copy .gm-project-role { margin: 20px 0 34px; color: #55544f; line-height: 1.42; }
.gm-signature-card--dark .gm-project-role,
.gm-signature-card--blue .gm-project-role { color: #d0cec7; }
.gm-site-v10 .gm-v10-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 48px; margin-top: auto; padding-top: 16px; color: inherit; border-top: 1px solid currentColor; font-size: 14px; text-decoration: none; }
.gm-v10-action span { transition: transform .18s ease; }
.gm-v10-action:hover span { transform: translateX(4px); }

.gm-v10-mixes { color: var(--v10-paper); background: var(--v10-ink); }
.gm-v10-mixes .gm-kicker { color: #aaa8a2; }
.gm-v10-mixes h2 { color: var(--v10-paper); }
.gm-v10-mixes .gm-listening-station { min-height: 610px; border: 1px solid #36373a; }
.gm-v10-mixes .gm-project-list { display: grid; grid-template-rows: repeat(3, 1fr); }
.gm-v10-mixes .gm-project-choice { min-height: 150px; }
.gm-v10-mixes .gm-player-poster-title { max-width: 10ch; }

.gm-v10-capabilities { background: #e3ded4; }
.gm-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 70px; border: 1px solid #b8b3a9; }
.gm-capability-grid article { min-height: 380px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 52px); border-right: 1px solid #b8b3a9; }
.gm-capability-grid article:last-child { border-right: 0; }
.gm-capability-grid h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.8rem); font-weight: 520; letter-spacing: -.055em; line-height: .98; }
.gm-capability-grid article > p:not(.gm-project-index) { max-width: 410px; margin: 26px 0; color: #55534d; }
.gm-capability-grid a { margin-top: auto; font-size: 14px; }

.gm-v10-credits { background: var(--v10-paper); }
.gm-credit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px 18px; }
.gm-site-v10 .gm-credit-card { min-width: 0; color: var(--v10-ink); text-decoration: none; }
.gm-credit-card > div { aspect-ratio: 1; overflow: hidden; background: #d8d4ca; }
.gm-credit-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gm-credit-card:hover img { transform: scale(1.025); }
.gm-credit-card .gm-project-index { margin: 15px 0 8px; }
.gm-credit-card h3 { margin: 0; font-size: 20px; font-weight: 550; letter-spacing: -.025em; }
.gm-credit-card > p:last-of-type { margin: 7px 0 0; color: #55534d; font-size: 13px; line-height: 1.42; }
.gm-credit-card > p span { color: #77746d; }
.gm-credit-card > strong { display: inline-block; margin-top: 14px; color: var(--v10-ink); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.gm-v10-centered-action { max-width: 420px; margin: 72px auto 0; }

.gm-v10-about { background: #e3ded4; }
.gm-v10-about .gm-about-grid { display: grid; grid-template-columns: 6fr 6fr; gap: 48px; }
.gm-v10-about .gm-about-copy { padding-top: 0; }
.gm-v10-about .gm-about-paragraph { max-width: 650px; margin: 0 0 26px; font-size: clamp(1.15rem, 1.8vw, 1.5rem); line-height: 1.45; }
.gm-v10-about .gm-education { margin-top: 90px; grid-template-columns: 5fr 7fr; }
.gm-v10-contact-note { padding-top: 22px; border-top: 1px solid #46474a; font-size: 14px !important; }

.gm-case-header { background: var(--v10-paper); border-bottom: 1px solid #cbc7be; }
.gm-case-header .gm-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; }
.gm-case-header a { min-height: 44px; display: inline-flex; align-items: center; color: var(--v10-ink); font-size: 14px; font-weight: 550; text-decoration: none; }
.gm-case-header nav { display: flex; gap: 28px; }
.gm-case-hero { padding: clamp(80px, 12vw, 170px) 0 clamp(55px, 7vw, 100px); background: var(--v10-paper); }
.gm-case-hero h1 { max-width: 12ch; margin: 0; font-size: clamp(4rem, 9vw, 9.5rem); font-weight: 520; letter-spacing: -.075em; line-height: .86; }
.gm-case-hero > .gm-shell > p:last-child { max-width: 720px; margin: 34px 0 0; font-size: clamp(1.3rem, 2.4vw, 2.1rem); }
.gm-case-body { padding: 0 0 clamp(90px, 12vw, 170px); background: var(--v10-paper); }
.gm-case-media { overflow: hidden; background: #151618; }
.gm-case-media .gm-embedded-stage { aspect-ratio: 16 / 9; }
.gm-case-album { display: grid; place-items: center; padding: clamp(44px, 8vw, 110px); background: #191a1c; }
.gm-case-album img { width: min(700px, 72vw); aspect-ratio: 1; object-fit: cover; }
.gm-case-graphic { min-height: min(740px, 65vw); display: grid; grid-template-columns: 1fr 1fr; place-items: center; gap: 70px; padding: clamp(50px, 9vw, 120px); background: var(--v10-blue); }
.gm-case-graphic img { width: min(360px, 70%); max-height: 260px; object-fit: contain; filter: brightness(0) invert(1); }
.gm-case-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 70px; padding-top: 56px; }
.gm-case-facts { border-top: 1px solid #aaa69d; }
.gm-case-facts p { display: grid; grid-template-columns: 140px 1fr; gap: 24px; margin: 0; padding: 18px 0; border-bottom: 1px solid #cbc7be; }
.gm-case-facts span { color: #716f69; font-size: 13px; }
.gm-case-facts strong { font-weight: 550; }
.gm-case-note h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.4rem); font-weight: 520; letter-spacing: -.06em; line-height: .92; }
.gm-case-note p { max-width: 650px; margin: 28px 0 38px; font-size: 20px; line-height: 1.5; }
.gm-case-footer { color: var(--v10-paper); background: var(--v10-ink); }
.gm-case-footer .gm-shell { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.gm-case-footer a { color: var(--v10-paper); }

.gm-credit-index { padding: 0 0 clamp(90px, 12vw, 170px); background: var(--v10-paper); }
.gm-credit-filter-hint { display: none; }
.gm-credit-filters { position: sticky; top: 0; z-index: 10; display: flex; gap: 8px; padding: 16px 0; background: rgba(242,240,234,.96); border-bottom: 1px solid #cbc7be; overflow-x: auto; }
.gm-credit-filters button { min-width: max-content; min-height: 44px; padding: 0 16px; color: #55534d; background: transparent; border: 1px solid #b8b4aa; cursor: pointer; }
.gm-credit-filters button[aria-pressed="true"] { color: var(--v10-paper); background: var(--v10-ink); border-color: var(--v10-ink); }
.gm-credit-index-list article { display: grid; grid-template-columns: 140px 5fr 5fr; gap: 32px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid #cbc7be; }
.gm-credit-index-list article[hidden] { display: none; }
.gm-credit-index-list article > p:first-child { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.gm-credit-index-list h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 3rem); font-weight: 520; letter-spacing: -.04em; }
.gm-credit-index-list article > p:last-child { margin: 0; }

@media (max-width: 980px) {
  .gm-site-v10 .gm-hero,
  .gm-site-v10 .gm-hero-inner { min-height: 830px; }
  .gm-signature-card { grid-column: span 6; }
  .gm-signature-card--wide { grid-column: 1 / -1; }
  .gm-signature-card--tall { grid-column: span 6; }
  .gm-credit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gm-capability-grid { grid-template-columns: 1fr; }
  .gm-capability-grid article { min-height: 290px; border-right: 0; border-bottom: 1px solid #b8b3a9; }
  .gm-capability-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 768px) {
  .gm-site-v10 .gm-header-actions { gap: 10px; }
  .gm-site-v10 .gm-header-link { display: none; }
  .gm-site-v10 .gm-hero,
  .gm-site-v10 .gm-hero-inner { min-height: 780px; }
  .gm-site-v10 .gm-hero-role { font-size: 21px; }
  .gm-site-v10 .gm-hero-footer { grid-template-columns: 1fr; gap: 22px; }
  .gm-site-v10 .gm-hero-link { justify-self: start; }
  .gm-site-v10 .gm-chapter-nav { width: 100%; padding-inline: 20px; }
  .gm-site-v10 .gm-chapter-nav a { justify-content: center !important; font-size: 13px; }
  .gm-v10-intro { grid-template-columns: 1fr; gap: 28px; }
  .gm-v10-intro h2,
  .gm-v10-capabilities > .gm-shell > h2,
  .gm-v10-about h2 { font-size: clamp(3rem, 14vw, 5.1rem); }
  .gm-signature-grid { grid-template-columns: 1fr; gap: 18px; }
  .gm-signature-card,
  .gm-signature-card--wide,
  .gm-signature-card--tall { grid-column: 1; display: flex; }
  .gm-signature-card--wide .gm-signature-media,
  .gm-signature-card--tall .gm-signature-media { min-height: 260px; height: auto; aspect-ratio: 16 / 10; }
  .gm-v10-mixes .gm-listening-station { min-height: 0; }
  .gm-v10-mixes .gm-player-stage { min-height: 600px; }
  .gm-v10-mixes .gm-project-list { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gm-v10-mixes .gm-project-choice { min-height: 98px; }
  .gm-credit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gm-v10-about .gm-about-grid,
  .gm-v10-about .gm-education,
  .gm-case-grid { grid-template-columns: 1fr; }
  .gm-case-header nav { gap: 14px; }
  .gm-case-header nav a:first-child { display: none; }
  .gm-case-graphic { grid-template-columns: 1fr; min-height: 620px; }
  .gm-credit-index-list article { grid-template-columns: 1fr; gap: 8px; }
  .gm-credit-index-list article > p:first-child { margin-bottom: 2px; }
  .gm-credit-filter-hint { display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 14px 0 5px; color: #6b6963; font-size: 12px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
  .gm-credit-filters { margin-inline: -14px; padding-inline: 14px; scrollbar-width: thin; }
  .gm-case-footer .gm-shell { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 480px) {
  .gm-v10-section { padding-block: 78px; }
  .gm-v10-intro { margin-bottom: 48px; }
  .gm-v10-about .gm-education { margin-top: 64px; }
  .gm-site-v10 .gm-chapter-nav { padding-inline: 12px; }
  .gm-site-v10 .gm-chapter-nav a { font-size: 12px; }
  .gm-credit-grid { gap: 28px 12px; }
  .gm-credit-card h3 { font-size: 17px; }
  .gm-credit-card > p:last-of-type { font-size: 12px; }
  .gm-case-facts p { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .gm-signature-media img,
  .gm-credit-card img,
  .gm-v10-action span { transition: none; }
}
