html {
    font-size: clamp(1rem, 0.9rem + 1.2vw, 1.125rem);
}

body {
    display: grid;
    max-width: 800px;
    margin: 1.5rem auto;
    font-family: "EB Garamond";
    font-weight: 400;
    font-style: normal;
}

a, a:visited {
    color: #000;
}

header {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
}

header a {
    text-decoration: none;
}

header img {
    width: 8rem;
    transform: rotateY(180deg);
}

header h1 {
    align-content: center;
    font-size: 2.8rem;
}

#tagline {
    font-size: .75rem;
    text-transform: uppercase;
    text-align: right;
    opacity: 0.6;
}

#explainer {
    margin: 1rem 0;
    opacity: 0.8;
    font-style: italic;
    font-size: 0.88rem;
    padding: 0.2rem 1rem;
    border-top-color: #000;
    border-top-style: double;
    border-bottom-color: #000;
    border-bottom-style: double;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant SC", serif;
  font-weight: 600;
}

h2.title {
    font-size: 2.35rem;
    font-weight: 400;
    line-height: 2.6rem;
}

.subtitle {
    border-top-color: #000;
    border-top-style: double;
    border-bottom-color: #000;
    border-bottom-style: double;
    font-style: italic;
    font-size: 0.8rem;
    opacity: 0.75;
    margin: 0.8rem 0;
    padding: 0.14rem 0;
    display: flex;
    justify-content: space-between;
}

.subtitle > *:nth-of-type(even) {
    font-style: normal;
}

#dept {
}

article p:not(:last-child) {
    margin-bottom: 0.4rem;
}

article {
    column-count: 2;
}

article p,
section > p {
    line-height: 1.49;
    text-align: justify;
}

article p:not(:first-child) {
    text-indent: 50px;
}

article p:first-child::first-letter {
    font-size: 5em;
    font-weight: bold;
    float: left; /* Makes text wrap around the large letter */
    line-height: 1; /* Adjusts vertical alignment */
    padding-right: 0.1em; /* Adds space between the letter and the rest of the text */
    margin-top: 10px;
}

article p:last-child {
    text-align: center;
    opacity: 0.2;
    cursor: default;
    font-size: 1.5rem;
}

article img {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.hand {
    width: 3rem;
    display: inline-block;
}

section .hand {
    width: 2rem;
}

#more {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 0.5rem;
    margin-top: 2rem;
}

#more img {
    justify-self: end;
}

section > h2 {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 400;
}

section > h2 span {
    opacity: 0.15;
}

section > h3 a {
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0, 0, 0, 0.5);
}

section > h3 {
    font-size: 2rem;
    line-height: 2.3rem;
}

.fleur {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    opacity: 0.3;
    transform: translateY(20px);
}
.fleur:after {
    content: "⚜";
    display: inline-block;
    position: relative;
    top: -0.9em;
    font-size: 1.2rem;
    padding: 0 0.25em;
    background: white;
    color: #000;
}
