/* Coyne Studios — game showcase, version 3. No external fonts or scripts. */
:root {
  color-scheme: dark;
  --background: #080808;
  --surface: #101010;
  --surface-raised: #141414;
  --text: #f6f6f4;
  --secondary: #adadab;
  --quiet: #8c8c89;
  --line: #292929;
  --line-bright: #474747;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-underline-offset: 5px; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #fff; outline-offset: 5px; border-radius: 3px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.site { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1; min-width: 0; }
.wrap { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -100px; z-index: 100; color: #000; background: #fff; padding: 12px 18px; }
.skip:focus { top: 14px; }

/* Shared navigation. */
.site-header { background: rgba(8,8,8,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; min-width: 0; }
.brand img { width: 52px; height: 52px; flex: 0 0 52px; object-fit: contain; object-position: center; }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font-size: 16px; line-height: 1.35; letter-spacing: .23em; white-space: nowrap; font-weight: 650; }
.brand-copy > span { font-size: 9px; color: var(--quiet); text-transform: uppercase; letter-spacing: .2em; }
.nav-links { display: flex; gap: 25px; align-items: center; }
.nav-links a { display: inline-flex; align-items: center; min-height: 44px; gap: 6px; font-size: 13px; text-decoration: none; color: var(--secondary); }
.nav-links a[aria-current="page"], .nav-links a:hover { color: #fff; }
.nav-links a[aria-current="page"] { text-decoration: underline; text-underline-offset: 9px; text-decoration-color: #767676; }

/* Showcase, before support and policies. */
.eyebrow { font-size: 10px; line-height: 1.5; letter-spacing: .19em; text-transform: uppercase; font-weight: 600; color: var(--quiet); margin: 0 0 20px; }
.eyebrow-dash { display: inline-block; width: 26px; height: 1px; vertical-align: middle; background: #b4b4b4; margin-right: 12px; }
.showcase-hero { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); gap: 12px; padding-block: 68px 56px; align-items: center; }
.hero-copy { min-width: 0; }
.showcase-hero h1 { font-size: clamp(46px,5.8vw,78px); font-weight: 550; letter-spacing: -.057em; line-height: 1.035; margin-bottom: 24px; text-wrap: initial; }
.showcase-hero h1 > span { color: #969694; }
.hero-lead { max-width: 550px; color: var(--secondary); font-size: 18px; line-height: 1.6; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 12px 20px; border: 1px solid #ededeb; border-radius: 6px; background: #ededeb; color: #121212; text-decoration: none; font-size: 13px; font-weight: 600; line-height: 1.5; transition: background-color .18s, border-color .18s; }
.button:hover { background: #fff; border-color: #fff; }
.button.light { background: transparent; border-color: var(--line-bright); color: #fff; }
.button.light:hover { background: #1a1a1a; border-color: #777; }
.hero-release { color: var(--secondary); font-size: 12px; }
.studio-art { min-width: 0; width: 100%; }
.studio-art > img { width: 100%; height: 372px; object-fit: contain; object-position: center; }
.games-section { padding-bottom: 70px; scroll-margin-top: 10px; }
.section-heading { display: flex; gap: 24px; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 26px; margin-bottom: 26px; }
.section-heading .eyebrow { margin-bottom: 9px; }
.section-heading h2 { font-size: 30px; line-height: 1.2; letter-spacing: -.04em; font-weight: 500; margin: 0; }
.collection-note { color: var(--quiet); font-size: 11px; padding-bottom: 3px; white-space: nowrap; }
.collection-note > span { margin-inline: 10px; color: #686868; }
.games-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; align-items: stretch; }
.game-card { min-width: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; background: #0e0e0e; transition: border-color .2s; }
.game-card:hover { border-color: #565656; }
/* Explicit media dimensions avoid flex/percentage-height oversizing in Safari.
   The full supplied bitmap is contained inside the frame, never cover-cropped. */
.game-art { position: relative; display: block; width: 100%; height: 282px; min-width: 0; flex: 0 0 282px; border-bottom: 1px solid var(--line); background: #0b0b0b; }
.art-frame { position: absolute; inset: 23px; display: block; min-width: 0; min-height: 0; }
.art-frame > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; object-position: 50% 50%; margin: 0; padding: 0; border: 0; transform: none; }
.game-body { padding: 24px 24px 19px; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.game-genre { font-size: 9px; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; color: var(--quiet); margin-bottom: 10px; }
.game-genre > span { color: var(--secondary); margin-right: 5px; }
.game-body h3 { font-size: 23px; line-height: 1.2; letter-spacing: -.035em; font-weight: 600; margin-bottom: 11px; text-wrap: initial; }
.game-body h3 a { text-decoration: none; }
.game-description { color: var(--secondary); font-size: 14px; line-height: 1.65; margin-bottom: 20px; flex: 1; }
.game-release { margin-bottom: 19px; }
.release-status { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #353535; border-radius: 20px; padding: 5px 10px; color: #d4d4d1; font-size: 10px; line-height: 1.5; white-space: nowrap; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: #d4d4d1; flex: 0 0 5px; }
.game-explore { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; min-height: 47px; color: #eaeae8; text-decoration: none; font-size: 13px; font-weight: 500; }
.game-explore:hover { color: #fff; }
.game-explore > span { font-size: 17px; }
.card-utilities { display: flex; gap: 12px; align-items: center; padding-top: 0; color: var(--quiet); font-size: 11px; }
.card-utilities a { min-height: 30px; display: inline-flex; align-items: center; text-decoration: none; }
.card-utilities a:hover { color: #fff; text-decoration: underline; }
.studio-contact { display: flex; gap: 36px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-block: 42px 56px; }
.studio-contact .eyebrow { margin-bottom: 10px; }
.studio-contact h2 { font-size: 34px; line-height: 1.2; letter-spacing: -.04em; font-weight: 500; margin-bottom: 8px; }
.studio-contact p:not(.eyebrow) { font-size: 14px; color: var(--secondary); margin-bottom: 0; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-width: 0; }
.contact-email { display: inline-flex; align-items: center; gap: 22px; text-decoration: none; border-bottom: 1px solid #666; padding-bottom: 8px; font-size: 18px; letter-spacing: -.015em; overflow-wrap: anywhere; }
.support-link { font-size: 12px; color: var(--quiet); text-decoration: none; }
.support-link:hover { color: #fff; }

/* Dedicated game showcase pages. */
.detail-breadcrumb { padding-top: 32px; font-size: 12px; color: var(--secondary); }
.detail-breadcrumb a { display: inline-flex; align-items: center; min-height: 36px; text-decoration: none; }
.game-hero { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); gap: 60px; padding: 32px 0 58px; align-items: center; }
.game-intro { min-width: 0; }
.game-intro h1 { font-size: clamp(40px,5vw,66px); letter-spacing: -.05em; line-height: 1.06; font-weight: 550; margin-bottom: 16px; }
.game-tagline { font-size: 24px; letter-spacing: -.035em; line-height: 1.25; color: #e1e1de; margin-bottom: 18px; }
.detail-lead { font-size: 16px; color: var(--secondary); max-width: 560px; margin-bottom: 25px; }
.game-intro > .release-status { font-size: 12px; padding: 7px 13px; }
.purchase-model { font-size: 12px; color: var(--quiet); margin: 12px 0 0; }
.detail-art { position: relative; width: 100%; height: 380px; min-width: 0; border: 1px solid var(--line); border-radius: 16px; background: #0c0c0c; }
.detail-art .art-frame { inset: 32px; }
.feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-bottom: 60px; }
.feature-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.feature-card { border-top: 1px solid var(--line); padding: 24px 12px 4px 0; min-width: 0; }
.feature-number { color: var(--quiet); font-size: 10px; letter-spacing: .16em; display: block; margin-bottom: 22px; }
.feature-card h2 { font-size: 21px; letter-spacing: -.03em; font-weight: 500; line-height: 1.25; margin-bottom: 12px; }
.feature-card p { font-size: 14px; line-height: 1.7; color: var(--secondary); margin-bottom: 0; }
.game-help { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-block: 32px 50px; }
.game-help .eyebrow { margin-bottom: 8px; }
.game-help h2 { font-size: 29px; letter-spacing: -.035em; font-weight: 500; margin-bottom: 8px; }
.game-help p:not(.eyebrow) { color: var(--secondary); font-size: 14px; margin-bottom: 0; }
.help-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { font-size: 13px; text-decoration: none; border-bottom: 1px solid #757575; padding-bottom: 3px; }

/* Support and privacy: the existing URLs and policy bodies remain intact. */
.page-head { padding: 54px 0 34px; max-width: 900px; }
.page-head h1 { font-size: clamp(38px,4.7vw,58px); line-height: 1.08; font-weight: 550; letter-spacing: -.045em; margin-bottom: 18px; }
.page-head .lead { color: var(--secondary); font-size: 17px; max-width: 740px; margin-bottom: 0; }
.breadcrumb { color: var(--quiet); font-size: 12px; margin-bottom: 30px; }
.breadcrumb a { text-decoration: none; }
.article-grid { display: grid; grid-template-columns: minmax(0,1fr) 285px; gap: 58px; align-items: start; padding-bottom: 70px; }
.article { min-width: 0; }
.article h2 { font-size: 23px; line-height: 1.3; letter-spacing: -.025em; margin: 30px 0 12px; font-weight: 550; }
.article h3 { font-size: 18px; line-height: 1.4; margin: 24px 0 9px; }
.article p, .article li { color: var(--secondary); font-size: 16px; line-height: 1.8; }
.article p { margin-bottom: 17px; }
.article strong { color: var(--text); }
.article ul, .article ol { padding-left: 22px; }
.article li { margin-bottom: 7px; }
.article .meta { color: var(--quiet); font-size: 12px; margin-bottom: 28px; }
.article a { overflow-wrap: anywhere; }
.side { border: 1px solid var(--line); border-radius: 12px; background: var(--surface); padding: 24px; min-width: 0; position: sticky; top: 112px; }
.side .eyebrow { font-size: 9px; margin-bottom: 12px; }
.side h2 { font-size: 21px; line-height: 1.3; letter-spacing: -.02em; margin-bottom: 12px; font-weight: 550; }
.side p { color: var(--secondary); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.side .email { color: #eeeeeb; font-size: 13px; overflow-wrap: anywhere; }
.side .button { width: 100%; margin-top: 20px; }
.side .updated { margin: 20px 0 0; font-size: 12px; color: var(--quiet); }
.support-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-bottom: 38px; }
.mini-card { border: 1px solid var(--line); border-radius: 12px; background: var(--surface); padding: 22px; min-width: 0; }
.article .mini-card h2 { font-size: 20px; margin: 0 0 10px; }
.article .mini-card p { font-size: 14px; line-height: 1.65; margin-bottom: 20px; }
.mini-card .text-link { font-size: 13px; }
.tag { display: inline-block; font-size: 11px; color: var(--secondary); border: 1px solid #383838; border-radius: 20px; padding: 5px 10px; margin: 0 6px 8px 0; }
.faq { border-top: 1px solid var(--line); padding: 18px 0; }
.faq:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: 15px; font-weight: 550; padding-block: 3px; }
.article .faq p { font-size: 15px; margin: 14px 0 0; }
.policy-choices { display: flex; flex-direction: column; gap: 12px; margin-bottom: 42px; }
.policy-choice { display: flex; align-items: center; gap: 22px; padding: 23px; border: 1px solid var(--line); border-radius: 12px; background: #101010; text-decoration: none; }
.policy-choice:hover { border-color: #565656; }
.choice-number { color: var(--quiet); font-size: 10px; letter-spacing: .08em; }
.policy-choice strong { font-size: 19px; letter-spacing: -.02em; font-weight: 550; line-height: 1.3; display: block; margin-bottom: 5px; }
.policy-choice small { font-size: 12px; color: var(--quiet); }
.choice-arrow { margin-left: auto; color: var(--secondary); }
.not-found { padding: 100px 0 130px; }
.not-found h1 { font-size: clamp(38px,6vw,70px); letter-spacing: -.05em; line-height: 1.05; margin-bottom: 24px; }
.not-found p:not(.eyebrow) { color: var(--secondary); margin-bottom: 30px; }

/* Footer remains present on every page. */
.site-footer { border-top: 1px solid var(--line); }
.foot { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 30px 0; }
.footer-wordmark { font-size: 11px; font-weight: 600; letter-spacing: .22em; text-decoration: none; }
.foot p { color: var(--quiet); font-size: 11px; margin: 4px 0 0; }
.foot-links { display: flex; gap: 22px; flex-wrap: wrap; }
.foot-links a { font-size: 12px; color: var(--secondary); text-decoration: none; display: inline-flex; align-items: center; min-height: 40px; }
.foot-links a:hover { color: #fff; }
.copyright { font-size: 10px; color: var(--quiet); white-space: nowrap; }

@media (max-width: 1050px) {
  .wrap { width: calc(100% - 56px); }
  .showcase-hero { padding-top: 48px; }
  .showcase-hero h1 { font-size: 61px; }
  .studio-art > img { height: 322px; }
  .games-grid { gap: 16px; }
  .game-body { padding: 21px 18px 16px; }
  .game-body h3 { font-size: 21px; }
  .game-art { height: 247px; flex-basis: 247px; }
  .art-frame { inset: 20px; }
  .article-grid { gap: 34px; grid-template-columns: minmax(0,1fr) 260px; }
  .game-hero { gap: 36px; }
  .detail-art { height: 338px; }
}
@media (max-width: 800px) {
  .nav { gap: 18px; }
  .brand-copy strong { font-size: 14px; }
  .nav-links { gap: 17px; }
  .nav-links a { font-size: 12px; }
  .brand img { width: 43px; height: 43px; flex-basis: 43px; }
  .brand { gap: 9px; }
  .showcase-hero h1 { font-size: 53px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { gap: 12px; }
  .hero-release { font-size: 11px; }
  .studio-art > img { height: 300px; }
  .games-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .game-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .game-card:last-child .game-art { height: 100%; min-height: 295px; border-bottom: none; border-right: 1px solid var(--line); }
  .game-art { height: 270px; flex-basis: 270px; }
  .studio-contact { gap: 25px; }
  .contact-email { font-size: 15px; gap: 14px; }
  .article-grid { grid-template-columns: minmax(0,1fr); }
  .side { position: static; }
  .side .button { max-width: 235px; display: flex; }
  .foot { flex-wrap: wrap; }
  .copyright { width: 100%; }
  .game-hero { grid-template-columns: 1fr 1fr; gap: 28px; }
  .game-intro h1 { font-size: 40px; }
  .game-tagline { font-size: 21px; }
  .detail-art { height: 326px; }
  .detail-art .art-frame { inset: 20px; }
  .game-help { align-items: flex-start; }
  .feature-grid { gap: 20px; }
  .feature-card h2 { font-size: 19px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 128px; }
  .wrap { width: calc(100% - 36px); }
  .nav { padding: 13px 0 8px; min-height: 110px; display: block; }
  .brand-copy strong { font-size: 14px; letter-spacing: .23em; }
  .brand-copy > span { font-size: 8px; }
  .brand img { width: 39px; height: 39px; flex-basis: 39px; }
  .brand { gap: 10px; width: fit-content; }
  .nav-links { margin-top: 5px; gap: 24px; }
  .nav-links a { min-height: 40px; font-size: 12px; }
  .nav-links a[aria-current="page"] { text-underline-offset: 7px; }
  .showcase-hero { display: flex; flex-direction: column; align-items: stretch; padding: 37px 0 28px; gap: 5px; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: .16em; margin-bottom: 23px; }
  .eyebrow-dash { width: 16px; margin-right: 8px; }
  .showcase-hero h1 { font-size: clamp(39px,10.4vw,60px); line-height: 1.04; letter-spacing: -.055em; margin-bottom: 19px; }
  .hero-lead { font-size: 15px; margin-bottom: 22px; }
  .hero-actions { gap: 13px; }
  .button { min-height: 46px; font-size: 12px; padding: 11px 16px; gap: 18px; }
  .hero-release { font-size: 10px; }
  .studio-art > img { height: 206px; width: 100%; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; padding-top: 23px; margin-bottom: 22px; }
  .section-heading .eyebrow { font-size: 9px; }
  .section-heading h2 { font-size: 29px; }
  .collection-note { font-size: 10px; }
  .games-grid { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .game-card:last-child { grid-column: auto; display: flex; }
  .game-art, .game-card:last-child .game-art { width: 100%; height: 282px; flex-basis: 282px; min-height: 0; border-right: none; border-bottom: 1px solid var(--line); }
  .art-frame { inset: 21px; }
  .game-body { padding: 23px 23px 17px; }
  .game-body h3 { font-size: 25px; }
  .game-description { font-size: 15px; margin-bottom: 20px; }
  .game-genre { font-size: 9px; }
  .release-status { font-size: 11px; }
  .game-release { margin-bottom: 20px; }
  .game-explore { min-height: 48px; font-size: 14px; }
  .card-utilities { font-size: 12px; gap: 16px; }
  .card-utilities a { min-height: 36px; }
  .games-section { padding-bottom: 38px; }
  .studio-contact { flex-direction: column; align-items: flex-start; gap: 23px; padding: 32px 0 39px; }
  .studio-contact h2 { font-size: 31px; }
  .contact-email { font-size: 16px; gap: 18px; max-width: 100%; }
  .contact-links { width: 100%; }
  .foot { display: block; padding: 25px 0; }
  .foot-links { gap: 23px; margin: 10px 0; }
  .copyright { display: block; }
  .page-head { padding: 34px 0 28px; }
  .page-head h1 { font-size: 38px; letter-spacing: -.04em; }
  .page-head .lead { font-size: 16px; }
  .breadcrumb { font-size: 11px; margin-bottom: 24px; }
  .article p, .article li { font-size: 15px; }
  .article h2 { font-size: 22px; }
  .article-grid { padding-bottom: 42px; gap: 30px; }
  .support-cards { grid-template-columns: minmax(0,1fr); }
  .side { padding: 24px; }
  .policy-choice { padding: 21px 18px; gap: 16px; }
  .policy-choice strong { font-size: 18px; }
  .detail-breadcrumb { padding-top: 21px; }
  .game-hero { grid-template-columns: minmax(0,1fr); padding: 23px 0 36px; gap: 30px; }
  .game-intro h1 { font-size: 43px; }
  .game-tagline { font-size: 23px; }
  .detail-lead { font-size: 15px; }
  .detail-art { height: 326px; }
  .detail-art .art-frame { inset: 25px; }
  .feature-grid, .feature-grid.three { grid-template-columns: minmax(0,1fr); gap: 22px; margin-bottom: 32px; }
  .feature-card { padding-top: 22px; }
  .feature-number { margin-bottom: 11px; }
  .feature-card h2 { font-size: 22px; }
  .game-help { flex-direction: column; gap: 20px; padding-bottom: 40px; }
  .game-help h2 { font-size: 27px; }
  .not-found { padding: 65px 0 85px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 28px); }
  .nav-links { gap: 20px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .showcase-hero h1 { font-size: 38px; }
  .studio-art > img { height: 180px; }
  .game-body { padding-inline: 19px; }
  .game-art, .game-card:last-child .game-art { height: 260px; flex-basis: 260px; }
  .contact-email { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  body { color: #000; background: #fff; }
  .wrap { width: 100%; }
  .site-header, .site-footer, .side, .skip { display: none; }
  .article-grid { display: block; }
  .article p, .article li, .page-head .lead, .article strong, .article h2, .article h3 { color: #000; }
  .page-head { padding-top: 0; }
  .article h2 { break-after: avoid; }
  a { color: inherit; }
}
