@font-face {
font-family: "Quicksand";
src: url("/assets/fonts/quicksand-latin.woff2") format("woff2");
font-weight: 300 700;
font-display: swap;
font-style: normal;
}
:root {
--green: #89c445;
--green-dark: #24954f;
--green-deep: #6ea533;
--ink: #17191a;
--body: #444648;
--muted: #6b6e70;
--line: #e4e6e8;
--wash: #f5f7f3;
--ground: #ffffff;
--charcoal: #232628;
--charcoal-2: #1a1c1e;
--wrap: 74rem;
--radius: 10px;
--shadow: 0 2px 14px rgba(20, 24, 20, .07);
--shadow-lift: 0 10px 30px rgba(20, 24, 20, .12);
color-scheme: light;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
margin: 0;
font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", sans-serif;
font-size: 1.0625rem;
line-height: 1.65;
color: var(--body);
background: var(--ground);
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 {
color: var(--ink);
font-weight: 700;
line-height: 1.2;
margin: 0 0 .6em;
}
h1 { font-size: clamp(2rem, 4.4vw, 3rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.4rem); }
h4 { font-size: 1.15rem; }
h5 { font-size: 1rem; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
a { color: var(--green-dark); }
a:hover { color: var(--green-deep); }
.wrap {
width: 100%;
max-width: var(--wrap);
margin-inline: auto;
padding-inline: 1.25rem;
}
.skip {
position: absolute;
left: -9999px;
top: 0;
background: var(--green);
color: #fff;
padding: .7rem 1.1rem;
z-index: 100;
}
.skip:focus { left: 0; }
.btn {
display: inline-block;
font: inherit;
font-weight: 700;
text-decoration: none;
padding: .8rem 1.5rem;
border: 2px solid transparent;
border-radius: 6px;
cursor: pointer;
text-align: center;
transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-deep); color: #fff; }
.btn-outline { background: transparent; color: #fff; border-color: #fff; }
.btn-outline:hover { background: #fff; color: var(--ink); }
.btn-dark { background: var(--charcoal); color: #fff; }
.btn-dark:hover { background: #000; color: #fff; }
.site-header {
background: var(--ground);
border-bottom: 1px solid var(--line);
position: sticky;
top: 0;
z-index: 40;
}
.site-header .wrap {
display: flex;
align-items: center;
gap: 1.25rem;
min-height: 82px;
}
.brand { flex: 0 0 auto; line-height: 0; }
.brand img { width: 176px; height: 78px; object-fit: contain; }
.nav-toggle {
margin-left: auto;
display: none;
font: inherit;
font-weight: 700;
align-items: center;
gap: .5rem;
background: var(--green);
color: #fff;
border: 0;
border-radius: 6px;
padding: .6rem .9rem;
cursor: pointer;
}
.nav {
margin-left: auto;
display: flex;
align-items: center;
gap: .25rem;
}
.nav > ul {
display: flex;
align-items: center;
gap: .1rem;
list-style: none;
margin: 0;
padding: 0;
}
.nav a {
display: block;
padding: .55rem .7rem;
color: var(--ink);
font-weight: 600;
font-size: .96rem;
text-decoration: none;
border-radius: 5px;
}
.nav a:hover { color: var(--green-dark); background: var(--wash); }
.nav a[aria-current="page"] { color: var(--green-dark); }
.has-sub { position: relative; }
.has-sub > button {
font: inherit;
font-weight: 600;
font-size: .96rem;
color: var(--ink);
background: none;
border: 0;
padding: .55rem .7rem;
cursor: pointer;
border-radius: 5px;
display: inline-flex;
align-items: center;
gap: .35rem;
}
.has-sub > button:hover { color: var(--green-dark); background: var(--wash); }
.has-sub > button::after {
content: "";
width: .42em;
height: .42em;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translateY(-2px) rotate(45deg);
}
.sub {
position: absolute;
top: calc(100% + 6px);
left: 0;
min-width: 16rem;
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow-lift);
padding: .5rem;
margin: 0;
list-style: none;
display: none;
}
.sub a { font-weight: 500; font-size: .94rem; }
.has-sub:hover .sub,
.has-sub:focus-within .sub,
.has-sub > button[aria-expanded="true"] + .sub { display: block; }
.header-cta {
display: flex;
align-items: center;
gap: .6rem;
flex: 0 0 auto;
}
.header-phone {
display: inline-flex;
align-items: center;
gap: .4rem;
font-weight: 700;
color: var(--ink);
text-decoration: none;
white-space: nowrap;
}
.header-phone:hover { color: var(--green-dark); }
.hero {
position: relative;
color: #fff;
background: var(--charcoal);
overflow: hidden;
}
.hero-media {
position: absolute;
inset: 0;
}
.hero-media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-media::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(100deg, rgba(23, 25, 26, .93) 0%, rgba(23, 25, 26, .78) 45%, rgba(23, 25, 26, .45) 100%);
}
.hero .wrap {
position: relative;
padding-block: clamp(3.5rem, 8vw, 6.5rem);
}
.hero-inner { max-width: 44rem; }
.eyebrow {
display: inline-block;
font-size: .82rem;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--green);
margin: 0 0 .9rem;
padding: .35rem .7rem;
border: 1px solid rgba(137, 196, 69, .5);
border-radius: 999px;
}
.hero h1 { color: #fff; margin-bottom: .5em; }
.hero-lede {
font-size: 1.15rem;
color: rgba(255, 255, 255, .88);
margin-bottom: 1.8rem;
max-width: 36rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.reviews {
background: var(--wash);
border-block: 1px solid var(--line);
padding-block: 2.75rem;
}
.reviews-head { text-align: center; margin-bottom: 1.75rem; }
.reviews-head h2, .reviews-head h3 { margin-bottom: .35rem; }
.reviews-head p { color: var(--muted); margin: 0; }
.rating-line {
display: inline-flex;
align-items: center;
gap: .5rem;
margin-top: .6rem;
font-weight: 700;
color: var(--ink);
}
.stars { color: #f5a623; letter-spacing: .08em; }
.review-grid {
display: grid;
grid-auto-flow: column;
grid-auto-columns: calc((100% - 2.2rem) / 3);
gap: 1.1rem;
overflow-x: auto;
scroll-snap-type: x mandatory;
padding-bottom: .75rem;
scrollbar-width: thin;
}
.review-grid > * { scroll-snap-align: start; }
.review {
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 1.35rem;
box-shadow: var(--shadow);
}
.review p { font-size: .97rem; color: var(--body); }
.review cite {
display: block;
margin-top: auto;
padding-top: .9rem;
font-style: normal;
font-weight: 700;
color: var(--ink);
}
.section { padding-block: clamp(3rem, 6vw, 4.75rem); }
.section-wash { background: var(--wash); }
.section-head { max-width: 46rem; margin-bottom: 2.25rem; }
.section-head.centred { margin-inline: auto; text-align: center; }
.section-head p { color: var(--body); font-size: 1.06rem; }
.lede { font-size: 1.1rem; }
.cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
gap: 1.1rem;
}
.card {
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 1.5rem;
box-shadow: var(--shadow);
transition: transform .16s ease, box-shadow .16s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.card h3, .card h4 { margin-bottom: .4rem; font-size: 1.12rem; }
.card p { font-size: .97rem; margin: 0; }
.card-icon {
width: 46px;
height: 46px;
display: grid;
place-items: center;
border-radius: 10px;
background: rgba(137, 196, 69, .16);
color: var(--green-dark);
margin-bottom: .9rem;
}
.card-icon svg { width: 24px; height: 24px; }
.card-link {
display: inline-block;
margin-top: 1rem;
padding: .5rem 1rem;
border-radius: 5px;
background: var(--green);
color: #fff;
font-weight: 700;
font-size: .88rem;
text-decoration: none;
transition: background-color .16s ease;
}
.card-link:hover { background: var(--green-deep); color: #fff; }
.split {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
gap: clamp(1.5rem, 4vw, 3rem);
align-items: center;
}
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.pair { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 1rem; }
.banner {
background: var(--green);
color: #fff;
padding-block: clamp(2.5rem, 5vw, 3.5rem);
}
.banner h2, .banner h3 { color: #fff; }
.banner p { color: rgba(255, 255, 255, .92); }
.banner-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
}
.banner-inner > div { max-width: 44rem; }
.banner-inner p:last-child { margin-bottom: 0; }
.trust {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
gap: 1.1rem;
}
.trust-item {
background: #fff;
border: 1px solid var(--line);
border-left: 4px solid var(--green);
border-radius: var(--radius);
padding: 1.4rem;
}
.trust-item h4 { margin-bottom: .4rem; }
.trust-item p { font-size: .97rem; margin: 0; }
.areas {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
gap: 1.5rem;
}
.area-col h4 {
padding-bottom: .55rem;
margin-bottom: .8rem;
border-bottom: 2px solid var(--green);
}
.suburbs {
list-style: none;
margin: 0;
padding: 0;
columns: 2;
column-gap: 1.25rem;
font-size: .97rem;
}
.suburbs li { padding: .18rem 0; break-inside: avoid; }
.suburbs li::before {
content: "";
display: inline-block;
width: .42em;
height: .42em;
margin-right: .55em;
border-radius: 50%;
background: var(--green);
vertical-align: middle;
}
.faq { max-width: 52rem; }
.faq details {
border: 1px solid var(--line);
border-radius: var(--radius);
background: #fff;
margin-bottom: .7rem;
overflow: hidden;
}
.faq details[open] { box-shadow: var(--shadow); }
.faq summary {
cursor: pointer;
list-style: none;
padding: 1.05rem 3rem 1.05rem 1.2rem;
font-weight: 700;
color: var(--ink);
position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
content: "";
position: absolute;
right: 1.25rem;
top: 1.35rem;
width: .5em;
height: .5em;
border-right: 2px solid var(--green-dark);
border-bottom: 2px solid var(--green-dark);
transform: rotate(45deg);
transition: transform .18s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary:hover { color: var(--green-dark); }
.faq-body { padding: 0 1.2rem 1.15rem; }
.faq-body p:last-child { margin-bottom: 0; }
.posts {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
gap: 1.4rem;
}
.post {
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow);
transition: transform .16s ease, box-shadow .16s ease;
}
.post:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.post-media { aspect-ratio: 3 / 2; background: var(--wash); }
.post-media img { width: 100%; height: 100%; object-fit: cover; }
.post-body { padding: 1.25rem; display: flex; flex-direction: column; flex: 1; }
.post-body h3 { font-size: 1.1rem; margin-bottom: .5rem; }
.post-body p { font-size: .95rem; color: var(--body); }
.post-body .card-link { margin-top: auto; }
.contact-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
gap: clamp(1.5rem, 4vw, 3rem);
align-items: start;
}
.contact-list { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.contact-list li {
display: flex;
align-items: flex-start;
gap: .85rem;
padding: .7rem 0;
border-bottom: 1px solid var(--line);
}
.contact-list li:last-child { border-bottom: 0; }
.contact-list .label {
display: block;
font-size: .82rem;
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
color: var(--muted);
}
.contact-list a { font-weight: 700; text-decoration: none; }
.contact-icon {
flex: 0 0 auto;
width: 38px;
height: 38px;
display: grid;
place-items: center;
border-radius: 8px;
background: rgba(137, 196, 69, .16);
color: var(--green-dark);
}
.contact-icon svg { width: 19px; height: 19px; }
.team { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.1rem; }
.person {
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 1.4rem;
box-shadow: var(--shadow);
}
.person h3 { margin-bottom: .2rem; font-size: 1.15rem; }
.person .role {
color: var(--green-dark);
font-weight: 700;
font-size: .93rem;
margin: 0;
}
.enquiry-panel {
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
padding: clamp(1.35rem, 3vw, 2rem);
box-shadow: var(--shadow-lift);
}
.enquiry-panel h2, .enquiry-panel h3 { margin-bottom: .3rem; }
.enquiry-panel .form-note { color: var(--muted); font-size: .95rem; margin-bottom: 1.2rem; }
.enquiry { display: grid; gap: .85rem; }
.enquiry .row { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: .85rem; }
.enquiry label {
display: grid;
gap: .3rem;
font-size: .88rem;
font-weight: 700;
color: var(--ink);
}
.enquiry input,
.enquiry select,
.enquiry textarea {
font: inherit;
font-weight: 500;
padding: .68rem .8rem;
border: 1px solid #ccd0d3;
border-radius: 6px;
background: #fff;
color: var(--ink);
width: 100%;
}
.enquiry input:focus-visible,
.enquiry select:focus-visible,
.enquiry textarea:focus-visible {
outline: 2px solid var(--green-dark);
outline-offset: 1px;
border-color: var(--green-dark);
}
.enquiry textarea { resize: vertical; }
.enquiry .hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.enquiry button { width: 100%; }
[data-lead-success],
[data-lead-error] {
margin: 0;
padding: .8rem 1rem;
border-radius: 6px;
font-weight: 600;
font-size: .95rem;
}
[data-lead-success] { background: rgba(137, 196, 69, .16); color: #2c5c12; }
[data-lead-error] { background: #fdeceb; color: #8d2018; }
::placeholder { color: #9aa0a4; opacity: 1; }
.site-footer {
background: linear-gradient(103deg, var(--green-dark) 0%, var(--green) 55%, #9ccf58 100%);
color: rgba(255, 255, 255, .9);
padding-block: 3.25rem 0;
font-size: .95rem;
}
.footer-grid {
display: grid;
grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
gap: 2rem;
padding-bottom: 2.5rem;
}
.site-footer h2 {
color: #fff;
font-size: .85rem;
letter-spacing: .1em;
text-transform: uppercase;
margin-bottom: 1rem;
}
.footer-brand img { width: 190px; height: 85px; object-fit: contain; margin-bottom: 1rem; }
.footer-brand p { color: rgba(255, 255, 255, .92); font-size: .93rem; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { padding: .28rem 0; }
.footer-links a { color: rgba(255, 255, 255, .92); text-decoration: none; }
.footer-links a:hover { color: var(--ink); }
.footer-contact { list-style: none; margin: 0 0 1.1rem; padding: 0; }
.footer-contact li { padding: .28rem 0; }
.footer-contact a { color: #fff; font-weight: 700; text-decoration: none; }
.footer-contact a:hover { color: var(--ink); }
.socials { display: flex; gap: .6rem; }
.socials a {
text-decoration: none;
width: 38px;
height: 38px;
display: grid;
place-items: center;
border-radius: 8px;
background: rgba(255, 255, 255, .1);
color: #fff;
}
.socials a:hover { background: rgba(0, 0, 0, .28); }
.socials svg { width: 18px; height: 18px; }
.credential-band { background: var(--ground); padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.credential-band .section-head { text-align: center; margin-inline: auto; margin-bottom: 1.6rem; }
.credentials {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
gap: 1rem;
}
.credential {
border: 1px solid var(--line);
border-top: 3px solid var(--green);
border-radius: var(--radius);
padding: 1.2rem 1.35rem;
text-align: center;
background: #fff;
}
.credential .label {
display: block;
font-size: .84rem;
font-weight: 600;
color: var(--muted);
margin-bottom: .2rem;
}
.credential strong { font-size: 1.1rem; color: var(--ink); }
.legal {
border-top: 1px solid rgba(255, 255, 255, .12);
padding-block: 1.25rem 1.75rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: .75rem 1.5rem;
font-size: .88rem;
color: rgba(255, 255, 255, .85);
}
.legal ul { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; list-style: none; margin: 0; padding: 0; }
.legal a { color: rgba(255, 255, 255, .9); text-decoration: none; }
.legal a:hover { color: var(--ink); }
@media (max-width: 1080px) {
.footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
.nav-toggle { display: inline-flex; }
.site-header .wrap { flex-wrap: wrap; min-height: 68px; }
.brand img { width: 148px; height: 66px; }
.nav {
order: 3;
width: 100%;
margin-left: 0;
display: none;
padding-bottom: 1rem;
}
.nav[data-open] { display: block; }
.nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
.nav a, .has-sub > button { width: 100%; text-align: left; padding: .7rem .5rem; }
.has-sub > button { justify-content: space-between; }
.sub {
position: static;
display: block;
border: 0;
box-shadow: none;
padding: 0 0 .4rem .9rem;
min-width: 0;
background: transparent;
}
.header-cta .btn { display: none; }
}
@media (max-width: 640px) {
body { font-size: 1rem; }
.suburbs { columns: 1; }
.footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
.hero-actions .btn { width: 100%; }
.legal { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
transition: none !important;
animation: none !important;
scroll-behavior: auto !important;
}
}
.review .stars { margin: 0 0 .6rem; font-size: 1rem; letter-spacing: .1em; }
.hero-band { line-height: 0; background: var(--charcoal); }
.hero-band img { width: 100%; height: clamp(18rem, 42vw, 34rem); object-fit: cover; }
.hero-intro {
background: linear-gradient(103deg, var(--charcoal) 0%, #2c3130 60%, var(--green-dark) 190%);
color: #fff;
padding-block: clamp(2.5rem, 5vw, 4rem);
}
.hero-intro h1 { color: #fff; }
.hero-intro .eyebrow { color: var(--green); }
.hero-intro-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
gap: clamp(1.5rem, 4vw, 3rem);
align-items: center;
}
.hero-intro .hero-lede { margin-bottom: 1.5rem; }
.on-green .enquiry-panel {
background: var(--green);
border-color: var(--green-deep);
}
.on-green .enquiry-panel h2,
.on-green .enquiry-panel .form-note { color: #fff; }
.on-green .enquiry-panel .form-note { opacity: .95; }
.on-green .enquiry-panel .enquiry label { color: #fff; }
.on-green .enquiry-panel .enquiry button { background: var(--charcoal); color: #fff; }
.on-green .enquiry-panel .enquiry button:hover { background: #000; }
@media (max-width: 900px) {
.review-grid { grid-auto-columns: calc((100% - 1.1rem) / 2); }
}
@media (max-width: 640px) {
.review-grid { grid-auto-columns: 86%; }
}
.page-head {
background: var(--wash);
border-bottom: 1px solid var(--line);
padding-block: clamp(2.5rem, 5vw, 4rem);
}
.page-head .eyebrow { color: var(--green-dark); border-color: rgba(137, 196, 69, .55); }
.page-head h1 { margin-bottom: 0; }
[data-page="legal"] .section-head { max-width: 44rem; }
.tiles {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
gap: 1.1rem;
}
.tile {
margin: 0;
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 1rem;
text-align: center;
box-shadow: var(--shadow);
}
.tile img {
width: 100%;
height: auto;
margin-inline: auto;
border-radius: 6px;
}
.tile figcaption {
margin-top: .7rem;
font-size: .85rem;
color: var(--muted);
line-height: 1.4;
}
@media (max-width: 640px) {
.tiles { grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr)); }
}
.products {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
gap: 1.4rem;
}
.product {
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow);
display: flex;
flex-direction: column;
}
.product-media {
aspect-ratio: 1 / 1;
background: var(--wash);
display: grid;
place-items: center;
padding: 1rem;
}
.product-media img { width: 100%; height: 100%; object-fit: contain; }
.product h3 { font-size: 1.02rem; margin: 1rem 1.15rem .4rem; }
.product p { font-size: .93rem; margin: 0 1.15rem 1.15rem; color: var(--body); }