
:root{--navy:#081c3a;--navy2:#0d274f;--gold:#d4af37;--white:#fff;--light:#f5f7fa;--text:#111827;--muted:#667085;--border:#dfe5ee;--danger:#ef3f3f}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1240px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:#051126;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px}
.custom-logo{max-height:58px;width:auto}
.brand-number{font-size:40px;font-weight:900;color:var(--gold)}
.brand-copy{display:flex;flex-direction:column}
.brand-copy strong{font-size:23px}
.brand-copy small{font-size:8px;letter-spacing:1px}
.primary-nav{margin-left:auto}
.primary-nav ul{display:flex;gap:22px;list-style:none;margin:0;padding:0}
.primary-nav a{font-weight:800;font-size:13px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:8px;font-weight:900}
.button-gold{background:var(--gold);color:#07152f}
.menu-toggle{display:none;margin-left:auto;width:42px;height:42px;padding:8px;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:8px}
.menu-toggle span{display:block;width:100%;height:2px;background:#fff;margin:5px 0}
.featured{background:linear-gradient(135deg,#06162f,#0a2448);padding:32px 0 42px;color:#fff}
.featured-grid{display:grid;grid-template-columns:1.7fr .7fr;gap:20px}
.featured-card{background:#07172f;border-radius:18px;overflow:hidden}
.featured-media{position:relative;aspect-ratio:16/9;overflow:hidden}
.featured-media img{width:100%;height:100%;object-fit:cover}
.badge{position:absolute;top:18px;left:18px;z-index:2;background:var(--danger);padding:8px 10px;border-radius:6px;font-size:11px;font-weight:900}
.featured-copy{padding:28px 34px 34px}
.featured-copy h1{font-size:clamp(40px,5vw,68px);line-height:1;margin:8px 0 18px}
.featured-copy p{font-size:17px;line-height:1.6;color:rgba(255,255,255,.72)}
.featured-side{display:grid;gap:15px}
.info-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:24px;border-radius:14px}
.info-card a{color:var(--gold);font-weight:900}
.eyebrow{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:1.5px}
.eyebrow.dark{color:#8d6a0d}
.section{padding:80px 0}
.section-dark{background:#07172f;color:#fff}
.section-light{background:var(--light)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section-head h2{font-size:44px;margin:4px 0 0;text-transform:uppercase}
.section-head>a{color:var(--gold);font-weight:900}
.now-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.now-card{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);padding:22px;border-radius:13px}
.now-card span{font-size:11px;color:var(--gold);font-weight:900}
.program-grid,.content-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.program-card,.content-card{background:#fff;color:var(--text);border:1px solid var(--border);border-radius:14px;overflow:hidden}
.program-card img,.content-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.program-card-copy,.content-card-copy{padding:18px}
.placeholder-media{display:grid;place-items:center;min-height:220px;background:#0c264d;color:rgba(255,255,255,.15);font-size:110px;font-weight:900}
.transfer-band{background:linear-gradient(135deg,#0b2448,#06152e);color:#fff}
.transfer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.transfer-card{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);padding:24px;border-radius:14px}
.transfer-card p{color:rgba(255,255,255,.65)}
.article-layout{display:grid;grid-template-columns:1fr;gap:50px}
.article{max-width:900px}
.article h1{font-size:clamp(42px,6vw,72px);line-height:1.05}
.article-cover{margin:28px 0;border-radius:15px;overflow:hidden}
.article-content{font-size:18px;line-height:1.8}
.site-footer{background:#041024;color:#fff;padding:60px 0 20px}
.footer-grid{display:grid;grid-template-columns:1fr .6fr 1fr;gap:50px}
.footer-brand,.footer-signature strong{font-size:30px;color:var(--gold);font-weight:900}
.social-links{display:flex;gap:14px;flex-wrap:wrap}
.social-links a{color:rgba(255,255,255,.75)}
.copyright{margin-top:40px;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;color:rgba(255,255,255,.45)}
@media(max-width:900px){
  .primary-nav{display:none;position:absolute;left:0;right:0;top:78px;background:#051126;padding:18px 24px}
  .primary-nav.open{display:block}
  .primary-nav ul{flex-direction:column}
  .menu-toggle{display:block}
  .header-cta{display:none}
  .featured-grid{grid-template-columns:1fr}
  .now-grid,.program-grid,.content-grid{grid-template-columns:repeat(2,1fr)}
  .transfer-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .container{width:calc(100% - 24px)}
  .header-inner{min-height:68px}
  .primary-nav{top:68px}
  .custom-logo{max-height:46px}
  .brand-number{font-size:34px}
  .brand-copy strong{font-size:20px}
  .featured{padding-top:14px}
  .featured-copy{padding:22px 22px 26px}
  .featured-copy h1{font-size:38px;line-height:1.06}
  .featured-copy p{font-size:16px}
  .now-grid,.program-grid,.content-grid,.footer-grid{grid-template-columns:1fr}
  .section{padding:62px 0}
  .section-head h2{font-size:34px}
}


/* Project Twelve v0.5 mobile and card refinements */
.site-header .custom-logo-link{display:flex;align-items:center}
.site-header .custom-logo{max-height:66px;max-width:190px;object-fit:contain}
.featured-copy h1{max-width:900px}
.program-card img,.content-card img{
  width:100%;
  height:230px;
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center;
}
.program-card-copy p,.content-card-copy p{color:var(--muted);line-height:1.5}
.social-links a{display:inline-block}
.site-footer .footer-grid>div:nth-child(2) a{display:block;margin:10px 0;color:rgba(255,255,255,.78)}
.writers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.writer-card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}
.writer-photo{height:330px;background:#0b1f3e}
.writer-photo img{width:100%;height:100%;object-fit:cover;object-position:center 20%}
.writer-placeholder{height:100%;display:grid;place-items:center;color:rgba(255,255,255,.16);font-size:90px;font-weight:900}
.writer-copy{padding:18px}
.writer-copy h3{margin:0 0 10px;font-size:24px}
.writer-copy p{margin:0;color:var(--muted);line-height:1.5}

@media(max-width:900px){
  .writers-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:600px){
  .header-inner{min-height:76px}
  .site-header .custom-logo{max-height:62px;max-width:150px}
  .featured-copy h1{font-size:33px;line-height:1.08;margin-bottom:14px}
  .featured-copy p{font-size:15px;line-height:1.55}
  .featured-media{aspect-ratio:16/9}
  .program-card img,.content-card img{
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    object-position:center;
  }
  .program-card-copy,.content-card-copy{padding:18px 20px 22px}
  .program-card-copy h3,.content-card-copy h3{font-size:24px;line-height:1.2;margin:0 0 10px}
  .section-head{align-items:flex-start}
  .section-head h2{font-size:36px;line-height:1.02}
  .section-head>a{font-size:15px;max-width:110px;text-align:right}
  .now-grid{gap:14px}
  .now-card{padding:20px}
  .now-card h3{font-size:21px;line-height:1.25}
  .transfer-card{padding:22px}
  .transfer-card h3{font-size:22px;line-height:1.25}
  .footer-grid{gap:34px}
  .social-links{gap:18px}
  .site-footer .footer-grid>div:nth-child(2) a{margin:12px 0}
  .writers-grid{grid-template-columns:1fr}
  .writer-photo{height:auto;aspect-ratio:4/3}
  .writer-photo img{object-position:center 18%}
}


/* Project Twelve v0.6 corrections */
.site-header .custom-logo-link{
  border-radius:12px;
  overflow:hidden;
}
.site-header .custom-logo{
  border-radius:10px;
}
.section{
  scroll-margin-top:96px;
}

@media(max-width:600px){
  /* Mobilde sabit başlık içerik başlıklarının üzerini kapatıyordu. */
  .site-header{
    position:relative;
    top:auto;
  }
  .section{
    scroll-margin-top:0;
  }
  .site-header .custom-logo-link{
    border-radius:10px;
  }
}


/* Project Twelve v0.7 summary-source correction */
@media(max-width:600px){
  .writers-section.section{padding-bottom:56px}
}


/* Project Twelve v0.8 advertising areas */
.ad-section{
  padding:28px 0;
  background:#f4f6fa;
}
.ad-widget{
  position:relative;
  max-width:1200px;
  margin:0 auto;
  text-align:center;
  overflow:hidden;
  border-radius:14px;
}
.ad-widget img{
  display:block;
  width:100%;
  height:auto;
  max-height:220px;
  object-fit:cover;
}
.ad-widget a{
  display:block;
}
.ad-label{
  display:block;
  margin:0 0 8px;
  color:#6f7787;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.site-footer .copyright sup{
  font-size:.55em;
  vertical-align:super;
}

@media(max-width:600px){
  .ad-section{
    padding:18px 0;
  }
  .ad-widget{
    border-radius:10px;
  }
  .ad-widget img{
    max-height:none;
  }
}


/* Project Twelve v0.9 fixed sponsor banner */
.pt-fixed-ad{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:28px 36px;
  background:linear-gradient(135deg,#07152d,#132a52);
  border:1px solid #d9b32e;
  border-radius:14px;
  text-decoration:none;
  color:#fff;
}
.pt-fixed-ad-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
}
.pt-fixed-ad-copy strong{
  color:#e2bd32;
  font-size:30px;
  line-height:1.05;
  letter-spacing:.01em;
}
.pt-fixed-ad-copy span{
  margin-top:8px;
  color:#d9deea;
  font-size:17px;
}
.pt-fixed-ad-cta{
  background:#e2bd32;
  color:#07152d;
  padding:14px 22px;
  border-radius:10px;
  font-weight:800;
  white-space:nowrap;
}
@media(max-width:600px){
  .pt-fixed-ad{
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
  }
  .pt-fixed-ad-copy strong{
    font-size:26px;
  }
  .pt-fixed-ad-copy span{
    font-size:16px;
  }
  .pt-fixed-ad-cta{
    width:100%;
    text-align:center;
  }
}
