
:root{--navy:#062c57;--navy2:#0b477c;--logo-blue:#0759b7;--shock-pink:#ff00b8;--gold:#c99a35;--gold2:#e4bb62;--ink:#0c2037;--muted:#627184;--line:#dce3ea;--pale:#eef7fc;--cream:#fbf6e9;--danger:#a94f35;--shadow:0 14px 40px rgba(6,44,87,.12)}
*{box-sizing:border-box}html{background:#eef2f5;scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",Meiryo,sans-serif;color:var(--ink);background:radial-gradient(circle at 50% 4%,#fff 0,#edf1f4 44%,#e4e9ed 100%);min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}.app{width:min(100%,760px);margin:24px auto;min-height:calc(100vh - 48px);background:#fff;box-shadow:0 26px 70px rgba(5,32,61,.16);padding-bottom:98px;border-radius:34px;overflow:hidden}
header{height:100px;display:flex;align-items:center;gap:12px;padding:0 22px;position:sticky;top:0;z-index:25;background:rgba(255,255,255,.97);border-bottom:1px solid #edf0f3;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;min-width:0}.seal{width:62px;height:62px;flex:none;object-fit:cover;object-position:center;border-radius:14px;filter:drop-shadow(0 4px 7px rgba(7,89,183,.18))}.brand-copy{min-width:0}.brand-kicker{color:#3476a6;font-size:10px;font-weight:500;letter-spacing:.035em;white-space:nowrap}.brand-title{color:var(--logo-blue);font-family:"Arial Rounded MT Bold","Hiragino Maru Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-weight:500;font-size:clamp(22px,4.2vw,32px);letter-spacing:-.055em;line-height:1.08;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-title .pink,.drawer-panel h2 .pink{color:var(--shock-pink)}.brand-sub{font-size:11px;color:#3476a6;font-weight:500;letter-spacing:.06em}.menu{margin-left:auto;border:0;background:transparent;color:var(--navy);font-size:34px;width:50px;height:50px;border-radius:12px}.menu:hover{background:var(--pale)}
main{padding:15px}.view{display:none;animation:fade .2s ease}.view.active{display:block}@keyframes fade{from{opacity:.3;transform:translateY(3px)}}
.hero{position:relative;overflow:hidden;border-radius:25px;min-height:360px;background-image:linear-gradient(90deg,rgba(4,35,68,.98) 0%,rgba(4,44,84,.91) 43%,rgba(4,44,84,.2) 76%,rgba(4,44,84,.05) 100%),url('footcare-hero-v2.png');background-size:cover;background-position:center;color:#fff;padding:31px;display:flex;align-items:center;box-shadow:0 15px 35px rgba(6,44,87,.22)}.hero-copy{position:relative;z-index:2;max-width:64%}.hero-badge{display:inline-flex;border-radius:999px;background:#f5a400;color:#fff;padding:8px 15px;font-size:15px;font-weight:500;box-shadow:0 5px 15px rgba(0,0,0,.12)}.eyebrow{font-size:15px;color:#f8d98c;font-weight:500;letter-spacing:.03em;margin-top:17px}.hero h1{font-size:clamp(31px,5.3vw,45px);line-height:1.28;letter-spacing:-.035em;margin:10px 0}.hero p{margin:0 0 19px;font-size:16px;color:#e6eef6;line-height:1.65}.primary{border:0;border-radius:999px;background:linear-gradient(135deg,#ffb31c,#f29a00);color:#fff;font-weight:500;padding:15px 25px;font-size:17px;box-shadow:0 9px 24px rgba(238,157,18,.3)}.hero-note{position:absolute;right:18px;bottom:17px;color:#fff;font-family:Georgia,"Yu Mincho",serif;font-weight:500;font-size:14px;line-height:1.45;transform:rotate(-5deg);text-shadow:0 2px 6px rgba(0,0,0,.5)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:30px 6px 14px}.section-head h2,.page-title{margin:0;color:var(--navy);font-size:29px}.section-head h2:before{content:"";display:inline-block;width:7px;height:30px;border-radius:4px;background:var(--gold);vertical-align:-5px;margin-right:12px}.section-head button{border:0;background:none;color:var(--navy2);font-weight:500}.page-lead{color:var(--muted);line-height:1.7}
.purpose{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.purpose button{border:1px solid #e2e7ec;border-radius:21px;background:#fff;min-height:145px;padding:20px 12px;box-shadow:0 8px 22px rgba(6,44,87,.07);color:var(--ink);transition:.18s}.purpose button:hover{transform:translateY(-2px);border-color:#d1ad5f}.purpose .ico{display:grid;place-items:center;margin:0 auto 10px;width:58px;height:58px;border-radius:50%;background:#e8f6fd;font-size:29px}.purpose strong{display:block;font-size:19px;color:var(--navy);margin-bottom:5px}.purpose small{color:var(--muted);font-size:14px}
.searchbox{display:grid;grid-template-columns:1fr auto;gap:10px;margin:18px 0 10px;border:1px solid #d6dee7;border-radius:19px;padding:8px;background:#fff;box-shadow:0 7px 20px rgba(6,44,87,.06)}.searchbox input{border:0;outline:0;padding:9px 13px;font-size:16px;min-width:0}.searchbox button{border:0;border-radius:14px;background:var(--navy);color:#fff;font-weight:500;padding:11px 22px}.search-result{display:none;margin:8px 0 0;padding:15px 18px;border-radius:16px;background:var(--pale);color:var(--navy);line-height:1.6}.search-result.show{display:block}.search-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.search-links a,.search-links button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:11px 16px;background:var(--navy);color:#fff;text-decoration:none;font-weight:500;font-size:14px}.search-links .gold{background:var(--gold);color:#102a43}
.concerns{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.concern{border:1px solid #e2e6eb;border-radius:18px;background:#fff;padding:17px;display:flex;align-items:center;gap:13px;text-align:left;color:var(--ink);box-shadow:0 5px 16px rgba(6,44,87,.05)}.concern .round{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--cream);color:#9b6f26;font-size:26px;flex:none}.concern strong{font-size:17px;color:var(--navy)}.concern span:last-child{margin-left:auto;color:var(--navy2)}
.trust{display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;border:1px solid #dfc887;background:linear-gradient(105deg,#fffdf8,#fbf3df);border-radius:20px;padding:20px;margin-top:22px}.shield{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--gold);color:#fff;font-size:28px}.trust strong{display:block;color:var(--navy);font-size:18px}.trust small{color:var(--muted);line-height:1.5}.trust button{border:0;background:none;color:var(--navy);font-size:25px}
.research-card{margin-top:18px;border-radius:22px;background:linear-gradient(125deg,#eaf6fd,#fff5df);padding:23px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;border:1px solid #d5e7f3}.research-card small{color:var(--gold);font-weight:500}.research-card h3{color:var(--navy);font-size:23px;margin:6px 0}.research-card p{margin:0;color:var(--muted);line-height:1.6}.research-card button{border:0;border-radius:50%;width:55px;height:55px;background:var(--navy);color:#fff;font-size:25px}
.book-intro{margin:31px 6px 14px}.book-intro small{color:#d97200;font-weight:500;letter-spacing:.06em}.book-intro h2{margin:5px 0 4px;color:var(--navy);font-size:29px}.book-intro p{margin:0;color:var(--muted);line-height:1.65}.book-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.book-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 9px 24px rgba(6,44,87,.08);display:flex;flex-direction:column}.book-cover{aspect-ratio:1054/1492;overflow:hidden;background:#edf1f4}.book-cover img{display:block;width:100%;height:100%;object-fit:cover}.book-copy{padding:17px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1}.book-copy .sale{display:inline-flex;border-radius:999px;background:#ffedcc;color:#a65d00;padding:6px 10px;font-size:13px;font-weight:500}.book-copy h3{margin:0;color:var(--navy);font-size:19px;line-height:1.5}.book-copy p{margin:0 0 4px;color:var(--muted);font-size:14px;line-height:1.6}.amazon-btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;width:100%;border-radius:999px;background:#ff9900;color:#17202a;text-decoration:none;font-weight:500;padding:13px 16px}.amazon-btn:hover{background:#eda000}
.problem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.problem-card{border:1px solid var(--line);border-radius:21px;padding:20px;background:#fff}.problem-card .problem-icon{font-size:34px}.problem-card h3{color:var(--navy);margin:8px 0}.problem-card p{color:var(--muted);line-height:1.7;margin:0}.notice{border-left:6px solid var(--danger);background:#fff4ef;padding:17px 18px;border-radius:6px 16px 16px 6px;margin:20px 0;color:#6e382a;line-height:1.7}
.store-actions{display:flex;gap:9px;overflow-x:auto;padding:2px 0 8px}.provider-btn{white-space:nowrap;border:1px solid #bed1df;border-radius:999px;background:#fff;color:var(--navy);padding:11px 15px;font-weight:500}.provider-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}.location-box{margin-top:18px;border:1px solid var(--line);border-radius:22px;padding:18px;background:var(--pale)}.location-box label{display:block;font-weight:500;color:var(--navy);margin-bottom:9px}.filter-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.location-box select,.location-box input{width:100%;border:1px solid #c8d8e4;background:#fff;border-radius:14px;padding:13px;color:var(--ink);outline:0}.selected-care{margin:0 0 14px;padding:12px 14px;border-radius:13px;background:#fff;color:var(--navy);font-weight:500}.store-summary{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:22px 4px 12px}.store-summary strong{font-size:20px;color:var(--navy)}.store-summary span{color:var(--muted);font-size:14px}.store-results{display:grid;gap:12px}.store-result{border:1px solid var(--line);border-radius:19px;padding:18px;background:#fff;box-shadow:0 6px 18px rgba(6,44,87,.05)}.store-result-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.store-result h3{margin:3px 0 7px;color:var(--navy);font-size:20px}.store-result .provider{color:#9a6c1e;font-size:13px;font-weight:500}.store-result .address{margin:0;color:#3f556b;line-height:1.55}.store-result .phone,.store-result .website{display:inline-flex;align-items:center;margin:8px 8px 0 0;color:var(--navy2);font-weight:500;text-decoration:none}.store-result .website{border:0;border-radius:999px;background:var(--pale);padding:8px 11px}.store-result .details-btn{flex:none;border:0;border-radius:999px;background:var(--pale);color:var(--navy);font-weight:500;padding:10px 13px}.care-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.care-tags span{border-radius:999px;background:var(--cream);color:#76551d;padding:6px 9px;font-size:12px;font-weight:500}.store-empty{text-align:center;padding:30px 18px;border:1px dashed #b8c7d3;border-radius:18px;color:var(--muted);line-height:1.7}
.research-hero{background:linear-gradient(120deg,var(--navy),var(--navy2));color:#fff;border-radius:24px;padding:27px}.research-hero small{color:#edcd83;font-weight:500}.research-hero h1{margin:8px 0;font-size:32px}.research-hero p{color:#d8e8f5;line-height:1.7}.perspectives{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:16px}.perspective{border:1px solid #d7e6f0;border-radius:16px;padding:15px 7px;background:var(--pale);color:var(--navy);font-weight:500;text-align:center}.perspective:nth-child(even){background:var(--cream);border-color:#ead9b2}.perspective span{display:block;font-size:25px;margin-bottom:5px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.stat{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff}.stat b{display:block;color:var(--navy);font-size:28px}.stat span{color:var(--muted);font-size:14px;line-height:1.5}.chapter-tools{display:grid;grid-template-columns:1fr auto;gap:9px;margin:18px 0 10px}.chapter-tools input{border:1px solid #cad8e3;border-radius:14px;padding:13px;outline:0}.chapter-tools button{border:0;border-radius:14px;padding:0 18px;background:var(--navy);color:#fff;font-weight:500}.chapters{display:grid;gap:9px}.chapter{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:13px;background:#fff}.chapter .num{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--pale);color:var(--navy);font-weight:500}.chapter h3{font-size:16px;color:var(--navy);margin:0 0 3px}.chapter small{color:var(--muted)}.chapter button{border:0;background:#f1f5f8;border-radius:11px;width:42px;height:42px;color:var(--navy);font-size:21px}.chapter button.saved{background:#fff0d3;color:#d57800}.empty{text-align:center;border:1px dashed #bdcad4;border-radius:20px;padding:35px;color:var(--muted)}
nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:30;width:min(calc(100% - 48px),760px);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.98);border-top:1px solid var(--line);padding:8px 8px calc(8px + env(safe-area-inset-bottom));box-shadow:0 -7px 25px rgba(6,44,87,.09);backdrop-filter:blur(12px);border-radius:0 0 34px 34px}nav button{border:0;background:transparent;color:#253a50;font-size:13px;font-weight:500;padding:5px;border-radius:12px}nav button span{display:block;font-size:25px;margin-bottom:2px}nav button.active{color:#f29a00;background:#fff7e9}
.drawer{position:fixed;inset:0;z-index:50;background:rgba(5,24,44,.4);display:none;justify-content:flex-end}.drawer.open{display:flex}.drawer-panel{width:min(88vw,360px);height:100%;background:#fff;padding:26px;box-shadow:-12px 0 40px rgba(0,0,0,.18)}.drawer-panel h2{color:var(--logo-blue);font-family:"Arial Rounded MT Bold","Hiragino Maru Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-weight:500;letter-spacing:-.04em}.drawer-panel button{width:100%;text-align:left;padding:15px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink)}dialog{border:0;border-radius:24px;padding:0;width:min(92vw,620px);box-shadow:0 24px 80px rgba(4,30,55,.32)}dialog::backdrop{background:rgba(5,24,44,.55)}.detail{padding:27px}.detail small{color:var(--gold);font-weight:500}.detail h2{color:var(--navy);margin:8px 0 12px}.detail p{color:#42586d;line-height:1.8}.care-store-search{margin-top:20px;padding:18px;border-radius:18px;background:var(--pale);border:1px solid #d4e6f1}.care-store-search[hidden]{display:none}.care-store-search strong{display:block;color:var(--navy);font-size:17px}.care-store-search .search-links{margin-top:12px}.store-contact-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.store-contact-actions a,.store-contact-actions button{border-radius:14px!important;padding:13px 10px!important}.store-contact-actions .homepage-link,.store-contact-actions .map-link{grid-column:1/-1}.store-contact-actions .homepage-link{background:var(--navy)}.store-contact-actions .map-link{background:#d89a18;color:#102a43}.store-contact-actions .line-link{background:#06c755}.store-contact-actions .instagram-link{background:linear-gradient(135deg,#833ab4,#e1306c,#f77737)}.dialog-actions{display:flex;gap:10px;margin-top:18px}.secondary{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);font-weight:500;padding:12px 18px}.site-viewer{width:min(98vw,820px);height:92dvh;border-radius:20px}.site-viewer-shell{height:100%;display:flex;flex-direction:column;background:#fff}.site-viewer-head{display:grid;grid-template-columns:1fr auto auto;gap:9px;align-items:center;padding:13px;border-bottom:1px solid var(--line)}.site-viewer-head strong{color:var(--navy);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-viewer-head a,.site-viewer-head button{border:0;border-radius:999px;padding:10px 12px;text-decoration:none;font-weight:500}.site-viewer-head a{background:var(--pale);color:var(--navy)}.site-viewer-head button{background:var(--navy);color:#fff}.site-viewer-note{margin:0;padding:8px 14px;background:#fff6df;color:#76551d;font-size:12px}.site-viewer iframe{border:0;width:100%;flex:1;background:#fff}
@media(max-width:808px){.app{margin:0 auto;border-radius:0;min-height:100vh}nav{width:min(100%,760px);border-radius:0}}
@media(max-width:720px){header{height:84px;padding:0 14px}.seal{width:50px;height:50px}.brand-kicker{font-size:8px}.brand-title{font-size:20px}.brand-sub{font-size:9px}.menu{width:42px;padding:0}main{padding:11px}.hero{padding:22px;min-height:337px;background-position:57% center}.hero-copy{max-width:76%}.hero-badge{font-size:13px;padding:7px 12px}.hero h1{font-size:31px}.hero p{max-width:90%;font-size:15px}.hero-note{font-size:12px}.purpose{gap:9px}.purpose button{min-height:135px;padding:17px 7px}.purpose strong{font-size:16px}.purpose .ico{width:52px;height:52px}.concerns,.problem-grid,.store-actions{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}.perspectives{overflow-x:auto;grid-template-columns:repeat(5,minmax(90px,1fr));padding-bottom:7px}.section-head h2,.page-title{font-size:24px}.research-card h3{font-size:19px}}
@media(max-width:460px){.hero{min-height:355px;background-position:62% center}.hero-copy{max-width:84%}.hero h1{font-size:28px}.hero-note{display:none}.concerns,.problem-grid,.stats,.book-grid{grid-template-columns:1fr}.purpose small{font-size:12px}.searchbox button{padding:11px 15px}.filter-row{grid-template-columns:1fr}.store-result-top{display:block}.store-result .details-btn{margin-top:12px}.chapter{grid-template-columns:44px 1fr auto;gap:8px}}
.store-result .phone,.store-result .copy-phone,.store-result .quick-map{border:0;background:transparent;padding:6px 0;font-size:16px}.store-result .copy-phone,.store-result .quick-map{display:inline-flex;align-items:center;margin:8px 8px 0 0;color:var(--muted);font-size:14px;font-weight:500;text-decoration:none}.store-result .quick-map{color:#9a6500}.contact-note{grid-column:1/-1!important;margin:2px 0 0!important;padding:10px 12px;border-radius:12px;background:#fff;color:#526579!important;font-size:13px;line-height:1.55!important}.store-contact-actions .phone-link{background:#0872c9}.store-contact-actions .copy-link{background:#eef3f7;color:var(--navy)}nav{grid-template-columns:repeat(3,1fr)}
.official-source{display:inline-flex;margin-left:7px;border-radius:999px;background:#e8f7ee;color:#167244;padding:4px 8px;font-size:11px;font-weight:500;vertical-align:1px}.store-contact-actions .homepage-link,.store-contact-actions .map-link,.store-contact-actions .source-link{grid-column:1/-1}.store-contact-actions .reserve-link{background:#c96b00}.store-contact-actions .source-link{background:#e8f7ee;color:#167244!important}
.listing-only{margin:9px 0 0;color:var(--muted);font-size:13px;font-weight:500}

/* Search and contact corrections */
[hidden]{display:none!important}.filter-row+.filter-row{margin-top:14px}.source-filters{border:0;padding:0;margin:18px 0 0;min-width:0}.source-filters legend{font-weight:500;font-size:16px;color:var(--navy);margin-bottom:10px}.check-filters{display:flex;gap:20px;flex-wrap:wrap;margin:14px 0}.check-filters label,.check-label{display:flex!important;align-items:center;gap:8px;font-size:15px!important;font-weight:500!important}.check-filters input,.check-label input{width:18px;height:18px;accent-color:var(--navy);margin:0}.filter-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.action-button{background:var(--navy);color:#fff;border:0;border-radius:14px;padding:13px 18px;font:inherit;font-weight:500;min-height:46px}.action-button:disabled,button:disabled{opacity:.6;cursor:wait}.filter-buttons .secondary{min-height:46px}.text-button{border:0;background:transparent;text-decoration:underline;color:var(--navy);padding:8px 0;font-size:14px}.search-notice{padding:15px;border-radius:14px;background:#fff3d8;color:#5b3c03;line-height:1.6}.coverage-note{font-size:14px;line-height:1.7;color:var(--muted);margin:0 4px 16px}.store-quick-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.store-quick-links a,.store-contact-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:12px;padding:10px 13px;text-decoration:none;font-weight:500;font-size:14px}.store-quick-links .line-link,.store-contact-actions .line-link{background:#087f3e;color:white}.store-quick-links .instagram-link,.store-contact-actions .instagram-link{background:#8d285d;color:white}.store-quick-links .website{background:var(--pale);color:var(--navy);margin:0}.distance{font-size:15px;font-weight:500;color:var(--navy2);margin:12px 0 0}.distance.unknown{font-size:14px;font-weight:400;color:var(--muted)}.care-tags .unconfirmed{background:#f0f2f4;color:#586575}.care-tags span{font-size:13px}.more-button{display:block;width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:16px;margin-top:18px;color:var(--navy);font-size:16px;font-weight:500}.provider{overflow-wrap:anywhere;font-size:13px!important;line-height:1.6}.store-result h3{overflow-wrap:anywhere}.store-result-top>div{min-width:0}.store-result .details-btn{font-size:14px}.problem-card{text-align:left;font:inherit;cursor:pointer}.chapter .chapter-open{width:auto;height:auto;text-align:left;background:transparent;padding:6px 0}.admin-link{display:block;padding:15px;color:var(--navy);text-decoration:none;border-bottom:1px solid var(--line)}#locationNote{font-size:14px;line-height:1.6;margin-bottom:12px}#locationPanel{border-top:1px solid var(--line);margin-top:16px;padding-top:10px}input,select{min-height:44px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #ecaa31;outline-offset:3px}.check-filters input,.check-label input{min-height:0}.store-contact-actions a{overflow-wrap:anywhere}.store-results{min-height:100px}
@media(max-width:480px){.filter-row{grid-template-columns:1fr}.filter-row>div+div{margin-top:12px}.store-result-top{display:block}.store-result .details-btn{margin-top:12px}.store-quick-links a{flex:1}.store-quick-links{gap:8px}.filter-buttons>*{flex:1}.location-box{padding:15px}.store-actions{flex-wrap:wrap;overflow:visible}.provider-btn{white-space:normal}.store-contact-actions{grid-template-columns:1fr!important}}

/* Quiet typography and simplified search */
:root{--ink:#303b44;--navy:#314d65;--navy2:#3a607d;--muted:#66737c;--line:#e2e6e9;--pale:#f5f7f8;--cream:#f7f7f4}
body{font-weight:400;line-height:1.65;background:#f3f4f5;font-synthesis:none}
h1,h2,h3,h4,strong,b{font-weight:500}
button,input,select,summary{font-weight:400}
.app{box-shadow:0 8px 32px #20304008;border-radius:16px}
main{padding:24px 22px}
.brand-title,.drawer-panel h2{font-family:inherit;font-weight:500;letter-spacing:-.04em}
.brand-sub,.brand-kicker{font-weight:400}.seal{filter:none}
.hero{box-shadow:none;border-radius:14px}.hero h1{font-weight:500;line-height:1.5;letter-spacing:.01em}
.hero-badge{padding:0;background:none;box-shadow:none;border-radius:0;color:#e7edf1;font-size:13px;font-weight:400}
.primary{border-radius:8px;background:#fff;color:#314d65;box-shadow:none;font-weight:500;font-size:15px}
.hero-note{transform:none;font-weight:400}
.section-head{margin:30px 0 14px;align-items:center}.section-head h2,.page-title{font-size:23px;font-weight:500;line-height:1.5;letter-spacing:.025em}
.section-head h2:before{display:none}.section-head button{font-size:13px;font-weight:400;padding:8px 0}
.page-lead{font-size:14px;line-height:1.8;margin:12px 0 22px}
.purpose{gap:10px}.purpose button{min-height:88px;padding:16px 8px;border-radius:10px;box-shadow:none}
.purpose strong{font-size:16px;font-weight:500}.purpose small{font-size:12px}.purpose button:hover{transform:none;border-color:#98a9b6;background:#fafbfc}
.searchbox{border-radius:10px;box-shadow:none;padding:5px;gap:4px;margin:24px 0}.searchbox input{padding:8px 10px;font-size:16px}.searchbox button{border-radius:7px;font-weight:400;font-size:14px;padding:10px 18px}
.concerns{gap:0 22px}.concern{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:17px 2px;min-height:58px;box-shadow:none;gap:12px}.concern strong{font-size:15px;font-weight:400}.concern:hover{background:#fafbfc}
.problem-grid{gap:12px}.problem-card{border-radius:10px;padding:20px;box-shadow:none}.problem-card h3{font-size:17px;font-weight:500;margin:0 0 10px}.problem-card p{font-size:14px;line-height:1.85;color:var(--muted)}
.trust{grid-template-columns:1fr auto;background:#f7f8f9;border:0;border-radius:10px;padding:18px;box-shadow:none}.trust strong{font-size:15px;font-weight:500}.trust small{font-size:13px;display:block;margin-top:5px}
.notice{font-size:13px;border-left-width:2px;border-radius:0;background:#faf7f4}
.location-box{border:1px solid var(--line);border-radius:12px;background:#fff;padding:20px;margin-top:0}
.location-box label,.source-filters legend{font-size:13px;font-weight:400;color:#52616d;margin-bottom:7px}
.filter-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.filter-row>div{min-width:0}.filter-row+.filter-row{margin-top:16px}
.location-box select,.location-box input[type=search]{border-radius:7px;border-color:#dbe1e6;padding:10px 12px;min-height:46px;background:#fafbfc;font-size:16px;font-weight:400;min-width:0;max-width:100%}
.source-filters{margin:16px 0 0}.source-filters select{width:100%;font-size:14px}
.advanced-filters{margin-top:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.advanced-filters summary{cursor:pointer;padding:14px 0;font-size:14px;color:var(--navy);min-height:48px}.advanced-filters summary span{font-size:12px;color:var(--muted);margin-left:14px}.advanced-filters[open]{padding-bottom:18px}
.check-filters{margin:4px 0 18px}.check-filters label{font-size:14px!important;font-weight:400!important}
.filter-buttons{gap:12px;margin-top:20px}.filter-buttons .action-button,.filter-buttons .secondary{border-radius:7px;font-size:14px;font-weight:400;padding:10px 16px;min-height:44px}.filter-buttons .secondary{border-color:transparent;text-decoration:underline;text-underline-offset:4px;color:var(--muted)}
.store-summary{margin:28px 0 8px}.store-summary strong{font-size:17px;font-weight:500}.coverage-note,.care-filter-note{font-size:12px;line-height:1.7;color:var(--muted);margin:4px 0}.care-filter-note{margin-bottom:18px}
.store-result{border-radius:10px;box-shadow:none;padding:20px}.store-result h3{font-size:18px;font-weight:500;line-height:1.6}.store-result .provider{font-weight:400;color:var(--muted)}.store-result .address{font-size:14px}.store-result .details-btn{font-weight:400;border-radius:6px}
.care-tags span{font-weight:400;border-radius:4px;background:#f4f6f7;color:#54636e;padding:4px 8px;font-size:12px}.listing-only,.distance{font-weight:400}
.store-quick-links a,.store-contact-actions a,.search-links a,.search-links button{font-weight:400;border-radius:7px}.more-button{font-weight:400;border-radius:8px}
nav{box-shadow:none;border-radius:0;background:#fff}nav button{font-weight:400;border-radius:6px;font-size:12px}nav button.active{background:#eef3f6;color:var(--navy)}nav button span{font-size:21px}
.detail h2{font-size:22px;font-weight:500}.detail small{font-weight:400}.detail p{font-size:15px}.secondary,.action-button{font-weight:400}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid #486c8b;outline-offset:3px}
@media(max-width:720px){main{padding:18px 16px}.section-head h2,.page-title{font-size:22px}.hero h1{font-size:28px}.purpose button{min-height:82px;padding:14px 6px}.purpose strong{font-size:15px}}
@media(max-width:480px){.app{border-radius:0}.location-box{padding:16px}.filter-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.filter-row>div+div{margin-top:0}.location-box select,.location-box input[type=search]{padding:10px 8px}.source-filters select{font-size:14px}.concerns{grid-template-columns:1fr 1fr;column-gap:16px}.concern strong{font-size:14px}.problem-grid{grid-template-columns:1fr}.problem-card{padding:18px}.filter-buttons>*{flex:initial}.advanced-filters summary span{margin-left:8px;font-size:11px}.store-result{padding:16px}}

/* Natural footcare hero photo */
.hero{background-image:linear-gradient(90deg,rgba(18,43,65,.94) 0%,rgba(18,43,65,.84) 35%,rgba(18,43,65,.12) 68%,transparent 100%),url('footcare-hero-v3.png');background-position:center;background-size:cover;min-height:460px;padding:28px}
.hero-copy{max-width:56%}.hero h1{font-size:32px;line-height:1.5}.hero p{font-size:14px}.hero-note{display:none}
@media(max-width:720px){
 .hero{display:block;min-height:0;background:#f1f5f7;color:var(--navy);padding:22px}
 .hero::before{content:"";display:block;aspect-ratio:3/2;width:calc(100% + 44px);margin:-22px -22px 22px;background:url('footcare-hero-v3.png') center/cover no-repeat}
 .hero-copy{max-width:100%}.hero h1{font-size:26px;line-height:1.55;margin:10px 0 14px;letter-spacing:.015em}
 .hero-badge{color:#526a7b;font-size:12px}.hero p{max-width:100%;color:#52616d;font-size:14px;line-height:1.8}
 .hero .primary{background:var(--navy);color:#fff;font-size:14px;padding:13px 18px}
}

/* Blue palette: clear accents with light, readable surfaces */
:root{--navy:#174c79;--navy2:#236ca2;--ink:#293f51;--muted:#586f81;--line:#d5e3ee;--pale:#edf5fc;--cream:#f0f6fc;--accent:#1769aa;--blue-soft:#e8f3fc}
html,body{background:#eaf2f8}
.app{background:#fff;box-shadow:0 8px 32px rgba(26,78,119,.06)}
header{background:rgba(246,250,255,.98);border-bottom-color:#d5e5f2}
.menu{color:#1769aa}.brand-kicker,.brand-sub{color:#356d99}
.section-head h2,.page-title{color:#174c79}
.purpose button{background:#eaf4fd;border-color:#c7ddf0}
.purpose strong{color:#15568a}.purpose small{color:#466d8b}
.purpose button:hover{background:#dceefd;border-color:#7eb0d7}
.searchbox{background:#edf5fc;border-color:#b7d2e8}
.searchbox input{background:transparent;color:#293f51}
.searchbox button,.action-button{background:#1769aa;color:#fff}
.searchbox button:hover,.action-button:hover{background:#11568c}
.concerns{gap:10px 14px}
.concern{padding:15px 12px;background:#f0f7fd;border:1px solid #d9e9f5;border-radius:7px}
.concern strong{color:#215d8c}.concern span:last-child{color:#1769aa}
.concern:hover{background:#e1effb;border-color:#afcee7}
.problem-card{background:#f2f8fe;border-color:#cddfed;border-top:3px solid #78afd6}
.problem-card h3{color:#185b90}.problem-card p{color:#455f74}
.problem-card:hover{background:#eaf4fc;border-color:#9bc3e2}
.trust{background:#e7f2fb;border:1px solid #c9dfef}.trust strong{color:#1c5886}
.location-box{background:#eef6fd;border-color:#c6ddec}
.location-box label{color:#285a80}
.location-box select,.location-box input[type=search]{background:#fff;border-color:#bfd5e7}
.advanced-filters{border-color:#c5dbea}.advanced-filters summary{color:#195b8f}
.filter-buttons .secondary{color:#235f8f}
.store-summary strong{color:#174c79}.store-summary #storeCount{background:#e8f3fc;color:#185b90;border-radius:6px;padding:3px 10px}
.store-result{background:#fff;border-color:#cbdfee;border-left:3px solid #6fa9d4}
.store-result h3{color:#174c79}.store-result .provider{color:#446d8d}
.store-result .details-btn{background:#e5f1fb;color:#155e96}
.store-result .details-btn:hover{background:#d3e9fa}
.care-tags span{background:#eaf4fc;color:#275f87}
.care-tags .unconfirmed{background:#f0f4f7;color:#5a6d7b}
.store-quick-links .website{background:#e7f2fb;color:#195f96}
.more-button{background:#f0f7fd;border-color:#bfd8eb;color:#195f96}
nav{background:#f7fbff;border-top-color:#c8ddec}
nav button{color:#49677d}nav button.active{background:#dceefc;color:#125c98;box-shadow:inset 0 2px 0 #287ebc}
.care-store-search{background:#edf6fd;border-color:#c5deef}
.detail small{color:#356e99}.detail h2{color:#174c79}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline-color:#1769aa}
@media(min-width:721px){.hero{background-image:linear-gradient(90deg,rgba(8,48,86,.96) 0%,rgba(13,66,109,.87) 35%,rgba(20,73,115,.14) 68%,transparent 100%),url('footcare-hero-v3.png')}.hero .primary{background:#e8f4ff;color:#104f83}}
@media(max-width:720px){.hero{background:#e5f1fb}.hero .primary{background:#1769aa;color:#fff}.hero-badge{color:#326b96}.hero p{color:#3d607b}}

/* Restrained blue accents and integrated supplied brand mark */
:root{--navy:#244f74;--navy2:#33698f;--ink:#303f4b;--muted:#617482;--line:#e0e7ec;--pale:#f4f8fb}
html,body{background:#f1f4f6}
header{height:90px;background:#fff;border-bottom:1px solid #e8edf1;padding:0 22px;backdrop-filter:none}
.brand{gap:12px;align-items:center}
.brand-mark{display:block;position:relative;flex:0 0 48px;width:48px;height:58px;overflow:hidden;background:transparent}
.brand-mark .seal{position:absolute;left:-10px;top:-5px;width:68px;height:68px;max-width:none;object-fit:contain;border:0;border-radius:0;background:transparent;box-shadow:none;filter:none;mix-blend-mode:multiply}
.brand-title{font-size:28px;line-height:1.2;font-weight:500;color:#164d85;letter-spacing:-.035em}
.brand-kicker{font-size:9px;letter-spacing:.04em;color:#566f83;font-weight:400}
.brand-sub{font-size:10px;letter-spacing:.025em;color:#677c8b;font-weight:400;margin-top:2px}
.menu{color:#526b7d}
.purpose button{background:#f7fafc;border-color:#e0e8ef}.purpose strong{color:#285d84}.purpose small{color:#667c8e}
.purpose button:hover{background:#eff6fb;border-color:#c3d7e7}
.searchbox{background:#fff;border-color:#cedde8}.searchbox input{background:#fff}
.concerns{gap:0 22px}.concern{background:#fff;border:0;border-bottom:1px solid #e0e7ed;border-radius:0;padding:17px 2px}
.concern strong{color:#344f65}.concern span:last-child{color:#6b8aa1}.concern:hover{background:#f6f9fc;border-color:#c5d7e4}
.problem-card{background:#fff;border:1px solid #dce6ee}.problem-card h3{color:#285f88}.problem-card p{color:#526776}
.problem-card:hover{background:#f8fbfe;border-color:#bfd3e3}
.trust{background:#f5f8fb;border:0}.trust strong{color:#385c77}
.location-box{background:#f8fafc;border-color:#dde6ed}.location-box label{color:#516b7f}
.location-box select,.location-box input[type=search]{border-color:#d3dfe8}
.advanced-filters{border-color:#dde6ed}
.store-result{border:1px solid #dce5ed;background:#fff}.store-result .provider{color:#657b8c}
.store-result h3{color:#285675}.store-result .details-btn{background:#f0f6fb;color:#30658c}
.care-tags span{background:#f1f6fa;color:#526f85}.store-summary #storeCount{background:transparent;color:#627c8f;padding:0}
nav{background:#fff;border-top-color:#dce5ed}nav button.active{background:#eff5fa;color:#205f90;box-shadow:none}
.care-store-search{background:#f5f9fc;border-color:#dbe7ef}
@media(max-width:720px){header{height:82px;padding:0 16px}.brand{gap:10px}.brand-title{font-size:25px}.brand-kicker{font-size:8px}.brand-sub{font-size:9px}.hero{background:#f0f5f9}}
@media(max-width:380px){.brand-title{font-size:23px}.brand{gap:8px}.brand-mark{flex-basis:44px;width:44px;height:54px}.brand-mark .seal{width:63px;height:63px;left:-9px;top:-5px}.concerns{column-gap:16px}}

.brand-sub{font-size:11px;letter-spacing:0}.drawer-brand-sub{display:block;font-size:13px;font-weight:400;margin-top:5px}

/* Quiet contact controls and an integrated photo hero. */
#detailStoreLinks .store-contact-actions{display:grid;grid-template-columns:1fr;gap:9px;background:transparent;border:0;padding:0;margin:22px 0 18px;box-shadow:none}
#detailStoreLinks .store-contact-actions>a,
#detailStoreLinks .store-contact-actions>button{display:flex;align-items:center;justify-content:center;grid-column:auto;min-height:48px;width:100%;margin:0;padding:12px 16px;border:1px solid #ccd9e3;border-radius:8px;background:#fff;color:#244f74!important;font-size:15px;font-weight:400;line-height:1.5;box-shadow:none;text-decoration:none}
#detailStoreLinks .store-contact-actions>a:hover,
#detailStoreLinks .store-contact-actions>button:hover{background:#f2f6f9;border-color:#8ba8be}
.store-quick-links a.line-link,.store-quick-links a.instagram-link,.store-quick-links a.website{background:#f4f7fa;color:#244f74;border:1px solid #d9e3eb}
#detailDialog{border-radius:18px;padding:24px;max-height:85dvh;overflow-y:auto}
#detailText{font-size:15px;line-height:1.85}
.hero{isolation:isolate;position:relative;overflow:hidden;background-color:#17344d;color:#fff}
.hero .hero-copy{position:relative;z-index:1}
.hero .hero-badge,.hero h1,.hero p{color:#fff}
.hero .hero-badge{font-weight:400}
.hero .primary{background:#fff;color:#244f74;border:1px solid #fff;box-shadow:none;font-weight:500}
@media(max-width:720px){
 .hero{display:flex;align-items:flex-end;min-height:510px;padding:26px 22px;background-image:linear-gradient(0deg,rgba(12,34,53,.97) 0%,rgba(12,34,53,.9) 30%,rgba(12,34,53,.55) 58%,rgba(12,34,53,.08) 85%),url('footcare-hero-v3.png');background-size:cover;background-position:60% center;border-radius:14px}
 .hero::before{display:none;content:none}
 .hero .hero-copy{width:100%;max-width:100%}
 .hero .hero-badge{font-size:12px;line-height:1.6;padding:0;margin:0 0 12px;color:#fff}
 .hero h1{font-size:clamp(25px,6.5vw,34px);font-weight:500;line-height:1.5;letter-spacing:0;margin:0 0 16px;color:#fff}
 .hero p{max-width:100%;font-size:13px;line-height:1.85;margin:0 0 20px;color:#fff}
 .hero .primary{font-size:14px;min-height:48px;padding:12px 18px;border-radius:8px;background:#fff;color:#244f74}
}
@media(max-width:360px){.hero{padding:24px 18px;min-height:510px}.hero h1{font-size:24px}#detailDialog{padding:20px}}

/* Store cards: one clear detail action and consistent contact buttons. */
.store-result button.details-btn{background:#285f8c;color:#fff;border:1px solid #285f8c;border-radius:8px;min-height:44px;padding:11px 16px;font-weight:500;line-height:1.5;box-shadow:none;white-space:nowrap}
.store-result button.details-btn:hover{background:#204d73;border-color:#204d73}
.store-result .store-quick-links{display:flex;flex-wrap:wrap;gap:8px}
.store-result .store-quick-links>a{display:flex;flex:1 1 0;align-items:center;justify-content:center;min-width:0;min-height:44px;margin:0;padding:10px 6px;border:1px solid #d1dce5;border-radius:8px;background:#fff;color:#244f74;font-size:13px;font-weight:400;line-height:1.5;text-decoration:none;box-shadow:none;white-space:nowrap}
.store-result .store-quick-links>a:hover{background:#f2f6f9;border-color:#8ba8be}
.store-result .store-quick-links:empty{display:none}
#detailStoreLinks .store-contact-actions>a,#detailStoreLinks .store-contact-actions>button{border-radius:8px}

/* Visual cues for concerns and medical category */
.concern-visual,.problem-visual{display:grid;place-items:center;background:linear-gradient(145deg,#e7f4fb,#fff4d9);color:#17618e;border-radius:18px;font-size:30px;line-height:1;width:58px;height:58px;flex:none}.problem-visual{margin-bottom:14px;width:72px;height:72px;font-size:38px}.problem-card{display:flex;flex-direction:column;align-items:flex-start}.problem-card h3{margin-top:0}.concern{align-items:center}.concern .concern-visual{margin-right:10px}@media(max-width:520px){.purpose{grid-template-columns:repeat(2,minmax(0,1fr))}.purpose button{min-height:100px}.problem-visual{width:62px;height:62px;font-size:32px}}

.store-photo{display:block;width:100%;aspect-ratio:16/7;object-fit:contain;border-radius:14px;margin-bottom:13px;background:linear-gradient(135deg,#e7f4fb,#fff4d9)}.store-result small{display:block;color:var(--muted);margin-top:5px}

/* ASHIKOKO_CASES_V2 */
.problem-card>svg,.problem-card>.problem-visual{display:none!important}.ashikoko-cases{margin:16px 0}.ashikoko-case-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.ashikoko-case-group h4{margin:0 0 8px;font-size:15px}.ashikoko-case-track{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px}.ashikoko-case-track figure{position:relative;flex:0 0 88%;margin:0;scroll-snap-align:start}.ashikoko-case-two .ashikoko-case-track figure{flex-basis:100%}.ashikoko-case-track img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:12px}.ashikoko-case-track figcaption{position:absolute;right:8px;bottom:8px;background:rgba(0,0,0,.58);color:#fff;border-radius:999px;padding:3px 8px;font-size:12px}@media(max-width:640px){.ashikoko-case-two{gap:8px}.ashikoko-case-group h4{font-size:14px}.ashikoko-case-track{gap:6px}}

/* 6カテゴリー追加画像 */
.category-photo{
  display:block;
  width:100%;
  aspect-ratio:3/2;
  object-fit:cover;
  border-radius:14px;
  margin:14px 0 16px;
}

/* 症例写真ラベル・1/3等の枚数表示を非表示 */
.ashikoko-case-head,
.ashikoko-case-count,
.ashikoko-case-carousel__count {
  display: none !important;
}


/* 症例写真UI：見出しと枚数表示を非表示 */
.ashikoko-case-group > h4 {
  display: none !important;
}

.ashikoko-case-track figcaption {
  display: none !important;
}


/* ASHIKOKO_MENU_ROUND_ICONS_V1 */
.menu-round-icon{
  display:block;
  width:58px;
  height:58px;
  flex:0 0 58px;
  object-fit:contain;
  border-radius:50%;
}
.concern .menu-round-icon{
  margin-right:2px;
}
@media(max-width:520px){
  .menu-round-icon{
    width:54px;
    height:54px;
    flex-basis:54px;
  }
  .concern{
    min-width:0;
    padding:12px 8px;
    gap:8px;
  }
  .concern strong{
    min-width:0;
    font-size:14px;
    line-height:1.45;
  }
}


/* ===== ASHIKOKO_PURPOSE_ICONS_V1 ===== */

.purpose.purpose-v2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.purpose.purpose-v2 .purpose-card{
  min-width:0;
  min-height:176px;
  padding:15px 8px 14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#fff;
  border-width:2px;
  border-style:solid;
  border-radius:14px;
  box-shadow:0 4px 12px rgba(28,73,108,.06);
}

.purpose.purpose-v2 .purpose-icon{
  display:block;
  width:76px;
  height:76px;
  object-fit:contain;
  border-radius:50%;
  margin:0 auto 8px;
  flex:none;
}

.purpose.purpose-v2 .purpose-card strong{
  margin:0 0 2px;
  font-size:17px;
  line-height:1.35;
  color:#174c79;
}

.purpose.purpose-v2 .purpose-card small{
  display:block;
  font-size:12px;
  line-height:1.45;
  color:#617482;
}

.purpose.purpose-v2 .purpose-concern{
  border-color:#f19a96;
}

.purpose.purpose-v2 .purpose-care{
  border-color:#82cfad;
}

.purpose.purpose-v2 .purpose-medical{
  border-color:#78b7e5;
}

.purpose.purpose-v2 .purpose-location{
  border-color:#e8cb68;
}

.purpose.purpose-v2 .purpose-card:hover{
  transform:none;
  background:#fff;
}

@media(max-width:520px){
  .purpose.purpose-v2{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .purpose.purpose-v2 .purpose-card{
    min-height:164px;
    padding:13px 6px;
  }

  .purpose.purpose-v2 .purpose-icon{
    width:70px;
    height:70px;
  }

  .purpose.purpose-v2 .purpose-card strong{
    font-size:16px;
  }

  .purpose.purpose-v2 .purpose-card small{
    font-size:12px;
  }
}

/* ===== /ASHIKOKO_PURPOSE_ICONS_V1 ===== */

/* ===== ASHIKOKO_STORE_SEARCH_ICONS_V1 ===== */

.search-field-with-icon{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:14px;
  align-items:center;
  width:100%;
  min-width:0;
}

.search-field-content{
  width:100%;
  min-width:0;
}

.store-search-icon{
  display:block;
  width:58px;
  height:58px;
  object-fit:contain;
  border-radius:50%;
  flex:none;
}

.search-field-with-icon select,
.search-field-with-icon input{
  width:100%;
}

@media(max-width:520px){
  .search-field-with-icon{
    grid-template-columns:58px minmax(0,1fr);
    gap:12px;
  }

  .store-search-icon{
    width:54px;
    height:54px;
  }
}

/* ===== /ASHIKOKO_STORE_SEARCH_ICONS_V1 ===== */


/* ===== ASHIKOKO_SEARCH_VERTICAL_V1 ===== */

/* 検索条件を縦1列に統一 */
#stores .filter-row.search-icon-row{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  width:100% !important;
}

/* 1項目を アイコン＋入力欄 の横並びに */
#stores .search-field-with-icon{
  display:grid !important;
  grid-template-columns:58px minmax(0,1fr) !important;
  align-items:center !important;
  gap:14px !important;
  width:100% !important;
}

/* 丸アイコン */
#stores .store-search-icon{
  width:58px !important;
  height:58px !important;
  object-fit:contain !important;
  border-radius:50% !important;
  margin:0 !important;
}

/* 見出し＋フォーム */
#stores .search-field-content{
  width:100% !important;
  min-width:0 !important;
}

/* 見出し */
#stores .search-field-content label{
  display:block !important;
  margin:0 0 7px !important;
}

/* 入力欄の横幅統一 */
#stores .search-field-content select,
#stores .search-field-content input{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

/* 市区町村が出現した場合も崩さない */
#stores #cityField:not([hidden]){
  width:100% !important;
}

/* スマホ */
@media(max-width:520px){

  #stores .filter-row.search-icon-row{
    gap:16px !important;
  }

  #stores .search-field-with-icon{
    grid-template-columns:54px minmax(0,1fr) !important;
    gap:12px !important;
  }

  #stores .store-search-icon{
    width:54px !important;
    height:54px !important;
  }
}

/* ===== /ASHIKOKO_SEARCH_VERTICAL_V1 ===== */

/* ===== ASHIKOKO_LIGHT_HERO_V1 ===== */

/* 写真自体は変更せず、暗い紺オーバーレイを明るい白・水色へ */
.hero{
  color:#174c79 !important;

  background-image:
    linear-gradient(
      90deg,
      rgba(255,255,255,.88) 0%,
      rgba(255,255,255,.76) 38%,
      rgba(255,255,255,.34) 58%,
      rgba(255,255,255,.04) 78%,
      rgba(255,255,255,0) 100%
    ),
    linear-gradient(
      0deg,
      rgba(202,241,255,.82) 0%,
      rgba(225,247,255,.52) 20%,
      rgba(255,255,255,.10) 48%,
      rgba(255,255,255,0) 70%
    ),
    url('footcare-hero-v3.png') !important;

  background-size:cover !important;
  background-position:60% center !important;
  background-color:#eefaff !important;
  box-shadow:none !important;
}

/* 文字を白からブランドブルーへ */
.hero .hero-badge,
.hero h1,
.hero p{
  color:#174c79 !important;
  text-shadow:none !important;
}

.hero .hero-badge{
  font-weight:600 !important;
}

.hero h1{
  font-weight:600 !important;
}

.hero p{
  color:#244f74 !important;
}

/* CTAを明るい水色へ */
.hero .primary{
  background:linear-gradient(135deg,#27c2dc,#139ed2) !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 8px 22px rgba(28,166,207,.20) !important;
  font-weight:600 !important;
}

/* スマホ */
@media(max-width:720px){

  .hero{
    min-height:610px !important;
    padding:28px 22px !important;
    display:flex !important;
    align-items:flex-end !important;

    background-image:
      linear-gradient(
        90deg,
        rgba(255,255,255,.90) 0%,
        rgba(255,255,255,.78) 40%,
        rgba(255,255,255,.30) 62%,
        rgba(255,255,255,.02) 82%
      ),
      linear-gradient(
        0deg,
        rgba(196,239,255,.88) 0%,
        rgba(223,247,255,.62) 21%,
        rgba(255,255,255,.14) 50%,
        rgba(255,255,255,0) 72%
      ),
      url('footcare-hero-v3.png') !important;

    background-position:61% center !important;
    border-radius:18px !important;
  }

  .hero::before{
    display:none !important;
    content:none !important;
  }

  .hero .hero-copy{
    width:100% !important;
    max-width:100% !important;
    position:relative !important;
    z-index:2 !important;
  }

  .hero .hero-badge{
    color:#174c79 !important;
    font-size:13px !important;
    margin-bottom:14px !important;
  }

  .hero h1{
    color:#174c79 !important;
    font-size:30px !important;
    line-height:1.48 !important;
    margin:0 0 18px !important;
    letter-spacing:0 !important;
  }

  .hero p{
    color:#244f74 !important;
    font-size:14px !important;
    line-height:1.8 !important;
    margin:0 0 22px !important;
    font-weight:500 !important;
  }

  .hero .primary{
    min-height:50px !important;
    padding:13px 22px !important;
    border-radius:10px !important;
    font-size:15px !important;
  }
}

/* ===== /ASHIKOKO_LIGHT_HERO_V1 ===== */

/* ===== ASHIKOKO_LIGHT_HERO_FINE_TUNE_V2 ===== */

/* 白い膜を少し弱めて、人物と写真の立体感を戻す */
.hero{
  background-image:
    linear-gradient(
      90deg,
      rgba(255,255,255,.78) 0%,
      rgba(255,255,255,.66) 38%,
      rgba(255,255,255,.26) 58%,
      rgba(255,255,255,.02) 78%,
      rgba(255,255,255,0) 100%
    ),
    linear-gradient(
      0deg,
      rgba(202,241,255,.70) 0%,
      rgba(225,247,255,.42) 20%,
      rgba(255,255,255,.06) 48%,
      rgba(255,255,255,0) 70%
    ),
    url('footcare-hero-v3.png') !important;
}

@media(max-width:720px){
  .hero{
    background-image:
      linear-gradient(
        90deg,
        rgba(255,255,255,.80) 0%,
        rgba(255,255,255,.68) 40%,
        rgba(255,255,255,.22) 62%,
        rgba(255,255,255,.01) 82%
      ),
      linear-gradient(
        0deg,
        rgba(196,239,255,.74) 0%,
        rgba(223,247,255,.48) 21%,
        rgba(255,255,255,.08) 50%,
        rgba(255,255,255,0) 72%
      ),
      url('footcare-hero-v3.png') !important;
  }
}

/* ===== /ASHIKOKO_LIGHT_HERO_FINE_TUNE_V2 ===== */



/* ===== ASHIKOKO_MEDICAL_SEPARATION_V2 ===== */

.medical-back{
  margin:0 0 14px;
  color:#175d92;
  font-weight:600;
}

.medical-search-box{
  margin-top:20px;
}

.medical-search-box .search-icon-row{
  display:block !important;
  margin-bottom:16px;
}

.medical-summary{
  margin-top:28px;
}

.medical-result{
  border-color:#cfe3f1;
}

.medical-result .details-btn{
  background:#eef7fc;
  color:#175d92;
  border-color:#b9d8eb;
}

@media(max-width:520px){
  .medical-view .page-title{
    font-size:26px;
    line-height:1.35;
  }

  .medical-search-box{
    padding:18px 16px;
  }
}

/* ===== /ASHIKOKO_MEDICAL_SEPARATION_V2 ===== */


/* ===== ASHIKOKO_SEARCH_TYPE_SWITCH_V1 ===== */

.search-type-switch{
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  max-width:520px;
  margin:16px 0 20px;
  padding:4px;
  gap:4px;

  background:#f2f7fb;
  border:1px solid #d5e4ef;
  border-radius:14px;
}

.search-type-button{
  appearance:none;
  -webkit-appearance:none;

  min-height:48px;
  padding:10px 12px;

  border:1px solid transparent;
  border-radius:10px;

  background:transparent;
  color:#47677f;

  font:inherit;
  font-size:15px;
  font-weight:600;
  line-height:1.35;

  cursor:pointer;
}

.search-type-button.is-active{
  background:#ffffff;
  color:#075c96;

  border-color:#b9d8eb;

  box-shadow:
    0 2px 8px rgba(15,76,120,.08);
}

.search-type-button:not(.is-active):hover{
  background:rgba(255,255,255,.55);
}

.search-type-button:focus-visible{
  outline:3px solid rgba(19,126,190,.22);
  outline-offset:2px;
}

@media(max-width:520px){

  .search-type-switch{
    max-width:none;
    margin:14px 0 18px;
    border-radius:12px;
  }

  .search-type-button{
    min-height:46px;
    padding:9px 6px;
    font-size:14px;
  }
}

/* ===== /ASHIKOKO_SEARCH_TYPE_SWITCH_V1 ===== */


/* =========================================================
   足ココナビ 言語切替
   ========================================================= */

.ashikoko-language-selector {
  margin: 18px 18px 24px;
  padding: 18px;
  background: #f7fbfe;
  border: 1px solid #dceaf3;
  border-radius: 16px;
}

.ashikoko-language-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
  color: #155487;
  font-weight: 700;
}

.ashikoko-language-title small {
  color: #71869a;
  font-size: 12px;
  font-weight: 500;
}

.ashikoko-language-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 4px;
  background: #eaf3f9;
  border-radius: 12px;
}

.ashikoko-language-options button {
  appearance: none;
  border: 0;
  min-width: 0;
  min-height: 42px;
  padding: 8px 4px;
  border-radius: 9px;
  background: transparent;
  color: #526b80;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.ashikoko-language-options button.is-active {
  background: #ffffff;
  color: #075f9b;
  box-shadow: 0 1px 5px rgba(24, 79, 116, 0.12);
}



/* ===== ASHIKOKO_HEADER_LANGUAGE_V1 ===== */

.header-language{
  position:relative;
  margin-left:auto;
  margin-right:10px;
  flex:0 0 auto;
  z-index:80;
}

.header-language-button{
  appearance:none;
  -webkit-appearance:none;
  min-height:42px;
  padding:8px 12px;
  border:1px solid #d8e5ef;
  border-radius:12px;
  background:#fff;
  color:#285b83;
  font:inherit;
  font-size:14px;
  font-weight:600;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  cursor:pointer;
  box-shadow:0 1px 3px rgba(28,74,110,.05);
}

.header-language-button:hover{
  background:#f7fbfe;
}

.header-language-button:focus-visible{
  outline:2px solid #62bce8;
  outline-offset:2px;
}

.header-language-globe{
  font-size:16px;
  line-height:1;
}

.header-language-menu{
  position:absolute;
  top:calc(100% + 8px);
  right:0;
  width:150px;
  padding:6px;
  background:#fff;
  border:1px solid #d8e5ef;
  border-radius:14px;
  box-shadow:0 12px 30px rgba(25,67,100,.14);
  z-index:100;
}

.header-language-menu[hidden]{
  display:none !important;
}

.header-language-menu button{
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  min-height:42px;
  padding:9px 12px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#365f7d;
  text-align:left;
  font:inherit;
  font-size:14px;
  cursor:pointer;
}

.header-language-menu button:hover{
  background:#f0f7fc;
}

.header-language-menu button.is-active{
  background:#eaf5fc;
  color:#175f91;
  font-weight:700;
}

@media (max-width:520px){
  .header-language{
    margin-right:6px;
  }

  .header-language-button{
    min-height:40px;
    padding:7px 10px;
    border-radius:11px;
    font-size:13px;
  }

  .header-language-globe{
    font-size:15px;
  }

  .header-language-menu{
    width:142px;
  }
}



/* ===== ASHIKOKO_HEADER_LANGUAGE_POSITION_V2 ===== */

/*
  ヘッダー右側
  [ 言語｜JA ] [ ☰ ]
  の並びに統一
*/

.header-language{
  position:relative !important;

  /* 中央へ押し出していた指定を解除 */
  margin-left:auto !important;
  margin-right:8px !important;

  flex:0 0 auto !important;
  align-self:center !important;
  z-index:80 !important;
}

.header-language-button{
  appearance:none !important;
  -webkit-appearance:none !important;

  height:42px !important;
  min-height:42px !important;
  padding:0 12px !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;

  border:1px solid #d7e5ef !important;
  border-radius:11px !important;

  background:#fff !important;
  color:#315f80 !important;

  font:inherit !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1 !important;

  white-space:nowrap !important;

  box-shadow:0 1px 3px rgba(25,70,105,.04) !important;
}

.header-language-globe{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:15px !important;
  line-height:1 !important;
}

.header-language-label{
  display:inline-block !important;
  line-height:1 !important;
}

.header-language-divider{
  display:block !important;
  width:1px !important;
  height:15px !important;
  margin:0 1px !important;
  background:#d6e2eb !important;
}

#headerLanguageCode{
  min-width:20px !important;
  text-align:center !important;
  color:#245a80 !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
}

/*
  言語メニューはボタン右端基準。
  三本線側へ飛び出さない。
*/
.header-language-menu{
  right:0 !important;
  left:auto !important;
  top:calc(100% + 7px) !important;
}

/*
  スマホ
*/
@media (max-width:520px){

  .header-language{
    margin-left:auto !important;
    margin-right:7px !important;
  }

  .header-language-button{
    height:40px !important;
    min-height:40px !important;
    padding:0 9px !important;
    gap:5px !important;
    border-radius:10px !important;
    font-size:12px !important;
  }

  .header-language-globe{
    font-size:14px !important;
  }

  .header-language-divider{
    height:14px !important;
  }

  #headerLanguageCode{
    min-width:18px !important;
    font-size:12px !important;
  }
}

/*
  かなり狭い画面でも「言語」は残す。
  ロゴとの衝突だけ防止。
*/
@media (max-width:380px){

  .header-language-button{
    padding:0 7px !important;
    gap:4px !important;
  }

  .header-language{
    margin-right:5px !important;
  }
}



/* ===== ASHIKOKO_HEADER_LANGUAGE_MOBILE_V3 ===== */

/* PCも少しだけコンパクトに */
.header-language{
  margin-left:auto !important;
  margin-right:5px !important;
}

.header-language-button{
  height:40px !important;
  min-height:40px !important;
  padding:0 10px !important;
  gap:5px !important;
  font-size:12px !important;
  border-radius:10px !important;
}

/* iPhone */
@media (max-width:520px){

  .header-language{
    margin-left:auto !important;
    margin-right:3px !important;
  }

  .header-language-button{
    height:38px !important;
    min-height:38px !important;
    padding:0 8px !important;
    gap:4px !important;
    font-size:11.5px !important;
    border-radius:9px !important;
  }

  .header-language-globe{
    font-size:13px !important;
  }

  .header-language-label{
    font-size:11.5px !important;
  }

  .header-language-divider{
    height:13px !important;
    margin:0 !important;
  }

  #headerLanguageCode{
    min-width:17px !important;
    font-size:11.5px !important;
  }
}

/* 小さいiPhoneでもロゴと衝突しにくくする */
@media (max-width:390px){

  .header-language-button{
    padding:0 7px !important;
    gap:3px !important;
  }

  .header-language{
    margin-right:2px !important;
  }
}

/* ===== /ASHIKOKO_HEADER_LANGUAGE_MOBILE_V3 ===== */



/* ===== ASHIKOKO_HEADER_LANGUAGE_GAP_V4 ===== */

/*
  言語ボタンを三本線へさらに近づける
  サイズは現状維持
*/

.header-language{
  margin-left:auto !important;
  margin-right:0 !important;
}

/* 三本線側の余白を最小化 */
header .menu,
header .menu-button,
header .hamburger,
header button[aria-label*="メニュー"],
header button[aria-label*="menu"]{
  margin-left:6px !important;
}

@media (max-width:520px){

  .header-language{
    margin-right:0 !important;
  }

  header .menu,
  header .menu-button,
  header .hamburger,
  header button[aria-label*="メニュー"],
  header button[aria-label*="menu"]{
    margin-left:6px !important;
  }
}

/* ===== /ASHIKOKO_HEADER_LANGUAGE_GAP_V4 ===== */


/* ===== ASHIKOKO_HEADER_LANGUAGE_GAP_V5 ===== */

@media (max-width:520px){
  .header-language{
    transform:translateX(14px) !important;
  }
}

/* ===== /ASHIKOKO_HEADER_LANGUAGE_GAP_V5 ===== */



/* ===== ASHIKOKO_LANGUAGE_DROPDOWN_FIX_V2 ===== */

/*
  ホームのヒーロー画像より
  ヘッダーと言語メニューを確実に前面へ
*/

header,
.site-header,
body > header{
  position:relative !important;
  z-index:5000 !important;
  overflow:visible !important;
}

.header-language{
  z-index:5100 !important;
}

.header-language-menu{
  z-index:5200 !important;
}

/*
  ヒーロー側をヘッダーより下へ
*/
.hero,
.hero-box,
#home .hero{
  position:relative !important;
  z-index:1 !important;
}

/*
  言語メニューをスマホでも確実にタップ可能に
*/
.header-language-menu{
  pointer-events:auto !important;
}

.header-language-menu button{
  pointer-events:auto !important;
  position:relative !important;
  z-index:1 !important;
}

/* ===== /ASHIKOKO_LANGUAGE_DROPDOWN_FIX_V2 ===== */


/* ===== ASHIKOKO_LANGUAGE_POPUP_FIX_V6 ===== */

/*
  言語メニューはヘッダー内部のレイアウトから切り離し、
  画面最前面に表示する
*/

.header-language-menu{
  position:fixed !important;

  top:auto !important;
  right:auto !important;
  left:auto !important;

  width:150px !important;
  margin:0 !important;

  background:#fff !important;
  border:1px solid #d8e5ef !important;
  border-radius:14px !important;

  box-shadow:
    0 14px 34px rgba(20,61,92,.18) !important;

  z-index:999999 !important;

  overflow:hidden !important;
}

.header-language-menu[hidden]{
  display:none !important;
}

.header-language-menu button{
  width:100% !important;
  min-height:48px !important;
  padding:11px 14px !important;

  display:flex !important;
  align-items:center !important;

  border:0 !important;
  border-radius:9px !important;

  background:#fff !important;
  color:#365f7d !important;

  text-align:left !important;

  font:inherit !important;
  font-size:14px !important;

  cursor:pointer !important;
}

.header-language-menu button.is-active{
  background:#eaf5fc !important;
  color:#175f91 !important;
  font-weight:700 !important;
}

.header-language-menu button + button{
  margin-top:2px !important;
}

/* ===== /ASHIKOKO_LANGUAGE_POPUP_FIX_V6 ===== */



/* ===== ASHIKOKO_LANGUAGE_FINAL_V8 ===== */

#headerLanguageMenu{
  display:none !important;
}

.ashikoko-final-language-menu{
  position:fixed !important;

  width:154px !important;

  padding:6px !important;

  background:#fff !important;

  border:1px solid #d8e5ef !important;
  border-radius:14px !important;

  box-shadow:
    0 14px 34px
    rgba(20,61,92,.18) !important;

  z-index:9999999 !important;
}

.ashikoko-final-language-menu[hidden]{
  display:none !important;
}

.ashikoko-final-language-menu button{
  display:block !important;

  width:100% !important;
  min-height:48px !important;

  padding:11px 14px !important;

  border:0 !important;
  border-radius:9px !important;

  background:#fff !important;

  color:#365f7d !important;

  text-align:left !important;

  font:inherit !important;
  font-size:14px !important;

  cursor:pointer !important;
}

.ashikoko-final-language-menu button.is-active{
  background:#eaf5fc !important;

  color:#175f91 !important;

  font-weight:700 !important;
}

/* ===== /ASHIKOKO_LANGUAGE_FINAL_V8 ===== */



/* ===== ASHIKOKO_STORE_IDENTITY_I18N_V1 ===== */

.store-name-primary{
  display:block;
}

.store-name-original{
  display:block;
  margin-top:5px;

  color:#718396;
  font-size:12px;
  font-weight:400;
  line-height:1.45;
}

.store-address-primary{
  display:block;
}

.store-address-original{
  display:block;
  margin-top:4px;

  color:#8796a4;
  font-size:11px;
  font-weight:400;
  line-height:1.45;
}

/* 詳細モーダルでは少しだけ読みやすく */
#detailTitle .store-name-original{
  margin-top:7px;
  font-size:13px;
}

/* ===== /ASHIKOKO_STORE_IDENTITY_I18N_V1 ===== */



/* ===== ASHIKOKO_PROVIDER_APPLICATION_BASE_V1 ===== */
.provider-entry-card{margin:30px 0 8px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid #d7e5ef;border-radius:20px;background:linear-gradient(135deg,#f4fbff,#fffaf0)}
.provider-entry-card h2{margin:5px 0 8px;color:var(--navy);font-size:22px}
.provider-entry-card p{margin:0;color:#52697b;line-height:1.75}
.provider-entry-card .secondary{flex:none}
.provider-entry-label,.provider-eyebrow{color:#3476a6;font-size:13px;font-weight:700;letter-spacing:.05em}
.provider-drawer-link{color:#0f5e91!important;font-weight:700!important;background:#f2f9fd!important}
.provider-application-view{padding-bottom:36px}
.provider-back{margin-bottom:18px}
.provider-hero{padding:34px;border-radius:26px;background:linear-gradient(135deg,#eaf7ff 0%,#f8fcff 55%,#fff7e4 100%);border:1px solid #d9e8f1}
.provider-hero h1{margin:9px 0 14px;color:var(--navy);font-size:clamp(28px,5vw,42px);line-height:1.35;letter-spacing:-.03em}
.provider-hero p{max-width:680px;margin:0;color:#466177;line-height:1.9}
.provider-content-section{margin-top:26px;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff}
.provider-content-section>h2,.provider-section-heading h2{margin:0 0 18px;color:var(--navy);font-size:23px}
.provider-benefit-grid,.provider-price-grid,.provider-two-column{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.provider-benefit-grid article,.provider-price-grid article,.provider-two-column article{padding:20px;border-radius:17px;background:#f6fafc}
.provider-benefit-grid article>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dff1fb;color:#17618f;font-size:12px;font-weight:700}
.provider-benefit-grid h3{margin:12px 0 7px;color:var(--navy);font-size:18px}
.provider-benefit-grid p,.provider-two-column li,.provider-app-note p{color:#52697b;line-height:1.75}
.provider-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.provider-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}
.provider-section-heading>span{order:2;padding:5px 10px;border-radius:999px;background:#fff3cf;color:#755415;font-size:12px;font-weight:700}
.provider-price-label{display:block;color:#52697b;font-weight:700}
.provider-price-grid strong{display:inline-block;margin:10px 8px 3px 0;color:var(--navy);font-size:29px}
.provider-price-grid small{color:#6f8190}
.provider-price-grid p{margin:10px 0 0;padding-top:12px;border-top:1px solid #dfe8ee;color:#34566e;line-height:1.65}
.provider-two-column{grid-template-columns:repeat(2,minmax(0,1fr));padding:0;border:0;background:transparent}
.provider-two-column h2{margin-top:0;color:var(--navy);font-size:21px}
.provider-two-column ul{margin:0;padding-left:1.25em}
.provider-two-column li+li{margin-top:7px}
.provider-rule-list{display:grid;gap:0}
.provider-rule-list p{display:grid;grid-template-columns:150px 1fr;gap:18px;margin:0;padding:14px 0;border-top:1px solid #e5edf2;color:#52697b;line-height:1.7}
.provider-rule-list p:first-child{border-top:0}
.provider-rule-list strong{color:#254f70}
.provider-app-note{background:#f3f9fd}
.provider-app-note small{display:block;margin-top:10px;color:#6d7f8d;line-height:1.65}
.provider-flow{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.provider-flow li{display:flex;gap:15px;align-items:flex-start;padding:16px;border-radius:15px;background:#f7fafc}
.provider-flow li>span{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:50%;background:var(--navy);color:#fff;font-weight:700}
.provider-flow strong{color:var(--navy)}
.provider-flow p{margin:4px 0 0;color:#5b7082;line-height:1.65}
.provider-preparing{text-align:center;background:#fffaf0;border-color:#eadcb6}
.provider-preparing-badge{display:inline-block;padding:6px 11px;border-radius:999px;background:#f5df9d;color:#674b0f;font-size:12px;font-weight:700}
.provider-preparing h2{margin-top:12px}
.provider-preparing>p{color:#52697b;line-height:1.75}
.provider-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin:20px 0}
.provider-primary-link,.provider-secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 19px;border-radius:999px;text-decoration:none;font-weight:700}
.provider-primary-link{background:var(--navy);color:#fff}
.provider-secondary-link{border:1px solid #cddae3;background:#fff;color:var(--navy)}
.provider-preparing address{color:#617383;font-style:normal;line-height:1.8}
.provider-preparing address a{color:#245f8a}
.provider-selected-store{margin-top:18px;padding:17px 19px;border-radius:16px;background:#eaf6ed;border:1px solid #cde5d2}
.provider-selected-store span,.provider-selected-store strong{display:block}
.provider-selected-store span{color:#557361;font-size:12px}
.provider-selected-store strong{margin:3px 0 5px;color:#234f33}
.provider-selected-store .text-button{padding:0}
.detail-provider-claim{margin-top:18px;padding:17px;border-radius:16px;background:#f2f9fd;border:1px solid #d5e7f1}
.detail-provider-claim[hidden]{display:none}
.detail-provider-claim strong{color:var(--navy)}
.detail-provider-claim p{margin:6px 0 12px;font-size:14px;line-height:1.65}
.detail-provider-claim .secondary{width:100%;border-radius:10px}
.claim-listing-btn{flex:none;align-self:flex-start;padding:9px 11px;border:1px solid #c8dce9;border-radius:9px;background:#f2f9fd;color:#245f86;font:inherit;font-size:12px;font-weight:700;line-height:1.35}
@media(max-width:700px){
  .provider-entry-card{align-items:flex-start;flex-direction:column;padding:20px}
  .provider-entry-card .secondary{width:100%}
  .provider-hero{padding:26px 21px}
  .provider-content-section{padding:21px 18px}
  .provider-benefit-grid,.provider-price-grid,.provider-two-column{grid-template-columns:1fr}
  .provider-rule-list p{grid-template-columns:1fr;gap:3px}
  .provider-actions{flex-direction:column}
  .provider-primary-link,.provider-secondary-link{width:100%}
}
/* ===== /ASHIKOKO_PROVIDER_APPLICATION_BASE_V1 ===== */


/* ===== ASHIKOKO_PROVIDER_APPLICATION_DESIGN_V2 ===== */
.provider-entry-card-v2{position:relative;overflow:hidden;padding:28px;background:linear-gradient(135deg,#eef8fd 0%,#fff 52%,#fff4d9 100%);box-shadow:0 14px 38px rgba(28,75,107,.09)}
.provider-entry-card-v2::before{content:"";position:absolute;right:-50px;top:-70px;width:190px;height:190px;border-radius:50%;background:rgba(78,166,204,.1)}
.provider-entry-card-v2>div,.provider-entry-card-v2>button{position:relative;z-index:1}
.provider-entry-card-v2 h2{font-size:clamp(22px,3.2vw,29px);letter-spacing:-.025em}
.provider-entry-card-v2 .provider-entry-copy{max-width:650px;color:#52697b;line-height:1.85}
.provider-entry-card-v2 .secondary{border:0;background:#174f75;color:#fff;box-shadow:0 8px 22px rgba(23,79,117,.18)}
.provider-hero-v2{display:block;height:auto;min-height:0;position:relative;top:auto;z-index:auto;padding:42px;border-radius:28px;overflow:hidden;background:linear-gradient(132deg,#e8f6fd 0%,#f9fcfe 55%,#fff2cc 100%);border:1px solid #d7e7f0;box-shadow:0 16px 45px rgba(29,73,105,.1);backdrop-filter:none}
.provider-hero-v2::after{content:"";position:absolute;right:-95px;bottom:-135px;width:310px;height:310px;border-radius:50%;border:55px solid rgba(45,133,177,.07)}
.provider-hero-v2>*{position:relative;z-index:1}
.provider-hero-v2 .provider-eyebrow{display:block;color:#2778a2;font-size:12px;letter-spacing:.14em}
.provider-hero-v2 h1{max-width:790px;margin:12px 0 18px;font-size:clamp(31px,5.6vw,52px);line-height:1.32;letter-spacing:-.045em}
.provider-hero-v2 h1 em{color:#174f75;font-style:normal}
.provider-hero-v2>p{max-width:720px;font-size:16px;line-height:1.95}
.provider-hero-highlights{display:flex;flex-wrap:wrap;gap:9px;margin-top:23px}
.provider-hero-highlights span{padding:9px 13px;border:1px solid rgba(38,104,143,.18);border-radius:999px;background:rgba(255,255,255,.72);color:#285a78;font-size:13px;font-weight:700}
.provider-benefit-grid{display:block}
.provider-listing-primary{display:grid;grid-template-columns:150px 1fr;gap:25px;position:relative;overflow:hidden;padding:28px;border:1px solid #cfe2ed;border-radius:20px;background:linear-gradient(135deg,#e9f7fd,#fff 60%,#fff3d5);box-shadow:0 12px 30px rgba(30,92,128,.08)}
.provider-listing-primary::after{content:"";position:absolute;right:-60px;bottom:-80px;width:210px;height:210px;border-radius:50%;background:rgba(47,143,185,.07)}
.provider-main-label{position:relative;z-index:1;align-self:start;display:inline-flex;justify-content:center;padding:9px 12px;border-radius:999px;background:#174f75;color:#fff;font-size:11px;font-weight:700;letter-spacing:.12em}
.provider-listing-primary>div{position:relative;z-index:1}
.provider-listing-primary small{color:#397395;font-weight:700}
.provider-listing-primary h3{margin:5px 0 10px;color:#153f5d;font-size:27px}
.provider-listing-primary p{margin:0;color:#496779;line-height:1.85}
.provider-listing-primary ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:18px 0 0;padding:15px 0 0;list-style:none;border-top:1px solid rgba(55,115,148,.16)}
.provider-listing-primary li{position:relative;padding-left:18px;color:#315a72;font-size:14px}
.provider-listing-primary li::before{content:"✓";position:absolute;left:0;color:#2580aa;font-weight:700}
.provider-perks-heading{display:flex;align-items:center;gap:11px;margin:27px 0 13px}
.provider-perks-heading span{padding:6px 10px;border-radius:999px;background:#fff0bf;color:#765610;font-size:12px;font-weight:700}
.provider-perks-heading h3{margin:0;color:#254f70;font-size:20px}
.provider-perk-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.provider-perk-grid article{position:relative;overflow:hidden;padding:21px;border:1px solid #e1e9ee;border-radius:17px;background:#f8fafb}
.provider-perk-grid article>span{color:#367798;font-size:12px;font-weight:700;letter-spacing:.05em}
.provider-perk-grid h3{margin:8px 0;color:#254f70;font-size:18px;line-height:1.5}
.provider-perk-grid p{margin:0;color:#587080;line-height:1.75}
@media(max-width:700px){
  .provider-entry-card-v2{padding:23px 20px}
  .provider-entry-card-v2 .secondary{white-space:normal}
  .provider-hero-v2{padding:31px 22px}
  .provider-hero-v2 h1{font-size:31px;line-height:1.4}
  .provider-hero-v2>p{font-size:15px}
  .provider-hero-highlights{gap:7px}
  .provider-hero-highlights span{padding:8px 10px;font-size:12px}
  .provider-listing-primary{grid-template-columns:1fr;padding:22px 18px;gap:14px}
  .provider-main-label{justify-self:start}
  .provider-listing-primary h3{font-size:23px}
  .provider-listing-primary ul,.provider-perk-grid{grid-template-columns:1fr}
}
/* ===== /ASHIKOKO_PROVIDER_APPLICATION_DESIGN_V2 ===== */


/* ===== ASHIKOKO_PROVIDER_IMAGES_V3 ===== */
.provider-listing-with-image{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center}
.provider-main-visual{position:relative;z-index:1;margin:0;overflow:hidden;border-radius:16px;background:#eaf7fc;box-shadow:0 10px 26px rgba(26,81,116,.12)}
.provider-main-visual img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}
.provider-listing-with-image .provider-main-label{display:inline-flex;margin-bottom:12px}
.provider-perk-card{padding:0!important;background:#fff!important}
.provider-perk-card>img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-bottom:1px solid #e1e9ee}
.provider-perk-card>div{padding:19px 21px 22px}
.provider-perk-card>div>span{color:#367798;font-size:12px;font-weight:700;letter-spacing:.05em}
@media(max-width:700px){
  .provider-listing-with-image{grid-template-columns:1fr}
  .provider-main-visual{border-radius:13px}
  .provider-perk-card>div{padding:17px 18px 20px}
}
/* ===== /ASHIKOKO_PROVIDER_IMAGES_V3 ===== */


/* ASHIKOKO_PROVIDER_FINAL_CTA_V1 */
.provider-cta{text-align:center;background:linear-gradient(135deg,#eef8ff 0%,#fff 58%,#fff8e9 100%);border-color:#d9e8f1}
.provider-cta h2{margin:10px 0 12px;color:var(--navy);font-size:clamp(24px,4.2vw,34px);line-height:1.45}
.provider-cta>p{max-width:670px;margin:0 auto;color:#52697b;line-height:1.85}
.provider-cta address{color:#617383;font-style:normal;line-height:1.8}
.provider-cta address a{color:#245f8a}
.provider-primary-link.provider-application-disabled{appearance:none;-webkit-appearance:none;border:0;opacity:1;cursor:default;pointer-events:none;font:inherit;-webkit-text-fill-color:#fff}
