:root {
    --color-heat-gold: rgb(183, 153, 104);
}

/* =====================
MOBILE STYLES
===================== */

nav img {
    max-width: 10rem;
    height: auto;
}

/* ***** Hero Section **** */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55)),
        url("/assets/images/heat/heat-hero-background.png");
    background-size: cover;
    background-position: center;
    margin-bottom: 1.5625rem;
}

.hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 22.6rem;
    padding-inline: 1rem;
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 18.37rem;
    text-align: center;
}

.hero h1 {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.1;
}

.hero h1 span {
    text-transform: uppercase;
}

.hero p:first-of-type {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.hero p:first-of-type span {
    color: var(--color-heat-gold);
}

.hero p:nth-of-type(2) {
    font-size: 0.6875rem;
}

.hero__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
}

.hero__buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 16.25rem;
    min-height: 1.56rem;
    padding-block: 0.125rem;
}

.hero__buttons .btn-secondary {
    background-color: var(--color-bg-black);
    color: var(--color-text-white);
    border: 1px solid var(--color-text-muted);
}

/* ***** Why BayStorm Heat **** */
.why-baystorm-heat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-baystorm-heat__heading {
    display: flex;
    justify-content: center;
    max-width: 16rem;
    margin-bottom: 0.625rem;
}

.why-baystorm-heat__heading h2 {
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 0.6;
    letter-spacing: 0.05rem;
    margin-bottom: 0;
}

.why-baystorm-heat__heading h2 span {
    color: var(--color-heat-gold);
}

.why-baystorm-heat__image {
    width: 100%;
    max-width: 25rem;
    aspect-ratio: 2.1 / 1.2;

    background-image: url(/assets/images/heat/why-baystorm-background.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* ***** What's Included **** */
.whats-included {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whats-included h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.125rem;
    margin-top: 0.9375rem;
    margin-bottom: 0;
}

.whats-included__cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 22.62rem;
}

.whats-included__card {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 5rem;
    border: 1px solid rgb(128, 128, 128 / 50%);
}

.whats-included__media,
.whats-included__icon-column {
    min-width: 0;
}

.whats-included__media {
    display: flex;
    flex: 0 0 30%;
    justify-content: center;
    align-items: center;
    padding: 0.25rem;
}

.whats-included__media img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.whats-included__icon-column {
    display: flex;
    flex: 0 0 16%;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1rem;
    border-inline: 2px solid rgb(128, 128, 128 / 25%);
}

.whats-included__icon {
    width: 2rem;
    height: auto;
    transform: translateY(-0.4375rem);
}

.whats-included__content {
    display: flex;
    flex: 1 1 54%;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0.4rem 0.25rem 0.4rem 0.75rem;
}

.whats-included__content h3 {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.whats-included .card-3 h3 {
    white-space: nowrap;
}

.whats-included__content ul {
    margin: 0;
    padding-left: 0.9rem;
    font-size: 0.5625rem;
}

.whats-included ul li::marker {
    color: var(--color-heat-gold);
}

/* ***** Cost & Details **** */
.cost {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cost h2 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.cost__details {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 22.5625rem;
    border: 1px solid rgb(128, 128, 128, 0.5);
}

.cost__price {
    align-self: center;
    margin: 0;
    padding-block: 0.5rem 0.75rem;
    color: var(--color-heat-gold);
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    line-height: 1;
}

.cost__list {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 0.25rem 0.75rem;
    list-style: none;
}

.cost__list li {
    position: relative;
    display: flex;
    flex: 1 1 25%;
    align-items: flex-start;
    justify-content: center;
    gap: 0.25rem;
    min-width: 0;
    padding-inline: 0.35rem;
    font-size: 0.625rem;
    line-height: 1.35;
}

.cost__list li span {
    width: 6.5rem;
    text-align: left;
}

.cost__list li::before {
    content: "\2022";
    flex-shrink: 0;
    color: var(--color-heat-gold);
}

.cost__list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: rgb(128 128 128 / 75%);
}

/* ***** Contact Section **** */

.contact {
    display: flex;
    flex-direction: column;
}

.contact__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact__social-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 15rem;
}

.contact__social-icons img {
    width: 100%;
    max-width: 14.5rem;
}

.contact__social-icons p {
    font-size: 0.75rem;
    margin-bottom: 0;
}

.contact__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
}

.contact__form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.contact__form h2 {
    font-size: 1.3125rem;
}

.contact__form h2 span {
    color: var(--color-heat-gold);
}

.contact__form .contact__field {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.contact__form input {
    width: 100%;
    max-width: 19rem;
    padding: 0.4rem 0.75rem;
    background-color: var(--color-bg-black);
    color: var(--color-text-white);
    border: 1px solid rgba(130, 130, 130, 0.3);
    border-radius: 0.1875rem;
}

.contact__form input::placeholder {
    color: rgba(130, 130, 130, 0.6);
}

.contact__form button {
    width: 100%;
    max-width: 19rem;
    background-color: rgb(30, 63, 74);
    border: none;
}

/* Smaller Mobile Screen Adjustments */

@media (max-width: 375px) {
    .whats-included__media {
        flex-basis: 28%;
    }

    .whats-included__icon-column {
        flex-basis: 15%;
    }

    .whats-included__content {
        flex-basis: 57%;
        padding-left: 0.5rem;
    }

    .whats-included__content h3 {
        font-size: 0.85rem;
    }

    .whats-included__content ul {
        font-size: 0.5rem;
    }
}

/* =====================
TABLET STYLES
===================== */

@media (min-width: 675px) {
    /* ***** Hero Section **** */

    .hero {
        width: 100%;
        margin-inline: auto;
        padding-block: 1rem;
    }

    .hero__container {
        max-width: 32.87rem;
        margin-bottom: 1rem;
    }

    .hero__content {
        max-width: 32.87rem;
    }

    .hero__content img {
        width: 100%;
        max-width: 19.625rem;
    }

    .hero h1 {
        font-size: 2.3rem;
    }

    .hero p:first-of-type {
        width: 100%;
        max-width: 32.875rem;
        font-size: 1.52rem;
        margin-bottom: 0;
    }

    .hero p:nth-of-type(2) {
        font-size: 0.85rem;
        max-width: 30.5rem;
        margin-top: 0.625rem;
    }

    .hero__buttons {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .hero__buttons button {
        width: 100%;
        max-width: 14.125rem;
        min-height: 2.56rem;
        padding-block: 0.125rem;
    }

    /* ***** Why BayStorm Heat **** */

    .why-baystorm-heat {
        width: 100%;
        background-image: linear-gradient(rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)),
            url("/assets/images/heat/heat-hero-background.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .why-baystorm-heat__heading {
        width: 100%;
        max-width: 25.43rem;
        margin-bottom: 0.25rem;
    }

    .why-baystorm-heat__heading h2 {
        font-size: 2rem;
    }

    .why-baystorm-heat__image {
        width: 100%;
        max-width: 53rem;
        aspect-ratio: 2.2 / 1.2;

        background-image: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 25%)),
            url("/assets/images/heat/why-baystorm-background.png");
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;

        box-shadow: inset 2.5rem 0 2.5rem -2rem rgb(0 0 0 / 80%),
            inset -2.5rem 0 2.5rem -2rem rgb(0 0 0 / 80%);
    }

    /* ***** What's Included **** */
    .whats-included {
        margin-bottom: 0.9375rem;
    }

    .whats-included h2 {
        font-size: 1.65rem;
        margin-top: 0.9375rem;
        margin-bottom: 0;
    }

    .whats-included__cards {
        flex-direction: row;
        width: 100%;
        max-width: 50.9375rem;
    }

    .whats-included__card {
        flex-direction: column;
        align-items: center;
        border: none;
    }

    .whats-included__card:not(:last-child) {
        border-right: 1px solid rgb(128 128 128 / 25%);
    }

    .whats-included h3 {
        font-size: 1.15rem;
        text-align: center;
    }

    .whats-included__media {
        width: 100%;
        max-width: 16.125rem;
    }

    .whats-included__media img {
        width: 100%;
        height: 11rem;
        object-fit: contain;
        object-position: center;
    }

    .whats-included__icon-column {
        display: none;
    }

    .whats-included__content {
        align-items: center;
        width: 100%;
        max-height: 12.1875rem;
    }

    .whats-included ul {
        font-size: 0.66rem;
    }

    /* ***** Cost & Details **** */
    .bottom-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;

        background-image: linear-gradient(
                rgba(0, 0, 0, 0.55),
                rgba(0, 0, 0, 0.55)
            ),
            url("/assets/images/heat/heat-hero-background.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .cost {
        justify-content: center;
        width: 100%;
        max-width: 64rem;
        max-height: 14.375rem;

        padding: 0.9375rem;
    }

    .cost h2 {
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
    }

    .cost h2 span {
        color: var(--color-heat-gold);
    }

    .cost__details {
        background-color: var(--color-bg-black);
        width: 100%;
        max-width: 28.75rem;
    }

    .cost__list li:not(:last-child)::after {
        display: none;
    }

    /* ***** Contact **** */
    .contact {
        width: 100%;
        max-width: 64rem;
        align-items: center;
        margin-bottom: 1.875rem;
    }

    .contact__content {
        width: 100%;
        max-width: 33.3125rem;
    }

    .contact__social-icons {
        max-width: 16rem;
    }

    .contact__form h2 {
        font-size: 1.5rem;
    }

    .contact__form input {
        width: 100%;
        max-width: 37rem;
    }
}

/* Larger Tablet Refinements */
@media (min-width: 750px) {
    .cost__details {
        max-width: 34rem;
    }

    .cost__price {
        font-size: 3rem;
    }

    .cost__list {
        padding-inline: 1rem;
    }
}

/* Wider Tablet Refinements */
@media (min-width: 875px) {
    .hero__container {
        max-width: 40rem;
    }

    .hero__content {
        max-width: 37.87rem;
    }

    .hero__content img {
        max-width: 21.625rem;
    }

    .hero h1 {
        font-size: 2.6rem;
    }

    .hero p:first-of-type {
        max-width: 33.875rem;
        font-size: 1.55rem;
    }

    .hero p:nth-of-type(2) {
        font-size: 1rem;
    }

    .hero__buttons button {
        max-width: 15.125rem;
        min-height: 2.76rem;
    }
}

/* =====================
DESKTOP STYLES
===================== */
@media (min-width: 1200px) {
    /* ***** Hero Section **** */

    .hero__container {
        max-width: 72.87rem;
        margin-bottom: 1rem;
    }

    .hero__content {
        max-width: 73.75rem;
    }

    .hero__content img {
        max-width: 40.1875rem;
    }

    .hero h1 {
        font-size: 4.3rem;
    }

    .hero p:first-of-type {
        max-width: 50.875rem;
        font-size: 2.52rem;
        margin-top: 0.9375rem;
    }

    .hero p:nth-of-type(2) {
        font-size: 1.4rem;
        max-width: 48.8rem;
        margin-top: 0.625rem;
    }

    .hero__buttons {
        gap: 1.25rem;
    }

    .hero__buttons button {
        max-width: 21rem;
        min-height: 3.25rem;
    }

    /* ***** Why BayStorm Heat **** */

    .why-baystorm-heat__heading {
        max-width: 45.43rem;
        margin-bottom: 0.25rem;
    }

    .why-baystorm-heat__heading h2 {
        font-size: 3rem;
    }

    .why-baystorm-heat__image {
        max-width: 87rem;
        aspect-ratio: 2.4 / 1.2;
    }

    /* ***** What's Included **** */

    .whats-included h2 {
        font-size: 2.8rem;
        line-height: 1;
        letter-spacing: 0.1rem;
        width: 100%;
        max-width: 52rem;
        margin-top: 2.2rem;
        margin-bottom: 0;
    }

    .whats-included__cards {
        flex-direction: row;
        width: 100%;
        max-width: 80.9375rem;
    }

    .whats-included__card {
        flex-direction: column;
        align-items: center;
        border: none;
    }

    .whats-included__media {
        width: 100%;
        max-width: 30.125rem;
    }

    .whats-included__media img {
        width: 100%;
        height: 20rem;
        object-fit: contain;
        object-position: center;
    }

    .whats-included h3 {
        font-size: 2.15rem;
    }

    .whats-included__content {
        max-height: 14.1875rem;
    }

    .whats-included ul {
        font-size: 1.26rem;
    }

    /* ***** Cost & Details **** */

    .cost {
        max-width: 74rem;
        max-height: none;
        padding: 0.9375rem;
        margin-block: 2.5rem;
    }

    .cost h2 {
        font-size: 2.5rem;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0.9375rem;
    }

    .cost__details {
        background-color: var(--color-bg-black);
        width: 100%;
        max-width: 57.4375rem;
        min-height: 11.875rem;
        margin-top: 1.125rem;
    }

    .cost__price {
        font-size: 3.5rem;
        padding-bottom: 1.5625rem;
    }

    .cost__list {
        max-width: 54.6875rem;
    }

    .cost ul {
        margin-top: 0.625rem;
    }

    .cost__list li {
        font-size: 1.0625rem;
        max-width: none;
    }

    /* ***** Contact **** */
    .contact {
        width: 100%;
        max-width: 64rem;
        align-items: center;
        margin-bottom: 1.875rem;
    }

    .contact__content {
        max-width: 58rem;
    }

    .contact__social-icons {
        width: 100%;
        max-width: 18rem;
        justify-content: center;
        gap: 1rem;
    }

    .contact__social-icons img {
        width: 8.25rem;
        height: 8.25rem;
        max-width: none;
        object-fit: contain;
    }

    .contact__social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .contact__social-icons p {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .contact__form h2 {
        font-size: 3rem;
    }

    .contact__form input {
        width: 100%;
        max-width: 42rem;
        min-height: 3.5rem;
    }

    .contact__form button {
        max-width: 28rem;
        min-height: 3.35rem;
    }
}
