:root{--txt:#222;--bkg:#e7e7e7;--link:#55463f;--hover:#000}@media (prefers-color-scheme:dark){:root{--txt:#e7e7e7;--bkg:#222;--link:#d1c6c1;--hover:#fff}}html{font-family:Cormorant Garamond,georgia,garamond,serif;line-height:1.4;box-sizing:border-box;color:#222;background-color:#e7e7e7;color:var(--txt);background-color:var(--bkg);font-size:1.125em}body{margin:0;transform:none}*,:after,:before{box-sizing:inherit}::selection{background-color:#d10;color:#fff}h1,h2{font-family:Cormorant Infant,georgia,garamond,serif;font-weight:600;font-style:italic;line-height:1.2;margin:2em 0 1em}small{font-size:.8em;color:#717171}a{color:#55463f;color:var(--link);text-decoration:none;transition:color .3s cubic-bezier(.36,.17,.18,.89)}a:hover{color:#000;color:var(--hover)}.header{display:flex;height:100vh;position:relative;align-items:center;justify-content:center}.header--flimmer{color:#e7e7e7;color:var(--bkg)}.header__h{font-size:20vw;margin:0 0 .1em;position:relative;z-index:1;letter-spacing:.01em}.sub-header__back{position:fixed}.sub-header__back-content{position:relative;left:-1.5em}@media (min-width:48em){.sub-header__back-content{left:-2em}}.footer{color:#717171;display:flex;justify-content:space-between}.footer>*{font-size:.8em}.wrap{margin:2em auto;padding:0 2em;max-width:40rem}.wrap--inner{margin-top:0;margin-bottom:0}.wrap--narrow{max-width:10em}.wrap--justified{text-align:justify}.flimmer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.section{min-height:50vh}