:root {
  --gold: #e4a82e;
  --cream: #f3eee5;
  --black: #050505;
  --muted: #c6b9a8;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--black); color: var(--cream); }
body { font-family: Georgia, 'Times New Roman', serif; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: var(--gold); color: #000; }
.skip-link:focus { top: 1rem; }

.gold-master { position: relative; width: 100%; background: #000; overflow: hidden; }
.gold-master__image { display: block; width: 100%; height: auto; }
.hotspot { position: absolute; display: block; border-radius: 4px; }
.hotspot:focus-visible { outline: 3px solid #fff; outline-offset: 3px; background: rgba(228,168,46,.15); }
.hotspot--work { left: 67.4%; top: 1.7%; width: 7.8%; height: 4.2%; }
.hotspot--notebook { left: 76.0%; top: 1.7%; width: 9.4%; height: 4.2%; }
.hotspot--about { left: 86.2%; top: 1.7%; width: 5.3%; height: 4.2%; }
.hotspot--contact { left: 92.0%; top: 1.7%; width: 6.2%; height: 4.2%; }
.hotspot--plays { left: 19.1%; top: 86.7%; width: 19.8%; height: 5.2%; }
.hotspot--mysteries { left: 58.0%; top: 86.7%; width: 26.3%; height: 5.2%; }
.hotspot--footer-plays { left: 31.8%; top: 95.0%; width: 4.2%; height: 3.1%; }
.hotspot--footer-mysteries { left: 36.2%; top: 95.0%; width: 11.7%; height: 3.1%; }
.hotspot--footer-notebook { left: 48.7%; top: 95.0%; width: 9.0%; height: 3.1%; }
.hotspot--footer-about { left: 58.3%; top: 95.0%; width: 4.4%; height: 3.1%; }
.hotspot--footer-contact { left: 63.2%; top: 95.0%; width: 5.5%; height: 3.1%; }

.mobile-site { display: none; }

@media (max-width: 899px) {
  .gold-master { display: none; }
  .mobile-site { display: block; min-height: 100vh; background: radial-gradient(circle at 50% 15%, #34200f 0, #100a06 42%, #050505 78%); }
  .mobile-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.1rem; background: rgba(5,5,5,.96); border-bottom: 1px solid rgba(228,168,46,.35); }
  .brand { display: flex; gap: .75rem; align-items: center; text-decoration: none; font-family: Arial, sans-serif; letter-spacing: .18em; }
  .brand-mark { font: italic 700 1.75rem Georgia, serif; color: var(--gold); letter-spacing: 0; }
  .brand b { display: block; font-size: .72rem; }
  .brand small { display: block; margin-top: .15rem; font-size: .55rem; }
  .menu-button { border: 1px solid var(--gold); color: var(--gold); background: transparent; padding: .55rem .8rem; text-transform: uppercase; letter-spacing: .13em; }
  .mobile-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: .8rem 1.1rem 1rem; background: #080706; border-bottom: 1px solid rgba(228,168,46,.35); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav a { padding: .7rem 0; text-decoration: none; font-family: Arial, sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
  .mobile-hero { padding: 4.2rem 1.4rem 3rem; text-align: center; }
  .eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .3em; font-family: Arial, sans-serif; font-size: .75rem; }
  .mobile-hero h1 { max-width: 12ch; margin: 1rem auto; font-size: clamp(3rem, 14vw, 5.4rem); line-height: .92; font-weight: 400; }
  .mobile-hero h2 { color: var(--gold); font-size: 1.45rem; font-weight: 400; }
  .mobile-hero p { max-width: 38rem; margin: 1.2rem auto; font-size: 1.05rem; line-height: 1.55; }
  .belief { color: var(--gold); font-size: 1.5rem !important; }
  .choose { margin-top: 3rem !important; color: var(--gold); font-size: 1.75rem !important; }
  .mobile-paths { display: grid; gap: 1px; background: rgba(228,168,46,.35); }
  .path-card { min-height: 32rem; padding: 3rem 1.4rem 2rem; display: flex; flex-direction: column; justify-content: flex-end; background-color: #100c08; background-size: cover; background-position: center; position: relative; overflow: hidden; }
  .path-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.96), rgba(0,0,0,.25)); }
  .path-card > * { position: relative; }
  .path-card--plays { background-image: url('assets/the-work-gold-master.png'); background-position: 17% 78%; }
  .path-card--mysteries { background-image: url('assets/the-work-gold-master.png'); background-position: 83% 78%; }
  .path-card h2 { margin: 0; font-size: 3rem; line-height: .95; font-weight: 400; }
  .tagline { color: var(--gold); font-style: italic; font-size: 1.25rem; }
  .path-card p { font-size: 1rem; line-height: 1.5; }
  .cta { margin-top: 1.5rem; padding: 1rem; border: 1px solid var(--gold); color: var(--gold); text-decoration: none; text-align: center; font-family: Arial, sans-serif; font-size: .75rem; letter-spacing: .17em; text-transform: uppercase; }
  .mobile-footer { padding: 3.5rem 1.4rem; text-align: center; border-top: 1px solid rgba(228,168,46,.35); }
  .mobile-footer p { margin: 0 0 2rem; font-size: 2rem; }
  .mobile-footer small { color: var(--muted); font-family: Arial, sans-serif; }
}

@media (min-width: 1536px) {
  .gold-master { max-width: 1920px; margin-inline: auto; }
}
