body {
  background-color: #1D1D1D;
  color: #F4F4F4;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  line-height: 1.5rem;
}

.container,
.box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}

h2 {
  font-size: 2.074rem;
  text-align: center;
}

h3 {
  font-size: 1.728rem;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  color: #FFE88A;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  line-height: 1.3;
}

button {
  background: transparent;
  border: none;
}

header {
  border-bottom: 3px solid #FFE88A;
  margin-bottom: 3rem;
  background-color: #1D1D1D;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
}
header h1 {
  width: 10rem;
}
header h1:hover, header h1:active, header h1:focus, header h1:target {
  filter: grayscale(100%);
}
header ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: right;
}
header ul li a {
  color: #FFE88A;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
header ul li a:hover, header ul li a:active, header ul li a:focus, header ul li a:target {
  font-size: 2rem;
}

.index .intro {
  border: 1px solid #FFE88A;
  padding: 1.5rem 1rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
.index .intro .flex {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.index .intro .flex svg {
  min-width: 2rem;
  max-width: 2rem;
}
.index .intro ul {
  margin: 0 0 1.5rem 2.5rem;
}
.index .intro .flex:last-of-type {
  margin-bottom: 0rem;
}
.index .intro img {
  margin: 1rem 0;
  border-radius: 0.25rem;
}
.index .intro:last-of-type {
  color: #1D1D1D;
  background-color: #FFE88A;
  border-radius: 0 0 0.25rem 0.25rem;
}
.index .intro:last-of-type h3 {
  color: #1D1D1D;
}
.index .intro:last-of-type .skills {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 1rem;
}
.index .intro:last-of-type .skills li {
  padding: 0.5rem;
  font-weight: 600;
  color: #FFE88A;
  background-color: #1D1D1D;
  border: 3px solid #FFE88A;
  box-shadow: 9px -9px 0px 0px #1D1D1D;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.index .intro:last-of-type .skills li:hover {
  color: #1D1D1D;
  background-color: #FFE88A;
  border: 3px solid #1D1D1D;
}
.index .morbid {
  padding: 4rem 0 2rem 0;
}
.index .morbid h2 {
  margin: 2rem 0;
}
.index .morbid p {
  margin-bottom: 1rem;
  text-align: center;
}
.index .morbid .slider {
  overflow: hidden;
}
.index .morbid .slider .slides {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.index .morbid .slider .slides .month {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  min-width: 100%;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}
.index .morbid .slider .slides .month .logo-img {
  margin: 3rem 2rem;
  width: calc(100% - 4rem);
  height: 15%;
}
.index .morbid .slider .slides .month .logo-img img {
  min-width: 14rem;
  width: 100%;
  max-height: 24rem;
}
.index .morbid .slider .slides .month .desc {
  height: 85%;
}
.index .morbid .slider .slides .month .desc h3 {
  padding-top: 1rem;
}
.index .morbid .slider .slides .month .desc p {
  padding-bottom: 1rem;
}
.index .morbid .slider .slides .month .desc h3, .index .morbid .slider .slides .month .desc p {
  color: #1D1D1D;
  margin: 1rem;
  text-align: center;
}
.index .morbid .slider .slides .month .jan-desc {
  background-color: #FCBF44;
}
.index .morbid .slider .slides .month .feb-desc {
  background-color: #DB9CB4;
}
.index .morbid .slider .slides .month .mar-desc {
  background-color: #2FA513;
}
.index .morbid .slider .slides .month .apr-desc {
  background-color: #FBFCAF;
}
.index .morbid .slider .slides .month .may-desc {
  background-color: #85C1A0;
}
.index .morbid .slider .slides .month .jun-desc {
  background-color: #FFFA48;
}
.index .morbid .slider .slides .month .jul-desc {
  background-color: #D52B1E;
}
.index .morbid .slider .slides .month .aug-desc {
  background-color: #77E3E8;
}
.index .morbid .slider .slides .month .sep-desc {
  background-color: #CE7C29;
}
.index .morbid .slider .slides .month .oct-desc {
  background-color: #FF7F00;
}
.index .morbid .slider .slides .month .nov-desc {
  background-color: #C4E6F7;
}
.index .morbid .slider .slides .month .dec-desc {
  background-color: #2DA15B;
}
.index .morbid .s-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0 2rem 0;
  justify-content: center;
}
.index .morbid .s-links .link {
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 1rem;
  color: #1D1D1D;
  font-weight: 500;
  text-align: center;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  background-color: #FFE88A;
}
.index .morbid .seasons {
  display: flex;
  margin: 1rem 0;
}
.index .morbid .seasons .jan h3, .index .morbid .seasons .jan p {
  color: #FCBF44;
}
.index .morbid .seasons .feb h3, .index .morbid .seasons .feb p {
  color: #DB9CB4;
}
.index .morbid .seasons .mar h3, .index .morbid .seasons .mar p {
  color: #2FA513;
}
.index .morbid .seasons .apr h3, .index .morbid .seasons .apr p {
  color: #FBFCAF;
}
.index .morbid .seasons .may h3, .index .morbid .seasons .may p {
  color: #85C1A0;
}
.index .morbid .seasons .jun h3, .index .morbid .seasons .jun p {
  color: #FFFA48;
}
.index .morbid .seasons .jul h3, .index .morbid .seasons .jul p {
  color: #D52B1E;
}
.index .morbid .seasons .aug h3, .index .morbid .seasons .aug p {
  color: #77E3E8;
}
.index .morbid .seasons .sep h3, .index .morbid .seasons .sep p {
  color: #CE7C29;
}
.index .morbid .seasons .oct h3, .index .morbid .seasons .oct p {
  color: #FF7F00;
}
.index .morbid .seasons .nov h3, .index .morbid .seasons .nov p {
  color: #C4E6F7;
}
.index .morbid .seasons .dec h3, .index .morbid .seasons .dec p {
  color: #F4F4F4;
}
.index .button-group {
  margin: 3rem 0;
  padding: 1rem 0;
  background-color: #FFE88A;
}
.index .button-group .button {
  display: block;
  text-decoration: none;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  margin: 3rem auto;
  background-color: #1D1D1D;
  color: #FFE88A;
  width: fit-content;
  padding: 1rem 2rem;
  border: 3px solid #FFE88A;
  box-shadow: 9px -9px 0px 0px #1D1D1D;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.index .button-group .button:hover, .index .button-group .button:active, .index .button-group .button:focus, .index .button-group .button:target {
  background-color: #FFE88A;
  color: #1D1D1D;
  border: 3px solid #1D1D1D;
  cursor: pointer;
}
.index .outside h2 {
  margin-bottom: 2rem;
}
.index .outside h3 {
  margin: 3rem 0;
}
.index .outside .pets figure,
.index .outside .imgs figure {
  border: 1px solid #FFE88A;
  border-radius: 0.25rem;
  margin: 1rem;
  padding: 1rem 1rem 0 1rem;
}
.index .outside .pets figure figcaption,
.index .outside .imgs figure figcaption {
  margin: 1rem;
}
.index .outside .pets figure figcaption p:first-of-type,
.index .outside .imgs figure figcaption p:first-of-type {
  color: #FFE88A;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
}
.index .outside .pets figure figcaption p:last-of-type,
.index .outside .imgs figure figcaption p:last-of-type {
  font-size: 1.125rem;
  color: #F4F4F4;
}

.projects .intro {
  padding: 1rem;
  border: 3px solid #FFE88A;
  border-radius: 0.25rem 0.25rem 0 0;
}
.projects .intro p {
  margin-top: 1rem;
}
.projects .intro .jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.projects .intro .jump a {
  background-color: #FFE88A;
  color: #1D1D1D;
  text-decoration: none;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  padding: 1rem 2rem;
  border: 3px solid #1D1D1D;
  box-shadow: 9px -9px 0px 0px #FFE88A;
  transition: 0.3s ease-in-out;
}
.projects .intro .jump a:hover {
  background-color: #1D1D1D;
  color: #FFE88A;
  border: 3px solid #FFE88A;
}
.projects .grid {
  display: grid;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.projects .grid .design .container {
  margin-bottom: 3rem;
}
.projects section {
  width: 100%;
}
.projects section:first-of-type {
  background-color: #FFE88A;
}
.projects section:first-of-type h3 {
  color: #1D1D1D;
}
.projects h3 {
  margin: 2rem 1rem;
  text-align: center;
}
.projects .inner-container {
  padding: 0;
  border-radius: 0.25rem;
}
.projects .development .card {
  border: 3px solid #FFE88A;
  box-shadow: 9px -9px 0px 0px #FFE88A;
}
.projects .development .card h4 {
  background-color: #FFE88A;
  color: #1D1D1D;
}
.projects .development .card:hover h4 {
  background-color: #1D1D1D;
  color: #FFE88A;
}
.projects .card {
  border: 3px solid #1D1D1D;
  position: relative;
  box-shadow: 9px -9px 0px 0px #1D1D1D;
  margin: 2rem 0rem;
  transition: 0.3s ease-in-out;
}
.projects .card:hover {
  cursor: pointer;
}
.projects .card:hover img {
  filter: unset;
}
.projects .card:hover h4 {
  color: #1D1D1D;
  background-color: #FFE88A;
}
.projects .card img {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
.projects .card h4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #F4F4F4;
  background-color: #1D1D1D;
  width: 100%;
  text-align: center;
  padding: 1rem;
  transition: 0.3s ease-in-out;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact main .info h2 {
  text-align: left;
}
.contact main .info p {
  margin-top: 1rem;
}
.contact main .info .button {
  text-decoration: none;
  background-color: #FFE88A;
  color: #1D1D1D;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  padding: 1rem 2rem;
  border: 3px solid #1D1D1D;
  box-shadow: 9px -9px 0px 0px #FFE88A;
  transition: 0.3s ease-in-out;
  display: block;
  margin: 4rem 1rem 0 0;
  text-align: center;
  width: fit-content;
}
.contact main .info .button:hover {
  background-color: #1D1D1D;
  border: 3px solid #FFE88A;
  color: #FFE88A;
}
.contact main .flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 2rem auto;
}
.contact main .flex svg {
  width: 2rem;
}
.contact main .flex p {
  margin-top: 0;
}
.contact main form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
  background-color: #FFE88A;
  padding: 1rem;
  border: 3px solid #1D1D1D;
  box-shadow: 9px -9px 0px 0px #FFE88A;
  margin: 4rem 1rem 0 0;
}
.contact main form div {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
}
.contact main form div label {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #1D1D1D;
}
.contact main form div input {
  height: 3rem;
}
.contact main form div input:focus-visible {
  outline: none;
}
.contact main form div input,
.contact main form div textarea {
  background-color: #1D1D1D;
  border-radius: 2px;
  border: none;
  color: #F4F4F4;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.contact main form div textarea {
  min-height: 8rem;
  max-height: 8rem;
  max-width: fit-content;
  min-width: 100%;
}
.contact main form div textarea:focus-visible {
  outline: none;
}
.contact main form div .fix {
  color: #1D1D1D;
}
.contact main form .submit {
  text-decoration: none;
  background-color: #1D1D1D;
  color: #FFE88A;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  padding: 1rem 2rem;
  margin: 2rem;
  border: 3px solid #FFE88A;
  box-shadow: 9px -9px 0px 0px #1D1D1D;
  transition: 0.3s ease-in-out;
}
.contact main form .submit:hover, .contact main form .submit:active, .contact main form .submit:focus, .contact main form .submit:target {
  background-color: #FFE88A;
  color: #1D1D1D;
  border: 3px solid #1D1D1D;
  cursor: pointer;
}
.contact .thanks,
.contact .error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact .thanks p,
.contact .error p {
  margin-top: 1rem;
  text-align: center;
}
.contact .thanks .homepage,
.contact .error .homepage {
  display: block;
  width: fit-content;
  text-decoration: none;
  background-color: #FFE88A;
  color: #1D1D1D;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  padding: 1rem 2rem;
  margin: 2rem;
  border: 3px solid #1D1D1D;
  box-shadow: 9px -9px 0px 0px #FFE88A;
  transition: 0.3s ease-in-out;
}
.contact .thanks .homepage:hover, .contact .thanks .homepage:active, .contact .thanks .homepage:focus, .contact .thanks .homepage:target,
.contact .error .homepage:hover,
.contact .error .homepage:active,
.contact .error .homepage:focus,
.contact .error .homepage:target {
  background-color: #1D1D1D;
  color: #FFE88A;
  border: 3px solid #FFE88A;
  cursor: pointer;
}

.theme h2 {
  margin: 2rem 0;
  text-align: left;
}
.theme h3,
.theme h4 {
  text-align: left;
  padding: 1rem 0;
}
.theme h4 {
  font-size: 1.439rem;
}
.theme p {
  margin-bottom: 1rem;
}
.theme main ul:not(.list) {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0.5rem 0;
}
.theme main ul:not(.list) li {
  font-size: 1;
  padding: 0.5rem;
  color: #1D1D1D;
  background-color: #FFE88A;
  font-weight: 600;
  border: 3px solid #1D1D1D;
  box-shadow: 9px -9px 0px 0px #FFE88A;
  transition: 0.3s ease-in-out;
}
.theme main ul:not(.list) li:hover {
  color: #FFE88A;
  background-color: #1D1D1D;
  border: 3px solid #FFE88A;
}
.theme main .card-container {
  text-align: center;
  margin-bottom: 1.5rem;
  height: clamp(700px, 100vh, 940px);
  border: 3px solid #FFE88A;
  border-radius: 0.25rem;
  padding: 1rem;
}
.theme main .card-container p {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.theme main .card-container .card {
  margin: 1rem;
  min-width: 250px;
  max-width: 731px;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  perspective: 1400px;
  top: 25%;
  transition: all 0.5s;
}
.theme main .card-container .card .top {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  transform-origin: 50% 0;
  display: grid;
}
.theme main .card-container .card .top > .front,
.theme main .card-container .card .top > .back {
  grid-area: 1/1;
  width: 100%;
  backface-visibility: hidden;
}
.theme main .card-container .card .top .back {
  background-color: #F4F4F4;
  transform: rotateX(180deg);
}
.theme main .card-container .card .top .img,
.theme main .card-container .card .top .bottom .img {
  width: 100%;
}
.theme main .card-container .card .bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.theme main .card-container .card.open {
  top: 50%;
}
.theme main .card-container .card.open .top {
  transform: rotateX(180deg);
}
.theme main .imgs {
  margin-top: 2rem;
}
.theme main .imgs figure {
  margin: 1.5rem 0;
  text-align: center;
  border: 3px solid #FFE88A;
  padding: 1rem;
  border-radius: 0.25rem;
}
.theme main .imgs figure figcaption {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
}
.theme main .imgs figure img {
  margin: 0 auto;
}

.wireframe .imgs a {
  text-decoration: none;
  color: #F4F4F4;
}
.wireframe .imgs a:hover, .wireframe .imgs a:active, .wireframe .imgs a:focus, .wireframe .imgs a:target {
  color: #FFE88A;
}
.wireframe .imgs a:hover figure, .wireframe .imgs a:active figure, .wireframe .imgs a:focus figure, .wireframe .imgs a:target figure {
  border: 3px solid #F4F4F4;
}
.wireframe .imgs a:hover figure svg, .wireframe .imgs a:active figure svg, .wireframe .imgs a:focus figure svg, .wireframe .imgs a:target figure svg {
  display: block;
}
.wireframe .imgs a figure {
  position: relative;
}
.wireframe .imgs a figure svg {
  display: none;
  padding: 1rem;
  width: 8rem;
  background-color: rgba(29, 29, 29, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.katppy .imgs {
  margin-top: 2rem;
}
.katppy main .imgs figure:first-of-type {
  margin-top: 0;
}
.katppy .list {
  margin-left: 1rem;
  list-style-type: disc;
  margin-bottom: 1.5rem;
}
.katppy .list span {
  font-weight: 600;
}
.katppy .link {
  display: block;
  text-decoration: none;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  margin: 3rem auto;
  background-color: #FFE88A;
  color: #1D1D1D;
  width: fit-content;
  padding: 1rem 2rem;
  border: 3px solid #1D1D1D;
  box-shadow: 9px -9px 0px 0px #FFE88A;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.katppy .link:hover, .katppy .link:active, .katppy .link:focus, .katppy .link:target {
  background-color: #1D1D1D;
  color: #FFE88A;
  border: 3px solid #FFE88A;
  cursor: pointer;
}

.focus .imgs {
  margin-top: 2rem;
}
.focus main .imgs figure:first-of-type {
  margin-top: 0;
}
.focus .list {
  margin-left: 1rem;
  list-style-type: disc;
  margin-bottom: 1.5rem;
}

.mag main .imgs {
  columns: unset;
}
.mag main .imgs figure {
  width: 100%;
}

.book main .booklet {
  overflow: hidden;
}
.book main .booklet .p1 .back {
  height: 100%;
}
.book main .booklet .p1 .back .back-content {
  height: 100%;
  background-color: #000;
}

.claw main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.claw main .machine {
  background-color: #FFE88A;
  width: 80%;
  height: 60vh;
  z-index: 0;
  position: relative;
}
.claw main .machine .name {
  background-color: #FFE88A;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.claw main .machine .name h2 {
  color: #1D1D1D;
  padding: 1.5rem 0;
}
.claw main .machine .glass {
  background-color: #1D1D1D;
  z-index: 1;
  width: 90%;
  height: 40vh;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%);
}
.claw main .machine .bottom {
  background-color: #FFE88A;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15vh;
}
.claw main .machine .bottom .pick-up {
  width: 50%;
  background-color: #1D1D1D;
  color: #FFE88A;
  text-align: center;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-size: 1.5rem;
  padding: 2rem;
  margin: 1rem;
  border-radius: 3rem 3rem 0 0;
}

.skills-test .skills-key {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.skills-test .skills-key li {
  background-color: #CACACA;
  padding: 1rem;
  margin: 0.5rem;
}

footer {
  margin-top: 3rem;
  padding: 2rem 0;
  border-top: 3px solid #FFE88A;
  background-color: #1D1D1D;
}
footer .flex {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
footer p {
  margin-bottom: 0;
  color: #FFE88A;
}
footer svg {
  fill: #FFE88A;
  transition: fill 0.3s ease;
  width: 2rem;
}
footer svg:hover, footer svg:active, footer svg:focus, footer svg:target, footer svg:hover path, footer svg:active path, footer svg:focus path, footer svg:target path {
  fill: #F4F4F4;
  cursor: pointer;
}
footer svg path {
  fill: #FFE88A;
  transition: fill 0.3s ease;
}
footer svg path:hover, footer svg path:active, footer svg path:focus, footer svg path:target {
  fill: #F4F4F4;
  cursor: pointer;
}

.focus-mockup {
  background-color: #272725;
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.6rem;
  color: #CACACA;
}
.focus-mockup h2 {
  font-size: 1.563rem;
  line-height: 2.063rem;
  margin: 3.438rem 0 2.25rem 0;
}
.focus-mockup h1,
.focus-mockup h2,
.focus-mockup h3 {
  font-family: "Notable", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #E1CA96;
}
.focus-mockup a {
  color: #E1CA96;
}
.focus-mockup a:hover, .focus-mockup a:active, .focus-mockup a:focus, .focus-mockup a:target {
  color: #CACACA;
  cursor: pointer;
}
.focus-mockup p {
  text-align: center;
}
.focus-mockup .pics {
  display: flex;
}
.focus-mockup .pics div {
  min-height: 150px;
  width: 50%;
}
.focus-mockup .pics div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.focus-mockup .focus-list {
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.188rem 1rem;
  column-gap: 2rem;
}
.focus-mockup .focus-list div {
  min-width: 165px;
}
.focus-mockup .focus-btn {
  position: relative;
}
.focus-mockup .focus-btn div {
  width: 70%;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}
.focus-mockup .focus-btn div svg {
  width: 100%;
}
.focus-mockup .focus-btn div:hover, .focus-mockup .focus-btn div:active, .focus-mockup .focus-btn div:focus, .focus-mockup .focus-btn div:target {
  cursor: pointer;
}
.focus-mockup .focus-btn div:hover svg rect, .focus-mockup .focus-btn div:active svg rect, .focus-mockup .focus-btn div:focus svg rect, .focus-mockup .focus-btn div:target svg rect {
  fill: #272725;
}
.focus-mockup .focus-btn div:hover svg rect:first-of-type, .focus-mockup .focus-btn div:active svg rect:first-of-type, .focus-mockup .focus-btn div:focus svg rect:first-of-type, .focus-mockup .focus-btn div:target svg rect:first-of-type {
  fill: #E1CA96;
}
.focus-mockup .focus-btn a {
  color: #272725;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -70%);
}
.focus-mockup .focus-btn a:hover, .focus-mockup .focus-btn a:active, .focus-mockup .focus-btn a:focus, .focus-mockup .focus-btn a:target {
  cursor: pointer;
}
.focus-mockup .focus-btn a:hover div svg rect, .focus-mockup .focus-btn a:active div svg rect, .focus-mockup .focus-btn a:focus div svg rect, .focus-mockup .focus-btn a:target div svg rect {
  fill: #272725;
}
.focus-mockup .focus-btn a:hover div svg rect:first-of-type, .focus-mockup .focus-btn a:active div svg rect:first-of-type, .focus-mockup .focus-btn a:focus div svg rect:first-of-type, .focus-mockup .focus-btn a:target div svg rect:first-of-type {
  fill: #E1CA96;
}
.focus-mockup .focus-meetups {
  display: flex;
  align-items: center;
  justify-content: center;
}
.focus-mockup .focus-meetups .info .tape {
  width: 1.875rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 252, 226, 0.3);
  background-color: rgba(255, 252, 226, 0.3);
  border-radius: 1px;
}
.focus-mockup .focus-meetups .info .header {
  background-color: #E1CA96;
  border-radius: 1px 1px 0 0;
}
.focus-mockup .focus-meetups .info .header h3 {
  color: #272725;
  padding: 1rem 0;
}
.focus-mockup .focus-meetups .info .body {
  background-color: #FFFCE2;
  color: #272725;
  padding: 1rem;
}
.focus-mockup .focus-meetups .info .body p {
  text-align: left;
  padding-top: 1rem;
  font-style: italic;
}
.focus-mockup .focus-meetups .info .body p span {
  font-weight: 700;
}
.focus-mockup .focus-meetups .info .body p:first-of-type {
  font-weight: 700;
  font-style: normal;
}
.focus-mockup .focus-meetups .info .body img {
  padding-top: 1rem;
  border-radius: 1px;
  height: 7rem;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 500px) {
  header .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .container ul {
    margin-top: 2rem;
    text-align: center;
    padding: 0;
  }
  .theme main .card-container {
    text-align: center;
    margin-bottom: 1.5rem;
    height: clamp(445px, 80vh, 750px);
  }
}
@media screen and (min-width: 650px) {
  .contact main .screen {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    align-items: center;
  }
  .contact main .screen .info {
    width: 50%;
  }
  .contact main form {
    width: 50%;
    margin-top: 0;
  }
  .theme main .imgs {
    columns: 2;
  }
  .theme main .imgs .card-container,
  .theme main .imgs figure {
    break-inside: avoid;
  }
  .mag main .imgs {
    columns: unset;
  }
  .mag main .imgs figure {
    width: 100%;
  }
}
@media screen and (min-width: 500px) and (max-width: 899px) {
  .book main .booklet {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .book main .booklet button {
    display: none;
  }
  .book main .booklet .book {
    display: flex;
    flex-wrap: wrap;
  }
  .book main .booklet .book .paper {
    width: 50%;
  }
}
@media screen and (min-width: 550px) and (max-width: 899px) {
  .index .intro-container .intro:first-of-type .inner-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50% 50%;
  }
  .index .intro-container .intro:first-of-type .inner-intro h2 {
    grid-column: 2/3;
    grid-row: 1;
    align-self: end;
    padding: 0 1rem;
  }
  .index .intro-container .intro:first-of-type .inner-intro img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .index .intro-container .intro:first-of-type .inner-intro h3 {
    grid-column: 2/3;
    grid-row: 2;
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .index .outside .pets,
  .index .outside .imgs {
    columns: 2;
  }
  .index .outside .pets figure:first-of-type,
  .index .outside .imgs figure:first-of-type {
    margin-top: 0;
  }
  .index .outside .pets figure,
  .index .outside .imgs figure {
    break-inside: avoid;
    margin: 1rem 0;
  }
  .projects .design .container {
    columns: 2;
  }
  .projects .design .container .card {
    margin-top: 0;
  }
  .projects .development .container {
    columns: 2;
  }
  .projects .development .container .card {
    margin-top: 0;
  }
}
@media screen and (min-width: 500px) {
  .index .morbid {
    max-width: 1440px;
    margin: 0 auto;
  }
  .index .morbid .seasons .slides .month {
    flex-direction: row;
    height: 100%;
  }
  .index .morbid .seasons .slides .month:nth-child(odd) .desc {
    order: 2;
  }
  .index .morbid .seasons .slides .month:nth-child(odd) .logo-img {
    order: 1;
  }
  .index .morbid .seasons .slides .month .desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .index .morbid .seasons .slides .month .logo-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 900px) {
  .index .intro-container {
    display: flex;
    justify-content: center;
  }
  .index .intro-container .intro:first-of-type {
    border-radius: 0.25rem 0 0 0.25rem;
  }
  .index .intro-container .intro:first-of-type h3 span {
    display: block;
  }
  .index .intro-container .intro:last-of-type {
    border-radius: 0 0.25rem 0.25rem 0;
  }
  .index .intro-container .intro .inner-intro {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }
  .index .outside .pets,
  .index .outside .imgs {
    columns: 3;
  }
  .index .outside .pets figure:first-of-type,
  .index .outside .imgs figure:first-of-type {
    margin-top: 0;
  }
  .index .outside .pets figure,
  .index .outside .imgs figure {
    break-inside: avoid;
    margin: 1rem 0;
  }
  .projects {
    background: linear-gradient(to right, #FFE88A 50%, #1D1D1D 50%);
    margin: 0;
  }
  .projects .intro {
    background-color: #1D1D1D;
  }
  .projects .jump-container {
    display: none;
  }
  .projects .container {
    columns: 2;
  }
  .projects .container .card {
    margin-top: 0;
  }
  .projects main .grid {
    grid-template-columns: 1fr 1fr;
  }
  .book main .booklet {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .book main .booklet button:first-of-type {
    border: 3px solid #1D1D1D;
    padding: 0.5rem 0.65rem 0.25rem 0.5rem;
    border-radius: 50%;
    margin-right: 1rem;
    transform: transform 0.5s;
  }
  .book main .booklet button:first-of-type:hover, .book main .booklet button:first-of-type:active, .book main .booklet button:first-of-type:focus, .book main .booklet button:first-of-type:target {
    cursor: pointer;
    border: 3px solid #FFE88A;
    padding: 0.5rem 0.65rem 0.25rem 0.5rem;
  }
  .book main .booklet button:first-of-type svg {
    width: 2rem;
  }
  .book main .booklet button:last-of-type {
    border: 3px solid #1D1D1D;
    padding: 0.5rem 0.5rem 0.25rem 0.65rem;
    border-radius: 50%;
    margin-left: 1rem;
    transform: transform 0.5s;
  }
  .book main .booklet button:last-of-type:hover, .book main .booklet button:last-of-type:active, .book main .booklet button:last-of-type:focus, .book main .booklet button:last-of-type:target {
    cursor: pointer;
    border: 3px solid #FFE88A;
    padding: 0.5rem 0.5rem 0.25rem 0.65rem;
  }
  .book main .booklet button:last-of-type svg {
    width: 2rem;
  }
  .book main .booklet .book {
    color: #1D1D1D;
    padding: 1rem;
    border-radius: 0.25rem;
    width: 341.5px;
    height: 512px;
    position: relative;
    transform: transform 0.5s;
  }
  .book main .booklet .book .paper {
    border-radius: 0.25rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    perspective: 1500px;
  }
  .book main .booklet .book .paper .front,
  .book main .booklet .book .paper .back {
    border-radius: 0.25rem;
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: left;
    transition: transform 0.5s;
  }
  .book main .booklet .book .paper .front {
    backface-visibility: hidden;
    border-left: 3px solid #1D1D1D;
    z-index: 1;
  }
  .book main .booklet .book .paper .front .front-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .book main .booklet .book .paper .back {
    z-index: 0;
  }
  .book main .booklet .book .paper .back .back-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
  }
  .book main .booklet .book .p1 {
    z-index: 3;
  }
  .book main .booklet .book .p2 {
    z-index: 2;
  }
  .book main .booklet .book .p3 {
    z-index: 1;
  }
  .book main .booklet .book .p4 {
    z-index: 0;
  }
  .book main .booklet .book .flipped .front,
  .book main .booklet .book .flipped .back {
    transform: rotateY(-180deg);
  }
}
@media screen and (min-width: 1100px) {
  .index .outside .imgs {
    columns: 4;
  }
  .index .outside .imgs figure:first-of-type {
    margin-top: 0;
  }
  .index .outside .imgs figure {
    break-inside: avoid;
    margin: 1rem 0;
  }
  .theme main .imgs {
    columns: 3;
  }
  .theme main .imgs .card-container,
  .theme main .imgs figure {
    break-inside: avoid;
  }
  .mag main .imgs {
    columns: unset;
  }
  .mag main .imgs figure {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */