
  @font-face {
    font-family: 'Gilroy';
    src: url('../Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }

  :root{
    --blue: #006FFF;
    --blue-deep: #0057CC;
    --yellow: #FFD900;
    --ink: #0B1F33;
    --ink-soft: #45566B;
    --white: #FFFFFF;
    --mist: #F4F7FB;
    --grass: #1E8E5A;
    --line: #E3E9F1;
    --radius-hex: 12px;
    --maxw: 1180px;
  }

  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color:var(--ink);
    background:var(--white);
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
  }

  h1,h2,h3,.display{
    font-family:'Gilroy', -apple-system, sans-serif;
    font-weight:200;
    letter-spacing:-0.01em;
    margin:0;
    color:var(--ink);
  }

  h1{ font-size: clamp(2.6rem, 6vw, 5.1rem); line-height:0.98; }
  h2{ font-size: clamp(2rem, 4vw, 3.1rem); line-height:1.04; }
  h3{ font-size: 1.4rem; font-weight:600; font-family:inherit; }

  p{ margin:0 0 1rem 0; color:var(--ink-soft); max-width:62ch; }

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

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

  .wrap{
    max-width:var(--maxw);
    margin:0 auto;
    padding:0 32px;
  }

  /* skip link */
  .skip-link{
    position:absolute; left:-999px; top:auto;
    background:var(--ink); color:var(--white); padding:12px 20px; z-index:200;
  }
  .skip-link:focus{ left:16px; top:16px; }

  :focus-visible{ outline:3px solid var(--blue); outline-offset:3px; }

  /* ---------- Header ---------- */
  header.site{
    position:sticky; top:0; z-index:100;
    background:rgba(255,255,255,0.94);
    backdrop-filter:saturate(180%) blur(8px);
    border-bottom:1px solid var(--line);
  }
  .nav-row{
    display:flex; align-items:center; justify-content:space-between;
    padding:16px 32px;
    max-width:var(--maxw); margin:0 auto;
  }
  .logo{ display:flex; align-items:center; gap:10px; }
  .logo svg{ height:34px; width:auto; }
  .logo-word{ font-family:'Gilroy',sans-serif; font-weight:600; font-size:1.05rem; letter-spacing:0.02em; color:var(--ink); }
  .logo-word span{ display:block; font-family:-apple-system,sans-serif; font-weight:400; font-size:0.62rem; letter-spacing:0.14em; color:var(--ink-soft); }
  .logo-img{ height:46px; width:auto; display:block; }
  .footer-logo-img{ width:180px; height:auto; display:block; }

  nav.primary{ display:flex; align-items:center; gap:34px; }
  nav.primary a{ font-size:0.96rem; font-weight:600; color:var(--ink); }
  nav.primary a:hover{ color:var(--blue); }

  .call-pill{
    display:flex; align-items:center; gap:10px;
    background:var(--ink); color:var(--white);
    padding:11px 20px; border-radius:999px;
    font-weight:700; font-size:0.95rem;
    white-space:nowrap;
  }
  .call-pill:hover{ background:var(--blue); }
  .call-pill svg{ width:16px; height:16px; flex-shrink:0; }

  .burger{ display:none; }

  /* ---------- Hero (full-bleed photo banner, trade-site style) ---------- */
  .hero{
    position:relative;
    min-height:100vh;
    min-height:100dvh;
    display:flex;
    align-items:flex-end;
    background:
      linear-gradient(0deg, rgba(6,17,30,0.92) 0%, rgba(6,17,30,0.55) 45%, rgba(6,17,30,0.15) 100%),
      url('../photos/hero-skyline-hedge.webp');
    background-size:cover;
    background-position:center 70%;
  }
  .hero-inner{
    max-width:var(--maxw); margin:0 auto; padding:80px 32px 56px;
    width:100%;
  }
  .eyebrow-plain{ color:var(--yellow); font-weight:700; font-size:0.98rem; margin-bottom:18px; display:block; }
  .hero h1{ color:var(--white); max-width:16ch; }
  .hero h1 em{ font-style:normal; color:var(--yellow); }
  .hero p.lede{ color:#EAF0F7; font-size:1.15rem; margin-top:22px; max-width:52ch; }

  .hero-actions{ display:flex; gap:14px; margin-top:30px; flex-wrap:wrap; }
  .btn{
    display:inline-flex; align-items:center; justify-content:center; gap:8px;
    padding:15px 26px; border-radius:4px;
    font-weight:700; font-size:1rem;
    border:2px solid transparent;
    cursor:pointer;
  }
  .btn-primary{ background:var(--yellow); color:var(--ink); }
  .btn-primary:hover{ background:#FFE550; }
  .btn-ghost{ background:transparent; color:var(--white); border-color:rgba(255,255,255,0.55); }
  .btn-ghost:hover{ border-color:var(--white); background:rgba(255,255,255,0.1); }

  .hero-strip{
    display:flex; gap:0; flex-wrap:wrap;
    margin-top:52px;
    border-top:1px solid rgba(255,255,255,0.22);
    padding-top:26px;
  }
  .hero-stat{ padding-right:44px; margin-right:44px; border-right:1px solid rgba(255,255,255,0.22); }
  .hero-stat:last-child{ border-right:none; margin-right:0; padding-right:0; }
  .hero-stat b{ display:block; font-family:'Gilroy',sans-serif; font-weight:200; font-size:2.1rem; color:var(--white); }
  .hero-stat span{ color:#C7D3E1; font-size:0.85rem; }

  /* ---------- Trust strip ---------- */
  .trust{
    background:var(--mist);
    border-bottom:1px solid var(--line);
  }
  .trust .wrap{
    display:flex; flex-wrap:wrap; gap:36px;
    padding:22px 32px;
    justify-content:space-between;
  }
  .trust-item{ display:flex; align-items:center; gap:10px; font-size:0.92rem; font-weight:600; color:var(--ink); }
  .trust-item svg{ width:20px; height:20px; color:var(--blue); flex-shrink:0; }

  /* ---------- Section shell ---------- */
  section{ padding:96px 0; }
  .section-head{ max-width:640px; margin-bottom:56px; }
  .section-head .kicker{ color:var(--blue); font-weight:700; font-size:0.95rem; display:block; margin-bottom:14px; }
  .section-head p{ margin-top:18px; font-size:1.08rem; }

  /* ---------- Services (honeycomb) ---------- */
  .services{ background:var(--white); }
  .service-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:2px;
    background:var(--line);
    border:1px solid var(--line);
  }
  .service-card{
    background:var(--white);
    display:flex; flex-direction:column;
  }
  .service-photo{
    height:220px; background-size:cover; background-position:center;
    position:relative;
  }
  .service-photo .tag{
    position:absolute; left:0; bottom:0;
    background:var(--yellow); color:var(--ink);
    font-weight:700; font-size:0.8rem;
    padding:7px 16px;
  }
  .p-mow{ background-image:url('../photos/service-mowing.webp'); }
  .p-land{ background-image:url('../photos/service-landscaping.webp'); }
  .p-handy{ background-image:url('../photos/service-handyman.webp'); background-position:center 30%; }
  .service-body{ padding:32px 38px 38px; display:flex; flex-direction:column; flex:1; }
  .service-card h3{ margin-bottom:10px; }
  .service-card ul{ list-style:none; margin:18px 0 24px; padding:0; }
  .service-card li{
    font-size:0.92rem; color:var(--ink-soft);
    padding-left:26px; position:relative; margin-bottom:9px;
  }
  .service-card li::before{
    content:'✓'; position:absolute; left:0; top:0;
    color:var(--blue); font-weight:700; font-size:0.9rem;
  }
  .service-card .card-link{ margin-top:auto; font-weight:700; color:var(--blue); font-size:0.95rem; display:inline-flex; align-items:center; gap:6px; }
  .service-card .card-link:hover{ text-decoration:underline; }

  /* ---------- Process ---------- */
  .process{ background:var(--ink); }
  .process .section-head .kicker{ color:var(--yellow); }
  .process .section-head h2, .process .section-head p{ color:var(--white); }
  .process .section-head p{ color:#B9C7DA; }
  .process-row{
    display:grid; grid-template-columns:repeat(4,1fr);
    gap:28px;
  }
  .process-step{ border-top:2px solid rgba(255,255,255,0.16); padding-top:22px; }
  .process-step .num{ font-family:'Gilroy',sans-serif; font-weight:200; font-size:2.4rem; color:var(--yellow); display:block; margin-bottom:14px; }
  .process-step h3{ color:var(--white); font-size:1.1rem; margin-bottom:8px; }
  .process-step p{ color:#AEC0D6; font-size:0.92rem; margin:0; }

  /* ---------- Gallery ---------- */
  .gallery{ background:var(--white); }
  .gallery-grid{
    display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr;
    gap:16px;
  }
  .gallery-item{
    position:relative; height:280px;
    background-size:cover; background-position:center;
    display:flex; align-items:flex-end;
  }
  .gallery-item::after{
    content:''; position:absolute; inset:0;
    background:linear-gradient(0deg, rgba(11,31,51,0.75), transparent 60%);
  }
  .gallery-cap{
    position:relative; z-index:1; color:var(--white);
    font-size:0.85rem; font-weight:600; padding:16px;
  }
  .g1{ background-image:url('../photos/gallery-pool-entertaining.webp'); }
  .g2{ background-image:url('../photos/gallery-garden-bed.webp'); }
  .g3{ background-image:url('../photos/gallery-retaining-wall.webp'); }
  .g4{ background-image:url('../photos/gallery-turf-laying.webp'); }

  /* ---------- Before / After ---------- */
  .before-after{ background:var(--mist); }
  .ba-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
  .ba-panel{ position:relative; height:420px; background-size:cover; background-position:center; }
  .ba-tag{
    position:absolute; top:0; left:0;
    background:var(--ink); color:var(--white);
    font-weight:700; font-size:0.85rem; letter-spacing:0.03em;
    padding:10px 22px;
  }
  .ba-panel.after .ba-tag{ background:var(--yellow); color:var(--ink); }
  .ba-before{ background-image:url('../photos/before-clearing.webp'); }
  .ba-after{ background-image:url('../photos/after-clearing.webp'); }
  .ba-caption{ margin-top:22px; font-size:0.95rem; }

  /* ---------- Van strip ---------- */
  .van-strip{
    background:var(--ink);
    display:grid; grid-template-columns:1fr 1.4fr;
    align-items:stretch;
  }
  .van-photo{
    background-image:url('../photos/van.webp');
    background-size:cover; background-position:center 46%;
    min-height:340px;
  }
  .van-copy{ padding:56px 48px; display:flex; flex-direction:column; justify-content:center; }
  .van-copy .kicker{ color:var(--yellow); font-weight:700; font-size:0.9rem; display:block; margin-bottom:12px; }
  .van-copy h2{ color:var(--white); font-size:clamp(1.6rem,3vw,2.2rem); margin-bottom:14px; }
  .van-copy p{ color:#C7D3E1; margin:0; max-width:52ch; }

  /* ---------- Areas ---------- */
  .areas{ background:var(--mist); }
  .areas-layout{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start; }
  .suburb-list{
    display:grid; grid-template-columns:repeat(3,1fr); gap:10px 20px;
    margin-top:8px;
  }
  .suburb-list span{
    font-size:0.94rem; font-weight:600; color:var(--ink);
    padding:9px 0; border-bottom:1px solid var(--line);
  }
  .areas-note{ margin-top:26px; padding:20px 22px; background:var(--white); border-left:4px solid var(--yellow); border-radius:4px; }
  .areas-note p{ margin:0; font-size:0.94rem; }

  /* ---------- Reviews ---------- */
  .reviews{ background:var(--white); }
  .review-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
  .review-card{
    border:1px solid var(--line); border-radius:12px; padding:32px;
    display:flex; flex-direction:column; gap:16px;
  }
  .stars{ color:var(--yellow); font-size:1rem; letter-spacing:2px; }
  .review-card p{ font-size:0.98rem; color:var(--ink); margin:0; }
  .review-who{ display:flex; align-items:center; gap:12px; margin-top:auto; }
  .review-avatar{
    width:38px; height:38px; border-radius:50%;
    background:var(--blue); color:var(--white);
    display:flex; align-items:center; justify-content:center;
    font-weight:700; font-size:0.85rem; flex-shrink:0;
  }
  .review-who strong{ display:block; font-size:0.9rem; }
  .review-who span{ font-size:0.78rem; color:var(--ink-soft); }

  /* ---------- Quote Form ---------- */
  .quote-section{ background:var(--mist); }
  .quote-layout{ display:grid; grid-template-columns:1fr 1.3fr; gap:56px; align-items:start; }
  .quote-intro p{ margin-bottom:24px; }
  .quote-call-btn{ border-color:var(--ink); color:var(--ink); }
  .quote-call-btn:hover{ background:var(--ink); color:var(--white); }
  .quote-form{
    background:var(--white); border-radius:12px; padding:36px;
    border:1px solid var(--line);
  }
  .form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
  .form-field{ margin-bottom:18px; }
  .form-field label{ display:block; font-size:0.88rem; font-weight:700; margin-bottom:6px; color:var(--ink); }
  .form-field input, .form-field select, .form-field textarea{
    width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:6px;
    font-size:0.95rem; font-family:inherit; color:var(--ink); background:var(--white);
  }
  .form-field input:focus, .form-field select:focus, .form-field textarea:focus{
    outline:none; border-color:var(--blue); box-shadow:0 0 0 3px rgba(0,111,255,0.15);
  }
  .form-field textarea{ resize:vertical; }
  .form-field input[type="file"]{ padding:10px; font-size:0.88rem; }
  .field-hint{ margin:8px 0 0; font-size:0.8rem; color:var(--ink-soft); }
  .hidden-field{ position:absolute; left:-9999px; }
  .form-success{
    background:var(--white); border-radius:12px; padding:44px; border:1px solid var(--line);
    text-align:center;
  }
  .form-success h3{ margin-bottom:10px; }
  .form-success p{ margin:0; }
  .form-submit{ width:100%; margin-top:6px; }
  .form-note{ margin-top:14px; margin-bottom:0; font-size:0.82rem; text-align:center; color:var(--ink-soft); }

  /* ---------- CTA band ---------- */
  .cta-band{
    background:var(--blue);
    color:var(--white);
    padding:80px 0;
  }
  .cta-inner{ display:flex; justify-content:space-between; align-items:center; gap:40px; flex-wrap:wrap; }
  .cta-inner h2{ color:var(--white); max-width:520px; }
  .cta-inner .btn-primary{ flex-shrink:0; }
  .cta-btns{ display:flex; gap:14px; flex-wrap:wrap; }
  .cta-band .btn-ghost{ border-color:rgba(255,255,255,0.6); color:var(--white); }
  .cta-band .btn-ghost:hover{ border-color:var(--white); background:rgba(255,255,255,0.12); }

  /* ---------- FAQ ---------- */
  .faq{ background:var(--mist); }

  /* ---------- Legal pages ---------- */
  .legal{ background:var(--white); padding:64px 0 96px; }
  .legal .wrap{ max-width:820px; }
  .legal .updated{ color:var(--ink-soft); font-size:0.9rem; margin-bottom:36px; display:block; }
  .legal h1{ font-size:clamp(2.1rem,4vw,3rem); margin-bottom:8px; }
  .legal h2{ font-size:1.4rem; font-weight:700; font-family:inherit; margin-top:44px; margin-bottom:14px; }
  .legal h3{ font-size:1.1rem; margin-top:26px; margin-bottom:8px; }
  .legal p{ max-width:none; color:var(--ink-soft); margin-bottom:14px; }
  .legal ul{ color:var(--ink-soft); padding-left:22px; margin-bottom:14px; }
  .legal li{ margin-bottom:8px; }
  .legal a{ color:var(--blue); font-weight:600; text-decoration:underline; }
  .legal .callout{
    background:var(--mist); border-left:4px solid var(--yellow);
    padding:18px 22px; border-radius:4px; margin:28px 0;
  }
  .legal .callout p{ margin:0; font-size:0.92rem; }
  .faq-list{ max-width:780px; }
  details{
    background:var(--white); border:1px solid var(--line); border-radius:10px;
    padding:22px 26px; margin-bottom:12px;
  }
  summary{
    cursor:pointer; font-weight:700; font-size:1.02rem;
    list-style:none; display:flex; justify-content:space-between; align-items:center; gap:20px;
  }
  summary::-webkit-details-marker{ display:none; }
  summary .plus{ font-size:1.4rem; color:var(--blue); flex-shrink:0; transition:transform 0.2s ease; }
  details[open] summary .plus{ transform:rotate(45deg); }
  details p{ margin-top:14px; font-size:0.95rem; }

  /* ---------- Footer ---------- */
  footer{ background:var(--ink); color:#B9C7DA; padding:64px 0 28px; }
  .footer-grid{
    display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px;
    padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,0.12);
  }
  .footer-brand p{ color:#9FB2C9; font-size:0.92rem; margin-top:16px; max-width:32ch; }
  .social-links{ display:flex; gap:12px; margin-top:20px; }
  .social-links a{
    display:flex; align-items:center; justify-content:center;
    width:38px; height:38px; border-radius:50%;
    background:rgba(255,255,255,0.08); color:var(--white);
    transition:background 0.2s ease;
  }
  .social-links a:hover{ background:var(--yellow); color:var(--ink); }
  .social-links svg{ width:18px; height:18px; }
  .footer-col h4{ color:var(--white); font-size:0.88rem; font-weight:700; letter-spacing:0.04em; margin-bottom:16px; }
  .footer-col ul{ list-style:none; margin:0; padding:0; }
  .footer-col li{ margin-bottom:10px; }
  .footer-col a{ color:#B9C7DA; font-size:0.92rem; }
  .footer-col a:hover{ color:var(--yellow); }
  .footer-bottom{
    display:flex; justify-content:space-between; align-items:center;
    padding-top:26px; font-size:0.82rem; color:#84C; color:#7C8FA6; flex-wrap:wrap; gap:12px;
  }

  /* ---------- Mobile ---------- */
  @media (max-width: 900px){
    .service-grid{ grid-template-columns:1fr; }
    .process-row{ grid-template-columns:1fr 1fr; }
    .areas-layout{ grid-template-columns:1fr; }
    .review-grid{ grid-template-columns:1fr; }
    .footer-grid{ grid-template-columns:1fr 1fr; }
    .gallery-grid{ grid-template-columns:1fr 1fr; }
    .ba-grid{ grid-template-columns:1fr; }
    .van-strip{ grid-template-columns:1fr; }
    .van-photo{ min-height:260px; }
    .quote-layout{ grid-template-columns:1fr; }
    nav.primary{ display:none; }
    .wrap, .nav-row{ padding-left:20px; padding-right:20px; }
    .hero-inner{ padding-left:20px; padding-right:20px; }
    section{ padding:64px 0; }
    .hero{ min-height:100vh; min-height:100dvh; }
  }
  @media (max-width: 560px){
    .suburb-list{ grid-template-columns:1fr 1fr; }
    .footer-grid{ grid-template-columns:1fr; }
    .cta-inner{ flex-direction:column; align-items:flex-start; }
    .hero-strip{ gap:16px; }
    .hero-stat{ padding-right:20px; margin-right:20px; }
    .form-row{ grid-template-columns:1fr; }
    .quote-form{ padding:24px; }
    .gallery-grid{ grid-template-columns:1fr; }
    .gallery-item{ height:220px; }
    .ba-panel{ height:280px; }
    .van-copy{ padding:40px 24px; }
  }

  @media (prefers-reduced-motion: reduce){
    html{ scroll-behavior:auto; }
    *{ transition:none !important; animation:none !important; }
  }

/* ---------- Sub-page hero (shorter than homepage hero) ---------- */
.page-hero{
  position:relative;
  min-height:420px;
  display:flex; align-items:flex-end;
  background-size:cover; background-position:center;
}
.page-hero::before{
  content:'';
  position:absolute; inset:0;
  background:linear-gradient(0deg, rgba(6,17,30,0.92) 0%, rgba(6,17,30,0.5) 55%, rgba(6,17,30,0.1) 100%);
}
.page-hero .hero-inner{ position:relative; z-index:1; padding:64px 32px 48px; }
.breadcrumb{ color:#C7D3E1; font-size:0.85rem; margin-bottom:16px; }
.breadcrumb a{ color:#C7D3E1; }
.breadcrumb a:hover{ color:var(--yellow); }
.page-hero h1{ color:var(--white); max-width:20ch; }
.page-hero p.lede{ color:#EAF0F7; font-size:1.1rem; margin-top:18px; max-width:56ch; }

/* ---------- Intro split ---------- */
.intro-split{ display:grid; grid-template-columns:1.1fr 0.9fr; gap:64px; align-items:start; }
.intro-split .lead-text p{ font-size:1.05rem; }
.price-callout{
  background:var(--mist); border-left:4px solid var(--blue);
  border-radius:4px; padding:26px 28px;
}
.price-callout h3{ font-size:1.05rem; margin-bottom:10px; }
.price-callout p{ font-size:0.92rem; margin:0; }

/* ---------- Included grid ---------- */
.included{ background:var(--mist); }
.included-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px 40px; }
.included-item{
  display:flex; gap:14px; align-items:flex-start;
  padding:18px 0; border-bottom:1px solid var(--line);
}
.included-item svg{ width:22px; height:22px; color:var(--blue); flex-shrink:0; margin-top:2px; }
.included-item h4{ font-size:1rem; font-weight:700; margin-bottom:4px; }
.included-item p{ font-size:0.9rem; margin:0; }
.included-note{ margin-top:24px; font-size:0.88rem; color:var(--ink-soft); font-style:italic; }

/* ---------- Mini gallery (3-up) ---------- */
.mini-gallery-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.mini-gallery-grid .gallery-item{ height:260px; }

/* ---------- Related services ---------- */
.related{ background:var(--white); }
.related-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.related-card{
  display:flex; align-items:center; gap:20px;
  border:1px solid var(--line); border-radius:10px; padding:24px;
}
.related-card .r-photo{
  width:88px; height:88px; border-radius:8px; background-size:cover; background-position:center; flex-shrink:0;
}
.related-card h4{ font-size:1.05rem; margin-bottom:6px; }
.related-card p{ font-size:0.88rem; margin:0 0 8px; }
.related-card a{ font-weight:700; color:var(--blue); font-size:0.9rem; }

@media (max-width: 900px){
  .intro-split{ grid-template-columns:1fr; }
  .included-grid{ grid-template-columns:1fr; }
  .mini-gallery-grid{ grid-template-columns:1fr 1fr; }
  .related-grid{ grid-template-columns:1fr; }
}
@media (max-width: 560px){
  .mini-gallery-grid{ grid-template-columns:1fr; }
  .related-card{ flex-direction:column; align-items:flex-start; }
}
