/*
Theme Name: Rukasan
Theme URI: https://rukasan.com
Description: Rukasan Asian Dance Curation
Version: 1.0
*/

:root {
  --red: #E8002D;
  --dark: #111;
  --gray: #333;
  --light: #f9f9f9;
}

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

body {
  font-family: Georgia, serif;
  color: var(--dark);
  background: #fff;
	
}

a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }

/* HEADER */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border-bottom: 2px solid var(--red);
}

.site-logo {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--dark);
  text-decoration: none;
}

.site-logo span { color: var(--red); }

.site-nav a {
  font-family: sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dark);
  margin-left: 28px;
  text-decoration: none;
}

.site-nav a:hover { color: var(--red); }

/* MAIN CONTENT */
.site-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}

.page-eyebrow {
  font-family: sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 16px;
}

.page-title {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 32px;
}

.post-meta {
  font-family: sans-serif;
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.entry-content {
  font-size: 16px;
  line-height: 1.85;
  color: var(--gray);
}

.entry-content h2 { font-size: 24px; margin: 2em 0 0.6em; color: var(--dark); }
.entry-content h3 { font-size: 20px; margin: 1.6em 0 0.5em; color: var(--red); }
.entry-content p { margin-bottom: 1.4em; }
.entry-content ul, .entry-content ol { margin: 0 0 1.4em 1.5em; }
.entry-content img { max-width: 100%; height: auto; }

/* FOOTER */
.site-footer {
  border-top: 2px solid var(--red);
  padding: 40px 24px;
  text-align: center;
  font-family: sans-serif;
}

.site-footer .footer-links a {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  margin: 0 12px;
}

.site-footer .footer-copy {
  font-size: 12px;
  color: #bbb;
  margin-top: 12px;
}

.site-footer .footer-legal {
  font-size: 11px;
  color: #ccc;
  margin-top: 10px;
  line-height: 1.7;
}

/* MOBILE */
@media (max-width: 600px) {
  .site-header { padding: 16px 20px; }
  .site-nav { display: none; }
  .site-main { padding: 40px 20px 60px; }
}

.country-pill img { display: inline-block; vertical-align: middle; margin-right: 4px; }

