:root {
  --ink: #081015;
  --coal: #101820;
  --charcoal: #162027;
  --cream: #f6f0e3;
  --paper: #fffdf7;
  --mist: #f3f5f2;
  --line: rgba(8,16,21,.12);
  --gold: #e6bd55;
  --gold-dark: #bd8f25;
  --aqua: #47d7c5;
  --green: #14845b;
  --muted: #60706b;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(8,16,21,.18);
  --soft-shadow: 0 14px 38px rgba(8,16,21,.08);
  --radius: 26px;
  --radius-sm: 16px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--coal);
  background: var(--paper);
  line-height: 1.62;
  font-size: 16px;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.skip-link { position:absolute; top:-60px; left:16px; padding:10px 16px; background:var(--gold); color:var(--ink); z-index:9999; border-radius: 999px; font-weight: 900; }
.skip-link:focus { top:16px; }
.container { width:min(var(--max), calc(100% - 40px)); margin-inline:auto; }
.section { padding: 92px 0; }
.section-tight { padding: 56px 0; }
.bg-soft { background: var(--mist); }
.bg-dark { background: var(--ink); color: var(--white); }
.kicker { display:inline-flex; align-items:center; gap:9px; color:var(--gold-dark); background:rgba(230,189,85,.14); border:1px solid rgba(230,189,85,.26); padding:7px 13px; border-radius:999px; font-size:.8rem; font-weight:950; letter-spacing:.08em; text-transform:uppercase; margin-bottom:16px; }
.kicker::before { content:""; width:7px; height:7px; border-radius:999px; background:var(--gold); box-shadow:0 0 0 4px rgba(230,189,85,.18); }
.bg-dark .kicker, .video-hero .kicker { color:#ffe7a0; background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.18); }
h1,h2,h3,h4 { color: var(--ink); margin:0 0 16px; line-height:1.04; letter-spacing:-.045em; }
.bg-dark h1,.bg-dark h2,.bg-dark h3,.video-hero h1,.video-hero h2,.video-hero h3 { color:var(--white); }
h1 { font-size: clamp(3rem, 6.7vw, 6.8rem); max-width: 1000px; }
h2 { font-size: clamp(2rem, 3.7vw, 3.65rem); max-width: 900px; }
h3 { font-size:1.25rem; letter-spacing:-.025em; }
p { margin:0 0 18px; color:var(--muted); }
.bg-dark p, .video-hero p { color:rgba(255,255,255,.82); }
.lead { font-size: clamp(1.08rem, 1.7vw, 1.36rem); max-width:760px; color:#40504b; }
.bg-dark .lead, .video-hero .lead { color:rgba(255,255,255,.86); }
.site-header { position:fixed; top:0; left:0; right:0; z-index:1000; background:rgba(8,16,21,.70); backdrop-filter:blur(18px); border-bottom:1px solid rgba(255,255,255,.12); color:white; }
.admin-bar .site-header { top:32px; }
.header-inner { min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:22px; }
.brand { display:flex; align-items:center; gap:12px; font-weight:950; }
.brand img { width:74px; max-height:74px; object-fit:contain; background:transparent; border:none; padding:0; border-radius:0; box-shadow:none; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.site-brandmark { flex:0 0 auto; }
.brand-text { display:flex; flex-direction:column; line-height:1; }
.brand-text strong { color:#fff; font-size:1.1rem; letter-spacing:.04em; text-transform:uppercase; }
.brand-text small { color:rgba(255,255,255,.78); font-size:.72rem; letter-spacing:.18em; text-transform:uppercase; margin-top:4px; }
.primary-nav { display:flex; align-items:center; gap:22px; font-weight:850; font-size:.93rem; }
.primary-nav a { color:rgba(255,255,255,.86); }
.primary-nav a:hover { color:var(--gold); }
.header-actions { display:flex; align-items:center; gap:10px; }
.nav-toggle { display:none; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.10); color:white; padding:10px 13px; border-radius:999px; font-weight:900; }
.btn, .wp-block-button__link { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:14px 22px; border-radius:8px; font-weight:950; line-height:1; transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border .2s ease; border:1px solid transparent; text-transform:uppercase; letter-spacing:.035em; font-size:.86rem; }
.btn:hover, .wp-block-button__link:hover { transform:translateY(-2px); }
.btn-primary { background:var(--gold); color:var(--ink); box-shadow:0 14px 35px rgba(230,189,85,.28); }
.btn-primary:hover { background:#f2cf70; }
.btn-secondary { background:rgba(255,255,255,.11); color:white; border-color:rgba(255,255,255,.24); box-shadow: none; }
.btn-secondary:hover { background:rgba(255,255,255,.18); border-color:rgba(255,255,255,.44); }
.section .btn-secondary, .bg-soft .btn-secondary { background: var(--ink); color: white; border-color: var(--ink); }
.section .btn-secondary:hover, .bg-soft .btn-secondary:hover { background: var(--charcoal); }
.btn-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.text-link { color:var(--gold-dark); font-weight:950; }
.video-hero { position:relative; min-height: 100vh; padding: 154px 0 82px; display:flex; align-items:center; overflow:hidden; color:white; background:var(--ink); }
.hero-bg-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; filter:saturate(1.05) contrast(1.05); }
.video-hero::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg, rgba(5,10,14,.92) 0%, rgba(5,10,14,.72) 41%, rgba(5,10,14,.28) 100%), radial-gradient(circle at 82% 24%, rgba(230,189,85,.26), transparent 38%), radial-gradient(circle at 62% 85%, rgba(71,215,197,.16), transparent 38%); }
.video-hero::after { content:""; position:absolute; inset:auto 0 0; height:160px; z-index:1; background:linear-gradient(0deg, var(--paper), transparent); }
.hero-content { position:relative; z-index:2; max-width:860px; }
.hero-content h1 { margin-bottom:18px; text-wrap: balance; }
.hero-content .lead { max-width:720px; }
.hero-proof-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; padding:0; list-style:none; }
.hero-proof-row li { color:white; background:rgba(255,255,255,.11); border:1px solid rgba(255,255,255,.17); border-radius:999px; padding:9px 13px; font-weight:850; font-size:.92rem; backdrop-filter: blur(8px); }
.hero-proof-row li::before { content:"✓"; color:var(--gold); margin-right:7px; }
.hero-side-card { position:absolute; z-index:2; right: max(20px, calc((100vw - var(--max))/2)); bottom:82px; width:min(380px, 34vw); background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.18); border-radius:var(--radius); padding:22px; backdrop-filter:blur(16px); box-shadow:var(--shadow); }
.hero-side-card strong { display:block; font-size:1.35rem; line-height:1.08; color:white; margin-bottom:8px; }
.hero-side-card p { margin:0; color:rgba(255,255,255,.78); }
.gold-bar { background: var(--gold); color: var(--ink); padding: 12px 0; font-weight: 950; text-align:center; letter-spacing:.015em; }
.grid { display:grid; gap:22px; }
.grid-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.grid-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.grid-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
.grid-5 { grid-template-columns:repeat(5,minmax(0,1fr)); }
.card { background:var(--white); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--soft-shadow); overflow:hidden; }
.card-body { padding:26px; }
.card p { margin-bottom:14px; }
.service-card img { width:100%; aspect-ratio:16/10; object-fit:cover; background:#dfe7e2; }
.service-card { transition:transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.trust-card { padding:24px; border-radius:22px; background:white; border:1px solid var(--line); box-shadow:var(--soft-shadow); }
.trust-card strong { color:var(--ink); display:block; margin-bottom:7px; font-size:1.05rem; }
.trust-card p { font-size:.95rem; margin:0; }
.before-after { position:relative; overflow:hidden; border-radius:var(--radius); border:1px solid var(--line); background:white; box-shadow:var(--soft-shadow); }
.before-after img { width:100%; aspect-ratio:16/11; object-fit:cover; }
.before-after .label { position:absolute; top:14px; left:14px; display:flex; gap:7px; }
.before-after .label span { background:rgba(8,16,21,.88); color:white; padding:7px 10px; border-radius:999px; font-size:.75rem; font-weight:950; }
.split { display:grid; grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr); gap:44px; align-items:center; }
.check-list { list-style:none; padding:0; margin:22px 0 0; display:grid; gap:12px; }
.check-list li { padding:14px 16px; background:rgba(230,189,85,.12); border:1px solid rgba(230,189,85,.26); border-radius:16px; font-weight:850; color:#24342f; }
.bg-dark .check-list li { color:white; background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.16); }
.check-list li:before { content:"✓"; color:var(--gold-dark); margin-right:8px; }
.bg-dark .check-list li:before { color:var(--gold); }
.area-pills { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.area-pills span { padding:10px 14px; border-radius:999px; background:white; border:1px solid var(--line); font-weight:850; color:#32443d; }
.faq-wrap { max-width:920px; margin-top:28px; }
.faq-item { border:1px solid var(--line); background:white; border-radius:18px; padding:0; margin-bottom:12px; overflow:hidden; }
.faq-item summary { cursor:pointer; padding:19px 22px; font-weight:950; color:var(--ink); }
.faq-item p { padding:0 22px 20px; margin:0; }
.cta-panel { border-radius:34px; padding:clamp(34px,6vw,72px); background:linear-gradient(135deg, var(--ink), #19323b); color:white; position:relative; overflow:hidden; box-shadow:var(--shadow); }
.cta-panel:after { content:""; position:absolute; width:380px; height:380px; border-radius:999px; right:-110px; top:-150px; background:rgba(230,189,85,.24); }
.cta-panel > * { position:relative; z-index:1; }
.cta-panel h2 { color:white; }
.cta-panel p { color:rgba(255,255,255,.82); max-width:760px; }
.page-hero { padding:150px 0 68px; background:linear-gradient(180deg, var(--ink), #14262d); border-bottom:1px solid rgba(255,255,255,.12); color:white; }
.page-hero h1 { color:white; }
.page-hero .lead { max-width:860px; color:rgba(255,255,255,.82); }
.breadcrumb-lite { color:var(--gold); font-weight:950; font-size:.9rem; margin-bottom:12px; text-transform:uppercase; letter-spacing:.06em; }
.content-block { max-width:900px; }
.contact-grid { display:grid; grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr); gap:32px; align-items:start; }
.contact-box { padding:30px; border-radius:var(--radius); border:1px solid var(--line); background:white; box-shadow:var(--shadow); }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.form-field.full { grid-column:1 / -1; }
label { display:block; font-weight:950; color:var(--ink); margin-bottom:7px; }
input,select,textarea { width:100%; min-height:50px; border:1px solid rgba(8,16,21,.16); border-radius:10px; padding:12px 14px; font:inherit; background:white; }
textarea { min-height:130px; resize:vertical; }
.notice { padding:14px 16px; border-radius:14px; font-weight:850; margin-bottom:18px; }
.notice.success { background:rgba(20,132,91,.12); color:var(--green); border:1px solid rgba(20,132,91,.22); }
.notice.error { background:#fff1f0; color:#9a3412; border:1px solid #fecaca; }
.honeypot { display:none; }
.site-footer { background:#070d12; color:white; padding:66px 0 30px; }
.footer-brand { display:flex; align-items:flex-start; gap:16px; margin-bottom:18px; }
.footer-brandmark { width:78px; height:auto; flex:0 0 auto; background:transparent; border:none; padding:0; border-radius:0; box-shadow:none; filter:drop-shadow(0 8px 18px rgba(0,0,0,.25)); }
.footer-brand strong { display:block; color:#fff; font-size:1.1rem; margin-bottom:8px; }
.footer-brand p { margin:0; }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:38px; }
.site-footer p,.site-footer a,.footer-bottom { color:rgba(255,255,255,.72); }
.site-footer a:hover { color:var(--gold); }
.site-footer h3 { color:white; }
.footer-links { list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.footer-bottom { margin-top:42px; padding-top:22px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:20px; font-size:.9rem; }
.mobile-sticky-cta { display:none; }
@media (max-width: 1020px) {
  .header-actions { display:none; }
  .nav-toggle { display:inline-flex; }
  .primary-nav { position:absolute; top:82px; left:20px; right:20px; background:rgba(8,16,21,.96); border:1px solid rgba(255,255,255,.12); border-radius:22px; padding:18px; display:none; flex-direction:column; align-items:flex-start; box-shadow:var(--shadow); }
  .primary-nav.is-open { display:flex; }
  .primary-nav a { display:block; padding:9px 2px; }
  .hero-side-card { position:relative; right:auto; bottom:auto; width:auto; margin-top:30px; }
  .video-hero { min-height:auto; padding:138px 0 74px; }
  .grid-4,.grid-5 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .grid-3 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .split,.contact-grid { grid-template-columns:1fr; }
}
@media (max-width: 700px) {
  .container { width:min(var(--max), calc(100% - 28px)); }
  .section { padding:64px 0; }
  .video-hero { padding:126px 0 68px; }
  h1 { font-size:clamp(2.55rem, 14vw, 4rem); }
  .btn { width:100%; }
  .btn-row { width:100%; }
  .grid-2,.grid-3,.grid-4,.grid-5,.form-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .mobile-sticky-cta { display:grid; grid-template-columns:1fr 1fr; gap:8px; position:fixed; left:12px; right:12px; bottom:12px; z-index:1001; padding:8px; background:rgba(8,16,21,.88); border:1px solid rgba(255,255,255,.14); border-radius:14px; backdrop-filter:blur(14px); }
  .mobile-sticky-cta .btn { min-height:46px; padding:11px 12px; font-size:.78rem; }
  body { padding-bottom:76px; }
  .brand img { width:58px; }
  .brand-text strong { font-size:1rem; }
  .brand-text small { font-size:.62rem; letter-spacing:.15em; }
  .footer-brand { align-items:center; }
}

/* V3: internal instant estimate + daily blog styles */
.quote-hero .quote-summary-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.quote-summary-card strong { display:block; color:#fff; font-size:1.45rem; line-height:1.1; margin-bottom:10px; }
.quote-summary-card p { color:rgba(255,255,255,.82); }
.compact-list { gap:8px; margin-top:14px; }
.compact-list li { padding:10px 12px; font-size:.92rem; }
.quote-grid { display:grid; grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr); gap:32px; align-items:start; }
.estimate-output { position:sticky; top:110px; background:linear-gradient(145deg, #081015, #16323a); color:white; border-color:rgba(255,255,255,.12); }
.estimate-output h2 { color:white; }
.estimate-number { font-size:clamp(2.4rem, 4.5vw, 4.3rem); font-weight:950; color:var(--gold); line-height:1; letter-spacing:-.06em; margin:22px 0 14px; }
.quote-warning { background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.16); border-radius:16px; padding:14px; color:rgba(255,255,255,.82); font-weight:850; margin-top:20px; }
.quote-form-card { box-shadow:var(--soft-shadow); }
.instant-estimate-form select,
.instant-estimate-form input,
.instant-estimate-form textarea { background:#fffdf7; }
.blog-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; margin-top:42px; }
.blog-card img { width:100%; aspect-ratio:16/10; object-fit:cover; background:#dfe7e2; }
.blog-card h2 { font-size:1.32rem; letter-spacing:-.03em; }
.post-meta { color:var(--gold-dark); font-weight:950; text-transform:uppercase; letter-spacing:.08em; font-size:.78rem; margin-bottom:10px; }
.blog-intro { margin-bottom:10px; }
.article-wrap { max-width:940px; }
.article-featured { border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); margin-bottom:34px; }
.article-featured img { width:100%; max-height:520px; object-fit:cover; }
.article-content { font-size:1.08rem; }
.article-content h2 { margin-top:42px; }
.article-content h3 { margin-top:28px; }
.article-content a { color:var(--gold-dark); font-weight:900; }
.article-content ul, .article-content ol { padding-left:1.3rem; }
.article-cta { margin-top:54px; }
@media (max-width: 1020px) {
  .quote-grid { grid-template-columns:1fr; }
  .estimate-output { position:relative; top:auto; }
  .blog-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .blog-grid { grid-template-columns:1fr; }
  .estimate-number { font-size:2.55rem; }
}

/* V4 commercial SEO and brand updates */
.trust-badge-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-top:28px; }
.trust-badge { background:#fff; border:1px solid var(--line); border-radius:999px; padding:12px 16px; font-weight:950; color:#172420; box-shadow:var(--soft-shadow); text-align:center; }
.trust-badge:before { content:"✓"; color:var(--gold-dark); margin-right:8px; }
.gallery-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.result-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--soft-shadow); margin:0; }
.result-card img { width:100%; aspect-ratio:16/11; object-fit:cover; background:#e5ebe6; }
.result-card figcaption { padding:18px; color:var(--muted); font-size:.95rem; }
.result-card figcaption strong { display:block; color:var(--ink); font-size:1rem; margin-bottom:6px; }
.dark-card { background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.18); }
.dark-card figcaption { color:rgba(255,255,255,.78); }
.dark-card figcaption strong { color:#fff; }
.gallery-filters { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.gallery-filters span { border-radius:999px; border:1px solid var(--line); background:white; padding:10px 14px; font-weight:900; color:#24342f; }
.quote-pathway-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:26px; max-width:760px; }
.quote-pathway-card { display:block; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.18); border-radius:20px; padding:20px; color:white; box-shadow:var(--soft-shadow); }
.quote-pathway-card strong { display:block; color:#fff; font-size:1.12rem; margin-bottom:7px; }
.quote-pathway-card span { color:rgba(255,255,255,.78); }
.quote-pathway-toggle { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin:0 0 18px; }
.quote-pathway-toggle label { display:flex; gap:8px; align-items:center; padding:14px; border-radius:16px; border:1px solid var(--line); background:#fffdf7; cursor:pointer; }
.quote-pathway-toggle input { width:auto; min-height:auto; }
.quote-pathway-toggle span { font-weight:950; color:var(--ink); }
.commercial-only { display:block; }
.commercial-hero .result-card { align-self:stretch; }
@media (max-width: 1020px) {
  .trust-badge-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .trust-badge-grid, .gallery-grid, .quote-pathway-cards, .quote-pathway-toggle { grid-template-columns:1fr; }
  .mobile-sticky-cta { grid-template-columns:repeat(3,1fr); }
  .mobile-sticky-cta .btn { padding:10px 8px; font-size:.72rem; }
}


/* V4.2 transparent logo cleanup */
.brand img, .site-brandmark, .footer-brandmark, .custom-logo { background: transparent !important; border: 0 !important; padding: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.custom-logo-link { display:inline-flex; align-items:center; }

/* V4.3 suburb landing pages */
.trust-line { margin-top:18px; color:rgba(255,255,255,.78); font-weight:850; }
.suburb-hero .result-card { align-self: stretch; }
.suburb-hero-image img { min-height: 360px; object-fit: cover; }
.suburb-link-box { margin-top:34px; padding:26px; border-radius:var(--radius); background:#fff; border:1px solid var(--line); box-shadow:var(--soft-shadow); }
.suburb-link-box h3 { margin-bottom:8px; }
.area-pills a { display:inline-flex; }
.bg-dark .trust-card { background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.16); }
.bg-dark .trust-card strong { color:#fff; }
.bg-dark .trust-card p { color:rgba(255,255,255,.78); }
@media (max-width: 700px) {
  .suburb-hero-image img { min-height: 240px; }
}
