/* Scoped homepage directory; artwork stays in its original files. */
.home-portal{--hp-blue:#0962b5;--hp-ink:#123666;--hp-muted:#536e88;--hp-line:#d5e7f6;position:relative;z-index:1;max-width:1180px;margin:0 auto 64px;padding:0 6vw;scroll-margin-top:100px;color:var(--hp-ink)}
.home-portal *{box-sizing:border-box}
.home-portal a{color:inherit;text-decoration:none}
.home-portal img{display:block}
.home-portal h2,.home-portal p{margin:0}
.home-portal strong,.home-portal small,.home-portal em{display:block;font-style:normal}
.home-portal a:focus-visible,.home-portal summary:focus-visible,.home-portal button:focus-visible,.home-portal input:focus-visible{outline:3px solid #ec7425;outline-offset:4px}
.hp-shell{padding:28px;border:1px solid var(--hp-line);border-radius:30px;background:linear-gradient(140deg,#f0f9ff,#fff 48%,#f2faff);box-shadow:0 20px 55px #0b49760a}
.hp-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.home-portal .hp-eyebrow{font-size:10px;letter-spacing:.18em;font-weight:800;color:var(--hp-blue);margin-bottom:7px}
.home-portal h2{font-size:clamp(25px,2.4vw,34px);line-height:1.4;letter-spacing:.01em}
.home-portal h2 span{color:var(--hp-blue)}
.hp-heading p:last-child{font-size:13px;color:var(--hp-muted);margin-top:8px;line-height:1.7}
.home-portal .hp-all-link{font-size:12px;color:var(--hp-blue);font-weight:700;white-space:nowrap;padding:10px 0}
.hp-characters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}
.hp-character{display:flex;align-items:center;gap:10px;padding:14px 10px;background:#fff;border:1px solid var(--hp-line);border-radius:16px;min-width:0;transition:box-shadow .18s,border-color .18s}
.hp-character>span:last-child{min-width:0}
.hp-character small{font-size:10px;color:var(--hp-muted);margin-bottom:4px}
.hp-character strong{font-size:14px;line-height:1.5;overflow-wrap:anywhere}
.hp-character em{font-size:10px;line-height:1.5;color:var(--hp-blue);margin-top:7px}
.hp-portrait{position:relative;display:block;overflow:hidden;flex-shrink:0;width:64px;height:64px;border-radius:50%;background:#e9f5ff}
.hp-portrait img{position:absolute;max-width:none;width:180%;height:180%;object-fit:contain;left:-50%;top:-24%}
.hp-aimy{background:#fff0e9}.hp-aimy img{left:-44%;top:-15%}
.hp-philia{background:#fff5e4}.hp-philia img{width:205%;height:205%;left:-31%;top:-27%}
.hp-nyan{background:#fff4ee}.hp-nyan img{width:225%;height:225%;left:-117%;top:-56%}
.hp-destinations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}
.hp-destination{display:flex;align-items:center;gap:14px;padding:14px;min-width:0;border:1px solid var(--hp-line);border-radius:16px;background:#fff;transition:box-shadow .18s,border-color .18s}
.hp-destination>span:nth-child(2){min-width:0}
.hp-picture{display:block;position:relative;width:72px;height:72px;flex-shrink:0;overflow:hidden;border-radius:12px;background:#f2f8fc}
.hp-picture img{width:100%;height:100%;object-fit:cover}
.hp-destination small{font-size:10px;font-weight:700;color:var(--hp-accent,var(--hp-blue));margin-bottom:4px;letter-spacing:.03em}
.hp-destination strong{font-size:16px;line-height:1.5}
.hp-destination em{font-size:11px;color:var(--hp-muted);margin-top:5px;line-height:1.5}
.hp-arrow{margin-left:auto;color:var(--hp-accent,var(--hp-blue));font-size:25px;line-height:1;flex-shrink:0}
.hp-gold{--hp-accent:#9b6600;background:linear-gradient(110deg,#fffaf0,#fff)}
.hp-blue{--hp-accent:#1768b3;background:linear-gradient(110deg,#eef7ff,#fff)}
.hp-green{--hp-accent:#237b58;background:linear-gradient(110deg,#f0fbf5,#fff)}
.hp-violet{--hp-accent:#7557a3;background:linear-gradient(110deg,#f6f2ff,#fff)}
.home-portal :is(.hp-character,.hp-destination,.hp-category):hover{border-color:#83bbed;box-shadow:0 7px 20px #0b539314}
.hp-directory{background:#fff;border:1px solid var(--hp-line);border-radius:15px;margin-top:10px;overflow:clip;scroll-margin-top:100px}
.hp-directory summary{display:flex;align-items:center;gap:12px;padding:15px 18px;cursor:pointer;list-style:none}
.hp-directory summary::-webkit-details-marker{display:none}
.hp-directory summary:hover{background:#f3f9ff}
.hp-summary-icon{width:34px;height:34px;display:grid;place-items:center;background:#eef7ff;border-radius:10px;color:var(--hp-blue);font-size:24px;flex-shrink:0}
.hp-directory summary strong{font-size:14px;line-height:1.5}
.hp-directory summary small{font-size:11px;color:var(--hp-muted);line-height:1.5;margin-top:3px}
.hp-expand{position:relative;width:24px;height:24px;margin-left:auto;border:1px solid var(--hp-line);border-radius:50%;flex-shrink:0}
.hp-expand:before,.hp-expand:after{content:"";position:absolute;background:var(--hp-blue);width:10px;height:2px;left:6px;top:10px}
.hp-expand:after{transform:rotate(90deg)}
.hp-directory[open] .hp-expand:after{transform:none}
.hp-directory[open] summary{border-bottom:1px solid var(--hp-line)}
.hp-directory-content{padding:18px}
.hp-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.hp-category{display:flex;align-items:center;gap:10px;border:1px solid var(--hp-line);background:#fff;border-radius:12px;padding:9px;min-width:0;overflow:hidden;transition:box-shadow .18s,border-color .18s}
.hp-category .hp-picture{width:54px;height:60px;border-radius:8px}
.hp-category>span:nth-child(2){min-width:0}
.hp-category small{color:var(--hp-accent,var(--hp-blue));font-weight:800;font-size:12px;margin-bottom:4px}
.hp-category small span{font-weight:400;color:var(--hp-muted);font-size:10px}
.hp-category strong{font-size:12px;line-height:1.5;overflow-wrap:anywhere}
.hp-category .hp-arrow{font-size:20px}
.hp-search{margin:0 0 16px}
.hp-search label{display:block;font-size:12px;font-weight:700;margin-bottom:7px}
.hp-search>div{display:flex;gap:8px}
.hp-search input{min-width:0;flex:1;border:1px solid #b7d4ed;border-radius:9px;padding:10px 12px;background:#fff;font:inherit;font-size:16px;color:var(--hp-ink)}
.hp-search button{border:0;border-radius:9px;background:var(--hp-blue);color:#fff;padding:10px 18px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}
.home-portal .hp-more{display:table;font-size:12px;color:var(--hp-blue);margin:16px 0 0 auto;padding:6px 0;font-weight:700}
.hp-series-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.hp-series-card{padding:0;gap:10px;position:relative;min-height:66px}
.hp-series-number{display:grid;place-items:center;align-self:stretch;width:40px;flex-shrink:0;font-size:17px;font-weight:800;color:#fff;background:var(--hp-accent,var(--hp-blue))}
.hp-series-card strong{flex:1;min-width:0;z-index:1}
.hp-series-card .hp-picture{width:66px;height:66px;border-radius:0;flex-shrink:0}
.hp-series-card .hp-arrow{margin:0 9px 0 0}
.hp-stamp img{width:180%;height:180%;max-width:none;object-fit:contain;position:absolute;left:-50%;top:-24%}
.hp-services{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;margin-top:20px;padding-top:17px;border-top:1px solid var(--hp-line)}
.hp-services>span{font-size:11px;color:var(--hp-muted)}
.home-portal .hp-services>a{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--hp-blue);min-height:34px}
.hp-service-icon{width:28px;height:28px;overflow:hidden;border-radius:50%;background:#edf6ff;display:block}
.hp-service-icon img{width:100%;height:100%;object-fit:cover}
.home-portal :is(.hp-all-link,.hp-more,.hp-services>a):hover{text-decoration:underline;text-underline-offset:4px}
.hp-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
@media(min-width:1500px){.hp-character{gap:12px}.hp-portrait{width:72px;height:72px}}
@media(max-width:1050px){.hp-characters{grid-template-columns:repeat(2,minmax(0,1fr))}.hp-portrait{width:70px;height:70px}.hp-character{padding:12px 16px}.hp-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hp-services>span{flex-basis:100%}}
@media(max-width:680px){.home-portal{padding:0 20px;margin-bottom:42px}.hp-shell{padding:20px 16px;border-radius:22px}.hp-heading{align-items:flex-start;flex-direction:column;gap:6px;margin-bottom:18px}.home-portal h2{font-size:26px}.hp-heading p:last-child{font-size:12px}.home-portal .hp-all-link{font-size:11px}.hp-characters{gap:8px}.hp-character{padding:12px 7px;flex-direction:column;text-align:center;gap:7px}.hp-character strong{font-size:13px}.hp-character em{font-size:10px;margin-top:4px}.hp-portrait{width:70px;height:70px}.hp-destinations{grid-template-columns:1fr;gap:8px;margin-bottom:16px}.hp-destination{gap:12px;padding:11px}.hp-picture{width:58px;height:58px}.hp-destination strong{font-size:15px}.hp-destination em{font-size:11px;margin-top:3px}.hp-directory summary{padding:13px 10px;gap:8px}.hp-summary-icon{width:28px;height:28px;font-size:20px}.hp-directory summary strong{font-size:13px}.hp-directory summary small{font-size:10px}.hp-expand{width:22px;height:22px}.hp-expand:before,.hp-expand:after{left:5px;top:9px}.hp-directory-content{padding:12px}.hp-category-grid,.hp-series-grid{grid-template-columns:1fr;gap:8px}.hp-category strong{font-size:13px}.hp-category .hp-picture{width:56px;height:56px}.hp-series-card .hp-picture{width:62px;height:62px}.hp-search>div{flex-direction:column}.hp-search button{min-height:42px}.hp-more{line-height:1.7}.hp-services{gap:5px 14px}.hp-services>span{margin-bottom:3px}}
@media(prefers-reduced-motion:reduce){.home-portal *{transition:none!important}}

/* Keep long existing navigation labels on one line within the available width. */
body.has-home-portal>.nav>.brand,body.has-home-portal>.nav>.nav-cta{flex-shrink:0}
body.has-home-portal>.nav nav{min-width:0;flex:1;overflow-x:auto;white-space:nowrap;scrollbar-width:thin;padding-block:12px}
body.has-home-portal>.nav nav a{flex-shrink:0;white-space:nowrap}

/* Larger type and clearer controls for younger visitors. */
.home-portal .hp-eyebrow{font-size:12px}
.home-portal h2{font-size:clamp(30px,3vw,38px)}
.hp-heading p:last-child{font-size:16px;line-height:1.8}
.home-portal .hp-all-link{font-size:16px;white-space:normal}
.hp-characters{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.hp-character{padding:18px;gap:16px}
.hp-portrait{width:84px;height:84px}
.hp-character small{font-size:14px}
.hp-character strong{font-size:20px}
.hp-character em{font-size:16px;line-height:1.6}
.hp-destination{padding:18px;gap:16px}
.hp-destination .hp-picture{width:88px;height:88px}
.hp-destination small{font-size:14px}
.hp-destination strong{font-size:21px}
.hp-destination em{font-size:16px;line-height:1.7}
.hp-directory summary{padding:20px 18px}
.hp-directory summary strong{font-size:20px}
.hp-directory summary small{font-size:15px}
.hp-action-label{margin-left:auto;color:var(--hp-blue);font-size:15px;white-space:nowrap}
.hp-when-open{display:none}
.hp-directory[open] .hp-when-closed{display:none}
.hp-directory[open] .hp-when-open{display:inline}
.hp-expand{margin-left:0;width:28px;height:28px}
.hp-expand:before,.hp-expand:after{left:8px;top:12px}
.hp-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.hp-category{padding:13px}
.hp-category strong{font-size:16px}
.hp-category small{font-size:14px}
.hp-category small span{font-size:13px}
.hp-category .hp-picture{width:70px;height:70px}
.hp-search label{font-size:16px}
.hp-search input,.hp-search button{font-size:18px;min-height:48px}
.home-portal .hp-more{font-size:16px;line-height:1.8}
.hp-series-card{padding:0;min-height:82px}
.hp-series-card .hp-picture{width:78px;height:82px}
.hp-services>span{font-size:14px;flex-basis:100%}
.home-portal .hp-services>a{font-size:16px;min-height:44px}
@media(max-width:680px){
 .home-portal{padding:0 14px}.hp-shell{padding:22px 14px}
 .home-portal h2{font-size:28px}.hp-heading p:last-child{font-size:16px}
 .hp-characters{gap:10px}.hp-character{padding:16px 6px;gap:10px}
 .hp-character small{font-size:13px}.hp-character strong{font-size:18px}
 .hp-character em{font-size:15px}.hp-portrait{width:78px;height:78px}
 .hp-destination{padding:14px;gap:12px}.hp-destination .hp-picture{width:68px;height:68px}
 .hp-destination strong{font-size:19px}.hp-destination small{font-size:14px}.hp-destination em{font-size:16px}
 .hp-directory summary{padding:16px 10px;gap:8px;flex-wrap:wrap}
 .hp-summary-icon{display:none}.hp-directory summary>span:nth-child(2){flex:1;min-width:165px}
 .hp-directory summary strong{font-size:18px}.hp-directory summary small{font-size:14px}
 .hp-action-label{font-size:14px}.hp-expand{width:24px;height:24px}
 .hp-expand:before,.hp-expand:after{left:6px;top:10px}
 .hp-directory-content{padding:12px 10px}.hp-category-grid{grid-template-columns:1fr}
 .hp-category{padding:10px}.hp-category strong{font-size:16px}
 .hp-series-card{padding:0}.hp-series-card .hp-picture{width:64px;height:78px}
 .hp-series-number{width:34px}.hp-series-card strong{font-size:16px}
}

.hp-character .hp-reading{display:block;font-size:16px;font-weight:700;line-height:1.6;margin-top:2px}.hp-character strong{line-height:1.5}
