body {
    padding: 0;
    margin: 0;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #A63E2B;
    background: #F2F2F2;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p { padding: 0; margin: 0; }

a {
    text-decoration: none;
    background-color: transparent;
}

a:active, a:focus, button:active, button:focus { outline: none; }

button { border: none; background: none; cursor: pointer; }

.forge { padding: 20px 0; background: #A63E2B; }

.forge .marquee {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #F2F2F2;
}

.forge .castlist {
    display: flex;
    justify-content: end;
    margin-top: 7.5px;
}

.forge .castlist__one { margin: 0 15px; }
.forge .castlist__one a { color: #F2F2F2; }

.forge .contact {
    display: flex;
    border: 3px solid #F2F2F2;
    border-radius: 20px;
    color: #F2F2F2;
    width: 175px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

.bar {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span { width: 100%; height: 3px; background: #F2F2F2; 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 #A63E2B;
    border-radius: 20px;
    color: #A63E2B;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #A63E2B;
    color: #F2F2F2;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 125%;
}

h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.mill__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.mill__card.first .picture {
    height: 536px;
}

.mill__card .picture {
    width: 100%;
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.mill__card .picture img {
    width: 125%;
}

.mill__card .info {
    text-align: center;
    padding: 10px 20px 20px 20px;
}

.mill__card p:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mill .row div .mill__card:last-child {
    margin-bottom: 0;
}

.mill.page h1 {
    margin-bottom: 20px;
}

.mill.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.mill.page p {
    text-align: start;
    margin-bottom: 10px;
}

.mill.page p:last-of-type {
    margin-bottom: 0;
}

.steel__card {
    margin-bottom: 30px;
}

.steel__card .picture {
    width: 300px;
    height: 250px;
    border-radius: 20px;
    flex: 0 0 auto;
}

.steel__card .picture img {
    width: 160%;
}

.steel__card .info {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #F2F2F2;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin-top: 40px;
    margin-left: -80px;
    padding: 10px 25px;
}

.steel__card .info p:first-child {
    font-size: 30px;
    font-weight: 900;
} 

.steel__card .info p:nth-of-type(2) {
    font-size: 26px;
    font-weight: 600;
}

.steel .row .steel__card:last-child {
    margin-bottom: 0;
}

.cog .cog__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.cog .cog__one .up {
    align-items: center;
}

.cog .cog__one .up .picture {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    margin-right: 20px;
}

.cog .cog__one .up .picture img {
    width: auto;
    height: 130%;
}

.cog .cog__one .up p:first-child {
    font-weight: 600;
    font-size: 24px;
}

.cog .cog__one .up p:last-child {
    font-weight: 400;
    font-size: 16px;
    margin-top: -5px;
}

.cog .cog__one p:last-of-type {
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
    margin-top: 10px;
}

.shaft .shaft__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.shaft .shaft__one P:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.brick__one {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

.brick__one:last-of-type {
    margin-bottom: 0;
}

.brick__one p {
    font-weight: 600;
}

.brick__one p:first-child {
    margin-right: 10px;
}

.brick .row div:last-child .brick__card .brick__one:last-child p {
    margin-right: 0;
}

.dialogue {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-dialogue {
    gap: 20px;
}

.dialogue input,
.dialogue textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #A63E2B;
    padding: 0 25px;
    border: 1px solid #A63E2B;
    border-radius: 100px;
    background: #F2F2F2;
    transition: 0.5s;
    margin-bottom: 0;
}

.dialogue input {
    height: 50px;
}

.dialogue textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.dialogue input:focus,
.dialogue textarea:focus {
    outline: none;
    border: 1px solid #A63E2B;
}

.dialogue input::placeholder,
.dialogue textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.dialogue-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.dialogue-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #A63E2B; 
}

.dialogue-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #A63E2B;
}

.dialogue-check label a {
    color: #ff0000;
    text-decoration: underline;
}

.dialogue-check label a:hover {
    color: #ff0000;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #A63E2B;
    border-radius: 20px;
    color: #A63E2B;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #A63E2B;
    color: #F2F2F2;
    transition: 1s;
}

/* form-error */
.dialogue input.error,
.dialogue textarea.error,
.dialogue input.error:focus,
.dialogue textarea.error:focus {
    border: 1px solid #ff0000;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #ff0000;
    outline: none;
}

.dialogue-check.error {
    border: 1px solid #ff0000; 
}

.dialogue-check.error input[type="checkbox"] {
    border: 1px solid #ff0000;
}

/* interlude */
#interlude {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#interlude img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.soot {
    background: #A63E2B;
    padding: 20px;
}

.soot .marquee {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #F2F2F2;
}

.soot .castlist{
    opacity: 1;
}

.soot .castlist__one {
    margin-bottom: 5px;
    align-items: center;
}

.soot .castlist .castlist__one:last-child {
    margin-bottom: 0;
}

.soot .castlist__one a {
    display: block;
    font-size: 16px;
    color: #F2F2F2;
}

.soot .castlist__one p {
    font-size: 16px;
    color: #F2F2F2;
}

.soot .castlist__one p:first-child {
    margin-right: 10px;
}

.soot .castlist.politica {
    border-top: 2px solid #F2F2F2;
    margin-top: 20px;
    padding-top: 20px;
    justify-content: center;
}

.soot .castlist.politica .castlist__one {
    margin: 0 15px;
}

.soot .castlist.politica .castlist__one p {
    margin-right: 0;
}

.smoke {
    position: fixed;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: auto;
    max-width: 380px;
    background: #F2F2F2;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    z-index: 2000;
    display: none;
    border-radius: 10px;
    padding: 18px;
}

.smoke_box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.smoke_text h3 {
    font-size: 17px;
    color: #A63E2B;
    margin-bottom: 5px;
}

.smoke_text p {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
    margin: 0;
}

.smoke_text a {
    color: #A63E2B;
    text-decoration: underline;
}

.smoke_actions {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.smoke_actions .btnx_main {
    min-width: 110px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
    background: #A63E2B;
    color: #F2F2F2;
}

.smoke_actions .btnx_main.btnx_alt {
    background: #c9c9c9;
    color: #A63E2B;
}

.smoke_actions .btnx_main:hover {
    opacity: 0.85;
}
