@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap');

/* The whole site uses one quiet, high-contrast system. */
:root {
  --bg: #fff;
  --ink: #111;
  --paper: #fff;
  --muted: #666;
  --line: #dedede;
  --sans: 'DM Sans', Arial, sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 40px; }
body { margin: 0; color: var(--ink); background: var(--bg); font: 16px/1.5 var(--sans); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; }
p { line-height: 1.7; }
::selection { background: #111; color: #fff; }
.wrap { padding-inline: 5.5vw; }
.section { padding-block: 110px; }
.eyebrow, .micro { font-size: 12px; letter-spacing: .06em; font-weight: 500; }
.muted { color: var(--muted); }
.dark { --ink:#fff; --muted:#aaa; --line:#ffffff29; color: #fff; background: #101010; }
.display { font-size: clamp(55px, 6.7vw, 110px); line-height: 1.04; letter-spacing: -.065em; font-weight: 500; }
.display.small { font-size: clamp(45px, 5.2vw, 80px); }
.section-head { display: flex; justify-content: space-between; gap: 25px; margin-bottom: 55px; }
.section-head .eyebrow { display: flex; gap: 25px; }
.section-head .eyebrow > span { color: var(--muted); }
.line-link { display: inline-flex; gap: 30px; align-items: center; padding-block: 12px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 500; }
.tags { display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: 14px; }

/* Opening: white, oversized typography, then a single moving image. */
.nav { display: flex; justify-content: space-between; align-items: center; height: 98px; margin-inline: 5.5vw; border-bottom: 1px solid var(--line); gap: 35px; }
.wordmark { font-size: 33px; line-height: 1; letter-spacing: -.075em; font-weight: 700; }
.nav-links { display: flex; gap: 32px; font-size: 14px; }
.nav-links a { position: relative; }
.nav-links a::after { content: ''; position: absolute; inset: auto 0 -5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 27px; }
.lang, .menu-btn { padding: 8px 0; background: transparent; border: 0; font-size: 14px; color: inherit; }
.nav-cta { display: flex; gap: 30px; padding: 13px 21px; background: #111; border: 1px solid #111; border-radius: 30px; color: white; font-size: 12px; transition: color .25s, background .25s; }
.nav-cta:hover { background: #fff; color: #111; }
.menu-btn { display: none; }
.hero { padding-top: 55px; overflow: clip; }
.hero-top { display: flex; justify-content: space-between; gap: 25px; margin-bottom: 38px; }
.hero-title { font-size: clamp(68px,10.9vw,176px); line-height: 1.01; letter-spacing: -.075em; font-weight: 500; }
.hero-title em { font-weight: 400; }
.title-mask { display: block; overflow: hidden; padding-block: .07em; margin-block: -.07em; }
.title-mask > span { display: block; animation: title-rise 1.3s var(--ease) both; }
.title-mask:nth-child(2) > span { animation-delay: .13s; }
.hero-lower { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-block: 40px 55px; }
.hero-copy { width: 420px; max-width: 55%; }
.hero-copy p { color: #626262; font-size: 16px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 13px; }
.round-link { width: 66px; height: 66px; border: 1px solid #ccc; border-radius: 50%; display: grid; place-items: center; font-size: 26px; transition: background .3s, color .3s; }
.round-link:hover { background: #111; color: #fff; }
.hero-media { height: min(49vw,650px); min-height: 420px; background: #111; position: relative; overflow: hidden; border-radius: var(--hero-radius,24px); clip-path: inset(0 var(--hero-inset,0%) round var(--hero-radius,24px)); }
.hero-media-inner { height: 100%; transform: scale(var(--hero-scale,1.1)) translate3d(var(--pointer-x,0px),var(--pointer-y,0px),0); transition: translate .6s var(--ease); }
.hero-media-inner img { object-position: 75% 45%; }
.hero-media-copy { position: absolute; inset: auto auto 50px 45px; color: white; max-width: 45%; }
.hero-media-copy p { font-size: clamp(30px,4vw,60px); line-height: 1.15; letter-spacing: -.05em; margin-top: 25px; }
.hero-media-label { position: absolute; color: #aaa; right: 30px; bottom: 25px; font-size: 12px; letter-spacing: .08em; }
.hero-bottom { display: flex; justify-content: space-between; padding-block: 22px 55px; font-size: 12px; color: #666; }
.marquee { overflow: hidden; border-block: 1px solid #e7e7e7; padding-block: 24px; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 45px; animation: marquee 36s linear infinite; font-size: clamp(24px,3vw,44px); letter-spacing: -.04em; }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* Perspective and expertise use space instead of heavy decoration. */
.statement .display { max-width: 1150px; }
.statement .indented { color: #989898; }
.statement-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; margin-top: 45px; align-items: end; }
.statement-note { white-space: pre-line; color: #888; font-size: 14px; }
.statement-bottom p { font-size: 18px; max-width: 450px; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 70px; }
.principle:nth-child(2) { margin-top: 45px; }
.principle:nth-child(3) { margin-top: 90px; }
.principle-img { height: 300px; position: relative; border-radius: 8px; overflow: hidden; }
.principle-img img { transform: scale(1.02); transition: transform 1s var(--ease); }
.principle:hover img { transform: scale(1.09); }
.principle-img > span { position: absolute; top: 20px; left: 20px; color: white; font-size: 12px; }
.principle h3 { font-size: 28px; letter-spacing: -.045em; margin-block: 20px 12px; }
.principle p { font-size: 15px; color: #777; }
#about { border-top: 1px solid #e5e5e5; }
.about-row { display: grid; grid-template-columns: 1.1fr 1fr; gap: 12vw; }
.about-copy p { color: #777; font-size: 16px; margin-bottom: 22px; }
.about-copy p:first-child { font-size: 21px; color: #111; line-height: 1.55; }
.philosophy { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 65px; padding-top: 30px; border-top: 1px solid #ddd; }
.philosophy h3 { font-size: 16px; margin-bottom: 10px; }
.philosophy p { color: #777; font-size: 14px; }
.services { padding-top: 30px; }
.services-title { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.services-title p { width: 310px; color: #777; font-size: 16px; }
.service-list { border-top: 1px solid #ddd; }
.service { position: relative; border-bottom: 1px solid #ddd; }
.service summary { display: grid; grid-template-columns: 45px 1fr 30px; gap: 20px; list-style: none; cursor: pointer; align-items: center; padding: 27px 0; transition: padding .4s var(--ease), background .4s; }
.service summary::-webkit-details-marker { display: none; }
.service summary .num { font-size: 12px; color: #999; }
.service summary h3 { font-size: clamp(22px,2.65vw,40px); font-weight: 400; letter-spacing: -.04em; line-height: 1.25; }
.service summary:hover { padding-inline: 15px; background: #fafafa; }
.service-body { display: flex; align-items: center; gap: 45px; justify-content: space-between; padding: 0 30px 30px 65px; }
.service-body p { color: #666; font-size: 16px; max-width: 620px; }
.service-thumb { width: 140px; height: 90px; border-radius: 5px; }
.service-peek { display: none; }

/* Black production chapter, with scroll-linked image scale. */
.production { overflow: clip; }
.production-title { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 50px; }
.production-title .display { font-size: clamp(70px,9vw,135px); }
.production-title p { max-width: 300px; color: #aaa; font-size: 16px; }
.production-image { height: 650px; overflow: hidden; border-radius: 10px; }
.production-image img { transform: scale(var(--image-scale,1.12)); }
.production-bottom { display: flex; justify-content: space-between; gap: 55px; padding-top: 35px; align-items: start; }
.production-bottom .tags { max-width: 650px; }
.production-bottom .line-link { white-space: nowrap; }
.talent { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; }
.talent-image { height: 650px; overflow: hidden; border-radius: 10px; position: relative; }
.talent-image img { transform: scale(var(--image-scale,1.08)); }
.image-caption { position: absolute; bottom: 25px; left: 25px; color: #ddd; font-size: 12px; letter-spacing: .04em; }
.talent .eyebrow { margin-bottom: 35px; }
.talent .display { font-size: clamp(48px,5.6vw,85px); }
.talent p { color: #777; margin-block: 27px; }
.talent .tags { margin-bottom: 30px; font-size: 13px; }
.digital { margin-inline: 2vw; padding-inline: 3.5vw; border-radius: 18px; overflow: hidden; }
.digital-top { display: flex; justify-content: space-between; gap: 60px; margin-bottom: 60px; }
.digital-top p { color: #bbb; font-size: 17px; width: 400px; }
.digital .display { font-size: clamp(65px,9vw,140px); }
.digital-bottom { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 45px; }
.digital-bottom .tags { max-width: 500px; }
.systems { margin-top: 70px; padding-top: 40px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.systems h3 { font-size: clamp(30px,3vw,48px); letter-spacing: -.04em; line-height: 1.2; }
.systems p { color: #aaa; }
.systems .tags { margin-top: 25px; font-size: 13px; }
.industries-head { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; align-items: end; }
.industries-head p { color: #777; max-width: 370px; }
.industry-list { display: flex; flex-wrap: wrap; gap: 0 32px; margin-top: 45px; }
.industry { background: none; border: 0; color: #999; padding: 9px 0; font-size: clamp(24px,2.8vw,40px); letter-spacing: -.04em; border-bottom: 1px solid transparent; transition: color .3s, border-color .3s; }
.industry.active, .industry:hover { color: #111; border-color: #111; }
.industry-description { color: #777; margin-top: 30px; max-width: 670px; min-height: 55px; }
.process { padding-top: 15px; }
.process-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 55px 45px; position: relative; margin-top: 55px; padding-top: 35px; }
.process-track { position: absolute; top: 0; width: 100%; height: 2px; background: #e5e5e5; }
.process-track span { display: block; width: 100%; height: 100%; background: #111; transform: scaleX(var(--process-progress,0)); transform-origin: left; }
.process-step { border-bottom: 1px solid #e5e5e5; padding-bottom: 30px; }
.process-step .micro { color: #aaa; }
.process-step h3 { font-size: 21px; font-weight: 500; margin-block: 23px 12px; letter-spacing: -.035em; }
.process-step p { max-width: 280px; font-size: 15px; color: #777; }
.inside { border-top: 1px solid #e5e5e5; }
.inside-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 7vw; align-items: center; }
.inside-image { height: 510px; overflow: hidden; border-radius: 8px; }
.inside-image img { transform: scale(var(--image-scale,1.1)); }
.inside-item { border-bottom: 1px solid #e5e5e5; padding: 25px 0; }
.inside-item h3 { font-size: 27px; letter-spacing: -.04em; margin-bottom: 10px; }
.inside-item p { color: #777; font-size: 15px; }
.inside-item .line-link { margin-top: 12px; }
#faq { background: #f7f7f7; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.35fr; gap: 12vw; }
.faq-layout .eyebrow { margin-bottom: 30px; }
.faq { border-bottom: 1px solid #ddd; }
.faq summary { display: flex; justify-content: space-between; gap: 25px; padding: 25px 0; list-style: none; font-size: 17px; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq p { padding-bottom: 25px; color: #777; font-size: 16px; }

/* Closing chapter and the real WhatsApp inquiry flow. */
.contact-intro { display: flex; justify-content: space-between; gap: 25px; margin-bottom: 50px; }
.contact .display { font-size: clamp(65px,8vw,130px); }
.contact-bottom { display: grid; grid-template-columns: 1fr 1.3fr; gap: 10vw; margin-top: 70px; }
.contact-details > .line-link { margin-bottom: 30px; }
.contact-details .phone { display: block; font-size: 23px; direction: ltr; margin-bottom: 15px; }
.contact-details p { color: #aaa; margin-block: 8px; }
.contact-details .note { font-size: 14px; margin-top: 30px; margin-bottom: 15px; }
.inquiry { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.field { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; color: #ccc; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #666; border-radius: 0; background: transparent; color: white; padding: 10px 0; min-height: 48px; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #fff; }
.field select option { color: white; background: #111; }
.field textarea { resize: vertical; min-height: 80px; }
.form-button { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 19px 25px; border: 1px solid white; border-radius: 30px; background: white; color: #111; font-size: 14px; transition: background .25s,color .25s; }
.form-button:hover { background: #111; color: white; }
.form-button:disabled { opacity: .5; cursor: default; }
.form-note, .form-status { grid-column: 1 / -1; font-size: 13px; color: #999; }
.footer { padding-top: 45px; overflow: hidden; border-top: 1px solid #333; }
.footer-top { display: flex; justify-content: space-between; gap: 25px; font-size: 12px; }
.footer-nav { display: flex; gap: 25px; font-size: 14px; }
.social-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.social-links a { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #aaa; }
.social-links a:hover { color: white; }
.footer-brand { font-size: clamp(120px,28vw,460px); font-weight: 600; line-height: 1.15; letter-spacing: -.095em; padding-bottom: 20px; transform: translateY(var(--footer-y,0px)); }
.footer-bottom { border-top: 1px solid #333; padding-block: 24px; display: flex; justify-content: space-between; gap: 30px; color: #999; font-size: 12px; }
.back-top { position: fixed; inset-inline-end: 24px; bottom: 24px; z-index: 30; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #ddd; border-radius: 50%; color: #111; background: #fff; font-size: 22px; box-shadow: 0 3px 15px #0000000a; }
.back-top[hidden] { display: none; }
.page-progress { position: fixed; top: 0; left: 0; height: 2px; background: #888; width: 0; z-index: 100; pointer-events: none; }
.skip-link { position: fixed; top: -100px; left: 20px; background: white; color: black; padding: 15px; z-index: 200; }
.skip-link:focus { top: 15px; }

/* Motion remains progressive enhancement and never captures the scroll. */
.reveal { opacity: 1; transform: none; }
.js-motion .reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s var(--ease), transform 1.1s var(--ease), clip-path 1.2s var(--ease); }
.js-motion .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js-motion .production-image.reveal, .js-motion .talent-image.reveal { clip-path: inset(9% 5% round 20px); }
.js-motion .production-image.reveal.is-visible, .js-motion .talent-image.reveal.is-visible { clip-path: inset(0 round 8px); }
.principle:nth-child(2), .process-step:nth-child(3n) { transition-delay: .1s; }
.principle:nth-child(3), .process-step:nth-child(3n+1) { transition-delay: .18s; }
@keyframes title-rise { from { transform: translateY(110%) rotate(2deg); opacity: 0; } to { transform: translateY(0) rotate(0); opacity: 1; } }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Arabic gets its own scale and rhythm. */
[dir=rtl] { --sans: 'Noto Sans Arabic', Arial, sans-serif; }
[dir=rtl] .wordmark, [dir=rtl] .footer-brand { font-family: 'DM Sans',Arial,sans-serif; direction: ltr; }
[dir=rtl] .hero-title { font-size: clamp(60px,8.7vw,135px); letter-spacing: -.04em; line-height: 1.4; }
[dir=rtl] .hero-title em { font-style: normal; color: #888; }
[dir=rtl] .display { font-size: clamp(47px,5.6vw,88px); line-height: 1.4; letter-spacing: -.035em; }
[dir=rtl] .display.small { font-size: clamp(38px,4.5vw,68px); }
[dir=rtl] .hero-media-copy { inset-inline-start: 45px; inset-inline-end: auto; }
[dir=rtl] .hero-media-copy p { line-height: 1.5; }
[dir=rtl] .hero-media-inner img { transform: scaleX(-1); }
[dir=rtl] .hero-media-label { right: auto; left: 30px; }
[dir=rtl] .service-body { padding: 0 65px 30px 30px; }
[dir=rtl] .service summary h3 { font-size: clamp(21px,2.3vw,34px); line-height: 1.5; }
[dir=rtl] .marquee-track { direction: ltr; }
[dir=rtl] .marquee-track span { direction: rtl; }
[dir=rtl] .process-track span { transform-origin: right; }
@media(min-width:1100px) and (hover:hover) {
 .service summary h3 { padding-inline-end: 160px; }
 .service-peek { display: block; position: absolute; inset-inline-end: 65px; top: 5px; width: 140px; height: 88px; pointer-events: none; opacity: 0; transform: translateY(10px) rotate(-5deg); transition: opacity .3s, transform .5s var(--ease); z-index: 2; }
 .service-peek img { border-radius: 5px; }
 .service summary:hover .service-peek, .service summary:focus-visible .service-peek { opacity: 1; transform: translateY(-5px) rotate(3deg); }
}
@media(min-width:1800px) { .wrap { padding-inline: max(5.5vw,calc((100vw - 1600px)/2)); } }
@media(max-width:1050px) {
 .section { padding-block: 85px; }
 .nav-links { gap: 20px; }
 .nav-cta { display: none; }
 .hero-title { font-size: 11.3vw; }
 .hero-media { min-height: 400px; }
 .principle-img { height: 230px; }
 .about-row { gap: 7vw; }
 .production-image { height: 520px; }
 .talent-image { height: 530px; }
 .talent { gap: 7vw; }
 .contact-bottom { gap: 6vw; }
 .inside-grid { gap: 5vw; }
 .footer-bottom { font-size: 11px; }
}
@media(max-width:700px) {
 .wrap { padding-inline: 6vw; }
 .nav { height: 80px; margin-inline: 6vw; }
 .wordmark { font-size: 29px; }
 .nav-actions { gap: 24px; }
 .menu-btn { display: block; }
 .nav-links { display: none; position: absolute; top: 80px; left: 0; right: 0; background: white; padding: 35px 6vw; z-index: 50; border-bottom: 1px solid #ddd; flex-direction: column; gap: 22px; }
 .nav-links.open { display: flex; }
 .nav-links a { font-size: 23px; }
 .hero { padding-top: 30px; }
 .hero-top { margin-bottom: 33px; }
 .hero-top .eyebrow { font-size: 11px; letter-spacing: 0; }
 .hero-top .micro { font-size: 10px; }
 .hero-title { font-size: 13vw; letter-spacing: -.065em; line-height: 1.15; }
 .hero-lower { padding-block: 25px 32px; gap: 25px; align-items: start; }
 .round-link { width: 44px; height: 44px; font-size: 22px; flex-shrink: 0; margin-top: 5px; }
 .hero-copy { max-width: none; width: auto; }
 .hero-copy p { font-size: 14px; }
 .hero-ctas { gap: 12px 20px; margin-top: 8px; }
 .hero-ctas .line-link { font-size: 12px; gap: 12px; }
 .hero-media { min-height: 440px; border-radius: 14px; }
 .hero-media-inner img { object-position: 65% 40%; }
 .hero-media-copy { inset: auto 25px 38px; max-width: none; }
 .hero-media-copy p { font-size: 38px; margin-top: 15px; }
 .hero-media-copy .eyebrow { font-size: 11px; }
 .hero-media-label { display: none; }
 .hero-bottom { padding-bottom: 32px; font-size: 10px; gap: 25px; }
 .marquee { padding-block: 17px; }
 .marquee-track { gap: 28px; font-size: 29px; }
 .section { padding-block: 70px; }
 .section-head { margin-bottom: 35px; }
 .section-head > .micro { display: none; }
 .display { font-size: 12vw; letter-spacing: -.055em; }
 .display.small { font-size: 11vw; }
 .statement-bottom { display: block; margin-top: 27px; }
 .statement-note { display: block; font-size: 13px; margin-bottom: 22px; }
 .statement-bottom p { font-size: 16px; }
 .principles { grid-template-columns: 1fr; gap: 35px; margin-top: 45px; }
 .principle:nth-child(n) { margin-top: 0; }
 .principle-img { height: 340px; }
 .principle h3 { font-size: 27px; margin-top: 15px; }
 .principle p { font-size: 15px; }
 .about-row { grid-template-columns: 1fr; gap: 35px; }
 .about-copy p:first-child { font-size: 19px; }
 .philosophy { grid-template-columns: 1fr; gap: 25px; margin-top: 35px; }
 .philosophy h3 { margin-bottom: 5px; }
 .services { padding-top: 5px; }
 .services-title { display: block; margin-bottom: 30px; }
 .services-title p { width: auto; margin-top: 25px; }
 .service summary { grid-template-columns: 25px 1fr 20px; gap: 12px; padding: 23px 0; }
 .service summary h3 { font-size: 23px; }
 .service summary:hover { padding-inline: 0; }
 .service-body { display: block; padding: 0 0 25px 37px; }
 .service-body p { font-size: 15px; }
 .service-thumb { margin-top: 18px; width: 140px; }
 .production-title { display: block; margin-bottom: 30px; }
 .production-title .display { font-size: 16vw; }
 .production-title p { max-width: none; margin-top: 25px; }
 .production-image { height: 410px; }
 .production-bottom { display: block; padding-top: 25px; }
 .production-bottom .line-link { margin-top: 25px; }
 .tags { font-size: 13px; gap: 10px 19px; }
 .talent { display: flex; flex-direction: column-reverse; gap: 35px; }
 .talent > div { width: 100%; }
 .talent .display { font-size: 12vw; }
 .talent-image { height: 530px; }
 .talent .eyebrow { margin-bottom: 25px; }
 .digital { margin-inline: 3vw; padding-inline: 6vw; border-radius: 12px; }
 .digital-top { display: block; margin-bottom: 30px; }
 .digital-top p { width: auto; font-size: 16px; margin-top: 25px; }
 .digital .display { font-size: 14vw; }
 .digital-bottom { display: block; margin-top: 30px; }
 .digital-bottom .line-link { margin-top: 25px; }
 .systems { grid-template-columns: 1fr; gap: 25px; margin-top: 45px; padding-top: 30px; }
 .systems h3 { font-size: 29px; }
 .industries-head { grid-template-columns: 1fr; gap: 25px; }
 .industry-list { gap: 0 20px; margin-top: 28px; }
 .industry { font-size: 27px; }
 .industry-description { min-height: 85px; font-size: 15px; }
 .process { padding-top: 5px; }
 .process-steps { grid-template-columns: 1fr 1fr; gap: 30px 25px; margin-top: 40px; }
 .process-step h3 { font-size: 18px; }
 .process-step p { font-size: 14px; }
 .inside-grid { grid-template-columns: 1fr; gap: 20px; }
 .inside-image { height: 350px; }
 .inside-item h3 { font-size: 25px; }
 .faq-layout { grid-template-columns: 1fr; gap: 30px; }
 .faq summary { font-size: 16px; }
 .faq p { font-size: 15px; }
 .contact-intro { margin-bottom: 35px; }
 .contact-intro .micro { display: none; }
 .contact .display { font-size: 12.5vw; }
 .contact-bottom { grid-template-columns: 1fr; gap: 45px; margin-top: 45px; }
 .inquiry { gap: 25px 20px; }
 .field label { font-size: 13px; }
 .footer-top { display: block; }
 .footer-nav { margin-top: 24px; gap: 22px; }
 .footer-brand { font-size: 27.5vw; margin-top: 30px; padding-bottom: 25px; }
 .footer-bottom { display: block; font-size: 11px; }
 .footer-bottom p + p { margin-top: 10px; }
 .back-top { inset-inline-end: 15px; bottom: 15px; width: 40px; height: 40px; }
 [dir=rtl] .hero-title { font-size: 12vw; line-height: 1.5; }
 [dir=rtl] .hero-top .eyebrow { max-width: 230px; }
 [dir=rtl] .hero-media-copy { inset-inline-start: 25px; }
 [dir=rtl] .display { font-size: 10.8vw; }
 [dir=rtl] .display.small { font-size: 9.5vw; }
 [dir=rtl] .service summary h3 { font-size: 19px; }
 [dir=rtl] .service-body { padding: 0 37px 25px 0; }
 [dir=rtl] .hero-ctas { gap: 8px 15px; }
 [dir=rtl] .hero-ctas .line-link { font-size: 11px; }
 [dir=rtl] .industry { font-size: 22px; }
}
@media(prefers-reduced-motion:reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation: none !important; transition: none !important; }
 .js-motion .reveal { opacity: 1; transform: none; clip-path: none !important; }
 .hero-media-inner, .production-image img, .talent-image img, .inside-image img, .footer-brand { transform: none !important; }
 .process-track span { transform: scaleX(1); }
}

/* Configurable hero photography: an independent crop for each screen. */
.hero-media-inner picture { display: block; width: 100%; height: 100%; }
.hero-media-inner .hero-photo { object-position: var(--photo-position,65% 45%); }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,#0007,transparent 65%); pointer-events: none; }
.hero-media-copy, .hero-media-label { z-index: 1; }
[dir=rtl] .hero-media-inner .hero-photo { transform: none; }

/* Five editorial portfolio sections, with no fabricated sample projects. */
.portfolio { border-top: 1px solid var(--line); }
.portfolio-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 10vw; align-items: end; }
.portfolio-heading p { color: #777; max-width: 390px; }
.portfolio-nav { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin-block: 55px 25px; border-block: 1px solid #ddd; }
.portfolio-nav a { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 22px 18px; font-size: 16px; letter-spacing: -.025em; transition: background .3s,color .3s; }
.portfolio-nav a + a { border-inline-start: 1px solid #ddd; }
.portfolio-nav a > span:first-child { font-size: 12px; color: #888; }
.portfolio-nav a:hover { background: #111; color: white; }
.portfolio-category { padding-block: 40px; border-bottom: 1px solid #ddd; scroll-margin-top: 35px; }
.portfolio-category-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 7vw; align-items: center; }
.portfolio-title { display: flex; gap: 30px; align-items: baseline; }
.portfolio-title .micro { color: #888; }
.portfolio-title h3 { font-size: clamp(25px,3vw,44px); letter-spacing: -.05em; line-height: 1.15; }
.portfolio-category-head > p { color: #777; font-size: 15px; max-width: 400px; }
.portfolio-on-request { margin-top: 18px; padding-inline-start: 48px; }
.portfolio-on-request .line-link { font-size: 13px; color: #555; border-color: #bbb; }
.category-hero { margin-top: 35px; height: 560px; border-radius: 8px; overflow: hidden; }
.portfolio-projects { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 50px 30px; margin-top: 40px; }
.portfolio-project { min-width: 0; }
.portfolio-project.featured-project { grid-column: 1/-1; }
.project-media { overflow: hidden; background: #f6f6f6; border-radius: 8px; aspect-ratio: 4/3; }
.featured-project .project-media { aspect-ratio: 16/9; }
.project-media img { transition: transform 1s var(--ease); }
.project-media:hover img { transform: scale(1.025); }
.project-media video { display: block; width: 100%; height: 100%; object-fit: contain; background: #111; }
.project-caption { display: flex; justify-content: space-between; align-items: start; gap: 25px; margin-top: 20px; }
.project-caption h4 { font-size: 22px; letter-spacing: -.035em; margin: 0; font-weight: 500; }
.project-caption p { font-size: 13px; color: #777; margin-top: 5px; }
.project-visit { white-space: nowrap; font-size: 14px; padding-block: 5px; border-bottom: 1px solid #999; }
.project-description { margin-top: 18px; color: #777; max-width: 700px; }
.project-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 25px; }
.project-gallery a { aspect-ratio: 1; border-radius: 4px; overflow: hidden; }
.owner { border-top: 1px solid #e5e5e5; }
.owner-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 7vw; align-items: center; }
.owner-role { display: block; font-size: 14px; color: #777; margin-bottom: 22px; }
.owner-identity .display { font-size: clamp(44px,5.2vw,80px); }
.owner-discipline { font-size: 14px; color: #777; margin-top: 25px; }
.owner-story > p { font-size: 18px; color: #555; }
.owner-story .line-link { margin-top: 25px; }
.owner-layout.with-portrait { grid-template-columns: 1fr 1fr; grid-template-areas: 'portrait identity' 'portrait story'; gap: 35px 8vw; }
.owner-portrait { grid-area: portrait; height: 620px; overflow: hidden; border-radius: 8px; }
.with-portrait .owner-identity { grid-area: identity; align-self: end; }
.with-portrait .owner-story { grid-area: story; align-self: start; }
[dir=rtl] .portfolio-title h3 { font-size: clamp(23px,2.5vw,37px); letter-spacing: -.025em; line-height: 1.5; }
[dir=rtl] .owner-identity .display { font-size: clamp(40px,5vw,75px); }
@media(max-width:900px) {
 .menu-btn { display: block; }
 .nav-links { display: none; position: absolute; top: 98px; left: 0; right: 0; background: #fff; padding: 35px 6vw; z-index: 50; border-bottom: 1px solid #ddd; flex-direction: column; gap: 22px; }
 .nav-links.open { display: flex; }
 .nav-links a { font-size: 23px; }
 .portfolio-nav a { padding-inline: 12px; font-size: 14px; }
 .portfolio-title { gap: 20px; }
 .portfolio-category-head { gap: 5vw; }
}
@media(max-width:700px) {
 .nav-links { top: 80px; }
 .hero-media-inner .hero-photo { object-position: var(--photo-mobile-position,65% 40%); }
 .portfolio-heading { grid-template-columns: 1fr; gap: 25px; }
 .portfolio-nav { grid-template-columns: 1fr 1fr; margin-block: 35px 0; }
 .portfolio-nav a { min-height: 98px; padding: 18px 14px; border-bottom: 1px solid #ddd; }
 .portfolio-nav a:nth-child(odd) { border-inline-start: 0; }
 .portfolio-nav a:last-child { grid-column: 1/-1; border-bottom: 0; }
 .portfolio-category { padding-block: 30px; }
 .portfolio-category-head { grid-template-columns: 1fr; gap: 18px; }
 .portfolio-title h3 { font-size: 28px; }
 .portfolio-title { gap: 20px; }
 .portfolio-category-head > p { padding-inline-start: 35px; }
 .portfolio-on-request { padding-inline-start: 35px; }
 .category-hero { height: 400px; margin-top: 25px; }
 .portfolio-projects { grid-template-columns: 1fr; gap: 35px; margin-top: 28px; }
 .featured-project .project-media { aspect-ratio: 4/3; }
 .project-caption { display: block; }
 .project-caption h4 { font-size: 21px; }
 .project-visit { display: inline-flex; margin-top: 15px; }
 .project-gallery { gap: 8px; }
 .owner-layout, .owner-layout.with-portrait { grid-template-columns: 1fr; gap: 30px; grid-template-areas: none; }
 .with-portrait .owner-identity, .with-portrait .owner-story, .owner-portrait { grid-area: auto; }
 .owner-portrait { height: 490px; }
 .owner-identity .display { font-size: 12vw; }
 .owner-role { margin-bottom: 15px; }
 .owner-discipline { margin-top: 18px; }
 .owner-story > p { font-size: 17px; }
 [dir=rtl] .portfolio-title h3 { font-size: 24px; }
 [dir=rtl] .owner-identity .display { font-size: 11vw; }
}

/* Text-only links and controls. */
.line-link { transition: opacity .25s; }
.line-link:hover { opacity: .65; }
.round-link { width: auto; height: auto; padding-block: 12px; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; font-size: 14px; }
.round-link:hover { background: transparent; color: inherit; opacity: .65; }
.back-top { width: auto; height: auto; min-height: 44px; padding: 10px 16px; border-radius: 4px; font-size: 14px; }
.service summary { grid-template-columns: 45px 1fr auto; }
.detail-label { font-size: 14px; color: #777; font-weight: 400; white-space: nowrap; align-self: center; }
details[open] .detail-label { color: #111; text-decoration: underline; text-underline-offset: 4px; }
@media(max-width:700px) { .service summary { grid-template-columns: 25px 1fr auto; } }

/* Supplied white-background hero: preserve the whole photo and readable copy. */
.portrait-hero { height: auto; min-height: 0; aspect-ratio: 1672 / 941; background: #f7f7f7; }
.portrait-hero .hero-media-inner { position: absolute; inset: 0; transform: none; }
.portrait-hero .hero-photo { object-fit: contain; }
.portrait-hero::after { display: none; }
.portrait-hero .hero-media-copy { color: #111; max-width: 27%; inset-block-end: 40px; inset-inline-start: 30px; }
.portrait-hero .hero-media-copy p { font-size: clamp(26px,3.1vw,48px); }
.portrait-hero .hero-media-label { color: #555; }
@media(max-width:1000px) {
 .portrait-hero { aspect-ratio: auto; }
 .portrait-hero .hero-media-inner { position: relative; height: auto; aspect-ratio: 1672 / 941; }
 .portrait-hero .hero-media-inner picture { position: absolute; inset: 0; }
 .portrait-hero .hero-media-copy { position: relative; inset: auto; max-width: none; padding: 25px; }
 [dir=rtl] .portrait-hero .hero-media-copy { inset: auto; }
 .portrait-hero .hero-media-copy p { font-size: clamp(30px,5vw,44px); margin-top: 14px; }
 .portrait-hero .hero-media-label { display: none; }
}
