/* =========================================================
   Mish e Thua · martesa.al
   Stili: ngrohtë & elegant (krem · teal brand · portokalli logoje)
   ========================================================= */

:root {
  --cream:      #FBF6EE;
  --cream-deep: #F3E7D5;
  --surface:    #FFFDF9;
  --ink:        #2A211C;
  --muted:      #6E6056;
  --line:       #E6D8C4;

  --bordo:      #3C5A63;
  --bordo-dark: #2B454C;
  --bordo-soft: #54737D;

  --gold:       #CB6A33;
  --gold-light: #E59461;
  --gold-deep:  #B0531F;

  --radius:   18px;
  --radius-sm:12px;
  --shadow:   0 18px 50px -24px rgba(58, 25, 20, 0.45);
  --shadow-sm:0 8px 24px -14px rgba(58, 25, 20, 0.4);

  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --maxw: 1140px;
  --header-h: 76px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

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

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Typography ---------- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; margin: 0; letter-spacing: .2px; }

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gold-deep);
  margin: 0 0 14px;
}

.section-title { font-size: clamp(2rem, 4.4vw, 3.1rem); color: var(--ink); }
.section-desc { color: var(--muted); max-width: 560px; margin: 14px auto 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 15.5px;
  padding: 14px 26px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 10px 20px; font-size: 14px; }

.btn-primary { background: var(--bordo); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--bordo-dark); transform: translateY(-2px); box-shadow: 0 16px 30px -16px rgba(60,90,99,.7); }

.btn-ghost { background: transparent; color: var(--bordo); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--bordo); background: rgba(60,90,99,.05); transform: translateY(-2px); }

.btn-outline { background: transparent; color: var(--ink); border-color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: #fff; transform: translateY(-2px); }

.btn-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #4A370F; box-shadow: 0 14px 30px -16px rgba(203,106,51,.9); }
.btn-gold:hover { transform: translateY(-2px); filter: brightness(1.04); }

.ico-yt { flex: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--bordo);
  border-bottom: 1px solid rgba(255,255,255,.10);
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header.scrolled { background: var(--bordo-dark); box-shadow: 0 8px 26px -16px rgba(0,0,0,.55); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }

.brand { display: flex; align-items: center; gap: 12px; }
.logo-word { font-family: var(--font-display); font-weight: 700; font-size: 1.72rem; line-height: 1; color: #fff; letter-spacing: .3px; white-space: nowrap; }
.logo-word .logo-e { color: var(--gold); font-style: italic; font-weight: 600; padding: 0 .015em; }
.logo-word .logo-dot { color: var(--gold); }
.footer-brand .logo-word { font-size: 1.55rem; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav > a:not(.btn) { font-weight: 500; font-size: 15.5px; color: rgba(255,255,255,.92); position: relative; padding: 4px 0; }
.nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--gold); transition: width .25s ease;
}
.nav > a:not(.btn):hover::after { width: 100%; }
.nav > a:not(.btn):hover { color: var(--gold-light); }

.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.nav-toggle span + span { margin-top: 5px; }
.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); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 8vw, 104px); overflow: hidden; }
.hero-glow {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 55% at 78% 18%, rgba(203,106,51,.20), transparent 60%),
    radial-gradient(55% 50% at 8% 88%, rgba(60,90,99,.12), transparent 60%);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero-title { font-size: clamp(2.9rem, 6.6vw, 5rem); color: var(--ink); margin-bottom: 22px; }
.hero-title em { font-style: italic; color: var(--bordo); }
.hero-lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--muted); max-width: 520px; margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
.hero-chips li {
  font-size: 13px; font-weight: 500; color: var(--bordo);
  background: rgba(60,90,99,.07); border: 1px solid var(--line);
  padding: 6px 14px; border-radius: 999px;
}

/* Hero video facade */
.hero-media { position: relative; }
.video-facade {
  position: relative; display: block; width: 100%; aspect-ratio: 16 / 10;
  border: 0; padding: 0; cursor: pointer; overflow: hidden;
  border-radius: var(--radius); box-shadow: var(--shadow);
  background: linear-gradient(135deg, var(--bordo), var(--bordo-dark));
  outline: 6px solid rgba(203,106,51,.18); outline-offset: -1px;
}
.facade-thumb {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity .5s ease;
}
.video-facade.has-thumb .facade-thumb { opacity: 1; }
.facade-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,15,18,.15), rgba(40,15,18,.65)); }
.facade-badge {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: #4A370F; background: linear-gradient(135deg, var(--gold-light), var(--gold));
  padding: 6px 12px; border-radius: 999px;
}
.facade-play {
  position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%);
  width: 76px; height: 76px; border-radius: 50%;
  background: rgba(255,253,249,.95); color: var(--bordo);
  display: grid; place-items: center; box-shadow: 0 10px 30px -8px rgba(0,0,0,.5);
  transition: transform .25s ease, background .25s ease;
}
.facade-play svg { margin-left: 4px; }
.video-facade:hover .facade-play { transform: translate(-50%, -50%) scale(1.08); background: #fff; }
.facade-title {
  position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2;
  color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; line-height: 1.2;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
}
.hero-media-note { text-align: center; font-size: 13px; color: var(--muted); margin: 14px 0 0; }

/* ---------- Sections ---------- */
.section { padding: clamp(60px, 9vw, 110px) 0; }
.section-alt { background: var(--cream-deep); }
.section-head { text-align: center; margin-bottom: 52px; }

/* Decorative gold rule */
.section-head .eyebrow { position: relative; display: inline-block; }
.section-head .eyebrow::before,
.section-head .eyebrow::after {
  content: ""; position: absolute; top: 50%; width: 28px; height: 1px; background: var(--gold);
}
.section-head .eyebrow::before { right: calc(100% + 14px); }
.section-head .eyebrow::after { left: calc(100% + 14px); }

/* About */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.about-text .lead { font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 600; line-height: 1.25; color: var(--ink); margin: 0 0 20px; }
.about-text p { color: var(--muted); margin: 0 0 16px; }
.about-note {
  border-left: 3px solid var(--gold); padding: 4px 0 4px 18px;
  color: var(--ink) !important; font-style: italic;
}
.about-note strong { color: var(--bordo); font-style: normal; }

.value-cards { display: grid; gap: 16px; }
.value-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start;
  box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease;
}
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.value-ico { flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--bordo-soft), var(--bordo)); }
.value-card h3 { font-size: 1.4rem; margin-bottom: 4px; }
.value-card p { margin: 0; color: var(--muted); font-size: 15px; }

/* Topics */
.topics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.topic {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.topic:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold-light); }
.topic-ico { font-size: 30px; display: block; margin-bottom: 14px; }
.topic h3 { font-size: 1.45rem; margin-bottom: 8px; color: var(--bordo); }
.topic p { margin: 0; color: var(--muted); font-size: 15px; }

/* Episodes */
.episodes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ep-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; cursor: pointer; text-align: left; padding: 0; border-width: 1px;
  display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease;
  font-family: inherit; color: inherit;
}
.ep-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ep-thumb {
  position: relative; display: block; width: 100%; padding-top: 56.25%; overflow: hidden;
  background: var(--cream-deep);
}
.ep-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ep-thumb .ep-play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(40,15,18,.18); opacity: 0; transition: opacity .25s ease;
}
.ep-card:hover .ep-thumb .ep-play { opacity: 1; }
.ep-play span {
  width: 56px; height: 56px; border-radius: 50%; background: rgba(255,253,249,.95);
  color: var(--bordo); display: grid; place-items: center; box-shadow: 0 8px 24px -8px rgba(0,0,0,.5);
}
.ep-play span svg { margin-left: 3px; }
.ep-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.ep-date { font-size: 12.5px; letter-spacing: .5px; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.ep-title { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; line-height: 1.2; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Skeleton */
.ep-skeleton { pointer-events: none; }
.ep-skeleton .ep-thumb,
.ep-skeleton .ep-line { background: linear-gradient(100deg, #efe3d0 30%, #f7eedf 50%, #efe3d0 70%); background-size: 200% 100%; animation: shimmer 1.3s infinite; }
.ep-skeleton .ep-body { padding: 18px 20px 22px; gap: 12px; }
.ep-line { height: 16px; border-radius: 6px; }
.ep-line.short { width: 55%; height: 12px; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.episodes-cta { text-align: center; margin-top: 44px; }

.episodes-fallback { margin-top: 8px; }
.fallback-card { text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 44px 28px; box-shadow: var(--shadow-sm); }
.fallback-card p { color: var(--muted); margin: 0 0 18px; font-size: 1.05rem; }
.embed-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #000; }
.embed-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--bordo), var(--bordo-dark)); color: #fff; padding: clamp(48px, 7vw, 80px) 0; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 80% at 85% 20%, rgba(203,106,51,.25), transparent 60%); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-inner h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-bottom: 8px; }
.cta-inner p { margin: 0; color: rgba(255,255,255,.82); }
.cta-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.social-row { display: flex; gap: 12px; }
.social-row a {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.22);
  transition: background .25s ease, transform .25s ease;
}
.social-row a:hover { background: var(--gold); color: var(--bordo-dark); transform: translateY(-2px); }
.social-row svg { width: 20px; height: 20px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.contact-copy p { color: var(--muted); }
.contact-email { display: inline-block; margin-top: 12px; font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--bordo); border-bottom: 2px solid var(--gold-light); }
.contact-email:hover { border-bottom-color: var(--gold); }

.contact-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%; font-family: inherit; font-size: 15.5px; color: var(--ink);
  background: var(--cream); border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 12px 14px; transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(203,106,51,.18); }
.field textarea { resize: vertical; }
.form-hint { font-size: 13px; color: var(--muted); margin: 12px 0 0; }
.form-hint.ok { color: #2f7d4f; }

/* Footer */
.site-footer { background: var(--bordo-dark); color: #E9DDCB; padding: 48px 0 36px; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 24px 40px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand .brand-mark { color: var(--gold); }
.footer-name { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; margin: 0; color: #fff; }
.footer-tag { margin: 2px 0 0; font-size: 13.5px; color: rgba(233,221,203,.7); font-style: italic; }
.footer-nav { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-nav a { font-size: 15px; color: #E9DDCB; transition: color .2s ease; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-copy { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 8px 18px; flex-wrap: wrap; border-top: 1px solid rgba(233,221,203,.16); padding-top: 22px; margin: 8px 0 0; font-size: 13.5px; color: rgba(233,221,203,.6); }
.footer-copy a { color: var(--gold-light); }
.footer-copy a:hover { text-decoration: underline; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(28,12,14,.82); backdrop-filter: blur(4px); animation: fade .25s ease; }
.modal-box { position: relative; z-index: 1; width: min(960px, 100%); animation: pop .3s cubic-bezier(.2,.8,.3,1); }
.modal-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; background: #000; box-shadow: 0 30px 80px -20px rgba(0,0,0,.7); }
.modal-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.modal-close { position: absolute; top: -48px; right: 0; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(255,255,255,.14); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; transition: background .2s ease; }
.modal-close:hover { background: rgba(255,255,255,.28); }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: scale(.96) translateY(10px); } }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { order: -1; max-width: 520px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .topics-grid { grid-template-columns: repeat(2, 1fr); }
  .episodes { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch;
    gap: 0; background: var(--bordo-dark); border-bottom: 1px solid rgba(255,255,255,.12);
    padding: 8px 24px 24px; transform: translateY(-130%); transition: transform .35s ease; box-shadow: var(--shadow);
  }
  .nav.open { transform: translateY(0); }
  .nav > a:not(.btn) { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 17px; color: #fff; }
  .nav > a:not(.btn)::after { display: none; }
  .nav-cta { margin-top: 16px; text-align: center; }
  .nav-toggle { display: block; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .topics-grid, .episodes { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .section-head .eyebrow::before, .section-head .eyebrow::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
