/* Oric64 Games — shared stylesheet
   Design tokens from the Claude Design handoff (design_handoff_oric64_website). */

/* ============ Base ============ */
html, body {
  margin: 0;
  padding: 0;
  background: #10131A;
}
body {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  color: #E6EAF2;
}
a {
  color: #FDD835;
  text-decoration: none;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}
a:hover { color: #FB8C00; }
::selection { background: #8E24AA; color: #fff; }
img { max-width: 100%; }

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #10131A;
}

/* Accent colors (eyebrows, bullets) */
.c-red    { color: #C03A34; }
.c-green  { color: #43A047; }
.c-blue   { color: #1E88E5; }
.c-orange { color: #FB8C00; }
.c-yellow { color: #FDD835; }
.c-purple { color: #8E24AA; }
.c-dim    { color: rgba(230, 234, 242, .45); }

/* ============ Rainbow stripe ============ */
.stripe {
  height: 6px;
  background: linear-gradient(90deg,
    #E53935 0 16.6%, #FB8C00 0 33.3%, #FDD835 0 50%,
    #43A047 0 66.6%, #1E88E5 0 83.3%, #8E24AA 0 100%);
}

/* ============ Nav ============ */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 18px clamp(20px, 5vw, 64px);
  border-bottom: 1px solid #23232B;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand img { height: 36px; display: block; }
.brand-word {
  font-family: 'Press Start 2P', monospace;
  font-size: 11px;
  color: #E6EAF2;
  letter-spacing: 2px;
}
.nav-links {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
}
.nav-links a { color: #E6EAF2; }
.nav-links a:hover,
.nav-links a.active { color: #FDD835; }

/* ============ Footer ============ */
.site-footer {
  margin-top: auto;
  border-top: 1px solid #1D1D24;
  padding: 28px clamp(20px, 5vw, 64px);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(230, 234, 242, .5);
}
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.site-footer a { color: rgba(230, 234, 242, .6); }
.site-footer a:hover { color: #FDD835; }

/* ============ Shared components ============ */
.eyebrow {
  font-family: 'Press Start 2P', monospace;
  font-size: 12px;
}

.card {
  background: #1B1B1F;
  border: 1px solid #26262E;
  border-radius: 14px;
  padding: 28px;
}
.card--26 { padding: 26px; }
.card--24 { padding: 24px; }

.btn {
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
}
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-md { padding: 14px 26px; font-size: 15px; }
.btn-sm { padding: 13px 24px; font-size: 15px; }
.btn-red { background: #C03A34; color: #fff; }
.btn-red:hover { background: #E53935; color: #fff; }
.btn-green { background: #2E7D32; color: #fff; }
.btn-green:hover { background: #43A047; color: #fff; }
.btn-blue { background: #1E88E5; color: #fff; }
.btn-blue:hover { background: #43A0E5; color: #fff; }
.btn-outline {
  border: 1px solid #3A3A44;
  color: #E6EAF2;
  font-weight: 500;
}
.btn-outline:hover { border-color: #FDD835; color: #FDD835; }

/* Full-width band with darker background */
.band {
  background: #0C0F15;
  border-top: 1px solid #1D1D24;
  border-bottom: 1px solid #1D1D24;
}

/* Colored-square bullet lists */
.sq-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.sq-list li, .sq-list > div { display: flex; gap: 10px; }

/* Single-column article pages (About / Support / Privacy) */
.article {
  padding: clamp(48px, 8vw, 90px) clamp(20px, 5vw, 64px);
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.article .eyebrow { margin-bottom: 14px; }
.article h1 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 700;
  letter-spacing: -.5px;
}

/* ============ Home ============ */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(48px, 9vw, 110px) clamp(20px, 5vw, 64px) clamp(40px, 7vw, 80px);
}
.hero-logo { width: min(420px, 80vw); display: block; }
.hero-word {
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(12px, 2.4vw, 18px);
  letter-spacing: 10px;
  margin: 26px 0 0;
  color: #E6EAF2;
}
.hero-tagline {
  max-width: 560px;
  margin: 28px 0 0;
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 1.6;
  color: rgba(230, 234, 242, .72);
  text-wrap: pretty;
}
.hero-promise {
  max-width: 640px;
  margin: 26px 0 0;
  font-size: clamp(18px, 2.8vw, 25px);
  font-weight: 600;
  line-height: 1.45;
  color: #E6EAF2;
  text-wrap: balance;
}
.hero-promise-sub {
  max-width: 560px;
  margin: 12px 0 0;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
  color: rgba(230, 234, 242, .72);
  text-wrap: pretty;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 36px;
}
.hero-note {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(230, 234, 242, .5);
}
.hero-made {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(230, 234, 242, .55);
}

.promise-section { padding: 0 clamp(20px, 5vw, 64px) clamp(48px, 7vw, 80px); }
.promise-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.promise-grid .eyebrow { margin-bottom: 16px; }
.promise-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(230, 234, 242, .75);
}

.featured-section { padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 64px); }
.featured {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
  justify-content: center;
}
.featured-shot {
  width: min(280px, 70vw);
  border-radius: 24px;
  border: 1px solid #26262E;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
}
.featured-copy { flex: 1; min-width: 280px; max-width: 520px; }
.featured-copy .eyebrow { font-size: 11px; margin-bottom: 14px; }
.featured-copy h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -.5px;
}
.featured-copy > p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(230, 234, 242, .72);
  margin: 16px 0 0;
  text-wrap: pretty;
}
.featured-bullets {
  margin: 18px 0 0;
  gap: 9px;
  font-size: 15px;
  color: rgba(230, 234, 242, .85);
}
.featured-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
  align-items: center;
}
.store-pill {
  border: 1px solid #3A3A44;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 13px;
  color: rgba(230, 234, 242, .6);
}

.coming-section { padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 64px); }
.coming-inner { max-width: 1100px; margin: 0 auto; }
.coming-inner > .eyebrow { margin-bottom: 22px; }
.coming-card {
  background: #1B1B1F;
  border: 1px dashed #34343E;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.coming-card h3 { margin: 0; font-size: 22px; font-weight: 700; }
.coming-card p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(230, 234, 242, .65);
}
.badge-soon {
  font-family: 'Press Start 2P', monospace;
  font-size: 10px;
  color: #FDD835;
  border: 1px solid #FDD835;
  border-radius: 6px;
  padding: 10px 14px;
}

/* ============ Solitaire ============ */
.app-hero {
  padding: clamp(48px, 8vw, 90px) clamp(20px, 5vw, 64px) clamp(36px, 5vw, 56px);
  text-align: center;
}
.app-hero-inner { max-width: 760px; margin: 0 auto; }
.app-icon {
  width: 96px;
  height: 96px;
  border-radius: 22px;
  border: 1px solid #26262E;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .45);
}
.app-hero h1 {
  margin: 24px 0 0;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: -1px;
}
.app-hero-tagline {
  margin: 16px auto 0;
  max-width: 600px;
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 1.6;
  color: rgba(230, 234, 242, .72);
  text-wrap: pretty;
}
.chip-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 22px;
}
.chip {
  border: 1px solid #3A3A44;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  color: rgba(230, 234, 242, .75);
}
.chip--solid {
  background: #1B5E20;
  border: none;
  color: #fff;
  font-weight: 600;
}
.store-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}
.store-badge {
  border: 1px solid #3A3A44;
  border-radius: 10px;
  padding: 12px 22px;
  text-align: left;
}
.store-badge small {
  display: block;
  font-size: 11px;
  color: rgba(230, 234, 242, .5);
}
.store-badge strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.shots-section { padding: 0 clamp(20px, 5vw, 64px) clamp(48px, 7vw, 80px); }
.shots {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 12px 4px 20px;
  scrollbar-width: thin;
}
.shot {
  height: clamp(340px, 45vw, 520px);
  border-radius: 20px;
  border: 1px solid #26262E;
  flex-shrink: 0;
}

.features-section { padding: clamp(48px, 7vw, 80px) clamp(20px, 5vw, 64px); }
.features-inner { max-width: 1100px; margin: 0 auto; }
.features-inner > .eyebrow { margin-bottom: 10px; }
.features-inner > h2 {
  margin: 0 0 30px;
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 700;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.feature-grid h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #FDD835;
}
.feature-grid p, .side-cards p {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(230, 234, 242, .72);
}

.scoring-section { padding: clamp(48px, 7vw, 80px) clamp(20px, 5vw, 64px); }
.scoring-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 5vw, 64px);
}
.scoring-col { flex: 1; min-width: 300px; }
.scoring-col > .eyebrow { margin-bottom: 10px; }
.scoring-col > h2 {
  margin: 0 0 18px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
}
.score-table {
  background: #1B1B1F;
  border: 1px solid #26262E;
  border-radius: 14px;
  overflow: hidden;
  font-size: 14.5px;
}
.score-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 20px;
  border-bottom: 1px solid #26262E;
}
.score-row:last-child { border-bottom: none; }
.score-row span:first-child { color: rgba(230, 234, 242, .75); }
.score-row span:last-child { font-weight: 600; }
.score-pos { color: #43A047; }
.score-neg { color: #E53935; }
.score-bonus { color: #FDD835; }

.side-cards {
  flex: 1;
  min-width: 300px;
  display: grid;
  gap: 20px;
  align-content: start;
}
.side-cards h3 { margin: 0; font-size: 17px; font-weight: 700; }
.swatch-row { display: flex; gap: 8px; margin-top: 16px; }
.swatch {
  width: 34px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #26262E;
}
.swatch--rainbow {
  background: #1B1B1F;
  position: relative;
  overflow: hidden;
}
.swatch--rainbow span {
  position: absolute;
  inset: auto 0 0 0;
  height: 10px;
  background: linear-gradient(90deg,
    #E53935 0 16.6%, #FB8C00 0 33.3%, #FDD835 0 50%,
    #43A047 0 66.6%, #1E88E5 0 83.3%, #8E24AA 0 100%);
}

.essentials-section { padding: 0 clamp(20px, 5vw, 64px) clamp(48px, 7vw, 80px); }
.essentials {
  max-width: 1100px;
  margin: 0 auto;
  background: #0C0F15;
  border: 1px solid #1D1D24;
  border-radius: 14px;
  padding: clamp(24px, 4vw, 40px);
}
.essentials h2 {
  margin: 0 0 20px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
}
.checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px 28px;
  font-size: 14.5px;
  color: rgba(230, 234, 242, .8);
}
.checklist div { display: flex; gap: 10px; }

/* ============ About / Support / Privacy ============ */
.prose {
  font-size: 16.5px;
  line-height: 1.75;
  color: rgba(230, 234, 242, .78);
  display: grid;
  gap: 20px;
  margin-top: 26px;
}
.prose p { margin: 0; text-wrap: pretty; }

.standfor-card { margin-top: 40px; }
.standfor-card .eyebrow { font-size: 11px; margin-bottom: 16px; }
.standfor-list { gap: 12px; font-size: 15px; color: rgba(230, 234, 242, .8); }
.standfor-list > div { gap: 12px; }

.article-lede {
  margin: 18px 0 0;
  font-size: 16.5px;
  line-height: 1.7;
  color: rgba(230, 234, 242, .75);
}
.faq-list { margin-top: 44px; display: grid; gap: 16px; }
.faq-list h3 { margin: 0; font-size: 16px; font-weight: 700; }
.faq-list p {
  margin: 8px 0 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(230, 234, 242, .72);
}

.effective-date {
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(230, 234, 242, .45);
}
.policy {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(230, 234, 242, .78);
  display: grid;
  gap: 26px;
  margin-top: 30px;
}
.policy h2 { margin: 0 0 8px; font-size: 19px; font-weight: 700; }
.policy p { margin: 0; }

/* ============ 404 ============ */
.notfound {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(48px, 9vw, 110px) clamp(20px, 5vw, 64px);
}
.notfound-code {
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(40px, 8vw, 72px);
  color: #FDD835;
}
.notfound h1 {
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(14px, 2.4vw, 20px);
  margin: 28px 0 0;
  color: #E6EAF2;
}
.notfound p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(230, 234, 242, .72);
}
.notfound .btn { margin-top: 32px; }
