/* tastemaker · established warm editorial · portrait + narrative · existing AA color tokens */
body { overflow-x:hidden; }
/* 44px minimum targets, including inline links; wrapping stays fluid at 320px. */
a,button,summary,input:not([type=checkbox]):not([type=radio]) { min-width:44px; min-height:44px; }
a { display:inline-flex; align-items:center; vertical-align:middle; }
a:not(.brand):not(.teacher-image):not(.comment):not(.button) { max-width:100%; }
.desktop-nav a { display:inline-flex; align-items:center; justify-content:center; }
.site-header .header-cta,.site-footer nav a { min-height:44px; }
.hero .hero-secondary,.source-note .text-link { display:inline-flex; align-items:center; min-height:44px; }
.socials a,.icon-button,.menu-toggle,.menu-close { min-width:44px; min-height:44px; }
.video-controls button { min-width:44px; min-height:44px; }
.video-controls { flex-wrap:wrap; }
.consent-option { min-height:44px; }
.teacher-bladyt .teacher-image { overflow:hidden; border-radius:16px; }
.bladyt-media-wrapper { position:relative; width:100%; height:100%; overflow:hidden; border-radius:16px; background:var(--forest); }
.teacher-bladyt .bladyt-img-static { display:block; width:100%; height:100%; object-fit:cover; transform:none; }
.bladyt-video-hover { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center top; opacity:0; pointer-events:none; }
.bladyt-media-wrapper.is-playing .bladyt-video-hover { opacity:1; }
.venue-film { margin:0; min-width:0; }
.venue-film-frame { position:relative; width:100%; aspect-ratio:16/9; border-radius:16px; overflow:hidden; border:1px solid rgba(0,0,0,.06); background:var(--forest); }
.venue-film-frame > img,.venue-film-frame > video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.venue-film-frame > video { opacity:0; }
.venue-film-frame > video.is-ready { opacity:1; }
.venue-video-toggle { position:absolute; z-index:2; bottom:16px; left:16px; max-width:calc(100% - 32px); border:1px solid #d9c9b1; border-radius:999px; background:#183a2e; color:#fff; padding:10px 16px; font:500 12px var(--sans); }
.venue-film figcaption { padding-top:12px; font-size:12px; color:var(--muted); }
.venue-media-layout { display:grid; grid-template-columns:1.15fr 1fr; gap:24px; align-items:stretch; }
.venue-media-layout .venue-film { display:grid; grid-template-rows:1fr auto; }
.venue-media-layout .venue-film-frame { height:100%; aspect-ratio:auto; min-height:260px; }
.venue-media-layout .venue-mosaic { grid-template-columns:1fr 1fr; }
.venue-media-layout .venue-mosaic figure:first-child { grid-column:1 / -1; grid-row:auto; }
.venue-media-layout .venue-mosaic figure { min-width:0; }
.venue-media-layout .venue-mosaic figure .editorial-image-frame { width:100%; min-height:0; height:auto; aspect-ratio:16/9; }
.venue-media-layout .venue-mosaic figure img { min-height:0; height:100%; }
.space-tour-layout { display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:start; }
.space-tour-layout .space-gallery { display:contents; }
.space-tour-layout .space-gallery figure { margin:0; min-width:0; }
.space-tour-layout .space-gallery figure:first-child { grid-column:auto; }
.space-tour-layout .space-gallery .editorial-image-frame,.space-tour-layout .space-gallery figure:first-child .editorial-image-frame { aspect-ratio:16/9; height:auto; }
.space-tour-layout .space-gallery h3 { font-size:24px; }
.bladyt-hero { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:clamp(32px,6vw,90px); padding-block:34px 64px; }
.bladyt-hero h1 { font-size:clamp(40px,5vw,66px); line-height:1.12; margin-block:20px 26px; }
.bladyt-hero .lead { max-width:490px; }
.bladyt-hero figure { margin:0; max-width:490px; justify-self:end; }
.bladyt-hero img { width:100%; height:auto; aspect-ratio:4/5; object-fit:cover; border-radius:4px; }
.bladyt-hero figcaption { font-size:11px; color:var(--muted); margin-top:10px; }
.bladyt-chapter { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(28px,6vw,96px); padding-block:64px; }
.bladyt-chapter h2 { font-size:clamp(30px,4vw,46px); line-height:1.2; }
.bladyt-chapter p:not(.eyebrow) { max-width:660px; }
.bladyt-chapter p + p { margin-top:20px; }
.bladyt-chapter.surface { background:var(--surface); }
.bladyt-gallery { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.bladyt-gallery figure { margin:0; min-width:0; }
.bladyt-gallery figure:last-child { grid-column:1 / -1; }
.bladyt-photo { overflow:hidden; position:relative; aspect-ratio:4/5; background:var(--surface); }
.bladyt-photo img { width:100%; height:100%; object-fit:cover; }
.bladyt-photo.rotate-left { aspect-ratio:16/9; }
.bladyt-photo.rotate-left img { position:absolute; left:50%; top:50%; width:56.25%; height:177.7778%; max-width:none; transform:translate(-50%,-50%) rotate(-90deg); object-fit:cover; }
.bladyt-gallery figcaption { padding-block:12px; color:var(--muted); font-size:12px; }
.bladyt-context { max-width:820px; font-size:13px; color:var(--muted); margin-top:24px; }
@media(prefers-reduced-motion:no-preference) {
 .teacher-bladyt .bladyt-img-static { transition:transform .6s cubic-bezier(.16,1,.3,1); }
 .bladyt-video-hover { transition:opacity .5s ease; }
 html:not(.motion-paused) .bladyt-media-wrapper.is-playing .bladyt-img-static { transform:scale(1.04); }
}
@media(max-width:800px) {
 .venue-media-layout,.space-tour-layout,.bladyt-hero,.bladyt-chapter { grid-template-columns:1fr; }
 .venue-media-layout .venue-film-frame { height:auto; aspect-ratio:16/9; min-height:0; }
 .bladyt-hero { padding-top:24px; }
 .bladyt-hero figure { justify-self:center; width:100%; max-width:440px; }
 .bladyt-chapter { padding-block:42px; gap:22px; }
 .teacher-grid { grid-template-columns:1fr; gap:44px; }
 .teacher-grid .teacher-image { max-width:460px; }
}
@media(max-width:480px) { .bladyt-gallery { grid-template-columns:1fr; } .bladyt-gallery figure:last-child { grid-column:auto; } }
@media(prefers-reduced-motion:reduce) {
 .teacher-bladyt .bladyt-img-static { transform:none; transition:none; }
 .bladyt-media-wrapper .bladyt-video-hover { opacity:0; transition:none; }
 .venue-film-frame > video { opacity:0; }
}
.motion-paused .teacher-bladyt .bladyt-img-static { transform:none; transition:none; }
.motion-paused .bladyt-media-wrapper .bladyt-video-hover { opacity:0; transition:none; }
.motion-paused .venue-film-frame > video { opacity:0; }
