:root{--ink: #141414;--muted: #565656;--surface: #ffffff;--band: #d2d2d2;--nav: #c6c6c6;--tile: #ededed;--tile-edge: #b9b9b9;--soft: rgba(128, 128, 128, .22);--soft-hover: rgba(94, 94, 94, .32);--line: #cfcfcf;--edge: #2f2f2f;--nav-h: 48px;--page: min(1040px, 66.67vw);--hero-page: min(1460px, 86vw);--gutter: 24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--ink);font-family:Times New Roman,Times,serif;font-size:15px;line-height:1.42}img{max-width:100%}:focus-visible{outline:2px solid var(--edge);outline-offset:2px}.card__summary:focus-visible,main:focus-visible{outline-offset:-4px}.skipLink{position:fixed;top:-80px;left:10px;z-index:100;padding:8px 14px;border:1px solid var(--edge);background:var(--surface);color:var(--ink);text-decoration:none;transition:top .15s linear}.skipLink:focus{top:10px}.button{display:inline-flex;align-items:center;padding:5px 13px;border:1px solid var(--edge);border-radius:0;background:var(--surface);color:var(--ink);font:inherit;text-decoration:none;cursor:pointer;transition:background-color .12s linear,color .12s linear}.button:hover,.button:focus-visible{background:var(--edge);color:var(--surface)}.externalLinks{display:flex;gap:8px}.externalLink{display:inline-flex;align-items:center;padding:4px;border:1px solid var(--edge);background:var(--surface);transition:background-color .12s linear}.externalLink:hover{background:var(--edge)}.externalLink img{display:block;width:20px;height:20px;object-fit:contain;transition:filter .12s linear}.externalLink:hover img,.nav__icon:hover img{filter:invert(1)}.hero{position:relative;display:flex;flex-direction:column;min-height:calc(100vh - var(--nav-h));overflow:hidden;background-image:radial-gradient(58% 62% at 76% 36%,#ffffff9e,#fff0 74%),linear-gradient(180deg,#a5a5a5 0%,#b6b6b6 18%,#cccccc 40%,#e2e2e2 62%,#f3f3f3 82%,var(--surface) 100%)}.hero__inner{position:relative;z-index:1;flex:1 1 auto;display:grid;align-content:center;width:100%;max-width:var(--hero-page);margin:0 auto;padding:clamp(28px,4.5vh,64px) var(--gutter)}.hero__intro{position:relative;z-index:1;max-width:min(100%,880px)}.hero__head{display:flex;align-items:center;gap:clamp(16px,2vw,34px)}.hero__face{width:clamp(104px,10vw,168px);height:clamp(104px,10vw,168px);border-radius:50%;object-fit:cover;border:1px solid var(--tile-edge)}.hero__name{margin:0;font-size:clamp(2.6rem,4.1vw,4.6rem);line-height:1.05}.hero__role{margin:4px 0 0;font-size:clamp(1.15rem,1.65vw,1.85rem);font-style:italic;color:var(--muted)}.hero__label{margin:clamp(18px,2.8vh,34px) 0 9px;font-size:clamp(1.3rem,1.7vw,1.95rem);font-weight:400;border-bottom:1px solid var(--line);padding-bottom:5px}.hero__text{margin:0 0 clamp(10px,1.6vh,20px);font-size:clamp(1.05rem,1.35vw,1.35rem);line-height:1.5}.marquee{flex:none;position:relative;z-index:1;padding-bottom:clamp(16px,3vh,34px);overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 7%,#000 93%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 7%,#000 93%,transparent 100%)}.marquee__track{display:flex;width:max-content;gap:clamp(14px,1.6vw,28px);animation-name:marqueeScroll;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes marqueeScroll{to{transform:translate(-50%)}}.marquee:hover .marquee__track,.marquee:focus-within .marquee__track{animation-play-state:paused}.marquee__item{flex:none;display:block;width:clamp(160px,min(19vw,30vh),300px);color:var(--ink);text-decoration:none}.marquee__frame{display:block;aspect-ratio:16 / 9;border:1px solid var(--edge);background:var(--tile);overflow:hidden;transition:box-shadow .14s linear,transform .14s linear}.marquee__item:hover .marquee__frame,.marquee__item:focus-visible .marquee__frame{transform:translate(-3px,-3px);box-shadow:5px 5px 0 var(--edge)}.marquee__frame img{display:block;width:100%;height:100%;object-fit:cover}.marquee__label{display:block;margin-top:6px;font-size:.92rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.marquee__item:hover .marquee__label,.marquee__item:focus-visible .marquee__label{color:var(--ink)}.nav{position:sticky;top:0;z-index:20;height:var(--nav-h);background:var(--nav);border-top:1px solid var(--edge);border-bottom:1px solid var(--edge)}.nav__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:100%;max-width:var(--page);margin:0 auto;padding:0 var(--gutter)}.nav__group{display:flex;align-items:center;gap:8px;min-width:0}.nav__group--links{justify-content:flex-end}.nav__link{padding:4px 15px;border:1px solid var(--edge);background:var(--surface);color:var(--ink);text-decoration:none;font-size:.95rem;white-space:nowrap;transition:background-color .12s linear,color .12s linear}.nav__link:hover,.nav__link:focus-visible{background:var(--edge);color:var(--surface)}.nav__link--quiet{background:transparent;border-color:transparent;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.nav__link--quiet:hover,.nav__link--quiet:focus-visible{background:transparent;border-color:var(--edge);color:var(--ink);text-decoration:none}.nav__icon{display:inline-flex;align-items:center;justify-content:center;height:28px;min-width:32px;padding:0 6px;border:1px solid var(--edge);background:var(--surface);color:var(--ink);text-decoration:none;font-size:.8rem;transition:background-color .12s linear,color .12s linear}.nav__icon:hover,.nav__icon:focus-visible{background:var(--edge);color:var(--surface)}.nav__icon img{display:block;width:18px;height:18px;object-fit:contain;transition:filter .12s linear}.nav__toTop{display:grid;place-items:center;width:40px;height:26px;color:var(--muted);cursor:pointer;transition:opacity .25s ease,transform .25s ease,color .15s ease}.nav__toTop:hover{color:var(--ink)}.js .nav__toTop{opacity:0;transform:translateY(-5px);pointer-events:none}.js .nav__toTop.is-visible{opacity:1;transform:none;pointer-events:auto}.section{scroll-margin-top:var(--nav-h)}.sectionHeader{display:flex;align-items:baseline;justify-content:center;gap:14px;margin:0;padding:9px var(--gutter);background:var(--band);border-top:3px double var(--edge);border-bottom:3px double var(--edge);font-size:1.4rem;font-weight:400}.sectionHeader__title{letter-spacing:.06em}.sectionHeader__rule{flex:0 1 84px;align-self:center;height:1px;background:var(--edge)}.exp{max-width:var(--page);margin:0 auto;padding:20px var(--gutter);scroll-margin-top:var(--nav-h)}.exp+.exp{border-top:1px solid var(--line)}.exp__name{margin:0;font-size:1.5rem;font-weight:400}.exp__info{margin:3px 0 0;color:var(--muted);font-size:.9rem}.exp__body{display:grid;grid-template-columns:128px minmax(0,1fr);gap:22px;align-items:start;margin-top:14px}.exp__aside{display:grid;justify-items:center;gap:10px}.exp__logo{display:grid;place-items:center;width:128px;height:128px;padding:13px;border:1px solid var(--tile-edge);border-radius:50%;background:var(--tile);overflow:hidden}.exp__logo img{max-width:100%;max-height:100%;object-fit:contain}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start;max-width:var(--page);margin:0 auto;padding:20px var(--gutter) 40px}.card{position:relative;border:1px solid var(--edge);background:var(--tile);scroll-margin-top:calc(var(--nav-h) + 10px);transition:transform .14s linear,box-shadow .14s linear,background-color .14s linear}.card:not([open]):hover,.card:not([open]):has(.card__summary:focus-visible){z-index:2;transform:translate(-3px,-3px);box-shadow:5px 5px 0 var(--edge);background:var(--surface)}.card[open]{box-shadow:5px 5px 0 var(--edge)}.card[open]{grid-column:1 / -1}.card__summary{display:block;padding:11px;cursor:pointer;list-style:none}.card__summary::-webkit-details-marker{display:none}.card[open] .card__summary{padding-bottom:9px;border-bottom:1px solid var(--line)}.card__titleRow{display:flex;align-items:baseline;gap:12px}.card__title{flex:1;font-size:1.15rem}.card[open] .card__title{font-size:1.45rem}.card__glyph{flex:none;align-self:center;width:22px;height:22px;color:var(--edge);transition:color .12s linear}.card__glyphStem{transform-box:fill-box;transform-origin:center;transition:transform .2s ease,opacity .2s ease}.card[open] .card__glyph{color:var(--ink)}.card[open] .card__glyphStem{transform:scaleY(0);opacity:0}.card__summary:hover .card__glyph{color:var(--ink)}.card__thumb{display:block;height:190px;margin:7px 0;border:1px solid var(--tile-edge);background:#d8d8d8;overflow:hidden}.card[open] .card__thumb{display:none}.card__thumb img{display:block;width:100%;height:100%;object-fit:contain}.card__subtitle{display:block;color:var(--muted)}.card[open] .card__subtitle{margin-top:3px}.card__detail{padding:4px 11px 12px;animation:expandIn .35s ease both}@media(prefers-reduced-motion:reduce){.marquee__track{animation:none}.card,.card__detail,.card__glyph,.card__glyphStem,.nav__toTop{animation:none;transition:none}}@keyframes expandIn{0%{opacity:0;transform:translateY(-10px) scale(.995)}to{opacity:1;transform:none}}.card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px 18px;margin:10px 0 2px}.card__metaLine{margin:0}.flatSection__heading{margin:14px 0 7px;padding-bottom:4px;border-bottom:1px solid var(--line);font-size:1.1rem;font-weight:400}.contentRow{display:flex;gap:16px;align-items:flex-start}.contentCell{min-width:0}.block__text{margin:0 0 7px}.block__list{margin:0 0 7px;padding-left:1.15em;list-style-type:square}.block__list li{margin-bottom:6px}.block__list li::marker{color:var(--muted)}.block__list .block__list{margin:6px 0 0;padding-left:1.05em;list-style-type:circle;font-size:.95em}.block__list .block__list li:last-child{margin-bottom:0}.block__figure{margin:0 0 12px}.block__image{display:block;max-width:100%;max-height:190px;margin:0 auto}.block__video{display:block;width:100%;max-width:400px;margin:0 auto;aspect-ratio:16 / 9;border:0}.block__note{margin-top:5px;color:var(--muted);font-size:.85rem;font-style:italic;text-align:center}main>.section:last-child .grid{padding-bottom:clamp(64px,18vh,200px)}#jams .block__image{max-height:270px}#jams .card__detail{padding-bottom:18px}@media(max-width:900px){:root{--page: 100%;--hero-page: 100%;--gutter: 16px;--nav-h: 84px}body{font-size:16px}.hero{min-height:auto}.hero__inner{padding:clamp(22px,3vh,34px) var(--gutter)}.hero__intro{max-width:none}.marquee__item{width:clamp(150px,44vw,210px)}.hero__label{margin:16px 0 8px}.hero__text{font-size:1rem;margin:0 0 10px}.hero__head{gap:14px}.hero__face{width:84px;height:84px}.hero__name{font-size:2.1rem}.grid{grid-template-columns:minmax(0,1fr)}.exp__body{grid-template-columns:120px minmax(0,1fr);gap:18px}.exp__logo{width:120px;height:120px;padding:12px}.contentRow{flex-direction:column;gap:0}.contentCell{flex:none!important;width:100%}.nav{height:auto}.nav__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;padding:6px var(--gutter)}.nav__group{flex-wrap:wrap;justify-content:center;gap:6px}.nav__group--nav{width:100%}.nav__link{padding:4px 11px}.nav__toTop{position:fixed;right:14px;bottom:14px;z-index:30;width:44px;height:38px;border:1px solid var(--edge);background:var(--surface);color:var(--ink);box-shadow:4px 4px 0 var(--edge)}.js .nav__toTop{transform:translateY(10px)}.js .nav__toTop.is-visible{transform:translateY(0)}}@media(max-width:620px){.exp__body{grid-template-columns:minmax(0,1fr)}.exp__aside{justify-items:start}}
