:root {
    --emerald: #0B2D1D;
    --gold: #E6B866;
    --ivory: #F8F7F2;
    --cream: #F3EFE7;
    --charcoal: #18252A;
    --white: #fff;
    --muted: #66736d;
    --line: #d9ddd8;
    --shadow: 0 18px 50px rgba(11, 45, 29, .10);
    --radius: 20px;
    --serif: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Georgia, serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--ivory);
    color: var(--charcoal);
    font-family: var(--sans);
    line-height: 1.6
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.eyebrow {
    font-size: .78rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
    color: #8b6a2f
}

.display {
    font-family: var(--serif);
    font-weight: 400;
    line-height: .96;
    letter-spacing: -.025em
}

.section {
    padding: 92px 0
}

.section.dark {
    background: var(--emerald);
    color: var(--ivory)
}

.section.cream {
    background: var(--cream)
}

.section-head {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 48px
}

.section h2 {
    font-size: clamp(2.25rem, 5vw, 4.4rem);
    margin: .25rem 0 0
}

.section p.lead {
    font-size: 1.1rem;
    color: #4e5b55;
    margin: 0
}

.dark p.lead {
    color: #cdd9d2
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(248, 247, 242, .94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(24, 37, 42, .08)
}

.nav {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px
}

.brand img {
    width: 64px;
    height: 52px;
    object-fit: contain
}

.brand-text {
    font-family: var(--serif);
    font-size: 1.35rem;
    letter-spacing: .04em;
    color: var(--emerald)
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: .92rem
}

.nav-links a:hover {
    color: #8b6a2f
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    border: 1px solid var(--emerald);
    font-weight: 700;
    font-size: .92rem;
    transition: .2s
}

.btn:hover {
    transform: translateY(-1px)
}

.btn.primary {
    background: var(--emerald);
    color: #fff
}

.btn.gold {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--emerald)
}

.btn.ghost {
    border-color: rgba(255, 255, 255, .45);
    color: #fff
}

.menu-btn {
    display: none;
    border: 0;
    background: none;
    font-size: 1.4rem
}

.hero {
    min-height: 760px;
    display: grid;
    align-items: end;
    position: relative;
    background: linear-gradient(90deg, rgba(7, 28, 18, .88) 0%, rgba(7, 28, 18, .58) 48%, rgba(7, 28, 18, .16) 72%), url('images/living-room.jpg') center/cover no-repeat;
    color: #fff
}

.hero-inner {
    padding: 130px 0 90px;
    max-width: 780px
}

.hero h1 {
    font-size: clamp(3.6rem, 8vw, 7.2rem);
    margin: .35rem 0 1.4rem
}

.hero p {
    font-size: 1.18rem;
    max-width: 700px;
    color: #eef4ef
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: 18px;
    overflow: hidden;
    margin-top: -38px;
    position: relative;
    z-index: 2
}

.trust-item {
    padding: 26px 28px;
    border-right: 1px solid var(--line)
}

.trust-item:last-child {
    border-right: 0
}

.trust-item strong {
    display: block;
    color: var(--emerald);
    font-family: var(--serif);
    font-size: 1.25rem
}

.trust-item span {
    font-size: .88rem;
    color: var(--muted)
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.card {
    background: #fff;
    border: 1px solid rgba(11, 45, 29, .08);
    border-radius: var(--radius);
    padding: 34px;
    box-shadow: 0 10px 30px rgba(11, 45, 29, .05)
}

.card h3 {
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 400;
    margin: 12px 0
}

.card p {
    color: #5a655f
}

.card .num {
    color: var(--gold);
    font-weight: 800;
    letter-spacing: .12em
}

.service-link {
    display: inline-block;
    margin-top: 12px;
    font-weight: 750;
    color: var(--emerald)
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px;
    align-items: center
}

.media-stack {
    position: relative;
    min-height: 600px
}

.media-stack .main {
    width: 82%;
    height: 560px;
    object-fit: cover;
    border-radius: 24px
}

.media-stack .small {
    position: absolute;
    width: 48%;
    height: 260px;
    right: 0;
    bottom: -20px;
    object-fit: cover;
    border: 10px solid var(--ivory);
    border-radius: 20px
}

.checklist {
    display: grid;
    gap: 12px;
    margin: 28px 0
}

.check {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 12px
}

.check b {
    color: var(--emerald)
}

.project-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    grid-template-rows: 300px 300px;
    gap: 16px
}

.project-grid figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 18px
}

.project-grid figure:first-child {
    grid-row: 1/3
}

.project-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s
}

.project-grid figure:hover img {
    transform: scale(1.03)
}

.project-grid figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 36px 20px 18px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    font-weight: 700
}

.quote-band {
    padding: 70px 0;
    background: var(--gold);
    color: var(--emerald)
}

.quote-band .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.quote-band h2 {
    font-family: var(--serif);
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
    max-width: 720px
}

.page-hero {
    padding: 100px 0 78px;
    background: var(--emerald);
    color: #fff
}

.page-hero h1 {
    font-size: clamp(3.2rem, 7vw, 6.5rem);
    margin: .25rem 0 1rem;
    max-width: 950px
}

.page-hero p {
    max-width: 760px;
    color: #dfe9e3;
    font-size: 1.12rem
}

.prose {
    max-width: 820px
}

.prose h2,
.prose h3 {
    font-family: var(--serif);
    font-weight: 400;
    color: var(--emerald)
}

.prose h2 {
    font-size: 2.7rem
}

.prose h3 {
    font-size: 1.8rem
}

.service-list {
    columns: 2;
    column-gap: 40px
}

.service-list li {
    break-inside: avoid;
    margin: 0 0 10px
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.field {
    display: grid;
    gap: 7px
}

.field.full {
    grid-column: 1/-1
}

.field label {
    font-weight: 700;
    font-size: .9rem
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #ccd3cf;
    background: #fff;
    border-radius: 12px;
    padding: 14px 15px;
    font: inherit;
    color: inherit
}

.field textarea {
    min-height: 150px
}

.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 60px
}

.contact-panel {
    background: var(--emerald);
    color: #fff;
    padding: 38px;
    border-radius: 20px
}

.contact-panel p,
.contact-panel a {
    color: #dbe7df
}

.notice {
    font-size: .82rem;
    color: #68746e
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.insight {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid rgba(11, 45, 29, .08)
}

.insight h3 {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--emerald)
}

.footer {
    background: #071c12;
    color: #d7e2db;
    padding: 64px 0 28px
}

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

.footer h4 {
    color: #fff;
    margin-top: 0
}

.footer a {
    display: block;
    margin: 7px 0;
    color: #ced8d2
}

.footer .legal {
    border-top: 1px solid rgba(255, 255, 255, .15);
    margin-top: 44px;
    padding-top: 24px;
    font-size: .82rem;
    color: #aebdb4
}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 45;
    background: #1d6f45;
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    font-weight: 900
}

.cookie {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 60;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: 18px 20px;
    border-radius: 16px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 18px
}

.cookie.show {
    display: flex
}

.cookie p {
    margin: 0;
    font-size: .9rem;
    max-width: 850px
}

.cookie-actions {
    display: flex;
    gap: 8px
}

@media(max-width:900px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 86px;
        left: 0;
        right: 0;
        background: var(--ivory);
        padding: 22px;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid var(--line)
    }

    .nav-links.open {
        display: flex
    }

    .menu-btn {
        display: block
    }

    .hero {
        min-height: 670px
    }

    .trust-strip,
    .cards,
    .insights-grid {
        grid-template-columns: 1fr 1fr
    }

    .trust-item {
        border-bottom: 1px solid var(--line)
    }

    .split,
    .contact-grid,
    .section-head {
        grid-template-columns: 1fr
    }

    .project-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 360px 260px
    }

    .project-grid figure:first-child {
        grid-column: 1/-1;
        grid-row: auto
    }

    .quote-band .container {
        align-items: flex-start;
        flex-direction: column
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:620px) {
    .container {
        width: min(100% - 28px, 1180px)
    }

    .section {
        padding: 70px 0
    }

    .hero {
        min-height: 650px;
        background-position: 58% center
    }

    .hero-inner {
        padding-top: 110px
    }

    .trust-strip,
    .cards,
    .insights-grid,
    .form-grid {
        grid-template-columns: 1fr
    }

    .trust-strip {
        margin-top: 0;
        border-radius: 0
    }

    .project-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 300px)
    }

    .project-grid figure:first-child {
        grid-column: auto
    }

    .media-stack {
        min-height: 460px
    }

    .media-stack .main {
        height: 430px;
        width: 88%
    }

    .media-stack .small {
        height: 190px
    }

    .service-list {
        columns: 1
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .cookie {
        align-items: flex-start;
        flex-direction: column
    }

    .brand-text {
        font-size: 1.05rem
    }

    .brand img {
        width: 52px
    }

    .nav {
        height: 76px
    }

    .nav-links {
        top: 76px
    }
}

/* v2 accessibility, before/after and form states */
.dark .card h3 {
    color: var(--emerald)
}

.dark .card p {
    color: #45544c
}

.before-after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 34px
}

.before-after figure {
    margin: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(11, 45, 29, .1);
    box-shadow: 0 10px 30px rgba(11, 45, 29, .05)
}

.before-after img {
    width: 100%;
    height: 520px;
    object-fit: cover
}

.before-after figcaption {
    padding: 16px 18px;
    font-weight: 750;
    color: var(--emerald)
}

.before-after .stage {
    display: inline-block;
    margin-right: 8px;
    color: #8b6a2f;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .76rem
}

.form-status {
    display: none;
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: .92rem
}

.form-status.show {
    display: block
}

.form-status.success {
    background: #e8f4ec;
    color: #17472f;
    border: 1px solid #b9d8c5
}

.form-status.error {
    background: #fff0ed;
    color: #7c2d20;
    border: 1px solid #f0c4bb
}

.field input[type=file] {
    padding: 10px;
    background: #fff
}

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

@media(max-width:720px) {
    .before-after {
        grid-template-columns: 1fr
    }

    .before-after img {
        height: 420px
    }
}

/* Prevent logo distortion */
.footer-logo {
    width: 120px;
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* Services page feature image */
.services-feature-image {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

@media (max-width: 900px) {
    .services-feature-image {
        height: 500px;
    }
}

@media (max-width: 620px) {
    .services-feature-image {
        height: 420px;
    }
}

/* Projects - example refurbishment image */
.project-scope-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

@media (max-width: 900px) {
    .project-scope-image {
        height: 500px;
    }
}

@media (max-width: 620px) {
    .project-scope-image {
        height: 420px;
    }
}

/* Landlord refurbishment collage */
.landlord-collage {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    display: block;
}

@media (max-width: 900px) {
    .landlord-collage {
        height: 500px;
    }
}

@media (max-width: 620px) {
    .landlord-collage {
        height: 420px;
    }
}