:root {
  --black: #050505;
  --ink: #090909;
  --white: #f1efe9;
  --soft: #a3a29e;
  --muted: #696965;
  --line: rgba(255, 255, 255, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--white); color: var(--black); }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.065), transparent 25rem), linear-gradient(180deg,#080808 0%,#030303 100%); isolation: isolate; }
.nav { position: absolute; z-index: 30; top: 0; left: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 1.65rem clamp(1.25rem,4vw,4.5rem); border-bottom: 1px solid var(--line); font-size: .66rem; letter-spacing: .17em; text-transform: uppercase; }
.nav-brand { font-weight: 800; }
.nav-brand span { color: var(--soft); font-weight: 400; }
.nav-links { display: flex; gap: clamp(1.1rem,2.8vw,3.25rem); }
.nav-links a { color: #b7b6b1; transition: color 180ms ease; }
.nav-links a:hover,.nav-links a:focus-visible { color: white; }
.menu-button { display: none; border: 0; background: transparent; text-transform: uppercase; letter-spacing: .14em; }
.hero-grain,.showreel-noise { position: absolute; z-index: 2; inset: 0; opacity: .13; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-orbit { position: absolute; z-index: -1; top: 49%; left: 50%; width: min(46vw,580px); aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 90px rgba(255,255,255,.025) inset; }
.back-type { position: absolute; z-index: -1; top: 49%; color: rgba(255,255,255,.075); font-family: Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif; font-size: clamp(5rem,12vw,12rem); line-height: 1; letter-spacing: .03em; transform: translateY(-50%); writing-mode: vertical-rl; }
.back-type-left { left: 1.2vw; transform: translateY(-50%) rotate(180deg); }
.back-type-right { right: 1.2vw; }
.back-caption { position: absolute; z-index: 3; top: 50%; margin: 0; color: rgba(255,255,255,.3); font-size: .48rem; letter-spacing: .3em; text-transform: uppercase; writing-mode: vertical-rl; }
.back-caption-left { left: clamp(4.8rem,11vw,11rem); transform: translateY(-50%) rotate(180deg); }
.back-caption-right { right: clamp(4.8rem,11vw,11rem); transform: translateY(-50%); }
.hero-content { position: absolute; z-index: 4; top: 51%; left: 50%; width: min(76vw,620px); transform: translate(-50%,-50%); text-align: center; }
.hero-logo { display: block; width: 100%; height: auto; margin: 0 auto; filter: drop-shadow(0 24px 60px rgba(255,255,255,.035)); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow,.tagline,.scroll-cue,.section-kicker,.showreel-label,.showreel-time { text-transform: uppercase; }
.eyebrow { margin: 0 0 .45rem; color: #9b9a96; font-size: .53rem; letter-spacing: .34em; }
h1 { margin: 0; font-family: Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif; font-size: clamp(3.9rem,9vw,8.4rem); font-weight: 900; letter-spacing: -.03em; line-height: .75; }
h1 span { display: block; margin-top: .28em; font-family: Arial,Helvetica,sans-serif; font-size: .23em; font-weight: 300; letter-spacing: .48em; line-height: 1; transform: translateX(.24em); }
.tagline { margin: clamp(1.5rem,2.8vh,2.5rem) 0 0; color: #b7b6b1; font-size: clamp(.52rem,.8vw,.66rem); letter-spacing: clamp(.12em,.45vw,.27em); }
.tagline i { margin: 0 .65em; color: white; font-style: normal; }
.scroll-cue { position: absolute; z-index: 8; bottom: 1.45rem; left: clamp(1.25rem,4vw,4.5rem); display: flex; align-items: center; gap: .75rem; color: #858480; font-size: .56rem; letter-spacing: .23em; }
.scroll-cue b { color: white; font-size: 1rem; font-weight: 400; animation: drift 1.7s ease-in-out infinite; }
.hero-index { position: absolute; right: clamp(1.25rem,4vw,4.5rem); bottom: 1.55rem; color: #858480; font-size: .52rem; letter-spacing: .18em; }

.section { padding: clamp(6rem,12vw,11rem) clamp(1.25rem,6vw,7rem); }
.projects { background: #0a0a0a; }
.section-head { display: grid; grid-template-columns: 1fr 2.1fr .8fr; gap: 3rem; align-items: end; margin-bottom: clamp(4rem,8vw,8rem); }
.section-kicker { margin: 0; color: #8d8c88; font-size: .58rem; letter-spacing: .25em; }
.section-kicker span { margin-right: 1.15rem; color: white; }
.section-head h2,.showreel-center h2,.about-statement h2,.contact-main h2 { margin: 0; font-family: Georgia,'Times New Roman',serif; font-size: clamp(3.1rem,6vw,6.4rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.section-note { margin: 0; color: #83827e; font-family: Georgia,'Times New Roman',serif; font-size: .9rem; font-style: italic; line-height: 1.7; }
.project-list { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem,3vw,3.5rem); }
.project-card { min-width: 0; }
.project-visual { position: relative; height: clamp(320px,48vw,680px); overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: #111; }
.project-visual::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg,transparent 0,transparent 11.9%,rgba(255,255,255,.025) 12%); }
.project-halid .project-visual { background: radial-gradient(circle at 62% 42%,rgba(230,230,220,.16),transparent 18%),linear-gradient(138deg,#090909 20%,#282824 54%,#090909 82%); }
.project-pehlivan .project-visual { background: radial-gradient(circle at 50% 54%,rgba(255,255,255,.16),transparent 16%),linear-gradient(30deg,#070707,#292929 50%,#0a0a0a); }
.project-ghost { position: absolute; top: 8%; left: -2%; color: rgba(255,255,255,.12); font-family: Impact,Haettenschweiler,sans-serif; font-size: clamp(4rem,8vw,8rem); letter-spacing: .04em; writing-mode: vertical-rl; transform: rotate(180deg); }
.project-number { position: absolute; right: 7%; bottom: 4%; color: rgba(255,255,255,.85); font-family: Georgia,serif; font-size: clamp(7rem,15vw,15rem); font-style: italic; line-height: 1; }
.sword-line { position: absolute; top: -5%; left: 54%; width: 1px; height: 112%; background: linear-gradient(transparent,#f5f3ed 18%,#f5f3ed 80%,transparent); transform: rotate(19deg); box-shadow: 0 0 20px white; }
.arena-ring { position: absolute; left: 50%; top: 50%; aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.ring-one { width: 52%; }
.ring-two { width: 72%; border-color: rgba(255,255,255,.09); }
.project-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; color: #73726f; font-size: .52rem; letter-spacing: .15em; text-transform: uppercase; }
.project-meta p { margin: 0; }
.project-card h3 { margin: 1rem 0 .8rem; font-family: Georgia,'Times New Roman',serif; font-size: clamp(2.2rem,4vw,4.2rem); font-weight: 400; letter-spacing: -.045em; }
.project-copy { width: min(92%,32rem); margin: 0; color: #989793; font-size: .85rem; line-height: 1.7; }
.project-link { display: inline-flex; align-items: center; gap: .8rem; margin-top: 1.7rem; border-bottom: 1px solid #777; padding-bottom: .55rem; color: #b6b5b0; font-size: .57rem; letter-spacing: .16em; text-transform: uppercase; }
.project-link b { color: white; font-size: .9rem; }

.showreel { background: #050505; }
.showreel-frame { position: relative; min-height: min(68vw,760px); overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 50% 55%,rgba(255,255,255,.13),transparent 24%),linear-gradient(150deg,#050505,#1b1b1a 48%,#070707); }
.showreel-frame::before,.showreel-frame::after { content: ''; position: absolute; z-index: 1; left: 0; width: 100%; height: 12%; background: #030303; }
.showreel-frame::before { top: 0; }
.showreel-frame::after { bottom: 0; }
.showreel-label,.showreel-time { position: absolute; z-index: 4; top: 1.8rem; margin: 0; color: #8b8a86; font-size: .52rem; letter-spacing: .18em; }
.showreel-label { left: 2rem; }
.showreel-time { right: 2rem; }
.showreel-center { position: absolute; z-index: 5; top: 50%; left: 50%; width: min(90%,900px); transform: translate(-50%,-50%); text-align: center; }
.showreel-center > p { margin: 0 0 1rem; color: #8b8a86; font-family: Georgia,serif; font-size: .9rem; font-style: italic; }
.showreel-center h2 { font-size: clamp(3.4rem,7vw,7.5rem); }
.play-button { display: inline-flex; align-items: center; gap: 1rem; margin-top: 2.4rem; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(0,0,0,.28); padding: .85rem 1.25rem; cursor: pointer; font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; transition: background 180ms ease,color 180ms ease; }
.play-button span { display: grid; width: 1.85rem; aspect-ratio: 1; place-items: center; border-radius: 50%; background: white; color: black; font-size: .55rem; padding-left: .1rem; }
.play-button:hover,.play-button:focus-visible { background: white; color: black; }

.about { position: relative; overflow: hidden; background: #edeae3; color: #0b0b0b; }
.about .section-kicker { color: #777570; }
.about .section-kicker span { color: #0b0b0b; }
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(4rem,10vw,12rem); margin-top: clamp(5rem,10vw,10rem); }
.about-statement > p,.contact-main > p { margin: 0 0 1.2rem; font-family: Georgia,serif; font-size: 1rem; font-style: italic; }
.about-statement h2 { font-size: clamp(4rem,8vw,8.5rem); }
.about-statement h2 em,.contact-main h2 em { font-weight: 400; }
.about-copy { align-self: end; max-width: 35rem; }
.about-copy > p { margin: 0 0 1.5rem; color: #353533; font-family: Georgia,'Times New Roman',serif; font-size: clamp(1.15rem,1.8vw,1.55rem); line-height: 1.55; }
.capabilities { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2.5rem; }
.capabilities span { border: 1px solid #bbb8b1; border-radius: 999px; padding: .55rem .8rem; font-size: .54rem; letter-spacing: .12em; text-transform: uppercase; }
.studio-signature { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: clamp(6rem,10vw,10rem); border-top: 1px solid #aaa69e; border-bottom: 1px solid #aaa69e; padding: 1.35rem 0; font-size: .63rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.studio-signature i { color: #64615c; font-family: Georgia,'Times New Roman',serif; font-size: .68rem; font-weight: 400; letter-spacing: .18em; }

.contact { background: #070707; }
.contact-main { margin-top: clamp(5rem,10vw,10rem); text-align: center; }
.contact-main > p { color: #8b8a86; }
.contact-main h2 { font-size: clamp(4.1rem,9vw,9.2rem); line-height: .84; }
.contact-email { display: inline-flex; align-items: center; gap: 1.2rem; margin-top: clamp(3rem,6vw,6rem); border-bottom: 1px solid #777; padding: 0 0 .8rem; font-family: Georgia,serif; font-size: clamp(1.1rem,2vw,1.7rem); }
.contact-email span { font-family: Arial,sans-serif; }
.social-row { display: grid; grid-template-columns: repeat(3,1fr); margin-top: clamp(6rem,12vw,12rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.social-row a { display: grid; grid-template-columns: 1fr auto; gap: .8rem; padding: 1.5rem 1rem; border-right: 1px solid var(--line); color: #9f9e9a; font-family: Georgia,serif; font-size: .9rem; }
.social-row a:last-child { border-right: 0; }
.social-row a span { grid-column: 1 / -1; color: #686864; font-family: Arial,sans-serif; font-size: .5rem; letter-spacing: .18em; text-transform: uppercase; }
.social-row b { color: white; font-family: Arial,sans-serif; font-weight: 400; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.6rem clamp(1.25rem,4vw,4.5rem); border-top: 1px solid var(--line); background: #030303; color: #777672; font-size: .5rem; letter-spacing: .13em; text-transform: uppercase; }

.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 1rem; background: rgba(0,0,0,.88); backdrop-filter: blur(16px); }
.modal[hidden] { display: none; }
.modal-panel { width: min(1050px,100%); }
.modal-close { display: block; margin: 0 0 1rem auto; border: 0; background: transparent; cursor: pointer; font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.modal-screen { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--line); background: #080808; }
.modal-screen iframe { display: block; width: 100%; height: 100%; border: 0; }

@keyframes drift { 0%,100%{transform:translateY(-2px)} 50%{transform:translateY(4px)} }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease,transform 700ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .back-caption { display: none; }
  .section-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-note { text-align: right; }
  .about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav { position: fixed; background: rgba(5,5,5,.9); backdrop-filter: blur(14px); }
  .menu-button { display: block; cursor: pointer; }
  .nav-links { position: fixed; z-index: -1; inset: 0; display: flex; transform: translateY(-102%); flex-direction: column; align-items: center; justify-content: center; gap: 2.2rem; background: #050505; font-family: Georgia,serif; font-size: 2.2rem; letter-spacing: -.03em; text-transform: none; transition: transform 260ms ease; }
  .nav-links.is-open { transform: translateY(0); }
  .back-type { top: 51%; font-size: clamp(4.2rem,24vw,7rem); color: rgba(255,255,255,.055); }
  .back-type-left { left: -4vw; }
  .back-type-right { right: -5vw; }
  .hero-orbit { width: 86vw; }
  .hero-content { top: 51%; width: min(82vw,430px); }
  .eyebrow { line-height: 1.7; }
  h1 { font-size: clamp(3.5rem,18vw,5.7rem); line-height: .82; }
  h1 span { font-size: .18em; letter-spacing: .33em; }
  .tagline { max-width: 19rem; margin-inline: auto; line-height: 2; }
  .hero-index { display: none; }
  .project-list { grid-template-columns: 1fr; gap: 5rem; }
  .project-visual { height: 125vw; max-height: 600px; }
  .showreel { padding-inline: 0; }
  .showreel-frame { min-height: 125vw; border-inline: 0; }
  .showreel-center h2 { font-size: clamp(3rem,14vw,5.2rem); }
  .showreel-time { display: none; }
  .social-row { grid-template-columns: 1fr; }
  .studio-signature { align-items: flex-start; flex-direction: column; gap: .7rem; line-height: 1.7; }
  .social-row a { border-right: 0; border-bottom: 1px solid var(--line); }
  .social-row a:last-child { border-bottom: 0; }
  footer { flex-direction: column; align-items: flex-start; }
  .modal { padding: .7rem; }
  .modal-panel { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-cue b { animation: none; }
  .nav-links { transition: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
