/*
Theme Name: Green Clean Melbourne Custom Website
Theme URI: https://greencleanmelbourne.com.au/
Author: Green Clean Melbourne / OpenAI
Author URI: https://greencleanmelbourne.com.au/
Description: Custom static-style WordPress theme for Green Clean Melbourne Pty Ltd. Includes custom designed pages, responsive layout, pricing, service pages and quote form.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary
Text Domain: green-clean-melbourne
*/


:root{
  --gcm-teal:#008a8f;
  --gcm-teal-dark:#045f63;
  --gcm-teal-deep:#02474b;
  --gcm-green:#8fd400;
  --gcm-green-dark:#2b8a00;
  --gcm-ink:#102326;
  --gcm-muted:#5b6b6d;
  --gcm-soft:#f1f8f5;
  --gcm-line:#dce9e6;
  --gcm-white:#fff;
  --shadow:0 24px 70px rgba(2,71,75,.13);
  --radius:24px;
  --radius-lg:34px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--gcm-ink);background:#fff;line-height:1.65;font-size:16px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p{margin:0 0 1.05rem;color:var(--gcm-muted)}h1,h2,h3,h4{line-height:1.08;margin:0 0 1rem;color:var(--gcm-ink);letter-spacing:-.035em}h1{font-size:clamp(2.5rem,5vw,5.2rem)}h2{font-size:clamp(2rem,3.2vw,3.3rem)}h3{font-size:1.25rem}ul{margin:0;padding:0}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:12px;background:#fff;padding:10px 12px;z-index:1001}.skip-link:focus{left:12px}.site-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,233,230,.85)}.topbar{background:var(--gcm-teal-deep);color:#e7fffa;font-size:.88rem}.topbar-inner{display:flex;justify-content:space-between;gap:1rem;padding:.48rem 0}.topbar a{font-weight:800;color:#fff}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:1.1rem;min-height:82px}.brand img{width:150px;max-height:66px;object-fit:contain;border-radius:14px}.nav-menu{list-style:none;display:flex;align-items:center;gap:clamp(.55rem,1.2vw,1.1rem)}.nav-menu a{display:flex;align-items:center;gap:.25rem;font-weight:800;color:#274244;font-size:.93rem;padding:.75rem .15rem}.nav-menu a:hover,.nav-menu a.active{color:var(--gcm-teal)}.has-dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:-16px;min-width:248px;background:#fff;border:1px solid var(--gcm-line);border-radius:18px;box-shadow:var(--shadow);padding:.55rem;display:none;z-index:1000}.has-dropdown:hover .dropdown-menu,.has-dropdown:focus-within .dropdown-menu{display:block}.dropdown-menu a{padding:.65rem .85rem;border-radius:12px;display:block}.dropdown-menu a:hover{background:var(--gcm-soft)}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.86rem 1.22rem;border-radius:999px;font-weight:900;border:1px solid transparent;transition:.18s ease;cursor:pointer;font-size:.95rem}.header-cta,.btn-primary{background:linear-gradient(135deg,var(--gcm-teal),var(--gcm-teal-dark));color:#fff;box-shadow:0 12px 26px rgba(0,138,143,.24)}.header-cta:hover,.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,138,143,.32)}.btn-outline{background:#fff;color:var(--gcm-teal-deep);border-color:rgba(0,138,143,.28)}.btn-outline:hover{background:var(--gcm-soft);transform:translateY(-2px)}.btn-light{background:#fff;color:var(--gcm-teal-deep)}.light-border{border-color:rgba(255,255,255,.5)}.btn-footer{background:var(--gcm-green);color:var(--gcm-teal-deep)}.menu-toggle{display:none;background:#fff;border:1px solid var(--gcm-line);border-radius:999px;padding:.72rem 1rem;font-weight:900;color:var(--gcm-teal-deep)}.hero,.page-hero{position:relative;overflow:hidden;isolation:isolate;background-size:cover;background-position:center}.hero-home{min-height:760px;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center}.hero-overlay,.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,48,50,.88),rgba(2,48,50,.56) 48%,rgba(2,48,50,.16));z-index:-1}.hero-content{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2rem;align-items:end;padding:5rem 0}.hero-copy{max-width:800px;color:#fff}.hero-copy h1,.page-hero-content h1{color:#fff}.hero-copy p,.page-hero-content p{color:#eafff8;font-size:1.15rem;max-width:720px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:.45rem;color:var(--gcm-green);font-weight:950;text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;margin-bottom:.9rem}.section-kicker{color:var(--gcm-teal)}.cta-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.4rem}.hero-card{background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.65);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow)}.hero-card strong{display:block;font-size:1.15rem;margin-bottom:.35rem}.hero-card a{color:var(--gcm-teal);font-weight:950;font-size:1.22rem}.page-hero-content{padding:5.8rem 0;color:#fff;max-width:880px}.trust-strip{background:#fff;border-bottom:1px solid var(--gcm-line)}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;padding:1.05rem 0}.trust-grid div{display:flex;align-items:center;gap:.55rem;font-weight:900;color:#274244}.icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:16px;background:linear-gradient(135deg,var(--gcm-soft),#fff);color:var(--gcm-teal);border:1px solid var(--gcm-line)}.icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.trust-grid .icon{width:28px;height:28px;border-radius:50%;flex-basis:28px}.trust-grid .icon svg{width:16px;height:16px}.section{padding:clamp(4rem,7vw,7rem) 0}.soft-bg{background:var(--gcm-soft)}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.split.reverse{grid-template-columns:.95fr 1.05fr}.image-card{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);background:#fff;margin:0}.image-card img{width:100%;height:100%;min-height:360px;object-fit:cover}.image-card.tilt{transform:rotate(1deg)}.section-heading{text-align:center;max-width:820px;margin:0 auto 2.5rem}.section-heading p{font-size:1.05rem}.service-grid,.why-grid,.pricing-grid,.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem}.service-card,.why-grid article,.values-grid article,.pricing-card{background:#fff;border:1px solid var(--gcm-line);border-radius:var(--radius);padding:1.45rem;box-shadow:0 14px 45px rgba(2,71,75,.07)}.service-card h3,.why-grid h3,.values-grid h3{margin-top:.9rem}.text-link{font-weight:950;color:var(--gcm-teal);display:inline-flex;margin-top:.5rem}.text-link::after{content:" →"}.tick-list{list-style:none;margin:1.1rem 0 1.35rem;display:grid;gap:.7rem}.tick-list li{position:relative;padding-left:2rem;color:#274244;font-weight:750}.tick-list li:before{content:"✓";position:absolute;left:0;top:0;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--gcm-soft);color:var(--gcm-teal);font-weight:950}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1.4rem}.metric-row div,.price-snapshot div{background:#fff;border:1px solid var(--gcm-line);border-radius:18px;padding:1rem;box-shadow:0 10px 30px rgba(2,71,75,.05)}.metric-row strong,.price-snapshot strong{display:block;color:var(--gcm-teal-deep);font-size:1.08rem}.metric-row span,.price-snapshot span{display:block;color:var(--gcm-muted);font-size:.92rem}.price-snapshot{display:grid;gap:1rem}.price-snapshot strong{font-size:2rem;letter-spacing:-.04em}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-grid img,.placeholder-tile{height:270px;width:100%;object-fit:cover;border-radius:22px;box-shadow:0 14px 45px rgba(2,71,75,.08);background:#fff;border:1px solid var(--gcm-line)}.placeholder-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;border:2px dashed #b8d7d2;color:var(--gcm-teal-deep)}.placeholder-tile strong{font-size:1.1rem}.cta-band{background:linear-gradient(135deg,var(--gcm-teal-deep),var(--gcm-teal));color:#fff}.cta-band-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:4rem 0}.cta-band h2{color:#fff}.cta-band p{color:#eafff8;max-width:780px}.values-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(3,1fr)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.process-grid div{background:#fff;border:1px solid var(--gcm-line);border-radius:var(--radius);padding:1.4rem;box-shadow:0 10px 34px rgba(2,71,75,.05)}.process-grid span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gcm-teal);color:#fff;font-weight:950;margin-bottom:.8rem}.service-detail-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.service-detail-list article{background:#fff;border:1px solid var(--gcm-line);border-radius:22px;padding:1.3rem;box-shadow:0 10px 34px rgba(2,71,75,.05)}.pricing-grid.two{grid-template-columns:repeat(2,1fr)}.pricing-card strong{display:block;color:var(--gcm-teal-deep);font-size:1.9rem;margin:.3rem 0 .5rem}table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:16px;border:1px solid var(--gcm-line);background:#fff}th,td{text-align:left;padding:.9rem 1rem;border-bottom:1px solid var(--gcm-line)}th{background:var(--gcm-teal-deep);color:#fff}tr:last-child td{border-bottom:0}td:last-child,th:last-child{text-align:right;font-weight:900}.note{font-size:.92rem;margin-top:1rem}.extras-table{max-width:860px;margin:0 auto}.policy-box{max-width:900px;background:#fff;border:1px solid var(--gcm-line);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start}.form-card,.mini-card{background:#fff;border:1px solid var(--gcm-line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.quote-form{display:grid;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.quote-form label{display:grid;gap:.4rem;font-weight:850;color:#29494b}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid var(--gcm-line);border-radius:14px;padding:.9rem 1rem;font:inherit;color:var(--gcm-ink);background:#fff}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:3px solid rgba(0,138,143,.16);border-color:var(--gcm-teal)}.privacy-check{display:flex!important;grid-template-columns:auto 1fr;align-items:flex-start;gap:.6rem;font-weight:650!important}.privacy-check input{width:auto}.contact-cards{display:grid;gap:.85rem;margin:1.2rem 0}.contact-cards a{display:flex;align-items:center;gap:.8rem;background:#fff;border:1px solid var(--gcm-line);border-radius:18px;padding:1rem;box-shadow:0 10px 34px rgba(2,71,75,.05)}.contact-cards strong{display:block}.contact-cards span{color:var(--gcm-muted)}.thank-you{min-height:62vh;display:grid;place-items:center}.thank-you .container{max-width:780px}.site-footer{background:#071f22;color:#d8f2ee;padding:4rem 0 1.5rem}.site-footer p,.site-footer li{color:#cfe7e3}.site-footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1.55fr 1fr 1fr 1.2fr;gap:2rem}.footer-logo img{width:160px;background:#fff;border-radius:16px;padding:.5rem;margin-bottom:1rem}.site-footer h3{color:#fff;font-size:1.1rem}.site-footer ul{list-style:none;display:grid;gap:.48rem}.footer-small{font-size:.92rem}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.12);font-size:.9rem;color:#b8d7d2}
@media (max-width: 1000px){.hero-content,.split,.split.reverse,.contact-grid{grid-template-columns:1fr}.hero-home{min-height:670px}.hero-card{max-width:360px}.trust-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.why-grid,.values-grid,.pricing-grid,.pricing-grid.two{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 760px){.container{width:min(100% - 28px,1180px)}.topbar-inner{flex-direction:column;gap:.2rem}.nav-wrap{min-height:72px}.menu-toggle{display:inline-flex}.header-cta{display:none}.primary-nav{display:none;position:absolute;left:14px;right:14px;top:calc(100% + 8px);background:#fff;border:1px solid var(--gcm-line);border-radius:22px;box-shadow:var(--shadow);padding:1rem}.primary-nav.open{display:block}.nav-menu{display:grid;gap:.2rem}.nav-menu a{padding:.75rem}.dropdown-menu{position:static;display:block;border:0;box-shadow:none;padding:0 0 0 .8rem;min-width:0}.hero-home{min-height:720px}.hero-content{padding:4rem 0}.hero-overlay,.page-hero-overlay{background:linear-gradient(180deg,rgba(2,48,50,.88),rgba(2,48,50,.64))}.page-hero-content{padding:4.2rem 0}.trust-grid,.service-grid,.why-grid,.values-grid,.pricing-grid,.pricing-grid.two,.service-detail-list,.gallery-grid,.process-grid,.form-row{grid-template-columns:1fr}.cta-band-inner{display:grid}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:grid}.image-card img{min-height:260px}.gallery-grid img,.placeholder-tile{height:235px}h1{font-size:clamp(2.25rem,12vw,3.2rem)}}
