/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

﻿*,*::before,*::after{box-sizing:border-box}main{margin:0;padding:0;width:100%}body{overflow-x:hidden}.container{width:100%;max-width:100%;margin:0;padding-left:0;padding-right:0}@media(min-width: 768px){.container{max-width:60rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}}.row{display:flex;flex-wrap:wrap;margin-left:-0.5rem;margin-right:-0.5rem}.row.no-gutters{margin-left:0;margin-right:0}.row.no-gutters>[class*=col]{padding-left:0;padding-right:0}[class*=col]{padding-left:.5rem;padding-right:.5rem;width:100%}@media(min-width: 768px){.col-md-6{flex:0 0 50%;max-width:50%}}@media(min-width: 992px){.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}}@media(min-width: 992px){.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}}@media(min-width: 992px){.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}}.d-flex{display:flex}.d-none{display:none !important}.d-block{display:block !important}.align-items-start{align-items:flex-start}.align-items-center{align-items:center}@media(min-width: 768px){.d-md-block{display:block !important}.d-md-none{display:none !important}.mb-md-0{margin-bottom:0 !important}.mr-md-5{margin-right:2.5rem !important}.text-md-small{font-size:.875rem}}.w-50{width:50%}.w-100{width:100%}.mb-3{margin-bottom:1rem}.mb-5{margin-bottom:2.5rem}.mt-2{margin-top:.5rem}.mb-3 ul{margin-bottom:0}.text-center{text-align:center}.text-right{text-align:right}@media(min-width: 992px){.text-lg-center{text-align:center}.text-lg-left{text-align:left}}.list-unstyled{list-style:none;padding:0;margin:0}.img-fluid{max-width:100%;height:auto;display:block}.pb-5{padding-bottom:3rem}.btn{display:inline-block;padding:.5rem 1rem;font-size:1rem;line-height:1.5;text-align:center;text-decoration:none;border:1px solid rgba(0,0,0,0);border-radius:.25rem;cursor:pointer;transition:background-color .15s,border-color .15s}.btn:focus{outline:0}.btn-lg{padding:.75rem 1.5rem;font-size:1.125rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem}.btn-outline-dark{background:rgba(0,0,0,0);color:#000;border-color:#000}.btn-outline-dark:hover{background:#000;color:#fff;border-color:#000}.blockquote{margin:0;font-size:1em}.blockquote-footer{display:block;margin-top:.5rem;font-size:.875rem;opacity:.9}.blockquote-footer::before{content:"— "}.text-small{font-size:.875rem}body.menu-open{overflow:hidden}.site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif}@media(min-width: 768px){.site-nav.site-nav--hidden{transform:translateY(-100%)}}.site-nav__bar{position:relative;z-index:1002;display:flex;align-items:center;justify-content:space-between;height:4rem;padding:0 1rem 0 1.25rem;background:hsla(0,0%,100%,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);transition:transform .4s cubic-bezier(0.16, 1, 0.3, 1)}.site-nav--hidden .site-nav__bar{transform:translateY(-100%)}@media(min-width: 768px){.site-nav__bar{padding:0 1.5rem 0 1.5rem}.site-nav--hidden .site-nav__bar{transform:translateY(-100%)}}.site-nav__brand{font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;font-size:1.5rem;font-weight:500;letter-spacing:.08em;color:#000;text-decoration:none;transition:color .25s ease,letter-spacing .25s ease}.site-nav__brand:hover{color:rgb(24,17.4,12.96);letter-spacing:.1em}.site-nav__toggler{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:48px;min-height:48px;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;border-radius:12px;transition:background .2s ease,transform .2s ease}.site-nav__toggler:hover{background:rgba(0,0,0,.05)}.site-nav__toggler:active{transform:scale(0.96)}.site-nav__toggler:focus-visible{outline:2px solid #c8916c;outline-offset:2px}@media(min-width: 768px){.site-nav__toggler{display:none}}.site-nav__toggler-bar{display:block;width:20px;height:2px;background:#000;border-radius:1px;flex-shrink:0;transition:transform .3s cubic-bezier(0.34, 1.56, 0.64, 1),opacity .15s ease;transform-origin:center center}.site-nav.is-open .site-nav__toggler-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-nav.is-open .site-nav__toggler-bar:nth-child(2){opacity:0}.site-nav.is-open .site-nav__toggler-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-nav__backdrop{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.35);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s cubic-bezier(0.16, 1, 0.3, 1),visibility .3s}.site-nav.is-open .site-nav__backdrop{opacity:1;visibility:visible;pointer-events:auto}@media(min-width: 768px){.site-nav__backdrop{display:none}}.site-nav__menu{position:fixed;top:0;right:0;bottom:0;z-index:1001;width:min(320px,90vw);max-width:100%;padding:calc(4rem + 2rem) 1.5rem calc(2rem + env(safe-area-inset-bottom, 0px));background:#fff;box-shadow:-8px 0 40px rgba(0,0,0,.12),-2px 0 8px rgba(0,0,0,.06);display:flex;flex-direction:column;justify-content:flex-start;gap:.5rem;overflow-y:auto;overflow-x:hidden;transform:translateX(100%);transition:transform .4s cubic-bezier(0.16, 1, 0.3, 1),box-shadow .3s ease;-webkit-overflow-scrolling:touch}.site-nav.is-open .site-nav__menu{transform:translateX(0)}@media(min-width: 768px){.site-nav__menu{position:absolute;top:0;right:1.5rem;bottom:auto;height:4rem;width:auto;max-width:none;padding:0;margin:0;background:rgba(0,0,0,0);box-shadow:none;z-index:1003;transform:none;flex-direction:row;align-items:center;justify-content:flex-end;gap:1.25rem;overflow:visible}}.site-nav__link{display:block;padding:.75rem .5rem;font-size:1.0625rem;font-weight:500;color:#000;text-decoration:none;border-radius:12px;transition:color .2s ease,background .2s ease}.site-nav__link:hover,.site-nav__link:focus,.site-nav__link:active{text-decoration:none}.site-nav__link:hover{color:#c8916c}@media(max-width: 767px){.site-nav__link{padding:1rem 1rem;font-size:1.125rem;font-weight:500;letter-spacing:.01em}.site-nav__link:hover{background:rgba(0,0,0,.04)}.site-nav__link:active{background:rgba(0,0,0,.07)}}@media(min-width: 768px){.site-nav__link{padding:.5rem .75rem;font-size:.875rem;font-weight:500;letter-spacing:.025em;color:#000}.site-nav__link:hover,.site-nav__link:focus{color:#c8916c;text-decoration:none}.site-nav__link:focus-visible{outline:1px solid #c8916c;outline-offset:3px}}@media(prefers-reduced-motion: reduce){.site-nav__bar,.site-nav__backdrop,.site-nav__menu,.site-nav__toggler-bar{transition-duration:.01ms !important}}.carousel-item{display:none}.carousel-item.active{display:block}.carousel-fade .carousel-inner{position:relative;overflow:hidden;width:100%;height:7rem}.carousel-fade .carousel-item{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;transform:translateX(100%);transition:transform .5s ease}.carousel-fade .carousel-item.active{transform:translateX(0);z-index:1}.carousel-fade .carousel-item.carousel-item-out{transform:translateX(-100%)}.close{font-size:2rem;color:#fff;font-weight:400}article{padding:4rem 0}@media(min-width: 768px){article .container{max-width:60rem}}@media(max-width: 767px){#bio .container{padding-left:1.25rem;padding-right:1.25rem}}@media(min-width: 768px){#bio .container{max-width:42rem}}@media(min-width: 768px){#concerts .container,#media .container{max-width:72rem}}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.modal.fullscreen{padding-right:0 !important}.modal.fullscreen .modal-header{border-radius:0;border:0}.modal.fullscreen .modal-dialog{max-width:100% !important;margin:0 !important}.modal.fullscreen .modal-content{border:0;border-radius:0;background-color:rgba(0,0,0,.9);height:100vh}#quotes .carousel-inner{animation:quotes-initial .5s ease-out}@keyframes quotes-initial{from{opacity:0}to{opacity:1}}.text-small{font-size:.875rem}#quotes{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:400;font-style:italic;line-height:1.5;width:100%;display:flex;align-items:flex-start;margin-top:auto;color:#fff}#quotes .carousel-inner{width:100%;background:rgba(0,0,0,.45);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:2.5rem 1.5rem}#quotes .blockquote{margin:0 .5rem;font-size:1rem;text-align:center}#quotes .blockquote-footer{font-style:normal;font-size:.875rem;opacity:.9;text-align:center}html{font-size:100%;scroll-behavior:smooth}body{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;font-weight:400;line-height:1.65;color:#000}h1,.lead{text-align:center}h1{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:2rem;font-weight:600;line-height:1.35;letter-spacing:.02em;margin-bottom:2.5rem;color:rgb(142.4893465347,83.0781713302,43.1106534653)}.lead{font-size:1.25rem;font-weight:400;line-height:1.65;margin-bottom:2.5rem}p{margin-bottom:1.5rem}p:last-child{margin-bottom:0}blockquote{margin:2.5rem 0}b,strong{font-weight:600}button:focus{outline:0}a{color:#c8916c;text-decoration:none}a:hover,a:active{color:#c8916c;text-decoration:none}.copyright{font-size:.875rem;margin-bottom:0;opacity:.8}.btn{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;letter-spacing:.06em}.btn:focus{box-shadow:none;outline:0}.btn-primary{color:#fff;background-color:#c8916c;border-color:#c8916c}.btn-primary:hover{color:#fff;background-color:rgb(189.5853960396,124.1707920792,80.1646039604);border-color:rgb(186.1138613861,117.2277227723,70.8861386139)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#c8916c;border-color:#c8916c}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:rgb(186.1138613861,117.2277227723,70.8861386139);border-color:rgb(177.7462871287,111.2425742574,66.5037128713)}.footer{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;padding:4rem 1rem;background:linear-gradient(165deg, rgb(165.9816633663, 96.7753267327, 50.2183366337) 0%, rgb(139.7053465347, 83.6228669824, 45.8946534653) 100%);color:#fff;text-align:center}@media(min-width: 768px){.footer{padding:6rem 1rem}}.footer__inner{max-width:60rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2.5rem}@media(min-width: 768px){.footer__inner{gap:4rem}}.footer__nav{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}@media(min-width: 768px){.footer__nav{gap:1rem}}.footer__link{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:#fff;background:hsla(0,0%,100%,.12);border-radius:50%;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}@media(min-width: 768px){.footer__link{width:3rem;height:3rem}}.footer__link .footer__icon{width:1.1rem;height:1.1rem;fill:currentColor;display:block}@media(min-width: 768px){.footer__link .footer__icon{width:1.2rem;height:1.2rem}}.footer__link:hover{background:hsla(0,0%,100%,.95);color:rgb(165.9816633663,96.7753267327,50.2183366337);transform:translateY(-2px);text-decoration:none}.footer__link:focus-visible{outline:2px solid #fff;outline-offset:3px}.footer__copy{margin:0;font-size:.875rem;color:hsla(0,0%,100%,.6);font-weight:400;letter-spacing:.02em}.concert-date{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;letter-spacing:.04em;color:rgb(142.4893465347,83.0781713302,43.1106534653);margin:0 0 .25rem 0;font-size:1.0625rem;line-height:1.4}.concert-place{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;color:#595959;margin:0 0 .5rem 0;font-size:1rem;line-height:1.4}.concert,.festival{padding-top:1.5rem}:not(.festival)>.concert{margin-bottom:2.5rem}.festival>.concert{margin-bottom:0}.festival>.concert:last-child{margin-bottom:1rem}:not(.festival)>.concert+.concert{border-top:1px solid #eee}.concert .list-unstyled{margin-bottom:0;margin-top:.25rem}.festival{border-top:2px solid #eee;border-bottom:2px solid #eee}.concert-year{border-bottom:1px solid #eee}.concert-year:first-of-type .concert-year__header{border-top:none}.concert-year__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;margin:0;border:0;border-top:1px solid #eee;background:rgba(0,0,0,0);font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:600;color:#000;text-align:left;cursor:pointer;transition:color .2s ease,background .2s ease;padding:1.125rem 0}@media(max-width: 767px){.concert-year__header{justify-content:center;text-align:center;gap:.5rem}}.concert-year__header:hover{color:#c8916c}.concert-year__header:focus-visible{outline:2px solid #c8916c;outline-offset:2px}.concert-year__title{letter-spacing:.02em}.concert-year__count{font-weight:400;font-size:.875rem;color:#9e9e9e;margin-left:.5rem}@media(max-width: 767px){.concert-year__header>span:first-of-type{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap}}.concert-year__chevron{display:inline-block;width:.5rem;height:.5rem;margin-left:.5rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1)}.concert-year.is-open .concert-year__chevron{transform:rotate(-135deg)}.concert-year__content{overflow:hidden;max-height:0;transition:max-height .4s cubic-bezier(0.4, 0, 0.2, 1)}.concert-year.is-open .concert-year__content{max-height:5000px}.concert-year__content-inner{padding-bottom:.5rem;opacity:0;transform:translateY(-8px);transition:opacity .3s ease,transform .3s cubic-bezier(0.4, 0, 0.2, 1)}.concert-year.is-open .concert-year__content-inner{opacity:1;transform:translateY(0)}.gallery-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;justify-content:center;max-width:56rem;margin:0 auto}@media(min-width: 768px){.gallery-grid{grid-template-columns:repeat(3, 1fr);gap:1.25rem}}@media(min-width: 992px){.gallery-grid{grid-template-columns:repeat(4, 1fr)}}.thumbnail{position:relative;border-radius:12px;overflow:hidden;background:#eee;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease;aspect-ratio:4/3}.thumbnail:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.thumbnail a{display:block;width:100%;height:100%}.thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.overlay{position:absolute;inset:0;display:flex;z-index:1;align-items:center;justify-content:center;pointer-events:none}.overlay.play::before{content:"";width:0;height:0;border-top:.65rem solid rgba(0,0,0,0);border-bottom:.65rem solid rgba(0,0,0,0);border-left:1rem solid hsla(0,0%,100%,.9);margin-left:.15rem;display:inline-block}.main{position:relative;display:flex;flex-direction:column;justify-content:flex-end;height:100vh;padding:0}.main__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 3rem;z-index:0}.main .carousel-fade,.main #quotes{position:relative;z-index:1}#recordings{background-color:#000;color:#c8916c}#recordings .lead{margin-bottom:4rem}#recordings .row.no-gutters{margin-bottom:2.5rem}#recordings .recordings-cta{text-align:center;margin-top:4rem}.spotify-wrap{position:relative}.spotify-overlay{display:none}@media(max-width: 767px){.spotify-overlay{display:flex;position:absolute;inset:0;align-items:center;justify-content:center;background:rgba(0,0,0,.75);pointer-events:auto;z-index:1;transition:opacity .25s ease,visibility .25s ease}}@media(max-width: 767px){.spotify-wrap.is-active .spotify-overlay{opacity:0;visibility:hidden;pointer-events:none}}.spotify-overlay__label{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;color:hsla(0,0%,100%,.9);letter-spacing:.04em}.spotify-iframe{display:block;width:100%}.cta-buy{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;font-weight:600;letter-spacing:.04em;text-decoration:none;color:#fff;background-color:rgb(156.0908910891,92.6126517434,49.9091089109);border:2px solid rgb(156.0908910891,92.6126517434,49.9091089109);border-radius:2.5rem;box-shadow:0 4px 20px rgba(200,145,108,.35);transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.cta-buy:hover,.cta-buy:active{color:#fff;text-decoration:none;background-color:rgb(171.5484356436,101.7840017219,54.8515643564);border-color:rgb(171.5484356436,101.7840017219,54.8515643564);transform:translateY(-2px);box-shadow:0 6px 28px rgba(200,145,108,.45)}.cta-buy:focus-visible{outline:2px solid #fff;outline-offset:3px}.cta-buy .cta-buy__label{position:relative}.cta-buy .cta-buy__arrow{font-size:1.25em;line-height:1;opacity:.9;transition:transform .2s ease}.cta-buy:hover .cta-buy__arrow{transform:translateX(3px)}#bio{background:#faf8f6;color:#000}@media(max-width: 767px){#concerts .container{padding-left:1.25rem;padding-right:1.25rem}}#concerts .d-flex.mb-5{margin-bottom:4rem;gap:4rem;flex-wrap:wrap}@media(min-width: 768px){#concerts .d-flex.mb-5{flex-wrap:nowrap;align-items:flex-start}#concerts .d-flex.mb-5>.w-100{flex:1 1 0;min-width:0}}@media(min-width: 768px){#concerts .concert-photos{flex-shrink:0;width:50%;padding-right:4rem}}#concerts .concert .list-unstyled.text-small{font-size:1rem;line-height:1.5}#concerts .concert-photo{position:relative;border-radius:10px;overflow:hidden;background:#eee;box-shadow:0 2px 16px rgba(0,0,0,.08);margin-bottom:2.5rem;transition:transform .25s ease,box-shadow .25s ease}#concerts .concert-photo:last-child{margin-bottom:0}#concerts .concert-photo:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.12)}#concerts .concert-photo::before{content:"";position:absolute;inset:0;border:1px solid rgba(0,0,0,.06);border-radius:10px;pointer-events:none}#concerts .concert-photo img{display:block;width:100%;height:auto;vertical-align:middle}@media(max-width: 767px){#media .container{padding-left:1.25rem;padding-right:1.25rem}}#media .gallery-grid{padding-top:.5rem}#contact{background:linear-gradient(180deg, #f0ede9 0%, #e8e4df 100%);padding-bottom:6rem}#contact .container{display:flex;flex-direction:column;align-items:center}#contact .contact__title{margin-bottom:2.5rem}.contact-card{width:100%;max-width:22rem;padding:4rem 2.5rem;text-align:center;background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04)}@media(min-width: 768px){.contact-card{padding:4rem 2.5rem}}.contact-card__label{margin:0 0 .5rem 0;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgb(142.4893465347,83.0781713302,43.1106534653)}.contact-card__name{margin:0 0 1rem 0;font-size:1.25rem;font-weight:600;color:#000;letter-spacing:.02em}.contact-card__email{display:inline-block;font-size:1rem;color:rgb(142.4893465347,83.0781713302,43.1106534653);text-decoration:none;transition:color .2s ease}.contact-card__email:hover{color:rgb(111.1662574257,64.8152974602,33.6337425743);text-decoration:none}.contact-card__email:focus-visible{outline:2px solid rgb(142.4893465347,83.0781713302,43.1106534653);outline-offset:3px}@media screen and (min-width: 768px){#quotes{font-size:1.25rem}#quotes .blockquote{font-size:1.125rem}h1{font-size:2.25rem}h1,.lead{text-align:left}.lead{font-size:1.35rem}}@media screen and (min-width: 768px){article{padding:6rem 0}}@media screen and (min-width: 992px){html{font-size:106.25%}h1{font-size:2.5rem}article{padding:5rem 0}}@media screen and (min-width: 1200px){html{font-size:112.5%}h1{font-size:2.75rem}article{padding:6rem 0}}/*# sourceMappingURL=main.css.map */
