
@font-face{font-family:"Thmanyah Serif Display";src:url("/assets/fonts/thmanyah-serif-display-light.otf") format("opentype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Thmanyah Serif Display";src:url("/assets/fonts/thmanyah-serif-display-regular.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Thmanyah Serif Display";src:url("/assets/fonts/thmanyah-serif-display-medium.otf") format("opentype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Thmanyah Serif Display";src:url("/assets/fonts/thmanyah-serif-display-bold.otf") format("opentype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Thmanyah Serif Display";src:url("/assets/fonts/thmanyah-serif-display-black.otf") format("opentype");font-weight:900;font-style:normal;font-display:swap}

:root{
  --text:#211b30;--muted:#615971;--accent:#5a3b8c;--button:#5a3b8c;--on-button:#fff;
  --wash:#e6dcf3;--surface:rgba(255,255,255,.93);--border:#ded6e9;
  --page-a:#f7f3fc;--page-b:#e7ddf2;--page-c:#f4f5fa;
  --glass-a:rgba(255,255,255,.176);--glass-b:rgba(255,255,255,.124);--glass-c:rgba(255,255,255,.168);
  --glass-border:rgba(255,255,255,.95);--shadow:0 10px 28px -8px rgba(41,26,71,.13);
  --max:1248px;--pad:96px;--radius:24px;
}
html[data-theme="dark"]{
  --text:#f8f7fc;--muted:#bbb8cb;--accent:#d8b4fe;--button:#c5a2ef;--on-button:#221334;
  --wash:#29233f;--surface:rgba(29,35,56,.94);--border:#41445f;
  --page-a:#101326;--page-b:#201c36;--page-c:#0f172a;
  --glass-a:rgba(73,68,103,.28);--glass-b:rgba(48,44,76,.25);--glass-c:rgba(70,65,101,.26);
  --glass-border:rgba(255,255,255,.14);--shadow:0 12px 34px -9px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--page-a)}
body{
  margin:0;color:var(--text);font-family:"Thmanyah Serif Display",serif;font-weight:400;
  background:linear-gradient(100deg,var(--page-a) 13.235%,var(--page-b) 51.471%,var(--page-c) 86.765%);
  min-height:100vh;overflow-x:hidden
}
body[data-page="works"]{background:linear-gradient(98deg,var(--page-a) 13.235%,var(--page-b) 51.471%,var(--page-c) 86.765%)}
body[data-page="videos"]{background:linear-gradient(109deg,var(--page-a) 13.235%,var(--page-b) 51.471%,var(--page-c) 86.765%)}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
img{display:block;max-width:100%}
.container{width:min(var(--max),calc(100% - 2 * var(--pad)));margin-inline:auto}
.section{padding-block:80px}
.section-tight{padding-block:72px 80px}
.gradient-section{background:linear-gradient(145deg,var(--page-a),var(--page-b),var(--page-c))}
.glass{
  position:relative;border:1px solid var(--glass-border);border-radius:var(--radius);
  background:linear-gradient(154deg,var(--glass-a),var(--glass-b),var(--glass-c));
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  box-shadow:var(--shadow),inset 0 1px 1px rgba(255,255,255,.45)
}
.btn{
  min-height:44px;border:1px solid transparent;border-radius:999px;padding:12px 24px;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:16px;
  line-height:1.45;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--button);color:var(--on-button)}
.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}
.icon-btn{width:44px;height:48px;min-width:44px;border:0;border-radius:999px;background:var(--wash);display:grid;place-items:center;cursor:pointer;font-weight:700}
:focus-visible{outline:3px solid color-mix(in srgb,var(--accent),white 15%);outline-offset:3px}
.muted{color:var(--muted)}
.eyebrow{font-size:14px;font-weight:700;color:var(--accent);line-height:1.45}
.h1{font-size:64px;line-height:1.45;font-weight:700;margin:0}
.h2{font-size:48px;line-height:1.45;font-weight:700;margin:0}
.h3{font-size:40px;line-height:1.45;font-weight:700;margin:0}
.body-lg{font-size:20px;line-height:1.45}
.body{font-size:18px;line-height:1.45}
.small{font-size:14px;line-height:1.45}
header.site-header{
  position:relative;z-index:30;border-bottom:1px solid var(--glass-border);
  background:linear-gradient(176deg,var(--glass-a),var(--glass-b),var(--glass-c));
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  box-shadow:0 10px 14px rgba(41,26,71,.13)
}
.masthead{min-height:82px;display:grid;grid-template-columns:224px 1fr 220px;align-items:center;gap:16px}
html[dir="ltr"] .masthead{grid-template-columns:220px 1fr 224px}
.brand{display:flex;align-items:center;gap:12px;font-size:23px;font-weight:700;white-space:nowrap}
.brand-mark{width:34px;height:40px;object-fit:contain}
.nav{display:flex;align-items:center;justify-content:center;gap:12px}
.nav a,.nav button{border:0;background:transparent;padding:8px;min-height:44px;color:var(--muted);font-size:16px;cursor:pointer;white-space:nowrap}
.nav a[aria-current="page"]{color:var(--text);font-weight:700}
.prefs{display:flex;align-items:center;gap:8px}
html[dir="rtl"] .brand{grid-column:3;grid-row:1}
html[dir="rtl"] .nav{grid-column:2;grid-row:1}
html[dir="rtl"] .prefs{grid-column:1;grid-row:1}
html[dir="ltr"] .brand{grid-column:1}
html[dir="ltr"] .nav{grid-column:2}
html[dir="ltr"] .prefs{grid-column:3;justify-content:flex-end}

.hero{padding:72px 0 80px}
.hero-grid{display:grid;grid-template-columns:600px 584px;gap:64px;align-items:center}
html[dir="ltr"] .hero-grid{grid-template-columns:584px 600px}
.hero-copy{text-align:end}
html[dir="ltr"] .hero-copy{text-align:start}
.hero-copy>*+*{margin-top:24px}
.hero-actions{display:flex;gap:12px;justify-content:flex-start}
html[dir="rtl"] .hero-actions{justify-content:flex-start;flex-direction:row}
.character-stage{height:500px;width:600px;position:relative}
.hero-ellipse{position:absolute;left:90px;top:46px;width:410px;height:410px}
.character-wrap{position:absolute;left:-95px;top:28px;width:790px;height:451.429px;filter:drop-shadow(0 10px 9px rgba(71,43,110,.16));animation:floatHero 4.8s ease-in-out infinite}
.character-wrap img{width:100%;height:100%;object-fit:cover;mask:url("/assets/images/character-mask.svg") center/100% 100% no-repeat;-webkit-mask:url("/assets/images/character-mask.svg") center/100% 100% no-repeat}
.experience-badge{position:absolute;left:20px;top:352px;width:210px;padding:16px;display:flex;align-items:flex-start;gap:12px}
.experience-badge strong{font-size:36px;line-height:1.35;color:var(--accent)}
.experience-badge span{width:110px;font-size:15px;line-height:1.45}
.hero-copy{animation:heroCopyIn 4.8s linear infinite}
@keyframes floatHero{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes heroCopyIn{0%{transform:translateY(12px)}9.375%,100%{transform:translateY(0)}}

.section-head{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;text-align:end}
html[dir="ltr"] .section-head{text-align:start}
.section-head p{margin:0}
.section-head .description{max-width:760px;align-self:flex-end}
html[dir="ltr"] .section-head .description{align-self:flex-start}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.work-card{overflow:hidden;min-width:0;transition:transform .22s ease,box-shadow .22s ease}
.work-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px -10px rgba(41,26,71,.23)}
.work-card .art{height:270px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.work-card .art img{width:100%;height:100%;object-fit:contain}
.work-card .caption{position:relative;padding:20px;min-height:100px;text-align:end;background:color-mix(in srgb,var(--surface) 76%,transparent);border-top:1px solid var(--glass-border)}
html[dir="ltr"] .work-card .caption{text-align:start}
.work-card .title{font-size:22px;font-weight:700;line-height:1.45;margin:0}
.work-card .meta{font-size:14px;line-height:1.45;color:var(--muted);margin:4px 0 0}
.selected-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.explore-row{display:flex;justify-content:flex-end;margin-top:32px}
html[dir="ltr"] .explore-row{justify-content:flex-start}

.services-title{text-align:end;margin-bottom:32px}
html[dir="ltr"] .services-title{text-align:start}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-card{padding:32px;min-height:190px;text-align:end;display:flex;flex-direction:column;gap:20px}
html[dir="ltr"] .service-card{text-align:start}
.service-card .open{width:24px;height:24px;align-self:flex-start}
html[dir="rtl"] .service-card .open{align-self:flex-end;transform:scaleX(-1)}
.service-card h3{font-size:24px;line-height:1.45;margin:0}
.service-card p{font-size:17px;line-height:1.45;color:var(--muted);margin:0}

.about-grid{display:grid;grid-template-columns:478px 690px;gap:80px;align-items:center}
html[dir="ltr"] .about-grid{grid-template-columns:690px 478px}
.about-story{text-align:end}
html[dir="ltr"] .about-story{text-align:start}
.about-story .about-copy{max-width:468px;margin-inline-start:auto;color:var(--muted)}
html[dir="ltr"] .about-story .about-copy{margin-inline-start:0}
.about-card{padding:32px;display:flex;flex-direction:column;gap:20px;text-align:end}
html[dir="ltr"] .about-card{text-align:start}
.about-card .metric{font-size:32px;color:var(--accent);font-weight:700;margin:0}
.about-card p{margin:0}

.film-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.film-card{overflow:hidden}
.film-card .art{height:270px;overflow:hidden}
.film-card .art img{width:100%;height:100%;object-fit:cover}
.film-card .caption{padding:20px;background:color-mix(in srgb,var(--surface) 76%,transparent);text-align:end;border-top:1px solid var(--glass-border)}
html[dir="ltr"] .film-card .caption{text-align:start}
.film-card .title{font-size:22px;font-weight:700;margin:0}
.film-card .meta,.film-card .watch{font-size:14px;margin:4px 0 0}
.film-card .meta{color:var(--muted)}
.film-card .watch{color:var(--accent);font-weight:700}

.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.process-step{text-align:end}
html[dir="ltr"] .process-step{text-align:start}
.process-step .num{font-size:14px;font-weight:700;color:var(--accent)}
.process-step h3{font-size:24px;line-height:1.45;margin:12px 0}
.process-step p{font-size:17px;line-height:1.45;color:var(--muted);margin:0}
.contact-block{text-align:end}
html[dir="ltr"] .contact-block{text-align:start}
.contact-block>*+*{margin-top:12px}
.contact-block .btn{margin-top:24px}

.site-footer{background:var(--wash);padding:24px 0 32px}
.footer-row{display:flex;flex-direction:column;align-items:flex-end;gap:16px}
html[dir="ltr"] .footer-row{align-items:flex-start}
.footer-row p{margin:0;color:var(--muted);font-size:14px}

.page-intro{padding:80px 0}
.page-intro .kicker{font-size:14px;font-weight:700;color:var(--accent);margin:0 0 12px}
.page-intro h1{font-size:48px;line-height:1.45;margin:0;text-align:end}
.page-intro .desc{font-size:18px;color:var(--muted);max-width:760px;margin:12px 0 0 auto;text-align:end}
html[dir="ltr"] .page-intro h1,html[dir="ltr"] .page-intro .desc{text-align:start}
html[dir="ltr"] .page-intro .desc{margin-left:0;margin-right:auto}
.category-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin-top:24px}
html[dir="ltr"] .category-pills{justify-content:flex-start}
.category-pills a{min-height:49px;padding:12px 20px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-weight:700}
.works-section{padding:80px 0}
.works-section h2{font-size:48px;line-height:1.45;margin:0 0 32px;text-align:end}
html[dir="ltr"] .works-section h2{text-align:start}

.project-intro{padding:80px 0 72px}
.project-intro .back{margin-bottom:24px}
.project-title{text-align:end}
html[dir="ltr"] .project-title{text-align:start}
.project-title .cat{font-size:14px;color:var(--accent);font-weight:700;margin:0}
.project-title h1{font-size:48px;line-height:1.45;margin:12px 0}
.project-title .desc{font-size:18px;line-height:1.45;color:var(--muted);max-width:760px;margin:0 0 0 auto}
html[dir="ltr"] .project-title .desc{margin-left:0;margin-right:auto}
.project-artwork{padding-bottom:80px}
.artwork-stack{display:flex;flex-direction:column;gap:32px}
.artwork-stack img{display:block;width:100%;height:auto;object-fit:contain;border-radius:0}
.project-nav{padding:80px 0}
.project-nav h2{font-size:40px;line-height:1.45;margin:0 0 24px;text-align:end}
html[dir="ltr"] .project-nav h2{text-align:start}
.project-nav-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:24px}
html[dir="ltr"] .project-nav-row{justify-content:flex-start}

[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
[data-reveal].is-visible{opacity:1;transform:none}

@media (max-width: 900px){
  :root{--pad:24px}
  .container{width:calc(100% - 48px)}
  .section,.works-section{padding-block:48px}
  .section-tight{padding-block:48px}
  .masthead{min-height:138px;display:grid;grid-template-columns:1fr auto;grid-template-rows:64px 58px;gap:0 12px}
  html[dir="ltr"] .masthead{grid-template-columns:1fr auto}
  html[dir="rtl"] .brand,html[dir="ltr"] .brand{grid-column:1;grid-row:1;font-size:19px;overflow:hidden}
  html[dir="rtl"] .prefs,html[dir="ltr"] .prefs{grid-column:2;grid-row:1;justify-content:flex-end}
  .prefs .contact-top{display:none}
  html[dir="rtl"] .nav,html[dir="ltr"] .nav{grid-column:1 / -1;grid-row:2;justify-content:space-between;gap:0;overflow-x:auto;scrollbar-width:none}
  .nav::-webkit-scrollbar{display:none}
  .nav a,.nav button{font-size:14px;padding-inline:6px}
  .brand-mark{width:29px;height:34px}
  .hero{padding:48px 0}
  .hero-grid,html[dir="ltr"] .hero-grid{grid-template-columns:1fr;gap:24px}
  .hero-copy{order:1;text-align:end}
  html[dir="ltr"] .hero-copy{text-align:start}
  .character-stage{order:2;width:342px;height:360px;margin-inline:auto}
  .hero-ellipse{width:280px;height:280px;left:31px;top:36px}
  .character-wrap{width:520px;height:297px;left:-89px;top:34px}
  .experience-badge{left:0;top:260px;width:188px;padding:14px}
  .experience-badge strong{font-size:30px}
  .experience-badge span{font-size:14px}
  .h1{font-size:40px}
  .h2,.page-intro h1,.works-section h2,.project-title h1{font-size:32px}
  .h3,.project-nav h2{font-size:30px}
  .body-lg{font-size:17px}
  .hero-actions{flex-wrap:wrap}
  .selected-grid,.cards-grid,.services-grid,.film-grid,.process-grid,.about-grid,html[dir="ltr"] .about-grid{grid-template-columns:1fr}
  .selected-grid,.cards-grid{gap:32px}
  .work-card .art{height:235px}
  .services-grid{gap:16px}
  .service-card{min-height:0}
  .about-grid{gap:24px}
  .about-card{order:2}
  .about-story{order:1}
  .about-story .about-copy{max-width:none}
  .film-grid{gap:24px}
  .film-card .art{height:220px}
  .process-grid{gap:24px}
  .page-intro{padding:48px 0}
  .page-intro .desc{font-size:17px;max-width:none}
  .category-pills{display:grid;grid-template-columns:repeat(2,1fr)}
  .category-pills a{text-align:center;font-size:14px}
  .works-section h2{margin-bottom:24px}
  .project-intro{padding:48px 0}
  .project-title .desc{font-size:17px;max-width:none}
  .project-artwork{padding-bottom:48px}
  .artwork-stack{gap:24px}
  .project-nav{padding:48px 0}
}
@media (max-width:430px){
  .brand span{max-width:155px;overflow:hidden;text-overflow:ellipsis}
  .prefs{gap:6px}
  .icon-btn{width:40px;min-width:40px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  [data-reveal]{opacity:1;transform:none}
}
