@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600&family=Zen+Kurenaido&display=swap');
:root{--paper:#fcfbf8;--ink:#304b44;--muted:#727d77;--line:#dce2dc;--pink:#bc9195;--green-bg:#e8eee8;--pink-bg:#f3e7e7;--sand-bg:#f0ece3;--blue-bg:#e8edf1;--serif:'Noto Serif JP','Yu Mincho',serif;--sans:'Noto Sans JP','Hiragino Kaku Gothic ProN',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.85;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}img{display:block;max-width:100%;object-fit:cover}svg{width:24px;height:24px;flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500}h1,h2,h3,.logo{font-family:var(--serif)}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid #7b595f;outline-offset:5px}a,button{transition:background .2s,color .2s,opacity .2s}a:hover{color:#977176}.container{width:min(1180px,calc(100% - 96px));margin-inline:auto}.header{background:rgba(252,251,248,.95);border-bottom:1px solid rgba(48,75,68,.08)}.header-inner{max-width:1440px;padding:24px 48px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:36px}.logo{display:inline-flex;flex-direction:column;line-height:1.05;white-space:nowrap}.logo>span{font-family:Georgia,'Times New Roman',serif;font-size:36px;letter-spacing:-1.8px}.logo .plus{color:var(--pink);font-weight:400;margin-left:4px}.logo small{font-family:var(--sans);font-size:11px;letter-spacing:.22em;margin:9px 0 0 4px;font-weight:500}.desktop-nav{display:flex;gap:34px;margin-left:auto;margin-right:35px}.desktop-nav a{font-family:Georgia,serif;font-size:14px;letter-spacing:.13em;text-align:center;line-height:1.3}.desktop-nav span{font-family:var(--sans);display:block;font-size:11px;letter-spacing:.05em;margin-top:7px;color:var(--muted)}.header-actions{display:flex;gap:12px}.icon-button{width:44px;height:44px;border:0;background:none;display:grid;place-items:center;padding:10px}.icon-button:hover{background:var(--green-bg)}.header-actions svg{width:26px;height:26px}.hero{position:relative;isolation:isolate;min-height:590px;overflow:hidden;background:#f5f7f2}.hero-photo{position:absolute;width:100%;height:100%;inset:0;object-position:center 43%;z-index:-2}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(252,251,248,.65),rgba(252,251,248,.2) 44%,transparent 65%);z-index:-1}.hero-inner{max-width:1280px;margin:auto;position:relative;min-height:590px;display:flex;align-items:center;padding:50px 50px 65px}.hero-copy{max-width:600px}.eyebrow{font-family:var(--sans);font-size:12px;letter-spacing:.19em;font-weight:500}.hero .eyebrow{margin-bottom:24px;font-size:12px;letter-spacing:.2em;color:#687970}.hero h1{font-size:clamp(36px,3.9vw,55px);line-height:1.55;letter-spacing:.07em;font-weight:500}.underline{position:relative;white-space:nowrap}.underline:after{content:'';position:absolute;bottom:.1em;left:0;width:100%;height:8px;background:#e7bfc2aa;z-index:-1}.hero-description{margin-top:24px;font-size:15px;line-height:2.2;letter-spacing:.025em}.hero-buttons{display:flex;gap:14px;margin-top:30px}.button{display:inline-flex;justify-content:center;align-items:center;gap:28px;border:1px solid #63766d;padding:14px 22px;font-size:14px;letter-spacing:.08em;line-height:1.5;background:#fcfbf8c9;min-height:51px;border-radius:3px}.button svg{width:19px;height:19px}.button.primary{background:var(--ink);color:white;border-color:var(--ink)}.button:hover{background:#e6ece6;color:var(--ink)}.button.primary:hover{background:#47685e;color:white}.handwriting{font-family:'Zen Kurenaido',var(--serif);position:absolute;right:0;top:42px;font-size:24px;line-height:1.8;letter-spacing:.16em;transform:rotate(-8deg)}.handwriting:after{content:'';display:block;border-top:1px solid #7a8b81;transform:rotate(-14deg);width:150px;margin-top:12px}.hero-caption{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);font-size:9px;letter-spacing:.25em;white-space:nowrap;opacity:.65}.section{margin-top:58px}.category-section{margin-top:44px}.section-heading{display:flex;align-items:center;gap:20px;margin-bottom:20px}.section-heading>h2{font-family:Georgia,serif;font-size:19px;letter-spacing:.2em}.section-heading>p{font-size:13px;color:var(--muted);margin-left:auto;letter-spacing:.045em}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.career{--tone:var(--green-bg);--accent:#526c5e}.beauty{--tone:var(--pink-bg);--accent:#9d747b}.study{--tone:var(--sand-bg);--accent:#897b5c}.life{--tone:var(--blue-bg);--accent:#66798b}.category-card{isolation:isolate;position:relative;border-radius:5px;overflow:hidden;min-height:168px;padding:24px;background:var(--tone);color:var(--accent)}.category-card img{position:absolute;inset:0;width:100%;height:100%;z-index:-2;opacity:.62;object-position:75% center;transition:transform .5s}.category-card:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--tone) 20%,transparent 150%);z-index:-1}.category-card:hover img{transform:scale(1.06)}.category-card>div{position:relative}.category-card svg{width:29px;height:29px;margin-bottom:7px}.category-card h3{font-family:Georgia,serif;font-size:23px;letter-spacing:.03em;margin-bottom:3px}.category-card span{font-size:13px}.category-card span span{margin-left:12px;font-size:20px}.category-card.career img{object-position:15% center;opacity:.65}.concerns{padding-top:40px;scroll-margin-top:24px}.concerns-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:19px}.concerns h2{font-size:21px;letter-spacing:.07em}.concerns-title p{font-size:12px;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:10px}.tag{background:var(--tone);border:1px solid transparent;border-radius:30px;padding:8px 17px;font-size:12px;display:flex;align-items:center;gap:10px}.tag span{font-family:Georgia,serif;font-size:18px;color:var(--accent)}.tag:hover{border-color:var(--accent)}.feature{display:block;position:relative;isolation:isolate;overflow:hidden;border-radius:5px;min-height:344px;background:#ecede6}.feature>img{position:absolute;inset:0;width:100%;height:100%;z-index:-2;object-position:center}.feature:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f3f3edd9,rgba(249,247,242,.6) 35%,transparent 67%);z-index:-1}.feature-copy{padding:35px 40px;max-width:57%}.feature-badge{display:inline-block;color:#fff;background:var(--pink);padding:1px 16px;border-radius:20px;font-size:12px;letter-spacing:.17em;margin-bottom:11px}.feature h2{font-size:33px;line-height:1.65;letter-spacing:.055em}.feature p{font-size:14px;margin-top:14px;line-height:1.9}.text-link{display:inline-flex;align-items:center;gap:17px;font-size:13px;font-weight:500;line-height:1.7}.text-link svg{width:21px}.feature .text-link{margin-top:20px}.feature-handwriting{position:absolute;right:5%;top:24%;font:italic 30px/1.3 Georgia,serif;transform:rotate(-12deg);letter-spacing:.02em;color:#4f5a4eaa}.all-articles{font-size:12px;display:inline-flex;align-items:center;gap:12px;border-left:1px solid var(--line);padding-left:20px}.all-articles svg{width:18px}.articles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-card{display:flex;flex-direction:column;min-width:0}.article-image{aspect-ratio:1.62;overflow:hidden;border-radius:4px}.article-image img{width:100%;height:100%;transition:transform .5s}.article-card:hover img{transform:scale(1.04)}.article-image img.portrait-crop{object-position:85% center}.article-card-copy{padding:18px 2px 0;display:flex;flex:1;flex-direction:column;align-items:flex-start}.pill{display:inline-block;background:var(--tone);color:var(--accent);border-radius:18px;font-size:10px;letter-spacing:.09em;padding:2px 11px;line-height:1.7}.article-card h3{font-size:18px;line-height:1.8;margin-top:10px;letter-spacing:.02em}.article-card p{font-size:13px;line-height:1.85;color:var(--muted);margin-top:8px}.article-more{font:10px Georgia,serif;letter-spacing:.14em;display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:20px;margin-top:auto}.article-more svg{width:19px}.self-section{margin-top:62px;margin-bottom:60px}.self-heading h2{font-size:23px;letter-spacing:.07em;margin-top:8px}.self-heading .eyebrow{font-family:Georgia,serif;font-size:11px;letter-spacing:.2em;color:#7d8b82}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.check-card{background:var(--tone);display:flex;gap:20px;align-items:center;border-radius:4px;padding:27px 28px}.check-card>svg:first-child{width:34px;height:39px;color:var(--accent)}.check-card>svg:last-child{width:20px;margin-left:auto;color:var(--accent)}.check-card .eyebrow{font:10px Georgia,serif;letter-spacing:.2em;color:var(--accent)}.check-card h3{font-size:17px;line-height:1.7;margin:5px 0 3px}.check-card p{font-size:12px;color:var(--muted)}.promise{position:relative;isolation:isolate;text-align:center;padding:64px 30px 58px;overflow:hidden;background:#edf1e8}.promise:before{content:'';position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#fcfbf8bb,#fcfbf8e8 35%,#fcfbf8e8 75%,#fcfbf8b8),url('/assets/hero.webp') left 60%/cover;filter:blur(3px)}.promise .eyebrow{font:12px Georgia,serif;letter-spacing:.25em}.promise h2{font-size:28px;letter-spacing:.1em;margin-top:21px}.promise p{font-size:14px;line-height:2.2;margin-top:17px;letter-spacing:.04em}.promise .text-link{margin-top:22px;font-size:12px}.promise .promise-note{position:absolute;right:7%;top:24%;font-family:'Zen Kurenaido',var(--serif);font-size:22px;transform:rotate(-9deg);letter-spacing:.13em}.footer{padding:47px 0 21px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:34px}.footer .logo>span{font-size:30px}.footer .logo small{font-size:9px}.footer-top p{font-size:11px;letter-spacing:.04em;margin-top:18px}.footer-top nav{display:flex;gap:28px}.footer-top nav a{font-family:Georgia,serif;font-size:13px;letter-spacing:.09em}.footer-top nav span{display:block;font-family:var(--sans);font-size:11px;letter-spacing:0;margin-top:6px}.footer-bottom{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;gap:20px}.footer-bottom nav{display:flex;gap:24px;flex-wrap:wrap}.footer-bottom a,.footer-bottom small{font-size:10px;color:var(--muted)}.mobile-only{display:none}.skip{position:absolute;top:-100px;left:16px;background:white;z-index:10;padding:10px}.skip:focus{top:10px}dialog{border:0;background:var(--paper);color:var(--ink);padding:32px;width:min(620px,calc(100% - 32px));max-height:85dvh;border-radius:5px;box-shadow:0 20px 80px #223b3433}dialog::backdrop{background:#233e3566;backdrop-filter:blur(3px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:28px}.dialog-top h2{font-size:25px}.dialog-top .logo>span{font-size:30px}.menu-links{display:grid;gap:0}.menu-links>a{padding:15px 0;border-bottom:1px solid var(--line);font-family:Georgia,serif;letter-spacing:.09em}.menu-links span{font-family:var(--sans);font-size:13px;letter-spacing:.02em;margin-left:22px;color:var(--muted)}#search-form label{font-size:13px}.search-field{display:flex;border-bottom:1px solid var(--ink);margin-top:8px}.search-field input{width:100%;min-width:0;border:0;background:transparent;padding:12px 0;outline:none;font-size:16px}#search-status{font-size:13px;margin-top:20px}#search-results a{display:block;padding:17px 0;border-bottom:1px solid var(--line)}#search-results h3{font-size:17px}#search-results p{font-size:12px;margin-top:5px;color:var(--muted)}.breadcrumbs{display:flex;gap:12px;font-size:11px;color:var(--muted);padding-top:25px}.listing{padding-top:50px;padding-bottom:90px;min-height:60vh}.listing h1,.fixed-page h1,.check-page h1{font-size:38px;line-height:1.7;letter-spacing:.06em;margin-top:10px}.listing>p,.check-page>p{margin-top:15px;font-size:15px;color:var(--muted)}.filter-nav{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 45px}.filter-nav a{font-size:14px;border:1px solid var(--line);padding:8px 22px;border-radius:25px}.filter-nav a.active{background:var(--ink);color:#fff}.listing-grid{row-gap:44px}.article-detail{max-width:860px;margin:50px auto 0}.article-title{text-align:center;padding:0 30px 34px}.article-title h1{font-size:34px;letter-spacing:.04em;line-height:1.8;margin:20px auto 16px;max-width:740px}.article-title>p{font-size:15px;color:var(--muted)}.article-title .pill{font-size:12px}.article-author{font-size:12px;display:block;margin-top:23px;color:var(--muted)}.detail-image{width:100%;height:410px;object-position:center 40%}.prose{max-width:680px;margin:40px auto 0;line-height:2.2}.prose p{font-size:16px}.prose .draft-note{font-size:12px;border-left:2px solid #c4ccc2;padding:8px 15px;color:var(--muted);margin-bottom:30px}.prose .lead{font-size:17px}.prose h2{font-size:24px;line-height:1.8;margin:48px 0 20px}.prose .button{margin-top:50px}.toc{background:#f0f2eb;padding:25px 28px;margin:35px 0}.toc .eyebrow{display:block;margin-bottom:12px}.toc a{display:flex;gap:16px;font-size:14px;padding:8px 0}.toc a span{font-family:Georgia,serif;color:#92a092}.related{margin-bottom:70px;margin-top:75px}.fixed-page{padding-bottom:80px;margin-top:60px}.fixed-page .text-link{margin-top:40px}.check-page{max-width:800px;text-align:center;padding-top:50px;padding-bottom:80px;min-height:65vh}.check-page h1{font-size:30px}.check-page .check-disclaimer{font-size:12px;margin-top:28px}.check-box{padding:35px;background:#f1f1ea;margin-top:30px;border-radius:5px;text-align:left}.progress-label{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.08em}.progress-track{height:3px;background:#dce2d7;margin:14px 0 27px}.progress-track span{display:block;height:100%;background:var(--ink)}.check-box h2{font-size:22px;line-height:1.8;margin-bottom:20px}.answers{display:grid;gap:10px}.answer{background:var(--paper);border:1px solid #d4dace;padding:14px 17px;text-align:left;font-size:15px}.answer[aria-pressed=true]{background:var(--green-bg);border-color:var(--ink);box-shadow:inset 3px 0 var(--ink)}.check-actions{display:flex;justify-content:space-between;gap:20px;margin-top:25px}.check-actions button{border:0}.check-result p{margin-bottom:20px;font-size:16px}.check-result .eyebrow{font-size:12px}.not-found{text-align:center;padding-block:100px}.not-found h1{font-size:35px;margin:25px 0}.not-found p{margin:20px 0 30px;color:var(--muted)}
@media(min-width:1500px){.hero{max-width:1600px;margin:auto}.handwriting{right:0}.hero-photo{object-position:center 40%}}
@media(max-width:1100px){.desktop-nav{gap:23px;margin-right:0}.header-inner{gap:25px;padding-inline:36px}.container{width:calc(100% - 72px)}.hero-inner{padding-inline:50px;min-height:540px}.hero{min-height:540px}.handwriting{right:30px;top:28px;font-size:19px}.hero-copy{max-width:540px}.hero-photo{object-position:60% center}.hero h1{font-size:42px}.hero-description{font-size:14px}.hero-buttons{gap:10px}.button{gap:20px}.category-card{padding:20px;min-height:154px}.category-card h3{font-size:21px}.concerns-title p{display:none}.tag{padding-inline:13px;font-size:11px}.articles-grid{gap:19px}.article-card h3{font-size:17px}.check-card{padding:22px 20px;gap:14px}.check-card h3{font-size:15px}.promise .promise-note{right:4%;font-size:18px}.footer-top nav{gap:20px}.footer-bottom nav{gap:15px}}
@media(max-width:800px){.header-inner{padding:20px 28px}.desktop-nav{display:none}.container{width:calc(100% - 56px)}.hero,.hero-inner{min-height:500px}.hero-inner{padding:45px 30px}.hero h1{font-size:35px}.hero-copy{max-width:440px}.hero .eyebrow{font-size:10px;letter-spacing:.15em}.hero-description{font-size:12px}.hero-photo{object-position:62% center}.hero:after{background:linear-gradient(90deg,#fcfbf8c4,#fcfbf860 48%,transparent 78%)}.handwriting{top:25px;right:25px;font-size:16px}.hero-buttons .button{padding:13px 17px;font-size:12px;gap:15px}.hero-caption{font-size:8px}.category-grid{gap:12px}.category-card{padding:18px 15px;min-height:144px}.category-card h3{font-size:19px}.category-card span{font-size:12px}.category-card svg{width:26px;height:26px}.section{margin-top:42px}.concerns{padding-top:31px}.section-heading>p{font-size:11px}.feature{min-height:307px}.feature-copy{padding:28px 28px;max-width:60%}.feature h2{font-size:28px}.feature p{font-size:12px}.feature-handwriting{font-size:24px;right:3%;top:15%}.articles-grid{gap:16px}.article-card h3{font-size:16px}.article-card p{font-size:12px}.article-more{padding-top:14px}.all-articles{font-size:11px;padding-left:12px}.editors-section .section-heading>p{display:none}.all-articles{margin-left:auto}.self-heading h2{font-size:21px}.check-grid{gap:15px}.check-card{padding:22px 18px;gap:12px}.check-card h3{font-size:14px}.check-card p{font-size:11px}.check-card>svg:first-child{width:26px}.check-card>svg:last-child{width:17px}.promise .promise-note{display:none}.footer-bottom{flex-direction:column}.footer-top nav{gap:17px}.footer-top nav a{font-size:11px}.footer-top p{font-size:10px}.prose{width:calc(100% - 56px)}.detail-image{height:350px}.fixed-page h1{font-size:31px}}
@media(max-width:600px){.container{width:calc(100% - 40px)}.header-inner{padding:17px 20px;gap:15px}.logo>span{font-size:29px;letter-spacing:-1.4px}.logo small{font-size:9px;letter-spacing:.2em;margin-top:7px}.header-actions{gap:4px}.header-actions .icon-button{width:38px;height:42px;padding:7px}.header-actions svg{width:24px}.hero{min-height:565px}.hero-inner{min-height:565px;padding:27px 24px 32px;align-items:flex-start}.hero-photo{height:350px;object-position:76% center;top:0}.hero:after{background:linear-gradient(180deg,transparent 30%,#fcfbf845 43%,#fcfbf8 61%)}.hero-copy{padding-top:260px;position:relative;width:100%;max-width:none}.hero .eyebrow{position:absolute;top:0;left:0;font-size:8px;letter-spacing:.14em;max-width:165px;line-height:1.8;margin:0}.hero h1{font-size:31px;letter-spacing:.045em;line-height:1.65}.hero-description{font-size:12px;line-height:2.1;margin-top:14px;letter-spacing:0}.hero-buttons{gap:10px;margin-top:23px}.hero-buttons .button{flex:1;font-size:12px;padding:13px 11px;gap:15px;min-height:47px}.hero-buttons svg{width:17px}.handwriting{top:75px;left:27px;right:auto;font-size:17px;line-height:1.9;letter-spacing:.1em;color:#4c675b}.handwriting:after{width:98px;margin-top:6px}.hero-caption{display:none}.section{margin-top:37px}.category-section{margin-top:30px}.section-heading{gap:10px;margin-bottom:15px}.section-heading>h2{font-size:16px;letter-spacing:.18em}.section-heading>p{font-size:10px;letter-spacing:0}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{min-height:136px;padding:18px 19px}.category-card h3{font-size:22px}.category-card svg{width:26px;height:26px;margin-bottom:5px}.category-card span{font-size:12px}.category-card span span{font-size:17px;margin-left:10px}.category-card img{object-position:70% center}.concerns{padding-top:31px}.concerns h2{font-size:18px;letter-spacing:.025em}.concerns-title{margin-bottom:16px}.tags{gap:8px}.tag{font-size:11px;padding:7px 12px;gap:7px;line-height:1.6}.tag span{font-size:16px}.feature{min-height:330px;display:flex;align-items:flex-end}.feature>img{object-position:69% center}.feature:after{background:linear-gradient(90deg,#f9f8f1e6,#f7f6efb3 42%,transparent 87%)}.feature-copy{max-width:83%;padding:23px 22px 25px}.feature-badge{font-size:10px;padding:1px 12px;margin-bottom:13px}.feature h2{font-size:26px;line-height:1.7;letter-spacing:.015em}.feature p{font-size:12px;line-height:2;margin-top:13px}.feature .text-link{font-size:12px;margin-top:18px}.feature-handwriting{display:none}.articles-grid{grid-template-columns:1fr;gap:23px}.article-card{flex-direction:row;gap:16px;align-items:stretch}.article-image{width:35%;aspect-ratio:auto;min-height:157px;flex-shrink:0;border-radius:3px}.article-card-copy{padding:0;flex:1;min-width:0}.article-card h3{font-size:16px;line-height:1.7;margin-top:8px}.article-card p{font-size:12px;line-height:1.8;margin-top:7px}.pill{font-size:9px;padding:2px 9px}.article-more{font-size:9px;padding-top:10px}.article-image img.portrait-crop{object-position:82% center}.all-articles{font-size:10px;gap:8px;padding-left:0;border:0}.all-articles svg{width:16px}.self-section{margin-top:41px;margin-bottom:38px}.self-heading{display:block}.self-heading h2{font-size:22px;line-height:1.8;margin-top:5px;letter-spacing:.05em}.self-heading>p{font-size:11px;margin-top:8px}.check-grid{grid-template-columns:1fr;gap:12px}.check-card{padding:23px 20px;gap:17px}.check-card>svg:first-child{width:30px;height:36px}.check-card h3{font-size:14px;margin-top:5px;letter-spacing:-.025em}.check-card .eyebrow{font-size:9px}.check-card p{font-size:11px}.check-card>svg:last-child{width:17px}.promise{padding:40px 20px 42px}.promise .eyebrow{font-size:10px}.promise h2{font-size:24px;line-height:1.9;margin-top:15px;letter-spacing:.06em}.promise p{font-size:12px;line-height:2.2;margin-top:14px}.promise .text-link{font-size:11px;margin-top:21px;gap:12px}.promise:before{background:linear-gradient(90deg,#fcfbf8ce,#fcfbf8e8 65%,#fcfbf8e0),url('/assets/hero.webp') left center/auto 150%}.mobile-only{display:block}.footer{padding:35px 0 23px}.footer-top{display:block;padding-bottom:26px}.footer .logo>span{font-size:29px}.footer-top p{font-size:10px;margin-top:14px}.footer-top nav{margin-top:25px;justify-content:space-between;gap:10px}.footer-top nav a{font-size:12px}.footer-top nav span{font-size:10px}.footer-bottom{padding-top:23px;gap:24px}.footer-bottom nav{display:grid;grid-template-columns:1fr 1fr;column-gap:13px;row-gap:13px}.footer-bottom a,.footer-bottom small{font-size:10px}.breadcrumbs{font-size:10px;padding-top:20px}.listing{padding-top:30px;padding-bottom:55px}.listing h1{font-size:29px}.listing>p{font-size:13px}.filter-nav{gap:8px;margin:25px 0 30px}.filter-nav a{font-size:12px;padding:7px 13px}.listing-grid{row-gap:27px}.article-detail{margin-top:30px}.article-title{padding:0 20px 25px;text-align:left}.article-title h1{font-size:25px;line-height:1.8;margin-top:16px}.article-title>p{font-size:13px}.article-author{font-size:10px;margin-top:18px}.detail-image{height:235px}.prose{width:calc(100% - 44px);margin-top:28px;line-height:2.2}.prose p{font-size:15px}.prose .lead{font-size:15px}.prose h2{font-size:21px;margin-top:34px}.prose .draft-note{font-size:11px;padding:7px 12px}.toc{padding:20px;margin-block:27px}.toc a{font-size:13px;gap:12px;line-height:1.9}.related{margin-block:45px}.fixed-page{margin-top:35px;padding-bottom:50px}.fixed-page h1{font-size:27px}.fixed-page .eyebrow{font-size:11px}.check-page{padding-top:30px;padding-bottom:55px}.check-page h1{font-size:25px}.check-page>p{font-size:13px}.check-box{padding:23px 20px;margin-top:24px}.check-box h2{font-size:19px}.answer{font-size:14px}.check-actions{gap:12px}.check-actions .button{font-size:12px;padding:13px 17px}.check-page .check-disclaimer{font-size:10px}.check-result p{font-size:14px}.not-found{padding-block:65px}.not-found h1{font-size:26px}.not-found p{font-size:13px}dialog{padding:23px}.dialog-top{margin-bottom:23px}.dialog-top h2{font-size:23px}.menu-links>a{font-size:15px}.menu-links span{font-size:12px;margin-left:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
/* Reading sizes remain comfortable on narrow screens. */
.hero-description,.feature p,.article-card p,.promise p,.listing>p,.check-page>p{font-size:16px}
.button,.hero-buttons .button,.category-card span,.tag,.text-link,.all-articles,.check-card p,.filter-nav a,.footer-top nav span,.footer-bottom a,.menu-links span{font-size:14px}
.eyebrow,.hero .eyebrow,.section-heading>p,.concerns-title p,.pill,.article-more,.check-card .eyebrow,.self-heading .eyebrow,.promise .eyebrow,.footer-bottom small,.article-author,.breadcrumbs,.check-page .check-disclaimer,.prose .draft-note{font-size:12px}
.check-card h3{font-size:17px}.footer-top nav a{font-size:14px}.footer-top p{font-size:12px}.desktop-nav span{font-size:12px}.logo small{font-size:12px}.footer .logo small{font-size:12px}
@media(max-width:800px){.hero-description,.feature p,.article-card p,.promise p,.listing>p,.check-page>p{font-size:14px}.check-card h3{font-size:16px}.check-card p{font-size:12px}.section-heading>p{font-size:12px}.category-card{padding-inline:16px}.category-card span{font-size:13px}.hero-copy{max-width:440px}.hero h1{font-size:34px}.hero-buttons .button{font-size:14px}}
@media(max-width:600px){.hero-copy{max-width:none}.hero .eyebrow{font-size:10px}.hero h1{font-size:30px}.hero-description{font-size:14px;line-height:2}.hero-buttons .button{font-size:13px;gap:9px}.hero,.hero-inner{min-height:605px}.section-heading{flex-wrap:wrap}.section-heading>h2{font-size:16px}.section-heading>p{font-size:11px}.category-card span{font-size:14px}.tag{font-size:12px}.all-articles{font-size:12px}.article-card p{font-size:14px}.article-card h3{font-size:17px}.article-image{min-height:184px}.article-more{font-size:10px}.pill{font-size:11px}.check-card h3{font-size:16px}.check-card p{font-size:12px}.check-card{gap:12px;padding-inline:17px}.check-card>svg:first-child{width:27px}.check-card>svg:last-child{width:16px}.check-card .eyebrow{font-size:10px}.self-heading>p{font-size:12px}.footer-bottom a{font-size:12px}.footer-top nav span{font-size:11px}.footer-top p{font-size:12px}.footer-top nav a{font-size:13px}.logo small,.footer .logo small{font-size:10px}.feature-copy{max-width:92%}.feature h2{font-size:26px}.feature p{font-size:13px}.feature .text-link{font-size:14px}.promise .text-link{font-size:12px}.check-page .check-disclaimer{font-size:12px}.prose p,.prose .lead{font-size:16px}.filter-nav a{font-size:13px;padding-inline:11px}.article-title>p{font-size:14px}}
