@font-face{
  font-family:'Base Neue Super Condensed Semi Bold Oblique';
  src:url('assets/fonts/BaseNeueTrial-SuperCnSmBdObl.ttf') format('truetype');
  font-weight:600;
  font-style:oblique;
  font-stretch:ultra-condensed;
  font-display:swap;
}

:root {
  --bg:#f2efe8;
  --bg-soft:#f7f4ee;
  --ink:#111111;
  --muted:#67635c;
  --line:rgba(17,17,17,.12);
  --line-strong:rgba(17,17,17,.24);
  --shadow:0 20px 60px rgba(22,18,13,.08);
  --max:1600px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
::selection{background:#111;color:#fff}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.skip-link{position:fixed;left:16px;top:-60px;z-index:120;background:#111;color:#fff;padding:12px 16px;transition:.2s}
.skip-link:focus{top:16px}


.site-header{position:sticky;top:0;z-index:50;max-width:var(--max);margin:0 auto;min-height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 46px;background:#f2efe8;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid var(--line);transition:box-shadow .25s ease}
.site-header.scrolled{border-color:var(--line);box-shadow:0 8px 24px rgba(0,0,0,.04);background:#f2efe8}
.brand{display:inline-flex;width:154px;align-items:center}
.brand img{width:100%;height:auto}
.site-nav{display:flex;gap:34px;align-items:center;justify-content:center}
.site-nav a,.studio-meta,.menu-toggle{text-transform:uppercase;font-size:11px;letter-spacing:.16em}
.site-nav a{position:relative;padding:8px 0}
.site-nav a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#111;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.site-nav a:hover::after{transform:scaleX(1)}
.studio-meta{justify-self:end;color:var(--muted)}
.menu-toggle{display:none;appearance:none;border:1px solid var(--line-strong);background:rgba(255,255,255,.4);padding:12px 14px;border-radius:999px}

main,.site-footer,.site-header{border-left:0;border-right:0}
main,.site-footer{max-width:var(--max);margin:0 auto}
.ruled{border-top:1px solid var(--line)}

.hero{position:relative;min-height:720px;overflow:hidden;background:var(--bg);isolation:isolate}
.hero-background{
  position:absolute;
  inset:0;
  background-image:image-set(url('assets/hero-full-background-optimized.jpg') type('image/jpeg'),url('assets/hero-full-background.png') type('image/png'));
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  z-index:-3;
}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(242,239,232,.98) 0%,rgba(242,239,232,.91) 25%,rgba(242,239,232,.56) 39%,rgba(242,239,232,.08) 58%,rgba(242,239,232,0) 76%),linear-gradient(180deg,rgba(242,239,232,.12),transparent 16%,transparent 86%,rgba(242,239,232,.12));z-index:-2}
.hero-copy{min-height:720px;width:48%;padding:96px 24px 86px 132px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.binary{margin:0;font:10px/1.5 'Courier New',monospace;letter-spacing:.24em;color:var(--muted)}
.hero-title{margin:24px 0 30px;font-size:clamp(82px,7.9vw,132px);line-height:.84;font-weight:500;letter-spacing:-.064em}
.hero-sub{margin:0;font:15px/1.7 'Courier New',monospace;letter-spacing:.03em;max-width:420px}
.text-link{display:inline-flex;width:max-content;gap:24px;align-items:center;margin-top:34px;text-transform:uppercase;font-size:10px;letter-spacing:.18em;border-bottom:1px solid var(--ink);padding-bottom:8px;transition:gap .25s,opacity .25s,transform .25s}
.text-link:hover{gap:34px;opacity:.7;transform:translateX(2px)}
.hero .text-link{
  gap:18px;
  padding:13px 18px 12px;
  border:1px solid rgba(17,17,17,.48);
  border-radius:999px;
  background:rgba(242,239,232,.78);
  box-shadow:0 8px 24px rgba(17,17,17,.08);
  font-size:11px;
  font-weight:700;
}
.hero .text-link:hover{
  gap:26px;
  opacity:1;
  color:#f2efe8;
  background:#111;
  transform:translateX(2px);
}
.edge-dots{position:absolute;right:42px;bottom:40px;width:5px;height:185px;background-image:radial-gradient(circle,#111 1.5px,transparent 2px);background-size:5px 14px;opacity:.85}

.eyebrow{font-family:Arial,Helvetica,sans-serif;font-size:16px;text-transform:uppercase;letter-spacing:.17em;margin:0 0 20px}


/* Brand introduction — first viewport */
.brand-story{
  position:relative;
  min-height:calc(100vh - 88px);
  background:var(--bg-soft);
  display:flex;
  align-items:center;
  overflow:hidden;
}
.brand-story::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.68),transparent 34%),
    repeating-linear-gradient(90deg,transparent 0 79px,rgba(17,17,17,.018) 80px);
  pointer-events:none;
}
.brand-story-inner{
  width:100%;
  position:relative;
  display:grid;
  grid-template-columns:minmax(170px,.7fr) minmax(360px,1.45fr) minmax(280px,1fr);
  grid-template-areas:
    "heading copy card"
    "heading zuse card";
  gap:28px 58px;
  align-items:center;
  padding:70px 132px 84px;
}
.brand-story-heading{grid-area:heading;align-self:start;padding-top:10px}
.story-logo{width:min(260px,100%);height:auto}
.story-kicker{margin:28px 0 0;font:10px/1.6 'Courier New',monospace;text-transform:uppercase;letter-spacing:.18em;color:var(--muted)}
.brand-story-copy{grid-area:copy;max-width:720px;font:14px/1.75 'Courier New',monospace}
.brand-story-copy p{margin:0 0 12px}
.brand-story-title{margin:0 0 22px;font:500 clamp(30px,3vw,48px)/1.05 Arial,Helvetica,sans-serif;letter-spacing:-.025em}
.brand-story-zuse{grid-area:zuse;padding-top:6px}
.brand-story-line{margin-top:24px!important;font-size:16px;line-height:1.55;text-transform:uppercase;letter-spacing:.08em}
.story-punchcard{grid-area:card;margin:0;justify-self:center;width:min(100%,430px);transform:rotate(-.55deg)}
.story-punchcard img{width:100%;box-shadow:0 26px 42px rgba(0,0,0,.2);filter:saturate(.72) contrast(1.03)}
.story-scroll{position:absolute;left:132px;bottom:28px;display:inline-flex;gap:18px;align-items:center;font-size:9px;text-transform:uppercase;letter-spacing:.18em;border-bottom:1px solid var(--ink);padding-bottom:7px}

.content-row{display:grid;grid-template-columns:235px 1fr;gap:64px;padding:58px 132px}
.section-intro{font:11px/1.7 'Courier New',monospace;text-transform:uppercase}
.section-intro>p:not(.eyebrow){max-width:180px}
.video-shell{position:relative;background:#111;overflow:hidden;border-radius:2px}
.video-shell::after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 0 45px rgba(0,0,0,.16)}
.video-frame{position:relative;width:100%;aspect-ratio:16/9;background:#111;overflow:hidden}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.featured-shell{box-shadow:var(--shadow)}
.video-wide{min-height:360px}
.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 18px}
.work-card{min-width:0}
.work-card .video-shell{transition:transform .35s ease,box-shadow .35s ease}
.work-card:hover .video-shell{transform:translateY(-4px);box-shadow:0 24px 48px rgba(0,0,0,.14)}
.work-meta{display:flex;justify-content:space-between;align-items:baseline;gap:18px;padding-top:11px}
.work-card h3{margin:0;font-size:15px;font-weight:500}
.work-card p{margin:0;text-transform:uppercase;text-align:right;font:9px/1.4 'Courier New',monospace;color:var(--muted)}

.services{background:var(--bg-soft)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
.service-grid article{position:relative;background:var(--bg-soft);padding:28px 24px 50px;min-height:246px;overflow:hidden;transition:background .3s,color .3s,transform .3s,box-shadow .3s}
.service-grid article::before{content:"";position:absolute;inset:auto 0 0;height:0;background:linear-gradient(180deg,#1e1d1b,#0f0f0f);transition:height .35s ease;z-index:0}
.service-grid article::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 30%);opacity:.55;pointer-events:none}
.service-grid article>*{position:relative;z-index:1}
.service-grid article:hover{color:#fff;transform:translateY(-4px);box-shadow:0 16px 28px rgba(0,0,0,.12)}
.service-grid article:hover::before{height:100%}
.service-no{font:10px 'Courier New',monospace}
.service-icon{float:right;font-size:25px;line-height:1;opacity:.8}
.service-grid h3{margin:35px 0 13px;font-size:17px;font-weight:500}
.service-grid p{margin:0;max-width:190px;font:11px/1.6 'Courier New',monospace}
.card-arrow{position:absolute!important;right:20px;bottom:18px;font-size:15px}

.site-footer{display:grid;grid-template-columns:1.65fr 1fr 1fr 1fr 1.25fr;gap:44px;padding:52px 132px 26px;background:var(--bg-soft);font:11px/1.65 'Courier New',monospace;position:relative}
.footer-cta .eyebrow{font-size:23px;line-height:1.05}
.footer-cta>p:not(.eyebrow){max-width:240px}
.footer-label{text-transform:uppercase;letter-spacing:.14em;font-family:Arial,Helvetica,sans-serif;font-size:10px}
.site-footer a:hover{opacity:.55}
.footer-brand{text-align:right;align-self:start}
.footer-brand img{width:210px;margin-left:auto}
.footer-brand small{display:block;margin-top:18px;letter-spacing:.42em;white-space:nowrap}
.copyright{grid-column:1/-1;border-top:1px solid var(--line);padding-top:18px;margin-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:9px;text-transform:uppercase;letter-spacing:.08em}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .8s ease,transform .8s ease}
.reveal.is-visible{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

@media (max-width:1100px){
  .brand-story{min-height:auto}
  .brand-story-inner{grid-template-columns:1fr 1.3fr;grid-template-areas:"heading card" "copy copy" "zuse zuse";padding:58px 30px 76px;gap:36px 42px}
  .brand-story-heading{align-self:center}
  .story-punchcard{width:min(100%,440px)}
  .brand-story-copy{max-width:850px}
  .story-scroll{left:30px;bottom:24px}
  .site-header{grid-template-columns:1fr auto;padding:18px 24px}
  .studio-meta{display:none}
  .menu-toggle{display:block}
  .site-nav{display:none;position:absolute;top:88px;left:0;right:0;padding:26px;background:rgba(247,244,238,.98);border-bottom:1px solid var(--line);flex-direction:column;gap:18px}
  .site-nav.open{display:flex}
  .hero{min-height:660px}
  .hero-background{background-position:49% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(242,239,232,.98) 0%,rgba(242,239,232,.87) 35%,rgba(242,239,232,.28) 62%,transparent 82%)}
  .hero-copy{min-height:660px;width:62%;padding:72px 30px}
  .content-row{grid-template-columns:1fr;padding:48px 30px;gap:30px}
  .section-intro>p:not(.eyebrow){max-width:360px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .site-footer{grid-template-columns:repeat(2,1fr);padding:46px 30px 24px}
  .footer-brand{text-align:left}.footer-brand img{margin-left:0}
}

@media (max-width:680px){
  .brand-story-inner{grid-template-columns:1fr;grid-template-areas:"heading" "copy" "card" "zuse";padding:42px 22px 72px;gap:28px}
  .story-logo{width:180px}
  .story-kicker{margin-top:20px}
  .brand-story-copy{font-size:12px;line-height:1.7}
  .brand-story-title{font-size:32px;margin-bottom:18px}
  .brand-story-line{font-size:13px}
  .story-punchcard{width:100%;max-width:380px;justify-self:start}
  .story-scroll{left:22px;bottom:20px}
  .site-header{min-height:74px;padding:14px 18px}
  .brand{width:126px}
  .site-nav{top:74px}
  .hero{min-height:700px}
  .hero-background{background-position:57% center}
  .hero-overlay{background:linear-gradient(180deg,rgba(242,239,232,.96) 0%,rgba(242,239,232,.88) 43%,rgba(242,239,232,.38) 68%,rgba(242,239,232,.1) 100%)}
  .hero-copy{min-height:700px;width:100%;padding:54px 22px 230px;justify-content:flex-start}
  .hero-title{font-size:58px;margin-top:22px}
  .binary{font-size:8px;letter-spacing:.12em}
  .hero-sub{font-size:12px}
  .edge-dots{display:none}
  .video-grid,.service-grid{grid-template-columns:1fr}
  .video-wide{min-height:auto}
  .work-meta{align-items:flex-start}
  .site-footer{grid-template-columns:1fr}
  .copyright{flex-direction:column}
}

/* Local video placeholders — zero external network requests in ChatGPT Preview */
.local-video-poster{
  display:grid;place-items:center;isolation:isolate;background:#171717;
}
.local-video-poster::before{
  content:"";position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center;filter:saturate(.72) contrast(1.04);
}
.local-video-poster::after{
  content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.38));
}
.poster-featured::before{background-image:url('assets/hero-face.jpg');background-position:center 42%}
.poster-1::before{background-image:url('assets/hybrid-1.jpg')}
.poster-2::before{background-image:url('assets/hybrid-2.jpg')}
.poster-3::before{background-image:url('assets/hybrid-3.jpg')}
.poster-4::before{background-image:url('assets/hybrid-4.jpg')}
.video-play{
  width:58px;height:58px;border:1px solid rgba(255,255,255,.88);border-radius:50%;display:grid;place-items:center;color:#fff;font-size:16px;padding-left:3px;background:rgba(0,0,0,.22);backdrop-filter:blur(5px);
}
.video-note{position:absolute;left:16px;bottom:14px;color:rgba(255,255,255,.84);font:9px/1 'Courier New',monospace;letter-spacing:.16em}
.video-kicker{position:absolute;left:18px;top:16px;color:rgba(255,255,255,.9);font:10px/1 'Courier New',monospace;letter-spacing:.18em}

/* Exact English brand page from supplied PDF */
.pdf-intro{
  background:#fff;
  position:relative;
  overflow:hidden;
}
.pdf-intro-desktop{
  width:100%;
  background:#fff;
  display:flex;
  justify-content:center;
}
.brand-intro-picture{display:block;width:100%}
.pdf-intro-desktop img{
  display:block;
  width:100%;
  height:auto;
  max-height:calc(100vh - 88px);
  object-fit:contain;
  object-position:center top;
  background:#fff;
}
.pdf-intro-mobile{display:none;background:#fff}
.pdf-intro-mobile img{display:block;width:100%;height:auto;background:#fff}

@media (max-width:680px){
  .pdf-intro-desktop{display:none}
  .pdf-intro-mobile{display:block}
  .pdf-intro-mobile img+img{margin-top:-1px}
}

/* Language switch + header tools */
.site-nav{grid-column:2}
.header-tools{grid-column:3;justify-self:end;display:flex;align-items:center;gap:22px}
.lang-switch{display:flex;align-items:center;gap:6px;font:10px/1 Arial,Helvetica,sans-serif;letter-spacing:.16em;color:var(--muted)}
.lang-button{appearance:none;border:0;background:transparent;padding:7px 2px;color:inherit;cursor:pointer;font:inherit;letter-spacing:inherit;transition:color .2s ease,opacity .2s ease}
.lang-button:hover{color:var(--ink)}
.lang-button.is-active{color:var(--ink);font-weight:700}
.site-nav a.is-active::after{transform:scaleX(1)}

/* About page */
.about-page{background:var(--bg)}
.about-hero{min-height:640px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);position:relative;overflow:hidden;background:linear-gradient(135deg,var(--bg) 0%,#eee9df 100%)}
.about-hero-copy{padding:92px 60px 92px 132px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.about-hero-copy h1{margin:22px 0 28px;font:500 clamp(72px,7.3vw,124px)/.82 'Courier New',monospace;letter-spacing:-.075em;text-transform:uppercase}
.about-hero-copy>p:last-child{max-width:520px;margin:0;font:14px/1.7 'Courier New',monospace;color:var(--muted)}
.about-hero-visual{position:relative;display:grid;place-items:center;min-height:640px;padding:80px 86px}
.about-hero-visual::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(17,17,17,.10) 0 1.3px,transparent 1.8px);background-size:18px 18px;mask-image:radial-gradient(ellipse at center,#000 0%,rgba(0,0,0,.85) 38%,transparent 76%);opacity:.75}
.about-hero-visual img{position:relative;z-index:2;width:min(100%,690px);height:auto;filter:none;box-shadow:none;transform:none}
.about-hero-visual .about-punchcard{width:min(100%,720px);mix-blend-mode:multiply}
.about-dot-field{position:absolute;width:44%;height:38%;right:7%;bottom:11%;background-image:radial-gradient(circle,#111 1.4px,transparent 1.8px);background-size:12px 12px;mask-image:linear-gradient(90deg,#000,transparent);opacity:.34}

.about-section{display:grid;grid-template-columns:76px minmax(260px,.72fr) minmax(0,1.28fr);gap:44px;padding:88px 132px;background:var(--bg-soft)}
.about-index{font:10px/1 'Courier New',monospace;letter-spacing:.18em;color:var(--muted);padding-top:5px}
.about-heading .eyebrow{margin:0;font:500 clamp(42px,4.2vw,68px)/.86 'Courier New',monospace;letter-spacing:-.065em;text-transform:uppercase}
.about-body{max-width:860px;font:15px/1.85 'Courier New',monospace}
.about-body p{margin:0 0 28px}
.about-body p:last-child{margin-bottom:0}
.about-section-dark{background:#131313;color:#f4f1ea;border-color:rgba(255,255,255,.14)}
.about-section-dark .about-index{color:rgba(255,255,255,.5)}
.about-section-dark .about-body{color:rgba(255,255,255,.88)}
.about-signature{font:500 18px/1.4 'Courier New',monospace!important;letter-spacing:.12em;padding-top:12px;color:#fff;text-transform:uppercase}
.about-end{min-height:330px;padding:70px 132px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:var(--bg)}
.about-end img{width:220px;margin-bottom:26px}
.about-end .about-end-punchcard{width:min(100%,520px);mix-blend-mode:multiply;margin-bottom:30px}
.about-end p{margin:0;font:15px/1.5 'Courier New',monospace;text-transform:uppercase;letter-spacing:.08em}

html[lang="tr"] .hero-title{font-size:clamp(68px,6.9vw,116px);line-height:.86}
html[lang="tr"] .about-hero-copy h1{font-size:clamp(72px,7.2vw,116px)}

@media (max-width:1100px){
  .header-tools{grid-column:2;gap:14px}
  .site-nav{grid-column:auto}
  .about-hero{grid-template-columns:1fr 1fr;min-height:560px}
  .about-hero-copy{padding:72px 36px 72px 30px}
  .about-hero-copy h1{font-size:clamp(64px,9vw,96px)}
  .about-hero-visual{min-height:560px;padding:62px 38px}
  .about-section{grid-template-columns:54px minmax(210px,.72fr) 1.28fr;padding:68px 30px;gap:28px}
  .about-end{padding:60px 30px}
}

@media (max-width:680px){
  .header-tools{grid-column:2;gap:10px}
  .lang-switch{font-size:9px;gap:4px}
  .lang-button{padding:6px 1px}
  .menu-toggle{padding:10px 12px}
  .about-hero{grid-template-columns:1fr;min-height:auto}
  .about-hero-copy{padding:54px 22px 46px;min-height:460px}
  .about-hero-copy h1{font-size:58px;margin-top:20px}
  .about-hero-copy>p:last-child{font-size:12px}
  .about-hero-visual{min-height:370px;padding:54px 30px 70px}
  .about-hero-visual img{width:min(100%,520px)}
  .about-section{grid-template-columns:44px 1fr;padding:54px 22px;gap:18px 14px}
  .about-heading{grid-column:2}
  .about-body{grid-column:1/-1;font-size:12px;line-height:1.78;padding-top:12px}
  .about-heading .eyebrow{font-size:42px;line-height:.9}
  .about-end{min-height:280px;padding:54px 22px}
  .about-end img{width:180px}
  .about-end .about-end-punchcard{width:min(100%,420px)}
  .about-end p{font-size:12px}
  html[lang="tr"] .hero-title{font-size:48px;line-height:.9}
  html[lang="tr"] .about-hero-copy h1{font-size:54px}
}

/* === ZUSE brand refresh — logo PDF + editorial condensed about typography === */
.brand{width:170px}
.brand img,.footer-brand img{object-fit:contain;filter:none}
.footer-brand img{width:min(100%,260px);height:auto;margin-left:auto}

/* Supplied Base Neue Super Condensed Semi Bold Oblique font, with a fallback
   reserved for the brief moment before the local webfont has loaded. */
.about-hero-copy h1,
.about-heading .eyebrow{
  font-family:'Base Neue Super Condensed Semi Bold Oblique',Impact,Haettenschweiler,'Arial Narrow','Helvetica Neue Condensed',Arial,sans-serif;
  font-weight:600;
  font-style:oblique!important;
  font-stretch:ultra-condensed!important;
  text-transform:uppercase;
  /* The Super Condensed face is already tight; a small positive track keeps
     its counters and Turkish dotted capitals from visually colliding. */
  letter-spacing:.015em;
  line-height:.94;
  display:inline-block;
  width:max-content;
  max-width:100%;
}
.about-hero-copy h1{
  margin:18px 0 36px;
  font-size:clamp(116px,10.8vw,190px);
}
.about-heading{overflow:visible}
.about-heading .eyebrow{
  margin:0;
  font-size:clamp(82px,7.6vw,132px);
}
.about-signature{
  margin-top:46px!important;
  font-family:'Base Neue Super Condensed Semi Bold Oblique',Impact,Haettenschweiler,'Arial Narrow','Helvetica Neue Condensed',Arial,sans-serif!important;
  font-size:clamp(24px,1.8vw,34px)!important;
  font-weight:600!important;
  font-style:oblique!important;
  font-stretch:ultra-condensed!important;
  letter-spacing:.01em!important;
  line-height:.9!important;
  text-transform:uppercase;
  width:max-content;
}

/* PDF page 1 punch-card mark is the historical mark used on About. */
.about-punchcard,
.about-end-punchcard{
  mix-blend-mode:normal;
  filter:none!important;
  box-shadow:none!important;
  object-fit:contain;
}
.about-hero-visual .about-punchcard{width:min(100%,620px);border-radius:0}

html[lang="tr"] .about-hero-copy h1{
  font-size:clamp(108px,10.2vw,178px);
  line-height:.95;
}
html[lang="tr"] .about-heading .eyebrow{
  font-size:clamp(78px,7.2vw,124px);
}

/* Turkish About headings are supplied artwork. Keep the source text in the
   document for assistive technology, and use the unaltered PNGs as the visual. */
html[lang="tr"] .about-heading-who .eyebrow,
html[lang="tr"] .about-heading-why .eyebrow{
  display:block;
  margin:0;
  color:transparent;
  font-size:0!important;
  line-height:0!important;
  letter-spacing:0!important;
  overflow:hidden;
  background-repeat:no-repeat;
}
html[lang="tr"] .about-heading-who .eyebrow{
  width:clamp(220px,19vw,320px);
  max-width:100%;
  aspect-ratio:624 / 448;
  background-image:url('assets/about-kimiz.png');
  background-size:320.513% auto;
  background-position:47.68% 49.5%;
}
html[lang="tr"] .about-heading-why .eyebrow{
  width:clamp(190px,16vw,260px);
  max-width:100%;
  aspect-ratio:720 / 848;
  background-image:url('assets/about-neden-simdi.png');
  background-size:277.778% auto;
  background-position:50% 50.17%;
}

/* English About headings use the supplied PNG artwork directly. */
html[lang="en"] .about-heading-who .eyebrow,
html[lang="en"] .about-heading-why .eyebrow{
  display:block;
  margin:0;
  color:transparent;
  font-size:0!important;
  line-height:0!important;
  letter-spacing:0!important;
  overflow:hidden;
  background-repeat:no-repeat;
  filter:invert(1);
}
html[lang="en"] .about-heading-who .eyebrow{
  width:clamp(280px,25vw,400px);
  max-width:100%;
  aspect-ratio:840 / 884;
  background-image:url('assets/about-who-we-are.png');
  background-size:238.095% auto;
  background-position:45.52% 35.66%;
}
html[lang="en"] .about-heading-why .eyebrow{
  width:clamp(230px,20vw,320px);
  max-width:100%;
  aspect-ratio:680 / 900;
  background-image:url('assets/about-why-now.png');
  background-size:294.118% auto;
  background-position:38.95% 35.45%;
}

/* Balance the English intro copy against the 119.82pt stacked title. */
@media (min-width:681px){
  html[lang="en"] .about-heading-who + .about-body{align-self:center}
}

@media (max-width:1100px){
  .about-hero-copy h1{font-size:clamp(92px,12vw,138px)}
  .about-heading .eyebrow{font-size:clamp(68px,8.8vw,104px)}
  html[lang="tr"] .about-hero-copy h1{font-size:clamp(88px,11vw,128px)}
  html[lang="tr"] .about-heading .eyebrow{font-size:clamp(64px,8.2vw,98px)}
}

@media (max-width:680px){
  .brand{width:132px}
  .about-hero-copy h1{
    font-size:clamp(78px,24vw,112px);
    line-height:.94;
    margin:18px 0 34px;
  }
  .about-heading .eyebrow{
    font-size:clamp(62px,18vw,88px);
    line-height:.92;
  }
  html[lang="tr"] .about-hero-copy h1{font-size:clamp(72px,21vw,102px)}
  html[lang="tr"] .about-heading .eyebrow{font-size:clamp(58px,16.5vw,82px)}
  .about-signature{font-size:24px!important}
  .footer-brand img{margin-left:0;width:220px}
}

/* v14: exact PDF logo usage + readable stacked display spacing */
.about-hero-visual .about-punchcard{background:#fff}
.about-end .about-end-punchcard{width:min(100%,520px);background:#fff}
.about-hero-copy h1{line-height:.94}
.about-heading .eyebrow{line-height:.94}
@media (max-width:680px){.about-hero-copy h1{line-height:.94}.about-heading .eyebrow{line-height:.92}}

/* Compact stacking, while retaining room for Turkish dotted capitals. */
.about-hero-copy h1{line-height:.96!important}
.about-heading .eyebrow{line-height:.94!important}
html[lang="tr"] .about-hero-copy h1,
html[lang="tr"] .about-heading .eyebrow{line-height:.99!important}
@media (max-width:680px){
  .about-hero-copy h1{line-height:.98!important;margin-bottom:30px}
  .about-heading .eyebrow{line-height:.96!important}
  .about-hero-copy>p:last-child{max-width:100%;overflow-wrap:anywhere}
}


/* v15 — supplied final logo assets + logo-free centered About hero */
.brand{width:178px}
.brand img{display:block;width:100%;height:auto;object-fit:contain;filter:none}
.footer-brand img{display:block;width:min(100%,280px);height:auto;object-fit:contain;filter:none;margin-left:auto}

.about-hero.about-hero-centered{
  min-height:640px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.42), transparent 34%),
    linear-gradient(135deg,var(--bg) 0%,#eee9df 100%);
}
.about-hero.about-hero-centered .about-hero-copy{
  width:min(100%,980px);
  min-height:640px;
  padding:86px 40px;
  margin:0 auto;
  align-items:center;
  justify-content:center;
}
.about-hero.about-hero-centered .binary{text-align:center}
.about-hero.about-hero-centered .about-hero-copy h1{
  text-align:center;
  margin:26px auto 34px;
}
.about-hero.about-hero-centered .about-hero-copy>p:last-child{
  max-width:650px;
  margin:0 auto;
  text-align:center;
}
.about-end{
  align-items:center;
  text-align:center;
}
.about-end .text-link{margin-left:auto;margin-right:auto}

@media (max-width:1100px){
  .about-hero.about-hero-centered{min-height:560px}
  .about-hero.about-hero-centered .about-hero-copy{min-height:560px;padding:70px 30px}
  .footer-brand img{margin-left:0}
}
@media (max-width:680px){
  .brand{width:138px}
  .about-hero.about-hero-centered{min-height:520px}
  .about-hero.about-hero-centered .about-hero-copy{min-height:520px;padding:58px 22px}
  .about-hero.about-hero-centered .about-hero-copy h1{font-size:clamp(64px,19vw,92px);line-height:.98!important}
  html[lang="tr"] .about-hero.about-hero-centered .about-hero-copy h1{font-size:clamp(60px,18vw,88px)}
  .footer-brand img{width:230px}
}

/* === Mobile final: readable brand introduction + dedicated portrait composition === */
.mobile-brand-intro{display:none}

@media (max-width:680px){
  /* The desktop PDF remains pixel-perfect on larger screens; mobile is rebuilt as real HTML. */
  .pdf-intro{background:var(--bg)}
  .pdf-intro-desktop{display:none}
  .pdf-intro-mobile.mobile-brand-intro{
    display:block;
    background:var(--bg);
    color:var(--ink);
  }
  .mobile-brand-block{
    padding:54px 22px 44px;
    font:12px/1.72 'Courier New',monospace;
    border-bottom:1px solid var(--line);
  }
  .mobile-brand-block p{margin:0 0 18px}
  .mobile-brand-index{
    margin-bottom:28px!important;
    color:var(--muted);
    font-size:9px;
    letter-spacing:.18em;
  }
  .mobile-brand-title{
    margin:0 0 28px;
    font:500 36px/1.02 Arial,Helvetica,sans-serif;
    letter-spacing:-.035em;
    text-transform:uppercase;
  }
  .mobile-brand-emphasis{
    margin-top:26px!important;
    font-weight:700;
    color:var(--ink);
  }
  .mobile-brand-card{
    margin:0;
    padding:34px 22px 38px;
    background:var(--bg-soft);
    border-bottom:1px solid var(--line);
  }
  .mobile-brand-card img{
    display:block;
    width:100%;
    height:auto;
    max-height:220px;
    object-fit:contain;
    mix-blend-mode:normal;
  }
  .mobile-brand-zuse{padding-bottom:58px}
  .mobile-brand-tagline{
    margin-top:30px!important;
    margin-bottom:0!important;
    padding-top:20px;
    border-top:1px solid var(--line);
    font-size:13px;
    line-height:1.6;
    text-transform:uppercase;
    letter-spacing:.06em;
  }

  /* Dedicated portrait asset prevents the desktop hero from being awkwardly cropped. */
  .hero{
    min-height:760px;
    background:var(--bg);
  }
  .hero-background{
    background-image:image-set(url('assets/hero-mobile-optimized.jpg') type('image/jpeg'),url('assets/hero-mobile.png') type('image/png'));
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:44% center;
  }
  .hero-overlay{
    background:
      linear-gradient(180deg,rgba(242,239,232,.98) 0%,rgba(242,239,232,.94) 27%,rgba(242,239,232,.68) 44%,rgba(242,239,232,.16) 66%,rgba(242,239,232,.04) 100%),
      linear-gradient(90deg,rgba(242,239,232,.72) 0%,rgba(242,239,232,.26) 52%,transparent 88%);
  }
  .hero-copy{
    min-height:760px;
    width:100%;
    padding:48px 22px 330px;
    justify-content:flex-start;
  }
  .hero-title{
    font-size:clamp(54px,16vw,68px);
    line-height:.88;
    margin:20px 0 24px;
    max-width:7.2ch;
  }
  html[lang="tr"] .hero-title{
    font-size:clamp(48px,14.5vw,62px);
    line-height:.9;
    max-width:8ch;
  }
  .hero-sub{max-width:300px;font-size:11px;line-height:1.65}
  .hero .text-link{margin-top:24px}

  /* Make the main content feel intentional rather than simply stacked. */
  .content-row{padding:44px 22px;gap:26px}
  .section-intro .eyebrow{font-size:14px;margin-bottom:14px}
  .section-intro>p:not(.eyebrow){max-width:280px}
  .video-grid{gap:28px}
  .work-meta{padding-top:10px}
  .service-grid article{min-height:210px;padding:24px 22px 44px}
  .site-footer{padding:44px 22px 24px;gap:30px}
  .footer-brand img{width:190px}
}

@media (max-width:390px){
  .site-header{padding-left:14px;padding-right:14px}
  .brand{width:112px}
  .header-tools{gap:7px}
  .lang-switch{font-size:8px}
  .menu-toggle{padding:9px 10px;font-size:9px}
  .mobile-brand-block{padding-left:18px;padding-right:18px}
  .mobile-brand-card{padding-left:18px;padding-right:18px}
  .hero-copy{padding-left:18px;padding-right:18px}
  .content-row,.site-footer{padding-left:18px;padding-right:18px}
}

@media (max-width:680px){
  .mobile-brand-card img{background:transparent!important}
  .about-section{padding-top:48px;padding-bottom:52px}
  .about-body{max-width:none}
  .about-signature{margin-top:34px!important}
}

/* Selected Works — Vimeo click-to-load gallery */
.video-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 18px}
.vimeo-launch{appearance:none;border:0;padding:0;width:100%;cursor:pointer;color:#fff;text-align:left;font:inherit;display:grid;place-items:center;isolation:isolate;background:#141414;position:relative}
.vimeo-launch::before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--poster);background-size:cover;background-position:center;filter:saturate(.78) contrast(1.04);transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s}
.vimeo-launch::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.46))}
.vimeo-launch:hover::before{transform:scale(1.045);filter:saturate(.78) contrast(1.08)}
.vimeo-launch:focus-visible{outline:2px solid #111;outline-offset:4px}
.video-index{position:absolute;left:16px;top:14px;color:rgba(255,255,255,.85);font:9px/1 'Courier New',monospace;letter-spacing:.18em}
.work-card h3{font-size:13px;line-height:1.35;text-transform:uppercase;letter-spacing:.035em;max-width:82%}
.work-card h3 a:hover{opacity:.62}
.work-card p{white-space:nowrap}

@media (max-width:1100px){.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){.video-grid{grid-template-columns:1fr;gap:30px}.work-card h3{max-width:78%;font-size:12px}}

/* Full-screen Vimeo playback */
.video-player-stage{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#000;
  overflow:hidden;
}
.video-player-stage iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:#000;
}
.video-player-stage:fullscreen,
.video-player-stage:-webkit-full-screen{
  width:100vw;
  height:100vh;
  height:100dvh;
  aspect-ratio:auto;
  background:#000;
}
.video-player-stage:fullscreen iframe,
.video-player-stage:-webkit-full-screen iframe{
  width:100%;
  height:100%;
}
.video-player-stage.pseudo-fullscreen{
  position:fixed;
  inset:0;
  z-index:9999;
  width:100vw;
  height:100vh;
  height:100dvh;
  aspect-ratio:auto;
  background:#000;
}
.video-player-close{
  position:absolute;
  top:max(18px, env(safe-area-inset-top));
  right:max(18px, env(safe-area-inset-right));
  z-index:5;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:999px;
  background:rgba(0,0,0,.48);
  color:#fff;
  cursor:pointer;
  font:300 28px/1 Arial,Helvetica,sans-serif;
  display:grid;
  place-items:center;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.video-player-close:hover{background:rgba(255,255,255,.12)}
body.video-open{overflow:hidden}

/* ===== Work showcase / carousel ===== */
.work-showcase{
  position:relative;
  display:block;
  padding:0;
  min-height:880px;
  overflow:hidden;
  background:#0c0c0c;
  color:#f3f0e9;
}
.work-showcase::before{
  content:"";
  position:absolute;
  inset:-20% -10% auto auto;
  width:62%;
  height:70%;
  background:radial-gradient(circle,rgba(255,255,255,.08),transparent 68%);
  pointer-events:none;
}
.work-showcase-inner{position:relative;padding:72px 76px 62px;max-width:1600px;margin:0 auto}
.work-showcase-head{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;position:relative;z-index:8}
.work-showcase-head .eyebrow{margin:0 0 6px;color:rgba(243,240,233,.55);font-size:11px;letter-spacing:.22em}
.work-showcase-title{margin:20px 0 0;font-size:clamp(64px,7vw,116px);line-height:.86;font-weight:300;letter-spacing:-.055em;color:#f3f0e9}
.work-showcase-copy{margin:25px 0 0;max-width:430px;font:14px/1.6 'Courier New',monospace;color:rgba(243,240,233,.62)}
.work-view-toggle{appearance:none;border:1px solid rgba(243,240,233,.28);background:rgba(255,255,255,.05);color:#f3f0e9;border-radius:999px;padding:12px 18px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:.25s}
.work-view-toggle:hover{background:#f3f0e9;color:#111;border-color:#f3f0e9}
.work-showcase-stage{position:relative;height:590px;margin-top:12px}
.work-active-meta{position:absolute;left:0;top:175px;width:250px;z-index:9;color:#f3f0e9}
.work-active-index,.work-active-label{margin:0 0 16px;font:10px/1.4 'Courier New',monospace;letter-spacing:.16em;color:rgba(243,240,233,.48)}
.work-active-label{margin-top:34px;margin-bottom:8px;text-transform:uppercase}
.work-active-title{margin:0;font-size:26px;line-height:1.1;font-weight:500;letter-spacing:-.02em;text-transform:uppercase}
.work-carousel-viewport{position:absolute;inset:0 -150px 0 250px;overflow:hidden}
.work-carousel-track{position:relative!important;display:block!important;width:100%;height:100%;background:none!important}
.work-showcase .work-card{position:absolute;display:block;width:min(54vw,850px);margin:0;opacity:0;pointer-events:none;transition:left .65s cubic-bezier(.22,.68,.22,1),top .65s cubic-bezier(.22,.68,.22,1),width .65s cubic-bezier(.22,.68,.22,1),opacity .4s ease,filter .45s ease,transform .65s cubic-bezier(.22,.68,.22,1);transform:scale(.88);filter:brightness(.6);z-index:0}
.work-showcase .work-card .video-shell{border-radius:18px;box-shadow:0 34px 90px rgba(0,0,0,.48);overflow:hidden;transition:.45s}
.work-showcase .work-card .video-frame{border-radius:18px}
.work-showcase .work-card .work-meta{display:none}
.work-showcase .work-card.is-active{left:20%;top:112px;width:min(56vw,875px);opacity:1;pointer-events:auto;transform:scale(1);filter:brightness(1);z-index:5}
.work-showcase .work-card.is-prev{left:-10%;top:335px;width:min(36vw,560px);opacity:.82;pointer-events:auto;transform:scale(.93);filter:brightness(.72);z-index:3}
.work-showcase .work-card.is-next{left:67%;top:10px;width:min(38vw,590px);opacity:.76;pointer-events:auto;transform:scale(.94) rotate(.7deg);filter:brightness(.6) blur(.15px);z-index:2}
.work-showcase .work-card.is-next-2{left:79%;top:325px;width:min(30vw,465px);opacity:.48;pointer-events:auto;transform:scale(.9);filter:brightness(.55) blur(.6px);z-index:1}
.work-showcase .work-card.is-prev:hover,.work-showcase .work-card.is-next:hover,.work-showcase .work-card.is-next-2:hover{filter:brightness(.86);cursor:pointer}
.work-showcase .video-note{color:rgba(255,255,255,.72)}
.work-showcase .video-index{color:rgba(255,255,255,.72)}
.work-showcase .video-play{background:rgba(0,0,0,.25);backdrop-filter:blur(3px)}
.work-carousel-controls{display:flex;align-items:center;gap:10px;position:relative;z-index:10;margin-top:-18px}
.work-carousel-controls button{appearance:none;border:0;background:#242424;color:#f3f0e9;border-radius:999px;padding:10px 17px;font-size:10px;letter-spacing:.08em;cursor:pointer;transition:.22s}
.work-carousel-controls button:hover{background:#f3f0e9;color:#111}
.work-carousel-progress{margin-left:10px;font:10px 'Courier New',monospace;letter-spacing:.15em;color:rgba(243,240,233,.45)}

/* Four-up / view-all mode */
.work-showcase.is-grid-view{min-height:auto}
.work-showcase.is-grid-view .work-showcase-stage{height:auto;margin-top:60px}
.work-showcase.is-grid-view .work-active-meta{display:none}
.work-showcase.is-grid-view .work-carousel-viewport{position:static;overflow:visible}
.work-showcase.is-grid-view .work-carousel-track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 16px;height:auto}
.work-showcase.is-grid-view .work-card{position:static;width:auto!important;opacity:1!important;pointer-events:auto!important;transform:none!important;filter:none!important}
.work-showcase.is-grid-view .work-card .video-shell,.work-showcase.is-grid-view .work-card .video-frame{border-radius:8px}
.work-showcase.is-grid-view .work-card .work-meta{display:flex;color:#f3f0e9;padding-top:11px}
.work-showcase.is-grid-view .work-card h3{color:#f3f0e9;font-size:12px;max-width:78%}
.work-showcase.is-grid-view .work-card p{color:rgba(243,240,233,.46)}
.work-showcase.is-grid-view .work-carousel-controls{display:none}

@media(max-width:1100px){
  .work-showcase{min-height:780px}
  .work-showcase-inner{padding:58px 30px 48px}
  .work-showcase-stage{height:520px}
  .work-active-meta{top:150px;width:205px}
  .work-active-title{font-size:20px}
  .work-carousel-viewport{inset:0 -100px 0 190px}
  .work-showcase .work-card.is-active{left:13%;top:105px;width:min(64vw,700px)}
  .work-showcase .work-card.is-prev{left:-18%;top:300px;width:min(40vw,430px)}
  .work-showcase .work-card.is-next{left:70%;top:24px;width:min(43vw,470px)}
  .work-showcase .work-card.is-next-2{display:none}
  .work-showcase.is-grid-view .work-carousel-track{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:680px){
  .work-showcase{min-height:720px}
  .work-showcase-inner{padding:44px 18px 36px}
  .work-showcase-head{align-items:flex-end}
  .work-showcase-title{font-size:58px;line-height:.88}
  .work-showcase-copy{font-size:11px;max-width:260px;margin-top:17px}
  .work-view-toggle{padding:10px 12px;font-size:8px;white-space:nowrap}
  .work-showcase-stage{height:450px;margin-top:22px}
  .work-active-meta{position:relative;left:auto;top:auto;width:86%;min-height:112px}
  .work-active-index{margin-bottom:8px}
  .work-active-label{margin:16px 0 6px}
  .work-active-title{font-size:17px;line-height:1.12}
  .work-carousel-viewport{inset:120px -18px 0 -18px}
  .work-showcase .work-card{width:82vw}
  .work-showcase .work-card.is-active{left:9%;top:24px;width:82vw}
  .work-showcase .work-card.is-prev{left:-69%;top:55px;width:68vw;opacity:.46}
  .work-showcase .work-card.is-next{left:84%;top:55px;width:68vw;opacity:.46;transform:scale(.92)}
  .work-showcase .work-card.is-next-2{display:none}
  .work-carousel-controls{justify-content:center;margin-top:-12px}
  .work-showcase.is-grid-view .work-showcase-stage{margin-top:38px}
  .work-showcase.is-grid-view .work-carousel-track{grid-template-columns:1fr;gap:28px}
}

/* ===== Work carousel v26: transform-only motion + active autoplay ===== */
.work-showcase{overflow:hidden}
.work-showcase-stage{height:620px}
.work-carousel-viewport{overflow:visible;perspective:1500px}
.work-carousel-track{perspective:1500px;transform-style:preserve-3d;overflow:visible!important}
.work-showcase .work-card{
  left:50%!important;
  top:50%!important;
  width:min(56vw,875px)!important;
  aspect-ratio:16/9;
  opacity:0;
  pointer-events:none;
  transform-origin:center center;
  transform:translate3d(-50%,-50%,-1200px) scale(.2);
  transition:transform 1s cubic-bezier(.4,0,.2,1),opacity .34s ease,filter .5s ease!important;
  will-change:transform,opacity,filter;
  backface-visibility:hidden;
}
.work-showcase .work-card.is-active{
  opacity:1;
  pointer-events:auto;
  transform:translate3d(-42%,-43%,0) scale(1);
  filter:brightness(1);
  z-index:6;
}
.work-showcase .work-card.is-prev{
  opacity:.78;
  pointer-events:auto;
  transform:translate3d(-118%,18%,-420px) scale(.66) rotateZ(-.5deg);
  filter:brightness(.68) blur(1.5px);
  z-index:3;
}
.work-showcase .work-card.is-next{
  opacity:.72;
  pointer-events:auto;
  transform:translate3d(24%,-73%,-440px) scale(.69) rotateZ(.8deg);
  filter:brightness(.58) blur(4px);
  z-index:2;
}
.work-showcase .work-card.is-next-2{
  opacity:.42;
  pointer-events:auto;
  transform:translate3d(54%,16%,-800px) scale(.54) rotateZ(.8deg);
  filter:brightness(.5) blur(10px);
  z-index:1;
}
.work-showcase .work-card.is-active{transition-delay:.08s}
.work-showcase .work-card .video-shell{position:relative;aspect-ratio:16/9;height:auto;border-radius:18px;overflow:hidden;background:#090909}
.work-showcase .work-card .video-frame{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto}
.work-showcase:not(.is-grid-view) .work-card .video-play,
.work-showcase:not(.is-grid-view) .work-card .video-note{display:none}
.work-showcase:not(.is-grid-view) .work-card .video-index{opacity:.7;z-index:5}

.work-inline-vimeo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  z-index:3;
  opacity:0;
  pointer-events:none;
  transition:opacity .34s ease;
  background:#090909;
}
.work-inline-vimeo.is-loaded{opacity:1}
.video-shell.has-inline-video .vimeo-launch{opacity:1;pointer-events:none}
.work-video-controls{
  position:absolute;
  left:20px;
  bottom:20px;
  z-index:7;
  display:flex;
  align-items:center;
  gap:10px;
  opacity:0;
  transform:translateY(6px);
  transition:opacity .25s ease,transform .25s ease;
}
.work-card.is-active .work-video-controls{opacity:1;transform:none}
.work-video-controls button{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:8px;
  background:rgba(0,0,0,.36);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:background .2s,border-color .2s,transform .2s;
}
.work-video-controls button:hover{background:rgba(0,0,0,.62);border-color:rgba(255,255,255,.58);transform:translateY(-1px)}
.work-video-controls svg{width:19px;height:19px;fill:currentColor}
.video-shell:fullscreen,.video-shell:-webkit-full-screen{width:100vw!important;height:100vh!important;border-radius:0!important;background:#000}
.video-shell:fullscreen .work-inline-vimeo,.video-shell:-webkit-full-screen .work-inline-vimeo{object-fit:contain}
.video-shell:fullscreen .work-video-controls,.video-shell:-webkit-full-screen .work-video-controls{left:28px;bottom:28px}

.video-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.96);display:grid;place-items:center;padding:3vw}
.video-modal-player{position:relative;width:min(94vw,1500px);aspect-ratio:16/9;background:#000}
.video-modal-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-modal-close{position:absolute;right:14px;top:14px;z-index:2;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.5);color:#fff;font-size:28px;line-height:1;cursor:pointer}

/* In grid mode cards go back to normal poster behaviour. */
.work-showcase.is-grid-view .work-card{aspect-ratio:auto!important}
.work-showcase.is-grid-view .work-card .video-shell{aspect-ratio:16/9;border-radius:8px}
.work-showcase.is-grid-view .work-card .video-frame{position:relative;inset:auto;aspect-ratio:16/9}

@media(max-width:1100px){
  .work-showcase-stage{height:550px}
  .work-showcase .work-card{width:min(66vw,720px)!important}
  .work-showcase .work-card.is-active{transform:translate3d(-40%,-42%,0) scale(1)}
  .work-showcase .work-card.is-prev{transform:translate3d(-120%,18%,-420px) scale(.62)}
  .work-showcase .work-card.is-next{transform:translate3d(28%,-68%,-440px) scale(.64) rotateZ(.7deg)}
  .work-showcase .work-card.is-next-2{display:none}
}

@media(max-width:680px){
  .work-showcase-stage{height:470px}
  .work-carousel-viewport{inset:118px -18px 0 -18px;overflow:visible}
  .work-showcase .work-card{width:82vw!important}
  .work-showcase .work-card.is-active{transform:translate3d(-50%,-42%,0) scale(1)}
  .work-showcase .work-card.is-prev{transform:translate3d(-125%,-30%,-420px) scale(.72);opacity:.36}
  .work-showcase .work-card.is-next{transform:translate3d(26%,-30%,-420px) scale(.72);opacity:.36}
  .work-showcase .work-card.is-next-2{display:none}
  .work-video-controls{left:12px;bottom:12px;gap:7px}
  .work-video-controls button{width:36px;height:36px;border-radius:7px}
  .work-video-controls svg{width:17px;height:17px}
}

/* v27: seamless full-bleed work section */
.work-showcase{border-left:0!important;border-right:0!important;outline:0!important}

/* === v29: About page editorial polish === */
body[data-page="about"] .site-header{
  background:rgba(242,239,232,.94);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border-bottom:0;
}

body[data-page="about"] .about-section{
  position:relative;
  isolation:isolate;
  min-height:clamp(680px,calc(100vh - 88px),900px);
  grid-template-columns:56px minmax(300px,.88fr) minmax(460px,1.32fr);
  column-gap:clamp(42px,5vw,88px);
  align-items:center;
  padding:clamp(92px,10vh,142px) clamp(56px,8.25vw,132px);
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 44%,rgba(255,255,255,.78),transparent 28%),
    linear-gradient(135deg,#f7f4ee 0%,#f1ede5 100%);
}

body[data-page="about"] .about-section::after{
  content:"";
  position:absolute;
  right:clamp(24px,3.4vw,54px);
  top:50%;
  width:5px;
  height:168px;
  background-image:radial-gradient(circle,rgba(17,17,17,.72) 0 1.35px,transparent 1.8px);
  background-size:5px 13px;
  transform:translateY(-50%);
  opacity:.42;
  z-index:-1;
}

body[data-page="about"] .about-section > *{
  position:relative;
  z-index:1;
}

body[data-page="about"] .about-index{
  align-self:start;
  margin-top:7px;
  padding:0 0 58px;
  color:rgba(17,17,17,.46);
  font-size:10px;
  letter-spacing:.24em;
}

body[data-page="about"] .about-index::after{
  content:"";
  position:absolute;
  left:1px;
  top:25px;
  width:1px;
  height:44px;
  background:currentColor;
  opacity:.46;
}

body[data-page="about"] .about-heading{
  align-self:center;
  justify-self:start;
  min-width:0;
}

body[data-page="about"] .about-body{
  width:100%;
  max-width:760px;
  justify-self:end;
  align-self:center;
  padding-left:clamp(30px,3.4vw,54px);
  border-left:1px solid rgba(17,17,17,.14);
  font-size:clamp(13px,1.02vw,15.5px);
  line-height:1.92;
  letter-spacing:.006em;
  color:#393630;
}

body[data-page="about"] .about-body p{
  margin-bottom:clamp(24px,2.4vw,36px);
}

body[data-page="about"] .about-body p:first-child{
  color:var(--ink);
  font-size:1.04em;
}

body[data-page="about"] .about-section-dark{
  background:
    radial-gradient(circle at 22% 48%,rgba(255,255,255,.075),transparent 30%),
    radial-gradient(circle at 84% 18%,rgba(255,255,255,.04),transparent 24%),
    #111;
}

body[data-page="about"] .about-section-dark::after{
  background-image:radial-gradient(circle,rgba(255,255,255,.82) 0 1.35px,transparent 1.8px);
  opacity:.34;
}

body[data-page="about"] .about-section-dark .about-index{
  color:rgba(255,255,255,.48);
}

body[data-page="about"] .about-section-dark .about-body{
  border-left-color:rgba(255,255,255,.16);
  color:rgba(244,241,234,.72);
}

body[data-page="about"] .about-section-dark .about-body p:first-child{
  color:#f4f1ea;
}

body[data-page="about"] .about-signature{
  margin-top:clamp(34px,4vw,58px)!important;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.16);
}

body[data-page="about"] .about-end{
  position:relative;
  min-height:clamp(460px,62vh,680px);
  padding:clamp(76px,9vh,124px) clamp(30px,8.25vw,132px);
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 46%,rgba(255,255,255,.9),transparent 35%),
    linear-gradient(135deg,#f5f1ea,#ece7de);
}

body[data-page="about"] .about-end::before{
  content:"01011010  01010101  01010011  01000101";
  margin-bottom:30px;
  color:rgba(17,17,17,.38);
  font:9px/1.4 'Courier New',monospace;
  letter-spacing:.25em;
}

body[data-page="about"] .about-end p{
  max-width:11ch;
  font-family:'Base Neue Super Condensed Semi Bold Oblique',Impact,Haettenschweiler,'Arial Narrow',sans-serif;
  font-size:clamp(62px,8.5vw,138px);
  font-weight:600;
  font-style:oblique;
  font-stretch:ultra-condensed;
  line-height:.86;
  letter-spacing:.005em;
  text-transform:uppercase;
}

body[data-page="about"] .about-end .text-link{
  margin-top:42px;
}

body[data-page="about"] .site-footer{
  background:#101010;
  color:#f3f0e9;
  border-top:0;
}

body[data-page="about"] .site-footer .copyright{
  border-top:0;
  color:rgba(243,240,233,.56);
}

body[data-page="about"] .site-footer .footer-brand img{
  filter:invert(1);
}

@media (min-width:681px){
  html[lang="en"] body[data-page="about"] .about-heading-who .eyebrow{
    width:clamp(310px,26vw,420px);
  }
  html[lang="en"] body[data-page="about"] .about-heading-why .eyebrow{
    width:clamp(250px,21vw,340px);
  }
  html[lang="tr"] body[data-page="about"] .about-heading-who .eyebrow{
    width:clamp(250px,20vw,340px);
  }
  html[lang="tr"] body[data-page="about"] .about-heading-why .eyebrow{
    width:clamp(210px,17vw,280px);
  }
}

@media (max-width:1100px){
  body[data-page="about"] .about-section{
    min-height:auto;
    grid-template-columns:44px minmax(220px,.78fr) minmax(360px,1.22fr);
    gap:32px;
    padding:76px 30px;
  }
  body[data-page="about"] .about-body{padding-left:30px}
  body[data-page="about"] .about-section::after{right:20px}
}

@media (max-width:680px){
  body[data-page="about"] .about-section{
    grid-template-columns:36px minmax(0,1fr);
    gap:22px 12px;
    padding:54px 22px 64px;
    background:linear-gradient(145deg,#f7f4ee,#f0ece4);
  }
  body[data-page="about"] .about-section::after{
    right:16px;
    top:74px;
    height:86px;
    transform:none;
    opacity:.28;
  }
  body[data-page="about"] .about-index{
    grid-column:1;
    grid-row:1;
    margin-top:4px;
  }
  body[data-page="about"] .about-heading{
    grid-column:2;
    grid-row:1;
  }
  body[data-page="about"] .about-body{
    grid-column:1/-1;
    grid-row:2;
    padding:30px 0 0;
    border-left:0;
    border-top:1px solid rgba(17,17,17,.14);
    font-size:12px;
    line-height:1.82;
  }
  body[data-page="about"] .about-section-dark{
    background:
      radial-gradient(circle at 20% 22%,rgba(255,255,255,.07),transparent 28%),
      #111;
  }
  body[data-page="about"] .about-section-dark .about-body{
    border-top-color:rgba(255,255,255,.16);
  }
  html[lang="en"] body[data-page="about"] .about-heading-who .eyebrow{
    width:min(100%,300px);
  }
  html[lang="en"] body[data-page="about"] .about-heading-why .eyebrow{
    width:min(100%,238px);
  }
  html[lang="tr"] body[data-page="about"] .about-heading-who .eyebrow{
    width:min(100%,248px);
  }
  html[lang="tr"] body[data-page="about"] .about-heading-why .eyebrow{
    width:min(100%,218px);
  }
  body[data-page="about"] .about-end{
    min-height:440px;
    padding:70px 22px;
  }
  body[data-page="about"] .about-end::before{
    font-size:7px;
    letter-spacing:.13em;
  }
  body[data-page="about"] .about-end p{
    max-width:9ch;
    font-size:clamp(56px,20vw,84px);
    line-height:.9;
  }
  body[data-page="about"] .about-end .text-link{margin-top:34px}
}

/* === v30: supplied About PDF pages, used as the final visual source === */
body[data-page="about"] .about-page-pdf{
  max-width:var(--max);
  background:#000;
}

body[data-page="about"] .about-pdf-stack{
  margin:0;
  padding:0;
  background:#000;
}

body[data-page="about"] .about-pdf-page{
  position:relative;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#000;
  border-top:0;
}

body[data-page="about"] .about-pdf-page + .about-pdf-page{
  background:#e9e9e9;
}

body[data-page="about"] .about-pdf-page img{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
}

body[data-page="about"] .about-art{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  background:#000;
}

body[data-page="about"] .about-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.006);
}

body[data-page="about"] .about-pdf-page + .about-pdf-page .about-art{background:#e9e9e9}

html[lang="tr"] body[data-page="about"] .about-pdf-page:nth-child(2),
html[lang="tr"] body[data-page="about"] .about-pdf-page:nth-child(2) .about-art{
  background:#000;
}

html[lang="tr"] body[data-page="about"] .about-pdf-page:nth-child(2)::after{
  content:"";
  position:absolute;
  z-index:4;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:#000;
  pointer-events:none;
}

html[lang="tr"] body[data-page="about"] .site-footer{box-shadow:0 -3px 0 #000}

body[data-page="about"] .about-signature-vimeo{
  position:absolute;
  z-index:2;
  top:83.05%;
  width:1.25%;
  line-height:0;
  color:inherit;
  transition:opacity .2s ease;
}

html[lang="en"] body[data-page="about"] .about-signature-vimeo{left:71.6%}
html[lang="tr"] body[data-page="about"] .about-signature-vimeo{left:73.2%}
body[data-page="about"] .about-signature-vimeo:hover{opacity:.62}
body[data-page="about"] .about-signature-vimeo:focus-visible{outline:2px solid currentColor;outline-offset:5px}
body[data-page="about"] .about-signature-vimeo-logo{display:block;width:100%;height:auto}
html[lang="tr"] body[data-page="about"] .about-signature-vimeo-logo{filter:invert(1)}

@media (max-width:680px){
  body[data-page="about"] .about-art{aspect-ratio:9 / 16}
  body[data-page="about"] .about-signature-vimeo{
    top:91.4%;
    width:2.1%;
  }
  html[lang="en"] body[data-page="about"] .about-signature-vimeo{left:51.3%}
  html[lang="tr"] body[data-page="about"] .about-signature-vimeo{left:56.3%}
}

.footer-vimeo-link{
  display:inline-flex;
  align-items:center;
  width:28px;
  line-height:0;
}

.footer-vimeo-logo{
  display:block;
  width:100%;
  height:auto;
}

body[data-page="about"] .footer-vimeo-logo{filter:invert(1)}
