@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900;1000&display=swap');
:root{--ink:#302047;--purple:#6936a0;--yellow:#ffda52;--paper:#fffdf9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Nunito,'Trebuchet MS',sans-serif;font-size:17px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #007e9a;outline-offset:6px}img{display:block;width:100%;height:auto}.wrap{max-width:1200px;padding-inline:36px;margin:auto}header{display:flex;align-items:center;justify-content:space-between;min-height:116px}.brand{display:flex;flex-direction:column;line-height:1;transform:rotate(-4deg);color:var(--purple);font-weight:1000}.brand-top{font-size:34px;letter-spacing:-1.5px}.brand-dot{color:#f6ad27;font-size:20px;margin-left:2px}.brand-bottom{font-size:13px;letter-spacing:5px;text-align:center;margin-top:8px}nav{display:flex;align-items:center;gap:32px;font-weight:800;font-size:15px}.nav-yt{padding:12px 21px;border:2px solid var(--ink);border-radius:100px;box-shadow:3px 3px 0 var(--ink);background:white}.hero{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding-top:44px;padding-bottom:80px}.eyebrow{font-weight:900;letter-spacing:2px;font-size:12px;margin:0 0 20px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,4.5vw,65px);line-height:1.08;letter-spacing:-2px;font-weight:1000;margin-bottom:26px}h1 span{color:var(--purple)}.lead{font-size:19px;line-height:1.75;max-width:440px;color:#63576d;margin-bottom:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:15px 25px;border-radius:100px;font-weight:900;box-shadow:0 4px 0 var(--ink);transition:transform .18s,box-shadow .18s}.primary{background:var(--yellow);border:2px solid var(--ink)}.button:hover{transform:translateY(-3px);box-shadow:0 7px 0 var(--ink)}.hero-note{font-size:14px;margin:19px 0 0;color:#70617d}.featured{position:relative;border:3px solid var(--ink);border-radius:26px;box-shadow:9px 10px 0 #e1cfee;transform:rotate(2deg);background:white;transition:transform .2s}.featured:hover{transform:rotate(0)}.featured img{border-radius:23px 23px 0 0;aspect-ratio:16/9;object-fit:cover}.season-label{position:absolute;top:-19px;left:22px;background:var(--yellow);font-size:13px;font-weight:1000;letter-spacing:1px;padding:7px 17px;border:2px solid var(--ink);border-radius:8px;transform:rotate(-6deg);z-index:1}.play{position:absolute;top:28%;left:calc(50% - 29px);display:grid;place-items:center;width:58px;height:58px;border:3px solid white;background:#6936a0ed;color:white;border-radius:50%;padding-left:3px}.featured-title{padding:23px 26px 20px}.featured-title>span{font-size:12px;font-weight:900;letter-spacing:1.5px;color:var(--purple)}.featured-title h2{font-size:25px;margin:5px 0;font-weight:1000;line-height:1.25}.featured-title p{font-size:14px;margin:8px 0 0;color:#70617d}.ribbon{padding:19px 24px;background:var(--purple);color:white;display:flex;justify-content:center;gap:38px;align-items:center;overflow:hidden;white-space:nowrap;font-size:13px;font-weight:900;letter-spacing:2px}.ribbon b{color:var(--yellow);font-size:22px}.songs{padding-top:74px;padding-bottom:74px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:32px}.section-heading .eyebrow{margin-bottom:10px}.section-heading h2,.about h2{font-size:39px;line-height:1.18;letter-spacing:-1px;font-weight:1000;margin-bottom:0}.text-link{font-size:15px;font-weight:900;border-bottom:2px solid #d9c7e7;padding-bottom:4px;white-space:nowrap}.song-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.song-card{background:white;border:2px solid #e7dfee;border-radius:20px;overflow:hidden;transition:transform .2s,border-color .2s}.song-card:hover{transform:translateY(-5px);border-color:var(--purple)}.thumb{position:relative}.thumb img{aspect-ratio:16/9;object-fit:cover}.small-play{position:absolute;bottom:12px;right:12px;background:white;border-radius:50%;width:37px;height:37px;display:grid;place-items:center;font-size:14px;color:var(--purple);padding-left:2px}.song-info{padding:21px}.tag{font-size:11px;letter-spacing:.8px;font-weight:1000;border-radius:6px;padding:5px 8px;display:inline-block;margin-bottom:10px}.orange{background:#fff0ce;color:#80500a}.blue{background:#dcf4fc;color:#166072}.purple{background:#efe5fa;color:#673399}.song-info h3{font-size:21px;line-height:1.3;font-weight:900;margin-bottom:8px}.song-info p{font-size:15px;line-height:1.5;color:#73677c;margin-bottom:0}.collections{margin-top:40px}.collections h3{font-size:19px;margin-bottom:16px}.collection-links{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.collection-links a{font-size:14px;font-weight:900;background:#f1eafa;border-radius:12px;padding:16px;display:flex;gap:10px;align-items:center;justify-content:space-between}.collection-links a:nth-child(2){background:#e6f4e7}.collection-links a:nth-child(3){background:#fff0ca}.collection-links a:nth-child(4){background:#e3f2fb}.collection-links a:hover{text-decoration:underline}.about{background:#f0e8f8;border-top:1px solid #e5d9ee;border-bottom:1px solid #e5d9ee}.about-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;padding-block:64px}.about .eyebrow{color:var(--purple)}.about h2{font-size:44px}.about-copy p{color:#63536e}.about-copy p+p{font-size:16px}.about .button{font-size:15px;margin-top:10px}footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;padding-block:36px}footer strong{font-size:22px;color:var(--purple);font-weight:1000}footer p{font-size:14px;margin:5px 0;color:#70617d}.footer-links{display:flex;gap:25px;align-items:center;font-size:14px;font-weight:800}.fine{width:100%;padding-top:16px;border-top:1px solid #e8e0ec;font-size:12px}.skip{position:absolute;left:15px;top:-100px;z-index:10;background:white;padding:12px}.skip:focus{top:15px}@media(max-width:850px){.wrap{padding-inline:24px}.hero{gap:28px}h1{font-size:45px}.lead{font-size:17px}.featured-title h2{font-size:21px}.song-grid{gap:14px}.song-info{padding:16px}.song-info h3{font-size:18px}.collection-links{grid-template-columns:repeat(2,1fr)}.about-inner{gap:35px}nav{gap:20px}.section-heading h2{font-size:33px}}@media(max-width:620px){header{min-height:93px}.brand-top{font-size:28px}.brand-bottom{font-size:11px}nav{gap:18px}nav>a{font-size:14px}nav .nav-yt{display:none}.hero{grid-template-columns:1fr;padding-top:28px;padding-bottom:50px;gap:40px}.hero-copy{max-width:460px}h1{font-size:48px}.eyebrow{font-size:11px}.lead{font-size:17px}.featured{margin:0 6px 0 0}.featured-title h2{font-size:24px}.ribbon{gap:24px;justify-content:flex-start;font-size:12px}.songs{padding-block:45px}.section-heading{align-items:start;flex-direction:column;gap:14px}.section-heading h2{font-size:32px}.song-grid{grid-template-columns:1fr;gap:22px}.song-info{padding:20px}.song-info h3{font-size:23px}.collection-links{gap:10px}.collection-links a{font-size:14px;padding:14px}.about-inner{grid-template-columns:1fr;padding-block:43px;gap:24px}.about h2{font-size:38px}.footer-links{flex-wrap:wrap;gap:20px}footer{padding-block:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
:root{--ink:#123656;--purple:#0866a9;--yellow:#ffcc35;--paper:#fffefa}.brand{transform:none;flex-direction:row;align-items:center;gap:12px}.brand img{width:76px;height:76px;object-fit:contain;border-radius:50%}.brand>span{font-size:25px;letter-spacing:-.5px}.brand small{display:block;font-size:12px;font-weight:800;letter-spacing:.6px;margin-top:8px}.cover img{width:100%;height:300px;object-fit:cover;object-position:50% 49%;border-radius:25px}.hero{padding-top:38px;padding-bottom:44px}.welcome-video{max-width:420px;margin:auto;width:100%}.welcome-video video{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;background:white;border:2px solid #d8e9f4;border-radius:23px}.welcome-video p{font-size:14px;text-align:center;margin:12px 0;color:#536979}.catalog-tools{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.catalog-tools label{font-size:15px;font-weight:800;display:block;flex:1;max-width:520px}.catalog-tools input{display:block;width:100%;font:inherit;font-weight:600;border:2px solid #a9c8df;padding:14px 18px;border-radius:12px;background:white;color:var(--ink);margin-top:8px}.catalog-tools input:focus{outline:3px solid #ffcc35;outline-offset:2px}.catalog-tools p{font-size:14px;margin-bottom:12px;color:#536979}.song-card{font:inherit;color:inherit;text-align:left;padding:0;cursor:pointer;border-color:#dce8ef}.song-info h3{font-size:18px}.load-more-wrap{text-align:center;margin-top:30px}button{font-family:inherit;cursor:pointer;color:inherit;font-size:16px}button:focus-visible{outline:3px solid #007e9a;outline-offset:5px}[hidden]{display:none!important}.about{background:#e9f4fc;border-color:#d6e8f6}.footer-links{flex-wrap:wrap}.fine{line-height:1.6}.collections .collection-links a{background:#e6f2fc}dialog{border:2px solid var(--ink);border-radius:20px;padding:22px;width:min(920px,94vw);max-height:94dvh;color:var(--ink);background:white}dialog::backdrop{background:#102842cf}.player-header{display:flex;gap:20px;align-items:start;justify-content:space-between;margin-bottom:18px}.player-header h2{font-size:20px;line-height:1.4;margin:0}.player-header button{border:0;background:#e8f0f7;border-radius:50%;min-width:42px;height:42px;font-size:20px}#player-mount iframe{display:block;width:100%;aspect-ratio:16/9;border:0}dialog>p{font-size:14px;margin:15px 0 0}dialog a,#catalog-error a{color:#0866a9;text-decoration:underline}@media(max-width:620px){.brand img{width:54px;height:54px}.brand>span{font-size:19px}.brand small{font-size:11px;letter-spacing:0}.brand{gap:7px}header.wrap{padding-inline:16px}header nav{gap:12px}header nav a{font-size:13px}.cover img{height:190px;border-radius:18px}.hero{gap:28px}.catalog-tools{flex-direction:column;align-items:stretch;gap:9px}.catalog-tools p{margin:0}.cover.wrap{padding-inline:16px}.song-info h3{font-size:20px}.welcome-video{max-width:100%}dialog{padding:15px}.player-header h2{font-size:16px}}
