:root {
  --navy-950:#061a35;
  --navy-900:#082447;
  --navy-800:#0d315e;
  --navy-700:#174578;
  --gold-700:#a86c10;
  --gold-600:#c68a2a;
  --gold-500:#d49a3a;
  --gold-100:#fbf2e3;
  --ink:#132238;
  --muted:#667085;
  --line:#e7e8ec;
  --surface:#ffffff;
  --surface-2:#faf9f6;
  --surface-3:#f5f7fa;
  --success:#1f7a55;
  --shadow-sm:0 8px 24px rgba(6,26,53,.07);
  --shadow-md:0 18px 48px rgba(6,26,53,.11);
  --radius:20px;
  --radius-sm:14px;
  --container:1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Segoe UI', Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--surface);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px;border-radius:8px;box-shadow:var(--shadow-sm)}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section{padding:88px 0}.section.compact{padding:64px 0}.section.alt{background:var(--surface-2)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold-700);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:24px;height:2px;background:var(--gold-500)}
h1,h2,h3,h4{margin:0;color:var(--navy-950);font-family:var(--serif);line-height:1.08;letter-spacing:-.025em}
h1{font-size:clamp(2.8rem,5.6vw,5rem)}h2{font-size:clamp(2rem,3.5vw,3rem)}h3{font-size:1.36rem}h4{font-size:1.1rem}
p{margin:0 0 1rem;color:#536174}
.lead{font-size:1.12rem;line-height:1.75;color:#526174;max-width:690px}.section-heading{text-align:center;max-width:760px;margin:0 auto 40px}.section-heading .eyebrow{justify-content:center}.section-heading p{margin:14px auto 0}
.gold{color:var(--gold-600)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:9px;font-weight:750;transition:.22s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--navy-900);color:#fff;box-shadow:0 8px 20px rgba(8,36,71,.16)}.btn-gold{background:linear-gradient(135deg,var(--gold-500),#bd7b17);color:#fff;box-shadow:0 10px 24px rgba(198,138,42,.22)}.btn-outline{border-color:#d9b574;color:var(--navy-900);background:#fff}.btn-arrow:after{content:"→";font-size:1.1rem}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(231,232,236,.8)}.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;min-width:180px}.brand img{width:178px;height:auto}.nav{display:flex;align-items:center;gap:30px}.nav a{position:relative;font-size:.94rem;font-weight:700;color:#182a45}.nav a:not(.btn):after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--gold-500);transition:.2s}.nav a:hover:after,.nav a.active:after{right:0}.nav .btn{color:#fff}.mobile-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy-900);font-size:1.35rem}

/* Hero */
.hero{overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 48%,#f6f8fb 100%)}.hero-grid{min-height:610px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center}.hero-copy{padding:70px 56px 70px 0;position:relative;z-index:2}.hero-copy h1{max-width:720px}.hero-copy p{max-width:590px;margin:24px 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-media{height:100%;min-height:610px;position:relative}.hero-media:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.25) 18%,rgba(255,255,255,0) 48%)}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.float-stack{position:absolute;right:18px;top:50%;z-index:2;display:grid;gap:12px;transform:translateY(-50%)}.float-card{width:215px;padding:16px 18px;border-radius:14px;background:rgba(255,255,255,.95);box-shadow:var(--shadow-md);border:1px solid rgba(255,255,255,.8)}.float-card strong{display:block;color:var(--navy-950);font-size:.92rem}.float-card small{color:var(--muted)}
.page-hero .hero-grid{min-height:430px}.page-hero .hero-media{min-height:430px}.page-hero .hero-copy{padding-top:52px;padding-bottom:52px}.page-hero h1{font-size:clamp(2.7rem,5vw,4.35rem)}

/* Proof strip */
.proof-wrap{position:relative;margin-top:-38px;z-index:4}.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-md);overflow:hidden}.proof-item{padding:22px 24px;display:flex;align-items:center;gap:14px}.proof-item+.proof-item{border-left:1px solid var(--line)}.proof-badge{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--gold-100);color:var(--gold-700);font-weight:900;font-size:.8rem}.proof-item strong{display:block;color:var(--navy-950);font-size:.94rem}.proof-item span{font-size:.84rem;color:var(--muted)}

/* Cards and grids */
.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:28px;box-shadow:0 8px 25px rgba(6,26,53,.045);transition:.22s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#dfc08a}.card h3,.card h4{margin:15px 0 10px}.card p:last-child{margin-bottom:0}.icon-badge{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--navy-900);color:var(--gold-500);font-weight:900;letter-spacing:.04em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.icon-badge.light{background:var(--gold-100);color:var(--gold-700)}
.service-grid{grid-template-columns:repeat(4,1fr)}.service-card{text-align:center;min-height:245px}.service-card .icon-badge{margin:0 auto}.service-card p{font-size:.92rem}
.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:linear-gradient(135deg,var(--navy-900),#061b38);border-radius:20px;overflow:hidden;color:#fff}.feature{padding:34px 28px;text-align:center}.feature+.feature{border-left:1px solid rgba(255,255,255,.17)}.feature h3{color:#fff;font-family:var(--sans);font-size:1.05rem;margin:15px 0 8px;letter-spacing:0}.feature p{color:#d7e0ec;font-size:.9rem;margin:0}.feature .icon-badge{margin:auto;background:transparent;border:1px solid var(--gold-500)}

/* Process */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}.step{text-align:center;padding:10px 18px}.step-number{width:42px;height:42px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:var(--navy-900);color:#fff;font-weight:800}.step h3{font-family:var(--sans);font-size:1rem;letter-spacing:0;margin-bottom:8px}.step p{font-size:.9rem;margin:0}.steps.three{grid-template-columns:repeat(3,1fr)}

/* Industry cards */
.industry-grid{grid-template-columns:repeat(3,1fr)}.industry-card{padding:0;overflow:hidden}.industry-visual{height:150px;display:flex;align-items:flex-end;padding:18px;background:
 radial-gradient(circle at 75% 20%,rgba(212,154,58,.26),transparent 35%),
 linear-gradient(135deg,#eaf0f6,#f8f3e8);position:relative}.industry-visual:before,.industry-visual:after{content:"";position:absolute;border:1px solid rgba(8,36,71,.11);border-radius:50%}.industry-visual:before{width:130px;height:130px;right:-18px;top:-52px}.industry-visual:after{width:76px;height:76px;right:42px;top:32px}.industry-visual .icon-badge{position:relative;z-index:1}.industry-card .card-body{padding:24px}.industry-card h3{margin:0 0 8px}.industry-card p{font-size:.92rem}

/* Editorial */
.featured-story{display:grid;grid-template-columns:.92fr 1.08fr;gap:0;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.featured-story img{width:100%;height:100%;min-height:370px;object-fit:cover}.story-copy{padding:42px}.story-copy h2{font-size:2.2rem;margin:12px 0 16px}.story-copy p{max-width:620px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--navy-900);font-weight:800;margin-top:8px}.text-link:after{content:"→";color:var(--gold-600)}.article-card .eyebrow{font-size:.68rem}.article-card h3{font-size:1.28rem;margin-top:12px}.article-card p{font-size:.92rem}
.newsletter{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;padding:30px 34px;border:1px solid #eadfcd;background:linear-gradient(90deg,#fffaf2,#fff);border-radius:18px}.newsletter-form{display:flex;gap:10px;min-width:min(440px,100%)}

/* About */
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.story-grid img{width:100%;border-radius:20px;box-shadow:var(--shadow-sm)}.story-grid h2{margin:10px 0 16px}.mission-grid .card{display:flex;align-items:flex-start;gap:20px}.mission-grid .card .icon-badge{flex:0 0 auto}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.value{text-align:center;padding:18px}.value .icon-badge{margin:auto}.value h3{font-family:var(--sans);font-size:1rem;letter-spacing:0;margin-top:13px}.value p{font-size:.88rem;margin:0}.leadership-placeholder{border:1px dashed #c8ced7;border-radius:18px;padding:34px;text-align:center;background:#fbfcfd}.leadership-placeholder h3{margin-bottom:10px}.leadership-placeholder p{max-width:720px;margin:0 auto}.profile-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.profile-slot{padding:22px;background:#fff;border:1px solid var(--line);border-radius:14px}.avatar-placeholder{width:72px;height:72px;border-radius:50%;margin:0 auto 14px;background:linear-gradient(145deg,#e7edf5,#faf5e9);display:grid;place-items:center;color:var(--navy-700);font-weight:900}

/* Contact */
.contact-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;padding:42px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm)}.contact-shell h2{font-size:2rem;margin-bottom:8px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.82rem;font-weight:750;color:#334155}.field input,.field select,.field textarea,.newsletter input{width:100%;border:1px solid #dfe3e8;border-radius:9px;background:#fff;padding:13px 14px;color:var(--ink);outline:none}.field textarea{min-height:132px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.newsletter input:focus{border-color:var(--gold-500);box-shadow:0 0 0 3px rgba(212,154,58,.12)}.form-note{font-size:.76rem;color:#7b8491}.contact-list{display:grid;gap:12px}.contact-item{display:flex;gap:14px;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff}.contact-item .icon-badge{width:42px;height:42px;flex:0 0 auto;background:var(--gold-100);color:var(--gold-700)}.contact-item strong{display:block;color:var(--navy-950)}.contact-item span,.contact-item a{font-size:.9rem;color:#586678}.status{margin-top:12px;font-size:.86rem;color:var(--success);min-height:1.4em}
.office-band{display:grid;grid-template-columns:.7fr 1.3fr;border-radius:20px;overflow:hidden;background:var(--navy-900);color:#fff}.office-copy{padding:42px}.office-copy h2{color:#fff}.office-copy p{color:#d7e1ee}.office-map{min-height:270px;position:relative;background:
 linear-gradient(rgba(255,255,255,.55),rgba(255,255,255,.55)),
 repeating-linear-gradient(30deg,#dfe7ef 0,#dfe7ef 1px,transparent 1px,transparent 30px),
 repeating-linear-gradient(120deg,#dfe7ef 0,#dfe7ef 1px,transparent 1px,transparent 30px),#edf2f7}.pin{position:absolute;display:flex;align-items:center;gap:9px;padding:10px 13px;background:#fff;color:var(--ink);border-radius:10px;box-shadow:var(--shadow-sm);font-size:.82rem}.pin:before{content:"●";color:var(--gold-600)}.pin.uk{top:30%;left:22%}.pin.ng{bottom:20%;right:18%}

/* CTA/footer */
.cta-band{background:linear-gradient(120deg,var(--navy-950),var(--navy-800));color:#fff}.cta-inner{min-height:150px;display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center}.cta-icon{width:70px;height:70px;border:1px solid var(--gold-500);border-radius:50%;display:grid;place-items:center;color:var(--gold-500);font-weight:900}.cta-inner h2{color:#fff;font-size:2rem}.cta-inner p{color:#d4deea;margin:6px 0 0}.site-footer{background:#fff}.footer-main{padding:54px 0;display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:42px}.footer-brand img{width:170px}.footer-brand p{max-width:290px;margin:16px 0}.footer-col h4{font-family:var(--sans);color:var(--navy-950);letter-spacing:0;margin-bottom:14px}.footer-links{display:grid;gap:8px}.footer-links a{font-size:.9rem;color:#586678}.footer-links a:hover{color:var(--gold-700)}.footer-bottom{background:var(--navy-950);color:#cdd7e4}.footer-bottom .container{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.78rem}.footer-legal{display:flex;gap:18px}

/* Reveal */
.reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.btn:hover,.card:hover{transform:none}}

/* Responsive */
@media(max-width:1050px){.nav{gap:20px}.nav .btn{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.feature-row{grid-template-columns:repeat(2,1fr)}.feature:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.17)}.feature:nth-child(4){border-top:1px solid rgba(255,255,255,.17)}.industry-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1.2fr 1fr 1fr}.footer-col:last-child{grid-column:2/4}.contact-shell{grid-template-columns:1fr}.profile-slots{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.header-inner{height:72px}.brand img{width:154px}.mobile-toggle{display:grid;place-items:center}.nav{position:absolute;left:20px;right:20px;top:72px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-md);display:none;align-items:stretch;flex-direction:column;gap:4px}.nav.open{display:flex}.nav a{padding:10px 12px}.nav a:not(.btn):after{display:none}.nav .btn{display:inline-flex;margin-top:8px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:60px 0 34px}.hero-media,.page-hero .hero-media{min-height:420px}.hero-grid,.page-hero .hero-grid{min-height:auto}.float-stack{right:16px}.proof-wrap{margin-top:0;padding-top:24px}.proof-strip{grid-template-columns:repeat(2,1fr)}.proof-item:nth-child(3){border-left:0;border-top:1px solid var(--line)}.proof-item:nth-child(4){border-top:1px solid var(--line)}.section{padding:68px 0}.grid-4{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr;gap:34px}.values{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.featured-story{grid-template-columns:1fr}.featured-story img{min-height:300px}.newsletter{grid-template-columns:1fr}.newsletter-form{min-width:0}.cta-inner{grid-template-columns:auto 1fr}.cta-inner .btn{grid-column:1/-1;justify-self:start}.office-band{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr}.footer-col:last-child{grid-column:auto}.footer-brand{grid-column:1/-1}}
@media(max-width:580px){.container{width:min(calc(100% - 28px),var(--container))}.hero-copy{padding-top:44px}.hero-media,.page-hero .hero-media{min-height:350px}.float-stack{display:none}.proof-strip{grid-template-columns:1fr}.proof-item+.proof-item{border-left:0;border-top:1px solid var(--line)}.service-grid,.industry-grid,.grid-2,.grid-3,.grid-4,.steps,.steps.three,.values,.profile-slots{grid-template-columns:1fr}.feature-row{grid-template-columns:1fr}.feature+.feature,.feature:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.17)}.section{padding:54px 0}.section.compact{padding:44px 0}.card{padding:24px}.story-copy{padding:26px}.story-copy h2{font-size:1.8rem}.contact-shell{padding:24px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.newsletter-form{display:grid}.cta-inner{grid-template-columns:1fr;padding:30px 0}.cta-icon{width:58px;height:58px}.footer-main{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.footer-bottom .container{padding:14px 0;display:grid;justify-content:start}.office-copy{padding:30px}.pin{font-size:.72rem}.pin.uk{left:8%}.pin.ng{right:8%}}

/* HF1 — sharp media + production SVG icon pass */
.photo-hd{image-rendering:auto;filter:none!important;transform:translateZ(0);backface-visibility:hidden}
.hero-media{background:#eef2f6}.hero-media img.photo-hd{object-fit:cover;object-position:center center;filter:none!important}
.page-hero .hero-media img.photo-hd{object-position:center 38%}
.mobile-toggle img{width:23px;height:23px}
.icon-badge img,.proof-badge img,.cta-icon img,.avatar-placeholder img{width:27px;height:27px;object-fit:contain;display:block}
.icon-badge.light img{width:28px;height:28px}.proof-badge img{width:22px;height:22px}.cta-icon img{width:34px;height:34px}.avatar-placeholder img{width:30px;height:30px}
.icon-badge{font-size:0}.proof-badge{font-size:0}.cta-icon{font-size:0}
.float-card{padding-left:20px;border-color:rgba(212,154,58,.22)}
.service-card .icon-badge{width:58px;height:58px;background:linear-gradient(145deg,var(--navy-900),#071b35);box-shadow:0 8px 20px rgba(8,36,71,.12)}
.service-card:hover .icon-badge{transform:translateY(-2px)}

/* Photographic industry cards */
.industry-visual{height:190px;padding:0;overflow:hidden;background:#e9edf2;position:relative}
.industry-visual:before,.industry-visual:after{display:none}
.industry-photo{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease;image-rendering:auto;filter:none!important}
.industry-card:hover .industry-photo{transform:scale(1.035)}
.industry-icon{position:absolute;left:20px;bottom:16px;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.97);box-shadow:0 10px 24px rgba(6,26,53,.18);border:1px solid rgba(212,154,58,.32)}
.industry-icon img{width:25px;height:25px}
.industry-card .card-body{padding:25px 25px 27px}

/* Editorial photography */
.article-card{overflow:hidden;padding:0;min-height:100%}
.article-thumb{width:100%;height:180px;object-fit:cover;object-position:center;image-rendering:auto;filter:none!important}
.article-card .eyebrow{margin:22px 24px 0}.article-card h3{margin:12px 24px 10px}.article-card p{margin:0 24px 26px}
.featured-story img.photo-hd{image-rendering:auto;filter:none!important}

/* Supporting photo band on Services */
.service-visual-section .story-grid img{height:390px;object-fit:cover;object-position:center;border-radius:20px;box-shadow:var(--shadow-md);image-rendering:auto;filter:none!important}
.service-visual-section .story-grid p{margin:18px 0 24px}

/* Sharper about/story media */
.story-grid img.photo-hd{min-height:360px;max-height:460px;object-fit:cover;object-position:center;image-rendering:auto;filter:none!important}

@media(max-width:820px){
 .hero-media img.photo-hd,.page-hero .hero-media img.photo-hd{object-position:center}
 .industry-visual{height:210px}
 .service-visual-section .story-grid img{height:320px}
}
@media(max-width:580px){
 .industry-visual{height:200px}
 .article-thumb{height:210px}
 .story-grid img.photo-hd{min-height:280px;max-height:360px}
}
.pin:before{display:none}.pin img{width:18px;height:18px;flex:0 0 auto}

/* HF3 — Homepage compact hero lock (homepage only) */
@media(min-width:821px){
  body.home-page .hero:not(.page-hero) .hero-grid{min-height:350px}
  body.home-page .hero:not(.page-hero) .hero-media{min-height:350px;height:350px}
  body.home-page .hero:not(.page-hero) .hero-copy{padding:32px 44px 32px 0}
  body.home-page .hero:not(.page-hero) .hero-copy h1{font-size:clamp(2.6rem,4.15vw,3.75rem);line-height:1.01;max-width:650px}
  body.home-page .hero:not(.page-hero) .hero-copy p{font-size:1rem;line-height:1.55;margin:14px 0 18px;max-width:560px}
  body.home-page .hero:not(.page-hero) .hero-actions .btn{min-height:43px;padding:0 17px;font-size:.9rem}
  body.home-page .hero:not(.page-hero) .float-stack{right:14px;gap:8px}
  body.home-page .hero:not(.page-hero) .float-card{width:190px;padding:10px 13px;border-radius:11px}
  body.home-page .hero:not(.page-hero) .float-card strong{font-size:.82rem}
  body.home-page .hero:not(.page-hero) .float-card small{display:block;font-size:.72rem;line-height:1.35}
  body.home-page .proof-wrap{margin-top:-22px}
  body.home-page .proof-item{padding:15px 18px;gap:11px}
  body.home-page .proof-badge{width:36px;height:36px}
  body.home-page .proof-badge img{width:19px;height:19px}
  body.home-page .proof-item strong{font-size:.86rem}
  body.home-page .proof-item span{font-size:.76rem}
}
@media(max-width:820px){
  body.home-page .hero:not(.page-hero) .hero-copy{padding:38px 0 24px}
  body.home-page .hero:not(.page-hero) .hero-copy h1{font-size:clamp(2.45rem,8vw,3.4rem);line-height:1.03}
  body.home-page .hero:not(.page-hero) .hero-copy p{margin:14px 0 18px;font-size:1rem;line-height:1.6}
  body.home-page .hero:not(.page-hero) .hero-media{min-height:300px;height:300px}
  body.home-page .proof-wrap{padding-top:18px}
}
@media(max-width:580px){
  body.home-page .hero:not(.page-hero) .hero-copy{padding:30px 0 20px}
  body.home-page .hero:not(.page-hero) .hero-copy h1{font-size:clamp(2.25rem,11vw,3rem)}
  body.home-page .hero:not(.page-hero) .hero-media{min-height:245px;height:245px}
}


/* WordPress integration only; approved HF3 design remains authoritative. */
.form-alert{padding:12px 14px;border-radius:10px;margin:0 0 18px;font-weight:700}.form-alert.success{background:#e9f7ef;color:#176b3a}.form-alert.error{background:#fff0f0;color:#a12b2b}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.post-card a{text-decoration:none;color:inherit}.pagination{display:flex;gap:8px;justify-content:center;margin-top:30px}.pagination .page-numbers{padding:8px 12px;border:1px solid #d8dfeb;border-radius:8px;text-decoration:none}.pagination .current{background:#0b315f;color:#fff;border-color:#0b315f}.wp-content{max-width:860px;margin:0 auto}.wp-content>*+*{margin-top:1.15em}.single-hero{padding:72px 0 42px;background:#0b315f;color:#fff}.single-hero h1{color:#fff}.single-body{padding:56px 0}.single-body .wp-content{font-size:1.04rem;line-height:1.8}.single-body img{max-width:100%;height:auto;border-radius:18px}@media(max-width:900px){.post-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.post-grid{grid-template-columns:1fr}}

/* V1.0.1: page-aware WhatsApp contact links */
.contact-action-link,.footer-whatsapp{display:inline-flex;align-items:center;gap:6px}.contact-action-link{color:var(--navy-800)!important;font-weight:800}.contact-action-link small{font-size:.68rem;color:#168a4b;font-weight:900}.footer-links a.footer-whatsapp{color:#168a4b;font-weight:800}.contact-action-link:hover,.footer-whatsapp:hover{text-decoration:underline;text-underline-offset:3px}
