:root{
    --black:#000000;
    --gold-bright:#F9EB31;
    --gold-mid:#FBB53F;
    --gold-muted:#B98A46;
    --navy:#283C63;
    --navy-dark:#19263f;
    --white:#FFFFFF;
    --off-white:#F5F4F1;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;overflow-x:hidden;max-width:100%;}
  body{
    font-family:'Lato',sans-serif;
    background:var(--navy-dark);
    color:var(--white);
    font-weight:400;
    overflow-x:hidden;
  }
  h1,h2,h3,h4{
    font-family:'Alice',serif;
    font-weight:400;
    letter-spacing:0.01em;
  }
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:1180px;margin:0 auto;padding:0 32px;}
  .hr{
    height:1px;
    background:linear-gradient(90deg, var(--gold-bright) 0%, var(--gold-muted) 100%);
    border:none;
    width:64px;
  }
  .hr.center{margin:0 auto;}
  .eyebrow{
    font-family:'Lato',sans-serif;
    font-size:14px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--gold-bright);
    font-weight:400;
  }

  /* NAV */
  nav{
    position:fixed; top:0; left:0; right:0; z-index:100;
    background:rgba(24,38,66,0.92);
    backdrop-filter:blur(8px);
    border-bottom:1px solid rgba(250,207,57,0.15);
  }
  .nav-inner{
    max-width:1180px;margin:0 auto;padding:18px 32px;
    display:flex;align-items:center;justify-content:space-between;
  }
  .logo{
    display:flex;align-items:center;gap:12px;
  }
  .logo-mark{
    width:80px;height:80px;
    display:flex;align-items:center;justify-content:center;
  }
  .logo-mark img{width:100%;height:100%;object-fit:contain;}
  .logo-text{
    font-family:'Lato',sans-serif;
    letter-spacing:0.14em;
    font-size:13px;
    font-weight:400;
  }
  .nav-links{display:flex;gap:36px;font-size:14px;letter-spacing:0.03em;align-items:center;}
  .nav-links a{opacity:0.85;transition:opacity 0.2s, color 0.2s;position:relative;}
  .nav-links a:hover{opacity:1;color:var(--gold-bright);}
  .nav-dropdown{position:relative;}
  .nav-dropdown:hover .dropdown-menu{display:flex;}
  .dropdown-menu{
    display:none;flex-direction:column;
    position:absolute;top:28px;left:0;
    background:var(--navy-dark);
    border:1px solid rgba(250,207,57,0.15);
    min-width:190px;padding:8px 0;
    box-shadow:0 12px 30px rgba(0,0,0,0.4);
  }
  .dropdown-menu a{padding:11px 18px;font-size:13.5px;opacity:0.85;}
  .dropdown-menu a:hover{background:rgba(250,207,57,0.08);opacity:1;}
  .nav-cta{
    border:1px solid var(--gold-bright);
    color:var(--gold-bright);
    padding:9px 22px;
    font-size:13px;
    letter-spacing:0.05em;
    transition:background 0.2s, color 0.2s;
  }
  .nav-cta:hover{background:var(--gold-bright);color:var(--black);}
  .nav-toggle{display:none;background:none;border:none;color:var(--white);font-size:22px;cursor:pointer;}

  /* HERO */
  .hero{
    position:relative;
    min-height:100vh;
    display:flex;align-items:center;
    background:
      linear-gradient(180deg, rgba(24,38,66,0.55) 0%, rgba(24,38,66,0.8) 60%, rgba(15,24,42,0.97) 100%),
      url('https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?q=80&w=2000&auto=format&fit=crop') center/cover no-repeat;
  }
  .hero-content{padding-top:90px;max-width:720px;}
  .hero .eyebrow{margin-bottom:22px;display:block;}
  .hero h1{
    font-size:clamp(38px, 6vw, 68px);
    line-height:1.08;
    margin-bottom:26px;
  }
  .hero h1 em{
    font-style:normal;
    background:linear-gradient(90deg, var(--gold-bright), var(--gold-muted));
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
  }
  .hero p{
    font-size:18px;
    line-height:1.6;
    color:rgba(255,255,255,0.82);
    max-width:520px;
    margin-bottom:38px;
  }
  .btn-row{display:flex;gap:18px;flex-wrap:wrap;}
  .btn-primary{
    background:linear-gradient(90deg, var(--gold-bright), var(--gold-muted));
    color:var(--black);
    padding:16px 34px;
    font-weight:700;
    font-size:14px;
    letter-spacing:0.04em;
    border:none;
    cursor:pointer;
    transition:transform 0.2s, box-shadow 0.2s;
  }
  .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(250,207,57,0.25);}
  .btn-secondary{
    border:1px solid rgba(255,255,255,0.4);
    padding:16px 34px;
    font-size:14px;
    letter-spacing:0.04em;
    transition:border-color 0.2s, background 0.2s;
  }
  .btn-secondary:hover{border-color:var(--gold-bright);background:rgba(250,207,57,0.06);}

  .hero-stats{
    position:absolute; bottom:0; left:0; right:0;
    border-top:1px solid rgba(255,255,255,0.12);
    background:rgba(15,24,42,0.65);
    backdrop-filter:blur(6px);
  }
  .hero-stats .wrap{
    display:flex;
    padding:26px 32px;
    gap:0;
  }
  .stat{flex:1;padding:0 28px;border-left:1px solid rgba(255,255,255,0.12);}
  .stat:first-child{border-left:none;padding-left:0;}
  .stat-num{font-family:'Alice',serif;font-size:30px;color:var(--gold-bright);}
  .stat-label{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:rgba(255,255,255,0.6);margin-top:4px;}

  /* SECTION GENERIC */
  section{padding:35px 0;position:relative;}
  .section-head{max-width:640px;margin-bottom:64px;}
  .section-head .hr{margin:22px 0 24px;}
  .section-head h2{font-size:clamp(30px,4vw,44px);line-height:1.15;}
  .section-head p{color:rgba(255,255,255,0.65);font-size:16px;line-height:1.7;margin-top:18px;}

  /* SERVICES */
  .services{background:var(--navy);}
  .services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.08);
  }
  .service-card{
    background:var(--navy);
    padding:44px 34px;
    transition:background 0.25s;
  }
  .service-card:hover{background:#20304f;}
  .service-num{font-family:'Alice',serif;font-size:13px;color:var(--gold-muted);letter-spacing:0.1em;}
  .service-card h3{font-size:21px;margin:18px 0 12px;}
  .service-card p{font-size:14.5px;color:rgba(255,255,255,0.6);line-height:1.65;}
  .service-link{
    display:inline-block;margin-top:20px;font-size:13px;color:var(--gold-bright);
    letter-spacing:0.03em;border-bottom:1px solid rgba(250,207,57,0.4);padding-bottom:2px;
  }

/* IMAGE HOVER-REVEAL CARD VARIANT */
.service-card.img-card{
    position:relative;
    overflow:hidden;
    background-image:url('../assets/images/Motorhome.jpg');
    background-size:cover;
    background-position:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    min-height:220px;
    transition:all 0.3s ease;
}
.service-card.img-card::before{
    content:'';
    position:absolute; inset:0;
    background:rgba(24,38,66,0.6);
    transition:background 0.35s ease;
}
.service-card.img-card:hover::before{
    background:var(--navy-dark);
}
.service-card.img-card .service-num{
    position:relative; z-index:2;
    opacity:0; height:0; overflow:hidden;
    transition:opacity 0.25s ease;
}
.service-card.img-card p{
    position:relative; z-index:2;
    opacity:0; max-height:0; overflow:hidden; margin-top:0;
    transition:opacity 0.25s ease, max-height 0.3s ease, margin-top 0.3s ease;
}
.service-card.img-card h3{
    position:relative; z-index:2;
    font-size:26px;
    transition:font-size 0.3s ease;
}
.service-card.img-card:hover{
    justify-content:flex-start;
    align-items:flex-start;
    text-align:left;
}
.service-card.img-card:hover .service-num{
    opacity:1; height:auto; margin-bottom:8px;
}
.service-card.img-card:hover p{
    opacity:1; max-height:200px; margin-top:12px;
}
.service-card.img-card:hover h3{
    font-size:21px;
}

  /* WHY / SOCIAL PROOF */
  .proof{background:var(--navy-dark);}
  .proof-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:80px;align-items:center;}
  .proof-list{list-style:none;margin-top:30px;}
  .proof-list li{
    display:flex;gap:16px;padding:20px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
    font-size:15.5px;color:rgba(255,255,255,0.78);
    line-height:1.6;
  }
  .proof-list li span{color:var(--gold-bright);font-family:'Alice',serif;font-size:15px;flex-shrink:0;}
  .review-card{
    background:var(--navy);
    padding:40px;
    position:relative;
  }
  .stars{color:var(--gold-bright);letter-spacing:3px;font-size:16px;margin-bottom:20px;}
  .review-card p{font-size:17px;line-height:1.7;font-style:italic;color:rgba(255,255,255,0.92);}
  .review-attr{margin-top:24px;font-size:13px;letter-spacing:0.05em;color:var(--gold-bright);text-transform:uppercase;}

  /* CTA STRIP */
  .cta-strip{
    background:linear-gradient(90deg, var(--gold-bright), var(--gold-muted));
    padding:70px 0;
    color:var(--black);
  }
  .cta-strip-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;}
  .cta-strip h2{font-size:clamp(26px,3.4vw,36px);color:var(--black);max-width:520px;}
  .btn-dark{
    background:var(--navy-dark);color:var(--white);
    padding:17px 36px;font-weight:700;font-size:14px;letter-spacing:0.04em;
    border:none;cursor:pointer;
    min-width:230px;text-align:center;display:inline-block;
}

/* CTA STRIP - ALT (inverted colours, for when two strips sit near each other) */
.cta-strip-alt{
    background:var(--navy);
    padding:70px 0;
    border-top:1px solid rgba(250,207,57,0.15);
    border-bottom:1px solid rgba(250,207,57,0.15);
}
.cta-strip-alt h2{
    font-size:clamp(26px,3.4vw,36px);
    color:var(--white);
    max-width:520px;
}
.btn-outline-gold{
    background:transparent;
    color:var(--gold-bright);
    border:1px solid var(--gold-bright);
    padding:17px 36px; font-weight:700; font-size:14px; letter-spacing:0.04em;
    cursor:pointer; transition:background 0.2s, color 0.2s;
    min-width:230px;text-align:center;display:inline-block;
}
.btn-outline-gold:hover{ background:var(--gold-bright); color:var(--black); }

  /* FOOTER */
  footer{background:var(--navy-dark);padding:80px 0 30px;}
  .footer-grid{
    display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:50px;
    padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,0.1);
  }
  footer h4{font-size:14px;letter-spacing:0.08em;text-transform:uppercase;color:var(--gold-bright);margin-bottom:20px;font-family:'Lato',sans-serif;font-weight:700;}
  footer ul{list-style:none;}
  footer ul li{margin-bottom:12px;font-size:14.5px;color:rgba(255,255,255,0.65);}
  footer ul li a:hover{color:var(--gold-bright);}
  .footer-bottom{
    display:flex;justify-content:space-between;padding-top:28px;
    font-size:13px;color:rgba(255,255,255,0.4);flex-wrap:wrap;gap:12px;
  }

/* SOCIAL ICONS (footer) */
.social-icons{ display:flex; gap:14px; margin-top:4px; }
.social-icons a{
    width:36px; height:36px;
    display:flex; align-items:center; justify-content:center;
    border:1px solid rgba(255,255,255,0.2);
    transition:border-color 0.2s, background 0.2s;
}
.social-icons a:hover{ border-color:var(--gold-bright); background:rgba(250,207,57,0.08); }
.social-icons svg{ width:16px; height:16px; fill:rgba(255,255,255,0.75); transition:fill 0.2s; }
.social-icons a:hover svg{ fill:var(--gold-bright); }

  @media(max-width:900px){
    .nav-links{display:none;}
    .nav-toggle{display:block;}
    .hero-stats .wrap{flex-direction:column;gap:18px;padding:24px;}
    .stat{border-left:none;padding:0;border-top:1px solid rgba(255,255,255,0.12);padding-top:16px;}
    .stat:first-child{border-top:none;padding-top:0;}
    .services-grid{grid-template-columns:1fr;}
    .proof-grid{grid-template-columns:1fr;gap:48px;}
    section{padding:80px 0;}
    .footer-grid{grid-template-columns:1fr 1fr;gap:36px;}
  }

  /* ANNOUNCEMENT BAR */
  .announcement{
    background:#161616;
    color:rgba(255,255,255,0.75);
    text-align:center;
    padding:12px 20px;
    font-size:12px;
    letter-spacing:0.12em;
    text-transform:uppercase;
    font-weight:700;
  }

  /* HEADER (centered logo + nav, not fixed) */
  header.site-header{
    background:var(--navy);
    padding:36px 32px 0;
    text-align:center;
  }
  .header-logo{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
  }
  .header-logo img{ width:150px; height:150px; object-fit:contain; }
  .header-logo .wordmark{
    font-size:13px;
    letter-spacing:0.28em;
    font-weight:700;
    color:var(--white);
  }
  .center-nav{
    display:flex;
    justify-content:center;
    gap:34px;
    padding-top:14px;
    padding-bottom:14px;
    border-bottom:1px solid rgba(255,255,255,0.12);
    font-size:16px;
    letter-spacing:0.06em;
    font-weight:400;
    text-transform:uppercase;
    flex-wrap:wrap;
  }
  .center-nav a{ color:rgba(255,255,255,0.85); padding-bottom:8px; position:relative; }
  .center-nav a.active{ color:var(--white); border-bottom:2px solid var(--gold-bright); }
  .center-nav a:hover{ color:var(--gold-bright); }
  .center-nav .nav-dropdown{ position:relative; }
  .center-nav .dropdown-menu{
    display:none; flex-direction:column; position:absolute; top:26px; left:50%;
    transform:translateX(-50%); background:var(--navy-dark); min-width:200px;
    border:1px solid rgba(255,255,255,0.1); padding:6px 0; z-index:20;
    text-transform:none; font-weight:400; letter-spacing:0.02em;
  }
  .center-nav .nav-dropdown:hover .dropdown-menu{ display:flex; }
  .center-nav .dropdown-menu a{ padding:10px 18px; font-size:13px; }
  .center-nav .dropdown-menu a:hover{ background:rgba(255,255,255,0.06); }

  /* BOXED HERO */
  .boxed-hero{ background:var(--navy); padding-top:30px; }
  .boxed-hero-inner{
    max-width:1180px; margin:0 auto; padding:0 32px;
    display:grid; grid-template-columns:1fr 1fr;
    min-height:400px;
}
  .boxed-hero-photo{
    background:url('../assets/images/Calculator-1.jpg') center/cover no-repeat;
    background-color:#e9e9e9;
}
  
  .boxed-hero-text{
    background:#20304f;
    padding:56px 60px;
    display:flex; flex-direction:column; justify-content:center;
    align-items:flex-start;
  }
  .boxed-hero-text h1{
    font-size:clamp(28px,3vw,40px);
    line-height:1.28;
    color:var(--white);
    margin-bottom:22px;
  }
  .boxed-hero-text p{
    font-size:15.5px;
    line-height:1.7;
    color:rgba(255,255,255,0.72);
    margin-bottom:32px;
    max-width:420px;
  }
  .boxed-hero-btns{ display:flex; flex-direction:column; gap:14px; width:220px; }
  .btn-white{
    background:var(--white); color:var(--navy-dark);
    padding:15px 20px; font-weight:700; font-size:13px;
    letter-spacing:0.05em; text-transform:uppercase; text-align:center;
    border:none; cursor:pointer;
  }
  .btn-white:hover{ background:var(--off-white); }
  @media(max-width:900px){
    .boxed-hero-inner{ grid-template-columns:1fr; }
    .boxed-hero-photo{ min-height:260px; }
    .center-nav{ gap:16px; }
  }

  /* PAGE INTRO (used on inner pages instead of the homepage's boxed hero) */
  .page-intro{ background:var(--navy); padding:30px 0 70px; text-align:center; }
  .page-intro h1{ font-size:clamp(30px,4vw,46px); margin-bottom:16px; }
  .page-intro p{ color:rgba(255,255,255,0.7); font-size:16px; max-width:640px; margin:0 auto; }

  /* FORM FIELDS (contact page) */
  .form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:640px; }
  .form-grid .full{ grid-column:1 / -1; }
  .form-field label{ display:block; font-size:13px; letter-spacing:0.04em; color:rgba(255,255,255,0.65); margin-bottom:8px; text-transform:uppercase; }
  .form-field input, .form-field textarea{
    width:100%; background:var(--navy); border:1px solid rgba(255,255,255,0.15);
    color:var(--white); padding:13px 14px; font-family:'Lato',sans-serif; font-size:14.5px;
  }
  .form-field input:focus, .form-field textarea:focus{ outline:none; border-color:var(--gold-bright); }
  .form-note{ font-size:12.5px; color:rgba(255,255,255,0.45); margin-top:18px; max-width:640px; line-height:1.6; }

  /* CALCULATOR */
  .calc-box{ background:var(--navy); padding:44px; max-width:520px; }
  .calc-row{ margin-bottom:22px; }
  .calc-row label{ display:block; font-size:13px; letter-spacing:0.04em; color:rgba(255,255,255,0.65); margin-bottom:8px; text-transform:uppercase; }
  .calc-row input{
    width:100%; background:var(--navy-dark); border:1px solid rgba(255,255,255,0.15);
    color:var(--white); padding:13px 14px; font-family:'Lato',sans-serif; font-size:15px;
  }
  .calc-row input:focus{ outline:none; border-color:var(--gold-bright); }
  .calc-result{
    margin-top:30px; padding:26px; background:var(--navy-dark);
    border-left:3px solid var(--gold-bright);
  }
  .calc-result .label{ font-size:12px; letter-spacing:0.08em; text-transform:uppercase; color:rgba(255,255,255,0.5); }
  .calc-result .value{ font-family:'Alice',serif; font-size:34px; color:var(--gold-bright); margin-top:6px; }
  .calc-result .sub{ font-size:13px; color:rgba(255,255,255,0.5); margin-top:6px; }

  /* FAQ */
  .faq-item{ border-bottom:1px solid rgba(255,255,255,0.1); padding:26px 0; }
  .faq-item summary{ cursor:pointer; font-family:'Alice',serif; font-size:18px; list-style:none; position:relative; padding-right:30px; }
  .faq-item summary::-webkit-details-marker{ display:none; }
  .faq-item summary::after{ content:'+'; position:absolute; right:0; top:0; color:var(--gold-bright); font-size:22px; }
  .faq-item[open] summary::after{ content:'\2212'; }
  .faq-item p{ margin-top:14px; color:rgba(255,255,255,0.65); font-size:15px; line-height:1.7; max-width:760px; }

  /* ARTICLE CARDS */
  .article-card{ background:var(--navy); padding:34px; }
  .article-card .eyebrow{ margin-bottom:14px; display:block; }
  .article-card h3{ font-size:20px; margin-bottom:12px; }
  .article-card p{ font-size:14.5px; color:rgba(255,255,255,0.6); line-height:1.65; margin-bottom:18px; }

  /* SUBTLE LINKED LIST (e.g. product list on About page) */
  .subtle-list{ list-style:none; max-width:520px; }
  .subtle-list li{
    border-bottom:1px solid rgba(255,255,255,0.1);
  }
  .subtle-list a{
    display:flex; align-items:center;
    padding:16px 4px; font-size:16px; color:rgba(255,255,255,0.85);
    transition:color 0.2s, transform 0.2s;
  }
  .subtle-list a::before{
    content:'';
    width:6px; height:6px; flex-shrink:0;
    background:linear-gradient(135deg, var(--gold-bright), var(--gold-muted));
    transform:rotate(45deg);
    margin-right:16px;
  }
  .subtle-list a:hover{ color:var(--gold-bright); transform:translateX(6px); }

/* SHARED DIAMOND BULLET LIST (works on any <li>, link or not) */
.bullet-list{ list-style:none; max-width:520px; }
.bullet-list li{
    display:flex; align-items:center;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
    font-size:15.5px; color:rgba(255,255,255,0.78); line-height:1.6;
}
.bullet-list li::before{
    content:'';
    width:6px; height:6px; flex-shrink:0;
    background:linear-gradient(135deg, var(--gold-bright), var(--gold-muted));
    transform:rotate(45deg);
    margin-right:16px;
}
.bullet-list a{ color:var(--gold-bright); }

/* MEMBERSHIP BADGES */
.membership-badges{ margin-top:30px; }
.badge-card{
    border:1px solid rgba(255,255,255,0.15);
    padding:20px 22px;
    margin-bottom:14px;
    display:block;
    transition:border-color 0.2s, background 0.2s;
}
.badge-card:hover{ border-color:var(--gold-bright); background:rgba(250,207,57,0.05); }
.badge-card .badge-name{
    font-family:'Alice',serif; font-size:16px; color:var(--white); margin-bottom:4px;
}
.badge-card .badge-sub{
    font-size:12.5px; letter-spacing:0.04em; text-transform:uppercase; color:var(--gold-bright);
}

  /* THREE-COLUMN PHOTO PANELS (About page: Origin / Services / Commitment) */
  .three-col{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    min-height:560px;
  }
  .photo-col{
    position:relative;
    background-color:var(--navy-dark);
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:50px 36px;
    overflow:hidden;
  }
  .photo-col::before{
    content:'';
    position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(24,38,66,0.6) 0%, rgba(15,24,42,0.88) 100%);
  }
  .photo-col .col-inner{
    position:relative; z-index:2; text-align:center; max-width:340px;
  }
  .photo-col h3{
    font-size:26px; letter-spacing:0.06em; margin-bottom:26px; text-transform:uppercase;
  }
  .photo-col p{ font-size:15px; line-height:1.8; color:rgba(255,255,255,0.9); }
  .photo-col .subtle-list{ text-align:left; margin:20px auto 0; max-width:none; }
  .photo-col .subtle-list a{ color:rgba(255,255,255,0.9); }

  @media(max-width:900px){
    .three-col{ grid-template-columns:1fr; }
    .photo-col{ min-height:420px; }
  }

  /* ENQUIRY TOOL */
  .borrower-toggle{ display:flex; gap:12px; margin-bottom:30px; }
  .borrower-toggle button{
    flex:1; padding:16px; background:var(--navy-dark); border:1px solid rgba(255,255,255,0.15);
    color:rgba(255,255,255,0.7); font-family:'Lato',sans-serif; font-weight:700; font-size:14px;
    letter-spacing:0.03em; cursor:pointer; transition:all 0.2s;
  }
  .borrower-toggle button.active{ background:var(--gold-bright); color:var(--black); border-color:var(--gold-bright); }
  .abn-search-wrap{ position:relative; }
  .abn-results{
    display:none; position:absolute; top:100%; left:0; right:0; z-index:10;
    background:var(--navy-dark); border:1px solid rgba(255,255,255,0.15); max-height:220px; overflow-y:auto;
  }
  .abn-results.show{ display:block; }
  .abn-result-item{ padding:12px 14px; font-size:14px; cursor:pointer; border-bottom:1px solid rgba(255,255,255,0.08); }
  .abn-result-item:hover{ background:rgba(250,207,57,0.08); color:var(--gold-bright); }
  .abn-status{ font-size:12.5px; margin-top:6px; min-height:16px; }
  .abn-status.valid{ color:#7ED957; }
  .abn-status.invalid{ color:#FF8080; }
  .abn-status.loading{ color:rgba(255,255,255,0.5); }
  .enquiry-submit-btn{ width:100%; margin-top:10px; }
  .enquiry-submit-btn:disabled{ opacity:0.5; cursor:not-allowed; }
  .field-hidden{ display:none !important; }

  /* MOBILE HAMBURGER NAV (for the centered header nav system) */
  .mobile-nav-toggle{
    display:none;
    position:absolute;
    top:38px; right:24px;
    background:none;
    border:1px solid rgba(255,255,255,0.25);
    color:var(--white);
    font-size:22px;
    line-height:1;
    padding:8px 12px;
    cursor:pointer;
  }
  @media(max-width:900px){
    .mobile-nav-toggle{ display:block; }
    header.site-header{ position:relative; }
    .center-nav{
      display:none;
      flex-direction:column;
      align-items:stretch;
      gap:0;
      text-align:left;
    }
    .center-nav.mobile-open{ display:flex; }
    .center-nav a{
      padding:14px 4px;
      border-bottom:1px solid rgba(255,255,255,0.08);
    }
    .center-nav .nav-dropdown{ width:100%; }
    .center-nav .dropdown-menu{
      display:block !important;
      position:static;
      transform:none;
      background:transparent;
      border:none;
      box-shadow:none;
      min-width:0;
      padding:0 0 6px 18px;
    }
    .center-nav .dropdown-menu a{
      border-bottom:none;
      padding:10px 0;
      font-size:13px;
      opacity:0.7;
    }
  }
