@charset "UTF-8";

/* fonts */

@font-face {
    font-family: Maxi;
    src: url(EduMaxiRoundVariable.woff) format('woff-variations'), url(EduMaxiRoundVariable.woff2) format('woff2-variations');
    font-weight: normal;
    font-style: normal;
}

/* global */

/* variables */

:root {
  --xtra-big-space: 44px;
  --big-space: 26px;
  --mid-space: 13px;
  --little-space: 6px;
}


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

html {
  background: #fff;
  color: #000;

}

body {
  /*background: linear-gradient(yellow, pink, darkolivegreen, rebeccapurple, black, royalblue, lightyellow);
  background: radial-gradient(yellow, lightyellow);
  background: yellow;  */
  margin: 0;
  padding: 0;
  min-height: 100vh;
/*  transition: color 2000ms ease;  */
}

.float-left {
  float: left;
  margin: 0px var(--big-space);
}

.float-right {
  float: right;
  margin: 0px var(--big-space);
}


/* fonts */

span.font {
/*  transition: all 5000ms ease;*/
}

span.arial {
/*  font-family: Arial;*/
  color: maroon;
  color: rgb(0,0,0);
/*  color: rgb(0,10,0);*/
}

span.courier, h1 span.courier {
/*  font-family: courier;*/
  color: darksalmon;
  color: rgb(0,0,0);
/*  font-size: 28px;*/
/*  color: rgb(0,110,0);*/
}

span.times {
/*  font-family: Times;*/
  color: red;
  color: rgb(0,0,0);  
  color: rgb(0,0,0);
/*  font-size: 28px;  */
}

/* basics */

body {
  font-family: system-ui, "FGroteskDemi-Regular", "ABCHelveestiSpikesUnlicensedTrial-Regular", Times;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;

  padding: 0px 0px var(--big-space);

}

a {
  text-decoration: none;
  color: black;

  text-shadow: 0px 0px 5px rgb(0,255,00);
}

footer a::after {
  content: '→';
  font-size: .75em;
/*  transition: all 100ms ease;*/
  padding-left: var(--little-space);
}

footer a.ext::after {
  content: '↗';
}

footer a:hover::after {
  content: '→';
  font-size: .75em;
  padding-left: var(--mid-space);
}

h1, h2, .number {
  font-size: 62px;
  line-height: 70px;
  font-weight: 600;
  font-variation-settings: "wght" 500;
  margin-bottom: var(--mid-space);
  font-family: Maxi;
  margin: 0px;  
}

h1#logo {
  font-size: 2rem;
}

p {
  margin-bottom: var(--mid-space);
}

/* structure */

img {
  max-width: 100%;
  height: auto;
  width: auto;

/*  mix-blend-mode: overlay;*/
  margin-bottom: var(--mid-space);
}

header {
  text-align: center;
  padding: var(--big-space) 0px;
}

main {
  margin: var(--big-space);
}

#numbers {
  text-align: center;
  font-family: Maxi;  
  display: block;
  list-style-type: none;

  font-size: 72px;
  line-height: 80px;
  font-variation-settings: "wght" 500;

  margin: var(--xtra-big-space) 0px;
}

#numbers li {
  display: inline-block;
/*  padding: 0px var(--little-space);*/
}

#numbers li::after {
  content: ',';
}

#numbers li:last-child::after {
  content: ' ';
}

footer {
  margin: var(--big-space);  
}

footer img {
  max-width: 800px;
  width: 100%;
}


footer p {
  margin: var(--big-space) 0px var(--mid-space);
}

footer ul {
  columns: 3;
  list-style-type: none;
}

footer ul.one-col {
  columns: 1;
}

footer ul li {
  padding-bottom: var(--little-space);
}

.no-break {
  break-inside: avoid-column;  
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

footer ul#support li img{
  display: block;
  max-width: 90px;
  height: auto;
}

footer ul#support li a::after {
  content: '';
}

/* home */

#home {
}

#home main p{
  font-size: 44px;
  line-height: 54px;  
  font-weight: 500;
  margin-bottom: var(--big-space);  
}

#home main .announcement p{
  font-size: 20px;
  line-height: 30px;  
  padding: var(--big-space);  
  border: 1px solid black;
}

#home main img.inline {
  height: 80px;
  width: auto;
  display: inline-block;
  margin: 0px;
  margin-bottom: -25px;
}

/* work */

h1, h2 {
  text-align: center;
}

.number {
  text-align: center;
  font-family: Maxi;  
  display: block;
  list-style-type: none;
  font-variation-settings: "wght" 500;
}

body.work #container {
  max-width: 1200px;
  margin: auto;
}

.meta {
  font-size: 1em;
  /*line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: .02em;*/
  padding: var(--xtra-big-space) var(--mid-space) var(--mid-space);
  display: block;

  font-weight: 500;
}

#info p {
  margin: var(--mid-space) var(--mid-space);
}

#info p.bio {
  color: rgba(0,0,0,.5);
}

img {
  margin: var(--big-space) 0px;
}

img.website {
  border: 1px solid black;
  padding-top: var(--mid-space);
  border-radius: 8px;
  background: transparent;
}

.jewel-case {
  width: 36vw;
  height: 33vw;
  padding-left: 2vw;
  border: 1px solid black;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spine {
  height: 33vw;
  width: 1px;
  border-left: 1px solid black;
  position: absolute;
  left: 2vw;
  top: 0px;
}

.record {
  width: 30vw;
  height: 30vw;
  border: 1px solid black;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform-origin: center center;
  animation: rotating 60s linear infinite;  
}

.circle-outer {
  width: 12vw;
  height: 12vw;
  border: 1px solid black;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-inner {
  width: 5vw;
  height: 5vw;
  border: 1px solid black;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.light {
  width: 5vw;
  height: 2vw;
  background: rgba(255,100,100,.75);
  position: absolute;
  left: 2vw;
  top: 14vw;  
  filter: blur(1vw);
  box-shadow: 0px 0px .75vw rgba(0,255,255,.75);
}

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

/* web tour */

#grid {
  margin: 0px;
  /*display: grid;
  grid-template-columns: 1fr 3fr;*/
}

#grid #numbers {
  font-size: 44px;
  line-height: 50px;  
  text-align: left;
  margin-bottom: var(--xtra-big-space);
}

#grid .highlight {
  background: white;
  border-radius: var(--little-space);
  padding: var(--big-space);
  box-shadow: 0px 0px 20px rgba(0,255,0,.9);
  margin: var(--big-space) 0px;
}

#grid aside {
  height: 100vh;
  overflow: scroll;
  background: rgba(0,255,0, 1);
  position: fixed;
  width: 25vw;
  top: 0px;
  padding: var(--big-space);
}

#web-map {
  background: white;
  position: relative;
  border-radius: var(--little-space);
  padding: var(--mid-space);
  margin-bottom: var(--big-space);
}

#web-map img{
  margin: 0px;
}

#grid h1, #grid h2, #grid .number {
  font-size: 44px;
  line-height: 50px;
  font-variation-settings: "wght" 500;
  margin-bottom: var(--small-space);

}

#grid aside p { 
  font-size: 16px;
  line-height: 20px;
}

#grid main {
  width: 75vw;
  margin-left: 25vw;
  padding: var(--big-space);
}

#grid main .meta{
  text-align: center;
}

.project {
  padding: var(--big-space);
  border-bottom: 1px solid rgb(0,255,0);
}

.project.top-border {
  border-top: 1px solid rgb(0,255,0);
}

#main-link {
  display: block;
  padding: var(--big-space);
  text-align: center;
}

/* interview */

body.interview {
  background: white;
}

.interview main {
  max-width: 1200px;
  width: auto;
  margin: auto;
  color: #FF5F1F;
}

.interview main h1{
  font-size: 60px;
  line-height: 72px; 
  text-align: left;
  text-indent: -2em;
  padding-left: 2em;
  margin: var(--xtra-big-space) 0px;
}

.interview main figure img {
  width: 100%;
  height: auto;
  margin: 0px;
  filter: grayscale(100%);
  mix-blend-mode: darken;
}

.interview main figure {
  vertical-align: top;
  float: right;
  width: calc(50% - var(--mid-space));
  padding: var(--big-space) 0px;
}

.interview main figure.right {
  margin-left: calc(var(--mid-space) + var(--mid-space));
}

.interview main p{
  font-size: 24px;
  line-height: 32px;  
  margin-bottom: var(--big-space);  
}

.interview main p.question{
  padding-left: 50%;
}

.interview main figcaption {
  font-size: 13px;
  line-height: 18px;
}

@media only screen and (max-width: 1000px) {


}

@media only screen and (max-width: 800px) {

  body {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0px var(--mid-space);

  }

  h1#logo {
  font-size: 1.125rem;
  }

  h1, h2, .number {
    font-size: 26px;
    line-height: 30px;
  }

  footer ul {
    columns: 2;
    list-style-type: none;
  }

  #home main p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: var(--mid-space);  
  }
  
  #home main img.inline {
    height: 30px;
    margin-bottom: -10px;  
  }

  .meta {
    font-size: 1em;
    line-height: 1.5em;
  }


  #numbers {
    font-size: 44px;
    line-height: 52px;
  }


  /* web tour */

  #grid .desktop {
    display: none;
  }

  #grid aside {
    height: auto;
    position: fixed;
    width: 100vw;
    top: auto;
    bottom: 0px;
    padding: var(--mid-space);
  }


  #grid #numbers {
    font-size: 22px;
    line-height: 28px;  
    text-align: left;
    margin-bottom: var(--little-space);
    margin: 0px;
    display: inline-block;
  }

  #grid aside h3 {
    display: inline-block;
    font-size: 14px;
  }

  #web-map {
    display: none;
  }

  #grid h1, #grid h2, #grid .number {
    font-size: 44px;
    line-height: 50px;
    font-variation-settings: "wght" 500;
    margin-bottom: var(--small-space);

  }

  #grid main {
    width: 100vw;
    margin-left: 0px;
    padding: var(--big-space);
  }

  .project {
    padding: var(--big-space) 0px;
    border-bottom: 1px solid rgb(0,255,0);
  }

  .project.top-border {
    border-top: 1px solid rgb(0,255,0);
  }


  .interview main {
    margin: var(--big-space);
    width: auto;
    max-width: 100vw;
  }

  .interview main h1{
    font-size: 16px;
    line-height: 22px; 
  }

  .interview main p{
    font-size: 14px;
    line-height: 20px; 
  }

  #main-link {
    padding: var(--mid-space);
  }


}

@media only screen and (max-width: 390px) {

}


