/* Centred title system */
.hero .container{text-align:center}
.hero h1,.hero .lead{margin-left:auto;margin-right:auto}
.head{justify-content:center;text-align:center}
.head>div{width:100%}
.head p{margin-left:auto;margin-right:auto}
.section>.container>h1,.section>.container>h2,.section>.container>h3,main h1,main h2,main h3{text-align:center}
.card h3,.how-card h3,.purpose-item h3,.feature h3,.orgtop h3{text-align:center}
.purpose-item,.feature{align-items:start}
.employer,.formbox h1,.formbox h2,.footer{text-align:center}
.employer p{margin-left:auto;margin-right:auto}
.footer .logo{margin-left:auto;margin-right:auto}
@media(max-width:600px){.head{display:block}}

/* About page: centred purpose statement */
.purpose-grid>div:first-child{grid-column:1/-1;max-width:940px;margin:0 auto 34px;text-align:center}
.purpose-grid>div:first-child .eyebrow{font-size:clamp(38px,5vw,58px);line-height:1.1;letter-spacing:-.025em;text-transform:none;color:var(--blue);margin-bottom:22px}
.purpose-grid>div:first-child .quote{max-width:850px;margin:0 auto 18px}
.purpose-grid>div:first-child .muted{max-width:760px;margin:0 auto;font-size:17px;line-height:1.75}
.purpose-grid>.purpose-list{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:22px}
.purpose-grid .purpose-item{background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:24px}
@media(max-width:900px){.purpose-grid>.purpose-list{grid-template-columns:1fr}}

/* Consistent About-page section title scale */
body[data-page="about"] main .eyebrow,
body[data-page="about"] .purpose-grid>div:first-child .eyebrow{
  font-size:clamp(28px,4vw,39px);
  line-height:1.15;
  font-weight:700;
  letter-spacing:-.025em;
  text-transform:none;
  color:var(--blue);
  margin-bottom:18px;
  text-align:center;
}
body[data-page="about"] main .head .eyebrow{margin-bottom:12px}

body[data-page="about"] .hero h1{
  font-size:clamp(25px,3vw,32px);
  max-width:820px;
}

/* About-page titles and subtitles share one consistent type treatment */
body[data-page="about"] .hero .eyebrow,
body[data-page="about"] .hero h1,
body[data-page="about"] main .head .eyebrow,
body[data-page="about"] main .head h2,
body[data-page="about"] .employer .eyebrow,
body[data-page="about"] .employer h2{
  font-family:Inter,Arial,sans-serif;
  font-size:clamp(28px,3vw,32px);
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.025em;
  text-transform:none;
}
body[data-page="about"] .hero .eyebrow,
body[data-page="about"] main .head .eyebrow,
body[data-page="about"] .employer .eyebrow{margin-bottom:10px}
body[data-page="about"] .hero h1,
body[data-page="about"] main .head h2,
body[data-page="about"] .employer h2{margin-top:0;margin-bottom:12px}

/* Icons are limited to the three About-page card groups requested */
body[data-page="about"] .feature{display:block;text-align:center;padding:30px 24px}
body[data-page="about"] .feature .feature-icon,
body[data-page="about"] .section-card-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 12px;background:transparent;color:var(--blue);font-size:27px;font-weight:400;line-height:1}
body[data-page="about"] .feature h3{margin:0 0 10px}
body[data-page="about"] .feature p{margin:0 auto;max-width:330px}
body[data-page="about"] .how-card{text-align:center;padding:30px 26px}
body[data-page="about"] .how-card .section-card-icon{margin-bottom:16px}
body[data-page="about"] .how-card .number{display:none}
body[data-page="about"] .how-card h3{margin:0 0 12px;font-size:25px;font-family:Inter,Arial,sans-serif;font-weight:700;color:var(--blue)}
body[data-page="about"] .how-card p{max-width:360px;margin:0 auto;color:var(--muted);font-family:Inter,Arial,sans-serif;font-size:17px;line-height:1.6}
body[data-page="about"] .employer>div:last-child{justify-content:center}
body[data-page="about"] .feature h3{font-family:Inter,Arial,sans-serif;font-size:25px;font-weight:700;color:var(--blue)}
body[data-page="about"] .feature p{color:var(--muted);font-family:Inter,Arial,sans-serif;font-size:17px;line-height:1.6}
body[data-page="about"] .purpose-item h3,
body[data-page="about"] .feature h3{
  font-family:Inter,Arial,sans-serif;
  font-size:27px;
  font-weight:700;
  line-height:1.2;
  color:var(--blue);
}
body[data-page="about"] .section{padding:30px 0}
body[data-page="about"] .hero{padding:38px 0}
body[data-page="directory"] .directory-page-intro,
body[data-page="opportunities"] .opportunities-hero>.container{text-align:center}
body[data-page="directory"] .directory-page-intro{width:min(calc(100% - 40px),1200px);margin:0 auto;padding:30px 0}
body[data-page="directory"] .directory-page-intro .eyebrow,
body[data-page="opportunities"] .opportunities-hero .eyebrow{font-family:Inter,Arial,sans-serif;font-size:clamp(28px,3vw,32px);line-height:1.15;letter-spacing:-.025em;text-transform:none;font-weight:700;color:var(--blue);margin-bottom:10px}
body[data-page="directory"] .directory-page-intro h1,
body[data-page="opportunities"] .opportunities-hero h1{font-family:Inter,Arial,sans-serif;font-size:clamp(28px,3vw,32px);font-weight:700;line-height:1.15;letter-spacing:-.025em;max-width:900px;margin:0 auto 12px;color:var(--blue)}
body[data-page="directory"] .directory-page-intro .lead,
body[data-page="opportunities"] .opportunities-hero .lead{font-size:17px;max-width:820px;margin:0 auto;color:var(--muted)}
body[data-page="opportunities"] .opportunities-hero{padding:38px 0 54px}
body[data-page="opportunities"] .opportunities-hero .opportunity-search{margin-top:26px}
body[data-page="opportunities"] .opportunity-updates{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:1000px;margin:28px auto 0;padding:25px 26px 25px 30px;text-align:left;border:1px solid rgba(217,199,161,.75);border-left:7px solid var(--gold);border-radius:16px;background:linear-gradient(115deg,#202e65 0%,#292f6b 58%,#343375 100%);color:#fff;box-shadow:0 18px 38px rgba(31,42,91,.2);overflow:hidden;isolation:isolate}
body[data-page="opportunities"] .opportunity-updates::after{content:"";position:absolute;z-index:-1;width:210px;height:210px;right:130px;top:50%;border-radius:50%;background:rgba(255,255,255,.055);transform:translateY(-50%);animation:opportunity-callout-glow 3.2s ease-in-out infinite}
body[data-page="opportunities"] .opportunity-updates h2{color:#fff;font-size:clamp(23px,2.2vw,29px);line-height:1.15;margin:0 0 6px;letter-spacing:-.02em}
body[data-page="opportunities"] .opportunity-updates p{color:#e2e6f4;font-size:15px;line-height:1.45;margin:0}
body[data-page="opportunities"] .opportunity-updates-action{position:relative;z-index:1;display:flex;min-width:230px;align-items:stretch;flex-direction:column;gap:9px}
body[data-page="opportunities"] .opportunity-phase-label{align-self:center;padding:5px 11px;border:1px solid rgba(217,199,161,.62);border-radius:999px;background:rgba(217,199,161,.14);color:#f1e7cf;font-size:9px;font-weight:800;line-height:1;letter-spacing:.13em;text-transform:uppercase}
body[data-page="opportunities"] .opportunity-updates .btn{flex:0 0 auto;min-width:230px;padding:14px 20px;border-color:var(--gold);background:var(--gold);color:#1f2f61;font-size:14px;box-shadow:0 0 0 0 rgba(217,199,161,.52),0 8px 20px rgba(0,0,0,.18);animation:opportunity-button-glow 2.4s ease-in-out infinite;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
body[data-page="opportunities"] .opportunity-updates .btn::after{content:"→";margin-left:10px;font-size:18px;line-height:1;transition:transform .2s ease}
body[data-page="opportunities"] .opportunity-updates .btn:hover,
body[data-page="opportunities"] .opportunity-updates .btn:focus-visible{border-color:#eadbb9;background:#eadbb9;color:#1f2f61;box-shadow:0 0 0 7px rgba(217,199,161,.24),0 12px 27px rgba(0,0,0,.24);transform:translateY(-2px)}
body[data-page="opportunities"] .opportunity-updates .btn:hover::after,
body[data-page="opportunities"] .opportunity-updates .btn:focus-visible::after{transform:translateX(4px)}
@keyframes opportunity-callout-glow{0%,100%{opacity:.35;transform:translateY(-50%) scale(.84)}50%{opacity:1;transform:translateY(-50%) scale(1.08)}}
@keyframes opportunity-button-glow{0%,100%{box-shadow:0 0 0 0 rgba(217,199,161,.12),0 8px 20px rgba(0,0,0,.18)}50%{box-shadow:0 0 0 8px rgba(217,199,161,.22),0 12px 28px rgba(0,0,0,.24)}}
@media(prefers-reduced-motion:reduce){body[data-page="opportunities"] .opportunity-updates::after,body[data-page="opportunities"] .opportunity-updates .btn{animation:none}body[data-page="opportunities"] .opportunity-updates .btn,body[data-page="opportunities"] .opportunity-updates .btn::after{transition:none}}
@media(max-width:650px){body[data-page="opportunities"] .opportunity-updates{align-items:flex-start;flex-direction:column;gap:16px;padding:25px 20px 20px 23px}body[data-page="opportunities"] .opportunity-updates-action{width:100%}body[data-page="opportunities"] .opportunity-updates .btn{width:100%}}
body[data-page="about"] .head{margin-bottom:16px}
body[data-page="about"] .purpose-grid>div:first-child{margin-bottom:16px}

/* Shared footer inspired by the current Ethical Bridge site */
footer{padding:0;background:#1f3a5f;color:#fff}
.site-footer{min-height:68px;display:grid;grid-template-columns:205px minmax(520px,1fr) 180px;align-items:center;gap:24px;padding-top:2px;padding-bottom:2px;text-align:left}
.footer-brand{display:block;color:#fff}
.official-logo{display:flex;align-items:center;width:230px;height:66px;margin-right:auto}
.official-logo img{display:block;width:100%;height:auto;max-height:64px;object-fit:contain;object-position:left center}
.footer-brand{display:flex;align-items:center;justify-content:center;width:205px;height:64px;overflow:hidden;background:#1f3a5f}
.footer-brand img{display:block;width:235px;height:235px;max-width:none;object-fit:contain;transform:none}
.footer-nav{width:auto;height:auto;display:flex;justify-self:center;justify-content:center;align-items:center;gap:24px;flex-wrap:nowrap}
.footer-nav a{margin:0;color:#fff;font-size:14px;font-weight:600;white-space:nowrap}
.footer-nav a:hover,.footer-nav a:focus{color:var(--gold)}
.footer-social{display:flex;justify-content:flex-end;gap:9px}
.footer-social a{display:flex;align-items:center;justify-content:center;width:31px;height:31px;margin:0;border:1px solid rgba(255,255,255,.9);border-radius:50%;color:#fff;font-size:13px;font-weight:400;transition:.2s ease}
.footer-social a:hover,.footer-social a:focus{background:#fff;color:#1f3a5f;transform:translateY(-2px)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:4px 20px;text-align:center;color:#fff;font-family:Inter,Arial,sans-serif;font-size:10px}
.footer-legal{height:auto;min-height:24px;display:flex;align-items:center;justify-content:center;gap:22px;padding:0 20px 2px;flex-wrap:wrap}
.footer-legal a,.footer-legal button{margin:0;border:0;background:none;color:#dce5ee;font:500 11px/1.3 Inter,Arial,sans-serif;cursor:pointer;padding:2px}
.footer-legal a:hover,.footer-legal a:focus,.footer-legal button:hover,.footer-legal button:focus{color:#fff;text-decoration:underline}
@media(max-width:1100px){.site-footer{grid-template-columns:1fr;text-align:center;gap:10px;padding-top:10px;padding-bottom:10px}.footer-social{justify-content:center}.footer-nav{justify-content:center;gap:20px;flex-wrap:wrap}.footer-brand{margin:auto}}

body[data-page="opportunities"] .opportunity-search:has(.continent-select){grid-template-columns:.75fr .82fr .92fr 1fr 1.15fr auto;align-items:end}
body[data-page="opportunities"] .opportunities-hero{padding:30px 0}
body[data-page="opportunities"] .opportunities-hero h1{
  font-size:clamp(18px,1.8vw,22px);
  color:#715f22;
}
body[data-page="opportunities"] .opportunities-hero + .section{padding:30px 0}
body[data-page="opportunities"] .opportunity-search-status{min-height:0;margin:8px 4px 0;color:var(--blue);font-size:13px;font-weight:600;text-align:left}
body[data-page="opportunities"] .opportunity-search-status:empty{display:none}
body[data-page="opportunities"] .opportunity-advanced{grid-column:1/-1;border-top:1px solid var(--line);padding-top:12px;margin-top:2px}
body[data-page="opportunities"] .opportunity-advanced summary{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:13px;font-weight:800;cursor:pointer;list-style:none}
body[data-page="opportunities"] .opportunity-advanced summary::-webkit-details-marker{display:none}
body[data-page="opportunities"] .opportunity-advanced summary::after{content:'+';display:grid;place-items:center;width:20px;height:20px;border:1px solid var(--line);border-radius:50%}
body[data-page="opportunities"] .opportunity-advanced[open] summary::after{content:'−'}
body[data-page="opportunities"] .opportunity-advanced-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px}
.opportunity-classification-panel{grid-column:1/-1;border-top:1px solid #d9e0ec;margin-top:2px;padding-top:18px}
.opportunity-classification-heading{text-align:center;margin-bottom:15px}
.opportunity-classification-heading h2{color:var(--blue);font-family:var(--font-heading);font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.15;margin:0 0 5px}
.opportunity-classification-heading p{color:var(--muted);font-size:.95rem;margin:0}
.opportunity-classification-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.opportunity-classification-card{align-items:center;background:#fff;border:1px solid #d5deeb;border-radius:10px;color:var(--blue);cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:4px;justify-content:center;min-height:66px;padding:6px 8px;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease}
.opportunity-classification-card i{color:var(--blue);font-size:1.15rem;transition:color .2s ease,transform .2s ease}
.opportunity-classification-card span{font-size:.78rem;font-weight:700;line-height:1.25}
.opportunity-classification-card:hover{border-color:var(--blue);box-shadow:0 8px 20px rgba(29,48,96,.11);transform:translateY(-3px)}
.opportunity-classification-card:hover i{transform:scale(1.08)}
.opportunity-classification-card[aria-pressed="true"]{background:var(--blue);border-color:var(--blue);box-shadow:0 8px 20px rgba(29,48,96,.18);color:#fff}
.opportunity-classification-card[aria-pressed="true"] i{color:#fff}
.opportunity-classification-card:focus-visible{outline:3px solid #d8bd4c;outline-offset:2px}
@media(max-width:1150px){body[data-page="opportunities"] .opportunity-search:has(.continent-select){grid-template-columns:repeat(3,1fr)}body[data-page="opportunities"] .opportunity-search:has(.continent-select) .btn{grid-column:1/-1}}
@media(max-width:1050px){body[data-page="opportunities"] .opportunity-advanced-grid{grid-template-columns:repeat(3,1fr)}.opportunity-classification-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:800px){.opportunity-classification-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){body[data-page="opportunities"] .opportunity-search:has(.continent-select){grid-template-columns:1fr}}
@media(max-width:700px){body[data-page="opportunities"] .opportunity-advanced-grid{grid-template-columns:1fr}}
@media(max-width:700px){body[data-page="opportunities"] .opportunity-updates{align-items:stretch;flex-direction:column;text-align:center;gap:12px}}
@media(max-width:520px){.opportunity-classification-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.opportunity-classification-card{min-height:78px}}
body[data-page="about"] .founder .eyebrow{
  font-family:Inter,Arial,sans-serif;
  font-size:clamp(28px,3vw,32px);
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.025em;
  text-transform:none;
  color:var(--blue);
  margin-bottom:10px;
  text-align:center;
}

body[data-page="about"] .founder .founder-name{
  font-family:Inter,Arial,sans-serif;
  font-size:clamp(22px,2.3vw,28px);
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.02em;
  margin-top:0;
  margin-bottom:14px;
  text-align:center;
}

/* Shared header state across every platform page */
.site-header{height:76px}
.site-header .links .contact-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:8px 14px;
  border:1px solid #d8c56d;
  border-radius:999px;
  background:#eadf9f;
  color:var(--blue);
  font-weight:800;
  box-shadow:0 5px 14px rgba(31,47,104,.12);
  transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.site-header .links .contact-cta::before{
  content:"\2709";
  font-size:14px;
  line-height:1;
}
.site-header .links .contact-cta:hover,
.site-header .links .contact-cta:focus-visible,
.site-header .links .contact-cta.active{
  background:var(--blue);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(31,47,104,.22);
}
.language-control{display:flex;align-items:center;gap:6px;margin-left:2px;color:var(--blue)}
.language-control>i{font-size:16px}
.language-control select{min-width:58px;height:34px;padding:4px 23px 4px 8px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--blue);font-size:12px;font-weight:800;cursor:pointer}
.language-control select:hover,.language-control select:focus-visible{border-color:var(--blue);box-shadow:0 0 0 3px rgba(31,58,95,.1)}
.language-control #google_translate_element{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
body{top:0!important}
.goog-te-banner-frame,.skiptranslate iframe{display:none!important}
.site-header .drop button{transition:transform .24s ease,color .24s ease}
.site-header .drop button.active,.site-header .drop button:hover,.site-header .drop button:focus-visible{color:var(--edu);transform:translateY(-2px)}

body[data-page="about"] .purpose-grid.purpose-intro-removed{display:block}
body[data-page="about"] .purpose-grid.purpose-intro-removed>.purpose-list{max-width:none;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:900px){body[data-page="about"] .purpose-grid.purpose-intro-removed>.purpose-list{grid-template-columns:1fr}}
.about-impact-section{padding:30px 0}
.about-impact-section .head{margin-bottom:10px}
.about-impact-section .head h2{margin-bottom:0}
.about-impact-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;width:100%;margin-left:auto;margin-right:auto}
.about-impact-grid .impact-category{min-height:112px;padding:11px 9px 9px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;position:relative}
.about-impact-grid .impact-number{position:absolute;left:9px;top:7px;font-size:9px;font-weight:700;color:var(--edu)}
.about-impact-grid .impact-category>i{font-size:22px;margin:1px 0 5px;color:var(--blue)}
.about-impact-grid .impact-category h3{font-size:15px;line-height:1.2;margin:0;min-height:36px;display:flex;align-items:center;justify-content:center}
.about-impact-grid .impact-category p{display:none}
.about-impact-grid .sdg-row{margin-top:4px;padding-top:0;font-size:11px}
.about-impact-grid .sdg-row small{font-size:11px}
@media(max-width:950px){.about-impact-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.about-impact-grid{grid-template-columns:repeat(2,1fr)}}

/* Reusable organisation profile */
.profile-loading,.profile-error{min-height:55vh;display:grid;place-items:center;background:#fff}
.profile-empty{text-align:center;padding:70px 20px}
.profile-hero{padding:32px 0;background:linear-gradient(125deg,#f8f7f3,#e7eef6);border-bottom:1px solid var(--line)}
.profile-hero-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;align-items:center}
.profile-logo-wrap{width:220px;height:180px;border:0;border-radius:0;background:transparent;box-shadow:none;display:grid;place-items:center;padding:8px;overflow:visible;color:var(--blue);font-size:54px;font-weight:700}
.profile-logo-wrap img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 1px 1px rgba(24,40,76,.18))}
.profile-heading{text-align:left}
.profile-heading h1{max-width:950px;margin:8px 0 8px;text-align:left;font-size:clamp(31px,4vw,48px);line-height:1.08}
.profile-back{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:13px;font-weight:700;margin-bottom:12px}
.profile-status{display:inline-flex;align-items:center;gap:7px;margin-left:18px;color:#217a58;font-size:13px;font-weight:700}
.profile-location{display:flex;align-items:center;gap:9px;color:#566573;font-size:18px;margin:0}
.profile-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}
.profile-actions .btn{gap:8px}
.profile-hero-impacts{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.profile-hero-impacts .profile-impact{background:#fff;border:1px solid #d3dde7;padding:9px 12px;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}
.profile-hero-impacts .profile-impact:hover{transform:translateY(-3px);background:#f8fbff;border-color:var(--blue);box-shadow:0 7px 16px rgba(31,58,95,.1)}
.profile-body-section{padding:48px 0 58px;background:#fff}
.profile-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(290px,.75fr);gap:24px;align-items:start}
.profile-flow-layout{max-width:980px;display:grid;gap:22px}
.profile-main-card,.profile-side-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:0 8px 25px rgba(31,58,95,.05)}
.profile-main-card h2,.profile-side-card h2{text-align:left;font-size:clamp(25px,3vw,33px);margin:8px 0 20px}
.profile-description{color:#465463;font-size:17px;line-height:1.75}
.profile-description p:first-child{margin-top:0}
.profile-description p:last-child{margin-bottom:0}
.profile-sidebar{display:grid;gap:18px}
.profile-impact-list{display:grid;gap:9px}
.profile-impact{display:flex;align-items:center;gap:11px;padding:11px 13px;border-radius:10px;background:#f1f5f9;color:var(--blue);font-size:13px;font-weight:700}
.profile-impact i{width:20px;text-align:center}
.profile-opportunity-card{background:var(--sand)}
.profile-opportunity-card p{color:var(--muted);font-size:14px}
.profile-contact-card{background:var(--sand)}
.profile-contact-strip{display:flex;align-items:center;justify-content:center;gap:22px;padding:18px 22px;border-top:1px solid var(--line)}
.profile-contact-strip h2{font-size:20px;margin:0;text-align:left}
.profile-contact-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}
.profile-contact-icon{width:38px;height:38px;border:1px solid var(--blue);border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--blue);font-size:15px;cursor:pointer;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}
.profile-contact-icon:hover,.profile-contact-icon:focus-visible{transform:translateY(-3px) scale(1.06);background:var(--blue);color:#fff;box-shadow:0 8px 18px rgba(31,58,95,.22);outline:none}
.profile-contact-icon.is-empty{border-color:#c7d0d9;color:#9aa5af;background:#f7f9fa;cursor:default}
.profile-contact-icon.is-empty:hover{transform:none;background:#f7f9fa;color:#9aa5af}
.profile-contact-link{display:grid;grid-template-columns:28px minmax(0,1fr) 14px;align-items:center;gap:9px;padding:11px;border:1px solid #d7e0e8;border-radius:10px;background:#fff;color:var(--blue);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.profile-contact-link:hover,.profile-contact-link:focus-visible{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 7px 18px rgba(31,58,95,.1)}
.profile-contact-link>i:first-child{font-size:18px;text-align:center}
.profile-contact-link>i:last-child{font-size:10px;color:var(--muted)}
.profile-contact-link span{min-width:0;overflow-wrap:anywhere;font-size:12px;font-weight:700}
.profile-contact-link small{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1px}
.profile-contact-empty{margin:0;color:var(--muted);font-size:14px}
.profile-contact-intro{margin:-8px 0 18px;color:var(--muted);font-size:14px}
.profile-contact-link.is-empty{background:#f8fafb;color:#7b8793;border-style:dashed;cursor:default}
.profile-contact-link.is-empty:hover{transform:none;border-color:#d7e0e8;box-shadow:none}
.profile-contact-link.is-empty>i:last-child{color:#9da8b2}
@media(max-width:800px){.profile-hero-grid,.profile-layout{grid-template-columns:1fr}.profile-hero-grid{gap:20px}.profile-logo-wrap{width:min(200px,100%);height:160px}.profile-heading h1{text-align:left}.profile-status{margin-left:12px}.profile-main-card,.profile-side-card{padding:23px}.profile-contact-strip{flex-direction:column;gap:10px}}
@media(max-width:520px){.profile-hero{padding:38px 0}.profile-status{display:flex;margin:0 0 8px}.profile-back{margin-bottom:15px}.profile-location{font-size:15px}}

body[data-page="about"] .purpose-grid .purpose-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

body[data-page="about"] .purpose-grid .purpose-no{
  margin:0 auto 12px;
}

/* Home page: match the About page title hierarchy and tighter rhythm */
body[data-page="home"] .hero{padding:48px 0 52px}
body[data-page="home"] .hero .eyebrow{font-size:15px;margin-bottom:14px}
body[data-page="home"] .hero h1{font-size:clamp(32px,4vw,39px);max-width:850px;margin-top:0;margin-bottom:14px}
body[data-page="home"] .hero .lead{font-size:18px;margin-top:0;margin-bottom:0}
body[data-page="home"] .search{margin-top:24px}
body[data-page="home"] .section{padding:44px 0}
body[data-page="home"] .head{margin-bottom:20px}
body[data-page="home"] .section.white .head{position:relative;display:block;text-align:center}
body[data-page="home"] .section.white .head>.btn{position:absolute;right:0;top:50%;transform:translateY(-50%)}
body[data-page="home"] .section.white .head>.btn:hover,
body[data-page="home"] .section.white .head>.btn:focus-visible{transform:translateY(calc(-50% - 3px))}
body[data-page="home"] .head .eyebrow{font-size:clamp(28px,4vw,39px);line-height:1.15;letter-spacing:-.025em;text-transform:none;margin-bottom:10px}
body[data-page="home"] .head h2{font-size:clamp(25px,3vw,32px);margin-bottom:0}
@media(max-width:600px){body[data-page="home"] .hero{padding:38px 0 42px}body[data-page="home"] .section{padding:36px 0}body[data-page="home"] .section.white .head>.btn{position:static;transform:none;margin-top:16px}body[data-page="home"] .section.white .head>.btn:hover,body[data-page="home"] .section.white .head>.btn:focus-visible{transform:translateY(-3px)}}
body[data-page="home"] .impact-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
body[data-page="home"] .impact-category{position:relative;display:flex;flex-direction:column;min-height:180px;text-align:center;padding:22px 14px 14px}
body[data-page="home"] .impact-category>i{display:block;margin:5px auto 12px;color:var(--blue);font-size:27px}
body[data-page="home"] .impact-category h3{font-size:15px;line-height:1.25;margin:0 auto 7px;max-width:210px}
body[data-page="home"] .impact-category p{margin:0 auto;max-width:210px;font-size:12px;line-height:1.4}
body[data-page="home"] .impact-number{position:absolute;top:14px;left:15px;color:var(--edu);font-size:12px;font-weight:800;letter-spacing:.08em}
body[data-page="home"] .sdg-row{display:flex;justify-content:center;align-items:center;gap:5px;flex-wrap:wrap;margin-top:auto;padding-top:10px}
body[data-page="home"] .sdg-row small{color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.03em}
body[data-page="home"] .sdg-badge{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:5px;background:#536170;color:#fff;font-size:12px;font-weight:800}
body[data-page="home"] .sdg-1{background:#e5243b}body[data-page="home"] .sdg-2{background:#dda63a}body[data-page="home"] .sdg-3{background:#4c9f38}body[data-page="home"] .sdg-4{background:#c5192d}body[data-page="home"] .sdg-5{background:#ff3a21}body[data-page="home"] .sdg-6{background:#26bde2}body[data-page="home"] .sdg-7{background:#fcc30b;color:#27314f}body[data-page="home"] .sdg-8{background:#a21942}body[data-page="home"] .sdg-9{background:#fd6925}body[data-page="home"] .sdg-10{background:#dd1367}body[data-page="home"] .sdg-11{background:#fd9d24;color:#27314f}body[data-page="home"] .sdg-12{background:#bf8b2e}body[data-page="home"] .sdg-13{background:#3f7e44}body[data-page="home"] .sdg-14{background:#0a97d9}body[data-page="home"] .sdg-15{background:#56c02b}body[data-page="home"] .sdg-16{background:#00689d}body[data-page="home"] .sdg-17{background:#19486a}
body[data-page="home"] .impact-category:hover>i{transform:scale(1.08)}
@media(max-width:1100px){body[data-page="home"] .impact-category-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:850px){body[data-page="home"] .impact-category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){body[data-page="home"] .impact-category-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){body[data-page="home"] .impact-category-grid{grid-template-columns:1fr}}
body[data-page="home"] .search:has(.continent-select){grid-template-columns:1.25fr .72fr .82fr .9fr 1fr auto}
body[data-page="home"] .location-level select:disabled,
body[data-page="home"] select[name="country"]:disabled,
body[data-page="directory"] .location-level select:disabled,
body[data-page="directory"] #country:disabled{background:#f2f4f6;color:#8b949d;cursor:not-allowed}
@media(max-width:1100px){body[data-page="home"] .search:has(.continent-select){grid-template-columns:repeat(3,1fr)}body[data-page="home"] .search:has(.continent-select) .btn{grid-column:1/-1}}
@media(max-width:700px){body[data-page="home"] .search:has(.continent-select){grid-template-columns:1fr}}
/* Directory now contains the former Home discovery and category sections */
body[data-page="directory"] .directory-discovery{padding:48px 0 52px}
body[data-page="directory"] .directory-discovery .eyebrow{font-size:15px;margin-bottom:14px}
body[data-page="directory"] .directory-discovery h1{font-size:clamp(32px,4vw,39px);max-width:850px;margin:0 auto 14px}
body[data-page="directory"] .directory-discovery .lead{font-size:18px;margin:0 auto}
body[data-page="directory"] .directory-discovery .search{margin-top:24px;grid-template-columns:1.25fr .72fr .82fr .9fr 1fr auto}
body[data-page="directory"] .directory-impact-section{padding:44px 0}
body[data-page="directory"] .directory-impact-section .head{margin-bottom:20px}
body[data-page="directory"] .directory-impact-section .eyebrow{font-size:clamp(28px,4vw,39px);line-height:1.15;letter-spacing:-.025em;text-transform:none;margin-bottom:10px}
body[data-page="directory"] .directory-impact-section h2{font-size:clamp(25px,3vw,32px);margin-bottom:0}
body[data-page="directory"] .impact-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
body[data-page="directory"] .impact-category{position:relative;display:flex;flex-direction:column;min-height:132px;text-align:center;padding:15px 9px 9px;border-radius:9px}
body[data-page="directory"] .impact-category>i{display:block;margin:3px auto 7px;color:var(--blue);font-size:20px}
body[data-page="directory"] .impact-category h3{font-size:12px;line-height:1.2;margin:0 auto 4px;max-width:190px}
body[data-page="directory"] .impact-category p{margin:0 auto;max-width:190px;font-size:10px;line-height:1.3}
body[data-page="directory"] .impact-number{position:absolute;top:8px;left:9px;color:var(--edu);font-size:9px;font-weight:800;letter-spacing:.06em}
body[data-page="directory"] .sdg-row{display:flex;justify-content:center;align-items:center;margin-top:auto;padding-top:6px}
body[data-page="directory"] .sdg-row small{color:var(--blue);font-size:9px;font-weight:700;letter-spacing:.02em}
@media(max-width:1100px){body[data-page="directory"] .directory-discovery .search{grid-template-columns:repeat(3,1fr)}body[data-page="directory"] .directory-discovery .search .btn{grid-column:1/-1}body[data-page="directory"] .impact-category-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:850px){body[data-page="directory"] .impact-category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){body[data-page="directory"] .impact-category-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){body[data-page="directory"] .impact-category-grid{grid-template-columns:1fr}}
/* Three-column directory: filters, compact results, map */
body[data-page="directory"] .directory-browser-section{background:#fff;padding:30px 0}
body[data-page="directory"] .directory-browser-shell{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px;width:calc(100% - 24px);margin:0 auto;align-items:start}
body[data-page="directory"] .directory-browser-shell>.filters{position:sticky;top:96px;width:auto;margin-top:0}
body[data-page="directory"] .directory-browser-shell>.filters{padding:13px;border-radius:9px}
body[data-page="directory"] .directory-browser-shell>.filters h3{font-size:17px;margin-bottom:12px}
body[data-page="directory"] .directory-browser-shell>.filters .field{margin-bottom:9px}
body[data-page="directory"] .directory-browser-shell>.filters .field label{font-size:11px;margin-bottom:3px}
body[data-page="directory"] .directory-browser-shell>.filters input,
body[data-page="directory"] .directory-browser-shell>.filters select{min-height:39px;padding:7px 9px;font-size:12px}
body[data-page="directory"] .directory-browser-shell>.filters .btn{padding:8px 11px;font-size:12px;width:100%}
body[data-page="directory"] .directory-browser-shell>.filters .filter-reset{gap:7px;margin-top:7px;background:#fff;color:var(--blue);border-color:var(--blue)}
body[data-page="directory"] .directory-browser-shell>.filters .filter-reset:hover,
body[data-page="directory"] .directory-browser-shell>.filters .filter-reset:focus-visible{background:var(--pale);transform:translateY(-2px)}
body[data-page="directory"] .directory-centre-panel{display:grid;grid-template-columns:minmax(430px,480px) minmax(0,1fr);gap:12px;align-items:start;min-width:0}
body[data-page="directory"] .compact-impact-panel{margin-bottom:20px}
body[data-page="directory"] .compact-impact-panel .head{margin:0 0 10px}
body[data-page="directory"] .compact-impact-panel .head h2{display:none}
body[data-page="directory"] .compact-impact-panel .head .eyebrow{font-size:20px;letter-spacing:0;text-transform:none;margin:0}
body[data-page="directory"] .compact-impact-panel .impact-category-grid{grid-template-columns:repeat(5,1fr);gap:6px}
body[data-page="directory"] .compact-impact-panel .impact-category{min-height:72px;padding:9px 5px 6px;border-radius:7px}
body[data-page="directory"] .compact-impact-panel .impact-category>i{font-size:15px;margin:1px auto 4px}
body[data-page="directory"] .compact-impact-panel .impact-category h3{font-size:9px;line-height:1.15;margin:0 auto 2px}
body[data-page="directory"] .compact-impact-panel .impact-category p{display:none}
body[data-page="directory"] .compact-impact-panel .impact-number{top:5px;left:6px;font-size:7px}
body[data-page="directory"] .compact-impact-panel .sdg-row{padding-top:3px}
body[data-page="directory"] .compact-impact-panel .sdg-row small{font-size:7px}
body[data-page="directory"] .directory-centre-panel #orgs{grid-template-columns:repeat(2,1fr)}
body[data-page="directory"] .directory-results-hidden{display:none}
body[data-page="directory"] .directory-results-row{grid-column:2;grid-row:1;display:grid;grid-template-columns:1fr;gap:0;align-items:start;min-width:0}
body[data-page="directory"] .directory-map-panel{position:sticky;top:96px}
body[data-page="directory"] .directory-map-panel .map{width:100%;min-height:calc(100vh - 118px);border-radius:12px}
body[data-page="directory"] .directory-organisation-gallery{grid-column:1;grid-row:1;display:flex;flex-direction:column;height:auto;min-height:0;scroll-margin-top:105px;padding:0}
body[data-page="directory"] .directory-organisation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;grid-auto-rows:minmax(230px,auto);flex:none;gap:8px;min-height:0}
body[data-page="directory"] .directory-organisation-card{overflow:hidden;min-width:0;padding:0;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 6px 20px rgba(28,47,91,.06)}
body[data-page="directory"] .directory-organisation-card>a{display:grid;grid-template-columns:1fr;grid-template-rows:100px auto;height:auto;min-height:230px;color:inherit;text-decoration:none}
body[data-page="directory"] .directory-organisation-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(28,47,91,.13);border-color:#9caed0}
body[data-page="directory"] .directory-card-logo{display:grid;place-items:center;min-width:0;min-height:0;height:96px;margin:8px 14px 0;padding:4px;border:0;border-radius:0;background:transparent;overflow:visible}
body[data-page="directory"] .directory-card-logo img{display:block;width:auto;height:auto;max-width:min(160px,100%);max-height:90px;object-fit:contain;object-position:center;filter:drop-shadow(0 1px 1px rgba(24,40,76,.18))}
body[data-page="directory"] .directory-card-logo>span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--blue);color:#fff;font-size:22px;font-weight:800}
body[data-page="directory"] .directory-card-body{display:flex;flex-direction:column;align-items:center;min-width:0;min-height:0;padding:9px 12px 12px;text-align:center}
body[data-page="directory"] .directory-card-body h3{display:block;width:100%;margin:0 0 5px;overflow:visible;font-size:13.5px;line-height:1.25;color:var(--blue);text-align:center;overflow-wrap:anywhere}
body[data-page="directory"] .directory-card-location{margin:0 0 5px;color:var(--muted);font-size:10.5px}
body[data-page="directory"] .directory-card-tags{display:flex;flex:0 0 auto;justify-content:center;flex-wrap:wrap;gap:3px;margin-bottom:4px}
body[data-page="directory"] .directory-card-tags span{padding:3px 5px;border-radius:999px;background:#eef2f8;color:var(--blue);font-size:8px;font-weight:700;line-height:1.15}
body[data-page="directory"] .directory-card-link{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:5px;margin-top:auto;color:var(--blue);font-size:10px;font-weight:800}
body[data-page="directory"] .directory-organisation-card:hover .directory-card-link i{transform:translateX(3px)}
body[data-page="directory"] .directory-card-link i{transition:transform .2s ease}
body[data-page="directory"] .directory-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;margin-top:8px}
body[data-page="directory"] .directory-pagination button{min-width:38px;min-height:38px;padding:7px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--blue);font:700 12px/1 Inter,Arial,sans-serif;cursor:pointer}
body[data-page="directory"] .directory-pagination button[aria-current="page"]{background:var(--blue);color:#fff;border-color:var(--blue)}
body[data-page="directory"] .directory-pagination button:not([disabled]):hover{transform:translateY(-2px);border-color:var(--blue)}
body[data-page="directory"] .directory-pagination button:disabled{opacity:.4;cursor:not-allowed}
body[data-page="directory"] .directory-pagination>span{padding:0 2px;color:var(--muted)}
body[data-page="directory"] #directory-real-map{background:#dce7f3;z-index:1}
body[data-page="directory"] #directory-real-map .leaflet-popup-content-wrapper{border-radius:9px;color:var(--text);font-family:Inter,Arial,sans-serif}
body[data-page="directory"] #directory-real-map .leaflet-popup-content{margin:14px 16px;min-width:245px}
body[data-page="directory"] .directory-popup{display:grid;grid-template-columns:78px minmax(0,1fr);gap:15px;align-items:center}
body[data-page="directory"] .directory-popup-logo{display:block;width:78px;height:78px;padding:5px;border:0;border-radius:0;background:transparent;object-fit:contain;object-position:center;filter:drop-shadow(0 1px 1px rgba(24,40,76,.18))}
body[data-page="directory"] .directory-popup-placeholder{display:grid;place-items:center;padding:0;border-radius:50%;background:var(--blue);color:#fff;font-size:25px;font-weight:800;filter:none}
body[data-page="directory"] .directory-popup strong{display:inline-block;margin-bottom:2px;color:var(--blue);font-size:15px;line-height:1.25}
body[data-page="directory"] .directory-popup small{display:inline-block;margin:3px 0;color:var(--muted);line-height:1.35}
body[data-page="directory"] .directory-popup a{color:#0878b7;font-weight:700}
body[data-page="directory"] #directory-real-map .leaflet-control-zoom a{color:var(--blue)}
@media(max-width:1350px){body[data-page="directory"] .compact-impact-panel .impact-category-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:1350px){body[data-page="directory"] .directory-centre-panel{grid-template-columns:minmax(410px,455px) minmax(0,1fr)}}
@media(max-width:1050px){body[data-page="directory"] .directory-centre-panel{grid-template-columns:1fr}body[data-page="directory"] .directory-organisation-gallery{grid-column:1;grid-row:1;height:auto}body[data-page="directory"] .directory-results-row{grid-column:1;grid-row:2}body[data-page="directory"] .directory-map-panel{position:static}body[data-page="directory"] .directory-map-panel .map{min-height:420px}body[data-page="directory"] .directory-centre-panel #orgs{grid-template-columns:repeat(2,1fr)}body[data-page="directory"] .directory-organisation-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}body[data-page="directory"] .directory-organisation-card>a{min-height:132px}}
@media(max-width:760px){body[data-page="directory"] .directory-browser-shell{grid-template-columns:1fr}body[data-page="directory"] .directory-browser-shell>.filters{position:static;margin-top:0}body[data-page="directory"] .directory-centre-panel #orgs{grid-template-columns:1fr}body[data-page="directory"] .directory-organisation-grid{grid-template-columns:1fr;grid-auto-rows:auto}}
@media(max-width:900px){.site-header{gap:12px}.language-control{margin-left:auto}}

/* Mobile navigation: the desktop link row remains unchanged above 900px. */
.nav-content{display:flex;align-items:center;gap:20px}
.mobile-nav-toggle{display:none}
@media(max-width:900px){
  html,body{max-width:100%;overflow-x:clip}
  body.mobile-nav-open{overflow:hidden}
  .site-header{position:relative}
  .mobile-nav-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 44px;
    width:44px;
    height:44px;
    margin-left:auto;
    padding:0;
    border:1px solid var(--line);
    border-radius:10px;
    background:#fff;
    color:var(--blue);
    cursor:pointer;
  }
  .mobile-nav-toggle:hover,.mobile-nav-toggle:focus-visible{
    border-color:var(--blue);
    box-shadow:0 0 0 3px rgba(31,58,95,.1);
  }
  .mobile-nav-icon{display:grid;gap:4px;width:20px}
  .mobile-nav-icon span{
    display:block;
    width:20px;
    height:2px;
    border-radius:99px;
    background:currentColor;
    transition:transform .2s ease,opacity .2s ease;
  }
  .mobile-nav-toggle[aria-expanded="true"] .mobile-nav-icon span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .mobile-nav-toggle[aria-expanded="true"] .mobile-nav-icon span:nth-child(2){opacity:0}
  .mobile-nav-toggle[aria-expanded="true"] .mobile-nav-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .nav-content{
    display:none;
    position:absolute;
    z-index:30;
    top:calc(100% + 1px);
    left:0;
    right:0;
    max-width:100%;
    max-height:calc(100vh - 110px);
    overflow-y:auto;
    padding:12px;
    border:1px solid var(--line);
    border-top:0;
    border-radius:0 0 14px 14px;
    background:#fff;
    box-shadow:0 18px 34px rgba(31,58,95,.16);
  }
  .nav-content.is-open{display:block}
  .site-header .nav-content .links{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:2px;
  }
  .site-header .nav-content .links a{
    display:flex;
    align-items:center;
    min-height:44px;
    padding:10px 12px;
    border-radius:8px;
    white-space:normal;
  }
  .site-header .nav-content .links a:hover,
  .site-header .nav-content .links a:focus-visible,
  .site-header .nav-content .links a.active{
    background:var(--pale);
    color:var(--blue);
    transform:none;
  }
  .site-header .nav-content .links .contact-cta{
    justify-content:center;
    margin-top:7px;
  }
  .site-header .nav-content .language-control{
    display:flex;
    justify-content:flex-start;
    margin:10px 0 0;
    padding:12px;
    border-top:1px solid var(--line);
  }
}
@media(max-width:600px){
  body .site-header .official-logo,
  body .site-header .official-logo img,
  body .site-header .logo img{
    width:min(210px,calc(100vw - 100px))!important;
    max-width:min(210px,calc(100vw - 100px))!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .mobile-nav-icon span{transition:none}
}

@media(max-width:760px){
  body[data-page="directory"] .directory-organisation-card>a{grid-template-columns:120px minmax(0,1fr);grid-template-rows:none;min-height:150px}
  body[data-page="directory"] .directory-card-logo{height:auto;min-height:112px;margin:10px 0 10px 10px;padding:6px}
  body[data-page="directory"] .directory-card-logo img{max-width:104px;max-height:104px}
  body[data-page="directory"] .directory-card-body{align-items:flex-start;padding:13px 12px;text-align:left}
  body[data-page="directory"] .directory-card-body h3{text-align:left}
  body[data-page="directory"] .directory-card-tags{justify-content:flex-start}
  body[data-page="directory"] .directory-card-link{justify-content:flex-start}
}
@media(max-width:480px){
  body[data-page="directory"] .directory-organisation-card>a{grid-template-columns:100px minmax(0,1fr)}
  body[data-page="directory"] .directory-card-logo{min-height:94px;margin:8px 0 8px 8px;padding:5px}
  body[data-page="directory"] .directory-card-logo img{max-width:86px;max-height:86px}
  body[data-page="directory"] .directory-card-logo>span{width:54px;height:54px}
  .profile-logo-wrap{width:min(180px,100%);height:145px}
}
