/* Square editorial portfolio. #f3f3f3 is the unchanged video backdrop.
   The owner supplies these local font files; no font binaries are redistributed. */
@font-face {
  font-family: 'Portfolio Favorit';
  src: url('assets/fonts/favorit-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Portfolio Favorit';
  src: url('assets/fonts/favorit-inter.woff2') format('woff2');
  font-style: normal;
  font-weight: 350;
  font-display: swap;
}
:root {
  /* Exact RGB of the corrected portrait and video backdrop. One continuous canvas. */
  --paper: #f3f3f3;
  --ink: #111;
  --muted: #707070;
  --line: #d8d8d8;
  --gutter: 32px;
  --rail: 184px;
  --inquiry: 224px;
  --gap: 34px;
  font-family: 'Portfolio Favorit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; background: var(--paper); min-width: 320px; font-size: 12px; line-height: 1.5; }
button, input, select, textarea { font: inherit; color: inherit; border-radius: 0; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
button { background: none; border: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
button:disabled { cursor: default; opacity: .5; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid #111; outline-offset: 4px; }
button:focus:not(:focus-visible) { outline: none; }
::selection { background: #111; color: #fff; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: block; width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: square; stroke-linejoin: miter; flex-shrink: 0; }
.small-label { margin: 0; font-size: 10px; font-weight: 400; line-height: 1.5; letter-spacing: .025em; text-transform: uppercase; }
.muted { color: var(--muted); }
.text-link { font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.text-link:hover { text-decoration-thickness: 2px; }
.skip-link { position: fixed; top: 0; left: 0; padding: 14px 20px; color: #fff; background: #111; z-index: 100; transform: translateY(-110%); }
.skip-link:focus { transform: translateY(0); }
.site-header { height: 82px; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: sticky; top: 0; z-index: 30; background: transparent; }
.brand { font-size: 34px; font-weight: 400; line-height: 1; letter-spacing: -2px; text-transform: uppercase; }
.navigation, .header-contact { display: flex; gap: 22px; align-items: center; font-size: 10px; text-transform: uppercase; }
.nav-link { display: inline-flex; min-height: 44px; align-items: center; }
.nav-link:hover, .nav-link.is-current { text-decoration: underline; text-underline-offset: 4px; }
.header-contact { justify-content: flex-end; }
.header-contact > a { text-transform: none; font-size: 11px; }
.header-contact > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.header-contact button { min-height: 44px; text-transform: uppercase; font-size: 10px; }
.header-contact button span { margin-left: 8px; }
.product-layout { padding: 54px var(--gutter) 0; max-width: 1740px; margin: auto; display: grid; grid-template-columns: var(--rail) minmax(0,1fr) var(--inquiry); gap: var(--gap); align-items: start; }
.profile-rail, .inquiry-rail { position: sticky; top: 158px; margin-top: 130px; }
.profile-rail h1 { font-size: 14px; font-weight: 400; line-height: 1.4; text-transform: uppercase; margin: 18px 0 3px; }
.profile-role { font-size: 12px; margin: 0; }
.profile-platforms { margin: 16px 0 0; font-size: 11px; line-height: 1.7; text-transform: capitalize; }
.profile-details { margin-top: 40px; }
.profile-details p { margin: 12px 0 12px; font-size: 11px; line-height: 1.8; }
.profile-details .text-link { font-size: 11px; }
.work-index { margin-top: 50px; }
#work-index-items { margin-top: 12px; }
.index-entry { width: 100%; min-height: 36px; display: grid; grid-template-columns: 25px 1fr 12px; gap: 5px; text-align: left; align-items: center; font-size: 10px; text-transform: uppercase; }
.index-number { color: #777; font-variant-numeric: tabular-nums; }
.index-arrow { opacity: 0; }
.index-entry:hover > span:nth-child(2), .index-entry[aria-pressed=true] > span:nth-child(2) { text-decoration: underline; text-underline-offset: 4px; }
.index-entry:hover .index-arrow, .index-entry[aria-pressed=true] .index-arrow { opacity: 1; }
.index-more { pointer-events: none; color: #777; }
.rail-note { font-size: 10px; line-height: 1.7; color: #777; margin-top: 36px; }
.gallery { min-width: 0; }
.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; height: 36px; margin-bottom: 12px; gap: 12px; }
#work-count { margin-left: 9px; }
.view-controls { display: flex; gap: 18px; }
.view-button { font-size: 10px; text-transform: uppercase; color: #777; min-height: 36px; }
.view-button[aria-pressed=true] { color: #111; text-decoration: underline; text-underline-offset: 4px; }
.view-button:hover { color: #111; }
.showcase { position: relative; width: 100%; max-width: 900px; margin: auto; aspect-ratio: 1; min-height: 740px; background: transparent; overflow: hidden; isolation: isolate; scroll-margin-top: 96px; }
.portrait { position: absolute; left: 50%; top: 3%; width: 52%; aspect-ratio: 2/3; transform: translateX(-50%); overflow: hidden; pointer-events: none; z-index: 0; mask-image: linear-gradient(to bottom,#000 0%,#000 74%,transparent 100%); -webkit-mask-image: linear-gradient(to bottom,#000 0%,#000 74%,transparent 100%); }
.portrait img, .portrait video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; display: block; }
.portrait-poster { z-index: 0; }
.portrait-idle { z-index: 1; opacity: 0; transition: opacity .18s ease; }
.portrait-gesture { z-index: 2; opacity: 0; transition: opacity .18s ease; }
.portrait-idle.is-visible, .portrait-gesture.is-visible { opacity: 1; }
.video-card { position: absolute; width: 28%; z-index: 3; padding: 0; background: #fff; border: 0; border-radius: 0; box-shadow: none; transform: none; transition: outline-color .15s; outline: 1px solid transparent; outline-offset: 0; }
.card-left { left: 18px; top: 26%; }
.card-right { right: 18px; top: 18%; }
.card-center { left: 50%; top: 59%; width: 25%; transform: translateX(-50%); z-index: 4; }
.video-card:hover { outline-color: #b7b7b7; }
.video-card.is-active { outline-color: #111; }
.video-card.is-reacting { animation: selection-reaction .55s ease; }
@keyframes selection-reaction { 0%,100% { outline-offset: 0; } 45% { outline-offset: 4px; } }
.card-media { position: relative; aspect-ratio: 3/4; width: 100%; overflow: hidden; background: #ececec; isolation: isolate; }
.card-poster, .ugc-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ugc-video { z-index: 0; background: #f3f3f3; }
.card-poster { z-index: 1; transition: opacity .12s; }
.video-card.has-played .card-poster { opacity: 0; pointer-events: none; }
.video-card.is-error .card-poster { opacity: 1; }
.card-vignette { display: none; }
.card-topline { position: absolute; z-index: 5; top: 10px; left: 10px; right: 10px; display: flex; align-items: center; justify-content: space-between; gap: 5px; pointer-events: none; }
.sample-tag { font-size: 7px; line-height: 1; padding: 5px 6px; background: #fff; color: #333; letter-spacing: .04em; }
.duration-tag { font-size: 8px; font-variant-numeric: tabular-nums; color: #111; background: #fff; padding: 4px 5px; }
.live-dot { display: none; }
.card-trigger { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; display: grid; place-items: center; }
.play-or-pause { width: 42px; height: 42px; display: grid; place-items: center; color: #111; background: #fff; border: 1px solid #111; transition: opacity .15s; }
.play-or-pause .icon { width: 15px; height: 15px; }
.video-card.is-playing .play-or-pause { opacity: 0; }
/* While playing, pause lives only in the compact bar; no duplicate central button. */
.video-card.is-playing .play-or-pause { visibility: hidden; }
.card-caption { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; padding: 14px 13px 15px; min-height: 70px; }
.card-caption > div { min-width: 0; }
.card-category { font-size: 8px; color: #777; text-transform: uppercase; letter-spacing: .035em; margin: 0 0 5px; }
.card-title { font-size: 12px; line-height: 1.3; font-weight: 400; margin: 0; }
.card-number { font-size: 9px; color: #777; margin-top: 2px; }
.player-controls { position: absolute; z-index: 6; left: 0; right: 0; bottom: 0; display: none; grid-template-columns: 28px auto minmax(16px, 1fr) 28px 26px; align-items: center; column-gap: 5px; padding: 3px 6px; min-height: 34px; background: rgba(255,255,255,.96); color: #111; }
.video-card.is-active .player-controls { display: grid; }
.player-time { font-size: 9px; white-space: nowrap; letter-spacing: -.1px; font-variant-numeric: tabular-nums; line-height: 1; }
.player-control { min-width: 30px; min-height: 30px; display: grid; place-items: center; }
.player-control .icon { width: 13px; height: 13px; }
.seek-slider { --progress: 0%; appearance: none; -webkit-appearance: none; width: 100%; height: 18px; border: 0; padding: 0; margin: 0; cursor: pointer; background: linear-gradient(to right,#111 var(--progress),#d8d8d8 var(--progress)) center/100% 1px no-repeat; flex: 0 0 100%; }
.seek-slider::-webkit-slider-thumb { appearance: none; -webkit-appearance: none; height: 8px; width: 5px; background: #111; border-radius: 0; }
.seek-slider::-moz-range-thumb { height: 8px; width: 5px; background: #111; border: 0; border-radius: 0; }
.card-error { position: absolute; z-index: 8; left: 6px; right: 6px; bottom: 100px; padding: 10px; color: #fff; background: #111; font-size: 10px; }
.gesture-touch { position: absolute; z-index: 7; width: 12px; height: 12px; border: 1px solid #111; pointer-events: none; opacity: 0; transform: translate(-50%,-50%); }
.gesture-touch.is-pulsing { animation: touch-mark .6s ease both; }
@keyframes touch-mark { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.7); } 30% { opacity: .7; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.8); } }
.inquiry-title { font-size: 23px; font-weight: 400; letter-spacing: -.65px; line-height: 1.17; margin: 18px 0 15px; }
.inquiry-email { display: inline-block; font-size: 12px; margin-bottom: 27px; }
.inquiry-email:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 15px; border: 1px solid #111; background: #fff; font-size: 10px; text-transform: uppercase; line-height: 1.3; min-height: 44px; }
.contact-button:hover { background: #f3f3f3; }
.contact-button.primary { width: 100%; background: #111; color: #fff; }
.contact-button.primary:hover { background: #333; }
.contact-button span[aria-hidden] { font-size: 15px; line-height: 1; }
.inquiry-note { font-size: 10px; color: #777; line-height: 1.7; margin: 13px 0 38px; }
.terms-list { margin: 15px 0 28px; }
.terms-row { display: flex; justify-content: space-between; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 10px; line-height: 1.5; }
.terms-row:last-child { border-bottom: 1px solid var(--line); }
.terms-row dt { color: #777; }
.terms-row dd { margin: 0; text-align: right; }
.info-detail { border-bottom: 1px solid var(--line); font-size: 11px; padding: 0; }
.info-detail summary { display: flex; justify-content: space-between; list-style: none; font-size: 10px; text-transform: uppercase; min-height: 43px; align-items: center; cursor: pointer; }
.info-detail summary::-webkit-details-marker { display: none; }
.info-detail summary::after { content: '+'; font-size: 14px; }
.info-detail[open] summary::after { content: '−'; }
.info-detail p { font-size: 11px; margin: 0 0 10px; line-height: 1.7; }
.info-detail .text-link { display: inline-block; margin-bottom: 17px; font-size: 11px; }
/* The same three cards become a conventional catalogue. Nothing is duplicated. */
.gallery[data-view=index] .showcase { aspect-ratio: auto; min-height: 700px; background: transparent; overflow: visible; }
.gallery[data-view=index] #video-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.gallery[data-view=index] .video-card { position: relative; width: auto; top: auto; left: auto; right: auto; transform: none; }
.gallery[data-view=index] .card-media { aspect-ratio: 9/14; }
.gallery[data-view=index] .card-caption { padding: 14px 0; }
.gallery[data-view=index] .video-card.is-active { outline-offset: 6px; }
.section-width { width: calc(100% - 2 * var(--gutter)); max-width: 1676px; margin-left: auto; margin-right: auto; }
.contact-section { border-top: 1px solid var(--line); padding: 48px 0 54px; display: grid; grid-template-columns: var(--rail) minmax(0,1fr) var(--inquiry); gap: var(--gap); align-items: center; }
.contact-email-large { font-size: clamp(25px,3.7vw,54px); line-height: 1.2; letter-spacing: -1.5px; justify-self: start; }
.contact-email-large:hover { text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 1px; }
.site-footer { border-top: 1px solid var(--line); padding: 25px 0 34px; display: flex; justify-content: space-between; gap: 16px; font-size: 9px; color: #777; }
.site-footer a { color: #111; }
.site-footer a:hover { text-decoration: underline; }
.dialog { background: #fff; color: #111; border: 1px solid #111; border-radius: 0; padding: 32px; width: 590px; max-width: calc(100vw - 32px); max-height: calc(100dvh - 40px); overflow-y: auto; overscroll-behavior: contain; }
.dialog::backdrop { background: #0005; }
body:has(dialog[open]) { overflow: hidden; }
.dialog-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.dialog-heading h2 { font-size: 28px; font-weight: 400; line-height: 1.15; letter-spacing: -.6px; margin: 14px 0 0; }
.icon-button { display: grid; place-items: center; width: 32px; height: 32px; }
.dialog-description { font-size: 12px; line-height: 1.8; margin: 22px 0; color: #666; }
.text-button { display: flex; align-items: center; gap: 14px; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
code { font-size: 10px; background: #eaeaea; padding: 1px 3px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-dialog label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 10px; }
.contact-dialog input, .contact-dialog textarea { width: 100%; min-width: 0; border: 1px solid #bdbdbd; background: #fff; padding: 12px; font-size: 12px; resize: vertical; }
.contact-dialog input::placeholder, .contact-dialog textarea::placeholder { color: #999; }
.form-note { font-size: 10px; line-height: 1.7; color: #777; margin: 0 0 20px; }
.submit-button { width: 100%; background: #111; color: #fff; }
.submit-button:hover { background: #333; }
.toast { position: fixed; z-index: 100; bottom: 25px; left: 50%; transform: translateX(-50%); max-width: calc(100vw - 36px); width: max-content; font-size: 11px; padding: 14px 20px; background: #111; color: #fff; opacity: 0; transition: opacity .15s; pointer-events: none; text-align: center; }
.toast.is-visible { opacity: 1; }
.noscript-notice { position: fixed; bottom: 0; left: 0; right: 0; background: #111; color: #fff; padding: 15px; text-align: center; z-index: 50; }
@media (min-width:1600px) {
  :root { --rail: 215px; --inquiry: 250px; --gap: 52px; --gutter: 40px; }
  .profile-rail, .inquiry-rail { margin-top: 160px; }
}
@media (min-width:1101px) and (max-width:1300px) {
  :root { --rail: 150px; --inquiry: 195px; --gap: 26px; --gutter: 26px; }
  .profile-details p { font-size: 10px; }
  .profile-role { font-size: 11px; }
  .showcase { min-height: 710px; }
  .portrait { width: 59%; top: 4%; }
  .video-card { width: 28%; }
  .card-center { width: 27%; top: 61%; }
  .card-left { left: 12px; top: 29%; }
  .card-right { right: 12px; top: 23%; }
  .card-caption { padding: 12px 10px; min-height: 64px; }
  .card-title { font-size: 10px; }
  .card-category { font-size: 7px; }
  .inquiry-title { font-size: 21px; }
  .terms-row { font-size: 9px; }
}
@media (max-width:1100px) {
  :root { --gutter: 28px; --gap: 28px; }
  .product-layout { grid-template-columns: minmax(0,1fr) 225px; padding-top: 28px; }
  .gallery { grid-column: 1; grid-row: 1; }
  .inquiry-rail { grid-column: 2; grid-row: 1; margin-top: 100px; top: 120px; }
  .profile-rail { position: static; grid-column: 1; grid-row: 2; margin-top: 15px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .profile-rail > .small-label, .profile-rail > h1, .profile-role, .profile-platforms { grid-column: 1; }
  .profile-details { grid-column: 2; grid-row: 1 / span 4; margin-top: 0; }
  .work-index { grid-column: 1 / -1; margin-top: 30px; }
  #work-index-items { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
  .index-entry { font-size: 9px; }
  .rail-note { display: none; }
  .showcase { min-height: 700px; }
  .portrait { top: 4%; width: 66%; }
  .video-card { width: 30%; }
  .card-left { top: 31%; left: 12px; }
  .card-right { top: 25%; right: 12px; }
  .card-center { top: 61%; width: 30%; }
  .card-caption { padding: 11px 10px; min-height: 64px; }
  .card-title { font-size: 10px; }
  .card-category { font-size: 7px; }
  .card-number { font-size: 8px; }
  .sample-tag { font-size: 6px; }
  .contact-section { grid-template-columns: minmax(0,1fr) 225px; }
  .contact-section > h2 { grid-column: 1 / -1; }
  .contact-email-large { font-size: 38px; }
}
@media (max-width:800px) {
  :root { --gutter: 20px; }
  .site-header { height: 70px; padding: 0 20px; }
  .brand { font-size: 29px; letter-spacing: -1.8px; }
  .navigation { gap: 15px; font-size: 9px; }
  .header-contact > a { display: none; }
  .header-contact button { font-size: 9px; }
  .product-layout { grid-template-columns: minmax(0,1fr); padding-top: 16px; row-gap: 38px; }
  .gallery { grid-row: 1; grid-column: 1; }
  .profile-rail { grid-row: 3; grid-column: 1; border-top: 1px solid var(--line); padding-top: 32px; margin: 0; }
  .inquiry-rail { grid-row: 2; grid-column: 1; position: static; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; }
  .inquiry-rail > .small-label, .inquiry-title, .inquiry-email, .inquiry-rail > .contact-button, .inquiry-note { grid-column: 1; }
  .terms { grid-row: 1 / span 5; grid-column: 2; }
  .info-detail { grid-column: 2; }
  .inquiry-note { margin-bottom: 0; }
  .showcase { min-height: 730px; }
  .portrait { top: 4%; width: 59%; }
  .video-card { width: 29%; }
  .card-left { top: 29%; left: 16px; }
  .card-right { top: 22%; right: 16px; }
  .card-center { top: 60%; width: 28%; }
  .card-title { font-size: 12px; }
  .card-category { font-size: 8px; }
  .player-control { min-width: 36px; min-height: 36px; }
  .seek-slider { height: 23px; }
  .gallery[data-view=index] .showcase { min-height: 0; }
  .gallery[data-view=index] #video-cards { gap: 15px; }
  .gallery[data-view=index] .card-title { font-size: 11px; }
}
@media (max-width:530px) {
  :root { --gutter: 16px; }
  body { font-size: 12px; }
  .site-header { height: 62px; padding: 0 16px; }
  .brand { font-size: 26px; letter-spacing: -1.5px; }
  .navigation { gap: 12px; font-size: 9px; }
  .header-contact button span { margin-left: 3px; }
  .product-layout { padding-top: 8px; gap: 34px; }
  .gallery-toolbar { height: 40px; margin-bottom: 8px; }
  .gallery-toolbar > .small-label { font-size: 9px; }
  #work-count { margin-left: 4px; }
  .view-button { min-height: 44px; font-size: 9px; }
  .view-controls { gap: 14px; }
  .showcase { min-height: 705px; aspect-ratio: auto; }
  .portrait { width: 82%; top: 8px; }
  .video-card { width: 43%; }
  .card-left { left: 10px; top: 224px; }
  .card-right { right: 10px; top: 207px; }
  .card-center { width: 47%; top: 448px; }
  .card-caption { padding: 10px 8px 12px; min-height: 63px; }
  .card-title { font-size: 11px; line-height: 1.4; }
  .card-category { font-size: 7px; margin-bottom: 4px; }
  .card-number { font-size: 8px; }
  .card-topline { top: 7px; left: 7px; right: 7px; }
  .sample-tag { font-size: 6px; padding: 4px; }
  .duration-tag { font-size: 7px; padding: 3px; }
  .play-or-pause { width: 40px; height: 40px; }
  .player-controls { padding: 0 6px; gap: 0; }
  .player-time { font-size: 8px; letter-spacing: -.25px; }
  .player-control { min-width: 32px; min-height: 40px; }
  .player-control.stop-control { display: none; }
  .gallery[data-view=index] #video-cards { grid-template-columns: minmax(0,1fr); gap: 34px; }
  .gallery[data-view=index] .card-media { aspect-ratio: 3/4; }
  .gallery[data-view=index] .card-caption { padding-top: 14px; }
  .gallery[data-view=index] .card-title { font-size: 14px; }
  .gallery[data-view=index] .card-category { font-size: 9px; }
  .inquiry-rail { display: block; padding: 2px 0 0; }
  .inquiry-title { font-size: 28px; letter-spacing: -.8px; margin-top: 14px; }
  .inquiry-title br { display: none; }
  .inquiry-title br::after { content: ' '; }
  .inquiry-email { margin-bottom: 22px; }
  .inquiry-note br { display: none; }
  .inquiry-note { margin: 14px 0 28px; }
  .terms-row { font-size: 11px; padding: 14px 0; }
  .terms-list { margin-bottom: 10px; }
  .info-detail summary { min-height: 48px; }
  .profile-rail { padding-top: 28px; grid-template-columns: 1fr 1fr; gap: 0 22px; }
  .profile-role { font-size: 11px; }
  .profile-platforms { font-size: 10px; }
  .profile-details p { font-size: 10px; line-height: 1.8; margin-top: 14px; }
  .profile-details .text-link { font-size: 10px; }
  #work-index-items { grid-template-columns: 1fr; gap: 0; }
  .index-entry { min-height: 44px; font-size: 10px; grid-template-columns: 25px 1fr 15px; border-bottom: 1px solid #ededed; }
  .work-index { margin-top: 28px; }
  .contact-section { display: block; padding: 30px 0 35px; }
  .contact-email-large { display: block; font-size: clamp(28px,7.8vw,39px); letter-spacing: -1px; margin: 22px 0 25px; }
  .contact-section > .contact-button { width: 100%; }
  .site-footer { font-size: 8px; padding: 22px 0 65px; }
  .footer-note { display: none; }
  .dialog { padding: 24px 20px; max-height: calc(100dvh - 24px); }
  .dialog-heading h2 { font-size: 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-dialog input, .contact-dialog textarea { font-size: 16px; }
  .toast { bottom: 60px; font-size: 10px; }
}
@media (max-width:359px) {
  :root { --gutter: 12px; }
  .site-header { padding: 0 12px; }
  .brand { font-size: 23px; }
  .showcase { min-height: 672px; }
  .card-left { top: 216px; }
  .card-right { top: 199px; }
  .card-center { top: 430px; }
  .card-title { font-size: 10px; }
  .card-category { font-size: 6px; }
  .sample-tag { font-size: 5px; }
  .inquiry-title { font-size: 26px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .portrait video, .gesture-touch { display: none; }
}

/* Final spacing / type refinement. Keep every card inside the studio canvas. */
.brand { font-family: inherit; font-weight: 400; }
.profile-role, .profile-platforms, .profile-details p { font-size: 12px; }
.profile-rail h1, .small-label, .card-title, .inquiry-title { font-weight: 400; }
.profile-rail h1 { font-size: 15px; }
.inquiry-title { font-size: 22px; letter-spacing: -.45px; }
.card-center { top: auto; bottom: 34px; }
.gallery[data-view=index] .card-center { bottom: auto; }
.gallery[data-view=index] .showcase { min-height: 570px; }
.info-detail summary { min-height: 46px; }
.index-entry { min-height: 40px; }
.view-button { min-height: 44px; }
@media (min-width:531px) and (max-width:1100px) {
  .showcase { min-height: 740px; }
}
@media (max-width:800px) {
  .gallery[data-view=index] .showcase { min-height: 0; }
}
@media (max-width:530px) {
  .showcase { min-height: 0; height: calc((100vw - 2 * var(--gutter)) * 1.82 + 172px); }
  .card-left { top: calc((100vw - 2 * var(--gutter)) * .62); }
  .card-right { top: calc((100vw - 2 * var(--gutter)) * .57); }
  .card-center { top: auto; bottom: 32px; }
  .gallery[data-view=index] .showcase { height: auto; }
  .gallery[data-view=index] .card-center { bottom: auto; }
  .profile-role, .profile-platforms, .profile-details p { font-size: 11px; }
  .inquiry-title { font-size: 25px; }
}


/* Catalogue refinement: imagery and type, not white caption boxes.
   All three Studio cards are unchanged. Only the Index and bottom row use this. */
.gallery[data-view=index] .showcase {
  min-height: 0;
  max-width: none;
}
.gallery[data-view=index] #video-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px clamp(20px, 2.2vw, 36px);
  align-items: start;
}
.gallery[data-view=index] .gallery-toolbar { margin-bottom: 22px; }
.gallery[data-view=index] .video-card, .related-card {
  background: transparent;
  min-width: 0;
}
.gallery[data-view=index] .card-media { aspect-ratio: 3 / 4; }
.gallery[data-view=index] .card-caption, .related-card .card-caption {
  padding: 18px 12px 20px;
  min-height: 94px;
  gap: 14px;
  align-items: flex-start;
}
.gallery[data-view=index] .card-category, .related-card .card-category {
  margin: 0 0 8px;
  color: #555;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: .035em;
}
.gallery[data-view=index] .card-title, .related-card .card-title {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}
.gallery[data-view=index] .card-number, .related-card .card-number {
  font-size: 10px;
  line-height: 1.5;
  align-self: flex-start;
  padding-top: 0;
  flex-shrink: 0;
}
.gallery[data-view=index] .card-topline, .related-card .card-topline { inset: 14px 14px auto; }
.gallery[data-view=index] .play-or-pause, .related-card .play-or-pause { width: 42px; height: 42px; }
.gallery[data-view=index] .video-card.is-active, .related-card.is-active {
  outline: none;
}
.gallery[data-view=index] .video-card:hover, .related-card:hover { outline-color: transparent; }
.gallery[data-view=index] .video-card:hover .card-title, .related-card:hover .card-title,
.gallery[data-view=index] .video-card.is-active .card-title, .related-card.is-active .card-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.gallery[data-view=index] .video-card.is-active .card-media, .related-card.is-active .card-media {
  outline: 1px solid #111;
  outline-offset: -1px;
}

/* The standalone Information section has been removed. */

/* Product-page-style recommendation row: one snap carousel, no editor. */
.related-section { border-top: 1px solid var(--line); padding: 38px 0 66px; }
.related-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 28px; gap: 16px; }
.related-heading .small-label { font-size: 11px; }
.related-heading-tools { display: flex; align-items: center; gap: 14px; }
.related-nav { display: flex; gap: 2px; }
.related-nav-button { display: grid; place-items: center; width: 30px; height: 30px; color: #111; }
.related-nav-button .icon { width: 14px; height: 14px; }
.related-nav-button:hover { color: #777; }
.related-nav-button[disabled] { opacity: .25; }
.related-nav-button[disabled]:hover { color: #111; }
#related-prev .icon { transform: rotate(180deg); }
/* One row that scrolls sideways instead of stacking into a second row. The
   trailing padding reserves the peek, so the visible cards plus the leading
   edge of the next card fill the row exactly, and every press lands flush. */
.related-grid {
  --related-visible: 3;
  --related-gap: clamp(16px, 2.4vw, 32px);
  --related-peek: clamp(64px, 7vw, 132px);
  --related-fade: var(--related-peek);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--related-visible) - 1) * var(--related-gap)) / var(--related-visible));
  gap: var(--related-gap);
  padding-right: var(--related-peek);
  max-width: none;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to right, #000 calc(100% - var(--related-fade)), transparent 100%);
  mask-image: linear-gradient(to right, #000 calc(100% - var(--related-fade)), transparent 100%);
}
/* The next card dissolves into the page background at the right edge. The last
   position has nothing left to reveal, so the fade drops away there. */
.related-grid.is-at-end { --related-fade: 0px; }
.related-grid::-webkit-scrollbar { display: none; }
@media (min-width: 1200px) { .related-grid { --related-visible: 4; } }
.related-card { scroll-snap-align: start; position: relative; width: auto; top: auto; right: auto; bottom: auto; left: auto; transform: none; }
.related-card .card-media { aspect-ratio: 4 / 5; }
.related-card .card-caption { min-height: 86px; padding: 20px 14px 18px; }
.related-card .card-category { font-size: 10px; }
.related-card .card-title { font-size: 14px; }
.related-card .card-number { font-size: 11px; }
.related-card .player-time { font-size: 10px; }
.related-card .player-control { min-height: 40px; min-width: 40px; }
.related-card .seek-slider { height: 22px; }
.related-card .sample-tag, .related-card .duration-tag { font-size: 9px; padding: 6px 7px; }

@media (min-width: 801px) and (max-width: 1100px) {
  .gallery[data-view=index] #video-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
}
@media (max-width: 1100px) {
}
@media (max-width: 800px) {
  .gallery[data-view=index] #video-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 20px; }
  .gallery[data-view=index] .card-caption { padding: 16px 8px 18px; min-height: 92px; gap: 8px; }
  .gallery[data-view=index] .card-title { font-size: 12px; }
  .gallery[data-view=index] .card-category { font-size: 8px; margin-bottom: 6px; }
  .related-section { padding: 32px 0 42px; }
  .related-grid { --related-gap: 24px; }
  .related-heading { margin-bottom: 22px; }
}
@media (max-width: 530px) {
  .gallery[data-view=index] #video-cards { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .gallery[data-view=index] .card-caption { padding: 18px 12px 16px; min-height: 88px; }
  .gallery[data-view=index] .card-title { font-size: 14px; }
  .gallery[data-view=index] .card-category { font-size: 10px; margin-bottom: 7px; }
  .gallery[data-view=index] .card-number { font-size: 11px; }
  .gallery[data-view=index] .card-topline { inset: 12px 12px auto; }
  .gallery[data-view=index] .sample-tag, .gallery[data-view=index] .duration-tag { font-size: 8px; padding: 5px; }
  .gallery[data-view=index] .gallery-toolbar { margin-bottom: 16px; }
  .related-section { padding: 28px 0 36px; }
  .related-grid { --related-gap: 16px; --related-visible: 2; }
  .related-heading { margin-bottom: 20px; }
  .related-heading .small-label { font-size: 10px; }
  .related-card .card-media { aspect-ratio: 3 / 4; }
  .related-card .card-caption { padding: 14px 6px 14px; min-height: 100px; gap: 7px; }
  .related-card .card-title { font-size: 12px; line-height: 1.5; }
  .related-card .card-category { font-size: 8px; line-height: 1.65; margin-bottom: 5px; letter-spacing: 0; }
  .related-card .card-number { font-size: 9px; padding-top: 0; }
  .related-card .card-topline { inset: 8px 7px auto; gap: 2px; }
  .related-card .sample-tag { font-size: 6px; padding: 4px; }
  .related-card .duration-tag { font-size: 7px; padding: 4px; }
  .related-card .player-time { font-size: 8px; }
  .related-card .play-or-pause { width: 38px; height: 38px; }
  .related-card .player-control { min-width: 32px; min-height: 40px; }
}

/* Minimal product-detail typography. Plain text, deliberate paragraph breaks,
   and no boxed details, accordion rules, pill labels or opaque header strip. */
.offer-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 10px 64px;
  background: #e6e6e6;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.offer-banner p { margin: 0; }
.offer-link { text-decoration: underline; text-underline-offset: 2px; }
.offer-dismiss { position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; display: grid; place-items: center; }
.offer-dismiss .icon { width: 21px; height: 21px; stroke-width: 1.25; }
.site-header { background: transparent; border: 0; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.navigation { gap: 22px; font-size: 12px; }
.header-contact { gap: 24px; font-size: 12px; }
.header-contact > a { font-size: 12px; text-transform: uppercase; }
.header-contact button { font-size: 12px; }
.nav-link:hover { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.product-layout { padding-top: 36px; }
.profile-rail, .inquiry-rail { margin-top: 111px; top: 120px; font-size: 12px; line-height: 1.65; }
.profile-rail h1 { margin: 0 0 1px; font-size: 13px; font-weight: 400; line-height: 1.5; letter-spacing: 0; }
.profile-identity > p { margin: 0; font-size: 12px; line-height: 1.6; }
.profile-details { margin-top: 30px; }
.profile-details p { font-size: 12px; line-height: 1.75; margin: 0 0 15px; }
.profile-details .text-link { font-size: 12px; }
.work-index { margin-top: 32px; }
.work-index .small-label { font-size: 12px; letter-spacing: 0; }
#work-index-items { margin-top: 10px; }
.index-entry { min-height: 29px; font-size: 11px; text-transform: none; grid-template-columns: 22px 1fr; gap: 5px; border: 0; }
.index-entry > span:nth-child(2) { line-height: 1.5; }
.index-arrow { display: none; }
.inquiry-heading h2 { font-size: 12px; letter-spacing: 0; line-height: 1.5; }
.inquiry-heading p { margin: 1px 0 0; font-size: 12px; line-height: 1.65; }
.inquiry-email { margin: 18px 0 22px; font-size: 12px; }
.inquiry-rail > .contact-button { width: 100%; justify-content: center; font-size: 12px; min-height: 44px; }
.terms { margin: 32px 0 0; }
.terms > .small-label { font-size: 12px; letter-spacing: 0; }
.terms-list { margin: 10px 0 0; }
.terms-row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 15px 0; margin: 0; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.5; }
.terms-row dt, .terms-row dd { display: block; font-size: inherit; margin: 0; padding: 0; }
.terms-row dt { color: #777; }
.terms-row dd { color: #111; text-align: right; }

.inquiry-context { font-size: 12px; line-height: 1.6; padding: 12px 0; margin: -8px 0 20px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.related-heading { margin-bottom: 30px; }
.related-section { padding-top: 36px; }
@media (min-width: 1600px) {
  .profile-rail, .inquiry-rail { margin-top: 138px; }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .profile-rail { margin-top: 8px; }
  .profile-identity { grid-column: 1; grid-row: 1; }
  .profile-details { grid-column: 2; grid-row: 1; margin-top: 0; }
  .inquiry-rail { margin-top: 88px; }
}
@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto 1fr; }
  .navigation { gap: 16px; font-size: 10px; }
  .header-contact { gap: 14px; }
  .header-contact > a { display: inline-flex; font-size: 10px; }
  .header-contact button { font-size: 10px; }
  .product-layout { padding-top: 18px; }
  .profile-rail, .inquiry-rail { margin-top: 0; position: static; }
  .profile-rail { padding-top: 24px; }
  .profile-identity { grid-column: 1; grid-row: 1; }
  .profile-details { grid-column: 2; grid-row: 1 / span 2; margin-top: 0; }
  .inquiry-rail { align-items: start; grid-template-columns: 1fr 1fr; column-gap: 36px; }
  .inquiry-heading { grid-column: 1; grid-row: 1; }
  .inquiry-email { grid-column: 1; grid-row: 2; margin: 14px 0 18px; }
  .inquiry-rail > .contact-button { grid-column: 1; grid-row: 3; }
  .terms { grid-column: 2; grid-row: 1 / span 3; margin: 0; }
}
@media (max-width: 640px) {
  .offer-banner { min-height: 54px; padding: 9px 44px 9px 16px; font-size: 11px; line-height: 1.55; }
  .offer-dismiss { right: 4px; width: 36px; height: 44px; }
  .offer-dismiss .icon { width: 18px; height: 18px; }
  .site-header { height: auto; min-height: 99px; padding: 15px var(--gutter) 0; grid-template-columns: 1fr auto 1fr; row-gap: 8px; background: transparent; }
  .brand { grid-column: 2; grid-row: 1; font-size: 29px; letter-spacing: -1.5px; }
  .header-contact { grid-column: 3; grid-row: 1; }
  .header-contact > a { display: none; }
  .header-contact button { font-size: 10px; min-height: 32px; }
  .navigation { grid-row: 2; grid-column: 1 / -1; justify-content: center; gap: 24px; font-size: 11px; }
  .nav-link { min-height: 40px; font-size: 11px; }
  .nav-link::after { content: none; }
  .product-layout { padding-top: 14px; }
}
@media (max-width: 530px) {
  .profile-rail { display: grid; grid-template-columns: 1fr; row-gap: 0; }
  .profile-identity { grid-column: 1; grid-row: 1; }
  .profile-details { grid-column: 1; grid-row: 2; margin-top: 24px; }
  .profile-rail h1 { font-size: 13px; }
  .profile-details p { font-size: 12px; }
  .work-index { grid-column: 1; grid-row: 3; margin-top: 28px; }
  .index-entry { min-height: 40px; font-size: 12px; }
  .inquiry-rail { display: block; }
  .inquiry-rail > .contact-button { max-width: none; }
  .terms { margin-top: 30px; }
  .terms-row { line-height: 1.9; margin-bottom: 3px; }
  .related-grid { max-width: none; }
}

.gallery[data-view=index] .portrait, .gallery[data-view=index] .gesture-touch { display: none; }

/* Compact catalogue update — one uninterrupted main section, then recommendations. */
:root { --rail: 190px; --inquiry: clamp(255px, 21vw, 325px); --gap: 30px; }
body { font-size: 13px; }
.profile-rail { margin-top: 112px; }
.inquiry-rail { position: static; margin-top: 112px; font-size: 13px; line-height: 1.6; }
.profile-identity > p { color: #777; font-size: 13px; }
.profile-rail h1 { font-size: 14px; }
.profile-facts { list-style: none; margin: 0; padding: 0; font-size: 13px; line-height: 1.6; }
.profile-facts li { position: relative; padding-left: 10px; margin: 0; }
.profile-facts li::before { content: '·'; position: absolute; left: 0; top: 0; }
.work-index .small-label { color: #777; font-size: 12px; }
.index-entry { font-size: 12px; line-height: 1.5; min-height: 32px; }
.inquiry-heading h2 { color: #777; font-size: 12px; }
.inquiry-heading p, .inquiry-email { font-size: 13px; }
.inquiry-email { margin: 16px 0 22px; }
.founder-perspective { margin-top: 28px; }
.founder-perspective > .small-label { font-size: 12px; color: #777; line-height: 1.5; letter-spacing: 0; }
#founder-description { margin: 10px 0 0; font-size: 13px; line-height: 1.65; letter-spacing: 0; }
.terms { margin-top: 30px; }
.terms > .small-label { font-size: 12px; line-height: 1.5; letter-spacing: 0; }
.terms-list { margin: 15px 0 0; }
.terms-row { display: flex; padding: 15px 0; margin: 0; font-size: 13px; line-height: 1.5; }
.terms-row:last-child { border-bottom: 1px solid var(--line); }
.related-section { margin-top: 46px; border-top: 0; padding-top: 0; }
.card-media { container-type: inline-size; }
.video-card .player-control { min-height: 28px; min-width: 0; width: 100%; padding: 0; }
.video-card .player-control .icon { width: 12px; height: 12px; }
.video-card .player-controls { padding: 3px 6px; column-gap: 5px; }
.video-card .player-time { font-size: 9px; }
.video-card .seek-slider { flex: none; width: 100%; min-width: 0; height: 28px; margin: 0; background-size: 100% 1px; }
.video-card .seek-slider::-webkit-slider-thumb { width: 4px; height: 7px; }
.video-card .seek-slider::-moz-range-thumb { width: 4px; height: 7px; }
.video-card.is-active .duration-tag { display: none; }
.player-control:focus-visible, .seek-slider:focus-visible { outline-offset: -2px; }
.play-or-pause { width: 36px; height: 36px; }
.gallery[data-view=studio] .card-caption { min-height: 59px; padding: 11px 11px 13px; gap: 8px; }
.gallery[data-view=studio] .card-title { font-size: 11px; line-height: 1.4; }
.gallery[data-view=studio] .card-category { margin-bottom: 4px; font-size: 8px; }
/* Small Studio cards lose only the redundant stop icon, not the seek control.
   Escape and switching cards still stop/reset the film. The two essential buttons
   keep their full hit targets even though their glyphs are compact. */
@container (max-width: 235px) {
  .video-card .player-controls { grid-template-columns: 26px auto minmax(14px,1fr) 26px; column-gap: 3px; padding: 2px 4px; min-height: 32px; }
  .video-card .stop-control { display: none; }
  .video-card .player-time { font-size: 8px; }
}
@media (min-width: 1600px) {
  :root { --rail: 225px; --inquiry: 320px; --gap: 40px; }
  .profile-rail, .inquiry-rail { margin-top: 130px; }
}
@media (min-width: 1101px) and (max-width: 1300px) {
  :root { --rail: 170px; --inquiry: 258px; --gap: 24px; }
  .profile-facts, #founder-description { font-size: 12px; }
  .terms-row { font-size: 12px; }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .product-layout { grid-template-columns: minmax(0,1fr) 255px; column-gap: 26px; }
  .profile-rail { margin-top: 8px; }
  .inquiry-rail { margin-top: 88px; }
  .profile-facts, #founder-description { font-size: 12px; }
  .terms-row { font-size: 12px; }
}
@media (max-width: 800px) {
  .profile-rail { margin-top: 0; }
  .inquiry-rail { margin-top: 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 0 32px; }
  .founder-perspective { grid-column: 2; grid-row: 1 / span 5; margin: 0; }
  .terms { grid-column: 1; grid-row: 4; margin-top: 28px; }
  .profile-facts { font-size: 12px; }
  .related-section { margin-top: 38px; }
}
@media (max-width: 530px) {
  .inquiry-rail { display: block; }
  .founder-perspective { margin-top: 28px; }
  #founder-description { font-size: 13px; line-height: 1.65; }
  .profile-facts { font-size: 13px; }
  .terms-row { font-size: 13px; padding: 15px 0; line-height: 1.5; }
  .gallery[data-view=studio] .card-caption { min-height: 61px; padding: 10px 8px 12px; }
  .gallery[data-view=studio] .card-title { font-size: 11px; }
  .gallery[data-view=studio] .card-category { font-size: 7px; }
  .video-card .player-controls { grid-template-columns: 28px auto minmax(14px,1fr) 28px; column-gap: 4px; padding: 2px 5px; }
  .video-card .stop-control { display: none; }
  .video-card .player-control, .video-card .seek-slider { min-height: 32px; height: 32px; }
  .video-card .player-time { font-size: 8px; }
  .related-section { margin-top: 32px; }
}
@container (max-width: 160px) {
  .video-card .player-controls { grid-template-columns: 26px auto minmax(10px,1fr) 26px; column-gap: 2px; padding-inline: 4px; }
  .video-card .player-time { font-size: 8px; letter-spacing: -.3px; }
}
