/*
Theme Name:  Pie in the Sky Events
Theme URI:   https://pieinthesky.gr
Author:      Pie in the Sky Events
Description: Official theme — Athens underground concert promoter. Broadsheet layout.
Version:     2.0.0
License:     GNU General Public License v2 or later
Text Domain: pits
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }

:root {
  --black:      #000000;
  --base:       #0a0a0a;
  --surface:    #0e0e0e;
  --border:     #1a1a1a;
  --border-2:   #222222;
  --red:        #c0392b;
  --red-light:  #e05555;
  --gold:       #d4a849;
  --text:       #e8e0d0;
  --text-muted: #888888;
  --text-dim:   #555555;
  --text-ghost: #444444;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body:    'Barlow', sans-serif;
  --pad: 32px;
}

body {
  background: var(--base);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 var(--pad); }

.u-eyebrow {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
}

.u-display {
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--text);
}

.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 9px 20px;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s;
}
.btn:hover { opacity: 0.85; }
.btn--primary { background: var(--red); color: #fff; }
.btn--ghost   { background: transparent; color: var(--text-muted); border: 1px solid #333; }
