@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;500;600&display=swap";.mc-raised{font-size:.78em;position:relative;top:-.18em;letter-spacing:.01em}:root{--bg-primary: #0c0a07;--bg-secondary: #141209;--bg-card: #1c1810;--gold: #c8922a;--gold-light: #e0b050;--cream: #f0e6d3;--cream-muted: #b8a890;--muted: #6a5e50;--border: #2a2318}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--cream);font-family:Inter,sans-serif;overflow-x:hidden}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to bottom,#0c0a07f2,#0c0a0700);transition:background .3s}.nav.scrolled{background:#0c0a07f7;border-bottom:1px solid var(--border)}.nav-logo{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--gold);letter-spacing:.05em;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--cream-muted);text-decoration:none;font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--gold)}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;padding:10rem 4rem 4rem;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/hero-D7IunrSU.jpg) right center / cover no-repeat}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a0806d9,#0a080699 35%,#0a080626 65%,#0a08060d)}.hero>*:not(.hero-bg):not(.hero-scroll){position:relative;z-index:1;max-width:600px}.hero-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;position:relative}.hero-eyebrow:before{content:"— ";opacity:.5}.hero-eyebrow:after{content:none}.hero-title{font-family:Playfair Display,serif;font-size:clamp(3.5rem,10vw,8rem);font-weight:900;line-height:1;color:var(--cream);position:relative;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-title span{color:var(--gold)}.hero-location{font-size:.9rem;font-weight:300;color:var(--cream);letter-spacing:.05em;margin-bottom:1rem;opacity:.85}.hero-tagline{font-size:1rem;font-weight:300;color:var(--cream-muted);letter-spacing:.15em;text-transform:uppercase;margin-bottom:3rem;position:relative}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start;position:relative}.btn-primary{background:var(--gold);color:var(--bg-primary);border:none;padding:.85rem 2.2rem;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--cream-muted);border:1px solid var(--muted);padding:.85rem 2.2rem;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.hero-scroll{position:absolute;bottom:2.5rem;left:4rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--muted);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;animation:bounce 2s infinite}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--gold),transparent)}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.section{padding:6rem 2rem}.section-inner{max-width:1200px;margin:0 auto}.section-label{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.section-label:after{content:"";flex:1;max-width:60px;height:1px;background:var(--gold);opacity:.4}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--cream);line-height:1.1;margin-bottom:1rem}.section-subtitle{font-size:1rem;color:var(--cream-muted);font-weight:300;max-width:600px;line-height:1.7;margin-bottom:3rem}.videos-section{background:var(--bg-secondary)}.videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.video-card{background:var(--bg-card);border:1px solid var(--border);overflow:hidden;transition:transform .2s,border-color .2s;cursor:pointer}.video-card:hover{transform:translateY(-3px);border-color:var(--gold)}.video-card.active{border-color:var(--gold);grid-column:1 / -1}.video-thumb{position:relative;width:100%;aspect-ratio:16/9;background:#0a0806;overflow:hidden}.video-thumb img{width:100%;height:100%;object-fit:cover;opacity:.85;transition:opacity .2s}.video-card:hover .video-thumb img{opacity:1}.play-btn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;transition:background .2s}.video-card:hover .play-btn{background:#0000001a}.play-icon{width:56px;height:56px;border-radius:50%;background:#c8922ae6;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s}.video-card:hover .play-icon{transform:scale(1.1);background:var(--gold)}.play-icon svg{width:22px;height:22px;fill:var(--bg-primary);margin-left:3px}.video-embed{width:100%;aspect-ratio:16/9}.video-embed iframe{width:100%;height:100%;border:none}.video-info{padding:1rem 1.25rem}.video-title{font-family:Playfair Display,serif;font-size:1rem;color:var(--cream);font-weight:600;margin-bottom:.25rem}.video-meta{font-size:.72rem;color:var(--muted);letter-spacing:.05em}.story-section{background:var(--bg-primary);position:relative}.story-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/guitar-bg-CeQ1AVB4.jpg) center center / cover no-repeat;opacity:.07;pointer-events:none}.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 768px){.hero{padding:8rem 2rem 4rem}.hero>*:not(.hero-bg):not(.hero-scroll){max-width:85vw}.hero-title{font-size:clamp(2.5rem,8vw,4rem);margin-bottom:1rem}.hero-location{font-size:.8rem;margin-bottom:.8rem}.hero-tagline{font-size:.9rem;margin-bottom:2rem}.story-layout{grid-template-columns:1fr;gap:2.5rem}.nav-links{display:none}.videos-grid,.listen-grid{grid-template-columns:1fr}}.story-text p{font-size:.95rem;line-height:1.85;color:var(--cream-muted);margin-bottom:1.25rem;font-weight:300}.story-text p strong{color:var(--cream);font-weight:500}.story-highlights{display:flex;flex-direction:column;gap:1.5rem}.highlight-card{border-left:2px solid var(--gold);padding:.5rem 0 .5rem 1.25rem}.highlight-year{font-size:.68rem;font-weight:600;letter-spacing:.2em;color:var(--gold);text-transform:uppercase;margin-bottom:.25rem}.highlight-text{font-size:.9rem;color:var(--cream-muted);line-height:1.6}.listen-section{background:var(--bg-secondary)}.listen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.listen-card{background:var(--bg-card);border:1px solid var(--border);padding:2rem;text-align:center;transition:all .2s;text-decoration:none;display:block}.listen-card:hover{border-color:var(--gold);transform:translateY(-3px)}.listen-icon{width:52px;height:52px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.listen-name{font-family:Playfair Display,serif;font-size:1.15rem;color:var(--cream);font-weight:600;margin-bottom:.35rem}.listen-desc{font-size:.78rem;color:var(--muted);letter-spacing:.05em}.listen-arrow{margin-top:1.25rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.milestone{display:inline-flex;align-items:center;gap:.6rem;background:#c8922a1f;border:1px solid rgba(200,146,42,.3);padding:.6rem 1.25rem;margin-bottom:3rem;font-size:.78rem;color:var(--gold-light);letter-spacing:.05em}.milestone-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.gold-divider{width:60px;height:2px;background:var(--gold);margin:0 auto 2rem}.footer{background:var(--bg-primary);border-top:1px solid var(--border);padding:3rem 2rem;text-align:center}.footer-logo{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:900;color:var(--gold);margin-bottom:.5rem;white-space:nowrap;display:inline-block}.footer-tagline{font-size:.75rem;color:var(--muted);letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem}.footer-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.footer-links a{font-size:.72rem;color:var(--muted);text-decoration:none;letter-spacing:.1em;text-transform:uppercase;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-copy{font-size:.72rem;color:var(--muted);display:inline-block;white-space:nowrap}
