:root {
  --sans: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial;
  --unit: 12vw;
  --condensed: 'Avenir Next Condensed', 'Helvetica Neue', Helvetica, Arial;
  --aqua: #70E1DF;
  --headingwidth: auto;
  --serif: Garamond, Baskerville Georgia;
  --orange: #fa846c;
  --yellow: #FFEB3B;
  --blue: #C6D2FE;
  --album :#FDA7A4;
  --artist:#D8ABDA;
  --name  :#C6E19B;
  --era   :#FBFFB6;
  --label :#C4C2FD;
  --track :#FEDAB2;
  --green :#A9F394;
  --place :#A3D1CA;
  --tag: #56C2E0;
  --host  :#999;
  --dbg: url('data:image/svg+xml;utf8,<svg class="shadow" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 50" style="filter: drop-shadow(-1em 0 1em rgba(0, 0, 0, 0.25));fill:rgba(15,15,15, 1);"><path d="M35,0L25,50L100,50L100,0z"/></svg>');
  --contrast-enhance: 1px 1px 2px #000, -1px -1px 2px #000;
}

@keyframes spin { from { transform:rotate(0deg) } to { transform:rotate(360deg); } }


/* Context hides */

#episodes ul,
.player audio,
article footer h2,
section.intro::before,
body:not(.streamable) .player > * { display: none; }


html {scroll-behavior: smooth;}


* { margin: 0; padding: 0; box-sizing: border-box; }

section:after, .container:after, hr:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

body {
  font-weight: 200;
  font-size: 0.625em;
  line-height: 1.25;
  font-family: var(--serif);
  background-color: #444;
  padding: 0;
}

h1, h2, h3, h4, h5 { font-family: var(--sans); margin: 0.5rem 0;}

h1     { font-size: 3em; }
h1, h5 { font-weight: 400; }

h2,h3,h4 {
  font-size: 1.5em;
  font-weight: 200;
}

h5 {
  font-size: 1.25em;
  border-bottom: 1px solid #AAA;
  padding: 0.5rem;
}

.section h1 {
  margin: 0;
  padding: 2rem 1rem 1rem;
  background: #333;
  font-family: var(--condensed);
  color: #fff;
}

ul { list-style-type: square; }
ol ul,ol ol,ul ol,ul ul {
  padding-left: 1em;
  list-style-type: decimal;
}

ol, ul, summary {
  font-size: 1.65em;
  line-height: 1.25;
}

details {
  padding: 0.25rem 1rem;
}
summary {
  cursor: pointer;
  font-weight: 800;
  margin-left: -1rem;
}
summary::marker {
  content: "+ ";
}

ol, ul {
  list-style-position: outside;
  padding-left: 1.5em;
}

p {
  font-size: 1.65em;
  letter-spacing: 0.0125em;
  line-height: 1.35;
  margin: 0.5em 0;
  font-weight: 200;
}

img { width: 100%; }
mark {background-color: var(--yellow);font-weight:400;color: #111;}
em,     .em,     blockquote, span.album  { font-style: italic; }
strong, .strong,             span.artist { font-weight: 600; }

a       { text-decoration: underline; color: #222; }
a:hover { text-decoration: none; }

section {
  background-color: #fff;
  padding: 1.75rem;
  color: #454545;
}



button {
  margin: 1em auto;
  cursor: pointer;
  padding: 0.5em;
}

button:hover,
button.active { color: #ED4191; }
button:focus  { outline: none; }


body > div > a {
  display: inline-block;
  padding: 1em;
}

header, footer {
  background-color: #222;
  color: #fff;
  clear: both;
  padding: 2rem;
}

body > header {
  padding: 0.25rem 0;
  font-family: var(--sans);
  background-color: #222;
  background-image: linear-gradient(#333, #444);
}

footer { font-family: var(--condensed); padding: 1rem;}

footer ul,
section[class] aside ul,
article.section header ul {
  font-weight: 400;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

footer ul li, article.section header ul li {
  padding: 0.25em 0.5em 0.125em;
  background-color: rgb(255 255 255  / 0.75);
  transform: skew(-15deg);
  margin: 0.125em;
}
article footer a, article.section header li a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  transform: skew(15deg);
}

section[class] aside:last-child {
  margin: 1rem -1rem -1rem;
  background-color: #f8f8f8;
  padding: 1rem;
  box-shadow: inset -0.5rem 0.5rem #fff;
  column-span: all;
}

aside li {
  margin: 1px;
  padding: 0.125em 0.25em;
}

nav a { text-decoration: none; }

#sound_logo {
  display: inline-block;
  width: 24vw;
  margin: 0.5em 0 0.5em 12vw;
}

#sound_logo:hover *:not(.highlight) { fill: #333; }

#sound_logo svg {
  display: inline-block;
  width: 100%;
  height: 6em;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #888;
  font-style: oblique;
}
input:-moz-placeholder {
  color: #888;
  font-style: oblique;
}

#search {position: relative;}

#search input {
  color: #aaa !important;
  font-size: 1.5em;
  cursor: text;
  display: inline-block;
  margin: 0 2.5%;
  border: 1px solid #434343;
  padding: 0.75em 2.5%;
  width: 95%;
  background-color: #222;
  box-shadow: 0 0 2em rgba(0,0,0,0.25);
  border-radius: 0.5em;
}

#search input:focus,
#search input:hover {
  border: 1px solid #aaa;
  outline: none;
  transition: border .5s, border-radius .25s;
  border-radius: 0.5em 0.5em 0 0;
}

#search input {
  text-indent: 2em;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" style="stroke:rgb(200,200,200);fill:none;stroke-width:2" viewBox="0 0 50 50"><circle cx="25" cy="25" r="8"/><line x1="10" y1="40" x2="18" y2="32"/></svg>') no-repeat 0.5em 40%;
  background-size: auto 75%;
}

#search .menu:empty { display: none; }
#search .menu {
  padding: 0;
  margin: 0 2.5%;
  list-style: none;
  background-color: #fff;
  position: absolute;
  width: 95%;
  z-index: 100;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 1rem 0.5rem 0.5rem rgb(0 0 0 / 0.125);
  border-radius: 0 0 0.5em 0.5em;
}

.menu li a {
  display: block;
  margin: 1px;
  background-color: #eee;
  padding: 0.5rem;
  font-weight: 400;
  white-space: nowrap;
}

.menu a:hover, .menu a.hover {
  background-color: #333;
  color: var(--orange);
}

nav.social {
  width: 100%;
  padding: 1em;
  text-align: center;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}
nav.social a[class] {
  background-color: transparent;
  width: 3rem;
  height: 1.5rem;
  background-image: url(/ux/image/social.svg);
  background-repeat: no-repeat;
  padding: 2em 0;
  overflow: hidden;
  color: transparent;
  border-radius: 0.25em;
}

.social .fb       {background-position:0.25em -4em;}
.social .fb:hover {background-color:#3B5998;}
.social .tw       {background-position:0.25em -0.25em;}
.social .tw:hover {background-color:#1AB2E8;}
.social .fl       {background-position:0.25em -8em;}
.social .fl:hover {background-color:#E0006B;}
.social .yt       {background-position:0.25em -22.55em;}
.social .yt:hover {background-color:#CC181E;}
.social .sp       {background-position:0.25em -26.25em;}
.social .sp:hover {background-color:#8FC235;}
.social .rss      {background-position:0.25em -18.75em;}
.social .rss:hover{background-color:#FF9551;}

body > header form {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin: 0.75rem;
  position: relative;
}

header form a   { text-decoration: none; }
header form li:not(.hover) a span { opacity: 0.5; }

#panel {
  width: 0;
  opacity: 0;
}

#panel_access_button.open + aside {
  transition: opacity 0.5s, padding 0.25s, width 0.25s;
  position: fixed;
  display: block;
  width: 30vw !important;
  right: 0;
  padding: 10em 1% 0;
  opacity: 1 !important;
  overflow-y: auto;
}

aside li.header {
  font-size: 1.25em;
  border: none;
  color: #fff;
  margin: 1em 0 0.5em;
  padding: 0.25em;
}

header aside li { border-bottom: 1px solid rgba(255,255,255,0.25); }
header aside {
  transform-origin: top right;
  z-index: 500;
  position: absolute;
  padding: 2.5em 0 0;
  color: transparent;
  background-color: rgba(0,0,0,0.9);
  top: 0;
  right: 0;
  overflow: hidden;
  box-shadow: -1em 0 0.25em rgba(0,0,0,0.1);
  border-left: 1px solid #333;
}


header aside nav li a {
  color: #fff;
  padding: 0.25em;
  display: block;
  font-weight: 400;
}

#panel_access_button span {
  font-size: 2em;
  line-height: 0.75em;
}

#panel_access_button svg {
  height: 1em;
  width: 1em;
}

#panel_access_button {
  z-index: 900;
  transition: width 0.25s, right 0.25s;
  position: absolute;
  right: 3vw;
  top: 0;
  padding: 0.75rem 0;
  text-align: center;
  width: 10vw;
  background-color: rgba(0,0,0,0.15);
  stroke: #aaa;
  color: #aaa;
  font-weight: 200;
  text-transform: lowercase;
  font-variant: small-caps;
  stroke-width: 1;
  border: 1px solid #444;
}

#panel_access_button path:last-of-type { stroke-opacity: 0; }

#panel_access_button:focus {
  box-shadow: inset 0 0 0.5em rgba(0,0,0,0.5);
  stroke-opacity: 0.75;
}

#panel_access_button.open {
  color: #EE2E24;
  position: fixed;
  background-color: #333;
  width: 26vw;
  right: 2vw;
  stroke-opacity: 0;
}

#panel_access_button.open path:last-of-type {
  stroke-opacity: 1;
  stroke-width: 1;
  stroke: #EE2E24;
}

nav ul {
  list-style: none;
  padding: 0;
}

section nav > ul li {
  display: inline-block;
  padding: 0;
  font-size: 1.5em;
  vertical-align: bottom;
}

time {
  font-family: var(--sans);
  letter-spacing: 0.125em;
  color: #aaa;
  font-size: 1em;
  font-weight: 400;
  display: block;
}

img                  { opacity: 1; }
img,           .fade { transition: opacity 0.5s; }
img[data-src], .fade {opacity: 0;}



#episodes li[data-src] a { background-color:#000;transition: background 2s 0.5s;}
#episodes li[data-src][style] a {background-color:rgba(0,0,0,0.35);text-shadow: 1px 1px 1px #000, -1px -1px 2px #000;font-weight: 200;}

header.summary > *:not(img) {
  width: calc(50% - -6rem);
  position: relative;
  background-color: rgba(0,0,0,0.75);
  z-index: 3;
  padding: 0.5rem;
  margin: 0;
  box-shadow: 0.5em 0 1em rgba(0,0,0,0.75);
}

header.summary {
  padding: 0.5rem;
  background-color: #080808;
  position: relative;
  box-shadow: -0.125em -0.125em 0.5em rgba(0,0,0,0.25);
  clear: both;
}

header.summary h1 {
  line-height: 1em;
  font-weight: 200;
  text-shadow: 1px 1px #000;
  font-family: var(--condensed);
}

header.summary p { z-index: 2; margin: 0; }
header.summary a { color: #ddd; }

header.summary a.button {
  padding: 0.25em 0.5em;
  text-align: center;
  color: #AAA;
  border: 1px solid rgba(255,255,255,0.1);
  font-weight: 400;
  letter-spacing: 0.075em;
  font-family: var(--sans);
  background-color: #222;
  text-decoration: none;
}

header.summary img {
  width: 50%;
  height: calc(100% - 2em);
  object-fit: cover;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 0;
}

header.summary a.button:hover {
  background-color: var(--aqua);
  color: #333;
}

section[class] {
  margin: 0.5em 0;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  min-height: 25vh;
}

section[id],
section > ul, section > ol,
section section:first-of-type,
section section:nth-of-type(odd) {
  clear: left;
}

section:target { box-shadow: 0 0 1rem 0.5rem rgba(0,0,0,0.5); }

article.episode {
  transition: opacity 0.25s;
  background: linear-gradient(transparent 55%, #222 100%);
}


#episodes {
  list-style:none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: var(--condensed);
}

#episodes a {
  color: #fff;
  text-decoration: none;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  line-height: 1;
  font-size: 1.75em;
  padding: 2rem 0.5rem 0.5rem 0.5rem;
}

#episodes > li:before {
  font-weight: 600;
  font-size: 20vh;
  overflow: hidden;
  letter-spacing: -0.05em;
  color: rgba(255,255,255,0.25);
  text-align: center;
  content: attr(data-idx);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 1;
}

#episodes > li {
  outline: 1px solid rgba(255,255,255,0.1);
  margin: 0;
  padding: 0.25rem;
  vertical-align: bottom;
  position: relative;
  float: left;
  width: 33.3%;
  height: 20vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


.lane {
  display: flex;
  clear: left;
  width: 100%;
  background-color: #000;
  list-style: none;
  padding: 0;
  overflow: auto;
  scroll-snap-type: x mandatory;
}

.lane > * {
  min-width: 40vmax;
  background-size: cover;
  text-align: center;
  margin: 0 1px;
  scroll-snap-align: end;
  max-height: 25vmax;
}

.lane a {
  display: block;
  background: rgb(200 200 0 / 0.2) radial-gradient(rgb(0 0 0 / 0.5), transparent);
  color: #fff;
  text-shadow: var(--contrast-enhance);
  font-family: var(--condensed);
  padding: 10vmin 1rem;
  font-size: 2rem;
  text-decoration: none;
  height: 100%;
}


.carousel h5, h5.carousel {
  color: #aaa;
  text-transform: uppercase;
  padding: 1em 1em 0.5em !important;
  font-weight: 200;
  font-size: 2em;
  letter-spacing: 0.25em;
  word-spacing: 0.5em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.carousel h5 a {
  padding: 0 1em;
  font-size: 75%;
  text-transform: capitalize;
  letter-spacing: 0;
  word-spacing: 0;
}
.carousel a, #feature_carousel a:hover {
  display: inline-block;
  position: relative;
  color: rgba(255,255,255,0.9);
}

.carousel a span {
  line-height: 1em;
  font-size: 1.5em;
  font-weight: 400;
  text-shadow: 0.125em 0.125em 1em rgba(0,0,0, 0.9);
  text-transform: uppercase;
}


main > .index nav { padding: 0.5em 0; }
main > .index {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  width: var(--unit);
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
}

.index nav a:not(h2) {
  font-style: oblique;
  display: block;
  background-color: transparent;
  padding: 0.25em 1em;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  text-align: right;
  font-family: var(--sans);
}

.index a[href^='/show']:nth-child(2):not(:last-of-type),
.index a.selected { font-weight: 800; }

.index nav a:not(:first-child) { border-top: 1px solid rgba(255,255,255,0.05); }


/* SECTIONS */
#content {
  min-height: 80vh;
  margin: 0 3vw 0 var(--unit);
  background-color: rgba(0,0,0,0.25);
  transition: opacity 1.25s;
}

/* floats */
section.video,
section.media,
section.dij,
section.ad,
section.dij + section,
section.intro h2,
section.video + section.interview,
section.media + section.interview,
section.video + section.feature  {
  float: left;
}


section.tour[data-cell='0'],
section.feature[data-cell='0'],
section.special[data-cell='0'],
section.genre[data-cell='0'],
section.interview[data-cell='0'] {
  columns: 2;
  column-gap: 1.5rem;
  column-rule: 1px solid #EEE;
  padding: 4rem;
}

section.interview[data-cell='0'] h2 {
  max-width: 100%;
  margin: 0 0 1rem;
  float: none;  
}

section.intro {
  margin: 0 0 0.25% 0;
  box-shadow: inset 0 0 1em rgba(0,0,0,0.1);
  padding: 0.75rem 0.75rem 0.75rem calc(12vw + 0.750rem);
  columns: 3;
  column-gap: 1.5rem;
  column-rule: 1px solid #f8f8f8;
}

section[class].intro img {
  float: none;
  min-width: 100%;
  margin: 0;
  padding: 0;
}

section.intro h2 {
  width: 12vw;
  padding: 1rem;
  font-size: 1.75em;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
  margin: 0;
  background-color: #000;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}

section.intro p:first-line { font-weight: 600; }

section.intro p > img {
  float: left;
  width: 50%;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
  border-right: 1px solid #eee;
}

section.intro ol p:first-line { font-weight: normal !important; }

section.intro ol,
section.intro ul:not(.inline) { background-color: #f8f8f8; }

section.special > ol,
section.special > ul { margin: 1rem 0; }

section.intro ol p {
  clear: both;
  float: none;
  border: none !important;
  width: 90%;
  text-indent: 0;
  margin: 0.5em 0;
  padding: 0;
}

section.media {
  background-color:#000;
  line-height: 0;
  padding: 0;
  width: 60%;
  display: flex;
  overflow: auto;
  height: 40em;
}

section[class].media > img {
  margin: 0 0.25em;
  padding: 0;
  border:none;
  min-width: 60%;
}

section.video {
  width: 60%;
  line-height: 0;
  padding: 0 !important;
  min-height: 25rem;
  margin: 0.5em 0 0.5% 0;
  background-color: #000;
}

section.video + section.interview, section.media + section.interview, section.video + section.feature {
  --headingwidth: 100%;
  width: 39%;
  clear: none !important;
  margin: 0.5%;
  min-height: 25rem;
  box-shadow: 0.25em -0.25em 0.5em rgba(0,0,0,0.5);
  padding: 1.5rem;
  columns: 1;
}
section.media + section.interview { min-height: 40em; }
section.video + section.interview h2 { min-width: 50%; }

section.dij:not(:last-of-type) {
  width: 35%;
  padding: 1rem;
  margin: 0 0.5% 0 0;
  box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.5);
}
section.dij + section {
  width: 64%;
  clear: none;
  margin: 0;
  padding: 1%;
}

section + section[id*='featured'] ol li{
  padding: 0.15rem 0.75rem;
  text-indent: -0.5rem;
}


section.interview::before,
section.dissection:before { background-color: var(--blue); }

section.interview h2,
section.obit      h2 {
  padding: 0.75em;
  margin: 0 0.5em 0.125em 0;
  font-size: 3.5em;
  line-height: 1;
  width: var(--headingwidth);
  background-color: #f8f8f8;
  float: left;
  max-width: 35%;
  font-family: var(--condensed);
  font-weight: 400;
  text-align: center;
}

section.obit h2 {
  padding: 2em 1em;
  font-family: Garamond;
  max-width: 30%;
}

section.dissection h2 { margin: 1em 0 0 4em; }

section.rock.doctors {
  background-image: linear-gradient(90deg, #fff, rgba(255,255,255,0.9)), url(//static.soundopinions.org/images/2014/surgery-tools.jpg);
  background-size: contain;
  column-count: 3;
  padding: 1rem;
}

section.list,
section.interview { padding: 5%;}

section.interview  p:first-of-type { margin-top: 0; }
section.dissection p:first-of-type { margin-top:1.5rem; }
section.dissection p { margin: 0 0.5rem; }

section.list,
section.dissection {
  padding: 2rem;
  margin: 1% 1% 2em 2%;
  box-shadow: -1em 1em 0 rgba(0,0,0,0.5);
}

.episode section[class]:not(.embed):before {
  font-family: var(--sans);
  content: attr(class);
  padding: 0.5em 0.25em;
  line-height: 1em;
  letter-spacing: 0.125em;
  text-transform: capitalize;
  margin: 0;
  font-size: 1.25em;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

section::before {background-color: #eee;}

section.review::before  { background-color: var(--aqua); }
section.obit::before    { background-color: #000; color: #fff; }
section.tour::before    { background-color: #FCDEFE; }
section.feature::before { background-color: #94B95A; }
section.list::before    { background-color: var(--orange); }
section.special:before  { background-color: #94B95A; }
section.genre:before    { background-color: #FFFF5A; }
section.dij:before      { background-color: #FFFF6D; text-transform: uppercase !important; }

section.special,
section.tour,
section.feature {
  padding: 1rem;
  width: 98%;
  margin: 1%;
}

section.dij h2,
section.list h2,
section.doctors h2,
section.special h2,
section.tour h2,
section.feature h2 {
  font-size: 2.5em;
  padding: 2.5rem 2rem 1rem;
  background-color: #f8f8f8;
  margin: -1rem 0 0.5em -1rem;
  font-family: var(--condensed);
  line-height: 1;
}

section.review {
  margin: 0.5em 0;
  overflow: hidden;
}

section.review > a[rel=nofollow],
section.review > img,
section.review > figure {
  display: block;
  float: left;
  margin: 0 2rem 1rem 0;
  position: relative;
  z-index: 2;
  padding: 0;
  width: 25vw;
  height: 25vw;
  object-fit: cover;
  overflow: auto;
}

section.review > figure img {
  display:inline-block;
  margin: 0;
  width: 50%;
}


section.review p {margin-right: 5rem;margin-left: 3rem;}
section.review p:first-of-type              { margin-top: 7rem; }

section.review h2 i {
  font-size: 150%;
  display: block;
}


.homepage > div {
  display: flex;
  margin-bottom:0.25%;
}

.homepage > div > *:first-child {
  max-width: 40%;
  margin: 0;
  padding: 0;
  clear: none;
  background-color: #333;
  box-shadow: 0.125em 0 0.25em rgba(0,0,0,0.5);
  font-family: var(--sans);
  background-repeat: repeat;
  background-position: 50% 100%;
  background-size: auto 50%;
  
}
.homepage div > *:first-child h1 {
  padding: 0.5em;
  font-weight: 200;
  font-size: 3em;
}
.homepage div > *:first-child h1 a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  background-color: rgba(255,58,0,0.95);
}
.homepage div > *:first-child h1 a:hover {
  text-decoration: underline;
  background-color: #222;
}
.homepage div > *:first-child > * {
  background-color: rgb(0 0 0 / 0.75);
  padding: 1em;
  color: #fff;
  font-size: 1.75em;
  margin: 1px;
}
.homepage div > *:first-child p a {
  color: #fff;
  font-style: oblique;
}

.homepage section:not(.featured) {
  padding: 0;
  margin: 0;
  float: left;
  clear: none;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.homepage section > * {
  background-color: rgb(255 255 255 / 0.75);
  color: #222;
  font-weight: 400;
  margin: 0;
  padding: 1em;
  font-family: var(--sans);
}

.homepage section > a {
  display: block;
  text-align: center;
  font-size: 1.5em;
  position: absolute;
  background: linear-gradient(transparent 50%, rgb(255 255 255 / 0.5));
  height: 100%;
  width: 100%;
  top: 0;
  text-decoration: none;
  padding: calc(25vh - 2em) 0 0;
  font-weight: 600;
}


.homepage section h2 {
  font-size: 1.75em;
  padding-left: 2.5rem;
  text-indent: 1rem;
  font-weight: 400;
}
.homepage section[style] p {
  opacity: 0;
  transition: opacity 0.2s;
}
.homepage section:not(.featured):hover > p {
  opacity: 1;
}

.homepage section aside {
  margin: 0.5% !important;
  border-radius: 1px;
  box-shadow: 0.25em 0.25em 0 rgba(0,0,0,0.5);
  background-color: #fff;
  vertical-align: top;
}
.homepage section aside p {
  margin: 1em;
  font-size: 1em;
}

.homepage section[data-cell] {
  height: 25vh;
  width: 49%;
  padding: 0;
  margin: 0.5%;
  border-radius: 0 0 3px 3px !important;
  background-color: #fff;
}

.homepage section.merch { 
  width: 24%;
}
.homepage section[data-cell].merch::before {
  background-color: #fff;
}
.homepage section[data-cell]::before {
  content: attr(class);
  text-transform: uppercase;
  font-family: var(--condensed);
  color: #333;
  display:inline-block;
  width: 10em;
  text-align:center;
  font-weight:600;
  padding:0.5em 2em;
  font-size:1.125em;
  box-shadow: 0 0.25em 0.25em rgb(0 0 0 / 0.125);
  transform:rotate(-45deg) translate(-30%, -150%);
  background-color: var(--orange);
  position: absolute;
}
.homepage section[data-cell] p {
  line-height: 1;
  text-indent: 0;
  margin: 0;
  padding: 0.5em;
}

.playing {outline: 0.25rem solid var(--tag);}

section.review h2 {
  left: 0;
  position: absolute;
  z-index: 0;
  background-color: #000;
  width: calc(100% - 1rem);
  color: #fff;
  padding: 0.75rem 1rem 1rem calc(25vw + 2.5rem);
  margin: 0.5rem 0;
  font-size: 1.5em;
  letter-spacing: -0.025em;
}


section[id*='featured'] {
  font-family: var(--sans);
  background-color: #222;
  color: #fff;
  margin: 0;
  padding: 2rem;
}

section[id*='featured'] ol {
  list-style: none;
  padding: 0.5rem;
  line-height: 1.25;
  font-size: 1.35em;
}

section[id*='featured'] h2 {
  color: #fff !important;
  border-bottom: 1px solid #555;
  padding: 0.5em;
  font-weight: 600;
  letter-spacing: 0.075em;
}


section:not(.review) > img {
  float: right;
  margin: 0 0 1rem 2em;
  position: relative;
  padding: 0 0 0 1em;
  max-width: 40%;
  border-left: 1px solid #f8f8f8;
  max-height: 70vh;
  object-fit: contain;
  clear: right;
}


section.dissection h2 {
  font-style: italic;
  background-color: #f8f8f8;
  padding: 2rem;
  margin: -1rem 1rem 0rem -2rem;
  font-size: 3em;
  max-width: 60%;
  font-weight: 800;
  font-family: var(--serif);
  float: left;
}


section.dij h2{ background: url(//static.soundopinions.org/images/dij.jpg) no-repeat 100% 0 / auto 100%; }

section:not(.dij) section {
  padding: 0.5rem;
  border: 1px solid #fff;
  width: 50%;
  float: left;
}


section.list section p {
  padding: 0.125em;
  margin: 0.125em;
  background-color: #f8f8f8;
}

section section:nth-of-type(odd):last-of-type {
  width: 100%;
}
section section  > ul {
  list-style: none;
  padding: 0;
  margin: 0.5em 0;
}

section section li {
  padding: 0.125em 1.5em;
  text-indent: -0.75em;
}

section + section[id*='featured'] ol li::before,
body.search section[id*='featured'] ol li::before,
.episode section section li::before {
  content: '♩';
  padding-right: 0.5em;
  color: #F66D59;
  opacity: 0.75;
  font-size: 0.5em;
}
section.list >  ol, section.list > ul {
  padding: 1.5em 3em;
  background-color: #FAFAFA;
  margin: 1em 0;
}

section.list > ol > li,
section.list > ul > li { padding: 0.25em 0; }


li ul    { margin-left: -1em; padding-left: 2.5em; }
li ul li { padding: 0; }

section section h3::after {
  position: absolute;
  transform: skew(15deg);
  height: 100%;
  width: calc(100% - 1rem);
  top:0;
  left: 0.5rem;
  content: '';
  z-index: -1;
  background-color: #000000;
}

section section h3 {
  position: relative;
  padding: 0.5rem 2rem;
  font-weight: 400;
  letter-spacing: 0.125em;
  margin: 0.5rem 0;
  z-index:2;
  color: #fff;
}

a:hover { color: #F7200B; }

*[data-seek]:hover { cursor: pointer; }

h4 {
  font-size: 2em;
  border-bottom: 1px solid #ddd;
  padding: 0.25em;
}



hr {
  border-style: solid;
  border-color: #eee;
  border-width: 1px 0 0 0;
  margin: 0.5rem 0;
}

.player {
  position: relative;
  width: var(--unit);
  height: var(--unit);
  border-bottom: 1px solid #333;
  background: linear-gradient(45deg, rgb(0 0 0 / 0.25), transparent 70%);
}

.player > div {
  background: radial-gradient(#444, transparent 50%);
  border-radius: 50%;
  margin: 0;
}

.player > button {
  border: none;
  outline: none;
  margin: 0;
  padding: 1vmin;
  border-radius: 50%;
  width: 45%;
  height: 45%;
  left: 27.5%;
  top: 27.5%;
  fill: #fff;
  background-color: #444;
}


.player > * {
  position: absolute;
  width:  100%;
  height: 100%;
}

.player > div circle {fill: #444;}
.player > div path:hover { cursor: pointer; }
.player > div path {
  transition: stroke-width 0.5s 0.25s;
  stroke-width: 0.125rem;
  stroke-linecap: butt;
}

body > .player {left: 20vw;}

.player > div[data-state='waiting'] .segments {
  stroke-dasharray: 3 5;
  animation: spin 5s infinite linear;
  transform-origin: 50% 50%;
}

.player > div[data-state='waiting'] .segments path { stroke-width: 1; }

.player > div:hover path:not([class]),
.player > div[data-state='waiting'] path:not([class]) {stroke-width: 0;}

.player > div:hover .segments path { stroke-width: 0.5rem;stroke-opacity: 1;}

.player > div path[class] {fill:none;}
.player > div path:not([class]) {
  fill-opacity: 0;
  stroke: #000;
  stroke-width: 0.25rem;
  stroke-linecap: round;
}

svg text {
  stroke: none;
  font-family: var(--sans);
  fill: #FFF;
  letter-spacing: 0.175em;
  font-size: 0.65em;
  font-weight:400;
}

path.interview,
path.dissection { stroke: var(--blue); }

path.special,
path.feature { stroke: #94B95A; }

path.obit    { stroke: #222; }
path.ad      { stroke: #F00; }
path.intro   { stroke: #DA6F95; }
path.doctors { stroke: #eee; }
path.list    { stroke: var(--orange); }
path.tour    { stroke: #FCDEFE; }
path.dij     { stroke: #FFFF6D; }
path.review  { stroke: var(--aqua); }



@media only screen and (max-device-width : 1024px),  screen and (max-width: 1024px) {
  
  #content {width: 100%;margin: 0;}
  #panel_access_button {width: 15vw;}
  
  body > header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
  
  main > .index {
    position: static;
    background-color: #333;
    width: 100vw;
    top: 0;
    display: flex;
  }
  
  .index nav {
    padding: 0.5em;
    width: 100%;
    box-shadow: inset -1rem 0 0.5rem -0.5rem rgb(0 0 0 / 0.5);
    display: flex;
    overflow: scroll;
  }
  
  .player {
    position: fixed;
    top: 0.25vw;
    left: 0.5vw;
    width: 10vw;
    height: 10vw;
    background: none;
    border: none;
    z-index: 101;
    max-width: 5em;
    max-height: 5em;
  }
  
  .index a { border: none !important; }
  .index a.active {
    text-decoration: none;
    color: #fff;
    background-color: #444;
  }
  
}