/* Connect+ editorial direction — see DESIGN.md. */
:root{--cp-font-sans:"Plus Jakarta Sans","Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;--cp-paper:#f6f7f3;--cp-soft:#edf1e9;--cp-frame:20px;--cp-gutter:clamp(24px,6.5vw,120px)}
body.cp-site{font-family:var(--cp-font-sans);background:#fff;color:var(--cp-ink);font-size:15px;line-height:2}
body.cp-menu-open{overflow:hidden}
a,button{-webkit-tap-highlight-color:transparent}
.cp-container{width:min(100% - var(--cp-gutter)*2,1180px)}
.cp-section{padding-block:120px}
.cp-site .cp-section-en{font-family:var(--cp-font-sans);font-size:clamp(36px,4vw,56px);font-weight:600;line-height:1.15;letter-spacing:-.035em;color:var(--cp-green-dark);margin-bottom:16px}
.cp-eyebrow{font-size:14px;letter-spacing:.08em;margin-bottom:32px!important}
.cp-eyebrow::before{display:none}
.cp-section h2{font-size:28px;line-height:1.8;font-weight:500}
.cp-button{border-radius:8px;min-height:52px;font-size:13px}
.cp-button:hover{background:var(--cp-green-dark);border-color:var(--cp-green-dark)}
.cp-button-secondary:hover{background:var(--cp-soft)}
.cp-text-link{border:0;gap:24px;font-size:14px}
.cp-square-link{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:9px;color:white;background:var(--cp-green-dark);transition:background .2s,transform .2s}
.cp-square-link:hover{background:var(--cp-green);transform:translateX(3px)}
/* Header: the in-flow brand/nav scroll away, the menu control is fixed. */
.cp-header{position:absolute;inset:0 0 auto;z-index:100;border:0;background:none;height:0;top:0}
.admin-bar .cp-header{top:32px}
.cp-header .cp-logo{position:absolute;left:48px;top:48px}
.cp-header .cp-logo img{width:180px;max-height:none}
.cp-desktop-nav{position:absolute;right:52px;top:42px;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.cp-desktop-nav>a:not(.cp-button){font-size:14px;line-height:2;letter-spacing:.05em}
.cp-menu-toggle{position:fixed;top:48px;right:48px;width:44px;height:44px;min-height:44px;border:0;border-radius:10px;background:var(--cp-green-dark);color:#fff;align-items:center;justify-content:center;z-index:110;cursor:pointer;display:none}
.cp-js .is-scrolled .cp-menu-toggle{display:flex}
.cp-menu-lines{display:block;width:12px;height:8px;border-block:1px solid currentColor}
.admin-bar .cp-menu-toggle{top:80px}
.cp-drawer{inset:32px 32px auto auto;margin:0;width:min(720px,calc(100% - 64px));max-width:none;max-height:calc(100dvh - 64px);overflow:auto;border:0;border-radius:12px;padding:28px 32px 64px;background:var(--cp-green-dark);color:#fff;box-shadow:none}
.cp-drawer::backdrop{background:rgb(0 0 0 / .4)}
.cp-drawer[open]{animation:cp-drawer-in .22s ease-out}
@keyframes cp-drawer-in{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}
.cp-drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;font-size:12px;letter-spacing:.1em}
.cp-drawer-close{display:grid;place-items:center;width:44px;height:44px;font-size:26px;line-height:1;background:none;border:0;color:#fff;cursor:pointer}
.cp-drawer-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.cp-drawer-heading{display:flex;align-items:center;justify-content:space-between;min-height:60px;font-weight:500;gap:20px;font-size:15px;border-bottom:1px solid #ffffff30;padding:12px 0}
.cp-drawer-heading span{display:grid;place-items:center;flex-shrink:0;width:22px;height:22px;border-radius:5px;background:white;color:var(--cp-green-dark);font-size:13px}
.cp-drawer-group{padding-bottom:20px;border-bottom:1px solid #ffffff30}
.cp-drawer-group .cp-drawer-heading{border:0}
.cp-drawer-group>a:not(.cp-drawer-heading){display:block;padding:8px 0;font-size:14px;min-height:44px}
.cp-drawer a:hover{text-decoration:underline;text-underline-offset:5px}
.cp-drawer :focus-visible{outline-color:#fff}
/* Spacious, framed first view. */
.cp-hero{margin:var(--cp-frame);padding:0;min-height:calc(100svh - var(--cp-frame)*2);background:var(--cp-paper);position:relative}
.cp-hero-grid{width:100%;min-height:inherit;display:grid;grid-template-columns:38% 24% 38%;align-items:center;gap:0;padding:100px 0}
.cp-hero-copy{padding:0 30px 0 clamp(40px,7.5vw,116px)}
.cp-hero h1{font-family:inherit;font-size:21px;line-height:2;letter-spacing:.22em;font-weight:500;margin:0}
.cp-hero-kicker{font-family:var(--cp-font-sans);font-size:9px;letter-spacing:.09em;color:var(--cp-muted);margin-top:24px!important;line-height:1.8}
.cp-hero-figure{display:block;align-self:center;width:100%}
.cp-fv{aspect-ratio:2/3;border-radius:0}
.cp-hero-figure figcaption{font-size:9px;letter-spacing:.04em;margin-top:10px}
.cp-hero-figure figcaption>span:first-child{display:none}
.cp-slide-toggle{right:12px;bottom:12px;width:44px;height:44px;border-radius:8px;background:#ffffffed}
.cp-hero-update{position:absolute;width:25%;right:30px;bottom:28px;padding-top:24px;border-top:1px solid var(--cp-line);font-size:12px}
.cp-hero-update p{line-height:1.9}
.cp-hero-update .cp-category{margin-bottom:12px!important}
.cp-hero-update .cp-text-link{font-size:12px;padding-top:8px}
.cp-editorial-feature{position:relative;display:grid;grid-template-columns:28% 72%;align-items:center;gap:0;padding:80px 0 120px;margin:0 32px}
.cp-feature-copy{z-index:1;padding-right:32px}
.cp-feature-copy h2{font-size:15px;font-weight:500}
.cp-feature-copy>p:not(.cp-section-en){font-size:18px;line-height:2.2;margin-top:44px}
.cp-feature-copy .cp-square-link{margin-top:36px}
.cp-feature-media{background:var(--cp-paper);padding:40px 18% 24px 8%;position:relative}
.cp-feature-media::before{content:'';position:absolute;left:-22%;top:0;width:22%;height:100%;background:var(--cp-paper);z-index:-1}
.cp-feature-media img{width:100%;aspect-ratio:1.2;object-fit:cover}
.cp-feature-media figcaption{font-size:10px;color:var(--cp-muted);text-align:right;margin-top:8px}
.cp-how{background:#fff;border-top:0}
.cp-flow{background:var(--cp-paper);border:0}
.cp-flow li{padding:40px}
.cp-flow li+li::before{background:var(--cp-paper)}
.cp-org-card{border:0;border-radius:0;background:transparent}
.cp-org-image{height:180px;border:0;background:var(--cp-paper);padding:40px}
.cp-org-content{padding:24px 0;border-bottom:1px solid var(--cp-line)}
.cp-org-grid{gap:48px 32px}
.cp-business{background:var(--cp-paper);border:0}
.cp-business-note{border:0}
.cp-about-band{background:var(--cp-soft)}
.cp-news-empty{border-radius:0;background:var(--cp-paper);border:0;padding:56px 32px}
.cp-news-image{border-radius:0}
/* Shared page banners and long-form content. */
.cp-page-heading{width:auto;max-width:none;margin:20px;padding:240px var(--cp-gutter) 64px;background:var(--cp-paper)}
.cp-page-heading .cp-breadcrumb{font-size:11px;margin-bottom:24px}
.cp-page-title{display:flex;align-items:baseline;gap:28px;flex-wrap:wrap}
.cp-page-title .cp-section-en{font-size:48px;margin:0}
.cp-page-heading h1{font-size:20px;line-height:1.7;letter-spacing:.06em;margin:0;font-weight:500}
.cp-page-heading>.cp-lead{max-width:720px;margin-top:32px;font-size:15px}
.cp-page-heading>.cp-small-note{margin-top:24px!important}
.cp-page-heading .cp-actions{margin-top:28px}
.cp-content{padding-block:80px 120px}
.cp-reading{width:min(100% - 48px,800px);margin-inline:auto}
.cp-site .cp-reading.prose{font-size:15px;line-height:2.1}
.cp-reading.prose h2{font-size:24px;border-top:1px solid var(--cp-line);padding-top:32px;margin-top:56px}
.cp-reading.prose h3{font-size:19px}
.cp-reading.prose a{color:var(--cp-green);text-underline-offset:4px}
.cp-reading.prose img{border-radius:0}
.cp-reading.prose table{display:block;overflow:auto;width:100%}
.cp-reading.prose input:not([type=checkbox]):not([type=radio]):not([type=submit]),.cp-reading.prose select,.cp-reading.prose textarea{display:block;width:100%;max-width:100%;border:1px solid var(--cp-line);background:var(--cp-paper);padding:14px 16px;border-radius:4px;font:inherit;color:var(--cp-ink);box-sizing:border-box}
.cp-reading.prose input[type=submit],.cp-reading.prose button[type=submit]{background:var(--cp-green);color:#fff;border-radius:8px;border:0;padding:16px 40px;min-height:52px;cursor:pointer}
.cp-reading.prose label{font-size:14px;color:var(--cp-ink)}
.cp-reading.prose .wpcf7-form-control-wrap{display:block;margin-top:12px}
.cp-reading.prose .wpcf7-not-valid-tip{font-size:13px;color:#9c3838}
.cp-service .cp-two-options article,.cp-service .cp-columns-three article,.cp-service .cp-steps li,.cp-company-work-card{border:0;border-radius:0;background:var(--cp-paper)}
.cp-service .cp-fields{border:0;border-radius:0}
.cp-service .cp-soft .cp-two-options article{background:white}
.cp-company-work{background:white}
.cp-company-work-card{padding:40px}
.cp-wide-image{width:100%;aspect-ratio:2.4;object-fit:cover;margin-block:32px}
.cp-news-list{border-top:1px solid var(--cp-line)}
.cp-news-row{display:grid;grid-template-columns:120px 130px 1fr 24px;align-items:baseline;gap:24px;padding:28px 0;border-bottom:1px solid var(--cp-line);color:var(--cp-ink)}
.cp-news-row:hover h2{text-decoration:underline;text-underline-offset:5px}
.cp-news-row time{font-size:12px;color:var(--cp-muted)}
.cp-news-row h2{font-size:16px;font-weight:400;line-height:2;margin:0}
.cp-news-row .cp-category{font-size:11px!important;border:1px solid var(--cp-line);border-radius:20px;text-align:center;padding:0 10px}
.cp-news-filter{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:36px}
.cp-news-filter a{font-size:13px;padding:8px 24px;border:1px solid var(--cp-line);border-radius:30px;min-height:44px}
.cp-news-filter a[aria-current=true]{background:var(--cp-green);color:white;border-color:var(--cp-green)}
.cp-pagination,.nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:48px}
.cp-pagination .page-numbers,.nav-links .page-numbers{min-width:44px;min-height:44px;display:grid;place-items:center;border-radius:8px;padding:8px;color:var(--cp-green);border:1px solid var(--cp-line)}
.cp-pagination .current,.nav-links .current{background:var(--cp-green);color:#fff}
.cp-post-meta{display:flex;gap:24px;margin:32px 0;color:var(--cp-muted);font-size:13px}
.cp-post-nav{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;border-top:1px solid var(--cp-line);padding-top:40px;margin-top:64px;font-size:13px}
.cp-post-nav>*:last-child{text-align:right}
/* Footer echoes the spacious sitemap, using a green-black surface. */
.cp-footer{background:#19251e;color:#fff;padding:48px 0 32px}
.cp-footer>.cp-container{width:calc(100% - 64px);max-width:none}
.cp-footer-grid{grid-template-columns:240px 280px 1fr;grid-template-rows:auto auto;gap:40px 48px;margin-bottom:48px;min-height:240px}
.cp-footer-brand{grid-column:1/-1}
.cp-footer-brand img{width:170px;margin-bottom:0}
.cp-footer-brand>p{display:none}
.cp-footer-grid>div:not(.cp-footer-brand){grid-row:2}
.cp-footer h2{font-size:12px;color:#c9d6ca;margin-bottom:18px}
.cp-footer ul{font-size:14px;line-height:2.7}
.cp-footer-bottom{display:grid;grid-template-columns:1fr auto;border:0;padding-top:0;gap:32px}
.cp-legal-links{grid-column:1/-1;display:flex;flex-direction:column;align-items:flex-end;font-size:12px;gap:12px;margin-bottom:24px}
.cp-footer-bottom small{grid-column:1/-1;text-align:right;padding-top:32px;border-top:1px solid #ffffff20;font-size:11px}
@media(min-width:1024px){.cp-js .cp-desktop-nav{transition:opacity .2s}.cp-js .is-scrolled .cp-desktop-nav{visibility:hidden;opacity:0}}
@media(max-width:1023px){
.cp-header .cp-logo{left:36px;top:36px}.cp-header .cp-logo img{width:150px}.cp-js .cp-desktop-nav{display:none}.cp-menu-toggle{right:36px;top:32px}.cp-js .cp-menu-toggle{display:flex}.admin-bar .cp-menu-toggle{top:64px}
.cp-hero-copy{padding-left:40px}.cp-hero h1{font-size:18px}.cp-hero-update{width:28%}.cp-hero-kicker{display:none}.cp-hero-grid{grid-template-columns:38% 30% 32%}
.cp-editorial-feature{grid-template-columns:30% 70%}.cp-feature-media{padding-right:8%}.cp-footer-grid{grid-template-columns:1fr 1fr}.cp-page-heading{padding-top:160px}.cp-news-row{grid-template-columns:100px 100px 1fr 20px;gap:16px}
}
@media(max-width:767px){
:root{--cp-frame:16px;--cp-gutter:24px}
.cp-container{width:calc(100% - 48px)}.cp-section{padding-block:72px}.cp-section h2{font-size:24px}.cp-site .cp-section-en{font-size:36px;margin-bottom:12px}.cp-eyebrow{font-size:13px;margin-bottom:24px!important}
.cp-header .cp-logo{left:32px;top:36px}.cp-header .cp-logo img{width:152px}.cp-menu-toggle{right:32px;top:28px}.admin-bar .cp-header{top:46px}.admin-bar .cp-menu-toggle{top:74px}
.cp-drawer{inset:16px 16px auto;width:calc(100% - 32px);max-height:calc(100dvh - 32px);padding:16px 24px 32px;border-radius:10px}.cp-drawer-grid{grid-template-columns:1fr;gap:0}.cp-drawer-top{margin-bottom:12px}.cp-drawer-heading{font-size:14px;min-height:56px}.cp-drawer-group>a:not(.cp-drawer-heading){font-size:13px}
.cp-hero{min-height:0}.cp-hero-grid{display:flex;flex-direction:column;align-items:stretch;padding:96px 24px 24px;gap:0;min-height:0}
.cp-hero-copy{padding:0 4px}.cp-hero h1{font-size:18px;line-height:2;letter-spacing:.14em;margin:0}.cp-hero-figure{width:68%;margin:72px auto 0!important}.cp-fv{aspect-ratio:2/3}.cp-hero-figure figcaption{font-size:9px}.cp-hero-update{position:static;width:100%;margin-top:72px;padding-top:20px;font-size:12px}.cp-hero-update .cp-text-link{font-size:12px}.cp-slide-toggle{width:36px;height:36px;min-height:44px;min-width:44px;right:8px;bottom:8px}
.cp-editorial-feature{display:flex;flex-direction:column-reverse;margin:0;padding:56px 24px 72px;gap:36px;align-items:stretch}.cp-feature-media{padding:24px;background:var(--cp-paper)}.cp-feature-media::before{display:none}.cp-feature-media img{aspect-ratio:1.15}.cp-feature-copy{padding:0}.cp-feature-copy h2{font-size:14px}.cp-feature-copy>p:not(.cp-section-en){font-size:16px;margin-top:24px}.cp-feature-copy .cp-square-link{margin-top:24px}
.cp-flow li{padding:24px 24px 24px 68px}.cp-org-card{display:flex;padding:0;gap:0}.cp-org-image{height:160px;width:100%;padding:32px}.cp-org-content{padding:24px 0}.cp-org-grid{gap:32px}.cp-news-empty{padding:32px 24px}.cp-company-work-card{padding:28px}
.cp-page-heading{width:auto;margin:16px;padding:120px 24px 40px}.cp-page-title{display:block}.cp-page-title .cp-section-en{font-size:36px;margin-bottom:12px}.cp-page-heading h1{font-size:19px}.cp-page-heading>.cp-lead{font-size:14px;margin-top:24px}.cp-page-heading>.cp-lead br{display:none}.cp-page-heading .cp-breadcrumb{font-size:10px;margin-bottom:24px}.cp-content{padding-block:48px 72px}.cp-reading{width:calc(100% - 48px)}.cp-site .cp-reading.prose{font-size:14px}.cp-reading.prose h2{font-size:21px}.cp-wide-image{aspect-ratio:1.4}
.cp-news-row{grid-template-columns:100px 1fr 20px;gap:12px;padding:24px 0}.cp-news-row h2{grid-column:1/3;grid-row:2;font-size:15px}.cp-news-row>span:last-child{grid-column:3;grid-row:2}.cp-news-row .cp-category{justify-self:start}.cp-news-filter{gap:8px}.cp-news-filter a{padding:8px 16px;font-size:12px}.cp-post-nav{grid-template-columns:1fr;gap:24px}.cp-post-nav>*:last-child{text-align:left}
.cp-footer{padding:40px 0 24px}.cp-footer>.cp-container{width:calc(100% - 48px)}.cp-footer-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:40px;min-height:0}.cp-footer-grid>div:not(.cp-footer-brand){grid-row:auto}.cp-footer-brand{grid-column:auto}.cp-footer-brand img{width:148px}.cp-footer ul{font-size:13px}.cp-legal-links{align-items:flex-start;font-size:11px;margin:0}.cp-footer-bottom small{text-align:left;font-size:10px}
}
@media(prefers-reduced-motion:reduce){.cp-drawer[open]{animation:none}.cp-square-link:hover{transform:none}}
@media(max-width:767px){.cp-hero-grid{width:100%}}
/* Admin toolbar offset without changing the drawer's fixed viewport bounds. */
.admin-bar .cp-drawer{top:64px;max-height:calc(100dvh - 96px)}
@media(max-width:782px){.admin-bar .cp-drawer{top:62px;max-height:calc(100dvh - 78px)}}
/* Keep native keyboard focus on the otherwise-collapsed desktop menu trigger. */
.cp-js .cp-menu-toggle:focus-visible{display:flex}
.cp-reading.prose{max-width:800px}.cp-reading .prose{max-width:none}
html:not(.cp-js) .cp-header{position:relative;height:auto;padding:32px}
html:not(.cp-js) .cp-header .cp-logo{position:static;margin-bottom:24px}
html:not(.cp-js) .cp-desktop-nav{position:static;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}
.cp-service-anchors{padding-block:16px 40px}
/* The FV and Mission share one scroll-driven photo viewport. */
.cp-fv-anchor{width:100%;aspect-ratio:2/3}
.cp-fv-anchor>.cp-fv{width:100%;height:100%}
.cp-fv.cp-photo-traveller{position:fixed;left:0;top:0;margin:0;aspect-ratio:auto;z-index:3;will-change:transform,width,height;transition:none;contain:layout paint}
.cp-photo-destination{opacity:0}
.cp-home{position:relative;isolation:isolate}
.cp-scroll-backdrop{display:none;pointer-events:none}
.cp-hero.cp-background-moving{background:transparent}
.cp-background-moving .cp-scroll-backdrop{display:block;position:fixed;top:0;left:0;z-index:-1;background:var(--cp-paper);will-change:transform,width,height}
.cp-feature-media.cp-background-arrival{background:transparent}
.cp-feature-media.cp-background-arrival::before{display:none}
.cp-hero-figure:has(.is-travelling)>figcaption{visibility:hidden}
.cp-hero-grid{grid-template-columns:32% 42% 26%}
.cp-hero-copy{padding-left:clamp(32px,5vw,76px);padding-right:20px}
.cp-fv-anchor{aspect-ratio:1}
 .cp-fv{--cp-photo-angle:45deg;--cp-rotor-width:70.710678%;--cp-rotor-height:70.710678%;--cp-image-scale:1.414214;background:transparent}
.cp-photo-rotor{position:absolute;left:50%;top:50%;width:var(--cp-rotor-width);height:var(--cp-rotor-height);overflow:hidden;border-radius:clamp(16px,2.4vw,32px);transform:translate(-50%,-50%) rotate(var(--cp-photo-angle));transform-origin:center}
.cp-photo-rotor .cp-fv-slide{clip-path:none;transform:rotate(calc(-1 * var(--cp-photo-angle))) scale(var(--cp-image-scale));transform-origin:center}
@media(max-width:767px){.cp-hero-figure{width:100%;margin-top:44px!important}.cp-hero-copy{padding:0 4px}.cp-hero-update{margin-top:40px}}
@media(prefers-reduced-motion:reduce){.cp-fv.cp-photo-traveller{position:relative;inset:auto;transform:none!important;width:100%!important;height:100%!important;will-change:auto}.cp-photo-destination{opacity:1}}

/* Open service steps with typographic hierarchy and quiet dividers. */
.cp-service-flow{gap:0;background:transparent;border:0}
.cp-service-flow li,.cp-service-flow li+li{padding:8px 36px 12px;background:transparent;border:0;border-radius:0}
.cp-service-flow li:first-child{padding-left:0}
.cp-service-flow li:last-child{padding-right:0}
.cp-service-flow li+li{border-left:1px solid var(--cp-line)}
.cp-service-flow li+li::before{content:none}
.cp-flow-number{display:block;margin:0 0 24px;background:none;color:var(--cp-green);font-family:var(--cp-font-sans);font-size:32px;font-weight:400;letter-spacing:-.04em;line-height:1}
.cp-service-flow h3{color:var(--cp-ink);font-size:20px;font-weight:600;line-height:1.5;margin:0 0 14px}
.cp-service-flow p{font-size:14px;line-height:2;color:var(--cp-ink);margin:0;opacity:.85}
@media(max-width:767px){
.cp-service-flow{gap:0}
.cp-service-flow li,.cp-service-flow li+li,.cp-service-flow li:first-child,.cp-service-flow li:last-child{display:grid;grid-template-columns:40px 1fr;column-gap:20px;padding:24px 0;border-left:0}
.cp-service-flow li+li{border-top:1px solid var(--cp-line)}
.cp-flow-number{grid-column:1;grid-row:1/3;margin:0;font-size:28px;line-height:1.25}
.cp-service-flow h3{grid-column:2;font-size:18px;margin:2px 0 10px}
.cp-service-flow p{grid-column:2;font-size:14px}
}

/* Outline each homepage Partners card as one group. */
.cp-home #organizations .cp-org-card{border:1px solid var(--cp-line);border-radius:12px;overflow:hidden;background:#fff}
.cp-home #organizations .cp-org-content{padding:24px;border-bottom:0}

/* A browsable strip with a glimpse of the next partner. */
.cp-home #organizations .cp-partners-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;padding:2px 2px 20px;scrollbar-width:thin;scrollbar-color:var(--cp-line) transparent}
.cp-home #organizations .cp-partners-track .cp-org-card{flex:0 0 36%;scroll-snap-align:start;min-width:0}
.cp-home #organizations .cp-partners-track .cp-org-content{display:flex;flex:1;flex-direction:column}
.cp-home #organizations .cp-partners-track .cp-text-link{margin-top:auto;padding-top:24px}
.cp-partners-track:focus-visible{outline:2px solid var(--cp-green);outline-offset:6px}
.cp-partners-controls{display:flex;align-items:center;justify-content:space-between;margin-top:18px;color:var(--cp-green)}
.cp-partners-controls[hidden]{display:none}
.cp-partners-position{font:12px var(--cp-font-sans);letter-spacing:.12em}
.cp-partners-buttons{display:flex;gap:12px}
.cp-partners-buttons button{width:48px;height:48px;border:1px solid var(--cp-line);border-radius:50%;background:white;color:var(--cp-green);font-size:20px;cursor:pointer}
.cp-partners-buttons button:hover:not(:disabled){background:var(--cp-paper);border-color:var(--cp-green)}
.cp-partners-buttons button:disabled{opacity:.3;cursor:default}
@media(max-width:767px){.cp-home #organizations .cp-partners-track{gap:16px}.cp-home #organizations .cp-partners-track .cp-org-card{flex-basis:86%;display:flex;padding:0}.cp-home #organizations .cp-partners-track .cp-org-content{padding:20px}}

/* Let the next partner continue to the viewport edge. */
.cp-home #organizations .cp-partners-track{margin-right:calc(-1 * var(--cp-partners-edge, 0px));padding-right:0}

.cp-home #organizations .cp-partners-track{margin-left:calc(-1 * var(--cp-partners-start,0px));padding-left:var(--cp-partners-start,0px);padding-right:var(--cp-partners-edge,24px);scrollbar-width:none;scroll-padding-left:var(--cp-partners-start,0px);box-sizing:border-box}
.cp-home #organizations .cp-partners-track::-webkit-scrollbar{display:none}
.cp-partners-meter{height:3px;background:var(--cp-paper);margin-top:4px;overflow:hidden;border-radius:2px}
.cp-partners-meter span{display:block;height:100%;background:var(--cp-line);border-radius:2px;transform-origin:left}

/* CF7 templates live in the database, outside Tailwind's PHP content scan. */
.cp-reading .wpcf7-form .not-prose.space-y-8>div+div{margin-top:32px}
.cp-reading .wpcf7-form p{margin:0}
.cp-reading .wpcf7-form .relative{position:relative}
.cp-reading .wpcf7-form .relative>.pointer-events-none{position:absolute;inset:0 16px 0 auto;display:flex;align-items:center;pointer-events:none;padding:0}
.cp-reading .wpcf7-form .relative svg{display:block;width:16px;height:16px;fill:currentColor}
.cp-reading.prose .wpcf7-form select{appearance:none;padding-right:48px}
.cp-reading.prose .wpcf7-form-control-wrap{margin-top:0}
.cp-reading .wpcf7-form .justify-center{display:flex;justify-content:center}
.cp-reading .wpcf7-form label.inline-flex{display:flex;align-items:center;justify-content:center;gap:10px;line-height:1.8;cursor:pointer}
.cp-reading .wpcf7-form label.inline-flex>br{display:none}
.cp-reading .wpcf7-form .wpcf7-list-item{margin:0}
.cp-reading .wpcf7-form input[type=checkbox]{display:block;width:18px;height:18px;accent-color:var(--cp-green);flex-shrink:0}
.cp-reading.prose .wpcf7-form input[type=submit]{min-width:240px;max-width:100%;font-weight:600}
.cp-reading.prose .wpcf7-form input[type=submit]:disabled{opacity:.45;cursor:not-allowed}
.cp-reading .wpcf7-form input:focus-visible,.cp-reading .wpcf7-form select:focus-visible,.cp-reading .wpcf7-form textarea:focus-visible{outline:2px solid var(--cp-green);outline-offset:3px}
.cp-reading.prose .wpcf7-form input[type=hidden]{display:none}
@media(max-width:767px){.cp-reading.prose .wpcf7-form input,.cp-reading.prose .wpcf7-form select,.cp-reading.prose .wpcf7-form textarea{font-size:16px}.cp-reading .wpcf7-form .not-prose.space-y-8>div+div{margin-top:28px}}

/* Match the donation fraction to the site's sans-serif numerals. */
.cp-business-note .cp-ratio{font-family:var(--cp-font-sans);font-weight:400;letter-spacing:-.04em;font-variant-numeric:lining-nums tabular-nums}
.cp-business-note .cp-ratio span{font-family:inherit;font-weight:400;letter-spacing:0}

/* Company services follow the homepage's open, numbered layout. */
.cp-company-work-grid{gap:0;margin-top:40px}
.cp-company-work-card{padding:8px 36px 12px;background:transparent;border:0;border-radius:0}
.cp-company-work-card:first-child{padding-left:0}
.cp-company-work-card:last-child{padding-right:0;border-left:1px solid var(--cp-line)}
.cp-company-work-card .cp-company-work-label{margin:0 0 10px;font-size:12px;line-height:1.5}
.cp-company-work-card h3{font-size:20px;font-weight:600;line-height:1.5;margin:0 0 14px}
.cp-company-work-card>p:last-child{font-size:14px;line-height:2;color:var(--cp-ink);opacity:.85;margin:0}
@media(max-width:767px){
.cp-company-work-grid{margin-top:28px}
.cp-company-work-card,.cp-company-work-card:first-child,.cp-company-work-card:last-child{display:grid;grid-template-columns:40px 1fr;column-gap:20px;padding:24px 0;border-left:0}
.cp-company-work-card+.cp-company-work-card{border-top:1px solid var(--cp-line)}
.cp-company-work-card .cp-flow-number{grid-row:1/4}
.cp-company-work-card .cp-company-work-label,.cp-company-work-card h3,.cp-company-work-card>p:last-child{grid-column:2}
.cp-company-work-card h3{font-size:18px;margin-bottom:10px}
}
.cp-business-note .cp-ratio span{font-size:1em}

/* Consistent text buttons on the homepage. */
.cp-home .cp-mission-button{margin-top:32px}
.cp-home .cp-news-actions{display:flex;justify-content:center;margin-top:32px}
.cp-home .cp-hero-update .cp-button{margin-top:12px;min-width:0;font-size:12px;padding:12px 16px}
.cp-home .cp-business .cp-button{margin-top:28px}

.cp-drawer-logo{display:block;flex-shrink:0}
.cp-drawer-logo img{display:block;width:172px;height:auto}
@media(max-width:767px){.cp-drawer-logo img{width:148px}}

/* One consistent arrow treatment across drawer links. */
.cp-drawer-grid a{display:flex;align-items:center;justify-content:space-between;gap:20px}
.cp-drawer-grid .cp-drawer-group>a:not(.cp-drawer-heading){display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0;min-height:44px}
.cp-drawer-arrow{display:block;flex:0 0 18px;width:18px;height:18px;color:inherit}
.cp-drawer-arrow-external{transform:rotate(-45deg)}

/* Service: reserve panels for choosing a donation method. */
.cp-service #platform{background:#fff}
.cp-service #cms{border-top:1px solid var(--cp-line)}
.cp-service .cp-two-options{margin:44px 0 32px;gap:32px}
.cp-service .cp-two-options article,.cp-service .cp-soft .cp-two-options article{background:var(--cp-paper);border:0;border-top:2px solid var(--cp-green);border-radius:0;padding:30px 32px}
.cp-service .cp-two-options h3{font-size:22px;font-weight:600}
.cp-service .cp-fields{background:none;border:0;border-bottom:1px solid var(--cp-line);padding:0 0 32px;gap:28px;margin-bottom:64px}
.cp-service .cp-fields h3{font-size:14px;font-weight:500}
.cp-service .cp-fields ul{gap:8px 24px}
.cp-service .cp-fields li{background:none;border:0;border-radius:0;padding:0;font-size:13px}
.cp-service .cp-subheading{margin:64px 0 28px;font-size:20px}
.cp-service .cp-steps{gap:28px;margin-bottom:36px}
.cp-service .cp-steps li{background:none;border:0;border-top:1px solid var(--cp-line);border-radius:0;padding:22px 0 0}
.cp-service .cp-steps .cp-step-no{display:block;position:static;width:auto;height:auto;border:0;border-radius:0;background:none;font-family:var(--cp-font-sans);font-size:28px;font-weight:400;line-height:1;margin:0 0 22px;color:var(--cp-green)}
.cp-service .cp-steps h4{font-size:16px;font-weight:600;margin:0 0 12px;line-height:1.5}
.cp-service .cp-steps p{font-size:14px;line-height:1.9}
.cp-service .cp-columns-three{gap:32px}
.cp-service .cp-columns-three article{background:none;border:0;border-left:1px solid var(--cp-line);border-radius:0;padding:0 0 0 24px}
.cp-service .cp-columns-three h4{font-size:17px;font-weight:600;margin:0 0 12px}
.cp-service .cp-columns-three p{font-size:14px;line-height:1.9}
.cp-service .cp-business-callout{background:var(--cp-paper);padding:32px;margin-top:44px}
.cp-service .cp-business-callout>span{font-family:var(--cp-font-sans);font-weight:400;letter-spacing:-.04em}
@media(max-width:767px){
.cp-service .cp-two-options{gap:20px;margin:32px 0}
.cp-service .cp-two-options article,.cp-service .cp-soft .cp-two-options article{padding:24px}
.cp-service .cp-two-options h3{font-size:19px}
.cp-service .cp-fields{gap:16px;padding-bottom:28px;margin-bottom:40px}
.cp-service .cp-subheading{margin:40px 0 24px!important;font-size:19px}
.cp-service .cp-steps{gap:24px}
.cp-service .cp-steps li{display:grid;grid-template-columns:36px 1fr;column-gap:16px;padding-top:20px}
.cp-service .cp-steps .cp-step-no{grid-column:1;grid-row:1/3;font-size:24px;margin:0}
.cp-service .cp-steps h4,.cp-service .cp-steps p{grid-column:2}
.cp-service .cp-columns-three{gap:24px}
.cp-service .cp-columns-three article{padding-left:20px}
.cp-service .cp-business-callout{padding:24px;flex-direction:column-reverse;gap:20px}
}

/* Separate details with spacing; retain only the major audience divider. */
.cp-service .cp-two-options article,.cp-service .cp-soft .cp-two-options article{border-top:0}
.cp-service .cp-fields{border-bottom:0;padding-bottom:0}
.cp-service .cp-steps li{border-top:0;padding-top:0}
.cp-service .cp-columns-three article{border-left:0;padding-left:0}
@media(max-width:767px){.cp-service .cp-steps{gap:32px}.cp-service .cp-columns-three{gap:28px}}

/* Service information grouped by a left-hand section label. */
.cp-service .cp-service-row{display:grid;grid-template-columns:210px minmax(0,1fr);gap:48px;align-items:start;border:0;border-top:1px solid var(--cp-line);margin:0;padding:40px 0}
.cp-service .cp-split-heading+.cp-service-row{margin-top:48px}
.cp-service .cp-service-row-title{font-size:17px;font-weight:600;line-height:1.7;margin:0;color:var(--cp-green)}
.cp-service .cp-service-row .cp-two-options{margin:0;gap:32px}
.cp-service .cp-service-row .cp-two-options article{padding:0;background:none;border:0}
.cp-service .cp-service-row .cp-two-options h4{font-size:19px;font-weight:600;margin:0 0 14px;line-height:1.6}
.cp-service .cp-service-row .cp-two-options p{font-size:14px;line-height:2}
.cp-service .cp-service-row .cp-steps{display:grid;grid-template-columns:1fr;gap:28px;margin:0}
.cp-service .cp-service-row .cp-steps li{display:grid;grid-template-columns:36px 180px minmax(0,1fr);gap:20px;border:0;padding:0;align-items:start}
.cp-service .cp-service-row .cp-steps .cp-step-no{grid-column:1;grid-row:auto;font-size:23px;line-height:1.3;margin:0}
.cp-service .cp-service-row .cp-steps h4{grid-column:2;margin:0;line-height:1.8}
.cp-service .cp-service-row .cp-steps p{grid-column:3;margin:0}
.cp-service .cp-service-row .cp-columns-three{display:grid;grid-template-columns:1fr;gap:24px}
.cp-service .cp-service-row .cp-columns-three article{display:grid;grid-template-columns:200px minmax(0,1fr);gap:20px}
.cp-service .cp-service-row .cp-columns-three h4,.cp-service .cp-service-row .cp-columns-three p{margin:0}
.cp-service .cp-service-row .cp-business-callout{margin:0;padding:0;background:none;gap:28px}
.cp-service .cp-business-callout h4{font-size:20px;font-weight:600}
.cp-service #platform>.cp-container>.cp-actions,.cp-service #cms>.cp-container>.cp-actions,.cp-service #platform>.cp-container>.cp-small-note{margin-left:258px}
@media(max-width:1023px){
.cp-service .cp-service-row{grid-template-columns:160px minmax(0,1fr);gap:32px}
.cp-service .cp-service-row .cp-steps li{grid-template-columns:32px minmax(0,1fr);gap:8px 16px}
.cp-service .cp-service-row .cp-steps .cp-step-no{grid-row:1/3}
.cp-service .cp-service-row .cp-steps p{grid-column:2}
.cp-service .cp-service-row .cp-columns-three article{grid-template-columns:1fr;gap:8px}
.cp-service #platform>.cp-container>.cp-actions,.cp-service #cms>.cp-container>.cp-actions,.cp-service #platform>.cp-container>.cp-small-note{margin-left:192px}
}
@media(max-width:767px){
.cp-service .cp-service-row{grid-template-columns:1fr;gap:24px;padding:32px 0}
.cp-service .cp-split-heading+.cp-service-row{margin-top:32px}
.cp-service .cp-service-row .cp-two-options{gap:28px}
.cp-service .cp-service-row .cp-business-callout{flex-direction:column-reverse;align-items:flex-start}
.cp-service #platform>.cp-container>.cp-actions,.cp-service #cms>.cp-container>.cp-actions,.cp-service #platform>.cp-container>.cp-small-note{margin-left:0}
}

/* Equal hierarchy for every service row label, including the fields row. */
.cp-service .cp-service-row>.cp-service-row-title{font-size:17px;font-weight:600;line-height:1.7;margin:0;color:var(--cp-green)}

/* On stacked mobile rows, make the parent heading visually dominant. */
@media(max-width:767px){
.cp-service .cp-service-row>.cp-service-row-title{font-size:20px;font-weight:600;line-height:1.5}
.cp-service .cp-service-row .cp-two-options h4,.cp-service .cp-service-row .cp-business-callout h4,.cp-service .cp-service-row .cp-columns-three h4,.cp-service .cp-service-row .cp-steps h4{font-size:17px;font-weight:600;line-height:1.7}
}
.cp-business-note .cp-ratio span{color:inherit}

/* Shared reveal: visible by default when JavaScript is unavailable. */
.cp-reveal{transition:opacity .7s ease,translate .7s cubic-bezier(.22,1,.36,1)}
.cp-reveal-pending{opacity:0;translate:0 18px}
@media(prefers-reduced-motion:reduce){.cp-reveal{transition:none}.cp-reveal-pending{opacity:1;translate:none}}
@media print{.cp-reveal-pending{opacity:1!important;translate:none!important}}

.cp-step-no{font-family:var(--cp-font-sans)}

/* Mission and Our purpose use the same shared content width. */
.cp-editorial-feature.cp-container{margin-inline:auto;padding-inline:0}
.cp-home .cp-home-mission .cp-feature-media{padding-right:0}
/* Preserve the original image width while moving it to the right edge. */
.cp-home .cp-home-mission .cp-feature-media{padding-left:26%;padding-right:0}
@media(min-width:768px) and (max-width:1023px){.cp-home .cp-home-mission .cp-feature-media{padding-left:16%}}
@media(max-width:767px){.cp-home .cp-home-mission .cp-feature-media{padding-left:48px}}
@media(max-width:767px){.cp-home .cp-home-mission .cp-feature-media{padding-left:0;padding-right:48px}}

/* Keep touch autofocus invisible while preserving keyboard focus feedback. */
.cp-site .cp-drawer-close:focus{outline:none;background:transparent}
.cp-site .cp-drawer.is-keyboard-navigation .cp-drawer-close:focus{outline:3px solid #fff;outline-offset:5px}

.cp-feature-copy .cp-purpose-button{margin-top:32px}

/* Our purpose matches Mission's image geometry without the moving backdrop. */
.cp-company-purpose .cp-feature-media{background:transparent;padding-left:26%;padding-right:0}
.cp-company-purpose .cp-feature-media::before{display:none}
.cp-company-purpose .cp-feature-media img{border-radius:clamp(16px,2.4vw,32px)}
@media(min-width:768px) and (max-width:1023px){.cp-company-purpose .cp-feature-media{padding-left:16%}}
@media(max-width:767px){.cp-company-purpose .cp-feature-media{padding-left:0;padding-right:48px}}

/* Give the longer purpose heading enough room without enlarging its image. */
@media(min-width:768px){
.cp-company-purpose{grid-template-columns:40% 60%}
.cp-company-purpose .cp-feature-media{padding-left:11.2%}
.cp-company-purpose .cp-section-en{white-space:nowrap}
}
@media(min-width:768px) and (max-width:1023px){
.cp-company-purpose .cp-feature-media{padding-left:2%}
.cp-company-purpose .cp-feature-copy{padding-right:16px}
.cp-company-purpose .cp-feature-copy>p:not(.cp-section-en){font-size:15px}
}
