/* Shared foundations */
:root{--ink:#283e4b;--muted:#576b74;--paper:#fdfefd;--line:#dfe8eb;--accent:#337ca3;--tint:#eaf3f8;--serif:"Yu Mincho","Hiragino Mincho ProN",Georgia,serif;--sans:"Yu Gothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:20px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.85;overflow-wrap:anywhere}
a{color:inherit;text-underline-offset:4px}
a:hover{color:var(--accent)}
button,input,textarea{font:inherit}
button,a,input,summary,textarea{-webkit-tap-highlight-color:transparent}
button{cursor:pointer;border:0}
button:disabled{cursor:default}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #216d9b;outline-offset:4px}
svg{width:24px;height:24px;flex-shrink:0}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.5}
h2{font-size:28px;letter-spacing:.03em}
p+p{margin-top:16px}
img{max-width:100%;display:block}
.wrap{max-width:1160px;margin:auto;padding-inline:28px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px}
.skip:focus{top:12px}
[hidden]{display:none!important}

.consult{--accent:#935568;--tint:#fae8ee;--line:#e9dce2}
.learn{--accent:#386b8d;--tint:#e4f2fa;--line:#d5e4ed}
.work{--accent:#476e50;--tint:#e9f3e2;--line:#dbe5d5}
.money{--accent:#84641e;--tint:#fff2d1;--line:#e9dfc5}

/* Compact shared header and footer */
.site-header{max-width:1160px;min-height:68px;margin:auto;padding:10px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff}
.brand{display:flex;gap:9px;align-items:center;text-decoration:none;flex-shrink:0}
.brand svg{width:27px;height:32px;color:#659172}
.brand span{font-family:var(--serif);font-weight:700;font-size:23px;letter-spacing:.03em;line-height:1.2}
.brand small{display:block;font-family:var(--sans);font-weight:400;font-size:10px;letter-spacing:.06em;margin-top:5px}
.main-nav{display:flex;gap:27px;font-size:13px;font-weight:600}
.main-nav a{text-decoration:none;min-height:44px;display:flex;align-items:center}
.main-nav a[aria-current]{color:var(--accent);box-shadow:inset 0 -2px var(--accent)}
.menu-toggle{display:none;background:transparent;color:var(--ink);width:44px;height:44px;padding:10px;border:1px solid #e1e9ed;border-radius:5px}
.site-footer{max-width:1160px;margin:auto;padding:19px 28px;display:flex;align-items:center;justify-content:space-between;gap:22px;border-top:1px solid #e0e8eb}
.footer-brand{font-family:var(--serif);font-size:18px;font-weight:700;text-decoration:none;white-space:nowrap}
.site-footer nav{display:flex;flex-wrap:wrap;gap:8px 19px;font-size:11px}
.site-footer nav a{text-decoration:none}
.site-footer small{font-size:11px;color:var(--muted);white-space:nowrap}

/* Home: one continuous landscape hero, then compact decision rows. */
.home{background:#fff}
.hero{position:relative;isolation:isolate;min-height:326px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#eaf1ed}
.hero-backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 49%;z-index:-2}
.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(252,253,250,.12),rgba(255,255,253,.87) 32%,rgba(255,255,253,.94) 50%,rgba(255,255,253,.87) 68%,rgba(252,253,250,.12))}
.hero-inner{width:100%;max-width:720px;padding:24px 28px 20px;text-align:center}
.hero h1{font-family:var(--serif);font-size:49px;font-weight:600;letter-spacing:.12em;line-height:1.35;white-space:nowrap}
.hero-tagline{font-size:19px;font-family:var(--serif);font-weight:600;letter-spacing:.09em;margin-top:3px}
.hero-description{font-size:14px;line-height:1.8;margin-top:12px}
.search-area{max-width:570px;margin:16px auto 0}
.search-field{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d8e3e8;border-radius:28px;box-shadow:0 2px 8px #35516914;padding:3px 4px 3px 18px;text-align:left}
.search-field input{width:100%;min-width:0;height:43px;padding:4px 0;color:var(--ink);background:transparent;border:0;font-size:15px}
.search-field input::placeholder{color:#657784;font-size:13px}
.search-field button{flex:0 0 45px;width:45px;height:42px;display:grid;place-items:center;background:#337fa6;color:white;border-radius:22px}
.search-field button:hover{background:#256789}
.search-field button svg{width:22px;height:22px}
.search-note{font-size:11px;line-height:1.5;margin-top:6px;color:#47616e}
.search-area noscript{font-size:12px}
.search-results{margin:16px 0 0;padding:15px 20px;border:1px solid #cadde8;border-radius:8px;background:#f4f9fc;font-size:14px}
.search-results a{display:block;padding:8px 0;color:#286e96}
.entrances{padding-top:20px;padding-bottom:0}
.entry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.entry{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:164px;background:var(--tint);border:1px solid transparent;border-radius:9px;padding:15px 12px 10px;text-align:center;text-decoration:none;transition:border-color .15s}
.entry:hover{border-color:var(--accent)}
.entry-icon{display:flex;color:var(--accent);margin-bottom:6px}
.entry-icon svg{width:31px;height:31px}
.entry h3{font-size:19px;font-weight:700;color:var(--accent);letter-spacing:.025em}
.entry p{font-size:12px;line-height:1.75;margin-top:5px}
.entry-go{display:flex;color:var(--accent);margin-top:5px}
.entry-go svg{width:18px;height:18px}
.wishes{padding-top:20px;padding-bottom:20px}
.wishes h2,.about-strip h2{font-size:17px;letter-spacing:.02em;margin-bottom:11px}
.chips{display:grid;grid-template-columns:repeat(4,max-content);gap:8px}
.chips a{display:inline-flex;align-items:center;gap:10px;min-height:38px;padding:5px 13px;border:1px solid #dce6ec;border-radius:24px;background:#fff;text-decoration:none;font-size:12px;line-height:1.5}
.chips a span{color:#60889b}
.chips a:hover{border-color:#337fa6;background:#f4f9fc}
.about-strip{padding-top:16px;padding-bottom:20px;border-top:1px solid #e0e8eb}
.steps{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0;margin:0;gap:22px}
.steps li{display:flex;align-items:center;gap:13px;padding:3px 20px 3px 0;border-right:1px solid #dfe8eb}
.steps li:last-child{border:0}
.step-icon{display:grid;place-items:center;width:43px;height:43px;flex-shrink:0;background:#f3f9fc;border:1px solid #e1ecf0;border-radius:8px;color:#337fa6}
.step-icon svg{width:28px;height:28px}
.steps li:nth-child(2) .step-icon{color:#a5752f;background:#fff9ed}
.steps li:nth-child(3) .step-icon{color:#507c52;background:#f0f6eb}
.steps h3{font-size:16px}
.steps p{font-size:12px;line-height:1.7;margin-top:2px}

/* Shared content pages */
.eyebrow{font-size:12px;letter-spacing:.13em;color:var(--accent);font-weight:600;margin-bottom:12px}
.text-link{display:inline-flex;align-items:center;gap:20px;margin-top:16px;font-size:14px;font-weight:600;text-decoration:none;border-bottom:1px solid var(--accent);padding:5px 0}
.text-link svg{width:19px}

.breadcrumbs{max-width:1120px;margin:0 auto;padding:22px 32px;color:var(--muted);font-size:12px}
.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0}
.breadcrumbs li+li:before{content:'／';margin-right:10px;color:#a69b9e}
.breadcrumbs a{text-decoration:none}
.page-intro{padding-top:35px;padding-bottom:45px;border-bottom:1px solid var(--line)}
.page-intro h1{font-family:var(--serif);font-size:44px;letter-spacing:.05em;margin-bottom:16px}
.page-intro .lead{font-size:20px;color:var(--accent)}
.page-intro .description{max-width:760px;font-size:15px;margin-top:18px}
.category-layout{max-width:1120px;margin:45px auto 65px;padding:0 32px;display:grid;grid-template-columns:200px 1fr;gap:52px}
.side-nav{font-size:13px;align-self:start;position:sticky;top:24px}
.side-nav strong{display:block;color:var(--accent);font-size:16px;margin-bottom:15px}
.side-nav a{display:block;text-decoration:none;border-bottom:1px solid var(--line);padding:12px 0;min-height:44px}
.category-content h2{font-size:25px;margin-bottom:15px}
.topic{border-top:1px solid var(--line);padding:26px 0}
.topic:first-of-type{margin-top:20px}
.topic summary{display:flex;justify-content:space-between;align-items:center;gap:18px;list-style:none;cursor:pointer;min-height:44px;font-weight:600;font-size:21px}
.topic summary::-webkit-details-marker{display:none}
.topic summary:after{content:'＋';color:var(--accent);font-size:24px;font-weight:400}
.topic[open] summary:after{content:'−'}
.topic .topic-body{padding-top:15px;font-size:15px;max-width:700px}
.topic p{color:var(--ink)}
.topic ul,.note ul{padding-left:1.3em;margin-block:14px}
.topic .first-step{margin-top:15px;background:var(--tint);padding:15px 20px;border-left:3px solid var(--accent)}
.topic .first-step strong{display:block;font-size:12px;color:var(--accent);margin-bottom:4px}
.feature-link{display:flex;align-items:center;justify-content:space-between;gap:15px;text-decoration:none;background:var(--tint);padding:24px;margin:20px 0;border-radius:8px;color:var(--accent);font-size:21px;font-weight:600}
.feature-link small{display:block;font-size:12px;font-weight:400;color:var(--ink);margin-top:8px}
.preparing{display:inline-block;font-size:11px;color:var(--muted);border:1px solid var(--line);padding:1px 8px;border-radius:4px;margin-left:8px;vertical-align:middle}
.topic-list{list-style:none;padding:0!important;margin:10px 0!important}
.topic-list li{padding:9px 0;display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:14px;border-bottom:1px solid var(--line)}
.note{background:var(--tint);padding:24px 28px;margin-top:30px;border-radius:6px;font-size:14px}
.note h2,.note h3{font-size:18px;margin-bottom:10px}
.subtle{font-size:12px;color:var(--muted)}
.article{max-width:940px;margin:0 auto;padding:0 32px 65px}
.article .page-intro{padding-inline:0}
.article .page-intro h1{font-size:40px}
.situation{margin:28px 0 40px}
.situation h2{font-size:15px;font-weight:500;margin-bottom:12px}
.situation-options{display:flex;gap:8px;flex-wrap:wrap}
.situation button{color:var(--ink);font-size:12px;padding:8px 14px}
.situation button[aria-pressed=true]{background:var(--accent);color:white;border-color:var(--accent)}
.situation-help{font-size:13px;color:var(--accent);margin-top:14px;border-left:2px solid var(--accent);padding-left:12px}
.methods-heading{border-bottom:2px solid var(--accent);padding-bottom:20px;margin-bottom:6px}
.methods-heading h2{font-size:31px}
.methods-heading p{font-size:14px;color:var(--muted);margin-top:10px}
.method{display:grid;grid-template-columns:65px 1fr;gap:22px;padding:38px 0;border-bottom:1px solid var(--line)}
.method-number{font-family:Georgia,serif;font-size:42px;color:var(--accent);line-height:1.3}
.method h3{font-size:28px;color:var(--accent);letter-spacing:.01em;margin-bottom:17px}
.method p,.method li{font-size:15px;line-height:2}
.method ul{padding-left:1.3em;margin-bottom:0}
.method .micro-heading{font-size:12px;font-weight:600;color:var(--accent);margin-top:20px;margin-bottom:8px}
.method.emphasis{background:var(--tint);margin:18px -24px 0;padding:32px 24px;border:1px solid var(--line);border-radius:10px}
.reflection{background:#fffdfb;border-radius:8px;padding:20px 24px;margin-top:22px}
.reflection ol{padding-left:1.5em;margin:0}
.reflection li{padding:6px 0}
.example{border-left:3px solid var(--accent);padding:9px 18px;margin:20px 0;background:#ffffff75;font-size:14px}
.detail-links{margin-top:38px}
.detail-links h2{font-size:19px;margin-bottom:12px}
.detail-links a{display:block;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px}
.safety{font-size:13px;border-left:3px solid var(--accent);padding:15px 18px;background:var(--tint);margin:20px 0}
.safety strong{display:block}
.source-links{font-size:12px;color:var(--muted);margin-top:20px}
.back-link{display:inline-block;margin-top:30px;font-size:14px}
.method details{margin-top:16px;font-size:14px}
.method summary{cursor:pointer;color:var(--accent);padding:8px 0;min-height:44px}
.plain-button{background:var(--accent);color:white;border-radius:6px;padding:10px 18px;min-height:44px}
.method textarea{display:block;width:100%;min-height:150px;resize:vertical;border:1px solid #c7aab4;background:#fff;padding:16px;border-radius:6px;margin:12px 0;font-size:16px;line-height:1.9}
.memo-actions{display:flex;align-items:center;gap:15px;flex-wrap:wrap}
.memo-actions button{background:white;color:var(--accent);border:1px solid var(--accent);padding:8px 15px;min-height:44px;border-radius:5px}
.memo-status{font-size:12px}
.topic[open]{scroll-margin-top:20px}
.category-content>.intro-note{margin-bottom:20px;font-size:14px;color:var(--muted)}


/* Content density follows the compact shared header without shrinking the methods. */
.page-intro{padding-top:22px;padding-bottom:28px}
.category-layout{margin-top:30px;gap:40px}
.page-intro h1{font-size:38px}
.page-intro .description{margin-top:12px}
.article .page-intro h1{font-size:36px}
.method .note h3{font-size:18px}

@media(max-width:950px){.main-nav{gap:17px;font-size:12px}
.entry h3{font-size:17px}
.steps{gap:13px}
.steps li{padding-right:10px;gap:9px}
.steps p{font-size:11px}
.category-layout{grid-template-columns:160px 1fr;gap:30px}
.site-footer{flex-wrap:wrap}
.site-footer nav{order:3;flex-basis:100%}
}

@media(max-width:700px){
body{font-size:16px}
.wrap{padding-inline:18px}
.site-header{min-height:60px;padding:8px 16px;gap:10px;flex-wrap:wrap}
.brand{gap:7px}
.brand svg{width:23px;height:29px}
.brand span{font-size:21px}
.brand small{font-size:10px;margin-top:4px}
.menu-toggle:not([hidden]){display:block}
.main-nav{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:0 12px;font-size:13px}
.main-nav a{justify-content:center;border-top:1px solid #e6ecef;padding:8px 0;line-height:1.5}
.navigation-ready .main-nav{display:none}
.menu-toggle[aria-expanded=true]+.main-nav{display:grid}
.hero{min-height:0}
.hero-inner{padding:83px 18px 13px;max-width:440px}
.hero-backdrop{object-position:50% 15%;height:160px}
.hero:after{background:linear-gradient(180deg,rgba(255,255,255,.02) 0,rgba(255,255,255,.18) 45px,rgba(255,255,255,.92) 98px,#fff 160px);}
.hero h1{font-size:35px;letter-spacing:.09em;line-height:1.4}
.hero-tagline{font-size:15px;letter-spacing:.035em;margin-top:1px}
.hero-description{font-size:13px;line-height:1.7;margin-top:9px}
.search-area{margin-top:12px;max-width:100%}
.search-field{padding-left:12px;gap:5px}
.search-field input{height:40px;font-size:16px}
.search-field input::placeholder{font-size:11px}
.search-field button{width:42px;height:40px;flex-basis:42px}
.search-note{font-size:10px;margin-top:5px}
.search-results{font-size:13px;padding:14px 16px}
.entrances{padding-top:8px}
.entry-grid{grid-template-columns:1fr;gap:9px}
.entry{display:grid;grid-template-columns:36px minmax(0,1fr) 20px;gap:12px;min-height:78px;padding:10px 16px;text-align:left;border-radius:7px}
.entry-icon{margin:0}
.entry-icon svg{width:30px;height:30px}
.entry h3{font-size:17px;line-height:1.4}
.entry p{font-size:12px;line-height:1.55;margin-top:2px}
.entry-go{margin:0}
.entry-go svg{width:18px;height:18px}
.wishes{padding-top:20px;padding-bottom:17px}
.wishes h2,.about-strip h2{font-size:16px;margin-bottom:10px}
.chips{display:flex;flex-wrap:wrap;gap:7px}
.chips a{font-size:11px;min-height:36px;padding:6px 9px;gap:5px}
.about-strip{padding-top:15px;padding-bottom:17px}
.steps{gap:10px;grid-template-columns:1fr}
.steps li{gap:11px;border:0;padding:0;min-height:43px}
.step-icon{width:35px;height:35px;border-radius:6px}
.step-icon svg{width:24px;height:24px}
.steps h3{font-size:14px}
.steps p{font-size:12px;margin:0}
.site-footer{padding:16px 18px;gap:10px}
.footer-brand{font-size:17px}
.site-footer small{font-size:10px}
.site-footer nav{display:grid;grid-template-columns:1fr 1fr;gap:3px 12px;font-size:11px}
.site-footer nav a{min-height:35px;display:flex;align-items:center}
.home .site-footer nav a:not(:last-child){display:none}
.home .site-footer nav{display:block;order:initial;flex-basis:auto}
.home .site-footer nav a{min-height:36px}
.home .site-footer small{flex-basis:100%;text-align:center}
.eyebrow{font-size:11px}

.breadcrumbs{padding:18px 22px;font-size:10px}
.page-intro{padding-top:22px;padding-bottom:30px}
.page-intro h1{font-size:34px}
.page-intro .lead{font-size:18px}
.page-intro .description{font-size:15px}
.category-layout{display:block;margin:30px auto 45px;padding:0 22px}
.side-nav{position:static;margin-bottom:30px}
.side-nav strong{font-size:14px;margin-bottom:8px}
.side-nav .side-links{display:flex;flex-wrap:wrap;gap:0 18px}
.side-nav a{font-size:12px;padding:8px 0}
.category-content h2{font-size:23px}
.topic{padding:22px 0}
.topic summary{font-size:19px}
.topic .topic-body{font-size:15px}
.feature-link{padding:20px;font-size:19px}
.topic-list li{align-items:start;font-size:13px}
.preparing{flex-shrink:0;font-size:10px}
.note{padding:21px 20px}
.article{padding:0 22px 40px}
.article .page-intro h1{font-size:29px}
.article .page-intro .lead{font-size:19px}
.situation{margin:24px 0 32px}
.situation h2{font-size:14px}
.situation button{font-size:13px;padding:9px 12px}
.methods-heading h2{font-size:26px}
.methods-heading p{font-size:13px}
.method{grid-template-columns:1fr;gap:5px;padding:27px 0}
.method-number{font-size:30px}
.method h3{font-size:25px;margin-bottom:16px}
.method p,.method li{font-size:15px}
.method.emphasis{margin:10px -10px 0;padding:24px 18px}
.reflection{padding:15px 17px}
.reflection li{font-size:14px}
.safety{font-size:12px}
.source-links{font-size:11px}
}


@media(max-width:350px){.hero h1{font-size:31px}
.search-field input::placeholder{font-size:11px}
.entry h3{font-size:16px}
.chips a{font-size:10px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important}
}

@media print{.site-header,.site-footer,.situation,.back-link{display:none}
.article{max-width:none}
.method{break-inside:avoid}
body{background:white;color:black}
.method.emphasis{margin-inline:0}
}


/* Reference-led refinement: full-width landscape, overlapping choices,
   a single-line wish row, and a compact explanatory band. */
:root{--accent:#527b5b}
.site-header,.site-footer{max-width:1700px}
.site-header{min-height:78px;padding-block:12px}
.brand span{font-size:27px}.brand small{font-size:12px}
.brand svg{width:34px;height:38px}
.main-nav{font-size:15px;gap:28px}
.home .wrap{max-width:1624px}
.hero{min-height:408px;align-items:flex-start}
.hero-backdrop{object-position:50% 32%}
.hero:after{background:linear-gradient(90deg,rgba(255,255,250,.04),rgba(255,255,250,.76) 29%,rgba(255,255,250,.91) 50%,rgba(255,255,250,.76) 71%,rgba(255,255,250,.04))}
.hero-inner{max-width:1040px;padding:23px 28px 80px}
.hero h1{font-size:70px;letter-spacing:.1em;line-height:1.25}
.hero-tagline{font-size:25px;letter-spacing:.04em;margin-top:4px}
.hero-description{font-size:17px;line-height:1.65;margin-top:13px}
.mobile-break{display:none}
.search-area{max-width:800px;margin-top:18px}
.search-field{padding:5px 7px 5px 25px;gap:18px;border-radius:38px}
.search-symbol{display:flex;color:#294b5b}
.search-symbol svg{width:26px;height:26px}
.search-field input{height:49px;font-size:17px}
.search-field input::placeholder{font-size:16px}
.search-field button{flex-basis:116px;width:116px;height:49px;border-radius:30px;font-size:18px;background:#497c64}
.search-field button:hover{background:#38614d}
.search-note{font-size:12px;margin-top:5px}
.entrances{position:relative;z-index:1;margin-top:-72px;padding-top:0}
.entry-grid{gap:18px;padding:6px;background:#fff;border-radius:17px}
.entry{min-height:220px;padding:20px 18px 15px;border-radius:12px}
.entry-icon{margin-bottom:10px}.entry-icon svg{width:42px;height:42px}
.entry h3{font-size:25px;letter-spacing:.01em}
.entry p{font-size:15px;line-height:1.7;margin-top:8px}
.entry-go{margin-top:10px}.entry-go svg{width:23px;height:23px}
.home:has(.search-results:not([hidden])) .entrances{margin-top:18px}
.wishes{padding-top:19px;padding-bottom:27px}
.wishes h2,.about-strip h2{font-size:24px;margin-bottom:12px}
.chips{display:flex;flex-wrap:wrap;gap:10px}
.chips a{font-size:14px;min-height:44px;padding:9px 17px;gap:0}
.chips a span{display:none}
.about-strip{background:#f3f6ef;border:0;padding:27px 0}
.about-inner{display:grid;grid-template-columns:1.55fr 3fr;align-items:center;gap:32px}
.about-copy p{font-size:14px;line-height:1.75}
.about-copy h2{margin-bottom:10px}
.steps{gap:0}
.steps li{border-right:0;border-left:1px solid #dce5dc;padding:12px 14px 12px 27px;gap:16px;align-items:center}
.steps li:last-child{border-left:1px solid #dce5dc}
.step-icon{width:43px;height:48px;background:none!important;border:0;border-radius:0}
.step-icon svg{width:39px;height:39px}
.steps h3{font-size:23px;white-space:nowrap;font-family:var(--serif)}
.step-number{font-family:var(--sans);font-size:11px;color:#576b74;vertical-align:middle;margin-right:3px}
.steps p{font-size:14px;line-height:1.7;margin-top:3px}
.site-footer{position:relative;min-height:90px;padding:17px 28px;border:0;gap:25px}
.site-footer nav{font-size:13px;gap:4px 23px;align-items:center;justify-content:center}
.site-footer nav a,.footer-disclosure summary{min-height:36px;display:flex;align-items:center}
.site-footer small{font-size:12px}
.footer-brand span{font-size:25px}.footer-brand small{font-size:11px;color:var(--ink)}
.footer-disclosure summary{cursor:pointer;list-style:none;white-space:nowrap;text-decoration:none}
.footer-disclosure summary::-webkit-details-marker{display:none}
.footer-disclosure[open] summary{color:#38614d;text-decoration:underline;text-underline-offset:4px}
.footer-notice{position:absolute;bottom:calc(100% - 6px);left:20px;right:20px;z-index:4;max-width:740px;margin:auto;padding:25px 28px;border:1px solid #cddbd1;border-radius:12px;background:#fff;box-shadow:0 5px 28px #243b4524;line-height:1.85;font-size:15px}
.footer-notice h2{font-size:21px;margin-bottom:12px}
@media(max-width:1500px) and (min-width:701px){
.home .wrap{max-width:1320px}.site-header,.site-footer{max-width:1400px}
.main-nav{font-size:14px;gap:20px}.hero{min-height:365px}.hero-inner{padding-top:19px;padding-bottom:75px}.hero h1{font-size:59px}.hero-tagline{font-size:22px}.hero-description{font-size:15px;margin-top:9px}.search-area{margin-top:13px;max-width:720px}.search-field input{height:44px}.search-field button{height:44px}
.entrances{margin-top:-58px}.entry{min-height:189px;padding:16px 12px 12px}.entry h3{font-size:22px}.entry p{font-size:14px}.entry-icon svg{width:34px;height:34px}.entry-icon{margin-bottom:7px}.entry-go{margin-top:6px}
.wishes{padding-top:15px;padding-bottom:19px}.wishes h2,.about-strip h2{font-size:21px}.chips{gap:8px}.chips a{font-size:13px;padding:7px 12px;min-height:40px}.about-strip{padding-block:21px}.about-inner{gap:20px;grid-template-columns:1.45fr 3fr}.about-copy p{font-size:13px}.steps li{gap:10px;padding-left:17px;padding-right:10px}.steps h3{font-size:20px}.steps p{font-size:12px}.step-icon{width:33px}.step-icon svg{width:31px;height:31px}.site-footer nav{font-size:12px;gap:4px 15px}.footer-brand span{font-size:21px}.site-footer{gap:15px}.brand span{font-size:24px}}
@media(max-width:1050px) and (min-width:701px){
.main-nav{font-size:12px;gap:12px}.brand span{font-size:21px}.brand small{font-size:10px}.site-header{padding-inline:22px}.home .wrap{padding-inline:22px}.entry h3{font-size:18px}.entry p{font-size:12px}.about-inner{grid-template-columns:1fr;gap:18px}.about-copy p br{display:none}.steps li{border-left:0}.steps li:last-child{border-left:0}.site-footer nav{order:3;flex-basis:100%}.site-footer{flex-wrap:wrap}}
@media(max-width:700px){
.site-header{min-height:66px;padding:9px 17px}.brand span{font-size:22px}.brand small{font-size:10px}.brand svg{width:27px;height:33px}.main-nav{font-size:14px;gap:0 12px}
.home .wrap{padding-inline:17px}.hero{min-height:0}.hero-backdrop{height:170px;object-position:50% 15%}.hero:after{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.1) 45px,rgba(255,255,255,.91) 102px,#fff 170px)}
.hero-inner{padding:80px 17px 18px;max-width:480px}.hero h1{font-size:36px}.hero-tagline{font-size:17px;margin-top:5px}.hero-description{font-size:14px;line-height:1.8;margin-top:13px}.mobile-break{display:block}.search-area{margin-top:15px}.search-field{gap:7px;padding:4px 5px 4px 12px}.search-symbol{display:none}.search-field input{height:44px;font-size:16px}.search-field input::placeholder{font-size:11px}.search-field button{flex-basis:55px;width:55px;height:44px;font-size:15px}.search-note{font-size:11px;margin-top:7px}
.entrances{margin-top:0;padding-top:0}.entry-grid{padding:0;gap:10px}.entry{min-height:89px;grid-template-columns:34px minmax(0,1fr) 21px;gap:14px;padding:12px 16px;border-radius:8px}.entry-icon{margin:0}.entry-icon svg{width:33px;height:33px}.entry h3{font-size:19px}.entry p{font-size:13px;line-height:1.65;margin-top:3px}.entry-go{margin:0}.entry-go svg{width:21px;height:21px}
.wishes{padding-top:22px;padding-bottom:24px}.wishes h2,.about-strip h2{font-size:20px;margin-bottom:12px}.chips{gap:8px}.chips a{font-size:12px;min-height:44px;padding:7px 11px}
.about-strip{padding:23px 0}.about-inner{grid-template-columns:1fr;gap:19px}.about-copy p{font-size:14px}.about-copy p br{display:none}.steps{gap:15px}.steps li,.steps li:last-child{border:0;padding:0;gap:13px}.step-icon{width:35px;height:40px}.step-icon svg{width:31px;height:31px}.steps h3{font-size:20px}.steps p{font-size:13px}.step-number{font-size:11px}
.site-footer{padding:21px 17px 17px;gap:15px;display:flex;flex-wrap:wrap}.footer-brand span{font-size:22px}.footer-brand small{font-size:10px}.site-footer nav,.home .site-footer nav{display:flex;flex-basis:100%;order:2;justify-content:flex-start;gap:0 17px;font-size:12px}.site-footer nav a,.home .site-footer nav a:not(:last-child),.home .site-footer nav a,.footer-disclosure summary{display:flex;min-height:44px}.site-footer>small,.home .site-footer>small{order:3;text-align:left;font-size:11px;flex-basis:100%}.footer-notice{left:12px;right:12px;padding:20px;font-size:14px}.footer-notice h2{font-size:20px}
}
@media(max-width:350px){.hero h1{font-size:31px}.hero-description{font-size:13px}.entry h3{font-size:17px}.entry p{font-size:12px}.search-field input::placeholder{font-size:10px}.chips a{font-size:11px}}

/* Final reference: compact desktop rhythm and explicit header search. */
.main-nav{gap:24px}
.main-nav .header-search{justify-content:center;width:44px;flex-shrink:0}
.main-nav .header-cta{padding:0 23px;border-radius:26px;background:#497c64;color:#fff;justify-content:center;white-space:nowrap}
.main-nav .header-cta:hover{background:#38614d}
@media(min-width:1501px){
.site-header{min-height:74px;padding-block:10px}
.hero{min-height:390px}.hero-inner{padding-bottom:60px}.entrances{margin-top:-50px}
.entry{min-height:214px;padding-block:15px 12px}
.entry-go{width:82%;border-top:1px solid var(--line);justify-content:center;padding-top:8px;margin-top:8px}
.wishes{padding-top:15px;padding-bottom:22px}
.about-strip{padding-block:20px}.about-copy p{line-height:1.65}
.site-footer{min-height:82px;padding-block:13px}
}
@media(min-width:701px) and (max-width:1500px){.main-nav{gap:15px}.main-nav .header-cta{padding-inline:16px;font-size:13px}.main-nav .header-search{width:30px}.entry-go{width:80%;border-top:1px solid var(--line);justify-content:center;padding-top:6px}}
@media(min-width:701px) and (max-width:1100px){.site-header{gap:12px}.brand span{font-size:20px}.main-nav{font-size:11px;gap:10px}.main-nav .header-cta{font-size:11px;padding-inline:11px}.main-nav .header-search{display:none}}
@media(max-width:700px){.main-nav{gap:0 12px}.main-nav .header-search{width:100%}.main-nav .header-cta{font-size:13px;margin-block:6px}.entry-go{border:0;width:auto;padding:0}}

/* PC-only height finish. Keep widths, typography and mobile rules unchanged. */
@media(min-width:1101px){
.home .chips{row-gap:5px}
.home .chips::after{content:"";flex-basis:100%;height:0;order:1}
.home .chips a:nth-child(n+5){order:2}
}
@media(min-width:1501px){
.home .hero{min-height:350px}
.home .hero-inner{padding-top:9px;padding-bottom:44px}
.home .hero-description{margin-top:9px}
.home .search-area{margin-top:12px}
.home .entrances{margin-top:-34px}
.home .entry{min-height:194px;padding-top:5px;padding-bottom:2px}
}
@media(min-width:1101px) and (max-width:1500px){
.home .hero{min-height:325px}
.home .hero-inner{padding-top:5px;padding-bottom:59px}
.home .hero-description{margin-top:5px}
.home .search-area{margin-top:7px}
.home .entrances{margin-top:-42px}
.home .entry{min-height:169px;padding-top:6px;padding-bottom:2px}
}

/* Reusable consultation comparison page. All layout overrides are scoped. */
.consultation-page{--accent:#bc3f66;--tint:#fff0f3;--line:#f0dbe2;background:#fff9f9;color:#153347}
.consultation-page main{background:linear-gradient(145deg,#fff4f6,#fffafa 48%,#fff5f7)}
.consultation-page .site-header,.consultation-page .site-footer{background:#fff;max-width:1600px}
.consultation-page .breadcrumbs{max-width:1500px;padding:13px 28px;font-size:12px}
.consultation-layout{max-width:1500px;margin:auto;padding:0 28px 20px}
.consultation-hero{position:relative;text-align:center;padding:17px 160px 27px}
.return-link{position:absolute;left:0;top:19px;color:var(--accent);font-size:16px;font-weight:700;text-decoration:none;min-height:44px;display:flex;align-items:center}
.consultation-kicker{display:flex;align-items:center;gap:18px;text-align:left;max-width:800px;margin:0 auto 8px;color:var(--accent);font-size:18px;font-weight:700}
.consultation-kicker:after{content:"";height:1px;width:100px;background:var(--accent)}
.consultation-hero h1{font-family:var(--serif);font-size:clamp(40px,3.8vw,66px);font-weight:700;letter-spacing:.04em;white-space:nowrap;line-height:1.4}
.consultation-tagline{font-family:var(--serif);font-size:29px;font-weight:700;margin-top:2px;letter-spacing:.025em}
.consultation-description{font-size:17px;line-height:1.8;margin-top:13px}
.consultation-circle{position:absolute;right:0;top:11px;display:flex;align-items:center;justify-content:center;width:164px;height:164px;background:#fce0e7;color:#b53359;border-radius:50%;font-size:22px;font-weight:700;line-height:1.6}
.consultation-guide{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:23px;padding:18px 25px;background:#fff4f6;border:1px solid #f4dce3;border-radius:15px;box-shadow:0 1px 5px #bc3f6608}
.consultation-guide>svg{width:58px;height:58px;color:var(--accent)}
.consultation-guide h2{font-size:24px;color:var(--accent);letter-spacing:0;margin-bottom:2px}
.consultation-guide p{font-size:16px;line-height:1.7}
.consultation-button{display:flex;align-items:center;justify-content:center;gap:27px;min-height:50px;padding:10px 30px;border:1px solid var(--accent);border-radius:30px;font-size:18px;font-weight:700;color:var(--accent);text-decoration:none;white-space:nowrap;background:#fffbfc}
.consultation-button:hover{background:#fce6ee}
.consultation-button span{font-size:31px;line-height:1}
.situation-disclosure,.related-disclosure{margin-top:9px;color:var(--accent)}
.situation-disclosure>summary,.related-disclosure>summary{font-size:13px;cursor:pointer;min-height:36px;padding:5px 13px}
.situation-disclosure[open],.related-disclosure[open]{padding:9px 15px 18px;background:#fff;border:1px solid var(--line);border-radius:9px}
.consultation-page .situation{margin:10px 0 0;color:#153347}
.consultation-page .situation button{font-size:14px;min-height:44px}
.consultation-page .situation h2{font-size:18px}
.choice-heading{padding:5px 50px 18px;text-align:center}
.choice-heading h2{display:flex;align-items:center;justify-content:center;gap:9px;font-family:var(--serif);font-size:32px;letter-spacing:0}
.choice-heading h2:before,.choice-heading h2:after{content:"";flex:1;height:1px;background:#c75579;margin:0 22px}
.choice-heading h2 strong{font-size:51px;color:var(--accent);line-height:1.3}
.choice-heading p{font-size:16px;margin-top:7px}
.choice-list{display:grid;gap:12px}
.choice-card{--choice-color:#b83e65;--choice-tint:#fae0e8;background:#fff;border-radius:15px;overflow:hidden;border:0;scroll-margin-top:20px}
.choice-blue{--choice-color:#147da9;--choice-tint:#dbf0fb}
.choice-green{--choice-color:#2c8149;--choice-tint:#e0efdd}
.choice-gold{--choice-color:#a56709;--choice-tint:#fff0c8}
.choice-purple{--choice-color:#8651a8;--choice-tint:#eee1f5}
.choice-row{display:grid;grid-template-columns:220px minmax(0,1.22fr) minmax(0,1fr);min-height:183px;background:var(--choice-color);list-style:none;cursor:pointer;color:#fff}
.choice-row::-webkit-details-marker{display:none}
.choice-row:focus-visible{outline:3px solid #153347;outline-offset:-5px}
.choice-identity{display:flex;align-items:center;justify-content:center;gap:20px;position:relative;padding:15px 17px}
.choice-identity:after{content:"";position:absolute;right:0;top:24px;bottom:24px;width:1px;background:#ffffff80}
.choice-number{font-family:Georgia,serif;font-size:62px;line-height:1;font-style:italic}
.choice-identity svg{width:73px;height:73px;stroke-width:1.35}
.choice-copy{display:flex;flex-direction:column;justify-content:center;padding:17px 25px}
.choice-copy h3{font-family:var(--serif);font-size:32px;line-height:1.3;font-weight:700;letter-spacing:0;margin-bottom:9px;color:#fff}
.choice-copy h3 small{display:block;font-size:.72em;font-weight:700;margin-top:3px}
.choice-copy p{font-size:15px;line-height:1.55;color:#fff}
.choice-fit{display:flex;align-items:center;justify-content:space-between;gap:18px;background:var(--choice-tint);color:#17364a;padding:18px 23px 18px 27px}
.fit-heading{font-size:17px;font-weight:700;line-height:1.6}
.choice-fit ul{list-style:none;padding:0;margin:9px 0 0}
.choice-fit li{position:relative;padding-left:27px;font-size:15px;line-height:1.7;margin:3px 0}
.choice-fit li:before{content:"✓";position:absolute;left:0;top:4px;display:grid;place-items:center;width:18px;height:18px;color:#fff;background:var(--choice-color);font-size:14px;font-weight:700;border-radius:3px;line-height:1}
.choice-action{flex-shrink:0;display:flex;align-items:center;gap:12px;color:var(--choice-color)}
.choice-arrow{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#fff;font-size:43px;font-family:Arial,sans-serif;line-height:1;padding-bottom:5px}
.choice-action-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.choice-card[open] .choice-arrow{transform:rotate(90deg)}
.choice-card[open]{box-shadow:inset 0 0 0 1px var(--line)}
.choice-detail{padding:25px 40px 29px;max-width:1080px;margin:auto;font-size:16px;line-height:1.95;color:#263c48}
.choice-detail p+p{margin-top:14px}
.choice-detail .micro-heading{font-weight:700;color:var(--choice-color);margin-top:22px}
.choice-detail .reflection{background:var(--choice-tint)}
.choice-detail .example{border-color:var(--choice-color);background:#fcf9f7}
.choice-detail .note h3{font-size:20px;color:#263c48}
.choice-detail details{margin-top:17px}
.choice-detail details>summary{font-weight:700;cursor:pointer;padding:8px 0;min-height:44px;color:var(--choice-color)}
.reading-guide{margin-top:19px}
.consultation-page .detail-links{margin-top:5px}
.consultation-safety{font-size:13px;margin-top:12px;padding:6px 0;color:#566571}
.consultation-safety a{color:var(--accent)}
@media(min-width:1101px) and (max-width:1450px){
.choice-row{grid-template-columns:175px minmax(0,1.22fr) minmax(0,1fr);min-height:190px}
.choice-identity{gap:12px;padding-inline:14px}.choice-number{font-size:55px}.choice-identity svg{width:58px;height:58px}
.choice-copy{padding-inline:21px}.choice-copy h3{font-size:28px}.choice-copy p{font-size:14px}
.choice-fit{padding-inline:21px;gap:12px}.fit-heading{font-size:15px}.choice-fit li{font-size:14px}.choice-arrow{width:45px;height:45px}
.consultation-hero{padding-inline:145px}.consultation-hero h1{font-size:52px}.consultation-circle{width:145px;height:145px;font-size:20px}.return-link{font-size:14px}
.consultation-guide h2{font-size:22px}.consultation-guide p{font-size:14px}.consultation-button{font-size:16px;padding-inline:23px}
}
@media(min-width:701px) and (max-width:1100px){
.consultation-hero{padding:20px 0 25px}.consultation-kicker{justify-content:center}.return-link{position:static;margin-bottom:8px}.consultation-circle{display:none}.consultation-hero h1{font-size:45px}.consultation-description{font-size:15px}
.consultation-guide{grid-template-columns:45px 1fr;gap:15px;padding:17px}.consultation-guide>svg{width:45px;height:45px}.consultation-guide h2{font-size:21px}.consultation-guide p{font-size:14px}.consultation-button{grid-column:2;justify-self:start;font-size:15px;min-height:44px;padding:6px 20px}
.choice-row{grid-template-columns:135px minmax(0,1fr) minmax(0,1fr);min-height:220px}.choice-identity{gap:10px;flex-direction:column}.choice-number{font-size:45px}.choice-identity svg{width:55px;height:55px}.choice-copy{padding:16px}.choice-copy h3{font-size:25px}.choice-copy p{font-size:14px}.choice-copy p br{display:none}.choice-fit{padding:16px;gap:10px}.fit-heading{font-size:14px}.choice-fit li{font-size:13px}.choice-arrow{width:35px;height:35px;font-size:31px}.choice-heading{padding-inline:0}.choice-heading h2{font-size:27px}.choice-heading p{font-size:14px}
}
@media(max-width:700px){
.consultation-page .breadcrumbs{padding:12px 17px;font-size:10px}.consultation-layout{padding:0 16px 20px}
.consultation-hero{padding:4px 0 24px;text-align:left}.return-link{position:static;font-size:13px;min-height:40px;margin-bottom:8px}.consultation-kicker{font-size:14px;margin-bottom:9px;gap:13px}.consultation-kicker:after{width:60px}
.consultation-hero h1{font-size:30px;white-space:normal;letter-spacing:0;line-height:1.5;padding-right:0}.consultation-tagline{font-size:21px;margin-top:9px}.consultation-description{font-size:14px;margin-top:12px;line-height:1.9}.consultation-description br{display:none}.consultation-circle{position:static;width:auto;height:auto;background:#fce5ec;border-radius:5px;font-size:13px;display:inline-block;padding:7px 12px;margin-top:15px}.consultation-circle br{display:none}
.consultation-guide{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:16px 14px;border-radius:10px}.consultation-guide>svg{width:35px;height:35px;align-self:start;margin-top:3px}.consultation-guide h2{font-size:18px;line-height:1.65}.consultation-guide p{font-size:13px;line-height:1.85}.consultation-button{grid-column:1/-1;min-height:46px;font-size:15px;padding:8px 17px;gap:18px}.consultation-button span{font-size:27px}
.situation-disclosure>summary,.related-disclosure>summary{font-size:12px;min-height:44px;padding:9px 5px}.consultation-page .situation h2{font-size:16px}.consultation-page .situation button{font-size:13px}.situation-disclosure[open],.related-disclosure[open]{padding:8px 12px 15px}
.choice-heading{padding:3px 0 17px}.choice-heading h2{font-size:23px;gap:4px;white-space:nowrap}.choice-heading h2 strong{font-size:39px}.choice-heading h2:before,.choice-heading h2:after{margin:0 5px;min-width:0}.choice-heading p{font-size:13px;line-height:1.8;margin-top:8px;text-align:left}
.choice-list{gap:15px}.choice-card{border-radius:11px}.choice-row{grid-template-columns:1fr;min-height:0}.choice-identity{justify-content:flex-start;gap:19px;padding:15px 19px 0}.choice-identity:after{display:none}.choice-number{font-size:43px}.choice-identity svg{width:47px;height:47px}.choice-copy{padding:11px 19px 18px}.choice-copy h3{font-size:27px;line-height:1.4;margin-bottom:10px}.choice-copy h3 small{font-size:20px}.choice-copy p{font-size:14px;line-height:1.8}.choice-copy p br{display:none}
.choice-fit{display:block;padding:17px 19px}.fit-heading{font-size:16px}.choice-fit li{font-size:14px;line-height:1.85;margin:4px 0}.choice-fit li:before{top:5px}.choice-action{justify-content:flex-end;margin-top:12px;font-size:14px;font-weight:700;min-height:44px}.choice-action-label{position:static;clip:auto;width:auto;height:auto;overflow:visible}.choice-arrow{width:43px;height:43px;font-size:34px}
.choice-detail{padding:19px;font-size:15px}.choice-detail .reflection{padding:16px}.choice-detail .note{padding:18px}.choice-detail .note h3{font-size:18px}.reading-guide{margin-top:20px}.consultation-safety{font-size:12px;line-height:1.9}
}

/* Keep the five desktop options equally weighted. */
@media(min-width:1451px){.choice-row{min-height:196px}}
/* Reusable method detail layout: reading, comparing, taking a small step. */
.method-detail-layout{max-width:1440px;margin:auto;padding:0 32px 36px;color:#17364a;font-size:16px;line-height:1.85}
.method-detail-hero{padding:10px 0 30px}.detail-back{display:inline-flex;align-items:center;min-height:44px;color:#a93660;font-size:14px;font-weight:700}.detail-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;margin-top:12px}.detail-eyebrow{font-size:15px;font-weight:700;color:#a93660;letter-spacing:.08em}.method-detail-hero h1{font-family:var(--serif);font-size:56px;line-height:1.4;margin:12px 0}.detail-subtitle{font-family:var(--serif);font-size:26px;font-weight:700}.detail-intro{border-left:1px solid #ead4dc;padding-left:32px}.detail-intro p+p{margin-top:9px}
.detail-section{padding:27px 0;border-top:1px solid #eadce0}.step-heading{display:flex;align-items:center;gap:18px;margin-bottom:18px}.step-heading>span{color:#a93660;font-size:13px;font-weight:700;letter-spacing:.08em;flex-shrink:0}.step-heading h2{font-family:var(--serif);font-size:27px;line-height:1.5;margin:0}.step-heading svg{width:30px;height:30px;color:#a93660;flex-shrink:0}.detail-note{font-size:13px;color:#596975;margin-top:10px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.state-checks{border:0;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.state-checks label{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e5d5db;border-radius:9px;padding:12px 16px;cursor:pointer;min-height:54px}.state-checks input{accent-color:#aa3a63;width:20px;height:20px;flex-shrink:0}.state-checks label:has(input:checked){background:#fae5ed;border-color:#b8426b}.state-checks label:focus-within{outline:2px solid #17364a;outline-offset:2px}
.detail-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.detail-point{padding:20px 23px;border:1px solid #eadce0;border-radius:12px;background:#fff}.detail-number{font-family:Georgia,serif;font-size:27px;color:#a93660;font-style:italic;line-height:1.4}.detail-point h3,.conversation-order h3{font-size:19px;line-height:1.65;margin:7px 0 10px}.point-takeaway{border-top:1px solid #f0e1e6;padding-top:11px;margin-top:14px;color:#943456}.section-intro{margin-bottom:16px;color:#465e6c}
.phrase-list{display:grid;gap:10px}.phrase-pair{display:grid;grid-template-columns:minmax(0,1fr) 44px minmax(0,1.5fr);align-items:stretch;border:1px solid #eadce0;background:#fff;border-radius:10px;overflow:hidden}.phrase-pair>div{padding:16px 22px}.phrase-pair>div>span{display:block;font-size:13px;font-weight:700;color:#61717b;margin-bottom:5px}.phrase-pair .phrase-better{background:#f9eaf0}.phrase-pair .phrase-better>span{color:#a93660}.phrase-arrow{align-self:center;text-align:center;color:#a93660;font-size:24px}.phrase-pair p{font-size:17px;line-height:1.8}
.conversation-order{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}.conversation-order li{position:relative;border-top:3px solid #ca7895;padding:16px 20px;background:#fff;border-radius:0 0 10px 10px}.conversation-order li:not(:last-child):after{content:'→';position:absolute;right:-29px;top:50%;color:#a93660;font-size:23px}.conversation-order p{color:#92385a}.small-start{background:#f8eaf0;border-radius:12px;padding:24px;margin:12px 0 22px;border:0}.small-actions{padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:17px}.small-actions li{background:#fff;padding:12px 16px;border-radius:7px}.small-actions li:before{content:'✓';color:#a93660;margin-right:10px}
.alternative-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin:21px 0 10px}.alternative-card{position:relative;background:#fff;border:1px solid #e5d5db;border-radius:10px;padding:18px 19px 44px}.alternative-card h3{font-size:18px;line-height:1.6;margin:7px 0 10px}.alternative-card h3 span{display:block;font-size:14px}.alternative-card p{font-size:15px;color:#536874}.alternative-arrow{position:absolute;right:20px;bottom:13px;color:#a93660;font-size:23px}.alternative-card:hover{border-color:#aa3a63;background:#fff8fa}.detail-safety{border-top:1px solid #e5d5db;padding-top:20px;font-size:14px;color:#566571}.detail-safety a{color:#a93660;text-decoration:underline;display:inline-block;padding-top:6px}.choice-arrow[href]{text-decoration:none}.choice-arrow[href]:focus-visible{outline:3px solid #17364a;outline-offset:4px}
@media(max-width:1100px){.detail-hero-grid{gap:28px}.method-detail-hero h1{font-size:43px}.detail-subtitle{font-size:21px}.state-checks{grid-template-columns:1fr 1fr}.detail-three{gap:12px}.detail-point{padding:17px}.alternative-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.method-detail-layout{padding:0 17px 28px;font-size:16px}.detail-hero-grid{grid-template-columns:1fr;gap:20px;margin-top:8px}.method-detail-hero{padding-bottom:24px}.method-detail-hero h1{font-size:35px;margin:9px 0}.detail-subtitle{font-size:20px}.detail-intro{padding-left:0;border-left:0}.detail-eyebrow{font-size:13px}.detail-section{padding:23px 0}.step-heading{display:block;margin-bottom:15px}.step-heading>span{display:block;margin-bottom:5px}.step-heading h2{font-size:23px}.state-checks,.detail-three,.conversation-order,.alternative-grid,.small-actions{grid-template-columns:1fr}.state-checks label{padding:12px;font-size:15px}.detail-point{padding:19px}.phrase-pair{grid-template-columns:1fr}.phrase-pair>div{padding:15px 17px}.phrase-arrow{transform:rotate(90deg);height:32px;line-height:32px}.phrase-pair p{font-size:16px}.conversation-order{gap:30px}.conversation-order li:not(:last-child):after{content:'↓';top:auto;bottom:-30px;right:50%;font-size:22px}.small-start{padding:20px 16px}.small-actions li{padding:12px}.alternative-grid{gap:12px}.alternative-card{padding:16px 18px 35px}.other-methods .step-heading svg{margin-bottom:8px}.detail-safety{font-size:13px}}
/* Method detail desktop canvas. Slots can be reused or omitted by future methods. */
@media(min-width:1200px){
.method-detail-page .breadcrumbs{max-width:1740px;padding-top:8px;padding-bottom:8px}
.method-detail-layout{max-width:1740px;padding:0 24px 14px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:24px;line-height:1.6}
.method-detail-layout>header,.method-detail-layout>section,.method-detail-layout>aside{grid-column:1/-1;min-width:0}
.method-detail-layout>.method-slot-start{grid-column:span 4}.method-detail-layout>.method-slot-preparation{grid-column:span 8}.method-detail-layout>.method-slot-flow{grid-column:span 7}.method-detail-layout>.method-slot-action{grid-column:span 5}
.method-detail-hero{padding:0 0 14px}.detail-back{min-height:28px}.detail-hero-grid{gap:32px;margin-top:3px;grid-template-columns:.85fr 1.15fr}.method-detail-hero h1{font-size:46px;line-height:1.2;margin:5px 0}.detail-subtitle{font-size:23px}.detail-intro{padding-left:24px;font-size:16px;line-height:1.6}.detail-intro p+p{margin-top:4px}.detail-eyebrow{font-size:14px}
.detail-section{padding:13px 0}.step-heading{gap:12px;margin-bottom:10px}.step-heading h2{font-size:23px;line-height:1.4}.step-heading>span{font-size:12px}.state-section .step-heading{display:block}.state-section .step-heading>span{display:block;margin-bottom:3px}
.state-checks{grid-template-columns:1fr;gap:4px}.state-checks label{min-height:30px;padding:3px 10px;font-size:16px;border-radius:6px;gap:9px}.state-checks input{width:18px;height:18px}.detail-note{font-size:13px;line-height:1.5;margin-top:6px}
.detail-three{gap:12px}.detail-point{padding:10px 13px;border-radius:8px}.detail-number{font-size:23px}.detail-point h3{font-size:17px;line-height:1.45;margin:3px 0 7px}.detail-point p{font-size:16px;line-height:1.6}.point-takeaway{margin-top:8px;padding-top:8px}
.section-intro{font-size:15px;margin-bottom:9px}.phrase-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.phrase-pair{grid-template-columns:1fr;grid-template-rows:auto 20px 1fr}.phrase-pair>div{padding:8px 14px}.phrase-pair>div>span{font-size:13px;margin-bottom:2px}.phrase-pair p{font-size:16px;line-height:1.6}.phrase-arrow{transform:rotate(90deg);font-size:20px;line-height:20px}.phrase-pair .phrase-better{padding-top:7px;padding-bottom:9px}
.conversation-order{gap:26px;margin:0}.conversation-order li{padding:8px 12px;border-top-width:2px}.conversation-order h3{font-size:17px;line-height:1.45;margin:3px 0 7px}.conversation-order p{font-size:16px;line-height:1.6}.conversation-order li:not(:last-child):after{right:-22px;font-size:20px}.small-start{padding:13px 15px;margin:0;border-top:1px solid #eadce0;border-radius:8px}.small-start>p{font-size:15px}.small-actions{grid-template-columns:1fr;gap:3px;margin-top:8px}.small-actions li{padding:3px 10px;font-size:16px}
.other-methods{padding:13px 0 7px}.other-methods>.step-heading{margin-bottom:5px}.other-methods>p{font-size:15px;line-height:1.6}.other-methods>p br{display:none}.alternative-grid{gap:12px;margin:9px 0 3px}.alternative-card{padding:8px 28px 8px 12px;display:grid;grid-template-columns:29px 1fr;column-gap:6px;align-content:start;text-decoration:none}.alternative-card .detail-number{grid-row:1/3;font-size:21px}.alternative-card h3{font-size:16px;line-height:1.4;margin:2px 0 3px}.alternative-card h3 span{display:inline;font-size:14px}.alternative-card p{font-size:14px;line-height:1.5}.alternative-arrow{right:9px;bottom:8px;font-size:20px}.other-methods>.detail-back{font-size:13px;min-height:24px}
.detail-safety{padding-top:8px;font-size:13px;line-height:1.5}.detail-safety a{padding-top:2px}.method-detail-page .site-footer{min-height:64px;padding-top:10px;padding-bottom:10px}
}
@media(min-width:1200px){
.method-detail-layout .detail-section{padding-top:7px;padding-bottom:7px}
.method-detail-layout .small-start{padding:7px 15px}
.method-detail-layout .method-detail-hero{padding-bottom:8px}
.method-detail-layout .step-heading{margin-bottom:7px}
.method-detail-layout .other-methods{padding-bottom:3px}
}
@media(min-width:1200px){.method-detail-layout .method-detail-hero{padding-bottom:0}}
/* Search-led homepage: all selectors scoped to the new homepage. */
.purpose-home{background:#fdfcf9;color:#213c49}.purpose-home .site-header,.purpose-home .site-footer{max-width:1680px;margin:auto}.purpose-home .site-header{border-bottom:1px solid #e8ece7}.search-home-wrap{max-width:1500px;margin:auto;padding:0 30px}.purpose-hero{text-align:center;padding:30px 0 18px}.purpose-eyebrow{color:#5b7a69;font-size:14px;letter-spacing:.1em}.purpose-hero h1{font-size:46px;line-height:1.35;letter-spacing:.04em;font-family:var(--serif);margin:8px 0 10px}.purpose-intro{font-size:16px;color:#5b6e76}.purpose-search-box{display:flex;align-items:center;gap:16px;background:#fff;border:2px solid #699582;box-shadow:0 5px 22px #335b4a0d;border-radius:18px;padding:9px 10px 9px 23px;max-width:920px;margin:22px auto 0;min-height:78px}.purpose-search-box>svg{width:27px;height:27px;color:#52816b;flex-shrink:0}.purpose-search-box input{font:inherit;font-size:20px;border:0;min-width:0;flex:1;background:transparent;color:#213c49;padding:8px 0;outline-offset:4px}.purpose-search-box input::placeholder{color:#7b898d}.purpose-search-box button{display:flex;align-items:center;justify-content:center;gap:13px;background:#467762;color:#fff;border:0;border-radius:12px;min-height:56px;padding:10px 24px;font:inherit;font-size:17px;font-weight:700;cursor:pointer}.purpose-search-box button svg{width:22px;height:22px}.purpose-private{font-size:12px;color:#738079;margin-top:7px}
.purpose-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:5px 0 24px}.purpose-advice{--purpose-bg:#fcebf0;--purpose-ink:#9e3c62;--purpose-border:#efd1dc}.purpose-know{--purpose-bg:#eaf4fc;--purpose-ink:#316e99;--purpose-border:#cfdfed}.purpose-choose{--purpose-bg:#edf5e9;--purpose-ink:#497449;--purpose-border:#d4e3cc}.purpose-start{--purpose-bg:#fff4d9;--purpose-ink:#8c691c;--purpose-border:#e9dab0}.purpose-card{display:flex;align-items:center;gap:13px;padding:17px 18px;border-radius:12px;background:var(--purpose-bg);text-decoration:none;color:var(--purpose-ink);border:1px solid transparent}.purpose-card>svg{width:33px;height:33px;flex-shrink:0}.purpose-card h2{font-size:21px;line-height:1.5;margin:0 0 3px}.purpose-card p{font-size:13px;line-height:1.7;color:#435864}.purpose-card>span{margin-left:auto}.purpose-card:hover{border-color:var(--purpose-ink)}
.examples-heading{display:flex;align-items:baseline;gap:20px}.examples-heading h2{font-size:25px;font-family:var(--serif)}.examples-heading p{font-size:14px;color:#657681}.examples-note{font-size:13px;color:#6c797e;margin:5px 0 13px}.example-group{display:grid;grid-template-columns:185px minmax(0,1fr);gap:18px;padding:13px 0;border-top:1px solid #e8e8e3;scroll-margin-top:16px}.example-label h3{font-size:17px;color:var(--purpose-ink);margin:0 0 3px}.example-label p{font-size:12px;line-height:1.6;color:#687a80}.example-chips{display:flex;flex-wrap:wrap;align-content:start;gap:7px}.example-chips button,#result-suggestions button{font:inherit;font-size:14px;line-height:1.5;min-height:34px;padding:6px 12px;border-radius:7px;background:var(--purpose-bg);color:var(--purpose-ink);border:1px solid var(--purpose-border);cursor:pointer}.example-chips button:hover,#result-suggestions button:hover{border-color:var(--purpose-ink)}.purpose-home button:focus-visible,.purpose-card:focus-visible{outline:3px solid #284e65;outline-offset:3px}.purpose-home button:disabled{cursor:default;opacity:.65}
.purpose-about{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 0;margin-top:12px;border-top:1px solid #dce5de}.purpose-about h2{font-family:var(--serif);font-size:23px;margin-bottom:5px}.purpose-about p{font-size:14px;line-height:1.8;color:#60727a}.purpose-about ol{list-style:none;display:flex;gap:25px;padding:0}.purpose-about li{display:flex;flex-direction:column;gap:5px;border-left:1px solid #dde5df;padding-left:20px}.purpose-about b{font-size:16px;color:#467762}.purpose-about span{font-size:12px;white-space:nowrap}.purpose-home .site-footer{border-top:1px solid #e8ece7}.purpose-results{background:#fff;border:1px solid #bed0c4;border-radius:12px;padding:20px;margin:0 0 22px;scroll-margin-top:15px}.purpose-results[hidden]{display:none}.purpose-results h2{font-size:21px;overflow-wrap:anywhere}.purpose-results #result-status{font-size:15px;margin:7px 0 12px}.purpose-results #result-links{display:flex;flex-wrap:wrap;gap:8px}.purpose-results #result-links a{padding:10px 15px;background:#f0f6f1;border:1px solid #d5e5d8;border-radius:7px;color:#365e4b;text-decoration:none}.purpose-results #result-suggestions p{font-size:14px;font-weight:700;margin:15px 0 7px}.purpose-results #result-suggestions button{margin:0 7px 7px 0}
@media(max-width:1100px){.purpose-card{padding:13px 10px;gap:8px}.purpose-card>svg{width:25px}.purpose-card h2{font-size:19px}.purpose-card p{font-size:12px}.purpose-about{display:block}.purpose-about ol{margin-top:16px}.example-group{grid-template-columns:155px 1fr;gap:12px}}
@media(max-width:700px){.search-home-wrap{padding:0 17px}.purpose-hero{padding:27px 0 15px}.purpose-eyebrow{font-size:12px;letter-spacing:.02em}.purpose-hero h1{font-size:30px;letter-spacing:0;margin:10px 0}.purpose-intro{font-size:14px;line-height:1.8;max-width:320px;margin:auto}.purpose-search-box{min-height:64px;border-radius:13px;gap:8px;padding:6px 6px 6px 10px;margin-top:19px}.purpose-search-box>svg{width:20px;height:20px}.purpose-search-box input{font-size:16px;width:100px}.purpose-search-box button{font-size:14px;min-height:48px;padding:8px 10px;gap:0;white-space:nowrap}.purpose-search-box button svg{display:none}.purpose-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:24px}.purpose-card{position:relative;align-items:start;padding:13px 11px;gap:8px}.purpose-card>svg{width:22px;height:22px;margin-top:3px}.purpose-card h2{font-size:18px}.purpose-card p{font-size:12px;line-height:1.7}.purpose-card>span{display:none}.examples-heading{display:block}.examples-heading h2{font-size:23px}.examples-heading p{margin-top:4px;font-size:13px}.examples-note{font-size:12px;line-height:1.75}.example-group{grid-template-columns:1fr;gap:10px;padding:15px 0}.example-label h3{font-size:18px}.example-label p{font-size:12px}.example-chips{gap:7px}.example-chips button{font-size:13px;min-height:42px;padding:8px 10px;max-width:100%;text-align:left}.purpose-about{padding:19px 0}.purpose-about h2{font-size:22px}.purpose-about p{font-size:13px}.purpose-about p br{display:none}.purpose-about ol{gap:10px;justify-content:space-between}.purpose-about li{padding-left:9px;gap:3px}.purpose-about b{font-size:14px}.purpose-about span{font-size:10px;white-space:normal}.purpose-results{padding:16px}.purpose-results h2{font-size:18px}.purpose-results #result-links a{font-size:15px}.purpose-results #result-suggestions button{min-height:44px}}
@media(max-width:700px){.purpose-home .purpose-search-box>svg{display:none}}
/* Compact example-first homepage; keeps both existing navigation anchors. */
.purpose-home .search-home-wrap{max-width:1740px}
.purpose-home .purpose-hero{padding-bottom:12px}
.purpose-home .example-group{grid-template-columns:120px minmax(0,1fr);gap:15px;padding:14px 0}
.purpose-home .example-label h2{font-size:17px;font-weight:700;color:var(--purpose-ink);margin:4px 0;line-height:1.5}
.purpose-home .example-chips{gap:7px}
.purpose-home .purpose-about{margin-top:8px;padding:17px 0}
@media(max-width:700px){
.purpose-home .purpose-hero{padding-bottom:9px}
.purpose-home .example-group{grid-template-columns:1fr;gap:8px;padding:12px 0}
.purpose-home .example-label h2{font-size:17px;margin:0}
.purpose-home .example-chips button{font-size:14px;min-height:42px}
}
/* Search heading: title, supporting line, introduction. */
.purpose-home .purpose-hero h1{margin:0 0 10px}
.purpose-home .purpose-eyebrow{font-size:21px;line-height:1.6;letter-spacing:.02em;margin:0 0 9px}
@media(max-width:700px){.purpose-home .purpose-hero h1{font-size:34px;margin:0 0 10px}.purpose-home .purpose-eyebrow{font-size:17px;line-height:1.7;letter-spacing:0;margin:0 0 8px}}

/* Homepage-only mobile disclosure; desktop always shows every example. */
.purpose-home .example-toggle{display:none}
@media(max-width:700px){
.purpose-home .purpose-hero{padding-top:22px}
.purpose-home .example-group{gap:7px;padding:10px 0}
.purpose-home .examples-ready:not(.examples-expanded) .example-chips button:nth-child(n+5){display:none}
.purpose-home .example-toggle:not([hidden]){display:inline-flex;align-items:center;justify-content:center;justify-self:end;min-height:44px;padding:5px 13px;border:1px solid var(--purpose-border);border-radius:7px;background:transparent;color:var(--purpose-ink);font:inherit;font-size:14px;cursor:pointer}
}
