/* Basic Reset & Global Styles */*,*::before,*::after {    box-sizing: border-box;    margin: 0;    padding: 0;}html {    scroll-behavior: smooth;}body {    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;    background-color: #f9f9f9;    color: #1a1a1a;    line-height: 1.6;    overflow-x: hidden;    padding-top: var(--nav-height, 60px); /* Controlled by JS */    transition: padding-top 0.2s ease-out;}body.lightbox-active {    overflow: hidden;}a { color: inherit; text-decoration: none; }img { max-width: 100%; display: block; }.site-nav-sticky {     position: fixed; top: 0; left: 0; width: 100%; background-color: #f9f9f9;     box-shadow: 0 2px 5px rgba(0,0,0,0.05); z-index: 1000; display: flex;     align-items: center; padding: 0.5rem 0;}.nav-content-container {     max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex;     justify-content: space-between; align-items: center; width: 100%; }.nav-logo-area { display: flex; align-items: center; }.site-logo-image { height: 28px; width: auto; margin-right: 0.65rem; }.site-name { font-size: 1.1rem; font-weight: 500; text-transform: lowercase; }.nav-links { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; }.nav-links a { margin-left: 1rem; font-size: 0.8rem; font-weight: 400; color: #333; text-transform: lowercase; letter-spacing: normal; white-space: nowrap; }.nav-links a:hover { color: #000; }.nav-link-text { }.hero-section { background-color: #f9f9f9; padding-top: 4rem; padding-bottom: 4rem; }.content-section {   scroll-margin-top: var(--nav-height, 60px); /* For anchor links */}.hero-content-container { max-width: 1200px; margin: 0 auto; padding-left: 2rem; padding-right: 2rem; }.hero-body-wrapper-standalone { display: flex; flex-direction: column; justify-content: space-between; width: 100%; min-height: 65vh; }.hero-text-content { align-self: flex-end; text-align: left; max-width: 50%; margin-bottom: auto; }.hero-text-content h1 { font-size: 2.8rem; font-weight: 400; margin-bottom: 1rem; color: #1a1a1a; text-transform: lowercase; letter-spacing: -0.02em; }.hero-text-content .summary { font-size: 1.1rem; margin-bottom: 2rem; color: #7f7f7f; font-weight: 300; letter-spacing: normal; line-height: 1.45;}.scroll-prompts a { display: inline-block; font-size: 0.9rem; color: #333; font-weight: 400; text-transform: lowercase; letter-spacing: normal;}.scroll-prompts a:hover { text-decoration: underline; }.hero-image-container { align-self: flex-start; width: 45%; max-width: 480px; margin-top: 4rem; }.hero-image-container img { border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); transition: transform 0.3s ease-out; }.content-section { padding: 4rem 0 2rem 0; background-color: #ffffff; }.content-section.section-alt-bg { background-color: #f9f9f9; }.section-intro-wrapper { max-width: 1200px; margin: 0 auto 4rem auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; }.section-intro-title-container { flex-basis: 30%; max-width: 300px; flex-shrink: 0; display: flex; align-items: center; }.section-intro-line { display: inline-block; width: 30px; height: 1px; background-color: #ababab; margin-right: 1.5rem; }.section-intro-main-title { font-size: 1.1rem; font-weight: 500; color: #555; text-transform: uppercase; letter-spacing: normal; line-height: 1.5; }.section-intro-text { flex-basis: 65%; max-width: 65%; text-align: right; }.section-intro-text p { font-size: 1.5rem; line-height: 1.5; color: #b0b0b0; letter-spacing: normal; margin-top:0; padding-top:0;}.section-intro-text p strong { font-weight: 600; color: #333; }.items-container { padding: 0 2rem; max-width: 1200px; margin: 0 auto; }.idea-item-link-wrapper { display: block; text-decoration: none; }.idea-item { display: flex; gap: 3rem; align-items: center; padding: 3rem 0; border-bottom: 1px solid #e0e0e0; opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out, background-color 0.2s ease; }.idea-item-link-wrapper:hover .idea-item { background-color: #fdfdfd; }.idea-item:last-child { border-bottom: none; }.idea-item.is-visible { opacity: 1; transform: translateY(0); }.idea-item[data-item-type="gallery"] { cursor: pointer; } .idea-text-block { flex: 1; padding-right: 2rem; text-align: left; }.idea-identifier { display: block; font-size: 0.8rem; color: #ababab; margin-bottom: 0.5rem; text-transform: uppercase; font-weight: 400; letter-spacing: 0.03em; }.idea-title { font-size: 1.4rem; font-weight: 500; margin-bottom: 0.6rem; color: #1a1a1a; text-transform: lowercase; line-height: 1.3; letter-spacing: normal;}.idea-title a { color: inherit; text-decoration: none;}.idea-title a:hover { text-decoration: underline; } .idea-subtext { font-size: 0.95rem; color: #888888; line-height: 1.65; font-weight: 400; white-space: pre-wrap; letter-spacing: normal;}.idea-tags { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }.tag {     display: inline-block;     background-color: #f0f0f0;     color: #555;     font-size: 0.75rem;     font-weight: 400;     padding: 0.25rem 0.6rem;     border-radius: 1rem;     line-height: 1.2;     margin-right: 0.5rem;    margin-bottom: 0.5rem;}.idea-image-block { flex: 1; max-width: 45%; } .idea-image-block img { border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); width: 100%; height: auto;}.idea-image-block a img:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.12); }.see-more-link-container { text-align: left; padding: 1.5rem 0 0.5rem 0; margin-top: 1rem; }.see-more-link { font-size: 0.9rem; color: #555; font-weight: 500; text-decoration: none; cursor: pointer; text-transform: lowercase; transition: color 0.2s ease; letter-spacing: normal;}.see-more-link:hover { color: #1a1a1a; text-decoration: underline; }.has-see-more .hidden-item {    display: none;}#productions-section .items-container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }#productions-section .idea-item.production-item { flex-direction: column; align-items: flex-start; gap: 0.75rem; padding: 0; border-bottom: none; }.production-item .idea-text-block { padding-right: 0; margin-bottom: 0.25rem; width: 100%; order: 1; }.production-item .production-subtext { font-size: 0.85rem; color: #777; width: 100%; line-height: 1.5; margin-bottom: 0.75rem; order: 2; letter-spacing: normal;}.production-embed-container { width: 100%; margin-bottom: 0; order: 3; }.production-embed-container iframe { display: block; border-radius: 12px; height: 344px; width: 100%; }.reflection-item { align-items: flex-start; } .reflection-item .idea-text-block { flex-basis: 65%; max-width: 65%; padding-right: 2rem; }.reflection-item .idea-image-block { flex-basis: 35%; max-width: 35%; }.reflection-item .idea-image-block img { border-radius: 6px; width: 100%; height: auto; }.collection-embed-container {    flex: 1;    max-width: 45%;}.collection-embed-container.short-embed iframe {    height: 152px;}/* LIGHTBOX STYLES */#lightbox-overlay {    position: fixed; top: 0; left: 0; width: 100%; height: 100%;    background-color: rgba(0, 0, 0, 0.9); display: none; align-items: center;    justify-content: center; z-index: 2000; opacity: 0;    transition: opacity 0.3s ease-in-out; padding: 20px;}#lightbox-overlay.active { display: flex; opacity: 1; }#lightbox-container {    position: relative; width: 100%; height: 100%;    max-width: 95vw; max-height: 95vh; display: flex;    align-items: center; justify-content: center;}.lightbox-content-wrapper {    background-color: #161616; padding: 20px; border-radius: 10px;    box-shadow: 0 8px 40px rgba(0,0,0,0.7); max-width: 100%;    max-height: 100%; display: flex; flex-direction: column;    overflow: hidden; width: 100%; height: 100%;}#lightbox-thumbnails-strip {    width: 100%; overflow-x: auto; white-space: nowrap; padding-bottom: 15px;    margin-bottom: 15px; border-bottom: 1px solid #333; text-align: center;    flex-shrink: 0;}.lightbox-thumbnail-item {    display: inline-block; width: 80px; height: 60px; margin: 0 5px;    cursor: pointer; border: 2px solid transparent; border-radius: 4px;    overflow: hidden; background-size: cover; background-position: center;    background-repeat: no-repeat; transition: border-color 0.2s ease;}.lightbox-thumbnail-item.crop-top { background-position: center top; }.lightbox-thumbnail-item.crop-center { background-position: center center; }.lightbox-thumbnail-item.crop-bottom { background-position: center bottom; }.lightbox-thumbnail-item:hover, .lightbox-thumbnail-item.active-thumb { border-color: #fff; }.lightbox-main-content {    flex-grow: 1; display: flex; flex-direction: column;    min-height: 0;}.lightbox-image-wrapper {    flex-grow: 1; width: 100%; height: 100%;    display: flex; justify-content: center; align-items: center;    min-height: 0;}img#lightbox-image {    display: block; max-width: 100%; max-height: 100%;    object-fit: contain; border-radius: 4px;}#lightbox-caption {    width: 100%; max-width: 700px; text-align: center; margin: 0 auto;    flex-shrink: 0; padding-top: 15px;}#lightbox-title { font-weight: 600; font-size: 0.9rem; color: #fff; margin-bottom: 0.5rem; text-align: center; }#lightbox-text { font-size: 0.8rem; color: #b0b0b0; line-height: 1.5; text-align: center; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }#lightbox-text a { text-decoration: underline; }#lightbox-container.lightbox-layout-portrait .lightbox-main-content {    flex-direction: row; align-items: center; gap: 20px;}#lightbox-container.lightbox-layout-portrait .lightbox-image-wrapper {    flex: 1 1 0; min-width: 0; }#lightbox-container.lightbox-layout-portrait #lightbox-caption {    flex: 0 0 300px; max-width: 35%; text-align: right;    height: auto; max-height: 90%; overflow-y: auto;    padding: 20px 0; margin: 0;}#lightbox-container.lightbox-layout-portrait #lightbox-title,#lightbox-container.lightbox-layout-portrait #lightbox-text {    text-align: right;}#lightbox-close {    position: absolute; top: 0px; right: 0px; background: none; border: none;    color: #bbb; font-size: 2.5rem; font-weight: 300; cursor: pointer;    line-height: 1; padding: 10px; transition: color 0.2s ease, transform 0.2s ease;    z-index: 2010;}#lightbox-close:hover { color: #fff; transform: scale(1.1); }.lightbox-nav {    position: absolute; top: 50%; transform: translateY(-50%);    background-color: rgba(30, 30, 30, 0.2);    color: #fff; border: none; font-size: 2.5rem; font-weight: 100;    cursor: pointer; padding: 0 1rem; height: 80px; line-height: 80px;    border-radius: 8px; transition: background-color 0.2s ease; z-index: 2005;}.lightbox-nav:hover { background-color: rgba(10, 10, 10, 0.4); }.lightbox-nav:disabled { opacity: 0.2; cursor: default; pointer-events: none; }#lightbox-prev { left: 10px; }#lightbox-next { right: 10px; }.about-section { padding: 4rem 2rem; text-align: center; background-color: #e9e9e9; color: #333; position: relative; z-index: 1; margin-top: 4rem; }.about-content { max-width: 700px; margin: 0 auto; }.about-body-text { font-size: 0.85rem; color: #555; line-height: 1.5; letter-spacing: normal;}.contact-info { font-size: 0.85rem; color: #555; letter-spacing: normal;}.about-body-text:first-of-type { margin-bottom: 0.5rem; }.substack-embed-container {    margin-top: 2rem;    width: 100%;    max-width: 480px;    margin-left: auto;    margin-right: auto;}.substack-embed {    width: 100%;    height: 150px; /* Or adjust as needed */    background: #f9f9f9;}@media (max-width: 820px) {    .nav-content-container {        flex-direction: column; align-items: center; gap: 0.25rem;    }    .nav-links { justify-content: center; }}@media (max-width: 768px) {    .hero-section { padding-top: 2rem; padding-bottom: 2rem; }     .hero-content-container { padding: 1.5rem; min-height: auto; }    .hero-body-wrapper-standalone { min-height: auto; }     .hero-text-content { align-self: flex-start; max-width: 100%; margin-bottom: 2rem; }    .hero-text-content h1 { font-size: 2.2rem; font-weight: 400; letter-spacing: -0.01em; }    .hero-text-content .summary { font-weight: 300; }    .hero-image-container { align-self: flex-start; width: 100%; max-width: 100%; margin-top: 0;}    .section-intro-wrapper { flex-direction: column; align-items: flex-start; gap: 1rem; margin-bottom: 2rem; padding: 0 1rem;}    .section-intro-title-container { max-width: 100%; align-items: baseline; }    .section-intro-line { margin-right: 1rem; }    .section-intro-text { flex-basis: 100%; text-align: left; margin-left: 0; }    .section-intro-text p { font-size: 1.2rem; color: #777; }    .section-intro-text p strong { color: #222; }    .items-container { padding: 0 1rem; }    #productions-section .items-container { grid-template-columns: 1fr; gap: 2rem; }    .content-section { padding: 2rem 0 1rem 0; }    .idea-item { flex-direction: column; gap: 1.5rem; padding: 2rem 0; align-items: flex-start; }    .idea-text-block { padding-right: 0; order: 1; width:100%; }    .idea-image-block { max-width: 100%; order: 2; }    .collection-embed-container { max-width: 100%; order: 2; }        .reflection-item .idea-text-block,    .reflection-item .idea-image-block {        flex-basis: 100%; max-width: 100%; padding-right: 0;    }    .idea-title { font-size: 1.5rem; font-weight: 500; }    .idea-subtext { font-size: 0.95rem; }    .production-item .production-subtext { font-size: 0.9rem; }    .lightbox-nav { display: none; }    #lightbox-container { max-width: 100vw; max-height: 100vh; }    .lightbox-content-wrapper { padding: 10px; border-radius: 0; }    #lightbox-close { top: 5px; right: 5px; font-size: 2rem; color: #fff; background: rgba(0,0,0,0.3); border-radius: 50%; width: 30px; height: 30px; line-height: 30px; padding: 0;}        .lightbox-thumbnails-strip { padding-bottom: 10px; margin-bottom: 10px; }    .lightbox-thumbnail-item { width: 60px; height: 45px; margin: 0 3px; }    #lightbox-container.lightbox-layout-portrait .lightbox-main-content,    .lightbox-main-content {        flex-direction: column; align-items: center; gap: 10px;    }    #lightbox-container.lightbox-layout-portrait #lightbox-caption,    #lightbox-caption {        padding: 0; max-width: 100%; overflow-y: auto; max-height: 25vh;        flex-shrink: 0;    }    #lightbox-container.lightbox-layout-portrait #lightbox-title,    #lightbox-title,    #lightbox-container.lightbox-layout-portrait #lightbox-text,    #lightbox-text {        text-align: left;    }    .about-section { padding: 2rem 1rem; }    .about-body-text, .contact-info { font-size: 0.8rem; }}@media (max-width: 420px) {    .nav-link-text { display: none; }    .nav-links a { margin-left: 0.3rem; margin-right: 0.3rem; font-size: 1.1rem; }    .lightbox-thumbnail-item { width: 50px; height: 37.5px; margin: 0 2px; }}.footer-gif-container {    max-width: 300px; /* Adjust size here if you like */    margin: 0 auto 2.5rem auto; /* Centers the container and adds space below it */    padding: 8px;    background-color: #ffffff;    border-radius: 8px;    box-shadow: 0 4px 15px rgba(0,0,0,0.1);}.footer-gif-container img {    border-radius: 4px; /* Optional: slightly rounds the corners of the GIF inside the frame */}