.article-journey{margin:32px auto;max-width:760px;scroll-margin-top:88px;color:var(--ikigai-brand-ink, #08351d);font-family:inherit}
.article-journey__shell{background:var(--ikigai-brand-surface, #f2fcf5);border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:18px;padding:clamp(18px,4vw,30px);box-shadow:0 12px 34px rgba(var(--ikigai-brand-ink-rgb, 8, 53, 29),.09)}
.article-journey__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 22px;padding:0;list-style:none}
.article-journey__steps li{display:flex;min-width:0;min-height:44px;align-items:center;justify-content:center;gap:7px;padding:8px;border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:10px;background:#fff;color:#627067;font-size:.78rem!important;font-weight:700;text-align:center}
.article-journey__steps li span{display:inline-grid;width:23px;height:23px;flex:0 0 23px;place-items:center;border-radius:50%;background:var(--ikigai-brand-surface-strong, #e0f6e8);color:var(--ikigai-brand-text, #07682a);font-size:.75rem}
.article-journey__steps li[aria-current="step"]{border-color:var(--ikigai-brand-action, #087b31);background:var(--ikigai-brand-surface, #f2fcf5);color:var(--ikigai-brand-text, #07682a);box-shadow:inset 0 0 0 1px var(--ikigai-brand-action, #087b31)}
.article-journey__steps li[aria-current="step"] span{background:var(--ikigai-brand-text, #07682a);color:#fff}
.article-journey__eyebrow{margin:0 0 6px;color:var(--ikigai-brand-text, #07682a);font-size:.8rem;font-weight:800;letter-spacing:.04em}
.article-journey h2{margin:0 0 8px;font-size:clamp(1.25rem,4vw,1.75rem);line-height:1.45}
.article-journey__subject{margin:0 0 20px;color:var(--ikigai-brand-text, #07682a);line-height:1.7}
.article-journey__section-kicker{margin:0 0 4px!important;color:var(--ikigai-brand-text, #07682a)!important;font-size:.76rem!important;font-weight:800;letter-spacing:.05em}
.article-journey__questions{margin:0 0 14px;padding:18px;border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:14px;background:#fff}
.article-journey__questions h3,.article-journey__why-now h3,.article-journey__advisor h3{margin:0;color:var(--ikigai-brand-ink, #08351d);font-size:1.08rem;line-height:1.55}
.article-journey__questions ul{display:grid;gap:8px;margin:12px 0 0;padding:0;list-style:none;counter-reset:journey-question}
.article-journey__questions li{position:relative;margin:0;padding:11px 12px 11px 43px;border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:10px;background:var(--ikigai-brand-surface, #f2fcf5);color:var(--ikigai-brand-text, #07682a);line-height:1.7;counter-increment:journey-question}
.article-journey__questions li::before{position:absolute;top:11px;left:12px;display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--ikigai-brand-text, #07682a);color:#fff;content:counter(journey-question);font-size:.72rem;font-weight:800}
.article-journey__why-now{display:grid;grid-template-columns:minmax(150px,.75fr) minmax(0,1.75fr);gap:18px;margin:0 0 14px;padding:18px;border:1px solid #ead59e;border-radius:14px;background:#fff9ea}
.article-journey__why-now p{margin:0;color:#51452f;line-height:1.75}
.article-journey__why-now p+p{margin-top:8px}
.article-journey__advisor{display:grid;grid-template-columns:88px minmax(0,1fr);gap:16px;align-items:start;margin:0 0 20px;padding:18px;border:1px solid var(--ikigai-brand-border, #b9e5c9);border-radius:14px;background:var(--ikigai-brand-surface, #f2fcf5)}
.article-journey__advisor img{display:block;width:88px;height:88px;border:1px solid var(--ikigai-brand-border, #b9e5c9);border-radius:50%;background:#fff;object-fit:cover}
.article-journey__advisor p{margin:6px 0 0;color:var(--ikigai-brand-text, #07682a);line-height:1.7}
.article-journey__advisor-credentials{color:var(--ikigai-brand-text, #07682a)!important;font-size:.82rem;font-weight:800}
.article-journey__advisor-note{padding-top:8px;border-top:1px solid var(--ikigai-brand-border, #b9e5c9);font-weight:700}
.article-journey__advisor-scope{padding:9px 11px;border-radius:9px;background:#fff;color:var(--ikigai-brand-action, #087b31)!important;font-size:.82rem}
.article-journey__advisor-boundary{color:#607266!important;font-size:.78rem;line-height:1.65!important}
.article-journey__intent{margin:0 0 20px;padding:14px 16px;border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:12px;background:#fff;color:var(--ikigai-brand-text, #07682a);line-height:1.7}
.article-journey__intent p{margin:0}
.article-journey__intent p+p{margin-top:6px}
.article-journey fieldset{margin:0 0 18px;padding:0;border:0}
.article-journey legend{margin:0 0 9px;font-weight:800;line-height:1.6}
.article-journey__choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.article-journey__choice{position:relative;display:flex;min-height:48px;align-items:center;justify-content:center;padding:10px;border:1px solid var(--ikigai-brand-border, #b9e5c9);border-radius:10px;background:#fff;color:var(--ikigai-brand-text, #07682a);text-align:center;font-weight:700;cursor:pointer}
.article-journey__choice input{position:absolute;opacity:0;pointer-events:none}
.article-journey__choice:has(input:checked){border-color:var(--ikigai-brand-text, #07682a);background:var(--ikigai-brand-surface, #f2fcf5);box-shadow:0 0 0 2px rgba(var(--ikigai-brand-rgb, 6, 199, 85),.14)}
.article-journey__choice:focus-within{outline:3px solid var(--ikigai-brand-focus, #005f25);outline-offset:2px}
.article-journey__button,.article-journey__calendar{display:flex;width:100%;min-height:56px;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:1px solid var(--ikigai-brand-text, #07682a);border-radius:14px;background:linear-gradient(180deg,var(--ikigai-brand-action, #087b31),var(--ikigai-brand-text, #07682a));color:#fff!important;box-shadow:0 7px 16px rgba(var(--ikigai-brand-rgb, 6, 199, 85),.2);font:inherit;font-weight:800;line-height:1.45;text-align:center;text-decoration:none;cursor:pointer}
.article-journey__button:not(:disabled):hover,.article-journey__calendar:hover,.article-answer__primary:hover{background:var(--ikigai-brand-text, #07682a);box-shadow:0 9px 20px rgba(var(--ikigai-brand-rgb, 6, 199, 85),.27);transform:translateY(-1px)}
.article-journey__button:not(:disabled):active,.article-journey__calendar:active,.article-answer__primary:active{box-shadow:0 3px 9px rgba(var(--ikigai-brand-rgb, 6, 199, 85),.2);transform:translateY(0)}
.article-journey__button:disabled{cursor:not-allowed;opacity:.45}
.article-journey__status{margin:10px 0 0;text-align:center;color:var(--ikigai-brand-action, #087b31);font-size:.88rem}
.article-journey__result{margin-top:20px;padding-top:20px;border-top:1px solid var(--ikigai-brand-surface-strong, #e0f6e8)}
.article-journey__result h3{margin:0 0 10px;font-size:1.18rem}
.article-journey__result-list{margin:0 0 18px;padding-left:1.3em;line-height:1.8}
.article-journey__result-note{font-size:.86rem;color:#5d6e63;line-height:1.7}
.article-journey__result-actions{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:10px;margin-top:16px}
.article-journey__answer,.article-journey__qa-link{display:flex;min-height:54px;align-items:center;justify-content:center;padding:11px 16px;border:1px solid var(--ikigai-brand-action, #087b31);border-radius:14px;background:#fff;color:var(--ikigai-brand-text, #07682a)!important;font-weight:800;line-height:1.45;text-align:center;text-decoration:none!important}
.article-journey__answer:hover,.article-journey__qa-link:hover{border-color:var(--ikigai-brand-text, #07682a);background:var(--ikigai-brand-surface, #f2fcf5)}
.article-journey__qa-preview{margin:0 0 16px;padding:16px;border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:14px;background:var(--ikigai-brand-surface, #f2fcf5);color:var(--ikigai-brand-text, #07682a)}
.article-journey__qa-preview-eyebrow{margin:0 0 4px;color:var(--ikigai-brand-text, #07682a);font-size:.78rem;font-weight:800;letter-spacing:.06em}
.article-journey__qa-preview h3{margin:0 0 12px;font-size:1.05rem;line-height:1.55}
.article-journey__qa-preview ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.article-journey__qa-preview li{padding:12px;border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:10px;background:#fff}
.article-journey__qa-preview li p{margin:0;line-height:1.7}
.article-journey__qa-preview li p+p{margin-top:5px;color:var(--ikigai-brand-action, #087b31);font-size:.92rem}
.article-journey__qa-preview-status{margin:0;padding:13px 14px;border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:10px;background:#fff;color:var(--ikigai-brand-action, #087b31);line-height:1.75}
.article-journey__qa-preview>a{margin-top:13px}
.article-journey--embedded{margin:24px 0 0;max-width:none}
.article-journey-native-action{grid-column:1/-1;margin:20px 0 8px}
.article-journey-native-action a[hidden]{display:none!important}
.article-journey-native-action,.article-journey__shell,.article-journey__questions,.article-journey__why-now,.article-journey__advisor,.article-journey__advisor img,.article-journey__intent,.article-journey__steps li,.article-journey__button,.article-journey__calendar,.article-journey__answer,.article-journey__qa-link,.article-journey-sticky,.article-journey-sticky a,.article-journey-calendar-context,.article-journey-source-context{box-sizing:border-box}
body.has-article-journey-sticky{padding-bottom:calc(var(--article-journey-sticky-space,100px) + env(safe-area-inset-bottom))!important}
.article-journey-sticky:not(.is-visible){visibility:hidden}
.article-journey-sticky a:focus-visible,.article-journey__button:focus-visible,.article-journey__calendar:focus-visible,.article-journey__answer:focus-visible,.article-journey__qa-link:focus-visible,.article-answer__primary:focus-visible,.article-answer__secondary:focus-visible,.article-journey-context-actions a:focus-visible{outline:3px solid var(--ikigai-brand-focus, #005f25);outline-offset:3px}
.article-journey-sticky{position:fixed;z-index:10020;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));max-width:660px;margin:auto;transform:translateY(140%);transition:transform .22s ease}
.article-journey-sticky.is-visible{transform:translateY(0)}
.article-journey-sticky a{display:flex;min-height:56px;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border:1px solid #04943f;border-radius:14px;background:#06c755;color:#fff!important;box-shadow:0 12px 32px rgba(var(--ikigai-brand-ink-rgb, 8, 53, 29),.22);font-weight:800;line-height:1.4;text-align:center;text-decoration:none}
.article-journey-sticky a::after{content:'›';font-size:1.25em}
.article-journey-calendar-context,.article-journey-source-context{margin:18px 0;padding:16px;border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:14px;background:var(--ikigai-brand-surface, #f2fcf5);color:var(--ikigai-brand-text, #07682a);line-height:1.7}
.article-journey-calendar-context h2,.article-journey-source-context h2{margin:0 0 8px;font-size:1.08rem}
.article-journey-calendar-context p,.article-journey-source-context p{margin:5px 0}
.article-journey-booking-handoff{margin:18px 0 0;padding:var(--ikigai-conversion-inset,18px);border:1px solid var(--ikigai-brand-border, #b9e5c9);border-radius:14px;background:#fff}
.article-journey-booking-handoff h3{margin:0 0 5px;color:var(--ikigai-brand-ink, #08351d);font-size:1.05rem;line-height:1.5}
.article-journey-booking-handoff p{margin:0 0 13px;color:var(--ikigai-brand-action, #087b31)}
body.has-article-journey-booking-handoff .rsv-calendar-status,body.has-article-journey-booking-handoff .rsv-calendar-mobile-guide,body.has-article-journey-booking-handoff .rsv-embed-crop{display:none!important}
.article-journey-source-context__cases{display:grid;gap:12px;margin:14px 0;padding:0;list-style:none}
.article-journey-source-context__cases li{padding:14px;border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:10px;background:#fff}
.article-journey-source-context__cases a{color:var(--ikigai-brand-text, #07682a);font-weight:800}

.article-answer-page{background:#f8f5ed;color:#1c1a16;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;padding-bottom:82px}
.article-answer .column-container{max-width:900px}
.article-answer .breadcrumb{display:flex;flex-wrap:wrap;gap:7px;margin:24px 0;color:#746f65;font-size:.82rem}
.article-answer .breadcrumb a{color:var(--ikigai-brand-text, #07682a)}
.article-answer__hero{margin:0 0 28px;padding:42px clamp(20px,5vw,52px);border:1px solid #ded8c8;border-radius:24px;background:linear-gradient(145deg,var(--ikigai-brand-surface, #f2fcf5) 0%,#fff 58%,#fbf2df 100%);box-shadow:0 14px 38px rgba(60,48,20,.08)}
.article-answer__eyebrow{margin:0 0 9px;color:var(--ikigai-brand-text, #07682a);font-size:.82rem;font-weight:800;letter-spacing:.08em}
.article-answer__hero h1{max-width:720px;margin:0;color:var(--ikigai-brand-ink, #08351d);font-size:clamp(1.7rem,4vw,2.55rem);line-height:1.4;letter-spacing:.01em}
.article-answer__lead{max-width:760px;margin:18px 0 0;color:#4a4238;font-size:1.02rem;line-height:1.95}
.article-answer__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}
.article-answer__trust p{display:flex;min-height:76px;flex-direction:column;justify-content:center;margin:0;padding:12px 14px;border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:12px;background:rgba(255,255,255,.85)}
.article-answer__trust strong{color:var(--ikigai-brand-text, #07682a);font-size:.88rem}
.article-answer__trust span{margin-top:3px;color:#625d54;font-size:.78rem;line-height:1.55}
.article-answer__intro,.article-answer__privacy,.article-answer__next{margin:24px 0;padding:24px clamp(18px,4vw,32px);border:1px solid #e2dccd;border-radius:18px;background:#fff}
.article-answer__intro h2,.article-answer__privacy h2,.article-answer__next h2{margin:0 0 10px;color:var(--ikigai-brand-ink, #08351d);font-size:1.3rem;line-height:1.55}
.article-answer__intro p,.article-answer__privacy p,.article-answer__next p{margin:0;color:#4a4238;line-height:1.9}
.article-answer__cases{display:grid;gap:18px;margin:26px 0}
.article-answer-case{padding:24px clamp(18px,4vw,30px);border:1px solid var(--ikigai-brand-surface-strong, #e0f6e8);border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(var(--ikigai-brand-ink-rgb, 8, 53, 29),.07)}
.article-answer-case__number{display:inline-block;margin:0 0 10px;padding:4px 10px;border-radius:999px;background:var(--ikigai-brand-surface-strong, #e0f6e8);color:var(--ikigai-brand-text, #07682a);font-size:.78rem;font-weight:800}
.article-answer-case h3{margin:0;color:var(--ikigai-brand-ink, #08351d);font-size:1.12rem;line-height:1.75}
.article-answer-case h3 span{color:var(--ikigai-brand-text, #07682a)}
.article-answer-case__answer{margin-top:16px;padding:17px 18px;border-left:4px solid #c68d28;border-radius:0 12px 12px 0;background:#fff9ec}
.article-answer-case__answer p{margin:0;color:#403a31;line-height:1.9}
.article-answer-case__answer-label{margin-bottom:5px!important;color:#8a5c0a!important;font-size:.83rem;font-weight:800;letter-spacing:.04em}
.article-answer__privacy{background:var(--ikigai-brand-surface, #f2fcf5)}
.article-answer__next{text-align:center}
.article-answer__next .article-answer__eyebrow{margin-bottom:4px}
.article-answer__actions{display:flex;justify-content:center;gap:12px;margin-top:20px}
.article-answer__primary,.article-answer__secondary{display:inline-flex;min-height:54px;align-items:center;justify-content:center;padding:12px 20px;border-radius:14px;font-weight:800;text-decoration:none!important}
.article-answer__primary{border:1px solid var(--ikigai-brand-text, #07682a);background:linear-gradient(180deg,var(--ikigai-brand-action, #087b31),var(--ikigai-brand-text, #07682a));color:#fff!important;box-shadow:0 7px 16px rgba(var(--ikigai-brand-rgb, 6, 199, 85),.2)}
.article-answer__secondary{border:1px solid var(--ikigai-brand-text, #07682a);background:#fff;color:var(--ikigai-brand-text, #07682a)!important}
.article-answer-page .footer{padding:26px 0;background:var(--ikigai-brand-ink, #08351d);color:#fff;text-align:center}
.article-answer-page .footer p{margin:5px 0}
.article-answer-page .footer a{color:#fff}
@media(max-width:680px){.article-answer__hero{padding:28px 20px;border-radius:18px}.article-answer__trust{grid-template-columns:1fr}.article-answer__trust p{min-height:auto}.article-answer__actions{flex-direction:column}.article-answer__primary,.article-answer__secondary{width:100%;box-sizing:border-box}}
.article-journey-context-actions{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:12px}
.article-journey-context-actions a{display:inline-flex;min-height:44px;align-items:center;padding:4px 0;border:0;border-radius:0;background:transparent;color:var(--ikigai-brand-text, #07682a);font-weight:500;text-align:left;text-decoration:underline;text-underline-offset:3px}
.has-article-journey-booking-handoff .rsv-cta-top{display:inline-block;padding:8px 0;background:none;color:var(--ikigai-brand-text, #07682a);box-shadow:none;border-radius:0;font-size:1rem;text-align:left;text-decoration:underline;text-underline-offset:3px}
.has-line-first-journey .article-journey__result-actions{grid-template-columns:1fr}
.has-line-first-journey .article-journey__calendar,.has-line-first-journey .rsv-cta-top{display:inline-flex;align-items:center;min-height:44px;padding:8px 0;border:0;border-radius:0;background:none;box-shadow:none;color:var(--ikigai-brand-text, #07682a);font-size:1rem;text-align:left;text-decoration:underline;text-underline-offset:3px}
.has-line-first-journey .article-journey-native-action{display:grid;gap:12px}
.has-line-first-journey .article-journey-booking-handoff{margin-top:0}
@media(max-width:620px){.article-journey__choices,.article-journey__result-actions,.article-journey__why-now{grid-template-columns:1fr}.article-journey{margin:24px auto}.article-journey__steps{gap:5px}.article-journey__steps li{min-height:52px;flex-direction:column;gap:3px;padding:6px 3px;font-size:.75rem!important;white-space:nowrap!important}.article-journey__advisor{grid-template-columns:64px minmax(0,1fr);gap:12px;padding:15px}.article-journey__advisor img{width:64px;height:64px}.article-journey__advisor .article-journey__section-kicker,.article-journey__advisor h3,.article-journey__advisor-credentials{grid-column:2}.article-journey__advisor p:not(.article-journey__section-kicker):not(.article-journey__advisor-credentials){grid-column:1/-1}.article-journey-sticky{bottom:max(8px,env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){.article-journey-sticky{transition:none}}

/* Reading and deciding share a single column; supporting information is quiet. */
body.has-article-reading-journey { font-size: 19px; background: #fff !important; color: var(--ikigai-reader-ink, #18273c); }
.has-article-reading-journey .column-container { box-sizing: border-box; width: 100%; max-width: 800px !important; padding-right: 20px; padding-left: 20px; }
.has-article-reading-journey main :is(p,li,legend,label,h1,h2,h3) { color: var(--ikigai-reader-ink, #18273c); }
.has-article-reading-journey .column-v2-title { color: var(--ikigai-reader-ink, #18273c) !important; font-size: clamp(1.7rem, 4.4vw, 2.7rem); line-height: 1.4; }
.has-article-reading-journey .article-journey { width: 100%; max-width: 760px; margin: 24px 0; }
.has-article-reading-journey .article-journey__shell { padding: 20px 0; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.has-article-reading-journey .article-journey h2 { padding: 0; border: 0; background: none; color: var(--ikigai-reader-ink, #18273c); }
.article-journey__overview { margin: 18px 0 24px; font-size: 1.05rem; line-height: 1.85; }
.article-journey__overview p { margin: 0; }
.article-journey__supplement { margin: 24px 0; border-top: 1px solid #dce3e8; color: #526176; }
.article-journey__supplement > summary { display: flex; align-items: center; min-height: 44px; padding: 12px 0; font-size: .9rem; font-weight: 600; cursor: pointer; }
.has-article-reading-journey :is(.article-journey__questions,.article-journey__why-now,.article-journey__advisor,.article-journey__intent,.article-journey__qa-preview) { padding: 16px 0; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.has-article-reading-journey .article-journey__qa-preview { margin: 20px 0; border-top: 1px solid #dce3e8; font-size: .85rem; }
.has-article-reading-journey .article-journey__qa-preview-status { display: inline; font-size: .85rem; }
.has-article-reading-journey .article-journey__qa-link { min-height: 44px; padding: 8px 0; border: 0; background: none; font-size: .85rem; text-decoration: underline; }
.has-article-reading-journey .article-journey__steps li { min-height: 32px; padding: 0; border: 0; background: none; font-weight: 500; }
.has-article-reading-journey .article-journey__choice { border-color: #65758a; border-radius: 10px; font-weight: 500; box-shadow: none; }
.has-article-reading-journey .article-journey__choice:has(input:checked) { border-color: var(--ikigai-brand-focus, #005f25); background: var(--ikigai-brand-surface, #f2fcf5); box-shadow: inset 0 0 0 1px var(--ikigai-brand-focus, #005f25); }
.has-article-reading-journey :is(.article-journey__button,.article-journey__calendar) { background: var(--ikigai-brand, #06C755); color: #fff !important; border-color: var(--ikigai-brand-focus, #005f25); box-shadow: none; }
.has-article-reading-journey .article-journey__button:not(:disabled):hover,.has-article-reading-journey .article-journey__calendar:hover { background: var(--ikigai-brand-hover, #09d15c); color: #fff !important; }
.has-article-reading-journey .article-journey__related :is(.cv-intent-bridge,.cv-ideal-experiences,.column-v2-trust-cta) { margin-top: 20px; }
.article-journey__supplement > summary:focus-visible { outline: 3px solid var(--ikigai-brand-focus, #005f25); outline-offset: 3px; }
@media (max-width: 600px) {
  body.has-article-reading-journey { font-size: 18px; }
  .has-article-reading-journey .article-journey__choices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .has-article-reading-journey .article-journey__choice { min-width: 0; padding: 10px 6px; min-height: 56px; font-size: .85rem; overflow-wrap: anywhere; }
}

.article-journey__formula { margin: 14px 0 !important; font-size: 1.3rem; font-weight: 700; color: var(--ikigai-brand-text, #07682a); }

.has-article-reading-journey .column-page { background: #fff !important; }

/* The supplied full-page reference is the visual contract for this pilot. */
body.has-insurance-reference { font-size: 14px; color: #1c2d49; }
.has-insurance-reference .site-header { position: relative; height: 64px; min-height: 64px; background: #fff; border-bottom: 0; box-shadow: none; }
.has-insurance-reference .header-inner { box-sizing: border-box; max-width: 800px; min-height: 64px; height: 64px; padding: 0 16px; gap: 16px; }
.has-insurance-reference .header-inner > .logo { gap: 3px; position: relative !important; padding-bottom: 12px; }
.has-insurance-reference .header-inner > .logo .logo-mark { font-size: 36px; color: #269454; }
.has-insurance-reference .header-inner > .logo .logo-sub { font-size: 20px; color: #5b4940; }
.has-insurance-reference .header-inner > .logo::after { content: 'いつも、あなたのそばに'; position: absolute; right: 0; bottom: 1px; white-space: nowrap; font-size: 9px; color: #625b56; letter-spacing: 1px; }
.article-reference__header-topic { border-left: 1px solid #c5c5c5; padding-left: 14px; color: #4c3b33; font-size: 17px; letter-spacing: 2px; margin-bottom: 9px; }
.has-insurance-reference .header-nav:not(.is-open),.has-insurance-reference .btn-header { display: none !important; }
.has-insurance-reference .mobile-toggle { display: flex !important; width: 44px; height: 44px; flex: 0 0 44px; margin: 0; }
.article-reference__search { flex: 0 0 44px; width: 44px; height: 44px; padding: 0; margin-left: auto; position: relative; border: 0; background: #fff; color: #303030; cursor: pointer; }
.article-reference__search::before { content: ''; position: absolute; width: 18px; height: 18px; border: 3px solid currentColor; border-radius: 50%; top: 8px; left: 7px; }
.article-reference__search::after { content: ''; position: absolute; height: 3px; width: 12px; background: currentColor; transform: rotate(45deg); left: 26px; top: 29px; }
.article-reference__search:focus-visible { outline: 3px solid #005f25; outline-offset: 2px; }
.has-insurance-reference .column-page { padding-top: 0 !important; }
.has-insurance-reference .column-container { max-width: 800px !important; padding: 0 10px; }
.has-insurance-reference .breadcrumb { display: none; }
.article-reference__hero { display: grid; grid-template-columns: minmax(0,.9fr) minmax(280px,1.1fr); grid-template-areas: "badge badge" "copy photo"; align-items: center; gap: 12px 20px; box-sizing: border-box; margin: 0 -10px 12px; padding: 18px 24px; overflow: hidden; border-radius: 12px; background: #f1f9f3; }
.has-insurance-reference .article-reference__hero .column-v2-cat { display: inline-block; padding: 6px 14px; border-radius: 999px; background: #def4e5; color: #075f35; font-size: 13px; }
.has-insurance-reference .article-reference__hero .column-v2-cat { grid-area: badge; justify-self: start; }
.article-reference__hero-copy { grid-area: copy; min-width: 0; }
.has-insurance-reference .article-reference__hero .column-v2-title { width: 100%; max-width: 440px; overflow-wrap: anywhere; font-size: clamp(20px,4.65vw,30px); line-height: 1.25; margin: 8px 0 10px !important; font-weight: 800; color: #1b2c48 !important; }
.article-reference__subtitle { max-width: 100%; margin: 8px 0 0 !important; font-size: 14px; line-height: 1.65; }
.article-reference__hero-photo { grid-area: photo; min-width: 0; margin: 0 !important; padding: 0 !important; }
.article-reference__hero-photo img { display: block; width: 100% !important; max-width: 100%; height: auto !important; object-fit: contain !important; border-radius: 12px; box-shadow: none !important; }
.article-reference__hero-photo figcaption { margin: 7px 2px 0 !important; color: #35435a !important; font-size: 12px !important; line-height: 1.5 !important; }
.article-reference__sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0 !important; }
.article-reference__intro { margin: 0 14px 10px !important; padding: 0; font-size: 14px; line-height: 1.48 !important; }
.article-reference__cards { display: grid; grid-template-columns: minmax(0,1fr); gap: 10px; }
.article-reference__card { position: relative; box-sizing: border-box; min-width: 0; padding: 10px 12px 9px; border: 1px solid #e0ece7; border-radius: 11px; overflow: hidden; background: #fff; }
.has-insurance-reference main .article-reference__card-title { display: flex; align-items: center; gap: 9px; padding: 0; margin: 0 0 7px; border: 0; background: transparent; color: #006b3c; font-size: 17px; line-height: 1.3; }
.article-reference__card-icon { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: #087c40; color: #fff; font-size: 25px; font-weight: 800; }
.article-reference__card p { margin: 0 !important; font-size: 12px; line-height: 1.55 !important; }
.article-reference__card > p { padding-right: 116px; }
.article-reference__card-art { position: absolute; right: 1px; bottom: -2px; width: 120px; height: 86px; object-fit: contain; object-position: bottom; }
.article-reference__card-bubble { position: absolute; top: 12px; right: 9px; width: 110px; padding: 8px 9px !important; border: 1px solid #b6dfc2; border-radius: 28px; background: #fff; color: #075f35 !important; text-align: center; font-size: 11px !important; line-height: 1.3 !important; }
.article-reference__card--formula { min-height: 168px; background: #fff; }
.article-reference__card--formula .article-reference__card-title > span:last-child { padding: 7px 15px; border-radius: 999px; background: #087c40; color: #fff; font-size: 14px; }
.article-reference__card--formula .column-box { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.article-reference__card--formula .column-box-title { display: none; }
.article-reference__card--formula .column-box > p:last-child { padding-right: 106px; }
.article-reference__card--formula strong { display: block; margin: 3px 3px 8px 50px; padding: 5px 8px; border-radius: 12px; background: #e0f5e3; color: #006536; white-space: nowrap; font-size: clamp(18px,5.25vw,32px); line-height: 1.45; letter-spacing: -.7px; text-align: center; }
.article-reference__card--formula .article-reference__card-art { height: 107px; width: 134px; right: 0; bottom: -6px; object-fit: cover; object-position: left bottom; }
.article-reference__card--formula .article-reference__card-bubble { top: 10px; }
.article-reference__card--point { min-height: 132px; }
.article-reference__card--point .article-reference__card-bubble { background: #e1f5e6; border: 0; top: 8px; }
.article-reference__card--point > p { padding-right: 116px; }
.article-reference__card--scope { min-height: 160px; }
.article-reference__card--scope .article-reference__card-art { height: 128px; width: 110px; bottom: 6px; right: 10px; }
.article-reference__card--caution { min-height: 121px; }
.article-reference__card--caution .article-reference__card-art { height: 117px; width: 99px; }
.article-reference__card--caution > p { padding-right: 116px; }
.has-insurance-reference .article-journey { margin-top: 22px; }
.article-reference__search-dialog { width: min(500px,calc(100% - 40px)); padding: 20px; border: 1px solid #b6d1c1; border-radius: 12px; color: #1c2d49; }
.article-reference__search-dialog::backdrop { background: #18273c77; }
.article-reference__search-dialog form { display: flex; gap: 10px; }
.article-reference__search-dialog input { min-width: 0; flex: 1; min-height: 44px; }
.article-reference__search-dialog button { min-height: 44px; }
.article-reference__search-dialog a { display: block; padding: 10px 0; color: #07682a; }
@media(max-width:480px) {
  .has-insurance-reference .header-inner { padding: 0 10px; gap: 7px; }
  .has-insurance-reference .header-inner > .logo .logo-mark { font-size: 30px; }
  .has-insurance-reference .header-inner > .logo .logo-sub { font-size: 16px; }
  .article-reference__header-topic { font-size: 14px; padding-left: 8px; letter-spacing: 0; }
  .article-reference__hero { grid-template-columns: minmax(0,1fr); grid-template-areas: "badge" "copy" "photo"; padding: 17px 16px; min-height: 0; }
  .article-reference__subtitle { font-size: 12px; }
  .article-reference__hero-photo { margin-top: 4px !important; }
  .article-reference__intro { margin-left: 6px !important; margin-right: 6px !important; font-size: 13px; }
  .article-reference__card { padding: 9px; }
  .article-reference__card > p { padding-right: 87px; }
  .article-reference__card-art { width: 89px; height: 70px; }
  .article-reference__card-bubble { width: 65px; padding: 6px !important; font-size: 9px !important; right: 3px; }
  .article-reference__card--formula strong { margin-left: 36px; font-size: 20px; white-space: normal; }
  .article-reference__card--formula .column-box > p:last-child { padding-right: 83px; }
  .article-reference__card--formula .article-reference__card-art { width: 89px; height: 72px; right: 0; bottom: -5px; }
  .article-reference__card--scope .article-reference__card-art { width: 80px; }
  .article-reference__card--caution .article-reference__card-art { width: 80px; height: 102px; }
}

/* Existing article templates carry important typography; keep the pilot exact. */
.has-insurance-reference .article-reference__hero .article-reference__visible-title { font-size: 30px !important; line-height: 1.25 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.has-insurance-reference main .article-reference__intro { font-size: 14px !important; line-height: 1.48 !important; }
.has-insurance-reference main .article-reference__card-title { font-size: 17px !important; line-height: 1.3 !important; color: #006b3c !important; }
.has-insurance-reference main .article-reference__card p { font-size: 12px !important; line-height: 1.55 !important; }
.has-insurance-reference main .article-reference__card p.article-reference__card-bubble { font-size: 11px !important; line-height: 1.3 !important; }
.has-insurance-reference main .article-reference__subtitle { font-size: 14px !important; line-height: 1.65 !important; }
@media(max-width:480px) {
  .has-insurance-reference .article-reference__hero .article-reference__visible-title { font-size: 23px !important; }
  .has-insurance-reference main .article-reference__intro { font-size: 13px !important; }
  .has-insurance-reference main .article-reference__card p.article-reference__card-bubble { font-size: 9px !important; }
  .has-insurance-reference main .article-reference__subtitle { font-size: 12px !important; }
}

.has-insurance-reference [data-article-journey-overview][hidden] { display: none !important; }

.has-insurance-reference main .article-reference__card-title { font-size: 18px !important; color: #006b3c !important; }
.has-insurance-reference .article-reference__card--formula .article-reference__card-title > span:last-child { background: #087c40; font-size: 14px !important; }
@media(max-width:480px) {
  .has-insurance-reference .article-reference__hero .article-reference__visible-title { width: 100%; font-size: 20px !important; }
  .has-insurance-reference .header-inner > .logo::after { font-size: 8px; letter-spacing: 0; }
}

.has-insurance-reference .header-inner > .logo { flex: 0 0 140px; width: 140px; height: 56px; box-sizing: border-box; }
.has-insurance-reference .header-inner > .logo .logo-mark { font-size: 36px; }
.has-insurance-reference .header-inner > .logo .logo-sub { font-size: 20px; }
.has-insurance-reference .header-inner > .logo::after { left: 65px; right: auto; bottom: 3px; font-size: 9px; letter-spacing: 1px; }
.has-insurance-reference main .article-reference__card-title { font-weight: 700 !important; }
@media(max-width:480px) {
  .has-insurance-reference .header-inner > .logo { flex-basis: 112px; width: 112px; }
  .has-insurance-reference .header-inner > .logo .logo-mark { font-size: 28px; }
  .has-insurance-reference .header-inner > .logo .logo-sub { font-size: 16px; }
  .has-insurance-reference .header-inner > .logo::after { left: 34px; font-size: 8px; letter-spacing: 0; }
}

.article-reference__card-bubble::after { content: ''; position: absolute; bottom: -4px; left: 25px; width: 7px; height: 7px; transform: rotate(45deg); background: #fff; border-right: 1px solid #b6dfc2; border-bottom: 1px solid #b6dfc2; }
.article-reference__card--point .article-reference__card-bubble::after { background: #e1f5e6; border: 0; }
.article-reference__card--formula .article-reference__card-icon { flex-basis: 40px; width: 40px; height: 40px; }
.article-reference__card--formula .article-reference__card-title { gap: 6px; }
.has-insurance-reference .article-reference__hero .article-reference__visible-title { line-height: 1.2 !important; }
@media(max-width:480px) {
  .article-reference__card-bubble { width: 75px; }
  .article-reference__card--point > p { padding-right: 87px; }
}

@media(max-width:480px) {
  .has-insurance-reference .article-reference__hero .article-reference__visible-title { font-size: clamp(17px,5.1vw,20px) !important; }
  .article-reference__card--formula strong { margin-left: 0; font-size: clamp(14px,4.6vw,18px); }
}

.has-insurance-reference .header-inner > .logo :is(.logo-mark,.logo-sub) { line-height: 1 !important; }
.has-insurance-reference .header-inner > .logo::after { line-height: 12px; }
.has-insurance-reference .article-reference__reading a { color: #1671dd !important; text-decoration: underline; }
.has-insurance-reference .article-reference__intro a { color: #07682a !important; }
.has-insurance-reference .article-reference__card .article-reference__lead { display: block; margin-bottom: 4px; font-size: 14px; line-height: 1.4; color: #1c2d49; }

/* Shared article reference track. Category art and all authored content stay local. */
body.has-article-reference{font-size:16px;background:#fff!important;color:#1c2d49}
.has-article-reference .column-container{max-width:800px!important;padding-inline:10px}
.has-article-reference .site-header{position:relative;min-height:64px;background:#fff;border:0;box-shadow:none}
.has-article-reference .header-inner{max-width:800px;min-height:64px;padding-inline:16px;gap:12px}
.has-article-reference .header-nav:not(.is-open),.has-article-reference .btn-header{display:none!important}
.has-article-reference .mobile-toggle{display:flex!important;width:44px;height:44px;flex:0 0 44px}
.has-article-reference .header-inner>.logo{flex:0 0 140px;position:relative!important;padding-bottom:12px;gap:3px}
.has-article-reference .logo-mark{font-size:36px;color:#269454}.has-article-reference .logo-sub{font-size:20px}
.has-article-reference .header-inner>.logo::after{content:'いつも、あなたのそばに';position:absolute;bottom:1px;left:40px;white-space:nowrap;font-size:8px;letter-spacing:.5px;color:#625b56}
.article-reference__hero--shared{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);align-items:center;gap:12px;padding:20px 16px;background:#f1faf4;border-radius:14px;margin:0 0 16px;min-height:190px;overflow:hidden}
.article-reference__hero--shared :is(.column-v2-cat,.column-cat){grid-column:1/-1;justify-self:start}
.has-article-reference .article-reference__hero--shared h1{min-width:0;margin:0!important;padding:0!important;border:0!important;background:none!important;color:#1c2d49!important;font-size:clamp(20px,4.2vw,30px)!important;line-height:1.35!important;overflow-wrap:anywhere}
.article-reference__hero--shared:not(:has(.article-reference__shared-art)){grid-template-columns:minmax(0,1fr)}
.article-reference__shared-art{display:block;width:100%;height:auto;max-height:190px;object-fit:contain}
.has-article-reference .article-reference__source-card{box-sizing:border-box;width:100%;margin:12px 0;padding:14px;border:1px solid #dce3e8;border-radius:14px;background:#fff;box-shadow:none}
.has-article-reference .article-reference__source-card h2{margin:0 0 8px;padding:0;border:0;background:none;color:#006b3c;font-size:1.2rem;line-height:1.45}
.has-article-reference .article-reference__source-card :is(p,li,dt,dd){line-height:1.7}
.article-decision-inputs{padding:14px 0!important;border:0!important;border-top:1px solid #dce3e8!important;margin:20px 0!important}
.article-decision-inputs>p{margin:8px 0 14px!important;font-size:.85rem;line-height:1.7}
.article-decision-inputs__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.article-decision-inputs__grid label{display:grid;grid-template-rows:1fr auto;min-width:0;gap:7px;font-size:.9rem;line-height:1.6}
.article-decision-inputs__grid[data-calculator-primary]>label:last-child:nth-child(odd){grid-column:1/-1}
.article-decision-inputs__advanced{grid-column:1/-1;margin-top:14px;padding:10px 12px;border:1px solid #dce3e8;border-radius:8px;background:#fff}
.article-decision-inputs__advanced>summary{min-height:44px;box-sizing:border-box;padding-block:10px;cursor:pointer;font-weight:700;line-height:1.5}
.article-decision-inputs__advanced>summary:focus-visible{outline:3px solid var(--ikigai-brand-focus, #005f25);outline-offset:2px}
.article-decision-inputs__advanced>p{margin:8px 0 12px;font-size:.85rem;line-height:1.6}
.article-decision-inputs__grid :is(input,select){box-sizing:border-box;width:100%;min-width:0;min-height:44px;border:1px solid #65758a;border-radius:8px;padding:9px;font:inherit;background:#fff;color:#18273c}
.article-decision-inputs__grid :is(input,select):focus-visible{outline:3px solid #005f25;outline-offset:3px}
.article-decision-result{padding:12px;border:1px solid #dce3e8;border-radius:10px;background:#f2fcf5;line-height:1.8}
@media(max-width:480px){.has-article-reference .header-inner{padding-inline:10px;gap:7px}.has-article-reference .header-inner>.logo{flex-basis:112px}.has-article-reference .logo-mark{font-size:28px}.has-article-reference .logo-sub{font-size:16px}.has-article-reference .article-reference__header-topic{font-size:12px}.article-reference__hero--shared{gap:8px;padding:16px 12px;min-height:180px}.article-decision-inputs__grid{grid-template-columns:minmax(0,1fr)}}

.article-journey__button,.article-journey__calendar,.article-answer__primary,.has-article-reading-journey .article-journey__button:not(:disabled):hover,.has-article-reading-journey .article-journey__calendar:hover{background:#06C755;background-image:none;color:#fff!important;border-color:#005f25;box-shadow:none}

/* Preserve the native calendar and its controls on the same shared track. */
.has-reserve-reference .rsv-main{box-sizing:border-box;width:100%;max-width:800px;padding:20px 16px 56px}
.has-reserve-reference .rsv-hero{box-sizing:border-box;width:100%;margin-left:0;transform:none;border-radius:14px;background:#f1faf4;overflow:hidden}
.has-reserve-reference :is(.rsv-context,.rsv-calendar-section,.article-journey-calendar-context){box-sizing:border-box;width:100%;border-radius:14px;border-color:#dce3e8;box-shadow:none}
@media(max-width:480px){.has-reserve-reference .rsv-main{padding-inline:10px}}
