@charset "UTF-8";
:root{--ink:#183e42;--muted:#667976;--line:#dde5df;--paper:#f5f6f1;--gold:#b08640;--white:#fff;--radius:14px}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;font-size:14px;line-height:1.8}a{color:inherit;text-underline-offset:4px}h1,h2,h3,p{margin-top:0}h1{font-size:32px;line-height:1.5;letter-spacing:.02em}h2{font-size:20px}h3{font-size:20px}small{font-size:12px}button,.button{display:inline-block;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:white;padding:12px 19px;font:inherit;font-weight:600;text-decoration:none;cursor:pointer;text-align:center}button:hover,.button:hover{filter:brightness(1.15)}button:disabled{opacity:.4;cursor:not-allowed}.secondary{background:white;color:var(--ink);border-color:#b8c8c0}.text-button{background:none;border:0;color:inherit;padding:0;font-weight:400}.local-banner{text-align:center;background:#eae4d4;font-size:11px;letter-spacing:.07em;padding:5px}.topbar{background:white;border-bottom:1px solid var(--line);padding:19px 4%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:700;text-decoration:none}.brand-icon{border:1px solid #aec1ad;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;font-family:Georgia,serif;font-size:22px}.brand small{display:block;font-size:9px;letter-spacing:.2em;font-weight:400}.topbar nav{display:flex;gap:22px;align-items:center}.topbar nav a{text-decoration:none}.topbar nav form{margin:0}.footer{border-top:1px solid var(--line);margin-top:80px;padding:30px 5%;font-size:11px;letter-spacing:.08em;color:var(--muted);display:flex;justify-content:space-between}.eyebrow{color:#8d743f;font-size:10px;font-weight:700;letter-spacing:.18em;margin-bottom:12px}.muted,.hint{color:var(--muted)}.hint{font-size:12px;margin:16px 0 0}.lead{font-size:16px;line-height:2.1}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;margin-bottom:24px}.panel h2 small{color:var(--muted);font-weight:400;margin-left:10px}.login{max-width:470px;margin:75px auto;padding:38px}.narrow{max-width:900px;margin:44px auto;padding:0 28px}.narrow.panel{padding:36px}.wide{max-width:1260px;margin:40px auto;padding:0 32px}.workspace{display:grid;grid-template-columns:220px minmax(0,1fr);max-width:1500px;margin:0 auto;min-height:70vh}.workspace aside{padding:40px 20px;border-right:1px solid var(--line)}aside>a{display:block;text-decoration:none;padding:12px;margin:5px 0;border-radius:8px}.selected{background:#e3eadd;font-weight:600}.aside-note{font-size:12px;color:var(--muted);margin:50px 12px}.workspace-main{padding:40px;min-width:0}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.page-heading h1{margin:0}.page-heading p{margin-bottom:5px}.stats{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:28px}.stats>div{padding:20px 15px;border:1px solid var(--line);border-radius:12px;background:white}.stats span{font-size:11px;color:var(--muted);display:block}.stats strong{display:block;font-family:Georgia,serif;font-size:30px;font-weight:400}.inline-form{display:flex;align-items:end;gap:18px}.inline-form label{flex:1;margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 22px}label{display:block;font-size:13px;font-weight:600;margin:20px 0}input,textarea,select{display:block;width:100%;margin-top:8px;border:1px solid #bccbc3;border-radius:7px;padding:12px;font:inherit;font-weight:400;color:var(--ink);background:#fff;min-width:0}textarea{resize:vertical;line-height:1.9}input:focus,textarea:focus,select:focus{outline:2px solid #748c78;outline-offset:2px}input[readonly]{font-size:11px;color:var(--muted);background:var(--paper)}.check{display:flex;gap:12px;align-items:flex-start;font-weight:400}.check input{width:18px;height:18px;flex:none;margin-top:4px;accent-color:var(--ink)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left;white-space:nowrap}th{font-weight:400;color:var(--muted);font-size:12px}td,th{padding:17px 12px;border-bottom:1px solid var(--line)}td small{display:block;color:var(--muted)}.badge{display:inline-block;background:#edf0e5;color:#526143;border-radius:30px;font-size:12px;padding:5px 13px}.empty{padding:40px 20px;text-align:center;color:var(--muted)}.notice{background:#e9efdf;border:1px solid #bfccb0;padding:20px 28px;max-width:1100px;margin:20px auto;border-radius:10px}.notice p{margin:8px 0 0}.error{background:#fff1ea;border-color:#e2b9a4}.editor-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(290px,1fr);gap:24px}.sticky{position:sticky;top:18px}.sticky button{margin-bottom:12px;width:100%}.event{border-bottom:1px solid var(--line);padding:14px 0}.event small{display:block;color:var(--muted)}details{margin-top:18px;border-top:1px solid var(--line);padding-top:15px}summary{cursor:pointer;font-weight:600}dl.answers dt{font-weight:600;border-top:1px solid var(--line);padding-top:16px}dl.answers dd{white-space:pre-wrap;margin:10px 0 20px;overflow-wrap:anywhere}.pre{white-space:pre-wrap;overflow-wrap:anywhere}.question-number{color:var(--gold);font-family:Georgia,serif;font-size:20px;margin-right:8px}.story-hero{padding:80px max(28px,calc((100% - 950px)/2));background:#e9eee2}.story-hero h1{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:42px;font-weight:500;line-height:1.7;margin:30px 0}.story-kicker{font-size:13px;letter-spacing:.1em}.story-person{display:flex;align-items:center;gap:20px;border-top:1px solid #bdc8b6;padding:24px 0}.story-person strong{font-size:20px}.story-person span{color:var(--muted)}.story-reading{max-width:800px;margin:0 auto;padding:60px 28px}.timeline{background:white;border:1px solid var(--line);padding:32px;border-radius:14px;margin-bottom:65px}.timeline ol{list-style:none;padding:0 0 0 12px;margin:25px 0 0}.timeline li{border-left:1px solid #aebd9a;padding:0 0 25px 24px;position:relative}.timeline li:before{content:"";width:9px;height:9px;background:#9baa86;border-radius:50%;position:absolute;left:-5px;top:8px}.story-chapter{margin:0 0 65px}.chapter-number{color:var(--gold);font-family:Georgia,serif;font-size:18px}.story-chapter h2{font-family:"Yu Mincho",serif;font-size:26px;font-weight:500;margin:8px 0 28px}.prose p{font-size:16px;line-height:2.25;margin-bottom:24px}.series-heading{padding:60px 0 40px}.series-heading h1{font-family:"Yu Mincho",serif;font-size:42px;font-weight:500}.story-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.story-card{display:flex;flex-direction:column;gap:12px;padding:32px;border:1px solid var(--line);border-radius:12px;background:white;text-decoration:none}.story-card h3{font-family:"Yu Mincho",serif;font-size:24px;font-weight:500;line-height:1.7}.story-card p{font-size:13px;color:var(--muted)}.story-card>div{margin-top:auto;border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;gap:15px;font-size:12px}.story-card:hover{border-color:#788c68}.story-card .eyebrow{font-size:9px}
@media(max-width:1050px){.workspace{grid-template-columns:180px minmax(0,1fr)}.workspace-main{padding:25px}.stats{grid-template-columns:repeat(3,1fr)}.story-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.topbar{padding:16px 20px;display:block}.topbar nav{gap:16px;font-size:12px;margin-top:16px;flex-wrap:wrap}.workspace{display:block}.workspace aside{border-right:0;border-bottom:1px solid var(--line);padding:12px 20px;display:flex;gap:10px;flex-wrap:wrap}.workspace aside .eyebrow,.aside-note{display:none}.workspace-main{padding:25px 18px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading h1,h1{font-size:27px}.stats>div{padding:14px}.inline-form{display:block}.inline-form button{margin-top:14px}.form-grid,.editor-grid,.story-cards{grid-template-columns:1fr}.panel{padding:22px}.wide,.narrow{padding:0 18px;margin-top:28px}.login{margin:35px 18px}.sticky{position:static}.notice{margin:15px}.story-hero{padding:48px 23px}.story-hero h1,.series-heading h1{font-size:30px}.story-person{align-items:flex-start;flex-direction:column;gap:8px}.story-reading{padding:40px 23px}.story-chapter h2{font-size:23px}.footer{margin-top:45px}.actions button{width:100%}}

/* Shared SS administration: preserve existing ink, sage, paper and gold. */
.admin-workspace{max-width:1700px;grid-template-columns:250px minmax(0,1fr)}.admin-sidebar a{font-size:13px}.admin-group-return{display:flex!important;align-items:center;gap:8px;margin:0 0 30px!important;padding:10px 12px!important;border:1px solid #cbd6ca;border-radius:8px;background:#fff;color:var(--ink);font-weight:600}.admin-group-return:hover{border-color:#8fa087;background:#f0f3eb}.admin-group-return span{color:var(--gold);font-size:16px;line-height:1}.admin-sidebar .nav-group{margin:28px 12px 8px}.admin-sidebar .eyebrow{margin-left:12px}.admin-sidebar .selected{box-shadow:inset 3px 0 var(--gold)}.public-link{border-top:1px solid var(--line);margin-top:25px!important}.overview-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.overview-stats small{font-family:inherit;font-size:11px;color:var(--muted)}.workspace-welcome{background:#e8eddf;border:1px solid #d3ddc9;border-radius:14px;padding:36px 40px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}.workspace-welcome h2{font-family:"Yu Mincho",serif;font-size:29px;font-weight:500;line-height:1.8}.workspace-welcome p{color:var(--muted)}.welcome-mark{font-family:Georgia,serif;font-size:100px;line-height:1;color:#a2b28f;text-align:center;padding:20px 35px}.welcome-mark span{display:block;font-family:inherit;font-size:10px;letter-spacing:.18em;line-height:2.1;margin-top:22px}.admin-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.admin-action-card{display:block;text-decoration:none}.admin-action-card:hover{border-color:#9aaf90}.admin-action-card h2{font-size:19px}.admin-action-card h2 span{float:right;color:var(--gold)}.admin-action-card p,.admin-action-card small{color:var(--muted)}.readiness-row{display:flex;gap:15px;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.badge.quiet{background:#f0f2ee;color:#758074}.scope-note{font-size:12px;color:#64715e;padding:15px 18px;background:#eef1e6;border:1px solid #e0e6d7;border-radius:9px;margin:0 0 24px}.content-tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);flex-wrap:wrap}.content-tabs a{padding:12px 16px;text-decoration:none;font-weight:600;color:var(--muted);border-bottom:2px solid transparent}.content-tabs .active{color:var(--ink);border-bottom-color:var(--gold)}.content-tabs span{font-size:11px;margin-left:5px;font-weight:400}.page-search{display:flex;align-items:end;gap:14px;margin:22px 0}.search-label{margin:0;max-width:430px;flex:1}.list-summary{font-size:12px;color:var(--muted);margin-bottom:8px}.seo-table{white-space:normal;min-width:800px}.seo-table td{vertical-align:top}.seo-table td:first-child{width:25%;min-width:180px}.seo-table td:nth-child(2){width:40%}.seo-table th,.edit-link{white-space:nowrap}.page-path{display:block;font-size:11px;color:var(--muted);margin-top:6px;overflow-wrap:anywhere}.seo-title{font-size:13px;font-weight:500}.seo-description{margin-top:8px;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:11px}.edit-link{font-size:12px;font-weight:600}.empty-state{padding:60px 20px;text-align:center}.empty-state h3{font-family:"Yu Mincho",serif;font-size:24px;font-weight:500}.empty-state p{color:var(--muted);line-height:2}.back-link{display:inline-block;margin-bottom:20px;font-size:12px}.search-preview{border:1px solid var(--line);border-radius:9px;padding:20px;background:#fafbf8;overflow-wrap:anywhere}.search-site{font-size:12px}.search-preview small{display:block;color:var(--muted);font-size:10px}.search-preview h3{color:#315981;font-size:18px;margin:14px 0 8px;font-weight:500}.search-preview p{color:#596860;font-size:12px;line-height:1.8;margin:0}.seo-preview-panel>button{margin-top:20px}.admin-workspace .editor-grid{align-items:start;grid-template-columns:minmax(0,1.65fr) minmax(290px,1fr)}.admin-workspace .editor-grid>input[type=hidden]{display:none}.admin-workspace .page-heading h1{overflow-wrap:anywhere}.admin-workspace .workspace-main{overflow-wrap:anywhere}
@media(max-width:1100px){.admin-workspace{grid-template-columns:220px minmax(0,1fr)}.admin-workspace .editor-grid{grid-template-columns:1fr}.admin-workspace .editor-grid .sticky{position:static}.welcome-mark{padding:15px;font-size:80px}}
@media(max-width:760px){.admin-workspace{display:block}.admin-sidebar a{font-size:12px;padding:9px}.overview-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-welcome{padding:25px}.workspace-welcome h2{font-size:25px}.welcome-mark{display:none}.admin-card-grid{grid-template-columns:1fr;gap:0}.page-search{flex-wrap:wrap;align-items:end}.page-search label{flex-basis:100%;max-width:none}.content-tabs a{font-size:12px;padding:10px 8px}.page-list-panel{padding:16px}.readiness-row{font-size:12px}.empty-state{padding:32px 0}.empty-state h3{font-size:21px}.admin-workspace .editor-grid{display:block}.admin-sidebar .public-link{margin-top:5px!important;border:0}.admin-workspace .workspace-main{padding:25px 18px}}
.signed-in-user{text-align:right;line-height:1.45}.signed-in-user strong,.signed-in-user small{display:block}.signed-in-user small{color:var(--muted);font-size:11px;font-weight:400}
.online-login-button{display:block;width:100%;margin-top:26px;padding:14px 18px}
.brand img{display:block;width:190px;height:auto}.brand>small{padding-left:12px;border-left:1px solid var(--line);font-size:9px;letter-spacing:.18em;font-weight:500;color:var(--muted)}
.admin-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stories-heading{margin-bottom:30px}.stories-heading>div{max-width:760px}.story-workflow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0 0 24px;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--line);list-style:none}.story-workflow li{display:flex;min-height:92px;align-items:center;gap:13px;padding:18px;background:#fff}.story-workflow li>span{color:var(--gold);font:22px Georgia,serif}.story-workflow strong,.story-workflow small{display:block}.story-workflow small{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.6}.story-status-stats>div{padding:14px}.story-status-stats strong{font-size:25px}.stories-management-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:24px}.story-create-panel button{width:100%}.story-operation-note{background:#edf1e7}.story-operation-note ul{margin:18px 0 0;padding-left:1.3rem;color:var(--muted);font-size:12px}.story-operation-note li+li{margin-top:9px}.story-list-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px}.story-list-heading h2{margin:0}.story-filter-form{display:flex;align-items:center;justify-content:flex-end;gap:8px}.story-filter-form label{margin:0}.story-filter-form input{width:220px}.story-filter-form select{width:155px}.story-filter-form input,.story-filter-form select{margin:0;padding:9px 11px}.story-filter-form button{padding:9px 13px}.story-filter-form>a{font-size:12px;white-space:nowrap}.story-admin-list{display:grid;gap:12px}.story-admin-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.8fr) auto;align-items:center;gap:24px;padding:22px;border:1px solid var(--line);border-radius:11px;background:#fafbf8}.story-admin-card h3{margin:10px 0 7px;font-size:17px}.story-admin-card__main p{margin:0;color:var(--muted);font-size:12px}.story-admin-card__main p strong{display:inline-block;margin-right:10px;color:var(--ink)}.story-admin-card__main>small{display:block;margin-top:7px;color:#8a682c}.story-admin-card__meta{display:grid;grid-template-columns:repeat(3,1fr);margin:0}.story-admin-card__meta div{padding:0 13px;border-left:1px solid var(--line)}.story-admin-card__meta dt{color:var(--muted);font-size:10px}.story-admin-card__meta dd{margin:3px 0 0;font-size:12px;font-weight:600}.story-admin-card__action{white-space:nowrap;padding:10px 14px;font-size:12px}.story-status--published{background:#dcecdf;color:#315b3d}
@media(max-width:1050px){.story-workflow{grid-template-columns:repeat(2,1fr)}.stories-management-grid{grid-template-columns:1fr}.story-admin-card{grid-template-columns:1fr auto}.story-admin-card__meta{grid-column:1/-1;grid-row:2}.story-admin-card__meta div:first-child{border-left:0;padding-left:0}}
@media(max-width:760px){.brand img{width:165px}.brand>small{display:none}.story-workflow{grid-template-columns:1fr}.story-status-stats{grid-template-columns:repeat(2,1fr)}.story-list-heading{display:block}.story-filter-form{display:grid;grid-template-columns:1fr 1fr;margin-top:18px}.story-filter-form label:first-child{grid-column:1/-1}.story-filter-form input,.story-filter-form select{width:100%}.story-admin-card{display:block}.story-admin-card__meta{margin:18px 0;grid-template-columns:1fr}.story-admin-card__meta div,.story-admin-card__meta div:first-child{padding:8px 0;border:0;border-bottom:1px solid var(--line)}.story-admin-card__action{display:block;width:100%}}
.story-sample-page{background:#fff}.story-sample-shell{width:min(1180px,calc(100% - 56px));margin-inline:auto}.story-sample-hero{position:relative;min-height:min(780px,76vh);overflow:hidden;color:#fff;background:#14383d}.story-sample-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-sample-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,35,39,.9) 0%,rgba(11,35,39,.57) 39%,rgba(11,35,39,.03) 72%)}.story-sample-hero__copy{position:relative;z-index:1;width:min(1180px,calc(100% - 56px));margin:auto;padding:clamp(90px,13vw,170px) 0}.story-sample-hero__copy .eyebrow{color:#d3b16c}.story-sample-hero h1{max-width:720px;margin:22px 0;font:500 clamp(2.3rem,5.2vw,4.7rem)/1.45 "Yu Mincho","Hiragino Mincho ProN",serif;letter-spacing:.04em}.story-sample-hero__copy>p:not(.eyebrow){max-width:580px;color:rgba(255,255,255,.82);font-size:15px;line-height:2}.story-sample-hero__copy>div{display:flex;align-items:baseline;gap:20px;margin-top:42px;padding-top:20px;border-top:1px solid rgba(255,255,255,.34);max-width:620px}.story-sample-hero__copy strong{font:26px Georgia,serif}.story-sample-hero__copy span{font-size:12px;color:rgba(255,255,255,.68)}.story-sample-intro{display:grid;grid-template-columns:.38fr 1.62fr;gap:70px;padding-block:100px}.story-sample-intro h2,.story-journey h2,.story-message h2{margin:0 0 28px;font:500 clamp(1.8rem,3.5vw,3rem)/1.7 "Yu Mincho","Hiragino Mincho ProN",serif}.story-sample-intro>div>p{max-width:760px;color:var(--muted);font-size:15px;line-height:2.2}.story-profile{padding-block:55px;background:#f0f2eb}.story-profile dl{display:grid;grid-template-columns:repeat(6,1fr);margin:0}.story-profile dl>div{padding:10px 20px;border-left:1px solid #cfd8cb}.story-profile dl>div:first-child{border-left:0;padding-left:0}.story-profile dt{color:var(--muted);font-size:10px}.story-profile dd{margin:7px 0 0;font-weight:700}.story-sample-disclaimer{margin:28px 0 0;color:#86662d;font-size:11px}.story-journey{padding-block:100px}.story-journey header{display:flex;justify-content:space-between;align-items:end}.story-journey ol{display:grid;grid-template-columns:repeat(4,1fr);padding:0;margin:45px 0 0;list-style:none;border-top:1px solid #b7c5b4}.story-journey li{position:relative;padding:28px 25px 0 0}.story-journey li::before{position:absolute;top:-6px;left:0;width:11px;height:11px;border-radius:50%;background:#9b7b3e;content:""}.story-journey span,.story-journey strong,.story-journey small{display:block}.story-journey span{color:var(--gold);font:16px Georgia,serif}.story-journey strong{margin:7px 0;font-size:16px}.story-journey small{color:var(--muted);line-height:1.7}.story-chapter-list{padding-block:20px 110px;background:#f7f6f1}.story-sample-chapter{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(45px,8vw,110px);align-items:center;padding-block:85px;border-bottom:1px solid #dbe1d8}.story-sample-chapter figure{margin:0}.story-sample-chapter img{display:block;width:100%;aspect-ratio:1.52;object-fit:cover}.story-sample-chapter figcaption{margin-top:12px;color:var(--muted);font-size:10px}.story-sample-chapter>div>span{display:block;color:#c7b388;font:48px Georgia,serif}.story-sample-chapter h2{margin:11px 0 25px;font:500 clamp(1.6rem,3vw,2.5rem)/1.65 "Yu Mincho","Hiragino Mincho ProN",serif}.story-sample-chapter>div>p:last-child{color:var(--muted);font-size:15px;line-height:2.2}.story-now{padding-block:120px;color:#fff;background:#163c40}.story-now .eyebrow{color:#d2af69}.story-now blockquote{max-width:980px;margin:30px 0 40px;font:500 clamp(2rem,4.5vw,4rem)/1.7 "Yu Mincho","Hiragino Mincho ProN",serif}.story-now .story-sample-shell>p:last-child{max-width:720px;color:rgba(255,255,255,.72);font-size:15px;line-height:2.2}.story-message{padding-block:110px;text-align:center}.story-message>p:not(.eyebrow){max-width:760px;margin:0 auto 40px;color:var(--muted);font-size:16px;line-height:2.2}
@media(max-width:760px){.story-sample-shell,.story-sample-hero__copy{width:min(100% - 36px,1180px)}.story-sample-hero{min-height:680px}.story-sample-hero>img{object-position:64% center}.story-sample-hero__shade{background:linear-gradient(0deg,rgba(11,35,39,.94),rgba(11,35,39,.14) 82%)}.story-sample-hero__copy{padding:330px 0 55px}.story-sample-hero h1{font-size:2.05rem}.story-sample-hero__copy>div{align-items:flex-start;flex-direction:column;gap:3px}.story-sample-intro{grid-template-columns:1fr;gap:20px;padding-block:70px}.story-profile dl{grid-template-columns:1fr 1fr}.story-profile dl>div,.story-profile dl>div:first-child{padding:15px 12px;border:0;border-bottom:1px solid #cfd8cb}.story-journey{padding-block:70px}.story-journey ol{grid-template-columns:1fr;margin-left:5px;border-top:0;border-left:1px solid #b7c5b4}.story-journey li{padding:0 0 35px 25px}.story-journey li::before{top:6px;left:-6px}.story-sample-chapter{grid-template-columns:1fr;gap:30px;padding-block:60px}.story-sample-chapter>div>span{font-size:38px}.story-now,.story-message{padding-block:75px}.story-now blockquote{font-size:1.75rem}}
.story-sample-photo{width:100%;aspect-ratio:1.52;background-image:url('/assets/images/stories/sample-aiko/journey-contact-sheet.png');background-repeat:no-repeat;background-size:202% 202%}.story-sample-photo--1{background-position:0 0}.story-sample-photo--2{background-position:100% 0}.story-sample-photo--3{background-position:0 100%}.story-sample-photo--4{background-position:100% 100%}
.story-article{background:#fff}.story-article-shell,.story-article-body{width:min(920px,calc(100% - 48px));margin-inline:auto}.story-article-header{padding:90px 0 0}.story-article-header h1{max-width:850px;margin:22px 0 26px;font:500 clamp(2.5rem,5vw,4.6rem)/1.48 "Yu Mincho","Hiragino Mincho ProN",serif}.story-article-deck{max-width:760px;color:var(--muted);font-size:17px;line-height:2}.story-article-byline{display:flex;align-items:baseline;gap:16px;margin:38px 0}.story-article-byline strong{font:22px Georgia,serif}.story-article-byline span{color:var(--muted);font-size:12px}.story-article-byline time{margin-left:auto;color:var(--muted);font-size:11px}.story-article-hero{width:min(1240px,calc(100% - 48px));margin:0 auto}.story-article-hero img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.story-article figcaption{margin-top:10px;color:var(--muted);font-size:10px}.story-article-body{padding-block:70px}.story-article-body>p{font-size:16px;line-height:2.25}.story-article-lead{font-size:20px!important;font-weight:500}.story-article-disclaimer{padding:12px 16px;color:#7b5d27;background:#f7f1e5;font-size:11px!important}.story-article-facts{margin:65px 0;padding:28px;border:1px solid var(--line);background:#f7f8f4}.story-article-facts h2,.story-article-timeline h2{font-size:16px}.story-article-facts dl{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:25px 0 0}.story-article-facts dt{color:var(--muted);font-size:10px}.story-article-facts dd{margin:4px 0 0;font-size:13px;font-weight:700}.story-article-timeline{margin:70px 0}.story-article-timeline ol{display:grid;grid-template-columns:repeat(4,1fr);margin:28px 0 0;padding:0;border-top:1px solid #b8c5b6;list-style:none}.story-article-timeline li{position:relative;padding:25px 20px 0 0}.story-article-timeline li::before{position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:var(--gold);content:""}.story-article-timeline span,.story-article-timeline strong,.story-article-timeline small{display:block}.story-article-timeline span{color:var(--gold);font:14px Georgia,serif}.story-article-timeline strong{margin:5px 0}.story-article-timeline small{color:var(--muted);font-size:10px;line-height:1.7}.story-article-chapter{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:55px;align-items:start;padding:70px 0;border-top:1px solid var(--line)}.story-article-chapter figure{position:sticky;top:24px;margin:0}.story-article-chapter__number{margin:0;color:var(--gold);font:24px Georgia,serif}.story-article-chapter__number span{margin-left:9px;font:700 10px sans-serif;letter-spacing:.08em}.story-article-chapter h2{margin:14px 0 28px;font:500 30px/1.7 "Yu Mincho","Hiragino Mincho ProN",serif}.story-article-chapter>div>p:not(.story-article-chapter__number){font-size:15px;line-height:2.25}.story-article-quote{margin:65px -70px;padding:55px 70px;color:#fff;background:#173f43}.story-article-quote p{margin:0;font:500 35px/1.8 "Yu Mincho","Hiragino Mincho ProN",serif}.story-article-current{display:grid;grid-template-columns:1fr .75fr;gap:45px;align-items:center;margin:90px 0}.story-article-current h2,.story-article-message h2{font:500 31px/1.7 "Yu Mincho","Hiragino Mincho ProN",serif}.story-article-current p:not(.eyebrow),.story-article-message p:not(.eyebrow){font-size:15px;line-height:2.2}.story-article-current img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:65% center}.story-article-message{margin:80px 0 0;padding:55px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.story-article-footer{padding:45px 24px 90px;text-align:center}.story-article-footer a{font-weight:700}
@media(max-width:760px){.story-article-shell,.story-article-body,.story-article-hero{width:min(100% - 36px,920px)}.story-article-header{padding-top:55px}.story-article-header h1{font-size:2.1rem}.story-article-deck{font-size:15px}.story-article-byline{align-items:flex-start;flex-direction:column;gap:3px}.story-article-byline time{margin:6px 0 0}.story-article-body{padding-block:45px}.story-article-lead{font-size:18px!important}.story-article-facts{padding:20px;margin:45px 0}.story-article-facts dl{grid-template-columns:1fr 1fr}.story-article-timeline{margin:50px 0}.story-article-timeline ol{grid-template-columns:1fr;margin-left:4px;border-top:0;border-left:1px solid #b8c5b6}.story-article-timeline li{padding:0 0 28px 22px}.story-article-timeline li::before{top:6px;left:-5px}.story-article-chapter{grid-template-columns:1fr;gap:28px;padding:50px 0}.story-article-chapter figure{position:static}.story-article-chapter h2{font-size:25px}.story-article-quote{margin:40px -18px;padding:42px 24px}.story-article-quote p{font-size:25px}.story-article-current{grid-template-columns:1fr;margin:60px 0}.story-article-current img{grid-row:1}.story-article-message{margin-top:55px;padding:40px 10px}.story-article-current h2,.story-article-message h2{font-size:26px}}
.story-feature{padding:70px 28px 0;background:#f2f2ec}.story-feature article{max-width:1240px;margin:auto}.story-feature-hero{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border:1px solid #d8dfd6;border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(25,55,51,.1)}.story-feature-hero__copy{display:flex;flex-direction:column;padding:clamp(42px,6vw,78px)}.story-feature-hero h1{margin:18px 0 24px;font:500 clamp(2.3rem,4.6vw,4.25rem)/1.5 "Yu Mincho","Hiragino Mincho ProN",serif}.story-feature-hero__lead{color:var(--muted);font-size:15px;line-height:2}.story-feature-hero figure{position:relative;min-height:720px;margin:0}.story-feature-hero figure img{width:100%;height:100%;object-fit:cover;object-position:58% center}.story-feature-hero figure figcaption{position:absolute;right:18px;bottom:14px;padding:6px 10px;color:#fff;background:rgba(11,36,38,.7);font-size:10px}.story-feature-route{display:grid;grid-template-columns:repeat(4,1fr);margin:42px 0 30px;padding:24px 0 0;border-top:1px solid var(--line);list-style:none}.story-feature-route li{position:relative;padding-right:12px}.story-feature-route li:not(:last-child)::after{position:absolute;top:12px;right:7px;color:#ad9a70;content:"→"}.story-feature-route span,.story-feature-route strong,.story-feature-route small{display:block}.story-feature-route span{color:var(--gold);font:14px Georgia,serif}.story-feature-route strong{margin-top:5px;font-size:12px}.story-feature-route small{color:var(--muted);font-size:9px}.story-feature-person{display:flex;align-items:baseline;gap:14px;margin-top:auto}.story-feature-person strong{font:24px Georgia,serif}.story-feature-person span{color:var(--muted);font-size:11px}.story-feature-intro{width:min(780px,calc(100% - 40px));margin:90px auto 110px;color:#334f4c}.story-feature-intro>p{font-size:16px;line-height:2.3}.story-feature-intro__lead{font:500 28px/1.9 "Yu Mincho","Hiragino Mincho ProN",serif!important}.story-feature-note{padding:11px 14px;color:#80632d;background:#f8f1e3;font-size:10px!important}.story-feature-journey{position:relative;padding:90px clamp(45px,8vw,100px) 120px;border-radius:22px 22px 0 0;background:#fff}.story-feature-journey>header{max-width:720px;margin:0 auto 80px;text-align:center}.story-feature-journey>header h2{margin:10px 0 15px;font:500 clamp(2rem,4vw,3.4rem)/1.6 "Yu Mincho","Hiragino Mincho ProN",serif}.story-feature-journey>header>p:last-child{color:var(--muted)}.story-feature-journey__line{position:absolute;top:290px;bottom:100px;left:50%;width:1px;background:linear-gradient(#c9b888,#9dae99 80%,transparent)}.story-feature-step{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:clamp(70px,10vw,130px);align-items:center;min-height:620px;padding:70px 0}.story-feature-step__node{position:absolute;z-index:2;top:50%;left:50%;display:grid;width:52px;height:52px;place-items:center;transform:translate(-50%,-50%);border:8px solid #fff;border-radius:50%;background:#9f864d;color:#fff;font:13px Georgia,serif;box-shadow:0 0 0 1px #c7b98f}.story-feature-step figure{margin:0}.story-feature-step figure .story-sample-photo{border-radius:4px;box-shadow:0 18px 50px rgba(28,53,49,.13)}.story-feature-step figcaption{margin-top:12px;color:var(--muted);font-size:10px}.story-feature-step__story{padding:42px;border:1px solid var(--line);background:#fafaf7;box-shadow:0 16px 45px rgba(28,53,49,.06)}.story-feature-step__meta{color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.08em}.story-feature-step h3{margin:12px 0 25px;font:500 clamp(1.65rem,2.5vw,2.4rem)/1.7 "Yu Mincho","Hiragino Mincho ProN",serif}.story-feature-step__story>p:not(.story-feature-step__meta){color:#506662;font-size:14px;line-height:2.2}.story-feature-step--image-right figure{grid-column:2;grid-row:1}.story-feature-step--image-right .story-feature-step__story{grid-column:1;grid-row:1}.story-feature-now{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;color:#fff;background:#173f43}.story-feature-now>div{padding:clamp(55px,8vw,100px)}.story-feature-now h2{margin:15px 0 30px;font:500 clamp(2rem,3.5vw,3.4rem)/1.65 "Yu Mincho","Hiragino Mincho ProN",serif}.story-feature-now>div>p:not(.eyebrow){color:rgba(255,255,255,.72);font-size:14px;line-height:2.2}.story-feature-now>img{width:100%;height:100%;min-height:720px;object-fit:cover;object-position:62% center}.story-feature-now dl{display:grid;gap:15px;margin-top:35px}.story-feature-now dl div{padding-top:12px;border-top:1px solid rgba(255,255,255,.18)}.story-feature-now dt{color:#d2b26c;font-size:9px}.story-feature-now dd{margin:3px 0 0;font-size:13px}.story-feature-message{padding:120px 25px;text-align:center;background:#fff}.story-feature-message blockquote{max-width:900px;margin:30px auto;font:500 clamp(2.1rem,4vw,3.8rem)/1.75 "Yu Mincho","Hiragino Mincho ProN",serif}.story-feature-message>p:not(.eyebrow){margin-bottom:55px;font:18px Georgia,serif}.story-feature-message>a{font-size:12px;font-weight:700}
@media(max-width:840px){.story-feature{padding:25px 14px 0}.story-feature-hero{grid-template-columns:1fr}.story-feature-hero__copy{padding:36px 25px}.story-feature-hero h1{font-size:2.2rem}.story-feature-hero figure{min-height:480px}.story-feature-route{grid-template-columns:1fr 1fr;gap:18px 8px}.story-feature-route li:nth-child(2)::after{display:none}.story-feature-person{align-items:flex-start;flex-direction:column;gap:2px;margin-top:20px}.story-feature-intro{margin-block:65px 75px}.story-feature-intro__lead{font-size:23px!important}.story-feature-journey{padding:65px 20px 80px}.story-feature-journey>header{margin-bottom:45px}.story-feature-journey__line{top:245px;bottom:70px;left:34px}.story-feature-step,.story-feature-step--image-right{display:block;min-height:0;padding:45px 0 45px 42px}.story-feature-step__node{top:74px;left:14px;width:38px;height:38px;border-width:6px;transform:translate(-50%,0)}.story-feature-step--image-right figure,.story-feature-step--image-right .story-feature-step__story{grid-column:auto;grid-row:auto}.story-feature-step__story{margin-top:18px;padding:27px 22px}.story-feature-step h3{font-size:24px}.story-feature-now{grid-template-columns:1fr}.story-feature-now>img{grid-row:1;min-height:500px}.story-feature-now>div{padding:50px 28px}.story-feature-message{padding:80px 22px}.story-feature-message blockquote{font-size:2rem}}

/* Stories hero: standard landscape smartphone photo input */
.story-feature-hero{display:flex;flex-direction:column}
.story-feature-hero__copy{display:grid;padding:clamp(42px,5vw,70px) clamp(36px,6vw,82px) clamp(34px,4vw,54px);grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr);column-gap:clamp(40px,6vw,90px);align-items:end}
.story-feature-hero__copy>.eyebrow,.story-feature-hero__copy>h1,.story-feature-hero__copy>.story-feature-hero__lead{grid-column:1}
.story-feature-hero h1{font-size:clamp(2.3rem,4.2vw,4rem);text-wrap:balance}
.story-feature-hero figure{width:100%;min-height:0;background:#dfe4dc}
.story-feature-hero figure img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center}
.story-feature-route{grid-column:2;grid-row:1/4;grid-template-columns:1fr;margin:0;padding:0 0 0 30px;border-top:0;border-left:1px solid var(--line)}
.story-feature-route li{display:grid;padding:9px 0 9px 30px;grid-template-columns:38px 1fr;align-items:center}
.story-feature-route li:not(:last-child)::after{top:42px;right:auto;bottom:-8px;left:4px;width:1px;background:#d2c6a8;content:""}
.story-feature-route span{position:absolute;left:-5px;z-index:1;display:grid;width:20px;height:20px;border-radius:50%;color:#fff;background:var(--gold);font-size:10px;place-items:center}
.story-feature-route strong,.story-feature-route small{grid-column:2}
.story-feature-route strong{margin-top:0}
.story-feature-person{padding:22px clamp(36px,6vw,82px);margin-top:0}
@media(max-width:840px){
.story-feature-hero__copy{display:block;padding:36px 25px 28px}
.story-feature-hero h1{font-size:2.2rem;text-wrap:wrap}
.story-feature-hero figure{min-height:0}
.story-feature-hero figure img{aspect-ratio:16/9}
.story-feature-route{grid-template-columns:1fr 1fr;margin-top:28px;padding:20px 0 0;border-top:1px solid var(--line);border-left:0;gap:15px 8px}
.story-feature-route li{display:block;padding:0 22px 0 0}
.story-feature-route li:not(:last-child)::after{top:10px;right:7px;bottom:auto;left:auto;width:auto;background:none;color:#ad9a70;content:"→"}
.story-feature-route li:nth-child(2)::after{display:none}
.story-feature-route span{position:static;display:block;width:auto;height:auto;border-radius:0;color:var(--gold);background:none;font-size:14px}
.story-feature-route strong,.story-feature-route small{display:block}
.story-feature-person{padding:18px 25px;margin-top:0}
}
@media(min-width:841px){
.story-feature-hero__copy>.eyebrow{grid-column:1/-1}
.story-feature-hero__copy>h1{grid-column:1/-1;white-space:nowrap;font-size:clamp(2.25rem,3.1vw,2.85rem)}
.story-feature-hero__copy>.story-feature-hero__lead{grid-column:1;grid-row:3}
.story-feature-route{grid-column:2;grid-row:3/5}
}
/* Keep submitted landscape photos compact enough for modest phone resolutions. */
@media(min-width:841px){
.story-feature-hero figure{width:min(900px,calc(100% - 164px));margin:0 auto 58px;overflow:hidden;border-radius:10px}
}
@media(max-width:840px){
.story-feature-hero{display:flex;flex-direction:column;padding-top:32px}
.story-feature-hero__copy{display:contents}
.story-feature-hero__copy>.eyebrow{order:1;margin:0;padding:0 25px 12px}
.story-feature-hero__copy>h1{order:2;margin:0;padding:0 25px 24px}
.story-feature-hero>figure{order:3;width:calc(100% - 32px);margin:0 16px;overflow:hidden;border-radius:8px}
.story-feature-hero__copy>.story-feature-hero__lead{order:4;margin:0;padding:28px 25px 0}
.story-feature-route{order:5;margin:26px 25px 0}
.story-feature-person{order:6;padding:22px 25px 28px}
}
/* Stories hero v2 — compact editorial cover */
.story-feature-hero{position:relative;display:grid;padding:clamp(38px,4.8vw,68px) clamp(34px,5.5vw,76px) clamp(34px,4.5vw,58px);grid-template-columns:minmax(0,1.3fr) minmax(190px,.52fr) minmax(260px,.68fr);column-gap:clamp(28px,4vw,58px);row-gap:26px;align-items:center;background:linear-gradient(135deg,#fff 0%,#fff 72%,#f5f3eb 100%)}
.story-feature-hero::before{position:absolute;top:0;right:clamp(34px,5.5vw,76px);left:clamp(34px,5.5vw,76px);height:3px;background:linear-gradient(90deg,#b28b42 0 12%,#dce3db 12% 100%);content:""}
.story-feature-hero__copy{display:contents}
.story-feature-hero__copy>.eyebrow{grid-column:1/-1;margin:0}
.story-feature-hero__copy>h1{grid-column:1/-1;margin:0 0 4px;white-space:nowrap;font-size:clamp(2.2rem,3vw,2.8rem);letter-spacing:.015em;text-wrap:initial}
.story-feature-hero__copy>.story-feature-hero__lead{grid-column:1;grid-row:3;margin:0;padding-right:8px;font-size:13px;line-height:2.05}
.story-feature-route{grid-column:2;grid-row:3/5;margin:0;padding:4px 0 4px 25px}
.story-feature-route li{padding:7px 0 7px 25px}
.story-feature-route li:not(:last-child)::after{top:37px;bottom:-5px}
.story-feature-hero>figure{grid-column:3;grid-row:3/5;width:100%;margin:0;padding:8px;overflow:visible;border:1px solid #d6ddd4;border-radius:3px;background:#fff;box-shadow:0 14px 32px rgba(25,55,51,.11);transform:rotate(.35deg)}
.story-feature-hero>figure::before{position:absolute;z-index:1;top:-8px;left:50%;width:58px;height:17px;background:rgba(199,181,139,.42);content:"";transform:translateX(-50%) rotate(-2deg)}
.story-feature-hero>figure img{display:block;width:100%;height:auto;aspect-ratio:16/9;border-radius:1px;object-fit:cover;object-position:center}
.story-feature-hero>figure figcaption{right:8px;bottom:8px;padding:4px 7px;font-size:8px}
.story-feature-person{grid-column:1;grid-row:4;margin:0;padding:18px 0 0;border-top:1px solid var(--line)}
.story-feature-person strong{font-size:22px}
@media(max-width:1000px) and (min-width:841px){
.story-feature-hero{grid-template-columns:minmax(0,1.1fr) minmax(170px,.55fr) minmax(220px,.7fr);column-gap:24px}
.story-feature-hero__copy>h1{white-space:normal;font-size:2.25rem}
}
@media(max-width:840px){
.story-feature-hero{display:flex;padding:30px 0 0;gap:0;background:linear-gradient(160deg,#fff 0%,#fff 78%,#f5f3eb 100%)}
.story-feature-hero::before{right:25px;left:25px}
.story-feature-hero__copy{display:contents}
.story-feature-hero__copy>.eyebrow{order:1;margin:0;padding:0 25px 12px}
.story-feature-hero__copy>h1{order:2;margin:0;padding:0 25px 22px;white-space:normal;font-size:clamp(1.85rem,8.7vw,2.2rem);line-height:1.55}
.story-feature-hero>figure{order:3;width:calc(100% - 50px);margin:0 25px;padding:6px;transform:none}
.story-feature-hero>figure::before{width:48px;height:14px}
.story-feature-hero__copy>.story-feature-hero__lead{order:4;margin:0;padding:28px 25px 0;font-size:13px}
.story-feature-route{order:5;margin:25px 25px 0;padding:20px 0 0;grid-template-columns:1fr 1fr}
.story-feature-person{order:6;width:calc(100% - 50px);margin:22px 25px 0;padding:18px 0 26px}
}
/* Stories hero v3 — horizontal route between deck and name */
@media(min-width:841px){
.story-feature-hero{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);column-gap:clamp(38px,5vw,72px);row-gap:18px}
.story-feature-hero__copy>.story-feature-hero__lead{grid-column:1;grid-row:3;padding-right:0}
.story-feature-route{display:grid;grid-column:1;grid-row:4;grid-template-columns:repeat(4,minmax(0,1fr));margin:8px 0 0;padding:18px 0 0;border-top:1px solid var(--line);border-left:0}
.story-feature-route li{display:block;padding:0 18px 0 0}
.story-feature-route li:not(:last-child)::after{top:9px;right:7px;bottom:auto;left:auto;width:auto;background:none;color:#ad9a70;content:"→"}
.story-feature-route span{position:static;display:block;width:auto;height:auto;border-radius:0;color:var(--gold);background:none;font-size:12px}
.story-feature-route strong,.story-feature-route small{display:block;grid-column:auto}
.story-feature-route strong{margin-top:3px;font-size:11px;white-space:nowrap}
.story-feature-person{grid-column:1;grid-row:5;margin-top:5px;padding-top:15px}
.story-feature-hero>figure{grid-column:2;grid-row:3/6;width:100%;max-width:390px;justify-self:end;align-self:center}
}
/* Stories hero v4 — portrait identity belongs with the photo */
@media(min-width:841px){
.story-feature-hero{grid-template-columns:minmax(0,1.22fr) minmax(370px,.78fr);column-gap:clamp(42px,5vw,76px)}
.story-feature-hero>figure{grid-column:2;grid-row:3/5;width:100%;max-width:440px;justify-self:end;align-self:end}
.story-feature-person{grid-column:2;grid-row:5;width:100%;max-width:440px;justify-self:end;margin:0;padding:10px 8px 0;border-top:0}
}
@media(max-width:840px){
.story-feature-person{border-top:0}
}
/* Stories hero v5 — refined editorial finish without changing composition */
.story-feature-hero{border-color:rgba(24,62,66,.12);border-radius:18px;background:radial-gradient(circle at 92% 78%,rgba(176,134,64,.075),transparent 26%),linear-gradient(145deg,#fff 0%,#fff 66%,#f8f8f4 100%);box-shadow:0 30px 80px rgba(25,55,51,.09),0 2px 8px rgba(25,55,51,.04)}
.story-feature-hero::before{height:2px;background:linear-gradient(90deg,#a98542 0 10%,rgba(24,62,66,.16) 10% 100%)}
.story-feature-hero__copy>.eyebrow{color:#9a7a3c;font-size:9px;letter-spacing:.24em}
.story-feature-hero__copy>h1{color:#163f43;font-weight:500;letter-spacing:.005em}
.story-feature-hero__copy>.story-feature-hero__lead{max-width:620px;color:#647572;font-size:13px;line-height:2.15}
.story-feature-route{position:relative;border-top-color:rgba(24,62,66,.15)}
.story-feature-route::before{position:absolute;top:-1px;left:0;width:68px;height:1px;background:#aa8747;content:""}
.story-feature-route li:not(:last-child)::after{color:#b99c62;font-size:13px}
.story-feature-route span{color:#a27d38;font-size:11px;letter-spacing:.08em}
.story-feature-route strong{color:#244b4e;font-weight:650;letter-spacing:.015em}
.story-feature-route small{color:#7c8986}
.story-feature-hero>figure{padding:7px;border-color:rgba(24,62,66,.15);border-radius:11px;background:rgba(255,255,255,.92);box-shadow:0 22px 48px rgba(24,62,66,.14),0 2px 5px rgba(24,62,66,.06);transform:none}
.story-feature-hero>figure::before{display:none}
.story-feature-hero>figure img{border-radius:6px}
.story-feature-hero>figure figcaption{right:12px;bottom:12px;border-radius:3px;background:rgba(15,48,51,.78);letter-spacing:.03em}
.story-feature-person{align-items:center;padding-right:5px;padding-left:5px}
.story-feature-person strong{color:#173f43;font-size:24px;letter-spacing:.015em}
.story-feature-person span{padding-left:14px;border-left:1px solid rgba(24,62,66,.18);color:#687a77;letter-spacing:.015em}
@media(max-width:840px){
.story-feature-hero{border-radius:16px}
.story-feature-route::before{width:52px}
.story-feature-person{align-items:flex-start;padding-right:0;padding-left:0}
.story-feature-person span{padding-left:0;border-left:0}
}
/* Stories article v2 — carry the refined editorial language through the page */
.story-feature-intro{width:min(840px,calc(100% - 40px));margin:68px auto 78px}
.story-feature-intro>p{font-size:15px;line-height:2.2}
.story-feature-intro__lead{margin:24px 0 14px;font-size:clamp(1.35rem,2.2vw,1.8rem)!important;line-height:1.75!important}
.story-feature-note{display:inline-block;margin:0;padding:7px 11px;border-left:2px solid #b08a45;background:#f7f3e9}
.story-feature-journey{padding-top:72px;background:#fff}
.story-feature-journey>header{margin-bottom:48px}
.story-feature-journey>header h2{font-size:clamp(1.9rem,3.5vw,3rem)}
.story-feature-journey__line{top:245px;bottom:105px;background:linear-gradient(#b59352 0%,#aebca8 88%,transparent)}
.story-feature-step{min-height:540px;padding:58px 0}
.story-feature-step__node{width:40px;height:40px;border-width:9px;background:#fff;color:#9a793c;font-size:11px;box-shadow:0 0 0 1px #bda977}
.story-feature-step figure{position:relative}
.story-feature-step figure .story-sample-photo{border-radius:10px;box-shadow:0 20px 55px rgba(28,53,49,.11)}
.story-feature-step--image-left figure{transform:translateX(-10px)}
.story-feature-step--image-right figure{transform:translateX(10px)}
.story-feature-step figcaption{margin-top:10px;letter-spacing:.04em}
.story-feature-step__story{padding:22px 20px;border:0;background:transparent;box-shadow:none}
.story-feature-step__meta{display:inline-flex;align-items:center;gap:9px;color:#9a793c;font-size:10px;letter-spacing:.1em}
.story-feature-step__meta::before{width:25px;height:1px;background:#b49354;content:""}
.story-feature-step h3{margin:15px 0 24px;font-size:clamp(1.6rem,2.35vw,2.25rem);line-height:1.65}
.story-feature-step__story>p:not(.story-feature-step__meta){max-width:470px;color:#586b68;font-size:14px;line-height:2.15}
.story-feature-now{grid-template-columns:.9fr 1.1fr;margin-top:0;border-radius:0 0 18px 18px;background:linear-gradient(135deg,#173f43,#1d4a4d)}
.story-feature-now>div{padding:clamp(52px,7vw,86px)}
.story-feature-now h2{font-size:clamp(1.9rem,3.1vw,3rem)}
.story-feature-now>img{min-height:560px;object-position:center}
.story-feature-now dl{grid-template-columns:repeat(3,1fr);gap:18px}
.story-feature-now dl div{padding-right:10px}
.story-feature-message{position:relative;width:min(960px,calc(100% - 40px));margin:85px auto 0;padding:70px 74px;text-align:left}
.story-feature-message::before{position:absolute;top:70px;bottom:70px;left:35px;width:2px;background:#b18c47;content:""}
.story-feature-message blockquote{max-width:760px;margin:20px 0 20px;font-size:clamp(1.75rem,3.2vw,2.8rem);line-height:1.75}
.story-feature-message>p:not(.eyebrow){margin:0 0 42px;color:#526966;font-size:16px}
@media(max-width:840px){
.story-feature-intro{margin-block:52px 58px}
.story-feature-intro__lead{font-size:1.35rem!important}
.story-feature-journey{padding-top:58px}
.story-feature-journey__line{top:220px}
.story-feature-step,.story-feature-step--image-right{padding-block:38px}
.story-feature-step--image-left figure,.story-feature-step--image-right figure{transform:none}
.story-feature-step__story{padding:24px 4px 8px}
.story-feature-now{border-radius:0 0 14px 14px}
.story-feature-now>img{min-height:0;aspect-ratio:16/10}
.story-feature-now dl{grid-template-columns:1fr}
.story-feature-message{margin-top:55px;padding:54px 30px 54px 48px}
.story-feature-message::before{top:54px;bottom:54px;left:23px}
.story-feature-message blockquote{font-size:1.75rem}
}
/* Stories journey v3 — one continuous narrative rather than separate cards */
@media(min-width:841px){
.story-feature-journey{padding-bottom:92px;background:linear-gradient(90deg,#fff 0%,#fbfcf9 49.9%,#fff 50.1%,#fff 100%)}
.story-feature-journey__line{z-index:0;top:230px;bottom:72px;width:2px;background:linear-gradient(#b4914f 0%,#aab8a5 92%,rgba(170,184,165,0))}
.story-feature-step{min-height:0;padding:42px 0;gap:clamp(64px,8vw,104px)}
.story-feature-step::after{position:absolute;z-index:0;top:50%;left:50%;width:clamp(64px,8vw,104px);height:1px;background:#cfd8cc;content:"";transform:translateX(-50%)}
.story-feature-step>figure,.story-feature-step>.story-feature-step__story{position:relative;z-index:1}
.story-feature-step__node{z-index:2;width:34px;height:34px;border-width:8px}
.story-feature-step--image-left figure,.story-feature-step--image-right figure{transform:none}
.story-feature-step figure .story-sample-photo{box-shadow:0 12px 34px rgba(28,53,49,.08)}
.story-feature-step__story{padding:12px 8px}
.story-feature-step h3{margin-bottom:20px}
.story-feature-step__story>p:not(.story-feature-step__meta){margin-bottom:18px}
}
@media(max-width:840px){
.story-feature-journey{background:#fff}
.story-feature-step__story{border:0;background:transparent;box-shadow:none}
}
.story-intake{padding:64px 24px 100px;background:#f2f2ec}.story-intake__hero,.story-intake__form{width:min(980px,100%);margin-inline:auto}.story-intake__hero{padding:54px 62px;border:1px solid rgba(24,62,66,.12);border-radius:18px;background:#fff;box-shadow:0 24px 65px rgba(25,55,51,.08)}.story-intake__hero h1{margin:14px 0 18px;font:500 clamp(2rem,4vw,3.35rem)/1.55 "Yu Mincho","Hiragino Mincho ProN",serif}.story-intake__hero>p:not(.eyebrow){max-width:720px;color:var(--muted);font-size:14px}.story-intake__hero ol{display:grid;grid-template-columns:repeat(4,1fr);margin:32px 0 0;padding:22px 0 0;border-top:1px solid var(--line);list-style:none}.story-intake__hero li{font-size:11px}.story-intake__hero li b{margin-right:8px;color:var(--gold);font:14px Georgia,serif}.story-intake__form{margin-top:36px}.story-intake__section{margin-bottom:24px;padding:44px 52px;border:1px solid rgba(24,62,66,.12);border-radius:16px;background:#fff}.story-intake__section>header{display:grid;grid-template-columns:44px 1fr;gap:18px;margin-bottom:28px}.story-intake__section>header>span{color:#b08a45;font:30px Georgia,serif}.story-intake__section>header h2{margin:0;font:500 27px/1.5 "Yu Mincho","Hiragino Mincho ProN",serif}.story-intake__section>header p{margin:5px 0 0;color:var(--muted);font-size:12px}.story-intake__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.story-intake__grid--four{grid-template-columns:repeat(4,1fr)}.story-intake label{margin:15px 0}.story-intake label small{color:var(--muted);font-weight:400}.story-intake__journey{position:relative;padding-left:30px}.story-intake__journey::before{position:absolute;top:20px;bottom:20px;left:8px;width:1px;background:#c7b98f;content:""}.story-intake fieldset{position:relative;margin:0 0 22px;padding:26px;border:1px solid var(--line);border-radius:12px;background:#fafbf8}.story-intake fieldset::before{position:absolute;top:31px;left:-27px;width:11px;height:11px;border:5px solid #fff;border-radius:50%;background:#a88748;box-sizing:content-box;content:""}.story-intake legend{padding:0 10px;color:#23484b;font-weight:700}.story-intake legend b{margin-right:8px;color:var(--gold);font:17px Georgia,serif}.story-intake__question{display:grid;grid-template-columns:42px 1fr;gap:0 12px;padding:18px 0;border-top:1px solid var(--line)}.story-intake__question>b{grid-row:1/3;color:var(--gold);font:18px Georgia,serif}.story-intake__question>span{font-weight:600}.story-intake__question textarea{grid-column:2}.story-intake__photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.story-intake__upload{display:flex!important;min-height:150px;padding:22px;border:1px dashed #aebfb4;border-radius:10px;background:#fafbf8;flex-direction:column;justify-content:center}.story-intake__upload b,.story-intake__upload small,.story-intake__upload span{display:block}.story-intake__upload small{margin:5px 0 12px}.story-intake__upload span{margin-top:7px;color:var(--muted);font-size:10px;font-weight:400}.story-intake__section--final{border-top:3px solid #a88748}.story-intake__actions{display:flex;gap:12px;margin-top:26px}.story-intake__actions button:first-child{min-width:220px}@media(max-width:760px){.story-intake{padding:24px 14px 60px}.story-intake__hero{padding:34px 24px}.story-intake__hero h1{font-size:2rem}.story-intake__hero ol{grid-template-columns:1fr 1fr;gap:12px}.story-intake__section{padding:30px 20px}.story-intake__section>header{grid-template-columns:34px 1fr}.story-intake__grid,.story-intake__grid--four,.story-intake__photo-grid{grid-template-columns:1fr}.story-intake__journey{padding-left:18px}.story-intake fieldset{padding:20px 16px}.story-intake fieldset::before{left:-20px}.story-intake__question{grid-template-columns:30px 1fr}.story-intake__actions{flex-direction:column}.story-intake__actions button{width:100%}}
.story-intake__counter{display:block;margin-top:5px;color:#7a8884;font-size:10px;font-weight:400;text-align:right;letter-spacing:.02em}
.story-intake__question>.story-intake__counter{grid-column:2;justify-self:stretch;width:100%;margin-top:5px;text-align:right}
.story-card>img{display:block;width:calc(100% + 64px);max-width:none;aspect-ratio:16/9;object-fit:cover;margin:-32px -32px 12px;border-radius:11px 11px 0 0}
@media(max-width:760px){.story-card>img{width:calc(100% + 44px);margin:-22px -22px 10px}}
