* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #EFE8CF;
    font-family: "Xanh Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    margin-top: 5rem;
}

::selection {
    background-color: greenyellow;
    color: #000;
}

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

a:hover {
    opacity: .7;
}

.xanh-mono-regular {
  font-family: "Xanh Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.xanh-mono-regular-italic {
  font-family: "Xanh Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.rock-3d-regular {
  font-family: "Rock 3D", system-ui;
  font-weight: 400;
  font-style: normal;
}

h1 {
    font-family: "Xanh Mono", system-ui;
    font-weight: 400;
    font-style: normal;
}

h2 {
    color: red;
    font-family: 'VT323', monospace;
    font-weight: normal;
    font-size: 5rem;
    margin: 0 0 1.5rem 0;
}


.expanded-menu h2 {
    font-family: "Rock 3D", system-ui;
    margin: 0;
    font-weight: 400;
}

.expanded-menu p, .expanded-menu ul {
    margin: 1rem 0;
    font-style: italic;
}

.expanded-menu {
    background-color: rgb(255,255,255,.8);
    padding: 2rem;
    border: 1px solid black;
    width: 394px;
    position: fixed;
    top: 2rem;
    right: 2rem;
    display: none;
    z-index: 101;
}

.expanded-menu a {
    text-decoration: underline;
}

.expanded-menu a:hover {
    text-decoration: none;
}

.expanded-menu li a {
    text-decoration: none;
    font-style: normal;
}

.expanded-menu li a:hover {
    font-style: italic;
    background-color: greenyellow;

}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2rem;
    position: fixed;
    top: 1rem;
    z-index: 100;
    color: white;
    mix-blend-mode: difference;
}

.site-title {
    font-family: "UnifrakturMaguntia", cursive;
    font-weight: 400;
    font-style: normal;
    color: white;
    mix-blend-mode: difference;
    margin: 0;
}

.site-title-mobile {
    font-family: "UnifrakturMaguntia", cursive;
    font-weight: 400;
    font-style: normal;
    color: white;
    mix-blend-mode: difference;
    margin: 0;
    display: none;
}

.nav-right {
    display: flex;
    gap: 6rem;
}

.nav-right a {
    color: white;
    mix-blend-mode: difference;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.nav-right a:hover {
    opacity: 1;
    color: #10E8CF;
    border-bottom: 1px dashed #10E8CF;
}

@media screen and (max-width: 1100px) {
    .brochure-fold {
        padding: 5rem 2rem!important;
    }

    .brochure-fold p {
        font-size: 1.25rem!important;
        line-height: 1.8rem!important;
    }
}

@media screen and (max-width: 768px) {
    .nav-right {
        gap: 2rem;
    }

    .nav-right a {
        font-size: 1rem;
    }

    .site-title {
        font-size: 1.5rem;
    }

    .main-nav {
        padding: 0 1rem;
    }

    .image-1 {
        grid-column: 1 / 11!important;
    }

    .image-2 {
        grid-column: 5 / 13!important;
    }

    .image-6-8, .image-12-13 {
        height: 50vh!important;
    }

    .image-6 {
        width: 45%!important;
    }
    
    .image-8 {
        width: 45%!important;
    }

    .image-9 {
        width: 80%!important;
    }

    .image-11, .image-12 {
        width: 69%!important;
    }

    /* ABOUT PAGE */
    .brochure-fold {
        flex-direction: column;
        padding: 5rem 1rem!important;
    }

    .cta-button {
        right: 0!important;
        font-size: 1.5rem!important;
        width: 220px!important;
        padding: .5rem!important;
    }
}

@media screen and (max-width: 480px) {
    .site-title {
        display: none;
    }

    .site-title-mobile {
        display: block;
    }
}

.collapse-menu {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.expand-menu {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: white;
}

.collapse-menu:hover {
    opacity: 0.7;
}

.arrow-list {
    list-style: none;
    padding-left: 0;
}

.arrow-list li::before {
    content: '→'; /* Unicode for a black rightwards arrowhead */
    margin-right: 0.5em; /* Space between the arrow and the text */
}

img {
    max-width: 100%;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    max-width: 100%;
    overflow: hidden;
    row-gap: 5rem;
}

.image-1 {
    grid-column: 2 / 9;
}

.image-2 {
    grid-row: 2 / 3;
    grid-column: 7 / 11;
}

.image-3 {
    grid-row: 3 / 4;
    grid-column: 1 / 10;
}

.image-4 {
    grid-row: 4 / 5;
    grid-column: 6 / 13;
}

.image-5 {
    grid-row: 5 / 6;
    grid-column: 1 / 11;
}

.image-6-8 {
    grid-row: 6 / 7;
    grid-column: 1 / 13;
    position: relative;
    height: 80vh;
}

.image-6-8 img, .image-9-10 img, .image-12-13 img {
    position: absolute;
}

.image-6 {
    bottom: 2rem;
    left: 0;
    width: 25%;
    z-index: 1;
}

.image-7 {
    top: 0;
    left: 10%;
    width: 56%;
}

.image-8 {
    bottom: 0;
    right: 0;
    width: 25%;
}

.image-9-10 {
    grid-row: 7 / 8;
    grid-column: 3 / 11;
    position: relative;
    height: 90vh;
}

.image-9 {
    top: 0;
    width: 40%;
    left: 0;
}

.image-10 {
    right: 0;
    bottom: 0;
    width: 70%;
}

.image-11 {
    grid-row: 8 / 9;
    grid-column: 3 / 12;
}

.image-12-13 {
    grid-row: 9 / 10;
    grid-column: 2 / 13;
    position: relative;
    height: 70vh;
}

.image-12 {
    bottom: 0;
    left: 0;
    width: 52%;
}

.image-13 {
    top: 0;
    right: 0;
    width: 52%;
}

.image-14 {
    grid-row: 10 / 11;
    grid-column: 1 / 13;
}


/* MAKING JOURNAL */

.making-journal-list {
    /* font-family: "Geist Mono", monospace; */
    max-width: 820px;
    border-top: 1px dashed black;
    margin: 0 2rem;
    padding: 2rem 0;
}

.journal-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
}

.making-journal-entry {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: .25rem 0;
    border: 1px dashed black;
    padding: 1.5rem;
}

.making-journal-entry:hover {
    background-color: greenyellow;
}

.making-journal-entry img {
    width: 200px;
}

.entry-date {
    width: 10%;
}

.entry-date p {
    font-size: 15px;
    line-height: 23px;
    margin: 19px 0 0 0;
}

.entry-title {
    width: 50%;
}

.entry-title p {
    font-weight: 800;
}

.entry-type {
    border: 1px dashed black;
    padding: 1px 8px;
    font-size: 13px;
    line-height: 13px;
}

/* POST LAYOUT */

.post-layout {
    max-width: 820px;
    padding: 0 1rem;
}

.post-title {
    font-family: "UnifrakturMaguntia", cursive;
}

/* ABOUT PAGE */

.brochure-fold-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.brochure-fold {
    display: flex;
    align-items: start;
    gap: 2.5rem;
    padding: 5rem;
    border-bottom: 2px dashed red;
    position: relative;
}

.contact {
    border-bottom: none;
    flex-direction: column;
    align-items: center;
}

.contact-form {
    background-color: #FFFCEF;
    padding: 2rem;
    border: 1px solid black;
    transform: rotate(-1deg);
}

.brochure-fold p, label {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: -.03rem;
}

.brochure-fold img {
    width: 300px;
    height: 500px;
    object-fit: cover;
    object-position: top center;
    border: 2px dashed red;
}

.brochure-fold-text {
    max-width: 620px;
}

.brochure-fold-container a {
    text-decoration: underline;
}

.brochure-fold-container a:hover {
    text-decoration: none;
    opacity: 1;
}

.testimonial-card {
    background-color: #FFFCEF;
    padding: 1.5rem;
    border: 1px solid black;
    margin: -1rem 0;
}

.emphasis {
    background-color: greenyellow;
}

.testimonial-card:first-child {
    transform: rotate(-2deg);
}

.testimonial-card:nth-child(2) {
    transform: rotate(1deg);
}

.testimonial-card:nth-child(3) {
    transform: rotate(-1.5deg);
}

input[type="checkbox"] {
    accent-color: green;
}

.contact-form {
    max-width: 680px;
}

.form-submit {
    background-color: greenyellow;
    padding: 5rem 2rem;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Xanh Mono', monospace;
    font-size: 3rem;
    display: block;
    margin: 2rem auto 0 auto;
    top: 0;
    right: -200px;
    width: 100%;
}

.form-submit:hover {
    opacity: .8;
}

input, select, textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px dashed black;
}

select {
    font-size: 23px;
    font-family: 'Xanh Mono', monospace;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

textarea {
    width: 100%;
    margin-bottom: 2rem;
    padding: .5rem;
    border: 1px dashed black;

}

textarea, input {
    font-family: 'Xanh Mono', monospace;
    font-size: 23px;
    line-height: 32px;
}

textarea:focus {
    outline: none;
    border: 1px dashed green;
}

input:focus {
    border-bottom: 1px dashed green;
    outline: none;
    font-family: 'Xanh Mono', monospace;
    font-size: 23px;
    line-height: 32px;
}

.cta-button {
    background-color: white;
    width: 300px;
    text-align: center;
    padding: 1rem;
    border-radius: 50%;
    border: 2px solid red;
    color: red;
    text-transform: uppercase;
    font-family: 'VT323', monospace;
    font-size: 2rem;
    position: sticky;
    transform: rotate(-13deg);
    top: 50%;
    left: 100%;
    text-decoration: none!important;
    z-index: 1
}

.brochure-fold.pt-0 {
    padding-top: 0;
    margin-top: -80px;
}

.pencil {
    font-size: 4rem;
    margin-bottom: -.5rem;
}

.cta-button p {
    margin-top: 0;
}

.cta-button:hover {
    opacity: 1;
    color: white;
    border: 2px solid white;
    background-color: red;
}

@keyframes pulse {
    0% {
        transform: translateY(0%);
        rotate: -6deg;
    }

    50% {
        transform: translateY(-10%);
        rotate: 6deg;
    }

    100% {
        transform: translateY(0%);
        rotate: -6deg;
    }
}

.pulse {
    animation-duration: 2s;
    animation-name: pulse;
    animation-iteration-count: infinite;
}