/* Press-kit page. Generated by tools/art/make_presspage.py in the game repo --
   edit the generator, not this file. Layered on top of styles.css. */

.press-masthead { position: relative; background: #101927 url('public/hero-castle.jpg') center 30% / cover no-repeat; }
.press-masthead::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,12,22,.96) 0%, rgba(7,14,24,.8) 45%, rgba(7,14,24,.42) 100%), linear-gradient(0deg, #0d1521, transparent 55%); }
.press-masthead .site-header { position: relative; z-index: 2; }
.press-intro { position: relative; z-index: 2; padding-block: 72px 88px; }
.press-intro h1 { margin: 0; font: 400 clamp(52px, 6.4vw, 96px)/.9 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; }
.press-intro h1 em { color: var(--gold-light); font-style: italic; }
.press-pitch { max-width: 640px; margin: 26px 0 0; color: rgba(244,240,232,.82); font: 400 19px/1.6 Georgia, serif; }
.press-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 36px; }
.press-note { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; }
.press-note a { color: var(--gold-light); border-bottom: 1px solid rgba(225,191,119,.5); }

.press-body { background: var(--navy); padding: 96px 0 110px; }
.press-section { padding-block: 46px; border-top: 1px solid var(--line-dark); }
.press-section:first-child { border-top: 0; padding-top: 0; }
.press-section h2 { margin: 0 0 34px; font: 400 clamp(38px, 4.4vw, 62px)/.95 Georgia, 'Times New Roman', serif; letter-spacing: -.04em; }
.press-section h2 em { color: var(--gold-light); font-style: italic; }
.section-lede { max-width: 640px; margin: 0 0 30px; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.75; }

.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; background: var(--line-dark); border: 1px solid var(--line-dark); }
.fact-grid > div { padding: 20px 24px; background: #111c2a; }
.fact-grid > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
.fact-grid dt { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.fact-grid dd { margin: 10px 0 0; font: 400 16px/1.45 Georgia, serif; overflow-wrap: anywhere; }
.fact-grid dd a { color: var(--gold-light); border-bottom: 1px solid rgba(225,191,119,.4); }
.fact-grid dd small { display: block; margin-top: 7px; color: rgba(255,255,255,.34); font: 700 8px Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }

.copy-block { padding: 26px 28px; border: 1px solid var(--line-dark); background: #111c2a; }
.copy-block + .copy-block { margin-top: 18px; }
.copy-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.copy-head h3 { margin: 0; color: rgba(255,255,255,.45); font: 800 9px Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.copy-button { padding: 9px 14px; border: 1px solid rgba(225,191,119,.45); background: transparent; color: var(--gold-light); font: 800 8px Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s; }
.copy-button:hover, .copy-button:focus-visible { background: var(--gold); color: var(--ink); }
.copy-button.is-copied { background: var(--gold-light); color: var(--ink); }
.copy-block p { margin: 18px 0 0; color: rgba(244,240,232,.8); font-size: 15px; line-height: 1.8; }

.feature-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.feature-list > li:last-child:nth-child(odd) { grid-column: 1 / -1; }
.feature-list li { padding: 22px 26px; background: #111c2a; color: rgba(244,240,232,.62); font-size: 14px; line-height: 1.7; }
.feature-list li strong { display: block; margin-bottom: 7px; color: var(--cream); font: 400 18px/1.3 Georgia, serif; }
.press-section .tag-row { margin-top: 26px; }

.video-frame { border: 1px solid rgba(201,155,74,.4); padding: 10px; background: #060a10; }
.video-frame video { width: 100%; display: block; aspect-ratio: 16/9; background: #000; }

.download-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.download-row a { flex: 1 1 240px; padding: 17px 20px; border: 1px solid rgba(225,191,119,.4); background: rgba(201,155,74,.08); color: var(--cream); font: 800 9px Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; transition: background .2s, color .2s; }
.download-row a:hover, .download-row a:focus-visible { background: var(--gold); color: var(--ink); }
.download-row small { display: block; margin-top: 8px; color: rgba(255,255,255,.42); font: 400 10px Arial, sans-serif; letter-spacing: .06em; text-transform: none; }
.download-row a:hover small, .download-row a:focus-visible small { color: rgba(10,16,25,.66); }

.press-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.press-grid figure { margin: 0; padding: 8px; border: 1px solid rgba(201,155,74,.28); background: #080d14; }
.press-grid a { position: relative; display: block; overflow: hidden; }
.press-grid img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.press-grid a > span { position: absolute; right: 12px; bottom: 12px; padding: 9px 12px; background: rgba(7,11,17,.9); border: 1px solid rgba(225,191,119,.55); color: var(--gold-light); font: 800 8px Arial, sans-serif; letter-spacing: .16em; opacity: 0; transform: translateY(6px); transition: opacity .2s, transform .2s; }
.press-grid a:hover img, .press-grid a:focus-visible img { transform: scale(1.02); filter: brightness(.72); }
.press-grid a:hover > span, .press-grid a:focus-visible > span { opacity: 1; transform: translateY(0); }
.press-grid figcaption, .art-grid figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 14px 5px 5px; }
.press-grid figcaption strong, .art-grid figcaption strong { font: 400 15px Georgia, serif; }
.press-grid figcaption span, .art-grid figcaption span { color: rgba(255,255,255,.4); font: 700 8px Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }

.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.art-grid figure { margin: 0; padding: 8px; border: 1px solid rgba(201,155,74,.28); background: #080d14; }
.art-tile { display: flex; align-items: center; justify-content: center; min-height: 190px; padding: 14px; background-color: #0d1521; background-image: linear-gradient(45deg, rgba(255,255,255,.045) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.045) 75%), linear-gradient(45deg, rgba(255,255,255,.045) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.045) 75%); background-size: 22px 22px; background-position: 0 0, 11px 11px; transition: filter .3s ease; }
.art-tile img { max-height: 190px; width: auto; object-fit: contain; }
.art-tile:hover, .art-tile:focus-visible { filter: brightness(1.12); }

.loop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.loop-grid figure { margin: 0; padding: 7px; border: 1px solid rgba(201,155,74,.24); background: #080d14; }
.loop-grid video { width: 100%; display: block; background: #000; }
.loop-grid figcaption { padding: 12px 4px 3px; }
.loop-grid figcaption a { color: rgba(255,255,255,.62); font: 700 8px Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.loop-grid figcaption a:hover, .loop-grid figcaption a:focus-visible { color: var(--gold-light); }

.press-callout { padding: 40px 42px; margin-top: 46px; border: 1px solid rgba(225,191,119,.32); background: rgba(201,155,74,.07); }
.press-callout h2 { font-size: clamp(30px, 3.2vw, 44px); }
.press-callout p { max-width: 780px; color: rgba(244,240,232,.72); font-size: 14px; line-height: 1.85; }
.press-callout a { color: var(--gold-light); border-bottom: 1px solid rgba(225,191,119,.5); }

.req-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line-dark); }
.req-table th, .req-table td { padding: 15px 20px; border: 1px solid var(--line-dark); text-align: left; font-size: 13px; }
.req-table thead th { color: var(--gold-light); font: 800 9px Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; background: #111c2a; }
.req-table tbody th { width: 22%; color: rgba(255,255,255,.45); font: 800 9px Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.req-table td { color: rgba(244,240,232,.72); }

.store-section { margin-top: 120px; padding-top: 46px; border-top: 1px solid var(--line-dark); }
.store-section h2 { margin: 0 0 34px; font: 400 clamp(38px, 4.4vw, 62px)/.95 Georgia, 'Times New Roman', serif; letter-spacing: -.04em; }
.store-section h2 em { color: var(--gold-light); font-style: italic; }
.store-copy { max-width: 820px; }
.store-copy p { color: rgba(244,240,232,.74); font-size: 15px; line-height: 1.85; }
#store-copy .store-copy p:first-child, .store-section .store-copy p:first-child { color: var(--cream); font: 400 21px/1.5 Georgia, serif; }
.store-head { margin: 34px 0 14px; color: var(--gold-light); font: 800 10px Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.store-head strong { font-weight: 800; }
.store-list { margin: 0; padding-left: 20px; color: rgba(244,240,232,.66); font-size: 14px; line-height: 1.9; }
.store-list li::marker { color: var(--gold); }
#store-copy .copy-head { margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); }

.dev-copy { max-width: 720px; color: rgba(244,240,232,.72); font-size: 15px; line-height: 1.85; }

@media (max-width: 1000px) {
  .press-grid, .fact-grid, .feature-list, .art-grid { grid-template-columns: 1fr; }
  .loop-grid { grid-template-columns: repeat(2, 1fr); }
  .press-body { padding: 70px 0 80px; }
  .press-callout { padding: 30px 26px; }
}

@media (max-width: 680px) {
  .press-intro { padding-block: 52px 64px; }
  .press-intro h1 { font-size: clamp(46px, 14vw, 66px); }
  .press-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .copy-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .loop-grid { grid-template-columns: 1fr; }
  .req-table th, .req-table td { padding: 12px 14px; font-size: 12px; }
}
