@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/cormorant-regular.ttf') format('truetype')}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400 500;font-display:swap;src:url('/assets/cormorant-italic.ttf') format('truetype')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/manrope-regular.ttf') format('truetype')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/manrope-medium.ttf') format('truetype')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/manrope-semibold.ttf') format('truetype')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/manrope-bold.ttf') format('truetype')}

:root{--paper:#f5f0e8;--cream:#fbf8f2;--ink:#34232c;--muted:#786a6d;--plum:#4a273a;--gold:#dfc396;--line:#dfd5cc;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif;--icon-cutout:var(--paper)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:14px;-webkit-font-smoothing:antialiased}body.dialog-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}button{border:0}p{line-height:1.8}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:400}h2,h3{font-family:var(--serif)}h2 em{font-weight:400}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #ad753a;outline-offset:5px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:1px}::selection{background:var(--gold);color:var(--ink)}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;flex-shrink:0;vertical-align:middle}.skip-link{position:fixed;top:-80px;left:20px;background:var(--cream);padding:15px;z-index:100}.skip-link:focus{top:12px}.eyebrow{font-size:10px;letter-spacing:.2em;line-height:1.6;text-transform:uppercase;font-weight:600}.section-wrap{max-width:1440px;margin:auto;padding:98px 7.1%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.section-heading h2{font-size:clamp(38px,4.3vw,64px);line-height:1.04;letter-spacing:-.04em;margin:14px 0 0}.section-heading>p{font-size:12px;margin-bottom:5px;color:var(--muted);line-height:1.9}.text-link,.small-link{display:inline-flex;align-items:center;gap:22px;background:none;padding:8px 0;font-size:12px;font-weight:600}.text-link{border-bottom:1px solid currentColor}.text-link .icon,.small-link .icon{width:19px;height:19px;transition:transform .2s}a:hover .icon,button:hover>.icon,.text-link:hover .icon,.small-link:hover .icon{transform:translate(2px,-2px)}.button{min-height:52px;padding:15px 22px;display:inline-flex;align-items:center;justify-content:center;gap:15px;font-size:11px;font-weight:600;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button-gold{background:var(--gold);color:#281b20}.button-gold:hover{background:#edd4ad}.button-plum{background:var(--plum);color:var(--cream)}.button-plum:hover{background:#643a50}

.site-header{height:92px;padding:0 5.4%;display:flex;align-items:center;justify-content:space-between;background:var(--paper);position:relative;z-index:20;border-bottom:1px solid var(--line)}.wordmark{font-family:var(--serif);font-size:34px;letter-spacing:-1.5px;white-space:nowrap;line-height:1}.wordmark em{font-weight:500}.wordmark-dot{color:#aa804f}.navigation{display:flex;align-items:center;gap:37px;font-size:11px;font-weight:500}.navigation>a{position:relative}.navigation>a:not(.nav-booking):after{content:'';position:absolute;left:0;bottom:-7px;width:100%;height:1px;background:var(--plum);transform:scaleX(0);transform-origin:left;transition:transform .2s}.navigation>a:hover:after{transform:scaleX(1)}.nav-booking{display:flex;gap:28px;align-items:center;padding:12px 16px;border:1px solid #b5a79b;margin-left:11px}.nav-booking:hover{background:#e9dfd4}.nav-booking .icon{width:18px;height:18px}.menu-toggle{display:none}

.hero{height:min(770px,calc(100svh - 92px));min-height:650px;position:relative;overflow:hidden;background:#0a0b0b;color:var(--cream)}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#21151af0 0%,#21151ac4 22%,#21151a55 42%,transparent 64%);pointer-events:none}.hero-art{position:absolute;width:61%;right:0;height:100%;top:0}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:50% 32%;mask-image:linear-gradient(90deg,transparent,black 19%);-webkit-mask-image:linear-gradient(90deg,transparent,black 19%)}.hero-content{position:relative;z-index:2;padding:75px 0 0 9.1%;width:57%}.hero-eyebrow{display:flex;align-items:center;gap:13px;font-size:9px;letter-spacing:.19em;color:#dfcdbd;margin-bottom:28px;white-space:nowrap}.little-rule{width:27px;height:1px;background:var(--gold)}.hero h1{font-family:var(--serif);font-size:clamp(110px,10.6vw,160px);line-height:.79;letter-spacing:-.055em;margin:0 0 29px;font-weight:400}.hero h1 em{font-weight:400;color:var(--gold)}.hero-message{font-family:var(--serif);font-size:27px;line-height:1.28;margin-bottom:27px;color:#e9dfd9;letter-spacing:-.015em}.hero-actions{display:flex;align-items:center;gap:29px}.hero-actions .button{padding:15px 20px;gap:10px}.hero-actions .button .icon{width:19px;height:19px}.hero-booking{display:flex;align-items:center;gap:17px;font-size:10px;padding:12px 0;border-bottom:1px solid #b9a395}.hero-booking .icon{width:17px;height:17px}.hero-bottom{position:absolute;bottom:27px;left:5.4%;right:5.4%;display:flex;align-items:center;justify-content:space-between;z-index:3;color:#dbcebf;font-size:8px;letter-spacing:.16em}.hero-bottom a{font-size:9px;letter-spacing:.05em;display:flex;gap:19px;align-items:center}.hero-bottom a span{font-size:23px}.hero-side-note{position:absolute;right:27px;top:45%;writing-mode:vertical-rl;font-size:8px;letter-spacing:.25em;color:#b4aa9b;z-index:3}.new-release{padding:21px 7.1%;display:flex;align-items:center;gap:31px;background:#e9dfd3;border-bottom:1px solid #d8ccbf}.new-release>img{width:70px;height:70px;object-fit:cover}.new-release-tag{display:flex;align-items:center;gap:9px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;padding-right:28px;border-right:1px solid #c6b8aa;line-height:30px}.live-dot{width:5px;height:5px;border-radius:50%;background:#826844}.new-release-title h2{font-size:30px;line-height:1;margin:0 0 6px;letter-spacing:-.03em}.new-release-title p{font-size:9px;color:#6d5d60;margin:0;letter-spacing:.03em}.new-release>.text-link{margin-left:auto;font-size:10px;white-space:nowrap}

.music-toolbar{border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;margin:30px 0}.filters{display:flex;gap:29px}.filter{padding:16px 0;background:none;color:var(--muted);font-size:11px;border-bottom:2px solid transparent;margin-bottom:-1px}.filter.active{border-color:var(--plum);color:var(--plum);font-weight:700}.music-toolbar>.small-link{font-size:10px}.music-toolbar .icon{width:15px;height:15px}.release-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.cover-button{position:relative;display:block;padding:0;width:100%;overflow:hidden;background:#dacfc7;aspect-ratio:1}.cover-button>img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.cover-button:hover>img{transform:scale(1.035)}.cover-play{position:absolute;width:47px;height:47px;border:1px solid #ffffff6b;background:#33252d9c;backdrop-filter:blur(8px);color:white;bottom:17px;right:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.cover-button:hover .cover-play{background:var(--plum)}.cover-play .icon{width:23px;height:23px;margin-left:-2px}.release-meta{display:flex;align-items:center;justify-content:space-between;margin-top:17px}.release-meta h3{font-size:29px;letter-spacing:-.04em;margin:0 0 4px;line-height:1.1}.release-meta p{font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin:0}.release-meta p span{padding:0 5px}.release-arrow{background:none;padding:10px;align-self:start}.release-arrow .icon{width:19px;height:19px}.streaming-row{display:flex;align-items:center;justify-content:center;gap:34px;border-top:1px solid var(--line);margin-top:38px;padding-top:27px}.streaming-row>span{font-size:10px;color:var(--muted)}.streaming-row>div{display:flex;align-items:center;gap:28px}.streaming-row a{display:flex;align-items:center;gap:8px;font-size:11px}.streaming-row .icon{width:20px;height:20px}

.story-section{display:grid;grid-template-columns:44% 56%;background:#e9e0d7;max-width:1440px;margin:auto}.story-art{position:relative;min-height:600px;overflow:hidden;background:#849aac}.story-art>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 12%}.story-art:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#172330aa,transparent 25%)}.story-photo-caption{position:absolute;bottom:25px;left:32px;right:32px;z-index:1;color:white;font-size:8px;letter-spacing:.17em;display:flex;justify-content:space-between;gap:15px}.story-photo-caption span{font-size:8px;letter-spacing:.02em}.story-copy{padding:66px 12% 65px}.story-copy>.eyebrow{font-size:9px;margin-bottom:20px}.story-copy h2{font-size:clamp(39px,4.2vw,61px);line-height:1.03;letter-spacing:-.045em;margin-bottom:25px}.story-rule{width:42px;height:1px;background:#9f7b50;margin-bottom:24px}.story-copy>p:not(.eyebrow):not(.story-signoff){font-size:12px;line-height:1.95;color:#6c5a5d;margin-bottom:17px}.story-copy>p:first-of-type+*{color:inherit}.story-copy .story-signoff{font-family:var(--serif);font-size:27px;font-style:italic;margin:24px 0 17px;color:var(--plum);line-height:1.2}.story-copy>.text-link{font-size:10px}

.watch-section{padding-top:91px;padding-bottom:94px}.watch-section .section-heading{margin-bottom:32px}.watch-section .section-heading>.text-link{margin-bottom:7px;font-size:10px}.video-feature{width:100%;aspect-ratio:2.1;position:relative;padding:0;display:block;overflow:hidden;text-align:left;background:#31271f;color:white}.video-feature>img{height:100%;width:100%;object-fit:cover;object-position:center 37%;transition:transform .7s}.video-feature:hover>img{transform:scale(1.025)}.video-shade{position:absolute;inset:0;background:linear-gradient(0deg,#1a111be6,transparent 48%,#1a111b99)}.video-topline{position:absolute;top:28px;left:34px;right:34px;display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:.2em;color:#eee2d0}.video-topline>span{font-size:8px;letter-spacing:.15em}.video-play{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);width:75px;height:75px;border:1px solid #fff9;border-radius:50%;background:#ffffff14;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;transition:background .2s}.video-play .icon{width:29px;height:29px}.video-feature:hover .video-play{background:#ffffff3d}.video-caption{position:absolute;bottom:33px;left:34px;right:34px;display:flex;align-items:end;justify-content:space-between;gap:25px}.video-caption>span:first-child{font-family:var(--serif);font-size:clamp(29px,3.3vw,48px);letter-spacing:-.035em;line-height:1.1}.video-caption-action{display:flex;align-items:center;gap:17px;white-space:nowrap;font-size:10px;padding-bottom:7px;border-bottom:1px solid #c2b6ae}.video-caption-action .icon{width:17px;height:17px}

.booking-section{max-width:1440px;margin:auto;display:grid;grid-template-columns:43% 57%;padding:81px 7.1% 85px;background:#35202d;color:#f6ecdf;gap:0}.booking-intro{padding:14px 19% 0 0}.booking-intro>.eyebrow{color:#dbc197;font-size:9px;margin-bottom:27px}.booking-intro h2{font-size:clamp(47px,5.5vw,77px);letter-spacing:-.045em;line-height:.96;margin-bottom:28px}.booking-intro h2 em{color:var(--gold)}.booking-intro>p:not(.eyebrow){color:#d0bfc7;font-size:12px;line-height:1.9;margin-bottom:28px}.event-types{display:flex;flex-wrap:wrap;gap:8px}.event-types span{border:1px solid #7a5c6b;padding:9px 10px;color:#e0cfd7;font-size:9px}.booking-note{display:flex;gap:18px;align-items:center;padding-top:33px;margin-top:40px;border-top:1px solid #654957;color:var(--gold)}.booking-note>.icon{width:30px;height:30px}.booking-note>p{font-family:var(--serif);font-size:23px;line-height:1.25;margin:0;letter-spacing:-.015em}.direct-email{display:flex;align-items:center;gap:12px;overflow-wrap:anywhere;font-size:11px;margin-top:27px;color:var(--gold)}.direct-email .icon{width:19px;height:19px}.booking-form{padding:37px 34px 31px;background:var(--cream);color:var(--ink)}.form-heading{display:flex;gap:18px;justify-content:space-between;align-items:center;margin-bottom:28px}.form-heading h3{font-size:28px;letter-spacing:-.04em;margin:0;line-height:1}.form-heading>span{font-size:8px;color:var(--muted);white-space:nowrap}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;min-width:0}.field label{font-size:10px;font-weight:600}.field input,.field select,.field textarea{width:100%;border:1px solid #d8cfc6;background:#fbf8f2;color:var(--ink);border-radius:0;padding:12px;font-size:10px;line-height:1.4;min-height:43px;max-width:100%}.field input::placeholder,.field textarea::placeholder{color:#8b7c7a;opacity:1}.field select{cursor:pointer}.field textarea{resize:vertical;min-height:105px}.field-hint{font-size:8px;color:var(--muted);line-height:1.3}.form-delivery{font-size:9px;line-height:1.6;color:#796664;margin:0 0 16px}.submit-button{width:100%;justify-content:space-between;font-size:11px;min-height:49px}.submit-button .icon{width:18px;height:18px}.form-footnote{font-size:8px;color:var(--muted);text-align:center;line-height:1.7;margin:12px 5px 0}.form-status{background:#eae0d5;border-left:2px solid #987142;font-size:11px;line-height:1.8;margin-top:20px;padding:13px 15px}.inquiry-actions{display:flex;gap:18px;flex-wrap:wrap;align-items:center;margin-top:12px}.inquiry-actions>a,.inquiry-actions>button{font-size:10px}.inquiry-actions .icon{width:15px;height:15px}

.connect-section{text-align:center;padding:82px 24px 87px;background:#e9dfd3}.connect-star{color:#98734c;width:29px;height:29px;margin-bottom:24px}.connect-section>.eyebrow{font-size:9px;margin-bottom:18px}.connect-section h2{font-size:clamp(39px,4.5vw,63px);letter-spacing:-.04em;line-height:1.08;margin-bottom:17px}.connect-section>p:not(.eyebrow){font-size:12px;color:var(--muted);margin-bottom:25px}.connect-links{display:flex;justify-content:center;gap:35px}.connect-links a{font-size:11px;display:flex;gap:20px;align-items:center;border-bottom:1px solid #baa78f;padding:9px 0}.connect-links .icon{width:16px;height:16px}.site-footer{min-height:120px;padding:33px 5.4%;display:flex;align-items:center;justify-content:space-between;gap:25px}.site-footer .wordmark{font-size:29px}.site-footer>p{font-family:var(--serif);font-size:20px;font-style:italic;margin:0;color:var(--muted)}.site-footer>div{display:flex;gap:26px}.footer-link{font-size:9px;background:none;padding:10px 0;color:var(--muted)}

dialog{border:0;padding:40px;background:var(--cream);color:var(--ink);width:min(560px,calc(100% - 32px));max-height:calc(100svh - 40px);overflow:auto;box-shadow:0 24px 90px #0005}dialog::backdrop{background:#160c13bb;backdrop-filter:blur(7px)}.dialog-close{position:absolute;right:12px;top:12px;width:36px;height:36px;display:grid;place-items:center;background:transparent}.dialog-close:hover{background:#e5d9ce}.dialog-close .icon{width:20px;height:20px}dialog h2{font-size:44px;letter-spacing:-.035em;line-height:1.06;margin-bottom:10px}dialog .eyebrow{font-size:9px}#listen-artist{font-size:11px;color:var(--muted);margin-bottom:23px}.music-player{min-height:175px}.music-player iframe{width:100%;height:175px;border:0;display:block;border-radius:10px}.media-dialog>.button{width:100%;margin-top:19px}.embed-note{font-size:9px;color:var(--muted);margin:15px 0 0}.video-dialog{width:min(1000px,calc(100% - 32px));background:#261621;color:var(--cream)}.video-dialog h2{font-size:31px;margin-bottom:21px}.video-dialog iframe{width:100%;aspect-ratio:16/9;border:0;display:block}.video-dialog>.text-link{margin-top:17px;font-size:11px}.privacy-dialog>p:not(.eyebrow){font-size:12px;line-height:1.9}.privacy-dialog>h2{margin-bottom:25px}

@media(min-width:1441px){.hero{height:780px}.hero-content{padding-top:85px;padding-left:max(9.1%,calc((100vw - 1180px)/2))}.hero-art{width:60%}.hero-art img{object-fit:contain;object-position:center center}.new-release{padding-left:max(7.1%,calc((100vw - 1235px)/2));padding-right:max(7.1%,calc((100vw - 1235px)/2))}.section-wrap{padding-left:102px;padding-right:102px}.booking-section{padding-left:102px;padding-right:102px}.story-section{max-width:none;grid-template-columns:44% 56%}.story-copy{max-width:760px}.story-art img{object-position:center 22%}}
@media(max-width:1100px){.navigation{gap:25px}.hero{min-height:620px}.hero-content{padding:82px 0 0 7.1%}.hero h1{font-size:125px}.hero-eyebrow{font-size:8px;letter-spacing:.13em}.hero-actions{gap:19px}.hero-actions .button{font-size:10px;padding:14px}.hero-booking{gap:8px}.section-wrap{padding:75px 6%}.section-heading>p{font-size:11px}.new-release{padding-left:6%;padding-right:6%;gap:23px}.new-release-tag{padding-right:23px;font-size:8px}.release-grid{gap:23px}.story-art{min-height:590px}.story-copy{padding:55px 10%}.story-copy>p:not(.eyebrow):not(.story-signoff){font-size:11px}.story-copy h2{font-size:46px}.booking-section{padding:65px 6%;grid-template-columns:40% 60%}.booking-intro{padding-right:14%}.booking-form{padding:30px 25px}.form-heading h3{font-size:25px}.form-heading>span{font-size:7px}.form-row{gap:12px}.field input,.field select,.field textarea{padding:11px 9px;font-size:9px}.booking-intro>p:not(.eyebrow){font-size:11px}.event-types span{font-size:8px}.hero-art{width:62%}}
@media(max-width:800px){.site-header{height:78px}.wordmark{font-size:31px}.navigation{gap:19px;font-size:10px}.nav-booking{gap:10px;padding:11px;margin-left:0}.hero{height:650px;min-height:0}.hero-content{width:63%;padding-top:100px}.hero h1{font-size:117px}.hero-eyebrow{white-space:normal;max-width:290px;font-size:8px}.hero-art{width:70%;right:-10%}.hero-art img{object-position:48% 30%}.hero:after{background:linear-gradient(90deg,#21151aeb,#21151a8c 43%,transparent 80%)}.hero-message{font-size:24px}.hero-actions{align-items:flex-start;flex-direction:column;gap:10px}.hero-booking{margin-left:2px}.hero-side-note{display:none}.new-release{gap:18px}.new-release>img{width:62px;height:62px}.new-release-tag{display:none}.new-release-title h2{font-size:28px}.section-heading{gap:20px}.section-heading h2{font-size:41px}.section-heading>p{max-width:205px}.release-grid{gap:18px}.release-meta h3{font-size:25px}.release-arrow{padding:6px}.streaming-row{gap:20px}.streaming-row>div{gap:18px}.streaming-row>span{font-size:9px}.streaming-row a{font-size:10px}.story-section{grid-template-columns:42% 58%}.story-copy{padding:43px 9%}.story-copy h2{font-size:39px}.story-art{min-height:610px}.story-art>img{object-position:47% top}.story-photo-caption{left:20px;right:20px;flex-direction:column;gap:6px}.story-copy>.eyebrow{font-size:8px}.story-copy .story-signoff{font-size:24px}.watch-section .section-heading>.text-link{font-size:9px;gap:10px}.video-feature{aspect-ratio:1.8}.video-caption{left:25px;right:25px;bottom:25px}.video-caption>span:first-child{font-size:31px}.video-caption-action{font-size:9px;gap:10px}.video-play{width:61px;height:61px}.booking-section{grid-template-columns:1fr;gap:38px;padding:60px 8%}.booking-intro{padding:0;position:relative}.booking-intro h2{font-size:65px;max-width:60%}.booking-intro h2 br:nth-child(2){display:none}.booking-intro>p:not(.eyebrow){max-width:360px;font-size:12px}.booking-intro>.eyebrow{margin-bottom:20px}.booking-note{position:absolute;right:0;top:25px;width:32%;display:block;margin:0;padding:0;border:0}.booking-note>.icon{margin-bottom:16px}.booking-note>p{font-size:23px}.event-types span{font-size:9px}.booking-form{padding:35px}.form-heading h3{font-size:30px}.form-heading>span{font-size:9px}.field label{font-size:11px}.field input,.field select,.field textarea{font-size:12px;padding:12px}.field-hint{font-size:9px}.form-footnote{font-size:9px}.form-delivery{font-size:10px}.submit-button{font-size:12px}.connect-section{padding:65px 24px}.site-footer{padding:30px 6%;min-height:105px}.site-footer>p{display:none}}
@media(max-width:600px){html{scroll-padding-top:25px}.site-header{height:76px;padding:0 6%}.wordmark{font-size:32px}.menu-toggle{display:flex;width:44px;height:44px;flex-direction:column;justify-content:center;gap:6px;align-items:center;background:transparent}.menu-toggle>span:not(.sr-only){display:block;width:23px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true]>span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true]>span:nth-child(2){transform:translateY(-3.5px) rotate(-45deg)}.navigation{display:none;position:absolute;top:76px;left:0;right:0;padding:23px 6% 28px;align-items:stretch;flex-direction:column;background:var(--paper);box-shadow:0 12px 15px #26162119;font-size:13px;gap:0}.navigation.open{display:flex}.navigation>a{padding:14px 3px}.navigation>a:not(.nav-booking):after{display:none}.navigation .nav-booking{padding:13px;margin-top:10px;justify-content:space-between}.hero{height:765px;max-height:none}.hero-art{width:100%;height:69%;right:-20%;top:-5%}.hero-art img{object-fit:cover;object-position:center 23%;mask-image:linear-gradient(180deg,black 68%,transparent);-webkit-mask-image:linear-gradient(180deg,black 68%,transparent)}.hero:after{background:linear-gradient(0deg,#21151a 16%,#21151ad9 30%,#21151a22 67%,transparent),linear-gradient(90deg,#21151ab3,transparent 70%)}.hero-content{width:100%;padding:292px 7% 0}.hero-eyebrow{font-size:7.5px;letter-spacing:.13em;margin-bottom:23px;max-width:none}.hero h1{font-size:109px;line-height:.79;margin-bottom:20px;letter-spacing:-.045em}.hero h1 br{display:none}.hero h1 em{display:block}.hero-message{font-size:24px;line-height:1.3;margin-bottom:24px;max-width:270px}.hero-actions{flex-direction:row;gap:22px;align-items:center}.hero-actions .button{font-size:10px;min-height:48px;padding:14px 15px}.hero-booking{font-size:10px;gap:10px;padding-bottom:9px;margin-left:0}.hero-bottom{left:7%;right:7%;bottom:22px;font-size:6.5px;letter-spacing:.16em}.hero-bottom>a{font-size:0;gap:0}.hero-bottom>a span{font-size:23px}.hero-content .little-rule{width:20px}.new-release{padding:19px 6%;gap:15px}.new-release>img{width:58px;height:58px}.new-release-title h2{font-size:26px;margin-bottom:6px}.new-release-title p{font-size:8px;max-width:160px;line-height:1.5}.new-release>.text-link{font-size:0;gap:0;padding:8px}.new-release>.text-link .icon{width:22px;height:22px}.section-wrap{padding:63px 6%}.section-heading{display:block;margin-bottom:23px}.section-heading h2{font-size:44px;line-height:1.04;max-width:330px;margin-top:12px}.section-heading>.eyebrow{font-size:9px}.section-heading>p{margin-top:19px;max-width:none;font-size:11px;line-height:1.8}.eyebrow{font-size:9px}.music-toolbar{margin:24px 0}.filters{gap:23px}.filter{font-size:10px;padding:13px 0}.music-toolbar>.small-link{font-size:0;gap:0}.music-toolbar>.small-link>.icon{width:18px;height:18px}.release-grid{grid-template-columns:1fr;gap:31px}.release-meta{margin-top:15px}.release-meta h3{font-size:32px}.release-meta p{font-size:9px}.cover-play{width:48px;height:48px}.release-arrow{padding:9px}.release-arrow .icon{width:23px;height:23px}.streaming-row{flex-direction:column;gap:18px;margin-top:30px;padding-top:26px}.streaming-row>span{font-size:10px}.streaming-row>div{gap:21px;flex-wrap:wrap;justify-content:center}.streaming-row a{font-size:10px}.streaming-row .icon{width:18px;height:18px}.story-section{grid-template-columns:1fr}.story-art{min-height:0;height:470px}.story-art>img{object-position:center 16%}.story-photo-caption{left:6%;right:6%;bottom:25px;flex-direction:row;align-items:center;font-size:8px}.story-photo-caption>span{font-size:8px}.story-copy{padding:47px 7% 54px}.story-copy>.eyebrow{font-size:8px}.story-copy h2{font-size:47px;letter-spacing:-.04em;max-width:370px}.story-copy>p:not(.eyebrow):not(.story-signoff){font-size:12px;line-height:1.9}.story-copy .story-signoff{font-size:28px}.story-copy>.text-link{font-size:11px}.watch-section .section-heading{margin-bottom:22px}.watch-section .section-heading>.text-link{margin:18px 0 0;font-size:10px;gap:22px}.video-feature{aspect-ratio:.91}.video-feature>img{object-position:51% center}.video-topline{left:19px;right:19px;top:20px;font-size:8px;letter-spacing:.12em;align-items:start;gap:12px}.video-topline>span{font-size:6px;letter-spacing:.1em;max-width:65px;text-align:right}.video-play{width:65px;height:65px;top:42%}.video-caption{left:21px;right:21px;bottom:25px;align-items:start;flex-direction:column;gap:15px}.video-caption>span:first-child{font-size:35px;line-height:.95;max-width:250px}.video-caption-action{font-size:9px;gap:19px}.booking-section{padding:53px 6% 49px;gap:32px}.booking-intro h2{font-size:62px;max-width:100%;margin-bottom:24px}.booking-intro h2 br:nth-child(2){display:block}.booking-note{display:none}.booking-intro>p:not(.eyebrow){font-size:12px;margin-bottom:23px;max-width:320px}.event-types{gap:7px}.event-types span{padding:8px 9px;font-size:8px}.booking-form{padding:28px 20px}.form-heading{display:block;margin-bottom:24px}.form-heading h3{font-size:29px;margin-bottom:9px}.form-heading>span{font-size:8px}.form-row{grid-template-columns:1fr;gap:0}.field{gap:8px;margin-bottom:19px}.field label{font-size:10px}.field input,.field select,.field textarea{font-size:16px;padding:12px 10px;min-height:47px}.field input::placeholder,.field textarea::placeholder{font-size:12px}.field select{font-size:13px}.field input[type=date]{font-size:14px;display:block;-webkit-appearance:none;appearance:none}.field-hint{font-size:9px}.form-footnote{font-size:8px;margin-left:0;margin-right:0}.form-delivery{font-size:10px;line-height:1.7}.submit-button{font-size:11px;min-height:50px}.connect-section{padding:53px 6% 58px}.connect-section h2{font-size:46px;max-width:300px;margin:0 auto 18px}.connect-section>p:not(.eyebrow){font-size:11px;max-width:275px;margin:0 auto 22px}.connect-star{width:25px;height:25px;margin-bottom:22px}.connect-links{gap:21px}.connect-links a{font-size:10px;gap:12px}.connect-links .icon{width:15px;height:15px}.site-footer{padding:29px 6%;gap:20px;flex-direction:column}.site-footer .wordmark{font-size:31px}.site-footer>div{gap:30px}.footer-link{font-size:10px;padding:5px}.media-dialog,.privacy-dialog{padding:39px 24px 27px}dialog h2{font-size:38px}.video-dialog{padding:45px 17px 22px}.video-dialog h2{font-size:26px}.video-dialog>.text-link{font-size:10px}.embed-note{font-size:9px}}
@media(max-width:359px){.hero-actions{gap:14px}.hero-actions .button{font-size:9px;padding:13px 12px}.hero-booking{font-size:9px;gap:6px}.hero h1{font-size:101px}.hero-eyebrow{font-size:7px}.connect-links{gap:15px}.connect-links a{gap:8px}.filters{gap:19px}.form-heading h3{font-size:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Featured music: four equal covers, two on tablets, and one on phones. */
.music-section .release-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1100px){.music-section .release-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.music-section .release-grid{grid-template-columns:minmax(0,1fr)}}

/* Keep the approved square portrait centered across the existing story layouts. */
.story-art.story-art--portrait>img{object-position:center}
