/* =====================================================================
   Joanne Barrett — Specialist PR, Marketing & Comms Recruitment
   Design system v4 — pastel color-blocking + black buttons (no green)
   Inspired by Madeline Kossin / Civi / Advizon. Font: Montserrat.
   ===================================================================== */

:root {
  /* ===== BRAND PALETTE — the ONLY four colours =====
     #004143 dark teal · #009B97 teal · #F5F5FF near-white · #FFC6F1 pink */
  --tealdk:     #004143;
  --teal-br:    #009B97;
  --paper:      #F5F5FF;
  --pink:       #FFC6F1;
  --tealdk-deep:#00312F;

  /* Derived tints (from teal + pink) for soft fills */
  --teal-soft:  #E1F1F0;
  --teal-mid:   #BFE6E4;
  --pink-soft:  #FFEBF9;
  --pink-mid:   #FFDCF4;

  /* Legacy names remapped onto the new palette */
  --lilac:      var(--pink);
  --sage:       var(--teal-br);
  --dusty:      var(--teal-br);
  --navy:       #1F2D4A;   /* header / footer / hero stay navy */
  --cream:      var(--paper);
  --navy-deep:  #16223c;
  --lilac-wash: var(--pink-soft);
  --sage-wash:  var(--teal-soft);
  --blue-wash:  var(--teal-soft);
  --cream-soft: var(--paper);

  /* Ink / text (navy based — the dark green #004143 is retired) */
  --ink:        #1F2D4A;
  --ink-soft:   #3c4763;
  --body:       #55607a;
  --muted:      #868da1;

  /* Pastel card aliases -> teal & pink families */
  --mint:       var(--teal-mid);  --mint-soft:  var(--teal-soft);
  --lav:        var(--pink-mid);  --lav-soft:   var(--pink-soft);
  --blue:       var(--teal-mid);  --blue-soft:  var(--teal-soft);
  --peach:      var(--pink-soft); --peach-soft: var(--pink-soft);

  /* Buttons */
  --btn:        var(--navy);
  --btn-hover:  var(--navy-deep);

  /* Brand gradient (pink -> teal) */
  --rose:       var(--pink);
  --teal:       var(--teal-br);
  --grad:       linear-gradient(115deg, #FFC6F1 0%, #FBD2EC 45%, #8adcd4 100%);
  --grad-deep:  linear-gradient(115deg, #f7a9e6 0%, #6fd0c6 100%);
  --header-bg:  linear-gradient(100deg, #1F2D4A 0%, #2a3d63 100%);

  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:  "Montserrat", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1260px;
  --gutter: clamp(1.15rem, 4vw, 3rem);
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 34px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --shadow-sm: none;
  --shadow-md: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-size: 1.02rem; line-height: 1.7; color: var(--body); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1,h2,h3,h4 { font-family: var(--serif); color: var(--ink); font-weight: 500; line-height: 1.12; letter-spacing: -.015em; margin: 0 0 .5em; font-optical-sizing: auto; }
p { margin: 0 0 1.1em; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 6px; }

/* kill all small eyebrow / kicker headings globally */
.eyebrow { display: block; width: fit-content; font-family: var(--sans); font-weight: 600; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-br); background: var(--pink-soft); padding: .55rem 1.2rem; border-radius: 999px; margin: 0 0 1.2rem; line-height: 1; }
.sec-head:not(.left) .eyebrow { margin-inline: auto; }
.wrap-narrow[style*="center"] .eyebrow { margin-inline: auto; }
.block-lav .eyebrow, .block-pink .eyebrow { background: #fff; }
.block-navy .eyebrow, .hero .eyebrow { color: #fff; background: rgba(255,255,255,.1); }

.wrap { width: min(var(--wrap), 100% - (var(--gutter) * 2)); margin-inline: auto; }
.wrap-narrow { width: min(900px, 100% - (var(--gutter) * 2)); margin-inline: auto; }
.section-pad { padding: clamp(3.25rem, 5.5vw, 5.25rem) 0; }
.section-pad.roomy { padding-top: clamp(4.5rem, 8vw, 7.5rem); padding-bottom: clamp(4.5rem, 8vw, 7.5rem); }
.lede { font-size: clamp(1.05rem, 1.35vw, 1.22rem); color: var(--body); line-height: 1.7; }

.block-white { background: #fff; }
.block-lav   { background: var(--lav-soft); }
.block-mint  { background: var(--mint-soft); }
.block-pink  { background: var(--pink-soft); }
.block-blue  { background: var(--blue-soft); }
.block-navy  { background: var(--navy); color: #cdd4e4; }
.block-navy h1,.block-navy h2,.block-navy h3 { color: #fff; }

/* textured section — colour blooms so a flat block gets depth */
.textured { position: relative; isolation: isolate; }
.textured::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(38% 55% at 12% 18%, rgba(0,155,151,.22), transparent 62%),
    radial-gradient(46% 62% at 92% 84%, rgba(255,180,235,.5), transparent 60%),
    radial-gradient(34% 50% at 74% 8%, rgba(216,197,224,.4), transparent 60%),
    radial-gradient(50% 60% at 40% 100%, rgba(0,155,151,.12), transparent 60%); }

.sec-head { max-width: 680px; margin: 0 auto 3rem; text-align: center; }
.sec-head.left { margin-inline: 0; text-align: left; }
.sec-head h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.sec-head p:not(.eyebrow) { margin: .6rem 0 0; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--sans); font-weight: 600; font-size: .9rem; letter-spacing: .01em; padding: .8rem 1.7rem; border-radius: 999px; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; line-height: 1.2; white-space: nowrap; transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease); }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--grad); color: var(--navy); }
.btn-primary:hover { filter: brightness(1.04); }
.btn-dark { background: var(--btn); color: #fff; }
.btn-dark:hover { background: var(--btn-hover); }
.btn-outline { background: rgba(31,45,74,.07); color: var(--ink); }
.btn-outline:hover { background: rgba(31,45,74,.13); }
.btn-outline-light { background: rgba(255,255,255,.12); color: #fff; }
.btn-outline-light:hover { background: rgba(255,255,255,.22); }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { filter: brightness(.97); }
.btn-arrow::after { content: none; }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy-deep); color: #b9c1d6; font-size: .82rem; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .55rem 0; }
.topbar a { color: #cdd4e4; text-decoration: none; }
.topbar .tb-right { display: flex; gap: 1.6rem; }
.topbar .tb-right span { display: inline-flex; align-items: center; gap: .45rem; }
@media (max-width: 720px){ .topbar .tb-left{ display:none; } .topbar .wrap{ justify-content:center; } }

/* ---------- Header (dark, for the white logo) ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--header-bg); }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--grad); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem 0; }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand img.logo-img { height: 48px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 1.35rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; font-weight: 500; font-size: .95rem; color: #dbe4ee; transition: color .2s; }
.nav-links a:hover, .nav-links a[aria-current] { color: #63d2c8; }
.nav-cta { display: flex; align-items: center; gap: .7rem; }
.nav-toggle { display: none; background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.3); border-radius: 999px; padding: .5rem 1rem; font-family: var(--sans); font-weight: 700; font-size: .85rem; color: #fff; cursor: pointer; transition: background .2s var(--ease); }
.nav-toggle:hover { background: rgba(255,255,255,.16); }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; display: block; width: 17px; height: 2px; background: #fff; border-radius: 2px; position: relative; transition: transform .25s var(--ease), opacity .2s; }
.nav-toggle-bars::before { position: absolute; top: -5px; } .nav-toggle-bars::after { position: absolute; top: 5px; }
.site-header.nav-open .nav-toggle-bars { background: transparent; }
.site-header.nav-open .nav-toggle-bars::before { transform: translateY(5px) rotate(45deg); }
.site-header.nav-open .nav-toggle-bars::after { transform: translateY(-5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(155deg, #2a3c60 0%, var(--navy) 52%, var(--navy-deep) 100%); overflow: hidden; padding: clamp(3rem,5vw,5rem) 0 clamp(3.5rem,6vw,5.5rem); }
.hero > .wrap { position: relative; z-index: 2; }
.hero-fx { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-fx .blob { position: absolute; border-radius: 50%; filter: blur(60px); will-change: transform, opacity; }
.hero-fx .b1 { width: 540px; height: 540px; top: -14%; right: -8%; background: radial-gradient(circle, #14c8be, transparent 68%); animation: drift1 26s ease-in-out infinite; }
.hero-fx .b2 { width: 480px; height: 480px; bottom: -20%; left: -10%; background: radial-gradient(circle, #ffbdee, transparent 68%); animation: drift2 32s ease-in-out infinite; }
.hero-fx .b3 { width: 420px; height: 420px; top: 28%; left: 46%; background: radial-gradient(circle, #10c0b7, transparent 68%); animation: drift3 38s ease-in-out infinite; }
@keyframes drift1 { 0%,100% { transform: translate(0,0) scale(1); opacity: .32; } 50% { transform: translate(-55px,38px) scale(1.12); opacity: .44; } }
@keyframes drift2 { 0%,100% { transform: translate(0,0) scale(1); opacity: .26; } 50% { transform: translate(45px,-30px) scale(1.1); opacity: .36; } }
@keyframes drift3 { 0%,100% { transform: translate(0,0) scale(1); opacity: .15; } 50% { transform: translate(35px,44px) scale(1.14); opacity: .26; } }
@media (prefers-reduced-motion: reduce) { .hero-fx .blob { animation: none; opacity: .5; } }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4.1rem); color: #fff; margin-bottom: .38em; letter-spacing: -.02em; line-height: 1.1; text-wrap: balance; position: relative; top: 10px; }
.hero .lede { max-width: 42ch; margin-bottom: 2.4rem; color: #c4cde0; }
.hero-photo { max-width: 470px; margin-left: auto; }

.hero-pop { font-size: .85rem; color: var(--muted); margin-top: 1rem; }
.hero-pop a { color: var(--body); text-decoration: none; font-weight: 600; }
.hero-pop a:hover { color: var(--ink); }
.hero-rating { display: flex; align-items: center; gap: .9rem; margin-top: 2.4rem; }
.hero-rating .avatars { display: flex; }
.hero-rating .avatars span { width: 40px; height: 40px; border-radius: 50%; border: 3px solid #fff; margin-left: -12px; background-size: cover; background-position: center; display: grid; place-content: center; font-weight: 700; font-size: .8rem; color: #fff; }
.hero-rating .avatars span:first-child { margin-left: 0; }
.hero-rating .stars { color: var(--pink); letter-spacing: 1px; font-size: .95rem; }
.hero-rating small { display: block; color: #9fabc4; font-size: .82rem; }

.hero-photo { position: relative; }
.hero-frame { position: relative; background: var(--sage); border-radius: 30px; }
.hero-frame img { display: block; width: 100%; height: auto; border-radius: 30px; }
.stat-badge { position: absolute; z-index: 3; border-radius: 16px; padding: .55rem .8rem; display: flex; align-items: center; gap: .55rem; }
.stat-badge .ic { width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.65); display: grid; place-content: center; flex: none; }
.stat-badge .ic svg { width: 17px; height: 17px; color: var(--navy); }
.stat-badge small { display: block; font-size: .66rem; color: var(--ink-soft); font-weight: 600; margin-bottom: .05rem; }
.stat-badge b { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.2rem; color: var(--navy); line-height: 1; }
.stat-badge.sb-1 { top: -3%; right: -15%; background: var(--lilac); }
@media (max-width: 600px){ .stat-badge{ display:none; } }

/* Hero action buttons + rating */
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2.4rem; }
.btn-lg { padding: .95rem 2rem; font-size: .95rem; }
.hl { color: var(--teal-br); }
.hero .hl, .block-navy .hl, .band-dark .hl { color: #63d2c8; }
.btn .play-ic { display: inline-grid; place-content: center; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid currentColor; margin-right: .1rem; }
.btn .play-ic svg { width: 9px; height: 9px; margin-left: 1px; }

/* ---------- Banner (inner pages) ---------- */
.banner { background:
    radial-gradient(55% 78% at 85% 12%, rgba(0,155,151,.42), transparent 62%),
    radial-gradient(50% 70% at 8% 95%, rgba(255,198,241,.22), transparent 60%),
    linear-gradient(150deg, #2a3c60 0%, var(--navy) 55%, var(--navy-deep) 100%);
  position: relative; overflow: hidden; padding: clamp(3rem,6vw,5rem) 0; text-align: center; }
.banner h1 { color: #fff; font-size: clamp(2.2rem,5vw,3.8rem); }
.banner p { color: #cdd6e6; }
.banner::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--grad); }
.crumb { list-style: none; display: flex; gap: .5rem; justify-content: center; padding: 0; margin: 0 0 .8rem; font-size: .85rem; color: #9fb0cc; }
.crumb a { color: #9fb0cc; text-decoration: none; } .crumb a:hover { color:#fff; } .crumb [aria-current]{ color:#fff; }

/* ---------- Two audiences (pastel cards) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.aud { border-radius: var(--radius-xl); padding: clamp(2rem,3.5vw,3rem); display: flex; gap: 1.4rem; align-items: center; }
.aud-a { background: var(--mint); }
.aud-b { background: var(--lav); }
.aud .txt { flex: 1; }
.aud h3 { font-size: clamp(1.4rem,2.2vw,1.9rem); margin: 0 0 .5rem; }
.aud p { font-size: .96rem; margin: 0 0 1.3rem; color: var(--ink-soft); }
.aud .ill { width: 150px; flex: none; align-self: flex-end; }
@media (max-width:560px){ .aud .ill{ display:none; } }

/* Local & international reach cards */
.reach { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; margin-top: 2.8rem; }
.reach-card { border-radius: var(--radius-xl); padding: clamp(1.9rem,3vw,2.8rem); display: flex; flex-direction: column; }
.reach-card.teal { background: var(--teal-mid); }
.reach-card.pink { background: var(--pink-mid); }
.reach-card h3 { font-size: clamp(1.4rem,2.2vw,1.85rem); margin-bottom: .6rem; }
.reach-card p { color: var(--ink-soft); margin-bottom: 1.2rem; }
.mini-list { list-style: none; margin: 0 0 1.7rem; padding: 0; display: grid; gap: .6rem; }
.mini-list li { padding-left: 1.7rem; position: relative; font-size: .93rem; color: var(--ink-soft); }
.mini-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--teal-br); font-weight: 800; }
.reach-card .btn { align-self: flex-start; margin-top: auto; }
@media (max-width:820px){ .reach { grid-template-columns: 1fr; } }

/* ---------- Pastel feature cards (Ways to work / difference) ---------- */
.cards4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; }
.cards3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.pcard { border-radius: var(--radius-lg); padding: 2.1rem 1.8rem; display: flex; flex-direction: column; transition: transform .3s var(--ease); }
.pcard:hover { transform: translateY(-6px); }
.pcard.c-mint { background: var(--mint); } .pcard.c-lav { background: var(--lav); }
.pcard.c-peach { background: var(--peach); } .pcard.c-pink { background: var(--pink); }
.pcard.c-blue { background: var(--blue); }
/* soft brand colours */
.pcard.c-pinksolid { background: var(--pink-mid); }
.pcard.c-tealsolid { background: var(--teal-mid); }
.pcard .ic { width: 56px; height: 56px; border-radius: 15px; background: rgba(255,255,255,.65); display: grid; place-content: center; margin-bottom: 1.2rem; }
.pcard .ic svg { width: 27px; height: 27px; color: var(--ink); }
.pcard h3 { font-size: 1.28rem; margin-bottom: .5rem; }
.pcard p { font-size: .93rem; color: var(--ink-soft); margin: 0 0 1.3rem; }
.pcard > .btn { margin-top: auto; align-self: flex-start; }

/* ---------- Vacancy cards (Advizon pastel style) ---------- */
.vac-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 2.6rem; }
.vac-head .count { font-size: .95rem; color: var(--muted); margin: 0; }
.vac-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.vac-card { border-radius: var(--radius-lg); padding: 1.9rem; display: flex; flex-direction: column; gap: .5rem; background: var(--teal-soft); transition: transform .3s var(--ease); }
.vac-card:hover { transform: translateY(-4px); }
.vac-card.c-mint { background: var(--mint); border-color: transparent; }
.vac-card.c-lav  { background: var(--lav);  border-color: transparent; }
.vac-card.c-pink { background: var(--pink); border-color: transparent; }
.vac-card.c-blue { background: var(--blue); border-color: transparent; }
.tag-pill { align-self: flex-start; font-weight: 700; font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; padding: .32rem .7rem; border-radius: 999px; background: rgba(255,255,255,.7); color: var(--ink-soft); }
.vac-card:not([class*="c-"]) .tag-pill { background: var(--lav); color: #5b57a8; }
.vac-card h3 { font-size: 1.3rem; margin: .35rem 0 .1rem; }
.vac-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin: .2rem 0 .3rem; }
.chip { font-size: .82rem; font-weight: 600; color: var(--ink-soft); background: rgba(255,255,255,.75); border-radius: 999px; padding: .34rem .85rem; display: inline-flex; align-items: center; gap: .35rem; }
.vac-card:not([class*="c-"]) .chip { background: #f2f4f8; }
.vac-card .blurb { font-size: .9rem; color: var(--ink-soft); margin: .5rem 0 1.3rem; }
.vac-card .apply-btn { margin-top: auto; align-self: flex-start; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.testi-card { position: relative; border: 2px solid transparent; background: linear-gradient(#fff,#fff) padding-box, var(--grad) border-box; border-radius: var(--radius-lg); padding: 2.5rem 2.1rem 2.1rem; display: flex; flex-direction: column; gap: 1.1rem; overflow: hidden; transition: transform .3s var(--ease); }
.testi-card:hover { transform: translateY(-5px); }
.testi-card .stars { color: var(--teal-br); letter-spacing: 3px; font-size: .95rem; position: relative; z-index: 1; }
.testi-card blockquote { font-size: 1.08rem; line-height: 1.65; color: var(--ink); margin: 0; font-weight: 500; position: relative; z-index: 1; }
.testi-card .who { margin-top: auto; padding-top: .5rem; display: flex; align-items: center; gap: .85rem; }
.testi-card .avatar { width: 48px; height: 48px; border-radius: 50%; flex: none; display: grid; place-content: center; font-family: var(--serif); font-weight: 600; font-size: 1.15rem; color: var(--navy); background: var(--grad); }
.testi-card .who b { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.08rem; color: var(--ink); }
.testi-card .who span { font-size: .82rem; color: var(--muted); }
/* Testimonials carousel */
.testi-carousel { position: relative; }
.testi-track { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: .4rem .4rem 1rem; margin: 0 -.4rem; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.testi-track::-webkit-scrollbar { display: none; }
.testi-track > .testi-card { flex: 0 0 clamp(280px, 32%, 360px); scroll-snap-align: start; }
.testi-track:focus-visible { outline: 2px solid var(--teal-br); outline-offset: 4px; border-radius: var(--radius-lg); }
.testi-nav { display: flex; justify-content: flex-end; gap: .7rem; margin-top: 1.3rem; }
.testi-arrow { width: 52px; height: 52px; border-radius: 50%; border: 2px solid transparent; background: linear-gradient(#fff,#fff) padding-box, var(--grad) border-box; color: var(--navy); font-size: 1.7rem; line-height: 1; cursor: pointer; display: grid; place-content: center; font-family: inherit; transition: transform .25s var(--ease), color .25s var(--ease), background .25s var(--ease); }
.testi-arrow:hover { background: var(--grad); color: #fff; transform: translateY(-2px); }
.testi-arrow svg { display: block; }
/* Podcast banner (compact) */
.podcast-strip { padding: 1.4rem 0; }
.pod-inner { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; padding: .3rem 0; }
.pod-icon { width: 52px; height: 52px; border-radius: 50%; flex: none; display: grid; place-content: center; background: var(--navy); color: #fff; }
.pod-icon svg { width: 24px; height: 24px; display: block; }
.pod-copy { flex: 1 1 320px; min-width: 0; }
.pod-title { font-family: var(--serif); font-weight: 600; font-size: 1.2rem; color: var(--ink); margin: 0 0 .15rem; line-height: 1.2; }
.pod-text { font-size: .93rem; color: var(--ink-soft); margin: 0; max-width: 62ch; line-height: 1.5; }
.pod-btn { flex: none; }
@media (max-width: 620px){ .pod-inner { align-items: flex-start; } .pod-btn { width: 100%; justify-content: center; } }
.testi-arrow:disabled { opacity: .32; cursor: default; transform: none; }
@media (max-width: 760px) { .testi-track > .testi-card { flex-basis: 84%; } }

/* ---------- Photo collage ---------- */
.collage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.collage figure { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: var(--lav-soft); }
.collage img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 720px){ .collage { grid-template-columns: 1fr 1fr; } }

/* ---------- Benefits ---------- */
.benefits { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.benefits .visual { display: flex; justify-content: center; }
.check-list { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.6rem; }
.check-list li { padding-left: 1.7rem; position: relative; }
.check-list li b { display: block; color: var(--ink); font-size: 1rem; }
.check-list li span { font-size: .88rem; color: var(--body); }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--teal-br); font-weight: 800; }
.check-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem 2rem; max-width: 1000px; margin-inline: auto; }
.check-grid li { padding-left: 2.2rem; position: relative; }
.check-grid li b { display: block; font-family: var(--serif); font-weight: 600; color: var(--ink); font-size: 1.1rem; margin-bottom: .1rem; }
.check-grid li span { font-size: .92rem; color: var(--body); }
.check-grid li::before { content: "\2713"; position: absolute; left: 0; top: 2px; width: 25px; height: 25px; border-radius: 50%; background: var(--teal-mid); color: var(--navy); font-size: .8rem; font-weight: 800; display: grid; place-content: center; }
@media (max-width: 820px){ .check-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .check-grid { grid-template-columns: 1fr; } }
.benefits .visual img { border-radius: var(--radius-xl); width: 100%; max-width: none; height: 480px; object-fit: cover; display: block; margin-inline: auto; }

/* ---------- FAQ ---------- */
.faq-head { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; margin-bottom: 2.8rem; }
.faq-head h2 { font-size: clamp(2rem,4vw,3rem); margin: 0; }
.faq-head .intro { color: var(--body); margin: 0; }
.faq-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: start; }
.faq-col { display: grid; gap: 1rem; }
details.faq { background: var(--lav-soft); border-radius: 16px; padding: 1.1rem 1.6rem; transition: background .25s; display: flex; flex-direction: column; justify-content: center; min-height: 84px; }
details.faq[open] { background: var(--navy); border-color: transparent; }
details.faq.alt[open] { background: var(--navy); }
details.faq summary { cursor: pointer; font-weight: 500; font-size: 1rem; color: #4a5771; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
details.faq[open] summary { color: #fff; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary .chev { flex: none; width: 24px; height: 24px; border-radius: 50%; background: rgba(23,24,43,.08); display: grid; place-content: center; transition: transform .25s, background .25s; }
details.faq summary .chev::after { content:"\25BE"; font-size: .7rem; color: var(--ink); }
details.faq[open] summary .chev { background: rgba(255,255,255,.2); transform: rotate(180deg); }
details.faq[open] summary .chev::after { color: #fff; }
details.faq p { margin: .9rem 0 0; font-size: .92rem; color: var(--body); }
details.faq[open] p { color: rgba(255,255,255,.9); }
@media (max-width: 760px){ .faq-head { grid-template-columns: 1fr; gap: 1rem; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #b7c0d4; padding: clamp(3.5rem,7vw,5rem) 0 2rem; position: relative; }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1.1fr; gap: 2.5rem 2rem; align-items: start; }
.footer-grid.footer-grid-3 { grid-template-columns: 1.8fr 1fr 1.1fr; }
.footer-nav { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.7rem; margin-top: 2.6rem; padding: 1.7rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.footer-nav .lbl { font-family: var(--serif); font-weight: 500; color: #fff; font-size: 1.1rem; margin-right: .4rem; }
.footer-nav a { color: #aeb7cb; text-decoration: none; font-size: .93rem; }
.footer-nav a:hover { color: #fff; }
.footer-bottom .credit { color: #b7c0d4; text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom .credit:hover { color: var(--teal-br); }
.site-footer h4 { color: #fff; font-family: var(--serif); font-weight: 500; font-size: 1.2rem; margin-bottom: 1.1rem; }
.site-footer a { color: #aeb7cb; text-decoration: none; font-weight: 400; transition: color .2s; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; font-size: .93rem; }
.site-footer ul.links2 { grid-template-columns: repeat(2, minmax(0, max-content)); gap: .7rem 2.2rem; }
.footer-brand p { color: #939cb4; max-width: 36ch; font-size: .93rem; margin: 1rem 0; }
.socials { display: flex; gap: .5rem; }
.socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-content: center; transition: background .2s, color .2s, transform .2s; }
.socials a:hover { background: var(--grad); color: var(--navy); transform: translateY(-2px); }
.socials svg { width: 16px; height: 16px; }
.hours { display: grid; gap: 1rem; font-size: .93rem; max-width: none; }
.hours li { display: flex; flex-direction: column; gap: .15rem; }
.hours li span:first-child { color: #aeb7cb; font-size: .82rem; }
.hours li span:last-child { color: #fff; font-weight: 600; font-size: 1.02rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 0; padding-top: 1.7rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .84rem; color: #7f89a3; }

/* ---------- Meet Joanne ---------- */
.meet { display: grid; grid-template-columns: 300px 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.meet-photo-wrap { border: 2px solid transparent; border-radius: 26px; background: linear-gradient(#fff,#fff) padding-box, var(--grad) border-box; }
.meet-photo { display: block; width: 100%; height: 380px; object-fit: cover; object-position: 50% 20%; border-radius: 23px; }
.meet-copy h2 { font-size: clamp(1.9rem,3.4vw,2.7rem); }
.meet-copy > p { color: var(--body); }
.meet-copy .signature { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 2.2rem; color: var(--teal-br); margin: .2rem 0 1.4rem; line-height: 1; }
.meet-cta { display: flex; flex-wrap: wrap; gap: .7rem; }
@media (max-width: 820px){ .meet { grid-template-columns: 1fr; justify-items: start; } .meet-photo-wrap { max-width: 300px; } .meet-photo { height: 340px; } }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-content: center; border: 2px solid rgba(255,255,255,.16); transition: transform .2s var(--ease), background .2s; }
.wa-float:hover { transform: translateY(-3px) scale(1.05); background: var(--navy-deep); }
.wa-float svg { width: 30px; height: 30px; }
.wa-float .pulse { position: absolute; inset: -2px; border-radius: 50%; border: 2px solid var(--dusty); opacity: .6; animation: wa-pulse 2.4s ease-out infinite; }
@keyframes wa-pulse { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(1.5); opacity: 0; } }

/* ---------- Custom cursor follower ---------- */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; border-radius: 50%; transform: translate(-50%,-50%); }
.cursor-dot { width: 7px; height: 7px; background: var(--navy); }
.cursor-ring { width: 28px; height: 28px; border: 1.5px solid rgba(0,155,151,.6); transition: width .25s var(--ease), height .25s var(--ease), border-color .25s; }
.cursor-ring.big { width: 40px; height: 40px; background: transparent; border-color: rgba(0,155,151,.9); }
@media (hover: none) { .cursor-dot, .cursor-ring { display: none; } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { max-width: 440px; margin-inline: auto; }
  .split, .benefits { grid-template-columns: 1fr; }
  .cards4 { grid-template-columns: 1fr 1fr; }
  .cards3, .vac-grid, .testi-grid { grid-template-columns: 1fr 1fr; }
  .faq-cols { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .benefits .visual { max-width: 460px; margin-inline: auto; }
}

/* ---- Header: collapse to a working mobile menu before the nav runs out of room ---- */
@media (max-width: 1180px) {
  .nav { flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; align-items: center; gap: .55rem; margin-left: auto; order: 2; }
  .brand { order: 1; }
  .nav-menu { order: 3; flex-basis: 100%; }
  .nav-cta { order: 4; flex-basis: 100%; }
  .nav-menu, .nav-cta { display: none; }
  .site-header.nav-open .nav-menu { display: block; margin-top: 1rem; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.14); }
  .site-header.nav-open .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
  .site-header.nav-open .nav-links a { display: block; padding: .8rem .2rem; font-size: 1.02rem; border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-header.nav-open .nav-cta { display: flex; flex-direction: column; gap: .6rem; margin: 1rem 0 .3rem; }
  .site-header.nav-open .nav-cta .btn { width: 100%; justify-content: center; }
}
@media (max-width: 600px) {
  .cards4, .cards3, .vac-grid, .testi-grid, .footer-grid, .check-list { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .reveal { transition: none; opacity: 1; transform: none; } html { scroll-behavior: auto; } }
/* ---------- Apply form (job applications) ---------- */
.apply-wrap h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: .3em; }
.jbc-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.apply-form { background: #fff; border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2.4rem); box-shadow: var(--shadow-sm); }
.af-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.af-field { margin-bottom: 1.1rem; display: flex; flex-direction: column; }
.af-field label { font-weight: 600; font-size: .9rem; color: var(--ink); margin-bottom: .4rem; }
.af-field .req { color: var(--teal-br); }
.af-field input[type="text"], .af-field input[type="email"], .af-field input[type="url"], .af-field textarea, .af-field select {
  font-family: var(--sans); font-size: .98rem; color: var(--ink); background-color: var(--paper);
  border: 1.5px solid #e2e2ef; border-radius: 12px; padding: .75rem .9rem; width: 100%; transition: border-color .2s var(--ease), background-color .2s var(--ease); }
.af-field input:focus, .af-field textarea:focus, .af-field select:focus { outline: none; border-color: var(--teal-br); background-color: #fff; }
.af-field input[type="file"] { font-family: var(--sans); font-size: .9rem; color: var(--body); padding: .55rem 0; }
.af-field input[type="file"]::file-selector-button {
  font-family: var(--sans); font-weight: 600; font-size: .85rem; color: var(--ink); cursor: pointer;
  background: var(--pink-soft); border: 1.5px solid transparent; border-radius: 999px; padding: .55rem 1.1rem; margin-right: .9rem; transition: filter .2s var(--ease); }
.af-field input[type="file"]::file-selector-button:hover { filter: brightness(.96); }
.af-hint { font-size: .8rem; color: var(--muted); margin-top: .4rem; }
.apply-form textarea { resize: vertical; min-height: 110px; }
.af-fineprint { font-size: .78rem; color: var(--muted); margin: 1rem 0 0; }
.apply-form .btn-lg { margin-top: .4rem; }
.apply-note { border-radius: 12px; padding: .95rem 1.2rem; font-weight: 500; margin-bottom: 1.6rem; }
.apply-ok { background: var(--teal-soft); color: #04524f; border: 1.5px solid var(--teal-mid); }
.apply-err { background: #fdecec; color: #8a1f1f; border: 1.5px solid #f6c9c9; }
@media (max-width: 620px) { .af-row { grid-template-columns: 1fr; gap: 0; } }
/* ---------- Single vacancy detail ---------- */
.vac-main .vac-tag { display: inline-block; margin-bottom: 1.1rem; }
.vac-main .vac-h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 0 0 1rem; }
.vac-body { font-size: 1.05rem; line-height: 1.75; color: var(--body); }
.vac-body p { margin: 0 0 1.1em; }
.vac-body h2, .vac-body h3 { color: var(--ink); margin: 1.6em 0 .5em; }
.vac-body ul, .vac-body ol { padding-left: 1.2rem; margin: 0 0 1.2em; }
.vac-body li { margin: .35em 0; }

/* ---------- "More roles" slider ---------- */
.more-roles .mr-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; margin-bottom: 1.8rem; }
.more-roles .mr-head h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0; }
.more-roles .mr-head .eyebrow { margin-bottom: .7rem; }
/* ---------- Employer "how it works" steps ---------- */
.emp-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; }
.estep { position: relative; background: #fff; border-radius: var(--radius-lg); padding: 1.9rem 1.6rem; box-shadow: var(--shadow-sm); }
.estep-n { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--grad); color: var(--navy); font-family: var(--serif); font-weight: 600; font-size: 1.35rem; margin-bottom: 1.1rem; }
.estep h3 { font-size: 1.14rem; margin: 0 0 .45rem; }
.estep p { font-size: .9rem; color: var(--ink-soft); margin: 0; line-height: 1.6; }
@media (max-width: 900px) { .emp-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .emp-steps { grid-template-columns: 1fr; } }
/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 340px minmax(0,1fr); gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.contact-aside { position: sticky; top: 100px; }
.contact-card { background: var(--paper); border: 1.5px solid #e7e7f3; border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.contact-photo { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; object-position: center top; border: 3px solid #fff; box-shadow: var(--shadow-sm); margin-bottom: 1rem; }
.contact-card h2 { font-size: 1.4rem; margin: 0 0 .15rem; }
.contact-role { font-size: .88rem; color: var(--body); margin: 0 0 1.3rem; }
.contact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .85rem; }
.contact-list li { display: flex; align-items: center; gap: .7rem; font-size: .92rem; color: var(--ink-soft); }
.contact-list a { color: var(--ink-soft); text-decoration: none; }
.contact-list a:hover { color: var(--teal-br); }
.contact-list .ci { flex: none; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: #fff; color: var(--teal-br); border: 1.5px solid #e7e7f3; }

.contact-tabs { display: inline-flex; gap: .3rem; background: var(--paper); border: 1.5px solid #e7e7f3; border-radius: 999px; padding: .3rem; margin-bottom: 1.6rem; }
.ct-tab { font-family: var(--sans); font-weight: 600; font-size: .92rem; color: var(--ink-soft); background: none; border: none; border-radius: 999px; padding: .6rem 1.3rem; cursor: pointer; transition: background .2s var(--ease), color .2s var(--ease); }
.ct-tab.active { background: var(--navy); color: #fff; }
.ct-intro { color: var(--body); margin: 0 0 1.4rem; max-width: 60ch; }
.ct-intro a { color: var(--teal-br); font-weight: 600; }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-aside { position: static; }
}
@media (max-width: 560px) {
  /* 3 tabs get cramped on a phone — stack them full-width (also nicer tap targets). */
  .contact-tabs { display: flex; flex-direction: column; align-items: stretch; width: 100%; border-radius: 16px; gap: .3rem; }
  .ct-tab { flex: none; width: 100%; text-align: center; padding: .7rem 1rem; }
}
/* ---------- Single vacancy: left-column extras ---------- */
.vac-sub { font-size: 1.25rem; margin: 0 0 1.1rem; }

.vac-cta-inline { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; flex-wrap: wrap;
  margin: 2.2rem 0; padding: 1.3rem 1.6rem; border-radius: var(--radius-lg);
  background: linear-gradient(#fff,#fff) padding-box, var(--grad) border-box; border: 2px solid transparent; box-shadow: var(--shadow-sm); }
.vac-cta-inline .vci-copy b { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.15rem; color: var(--ink); }
.vac-cta-inline .vci-copy span { font-size: .92rem; color: var(--body); }
.vac-cta-inline .btn { flex: none; }

.vac-how { margin: 2.4rem 0 0; padding-top: 2rem; border-top: 1.5px solid #ececf6; }
.how-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.1rem; }
.how-steps li { display: flex; gap: 1rem; align-items: flex-start; }
.how-n { flex: none; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  background: var(--grad); color: var(--navy); font-family: var(--serif); font-weight: 600; font-size: 1.1rem; }
.how-steps li div { display: flex; flex-direction: column; padding-top: .15rem; }
.how-steps li b { color: var(--ink); font-size: 1rem; }
.how-steps li span { font-size: .92rem; color: var(--body); }

.vac-share { margin: 2.4rem 0 0; padding-top: 1.8rem; border-top: 1.5px solid #ececf6; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.vac-share-label { font-weight: 600; font-size: .9rem; color: var(--ink-soft); }
.share-links { display: flex; align-items: center; gap: .55rem; }
.share-btn { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: var(--paper); border: 1.5px solid #e7e7f3; color: var(--ink-soft); cursor: pointer; transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.share-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.share-copied { font-size: .85rem; font-weight: 600; color: var(--teal-br); }
/* ---------- Single vacancy: inline facts strip + personal band ---------- */
.vac-facts { display: flex; flex-wrap: wrap; gap: 1.1rem 2rem; align-items: center; border: 1.5px solid #e7e7f3; border-radius: var(--radius-lg); padding: 1.25rem 1.5rem; margin: 0 0 2rem; }
.vf { display: flex; gap: .7rem; align-items: center; }
.vf-ico { flex: none; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: var(--paper); color: var(--teal-br); border: 1.5px solid #e7e7f3; }
.vf-tx { display: flex; flex-direction: column; line-height: 1.25; }
.vf-k { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.vf-v { font-weight: 600; color: var(--ink); font-size: .98rem; }

.vac-by-band { display: flex; gap: 1rem; align-items: center; background: var(--pink-soft); border-radius: var(--radius-lg); padding: 1.1rem 1.4rem; margin: 2.4rem 0 0; }
.vac-by-band img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: center top; flex: none; border: 2px solid #fff; }
.vac-by-band p { margin: 0; font-size: .92rem; color: var(--ink-soft); line-height: 1.55; }

.vac-backrow { margin-top: 2.2rem; }
.vac-back { font-weight: 600; font-size: .9rem; color: var(--ink-soft); text-decoration: none; }
.vac-back:hover { color: var(--teal-br); }
@media (max-width: 520px) { .vac-facts { gap: 1rem 1.4rem; } .vf { flex: 1 1 42%; } }

/* Pastel cards sitting on a dark section need DARK headings (white was unreadable). */
.block-navy .pcard h3 { color: var(--ink); }

/* FAQ pills need contrast when the section background is itself lavender/pink. */
.block-lav details.faq { background: #fff; }
.block-lav details.faq[open] { background: var(--navy); }
/* ---------- Thank-you pages ---------- */
.thankyou .ty-check { width: 74px; height: 74px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--grad); color: var(--navy); margin-bottom: 1.4rem; }
.thankyou .ty-check svg { width: 36px; height: 36px; }
.thankyou h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: .4em; }
.thankyou .ty-body { max-width: 54ch; margin: 0 auto 2rem; color: var(--body); }
.thankyou .ty-cta { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }
/* ---------- More fixes: select styling, pink-on-pink card, page prose ---------- */
/* Anti-agency pink card clashes on the pink (lavender) section — make it white there. */
.block-lav .pcard.c-pinksolid { background: #fff; }

/* Style <select> to match the other form fields (was rendering as a raw browser control). */
.af-field select { appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2355607a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; background-size: 12px; padding-right: 2.6rem; }

/* Generic page prose (Privacy, Terms). */
.page-content { color: var(--body); font-size: 1.02rem; line-height: 1.75; }
.page-content h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); color: var(--ink); margin: 2em 0 .5em; }
.page-content h2:first-child { margin-top: 0; }
.page-content p { margin: 0 0 1.1em; }
.page-content ul, .page-content ol { padding-left: 1.3rem; margin: 0 0 1.2em; }
.page-content li { margin: .4em 0; }
.page-content a { color: var(--teal-br); font-weight: 600; }
/* ---------- FAQ page: aligned two-column grid (rows line up, equal height) ---------- */
.faq-even { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: stretch; }
.faq-even details.faq { height: 100%; }
@media (max-width: 760px) { .faq-even { grid-template-columns: 1fr; } }

/* ---------- Hero name plate (on the photo) ---------- */
.hero-name { position: absolute; z-index: 2; left: -11%; bottom: 8%; background: var(--pink); color: var(--ink); border-radius: 14px; padding: .55rem .9rem; display: flex; align-items: center; gap: .6rem; white-space: nowrap; }
.hero-name .hn-ic { width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.6); display: grid; place-content: center; flex: none; }
.hero-name .hn-ic svg { width: 18px; height: 18px; color: var(--navy); }
.hero-name b { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.2rem; line-height: 1; letter-spacing: -.02em; }
.hero-name small { display: block; font-size: .66rem; font-weight: 600; color: var(--ink-soft); margin-top: .22rem; letter-spacing: .04em; text-transform: uppercase; }
@media (max-width: 980px) { .hero-name { left: 4%; bottom: 6%; } }
/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1.5px solid #e7e7f3; border-radius: var(--radius-lg); overflow: hidden; transition: transform .3s var(--ease); }
.post-card:hover { transform: translateY(-4px); }
.pc-media { display: block; aspect-ratio: 16/10; background: var(--paper); overflow: hidden; }
.pc-media img { width: 100%; height: 100%; object-fit: cover; }
.pc-ph { display: block; width: 100%; height: 100%; background: linear-gradient(150deg, var(--teal-mid), var(--pink-mid)); }
.pc-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.pc-cat { align-self: flex-start; font-weight: 700; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-br); background: var(--pink-soft); padding: .3rem .7rem; border-radius: 999px; margin-bottom: .7rem; }
.post-card h3 { font-size: 1.25rem; line-height: 1.2; margin: 0 0 .5rem; }
.post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card h3 a:hover { color: var(--teal-br); }
.pc-ex { font-size: .92rem; color: var(--body); margin: 0 0 1.2rem; }
.pc-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; font-size: .82rem; color: var(--muted); }
.pc-more { font-weight: 600; color: var(--teal-br); text-decoration: none; }
.pc-more:hover { text-decoration: underline; }

/* Single post */
.post-cat-top { display: inline-block; font-weight: 700; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,.12); padding: .4rem .9rem; border-radius: 999px; margin-bottom: 1rem; }
.post-meta-top { color: #c4cde0; font-size: .92rem; margin-top: .8rem; }
.post-hero-img { margin: 0 0 2.2rem; }
.post-hero-img img { width: 100%; height: auto; border-radius: var(--radius-lg); display: block; }
.post-content { margin-bottom: 2.4rem; }
.post-content img { border-radius: var(--radius); height: auto; margin: 1.5rem 0; }
.post-content blockquote { margin: 1.6rem 0; padding: .4rem 0 .4rem 1.4rem; border-left: 3px solid var(--teal-br); font-family: var(--serif); font-size: 1.2rem; color: var(--ink); font-style: italic; }
.post-tags { margin: 0 0 2rem; font-size: .88rem; color: var(--muted); }
.post-tags a { color: var(--teal-br); text-decoration: none; }
.post-tags .pt-label { font-weight: 600; color: var(--ink-soft); }
.post-author { display: flex; gap: 1.3rem; align-items: flex-start; background: var(--paper); border: 1.5px solid #e7e7f3; border-radius: var(--radius-lg); padding: 1.6rem; margin: 0 0 2rem; }
.post-author img { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; object-position: center top; flex: none; border: 2px solid #fff; }
.post-author .pa-k { display: block; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.post-author b { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.3rem; color: var(--ink); margin: .1rem 0 .5rem; }
.post-author p { font-size: .92rem; color: var(--body); margin: 0 0 1rem; }
.post-author .pa-cta { display: flex; flex-wrap: wrap; gap: .6rem; }

/* Pagination */
.jbc-pagination { margin-top: 3rem; }
.jbc-pagination .nav-links { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; align-items: center; }
.jbc-pagination a, .jbc-pagination span { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 .7rem; border-radius: 999px; border: 1.5px solid #e7e7f3; font-weight: 600; font-size: .9rem; color: var(--ink); text-decoration: none; }
.jbc-pagination a:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.jbc-pagination .current { background: var(--navy); color: #fff; border-color: var(--navy); }
@media (max-width: 900px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .post-grid { grid-template-columns: 1fr; } .post-author { flex-direction: column; } }
/* ---------- "Also recruiting beyond communications" note ---------- */
.recruit-note { max-width: 760px; margin: 2.6rem auto 0; text-align: center; color: var(--body); font-size: 1rem; line-height: 1.7; }

/* ---------- Services / pricing ---------- */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: stretch; }
.svc-card { display: flex; flex-direction: column; background: #fff; border: 1.5px solid #e7e7f3; border-radius: var(--radius-lg); padding: 1.9rem 1.8rem; position: relative; }
.svc-card.popular { border-color: var(--teal-br); border-width: 2px; }
.svc-pop { position: absolute; top: -13px; right: 1.6rem; background: var(--grad); color: var(--navy); font-weight: 700; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; padding: .35rem .8rem; border-radius: 999px; }
.svc-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: .3rem; }
.svc-head h3 { font-size: 1.35rem; margin: 0; }
.svc-price { font-family: var(--serif); font-weight: 600; font-size: 1.9rem; color: var(--teal-br); line-height: 1; }
.svc-sub { color: var(--body); font-size: .95rem; margin: 0 0 1.2rem; }
.svc-list { list-style: none; margin: 0 0 1.6rem; padding: 0; display: flex; flex-direction: column; gap: .6rem; }
.svc-list li { padding-left: 1.7rem; position: relative; font-size: .95rem; color: var(--ink-soft); }
.svc-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; color: var(--teal-br); font-weight: 800; }
.svc-card .btn { margin-top: auto; align-self: flex-start; }
@media (max-width: 760px) { .svc-grid { grid-template-columns: 1fr; } }

/* Hide the dandelion/benefits image on mobile (text-only there). */
@media (max-width: 760px) { .benefits .visual { display: none; } }

/* ---------- Podcast embed ---------- */
.podcast-embed { max-width: 640px; margin: 0 auto; background: #fff; border-radius: var(--radius-lg); padding: .6rem; }
.podcast-embed iframe { display: block; width: 100%; height: 170px; border: 0; border-radius: 12px; }

/* Third hero badge: teal "Experience" credential (top-left, desktop only). */
.stat-badge.sb-exp { top: 9%; left: -13%; background: var(--teal-mid); }
@media (max-width: 980px) { .stat-badge.sb-exp { display: none; } }

