@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-display:block;src:url(/fonts/open-sans-latin-400-normal.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-display:block;src:url(/fonts/open-sans-latin-600-normal.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-display:block;src:url(/fonts/open-sans-latin-700-normal.woff2) format("woff2")}:root{color-scheme:light;--ink: #1d2520;--muted: #59635d;--line: #d8ded7;--surface: #f6f5f0;--paper: #ffffff;--brand: #2d7a38;--brand-dark: #0f3f22;--brand-light: #83aa4d;--accent: #caa24c;--clay: #8f5132;--sky: #dce9ee;font-family:Open Sans,Arial,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.6}a{color:inherit}img{max-width:100%;height:auto}.site-footer{display:grid;gap:1.25rem;align-items:center;padding:1rem clamp(1rem,4vw,3rem)}.site-header{border-bottom:1px solid var(--line);background:var(--paper);z-index:10}.header-inner{max-width:1120px;margin:0 auto;width:100%;padding-left:clamp(1rem,4vw,3rem);padding-right:clamp(1rem,4vw,3rem)}.header-inner--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:center;text-align:center}.top-strip{background:var(--brand-dark);color:#fff;font-weight:600;font-size:clamp(1rem,2vw,1.25rem);text-align:center}.top-strip .header-inner,.contact-strip .header-inner{padding-top:.45rem;padding-bottom:.45rem}.brand-row{background:var(--paper)}.header-inner--brand{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:1.25rem;padding-top:1rem;padding-bottom:1rem}.brand{justify-self:center}.brand img{display:block;width:min(400px,76vw);max-width:400px;margin-inline:auto}.delivery-card{display:grid;gap:.15rem;width:min(100%,330px);justify-self:center;justify-items:center;text-align:center;border-radius:4px;padding:.9rem 1.2rem;background:var(--brand);color:#fff;font-size:1.2rem;line-height:1.25;box-shadow:0 10px 22px #0f3f2247}.delivery-card strong{font-size:1.35rem;text-shadow:0 2px 3px rgba(0,0,0,.45)}.delivery-card a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:.35rem .75rem;color:#fff;text-decoration:none;font-weight:600;text-shadow:0 2px 3px rgba(0,0,0,.45)}.contact-strip{background:#e6e6e6;color:#111;font-weight:700;font-size:.95rem}.menu-strip{background:var(--brand-light);border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.menu-toggle{display:none}.primary-nav{display:flex;justify-content:center;gap:0;flex-wrap:wrap;padding-top:0;padding-bottom:0}.nav-link,.button,button{min-height:2.75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:.7rem 1rem;text-decoration:none;font-weight:600}.nav-link:hover{background:#ffffff47}.nav-link--cta,.button,button{border:0;background:var(--brand);color:#fff}.nav-link{color:#111;border-radius:0}.nav-link--cta{color:#111;background:transparent}.hero,.section,.band{padding:2rem clamp(1rem,4vw,3rem)}.hero{position:relative;overflow:clip;display:grid;gap:clamp(1.75rem,4vw,3rem);justify-items:center;background:linear-gradient(180deg,#f8f8f4,#ecefe9);color:var(--ink);padding-top:clamp(1.5rem,4vw,3rem);border-bottom:1px solid var(--line)}.hero:before{content:none}.hero__image{display:block;width:min(100%,892px);max-width:892px;height:auto;border-radius:8px;box-shadow:0 18px 34px #0f3f2229}.hero__content,.container{max-width:1120px;margin:0 auto;width:100%}.hero__content{text-align:center}.hero h1{max-width:820px;margin:0 auto 1rem;font-size:clamp(2rem,4vw,2.4rem);line-height:1.12}.hero p{max-width:680px;margin-left:auto;margin-right:auto;font-size:1.2rem}.actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}.actions--left{justify-content:flex-start}.button--secondary,.button--outline{color:var(--brand-dark);background:transparent;border:1px solid var(--brand)}.section-header{max-width:780px;margin-bottom:2rem}.section--tight{padding-top:clamp(1.25rem,3vw,2.5rem);padding-bottom:clamp(1.25rem,3vw,2.5rem)}.featured-products{border:1px solid #6f746e;border-radius:8px;padding:clamp(1.25rem,4vw,2rem);background:#dceec4;text-align:center}.featured-products h2{max-width:860px;margin:0 auto 1.25rem;color:var(--brand-dark);font-size:clamp(1.45rem,3vw,2.15rem);line-height:1.15;text-transform:uppercase}.featured-products__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;text-align:left}.featured-product-card{display:grid;overflow:hidden;color:var(--brand-dark);text-decoration:none;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));border-radius:8px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.featured-product-card:hover{border-color:var(--brand);box-shadow:0 10px 20px #0f3f221f;transform:translateY(-2px)}.featured-product-card__media{display:block;aspect-ratio:4 / 3;background:var(--surface)}.featured-product-card__media img{display:block;width:100%;height:100%;object-fit:cover}.featured-product-card__title{display:flex;align-items:flex-start;min-height:4.25rem;padding:.75rem;color:var(--brand-dark);font-weight:600;line-height:1.25}.linked-card{color:inherit;display:grid;align-content:start;gap:.5rem;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.linked-card:hover{border-color:var(--brand);box-shadow:0 12px 24px #0f3f221f;transform:translateY(-2px)}.linked-card h3{margin:0;color:var(--brand-dark)}.linked-card p{margin:0}.product-group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-card{grid-template-rows:auto 1fr;overflow:hidden;padding:0}.card.home-card{padding:0}.linked-card.home-card{align-content:stretch;gap:0}.home-card__media{box-sizing:border-box;display:grid;width:100%;max-width:100%;aspect-ratio:4 / 3;overflow:hidden;place-items:center;background:var(--surface)}.home-card__media img{display:block;width:100%;height:100%;object-fit:contain}.home-card__body{box-sizing:border-box;display:grid;grid-template-rows:auto auto 1fr;gap:.5rem;width:100%;max-width:100%;min-width:0;padding:1.25rem}.home-card__body>*{min-width:0}.home-card__body p{color:var(--ink);overflow-wrap:anywhere}.home-card__action{align-self:end;justify-self:start;min-height:42px;display:inline-flex;align-items:center;justify-content:center;margin-top:.75rem;padding:.65rem .95rem;color:#fff;font-weight:600;line-height:1;border-radius:7px;background:var(--brand)}.latest-products{margin-bottom:1rem}.order-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem;padding:1rem 1.25rem;border:1px solid color-mix(in srgb,var(--brand) 34%,var(--line));border-left:5px solid var(--brand);border-radius:8px;background:var(--surface)}.order-cta p{margin:0;color:var(--brand-dark);font-weight:600}.concrete-panel-section{background:#fff}.suburb-list{margin-bottom:0}.warning-card{border:1px solid #d8b36a;border-left:5px solid var(--accent);border-radius:8px;padding:1.25rem;background:#fff8e6;margin-bottom:1rem}.warning-card h2{margin-top:0;color:var(--brand-dark)}.warning-card ul{margin-bottom:0}.delivery-notes{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.trade-service-list{display:grid;gap:1rem}.trade-service-card{display:grid;grid-template-columns:minmax(160px,260px) minmax(0,1fr);gap:1.25rem;align-items:center;border:1px solid var(--line);border-radius:8px;padding:1rem;background:var(--paper)}.trade-service-card img{display:block;width:auto;max-width:100%;border-radius:6px;justify-self:center}.trade-service-card h2{margin-top:0;color:var(--brand-dark)}.trade-service-card p:last-child{margin-bottom:0}.section-header h2,.page-title h1{margin:0 0 .75rem;font-size:clamp(1.85rem,3.4vw,2.4rem);line-height:1.12}.eyebrow{color:var(--clay);font-weight:600;text-transform:uppercase;font-size:.9rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.grid--wide{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid--spaced{padding-top:1rem;padding-bottom:1rem}.catalogue-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}.card{border:1px solid var(--line);border-radius:8px;padding:1.25rem;background:var(--paper)}.feature-cards{align-items:stretch}.feature-card{border-top:5px solid var(--brand)}.feature-card h2{margin-top:0;color:var(--brand-dark);font-size:1.35rem;line-height:1.2}.feature-card ul{margin:0;padding-left:1.2rem}.feature-card li+li{margin-top:.35rem}.feature-card--accent{border-top-color:var(--accent)}.breadcrumbs{margin-bottom:1.25rem;color:var(--muted);font-size:.95rem}.breadcrumbs ol{list-style:none;display:flex;gap:.45rem;flex-wrap:wrap;padding:0;margin:0}.breadcrumbs li+li:before{content:"/";margin-right:.45rem;color:var(--muted)}.catalogue-card{border:1px solid var(--line);border-radius:8px;background:var(--paper);overflow:hidden}.catalogue-card a{color:inherit;display:grid;grid-template-rows:auto 1fr;text-decoration:none;height:100%}.catalogue-card img,.catalogue-card__placeholder{width:100%;aspect-ratio:4 / 3;background:var(--surface)}.catalogue-card img{height:auto;padding:1rem;object-fit:contain}.catalogue-card__placeholder{display:grid;place-items:center;color:var(--brand-dark);font-size:3rem;font-weight:600}.catalogue-card div{display:flex;flex-direction:column;align-items:flex-start;padding:1rem}.catalogue-card h3{margin:0 0 .5rem;color:var(--brand-dark)}.catalogue-card p{margin:0 0 .75rem}.catalogue-card span{color:var(--brand);font-weight:600}.catalogue-card .catalogue-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;margin-top:auto;padding:.6rem .95rem;border-radius:6px;background:var(--brand);color:#fff;font-weight:600;box-shadow:0 8px 18px #2457352e}.catalogue-card a:hover .catalogue-card__cta,.catalogue-card a:focus-visible .catalogue-card__cta{background:var(--brand-dark)}.catalogue-detail{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:clamp(1.5rem,4vw,4rem);align-items:start}.catalogue-gallery{display:grid;gap:.75rem}.catalogue-gallery img{border:1px solid var(--line);border-radius:8px;width:100%;background:var(--surface)}.product-rating-summary{margin:-.35rem 0 1rem;color:var(--brand-dark);font-weight:600}.rich-content :first-child{margin-top:0}.rich-content h2,.rich-content h3{color:var(--brand-dark);line-height:1.2}.notice{border-left:5px solid var(--brand);background:var(--surface);padding:1rem;border-radius:6px}.review-panel{display:grid;gap:1rem}.review-panel h2{margin-bottom:0}.review-section{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(1.5rem,4vw,4rem);align-items:start}.review-summary{margin:0;color:var(--brand-dark);font-weight:600}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.review-card{border:1px solid var(--line);border-radius:8px;padding:1rem;background:var(--paper)}.review-card h3,.review-card p{margin:0}.review-card__rating{color:var(--brand-dark);font-weight:600}.review-card__stars{color:#d29b00;font-size:1.1rem;letter-spacing:0}.review-card__stars span{color:#b8b8b8}.review-card__suburb{color:var(--muted);font-size:.95rem}.faq-list{display:grid;gap:.75rem}.faq-item{border:1px solid var(--line);border-radius:8px;background:var(--paper);overflow:hidden}.faq-item summary{cursor:pointer;padding:1rem 1.25rem;color:var(--brand-dark);font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;color:var(--brand);font-size:1.3rem;line-height:1}.faq-item[open] summary{border-bottom:1px solid var(--line);background:#edf3e9}.faq-item[open] summary:after{content:"-"}.faq-answer{padding:.25rem 1.25rem 1.25rem}.faq-answer p{margin:.9rem 0 0}.band{background:var(--surface)}.split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:clamp(1.5rem,4vw,4rem);align-items:start}.form-panel{display:grid;gap:1rem;border:1px solid var(--line);border-radius:8px;padding:1.25rem;background:var(--paper)}.form-panel__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-panel__captcha altcha-widget{display:none}.form-panel__status{display:flex;align-items:center;gap:.6rem;padding:.75rem .85rem;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--muted);font-size:.95rem}.form-panel__indicator{width:.62rem;height:.62rem;flex:0 0 auto;border-radius:999px;background:currentColor}.form-panel__status[data-state=verifying] .form-panel__indicator{animation:form-panel-pulse .85s ease-in-out infinite alternate}.form-panel__status[data-state=verified]{border-color:color-mix(in srgb,#067647 35%,var(--line));color:#067647}.form-panel__status[data-state=error]{border-color:color-mix(in srgb,#b42318 35%,var(--line));color:#b42318}.form-note{margin:0;color:var(--muted)}.review-form textarea{resize:vertical}.product-review-compact{display:grid;gap:.75rem;align-content:start}.product-review-compact h2{margin:0;color:var(--brand-dark);font-size:1.35rem}.product-review-compact .form-panel{gap:.8rem;padding:1rem}.star-rating{display:grid;gap:.35rem;margin:0;padding:0;border:0}.star-rating legend{padding:0;font-weight:700}.star-rating__options{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:.2rem}.star-rating__control{position:absolute;width:1px;height:1px;min-height:0;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.star-rating__star{display:grid;place-items:center;width:2.1rem;height:2.1rem;color:#9a9a9a;cursor:pointer;font-size:1.8rem;line-height:1}.star-rating__control:checked~.star-rating__star,.star-rating__star:hover,.star-rating__star:hover~.star-rating__star{color:#d29b00}.star-rating__control:focus-visible+.star-rating__star{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}@keyframes form-panel-pulse{0%{opacity:.35;transform:scale(.85)}to{opacity:1;transform:scale(1.1)}}label{display:grid;gap:.35rem;font-weight:700}input,select,textarea{width:100%;min-height:2.75rem;border:1px solid var(--line);border-radius:6px;padding:.75rem;font:inherit}.site-footer{grid-template-columns:1.2fr .8fr .8fr;background:var(--brand-dark);color:#fff}.footer-brand{text-align:center}.footer-logo-wrap{display:inline-flex;justify-content:center;align-items:center;background:#fff;padding:.85rem;border-radius:4px;margin-bottom:1rem}.footer-logo-wrap img{display:block;width:min(200px,70vw);max-width:200px}.site-footer nav{display:grid;gap:.4rem}.footer-tagline{font-weight:600}.footer-credit{grid-column:1 / -1;margin:0;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.2);text-align:center;color:#ffffffc7;font-size:.92rem}.image-panel{display:block;width:auto;max-width:100%;border-radius:8px;object-fit:contain;border:1px solid var(--line);background:var(--surface);justify-self:center}.image-panel--stacked{margin-bottom:1rem}.media-section{background:#fff}.photo-card{overflow:hidden;padding:0}.photo-card img{width:auto;max-width:100%;object-fit:contain;display:block;margin-inline:auto}.photo-card h2,.photo-card p{margin-left:1.25rem;margin-right:1.25rem}.photo-card p{margin-bottom:1.25rem}.map-panel{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.map-panel iframe{width:100%;height:min(58vh,480px);min-height:320px;border:0;display:block}@media(max-width:860px){.hero h1,.page-title h1{font-size:clamp(1.85rem,8vw,2.15rem)}.section-header h2{font-size:clamp(1.65rem,7vw,2rem)}.site-header,.site-footer,.split,.catalogue-detail,.review-grid,.review-section,.header-inner--brand,.header-inner--split{grid-template-columns:1fr}.top-strip__left,.contact-strip{display:none}.top-strip{font-size:1rem}.brand img{width:min(320px,86vw)}.delivery-card{width:min(100%,300px);justify-items:center;text-align:center;font-size:1.05rem}.delivery-card strong{font-size:1.2rem}.menu-strip{display:grid;justify-items:stretch}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:calc(100% - 2rem);margin:.5rem auto;color:#111;background:#ffffff6b;border:1px solid rgba(0,0,0,.18);font-weight:700}.menu-toggle__icon,.menu-toggle__icon:before,.menu-toggle__icon:after{display:block;width:1.25rem;height:2px;background:#111;content:""}.menu-toggle__icon{position:relative}.menu-toggle__icon:before,.menu-toggle__icon:after{position:absolute;left:0}.menu-toggle__icon:before{top:-6px}.menu-toggle__icon:after{top:6px}.primary-nav{display:none;padding:0 1rem .75rem}.primary-nav.is-open{display:grid;gap:.25rem}.nav-link{width:100%;border-radius:6px;background:#ffffff47}.trade-service-card{grid-template-columns:1fr}}@media(max-width:760px){.featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-group-grid,.product-grid,.catalogue-category-grid{grid-template-columns:1fr}}@media(max-width:520px){.featured-products__grid{grid-template-columns:1fr}}
