/* Basın kiti sayfası (S11) */
.press { max-width: 1100px; margin: 0 auto; padding: 44px clamp(16px, 5vw, 44px) 88px; }
.press h1 { font-size: var(--s3); color: var(--clock); margin: 22px 0 8px; }
.press h2 { font-size: var(--s2); color: var(--sodium); margin: 44px 0 12px; }
.press p, .press li, .press td { font-size: var(--s1); line-height: 1.8; }
.facts { border-collapse: collapse; width: 100%; max-width: 620px; }
.facts td { padding: 4px 10px; border-bottom: 1px solid #262320; vertical-align: top; }
.facts td:first-child { color: var(--fog); width: 140px; }
.shots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.shots a { border: 2px solid #262320; display: block; }
.shots img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.perm { background: #0d130e; border: 2px solid #1d3a22; padding: 14px 18px; color: #bff5c9; }
@media (max-width: 700px) { .shots { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
