@charset "UTF-8";

.btn.btn-primary,
a {
    transition: all .2s ease-in-out;
}

body {
    padding-top: 3.5rem;
    font-family: Lato, sans-serif;
}

main {
    padding: 2rem 0;
}

img {
    max-width: 100%;
}

a {
    color: #f94c3b;
}

    a:hover {
        color: #f71f0a;
    }

.container {
    max-width: 1140px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif;
}

blockquote {
    color: #999;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 3rem auto;
    width: 80%;
}

.navbar-brand small {
    font-family: Lato, sans-serif;
    font-size: 75%;
    font-weight: 400;
    margin-left: .5rem;
}

.lead {
    font-size: 1.2rem;
}

.btn.btn-primary {
    background-color: #f94c3b;
    border-color: #f94c3b;
}

    .btn.btn-primary:hover {
        background-color: #e11a07;
        border-color: #e11a07;
    }

.card .card-img,
.card .card-img-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar.fixed-top {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-family: Raleway, sans-serif;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .15);
}

    .navbar.fixed-top .navbar-nav {
        font-size: .875rem;
        font-weight: 700;
        text-transform: uppercase;
    }

        .navbar.fixed-top .navbar-nav .active a {
            color: #f94c3b;
        }

    .navbar.fixed-top .navbar-toggler {
        padding: .25rem .5rem;
    }

        .navbar.fixed-top .navbar-toggler .navbar-toggler-icon {
            width: 1em;
            height: 1em;
        }

/* Make dropdown items match navbar link sizing */
/* Force dropdown to match top-level navbar link typography */
.navbar .navbar-nav .dropdown-menu {
    font-size: inherit; /* inherits from navbar-nav */
}

.navbar .navbar-nav .dropdown-item {
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

@media (max-width: 767px) {
    .navbar.fixed-top .container {
        max-width: 100%;
    }
}

.block {
    padding: 0 0 1.5rem;
}

    .block img {
        border-radius: .25rem;
    }

    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .block.column-block img {
        height: 100%;
        object-fit: cover;
    }

    .block.image-gallery-block .carousel {
        border-radius: .25rem;
        overflow: hidden;
    }

@media (min-width: 768px) {
    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 0;
    }
}

/*
.post-meta {
    font-size: .875rem;
}

.post-meta span:not(:last-child)::after {
    content: "◆";
    display: inline-block;
    padding: 0 .25rem;
}

.archive article {
    padding-bottom: 1rem;
}
*/

/* Force archive page title to black */
.job-archive h3 a,
.job-archive h3 a:visited,
.job-archive h3 a:hover,
.job-archive h3 a:active {
    color: #000 !important;
}

/*
.comments .alert {
    background: #f4f4f4;
    padding: 2rem 2.5rem;
}

.page-link {
    color: #f94c3b;
    min-width: 2.5rem;
    text-align: center;
}

.page-link:hover {
    color: #f71f0a;
}

.page-item.active .page-link {
    background: #f94c3b;
    border-color: #f94c3b;
}
*/

/* Custom brand utility */
/*
.text-beige {
    color: #f5f5dc;
}
*/

.hero-content {
    padding-top: 8rem;
}

    .hero-content h1 {
        font-size: 4rem; /* desktop default */
    }

    .hero-content p {
        font-size: 1.5rem;
    }

@media (max-width: 767px) {
    .hero-content {
        padding-top: 1.75rem;
    }

    .hero-inner {
        max-width: 90%;
        padding: 0 0.75rem;
    }
}

/* constrain the text block so it doesn't span full width on desktop */
.hero-inner {
    width: 100%;
    max-width: 1100px; /* desktop max line length */
    margin: 0 auto; /* center */
    padding: 0 1rem; /* side breathing room on small screens */
}

    /* fluid responsive heading + line-height */
    .hero-inner h1 {
        font-size: clamp(1.75rem, 4.5vw, 4rem); /* scales between mobile and desktop */
        line-height: 1.05;
        margin-bottom: .5rem;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    /* excerpt size */
    .hero-inner p {
        font-size: clamp(1rem, 2.2vw, 1.5rem);
        margin-top: 0.5rem;
    }

/* default = mobile */
.logo {
    height: 48px; /* mobile */
    width: auto; /* preserve aspect ratio */
    display: inline-block;
}

/* desktop (or tablet+) */
@media (min-width: 768px) {
    .logo {
        height: 72px; /* desktop */
        width: auto; /* preserve aspect ratio */
        display: inline-block;
    }
}

.flooring-list {
    list-style: none; /* remove default bullets */
    padding-left: 10px;
}

    .flooring-list li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
        font-weight: 500;
        color: #333;
    }

        .flooring-list li::before {
            content: "➤"; /* small arrow bullet */
            position: absolute;
            left: 0;
            color: #a67c52; /* warm wood-tone accent */
            font-size: 0.9rem;
            line-height: 1.5rem;
        }

/* endorsement block default = mobile*/
.endorsement-card {
    padding-left: 3.25rem;
    padding-bottom: 2rem;
}

.endorsement-svg {
    width: 36px;
    height: 36px;
}

.endorsement-quote {
    font-size: 1.05rem;
    padding-bottom: 1.25rem;
}

.endorsement-author {
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .endorsement-card {
        padding-left: 5.25rem;
        padding-bottom: 2.5rem;
    }

    /* more room for author */
    .endorsement-svg {
        width: 72px;
        height: 72px;
    }

    .endorsement-quote {
        font-size: 1.25rem;
    }

    .endorsement-author {
        margin-bottom: 1rem;
    }
    /* push it up a bit */
}

/* misc image gallery */
.misc-gallery__thumb-btn {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.misc-gallery__thumb-wrap,
.misc-gallery-modal__image-wrap {
    position: relative;
}

.misc-gallery__thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .misc-gallery__thumb:hover {
        transform: scale(1.02);
        opacity: 0.92;
    }

.misc-gallery__sort-badge {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    z-index: 2;
    min-width: 1.8rem;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.2;
    text-align: center;
    pointer-events: none;
}

.misc-gallery__sort-badge--modal {
    top: 0.9rem;
    right: 2.5rem;
    background: none;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
    padding: 0;
    min-width: 0;
}

.misc-gallery__meta {
    font-size: 0.95rem;
    opacity: 0.8;
}

.misc-gallery-modal {
    background: rgba(0, 0, 0, 0.75);
}

    .misc-gallery-modal .modal-content,
    .misc-gallery-modal__content {
        background: rgba(0, 0, 0, 0.9);
    }

.misc-gallery-modal__topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 3rem;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.92);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.misc-gallery-modal__topbar-spacer {
    flex: 1 1 auto;
}

.misc-gallery-modal__close {
    flex: 0 0 auto;
}

.misc-gallery-modal .modal-body {
    background: rgba(0, 0, 0, 0.96);
    padding: 0;
    line-height: 0;
}

.misc-gallery-modal__image {
    display: block;
    max-height: 80vh;
    object-fit: contain;
    background: #000;
}

.misc-gallery-modal__bottombar {
    display: block;
    height: 0.75rem;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.92);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.misc-gallery-modal .carousel-caption {
    background: rgba(0, 0, 0, 0.58);
    border-radius: 8px;
    padding: 0.7rem 1rem;
    bottom: 1rem;
}

    .misc-gallery-modal .carousel-caption p {
        margin: 0;
        font-size: 1.2rem;
        line-height: 1.45;
        font-weight: 500;
        color: rgba(245, 240, 230, 0.92);
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
    }

/* hero images */
.page-hero {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.page-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero .dimmer {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.page-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.page-hero h1:last-child,
.page-hero .lead:last-child,
.page-hero p:last-child {
    margin-bottom: 0;
}

/* desktop (or tablet+) */
@media (min-width: 768px) {
    .page-hero {
        min-height: 320px;
        padding: 4rem 0;
    }
}

@media (min-width: 1200px) {
    .page-hero {
        min-height: 400px;
    }
}

.page-hero h1 {
    font-size: 2rem;
    line-height: 1.2;
}

.page-hero .lead {
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .page-hero h1 {
        font-size: 2.5rem;
    }

    .page-hero .lead {
        font-size: 1.125rem;
    }
}

@media (min-width: 1200px) {
    .page-hero h1 {
        font-size: 3rem;
    }

    .page-hero .lead {
        font-size: 1.25rem;
    }
}

/* end hero images */
