/* Flowline: quieter typography, visible captions and photograph-first layouts. */
:root { --flow-radius: .5rem; }
.flow-nav > a { font-size: .84rem; letter-spacing: .015em; text-transform: none; font-weight: 550; min-height: 44px; display: inline-flex; align-items: center; }
.flow-nav > a::after { bottom: .35rem; }
.flow-mobile-menu summary { width: 44px; height: 44px; }
.flow-mobile-menu nav a { min-height: 44px; display: flex; align-items: center; }
.flow-mobile-menu nav a[aria-current] { text-decoration: underline; text-underline-offset: .3em; }
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.flow-wordmark { max-width: min(24rem, 60vw); overflow-wrap: anywhere; }
.flow-hero { min-height: clamp(34rem, 84svh, 56rem); }
.flow-hero-copy { bottom: clamp(4rem, 7vw, 7rem); }
.flow-hero-copy h1 { font-size: clamp(3.4rem, 8vw, 8rem); line-height: .98; letter-spacing: -.06em; max-width: 17ch; }
.flow-hero-copy p { font-size: clamp(1.15rem, 1.8vw, 1.65rem); line-height: 1.4; max-width: 42rem; margin-top: 1.5rem; }
.flow-hero-action { display: inline-flex; align-items: center; gap: 1.8rem; min-height: 48px; padding: .7rem 1.25rem; margin-top: 1.5rem; border: 1px solid rgba(255,255,255,.7); border-radius: 100px; text-decoration: none; background: rgba(0,0,0,.16); font-size: .9rem; }
.flow-hero-action:hover { color: #111315; background: white; }
.flow-section { padding-top: clamp(3.5rem, 6.5vw, 6.5rem); padding-bottom: clamp(3.5rem, 6.5vw, 6.5rem); }
.flow-profile-copy h2,.flow-section-heading h2,.flow-page-heading h1 { font-size: clamp(2.7rem, 5.6vw, 5.5rem); line-height: 1.04; letter-spacing: -.055em; overflow-wrap: anywhere; }
.flow-home-profile { grid-template-columns: minmax(12rem,.7fr) minmax(20rem,1.3fr); gap: clamp(2rem,6vw,6rem); }
.flow-profile-portrait { max-height: 32rem; }
.flow-profile-tagline { margin-top: 1.5rem; font-size: clamp(1.2rem,1.8vw,1.7rem); }
.flow-profile-excerpt { display: block; color: var(--flow-muted); max-width: 58ch; line-height: 1.8; }
.flow-section-heading { margin-bottom: 2.2rem; }
.flow-collection-grid { grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 1.6rem; }
.flow-collection-card,.flow-collection-card:nth-child(n) { min-height: 0; overflow: visible; border-radius: 0; color: var(--flow-ink); background: transparent; }
.flow-collection-media { display: block; position: relative; aspect-ratio: 4/3; border-radius: var(--flow-radius); overflow: hidden; }
.flow-collection-image { object-fit: cover; }
.flow-collection-card::after { display: none; }
.flow-collection-title,.flow-collection-card:hover .flow-collection-title,.flow-collection-card:focus-visible .flow-collection-title { position: static; display: block; transform: none; opacity: 1; text-align: left; margin-top: 1rem; font-size: clamp(1.4rem,2.3vw,2rem); line-height: 1.2; letter-spacing: -.035em; }
.flow-collection-count,.flow-collection-card:hover .flow-collection-count { position: static; display: block; opacity: 1; color: var(--flow-muted); margin-top: .4rem; letter-spacing: .06em; font-size: .7rem; }
.flow-collection-card:hover img { transform: scale(1.025); }
.flow-editorial-column > header { min-height: 0; align-items: baseline; flex-wrap: wrap; }
.flow-editorial-column > header h2 { font-size: clamp(2rem,3.8vw,3.6rem); line-height: 1.1; overflow-wrap: anywhere; }
.flow-editorial-columns { gap: clamp(2.5rem,5vw,5rem); }
.flow-editorial-card { min-height: 0; }
.flow-editorial-card h3 { font-size: clamp(1.5rem,2vw,2rem); line-height: 1.25; }
.flow-page { padding-top: clamp(2.5rem,5vw,5rem); }
.flow-page-heading { padding-bottom: 2rem; }
.flow-search { max-width: 48rem; margin-bottom: 2.5rem; }
.flow-search:focus-within { border-bottom-width: 2px; }
.flow-status { margin: 0 0 2rem; }
.flow-work-grid { gap: 2.5rem 1.5rem; align-items: start; }
.flow-work-card { aspect-ratio: auto; min-height: 0; overflow: visible; border-radius: 0; color: var(--flow-ink); background: transparent!important; }
.flow-work-media { height: auto; aspect-ratio: 3/2; display: grid; place-items: center; background: var(--flow-paper-bright); border-radius: var(--flow-radius); overflow: hidden; }
.flow-work-media img { object-fit: contain; height: 100%; width: 100%; }
.flow-work-overlay { position: static; padding: .9rem 0 0; opacity: 1; transform: none; background: none; }
.flow-work-overlay strong { font-size: 1.15rem; line-height: 1.3; letter-spacing: -.025em; font-weight: 550; }
.flow-work-overlay em { color: var(--flow-muted); font-size: .9rem; }
.flow-work-card:hover img { transform: none; }
.flow-artwork-heading h1 { font-size: clamp(2.5rem,5.5vw,5.5rem); line-height: 1.06; letter-spacing: -.05em; }
.flow-artwork-heading { gap: 2rem; }
.flow-artwork-hero a { background: var(--flow-paper-bright); }
.flow-long-copy { line-height: 1.8; max-width: 62ch; }
.flow-footer { min-height: 6rem; }
.public-content-template-flowline .public-content-article > header h1 { line-height: 1.08; letter-spacing: -.045em; }
@media(max-width: 1000px) { .flow-collection-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width: 860px) { .flow-home-profile { grid-template-columns: 1fr; } .flow-profile-portrait { width: min(100%,24rem); } }
@media(max-width: 600px) {
 .flow-hero { min-height: max(38rem,82svh); }
 .flow-hero-copy h1 { font-size: clamp(3rem,13vw,4.5rem); }
 .flow-hero-copy { bottom: 5rem; }
 .flow-collection-grid { grid-template-columns: 1fr; gap: 2rem; }
 .flow-work-grid { grid-template-columns: 1fr; }
 .flow-section-heading { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 1rem; }
 .flow-page-heading h1 { font-size: 2.7rem; }
 .flow-search input { min-width: 0; padding-left: 0; }
}
.flow-work-media { position: relative; }
.flow-work-media img { position: absolute; inset: 0; }
.flow-work-index .public-load-more { margin-top: 3rem; text-align: center; }
.flow-work-index .public-load-more-link { display: inline-flex; align-items: center; min-height: 46px; padding: .7rem 1.4rem; border: 1px solid var(--flow-line); border-radius: 100px; text-decoration: none; }
.flow-work-index .public-load-more-link:hover { border-color: var(--flow-ink); }
