/* Haydan Hawkins. Performer site. Brand: cream, hessian tan, charcoal, brass. */

:root {
  --cream: #f4ecdb;
  --cream-soft: #faf5e9;
  --tan: #c4a265;
  --saddle: #7a4e24;
  --charcoal: #24211b;
  --ink: #1a1814;
  --brass: #b08d45;
  --brass-bright: #d3ae62;
  --text-dark: #2b271f;
  --text-light: #f1e9d6;
  --text-muted: #8d8271;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Jost", "Avenir Next", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 1.06rem;
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

/* ---------- Header ---------- */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(36, 33, 27, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(176, 141, 69, 0.35);
}

.nav-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.9rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.brand .bowtie { color: var(--brass-bright); margin-right: 0.45rem; font-size: 1.1rem; }

nav ul { list-style: none; display: flex; gap: 1.15rem; }

nav a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

nav a:hover, nav a.active { color: var(--brass-bright); border-color: var(--brass-bright); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--cream);
  font-size: 1.6rem;
  cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(ellipse 60% 40% at 20% 0%, rgba(211, 174, 98, 0.20), transparent 60%),
    radial-gradient(ellipse 50% 35% at 85% 10%, rgba(211, 174, 98, 0.14), transparent 60%),
    linear-gradient(180deg, #211e18 0%, var(--charcoal) 55%, #2c2820 100%);
  color: var(--text-light);
  text-align: center;
  padding: 4.5rem 1.4rem 5rem;
}

.hero-logo { max-width: 300px; margin: 0 auto 0.6rem; }

.hero h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(3rem, 7vw, 4.6rem);
  color: var(--cream-soft);
  line-height: 1.1;
}

.tagline {
  font-family: var(--serif);
  font-size: clamp(0.95rem, 2vw, 1.2rem);
  letter-spacing: 0.38em;
  color: var(--tan);
  margin-top: 0.7rem;
  text-transform: none;
}

.cred-line {
  max-width: 620px;
  margin: 1.8rem auto 0;
  font-size: 0.98rem;
  color: rgba(241, 233, 214, 0.85);
  letter-spacing: 0.04em;
}

.hero .video-frame { margin-top: 2.6rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.85rem 2.2rem;
  font-family: var(--sans);
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  background: linear-gradient(135deg, var(--brass-bright), var(--brass));
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(176, 141, 69, 0.35); }

.btn.ghost {
  background: none;
  color: var(--brass);
  border: 1px solid var(--brass);
}

/* ---------- Sections ---------- */
section { padding: 4rem 1.4rem; }

.wrap { max-width: 1100px; margin: 0 auto; }

.wrap-narrow { max-width: 720px; margin: 0 auto; }

.section-dark {
  background:
    radial-gradient(ellipse 55% 45% at 80% 0%, rgba(211, 174, 98, 0.10), transparent 65%),
    var(--charcoal);
  color: var(--text-light);
}

.section-dark h2, .section-dark h3 { color: var(--cream-soft); }

h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.7rem, 4vw, 2.3rem);
  color: var(--ink);
  margin-bottom: 0.4rem;
}

h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--saddle);
  margin: 2.2rem 0 0.6rem;
}

.kicker {
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 0.8rem;
}

.lede { font-size: 1.12rem; max-width: 640px; }

.section-dark .lede { color: rgba(241, 233, 214, 0.9); }

/* ---------- Video embeds ---------- */
.video-frame {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(176, 141, 69, 0.4);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.6rem;
  margin-top: 1.4rem;
}

.video-card .video-frame {
  aspect-ratio: 16 / 9;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.video-card p {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.section-dark .video-card p { color: rgba(241, 233, 214, 0.7); }

.video-card p strong { color: inherit; font-weight: 500; }

/* ---------- Photo galleries ---------- */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.photo-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border: 1px solid rgba(122, 78, 36, 0.25);
  transition: transform 0.2s;
}

.photo-grid img:hover { transform: scale(1.015); }

/* ---------- Credits list ---------- */
.credits { list-style: none; margin-top: 1rem; }

.credits li {
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(122, 78, 36, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  align-items: baseline;
}

.credits .role { font-weight: 500; }

.credits .detail { color: var(--text-muted); font-size: 0.95rem; }

/* ---------- EPK specifics ---------- */
.epk-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
  margin: 2rem 0;
}

.fact {
  border: 1px solid rgba(176, 141, 69, 0.4);
  padding: 1.2rem;
  background: rgba(176, 141, 69, 0.06);
}

.fact .label {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
}

.fact .value { font-family: var(--serif); font-size: 1.1rem; margin-top: 0.3rem; }

/* ---------- Forms ---------- */
form { margin-top: 2rem; display: grid; gap: 1.1rem; max-width: 560px; }

label { font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--saddle); }

input, textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--text-dark);
  background: var(--cream-soft);
  border: 1px solid rgba(122, 78, 36, 0.35);
  border-radius: 2px;
}

input:focus, textarea:focus { outline: 2px solid var(--brass); border-color: var(--brass); }

/* ---------- One More Story page ---------- */
.oms {
  background: #fdf9f0;
}

.oms h2 { color: #4a5d52; }

.oms .btn { background: #4a5d52; color: #fdf9f0; }

/* ---------- Footer ---------- */
footer {
  background: var(--ink);
  color: rgba(241, 233, 214, 0.75);
  padding: 2.6rem 1.4rem;
  text-align: center;
  font-size: 0.92rem;
}

footer a { color: var(--brass-bright); text-decoration: none; }

footer .foot-brand {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

footer .socials { margin: 0.8rem 0; display: flex; gap: 1.4rem; justify-content: center; }

/* ---------- Responsive nav ---------- */
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--charcoal);
    display: none;
    border-bottom: 1px solid rgba(176, 141, 69, 0.35);
  }
  nav.open { display: block; }
  nav ul { flex-direction: column; gap: 0; padding: 0.6rem 0; }
  nav li { text-align: center; }
  nav a { display: block; padding: 0.8rem; border-bottom: none; }
}

/* ---------- Review quotes ---------- */
.quote {
  border-left: 3px solid var(--brass);
  padding: 0.6rem 0 0.6rem 1.2rem;
  margin: 1.6rem 0;
}

.quote p {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-style: italic;
  color: var(--text-dark);
}

.section-dark .quote p { color: var(--cream-soft); }

.quote cite {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass);
}

.award-card {
  border: 1px solid var(--brass);
  background: linear-gradient(135deg, rgba(176,141,69,0.10), rgba(176,141,69,0.03));
  padding: 1.8rem;
  margin: 2rem 0;
}

.award-card .label { font-size: 0.78rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--brass); }

.award-card .title { font-family: var(--serif); font-size: 1.4rem; margin-top: 0.4rem; }

/* ---------- Photo highlights ---------- */
.photo-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  margin: 1.4rem 0 2rem;
}

.photo-highlights img { width: 100%; height: 420px; object-fit: cover; border: 1px solid rgba(122,78,36,0.25); }

/* ---------- Video hub links ---------- */
.hub-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; margin-top: 2rem; }

.hub-card {
  display: block; text-decoration: none; color: inherit;
  border: 1px solid rgba(176,141,69,0.45); padding: 1.5rem;
  background: rgba(176,141,69,0.05); transition: transform 0.15s, box-shadow 0.15s;
}

.hub-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,0,0,0.18); }

.hub-card .h { font-family: var(--serif); font-size: 1.2rem; color: var(--saddle); }

.section-dark .hub-card .h { color: var(--brass-bright); }

.hub-card .d { font-size: 0.92rem; margin-top: 0.4rem; color: var(--text-muted); }

.section-dark .hub-card .d { color: rgba(241,233,214,0.7); }

/* ---------- Credits timeline ---------- */
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.8rem 0 0.6rem;
}

.filter-btn {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--saddle);
  background: transparent;
  border: 1px solid rgba(176, 141, 69, 0.5);
  padding: 0.45rem 0.9rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.filter-btn:hover { background: rgba(176, 141, 69, 0.12); }

.filter-btn.on {
  background: var(--brass);
  border-color: var(--brass);
  color: var(--ink);
}

.timeline { position: relative; margin-top: 2rem; padding-left: 2.4rem; }

.timeline::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(176,141,69,0.75) 6%, rgba(176,141,69,0.75) 94%, transparent);
}

.tl-year {
  position: relative;
  font-family: var(--serif);
  font-size: 1.55rem;
  color: var(--saddle);
  margin: 2.4rem 0 0.4rem;
  letter-spacing: 0.02em;
}

.tl-year:first-of-type { margin-top: 0.6rem; }

.tl-year::before {
  content: "";
  position: absolute;
  left: -1.98rem;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 0 4px var(--cream);
}

.tl-item {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(122, 78, 36, 0.14);
}

.tl-show { font-family: var(--serif); font-size: 1.16rem; color: var(--ink); }

.tl-role { font-weight: 500; display: block; margin-top: 0.1rem; }

.tl-meta { color: var(--text-muted); font-size: 0.93rem; display: block; }

.tag {
  display: inline-block;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  border: 1px solid rgba(176, 141, 69, 0.55);
  padding: 0.1rem 0.45rem;
  margin-left: 0.6rem;
  vertical-align: 0.15em;
  white-space: nowrap;
}

.tl-year.hidden, .tl-item.hidden { display: none; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.stat {
  border-left: 2px solid var(--brass);
  padding-left: 1rem;
}

.stat .n { font-family: var(--serif); font-size: 2.1rem; color: var(--brass-bright); line-height: 1.1; }

.stat .l { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(241,233,214,0.72); margin-top: 0.3rem; }

.agent-card {
  border: 1px solid rgba(176, 141, 69, 0.4);
  background: rgba(176, 141, 69, 0.06);
  padding: 1.4rem;
  margin-top: 1rem;
}

.agent-card .who { font-family: var(--serif); font-size: 1.15rem; }

@media (max-width: 560px) {
  .timeline { padding-left: 1.9rem; }
  .tl-year::before { left: -1.55rem; }
  .tag { margin-left: 0; margin-top: 0.35rem; }
}
