/* Clear Landscaping — contact-page-only rules
   Lifted out of the approved page markup unchanged; the rules and their order
   are exactly as the design shipped them. Edit here, not inline. */

.trust div{padding:clamp(28px,3.4vw,44px) clamp(18px,2vw,30px);text-align:center;
  border-right:1px solid rgba(255,255,255,.15)}
.trust b{display:block;font-family:"Playfair Display",serif;font-size:clamp(30px,3.6vw,46px);
  color:#fff;line-height:1;margin-bottom:8px}
.sgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.scard p{font-size:14px;margin:0;color:rgba(255,255,255,.78)}
@media(max-width:1000px){.sgrid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.sgrid{grid-template-columns:1fr}.svc .head{flex-direction:column;align-items:flex-start}}
.pstats{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.pstats div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 22px}
.pstats b{display:block;font-family:"Playfair Display",serif;font-size:34px;color:var(--navy);line-height:1}
.pstats span{font-size:13px;color:var(--slate)}
/* ===========================================================================
   CONTACT PAGE — same system, one new block: a compact page header (the hero
   rules minus the full-bleed height) and the two-column contact layout.
   =========================================================================== */
.phead{position:relative;min-height:clamp(300px,34vw,420px);display:grid;align-items:center;
  color:#fff;background:var(--navy);overflow:hidden}
.phead .bg{position:absolute;inset:0}
.phead .bg img{width:100%;height:100%;object-fit:cover;object-position:58% 50%}
.phead .bg::after{content:"";position:absolute;inset:0;background:
  linear-gradient(100deg,rgba(9,14,22,.93) 0%,rgba(9,14,22,.78) 44%,rgba(9,14,22,.34) 100%)}
.phead .wrap{position:relative;z-index:2;padding:clamp(48px,6vw,80px) 0}
.phead h1{color:#fff;max-width:20ch;margin-bottom:16px;font-size:clamp(36px,5vw,66px)}
.phead p{font-size:19px;line-height:1.62;max-width:52ch;color:rgba(255,255,255,.84);margin:0}
.crumb{font-size:13px;color:rgba(255,255,255,.62);margin-bottom:18px}
.crumb a{color:var(--pop)}
.contact .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(34px,5vw,72px);align-items:start}
/* The three direct routes beside the form. The original treatment was too thin to
   read as designed: the labels inherited the global Playfair h3 at 18px, so small
   serif labels sat directly under a 60px serif h2 and looked like unstyled body
   copy; the phone number was serif navy with no action colour, so the one thing on
   the page that should look tappable did not; and all three rows carried identical
   weight, so the storm-time route did not lead. Same tokens, clearer hierarchy. */
.cways{border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-top:26px;
  background:#fff;box-shadow:0 1px 2px rgba(16,24,37,.04),0 12px 28px -18px rgba(16,24,37,.18)}
.cways > div{padding:22px 26px}
.cways > div + div{border-top:1px solid var(--line)}

/* Labels take the site's uppercase utility voice — the same one .eyebrow uses —
   because that is what they are: field labels, not headings in the reading order. */
.cways h3{font-family:"Inter",system-ui,sans-serif;font-size:11px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--slate);margin:0 0 10px;line-height:1.2}
.cways p{font-size:15px;line-height:1.6;color:var(--slate);margin:0}
.cways p a{color:var(--ice);font-weight:500;text-decoration:none;
  border-bottom:1px solid rgba(18,113,159,.28);transition:border-color .2s var(--ease),color .2s var(--ease)}
.cways p a:hover{color:var(--pop-deep);border-bottom-color:var(--pop)}

/* The call row leads: an accent rail and a faint tint of the same accent, so it is
   distinguished by the brand colour rather than by a second border style. */
.cways .prime{position:relative;background:linear-gradient(180deg,rgba(43,179,232,.06),rgba(43,179,232,.02))}
.cways .prime::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--pop)}

/* Playfair is kept for the number — the trust band already sets its figures in it —
   but it now reads as the action: larger, tighter, and underlined on hover. */
.cways .big{display:inline-block;font-family:"Playfair Display",serif;font-weight:600;
  font-size:clamp(30px,2.6vw,36px);line-height:1.1;letter-spacing:-.01em;color:var(--navy);
  text-decoration:none;margin:2px 0 8px;border-bottom:2px solid transparent;
  transition:color .2s var(--ease),border-color .2s var(--ease)}
.cways .big:hover{color:var(--ice);border-bottom-color:var(--pop)}
@media(max-width:520px){.cways > div{padding:20px 20px}}
@media(max-width:900px){.contact .wrap{grid-template-columns:1fr}}
.expect{background:var(--frost)}
.expect .head{text-align:center;max-width:640px;margin:0 auto 54px}
.expect .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.expect .steps div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 26px}
.expect .k{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--pop);
  color:#04283A;font-family:"Playfair Display",serif;font-weight:700;font-size:17px;margin-bottom:16px}
.expect h3{margin-bottom:6px}
.expect p{font-size:15px;margin:0}
@media(max-width:820px){.expect .steps{grid-template-columns:1fr}}
