/*
Theme Name: KIKOE かいご安心窓口
Theme URI: https://example.com/
Author: KIKOE Web Team
Description: KIKOE かいご安心窓口のための、ページテンプレート選択式カスタムテーマです。
Version: 1.3.5
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: kikoe
*/

:root{--wide:1200px;--normal:1080px;--narrow:760px;--gutter:clamp(20px,4vw,60px);--navy:#0e437c;--blue:#5097cc;--blue-text:#2f73a7;--blue-action:#176da6;--pale:#e6f2f8;--coral:#f27a76;--coral-action:#b84b4a;--green:#4f7d61;--cream:#faf8f3;--text:#24364a;--muted:#566575;--line:#d9e6ee;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:var(--text);font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;line-height:1.8;overflow-x:hidden}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #f1be3f;outline-offset:4px}
img{display:block;max-width:100%;object-fit:cover}
.container-wide,.container-normal,.container-narrow{width:100%;margin-inline:auto;padding-inline:var(--gutter)}
.container-wide{max-width:calc(var(--wide) + (2 * var(--gutter)))}
.container-normal{max-width:calc(var(--normal) + (2 * var(--gutter)))}
.container-narrow{max-width:calc(var(--narrow) + (2 * var(--gutter)))}
.site-header{height:118px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px clamp(20px,4vw,60px);position:relative;z-index:5;background:#fff}
.brand img{width:148px;height:98px;object-fit:contain;object-position:left center}
.desktop-nav{display:flex;align-items:center;gap:26px;color:var(--navy);font-size:14px;font-weight:700}
.desktop-nav a{white-space:nowrap}
.desktop-nav>a:not(.nav-support):hover,.desktop-nav>a:not(.nav-support):focus-visible{color:var(--blue)}
.nav-dropdown{position:relative;display:flex;align-items:center;align-self:stretch}
.nav-dropdown__toggle{display:flex;align-items:center;gap:3px;border:0;background:transparent;padding:8px 0;color:var(--navy);font:inherit;font-weight:inherit;white-space:nowrap;cursor:pointer}
.nav-dropdown__toggle .dashicons{font-size:16px;width:16px;height:16px;transition:transform .2s}
.nav-dropdown__menu{position:absolute;z-index:50;top:calc(100% - 6px);left:50%;min-width:238px;padding:9px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 14px 34px #0e437c24;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-6px);transition:opacity .18s,transform .18s,visibility .18s}
.nav-dropdown__menu::before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.nav-dropdown__menu a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:9px 12px;border-radius:9px;color:var(--navy);font-size:14px;font-weight:700;white-space:nowrap}
.nav-dropdown__menu a:hover,.nav-dropdown__menu a:focus-visible{background:var(--pale);color:var(--blue-action)}
.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown.is-open .nav-dropdown__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.nav-dropdown:hover .nav-dropdown__toggle,.nav-dropdown.is-open .nav-dropdown__toggle{color:var(--blue)}
.nav-dropdown:hover .nav-dropdown__toggle .dashicons,.nav-dropdown.is-open .nav-dropdown__toggle .dashicons{transform:rotate(180deg)}
.nav-dropdown.is-current .nav-dropdown__toggle{color:var(--blue);text-decoration:underline;text-underline-offset:6px}
.nav-support{display:flex;align-items:center;gap:7px;background:var(--coral-action);color:#fff;padding:13px 17px;border-radius:9px;box-shadow:0 8px 16px #b84b4a40}
.menu-button,.mobile-nav{display:none}
.hero{position:relative;overflow:hidden;background:#fff url("assets/images/wave-divider.png") center bottom/100% 190px no-repeat;min-height:635px}
.hero-inner{display:grid;grid-template-columns:47% 53%;align-items:center;min-height:635px}
.hero-copy{padding:45px 0 55px}
.eyebrow{display:inline-block;border:2px solid var(--navy);border-radius:20px;padding:2px 14px;color:var(--navy);font-weight:700;font-size:14px}
.hero h1,.mission h2,.partner h2{color:var(--navy);font-size:clamp(36px,3.45vw,54px);line-height:1.52;letter-spacing:.04em;margin:28px 0 22px}
.hero-copy>p{max-width:450px;font-size:16px;line-height:2.05}
.hero-actions{display:flex;align-items:center;gap:42px;margin-top:32px}
.hero-actions .button{min-height:65px;margin-top:0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:10px;padding:16px 23px;font-weight:700;font-size:16px;transition:.2s}
.button-coral{background:var(--coral-action);color:#fff;box-shadow:0 8px 16px #b84b4a40}
.button:hover{transform:translateY(-2px);filter:brightness(.98)}
.secondary-link,.text-link{display:inline-flex;align-items:center;gap:16px;color:var(--navy);font-weight:700;border-bottom:2px solid var(--navy);padding-bottom:4px}
.hero-image-wrap{align-self:stretch;min-height:570px;overflow:hidden;padding:22px 0 16px 20px;-webkit-mask:url("assets/images/mask-hero.svg") center/100% 100% no-repeat;mask:url("assets/images/mask-hero.svg") center/100% 100% no-repeat}
.hero-image-wrap img{width:100%;height:100%;min-height:570px;object-fit:cover}
.news{max-width:calc(825px + (2 * var(--gutter)));padding-top:58px;padding-bottom:68px}
.news h2{margin:0 0 24px;color:var(--navy);font-size:24px;line-height:1.4;text-align:center}
.news-list{border-top:1px solid var(--line)}
.news-item{min-height:52px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:140px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:0 20px;font-size:15px;transition:.2s}
.news-item:hover,.news-item:focus-visible{background:#f1f8fc}
.news .news-item:nth-child(even){background:#f1f8fc}
.news-item time{font-variant-numeric:tabular-nums}
.news-item>span:nth-child(2){font-weight:700}
.news-item svg{color:var(--navy)}
.news-more{display:flex;width:max-content;margin:38px auto 0;border-bottom:0;padding-bottom:0;font-size:15px}
.home-event{width:100%;max-width:none;margin-inline:0;background:#146fa8;color:#fff}
.home-event__inner{max-width:calc(825px + (2 * var(--gutter)));min-height:176px;padding-block:34px 30px;display:flex;flex-direction:column;justify-content:center}
.home-event h2{margin:0 0 12px;font-size:24px;line-height:1.4;text-align:center}
.home-event__content{min-width:0}
.home-event__item{display:grid;grid-template-columns:140px minmax(0,1fr) 24px;align-items:center;gap:12px;min-height:52px;padding:0 20px;border:0;font-size:15px;font-weight:700;transition:background .2s}
.home-event__item:hover,.home-event__item:focus-visible{background:#00000014}
.home-event__item>span:last-child{justify-self:end}
.home-event__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-event__empty{margin:0;padding:10px 20px;text-align:center;font-size:15px}
.event-archive__header{margin-bottom:52px}
.event-archive__section+.event-archive__section{margin-top:76px}
.event-archive__section>h2{margin:0 0 25px;color:var(--navy);font-size:clamp(26px,3vw,35px);line-height:1.45}
.event-archive__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.event-archive-card{min-width:0;border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 12px 30px #0e437c0d;transition:transform .2s,box-shadow .2s}
.event-archive-card:hover,.event-archive-card:focus-within{transform:translateY(-3px);box-shadow:0 16px 34px #0e437c1c}
.event-archive-card__link{display:flex;min-height:100%;flex-direction:column}
.event-archive-card__image{aspect-ratio:16/9;background:var(--pale);overflow:hidden}
.event-archive-card__image img{width:100%;height:100%;object-fit:cover}
.event-archive-card__body{display:flex;min-height:178px;flex:1;flex-direction:column;padding:24px}
.event-archive-card time{color:var(--blue-text);font-size:14px;font-variant-numeric:tabular-nums;font-weight:700}
.event-archive-card h3{margin:10px 0 12px;color:var(--navy);font-size:21px;line-height:1.55}
.event-archive-card__more{margin-top:auto;padding-top:20px;color:var(--navy);font-size:14px;font-weight:700}
.event-archive__empty{margin:0;max-width:620px}
.home-action{justify-content:space-between;min-width:245px;margin-top:24px}
.section-pad{padding-block:90px}
.section-cream{background:var(--cream)}
.section-blue{background:#e9f5fb url("assets/images/wave-divider.png") center top/100% 210px no-repeat}
.split-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:56px}
.mission{padding-block:55px;background-color:var(--cream);background-image:url("assets/images/decor-leaves.png"),url("assets/images/wave-cream-divider.png");background-repeat:no-repeat,no-repeat;background-position:center bottom,center top;background-size:min(920px,90vw) auto,100% 150px}
.image-blob{overflow:hidden}
.image-blob img{width:100%;height:100%;object-fit:cover}
.mission-image{aspect-ratio:1.15/1;-webkit-mask:url("assets/images/mask-mission.svg") center/100% 100% no-repeat;mask:url("assets/images/mask-mission.svg") center/100% 100% no-repeat}
.mission-copy>p,.partner-copy>p{max-width:480px;font-size:15px;line-height:2.05}
.mission h2,.partner h2{font-size:clamp(30px,3.2vw,43px);line-height:1.48}
.section-heading{text-align:center}
.section-heading h2{font-size:clamp(30px,3vw,40px);line-height:1.4;color:var(--navy);margin:0 0 12px}
.section-heading h2:after,.consult-copy h2:after,.partner-copy h2:after{content:"";display:block;width:38px;height:2px;background:currentColor;margin:11px auto}
.section-heading p{margin:0;font-size:15px;line-height:1.9}
.activity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:34px}
.activities{padding-block:58px}
.activity-card{position:relative;border:1px solid var(--line);border-radius:18px;padding:7px 7px 20px;text-align:center;background:#fff}
.activity-card>img{width:100%;height:clamp(125px,14vw,175px);border-radius:13px}
.activity-icon{display:grid;place-items:center;width:52px;height:52px;margin:-28px auto 6px;border-radius:50%;border:3px solid white;color:#fff}
.activity-icon.is-blue{background:#6da9da}
.activity-icon.is-green{background:#8ebd91}
.activity-icon.is-yellow{background:#f1be3f}
.activity-icon.is-coral{background:var(--coral)}
.activity-card h3{font-size:21px;margin:0}
.activity-card h3.is-blue{color:#2871b1}
.activity-card h3.is-green{color:#4e9959}
.activity-card h3.is-yellow{color:#e69e17}
.activity-card h3.is-coral{color:var(--coral)}
.activity-card p{font-size:13px;margin:5px 0 0}
.consult-layout{grid-template-columns:1.1fr .9fr;gap:40px}
.consultation{padding-top:245px;background-image:url("assets/images/wave-divider.png"),url("assets/images/decor-leaves.png");background-position:center top,center bottom;background-size:100% 165px,min(850px,92vw) auto;background-repeat:no-repeat,no-repeat}
.consult-copy h2{color:var(--navy);font-size:clamp(27px,3vw,39px);line-height:1.45;margin:0}
.consult-copy h2:after,.partner-copy h2:after{margin-inline:0}
.lead{font-size:18px;color:var(--navy);font-weight:700}
.pill-row{display:flex;gap:14px;margin:28px 0}
.pill-row span{background:#a9c9a8;color:#fff;border-radius:24px;padding:6px 24px;font-weight:700}
.pill-row span+span{background:#dce7d4;color:#387047}
.service-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.service-icons span{min-height:132px;border:1px solid #e5e8e4;background:#fff;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:9px;padding:18px 7px;font-weight:700;font-size:13px}
.service-icons svg{width:46px;height:46px;color:#7daf83}
.service-icons span:nth-child(2) svg{color:#63a6da}
.service-icons span:nth-child(3) svg{color:#eda139}
.service-icons span:nth-child(4) svg{color:#8f67bd}
.event-note{display:flex;align-items:center;gap:9px;color:var(--green);font-weight:700;margin-top:25px}
.event-note{justify-content:center}
.consult-image{aspect-ratio:.74;-webkit-mask:url("assets/images/mask-consultation.svg") center/100% 100% no-repeat;mask:url("assets/images/mask-consultation.svg") center/100% 100% no-repeat}
.partner{background-image:url("assets/images/decor-leaves.png");background-position:left bottom;background-size:min(650px,62vw) auto;background-repeat:no-repeat}
.partner-layout{grid-template-columns:1.15fr .85fr;gap:40px}
.partner-image{aspect-ratio:.76;-webkit-mask:url("assets/images/mask-partner.svg") center/100% 100% no-repeat;mask:url("assets/images/mask-partner.svg") center/100% 100% no-repeat}
.partner-points{list-style:none;padding:0;margin:22px 0 20px;display:grid;gap:9px}
.partner-points li{border:1px solid #c6dabe;border-radius:12px;padding:8px 13px;display:flex;gap:12px;align-items:center}
.partner-points svg,.yen{color:#fff;background:#6da46e;border-radius:50%;padding:5px;width:29px;height:29px;flex:none}
.yen{display:grid;place-items:center;font-weight:700;padding:0}
.button-green{border:2px solid var(--green);color:var(--green);background:#fff}
.button-navy-outline{border:2px solid var(--navy);color:var(--navy);background:#fff}
.button-wide{width:100%;justify-content:space-between}
.pending{display:inline-flex;gap:7px;align-items:center;color:#607b9b;border:1px dashed #9abadd;border-radius:5px;padding:8px 12px;font-size:13px}
.support{padding-top:95px;padding-bottom:15px}
.section-heading small{font-size:14px}
.support-card{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;margin-top:36px;text-align:center;padding-bottom:34px}
.support-card>img{width:100%;height:310px}
.support-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;padding:30px 34px}
.support-types span{border:1px solid var(--line);border-radius:20px;color:var(--navy);font-weight:700;display:flex;flex-direction:column;gap:8px;align-items:center;padding:17px 8px}
.support-types svg{width:37px;height:37px}
.button-outline-coral{border:2px solid var(--coral);color:var(--coral);background:#fff;width:min(100% - 40px,540px);justify-content:space-between}
.final-cta{padding-block:35px;display:grid;grid-template-columns:1fr 390px 1fr;overflow:hidden}
.cta-half{padding:44px 38px;color:#fff}
.cta-half>svg{width:42px;height:42px;border:1px solid #ffffff80;border-radius:50%;padding:9px}
.cta-half h2{font-size:28px;margin:13px 0}
.cta-half p{font-size:15px;line-height:1.8}
.cta-half a{border:2px solid #fff;border-radius:10px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-top:25px}
.cta-coral{background:var(--coral-action);border-radius:25px 0 0 25px}
.cta-blue{background:var(--blue-action);border-radius:0 25px 25px 0}
.cta-image img{width:100%;height:100%;min-height:300px}
.site-footer{background:var(--cream);padding-top:75px;padding-bottom:44px}
.footer-main{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.brand.footer-brand img{width:150px;height:130px}
.footer-brand span{font-size:14px}
.footer-brand small{color:var(--muted)}
.footer-main nav{display:flex;gap:0;color:var(--navy);font-weight:700;font-size:14px}
.footer-main nav a+a{margin-left:18px;padding-left:18px;border-left:1px solid #9ab0c5}
.footer-bottom{margin-top:24px;padding-block:18px;border-top:1px solid var(--navy);display:flex;justify-content:space-between;color:var(--navy);font-size:12px}
.footer-bottom small{color:#777}
.post-modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:var(--gutter);background:#0e437c99;backdrop-filter:blur(4px)}
.post-modal{position:relative;width:min(100%,680px);max-height:min(720px,calc(100vh - 40px));overflow:auto;border-radius:24px;background:#fff;padding:clamp(30px,5vw,56px);box-shadow:0 24px 80px #0e437c4d}
.post-modal time{color:var(--blue);font-weight:700;font-variant-numeric:tabular-nums}
.post-modal h2{margin:12px 42px 22px 0;color:var(--navy);font-size:clamp(25px,4vw,36px);line-height:1.5}
.post-modal p{margin:0 0 12px;line-height:2}
.post-modal .button{margin-top:18px}
.post-modal-close{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--navy);cursor:pointer}
.modal-kicker{margin:0!important;color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.15em}
.modal-news-list{display:grid;border-top:1px solid var(--line)}
.modal-news-item{display:grid;grid-template-columns:120px 1fr 22px;align-items:center;gap:14px;width:100%;min-height:64px;padding:11px 4px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--text);font:inherit;text-align:left;cursor:pointer}
.modal-news-item:hover,.modal-news-item:focus-visible{background:#f1f8fc}
.modal-news-item time{color:var(--blue);font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}
.modal-news-item svg{color:var(--navy)}
.contact-modal{width:min(100%,760px)}
.contact-form{display:grid;gap:18px;margin-top:24px}
.contact-form label{display:grid;gap:7px;color:var(--navy);font-weight:700}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #b9cedd;border-radius:10px;background:#fff;padding:12px 14px;color:var(--text);font:inherit}
.contact-form textarea{resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{outline:3px solid #f1be3f66;border-color:var(--navy)}
.contact-form .button{border:0;cursor:pointer;justify-self:start}
.form-status{margin:0!important;border-radius:10px;background:#eef7f0;padding:12px 14px;color:#356b47;font-size:14px}
@media(min-width:821px){.hero h1{white-space:nowrap}
.hero-image-wrap{position:relative;top:-25px}
.cta-half{position:relative;z-index:2;overflow:visible}
.cta-image{position:relative;z-index:1}
.cta-coral::after,.cta-blue::before{content:"";position:absolute;top:0;bottom:0;width:58px;background:inherit;pointer-events:none}
.cta-coral::after{right:-45px;-webkit-mask:url("assets/images/mask-cta-coral-edge.svg") center/100% 100% no-repeat;mask:url("assets/images/mask-cta-coral-edge.svg") center/100% 100% no-repeat}
.cta-blue::before{left:-45px;-webkit-mask:url("assets/images/mask-cta-blue-edge.svg") center/100% 100% no-repeat;mask:url("assets/images/mask-cta-blue-edge.svg") center/100% 100% no-repeat}
}
@media(min-width:821px) and (max-width:1100px){.site-header{gap:16px;padding-inline:clamp(20px,3vw,34px)}
.brand img{width:145px;height:100px}
.desktop-nav{gap:13px;font-size:12px}
.nav-support{padding:11px 12px}
.hero h1{font-size:clamp(28px,3.2vw,36px);line-height:1.82;letter-spacing:.02em}
.hero-image-wrap{width:calc(100% + var(--gutter));margin-top:-19px;margin-right:calc(-1 * var(--gutter));margin-bottom:-19px;padding-left:0}
.mission{padding-block:45px}
.mission-copy>p{margin:9px 0;font-size:13px;line-height:1.9}
.activities{padding-block:12px 0}
.activity-grid{margin-top:6px}
.activity-card>img{height:125px}
.partner{padding-bottom:240px;background-position:left calc(100% - 150px)}
.partner-image{width:110%;justify-self:end}
.support{padding-bottom:31px}
.support .section-heading h2{font-size:36px}
.support .section-heading p{font-size:18px}
.support .section-heading small{display:block;margin-top:2px;font-size:14px;line-height:1.8}
.support-card{margin-top:45px;padding-bottom:45px}
.support-card>img{height:340px}
.support-types span{min-height:145px}
.final-cta{grid-auto-rows:324px}
.cta-half{height:324px;padding:25px 24px}
.cta-half h2{font-size:24px}
.cta-half p{font-size:13px}
.cta-image{height:324px;overflow:hidden}
.cta-image img{min-height:0}
.final-cta{grid-template-columns:1fr 300px 1fr}
.site-footer{padding-top:40px;padding-bottom:20px;background:var(--cream) url("assets/images/wave-cream-divider.png") center top/100% 80px no-repeat}
.footer-main{align-items:flex-start}
.brand.footer-brand img{width:180px;height:130px}
.footer-main nav{margin-top:46px}
.footer-bottom{margin-top:14px}
}
@media(max-width:820px){.site-header{height:80px}
.brand img{width:105px;height:60px}
.desktop-nav{display:none}
.menu-button{display:grid;place-items:center;border:0;background:var(--navy);color:#fff;border-radius:8px;width:42px;height:42px}
.mobile-nav{display:none;position:absolute;top:80px;left:0;right:0;background:#fff;box-shadow:0 12px 20px #0e437c24;padding:12px 20px 22px}
.mobile-nav.is-open{display:grid}
.mobile-nav>a{display:flex;justify-content:space-between;align-items:center;padding:12px 4px;border-bottom:1px solid var(--line);font-weight:700;color:var(--navy)}
.mobile-nav-group{border-bottom:1px solid var(--line);color:var(--navy)}
.mobile-nav-group summary{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:12px 4px;font-weight:700;list-style:none;cursor:pointer}
.mobile-nav-group summary::-webkit-details-marker{display:none}
.mobile-nav-group summary .dashicons{transition:transform .2s}
.mobile-nav-group[open] summary .dashicons{transform:rotate(180deg)}
.mobile-nav-group__links{display:grid;margin:0 0 8px;padding:6px;border-radius:10px;background:var(--pale)}
.mobile-nav-group__links a{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:48px;padding:9px 12px;border-radius:8px;color:var(--navy);font-size:14px;font-weight:700}
.mobile-nav-group__links a:hover,.mobile-nav-group__links a:focus-visible{background:#fff;color:var(--blue-action)}
.mobile-nav .nav-support{margin-top:12px;justify-content:center;border:0}
.hero{background:#fff}
.hero-inner{display:flex;flex-direction:column;min-height:0;padding-inline:clamp(20px,4vw,60px)}
.hero-copy{padding:48px 0 22px;width:100%}
.hero h1{font-size:clamp(32px,9vw,42px);line-height:1.45;margin:20px 0}
.hero-copy>p{font-size:15px;margin-bottom:0}
.hero-actions{align-items:stretch;flex-direction:column;gap:18px;margin-top:25px}
.button-coral{width:100%}
.secondary-link{align-self:flex-start}
.hero-image-wrap{width:100%;min-height:350px;height:350px;padding:18px 0 0;-webkit-mask:url("assets/images/mask-mission.svg") center/100% 100% no-repeat;mask:url("assets/images/mask-mission.svg") center/100% 100% no-repeat}
.hero-image-wrap img{min-height:350px}
.news{padding-top:44px;padding-bottom:54px;display:block}
.news h2{margin-bottom:20px;font-size:22px}
.news-item{grid-template-columns:1fr 18px;gap:0;min-height:76px;padding:11px 14px}
  .news-item time{font-size:12px;grid-column:1}
  .news-item span{min-width:0;font-size:14px;grid-column:1;overflow-wrap:anywhere}
  .news-item>span:last-child{grid-column:2;grid-row:1/3;align-self:center;justify-self:end}
  .news-item svg{grid-column:2;grid-row:1/3}
  .news-more{margin:24px auto 0;font-size:14px}
.section-pad,.mission{padding-block:62px}
.split-layout,.consult-layout,.partner-layout{grid-template-columns:1fr;gap:34px}
.mission-image{order:2}
.mission-copy{order:1}
.mission h2,.partner h2{font-size:31px}
.activity-grid{grid-template-columns:repeat(2,1fr);gap:12px}
.activity-card{padding:6px 6px 16px}
.activity-card>img{height:110px}
.activity-card h3{font-size:19px}
.activity-card p{font-size:12px;line-height:1.55}
.consult-image{order:2}
.service-icons{grid-template-columns:repeat(2,1fr)}
.service-icons span{font-size:13px}
.partner-image{order:2}
.support{padding-top:70px}
.support-card>img{height:210px}
.support-types{grid-template-columns:repeat(2,1fr);padding:18px}
.support-types span:last-child{grid-column:span 2}
.final-cta{display:flex;flex-direction:column;padding-block:58px}
.cta-half{padding:34px 25px}
.cta-half h2{font-size:25px}
.cta-coral{border-radius:22px 22px 0 0}
.cta-blue{border-radius:0 0 22px 22px}
.cta-image{height:170px}
.cta-image img{min-height:0}
.footer-main{align-items:flex-start;flex-direction:column}
.site-footer{padding-top:48px;padding-bottom:20px}
.brand.footer-brand img{width:132px;height:100px}
.footer-main nav{display:grid;grid-template-columns:repeat(2,1fr);gap:9px 20px}
.footer-main nav a+a{margin-left:0;padding-left:0;border-left:0}
.footer-bottom{gap:12px;align-items:center;flex-wrap:wrap}
.footer-bottom small{order:3;width:100%;text-align:center}
.footer-bottom a:last-child{margin-left:auto}
}
@media(max-width:420px){.hero h1{letter-spacing:0;font-size:31px}
.activity-grid{grid-template-columns:1fr}
.activity-card>img{height:165px}
.section-heading h2{font-size:29px}
.support-types{grid-template-columns:1fr}
.support-types span:last-child{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.button{transition:none}
}

/* Multi-page prototype */
.skip-link{position:fixed;z-index:100;left:16px;top:-60px;background:var(--navy);color:#fff;padding:10px 16px;border-radius:8px;font-weight:700}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;box-shadow:0 2px 14px #0e437c12}.desktop-nav [aria-current="page"]{color:var(--blue);text-decoration:underline;text-underline-offset:6px}.button-blue{background:#298fd3;color:#fff}.breadcrumbs{display:flex;gap:10px;padding-block:13px;font-size:13px;color:var(--muted)}.breadcrumbs a{color:var(--navy);text-decoration:underline}.page-hero{background:var(--cream);padding-block:clamp(46px,8vw,96px);overflow:hidden}.page-hero-inner{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:52px}.page-hero h1,.simple-page h1{color:var(--navy);font-size:clamp(34px,4.1vw,52px);line-height:1.42;margin:20px 0}.page-hero p{font-size:17px;line-height:2;max-width:610px}.page-hero-image{height:330px;overflow:hidden;-webkit-mask:url("assets/images/mask-hero.svg") center/100% 100% no-repeat;mask:url("assets/images/mask-hero.svg") center/100% 100% no-repeat}.page-hero-image img{width:100%;height:100%;object-fit:cover}.content-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,72px);align-items:center}.page-section-image{aspect-ratio:4/3;overflow:hidden;border-radius:24px}.page-section-image.is-masked{border-radius:0;-webkit-mask:url("assets/images/mask-mission.svg") center/100% 100% no-repeat;mask:url("assets/images/mask-mission.svg") center/100% 100% no-repeat}.page-section-image img{width:100%;height:100%;object-fit:cover}.message-panel{border:1px solid var(--line);border-radius:24px;background:#fff;padding:clamp(28px,5vw,52px);box-shadow:0 12px 30px #0e437c0d}.signature{text-align:right;color:var(--navy);font-weight:700}.empty-state{border:1px dashed #9abadd;border-radius:14px;background:#f7fbfd;padding:18px 20px}.section-heading.left{text-align:left}.section-heading.left h2:after{margin-left:0}.prose{font-size:16px;line-height:2}.prose h2{color:var(--navy);font-size:clamp(25px,3vw,34px);line-height:1.5;margin:0;padding-top:42px}.prose h2:first-child{padding-top:0}.prose h3{color:var(--navy)}.prose li{margin-block:8px}.prose ul,.prose ol{padding-left:1.4em}.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.event-card{display:grid;grid-template-columns:150px 1fr;gap:28px;border:1px solid var(--line);border-radius:24px;padding:clamp(24px,4vw,48px);margin-top:28px;background:#fff;box-shadow:0 12px 30px #0e437c0d}.event-card h2{color:var(--navy);font-size:clamp(26px,3vw,36px);line-height:1.45;margin:12px 0}.status{display:inline-flex;align-items:center;justify-content:center;align-self:start;background:#e9f5fb;color:var(--navy);border-radius:999px;padding:6px 14px;font-size:14px;font-weight:700}.event-card dl,.detail-list{margin:22px 0;display:grid;gap:0}.event-card dl div,.detail-list div{display:grid;grid-template-columns:130px 1fr;gap:18px;border-top:1px solid var(--line);padding:12px 0}.event-card dt,.detail-list dt{color:var(--navy);font-weight:700}.event-card dd,.detail-list dd{margin:0}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}.info-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px}.info-grid svg{color:var(--blue);width:37px;height:37px}.info-grid h3{color:var(--navy);font-size:21px;margin:12px 0 6px}.info-grid p{margin:0;line-height:1.8}.accordion{margin-top:20px;border-top:1px solid var(--line)}.accordion-item{border-bottom:1px solid var(--line)}.accordion h3{margin:0}.accordion button{display:flex;justify-content:space-between;align-items:center;width:100%;gap:16px;background:#fff;border:0;color:var(--navy);font:inherit;font-weight:700;text-align:left;padding:18px 8px;cursor:pointer}.accordion-answer{padding:0 8px 18px}.accordion-answer p{margin:0}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:34px}.price-grid article{border:1px solid var(--line);border-radius:20px;padding:25px;background:#fff}.price-grid h3{color:var(--navy);margin-top:0}.price-grid p{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding-bottom:10px}.price-grid p:last-child{border:0}.price-grid strong{color:var(--navy)}.flow-title{color:var(--navy);margin-top:50px}.flow{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:0;list-style:none;counter-reset:flow}.flow li{background:var(--pale);border-radius:15px;padding:16px;text-align:center;font-weight:700;color:var(--navy);counter-increment:flow}.flow li:before{content:counter(flow);display:block;width:26px;height:26px;border-radius:50%;background:var(--navy);color:#fff;margin:0 auto 7px;line-height:26px}.simple-page{min-height:62vh;padding-block:clamp(70px,12vw,150px)}.simple-page .prose>section{margin-top:35px}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:start}.form-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:clamp(24px,4vw,42px);box-shadow:0 12px 30px #0e437c0d}.form-card h2{color:var(--navy);margin-top:0}.contact-form{display:grid;gap:18px}.form-required,.privacy-note{font-size:13px;color:var(--muted);margin:0}.form-errors{background:#fff0ef;color:#9f3430;border-radius:8px;padding:10px 13px;font-weight:700}.field{display:grid;gap:7px;color:var(--navy);font-weight:700}.field b{color:#b4403b}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #b9cedd;border-radius:10px;background:#fff;padding:12px 14px;color:var(--text);font:inherit}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:3px solid #f1be3f66;border-color:var(--navy)}.field-error{color:#a83f3b;font-size:14px;font-weight:700}.contact-form .consent{display:flex;gap:10px;align-items:flex-start;font-size:14px}.consent input{width:20px;height:20px;flex:none;margin-top:4px}.consent a{color:var(--navy);text-decoration:underline}.confirmation dl{display:grid;gap:12px}.confirmation dl div{border-bottom:1px solid var(--line);padding-bottom:10px}.confirmation dt{font-weight:700;color:var(--navy)}.confirmation dd{margin:3px 0 0;white-space:pre-wrap}.news-item{border:0;width:100%;background:#fff;text-align:left;font:inherit;color:inherit;cursor:pointer}.news-more{border:0;background:transparent;font:inherit;cursor:pointer}.modal-news-item{cursor:default}.cta-link{border:2px solid #fff!important;border-radius:10px!important;padding:12px 16px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;font-weight:700!important;margin-top:25px!important}.cta-link:hover{transform:none!important}.final-cta .button{box-shadow:none}.pending{line-height:1.55}.footer-main nav{flex-wrap:wrap;justify-content:flex-end}.footer-main nav a{margin-bottom:8px}
@media(max-width:820px){.page-hero-inner,.contact-layout,.content-split{grid-template-columns:1fr;gap:28px}.page-hero-image{height:255px;order:2}.page-section-image{order:2}.event-card{grid-template-columns:1fr;gap:16px}.info-grid,.price-grid{grid-template-columns:1fr}.flow{grid-template-columns:1fr}.event-card dl div,.detail-list div{grid-template-columns:1fr;gap:2px}.footer-main nav{justify-content:flex-start}.mobile-nav .button{margin-top:15px}.breadcrumbs{font-size:12px}.button-row{flex-direction:column}.button-row .button,.button-row .text-link{width:100%;justify-content:space-between}.simple-page{min-height:56vh}.prose{font-size:16px}}
@media(max-width:420px){.page-hero h1,.simple-page h1{font-size:31px}.form-card{padding:20px}.event-card{padding:20px}.support-types span:last-child{grid-column:auto}}

/* Final requested refinements: keep after multi-page rules */
.site-header .brand{display:flex;align-items:center;gap:14px;min-width:0}
.site-header .brand img{width:118px;height:82px;flex:none}
.site-title{color:var(--navy);font-size:18px;font-weight:800;line-height:1.45;letter-spacing:.02em;white-space:nowrap}
.desktop-nav{gap:15px;font-size:13px}
.hero-inner.container-wide{max-width:none;padding-left:max(var(--gutter),calc((100vw - var(--wide))/2));padding-right:0}
.hero-inner{grid-template-columns:minmax(470px,46%) 1fr}
.hero-image-wrap{width:auto;margin-right:0}
.activity-card{isolation:isolate}
.activity-card>img{position:relative;z-index:1}
.activity-icon{position:relative;z-index:3}
.consult-copy h2{font-size:clamp(24px,2.1vw,30px);letter-spacing:0;white-space:nowrap}
.no-wrap{white-space:nowrap}
.support{padding-top:195px}
.page-hero{min-height:440px;padding:0}
.page-hero-inner{display:grid;grid-template-columns:50% 50%;align-items:stretch;gap:0;min-height:440px}
.page-hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(54px,6vw,84px) clamp(40px,5vw,72px);padding-left:max(var(--gutter),calc((100vw - var(--normal))/2))}
.page-hero-image{align-self:stretch;width:100%;height:auto;min-height:440px;margin:0}
.page-hero-image img{width:100%;height:100%;object-fit:cover}
.story-panel p{margin-block:0 1.35em}
.organization-story{align-items:start}
.organization-story .page-section-image{position:sticky;top:135px}
.faq-page>.accordion{margin-bottom:34px}
.contact-page-layout{max-width:780px}
.contact-page-layout .form-card{width:100%}
.detail-list address{font-style:normal}
.protected-email{display:grid;justify-items:start;gap:4px}
.protected-email button{border:0;border-bottom:2px solid var(--navy);background:transparent;color:var(--navy);padding:0 0 2px;font:inherit;font-weight:700;cursor:pointer}
.protected-email small{color:var(--muted);font-size:12px;line-height:1.5}
.protected-email-link{color:inherit;font-weight:inherit;text-decoration:none;overflow-wrap:anywhere}
.form-card .wpcf7{margin-top:24px}
.form-card .wpcf7-form{display:grid;gap:18px}
.form-card .wpcf7-form>p{margin:0}
.form-card .wpcf7-form .field{display:grid;gap:7px;color:var(--navy);font-weight:700}
.form-card .wpcf7-form .field b{color:#b4403b}
.form-card .wpcf7-form .wpcf7-form-control-wrap{display:block;margin-top:7px}
.form-card .wpcf7-form input:not([type="checkbox"]),.form-card .wpcf7-form textarea,.form-card .wpcf7-form select{box-sizing:border-box;width:100%;border:1px solid #b9cedd;border-radius:10px;background:#fff;padding:12px 14px;color:var(--text);font:inherit}
.form-card .wpcf7-form textarea{resize:vertical}
.form-card .wpcf7-form input:focus,.form-card .wpcf7-form textarea:focus,.form-card .wpcf7-form select:focus{outline:3px solid #f1be3f66;border-color:var(--navy)}
.form-card .wpcf7-form .consent{display:flex;gap:10px;align-items:flex-start;font-size:14px}
.form-card .wpcf7-form .consent .wpcf7-list-item{margin:0}
.form-card .wpcf7-form .consent input{width:20px;height:20px;margin:4px 6px 0 0;vertical-align:top}
.form-card .wpcf7-form .consent a{color:var(--navy);text-decoration:underline}
.form-card .wpcf7-form .form-required,.form-card .wpcf7-form .privacy-note{font-size:13px;color:var(--muted)}
.form-card .wpcf7-form .button{border:0;cursor:pointer;justify-self:start}
.form-card .wpcf7 form .wpcf7-not-valid-tip{margin-top:6px;color:#a83f3b;font-size:14px;font-weight:700}
.form-card .wpcf7 form .wpcf7-response-output{margin:0;border-width:1px;border-radius:10px;padding:12px 14px;font-weight:700}
.form-card .wpcf7 form.invalid .wpcf7-response-output,.form-card .wpcf7 form.unaccepted .wpcf7-response-output{border-color:#e5b4b1;background:#fff0ef;color:#9f3430}
.form-card .wpcf7 form.sent .wpcf7-response-output{border-color:#a8cfb2;background:#eef7f0;color:#356b47}

@media(min-width:821px) and (max-width:1320px){
  .site-header{height:96px;padding-inline:clamp(20px,3vw,34px)}
  .site-header .brand img{width:105px;height:74px}
  .site-title{font-size:16px}
  .desktop-nav{display:none}
  .menu-button{display:grid;place-items:center;border:0;background:var(--navy);color:#fff;border-radius:8px;width:42px;height:42px}
  .mobile-nav{display:none;position:absolute;top:96px;left:0;right:0;background:#fff;box-shadow:0 12px 20px #0e437c24;padding:12px 28px 24px}
  .mobile-nav.is-open{display:grid}
  .mobile-nav>a{display:flex;justify-content:space-between;align-items:center;padding:12px 4px;border-bottom:1px solid var(--line);font-weight:700;color:var(--navy)}
  .mobile-nav .nav-support{margin-top:12px;justify-content:center;border:0}
}

@media(max-width:820px){
  .site-header .brand{gap:8px}
  .site-header .brand img{width:76px;height:58px}
  .site-title{max-width:175px;font-size:14px;line-height:1.35;white-space:normal}
  .hero-inner.container-wide{padding-left:var(--gutter);padding-right:0}
  .hero-copy{padding-right:var(--gutter)}
  .hero-image-wrap{width:100%;margin-right:0}
  .consult-copy h2{font-size:28px;white-space:normal}
  .support{padding-top:145px}
  .page-hero{min-height:0}
  .page-hero-inner{grid-template-columns:1fr;gap:0;min-height:0}
  .page-hero-copy{padding:44px var(--gutter) 36px}
  .page-hero-image{order:2;height:300px;min-height:300px}
  .organization-story .page-section-image{position:static}
}

@media(max-width:420px){
  .site-title{max-width:150px;font-size:13px}
  .no-wrap{font-size:.93em}
  .page-hero-image{height:270px;min-height:270px}
}

/* 2026-07-20 navigation, donation and contact update */
.support-action-row{display:flex;justify-content:center;gap:16px;padding:0 34px}
.support-action-row .button{width:min(100%,360px);justify-content:space-between}
.external-note{margin:14px 20px 0;color:var(--muted);font-size:13px}
.donation-panel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;margin-bottom:38px;padding:30px 34px;border-radius:24px;background:#fff3f1;border:1px solid #f3c6c2;box-shadow:0 12px 30px #0e437c0d}
.donation-panel-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--coral);color:#fff}
.donation-panel-icon svg{width:33px;height:33px}
.donation-panel h2{margin:3px 0 5px;color:var(--navy);font-size:28px;line-height:1.45}
.donation-panel p{margin:0;line-height:1.8}
.donation-panel .button{min-width:240px;justify-content:space-between}
.contact-methods-section{padding-top:72px}
.contact-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-method-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;min-height:150px;padding:25px 28px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 30px #0e437c0d;transition:transform .2s,box-shadow .2s}
.contact-method-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px #0e437c18}
.contact-method-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--pale);color:var(--navy)}
.contact-method-icon svg{width:30px;height:30px}
.contact-method-card.is-line .contact-method-icon{background:#e7f9ec;color:#06a944}
.contact-method-card>svg{width:24px;height:24px;color:var(--navy)}
.contact-method-copy{display:grid;gap:3px;min-width:0}
.contact-method-copy small{color:var(--muted);font-size:13px;font-weight:700}
.contact-method-copy strong{color:var(--navy);font-size:24px;line-height:1.4}
.contact-method-card.is-line .contact-method-copy strong{color:#087b38}
.contact-method-note{color:var(--muted);font-size:12px}

@media(max-width:820px){
  .support-action-row{flex-direction:column;padding:0 18px}
  .support-action-row .button{width:100%}
  .donation-panel{grid-template-columns:auto minmax(0,1fr);padding:24px 20px}
  .donation-panel .button{grid-column:1/-1;width:100%;min-width:0}
  .contact-methods-section{padding-top:48px}
  .contact-methods{grid-template-columns:1fr;gap:14px}
  .contact-method-card{min-height:128px;padding:20px}
  .contact-method-copy strong{font-size:21px}
}

@media(max-width:420px){
  .donation-panel{grid-template-columns:1fr;text-align:center}
  .donation-panel-icon{margin-inline:auto}
  .donation-panel .button{grid-column:auto}
  .contact-method-card{grid-template-columns:auto minmax(0,1fr);gap:14px}
  .contact-method-card>svg{display:none}
  .contact-method-icon{width:50px;height:50px}
  .contact-method-copy strong{font-size:19px}
}

/* WordPress theme integration */
.admin-bar .site-header{top:32px}
body.kikoe-menu-open{overflow:hidden}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{position:fixed!important;z-index:100000;top:12px;left:12px;width:auto;height:auto;margin:0;padding:12px 16px;clip:auto;background:#fff;color:var(--navy);border-radius:8px;box-shadow:0 4px 18px #0e437c33;font-weight:700}
.site-header .dashicons,.button .dashicons,.text-link .dashicons,.secondary-link .dashicons,.news-item .dashicons{width:auto;height:auto;font-size:1.25em;line-height:1}
.menu-button .dashicons{font-size:27px}
.activity-icon .dashicons{width:auto;height:auto;font-size:28px;line-height:1}
.support-types .dashicons,.info-grid .dashicons{width:auto;height:auto;font-size:37px;line-height:1}
.cta-half>.dashicons{display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffffff80;border-radius:50%;font-size:23px}
.contact-method-icon .dashicons{width:auto;height:auto;font-size:30px;line-height:1}
.contact-method-card>.dashicons{width:auto;height:auto;color:var(--navy);font-size:24px}
.donation-panel-icon .dashicons{width:auto;height:auto;font-size:33px;line-height:1}
.accordion-answer[hidden]{display:none}
.honeypot-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-notice{margin:0 0 24px;padding:14px 18px;border-radius:10px;font-weight:700}
.form-notice.is-error{background:#fff0ef;color:#923a36}
.form-notice.is-success{background:#eef7f0;color:#356b47}
.news-empty{border:1px dashed #9abadd;border-radius:14px;background:#f7fbfd;padding:20px;color:var(--muted)}
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:34px}
.news-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 30px #0e437c0d}
.news-card>a{display:block;height:100%}
.news-card-image{aspect-ratio:16/10;background:var(--pale);overflow:hidden}
.news-card-image img{width:100%;height:100%}

/* Contact Form 7: keep the plugin markup inside the existing KIKOE form card. */
.contact-page-layout .form-card .wpcf7{margin-top:26px;max-width:none}
.contact-page-layout .form-card .wpcf7 form{display:grid;gap:20px;margin:0}
.contact-page-layout .form-card .wpcf7 form>p{display:grid;gap:8px;margin:0;color:var(--navy);font-weight:700;line-height:1.65}
.contact-page-layout .form-card .wpcf7 form>p:empty{display:none}
.contact-page-layout .form-card .wpcf7 label{display:grid;gap:8px;color:var(--navy);font-weight:700;line-height:1.65;cursor:pointer}
.contact-page-layout .form-card .wpcf7 .field,.contact-page-layout .form-card .wpcf7 .wpcf7-form-control-wrap{display:block;min-width:0}
.contact-page-layout .form-card .wpcf7 .field>br{display:none}
.contact-page-layout .form-card .wpcf7 .field-label{display:block;margin-bottom:8px}
.contact-page-layout .form-card .wpcf7 .field-label b{display:inline-flex;align-items:center;margin-left:7px;padding:1px 7px;border-radius:999px;background:#fff0ef;color:#a83f3b;font-size:11px;line-height:1.7}
.contact-page-layout .form-card .wpcf7 .wpcf7-form-control-wrap{margin-top:0}
.contact-page-layout .form-card .wpcf7 .form-required,.contact-page-layout .form-card .wpcf7 .privacy-note{color:var(--muted);font-size:13px;font-weight:400;line-height:1.7}
.contact-page-layout .form-card .wpcf7 .field b,.contact-page-layout .form-card .wpcf7 .required{color:#b4403b}
.contact-page-layout .form-card .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),.contact-page-layout .form-card .wpcf7 textarea,.contact-page-layout .form-card .wpcf7 select{display:block;width:100%;min-height:48px;margin:0;border:1px solid #b9cedd;border-radius:10px;background:#fff;color:var(--text);font:inherit;font-weight:400;line-height:1.5;box-shadow:none;transition:border-color .18s,box-shadow .18s}
.contact-page-layout .form-card .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),.contact-page-layout .form-card .wpcf7 select{padding:11px 14px}
.contact-page-layout .form-card .wpcf7 textarea{height:180px;min-height:180px;max-height:420px;padding:12px 14px;resize:vertical}
.contact-page-layout .form-card .wpcf7 select{appearance:auto;cursor:pointer}
.contact-page-layout .form-card .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,.contact-page-layout .form-card .wpcf7 textarea:focus,.contact-page-layout .form-card .wpcf7 select:focus{outline:0;border-color:var(--navy);box-shadow:0 0 0 3px #f1be3f66}
.contact-page-layout .form-card .wpcf7 .wpcf7-not-valid{border-color:#c8655f!important;background:#fffafa!important}
.contact-page-layout .form-card .wpcf7 .wpcf7-not-valid-tip{display:block;margin-top:6px;color:#a83f3b;font-size:13px;font-weight:700;line-height:1.65}
.contact-page-layout .form-card .wpcf7 .consent,.contact-page-layout .form-card .wpcf7 .wpcf7-acceptance{font-size:14px;font-weight:400;line-height:1.75}
.contact-page-layout .form-card .wpcf7 .consent{display:flex;gap:10px;align-items:flex-start}
.contact-page-layout .form-card .wpcf7 .consent>p{margin:0}
.contact-page-layout .form-card .wpcf7 .consent .wpcf7-list-item,.contact-page-layout .form-card .wpcf7 .wpcf7-acceptance .wpcf7-list-item{display:block;margin:0}
.contact-page-layout .form-card .wpcf7 .consent label,.contact-page-layout .form-card .wpcf7 .wpcf7-acceptance label{display:flex;gap:10px;align-items:flex-start;font-weight:400}
.contact-page-layout .form-card .wpcf7 .consent input[type="checkbox"],.contact-page-layout .form-card .wpcf7 .wpcf7-acceptance input[type="checkbox"]{width:20px;height:20px;flex:0 0 20px;margin:3px 0 0;accent-color:var(--navy)}
.contact-page-layout .form-card .wpcf7 .consent a,.contact-page-layout .form-card .wpcf7 .wpcf7-acceptance a{color:var(--navy);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.contact-page-layout .form-card .wpcf7 input[type="submit"]{display:inline-flex;align-items:center;justify-content:center;justify-self:start;width:auto;min-height:52px;margin:4px 0 0;padding:14px 28px;border:0;border-radius:10px;background:var(--coral-action);color:#fff;font:inherit;font-weight:700;line-height:1.35;cursor:pointer;box-shadow:0 8px 16px #b84b4a40;transition:transform .2s,filter .2s}
.contact-page-layout .form-card .wpcf7 input[type="submit"]:hover{filter:brightness(.98);transform:translateY(-2px)}
.contact-page-layout .form-card .wpcf7 input[type="submit"]:focus{outline:3px solid #f1be3f;outline-offset:4px}
.contact-page-layout .form-card .wpcf7 input[type="submit"][disabled]{cursor:wait;opacity:.7;transform:none}
.contact-page-layout .form-card .wpcf7 .wpcf7-spinner{width:20px;height:20px;margin:0 0 0 10px;vertical-align:middle;background-color:var(--coral-action);opacity:.7}
.contact-page-layout .form-card .wpcf7 .wpcf7-response-output{grid-column:1/-1;margin:0!important;border:1px solid #e5b4b1!important;border-radius:10px!important;background:#fff0ef;color:#9f3430;font-size:14px;font-weight:700;line-height:1.7;padding:12px 14px!important}
.contact-page-layout .form-card .wpcf7 form.sent .wpcf7-response-output{border-color:#a8cfb2!important;background:#eef7f0;color:#356b47}
.contact-page-layout .form-card .wpcf7 form.spam .wpcf7-response-output,.contact-page-layout .form-card .wpcf7 form.failed .wpcf7-response-output,.contact-page-layout .form-card .wpcf7 form.invalid .wpcf7-response-output,.contact-page-layout .form-card .wpcf7 form.unaccepted .wpcf7-response-output{border-color:#e5b4b1!important;background:#fff0ef;color:#9f3430}
@media(max-width:520px){.contact-page-layout .form-card .wpcf7 form{gap:18px}.contact-page-layout .form-card .wpcf7 input[type="submit"]{width:100%;min-height:54px}.contact-page-layout .form-card .wpcf7 textarea{height:160px;min-height:160px}.contact-page-layout .form-card .wpcf7 .consent,.contact-page-layout .form-card .wpcf7 .wpcf7-acceptance{font-size:13px}}
.news-card-copy{padding:22px}
.news-card time,.post-meta{color:var(--blue);font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}
.news-card h2,.news-card h3{margin:7px 0;color:var(--navy);font-size:21px;line-height:1.5}
.news-card p{margin:0;font-size:14px;line-height:1.8}
.post-shell{padding-block:clamp(55px,9vw,110px)}
.post-header{margin-bottom:32px}
.post-header h1{margin:12px 0;color:var(--navy);font-size:clamp(32px,5vw,48px);line-height:1.45}
.post-featured{overflow:hidden;margin:30px 0;border-radius:24px;aspect-ratio:16/9}
.post-featured img{width:100%;height:100%}
.entry-content{font-size:16px;line-height:2}
.entry-content>:first-child{margin-top:0}
.entry-content img{height:auto;border-radius:16px}
.navigation.pagination{margin-top:45px}
.nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 10px;border:1px solid var(--line);border-radius:8px;color:var(--navy);font-weight:700}
.page-numbers.current{background:var(--navy);color:#fff;border-color:var(--navy)}
.editor-content:not(:empty){margin-top:42px}

@media(max-width:820px){
  .admin-bar .site-header{top:46px}
  .news-grid{grid-template-columns:1fr}
  .news-card{max-width:560px;margin-inline:auto}
}

/* WordPress shared-view alignment */
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%}
.footer-brand span{display:grid;gap:2px}
.footer-brand small{display:block}
.accordion-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 8px;color:var(--navy);font-weight:700;line-height:1.65;cursor:pointer;list-style:none}
.accordion-item summary::-webkit-details-marker{display:none}
.accordion-item summary::after{content:"＋";flex:none;font-size:22px;line-height:1}
.accordion-item[open] summary::after{content:"−"}
.accordion-item>p{margin:0;padding:0 8px 18px}
.editor-empty-message{margin:22px 0;border:1px dashed #9abadd;border-radius:14px;background:#f7fbfd;padding:18px 20px;color:var(--muted);line-height:1.8}
.news-archive-list{margin-top:30px}
.news-archive-list .news-item:nth-child(2){background:#fff}
.news-card__category{display:inline-flex;margin-left:10px;border-radius:999px;background:var(--pale);padding:2px 9px;color:var(--navy);font-size:12px;font-weight:700}
.news-single__header time{color:var(--blue);font-weight:700}
.news-single__header h1{color:var(--navy);font-size:clamp(32px,5vw,48px);line-height:1.5}
.news-single .entry-image{overflow:hidden;margin:30px 0;border-radius:24px}

@media(max-width:820px){
  .site-header__inner{gap:12px}
}

/* Homepage event strip and compact news archive link */
.news-more.text-link{border:0;background:transparent;padding:0;box-shadow:none}

@media(max-width:820px){
  .home-event{width:100%}
  .home-event__inner{min-height:0;padding:26px 20px}
  .home-event h2{margin-bottom:14px;font-size:22px}
  .home-event__item{grid-template-columns:1fr 18px;gap:0;min-height:72px;padding:9px 0}
  .home-event__item time{font-size:12px;grid-column:1}
  .home-event__title{grid-column:1;overflow:visible;text-overflow:clip;white-space:normal;font-size:14px}
  .home-event__item>span:last-child{grid-column:2;grid-row:1/3}
  .home-event__empty{padding-inline:0;font-size:14px}
  .home-action{width:100%;min-width:0;margin-top:20px}
  .news-more{width:max-content;min-width:0;margin:24px auto 0}
}

/* 2026-07-30 mobile quality and accessibility pass */
.button-blue{background:var(--blue-action)}
.news-card time,.post-meta,.news-single__header time,.modal-news-item time{color:var(--blue-text)}
.accordion-item summary:focus-visible{outline:3px solid #f1be3f;outline-offset:4px;border-radius:8px}
.protected-email-link,.protected-email-link *{color:inherit!important;font:inherit!important;font-weight:inherit!important;text-decoration:none!important}
.archive-page{padding-block:clamp(64px,8vw,104px)}
.archive-header{max-width:760px}
.archive-header h1{margin:18px 0 8px;color:var(--navy);font-size:clamp(34px,4.1vw,52px);line-height:1.42}
.archive-header p{margin:0;line-height:1.9}
.single-post header h1,.news-single__header h1{margin:12px 0;color:var(--navy);font-size:clamp(32px,5vw,48px);line-height:1.45}
.single-post header time,.news-single__header time{display:block;margin-top:16px;font-weight:700;font-variant-numeric:tabular-nums}
.single-post .entry-image,.news-single .entry-image{overflow:hidden;margin:30px 0;border-radius:24px;aspect-ratio:16/9;background:var(--pale)}
.single-post .entry-image img,.news-single .entry-image img{width:100%;height:100%;object-fit:cover}
.post-back{margin-top:48px}
.entry-content a{overflow-wrap:anywhere}
.entry-content .wp-block-table{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.entry-content .wp-block-table table{min-width:560px}
.entry-content pre{max-width:100%;overflow-x:auto}

@media(max-width:1320px){
  .site-header{z-index:20}
  .menu-button{width:44px;height:44px;min-width:44px;cursor:pointer}
  .mobile-nav{z-index:30;max-height:calc(100dvh - 96px);overflow-y:auto;overscroll-behavior:contain}
  .mobile-nav>a{min-height:52px}
  .mobile-nav .nav-support{color:#fff}
  body.kikoe-menu-open::before{content:"";position:fixed;z-index:15;inset:96px 0 0;background:#0e437c52;backdrop-filter:blur(2px)}
}

/* Individual care consultation page and cross-page links */
.eyebrow--light{border-color:#fff;color:#fff}
.personal-support-page-title{margin:0 0 13px!important;color:var(--blue-text);font-size:14px!important;font-weight:700;letter-spacing:.04em;line-height:1.5!important}
.personal-support-intro{align-items:center}
.personal-fee-panel{display:flex;align-items:center;justify-content:space-between;gap:36px;border-radius:26px;background:linear-gradient(118deg,#0e437c,#287fbc);padding:clamp(28px,5vw,54px);color:#fff;box-shadow:0 16px 34px #0e437c24}
.personal-fee-panel h2{margin:16px 0 4px;font-size:clamp(28px,3vw,38px)}
.personal-fee-panel p{margin:0;line-height:1.8}
.personal-fee-panel__price{display:flex;align-items:baseline;gap:8px;white-space:nowrap;font-weight:700}
.personal-fee-panel__price strong{font-size:clamp(48px,6vw,78px);line-height:1;color:#fff;letter-spacing:.02em}
.personal-fee-panel__price span{font-size:17px}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:30px}
.service-grid article{border:1px solid var(--line);border-radius:18px;background:#fff;padding:25px 20px;box-shadow:0 10px 24px #0e437c0a}
.service-grid .dashicons{color:var(--blue);font-size:34px;width:34px;height:34px}
.service-grid h3{margin:15px 0 8px;font-size:19px;line-height:1.55}
.service-grid p{margin:0;font-size:14px;line-height:1.8}
.fee-table-wrap{margin-top:30px;overflow-x:auto;border:1px solid var(--line);border-radius:18px;background:#fff}
.fee-table{width:100%;min-width:580px;border-collapse:collapse;text-align:left}
.fee-table th,.fee-table td{padding:16px 22px;border-bottom:1px solid var(--line)}
.fee-table thead th{background:#e9f5fb;color:var(--navy);font-weight:700}
.fee-table tbody th{font-weight:500}
.fee-table td{width:32%;color:var(--navy);font-weight:700;white-space:nowrap}
.fee-table tbody tr:last-child th,.fee-table tbody tr:last-child td{border-bottom:0}
.fee-table--details{min-width:760px;table-layout:fixed}
.fee-table--details th,.fee-table--details td{vertical-align:top;line-height:1.65}
.fee-table--details tbody th{width:29%}
.fee-table--details tbody td:nth-child(2){width:25%;white-space:normal}
.fee-table--details tbody td:nth-child(3){width:46%;color:var(--text);font-weight:500;white-space:normal}
.fee-table--details tbody tr.is-emphasis{background:#f0f8fc}
.fee-table--details tbody tr.is-emphasis th,.fee-table--details tbody tr.is-emphasis td{color:var(--navy);font-weight:700}
.fee-note{margin-top:16px;color:var(--muted);font-size:14px}
.corporate-pricing>h3{margin:42px 0 0;color:var(--navy);font-size:clamp(22px,2.5vw,29px);line-height:1.5}
.region-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}
.region-grid article{border:1px solid var(--line);border-top:4px solid var(--blue);border-radius:18px;background:#fff;padding:22px 24px}
.region-grid h3{margin:0 0 8px;color:var(--navy);font-size:20px}
.region-grid p{margin:0;line-height:1.9}
.notice-panel{display:flex;gap:14px;align-items:flex-start;margin-top:22px;border-radius:16px;background:#eef7fb;padding:19px 22px}
.notice-panel .dashicons{flex:none;color:var(--blue);font-size:29px;width:29px;height:29px}
.notice-panel p{margin:0;font-size:15px;line-height:1.85}
.personal-support-notes{align-items:center}
.related-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid var(--line);border-radius:24px;background:#fff;padding:clamp(25px,4vw,42px);box-shadow:0 12px 28px #0e437c0a}
.related-panel .eyebrow{font-size:12px}
.related-panel h2{margin:13px 0 6px;color:var(--navy);font-size:clamp(25px,3vw,34px);line-height:1.45}
.related-panel p{margin:0;line-height:1.8}
.related-panel .button{flex:none}
.related-actions{align-items:center;margin-top:24px}
.related-actions .text-link{color:var(--navy);font-weight:700;text-decoration:underline;text-underline-offset:5px}
.contact-related-link{margin:18px 0 24px!important;padding:14px 16px;border-radius:10px;background:#eef7fb;font-weight:700}
.contact-related-link a{color:var(--navy);text-decoration:underline;text-underline-offset:4px}

@media(max-width:820px){
  .personal-fee-panel,.related-panel{align-items:flex-start;flex-direction:column;gap:20px}
  .personal-fee-panel__price{align-self:flex-end}
  .service-grid,.region-grid{grid-template-columns:1fr 1fr}
  .service-grid article{padding:20px 18px}
  .related-panel .button{width:100%;justify-content:space-between}
}

@media(max-width:520px){
  .personal-fee-panel{border-radius:20px;padding:26px 22px}
  .personal-fee-panel__price{align-self:flex-start}
  .service-grid,.region-grid{grid-template-columns:1fr}
  .fee-table th,.fee-table td{padding:14px 16px}
  .notice-panel{padding:17px}
  .related-actions{align-items:stretch}
  .related-actions .text-link{padding:10px 2px;text-align:center}
}

@media(max-width:820px){
  :root{--gutter:clamp(20px,5.2vw,28px)}
  body{line-height:1.75}
  .site-header{padding:8px var(--gutter)}
  .mobile-nav{top:80px;max-height:calc(100dvh - 80px);padding:10px var(--gutter) 20px}
  body.kikoe-menu-open::before{inset:80px 0 0}
  .hero-copy{padding-top:38px}
  .hero h1{font-size:clamp(29px,7.8vw,34px);line-height:1.42;letter-spacing:.01em;text-wrap:balance}
  .hero-copy>p{line-height:1.9}
  .hero-image-wrap{height:auto;min-height:0;aspect-ratio:5/4;padding-top:12px}
  .hero-image-wrap img{height:100%;min-height:0}
  .page-hero-copy{min-width:0;padding:38px var(--gutter) 30px}
  .page-hero h1,.simple-page h1,.archive-header h1{font-size:clamp(29px,7.8vw,34px);line-height:1.42;text-wrap:balance}
  .page-hero p{font-size:15px;line-height:1.9}
  .page-hero-image{height:auto;min-height:0;aspect-ratio:4/3}
  .section-heading h2,.mission h2,.partner h2,.consult-copy h2{font-size:clamp(27px,7.2vw,31px);line-height:1.48;text-wrap:balance}
  .section-heading p,.mission-copy>p,.partner-copy>p{line-height:1.9}
  .button{min-height:48px}
  .secondary-link,.text-link{min-height:44px;align-items:center}
  .activity-card p{font-size:13px;line-height:1.7}
  .service-icons span{min-height:118px}
  .support{padding-top:132px}
  .support-card{border-radius:22px}
  .final-cta{padding-block:48px}
  .cta-half{padding:30px 24px}
  .cta-half p{line-height:1.75}
  .site-footer{padding-top:42px}
  .footer-main nav a{display:flex;align-items:center;min-height:44px;margin-bottom:0}
  .footer-bottom>a:last-child{display:inline-flex;align-items:center;min-height:44px}
  .breadcrumbs{min-width:0;align-items:center;overflow:hidden;white-space:nowrap}
  .breadcrumbs a{display:flex;align-items:center;min-height:44px}
  .breadcrumbs [aria-current="page"]{min-width:0;overflow:hidden;text-overflow:ellipsis}
  .archive-page,.simple-page{padding-block:52px}
  .archive-header p{font-size:15px}
  .news-grid{margin-top:28px}
  .news-card-copy{padding:20px}
  .single-post.section-pad,.news-single.section-pad{padding-block:44px 56px}
  .single-post header h1,.news-single__header h1{font-size:clamp(28px,7.4vw,34px);line-height:1.48;text-wrap:balance}
  .single-post .entry-image,.news-single .entry-image{margin:24px 0;border-radius:18px}
  .entry-content{font-size:16px;line-height:1.95}
  .entry-content h2{font-size:clamp(24px,6.6vw,29px);line-height:1.5}
}

@media(max-width:520px){
  .layout-break{display:none}
  .no-wrap{white-space:normal;font-size:inherit}
  .hero-actions{gap:12px}
  .hero-actions .secondary-link{width:100%;justify-content:space-between;border:2px solid var(--navy);border-radius:10px;padding:10px 16px}
  .activity-grid{grid-template-columns:1fr;gap:16px}
  .activity-card{padding:7px 7px 20px}
  .activity-card>img{width:100%;height:auto;aspect-ratio:16/9}
  .activity-card p{padding-inline:8px;font-size:14px}
  .support-card>img{height:auto;aspect-ratio:16/10}
  .support-types{gap:10px}
  .donation-panel{text-align:left}
  .donation-panel h2{font-size:25px}
  .contact-method-card{min-height:116px}
  .contact-method-copy strong{overflow-wrap:anywhere}
  .price-grid article,.info-grid article{padding:21px}
  .price-grid p{align-items:flex-start;flex-direction:column;gap:4px}
  .accordion-item summary{min-height:58px;padding:16px 8px}
  .news-item,.home-event__item{min-height:78px}
  .footer-main nav{width:100%}
}

@media(max-width:360px){
  :root{--gutter:18px}
  .site-header .brand img{width:68px;height:56px}
  .site-header .brand{gap:7px}
  .site-title{max-width:128px;font-size:12px}
  .hero-copy{padding-top:32px}
  .hero h1{font-size:27px;line-height:1.45}
  .page-hero h1,.simple-page h1,.archive-header h1{font-size:28px}
  .section-heading h2,.mission h2,.partner h2,.consult-copy h2{font-size:26px}
  .cta-half{padding:28px 20px}
  .contact-method-card{padding:18px}
}

@media(min-width:783px) and (max-width:820px){
  .admin-bar .site-header{top:32px}
}

/* 2026-07-30 mobile content rhythm and control alignment */
.semantic-break{display:block}
.news-card .text-link{border-bottom:0;padding-bottom:0}

.home-action,
.button-wide,
.button-outline-coral,
.support-action-row .button,
.donation-panel .button,
.cta-link{
  position:relative;
  justify-content:center!important;
  padding-inline:48px!important;
  text-align:center;
}

.home-action>[aria-hidden="true"],
.button-wide>[aria-hidden="true"],
.button-outline-coral>[aria-hidden="true"],
.support-action-row .button>[aria-hidden="true"],
.donation-panel .button>[aria-hidden="true"],
.cta-link>.dashicons{
  position:absolute;
  right:16px;
}

@media(max-width:820px){
  .footer-brand{
    width:100%;
    align-items:center;
    text-align:center;
  }
  .brand.footer-brand img{margin-inline:auto}
  .footer-brand span{justify-items:center;text-align:center}
  .button-row .button{justify-content:center;text-align:center}
}

@media(max-width:520px){
  .hero h1{
    font-size:clamp(23px,6.7vw,27px);
    line-height:1.55;
    text-wrap:initial;
  }
  .mission h2{
    font-size:clamp(25px,7vw,29px);
    line-height:1.55;
    text-wrap:initial;
  }
  .hero-actions .secondary-link{
    justify-content:center;
    text-align:center;
  }
  .story-panel{
    width:calc(100% - 24px);
    margin-inline:auto;
    padding:28px 22px;
  }
  .about-activities{
    padding-top:154px;
    background-color:var(--pale);
    background-size:100% 128px;
  }
  .contact-method-card,
  .contact-method-card:is(.is-phone,.is-line){
    grid-template-columns:50px minmax(0,1fr) 24px;
    gap:12px;
    padding:18px 16px;
  }
  .contact-method-card>.dashicons{
    display:block;
    justify-self:end;
  }
  .contact-method-icon{width:50px;height:50px}
  .contact-method-copy strong{font-size:19px}
}

@media(max-width:360px){
  .hero h1{font-size:22px}
  .mission h2{font-size:24px}
  .home-action,
  .button-wide,
  .button-outline-coral,
  .support-action-row .button,
  .donation-panel .button,
  .cta-link{padding-inline:42px!important}
  .home-action>[aria-hidden="true"],
  .button-wide>[aria-hidden="true"],
  .button-outline-coral>[aria-hidden="true"],
  .support-action-row .button>[aria-hidden="true"],
  .donation-panel .button>[aria-hidden="true"],
  .cta-link>.dashicons{right:13px}
}

/* 2026-08-05 selected About vision and partnership flow designs */
.about-vision-section{background:#fff}
.about-vision{position:relative;overflow:hidden;border:1px solid #d5e9f4;border-radius:38px;background-color:#eaf6fc;padding:52px 56px 0;box-shadow:0 18px 45px #0e437c0d}
.about-vision__intro{position:relative;z-index:1;max-width:780px;margin-inline:auto;text-align:center}
.about-vision__icon{display:grid;place-items:center;width:78px;height:78px;margin:0 auto 18px;border:2px solid currentColor;border-radius:50%;background:#ffffffa6}
.about-vision__icon .dashicons{width:auto;height:auto;font-size:42px;line-height:1}
.about-vision__icon.is-navy{color:var(--navy)}
.about-vision__intro h2{margin:0;color:var(--navy);font-size:clamp(35px,4vw,48px);line-height:1.35;letter-spacing:.04em}
.about-vision__intro p{margin:14px 0 0;color:var(--navy);font-size:clamp(16px,1.5vw,19px);font-weight:700;line-height:1.9}
.about-vision__items{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;max-width:1040px;margin:44px auto 42px}
.about-vision__item{display:grid;grid-template-columns:108px minmax(0,1fr);align-items:center;gap:24px;min-width:0;padding:0 42px}
.about-vision__item+.about-vision__item{border-left:3px dotted #79acd2}
.about-vision__item-icon{display:grid;place-items:center;width:108px;height:108px;border:2px solid currentColor;border-radius:50%;background:#ffffff99}
.about-vision__item-icon .dashicons{width:auto;height:auto;font-size:55px;line-height:1}
.about-vision__item h3{margin:0 0 8px;color:currentColor;font-size:clamp(25px,2.3vw,31px);line-height:1.4}
.about-vision__item p{margin:0;color:var(--text);font-size:15px;line-height:1.9}
.about-vision__item.is-green{color:var(--green)}
.about-vision__item.is-coral{color:#cf5c57}
.about-vision__media{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));height:220px;margin:0 -56px;overflow:hidden;border-radius:34px 34px 38px 38px;background:#fff}
.about-vision__media figure{min-width:0;margin:0;overflow:hidden}
.about-vision__media figure+figure{border-left:3px solid #fff}
.about-vision__media img{width:100%;height:100%;object-fit:cover}
.about-vision__media figure:nth-child(1) img{object-position:center 48%}
.about-vision__media figure:nth-child(2) img{object-position:center 55%}
.about-vision__media figure:nth-child(3) img{object-position:center 45%}
.about-vision__actions{justify-content:center;margin-top:26px}
.about-vision__actions .button{min-width:230px;min-height:58px}

.partnership-flow{margin-top:76px}
.partnership-flow__heading h2{font-size:clamp(31px,3vw,40px)}
.flow.flow--cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;margin:62px 0 0;padding:0;list-style:none;counter-reset:none}
.flow--cards .flow__step{position:relative;display:flex;min-width:0;min-height:224px;align-items:center;flex-direction:column;justify-content:center;gap:20px;border:2px solid var(--line);border-radius:22px;background:#fff;padding:48px 14px 25px;color:var(--navy);font-weight:700;text-align:center;counter-increment:none;box-shadow:0 12px 28px #0e437c0a}
.flow--cards .flow__step:nth-child(even){background:#f5fafd}
.flow--cards .flow__step:before{display:none;content:none}
.flow__number{position:absolute;top:-35px;left:50%;display:grid;width:70px;height:70px;place-items:center;border-radius:50%;background:var(--navy);color:#fff;font-size:24px;font-variant-numeric:tabular-nums;font-weight:800;line-height:1;transform:translateX(-50%);box-shadow:0 8px 18px #0e437c26}
.flow__icon{display:grid;width:82px;height:72px;place-items:center;color:var(--navy)}
.flow__icon .dashicons{width:auto;height:auto;font-size:62px;line-height:1}
.flow__step.is-blue .flow__icon{color:#2d8bc5}
.flow__step.is-green .flow__icon{color:#4f8f69}
.flow__step.is-coral .flow__icon{color:#e2675f}
.flow__label{display:block;max-width:190px;font-size:16px;line-height:1.55}
.flow__connector{position:absolute;z-index:2;top:50%;right:-37px;display:grid;width:48px;height:48px;place-items:center;color:var(--navy);transform:translateY(-50%)}
.flow__connector .dashicons{width:auto;height:auto;font-size:32px;line-height:1}

@media(max-width:1180px){
  .flow.flow--cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 26px}
  .flow__step:nth-child(3) .flow__connector{display:none}
}

@media(max-width:820px){
  .about-vision{border-radius:30px;padding:40px 30px 0}
  .about-vision__icon{width:70px;height:70px}
  .about-vision__icon .dashicons{font-size:38px}
  .about-vision__intro h2{font-size:clamp(31px,7.8vw,38px)}
  .about-vision__intro p{font-size:16px}
  .about-vision__items{grid-template-columns:1fr;margin:34px auto 30px}
  .about-vision__item{grid-template-columns:90px minmax(0,1fr);gap:20px;padding:24px 0}
  .about-vision__item+.about-vision__item{border-top:3px dotted #79acd2;border-left:0}
  .about-vision__item-icon{width:90px;height:90px}
  .about-vision__item-icon .dashicons{font-size:48px}
  .about-vision__item h3{font-size:26px}
  .about-vision__media{height:190px;margin-inline:-30px;border-radius:28px 28px 30px 30px}
  .about-vision__actions{align-items:stretch}
  .about-vision__actions .button{width:100%;min-width:0}
  .partnership-flow{margin-top:68px}
  .flow.flow--cards{grid-template-columns:1fr;gap:56px;margin-top:58px}
  .flow--cards .flow__step{min-height:182px;padding:44px 24px 24px}
  .flow__step:not(:last-child) .flow__connector{right:auto;bottom:-38px;left:50%;top:auto;display:grid;transform:translateX(-50%) rotate(90deg)}
  .flow__icon{height:62px}
  .flow__icon .dashicons{font-size:56px}
  .flow__label{max-width:none;font-size:17px}
}

@media(max-width:520px){
  .about-vision-section{padding-block:58px}
  .about-vision{border-radius:24px;padding:32px 20px 0}
  .about-vision__icon{width:64px;height:64px;margin-bottom:14px}
  .about-vision__icon .dashicons{font-size:34px}
  .about-vision__intro h2{font-size:29px}
  .about-vision__intro p{font-size:15px;line-height:1.85}
  .about-vision__items{margin-top:26px}
  .about-vision__item{grid-template-columns:72px minmax(0,1fr);gap:15px;padding:22px 0}
  .about-vision__item-icon{width:72px;height:72px}
  .about-vision__item-icon .dashicons{font-size:39px}
  .about-vision__item h3{font-size:21px}
  .about-vision__item p{font-size:14px;line-height:1.75}
  .about-vision__media{height:155px;margin-inline:-20px;border-radius:22px 22px 24px 24px}
  .about-vision__media figure+figure{border-left-width:2px}
  .about-vision__actions{gap:12px;margin-top:20px}
  .partnership-flow{margin-top:58px}
  .partnership-flow__heading h2{font-size:29px}
  .flow.flow--cards{gap:54px;margin-top:54px}
  .flow--cards .flow__step{min-height:170px;border-radius:19px;padding:42px 18px 22px}
  .flow__number{top:-31px;width:62px;height:62px;font-size:21px}
  .flow__icon .dashicons{font-size:52px}
  .flow__label{font-size:16px}
}

@media(max-width:820px){
  .event-archive__header{margin-bottom:38px}
  .event-archive__section+.event-archive__section{margin-top:58px}
  .event-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .event-archive-card{border-radius:17px}
  .event-archive-card__body{min-height:165px;padding:18px}
  .event-archive-card h3{font-size:18px}
}

@media(max-width:420px){
  .event-archive__grid{grid-template-columns:1fr}
  .event-archive__section>h2{font-size:25px}
  .event-archive-card__body{min-height:0}
}
