/* =========================================================
   Meteksan Matbaa Case Study Page
   Brand vibe: print production / refined corporate / tactile
   ========================================================= */

:root {
    --mt-ink: #171717;
    --mt-charcoal: #262626;
    --mt-red: #D71920;
    --mt-red-dark: #A91218;
    --mt-paper: #F7F4EE;
    --mt-warm: #EFE7DA;
    --mt-card: #FFFFFF;
    --mt-muted: #74706A;
    --mt-line: rgba(23, 23, 23, 0.10);
    --mt-cyan: #00A6D6;
    --mt-yellow: #F4C542;
    --mt-font: 'Inter', 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    --mt-display-font: 'Libre Baskerville', Georgia, serif;
}

.meteksan-hero,
.meteksan-intro,
.meteksan-feature-print,
.meteksan-agenda,
.meteksan-posters,
.meteksan-other-brands {
    font-family: var(--mt-font);
}

/* ---------- 1. HERO ---------- */
.meteksan-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 540px;
    overflow: hidden;
    background: var(--mt-ink);
}

.meteksan-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: scale(1.02);
}

.meteksan-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding-bottom: clamp(2.8rem, 7vw, 7rem);
    color: #fff;
    background:
        radial-gradient(circle at 78% 18%, rgba(215,25,32,0.26) 0%, transparent 34%),
        linear-gradient(180deg, rgba(23,23,23,0.10) 18%, rgba(23,23,23,0.82) 100%);
}

.meteksan-hero__brand-card {
    width: clamp(170px, 19vw, 250px);
    min-height: clamp(80px, 9vw, 112px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    border-radius: 18px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 18px 48px rgba(0,0,0,0.30);
    margin-bottom: 1.25rem;
}

.meteksan-hero__logo {
    max-width: 100%;
    max-height: 68px;
    object-fit: contain;
    display: block;
}

.meteksan-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.52rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(215,25,32,0.18);
    color: rgba(255,255,255,0.88);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
    backdrop-filter: blur(10px);
}

.meteksan-hero h1 {
    color: #fff;
    font-family: var(--mt-display-font);
    font-size: clamp(3rem, 7.4vw, 6.8rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.055em;
    margin: 0 0 1rem;
    text-shadow: 0 14px 36px rgba(0,0,0,0.34);
}

.meteksan-hero__subtitle {
    color: rgba(255,255,255,0.84);
    font-size: clamp(1rem, 1.55vw, 1.32rem);
    line-height: 1.72;
    max-width: 720px;
    margin: 0;
}

@media (max-width: 768px) {
    .meteksan-hero { height: 74vh; min-height: 500px; }
    .meteksan-hero__overlay { padding-bottom: 2.7rem; }
}

/* ---------- 2. INTRO ---------- */
.meteksan-intro {
    position: relative;
    background: var(--mt-paper);
    color: var(--mt-ink);
    padding: clamp(4rem, 7vw, 7rem) 0;
    overflow: hidden;
}

.meteksan-intro::before {
    content: '';
    position: absolute;
    top: -170px;
    right: -120px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(215,25,32,0.14), transparent 70%);
    pointer-events: none;
}

.meteksan-intro::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, var(--mt-cyan), var(--mt-red), var(--mt-yellow), var(--mt-ink));
}

.meteksan-intro__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.meteksan-intro__text {
    max-width: 980px;
    font-size: clamp(1.1rem, 2vw, 1.65rem);
    line-height: 1.72;
    color: #2F2D2A;
    font-weight: 500;
}

.meteksan-intro__text span {
    display: inline;
    color: var(--mt-red-dark);
    font-weight: 900;
}

.meteksan-intro__stats {
    display: grid;
    gap: 14px;
}

.meteksan-intro__stats div {
    padding: 22px 24px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--mt-line);
    box-shadow: 0 14px 34px rgba(23,23,23,0.06);
}

.meteksan-intro__stats strong {
    display: block;
    color: var(--mt-red);
    font-size: clamp(1.5rem, 2.6vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 7px;
}

.meteksan-intro__stats small {
    color: var(--mt-muted);
    font-weight: 700;
}

@media (max-width: 850px) {
    .meteksan-intro__grid { grid-template-columns: 1fr; }
}

/* ---------- Section headers ---------- */
.meteksan-section-head {
    max-width: 800px;
    margin: 0 auto clamp(2rem, 4vw, 3.5rem);
    text-align: center;
}

.meteksan-section-head span {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(215,25,32,0.10);
    color: var(--mt-red-dark);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.meteksan-section-head h2 {
    color: var(--mt-ink);
    font-family: var(--mt-display-font);
    font-size: clamp(2.05rem, 5vw, 4.4rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    margin-bottom: 1rem;
}

.meteksan-section-head p {
    color: var(--mt-muted);
    line-height: 1.75;
    margin: 0;
}

.meteksan-section-head--light span {
    background: rgba(215,25,32,0.18);
    color: #FFB3B7;
}

.meteksan-section-head--light h2,
.meteksan-section-head--light p {
    color: #fff;
}

.meteksan-section-head--light p {
    color: rgba(255,255,255,0.70);
}

/* ---------- 3. FEATURE PRINT ---------- */
.meteksan-feature-print {
    position: relative;
    background:
        radial-gradient(circle at 80% 8%, rgba(215,25,32,0.22), transparent 32%),
        linear-gradient(180deg, var(--mt-charcoal) 0%, #111 100%);
    padding: clamp(5rem, 8vw, 9rem) 0;
    overflow: hidden;
}

.meteksan-feature-print__frame {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 30px 82px rgba(0,0,0,0.44);
    background: #000;
}

.meteksan-feature-print__frame img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* ---------- 4. AGENDA ---------- */
.meteksan-agenda {
    background: #fff;
    padding: clamp(5rem, 8vw, 9rem) 0;
}

.meteksan-agenda-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 2vw, 26px);
}

.meteksan-agenda-grid img,
.meteksan-poster-grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 18px;
    background: var(--mt-paper);
    box-shadow: 0 12px 30px rgba(23,23,23,0.08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.meteksan-agenda-grid img:hover,
.meteksan-poster-grid img:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 52px rgba(23,23,23,0.18);
}

@media (max-width: 720px) {
    .meteksan-agenda-grid { grid-template-columns: 1fr; }
}

/* ---------- 5. POSTERS ---------- */
.meteksan-posters {
    position: relative;
    background:
        radial-gradient(circle at 15% 0%, rgba(215,25,32,0.16), transparent 30%),
        linear-gradient(180deg, #262626 0%, #111 100%);
    padding: clamp(5rem, 8vw, 9rem) 0;
    overflow: hidden;
}

.meteksan-poster-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(14px, 1.8vw, 22px);
}

.meteksan-poster-grid img {
    aspect-ratio: 4 / 5;
}

@media (max-width: 900px) {
    .meteksan-poster-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
    .meteksan-poster-grid { grid-template-columns: 1fr; }
}

/* ---------- 6. OTHER BRANDS ---------- */
.meteksan-other-brands {
    background: var(--mt-paper);
    padding: clamp(5rem, 8vw, 10rem) 0;
}

.meteksan-other-title {
    color: var(--mt-ink);
    font-family: var(--mt-display-font);
    font-weight: 700;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    letter-spacing: -0.045em;
    margin-bottom: 1rem;
}

.meteksan-other-card {
    min-height: clamp(140px, 18vw, 210px);
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--mt-line);
    color: var(--mt-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.10em;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, color .3s ease;
}

.meteksan-other-card:hover {
    transform: translateY(-7px);
    color: var(--mt-red-dark);
    border-color: rgba(215,25,32,0.34);
    box-shadow: 0 18px 42px rgba(23,23,23,0.10);
}

.meteksan-back {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.9rem;
    border-radius: 999px;
    background: var(--mt-ink);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.meteksan-back:hover {
    background: var(--mt-red);
    color: #fff;
    transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
    .meteksan-agenda-grid img,
    .meteksan-poster-grid img,
    .meteksan-other-card {
        transition: none !important;
    }
}

/* =========================================================
   ADDITIONS: Featured Film, Social Media, Video Reels
   (mevcut yap?y? bozmadan eklenmi?tir)
   ========================================================= */

/* ---------- FEATURED FILM (kurumsal video) ---------- */
.meteksan-feature-film {
    position: relative;
    background:
        radial-gradient(circle at 18% 8%, rgba(0,166,214,0.18), transparent 32%),
        linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
    padding: clamp(5rem, 8vw, 9rem) 0;
    overflow: hidden;
}

.meteksan-feature-film__frame {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 30px 82px rgba(0,0,0,0.46);
    background: #000;
    max-width: 1200px;
    margin: 0 auto;
}

.meteksan-feature-film__frame video {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* ---------- FILM GRID (yan yana 2'li kurumsal videolar) ---------- */
.meteksan-films {
    background: var(--mt-paper);
    padding: clamp(5rem, 8vw, 9rem) 0;
}

.meteksan-films-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 2vw, 26px);
}

.meteksan-films-grid video {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 18px;
    background: #000;
    box-shadow: 0 14px 34px rgba(23,23,23,0.10);
    transition: transform .35s ease, box-shadow .35s ease;
}

.meteksan-films-grid video:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(23,23,23,0.18);
}

@media (max-width: 720px) {
    .meteksan-films-grid { grid-template-columns: 1fr; }
}

/* ---------- SOCIAL MEDIA (masonry) ---------- */
.meteksan-social {
    background: #fff;
    padding: clamp(5rem, 8vw, 9rem) 0;
}

.meteksan-social-masonry {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 clamp(15px, 3vw, 30px);
}

.meteksan-social-col {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.meteksan-social-col img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    background: var(--mt-paper);
    box-shadow: 0 8px 22px rgba(23,23,23,0.07);
    transition: transform .35s ease, box-shadow .35s ease;
}

.meteksan-social-col img:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 44px rgba(23,23,23,0.16);
}

@media (max-width: 600px) {
    .meteksan-social-col { min-width: 100%; }
}

/* ---------- REELS / STORY VIDEOS (dikey grid) ---------- */
.meteksan-reels {
    position: relative;
    background:
        radial-gradient(circle at 85% 0%, rgba(244,197,66,0.14), transparent 30%),
        linear-gradient(180deg, var(--mt-charcoal) 0%, #111 100%);
    padding: clamp(5rem, 8vw, 9rem) 0;
    overflow: hidden;
}

.meteksan-reels-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(14px, 1.8vw, 22px);
}

.meteksan-reels-grid video {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    background: #000;
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 16px 38px rgba(0,0,0,0.34);
    transition: transform .35s ease, box-shadow .35s ease;
}

.meteksan-reels-grid video:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 52px rgba(0,0,0,0.48);
}

@media (max-width: 1100px) {
    .meteksan-reels-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
    .meteksan-reels-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
    .meteksan-reels-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .meteksan-films-grid video,
    .meteksan-social-col img,
    .meteksan-reels-grid video {
        transition: none !important;
    }
}
