/* Gravitas Pictures homepage. This stylesheet belongs only to the new index.html. */
html { background: #050505; scroll-behavior: smooth; scroll-padding-top: 7rem; }
.gp-home {
  --gp-bg: #050505;
  --gp-surface: #101011;
  --gp-text: #f1ede6;
  --gp-muted: #b5b0a8;
  --gp-line: #343330;
  --gp-metal: #d4c8b5;
  --gp-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --gp-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0;
  background: var(--gp-bg);
  color: var(--gp-text);
  font: 400 16px/1.65 var(--gp-sans);
  -webkit-font-smoothing: antialiased;
}
.gp-home *, .gp-home *::before, .gp-home *::after { box-sizing: border-box; }
.gp-home [hidden] { display: none !important; }
.gp-home a { color: inherit; text-decoration: none; }
.gp-home button, .gp-home summary { -webkit-tap-highlight-color: transparent; }
.gp-home button { font: inherit; color: inherit; }
.gp-home button, .gp-home a, .gp-home summary { touch-action: manipulation; }
.gp-home a:focus-visible, .gp-home button:focus-visible, .gp-home summary:focus-visible { outline: 2px solid var(--gp-metal); outline-offset: 6px; }
.gp-home main:focus { outline: none; }
.gp-home img { display: block; max-width: 100%; }
.gp-home h1, .gp-home h2, .gp-home h3, .gp-home p { margin: 0; }
.gp-home ::selection { background: var(--gp-metal); color: #050505; }
.gp-home .gp-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.gp-home .gp-wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.gp-home .gp-section { padding-block: clamp(72px, 8vw, 124px); }
.gp-home .gp-skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: var(--gp-text); color: #050505; transform: translateY(-200%); }
.gp-home .gp-skip-link:focus { transform: translateY(0); }

/* Calm studio masthead; the supplied mark is not redrawn, cropped, or animated. */
.gp-home .gp-header { position: relative; z-index: 20; border-bottom: 1px solid #20201f; background: #050505; }
.gp-home .gp-header-inner { min-height: 88px; width: min(1440px, calc(100% - 80px)); margin: auto; display: flex; align-items: center; gap: 42px; }
.gp-home .gp-brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 2px; min-height: 72px; }
.gp-home .gp-brand-mark { width: 68px; height: 68px; object-fit: contain; mix-blend-mode: screen; }
.gp-home .gp-wordmark { display: grid; text-align: center; padding-right: 4px; }
.gp-home .gp-wordmark > span:first-child { font: 400 20px/1.3 var(--gp-serif); text-transform: uppercase; letter-spacing: .14em; }
.gp-home .gp-wordmark > span:last-child { margin-top: 5px; font-size: 8px; line-height: 1.4; text-transform: uppercase; letter-spacing: .55em; padding-left: .55em; }
.gp-home .gp-nav { margin-left: auto; display: flex; align-items: center; gap: 32px; }
.gp-home .gp-nav a, .gp-home .gp-header-cta, .gp-home .gp-menu-button { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.gp-home .gp-nav a { display: flex; align-items: center; min-height: 44px; color: #d1ccc4; position: relative; }
.gp-home .gp-nav a::after { content: ""; height: 1px; background: currentColor; position: absolute; bottom: 8px; left: 0; right: 0; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.gp-home .gp-nav a:hover::after { transform: scaleX(1); }
.gp-home .gp-header-cta { min-height: 44px; padding: 10px 20px; border: 1px solid #4d4842; display: flex; align-items: center; gap: 24px; }
.gp-home .gp-header-cta:hover { background: var(--gp-text); color: #050505; }
.gp-home .gp-menu-button { background: none; border: 1px solid var(--gp-line); padding: 10px 16px; min-height: 44px; display: flex; align-items: center; gap: 16px; }
.gp-home .gp-menu-lines { width: 16px; height: 9px; border-block: 1px solid currentColor; position: relative; }
.gp-home .gp-menu-button[aria-expanded="true"] .gp-menu-lines { height: 1px; border-bottom: 0; }

/* The ident is always fully visible. Website copy never sits on its wordmark. */
.gp-home .gp-cinema { max-width: 1600px; margin-inline: auto; background: #000; }
.gp-home .gp-cinema picture { display: block; }
.gp-home .gp-hero-image { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: contain; }
.gp-home .gp-hero-caption { padding-block: 38px 48px; border-bottom: 1px solid var(--gp-line); display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.gp-home .gp-hero h1 { font: 400 clamp(27px, 2.9vw, 46px)/1.2 var(--gp-serif); letter-spacing: -.025em; }
.gp-home em { font-weight: 400; color: var(--gp-metal); }
.gp-home .gp-explore { display: inline-flex; gap: 22px; align-items: center; flex-shrink: 0; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; min-height: 44px; }
.gp-home .gp-circle-arrow { width: 46px; height: 46px; display: grid; place-items: center; font-size: 19px; border: 1px solid #4d4842; border-radius: 50%; transition: background 180ms ease, color 180ms ease; }
.gp-home .gp-explore:hover .gp-circle-arrow { background: var(--gp-text); color: #050505; }
.gp-home .gp-eyebrow { color: var(--gp-muted); font-size: 10px; line-height: 1.6; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.gp-home .gp-eyebrow > span[aria-hidden] { margin-inline: 9px; color: #888075; }
.gp-home .gp-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 48px; }
.gp-home .gp-section-heading h2 { font: 400 clamp(38px, 5vw, 70px)/1.06 var(--gp-serif); letter-spacing: -.04em; margin-top: 18px; }
.gp-home .gp-heading-note { font-size: 13px; color: var(--gp-muted); line-height: 1.8; padding-bottom: 4px; }

/* Existing key art remains the work; the image-free fallback is only a safety net. */
.gp-home .gp-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 36px; }
.gp-home .gp-feature { min-width: 0; scroll-margin-top: 2rem; }
.gp-home .gp-feature--plague { grid-column: 1 / -1; }
.gp-home .gp-art { display: block; position: relative; background: #0d0d0e; border: 1px solid #252322; overflow: hidden; }
.gp-home .gp-art--wide { aspect-ratio: 2.15; }
.gp-home .gp-art--standard { aspect-ratio: 1.5; }
.gp-home .gp-art > img { height: 100%; width: 100%; object-fit: contain; }
.gp-home .gp-art-corner { position: absolute; bottom: 16px; right: 16px; display: flex; gap: 25px; align-items: center; padding: 8px 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; background: rgb(5 5 5 / 88%); border: 1px solid #50473b; transition: background 180ms ease; }
.gp-home .gp-art:hover .gp-art-corner { background: var(--gp-text); color: var(--gp-bg); }
.gp-home .gp-art-fallback { width: 100%; height: 100%; min-height: inherit; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: radial-gradient(ellipse at 50% 105%, #26211b, transparent 70%), #0d0d0e; }
.gp-home .gp-art-fallback > span:last-child { max-width: 90%; font: 400 clamp(38px, 5vw, 78px)/1 var(--gp-serif); text-transform: uppercase; letter-spacing: .04em; text-align: center; }
.gp-home .gp-feature--plague .gp-art-fallback { background: radial-gradient(ellipse at 50% 110%, #371b16, transparent 65%), #0d0a09; }
.gp-home .gp-feature--crunch .gp-art-fallback { background: radial-gradient(ellipse at 50% 110%, #182932, transparent 70%), #0a0d10; }
.gp-home .gp-feature--dark-matter .gp-art-fallback { background: radial-gradient(ellipse at 50% 110%, #28203c, transparent 70%), #0b0910; }
.gp-home .gp-feature-copy { padding-top: 24px; }
.gp-home .gp-feature--plague .gp-feature-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-top: 30px; }
.gp-home .gp-work-number { color: var(--gp-metal); margin-right: 14px; font-variant-numeric: tabular-nums; }
.gp-home .gp-feature h3 { font: 400 clamp(31px, 3vw, 44px)/1.1 var(--gp-serif); letter-spacing: -.025em; margin-top: 14px; }
.gp-home .gp-feature--plague h3 { font-size: clamp(38px, 4.5vw, 64px); }
.gp-home .gp-feature h3 a:hover, .gp-home .gp-project h3 a:hover { color: var(--gp-metal); }
.gp-home .gp-feature-description > p { color: var(--gp-muted); font-size: 14px; line-height: 1.8; margin-top: 20px; max-width: 60ch; }
.gp-home .gp-feature--plague .gp-feature-description > p { margin-top: 0; }
.gp-home .gp-project-links { display: flex; flex-wrap: wrap; gap: 8px 26px; margin-top: 24px; }
.gp-home .gp-link { display: inline-flex; align-items: center; gap: 14px; font-size: 11px; line-height: 1.5; letter-spacing: .035em; min-height: 44px; padding-block: 8px; }
.gp-home .gp-link--quiet { color: var(--gp-muted); }
.gp-home .gp-link:hover { text-decoration: underline; text-underline-offset: 6px; color: var(--gp-text); }
.gp-home .gp-link > span[aria-hidden] { font-size: 16px; }

/* An editorial collection rather than a second wall of full-size embeds. */
.gp-home .gp-collection { border-top: 1px solid var(--gp-line); }
.gp-home .gp-collection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 64px; }
.gp-home .gp-project { min-width: 0; padding-block: 32px; border-top: 1px solid #2a2927; scroll-margin-top: 2rem; }
.gp-home .gp-project h3 { font: 400 clamp(24px, 2.2vw, 32px)/1.2 var(--gp-serif); letter-spacing: -.02em; margin-top: 12px; }
.gp-home .gp-project-description { max-width: 62ch; color: var(--gp-muted); margin-top: 16px; font-size: 13px; line-height: 1.85; }
.gp-home .gp-project .gp-project-links { margin-top: 15px; }
.gp-home .gp-art-disclosure { margin-top: 16px; }
.gp-home .gp-art-disclosure > summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; list-style: none; min-height: 44px; font-size: 10px; letter-spacing: .05em; color: var(--gp-muted); border-top: 1px solid #232321; }
.gp-home .gp-art-disclosure > summary::-webkit-details-marker { display: none; }
.gp-home .gp-art-disclosure > summary:hover { color: var(--gp-text); }
.gp-home .gp-disclosure-symbol { font-size: 20px; line-height: 1; }
.gp-home .gp-art-disclosure[open] .gp-disclosure-symbol { transform: rotate(45deg); }
.gp-home .gp-preview-frame { padding: 16px; background: #0d0d0e; border: 1px solid #232321; }
.gp-home .gp-preview-frame img { width: 100%; height: auto; max-height: 420px; object-fit: contain; }
.gp-home .gp-preview-error { font-size: 12px; color: var(--gp-muted); }
.gp-home .gp-preview-error a { text-decoration: underline; }

/* Exact source icon, uniformly scaled and fixed in place. */
.gp-home .gp-studio { border-block: 1px solid #252422; background: radial-gradient(ellipse at 20% 50%, #141416, #050505 65%); }
.gp-home .gp-studio-grid { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: clamp(48px, 9vw, 132px); }
.gp-home .gp-studio-emblem { position: relative; }
.gp-home .gp-studio-emblem::before, .gp-home .gp-studio-emblem::after { content: "+"; position: absolute; color: #716e68; font: 300 22px/1 var(--gp-sans); }
.gp-home .gp-studio-emblem::before { top: 2%; left: 2%; }
.gp-home .gp-studio-emblem::after { bottom: 2%; right: 2%; }
.gp-home .gp-studio-emblem img { width: 100%; height: auto; opacity: .76; mix-blend-mode: screen; }
.gp-home .gp-studio h2 { font: 400 clamp(36px, 4.2vw, 62px)/1.08 var(--gp-serif); letter-spacing: -.035em; margin-top: 22px; }
.gp-home .gp-studio-copy > p:not(.gp-eyebrow) { font-size: 14px; color: var(--gp-muted); max-width: 48ch; margin-top: 24px; }
.gp-home .gp-studio-copy > .gp-link { margin-top: 25px; }
.gp-home .gp-footer { padding-top: 65px; }
.gp-home .gp-footer-wordmark { display: grid; text-align: center; width: fit-content; max-width: 100%; margin: auto; color: var(--gp-metal); }
.gp-home .gp-footer-wordmark > span:first-child { font: 400 clamp(40px, 12.1vw, 180px)/1.05 var(--gp-serif); letter-spacing: .095em; padding-left: .095em; text-transform: uppercase; }
.gp-home .gp-footer-wordmark > span:last-child { margin-top: 24px; text-transform: uppercase; font-size: clamp(8px, .9vw, 11px); letter-spacing: .85em; padding-left: .85em; }
.gp-home .gp-footer-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 32px; padding-block: 48px 30px; margin-top: 48px; border-top: 1px solid #252422; font-size: 10px; line-height: 1.6; color: var(--gp-muted); }
.gp-home .gp-footer-meta a { min-height: 44px; display: inline-flex; align-items: center; gap: 16px; }
.gp-home .gp-footer-meta a:hover { color: var(--gp-text); }

@media (min-width: 1600px) {
  .gp-home .gp-hero-caption h1 { font-size: 46px; }
}
@media (max-width: 1100px) {
  .gp-home .gp-header-inner { gap: 24px; width: calc(100% - 48px); }
  .gp-home .gp-nav { gap: 22px; }
  .gp-home .gp-header-cta { display: none; }
  .gp-home .gp-wrap { width: calc(100% - 72px); }
  .gp-home .gp-hero-caption { gap: 24px; }
  .gp-home .gp-explore { gap: 12px; }
  .gp-home .gp-feature--plague .gp-feature-copy { gap: 36px; }
  .gp-home .gp-collection-grid { column-gap: 40px; }
  .gp-home .gp-studio-grid { gap: 48px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 2rem; }
  .gp-home .gp-wrap { width: calc(100% - 40px); }
  .gp-home .gp-header-inner { width: calc(100% - 24px); gap: 0; min-height: 78px; flex-wrap: wrap; justify-content: space-between; }
  .gp-home .gp-brand { min-height: 76px; }
  .gp-home .gp-brand-mark { width: 60px; height: 60px; }
  .gp-home .gp-wordmark > span:first-child { font-size: 17px; }
  .gp-home .gp-wordmark > span:last-child { font-size: 7px; }
  .gp-home .gp-menu-button { margin-right: 8px; }
  .gp-home .gp-nav { margin: 0; width: 100%; gap: 0 24px; padding: 0 10px 14px; flex-wrap: wrap; border-top: 1px solid #252422; }
  .gp-home .gp-nav a { min-height: 48px; font-size: 10px; }
  .gp-home .gp-hero-caption { align-items: flex-start; flex-direction: column; padding-block: 24px 30px; gap: 22px; }
  .gp-home .gp-hero h1 { max-width: 100%; font-size: clamp(30px, 5.2vw, 40px); line-height: 1.15; }
  .gp-home .gp-hero h1 em { display: block; }
  .gp-home .gp-explore { width: 100%; justify-content: space-between; }
  .gp-home .gp-circle-arrow { height: 40px; width: 40px; }
  .gp-home .gp-section { padding-block: 64px; }
  .gp-home .gp-section-heading { margin-bottom: 30px; display: block; }
  .gp-home .gp-section-heading h2 { margin-top: 12px; font-size: clamp(34px, 7vw, 48px); }
  .gp-home .gp-heading-note { margin-top: 20px; }
  .gp-home .gp-feature-grid { grid-template-columns: minmax(0, 1fr); gap: 45px; }
  .gp-home .gp-art--wide { aspect-ratio: 1.6; }
  .gp-home .gp-art--standard { aspect-ratio: 1.5; }
  .gp-home .gp-art-corner { bottom: 12px; right: 12px; padding: 6px 10px; gap: 14px; font-size: 9px; }
  .gp-home .gp-art-fallback > span:last-child { font-size: clamp(36px, 8vw, 60px); }
  .gp-home .gp-feature--plague .gp-feature-copy { grid-template-columns: minmax(0, 1fr); gap: 18px; padding-top: 23px; }
  .gp-home .gp-feature h3, .gp-home .gp-feature--plague h3 { font-size: clamp(29px, 6.5vw, 40px); }
  .gp-home .gp-feature-description > p { font-size: 13px; }
  .gp-home .gp-feature .gp-eyebrow { font-size: 9px; letter-spacing: .1em; }
  .gp-home .gp-work-number { margin-right: 8px; }
  .gp-home .gp-collection-grid { grid-template-columns: minmax(0, 1fr); }
  .gp-home .gp-project { padding-block: 28px; }
  .gp-home .gp-studio-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .gp-home .gp-studio-emblem { width: min(72%, 340px); margin-inline: auto; }
  .gp-home .gp-studio h2 { font-size: clamp(36px, 7.5vw, 52px); }
  .gp-home .gp-studio-copy > p:not(.gp-eyebrow) { max-width: 60ch; }
  .gp-home .gp-footer { padding-top: 48px; }
  .gp-home .gp-footer-wordmark > span:first-child { font-size: 11.4vw; letter-spacing: .07em; }
  .gp-home .gp-footer-wordmark > span:last-child { margin-top: 14px; }
  .gp-home .gp-footer-meta { margin-top: 38px; padding-block: 24px; flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gp-home *, .gp-home *::before, .gp-home *::after { transition: none !important; animation: none !important; }
}
@media (forced-colors: active) {
  .gp-home a, .gp-home button, .gp-home summary { forced-color-adjust: auto; }
  .gp-home .gp-art, .gp-home .gp-project, .gp-home .gp-header { border: 1px solid CanvasText; }
}
@media print {
  html, .gp-home { background: white; color: black; }
  .gp-home .gp-header, .gp-home .gp-explore, .gp-home .gp-studio-emblem, .gp-home .gp-footer-wordmark { display: none; }
  .gp-home .gp-wrap { width: 100%; }
  .gp-home .gp-section { padding-block: 24px; }
  .gp-home .gp-feature-description > p, .gp-home .gp-project-description { color: black; }
}
