:root {
  color-scheme: dark;
  --ink: #151b1e;
  --slate: #253238;
  --chalk: #f3f1ea;
  --mist: #b9c3c5;
  --accent: #b83d32;
  --brass: #caa45d;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--chalk);
  background: var(--ink);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a:hover { color: white; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--brass); outline-offset: 6px; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1.1em; font-size: 18px; line-height: 1.65; }
h1, h2 { margin: 0; }
h2 { font-size: clamp(32px, 3.4vw, 48px); line-height: 1.12; font-weight: 650; letter-spacing: -.04em; text-wrap: balance; }
.skip-link { position: absolute; top: -100px; z-index: 10; padding: 15px; background: var(--ink); }
.skip-link:focus { top: 0; }
.review-bar { padding: 9px 24px; background: #101619; color: var(--brass); font-size: 12px; text-align: center; }
.review-bar span { margin-left: 18px; color: var(--mist); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px max(5vw, 24px); background: #1b252b; }
.nav-name { font-size: 14px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.site-header nav a { color: #d9dfe1; }
.site-header nav a:hover, .site-header nav button:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 6px; }
.nav-steam { border: 0; border-left: 1px solid #506068; padding: 0 0 0 30px; background: transparent; color: #f3f1ea; font: 650 14px/1.3 system-ui, sans-serif; cursor: pointer; }
.nav-steam span { margin-left: 15px; }
.hero { position: relative; isolation: isolate; min-height: 680px; height: min(780px, 85svh); overflow: hidden; display: flex; align-items: center; }
.hero-landscape { position: absolute; z-index: -3; display: block; width: 100%; height: 100%; }
.hero-landscape img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(0deg, var(--ink), transparent 30%), linear-gradient(90deg, #111a21db 0%, #111a2199 40%, transparent 68%); }
.hero-officer { position: absolute; z-index: -1; display: block; height: 100%; max-width: 48%; width: max-content; bottom: 0; right: 3%; }
.hero-officer img { display: block; height: 100%; width: auto; max-width: 100%; object-fit: contain; object-position: bottom; }
.hero-content { width: 47%; max-width: 620px; margin: -30px auto 0 6%; text-align: left; }
/* Frame the visible lettering without changing the authoritative logo export. */
.wordmark { position: relative; width: min(100%, 480px); aspect-ratio: 2.2; margin: 0 0 35px; overflow: hidden; }
.wordmark img { position: absolute; width: 167.1%; max-width: none; height: auto; left: -32.6%; top: -49.4%; }
.hero-description { max-width: 500px; margin: 0 0 28px; font-size: 20px; line-height: 1.6; text-shadow: 0 2px 10px #111e27; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 56px; padding: 16px 26px; background: var(--accent); color: white; border: 1px solid #d26452; border-radius: 3px; font: 650 16px/1.3 system-ui, sans-serif; transition: background .15s; cursor: pointer; }
a.button:hover { background: #cd493d; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions button { cursor: pointer; }
.button-secondary { background: #172129c7; border-color: #849095; box-shadow: none; }
a.button-secondary:hover { background: #2a383f; border-color: var(--chalk); }
.button:disabled { cursor: not-allowed; }
.hero-status { margin: 15px 0 0; font-size: 12px; color: #e1e5e2; }
.hero-status span { padding: 0 8px; }
.explore { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); font-size: 12px; display: flex; gap: 18px; align-items: center; }
.art-caption { position: absolute; bottom: 26px; right: 3%; color: var(--mist); font-size: 10px; }
.section-wrap { width: min(1200px, 88%); margin-inline: auto; }
.feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7%; align-items: center; padding-block: 110px; }
.eyebrow { color: var(--brass); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; margin: 0 0 19px; }
.section-number { display: inline-block; color: var(--mist); font-variant-numeric: tabular-nums; padding-right: 15px; margin-right: 12px; border-right: 1px solid #647077; letter-spacing: 0; }
.feature h2 { margin-bottom: 26px; }
.feature-copy > p:not(.eyebrow) { color: var(--mist); font-size: 17px; }
.feature-copy > p:last-child { margin-bottom: 0; }
.capture { margin: 0; min-width: 0; }
.capture-frame { width: 100%; min-width: 0; aspect-ratio: 16 / 9; background: #233038; border: 1px solid #46565e; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 28px; text-align: center; position: relative; }
.capture-frame-media { padding: 0; overflow: hidden; background: #11191d; }
.capture-media { width: 100%; height: 100%; object-fit: cover; }
.media-toggle { position: absolute; right: 14px; bottom: 14px; z-index: 2; min-height: 42px; padding: 10px 13px; border: 1px solid #d5d9d7; border-radius: 2px; background: #11191de8; color: #f3f1ea; font: 650 11px/1.2 system-ui, sans-serif; cursor: pointer; }
.media-toggle:hover { background: #29373e; }
.media-toggle[hidden] { display: none; }
.media-tag { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; background: #11191ddd; border-left: 2px solid var(--brass); color: #f3f1ea; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.capture-tag { position: absolute; top: 16px; left: 18px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: var(--mist); }
.capture-title { font-size: clamp(18px, 1.8vw, 25px); font-weight: 550; margin-bottom: 12px; }
.capture-detail { color: var(--mist); max-width: 340px; font-size: 13px; line-height: 1.6; }
.capture-format { position: absolute; bottom: 16px; font-size: 10px; color: var(--mist); }
figcaption { font-size: 11px; color: var(--mist); line-height: 1.6; margin-top: 12px; }
.command-band { background: #1b252b; }
.scale-band { background: #202a2e; }
.feature-reverse { grid-template-columns: 1.2fr .8fr; }
.feature-reverse .feature-copy { grid-column: 2; grid-row: 1; }
.feature-reverse .capture { grid-column: 1; grid-row: 1; }
.art-story { padding-block: 90px 105px; background: #121a1e; border-top: 1px solid #455057; }
.art-story-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8%; align-items: end; margin-bottom: 40px; }
.art-story-heading h2 { max-width: 650px; }
.art-story-heading > p { color: var(--mist); font-size: 17px; margin: 0; }
.art-story-link { width: min(1200px, 88%); margin: 32px auto 0; text-align: right; }
.art-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.art-card { position: relative; margin: 0; overflow: hidden; background: #202b30; border: 1px solid #46565e; }
.art-card-wide { grid-column: 1 / -1; }
.art-card img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .7s ease; }
.art-card:hover img { transform: scale(1.015); }
.art-card figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin: 0; padding: 34px 20px 16px; background: linear-gradient(transparent, #101719e8); color: var(--chalk); }
.art-card figcaption strong { font-size: 14px; font-weight: 650; }
.art-card figcaption span { color: #c3ccce; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.war-journey { padding-block: 75px 0; background: #202a2e; border-top: 1px solid #455057; }
.journey-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; }
.journey-heading h2 { max-width: 420px; }
.journey-heading p:not(.eyebrow) { font-size: 17px; }
.journey-heading .journey-note { color: var(--mist); font-size: 12px; line-height: 1.6; }
.journey-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 35px; margin-bottom: 12px; min-height: 44px; }
.journey-toolbar > span { font-size: 12px; color: var(--mist); }
.journey-toolbar > span > span { margin-left: 14px; color: var(--brass); }
.journey-controls { display: flex; gap: 8px; }
.journey-controls[hidden] { display: none; }
.journey-controls button { width: 44px; height: 44px; background: transparent; border: 1px solid #687278; color: var(--chalk); font-size: 22px; cursor: pointer; }
.journey-controls button:hover:enabled { background: #354249; border-color: var(--brass); }
.journey-controls button:disabled { opacity: .3; cursor: default; }
.theatre-track { --edge: max(6vw, calc((100vw - 1200px) / 2)); display: flex; gap: 28px; list-style: none; padding: 0 var(--edge) 22px; margin: 0; overflow-x: auto; scroll-snap-type: x proximity; scroll-padding-inline: var(--edge); scrollbar-color: #7f898c #202a2e; scrollbar-width: thin; }
.theatre-track:focus-visible { outline: 2px solid var(--brass); outline-offset: -2px; }
.theatre-card { flex: 0 0 350px; min-width: 0; scroll-snap-align: start; }
.theatre-date { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 0; padding: 23px 0 20px; border-top: 1px solid #6a7478; position: relative; font-size: 23px; font-weight: 500; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.theatre-date::before { content: ''; position: absolute; width: 7px; height: 7px; border: 1px solid var(--brass); background: #202a2e; top: -4px; left: 0; border-radius: 50%; }
.theatre-date::after { content: ''; position: absolute; left: 100%; top: -1px; width: 28px; border-top: 1px solid #6a7478; }
.theatre-card:last-child .theatre-date::after { display: none; }
.theatre-card:first-child .theatre-date::before { background: var(--brass); }
.theatre-status { color: var(--mist); font-size: 10px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.theatre-card:first-child .theatre-status { color: var(--brass); }
.theatre-card figure { position: relative; margin: 0; }
.theatre-card img { width: 100%; height: 290px; object-fit: cover; object-position: center 56%; }
.theatre-card figcaption { position: absolute; bottom: 0; right: 0; margin: 0; padding: 5px 9px; background: #151b1edd; color: #ecece4; font-size: 9px; }
.theatre-copy { padding-top: 20px; }
.theatre-copy h3 { margin: 0 0 10px; font-size: 23px; font-weight: 550; letter-spacing: -.025em; }
.theatre-copy p { margin: 0; color: var(--mist); font-size: 14px; line-height: 1.7; max-width: 330px; }
.journey-afterword { display: flex; align-items: baseline; gap: 40px; padding-block: 35px 45px; }
.journey-afterword .eyebrow { flex-shrink: 0; margin: 0; font-size: 10px; }
.journey-afterword p { font-size: 13px; color: var(--mist); margin: 0; max-width: 620px; }
.wishlist { position: relative; padding: 85px 24px; background: linear-gradient(90deg, #172129f0, #151b1edb), url('/media/v1/brand/steam-library-hero-v1.webp') center / cover; border-top: 1px solid #455057; }
.wishlist-inner { max-width: 1000px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; }
.wishlist-brand { text-align: center; }
.wishlist-brand .wordmark { max-width: 320px; margin: 0 auto 20px; }
.wishlist-brand p { font-size: 13px; color: var(--mist); margin: 0; }
.wishlist-action { border-left: 1px solid #4c585d; padding-left: 45px; }
.wishlist h2 { margin-bottom: 12px; font-size: 27px; letter-spacing: -.02em; }
.wishlist-action > p { color: var(--mist); font-size: 15px; }
.wishlist .button { border-radius: 1px; background: #a63a30; border-color: #bd6553; box-shadow: inset 3px 0 #caa45d; }
.wishlist .button-secondary { background: #172129c7; border-color: #849095; box-shadow: none; }
.wishlist .availability { font-size: 12px; margin: 15px 0 25px; }
.wishlist-preview { display: flex; width: fit-content; margin-bottom: 22px; }
.community-link { font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
.site-footer { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; justify-content: space-between; padding: 35px max(5vw, 24px); color: var(--mist); }
.studio { font-weight: 700; color: var(--chalk); font-size: 15px; }
.site-footer small { font-size: 11px; }
@media (min-width: 1600px) { .hero-officer { right: calc(50% - 750px); } .hero-content { margin-left: calc(50% - 670px); } }
@media (max-width: 900px) {
  .site-header { padding-block: 20px; }
  .site-header nav { gap: 18px; }
  .nav-steam { padding-left: 18px; }
  .hero { min-height: 620px; }
  .hero-content { width: 52%; margin-left: 4%; }
  .hero-officer { max-width: 53%; right: -2%; }
  .hero-description { font-size: 18px; }
  .feature { gap: 5%; padding-block: 75px; }
  .capture-frame { padding: 45px 20px; }
  .capture-detail { font-size: 12px; }
  .site-footer { justify-content: center; }
}
@media (max-width: 640px) {
  .review-bar { font-size: 10px; padding: 8px 12px; }
  .review-bar span { display: block; margin: 4px 0 0; }
  .site-header { padding: 17px 20px; }
  .nav-name { font-size: 11px; max-width: 95px; }
  .site-header nav { gap: 16px; font-size: 12px; }
  .site-header nav a:nth-child(3), .site-header nav a:nth-child(4) { display: none; }
  .nav-steam { padding-left: 0; border: 0; }
  .nav-steam span { margin-left: 4px; }
  .hero { height: auto; min-height: 770px; align-items: flex-start; }
  .hero-landscape img { object-position: center; }
  .hero-shade { background: linear-gradient(180deg, #12212ba8, #12212b45 48%, transparent 60%, var(--ink) 100%); }
  .hero-content { width: calc(100% - 48px); max-width: 410px; margin: 38px auto 0; text-align: center; }
  .wordmark { max-width: 330px; margin: 0 auto 24px; }
  .hero-description { font-size: 17px; line-height: 1.55; max-width: 360px; margin: 0 auto 22px; }
  .hero-actions { justify-content: center; }
  .hero-officer { height: 365px; max-width: 82%; width: max-content; right: -12%; }
  .hero-officer img { height: 100%; }
  .hero-status { font-size: 11px; }
  .explore { left: auto; right: 24px; transform: none; bottom: 30px; }
  .art-caption { right: 24px; bottom: 12px; }
  .section-wrap { width: calc(100% - 40px); }
  .feature, .feature-reverse { grid-template-columns: 1fr; gap: 30px; padding-block: 58px; }
  .feature-reverse .feature-copy, .feature-reverse .capture { grid-column: auto; grid-row: auto; }
  .feature-copy { max-width: 460px; }
  .feature h2 { margin-bottom: 20px; }
  .capture-title { font-size: 19px; }
  .capture-frame { min-height: 215px; }
  .art-story { padding-block: 60px 70px; }
  .art-story-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 28px; }
  .art-grid { grid-template-columns: 1fr; gap: 18px; }
  .art-card-wide { grid-column: auto; }
  .art-card figcaption { display: block; padding-top: 28px; }
  .art-card figcaption span { display: block; margin-top: 4px; }
  .art-story-link { width: calc(100% - 40px); text-align: left; }
  .war-journey { padding-top: 50px; }
  .journey-heading { grid-template-columns: 1fr; gap: 25px; }
  .journey-toolbar { margin-top: 22px; }
  .theatre-track { --edge: 20px; gap: 20px; }
  .theatre-card { flex-basis: min(310px, 82vw); }
  .theatre-date::after { width: 20px; }
  .theatre-card img { height: 265px; }
  .journey-afterword { display: block; padding-block: 28px 35px; }
  .journey-afterword .eyebrow { display: block; margin-bottom: 12px; }
  .wishlist { padding-block: 65px; }
  .wishlist-inner { grid-template-columns: 1fr; gap: 35px; text-align: center; }
  .wishlist-brand .wordmark { max-width: 260px; }
  .wishlist-action { border-left: 0; border-top: 1px solid #4c585d; padding: 30px 0 0; }
  .wishlist-preview { margin-inline: auto; }
  .site-footer { padding: 30px 20px; gap: 24px; }
  .site-footer nav { gap: 20px; font-size: 12px; }
  .site-footer small { width: 100%; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button, .art-card img { transition: none; } }
.scale-opening { padding-top: 65px; }
.scale-heading { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; margin-bottom: 28px; }
.scale-heading h2 { font-size: 28px; }
.scale-opening .capture-frame { min-height: 280px; max-height: 530px; }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; padding-block: 85px; }
.faq h2 { font-size: 36px; }
.faq details { border-top: 1px solid #455057; padding: 20px 0; }
.faq details:last-child { border-bottom: 1px solid #455057; }
.faq summary { cursor: pointer; font-size: 17px; font-weight: 550; line-height: 1.5; }
.faq summary:focus-visible { outline: 2px solid var(--brass); outline-offset: 5px; }
.faq details p { font-size: 15px; color: var(--mist); margin: 16px 0 0; }
.faq a { text-decoration: underline; text-underline-offset: 4px; }
.press-page { max-width: 1050px; padding-block: 65px; }
.press-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding-bottom: 50px; }
.press-heading > img, .press-art figure > img { width: 100%; height: auto; }
.press-heading h1 { font-size: 48px; margin-bottom: 20px; letter-spacing: -.035em; }
.press-page h2 { font-size: 28px; margin-bottom: 24px; }
.press-section { padding-block: 40px; border-top: 1px solid #455057; }
.press-facts { display: grid; grid-template-columns: 160px 1fr; gap: 15px 30px; font-size: 16px; line-height: 1.6; }
.press-facts dt { color: var(--mist); }
.press-facts dd { margin: 0; }
.press-page a:not(.button) { text-decoration: underline; text-underline-offset: 4px; }
.press-art { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.press-art figure { margin: 0; }
.press-art .logo-board { background: #101619; aspect-ratio: 1232 / 706; display: grid; place-items: center; }
.press-art .wordmark { width: 80%; margin-bottom: 0; }
@media (max-width: 640px) {
  .scale-heading { display: block; }
  .scale-opening { padding-top: 45px; }
  .faq { grid-template-columns: 1fr; gap: 30px; padding-block: 55px; }
  .press-heading, .press-art { grid-template-columns: 1fr; gap: 30px; }
  .press-facts { grid-template-columns: 1fr; gap: 5px; }
  .press-facts dd { margin-bottom: 15px; }
}
.steam-dialog { width: min(480px, calc(100% - 32px)); max-height: calc(100svh - 40px); overflow-y: auto; padding: 42px 32px 32px; border: 1px solid #647077; border-top: 3px solid var(--brass); background: var(--ink); color: var(--chalk); box-shadow: 0 24px 80px #0008; }
.steam-dialog::backdrop { background: #0a111bcc; }
.steam-dialog h2 { font-size: 32px; margin-bottom: 20px; }
.steam-dialog > p:not(.eyebrow) { font-size: 16px; color: var(--mist); }
.steam-dialog .button { width: 100%; }
.dialog-close { position: absolute; top: 8px; right: 8px; width: 40px; height: 40px; border: 0; color: var(--chalk); background: transparent; font-size: 28px; cursor: pointer; }
.dialog-secondary { display: block; width: fit-content; margin: 20px auto 0; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.cookie-banner { position: fixed; z-index: 20; inset: auto 0 0; padding: 16px 24px; background: #0d1418f2; border-top: 1px solid #5c696e; box-shadow: 0 -10px 32px #0006; }
.cookie-banner[hidden] { display: none; }
.cookie-modal { width: min(1120px, 100%); margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.cookie-modal h2 { font-size: 15px; margin-bottom: 4px; }
.cookie-modal p { color: var(--mist); font-size: 13px; line-height: 1.5; margin: 0 0 5px; }
.cookie-modal a { font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }
.cookie-actions button, .site-footer button { border: 1px solid #849095; background: transparent; color: var(--chalk); padding: 10px 13px; font: 650 11px/1.25 system-ui, sans-serif; cursor: pointer; }
.cookie-actions button:first-child { border-color: #bd6553; background: #a63a30; }
.site-footer button { padding: 0; border: 0; color: inherit; font-size: inherit; text-decoration: underline; text-underline-offset: 4px; }
.gallery-page { background: #11191d; }
.gallery-intro { padding-block: 105px 90px; }
.gallery-intro h1 { max-width: 850px; font-size: clamp(48px, 7vw, 90px); line-height: .98; letter-spacing: -.055em; }
.gallery-intro > p:last-child { max-width: 620px; margin: 34px 0 0; color: var(--mist); font-size: 20px; }
.gallery-section { padding-block: 70px 100px; border-top: 1px solid #455057; }
.gallery-section-heading { display: grid; grid-template-columns: 80px 1fr; gap: 20px; margin-bottom: 38px; }
.gallery-section-heading .eyebrow { padding-top: 8px; }
.gallery-section-heading h2 { margin-bottom: 12px; }
.gallery-section-heading p:last-child { max-width: 620px; margin: 0; color: var(--mist); font-size: 16px; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.gallery-card { position: relative; margin: 0; min-height: 330px; overflow: hidden; background: #202b30; border: 1px solid #46565e; }
.gallery-card-wide { grid-column: 1 / -1; min-height: 540px; }
.gallery-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .7s ease; }
.gallery-card:hover img { transform: scale(1.015); }
.gallery-card figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin: 0; padding: 55px 22px 18px; background: linear-gradient(transparent, #101719ed); color: var(--chalk); }
.gallery-card figcaption strong { font-size: 15px; }
.gallery-card figcaption span { color: #c3ccce; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.gallery-grid-thirds { grid-template-columns: repeat(3, 1fr); }
.gallery-grid-thirds .gallery-card-wide { grid-column: 1 / -1; }
.gallery-identity { padding-block: 90px; background: #202a2e; border-top: 1px solid #455057; }
.gallery-identity-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8%; align-items: center; }
.gallery-identity h2 { margin-bottom: 18px; }
.gallery-identity p:not(.eyebrow) { color: var(--mist); font-size: 16px; }
.gallery-identity img { display: block; width: 100%; height: auto; aspect-ratio: 1232 / 706; object-fit: contain; border: 1px solid #526067; }
.gallery-card-artwork { aspect-ratio: 16 / 9; min-height: 0; background: #151b1e; }
.gallery-card-artwork img { height: 100%; object-fit: contain; }
.gallery-card-artwork figcaption { padding-top: 48px; }
@media (max-width: 640px) {
  .gallery-intro { padding-block: 70px 60px; }
  .gallery-intro h1 { font-size: 48px; }
  .gallery-intro > p:last-child { font-size: 17px; }
  .gallery-section { padding-block: 55px 70px; }
  .gallery-section-heading { grid-template-columns: 1fr; gap: 4px; }
  .gallery-section-heading .eyebrow { padding-top: 0; }
  .gallery-grid, .gallery-grid-thirds { grid-template-columns: 1fr; gap: 18px; }
  .gallery-card, .gallery-card-wide, .gallery-grid-thirds .gallery-card-wide { grid-column: auto; min-height: 250px; }
  .gallery-grid-thirds .gallery-card-artwork { min-height: 0; }
  .gallery-card figcaption { display: block; }
  .gallery-card figcaption span { display: block; margin-top: 4px; }
  .gallery-identity { padding-block: 65px; }
  .gallery-identity-inner { grid-template-columns: 1fr; gap: 30px; }
  .cookie-modal { align-items: stretch; flex-direction: column; gap: 12px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions button { min-height: 44px; }
}
