
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#F3FBF7;color:#26403A;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;line-height:1.6}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
h1,h2{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;margin:0;line-height:1.06}
.ln{max-width:1080px;margin:0 auto;padding:0 clamp(.9rem,3vw,2.2rem)}

.sleeve-head{display:flex;justify-content:space-between;align-items:center;
  border-bottom:2px solid #26403A;padding:1.2rem 0;margin-top:.6rem}
.cat{font-family:'Courier New', Courier, monospace;font-size:.72rem;letter-spacing:.16em;color:#22C98A;display:block}
.ln-name{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;font-size:1.7rem}
.disc{width:76px;height:76px;border-radius:50%;background:
  repeating-radial-gradient(#737373 0 2px,#FFFFFF 2px 4px);display:flex;align-items:center;
  justify-content:center;position:relative;flex:0 0 auto;animation:spin 8s linear infinite}
.disc-label{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.5rem;letter-spacing:.06em;text-transform:uppercase;
  background:#22C98A;color:#141414;border-radius:50%;width:34px;height:34px;display:flex;
  align-items:center;justify-content:center;text-align:center;padding:2px;overflow:hidden}
.disc-hole{position:absolute;width:8px;height:8px;border-radius:50%;background:#F3FBF7;z-index:2}
.disc.sm{width:110px;height:110px}
@keyframes spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.disc{animation:none}}

.gatefold{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:2.6rem 0}
.cover{margin:0}
.cover img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px;box-shadow:0 30px 60px -40px rgba(38,64,58,0.5)}
.cover figcaption{font-family:'Courier New', Courier, monospace;font-size:.72rem;color:rgba(38,64,58,0.60);padding-top:.5rem}
.side{font-family:'Courier New', Courier, monospace;font-size:.76rem;letter-spacing:.2em;color:#22C98A}
.gf-copy h1{font-size:clamp(2.2rem,6vw,4.4rem);margin:.5rem 0 .6rem}
.gf-sub{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-style:italic;font-size:1.3rem;color:rgba(38,64,58,0.60);margin:0 0 1rem}
.gf-notes{font-size:1rem;color:rgba(38,64,58,0.60);margin:0 0 1rem}
.listen{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:700;text-decoration:none;color:#22C98A;letter-spacing:.04em}

section{padding:2.2rem 0}
.sec-head{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.4rem;margin-bottom:1.2rem;border-bottom:1px solid rgba(38,64,58,0.28);
  padding-bottom:.4rem}

.tracks{list-style:none;margin:0;padding:0;counter-reset:none}
.track{display:grid;grid-template-columns:auto auto 1fr auto;align-items:baseline;gap:.8rem;
  padding:.7rem 0;border-bottom:1px solid rgba(38,64,58,0.28)}
.tno{font-family:'Courier New', Courier, monospace;font-size:.8rem;color:#22C98A;font-weight:700}
.tname{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.15rem}
.tdesc{font-size:.86rem;color:rgba(38,64,58,0.60);grid-column:3;grid-row:1}
.tlead{display:none}
.ttime{font-family:'Courier New', Courier, monospace;font-size:.9rem;color:rgba(38,64,58,0.60)}

.cred-cols{columns:3;column-gap:2rem;margin:0}
.cr{break-inside:avoid;margin-bottom:.9rem}
.cr dt{font-family:'Courier New', Courier, monospace;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#22C98A}
.cr dd{margin:0;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1rem}

.lyric-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.lyric{margin:0;background:#ffffff;border-radius:20px;padding:1.4rem;border-top:3px solid #22C98A}
.lyric p{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-style:italic;font-size:1.15rem;line-height:1.4;margin:0 0 .7rem}
.lyric cite{font-family:'Courier New', Courier, monospace;font-size:.74rem;color:rgba(38,64,58,0.60);font-style:normal}

.innr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.innr{margin:0}
.innr img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px}
.innr figcaption{font-family:'Courier New', Courier, monospace;font-size:.68rem;color:rgba(38,64,58,0.60);padding-top:.35rem}

.distro{border-top:2px solid #26403A}
.distro-inner{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:center}
.distro-lines a{text-decoration:none}.distro-lines a:hover{color:#22C98A}

.ln-foot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;
  padding:1.6rem 0 2.2rem;border-top:1px solid rgba(38,64,58,0.28);font-family:'Courier New', Courier, monospace;font-size:.74rem;color:rgba(38,64,58,0.60)}

@media(max-width:820px){
  .gatefold{grid-template-columns:1fr}
  .cred-cols{columns:2}
  .lyric-strip,.innr-grid{grid-template-columns:1fr 1fr}
  .distro-inner{grid-template-columns:1fr}
  .track{grid-template-columns:auto 1fr auto}
  .tdesc{grid-column:1/-1;grid-row:2}
}
@media(max-width:520px){
  .cred-cols{columns:1}
  .lyric-strip,.innr-grid{grid-template-columns:1fr}
}


.xq{box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;color:#26403A;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#22C98A;margin-bottom:10px;font-weight:700}

.xq-hours{border-top:1px solid rgba(38,64,58,0.14)}
.xq-hours-in{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:26px;align-items:start}
.xq-hours address{font-style:normal;color:#6E9089;line-height:1.8;margin-top:8px}
.xq-hourtable{width:100%;border-collapse:collapse}
.xq-hourtable th,.xq-hourtable td{text-align:left;padding:12px 6px;border-bottom:1px solid rgba(38,64,58,0.14)}
.xq-hourtable th{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif}
.xq-hourtable td{color:#22C98A;font-weight:700;text-align:right}


/* =====================================================
   DESIGN DNA: soft-cloud
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='340' height='340'%3E%3Ccircle cx='60' cy='70' r='46' fill='%2322C98A'/%3E%3Ccircle cx='250' cy='230' r='70' fill='%2322C98A'/%3E%3C/svg%3E");opacity:.05;}
h1,h2,h3{letter-spacing:-0.02em !important;font-weight:700 !important}
img{border-radius:26px !important;box-shadow:0 24px 60px rgba(0,0,0,.14) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:999px !important;box-shadow:0 14px 34px rgba(34,201,138,.35) !important}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:26px !important;border:none !important;box-shadow:0 20px 55px rgba(0,0,0,.10) !important}
