@font-face {
  font-family: "TNR Italic";
  src: url("fonts/TimesNewRomanItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "TNR Bold Italic";
  src: url("fonts/TimesNewRomanBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Verily Serif Mono";
  src: url("fonts/VerilySerifMono.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --green: #00ff00;
  --ink: #141414;
  --panel: #eeeeee;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
}

#app {
  width: 100%;
}

#stage-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#stage {
  position: relative;
  width: 1280px;
  height: 2655px;
  flex-shrink: 0;
  background: #ffffff;
  transform-origin: top center;
}

/* text */

.themed-text {
  color: #333333;
  transition: color 0.25s ease;
}

.heading-1:hover,
.heading-2:hover,
.heading-3:hover,
.body-copy:hover p {
  color: var(--green);
}

.heading {
  position: absolute;
  margin: 0;
  z-index: 6;
  font-family: "TNR Italic", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 60px;
  line-height: 55px;
}

.body-copy {
  position: absolute;
  left: 213px;
  top: 590px;
  width: 520px;
  z-index: 6;
  font-family: "TNR Italic", "Times New Roman", serif;
  font-style: italic;
  font-size: 24px;
  line-height: 27px;
}

.body-copy p {
  margin: 0 0 27px 0;
}

/* header/footer */

.topbar,
.bottombar {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 28px;
  display: flex;
  align-items: center;
  z-index: 5;
}

.topbar {
  top: 6px;
}

.bottombar {
  top: 2608px;
}

.contact-link {
  font-family: "TNR Bold Italic", "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  text-decoration: none;
}

.contact-link.mail {
  margin-right: 210px;
}

.apply-btn {
  position: absolute;
  right: 40px;
  top: 26px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--green);
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: default;
  z-index: 20;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.apply-face {
  display: inline-block;
  font-family: "Verily Serif Mono", monospace;
  font-size: 35px;
  letter-spacing: 0.3px;
  line-height: 1.15;
  color: #4d4d4d;
  transform: scaleX(0.77);
  transition: color 0.15s ease;
}

.apply-hover {
  display: none;
  position: relative;
  top: 3px;
}

.apply-btn:hover {
  background: #ffffff;
  border-color: var(--green);
}

.apply-btn:hover .apply-face {
  color: var(--green);
}

.apply-btn:hover .apply-default {
  display: none;
}

.apply-btn:hover .apply-hover {
  display: block;
}

/* logo */

.logo-wrap {
  position: absolute;
  left: -72px;
  top: 59px;
  width: 1041px;
  height: 223px;
  z-index: 8;
  cursor: default;
}

.logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.logo-filled {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.logo-wrap:hover .logo-outline {
  opacity: 0;
}

.logo-wrap:hover .logo-filled {
  opacity: 1;
}

/* bullets */

.bullet {
  position: absolute;
  left: 50px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green);
  border: none;
  padding: 0;
  cursor: default;
  z-index: 30;
}

.block-1 .bullet {
  top: 390px;
}

.block-2 .bullet {
  top: 1103px;
}

.block-3 .bullet {
  top: 1610px;
}

.bullet-hidden {
  top: 2405px;
}

/* block 1 */

.block-1 {
  position: absolute;
  inset: 0;
}

.heading-1 {
  left: 213px;
  top: 375px;
  width: 900px;
}

.img-frame {
  position: absolute;
  background: var(--panel);
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.img-frame .ostra {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-frame-1 {
  left: 426px;
  top: 501px;
  width: 838px;
  height: 632px;
  z-index: 4;
}

.img-frame-2 {
  left: 640px;
  top: 1151px;
  width: 621px;
  height: 478px;
  z-index: 4;
}

#stage.bullet-3-hover .img-frame-1,
#stage.bullet-3-hover .img-frame-2 {
  z-index: 12;
}

.img-frame-3 {
  left: 508px;
  top: 1940px;
  width: 570px;
  height: 714px;
  z-index: 2;
}

.img-frame-1,
.img-frame-2,
.img-frame-3 {
  opacity: 0.5;
}

#stage.bullet-3-hover .img-frame-1,
#stage.bullet-3-hover .img-frame-2,
#stage.bullet-3-hover .img-frame-3 {
  opacity: 0.78;
}

.deco-arrows,
.deco-dots {
  position: absolute;
  height: auto;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 15;
}

.deco-arrows {
  left: 707px;
  top: 92px;
  width: 541px;
}

.deco-dots {
  left: 394px;
  top: 741px;
  width: 742px;
}

#stage.bullet-1-hover .deco-arrows {
  opacity: 1;
}

#stage.bullet-2-hover .deco-dots,
#stage.bullet-4-hover .deco-dots {
  opacity: 1;
}

/* block 2 */

.block-2 {
  position: absolute;
  inset: 0;
}

.heading-2 {
  left: 213px;
  top: 1085px;
  width: 730px;
}

/* block 3 */

.block-3 {
  position: absolute;
  inset: 0;
}

.heading-3 {
  left: 213px;
  top: 1592px;
  width: 400px;
}

.sketch-img {
  position: absolute;
  left: 300px;
  top: 1500px;
  width: 760px;
  height: auto;
  z-index: 13;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

#stage.bullet-3-hover .sketch-img {
  opacity: 0.9;
}

/* credits */

.credits {
  position: absolute;
  left: 2px;
  bottom: 44px;
  width: 560px;
  white-space: nowrap;
  text-align: left;
  font-family: "Verily Serif Mono", monospace;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: normal;
  color: var(--green);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.bullet-hidden:hover .credits {
  opacity: 1;
}
