/* ============================================
   REMOTE WORLDS — shared styles
   assets/style.css
   ============================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #C4882A;
  --gold-70: rgba(196,136,42,0.72);
  --gold-50: rgba(196,136,42,0.5);
  --gold-30: rgba(196,136,42,0.3);
  --gold-18: rgba(196,136,42,0.18);
  --gold-border: rgba(196,136,42,0.35);
  --white: #FFFFFF;
  --white-70: rgba(255,255,255,0.72);
  --white-50: rgba(255,255,255,0.5);
  --white-25: rgba(255,255,255,0.22);
  --text: #1A1A18;
  --text-body: #2A2A28;
  --text-muted: #6B6860;
  --border: #E0DDD5;
  --bg-page: #f5f4f0;
  --bg-article: #faf9f6;
  --dark: #1A1814;
}

body {
  background: var(--bg-page);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
}

.rw-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 40px rgba(0,0,0,0.12);
}

/* NAV */
.rw-nav {
  display: flex;
  align-items: center;
  padding: 0 36px;
  height: 64px;
  background: var(--gold);
  border-bottom: 1px solid var(--white-25);
}
.rw-logo {
  font-family: Georgia, serif;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  white-space: nowrap;
  margin-right: 32px;
  font-weight: normal;
  text-decoration: none;
}
.rw-navlinks {
  flex: 1;
  display: flex;
  gap: 20px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}
.rw-navlinks a { color: inherit; text-decoration: none; }
.rw-navlinks a:hover { color: #fff; }

/* FOOTER */
.rw-footer { background: #1A1814; padding: 44px 36px 28px; }
.rw-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 44px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 24px;
}
.rw-footer-logo {
  font-family: Georgia, serif;
  font-size: 19px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}
.rw-footer-tagline {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  line-height: 1.65;
  margin-bottom: 20px;
}
.rw-footer-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  background: rgba(196,136,42,0.18);
  border: 0.5px solid rgba(196,136,42,0.35);
  border-radius: 4px;
  padding: 9px 15px;
}
.rw-footer-stat-num {
  font-family: Georgia, serif;
  font-size: 24px;
  color: #C4882A;
  font-weight: normal;
}
.rw-footer-stat-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(196,136,42,0.75);
}
.rw-footer-col-title {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 14px;
}
.rw-footer-links { display: flex; flex-direction: column; gap: 11px; }
.rw-footer-link {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}
.rw-footer-link:hover { color: rgba(255,255,255,0.8); }
.rw-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rw-footer-copy { font-size: 11px; color: rgba(255,255,255,0.2); }

.rw-hero{display:grid;grid-template-columns:1fr 1fr;min-height:460px;background:#C4882A}.rw-hero-text{padding:52px 48px 52px 36px;display:flex;flex-direction:column;justify-content:center}.rw-hero-title{font-family:Georgia,serif;font-size:36px;color:#fff;line-height:1.18;margin:0 0 18px;font-weight:normal;text-decoration:none;display:block}.rw-hero-title:hover{opacity:.85}.rw-hero-sub{font-size:15px;color:rgba(255,255,255,.72);line-height:1.75;margin:0 0 28px;font-family:system-ui,-apple-system,sans-serif}.rw-hero-link{display:inline-block;font-size:12px;color:rgba(255,255,255,.7);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:2px;font-family:system-ui,-apple-system,sans-serif}.rw-hero-link:hover{color:#fff;border-bottom-color:#fff}.rw-meta-light{font-size:12px;color:rgba(255,255,255,.5);margin-bottom:20px;font-family:system-ui,-apple-system,sans-serif}.rw-hero-img{background-size:cover;background-position:center;min-height:460px}.tag-row{display:flex;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}.tag{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.72);font-family:system-ui,-apple-system,sans-serif}.tag-sep{font-size:10px;color:rgba(255,255,255,.5)}.tag-line{height:1px;width:40px;background:rgba(255,255,255,.5);flex-shrink:0}.rw-cards{padding:0 36px 28px;background:#C4882A}.rw-card{display:grid;grid-template-columns:220px 1fr 28px;align-items:center;gap:22px;padding:26px 0;border-top:1px solid rgba(255,255,255,.22);text-decoration:none}.rw-card-img{height:148px;border-radius:4px;background-size:cover;background-position:center}.rw-card-title{font-family:Georgia,serif;font-size:21px;color:#fff;margin:0 0 10px;font-weight:normal;line-height:1.35}.rw-card-sub{font-size:14px;color:rgba(255,255,255,.72);line-height:1.6;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:system-ui,-apple-system,sans-serif}.rw-arrow{color:rgba(255,255,255,.5);font-size:18px}.rw-white-section{background:#fff;padding:0 36px 48px}.rw-white-header{padding:32px 0 20px;border-bottom:1px solid #E0DDD5;margin-bottom:28px;font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:#6B6860;font-family:system-ui,-apple-system,sans-serif}.rw-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.rw-grid-card{background:#fff;border:.5px solid #E0DDD5;border-radius:6px;overflow:hidden;text-decoration:none}.rw-grid-card:hover .rw-grid-title{color:#C4882A}.rw-grid-img{height:320px;background-size:cover;background-position:center}.rw-grid-body{padding:22px}.rw-grid-tag-row{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.rw-grid-tag{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#6B6860;font-family:system-ui,-apple-system,sans-serif}.rw-grid-tag-sep{font-size:10px;color:#C8C3B8}.rw-grid-tag-line{height:1px;width:28px;background:#D0CCC4;flex-shrink:0}.rw-grid-title{font-family:Georgia,serif;font-size:22px;color:#1A1A18;margin:0 0 10px;font-weight:normal;line-height:1.3;transition:color .15s}.rw-grid-sub{font-size:14px;color:#6B6860;line-height:1.65;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:system-ui,-apple-system,sans-serif}.rw-meta-dark{font-size:12px;color:#aaa;font-family:system-ui,-apple-system,sans-serif}.article-header{max-width:780px;margin:0 auto;padding:56px 36px 32px}.article-cats{display:flex;align-items:center;gap:10px;margin-bottom:22px;flex-wrap:wrap}.article-cat{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#C4882A;text-decoration:none;font-family:system-ui,-apple-system,sans-serif}.article-cat:hover{text-decoration:underline}.article-cat-sep{font-size:11px;color:rgba(196,136,42,.5)}.article-cat-line{height:1px;width:44px;background:rgba(196,136,42,.4);flex-shrink:0}.article-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:40px;line-height:1.15;font-weight:700;color:#1A1A18;margin-bottom:24px}.article-meta{display:flex;align-items:center;gap:14px;font-size:13px;color:#999;font-family:system-ui,-apple-system,sans-serif}.article-meta-author{color:#555;font-weight:500}.article-meta-dot{color:#ddd}.featured-image{max-width:975px;margin:0 auto;padding:0 36px}.featured-image img{width:100%;height:550px;object-fit:cover;display:block;border-radius:4px}.article-img{max-width:975px;margin:36px auto 0;padding:0 36px}.article-img img{width:100%;height:550px;object-fit:cover;display:block;border-radius:4px}.article-img-v{max-width:420px;margin:36px auto 0;padding:0 36px}.article-img-v img{width:100%;height:auto;display:block;border-radius:4px}.article-body{max-width:780px;margin:0 auto;padding:32px 36px 0;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}.article-body p{font-size:17px;line-height:1.82;color:#2A2A28;margin-bottom:22px}.article-body h2{font-size:31px;font-weight:600;color:#1A1A18;margin:48px 0 18px;line-height:1.25}.article-body h3{font-size:25px;font-weight:600;color:#1A1A18;margin:38px 0 14px;line-height:1.3}.article-body h4{font-size:22px;font-weight:600;color:#1A1A18;margin:32px 0 12px;line-height:1.3}.article-body ul{margin:0 0 22px 22px}.article-body ul li{font-size:17px;line-height:1.82;color:#2A2A28;margin-bottom:8px}.article-body a{color:#C4882A;text-decoration:none;border-bottom:1px solid rgba(196,136,42,.3)}.article-body a:hover{border-bottom-color:#C4882A}.article-body strong{font-weight:600;color:#1A1A18}.toc{background:#faf9f6;border:1px solid #E0DDD5;border-radius:6px;padding:24px 28px;margin:28px 0 36px}.toc-title{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#aaa;margin-bottom:16px}.toc ol{margin:0 0 0 18px}.toc ol li{font-size:14px;line-height:1.8;color:#555;margin-bottom:3px}.toc ol li a{color:#C4882A;text-decoration:none;border-bottom:none}.toc ol li a:hover{text-decoration:underline}.toc ol ol{margin:4px 0 4px 18px}.toc ol ol li{font-size:13px;color:#777}.start-here{max-width:780px;margin:0 auto;padding:0 36px 52px;border-top:1px solid #E0DDD5}.start-here-title{padding-top:36px;font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:#bbb;margin-bottom:24px;font-family:system-ui,-apple-system,sans-serif}.start-card{display:grid;grid-template-columns:160px 1fr 28px;align-items:center;gap:20px;padding:22px 0;border-top:1px solid #E0DDD5;text-decoration:none}.start-card:last-child{border-bottom:1px solid #E0DDD5}.start-img{height:112px;border-radius:4px;background-size:cover;background-position:center;background-color:#f0ede6}.start-cat-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.start-cat{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#C4882A;font-family:system-ui,-apple-system,sans-serif}.start-cat-sep{font-size:10px;color:rgba(196,136,42,.4)}.start-cat-line{height:1px;width:28px;background:rgba(196,136,42,.35);flex-shrink:0}.start-card-title{font-family:Georgia,serif;font-size:17px;font-weight:normal;color:#1A1A18;line-height:1.35;margin-bottom:8px}.start-meta{font-size:11px;color:#bbb;font-family:system-ui,-apple-system,sans-serif}.start-arrow{font-size:18px;color:#ddd}
