:root{
  --bg: #ffffff;
  --tint: #f6f3ec;
  --ink: #232323;
  --muted: #6b6b6b;
  --line: #e7e1d8;
  --accent: #7a1e1e;
  --accent2: #e7e1d8;
  --shadow: 0 12px 40px rgba(0,0,0,0.06);
  --radius: 18px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  padding-top: 76px;
  line-height: 1.65;
}

.skip-link{
  position:absolute;
  left:-999px;
  top:10px;
  background:#000;
  color:#fff;
  padding:10px 14px;
  z-index:9999;
}
.skip-link:focus{ left:10px; }

h1,h2,h3{
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.2px;
}
h2{ font-size: 40px; margin:0 0 14px 0; }
h3{ font-size: 24px; margin:0 0 10px 0; }

.small-muted{ color: var(--muted); font-size: 14px; }

/* Topbar */
.topbar{
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
}
.topbar .container{ padding: 14px 12px; }
.brand__uni{ font-weight: 600; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.12em; }
.brand__site{ font-weight: 600; font-size: 14px; }

.nav{
  display:flex;
  align-items:center;
  gap: 18px;
}
.nav a{
  text-decoration:none;
  color: var(--ink);
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 10px;
  transition: 0.2s ease;
}
.nav a:hover{ background: #f3efe7; }
.nav__cta{
  border: 1px solid var(--line);
}

.nav-toggle{
  display:none;
  border:1px solid var(--line);
  background:#fff;
  padding:8px 12px;
  border-radius: 12px;
  font-size: 14px;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  border-radius: 14px;
  padding: 12px 18px;
  text-decoration:none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.2s ease;
  border: 1px solid transparent;
}
.btn--primary{
  background: var(--accent);
  color:#fff;
  box-shadow: 0 10px 22px rgba(122,30,30,0.18);
}
.btn--primary:hover{ background: var(--accent2);color: var(--accent); }
.btn--ghost{
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn--ghost:hover{ background: #fff; }

/* Hero */
.hero{
  background: radial-gradient(1200px 600px at 20% 10%, #fff 0%, var(--tint) 60%, var(--tint) 100%);
  padding: 72px 0 40px;
  position: relative;
  overflow:hidden;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  color: var(--muted);
}
.dot{
  width:8px;height:8px;border-radius:99px;background: var(--accent);
  box-shadow: 0 0 0 4px rgba(122,30,30,0.12);
}
.hero__title{
  font-size: 56px;
  line-height: 1.02;
  margin: 18px 0 14px;
}
.hero__subtitle{
  color: var(--muted);
  max-width: 60ch;
  margin: 0 0 22px;
  font-size: 16px;
}
.hero__actions{ display:flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }

.hero__meta{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  max-width: 680px;
}
.meta-card{
  background: rgba(255,255,255,0.75);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
}
.meta-card__k{ color: var(--muted); font-size: 12px; }
.meta-card__v{ font-weight: 700; margin-top: 2px; }

.hero-art{
  position: relative;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  overflow:hidden;
  padding: 26px;
  min-height: 420px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* resmi kırpar ama doldurur */
  filter: sepia(85%) contrast(95%);
  transform: rotate(-2deg) scale(1.05); /* boşluk kalmasın */
}
.hero-art__frame{
  position:absolute;
  inset: 14px;
  border: 1px dashed rgba(122,30,30,0.25);
  border-radius: 22px;
}

.separator{
  display:flex;
  justify-content:center;
  gap: 10px;
  margin-top: 34px;
}
.separator span{
  width: 72px;
  height: 2px;
  background: rgba(122,30,30,0.35);
  border-radius: 999px;
}
.separator span:nth-child(2){ width: 120px; background: rgba(122,30,30,0.55); }

/* Sections */
.section{ padding: 86px 0; }
.section--white{ background: #fff; }
.section--tint{ background: linear-gradient(180deg, var(--tint), #fff 90%); }

.section-head{
  max-width: 860px;
  margin-bottom: 30px;
}
.section-head p{ color: var(--muted); margin: 0; }

.content-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.content-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.03);
}
.content-card p{ color: var(--muted); margin: 0; }

/* Features */
.feature{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
  transition: 0.22s ease;
  height: 100%;
}
.feature:hover{
  transform: translateY(-4px);
  border-color: rgba(122,30,30,0.35);
}
.feature__icon{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(122,30,30,0.08);
  border: 1px solid rgba(122,30,30,0.18);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 12px;
}
.feature p{ color: var(--muted); margin: 0; }

/* Notes & panels */
.note{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}
.note p{ color: var(--muted); }

.info-box{
  border: 1px solid rgba(122,30,30,0.20);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 10px 24px rgba(122,30,30,0.06);
}
.info-box__line{
  height:1px;
  background: rgba(122,30,30,0.20);
  margin: 16px 0;
}

/* Timeline 2 */
.timeline2{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.timeline2__item{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 18px;
  display:flex;
  gap: 14px;
  align-items:flex-start;
}
.timeline2__date{
  min-width: 130px;
  font-weight: 800;
  color: var(--accent);
}
.timeline2__text{ color: var(--ink); }

/* People */
.panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}
.panel--accent{
  border-color: rgba(122,30,30,0.20);
}
.people{
  margin: 0;
  padding-left: 18px;
}
.people li{ margin: 8px 0; color: var(--muted); }
.people--compact li{ margin: 6px 0; }

.people-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 12px;
}
.person{
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  transition: 0.2s ease;
}
.person:hover{
  border-color: rgba(122,30,30,0.35);
  transform: translateY(-2px);
}

/* CTA */
.cta{
  border: 1px solid rgba(122,30,30,0.18);
  background: rgba(255,255,255,0.7);
  border-radius: 26px;
  padding: 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.06);
}
.cta__right{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Footer */
.footer{
  background: #1f1f1f;
  color: #fff;
  padding: 22px 0;
}
.footer .small-muted{ color: rgba(255,255,255,0.7); }

/* Responsive */
@media (max-width: 992px){
  .hero__title{ font-size: 44px; }
  .hero-art{ min-height: 360px; }
  .hero__meta{ grid-template-columns: 1fr; max-width: 520px; }
  .content-grid{ grid-template-columns: 1fr; }
  .timeline2{ grid-template-columns: 1fr; }
  .people-grid{ grid-template-columns: 1fr; }
  .cta{ flex-direction: column; align-items: flex-start; }
}

/* Mobile nav */
@media (max-width: 992px){
  .nav-toggle{ display:inline-flex; }
  .nav{
    position: absolute;
    top: 66px;
    right: 12px;
    left: 12px;
    background:#fff;
    border:1px solid var(--line);
    border-radius: 18px;
    padding: 12px;
    display:none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    box-shadow: var(--shadow);
  }
  .nav.nav--open{ display:flex; }
  .nav a{ width:100%; }
}
/* ===== Submit page premium additions ===== */

.submit-top-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  margin-top: 12px;
}
.mini-card{
  background: rgba(255,255,255,0.75);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  text-align: left;
}
.mini-card__k{ color: var(--muted); font-size: 12px; }
.mini-card__v{ font-weight: 700; margin-top: 2px; }
.link-soft{ color: var(--accent); text-decoration: none; border-bottom: 1px dashed rgba(122,30,30,0.35); }
.link-soft:hover{ color: var(--accent2); }
.sep-dot{ color: var(--muted); margin: 0 8px; }

.form-shell{ max-width: 980px; margin: 0 auto; }

.form-section{
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.form-section:first-child{ border-top: none; padding-top: 0; }
.form-section__head{ margin-bottom: 14px; }
.req{ color: var(--accent); font-weight: 700; }
.hint{ color: var(--muted); font-size: 12px; margin-top: 6px; }

.abstract-meta{
  margin-top: 10px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.badge-soft{
  background: rgba(122,30,30,0.08);
  border: 1px solid rgba(122,30,30,0.18);
  color: var(--accent);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 13px;
}
.badge-soft--ok{
  background: rgba(26,110,64,0.08);
  border-color: rgba(26,110,64,0.18);
  color: #1a6e40;
}
.badge-soft--warn{
  background: rgba(176,108,0,0.08);
  border-color: rgba(176,108,0,0.18);
  color: #b06c00;
}
.badge-soft--bad{
  background: rgba(160,30,30,0.10);
  border-color: rgba(160,30,30,0.22);
  color: #a01e1e;
}

/* Topics */
.topic-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.topic{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background:#fff;
  cursor:pointer;
  transition: 0.2s ease;
}
.topic:hover{ border-color: rgba(122,30,30,0.35); transform: translateY(-1px); }
.topic input{ margin-top: 3px; }

/* Authors */
.authors-wrap{ display:flex; flex-direction: column; gap: 12px; }
.author-card{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background:#fff;
}
.author-card__top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.author-card__title{ font-weight: 800; color: var(--ink); }
.author-card__actions{ display:flex; align-items:center; gap: 10px; flex-wrap: wrap; }
.responsible{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.8);
  font-size: 13px;
  color: var(--muted);
}
.btn-mini{
  border: 1px solid var(--line);
  background:#fff;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
}
.btn-mini.danger{
  border-color: rgba(160,30,30,0.25);
  color: #a01e1e;
}

/* Dropzone */
.dropzone{
  border: 1px dashed rgba(122,30,30,0.35);
  border-radius: 18px;
  background: rgba(255,255,255,0.75);
  padding: 18px;
  cursor: pointer;
  transition: 0.2s ease;
  outline: none;
}
.dropzone:hover{ transform: translateY(-1px); }
.dropzone--hover{ background: rgba(255,255,255,0.95); border-color: rgba(122,30,30,0.55); }
.dropzone__title{ font-weight: 800; }
.dropzone__sub{ color: var(--muted); font-size: 13px; margin-top: 4px; }
.dropzone__file{ margin-top: 10px; font-weight: 700; color: var(--ink); }
.dropzone__error{ margin-top: 10px; color: #a01e1e; font-weight: 700; }
.dropzone--bad{ border-color: rgba(160,30,30,0.55) !important; }
.dropzone--ok{ box-shadow: 0 0 0 4px rgba(122,30,30,0.12); }

/* Checks */
.check-stack{ display:flex; flex-direction: column; gap: 10px; }
.check{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:#fff;
}
.check input{ margin-top: 3px; }
.check span{ color: var(--muted); }

/* Actions */
.form-actions{
  display:flex;
  justify-content:flex-end;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

/* Modal */
.modal-premium{
  border-radius: 18px;
  border: 1px solid var(--line);
}
.preview-block{
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  background:#fff;
  margin-bottom: 10px;
}
.preview-k{ color: var(--muted); font-size: 12px; }
.preview-v{ font-weight: 700; white-space: pre-wrap; }

/* Success */
.success-box{
  max-width: 980px;
  margin: 0 auto 16px;
  border: 1px solid rgba(26,110,64,0.25);
  background: rgba(26,110,64,0.06);
  border-radius: 22px;
  padding: 22px;
}
.success-box__title{
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}
.success-box__desc{ color: var(--muted); margin-bottom: 12px; }
.success-box__code{
  display:inline-block;
  background:#fff;
  border: 1px dashed rgba(26,110,64,0.35);
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

/* Responsive */
@media (max-width: 992px){
  .submit-top-grid{ grid-template-columns: 1fr; }
  .topic-grid{ grid-template-columns: 1fr; }
}
/* MUSTAFAPAŞA SECTION */

.section--heritage {
  background: linear-gradient(180deg,#ffffff,#f6f3ec);
  padding: 120px 0;
}

.section-tag {
  display:inline-block;
  font-size:12px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#7a1e1e;
  margin-bottom:15px;
}

.heritage-lead {
  font-size:18px;
  color:#555;
  margin-bottom:20px;
}

.heritage-info {
  display:flex;
  gap:40px;
  margin-top:30px;
}

.heritage-info strong {
  display:block;
  font-size:14px;
  color:#7a1e1e;
}

.heritage-info span {
  font-size:14px;
  color:#444;
}

.heritage-image {
  position:relative;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.heritage-image img {
  width:100%;
  height:auto;
  object-fit:cover;
  filter:contrast(95%) saturate(95%);
}

.heritage-frame {
  position:absolute;
  inset:15px;
  border:1px solid rgba(122,30,30,0.3);
  border-radius:15px;
}
.map-link {
  display:block;
  position:relative;
  text-decoration:none;
  color:inherit;
}

.map-overlay {
  position:absolute;
  bottom:20px;
  left:20px;
  background:rgba(122,30,30,0.85);
  color:#fff;
  padding:8px 14px;
  font-size:14px;
  border-radius:6px;
  opacity:0;
  transition:0.3s;
}

.map-link:hover .map-overlay {
  opacity:1;
}

.map-link img {
  transition:0.4s;
}

.map-link:hover img {
  transform:scale(1.03);
}

