/* ==========================================================================
   The Builder's Handbook — production stylesheet
   Palette: Ivory #F7F4EE · Charcoal #1E1E1E · Brass #B08D57
   Fonts: Playfair Display (display/serif) · Montserrat (body/sans)
   ========================================================================== */

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: #F7F4EE;
  color: #1E1E1E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: #B08D57; text-decoration: none; }
::selection { background: #B08D57; color: #1E1E1E; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 64px);
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #B08D57;
  font-weight: 600;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  transition: all 200ms ease;
  cursor: pointer;
  border: none;
}
.btn-primary { background: #B08D57; color: #1E1E1E; }
.btn-primary:hover { background: #C79B66; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(176,141,87,0.35); }
.btn-outline { background: transparent; color: #F7F4EE; border: 1px solid rgba(247,244,238,0.3); }
.btn-outline:hover { border-color: #B08D57; color: #B08D57; }
.btn-guest { background: #B08D57; color: #1E1E1E; }
.btn-guest:hover { background: #C79B66; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(176,141,87,0.35); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(20,20,20,0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(247,244,238,0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 clamp(24px, 5vw, 64px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #F7F4EE;
}
.brand img { height: 44px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text span:first-child { font-size: 8.5px; letter-spacing: 0.34em; color: #B08D57; font-weight: 600; }
.brand-text span:last-child { font-size: 10px; letter-spacing: 0.42em; color: #F7F4EE; font-weight: 500; }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-links a { color: rgba(247,244,238,0.75); transition: color 200ms; }
.nav-links a:hover { color: #F7F4EE; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #F7F4EE;
  cursor: pointer;
  padding: 8px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: clamp(72px, 11vw, 140px) clamp(24px, 5vw, 64px) clamp(80px, 10vw, 120px);
  background: radial-gradient(120% 80% at 50% -10%, #2a2a2a 0%, #1E1E1E 55%, #141414 100%);
  color: #F7F4EE;
  text-align: center;
}
.hero-inner { max-width: 900px; margin: 0 auto; }
.hero-logo { height: 100px; width: auto; margin: 0 auto 24px; }
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: clamp(40px, 8vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}
.hero .tagline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(19px, 3vw, 28px);
  color: #B08D57;
  margin-top: 22px;
}
.hero p.lede {
  max-width: 600px;
  margin: 24px auto 0;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.75;
  color: rgba(247,244,238,0.72);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 38px;
}
.hero-strapline {
  margin-top: 48px;
  font-size: clamp(11px, 1.5vw, 13px);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(247,244,238,0.5);
}

/* ---------- About the Show ---------- */
.listen {
  background: #ffffff;
  padding: clamp(56px, 7vw, 96px) 0;
  text-align: center;
}
.listen h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-top: 14px;
}
.embed-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  margin-top: 40px;
  text-align: left;
}
.embed-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  background: #000;
}
.embed-video {
  position: relative;
  aspect-ratio: 16 / 9;
}
.embed-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-audio iframe {
  width: 100%;
  height: 232px;
  border: 0;
  display: block;
}
@media (max-width: 780px) {
  .embed-grid {
    grid-template-columns: 1fr;
  }
}

.about {
  background: #F7F4EE;
  padding: clamp(64px, 8vw, 110px) 0;
}
.about h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-top: 14px;
  max-width: 760px;
}
.about .body-copy {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  max-width: 640px;
}
.about .body-copy p + p { margin-top: 16px; }

/* ---------- Meet the Host ---------- */
.host {
  background: #F7F4EE;
  padding: 0 0 clamp(72px, 9vw, 116px);
}
.host-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}
.host-photo-wrap { position: relative; }
.host-photo-wrap img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(30,30,30,0.2);
}
.host-badge {
  position: absolute;
  bottom: -14px;
  left: -14px;
  background: #1E1E1E;
  color: #F7F4EE;
  padding: 14px 20px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(30,30,30,0.25);
}
.host-badge .name { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; }
.host-badge .role { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #B08D57; font-weight: 600; margin-top: 3px; }
.host-copy h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(26px, 3.6vw, 38px);
  margin-top: 12px;
}
.host-copy p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  max-width: 520px;
}
.host-quote {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.host-quote .rule { width: 40px; height: 1px; background: #B08D57; }
.host-quote span:last-child {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 18px;
}

/* ---------- Join the Builders ---------- */
.join {
  background: linear-gradient(135deg, #1E1E1E 0%, #141414 100%);
  color: #F7F4EE;
  padding: clamp(64px, 8vw, 110px) 0;
  text-align: center;
}
.join h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 42px);
  margin-top: 12px;
}
.join p.sub {
  max-width: 520px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(247,244,238,0.65);
}
.join-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 480px;
  margin: 34px auto 0;
}
.join-form input[type="email"] {
  flex: 1 1 260px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(247,244,238,0.2);
  background: rgba(247,244,238,0.05);
  color: #F7F4EE;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.join-form input[type="email"]::placeholder { color: rgba(247,244,238,0.45); }
.join-form input[type="email"]:focus { outline: none; border-color: #B08D57; }

.join-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.join-links a {
  color: rgba(247,244,238,0.8);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  border: 1px solid rgba(247,244,238,0.18);
  border-radius: 999px;
  transition: all 200ms ease;
}
.join-links a:hover { border-color: #B08D57; color: #B08D57; }

/* ---------- Footer ---------- */
.site-footer {
  background: #141414;
  color: #F7F4EE;
  padding: clamp(44px, 6vw, 68px) 0 32px;
  border-top: 1px solid rgba(247,244,238,0.08);
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { height: 46px; width: auto; }
.footer-links { display: flex; gap: 24px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; }
.footer-links a { color: rgba(247,244,238,0.7); transition: color 200ms; }
.footer-links a:hover { color: #F7F4EE; }
.footer-bottom {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(247,244,238,0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: rgba(247,244,238,0.45);
}

/* ---------- Responsive ---------- */
@media (max-width: 820px) {
  .host-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #141414;
    padding: 20px clamp(24px, 5vw, 64px);
    gap: 18px;
    border-bottom: 1px solid rgba(247,244,238,0.08);
  }
  .nav-toggle { display: block; }
}
