/* ============================================================
   HÂL NAĞME
   Bootstrap 5 tema katmanı
   PNG TABANLI RESPONSIVE BAKIR ÇERÇEVE
   ============================================================ */


/* ============================================================
   ROOT
   ============================================================ */

:root {
    /* --------------------------------------------------------
       ZEMİN
       -------------------------------------------------------- */

    --hn-bg-top: #244653;
    --hn-bg-mid: #1d3947;
    --hn-bg-bot: #172f3b;
    --hn-panel: rgba(27, 54, 66, .97);
    --hn-panel-2: rgba(19, 43, 54, .98);
    /* --------------------------------------------------------
       BAKIR
       -------------------------------------------------------- */

    --hn-brass-1: #e7b486;
    --hn-brass-2: #c98b5e;
    --hn-brass-3: #a96845;
    --hn-brass-4: #75452f;
    --hn-brass-5: #43291f;
    /* --------------------------------------------------------
       PATİNA
       -------------------------------------------------------- */

    --hn-patina: #4f8f7b;
    /* --------------------------------------------------------
       TİPOGRAFİ
       -------------------------------------------------------- */

    --hn-text: #e2bd94;
    --hn-text-dim: #b8916d;
    --hn-text-soft: #8ea3ab;
    /* ========================================================
       PNG FRAME GERÇEK ÖLÇÜLERİ
       ========================================================

       sou.png = 67 × 72
       yub.png = 903 × 59
       sau.png = 64 × 72

       sod.png = 54 × 403
       sad.png = 48 × 403

       saa.png = 67 × 77
       yab.png = 903 × 65
       soa.png = 64 × 77
       ======================================================== */
    /* --------------------------------------------------------
       RESPONSIVE ÖLÇEK
       -------------------------------------------------------- */

    --frame-scale: 1;
    /* --------------------------------------------------------
       REFERANS ÖLÇÜLER
       -------------------------------------------------------- */

    --sou-w: 67px;
    --sou-h: 72px;
    --yub-h: 59px;
    --sau-w: 64px;
    --sau-h: 72px;
    --sod-w: 54px;
    --sad-w: 48px;
    --saa-w: 67px;
    --saa-h: 77px;
    --yab-h: 65px;
    --soa-w: 64px;
    --soa-h: 77px;
    /* --------------------------------------------------------
       SCALED ÖLÇÜLER
       -------------------------------------------------------- */

    --f-sou-w: calc( var(--sou-w) * var(--frame-scale) );
    --f-sou-h: calc( var(--sou-h) * var(--frame-scale) );
    --f-yub-h: calc( var(--yub-h) * var(--frame-scale) );
    --f-sau-w: calc( var(--sau-w) * var(--frame-scale) );
    --f-sau-h: calc( var(--sau-h) * var(--frame-scale) );
    --f-sod-w: calc( var(--sod-w) * var(--frame-scale) );
    --f-sad-w: calc( var(--sad-w) * var(--frame-scale) );
    --f-saa-w: calc( var(--saa-w) * var(--frame-scale) );
    --f-saa-h: calc( var(--saa-h) * var(--frame-scale) );
    --f-yab-h: calc( var(--yab-h) * var(--frame-scale) );
    --f-soa-w: calc( var(--soa-w) * var(--frame-scale) );
    --f-soa-h: calc( var(--soa-h) * var(--frame-scale) );
    /* --------------------------------------------------------
       PANEL
       -------------------------------------------------------- */

    --hn-radius: 13px;
    --hn-radius-in: 5px;
}



/* ============================================================
   TEMEL
   ============================================================ */

html {
    -webkit-text-size-adjust: 100%;
}


body {
    min-height: 100vh;
    font-family: "Jost", "Segoe UI", system-ui, sans-serif;
    font-weight: 300;
    color: var(--hn-text);
    background-color: #171f26;
    background-repeat: no-repeat;
    background-image: linear-gradient( 90deg, rgba(4,12,17,.22) 0%, rgba(4,12,17,.08) 30%, rgba(4,12,17,0) 52%, rgba(126,178,196,.07) 100% ), radial-gradient( 135% 105% at 87% -10%, #7599a4 0%, #5f838f 12%, #4a6b78 24%, #385664 38%, #28414c 55%, #1d3039 72%, #182129 86%, #171f26 100% );
}


    /* ============================================================
   FİLM GREN
   ============================================================ */

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        opacity: .045;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
    }


.page {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


a {
    text-decoration: none;
    color: inherit;
}


::selection {
    background: rgba(200,137,79,.35);
    color: #fff4e4;
}


*:focus-visible {
    outline: 2px solid var(--hn-brass-2);
    outline-offset: 3px;
    border-radius: 6px;
}



/* ============================================================
   HEADER
   ============================================================ */

.site-header {
    padding: 22px 0 6px;
}


.brand {
    display: inline-block;
}


.brand__img {
    display: block;
    width: clamp( 200px, 26vw, 430px );
    height: auto;
    filter: drop-shadow( 0 6px 18px rgba(0,0,0,.5) );
}


.brand__emblem {
    width: 74px;
    height: 74px;
    flex: 0 0 auto;
    display: block;
    filter: drop-shadow( 0 4px 10px rgba(0,0,0,.45) );
}


    .brand__emblem svg {
        width: 100%;
        height: 100%;
        display: block;
    }


.brand__type {
    display: flex;
    flex-direction: column;
    gap: 2px;
}


.brand__name {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 600;
    font-size: clamp( 1.55rem, 3.1vw, 2.5rem );
    line-height: 1;
    letter-spacing: .5px;
    background: linear-gradient( 180deg, #ffe0bd 0%, #e5a26c 38%, #a9532c 72%, #f4b77e 100% );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow( 0 2px 4px rgba(0,0,0,.5) );
}


.brand__name-sep {
    display: inline-block;
    width: .18em;
}


.brand__flourish {
    display: block;
    width: min( 230px, 42vw );
    height: 16px;
    margin-top: -2px;
    opacity: .9;
}


    .brand__flourish svg {
        width: 100%;
        height: 100%;
        display: block;
    }


.tagline {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp( 1.15rem, 2.35vw, 2.15rem );
    font-weight: 500;
    letter-spacing: .4px;
    line-height: 1.25;
    background: linear-gradient( 180deg, #f8d5ad 0%, #d99155 55%, #a95a32 100% );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: 0 2px 18px rgba(0,0,0,.25);
}


.lang-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.32rem;
    color: #f0cfa6;
    border: 0;
    border-radius: 50%;
    background: radial-gradient( 70% 70% at 34% 28%, #e7b486 0%, #c98b5e 45%, #75452f 100% );
    box-shadow: 0 4px 12px rgba(0,0,0,.45), inset 0 1px 2px rgba(255,236,208,.55), inset 0 -2px 5px rgba(0,0,0,.4);
    transition: transform .25s ease, filter .25s ease;
}


    .lang-btn:hover {
        transform: translateY(-2px) rotate(8deg);
        filter: brightness(1.1);
    }



/* ============================================================
   HERO
   ============================================================ */

.hero {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    line-height: 0;
}


.hero__img {
    width: max(100%, 900px);
    height: auto;
    flex: 0 0 auto;
    -webkit-mask-image: linear-gradient( 180deg, transparent 0, #000 9%, #000 84%, transparent 100% );
    mask-image: linear-gradient( 180deg, transparent 0, #000 9%, #000 84%, transparent 100% );
}



/* ============================================================
   GENİŞ SAYFA KABI
   ============================================================ */

.container-page {
    width: 100%;
    max-width: 1860px;
    margin-inline: auto;
    padding-inline: clamp( 12px, 3vw, 48px );
}


.svg-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}



/* ============================================================
   PANELS
   ============================================================ */

.panels {
    margin-top: clamp( -26px, -1.4vw, -8px );
    position: relative;
    z-index: 2;
}


.panel-story > .frame {
    height: 100%;
}



/* ============================================================
   PNG FRAME
   ============================================================

   sou | yub | sau
   sod | içerik | sad
   saa | yab | soa

   ÖNEMLİ:

   .frame'in kendi background'ı yoktur.
   .frame'in kendi shadow'u yoktur.
   .frame::before / ::after yoktur.

   PNG'lerin şeffaf dış bölgeleri gerçekten transparandır.
   ============================================================ */

.frame {
    position: relative;
    width: 100%;
    min-width: 0;
    padding-top: var(--f-yub-h);
    padding-right: var(--f-sad-w);
    padding-bottom: var(--f-yab-h);
    padding-left: var(--f-sod-w);
    min-height: calc( var(--f-sou-h) + var(--f-saa-h) + 170px );
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
    overflow: visible;
}



/* ============================================================
   PNG PARÇALARI
   ============================================================ */

.frame-piece {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 20;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}



/* ============================================================
   SOL ÜST
   sou.png = 67 × 72
   ============================================================ */

.frame-piece--sou {
    top: 0;
    left: 0;
    width: var(--f-sou-w);
    height: var(--f-sou-h);
    background-image: url("../img/tbl/sou.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



/* ============================================================
   ÜST BORDER
   yub.png = 903 × 59
   ============================================================ */

.frame-piece--yub {
    top: 0;
    left: var(--f-sou-w);
    right: var(--f-sau-w);
    height: var(--f-yub-h);
    background-image: url("../img/tbl/yub.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



/* ============================================================
   SAĞ ÜST
   sau.png = 64 × 72
   ============================================================ */

.frame-piece--sau {
    top: 0;
    right: 0;
    width: var(--f-sau-w);
    height: var(--f-sau-h);
    background-image: url("../img/tbl/sau.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



/* ============================================================
   SOL DİKEY
   sod.png = 54 × 403
   ============================================================ */

.frame-piece--sod {
    top: var(--f-sou-h);
    left: 0;
    bottom: var(--f-saa-h);
    width: var(--f-sod-w);
    background-image: url("../img/tbl/sod.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



/* ============================================================
   SAĞ DİKEY
   sad.png = 48 × 403
   ============================================================ */

.frame-piece--sad {
    top: var(--f-sau-h);
    right: 0;
    bottom: var(--f-saa-h);
    width: var(--f-sad-w);
    background-image: url("../img/tbl/sad.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



/* ============================================================
   SOL ALT
   saa.png = 67 × 77
   ============================================================ */

.frame-piece--saa {
    left: 0;
    bottom: 0;
    width: var(--f-saa-w);
    height: var(--f-saa-h);
    background-image: url("../img/tbl/saa.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



/* ============================================================
   ALT BORDER
   yab.png = 903 × 65
   ============================================================ */

.frame-piece--yab {
    left: var(--f-saa-w);
    right: var(--f-soa-w);
    bottom: 0;
    height: var(--f-yab-h);
    background-image: url("../img/tbl/yab.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



/* ============================================================
   SAĞ ALT
   soa.png = 64 × 77
   ============================================================ */

.frame-piece--soa {
    right: 0;
    bottom: 0;
    width: var(--f-soa-w);
    height: var(--f-soa-h);
    background-image: url("../img/tbl/soa.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



/* ============================================================
   İÇ PANEL
   ============================================================ */

.frame__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
    min-height: 100%;
    padding: clamp( 13px, 1.15vw, 18px );
    border-radius: var(--hn-radius-in);
    border: 1px solid rgba(205,153,108,.48);
    background: linear-gradient( 180deg, rgba(35,66,79,.98) 0%, rgba(25,51,63,.98) 55%, rgba(20,44,55,.99) 100% );
    box-shadow: inset 0 1px 0 rgba(255,221,190,.10), inset 0 -2px 10px rgba(0,0,0,.45), 0 0 0 1px rgba(18,12,8,.72);
}



/* ============================================================
   ORTA METİN
   ============================================================ */

.eyebrow {
    font-size: .7rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--hn-text-dim);
}


.story__title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp( 1.5rem, 1.95vw, 2.05rem );
    font-weight: 600;
    line-height: 1.08;
    margin-bottom: .5rem;
    background: linear-gradient( 180deg, #f6dcbb 0%, #dcae7c 60%, #b8834f 100% );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


.story__text {
    font-size: .88rem;
    line-height: 1.6;
    color: var(--hn-text-dim);
    margin-bottom: 1.15rem;
}



/* ============================================================
   PLAY CTA
   ============================================================ */

.play-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}


.play-cta__disc {
    width: clamp( 42px, 3vw, 50px );
    aspect-ratio: 1;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fbe9d0;
    border-radius: 50%;
    background: radial-gradient( 70% 70% at 34% 26%, #e7b486 0%, #c98b5e 48%, #75452f 100% );
    box-shadow: 0 6px 16px rgba(0,0,0,.45), inset 0 1px 2px rgba(255,236,208,.6), inset 0 -3px 6px rgba(0,0,0,.45);
    transition: transform .25s ease, box-shadow .25s ease;
}


.play-cta:hover .play-cta__disc {
    transform: scale(1.07);
    box-shadow: 0 8px 22px rgba(0,0,0,.5), 0 0 0 6px rgba(200,137,79,.14), inset 0 1px 2px rgba(255,236,208,.6);
}


.play-cta__label {
    font-size: .76rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--hn-text);
}



/* ============================================================
   THUMB
   ============================================================ */

.thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(224,171,119,.5);
    box-shadow: 0 10px 26px rgba(0,0,0,.45), inset 0 0 0 1px rgba(0,0,0,.4);
}


    .thumb svg {
        width: 100%;
        height: 100%;
        display: block;
    }


    .thumb::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient( 180deg, rgba(30,58,71,.28) 0%, transparent 40%, rgba(20,40,50,.42) 100% );
    }


    .thumb.is-playing {
        aspect-ratio: 16 / 9;
    }


        .thumb.is-playing::after {
            display: none;
        }



/* ============================================================
   VIDEO
   ============================================================ */

.video__trigger {
    position: absolute;
    inset: 0;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}


.video__poster,
.video__fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.video__poster {
    z-index: 1;
}


.video__badge {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    width: clamp( 48px, 4.4vw, 62px );
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    font-size: clamp( 1.3rem, 1.8vw, 1.7rem );
    color: #fbe9d0;
    border-radius: 50%;
    background: radial-gradient( 70% 70% at 34% 26%, #e7b486 0%, #c98b5e 48%, #75452f 100% );
    box-shadow: 0 8px 20px rgba(0,0,0,.55), inset 0 1px 2px rgba(255,236,208,.6), inset 0 -3px 6px rgba(0,0,0,.45), 0 0 0 6px rgba(200,137,79,.16);
    transition: transform .25s ease, box-shadow .25s ease;
}


.video__trigger:hover .video__badge {
    transform: translate( -50%, -50% ) scale(1.08);
    box-shadow: 0 10px 26px rgba(0,0,0,.6), 0 0 0 10px rgba(200,137,79,.16), inset 0 1px 2px rgba(255,236,208,.6);
}


.video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}



/* ============================================================
   SOCIAL
   ============================================================ */

.vinyl {
    width: clamp( 56px, 4.6vw, 72px );
    aspect-ratio: 1;
    margin-bottom: clamp( 8px, .9vw, 12px );
    border-radius: 50%;
    filter: drop-shadow( 0 12px 26px rgba(0,0,0,.55) );
}


    .vinyl svg {
        width: 100%;
        height: 100%;
        display: block;
    }


.seal {
    width: clamp( 72px, 8vw, 92px );
    aspect-ratio: 1;
    border-radius: 50%;
    margin-bottom: clamp( 18px, 2.4vw, 30px );
    display: grid;
    place-items: center;
    background: radial-gradient( circle at 34% 26%, #e7b486 0%, #c98b5e 38%, #75452f 68%, #c18a61 100% );
    box-shadow: 0 10px 26px rgba(0,0,0,.5), inset 0 2px 3px rgba(255,236,208,.55), inset 0 -4px 8px rgba(0,0,0,.45), 0 0 0 5px rgba(200,137,79,.12);
}


.seal__mark {
    width: 16%;
    height: 44%;
    border-radius: 99px;
    background: linear-gradient( 180deg, #4b2c14, #8c5c31 );
    box-shadow: inset 0 1px 2px rgba(0,0,0,.6), 0 1px 0 rgba(255,220,180,.35);
}


.social__lead {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp( .98rem, 1.15vw, 1.18rem );
    line-height: 1.4;
    color: var(--hn-text);
    margin-bottom: clamp( 9px, 1vw, 13px );
}


.social-grid {
    max-width: 286px;
    margin-inline: auto;
}


.soc {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1;
    max-width: 46px;
    margin-inline: auto;
    font-size: clamp( 1.1rem, 1.6vw, 1.4rem );
    color: #eec295;
    border-radius: 16px;
    border: 1.5px solid rgba(205,153,108,.62);
    background: linear-gradient( 160deg, rgba(46,80,96,.5), rgba(20,44,56,.6) );
    box-shadow: inset 0 1px 0 rgba(255,220,180,.22), 0 6px 14px rgba(0,0,0,.32);
    transition: transform .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}


    .soc:hover {
        transform: translateY(-4px);
        color: #fff0d8;
        border-color: var(--hn-brass-1);
        box-shadow: 0 10px 22px rgba(0,0,0,.45), 0 0 0 4px rgba(200,137,79,.12);
    }



/* ============================================================
   PLAYLIST
   ============================================================ */

.playlist__head {
    padding-bottom: 10px;
}


.link-all {
    font-size: .7rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--hn-text-dim);
    transition: color .2s ease;
}


    .link-all:hover {
        color: var(--hn-brass-1);
    }


    .link-all i {
        font-size: .72rem;
    }


.tracks {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.track {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 10px 6px 11px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: background .22s ease, border-color .22s ease;
}


    .track:hover {
        background: rgba(200,137,79,.09);
        border-color: rgba(224,171,119,.22);
    }


    .track.is-active {
        background: linear-gradient( 90deg, rgba(201,139,94,.30) 0%, rgba(201,139,94,.13) 55%, rgba(201,139,94,.04) 100% );
        border-color: rgba(205,153,108,.45);
        box-shadow: inset 0 1px 0 rgba(255,220,180,.18);
    }


.track__no {
    font-size: .74rem;
    letter-spacing: .08em;
    color: var(--hn-text-dim);
    min-width: 20px;
}


.track__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    font-size: .72rem;
    color: #f6e2c6;
    border-radius: 50%;
    background: radial-gradient( 65% 65% at 34% 28%, #e7b486 0%, #c98b5e 50%, #75452f 100% );
    box-shadow: inset 0 1px 1px rgba(255,236,208,.5), 0 2px 4px rgba(0,0,0,.4);
}


.track__meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 auto;
}


.track__title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #eecba2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.track__sub {
    font-size: .68rem;
    letter-spacing: .06em;
    color: var(--hn-text-soft);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.track__time {
    font-size: .78rem;
    letter-spacing: .06em;
    color: var(--hn-text-dim);
}


.track__more {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--hn-text-dim);
    transition: color .2s ease, background .2s ease;
}


    .track__more:hover {
        color: var(--hn-brass-1);
        background: rgba(200,137,79,.14);
    }



/* ============================================================
   PLAYER
   ============================================================ */

.player {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: clamp( 12px, 1.4vw, 18px );
}


.player__time {
    font-size: .74rem;
    letter-spacing: .08em;
    color: var(--hn-text-dim);
}


.player__range {
    -webkit-appearance: none;
    appearance: none;
    flex: 1 1 auto;
    height: 20px;
    background: transparent;
    cursor: pointer;
}


    .player__range::-webkit-slider-runnable-track {
        height: 3px;
        border-radius: 99px;
        background: linear-gradient( 90deg, var(--hn-brass-2) 0%, var(--hn-brass-3) 31%, rgba(200,137,79,.24) 31%, rgba(200,137,79,.24) 100% );
    }


    .player__range::-moz-range-track {
        height: 3px;
        border-radius: 99px;
        background: rgba(200,137,79,.24);
    }


    .player__range::-moz-range-progress {
        height: 3px;
        border-radius: 99px;
        background: var(--hn-brass-2);
    }


    .player__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 14px;
        height: 14px;
        margin-top: -5.5px;
        border-radius: 50%;
        border: 0;
        background: radial-gradient( 60% 60% at 35% 30%, #f7dcb8 0%, #c85d32 55%, #6f2f1c 100% );
        box-shadow: 0 2px 6px rgba(0,0,0,.55), 0 0 0 4px rgba(200,137,79,.14);
    }


    .player__range::-moz-range-thumb {
        width: 14px;
        height: 14px;
        border: 0;
        border-radius: 50%;
        background: radial-gradient( 60% 60% at 35% 30%, #f7dcb8 0%, #c85d32 55%, #6f2f1c 100% );
        box-shadow: 0 2px 6px rgba(0,0,0,.55);
    }



/* ============================================================
   QUICK NAV
   ============================================================ */

.quicknav {
    padding: clamp(26px, 3.2vw, 46px) 0 clamp(14px, 2vw, 26px);
}


.swash {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 34px;
    opacity: .85;
}


.swash--right {
    margin-left: auto;
}


.swash svg {
    width: 100%;
    height: 100%;
    display: block;
}


.navitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: transform .25s ease;
}


    .navitem:hover {
        transform: translateY(-4px);
    }


.navitem__ico {
    display: grid;
    place-items: center;
    width: clamp( 46px, 5vw, 62px );
    aspect-ratio: 1;
    font-size: clamp( 1.5rem, 2.4vw, 2.1rem );
    color: #e3ae79;
    filter: drop-shadow( 0 4px 10px rgba(0,0,0,.5) );
    transition: color .25s ease, filter .25s ease;
}


.navitem:hover .navitem__ico {
    color: #f8d9b0;
    filter: drop-shadow( 0 6px 16px rgba(200,137,79,.45) );
}


.navitem__label {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp( .95rem, 1.35vw, 1.3rem );
    letter-spacing: .04em;
    color: var(--hn-text);
    text-align: center;
}



/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
    margin-top: auto;
    padding: clamp(16px, 2.4vw, 30px) 0 clamp(24px, 3vw, 40px);
}


.foot__note {
    font-size: .76rem;
    letter-spacing: .07em;
    color: var(--hn-text-dim);
    opacity: .85;
}


.foot__ornament {
    display: flex;
    align-items: center;
    gap: 14px;
}


.foot__rule {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient( 90deg, transparent, rgba(224,171,119,.55), transparent );
}


.foot__diamond {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    opacity: .9;
}


    .foot__diamond svg {
        width: 100%;
        height: 100%;
        display: block;
    }



/* ============================================================
   RESPONSIVE
   ============================================================ */


/* ------------------------------------------------------------
   1400 PX
   ------------------------------------------------------------ */

@media (max-width: 1399.98px) {

    :root {
        --frame-scale: .92;
    }
}



/* ------------------------------------------------------------
   1200 PX
   ------------------------------------------------------------ */

@media (max-width: 1199.98px) {

    :root {
        --frame-scale: .84;
    }


    .panels {
        margin-top: -10px;
    }
}



/* ------------------------------------------------------------
   992 PX
   ------------------------------------------------------------ */

@media (max-width: 991.98px) {

    :root {
        --frame-scale: .76;
    }


    .frame {
        min-height: calc( var(--f-sou-h) + var(--f-saa-h) + 170px );
    }


    .frame__inner {
        overflow: visible;
    }


    .site-header {
        padding-top: 16px;
    }


    .tagline {
        margin-top: 6px;
    }


    .panels {
        margin-top: 6px;
    }


    .hero::after {
        height: 60px;
    }
}



/* ------------------------------------------------------------
   768 PX
   ------------------------------------------------------------ */

@media (max-width: 767.98px) {

    :root {
        --frame-scale: .66;
    }


    .panel-story
    .row >
    [class*="col-"] + [class*="col-"] {
        margin-top: 18px;
    }


    .frame {
        min-height: calc( var(--f-sou-h) + var(--f-saa-h) + 170px );
    }
}



/* ------------------------------------------------------------
   576 PX
   ------------------------------------------------------------ */

@media (max-width: 575.98px) {

    :root {
        --frame-scale: .58;
    }


    .frame__inner {
        padding: 12px;
    }


    .social-grid {
        max-width: 250px;
    }


    .soc {
        border-radius: 13px;
    }


    .navitem__label {
        font-size: .78rem;
        white-space: nowrap;
    }


    .navitem {
        gap: 8px;
    }


    .foot__ornament {
        gap: 10px;
    }


    .track {
        gap: 9px;
        padding: 9px 6px 9px 9px;
    }


    .track__no {
        display: none;
    }
}



/* ------------------------------------------------------------
   400 PX
   ------------------------------------------------------------ */

@media (max-width: 400px) {

    :root {
        --frame-scale: .52;
    }


    .frame__inner {
        padding: 10px;
    }


    .play-cta {
        gap: 9px;
    }


    .play-cta__label {
        letter-spacing: .12em;
        font-size: .68rem;
    }


    .track {
        gap: 7px;
    }


    .track__time {
        display: none;
    }
}



/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    * {
        transition: none !important;
        animation: none !important;
    }
}
