/* Wilding Mortgages - clean visual reset */
:root{
  --font-ui:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --ink:#202d27;
  --muted:#65706a;
  --forest:#2f5945;
  --forest-dark:#193429;
  --forest-soft:#eef3ef;
  --ivory:#f7f8f6;
  --paper:#ffffff;
  --line:#dde4df;
  --sand:#c8d0cb;
  --taupe:#858b86;
  --green-accent:#2f5945;
  --green-soft:#e9f1ec;
  --gold:#b89358;
  --gold-soft:#faf5eb;
  /* Legacy aliases retained so older components inherit the clean palette. */
  --green:#2f5945;
  --sage:#e9f1ec;
  --cream:#f7f8f6;
  --soft:#f8faf8;
  --stone:#e8eeea;
  --brown:#2f5945;
  --brown-deep:#202d27;
  --brand-ivory:#f7f8f6;
  --brand-taupe:#858b86;
  --brand-gradient:linear-gradient(138deg,#244937 0%,#2f5945 58%,#3f6954 100%);
  --brand-gradient-hover:linear-gradient(138deg,#1f4031 0%,#294f3d 58%,#355e49 100%);
  --soft-gradient:linear-gradient(135deg,#ffffff 0%,#f6f8f6 68%,#eef3ef 100%);
  --danger:#9b4037;
  --radius-sm:10px;
  --radius:18px;
  --radius-lg:28px;
  --shadow:0 18px 50px rgba(29,57,45,.08);
}

/* Mobile layout repairs: remove orphaned number columns and keep controls contained. */
@media(max-width:700px){
  .callback-booking-form{
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .mortgage-journey-track li{
    display:block!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    min-width:0!important;
  }
  .mortgage-journey-track li>div{
    display:block!important;
    width:100%!important;
    min-width:0!important;
  }
  body .mortgage-journey-track h3,
  body .mortgage-journey-track p{
    display:block!important;
    grid-column:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
  }

  .about-proof-grid article{
    display:block!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    min-width:0!important;
  }
  .about-proof-grid article>strong,
  .about-proof-grid article>p{
    display:block!important;
    grid-column:auto!important;
    grid-row:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
  }
  .about-proof-grid article>strong{margin-bottom:8px!important}

  .booking-shell,.booking-form,.booking-card,.booking-time-card,
  .booking-details-card,.booking-date-field{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .booking-card{overflow:hidden!important}
  .booking-time-card>*{min-width:0!important;max-width:100%!important}
  .booking-date-field input[type="date"]{
    display:block!important;
    inline-size:100%!important;
    width:100%!important;
    max-inline-size:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-inline-size:0!important;
    height:52px!important;
    margin:0 auto!important;
    padding:13px!important;
    box-sizing:border-box!important;
    border:1px solid #cfc4b4!important;
    border-radius:10px!important;
    background:#fff!important;
    color:var(--ink)!important;
    font:500 13px var(--font-ui)!important;
    text-align:center!important;
    overflow:hidden!important;
    -webkit-appearance:none!important;
    appearance:none!important;
  }
  .booking-date-field input[type="date"]::-webkit-date-and-time-value{
    width:100%;text-align:center
  }
}

/* Keep the broker workspace reachable on phones and tablets. */
@media(max-width:960px){
  body.admin-page{padding-top:0!important}
  .admin-page .admin-nav{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    row-gap:8px!important;
    position:sticky!important;
    top:0!important;
    z-index:120!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    padding:10px 12px!important;
    border-right:0!important;
    border-bottom:2px solid var(--gold)!important;
    background:linear-gradient(110deg,#173127,#2f5945)!important;
  }
  .admin-page .admin-nav>.brand{
    display:flex!important;
    grid-column:1/-1!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 7px!important;
    border-bottom:1px solid rgba(255,255,255,.14)!important;
  }
  .admin-page .admin-nav>.brand .brand-logo{
    width:146px!important;
    height:64px!important;
    max-width:100%!important;
    object-fit:contain!important;
  }
  .admin-page .admin-coming-soon{display:none!important}
  .admin-page .admin-nav nav{
    display:flex!important;
    grid-template-columns:none!important;
    gap:6px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 2px!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
  }
  .admin-page .admin-nav nav::-webkit-scrollbar{display:none}
  .admin-page .admin-nav .admin-tab{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:max-content!important;
    min-height:40px!important;
    padding:10px 12px!important;
    border-radius:4px!important;
    white-space:nowrap!important;
  }
  .admin-page .admin-signout{
    display:block!important;
    width:auto!important;
    min-width:max-content!important;
    min-height:40px!important;
    margin:0 0 0 8px!important;
    padding:9px 11px!important;
    border-radius:4px!important;
    white-space:nowrap!important;
  }
}

@media(max-width:540px){
  .admin-page .admin-nav{grid-template-columns:minmax(0,1fr)!important}
  .admin-page .admin-signout{display:none!important}
}

/* 2026 supplied brand lock-up: use the exact artwork and lettering everywhere. */
.brand{
  min-width:170px!important;
  gap:0!important;
}
.brand-logo{
  display:block;
  width:160px;
  height:90px;
  max-width:100%;
  object-fit:contain;
  flex:0 0 auto;
}
.menu-brand{
  display:flex;
  align-items:center;
  gap:12px!important;
  min-width:260px!important;
}
.menu-brand-tree{
  display:block;
  width:58px;
  height:64px;
  object-fit:contain;
  flex:0 0 auto;
}
.menu-brand-wordmark{
  display:block;
  width:190px;
  height:auto;
  max-width:100%;
  object-fit:contain;
  flex:0 1 auto;
}
.footer-brand .brand-logo{
  width:195px;
  height:auto;
  filter:brightness(0) saturate(100%) invert(89%) sepia(19%) saturate(470%) hue-rotate(352deg) brightness(102%) contrast(88%);
}
.admin-nav .brand{
  justify-content:center;
  min-width:0!important;
}
.admin-nav .brand-logo{
  width:190px;
  height:auto;
  filter:brightness(0) saturate(100%) invert(93%) sepia(11%) saturate(307%) hue-rotate(350deg) brightness(104%) contrast(93%);
}

@media(max-width:700px){
  .brand{min-width:0!important}
  .brand-logo{width:120px;height:68px}
  .menu-brand{gap:8px!important;min-width:0!important}
  .menu-brand-tree{width:42px;height:48px}
  .menu-brand-wordmark{width:142px;height:auto}
  .footer-brand .brand-logo{width:160px;height:auto}
}

html{background:var(--ivory);scroll-behavior:smooth}
body,body *{font-family:var(--font-ui)!important;letter-spacing:0!important}
body{margin:0;background:var(--ivory);color:var(--ink);font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body h1,body h2,body h3,body h4,body h5,body h6,body .eyebrow{font-family:var(--font-ui)!important;font-style:normal;font-weight:500!important;letter-spacing:0!important;text-transform:none}
h1,h2,h3,h4,h5,h6{color:var(--ink)}
p{color:var(--muted)}
a{transition:color .2s ease,background .2s ease,border-color .2s ease,opacity .2s ease}
button,input,select,textarea{font:inherit}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(181,139,76,.26);outline-offset:3px}
.wrap{width:min(1240px,calc(100% - 56px));margin-inline:auto}

/* The original display face now belongs to the logo only. */
body .brand-wordmark strong,body .brand-wordmark b{
  position:static!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  clip:auto!important;
  white-space:nowrap!important;
  border:0!important;
  font-family:"Wilding Logo"!important;
  font-style:normal;
  font-weight:400!important;
  text-transform:uppercase;
}
body .brand-wordmark strong{font-size:25px;line-height:1;letter-spacing:11px!important}
body .brand-wordmark b{margin-top:7px!important;font-size:9px;line-height:1;letter-spacing:5px!important;color:var(--taupe)}

/* Header */
header{position:sticky;z-index:40;top:0;height:auto;min-height:92px;border:0;border-bottom:1px solid rgba(47,89,69,.12);background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}
.nav{min-height:92px;height:auto;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:13px;min-width:255px;color:var(--ink)}
.brand-tree{display:block;width:50px;height:60px;object-fit:contain;flex:0 0 auto}
.brand-wordmark{display:flex!important;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.nav-links{display:flex;align-items:center;justify-content:center;gap:28px;margin-left:auto;color:var(--muted);font-size:14px}
.nav-links a{position:relative;padding:36px 0;font-weight:450!important}
.nav-links a:after{content:"";position:absolute;right:100%;bottom:27px;left:0;height:1px;background:var(--gold);transition:right .22s ease}
.nav-links a:hover{color:var(--ink)}
.nav-links a:hover:after{right:0}
.nav-actions{display:flex;align-items:center;gap:10px}
.portal-link{color:var(--green-accent);font-size:14px;font-weight:550!important;white-space:nowrap}
.menu{display:none;margin-left:auto;border:0;background:transparent;color:var(--ink);font-size:24px;cursor:pointer}

/* Controls */
.button,.open-lead,.detail-close,.admin-action,.request-document-button,.stage-save-button,.stage-icon-button,.stage-archive-button,.profile-inline-save,.profile-inline-cancel{
  border-radius:var(--radius-sm)!important;
  font-weight:550!important;
  text-transform:none!important;
  box-shadow:none;
}
.button{min-height:48px;padding:13px 20px}
.button.primary,.primary{border:1px solid var(--gold);background:var(--brand-gradient);color:#fff}
.button.primary:hover,.primary:hover{border-color:var(--gold);background:var(--brand-gradient-hover)}
.button.secondary,.secondary{border:1px solid var(--sand);background:rgba(255,255,255,.72);color:var(--ink)}
.button.secondary:hover,.secondary:hover{border-color:var(--gold);background:#fff}
.small{min-height:42px;padding:10px 17px;font-size:13px}
.whatsapp{right:22px;bottom:22px;border:1px solid var(--gold);border-radius:999px;background:var(--green-accent);color:#fff;font-size:12px;font-weight:550!important;box-shadow:0 10px 28px rgba(29,57,45,.16)}
input,select,textarea{border:1px solid #cfd5d1!important;border-radius:var(--radius-sm)!important;background:#fff!important;color:var(--ink)!important;box-shadow:none!important}
input:focus,select:focus,textarea:focus{border-color:var(--gold)!important;outline:3px solid rgba(181,139,76,.14)!important}

/* Homepage hero - open, editorial and intentionally card-free. */
.hero-wow{
  position:relative;
  isolation:isolate;
  display:grid;
  min-height:calc(100svh - 92px);
  overflow:hidden;
  border-bottom:1px solid rgba(47,89,69,.13);
  background:
    radial-gradient(circle at 50% 38%,rgba(255,255,255,.98) 0 18%,rgba(255,255,255,.25) 45%,transparent 66%),
    radial-gradient(circle at 90% 12%,rgba(47,89,69,.14),transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f6f9f7 54%,#eaf2ed 100%);
}
.hero-wow:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.38;
  background-image:linear-gradient(rgba(47,89,69,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(47,89,69,.055) 1px,transparent 1px);
  background-size:84px 84px;
  mask-image:linear-gradient(to bottom,transparent 0%,#000 32%,transparent 94%);
}
.hero-wow:after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-12vw;
  bottom:-28vw;
  width:64vw;
  aspect-ratio:1;
  border:1px solid rgba(184,147,88,.24);
  border-radius:50%;
  box-shadow:0 0 0 90px rgba(184,147,88,.035),0 0 0 180px rgba(47,89,69,.025);
}
.hero-wow-tree{
  position:absolute;
  z-index:-1;
  top:47%;
  left:30%;
  width:min(52vw,720px);
  height:auto;
  opacity:.045;
  filter:grayscale(1) sepia(.15) saturate(.55);
  transform:translate(-50%,-50%) scale(1.04);
  transform-origin:center;
  animation:hero-tree-breathe 11s ease-in-out infinite alternate;
}
.hero-wow-orbit{position:absolute;z-index:-1;border:1px solid rgba(47,89,69,.11);border-radius:50%;pointer-events:none}
.hero-wow-orbit-one{top:-240px;left:-220px;width:500px;height:500px}
.hero-wow-orbit-two{top:-170px;left:-150px;width:500px;height:500px;border-color:rgba(184,147,88,.16)}
.hero-wow-shell{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:stretch;
  min-height:inherit;
  padding-top:46px;
  padding-bottom:38px;
}
.hero-wow-main{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.82fr);gap:clamp(48px,6vw,88px);align-items:start;width:100%}
.hero-wow-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;text-align:left}
.hero-leaf-divider{display:block;height:auto;object-fit:contain;pointer-events:none;user-select:none}
.hero-leaf-divider-journey{width:clamp(190px,18vw,250px);margin:42px auto 0;opacity:.72}
.hero-wow .eyebrow{margin:0 0 20px;color:var(--green-accent);font-size:13px;font-weight:600!important;line-height:1.4}
body .hero-wow h1{max-width:720px;margin:0;color:var(--ink);font-size:clamp(64px,6vw,94px)!important;font-weight:420!important;line-height:.91!important;letter-spacing:-.06em!important;text-wrap:balance}
body .hero-wow h1 em{display:block;margin-top:12px;background:linear-gradient(105deg,#244937 8%,#3d6953 68%,#9a7b49 112%);background-clip:text;-webkit-background-clip:text;color:transparent;font-family:var(--font-ui)!important;font-size:.82em;font-weight:480!important;font-style:normal;line-height:.98!important;letter-spacing:-.055em!important}
.hero-wow .lead{max-width:590px;margin:28px 0 0;color:var(--muted);font-size:18px;line-height:1.7}
.hero-copy-call{margin:28px 0 0;color:var(--muted);font-size:13px}
.hero-copy-call a{margin-left:4px;color:var(--green-accent);font-weight:650}
.hero-copy-call a:hover{color:var(--gold)}
.hero-adviser{display:flex;align-items:center;gap:20px;width:min(100%,560px);margin-top:28px;padding-top:24px;border-top:1px solid rgba(47,89,69,.14)}
.hero-adviser-photo{position:relative;flex:0 0 112px;width:112px;aspect-ratio:1;overflow:hidden;border-radius:50%;background:rgba(255,255,255,.7);box-shadow:0 0 0 1px rgba(184,147,88,.52)}
.hero-adviser-photo img{position:absolute;top:-106%;left:50%;width:132%;max-width:none;height:auto;transform:translateX(-50%)}
.hero-adviser-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start}
.hero-adviser-copy .hero-adviser-label{margin:0 0 5px;color:var(--ink);font-size:15px;font-weight:650!important}
.hero-adviser-copy>p:not(.hero-adviser-label){max-width:360px;margin:0;color:var(--muted);font-size:12px;line-height:1.5}
.hero-adviser-button{min-height:36px!important;margin-top:11px;padding:8px 13px!important;border-color:rgba(184,147,88,.52)!important;background:rgba(255,255,255,.62)!important;font-size:11px!important}
.hero-adviser-button:hover{border-color:var(--gold)!important;background:#fff!important}
.hero-lead-band{width:100%;margin:0;padding:6px 0 6px clamp(34px,4vw,58px);border-left:1px solid rgba(47,89,69,.18)}
.hero-lead-heading{display:block;margin-bottom:24px;text-align:left}
.hero-lead-heading>div{display:block}
.hero-lead-heading>div>span{display:block;margin-bottom:8px;color:var(--gold);font-size:11px;font-weight:650}
body .hero-lead-heading h2{margin:0;color:var(--ink);font-size:clamp(34px,3.2vw,46px)!important;font-weight:520!important;line-height:1.04!important;letter-spacing:-.035em!important}
.hero-lead-heading p{max-width:410px;margin:10px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.hero-lead-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:end}
.hero-lead-fields label{display:flex;min-width:0;flex-direction:column;gap:7px;text-align:left}
.hero-lead-fields label:nth-child(1),.hero-lead-fields label:nth-child(4),.hero-lead-fields label:nth-child(5){grid-column:1/-1}
.hero-lead-fields label>span{color:var(--muted);font-size:10px;font-weight:600}
.hero-lead-fields input,.hero-lead-fields select{width:100%;height:48px;padding:0 13px;border-color:rgba(47,89,69,.2)!important;border-radius:12px!important;background:rgba(255,255,255,.82)!important;font-size:13px;backdrop-filter:blur(12px)}
.hero-lead-fields input:hover,.hero-lead-fields select:hover{border-color:rgba(47,89,69,.4)!important}
.hero-lead-fields .button{grid-column:1/-1;width:100%;height:48px;border-radius:12px!important;padding-inline:18px;white-space:nowrap}
.hero-lead-fields .button span{margin-left:5px}
.hero-lead-meta{display:flex;align-items:flex-start;flex-direction:column;gap:8px;margin-top:14px}
.hero-lead-consent{display:flex;align-items:flex-start;gap:8px;max-width:760px;color:var(--muted);font-size:10px;line-height:1.45;text-align:left}
.hero-lead-consent input{flex:0 0 auto;width:15px;height:15px;margin:0;border-radius:4px!important;accent-color:var(--green-accent)}
.hero-lead-consent a{color:var(--green-accent);text-decoration:underline;text-underline-offset:2px}
.hero-lead-meta>p{min-height:16px;margin:0;color:var(--danger);font-size:11px;text-align:left}
.hero-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
.hero-lead-success{display:flex;align-items:center;justify-content:flex-start;gap:14px;min-height:220px;color:var(--ink)}
.hero-lead-success[hidden]{display:none}
.hero-lead-success>span{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--gold);border-radius:50%;color:var(--green-accent);font-size:17px}
.hero-lead-success>div{text-align:left}
.hero-lead-success strong{font-size:16px;font-weight:650!important}
.hero-lead-success p{margin:4px 0 0;font-size:12px}
.hero-wow-journey{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
  margin-top:18px;
  overflow:hidden;
  border:0;
  border-top:1px solid rgba(47,89,69,.14);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.hero-wow-journey article{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:center;padding:21px 24px 0;text-align:left}
.hero-wow-journey article+article{border-left:1px solid rgba(47,89,69,.12)}
.hero-wow-journey article>b{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(184,147,88,.55);border-radius:50%;color:var(--green-accent);font-size:10px;font-weight:650!important}
.hero-wow-journey article div{display:flex;min-width:0;flex-direction:column;gap:4px}
.hero-wow-journey strong{color:var(--ink);font-size:13px;font-weight:650!important}
.hero-wow-journey span{color:var(--muted);font-size:11px;line-height:1.4}
@keyframes hero-tree-breathe{from{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1.035)}}

/* About Chloe - editorial trust and conversion journey. */
.nav-links a.active{color:var(--ink)}
.nav-links a.active:after{right:0}
.about-page{overflow:hidden;background:var(--ivory)}
.about-hero{position:relative;isolation:isolate;overflow:hidden;border-bottom:1px solid rgba(47,89,69,.13);background:radial-gradient(circle at 84% 25%,rgba(47,89,69,.12),transparent 32%),linear-gradient(135deg,#fff 0%,#f8faf8 57%,#edf3ef 100%)}
.about-hero:before{content:"";position:absolute;z-index:-1;right:-18vw;bottom:-42vw;width:72vw;aspect-ratio:1;border:1px solid rgba(184,147,88,.24);border-radius:50%;box-shadow:0 0 0 90px rgba(184,147,88,.035),0 0 0 180px rgba(47,89,69,.025)}
.about-hero-tree{position:absolute;z-index:-1;right:-4%;bottom:-25%;width:min(44vw,620px);opacity:.035;filter:grayscale(1) sepia(.2)}
.about-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);gap:clamp(50px,8vw,112px);align-items:center;min-height:680px;padding-top:76px;padding-bottom:76px}
.about-hero-copy .eyebrow{margin:0 0 20px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .about-hero h1{max-width:780px;margin:0;color:var(--ink);font-size:clamp(58px,6vw,88px)!important;font-weight:430!important;line-height:.95!important;letter-spacing:-.055em!important;text-wrap:balance}
body .about-hero h1 em{display:block;margin-top:10px;background:linear-gradient(105deg,#244937 8%,#3d6953 65%,#9a7b49 112%);background-clip:text;-webkit-background-clip:text;color:transparent;font-family:var(--font-ui)!important;font-size:.72em;font-weight:480!important;font-style:normal;line-height:1!important;letter-spacing:-.05em!important}
.about-hero-copy .lead{max-width:700px;margin:30px 0 0;color:var(--muted);font-size:18px;line-height:1.72}
.about-hero-actions{display:flex;align-items:center;gap:22px;margin-top:32px}
.about-text-link{color:var(--green-accent);font-size:13px;font-weight:650!important}
.about-text-link:hover{color:var(--gold)}
.about-portrait{display:flex;align-items:center;flex-direction:column;margin:0}
.about-portrait-frame{position:relative;width:min(100%,390px);aspect-ratio:1;overflow:hidden;border:1px solid rgba(184,147,88,.68);border-radius:50%;background:#fff;box-shadow:0 24px 60px rgba(29,57,45,.12)}
.about-portrait-frame:after{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.72);border-radius:50%;pointer-events:none}
.about-portrait-frame img{position:absolute;top:-106%;left:50%;width:132%;max-width:none;height:auto;transform:translateX(-50%)}
.about-portrait figcaption{display:flex;align-items:center;flex-direction:column;gap:3px;margin-top:17px;color:var(--muted);font-size:11px}
.about-portrait figcaption strong{color:var(--ink);font-size:14px;font-weight:650!important}

.about-proof{border-bottom:1px solid var(--line);background:#fff}
.about-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.about-proof article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:4px 14px;padding:30px 28px}
.about-proof article+article{border-left:1px solid var(--line)}
.about-proof article>span{grid-row:1/3;display:grid;place-items:center;align-self:start;width:36px;height:36px;border:1px solid rgba(184,147,88,.55);border-radius:50%;color:var(--green-accent);font-size:10px;font-weight:650!important}
.about-proof article>strong{color:var(--ink);font-size:14px;font-weight:650!important}
.about-proof article>p{margin:2px 0 0;color:var(--muted);font-size:11px;line-height:1.5}

.about-experience{background:#fff}
.about-experience-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(52px,8vw,112px);align-items:center}
.about-working-photo{position:relative;width:min(100%,355px);margin:0 auto}
.about-working-photo:before{content:"";position:absolute;z-index:0;right:-18px;bottom:-18px;width:75%;height:75%;border:1px solid rgba(184,147,88,.55);border-radius:24px}
.about-working-photo img{position:relative;z-index:1;display:block;width:100%;border-radius:22px;box-shadow:0 22px 50px rgba(29,57,45,.11)}
.about-working-photo figcaption{position:relative;z-index:1;max-width:280px;margin:20px 0 0;color:var(--muted);font-size:11px;line-height:1.5}
.about-experience-copy .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .about-experience-copy h2{max-width:720px;margin:0 0 24px;font-size:clamp(38px,4.5vw,62px)!important;font-weight:470!important;line-height:1.04!important;letter-spacing:-.04em!important}
.about-experience-copy>p{max-width:720px;margin:0 0 17px;color:var(--muted);font-size:16px;line-height:1.75}
.about-experience-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}
.about-experience-list span{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:var(--ivory);color:var(--green-accent);font-size:11px;font-weight:600!important}

.about-heritage{position:relative;isolation:isolate;overflow:hidden;padding:96px 0;border-top:1px solid rgba(184,147,88,.24);border-bottom:1px solid rgba(184,147,88,.24);background:linear-gradient(130deg,#fbfaf7 0%,#f5f1e9 55%,#edf3ef 100%)}
.about-heritage-tree{position:absolute;z-index:-1;top:50%;left:50%;width:min(46vw,600px);opacity:.045;filter:grayscale(1) sepia(.65);transform:translate(-50%,-50%)}
.about-heritage-grid{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:clamp(50px,8vw,120px);align-items:start}
.about-heritage .eyebrow{margin:0 0 18px;color:#9a7b49;font-size:12px;font-weight:650!important}
body .about-heritage h2{max-width:430px;margin:0;font-size:clamp(42px,5vw,68px)!important;font-weight:460!important;line-height:1!important;letter-spacing:-.045em!important}
.about-heritage-copy{padding-top:4px}
.about-heritage-copy p{max-width:720px;margin:0;color:#57615c;font-size:16px;line-height:1.78}
.about-heritage-copy p+p{margin-top:20px}

.about-values{background:#fff}
.about-values .section-heading{max-width:780px}
.about-values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line)}
.about-values-grid article{padding:32px 34px 0 0}
.about-values-grid article+article{padding-left:34px;border-left:1px solid var(--line)}
.about-values-grid b{display:block;margin-bottom:13px;color:var(--ink);font-size:18px;font-weight:650!important}
.about-values-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}

.about-protection{padding:86px 0;background:radial-gradient(circle at 95% 0,rgba(184,147,88,.16),transparent 28%),linear-gradient(135deg,#183429 0%,#244a39 62%,#315b47 100%);color:#fff}
.about-protection-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);gap:clamp(50px,8vw,110px);align-items:center}
.about-protection .eyebrow{margin:0 0 18px;color:#d9b97e;font-size:12px;font-weight:650!important}
body .about-protection h2{max-width:720px;margin:0;color:#fff!important;font-size:clamp(40px,4.8vw,64px)!important;font-weight:450!important;line-height:1.04!important;letter-spacing:-.04em!important}
.about-protection p{margin:0 0 25px;color:#dbe6e0;font-size:16px;line-height:1.75}
.about-protection .button{border-color:#d9b97e!important;background:#fff!important;color:var(--forest-dark)!important}
.about-protection .button:hover{background:#f8f4ec!important}

.about-contact{padding:100px 0;background:radial-gradient(circle at 10% 30%,rgba(47,89,69,.08),transparent 31%),var(--soft-gradient)}
.about-contact-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(420px,1.08fr);gap:clamp(54px,8vw,110px);align-items:start}
.about-contact-copy{position:sticky;top:140px}
.about-contact-copy .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .about-contact-copy h2{max-width:520px;margin:0;font-size:clamp(42px,4.7vw,64px)!important;font-weight:470!important;line-height:1.04!important;letter-spacing:-.04em!important}
.about-contact-copy>p:not(.eyebrow){max-width:500px;margin:24px 0 28px;color:var(--muted);font-size:16px;line-height:1.7}
.about-enquiry-panel{padding:clamp(28px,4vw,46px);border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.88);box-shadow:0 22px 60px rgba(29,57,45,.08);backdrop-filter:blur(14px)}
.about-enquiry-heading{margin-bottom:26px}
.about-enquiry-heading>span{display:block;margin-bottom:8px;color:var(--gold);font-size:11px;font-weight:650!important}
body .about-enquiry-heading h3{margin:0;color:var(--ink);font-size:34px!important;font-weight:520!important;line-height:1.05!important;letter-spacing:-.03em!important}
.about-enquiry-heading p{margin:10px 0 0;color:var(--muted);font-size:12px;line-height:1.55}
.about-enquiry-panel .hero-lead-success{min-height:360px}

/* Public content */
.page-hero{position:relative;overflow:hidden;padding:100px 0 78px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 88% 12%,rgba(47,89,69,.09),transparent 30%),var(--soft-gradient)}
.page-hero:after{content:none!important}
body .page-hero h1{max-width:900px;margin:0;color:var(--ink);font-size:clamp(48px,5.7vw,76px)!important;font-weight:450!important;line-height:1.03!important}
.page-hero .lead{max-width:760px;margin-top:24px;color:var(--muted);font-size:18px;line-height:1.7}
.content{padding:80px 0}
.section{padding:88px 0}
.section-heading{max-width:720px;margin-bottom:42px}
.section-heading:after{content:none}
body h2{font-size:clamp(32px,3.5vw,48px)!important;line-height:1.12!important}
body h3{font-size:22px!important;line-height:1.25!important}
.card-grid{gap:20px}

/* Homepage Google reviews */
.home-reviews{position:relative;padding:72px 0;background:linear-gradient(135deg,#eef3ef 0%,#fff 72%);border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}
.home-reviews:after{content:"";position:absolute;right:-210px;bottom:-330px;width:620px;height:620px;border:1px solid rgba(47,89,69,.08);border-radius:50%;box-shadow:0 0 0 70px rgba(184,147,88,.025),0 0 0 140px rgba(47,89,69,.018);pointer-events:none}
.home-reviews>.wrap{position:relative;z-index:1}
.home-reviews-heading{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:45px;align-items:end}
.home-reviews-heading .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .home-reviews-heading h2{max-width:700px;margin:0;font-size:clamp(40px,4.5vw,56px)!important;font-weight:450!important;line-height:1!important;letter-spacing:-.047em!important}
.home-review-toolbar{display:grid;gap:10px}.google-review-score{display:flex;flex-direction:column;align-items:flex-start;padding:15px 18px;border:1px solid rgba(184,147,88,.48);background:rgba(255,255,255,.78);transition:border-color .2s ease,transform .2s ease}
.google-review-score:hover{border-color:var(--forest);transform:translateY(-2px)}
.google-review-name{color:var(--ink);font-size:11px;font-weight:650!important}
.google-review-rating{display:flex;align-items:center;gap:11px;margin-top:8px}.google-review-rating strong{color:var(--ink);font-size:25px;font-weight:600!important}.google-review-stars,.home-review-stars{color:#e3a008;letter-spacing:.08em}
.google-review-stars{font-size:14px}.google-review-score small{margin-top:4px;color:var(--muted);font-size:9px}
.home-review-controls{display:flex;justify-content:flex-end;gap:8px}.home-review-controls button{display:grid;place-items:center;width:38px;height:34px;border:1px solid var(--line);background:#fff;color:var(--forest);font-size:16px;cursor:pointer}.home-review-controls button:hover{border-color:var(--gold);background:var(--forest-soft)}
.home-review-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,31%);gap:14px;margin-top:34px;padding:2px 2px 14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:thin;scrollbar-color:var(--gold) rgba(47,89,69,.08)}
.home-review-grid::-webkit-scrollbar{height:7px}.home-review-grid::-webkit-scrollbar-track{background:rgba(47,89,69,.08)}.home-review-grid::-webkit-scrollbar-thumb{background:var(--gold)}
.home-review-card{display:flex;min-height:185px;flex-direction:column;padding:23px;border:1px solid var(--line);background:rgba(255,255,255,.88);scroll-snap-align:start}
.home-review-stars{font-size:11px}
.home-review-card q,.home-review-copy{max-width:320px;margin:25px 0 24px;color:var(--ink);font-size:20px;font-weight:500!important;line-height:1.3;letter-spacing:-.025em!important}
.home-review-card q:before,.home-review-card q:after{color:var(--gold)}
.home-review-card p{margin:auto 0 0;color:var(--muted);font-size:10px;font-weight:650!important;text-transform:uppercase;letter-spacing:.08em!important}
.home-review-all{justify-content:center;background:var(--forest)!important;color:#fff}.home-review-all span{color:#d9bd83;font-size:9px;font-weight:750!important;text-transform:uppercase;letter-spacing:.1em!important}.home-review-all strong{margin-top:12px;color:#fff;font-size:23px;font-weight:550!important}.home-review-all small{margin-top:9px;color:rgba(255,255,255,.7);font-size:10px}
.home-reviews-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;color:var(--muted);font-size:10px}
.home-reviews-footer a{color:var(--forest);font-size:11px;font-weight:650!important}.home-reviews-footer a:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:900px){
  .home-reviews-heading{grid-template-columns:1fr;gap:24px}.home-review-toolbar{grid-template-columns:230px 1fr;align-items:end}.home-review-controls{justify-content:flex-start}.home-review-grid{grid-auto-columns:minmax(260px,46%)}
}
@media(max-width:700px){
  .home-reviews{padding:54px 0}.home-reviews:after{display:none}body .home-reviews-heading h2{font-size:38px!important}.home-review-toolbar{grid-template-columns:1fr auto}.google-review-score{width:100%}.home-review-grid{grid-auto-columns:86%;margin-top:28px}.home-review-card{min-height:175px;padding:21px}.home-review-card q,.home-review-copy{margin:22px 0;font-size:19px}.home-reviews-footer{align-items:flex-start;flex-direction:column}
}
.card,.panel,.calculator,.lead-form,.form-success,.placeholder,.metric-grid article,.manual-appointment-panel,.availability-panel,.calendar-panel,.appointment-day-panel,.booking-card{
  border:1px solid var(--line)!important;
  border-radius:var(--radius)!important;
  background:var(--paper)!important;
  box-shadow:none!important;
}
.card{padding:30px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.card:hover{border-color:#bdc8c1!important;transform:translateY(-3px);box-shadow:var(--shadow)!important}
.card h3{margin:4px 0 12px}
.card p,.content p{color:var(--muted)}
.card .more{color:var(--green-accent);font-weight:600!important;text-transform:none}
.split{gap:64px}
.check-list{gap:10px}
.check-list span{padding:17px 19px;border:1px solid var(--line);border-left:3px solid var(--green-accent);border-radius:var(--radius-sm);background:var(--paper);font-weight:500!important}
.check-list span:before{color:var(--gold)}
blockquote{padding:36px;border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:var(--radius);background:linear-gradient(135deg,#ffffff,#f2f6f3);color:var(--ink);font-size:28px;line-height:1.45}
.notice{border:1px solid #e2d3b9;border-radius:var(--radius-sm);background:linear-gradient(135deg,#fff,#faf5eb);color:var(--muted)}
.cta{border:1px solid rgba(47,89,69,.18);border-radius:var(--radius-lg);background:var(--soft-gradient);color:var(--ink)}
.cta h2,.cta p{color:var(--ink)!important}
footer{margin-top:0;padding:64px 0 28px;border-top:2px solid var(--gold);background:linear-gradient(145deg,#173127 0%,#234535 58%,#2f5945 100%);color:#eef4f0}
.legal-strip{color:#d7e2dc}
.footer-brand-column{align-items:flex-start}.footer-brand{align-self:flex-start;min-width:0;color:#f8f2e6}.footer-brand .brand-tree{filter:brightness(0) saturate(100%) invert(82%) sepia(24%) saturate(540%) hue-rotate(356deg) brightness(97%) contrast(88%)}body .footer-brand .brand-wordmark strong{color:#f8f2e6!important}body .footer-brand .brand-wordmark b{color:#d9bb7d!important}.footer-brand:hover{opacity:.88}
.footer-credit{display:block;margin-top:14px;color:#b8cbc1;font-size:11px}.footer-credit a{color:#e0c087!important;text-decoration:none;border-bottom:1px solid rgba(224,192,135,.48);padding-bottom:2px}.footer-credit a:hover{color:#f8f2e6!important;border-bottom-color:#f8f2e6}

/* Forms and tables */
.enquiry-body,.portal-body,.admin-profile-page{background:var(--ivory)}
.enquiry-wrap{padding-top:64px}
.lead-form{padding:clamp(28px,4vw,46px)}
.form-progress{color:var(--green-accent);font-size:12px;font-weight:600!important;text-transform:none}
.form-progress i{background:linear-gradient(90deg,var(--green-accent),var(--gold))}
.choice span{border-radius:var(--radius-sm);background:#fff}
.choice input:checked+span{border-color:var(--green-accent);background:var(--green-soft);box-shadow:inset 3px 0 var(--green-accent);color:var(--green-accent)}
.form-note{border-left-color:var(--gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--gold-soft)}
.table-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}
.lead-table th{background:#f0f4f1;color:var(--muted);font-weight:600!important;text-transform:none}
.lead-table td{border-bottom-color:#e7e5df}
.status,.client-status-badge,.insurance-status,.invitation-status{border:1px solid #b7c9be;border-radius:999px!important;background:var(--green-soft);color:var(--green-accent);font-weight:600!important;text-transform:none}

/* Client portal and profiles */
.portal-login-shell{min-height:calc(100vh - 92px);gap:clamp(40px,7vw,90px)}
body .portal-login-copy h1,body .portal-state h1,body .profile-state h1,body .profile-heading h1,body .booking-hero h1,body .booking-success h1{color:var(--ink);font-size:clamp(44px,5vw,68px)!important;font-weight:450!important;line-height:1.04!important}
.portal-login-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--paper);box-shadow:var(--shadow)}
.portal-login-card h2{font-size:36px!important}
.portal-heading{padding-top:54px}
.portal-grid{gap:22px}
.progress-panel,.portal-document-panel,.profile-details-panel,.profile-controls{padding:30px}
.portal-action,.portal-document-row,.document-request-row,.portal-request-row,.portal-access-box,.portal-invite-status{
  border:1px solid var(--line)!important;
  border-radius:var(--radius-sm)!important;
  background:#fff!important;
}
.portal-action:hover,.portal-document-row:hover{border-color:#b7c4bc!important;background:#fafbf9!important}
.request-card.requested,.portal-request-row.request-complete,.document-request-row.request-complete{border-color:#b6cabe!important;background:var(--green-soft)!important;box-shadow:none}
.profile-topbar{background:rgba(255,255,255,.96)}
.profile-shell{padding-top:42px}
.profile-heading{align-items:center}
.profile-status-control select{border-color:#b6c4bc!important}
.profile-action-card,.profile-journey-card,.profile-detail-card{border-radius:var(--radius-sm)!important}
.profile-journey-card{border-color:var(--line)!important;border-left-color:var(--gold)!important;background:linear-gradient(135deg,#fff,#f2f6f3)!important}
.profile-information-item{border-color:var(--line)!important;background:#fff!important}
.profile-information-item.is-editing{border-color:var(--gold)!important;background:linear-gradient(135deg,#fff,#faf5eb)!important}
.delete-action,.insurance-delete-client{border-color:#d4aaa5!important;color:var(--danger)!important}

/* Admin workspace */
.admin-shell{grid-template-columns:260px minmax(0,1fr);background:linear-gradient(135deg,#f7f9f7 0%,#eef3f0 100%)}
.admin-nav{min-height:100vh;padding:30px 22px;border-right:0;background:linear-gradient(165deg,#173127 0%,#214333 62%,#2f5945 100%)!important;color:#fff}
.admin-nav .brand{min-width:0;padding:0 5px}
.admin-nav .brand-tree{width:46px;height:54px;filter:brightness(0) invert(1);opacity:.9}
.admin-nav .brand-wordmark strong,.admin-nav .brand-wordmark b{color:#fff!important}
.admin-nav .brand-wordmark strong{font-size:20px;letter-spacing:7px!important}
.admin-nav .brand-wordmark b{font-size:8px;letter-spacing:3px!important;opacity:.72}
.admin-nav nav{gap:5px;margin-top:38px}
.admin-tab,.admin-coming-soon,.admin-nav nav a{min-height:46px;padding:13px 14px;border:0;border-radius:var(--radius-sm)!important;color:#cbd7d1;background:transparent;font-size:13px;font-weight:500!important}
.admin-tab:hover,.admin-nav nav a:hover{background:rgba(255,255,255,.07);color:#fff}
.admin-tab.active,.admin-nav nav a:first-child{border-left:0!important;background:rgba(255,255,255,.1)!important;color:#fff;box-shadow:inset 3px 0 var(--gold)}
.admin-tab b{border-radius:999px;background:rgba(255,255,255,.1)!important;color:#fff!important}
.admin-signout{border-color:rgba(255,255,255,.18);border-radius:var(--radius-sm);color:#d9e2dd}
.admin-content{padding:clamp(28px,4vw,56px);background:linear-gradient(135deg,#f7f9f7 0%,#eef3f0 100%)}
.dashboard-head{padding:12px 0 30px}
body .dashboard-head h1,body .admin-content h1{color:var(--ink);font-size:clamp(36px,4vw,54px)!important;font-weight:450!important}
.metric-grid{gap:16px;margin:26px 0}
.metric-grid article{padding:24px}
.metric-grid strong{color:var(--green-accent);font-size:34px;font-weight:500!important}
.admin-action{padding:18px;border:1px solid var(--line);background:var(--paper);color:var(--ink)}
.admin-action:hover{border-color:#b8c5bd;background:#fff}
.activity-log{border-color:var(--line)}
.activity-entry summary{border-radius:8px}
.activity-entry summary:hover{background:#f4f6f3}
.activity-marker{border-color:var(--gold)}

/* Calendar */
.calendar-toolbar,.calendar-navigation{gap:10px}
.booking-page-body{background:var(--ivory)}
.booking-hero{background:radial-gradient(circle at 88% 12%,rgba(47,89,69,.09),transparent 30%),var(--soft-gradient);border-bottom-color:var(--line)}
.calendar-navigation button,.callback-slots button{border-color:var(--line);background:#fff;color:var(--green-accent)}
.calendar-navigation button:hover,.callback-slots button:hover,.callback-slots button.selected{border-color:var(--gold);background:var(--green-soft);color:var(--green-accent)}
.callback-slots>p,.booking-consent{background:#f3f6f4;color:var(--muted)}
.callback-calendar{border-color:var(--line);background:var(--paper)}
.calendar-weekdays{background:#f0f4f1;color:var(--muted)}
.calendar-day{border-color:#ddd5cb;background:#fff}
.calendar-day:hover{background:#f7f2ed}
.calendar-day.today{box-shadow:inset 0 0 0 2px var(--gold)}
.calendar-callback{border-radius:8px;background:var(--green-soft);color:var(--green-accent)}
.availability-block-row,.appointment-row,.weekly-day,.stage-manager-row{border-color:var(--line);border-radius:var(--radius-sm);background:#fff}

@media(max-width:1120px){
  .nav-links,.nav-actions{display:none}
  .menu{display:block}
  .nav.open{height:auto;flex-wrap:wrap;padding:12px 0 20px}
  .nav.open .nav-links{display:grid;width:100%;order:3;gap:0;padding:12px 0}
  .nav.open .nav-links a{padding:12px 0}
  .nav.open .nav-links a:after{display:none}
  .hero-wow-main{grid-template-columns:minmax(0,1fr) 390px;gap:40px}
  body .hero-wow h1{font-size:clamp(58px,6.5vw,80px)!important}
}

@media(max-width:960px){
  .admin-shell{grid-template-columns:1fr}
  .admin-page .admin-nav{display:none}
  .card-grid,.metric-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .portal-login-shell{grid-template-columns:1fr}
  .hero-wow-shell{padding-top:42px}
  .hero-wow-main{grid-template-columns:1fr;gap:46px}
  .hero-wow-copy{max-width:760px}
  .hero-lead-band{max-width:720px;padding:36px 0 0;border-top:1px solid rgba(47,89,69,.18);border-left:0}
  .hero-wow-tree{top:30%;left:68%;width:76vw}
  .about-hero-grid{grid-template-columns:1fr;gap:48px;min-height:auto;padding-top:68px;padding-bottom:68px}
  .about-hero-copy{max-width:780px}
  .about-portrait{justify-self:center}
  .about-portrait-frame{width:340px}
  .about-experience-grid,.about-heritage-grid,.about-protection-grid,.about-contact-grid{grid-template-columns:1fr}
  .about-working-photo{margin-left:0}
  .about-contact-copy{position:static;max-width:680px}
}

@media(max-width:700px){
  .wrap{width:calc(100% - 32px)}
  header,.nav{min-height:76px}
  .brand{min-width:0;gap:9px}
  .brand-tree{width:38px;height:48px}
  body .brand-wordmark strong{font-size:17px;letter-spacing:6px!important}
  body .brand-wordmark b{margin-top:5px!important;font-size:7px;letter-spacing:3px!important}
  .hero-wow{min-height:auto}
  .hero-wow-shell{padding-top:34px;padding-bottom:28px}
  .hero-leaf-divider-journey{width:190px;margin-top:30px}
  body .hero-wow h1{font-size:54px!important;line-height:.91!important;letter-spacing:-.05em!important}
  body .hero-wow h1 em{margin-top:8px;letter-spacing:-.045em!important}
  .hero-wow .lead{margin-top:24px;font-size:16px;line-height:1.62}
  .hero-adviser{gap:16px;margin-top:24px;padding-top:20px}
  .hero-adviser-photo{flex-basis:92px;width:92px}
  .hero-adviser-copy>p:not(.hero-adviser-label){font-size:11px}
  .hero-lead-band{padding-top:30px}
  body .hero-lead-heading h2{font-size:34px!important}
  .hero-lead-fields{grid-template-columns:1fr}
  .hero-lead-fields label:nth-child(1),.hero-lead-fields label:nth-child(2),.hero-lead-fields label:nth-child(3),.hero-lead-fields label:nth-child(4),.hero-lead-fields label:nth-child(5){grid-column:1}
  .hero-lead-fields .button{width:100%}
  .hero-lead-meta{align-items:flex-start;flex-direction:column}
  .hero-lead-meta>p{text-align:left}
  .hero-wow-journey{grid-template-columns:1fr;margin-top:14px}
  .hero-wow-journey article{padding:17px 18px}
  .hero-wow-journey article+article{border-top:1px solid rgba(47,89,69,.12);border-left:0}
  .hero-wow-tree{width:118vw;opacity:.035}
  .hero-wow-orbit-one{top:-320px;left:-330px}
  .hero-wow-orbit-two{top:-260px;left:-280px}
  .page-hero{padding:68px 0 52px}
  body .page-hero h1{font-size:44px!important}
  .content,.section{padding:58px 0}
  .card-grid,.metric-grid,.footer-grid,.split{grid-template-columns:1fr}
  .about-hero-grid{gap:38px;padding-top:52px;padding-bottom:54px}
  body .about-hero h1{font-size:50px!important;line-height:.96!important}
  body .about-hero h1 em{font-size:.76em}
  .about-hero-copy .lead{margin-top:24px;font-size:16px;line-height:1.65}
  .about-hero-actions{align-items:flex-start;flex-direction:column;gap:17px;margin-top:27px}
  .about-portrait-frame{width:280px}
  .about-proof-grid{grid-template-columns:1fr}
  .about-proof article{padding:24px 8px}
  .about-proof article+article{border-top:1px solid var(--line);border-left:0}
  .about-experience-grid{gap:46px}
  .about-working-photo{width:min(92%,355px)}
  body .about-experience-copy h2{font-size:40px!important}
  .about-experience-copy>p{font-size:15px}
  .about-heritage{padding:64px 0}
  .about-heritage-grid{gap:34px}
  body .about-heritage h2{font-size:44px!important}
  .about-heritage-copy p{font-size:15px}
  .about-values-grid{grid-template-columns:1fr}
  .about-values-grid article{padding:24px 0}
  .about-values-grid article+article{padding-left:0;border-top:1px solid var(--line);border-left:0}
  .about-protection{padding:62px 0}
  .about-protection-grid{gap:28px}
  body .about-protection h2{font-size:42px!important}
  .about-contact{padding:64px 0}
  .about-contact-grid{gap:42px}
  body .about-contact-copy h2{font-size:44px!important}
  .about-enquiry-panel{padding:26px 20px}
  .cta{padding:32px 26px}
  .profile-heading{align-items:flex-start;flex-direction:column}
  .profile-status-control{width:100%}
}

/* Mobile navigation, contact action and responsive content refinements */
.mobile-call{display:none}

@media(max-width:1120px){
  .nav.open{align-content:start;gap:0;padding:10px 0 14px}
  .nav.open .brand{order:1}
  .nav.open .menu{order:2}
  .nav.open .nav-links{order:3;display:grid;width:100%;gap:0;margin:8px 0 0;padding:6px 0 0;border-top:1px solid var(--line)}
  .nav.open .nav-actions{order:4;display:block;width:100%;margin:0;padding:0}
  .nav.open .nav-links a,
  .nav.open .nav-actions .portal-link{display:block;width:100%;padding:12px 4px;color:var(--muted);font-size:14px;font-weight:500!important;line-height:1.3;text-align:left;white-space:normal}
  .nav.open .nav-actions .portal-link{color:var(--green-accent)}
}

@media(max-width:700px){
  html,body{max-width:100%;overflow-x:hidden}
  .nav.open{padding-bottom:10px}
  .nav.open .nav-links{margin-top:5px}
  .nav.open .nav-links a,
  .nav.open .nav-actions .portal-link{padding:10px 2px;font-size:13px}

  .desktop-whatsapp{display:none!important}
  .mobile-call{position:fixed;right:16px;bottom:18px;z-index:50;display:inline-flex;align-items:center;justify-content:center;min-width:116px;min-height:48px;padding:12px 19px;border:1px solid var(--gold);border-radius:999px;background:linear-gradient(135deg,#244a39,#315e48);color:#fff;font-size:12px;font-weight:650!important;letter-spacing:.04em;box-shadow:0 12px 30px rgba(29,57,45,.22)}
  .mobile-hide-cta{display:none!important}

  .mortgage-hero-grid,.protection-hero-grid{width:calc(100% - 32px);grid-template-columns:minmax(0,1fr)!important;gap:38px;min-width:0;margin-inline:auto;padding-top:44px}
  .mortgage-hero-copy,.protection-hero-copy,.mortgage-enquiry-panel,.protection-hero-panel{width:100%;max-width:100%;min-width:0}
  .mortgage-hero-copy>*,.protection-hero-copy>*{max-width:100%}
  body .mortgage-hero h1,body .protection-hero h1{max-width:100%;font-size:clamp(43px,13vw,51px)!important;overflow-wrap:break-word;text-wrap:wrap}
  .mortgage-hero-copy .lead,.protection-hero-copy>.lead{max-width:100%;font-size:15px;overflow-wrap:anywhere}
  .mortgage-hero-actions,.protection-hero-actions{width:100%}
  .mortgage-hero-actions .button,.protection-hero-actions .button{width:100%;max-width:100%;padding-inline:18px;white-space:normal;text-align:center}
  .mortgage-hero-assurances,.protection-hero-assurances{width:100%;min-width:0}
  .mortgage-hero-assurances span,.protection-hero-assurances span{min-width:0;overflow-wrap:anywhere}

  .about-heritage{isolation:isolate;overflow:hidden}
  .about-heritage-tree{z-index:-1;top:50%;left:50%;width:145vw;max-width:none;opacity:.025;filter:sepia(1) saturate(.7) hue-rotate(344deg) brightness(1.12);transform:translate(-50%,-50%)}
}

/* Privacy notice */
.privacy-page{background:#fbfaf7}
.privacy-hero{position:relative;isolation:isolate;padding:clamp(72px,8vw,118px) 0;background:linear-gradient(125deg,#f7f2e9 0%,#fff 52%,#edf3ef 100%);border-bottom:1px solid var(--line);overflow:hidden}
.privacy-hero-tree{position:absolute;z-index:-1;right:2%;top:-36%;width:min(560px,42vw);opacity:.045;filter:sepia(.5)}
.privacy-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:clamp(55px,9vw,130px);align-items:center}
body .privacy-hero h1{margin:0;color:var(--ink);font-size:clamp(62px,7.4vw,104px)!important;font-weight:500!important;line-height:.93!important;letter-spacing:-.055em!important}
.privacy-hero .lead{max-width:760px;margin:28px 0 0;font-size:18px;line-height:1.7}
.privacy-updated{margin:25px 0 0;color:var(--muted);font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.08em}
.privacy-contact-card{padding:35px;border:1px solid rgba(177,138,76,.48);background:rgba(255,255,255,.8);box-shadow:18px 18px 0 rgba(41,69,52,.045)}
.privacy-contact-card>span{color:var(--gold);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}
body .privacy-contact-card h2{margin:14px 0 16px;font-size:34px!important;font-weight:600!important;letter-spacing:-.035em!important}
.privacy-contact-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.privacy-contact-card>a{display:inline-flex;gap:10px;margin-top:23px;padding-bottom:5px;border-bottom:1px solid var(--gold);color:var(--forest);font-size:12px;font-weight:750}
.privacy-layout{display:grid;grid-template-columns:240px minmax(0,820px);gap:clamp(60px,10vw,150px);justify-content:center;align-items:start;padding-top:78px;padding-bottom:110px}
.privacy-nav{position:sticky;top:118px;display:grid;padding:22px 0;border-top:1px solid var(--gold);border-bottom:1px solid var(--line)}
.privacy-nav p{margin:0 0 14px;color:var(--ink);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}
.privacy-nav a{padding:7px 0;color:var(--muted);font-size:11px;line-height:1.35}
.privacy-nav a:hover{color:var(--forest)}
.privacy-content>section{padding:0 0 66px;margin:0 0 66px;border-bottom:1px solid var(--line);scroll-margin-top:112px}
.privacy-content>section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.privacy-section-number{margin:0 0 13px;color:var(--gold)!important;font-size:10px!important;font-weight:800;letter-spacing:.1em}
body .privacy-content h2{margin:0 0 25px;color:var(--ink);font-size:clamp(38px,4vw,54px)!important;font-weight:550!important;line-height:1.04!important;letter-spacing:-.045em!important}
body .privacy-content h3{margin:35px 0 12px;color:var(--ink);font-size:20px!important;font-weight:700!important;letter-spacing:-.02em!important}
.privacy-content p,.privacy-content li,.privacy-content dd{color:#5f6a65;font-size:14px;line-height:1.82}
.privacy-content p{margin:0 0 18px}.privacy-content p:last-child{margin-bottom:0}
.privacy-content strong{color:var(--ink)}
.privacy-content a{color:var(--forest);font-weight:700;text-decoration:underline;text-decoration-color:rgba(177,138,76,.55);text-underline-offset:3px}
.privacy-content ul{display:grid;gap:11px;margin:22px 0;padding-left:21px}
.privacy-company-details{margin:30px 0;padding:0;border-top:1px solid var(--line)}
.privacy-company-details>div{display:grid;grid-template-columns:180px minmax(0,1fr);gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}
.privacy-company-details dt{color:var(--ink);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.privacy-company-details dd{margin:0}
.privacy-table-wrap{margin:27px 0;overflow-x:auto;border:1px solid var(--line);background:#fff}
.privacy-content table{width:100%;min-width:650px;border-collapse:collapse}
.privacy-content th{padding:15px 17px;background:#edf2ee;color:var(--ink);font-size:10px;text-align:left;text-transform:uppercase;letter-spacing:.075em}
.privacy-content td{width:33.333%;padding:18px 17px;border-top:1px solid var(--line);color:#5f6a65;font-size:12px;line-height:1.65;vertical-align:top}
.privacy-content td+td,.privacy-content th+th{border-left:1px solid var(--line)}
.privacy-content code{font-size:11px;color:var(--forest)}
.privacy-highlight{position:relative;padding:42px!important;margin-left:-42px!important;margin-right:-42px!important;background:linear-gradient(125deg,#edf3ef,#f8f3e9);border:1px solid rgba(177,138,76,.35)!important}
.privacy-highlight:before{content:"Sensitive information";position:absolute;right:28px;top:24px;color:rgba(41,69,52,.16);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}
.privacy-rights-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 34px!important;padding:0!important;list-style:none}
.privacy-rights-list li{padding:15px 0;border-top:1px solid var(--line)}
.privacy-content address{margin:25px 0;padding:25px;border-left:3px solid var(--gold);background:#fff;color:#5f6a65;font-size:13px;font-style:normal;line-height:1.8}
.legal-strip{line-height:1.7}

@media(max-width:900px){
  .privacy-hero-grid{grid-template-columns:1fr}.privacy-contact-card{max-width:620px}
  .privacy-layout{grid-template-columns:1fr;gap:45px;padding-top:52px}
  .privacy-nav{position:static;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}
  .privacy-nav p{grid-column:1/-1}
}
@media(max-width:600px){
  .privacy-hero{padding:55px 0}.privacy-hero-tree{width:90vw;right:-20%;top:-10%}
  body .privacy-hero h1{font-size:58px!important}.privacy-hero .lead{font-size:16px}
  .privacy-contact-card{padding:26px 21px}.privacy-layout{width:calc(100% - 30px);padding-bottom:70px}
  .privacy-nav{grid-template-columns:1fr}
  .privacy-content>section{padding-bottom:45px;margin-bottom:45px}
  body .privacy-content h2{font-size:38px!important}
  .privacy-company-details>div{grid-template-columns:1fr;gap:5px}
  .privacy-highlight{padding:28px 20px!important;margin-left:0!important;margin-right:0!important}
  .privacy-highlight:before{display:none}.privacy-rights-list{grid-template-columns:1fr}
}

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

/* Life insurance - standalone protection journey */
.protection-page{overflow:hidden;background:var(--paper)}
.protection-hero{position:relative;isolation:isolate;min-height:700px;background:linear-gradient(122deg,#fff 0%,#fbfcfb 54%,#eef4f0 100%);border-bottom:1px solid var(--line)}
.protection-hero:after{content:"";position:absolute;inset:auto -12% -37% 32%;z-index:-2;height:68%;border:1px solid rgba(184,147,88,.22);border-radius:50% 50% 0 0;transform:rotate(-7deg)}
.protection-hero-tree{position:absolute;z-index:-2;left:-5%;bottom:-36%;width:min(790px,58vw);opacity:.028;filter:grayscale(1)}
.protection-hero-orbit{position:absolute;z-index:-2;top:-470px;right:-230px;width:880px;height:880px;border:1px solid rgba(47,89,69,.1);border-radius:50%}
.protection-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);gap:clamp(60px,8vw,125px);align-items:center;min-height:700px;padding-top:76px;padding-bottom:76px}
.protection-hero-copy{max-width:720px}
.protection-hero-copy>.eyebrow,.protection-hero-panel>.eyebrow{color:var(--gold);font-size:13px!important;font-weight:700!important}
body .protection-hero h1{max-width:710px;margin:20px 0 0;font-size:clamp(58px,6.4vw,96px)!important;line-height:.93!important;font-weight:500!important;letter-spacing:-.055em!important}
.protection-hero-copy>.lead{max-width:650px;margin:30px 0 0;font-size:18px;line-height:1.7}
.protection-hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}
.protection-text-link{display:inline-flex;align-items:center;gap:10px;color:var(--forest);font-size:14px;font-weight:650;text-decoration:none;border-bottom:1px solid rgba(47,89,69,.35);padding:8px 0 6px}
.protection-text-link:hover{color:var(--gold);border-color:var(--gold)}
.protection-hero-assurances{display:flex;gap:0;flex-wrap:wrap;margin-top:42px;padding-top:22px;border-top:1px solid var(--line)}
.protection-hero-assurances span{position:relative;padding:0 19px 0 20px;color:var(--muted);font-size:11px;font-weight:650}
.protection-hero-assurances span:first-child{padding-left:20px}
.protection-hero-assurances span:before{content:"";position:absolute;left:0;top:5px;width:7px;height:7px;border:1px solid var(--gold);border-radius:50%}
.protection-hero-panel{position:relative;background:rgba(255,255,255,.86);border:1px solid rgba(47,89,69,.15);border-top:3px solid var(--gold);padding:42px 40px;box-shadow:0 30px 80px rgba(25,52,41,.1);backdrop-filter:blur(12px)}
.protection-hero-panel:after{content:"";position:absolute;right:-13px;bottom:-13px;z-index:-1;width:72%;height:55%;background:rgba(47,89,69,.055)}
body .protection-hero-panel h2{margin:10px 0 13px;font-size:42px!important;line-height:1.05!important}
.protection-hero-panel>p:not(.eyebrow):not(.protection-panel-note){font-size:14px;line-height:1.65}
.protection-hero-panel ol{margin:27px 0 29px;padding:0;list-style:none;border-top:1px solid var(--line)}
.protection-hero-panel li{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}
.protection-hero-panel li>b{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(184,147,88,.68);border-radius:50%;color:var(--forest);font-size:10px}
.protection-hero-panel li span{display:grid;gap:4px}
.protection-hero-panel li strong{font-size:14px;font-weight:650}
.protection-hero-panel li small{color:var(--muted);font-size:11px}
.protection-panel-button{width:100%;justify-content:center}
.protection-panel-note{margin:14px 0 0;color:var(--muted);font-size:10px;line-height:1.5;text-align:center}

.protection-intro{padding:88px 0;background:var(--paper)}
.protection-intro-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(70px,11vw,160px);align-items:start}
body .protection-intro h2{max-width:520px;margin:15px 0 0;font-size:clamp(48px,5vw,68px)!important;line-height:1!important;letter-spacing:-.045em!important}
.protection-intro-copy{padding-top:5px;border-top:1px solid var(--gold)}
.protection-intro-copy p{margin:23px 0 0;font-size:17px;line-height:1.8}

.protection-needs{background:#f7f9f7}
.protection-section-heading{max-width:800px}
.protection-section-heading>p:last-child{max-width:680px;margin-top:18px;font-size:16px;line-height:1.7}
.protection-needs-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:55px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.protection-needs-grid article{padding:34px 28px 36px 0}
.protection-needs-grid article+article{padding-left:28px;border-left:1px solid var(--line)}
.protection-needs-grid span{color:var(--gold);font-size:11px;font-weight:750}
body .protection-needs-grid h3{margin:38px 0 12px;font-size:22px!important;font-weight:600!important}
.protection-needs-grid p{margin:0;font-size:13px;line-height:1.65}

.protection-cover{position:relative;padding:105px 0;background:linear-gradient(138deg,#1d3b2f 0%,#294d3d 64%,#315945 100%);overflow:hidden}
.protection-cover:after{content:"";position:absolute;right:-180px;top:-320px;width:720px;height:720px;border:1px solid rgba(206,172,116,.22);border-radius:50%}
.protection-cover-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1fr);gap:clamp(70px,10vw,155px)}
.protection-cover-copy{position:sticky;top:130px;align-self:start}
.protection-cover .eyebrow{color:#d8b777}
body .protection-cover h2{max-width:520px;margin:18px 0 22px;color:#fff;font-size:clamp(48px,5vw,68px)!important;line-height:1!important;letter-spacing:-.045em!important}
.protection-cover-copy>p:not(.eyebrow){max-width:490px;color:rgba(255,255,255,.69);font-size:15px;line-height:1.75}
.protection-text-link-light{margin-top:22px;color:#fff;border-color:rgba(255,255,255,.35)}
.protection-cover-list{border-top:1px solid rgba(255,255,255,.18)}
.protection-cover-list article{position:relative;padding:32px 0 35px 164px;border-bottom:1px solid rgba(255,255,255,.18)}
.protection-cover-list article>span{position:absolute;left:0;top:38px;color:#d8b777;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em!important}
body .protection-cover-list h3{margin:0 0 10px;color:#fff;font-size:27px!important;font-weight:500!important}
.protection-cover-list p{margin:0;color:rgba(255,255,255,.67);font-size:13px;line-height:1.7}

.protection-process{background:#fff}
.protection-process-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:55px;border-top:1px solid var(--line)}
.protection-process-track article{padding:30px 30px 10px 0}
.protection-process-track article+article{padding-left:30px;border-left:1px solid var(--line)}
.protection-process-track b{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;color:var(--forest);font-size:10px}
body .protection-process-track h3{margin:42px 0 12px;font-size:21px!important;font-weight:600!important}
.protection-process-track p{margin:0;font-size:13px;line-height:1.7}

.protection-honesty{padding:88px 0;background:linear-gradient(122deg,#f2f6f3,#faf7f1)}
.protection-honesty-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:clamp(70px,11vw,160px)}
body .protection-honesty h2{max-width:560px;margin:17px 0 0;font-size:clamp(45px,4.4vw,62px)!important;line-height:1.03!important;letter-spacing:-.04em!important}
.protection-honesty-grid>div:last-child{padding:2px 0 2px 30px;border-left:2px solid var(--gold)}
.protection-honesty-grid>div:last-child p{margin:0;font-size:15px;line-height:1.78}
.protection-honesty-grid>div:last-child p+p{margin-top:18px}

.protection-faq{background:#fff}
.protection-faq-grid{display:grid;grid-template-columns:minmax(300px,.68fr) minmax(0,1fr);gap:clamp(65px,10vw,150px)}
.protection-faq-heading{position:sticky;top:130px;align-self:start}
body .protection-faq-heading h2{max-width:500px;margin:18px 0 30px;font-size:clamp(46px,4.8vw,64px)!important;line-height:1!important;letter-spacing:-.04em!important}
.protection-faq-list{border-top:1px solid var(--line)}
.protection-faq-list details{border-bottom:1px solid var(--line)}
.protection-faq-list summary{position:relative;padding:26px 48px 26px 0;color:var(--ink);font-size:16px;font-weight:650;cursor:pointer;list-style:none}
.protection-faq-list summary::-webkit-details-marker{display:none}
.protection-faq-list summary:after{content:"+";position:absolute;right:4px;top:21px;color:var(--gold);font-size:24px;font-weight:300}
.protection-faq-list details[open] summary:after{content:"−"}
.protection-faq-list details p{max-width:700px;margin:-3px 50px 25px 0;font-size:13px;line-height:1.75}
.protection-faq-list details a{color:var(--forest);font-weight:650}

.protection-final{position:relative;isolation:isolate;padding:78px 0;background:linear-gradient(135deg,#254837,#315b46);overflow:hidden}
.protection-final-tree{position:absolute;z-index:-1;right:3%;top:-95%;width:500px;opacity:.07;filter:brightness(0) invert(1)}
.protection-final-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:center}
.protection-final .eyebrow{color:#d8b777}
body .protection-final h2{margin:13px 0 15px;color:#fff;font-size:clamp(45px,4.5vw,62px)!important;line-height:1!important;letter-spacing:-.04em!important}
.protection-final-grid>div:first-child>p:last-child{max-width:690px;margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.7}
.protection-final-action{display:grid;justify-items:start;gap:16px}
.protection-final-action>span{color:rgba(255,255,255,.62);font-size:11px}
.protection-final-action>span a{color:#fff;font-weight:650}
.protection-disclaimer{padding:25px 0;background:#edf2ee;border-bottom:1px solid var(--line)}
.protection-disclaimer p{max-width:1100px;margin:0;font-size:10px;line-height:1.65}
.protection-disclaimer strong{color:var(--ink)}
.questionnaire-privacy-note{display:grid;gap:7px;margin:0 0 24px;padding:18px 19px;background:var(--forest-soft);border:1px solid rgba(47,89,69,.18);border-left:3px solid var(--forest);color:var(--ink);line-height:1.55}
.questionnaire-privacy-note strong{font-size:12px;font-weight:700}
.questionnaire-privacy-note span{color:var(--muted);font-size:12px}
.questionnaire-declaration p{margin:0}
.questionnaire-declaration+.consent{margin-bottom:14px}
.insurance-questionnaire-page .consent a{color:var(--forest);font-weight:650}
.insurance-questionnaire-page .form-progress i{width:20%}

@media(max-width:1050px){
  .protection-hero-grid{grid-template-columns:1fr;gap:48px;padding-top:66px;padding-bottom:74px}
  .protection-hero-copy{max-width:820px}
  .protection-hero-panel{max-width:720px}
  .protection-needs-grid,.protection-process-track{grid-template-columns:repeat(2,minmax(0,1fr))}
  .protection-needs-grid article:nth-child(3),.protection-needs-grid article:nth-child(4),.protection-process-track article:nth-child(3),.protection-process-track article:nth-child(4){border-top:1px solid var(--line)}
  .protection-needs-grid article:nth-child(3),.protection-process-track article:nth-child(3){padding-left:0;border-left:0}
  .protection-cover-grid,.protection-faq-grid{grid-template-columns:1fr}
  .protection-cover-copy,.protection-faq-heading{position:static;max-width:720px}
  .protection-final-grid{grid-template-columns:1fr}
}

@media(max-width:700px){
  .protection-hero{min-height:0}
  .protection-hero-grid{min-height:0;gap:39px;padding-top:48px;padding-bottom:56px}
  body .protection-hero h1{font-size:50px!important;line-height:.95!important}
  .protection-hero-copy>.lead{margin-top:24px;font-size:16px}
  .protection-hero-actions{align-items:flex-start;flex-direction:column;gap:13px;margin-top:28px}
  .protection-hero-assurances{display:grid;gap:12px;margin-top:30px}
  .protection-hero-assurances span{padding-left:20px}
  .protection-hero-panel{padding:31px 22px}
  body .protection-hero-panel h2{font-size:35px!important}
  .protection-intro{padding:62px 0}
  .protection-intro-grid,.protection-honesty-grid{grid-template-columns:1fr;gap:34px}
  body .protection-intro h2,body .protection-honesty h2,body .protection-faq-heading h2{font-size:42px!important}
  .protection-intro-copy p{font-size:15px}
  .protection-needs-grid,.protection-process-track{grid-template-columns:1fr;margin-top:38px}
  .protection-needs-grid article,.protection-needs-grid article+article,.protection-process-track article,.protection-process-track article+article{padding:25px 0;border-top:1px solid var(--line);border-left:0}
  .protection-needs-grid article:first-child,.protection-process-track article:first-child{border-top:0}
  body .protection-needs-grid h3,body .protection-process-track h3{margin-top:22px}
  .protection-cover{padding:65px 0}
  .protection-cover-grid{gap:48px}
  body .protection-cover h2{font-size:43px!important}
  .protection-cover-list article{padding:26px 0}
  .protection-cover-list article>span{position:static;display:block;margin-bottom:17px}
  body .protection-cover-list h3{font-size:24px!important}
  .protection-honesty{padding:62px 0}
  .protection-honesty-grid>div:last-child{padding-left:20px}
  .protection-faq-grid{gap:45px}
  .protection-final{padding:61px 0}
  body .protection-final h2{font-size:42px!important}
  .protection-final-action .button{width:100%;justify-content:center;text-align:center}
}

/* Estate-agent partnership page */
.agent-page{background:#fff}
.agent-hero{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 86% 28%,rgba(47,89,69,.13),transparent 31%),linear-gradient(133deg,#fff 0%,#fafbf9 56%,#edf3ef 100%);border-bottom:1px solid var(--line)}
.agent-hero:after{content:"";position:absolute;z-index:-1;right:-20vw;bottom:-48vw;width:78vw;aspect-ratio:1;border:1px solid rgba(184,147,88,.25);border-radius:50%;box-shadow:0 0 0 100px rgba(184,147,88,.035),0 0 0 200px rgba(47,89,69,.026)}
.agent-hero-tree{position:absolute;z-index:-1;left:-10%;bottom:-42%;width:min(52vw,720px);opacity:.025;filter:grayscale(1)}
.agent-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.66fr);gap:clamp(60px,8vw,118px);align-items:center;min-height:720px;padding-top:76px;padding-bottom:76px}
.agent-hero-copy .eyebrow{margin:0 0 21px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .agent-hero h1{max-width:800px;margin:0;color:var(--ink);font-size:clamp(57px,5.75vw,86px)!important;font-weight:430!important;line-height:.95!important;letter-spacing:-.055em!important;text-wrap:balance}
body .agent-hero h1 em{display:block;margin-top:10px;background:linear-gradient(105deg,#244937 8%,#3d6953 66%,#9a7b49 112%);background-clip:text;-webkit-background-clip:text;color:transparent;font-family:var(--font-ui)!important;font-size:.74em;font-weight:490!important;font-style:normal;line-height:1.02!important;letter-spacing:-.05em!important}
.agent-hero-copy .lead{max-width:750px;margin:30px 0 0;color:var(--muted);font-size:18px;line-height:1.72}
.agent-hero-actions{display:flex;align-items:center;gap:23px;margin-top:33px}
.agent-email-link{display:inline-flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--gold);color:var(--forest);font-size:13px;font-weight:650!important}
.agent-email-link:hover{color:var(--ink)}
.agent-hero-assurances{display:flex;flex-wrap:wrap;gap:11px 24px;margin-top:35px}
.agent-hero-assurances span{position:relative;padding-left:19px;color:var(--muted);font-size:11px;font-weight:600!important}
.agent-hero-assurances span:before{content:"";position:absolute;left:0;top:5px;width:7px;height:7px;border:1px solid var(--gold);border-radius:50%;background:#fff}
.agent-intro-visual{position:relative;padding:0 0 62px 48px}
.agent-photo{position:relative;margin:0;aspect-ratio:.82;overflow:hidden;border:1px solid rgba(184,147,88,.5);background:#edf2ee;box-shadow:24px 26px 0 rgba(47,89,69,.055)}
.agent-photo:after{content:"";position:absolute;inset:0;border:11px solid rgba(255,255,255,.72);pointer-events:none}
.agent-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.agent-contact-note{position:absolute;left:0;right:46px;bottom:0;padding:23px 26px;background:rgba(255,255,255,.96);border-left:3px solid var(--gold);box-shadow:var(--shadow)}
.agent-contact-note>span{display:block;color:var(--gold);font-size:9px;font-weight:800!important;text-transform:uppercase;letter-spacing:.11em!important}
.agent-contact-note>strong{display:block;margin-top:6px;color:var(--ink);font-size:24px;font-weight:600!important}
.agent-contact-note p{margin:3px 0 8px;color:var(--muted);font-size:11px}
.agent-contact-note a{color:var(--forest);font-size:10px;font-weight:650!important}

.agent-promise{padding:27px 0;background:var(--forest-dark);border-bottom:1px solid rgba(255,255,255,.1)}
.agent-promise-grid{display:grid;grid-template-columns:auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);gap:16px 24px;align-items:center}
.agent-promise p{margin:0;color:#d3b374;font-size:9px;font-weight:800!important;text-transform:uppercase;letter-spacing:.1em!important;white-space:nowrap}
.agent-promise strong{color:rgba(255,255,255,.86);font-size:12px;font-weight:500!important;line-height:1.5}

.agent-benefits{padding:104px 0;background:#fff}
.agent-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);gap:clamp(60px,10vw,150px);align-items:end}
.agent-section-heading .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .agent-section-heading h2{max-width:760px;margin:0;font-size:clamp(48px,5vw,68px)!important;font-weight:450!important;line-height:1!important;letter-spacing:-.045em!important}
.agent-section-heading>p{margin:0 0 3px;color:var(--muted);font-size:15px;line-height:1.75}
.agent-benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:66px;border-top:1px solid var(--line)}
.agent-benefits-grid article{padding:30px 29px 6px 0}
.agent-benefits-grid article+article{padding-left:29px;border-left:1px solid var(--line)}
.agent-benefits-grid span{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--gold);border-radius:50%;color:var(--forest);font-size:10px;font-weight:750!important}
body .agent-benefits-grid h3{margin:38px 0 13px;font-size:21px!important;font-weight:650!important;letter-spacing:-.025em!important}
.agent-benefits-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.75}

.agent-process{padding:100px 0;background:linear-gradient(135deg,#f7f9f7,#edf3ef);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.agent-process-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1fr);gap:clamp(70px,11vw,160px);align-items:start}
.agent-process-heading{position:sticky;top:136px}
.agent-process-heading .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .agent-process-heading h2{max-width:540px;margin:0;font-size:clamp(46px,4.8vw,64px)!important;font-weight:460!important;line-height:1.02!important;letter-spacing:-.045em!important}
.agent-process-heading>p:not(.eyebrow){max-width:520px;margin:25px 0 0;color:var(--muted);font-size:15px;line-height:1.75}
.agent-process-list{margin:0;padding:0;list-style:none;border-top:1px solid rgba(47,89,69,.18)}
.agent-process-list li{display:grid;grid-template-columns:62px minmax(0,1fr);gap:25px;padding:28px 0;border-bottom:1px solid rgba(47,89,69,.18)}
.agent-process-list li>span{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--gold);border-radius:50%;color:var(--forest);font-size:10px;font-weight:750!important}
body .agent-process-list h3{margin:3px 0 9px;font-size:24px!important;font-weight:620!important;letter-spacing:-.025em!important}
.agent-process-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}

.agent-clients{padding:105px 0;background:#fff}
.agent-clients-grid{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1fr);gap:clamp(70px,11vw,160px);align-items:start}
.agent-clients-grid>div:first-child{padding-top:12px}
.agent-clients .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .agent-clients h2{max-width:560px;margin:0;font-size:clamp(46px,4.7vw,64px)!important;font-weight:460!important;line-height:1.02!important;letter-spacing:-.045em!important}
.agent-clients-grid>div:first-child>p:not(.eyebrow){max-width:540px;margin:25px 0 28px;color:var(--muted);font-size:15px;line-height:1.75}
.agent-client-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.agent-client-list article{min-height:190px;padding:29px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(140deg,#fff,#fafbf9)}
.agent-client-list strong{display:block;color:var(--ink);font-size:18px;font-weight:650!important}
.agent-client-list p{margin:15px 0 0;color:var(--muted);font-size:12px;line-height:1.7}

.agent-standards{position:relative;isolation:isolate;padding:90px 0;background:var(--forest-dark);overflow:hidden}
.agent-standards-tree{position:absolute;z-index:-1;right:1%;top:-70%;width:540px;opacity:.055;filter:brightness(0) invert(1)}
.agent-standards-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(70px,12vw,170px)}
.agent-standards .eyebrow{margin:0 0 18px;color:#d3b374;font-size:12px;font-weight:650!important}
body .agent-standards h2{max-width:550px;margin:0;color:#fff;font-size:clamp(48px,5vw,66px)!important;font-weight:450!important;line-height:1!important;letter-spacing:-.045em!important}
.agent-standards-grid>div:last-child{padding-left:28px;border-left:2px solid var(--gold)}
.agent-standards-grid>div:last-child p{margin:0;color:rgba(255,255,255,.68);font-size:14px;line-height:1.8}
.agent-standards-grid>div:last-child p+p{margin-top:17px}

.agent-faq{padding:100px 0;background:#fff}
.agent-faq-grid{display:grid;grid-template-columns:minmax(300px,.65fr) minmax(0,1fr);gap:clamp(70px,10vw,150px)}
.agent-faq-heading{position:sticky;top:136px;align-self:start}
.agent-faq-heading .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .agent-faq-heading h2{max-width:500px;margin:0;font-size:clamp(46px,4.7vw,63px)!important;font-weight:460!important;line-height:1.02!important;letter-spacing:-.045em!important}
.agent-faq-list{border-top:1px solid var(--line)}
.agent-faq-list details{border-bottom:1px solid var(--line)}
.agent-faq-list summary{position:relative;padding:25px 48px 25px 0;color:var(--ink);font-size:15px;font-weight:650!important;cursor:pointer;list-style:none}
.agent-faq-list summary::-webkit-details-marker{display:none}
.agent-faq-list summary:after{content:"+";position:absolute;right:4px;top:20px;color:var(--gold);font-size:23px;font-weight:300}
.agent-faq-list details[open] summary:after{content:"−"}
.agent-faq-list details p{max-width:700px;margin:-2px 50px 24px 0;color:var(--muted);font-size:12px;line-height:1.75}

.agent-final{padding:82px 0;background:linear-gradient(118deg,#eef3ef 0%,#fff 58%,#faf5eb 100%);border-top:1px solid var(--line)}
.agent-final-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:70px;align-items:center}
.agent-final .eyebrow{margin:0 0 15px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .agent-final h2{max-width:850px;margin:0;font-size:clamp(45px,4.8vw,64px)!important;font-weight:460!important;line-height:1!important;letter-spacing:-.045em!important}
.agent-final-grid>div:first-child>p:last-child{max-width:720px;margin:22px 0 0;color:var(--muted);font-size:14px;line-height:1.72}
.agent-final-actions{display:grid;grid-template-columns:repeat(2,auto);gap:12px;align-items:center}
.agent-email-button{background:var(--forest);color:#fff}
.agent-email-button:hover{background:var(--forest-dark)}
.agent-final-actions small{grid-column:1/-1;color:var(--muted);font-size:10px;text-align:center}

@media(max-width:1080px){
  .agent-hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:68px;padding-bottom:72px}
  .agent-hero-copy{max-width:850px}.agent-intro-visual{max-width:610px}
  .agent-promise-grid{grid-template-columns:auto minmax(0,1fr)}
  .agent-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .agent-benefits-grid article:nth-child(3),.agent-benefits-grid article:nth-child(4){border-top:1px solid var(--line)}
  .agent-benefits-grid article:nth-child(3){padding-left:0;border-left:0}
  .agent-process-grid,.agent-clients-grid,.agent-standards-grid,.agent-faq-grid{grid-template-columns:1fr}
  .agent-process-heading,.agent-faq-heading{position:static;max-width:720px}
  .agent-final-grid{grid-template-columns:1fr}.agent-final-actions{justify-self:start}
}
@media(max-width:700px){
  .agent-hero-grid{gap:42px;padding-top:51px;padding-bottom:56px}
  body .agent-hero h1{font-size:49px!important;line-height:.96!important}.agent-hero-copy .lead{font-size:16px}
  .agent-hero-actions{align-items:flex-start;flex-direction:column;gap:15px;margin-top:28px}
  .agent-hero-assurances{display:grid;gap:11px;margin-top:29px}
  .agent-intro-visual{padding:0 0 55px 18px}.agent-contact-note{right:14px;padding:20px}
  .agent-promise-grid{grid-template-columns:1fr;gap:8px}.agent-promise strong{margin-bottom:10px}
  .agent-benefits,.agent-clients,.agent-faq{padding:67px 0}.agent-process{padding:67px 0}.agent-standards{padding:64px 0}.agent-final{padding:64px 0}
  .agent-section-heading{grid-template-columns:1fr;gap:26px}
  body .agent-section-heading h2,body .agent-process-heading h2,body .agent-clients h2,body .agent-standards h2,body .agent-faq-heading h2,body .agent-final h2{font-size:42px!important}
  .agent-benefits-grid{grid-template-columns:1fr;margin-top:39px}
  .agent-benefits-grid article,.agent-benefits-grid article+article{padding:25px 0;border-top:1px solid var(--line);border-left:0}
  .agent-benefits-grid article:first-child{border-top:0}.agent-benefits-grid h3{margin-top:23px!important}
  .agent-process-grid,.agent-clients-grid,.agent-standards-grid,.agent-faq-grid{gap:45px}
  .agent-process-list li{grid-template-columns:48px minmax(0,1fr);gap:17px}.agent-process-list li>span{width:42px;height:42px}
  .agent-client-list{grid-template-columns:1fr}.agent-client-list article{min-height:0}
  .agent-standards-grid>div:last-child{padding-left:20px}
  .agent-final-actions{grid-template-columns:1fr;width:100%}.agent-final-actions .button{width:100%}.agent-final-actions small{grid-column:auto}
}

/* Complete mortgage advice page */
.mortgage-page{background:#fff}
.mortgage-hero{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 83% 19%,rgba(47,89,69,.13),transparent 30%),linear-gradient(132deg,#fff 0%,#fafbf9 54%,#edf3ef 100%);border-bottom:1px solid var(--line)}
.mortgage-hero:after{content:"";position:absolute;z-index:-1;left:-22vw;bottom:-64vw;width:86vw;aspect-ratio:1;border:1px solid rgba(184,147,88,.23);border-radius:50%;box-shadow:0 0 0 105px rgba(184,147,88,.03),0 0 0 210px rgba(47,89,69,.022)}
.mortgage-hero-tree{position:absolute;z-index:-1;left:24%;bottom:-35%;width:min(52vw,720px);opacity:.022;filter:grayscale(1)}
.mortgage-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.72fr);gap:clamp(58px,7vw,100px);align-items:start;min-height:790px;padding-top:56px;padding-bottom:72px}
.mortgage-hero-copy .eyebrow{margin:0 0 21px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .mortgage-hero h1{max-width:780px;margin:0;color:var(--ink);font-size:clamp(56px,5.55vw,84px)!important;font-weight:430!important;line-height:.95!important;letter-spacing:-.058em!important;text-wrap:balance}
body .mortgage-hero h1 em{display:block;margin-top:10px;background:linear-gradient(105deg,#244937 8%,#3d6953 66%,#9a7b49 112%);background-clip:text;-webkit-background-clip:text;color:transparent;font-family:var(--font-ui)!important;font-size:.73em;font-weight:490!important;font-style:normal;line-height:1.02!important;letter-spacing:-.05em!important}
.mortgage-hero-copy .lead{max-width:750px;margin:29px 0 0;color:var(--muted);font-size:18px;line-height:1.72}
.mortgage-hero-actions{display:flex;align-items:center;gap:23px;margin-top:33px}
.mortgage-text-link{display:inline-flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--gold);color:var(--forest);font-size:13px;font-weight:650!important}
.mortgage-text-link:hover{color:var(--ink)}
.mortgage-hero-assurances{display:flex;flex-wrap:wrap;gap:11px 23px;margin-top:35px}
.mortgage-hero-assurances span{position:relative;padding-left:19px;color:var(--muted);font-size:11px;font-weight:600!important}
.mortgage-hero-assurances span:before{content:"";position:absolute;left:0;top:5px;width:7px;height:7px;border:1px solid var(--gold);border-radius:50%;background:#fff}
.mortgage-enquiry-panel{padding:clamp(29px,3vw,43px);background:rgba(255,255,255,.88);border:1px solid rgba(184,147,88,.45);box-shadow:20px 22px 0 rgba(47,89,69,.045);backdrop-filter:blur(16px)}
.mortgage-enquiry-heading>span{display:block;color:var(--gold);font-size:9px;font-weight:800!important;text-transform:uppercase;letter-spacing:.11em!important}
body .mortgage-enquiry-heading h2{margin:10px 0 10px;font-size:clamp(34px,3.2vw,45px)!important;font-weight:520!important;line-height:1.02!important;letter-spacing:-.045em!important}
.mortgage-enquiry-heading p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}
.mortgage-lead-form{margin-top:25px}.mortgage-form-wide{grid-column:1/-1}
.mortgage-lead-form .hero-lead-fields{gap:13px}.mortgage-lead-form .hero-lead-fields label>span{font-size:9px}
.mortgage-lead-form .hero-lead-fields input,.mortgage-lead-form .hero-lead-fields select{min-height:48px;padding:12px 13px;font-size:12px}
.mortgage-lead-form .hero-lead-fields button{margin-top:2px}.mortgage-lead-form .hero-lead-meta{margin-top:15px}
.mortgage-lead-form .hero-lead-consent{font-size:10px}.mortgage-enquiry-panel .hero-lead-success{min-height:430px}

.mortgage-market-note{padding:26px 0;background:var(--forest-dark);border-bottom:1px solid rgba(255,255,255,.1)}
.mortgage-market-note-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:28px;align-items:center}
.mortgage-market-note p{margin:0;color:#d3b374;font-size:9px;font-weight:800!important;text-transform:uppercase;letter-spacing:.1em!important;white-space:nowrap}
.mortgage-market-note strong{color:rgba(255,255,255,.82);font-size:12px;font-weight:500!important;line-height:1.55}
.mortgage-market-note a{color:#fff;font-size:11px;font-weight:650!important;white-space:nowrap}

.mortgage-services{padding:105px 0;background:#fff}
.mortgage-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.56fr);gap:clamp(60px,10vw,150px);align-items:end}
.mortgage-section-heading .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .mortgage-section-heading h2{max-width:820px;margin:0;font-size:clamp(48px,5vw,68px)!important;font-weight:450!important;line-height:1!important;letter-spacing:-.047em!important}
.mortgage-section-heading>p{margin:0 0 3px;color:var(--muted);font-size:15px;line-height:1.75}
.mortgage-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:66px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.mortgage-services-grid article{display:flex;flex-direction:column;min-height:330px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(140deg,#fff,#fbfcfb);transition:background .2s ease,transform .2s ease}
.mortgage-services-grid article:hover{background:linear-gradient(140deg,#fafdfb,#f0f5f1);transform:translateY(-2px)}
.mortgage-services-grid article>span{color:var(--gold);font-size:10px;font-weight:800!important;letter-spacing:.08em!important}
body .mortgage-services-grid h3{margin:45px 0 15px;font-size:25px!important;font-weight:620!important;letter-spacing:-.03em!important}
.mortgage-services-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.75}
.mortgage-services-grid a{margin-top:auto;padding-top:30px;color:var(--forest);font-size:11px;font-weight:650!important}

.mortgage-broker-value{padding:100px 0;background:linear-gradient(135deg,#eef3ef,#f9faf8);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.mortgage-broker-value-grid{display:grid;grid-template-columns:minmax(310px,.72fr) minmax(0,1fr);gap:clamp(70px,11vw,160px);align-items:start}
.mortgage-value-copy{position:sticky;top:135px}.mortgage-value-copy .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .mortgage-value-copy h2{max-width:570px;margin:0;font-size:clamp(46px,4.8vw,64px)!important;font-weight:460!important;line-height:1.02!important;letter-spacing:-.045em!important}
.mortgage-value-copy>p:not(.eyebrow){max-width:540px;margin:24px 0 0;color:var(--muted);font-size:14px;line-height:1.77}.mortgage-value-copy .button{margin-top:28px}
.mortgage-value-list{border-top:1px solid rgba(47,89,69,.18)}
.mortgage-value-list article{display:grid;grid-template-columns:58px minmax(0,1fr);gap:24px;padding:29px 0;border-bottom:1px solid rgba(47,89,69,.18)}
.mortgage-value-list b{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--gold);border-radius:50%;color:var(--forest);font-size:10px;font-weight:750!important}
body .mortgage-value-list h3{margin:2px 0 10px;font-size:24px!important;font-weight:620!important;letter-spacing:-.025em!important}.mortgage-value-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.72}

.mortgage-journey{padding:105px 0;background:#fff}
.mortgage-journey-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.5fr);gap:60px;align-items:end}
.mortgage-journey-heading .eyebrow{grid-column:1/-1;margin:0 0 -42px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .mortgage-journey-heading h2{max-width:800px;margin:0;font-size:clamp(48px,5vw,68px)!important;font-weight:450!important;line-height:1!important;letter-spacing:-.047em!important}
.mortgage-journey-heading>p{margin:0 0 4px;color:var(--muted);font-size:14px;line-height:1.75}
.mortgage-journey-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:66px 0 0;padding:0;list-style:none;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.mortgage-journey-track li{display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px;min-height:205px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.mortgage-journey-track li>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;color:var(--forest);font-size:9px;font-weight:800!important}
body .mortgage-journey-track h3{margin:3px 0 10px;font-size:22px!important;font-weight:620!important;letter-spacing:-.025em!important}.mortgage-journey-track p{margin:0;color:var(--muted);font-size:11px;line-height:1.72}

.mortgage-preparation{padding:98px 0;background:var(--forest-dark);overflow:hidden}
.mortgage-preparation-grid{display:grid;grid-template-columns:minmax(0,.76fr) minmax(0,1fr);gap:clamp(70px,11vw,160px);align-items:start}
.mortgage-preparation .eyebrow{margin:0 0 18px;color:#d3b374;font-size:12px;font-weight:650!important}
body .mortgage-preparation h2{max-width:590px;margin:0;color:#fff;font-size:clamp(48px,5vw,66px)!important;font-weight:450!important;line-height:1!important;letter-spacing:-.047em!important}
.mortgage-preparation-grid>div:first-child>p:not(.eyebrow){max-width:560px;margin:25px 0 0;color:rgba(255,255,255,.67);font-size:14px;line-height:1.78}
.mortgage-document-note{display:grid;gap:6px;margin-top:30px;padding:20px;border-left:2px solid var(--gold);background:rgba(255,255,255,.05)}
.mortgage-document-note strong{color:#fff;font-size:12px}.mortgage-document-note span{color:rgba(255,255,255,.64);font-size:11px;line-height:1.6}
.mortgage-document-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.16);border-left:1px solid rgba(255,255,255,.16)}
.mortgage-document-list li{min-height:150px;padding:23px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.mortgage-document-list span{display:block;color:#d3b374;font-size:9px;font-weight:800!important}.mortgage-document-list strong{display:block;margin-top:22px;color:#fff;font-size:15px;font-weight:600!important}.mortgage-document-list small{display:block;margin-top:7px;color:rgba(255,255,255,.58);font-size:10px;line-height:1.55}

.mortgage-products{padding:105px 0;background:#fff}.mortgage-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:65px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.mortgage-product-grid article{min-height:250px;padding:31px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(140deg,#fff,#fafbf9)}
.mortgage-product-grid span{color:var(--gold);font-size:9px;font-weight:800!important;text-transform:uppercase;letter-spacing:.1em!important}
body .mortgage-product-grid h3{max-width:520px;margin:31px 0 14px;font-size:28px!important;font-weight:600!important;line-height:1.1!important;letter-spacing:-.035em!important}.mortgage-product-grid p{max-width:590px;margin:0;color:var(--muted);font-size:12px;line-height:1.72}

.mortgage-chloe{position:relative;isolation:isolate;padding:100px 0;background:linear-gradient(135deg,#eef3ef,#fff 72%);border-top:1px solid var(--line);overflow:hidden}
.mortgage-chloe-tree{position:absolute;z-index:-1;right:-5%;bottom:-75%;width:600px;opacity:.035;filter:grayscale(1)}
.mortgage-chloe-grid{display:grid;grid-template-columns:minmax(320px,.62fr) minmax(0,1fr);gap:clamp(70px,11vw,150px);align-items:center}
.mortgage-chloe figure{position:relative;margin:0;aspect-ratio:1;border-radius:50%;overflow:hidden;border:1px solid var(--gold);box-shadow:20px 22px 0 rgba(47,89,69,.055)}
.mortgage-chloe figure img{position:absolute;top:-106%;left:50%;width:132%;max-width:none;height:auto;transform:translateX(-50%)}
.mortgage-chloe .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .mortgage-chloe h2{max-width:720px;margin:0;font-size:clamp(48px,5vw,68px)!important;font-weight:450!important;line-height:1!important;letter-spacing:-.047em!important}
.mortgage-chloe-grid>div>p:not(.eyebrow){max-width:720px;margin:24px 0 0;color:var(--muted);font-size:14px;line-height:1.78}.mortgage-chloe-actions{display:flex;align-items:center;gap:23px;margin-top:31px}

.mortgage-booking{padding:102px 0;background:#f7f4ed;border-top:1px solid #dfd5c5}
.mortgage-booking-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.52fr);gap:65px;align-items:end;margin-bottom:55px}
.mortgage-booking-heading .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .mortgage-booking-heading h2{max-width:800px;margin:0;font-size:clamp(48px,5vw,68px)!important;font-weight:450!important;line-height:1!important;letter-spacing:-.047em!important}
.mortgage-booking-heading>p{margin:0 0 4px;color:var(--muted);font-size:14px;line-height:1.75}.mortgage-booking-shell{padding:0}.mortgage-callback-form{margin:0}
.mortgage-booking-success{min-height:0;padding:55px!important;background:#fff;border:1px solid rgba(184,147,88,.45)}
body .mortgage-booking-success h2{margin:0 0 18px;font-size:50px!important;font-weight:460!important;letter-spacing:-.04em!important}.mortgage-booking-success>p:not(.eyebrow){margin:0 auto 25px}

.mortgage-faq{padding:105px 0;background:#fff}.mortgage-faq-grid{display:grid;grid-template-columns:minmax(300px,.64fr) minmax(0,1fr);gap:clamp(70px,10vw,150px)}
.mortgage-faq-heading{position:sticky;top:135px;align-self:start}.mortgage-faq-heading .eyebrow{margin:0 0 18px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .mortgage-faq-heading h2{max-width:510px;margin:0;font-size:clamp(46px,4.8vw,64px)!important;font-weight:460!important;line-height:1.02!important;letter-spacing:-.045em!important}.mortgage-faq-heading .button{margin-top:28px}
.mortgage-faq-list{border-top:1px solid var(--line)}.mortgage-faq-list details{border-bottom:1px solid var(--line)}
.mortgage-faq-list summary{position:relative;padding:25px 48px 25px 0;color:var(--ink);font-size:15px;font-weight:650!important;cursor:pointer;list-style:none}.mortgage-faq-list summary::-webkit-details-marker{display:none}.mortgage-faq-list summary:after{content:"+";position:absolute;right:4px;top:20px;color:var(--gold);font-size:23px;font-weight:300}.mortgage-faq-list details[open] summary:after{content:"−"}.mortgage-faq-list details p{max-width:710px;margin:-2px 50px 24px 0;color:var(--muted);font-size:12px;line-height:1.78}

.mortgage-protection-link{padding:88px 0;background:linear-gradient(122deg,#eef3ef,#faf5eb);border-top:1px solid var(--line)}
.mortgage-protection-link-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);gap:clamp(60px,10vw,150px);align-items:center}.mortgage-protection-link .eyebrow{margin:0 0 17px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .mortgage-protection-link h2{max-width:820px;margin:0;font-size:clamp(45px,4.8vw,64px)!important;font-weight:460!important;line-height:1!important;letter-spacing:-.045em!important}.mortgage-protection-link-grid>div:last-child>p{margin:0 0 25px;color:var(--muted);font-size:14px;line-height:1.72}
.mortgage-risk{padding:30px 0 120px;background:#fff}.mortgage-risk strong{display:block;color:var(--ink);font-size:12px}.mortgage-risk p{max-width:920px;margin:8px 0 0;color:var(--muted);font-size:10px;line-height:1.65}


@media(max-width:1100px){
  .mortgage-hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:68px;padding-bottom:72px}.mortgage-hero-copy{max-width:880px}.mortgage-enquiry-panel{max-width:720px}
  .mortgage-services-grid,.mortgage-journey-track{grid-template-columns:repeat(2,minmax(0,1fr))}.mortgage-services-grid article{min-height:300px}
  .mortgage-broker-value-grid,.mortgage-preparation-grid,.mortgage-chloe-grid,.mortgage-faq-grid{grid-template-columns:1fr}.mortgage-value-copy,.mortgage-faq-heading{position:static;max-width:750px}.mortgage-chloe figure{max-width:520px}
}
@media(max-width:720px){
  .mortgage-hero-grid{gap:43px;padding-top:51px;padding-bottom:56px}body .mortgage-hero h1{font-size:49px!important;line-height:.96!important}.mortgage-hero-copy .lead{font-size:16px}.mortgage-hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.mortgage-hero-assurances{display:grid;gap:11px}.mortgage-enquiry-panel{padding:27px 19px}.mortgage-form-wide{grid-column:auto}.mortgage-enquiry-panel .hero-lead-success{min-height:300px}
  .mortgage-market-note-inner{grid-template-columns:1fr;gap:8px}.mortgage-market-note strong{margin-bottom:7px}.mortgage-market-note a{margin-top:5px}
  .mortgage-services,.mortgage-journey,.mortgage-products,.mortgage-faq{padding:67px 0}.mortgage-broker-value,.mortgage-preparation,.mortgage-chloe,.mortgage-booking{padding:67px 0}.mortgage-protection-link{padding:63px 0}
  .mortgage-section-heading,.mortgage-journey-heading,.mortgage-booking-heading,.mortgage-protection-link-grid{grid-template-columns:1fr;gap:26px}.mortgage-journey-heading .eyebrow{grid-column:auto;margin:0 0 -8px}
  body .mortgage-section-heading h2,body .mortgage-value-copy h2,body .mortgage-journey-heading h2,body .mortgage-preparation h2,body .mortgage-chloe h2,body .mortgage-booking-heading h2,body .mortgage-faq-heading h2,body .mortgage-protection-link h2{font-size:42px!important}
  .mortgage-services-grid,.mortgage-journey-track,.mortgage-product-grid{grid-template-columns:1fr;margin-top:40px}.mortgage-services-grid article{min-height:275px}.mortgage-journey-track li{min-height:0;padding:24px 20px}
  .mortgage-broker-value-grid,.mortgage-preparation-grid,.mortgage-chloe-grid,.mortgage-faq-grid{gap:45px}.mortgage-value-list article{grid-template-columns:47px minmax(0,1fr);gap:16px}.mortgage-value-list b{width:42px;height:42px}
  .mortgage-document-list{grid-template-columns:1fr}.mortgage-product-grid article{min-height:0;padding:26px 22px}.mortgage-chloe figure{box-shadow:12px 14px 0 rgba(47,89,69,.055)}.mortgage-chloe-actions{align-items:flex-start;flex-direction:column}
  .mortgage-booking-heading{margin-bottom:35px}.mortgage-booking-success{padding:35px 20px!important}body .mortgage-booking-success h2{font-size:40px!important}
  .mortgage-risk{padding-bottom:42px}
}

/* Legal pages and contact journey */
.legal-risk-note{margin-top:30px;padding:22px 25px;border-left:3px solid var(--gold);background:linear-gradient(120deg,#f8f3e9,#eef3ef);color:var(--ink);font-size:13px;line-height:1.65}
.complaints-hero .privacy-contact-card>a{display:flex;width:max-content;max-width:100%}
.complaints-hero .privacy-contact-card>a+a{margin-top:13px}
.complaints-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:27px 0;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.complaints-contact-grid a{display:flex;min-width:0;flex-direction:column;gap:9px;padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;text-decoration:none!important}
.complaints-contact-grid a:hover{background:var(--forest-soft)}
.complaints-contact-grid span{color:var(--gold);font-size:9px;font-weight:750!important;text-transform:uppercase;letter-spacing:.08em!important}
.complaints-contact-grid strong{overflow-wrap:anywhere;color:var(--ink);font-size:12px;font-weight:600!important}
.complaints-timeline{margin:30px 0 24px!important;padding:0!important;list-style:none}
.complaints-timeline li{display:grid;grid-template-columns:48px minmax(0,1fr);gap:22px;padding:26px 0;border-top:1px solid var(--line)}
.complaints-timeline li:last-child{border-bottom:1px solid var(--line)}
.complaints-timeline li>span{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--gold);border-radius:50%;color:var(--forest);font-size:9px;font-weight:750!important}
body .complaints-timeline h3{margin:0 0 7px!important;font-size:19px!important}
.complaints-timeline p{margin:0!important}

.contact-page{overflow:hidden;background:#fff}
.contact-hero{position:relative;isolation:isolate;padding:clamp(66px,7vw,104px) 0;background:radial-gradient(circle at 87% 12%,rgba(47,89,69,.14),transparent 31%),linear-gradient(135deg,#fff 0%,#f8faf8 55%,#edf3ef 100%);border-bottom:1px solid var(--line);overflow:hidden}
.contact-hero:after{content:"";position:absolute;z-index:-1;left:-19vw;bottom:-40vw;width:72vw;aspect-ratio:1;border:1px solid rgba(184,147,88,.2);border-radius:50%;box-shadow:0 0 0 95px rgba(184,147,88,.03),0 0 0 190px rgba(47,89,69,.02)}
.contact-hero-tree{position:absolute;z-index:-1;left:16%;bottom:-26%;width:min(560px,40vw);opacity:.035;filter:grayscale(1)}
.contact-hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);gap:clamp(55px,8vw,115px);align-items:start}
.contact-intro{padding-top:20px}
.contact-intro>.eyebrow{margin:0 0 21px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .contact-intro h1{max-width:680px;margin:0;font-size:clamp(56px,5.8vw,82px)!important;font-weight:440!important;line-height:.96!important;letter-spacing:-.055em!important}
.contact-intro>.lead{max-width:620px;margin:28px 0 0;color:var(--muted);font-size:17px;line-height:1.72}
.contact-methods{display:grid;margin-top:42px;border-top:1px solid rgba(47,89,69,.18)}
.contact-methods a{display:grid;grid-template-columns:82px minmax(0,1fr) 18px;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid rgba(47,89,69,.18)}
.contact-methods a:hover strong{color:var(--gold)}
.contact-methods span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em!important}
.contact-methods strong{min-width:0;overflow-wrap:anywhere;color:var(--ink);font-size:13px;font-weight:600!important;transition:color .2s ease}
.contact-methods b{color:var(--gold);font-size:14px}
.contact-small-print{max-width:580px;margin:24px 0 0!important;color:var(--muted);font-size:10px;line-height:1.65}
.contact-small-print a{color:var(--forest);font-weight:650!important;text-decoration:underline;text-underline-offset:3px}
.contact-enquiry-card{padding:clamp(28px,3.4vw,45px);border:1px solid rgba(184,147,88,.48);background:rgba(255,255,255,.88);box-shadow:22px 24px 0 rgba(47,89,69,.045);backdrop-filter:blur(18px)}
.contact-card-heading>span{display:block;color:var(--gold);font-size:9px;font-weight:800!important;text-transform:uppercase;letter-spacing:.1em!important}
body .contact-card-heading h2{margin:11px 0 10px;font-size:clamp(34px,3.2vw,46px)!important;font-weight:520!important;line-height:1.02!important;letter-spacing:-.04em!important}
.contact-card-heading p{max-width:520px;margin:0;color:var(--muted);font-size:11px;line-height:1.6}
.contact-lead-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}
.contact-lead-form>label:not(.contact-form-consent):not(.booking-honeypot){display:flex;min-width:0;flex-direction:column;gap:7px;color:var(--muted);font-size:10px;font-weight:600!important}
.contact-lead-form label>span{color:var(--gold)}
.contact-lead-form input,.contact-lead-form select{width:100%;height:48px;padding:0 13px;font-size:12px}
.contact-lead-form textarea{width:100%;min-height:92px;padding:13px;resize:vertical;font-size:12px;line-height:1.5}
.contact-form-wide{grid-column:1/-1}
.contact-form-consent{display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-size:10px;line-height:1.55}
.contact-form-consent input{flex:0 0 auto;width:15px;height:15px;margin:1px 0 0;accent-color:var(--forest)}
.contact-form-consent span{color:var(--muted)!important}.contact-form-consent a{color:var(--forest);font-weight:650!important;text-decoration:underline;text-underline-offset:2px}
.contact-lead-form .button{width:100%}.contact-form-status{min-height:14px;margin:0;color:var(--danger);font-size:10px}
.contact-lead-success{min-height:460px}.contact-lead-success strong{font-size:18px!important}
.contact-callback-section{padding:clamp(75px,8vw,110px) 0;background:#f7f4ed;border-bottom:1px solid #dfd5c5}
.contact-callback-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.5fr);gap:65px;align-items:end;margin-bottom:50px}
.contact-callback-heading .eyebrow{margin:0 0 17px;color:var(--green-accent);font-size:12px;font-weight:650!important}
body .contact-callback-heading h2{max-width:780px;margin:0;font-size:clamp(48px,5vw,68px)!important;font-weight:450!important;line-height:1!important;letter-spacing:-.047em!important}
.contact-callback-heading>p{max-width:510px;margin:0 0 4px;color:var(--muted);font-size:14px;line-height:1.75}
.contact-booking-shell{padding-top:0;padding-bottom:0}
.contact-booking-success{min-height:0;padding:55px!important;border:1px solid rgba(184,147,88,.45);background:#fff}
body .contact-booking-success h2{margin:0 0 18px;font-size:50px!important;font-weight:460!important;letter-spacing:-.04em!important}.contact-booking-success>p:not(.eyebrow){margin:0 auto 25px}
@media(max-width:1000px){
  .contact-hero-grid{grid-template-columns:1fr}.contact-intro{max-width:780px;padding-top:0}.contact-enquiry-card{max-width:760px}
}
@media(max-width:700px){
  .complaints-contact-grid{grid-template-columns:1fr}
  .contact-hero{padding:52px 0}.contact-hero-grid{gap:44px}body .contact-intro h1{font-size:49px!important}.contact-intro>.lead{font-size:16px}
  .contact-methods a{grid-template-columns:66px minmax(0,1fr) 14px;gap:10px}.contact-enquiry-card{padding:27px 19px}.contact-lead-form{grid-template-columns:1fr}.contact-form-wide{grid-column:auto}.contact-lead-success{min-height:300px}
  .contact-callback-section{padding:65px 0}.contact-callback-heading{grid-template-columns:1fr;gap:24px;margin-bottom:35px}body .contact-callback-heading h2{font-size:42px!important}.contact-booking-success{padding:35px 20px!important}body .contact-booking-success h2{font-size:40px!important}
}

/* Mobile-only compact editorial pass */
.menu-icon{display:grid;width:26px;gap:5px}
.menu-icon i{display:block;width:100%;height:2px;border-radius:2px;background:currentColor}

@media(max-width:700px){
  html{overflow-x:clip}
  body{width:100%;max-width:100%;overflow-x:clip;padding-top:76px}
  main,main>section,main>article{width:100%;max-width:100%;min-width:0}
  .wrap{width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important;min-width:0!important}
  main h1,main h2,main h3,main p,main li,main a,main label{max-width:100%;overflow-wrap:break-word}

  header{position:fixed!important;top:0;right:0;left:0;z-index:100;height:76px!important;min-height:76px!important;border-bottom:0!important;background:rgba(252,250,246,.98);box-shadow:0 8px 24px rgba(35,58,47,.07)}
  .nav{height:76px;min-height:76px}
  .menu{display:grid!important;place-items:center;width:44px;height:44px;padding:9px;color:var(--ink);font-size:0}
  .nav.open{position:absolute;top:0;right:0;left:0;width:100%;max-height:calc(100vh - 10px);overflow-y:auto;padding:10px 16px 14px;background:#fff;box-shadow:0 18px 42px rgba(35,58,47,.14)}
  .nav.open .nav-links{margin-top:5px}
  .nav.open .nav-links a,.nav.open .nav-actions .portal-link{padding:9px 2px;font-size:13px}

  .about-heritage-tree,.about-hero-tree,.privacy-hero-tree,.contact-hero-tree,
  .agent-hero-tree,.agent-standards-tree,.hero-wow-tree,.protection-final-tree,
  .protection-hero-tree,.mortgage-chloe-tree,.mortgage-hero-tree{display:none!important}

  main>section:not(:first-child){position:relative;border-top:0!important;border-bottom:0!important}
  main>section:not(:first-child)::before{
    content:""!important;position:absolute!important;z-index:2!important;top:0!important;left:50%!important;
    width:176px!important;height:34px!important;margin:0!important;border:0!important;border-radius:0!important;
    background:url("assets/wilding-leaf-divider.png") center/contain no-repeat!important;
    box-shadow:none!important;opacity:.62!important;transform:translate(-50%,-50%)!important;pointer-events:none
  }

  .hero-wow-copy,.hero-adviser,.hero-lead-band,.hero-lead-form,
  .mortgage-hero-copy,.mortgage-enquiry-panel,.protection-hero-copy,.protection-hero-panel,
  .agent-hero-copy,.agent-intro-visual,.contact-intro,.contact-enquiry-card{min-width:0!important;max-width:100%!important}
  body .hero-wow h1,body .mortgage-hero h1,body .protection-hero h1,body .agent-hero h1,
  body .contact-intro h1{width:auto!important;max-width:100%!important;font-size:clamp(42px,12vw,50px)!important;line-height:.98!important;text-wrap:wrap!important}
  .hero-wow .lead,.mortgage-hero-copy .lead,.protection-hero-copy>.lead,.agent-hero-copy .lead,
  .contact-intro>.lead{width:auto!important;max-width:100%!important;font-size:15px!important;line-height:1.62!important}
  .hero-wow-main,.mortgage-hero-grid,.protection-hero-grid,.agent-hero-grid,.contact-hero-grid{grid-template-columns:minmax(0,1fr)!important;width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important;margin-inline:auto!important}
  .button{max-width:100%;white-space:normal;text-align:center}

  .about-proof-grid article>span:first-child,
  .protection-needs-grid article>span:first-child,
  .protection-process-track article>b:first-child,
  .agent-benefits-grid article>span:first-child,
  .agent-process-list li>span:first-child,
  .mortgage-services-grid article>span:first-child,
  .mortgage-journey-track li>span:first-child,
  .mortgage-product-grid article>span:first-child{display:none!important}

  .mortgage-services-grid article{min-height:0!important;padding:23px 20px!important}
  body .mortgage-services-grid h3{margin:0 0 11px!important}
  .mortgage-services-grid a{margin-top:17px!important;padding-top:0!important}
  .protection-process-track article,.protection-process-track article+article,
  .protection-needs-grid article,.protection-needs-grid article+article,
  .about-proof-grid article,.about-proof-grid article+article,
  .agent-benefits-grid article,.agent-benefits-grid article+article{padding:22px 0!important}
  body .protection-process-track h3,body .protection-needs-grid h3,
  body .agent-benefits-grid h3{margin:0 0 10px!important}
  .agent-process-list li{grid-template-columns:minmax(0,1fr)!important;padding:22px 0!important}
  .mortgage-journey-track li{min-height:0!important;padding:22px 0!important}

  .mortgage-services-grid article+article,.protection-process-track article+article,
  .protection-needs-grid article+article,.about-values-grid article+article,
  .about-proof-grid article+article,.agent-benefits-grid article+article,
  .agent-process-list li+li,.mortgage-journey-track li+li{position:relative;border-top:0!important}
  .mortgage-services-grid article+article::before,.protection-process-track article+article::before,
  .protection-needs-grid article+article::before,.about-values-grid article+article::before,
  .about-proof-grid article+article::before,.agent-benefits-grid article+article::before,
  .agent-process-list li+li::before,.mortgage-journey-track li+li::before{
    content:"";position:absolute;top:0;left:50%;width:112px;height:24px;
    background:url("assets/wilding-leaf-divider.png") center/contain no-repeat;opacity:.48;transform:translate(-50%,-50%)
  }
  .mortgage-services-grid,.protection-process-track,.protection-needs-grid,
  .about-values-grid,.about-proof-grid,.agent-benefits-grid,.agent-process-list,
  .mortgage-journey-track{border:0!important}
  .mortgage-services-grid article,.protection-process-track article,.protection-needs-grid article,
  .about-values-grid article,.about-proof-grid article,.agent-benefits-grid article,
  .agent-process-list li,.mortgage-journey-track li{border-right:0!important;border-bottom:0!important;border-left:0!important}

  footer{padding:38px 0 20px!important}
  .footer-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:25px 12px!important}
  .footer-brand-column{grid-column:1/-1!important;gap:8px!important}
  .footer-brand-column>p{margin:4px 0 0;font-size:12px;line-height:1.5}
  .footer-grid>div:not(.footer-brand-column){gap:7px!important}
  .footer-grid h4{font-size:13px}
  .footer-grid a{font-size:10px!important;line-height:1.35}
  .legal-strip{position:relative;margin-top:30px!important;padding-top:28px!important;border-top:0!important;font-size:9px!important;line-height:1.55}
  .legal-strip::before{content:"";position:absolute;top:0;left:50%;width:145px;height:28px;background:url("assets/wilding-leaf-divider.png") center/contain no-repeat;opacity:.55;transform:translate(-50%,-50%)}
  .footer-credit{margin-top:9px!important;font-size:9px!important}
}
