/*
Theme Name: LeatherPro
Theme URI: https://leatherpro.com.au
Description: LeatherPro design layer for GeneratePress.
Author: LeatherPro
Template: generatepress
Version: 1.1.0
Text Domain: leatherpro
*/


/* =========================================================
   BRAND
   ========================================================= */

:root {
    --navy: #111677;
    --navy-dark: #080c49;
    --leather: #b56d50;
    --burgundy: #870048;
    --ink: #202126;
    --grey: #666970;
    --soft: #f5f3ef;
    --sand: #ebe5dd;
    --white: #ffffff;
    --border: #dedbd6;
}


/* =========================================================
   GENERATEPRESS RESET / FULL WIDTH
   ========================================================= */

body.home #page.grid-container,
body.home #page {
    max-width: none !important;
    width: 100% !important;
}

body.home .site-content {
    padding: 0 !important;
    display: block !important;
}

body.home .content-area {
    width: 100% !important;
    float: none !important;
}

body.home .site-main {
    margin: 0 !important;
}

body.home .inside-article {
    padding: 0 !important;
}

body.home .entry-content {
    margin: 0 !important;
}

body.home .entry-header,
body.home .comments-area,
body.home .site-footer {
    display: none;
}


/* Hide GeneratePress text title beside logo */

.site-header .site-branding {
    display: none !important;
}


/* Header */

.site-header {
    background: #fff;
    border-bottom: 1px solid #ebe8e3;
}

.site-header .inside-header {
    max-width: 1360px;
    margin: auto;
    padding: 12px 30px;
}

.site-logo img,
.custom-logo {
    width: auto !important;
    height: auto !important;
    max-width: 310px !important;
    max-height: 88px !important;
}


/* =========================================================
   BASE
   ========================================================= */

.lp-page,
.lp-page * {
    box-sizing: border-box;
}

.lp-page {
    color: var(--ink);
    font-size: 17px;
    line-height: 1.62;
    overflow: hidden;
}

.lp-wide-container {
    width: min(1360px, calc(100% - 64px));
    margin: 0 auto;
}

.lp-page h1,
.lp-page h2,
.lp-page h3 {
    color: var(--navy-dark);
    letter-spacing: -.025em;
}

.lp-page h1 {
    font-size: clamp(48px, 5.1vw, 78px);
    line-height: .99;
    margin: 0 0 28px;
}

.lp-page h2 {
    font-size: clamp(34px, 3.4vw, 50px);
    line-height: 1.08;
    margin: 0 0 20px;
}

.lp-page h3 {
    font-size: 24px;
    line-height: 1.15;
    margin: 0 0 12px;
}

.lp-page p {
    margin: 0 0 18px;
}

.lp-section-label {
    color: var(--leather);
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .17em;
    font-weight: 800;
    margin-bottom: 15px;
}

.lp-section-label-light {
    color: #e1aa91;
}


/* =========================================================
   HERO
   ========================================================= */

.lp-hero {
    background:
        linear-gradient(125deg, #f6f3ee 0%, #fff 65%);
    padding: 50px 0 62px;
}

.lp-hero-inner {
    width: min(1420px, calc(100% - 64px));
    margin: auto;
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    gap: 60px;
    align-items: center;
}

.lp-hero-copy {
    max-width: 620px;
    padding-left: 18px;
}

.lp-eyebrow {
    color: var(--leather);
    font-size: 12px;
    letter-spacing: .17em;
    font-weight: 800;
    margin-bottom: 22px;
}

.lp-hero h1 span {
    display: block;
    color: var(--leather);
}

.lp-hero-lead {
    max-width: 600px;
    font-size: 21px;
    color: #494b51;
    line-height: 1.58;
}

.lp-hero-actions {
    margin-top: 30px;
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}

.lp-primary-button {
    display: inline-block;
    background: var(--navy);
    color: #fff !important;
    text-decoration: none;
    padding: 15px 24px;
    border-radius: 4px;
    font-weight: 700;
}

.lp-primary-button:hover {
    background: var(--navy-dark);
}

.lp-text-link {
    color: var(--navy) !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.lp-hero-photo {
    position: relative;
    height: 540px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(0,0,0,.13);
}

.lp-hero-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 53%;
}

.lp-photo-note {
    position: absolute;
    left: 24px;
    bottom: 22px;
    background: rgba(8,12,73,.9);
    color: white;
    padding: 9px 14px;
    font-size: 12px;
    letter-spacing: .04em;
    border-radius: 3px;
}


/* =========================================================
   TRUST STRIP
   ========================================================= */

.lp-trust-strip {
    background: var(--navy-dark);
    color: #fff;
}

.lp-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.lp-trust-grid > div {
    padding: 24px 28px;
    border-right: 1px solid rgba(255,255,255,.13);
}

.lp-trust-grid > div:last-child {
    border-right: 0;
}

.lp-trust-grid strong,
.lp-trust-grid span {
    display: block;
}

.lp-trust-grid strong {
    font-size: 15px;
    margin-bottom: 3px;
}

.lp-trust-grid span {
    color: rgba(255,255,255,.67);
    font-size: 13px;
}


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

.lp-intro {
    padding: 72px 0;
    background: #fff;
}

.lp-intro-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 100px;
    align-items: start;
}

.lp-intro-title {
    max-width: 620px;
}

.lp-intro-copy {
    color: #55575d;
    max-width: 620px;
    padding-top: 4px;
}

.lp-division-note {
    border-left: 3px solid var(--leather);
    margin-top: 26px;
    padding: 9px 0 9px 18px;
    color: var(--navy-dark);
}


/* =========================================================
   HEADING ROW
   ========================================================= */

.lp-heading-row {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 38px;
}

.lp-heading-row p {
    color: #666970;
    max-width: 440px;
}


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

.lp-process {
    background: var(--soft);
    padding: 72px 0 78px;
}

.lp-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.lp-process-card {
    background: #fff;
    border: 1px solid #e0ddd8;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(0,0,0,.045);
}

.lp-process-photo {
    height: 195px;
    overflow: hidden;
}

.lp-process-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-process-body {
    padding: 24px 24px 26px;
}

.lp-step {
    color: var(--leather);
    font-size: 12px;
    letter-spacing: .17em;
    font-weight: 800;
    margin-bottom: 11px;
}

.lp-process-body p {
    color: #696a70;
    font-size: 15px;
    line-height: 1.55;
}


/* =========================================================
   FEATURE BAND
   ========================================================= */

.lp-feature-band {
    background: var(--leather);
    color: #fff;
    padding: 48px 32px;
}

.lp-feature-band-inner {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.lp-feature-small {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .19em;
    margin-bottom: 12px;
    opacity: .76;
}

.lp-feature-large {
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.025em;
}

.lp-feature-large span {
    color: var(--navy-dark);
}

.lp-feature-band p {
    max-width: 700px;
    margin: 18px auto 0;
    color: rgba(255,255,255,.88);
}


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

.lp-services {
    padding: 76px 0 82px;
}

.lp-service-grid {
    display: grid;
    grid-template-columns: 1.18fr .91fr .91fr;
    gap: 20px;
}

.lp-service-card {
    border: 1px solid var(--border);
    background: #fff;
}

.lp-service-photo {
    height: 310px;
    overflow: hidden;
    background: #eee;
}

.lp-service-feature .lp-service-photo {
    height: 370px;
}

.lp-service-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.lp-service-copy {
    padding: 23px 25px 27px;
}

.lp-service-copy > span {
    color: var(--leather);
    font-size: 11px;
    letter-spacing: .15em;
    font-weight: 800;
}

.lp-service-copy h3 {
    margin-top: 6px;
}

.lp-service-copy p {
    color: #666970;
    font-size: 15px;
}


/* =========================================================
   MOULD
   ========================================================= */

.lp-mould {
    background: var(--navy-dark);
    padding: 76px 0;
}

.lp-mould-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 70px;
    align-items: center;
}

.lp-mould-copy h2,
.lp-mould-copy p {
    color: #fff;
}

.lp-mould-copy p {
    color: rgba(255,255,255,.74);
}

.lp-light-button {
    display: inline-block;
    margin-top: 14px;
    background: #fff;
    color: var(--navy-dark) !important;
    text-decoration: none;
    padding: 13px 21px;
    font-weight: 700;
    border-radius: 4px;
}

.lp-ba {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.lp-ba figure {
    position: relative;
    height: 405px;
    margin: 0;
    overflow: hidden;
}

.lp-ba img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lp-image-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: rgba(255,255,255,.92);
    color: var(--navy-dark);
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
}


/* =========================================================
   RESULTS
   ========================================================= */

.lp-results {
    padding: 76px 0 80px;
    background: #fff;
}

.lp-results-heading {
    max-width: 720px;
    margin-bottom: 35px;
}

.lp-result-layout {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
}

.lp-result-main {
    height: 560px;
    overflow: hidden;
}

.lp-result-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lp-result-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.lp-result-side figure {
    height: 271px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.lp-result-side img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lp-result-side span {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
    background: var(--navy-dark);
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    letter-spacing: .14em;
    font-weight: 800;
}


/* =========================================================
   LOCAL
   ========================================================= */

.lp-local {
    background: var(--soft);
    padding: 70px 0;
}

.lp-local-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    align-items: center;
}

.lp-suburbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.lp-suburbs span {
    background: #fff;
    border: 1px solid var(--border);
    padding: 8px 13px;
    border-radius: 50px;
    font-size: 14px;
}


/* =========================================================
   BOOKING
   ========================================================= */

.lp-booking {
    padding: 78px 30px;
    text-align: center;
    background: #fff;
}

.lp-booking-inner {
    max-width: 900px;
    margin: auto;
}

.lp-booking-inner > p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #62646a;
    font-size: 19px;
}

.lp-booking-box {
    margin-top: 35px;
    background: var(--soft);
    border: 1px solid var(--border);
    padding: 35px;
}

.lp-booking-box-heading {
    color: var(--navy-dark);
    font-size: 22px;
    font-weight: 700;
}

.lp-outline-button {
    display: inline-block;
    margin-top: 8px;
    color: var(--navy) !important;
    border: 2px solid var(--navy);
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 700;
}


/* =========================================================
   CONTACT
   ========================================================= */

.lp-contact {
    padding: 46px 0;
    background: var(--navy-dark);
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.lp-contact-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr .7fr 1.25fr;
    gap: 38px;
}

.lp-contact strong {
    color: #fff;
}

.lp-contact-brand img {
    max-width: 220px;
    max-height: 72px;
    width: auto;
    height: auto;
    background: white;
    padding: 6px;
}

.lp-contact-brand p {
    font-size: 12px;
    margin-top: 7px;
}


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

@media (max-width: 1000px) {

    .lp-hero-inner,
    .lp-intro-grid,
    .lp-mould-grid,
    .lp-local-grid {
        grid-template-columns: 1fr;
    }

    .lp-hero-copy {
        max-width: 760px;
        padding-left: 0;
    }

    .lp-hero-photo {
        height: 460px;
    }

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

    .lp-service-grid {
        grid-template-columns: 1fr 1fr;
    }

    .lp-service-feature {
        grid-column: 1 / -1;
    }

    .lp-heading-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .lp-intro-grid,
    .lp-mould-grid,
    .lp-local-grid {
        gap: 35px;
    }

    .lp-contact-grid {
        grid-template-columns: 1fr 1fr;
    }

}


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

@media (max-width: 700px) {

    .lp-wide-container,
    .lp-hero-inner {
        width: calc(100% - 32px);
    }

    .site-header .inside-header {
        padding: 10px 16px;
    }

    .site-logo img,
    .custom-logo {
        max-width: 225px !important;
        max-height: 67px !important;
    }

    .lp-page h1 {
        font-size: 44px;
    }

    .lp-page h2 {
        font-size: 34px;
    }

    .lp-hero {
        padding: 38px 0 45px;
    }

    .lp-hero-photo {
        height: 320px;
    }

    .lp-photo-note {
        left: 12px;
        bottom: 12px;
    }

    .lp-trust-grid,
    .lp-process-grid,
    .lp-service-grid,
    .lp-result-layout,
    .lp-contact-grid {
        grid-template-columns: 1fr;
    }

    .lp-trust-grid > div {
        padding: 16px 5px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .lp-process,
    .lp-services,
    .lp-mould,
    .lp-results,
    .lp-local,
    .lp-booking,
    .lp-intro {
        padding-top: 52px;
        padding-bottom: 55px;
    }

    .lp-process-photo {
        height: 220px;
    }

    .lp-service-feature {
        grid-column: auto;
    }

    .lp-service-photo,
    .lp-service-feature .lp-service-photo {
        height: 270px;
    }

    .lp-ba {
        grid-template-columns: 1fr;
    }

    .lp-ba figure {
        height: 290px;
    }

    .lp-result-main {
        height: 330px;
    }

    .lp-result-side {
        grid-template-rows: none;
        grid-template-columns: 1fr;
    }

    .lp-result-side figure {
        height: 260px;
    }

    .lp-feature-band {
        padding: 42px 20px;
    }

    .lp-booking {
        padding-left: 16px;
        padding-right: 16px;
    }

    .lp-booking-box {
        padding: 25px 18px;
    }

}



/* =========================================================
   REAL TECHNICIAN FEATURE
   ========================================================= */

.lp-technician-feature {
    padding: 68px 0 72px;
    background: #fff;
}

.lp-technician-grid {
    display: grid;
    grid-template-columns: .68fr 1.32fr;
    gap: 64px;
    align-items: center;
}

.lp-technician-copy {
    max-width: 500px;
}

.lp-technician-copy p {
    color: #61636a;
}

.lp-technician-images {
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    gap: 14px;
    align-items: center;
}

.lp-tech-photo {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #eee;
}

.lp-tech-photo-main {
    height: 470px;
}

.lp-tech-photo-secondary {
    height: 365px;
}

.lp-tech-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.lp-tech-photo figcaption {
    position: absolute;
    left: 14px;
    bottom: 14px;

    background: rgba(8,12,73,.90);
    color: #fff;

    padding: 7px 11px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
}


@media (max-width: 1000px) {

    .lp-technician-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

}


@media (max-width: 700px) {

    .lp-technician-feature {
        padding: 52px 0 55px;
    }

    .lp-technician-images {
        grid-template-columns: 1fr;
    }

    .lp-tech-photo-main,
    .lp-tech-photo-secondary {
        height: 310px;
    }

}



/* =========================================================
   PHASE 5 — PREMIUM EDITABLE LANDING PAGE
   ========================================================= */

body.home #page {
    max-width: none !important;
    width: 100% !important;
}

body.home #primary,
body.home .site-main,
body.home .inside-article,
body.home .entry-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.home .entry-header {
    display: none !important;
}


/* HEADER */

.site-header {
    background: #07183d;
    border: 0;
}

.site-header .inside-header {
    max-width: 1450px;
    min-height: 74px;
    margin: auto;
    padding: 9px 28px;
    display: flex;
    align-items: center;
}

.site-logo {
    margin-right: auto;
}

.site-logo img,
.custom-logo {
    max-width: 235px !important;
    max-height: 58px !important;
}

.lp5-header-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.lp5-header-nav a {
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .035em;
    font-weight: 700;
}

.lp5-header-book {
    margin-left: 15px;
    background: #d6ad68;
    color: #07183d !important;
    padding: 12px 20px;
    border-radius: 3px;
}


/* BASE */

.lp5-home {
    font-size: 16px;
    color: #222b39;
    overflow: hidden;
}

.lp5-home * {
    box-sizing: border-box;
}

.lp5-home h1,
.lp5-home h2,
.lp5-home h3 {
    color: #07183d;
    letter-spacing: -.025em;
}

.lp5-kicker {
    font-size: 11px;
    color: #b98439;
    letter-spacing: .11em;
    font-weight: 800;
    margin-bottom: 10px;
}


/* HERO */

.lp5-hero {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    min-height: 475px;
    background: #f4eee5;
}

.lp5-hero-copy {
    padding: 58px 36px 55px max(7vw, 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp5-hero h1 {
    font-size: clamp(48px, 5vw, 74px);
    line-height: .98;
    margin: 0 0 18px;
}

.lp5-hero h2 {
    color: #a67437;
    font-size: clamp(21px, 2vw, 30px);
    line-height: 1.17;
    margin: 0;
}

.lp5-hero-image {
    overflow: hidden;
}

.lp5-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 475px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.lp5-hero-buttons {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-top: 28px;
}

.lp5-button-primary {
    background: #07183d;
    color: white !important;
    padding: 13px 22px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
}

.lp5-button-link {
    color: #07183d !important;
    text-decoration: none;
    font-weight: 700;
}


/* SERVICE STRIP */

.lp5-service-strip {
    background: #07183d;
    color: white;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 0 max(5vw,30px);
}

.lp5-service-strip > div {
    padding: 22px 32px;
    border-right: 1px solid rgba(255,255,255,.22);
}

.lp5-service-strip > div:last-child {
    border: 0;
}

.lp5-service-strip strong,
.lp5-service-strip span {
    display: block;
}

.lp5-service-strip strong {
    font-size: 13px;
}

.lp5-service-strip span {
    font-size: 12px;
    opacity: .72;
}


/* PROCESS */

.lp5-process {
    background: #faf8f5;
    padding: 38px max(6vw,30px) 52px;
}

.lp5-section-heading {
    text-align: center;
    margin-bottom: 20px;
}

.lp5-section-heading h2 {
    font-size: 30px;
    margin: 0 0 4px;
}

.lp5-section-heading p {
    margin: 0;
}

.lp5-process-grid {
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
}

.lp5-process-card {
    background: white;
    border: 1px solid #ddd8cf;
    overflow: hidden;
}

.lp5-process-card > img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    display: block;
}

.lp5-process-copy {
    position: relative;
    padding: 20px 20px 22px 64px;
    min-height: 175px;
}

.lp5-number {
    position: absolute;
    top: -19px;
    left: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #07183d;
    color: white;
    font-weight: 800;
}

.lp5-process-copy h3 {
    font-size: 16px;
    margin: 0 0 7px;
}

.lp5-process-copy p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}


/* TECHNICIAN */

.lp5-technician {
    display: grid;
    grid-template-columns: .7fr 1.05fr .75fr;
    gap: 14px;
    padding: 42px max(7vw,35px);
    align-items: center;
}

.lp5-tech-copy {
    padding-right: 32px;
}

.lp5-tech-copy h2 {
    font-size: 35px;
    line-height: 1.08;
    margin: 0 0 14px;
}

.lp5-tech-copy p {
    font-size: 14px;
    line-height: 1.55;
}

.lp5-tech-main,
.lp5-tech-second {
    height: 335px;
    overflow: hidden;
}

.lp5-tech-main img,
.lp5-tech-second img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* BENEFITS */

.lp5-benefits {
    background: #07183d;
    color: white;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 0 max(6vw,30px);
}

.lp5-benefits > div {
    padding: 20px 28px;
}

.lp5-benefits strong,
.lp5-benefits span {
    display: block;
}

.lp5-benefits strong {
    color: white;
    font-size: 13px;
}

.lp5-benefits span {
    opacity: .7;
    font-size: 12px;
}


/* RESULTS */

.lp5-results {
    display: grid;
    grid-template-columns: .72fr 1fr 1fr;
    gap: 10px;
    padding: 38px max(7vw,30px);
    background: #faf8f5;
    align-items: center;
}

.lp5-results-copy {
    padding-right: 30px;
}

.lp5-results-copy h2 {
    font-size: 34px;
    line-height: 1.07;
    margin: 0;
}

.lp5-before-after {
    margin: 0;
    position: relative;
    height: 310px;
    overflow: hidden;
}

.lp5-before-after img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lp5-before-after span,
.lp5-mould figure span {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background: #07183d;
    color: white;
    padding: 7px 18px;
    font-size: 11px;
    font-weight: 800;
}


/* MOULD */

.lp5-mould {
    display: grid;
    grid-template-columns: .72fr 1fr 1fr;
    gap: 12px;
    background: #07183d;
    padding: 45px max(7vw,30px);
    align-items: center;
}

.lp5-mould-copy {
    padding-right: 30px;
}

.lp5-mould h2,
.lp5-mould p {
    color: white;
}

.lp5-mould h2 {
    font-size: 32px;
}

.lp5-mould p {
    font-size: 14px;
    opacity: .78;
}

.lp5-kicker-light {
    color: #d6ad68;
}

.lp5-mould figure {
    position: relative;
    margin: 0;
    height: 290px;
    overflow: hidden;
}

.lp5-mould figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ADDITIONAL GUTENBERG CONTENT */

.lp5-editor-content:empty,
.lp5-editor-inner:empty {
    display: none;
}

.lp5-editor-inner {
    max-width: 1050px;
    margin: auto;
}


/* BOTTOM PANELS */

.lp5-bottom-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.lp5-local,
.lp5-booking {
    padding: 32px max(6vw,35px);
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
}

.lp5-local {
    background: #e8f2f9;
}

.lp5-booking {
    background: #f6f0e6;
}

.lp5-bottom-panels h3 {
    margin: 0 0 5px;
    font-size: 23px;
}

.lp5-bottom-panels p {
    margin: 0 0 10px;
    font-size: 14px;
}

.lp5-suburb-text {
    opacity: .72;
}

.lp5-panel-icon {
    color: #07183d;
    font-size: 40px;
}

.lp5-button-gold {
    display: inline-block;
    margin-top: 5px;
    background: #c99a50;
    color: white !important;
    text-decoration: none;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 800;
}


/* FOOTER */

.lp5-footer {
    display: grid;
    grid-template-columns: 1.3fr 1fr .7fr 1.2fr;
    gap: 35px;
    background: #07183d;
    color: rgba(255,255,255,.75);
    padding: 35px max(6vw,30px);
    font-size: 13px;
}

.lp5-footer strong {
    color: white;
}

.lp5-footer img {
    max-width: 200px;
    background: white;
    padding: 5px;
}

.lp5-footer small {
    display: block;
    margin-top: 6px;
}


/* TABLET */

@media (max-width: 1000px) {

    .lp5-header-nav {
        display: none;
    }

    .lp5-hero {
        grid-template-columns: 1fr;
    }

    .lp5-service-strip,
    .lp5-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .lp5-process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .lp5-technician {
        grid-template-columns: 1fr 1fr;
    }

    .lp5-tech-copy {
        grid-column: 1/-1;
    }

    .lp5-results,
    .lp5-mould {
        grid-template-columns: 1fr 1fr;
    }

    .lp5-results-copy,
    .lp5-mould-copy {
        grid-column: 1/-1;
    }

}


/* MOBILE */

@media (max-width: 700px) {

    .lp5-hero-copy {
        padding: 40px 20px;
    }

    .lp5-hero h1 {
        font-size: 46px;
    }

    .lp5-hero-image img {
        min-height: 300px;
    }

    .lp5-service-strip,
    .lp5-benefits,
    .lp5-process-grid,
    .lp5-technician,
    .lp5-results,
    .lp5-mould,
    .lp5-bottom-panels,
    .lp5-footer {
        grid-template-columns: 1fr;
    }

    .lp5-process {
        padding-left: 16px;
        padding-right: 16px;
    }

    .lp5-process-card > img {
        height: 230px;
    }

    .lp5-technician {
        padding: 40px 16px;
    }

    .lp5-tech-main,
    .lp5-tech-second {
        height: 280px;
    }

    .lp5-results,
    .lp5-mould {
        padding: 40px 16px;
    }

    .lp5-before-after,
    .lp5-mould figure {
        height: 270px;
    }

    .lp5-hero-buttons {
        align-items: flex-start;
        flex-direction: column;
    }

}



/* =========================================================
   PHASE 7 — KICKSERV BOOKING
   ========================================================= */

.lp5-booking {
    display: block;
}

.lp5-booking-intro {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    max-width: 760px;
}

.lp5-booking-note {
    color: #6e6253;
    font-size: 12px !important;
}

.lp5-kickserv-wrap {
    margin-top: 25px;
    background: #fff;
    padding: 10px;
    border: 1px solid rgba(7,24,61,.12);
}

.lp5-kickserv-frame {
    display: block;
    width: 100%;
    height: 820px;
    border: 0;
    background: #fff;
}

.lp5-kickserv-fallback {
    text-align: center;
    padding: 15px 10px 10px;
}

.lp5-kickserv-fallback p {
    font-size: 12px;
    color: #6e6253;
}


/* Smooth navigation */

html {
    scroll-behavior: smooth;
}

#process,
#services,
#mould,
#results,
#booking {
    scroll-margin-top: 90px;
}


/* MOBILE */

@media (max-width: 700px) {

    .lp5-booking-intro {
        grid-template-columns: 1fr;
    }

    .lp5-kickserv-frame {
        height: 950px;
    }

}



/* =========================================================
   PHASE 7.2 — OFFICIAL KICKSERV EMBED
   ========================================================= */

.lp5-kickserv-wrap {
    margin-top: 24px;
    background: #ffffff;
    border: 1px solid rgba(7,24,61,.12);
    padding: 12px;
    overflow: hidden;
}

.lp5-kickserv-official {
    display: block;
    width: 100%;
    min-height: 1000px;
    border: 0 !important;
    background: #ffffff;
}

.lp5-kickserv-fallback {
    text-align: center;
    padding: 18px 10px 10px;
    border-top: 1px solid rgba(7,24,61,.08);
}

.lp5-kickserv-fallback p {
    margin: 0 0 12px;
    color: #6e6253;
    font-size: 12px;
}


/* Override the old hidden iframe rule */

.lp5-kickserv-official {
    display: block !important;
}


@media (max-width:700px) {

    .lp5-kickserv-wrap {
        padding: 4px;
    }

    .lp5-kickserv-official {
        min-height: 1100px;
        height: 1100px;
    }

}



/* =========================================================
   PHASE 7.3 — FINAL KICKSERV EMBED
   ========================================================= */

.lp5-booking {
    display: block;
}

.lp5-booking-intro {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    max-width: 760px;
}

.lp5-booking-note {
    font-size: 12px !important;
    color: #6e6253;
}

.lp5-kickserv-wrap {
    margin-top: 24px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid rgba(7,24,61,.12);
    overflow: hidden;
}

.lp5-kickserv-official {
    display: block !important;
    width: 100%;
    height: 1000px;
    min-height: 1000px;
    border: 0 !important;
    background: #ffffff;
}

.lp5-kickserv-fallback {
    text-align: center;
    padding: 18px 10px 10px;
    border-top: 1px solid rgba(7,24,61,.08);
}

.lp5-kickserv-fallback p {
    margin: 0 0 12px;
    font-size: 12px;
    color: #6e6253;
}


@media (max-width:700px) {

    .lp5-booking-intro {
        grid-template-columns: 1fr;
    }

    .lp5-kickserv-wrap {
        padding: 4px;
    }

    .lp5-kickserv-official {
        height: 1100px;
        min-height: 1100px;
    }

}



/* =========================================================
   PHASE 8 — HEADER BRAND + NOOSA VISUAL FEATURE
   ========================================================= */


/* ---------------------------------------------------------
   HEADER LOGO

   The transparent logo now sits on a deliberate white
   presentation field matching the footer treatment.
   --------------------------------------------------------- */

.site-header .site-logo {
    background: #ffffff !important;
    padding: 6px 11px !important;
    border-radius: 2px;
    display: flex !important;
    align-items: center;
    flex-shrink: 0;
}

.site-header .site-logo img,
.site-header .custom-logo {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 265px !important;
    max-height: 60px !important;
}


/* Give logo slightly more breathing room */

.site-header .inside-header {
    min-height: 78px;
}


/* ---------------------------------------------------------
   LOCAL NOOSA PANEL

   Allow left panel to use the available vertical height.
   --------------------------------------------------------- */

.lp5-local {
    display: grid;
    grid-template-columns: 50px minmax(0,1fr);
    gap: 18px;
    align-content: start;
}

.lp5-local > div:last-child {
    min-width: 0;
}


/* ---------------------------------------------------------
   NOOSA PHOTOGRAPHIC FEATURE
   --------------------------------------------------------- */

.lp5-noosa-feature {
    position: relative;
    width: 100%;
    min-height: 560px;
    margin-top: 28px;
    overflow: hidden;
    background: #07183d;
}

.lp5-noosa-feature img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* Gradient preserves the photograph while giving the
   overlay copy a strong readable area */

.lp5-noosa-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(4,19,49,.88) 0%,
            rgba(4,19,49,.52) 31%,
            rgba(4,19,49,.08) 66%,
            rgba(4,19,49,0) 100%
        );
}


.lp5-noosa-overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 34px;
    color: #ffffff;
}


.lp5-noosa-overlay span {
    display: block;
    margin-bottom: 7px;
    color: #e1b76d;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .13em;
}


.lp5-noosa-overlay strong {
    display: block;
    color: #ffffff;
    font-size: clamp(27px,2.6vw,39px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -.02em;
}


.lp5-noosa-overlay p {
    max-width: 470px;
    margin: 10px 0 0 !important;
    color: rgba(255,255,255,.88);
    font-size: 14px !important;
    line-height: 1.5;
}


/* ---------------------------------------------------------
   DESKTOP BOOKING / LOCAL BALANCE
   --------------------------------------------------------- */

@media (min-width:1001px) {

    .lp5-bottom-panels {
        align-items: stretch;
    }

    .lp5-local,
    .lp5-booking {
        min-height: 100%;
    }

}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width:1000px) {

    .lp5-noosa-feature {
        min-height: 440px;
    }

}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width:700px) {

    .site-header .site-logo {
        padding: 5px 8px !important;
    }

    .site-header .site-logo img,
    .site-header .custom-logo {
        max-width: 220px !important;
        max-height: 54px !important;
    }

    .lp5-local {
        grid-template-columns: 1fr;
    }

    .lp5-noosa-feature {
        min-height: 390px;
        margin-top: 22px;
    }

    .lp5-noosa-overlay {
        padding: 24px;
    }

}

