@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

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

:root {
  --gold: #b8986e;
  --dark: #1a1614;
  --cream: #f0ede8;
  --text: #2a2520;
}

html, body {
  height: 100%;
  font-family: 'Lora', Georgia, serif;
  background: var(--dark) url('images/cards-bg.jpg') center center / cover fixed;
  color: var(--text);
}

/* ── Layout ── */
.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Top Nav ── */
.sidebar {
  width: 100%;
  background: rgba(10, 8, 7, 0.92);
  padding: 0 40px;
}

.sidebar nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 36px;
  padding: 20px 0;
}

.sidebar nav ul li + li {
  margin-top: 0;
}

.sidebar nav ul li a {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8bfb0;
  text-decoration: none;
  transition: color 0.2s;
}

.sidebar nav ul li a:hover,
.sidebar nav ul li a.active {
  color: var(--gold);
}

/* ── Main content column ── */
.content-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--cream);
}

/* ── Page header ── */
.page-header {
  background: #111010;
  padding: 48px 56px 44px;
  text-align: center;
}

.page-header h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 100;
  font-size: clamp(1.8rem, 5vw, 4.2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.1;
  white-space: nowrap;
}

/* ── Content body ── */
.page-body {
  flex: 1;
  padding: 56px 56px 72px;
  text-align: center;
}

.page-body p {
  font-size: 1rem;
  line-height: 1.85;
  max-width: 680px;
  color: var(--text);
  margin-left: auto;
  margin-right: auto;
}

.page-body p + p {
  margin-top: 1.5em;
}

/* ── Home hero image ── */
.hero-img {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
  margin: 0 auto 36px;
}

/* ── Shows ── */
.show-block {
  max-width: 680px;
  margin: 0 auto 48px;
}

.show-block h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 12px;
}

.show-block p {
  font-size: 1rem;
  line-height: 1.8;
}

/* ── Videos ── */
.video-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 700px;
  margin: 0 auto;
}

.shorts-grid {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 100%;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-embed.short {
  width: 280px;
  flex-shrink: 0;
  padding-bottom: 0;
  height: 498px;
}

.video-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}

.video-embed.short iframe {
  position: static;
  width: 280px;
  height: 498px;
}

/* ── Buttons ── */
.btn {
  display: inline-block;
  padding: 14px 36px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--gold);
  color: #111;
}

.btn-primary:hover { opacity: 0.85; }

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--gold);
}

.btn-outline:hover {
  background: var(--gold);
  color: #111;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 36px;
  flex-wrap: wrap;
}

/* ── Bio page ── */
.bio-photo {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}

/* ── Contact ── */
.contact-info {
  max-width: 400px;
  margin: 0 auto;
}

.contact-info p {
  font-size: 1rem;
  line-height: 2;
}

.contact-info a {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  transition: color 0.2s;
}

.contact-info a:hover { color: var(--gold); }

/* ── Contact form ── */
.contact-form {
  max-width: 560px;
  margin: 40px auto 0;
  text-align: left;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #d8d3cc;
  color: var(--text);
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--gold);
}

.form-group textarea {
  height: 130px;
  resize: vertical;
}

.contact-form .btn {
  width: 100%;
  text-align: center;
}

/* ── Shows booking CTA ── */
.booking-cta {
  max-width: 680px;
  margin: 16px auto 0;
  padding-top: 40px;
  border-top: 1px solid #d8d3cc;
  text-align: center;
}

.booking-cta p {
  margin-bottom: 20px;
  color: #666;
  font-size: 0.95rem;
}

/* ── Learn page ── */
.learn-intro {
  max-width: 620px;
  margin: 0 auto 48px;
}

.learn-intro h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 100;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 20px;
}

.signup-box {
  background: #111010;
  padding: 48px;
  max-width: 520px;
  margin: 0 auto;
}

.signup-box h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 100;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.signup-box p {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 28px;
  line-height: 1.7;
}

/* Kit/Mailchimp embed drops in here */
.signup-form-embed {
  color: #ccc;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.signup-form-embed input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  background: #2a2520;
  border: 1px solid #444;
  color: #f0ede8;
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  margin-bottom: 12px;
  outline: none;
}

.signup-form-embed input[type="email"]::placeholder {
  color: #666;
}

.signup-form-embed button {
  width: 100%;
  padding: 12px;
  background: var(--gold);
  border: none;
  color: #111;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}

.signup-form-embed button:hover {
  opacity: 0.85;
}

/* ── Footer ── */
.site-footer {
  background: #0d0b0a;
  padding: 36px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.site-footer img {
  height: 44px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.footer-nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav a:hover { color: var(--gold); }

.social-links {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.social-links a {
  color: #888;
  font-size: 1.4rem;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1;
}

.social-links a:hover { color: var(--gold); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .sidebar { padding: 0 20px; }

  .sidebar nav ul { gap: 0 20px; padding: 16px 0; }

  .page-header { padding: 32px 24px 28px; }
  .page-body { padding: 36px 24px 48px; }
  .site-footer { padding: 24px; }
  .signup-box { padding: 32px 24px; }
}
