/* Jake Essex Music — multi-page */
:root {
  --bg: #070707;
  --bg-2: #101010;
  --bg-3: #161412;
  --cream: #efe6d4;
  --cream-dim: #cfc4ad;
  --gold: #c5a15a;
  --gold-2: #e0c37a;
  --gold-line: rgba(197, 161, 90, 0.38);
  --muted: #9a9184;
  --ink: #0b0b0b;
  --max: 1120px;
  --pad: clamp(1.15rem, 4vw, 2.25rem);
  --font-display: "Cinzel", "Times New Roman", serif;
  --font-body: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--cream);
  line-height: 1.55;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--gold-2); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--cream); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: var(--pad); top: 0.5rem; z-index: 100; background: var(--gold); color: var(--ink); padding: 0.4rem 0.7rem; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(7,7,7,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gold-line);
}
.header-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.75rem; padding: 0.6rem var(--pad);
}
.wordmark {
  font-family: var(--font-display);
  letter-spacing: 0.28em; font-size: 0.78rem;
  color: var(--cream); text-decoration: none; font-weight: 600;
}
.wordmark:hover { color: var(--gold-2); }
.nav-desktop { display: none; align-items: center; gap: 1.5rem; }
.nav-desktop a { color: var(--cream-dim); text-decoration: none; font-size: 0.95rem; }
.nav-desktop a:hover, .nav-desktop a.is-active { color: var(--cream); }
.nav-cta {
  background: var(--gold); color: var(--ink) !important;
  padding: 0.55rem 0.95rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; font-size: 0.72rem; min-height: 44px;
  display: inline-flex; align-items: center; text-decoration: none;
}
.nav-cta:hover { background: var(--gold-2); color: var(--ink) !important; }
.nav-mobile-actions { display: flex; align-items: center; gap: 0.5rem; }
.menu-btn {
  min-height: 44px; padding: 0 0.85rem;
  background: transparent; color: var(--cream);
  border: 1px solid var(--gold-line); letter-spacing: 0.14em;
  text-transform: uppercase; font-size: 0.72rem; font-family: inherit;
  cursor: pointer;
}
.nav-drawer {
  display: none; flex-direction: column;
  border-top: 1px solid var(--gold-line);
  padding: 0.4rem var(--pad) 0.8rem;
}
.nav-drawer.open { display: flex; }
.nav-drawer a {
  min-height: 44px; display: flex; align-items: center;
  color: var(--cream-dim); text-decoration: none;
}
.nav-drawer a:hover, .nav-drawer a.is-active { color: var(--cream); }
@media (min-width: 640px) {
  .nav-desktop { display: flex; }
  .nav-mobile-actions { display: none; }
  .nav-drawer { display: none !important; }
}

.hero {
  position: relative;
  min-height: calc(100svh - 3.4rem);
  display: grid; align-items: end;
  overflow: hidden; background: var(--bg);
}
.hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 78% 42%;
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(7,7,7,0.85) 0%, rgba(7,7,7,0.4) 36%, rgba(7,7,7,0.12) 100%),
    linear-gradient(180deg, rgba(7,7,7,0.18) 0%, rgba(7,7,7,0.05) 42%, rgba(7,7,7,0.55) 100%);
}
.hero-copy { position: relative; z-index: 2; padding: 6rem var(--pad) 3rem; max-width: var(--max); margin: 0 auto; width: 100%; }
.kicker, .section-label {
  font-family: var(--font-display); color: var(--gold);
  letter-spacing: 0.28em; font-size: 0.7rem; text-transform: uppercase; margin: 0 0 0.5rem;
}
.hero h1 {
  font-family: var(--font-display); letter-spacing: 0.18em;
  font-size: clamp(2.2rem, 6vw, 3.8rem); margin: 0.2rem 0 0; font-weight: 600;
}
.lede { max-width: 26rem; font-size: 1.2rem; color: var(--cream-dim); font-style: italic; margin: 1rem 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.6rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0.55rem 1.15rem;
  background: var(--gold); color: var(--ink) !important;
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  font-size: 0.72rem; text-decoration: none; border: 1px solid var(--gold);
  font-family: inherit; cursor: pointer;
}
.btn:hover { background: var(--gold-2); color: var(--ink) !important; }
.btn-ghost { background: transparent; color: var(--cream) !important; }
.btn-ghost:hover { border-color: var(--gold); color: var(--cream) !important; }
.avail { margin-top: 1.1rem; font-size: 0.9rem; color: var(--muted); }
.hero-socials { display: flex; gap: 0.85rem; margin-bottom: 1.1rem; }
.hero-socials a, .footer-socials a { color: var(--cream-dim); }
.hero-socials a:hover, .footer-socials a:hover { color: var(--gold-2); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 4.5rem var(--pad); }
.page-intro { padding-top: 4rem; padding-bottom: 2rem; }
.page-intro h1 {
  font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 3rem);
  margin: 0.25rem 0 0; font-weight: 500;
}
.gold-rule { width: 4rem; border: 0; border-top: 1px solid var(--gold); margin: 1.2rem 0; }
.plain { color: var(--cream-dim); max-width: 40rem; }
h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 500; margin: 0; }
h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; }

.trust { background: var(--bg-2); border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--gold-line); }
.trust ul {
  max-width: var(--max); margin: 0 auto; padding: 1.8rem var(--pad);
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; list-style: none;
}
.trust li { border-left: 1px solid rgba(197,161,90,0.4); padding-left: 0.75rem; color: var(--cream-dim); font-size: 0.92rem; }
@media (min-width: 800px) { .trust ul { grid-template-columns: repeat(4, 1fr); } }

.packages { display: grid; gap: 1.25rem; }
@media (min-width: 800px) { .packages { grid-template-columns: 1fr 1fr; } }
.card {
  display: block; border: 1px solid rgba(197,161,90,0.35);
  background: var(--bg-3); padding: 1.5rem; text-decoration: none; color: inherit;
}
.card:hover { border-color: var(--gold); color: inherit; }
.price { font-family: var(--font-display); font-size: 2.2rem; margin: 0.4rem 0 0.8rem; color: var(--cream); }
.price span { font-size: 1rem; color: var(--muted); letter-spacing: 0; }
.card ul { margin: 0; padding-left: 1.1rem; color: var(--cream-dim); }
.card li { margin: 0.35rem 0; }
.book-this { margin: 1.2rem 0 0; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); font-weight: 600; }

.cta-band {
  background: var(--bg-2); border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--gold-line);
}
.cta-inner {
  max-width: var(--max); margin: 0 auto; padding: 2.2rem var(--pad);
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
}
.cta-band p { font-family: var(--font-display); font-size: 1.25rem; margin: 0; }

.video-embed { position: relative; aspect-ratio: 16/9; background: var(--bg-3); border: 1px solid rgba(197,161,90,0.2); }
.video-embed iframe, .video-embed img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.play-btn {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(7,7,7,0.35);
  cursor: pointer; display: grid; place-items: center;
}
.play-disc { width: 4rem; height: 4rem; border-radius: 999px; background: var(--gold); color: var(--ink); display: grid; place-items: center; }
.tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.5rem 0 1rem; }
.tab {
  min-height: 44px; padding: 0 1rem; border: 1px solid rgba(197,161,90,0.35);
  background: transparent; color: var(--cream); letter-spacing: 0.12em;
  text-transform: uppercase; font-size: 0.72rem; font-weight: 600; font-family: inherit; cursor: pointer;
}
.tab[aria-selected="true"] { background: var(--gold); color: var(--ink); border-color: var(--gold); }

.about-grid { display: grid; gap: 2.5rem; }
@media (min-width: 800px) { .about-grid { grid-template-columns: 1.15fr 0.85fr; align-items: start; } }
.portrait { width: 100%; max-height: 32rem; object-fit: cover; object-position: 50% 20%; border: 1px solid rgba(197,161,90,0.2); }
.caption { margin-top: 0.7rem; font-family: var(--font-display); font-style: italic; color: var(--gold-2); }
.page-photo { width: 100%; max-height: 20rem; object-fit: cover; object-position: 50% 18%; border: 1px solid rgba(197,161,90,0.2); margin: 1.6rem 0 2.2rem; }

.reviews { background: var(--bg-2); border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--gold-line); }
.review-grid { display: grid; gap: 1.4rem; }
@media (min-width: 800px) { .review-grid { grid-template-columns: 1fr 1fr 1fr; } }
.review { border: 1px solid rgba(197,161,90,0.25); background: var(--bg); padding: 1.4rem; }
.stars { color: var(--gold); letter-spacing: 0.12em; }
.review-meta { color: var(--muted); font-size: 0.9rem; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 0; list-style: none; }
.chips li { border: 1px solid rgba(197,161,90,0.3); padding: 0.45rem 0.75rem; font-size: 0.92rem; }

.perfect-list { display: grid; gap: 1rem; max-width: 40rem; padding: 0; list-style: none; }
@media (min-width: 640px) { .perfect-list { grid-template-columns: 1fr 1fr; } }
.perfect-list li { border-left: 1px solid var(--gold); padding-left: 1rem; color: var(--cream-dim); }

.faq-list details { border-bottom: 1px solid rgba(197,161,90,0.2); padding: 0.6rem 0; max-width: 40rem; }
.faq-list summary { cursor: pointer; min-height: 44px; display: flex; align-items: center; font-family: var(--font-display); font-size: 1.1rem; }
.faq-list p { color: var(--cream-dim); }

.form-grid { display: grid; gap: 2.5rem; }
@media (min-width: 800px) { .form-grid { grid-template-columns: 1fr 1fr; } }
label { display: flex; flex-direction: column; gap: 0.4rem; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream-dim); font-weight: 500; }
input, select, textarea {
  min-height: 44px; background: var(--bg-3); color: var(--cream);
  border: 1px solid rgba(197,161,90,0.25); padding: 0.5rem 0.75rem;
  font: inherit; text-transform: none; letter-spacing: 0;
}
textarea { min-height: 7rem; }
.row-2 { display: grid; gap: 1rem; }
@media (min-width: 640px) { .row-2 { grid-template-columns: 1fr 1fr; } }
.job-types { border: 0; padding: 0; margin: 0; }
.job-types legend { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 0.5rem; }
.chip { min-height: 44px; padding: 0 1rem; border: 1px solid rgba(197,161,90,0.35); display: inline-flex; align-items: center; cursor: pointer; text-transform: none; letter-spacing: 0; font-size: 0.95rem; color: var(--cream); }
.chip:has(input:checked) { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.form-status { border: 1px solid rgba(197,161,90,0.4); background: var(--bg-3); padding: 1.4rem; }
.form-error { color: var(--gold-2); font-size: 0.9rem; text-transform: none; letter-spacing: 0; }

footer { border-top: 1px solid rgba(197,161,90,0.25); padding: 2rem var(--pad); }
.foot { max-width: var(--max); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; }
.company { font-family: var(--font-display); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-dim); margin: 0; }
.foot-quiet { max-width: var(--max); margin: 1rem auto 0; font-size: 0.9rem; color: var(--muted); }
.foot-quiet a { color: var(--muted); }
.foot-quiet a:hover { color: var(--cream); }
.more-link { display: inline-block; margin-top: 1.6rem; }

summary { list-style: none; }
summary::-webkit-details-marker { display: none; }

.doors-wrap { padding-top: 3.2rem; padding-bottom: 5rem; }
.doors { display: grid; gap: 1.15rem; }
@media (min-width: 800px) { .doors { grid-template-columns: repeat(3, 1fr); } }
.door {
  position: relative;
  min-height: 18.5rem;
  overflow: hidden;
  border: 1px solid rgba(197,161,90,0.25);
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: inherit;
}
.door img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 35%;
  opacity: 0.82;
}
.door:hover img, .door:focus-visible img { opacity: 1; }
.door:hover { border-color: var(--gold); color: inherit; }
.door-show img { object-position: 50% 18%; }
.door-about img { object-position: 50% 20%; }
.door-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,7,7,0.05) 10%, rgba(7,7,7,0.88) 100%);
}
.door-copy { position: relative; z-index: 1; padding: 1.25rem; }
.door-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--cream);
  font-weight: 500;
}
.door-copy span { display: block; margin-top: 0.25rem; font-size: 0.95rem; color: var(--cream-dim); }
.full-list { margin-top: 2rem; border: 1px solid rgba(197,161,90,0.2); padding: 1.2rem; }
