/*
Theme Name: Covers By Christian
Theme URI: https://www.coversbychristian.com/
Author: Your Name
Description: Custom WordPress theme for Covers By Christian.
Version: 1.0.0
Text Domain: coversbychristian
*/



* { 
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #f5f1e9;
    color: #171512;
    font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}

.container {
    width: min(1100px, 90%);
    margin: 0 auto;
}


.site-header a {
    color: #f5f1e8;
    text-decoration: none;
    font-weight: bold;
}

.site-main {
    padding: 0;
}

.site-main:has(.services-cta) {
    min-height: 0;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
}
.site-main h1 {
    font-size: 60px;
}

.site-footer {
    padding: 40px 0;
    border-top: 1px solid #d8d0c4;
}

.archive-header {
    padding: 80px 0 50px;
}

.archive-header h1 {
    font-size: 64px;
    margin: 0 0 20px;
}

.archive-header p {
    max-width: 600px;
    font-size: 20px;
    line-height: 1.6;
}

.portfolio-card {
    margin: 0;
}

.portfolio-card a {
    color: inherit;
    text-decoration: none;
}

.portfolio-card img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-card h2 {
    font-size: 22px;
    margin-top: 18px;
}

.portfolio-single {
    padding: 100px 0;
}

.portfolio-single-header {
    max-width: 800px;
    margin-bottom: 60px;
}

.portfolio-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}

.portfolio-single-header h1 {
    font-size: 72px;
    line-height: 1.05;
    margin: 0;
}

.portfolio-single-image {
    max-width: 900px;
    margin-bottom: 60px;
}

.portfolio-single-image img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-single-content {
    max-width: 750px;
    font-size: 20px;
    line-height: 1.7;
}

.portfolio-single-footer {
    margin-top: 80px;
}

.portfolio-single-footer a {
    font-weight: 600;
    text-decoration: none;
}

.portfolio-card {
    overflow: hidden;
}

.portfolio-card-image {
    overflow: hidden;
}

.portfolio-card-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-card-image img {
    transform: scale(1.03);
}

.portfolio-card-info {
    padding: 20px 0 10px;
}

.portfolio-card-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
}


.portfolio-placeholder {
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e6df;
    font-size: 14px;
}


/*logo*/
.site-branding .custom-logo-link {
    display: block;
    line-height: 0;
}

.site-branding .custom-logo {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 50px;
    height: auto;
}

.site-logo-image {
    display: block;
    width: auto;
    height: 42px;
    max-width: 48px;
    object-fit: contain;
}

/* Homepage Hero */

.hero {
    position: relative;
    min-height: 700px;
    padding: 140px 0 120px;

    overflow: hidden;

    color: #f5f1e8;
}

.hero .container {
    position: relative;
    z-index: 2;
    padding-left: 0;
    width: calc(100% - 80px);
    max-width: none;
}

.hero::before {
    content: "";

    position: absolute;
    top: -80px;
    right: 0;
    bottom: -80px;
    left: 0;

    z-index: 0;

    background-image:
        linear-gradient(
            90deg,
            rgba(17, 17, 15, 0.95) 0%,
            rgba(17, 17, 15, 0.80) 35%,
            rgba(17, 17, 15, 0.25) 65%,
            rgba(17, 17, 15, 0.15) 100%
        ),
        var(--cbc-hero-background);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    transform: translateY(var(--hero-parallax, 0px));

    will-change: transform;
}

@media (max-width: 767px) {

    .hero::before {
        background-image:
            linear-gradient(
                90deg,
                rgba(17, 17, 15, 0.95) 0%,
                rgba(17, 17, 15, 0.80) 35%,
                rgba(17, 17, 15, 0.25) 65%,
                rgba(17, 17, 15, 0.15) 100%
            ),
            var(--cbc-hero-background-mobile);
    }

}



.hero-label {
    margin: 0 0 30px;

    color: #c8a45d;

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.hero h1 {
    max-width: 760px;

    margin: 0;

    color: #f5f1e8;

    font-size: clamp(45px, 5.5vw, 85px);
    line-height: 0.92;

    letter-spacing: -0.04em;
}
.hero-highlight {
    color: #c8a45d;
} 
.hero-description {
    max-width: 560px;

    margin: 40px 0 35px;

    color: rgba(245, 241, 232, 0.85);

    font-size: 18px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-buttons a {
    display: inline-block;

    padding: 15px 24px;

    border: 1px solid #c8a45d;

    color: #f5f1e8;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.08em;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.hero-buttons a:first-child {
    background: #c8a45d;
    color: #11110f;
}

.hero-buttons a:hover {
    transform: translateY(-2px);
}

/* View Portfolio */

.hero-buttons a:first-child:hover {
    background: transparent;
    color: #c8a45d;
    border-color: #c8a45d;
}


/* Start a Project */

.hero-buttons a:last-child:hover {
    background: #c8a45d;
    color: #11110f;
    border-color: #c8a45d;
}

@media (max-width: 700px) {

    .hero {
        min-height: 700px;
        padding: 100px 0 80px;
        background-position: 65% center;
    }

    .hero h1 {
        font-size: 52px;
    }

    .hero-description {
        font-size: 16px;
    }

}

/* =========================================
   FEATURED WORK
========================================= */

.featured-work {
    padding: 45px 0 80px;
    background: #f5f1e8;
    color: #11110f;
}

/* Match the horizontal indentation of the hero */

.featured-work .container {
    width: calc(100% - 80px);
    max-width: none;
    margin: 0 auto;
}


/* =========================================
   SECTION HEADER
========================================= */

.featured-work .section-header {
    margin-bottom: 28px;
    text-align: center;
}

.featured-work .section-label {
    margin: 0 0 8px;
    color: #c8a45d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.featured-work .section-header h2 {
    margin: 0;

    font-family: Georgia, serif;

    font-size: 48px;
    font-weight: 400;

    line-height: 1.05;
    letter-spacing: -0.02em;
}

.featured-divider {
    width: 60px;
    height: 2px;
    margin: 18px auto 0;
    background: #c8a45d;
}

/* =========================================
   FEATURED FILTERS
========================================= */

.featured-work .portfolio-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 24px;

    margin-bottom: 28px;
}

.featured-work .portfolio-filter {
    padding: 8px 12px;

    border: 0;
    background: transparent;

    color: #11110f;

    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.06em;

    cursor: pointer;

    transition:
        color 0.3s ease,
        background 0.3s ease;
}

.featured-work .portfolio-filter:hover {
    color: #c8a45d;
}

.featured-work .portfolio-filter.active {
    background: #c8a45d;
    color: #11110f;
}


/* =========================================
   FEATURED GRID
========================================= */

.featured-grid {
    display: grid;

    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 14px;
}


/* =========================================
   FEATURED CARD
========================================= */

.featured-card {
    overflow: hidden;
}

.featured-card a {
    display: block;

    color: inherit;
    text-decoration: none;
}

.featured-card-image {
    width: 100%;

    aspect-ratio: 2 / 3;

    overflow: hidden;

    background: #ddd;
}

.featured-card-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}

.featured-card:hover img {
    transform: scale(1.035);
}


/* =========================================
   VIEW ALL PROJECTS
========================================= */

.featured-work .section-link {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.featured-work .section-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid #c8a45d;
    background: #c8a45d;
    color: #11110f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.featured-work .section-link a:hover {
    background: #11110f;
    color: #c8a45d;
    transform: translateY(-2px);
}


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

@media (max-width: 1100px) {

    .featured-work .container {
        width: calc(100% - 60px);
    }

    .featured-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

}


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

@media (max-width: 700px) {

    .featured-work {
        padding: 65px 0 70px;
    }

    .featured-work .container {
        width: calc(100% - 40px);
    }

    .featured-work .section-header {
        margin-bottom: 24px;
    }

    .featured-work .section-header h2 {
        font-size: 40px;
    }

    .featured-work .portfolio-filters {
        gap: 8px;
        margin-bottom: 22px;
    }

    .featured-work .portfolio-filter {
        padding: 7px 9px;
        font-size: 10px;
    }

    .featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .featured-work .section-link {
        margin-top: 28px;
    }

    .featured-work .section-link a {
        padding: 12px 28px;
    }

}

/* =========================================
   SERVICES
========================================= */

.services {
    padding: 60px 0 80px;
    background: #11110f;
    color: #f5f1e8;
}

.services .section-header {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.services .section-label {
    margin: 0 0 8px;
    color: #c8a45d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    
}

.services .section-header h2 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
}


/* =========================================
   SERVICE GRID
========================================= */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================================
   SERVICE CARD
========================================= */

.service-card {
    min-height: 360px;
    padding: 45px 35px;
    border: 1px solid rgba(200, 164, 93, 0.5);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: #c8a45d;
}


.service-card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}


/* Service name */

.service-type {
    margin: 0 0 15px;
    color: #c8a45d;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* Price */

.service-card h3 {
    margin: 0 0 25px;
    font-family: Georgia, serif;
    font-size: 46px;
    font-weight: 400;
}


/* Description */

.service-description {
    max-width: 260px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.85;
}


/* Link */

.service-link {
    margin-top: auto;
    padding-top: 35px;
    color: #f5f1e8;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.service-link:hover {
    color: #c8a45d;
}


/* =========================================
   SERVICES NOTE
========================================= */

.services-note {
    margin: 25px auto 0;
    max-width: 600px;
    color: #f5f1e8;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;

    text-transform: uppercase;
    letter-spacing: 0.15em;

    text-align: center;
}

.services-note strong {
    color: #c8a45d;
    font-weight: 700;
}
/* =========================================
   SERVICES RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 650px) {

    .services {
        padding: 80px 0;
    }

    .services-grid {
    
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .service-card {
        min-height: 320px;
        padding: 40px 30px;
    }

}

/* =========================================
   PROCESS
========================================= */

.process {
    padding: 60px 0 80px;
    background: #f5f1e8;
    color: #11110f;
}

.process .section-header {
    max-width: 800px;
    margin: 0 auto 65px;
    text-align: center;
}

.process .section-label {
    margin: 0 0 8px;
    color: #c8a45d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.process .section-header h2 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
}


/* =========================================
   PROCESS GRID
========================================= */

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================================
   PROCESS STEP
========================================= */

.process-step {
    padding: 40px 30px;
    text-align: center;
    border-top: 1px solid rgba(161, 125, 57, 0.5);
}

.process-number {
    display: block;
    margin-bottom: 25px;
    color: #a17d39;
    font-family: Georgia, serif;
    font-size: 42px;
    line-height: 1;
}

.process-step h3 {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.process-step p {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.75;
}


/* =========================================
   PROCESS RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .process {
        padding: 80px 0;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 500px;
    }

    .process-step {
         max-width: 420px;
        margin: 0 auto;
        text-align: center;

    }

}

/* =========================================
   TESTIMONIALS
========================================= */

.testimonials {
    padding: 60px 0 80px;
    background: #11110f;
    color: #f5f1e8;
}

.testimonials .section-header {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.testimonials .section-label {
    margin: 0 0 8px;
    color: #c8a45d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.testimonials .section-header h2 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
}


/* =========================================
   FEATURED TESTIMONIAL
========================================= */

.testimonial-feature {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-quote {
    margin: 0 auto 30px;
    font-family: Georgia, serif;
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -0.02em;
    font-style: italic;
   
}

.testimonial-author {
    margin: 0;
    color: #c8a45d;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.testimonial-photo {
    margin: 0 auto 20px;
}

.testimonial-photo img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

/* =========================================
   TESTIMONIAL LINK
========================================= */

.testimonial-link {
    margin-top: 50px;
    text-align: center;
}

.testimonial-link a {
    color: #f5f1e8;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.testimonial-link a:hover {
    color: #c8a45d;
}

/* =========================================
   TESTIMONIAL CAROUSEL
========================================= */

.testimonial-slides {
    position: relative;
}

.testimonial-slide {
    display: none;
    opacity: 0;
}

.testimonial-slide.is-active {
    display: block;
    opacity: 1;
    animation: testimonialFade 0.8s ease;
}

@keyframes testimonialFade {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}
/* =========================================
   TESTIMONIAL CONTROLS
========================================= */

.testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;

    margin-top: 35px;
}

.testimonial-controls button {
    border: none;
    background: transparent;

    color: #c8a45d;

    font-size: 20px;
    line-height: 1;

    cursor: pointer;

    padding: 5px;

    transition: color 0.3s ease, transform 0.3s ease;
}

.testimonial-controls button:hover {
    color: #f5f1e8;
    transform: translateY(-2px);
}

.testimonial-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.testimonial-controls .testimonial-dot {
    width: 8px;
    height: 8px;

    padding: 0;

    border: 2px solid #c8a45d;
    border-radius: 50%;

    background: transparent;

    box-sizing: border-box;

    cursor: pointer;

    transform: none;
}



.testimonial-controls .testimonial-dot.is-active {
    background: transparent;
    border: 2px solid #c8a45d;

    transform: scale(1.25);
}


/* =========================================
   TESTIMONIALS RESPONSIVE
========================================= */

@media (max-width: 650px) {

    .testimonials {
        padding: 80px 0;
    }

    .testimonial-quote {
        font-size: 28px;
        line-height: 1.4;
    }

}

/* =========================================
   DESIGN CTA
========================================= */

.design-cta {
    padding: 110px 0;
    background: #f5f1e8;
    color: #11110f;
}

.design-cta-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.design-cta-content {
    padding: 30px 0;
}

.design-cta .section-label {
    margin: 0 0 25px;
    color: #b08a42;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.design-cta h2 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.design-cta-subtitle {
    margin: 28px 0 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.design-cta-divider {
    width: 60px;
    height: 1px;
    margin: 35px 0 25px;
    background: #c8a45d;
}

.design-cta-description {
    max-width: 540px;
    margin: 0 0 35px;
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.7;
}

.design-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 17px 30px;
    background: #11110f;
    color: #f5f1e8;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.design-cta-button span {
    color: #c8a45d;
    font-size: 18px;
}

.design-cta-button:hover {
    background: #22221f;
    transform: translateY(-3px);
}

/* =========================================
   BEFORE / AFTER SLIDER
========================================= */

.design-cta-visual {
    width: 100%;
}

.comparison-slider {
    position: relative;

    width: 100%;
    max-width: 650px;

    aspect-ratio: 3 / 4;

    margin: 0 auto;

    overflow: hidden;

    background: #11110f;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.18);

    cursor: ew-resize;

    user-select: none;
    -webkit-user-select: none;

    touch-action: none;
}


/* =========================================
   BOTH IMAGES
========================================= */

.comparison-image {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    pointer-events: none;

    user-select: none;
    -webkit-user-drag: none;
}


/* =========================================
   AFTER IMAGE
========================================= */

.comparison-after {
    z-index: 1;
}


/* =========================================
   BEFORE IMAGE CLIPPING WINDOW
========================================= */

.comparison-before {
    position: absolute;

    inset: 0;

    z-index: 2;

    width: 50%;

    overflow: hidden;

    /*
     * IMPORTANT:
     * The container changes width,
     * but the image stays the same size.
     */
}


/*
 * The BEFORE image must remain the
 * size of the entire slider.
 */

.comparison-before .comparison-image {
    width: 650px;
    max-width: none;

    height: 100%;
}


/* =========================================
   DIVIDER
========================================= */

.comparison-divider {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 50%;

    z-index: 3;

    width: 2px;

    transform: translateX(-50%);

    background: #ffffff;

    pointer-events: none;
}


/* =========================================
   DRAG HANDLE
========================================= */

.comparison-handle {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 58px;
    height: 58px;

    transform: translate(-50%, -50%);

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

    border: 2px solid #ffffff;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.45);

    color: #ffffff;

    font-size: 13px;

    letter-spacing: -2px;

    pointer-events: none;
}

/* =========================================
   BEFORE / AFTER LABELS
========================================= */

.comparison-label {
    position: absolute;

    top: 50%;
    z-index: 4;

    transform: translateY(-50%);

    padding: 10px 18px;

    background: rgba(17, 17, 15, 0.75);
    color: #f5f1e8;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.15em;
    text-transform: uppercase;

    opacity: 0;

    transition:
        opacity 0.3s ease,
        background 0.3s ease;

    pointer-events: none;
}

.comparison-label-before {
    left: 25%;
    transform: translate(-50%, -50%);
}

.comparison-label-after {
    right: 25%;
    transform: translate(50%, -50%);
}


/* =========================================
   HOVER DARKEN EFFECT
========================================= */

.comparison-slider::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 3;

    background: rgba(0, 0, 0, 0);

    transition: background 0.3s ease;

    pointer-events: none;
}


/* Show labels + darken images */

.comparison-slider:hover::after {
    background: rgba(0, 0, 0, 0.18);
}

.comparison-slider:hover .comparison-label {
    opacity: 1;
}


/* Keep divider and handle above overlay */

.comparison-divider {
    z-index: 5;
}


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

@media (max-width: 650px) {

    .comparison-label {
        padding: 8px 13px;
        font-size: 9px;
    }

}


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

@media (max-width: 900px) {

    .comparison-slider {
        max-width: 600px;
    }

    .comparison-before .comparison-image {
        width: 600px;
    }

}


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

@media (max-width: 650px) {

    .comparison-slider {
        width: 100%;
        max-width: 100%;

        aspect-ratio: 3 / 4;
    }

    .comparison-before .comparison-image {
        width: 100vw;
        max-width: none;
    }

    .comparison-handle {
        width: 50px;
        height: 50px;

        font-size: 12px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .comparison-handle {
        width: 46px;
        height: 46px;
    }

}

/* =========================================
   CTA RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .design-cta {
        padding: 90px 0;
    }

    .design-cta-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .design-cta-content {
        text-align: center;
    }

    .design-cta-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .design-cta-description {
        margin-left: auto;
        margin-right: auto;
    }

    .design-cta-visual {
        max-width: 650px;
        margin: 0 auto;
    }

}


@media (max-width: 600px) {

    .design-cta {
        padding: 70px 0;
    }

    .design-cta h2 {
        font-size: 46px;
    }

    .design-cta-subtitle {
        font-size: 13px;
        line-height: 1.5;
    }

    .design-cta-description {
        font-size: 16px;
    }

    .design-cta-image {
        min-height: 480px;
    }

}

/* =========================================
   FOOTER
========================================= */

.site-footer {
    padding: 80px 0 30px;
    background: #11110f;
    color: #f5f1e8;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    padding-bottom: 70px;
}

.footer-brand a {
    color: #f5f1e8;
    font-family: Georgia, serif;
    font-size: 30px;
    text-decoration: none;
}

.footer-brand p {
    max-width: 350px;
    margin-top: 20px;
    color: rgba(245, 241, 232, 0.65);
    line-height: 1.6;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column h3 {
    margin: 0 0 10px;
    color: #c8a45d;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.footer-column a {
    color: rgba(245, 241, 232, 0.75);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #c8a45d;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 25px;
    border-top: 1px solid rgba(245, 241, 232, 0.15);
}

.footer-bottom p {
    margin: 0;
    color: rgba(245, 241, 232, 0.45);
    font-size: 12px;
}

@media (max-width: 800px) {

    .footer-main {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }

    .footer-bottom {
        flex-direction: column;
    }

}

/* =========================================
   GLOBAL HEADER
========================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 14px 0;
    background: #11110f;
    color: #f5f1e8;
    border-bottom: none;
}

.site-header .container {
    width: calc(100% - 80px);
    max-width: none;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: #f5f1e8;
    text-decoration: none;
}

.site-logo-text {
    display: flex;
    flex-direction: column;

    font-family: "Cinzel", Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.05;

    white-space: nowrap;
}

.site-logo-top {
    color: #f5f1e8;
    font-size: 14px;
    font-weight: 400;
}

.site-logo-name {
    color: #c8a45d;
    font-size: 18px;
    font-weight: 700;
}

.main-navigation {
    display: flex;
    align-items: center;
    gap: 28px;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation a {
    color: #f5f1e8;
    text-decoration: none;
}

.main-navigation ul a {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Desktop hover animation */

.main-navigation ul a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 2px;
    background: #c8a45d;
    transition: width 0.3s ease;
}

.main-navigation ul a:hover {
    color: #c8a45d;
}

.main-navigation ul a:hover::after {
    width: 100%;
}


/* =========================================
   HEADER CTA
========================================= */

.header-cta {
    display: inline-block;
    padding: 11px 22px;

    background: #c8a45d;
    color: #11110f !important;

    border: 1px solid #c8a45d;

    font-size: 10px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.08em;

    white-space: nowrap;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.header-cta:hover {
    background: transparent;
    color: #c8a45d !important;
    transform: translateY(-2px);
}


/* =========================================
   MENU TOGGLE
========================================= */

.menu-toggle {
    display: none;
}


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

@media (max-width: 1050px) {

    .main-navigation {
        gap: 16px;
    }

    .main-navigation ul {
        gap: 16px;
    }

    .main-navigation ul a {
        font-size: 11px;
    }

    .header-cta {
        padding: 11px 14px;
        font-size: 10px;
    }

}


/* =========================================
   MOBILE MENU
========================================= */

@media (max-width: 925px) {

    .site-header .container {
        width: calc(100% - 40px);
    }

    .header-inner {
        position: relative;
    }

    /* Hamburger */

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 44px;
        height: 44px;

        padding: 0;

        border: 1px solid #f5f1e8;
        background: transparent;
        color: #f5f1e8;

        cursor: pointer;

        position: relative;
        z-index: 1100;
    }

    .menu-icon {
        display: block;
        color: #f5f1e8;
        font-size: 20px;
        line-height: 1;
    }

    .menu-close {
        display: none;
        color: #f5f1e8;
        font-size: 26px;
        line-height: 1;
    }

    .site-header.menu-open .menu-icon {
        display: none;
    }

    .site-header.menu-open .menu-close {
        display: block;
    }


    /* Mobile navigation */

    .main-navigation {
    position: absolute;

    top: 100%;
    left: 0;
    right: 0;

    display: flex;

    flex-direction: column;
    align-items: stretch;

    gap: 20px;

    padding: 25px 20px;

    background: #11110f;

    border-top: 1px solid rgba(245, 241, 232, 0.15);

    max-height: calc(100vh - 80px);

    overflow-y: auto;

    overscroll-behavior: contain;

    opacity: 0;
    visibility: hidden;

    transform: translateY(-15px);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

    .site-header.menu-open .main-navigation {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


    /* Mobile links */

    .main-navigation ul {
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 0;
    }

    .main-navigation ul li {
        border-bottom: 1px solid rgba(245, 241, 232, 0.12);
    }

    .main-navigation ul a {
        display: block;

        padding: 18px 0;

        color: #f5f1e8;

        font-size: 16px;

        transition:
            color 0.3s ease,
            padding-left 0.3s ease;
    }

    .main-navigation ul a::after {
        display: none;
    }

    .main-navigation ul a:hover {
        color: #c8a45d;

        padding-left: 10px;
    }


    /* Mobile CTA */

    .header-cta {
        display: block;

        width: 100%;

        padding: 15px;

        text-align: center;
    }

}

/* =========================================
   PORTFOLIO ARCHIVE
========================================= */

.portfolio-archive {
    padding: 50px 0;
}

.portfolio-archive .container {
    width: calc(100% - 80px);
    max-width: none;
    margin: 0 auto;
}

.archive-header {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    padding: 0;
}

.archive-header .section-label {
    margin: 0 0 8px;
    color: #c8a45d;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.archive-header h1 {
    margin: 0 0 20px;
    font-family: Georgia, serif;
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 400;
    line-height: 1.3;
}

.archive-header p {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}


/* FILTERS */

.portfolio-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;

    margin-bottom: 60px;
}

.portfolio-filter {
    padding: 0 0 8px;
    border: none;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: rgba(17, 17, 15, 0.55);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        border-color 0.3s ease;
}

.portfolio-filter:hover,
.portfolio-filter.active {
    background: transparent;
    color: #11110f;
    border-bottom-color: #c8a45d;
}

/* GRID */

.portfolio-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 14px;

    width: 100%;

    padding-bottom: 50px;
    
}


/* CARD */

.portfolio-card {
    min-width: 0;
}

.portfolio-card a {
    display: block;

    color: inherit;
    text-decoration: none;
}

.portfolio-card-image {
    overflow: hidden;

    aspect-ratio: 2 / 3;

    background: #11110f;
}

.portfolio-card-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.portfolio-card a:hover .portfolio-card-image img {
    transform: scale(1.04);
}

.portfolio-card-info {
    padding-top: 15px;
}

.portfolio-card-label {
    margin: 0 0 6px;

    color: #a17d39;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.portfolio-card-info h2 {
    margin: 0;

    font-family: Georgia, serif;

    font-size: 18px;
    font-weight: 400;
}

/* =========================================
   PORTFOLIO LOAD MORE
========================================= */

.portfolio-load-more-wrapper {
    display: flex;
    justify-content: center;

    margin-top: 0px;
}

.portfolio-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid #c8a45d;
    background: #c8a45d;
    color: #11110f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.portfolio-load-more:hover {
    background: #11110f;
    color: #c8a45d;
    transform: translateY(-2px);
}


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

@media (max-width: 1100px) {

    .portfolio-archive .container {
        width: calc(100% - 60px);
    }

    .portfolio-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

}


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

@media (max-width: 700px) {

    .portfolio-archive {
        padding: 80px 0;
    }

    .portfolio-archive .container {
        width: calc(100% - 40px);
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .portfolio-filters {
        gap: 8px;
    }

    .portfolio-filter {
        padding: 7px 9px;
        font-size: 10px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .portfolio-grid {
        gap: 10px;
    }

}

/* =========================================
   PORTFOLIO LIGHTBOX
========================================= */

.portfolio-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;

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

    padding: 40px;

    background: rgba(17, 17, 15, 0.94);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;

    cursor: zoom-out;
}

.portfolio-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.portfolio-lightbox-image {
    display: block;

    max-width: min(90vw, 700px);
    max-height: 90vh;

    width: auto;
    height: auto;

    object-fit: contain;

    transform: scale(0.96);

    transition: transform 0.3s ease;

    cursor: default;
}

.portfolio-lightbox.is-open .portfolio-lightbox-image {
    transform: scale(1);
}

.portfolio-lightbox-close {
    position: absolute;

    top: 25px;
    right: 30px;

    width: 45px;
    height: 45px;

    border: 1px solid rgba(245, 241, 232, 0.5);
    border-radius: 50%;

    background: transparent;
    color: #f5f1e8;

    font-size: 30px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.portfolio-lightbox-close:hover {
    background: #f5f1e8;
    color: #11110f;
}


/* MOBILE */

@media (max-width: 650px) {

    .portfolio-lightbox {
        padding: 20px;
    }

    .portfolio-lightbox-image {
        max-width: 92vw;
        max-height: 85vh;
    }

    .portfolio-lightbox-close {
        top: 15px;
        right: 15px;

        width: 40px;
        height: 40px;

        font-size: 26px;
    }

}

/* =========================================
   STATIC PAGES
========================================= */

.page-content {
    padding: 80px 0 100px;
    background: #f5f1e8;
    color: #11110f;
}

.page-content > .container {
    width: calc(100% - 80px);
    max-width: none;
    margin: 0 auto;
}


/* =========================================
   PAGE HEADER
========================================= */

.page-header {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.page-header h1 {
    margin: 0;

    font-family: Georgia, serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
}


/* =========================================
   PAGE BODY
========================================= */

.page-body {
    max-width: 1100px;
    margin: 0 auto;

    font-size: 17px;
    line-height: 1.7;
}

.page-body > p:first-child {
    max-width: 700px;
    margin: 0 auto 70px;

    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}


/* =========================================
   SERVICE HEADINGS
========================================= */

.services-page .page-body h2 {
    margin: 80px 0 15px;

    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.15;
}

.services-page .page-body h3 {
    margin: 0 0 20px;

    color: #c8a45d;

    font-size: 28px;
    font-weight: 600;
}


/* =========================================
   SERVICE TEXT
========================================= */

.services-page .page-body p {
    max-width: 800px;
}

.services-page .page-body ul {
    max-width: 700px;

    margin: 20px 0 50px;
    padding-left: 20px;
}

.services-page .page-body li {
    margin-bottom: 8px;
}


/* =========================================
   PROCESS
========================================= */

.services-page .page-body h2:nth-of-type(4) {
    margin-top: 110px;
}


/* =========================================
   FINAL CTA
========================================= */

.services-page .page-body h2:last-of-type {
    margin-top: 50px;
    text-align: center;
}

.services-page .page-body h2:last-of-type + p {
    margin: 0 auto 30px;
    text-align: center;
}


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

@media (max-width: 700px) {

    .page-content {
        padding: 55px 0 70px;
    }

    .page-content > .container {
        width: calc(100% - 40px);
    }

    .page-header {
        margin-bottom: 40px;
    }

    .page-header h1 {
        font-size: 46px;
    }

    .page-body {
        font-size: 16px;
    }

    .page-body > p:first-child {
        margin-bottom: 50px;
        font-size: 18px;
    }

    .services-page .page-body h2 {
        margin-top: 60px;
        font-size: 32px;
    }

    .services-page .page-body h3 {
        font-size: 24px;
    }

}

/* =========================================
   SERVICES PAGE — INTRO //  service pagee
========================================= */

.services-page {
    padding-top: 70px;
}
.services-page .page-header {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.services-page .page-header h1 {
    display: none;

}

.services-page .page-header::before {
    content: "COVER DESIGN SERVICES";
    text-align: center;
    display: block;
    margin-bottom: 5px;
    color: #c8a45d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}


.services-page .page-body > p:first-child {
    max-width: 650px;
    margin: 0 auto 65px;
    text-align: center;
    font-size: 19px;
    line-height: 1.65;
}


/* =========================================
   SERVICES — INTRO
========================================= */

.services-intro {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 70px;
    text-align: center;
}

.services-intro .services-kicker {
    max-width: 850px;
    margin: 0 auto 22px;
    font-family: Georgia, serif;
    font-size: 46px;
    font-weight: 400;

    line-height: 1.15;

    letter-spacing: -0.025em;
}

.services-intro .services-intro-text {
    max-width: 700px;

    margin: 0 auto;

    font-size: 17px;
    line-height: 1.65;
}


/* =========================================
   INTRO DIVIDER
========================================= */

.services-intro::after {
    content: "";

    display: block;

    width: 70px;
    height: 1px;

    margin: 70px auto 0;

    background: #c8a45d;
}


/* =========================================
   SERVICES PAGE — CARDS
========================================= */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 70px;
    position: relative;
}

/* =========================================
   SIDE CARDS — SHORTER + LOWER
========================================= */

.services-page .service-card:nth-child(1),
.services-page .service-card:nth-child(3) {


    margin-top: 35px;
   

}


/* =========================================
   SERVICE CARD
========================================= */

.services-page .service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 30px 28px 28px;
    border: 3px solid #c8a45d;
    background: rgba(17, 17, 15, 0.90);
    opacity: 1;
    color: #f5f1e8;
    box-sizing: border-box;
    text-align: center;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}


.services-page .service-card:hover {
    transform: translateY(-10px); 
    transform: scale(1.02);
    border-color: #c8a45d;
}



/* =========================================
   CARD HEADING
========================================= */

.services-page .service-card h2 {
    max-width: 280px;

    margin: 0 0 10px;

    color: #f5f1e8;

    font-family: Georgia, serif;

    font-size: 28px;
    font-weight: 400;

    line-height: 1.15;
}


/* =========================================
   PRICE
========================================= */

.services-page .service-card .service-price {
    margin: 0 0 20px;

    color: #c8a45d;

    font-size: 25px;
    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.services-page .service-card > p {
    max-width: 330px;

    margin: 0 auto 20px;

    color: rgba(245, 241, 232, 0.82);

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================
   PRINT FORMATS
========================================= */

.services-page .service-card .service-formats {
    margin: -10px 0 25px;

    color: #f5f1e8;

    font-weight: 600;
}


/* =========================================
   INCLUDES
========================================= */

.services-page .service-card h3 {
    margin: 22px 0 12px;

    color: #c8a45d;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.1em;
}

/* =========================================
   FEATURE LIST
========================================= */

.services-page .service-card ul {
    width: 100%;
    max-width: 280px;

    margin: 0 auto 25px;

    padding-left: 0;

    list-style-position: inside;
}

.services-page .service-card li {
    margin-bottom: 7px;

    color: rgba(245, 241, 232, 0.8);

    font-size: 13px;
    line-height: 1.45;
}


/* =========================================
   BUTTON
========================================= */

.services-page .service-card .service-button {
    display: inline-flex;
    align-self: flex-start;

    width: auto;
    min-width: 0;

    margin-top: auto;
    padding: 12px 20px;

    border: 1px solid #c8a45d;

    background: #c8a45d;
    color: #11110f;

    text-decoration: none;
    text-align: center;

    font-size: 13px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 0.08em;

    box-sizing: border-box;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.services-page .service-card .service-button:hover {
    background: #11110f;
    color: #c8a45d;
    border-color: #c8a45d;

    transform: translateY(-2px);
}


/* =========================================
   MOST POPULAR
========================================= */

.services-page .service-card .service-badge {
    position: absolute;

    top: -12px;
    left: 50%;

    transform: translateX(-50%);

    padding: 5px 18px;

    background: #c8a45d;
    color: #11110f;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.12em;

    white-space: nowrap;
}


/* =========================================
   CARDS DIVIDER
========================================= */

.services-grid::after {
    content: "";

    position: absolute;

    bottom: 0;
    left: 50%;

    width: 70px;
    height: 1px;

    transform: translateX(-50%);

    background: #c8a45d;
}


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

@media (max-width: 1000px) {

   .services-grid {
        grid-template-columns: 1fr;
    }
}


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

@media (max-width: 700px) {

    .services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-bottom: 60px;
    }

    .services-page .service-card {
        padding: 35px 25px 30px;
    
    }

    .services-intro {
        padding-bottom: 40px;
    }

    .services-intro::after {
        margin-top: 50px;
    }

    .services-page .service-card:hover {
    transform: translateY(-6px); 
    border-color: #c8a45d;
}

}

/* =========================================
   PROCESS
========================================= */

.services-process {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto 35px;
    padding-top: 0;

    box-sizing: border-box;
}

.services-process-header {
    max-width: 800px;

    margin: 0 auto 35px;

    text-align: center;
}

.services-process-header h2 {
    margin: 0;

    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
}

.services-process .process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 100%;
}

.process-step {
    position: relative;

    padding: 0 35px;

    text-align: center;

    border-top: 1px solid rgba(200, 164, 93, 0.65);
}

.process-number {
    display: block;

    padding-top: 18px;
    margin-bottom: 12px;

    color: #c8a45d;

    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 400;
}
.process-step h3 {
    margin: 0 0 18px;

    color: #c8a45d;

    font-size: 18px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.08em;

    line-height: 1.3;
}

.process-step p {
    margin: 0 0 15px;

    font-size: 14px;
    line-height: 1.7;
}

.process-step strong {
    font-size: 13px;
}


/* =========================================
   SERVICES CTA
========================================= */

.services-cta {
    width: 100vw;
    max-width: none;

    margin: 0;

    margin-left: 50%;
    transform: translateX(-50%);

    padding: 22px 30px;

    background: #11110f;
    color: #f5f1e8;

    text-align: center;

    box-sizing: border-box;
}

.services-cta h2 {
    margin: 0 0 8px;

    color: #f5f1e8;

    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.services-cta p:not(.services-kicker) {
    margin: 0 auto 18px;

    color: rgba(245, 241, 232, 0.9);

    font-size: 14px;
    line-height: 1.5;
}

.services-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 22px;

    border: 1px solid #c8a45d;

    background: #c8a45d;
    color: #11110f;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.08em;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.services-cta-button:hover {
    background: #11110f;
    color: #c8a45d;
    border-color: #c8a45d;

    transform: translateY(-2px);
}

/* =========================================
   SERVICES PAGE — TABLET
========================================= */

@media (max-width: 1000px) {

    .services-page .services-grid {
        grid-template-columns: 1fr;
    }

    .services-page .service-card:nth-child(1),
    .services-page .service-card:nth-child(3) {
        margin-top: 0;
    }

    .services-process .process-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

}


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

@media (max-width: 700px) {

    .services-grid {
        grid-template-columns: 1fr;

        margin-top: 50px;
    }

    .service-card:last-child {
        grid-column: auto;
    }

    .service-card {
        padding: 35px 25px;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .services-process-header h2,
    .services-cta h2 {
        font-size: 34px;
    }

}


/* =========================================
   CONTACT PAGE - separate page
========================================= */

.contact-page .page-header {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.contact-page .page-header h1 {
    display: none;
}


/* =========================================
   CONTACT — INTRO
========================================= */

.contact-intro {
    position: relative;

    max-width: 900px;

    margin: 0 auto;

    padding-bottom: 55px;

    text-align: center;
}

.contact-label {
    margin: 0 0 22px;
    color: #c8a45d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.contact-kicker {
    max-width: 850px;
    margin: 0 auto 22px;
    font-family: Georgia, serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.contact-intro-text {
    max-width: 700px;

    margin: 0 auto;

    font-size: 17px;
    line-height: 1.65;
}


/* =========================================
   CONTACT — DETAILS
========================================= */

.contact-details {
    max-width: 1100px;
    margin: 0 auto;
    padding: 65px 0 40px;
    border-top: 1px solid rgba(200, 164, 93, 0.35);
    height: auto !important;
    min-height: 0 !important;
}

.contact-details-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 80px;
    row-gap: 0;
    align-items: start;
}

.contact-info,
.contact-message {
    height: auto !important;
    min-height: 0 !important;
}

.contact-section-label {
    margin: 0 0 18px;
    color: #c8a45d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.contact-info h3,
.contact-message h3 {
    margin: 0 0 20px;

    font-family: Georgia, serif;
    font-size: 34px;
    font-weight: 400;

    line-height: 1.15;
}

.contact-info-text {
    max-width: 500px;

    margin: 0 0 30px;

    font-size: 16px;
    line-height: 1.7;
}

/* column and row for contact page */
.contact-info {
    grid-column: 1;
    grid-row: 1;
}

.contact-message {
    grid-column: 2;
    grid-row: 1;
}




/* -----------------------------------------
   CONTACT INFORMATION
----------------------------------------- */

.contact-info-list {
    margin-top: 30px;
}

.contact-item {
    margin-bottom: 24px;
}

.contact-item strong {
    display: block;
    margin-bottom: 6px;

    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.contact-item a {
    display: block;

    color: inherit;
    text-decoration: none;

    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #c8a45d;
}



/* =========================================
   CONTACT — BOOKING SECTION
========================================= */

.contact-booking {
    max-width: 1100px;

    margin: 0 auto;

    padding: 65px 0 100px;

    border-top: 1px solid rgba(200, 164, 93, 0.35);
}

.contact-booking-header {
    max-width: 700px;

    margin-bottom: 45px;
}

.contact-booking-header h3 {
    margin: 0 0 18px;

    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 400;

    line-height: 1.15;
}

.contact-booking-header p:last-child {
    margin: 0;

    font-size: 16px;
    line-height: 1.65;
}


/* =========================================
   CONTACT — BOOKING FORM
========================================= */

.cbc-form-wrapper {
    width: 100%;

    margin: 0;
    padding: 0;

    border: 0;
}

.cbc-contact-form {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 30px 40px;
}


/* =========================================
   FORM FIELDS
========================================= */

.cbc-form-field {
    display: flex;
    flex-direction: column;
}

.cbc-form-field label,
.cbc-form-field legend {
    margin-bottom: 10px;

    color: #11110f;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cbc-form-field label span,
.cbc-form-field legend span {
    color: #c8a45d;
}


/* =========================================
   FORM INPUTS
========================================= */

.cbc-form-field input[type="text"],
.cbc-form-field input[type="email"],
.cbc-form-field input[type="date"],
.cbc-form-field textarea,
.cbc-form-field select {
    width: 100%;

    padding: 14px 15px;

    border: 1px solid rgba(17, 17, 15, 0.25);

    background: transparent;

    color: #11110f;

    font-family: inherit;
    font-size: 15px;

    box-sizing: border-box;

    border-radius: 0;

    outline: none;

    transition:
        border-color 0.3s ease,
        background 0.3s ease;
}

.cbc-form-field textarea {
    min-height: 140px;

    resize: vertical;
}


/* =========================================
   FORM INPUT FOCUS
========================================= */

.cbc-form-field input:focus,
.cbc-form-field textarea:focus,
.cbc-form-field select:focus {
    border-color: #c8a45d;

    background: rgba(200, 164, 93, 0.04);
}


/* =========================================
   RADIO FIELDS
========================================= */

.cbc-radio-field fieldset {
    margin: 0;
    padding: 0;

    border: 0;
}

.cbc-radio-field legend {
    width: 100%;
}

.cbc-radio-field label {
    display: flex;

    flex-direction: row;

    align-items: center;

    gap: 10px;

    margin: 0 0 12px;

    font-size: 14px;
    font-weight: 400;

    text-transform: none;
    letter-spacing: 0;
}

.cbc-radio-field input[type="radio"] {
    width: 16px;
    height: 16px;

    margin: 0;

    accent-color: #c8a45d;
}


/* =========================================
   FULL-WIDTH FORM FIELDS
========================================= */

.cbc-form-field:nth-child(8),
.cbc-form-field:nth-child(9),
.cbc-form-field:nth-child(11) {
    grid-column: 1 / -1;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.cbc-form-submit {
    grid-column: 1 / -1;

    display: flex;

    justify-content: center;

    margin-top: 15px;
}

.cbc-submit {
    padding: 16px 42px;

    border: 1px solid #c8a45d;

    background: #c8a45d;

    color: #11110f;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.1em;

    cursor: pointer;

    border-radius: 0;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.cbc-submit:hover {
    background: #11110f;

    color: #c8a45d;

    transform: translateY(-2px);
}


/* =========================================
   FORM MESSAGES
========================================= */

.cbc-form-message {
    margin-bottom: 40px;

    padding: 18px 20px;

    border: 1px solid #c8a45d;

    font-size: 14px;
    line-height: 1.5;
}

.cbc-form-success {
    background: rgba(200, 164, 93, 0.08);
}

.cbc-form-error {
    background: rgba(17, 17, 15, 0.05);
}

/* =========================================
   CONTACT PAGE — MOBILE
========================================= */

@media (max-width: 768px) {

    /* CONTACT DETAILS */

    .contact-details {
        padding: 50px 24px 30px;
    }

   .contact-details-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

.contact-info,
.contact-message {
    grid-column: 1;
    grid-row: auto;
}


    /* LEFT / CONTACT INFORMATION */

    .contact-info {
        width: 100%;
    }

    .contact-info h3 {
        font-size: 42px;
        line-height: 1.05;
    }

    .contact-info-text {
        max-width: 100%;
    }


    /* RIGHT / PROJECT INFORMATION */

    .contact-message {
        width: 100%;
    }

    .contact-message h3 {
        font-size: 42px;
        line-height: 1.05;
    }

    .contact-message .contact-info-text {
        max-width: 100%;
    }


    /* CONTACT INFORMATION LIST */

    .contact-info-list {
        margin-top: 35px;
    }

    .contact-item {
        margin-bottom: 24px;
    }

    .contact-item a {
        word-break: break-word;
    }


    /* BOOKING SECTION */

    .contact-booking {
        padding-left: 24px;
        padding-right: 24px;
    }

    .contact-booking-header h3 {
        font-size: 42px;
        line-height: 1.05;
    }

    /* BOOKING FORM */

.cbc-contact-form {
    grid-template-columns: 1fr;
    gap: 30px;
}

.cbc-form-field:nth-child(8),
.cbc-form-field:nth-child(9),
.cbc-form-field:nth-child(11),
.cbc-form-submit {
    grid-column: 1;
}

    /* FORM */

    .cbc-contact-form {
        width: 100%;
    }

}

/* =========================================
   FAQ PAGE — SEPARATE PAGE
========================================= */


/* =========================================
   FAQ — PAGE HEADER
========================================= */

.faq-page .page-header {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.faq-page .page-header h1 {
    display: none;
}


/* =========================================
   FAQ PAGE — REMOVE SPACE BEFORE FOOTER
========================================= */

.faq-page {
    padding-bottom: 0;
}

/* =========================================
   FAQ — INTRO
========================================= */

.faq-intro {
    max-width: 900px;

    margin: 0 auto;

    padding-bottom: 55px;

    text-align: center;
}

.faq-label {
    margin: 0 0 22px;
    color: #c8a45d;
    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.faq-kicker {
    max-width: 850px;

    margin: 0 auto 22px;

    font-family: Georgia, serif;
    font-size: 46px;
    font-weight: 400;

    line-height: 1.15;
    letter-spacing: -0.025em;
}

.faq-intro-text {
    max-width: 700px;

    margin: 0 auto;

    font-size: 17px;
    line-height: 1.65;
}

/* =========================================
   FAQ — ACCORDION
========================================= */

.faq-section {
    max-width: 1000px;

    margin: 0 auto;

    padding: 30px 0 80px;

    border-top: 1px solid rgba(200, 164, 93, 0.35);
}

.faq-list {
    width: 100%;
}

.faq-item {
    width: 100%;

    border-bottom: 1px solid rgba(17, 17, 15, 0.18);
}


/* =========================================
   FAQ — QUESTION ROW
========================================= */

.faq-question {
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 55px 15px 0;
    border: 0;
    background: transparent;
    color: #11110f;
    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

.faq-question:hover {
    color: #c8a45d;
}


/* =========================================
   FAQ — PLUS / MINUS ICON
========================================= */

.faq-icon {
    position: absolute;

    right: 0;
    top: 50%;

    color: #c8a45d;

    font-size: 24px;
    font-weight: 300;

    line-height: 1;

    transform: translateY(-50%);

    transition: transform 0.35s ease;
}

.faq-item.active .faq-icon {
    transform: translateY(-50%) rotate(45deg);
}

/* =========================================
   FAQ — ANSWER
========================================= */

.faq-answer {
    max-width: 700px;

    margin: 0 auto;

    max-height: 0;

    overflow: hidden;

    padding: 0;

    box-sizing: border-box;

    font-size: 16px;
    line-height: 1.7;

    text-align: left;

    opacity: 0;

    transition:
        max-height 0.45s ease,
        opacity 0.35s ease,
        padding 0.45s ease;
}

.faq-answer p {
    margin: 0 0 20px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer ul {
    margin: 0 0 20px;

    padding-left: 20px;
}

.faq-answer li {
    margin-bottom: 7px;
}


/* =========================================
   FAQ — OPEN STATE
========================================= */

.faq-item.active .faq-answer {
    max-height: 1000px;

    padding-bottom: 30px;

    opacity: 1;
}

/* =========================================
   FAQ CTA
========================================= */

.faq-cta {
    width: 100vw;
    max-width: none;

    margin: 0;
    margin-left: 50%;
    transform: translateX(-50%);

    padding: 70px 30px 75px;

    background: #11110f;
    color: #f5f1e8;

    text-align: center;

    box-sizing: border-box;
}

.faq-cta .faq-label {
    margin: 0 0 18px;

    color: #c8a45d;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.faq-cta h3 {
    margin: 0 0 20px;

    color: #f5f1e8;

    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15;
}

.faq-cta > p:not(.faq-label) {
    max-width: 760px;

    margin: 0 auto 30px;

    color: rgba(245, 241, 232, 0.9);

    font-size: 16px;
    line-height: 1.6;
}

.faq-cta a {
   display: inline-flex;
align-items: center;
justify-content: center;

padding: 12px 22px;

border: 1px solid #c8a45d;
background: #c8a45d;
color: #11110f;

text-decoration: none;

font-size: 12px;
font-weight: 700;

text-transform: uppercase;
letter-spacing: 0.08em;

box-sizing: border-box;

transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.faq-cta a:hover {
    background: #11110f;
    color: #c8a45d;
    border-color: #c8a45d;

    transform: translateY(-2px);
}


/* =========================================
   FAQ CTA — MOBILE
========================================= */

@media (max-width: 700px) {

    .faq-cta {
        padding: 55px 25px 60px;
    }

    .faq-cta h3 {
        font-size: 36px;
    }

    .faq-cta > p:not(.faq-label) {
        font-size: 15px;
    }

}

/* =========================================
   ABOUT PAGE — INTRO - seperate page
========================================= */

.about-page .page-header {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.about-page .page-header h1 {
    display: none;
}

.about-intro {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 20px;

    text-align: center;
}

.about-label {
    margin: 0 0 22px;

    color: #c8a45d;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.about-kicker {
    max-width: 850px;

    margin: 0 auto 22px;

    font-family: Georgia, serif;
    font-size: 46px;
    font-weight: 400;

    line-height: 1.15;
    letter-spacing: -0.025em;
}

.about-intro-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.65;
}

.about-page {
    padding-bottom: 0;
}

.about-page.page-content {
    padding-bottom: 0;
}


/* =========================================
   ABOUT — MOBILE
========================================= */

@media (max-width: 768px) {

    .about-intro {
        padding: 0 24px 45px;
    }

    .about-kicker {
        font-size: 42px;
        line-height: 1.05;
    }

    .about-intro-text {
        font-size: 16px;
    }

}

/* =========================================
   ABOUT — CHRISTIAN STORY
========================================= */

.about-story {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 0 100px;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.about-story-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: visible;
}

.about-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    position: relative;
    z-index: 1;
}

.about-story-image::after {
    content: "";

    position: absolute;

    top: 18px;
    left: 18px;

    width: 100%;
    height: 100%;

    border: 1px solid #c8a45d;

    z-index: 0;
}
.about-story-content {
    max-width: 650px;
}

.about-story-content .about-label {
    margin-bottom: 20px;
}

.about-story-content h2 {
    margin: 0 0 25px;

    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 400;

    line-height: 1.15;
    letter-spacing: -0.025em;
}

.about-story-content p:not(.about-label) {
    margin: 0 0 20px;

    font-size: 16px;
    line-height: 1.7;
}

.about-story-content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   ABOUT — MOBILE
========================================= */


/* =========================================
   ABOUT — STORY MOBILE 2nd 
========================================= */

@media (max-width: 768px) {

    .about-story {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 50px 24px 70px;
    }

    .about-story-image {
        width: 100%;
    }

    .about-story-image img {
        width: 100%;
        height: auto;
    }

    .about-story-content {
        max-width: 100%;
    }

    .about-story-content h2 {
        font-size: 38px;
    }


}

/* =========================================
   ABOUT — APPROACH
========================================= */

.about-approach {
    max-width: 1100px;

    margin: 0 auto;

    padding-top: 70px;
    padding-bottom: 70px;

    border-top: 1px solid rgba(200, 164, 93, 0.35);
}

.about-approach-header {
    max-width: 850px;
    margin-bottom: 70px;
}

.about-approach-header .about-label {
    margin-bottom: 20px;
}

.about-approach-header h2 {
    max-width: 800px;
    margin: 0 0 22px;
    font-family: Georgia, serif;
    font-size: 50px;
    font-weight: 400;

    line-height: 1.1;
    letter-spacing: -0.025em;
}

.about-approach-header > p:not(.about-label) {
    max-width: 680px;
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
}


/* =========================================
   ABOUT — APPROACH GRID
========================================= */

.about-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px;
}

.about-approach-item {
    padding-top: 28px;
    border-top: 1px solid rgba(17, 17, 15, 0.18);
}

.about-number {
    display: block;
    margin-bottom: 24px;
    color: #c8a45d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.about-approach-item h3 {
    margin: 0 0 15px;

    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 400;

    line-height: 1.2;
}

.about-approach-item p {
    margin: 0;

    font-size: 15px;
    line-height: 1.65;
}


/* =========================================
   ABOUT — MOBILE
========================================= */

@media (max-width: 768px) {

    .about-approach {
        padding: 65px 24px 75px;
    }

    .about-approach-header {
        margin-bottom: 50px;
    }

    .about-approach-header h2 {
        font-size: 40px;
        line-height: 1.05;
    }

    .about-approach-grid {
        grid-template-columns: 1fr;

        gap: 40px;
    }

}

/* =========================================
   ABOUT — CTA
========================================= */

.about-cta {
    width: 100vw;
    max-width: none;

    margin: 0;
    margin-left: 50%;

    transform: translateX(-50%);

    padding: 22px 30px;

    background: #11110f;
    color: #f5f1e8;

    text-align: center;

    box-sizing: border-box;
}

.about-cta h2 {
    margin: 0 0 8px;

    color: #f5f1e8;

    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 400;

    line-height: 1.2;
}

.about-cta p:not(.about-label) {
    max-width: 650px;

    margin: 0 auto 18px;

    color: rgba(245, 241, 232, 0.9);

    font-size: 14px;
    line-height: 1.5;
}

.about-cta-button {
    display: inline-flex;

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

    padding: 12px 22px;

    border: 1px solid #c8a45d;

    background: #c8a45d;
    color: #11110f;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.08em;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.about-cta-button:hover {
    background: #11110f;
    color: #c8a45d;

    border-color: #c8a45d;

    transform: translateY(-2px);
}


/* =========================================
   ABOUT — MOBILE
========================================= */

@media (max-width: 700px) {

    .about-cta {
        padding: 22px 24px;
    }

    .about-cta h2 {
        font-size: 34px;
    }

}

/* =========================================
   TESTIMONIALS — PAGE - separate page
========================================= */

/* =========================================
   TESTIMONIALS — INTRO
========================================= */

.testimonials-intro {
    max-width: 900px;

    margin: 0 auto;

    padding-bottom: 65px;

    text-align: center;
}

.testimonials-page .page-header {
    display: none;
}

.testimonials-label {
    margin: 0 0 22px;

    color: #c8a45d;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.testimonials-intro h1 {
    max-width: 800px;

    margin: 0 auto 22px;

    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: 400;

    line-height: 1.1;
    letter-spacing: -0.025em;
}

.testimonials-intro-text {
    max-width: 680px;

    margin: 0 auto;

    font-size: 17px;
    line-height: 1.65;
}

@media (max-width: 768px) {

    .testimonials-intro {
        padding-bottom: 50px;
    }

    .testimonials-intro h1 {
        font-size: 40px;
        line-height: 1.05;
    }

    .testimonials-intro-text {
        font-size: 16px;
    }

}

/*short code*/

.testimonials-page-list {
    max-width: 1100px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
}
.testimonial-page-item {
    padding: 50px 0;

    border-top: 1px solid rgba(17, 17, 15, 0.18);

    display: block;
}

.testimonial-page-item:first-child {
    border-top: 1px solid rgba(17, 17, 15, 0.18);
}

.testimonial-page-photo {
    width: 64px;
    height: 64px;

    margin: 0 auto 22px;

    border-radius: 50%;
    overflow: hidden;
}

.testimonial-page-photo-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f5f1e8; 
    border: 2px solid #c8a45d;
    box-sizing: border-box;
}

.testimonial-page-photo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.testimonial-page-content {
    flex: 1;
    text-align: center;
}

.testimonial-page-mark {
    display: block;

    margin-bottom: 12px;

    color: #c8a45d;

    font-family: Georgia, serif;
    font-size: 54px;
    line-height: 0.7;
}

.testimonial-page-content blockquote {
    max-width: 100%;

    margin: 0 0 22px;

    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 400;

    line-height: 1.65;
}

.testimonial-page-author {
    margin: 0;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.04em;
}

.testimonial-page-author span {
    font-weight: 400;
}


/* =========================================
   TESTIMONIALS — MOBILE
========================================= */

@media (max-width: 768px) {

    .testimonials-page-list {
        width: 100%;

        grid-template-columns: 1fr;
    }

    .testimonial-page-item {
        padding: 45px 0;
    }

    .testimonial-page-content blockquote {
        font-size: 18px;
        line-height: 1.6;
    }

}

/* =========================================
   TESTIMONIALS — FACEBOOK CTA
========================================= */

.testimonials-facebook-cta {
    max-width: 850px;

    margin: 40px auto 0;

    padding: 70px 30px;

    border-top: 1px solid rgba(17, 17, 15, 0.18);

    text-align: center;
}

.testimonials-facebook-label {
    margin: 0 0 18px;

    color: #c8a45d;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.testimonials-facebook-cta h2 {
    margin: 0 0 15px;

    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: 400;

    line-height: 1.2;
}

.testimonials-facebook-cta p:not(.testimonials-facebook-label) {
    max-width: 600px;

    margin: 0 auto 28px;

    font-size: 16px;
    line-height: 1.6;
}

.testimonials-facebook-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid #c8a45d;
    background: #c8a45d;
    color: #11110f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.testimonials-facebook-button:hover {
    background: #11110f;
    color: #c8a45d;

    transform: translateY(-2px);
}


/* =========================================
   TESTIMONIALS — FACEBOOK CTA MOBILE
========================================= */

@media (max-width: 768px) {

    .testimonials-facebook-cta {
        padding: 55px 24px 65px;
    }

    .testimonials-facebook-cta h2 {
        font-size: 32px;
    }

}

/* =========================================
   CONTACT FORM — HONEYPOT
========================================= */

.cbc-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.cbc-honeypot input {
    position: absolute !important;
    left: -9999px !important;
}