body.theme-b{--bg-primary: #F4F1EB;--bg-secondary: #FDFCFA;--fg-primary: #1C1917;--fg-secondary: #57534E;--fg-muted: #A8A29E;--accent: #DC2626;--accent-hover: #EF4444;--border-color: rgba(28, 25, 23, .1);--grid-line-color: rgba(28, 25, 23, .035)}body.theme-b{letter-spacing:.005em}body.theme-b .text-body{line-height:1.7;font-weight:400}body.theme-b .text-display{font-weight:300;letter-spacing:-.04em;line-height:.88}body.theme-b .text-display-sm{font-weight:400;letter-spacing:-.03em;line-height:.92}body.theme-b .nav{border-bottom:1px solid var(--border-color);background-color:var(--bg-primary)}body.theme-b .nav__home{font-family:var(--font-display);font-weight:600;font-size:var(--text-xl);letter-spacing:.05em}body.theme-b .nav__item{border:none;padding:0;font-family:var(--font-accent);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted);transition:color var(--transition-fast);background:none}body.theme-b .nav__item:hover{color:var(--fg-primary);background:none}body.theme-b .nav__item--active{color:var(--accent);background:none}body.theme-b .nav__index{opacity:.5}body.theme-b .nav__item--active .nav__index{opacity:1}body.theme-b .nav__sections{border-top:1px solid var(--border-color);padding-top:var(--space-xs);margin-top:var(--space-xs)}body.theme-b .section-header{min-height:50vh;display:flex;flex-direction:column;justify-content:flex-end;padding-block:var(--space-xl);position:relative}body.theme-b .section-header__index{position:absolute;top:var(--space-xl);left:0;font-family:var(--font-accent);font-size:var(--text-xs);letter-spacing:.3em;color:var(--fg-muted)}body.theme-b .section-header__title{font-weight:300;font-size:clamp(3.5rem,11vw,14rem);line-height:.88;letter-spacing:-.04em;margin-left:-.03em}body.theme-b .section-header__subtitle{margin-top:var(--space-lg);max-width:45ch}body.theme-b .section-header:after{content:"";display:block;width:100%;height:1px;background-color:var(--border-color);margin-top:var(--space-lg)}body.theme-b .home-opening{background-color:#1c1917}body.theme-b .home-opening__visual img{opacity:.45;filter:grayscale(.3)}body.theme-b .home-opening__statement{color:var(--bg-primary);font-weight:300;letter-spacing:-.03em}body.theme-b .home-opening__name{color:#f4f1eb80}body.theme-b .home-opening__byline{color:#f4f1eba6}body.theme-b .home-opening__byline .text-body-sm{color:#f4f1eb80}body.theme-b .home-opening__byline .read-more{color:#f4f1eb66}body.theme-b .home-hint{font-family:var(--font-accent);font-size:var(--text-sm);opacity:.35;letter-spacing:.15em}body.theme-b .home-highlight__title{font-weight:400;letter-spacing:-.02em}body.theme-b .home-highlight__image{position:relative}body.theme-b .home-highlight__image:before,body.theme-b .home-highlight__image:after{content:"";display:block;height:1px;background:var(--border-color)}body.theme-b .home-highlight__image:before{margin-bottom:var(--space-md)}body.theme-b .home-highlight__image:after{margin-top:var(--space-md)}body.theme-b .home-highlight__image img{filter:grayscale(.2)}body.theme-b .home-cta{border-bottom:1px solid var(--accent);padding-bottom:.1em;transition:opacity var(--transition-fast)}body.theme-b .home-cta:hover{opacity:.7}body.theme-b .home-atmosphere img{filter:grayscale(.3)}body.theme-b .home-opening__statement{animation:theme-b-type-reveal 1s cubic-bezier(.16,1,.3,1) both;animation-delay:.15s}body.theme-b .home-opening__byline{animation:theme-b-fade-in .7s ease both;animation-delay:.6s}body.theme-b .home-highlight{animation:theme-b-fade-up-subtle .5s ease both}body.theme-b .home-section .section-header{min-height:auto;padding-block:var(--space-2xl) var(--space-lg)}body.theme-b .home-section .section-header__index{position:relative;top:auto;margin-bottom:var(--space-sm)}body.theme-b .home-section+.home-section{border-top:1px solid var(--border-color)}body.theme-b .item-card{display:flex;flex-direction:column;border-bottom:1px solid var(--border-color);padding-block:var(--space-lg);transition:none}body.theme-b .item-card:hover{padding-left:0}body.theme-b .item-card__title{font-family:var(--font-display);font-weight:400;font-size:var(--text-2xl);line-height:1.1;letter-spacing:-.02em;transition:color var(--transition-fast)}body.theme-b .item-card:hover .item-card__title{color:var(--accent)}body.theme-b .item-card--featured{border-bottom-color:var(--fg-primary)}body.theme-b .item-card__image{flex-shrink:0;width:200px;height:150px;overflow:hidden}body.theme-b .item-card__image img{width:100%;height:100%;object-fit:cover;filter:grayscale(.3);transition:filter var(--transition-base)}body.theme-b .item-card:hover .item-card__image img{filter:grayscale(0)}@media(max-width:600px){body.theme-b .item-card__body{flex-direction:column}body.theme-b .item-card__image{width:100%;height:220px}}body.theme-b .news-item--has-image{flex-direction:row;gap:var(--space-md);align-items:flex-start}body.theme-b .news-item__image{flex-shrink:0;width:130px;height:95px;overflow:hidden}body.theme-b .news-item__image img{width:100%;height:100%;object-fit:cover;filter:grayscale(.4)}body.theme-b .section-page__header{position:relative}body.theme-b .section-page__header--has-image{min-height:40vh;display:flex;flex-direction:column;justify-content:flex-end}body.theme-b .section-page__image{position:absolute;inset:0;z-index:0;overflow:hidden}body.theme-b .section-page__image img{width:100%;height:100%;object-fit:cover;opacity:.25;filter:grayscale(.4)}body.theme-b .section-page__header--has-image .grid{position:relative;z-index:1}body.theme-b .home-atmosphere{max-height:35vh;margin-block:var(--space-lg)}body.theme-b .home-atmosphere img{height:35vh;filter:grayscale(.3)}body.theme-b .course-card{border-bottom:1px solid var(--border-color);padding-block:var(--space-md);transition:none}body.theme-b .course-card:hover{padding-left:0}body.theme-b .course-card__title{font-family:var(--font-display);font-weight:400;font-size:var(--text-xl);line-height:1.1;letter-spacing:-.01em;transition:color var(--transition-fast)}body.theme-b .course-card:hover .course-card__title{color:var(--accent)}body.theme-b .news-item{border-bottom:1px solid var(--border-color)}body.theme-b .news-item--featured{border-left:2px solid var(--accent);padding-left:var(--space-sm)}body.theme-b .news-item__title{font-family:var(--font-display);font-weight:400;font-size:var(--text-lg);line-height:1.15}body.theme-b .news-item__title a:hover{color:var(--accent)}body.theme-b .news-item__cta{color:var(--accent);font-family:var(--font-accent);letter-spacing:.1em}body.theme-b .pub-entry{border-bottom:1px solid var(--border-color)}body.theme-b .pub-entry__title{font-family:var(--font-display);font-weight:400;font-size:var(--text-xl);line-height:1.15;letter-spacing:-.01em}body.theme-b .pub-entry__title a:hover{color:var(--accent)}body.theme-b .pub-entry__source{font-family:var(--font-body)}body.theme-b .pub-entry__pdf{color:var(--accent);border-bottom:1px solid var(--accent);padding-bottom:.1em;transition:opacity var(--transition-fast)}body.theme-b .pub-entry__pdf:hover{opacity:.7}body.theme-b .read-more{color:var(--accent);font-family:var(--font-accent);letter-spacing:.1em}body.theme-b .project-detail__image{margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));margin-bottom:var(--space-2xl);position:relative}body.theme-b .project-detail__image:before{content:"";display:block;width:100%;height:1px;background-color:var(--border-color);margin-bottom:var(--space-lg)}body.theme-b .project-detail__image img{width:100%;height:65vh;object-fit:cover;display:block}body.theme-b .project-detail__image:after{content:"";display:block;width:100%;height:1px;background-color:var(--border-color);margin-top:var(--space-lg)}@media(min-width:769px){body.theme-b .project-detail__image{margin-left:-4vw;margin-right:-4vw}}body.theme-b .course-detail__hero{margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));margin-bottom:var(--space-2xl);position:relative}body.theme-b .course-detail__hero:before{content:"";display:block;width:100%;height:1px;background-color:var(--border-color);margin-bottom:var(--space-lg)}body.theme-b .course-detail__hero img{width:100%;height:50vh;object-fit:cover;display:block;filter:grayscale(.2)}body.theme-b .course-detail__hero:after{content:"";display:block;width:100%;height:1px;background-color:var(--border-color);margin-top:var(--space-lg)}@media(min-width:769px){body.theme-b .course-detail__hero{margin-left:-4vw;margin-right:-4vw}}body.theme-b .pub-detail__hero{margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));margin-bottom:var(--space-2xl);position:relative}body.theme-b .pub-detail__hero:before{content:"";display:block;width:100%;height:1px;background-color:var(--border-color);margin-bottom:var(--space-lg)}body.theme-b .pub-detail__hero img{width:100%;height:45vh;object-fit:cover;display:block}body.theme-b .pub-detail__hero:after{content:"";display:block;width:100%;height:1px;background-color:var(--border-color);margin-top:var(--space-lg)}@media(min-width:769px){body.theme-b .pub-detail__hero{margin-left:-4vw;margin-right:-4vw}}body.theme-b .gallery{margin-top:var(--space-2xl);margin-left:calc(-1 * var(--space-lg));margin-right:calc(-1 * var(--space-lg))}body.theme-b .gallery__rule{background-color:var(--border-color)}body.theme-b .gallery__header{font-family:var(--font-accent);letter-spacing:.15em;color:var(--fg-muted)}body.theme-b .gallery__grid{gap:var(--space-xs);grid-template-columns:repeat(4,1fr)}body.theme-b .gallery__figure[data-index="0"]{grid-column:1 / -1;grid-row:span 1}body.theme-b .gallery__figure[data-index="0"] .gallery__thumb{aspect-ratio:21 / 9}body.theme-b .gallery__thumb{background:transparent}body.theme-b .gallery__thumb img{transition:opacity .5s ease}body.theme-b .gallery__thumb:hover img{opacity:.85}body.theme-b .gallery__caption{font-family:var(--font-body);font-style:italic;font-size:var(--text-xs);color:var(--fg-muted);border-top:1px solid var(--border-color);padding-top:var(--space-xs);margin-top:var(--space-xs)}body.theme-b .gallery__caption-index{font-family:var(--font-accent);font-style:normal;letter-spacing:.1em;color:var(--fg-muted);opacity:.6}body.theme-b .lightbox__backdrop{background:#060504f5}body.theme-b .lightbox__info{border-top:1px solid rgba(255,255,255,.06);padding-top:var(--space-md);margin-top:var(--space-md)}body.theme-b .lightbox__index{font-family:var(--font-accent);letter-spacing:.15em}body.theme-b .lightbox__caption{font-family:var(--font-display);font-style:italic;font-size:var(--text-sm);font-weight:300;letter-spacing:.01em}body.theme-b .lightbox__counter{font-family:var(--font-accent);letter-spacing:.15em}body.theme-b .lightbox__nav,body.theme-b .lightbox__close{border:none;opacity:.5;transition:opacity .2s ease}body.theme-b .lightbox__nav:hover,body.theme-b .lightbox__close:hover{opacity:1;border:none}body.theme-b .gallery__figure{animation:theme-b-fade-up-subtle .5s ease both}body.theme-b .gallery__figure:nth-child(1){animation-delay:.2s}body.theme-b .gallery__figure:nth-child(2){animation-delay:.32s}body.theme-b .gallery__figure:nth-child(3){animation-delay:.4s}body.theme-b .gallery__figure:nth-child(n+4){animation-delay:.46s}body.theme-b .footer{border-top:1px solid var(--border-color);margin-top:var(--space-2xl)}body.theme-b .text-body a{color:var(--fg-primary);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:.05em;transition:color var(--transition-fast)}body.theme-b .text-body a:hover{color:var(--accent)}body.theme-b .text-body h2,body.theme-b .project-prose :global(h2){font-family:var(--font-display);font-weight:400;font-size:var(--text-2xl);letter-spacing:-.02em;margin-top:var(--space-xl);margin-bottom:var(--space-md)}body.theme-b .text-body blockquote{border-left:2px solid var(--accent);padding-left:var(--space-md);font-style:italic;color:var(--fg-secondary);font-family:var(--font-display);font-size:var(--text-lg)}body.theme-b .text-body code{font-family:var(--font-accent);font-size:.85em}body.theme-b .text-body ul,body.theme-b .text-body ol{padding-left:var(--space-md)}body.theme-b .text-body li{margin-bottom:var(--space-xs)}body.theme-b .text-body li::marker{color:var(--fg-muted)}body.theme-b .text-body hr{border:none;height:1px;background-color:var(--border-color);margin-block:var(--space-xl)}@keyframes theme-b-type-reveal{0%{clip-path:inset(0 100% 0 0);opacity:0}to{clip-path:inset(0 0% 0 0);opacity:1}}@keyframes theme-b-fade-up-subtle{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@keyframes theme-b-fade-in{0%{opacity:0}to{opacity:1}}body.theme-b .section-header__title{animation:theme-b-type-reveal .9s cubic-bezier(.16,1,.3,1) both;animation-delay:.15s}body.theme-b .section-header__index{animation:theme-b-fade-in .6s ease both;animation-delay:50ms}body.theme-b .section-header:after{animation:theme-b-fade-in .8s ease both;animation-delay:.5s}body.theme-b .item-card,body.theme-b .pub-entry,body.theme-b .course-card,body.theme-b .news-item{animation:theme-b-fade-up-subtle .5s ease both}body.theme-b .item-card:nth-child(1),body.theme-b .pub-entry:nth-child(1),body.theme-b .course-card:nth-child(1),body.theme-b .news-item:nth-child(1){animation-delay:.3s}body.theme-b .item-card:nth-child(2),body.theme-b .pub-entry:nth-child(2),body.theme-b .course-card:nth-child(2),body.theme-b .news-item:nth-child(2){animation-delay:.4s}body.theme-b .item-card:nth-child(3),body.theme-b .pub-entry:nth-child(3),body.theme-b .course-card:nth-child(3),body.theme-b .news-item:nth-child(3){animation-delay:.5s}body.theme-b .item-card:nth-child(n+4),body.theme-b .pub-entry:nth-child(n+4),body.theme-b .course-card:nth-child(n+4),body.theme-b .news-item:nth-child(n+4){animation-delay:.55s}body.theme-b ::selection{background-color:var(--accent);color:#fff}body.theme-b :focus-visible{outline:1px solid var(--accent);outline-offset:3px}body.theme-b::-webkit-scrollbar{width:6px}body.theme-b::-webkit-scrollbar-track{background:var(--bg-primary)}body.theme-b::-webkit-scrollbar-thumb{background:var(--fg-muted)}@media(max-width:768px){body.theme-b .section-header{min-height:35vh}body.theme-b .section-header__title{font-size:clamp(2.5rem,13vw,6rem)}body.theme-b .nav__sections{border-top:none;padding-top:0;margin-top:0}}@media(max-width:480px){body.theme-b .section-header{min-height:25vh}}body.theme-b .prose figure{position:relative}body.theme-b .prose figcaption{font-family:var(--font-display);font-style:italic;font-size:var(--text-sm);color:var(--fg-muted);padding-top:var(--space-sm);letter-spacing:.01em;line-height:1.4}body.theme-b .prose .img-wide{margin-block:var(--space-xl)}body.theme-b .prose .img-wide figcaption{max-width:60%}body.theme-b .prose .img-full{margin-block:var(--space-2xl)}body.theme-b .prose .img-full figcaption{padding-left:var(--space-lg);padding-right:var(--space-lg);max-width:50%}body.theme-b .prose .img-pair{gap:var(--space-sm);margin-block:var(--space-xl)}body.theme-b .prose .img-pair figcaption{font-size:var(--text-2xs)}body.theme-b .prose .img-left figcaption,body.theme-b .prose .img-right figcaption,body.theme-b .prose .img-inset figcaption{font-size:var(--text-2xs)}body.theme-b .prose .img-wide:after,body.theme-b .prose .img-full:after{content:"";display:block;width:4rem;height:1px;background:var(--border-color);margin-top:var(--space-md)}@media(prefers-reduced-motion:reduce){body.theme-b .section-header__title,body.theme-b .section-header__index,body.theme-b .section-header:after,body.theme-b .item-card,body.theme-b .pub-entry,body.theme-b .course-card,body.theme-b .news-item{animation:none}}
