:root {
  --ink: #171513;
  --paper: #f3f0e9;
  --accent: #773b34;
  --line: #cfcac0;
  --muted: #6c6861;
  --max: 1320px;
}

body.option-b {
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
}


.option-b .site-header {
  position: sticky;
  height: 74px;
  padding-inline: max(28px, calc((100vw - var(--max)) / 2));
  background: rgba(243, 240, 233, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.option-b .brand {
  font: 500 17px Georgia, serif;
  letter-spacing: .01em;
}

.option-b .brand small {
  color: var(--accent);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
}

.option-b nav {
  gap: 26px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.option-b .nav-cta {
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
}

.option-b .hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  max-width: var(--max);
  min-height: 670px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.option-b .hero-copy {
  position: static;
  width: auto;
  padding: 96px 8vw 76px 0;
  justify-content: center;
}

.option-b .hero-copy:before {
  content: '';
  width: 54px;
  height: 3px;
  margin-bottom: 40px;
  background: var(--accent);
}

.option-b .hero h1 {
  max-width: 720px;
  font: 400 clamp(62px, 7vw, 108px)/.9 Georgia, serif;
  letter-spacing: -.055em;
}

.option-b .hero h1 small {
  color: var(--accent);
  border: 0;
  font-size: 10px;
}

.option-b .hero .role {
  max-width: 660px;
  margin: 28px 0 0;
  font: 500 14px/1.5 'DM Sans', sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.option-b .hero-intro {
  max-width: 620px;
  margin: 24px 0 34px;
  color: var(--muted);
  font: 400 19px/1.65 Georgia, serif;
}

.option-b .hero-signature {
  max-width: 650px;
  margin: 24px 0 26px;
  color: #f2eee7;
  font: 400 clamp(23px, 2.4vw, 34px)/1.3 Georgia, serif;
  letter-spacing: -.025em;
}

.option-b .hero-actions {
  gap: 24px;
}

.option-b .button.primary {
  padding: 12px 0 8px;
  color: var(--ink);
  background: transparent;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
}

.option-b .button.text {
  color: var(--muted);
  border-color: var(--line);
}

.option-b .hero-meta {
  margin-top: 56px;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.option-b .hero-portrait {
  height: 670px;
  background: #d8d4cd;
}

.option-b .hero-portrait img {
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: contrast(.94);
}

.option-b .client-rail {
  max-width: none;
  padding: 34px max(28px, calc((100vw - var(--max)) / 2));
  border-top: 0;
  border-bottom: 1px solid var(--line);
  background: #e9e5dc;
}

.option-b .client-rail > p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.option-b .logo-item {
  width: 148px;
  height: 58px;
  padding: 13px 20px;
  border: 0;
  background: rgba(255,255,255,.48);
}

.option-b .logo-item.wordmark {
  font-size: 18px;
}

.option-b .logo-carousel {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  overflow: visible;
  mask-image: none;
  -webkit-mask-image: none;
}

.option-b .logo-viewport {
  display: block;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}

.option-b .logo-viewport::-webkit-scrollbar {
  display: none;
}

.option-b .logo-group {
  width: max-content;
  padding: 0;
  gap: 10px;
}

.option-b .logo-item {
  width: 148px;
  height: 60px;
  padding: 9px 14px;
  background: transparent;
  scroll-snap-align: start;
}

.option-b .logo-item img {
  mix-blend-mode: multiply;
  opacity: .82;
}

.option-b .logo-item.logo-major {
  width: 174px;
  padding: 7px 12px;
}

.option-b .logo-item.logo-official img {
  filter: none;
  opacity: .96;
}

.option-b .logo-track {
  display: contents;
  animation: none;
}

.option-b .logo-prev,
.option-b .logo-next {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #aaa398;
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.option-b .logo-prev:hover,
.option-b .logo-next:hover {
  color: #f3f0e9;
  background: var(--ink);
  border-color: var(--ink);
}

.option-b .section {
  max-width: var(--max);
  padding: 118px 0;
}

.option-b .section-heading {
  grid-template-columns: 1fr 1fr;
  padding-bottom: 36px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.option-b .section-heading h2,
.option-b .about h2,
.option-b .studio h2,
.option-b .contact h2 {
  font: 400 clamp(42px, 5vw, 72px)/1 Georgia, serif;
  letter-spacing: -.045em;
}

.option-b .eyebrow {
  margin-bottom: 18px;
  color: var(--accent);
  font: 600 10px 'DM Sans', sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.option-b .filters {
  justify-content: flex-end;
  margin-bottom: 34px;
}

.option-b .featured-stories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 54px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.option-b .featured-stories a {
  min-height: 250px;
  padding: 28px 26px 24px;
  transition: background .2s ease, color .2s ease;
}

.option-b .featured-stories a + a {
  border-left: 1px solid var(--line);
}

.option-b .featured-stories a:hover,
.option-b .featured-stories a:focus-visible {
  color: #f3f0e9;
  background: var(--accent);
}

.option-b .featured-stories span,
.option-b .featured-stories small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.option-b .featured-stories a:hover span,
.option-b .featured-stories a:hover small,
.option-b .featured-stories a:focus-visible span,
.option-b .featured-stories a:focus-visible small {
  color: #eadfd8;
}

.option-b .featured-stories h3 {
  margin: 38px 0 14px;
  font: 400 25px/1.1 Georgia, serif;
}

.option-b .featured-stories p {
  min-height: 68px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.option-b .featured-stories a:hover p,
.option-b .featured-stories a:focus-visible p {
  color: #f3ebe5;
}

.option-b .filters button {
  padding: 5px 0;
  margin-left: 20px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: var(--muted);
  background: transparent;
}

.option-b .filters button.active {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.option-b .project-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 14px;
}

.option-b .project-image,
.option-b .project-image.square,
.option-b .project-featured .project-image {
  aspect-ratio: 2 / 3;
  background: #dedad2;
}

.option-b .project-image img {
  filter: saturate(.78);
  transition: opacity .25s ease;
}

.option-b .project a:hover img {
  opacity: .85;
  transform: none;
}

.option-b .project-copy {
  display: block;
  padding-top: 12px;
}

.option-b .project-copy p,
.option-b .project-copy span {
  font-size: 10px;
  line-height: 1.45;
}

.option-b .project-copy h3 {
  margin: 4px 0 5px;
  color: #55514b;
  font: 400 14px/1.25 Georgia, serif;
}

.option-b .credits-toggle {
  padding: 10px 0 6px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
}

.option-b .credits-toggle:hover {
  color: var(--accent);
  background: transparent;
  border-color: var(--accent);
}

.option-b .about {
  max-width: none;
  padding: 0;
  background: #1d1a18;
  color: #f2eee7;
  grid-template-columns: .88fr 1.12fr;
}

.option-b .about-image {
  min-height: 760px;
}

.option-b .about-image img {
  filter: contrast(.95);
}

.option-b .about-copy {
  max-width: 760px;
  padding: 110px 8vw;
}

.option-b .about-copy .lead {
  margin-top: 34px;
  font: 400 22px/1.55 Georgia, serif;
}

.option-b .about-copy p:not(.eyebrow) {
  color: #c8c1b8;
}

.option-b .studio-compact {
  gap: 100px;
  border: 0;
}

.option-b .studio-aside > img {
  height: 310px;
  filter: grayscale(100%) contrast(.9);
}

.option-b .studio-details,
.option-b .service-grid {
  border-color: var(--line);
}

.option-b .studio-spec-title {
  margin: 0;
  padding: 18px 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.option-b .studio-compact {
  grid-template-columns: 1fr;
  gap: 34px;
}

.option-b .studio-compact > div:first-child {
  max-width: 760px;
}

.option-b .studio-compact .studio-details {
  margin-top: 0;
}

.option-b .studio-compact .service-grid {
  grid-template-columns: repeat(4, 1fr);
}

.option-b .studio-compact .service-grid article:nth-child(3),
.option-b .studio-compact .service-grid article:nth-child(4) {
  border-top: 0;
}

.option-b .studio-compact .service-grid article:nth-child(3) {
  border-left: 1px solid var(--line);
}

@media(max-width:800px) {
  .option-b .studio-compact .service-grid { grid-template-columns: repeat(2, 1fr); }
  .option-b .studio-compact .service-grid article:nth-child(3),
  .option-b .studio-compact .service-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .option-b .studio-compact .service-grid article:nth-child(3) { border-left: 0; }
}

@media(max-width:520px) {
  .option-b .studio-compact .service-grid { grid-template-columns: 1fr; }
  .option-b .studio-compact .service-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
}

.option-b .testimonials {
  max-width: none;
  padding-inline: max(28px, calc((100vw - 1040px) / 2));
  background: #e9e5dc;
  border: 0;
}

.option-b .quote-stage blockquote {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  font: 400 clamp(22px, 2.6vw, 36px)/1.35 Georgia, serif;
}

.option-b .quote-button {
  border-color: #aaa398;
}

.option-b .contact {
  padding: 105px max(28px, calc((100vw - var(--max)) / 2));
  color: #f4f0e8;
  background: var(--ink);
}

.option-b .contact .eyebrow,
.option-b .contact p {
  color: #c9c1b7;
}

.option-b .contact .service-line {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(8px, 1.05vw, 12px);
  letter-spacing: .02em;
}

.option-b .contact .service-line span {
  padding: 0 clamp(3px, .55vw, 8px);
}

.option-b .button.light {
  color: var(--ink);
  background: #f4f0e8;
  border-radius: 0;
}

.option-b footer {
  min-height: 140px;
}

@media (max-width: 1100px) {
  .option-b .hero-copy { padding-left: 28px; }
  .option-b .section { padding-inline: 28px; }
  .option-b .about { padding: 0; }
  .option-b .project-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 800px) {
  .option-b .hero { grid-template-columns: 1fr 1fr; }
  .option-b .hero-copy { padding: 60px 28px; }
  .option-b .hero h1 { font-size: 58px; }
  .option-b .hero-portrait { height: 620px; }
  .option-b .project-grid { grid-template-columns: repeat(4, 1fr); }
  .option-b .featured-stories { grid-template-columns: 1fr; }
  .option-b .featured-stories a { min-height: 0; }
  .option-b .featured-stories a + a { border-left: 0; border-top: 1px solid var(--line); }
  .option-b .featured-stories p { min-height: 0; }
  .option-b .about { grid-template-columns: 1fr; }
  .option-b .about-copy { max-width: none; }
}

@media (max-width: 600px) {
  .option-b .hero { display: flex; }
  .option-b .hero-copy { order: 1; }
  .option-b .hero-portrait { order: 0; height: auto; }
  .option-b .hero-portrait img { height: auto; object-fit: contain; }
  .option-b .hero h1 { font-size: 54px; }
  .option-b .hero-copy:before { margin-bottom: 28px; }
  .option-b .hero-meta { text-transform: none; }
  .option-b .section { padding-top: 84px; padding-bottom: 84px; }
  .option-b .section-heading { grid-template-columns: 1fr; }
  .option-b .filters { justify-content: flex-start; flex-wrap: wrap; }
  .option-b .filters button { margin: 0 18px 0 0; }
  .option-b .project-grid { grid-template-columns: repeat(2, 1fr); }
  .option-b .about-copy { padding: 80px 28px; }
}

/* Combined opening statement and personal introduction */
.option-b .hero-about{grid-template-columns:.78fr 1.22fr;max-width:none;min-height:680px;color:#f2eee7;background:#1d1a18;border:0}.option-b .hero-about .hero-portrait{order:1;height:auto;min-height:680px;background:#24211e}.option-b .hero-about .hero-portrait img{height:100%;object-fit:cover;object-position:30% 34%}.option-b .hero-about .hero-copy{order:2;max-width:980px;padding:76px max(6vw,64px);color:#f2eee7}.option-b .hero-about .hero-copy:before{background:#b77b70}.option-b .hero-about .eyebrow,.option-b .hero-about h1 small{color:#c78d82}.option-b .hero-about h1{font-size:clamp(58px,6vw,88px);white-space:nowrap}.option-b .hero-about .role{color:#f2eee7}.option-b .hero-about .hero-intro{margin:22px 0 24px;color:#d4ccc2;font-size:18px}.option-b .hero-about-copy{max-width:760px;color:#bdb5ab;font-size:15px;line-height:1.72}.option-b .hero-about-copy p{margin:0}.option-b .hero-about-copy a{text-decoration:underline;text-underline-offset:4px}.option-b .hero-about .hero-actions{flex-flow:row nowrap;align-items:center;gap:clamp(12px,2vw,24px);margin-top:34px}.option-b .hero-about .hero-actions .button{white-space:nowrap}.option-b .hero-about .button.primary,.option-b .hero-about .button.text{color:#f2eee7;border-color:#817a72}.option-b .hero-about .hero-meta{flex-wrap:nowrap;gap:0;margin-top:38px;color:#aaa198;border-color:#4e4944;white-space:nowrap;font-size:clamp(8px,.85vw,11px)}.option-b .hero-about .hero-meta li+li:before{margin:0 clamp(5px,1vw,14px)}
@media(min-width:701px) and (max-width:900px){.option-b .hero-about{grid-template-columns:.82fr 1.18fr}.option-b .hero-about .hero-copy{padding:62px 36px}.option-b .hero-about .hero-portrait{align-self:center;height:500px;min-height:0}.option-b .hero-about .hero-portrait img{object-position:28% 34%}.option-b .hero-about-copy{grid-template-columns:1fr;gap:14px}}
@media(max-width:700px){.option-b .hero-about{display:flex}.option-b .hero-about .hero-portrait{order:2;height:clamp(300px,88vw,360px);min-height:0}.option-b .hero-about .hero-portrait img{width:100%;height:100%;object-fit:cover;object-position:34% 34%}.option-b .hero-about .hero-copy{order:1;padding:58px 28px}.option-b .hero-about h1{font-size:clamp(42px,13vw,54px)}.option-b .hero-about .hero-actions{flex-direction:row;align-items:center}.option-b .hero-about .hero-meta{text-transform:none}}

/* Image-led highlights and compact supporting filmography */
.option-b .featured-stories a{padding:0 0 26px;min-height:0;background:transparent}.option-b .featured-stories a:hover,.option-b .featured-stories a:focus-visible{color:var(--ink);background:transparent}.option-b .featured-stories figure{aspect-ratio:4/5;margin:0 0 24px;overflow:hidden;background:#d8d3ca}.option-b .featured-stories figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.82);transition:transform .4s ease}.option-b .featured-stories a:hover figure img,.option-b .featured-stories a:focus-visible figure img{transform:scale(1.025)}.option-b .featured-stories a>div{padding:0 24px}.option-b .featured-stories h3{margin:18px 0 10px}.option-b .featured-stories p{min-height:62px;margin-bottom:18px}.option-b .featured-stories a:hover span,.option-b .featured-stories a:hover small,.option-b .featured-stories a:hover p,.option-b .featured-stories a:focus-visible span,.option-b .featured-stories a:focus-visible small,.option-b .featured-stories a:focus-visible p{color:var(--muted)}
.option-b .projects-carousel{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;gap:14px;align-items:center}.option-b .projects-viewport{display:block;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity;overscroll-behavior-inline:contain}.option-b .projects-viewport::-webkit-scrollbar{display:none}.option-b .projects-carousel .project-grid{display:flex;gap:18px;width:max-content}.option-b .projects-carousel .project{flex:0 0 176px;scroll-snap-align:start}.option-b .projects-carousel .project-image,.option-b .projects-carousel .project-image.square,.option-b .projects-carousel .project-featured .project-image{aspect-ratio:3/4}.option-b .projects-carousel .project-copy h3{font-size:13px}.option-b .projects-carousel .project-copy p,.option-b .projects-carousel .project-copy span{font-size:9px}.option-b .projects-prev,.option-b .projects-next{width:38px;height:38px;padding:0;border:1px solid #aaa398;border-radius:50%;color:var(--ink);background:transparent;cursor:pointer}.option-b .projects-prev:hover,.option-b .projects-next:hover{color:var(--paper);background:var(--ink);border-color:var(--ink)}
.option-b .projects-carousel .project-copy b{display:none}
.option-b .project[hidden],.option-b .project.is-hidden{display:none!important}
.mobile-credits-collapse{display:none}.mobile-credits-collapse:not([hidden]){position:fixed;right:24px;bottom:max(24px,env(safe-area-inset-bottom));z-index:30;display:block;padding:12px 16px;border:1px solid #817a72;background:#1d1a18;color:#f2eee7;font:600 12px 'DM Sans',sans-serif;box-shadow:0 8px 28px rgba(0,0,0,.2);cursor:pointer}.mobile-credits-collapse:focus-visible{outline:3px solid #c78d82;outline-offset:3px}
@media(max-width:600px){.mobile-credits-collapse:not([hidden]){right:18px;bottom:max(18px,env(safe-area-inset-bottom))}}

/* Keep project filters on one responsive line. */
.option-b .filters{flex-wrap:nowrap;gap:0;white-space:nowrap}.option-b .filters button{flex:0 0 auto;margin:0 clamp(8px,1.5vw,20px) 0 0;font-size:clamp(8px,1.05vw,13px)}.option-b .filters button:last-child{margin-right:0}
@media(max-width:600px){.option-b .filters{justify-content:flex-start;flex-wrap:nowrap}.option-b .filters button{margin-right:clamp(7px,2.5vw,12px)}}

/* Present client logos in groups of three at every width. */
.option-b .logo-group .logo-item,.option-b .logo-group .logo-item.logo-major{width:var(--logo-item-width,148px);min-width:68px}

/* Keep the studio specification open and unboxed. */
.option-b .studio-compact,
.option-b .studio-details,
.option-b .studio-compact .service-grid,
.option-b .studio-compact .service-grid article,
.option-b .studio-compact .service-grid article + article,
.option-b .studio-compact .service-grid article:nth-child(3),
.option-b .studio-compact .service-grid article:nth-child(4){border:0!important}
.option-b .studio-compact .service-grid{gap:46px}
.option-b .studio-compact .service-grid article{padding:10px 0}
.option-b .studio-compact > div:first-child{max-width:980px}
.option-b .studio-compact > div:first-child > p{max-width:900px}
.option-b .hero-about-copy p + p{margin-top:14px}
.option-b .quote-stage{display:flex;min-height:260px;flex-direction:column;justify-content:center}
.option-b .quote-stage blockquote{font-size:clamp(20px,2.1vw,30px)}
.option-b .testimonials{touch-action:pan-y}
.option-b .footer-identity{margin:0}
.option-b .footer-identity span{display:block;margin-top:7px;color:var(--muted);font-size:11px}
@media(max-width:800px){.option-b .featured-stories figure{aspect-ratio:16/9}.option-b .featured-stories a>div{padding:0 18px}.option-b .featured-stories p{min-height:0}.option-b .projects-carousel{grid-template-columns:32px minmax(0,1fr) 32px;gap:8px}.option-b .projects-prev,.option-b .projects-next{width:32px;height:32px}.option-b .projects-carousel .project{flex-basis:150px}}

@media(max-width:600px){
  .option-b .logo-carousel{grid-template-columns:30px minmax(0,1fr) 30px;gap:8px}
  .option-b .logo-group{gap:10px}
  .option-b .logo-item,
  .option-b .logo-item.logo-major{width:calc((100vw - 162px)/3);min-width:68px;height:52px;padding:7px}
  .option-b .logo-prev,
  .option-b .logo-next{width:30px;height:30px}
}

/* Responsive polish: readable controls, contained tablet layouts and one-line profile links. */
html,
body.option-b{max-width:100%;overflow-x:hidden}
.option-b main,
.option-b .section,
.option-b .section-heading,
.option-b .studio-compact,
.option-b .studio-details,
.option-b .service-grid{min-width:0;max-width:100%}
.option-b .testimonials{touch-action:pan-y;overscroll-behavior-x:contain}

@media(max-width:800px){
  .option-b .section{width:100%;box-sizing:border-box}
  .option-b .hero-about .hero-actions{display:flex!important;flex-flow:row nowrap!important;align-items:center;gap:14px;max-width:100%}
  .option-b .hero-about .hero-actions .button{flex:0 0 auto;padding-inline:0;font-size:12px}
  .option-b .filters{width:100%;max-width:100%;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:4px 0 8px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .option-b .filters::-webkit-scrollbar{display:none}
  .option-b .filters button{min-height:42px;margin-right:20px;font-size:12px;line-height:1.2}
}

@media(max-width:420px){
  .option-b .hero-about .hero-actions{gap:10px}
  .option-b .hero-about .hero-actions .button{font-size:11px;letter-spacing:.01em}
  .option-b .filters button{margin-right:18px;font-size:12px}
}

/* Final responsive controls: two-row credits, readable filters and aligned links. */
.option-b .hero-about .hero-copy{min-width:0}
.option-b .hero-about h1{white-space:normal}
.option-b .hero-about .hero-actions{
  display:grid!important;
  grid-template-columns:repeat(3,max-content);
  align-items:end;
  column-gap:clamp(14px,2vw,26px);
  width:max-content;
  max-width:100%;
}
.option-b .hero-about .hero-actions .button{
  min-height:34px;
  padding:6px 0!important;
  font-size:13px;
  line-height:1.4;
}
.option-b .filters{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.option-b .filters::-webkit-scrollbar{display:none}
.option-b .filters button{min-height:40px;font-size:14px!important;line-height:1.25}
.option-b .hero-meta{max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}
.option-b .hero-meta::-webkit-scrollbar{display:none}

@media(max-width:600px){
  .option-b .hero-about .hero-actions{column-gap:12px}
  .option-b .hero-about .hero-actions .button{font-size:11.5px}
  .option-b .filters button{font-size:13px!important;margin-right:20px}
}

/* Keep Selected Work inside the viewport, including long project titles. */
.option-b #work,
.option-b #credits-grid,
.option-b #credits-grid .project,
.option-b #credits-grid .project a,
.option-b #credits-grid .project-copy,
.option-b #credits-grid .project-copy > div{min-width:0;max-width:100%}
.option-b #credits-grid{grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden}
.option-b #credits-grid h3,
.option-b #credits-grid p,
.option-b #credits-grid span{max-width:100%;overflow-wrap:anywhere;word-break:normal}

@media(max-width:1100px){.option-b #credits-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:800px){.option-b #credits-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:600px){.option-b #credits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

@media(max-width:600px){
  .option-b .filters{gap:0;justify-content:space-between;overflow:visible}
  .option-b .filters button{margin-right:0!important;font-size:12.5px!important;letter-spacing:-.01em}
}

/* Connect the filmography and studio sections without a doubled vertical gap. */
.option-b #work{padding-bottom:72px}
.option-b #studio{padding-top:72px}
@media(max-width:600px){
  .option-b #work{padding-bottom:56px}
  .option-b #studio{padding-top:56px}
}

/* Hard containment for the two content-heavy sections. */
.option-b #work,
.option-b #studio{
  width:calc(100% - 56px);
  max-width:var(--max);
  margin-right:auto;
  margin-left:auto;
  padding-right:0;
  padding-left:0;
}
.option-b #work .section-heading{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  width:100%;
  overflow:hidden;
}
.option-b #work .filters{min-width:0;width:100%}
.option-b #studio .studio-details,
.option-b #studio .service-grid{width:100%;min-width:0}
.option-b #studio .service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,3vw,46px)}
.option-b #studio .service-grid article,
.option-b #studio .service-grid h3,
.option-b #studio .service-grid p{min-width:0;max-width:100%;overflow-wrap:anywhere}

@media(max-width:800px){
  .option-b #work .section-heading{grid-template-columns:1fr}
  .option-b #studio .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .option-b #work,
  .option-b #studio{width:calc(100% - 40px)}
}
@media(max-width:520px){.option-b #studio .service-grid{grid-template-columns:minmax(0,1fr)}}

/* Keep the footer inside laptop-width gutters. */
.option-b footer{
  width:calc(100% - 56px);
  max-width:var(--max);
  grid-template-columns:minmax(0,1fr) minmax(0,auto) minmax(0,auto);
  margin-right:auto;
  margin-left:auto;
}
.option-b footer > *,
.option-b .footer-identity{min-width:0;max-width:100%}
.option-b .footer-identity span{overflow-wrap:anywhere}
@media(max-width:900px){
  .option-b footer{width:calc(100% - 48px);padding-right:0;padding-left:0;grid-template-columns:minmax(0,1fr) auto}
  .option-b footer > small{grid-column:1/-1}
}
@media(max-width:600px){
  .option-b footer{width:calc(100% - 40px);grid-template-columns:minmax(0,1fr)}
  .option-b footer > small{grid-column:auto}
}
