/* =========================================
   MARE PAINTS
   COMPLETE WEBSITE STYLES
========================================= */

/* ---------- RESET ---------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    background: #ffffff;
    color: #1f2d32;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.container {
    width: min(90%, 1280px);
    margin: 0 auto;
}


/* ---------- VARIABLES ---------- */

:root {
    /* MARE BRAND COLORS */
    --dark: #172b4d;
    --dark-soft: #24436b;

    /* MARE BLUE */
    --blue: #174f9c;

    /* MARE RED */
    --accent: #c62828;

    /* RAL 9006 INSPIRED SILVER */
    --white: #d6d6d3;
    --light: #c8c8c5;
    --light-blue: #d1d4d6;

    --border: #b5b6b5;

    --text: #172b4d;
    --muted: #5f666b;
}


/* =========================================
   HEADER
========================================= */

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--border);
}

.top-bar {
    background: var(--light);
    border-bottom: 1px solid var(--border);
}

.top-bar-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar p,
.top-bar-links a {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--muted);
}

.top-bar-links {
    display: flex;
    gap: 22px;
}

.navbar {
    background: var(--white);
}

.nav-container {
    height: 82px;
    display: flex;
    align-items: center;
}

.logo,
.footer-logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-main {
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: var(--dark);
}

.logo-sub {
    margin-top: 5px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.48em;
    color: var(--accent);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-left: 80px;
}

.nav-menu a {
    font-size: 13px;
    font-weight: 600;
    color: #4b595e;
    transition: 0.25s ease;
}

.nav-menu a:hover,
.nav-menu .active {
    color: var(--accent);
}

.nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.nav-contact {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding: 15px 22px;
    background: var(--dark);
    color: white;
    font-size: 11px;
    font-weight: 700;
    transition: 0.25s ease;
}

.nav-contact:hover {
    background: var(--accent);
}

.menu-toggle {
    display: none;
    border: none;
    background: transparent;
    cursor: pointer;
}

.mobile-menu {
    display: none;
}


/* =========================================
   HERO
========================================= */

.hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(120deg, #f8f9f7 0%, #ffffff 58%, #edf2f1 100%);
}

.hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 70px;
    padding: 90px 0;
}

.hero-content {
    max-width: 680px;
}

.eyebrow {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: var(--accent);
}

.hero h1 {
    margin-top: 20px;
    font-size: clamp(56px, 7vw, 96px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 700;
    color: var(--dark);
}

.hero h1 span {
    color: var(--blue);
}

.hero-description {
    max-width: 560px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--muted);
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 36px;
}

.primary-button,
.light-button {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    padding: 17px 23px;
    font-size: 11px;
    font-weight: 700;
    transition: 0.25s ease;
}

.primary-button {
    background: var(--dark);
    color: white;
}

.primary-button:hover {
    background: var(--accent);
    transform: translateY(-2px);
}

.text-button {
    padding-bottom: 6px;
    border-bottom: 1px solid var(--border);
    font-size: 11px;
    font-weight: 700;
    color: var(--dark);
}

.hero-visual {
    display: flex;
    justify-content: center;
}

.hero-art {
    position: relative;
    width: min(100%, 470px);
    aspect-ratio: 1 / 1;
}

.paint-panel {
    position: absolute;
    border-radius: 4px;
    box-shadow: 0 22px 50px rgba(31, 48, 53, 0.08);
}

.panel-one {
    width: 70%;
    height: 75%;
    right: 0;
    top: 8%;
    background: linear-gradient(145deg, #36525a, #91a8a9);
    transform: rotate(8deg);
}

.panel-two {
    width: 60%;
    height: 65%;
    left: 3%;
    bottom: 5%;
    background: linear-gradient(145deg, #c98b6d, #e8c2ae);
    transform: rotate(-8deg);
}

.panel-three {
    width: 55%;
    height: 55%;
    left: 20%;
    top: 16%;
    background: linear-gradient(145deg, #f3f2ed, #c9d5d2);
    border: 1px solid rgba(31, 48, 53, 0.08);
}

.hero-art-text {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-art-text span {
    display: block;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--dark);
}

.hero-art-text small {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.55em;
    color: var(--accent);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-shape-one {
    width: 550px;
    height: 550px;
    right: -280px;
    top: -260px;
    border: 80px solid rgba(95, 126, 136, 0.06);
}

.hero-shape-two {
    width: 350px;
    height: 350px;
    left: -220px;
    bottom: -240px;
    background: rgba(184, 116, 85, 0.05);
}


/* =========================================
   GENERAL SECTIONS
========================================= */

.products-section,
.solutions-section,
.why-section {
    padding: 115px 0;
}

.about-section {
    padding: 125px 0;
}

.section-heading {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 60px;
}

.section-heading h2,
.about-content h2,
.why-heading h2,
.contact-cta h2 {
    margin-top: 16px;
    max-width: 800px;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.05;
    letter-spacing: -0.045em;
    color: var(--dark);
}

.section-heading h2 span,
.about-content h2 span,
.why-heading h2 span {
    color: var(--blue);
}

.section-description {
    max-width: 430px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--muted);
}


/* =========================================
   PRODUCTS
========================================= */

.products-section {
    background: var(--light);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.product-card {
    display: block;
    background: white;
    border: 1px solid var(--border);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(31, 48, 53, 0.08);
}

.product-visual {
    position: relative;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-number {
    position: absolute;
    left: 22px;
    top: 20px;
    z-index: 2;
    font-size: 10px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.8);
}

.product-placeholder {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.9);
}

.wood-visual {
    background: linear-gradient(135deg, #9a765e, #563d2e);
}

.industrial-visual {
    background: linear-gradient(135deg, #77858a, #34454a);
}

.automotive-visual {
    background: linear-gradient(135deg, #9da9ad, #59676b);
}

.decorative-visual {
    background: linear-gradient(135deg, #9ab6b0, #58766e);
}

.marine-visual {
    background: linear-gradient(135deg, #739baa, #385d6b);
}

.specialty-visual {
    background: linear-gradient(135deg, #b8a9b3, #6f626b);
}

.product-details {
    position: relative;
    min-height: 170px;
    padding: 25px 55px 25px 25px;
}

.product-details h3 {
    font-size: 20px;
    line-height: 1.25;
    color: var(--dark);
}

.product-details p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    color: var(--muted);
}

.card-arrow {
    position: absolute;
    right: 22px;
    bottom: 24px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--dark);
}


/* =========================================
   ABOUT
========================================= */

.about-section {
    background: white;
}

.about-container {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 100px;
}

.about-visual {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(145deg, #e9eeee, #c7d4d2);
}

.about-circle {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 70px solid rgba(255, 255, 255, 0.32);
}

.about-visual span {
    position: relative;
    font-size: clamp(55px, 8vw, 100px);
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--dark);
}

.about-content > p:not(.eyebrow) {
    max-width: 590px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.9;
    color: var(--muted);
}

.dark-text-button {
    display: inline-flex;
    margin-top: 30px;
}


/* =========================================
   SOLUTIONS
========================================= */

.solutions-section {
    background: var(--light-blue);
}

.solutions-list {
    border-top: 1px solid var(--border);
}

.solution-item {
    display: grid;
    grid-template-columns: 70px 1fr 1fr 45px;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid var(--border);
    transition: padding 0.25s ease;
}

.solution-item:hover {
    padding-left: 15px;
}

.solution-number {
    font-size: 11px;
    font-weight: 800;
    color: var(--accent);
}

.solution-title h3 {
    font-size: 24px;
    color: var(--dark);
}

.solution-item p {
    font-size: 13px;
    line-height: 1.7;
    color: var(--muted);
}

.solution-arrow {
    font-size: 22px;
    color: var(--accent);
}


/* =========================================
   WHY MARE
========================================= */

.why-section {
    background: white;
}

.why-heading {
    max-width: 900px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 65px;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
}

.why-card {
    min-height: 270px;
    padding: 30px;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.why-number {
    font-size: 10px;
    font-weight: 800;
    color: var(--accent);
}

.why-card h3 {
    margin-top: 58px;
    font-size: 19px;
    color: var(--dark);
}

.why-card p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.75;
    color: var(--muted);
}


/* =========================================
   CONTACT CTA
========================================= */

.contact-cta {
    padding: 90px 0;
    background: var(--dark);
}

.contact-cta .eyebrow {
    color: #e3a183;
}

.contact-cta h2 {
    max-width: 850px;
    color: white;
}

.cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.light-button {
    flex-shrink: 0;
    background: white;
    color: var(--dark);
}

.light-button:hover {
    background: var(--accent);
    color: white;
}


/* =========================================
   FOOTER
========================================= */

.footer {
    padding-top: 85px;
    background: #172327;
    color: white;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.3fr;
    gap: 60px;
    padding-bottom: 70px;
}

.footer .logo-main {
    color: white;
}

.footer-brand > p {
    max-width: 300px;
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.8;
    color: #aeb9bb;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column h4 {
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: white;
}

.footer-column a,
.footer-column p {
    font-size: 13px;
    line-height: 1.7;
    color: #aeb9bb;
}

.footer-column a:hover {
    color: white;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p,
.footer-bottom a {
    font-size: 11px;
    color: #899699;
}

.footer-bottom div {
    display: flex;
    gap: 25px;
}


/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 1050px) {

    .nav-menu {
        margin-left: 45px;
        gap: 22px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-container {
        gap: 60px;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-container {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .footer-brand {
        grid-column: span 3;
    }
}


/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 760px) {

    .container {
        width: min(90%, 600px);
    }

    .top-bar-links,
    .nav-menu,
    .nav-contact {
        display: none;
    }

    .top-bar-inner {
        justify-content: center;
    }

    .navbar,
    .nav-container {
        height: 70px;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-left: auto;
    }

    .menu-toggle span {
        width: 25px;
        height: 2px;
        background: var(--dark);
    }

    .mobile-menu {
        flex-direction: column;
        padding: 0 5%;
        background: white;
        border-top: 1px solid var(--border);
    }

    .mobile-menu.active {
        display: flex;
    }

    .mobile-menu a {
        padding: 17px 0;
        border-bottom: 1px solid var(--border);
        font-size: 14px;
        font-weight: 600;
    }

    .hero {
        min-height: auto;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 75px 0;
    }

    .hero h1 {
        font-size: 58px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-visual {
        order: -1;
    }

    .hero-art {
        width: min(100%, 340px);
    }

    .section-heading,
    .about-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .products-section,
    .solutions-section,
    .why-section,
    .about-section {
        padding: 80px 0;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-visual {
        height: 200px;
    }

    .about-visual {
        min-height: 380px;
    }

    .solution-item {
        grid-template-columns: 40px 1fr 30px;
        gap: 15px;
    }

    .solution-item p {
        grid-column: 2 / 4;
    }

    .solution-title h3 {
        font-size: 20px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card {
        min-height: 220px;
    }

    .why-card h3 {
        margin-top: 35px;
    }

    .cta-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 45px 30px;
    }

    .footer-brand {
        grid-column: span 2;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom div {
        flex-wrap: wrap;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 450px) {

    .hero h1 {
        font-size: 49px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-heading h2,
    .about-content h2,
    .why-heading h2,
    .contact-cta h2 {
        font-size: 40px;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: auto;
    }
}/* =========================================
   TRUST BANNER
========================================= */

.trust-banner {
    padding: 95px 0;
    background: var(--dark);
    text-align: center;
}

.trust-container {
    max-width: 950px;
}

.trust-banner .eyebrow {
    color: #e3a183;
}

.trust-banner h2 {
    margin-top: 18px;
    font-size: clamp(45px, 6vw, 82px);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 700;
    color: white;
}

.trust-banner h2 span {
    color: #b7c9ca;
}

.trust-banner p:not(.eyebrow) {
    max-width: 600px;
    margin: 25px auto 0;
    font-size: 15px;
    line-height: 1.8;
    color: #aeb9bb;
}


/* TRUST BANNER - MOBILE */

@media (max-width: 760px) {

    .trust-banner {
        padding: 75px 0;
    }

    .trust-banner h2 {
        font-size: 48px;
    }

}/* =========================================
   PRODUCTS SECTION - UPDATED 9 CATEGORIES
========================================= */

.products-section {
    padding: 110px 0;
    background: #f7f7f4;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    margin-bottom: 60px;
}

.section-heading h2 {
    max-width: 700px;
    margin-top: 16px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.045em;
    color: #1f3035;
}

.section-heading h2 span {
    color: #9a5b42;
}

.section-description {
    max-width: 380px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.8;
    color: #687579;
}


/* PRODUCTS GRID */

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


/* PRODUCT CARD */

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    min-height: 330px;
    padding: 30px;

    background: #ffffff;
    border: 1px solid #e4e6e3;

    text-decoration: none;
    color: #1f3035;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: #c99a7b;
    box-shadow: 0 20px 50px rgba(31, 48, 53, 0.12);
}


/* PRODUCT NUMBER */

.product-number {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #9a5b42;
}


/* PRODUCT CONTENT */

.product-content {
    margin-top: auto;
}

.product-content h3 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #1f3035;
}

.product-content p {
    max-width: 310px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.75;
    color: #687579;
}


/* EXPLORE RANGE */

.product-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: #1f3035;
}

.card-arrow {
    font-size: 20px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.product-card:hover .card-arrow {
    transform: translateX(7px);
}


/* FEATURED WOOD COATINGS CARD */

.featured-product {
    background: #1f3035;
    border-color: #1f3035;
}

.featured-product .product-number {
    color: #d7a080;
}

.featured-product .product-content h3 {
    color: #ffffff;
}

.featured-product .product-content p {
    color: #c3ced0;
}

.featured-product .product-link {
    color: #ffffff;
}

.featured-product:hover {
    border-color: #9a5b42;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

}

@media (max-width: 650px) {

    .products-section {
        padding: 80px 0;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-card {
        min-height: 290px;
        padding: 25px;
    }

    .product-content h3 {
        font-size: 28px;
    }

}/* =========================================
   WOOD COATINGS PAGE
========================================= */

/* ---------- HERO ---------- */

.product-page-hero {
    padding: 85px 0 100px;
    background:
        linear-gradient(135deg, #f7f7f4 0%, #ffffff 55%, #e9efed 100%);
    border-bottom: 1px solid var(--border);
}

.back-link {
    display: inline-flex;
    margin-bottom: 70px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    transition: 0.25s ease;
}

.back-link:hover {
    color: var(--accent);
    transform: translateX(-4px);
}

.product-page-hero-content {
    max-width: 850px;
}

.product-page-hero h1 {
    margin-top: 18px;
    font-size: clamp(58px, 8vw, 110px);
    line-height: 0.95;
    letter-spacing: -0.06em;
    color: var(--dark);
}

.product-page-hero h1 span {
    color: var(--blue);
}

.product-page-hero-content > p:last-child {
    max-width: 590px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.85;
    color: var(--muted);
}


/* =========================================
   WOOD PRODUCTS SECTION
========================================= */

.wood-products-section {
    padding: 115px 0;
    background: #ffffff;
}

.wood-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 65px;
}

.wood-section-heading > div {
    max-width: 760px;
}

.wood-section-heading h2 {
    margin-top: 16px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.045em;
    color: var(--dark);
}

.wood-section-heading h2 span {
    color: var(--blue);
}

.wood-section-heading > p {
    max-width: 350px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--muted);
}


/* =========================================
   PRODUCT GRID
========================================= */

.wood-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


/* =========================================
   PRODUCT CARD
========================================= */

.wood-product-card {
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 30px;
    background: var(--light);
    border: 1px solid var(--border);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.wood-product-card:hover {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(31, 48, 53, 0.08);
}

.wood-card-top {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border);
}

.wood-card-top span {
    display: block;
    margin-bottom: 45px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--accent);
}

.wood-card-top h3 {
    max-width: 280px;
    font-size: 27px;
    line-height: 1.12;
    letter-spacing: -0.025em;
    color: var(--dark);
}


/* =========================================
   PRODUCT LIST
========================================= */

.wood-product-card ul {
    margin-top: 25px;
    list-style: none;
}

.wood-product-card li {
    position: relative;
    padding: 9px 0 9px 18px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--muted);
    border-bottom: 1px solid rgba(223, 229, 227, 0.75);
}

.wood-product-card li:last-child {
    border-bottom: none;
}

.wood-product-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent);
}


/* WOOD STAINS CARD
   Automatically taller because it has more products */

.wood-product-card:nth-child(2) {
    grid-row: span 2;
}


/* LAST CARD */

.wood-product-card-last {
    background: var(--dark);
    border-color: var(--dark);
}

.wood-product-card-last .wood-card-top {
    border-color: rgba(255, 255, 255, 0.15);
}

.wood-product-card-last .wood-card-top h3 {
    color: white;
}

.wood-product-card-last li {
    color: #b7c3c5;
    border-color: rgba(255, 255, 255, 0.08);
}


/* =========================================
   WOOD COATINGS CTA
========================================= */

.wood-page-cta {
    padding: 100px 0;
    background: var(--light-blue);
    text-align: center;
}

.wood-page-cta .container {
    max-width: 850px;
}

.wood-page-cta h2 {
    margin: 18px auto 32px;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    color: var(--dark);
}


/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 1050px) {

    .wood-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wood-product-card:nth-child(2) {
        grid-row: auto;
    }

    .wood-section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

}


/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 700px) {

    .product-page-hero {
        padding: 60px 0 75px;
    }

    .back-link {
        margin-bottom: 55px;
    }

    .wood-products-section {
        padding: 80px 0;
    }

    .wood-products-grid {
        grid-template-columns: 1fr;
    }

    .wood-product-card {
        min-height: auto;
        padding: 25px;
    }

    .wood-card-top span {
        margin-bottom: 30px;
    }

    .wood-card-top h3 {
        font-size: 25px;
    }

    .wood-page-cta {
        padding: 80px 0;
    }

}/* =========================================
   TRUST CAPTION - HERO
   ========================================= */

.trust-caption {
    margin: 18px 0 24px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #c95f3d;
}

@media (max-width: 768px) {
    .trust-caption {
        font-size: 16px;
        margin: 14px 0 20px;
    }
}.logo img {
    display: block;
    width: 150px;
    height: auto;
    object-fit: contain;
}.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 170px;
    height: auto;
    display: block;
}/* =========================================
   MARE FACTORY HERO UPDATE
   ========================================= */

.hero {
    position: relative;
    background-image:
        linear-gradient(
            90deg,
            rgba(214, 214, 211, 0.97) 0%,
            rgba(214, 214, 211, 0.90) 35%,
            rgba(214, 214, 211, 0.35) 65%,
            rgba(214, 214, 211, 0.08) 100%
        ),
        url("./images/mare-factory.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Hide the old decorative MARE panels */
.hero-visual {
    display: none;
}

/* Let the text area use more of the hero */
.hero-container {
    grid-template-columns: 1fr;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

/* Client requested larger slogan */
.trust-caption {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: #c62828;
    margin: 18px 0 28px;
}

/* MARE blue for Precision */
.hero h1 span {
    color: #174f9c;
}

@media (max-width: 768px) {
    .hero {
        background-position: 60% center;
    }

    .trust-caption {
        font-size: 22px;
    }
}/* =========================================
   FACTORY HERO FINAL TUNING
   ========================================= */

.hero {
    background-image:
        linear-gradient(
            90deg,
            rgba(214, 214, 211, 0.96) 0%,
            rgba(214, 214, 211, 0.88) 28%,
            rgba(214, 214, 211, 0.48) 48%,
            rgba(214, 214, 211, 0.12) 70%,
            rgba(214, 214, 211, 0.02) 100%
        ),
        url("./images/mare-factory.png");

    background-position: center center;
    background-size: cover;
}

/* Remove old hero decorative circles/shapes */
.hero-shape {
    display: none;
}

.trust-caption {
    font-size: 26px;
    font-weight: 700;
    color: #c62828;
}/* HERO DESCRIPTION - BETTER READABILITY */

.hero-description {
    color: #1f3035;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.75;

    background: rgba(214, 214, 211, 0.72);
    backdrop-filter: blur(3px);

    padding: 12px 16px;
    border-left: 3px solid #174f9c;
    max-width: 620px;
}/* =========================================
   PRODUCT CARD IMAGES
   ========================================= */

.product-card {
    padding: 0;
}

.product-image {
    width: 100%;
    height: 210px;
    display: block;
    object-fit: cover;
}

.product-number {
    margin: 22px 28px 0;
}

.product-content {
    padding: 0 28px 28px;
}

.product-card {
    min-height: 480px;
}

@media (max-width: 650px) {
    .product-image {
        height: 220px;
    }

    .product-card {
        min-height: auto;
    }
}/* =========================================
   MARE BRAND COLORS - PRODUCTS HEADING
   ========================================= */

.products-section .section-heading h2 {
    color: #12356b;
}

.products-section .section-heading h2 span {
    color: #d71920;
}

.products-section .eyebrow {
    color: #d71920;
}

.products-section .section-description {
    color: #12356b;
}/* MARE LOGO - ABOUT SECTION */

.about-mare-logo {
    width: 65%;
    max-width: 380px;
    height: auto;
    object-fit: contain;
    display: block;
}/* MARE LOGO - FOOTER */

.footer-logo img {
    width: 180px;
    height: auto;
    display: block;
    object-fit: contain;
}
/* FIX THINNERS CARD HOVER TEXT */

.wood-card:nth-child(11):hover h3,
.wood-card:nth-child(11):hover li {
    color: #12356b !important;
}

.wood-card:nth-child(11):hover li::marker {
    color: #d71920 !important;
}/* FIX TILE 11 - THINNERS HOVER */

.wood-product-card-last:hover h3,
.wood-product-card-last:hover li {
    color: #12356b !important;
}

.wood-product-card-last:hover li::marker {
    color: #d71920 !important;
}.wood-product-card-last:hover .wood-card-top h3 {
    color: #12356b !important;
}/* WOOD COATINGS CARD - SAME BLUE AS THINNERS */

.featured-product {
    background: var(--dark);
    border-color: var(--dark);
}

.featured-product .product-content h3 {
    color: #ffffff;
}

.featured-product .product-content p {
    color: rgba(255, 255, 255, 0.80);
}

.featured-product .product-link {
    color: #ffffff;
}

.featured-product .card-arrow {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.55);
}/* WHY MARE PAINTS - 6 TILE GRID */

.why-grid {
    grid-template-columns: repeat(6, 1fr);
}/* WHY MARE PAINTS - NUMBER STYLE FIX */

.why-card > span {
    color: #d71920;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}/* =========================================
   MARE BRAND COLOR - SOLUTIONS HEADING
   ========================================= */

.solutions-section .section-heading h2 {
    color: #12356b;
}

.solutions-section .section-heading h2 span {
    color: #1f5ca9;
}

.solutions-section .eyebrow {
    color: #d71920;
}/* WHY MARE PAINTS - RESPONSIVE */

@media (max-width: 900px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}.why-card > span {
    color: #d71920;
}/* LARGE DESKTOP OPTIMIZATION */

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}/* =========================================
   COMPACT PRODUCT CARDS
   ========================================= */

.product-card {
    min-height: 340px;
}

.product-image {
    height: 150px;
}

.product-number {
    margin: 14px 22px 0;
}

.product-content {
    padding: 0 22px 20px;
}

.product-content h3 {
    margin-top: 12px;
    margin-bottom: 10px;
}

.product-content p {
    margin-bottom: 16px;
}/* =========================================
   LARGE DESKTOP DISPLAY OPTIMIZATION
   ========================================= */

@media (min-width: 1500px) {

    .container {
        max-width: 1450px;
    }

    body {
        font-size: 17px;
    }

    .logo img {
        width: 200px;
    }
}/* SMALL SECTION LABELS - SLIGHTLY LARGER */

.eyebrow {
    font-size: 14px;
}.eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
}/* =========================================
   WHY MARE PAINTS - STAGGERED DESKTOP LAYOUT
   ========================================= */

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

/* 01 */
.why-card:nth-child(1) {
    grid-column: 3;
    grid-row: 1;
}

/* 02 */
.why-card:nth-child(2) {
    grid-column: 4;
    grid-row: 1;
}

/* 03 */
.why-card:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

/* 04 */
.why-card:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

/* 05 */
.why-card:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

/* 06 */
.why-card:nth-child(6) {
    grid-column: 4;
    grid-row: 2;
}/* TABLET */

@media (max-width: 900px) {

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-card:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .why-grid {
        grid-template-columns: 1fr;
    }
}/* =========================================
   WHY MARE PAINTS - HEADING BESIDE 01 & 02
   ========================================= */

.why-section > .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}

/* Heading occupies the empty left half */
.why-heading {
    grid-column: 1 / 3;
    grid-row: 1;
    align-self: center;
    padding-right: 60px;
    margin: 0;
}

/* Make heading smaller and elegant */
.why-heading h2 {
    font-size: clamp(42px, 4vw, 68px);
    line-height: 0.98;
    margin: 18px 0 0;
}

/* Cards grid should participate in the same layout */
.why-grid {
    display: contents;
}

/* TOP ROW */
.why-card:nth-child(1) {
    grid-column: 3;
    grid-row: 1;
}

.why-card:nth-child(2) {
    grid-column: 4;
    grid-row: 1;
}

/* SECOND ROW */
.why-card:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.why-card:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.why-card:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

.why-card:nth-child(6) {
    grid-column: 4;
    grid-row: 2;
}/* TABLET */

@media (max-width: 900px) {

    .why-section > .container {
        display: block;
    }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .why-heading {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .why-card:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-heading h2 {
        font-size: 42px;
    }
}/* =========================================
   PROTECTIVE COATINGS PAGE
   ========================================= */

/* =========================================
   PROTECTIVE COATINGS - CLEAN FINAL STYLES
   ========================================= */

.protective-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 520px);
    justify-content: center;
    gap: 24px;
    align-items: start;
}

.protective-products-grid > .wood-product-card {
    width: 100%;
    min-height: auto;
    height: auto;
    grid-column: auto !important;
    grid-row: auto !important;
    padding: 28px;
}

/* cancel Wood's special 2nd-card positioning */
.protective-products-grid > .wood-product-card:nth-child(2) {
    grid-row: auto !important;
}

@media (max-width: 1100px) {
    .protective-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .protective-products-grid {
        grid-template-columns: 1fr;
    }
}
    
/* =========================================
   PROTECTIVE PAGE - REDUCE BOTTOM GAP
   ========================================= */

.wood-products-section {
    padding-bottom: 40px !important;
}

.wood-cta {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.wood-cta-container {
    align-items: center;
}/* =========================================
   PROTECTIVE COATINGS HEADING SIZE
   ========================================= */

/* PROTECTIVE COATINGS - ALIGN 2x2 CARDS */

.protective-products-grid {
    align-items: stretch;
}

.protective-products-grid > .wood-product-card {
    height: 100% !important;
}/* =========================================
   PROTECTIVE HERO - FIX HEADER OVERLAP
   ========================================= */



/* PROTECTIVE HERO - MATCH WOOD COATINGS */

.protective-products-page .product-page-hero {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
}/* =========================================
   WOOD COATINGS - HERO BACKGROUND IMAGE
   ========================================= */

.wood-products-page .product-page-hero {
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.90) 0%,
            rgba(255, 255, 255, 0.78) 30%,
            rgba(255, 255, 255, 0.40) 55%,
            rgba(255, 255, 255, 0.10) 78%,
            rgba(255, 255, 255, 0.04) 100%
        ),
        url("images/wood-hero-bg.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}/* =========================================
   WHY MARE PAINTS - COMPACT TILES
   ========================================= */

.why-card {
    min-height: 180px !important;
    padding: 24px 28px !important;
}

.why-card h3 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.why-card p {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}
/* WHY MARE PAINTS - COMPACT + CLOSED TILES */

.why-grid {
    gap: 0 !important;
}

.why-card {
    min-height: 180px !important;
    padding: 24px 28px !important;

    border: 1px solid var(--border) !important;
    box-sizing: border-box !important;
}

.why-card h3 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.why-card p {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}/* FIX HEADING TOUCHING TILE BORDER */

.why-heading h2 {
    padding-bottom: 18px;
}/* =========================================
   MARINE COATINGS - 3 x 2 TILE LAYOUT
   ========================================= */

.marine-products-page .wood-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* Make all 6 Marine tiles equal size */
.marine-products-page .wood-product-card {
    min-height: 390px;
    height: 390px;
    grid-row: auto !important;
}

/* Remove the Wood Stains special tall-card rule */
.marine-products-page .wood-product-card:nth-child(2) {
    grid-row: auto !important;
}

/* Tablet */
@media (max-width: 1000px) {
    .marine-products-page .wood-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 650px) {
    .marine-products-page .wood-products-grid {
        grid-template-columns: 1fr;
    }

    .marine-products-page .wood-product-card {
        height: auto;
        min-height: 330px;
    }
}/* =========================================
   MARINE COATINGS - 3x2 GRID + CARD FIT
   ========================================= */

.marine-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* Keep all 6 tiles equal */
.marine-product-card {
    min-height: 360px;
    padding: 28px;
    display: flex;
    flex-direction: column;
}

/* Heading area */
.marine-product-card .wood-card-top {
    margin-bottom: 18px;
}

/* Product list */
.marine-product-card ul {
    margin: 0;
    padding: 0;
}

/* Slightly tighter products */
.marine-product-card li {
    padding: 9px 0;
    line-height: 1.35;
}

/* Mobile */
@media (max-width: 900px) {
    .marine-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .marine-products-grid {
        grid-template-columns: 1fr;
    }
}/* =========================================
   MARINE COATINGS - FINAL 3x2 TILE FIX
   ========================================= */

.marine-products-page .marine-products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

/* All Marine cards same size */
.marine-products-page .marine-products-grid .wood-product-card {
    min-height: 390px !important;
    height: 390px !important;
    grid-row: auto !important;
    padding: 28px !important;
    box-sizing: border-box !important;
}

/* Cancel special Wood Stains tall-card rule */
.marine-products-page .marine-products-grid .wood-product-card:nth-child(2) {
    grid-row: auto !important;
}

/* Slightly tighter list spacing so Advanced fits properly */
.marine-products-page .marine-products-grid .wood-product-card ul {
    margin-top: 0 !important;
}

.marine-products-page .marine-products-grid .wood-product-card li {
    padding: 8px 0 !important;
    line-height: 1.3 !important;
}

/* Tablet */
@media (max-width: 1000px) {
    .marine-products-page .marine-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobile */
@media (max-width: 650px) {
    .marine-products-page .marine-products-grid {
        grid-template-columns: 1fr !important;
    }

    .marine-products-page .marine-products-grid .wood-product-card {
        height: auto !important;
        min-height: 330px !important;
    }
}/* =========================================
   MARINE COATINGS - CORRECT BULLET ALIGNMENT
   ========================================= */

.marine-products-page .marine-products-grid .wood-product-card ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.marine-products-page .marine-products-grid .wood-product-card li {
    position: relative !important;
    padding: 8px 0 8px 20px !important;
    line-height: 1.3 !important;
}

/* Control the red bullet manually */
.marine-products-page .marine-products-grid .wood-product-card li::before {
    content: "" !important;
    position: absolute !important;

    left: 2px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;

    background: #d71920 !important;
}

/* Disable normal browser marker */
.marine-products-page .marine-products-grid .wood-product-card li::marker {
    content: "" !important;
}/* =========================================
   WOOD COATINGS HERO - APPROVED GRADIENT
   ========================================= */

.wood-products-page .product-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(255, 255, 255, 0.97) 28%,
    rgba(255, 255, 255, 0.86) 38%,
    rgba(255, 255, 255, 0.62) 46%,
    rgba(255, 255, 255, 0.30) 54%,
    rgba(255, 255, 255, 0.07) 61%,
    rgba(255, 255, 255, 0) 67%
);
    

    z-index: 1;
    pointer-events: none;
}

.wood-products-page .product-page-hero .container {
    position: relative;
    z-index: 2;
}/* =========================================
   PROTECTIVE COATINGS - HERO ONE LINE
   ========================================= */

.protective-products-page .product-page-hero-content {
    max-width: 950px;
    width: 100%;
}

.protective-products-page .product-page-hero h1 {
    white-space: nowrap;
}/* =========================================
   PROTECTIVE COATINGS - HERO BACKGROUND
   ========================================= */

.protective-products-page .product-page-hero {
    position: relative;
    background:
        url("images/protective-hero-bg.png")
        center center / cover no-repeat;
    overflow: hidden;
}


/* WHITE GRADIENT FOR TEXT READABILITY */

/* PROTECTIVE COATINGS - IMAGE MATCHING GRADIENT */

.protective-products-page .product-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(242, 246, 250, 0.98) 0%,
        rgba(238, 243, 248, 0.94) 28%,
        rgba(225, 234, 243, 0.82) 40%,
        rgba(204, 218, 232, 0.58) 50%,
        rgba(184, 204, 224, 0.28) 60%,
        rgba(170, 195, 220, 0.08) 68%,
        rgba(170, 195, 220, 0) 76%
    );

    z-index: 1;
    pointer-events: none;
}


/* KEEP TEXT ABOVE GRADIENT */

.protective-products-page .product-page-hero .container {
    position: relative;
    z-index: 2;
}/* =========================================
   PROTECTIVE COATINGS - MARE BRAND HEADING
   ========================================= */

.protective-products-page .product-page-hero h1 {
    color: #12356b !important;
}

.protective-products-page .product-page-hero h1 span {
    color: #d71920 !important;
}

/* =========================================
   MARINE COATINGS HERO
   ========================================= */

.marine-products-page .product-page-hero {
    background-image: url("images/marine-hero-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 42% center;
    overflow: hidden;
}

.marine-products-page .product-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.90) 0%,
        rgba(255, 255, 255, 0.82) 18%,
        rgba(255, 255, 255, 0.68) 30%,
        rgba(255, 255, 255, 0.48) 40%,
        rgba(255, 255, 255, 0.25) 50%,
        rgba(255, 255, 255, 0.08) 60%,
        rgba(255, 255, 255, 0) 70%
    );

    z-index: 1;
    pointer-events: none;
}

.marine-products-page .product-page-hero .container {
    position: relative;
    z-index: 2;
}

.marine-products-page .product-page-hero h1 {
    color: #12356b !important;
}

.marine-products-page .product-page-hero h1 span {
    color: #1e5da8 !important;
}/* =====================================================
   FINAL RESPONSIVE OVERRIDES - HOMEPAGE
   ===================================================== */

/* ---------- TABLET / IPAD ---------- */
@media (max-width: 1050px) and (min-width: 701px) {

    .container {
        width: min(92%, 920px);
    }

    /* HEADER */
    .nav-container {
        height: 74px;
    }

    .logo img {
        width: 150px;
    }

    .nav-menu {
        margin-left: 35px;
        gap: 18px;
    }

    .nav-menu a {
        font-size: 12px;
    }

    .nav-contact {
        padding: 13px 16px;
        gap: 12px;
    }

    /* HERO */
    .hero {
        min-height: 620px;
        background-position: 58% center;
    }

    .hero-container {
        padding: 70px 0;
    }

    .hero-content {
        max-width: 620px;
    }

    .hero h1 {
        font-size: clamp(58px, 8vw, 78px);
    }

    .trust-caption {
        font-size: 22px;
    }

    .hero-description {
        max-width: 560px;
        font-size: 15px;
    }

    /* SECTION SPACING */
    .products-section,
    .solutions-section,
    .about-section,
    .why-section {
        padding: 85px 0;
    }

    /* SECTION HEADINGS */
    .section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-bottom: 45px;
    }

    .section-heading h2,
    .about-content h2,
    .why-heading h2 {
        font-size: clamp(42px, 6vw, 58px);
    }

    .section-description {
        max-width: 560px;
    }

    /* PRODUCTS */
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .product-card {
        min-height: 360px;
    }

    .product-image {
        height: 170px;
    }

    .product-content h3 {
        font-size: 26px;
    }

    /* SOLUTIONS */
    .solution-item {
        grid-template-columns: 55px 1fr 1fr 35px;
        gap: 20px;
    }

    /* ABOUT */
    .about-container {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .about-visual {
        min-height: 420px;
    }

    /* WHY MARE */
    .why-section > .container {
        display: block;
    }

    .why-heading {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-card:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }

    /* CTA */
    .cta-container {
        gap: 40px;
    }

    .contact-cta h2 {
        font-size: 52px;
    }

    /* FOOTER */
    .footer-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 35px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}


/* ---------- MOBILE ---------- */
@media (max-width: 700px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .container {
        width: 90%;
        max-width: 560px;
    }

    /* HEADER */
    .top-bar {
        min-height: 30px;
    }

    .top-bar-inner {
        min-height: 30px;
        justify-content: center;
        text-align: center;
    }

    .top-bar-inner p {
        font-size: 8px;
        letter-spacing: 0.1em;
    }

    .top-bar-links,
    .nav-menu,
    .nav-contact {
        display: none !important;
    }

    .navbar,
    .nav-container {
        height: 68px;
    }

    .logo img {
        width: 135px;
    }

    .menu-toggle {
        display: flex !important;
        flex-direction: column;
        gap: 5px;
        margin-left: auto;
    }

    .mobile-menu {
        width: 100%;
    }

    /* HERO */
    .hero {
        min-height: auto;
        background-position: 66% center;
    }

    .hero-container {
        display: block;
        padding: 58px 0 64px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero .eyebrow {
        font-size: 10px;
    }

    .trust-caption {
        margin: 12px 0 20px;
        font-size: 18px;
        line-height: 1.3;
    }

    .hero h1 {
        margin-top: 10px;
        font-size: clamp(46px, 14vw, 62px);
        line-height: 0.98;
        letter-spacing: -0.05em;
    }

    .hero-description {
        max-width: 100%;
        margin-top: 22px;
        padding: 11px 13px;
        font-size: 14px;
        line-height: 1.6;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-top: 28px;
    }

    /* GENERAL SECTION SPACING */
    .products-section,
    .solutions-section,
    .about-section,
    .why-section {
        padding: 65px 0;
    }

    /* SECTION HEADINGS */
    .section-heading {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 38px;
    }

    .section-heading h2,
    .about-content h2,
    .why-heading h2,
    .contact-cta h2 {
        font-size: clamp(36px, 10.5vw, 46px);
        line-height: 1.05;
    }

    .section-description {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
    }

    /* PRODUCTS */
    .products-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .product-card {
        width: 100%;
        min-height: auto !important;
    }

    .product-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .product-number {
        margin: 16px 20px 0;
    }

    .product-content {
        padding: 0 20px 22px;
    }

    .product-content h3 {
        margin-top: 10px;
        font-size: 25px;
    }

    .product-content p {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.65;
    }

    /* TRUST BANNER */
    .trust-banner {
        padding: 60px 0;
    }

    .trust-banner h2 {
        font-size: clamp(38px, 11vw, 48px);
    }

    .trust-banner p:not(.eyebrow) {
        font-size: 14px;
    }

    /* SOLUTIONS */
    .solution-item {
        grid-template-columns: 32px 1fr 24px;
        gap: 12px;
        padding: 24px 0;
    }

    .solution-item p {
        grid-column: 2 / 4;
        font-size: 13px;
    }

    .solution-title h3 {
        font-size: 19px;
    }

    /* ABOUT */
    .about-container {
        grid-template-columns: 1fr !important;
        gap: 35px;
    }

    .about-visual {
        min-height: 280px;
    }

    .about-mare-logo {
        width: 70%;
        max-width: 260px;
    }

    .about-content > p:not(.eyebrow) {
        font-size: 14px;
        line-height: 1.75;
    }

    /* WHY MARE */
    .why-section > .container {
        display: block !important;
    }

    .why-heading {
        padding-right: 0 !important;
        margin-bottom: 32px;
    }

    .why-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .why-card:nth-child(n) {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .why-card {
        min-height: auto !important;
        padding: 22px !important;
    }

    .why-card h3 {
        margin-top: 18px !important;
        font-size: 19px;
    }

    /* CTA */
    .contact-cta {
        padding: 65px 0;
    }

    .cta-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .light-button {
        width: 100%;
        justify-content: space-between;
    }

    /* FOOTER */
    .footer {
        padding-top: 60px;
    }

    .footer-container {
        grid-template-columns: 1fr !important;
        gap: 36px;
        padding-bottom: 50px;
    }

    .footer-brand {
        grid-column: auto !important;
    }

    .footer-logo img {
        width: 155px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .footer-bottom div {
        flex-direction: column;
        gap: 10px;
    }
}


/* ---------- VERY SMALL PHONES ---------- */
@media (max-width: 420px) {

    .container {
        width: 88%;
    }

    .logo img {
        width: 125px;
    }

    .hero h1 {
        font-size: 45px;
    }

    .trust-caption {
        font-size: 17px;
    }

    .product-image {
        height: 185px;
    }

    .section-heading h2,
    .about-content h2,
    .why-heading h2,
    .contact-cta h2 {
        font-size: 36px;
    }
}/* =====================================================
   FINAL RESPONSIVE - PRODUCT PAGE HEROES
   WOOD / PROTECTIVE / MARINE
   ===================================================== */

@media (max-width: 700px) {

    /* ---------- ALL PRODUCT PAGE HEROES ---------- */

    .wood-products-page .product-page-hero,
    .protective-products-page .product-page-hero,
    .marine-products-page .product-page-hero {
        position: relative;
        min-height: auto !important;
        padding: 38px 0 55px !important;

        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    /* Remove desktop left-to-right white gradient */
    .wood-products-page .product-page-hero::before,
    .protective-products-page .product-page-hero::before,
    .marine-products-page .product-page-hero::before {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.82) 0%,
            rgba(255, 255, 255, 0.68) 32%,
            rgba(255, 255, 255, 0.42) 65%,
            rgba(255, 255, 255, 0.18) 100%
        ) !important;
    }

    .product-page-hero .container {
        position: relative;
        z-index: 2;
    }

    /* Back to Products */
    .product-page-hero .back-link {
        margin-bottom: 46px !important;
        font-size: 9px;
        letter-spacing: 0.12em;
    }

    .product-page-hero-content {
        width: 100%;
        max-width: 100% !important;
    }

    .product-page-hero-content .eyebrow {
        font-size: 10px;
        line-height: 1.4;
        letter-spacing: 0.16em;
    }

    /* IMPORTANT: cancel huge desktop headings */
    .wood-products-page .product-page-hero h1,
    .protective-products-page .product-page-hero h1,
    .marine-products-page .product-page-hero h1 {
        width: 100%;
        max-width: 100%;
        margin-top: 16px;

        font-size: clamp(48px, 14vw, 62px) !important;
        line-height: 0.92 !important;
        letter-spacing: -0.055em !important;

        overflow-wrap: normal;
        word-break: normal;
    }

    .product-page-hero-content > p:last-child {
        max-width: 100% !important;
        margin-top: 26px !important;

        font-size: 14px !important;
        line-height: 1.75 !important;
    }


    /* ---------- WOOD IMAGE ---------- */

    .wood-products-page .product-page-hero {
        background-position: 63% center !important;
    }


    /* ---------- PROTECTIVE IMAGE ---------- */

    .protective-products-page .product-page-hero {
        background-position: 65% center !important;
    }


    /* ---------- MARINE IMAGE ---------- */

    .marine-products-page .product-page-hero {
        background-position: 55% center !important;
    }


    /* ---------- PRODUCT RANGE SECTION ---------- */

    .wood-products-section {
        padding: 65px 0 !important;
    }

    .wood-section-heading {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 18px !important;
        margin-bottom: 38px !important;
    }

    .wood-section-heading h2 {
        max-width: 100% !important;
        font-size: clamp(36px, 10.5vw, 46px) !important;
        line-height: 1.05 !important;
        letter-spacing: -0.045em !important;
    }

    .wood-section-description {
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
    }


    /* ---------- PRODUCT CARDS ---------- */

    .wood-products-grid,
    .protective-products-page .wood-products-grid,
    .marine-products-page .marine-products-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .wood-product-card,
    .protective-products-page .wood-product-card,
    .marine-products-page .marine-products-grid .wood-product-card {
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;

        grid-column: auto !important;
        grid-row: auto !important;

        padding: 24px !important;
        box-sizing: border-box;
    }

    .wood-card-top h3 {
        font-size: 24px !important;
        line-height: 1.15 !important;
    }

}


/* ---------- VERY SMALL PHONES ---------- */

@media (max-width: 420px) {

    .wood-products-page .product-page-hero h1,
    .protective-products-page .product-page-hero h1,
    .marine-products-page .product-page-hero h1 {
        font-size: 48px !important;
    }

    .product-page-hero-content > p:last-child {
        font-size: 13px !important;
    }

}/* =====================================================
   TABLET HEADER FIX
   Use hamburger navigation on iPad / smaller tablets
   ===================================================== */

@media (max-width: 850px) {

    .top-bar-links,
    .nav-menu,
    .nav-contact {
        display: none !important;
    }

    .nav-container {
        height: 72px !important;
    }

    .logo img {
        width: 145px !important;
    }

    .menu-toggle {
        display: flex !important;
        flex-direction: column;
        gap: 5px;
        margin-left: auto;
        cursor: pointer;
    }

    .menu-toggle span {
        width: 26px;
        height: 2px;
    }

    .mobile-menu {
        width: 100%;
    }

    .mobile-menu.active {
        display: flex !important;
        flex-direction: column;
    }
}/* =====================================================
   DECORATIVE COATINGS PAGE
   ===================================================== */

/* HERO COLOURS */
.decorative-products-page .product-page-hero h1 {
    color: #12356b !important;
}

.decorative-products-page .product-page-hero h1 span {
    color: #1e5da8 !important;
}


/* =====================================================
   DECORATIVE PRODUCT GRID
   ===================================================== */

.decorative-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.decorative-products-grid .wood-product-card {
    width: 100%;
    height: auto !important;
    min-height: 100%;
    padding: 28px;

    grid-column: auto !important;
    grid-row: auto !important;

    box-sizing: border-box;
}


/* CARD HEADING */

.decorative-products-grid .wood-card-top {
    margin-bottom: 22px;
}

.decorative-products-grid .wood-card-top h3 {
    font-size: 28px;
    line-height: 1.1;
}


/* =====================================================
   SUBCATEGORY HEADINGS
   Interior / Exterior / Decorative Textures / Special
   ===================================================== */

.decorative-subtitle {
    margin: 28px 0 10px;

    font-size: 11px;
    line-height: 1.3;

    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;

    color: #d71920;
}


/* PRODUCT LIST */

.decorative-products-grid ul {
    margin: 0;
    padding: 0;
}

.decorative-products-grid li {
    position: relative;

    margin: 0;
    padding: 8px 0 8px 15px;

    font-size: 13px;
    line-height: 1.4;

    list-style: none;
}


/* RED BULLET */

.decorative-products-grid li::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: #d71920;

    transform: translateY(-50%);
}


/* =====================================================
   TABLET / IPAD
   ===================================================== */

@media (max-width: 1050px) {

    .decorative-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .decorative-products-grid .wood-product-card {
        padding: 26px;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .decorative-products-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .decorative-products-grid .wood-product-card {
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;

        padding: 24px !important;

        grid-column: auto !important;
        grid-row: auto !important;
    }

    .decorative-products-grid .wood-card-top h3 {
        font-size: 24px !important;
    }

    .decorative-subtitle {
        margin-top: 24px;
        font-size: 10px;
    }

    .decorative-products-grid li {
        font-size: 13px;
        padding-top: 7px;
        padding-bottom: 7px;
    }


    /* DECORATIVE HERO */

    .decorative-products-page .product-page-hero h1 {
        width: 100%;

        font-size: clamp(43px, 13vw, 58px) !important;
        line-height: 0.94 !important;

        letter-spacing: -0.05em !important;
    }

}


/* =====================================================
   VERY SMALL PHONES
   ===================================================== */

@media (max-width: 420px) {

    .decorative-products-page .product-page-hero h1 {
        font-size: 43px !important;
    }

}/* =====================================================
   DECORATIVE COATINGS - COMPACT TILE SIZE
   ===================================================== */

.decorative-products-grid {
    gap: 12px !important;
    align-items: start !important;
}

.decorative-products-grid .wood-product-card {
    min-height: auto !important;
    height: auto !important;

    padding: 20px 22px !important;
}

/* Remove the huge Wood spacing above headings */
.decorative-products-grid .wood-card-top {
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
}

.decorative-products-grid .wood-card-top span {
    margin-bottom: 14px !important;
    font-size: 10px !important;
}

.decorative-products-grid .wood-card-top h3 {
    font-size: 24px !important;
    line-height: 1.08 !important;
}

/* Compact sub-headings */
.decorative-subtitle {
    margin: 18px 0 6px !important;
    font-size: 10px !important;
}

/* Compact product list */
.decorative-products-grid ul {
    margin-top: 8px !important;
}

.decorative-products-grid li {
    padding: 5px 0 5px 15px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
}

/* Keep bullets centered */
.decorative-products-grid li::before {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* =====================================================
   DESKTOP LAYOUT - 4 TOP / 3 BOTTOM
   ===================================================== */

@media (min-width: 1051px) {

    .decorative-products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .decorative-products-grid > .wood-product-card:nth-child(n) {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    /* Bottom row: 3 evenly sized cards */
    .decorative-products-grid > .wood-product-card:nth-child(5) {
        grid-column: 1 / 2 !important;
    }

    .decorative-products-grid > .wood-product-card:nth-child(6) {
        grid-column: 2 / 3 !important;
    }

    .decorative-products-grid > .wood-product-card:nth-child(7) {
        grid-column: 3 / 4 !important;
    }
}

/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1050px) and (min-width: 701px) {

    .decorative-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .decorative-products-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .decorative-products-grid .wood-product-card {
        padding: 20px !important;
    }

    .decorative-products-grid .wood-card-top h3 {
        font-size: 22px !important;
    }

    .decorative-products-grid li {
        font-size: 12px !important;
    }

}/* =====================================================
   DECORATIVE COATINGS - FINAL MASONRY STYLE LAYOUT
   ===================================================== */

.decorative-products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: start !important;
}

.decorative-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

/* Cards follow their actual content height */
.decorative-column .wood-product-card {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    grid-column: auto !important;
    grid-row: auto !important;

    padding: 22px 24px !important;
    margin: 0 !important;

    align-self: auto !important;
}

/* Compact heading */
.decorative-column .wood-card-top {
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
}

.decorative-column .wood-card-top span {
    margin-bottom: 14px !important;
}

.decorative-column .wood-card-top h3 {
    font-size: 23px !important;
    line-height: 1.1 !important;
}

/* Compact product rows */
.decorative-column .wood-product-card ul {
    margin-top: 8px !important;
}

.decorative-column .wood-product-card li {
    padding: 6px 0 6px 16px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

/* =====================================================
   IPAD / TABLET
   ===================================================== */

@media (max-width: 1050px) and (min-width: 701px) {

    .decorative-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .decorative-products-grid {
        grid-template-columns: 1fr !important;
    }

    .decorative-column {
        gap: 14px;
    }

    .decorative-column .wood-product-card {
        padding: 20px !important;
    }

}/* =====================================================
   DECORATIVE COATINGS - FINAL 3 COLUMN STACKED LAYOUT
   ===================================================== */

.decorative-products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: start !important;
}

.decorative-column {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    min-width: 0;
}

/* Cards only use the height their content needs */
.decorative-column .wood-product-card {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    grid-column: auto !important;
    grid-row: auto !important;

    align-self: flex-start !important;
    margin: 0 !important;
    padding: 22px 24px !important;
}

/* Compact top section */
.decorative-column .wood-card-top {
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
}

.decorative-column .wood-card-top span {
    margin-bottom: 14px !important;
}

.decorative-column .wood-card-top h3 {
    font-size: 24px !important;
    line-height: 1.1 !important;
}

/* Compact lists */
.decorative-column .wood-product-card ul {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}

.decorative-column .wood-product-card li {
    padding: 6px 0 6px 16px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

/* Subheadings */
.decorative-column .decorative-subtitle {
    margin: 20px 0 7px !important;
}


/* =====================================================
   IPAD / TABLET
   ===================================================== */

@media (max-width: 1050px) and (min-width: 701px) {

    .decorative-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .decorative-products-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    /* Flatten columns so cards can return to product-number order */
    .decorative-column {
        display: contents !important;
    }

    .decorative-column .wood-product-card {
        width: 100% !important;
        padding: 20px !important;
    }

    .card-primers {
        order: 1;
    }

    .card-emulsion {
        order: 2;
    }

    .card-texture {
        order: 3;
    }

    .card-enamels {
        order: 4;
    }

    .card-fillers {
        order: 5;
    }

    .card-others {
        order: 6;
    }

    .card-custom {
        order: 7;
    }
}/* =====================================================
   DECORATIVE COATINGS - BRAND NOTE
   ===================================================== */

.decorative-brand-note {
    padding: 34px 30px;
    background: #12356b;
    border: 1px solid #12356b;
}

.decorative-brand-note .eyebrow {
    margin: 0 0 18px;
    color: #ffffff;
    opacity: 0.75;
    font-size: 10px;
    letter-spacing: 0.14em;
}

.decorative-brand-note h3 {
    margin: 0;
    max-width: 320px;

    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -0.035em;

    color: #ffffff;
}

.decorative-brand-note h3 span {
    color: #78a9e8;
}

.decorative-brand-note > p:last-child {
    margin-top: 20px;
    max-width: 340px;

    font-size: 13px;
    line-height: 1.75;

    color: rgba(255, 255, 255, 0.76);
}


/* TABLET */
@media (max-width: 1050px) {

    .decorative-brand-note {
        padding: 28px 26px;
    }

    .decorative-brand-note h3 {
        font-size: 28px;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .decorative-brand-note {
        order: 8;
        padding: 26px 22px;
    }

    .decorative-brand-note h3 {
        font-size: 27px;
    }
}/* =====================================================
   DECORATIVE - SECOND INFORMATION PANEL
   ===================================================== */

.decorative-feature-note {
    padding: 32px 30px;

    background: #eef1f3;
    border: 1px solid var(--border);
}

.decorative-feature-note .eyebrow {
    margin: 0 0 16px;

    font-size: 10px;
    letter-spacing: 0.14em;

    color: #d71920;
}

.decorative-feature-note h3 {
    margin: 0;

    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.035em;

    color: #12356b;
}

.decorative-feature-note h3 span {
    display: block;
    color: #1e5da8;
}

.decorative-feature-note > p:last-of-type {
    margin-top: 18px;

    font-size: 13px;
    line-height: 1.75;

    color: #5f666b;
}

.decorative-feature-points {
    display: flex;
    flex-direction: column;

    margin-top: 24px;
    border-top: 1px solid var(--border);
}

.decorative-feature-points span {
    padding: 11px 0;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;

    color: #12356b;

    border-bottom: 1px solid var(--border);
}


/* TABLET */
@media (max-width: 1050px) {

    .decorative-feature-note {
        padding: 27px 25px;
    }

    .decorative-feature-note h3 {
        font-size: 27px;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .decorative-feature-note {
        order: 9;
        padding: 25px 22px;
    }

    .decorative-feature-note h3 {
        font-size: 26px;
    }
}/* =====================================================
   DECORATIVE - SECOND EDITORIAL BLOCK
   ===================================================== */

.decorative-finish-note {
    margin-top: 16px;
    padding: 32px 30px;

    background: #eef1f4;
    border: 1px solid var(--border);
}

.decorative-finish-note .eyebrow {
    margin: 0 0 18px;
    color: #d71920;
    font-size: 10px;
}

.decorative-finish-note h3 {
    margin: 0;
    max-width: 340px;

    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.035em;

    color: #12356b;
}

.decorative-finish-note h3 span {
    display: block;
    color: #1e5da8;
}

.decorative-finish-note > p:last-of-type {
    margin-top: 20px;

    font-size: 13px;
    line-height: 1.75;

    color: #5f666b;
}

.finish-note-list {
    margin-top: 26px;
    border-top: 1px solid var(--border);
}

.finish-note-list span {
    display: block;
    padding: 12px 0;

    border-bottom: 1px solid var(--border);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;

    color: #12356b;
}


/* hide editorial filler blocks from the product flow on small screens
   if they make mobile too long */
@media (max-width: 700px) {

    .decorative-finish-note {
        margin-top: 0;
        padding: 24px 22px;
    }

    .decorative-finish-note h3 {
        font-size: 26px;
    }
}/* =====================================================
   FLOOR COATINGS PAGE
   ===================================================== */

/* HERO */

.floor-products-page .product-page-hero h1 {
    color: #12356b !important;
}

.floor-products-page .product-page-hero h1 span {
    color: #1e5da8 !important;
}


/* Temporarily use existing floor image */
.floor-products-page .product-page-hero {
    background-image:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.94) 0%,
            rgba(255,255,255,0.82) 30%,
            rgba(255,255,255,0.45) 52%,
            rgba(255,255,255,0.10) 72%,
            rgba(255,255,255,0) 100%
        ),
        url("images/floor-coatings.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* =====================================================
   TWO INDEPENDENT COLUMNS
   ===================================================== */

.floor-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.floor-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}


/* CARDS */

.floor-column .wood-product-card {
    width: 100% !important;

    height: auto !important;
    min-height: 0 !important;

    grid-column: auto !important;
    grid-row: auto !important;

    padding: 26px 28px !important;
    margin: 0 !important;
}


/* HEADING */

.floor-column .wood-card-top {
    margin-bottom: 18px !important;
    padding-bottom: 16px !important;
}

.floor-column .wood-card-top span {
    margin-bottom: 18px !important;
}

.floor-column .wood-card-top h3 {
    font-size: 27px !important;
    line-height: 1.1 !important;
}


/* LIST */

.floor-column .wood-product-card ul {
    margin-top: 8px !important;
}

.floor-column .wood-product-card li {
    padding: 7px 0 7px 17px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}


/* ACCESSORIES */

.floor-subtitle {
    margin: 26px 0 8px;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.13em;
    text-transform: uppercase;

    color: #d71920;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 900px) {

    .floor-products-grid {
        grid-template-columns: 1fr !important;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .floor-products-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .floor-column {
        display: contents;
    }

    .floor-column .wood-product-card {
        padding: 22px !important;
    }

    .floor-column .wood-card-top h3 {
        font-size: 24px !important;
    }

    .floor-column .wood-product-card li {
        font-size: 13px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

}/* =====================================================
   FLOOR COATINGS - INFORMATION PANEL
   ===================================================== */

.floor-feature-note {
    padding: 36px 34px;

    background: #12356b;
    border: 1px solid #12356b;
}

.floor-feature-note .eyebrow {
    margin: 0 0 18px;

    font-size: 10px;
    letter-spacing: 0.14em;

    color: #ffffff;
    opacity: 0.75;
}

.floor-feature-note h3 {
    margin: 0;
    max-width: 420px;

    font-size: 36px;
    line-height: 1.06;
    letter-spacing: -0.035em;

    color: #ffffff;
}

.floor-feature-note h3 span {
    display: block;
    color: #78a9e8;
}

.floor-feature-note > p:last-of-type {
    max-width: 520px;
    margin-top: 20px;

    font-size: 13px;
    line-height: 1.75;

    color: rgba(255, 255, 255, 0.76);
}

.floor-feature-points {
    margin-top: 28px;

    border-top: 1px solid rgba(255,255,255,0.18);
}

.floor-feature-points span {
    display: block;

    padding: 12px 0;

    border-bottom: 1px solid rgba(255,255,255,0.18);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;

    color: #ffffff;
}


/* TABLET */
@media (max-width: 900px) {

    .floor-feature-note {
        padding: 30px 28px;
    }

    .floor-feature-note h3 {
        font-size: 31px;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .floor-feature-note {
        padding: 26px 22px;
    }

    .floor-feature-note h3 {
        font-size: 28px;
    }
}/* =====================================================
   FLOOR COATINGS - RIGHT INFORMATION PANEL
   ===================================================== */

.floor-application-note {
    padding: 36px 34px;

    background: #eef1f3;
    border: 1px solid var(--border);
}

.floor-application-note .eyebrow {
    margin: 0 0 18px;

    font-size: 10px;
    letter-spacing: 0.14em;

    color: #d71920;
}

.floor-application-note h3 {
    margin: 0;
    max-width: 440px;

    font-size: 36px;
    line-height: 1.06;
    letter-spacing: -0.035em;

    color: #12356b;
}

.floor-application-note h3 span {
    display: block;
    color: #1e5da8;
}

.floor-application-note > p:last-of-type {
    max-width: 520px;
    margin-top: 20px;

    font-size: 13px;
    line-height: 1.75;

    color: #5f666b;
}

.floor-application-points {
    margin-top: 28px;

    border-top: 1px solid var(--border);
}

.floor-application-points span {
    display: block;

    padding: 12px 0;

    border-bottom: 1px solid var(--border);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;

    color: #12356b;
}


/* TABLET */
@media (max-width: 900px) {

    .floor-application-note {
        padding: 30px 28px;
    }

    .floor-application-note h3 {
        font-size: 31px;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .floor-application-note {
        padding: 26px 22px;
    }

    .floor-application-note h3 {
        font-size: 28px;
    }
}/* =====================================================
   AUTOMOTIVE COATINGS PAGE
   ===================================================== */
/* =====================================================
   AUTOMOTIVE COATINGS - HERO BACKGROUND
   ===================================================== */

.automotive-products-page .product-page-hero {
    position: relative;

    background-image: url("images/automotive-coatings-hero-bg.png") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    overflow: hidden;
}


/* WHITE FADE BEHIND TEXT */

.automotive-products-page .product-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.86) 27%,
        rgba(255, 255, 255, 0.58) 42%,
        rgba(255, 255, 255, 0.22) 56%,
        rgba(255, 255, 255, 0) 70%
    ) !important;

    z-index: 1;
    pointer-events: none;
}


/* KEEP HERO CONTENT ABOVE THE IMAGE */

.automotive-products-page .product-page-hero .container {
    position: relative;
    z-index: 2;
}


/* TITLE COLOURS */

.automotive-products-page .product-page-hero h1 {
    color: #12356b !important;
}

.automotive-products-page .product-page-hero h1 span {
    color: #1e5da8 !important;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1050px) {

    .automotive-products-page .product-page-hero {
        background-position: 58% center !important;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .automotive-products-page .product-page-hero {
        background-position: 60% center !important;
    }

    .automotive-products-page .product-page-hero::before {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.78) 0%,
            rgba(255, 255, 255, 0.55) 45%,
            rgba(255, 255, 255, 0.18) 100%
        ) !important;
    }
}
    

/* =====================================================
   SPECIALTY COATINGS PAGE
   ===================================================== */

.specialty-products-page .product-page-hero h1 {
    color: #12356b !important;
}

.specialty-products-page .product-page-hero h1 span {
    color: #1e5da8 !important;
}


/* HERO */

.specialty-products-page .product-page-hero {
    background-image:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.95) 0%,
            rgba(255,255,255,0.84) 30%,
            rgba(255,255,255,0.46) 52%,
            rgba(255,255,255,0.10) 72%,
            rgba(255,255,255,0) 100%
        ),
        url("images/specialty-coatings-hero-bg.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* =====================================================
   LARGE SPECIALTY PANEL
   ===================================================== */

.specialty-range-card {
    padding: 34px;

    background: var(--light);
    border: 1px solid var(--border);
}


/* HEADING */

.specialty-card-heading {
    padding-bottom: 24px;
    margin-bottom: 20px;

    border-bottom: 1px solid var(--border);
    text-align: center;
}

.specialty-card-heading span {
    display: block;

    margin-bottom: 18px;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;

    color: #d71920;
}

.specialty-card-heading h3 {
    margin: 0;

    font-size: 34px;
    line-height: 1.1;

    color: #12356b;
}


/* =====================================================
   PRODUCT LIST - 3 COLUMNS
   ===================================================== */

.specialty-products-list {
    column-count: 3;
    column-gap: 46px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.specialty-products-list li {
    position: relative;

    break-inside: avoid;

    padding: 9px 0 9px 18px;

    font-size: 13px;
    line-height: 1.4;

    color: var(--muted);

    border-bottom: 1px solid rgba(181, 182, 181, 0.55);
}

.specialty-products-list li::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: #d71920;

    transform: translateY(-50%);
}


/* =====================================================
   TABLET / IPAD
   ===================================================== */

@media (max-width: 1000px) {

    .specialty-products-list {
        column-count: 2;
        column-gap: 32px;
    }

    .specialty-range-card {
        padding: 28px;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .specialty-range-card {
        padding: 22px;
    }

    .specialty-card-heading h3 {
        font-size: 27px;
    }

    .specialty-products-list {
        column-count: 1;
    }

    .specialty-products-list li {
        padding: 7px 0 7px 16px;
        font-size: 13px;
    }

}/* =====================================================
   DECORATIVE COATINGS - HERO BACKGROUND
   ===================================================== */

.decorative-products-page .product-page-hero {
    position: relative;

    background-image: url("images/decorative-coatings-hero-bg.png") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    overflow: hidden;
}


/* LIGHT FADE ONLY BEHIND THE TEXT */
.decorative-products-page .product-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.82) 28%,
        rgba(255, 255, 255, 0.50) 43%,
        rgba(255, 255, 255, 0.18) 56%,
        rgba(255, 255, 255, 0) 70%
    ) !important;

    z-index: 1;
    pointer-events: none;
}


/* KEEP TEXT ABOVE IMAGE */
.decorative-products-page .product-page-hero .container {
    position: relative;
    z-index: 2;
}


/* HERO TITLE COLORS */
.decorative-products-page .product-page-hero h1 {
    color: #12356b !important;
}

.decorative-products-page .product-page-hero h1 span {
    color: #1e5da8 !important;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1050px) {

    .decorative-products-page .product-page-hero {
        background-position: 58% center !important;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .decorative-products-page .product-page-hero {
        background-position: 60% center !important;
    }

    .decorative-products-page .product-page-hero::before {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.76) 0%,
            rgba(255, 255, 255, 0.54) 45%,
            rgba(255, 255, 255, 0.20) 100%
        ) !important;
    }

}/* =====================================================
   AUTOMOTIVE COATINGS - FINAL 2x2 GRID FIX
   ===================================================== */

.automotive-products-page .automotive-products-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

.automotive-products-page
.automotive-products-grid
> .wood-product-card {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;

    grid-column: auto !important;
    grid-row: auto !important;

    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Cancel any inherited Wood special positioning */
.automotive-products-page
.automotive-products-grid
> .wood-product-card:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
}


/* TABLET */
@media (max-width: 900px) {

    .automotive-products-page .automotive-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .automotive-products-page .automotive-products-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .automotive-products-page
    .automotive-products-grid
    > .wood-product-card {
        height: auto !important;
    }
}/* =====================================================
   DECORATIVE COATINGS - FINAL HERO BACKGROUND
   ===================================================== */

.decorative-products-page .product-page-hero {
    position: relative;

    background-image:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(255, 255, 255, 0.82) 28%,
            rgba(255, 255, 255, 0.48) 43%,
            rgba(255, 255, 255, 0.16) 57%,
            rgba(255, 255, 255, 0) 72%
        ),
        url("images/decorative-coatings-hero-bg.png") !important;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    overflow: hidden;
}

/* Keep content above background */
.decorative-products-page .product-page-hero .container {
    position: relative;
    z-index: 2;
}

/* Heading colors */
.decorative-products-page .product-page-hero h1 {
    color: #12356b !important;
}

.decorative-products-page .product-page-hero h1 span {
    color: #1e5da8 !important;
}


/* TABLET */
@media (max-width: 1050px) {

    .decorative-products-page .product-page-hero {
        background-position: 58% center !important;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .decorative-products-page .product-page-hero {
        background-position: 60% center !important;
    }

    .decorative-products-page .product-page-hero::before {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.76) 0%,
            rgba(255, 255, 255, 0.52) 45%,
            rgba(255, 255, 255, 0.16) 100%
        ) !important;
    }
}/* =====================================================
   FINAL PRODUCT HERO SIZE
   SAME SIZE ON ALL PRODUCT PAGES
   ===================================================== */

/* DESKTOP */
@media (min-width: 1051px) {

    .product-page-hero {
        height: 545px !important;
        min-height: 545px !important;

        padding: 60px 0 !important;
        box-sizing: border-box !important;

        background-size: cover !important;
        background-repeat: no-repeat !important;

        display: flex;
        align-items: center;
    }

    .product-page-hero .container {
        width: 100%;
    }

    .product-page-hero-content {
        width: 100%;
        max-width: 980px !important;
    }

    /* Same title scale across pages */
    .product-page-hero h1 {
        font-size: 88px !important;
        line-height: 0.95 !important;
        letter-spacing: -0.055em !important;
    }

    .product-page-hero .back-link {
        margin-bottom: 55px !important;
    }
}


/* =====================================================
   IPAD / TABLET
   ===================================================== */

@media (max-width: 1050px) and (min-width: 701px) {

    .product-page-hero {
        height: 500px !important;
        min-height: 500px !important;

        padding: 48px 0 !important;
        box-sizing: border-box !important;

        background-size: cover !important;
    }

    .product-page-hero h1 {
        font-size: clamp(58px, 8vw, 76px) !important;
        line-height: 0.95 !important;
    }

    .product-page-hero .back-link {
        margin-bottom: 42px !important;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .product-page-hero {
        height: auto !important;
        min-height: 520px !important;

        padding: 38px 0 50px !important;
        box-sizing: border-box !important;

        background-size: cover !important;
    }

    .product-page-hero h1 {
        font-size: clamp(45px, 13vw, 58px) !important;
        line-height: 0.94 !important;
    }

    .product-page-hero .back-link {
        margin-bottom: 42px !important;
    }
}/* FOOTER LOCATION ICON */

.location-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.location-icon {
    width: 16px;
    height: 16px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    flex-shrink: 0;
}

.location-arrow {
    margin-left: 2px;
    transition: transform 0.25s ease;
}

.location-link:hover .location-arrow {
    transform: translate(2px, -2px);
}/* =====================================================
   ALL PRODUCT PAGES - MOBILE HERO TEXT READABILITY
   ===================================================== */

@media (max-width: 700px) {

    /* Stronger light layer behind hero content */
    .product-page-hero::before {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.82) 0%,
            rgba(255, 255, 255, 0.72) 42%,
            rgba(255, 255, 255, 0.58) 70%,
            rgba(255, 255, 255, 0.38) 100%
        ) !important;
    }

    /* Description below title */
    .product-page-hero-content > p:last-child {
        position: relative;
        z-index: 3;

        width: 100%;
        max-width: 100% !important;

        margin-top: 22px !important;

        padding: 14px 16px;

        font-size: 15px !important;
        line-height: 1.7 !important;
        font-weight: 500 !important;

        color: #263c52 !important;

        background: rgba(255, 255, 255, 0.58);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);

        border-left: 3px solid #d71920;
    }

}/* =====================================================
   FOOTER LOCATION LINK
   ===================================================== */

.location-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.location-icon {
    width: 16px;
    height: 16px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    flex-shrink: 0;
}

.location-arrow {
    margin-left: 2px;
    transition: transform 0.25s ease;
}

.location-link:hover .location-arrow {
    transform: translate(2px, -2px);
}/* =====================================================
   FLOATING WHATSAPP BUTTON
   ===================================================== */

.floating-whatsapp {
    position: fixed;

    right: 24px;
    bottom: 24px;

    z-index: 9999;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 16px 10px 11px;

    background: #12356b;
    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;

    box-shadow:
        0 8px 28px rgba(18, 53, 107, 0.20);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;

    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}


/* ICON CIRCLE */

.whatsapp-icon {
    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #25d366;
    border-radius: 50%;

    flex-shrink: 0;
}


/* ICON */

.whatsapp-icon svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: #ffffff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* HOVER */

.floating-whatsapp:hover {
    background: #174b8f;

    transform: translateY(-3px);

    box-shadow:
        0 12px 32px rgba(18, 53, 107, 0.28);

    color: #ffffff;
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .floating-whatsapp {
        right: 16px;
        bottom: 16px;

        width: 48px;
        height: 48px;

        padding: 0;

        justify-content: center;

        border-radius: 50%;
    }

    .whatsapp-icon {
        width: 34px;
        height: 34px;
    }

    .whatsapp-text {
        display: none;
    }

}/* =====================================================
   MARE PROFESSIONAL ENQUIRY FORM
   ===================================================== */

.enquiry-section {
    padding: 110px 0;
    background: #f2f4f5;
}

.enquiry-container {
    display: grid;
    grid-template-columns: 0.85fr 1.35fr;
    gap: 90px;
    align-items: start;
}


/* ================= LEFT CONTENT ================= */

.enquiry-intro {
    position: sticky;
    top: 120px;
}

.enquiry-intro h2 {
    margin-top: 18px;

    font-size: clamp(48px, 5vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.05em;

    color: #12356b;
}

.enquiry-intro h2 span {
    display: block;
    color: #1e5da8;
}

.enquiry-intro > p:not(.eyebrow) {
    max-width: 470px;
    margin-top: 28px;

    font-size: 15px;
    line-height: 1.8;

    color: #657176;
}


/* HIGHLIGHTS */

.enquiry-highlights {
    margin-top: 48px;
    border-top: 1px solid #d8dfe2;
}

.enquiry-highlights > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: center;

    padding: 17px 0;

    border-bottom: 1px solid #d8dfe2;
}

.enquiry-highlights span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;

    color: #d71920;
}

.enquiry-highlights p {
    margin: 0;

    font-size: 13px;
    font-weight: 700;

    color: #12356b;
}


/* ================= FORM PANEL ================= */

.enquiry-form-wrapper {
    padding: 42px;

    background: #ffffff;
    border: 1px solid #dde3e5;

    box-shadow:
        0 18px 60px rgba(18, 53, 107, 0.06);
}

.enquiry-form {
    width: 100%;
}


/* TWO COLUMN ROWS */

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 24px;

    margin-bottom: 25px;
}


/* FIELD */

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group-full {
    margin-bottom: 28px;
}

.form-group label {
    margin-bottom: 9px;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #12356b;
}

.form-group label span {
    color: #d71920;
}


/* INPUTS */

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    border: 1px solid #d8dfe2;
    border-radius: 0;

    background: #f9fafb;

    padding: 15px 16px;

    font-family: inherit;
    font-size: 14px;

    color: #1f3035;

    outline: none;

    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.form-group input,
.form-group select {
    min-height: 52px;
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}


/* PLACEHOLDERS */

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9aa4a8;
}


/* FOCUS */

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #1e5da8;
    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(30, 93, 168, 0.08);
}


/* SELECT ARROW */

.form-group select {
    cursor: pointer;
}


/* ================= SUBMIT ================= */

.form-submit-row {
    display: flex;
    align-items: center;
    gap: 26px;

    margin-top: 6px;
}

.enquiry-submit {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    min-width: 190px;

    padding: 16px 20px;

    border: 0;

    background: #12356b;
    color: #ffffff;

    font-family: inherit;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.enquiry-submit:hover {
    background: #1e5da8;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(18, 53, 107, 0.18);
}

.submit-arrow {
    margin-left: 25px;
    font-size: 18px;

    transition: transform 0.25s ease;
}

.enquiry-submit:hover .submit-arrow {
    transform: translateX(4px);
}

.enquiry-submit:disabled {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}


/* NOTE */

.form-note {
    max-width: 280px;

    margin: 0;

    font-size: 11px;
    line-height: 1.65;

    color: #899397;
}


/* RESPONSE */

.form-response {
    display: none;

    margin-top: 24px;
    padding: 14px 16px;

    font-size: 13px;
    line-height: 1.6;
}

.form-response.success {
    display: block;

    color: #12356b;

    background: #eef4f1;
    border-left: 3px solid #2e8b57;
}

.form-response.error {
    display: block;

    color: #8c2525;

    background: #f9eeee;
    border-left: 3px solid #d71920;
}


/* NETLIFY HONEYPOT */

.hidden-field {
    display: none !important;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1050px) {

    .enquiry-section {
        padding: 85px 0;
    }

    .enquiry-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .enquiry-intro {
        position: static;
    }

    .enquiry-intro > p:not(.eyebrow) {
        max-width: 620px;
    }

    .enquiry-highlights {
        max-width: 620px;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .enquiry-section {
        padding: 65px 0;
    }

    .enquiry-container {
        gap: 36px;
    }

    .enquiry-intro h2 {
        font-size: clamp(40px, 11vw, 48px);
    }

    .enquiry-intro > p:not(.eyebrow) {
        font-size: 14px;
    }

    .enquiry-highlights {
        margin-top: 34px;
    }

    .enquiry-form-wrapper {
        padding: 24px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;

        margin-bottom: 20px;
    }

    .form-group-full {
        margin-bottom: 22px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 16px;
    }

    .form-submit-row {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .enquiry-submit {
        width: 100%;
    }

    .form-note {
        max-width: 100%;
    }

}/* =====================================================
   MARE THANK YOU PAGE
   ===================================================== */

.thank-you-page {
    min-height: 100vh;

    display: flex;
    flex-direction: column;

    margin: 0;

    background:
        linear-gradient(
            135deg,
            #f7f8f9 0%,
            #eef1f3 100%
        );

    color: #12356b;
}


/* ================= HEADER ================= */

.thank-you-header {
    position: relative;
    z-index: 10;

    padding: 24px 0;

    background: rgba(255,255,255,0.92);

    border-bottom: 1px solid
        rgba(18,53,107,0.08);
}

.thank-you-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thank-you-logo img {
    width: 165px;
    height: auto;

    display: block;
}

.thank-you-home-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #12356b;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.08em;
    text-transform: uppercase;

    text-decoration: none;

    transition:
        color 0.25s ease;
}

.thank-you-home-link span {
    transition:
        transform 0.25s ease;
}

.thank-you-home-link:hover {
    color: #1e5da8;
}

.thank-you-home-link:hover span {
    transform: translate(2px, -2px);
}


/* ================= MAIN ================= */

.thank-you-main {
    position: relative;

    flex: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    padding: 90px 20px;
}


/* SUBTLE BRAND SHAPES */

.thank-you-decoration {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.thank-you-decoration-one {
    width: 430px;
    height: 430px;

    right: -170px;
    top: -160px;

    background:
        rgba(30,93,168,0.055);
}

.thank-you-decoration-two {
    width: 330px;
    height: 330px;

    left: -170px;
    bottom: -150px;

    background:
        rgba(215,25,32,0.035);
}


/* ================= CARD ================= */

.thank-you-card {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 760px;

    padding: 60px 65px;

    text-align: center;

    background: rgba(255,255,255,0.96);

    border:
        1px solid rgba(18,53,107,0.09);

    box-shadow:
        0 30px 80px
        rgba(18,53,107,0.08);
}


/* SUCCESS ICON */

.thank-you-icon {
    width: 62px;
    height: 62px;

    margin:
        0 auto
        28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #12356b;
}

.thank-you-icon svg {
    width: 28px;
    height: 28px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* EYEBROW */

.thank-you-eyebrow {
    margin: 0 0 18px;

    color: #d71920;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.16em;
}


/* HEADING */

.thank-you-card h1 {
    max-width: 620px;

    margin:
        0 auto
        24px;

    color: #12356b;

    font-size:
        clamp(46px, 6vw, 70px);

    line-height: 0.98;

    letter-spacing: -0.055em;
}

.thank-you-card h1 span {
    display: block;

    color: #1e5da8;
}


/* DESCRIPTION */

.thank-you-description {
    max-width: 570px;

    margin: 0 auto;

    color: #66747a;

    font-size: 15px;
    line-height: 1.8;
}


/* DIVIDER */

.thank-you-divider {
    width: 55px;
    height: 2px;

    margin:
        34px auto;

    background: #d71920;
}


/* FOLLOW-UP TEXT */

.thank-you-next {
    max-width: 570px;

    margin: 0 auto;
}

.thank-you-next-label {
    margin-bottom: 10px !important;

    color: #12356b !important;

    font-size: 10px !important;
    font-weight: 800;

    letter-spacing: 0.13em;
}

.thank-you-next p {
    margin: 0;

    color: #758086;

    font-size: 13px;
    line-height: 1.75;
}


/* ================= BUTTONS ================= */

.thank-you-actions {
    display: flex;
    justify-content: center;

    gap: 12px;

    margin-top: 32px;
}

.thank-you-whatsapp,
.thank-you-back {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.055em;
    text-transform: uppercase;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* WHATSAPP BUTTON */

.thank-you-whatsapp {
    gap: 10px;

    padding: 0 20px;

    background: #12356b;

    color: #ffffff;
}

.thank-you-whatsapp:hover {
    background: #1e5da8;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 10px 28px
        rgba(18,53,107,0.17);
}

.thank-you-whatsapp-icon {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #25d366;
}

.thank-you-whatsapp-icon svg {
    width: 16px;
    height: 16px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* HOME BUTTON */

.thank-you-back {
    gap: 22px;

    padding: 0 22px;

    color: #12356b;

    background: transparent;

    border: 1px solid
        rgba(18,53,107,0.22);
}

.thank-you-back:hover {
    color: #ffffff;

    background: #12356b;

    border-color: #12356b;

    transform: translateY(-2px);
}


/* ARROW */

.thank-you-arrow {
    transition:
        transform 0.25s ease;
}

.thank-you-whatsapp:hover
.thank-you-arrow {

    transform:
        translate(2px, -2px);
}

.thank-you-back:hover
.thank-you-arrow {

    transform:
        translateX(4px);
}


/* CONTACT */

.thank-you-contact {
    margin:
        35px 0 0;

    color: #8a9498;

    font-size: 11px;
    line-height: 1.8;
}

.thank-you-contact a {
    color: #66747a;

    text-decoration: none;
}

.thank-you-contact a:hover {
    color: #1e5da8;
}

.thank-you-contact span {
    margin: 0 5px;
}


/* ================= FOOTER ================= */

.thank-you-footer {
    padding: 20px 0;

    text-align: center;

    border-top:
        1px solid
        rgba(18,53,107,0.07);

    background:
        rgba(255,255,255,0.6);
}

.thank-you-footer p {
    margin: 0;

    color: #8b9599;

    font-size: 10px;

    letter-spacing: 0.04em;
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .thank-you-header {
        padding: 18px 0;
    }

    .thank-you-logo img {
        width: 135px;
    }

    .thank-you-home-link {
        font-size: 9px;
    }

    .thank-you-main {
        align-items: flex-start;

        padding:
            42px 16px
            55px;
    }

    .thank-you-card {
        padding:
            42px 22px
            38px;
    }

    .thank-you-icon {
        width: 54px;
        height: 54px;

        margin-bottom: 24px;
    }

    .thank-you-card h1 {
        font-size:
            clamp(40px, 12vw, 52px);
    }

    .thank-you-description {
        font-size: 14px;
    }

    .thank-you-actions {
        flex-direction: column;
    }

    .thank-you-whatsapp,
    .thank-you-back {
        width: 100%;
    }

    .thank-you-contact span {
        display: none;
    }

}/* =====================================================
   LARGE SCREEN / WIDE MONITOR FIX
   1440px, 1920px, ultrawide screens
   ===================================================== */

@media (min-width: 1440px) {

    /* Give the whole website more usable width */
    .container {
        width: min(92%, 1500px);
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }


    /* ================= HERO ================= */

    .hero {
        min-height: 720px;
        background-size: cover !important;
        background-position: center center !important;
    }

    .hero-content {
        max-width: 1050px;
    }


    /* Product page heroes */
    .product-page-hero {
        min-height: 560px !important;
        height: 560px !important;

        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .product-page-hero-content {
        max-width: 1050px !important;
    }


    /* ================= MAIN SECTIONS ================= */

    .products-grid,
    .solutions-grid,
    .why-grid {
        max-width: 1450px;
        margin-left: auto;
        margin-right: auto;
    }


    /* ================= ENQUIRY ================= */

    .enquiry-container {
        max-width: 1450px;
    }


    /* ================= FOOTER ================= */

    .footer-container {
        max-width: 1450px;
    }
}


/* =====================================================
   VERY LARGE / 2K / ULTRAWIDE
   ===================================================== */

@media (min-width: 1800px) {

    .container {
        width: min(88%, 1600px);
        max-width: 1600px;
    }

    .hero {
        min-height: 760px;
    }

    .product-page-hero {
        height: 590px !important;
        min-height: 590px !important;
    }

}/* =====================================================
   WIDE SCREEN HERO OVERLAY FIX
   Reduce excessive white fade on large monitors
   ===================================================== */

@media (min-width: 1440px) {

    .wood-products-page .product-page-hero::before,
    .protective-products-page .product-page-hero::before,
    .marine-products-page .product-page-hero::before,
    .decorative-products-page .product-page-hero::before,
    .floor-products-page .product-page-hero::before,
    .automotive-products-page .product-page-hero::before,
    .specialty-products-page .product-page-hero::before {

        background: linear-gradient(
            90deg,
            rgba(255,255,255,.92) 0%,
            rgba(255,255,255,.80) 22%,
            rgba(255,255,255,.52) 34%,
            rgba(255,255,255,.22) 44%,
            rgba(255,255,255,.05) 54%,
            rgba(255,255,255,0) 62%
        ) !important;
    }

}/* =====================================================
   FIX WHITE FADE / SHADOW OVER PRODUCT CONTENT
   ===================================================== */

/* Make normal content sections sit above decorative overlays */
.product-intro,
.product-content,
.product-range,
.range-intro,
.products-section,
.product-details {
    position: relative;
    z-index: 2;
}


/* Prevent hero overlays from escaping into next section */
.product-page-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}


/* Keep hero background effects INSIDE hero only */
.product-page-hero::before,
.product-page-hero::after {
    z-index: 0;
    pointer-events: none;
}


/* Hero text always above background */
.product-page-hero > * {
    position: relative;
    z-index: 2;
}


/* =====================================================
   IMPORTANT:
   REMOVE WHITE MASK FROM THE SECTION AFTER HERO
   ===================================================== */

.product-page-hero + section::before,
.product-page-hero + section::after {
    pointer-events: none;
}


/* =====================================================
   LARGE SCREEN PROTECTION
   ===================================================== */

@media (min-width: 1200px) {

    .product-page-hero {
        overflow: hidden !important;
    }

    .product-page-hero::before,
    .product-page-hero::after {
        height: 100% !important;
        max-height: 100% !important;
    }
}/* PRODUCTS MAIN HEADING */

.products-main-heading {
    margin: 0;
    font-size: clamp(48px, 4.2vw, 72px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

/* First line - MARE BLUE */
.products-main-heading .products-blue {
    display: block;
    color: #173a70;
    white-space: nowrap;
}

/* Second line - MARE RED */
.products-main-heading .products-red {
    display: block;
    color: #e21f26;
    margin-top: 5px;
    white-space: nowrap;
}


/* TABLET */
@media (max-width: 1100px) {

    .products-main-heading {
        font-size: clamp(44px, 5.5vw, 62px);
    }

    .products-main-heading .products-blue,
    .products-main-heading .products-red {
        white-space: normal;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .products-main-heading {
        font-size: clamp(38px, 10vw, 50px);
        line-height: 1;
    }

    .products-main-heading .products-red {
        margin-top: 7px;
    }
}/* =====================================================
   FINAL PRODUCTS HEADING COLOR FIX
   ===================================================== */

.products-section .products-main-heading {
    margin: 0 !important;

    color: #12356b !important;
    -webkit-text-fill-color: #12356b !important;

    background: none !important;

    font-size: clamp(48px, 4.2vw, 72px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
}

/* SECOND LINE ONLY = MARE RED */
.products-section .products-main-heading > span {
    display: block !important;

    margin-top: 7px !important;

    color: #d71920 !important;
    -webkit-text-fill-color: #d71920 !important;

    background: none !important;
}


/* LARGE DESKTOP */
@media (min-width: 1101px) {

    .products-section .products-main-heading {
        white-space: nowrap !important;
    }

    .products-section .products-main-heading > span {
        white-space: nowrap !important;
    }
}


/* TABLET */
@media (max-width: 1100px) {

    .products-section .products-main-heading {
        font-size: clamp(44px, 6vw, 62px) !important;
        white-space: normal !important;
    }

    .products-section .products-main-heading > span {
        white-space: normal !important;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .products-section .products-main-heading {
        font-size: clamp(38px, 10vw, 50px) !important;
        line-height: 1 !important;
    }

}/* =========================================
   AUTOMOTIVE RANGE HEADING
   ========================================= */

.automotive-range-heading {
    margin: 0;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.automotive-range-heading .auto-line-one {
    display: block;
    color: #173a70;
}

.automotive-range-heading .auto-line-two {
    display: block;
    color: #245fb5;
    white-space: nowrap;
    margin-top: 6px;
}


/* LARGE SCREENS */
@media (min-width: 1101px) {

    .automotive-range-heading {
        font-size: clamp(52px, 4.5vw, 76px);
    }

}


/* TABLET */
@media (max-width: 1100px) {

    .automotive-range-heading {
        font-size: clamp(44px, 6vw, 62px);
    }

    .automotive-range-heading .auto-line-two {
        white-space: normal;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .automotive-range-heading {
        font-size: clamp(38px, 10vw, 50px);
        line-height: 1;
    }

}/* =====================================================
   ABOUT MARE - COLLAGE IMAGE
   ===================================================== */

.about-collage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f2f4f5;
}

.about-collage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* DESKTOP */
@media (min-width: 1051px) {

    .about-collage {
        min-height: 540px;
    }

}


/* TABLET */
@media (max-width: 1050px) {

    .about-collage {
        min-height: 460px;
    }

}


/* MOBILE */
@media (max-width: 700px) {

    .about-collage {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .about-collage img {
        object-fit: cover;
    }

}/* =====================================================
   ABOUT SECTION - FINAL TWO COLUMN LAYOUT
   ===================================================== */

.about-section .container,
.about-container {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 70px;
    align-items: center;
}


/* COLLAGE */

.about-collage {
    width: 100%;
    aspect-ratio: 1 / 1;

    padding: 0 !important;

    overflow: hidden;

    background: #f1f3f4;
}

.about-collage img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* CONTENT */

.about-content {
    max-width: 720px;
}

.about-content h2 {
    margin: 18px 0 26px;

    font-size: clamp(48px, 5vw, 74px);
    line-height: 0.98;
    letter-spacing: -0.05em;

    color: #12356b;
}

.about-content h2 span {
    display: block;
    color: #1e5da8;
}


/* COPY */

.about-copy {
    max-width: 680px;
}

.about-copy p {
    margin: 0 0 18px;

    font-size: 14px;
    line-height: 1.75;

    color: #5f686c;
}

.about-copy p:last-child {
    margin-bottom: 0;
}


/* LINK */

.about-link {
    display: inline-block;

    margin-top: 26px;

    color: #12356b;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;

    border-bottom: 1px solid #12356b;

    padding-bottom: 3px;

    transition:
        color 0.25s ease,
        border-color 0.25s ease;
}

.about-link:hover {
    color: #d71920;
    border-color: #d71920;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1050px) {

    .about-section .container,
    .about-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-content {
        max-width: 100%;
    }

    .about-copy {
        max-width: 100%;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .about-section .container,
    .about-container {
        gap: 32px;
    }

    .about-content h2 {
        font-size: clamp(40px, 11vw, 52px);
    }

    .about-copy p {
        font-size: 13px;
        line-height: 1.7;
    }

}/* =========================================
   ABOUT - IMAGE MATCH TEXT COLUMN HEIGHT
   ========================================= */

#about .container,
.about-section .container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    align-items: stretch !important;
}


/* LEFT COLLAGE */
#about .about-image,
#about .about-collage,
.about-section .about-image,
.about-section .about-collage {
    width: 100% !important;
    height: 100% !important;
    min-height: 520px !important;

    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
}


/* Make collage fill entire left column */
#about .about-image img,
#about .about-collage img,
.about-section .about-image img,
.about-section .about-collage img {
    width: 100% !important;
    height: 100% !important;

    display: block !important;

    object-fit: cover !important;
    object-position: center !important;
}


/* RIGHT TEXT */
#about .about-content,
.about-section .about-content {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* TABLET / MOBILE */
@media (max-width: 1050px) {

    #about .container,
    .about-section .container {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }

    #about .about-image,
    #about .about-collage,
    .about-section .about-image,
    .about-section .about-collage {
        height: auto !important;
        min-height: 0 !important;
    }

    #about .about-image img,
    #about .about-collage img,
    .about-section .about-image img,
    .about-section .about-collage img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}/* =====================================================
   PROTECTIVE COATINGS - MOBILE HEADING FIX
   ===================================================== */

@media (max-width: 700px) {

    .protective-products-page .product-page-hero h1 {
        white-space: normal !important;

        width: 100% !important;
        max-width: 100% !important;

        font-size: clamp(44px, 12vw, 56px) !important;
        line-height: 0.95 !important;

        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .protective-products-page .product-page-hero h1 span {
        display: block !important;
        white-space: normal !important;
    }

    .protective-products-page .product-page-hero-content {
        width: 100% !important;
        max-width: 100% !important;
    }

}/* =====================================================
   ABOUT COLLAGE - FINAL NO-CROP FIX
   ===================================================== */

#about .container,
.about-section .container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 55px !important;
    align-items: start !important;
}


/* COLLAGE BOX */
#about .about-image,
#about .about-collage,
.about-section .about-image,
.about-section .about-collage {
    width: 100% !important;

    height: auto !important;
    min-height: 0 !important;

    padding: 0 !important;
    margin: 0 !important;

    overflow: visible !important;

    background: transparent !important;

    /* collage itself is landscape */
    aspect-ratio: 3 / 2 !important;
}


/* SHOW THE ENTIRE COLLAGE */
#about .about-image img,
#about .about-collage img,
.about-section .about-image img,
.about-section .about-collage img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: contain !important;
    object-position: center !important;

    margin: 0 !important;
}


/* RIGHT TEXT */
#about .about-content,
.about-section .about-content {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1050px) {

    #about .container,
    .about-section .container {
        grid-template-columns: 1fr !important;
        gap: 38px !important;
    }

    #about .about-image,
    #about .about-collage,
    .about-section .about-image,
    .about-section .about-collage {
        aspect-ratio: 3 / 2 !important;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    #about .container,
    .about-section .container {
        gap: 28px !important;
    }

    #about .about-image img,
    #about .about-collage img,
    .about-section .about-image img,
    .about-section .about-collage img {
        object-fit: contain !important;
    }
}/* =====================================================
   ABOUT SECTION - REMOVE EXCESS EMPTY SPACE
   ===================================================== */

#about,
.about-section {
    height: auto !important;
    min-height: 0 !important;

    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

#about .container,
.about-section .container {
    height: auto !important;
    min-height: 0 !important;

    align-items: start !important;
}

/* Make sure neither column forces extra height */
#about .about-image,
#about .about-collage,
#about .about-content,
.about-section .about-image,
.about-section .about-collage,
.about-section .about-content {
    min-height: 0 !important;
    height: auto !important;
}

/* Keep full collage visible */
#about .about-collage img,
.about-section .about-collage img {
    width: 100% !important;
    height: auto !important;

    object-fit: contain !important;
    display: block !important;
}


/* TABLET */
@media (max-width: 1050px) {

    #about,
    .about-section {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

}


/* MOBILE */
@media (max-width: 700px) {

    #about,
    .about-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

}/* =====================================================
   ABOUT CAPABILITY STRIP
   ===================================================== */

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    margin-top: 34px;

    border-top: 1px solid #d8dfe2;
    border-bottom: 1px solid #d8dfe2;
}

.about-stat {
    padding: 20px 18px;

    border-right: 1px solid #d8dfe2;
}

.about-stat:last-child {
    border-right: none;
}

.about-stat-number {
    display: block;

    margin-bottom: 6px;

    font-size: 22px;
    font-weight: 700;

    color: #12356b;
}

.about-stat-label {
    display: block;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #d71920;
}


/* TABLET */
@media (max-width: 1050px) {

    .about-stats {
        margin-top: 28px;
    }

}


/* MOBILE */
@media (max-width: 700px) {

    .about-stats {
        grid-template-columns: 1fr;
    }

    .about-stat {
        border-right: none;
        border-bottom: 1px solid #d8dfe2;
    }

    .about-stat:last-child {
        border-bottom: none;
    }

}/* =====================================================
   ABOUT SECTION - TIGHTER FINAL DESKTOP SIZE
   ===================================================== */

/* RED EYEBROW */
.about-eyebrow {
    color: #e21f26 !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
}


/* REDUCE WHOLE SECTION SIZE */
.about-section {
    padding-top: 60px !important;
    padding-bottom: 65px !important;
}


/* REDUCE GAP BETWEEN IMAGE AND TEXT */
.about-grid {
    gap: 38px !important;
}


/* MAKE COLLAGE SLIGHTLY SMALLER */
.about-left {
    max-width: 650px;
}


/* REDUCE HEADING SIZE */
.about-title {
    font-size: clamp(44px, 3.6vw, 60px) !important;
    line-height: 0.98 !important;
    margin-bottom: 22px !important;
}


/* REDUCE BODY TEXT SLIGHTLY */
.about-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin-bottom: 17px !important;
}


/* MAKE STATS A LITTLE SHORTER */
.about-stat {
    padding: 18px 16px !important;
}

.about-stat-number {
    font-size: 21px !important;
}

.about-stat-label {
    font-size: 9px !important;
}


/* =====================================================
   LARGE SCREEN
   ===================================================== */

@media (min-width: 1500px) {

    .about-section {
        padding-top: 65px !important;
        padding-bottom: 70px !important;
    }

    .about-grid {
        gap: 45px !important;
    }

    .about-title {
        font-size: 58px !important;
    }

}


/* =====================================================
   MOBILE / TABLET - KEEP CURRENT RESPONSIVE BEHAVIOUR
   ===================================================== */

@media (max-width: 1050px) {

    .about-left {
        max-width: 100%;
    }

    .about-section {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

}/* =====================================================
   ALL PRODUCT PAGES - CONSISTENT HERO SIDE SPACING
   ===================================================== */

.product-page-hero .container {
    width: 100% !important;
    max-width: none !important;

    padding-left: 70px !important;
    padding-right: 70px !important;

    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}


/* HERO CONTENT */
.product-page-hero-content {
    width: 100%;
    max-width: 760px;
}


/* =====================================================
   LARGE DESKTOP
   ===================================================== */

@media (min-width: 1500px) {

    .product-page-hero .container {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1050px) {

    .product-page-hero .container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .product-page-hero .container {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

}


/* VERY SMALL MOBILE */
@media (max-width: 420px) {

    .product-page-hero .container {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

}/* MARE red text */
.product-hero-title .mare-red {
    color: #e31b23 !important;
}/* FINAL AUTOMOTIVE HEADING COLOR FIX */

.automotive-products-page .product-page-hero .product-hero-title {
    color: #173a70 !important;
    -webkit-text-fill-color: #173a70 !important;
    background: none !important;
}

.automotive-products-page .product-page-hero .product-hero-title .mare-red {
    color: #e31b23 !important;
    -webkit-text-fill-color: #e31b23 !important;
    background: none !important;
}/* AUTOMOTIVE COATINGS - AUTOMAX YELLOW */
.automotive-products-page .product-page-hero
.product-hero-title .mare-red {
    color: #5CFF32 !important;
-webkit-text-fill-color: #5CFF32 !important;
}/* FORCE AUTOMOTIVE HEADING SPAN TO MARE RED */
.product-hero-title span {
    color: #E31B23 !important;
    -webkit-text-fill-color: #E31B23 !important;
}/* AUTOMOTIVE COATINGS - FINAL COLOR */
.automotive-products-page .product-page-hero h1 span {
    color: #c62828 !important;
    -webkit-text-fill-color: #c62828 !important;
}/* =========================================
   AUTOMOTIVE HERO - COATINGS MARE RED
========================================= */

.automotive-products-page .product-hero-title .mare-red {
    color: #c62828 !important;
    -webkit-text-fill-color: #c62828 !important;
}body.automotive-products-page
.product-page-hero
.product-page-hero-content
h1.product-hero-title
span.mare-red {
    color: #c62828 !important;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #c62828 !important;
}/* =====================================================
   AUTOMOTIVE HERO — CLEAN DESKTOP CONTRAST FIX
===================================================== */

@media (min-width: 769px) {

    /* Keep Coatings clean MARE red */
    .automotive-products-page
    .product-hero-title
    .mare-red {
        color: #c62828 !important;
        -webkit-text-fill-color: #c62828 !important;
        text-shadow: none !important;
        background: none !important;
    }

    /* Extend the existing white fade behind the text */
    .automotive-products-page .product-page-hero::before {
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(255, 255, 255, 0.94) 18%,
            rgba(255, 255, 255, 0.82) 30%,
            rgba(255, 255, 255, 0.58) 42%,
            rgba(255, 255, 255, 0.25) 53%,
            rgba(255, 255, 255, 0) 64%
        ) !important;
    }
}#about {
    scroll-margin-top: 130px;
}