/* V01 composition is retained; only its four sidebar notes are expanded. */
.small-note-title{font-family:var(--body);font-weight:400}
.feature-note{border-bottom:1px solid var(--line);padding-bottom:12px}
.feature-note h4{margin:0;font:inherit}
.feature-note button{display:flex;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:44px;border:0;background:none;padding:8px 0 1px;text-align:left;font-family:var(--title);font-size:16px;cursor:pointer;line-height:1.7}
.feature-note button span{font-family:var(--body);font-size:15px;flex-shrink:0}
.feature-note button:hover{color:var(--red)}
.feature-note>p{font-size:11px;line-height:1.9;margin:2px 0 0}
body.dialog-open{overflow:hidden}.feature-dialog{width:min(920px,calc(100% - 48px));max-height:88dvh;border:1px solid var(--ink);padding:0;color:var(--ink);background:#fff;overscroll-behavior:contain}.feature-dialog::backdrop{background:rgb(32 35 30 / .62)}.dialog-paper{padding:0 35px 25px}.dialog-top{position:sticky;top:0;background:white;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:12px;border-bottom:1px solid var(--ink);padding:12px 0}.dialog-close{font:inherit;background:none;border:0;border-bottom:1px solid var(--ink);padding:9px 5px;min-height:44px;cursor:pointer;white-space:nowrap}.dialog-title{display:flex;align-items:center;gap:25px;padding:25px 0}.dialog-title>span{font:italic 82px Georgia,serif;color:var(--red)}.dialog-title p{font-size:12px}.dialog-title h2{font-size:31px;line-height:1.7}.dialog-spread{display:grid;grid-template-columns:1.25fr 1fr;gap:35px;align-items:start}.dialog-spread section+section{margin-top:23px}.dialog-spread h3{font-size:20px;line-height:1.7;margin-bottom:9px}.dialog-spread p{font-size:14px;line-height:2}.dialog-spread figure{position:sticky;top:84px}.dialog-spread img{width:100%;margin-bottom:12px}.dialog-spread figcaption{font-size:11px;line-height:1.8}.dialog-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;margin-top:30px;padding-top:15px}.dialog-bottom a{max-width:70%}
@media(max-width:760px){
  .feature-note button{font-size:13px;gap:3px}
  .feature-note>p{font-size:11px}
  .feature-dialog{width:calc(100% - 24px);max-height:90dvh}
  .dialog-paper{padding:0 20px 22px}
  .dialog-top{font-size:10px;padding:8px 0}
  .dialog-title{display:block;padding:18px 0}
  .dialog-title>span{display:block;font-size:40px;line-height:1.2;margin-bottom:12px}
  .dialog-title h2{font-size:25px;line-height:1.55}
  .dialog-spread{display:flex;flex-direction:column;gap:24px}
  .dialog-spread h3{font-size:21px}
  .dialog-spread p{font-size:14px}
  .dialog-spread figure{position:static;width:100%}
  .dialog-spread img{max-height:300px;object-fit:contain}
  .dialog-bottom{font-size:11px;gap:10px}
}
@media(max-width:380px){.dialog-title h2{font-size:23px}.box-note h3{font-size:18px}}

.feature-note button .feature-label{font-family:var(--title);font-size:inherit;flex-shrink:1}
.dialog-top{justify-content:flex-end}
