* {
  /* border: 1px solid red; */
}

main.knowledge section {
  display: block;
  height: 100vh;
}

main.knowledge section h1 {
  font-size: 84px;
  line-height: 95%;
}

h2 {
  text-align: center;
  margin: 32px 0;
  line-height: 1;
}

p {
  padding: 0px 16px;
}

span.emphasis {
  font-family: "LAUGHTER";
  text-transform: uppercase;
}

main.knowledge section {
  padding: 32px 4px;
  /* border: 1px solid var(--red); */
  min-height: 100vh;
  height: auto;
}

.info-container {
    margin-top: 32px;
    font-size: 32px;
    display: flex;
    gap: 32px;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.info-container .info-child {
  flex-direction: column;
  background-color: var(--red);
  padding: 32px;
  border: 3px solid var(--foregroundDark);
  border-radius: 25px;
  width: 360px;
  display: flex;
  flex-wrap: wrap;
}

.highlight-info {
    text-align: center;
    font-family: "LAUGHTER";
    font-size: 96px;
}

.image-text-flex {
  display: flex;
  gap: 32px;
  font-size: 24px;
  margin: 32px 8px;
  padding: 32px
}

.image-text-flex img {
  max-width: 42vw;
  align-self: center;
  border: 4px dashed var(--tang);
  border-radius: 25px;
  /* filter: drop-shadow(0px 0px 15px var(--tang)); */
}

.info-grid-container {
  margin-top: 16px;
  padding: 32px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-content: center;
  justify-items: stretch;
}

.info-grid-child {
  background-color: var(--blue);
  padding: 16px;
  border: 3px solid var(--foregroundDark);
  border-radius: 13px;
  color: var(--beige);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  max-width: 1200px;

  font-family: "LAUGHTER";
  font-size: 48px;
}

@media screen and (max-width: 960px) {
  h2 {
    font-size: 48px;
  }
    .info-grid-container {
      grid-template-columns: auto;
    }

    .info-grid-child {
      font-size: 28px;
      max-width: 85vw;
    }

    #ten {
      padding: 32px 0;
    }

    .info-container,
    .info-text-flex {
      flex-direction: column;
      align-items: center
    }

    .info-container .info-child {
      max-width: 300px;
      font-size: 28px;
    }

    .highlight-info {
      font-size: 64px;
    }

    .image-text-flex {
      margin: 32px 0;
      flex-direction: column;
    }

    .image-text-flex img {
      max-width: 80vw;
}
}

/* SECTIONS */

section#one {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("/wp-content/uploads/2025/12/P.-1-2.jpg");
  background-repeat: repeat-y;
  background-size: cover;
  color: var(--beige);
}

section#one h1 {
  text-align: center;
}

section#two {
  height: auto;
  padding: 320px 0px;
  background-image: url(https://kuto-tohanan.com/iteration1/wp-content/uploads/2025/12/lice_head.png);
  background-repeat: repeat;
  background-size: 264px;
}

#two-container {
    background-color: var(--red);
    padding: 96px 16px;
    mask: repeating-conic-gradient(from 135deg at 50% 30px, #0000 0, #000 1deg 89deg, #0000 90deg 180deg) 50% -30px / 60px;
    color: var(--beige);
}

section#three {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("/wp-content/uploads/2025/12/P.-27.jpg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: bottom;
  color: var(--beige);
}

section#four {
	/* background-color: var(--red); */
  color: var(--foregroundDark);
  display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

section#four .image-text-flex p {
    max-width: 30vw;
}

@media screen and (max-width: 960px) {
    section#four .image-text-flex p {
    max-width: 80vw;
  }
}

section#five {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--blue);
  color: var(--beige);
  mask: repeating-conic-gradient(from 135deg at 50% 30px, #0000 0, #000 1deg 89deg, #0000 90deg 180deg) 50% -30px / 60px;
  padding: 96px 0;
}

section#six {
  display: flex;
  flex-direction: column;
  align-items: center
}

section#six .info-child {
  font-family: "LAUGHTER";
  color: var(--beige);
}

section#six img{
  height: auto;
  width: 50vw; 
  aspect-ratio: 1/1;
}

@media screen and (max-width: 960px) {
  section#six img {
    width: 90vw;
  }
}

section#seven {
  border: 0;
  padding: 96px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-repeat: repeat-y;
  background-size: cover;
  color: var(--beige);
  background-color: var(--green);
  mask: repeating-conic-gradient(from 135deg at 50% 30px, #0000 0, #000 1deg 89deg, #0000 90deg 180deg) 50% -30px / 60px;
}

section#eight {
  display: flex;
  flex-direction: column;
}

section#eight .info-container {
  margin-top: -16px;
}

section#eight .info-container  *{
  background-color: var(--red);
  color: var(--beige);
  font-family: "LAUGHTER";
}

section#eight p {
  text-align: center;
}

section#nine {
    background-color: var(--red);
    color: var(--beige);
    mask: radial-gradient(30px at 50% 30px,#0000 calc(100% - 1px),#000) 50% -30px/55.5px 100%;
    padding: 64px 0px;
}

section#ten {
  background-color: var(--tang);
  margin-top: -32px;
  
}

section#ten p {
  padding: 0 16px;
  text-align: center;
}

section#eleven {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("/wp-content/uploads/2025/12/P.-27.jpg");
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  color: var(--beige);
}

section#references {
  max-width: 85vw;
  overflow-wrap: break-word;
  height: auto;
  background-color: var(--blue);
  color: var(--beige);
  padding: 64px 16px;
  border: none;
  border-radius: 0 0 32px 32px;
}

section#references h1 {
  font-size: 48px;
  letter-spacing: -1px;
  color: var(--beige);
  margin-bottom: 32px;
  text-align: center;
}

section#references ol li {
  font-size: 20px;
  margin-bottom: 16px;
}

footer.comment-meta {
  mask: none;
}

.socmed-share {
  min-width: 25vw;
  min-height: 25vh;
  padding: 32px;
  
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.norm_row.sfsi_wDiv {
  display: flex;
  gap: 16px;
  justify-content: center;
}

/* COMMENTS */
.comments-area {
  padding: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

ol.comment-list {
  list-style: none;
  padding: 0;
}

ol.comment-list li {
  border-left: 4px dotted var(--red);
  border-bottom: 4px dotted var(--red);
  margin: 32px 0;
  padding: 16px 0;
}

.comment-author.vcard {
    display: flex;
    gap: 16px;
}

span.says {
  display: none;
}

footer.comment-meta {
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
    padding: 16px;
    margin-top: 32px;
    max-width: 960px;
        margin-bottom: 16px;
    gap: 4px;
}

footer.comment-meta {
    color: var(--red);
    margin-top: 0;
}

.comment-metadata a {
  line-height: 0.8;
}

.comment-content,
.reply {
    margin-top: 64px;
    margin-left: 32px;
}

.comment-content p {
  color: var(--foregroundDark);
}

#reply-title {
  font-family: "LAUGHTER";
  font-size: 64px;
}

p.comment-form-comment {
    display: flex;
    flex-direction: column;
}

input.submit {
  padding: 16px 32px;
  border-radius: 36px;
  font-family: "LAUGHTER";
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--tang);
  color: var(--foregroundDark);
}

#respond.comment-respond {
  margin-top: 128px;
  padding-left: 32px;
}

p.comment-form-author,
p.comment-form-email, 
p.comment-form-url,
p.comment-form-cookies-consent {
  display: flex;
  flex-direction: column;
}

p.comment-form-cookies-consent {
  flex-direction: row;
  gap: 8px;
}

.reply {
  margin-top: 16px;
}

h3#reply-title {
    display: flex;
    flex-direction: column;
}

h3#reply-title small {
  font-family: "Agrandir";
  color: var(--red);
  font-size: 32px;
}

p.comment-form-attachment {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


ol.children li {
  list-style-type: none;
}

ol.children li {
  border-bottom: 4px dotted var(--green);
  border-left: 4px dotted var(--green);
}

a.comment-reply-link {
    background-color: var(--blue);
    color: var(--beige);
    padding: 8px 16px;
    border-radius: 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  * {
    /* border: 1px solid red; */
  }

  footer.comment.meta,
  input#author {
    max-width: 320px;
  }

  .comments-area {
    max-width: 85vw;
    padding: 4px;
  }

  footer.comment-meta {
    max-width: 80%;
    padding: 0;
  }

  .comment-metadata time,
  .comment-metadata span.edit-link {
    font-size: 24px;
  }

  #commentform p {
    display: flex;
    flex-direction: column;
  }

  #commentform input {
    /* max-width: 75%; */
  }

  #commentform p.comment-form-cookies-consent {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}
}