/* =========================================================================
   SAMED YAYINLARI & KÜLTÜREVİ — Tasarım Sistemi
   Renk paleti; marka logosu, "Hasbıhâl", "Meddah Gösterisi" ve "Hikâyelerim"
   afişlerinden örneklenen ton değerlerine dayanır (koyu gece lacivert +
   mumışığı altını + sıcak kâğıt/parşömen tonu).
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  /* --- Renk Tokenları ------------------------------------------------- */
  --ink:            #130f0c;   /* sıcak kömür karası — sahne zemini */
  --ink-2:          #1c1611;   /* ink üzerinde kart/panel tonu */
  --ink-3:          #241c15;   /* ink üzerinde ikinci kat panel */
  --night:          #0a1424;   /* derin gece lacivert — ikincil koyu zemin */
  --night-2:        #101d34;   /* night üzerinde panel */
  --night-3:        #17284a;   /* night üzerinde çizgi/kenarlık */
  --gold:           #c8973e;   /* birincil vurgu — mumışığı altını */
  --gold-light:     #eccd85;   /* parlak vurgu / hover */
  --gold-deep:      #93691f;   /* açık zeminde metin için koyu altın */
  --parchment:      #f4ecdb;   /* açık zemin — sayfa/kâğıt tonu */
  --parchment-2:    #ece0c8;   /* parchment üzerinde panel */
  --parchment-line: #ddccac;  /* parchment üzerinde çizgi */
  --ember:          #5b3320;   /* derin kadife/perde kahvesi — az kullanılır */
  --ivory:          #f7f0e3;   /* koyu zeminde birincil metin */
  --muted-dark:     #cabfa9;   /* koyu zeminde ikincil metin */
  --muted-dark-2:   #9a8f7b;   /* koyu zeminde en soluk metin */
  --ink-text:       #221a12;   /* açık zeminde birincil metin */
  --muted-light:    #6c5f49;   /* açık zeminde ikincil metin */

  /* --- Tipografi -------------------------------------------------------*/
  --font-serif: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  --font-sans:  'Manrope', -apple-system, 'Segoe UI', sans-serif;

  /* --- Ölçü / Ritim ------------------------------------------------------*/
  --container: 1240px;
  --container-narrow: 800px;
  --radius-badge: 14px;
  --radius-sm: 6px;
  --section-pad: clamp(4.5rem, 9vw, 8rem);

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* =========================================================================
   RESET & TEMEL
   ========================================================================= */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

body{
  margin: 0;
  background: var(--parchment);
  color: var(--ink-text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4,p,figure{ margin: 0; }
button{ font-family: inherit; cursor: pointer; }
input, textarea, select{ font-family: inherit; font-size: 1rem; }

:focus-visible{
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.container{
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}
.container--narrow{ max-width: var(--container-narrow); }

/* Zemin bantları — koyu sahne / gece / kâğıt ritmi */
.band{ padding: var(--section-pad) 0; }
.band-ink{ background: var(--ink); color: var(--ivory); }
.band-night{ background: var(--night); color: var(--ivory); }
.band-parchment{ background: var(--parchment); color: var(--ink-text); }
.band-parchment-2{ background: var(--parchment-2); color: var(--ink-text); }

/* =========================================================================
   TİPOGRAFİ
   ========================================================================= */
.eyebrow{
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--gold-light);
  margin: 0 0 .6rem;
  letter-spacing: .01em;
}
.band-parchment .eyebrow, .band-parchment-2 .eyebrow{ color: var(--gold-deep); }

h1, .h1{
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.01em;
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
}
h2, .h2{
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.005em;
  font-size: clamp(2rem, 3.6vw, 2.9rem);
}
h3, .h3{
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.25;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}
.lede{
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  color: var(--muted-dark);
  max-width: 62ch;
}
.band-parchment .lede, .band-parchment-2 .lede{ color: var(--muted-light); }

p{ max-width: 66ch; }
.text-center{ text-align: center; margin-left: auto; margin-right: auto; }

/* İnce altın kural — bölüm ayracı (bab başlığı gibi) */
.rule{
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border: 0;
  margin: 1.1rem 0 0;
}
.text-center .rule{ margin-left: auto; margin-right: auto; background: var(--gold); width: 48px; }

/* =========================================================================
   BUTONLAR
   ========================================================================= */
.btn{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .95rem 1.7rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: .96rem;
  border: 1px solid transparent;
  transition: transform .25s var(--ease), background-color .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
  white-space: nowrap;
}
.btn-gold{
  background: var(--gold);
  color: #1c1305;
}
.btn-gold:hover{ background: var(--gold-light); transform: translateY(-2px); }

.btn-outline{
  background: transparent;
  border-color: rgba(247,240,227,.35);
  color: var(--ivory);
}
.btn-outline:hover{ border-color: var(--gold-light); color: var(--gold-light); transform: translateY(-2px); }

.band-parchment .btn-outline, .band-parchment-2 .btn-outline{
  border-color: rgba(34,26,18,.25);
  color: var(--ink-text);
}
.band-parchment .btn-outline:hover, .band-parchment-2 .btn-outline:hover{
  border-color: var(--gold-deep); color: var(--gold-deep);
}

.btn-text{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  color: var(--gold);
}
.band-parchment .btn-text, .band-parchment-2 .btn-text{ color: var(--gold-deep); }

.btn-row{ display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

/* =========================================================================
   HEADER / NAVİGASYON
   ========================================================================= */
.site-header{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  padding: .8rem 0;
  background: linear-gradient(to bottom, rgba(8,6,4,.68) 0%, rgba(8,6,4,.38) 60%, rgba(8,6,4,0) 100%);
  backdrop-filter: blur(3px);
  transition: background-color .35s var(--ease), padding .35s var(--ease), box-shadow .35s var(--ease), backdrop-filter .35s var(--ease);
}
.site-header.is-scrolled{
  background: rgba(11,8,6,.94);
  backdrop-filter: blur(10px);
  padding: .55rem 0;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.site-header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.brand{
  display: flex;
  align-items: center;
}
.brand img{ height: 75px; width: auto; border-radius: 6px; filter: drop-shadow(0 4px 14px rgba(0,0,0,.45)); }

.nav-links{
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2vw, 2rem);
}
.nav-links a{
  font-size: .96rem;
  font-weight: 500;
  color: var(--muted-dark);
  padding: .3rem 0;
  transition: color .25s var(--ease), font-weight .25s var(--ease);
  text-shadow: 0 1px 8px rgba(0,0,0,.4);
}
.nav-links a:hover{ color: var(--ivory); }
.nav-links a.is-active{ color: var(--ivory); font-weight: 700; }
.nav-cta{
  background: var(--gold);
  color: #1c1305 !important;
  padding: .55rem 1.15rem;
  border-radius: var(--radius-sm);
  font-weight: 700 !important;
}
.nav-cta:hover{ background: var(--gold-light); }

.nav-toggle{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
}
.nav-toggle span{
  width: 24px; height: 2px; background: var(--ivory); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px){
  .nav-toggle{ display: flex; }
  .nav-links{
    position: fixed;
    inset: 0 0 0 auto;
    width: min(78vw, 340px);
    height: 100vh;
    background: var(--ink-2);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 6.5rem 2rem 2rem;
    transform: translateX(100%);
    transition: transform .4s var(--ease);
    box-shadow: -20px 0 50px rgba(0,0,0,.35);
  }
  .nav-links.is-open{ transform: translateX(0); }
  .nav-links a{
    width: 100%;
    padding: .95rem 0;
    border-bottom: 1px solid rgba(247,240,227,.08);
    font-size: 1.05rem;
  }
  .nav-cta{ margin-top: 1.2rem; text-align: center; justify-content: center; width: 100%; }
}

/* =========================================================================
   HERO (Ana sayfa sahnesi) — sinematik tam fotoğraf, sade ve ferah
   ========================================================================= */
.hero{
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--night);
  color: var(--ivory);
  overflow: hidden;
}
.hero-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 20%;
  z-index: 0;
}
.hero::before{ /* solda okunabilirlik için yumuşak, doğal karartma */
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
  background: linear-gradient(100deg,
    rgba(8,10,16,.88) 0%,
    rgba(8,10,16,.72) 26%,
    rgba(8,10,16,.42) 46%,
    rgba(8,10,16,.12) 64%,
    transparent 80%);
  pointer-events: none;
}
.hero .container{ position: relative; z-index: 2; }
.hero-inner{
  max-width: 460px;
  padding-left: clamp(0px, 2vw, 12px);
}
.hero h1{
  margin-bottom: 4.9rem;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(2.1rem, 3.6vw, 3.1rem);
  letter-spacing: -.005em;
  line-height: 1.2;
  color: var(--ivory);
  text-shadow: 0 4px 24px rgba(0,0,0,.35);
  opacity: 0;
  animation: heroRise 1s var(--ease) .3s forwards;
}
.hero .btn-row{
  opacity: 0;
  animation: heroRise 1s var(--ease) .55s forwards;
}
.hero .btn-outline{
  border-width: 1px;
  border-color: rgba(247,240,227,.2);
  color: rgba(247,240,227,.72);
  font-weight: 500;
}
.hero .btn-outline:hover{
  border-color: rgba(247,240,227,.4);
  color: var(--ivory);
}
@keyframes heroRise{
  from{ opacity: 0; transform: translateY(16px); }
  to{ opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce){
  .hero h1, .hero .btn-row{ opacity: 1; animation: none; transform: none; }
}
@media (min-width: 901px){
  .hero-inner{ transform: translate(20px, 25px); }
}
@media (max-width: 900px){
  .hero-bg{ object-position: 78% 18%; }
  .hero::before{
    background: linear-gradient(180deg,
      rgba(8,10,16,.55) 0%,
      rgba(8,10,16,.6) 55%,
      rgba(8,10,16,.92) 100%);
  }
  .hero-inner{ max-width: 100%; }
  .hero{ align-items: flex-end; padding-bottom: 3.5rem; }
}
@media (max-width: 560px){
  .hero h1{ font-size: clamp(1.9rem, 7vw, 2.4rem); }
}

/* Sayfa içi küçük başlık (alt sayfalar) */
.page-hero{
  background: var(--night);
  color: var(--ivory);
  padding: 10.5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before{
  content:"";
  position: absolute; inset: 0;
  background: radial-gradient(60% 90% at 85% 0%, rgba(200,151,62,.16), transparent 60%);
  pointer-events: none;
}
.page-hero .container{ position: relative; z-index: 1; }
.breadcrumb{
  font-size: .85rem;
  color: var(--muted-dark-2);
  margin-bottom: 1.1rem;
}
.breadcrumb a:hover{ color: var(--gold-light); }

/* =========================================================================
   SÜTUNLAR / ÜÇLÜ YAPI (Bir Çatı Altında)
   ========================================================================= */
.pillars{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3.2rem;
}
.pillar{
  border-top: 1px solid var(--parchment-line);
  padding-top: 1.6rem;
}
.pillar-icon{
  width: 46px; height: 46px;
  margin-bottom: 1.2rem;
  color: var(--gold-deep);
}
.pillar-icon svg{ width: 100%; height: 100%; }
.pillar h3{ margin-bottom: .6rem; }
.pillar p{ color: var(--muted-light); font-size: .98rem; }

@media (max-width: 820px){
  .pillars{ grid-template-columns: 1fr; gap: 2rem; }
}

/* =========================================================================
   BÖLÜM BAŞLIK SATIRI (başlık solda / bağlantı sağda)
   ========================================================================= */
.section-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.section-head .h2{ margin-bottom: .5rem; }

/* =========================================================================
   KİTAP RAFI — Yayınlarımız kartları
   ========================================================================= */
.shelf{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}
.book-card{
  display: flex;
  flex-direction: column;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
}
.book-cover{
  position: relative;
  aspect-ratio: 2 / 3;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.1rem;
  box-shadow: 0 18px 34px rgba(19,15,12,.14);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  border: 1px solid rgba(147,105,31,.18);
  background: var(--parchment-2);
}
.book-cover > img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.band-ink .book-cover, .band-night .book-cover{ box-shadow: 0 18px 34px rgba(0,0,0,.4); }
.book-card:hover .book-cover{ transform: translateY(-6px); box-shadow: 0 26px 44px rgba(19,15,12,.22); }

.book-cover-art{
  position: absolute; inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3rem 1.15rem;
  color: var(--ivory);
}
.book-cover-art .cat{
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-light);
  opacity: .9;
}
.book-cover-art .mark{
  align-self: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: .8rem;
  color: rgba(247,240,227,.55);
}
.book-cover-art .title{
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.32rem;
  line-height: 1.18;
}
.book-cover-art .author{
  font-size: .78rem;
  color: rgba(247,240,227,.75);
  margin-top: .5rem;
}
.book-card h4{
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: .25rem;
}
.book-card .author{
  font-size: .85rem;
  color: var(--muted-light);
  margin-bottom: .6rem;
}
.band-ink .book-card .author, .band-night .book-card .author{ color: var(--muted-dark); }
.book-card .price{
  font-family: var(--font-serif);
  color: var(--gold-deep);
  font-weight: 600;
}
.band-ink .book-card .price, .band-night .book-card .price{ color: var(--gold-light); }
.buy-link{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--gold-deep);
  margin-top: .5rem;
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease);
}
.buy-link:hover{ border-color: var(--gold-deep); }
.buy-link svg{ width: 13px; height: 13px; }
.band-ink .buy-link, .band-night .buy-link{ color: var(--gold-light); }
.band-ink .buy-link:hover, .band-night .buy-link:hover{ border-color: var(--gold-light); }

.book-card-btn{
  margin-top: .8rem;
  background: none;
  border: 1px solid var(--parchment-line);
  color: var(--ink-text);
  font-size: .82rem;
  font-weight: 600;
  padding: .55rem .9rem;
  border-radius: var(--radius-sm);
  align-self: flex-start;
  transition: border-color .25s var(--ease), color .25s var(--ease);
}
.book-card-btn:hover{ border-color: var(--gold-deep); color: var(--gold-deep); }

@media (max-width: 1080px){ .shelf{ grid-template-columns: repeat(3,1fr); } }
@media (max-width: 760px){ .shelf{ grid-template-columns: repeat(2,1fr); gap: 1.2rem; } }
@media (max-width: 480px){ .shelf{ grid-template-columns: 1fr 1fr; } }

/* Yayınlarımız filtre çubuğu */
.filter-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--parchment-line);
}
.chip-row{ display: flex; gap: .6rem; flex-wrap: wrap; }
.chip{
  border: 1px solid var(--parchment-line);
  background: transparent;
  color: var(--muted-light);
  font-size: .86rem;
  font-weight: 600;
  padding: .5rem 1rem;
  border-radius: 999px;
  transition: all .2s var(--ease);
}
.chip:hover{ border-color: var(--gold-deep); color: var(--gold-deep); }
.chip.is-active{ background: var(--ink); border-color: var(--ink); color: var(--ivory); }
.search-box{
  display: flex;
  align-items: center;
  gap: .5rem;
  border-bottom: 1px solid var(--parchment-line);
  padding: .4rem .1rem;
  min-width: 220px;
}
.search-box input{
  border: 0; background: none; outline: 0;
  width: 100%; font-size: .95rem; color: var(--ink-text);
}
.search-box svg{ width: 18px; height: 18px; color: var(--muted-light); flex-shrink: 0; }

/* Kitap detay modalı */
.modal-overlay{
  position: fixed; inset: 0;
  background: rgba(10,8,6,.72);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 500;
  backdrop-filter: blur(3px);
}
.modal-overlay.is-open{ display: flex; }
.modal{
  background: var(--parchment);
  max-width: 760px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 40px 90px rgba(0,0,0,.45);
}
.modal-close{
  position: absolute; top: 1rem; right: 1rem;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(19,15,12,.06);
  border: 0;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.modal-close svg{ width: 18px; height: 18px; }
.modal-close:hover{ background: rgba(19,15,12,.12); }
.modal-body{
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2.2rem;
  padding: 2.4rem;
}
.modal-body .book-cover{ margin-bottom: 0; }
.modal-meta .cat-tag{
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .08em;
  color: var(--gold-deep);
  border: 1px solid var(--gold-deep);
  padding: .2rem .55rem;
  border-radius: 999px;
  margin-bottom: .9rem;
}
.modal-meta h3{ font-size: 1.5rem; margin-bottom: .3rem; }
.modal-meta .author{ color: var(--muted-light); margin-bottom: 1rem; font-size: .95rem; }
.modal-meta p{ color: var(--muted-light); font-size: .96rem; margin-bottom: 1.3rem; }
.modal-meta .price-row{
  display: flex; align-items: center; gap: 1rem; margin-bottom: 1.3rem;
  font-family: var(--font-serif); font-size: 1.4rem; color: var(--gold-deep); font-weight: 700;
}
.soon-badge{
  font-family: var(--font-sans);
  font-size: .72rem; font-weight: 700;
  color: var(--muted-light);
  background: var(--parchment-2);
  padding: .3rem .6rem;
  border-radius: 999px;
}
.soon-badge.is-available{
  color: #2f6b3f;
  background: #e3ecdd;
}
@media (max-width: 620px){
  .modal-body{ grid-template-columns: 1fr; padding: 1.6rem; }
  .modal-body .book-cover{ max-width: 200px; }
}

/* =========================================================================
   ETKİNLİK — bilet kütüğü (ticket-stub) kartları
   ========================================================================= */
.ticket{
  display: grid;
  grid-template-columns: 220px auto 1fr;
  align-items: stretch;
  background: var(--ink-2);
  border: 1px solid var(--ink-3);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
.ticket-poster{
  padding: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(120% 100% at 10% 0%, rgba(200,151,62,.10), transparent 60%),
    var(--ink);
}
.ticket-poster img{
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 14px 30px rgba(0,0,0,.45);
}
.ticket-perf{
  position: relative;
  width: 1px;
  background-image: linear-gradient(var(--ink-3) 60%, transparent 0%);
  background-size: 1px 12px;
  background-repeat: repeat-y;
  margin: 1.4rem 0;
}
.ticket-perf::before, .ticket-perf::after{
  content: "";
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--night);
}
.ticket-perf::before{ top: -11px; }
.ticket-perf::after{ bottom: -11px; }

.ticket-info{
  padding: 1.8rem 2.2rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.ticket-date{
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: .3rem;
}
.ticket-date .num{
  font-family: var(--font-serif);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
}
.ticket-date .dm{
  font-size: .78rem;
  color: var(--muted-dark);
  line-height: 1.3;
}
.ticket-date .time{
  margin-left: auto;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--ivory);
}
.ticket-info h3{ font-size: 1.5rem; }
.ticket-info .desc{ color: var(--muted-dark); font-size: .95rem; margin: .3rem 0 .8rem; }
.ticket-tags{ display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.ticket-tags span{
  font-size: .74rem;
  border: 1px solid var(--night-3);
  color: var(--muted-dark);
  padding: .28rem .65rem;
  border-radius: 999px;
}
.ticket-cta{ display: flex; gap: .8rem; margin-top: auto; flex-wrap: wrap; }

@media (max-width: 900px){
  .ticket{ grid-template-columns: 1fr; }
  .ticket-poster{ max-width: 260px; margin: 0 auto; padding-bottom: 0; }
  .ticket-perf{ width: auto; height: 1px; margin: 1.4rem 1.8rem 0; background-image: linear-gradient(90deg, var(--ink-3) 60%, transparent 0%); background-size: 12px 1px; }
  .ticket-perf::before, .ticket-perf::after{ top: 50%; transform: translateY(-50%); left: -11px; }
  .ticket-perf::after{ left: auto; right: -11px; }
  .ticket-info{ padding: 1.6rem 1.6rem 1.8rem; }
}

.info-banner{
  margin-top: 1.5rem;
  border: 1px dashed var(--night-3);
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  color: var(--muted-dark);
  font-size: .92rem;
}
.info-banner svg{ width: 22px; height: 22px; flex-shrink: 0; color: var(--gold-light); margin-top: 2px; }

/* Geçmiş etkinlik / afiş çerçeveli görünüm */
.poster-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.poster-frame{
  background: var(--ink-2);
  border: 1px solid var(--ink-3);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}
.poster-frame img{ border-radius: 4px; margin-bottom: .9rem; }
.poster-frame h4{ font-family: var(--font-serif); font-size: 1.05rem; margin-bottom: .2rem; }
.poster-frame .meta{ font-size: .8rem; color: var(--muted-dark); }
@media (max-width: 900px){ .poster-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .poster-grid{ grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; } }

/* =========================================================================
   ANA SAYFA — Yaklaşan Etkinlikler önizleme kartları
   ========================================================================= */
.event-mini-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
.event-mini{
  background: var(--ink-2);
  border: 1px solid var(--ink-3);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.event-mini-art{
  padding: 1.4rem 1.4rem .6rem;
  display: flex;
  justify-content: center;
  background: radial-gradient(120% 100% at 20% 0%, rgba(200,151,62,.10), transparent 60%);
}
.event-mini-art img{ max-height: 230px; width: auto; border-radius: 4px; box-shadow: 0 14px 26px rgba(0,0,0,.4); }
.event-mini-body{ padding: 1.2rem 1.4rem 1.6rem; }
.date-pill{
  display: inline-flex;
  align-items: baseline;
  gap: .4rem;
  font-family: var(--font-serif);
  color: var(--gold-light);
  font-size: .85rem;
  margin-bottom: .6rem;
}
.date-pill b{ font-size: 1.3rem; }
.event-mini h4{ font-family: var(--font-serif); font-size: 1.15rem; margin-bottom: .4rem; color: var(--ivory); }
.event-mini .meta-line{ font-size: .84rem; color: var(--muted-dark); margin-bottom: .9rem; }
@media (max-width: 900px){ .event-mini-grid{ grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }

/* Galeri önizleme şeridi (ana sayfa) */
.gallery-preview-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.gallery-preview-grid a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/4;
  position: relative;
  border: 1px solid rgba(247,240,227,.08);
  background: var(--ink);
  padding: .5rem;
}
.gallery-preview-grid img{ width: 100%; height: 100%; object-fit: contain; transition: transform .5s var(--ease); }
.gallery-preview-grid a:hover img{ transform: scale(1.06); }
@media (max-width: 760px){ .gallery-preview-grid{ grid-template-columns: repeat(2,1fr); } }

/* =========================================================================
   GALERİ
   ========================================================================= */
.gallery-controls{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
.gallery-grid{
  columns: 4 220px;
  column-gap: 1.2rem;
}
.gallery-item{
  break-inside: avoid;
  margin-bottom: 1.2rem;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--night-3);
  background: var(--night-2);
}
.gallery-item img{ width: 100%; display: block; transition: transform .5s var(--ease); }
.gallery-item:hover img{ transform: scale(1.035); }
.gallery-caption{
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.6rem .9rem .8rem;
  background: linear-gradient(to top, rgba(6,10,18,.88), transparent);
  color: var(--ivory);
  font-size: .82rem;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.gallery-item:hover .gallery-caption{ opacity: 1; transform: translateY(0); }
.gallery-caption strong{ display: block; font-family: var(--font-serif); font-size: .95rem; margin-bottom: .15rem; }

.play-badge{
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(19,15,12,.55);
  border: 1px solid rgba(247,240,227,.5);
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(2px);
}
.play-badge svg{ width: 18px; height: 18px; color: var(--ivory); margin-left: 2px; }
.type-tag{
  position: absolute; top: .7rem; right: .7rem;
  font-size: .68rem; font-weight: 700; letter-spacing: .04em;
  background: rgba(10,20,36,.75);
  color: var(--gold-light);
  padding: .25rem .55rem;
  border-radius: 999px;
}

@media (max-width: 980px){ .gallery-grid{ columns: 3 180px; } }
@media (max-width: 620px){ .gallery-grid{ columns: 2 140px; column-gap: .8rem; } .gallery-item{ margin-bottom: .8rem; } }

.lightbox{
  position: fixed; inset: 0; z-index: 600;
  background: rgba(6,5,4,.92);
  display: none;
  align-items: center; justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
}
.lightbox.is-open{ display: flex; }
.lightbox-stage{
  max-width: 980px; width: 100%;
  max-height: 86vh;
  display: flex; flex-direction: column; align-items: center;
}
.lightbox-stage img, .lightbox-stage video{
  max-width: 100%; max-height: 74vh;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.lightbox-caption{
  color: var(--muted-dark);
  margin-top: 1rem;
  text-align: center;
  font-size: .92rem;
}
.lightbox-caption strong{ color: var(--ivory); font-family: var(--font-serif); display: block; font-size: 1.05rem; margin-bottom: .2rem;}
.lightbox-close, .lightbox-nav{
  position: fixed;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: var(--ivory);
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background-color .2s var(--ease);
}
.lightbox-close:hover, .lightbox-nav:hover{ background: rgba(255,255,255,.18); }
.lightbox-close{ top: 1.4rem; right: 1.4rem; }
.lightbox-nav svg{ width: 20px; height: 20px; }
.lightbox-prev{ left: 1.4rem; top: 50%; transform: translateY(-50%); }
.lightbox-next{ right: 1.4rem; top: 50%; transform: translateY(-50%); }
@media (max-width: 640px){
  .lightbox-prev, .lightbox-next{ display: none; }
}

/* =========================================================================
   ALINTI (Hasbıhâl)
   ========================================================================= */
.quote-section{
  position: relative;
  background: var(--ink);
  color: var(--ivory);
  overflow: hidden;
}
.quote-section::before{
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(50% 70% at 50% 0%, rgba(200,151,62,.16), transparent 65%);
}
.quote-section .container{ position: relative; z-index: 1; }
blockquote{
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.55;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  color: var(--parchment);
}
.quote-cite{
  display: block;
  margin-top: 1.6rem;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: .92rem;
  color: var(--gold-light);
  font-weight: 600;
}

/* =========================================================================
   HABER / BLOG KARTLARI
   ========================================================================= */
.news-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
.news-card{ display: flex; flex-direction: column; }
.news-thumb{
  aspect-ratio: 4/3;
  border-radius: 8px;
  margin-bottom: 1.1rem;
  background: linear-gradient(135deg, var(--night-2), var(--night));
  position: relative;
  overflow: hidden;
  display: flex; align-items: flex-end; padding: 1rem;
}
.news-thumb span{
  font-family: var(--font-serif); font-style: italic;
  color: var(--gold-light); font-size: .85rem;
}
.news-date{ font-size: .8rem; color: var(--muted-light); margin-bottom: .4rem; }
.band-ink .news-date, .band-night .news-date{ color: var(--muted-dark); }
.news-card h4{ font-family: var(--font-serif); font-size: 1.12rem; margin-bottom: .5rem; line-height: 1.35; }
.news-card p{ font-size: .92rem; color: var(--muted-light); }
.band-ink .news-card p, .band-night .news-card p{ color: var(--muted-dark); }
@media (max-width: 900px){ .news-grid{ grid-template-columns: 1fr; gap: 2rem; max-width: 480px; margin: 0 auto; } }

/* =========================================================================
   SSS (Accordion) — GEO/SEO için
   ========================================================================= */
.faq{ max-width: 760px; margin: 0 auto; }
.faq-item{ border-bottom: 1px solid var(--parchment-line); }
.faq-q{
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 1.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-serif);
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--ink-text);
}
.faq-q svg{ width: 20px; height: 20px; flex-shrink: 0; color: var(--gold-deep); transition: transform .3s var(--ease); }
.faq-item.is-open .faq-q svg{ transform: rotate(45deg); }
.faq-a{
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s var(--ease);
  color: var(--muted-light);
  font-size: .96rem;
}
.faq-a p{ padding-bottom: 1.4rem; max-width: 68ch; }
.faq-item.is-open .faq-a{ max-height: 300px; }

/* =========================================================================
   İLETİŞİM
   ========================================================================= */
.contact-grid{
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 3.5rem;
}
.contact-list{ display: flex; flex-direction: column; gap: 1.6rem; margin-top: 2rem; }
.contact-list li{ display: flex; gap: 1rem; align-items: flex-start; }
.contact-list svg{ width: 22px; height: 22px; color: var(--gold-light); flex-shrink: 0; margin-top: 2px; }
.contact-list strong{ display: block; font-family: var(--font-serif); font-size: 1rem; margin-bottom: .2rem; }
.contact-list span, .contact-list a{ color: var(--muted-dark); font-size: .94rem; }
.contact-list a:hover{ color: var(--gold-light); }

.social-row{ display: flex; gap: .8rem; margin-top: 2rem; }
.social-row a{
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--night-3);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s var(--ease), color .2s var(--ease);
}
.social-row svg{ width: 18px; height: 18px; }
.social-row a:hover{ border-color: var(--gold); color: var(--gold-light); }

.form-card{
  background: var(--ink-2);
  border: 1px solid var(--ink-3);
  border-radius: 12px;
  padding: clamp(1.8rem, 3vw, 2.6rem);
}
.form-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-bottom: 1.2rem; }
.field{ display: flex; flex-direction: column; gap: .5rem; }
.field.full{ grid-column: 1 / -1; }
.field label{ font-size: .84rem; color: var(--muted-dark); }
.field input, .field textarea, .field select{
  background: rgba(247,240,227,.05);
  border: 1px solid var(--ink-3);
  border-radius: 6px;
  padding: .85rem 1rem;
  color: var(--ivory);
  outline: none;
  transition: border-color .2s var(--ease);
  font-family: inherit;
  font-size: .95rem;
}
.field input:focus, .field textarea:focus, .field select:focus{ border-color: var(--gold); }
.field textarea{ resize: vertical; min-height: 130px; }
.field select{
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cabfa9' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
  padding-right: 2.6rem;
}
.field select option{ background: var(--ink-2); color: var(--ivory); }
.field-help{ font-size: .8rem; color: var(--muted-dark-2); line-height: 1.5; margin-top: -.2rem; }
.field-help strong{ color: var(--gold-light); font-weight: 600; }

.field-checkbox{
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  grid-column: 1 / -1;
  padding-top: .4rem;
}
.field-checkbox input{
  margin-top: .3rem;
  width: 17px; height: 17px;
  flex-shrink: 0;
  accent-color: var(--gold);
}
.field-checkbox label{ font-size: .86rem; color: var(--muted-dark); line-height: 1.55; }

.form-note{ font-size: .82rem; color: var(--muted-dark-2); margin-top: 1rem; }
.form-note.is-error{ color: #e0937a; }
@media (max-width: 640px){ .form-row{ grid-template-columns: 1fr; } .contact-grid{ grid-template-columns: 1fr; gap: 2.5rem; } }

/* İletişim sayfası sekmeleri (İletişim / Yayın Başvurusu / Etkinlik Başvurusu) */
.contact-tabs{
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.contact-tab{
  border: 1px solid var(--parchment-line);
  background: transparent;
  color: var(--muted-light);
  font-size: .92rem;
  font-weight: 600;
  padding: .7rem 1.3rem;
  border-radius: 999px;
  transition: all .2s var(--ease);
}
.contact-tab:hover{ border-color: var(--gold-deep); color: var(--gold-deep); }
.contact-tab.is-active{ background: var(--ink); border-color: var(--ink); color: var(--ivory); }
.contact-panel{ display: none; }
.contact-panel.is-active{ display: block; }

.submission-intro{ max-width: 62ch; margin-bottom: 2.5rem; }
.submission-intro .lede{ margin-top: .6rem; }

.map-wrap{
  margin-top: 4rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--night-3);
  filter: grayscale(.15) contrast(1.05);
}
.map-wrap iframe{ width: 100%; height: 420px; border: 0; display: block; }

/* Ana sayfa — "Samed'de yerinizi alın" başvuru çağrısı */
.apply-cta{
  background: var(--ink-2);
  border: 1px solid var(--ink-3);
  border-radius: 16px;
  padding: clamp(2rem, 4vw, 3.2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.apply-cta h3{ margin-bottom: .5rem; }
.apply-cta p{ color: var(--muted-dark); }
.apply-cta-links{ display: flex; gap: 1rem; flex-wrap: wrap; }
@media (max-width: 720px){ .apply-cta{ flex-direction: column; align-items: flex-start; } }

/* =========================================================================
   KÜLTÜREVİ sayfası — Kurucumuz
   ========================================================================= */
.founder-grid{
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.founder-photo{
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.4);
  border: 1px solid rgba(200,151,62,.2);
}
.founder-photo img{ width: 100%; display: block; }
.founder-role{
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--gold-light);
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
}
.founder-bio p{ color: var(--muted-dark); margin-bottom: 1.1rem; max-width: 62ch; }
.founder-pull{
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ivory);
  border-left: 2px solid var(--gold);
  padding-left: 1.2rem;
  margin-top: 1.6rem;
}
@media (max-width: 820px){
  .founder-grid{ grid-template-columns: 1fr; }
  .founder-photo{ max-width: 340px; margin: 0 auto; }
}

/* =========================================================================
   KÜLTÜREVİ sayfası — ikon listesi
   ========================================================================= */
.program-list{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; margin-top: 3rem; }
.program-item{
  display: flex; gap: 1.1rem;
  padding: 1.6rem;
  border: 1px solid var(--parchment-line);
  border-radius: 10px;
}
.program-item svg{ width: 30px; height: 30px; color: var(--gold-deep); flex-shrink: 0; }
.program-item h4{ font-family: var(--font-serif); font-size: 1.08rem; margin-bottom: .4rem; }
.program-item p{ font-size: .92rem; color: var(--muted-light); }
@media (max-width: 720px){ .program-list{ grid-template-columns: 1fr; } }

.visit-card{
  margin-top: 4rem;
  background: var(--night);
  color: var(--ivory);
  border-radius: 14px;
  padding: clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.visit-card h3{ margin-bottom: .8rem; }
.visit-card .rule{ margin-bottom: 1.2rem; }
.visit-facts{ display: flex; flex-direction: column; gap: 1rem; }
.visit-facts div strong{ display: block; font-family: var(--font-serif); color: var(--gold-light); font-size: .9rem; margin-bottom: .15rem; }
.visit-facts div span{ color: var(--muted-dark); font-size: .92rem; }
.visit-card .btn-outline{ border-color: rgba(247,240,227,.35); color: var(--ivory); }
.visit-card .btn-outline:hover{ border-color: var(--gold-light); color: var(--gold-light); }
@media (max-width: 780px){ .visit-card{ grid-template-columns: 1fr; } }

/* =========================================================================
   NEWSLETTER BANT
   ========================================================================= */
.newsletter{
  background: var(--night);
  color: var(--ivory);
  padding: 3.4rem 0;
}
.newsletter .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.newsletter h3{ margin-bottom: .4rem; }
.newsletter p{ color: var(--muted-dark); font-size: .95rem; }
.newsletter-form{ display: flex; gap: .7rem; flex-wrap: wrap; }
.newsletter-form input{
  background: rgba(247,240,227,.06);
  border: 1px solid var(--night-3);
  border-radius: 6px;
  padding: .85rem 1.1rem;
  color: var(--ivory);
  min-width: 240px;
  outline: none;
}
.newsletter-form input:focus{ border-color: var(--gold); }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer{
  background: var(--ink);
  color: var(--muted-dark);
  padding: 5rem 0 0;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--ink-3);
}
.footer-brand img{ height: 44px; margin-bottom: 1.1rem; border-radius: 5px; }
.footer-brand p{ font-size: .9rem; max-width: 32ch; }
.footer-col h5{
  font-family: var(--font-serif);
  color: var(--ivory);
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.footer-col ul{ display: flex; flex-direction: column; gap: .75rem; }
.footer-col a, .footer-col span{ font-size: .9rem; transition: color .2s var(--ease); }
.footer-col a:hover{ color: var(--gold-light); }
.footer-bottom{
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .82rem;
  color: var(--muted-dark-2);
}
@media (max-width: 900px){
  .footer-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px){
  .footer-grid{ grid-template-columns: 1fr; }
}

/* =========================================================================
   YARDIMCI SINIFLAR
   ========================================================================= */
.mt-0{ margin-top: 0 !important; }
.center-head{ text-align: center; margin-left: auto; margin-right: auto; }
.visually-hidden{
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0; padding: 0; margin: -1px;
}

/* Sayfa girişinde tek seferlik yumuşak beliriş (bilinçli, tek an) */
.reveal-in{
  animation: revealIn .9s var(--ease) both;
}
@keyframes revealIn{
  from{ opacity: 0; transform: translateY(14px); }
  to{ opacity: 1; transform: translateY(0); }
}

/* =========================================================================
   SABİT ANKET DUYURU ŞERİDİ — tüm sayfalarda, kaydırmadan görünür
   ========================================================================= */
.survey-banner{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 300;
  background: var(--ink);
  border-top: 1px solid var(--gold-deep);
  color: var(--ivory);
  padding: .9rem clamp(1rem, 4vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  box-shadow: 0 -10px 30px rgba(0,0,0,.35);
  transform: translateY(110%);
  transition: transform .5s var(--ease);
}
.survey-banner.is-visible{ transform: translateY(0); }
.survey-banner p{
  margin: 0;
  font-size: .92rem;
  color: var(--muted-dark);
  text-align: center;
}
.survey-banner strong{ color: var(--ivory); }
.survey-banner .btn{ padding: .6rem 1.2rem; font-size: .88rem; white-space: nowrap; }
.survey-banner-close{
  position: absolute;
  top: .5rem; right: .6rem;
  background: none; border: 0;
  color: var(--muted-dark-2);
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
}
.survey-banner-close:hover{ color: var(--ivory); background: rgba(247,240,227,.08); }
@media (max-width: 560px){
  .survey-banner{ padding: 2.2rem 1rem .9rem; }
  .survey-banner p{ font-size: .85rem; }
}
