/* Main Footer */
.main-footer {
    background: #000;
    color: #f3eee8;
    padding: 3.5rem 6vw 1.5rem;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 2.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 2.5rem;
}

.footer-col h4 {
    font-size: 1.45rem;
    color: #fff;
    margin: 0 0 1.2rem;
    font-weight: 800;
}

.footer-brand h3 {
    font-size: 2rem;
    margin: 0.7rem 0 0.7rem;
}

.footer-logo-img {
    width: 110px;
    height: auto;
    object-fit: contain;
    filter: brightness(0.95) contrast(1.05);
}

.footer-brand p {
    margin: 0 0 1.3rem;
    font-size: 1.1rem;
    line-height: 1.45;
    color: #e9ddd1;
    max-width: 430px;
}

.footer-socials {
    display: flex;
    gap: 0.7rem;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: #8b735c;
    transition: transform 0.2s ease, background 0.2s ease;
}

.footer-socials a:hover {
    background: #CA37C8;
    color: #1f120a;
    transform: translateY(-3px);
}

.footer-links,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.9rem;
    font-size: 1.15rem;
    color: #f2eae2;
}

.footer-links a {
    text-decoration: none;
    color: #f2eae2;
    transition: color 0.2s ease;
}

.footer-links a::before {
    content: ">";
    margin-right: 0.55rem;
    color: #c5b4a0;
}

.footer-links a:hover {
    color: #CA37C8;
}

.footer-contact li i {
    width: 20px;
    margin-right: 0.6rem;
    color: #ddc9b3;
}

.footer-quote-btn {
    display: inline-block;
    margin-top: 0.9rem;
    text-decoration: none;
    background: #8b735c;
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 0.95rem 1.3rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.footer-quote-btn:hover {
    background: #CA37C8;
    color: #1b120b;
}

.footer-instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.35rem;
}

.footer-instagram-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    gap: 1rem;
}

.footer-bottom-links {
    display: flex;
    gap: 1.5rem;
}

.footer-bottom-links a {
    color: #efe5d8;
    text-decoration: none;
    font-size: 1.05rem;
}

.footer-bottom-links a::before {
    content: ">";
    margin-right: 0.45rem;
    color: #b79f84;
}

.footer-copyright {
    color: #efe5d8;
    font-size: 1.05rem;
}

@media (max-width: 1200px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .main-footer {
        padding: 2.2rem 4vw 1.2rem;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-brand h3 {
        font-size: 2.1rem;
    }

    .footer-col h4 {
        font-size: 1.45rem;
    }

    .footer-links li,
    .footer-contact li,
    .footer-bottom-links a,
    .footer-copyright {
        font-size: 1rem;
    }

    .footer-brand p {
        font-size: 1.05rem;
    }
}
/* Request Services Section */
.request-services-section {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    min-height: 620px;
    background: url('wood-bg.png') center center/cover no-repeat;
    position: relative;
}

.request-services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 13, 10, 0.68);
    pointer-events: none;
}

.request-services-left,
.request-services-right {
    position: relative;
    z-index: 1;
    padding: 4.5rem 5vw;
}

.request-services-left h2 {
    color: #f3eee8;
    font-size: 3rem;
    line-height: 1.05;
    margin: 0 0 2rem 0;
    font-weight: 900;
    max-width: 560px;
}

.request-services-left ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2.3rem 0;
}

.request-services-left li {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
}

.request-services-left li i {
    color: #b88945;
    margin-top: 0.15rem;
}

.request-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #f3eee8;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 1rem 1.5rem;
    width: min(100%, 520px);
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.request-phone:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
}

.request-services-right {
    background: rgba(255, 255, 255, 0.09);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.request-services-left {
    animation: slideFadeLeft 0.9s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.request-services-right {
    animation: slideFadeRight 0.9s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.request-form-title {
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 1.8rem;
}

.request-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
}

.request-form-grid input,
.request-form-grid button {
    border: none;
    outline: none;
    font-size: 1.1rem;
    padding: 1rem 1.1rem;
    font-family: inherit;
    opacity: 0;
    transform: translateY(16px);
    animation: fieldFadeUp 0.6s ease forwards;
}

.request-form-grid input:nth-child(1) { animation-delay: 0.12s; }
.request-form-grid input:nth-child(2) { animation-delay: 0.18s; }
.request-form-grid input:nth-child(3) { animation-delay: 0.24s; }
.request-form-grid input:nth-child(4) { animation-delay: 0.3s; }
.request-form-grid input:nth-child(5) { animation-delay: 0.36s; }
.request-form-grid input:nth-child(6) { animation-delay: 0.42s; }
.request-form-grid input:nth-child(7) { animation-delay: 0.48s; }
.request-form-grid input:nth-child(8) { animation-delay: 0.54s; }
.request-form-grid button { animation-delay: 0.62s; }

.request-form-grid input {
    background: #ebe7e2;
    color: #2b211a;
}

.request-form-grid input::placeholder {
    color: #6d6258;
}

.request-form-grid input:nth-child(1) {
    grid-column: 1 / -1;
}

.request-form-grid input:nth-child(4) {
    grid-column: 1 / 2;
}

.request-form-grid input:nth-child(6) {
    grid-column: 1 / 2;
}

.request-form-grid button {
    grid-column: 1 / -1;
    background: #8b735c;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.request-form-grid button:hover {
    background: #CA37C8;
    color: #1f160f;
}

@media (max-width: 1100px) {
    .request-services-section {
        grid-template-columns: 1fr;
    }

    .request-services-right {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .request-services-left h2 {
        font-size: 2.5rem;
    }

    .request-services-left li,
    .request-phone {
        font-size: 1.35rem;
    }
}

@media (max-width: 700px) {
    .request-services-left,
    .request-services-right {
        padding: 2.2rem 4vw;
    }

    .request-form-title {
        font-size: 1.35rem;
    }

    .request-form-grid {
        grid-template-columns: 1fr;
    }

    .request-form-grid input:nth-child(1),
    .request-form-grid input:nth-child(4),
    .request-form-grid input:nth-child(6) {
        grid-column: auto;
    }

    .request-form-grid input,
    .request-form-grid button {
        font-size: 1rem;
    }
}

@keyframes slideFadeLeft {
    from {
        opacity: 0;
        transform: translateX(-28px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideFadeRight {
    from {
        opacity: 0;
        transform: translateX(28px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fieldFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Fade-in-up animation for Work Process cards */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Work Process Section */
.work-process-section {
    background: #ede8e2;
    padding: 4rem 0 4rem 0;
    width: 100vw;
}
.work-process-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.work-process-label {
    color: #CA37C8;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    display: inline-block;
}
.work-process-header h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    color: #22180e;
}
.work-process-desc {
    font-size: 1.25rem;
    color: #4a3b2c;
    margin-bottom: 0.5rem;
}
.work-process-cards {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1.5rem;
}
.work-process-card {
    background: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.07);
    width: 220px;
    min-width: 180px;
    max-width: 220px;
    margin: 0;
    position: relative;
    padding: 1.5rem 1rem 1.2rem 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
}
@media (max-width: 1100px) {
    .work-process-cards {
        gap: 1rem;
        max-width: 98vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }
    .work-process-card {
        width: 140px;
        min-width: 120px;
        max-width: 140px;
        padding: 1rem 0.5rem 0.8rem 0.5rem;
    }
    .work-icon {
        font-size: 2rem;
    }
    .work-title {
        font-size: 1rem;
    }
    .work-desc {
        font-size: 0.95rem;
    }
}
.work-step {
    position: absolute;
    top: 18px;
    left: -32px;
    background: transparent;
    color: #a07c3b;
    font-weight: bold;
    font-size: 1.1rem;
    transform: rotate(-45deg);
    padding: 0.2rem 2.5rem 0.2rem 0.5rem;
    z-index: 2;
    letter-spacing: 1px;
    white-space: nowrap;
    pointer-events: none;
}
.work-icon {
    font-size: 3.2rem;
    color: #8b735c;
    margin-bottom: 1.5rem;
    margin-top: 1.2rem;
}
.work-title {
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 1.1rem;
    color: #22180e;
    letter-spacing: 0.5px;
}
.work-desc {
    font-size: 1.15rem;
    color: #22180e;
}
@media (max-width: 1100px) {
    .work-process-cards {
        gap: 1.2rem;
        max-width: 98vw;
    }
    .work-process-card {
        width: 98vw;
        min-width: 0;
        margin-bottom: 1.5rem;
        padding: 1.5rem 1rem 1.2rem 1rem;
    }
}
/* Featured Project Gallery Section */
.gallery-section {
    background: url('wood-bg.png') center center/cover no-repeat;
    padding: 4rem 0 4rem 0;
    width: 100vw;
}
.gallery-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.gallery-label {
    color: #CA37C8;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    display: inline-block;
}
.gallery-header h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    color: #fff;
}
.gallery-desc {
    font-size: 1.25rem;
    color: #e5ded3;
    margin-bottom: 0.5rem;
}
.gallery-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: min(1200px, 95vw);
    padding-bottom: 1.5rem;
}
.gallery-card {
    background: rgba(0,0,0,0.18);
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.13);
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
    position: relative;
    transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s;
}
.gallery-card:hover {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.22);
}
.gallery-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}
@media (max-width: 1100px) {
    .gallery-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
        width: min(980px, 95vw);
    }
    .gallery-card {
        width: 100%;
        min-width: 0;
        max-width: none;
    }
    .gallery-img {
        height: 140px;
    }
}
.gallery-card-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.82) 60%, rgba(0,0,0,0.01) 100%);
    color: #fff;
    padding: 1.1rem 0.9rem 0.95rem;
    min-height: 5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    backdrop-filter: blur(1.5px);
}
.gallery-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
    width: 100%;
    line-height: 1.25;
    min-height: 2.5em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.gallery-type {
    font-size: 1.05rem;
    color: #e5ded3;
}
@media (max-width: 1100px) {
    .gallery-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gallery-card {
        margin-bottom: 0;
    }
}

@media (max-width: 700px) {
    .gallery-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .gallery-cards {
        grid-template-columns: 1fr;
    }
}
/* Fade + Slide In Animation for Testimonials */
.fade-slide-in {
    opacity: 0;
    transform: translateY(40px) translateX(40px);
    animation: fadeSlideIn 0.9s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0) translateX(0);
    }
}
/* Testimonials Section */
.testimonials-section {
    background: #fff;
    padding: 3.5rem 0 3.5rem 0;
    width: 100vw;
}
.testimonials-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.testimonials-label {
    color: #CA37C8;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    display: inline-block;
}
.testimonials-header h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    color: #22180e;
}
.testimonials-desc {
    font-size: 1.25rem;
    color: #4a3b2c;
    margin-bottom: 0.5rem;
}
.testimonials-cards {
    display: flex;
    justify-content: center;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.testimonial-card {
    background: transparent;
    border-left: 5px solid #e0d2b8;
    padding: 2.2rem 2.5rem 1.5rem 2.5rem;
    flex: 1 1 420px;
    max-width: 540px;
    min-width: 320px;
    margin: 0 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-text {
    font-size: 1.25rem;
    color: #22180e;
    margin-bottom: 2.2rem;
}
.testimonial-client {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}
.testimonial-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e0d2b8;
}
.testimonial-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #22180e;
}
.testimonial-location {
    color: #7a6a58;
    font-size: 1rem;
}
@media (max-width: 900px) {
    .testimonials-cards {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
    .testimonial-card {
        max-width: 98vw;
        min-width: 0;
        padding: 1.5rem 1rem 1.2rem 1rem;
    }
}
/* Fade-in-up animation for Passion section */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* From Passion to Perfection Section */
.passion-section {
    width: 100vw;
    margin: 0;
    padding: 0;
}
.passion-bg {
    background: url('carpentry.jpg') center center/cover no-repeat;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.passion-bg.passion-no-overlay {
    background: url('carpentry.jpg') center center/cover no-repeat;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 8vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.passion-bg.passion-no-overlay h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 0 1.5rem 0;
    line-height: 1.1;
    color: #fff;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
}
.passion-bg.passion-no-overlay p {
    font-size: 1.15rem;
    margin-bottom: 2.2rem;
    color: #fff;
    max-width: 540px;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
}
.passion-bg.passion-no-overlay .btn-passion {
    background: #8b735c;
    color: #fff;
    padding: 1.1rem 2.5rem;
    border: none;
    border-radius: 0.1rem;
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.5rem;
    display: inline-block;
}
.passion-bg.passion-no-overlay .btn-passion:hover {
    background: #CA37C8;
    color: #22180e;
}
.btn-passion {
    background: #8b735c;
    color: #fff;
    padding: 1.1rem 2.5rem;
    border: none;
    border-radius: 0.1rem;
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.5rem;
    display: inline-block;
}
.btn-passion:hover {
    background: #CA37C8;
    color: #22180e;
}
.passion-stats {
    display: flex;
    width: 100vw;
    background: #e5ded3;
    justify-content: center;
    align-items: stretch;
    gap: 0;
}
.stat {
    flex: 1 1 0;
    text-align: center;
    padding: 2.5rem 0 2.2rem 0;
    color: #22180e;
    font-family: 'Montserrat', Arial, sans-serif;
    background: #e5ded3;
    border-right: 1px solid #d1c6b6;
}
.stat:last-child {
    border-right: none;
}
.stat-value {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
.stat-label {
    font-size: 1.1rem;
    color: #22180e;
}
@media (max-width: 900px) {
    .passion-bg {
        min-height: 320px;
    }
    .passion-overlay {
        margin: 2vw 0 2vw 2vw;
        padding: 2rem 2vw 1.5rem 2vw;
        max-width: 98vw;
    }
    .passion-stats {
        flex-direction: column;
    }
    .stat {
        border-right: none;
        border-bottom: 1px solid #d1c6b6;
        padding: 1.2rem 0;
    }
    .stat:last-child {
        border-bottom: none;
    }
}
/* Our Services Section */
.services-section {
    background: #fff;
    padding: 3.5rem 0 2.5rem 0;
    width: 100vw;
}
.services-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.services-label {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    color: #CA37C8;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    justify-content: center;
}
.services-header h2 {
    font-size: 2.1rem;
    font-weight: 900;
    margin: 0 0 1.1rem 0;
    color: #22180e;
    letter-spacing: 1px;
}
.services-desc {
    font-size: 1.05rem;
    color: #22180e;
    margin-bottom: 0.5rem;
}
.services-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem 1.3vw;
    max-width: 1200px;
    margin: 0 auto 2.2rem auto;
    width: 95vw;
}
.service-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
    border: 1.5px solid #CA37C8;
    border-radius: 0.55rem;
    box-shadow: 0 6px 18px rgba(34,24,14,0.08);
    padding: 1.3rem 0.7rem 1.3rem 0.7rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 180px;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s;
}
.service-photo {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 0.45rem;
    border: 2px solid transparent;
    margin-bottom: 1rem;
    display: block;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    filter: saturate(1.05) contrast(1.04);
    transform: scale(1);
    transition: transform 0.45s ease, filter 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}
.service-card:hover {
    box-shadow: 0 8px 32px rgba(34,24,14,0.13);
    transform: translateY(-8px) scale(1.02);
}
.service-card:hover .service-photo {
    transform: scale(1.08);
    filter: saturate(1.2) contrast(1.08) brightness(1.02);
    border-color: #CA37C8;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), 0 0 0 3px rgba(202, 55, 200, 0.28);
}
.service-icon {
    background: #8b735c;
    color: #fff;
    font-size: 1.7rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
    margin-bottom: 1.1rem;
}
.service-title {
    font-size: 1.05rem;
    font-weight: bold;
    color: #22180e;
    margin-bottom: 0.7rem;
    letter-spacing: 1px;
}
.service-desc {
    font-size: 0.95rem;
    color: #22180e;
    margin-bottom: 1.1rem;
}
.service-btn {
    background: #ede8e2;
    color: #22180e;
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 0.1rem;
    font-weight: bold;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.5rem;
    display: inline-block;
}
.service-btn:hover {
    background: #CA37C8;
    color: #22180e;
}
.service-btn.main {
    background: #b89b7b;
    color: #fff;
    font-size: 1.05rem;
    margin-right: 2rem;
    padding: 0.7rem 2.2rem;
}
.service-btn.main:hover {
    background: #CA37C8;
    color: #22180e;
}
.services-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2.5rem;
}
.footer-phone {
    font-size: 1.3rem;
    color: #8b735c;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
@media (max-width: 1200px) {
    .services-cards {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 800px) {
    .services-cards {
        grid-template-columns: 1fr;
    }
    .service-card {
        min-width: unset;
        max-width: unset;
        width: 100%;
    }
    .services-footer {
        flex-direction: column;
        gap: 1.2rem;
    }
}
.guarantee-left {
    opacity: 0;
    transform: translateY(40px);
    animation: guaranteeFadeInUp 1.2s cubic-bezier(.4,0,.2,1) 0.2s forwards;
}

@keyframes guaranteeFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.guarantee-badge {
    animation: badgePopIn 1.2s cubic-bezier(.4,0,.2,1) 0.7s both;
}
@keyframes badgePopIn {
    0% {
        opacity: 0;
        transform: scale(0.7) rotate(-10deg);
    }
    60% {
        opacity: 1;
        transform: scale(1.08) rotate(3deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}
/* Service Guarantee Section */
.guarantee-section {
    display: flex;
    flex-direction: row;
    min-height: 340px;
    width: 100vw;
    font-family: 'Montserrat', Arial, sans-serif;
}
.guarantee-left {
    flex: 1 1 0;
    background: #fff;
    color: #111;
    padding: 3.5rem 3vw 3.5rem 7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.guarantee-label {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    color: #111;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.guarantee-left h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 0 2rem 0;
    line-height: 1.1;
    color: #111;
}
.guarantee-left p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    color: #111;
}
.guarantee-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.1rem;
    color: #111;
}
.guarantee-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.guarantee-list i {
    color: #CA37C8;
    font-size: 1.2rem;
}
.guarantee-right {
    flex: 0 0 32vw;
    background: #8b735c;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    padding: 0;
}
.guarantee-badge {
    max-width: 340px;
    width: 80%;
    height: auto;
    display: block;
}
@media (max-width: 1100px) {
    .guarantee-section {
        flex-direction: column;
    }
    .guarantee-left, .guarantee-right {
        width: 100vw;
        min-width: unset;
        padding: 2rem 2vw;
    }
    .guarantee-right {
        justify-content: flex-start;
        padding-top: 2rem;
    }
    .guarantee-badge {
        max-width: 220px;
    }
}
.why-feature {
    transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s cubic-bezier(.4,0,.2,1);
    will-change: transform, box-shadow;
}
.why-feature:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 8px 32px rgba(34,24,14,0.18);
    z-index: 2;
}
/* Why Choose Us Section */
.why-choose {
    display: flex;
    flex-direction: row;
    background: #ede8e2;
    padding: 0;
    min-height: 700px;
    font-family: 'Montserrat', Arial, sans-serif;
}
.why-left {
    background: #000000;
    color: #fff;
    flex: 0 0 36vw;
    padding: 80px 4vw 80px 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.why-label {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    color: #CA37C8;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.why-left h2 {
    font-size: 2.8rem;
    font-weight: 900;
    margin: 0 0 2rem 0;
    line-height: 1.1;
}
.why-left p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: #ede8e2;
}
.btn-about {
    background: #ede8e2;
    color: #22180e;
    padding: 1.2rem 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    border: none;
    border-radius: 0;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin-top: 1rem;
    display: block;
}
.btn-about:hover {
    background: #CA37C8;
    color: #22180e;
}
.why-right {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2vw;
}
.why-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 2.2rem 2.5rem;
    width: 100%;
    margin: 0 auto;
    max-width: 52rem;
    box-sizing: border-box;
}
.why-feature {
    min-width: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    margin: 0;
}
.why-feature {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: #fff;
    padding: 2.2rem 2rem 2.2rem 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 12px rgba(34,24,14,0.04);
    min-width: 0;
    box-sizing: border-box;
}
.why-icon {
    font-size: 2.5rem;
    color: #8b735c;
    background: #ede8e2;
    border-radius: 0.3rem;
    padding: 0.7rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}
.why-title {
    font-size: 1.35rem;
    font-weight: bold;
    color: #22180e;
    margin-bottom: 0.5rem;
}
.why-desc {
    font-size: 1.1rem;
    color: #22180e;
}
@media (max-width: 1100px) {
    .why-choose {
        flex-direction: column;
    }
    .why-left, .why-right {
        flex: unset;
        width: 100%;
        padding: 3rem 2vw;
    }
    .why-features {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 100%;
        max-width: 400px;
    }
    .why-feature {
        min-width: unset;
        max-width: unset;
        width: 100%;
        margin: 0;
    }
}
.hero-content {
    opacity: 0;
    transform: translateY(40px);
    animation: heroFadeInUp 1.2s cubic-bezier(.4,0,.2,1) 0.2s forwards;
}

@keyframes heroFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background: #3a2d22 url('hero-bg.jpg') no-repeat center center/cover;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    overflow-x: clip;
}
.header {
    background: #FDFBFC;
    padding-bottom: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 1rem 2rem 0.5rem 2rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.header-top .phone {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #22180e;
}
.header-top .logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #22180e;
}
.header-top .logo img {
    height: 64px;
    width: auto;
    transform: scale(2.1);
    transform-origin: center;
    transition: transform 0.2s ease;
}
.btn-quote {
    background: #CA37C8;
    color: #22180e;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.btn-quote:hover {
    background: #CA37C8;
    color: #fff;
}
.navbar {
    background: #000000;
    margin-top: 0.5rem;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: box-shadow 0.3s;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
}
@media (max-width: 900px) {
    .navbar ul {
        /* ...existing code... */
        background: #000000;
        /* ...existing code... */
    }
    /* ...existing code... */
}
.navbar.sticky {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 0;
    padding: 0.5rem 0;
    transition: left 0.3s;
    width: 100%;
    box-sizing: border-box;
}
.navbar li {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 1px;
    padding: 0.2rem 0.5rem;
    transition: color 0.2s;
    color: #fff;
}
.navbar li::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: #CA37C8;
    transition: width 0.3s cubic-bezier(.4,0,.2,1);
    margin: 0 auto 0.1em auto;
}
.navbar li:hover {
    color: #CA37C8;
}
.navbar li:hover::after {
    width: 80%;
}
/* Hamburger styles */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-left: 1rem;
    z-index: 200;
}
.hamburger span {
    height: 4px;
    width: 100%;
    background: #22180e;
    margin: 4px 0;
    border-radius: 2px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
/* Responsive Navbar */
@media (max-width: 768px) {
    .navbar {
        position: relative;
        min-height: 3.5rem;
    }

    .navbar ul {
        position: fixed;
        right: -100%;
        top: 0;
        left: auto;
        flex-direction: column;
        background: rgba(20, 13, 10, 0.98);
        width: min(84vw, 21.25rem);
        height: 100dvh;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 5.25rem 1.25rem 1.5rem;
        gap: 1rem;
        box-shadow: -0.5rem 0 1.75rem rgba(0, 0, 0, 0.35);
        transition: right 0.3s ease-in-out;
        z-index: 2100;
        overflow-y: auto;
    }

    .navbar ul.open {
        right: 0;
    }

    .navbar li {
        width: 100%;
        font-size: 1rem;
        padding: 0.5rem 0;
    }

    .hamburger {
        position: fixed;
        top: 0.75rem;
        right: 0.875rem;
        left: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0.5625rem;
        margin: 0;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.25);
        border-radius: 0.25rem;
        box-shadow: 0 0.3125rem 0.875rem rgba(0, 0, 0, 0.22);
        z-index: 2200;
    }

    .hamburger span {
        background: #111111;
        height: 0.1875rem;
        margin: 0.1875rem 0;
    }

    .header-top {
        flex-direction: row;
        gap: 1rem;
    }

    body.nav-open {
        overflow: hidden;
    }
}
.navbar .dropdown {
    font-size: 0.8rem;
    margin-left: 0.3rem;
}
.hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    background: #000000;

    /* Change these two to your hero background images */
    --hero-bg-1: url('hiro.jpg');
    --hero-bg-2: url('hero2.jpeg');
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
    animation: hero-crossfade 12s infinite;
}

.hero-bg--one {
    background-image: var(--hero-bg-1);
    opacity: 1;
}

.hero-bg--two {
    background-image: var(--hero-bg-2);
    animation-delay: -6s;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%);
    display: inline-flex;
    gap: 0.65rem;
    z-index: 2;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.18);
    padding: 0;
    cursor: pointer;
}

.hero-dot:focus-visible {
    outline: 2px solid #CA37C8;
    outline-offset: 4px;
}

.hero[data-hero-slide="1"] .hero-dot[data-hero-dot="1"],
.hero[data-hero-slide="2"] .hero-dot[data-hero-dot="2"] {
    background: #CA37C8;
    border-color: #CA37C8;
}

.hero--manual .hero-bg {
    animation: none;
    opacity: 0;
}

.hero--manual[data-hero-slide="1"] .hero-bg--one {
    opacity: 1;
}

.hero--manual[data-hero-slide="2"] .hero-bg--two {
    opacity: 1;
}

@keyframes hero-crossfade {
    0%,
    45% {
        opacity: 1;
    }
    50%,
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-bg {
        animation: none;
        transition: none;
    }

    .hero-bg--one {
        opacity: 1;
    }

    .hero-bg--two {
        opacity: 0;
    }
}
.hero-content {
    margin-left: 6vw;
    max-width: 600px;
}
.hero-content h1 {
    font-size: 3rem;
    font-weight: 900;
    margin: 0 0 1rem 0;
    line-height: 1.1;
}
.hero-content .highlight {
    color: #CA37C8;
    border-bottom: none;
    padding-bottom: 0;
}
.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.btn-service {
    background: #CA37C8;
    color: #22180e;
    padding: 1rem 2rem;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s;
}
.btn-service:hover {
    background: #CA37C8;
    color: #fff;
}
.reviews {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.reviews-count {
    font-size: 2rem;
    font-weight: bold;
}
.reviews-label {
    font-size: 1rem;
    color: #CA37C8;
}
/* Mobile usability refactor - preserves desktop look and behavior */
@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    header,
    main,
    nav,
    section,
    footer,
    .header,
    .navbar,
    .hero,
    .why-choose,
    .services-section,
    .guarantee-section,
    .passion-section,
    .gallery-section,
    .work-process-section,
    .testimonials-section,
    .request-services-section,
    .main-footer {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .header-top,
    .hero-content,
    .services-header,
    .services-cards,
    .services-footer,
    .gallery-header,
    .gallery-cards,
    .work-process-header,
    .work-process-cards,
    .testimonials-header,
    .testimonials-cards,
    .request-services-left,
    .request-services-right,
    .footer-top,
    .footer-bottom {
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }

    .header-top {
        padding-top: 0.75rem;
        padding-bottom: 0.5rem;
        display: flex;
        gap: 0.75rem;
    }

    .header-top .phone {
        font-size: 0.9rem;
    }

    .header-top .logo img {
        height: 3rem;
        transform: scale(1.8);
    }

    .btn-quote {
        font-size: 0.85rem;
        padding: 0.7rem 0.95rem;
        white-space: nowrap;
    }

    .hero {
        min-height: 72vh;
        background-position: center;
    }

    .hero-content {
        margin-left: 0;
        max-width: 100%;
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .hero-content h1 {
        font-size: clamp(1.9rem, 8vw, 2.4rem);
        line-height: 1.1;
    }

    .hero-content p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .btn-service {
        width: 100%;
        text-align: center;
        padding: 0.95rem 1rem;
        font-size: 1rem;
    }

    .why-choose,
    .guarantee-section,
    .request-services-section {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .why-left,
    .why-right,
    .guarantee-left,
    .guarantee-right,
    .request-services-left,
    .request-services-right {
        width: 100%;
        max-width: 100%;
        padding: 2rem 1rem;
        box-sizing: border-box;
    }

    .why-left h2,
    .guarantee-left h2 {
        font-size: clamp(1.6rem, 7vw, 2.25rem);
    }

    .why-left p,
    .guarantee-left p,
    .services-desc,
    .gallery-desc,
    .work-process-desc,
    .testimonials-desc {
        font-size: 1rem;
        line-height: 1.55;
    }

    .why-features,
    .services-cards,
    .gallery-cards,
    .work-process-cards,
    .testimonials-cards {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .why-features {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .why-feature {
        min-width: 0;
        max-width: 100%;
        padding: 1.25rem;
        gap: 1rem;
    }

    .services-cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .service-card,
    .gallery-card,
    .work-process-card,
    .testimonial-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0;
    }

    .services-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .passion-bg.passion-no-overlay {
        min-height: 20rem;
        padding: 2.25rem 1rem;
    }

    .passion-bg.passion-no-overlay h2 {
        font-size: clamp(1.8rem, 7.5vw, 2.3rem);
    }

    .passion-bg.passion-no-overlay p {
        font-size: 1rem;
        max-width: 100%;
    }

    .passion-stats {
        width: 100%;
        flex-direction: column;
    }

    .stat {
        padding: 1.25rem 1rem;
    }

    .gallery-cards,
    .work-process-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        overflow: visible;
        padding-bottom: 1rem;
    }

    .gallery-img,
    .service-photo {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .testimonial-card {
        padding: 1.25rem 1rem;
    }

    .request-services-left h2 {
        font-size: clamp(1.65rem, 7vw, 2.2rem);
    }

    .request-services-left li,
    .request-phone {
        font-size: 1rem;
    }

    .request-phone {
        width: 100%;
        padding: 0.85rem 1rem;
    }

    .request-form-grid {
        grid-template-columns: 1fr;
    }

    .request-form-grid input,
    .request-form-grid button {
        font-size: 1rem;
        width: 100%;
    }

    .main-footer {
        padding: 2rem 1rem 1rem;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom-links {
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .navbar ul {
        position: fixed;
        left: auto;
        right: -100%;
        width: min(84vw, 22rem);
        padding: 5.25rem 1.25rem 1.5rem;
    }

    .navbar ul.open {
        right: 0;
    }

    .hamburger {
        top: 0.75rem;
        right: 0.75rem;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0.5rem;
    }

    .guarantee-badge,
    .footer-logo-img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 14px;
    }

    .header-top,
    .hero-content,
    .services-header,
    .services-cards,
    .services-footer,
    .gallery-header,
    .gallery-cards,
    .work-process-header,
    .work-process-cards,
    .testimonials-header,
    .testimonials-cards,
    .request-services-left,
    .request-services-right,
    .footer-top,
    .footer-bottom {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .header-top .phone {
        font-size: 0.82rem;
    }

    .btn-quote {
        font-size: 0.78rem;
        padding: 0.6rem 0.8rem;
    }

    .hero {
        min-height: 66vh;
    }

    .hero-content h1 {
        font-size: clamp(1.65rem, 9vw, 2rem);
    }

    .hero-content p {
        font-size: 0.95rem;
    }

    .navbar ul {
        width: 88vw;
        padding: 4.8rem 1rem 1.2rem;
    }

    .navbar li {
        font-size: 0.95rem;
    }

    .work-icon {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .testimonial-text,
    .work-desc,
    .service-desc,
    .why-desc {
        font-size: 0.95rem;
    }
}

/* Final mobile polish layer */
@media (max-width: 768px) {
    :root {
        --mobile-gutter: 1rem;
    }

    .navbar {
        background: transparent;
        min-height: 0;
        margin-top: 0;
        box-shadow: none;
    }

    .header-top {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        column-gap: 0.65rem;
        padding: 0.6rem var(--mobile-gutter);
    }

    .header-top .phone {
        font-size: 0.8rem;
        letter-spacing: 0.4px;
        white-space: nowrap;
    }

    .header-top .logo {
        justify-content: center;
    }

    .header-top .logo img {
        height: 3.2rem;
        max-width: 52vw;
        transform: scale(1.85);
    }

    .btn-quote {
        font-size: 0.76rem;
        padding: 0.62rem 0.78rem;
    }

    .hero-content,
    .services-header,
    .services-cards,
    .services-footer,
    .gallery-header,
    .gallery-cards,
    .work-process-header,
    .work-process-cards,
    .testimonials-header,
    .testimonials-cards,
    .request-services-left,
    .request-services-right,
    .footer-top,
    .footer-bottom,
    .why-left,
    .why-right,
    .guarantee-left,
    .guarantee-right,
    .passion-bg.passion-no-overlay {
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
    }

    .hero {
        min-height: auto;
    }

    .hero-content {
        padding-top: 2rem;
        padding-bottom: 2.25rem;
    }

    .hero-content h1 {
        font-size: clamp(2rem, 9.2vw, 2.45rem);
        line-height: 1.08;
    }

    .hero-content p {
        max-width: 30rem;
        margin-bottom: 1.2rem;
    }

    .reviews {
        gap: 0.2rem;
    }

    .services-section,
    .gallery-section,
    .work-process-section,
    .testimonials-section,
    .main-footer {
        padding-top: 2.4rem;
        padding-bottom: 2rem;
    }

    .why-left,
    .why-right,
    .guarantee-left,
    .guarantee-right,
    .request-services-left,
    .request-services-right {
        padding-top: 2.1rem;
        padding-bottom: 2.1rem;
    }

    .services-header h2,
    .gallery-header h2,
    .work-process-header h2,
    .testimonials-header h2 {
        font-size: clamp(1.85rem, 8vw, 2.35rem);
        line-height: 1.14;
        margin-bottom: 0.95rem;
    }

    .service-card,
    .gallery-card,
    .work-process-card,
    .testimonial-card,
    .why-feature {
        border-radius: 0.45rem;
    }

    .service-card {
        padding: 0.85rem 0.85rem 1rem;
    }

    .service-title,
    .work-title,
    .gallery-title,
    .why-title {
        font-size: 1.45rem;
        line-height: 1.15;
    }

    .service-desc,
    .work-desc,
    .testimonial-text,
    .why-desc,
    .gallery-desc,
    .services-desc,
    .testimonials-desc,
    .work-process-desc {
        line-height: 1.55;
    }

    .request-form-grid {
        gap: 0.75rem;
    }

    .request-form-grid input,
    .request-form-grid button {
        border-radius: 0.25rem;
    }

    .footer-brand p {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    :root {
        --mobile-gutter: 0.8rem;
    }

    .header-top {
        column-gap: 0.45rem;
    }

    .header-top .logo img {
        height: 2.5rem;
        transform: scale(1.2);
    }

    .btn-quote {
        font-size: 0.72rem;
        padding: 0.52rem 0.65rem;
    }

    .hero-content h1 {
        font-size: clamp(1.75rem, 9.8vw, 2.15rem);
    }

    .services-header h2,
    .gallery-header h2,
    .work-process-header h2,
    .testimonials-header h2 {
        font-size: clamp(1.65rem, 8.8vw, 2rem);
    }

    .service-title,
    .work-title,
    .gallery-title,
    .why-title {
        font-size: 1.28rem;
    }
}

/* Before & After Section */
.before-after-section {
    width: 100%;
    background: linear-gradient(180deg, #f6f3ef 0%, #ece4da 100%);
    padding: 3.5rem 0;
}

.before-after-header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.before-after-label {
    color: #8b735c;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.before-after-header h2 {
    margin: 0 0 0.8rem;
    color: #22180e;
    font-size: 2.3rem;
    font-weight: 900;
}

.before-after-desc {
    margin: 0;
    color: #4a3b2c;
    font-size: 1.1rem;
}

.before-after-grid {
    width: min(1200px, 94vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.before-after-card {
    background: #fff;
    border: 1px solid #d4c4b4;
    border-radius: 0.45rem;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(34, 24, 14, 0.08);
}

.ba-slider {
    --position: 50%;
    position: relative;
    margin: 0.75rem;
    border-radius: 0.35rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f8f2ea;
}

.ba-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ba-after-wrap {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--position);
    overflow: hidden;
}

.ba-after-wrap .ba-image {
    width: 100%;
}

.ba-label {
    position: absolute;
    top: 0.5rem;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.6px;
    padding: 0.25rem 0.45rem;
    border-radius: 0.2rem;
    color: #fff;
    z-index: 2;
}

.ba-label-before {
    left: 0.5rem;
    background: rgba(55, 40, 30, 0.9);
}

.ba-label-after {
    right: 0.5rem;
    background: rgba(139, 115, 92, 0.92);
}

.ba-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--position);
    transform: translateX(-50%);
    width: 2px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 2;
    pointer-events: none;
}

.ba-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    border: 2px solid #8b735c;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.ba-range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: transparent;
    appearance: none;
    cursor: ew-resize;
    z-index: 3;
}

.ba-range::-webkit-slider-runnable-track {
    background: transparent;
    height: 100%;
}

.ba-range::-webkit-slider-thumb {
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: transparent;
    border: none;
}

.ba-range::-moz-range-track {
    background: transparent;
    height: 100%;
    border: none;
}

.ba-range::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: transparent;
    border: none;
}

.before-after-card h3 {
    margin: 0;
    padding: 1rem 1rem 0.45rem;
    color: #22180e;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.before-after-card p {
    margin: 0;
    padding: 0 1rem 1.1rem;
    color: #4a3b2c;
    font-size: 0.96rem;
    line-height: 1.5;
}

@media (max-width: 1050px) {
    .before-after-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .before-after-section {
        padding: 2.4rem 0;
    }

    .before-after-header h2 {
        font-size: clamp(1.85rem, 8vw, 2.2rem);
    }

    .before-after-desc {
        font-size: 1rem;
    }
}

@media (max-width: 650px) {
    .before-after-grid {
        grid-template-columns: 1fr;
        width: min(520px, 92vw);
    }
}

@media (max-width: 768px) {
    .header-top {
        position: relative;
        z-index: 2300;
    }

    .navbar {
        position: relative;
        z-index: 2200;
    }

    .navbar ul {
        width: min(88vw, 22rem);
        padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
    }

    .hero {
        min-height: min(82svh, 42rem);
    }

    .hero-actions,
    .reviews {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .header-top {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "logo quote"
            "phone phone";
        row-gap: 0.35rem;
    }

    .header-top .logo {
        grid-area: logo;
        justify-content: flex-start;
    }

    .btn-quote {
        grid-area: quote;
        justify-self: end;
    }

    .header-top .phone {
        grid-area: phone;
    }
}
