* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;

    background:
        linear-gradient(135deg,
        #061f22 0%,
        #182b10 40%,
        #050806 100%);

    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

/* HEADER */

.top-bar {
    width: 1250px;
    max-width: calc(100% - 80px);

    margin: 22px auto 0 auto;
    padding: 24px 42px;

    background:
        linear-gradient(135deg,
        #080b08 0%,
        #1f2608 50%,
        #080b08 100%);

    border: 4px solid #d6b13f;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-shadow:
        0 0 28px rgba(214, 177, 63, 0.35),
        0 0 70px rgba(0, 0, 0, 0.75);
}

.brand-logo img {
    width: 150px;
    height: auto;
    display: block;

    filter:
        drop-shadow(0 0 12px rgba(214, 177, 63, 0.65));
}

/* NAV */

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 34px;
}

.nav-bar a {
    color: #ffffff;

    text-decoration: none;
    text-transform: uppercase;

    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;

    padding-bottom: 10px;

    transition: 0.25s ease;
}

.nav-bar a:hover,
.nav-bar a.active {
    color: #d6b13f;
    border-bottom: 5px solid #c1121f;
}

/* MAIN */

.hero,
.site-footer {
    width: 1250px;
    max-width: calc(100% - 80px);
}

.hero {
    margin: 18px auto 0 auto;
}

/* HERO BANNER */

.shrine-banner {
    min-height: 620px;

    border: 4px solid #d6b13f;

    background:
        linear-gradient(rgba(20, 24, 5, 0.82), rgba(4, 8, 8, 0.92)),
        radial-gradient(circle at center,
        #8a7b12 0%,
        #26330c 45%,
        #061f22 100%);

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    box-shadow:
        0 0 38px rgba(214, 177, 63, 0.35),
        0 0 85px rgba(0, 0, 0, 0.85),
        inset 0 0 80px rgba(0, 0, 0, 0.65);
}

.banner-content {
    max-width: 850px;
    padding: 50px;
}

.hero-logo {
    width: 190px;
    margin-bottom: 24px;

    filter:
        drop-shadow(0 0 16px rgba(214, 177, 63, 0.75));
}

.banner-content h1 {
    margin: 0;

    color: #f5d66b;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    letter-spacing: 3px;
}

.banner-content h2 {
    margin: 14px 0 24px 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: normal;
}

.banner-content p {
    color: #f1f1f1;

    font-size: 24px;
    letter-spacing: 1px;

    margin-bottom: 36px;
}

.hero-button {
    display: inline-block;

    color: #ffffff;
    background: #0a3d32;

    border: 4px solid #d6b13f;

    padding: 14px 34px;

    text-decoration: none;
    text-transform: uppercase;

    font-weight: bold;
    letter-spacing: 1.4px;

    box-shadow:
        0 0 18px rgba(214, 177, 63, 0.35);
}

.hero-button:hover {
    background: #8b111a;
    color: #ffffff;
}

/* FOOTER */

.site-footer {
    margin: 18px auto 30px auto;
    padding: 28px 20px;

    background:
        linear-gradient(135deg,
        #080b08 0%,
        #101b12 100%);

    border: 4px solid #d6b13f;

    text-align: center;

    box-shadow:
        0 0 28px rgba(214, 177, 63, 0.25),
        0 0 70px rgba(0, 0, 0, 0.65);
}

.footer-title {
    color: #d6b13f;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.5px;

    margin-bottom: 12px;
}

.footer-leader {
    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;

    margin-bottom: 12px;
}

.footer-contact {
    color: #d9d9d9;

    font-size: 20px;
}

.footer-item {
    display: inline-block;
    padding: 0 12px;
}

.footer-divider {
    color: #c1121f;
}

.footer-contact a {
    color: #d9d9d9;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #d6b13f;
}

/* MOBILE */

@media (max-width: 900px) {

    .top-bar,
    .hero,
    .site-footer {
        width: calc(100% - 20px);
        max-width: none;
    }

    .top-bar {
        flex-direction: column;
        gap: 24px;
        padding: 24px;
    }

    .nav-bar {
        flex-wrap: wrap;
        justify-content: center;
        gap: 22px;
    }

    .brand-logo img {
        width: 150px;
    }

    .shrine-banner {
        min-height: 520px;
    }

    .banner-content {
        padding: 30px 20px;
    }

    .hero-logo {
        width: 145px;
    }

    .banner-content h1 {
        font-size: 38px;
    }

    .banner-content h2 {
        font-size: 22px;
    }

    .banner-content p {
        font-size: 19px;
    }

    .footer-contact {
        line-height: 2;
    }

    .footer-divider {
        display: none;
    }

    .footer-item {
        display: block;
    }
}\

.brand-logo img {
    width: 140px;

    filter:
        drop-shadow(0 0 12px rgba(212,175,55,0.55))
        drop-shadow(0 0 25px rgba(0,0,0,0.7));
}