/* ============================================================
   TAKVİM — canlı ders & workshop takvimi (sayfa CSS'i)
   Sistem: v50 · yalnız Montserrat · mavi/mor yok · eriyen gölgeler
   ============================================================ */

/* ---------- 3D başlık gölgesi (yumuşak, eriyerek biten) ---------- */
.t3d{
  text-shadow:
    0 2px 3px rgba(26,18,7,.10),
    0 10px 22px rgba(26,18,7,.16),
    0 30px 60px rgba(26,18,7,.14);
}

/* ---------- HERO — dar, bold, ölü boşluksuz ---------- */
.tk-hero{padding-bottom:clamp(22px,3vw,44px)}
.tk-hero-grid{
  display:grid;grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr);
  gap:clamp(28px,4.4vw,72px);align-items:end;
}
.tk-hero .h1{margin-top:14px}
.tk-hero .lead{margin-top:16px}
.tk-facts{
  display:flex;align-items:center;gap:clamp(14px,1.8vw,26px);flex-wrap:wrap;
  margin-top:clamp(18px,2.2vw,28px);font-size:13.5px;color:var(--ink2);
}
.tk-facts b{font-weight:800;color:var(--ink)}
.tk-facts i{width:5px;height:5px;border-radius:50%;background:var(--brass);flex:none}

/* en yakın atölye plaketi */
.tk-next{
  position:relative;display:block;border-radius:20px;overflow:hidden;min-height:236px;
  box-shadow:0 1px 2px rgba(26,18,7,.06),0 10px 22px rgba(26,18,7,.09),0 32px 64px rgba(26,18,7,.12);
  transition:transform .5s var(--e-manidar),box-shadow .5s var(--e-manidar);
}
.tk-next:hover{
  transform:translateY(-7px);
  box-shadow:0 2px 4px rgba(26,18,7,.07),0 16px 34px rgba(26,18,7,.12),0 44px 88px rgba(26,18,7,.16);
}
.tk-next .bg{
  position:absolute;inset:0;background-size:cover;background-position:center;
  transition:transform .9s var(--e-manidar);
}
.tk-next:hover .bg{transform:scale(1.06)}
.tk-next::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(15,10,5,0) 24%,rgba(15,10,5,.82) 100%);
}
.tk-next .in{
  position:absolute;inset:auto 0 0 0;z-index:2;padding:18px 20px;
  display:flex;flex-direction:column;gap:8px;color:var(--cream);
}
.tk-next .tag{
  align-self:flex-start;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;
  color:var(--esp);background:var(--brass2);padding:5px 11px;border-radius:999px;
}
.tk-next .d{display:flex;align-items:baseline;gap:8px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cream2)}
.tk-next .d b{font-size:34px;font-weight:800;letter-spacing:0;color:var(--cream);font-variant-numeric:tabular-nums;line-height:1}
.tk-next .tt{font-weight:700;font-size:clamp(17px,1.4vw,20px);line-height:1.25}

/* ---------- TARİH ŞERİDİ — ay/hafta hissi, yatay snap ---------- */
.tk-stripwrap{padding-block:0 clamp(8px,1.2vw,18px)}
.tk-striphead{
  display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;
  margin-bottom:6px;
}
.tk-legend{display:flex;gap:18px;align-items:center;font-size:12px;color:var(--ink2);flex-wrap:wrap}
.tk-legend .lg{display:inline-flex;align-items:center;gap:7px}
.tk-legend .dot{width:6px;height:6px;border-radius:50%;background:var(--appetite);display:inline-block}
.tk-legend .tdy{width:12px;height:12px;border-radius:4px;border:2px solid var(--appetite);display:inline-block}
.tk-nav{display:flex;gap:8px}
.tk-arr{
  width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--paper3);
  font:inherit;font-size:16px;color:var(--ink);cursor:pointer;
  transition:background .3s,color .3s,transform .35s var(--e-kagit);
}
.tk-arr:hover{background:var(--ink);color:var(--paper3);transform:translateY(-3px)}

.tk-stripbox{position:relative}
.tk-stripbox::before,.tk-stripbox::after{
  content:"";position:absolute;top:0;bottom:0;width:clamp(18px,3vw,48px);z-index:3;pointer-events:none;
}
.tk-stripbox::before{left:0;background:linear-gradient(90deg,var(--paper),rgba(245,239,228,0))}
.tk-stripbox::after{right:0;background:linear-gradient(270deg,var(--paper),rgba(245,239,228,0))}

.tk-strip{
  display:flex;gap:8px;align-items:stretch;overflow-x:auto;
  scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;
  padding:20px 4px 16px;
}
.tk-strip::-webkit-scrollbar{display:none}
.tk-strip .mo{
  flex:0 0 auto;align-self:center;font-size:10px;font-weight:800;letter-spacing:.18em;
  text-transform:uppercase;color:var(--brass);border:1px dashed rgba(160,118,47,.55);
  padding:7px 12px;border-radius:999px;margin-inline:4px;white-space:nowrap;
}
.tk-strip .day{
  flex:0 0 auto;scroll-snap-align:center;min-width:60px;min-height:64px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  border:1px solid var(--line);border-radius:14px;background:transparent;
  font:inherit;color:var(--ink);position:relative;padding:9px 6px 11px;
}
.tk-strip .day b{font-weight:800;font-size:19px;line-height:1;font-variant-numeric:tabular-nums}
.tk-strip .day>span{font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--ink3)}
.tk-strip .day.off{opacity:.5}
.tk-strip .day .dot{width:6px;height:6px;border-radius:50%;background:var(--appetite);margin-top:1px}
.tk-strip button.day{cursor:pointer;background:var(--paper3);
  box-shadow:0 1px 2px rgba(26,18,7,.05),0 8px 18px rgba(26,18,7,.06);
  transition:transform .35s var(--e-kagit),box-shadow .35s,border-color .3s,background .3s,color .3s;
}
.tk-strip button.day:hover{
  transform:translateY(-4px);border-color:var(--brass);
  box-shadow:0 2px 3px rgba(26,18,7,.06),0 12px 26px rgba(26,18,7,.10),0 30px 54px rgba(26,18,7,.10);
}
.tk-strip button.day.on{background:var(--ink);border-color:var(--ink);color:var(--paper3)}
.tk-strip button.day.on>span{color:var(--cream3)}
.tk-strip button.day.on .dot{background:var(--brass2)}
.tk-strip .day.today{border:2px solid var(--appetite)}
.tk-strip .day.today em{
  position:absolute;top:-9px;left:50%;transform:translateX(-50%);
  font-style:normal;font-size:8.5px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
  background:var(--appetite);color:#FFF6EE;padding:2.5px 9px;border-radius:999px;white-space:nowrap;
}
.tk-strip .day.kapali .dot{background:var(--ink3)}

/* ---------- SERVİS LİSTESİ — event satırları ---------- */
.tk-count{font-size:13.5px;color:var(--ink2);font-variant-numeric:tabular-nums}
.tk-count b{font-weight:800;color:var(--appetite)}

.tk-list .event{
  grid-template-columns:88px clamp(110px,10vw,150px) minmax(0,1fr) 176px auto;
  grid-template-areas:"d t i s c";
  gap:clamp(16px,2.2vw,36px);padding:clamp(20px,2.2vw,28px) 12px;
  scroll-margin-top:130px;
}
.tk-list .event .date{grid-area:d}
.tk-list .event .thumb{grid-area:t}
.tk-list .event .info{grid-area:i;min-width:0}
.tk-list .event .cap{grid-area:s}
.tk-list .event .cta{grid-area:c}

.tk-list .event .date b{font-weight:800;font-size:clamp(34px,2.8vw,44px)}
.tk-list .event .thumb{
  aspect-ratio:4/3;border-radius:14px;background-size:cover;background-position:center;
  box-shadow:0 1px 2px rgba(26,18,7,.06),0 10px 22px rgba(26,18,7,.09),0 26px 48px rgba(26,18,7,.10);
  transition:transform .5s var(--e-manidar),filter .4s;
}
.tk-list .event:hover .thumb{transform:scale(1.045) rotate(-1deg)}
.tk-list .event .kick{
  display:block;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;
  color:var(--brass);margin-bottom:6px;
}
.tk-list .event h3{font-weight:700}
.tk-list .event .who{margin-top:4px;line-height:1.5}

.tk-list .cap{display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.capbar{width:126px;height:5px;border-radius:999px;background:rgba(26,18,7,.12);overflow:hidden;display:block}
.capbar i{display:block;height:100%;width:var(--p,50%);border-radius:999px;background:var(--leaf)}
.event.hot .capbar i{background:var(--appetite)}
.capnote{font-size:11.5px;color:var(--ink3);font-variant-numeric:tabular-nums}

.seats{
  display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:800;
  letter-spacing:.12em;text-transform:uppercase;padding:6px 13px;border-radius:999px;white-space:nowrap;
}
.seats.ok{color:var(--leaf);border:1.5px solid var(--leaf)}
.seats.hot{color:#FFF6EE;background:var(--appetite);animation:tkSimmer 2.4s var(--e-manidar) infinite}
@keyframes tkSimmer{
  0%{box-shadow:0 0 0 0 rgba(160,118,47,.36)}
  70%{box-shadow:0 0 0 10px rgba(160,118,47,0)}
  100%{box-shadow:0 0 0 0 rgba(160,118,47,0)}
}

.tk-list .cta{display:flex;flex-direction:column;align-items:flex-end;gap:10px;min-width:168px}

/* şeritten gelince satır parlar */
.tk-list .event.flash{animation:tkFlash 1.5s var(--e-manidar)}
@keyframes tkFlash{
  0%{background:rgba(216,172,92,.30)}
  100%{background:rgba(216,172,92,0)}
}

/* ---------- İMZA: "SERVİS BİTTİ" mikro durumu ---------- */
.tk-list .event.full,
.tk-list .event.full:hover{
  background:rgba(160,118,47,.03) repeating-linear-gradient(-45deg,rgba(26,18,7,.03) 0 10px,rgba(26,18,7,0) 10px 20px);
}
.tk-list .event.full .thumb{filter:grayscale(.75) contrast(.92);opacity:.85}
.tk-list .event.full:hover .thumb{transform:none}
.tk-list .event.full .date b{opacity:.45}
.tk-list .event.full h3{color:var(--ink2)}

/* mum boyası çizgisi — satır görünür olunca üstü çizilir */
.strike{position:relative;display:inline-block}
.strike::after{
  content:"";position:absolute;left:-2%;right:-2%;top:55%;height:3px;border-radius:3px;
  background:var(--appetite);opacity:.85;
  transform:scaleX(0) rotate(-1.2deg);transform-origin:left center;
  transition:transform .7s var(--e-manidar) .4s;
}
.event.full.seen .strike::after{transform:scaleX(1) rotate(-1.2deg)}

/* damga — çizginin ardından kağıt esnemesiyle basılır */
.stamp{
  display:inline-block;font-weight:800;font-size:12.5px;letter-spacing:.24em;text-transform:uppercase;
  color:var(--appetite);border:2px solid var(--appetite);border-radius:9px;padding:9px 14px 9px 17px;
  transform:rotate(-7deg) scale(0);transform-origin:center;
  transition:transform .55s var(--e-kagit) 1s;
}
.event.full.seen .stamp{transform:rotate(-7deg) scale(1)}
.event.full:hover .stamp{animation:tkWobble .6s var(--e-kagit)}
@keyframes tkWobble{
  0%{transform:rotate(-7deg) scale(1)}
  35%{transform:rotate(-3deg) scale(1.07)}
  70%{transform:rotate(-8.5deg) scale(.99)}
  100%{transform:rotate(-7deg) scale(1)}
}
.fullnote{
  font-size:12.5px;color:var(--ink3);line-height:1.5;margin-top:6px;
  max-height:0;opacity:0;overflow:hidden;
  transition:max-height .5s var(--e-manidar),opacity .4s;
}
.event.full:hover .fullnote,.event.full:focus-within .fullnote{max-height:64px;opacity:1}

.tk-listfoot{margin-top:clamp(18px,2.4vw,30px);font-size:13.5px;color:var(--ink2)}

/* ---------- KOYU BANT — canlı ders 3 adım + haber ver ---------- */
#haberver{scroll-margin-top:96px}
.tk-dark{
  position:relative;z-index:2;display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:clamp(34px,5vw,90px);align-items:start;
}
.tk-steps .steps{display:flex;flex-direction:column;gap:14px;margin-top:clamp(20px,2.6vw,34px)}
.stp{
  display:flex;gap:clamp(14px,1.6vw,22px);align-items:flex-start;
  border:1px solid var(--lined);border-radius:16px;padding:18px 20px;
  background:rgba(241,233,215,.04);
  transition:transform .45s var(--e-manidar),background .3s,border-color .3s;
}
.stp:hover{transform:translateX(8px);background:rgba(241,233,215,.07);border-color:rgba(216,172,92,.4)}
.stp .no{
  font-weight:800;font-size:clamp(24px,2.2vw,32px);line-height:1.05;color:var(--brass2);
  font-variant-numeric:tabular-nums;min-width:50px;
}
.stp b{display:block;font-weight:700;font-size:16px;color:var(--cream)}
.stp p{font-size:13.5px;color:var(--cream2);margin-top:5px;line-height:1.55}

.tk-notify h3{font-weight:700;font-size:clamp(24px,2.4vw,38px);line-height:1.12;letter-spacing:-.015em;margin-top:14px;text-wrap:balance}
.tk-notify .lead{margin-top:14px}
.tk-form{display:flex;gap:12px;flex-wrap:wrap;margin-top:clamp(18px,2.2vw,28px)}
.tk-form input{
  flex:1;min-width:220px;font:inherit;font-size:15.5px;padding:15px 18px;border-radius:999px;
  border:1px solid var(--lined);background:rgba(241,233,215,.06);color:var(--cream);
  transition:border-color .3s,background .3s;
}
.tk-form input:focus{outline:none;border-color:var(--brass2);background:rgba(241,233,215,.09)}
.tk-form input::placeholder{color:var(--cream3)}
.tk-form .done{font-size:16.5px;color:var(--brass2);line-height:1.5}
.tk-note{font-size:12.5px;color:var(--cream3);margin-top:14px}

/* ============================================================
   KIRILIM: 1020px — tablet
   ============================================================ */
@media (max-width:1020px){
  .tk-hero-grid{grid-template-columns:1fr;align-items:start}
  .tk-next{min-height:200px;max-width:560px}

  .tk-list .event{
    grid-template-columns:76px minmax(0,1fr) auto;
    grid-template-areas:"d i c" "d s c";
    row-gap:12px;padding:20px 8px;
  }
  .tk-list .event .thumb{display:none}
  .tk-list .cap{flex-direction:row;align-items:center;gap:12px}
  .capbar{display:none}
  .tk-list .cta{min-width:0}

  .tk-dark{grid-template-columns:1fr;gap:40px}
}

/* ============================================================
   KIRILIM: 640px — satırlar kartlaşır
   ============================================================ */
@media (max-width:640px){
  .tk-hero-grid{gap:22px}
  .tk-next{min-height:180px;width:100%}
  .tk-facts{gap:12px;font-size:12.5px}

  .tk-striphead{gap:12px}
  .tk-strip .day{min-width:54px;min-height:60px}

  .tk-list{border-top:0;display:flex;flex-direction:column;gap:18px}
  .tk-list .event{
    display:block;padding:0 0 16px;border-bottom:0;
    border:1px solid var(--line);border-radius:18px;background:var(--paper3);
    overflow:hidden;position:relative;scroll-margin-top:96px;
    box-shadow:0 1px 2px rgba(26,18,7,.05),0 10px 22px rgba(26,18,7,.07),0 26px 50px rgba(26,18,7,.09);
  }
  .tk-list .event:hover{background:var(--paper3)}
  .tk-list .event.full,.tk-list .event.full:hover{
    background:var(--paper3) repeating-linear-gradient(-45deg,rgba(26,18,7,.03) 0 10px,rgba(26,18,7,0) 10px 20px);
  }
  .tk-list .event .thumb{
    display:block;aspect-ratio:16/9;border-radius:0;box-shadow:none;
  }
  .tk-list .event:hover .thumb{transform:none}
  .tk-list .event .date{
    position:absolute;top:12px;left:12px;z-index:2;text-align:center;
    background:var(--paper3);border:0;border-radius:12px;padding:8px 12px 7px;
    box-shadow:0 1px 2px rgba(26,18,7,.08),0 10px 24px rgba(26,18,7,.16);
  }
  .tk-list .event .date b{font-size:24px}
  .tk-list .event .date span{font-size:9px}
  .tk-list .event .info{padding:14px 16px 0}
  .tk-list .cap{padding:12px 16px 0;flex-direction:row;align-items:center;gap:10px;flex-wrap:wrap}
  .capbar{display:block;flex:1;min-width:70px;width:auto}
  .tk-list .cta{
    padding:14px 16px 0;flex-direction:row;align-items:center;
    justify-content:space-between;width:100%;
  }
  .tk-list .cta .btn{min-height:44px}
  .tk-list .event.flash{animation:none;outline:2px solid var(--brass);outline-offset:-2px}

  .stp{padding:15px 16px}
  .tk-form .btn{width:100%;justify-content:center}
}

/* ---------- hareket azaltma ---------- */
@media (prefers-reduced-motion:reduce){
  .seats.hot{animation:none}
  .event.full:hover .stamp{animation:none}
  .tk-next .bg,.tk-list .event .thumb{transition:none}
  .tk-list .event.flash{animation:none}
  .strike::after,.stamp{transition-duration:.01s;transition-delay:0s}
}

/* ==========================================================================
   V93 — "ÜÇ ADIMDA OCAK BAŞINA" BANDI AÇIK TEMAYA ÇEVRİLDİ
   Bölüm band-dark/on-dark ile espresso zemindeydi; sayfanın geri kalanı
   krem olduğu için tek başına duruyordu. Artık aynı kâğıt zeminde.
   ========================================================================== */
.tk-light{background:var(--paper);color:var(--ink)}

.tk-light .stp{
  border-color:rgba(26,18,7,.12);
  background:rgba(251,247,238,.6);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 2px 5px rgba(26,18,7,.04),0 14px 30px -12px rgba(26,18,7,.1);
}
.tk-light .stp:hover{
  background:rgba(251,247,238,.95);
  border-color:rgba(160,118,47,.45);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 6px 14px rgba(26,18,7,.07),0 26px 50px -18px rgba(160,118,47,.3);
}
.tk-light .stp .no{color:var(--brass)}
.tk-light .stp b{color:var(--ink)}
.tk-light .stp p{color:var(--ink2)}

.tk-light .tk-notify h3{color:var(--ink)}
.tk-light .tk-notify .lead{color:var(--ink2)}
.tk-light .tk-form input{
  border-color:rgba(26,18,7,.16);
  background:rgba(251,247,238,.75);
  color:var(--ink);
}
.tk-light .tk-form input::placeholder{color:var(--ink3)}
.tk-light .tk-form input:focus{border-color:var(--brass);background:#FFF}
.tk-light .tk-form .done{color:var(--brass)}
.tk-light .tk-note{color:var(--ink3)}

/* ==========================================================================
   V87 — ADIM KARTLARI ZEMİNDEN BAĞIMSIZ OKUNSUN
   Sorun: .stp ve .tk-form temel stilleri KOYU zemin varsayıyordu
   (color:var(--cream)); açık zemin ise sonradan gelen .tk-light katmanıyla
   düzeltiliyordu. O katman geç gelirse veya önbellekte eski sürüm kalırsa
   yazı krem üstüne krem düşüyor ve hiç okunmuyor.
   Çözüm: renkleri bölümden miras al. .tk-light zaten color:var(--ink)
   verdiği için açık zeminde koyu, koyu zeminde krem olur — düzeltme
   katmanına ihtiyaç kalmaz.
   Ayrıca gövde metni biraz koyulaştırıldı ve büyütüldü.
   ========================================================================== */
.stp b{color:inherit}
.stp p{color:inherit;opacity:.74}
.tk-form input{color:inherit}
.tk-form input::placeholder{color:inherit;opacity:.5}

.tk-light .stp b{color:var(--ink);font-size:17px}
.tk-light .stp p{color:var(--ink);opacity:.78;font-size:14px}
