/*
Theme Name: Situs Gacor Terbaik
Theme URI: https://example.com/spinscope
Author: Situs Gacor Terbaik Studio
Description: Tema WordPress editorial untuk ulasan dan edukasi permainan virtual yang transparan.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: spinscope
*/

:root {
  --ink: #15221f;
  --muted: #64706d;
  --paper: #f5f4ef;
  --surface: #fffdf8;
  --line: #d9ded8;
  --leaf: #216b52;
  --leaf-dark: #164c3a;
  --coral: #df755d;
  --yellow: #f2c968;
  --shadow: 0 18px 50px rgba(27, 54, 45, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, 'Times New Roman', serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--leaf); }
img { display: block; max-width: 100%; height: auto; }
.site-shell { overflow: hidden; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { padding: 22px 0; border-bottom: 1px solid var(--line); background: rgba(245,244,239,.94); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: Arial, sans-serif; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; color: var(--surface); background: var(--leaf); border-radius: 50%; font-size: 18px; }
.brand-name { font-size: 21px; }
.header-context { max-width: 280px; overflow: hidden; color: var(--leaf); font: 700 12px Arial, sans-serif; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.main-nav ul { display: flex; gap: 26px; margin: 0; padding: 0; list-style: none; font: 700 13px Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.main-nav a { color: var(--muted); }
.main-nav a:hover { color: var(--leaf); }
.header-note { color: var(--muted); font: 700 11px Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.hero { padding: 92px 0 74px; background: var(--leaf-dark); color: var(--surface); }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.kicker { margin: 0 0 16px; color: var(--yellow); font: 700 12px Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.08; font-weight: 400; }
h1 { max-width: 700px; font-size: clamp(44px, 7vw, 82px); letter-spacing: -.055em; }
.hero-copy { max-width: 520px; margin: 24px 0 0; color: #d7e2da; font-size: 19px; }
.hero-aside { padding: 30px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
.hero-aside strong { display: block; margin-bottom: 13px; color: var(--yellow); font: 700 12px Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.hero-aside p { margin: 0; color: #e6eee7; font-size: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid var(--leaf); background: var(--leaf); color: #fff; font: 700 12px Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.button:hover { background: var(--coral); border-color: var(--coral); color: #fff; }
.hero .button { margin-top: 28px; background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.content-section { padding: 78px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section-heading h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.045em; }
.section-link { color: var(--leaf); font: 700 12px Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { display: flex; flex-direction: column; min-height: 270px; padding: 25px; border-top: 4px solid var(--coral); background: var(--surface); box-shadow: var(--shadow); }
.post-card:nth-child(2) { border-color: var(--yellow); }
.post-card:nth-child(3) { border-color: var(--leaf); }
.post-card .meta { margin-bottom: 35px; }
.meta { color: var(--muted); font: 700 11px Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.post-card h3 { font-size: 29px; letter-spacing: -.035em; }
.post-card p { margin: 13px 0 0; color: var(--muted); }
.post-card .read-more { margin-top: auto; padding-top: 22px; color: var(--leaf); font: 700 12px Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.info-band { background: var(--yellow); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.info-grid h2 { font-size: clamp(33px, 4vw, 52px); letter-spacing: -.045em; }
.info-grid p { margin: 0; font-size: 18px; }
.site-footer { padding: 38px 0; background: var(--ink); color: #d5ddd8; }
.footer-row { display: flex; justify-content: space-between; gap: 25px; font: 13px Arial, sans-serif; }
.footer-row p { margin: 0; }
.footer-disclaimer { max-width: 650px; color: #aebbb5; }
.page-intro { padding: 70px 0 42px; }
.page-intro h1 { font-size: clamp(42px, 6vw, 70px); }
.entry { max-width: 760px; padding-bottom: 80px; }
.entry-image { width: 100%; margin: 28px 0 34px; border: 1px solid var(--line); }
.entry h1 { margin-bottom: 20px; font-size: clamp(42px, 6vw, 70px); }
.entry h2 { margin: 40px 0 14px; font-size: 34px; }
.entry p, .entry li { color: #3d4b46; font-size: 18px; }
.entry ul { padding-left: 22px; }
@media (max-width: 800px) {
  .header-row, .footer-row { align-items: flex-start; flex-direction: column; }
  .main-nav ul { flex-wrap: wrap; gap: 12px 18px; }
  .header-note { display: none; }
  .header-context { display: block; max-width: 100%; white-space: normal; }
  .hero { padding: 62px 0; }
  .hero-grid, .info-grid { grid-template-columns: 1fr; gap: 34px; }
  .card-grid { grid-template-columns: 1fr; }
  .content-section { padding: 56px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
}

