* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
img, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { color: inherit; font: inherit; }
::selection { color: #fff; background: var(--red); }
:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.shell, .konteyner { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--pad); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.atla { position: absolute; z-index: 100; top: .75rem; left: .75rem; padding: .7rem 1rem; color: #fff; background: var(--red); font-weight: 800; transform: translateY(-180%); }
.atla:focus { transform: none; }
.eyebrow, .kicker { margin: 0 0 1rem; color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before, .kicker::before { display: inline-block; width: 2.3rem; height: 1px; margin: 0 .75rem .2rem 0; background: currentColor; content: ""; }
.section { padding-block: var(--section); }
.section-heading { display: grid; gap: 1.25rem; margin-bottom: clamp(2.8rem, 6vw, 5rem); }
.section-heading h2, .page-intro h1 { max-width: 12ch; margin: 0; font-family: var(--sans); font-size: clamp(3.1rem, 8vw, 7rem); font-weight: 900; letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.section-heading p:last-child { max-width: 42rem; margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link::after { color: var(--red); content: "→"; transition: transform .22s var(--ease); }
.text-link:hover::after, .text-link:focus-visible::after { transform: translateX(.25rem); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3rem; padding: .75rem 1rem; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; transition: color .2s, background .2s, border-color .2s; }
.button:hover, .button:focus-visible { color: var(--paper-bright); background: var(--ink); }
.button--red { border-color: var(--red); color: var(--red); }
.button--red:hover, .button--red:focus-visible { color: #fff; background: var(--red); }

/* Ortak üst bar */
.site-bar { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: var(--paper-bright); }
.site-bar__inner { display: grid; min-width: 0; }
.brand { display: flex; align-items: center; gap: .75rem; min-width: 0; padding-block: .9rem; color: var(--ink); font-family: var(--sans); font-size: 1.05rem; font-weight: 900; letter-spacing: -.02em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.brand__mark { display: grid; place-items: center; width: 2.35rem; aspect-ratio: 1; flex: 0 0 auto; color: #fff; background: var(--red); font-size: .78rem; letter-spacing: -.03em; }
.site-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); min-width: 0; border-top: 1px solid var(--line); }
.site-nav a { min-width: 0; padding: .85rem .25rem; border-right: 1px solid var(--line); color: var(--ink-soft); font-size: clamp(.56rem, 2.6vw, .68rem); font-weight: 800; letter-spacing: .04em; text-align: center; text-decoration: none; text-transform: uppercase; }
.site-nav a:first-child { border-left: 1px solid var(--line); }
.site-nav a:hover { color: var(--red); }
.site-nav a[aria-current="page"] { color: #fff; background: var(--red); }

/* Ortak footer */
.site-footer { padding-block: 3rem; border-top: 1px solid var(--line); background: var(--paper-soft); }
.site-footer__grid { display: grid; gap: 2rem; }
.site-footer__identity p { max-width: 24rem; margin: .9rem 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: .88rem; }
.site-footer__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem 1rem; align-content: start; }
.site-footer__nav a, .site-footer__social { color: var(--ink-soft); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-footer__nav a:hover, .site-footer__social:hover { color: var(--red); }
.site-footer__social { align-self: start; }

/* Anasayfa hero */
.home-hero { position: relative; overflow: hidden; color: #fff; background: var(--night); }
.home-hero__media { position: relative; width: 100%; aspect-ratio: 4/5; overflow: hidden; background: var(--night-soft); }
.home-hero__media picture, .home-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero__media img { object-fit: cover; object-position: center center; }
.home-hero__shade { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; height: 16%; background: linear-gradient(180deg, transparent, rgba(24,27,28,.55)); pointer-events: none; }
.home-hero__content { position: relative; z-index: 2; display: block; padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.home-hero .eyebrow { color: #fff; }
.home-hero h1 { max-width: 100%; margin: 0; font-family: var(--sans); font-size: clamp(4.1rem, 12vw, 9rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.05; text-transform: uppercase; }
.home-hero h1 span { color: rgba(255,255,255,.85); }
.home-hero__badge { display: inline-flex; align-items: center; align-self: flex-start; gap: .65rem; margin: 2rem 0 0; padding: .5rem .8rem; border: 1px solid rgba(255,255,255,.55); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.home-hero__badge strong { padding: .28rem .45rem; color: #fff; background: var(--red); font-family: var(--sans); font-size: 1.2rem; }

/* Sayılar */
.home-stats { padding-block: clamp(3rem, 6vw, 5rem); border-bottom: 1px solid var(--line); background: var(--paper-bright); }
.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat { min-width: 0; padding: 1.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat strong { display: block; font-family: var(--sans); font-size: clamp(2.5rem, 7vw, 5.7rem); font-weight: 900; letter-spacing: -.02em; line-height: 1; white-space: nowrap; }
.stat strong span { color: var(--red); }
.stat small { display: block; margin-top: .65rem; color: var(--ink-faint); font-size: .6rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

/* Statik kariyer kronolojisi */
.career-chronology { background: var(--paper); }
.career-chronology__list { border-top: 1px solid var(--line-strong); }
.career-entry { display: grid; gap: clamp(1.5rem, 5vw, 3rem); min-width: 0; padding-block: clamp(2.5rem, 6vw, 5rem); border-bottom: 1px solid var(--line); align-items: center; }
.career-entry__copy { min-width: 0; }
.career-entry time { display: block; color: var(--red); font-family: var(--sans); font-size: clamp(3.5rem, 8vw, 6.5rem); font-weight: 900; letter-spacing: -.02em; line-height: 1; }
.career-entry h3 { margin: 1.1rem 0 .7rem; font-family: var(--sans); font-size: clamp(1.5rem, 3vw, 2.4rem); letter-spacing: -.02em; line-height: 1.05; text-transform: uppercase; }
.career-entry p { max-width: 46ch; margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1rem, 1.7vw, 1.2rem); }
.career-entry figure { width: min(100%, 32rem); min-width: 0; margin: 0; justify-self: end; }
.career-entry picture { display: block; }
.career-entry img { width: 100%; height: auto; }
.career-entry--text-only .career-entry__copy { max-width: 50rem; }

/* Supleks */
.home-supleks { background: var(--paper-soft); }
.supleks-layout { display: grid; gap: 3rem; }
.supleks-copy h2 { margin: 0; font-family: var(--sans); font-size: clamp(4.6rem, 14vw, 10rem); font-weight: 900; letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.supleks-copy h2 span { color: var(--red); }
.supleks-copy > p:not(.eyebrow) { max-width: 44ch; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.supleks-media { width: min(100%, 34rem); justify-self: end; }
.supleks-media figure { min-width: 0; margin: 0; }
.supleks-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* Altın kemer: tek koyu kontrast bölüm */
.belt-stage { color: var(--cream); background: var(--night); }
.belt-layout { display: grid; gap: 3rem; align-items: center; }
.belt-stage .eyebrow { color: var(--gold-soft); }
.belt-copy h2 { margin: 0; font-family: var(--sans); font-size: clamp(3.4rem, 9vw, 7rem); font-weight: 900; letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.belt-copy h2 span { color: var(--gold); }
.belt-copy p:not(.eyebrow) { max-width: 40rem; color: #c9c7c1; font-family: var(--serif); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.belt-quote { margin-top: 2rem !important; padding: 1.2rem 0 0 1.2rem; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); color: var(--cream) !important; font-size: clamp(1.25rem, 2.5vw, 1.8rem) !important; font-style: italic; }
.belt-media { margin: 0; }
.belt-media img { width: 100%; aspect-ratio: 1; object-fit: cover; }

/* Seçme galeri */
.gallery-strip { background: var(--paper-bright); }
.gallery-strip__head { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; }
.gallery-strip__head h2 { margin: 0; font-family: var(--sans); font-size: clamp(3rem, 8vw, 6.5rem); letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.gallery-strip__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; align-items: start; }
.gallery-strip__grid figure { min-width: 0; margin: 0; }
.gallery-strip__grid figure:nth-child(2n) { margin-top: 2rem; }
.gallery-strip__grid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* Önemli anlar */
.moments { background: var(--paper); }
.moments-lead { margin: 0; }
.moments-lead img { width: 100%; aspect-ratio: 1600/630; object-fit: cover; }
.moments-grid { display: grid; gap: 2.5rem 1rem; margin-top: clamp(3rem, 7vw, 6rem); }
.moment-card { min-width: 0; }
.moment-card__media { position: relative; overflow: hidden; background: var(--night); }
.moment-card video { display: block; width: 100%; aspect-ratio: 960/422; object-fit: cover; }
.moment-card__play { position: absolute; right: .75rem; bottom: .75rem; left: .75rem; display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .65rem .75rem; border: 1px solid rgba(255,255,255,.72); color: #fff; background: rgba(24,27,28,.76); font-size: .62rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.moment-card__play:hover, .moment-card__play:focus-visible { background: var(--red); border-color: var(--red); }
.moment-card h3 { margin: .85rem 0 0; font-family: var(--sans); font-size: clamp(1.2rem, 2.3vw, 1.65rem); line-height: 1.05; text-transform: uppercase; }
.moments-full { display: grid; gap: 1.5rem; margin-top: clamp(4rem, 8vw, 7rem); padding-top: 1.5rem; border-top: 1px solid var(--line-strong); }
.moments-full > div:last-child { align-self: end; }
.moments-full h3 { margin: 0 0 1.2rem; font-family: var(--sans); font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1.05; text-transform: uppercase; }
.lite-video--poster::before { display: none; }
.lite-video--poster::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(24,27,28,.62)); content: ""; }
.lite-video__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Lite video */
.video-feature { background: var(--paper); }
.video-feature__layout { display: grid; gap: 1.5rem; }
.lite-video { position: relative; display: grid; place-items: center; overflow: hidden; aspect-ratio: 16/9; border: 1px solid var(--line-strong); background: linear-gradient(135deg, #d7d1c7, #eee9df); }
.lite-video::before { position: absolute; color: rgba(32,35,36,.08); font-family: var(--sans); font-size: clamp(6rem, 15vw, 11rem); font-weight: 900; content: "▶"; }
.lite-video button { position: relative; z-index: 1; padding: .8rem 1rem; border: 1px solid var(--ink); color: var(--ink); background: var(--paper-bright); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.lite-video button:hover, .lite-video button:focus-visible { color: #fff; background: var(--red); border-color: var(--red); }
.lite-video iframe { width: 100%; height: 100%; border: 0; }
.video-feature__meta { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.video-feature__meta h3 { margin: 0; font-family: var(--sans); font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1; text-transform: uppercase; }

/* Kapanış */
.home-closing { padding-block: var(--section); background: var(--red); color: #fff; }
.home-closing blockquote { max-width: 13ch; margin: 0; font-family: var(--sans); font-size: clamp(2.8rem, 8vw, 7rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.08; text-transform: uppercase; }
.home-closing blockquote span { color: #fff; opacity: .92; }
.home-closing__cta { display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; margin-top: clamp(3rem, 7vw, 6rem); padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.45); }
.home-closing .button { color: #fff; border-color: #fff; }
.home-closing .button:hover { color: var(--red); background: #fff; }

/* İç sayfa başı */
.page-intro { padding-block: clamp(4.5rem, 9vw, 8rem); border-bottom: 1px solid var(--line); background: var(--paper-bright); }
.page-intro h1 span { color: var(--red); }
.page-intro__lead { max-width: 62ch; margin: 2rem 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.15rem, 2.4vw, 1.7rem); }

/* Galeri sayfası */
.editorial-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(.8rem, 2vw, 1.5rem); align-items: start; }
.gallery-card { min-width: 0; margin: 0; }
.gallery-card:nth-child(3n+2) { margin-top: 2rem; }
.gallery-card button { display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: #ddd5c8; cursor: zoom-in; }
.gallery-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-card--wide img { aspect-ratio: 3/2; }
.gallery-card button:hover img, .gallery-card button:focus-visible img { transform: scale(1.025); }
.gallery-dialog { width: min(94vw, 72rem); max-height: 92vh; padding: 0; border: 0; color: var(--cream); background: var(--night); box-shadow: 0 2rem 7rem rgba(0,0,0,.45); }
.gallery-dialog::backdrop { background: rgba(20,21,21,.86); }
.gallery-dialog__figure { margin: 0; padding: 3.25rem 1rem 1rem; }
.gallery-dialog__figure img { width: 100%; max-height: 72vh; object-fit: contain; }
.gallery-dialog__close { position: absolute; top: .75rem; right: .75rem; z-index: 2; width: 2.3rem; height: 2.3rem; border: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; cursor: pointer; }
.gallery-dialog__controls { display: flex; justify-content: space-between; padding: 0 1rem 1rem; }
.gallery-dialog__controls button { padding: .6rem .8rem; border: 1px solid rgba(255,255,255,.35); color: #fff; background: transparent; font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }

/* İletişim */
.contact-layout { width: min(100%, 54rem); }
.contact-primary { padding: clamp(1.5rem, 4vw, 3rem); color: #fff; background: var(--red); }
.contact-primary .eyebrow { color: #fff; }
.contact-primary h2 { margin: 0; font-family: var(--sans); font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.contact-primary p { max-width: 38ch; font-family: var(--serif); font-size: 1.1rem; }
.contact-primary a { display: inline-flex; margin-top: 1.5rem; padding: .85rem 1rem; border: 1px solid #fff; font-weight: 800; text-decoration: none; }
.contact-primary a:hover { color: var(--red); background: #fff; }

@media (min-width: 720px) {
  .site-bar__inner { grid-template-columns: 1fr auto; align-items: stretch; }
  .site-nav { border-top: 0; }
  .site-nav a { display: grid; place-items: center; min-width: 7rem; padding-inline: 1rem; }
  .site-footer__grid { grid-template-columns: 1fr 1fr auto; align-items: start; }
  .home-hero__media { height: clamp(34rem, 62.5vw, 56rem); aspect-ratio: auto; }
  .home-hero__media img { object-position: center 40%; }
  .stats-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .career-entry { grid-template-columns: minmax(0, 1fr) minmax(18rem, 32rem); }
  .career-entry--text-only { grid-template-columns: 1fr; }
  .supleks-layout { grid-template-columns: minmax(0, .8fr) minmax(24rem, 1.2fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
  .belt-layout { grid-template-columns: 1fr minmax(22rem, .8fr); gap: clamp(3rem, 8vw, 8rem); }
  .gallery-strip__head { flex-direction: row; align-items: end; justify-content: space-between; }
  .gallery-strip__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .gallery-strip__grid figure:nth-child(2n) { margin-top: 3rem; }
  .moments-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .moments-full { grid-template-columns: minmax(0, .9fr) minmax(15rem, 1.1fr); }
  .video-feature__layout { grid-template-columns: minmax(0, 1.5fr) minmax(15rem, .5fr); align-items: end; }
  .home-closing__cta { flex-direction: row; align-items: center; justify-content: space-between; }
  .editorial-gallery { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .gallery-card { grid-column: span 4; }
  .gallery-card--wide { grid-column: span 8; }
  .gallery-card:nth-child(3n+2) { margin-top: 4rem; }
  .editorial-gallery .gallery-card:last-child { grid-column: 5 / span 4; }
}

@media (min-width: 900px) {
  .home-hero__content { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 3rem; align-items: end; }
  .home-hero__content .eyebrow, .home-hero__content h1 { grid-column: 1; }
  .home-hero__badge { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0 0 .25rem; }
}

@media (max-width: 430px) {
  .home-hero h1 { font-size: clamp(3.7rem, 17vw, 4.5rem); }
  .home-hero__badge { letter-spacing: .035em; }
  .stat { padding: 1rem; }
  .stat strong { font-size: clamp(2rem, 10.5vw, 2.7rem); }
  .supleks-copy h2 { font-size: clamp(3.8rem, 17vw, 4.7rem); }
  .page-intro h1 { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
