body {
    padding: 0;
    margin: 0;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #2C2C2C;
    background:#F5F3ED;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p { padding: 0; margin: 0; }

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:focus, button:active, button:focus { outline: none; }

button { border: none; background: none; cursor: pointer; }

header { padding: 20px 0; background: #2C2C2C; }

header .quillmark {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color:#F5F3ED;
}

header .chorus {
    display: flex;
    justify-content: center;
    margin-top: 7.5px;
}

header .chorus__one { margin: 0 15px; }

header .chorus__one a { color:#F5F3ED; }

header .contact {
    display: flex;
    border: 3px solid#F5F3ED;
    border-radius: 20px;
    color:#F5F3ED;
    width: 175px;
    height: 45px;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

.bar {
    display: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span { width: 100%; height: 3px; background:#F5F3ED; transition: all 0.3s; }

.bar.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 5px); }
.bar.active span:nth-child(2) { opacity: 0; }
.bar.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #2C2C2C;
    border-radius: 20px;
    color: #2C2C2C;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #2C2C2C;
    color:#F5F3ED;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
}

.prologue .pasth1-v1 {
    text-align: center;
    margin-top: 25px;
}

.prologue a {
    margin: 0 auto;
    margin-top: 30px;
}

.prologue .info-v1 {
    position: relative;
}

.picture {
    position: relative;
    overflow: hidden;
    width: 740px;
    height: 500px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 100px;
}

.picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 125%;
}

.prologue .stat {
    position: absolute;
    z-index: 2;
    margin-top: 25px;
    margin-left: 170px;
    background:#F5F3ED;
    top: 0;
    width: 175px;
    height: 95px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    justify-content: center;
    align-items: center;
}

.prologue .stat p:first-child {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.prologue .stat p:last-child {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.prologue.page h1 {
    margin-bottom: 20px;
}

.prologue.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.prologue.page p {
    text-align: start;
    margin-bottom: 10px;
}

.prologue.page p:last-of-type {
    margin-bottom: 0;
}

h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.metaphor__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 30px;
    background:#F5F3ED;
}

.metaphor__card .picture {
    width: 100%;
    height: 275px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -50px;
}

.metaphor__card .picture img {
    width: 125%;
}

.metaphor__card .info {
    text-align: center;
}

.metaphor__card .info p:first-child {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.metaphor__card .info p:nth-child(2) {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
}

.ballad .picture {
    margin: 0;
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.ballad .picture img {
    width: 110%;
}

.ballad p {
    margin-bottom: 20px;
}

.ballad p:last-of-type {
    margin-bottom: 0;
}

.ballad p b {
    font-size: 24px;
}

.epithet .epithet__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background:#F5F3ED;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.epithet .epithet__one a {
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: #2C2C2C;
    align-items: center;
}

.epithet .epithet__one a i {
    margin-left: auto;
}

.epithet .epithet__one .down {
    margin-top: 10px;
}

.lyric__card {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px;
}

.lyric__card p {
    font-weight: 600;
}

.lyric__card p:first-child {
    font-size: 26px;
    margin-bottom: 10px;
}

.couplet {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-couplet {
    gap: 20px;
}

.couplet input,
.couplet textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #2C2C2C;
    padding: 0 25px;
    border: 1px solid #2C2C2C;
    border-radius: 100px;
    background:#F5F3ED;
    transition: 0.5s;
    margin-bottom: 0;
}

.couplet input {
    height: 50px;
}

.couplet textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.couplet input:focus,
.couplet textarea:focus {
    outline: none;
    border: 1px solid #2C2C2C;
}

.couplet input::placeholder,
.couplet textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.couplet-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.couplet-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #2C2C2C; 
}

.couplet-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #2C2C2C;
}

.couplet-check label a {
    color: #ff0000;
    text-decoration: underline;
}

.couplet-check label a:hover {
    color: #ff0000;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #2C2C2C;
    border-radius: 20px;
    color: #2C2C2C;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #2C2C2C;
    color:#F5F3ED;
    transition: 1s;
}

/* form-error */
.couplet input.error,
.couplet textarea.error,
.couplet input.error:focus,
.couplet textarea.error:focus {
    border: 1px solid #ff0000;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #ff0000;
    outline: none;
}

.couplet-check.error {
    border: 1px solid #ff0000; 
}

.couplet-check.error input[type="checkbox"] {
    border: 1px solid #ff0000;
}

/* sonnet */
#sonnet {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#sonnet img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.footer-v3 {
    background: #2C2C2C;
    padding: 20px;
}

.footer-v3 .quillmark {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color:#F5F3ED;
}

.footer-v3 .chorus__one a {
    display: block;
    font-size: 16px;
    color:#F5F3ED;
}

.footer-v3 .chorus__one p {
    font-size: 16px;
    color:#F5F3ED;
}

.footer-v3 .row div .chorus {
    justify-content: center;
}

.footer-v3 .chorus .chorus__one {
    margin: 0 20px;
}

.footer-v3 .row div:nth-of-type(2) .chorus {
    justify-content: end;
}

.footer-v3 .row div:nth-of-type(2) .chorus .chorus__one {
    margin: 0;
    margin-top: 11px;
    margin-right: 20px;
}

.footer-v3 .row div:nth-of-type(3) .chorus {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 2px solid#F5F3ED;
    border-bottom: 2px solid#F5F3ED;
}

.footer-v3 .row div:nth-of-type(3) .chorus .chorus__one {
    align-items: center;
}

.footer-v3 .chorus .chorus__one .dots {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background:#F5F3ED;
    margin-right: 10px;
}

.stanza {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: auto;
    max-width: 380px;
    background:#F5F3ED;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    z-index: 2000;
    display: none;
    border-radius: 12px;
    padding: 18px;
}

.stanza_box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.stanza_text h3 {
    font-size: 17px;
    color: #2C2C2C;
    margin-bottom: 6px;
}

.stanza_text p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin: 0;
}

.stanza_text a {
    color: #2C2C2C;
    text-decoration: underline;
}

.stanza_text a:hover {
    color: #2C2C2C;
}

.stanza_actions {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.stanza_actions .btnx_mark {
    min-width: 115px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #2C2C2C;
    color:#F5F3ED;
}

.stanza_actions .btnx_mark.btnx_alt {
    background: #bbb;
    color: #111;
}

.stanza_actions .btnx_mark:hover {
    opacity: 0.85;
}
