/* styles.css */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap');

/* ==========================================================================
   1. VARIABLES & BASE STYLES
   ========================================================================== */
:root {
    /* Classical red / green / gold palette */
    --cream: #F8F5F0;
    --ivory: #FFFCF6;

    --burgundy: #742C35;
    --burgundy-dark: #4A171F;
    --antique-red: #8A3E3B;

    --classical-green: #4F5B3A;
    --sage-green: #6E7658;
    --pale-sage: #E8E6DA;

    --gold: #C9B284;
    --old-gold: #BCA770;

    /* Compatibility with older selectors */
    --nav-grey: var(--classical-green);

    --text-main: #3C372C;
    --text-muted: #5F654D;
    --text-soft: #746F5F;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Playfair Display', serif;
    background-color: var(--cream);
    color: var(--text-main);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Classical text color system */
main p,
main li,
label {
    color: var(--text-main);
}

strong {
    color: var(--classical-green);
    font-weight: 600;
}

main a:not(.buy-button):not(.inquiry-button) {
    color: var(--burgundy);
    text-decoration-color: rgba(116, 44, 53, 0.45);
    text-underline-offset: 3px;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

main a:not(.buy-button):not(.inquiry-button):hover {
    color: var(--classical-green);
    text-decoration-color: rgba(79, 91, 58, 0.65);
}

main {
    max-width: 1100px;
    margin: 0 auto 5rem auto;
    padding: 0 2rem;
}

img {
    max-width: 100%;
}

/* ==========================================================================
   2. UNIFIED HEADINGS
   ========================================================================== */
.title-wrapper {
    max-width: 800px;
    text-align: center;
    margin: 4rem auto 3rem auto;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 1.35rem;
}

.section-title,
.about-text h2 {
    font-family: 'Playfair Display', serif;
    color: var(--burgundy);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin: 0;
}

.about-text h2 {
    margin-bottom: 1.2rem;
}

.section-subtitle,
.contact-info h3,
.classes-content h3 {
    font-family: 'Playfair Display', serif;
    color: var(--classical-green);
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.01em;
    margin: 0 0 1.25rem 0;
}

.section-kicker,
.classes-content h4 {
    font-family: 'Playfair Display', serif;
    color: var(--antique-red);
    font-size: 1.15rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.35;
    margin: 2.25rem 0 1rem 0;
}

.content-panel {
    max-width: 800px;
    margin: 0 auto 3rem auto;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--gold);
    text-align: center;
}

.content-panel p {
    text-align: left;
    margin: 0 0 1.5rem 0;
}

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

/* ==========================================================================
   3. BUTTONS
   ========================================================================== */
.buy-button,
button.buy-button {
    display: inline-block;
    text-decoration: none;
    background-color: var(--burgundy);
    color: var(--cream);
    border: 1px solid var(--burgundy);
    padding: 0.7rem 1.7rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    margin: 0 0.5rem 1rem 0.5rem;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
}

.buy-button:hover,
button.buy-button:hover {
    background-color: transparent;
    color: var(--burgundy);
}

.inquiry-button {
    display: inline-block;
    text-decoration: none;
    color: var(--classical-green);
    border: 1px solid var(--classical-green);
    padding: 0.6rem 1.5rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.inquiry-button:hover {
    background-color: var(--classical-green);
    color: var(--cream);
    box-shadow: 0 4px 10px rgba(79, 91, 58, 0.22);
}

.sold-button {
    display: inline-block;
    color: var(--nav-grey);
    border: 1px solid var(--nav-grey);
    padding: 0.7rem 1.7rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    opacity: 0.65;
}

.submit-button {
    padding: 1rem 2rem;
    background-color: var(--classical-green);
    color: var(--cream);
    border: none;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: opacity 0.3s;
    margin-top: 1rem;
}

.submit-button:hover {
    opacity: 0.9;
}

/* ==========================================================================
   4. HEADER & NAVIGATION
   ========================================================================== */
header {
    text-align: center;
    padding: 4rem 2rem 2.5rem 2rem;
    background: linear-gradient(
        rgba(65, 5, 2, 0.4),
        rgba(65, 5, 2, 0.4)
    ), url('images/site/header-art.jpg');
    background-size: cover;
    background-position: center 66%;
    border-bottom: 4px double var(--gold);
}

.logo {
    font-family: 'Great Vibes', cursive;
    color: var(--cream);
    font-size: 5.5rem;
    font-weight: 400;
    margin: 0 0 1rem 0;
    letter-spacing: 2px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 3rem;
}

nav a {
    text-decoration: none;
    color: var(--cream);
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

nav a:hover,
nav a.active {
    color: var(--gold);
}

.mobile-menu-toggle,
.hamburger-button,
.mobile-menu-overlay {
    display: none;
}

/* ==========================================================================
   5. ABOUT PAGE
   ========================================================================== */
.about-section {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;
    margin: 4rem auto;
}

.about-image {
    grid-column: 1;
    width: 100%;
    max-width: 260px;
    justify-self: center;
}

.about-image img {
    width: 100%;
    max-width: 260px;
    height: auto;
    display: block;
    object-fit: cover;
    border: 1px solid rgba(201, 178, 132, 0.55);
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
}

.about-text {
    max-width: 650px;
    grid-column: 2;
}

.about-text p {
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 1.2rem 0;
}

.cta-section {
    margin-top: 2rem;
    width: 100%;
}

/* ==========================================================================
   6. GALLERY & SHOP
   ========================================================================== */
.shop-intro {
    max-width: 700px;
    margin: 0 auto 3rem auto;
    text-align: center;
    color: var(--text-main);
    font-size: 1.05rem;
    line-height: 1.7;
}

.gallery-filter {
    margin: 2rem auto 3rem auto;
    text-align: center;
}

.gallery-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.gallery-filter a {
    text-decoration: none;
    color: var(--nav-grey);
    font-size: 1rem;
    font-style: italic;
    transition: color 0.3s ease;
}

.gallery-filter a:hover,
.gallery-filter a.active-filter {
    color: var(--burgundy);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
}

.artwork {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}

.artwork h3 {
    margin: 0.7rem 0 0.3rem 0;
    color: var(--burgundy);
    font-size: 1.4rem;
    font-weight: 600;
}

.artwork-details {
    font-style: italic;
    color: var(--nav-grey);
    font-size: 0.95rem;
    margin: 0 0 0.5rem 0;
}

.price {
    color: var(--burgundy);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.8rem 0;
}

.image-frame {
    background-color: transparent;
    padding: 0;
    border: 1px solid var(--gold);
    box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
}

.artwork:hover .image-frame {
    transform: translateY(-4px);
    box-shadow: 6px 12px 25px rgba(0, 0, 0, 0.2);
}

.image-frame img,
.artwork img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hide-artwork {
    display: none;
}

/* ==========================================================================
   7. CONTACT FORM
   ========================================================================== */
.contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin-top: 2rem;
}

.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-form-wrapper {
    flex: 1.5;
    min-width: 300px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
    color: var(--classical-green);
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea,
input,
select,
textarea {
    width: 100%;
    padding: 12px !important;
    border: 1px solid rgba(201, 178, 132, 0.85) !important;
    background-color: var(--ivory) !important;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 2px;
    margin-top: 5px;
}

form > div {
    margin-bottom: 20px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--classical-green) !important;
    box-shadow: 0 0 0 3px rgba(79, 91, 58, 0.12);
}

.mobile-menu-toggle {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ==========================================================================
   8. FOOTER
   ========================================================================== */
footer {
    text-align: center;
    padding: 3rem 1rem;
    border-top: 1px solid var(--gold);
    color: var(--nav-grey);
    font-size: 0.9rem;
    margin-top: auto;
}

.footer-art-banner {
    margin-top: 4rem;
    border-top: 1px solid var(--gold);
    background-image: linear-gradient(
        rgba(65, 5, 2, 0.45),
        rgba(65, 5, 2, 0.45)
    ),
    url('images/site/footer-art.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-art-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.social-links {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
}

.social-links a {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.rednote-text {
    font-family: 'Playfair Display', serif;
    font-size: 0.9rem;
    font-style: italic;
    color: #ffffff;
}

footer p {
    text-align: center;
    margin: 2.5rem 0;
}

/* Red / green accents */
.about-text p:first-of-type::first-letter {
    color: var(--burgundy);
}

.cta-section p {
    color: var(--classical-green);
}

.contact-info p,
.content-panel p,
.shop-intro {
    color: var(--text-main);
}

.artwork-details,
.gallery-filter a,
.sold-button,
footer {
    color: var(--classical-green);
}

.price {
    color: var(--burgundy);
}

/* ==========================================================================
   9. MOBILE RESPONSIVENESS
   ========================================================================== */
@media (max-width: 600px) {
    main {
        padding: 0 1.35rem;
        margin-bottom: 3rem;
    }

    header {
        padding: 1.45rem 1rem 1rem 1rem;
        background-position: center 62%;
    }

    .logo {
        font-size: 3rem;
        line-height: 0.95;
        margin: 0;
    }

    .title-wrapper {
        margin: 2.35rem auto 1.5rem auto;
        padding-bottom: 1rem;
    }

    .section-title,
    .about-text h2 {
        font-size: 2.15rem;
        line-height: 1.1;
        text-align: center;
    }

    .section-subtitle,
    .contact-info h3,
    .classes-content h3 {
        font-size: 1.35rem;
    }

    .section-kicker,
    .classes-content h4 {
        font-size: 1.05rem;
    }

    /* Mobile hamburger menu */
    nav > ul,
    .desktop-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: none !important;
    }

    .hamburger-button {
        display: flex;
        position: fixed;
        top: 1rem;
        left: 1rem;
        z-index: 1002;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(201, 178, 132, 0.85);
        background: rgba(65, 5, 2, 0.72);
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .hamburger-button span {
        display: block;
        width: 24px;
        height: 2px;
        background-color: var(--cream);
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .mobile-menu-overlay {
        display: flex;
        position: fixed;
        inset: 0;
        z-index: 1001;
        background: rgba(65, 5, 2, 0.97);
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.35s ease, visibility 0.35s ease;
    }

    .mobile-menu-toggle:checked ~ .mobile-menu-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-menu-toggle:checked + .hamburger-button span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-menu-toggle:checked + .hamburger-button span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle:checked + .hamburger-button span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mobile-menu-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.8rem;
        text-align: center;
        width: 100%;
        padding: 2rem;
    }

    .mobile-menu-close {
        position: fixed;
        top: 1rem;
        right: 1.25rem;
        color: var(--gold);
        font-size: 2.2rem;
        line-height: 1;
        cursor: pointer;
        font-family: Arial, sans-serif;
    }

    .mobile-menu-content a {
        color: var(--cream);
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 1.25rem;
        font-weight: 600;
        padding: 0.4rem 0;
        white-space: normal;
    }

    .mobile-menu-content a:hover,
    .mobile-menu-content a.active {
        color: var(--gold);
    }

    /* Mobile About layout: title/text first, image second, CTA third */
    .about-section {
        display: flex;
        flex-direction: column;
        margin: 1.35rem auto 0 auto;
        gap: 0;
    }

    .about-text {
        display: contents;
    }

    .about-text h2 {
        order: 1;
        margin: 0 0 0.85rem 0;
    }

    .about-text > p {
        order: 1;
        font-size: 1rem;
        line-height: 1.45;
        margin: 0 0 0.8rem 0;
    }

    .about-image {
        order: 2;
        width: 100%;
        max-width: none;
        margin: 0.45rem 0 1rem 0;
        text-align: center;
    }

    .about-image img {
        width: 180px !important;
        height: 180px !important;
        max-width: 180px !important;
        object-fit: cover;
        border-radius: 50%;
        display: inline-block;
    }

    .cta-section {
        order: 3;
        width: 100%;
        max-width: 36rem;
        margin: 0;
    }

    .cta-section > div:first-child {
        margin-bottom: 2.35rem !important;
    }

    .cta-section > div:nth-child(2) {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .cta-section p {
        font-size: 0.95rem !important;
        line-height: 1.35 !important;
        margin: 0 0 0.85rem 0 !important;
    }

    .cta-section .buy-button,
    .cta-section .inquiry-button {
        display: inline-block !important;
        padding: 0.7rem 1.45rem !important;
        font-size: 0.72rem !important;
        letter-spacing: 1.8px !important;
        margin: 0 !important;
    }

    /* Mobile Gallery & Shop */
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .artwork {
        max-width: 260px;
    }

    .gallery-filter ul {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 1.25rem;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .gallery-filter ul::-webkit-scrollbar {
        display: none;
    }

    .shop-intro {
        font-size: 0.98rem;
        line-height: 1.6;
        margin-bottom: 2rem;
    }

    /* Mobile Contact */
    .contact-container {
        gap: 2rem;
    }

    .contact-info,
    .contact-form-wrapper {
        min-width: 100%;
    }

    /* Mobile Footer */
    .footer-art-banner {
        min-height: 220px;
    }

    .social-links {
        gap: 1rem;
    }

    .social-links a {
        width: 46px;
        height: 46px;
        font-size: 1.2rem;
    }

    .rednote-text {
        font-size: 0.8rem;
    }
}

/* ==========================================================================
   10. THIRD PARTY OVERRIDES (SNIPCART)
   ========================================================================== */
#snipcart {
    --color-default: var(--text-main);
    --color-alt: var(--nav-grey);
    --color-icon: var(--burgundy);
    --color-success: var(--nav-grey);
    --color-error: #cc0000;

    --bgColor-default: var(--cream);
    --bgColor-alt: #ffffff;

    --bgColor-buttonPrimary: var(--burgundy);
    --bgColor-buttonPrimary-hover: #5a2229;
    --bgColor-buttonSecondary: transparent;

    --color-buttonPrimary: var(--cream);
    --color-buttonSecondary: var(--burgundy);

    font-family: 'Playfair Display', serif;
}

/* --- Shop Artwork Cards: cream info panel under each painting --- */

.shop-item {
    background-color: var(--ivory);
    border: 1px solid rgba(201, 178, 132, 0.55);
    box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding: 0 0 1.15rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.shop-item:hover {
    transform: translateY(-4px);
    box-shadow: 6px 12px 26px rgba(0, 0, 0, 0.16);
}

/* Remove the separate frame look inside shop cards */
.shop-item .image-frame {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.shop-item:hover .image-frame {
    transform: none;
    box-shadow: none;
}

.shop-item .image-frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* Text area inside the cream card */
.shop-item h3 {
    color: var(--burgundy);
    font-size: 1.28rem;
    line-height: 1.2;
    margin: 1rem 0 0.35rem 0;
    padding: 0 1rem;
}

.shop-item .artwork-details {
    color: var(--nav-grey);
    font-size: 0.9rem;
    line-height: 1.35;
    margin: 0 0 0.65rem 0;
    padding: 0 1rem;
}

.shop-item .price {
    color: var(--burgundy);
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.8rem 0;
    padding: 0 1rem;
}

/* Keep buttons fitting inside the card */
.shop-item .buy-button,
.shop-item .sold-button {
    margin: 0;
    padding: 0.65rem 1.35rem;
    font-size: 0.72rem;
    letter-spacing: 1.8px;
    max-width: calc(100% - 2rem);
    box-sizing: border-box;
    white-space: nowrap;
}

/* Mobile shop card sizing */
@media (max-width: 600px) {
    .shop-item {
        max-width: 300px;
        padding-bottom: 1rem;
    }

    .shop-item h3 {
        font-size: 1.15rem;
        margin-top: 0.85rem;
    }

    .shop-item .artwork-details {
        font-size: 0.85rem;
        margin-bottom: 0.55rem;
    }

    .shop-item .price {
        font-size: 0.95rem;
        margin-bottom: 0.7rem;
    }

    .shop-item .buy-button,
    .shop-item .sold-button {
        padding: 0.6rem 1.15rem;
        font-size: 0.68rem;
        letter-spacing: 1.6px;
    }
}

/* Make shop/gallery filter hiding override card display styles */
.artwork.hide-artwork,
.shop-item.hide-artwork {
    display: none !important;
}

/* --- Bigger Index CTA Buttons on Phone Only --- */
@media (max-width: 600px) {
    .about-section .cta-section .buy-button,
    .about-section .cta-section .inquiry-button {
        padding: 0.9rem 1.85rem !important;
        font-size: 0.85rem !important;
        letter-spacing: 2px !important;
        min-width: 190px;
        max-width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}

/* --- Index Mobile: bigger text, image, and buttons, but same title size --- */
@media (max-width: 600px) {

    /* Keep all page titles unified on mobile */
    .title-wrapper .section-title {
        font-size: 2.15rem;
        line-height: 1.1;
        text-align: center;
    }

    /* Bigger About intro text only */
    .about-section .about-text > p {
        font-size: 1.07rem !important;
        line-height: 1.52 !important;
        margin-bottom: 0.95rem !important;
    }

    /* Slightly bigger artist image */
    .about-section .about-image {
        margin: 0.7rem 0 1.25rem 0;
    }

    .about-section .about-image img {
        width: 205px !important;
        height: 205px !important;
        max-width: 205px !important;
        object-fit: cover;
        border-radius: 50%;
    }

    /* Bigger CTA text */
    .about-section .cta-section p {
        font-size: 1.02rem !important;
        line-height: 1.42 !important;
        margin-bottom: 1rem !important;
    }

    /* Bigger Explore the Shop and View Classes buttons */
    .about-section .cta-section .buy-button,
    .about-section .cta-section .inquiry-button {
        padding: 0.9rem 1.85rem !important;
        font-size: 0.85rem !important;
        letter-spacing: 2px !important;
        min-width: 200px;
        text-align: center;
        box-sizing: border-box;
    }

    /* Keep spacing between the two CTA sections comfortable */
    .about-section .cta-section > div:first-child {
        margin-bottom: 2.6rem !important;
    }
}

/* --- Bigger Index CTA Buttons on Mobile --- */
@media (max-width: 600px) {
    .about-section .cta-section .buy-button,
    .about-section .cta-section .inquiry-button {
        padding: 1rem 2.1rem !important;
        font-size: 0.9rem !important;
        letter-spacing: 2px !important;
        min-width: 220px;
        text-align: center;
        box-sizing: border-box;
    }
}

/* --- Force footer social icons to stay white --- */
.footer-art-banner .social-links a,
.footer-art-banner .social-links a:visited,
.footer-art-banner .social-links i,
.footer-art-banner .social-links .fab,
.footer-art-banner .social-links .fa-brands,
.footer-art-banner .rednote-text {
    color: #ffffff !important;
}

/* --- Bold Index CTA Button Text on All Screens --- */
.about-section .cta-section .buy-button,
.about-section .cta-section .inquiry-button {
    font-weight: 700 !important;
}

/* --- Make footer banner full-width horizontally only --- */
html,
body {
    overflow-x: hidden;
}

footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-art-banner {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Keep copyright text from touching the screen edge */
footer p {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* --- Full-width footer banner on phone only --- */
@media (max-width: 600px) {
    html,
    body {
        overflow-x: hidden;
    }

    footer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-art-banner {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);

        /* Keep your phone height the same */
        min-height: 220px !important;

        background-size: cover;
        background-position: center center;
    }

    .footer-art-overlay {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    footer p {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* --- Mobile: add space below View Classes before footer line --- */
@media (max-width: 600px) {
    .about-section .cta-section > div:last-child {
        margin-bottom: 3.5rem !important;
    }
}




