.work-reel-section {
  --reel-gutter: clamp(20px, 4.13vw, 100px);
  --reel-nav-height: clamp(90px, 6vw, 120px);
  --reel-heading-size: clamp(56px, min(6vw, 12svh), 160px);
  background: #000;
  color: #fff;
  font-family: 'Wanted Sans', sans-serif;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(18px, 2.5svh, 28px);
  height: calc(100svh - var(--reel-nav-height));
  padding-block: clamp(16px, 2.5svh, 28px) 20px;
  scroll-margin-top: var(--reel-nav-height);
}
.work-reel-section *, .work-reel-section *::before, .work-reel-section *::after { box-sizing: border-box; }
.work-reel-width { width: calc(100% - var(--reel-gutter) * 2); max-width: 1920px; margin-inline: auto; }
.work-reel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.work-reel-heading h2 { margin: 0; font-family: 'Poppins', 'Wanted Sans', sans-serif; font-weight: 700; font-size: var(--reel-heading-size); line-height: 1.03; letter-spacing: -.01em; }
.work-reel-heading h2 span { color: transparent; -webkit-text-stroke: 1px #fff; }
.work-reel-controls { display: flex; flex-shrink: 0; justify-content: flex-end; align-items: center; gap: 10px; margin-bottom: 4px; }
.work-reel-controls[hidden] { display: none; }
.work-reel-controls > span { font-family: 'Wanted Sans', sans-serif; font-size: 17px; font-weight: 700; margin-right: 20px; font-variant-numeric: tabular-nums; }
.work-reel-controls button { color: #fff; background: #000; border: 1px solid #555; border-radius: 0; width: 50px; height: 50px; font: 600 18px 'Wanted Sans', sans-serif; cursor: pointer; touch-action: manipulation; transition: color .2s, background .2s, opacity .2s; }
.work-reel-controls button:hover:not(:disabled) { background: #fff; color: #000; }
.work-reel-controls button:active:not(:disabled) { transform: translateY(1px); }
.work-reel-controls button:disabled { opacity: .25; cursor: default; }
.work-reel-controls button:focus-visible, .work-reel-track:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.work-reel-track { display: flex; min-height: 0; gap: 30px; overflow-x: auto; position: relative; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; padding: 0 var(--reel-gutter) 16px; scrollbar-width: thin; scrollbar-color: #444 #000; cursor: grab; }
.work-reel-track.is-dragging { scroll-snap-type: none; cursor: grabbing; user-select: none; }
.work-reel-frame { flex: 0 0 min(75vw, max(320px, calc(100svh - var(--reel-nav-height) - var(--reel-heading-size) - 190px)), 820px); min-width: 0; display: grid; grid-template-rows: auto auto; scroll-snap-align: start; scroll-margin-left: var(--reel-gutter); }
.work-reel-post { display: grid; grid-template-rows: auto auto; min-height: 0; padding: 0; color: inherit; font: inherit; text-align: left; background: transparent; border: 0; cursor: pointer; }
.work-reel-post:focus-visible { outline: 2px solid #fff; outline-offset: 7px; }
.work-reel-image { position: relative; min-height: 0; aspect-ratio: 1 / 1; overflow: hidden; container-type: inline-size; }
.work-reel-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.work-reel-frame:first-child .work-reel-image img { object-position: center 28%; }
.work-reel-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #0009, transparent 65%); pointer-events: none; }
.work-reel-number { position: absolute; right: 26px; top: 18px; font-family: 'Poppins', 'Wanted Sans', sans-serif; font-weight: 700; font-size: clamp(54px, min(8vw, 16svh), 140px); line-height: 1; font-weight: 700; color: #fff; mix-blend-mode: difference; }
.work-reel-word { position: absolute; left: clamp(18px, 4cqw, 32px); right: clamp(18px, 4cqw, 32px); bottom: clamp(16px, 3.5cqw, 28px); max-width: calc(100% - 36px); margin: 0; color: #fff; font-family: 'Poppins', 'Wanted Sans', sans-serif; font-size: clamp(20px, 6.3cqw, 52px); font-weight: 700; line-height: .9; letter-spacing: -.025em; overflow-wrap: anywhere; z-index: 1; }
.work-reel-open { position: absolute; right: 28px; bottom: 23px; z-index: 1; color: #fff; font: 700 12px 'Wanted Sans', sans-serif; letter-spacing: .08em; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.work-reel-open b { margin-left: 6px; font-size: 17px; font-weight: 400; vertical-align: -1px; }
.work-reel-post:hover .work-reel-open, .work-reel-post:focus-visible .work-reel-open { opacity: 1; transform: translateY(0); }
.work-reel-post:hover .work-reel-image img { transform: scale(1.025); }
.work-reel-image img { transition: transform .45s ease; }
.work-reel-copy { display: flex; justify-content: space-between; gap: 24px; padding-block: 16px 4px; }
.work-reel-copy > span:first-child { display: block; }
.work-reel-copy strong { display: block; margin: 0 0 7px; font-size: 18px; font-weight: 700; letter-spacing: -.035em; line-height: 1.4; }
.work-reel-copy > span:first-child > span { display: block; margin: 0; color: #a7a7a7; font-size: 12px; line-height: 1.6; }
.work-reel-output { font-size: 11px; line-height: 1.8; color: #a7a7a7; text-align: right; }
.work-reel-output small { display: block; font-size: 9px; color: #777; }

body.dialog-open { overflow: hidden; }
.how-we-work-dialog { width: 100%; max-width: none; height: 100%; max-height: none; padding: 0; color: #fff; background: #000; border: 0; }
.how-we-work-dialog::backdrop { background: rgba(0,0,0,.92); backdrop-filter: blur(10px); }
.how-we-work-dialog-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); width: 100%; min-height: 100%; }
.how-we-work-dialog-image { min-height: 100dvh; background: #111; }
.how-we-work-dialog-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.how-we-work-dialog-copy { align-self: end; padding: clamp(36px, 6vw, 112px); font-family: 'Wanted Sans', sans-serif; }
.how-we-work-dialog-index, .how-we-work-dialog-word { margin: 0; font: 700 12px 'Wanted Sans', sans-serif; letter-spacing: .12em; color: #aaa; }
.how-we-work-dialog-word { margin-top: 18px; color: #fff; font-family: 'Poppins', 'Wanted Sans', sans-serif; }
.how-we-work-dialog-copy h2 { margin: 20px 0 22px; font: 700 clamp(30px, 3.2vw, 64px)/1.1 'Wanted Sans', sans-serif; letter-spacing: -.06em; }
.how-we-work-dialog-copy > p:not(.how-we-work-dialog-index):not(.how-we-work-dialog-word):not(.how-we-work-dialog-output) { max-width: 500px; margin: 0; color: #c2c2c2; font-size: 16px; line-height: 1.8; word-break: keep-all; }
.how-we-work-dialog-content { max-width: 500px; color: #c2c2c2; font-size: 16px; line-height: 1.8; word-break: keep-all; }
.how-we-work-dialog-content > :first-child { margin-top: 0; }.how-we-work-dialog-content p { margin: 0 0 1.1em; }.how-we-work-dialog-content h2 { margin: 1.4em 0 .55em; font-size: 1.28em; letter-spacing: -.04em; }.how-we-work-dialog-content hr { margin: 2.2em 0; border: 0; border-top: 1px solid #555; }.how-we-work-dialog-content ul { margin: 0 0 1.2em; padding-left: 1.25em; }.how-we-work-dialog-content img { display: block; width: 100%; max-height: 480px; margin: 2em 0; object-fit: cover; }
.how-we-work-dialog-output { margin: 40px 0 0; padding-top: 17px; border-top: 1px solid #444; color: #fff; font-size: 13px; }
.how-we-work-dialog-close { position: fixed; z-index: 2; top: 28px; right: 30px; width: 48px; height: 48px; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font: 300 34px/1 'Wanted Sans', sans-serif; cursor: pointer; transition: color .2s, background .2s; }
.how-we-work-dialog-close:hover, .how-we-work-dialog-close:focus-visible { color: #000; background: #fff; outline: 0; }
@media (max-width: 1100px) {
  .work-reel-controls > span { margin-right: 6px; }
  .work-reel-controls button { width: 44px; height: 44px; }
  .work-reel-copy { flex-direction: column; gap: 10px; }
  .work-reel-output { text-align: left; }
}
@media (max-width: 700px) {
  .work-reel-section { --reel-nav-height: 126px; --reel-heading-size: clamp(27px, min(7.5vw, 8svh), 44px); padding-block: 16px; gap: 20px; }
  .work-reel-heading { gap: 14px; align-items: center; }
  .work-reel-heading h2 { line-height: .92; }
  .work-reel-heading h2 span { display: block; }
  .work-reel-controls { gap: 5px; margin-bottom: 0; flex-wrap: wrap; width: 93px; }
  .work-reel-controls > span { width: 100%; font-size: 17px; margin: 0 0 3px; text-align: right; }
  .work-reel-controls button { width: 44px; height: 44px; font-size: 18px; }
  .work-reel-track { gap: 16px; padding-bottom: 12px; }
  .work-reel-frame { flex-basis: 85vw; }
  .work-reel-word { left: 18px; right: 18px; bottom: 16px; }
  .work-reel-number { font-size: min(64px, 10svh); right: 18px; top: 14px; }
  .work-reel-copy { padding-top: 14px; }
  .work-reel-copy strong { font-size: 16px; }
  .work-reel-copy > span:first-child > span { font-size: 12px; }
  .work-reel-output { font-size: 11px; }
  .work-reel-open { right: 18px; bottom: 17px; font-size: 10px; opacity: 1; transform: none; }
  .how-we-work-dialog-inner { display: flex; min-height: 100dvh; flex-direction: column; }
  .how-we-work-dialog-image { min-height: 48dvh; height: 48dvh; }
  .how-we-work-dialog-copy { padding: 32px 24px 48px; }
  .how-we-work-dialog-copy h2 { font-size: 32px; }
  .how-we-work-dialog-copy > p:not(.how-we-work-dialog-index):not(.how-we-work-dialog-word):not(.how-we-work-dialog-output) { font-size: 14px; }
  .how-we-work-dialog-content { font-size: 14px; }
  .how-we-work-dialog-close { top: 16px; right: 16px; width: 42px; height: 42px; }
}
/* Short landscape windows retain readable copy instead of clipping it to fit. */
@media (max-height: 480px) {
  .work-reel-section { height: auto; }
  .work-reel-heading h2 { font-size: clamp(40px, 7vw, 64px); }
  .work-reel-frame { flex-basis: min(65vw, 220px); grid-template-rows: auto auto; }
}
@media (prefers-reduced-motion: reduce) {
  .work-reel-section *, .work-reel-section *::before, .work-reel-section *::after { transition: none !important; scroll-behavior: auto !important; }
}

/* Archive-style reading view: retains the studio's dark visual language. */
.work-reel-copy small { display:block; margin-bottom:8px; color:#a7a7a7; font:700 10px 'Poppins','Wanted Sans',sans-serif; letter-spacing:.08em; }
.work-reel-output b { display:block; margin-top:10px; color:#fff; font:700 10px 'Poppins','Wanted Sans',sans-serif; letter-spacing:.06em; }
.how-we-work-dialog { overflow:auto; background:#090909; }
.how-we-work-dialog-inner { display:block; min-height:100dvh; }
.how-we-work-dialog-header { position:sticky; top:0; z-index:2; display:flex; height:72px; align-items:center; justify-content:space-between; padding:0 clamp(24px,4vw,80px); background:rgb(9 9 9 / .94); border-bottom:1px solid #343434; backdrop-filter:blur(10px); }
.how-we-work-dialog-header a { color:#fff; font:700 13px 'Poppins','Wanted Sans',sans-serif; letter-spacing:-.02em; text-decoration:none; }
.how-we-work-dialog-close { position:static; display:flex; align-items:center; gap:18px; width:auto; height:auto; padding:0; color:#fff; background:transparent; border:0; border-radius:0; font:700 11px 'Poppins','Wanted Sans',sans-serif; letter-spacing:.08em; }
.how-we-work-dialog-close span { display:block; width:30px; height:30px; border:1px solid #777; border-radius:50%; font:300 25px/28px 'Wanted Sans',sans-serif; letter-spacing:0; transition:color .2s,background .2s; }
.how-we-work-dialog-close:hover,.how-we-work-dialog-close:focus-visible { color:#fff; background:transparent; outline:0; }.how-we-work-dialog-close:hover span,.how-we-work-dialog-close:focus-visible span { color:#000; background:#fff; }
.how-we-work-dialog-reading { width:min(1120px,100%); margin:0 auto; padding:clamp(64px,8vw,120px) clamp(24px,4vw,72px); }
.how-we-work-dialog-article { min-width:0; }.how-we-work-dialog-copy { display:block; padding:0; }.how-we-work-dialog-article h2 { margin:0 0 clamp(28px,4vw,48px); font:700 clamp(38px,5.4vw,78px)/1.08 'Wanted Sans',sans-serif; letter-spacing:-.065em; text-wrap:balance; }.how-we-work-dialog-image { min-height:auto; height:auto; background:#151515; }.how-we-work-dialog-image img { width:100%; height:auto; max-height:none; object-fit:contain; }.how-we-work-dialog-content { max-width:960px; margin:22px 0 0; color:#d2d2d2; font-size:17px; line-height:2; }.how-we-work-dialog-content h2 { margin:2em 0 .6em; font-size:1.45em; letter-spacing:-.045em; }.how-we-work-dialog-content img,.how-we-work-dialog-content video { display:block; width:100%; max-height:none; margin:.45em 0; }.how-we-work-dialog-content video { background:#151515; }.how-we-work-dialog-content hr { margin:3em 0; border-color:#555; }
@media (max-width:700px) { .how-we-work-dialog-header { height:60px; padding:0 20px; }.how-we-work-dialog-close { gap:9px; font-size:10px; }.how-we-work-dialog-close span { width:27px; height:27px; font-size:22px; line-height:25px; }.how-we-work-dialog-reading { padding:48px 20px 80px; }.how-we-work-dialog-article h2 { font-size:42px; }.how-we-work-dialog-content { margin-top:38px; font-size:15px; line-height:1.9; } }

/* Keep intentional Enter-created paragraphs distinct without making the article airy. */
.how-we-work-dialog-content { line-height:1.75; }
.how-we-work-dialog-content p { margin:0 0 .45em; }
@media (max-width:700px) { .how-we-work-dialog-content { line-height:1.75; } }
