@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,300;0,400;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@font-face {
  font-family: "Kabel Black";
  src: url("../fonts/kabel-black.eot");
  /* IE9*/
  src: url("../fonts/kabel-black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/kabel-black.woff2") format("woff2"), /* chrome、firefox */ url("../fonts/kabel-black.ttf") format("truetype") /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/;
}
html {
  text-rendering: optimizeLegibility;
}
:root {
  --black: #222221;
  --blackTrans: #22222188;
  --red: #ed1b2e;
  /* DiMarzio Red */
  --redTrans: #ed1b2e88;
  --cream: #fbe1b1;
  --gap: 40px;
  font-size: 20px;
  --system-ui: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media only screen and (max-width: 1080px) {
  :root {
    --gap: 15px;
  }
}
.page-node-type-stories {
  overflow-x: hidden;
}
.page-node-type-stories .contextual-region {
  position: initial;
}
.page-node-type-stories .carousel.slide {
  overflow: hidden;
}
.page-node-type-stories hr {
  border: 0px;
  border-top: 1px solid var(--black);
  border-top: 1px solid #22222133;
  margin: 60px 0px 160px 0px;
  width: 620px;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories hr {
    margin: 30px 0px 60px 0px;
  }
}
.page-node-type-stories .jarallax {
  height: 80vh;
}
.page-node-type-stories #title {
  position: sticky;
  top: 0px;
  height: 80px;
  display: flex;
  align-items: center;
  background-color: var(--red);
  padding: 0px 20px;
  font-family: "Kabel Black";
  font-weight: 400;
  font-size: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  color: white;
  z-index: 50;
  justify-content: center;
  transition: all 0.5s;
  text-transform: uppercase;
}
.page-node-type-stories #title h3 {
  flex-basis: 1020px;
  background-color: initial;
}
.page-node-type-stories #title strong {
  color: var(--cream);
}
.page-node-type-stories #super-distortion p:not(.quote_chapter) {
  font-size: 18px;
}
.page-node-type-stories #super-distortion blockquote.aside p {
  margin-right: 0px;
  font-size: 30px;
  line-height: 125%;
}
.page-node-type-stories #super-distortion blockquote.aside p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories #super-distortion blockquote.aside p {
    font-size: 18px;
  }
}
.page-node-type-stories .center {
  max-width: 1020px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories .center {
    width: 85%;
  }
}
.page-node-type-stories #floatingNav {
  position: fixed;
  top: 100px;
  left: calc((100% - 1080px) / 2 - 34px);
  width: 34px;
  height: 100vh;
}
.page-node-type-stories aside#nav {
  font-family: "Kabel Black", var(--system-ui);
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  justify-content: center;
  align-items: flex-start;
}
.page-node-type-stories aside a {
  box-sizing: border-box;
  text-decoration: none;
  height: 34px;
  width: 34px;
  overflow: hidden;
  color: transparent;
  transition: all 0.5s;
  opacity: 0.5;
}
.page-node-type-stories aside a:before {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 10px;
  border-radius: 100%;
  border: 2px solid var(--red);
  text-decoration: none;
  display: block;
  content: '';
}
.page-node-type-stories aside a:hover {
  opacity: 1;
}
.page-node-type-stories aside a.active:before {
  background-color: var(--red);
}
.page-node-type-stories .region-content {
  font-family: 'Source Serif Pro', "Minion Pro", "Times New Roman", serif;
  /* Minion Variable Concept */
  font-size: 20px;
  margin: 0px;
  color: #222221;
}
.page-node-type-stories .region-content h1,
.page-node-type-stories .region-content h2,
.page-node-type-stories .region-content h3,
.page-node-type-stories .region-content h4,
.page-node-type-stories .region-content h5,
.page-node-type-stories .region-content h6,
.page-node-type-stories .region-content p.author {
  font-family: "Kabel Black", var(--system-ui);
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories .region-content h3 {
    font-size: 0.9rem;
  }
}
.page-node-type-stories .region-content p {
  font-weight: 400;
  line-height: 150%;
  margin-right: 400px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
}
.page-node-type-stories .region-content p.subhead,
.page-node-type-stories .region-content p.author {
  margin-right: 0;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories .region-content p {
    margin-right: 0;
    font-size: 16px;
    line-height: 130%;
  }
}
@media only screen and (max-width: 640px) {
  .page-node-type-stories .region-content {
    font-size: 22px;
  }
}
.page-node-type-stories .region-content .poster p {
  font-family: "Kabel Black", var(--system-ui);
  color: var(--red);
  font-size: 24px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories .region-content .poster p {
    font-size: 18px;
  }
}
.page-node-type-stories .region-content h1 {
  color: var(--red);
}
.page-node-type-stories .region-content h2 {
  margin: 0px;
  padding: var(--gap) 0px;
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .page-node-type-stories .region-content h2 {
    font-size: 1rem;
  }
}
.page-node-type-stories .region-content .quote_chapter {
  text-align: right;
  color: #444;
  font-family: 'Kabel Black';
  font-size: 30px;
}
.page-node-type-stories .region-content section.text p {
  grid-column: 2 / span 1;
  margin-right: 400px;
}
.page-node-type-stories .region-content blockquote.aside p {
  margin-right: 0px;
  font-size: 30px;
  line-height: 125%;
}
.page-node-type-stories .region-content blockquote.aside p:last-child {
  margin-bottom: 0;
}
.page-node-type-stories section {
  clear: both;
}
.page-node-type-stories section a {
  text-decoration: none;
  color: var(--red);
  font-weight: 400;
}
.page-node-type-stories section.header {
  background-color: var(--red);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-items: center;
  color: white;
  text-align: center;
  min-height: 100vh;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.page-node-type-stories section.header picture,
.page-node-type-stories section.header img {
  width: 500px;
  animation-name: blurReveal;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 640px) {
  .page-node-type-stories section.header picture,
  .page-node-type-stories section.header img {
    width: 200px;
  }
}
.page-node-type-stories section.header h1,
.page-node-type-stories section.header h2,
.page-node-type-stories section.header h3 {
  margin: 0;
  padding: 0;
}
.page-node-type-stories section.header p.author {
  font-size: 1.2rem;
}
.page-node-type-stories section.header h1 {
  margin: 0px;
  font-size: 3rem;
  color: white;
  line-height: 150%;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories section.header h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .page-node-type-stories section.header h1 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories section.header h2 {
    font-size: 1.2rem;
  }
  .page-node-type-stories section.header h3 {
    font-size: 1.2rem;
  }
}
.page-node-type-stories section.header p {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories section.header p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .page-node-type-stories section.header p {
    font-size: 1rem;
  }
}
.page-node-type-stories section.header span.title {
  font-size: 150%;
  display: block;
}
.page-node-type-stories section.header .text,
.page-node-type-stories section.header .header {
  width: 1020px;
  margin: auto;
}
.page-node-type-stories section.header .text {
  padding-bottom: 25vh;
}
.page-node-type-stories .margin-bottom {
  margin-bottom: 150px;
}
.page-node-type-stories .dropcap {
  font-size: 4.8rem;
  line-height: 4.8rem;
  float: left;
  margin-right: 4px;
  margin-top: -0.15rem;
  margin-bottom: -1rem;
}
@media only screen and (max-width: 640px) {
  .page-node-type-stories .dropcap {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-top: 0;
  }
}
.page-node-type-stories #fullscreen {
  position: fixed;
  right: 20px;
  top: 100px;
  border: none;
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: white;
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor: pointer;
}
.page-node-type-stories #fullscreen:hover {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .page-node-type-stories #fullscreen {
    display: none;
  }
}
.page-node-type-stories button.chevron {
  border: none;
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 6px;
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
}
.page-node-type-stories button.chevron:hover {
  opacity: 1;
}
.page-node-type-stories #intro {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories #intro {
    position: relative;
    display: block;
  }
}
.page-node-type-stories #intro figure {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.page-node-type-stories #intro figure img {
  height: 102vh;
  width: 100vw;
  object-fit: cover;
  object-position: center top;
  order: 1;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories #intro figure img {
    height: 90vw;
  }
}
.page-node-type-stories #intro blockquote {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 800px;
  color: white;
  background-color: rgba(0, 0, 0, 0.65);
  margin-top: 25%;
  order: 2;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
  box-sizing: content-box;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories #intro blockquote {
    position: absolute;
    bottom: 60px;
    z-index: 2;
    width: auto;
    align-self: end;
    margin-bottom: 5%;
    margin-top: 0;
  }
  .page-node-type-stories #intro blockquote figure figcaption,
  .page-node-type-stories #intro blockquote figcaption.outset {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page-node-type-stories #intro blockquote {
    bottom: 90px;
  }
}
.page-node-type-stories #intro blockquote p {
  margin-right: 0px;
  font-size: 24px;
  font-family: "Kabel Black", var(--system-ui);
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories #intro blockquote p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .page-node-type-stories #intro blockquote p {
    font-size: 12px;
  }
}
.page-node-type-stories #intro blockquote p:first-child {
  margin-top: 0px;
}
.page-node-type-stories #intro blockquote p:last-child {
  margin-bottom: 0px;
}
.page-node-type-stories #intro figure figcaption,
.page-node-type-stories figcaption.outset {
  box-sizing: border-box;
  width: 1020px;
  text-align: right;
  margin: auto;
  padding: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories #intro figure figcaption,
  .page-node-type-stories figcaption.outset {
    width: auto;
    max-width: 100%;
    font-size: 9px;
    padding-left: 10px;
  }
}
.page-node-type-stories #tableaux {
  width: 100vw;
}
.page-node-type-stories #tableaux img {
  width: 100vw;
}
.page-node-type-stories #block-cart .view-commerce-cart-block .views-field-title a {
  font-weight: bold;
}
.page-node-type-stories #preface {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 1020px;
  margin: auto;
  grid-gap: 20px;
  color: var(--black);
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories #preface {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 80%;
  }
  .page-node-type-stories #preface .quote_chapter {
    font-size: 13px;
  }
}
.page-node-type-stories #preface p {
  margin-right: 0px;
}
.page-node-type-stories #preface > div {
  padding: 40px;
}
.page-node-type-stories #preface > div:last-child {
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.page-node-type-stories #preface img {
  width: 100%;
  object-fit: contain;
  position: sticky;
  top: 100px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.125);
  border: 10px solid white;
}
.page-node-type-stories #preface .innovators {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.page-node-type-stories #preface .preface-text1 {
  padding-bottom: 0;
}
.page-node-type-stories #preface .preface-text2 {
  padding-top: 0;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories #preface {
    width: 80%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .page-node-type-stories #preface > div {
    grid-template-columns: 1 / 2;
    padding: 0px;
  }
  .page-node-type-stories #preface .preface-text1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .page-node-type-stories #preface .preface-text2 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  .page-node-type-stories #preface .innovators {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    display: flex;
    justify-content: center;
  }
  .page-node-type-stories #preface .innovators img {
    max-width: 60%;
  }
}
.page-node-type-stories nav#chapters {
  font-family: "Kabel Black", var(--system-ui);
  background-color: #222221;
  background-image: linear-gradient(white, white 50%, #222221 50%, #222221);
  text-transform: uppercase;
  height: 200vh;
}
.page-node-type-stories nav#chapters > div {
  min-height: calc(100vh - 90px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  box-sizing: border-box;
  position: sticky;
  top: 90px;
}
.page-node-type-stories nav#chapters > div a {
  font-size: 3vh;
  text-decoration: none;
  color: var(--red);
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .page-node-type-stories nav#chapters > div a {
    font-size: 2vh;
  }
}
.page-node-type-stories #the-mother-of-invention-header img {
  width: 100%;
}
.page-node-type-stories figure {
  margin: 0px;
}
.page-node-type-stories figure + figure {
  margin-top: var(--gap);
}
.page-node-type-stories figure img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories figure img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories figure.aside {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .page-node-type-stories figure.aside.billy,
  .page-node-type-stories figure.aside.pete-townshend,
  .page-node-type-stories figure.aside.shawk,
  .page-node-type-stories figure.aside.offset-neck,
  .page-node-type-stories figure.aside.offset-neck2,
  .page-node-type-stories figure.aside.brewster {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .page-node-type-stories figure.pete-townshend,
  .page-node-type-stories figure.brewster,
  .page-node-type-stories figure.shawk {
    max-width: 480px;
  }
  .page-node-type-stories figure.offset-neck2 {
    max-width: 480px;
    margin: 10px 30px;
  }
  .page-node-type-stories figure.offset-neck {
    max-width: 360px;
    margin: 15px 40px;
  }
  .page-node-type-stories figure.shawk {
    padding-left: 5vw;
  }
}
.page-node-type-stories figcaption {
  font-family: Helvetica, sans-serif;
  /* Domaine Sans */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories figcaption {
    font-size: 9px;
    text-align: left;
  }
}
.page-node-type-stories .jarallax figcaption {
  position: relative;
  top: 80vh;
}
.page-node-type-stories .jarallax + section {
  margin-top: 40px;
}
@keyframes blurReveal {
  from {
    filter: blur(30px);
  }
  to {
    filter: blur(0px);
  }
}
.page-node-type-stories .gallery {
  margin: 50px 0px;
}
.page-node-type-stories .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}
.page-node-type-stories .text-width {
  margin-right: 400px;
}
.page-node-type-stories .text-width img {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.page-node-type-stories .aside {
  float: right;
  width: 640px;
  margin: 30px 0px 30px 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories .aside {
    margin: 15px 0px 15px 60px;
  }
}
.page-node-type-stories .aside.billy {
  width: 560px;
  margin: 0px 0px 30px 60px;
}
.page-node-type-stories .aside.pete-townshend {
  width: 360px;
  margin: 80px 0px 30px 60px;
}
.page-node-type-stories .aside.brewster {
  width: 360px;
  margin: 0px 0px 30px 60px;
}
.page-node-type-stories .aside.shawk {
  width: 480px;
  margin: 0 0 0 60px;
}
.page-node-type-stories .aside.shawk figcaption {
  position: relative;
  top: -50px;
}
.page-node-type-stories .aside.offset-neck {
  width: 240px;
  margin: 0 0 30px 60px;
}
.page-node-type-stories .aside.offset-neck2 {
  width: 360px;
  margin: 120px 0px 30px 60px;
}
@keyframes carousel {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.page-node-type-stories .carousel {
  background-color: var(--black);
  width: 100%;
  overflow-x: hidden;
}
.page-node-type-stories .carousel img {
  margin: 20px 0px 20px 20px;
  width: auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.page-node-type-stories .carousel-group {
  position: relative;
  height: 70vh;
  max-height: 1000px;
  display: flex;
}
.page-node-type-stories blockquote {
  font-family: "Kabel Black", var(--system-ui);
  /* 	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); */
  padding: 30px;
  border-left: 5px solid var(--red);
  color: #333;
}
.page-node-type-stories blockquote.aside p:first-child,
.page-node-type-stories blockquote.aside p:last-child {
  margin-top: 0;
}
.page-node-type-stories blockquote.aside p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories blockquote {
    border-width: 2px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-node-type-stories .aside,
  .page-node-type-stories hr,
  .page-node-type-stories .aside.billy {
    width: 100%;
  }
  .page-node-type-stories #floatingNav {
    z-index: -1;
    opacity: 0;
  }
  .page-node-type-stories blockquote.aside {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 15px;
  }
  .page-node-type-stories #super-distortion p {
    margin-right: 0;
    font-size: 16px;
  }
}
