
  :root{
    --ink: #15302B;
    --paper: #F6F4ED;
    --paper-alt: #EFEADC;
    --brand: #2B6358;
    --brand-dark: #112621;
    --accent: #DB8A2B;
    --accent-deep: #B96E1A;
    --accent-soft: #F3DAA8;
    --line: #DCD4BE;
    --muted: #5C685F;
    --white: #FFFFFF;
    --shadow: 0 12px 30px -14px rgba(17,38,33,0.28);
    --radius: 14px;
  }


  /* ---------- Global botanical background ---------- */
  body {
    background-color: var(--paper);
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='600'%20height='600'%20viewBox='0%200%20600%20600'%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.leaf%20%7B%20fill:%20none%3B%20stroke-linecap:%20round%3B%20stroke-linejoin:%20round%3B%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3C%21--%20Organic%20botanical%20leaf%20shapes%20-%20very%20subtle%20--%3E%0A%20%20%3C%21--%20Top%20left%20cluster%20--%3E%0A%20%20%3Cpath%20class='leaf'%20d='M20,80%20Q60,20%20100,60%20Q60,100%2020,80Z'%20stroke='%25232B6358'%20stroke-width='1'%20opacity='0.12'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M40,120%20Q90,70%20120,110%20Q80,140%2040,120Z'%20stroke='%25232B6358'%20stroke-width='0.8'%20opacity='0.1'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M10,140%20Q50,100%2070,140%20Q40,165%2010,140Z'%20stroke='%2523DB8A2B'%20stroke-width='0.7'%20opacity='0.09'/%3E%0A%20%20%3Cline%20x1='20'%20y1='80'%20x2='70'%20y2='85'%20stroke='%25232B6358'%20stroke-width='0.6'%20opacity='0.1'/%3E%0A%20%20%3Cline%20x1='40'%20y1='120'%20x2='85'%20y2='118'%20stroke='%25232B6358'%20stroke-width='0.5'%20opacity='0.08'/%3E%0A%0A%20%20%3C%21--%20Top%20right%20cluster%20--%3E%0A%20%20%3Cpath%20class='leaf'%20d='M480,30%20Q540,10%20570,60%20Q520,75%20480,30Z'%20stroke='%25232B6358'%20stroke-width='1'%20opacity='0.11'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M520,80%20Q580,55%20590,100%20Q545,108%20520,80Z'%20stroke='%25232B6358'%20stroke-width='0.8'%20opacity='0.09'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M560,20%20Q600,40%20585,80%20Q560,65%20560,20Z'%20stroke='%2523DB8A2B'%20stroke-width='0.7'%20opacity='0.08'/%3E%0A%20%20%3Cline%20x1='480'%20y1='30'%20x2='535'%20y2='55'%20stroke='%25232B6358'%20stroke-width='0.6'%20opacity='0.09'/%3E%0A%0A%20%20%3C%21--%20Middle%20left%20--%3E%0A%20%20%3Cpath%20class='leaf'%20d='M0,280%20Q50,240%2080,280%20Q45,315%200,280Z'%20stroke='%25232B6358'%20stroke-width='0.9'%20opacity='0.1'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M30,320%20Q80,290%2095,330%20Q60,355%2030,320Z'%20stroke='%2523DB8A2B'%20stroke-width='0.7'%20opacity='0.08'/%3E%0A%20%20%3Cline%20x1='0'%20y1='280'%20x2='55'%20y2='288'%20stroke='%25232B6358'%20stroke-width='0.5'%20opacity='0.08'/%3E%0A%0A%20%20%3C%21--%20Middle%20right%20--%3E%0A%20%20%3Cpath%20class='leaf'%20d='M530,260%20Q590,230%20600,275%20Q565,300%20530,260Z'%20stroke='%25232B6358'%20stroke-width='0.9'%20opacity='0.1'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M560,310%20Q600,285%20600,330%20Q575,340%20560,310Z'%20stroke='%25232B6358'%20stroke-width='0.7'%20opacity='0.08'/%3E%0A%0A%20%20%3C%21--%20Center%20scattered%20--%3E%0A%20%20%3Cpath%20class='leaf'%20d='M270,180%20Q310,150%20330,185%20Q300,210%20270,180Z'%20stroke='%25232B6358'%20stroke-width='0.7'%20opacity='0.07'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M320,380%20Q365,355%20375,390%20Q345,410%20320,380Z'%20stroke='%2523DB8A2B'%20stroke-width='0.7'%20opacity='0.07'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M180,400%20Q220,370%20235,405%20Q205,428%20180,400Z'%20stroke='%25232B6358'%20stroke-width='0.6'%20opacity='0.07'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M400,200%20Q445,175%20455,215%20Q425,232%20400,200Z'%20stroke='%25232B6358'%20stroke-width='0.6'%20opacity='0.07'/%3E%0A%0A%20%20%3C%21--%20Bottom%20left%20cluster%20--%3E%0A%20%20%3Cpath%20class='leaf'%20d='M15,500%20Q65,465%2090,505%20Q55,535%2015,500Z'%20stroke='%25232B6358'%20stroke-width='1'%20opacity='0.11'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M50,545%20Q100,515%20115,555%20Q80,575%2050,545Z'%20stroke='%25232B6358'%20stroke-width='0.8'%20opacity='0.09'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M0,555%20Q40,530%2055,565%20Q25,585%200,555Z'%20stroke='%2523DB8A2B'%20stroke-width='0.7'%20opacity='0.08'/%3E%0A%20%20%3Cline%20x1='15'%20y1='500'%20x2='65'%20y2='510'%20stroke='%25232B6358'%20stroke-width='0.5'%20opacity='0.08'/%3E%0A%0A%20%20%3C%21--%20Bottom%20right%20cluster%20--%3E%0A%20%20%3Cpath%20class='leaf'%20d='M500,490%20Q560,460%20580,505%20Q540,530%20500,490Z'%20stroke='%25232B6358'%20stroke-width='1'%20opacity='0.11'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M540,540%20Q590,515%20598,555%20Q565,568%20540,540Z'%20stroke='%25232B6358'%20stroke-width='0.8'%20opacity='0.09'/%3E%0A%20%20%3Cpath%20class='leaf'%20d='M480,545%20Q525,520%20535,558%20Q505,575%20480,545Z'%20stroke='%2523DB8A2B'%20stroke-width='0.7'%20opacity='0.08'/%3E%0A%20%20%3Cline%20x1='500'%20y1='490'%20x2='548'%20y2='502'%20stroke='%25232B6358'%20stroke-width='0.5'%20opacity='0.08'/%3E%0A%0A%20%20%3C%21--%20Tiny%20scattered%20dots%20for%20texture%20--%3E%0A%20%20%3Ccircle%20cx='150'%20cy='90'%20r='2'%20fill='%25232B6358'%20opacity='0.06'/%3E%0A%20%20%3Ccircle%20cx='440'%20cy='140'%20r='1.5'%20fill='%25232B6358'%20opacity='0.06'/%3E%0A%20%20%3Ccircle%20cx='200'%20cy='300'%20r='2'%20fill='%2523DB8A2B'%20opacity='0.06'/%3E%0A%20%20%3Ccircle%20cx='380'%20cy='460'%20r='1.5'%20fill='%25232B6358'%20opacity='0.06'/%3E%0A%20%20%3Ccircle%20cx='100'%20cy='420'%20r='2'%20fill='%25232B6358'%20opacity='0.05'/%3E%0A%20%20%3Ccircle%20cx='480'%20cy='380'%20r='1.5'%20fill='%2523DB8A2B'%20opacity='0.05'/%3E%0A%20%20%3Ccircle%20cx='300'%20cy='530'%20r='2'%20fill='%25232B6358'%20opacity='0.06'/%3E%0A%20%20%3Ccircle%20cx='250'%20cy='50'%20r='1.5'%20fill='%2523DB8A2B'%20opacity='0.05'/%3E%0A%3C/svg%3E");
    background-size: 600px 600px;
    background-repeat: repeat;
  }
  /* Keep dark sections solid */
  .section-alt {
    background: transparent;
  }
  .about-section {
    background: transparent;
  }

  *,*::before,*::after{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; }
  body{
    margin:0;
    background-color:var(--paper);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
    width:100%;
  }
  img{ max-width:100%; display:block; }
  a{ color:inherit; text-decoration:none; }
  ul{ margin:0; padding:0; list-style:none; }
  h1,h2,h3,h4{ font-family:'Fraunces',serif; margin:0; color:var(--brand-dark); font-weight:600; letter-spacing:-0.01em; }
  p{ margin:0; }
  .wrap{ max-width:1180px; margin:0 auto; padding:0 28px; }
  .eyebrow{
    font-family:'IBM Plex Mono',monospace;
    font-size:12.5px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--accent-deep);
    font-weight:500;
    display:inline-flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before{ display:none; }
  .skip-link{
    position:absolute; left:-9999px; top:0;
    background:var(--brand-dark); color:#fff; padding:12px 18px;
    z-index:200; border-radius:0 0 8px 0;
  }
  .skip-link:focus{ left:0; }
  :focus-visible{ outline:3px solid var(--accent); outline-offset:3px; border-radius:4px; }

  /* ---------- Buttons ---------- */
  .btn{
    display:inline-flex; align-items:center; justify-content:center; gap:10px;
    padding:14px 26px; border-radius:999px;
    font-family:'Inter',sans-serif; font-weight:600; font-size:15px;
    cursor:pointer; border:1.5px solid transparent; transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
    white-space:nowrap;
  }
  .btn-primary{ background:var(--accent); color:var(--brand-dark); box-shadow:var(--shadow); }
  .btn-primary:hover{ background:var(--accent-deep); transform:translateY(-2px); }
  .btn-ghost-dark{ border-color:rgba(255,255,255,0.4); color:#fff; }
  .btn-ghost-dark:hover{ border-color:#fff; background:rgba(255,255,255,0.08); }
  .btn-outline{ border-color:var(--brand); color:var(--brand-dark); }
  .btn-outline:hover{ background:var(--brand); color:#fff; }
  .btn-small{ padding:10px 18px; font-size:13.5px; }

  /* ---------- Header ---------- */
  header{
    position:sticky; top:0; z-index:100;
    background:var(--paper);
    backdrop-filter:blur(10px);
    border-bottom:1px solid transparent;
    transition:border-color .25s ease, box-shadow .25s ease;
  }
  header.scrolled{ border-color:var(--line); box-shadow:0 6px 20px -16px rgba(17,38,33,0.4); }
  .nav{
    display:flex; align-items:center; justify-content:flex-start; gap:16px;
    padding:8px 0;
  }
  .header-ndis-logo{ display:block; height:auto; max-height:40px; max-width:150px; flex-shrink:1; min-width:0; object-fit:contain; }
  .logo{ display:flex; align-items:center; gap:10px; font-family:'Fraunces',serif; font-weight:700; font-size:21px; color:var(--brand-dark); flex-shrink:0; padding:0; line-height:0; }
  .logo .mark{
    width:34px; height:34px; border-radius:9px;
    background:var(--brand-dark);
    display:flex; align-items:center; justify-content:center;
    position:relative;
  }
  .logo .mark::after{
    content:"";
    width:13px; height:13px; border-radius:50%;
    background:var(--accent);
  }
  .nav-links{ display:flex; align-items:center; gap:26px; }
  .nav-links a{ font-size:14.5px; font-weight:500; color:var(--ink); position:relative; padding:4px 0; }
  .nav-links a::after{
    content:""; position:absolute; left:0; bottom:-3px; width:0; height:2px; background:var(--accent);
    transition:width .2s ease;
  }
  .nav-links a:hover::after{ width:100%; }
  .nav-cta{ display:flex; align-items:center; gap:18px; margin-left:auto; }
  .nav-phone{ font-family:'IBM Plex Mono',monospace; font-size:14px; font-weight:500; color:var(--brand-dark); text-decoration:none; transition:color .2s; }
  .nav-phone:hover{ color:var(--accent-deep); }
  .mobile-call-link{ display:none; }
  .nav-toggle{ display:none; background:none; border:none; cursor:pointer; padding:6px; }
  .nav-toggle span{ display:block; width:24px; height:2px; background:var(--brand-dark); margin:5px 0; transition:.2s; }

  /* ---------- Hero ---------- */
  .hero{
    background:var(--brand-dark);
    color:#fff;
    position:relative;
    overflow:hidden;
    padding:96px 0 0;
  }
  .hero::before{
    content:"";
    position:absolute; top:-30%; right:-12%;
    width:620px; height:620px; border-radius:50%;
    background:radial-gradient(circle at 40% 40%, rgba(219,138,43,0.32), transparent 68%);
    pointer-events:none;
  }
  .hero::after{
    content:"";
    position:absolute; bottom:-25%; left:-10%;
    width:500px; height:500px; border-radius:50%;
    background:radial-gradient(circle at 60% 60%, rgba(43,99,88,0.55), transparent 70%);
    pointer-events:none;
  }
  .hero-inner{ position:relative; display:grid; grid-template-columns:1.15fr 0.85fr; gap:50px; align-items:center; padding-bottom:60px; }
  .hero h1{
    color:#fff; font-size:clamp(36px,5vw,58px); line-height:1.06; font-weight:600; letter-spacing:-0.015em;
    margin-top:18px;
  }
  .hero h1 em{ font-style:italic; color:var(--accent-soft); font-weight:500; }
  .hero-sub{ font-size:18px; color:rgba(255,255,255,0.78); max-width:480px; margin-top:20px; }
  .hero-eyebrow{ color:var(--accent-soft); }
  .hero-eyebrow::before{ background:var(--accent-soft); }
  .hero-actions{ display:flex; gap:16px; margin-top:34px; flex-wrap:wrap; }

  .hero-card{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.16);
    border-radius:20px;
    padding:30px;
    backdrop-filter:blur(6px);
  }
  .hero-card-row{ display:flex; justify-content:space-between; align-items:baseline; padding:16px 0; border-bottom:1px solid rgba(255,255,255,0.14); }
  .hero-card-row:last-child{ border-bottom:none; }
  .hero-card-num{ font-family:'Fraunces',serif; font-size:30px; color:var(--accent-soft); font-weight:600; }
  .hero-card-label{ font-size:13.5px; color:rgba(255,255,255,0.72); max-width:190px; text-align:right; }

  .trust-strip{
    border-top:1px solid rgba(255,255,255,0.14);
    padding:22px 0;
    display:flex; gap:40px; flex-wrap:wrap; justify-content:space-between;
    position:relative;
  }
  .trust-strip span{ font-family:'IBM Plex Mono',monospace; font-size:12.5px; letter-spacing:0.06em; color:rgba(255,255,255,0.68); text-transform:uppercase; }

  /* ---------- Section shells ---------- */
  section{ padding:96px 0; }
  .section-head{ max-width:620px; margin-bottom:54px; }
  .section-head h2{ font-size:clamp(28px,3.4vw,40px); margin-top:16px; line-height:1.15; }
  .section-head h2 em{ font-style:italic; color:var(--accent-deep); font-weight:500; }
  .section-head p{ margin-top:16px; color:var(--muted); font-size:16.5px; }
  .section-alt{ background:rgba(239,234,220,0.72); }

  /* ---------- NDIS and You ---------- */
  #ndis-and-you{ position:relative; overflow:hidden; }
  #ndis-and-you::before{
    content:""; position:absolute; top:-15%; left:-8%;
    width:420px; height:420px; border-radius:50%;
    background:radial-gradient(circle, rgba(43,99,88,0.10), transparent 70%);
    pointer-events:none;
  }
  .ndis-inner{
    position:relative;
    display:grid; grid-template-columns:1.15fr 0.85fr; gap:56px; align-items:center;
  }
  .ndis-copy .section-head{ margin-bottom:28px; }
  .ndis-copy-actions{ display:flex; gap:16px; flex-wrap:wrap; align-items:center; }
  .ndis-copy-actions .btn{ }
  .ndis-copy-note{ font-size:13.5px; color:var(--muted); display:flex; align-items:center; gap:8px; }
  .ndis-copy-note svg{ width:16px; height:16px; color:var(--brand); flex-shrink:0; }

  .ndis-card{
    background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    border-radius:24px; padding:40px 36px; color:#fff;
    position:relative; overflow:hidden;
    box-shadow:var(--shadow);
  }
  .ndis-card::before{
    content:""; position:absolute; top:-30%; right:-20%;
    width:280px; height:280px; border-radius:50%;
    background:radial-gradient(circle, rgba(219,138,43,0.30), transparent 70%);
    pointer-events:none;
  }
  .ndis-card-inner{ position:relative; }
  .ndis-card-eyebrow{
    font-family:'IBM Plex Mono',monospace; font-size:12px; letter-spacing:0.12em;
    text-transform:uppercase; color:var(--accent-soft); font-weight:500;
    display:inline-flex; align-items:center; gap:9px; margin-bottom:8px;
  }
  .ndis-card-eyebrow::before{ display:none; }
  .ndis-card h3{ color:#fff; font-size:21px; margin-bottom:22px; }
  .ndis-fact-row{
    display:flex; gap:14px; align-items:flex-start;
    padding:16px 0; border-top:1px solid rgba(255,255,255,0.14);
  }
  .ndis-fact-row:first-of-type{ border-top:none; padding-top:0; }
  .ndis-fact-icon{
    width:34px; height:34px; border-radius:9px; flex-shrink:0;
    background:rgba(255,255,255,0.1); color:var(--accent-soft);
    display:flex; align-items:center; justify-content:center;
  }
  .ndis-fact-icon svg{ width:17px; height:17px; }
  .ndis-fact-row h4{ color:#fff; font-size:14.5px; margin-bottom:4px; font-family:'Inter',sans-serif; font-weight:700; }
  .ndis-fact-row p{ font-size:13px; color:rgba(255,255,255,0.72); line-height:1.6; margin:0; }

  @media(max-width:980px){
    .ndis-inner{ grid-template-columns:1fr; gap:36px; }
  }


  /* ---------- Services ---------- */
  .services-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
  .service-card{
    background:#fff; border:1px solid var(--line); border-radius:20px;
    overflow:hidden;
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    display:flex; flex-direction:column;
  }
  .service-card:hover{ transform:translateY(-6px); box-shadow:0 20px 50px -18px rgba(17,38,33,0.28); border-color:transparent; }
  .service-img{
    width:100%; height:210px; overflow:hidden; flex-shrink:0; position:relative;
  }
  .service-img img{
    width:100%; height:100%; object-fit:cover; display:block;
    transition:transform .45s ease;
  }
  .service-card:hover .service-img img{ transform:scale(1.06); }
  .service-img-overlay{
    position:absolute; inset:0;
    background:linear-gradient(180deg, transparent 40%, rgba(17,38,33,0.55) 100%);
  }
  .service-body{ padding:26px 26px 28px; display:flex; flex-direction:column; gap:12px; flex:1; }
  .service-card h3{ font-size:18.5px; color:var(--brand-dark); }
  .service-card p{ color:var(--muted); font-size:14.8px; line-height:1.65; }
  .service-link{ margin-top:auto; padding-top:14px; font-size:13.5px; font-weight:600; color:var(--brand); display:flex; align-items:center; gap:6px; border-top:1px solid var(--line); }
  .service-card:hover .service-link{ color:var(--accent-deep); }

  /* ---------- Pathway (signature element) ---------- */
  .pathway{ position:relative; }
  .pathway-line{
    position:absolute; top:23px; left:0; right:0; height:1px;
    background:repeating-linear-gradient(to right, var(--line) 0 8px, transparent 8px 16px);
    z-index:0;
  }
  .pathway-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; position:relative; z-index:1; }
  .pathway-step{ display:flex; flex-direction:column; gap:16px; }
  .pathway-num{
    width:46px; height:46px; border-radius:50%; background:var(--paper-alt);
    border:1.5px solid var(--accent); color:var(--accent-deep);
    display:flex; align-items:center; justify-content:center;
    font-family:'IBM Plex Mono',monospace; font-weight:500; font-size:15px;
  }
  .pathway-step h3{ font-size:17.5px; }
  .pathway-step p{ color:var(--muted); font-size:14.5px; }

  /* ---------- Why us ---------- */
  .why-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
  .why-cell{
    position:relative; overflow:hidden;
    background:#fff; border:1px solid var(--line); border-radius:20px;
    padding:32px 26px 30px;
    display:flex; flex-direction:column;
    transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  }
  .why-cell::before{
    content:""; position:absolute; top:0; left:0; right:0; height:4px;
    background:linear-gradient(90deg,var(--accent),var(--brand));
    transform:scaleX(0); transform-origin:left; transition:transform .35s ease;
  }
  .why-cell:hover{ transform:translateY(-6px); box-shadow:var(--shadow); border-color:transparent; }
  .why-cell:hover::before{ transform:scaleX(1); }
  .why-cell .num{
    position:absolute; top:6px; right:18px; z-index:0;
    font-family:'Fraunces',serif; font-weight:700; font-size:64px; line-height:1;
    color:var(--paper-alt); user-select:none;
  }
  .why-cell .ic-badge{
    position:relative; z-index:1;
    width:52px; height:52px; border-radius:14px;
    background:var(--brand-dark); color:var(--accent-soft);
    display:flex; align-items:center; justify-content:center;
    margin-bottom:20px;
    transition:background .3s ease, color .3s ease, transform .3s ease;
  }
  .why-cell:hover .ic-badge{ background:var(--accent); color:var(--brand-dark); transform:rotate(-6deg) scale(1.05); }
  .why-cell .tag{
    position:relative; z-index:1;
    font-family:'IBM Plex Mono',monospace; font-size:11.5px; letter-spacing:0.12em; text-transform:uppercase;
    color:var(--accent-deep); font-weight:500; margin-bottom:8px;
  }
  .why-cell h3{ position:relative; z-index:1; font-size:18.5px; margin-bottom:10px; }
  .why-cell p{ position:relative; z-index:1; color:var(--muted); font-size:14.5px; line-height:1.65; }

  /* ---------- Areas served (redesigned) ---------- */
  .areas-section-inner{ display:grid; grid-template-columns:1fr 1.1fr; gap:64px; align-items:start; }
  .areas-left-head{ margin-bottom:36px; }
  .areas-left-head h2{ font-size:clamp(28px,3vw,38px); margin-top:16px; line-height:1.2; }
  .suburb-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:10px;
    margin-top:4px;
  }
  .suburb-tile{
    background:#fff;
    border:1.5px solid var(--line);
    border-radius:12px;
    padding:14px 16px;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:500;
    color:var(--brand-dark);
    cursor:default;
    transition:border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
    position:relative;
    overflow:hidden;
  }
  .suburb-tile::after{
    content:"";
    position:absolute; inset:0;
    background:linear-gradient(135deg, rgba(43,99,88,0.04), transparent);
    pointer-events:none;
  }
  .suburb-tile:hover{
    border-color:var(--accent);
    background:var(--paper-alt);
    transform:translateY(-2px);
    box-shadow:0 6px 20px -8px rgba(17,38,33,0.2);
  }
  .suburb-pin{
    width:28px; height:28px; border-radius:8px;
    background:var(--paper-alt);
    display:flex; align-items:center; justify-content:center;
    flex-shrink:0;
    transition:background .2s;
  }
  .suburb-tile:hover .suburb-pin{ background:var(--accent-soft); }
  .suburb-pin svg{ width:14px; height:14px; color:var(--accent-deep); }

  /* Right panel */
  .areas-right{ display:flex; flex-direction:column; gap:20px; }
  .area-card-new{
    background:var(--brand-dark); color:#fff; border-radius:20px; padding:40px;
    position:relative; overflow:hidden;
  }
  .area-card-new::before{
    content:""; position:absolute; bottom:-30%; right:-15%; width:300px; height:300px; border-radius:50%;
    background:radial-gradient(circle, rgba(219,138,43,0.28), transparent 70%);
    pointer-events:none;
  }
  .area-card-new::after{
    content:""; position:absolute; top:-20%; left:-10%; width:200px; height:200px; border-radius:50%;
    background:radial-gradient(circle, rgba(43,99,88,0.4), transparent 70%);
    pointer-events:none;
  }
  .area-card-new h3{ color:#fff; font-size:22px; position:relative; z-index:1; margin-top:14px; }
  .area-card-new p{ color:rgba(255,255,255,0.75); margin-top:12px; font-size:15px; line-height:1.7; position:relative; z-index:1; }
  .area-stat-new{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:28px; position:relative; z-index:1; }
  .area-stat-item{
    background:rgba(255,255,255,0.07);
    border:1px solid rgba(255,255,255,0.12);
    border-radius:12px;
    padding:18px 20px;
  }
  .area-stat-item b{ font-family:'Fraunces',serif; font-size:30px; display:block; color:var(--accent-soft); font-weight:600; line-height:1; }
  .area-stat-item span{ font-size:12px; color:rgba(255,255,255,0.6); display:block; margin-top:6px; line-height:1.4; }

  /* Coverage note strip */
  .coverage-strip{
    background:var(--paper-alt);
    border:1.5px solid var(--line);
    border-radius:14px;
    padding:20px 24px;
    display:flex;
    align-items:center;
    gap:16px;
  }
  .coverage-icon{
    width:42px; height:42px; border-radius:10px;
    background:var(--accent-soft);
    display:flex; align-items:center; justify-content:center;
    flex-shrink:0;
    color:var(--accent-deep);
  }
  .coverage-icon svg{ width:20px; height:20px; }
  .coverage-strip p{ font-size:14px; color:var(--muted); line-height:1.55; }
  .coverage-strip strong{ color:var(--brand-dark); }

  /* ---------- Testimonials ---------- */
  .testi-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
  .testi-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px; display:flex; flex-direction:column; gap:20px; }
  .testi-quote{ font-family:'Fraunces',serif; font-size:18px; font-style:italic; line-height:1.5; color:var(--brand-dark); }
  .testi-person{ display:flex; align-items:center; gap:12px; }
  .testi-avatar{ width:38px; height:38px; border-radius:50%; background:var(--accent-soft); color:var(--accent-deep); display:flex; align-items:center; justify-content:center; font-family:'IBM Plex Mono',monospace; font-weight:500; font-size:13px; }
  .testi-name{ font-size:14px; font-weight:600; }
  .testi-role{ font-size:12.5px; color:var(--muted); }

  /* ---------- CTA banner ---------- */
  .cta-banner{
    background:linear-gradient(120deg, var(--brand) 0%, var(--brand-dark) 100%);
    border-radius:24px; padding:64px 56px; color:#fff;
    display:flex; align-items:center; justify-content:space-between; gap:40px;
    position:relative; overflow:hidden;
  }
  .cta-banner::before{ content:""; position:absolute; top:-30%; left:60%; width:380px; height:380px; border-radius:50%; background:radial-gradient(circle, rgba(219,138,43,0.35), transparent 70%); }
  .cta-banner h2{ color:#fff; font-size:clamp(26px,3vw,34px); max-width:480px; position:relative; }
  .cta-actions{ display:flex; gap:16px; flex-wrap:wrap; position:relative; }

  /* ---------- Contact ---------- */
  .contact-wrap{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:60px; }
  .contact-info-card{ display:flex; flex-direction:column; gap:26px; }
  .contact-item{ display:flex; gap:16px; align-items:flex-start; }
  .contact-item .ic{ width:40px; height:40px; border-radius:10px; background:var(--paper-alt); display:flex; align-items:center; justify-content:center; flex-shrink:0; color:var(--brand); }
  .contact-item > div:last-child{ min-width:0; }
  .contact-item h4{ font-size:15px; font-family:'Inter',sans-serif; font-weight:600; color:var(--brand-dark); }
  .contact-item p{ font-size:14.5px; color:var(--muted); margin-top:4px; overflow-wrap:anywhere; word-break:break-word; }
  .form-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:36px; }
  .form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  .field{ margin-bottom:18px; }
  .field label{ display:block; font-size:13px; font-weight:600; margin-bottom:7px; color:var(--brand-dark); }
  .field input, .field select, .field textarea{
    width:100%; padding:13px 14px; border:1.5px solid var(--line); border-radius:9px;
    font-family:'Inter',sans-serif; font-size:14.5px; background:var(--paper); color:var(--ink);
    transition:border-color .2s ease;
  }
  .field input:focus, .field select:focus, .field textarea:focus{ border-color:var(--brand); outline:none; }
  .field textarea{ resize:vertical; min-height:100px; }
  .form-note{ font-size:12.5px; color:var(--muted); margin-top:14px; }

  /* ---------- Footer (redesigned) ---------- */
  footer{
    background: var(--brand-dark);
    color: rgba(255,255,255,0.75);
    position: relative;
    overflow: hidden;
  }
  footer::before{
    content:"";
    position:absolute; top:-120px; right:-120px;
    width:420px; height:420px; border-radius:50%;
    background:radial-gradient(circle, rgba(219,138,43,0.18), transparent 70%);
    pointer-events:none;
  }
  footer::after{
    content:"";
    position:absolute; bottom:-80px; left:-80px;
    width:320px; height:320px; border-radius:50%;
    background:radial-gradient(circle, rgba(43,99,88,0.35), transparent 70%);
    pointer-events:none;
  }
  .footer-cta-band{
    border-bottom:1px solid rgba(255,255,255,0.1);
    padding:52px 0;
    position:relative; z-index:1;
  }
  .footer-cta-inner{
    display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap;
  }
  .footer-cta-text h3{
    color:#fff; font-size:clamp(22px,2.5vw,30px); margin-bottom:8px;
  }
  .footer-cta-text p{
    color:rgba(255,255,255,0.65); font-size:15px;
  }
  .footer-cta-actions{ display:flex; gap:14px; flex-wrap:wrap; }

  .footer-main{
    display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr;
    gap:40px; padding:56px 0 48px;
    border-bottom:1px solid rgba(255,255,255,0.1);
    position:relative; z-index:1;
  }
  .footer-brand p{
    margin-top:18px; font-size:14px; line-height:1.75;
    max-width:270px; color:rgba(255,255,255,0.6);
  }
  .footer-contact-pills{
    display:flex; flex-direction:column; gap:10px; margin-top:22px;
  }
  .footer-pill{
    display:inline-flex; align-items:center; gap:10px;
    background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.12);
    border-radius:999px; padding:8px 14px;
    font-size:13px; color:rgba(255,255,255,0.75);
    transition:background .2s, color .2s;
    text-decoration:none;
    width:fit-content;
  }
  .footer-pill:hover{ background:rgba(219,138,43,0.2); color:var(--accent-soft); }
  .footer-pill svg{ width:14px; height:14px; flex-shrink:0; color:var(--accent); }

  .footer-logo-new{
    color:#fff; font-family:'Fraunces',serif; font-size:22px; font-weight:700;
    display:flex; align-items:center; gap:10px; text-decoration:none;
  }
  .footer-logo-mark{
    width:36px; height:36px; border-radius:9px;
    background:var(--accent); display:flex; align-items:center; justify-content:center;
    color:var(--brand-dark); font-family:'Fraunces',serif; font-weight:900; font-size:16px;
  }
  .footer-logo-img{ height:90px; width:auto; max-width:280px; display:block; }
  @media (max-width:640px){ .footer-logo-img{ height:70px; } }

  .footer-nav-col h4{
    color:#fff; font-family:'Inter',sans-serif;
    font-size:12px; font-weight:600;
    text-transform:uppercase; letter-spacing:0.1em;
    margin-bottom:20px;
    display:flex; align-items:center; gap:8px;
  }
  .footer-nav-col h4::after{
    content:""; flex:1; height:1px; background:rgba(255,255,255,0.12);
  }
  .footer-nav-col a{
    display:flex; align-items:center; gap:8px;
    font-size:14px; color:rgba(255,255,255,0.62);
    margin-bottom:11px; transition:color .2s, padding-left .2s;
    text-decoration:none;
  }
  .footer-nav-col a::before{
    content:""; width:4px; height:4px; border-radius:50%;
    background:var(--accent); flex-shrink:0; opacity:0;
    transition:opacity .2s;
  }
  .footer-nav-col a:hover{ color:var(--accent-soft); padding-left:4px; }
  .footer-nav-col a:hover::before{ opacity:1; }

  .footer-badge-row{
    display:flex; gap:12px; flex-wrap:wrap; margin-top:20px;
  }
  .footer-badge{
    background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.12);
    border-radius:8px; padding:10px 14px; text-align:center;
    font-size:11px; color:rgba(255,255,255,0.6);
  }
  .footer-badge strong{ display:block; color:var(--accent-soft); font-size:16px; font-family:'Fraunces',serif; margin-bottom:2px; }

  .footer-bottom-bar{
    display:flex; justify-content:space-between; align-items:center;
    padding:22px 0; font-size:12.5px;
    color:rgba(255,255,255,0.4);
    flex-wrap:wrap; gap:10px;
    position:relative; z-index:1;
  }
  .footer-bottom-bar a{ color:rgba(255,255,255,0.4); transition:color .2s; }
  .footer-bottom-bar a:hover{ color:rgba(255,255,255,0.7); }
  .footer-ndis-tag{
    display:inline-flex; align-items:center; gap:6px;
    background:rgba(219,138,43,0.15); border:1px solid rgba(219,138,43,0.3);
    border-radius:6px; padding:4px 10px; font-size:11px; color:var(--accent-soft);
  }
  @media(max-width:980px){
    .footer-main{ grid-template-columns:1fr 1fr; }
    .footer-cta-inner{ flex-direction:column; align-items:flex-start; }
  }
  @media(max-width:620px){
    .footer-main{ grid-template-columns:1fr; gap:32px; }
    .footer-bottom-bar{ flex-direction:column; align-items:flex-start; gap:8px; }
  }



  /* ---------- About / Who We Are ---------- */
  .about-section{ background:var(--paper); }
  .about-inner{
    display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center;
  }
  .about-img-wrap{
    position:relative;
  }
  .about-main-photo{
    border-radius:24px; overflow:hidden;
    height:540px;
    box-shadow:0 24px 50px -18px rgba(17,38,33,0.32);
  }
  .about-main-photo img{
    width:100%; height:100%; object-fit:cover; object-position:center top; display:block;
  }
  .about-badge{
    position:absolute; bottom:-20px; right:-20px;
    background:var(--accent); color:var(--brand-dark);
    border-radius:16px; padding:18px 22px;
    font-family:'Fraunces',serif; font-weight:700; font-size:20px;
    box-shadow:0 10px 28px -8px rgba(219,138,43,0.5);
    text-align:center; line-height:1.2;
  }
  .about-badge span{ display:block; font-family:'Inter',sans-serif; font-size:12px; font-weight:500; margin-top:3px; opacity:0.8; }
  .about-content h2{ font-size:clamp(28px,3vw,38px); margin-top:14px; margin-bottom:20px; line-height:1.22; }
  .about-content > p{ font-size:15.5px; line-height:1.75; color:var(--muted); margin-bottom:32px; }
  .values-grid{
    display:grid; grid-template-columns:1fr 1fr; gap:14px;
    margin-top:8px;
  }
  .value-item{
    background:#fff;
    border:1.5px solid var(--line);
    border-radius:12px;
    padding:16px 18px;
    transition:border-color .2s, transform .2s, box-shadow .2s;
  }
  .value-item:hover{
    border-color:var(--accent);
    transform:translateY(-2px);
    box-shadow:0 6px 20px -8px rgba(17,38,33,0.15);
  }
  .value-icon{
    width:32px; height:32px; border-radius:8px;
    background:var(--accent-soft); color:var(--accent-deep);
    display:flex; align-items:center; justify-content:center;
    margin-bottom:10px;
  }
  .value-icon svg{ width:16px; height:16px; }
  .value-item h4{ font-size:14.5px; font-weight:700; color:var(--brand-dark); font-family:'Inter',sans-serif; margin:0 0 4px; }
  .value-item p{ font-size:13px; color:var(--muted); line-height:1.55; margin:0; }
  @media(max-width:980px){
    .about-inner{ grid-template-columns:1fr; }
    .about-img-wrap{ order:-1; }
    .about-main-photo{ height:340px; }
    .about-badge{ right:12px; bottom:-16px; }
    .values-grid{ grid-template-columns:1fr 1fr; }
  }
  @media(max-width:600px){
    .values-grid{ grid-template-columns:1fr; }
  }

  /* ---------- Vision / Mission / Core Values ---------- */
  .vm-section{ padding-top:0; }

  .vm-panel{
    background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    border-radius:28px;
    padding:72px 68px;
    color:#fff;
    position:relative;
    overflow:hidden;
    margin-bottom:64px;
  }
  .vm-panel::before{
    content:"";
    position:absolute; top:-35%; right:-8%;
    width:520px; height:520px; border-radius:50%;
    background:radial-gradient(circle at 40% 40%, rgba(219,138,43,0.28), transparent 68%);
    pointer-events:none;
  }
  .vm-leaf{
    position:absolute; inset:0; opacity:0.5; pointer-events:none;
  }
  .vm-panel-inner{ position:relative; }
  .vm-eyebrow{
    font-family:'IBM Plex Mono',monospace; font-size:12.5px; letter-spacing:0.14em;
    text-transform:uppercase; color:var(--accent-soft); font-weight:500;
    display:inline-flex; align-items:center; gap:10px; margin-bottom:28px;
  }
  .vm-eyebrow::before{ display:none; }
  .vm-statement{ max-width:800px; }
  .vm-statement h2{
    font-family:'Fraunces',serif; font-style:italic; font-weight:500;
    color:#fff; font-size:clamp(26px,3.6vw,42px); line-height:1.32;
    margin:0;
  }
  .vm-statement-label{
    display:block; margin-top:22px;
    font-family:'IBM Plex Mono',monospace; font-size:12.5px; letter-spacing:0.08em;
    text-transform:uppercase; color:rgba(255,255,255,0.55);
  }
  .vm-divider{
    height:1px; background:rgba(255,255,255,0.16);
    margin:44px 0 36px; max-width:800px;
  }
  .vm-mission{ max-width:680px; position:relative; }
  .vm-mission-label{
    font-family:'IBM Plex Mono',monospace; font-size:12.5px; letter-spacing:0.08em;
    text-transform:uppercase; color:var(--accent-soft); font-weight:500;
    display:block; margin-bottom:12px;
  }
  .vm-mission p{
    font-size:16.5px; line-height:1.85; color:rgba(255,255,255,0.82); margin:0;
  }

  .vm-values-head{ margin-bottom:36px; }

  .core-values-row{
    display:grid; grid-template-columns:repeat(5,1fr);
    border-top:1.5px solid var(--line); border-bottom:1.5px solid var(--line);
  }
  .core-value-col{
    padding:30px 24px 8px;
    border-left:1.5px solid var(--line);
    transition:background .2s ease;
  }
  .core-value-col:first-child{ border-left:none; }
  .core-value-col:hover{ background:rgba(219,138,43,0.06); }
  .core-value-num{
    font-family:'Fraunces',serif; font-style:italic; font-weight:600;
    font-size:36px; color:var(--accent); line-height:1; display:block; margin-bottom:16px;
  }
  .core-value-col h4{ font-size:16px; margin-bottom:8px; font-family:'Inter',sans-serif; font-weight:700; color:var(--brand-dark); }
  .core-value-col p{ font-size:13.5px; color:var(--muted); line-height:1.65; padding-bottom:22px; }

  @media(max-width:980px){
    .vm-panel{ padding:52px 36px; }
    .core-values-row{ grid-template-columns:1fr 1fr; }
    .core-value-col{ border-left:none; border-top:1.5px solid var(--line); }
    .core-value-col:nth-child(odd){ border-right:1.5px solid var(--line); }
    .core-value-col:first-child{ border-top:none; }
    .core-value-col:nth-child(2){ border-top:none; }
  }
  @media(max-width:600px){
    .vm-panel{ padding:40px 24px; border-radius:20px; }
    .vm-divider{ margin:32px 0 28px; }
    .core-values-row{ grid-template-columns:1fr; }
    .core-value-col{ border-right:none !important; border-top:1.5px solid var(--line); }
    .core-value-col:first-child{ border-top:none; }
  }

  /* ---------- Photo feature strip ---------- */
  .photo-strip{
    display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-top:56px;
  }
  .photo-feature{
    border-radius:20px; overflow:hidden; position:relative;
    height:380px; box-shadow:0 18px 40px -16px rgba(17,38,33,0.28);
  }
  .photo-feature img{
    width:100%; height:100%; object-fit:cover; display:block;
    transition:transform .5s ease;
  }
  .photo-feature:hover img{ transform:scale(1.03); }
  .photo-feature-caption{
    position:absolute; bottom:0; left:0; right:0;
    background:linear-gradient(to top, rgba(17,38,33,0.88) 0%, transparent 100%);
    padding:28px 24px 22px;
    color:#fff;
  }
  .photo-feature-caption strong{
    font-family:'Fraunces',serif; font-size:18px; font-weight:600; display:block; margin-bottom:5px;
  }
  .photo-feature-caption span{
    font-size:13px; color:rgba(255,255,255,0.72);
  }
  @media(max-width:720px){
    .photo-strip{ grid-template-columns:1fr; }
    .photo-feature{ height:280px; }
  }

  /* ---------- Reveal animation ---------- */
  .reveal{ opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; }
  .reveal.in{ opacity:1; transform:translateY(0); }

  @media (prefers-reduced-motion: reduce){
    html{ scroll-behavior:auto; }
    .reveal{ opacity:1; transform:none; transition:none; }
    .btn, .service-card, a::after{ transition:none; }
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 980px){
    .hero-inner{ grid-template-columns:1fr; }
    .hero-card{ order:-1; }
    .services-grid{ grid-template-columns:repeat(2,1fr); }
    .service-img{ height:180px; }
    .pathway-grid{ grid-template-columns:repeat(2,1fr); row-gap:36px; }
    .pathway-line{ display:none; }
    .why-grid{ grid-template-columns:repeat(2,1fr); gap:18px; }
    .areas-section-inner{ grid-template-columns:1fr; }
    .suburb-grid{ grid-template-columns:repeat(2,1fr); }
    .testi-grid{ grid-template-columns:1fr; }
    .contact-wrap{ grid-template-columns:1fr; }
    .cta-banner{ flex-direction:column; text-align:left; padding:48px 32px; }
  }
  @media (max-width: 720px){
    .nav-links, .nav-phone{ display:none; }
    .nav-links.open .mobile-call-link{
      display:flex; align-items:center; gap:10px;
      font-family:'IBM Plex Mono',monospace; font-size:15px; font-weight:600;
      color:var(--white); background:var(--accent); text-decoration:none;
      padding:12px 16px; border-radius:10px; margin-bottom:6px;
    }
    .nav-links.open .mobile-call-link:hover{ background:var(--accent-deep); }
    .nav-toggle{ display:block; }
    .nav-links.open{
      display:flex; position:absolute; top:100%; left:0; right:0; background:var(--paper);
      flex-direction:column; padding:20px 28px; border-bottom:1px solid var(--line); gap:18px;
    }
    .trust-strip{ flex-direction:column; gap:12px; }
    .services-grid{ grid-template-columns:1fr; }
    .why-grid{ grid-template-columns:1fr; }
    .form-row{ grid-template-columns:1fr; }
    .footer-grid{ grid-template-columns:1fr 1fr; }
    section{ padding:64px 0; }
    .hero{ padding-top:0; }
  }

  /* ---------- Hero Slider ---------- */
  .hero-slider{position:relative;width:100%;height:520px;overflow:hidden;}
  .slide{
    position:absolute; inset:0;
    background-size:cover; background-position:center top;
    opacity:0; transition:opacity 0.8s ease;
    display:flex; align-items:center;
  }
  .slide.active{ opacity:1; z-index:1; }
  .slide-overlay{
    position:absolute; inset:0;
    background:linear-gradient(120deg, rgba(17,38,33,0.82) 0%, rgba(17,38,33,0.45) 60%, rgba(17,38,33,0.2) 100%);
  }
  .slide-content{
    position:relative; z-index:2;
    padding-top:60px; padding-bottom:60px;
    max-width:680px;
  }
  .slide-content h1{ color:#fff; font-size:clamp(32px,4.5vw,54px); line-height:1.08; font-weight:600; margin-top:18px; }
  .slide-content h1 em{ font-style:italic; color:var(--accent-soft); }
  .slider-btn{
    position:absolute; top:50%; transform:translateY(-50%);
    z-index:10; background:rgba(255,255,255,0.15); border:1.5px solid rgba(255,255,255,0.35);
    color:#fff; width:50px; height:50px; border-radius:50%; font-size:26px;
    cursor:pointer; line-height:1; display:flex; align-items:center; justify-content:center;
    transition:background .2s;
  }
  .slider-btn:hover{ background:rgba(255,255,255,0.28); }
  .slider-prev{ left:28px; }
  .slider-next{ right:28px; }
  .slider-dots{
    position:absolute; bottom:24px; left:50%; transform:translateX(-50%);
    display:flex; gap:10px; z-index:10;
  }
  .dot{
    width:10px; height:10px; border-radius:50%; border:none;
    background:rgba(255,255,255,0.45); cursor:pointer; transition:background .2s, transform .2s;
  }
  .dot.active{ background:#fff; transform:scale(1.3); }
  /* Stats strip under slider */
  .hero-stats-strip{ background:var(--brand-dark); color:#fff; }
  .hero-stats-row{
    display:flex; justify-content:space-around; flex-wrap:wrap; gap:20px;
    padding:22px 0 28px; border-top:1px solid rgba(255,255,255,0.14);
  }
  .hero-stat-item{ display:flex; flex-direction:column; align-items:center; gap:4px; }
  .hero-stat-label{ font-family:'IBM Plex Mono',monospace; font-size:12px; letter-spacing:0.06em; color:rgba(255,255,255,0.6); text-transform:uppercase; }

  /* ---------- Section images ---------- */
  .section-img{ border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
  .section-img img{ width:100%; height:100%; object-fit:cover; display:block; }
  .img-grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  .img-hero-tall{ height:360px; }

  /* ---------- About / Feature strip ---------- */
  .about-strip{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
  .about-img-stack{ position:relative; }
  .about-img-main{ border-radius:20px; overflow:hidden; height:500px; }
  .about-img-main img{ width:100%; height:100%; object-fit:cover; }
  .about-img-badge{
    position:absolute; bottom:-24px; right:-24px;
    background:var(--accent); color:var(--brand-dark);
    border-radius:16px; padding:20px 24px;
    font-family:'Fraunces',serif; font-weight:700; font-size:22px;
    box-shadow:var(--shadow);
    text-align:center; line-height:1.2;
  }
  .about-img-badge span{ display:block; font-family:'Inter',sans-serif; font-size:12px; font-weight:500; color:rgba(17,38,33,0.7); margin-top:4px; }

  @media(max-width:768px){
    .hero-slider{position:relative;width:100%;height:520px;overflow:hidden;}
    .slide-content{ padding-top:90px; padding-bottom:60px; }
    .hero-stats-row{ gap:16px; }
    .about-strip{ grid-template-columns:1fr; }
    .img-grid-2{ grid-template-columns:1fr; }
    .about-img-badge{ right:0; bottom:-16px; }
  }


  /* ---------- Logo (responsive sizing) ---------- */
  .logo-img{ height:48px; width:auto; max-width:100%; display:block; }

  /* ---------- Extra small-screen responsiveness ---------- */
  @media (max-width: 720px){
    .logo-img{ height:40px; }
    .nav{ gap:10px; flex-wrap:nowrap; }
    .nav-cta{ gap:8px; }
    .btn-small{ padding:9px 14px; font-size:12.5px; }
    .about-badge, .about-img-badge{ font-size:16px; padding:14px 18px; }
  }

  @media (max-width: 400px){
    .logo-img{ height:34px; }
    .nav{ padding:6px 0; }
    .btn-small{ padding:8px 10px; font-size:11.5px; }
    .nav-phone{ display:none; }
  }

  @media (max-width: 560px){
    .wrap{ padding:0 18px; }
    section{ padding:56px 0; }
    .section-head{ margin-bottom:36px; }
    .hero-slider{ height:600px; }
    .slide-content{ padding-top:120px; padding-bottom:48px; }
    .hero-actions{ flex-direction:column; align-items:stretch; }
    .hero-actions .btn{ width:100%; text-align:center; }
    .hero-stats-row{ flex-direction:column; gap:16px; }
    .slider-btn{ width:38px; height:38px; font-size:20px; }
    .slider-prev{ left:10px; }
    .slider-next{ right:10px; }
    .suburb-grid{ grid-template-columns:1fr 1fr; }
    .about-badge{ position:static; margin-top:16px; width:fit-content; }
    .about-img-badge{ right:0; bottom:-14px; }
    .values-grid{ grid-template-columns:1fr; }
    .footer-badge-row{ flex-direction:column; }
    .footer-badge{ text-align:left; }
    .cta-banner{ padding:36px 22px; }
    .cta-actions{ flex-direction:column; width:100%; }
    .cta-actions .btn{ width:100%; text-align:center; }
    .footer-cta-actions{ flex-direction:column; width:100%; }
    .footer-cta-actions .btn{ width:100%; text-align:center; }
    .form-card{ padding:24px; }
    .area-stat-new{ grid-template-columns:1fr; }
    .why-cell{ padding:26px 20px 24px; }
    .service-body{ padding:20px 20px 22px; }
  }

  body{ overflow-x:hidden; }



/* ---- Responsive fixes v4: bulletproof mobile hamburger (ID-scoped) ---- */
img{max-width:100%;height:auto;}
.wrap{max-width:1200px;margin:0 auto;padding:0 16px;box-sizing:border-box;}
#siteHeader{ overflow:visible; }
#siteHeader .nav{ overflow:visible; }

/* Header CTA button: compact + pill-shaped, never stretched */
.nav-cta{display:flex;align-items:center;gap:6px;flex-shrink:0;}
.nav-cta .btn{
  width:auto !important;
  white-space:nowrap;
  padding:10px 18px !important;
  font-size:13px !important;
  border-radius:999px !important;
  box-shadow:0 4px 10px rgba(0,0,0,0.12);
  transition:transform .15s ease, box-shadow .15s ease;
}
.nav-cta .btn:hover{ transform:translateY(-1px); box-shadow:0 6px 14px rgba(0,0,0,0.18); }

/* Hamburger toggle, targeted by ID so nothing else can hide it */
#navToggle{
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  width:26px;
  height:22px;
  min-width:26px;
  background:none;
  border:none;
  cursor:pointer;
  padding:0;
  flex-shrink:0;
  order:99;
}
#navToggle span{display:block;height:3px;width:100%;background:#000000 !important;border-radius:2px;}

@media (max-width: 960px){
  #siteHeader .wrap.nav{ position:relative; flex-wrap:nowrap; gap:6px; padding:6px 0; }
  #navToggle{ display:flex !important; }
  .nav-phone{ display:none !important; }
  .header-ndis-logo{ max-height:30px !important; max-width:110px !important; }
  .nav-cta{ gap:6px !important; }
  #navLinks{
    display:none !important;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    flex-direction:column !important;
    align-items:flex-start;
    gap:14px;
    padding:18px 20px;
    box-shadow:0 14px 28px rgba(0,0,0,0.14);
    z-index:999;
    border-radius:0 0 12px 12px;
  }
  #navLinks.open{ display:flex !important; }
  .mobile-call-link{
    display:flex; align-items:center; gap:8px;
    font-weight:600; color:inherit; text-decoration:none;
  }
}

/* On narrow phones: keep the NDIS badge but shrink everything so the
   hamburger always has room and nothing overflows */
@media (max-width: 640px){
  .header-ndis-logo{ max-height:24px !important; max-width:90px !important; width:auto; }
  .nav-cta .btn{ padding:7px 12px !important; font-size:11.5px !important; }
  .logo-img{ max-height:28px; }
  #siteHeader .wrap.nav{ gap:8px; }
  .nav-cta{ gap:5px !important; }
}
@media (max-width: 380px){
  .header-ndis-logo{ max-height:20px !important; max-width:72px !important; }
  .logo-img{ max-height:24px; }
  .nav-cta .btn{ padding:6px 10px !important; font-size:11px !important; }
  #siteHeader .wrap.nav{ gap:6px; }
}

@media (max-width: 780px){
  .detail-wrap{display:flex;flex-direction:column;}
  .detail-side{order:2;width:100%;}
  .detail-copy{order:1;width:100%;}
  .footer-main{display:flex;flex-wrap:wrap;gap:32px;}
  .footer-nav-col, .footer-brand{width:100%;}
  .footer-cta-inner{flex-direction:column;align-items:flex-start;gap:16px;}
  .cta-banner{flex-direction:column;align-items:flex-start;gap:14px;text-align:left;}
  .page-hero h1{font-size:2rem;}
  .page-hero-actions .btn, .cta-actions .btn, .footer-cta-actions .btn{
    width:100%; box-sizing:border-box; text-align:center;
  }
}

@media (max-width: 480px){
  .wrap{padding:0 14px;}
  .logo-img{max-height:26px;}
  .page-hero h1{font-size:1.6rem;}
  .footer-badge-row{flex-wrap:wrap;gap:10px;}
}



#navToggle {
    display: none !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 6px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}
@media (max-width: 960px) {
    #navToggle {
        display: flex !important;
        margin-left: 4px !important;
    }
}



/* Premium Navbar Styling (Desktop) */
@media (min-width: 961px) {
    #siteHeader .nav {
        padding: 18px 0 !important;
        gap: 24px !important;
        align-items: center !important;
    }
    .logo-img {
        height: 64px !important;
    }
    .header-ndis-logo {
        max-height: 54px !important;
        max-width: 170px !important;
    }
    .nav-links {
        gap: 36px !important;
        margin-left: 24px !important;
    }
    .nav-links a {
        font-size: 15px !important;
        font-weight: 600 !important;
        color: var(--brand-dark) !important;
        letter-spacing: 0.2px;
        opacity: 0.85;
        transition: opacity 0.2s ease, color 0.2s ease;
    }
    .nav-links a:hover {
        opacity: 1;
        color: var(--accent-deep) !important;
    }
    .nav-cta {
        gap: 28px !important;
    }
    .nav-phone {
        font-size: 15.5px !important;
        font-weight: 600 !important;
        letter-spacing: 0.5px;
    }
    .nav-cta .btn {
        padding: 14px 28px !important;
        font-size: 14.5px !important;
        border-radius: 999px !important;
    }
}

/* ==========================================================================
   Inner / service page styles (breadcrumb, page-hero, detail layout, etc.)
   ========================================================================== */

.page-hero{
  background:var(--brand-dark);
  color:#fff;
  position:relative;
  overflow:hidden;
  padding:64px 0 72px;
}
.page-hero::before{
  content:"";
  position:absolute; top:-35%; right:-10%;
  width:520px; height:520px; border-radius:50%;
  background:radial-gradient(circle at 40% 40%, rgba(219,138,43,0.30), transparent 68%);
  pointer-events:none;
}
.page-hero::after{
  content:"";
  position:absolute; bottom:-30%; left:-8%;
  width:420px; height:420px; border-radius:50%;
  background:radial-gradient(circle at 60% 60%, rgba(43,99,88,0.55), transparent 70%);
  pointer-events:none;
}
.page-hero .wrap{ position:relative; }
.page-hero h1{ color:#fff; font-size:clamp(30px,4.2vw,44px); line-height:1.08; margin-top:14px; }
.page-hero-sub{ font-size:17px; color:rgba(255,255,255,0.78); max-width:620px; margin-top:16px; line-height:1.65; }
.page-hero-actions{ display:flex; gap:16px; margin-top:32px; flex-wrap:wrap; position:relative; }

.breadcrumb{
  font-size:13.5px;
  color:rgba(255,255,255,0.6);
  margin-bottom:20px;
  display:flex; flex-wrap:wrap; align-items:center;
}
.breadcrumb a{ color:rgba(255,255,255,0.88); transition:color .2s ease; }
.breadcrumb a:hover{ color:var(--accent-soft); }

/* ---------- Detail layout (service pages) ---------- */
.detail-wrap{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:56px;
  align-items:start;
}
.detail-copy h2{ font-size:26px; margin-top:44px; }
.detail-copy h2:first-child{ margin-top:0; }
.detail-copy p{ margin-top:14px; color:var(--muted); line-height:1.75; font-size:15.5px; }

.feature-list{ display:flex; flex-direction:column; gap:14px; margin-top:22px; }
.feature-list li{
  display:flex; gap:14px; align-items:flex-start;
  background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  padding:18px 20px;
}
.feature-list .ic{
  width:34px; height:34px; border-radius:9px;
  background:var(--paper-alt); color:var(--brand);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.feature-list .ic svg{ width:18px; height:18px; }
.feature-list strong{ display:block; color:var(--brand-dark); margin-bottom:4px; font-weight:600; }
.feature-list li > div{ font-size:14.5px; color:var(--muted); line-height:1.65; }

.detail-side{ display:flex; flex-direction:column; gap:24px; }
.side-card{
  background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  border-radius:20px; padding:32px; color:#fff;
  position:relative; overflow:hidden;
}
.side-card::before{
  content:""; position:absolute; top:-25%; right:-20%; width:220px; height:220px; border-radius:50%;
  background:radial-gradient(circle, rgba(219,138,43,0.32), transparent 70%); pointer-events:none;
}
.side-card h3{ color:#fff; font-size:20px; position:relative; }
.side-card p{ color:rgba(255,255,255,0.8); margin-top:10px; font-size:14.5px; line-height:1.6; position:relative; }
.side-card .btn{ margin-top:22px; position:relative; }

.side-list{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px;
  display:flex; flex-direction:column;
}
.side-list h4{
  font-size:12.5px; text-transform:uppercase; letter-spacing:0.08em;
  color:var(--muted); margin-bottom:8px; font-weight:600;
}
.side-list a{
  padding:11px 0; border-bottom:1px solid var(--line);
  font-size:14.5px; color:var(--ink); transition:color .2s ease;
}
.side-list a:last-child{ border-bottom:none; }
.side-list a:hover{ color:var(--accent-deep); }

@media (max-width:780px){
  .side-card, .side-list{ width:100%; }
}
/* Keep section headings clean across every service page. */
.eyebrow::before,
.vm-eyebrow::before,
.ndis-card-eyebrow::before {
  content: none !important;
  display: none !important;
}

/* Keep service-page navigation pinned while the document scrolls. */
html,
body {
  overflow-x: clip !important;
}

#siteHeader {
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;
}
