
  :root {
    --fsh1: min(5.18rem, 11.37vw);
    --logo-height: 2rem;
  }

  main div.upswing {
    padding-top: 2em;
    height: 500px;
  }

  main div.upswing .grape {
    margin-top: 0;
    --hl: navy;
  }

  :root {
    font-size: 17px; 
  }

  .workout {
    margin-top: 5em;
  }

  .workout .upswing {
    --CLR: silver, gainsboro, whitesmoke, aliceblue;
    z-index: 4;
  }

  .workout .upswing.dark {
    --CLR: turquoise, navy;
    margin-top: -20%;
    z-index: 3;
  }

  .workout .upswing.light {
    --CLR: whitesmoke, aliceblue;
    margin-top: -30%;
    z-index: 2;
  }

  .workout .upswing.dark.second {
    z-index: 1;
    --V: 100;
  }

  .workout .upswing.light.second {
    z-index: 0;
    --CLR: azure, white;
  }

  .upswing.root {
    --CLR: gainsboro, whitesmoke, silver;
  }

  .anim-3 {
    z-index: 10;
  }

  h1.main-header, h1.header-ghost {
    position: relative;
    top: 0;
    font-weight: bold;
    line-height: 1.1;
    mix-blend-mode: soft-light;
    width: 500px;
    max-width: 80vw;
    margin-left: 0.2em;
    z-index: 10;
    color: deepskyblue;
    color: indigo;
  }

  h1.header-ghost {
    transform: translate(0, -100%);
    z-index: 4;
    color: emerald;
  }

  .reiki h1 {
    top: 1ex;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5.529rem;
    font-size: var(--fsh1);
    letter-spacing: -2.618px;
  }

  main > nav {
    position: relative;
    z-index:20;
    display: flex;
    justify-content: space-between;
  }

  h1.tiny {
    height: var(--logo-height);
    font-size: 18pt;
    line-height: 18pt;
    display: inline-block;
    margin: 0;
  }

  nav {
    position: relative;
  }

  nav form.logo {
    height: var(--logo-height);
  }

  nav input.tiny {
    height: var(--logo-height);
    filter: saturate(2.0) contrast(1.5);
  }

  .content img {
    /*
    min-height: 15vh;
    max-width: var(--content-width);
    */
    width: 61.8%;
  }


  nav a {
    text-decoration: none;
    font-size: 1rem;
  }
  
  section.grape {
    margin-top: -29ex;
    background: transparent;
    justify-content: start;
  }

  section.grape p {
    margin: 0;
    color: slategray; 
  }

  section.grape footer button {
    background: navy;
    color: white;
  }

  section.grape footer {
    padding-top: 2em;
  }

  section.grape footer a {
    color: navy;
  }

  nav * {
    color: white;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial;
    line-height: 1.5;
  }

  nav h1 {
    letter-spacing: -0.5px;
    font-weight: bold;
  }

  .reiki {
    padding: 0;
    margin: 0;
    display: block;
  }

  aside.applications {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 21pt;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: grey;
    font-family: Arial;
  }

  aside.applications span {
    max-width: 20ex;
    display: inline-block;
    padding: 0.5em;
    text-align: center;
  }

  @media screen and (max-width: 600px) {
    .reiki h1 {
      letter-spacing: -1.5px;
    }
    .content img {
      margin-left: 0;
    }
  }

  @media screen and (max-width: 1200px) {
    .content img {
      margin-left: 0;
    }
  }


