/* Header spacing for the fourth destination; page content stays unchanged. */
@media(min-width:761px) and (max-width:1100px){
.site-header{gap:1rem}
.site-nav{gap:clamp(.55rem,1.3vw,1rem);font-size:.8rem}
.site-nav>a{white-space:nowrap}
.site-nav .button{padding:.8rem .75rem;font-size:.75rem;gap:.6rem}
}
@media(min-width:761px) and (max-width:1100px){
.site-header{height:auto;min-height:116px;flex-wrap:wrap;justify-content:center;padding-block:20px;gap:18px}
.site-nav{width:100%;justify-content:center;gap:clamp(1rem,3vw,2rem)}
}
/* Selected identity: the thread of memory. */
.brand-thread{display:block;width:43px;height:43px;flex:0 0 43px;overflow:visible}
@media(max-width:760px){.brand-thread{width:36px;height:36px;flex-basis:36px}}
