:root{--black:#0b0b0a;--cream:#eee8da;--blue:#132bd1;--yellow:#f3c600;--pink:#ef6c92;--line:rgba(238,232,218,.28);--serif:Georgia,"Times New Roman",serif;--mono:"Courier New",monospace}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--cream);font-family:Arial,Helvetica,sans-serif;font-size:16px}button,a{font:inherit;color:inherit}.topbar{height:78px;padding:0 2.2vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);position:absolute;top:0;z-index:10;width:100%}.mini-mark{text-decoration:none;font-family:var(--serif);font-weight:bold;font-size:1.65rem;letter-spacing:-.08em}.mini-mark span{color:var(--yellow);font-size:.8em;margin-left:.15em}nav{display:flex;gap:2.5rem}nav button,.about-button{border:0;background:none;font-family:var(--mono);font-size:.78rem;letter-spacing:.08em;cursor:pointer;padding:.5rem 0}nav button:hover,nav button.active,.about-button:hover{color:var(--yellow)}.about-button{justify-self:end}.hero{min-height:100svh;padding:8.5rem 2.2vw 2.2rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hero-kicker,.section-label{display:flex;justify-content:space-between;font-family:var(--mono);font-size:.72rem;letter-spacing:.06em}.hero h1{font-family:var(--serif);font-size:clamp(5rem,16.8vw,17rem);line-height:.72;letter-spacing:-.095em;margin:0;text-align:center;font-weight:400;transform:scaleX(1.04)}.hero-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end;border-top:1px solid var(--line);padding-top:1.2rem;font-family:var(--mono);font-size:.8rem;line-height:1.3}.hero-bottom p{margin:0}.hero-note{text-align:center}.hero-bottom a{text-align:right;text-decoration:none}.marquee{overflow:hidden;background:var(--cream);color:var(--black);border-block:1px solid var(--cream);white-space:nowrap}.marquee div{font-family:var(--serif);font-size:clamp(2rem,4vw,4rem);padding:.55rem 0;animation:marquee 25s linear infinite;width:max-content}@keyframes marquee{to{transform:translateX(-50%)}}.tile.filtered{display:none}.featured{padding:2.2vw;background:var(--cream);color:var(--black)}.featured .section-label{padding-bottom:1rem;border-bottom:1px solid #111;margin-bottom:2.2vw}.featured figure{margin:0}.featured img{display:block;width:auto;max-width:100%;height:auto;max-height:none;object-fit:contain;background:transparent;margin-inline:auto}.featured figcaption{display:grid;grid-template-columns:2fr 1fr;align-items:end;margin-top:1.6rem}.featured h2{font-family:var(--serif);font-size:clamp(3.4rem,8vw,9rem);line-height:.75;letter-spacing:-.065em;font-weight:400;margin:0}.featured figcaption div{display:flex;justify-content:space-between;gap:1rem;font-family:var(--mono);font-size:.72rem;border-top:1px solid #111;padding-top:.8rem}.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr)}.story{min-height:72vh;padding:1.5rem 1.4rem;border-right:1px solid var(--line);display:flex;flex-direction:column}.story:last-child{border-right:0}.story .section-label{padding-bottom:1rem;border-bottom:1px solid currentColor}.story-body{flex:1;display:flex;flex-direction:column;justify-content:flex-end}.story h2{font-family:var(--serif);font-size:clamp(2.7rem,5vw,5.5rem);line-height:.86;letter-spacing:-.055em;font-weight:400;margin:1rem 0}.story-body>p:last-child{font-family:var(--mono);font-size:.78rem;line-height:1.5;max-width:25rem}.dark{background:var(--black);color:var(--cream)}.cobalt{background:var(--blue);color:#fff}.paper{background:var(--cream);color:var(--black)}.symbol{font-size:8rem;line-height:.6;margin:0;color:var(--yellow)}.huge-number{font-family:var(--serif);font-size:clamp(10rem,20vw,22rem);line-height:.58;letter-spacing:-.12em;margin:0}.stamp{width:145px;height:145px;border:4px solid;border-radius:50%;display:grid;place-items:center;font-family:var(--serif);font-size:7rem;line-height:1;margin:0;transform:rotate(-8deg)}.statement{min-height:92vh;background:var(--pink);color:var(--black);padding:3vw 2.2vw;display:flex;flex-direction:column;justify-content:space-between}.statement p,.statement span{font-family:var(--mono);font-size:.78rem}.statement h2{font-family:var(--serif);font-size:clamp(5rem,15vw,16rem);line-height:.7;letter-spacing:-.085em;font-weight:400;margin:0}.statement span{text-align:right}aside{position:fixed;z-index:20;inset:0 0 0 45%;background:var(--yellow);color:var(--black);padding:2rem 3vw;display:flex;flex-direction:column;justify-content:space-between;transform:translateX(102%);transition:transform .55s cubic-bezier(.75,0,.2,1)}aside.open{transform:none}aside button{align-self:flex-end;border:0;background:none;font-family:var(--mono);cursor:pointer}aside h2{font-family:var(--serif);font-size:clamp(4rem,8vw,9rem);line-height:.78;letter-spacing:-.06em;font-weight:400;margin:1rem 0 2rem}aside>div>p:not(.aside-label,.aside-meta){font-family:var(--serif);font-size:1.4rem;line-height:1.35;max-width:36rem}.aside-label,.aside-meta{font-family:var(--mono);font-size:.75rem;line-height:1.5}.aside-meta{margin-top:4rem}footer{height:90px;padding:0 2.2vw;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);font-family:var(--mono);font-size:.72rem}footer a{text-decoration:none}
@media(max-width:760px){.topbar{height:70px;grid-template-columns:1fr 1fr}.mini-mark{font-size:1.4rem}nav{position:fixed;bottom:0;left:0;right:0;height:54px;background:var(--black);border-top:1px solid var(--line);z-index:15;align-items:center;justify-content:space-around;gap:0}.about-button{grid-column:2}.hero{padding:7.5rem 1rem 1.5rem}.hero-kicker span:nth-child(2){display:none}.hero h1{font-size:20vw}.hero-bottom{grid-template-columns:1fr auto}.hero-note{display:none}.featured{padding:1rem}.featured img{max-height:none}.featured figcaption{display:block}.featured figcaption div{margin-top:1.5rem}.editorial-grid{display:block}.story{min-height:72vh;border-right:0;border-bottom:1px solid currentColor}.statement{min-height:72vh;padding:3rem 1rem}.statement h2{font-size:18vw}aside{inset:0;padding:1.5rem}footer{padding:0 1rem 54px;height:130px;gap:1rem}.section-label{font-size:.65rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee div{animation:none}aside{transition:none}}
.portrait-feature{background:var(--black);color:var(--cream)}.portrait-feature .section-label{border-color:var(--cream)}.portrait-feature figure{display:grid;grid-template-columns:minmax(320px,46vw) 1fr;gap:4vw;align-items:end;padding:4vw 4vw 2vw}.portrait-feature img{max-height:105vh;background:transparent}.portrait-feature figcaption{display:block;margin:0}.portrait-feature figcaption div{border-color:var(--cream);margin-top:2rem}.portrait-feature h2{font-size:clamp(3.2rem,7vw,8rem)}@media(max-width:760px){.portrait-feature figure{display:block;padding:2rem 0}.portrait-feature img{max-height:none}}
.portrait-feature.light-feature{background:var(--cream);color:var(--black)}.portrait-feature.light-feature .section-label,.portrait-feature.light-feature figcaption div{border-color:var(--black)}
.bravo{background:var(--yellow);color:var(--black);padding:2.2vw}.bravo-title{min-height:78vh;display:flex;flex-direction:column;border-bottom:1px solid var(--black)}.bravo-title .section-label{border-bottom:1px solid var(--black);padding-bottom:1rem}.bravo-title h2{font-family:var(--serif);font-size:clamp(6rem,18vw,19rem);font-weight:400;line-height:.64;letter-spacing:-.09em;margin:auto 0 2rem}.bravo-tag{font-family:var(--mono);font-size:.85rem;letter-spacing:.08em;margin:0 0 2rem;text-align:right}.bravo-schedule{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--black)}.next-popup,.popup-calendar{min-height:78vh;padding:2rem}.next-popup{display:flex;flex-direction:column;border-right:1px solid var(--black);background:var(--cream)}.next-popup .section-label{border-bottom:1px solid var(--black);padding-bottom:1rem}.event-date{display:grid;grid-template-columns:auto 1fr auto;align-items:end;margin:2rem 0;border-bottom:1px solid var(--black);font-family:var(--mono);font-size:.8rem}.event-date strong{font-family:var(--serif);font-weight:400;font-size:clamp(10rem,20vw,20rem);line-height:.67;text-align:center;letter-spacing:-.1em}.event-date span{padding-bottom:1rem}.event-info{margin-top:auto}.event-info h3{font-family:var(--serif);font-size:clamp(3rem,5.5vw,6rem);line-height:.78;letter-spacing:-.055em;font-weight:400;margin:0 0 2rem}.event-info p{font-family:var(--mono);font-size:.85rem;line-height:1.55}.popup-calendar{display:flex;flex-direction:column;background:var(--blue);color:#fff}.calendar-head{display:flex;justify-content:space-between;font-family:var(--serif);font-size:clamp(2rem,4vw,4rem);border-bottom:1px solid currentColor;padding-bottom:1rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.weekdays{font-family:var(--mono);font-size:.8rem;text-align:center;padding:2rem 0 1rem}.dates{flex:1;border-top:1px solid rgba(255,255,255,.35);border-left:1px solid rgba(255,255,255,.35)}.dates>span,.dates>time{min-height:72px;border-right:1px solid rgba(255,255,255,.35);border-bottom:1px solid rgba(255,255,255,.35);padding:.7rem;font-family:var(--mono);font-size:.8rem;text-decoration:none;color:inherit}.dates .empty{opacity:.25}.popup-day{background:var(--yellow);color:var(--black)!important;display:flex;flex-direction:column;justify-content:space-between;font-weight:bold}.popup-day small{font-size:.58rem;letter-spacing:.06em}.calendar-note{font-family:var(--mono);font-size:.75rem;margin:1.5rem 0 0}.calendar-key{display:inline-block;width:10px;height:10px;background:var(--yellow);margin-right:.45rem}@media(max-width:760px){.bravo{padding:1rem}.bravo-title{min-height:62vh}.bravo-title h2{font-size:23vw}.bravo-schedule{display:block}.next-popup,.popup-calendar{min-height:70vh;padding:1.25rem}.next-popup{border-right:0;border-bottom:1px solid var(--black)}.event-date strong{font-size:34vw}.dates>span,.dates>time{min-height:55px;padding:.45rem}.popup-day small{font-size:.5rem}}
.poetry{background:var(--cream);color:var(--black);padding:5vw 2.2vw}.poetry-head{min-height:72vh;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid var(--black);padding-bottom:3rem}.poetry-head .section-label{border-bottom:1px solid var(--black);padding-bottom:1rem;margin:0}.poetry-head h2{font-family:var(--serif);font-size:clamp(6rem,19vw,20rem);font-weight:400;line-height:.68;letter-spacing:-.095em;margin:auto 0 0}.book-subtitle{font-family:var(--serif);font-size:clamp(2rem,5vw,5rem);font-style:italic;line-height:.9;margin:1.5rem 0 0}.book-note{font-family:var(--mono);font-size:.85rem;line-height:1.55;max-width:38rem;margin:3rem 0 0}.poem-grid{display:grid;grid-template-columns:1fr 1fr}.poem-card{min-height:90vh;padding:2rem;display:flex;flex-direction:column;border-right:1px solid var(--black);border-bottom:1px solid var(--black)}.poem-card:nth-child(2n){border-right:0}.poem-card .section-label{border-bottom:1px solid currentColor;padding-bottom:1rem}.poem-card h3{font-family:var(--serif);font-size:clamp(3rem,6vw,7rem);font-weight:400;line-height:.78;letter-spacing:-.06em;margin:3rem 0}.poem-text{font-family:var(--serif);font-size:clamp(1.15rem,1.55vw,1.55rem);line-height:1.42;margin:0}.poem-question{font-family:var(--mono);font-size:.82rem;line-height:1.5;border-top:1px solid currentColor;margin:auto 0 0;padding-top:1rem;font-style:italic}.poem-paper{background:var(--cream)}.poem-blue{background:var(--blue);color:#fff}.poem-yellow{background:var(--yellow)}.poem-dark{background:var(--black);color:var(--cream)}@media(max-width:760px){.poetry{padding:3rem 1rem}.poetry-head{min-height:60vh}.poetry-head h2{font-size:24vw}.poem-grid{display:block}.poem-card{min-height:80vh;border-right:0;padding:1.5rem 1rem}.poem-card h3{font-size:15vw}}
.topbar nav a{font-family:var(--mono);font-size:.78rem;letter-spacing:.08em;text-decoration:none;padding:.5rem 0}.topbar nav a:hover,.topbar nav a.active{color:var(--yellow)}.art-entry-link{display:block;color:inherit;text-decoration:none}.art-entry-link img{transition:opacity .25s ease}.art-entry-link:hover img{opacity:.9}.gallery-hero{min-height:76svh;padding:9rem 2.2vw 3rem;display:flex;flex-direction:column;justify-content:space-between;background:var(--black);color:var(--cream)}.gallery-hero .section-label{padding-bottom:1rem;border-bottom:1px solid var(--line)}.gallery-hero h1{font-family:var(--serif);font-size:clamp(6rem,19vw,20rem);font-weight:400;line-height:.68;letter-spacing:-.095em;margin:auto 0 0}.gallery-hero p:last-child{font-family:var(--mono);font-size:.8rem;line-height:1.5;margin:2rem 0 0;max-width:35rem}.gallery-page .featured:nth-of-type(odd){background:var(--black);color:var(--cream)}.gallery-page .featured:nth-of-type(odd) .section-label,.gallery-page .featured:nth-of-type(odd) figcaption div{border-color:var(--cream)}@media(max-width:760px){.gallery-hero{min-height:62svh;padding:8rem 1rem 2rem}.gallery-hero h1{font-size:24vw}}
.poem-preview-grid{grid-template-columns:minmax(0,1fr)}.poem-preview-link{display:block;color:inherit;text-decoration:none}.poem-preview-link .poem-card{border-right:0}.poem-read-more{font-family:var(--mono);font-size:.8rem;letter-spacing:.06em;margin-top:1.5rem}.poem-preview-link:hover .poem-read-more{color:var(--blue)}
body:not(.gallery-page):not(.poems-page) main#top{display:flex;flex-direction:column}body:not(.gallery-page):not(.poems-page) .bravo{order:99}
body:not(.gallery-page):not(.poems-page) .chef-now{order:98}.chef-now{background:var(--black);color:var(--cream);padding:3vw 2.2vw;min-height:100vh}.chef-now>.section-label{padding-bottom:1rem;border-bottom:1px solid var(--line)}.chef-now-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:6vw;align-items:start;padding-top:6vw}.chef-now h2{position:sticky;top:2rem;font-family:var(--serif);font-size:clamp(4.5rem,10vw,11rem);font-weight:400;line-height:.72;letter-spacing:-.075em;margin:0}.chef-now-copy{padding-bottom:5vw}.chef-now-copy p{font-family:var(--serif);font-size:clamp(1.35rem,2.2vw,2.25rem);line-height:1.35;margin:0;padding:0 0 2.5rem;border-bottom:1px solid var(--line);margin-bottom:2.5rem}.chef-now-copy p:last-child{color:var(--yellow);border-bottom:0}@media(max-width:760px){.chef-now{padding:3rem 1rem;min-height:auto}.chef-now-layout{display:block;padding-top:3rem}.chef-now h2{position:static;font-size:18vw;margin-bottom:4rem}.chef-now-copy p{font-size:1.25rem;padding-bottom:2rem;margin-bottom:2rem}}
.poem-book-hero{min-height:82svh;padding:9rem 2.2vw 3rem;display:flex;flex-direction:column;background:var(--black);color:var(--cream)}.poem-book-hero .section-label{border-bottom:1px solid var(--line);padding-bottom:1rem}.poem-book-hero h1{font-family:var(--serif);font-size:clamp(6rem,19vw,20rem);font-weight:400;line-height:.68;letter-spacing:-.095em;margin:auto 0 1rem}.poem-book-hero>p{font-family:var(--mono);font-size:.8rem;letter-spacing:.08em}.bandido-story{display:grid;grid-template-columns:1fr 1fr;background:var(--cream);color:var(--black)}.bandido-story figure{margin:0;min-height:100vh;background:var(--black);display:grid;place-items:center;padding:3vw}.bandido-story img{display:block;width:100%;height:auto;max-height:92vh;object-fit:contain}.bandido-story-copy{padding:4vw;display:flex;flex-direction:column;justify-content:center}.bandido-story-copy .section-label{border-bottom:1px solid;padding-bottom:1rem}.bandido-story-copy h2{font-family:var(--serif);font-size:clamp(4rem,8vw,9rem);line-height:.76;letter-spacing:-.07em;font-weight:400;margin:4rem 0}.bandido-story-copy>p:not(.section-label){font-family:var(--serif);font-size:clamp(1.15rem,1.6vw,1.55rem);line-height:1.45;max-width:38rem}.selected-poems{display:grid;grid-template-columns:1fr 1fr}.reading-poem{min-height:95vh;padding:3rem 3vw;display:flex;flex-direction:column;border-right:1px solid var(--black);border-bottom:1px solid var(--black)}.reading-poem:nth-child(2n){border-right:0}.reading-poem .section-label{border-bottom:1px solid currentColor;padding-bottom:1rem}.reading-poem h2{font-family:var(--serif);font-size:clamp(3.5rem,7vw,8rem);line-height:.78;letter-spacing:-.06em;font-weight:400;margin:4rem 0}.reading-poem .poem-question{margin-top:auto}
@media(max-width:760px){.poem-book-hero{min-height:65svh;padding:8rem 1rem 2rem}.poem-book-hero h1{font-size:24vw}.bandido-story{display:block}.bandido-story figure{min-height:auto;padding:2rem 1rem}.bandido-story-copy{padding:3rem 1rem}.bandido-story-copy h2{font-size:18vw;margin:3rem 0}.selected-poems{display:block}.reading-poem{min-height:84vh;border-right:0;padding:2rem 1rem}.reading-poem h2{font-size:15vw}}
html,body{max-width:100%;overflow-x:hidden}main#top>*{width:100%;min-width:0}@media(max-width:760px){.hero h1{font-size:18vw}.statement h2{font-size:14vw;line-height:.76}.poetry-head h2{font-size:15vw;line-height:.75}.gallery-hero h1,.poem-book-hero h1{font-size:15vw}.chef-now h2{font-size:12vw;line-height:.78;overflow-wrap:normal}.bandido-story-copy h2{font-size:14vw}.reading-poem h2{font-size:13vw}.featured h2{font-size:clamp(2.7rem,13vw,4.2rem);line-height:.8}.poetry-head,.chef-now,.statement{overflow:hidden}}
.studio-entry{display:inline-block;color:var(--black);background:var(--yellow);text-decoration:none;font-family:var(--mono);font-size:.85rem;letter-spacing:.05em;padding:1rem 1.2rem}.studio-page{background:var(--cream);color:var(--black)}.studio-top{position:sticky;top:0;z-index:10;height:64px;background:var(--black);color:var(--cream);display:flex;align-items:center;justify-content:space-between;padding:0 2vw;font-family:var(--mono);font-size:.72rem}.studio-top a{color:inherit;text-decoration:none}.studio-top button{border:0;background:none;color:var(--yellow);font-family:inherit}.studio-intro{min-height:78vh;background:var(--yellow);padding:3rem 2.2vw;display:flex;flex-direction:column;justify-content:space-between}.studio-intro>p,.studio-small{font-family:var(--mono);font-size:.75rem}.studio-intro h1{font-family:var(--serif);font-size:clamp(6rem,18vw,19rem);line-height:.64;letter-spacing:-.09em;font-weight:400;margin:2rem 0}.studio-intro>div{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.studio-page input,.studio-page textarea{width:100%;border:0;border-bottom:1px solid currentColor;background:transparent;color:inherit;border-radius:0;padding:.75rem 0;font:1rem var(--mono);outline:none}.studio-page textarea{resize:vertical}.studio-panel{display:grid;grid-template-columns:90px minmax(0,1fr);gap:2rem;padding:4vw 2.2vw;min-height:90vh}.studio-panel>div:last-child{max-width:900px}.studio-number{font:1rem var(--mono)}.studio-panel h2,.close-studio h2{font-family:var(--serif);font-size:clamp(4rem,10vw,11rem);line-height:.72;letter-spacing:-.07em;font-weight:400;margin:0 0 4rem}.studio-panel label{display:block;font-family:var(--mono);font-size:.82rem;line-height:1.4;margin-bottom:2.5rem}.studio-panel label span{opacity:.65}.studio-panel.yellow{background:var(--yellow)}.studio-panel.cream{background:var(--cream)}.studio-panel.blue{background:var(--blue);color:#fff}.studio-panel.pink{background:var(--pink)}.studio-panel.dark{background:var(--black);color:var(--cream)}.studio-pair,.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.check-grid label{display:flex;align-items:center;gap:.7rem;border-bottom:1px solid var(--line);padding-bottom:1rem}.check-grid input{width:auto}.receipt-upload{border:1px solid;padding:1.2rem!important}.receipt-upload input{margin:.8rem 0}.close-studio{background:var(--yellow);padding:5vw 2.2vw;min-height:80vh;display:flex;flex-direction:column;justify-content:space-between}.close-studio>p{font: .75rem var(--mono)}.studio-actions{display:flex;gap:1rem;flex-wrap:wrap}.studio-actions button{border:1px solid var(--black);background:transparent;padding:1rem 1.2rem;font: .8rem var(--mono);cursor:pointer}.studio-actions button:first-child{background:var(--black);color:var(--cream)}@media(max-width:760px){.studio-top{padding:0 1rem}.studio-intro{padding:2rem 1rem;min-height:65vh}.studio-intro h1{font-size:20vw}.studio-intro>div,.studio-pair,.check-grid{grid-template-columns:1fr}.studio-panel{grid-template-columns:1fr;padding:3rem 1rem;min-height:auto}.studio-panel h2,.close-studio h2{font-size:16vw;margin-bottom:3rem}.close-studio{padding:3rem 1rem}.studio-actions{display:grid}.studio-actions button{width:100%}}@media print{.studio-top,.studio-intro,.studio-actions,.receipt-upload,.studio-small{display:none!important}.studio-panel{min-height:auto;break-inside:avoid;padding:1rem 0;color:#000!important;background:#fff!important;grid-template-columns:50px 1fr}.studio-panel h2{font-size:2rem;margin-bottom:1rem}.studio-page input,.studio-page textarea{border:0;padding:.25rem 0}.studio-panel label{margin-bottom:1rem}.close-studio{display:none}}
