/* resources — page-specific styles, verbatim from the approved export. */

.hero-overlay{
    position:absolute;inset:0;z-index:1;
    background:
      linear-gradient(180deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.42) 35%,rgba(0,0,0,.55) 75%,rgba(0,0,0,.72) 100%),
      linear-gradient(110deg,rgba(15,15,15,.55) 0%,transparent 55%);
  }

/* ========== FHB PAGE ADDITIONS ========== */
  .nav-links a.active{color:#fff;position:relative}

.nav-links a.active::after{
    content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;
    background:var(--gold-bright);border-radius:2px;
  }

/* single-column hero for FHB — full screen height */
  .hero{min-height:100vh;padding:0}

.hero-single{
    position:relative;z-index:2;
    min-height:100vh;display:flex;flex-direction:column;justify-content:center;
    padding:100px 0 80px;
  }

.hero-single .hero-copy{max-width:820px}

.hero-single .lead{max-width:680px}

.hero-single .hero-ctas{display:flex;gap:12px;margin-top:36px;flex-wrap:wrap}

.hero-single .btn svg{width:16px;height:16px}

/* gold eyebrow for dark backgrounds */
  .eyebrow-gold{color:var(--gold-bright)}

.eyebrow-gold::before{background:var(--gold-bright)}

/* glass button for dark bg */
  .btn-glass{
    background:rgba(255,255,255,.12);color:#fff;
    border:1.5px solid rgba(255,255,255,.34);backdrop-filter:blur(8px);
  }

.btn-glass:hover{background:rgba(255,255,255,.2);transform:translateY(-3px);color:#fff}

.selector .sub{font-size:14px;color:var(--ink-mid);margin-bottom:20px}

/* consultation section */
  .consult-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}

.consult-img{border-radius:20px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:5/6;background:var(--cream-deep)}

.consult-img img{width:100%;height:100%;object-fit:cover;display:block}

.consult-copy h2{font-size:clamp(32px,3.6vw,44px);margin:14px 0 22px}

.consult-copy p{font-size:16px;color:var(--ink-mid);line-height:1.7;margin-bottom:16px;max-width:600px}

.italic-lead{font-family:var(--serif);font-style:italic;font-weight:500;font-size:19px !important;color:var(--gold-deep) !important;line-height:1.5 !important}

.check-list{list-style:none;margin-top:22px}

.check-list li{display:flex;gap:14px;padding:16px 0;border-bottom:1px dashed var(--line);font-size:15.5px;color:var(--ink-mid);line-height:1.6}

.check-list li:last-child{border:none}

.check-list svg{width:20px;height:20px;flex:none;color:var(--gold);margin-top:3px;padding:3px;background:var(--cream);border-radius:50%;box-sizing:content-box}

.check-list strong{color:var(--ink);font-weight:700}

/* perfect match section */
  .match-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:60px;align-items:center}

.match-copy h2{font-size:clamp(32px,3.6vw,44px);margin:14px 0 22px}

.match-copy p{font-size:16px;color:var(--ink-mid);line-height:1.7;margin-bottom:16px;max-width:560px}

.match-collage{position:relative;height:520px}

.match-collage>div{position:absolute;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}

.match-collage img{width:100%;height:100%;object-fit:cover;display:block}

.mc-1{top:0;left:0;width:65%;height:70%;z-index:1}

.mc-2{bottom:0;right:0;width:60%;height:65%;z-index:2}

/* team section */
  .team-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:8px}

.team-card{
    background:var(--white);border-radius:20px;overflow:hidden;
    border:1px solid var(--line);box-shadow:var(--shadow-sm);
    display:grid;grid-template-columns:1fr 1.4fr;gap:0;transition:.25s;
  }

.team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}

.team-photo{aspect-ratio:1/1;background:var(--cream-deep);overflow:hidden}

.team-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}

/* Rod: zoom in on the face */
  .team-photo-zoom img{transform:scale(1.25);transform-origin:center 30%}

/* Sam & Peter: shift crop so more headroom shows */
  .team-photo-top img{object-position:center 12%}

.team-photo-fallback{
    display:flex;align-items:center;justify-content:center;
    background:linear-gradient(135deg,#2a2620,#1a1a1a);
    font-family:var(--serif);font-size:56px;font-weight:500;
    color:var(--gold-bright);letter-spacing:-.04em;
  }

.team-info{padding:26px}

.team-info h3{font-size:22px;margin:0 0 4px}

.team-role{
    font-size:11.5px;font-weight:700;letter-spacing:.16em;
    text-transform:uppercase;color:var(--gold-deep);
    display:block;margin-bottom:14px;
  }

.team-info p{font-size:14.5px;color:var(--ink-mid);line-height:1.6}

/* why-fhb features */
  .fhb-features{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}

.fhb-feature{
    background:var(--white);border-radius:18px;padding:28px 24px;
    border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:.25s;
  }

.fhb-feature:hover{transform:translateY(-4px);box-shadow:var(--shadow)}

.ff-ic{
    width:52px;height:52px;border-radius:14px;
    background:linear-gradient(135deg,var(--gold-bright),var(--gold));
    display:flex;align-items:center;justify-content:center;margin-bottom:18px;
  }

.ff-ic svg{width:26px;height:26px;color:#241a05}

.fhb-feature h4{font-size:17px;margin-bottom:8px;line-height:1.25}

.fhb-feature p{font-size:13.5px;color:var(--ink-mid);line-height:1.55}

/* contact section */
  .contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}

.contact-copy h2{font-size:clamp(32px,3.6vw,44px);margin:14px 0 22px}

.contact-copy>p{font-size:16px;color:var(--ink-mid);line-height:1.7;margin-bottom:26px;max-width:520px}

.contact-details{display:flex;gap:34px;margin-bottom:30px;flex-wrap:wrap}

.cd-item{display:flex;flex-direction:column;gap:2px}

.cd-lbl{font-size:11.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep)}

.cd-item a{font-size:16px;font-weight:600;color:var(--ink)}

.cd-item a:hover{color:var(--gold-deep)}

.offices{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:26px}

.office h5{font-family:var(--serif);font-weight:600;font-size:14px;color:var(--ink);margin-bottom:6px}

.office p{font-size:13px;color:var(--ink-mid);line-height:1.5}

.contact-img{border-radius:20px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5}

.contact-img img{width:100%;height:100%;object-fit:cover;display:block}

@media(max-width:980px){
    .consult-grid,.match-grid,.contact-grid{grid-template-columns:1fr;gap:40px}
    .team-grid,.fhb-features{grid-template-columns:1fr 1fr}
    .match-collage{height:420px}
    .offices{grid-template-columns:1fr 1fr}
  }

@media(max-width:680px){
    .team-grid,.fhb-features,.offices{grid-template-columns:1fr}
    .team-card{grid-template-columns:1fr}
    .team-photo{aspect-ratio:16/10}
    .match-collage{height:auto;position:static}
    .match-collage>div{position:relative;width:100%;height:auto;aspect-ratio:4/3;margin-bottom:16px}
    .contact-details{gap:20px}
  }

/* ========== ABOUT PAGE ADDITIONS ========== */
  /* Local Experts, National Reach — centred callout on dark band */
  .reach-inner{max-width:820px;margin:0 auto;text-align:center}

.reach-inner h2{color:var(--cream);font-size:clamp(32px,3.8vw,44px);margin:14px 0 22px}

.reach-inner h2 em{color:var(--gold-bright)}

.reach-inner>p{
    color:#bdb5a4;font-size:17px;line-height:1.65;max-width:640px;
    margin:0 auto 40px;
  }

.reach-stats{
    display:grid;grid-template-columns:repeat(3,1fr);gap:26px;
    padding-top:32px;border-top:1px solid rgba(255,255,255,.1);
  }

.reach-stats>div{display:flex;flex-direction:column;gap:6px;align-items:center}

.reach-stats .rs-num{
    font-family:var(--serif);font-size:44px;font-weight:500;color:var(--gold-bright);
    line-height:1;letter-spacing:-.02em;
  }

.reach-stats .rs-lbl{
    font-size:13px;color:#bdb5a4;font-weight:500;letter-spacing:.02em;text-align:center;
  }

@media(max-width:680px){
    .reach-stats{grid-template-columns:1fr;gap:24px}
    .reach-stats .rs-num{font-size:36px}
  }

/* ========== RESOURCES PAGE ADDITIONS ========== */
  /* dark hero (shorter than full screen since page is content-heavy) */
  .hero{min-height:60vh;padding:0}

.hero-single{
    min-height:60vh;padding:120px 0 70px;
    display:flex;flex-direction:column;justify-content:center;
  }

.hero-single .hero-copy{max-width:820px}

.hero-single .lead{max-width:680px;color:rgba(255,255,255,.86)}

.hero-single .hero-ctas{display:flex;gap:12px;margin-top:36px;flex-wrap:wrap}

.hero-single .btn svg{width:16px;height:16px}

/* Featured resource cards */
  .featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;max-width:820px;margin:0 auto}

.feat-card{
    background:var(--white);border-radius:20px;overflow:hidden;
    border:1px solid var(--line);box-shadow:var(--shadow-sm);
    transition:.3s;display:flex;flex-direction:column;
  }

.feat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}

.feat-img{height:220px;overflow:hidden;position:relative}

.feat-img img{width:100%;height:100%;object-fit:cover;display:block;transition:.5s}

.feat-card:hover .feat-img img{transform:scale(1.06)}

.feat-tag{
    position:absolute;top:16px;left:16px;
    background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:#241a05;
    font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
    padding:6px 12px;border-radius:999px;
  }

.feat-body{padding:28px;display:flex;flex-direction:column;flex:1}

.feat-body h3{font-size:21px;margin-bottom:12px;line-height:1.25}

.feat-body p{font-size:14.5px;color:var(--ink-mid);line-height:1.6;flex:1;margin-bottom:20px}

.feat-link{
    display:inline-flex;align-items:center;gap:8px;
    font-size:14.5px;font-weight:600;color:var(--ink);text-decoration:none;transition:.2s;
    align-self:flex-start;
  }

.feat-link svg{width:15px;height:15px;transition:transform .25s}

.feat-link:hover{color:var(--gold-deep)}

.feat-link:hover svg{transform:translateX(4px)}

/* Blog post grid */
  .blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:820px;margin:0 auto}

.blog-card{
    background:var(--white);border-radius:20px;overflow:hidden;
    border:1px solid var(--line);box-shadow:var(--shadow-sm);
    transition:.3s;display:flex;flex-direction:column;
  }

.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}

.blog-img{height:200px;overflow:hidden;position:relative}

.blog-img img{width:100%;height:100%;object-fit:cover;display:block;transition:.5s}

.blog-card:hover .blog-img img{transform:scale(1.06)}

.blog-body{padding:24px;display:flex;flex-direction:column;flex:1}

.blog-meta{
    display:flex;align-items:center;gap:10px;
    font-size:12px;color:var(--ink-mid);font-weight:600;margin-bottom:12px;
  }

.blog-cat{
    font-size:11px;font-weight:700;letter-spacing:.12em;
    text-transform:uppercase;color:var(--gold-deep);
    padding:4px 10px;border-radius:999px;background:var(--cream-deep);
  }

.blog-body h3{font-size:19px;margin-bottom:auto;line-height:1.3}

.blog-body h3 a{color:var(--ink);text-decoration:none;transition:.2s}

.blog-body h3 a:hover{color:var(--gold-deep)}

.blog-body p{font-size:14px;color:var(--ink-mid);line-height:1.55;margin-bottom:16px;flex:1}

.blog-more{
    display:inline-flex;align-items:center;gap:6px;margin-top:14px;
    font-size:13.5px;font-weight:600;color:var(--ink);text-decoration:none;transition:.2s;
    align-self:flex-start;
  }

.blog-more svg{width:14px;height:14px;transition:transform .25s}

.blog-more:hover{color:var(--gold-deep)}

.blog-more:hover svg{transform:translateX(3px)}

/* Newsletter section */
  .newsletter{
    background:linear-gradient(135deg,#1a1a1a,#2a2620);
    border-radius:26px;padding:64px 48px;text-align:center;
    color:var(--cream);position:relative;overflow:hidden;
  }

.newsletter::before{
    content:"";position:absolute;width:340px;height:340px;border-radius:50%;
    background:radial-gradient(circle,rgba(226,177,74,.28),transparent 70%);
    top:-100px;right:-100px;
  }

.newsletter::after{
    content:"";position:absolute;width:280px;height:280px;border-radius:50%;
    background:radial-gradient(circle,rgba(226,177,74,.15),transparent 70%);
    bottom:-100px;left:-80px;
  }

.newsletter>*{position:relative;z-index:1}

.newsletter .eyebrow{color:var(--gold-bright);justify-content:center;display:inline-flex}

.newsletter .eyebrow::before{background:var(--gold-bright)}

.newsletter h2{color:var(--cream);font-size:clamp(30px,3.6vw,42px);margin:0 0 14px}

.newsletter h2 em{color:var(--gold-bright)}

.newsletter p{color:#bdb5a4;font-size:16px;line-height:1.6;max-width:520px;margin:0 auto 28px}

.newsletter-form{
    display:flex;gap:10px;max-width:520px;margin:0 auto;flex-wrap:wrap;justify-content:center;
  }

.newsletter-form input{
    flex:1;min-width:220px;padding:15px 20px;
    border:1.5px solid rgba(255,255,255,.16);border-radius:999px;
    background:rgba(255,255,255,.06);color:var(--cream);
    font-family:var(--sans);font-size:15px;
  }

.newsletter-form input::placeholder{color:#8a8478}

.newsletter-form input:focus{outline:none;border-color:var(--gold-bright);background:rgba(255,255,255,.1)}

.newsletter-form button{white-space:nowrap}

.newsletter-note{
    font-size:12px;color:#8a8478;margin-top:24px;
  }

@media(max-width:980px){
    .featured-grid,.blog-grid{grid-template-columns:1fr 1fr}
    .newsletter{padding:48px 32px}
  }

@media(max-width:680px){
    .featured-grid,.blog-grid{grid-template-columns:1fr}
    .newsletter{padding:40px 24px;border-radius:20px}
    .newsletter-form{flex-direction:column;gap:12px}
    .newsletter-form input,.newsletter-form button{width:100%;min-width:0}
  }
