:root{--ink: #1a1a1a;--charcoal: #3d3d3d;--stone: #6b6b6b;--mist: #9a9a9a;--sand: #c4b5a5;--cream: #f5f2ed;--paper: #fdfcfa;--white: #ffffff;--terracotta: #c17f59;--sage: #7a8b7a;--font-serif: Inter, EB Garamond, Georgia, serif;--font-sans: Inter, DM Sans, -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 8rem;--space-2xl: 12rem;--container: 1400px;--container-narrow: 900px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{cursor:pointer;background:none;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}body{font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.6;color:#3d3d3d;background:#fdfcfa}h1,h2,h3,h4{font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;color:#1a1a1a;line-height:1.1;letter-spacing:-.02em;font-weight:800}h1{font-size:5rem}h2{font-size:3rem}h3{font-size:2rem}h4{font-size:1.25rem}p{max-width:65ch}.lead{font-size:1.25rem;color:#6b6b6b;line-height:1.7}a{transition:color .2s ease}.link-underline{border-bottom:1px solid #c4b5a5;padding-bottom:2px}.link-underline:hover{border-color:#c17f59;color:#c17f59}.eyebrow{font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#c17f59;margin-bottom:1rem}.eyebrow-light{color:#c4b5a5}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.container-narrow{max-width:900px}.section{padding:8rem 0}.grid{display:grid;gap:4rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-asymmetric{grid-template-columns:1fr 1.5fr}.grid-asymmetric-reverse{grid-template-columns:1.5fr 1fr}@media(max-width:992px){.grid-2,.grid-3,.grid-4,.grid-asymmetric,.grid-asymmetric-reverse{grid-template-columns:1fr}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:1rem}.gap-md{gap:2rem}.gap-lg{gap:4rem}.row{display:flex;flex-wrap:wrap;margin:0 -1rem}.col{flex:1;padding:0 1rem}.col-6{flex:0 0 50%;max-width:50%;padding:0 1rem}@media(max-width:768px){.col-6{flex:0 0 100%;max-width:100%}}.nav{padding:2rem 0;background:#fdfcfa;border-bottom:1px solid rgba(0,0,0,.05)}.nav-inner{display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.5rem;color:#1a1a1a}.nav-logo:hover{color:#1a1a1a}.nav-menu{display:flex;align-items:center;gap:4rem}@media(max-width:768px){.nav-menu{display:none}}.nav-link{font-size:.9rem;color:#6b6b6b;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:#1a1a1a}.nav-toggle{display:none;font-size:1.5rem;color:#1a1a1a}@media(max-width:768px){.nav-toggle{display:block}}.nav-spacer{height:80px}.footer{background:#1a1a1a;color:#9a9a9a;padding:8rem 0 4rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:8rem}@media(max-width:992px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:576px){.footer-grid{grid-template-columns:1fr}}.footer-brand{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.5rem;color:#fff;margin-bottom:1rem}.footer-text{font-size:.9rem;line-height:1.7;max-width:300px}.footer-title{font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:2rem}.footer-links li{margin-bottom:.5rem}.footer-links a{font-size:.9rem;color:#9a9a9a;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-bottom{padding-top:4rem;border-top:1px solid rgba(255,255,255,.1);font-size:.875rem;display:flex;justify-content:space-between}@media(max-width:576px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.footer-social{display:flex;gap:2rem}.footer-social a{color:#9a9a9a}.footer-social a:hover{color:#fff}@media(max-width:576px){.footer-social{justify-content:center}}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;border:none;cursor:pointer;transition:all .2s ease}.btn-dark{background:#1a1a1a;color:#fff}.btn-dark:hover{background:#3d3d3d}.btn-outline{background:transparent;color:#1a1a1a;border:1px solid #1a1a1a}.btn-outline:hover{background:#1a1a1a;color:#fff}.btn-outline-reverse{background:transparent;color:#fff;border:1px solid #ffffff}.btn-outline-reverse:hover{background:#fff;color:#1a1a1a}.btn-outline-sand{background:transparent;color:#fff;border:1px solid #c4b5a5}.btn-outline-sand:hover{background:#fff;border:1px solid #ffffff;color:#1a1a1a}.btn-text{padding:0;background:none;text-transform:none;letter-spacing:0;font-weight:400;border-bottom:1px solid #c4b5a5;display:inline-block}.btn-text:hover{border-color:#1a1a1a}.btn-sm{padding:.625rem 1.25rem;font-size:.75rem}.btn-lg{padding:1.25rem 2.5rem;font-size:.9rem}.form-group{margin-bottom:2rem}.form-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#6b6b6b;margin-bottom:.5rem}.form-input,.form-textarea,.form-select{width:100%;padding:1rem;font-family:inherit;font-size:1rem;color:#1a1a1a;background:transparent;border:none;border-bottom:1px solid #c4b5a5;transition:border-color .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#1a1a1a}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#9a9a9a}.form-textarea{min-height:150px;resize:vertical}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6b6b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:4rem}.hero{display:flex;align-items:center;padding-top:2rem}.hero-text{margin-bottom:4rem}.hero-title{margin-bottom:2rem;font-weight:800}.hero-split{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}@media(max-width:992px){.hero-split{grid-template-columns:1fr}}.hero-content{max-width:550px}@media(max-width:992px){.hero-content{max-width:100%;text-align:center;order:2}}.hero-image{position:relative}.hero-image img{width:100%;height:85vh;object-fit:cover}@media(max-width:992px){.hero-image img{height:50vh}}@media(max-width:992px){.hero-image{order:1}}.hero-caption{position:absolute;bottom:2rem;left:2rem;font-size:.75rem;color:#fff;letter-spacing:.1em;text-transform:uppercase}.card{background:#fff;border:1px solid #c4b5a5;padding:2rem}.card:hover{border-color:#6b6b6b}.feature{display:grid;grid-template-columns:200px 1fr;gap:4rem;padding:4rem 0;border-top:1px solid #c4b5a5}@media(max-width:768px){.feature{grid-template-columns:1fr;gap:1rem}}.feature-number{font-family:Inter,EB Garamond,Georgia,serif;font-size:3rem;line-height:1;color:#c4b5a5}@media(max-width:768px){.feature-number{font-size:2rem}}.feature-title{margin-bottom:.5rem}.feature-text{color:#6b6b6b}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center;padding:8rem 0;border-top:1px solid #c4b5a5;border-bottom:1px solid #c4b5a5}@media(max-width:768px){.stats{grid-template-columns:repeat(2,1fr)}}.stat-number{font-family:Inter,EB Garamond,Georgia,serif;font-size:clamp(2.5rem,5vw,4rem);line-height:1;color:#1a1a1a}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#6b6b6b;margin-top:1rem}.testimonial{text-align:center;max-width:800px;margin:0 auto;padding:8rem 0}.testimonial-quote{font-family:Inter,EB Garamond,Georgia,serif;font-size:clamp(1.25rem,3vw,2rem);font-style:italic;line-height:1.5;color:#1a1a1a;margin-bottom:4rem}.testimonial-quote:before{content:'"'}.testimonial-quote:after{content:'"'}.testimonial-author{font-size:.875rem;color:#6b6b6b}.testimonial-author strong{color:#1a1a1a;font-weight:500}.spotlight{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}@media(max-width:992px){.spotlight{grid-template-columns:1fr}}.spotlight-reversed .spotlight-content{order:2}.spotlight-reversed .spotlight-image{order:1}@media(max-width:992px){.spotlight-reversed .spotlight-content{order:1}.spotlight-reversed .spotlight-image{order:2}}.spotlight-image img{width:100%;height:500px;object-fit:cover}@media(max-width:768px){.spotlight-image img{height:350px}}.image-feature{position:relative;height:70vh;display:flex;align-items:flex-end;padding:8rem;overflow:hidden}.image-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.image-feature:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 90%);z-index:1}.image-feature-content{position:relative;z-index:2;max-width:500px;color:#fff}.image-feature-content h2{color:#fff}.album-item{position:relative}.album-cover{aspect-ratio:1;overflow:hidden;margin-bottom:1rem}.album-cover img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%);transition:filter .3s ease}.album-cover:hover img{filter:grayscale(0%)}.album-title{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.25rem;margin-bottom:.25rem}.album-year{font-size:.875rem;color:#6b6b6b}.service-item{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;border-bottom:1px solid #c4b5a5;transition:padding .2s ease}.service-item:first-child{border-top:1px solid #c4b5a5}.service-name{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.5rem}.service-price{color:#6b6b6b}.pricing-table{width:100%;border-collapse:collapse}.pricing-table th,.pricing-table td{padding:2rem;text-align:left;border-bottom:1px solid #c4b5a5}.pricing-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#6b6b6b;font-weight:500}.pricing-table td:first-child{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.25rem}.pricing-table td:last-child{text-align:right}.pricing-table tr:hover{background:#f5f2ed}.timeline{position:relative;padding-left:8rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:#c4b5a5}.timeline-item{position:relative;padding-bottom:4rem}.timeline-item:before{content:"";position:absolute;left:-8rem;top:.5rem;width:9px;height:9px;background:#c17f59;border-radius:50%;transform:translate(-4px)}.timeline-year{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#c17f59;margin-bottom:.5rem}.timeline-title{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.25rem;margin-bottom:.5rem}.timeline-text{color:#6b6b6b}.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}@media(max-width:768px){.highlights-grid{grid-template-columns:1fr}}.highlight-card{background:#fff;border:1px solid #c4b5a5;padding:4rem}.highlight-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.highlight-icon{font-size:1.5rem;color:#c17f59}.highlight-title{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.5rem;color:#1a1a1a;margin:0}.highlight-subtitle{font-size:.875rem;color:#6b6b6b;margin-bottom:2rem}.highlight-list{list-style:none;padding:0;margin:0}.highlight-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(196,181,165,.4)}.highlight-item:last-child{border-bottom:none}.highlight-bullet{color:#c17f59;font-size:.5rem;flex-shrink:0}.highlight-name{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.125rem;color:#3d3d3d;flex:1;transition:color .2s ease}.highlight-item:hover .highlight-name{color:#1a1a1a}.highlight-meta{font-size:.8rem;color:#6b6b6b;text-transform:uppercase;letter-spacing:.05em}.highlight-listen{font-size:.875rem;color:#6b6b6b;border-bottom:1px solid #c4b5a5;padding-bottom:2px;transition:all .2s ease;flex-shrink:0}.highlight-listen:hover{color:#1a1a1a;border-color:#1a1a1a}.featured-release{background:#1a1a1a;color:#fff;padding:4rem;display:flex;flex-direction:column;justify-content:center}.featured-release h2{color:#fff;margin-bottom:1rem}.featured-release .eyebrow{color:#c4b5a5}.featured-release .divider{background:#3d3d3d;margin:2rem 0}.featured-release-meta{color:#9a9a9a;margin-bottom:.5rem}.featured-release-desc{color:#9a9a9a;line-height:1.8;margin-bottom:2rem}.track-item{display:flex;justify-content:space-between;padding:1.5rem 0;border-bottom:1px solid #c4b5a5}.track-item:first-child{border-top:1px solid #c4b5a5}.track-info{display:flex;gap:2rem}.track-number{color:#6b6b6b;width:2rem}.track-name{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.1rem}.track-duration{color:#6b6b6b}.show-item{display:flex;justify-content:space-between;padding:1.5rem 0;border-bottom:1px solid #c4b5a5}.show-item:first-child{border-top:1px solid #c4b5a5}.show-title{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.25rem}.show-venue{color:#6b6b6b;margin-top:.25rem}.show-meta{text-align:right}.show-date{font-weight:500}.show-link{font-size:.875rem}.streaming-links{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.streaming-link{font-size:1.25rem;color:#6b6b6b;transition:color .2s ease}.streaming-link:hover{color:#1a1a1a}.grid-no-gap{gap:0}.img-cover-full{width:100%;height:100%;object-fit:cover}.img-cover-500{width:100%;height:500px;object-fit:cover}.marquee{overflow:hidden;white-space:nowrap;padding:1rem 0;border-top:1px solid #c4b5a5;border-bottom:1px solid #c4b5a5;background:#fdfcfa}.marquee-inner{display:inline-block;font-family:Inter,EB Garamond,Georgia,serif;font-size:clamp(1rem,2vw,1.5rem);font-style:italic;color:#9a9a9a;letter-spacing:.02em}.marquee-inner span{padding:0 2rem}.grid-asymmetric{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}@media(max-width:992px){.grid-asymmetric{grid-template-columns:1fr}}.grid-asymmetric-reverse{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem}@media(max-width:992px){.grid-asymmetric-reverse{grid-template-columns:1fr}}.divider{width:60px;height:1px;background:#c4b5a5}.section-lg{padding:12rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:8rem}@media(max-width:992px){.contact-grid{grid-template-columns:1fr}}.image-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}.image-grid-item{overflow:hidden}.image-grid-item img{width:100%;height:100%;object-fit:cover}.image-grid-item.span-8{grid-column:span 8}.image-grid-item.span-4{grid-column:span 4}.image-grid-item.span-6{grid-column:span 6}.image-grid-item.tall{grid-row:span 2}@media(max-width:768px){.image-grid-item.span-8,.image-grid-item.span-4,.image-grid-item.span-6{grid-column:span 1}}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-stone{color:#6b6b6b}.text-mist{color:#9a9a9a}.text-white{color:#fff}.text-terracotta{color:#c17f59}.bg-cream{background:#f5f2ed}.bg-paper{background:#fdfcfa}.bg-ink{background:#1a1a1a}.bg-white{background:#fff}.mb-0{margin-bottom:0}.mb-xs{margin-bottom:.5rem}.mb-sm{margin-bottom:1rem}.mb-md{margin-bottom:2rem}.mb-lg{margin-bottom:4rem}.mb-xl{margin-bottom:8rem}.mt-0{margin-top:0}.mt-xs{margin-top:.5rem}.mt-sm{margin-top:1rem}.mt-md{margin-top:2rem}.mt-lg{margin-top:4rem}.mt-xl{margin-top:8rem}.my-sm{margin-top:1rem;margin-bottom:1rem}.my-md{margin-top:2rem;margin-bottom:2rem}.my-lg{margin-top:4rem;margin-bottom:4rem}.p-sm{padding:1rem}.p-md{padding:2rem}.p-lg{padding:4rem}.py-sm{padding-top:1rem;padding-bottom:1rem}.py-md{padding-top:2rem;padding-bottom:2rem}.py-lg{padding-top:4rem;padding-bottom:4rem}.py-xl{padding-top:8rem;padding-bottom:8rem}.px-sm{padding-left:1rem;padding-right:1rem}.px-md{padding-left:2rem;padding-right:2rem}.px-lg{padding-left:4rem;padding-right:4rem}.w-100{width:100%}.max-w-narrow{max-width:900px}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}@media(max-width:768px){.hide-mobile{display:none}}@media(min-width:768px){.hide-desktop{display:none}}.img-cover{width:100%;height:100%;object-fit:cover}.img-rounded{border-radius:8px}.relative{position:relative}.absolute{position:absolute}.overflow-hidden{overflow:hidden}.font-serif{font-family:Inter,EB Garamond,Georgia,serif}.font-sans{font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.lh-tight{line-height:1.2}.lh-normal{line-height:1.6}.lh-loose{line-height:1.8}.flex-between{display:flex;align-items:center;justify-content:space-between}.italic{font-style:italic}
