/* Readable type, one liquid-silver material, and the people behind the work. */
:root { --muted: #c0c5cb; --small: 15px; --body: 18px; }
.site-header nav { font-size: 16px; }
.site-header nav a { min-height: 44px; display: flex; align-items: center; }
.hero-topline p { font-size: 18px; }
.hero-bottom > p { font-size: clamp(18px,1.25vw,22px); max-width: 740px; line-height: 1.6; }
.hero-footer, .text-link, .section-label, .email-link { font-size: 16px; }
.brand-heading h2 { font-size: 17px; }
.brand-controls button { width: 44px; height: 44px; }
.brand-controls .brand-pause { font-size: 17px; }
.gallery-count, .film-caption p, .film-duration, .project-tabs button { font-size: var(--small); }
.film-play, .playback-toolbar { font-size: 16px; }
.film-play { min-height: 44px; }
.playback-toolbar button, .playback-toolbar a { min-height: 44px; }
.film-caption { gap: 20px; flex-wrap: wrap; }
.film-caption .text-link { font-size: 16px; }
.project-tabs { gap: 32px; }
.project-tabs button { color: #c0c5cb; }
footer, footer > span { font-size: var(--small); }
footer nav a { min-height: 44px; display: flex; align-items: center; }

/* These are compositions of the home's surface, not separate sculptural objects. */
.sculpture-hero { height: min(78svh,740px); min-height: 520px; }
.page-sculpture { inset: 0 0 0 20%; z-index: -2; }
.page-sculpture::before { display: none; }
.sculpture-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg,#090a0bf5 0%,#090a0b99 28%,transparent 65%),linear-gradient(0deg,#090a0b,transparent 28%); }
.sculpture-copy > p { font-size: 18px; color: #d1d5da; }
.sculpture-copy > span { font-size: 19px; color: #c0c5cb; max-width: 440px; }
.sculpture-copy { width: 60%; }

.case-index p, .case-index nav { font-size: 16px; }
.case-index { padding-block: 10px; }
.case-index a { min-height: 44px; display: flex; align-items: center; }
.project-short { display: none; }
.case-panel { scroll-margin-top: 148px; }
.case-copy > p, .case-copy dt { font-size: var(--small); color: #c0c5cb; }
.case-summary { font-size: 18px; line-height: 1.55; color: #c0c5cb; }
.case-copy details { font-size: 16px; }
.case-copy summary { min-height: 44px; }
.case-copy dd, .case-copy details > p { font-size: 16px; line-height: 1.55; }
.case-screen > p { font-size: var(--small); color: #c0c5cb; gap: 16px; flex-wrap: wrap; }
.case-screen > p a { min-height: 44px; display: inline-flex; align-items: center; }
.case-screen > p span { display: inline-flex; align-items: center; }
.case-screen .playback-toolbar { font-size: 16px; }

.press-exhibit-top h2 { font-size: 19px; }
.press-exhibit-top > p, .exhibit-bottom > p { font-size: 16px; color: #c0c5cb; }
.exhibit-story .story-link, .press-more, .load-press { font-size: 16px; }
.publication-tabs button { color: #b3bbc4; }
.press-result-count, .press-filters label, .press-rows .publication { font-size: 16px; color: #c0c5cb; }
.press-filters input, .press-filters select { font-size: 18px; }
.press-rows h3 { font-size: 22px; line-height: 1.4; }

.team-section { padding: 100px var(--pad) 110px; scroll-margin-top: 110px; }
.team-heading > p { color: #c0c5cb; font-size: 18px; margin-bottom: 26px; }
.team-heading h2 { font-weight: 400; font-size: clamp(40px,5vw,76px); line-height: 1.08; letter-spacing: -.055em; max-width: 880px; }
.team-profiles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7vw; margin-top: 60px; }
.team-member { min-width: 0; }
.team-person { display: flex; align-items: center; gap: clamp(24px,2.5vw,42px); }
.team-portrait { width: clamp(160px,16vw,240px); aspect-ratio: 1; overflow: hidden; flex-shrink: 0; }
.team-person img { display: block; width: 100%; height: 100%; object-fit: cover; }
.team-person img[alt="Elena Kaya"] { transform: scale(1.2); transform-origin: 50% 25%; }
.team-person h3 { font-weight: 400; font-size: clamp(28px,2.6vw,42px); letter-spacing: -.04em; line-height: 1.12; }
.team-role { font-size: 17px; color: #c0c5cb; margin-top: 14px; line-height: 1.5; }
.team-bio { font-size: 18px; line-height: 1.7; margin-top: 32px; color: #cbd0d5; max-width: 65ch; }

@media (max-width:1050px) {
  .site-header nav { gap: 24px; }
  .case-summary { font-size: 17px; }
  .case-copy h2 { font-size: 38px; }
  .team-profiles { gap: 5vw; }
  .team-person { display: block; }
  .team-portrait { width: 200px; margin-bottom: 28px; }
}
@media (max-width:700px) {
  .site-header nav { font-size: 23px; }
  .hero-topline p { font-size: 17px; }
  .hero-bottom > p { font-size: 18px; line-height: 1.6; }
  .hero-footer, .section-label, .email-link, .text-link { font-size: 16px; }
  .hero-content { padding-bottom: 105px; }
  .film-caption p, .film-duration { font-size: 15px; }
  .film-play { font-size: 16px; left: 14px; bottom: 14px; padding: 10px 16px; }
  .film-duration { right: 16px; bottom: 28px; }
  .film-caption { align-items: flex-start; flex-direction: column; gap: 10px; }
  .playback-toolbar { padding: 10px; gap: 12px; font-size: 15px; }
  .playback-toolbar a { gap: 6px; }
  .playback-toolbar button { gap: 6px; }
  footer { grid-template-columns: 1fr; gap: 18px; }
  footer nav { justify-content: flex-start; gap: 28px; flex-wrap: wrap; }
  footer > span { font-size: 15px; }
  .sculpture-hero { height: 640px; min-height: 0; padding-bottom: 44px; }
  .page-sculpture { inset: 45px -45% 150px -55%; }
  .sculpture-hero::after { background: linear-gradient(0deg,#090a0b 0%,#090a0bdb 25%,transparent 68%); }
  .sculpture-copy { width: 100%; }
  .sculpture-copy > p { font-size: 17px; }
  .sculpture-copy > span { font-size: 18px; max-width: 330px; margin-top: 24px; }
  .case-index { padding-block: 0; }
  .case-index nav { font-size: 15px; gap: 12px; }
  .case-index a { padding: 10px 0; }
  .project-full { display: none; }
  .project-short { display: inline; }
  .case-panel { scroll-margin-top: 120px; min-height: 0; height: auto; }
  .case-surface { padding: 26px 20px; gap: 22px; height: auto; }
  .case-copy h2 { font-size: 35px; }
  .case-copy > p, .case-copy dt { font-size: 15px; }
  .case-summary { font-size: 16px; }
  .case-copy details { font-size: 16px; margin-top: 8px; }
  .case-screen > p { font-size: 15px; margin-top: 12px; gap: 4px 10px; }
  .case-screen .playback-toolbar { font-size: 15px; }
  .press-exhibit-top h2 { font-size: 18px; }
  .press-rows .publication, .press-result-count { font-size: 16px; }
  .press-rows h3 { font-size: 20px; }
  .team-section { padding: 70px var(--pad) 76px; }
  .team-heading > p { font-size: 17px; margin-bottom: 20px; }
  .team-heading h2 { font-size: 43px; }
  .team-profiles { grid-template-columns: 1fr; margin-top: 42px; gap: 58px; }
  .team-person { display: flex; gap: 24px; }
  .team-portrait { width: 38%; margin: 0; }
  .team-person h3 { font-size: 29px; }
  .team-role { font-size: 16px; margin-top: 12px; }
  .team-bio { font-size: 18px; margin-top: 25px; line-height: 1.65; }
}
@media (max-width:700px) and (max-height:700px) {
  .case-surface { padding: 18px; gap: 10px; }
  .case-copy h2 { font-size: 30px; margin-bottom: 8px; }
  .case-copy details { margin-top: 0; }
  .case-screen > p { margin-top: 4px; }
  .case-summary { display: none; }
}

/* Portraits share the press photograph's liquid-silver frame. */
.team-frame { position: relative; width: clamp(210px,20vw,300px); aspect-ratio: 1; flex-shrink: 0; touch-action: pan-y; }
.team-frame canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.team-reveal { display: block; position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; }
.team-frame-fallback { position: absolute; inset: 14%; border: 3px solid #c3c9cf; border-radius: 43% 49% 42% 46%; overflow: hidden; }
.team-person .team-frame img { transform: none; width: 100%; height: 100%; object-fit: cover; }
.team-bio-control, .team-linkedin { position: absolute; bottom: 4px; z-index: 2; min-height: 44px; display: flex; align-items: center; gap: 10px; padding: 7px 12px; font-size: 15px; background: #101317ee; border: 1px solid #c3c9cf66; border-radius: 24px; color: #f1f0eb; }
.team-bio-control { left: 8px; pointer-events: none; }
.team-bio-control > span { font-size: 22px; line-height: 1; transition: transform .25s; }
.bio-open .team-bio-control > span { transform: rotate(45deg); }
.team-linkedin { right: 8px; width: 44px; padding: 10px; justify-content: center; }
.team-linkedin svg { width: 19px; height: 19px; }
.team-linkedin:hover { background: #e4e7eb; color: #090a0b; }
.team-bio-reveal { display: grid; grid-template-rows: 0fr; opacity: 0; visibility: hidden; transition: grid-template-rows .3s ease, opacity .2s, visibility .3s; }
.team-bio-reveal > div { min-height: 0; overflow: hidden; }
.bio-open .team-bio-reveal { grid-template-rows: 1fr; opacity: 1; visibility: visible; }
.team-person { min-height: 0; }
@media(max-width:1050px) {
  .team-frame { width: 240px; margin-bottom: 28px; }
}
@media(max-width:700px) {
  .team-frame { width: 43%; margin: 0; }
  .team-person { gap: 20px; }
  .team-linkedin > span { display: none; }
  .team-linkedin { right: 0; padding: 10px; }
  .team-bio-control { left: 0; padding: 6px 9px; gap: 5px; }
  .team-person h3 { font-size: 28px; }
}

/* Compact client band, with quieter highlights and automatic movement. */
.brand-experience { padding-block: 16px 14px; }
.brand-experience .brand-stage { width: calc(100% - var(--pad) * 2); max-width: 1440px; height: 144px; margin-inline: auto; }
.brand-experience:not(.ready) .brand-stage { height: auto; min-height: 144px; }
.brand-experience.ready #brand-metal { opacity: 1; }
.brand-progress { height: 24px; }
.brand-fallback { padding: 24px 0; gap: 24px; }
.brand-fallback img { height: 38px; opacity: 1; }

/* A continuous material behind the whole heading, with no isolated object edge. */
.sculpture-hero .page-sculpture { inset: 0; }
.sculpture-hero::after { background: linear-gradient(90deg,#090a0b88,#090a0b22 75%),linear-gradient(0deg,#090a0b88,transparent 45%); }
.sculpture-copy { text-shadow: 0 2px 22px #0009; }
.case-index { border: 0; }
.case-surface::before { display: none; }
@media(max-width:700px) {
  .brand-experience { padding-block: 12px; }
  .brand-experience .brand-stage { height: 112px; }
  .brand-fallback { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
  .brand-fallback img { height: 30px; }
  .sculpture-hero::after { background: linear-gradient(0deg,#090a0bc9,#090a0b55 70%,#090a0b33); }
}

.contact-heading { font-weight: 400; letter-spacing: -.065em; line-height: 1; font-size: clamp(72px,11vw,190px); }
.contact-heading .contact-action { width: 100%; padding: 0; font: inherit; letter-spacing: inherit; text-align: left; }
.contact-action:disabled { cursor: progress; opacity: .7; }
.contact-status { min-height: 29px; font-size: 17px; color: var(--muted); margin-top: 30px; }
.contact-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); pointer-events: none; }
@media(max-width:700px) {
  .contact-heading { font-size: 14.2vw; }
  .contact-status { font-size: 16px; margin-top: 24px; }
}

/* Supporting text has its own hierarchy: clear weight, contrast and action surfaces. */
.site-header nav { font-weight: 500; color: #f2f4f6; }
.hero-topline p, .sculpture-copy > p, .brand-heading h2,
.press-exhibit-top h2, .team-heading > p { font-size: 18px; font-weight: 600; letter-spacing: .015em; color: #f5f6f7; }
.hero-bottom > p, .sculpture-copy > span, .case-summary, .team-bio { color: #e1e4e8; }
.film-caption p, .case-copy > p, .press-rows .publication, .team-role { color: #edf0f4; font-weight: 500; letter-spacing: .015em; }
.case-index nav, .case-copy summary, .text-link, .exhibit-story .story-link,
.project-tabs button, .case-screen > p a { font-weight: 600; color: #f0f3f6; }
.section-label, .press-filters label, .press-result-count { font-weight: 500; color: #e3e7ec; }
.case-copy dt, .case-screen > p, .exhibit-bottom > p,
.press-exhibit-top > p, footer { color: #d0d6dd; }
.hero-footer a { padding: 12px 22px; min-height: 48px; width: fit-content; background: linear-gradient(115deg,#f0f3f6,#b4bec8); color: #101419; border-radius: 3px; font-weight: 600; }
.hero-footer a:hover { background: #f5f7f9; }
.film-play, .press-more, .load-press { font-weight: 600; color: #11161c; background: linear-gradient(115deg,#edf1f5,#b7c0ca); border-color: transparent; }
.film-play:hover, .press-more:hover, .load-press:hover { background: #f5f7f9; color: #090a0b; }
.team-bio-control { font-weight: 600; color: #f5f7fa; }

/* V17: one connected hero composition and glass over continuous liquid. */
.hero { height: auto; min-height: min(88svh,900px); max-height: none; padding-top: clamp(142px,16svh,185px); padding-bottom: 38px; justify-content: center; }
.hero-topline { position: relative; inset: auto; margin: 0 0 24px; }
.hero-content { position: relative; inset: auto; margin: 0; padding: 0; }
.hero-footer { position: relative; inset: auto; margin-top: 30px; }
.hero-footer a, .press-more, .load-press, .film-play { border-radius: 3px; }
.hero-shade { background: linear-gradient(90deg,#090a0b77,transparent 85%),linear-gradient(0deg,#090a0b,transparent 65%); }
.work-bottom { flex-wrap: wrap; }
.project-tabs { flex-wrap: wrap; gap: 12px 28px; }

.case-world { position: relative; isolation: isolate; }
.case-liquid-backdrop { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.case-liquid-backdrop canvas { display: block; position: sticky; top: 0; width: 100%; height: 100svh; }
.case-liquid-backdrop canvas[hidden] { display: none; }
.case-liquid-backdrop .art-fallback { position: sticky; top: 0; height: 100svh; margin-bottom: -100svh; }
.case-world .sculpture-hero { isolation: auto; overflow: visible; background: transparent; }
.case-world .sculpture-hero::after { display: none; }
.case-world .case-index { background: #090a0b85; }
.case-world .case-stack { padding-top: 18px; }
.case-world .case-panel { margin-bottom: 44px; }
.case-world .case-panel .case-surface {
  background: linear-gradient(125deg,#c1ccd00b,#090c1055 48%,#d7e3f80a);
  border-radius: 48px 24px 56px 28px;
  backdrop-filter: blur(18px) saturate(.75);
  -webkit-backdrop-filter: blur(18px) saturate(.75);
  box-shadow: inset 0 1px 0 #e4edf42b, inset 0 -1px 0 #cddce51a, 0 24px 65px #0002;
}
.case-world .case-copy { text-shadow: 0 2px 12px #0009; }
.case-world .case-copy details[open] { background: #101318f7; border-radius: 22px; }
.case-world .case-screen .film-window { border-radius: 18px; padding: 0; background: transparent; box-shadow: 0 16px 48px #0005; }
.case-world .case-screen .window-screen { border-radius: inherit; }
.case-world .film-window::before { display: none; }
body[data-page=press] .press-archive { padding-top: 34px; }
@media(max-width:700px) {
  .hero { min-height: 0; padding-top: 135px; padding-bottom: 34px; }
  .hero-topline { margin-bottom: 22px; }
  .hero-content { padding: 0; }
  .hero-footer { margin-top: 28px; }
  .hero-shade { background: linear-gradient(90deg,#090a0b66,#090a0b22),linear-gradient(0deg,#090a0b,transparent 80%); }
  .case-world .case-stack { padding-inline: var(--pad); }
  .case-world .case-panel { margin-bottom: 26px; }
  .case-world .case-panel .case-surface { border-radius: 30px 20px 38px 22px; padding: 26px 20px; }
  .case-world .case-screen .film-window { border-radius: 12px; }
}
@media(max-width:700px) and (max-height:700px) {
  .case-world .case-panel .case-surface { padding: 20px 16px; }
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))) {
  .case-world .case-panel .case-surface { background: #0d1013d9; }
}

/* V19: project navigation strip removed; anchors clear only the site header. */
.case-world .case-panel { scroll-margin-top: 104px; }
@media(max-width:700px) {
  .case-world .case-panel { scroll-margin-top: 96px; }
}

/* V21: compact publication cards with a story preview and a clear reading link. */
body[data-page=press] .press-archive { padding-top: 24px; border-top: 0; }
.press-archive .press-filters { margin-top: 0; margin-bottom: 34px; }
.press-archive .press-rows { max-width: 1280px; margin-inline: auto; gap: 28px; }
.press-rows .press-row {
  overflow: hidden; border-radius: 16px;
  background: linear-gradient(145deg,#c3cbd20c,#0b0d11b3 70%);
  box-shadow: inset 0 0 0 1px #d0d8df21;
}
.press-rows .press-row > a { height: 100%; }
.press-rows .press-thumb { height: auto; aspect-ratio: 2.2; margin-bottom: 0; }
.press-rows .press-card-copy { display: flex; flex-direction: column; flex: 1; padding: 25px 25px 20px; }
.press-rows .publication { display: block; margin-bottom: 14px; font-size: 15px; font-weight: 500; letter-spacing: .045em; color: #bbc4cc; }
.press-rows h3 { font-size: 22px; font-weight: 500; line-height: 1.3; color: #f0f2f4; letter-spacing: -.025em; }
.press-rows .press-excerpt { margin-top: 17px; margin-bottom: 18px; font-size: 17px; line-height: 1.6; color: #c5cbd1; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.press-rows .press-read-more { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; min-height: 44px; font-size: 16px; font-weight: 600; color: #eef2f6; }
.press-rows .press-read-more svg { display: block; width: 17px; height: 17px; transition: transform .2s; }
.press-rows a:hover .press-read-more svg { transform: translate(2px,-2px); }
.press-rows .press-row > a:focus-visible { outline-offset: -3px; }
@media(max-width:1050px) {
  .press-rows .press-card-copy { padding: 22px 22px 18px; }
}
@media(max-width:700px) {
  .press-archive .press-rows { gap: 22px; }
  .press-rows .press-card-copy { padding: 20px 20px 16px; }
  .press-rows h3 { font-size: 21px; }
  .press-rows .press-excerpt { font-size: 16px; }
}
@media(max-width:600px) {
  .press-archive .press-rows { grid-template-columns: minmax(0,1fr); }
}

/* V22: the same persistent liquid and glass treatment carries through Press. */
.press-world { position: relative; isolation: isolate; }
.press-liquid-backdrop { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.press-liquid-backdrop canvas { display: block; position: sticky; top: 0; width: 100%; height: 100svh; }
.press-liquid-backdrop canvas[hidden] { display: none; }
.press-liquid-backdrop .art-fallback { position: sticky; top: 0; height: 100svh; margin-bottom: -100svh; }
.press-world .sculpture-hero { isolation: auto; overflow: visible; background: transparent; }
.press-world .sculpture-hero::after { display: none; }
.press-world .press-archive { background: transparent; }
.press-world .press-row { background: linear-gradient(125deg,#c1ccd00b,#090c1080 48%,#d7e3f80a); backdrop-filter: blur(18px) saturate(.75); -webkit-backdrop-filter: blur(18px) saturate(.75); }
.press-world .press-card-copy { background: #090b0f38; text-shadow: 0 1px 10px #0006; }
.press-world .press-filters input,.press-world .press-filters select { background: #090a0bb3; }
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))) {
  .press-world .press-row { background: #0d1013d9; }
}

/* V23: one contained backdrop stage; no detached liquid panel below the content. */
.case-liquid-backdrop,.press-liquid-backdrop { overflow: clip; }
.page-liquid-stage { position: sticky; top: 0; width: 100%; height: 100svh; }
.page-liquid-stage canvas,.page-liquid-stage .art-fallback {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0;
}
.press-load-sentinel { height: 1px; width: 100%; pointer-events: none; }
.press-load-sentinel[hidden] { display: none; }

/* V24: biography opening never moves its desktop portrait or the page. */
.team-section { overflow-anchor: none; }
@media (hover: hover) and (pointer: fine) {
  .team-member { position: relative; }
  .team-bio-reveal {
    display: block; position: absolute; inset: 100% 0 auto; z-index: 5;
    margin-top: 18px; padding: 24px; max-height: min(430px,55vh); overflow-y: auto;
    background: #101318f2; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-radius: 18px; box-shadow: 0 18px 55px #0006;
    transition: opacity .18s ease, visibility .18s; pointer-events: none;
  }
  .team-bio-reveal .team-bio { margin-top: 0; }
}

/* Selected silver hexagon replaces the placeholder wordmark. */
.wordmark.brand-mark { align-items: center; justify-content: center; gap: 0; width: fit-content; flex-shrink: 0; line-height: 1; }
.brand-mark .brand-icon { display: block; width: 64px; height: 64px; object-fit: contain; }
footer .brand-mark .brand-icon { width: 52px; height: 52px; }
.work-bottom .portfolio-cta { padding: 12px 22px; min-height: 48px; width: fit-content; border: 0; border-radius: 3px; background: linear-gradient(115deg,#f0f3f6,#b4bec8); color: #101419; font-weight: 600; }
.work-bottom .portfolio-cta:hover { background: #f5f7f9; }
@media(max-width:700px) {
  .brand-mark .brand-icon { width: 52px; height: 52px; }
  footer .brand-mark .brand-icon { width: 48px; height: 48px; }
}
