/* ============================================================
   ALEJANDRO PARRA - GLOBAL CSS, revised 2026-08-07
   Replaces the entire CSS editor contents. Sections:
   1. Base
   2. Typography (letter aesthetic, consolidated)
   3. Layout presets (Cargo bindings - do not edit the comments)
   4. Header
   5. Landing (show light)
   6. Project pages (reel)
   7. Cargo chrome
   8. Legacy (rollback + un-ported pages; remove after last port)
   ============================================================ */

/* ---------- 1. BASE ---------- */

#toolset { display: none; }

html { background: #151515; }

body {
  background-color: #151515;
  color: #fff;
  overflow-x: hidden; /* guards the reel full-bleed */
}

a:active { opacity: 0.7; }
.page a.active { color: grey; }

i, em { font-style: italic; }
b, strong { font-weight: bolder; }
sub, sup { position: relative; vertical-align: baseline; }
sub { top: 0.3em; }
sup { top: -0.4em; }
s { text-decoration: line-through; }
img { border: 0; padding: 0; }
ul, ol { margin: 0; padding: 0 0 0 2.5em; }
blockquote { margin: 0; padding: 0 0 0 1em; }

hr {
  background: rgba(238, 240, 235, 0.14);
  border: 0;
  height: 1px;
  display: block;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
}

[image-gallery="slideshow"] { margin-bottom: 2rem; }

.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}

/* the one amber echo sitewide */
::selection { background: rgba(199, 138, 59, 0.4); color: #fff; }

/* ---------- 2. TYPOGRAPHY (letter aesthetic) ---------- */
/* One set of editor styles: H1 titles, Small mono print, bodycopy prose. */

[data-predefined-style="true"] h1 {
  font-family: "Diatype Variable", Icons;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: rgb(255, 255, 255);
  text-transform: lowercase;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
  padding: 0;
  margin: 0;
}
[data-predefined-style="true"] h1 a { color: rgb(255, 255, 255); }

[data-predefined-style="true"] h2 {
  font-family: "Diatype Variable", Icons;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 1rem;
  line-height: 1;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
  z-index: 9999;
}
[data-predefined-style="true"] h2 a { color: #fff; }

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: max(1.1rem, 11.5px);
  line-height: 1.7;
  font-family: "Monument Grotesk Mono", "Diatype Mono Variable", Icons;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(238, 240, 235, 0.5);
}
[data-predefined-style="true"] small a {
  color: rgba(255, 255, 255, 1);
  border-bottom-width: 0em;
}

[data-predefined-style="true"] bodycopy {
  font-size: max(1.4rem, 15px);
  font-weight: 300;
  color: rgba(238, 240, 235, 0.85);
  font-family: "Diatype Variable", Icons;
  font-style: normal;
  line-height: 1.65;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
  z-index: 9900;
}
[data-predefined-style="true"] bodycopy a {
  color: rgba(238, 240, 235, 0.9);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(238, 240, 235, 0.35);
  z-index: 9999;
}
[data-predefined-style="true"] bodycopy a:hover {
  color: #fff;
  text-decoration-color: #c78a3b;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}

.gallery_image_caption {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: max(1.0rem, 11px);
  font-weight: 400;
  color: rgba(238, 240, 235, 0.4);
  font-family: "Monument Grotesk Mono", "Diatype Mono Variable", Icons;
  font-style: normal;
  line-height: 1.2;
}

/* ---------- 3. LAYOUT PRESETS (Cargo bindings) ---------- */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
  position: relative;
  max-width: 100%;
  width: 100%;
  background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
  margin-left: auto /*!content_center*/;
  margin-right: auto /*!content_center*/;
  text-align: left /*!text_left*/;
}

[data-css-preset] body {
  background-color: rgb(21, 21, 21) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
  width: 60%/*!content_center*/;
}

[data-css-preset] .content_padding {
  padding-top: 0rem /*!main_margin*/;
  padding-bottom: 0rem /*!main_margin*/;
  padding-left: 0rem /*!main_margin*/;
  padding-right: 0rem /*!main_margin*/;
}

/* ---------- 4. HEADER ---------- */

/* lowercase letter voice for the injected #ap-header */
body #ap-header h2 {
  font-size: max(1.1rem, 13px);
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0.08em;
}
body #ap-header .subtitle {
  font-size: max(0.7rem, 10px);
  text-transform: lowercase;
  letter-spacing: 0.18em;
  font-family: "Monument Grotesk Mono", "Diatype Mono Variable", Icons;
}

#info-panel .info-content a { text-decoration: none !important; }

/* hidden on the landing only (the sl script sets data-sl-wired) */
body[data-sl-wired="1"] #ap-header { display: none; }

/* ---------- 5. LANDING (SHOW LIGHT) ---------- */

.sl-room {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
  background: #131313;
}
.sl-look {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.3, 0, 0.3, 1);
  background-size: cover;
  background-position: center center;
}
.sl-look.on { opacity: 0.55; }

/* image slots */
.sl-look[data-for="s1"] { background: #3a1c0c url('https://freight.cargo.site/t/original/i/7c7162b6260050fe6b4b463e62b87042997428cd3ad4d13c16ccca79be0a3d9d/DSCF2629.jpg') center center no-repeat; background-size: cover; } /* real women have curves */
.sl-look[data-for="s2"] { background: #0a1f3c url('https://freight.cargo.site/t/original/i/45bab2335666ce8dc19a36ba0c9ba8065d16c5ad6b4ca1847943834109019927/DSCF6813C.jpg') center center no-repeat; background-size: cover; } /* the prince of egypt */
.sl-look[data-for="s3"] { background: #122a22 url('https://freight.cargo.site/t/original/i/3416e1302122ce9cd7c18c0d1005df31968d5a8af541914af87cd8ce61eafea8/FGG_2574.jpg') center center no-repeat; background-size: cover; } /* tuesdays with morrie */
.sl-look[data-for="s4"] { background: #2c0c22 url('https://freight.cargo.site/t/original/i/3064e7ba2c93d5522b3529b2a4611e8ff15f76765c4a8c3121dd465244a16003/240530-Frida--21.png') center center no-repeat; background-size: cover; } /* frida stroke of passion */
.sl-look[data-for="s5"] { background: #141c40 url('https://freight.cargo.site/t/original/i/fdfe05a860a0563f18e3c28eda486ae1463c972cf1491a6f968fb2f374bddbaa/DSCF1357.png') center center no-repeat; background-size: cover; } /* the hunchback of notre dame */
.sl-look[data-for="s6"] { background: #2c1a0a url('https://freight.cargo.site/t/original/i/b44ca8880a0c064a572ed511dfb0f024b6a21b570c17ac7034929eaed605c947/DSCF2574.jpg') center center no-repeat; background-size: cover; } /* electrico */

.sl-page {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 40px;
  font-family: "Diatype", "Helvetica Neue", -apple-system, sans-serif;
  color: rgba(238, 240, 235, 0.9);
}

/* opener: sans caption voice */
.sl-open {
  font-family: "Diatype", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 300;
  color: rgba(238, 240, 235, 0.55);
  margin: 0 0 7vh 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}
.sl-mark {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c78a3b;
  margin-right: 12px;
  animation: sl-breathe 5s ease-in-out infinite;
  box-shadow: 0 0 16px rgba(199, 138, 59, 0.5);
}
@keyframes sl-breathe {
  0%, 100% { opacity: 0.45; box-shadow: 0 0 8px rgba(199, 138, 59, 0.25); }
  50% { opacity: 1; box-shadow: 0 0 20px rgba(199, 138, 59, 0.6); }
}

.sl-flow { line-height: 1.6; margin: 0; }
.sl-seg { display: inline; }
.sl-flow a.sl-t {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(238, 240, 235, 0.28);
  transition: text-decoration-color 0.25s ease;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 2px 18px rgba(0, 0, 0, 0.45);
  line-height: 1.3;
}
.sl-flow a.sl-t:hover,
.sl-flow a.sl-t:focus-visible {
  color: #fff;
  text-decoration-color: #c78a3b;
  text-decoration-thickness: 2px;
}
.sl-flow a.sl-t:focus-visible { outline: 2px solid rgba(199, 138, 59, 0.85); outline-offset: 5px; }
.sl-flow .sl-c {
  font-family: "Monument Grotesk Mono", "Diatype Mono Variable", monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: rgba(238, 240, 235, 0.42);
  vertical-align: 0.95em;
  padding: 0 0.5em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}
.sl-flow .sl-run { color: #c78a3b; }

/* studio step-down: dormant until Studio returns to the landing */
.sl-seg.sl-studio { display: block; margin-top: 5vh; }
.sl-seg.sl-studio a.sl-t { font-size: clamp(21px, 3.4vw, 33px); color: rgba(238, 240, 235, 0.72); }

.sl-coda {
  margin: 7vh 0 0 0;
  font-size: 13.5px;
  line-height: 1.9;
  color: rgba(238, 240, 235, 0.42);
  max-width: 560px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}
.sl-coda a {
  color: rgba(238, 240, 235, 0.9);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(238, 240, 235, 0.35);
}
.sl-coda a:hover,
.sl-coda a:focus-visible { color: #fff; }
.sl-coda a:focus-visible { outline: 2px solid rgba(199, 138, 59, 0.85); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  .sl-look { transition: none; }
  .sl-mark { animation: none; opacity: 0.9; }
  .sl-flow a.sl-t { transition: none; }
}

@media (max-width: 699px) {
  .sl-page { display: block; padding: 14vh 20px 16vh 20px; }
  .sl-seg { display: block; margin-bottom: 10vh; }
  .sl-flow .sl-c { display: block; padding: 12px 0 0 0; vertical-align: baseline; }
  .sl-open { margin-bottom: 10vh; }
}

/* mobile crop steering: first number is horizontal, 0% left / 100% right */
@media (max-width: 768px) {
  .sl-look[data-for="s1"] { background-position: 30% center; } /* real women have curves */
  .sl-look[data-for="s2"] { background-position: 50% center; } /* the prince of egypt */
  .sl-look[data-for="s3"] { background-position: 70% center; } /* tuesdays with morrie */
  .sl-look[data-for="s4"] { background-position: 10% center; } /* frida stroke of passion */
  .sl-look[data-for="s5"] { background-position: 60% center; } /* the hunchback of notre dame */
  .sl-look[data-for="s6"] { background-position: 60% center; } /* electrico */
}

/* ---------- 6. PROJECT PAGES (REEL) ---------- */
/* Images break out to full viewport width; text keeps its measure.
   Requires page Alignment: center in the Design panel. */

.content img {
  float: none;
  vertical-align: bottom;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-bottom: 12vh !important;
  height: auto !important;
}

/* ---------- 7. CARGO CHROME ---------- */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-size: 30px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
  right: 2rem /*!site_menu_button*/;
  top: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
  margin: -10px;
  font-size: 32px;
}

#site_menu_button.custom_icon {
  width: 40px;
  height: auto;
}

#site_menu_button.active { display: none; }

#site_menu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
  background: rgba(20, 20, 20, 0.95);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 30px 90px 30px;
  max-width: 400px;
  min-width: 300px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

body.mobile #site_menu { width: 100%; }

#site_menu .page-link a { color: rgba(255, 255, 255, 0.75); }
#site_menu .set-link > a { color: rgba(255, 255, 255, 0.75); font-weight: bold; }
#site_menu a:active { opacity: .7; }
#site_menu a.active { opacity: .4; }

#site_menu .close {
  display: none;
  color: rgba(255, 255, 255, 0.4);
  line-height: .85em;
  font-size: 45px;
}

body.mobile #site_menu .close {
  display: block;
  font-size: 50px;
  line-height: 1em;
}

#site_menu .break { height: 28px; }
#site_menu .indent { margin-left: 28px; }

[data-css-preset] #shop_button {
  color: rgba(0, 0, 0, 0.85);
    background: transparent;
  font-size: 32px;
    font-style: normal;
  font-weight: 400;
    line-height: 1;
    position: fixed;
  padding: 6px;
  top: 1rem /*!shop_button*/;
  left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
  font-style: normal;
}

#shop_button.custom_icon {
  width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
  margin: -6px;
    font-size: 40px;
}

.shop_product {
    width: 100%;
  max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
  font-family: Diatype, Icons;
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
  font-style: normal;
  font-weight: 400;
}

.shop_product .dropdown {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.3rem;
    display: inline-block;
  width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.4;
    padding: .7rem 2.5rem 0.6rem 1rem;
  font-style: normal;
  font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
  font-family: Diatype, Icons;
  font-size: 1.3rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
  line-height: 1;
    padding: .8rem 1rem 0.8rem;
  font-style: normal;
  font-weight: 700;
}

.content img.image-zoom:active { opacity: .7; }

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}

[data-css-preset] .quick-view-background {
  background: rgba(0, 0, 0, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
  font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}

.quick-view-navigation .left-arrow { left: 10px; }
.quick-view-navigation .right-arrow { right: 10px; }

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: white;
    stroke-width: 2px;
}

.quick-view-navigation .close-button {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: white;
    stroke-width: 2px;
}

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 2px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 2px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
  border-top: 0;
}

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
  font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player { max-width: 100%; }

.audio-player .separator { width: 1px; background-color: rgba(0,0,0,0.15); }
.audio-player .button { background: transparent; cursor: pointer; fill: rgba(0, 0, 0, 0.85); }
.audio-player .icon { fill: rgba(0, 0, 0, 0.85); padding: 30%; width: 100%; margin: auto; }
.audio-player .buffer { background: rgba(0,0,0,0.03); }
.audio-player .progress { background: rgba(0,0,0,0.1); }

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 0.9rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time { padding-left: 1rem; }
.audio-player .total-time { padding-right: 1rem; }

/* ---------- 8. LEGACY ---------- */
/* Supports the unpublished old index (rollback) and the five un-ported
   project pages. Remove this whole section after the last per-show port
   and the old index's final retirement. */

div[thumbnails] { justify-content: flex-start; }

[data-css-preset] .thumbnails {
    background-color: transparent/*!thumbnails_bgcolor*/;
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.25rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -0.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 1rem/*!responsive_thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -2rem/*!responsive_thumbnails_padding*/;
}

.thumbnails .thumb_image {
  outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .thumb_image {
    position: relative;
    display: inline-block;
}

.thumbnails .thumb_image {
    width: 100%;
    height: auto;
    display: block;
}

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Diatype Variable", Icons;
  font-style: normal;
  line-height: 1.3;
}

.thumbnails .tags {
    margin-top: .8rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  font-weight: 400;
  color: grey;
  font-family: "Monument Grotesk Mono", Icons;
  font-style: normal;
  line-height: 1.2;
}

.thumbnails .tags a {
  border-bottom: 0;
    color: grey;
    text-decoration: none;
}

.thumbnails .has_title .tags { margin-top: .8rem; }

.thumbnails .thumbnail > a { position: relative; }

.thumbnails .thumbnail > a::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.35s ease;
    z-index: 8;
    pointer-events: none;
}

.thumbnails .thumbnail:hover > a::after {
    background: rgba(0, 0, 0, 0.4);
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail img { transition: filter 0.35s ease; }
.thumbnails .thumbnail:hover img { filter: grayscale(100%); }

.thumbnails .thumbnail .title {
    background-color: rgba(0, 0, 0, 0.0);
    padding: 0;
    margin: 0;
    color: #DADADA;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 1.5rem;
    top: 0;
    bottom: 0;
    width: max-content;
    max-width: 2rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    z-index: 999;
    opacity: 0;
    transition:
      opacity 0.35s ease-out,
      text-shadow 0.25s ease-out;
    text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
    color: #DADADA;
}

.synopsis {
  line-height: 1.2;
  margin-top: -1rem;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.synopsis.collapsed {
  max-height: 5em;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.read-more {
  margin-top: 0.5rem;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: rgba(255,255,255,0.65);
  cursor: pointer;
}

.read-more:hover { color: rgba(255,255,255,0.9); }

.credit-block {
  font-family: "Monument Grotesk Mono", "Diatype Mono Variable", Icons;
  font-size: max(0.9rem, 12px);
  line-height: 1.4;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
}

.credit-block p { margin: 0 0 1.4em 0; }
.credit-block b { color: #fff; }

[data-predefined-style="true"] h1 { margin-top: 7vh; }

/* SHOW LIGHT: explicit identity, letter voice */
.sl-open .sl-name {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(238, 240, 235, 0.92);
}

.sl-open .sl-role {
  font-family: "Monument Grotesk Mono", "Diatype Mono Variable", monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: rgba(238, 240, 235, 0.45);
  display: inline-block;
  margin-top: 7px;
  margin-left: 23px;
}

.sl-open .sl-status { display: block; margin: 8px 0 0 23px; }
.sl-open .sl-status a {
  font-family: "Monument Grotesk Mono", "Diatype Mono Variable", monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: #c78a3b;
  text-decoration: none;
}
.sl-open .sl-status a:hover { text-decoration: underline; text-underline-offset: 4px; }


/* SHOW LIGHT: coda as closing statement */
.sl-coda .sl-c-lbl {
  font-family: "Monument Grotesk Mono", "Diatype Mono Variable", monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: rgba(238, 240, 235, 0.45);
}
.sl-coda a.sl-mail {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(238, 240, 235, 0.92);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(238, 240, 235, 0.3);
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
  display: inline-block;
  margin: 8px 0 10px;
}
.sl-coda a.sl-mail:hover,
.sl-coda a.sl-mail:focus-visible {
  color: #fff;
  text-decoration-color: #c78a3b;
  text-decoration-thickness: 2px;
}
.sl-coda .sl-c-line {
  font-size: 12.5px;
  color: rgba(238, 240, 235, 0.45);
}

/* PROJECT PAGES mobile: clear the fixed header */
@media (max-width: 699px) {
  [data-predefined-style="true"] h1 { margin-top: 110px; }
}

/* PROJECT PAGES: credits measure cap */
.content hr + small { display: block; max-width: 720px; }

.content hr + small { white-space: normal; }

.sl-coda a.sl-infolink {
  font-family: "Monument Grotesk Mono", "Diatype Mono Variable", monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: rgba(238, 240, 235, 0.45);
  text-decoration: none;
  display: inline-block;
  margin-top: 14px;
}
.sl-coda a.sl-infolink:hover,
.sl-coda a.sl-infolink:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 699px) {
  body #info-panel { padding-top: 88px !important; }
}

/* SHOW LIGHT: coda final pass */
.sl-coda .sl-c-line {
  font-family: "Monument Grotesk Mono", "Diatype Mono Variable", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(238, 240, 235, 0.42);
}
.sl-coda a.sl-mail { margin: 6px 0 9px; }
.sl-coda a.sl-infolink { margin-top: 22px; }

.sl-flow a.sl-t { text-decoration: none; }
.sl-flow a.sl-t:hover,
.sl-flow a.sl-t:focus-visible {
  text-decoration: underline;
  text-decoration-color: #c78a3b;
  text-decoration-thickness: 2px;
}

.sl-coda a.sl-infolink { color: rgba(238, 240, 235, 0.55); }

/* PROJECT PAGES: video frames join the reel */
.content iframe {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 56.25vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-bottom: 12vh !important;
  border: 0;
  display: block;
}