:root{--canvas:#f7f7f4;--surface:#fff;--text:#202320;--muted:#656b66;--border:#dde1dc;--ink:#24352f;--accent:#a64232;--accent-soft:#f7e9e5;--serif:Georgia,"Times New Roman","Hiragino Mincho ProN","Yu Mincho",serif;--sans:system-ui,-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif;--reading:760px;--wide:1120px;--page:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);color:var(--text);font-family:var(--sans);margin:0;font-size:16px;line-height:1.8}a{color:inherit;-webkit-text-decoration-color:color-mix(in srgb,currentColor 52%,transparent);text-decoration-color:color-mix(in srgb,currentColor 52%,transparent);text-underline-offset:3px}a:hover{color:var(--accent)}img{max-width:100%;height:auto}.site-header,.site-main,.site-footer{width:min(100%,var(--page));margin:auto;padding-inline:28px}.site-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;min-height:92px;display:flex}.brand{width:141px;color:var(--ink);text-decoration:none;display:inline-flex}.brand img{width:100%;height:auto;display:block}.desktop-nav,.footer-nav{flex-wrap:wrap;gap:10px 26px;display:flex}.desktop-nav a,.footer-nav a{color:var(--muted);font-size:.9rem;text-decoration:none}.desktop-nav a:hover,.footer-nav a:hover{color:var(--accent)}.mobile-menu{display:none}.site-main{min-height:68vh;padding-block:72px 96px}.site-footer{border-top:1px solid var(--border);color:var(--muted);padding-block:48px;font-size:.88rem}.footer-grid{grid-template-columns:1.1fr 2fr;gap:36px;display:grid}.footer-brand{color:var(--ink);font-family:var(--serif);font-size:1.35rem;font-weight:700}.footer-line{margin:34px 0 0;font-size:.78rem}h1,h2,h3{color:var(--ink)}h1{font-family:var(--serif);letter-spacing:-.04em;margin:0;font-size:clamp(2.3rem,5vw,4.35rem);font-weight:600;line-height:1.16}h2{font-family:var(--serif);letter-spacing:-.025em;margin:72px 0 20px;font-size:clamp(1.65rem,3vw,2.45rem);font-weight:600;line-height:1.25}h3{line-height:1.4}.reading{max-width:var(--reading)}.wide{max-width:var(--wide)}.eyebrow,.pill,.card-kicker,.used-label{color:var(--accent);letter-spacing:.11em;text-transform:uppercase;margin:0 0 10px;font-size:.73rem;font-weight:800}.lead{color:#3f4742;max-width:52rem;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.85}.section-intro{max-width:42rem}.home-hero{border-bottom:1px solid var(--border);padding:54px 0 66px}.home-hero h1{max-width:12em}.home-hero .lead{margin:28px 0 0}.hero-action{color:var(--accent);margin-top:28px;font-weight:800;text-decoration:none;display:inline-flex}.hero-action:after{content:"→";margin-left:.55em}.home-section-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:18px;margin-bottom:20px;display:flex}.home-section-heading h2{margin:0 0 14px}.latest-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px;display:grid}.article-card{border-top:3px solid var(--ink);flex-direction:column;justify-content:space-between;gap:22px;min-height:250px;padding:24px 0 28px;text-decoration:none;display:flex}.article-card:hover{border-color:var(--accent)}.card-title{font-family:var(--serif);letter-spacing:-.02em;margin:0;font-size:1.34rem;font-weight:600;line-height:1.48}.card-description{display:none}.card-meta{color:var(--muted);font-size:.78rem}.theme-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.theme-link,.profile-card,.feedback-cta,.used-item{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:24px}.theme-link{min-height:110px;color:var(--ink);font-family:var(--serif);align-items:flex-end;font-size:1.28rem;font-weight:600;text-decoration:none;display:flex}.theme-link:hover{border-color:var(--accent)}.profile-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.profile-card h3{margin-top:0}.feedback-cta{background:var(--accent-soft);border-color:#0000;margin-top:84px}.article-header .lead{margin-bottom:0}.article-body{margin-top:48px;font-size:1.04rem}.article-body>:first-child{margin-top:0}.article-body h2{border-top:1px solid var(--border);margin-top:72px;padding-top:30px}.article-body h3{margin-top:44px;font-size:1.25rem}.article-body figure{margin:52px auto}.article-body img{border:1px solid var(--border);border-radius:10px;display:block}.article-body figcaption{color:var(--muted);margin-top:10px;font-size:.85rem;line-height:1.6}.article-body table{border-collapse:collapse;width:100%;font-size:.92rem}.article-body th,.article-body td{border-bottom:1px solid var(--border);text-align:left;padding:10px}.used-section{margin-top:64px;padding-top:2px}.used-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0 24px;display:grid}.used-item{padding:20px}.used-item h3{font-family:var(--serif);margin:0}.used-disclosure{color:var(--muted);font-size:.82rem}.button{background:var(--ink);color:#fff;border-radius:5px;align-items:center;min-height:44px;padding:10px 16px;font-weight:700;text-decoration:none;display:inline-flex}.button:hover{background:var(--accent);color:#fff}.article-footer,.health-disclaimer{border-top:1px solid var(--border);margin-top:64px;padding-top:28px}.article-author h2{margin:8px 0;font-size:1.55rem}.article-dates{color:var(--muted);font-size:.86rem}@media (width<=767px){.site-header,.site-main,.site-footer{padding-inline:20px}.site-header{min-height:72px}.brand{width:118px}.desktop-nav{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{color:var(--ink);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;font-size:.84rem;font-weight:800;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{z-index:3;border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:2px;min-width:176px;padding:10px;display:grid;position:absolute;top:calc(100% + 16px);right:0;box-shadow:0 12px 30px #24352f1a}.mobile-menu nav a{color:var(--ink);padding:8px 10px;text-decoration:none}.site-main{padding-block:38px 64px}h1{font-size:clamp(2.25rem,11vw,3.25rem);line-height:1.2}h2{margin-top:56px}.home-hero{padding:26px 0 50px}.home-section{margin-top:56px}.latest-grid,.profile-list,.used-list{grid-template-columns:1fr}.article-card{min-height:auto;padding:20px 0 24px}.article-card:nth-child(n+4){margin-top:0}.theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-link{min-height:86px;padding:16px}.article-header{padding-bottom:30px}.article-body{font-size:1rem}.article-body h2{margin-top:56px;padding-top:24px}.article-body figure{width:calc(100% + 8px);margin:44px -4px}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-nav{gap:8px 16px}}.home-hero{padding-top:36px}.latest-grid{gap:0 34px}.article-card{border-top-width:1px;min-height:210px}.article-card:nth-child(n+4){margin-top:18px}.card-kicker{margin-bottom:14px}.theme-grid{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;gap:0;display:flex}.theme-link{min-height:0;font-family:var(--sans);background:0 0;border:0;border-radius:0;padding:15px 20px;font-size:.94rem;font-weight:600}.theme-link:first-child{padding-left:0}.profile-list{display:block}.author-strip{max-width:var(--reading)}.author-strip h2{margin-bottom:12px}.author-strip p{margin:6px 0}.author-strip a{font-weight:800}.feedback-cta{border:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:0 0;border-radius:0;margin-top:64px;padding:28px 0}.feedback-cta h2{margin:0 0 12px}.feedback-cta .eyebrow{display:none}.article-body p,.article-body li{line-height:1.82}.article-body h2{margin-top:64px}.used-item{background:0 0;border-radius:0}.used-label{margin-bottom:6px}.article-footer,.health-disclaimer{margin-top:52px}.footer-brand{font-size:1.2rem}@media (width<=767px){.home-hero{padding-top:18px}.home-section{margin-top:48px}.latest-grid{gap:0}.article-card{gap:14px;padding-block:18px}.theme-link{padding:12px 14px}.theme-link:first-child{padding-left:0}.feedback-cta{margin-top:48px;padding-block:24px}.article-body{font-size:16.5px;line-height:1.82}.article-body p,.article-body li{line-height:1.82}.article-body h2{margin-top:52px}.used-list{border-top:1px solid var(--border);gap:0}.used-item{border:0;border-bottom:1px solid var(--border);padding:20px 0}}.ax-note{border-left:2px solid var(--accent);font-family:var(--serif);margin-top:28px;padding-left:14px}.ax-note p{color:var(--accent);font-family:var(--sans);letter-spacing:.1em;margin:0;font-size:.72rem;font-weight:800}.ax-note span{font-size:1.1rem}.home-about{max-width:var(--reading)}.home-about h2{margin-bottom:10px}.home-about p{margin:0}.home-about .hero-action{margin-top:12px}@media (width<=767px){.ax-note{margin-top:24px}}.home-hero h1{font-size:clamp(2.625rem,3.5vw,2.875rem);line-height:1.12}.home-hero .lead{font-size:1.1rem;line-height:1.75}.home-section h2{font-size:clamp(1.75rem,2.4vw,2rem);line-height:1.25}@media (width<=767px){.home-hero h1{font-size:clamp(1.875rem,8vw,2rem);line-height:1.18}.home-hero .lead{font-size:.975rem;line-height:1.7}.home-section h2{font-size:1.45rem;line-height:1.3}.latest-grid .card-title{font-size:1.1rem;line-height:1.5}.latest-grid .article-card{min-height:132px;padding:12px 0 14px}}.home-page{margin-top:-8px;margin-bottom:-24px}.home-hero{padding:0 0 32px}.home-section{margin-top:64px}.home-section-heading{margin-bottom:24px}.home-section>h2,.home-about h2{margin-top:0}.home-section>h2{margin-bottom:24px}.latest-grid .article-card{align-self:start;min-height:0}.latest-grid .article-card:nth-child(n+4){margin-top:18px}@media (width<=767px){.home-page{margin-top:-6px;margin-bottom:-16px}.home-hero{padding:0 0 24px}.home-hero .lead,.ax-note,.home-hero .hero-action{margin-top:20px}.home-section{margin-top:48px}.home-section-heading,.home-section>h2{margin-bottom:22px}.latest-grid .article-card{min-height:0;padding:14px 0}.latest-grid .article-card:nth-child(n+4){margin-top:0}}.home-page{margin-top:-28px}.latest-grid .article-card:nth-child(-n+3){border-top:0}#themes.home-section{margin-top:48px}.theme-grid{border:0;gap:8px}.theme-link,.theme-link:first-child{border:1px solid var(--border);background:var(--surface);border-radius:4px;min-height:44px;padding:10px 14px;font-size:.94rem;font-weight:600}.theme-link:hover{border-color:var(--accent);color:var(--accent)}@media (width<=767px){.home-page{margin-top:-18px}.latest-grid .article-card:nth-child(-n+3){border-top:1px solid var(--ink)}.latest-grid .article-card:first-child{border-top:0}#themes.home-section{margin-top:38px}.theme-grid{gap:8px}.theme-link,.theme-link:first-child{padding:10px 12px}}.site-footer .footer-nav a[href^="/authors/"]{display:none}.home-hero{border-bottom:0}.theme-grid{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:0}.theme-link,.theme-link:first-child{min-height:44px;color:var(--ink);background:0 0;border:0;border-radius:0;padding:10px 20px 10px 0;font-weight:600}.theme-link:after{content:"→";color:var(--accent);margin-left:.45em}.theme-link:hover{color:var(--accent)}.theme-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}article[data-lifeops-article]{margin-top:-28px}.article-body figure{margin-block:32px}@media (width<=767px){.theme-grid{gap:0}.theme-link,.theme-link:first-child{min-height:44px;padding:10px 16px 10px 0}article[data-lifeops-article]{margin-top:-10px}.article-body figure{margin-block:32px}}.footer-brand{width:122px}.footer-brand img{width:100%;height:auto;display:block}.theme-link:after{content:none}.theme-link{border-bottom:1px solid #0000}.theme-link:hover{border-bottom-color:var(--accent)}.card-kicker{letter-spacing:.06em;margin-bottom:10px;font-size:.82rem}.latest-grid .card-title{font-size:clamp(1.16rem,1.5vw,1.28rem);line-height:1.36}.article-header{border-bottom:0;padding-bottom:30px}.article-header .eyebrow{letter-spacing:.04em;margin-bottom:14px;font-size:.84rem}.article-header h1{letter-spacing:-.03em;font-size:clamp(2rem,2.5vw,2.25rem);line-height:1.18}.article-header .lead{margin-top:20px}@media (width<=767px){.footer-brand{width:112px}.card-kicker{font-size:.78rem}.latest-grid .card-title{font-size:1.08rem;line-height:1.42}.article-header{padding-bottom:24px}.article-header .eyebrow{margin-bottom:12px;font-size:.8rem}.article-header h1{font-size:clamp(2rem,8.4vw,2.2rem);line-height:1.2}.article-header .lead{margin-top:18px}}.author-page{max-width:var(--wide)}.author-hero{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:48px;display:grid}.author-hero>img{aspect-ratio:1.25;object-fit:cover;object-position:center;border:1px solid var(--border);width:100%;display:block}.author-intro .lead{margin:18px 0 0}.author-topics{color:var(--muted);flex-wrap:wrap;gap:8px 16px;margin-top:28px;font-size:.88rem;display:flex}.author-topics span:before{content:"—";color:var(--accent);margin-right:8px}.author-articles{max-width:var(--reading);margin-top:72px}.author-articles h2{margin-top:0}.about-page>p:not(.eyebrow):not(.lead){max-width:46rem}.about-authors{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:44px;display:grid}.about-author{color:var(--ink);font-family:var(--serif);font-size:1.25rem;font-weight:600;text-decoration:none;display:block}.about-author img{aspect-ratio:1.18;object-fit:cover;object-position:center;border:1px solid var(--border);width:100%;margin-bottom:10px;display:block}.article-author{grid-template-columns:88px minmax(0,1fr);align-items:start;gap:20px;display:grid}.article-author-portrait{object-fit:cover;border:1px solid var(--border);width:88px;height:102px;display:block}.article-author .eyebrow{margin-top:2px}.article-author h2{margin-top:0}.article-author p{margin:8px 0}.author-article-link{color:var(--accent);margin-top:6px;font-size:.9rem;font-weight:800;display:inline-block}.author-article-link:after{content:"→";margin-left:.45em}@media (width<=767px){.author-hero{grid-template-columns:1fr;gap:26px}.author-hero>img{aspect-ratio:1.35}.author-articles{margin-top:52px}.about-authors{grid-template-columns:1fr;gap:26px;margin-top:32px}.about-author img{aspect-ratio:1.35}.article-author{grid-template-columns:72px minmax(0,1fr);gap:16px}.article-author-portrait{width:72px;height:84px}.article-author h2{font-size:1.35rem}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-page>.home-hero{max-width:var(--wide);border:0;padding:0}.hero-visual-link{color:inherit;text-decoration:none;display:block}.hero-visual-link picture,.hero-visual-link img{width:100%;display:block}.hero-visual-link img{border:1px solid var(--border);border-radius:0;height:auto}.home-hero+.home-section{margin-top:48px}@media (width<=767px){.home-page>.home-hero{max-width:none}.hero-visual-link img{border-inline:0}.home-hero+.home-section{margin-top:40px}}.hero-visual picture,.hero-visual img{width:100%;display:block}.hero-visual img{object-fit:cover;object-position:center;border:1px solid var(--border);height:390px}.hero-theme-nav{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;gap:0;margin-top:24px;display:flex}.hero-theme-nav .theme-link,.hero-theme-nav .theme-link:first-child{min-height:44px;font-family:var(--sans);background:0 0;border:0;border-radius:0;padding:10px 20px 10px 0;font-size:.94rem;font-weight:600}.hero-theme-nav .theme-link:hover{color:var(--accent);border-bottom:1px solid var(--accent)}.hero-theme-nav .theme-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width<=767px){.home-page>.home-hero{max-width:none}.hero-visual img{object-position:center top;border-inline:0;height:220px}.hero-theme-nav{margin-top:20px}.hero-theme-nav .theme-link,.hero-theme-nav .theme-link:first-child{min-height:44px;padding:10px 16px 10px 0}.hero-theme-nav+.home-section{margin-top:36px}}:root{--sans:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Yu Gothic",sans-serif}h1,h2,h3,.card-title,.footer-brand,.ax-note,.about-author,.used-item h3{font-family:var(--sans)}h1{letter-spacing:-.025em;font-weight:650}h2{letter-spacing:-.02em;font-weight:600}.card-title,.about-author,.footer-brand{font-weight:600}.hero-theme-nav{background:var(--accent-soft);border:0;justify-content:flex-start;gap:0;margin-top:20px;padding:14px 18px}.hero-theme-nav .theme-link,.hero-theme-nav .theme-link:first-child{border:0;min-height:32px;padding:0 22px 0 0;font-size:.94rem;line-height:1.5}.hero-theme-nav .theme-link:hover{color:var(--accent);border:0}@media (width<=767px){.hero-theme-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:16px;padding:12px 14px;display:grid}.hero-theme-nav .theme-link,.hero-theme-nav .theme-link:first-child{white-space:nowrap;min-height:40px;padding:8px 4px;font-size:.9rem}.hero-theme-nav+.home-section{margin-top:34px}}.hero-theme-nav{background:0 0;border:0;align-items:center;gap:0;margin-top:14px;padding:0;display:flex}.hero-theme-nav .theme-link,.hero-theme-nav .theme-link:first-child{min-height:32px;color:var(--ink);border:0;padding:0 16px;font-size:.94rem;line-height:1.7;text-decoration:none;position:relative}.hero-theme-nav .theme-link:first-child{padding-left:0}.hero-theme-nav .theme-link:after{content:"";background:var(--accent);opacity:.6;height:1px;position:absolute;bottom:2px;left:8px;right:8px}.hero-theme-nav .theme-link:first-child:after{left:0}.hero-theme-nav .theme-link:not(:last-child):before{content:"｜";color:var(--border);font-weight:400;position:absolute;right:-4px}.hero-theme-nav .theme-link:hover{color:var(--accent)}.hero-theme-nav .theme-link:hover:after{opacity:1;height:2px}.hero-theme-nav+.home-section{margin-top:36px}@media (width<=767px){.hero-theme-nav{grid-template-columns:repeat(3,max-content);justify-content:start;gap:10px 16px;margin-top:14px;padding:0;display:grid}.hero-theme-nav .theme-link,.hero-theme-nav .theme-link:first-child{min-height:32px;padding:0 10px 0 0;font-size:.92rem;line-height:1.7}.hero-theme-nav .theme-link:after{left:0;right:5px}.hero-theme-nav .theme-link:not(:last-child):before{right:-9px}.hero-theme-nav .theme-link:nth-child(3):before{display:none}.hero-theme-nav+.home-section{margin-top:32px}}.hero-visual img{object-fit:contain;object-position:center top;background:var(--canvas)}@media (width<=767px){.hero-visual img{object-fit:cover;object-position:center top}.hero-theme-nav{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;gap:0;margin-top:14px;display:flex}.hero-theme-nav .theme-link,.hero-theme-nav .theme-link:first-child{min-height:36px;padding:0 7px 0 0;font-size:.875rem;line-height:1.9}.hero-theme-nav .theme-link:after{left:0;right:3px}.hero-theme-nav .theme-link:not(:last-child):before{right:-5px}.hero-theme-nav .theme-link:nth-child(3):before{display:block}.hero-theme-nav+.home-section{margin-top:36px}}.article-body figure.figure-photo,.article-body figure.figure-screenshot{max-width:58%;margin-inline:auto}.article-body figure.figure-diagram{max-width:100%;margin-inline:auto}.article-body figure.figure-diagram img{border:0;border-radius:0}.article-body figure.figure-photo img,.article-body figure.figure-screenshot img{width:100%}.article-body figure.figure-diagram figcaption{max-width:var(--reading);margin-inline:auto}@media (width<=767px){.article-body figure.figure-photo,.article-body figure.figure-screenshot,.article-body figure.figure-diagram{max-width:none}.article-body figure.figure-photo img,.article-body figure.figure-screenshot img{width:100%}}.next-reading{border-top:1px solid var(--border);margin-top:44px;padding-top:22px}.next-reading .eyebrow{margin-bottom:6px}.next-reading a{color:var(--ink);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);font-size:1.12rem;font-weight:700;line-height:1.55;text-decoration-thickness:1px}.next-reading a:hover{color:var(--accent)}.article-dates{font-family:var(--sans);flex-wrap:wrap;gap:0 8px;display:flex}@media (width<=767px){.next-reading{margin-top:36px;padding-top:20px}.next-reading a{font-size:1.04rem}}
