: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;-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}@media(max-width:992px){h1{font-size:3rem}}h2{font-size:3rem}@media(max-width:992px){h2{font-size:2rem}}h3{font-size:2rem}@media(max-width:992px){h3{font-size:1.5rem}}h4{font-size:1.25rem}@media(max-width:992px){h4{font-size:1rem}}p{margin-bottom:1.5rem;color:#6b6b6b}strong{color:#1a1a1a}.lead{font-size:1.25rem;color:#6b6b6b;line-height:1.7}@media(max-width:768px){.lead{font-size:1rem}}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}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:992px){.container{padding:0 1rem}}.container-narrow{max-width:900px}.section{padding:8rem 0}@media(max-width:992px){.section{padding:4rem 0}}@media(max-width:992px){.section-lg{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}.block-grid{display:grid;grid-template-columns:repeat(var(--block-grid--grid-columns, 12),1fr);gap:4rem}.block-grid__items{display:contents}.block-grid__item{grid-column:span var(--block-grid--item-column-span, 12);grid-row:span var(--block-grid--item-row-span, 1)}.block-grid__areas{display:grid;grid-template-columns:repeat(var(--block-grid--area-grid-columns, 12),1fr);gap:4rem}.block-grid__area{grid-column:span var(--block-grid--area-column-span, 12);display:grid;grid-template-columns:repeat(var(--block-grid--grid-columns, 12),1fr);gap:4rem}@media(max-width:992px){.grid-2,.grid-3,.grid-4,.grid-asymmetric,.grid-asymmetric-reverse,.block-grid,.block-grid__area{grid-template-columns:1fr}.block-grid__item{grid-column:1/-1}}.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{position:relative;z-index:1000;padding:1rem 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:2rem}@media(max-width:768px){.nav-menu{display:none}.nav-menu.active{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fdfcfa;padding:2rem;gap:1rem;border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 10px 30px #0000000d;z-index:100;align-items:flex-start;animation:slideDown .2s ease}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-link{font-size:.9rem;color:#6b6b6b;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:#1a1a1a}@media(max-width:768px){.nav-link{font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.1rem;padding:.5rem 0;display:block;width:100%;text-align:left}}.nav-toggle{display:none;font-size:1.5rem;color:#1a1a1a;background:none;border:none;cursor:pointer;padding:0}@media(max-width:768px){.nav-toggle{display:block}}.nav-spacer{height:80px}.nav-lang{display:flex;align-items:center;gap:.5rem;padding-left:1rem;border-left:1px solid rgba(26,26,26,.2)}.nav-lang .nav-link{font-size:.8rem;font-weight:500;letter-spacing:.05em;padding:0}.nav-lang .nav-link.active{font-weight:700;color:#1a1a1a}@media(max-width:768px){.nav-lang .nav-link{font-size:.9rem;width:auto}}@media(max-width:768px){.nav-lang{margin-left:0;padding-left:0;border-left:none;margin-top:1rem;border-top:1px solid rgba(26,26,26,.1);padding-top:2rem;width:100%;justify-content:flex-start}}.footer{background:#1a1a1a;color:#9a9a9a;padding:8rem 0 4rem}@media(max-width:576px){.footer{padding:4rem 0 2rem}}.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;text-align:center}}.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}.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;flex-wrap:wrap;gap:2rem}@media(max-width:576px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.footer-social{display:flex;gap:2rem;flex-wrap:wrap}.footer-social a{color:#9a9a9a}.footer-social a:hover{color:#fff}@media(max-width:576px){.footer-social{justify-content:center}}@keyframes spin{to{transform:rotate(360deg)}}.header-block{margin-bottom:4rem}.image-text-block__image img{width:100%;height:auto;object-fit:cover}.cta-block{padding:8rem 0}.cta-block h2{margin-bottom:2rem}.cta-block p{color:#6b6b6b;max-width:450px;margin:0 auto 4rem}.album-feature .grid{gap:0}@media(max-width:992px){.album-feature__image{height:300px}}@media(max-width:576px){.album-feature__image{height:200px}}.album-feature__image img{width:100%;height:100%;object-fit:cover;display:block}.album-feature__content{background:#1a1a1a;color:#fff;padding:4rem;display:flex;flex-direction:column;justify-content:center;height:100%}@media(max-width:768px){.album-feature__content{padding:2rem}}.album-feature .eyebrow{color:#c4b5a5;margin-bottom:0}.album-feature h2{color:#fff;margin-bottom:1rem}.album-feature__meta{color:#9a9a9a;margin-bottom:.5rem}.album-feature .divider{width:60px;height:1px;background:#3d3d3d;margin:2rem 0}.album-feature__desc{color:#9a9a9a;line-height:1.8;margin-bottom:2rem}.album-feature__actions{display:flex;gap:1rem;flex-wrap:wrap}.album-feature .btn-outline{border-color:#c4b5a5;color:#fff}.album-feature .btn-outline:hover{background:#c4b5a5;color:#1a1a1a;border-color:#c4b5a5}.btn{display:inline-flex;align-items:center;gap:.75rem;font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:all .2s ease}@media(max-width:768px){.btn{padding:.75rem 1.5rem;font-size:.75rem}}.btn-dark{background:#1a1a1a;color:#fff}.btn-dark:hover{background:#3d3d3d}.btn-dark .btn-loading-spinner{display:none}.btn-dark .btn-loading-spinner svg{animation:spin 1s linear infinite}.htmx-request .btn-loading-spinner,.htmx-request.btn-loading-spinner{display:inline-flex}.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}.contact-form{max-width:900px;margin:auto}.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;border-radius:0;appearance:none;-webkit-appearance:none;transition:border-color .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#1a1a1a}select.form-input:invalid,select.form-select:invalid{color:#9a9a9a}option{color:#1a1a1a}.form-textarea{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}.form-checkbox-group{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.form-checkbox{appearance:none;-webkit-appearance:none;background-color:transparent;margin-top:0;font:inherit;color:currentColor;width:1.15em;height:1.15em;border:1px solid #c4b5a5;border-radius:0;display:grid;place-content:center;cursor:pointer;flex-shrink:0}.form-checkbox:before{content:"";width:.65em;height:.65em;opacity:0;box-shadow:inset 1em 1em #1a1a1a;background-color:#1a1a1a;transform-origin:center}.form-checkbox:checked{border-color:#1a1a1a}.form-checkbox:checked:before{opacity:1}.form-checkbox:focus-visible{outline:1px solid #1a1a1a;outline-offset:2px}.field-validation-error{display:block;color:#dc2626;font-size:.7rem;margin-top:.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.form-feedback{padding:2rem;margin-top:4rem;border:1px solid transparent;text-align:center;animation:fadeIn .5s ease-out}.form-feedback h3{font-size:1.25rem;font-family:EB Garamond,serif}.form-feedback.success{background-color:#c4b5a51a;border-color:#c4b5a5;color:#1a1a1a}.form-feedback.error{background-color:#dc26260d;border-color:#dc262633;color:#dc2626}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.contact-info-box{background:#f5f2ed;padding:2rem 1rem;border-radius:4px;margin-bottom:2.5rem}.contact-info-box div{margin-bottom:2rem}.contact-info-box div:last-child{margin-bottom:0}.contact-info-box h4{font-size:.85rem;font-weight:500;font-style:italic;margin-bottom:.5rem;color:#1a1a1a}.contact-info-box p{font-size:.9rem;color:#6b6b6b;line-height:1.6;margin-bottom:0}.hero{display:flex;align-items:center;padding-top:2rem;margin-bottom:4rem}@media(max-width:992px){.hero{padding-top:0}}.hero-text{margin-bottom:4rem}.hero-title{margin-bottom:2rem;font-weight:800;line-height:1.1}@media(max-width:1200px){.hero-title{font-size:3.5rem}}@media(max-width:992px){.hero-title{font-size:2.5rem}}@media(max-width:768px){.hero-title{font-size:2rem}}.hero-split{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}@media(max-width:992px){.hero-split{grid-template-columns:1fr;gap:4rem}}@media(max-width:768px){.hero-split{gap:2rem}}.hero-content{max-width:550px}@media(max-width:992px){.hero-content{max-width:100%;order:2}}.hero-image{position:relative}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 40%);pointer-events:none}.hero-image img{width:100%;height:80vh;object-fit:cover;display:block}@media(max-width:992px){.hero-image img{height:45vh}}@media(max-width:768px){.hero-image img{height:40vh}}@media(max-width:576px){.hero-image img{height:25vh}}@media(max-width:992px){.hero-image{order:1;margin-left:-18px;margin-right:-18px}}.hero-caption{position:absolute;bottom:2rem;left:2rem;font-size:.75rem;color:#fff;letter-spacing:.1em;text-transform:uppercase;z-index:2}.card{background:#fff;border:1px solid #c4b5a5;padding:2rem}.card:hover{border-color:#6b6b6b}.feature{display:grid;grid-template-columns:100px 1fr;padding:1rem 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:2rem;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;display:flex;align-items:flex-end;padding:8rem;overflow:hidden}@media(max-width:768px){.image-feature{padding:4rem 2rem}}.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;flex-direction:column;align-items:flex-start;gap:1rem;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-text{max-width:63rem}.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}@media(max-width:768px){.pricing-table thead{display:none}.pricing-table tr{display:block;margin-bottom:2rem;border-bottom:1px solid #c4b5a5}.pricing-table td{display:flex;justify-content:space-between;align-items:center;border:none;padding:.5rem 0;text-align:right;font-size:1rem}.pricing-table td:before{content:attr(data-label);font-weight:500;color:#6b6b6b;text-align:left;margin-right:2rem;flex-shrink:0}.pricing-table td:first-child{font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem}}.timeline{position:relative;padding-left:8rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:#c4b5a5}@media(max-width:768px){.timeline{padding-left:4rem}}.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)}@media(max-width:768px){.timeline-item:before{left:-4rem}}.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:992px){.highlights-grid{gap:2rem}}@media(max-width:992px){.highlights-grid{grid-template-columns:1fr}}.highlight-card{background:#fff;padding:4rem;display:flex;flex-direction:column}@media(max-width:992px){.highlight-card{padding:2rem}}.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-bottom:2rem}.highlight-link{width:fit-content;margin-top:auto}.highlight-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(196,181,165,.4)}@media(max-width:576px){.highlight-item{justify-content:space-between;padding:1.25rem 0}}.highlight-item:last-child{border-bottom:none}.highlight-bullet{color:#c17f59;font-size:1rem;flex-shrink:0}@media(max-width:576px){.highlight-bullet{display:none}}.highlight-name{font-family:Inter,EB Garamond,Georgia,serif;font-size:1.125rem;color:#3d3d3d;flex:1;transition:color .2s ease}@media(max-width:576px){.highlight-name{font-size:1rem;font-weight:500;margin-right:1rem}}.highlight-item:hover .highlight-name{color:#1a1a1a}.highlight-meta{font-size:.8rem;color:#6b6b6b;text-transform:uppercase;letter-spacing:.05em}@media(max-width:576px){.highlight-meta{font-weight:600;color:#1a1a1a}}.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}@media(max-width:576px){.highlight-listen{border:none;padding:0;margin:0;height:24px;display:flex;align-items:center}.highlight-listen:hover{color:#c17f59}}.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-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}@media(max-width:768px){.show-item{flex-direction:column;gap:1rem}}.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}@media(max-width:768px){.show-meta{text-align:left}}.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}@media(max-width:768px){.img-cover-500{height:300px}}.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}.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;height:70vh}@media(max-width:768px){.image-grid{grid-template-columns:1fr}}.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}}@media(min-width:768px){.sticky-sidebar{position:sticky;top:8rem}}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{font-family:Inter,EB Garamond,Georgia,serif;color:#1a1a1a;margin-top:4rem;margin-bottom:2rem;line-height:1.3}.rte h1:first-child,.rte h2:first-child,.rte h3:first-child,.rte h4:first-child,.rte h5:first-child,.rte h6:first-child{margin-top:0}.rte h1{font-size:2.5rem}@media(max-width:768px){.rte h1{font-size:2rem}}.rte h2{font-size:2rem}@media(max-width:768px){.rte h2{font-size:1.75rem}}.rte h3{font-size:1.5rem}@media(max-width:768px){.rte h3{font-size:1.375rem}}.rte h4{font-size:1.25rem}.rte h5,.rte h6{font-size:1.125rem}.rte p{color:#6b6b6b;line-height:1.8;margin-bottom:1rem}.rte p:last-child{margin-bottom:0}.rte a{color:#1a1a1a;text-decoration:underline;text-decoration-color:#c4b5a5;text-underline-offset:3px;transition:all .2s ease}.rte a:hover{color:#c17f59;text-decoration-color:#c17f59}.rte ul,.rte ol{margin-bottom:2rem;padding-left:2rem;color:#6b6b6b;line-height:1.8}.rte ul:last-child,.rte ol:last-child{margin-bottom:0}.rte ul{list-style-type:disc}.rte ul li::marker{color:#c17f59}.rte ol{list-style-type:decimal}.rte ol li::marker{color:#c17f59;font-weight:500}.rte li{padding-left:.5rem}.rte li:last-child{margin-bottom:0}.rte ul ul,.rte ol ol,.rte ul ol,.rte ol ul{margin-top:.5rem;margin-bottom:.5rem}.rte blockquote{border-left:3px solid #c17f59;padding-left:2rem;margin:4rem 0;font-family:Inter,EB Garamond,Georgia,serif;font-size:1.125rem;font-style:italic;color:#3d3d3d}.rte blockquote p{color:inherit}.rte blockquote cite{display:block;margin-top:1rem;font-size:.875rem;font-style:normal;color:#6b6b6b}.rte img{max-width:100%;height:auto;display:block;margin:4rem 0;border-radius:2px}.rte hr{border:none;border-top:1px solid rgba(196,181,165,.4);margin:8rem 0}.rte table{width:100%;border-collapse:collapse;margin:4rem 0;font-size:.9375rem}.rte table th,.rte table td{padding:1rem 2rem;text-align:left;border-bottom:1px solid rgba(196,181,165,.4)}.rte table th{font-family:Inter,EB Garamond,Georgia,serif;font-weight:500;color:#1a1a1a;background:#f5f2ed80}.rte table td{color:#6b6b6b}.rte table tbody tr:last-child th,.rte table tbody tr:last-child td{border-bottom:none}.rte code{font-family:Courier New,monospace;font-size:.875em;background:#c4b5a533;padding:2px 6px;border-radius:3px;color:#3d3d3d}.rte pre{background:#c4b5a533;padding:2rem;border-radius:4px;overflow-x:auto;margin:4rem 0}.rte pre code{background:none;padding:0}.rte strong,.rte b{font-weight:600;color:#1a1a1a}.rte em,.rte i{font-style:italic}.rte small{font-size:.875em;color:#6b6b6b}.rte>*+*{margin-top:0}.rte h1+p,.rte h2+p,.rte h3+p,.rte h4+p,.rte h5+p,.rte h6+p{margin-top:0}.track-list{margin-bottom:var(--space-md)}.track-item,.gig-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) 0;border-bottom:1px solid var(--sand);transition:border-color .3s ease;text-decoration:none;position:relative}.track-item:hover{border-color:var(--terracotta)}.track-info{display:flex;align-items:center;gap:var(--space-sm)}.track-title,.gig-location{font-family:var(--font-serif);font-size:1.2rem;font-weight:400;color:var(--ink);margin:0;line-height:1.2}.track-link{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--stone);transition:color .3s ease}.track-link:before{content:"";position:absolute;inset:0;margin-inline:0}.track-item:hover .track-link{color:var(--terracotta)}.gig-list{margin-bottom:var(--space-md)}.gig-item{display:block}.gig-location{margin-bottom:.5rem}.gig-date{font-family:var(--font-sans);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--terracotta);font-weight:500;display:block}.content-col{display:flex;flex-direction:column;height:100%}.content-col .btn-text{margin-top:auto;align-self:flex-start}#newsletter-form{display:flex;align-items:end;gap:1rem}@media(max-width:768px){#newsletter-form{display:flex;flex-direction:column;align-items:center}#newsletter-form .newsletter-input{text-align:center}}#newsletter-form-container{display:flex;justify-content:center}.newsletter-form{display:flex;gap:var(--space-sm);max-width:500px;margin:0 auto}.newsletter-input{flex:1;background:transparent;border:none;border-bottom:1px solid var(--sand);padding:var(--space-sm);font-family:var(--font-sans);font-size:1rem;color:var(--ink);border-radius:0;appearance:none;-webkit-appearance:none}.newsletter-input:focus{outline:none;border-color:var(--ink)}@media(max-width:600px){.newsletter-form{flex-direction:column}}.newsletter-feedback{margin-top:var(--space-md);font-size:.875rem;font-weight:500}.newsletter-feedback.success{color:var(--ink)}.newsletter-feedback.error{color:#dc2626}.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-paper{background:#fdfcfa}.mb-0{margin-bottom:0}.mb-xs{margin-bottom:.5rem}.mb-sm{margin-bottom:1rem}@media(max-width:992px){.mb-sm{margin-bottom:.5rem}}.mb-md{margin-bottom:2rem}@media(max-width:992px){.mb-md{margin-bottom:1rem}}.mb-lg{margin-bottom:4rem}@media(max-width:992px){.mb-lg{margin-bottom:2rem}}.mb-xl{margin-bottom:8rem}@media(max-width:992px){.mb-xl{margin-bottom:4rem}}.mb-2xl{margin-bottom:12rem}@media(max-width:992px){.mb-2xl{margin-bottom:8rem}}.mt-0{margin-top:0}.mt-xs{margin-top:.5rem}.mt-sm{margin-top:1rem}.mt-md{margin-top:2rem}@media(max-width:992px){.mt-md{margin-top:1rem}}.mt-lg{margin-top:4rem}@media(max-width:992px){.mt-lg{margin-top:2rem}}.mt-xl{margin-top:8rem}@media(max-width:992px){.mt-xl{margin-top:4rem}}.my-sm{margin-top:1rem;margin-bottom:1rem}@media(max-width:992px){.my-sm{margin-top:.5rem;margin-bottom:.5rem}}.my-md{margin-top:2rem;margin-bottom:2rem}@media(max-width:992px){.my-md{margin-top:1rem;margin-bottom:1rem}}.my-lg{margin-top:4rem;margin-bottom:4rem}@media(max-width:992px){.my-lg{margin-top:2rem;margin-bottom:2rem}}.my-xl{margin-top:8rem;margin-bottom:8rem}@media(max-width:992px){.my-xl{margin-top:4rem;margin-bottom:4rem}}.my-2xl{margin-top:12rem;margin-bottom:12rem}@media(max-width:992px){.my-2xl{margin-top:8rem;margin-bottom:8rem}}.p-sm{padding:1rem}@media(max-width:992px){.p-sm{padding:.5rem}}.p-md{padding:2rem}@media(max-width:992px){.p-md{padding:1rem}}.p-lg{padding:4rem}@media(max-width:992px){.p-lg{padding:2rem}}.py-sm{padding-top:1rem;padding-bottom:1rem}@media(max-width:992px){.py-sm{padding-top:.5rem;padding-bottom:.5rem}}.py-md{padding-top:2rem;padding-bottom:2rem}@media(max-width:992px){.py-md{padding-top:1rem;padding-bottom:1rem}}.py-lg{padding-top:4rem;padding-bottom:4rem}@media(max-width:992px){.py-lg{padding-top:2rem;padding-bottom:2rem}}.py-xl{padding-top:8rem;padding-bottom:8rem}@media(max-width:992px){.py-xl{padding-top:4rem;padding-bottom:4rem}}.px-sm{padding-left:1rem;padding-right:1rem}@media(max-width:992px){.px-sm{padding-left:.5rem;padding-right:.5rem}}.px-md{padding-left:2rem;padding-right:2rem}@media(max-width:992px){.px-md{padding-left:1rem;padding-right:1rem}}.px-lg{padding-left:4rem;padding-right:4rem}@media(max-width:992px){.px-lg{padding-left:2rem;padding-right:2rem}}.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}.theme-dark,.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark h5,.theme-dark h6{color:#fff}.theme-dark p,.theme-dark .lead{color:#9a9a9a}.theme-dark .eyebrow{color:#c4b5a5}.theme-dark a:not(.btn){color:#fff;text-decoration-color:#c4b5a5}.theme-dark a:not(.btn):hover{color:#c4b5a5;text-decoration-color:#c4b5a5}.theme-dark .btn-dark{background:#fff;color:#1a1a1a;border-color:#fff}.theme-dark .btn-dark:hover{background:#c4b5a5;border-color:#c4b5a5}.theme-dark .btn-outline{border-color:#c4b5a5;color:#fff}.theme-dark .btn-outline:hover{background:#c4b5a5;color:#1a1a1a;border-color:#c4b5a5}.theme-dark .rte{color:#9a9a9a}.theme-dark .rte h1,.theme-dark .rte h2,.theme-dark .rte h3,.theme-dark .rte h4,.theme-dark .rte h5,.theme-dark .rte h6{color:#fff}.theme-dark .rte p{color:#9a9a9a}.theme-dark .rte a{color:#fff;text-decoration-color:#c4b5a5}.theme-dark .rte a:hover{color:#c4b5a5;text-decoration-color:#c4b5a5}.theme-dark .rte strong,.theme-dark .rte b{color:#fff}.theme-dark .rte ul li::marker,.theme-dark .rte ol li::marker{color:#c4b5a5}.theme-dark .rte blockquote{border-left-color:#c4b5a5;color:#fff}.theme-dark .rte blockquote cite{color:#9a9a9a}.theme-dark .rte hr{border-top-color:#c4b5a54d}.theme-dark .rte code{background:#ffffff1a;color:#fff}.theme-dark .rte pre{background:#ffffff1a}.theme-dark .rte table th{background:#ffffff0d;color:#fff}.theme-dark .rte table td{color:#9a9a9a}.theme-dark .rte table th,.theme-dark .rte table td{border-bottom-color:#c4b5a533}.theme-dark .feature-number{color:#c4b5a5}.theme-dark .service-name{color:#fff}.theme-dark .service-price{color:#c4b5a5}.theme-dark .divider{background:#c4b5a54d}.theme-light{color:#3d3d3d}.bg-ink{background:#1a1a1a}.bg-charcoal{background:#3d3d3d}.bg-cream{background:#f5f2ed}.bg-sand{background:#c4b5a5}.bg-white{background:#fff}
