/* KABRYAN components layered over the original Duotone template stylesheet. */
@font-face { font-family: Montserrat; font-weight: 400 800; font-style: normal; font-display: swap; src: url('../fonts/montserrat-latin.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-weight: 400 900; font-style: normal; font-display: swap; src: url('../fonts/playfair-latin.woff2') format('woff2'); }
:root { --accent: #00c85f; --gold: #dfb568; --navy: #060958; --pink: #ff0650; --sans: Montserrat, 'Segoe UI', sans-serif; --serif: 'Playfair Display', Georgia, serif; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body.kabryan { margin: 0; padding-bottom: 82px; background: #fff; color: #333; font-family: var(--serif); }
button, input { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: default; opacity: .5; }
button svg { pointer-events: none; }
svg { vertical-align: middle; flex-shrink: 0; }
a, a:hover { text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 2000; background: #fff; padding: 12px 20px; }
.skip-link:focus { top: 10px; }
#page-section:focus { outline: none; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; transition: background .3s; font-family: var(--sans); background: linear-gradient(#080807b3, transparent); }
.site-header:before, .site-header:after { content: none; }
.site-header.scrolled { background: rgba(11,10,8,.96); }
.navigation { display: flex; align-items: center; height: 90px; gap: 25px; }
.wordmark { display: inline-flex; align-items: center; flex-shrink: 0; width: 230px; min-height: 44px; }
.wordmark img { display: block; width: 100%; height: auto; mix-blend-mode: screen; }
.navigation .wordmark img { mix-blend-mode: normal; }
#main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
#main-nav a { font-size: 14px; color: #fff; text-transform: uppercase; font-weight: 500; white-space: nowrap; }
#main-nav a:hover { color: var(--gold); }
.site-header a:focus-visible, .site-header button:focus-visible { outline-color: var(--gold); }
.nav-listen, .menu-toggle { padding: 8px; border: 0; color: #fff; background: transparent; }
.nav-listen svg { width: 24px; }
.menu-toggle { display: none; }
/* Soft amber light around a dark center, drawn entirely with CSS gradients. */
.slider-bg {
    isolation: isolate;
    overflow: hidden;
    background-color: #080808;
    background-image:
        radial-gradient(ellipse 65% 55% at 50% 48%, #080808e6 0%, #08080880 45%, transparent 80%),
        radial-gradient(ellipse 70% 85% at 108% 18%, #dfb56847 0%, #805c2826 45%, transparent 78%),
        radial-gradient(ellipse 75% 70% at -12% 92%, #b082354d 0%, #65491f21 48%, transparent 78%),
        linear-gradient(145deg, #080808 8%, #14110c 56%, #070707 100%);
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-club-scene, .footer-club-scene { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .22; mix-blend-mode: screen; filter: blur(2px); pointer-events: none; }
.slider-bg > .container { position: relative; z-index: 1; }
.slider-wrap { position: relative; display: flex; align-items: center; justify-content: center; min-height: 650px; height: 100svh; padding: 125px 0 105px; }
.header-slider { display: block; width: 100%; height: auto; top: auto; transform: none; }
.hero-quote-block { display: grid; align-items: center; min-height: 360px; padding: 42px 35px 35px; border-width: 6px; }
.hero-quote-mark { position: absolute; inset: 0 0 auto; transform: translateY(-50%); display: flex; align-items: center; gap: 24px; color: var(--gold); font: 72px/1 Georgia, serif; }
.hero-quote-mark:before, .hero-quote-mark:after { content: ''; flex: 1; height: 6px; background: #fff; }
.hero-quote { margin: 0; }
.hero-quote blockquote { margin: 0; padding: 0; border: 0; font: 700 clamp(30px,4.3vw,56px)/1.35 var(--serif); }
/* Override Duotone's global mobile paragraph size, which uses !important. */
.hero-quote blockquote p { margin: 0; font: inherit; font-size: inherit!important; text-wrap: balance; }
.hero-quote-block.is-long blockquote { font-size: clamp(28px,3.4vw,44px); }
.hero-quote figcaption { margin-top: 26px; font: 400 19px/1.5 var(--serif); }
.hero-controls { position: absolute; bottom: 155px; left: 0; right: 0; display: flex; gap: 12px; justify-content: center; align-items: center; }
.slide-dot { width: 14px; height: 14px; border: none; padding: 0; border-radius: 50%; background: #ffffff66; }
.slide-dot.is-active { background: var(--gold); }
.slide-next, .slide-previous { background: transparent; border: 0; font: 26px/1 var(--sans); color: #fff; padding: 5px 10px; }
.slide-autoplay { padding: 7px; border: 0; background: transparent; color: #fff; line-height: 1; }
.slide-autoplay svg { width: 18px; height: 18px; }
.slide-autoplay .slideshow-play-icon, .slide-autoplay.is-paused .slideshow-pause-icon { display: none; }
.slide-autoplay.is-paused .slideshow-play-icon { display: inline; }
.particle { pointer-events: none; }
.section-padding .container { position: relative; z-index: 1; }
#music, #contact { background-color: #dfb568; }
#music .particle, #contact .particle { opacity: .3; filter: grayscale(1); }
#music .album-title span:after { border-bottom-color: #4b392859; }
/* Keep the sunset visible while giving the artist copy a calm, dark backdrop. */
.about { padding: 160px 0; background-color: #160f25; isolation: isolate; }
.about:before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #140d22eb 0%, #1b102ad6 42%, #20132b9e 66%, #140d2226 100%);
    pointer-events: none;
}
.about .particle { display: none; }
.about .band-wrap { width: 100%; text-align: left; }
.about .band-wrap .section-title {
    margin: 0 0 28px;
    padding: 0 0 18px;
    border-bottom: 3px solid #e7bbc9;
    color: #fff3eb;
    font: 700 clamp(42px, 5.2vw, 68px)/1.1 var(--sans);
    letter-spacing: -.035em;
    text-shadow: 0 2px 5px #09051380, 0 8px 28px #09051366;
}
.about .band-wrap .section-subtitle {
    max-width: 660px;
    margin: 0 0 24px;
    padding: 0;
    color: #f8e7f1;
    font: 600 30px/1.5 var(--sans);
    letter-spacing: -.025em;
    text-wrap: balance;
    text-shadow: 0 2px 5px #090513b3, 0 4px 18px #09051366;
}
.about .band-wrap .section-subtitle-thin {
    max-width: 640px;
    margin: 0;
    padding: 0;
    color: #f1edf7;
    font: 500 20px/1.9 var(--sans);
    text-shadow: 0 1px 3px #090513cc, 0 3px 14px #09051399;
}
/* Two quarter-height rows add 50% to the original content height at any width. */
.featured-release { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: .25fr 1fr .25fr; background: #dfb568; }
.featured-image { display: block; grid-column: 1; grid-row: 1 / -1; position: relative; min-height: 750px; overflow: hidden; }
.featured-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.featured-explore { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100px; height: 100px; border: 3px solid white; border-radius: 50%; display: grid; place-items: center; color: white; background: #17122280; transition: background .2s; }
.featured-explore svg { width: 46px; height: 46px; }
.featured-image:hover .featured-explore, .featured-image:focus-visible .featured-explore { background: #34397ee6; }
.featured-copy { grid-column: 2; grid-row: 2; padding: 80px 10%; align-self: center; }
.featured-copy h2 { font-size: 48px; font-weight: 700; }
.featured-copy>p { font-size: 21px; line-height: 1.8; }
.featured-copy .release-kicker { font: 500 13px/1.6 var(--sans); letter-spacing: 2px; color: #4b3928; }
.featured-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.featured-actions .btn { padding: 14px 22px; font-size: 13px; }
.featured-actions .featured-platform { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: #34397e; }
.featured-actions .featured-platform:hover, .featured-actions .featured-platform:focus { color: #fff; background: #252959; }
.featured-actions .featured-platform-spotify { color: #102b20; background: #19e68c; }
.featured-actions .featured-platform-spotify:hover, .featured-actions .featured-platform-spotify:focus { color: #102b20; background: #42d796; }
.featured-actions .featured-platform-youtube { color: #fff; background: #e62117; }
.featured-actions .featured-platform-youtube:hover, .featured-actions .featured-platform-youtube:focus { color: #fff; background: #bf1b13; }
.featured-platform .fa { font-size: 18px; }
.featured-actions svg { width: 16px; height: 16px; margin-right: 6px; }
.testimonial { display: grid; grid-template-rows: .25fr 1fr .25fr; }
.testimonial-content { grid-row: 2; }
.testimonial-title { max-width: 940px; margin: 0 auto; text-align: center; color: #00154a; font: 700 44px/1.5 var(--serif); }
.quote-author { margin: 28px 0 0; text-align: center; color: white; font-size: 18px; }
/* Keep the white lettering intact and draw the requested black outline behind it. */
.testimonial-title, .quote-author { -webkit-text-stroke: 1px #000; paint-order: stroke fill; color: #00154a; }
@supports not (-webkit-text-stroke: 1px #000) {
    .testimonial-title, .quote-author { text-shadow: -1px -1px #000, 0 -1px #000, 1px -1px #000, -1px 0 #000, 1px 0 #000, -1px 1px #000, 0 1px #000, 1px 1px #000; }
}
.release-grid { display: grid; grid-template-columns: repeat(2,minmax(0,360px)); justify-content: center; gap: 35px; }
/* Duotone's floating album artwork: the cover moves independently of its caption. */
.release-card { min-width: 0; position: relative; }
.release-card:hover, .release-card:focus-within { z-index: 2; }
.release-cover { display: block; position: relative; aspect-ratio: 361 / 400; perspective: 1100px; border-radius: 5px; user-select: none; }
.release-artwork { display: block; position: relative; width: 100%; height: 100%; border-radius: inherit; transform-style: preserve-3d; transition: transform .2s ease-out; pointer-events: none; }
.release-artwork img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.release-artwork:before { content: ''; position: absolute; inset: 5%; z-index: -1; box-shadow: 0 8px 30px #0e152f66; transition: box-shadow .2s ease-out; }
.release-artwork:after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(var(--cover-shine-angle,135deg), rgb(255 255 255 / var(--cover-shine-opacity,.25)) 0%, transparent 80%); }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
    .release-cover.is-hovering .release-artwork { transform: rotateX(var(--cover-rotate-x,0deg)) rotateY(var(--cover-rotate-y,0deg)) scale3d(1.07,1.07,1.07); }
    .release-cover.is-hovering .release-artwork:before { box-shadow: 0 45px 100px #0e152f66, 0 16px 40px #0e152f66; }
}
.release-card .album-block { padding: 15px 20px 10px; }
/* The demo requests 600, but its static Playfair font resolves that weight to 700. */
.release-card .album-block-title { display: inline-block; font: 700 25px/1.4286 var(--serif); }
.release-card .album-block .album-block-subtitle { font: 400 16px/2 var(--serif); margin: 0 0 10px; }
.cover-link { display: block; position: relative; overflow: hidden; aspect-ratio: 1; }
.cover-link>img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.cover-link:hover>img { transform: scale(1.04); }
.cover-link:after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent,#0009); }
.cover-caption { position: absolute; z-index: 1; bottom: 28px; left: 28px; right: 20px; color: #fff; }
.cover-caption span { display: block; font: 12px var(--sans); letter-spacing: 3px; margin-bottom: 12px; }
.cover-caption strong { font: 400 36px/1.2 var(--serif); }
.album-block { background-color: #ffedce; }
.album-block .album-block-subtitle { color: #595047; margin-bottom: 5px; }
.album-block-title:hover { color: #34397e; }
#listen .media-title { color: var(--gold); }
#listen .media-title span:after { border-bottom-color: var(--gold); }
.our-media .track-list { max-width: 970px; margin: 0 auto; }
.track-list { list-style: none; padding: 0; border-top: 1px solid #ddd; }
.track-row { display: flex; align-items: center; min-height: 92px; gap: 24px; padding: 12px 16px; border-bottom: 1px solid #ddd; font-family: var(--sans); }
.track-title { flex: 1; min-width: 0; background: none; border: 0; text-align: left; padding: 0; color: inherit; font-size: 18px; }
.track-title span { display: block; font-size: 12px; margin-top: 6px; opacity: .7; }
.track-number { font-size: 13px; opacity: .65; width: 22px; }
.track-play { color: inherit; background: none; border: 0; padding: 10px; }
.track-play svg { width: 21px; }
.track-row.is-current { background: #00c85f19; }
.track-row.is-current .track-title { color: #008740; }
.our-media .track-list { border-color: #ffffff33; color: #fff; }
.our-media .track-row { border-color: #ffffff33; }
.our-media .track-row.is-current .track-title { color: #43ef96; }
.track-platforms { display: grid; grid-template-columns: repeat(3,36px); gap: 12px; flex-shrink: 0; }
.platform-cell { display: grid; place-items: center; width: 36px; height: 40px; }
.platform-link { display: grid; place-items: center; width: 36px; height: 40px; color: inherit; font-size: 23px; }
.platform-link:hover { color: var(--accent); }
.platform-link .fa { pointer-events: none; }
.contact { text-align: center; }
#contact .contact-title { color: #34397e; }
.contact-intro { font-weight: 700; font-size: 30px; margin: 45px auto 30px; }
.contact-pending { color: #777; font-size: 18px; }
.contact-email { display: inline-block; color: #34397e; font-size: 26px; border-bottom: 1px solid; padding-bottom: 8px; }
.contact-email:hover, .contact-email:focus { color: #252959; }
.featured-actions a:focus-visible, #music a:focus-visible, #contact a:focus-visible { outline-color: #34397e; }
#listen button:focus-visible, #listen a:focus-visible { outline-color: var(--gold); }
.social-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 35px; font-family: var(--sans); }
.social-links svg { width: 18px; }
.site-footer { position: relative; isolation: isolate; overflow: hidden; padding: 120px 0 75px; text-align: center; color: white; background: radial-gradient(ellipse at 85% 20%, #66512424, transparent 62%), linear-gradient(150deg, #080808, #13100a 55%, #070707); }
.footer-club-scene { object-position: center 65%; }
.footer-inner, .site-footer > .demo-notice { position: relative; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.footer-subscribe { display: flex; flex-direction: column; align-items: center; gap: 44px; width: 100%; margin-bottom: 32px; }
#footer-subscribe-title { max-width: 640px; margin: 0; color: #fff; font: 500 30px/1.5 var(--serif); text-wrap: balance; }
.footer-wave { display: block; width: 220px; max-width: 70%; height: auto; }
.footer-socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.footer-socials a { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid #dfb56840; border-radius: 50%; background: #0b0a0880; transition: background .2s, border-color .2s; }
.footer-socials a:hover { background: #dfb56814; border-color: var(--gold); }
.footer-socials a:focus-visible { outline-color: var(--gold); }
.footer-socials img { display: block; width: 26px; height: 26px; }
.footer-tagline { max-width: 100%; color: #fff; font: 500 16px/1.5 var(--serif); letter-spacing: .1em; text-wrap: balance; text-shadow: 0 2px 8px #0009; }
.footer-inner small { font-size: 16px; }
.demo-notice { color: #eee; font: 12px/1.6 var(--sans); margin: 25px 20px 0; }
/* Duotone album page: separate banner, cover on the left, tracklist on the right. */
.album-page { background: #fdf6e8; }
.album-hero { background-image: linear-gradient(110deg, #1e1111e6, #1c160ed9 18%, #221919bf), url('../images/background-bg-05.webp'); }
.album-hero:before, .album-hero:after { content: none; }
.album-hero .subpage-wrap { width: 100%; max-width: 800px; padding: 145px 0 85px; }
.album-hero .subpage-tilte { font: 700 clamp(48px,6vw,72px)/1.2 var(--serif); margin: 0 0 22px; overflow-wrap: anywhere; }
.album-hero .subpage-subtitle { font: 400 21px/1.6 var(--serif); margin: 0 0 28px; color: #ffedce; }
.back-link { display: inline-block; color: #fff; font: 13px/1.5 var(--sans); }
.back-link:hover { color: var(--gold); }
.album-hero a:focus-visible { outline-color: var(--gold); }
.album-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,2fr); gap: 30px; align-items: start; }
.album-sidebar, .album-tracklist { min-width: 0; }
.album-detail-card { margin: 0; }
.album-detail-card .album-block { margin-bottom: 0; }
.album-actions { justify-content: center; gap: 10px; margin-top: 24px; }
.album-actions .btn { font-size: 11px; padding: 13px 17px; }
.album-demo { font: 12px/1.6 var(--sans); color: #595047; margin-top: 20px; text-align: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border: 0; border-radius: 30px; font: 600 14px var(--sans); }
.button-primary { background: #00c85f; color: white; }
.button-primary:hover { background: #009f4c; color: #fff; }
.button svg { width: 18px; }
.track-preview-heading { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.track-preview-heading h2 { font: 700 28px/1.3 var(--serif); margin: 0; }
.track-preview-heading>span { font: 12px/1.5 var(--sans); color: #595047; }
.album-tracklist .track-list { border-top: 0; margin: 0; }
.album-tracklist .track-row { min-height: 85px; padding: 15px 0; gap: 18px; border-color: #e9e3da; }
.album-tracklist .track-number { color: #756958; opacity: 1; flex-shrink: 0; }
.album-tracklist .track-title { font: 400 23px/1.3 var(--serif); overflow-wrap: anywhere; }
.album-tracklist .track-title span { font: 400 14px/1.5 var(--serif); color: #70675e; opacity: 1; margin-top: 7px; }
.album-tracklist .track-platforms { grid-template-columns: repeat(3,44px); gap: 10px; }
.album-tracklist .platform-cell { width: 44px; height: 44px; }
.album-tracklist [data-platform="spotify"] { --platform-background: #1ed760; --platform-foreground: #082d1c; --platform-outline: #087c35; }
.album-tracklist [data-platform="youtube"] { --platform-background: #e62117; --platform-foreground: #fff; --platform-outline: #b91c15; }
.album-tracklist [data-platform="itunes"] { --platform-background: #d62d68; --platform-foreground: #fff; --platform-outline: #a01c50; }
.album-tracklist .platform-link { position: relative; width: 33px; height: 33px; font-size: 18px; border-radius: 50%; background: var(--platform-background); color: var(--platform-foreground); border: 0; box-shadow: 0 2px 6px #0000001a; transition: filter .2s, box-shadow .2s; }
.album-tracklist .platform-link:after { content: ''; position: absolute; inset: -5px; }
.album-tracklist .platform-link:hover, .album-tracklist .platform-link:focus-visible { background: var(--platform-background); color: var(--platform-foreground); filter: brightness(.93); box-shadow: 0 3px 10px #00000030; }
.album-page .platform-link:focus-visible { outline-color: var(--platform-outline); }
.album-tracks-empty { font: 400 20px/1.7 var(--serif); color: #70675e; }
.album-story { max-width: 900px; margin: 80px auto 0; padding-top: 55px; border-top: 1px solid #e9e3da; }
.album-story h2 { font: 700 32px/1.3 var(--serif); margin: 0 0 25px; }
.album-story p { font: 400 20px/1.85 var(--serif); margin: 0 0 22px; }
.album-story p:last-child { margin-bottom: 0; }
.not-found { padding-top: 180px; padding-bottom: 100px; min-height: 75vh; }
.not-found h1 { font-size: 64px; }
.not-found .eyebrow { color: var(--pink); font: 12px var(--sans); }
/* Duotone's compact black player. It remains mounted during page navigation. */
body.kabryan .audio-player { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; background: rgba(0,0,0,.97); color: #ddd; font-family: Arial,sans-serif; transition: none; }
body.kabryan .jp-audio { width: 100%; background: transparent; font-family: Arial,sans-serif; }
body.kabryan .jp-interface { display: flex; align-items: center; gap: 18px; min-height: 80px; padding: 12px 20px; }
.player-center { display: contents; }
body.kabryan .jp-controls { display: flex; align-items: center; justify-content: space-between; width: 140px; flex-shrink: 0; order: 0; }
body.kabryan .jp-interface button { display: grid; place-items: center; background: none; border: 0; color: #95959e; padding: 3px; width: 26px; height: 32px; line-height: 1; }
body.kabryan .jp-interface button:hover { color: #fff; }
body.kabryan .jp-interface .jp-play { width: 52px; height: 52px; border: 3px solid #fff; border-radius: 50%; color: #fff; margin: 0 7px; }
body.kabryan .jp-play svg { width: 28px; height: 28px; }
body.kabryan .jp-next svg, body.kabryan .jp-previous svg { width: 23px; height: 23px; color: #fff; }
.player-timeline { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 100px; order: 1; }
body.kabryan .jp-current-time, body.kabryan .jp-duration { float: none; font: 11px Arial,sans-serif; color: #a0a0a8; min-width: 30px; text-align: center; font-variant-numeric: tabular-nums; }
input[type=range] { display: block; accent-color: #fff; cursor: pointer; height: 6px; margin: 0; min-width: 0; }
#seek { flex: 1; width: 100%; }
.player-track { order: 2; width: 160px; min-width: 100px; }
.player-cover { display: none; }
.jp-track-name { display: block; color: #ddd; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.jp-artist-name { display: block; color: #888890; font-size: 12px; margin-top: 4px; }
.player-extras { order: 3; display: flex; align-items: center; gap: 12px; }
.player-extras svg { width: 20px; height: 20px; }
#playlist-toggle { order: -1; }
#volume { width: 105px; }
.pause-symbol, .muted-symbol { display: none; }
.jp-state-playing .play-symbol, .jp-state-muted .volume-symbol { display: none; }
.jp-state-playing .pause-symbol, .jp-state-muted .muted-symbol { display: inline-flex; }
.jp-state-looped .jp-repeat, .jp-state-shuffled .jp-shuffle { color: #00c85f!important; }
.playlist-panel { position: absolute; bottom: 94px; right: 20px; display: flex; flex-direction: column; width: 365px; max-width: calc(100vw - 32px); max-height: min(65svh, calc(100svh - 150px)); overflow: hidden; background: #101014; padding: 20px; border: 1px solid #333; box-shadow: 0 8px 40px #0006; }
.playlist-panel[hidden] { display: none!important; }
.playlist-heading { display: flex; flex-shrink: 0; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.playlist-heading h2 { font: 600 20px var(--sans); margin: 0; color: #fff; }
.playlist-heading button { border: 0; background: transparent; color: #fff; }
/* One scroll area and one thin divider per row, before and after audio starts. */
body.kabryan .jp-playlist { display: block!important; position: static; width: 100%; min-height: 0; overflow-y: auto; background: transparent; padding: 0; margin: 0; }
.playlist-preview, body.kabryan .jp-playlist ul { list-style: none; padding: 0; margin: 0; max-height: none; }
body.kabryan .jp-playlist ul { overflow: visible; }
.playlist-preview { min-height: 0; overflow-y: auto; }
.playlist-preview[hidden] { display: none!important; }
.playlist-preview, body.kabryan .jp-playlist { overscroll-behavior-y: contain; scrollbar-width: thin; scrollbar-color: #686870 #101014; }
.playlist-preview li, body.kabryan .jp-playlist li { padding: 0; margin: 0; border: 0; border-bottom: 1px solid #ffffff1a; font-size: 14px; }
.playlist-preview li:last-child, body.kabryan .jp-playlist li:last-child { border-bottom: 0; }
.playlist-preview button, body.kabryan .jp-playlist li a.jp-playlist-item { display: block; width: 100%; min-height: 36px; padding: 8px 0; margin: 0; border: 0; background: none; color: #ddd; text-align: left; font: 14px/20px Arial, sans-serif; overflow-wrap: anywhere; }
.playlist-preview button:hover, body.kabryan .jp-playlist li a.jp-playlist-item:hover, body.kabryan .jp-playlist li a.jp-playlist-current { color: #00c85f; }
.playlist-preview button:focus-visible, body.kabryan .jp-playlist li a.jp-playlist-item:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }
.jp-playlist-item-remove, .jp-free-media { display: none!important; }
.jp-no-solution { display: none; }
#player-message:empty { display: none; }
#player-message { position: absolute; left: 50%; bottom: 95px; transform: translateX(-50%); background: #17171e; padding: 12px 20px; color: white; font: 14px/1.5 Arial,sans-serif; max-width: 90vw; margin: 0; }
@media (max-width: 1100px) {
    .navigation .wordmark { width: 190px; }
    #main-nav { gap: 22px; }
    .player-extras { gap: 6px; }
    #volume { width: 65px; }
    .player-track { width: 130px; }
    .featured-copy { padding: 55px 8%; }
    .featured-copy h2 { font-size: 38px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navigation { gap: 18px; }
    .navigation .wordmark { width: 180px; }
    #main-nav { gap: 16px; }
    #main-nav a { font-size: 12px; }
}
@media (max-width: 991px) {
    .featured-release { grid-template-columns: 1fr; grid-template-rows: auto .25fr 1fr .25fr; }
    .featured-image { grid-row: 1; min-height: 0; aspect-ratio: 8 / 9; }
    .featured-copy { grid-column: 1; grid-row: 3; }
    .album-layout { grid-template-columns: 1fr; gap: 60px; }
    .album-sidebar { width: 100%; max-width: 420px; margin: 0 auto; }
}
@media (max-width: 767px) {
    #footer-subscribe-title { font-size: 24px!important; }
    .footer-subscribe { gap: 34px; margin-bottom: 22px; }
    .footer-wave { width: 190px; }
    .footer-socials { gap: 5px; }
    .footer-socials a { width: 44px; height: 44px; }
    .footer-socials img { width: 22px; height: 22px; }
    html { scroll-padding-top: 85px; }
    body.kabryan { padding-bottom: 120px; }
    .navigation { height: 76px; gap: 12px; }
    .navigation .wordmark { width: 180px; }
    .menu-toggle { display: block; margin-left: auto; }
    #main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; margin: 0; padding: 25px; flex-direction: column; align-items: start; background: rgba(11,10,8,.98); }
    #main-nav.is-open { display: flex; }
    .slider-wrap { min-height: 720px; height: 100svh; padding: 100px 0 195px; }
    .hero-wrap { padding: 20px 10px; }
    .no-overflow { padding-top: 45px; }
    .hero-quote-block { min-height: 350px; padding: 30px 18px; border: 4px solid #fff; border-top: 0; }
    .hero-quote-mark { gap: 16px; font-size: 58px; }
    .hero-quote-mark:before, .hero-quote-mark:after { height: 4px; }
    .hero-quote blockquote { font-size: clamp(27px,6.8vw,38px); }
    .hero-quote-block.is-long blockquote { font-size: clamp(24px,6.2vw,32px); }
    .hero-quote figcaption { font-size: 16px; margin-top: 22px; }
    .hero-controls { bottom: 145px; }
    .about { padding: 88px 0; background-position: 70% center; }
    .about:before { background: linear-gradient(110deg, #140d22e6, #1b102acc 65%, #140d22ad); }
    /* Duotone's mobile heading and paragraph sizes use !important. */
    .about .band-wrap .section-title { font-size: clamp(36px, 9vw, 48px)!important; }
    .about .band-wrap .section-subtitle { font-size: 25px!important; }
    .about .band-wrap .section-subtitle-thin { font-size: 18px!important; line-height: 1.85; }
    .featured-release { grid-template-columns: 1fr; }
    .featured-image { min-height: 0; aspect-ratio: 2 / 3; }
    .featured-copy { padding: 45px 25px; }
    .featured-copy>p { font-size: 20px; }
    .featured-copy .release-kicker { font-size: 13px!important; }
    .testimonial-title { font-size: 30px; }
    .album-wrap { padding: 0; }
    .album-subtitle, .media-subtitle { padding: 40px 10px; font-size: 23px; }
    .release-grid { grid-template-columns: minmax(0,420px); gap: 32px; }
    .album-block { margin-bottom: 0; }
    .release-card .album-block-subtitle { font-size: 16px!important; }
    .track-row { gap: 9px; padding: 12px 0; }
    .track-title { font-size: 15px; overflow-wrap: anywhere; }
    .track-title span { font-size: 11px; }
    .track-number { font-size: 12px; width: 18px; }
    .track-play { padding: 4px; }
    .track-platforms { grid-template-columns: repeat(3,28px); gap: 3px; }
    .platform-cell, .platform-link { width: 28px; height: 40px; }
    .platform-link { font-size: 20px; }
    .contact-intro { font-size: 24px; }
    .contact-email { font-size: 21px; }
    .site-footer { padding: 85px 0 55px; }
    .demo-notice { font-size: 11px; }
    .album-hero .subpage-wrap { padding: 120px 0 60px; }
    .album-hero .subpage-tilte { font-size: clamp(38px,10vw,50px)!important; }
    .album-hero .subpage-subtitle { font-size: 18px!important; }
    .album-content { padding: 60px 0; }
    .album-tracklist .track-row { gap: 10px; }
    .album-tracklist .track-title { font-size: 19px; }
    .album-tracklist .track-title span { font-size: 13px; }
    .album-tracklist .track-platforms { grid-template-columns: repeat(3,36px); gap: 5px; }
    .album-tracklist .platform-cell { width: 36px; height: 44px; }
    .album-tracklist .platform-link { width: 27px; height: 30px; font-size: 16px; }
    .album-story { margin-top: 55px; padding-top: 40px; }
    .album-story h2 { font-size: 28px!important; }
    .album-story p { font-size: 18px!important; }
    .not-found h1 { font-size: 44px; }
    body.kabryan .jp-audio { padding: 0; }
    body.kabryan .jp-interface { min-height: 116px; padding: 12px 16px 38px; gap: 16px; }
    body.kabryan .jp-controls { order: 1; width: 125px; margin-left: auto; }
    body.kabryan .jp-interface .jp-play { width: 44px; height: 44px; }
    .player-track { order: 0; flex: 1; min-width: 0; }
    .jp-track-name { font-size: 14px; }
    .jp-artist-name { font-size: 11px; }
    .player-timeline { position: absolute; left: 16px; right: 16px; bottom: 16px; }
    .player-extras { order: 2; }
    .player-extras .jp-mute, .player-extras .jp-repeat, .player-extras .jp-shuffle, #volume { display: none!important; }
    .playlist-panel { bottom: 130px; right: 16px; }
    .playlist-preview button, body.kabryan .jp-playlist li a.jp-playlist-item { min-height: 40px; padding: 10px 0; }
    .playlist-heading h2 { font-size: 20px!important; }
    #player-message { bottom: 130px; }
}
@media (max-width: 360px) {
    .footer-socials a { width: 40px; height: 40px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *:before, *:after { animation: none!important; transition: none!important; }
}
