/* ============================================================
   BARAN & NISA — style.css  (v2 — Turkish romantic edition)
   ============================================================ */

/* ── Variables ── */
:root {
  --rose:         #B8607A;
  --rose-mid:     #C4788A;
  --rose-light:   #E8A5B4;
  --rose-pale:    #FADADD;
  --rose-blush:   #FDF0F3;
  --cream:        #FDF6F0;
  --warm-white:   #FFFAF8;
  --charcoal:     #221616;
  --dark-rose:    #7A3347;
  --muted:        #7A6060;
  --gold:         #C8A97A;
  --gold-light:   #E8D5B0;

  --ff-display: 'Cormorant Garamond', Georgia, serif;
  --ff-body:    'Jost', sans-serif;

  --ease-out:   cubic-bezier(0.16, 1, 0.3, 1);

  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  28px;
  --radius-xl:  40px;

  --shadow-sm:  0 2px 16px rgba(80,20,30,.06);
  --shadow-md:  0 10px 48px rgba(80,20,30,.11);
  --shadow-lg:  0 24px 90px rgba(80,20,30,.16);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  background: var(--warm-white);
  color: var(--charcoal);
  overflow-x: hidden;
  animation: bodyFadeIn .6s ease both;
}
@keyframes bodyFadeIn { from { opacity: 0; } to { opacity: 1; } }
img { display: block; max-width: 100%; }
a  { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: var(--ff-body); border: none; background: none; }

/* ── Container ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 28px; }

/* ── Scroll-reveal ── */
.reveal-up, .reveal-fade {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
.reveal-fade { transform: none; }
.revealed { opacity: 1 !important; transform: none !important; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .34s; }
.delay-4 { transition-delay: .46s; }

/* ── Shared section headers ── */
.section-label {
  font-family: var(--ff-body);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--rose-mid);
  margin-bottom: 14px;
}
.section-label.light { color: rgba(255,255,255,.6); }
.section-title {
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--charcoal);
  margin-bottom: 60px;
}
.section-title.light { color: #fff; margin-bottom: 16px; }


/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  height: 100svh;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  animation: heroZoom 14s ease-out both;
}
@keyframes heroZoom { from { transform: scale(1.14); } to { transform: scale(1.03); } }
.hero-overlay {
  position: absolute; inset: 0;
  background: rgba(25, 8, 12, .42);
}
.hero-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom,
    rgba(20,5,10,.1) 0%,
    transparent 40%,
    transparent 55%,
    var(--warm-white) 100%
  );
}
.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0 24px;
  z-index: 2;
  max-width: 700px;
}
.hero-eyebrow {
  font-family: var(--ff-body);
  font-size: .7rem;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  margin-bottom: 22px;
}
.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(3.8rem, 11vw, 7.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  text-shadow: 0 4px 60px rgba(0,0,0,.3);
}
.heart-icon {
  color: var(--rose-light);
  font-style: normal;
  animation: heartbeat 2.2s ease-in-out infinite;
}
@keyframes heartbeat {
  0%,100% { transform: scale(1); }
  50%      { transform: scale(1.12); }
}
.hero-divider {
  width: 60px; height: 1px;
  background: rgba(255,255,255,.4);
  margin: 0 auto 24px;
}
.hero-subtitle {
  font-family: var(--ff-display);
  font-size: clamp(1rem, 2.8vw, 1.45rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,.88);
  margin-bottom: 44px;
  line-height: 1.7;
}
.btn-primary {
  display: inline-block;
  padding: 15px 44px;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,.65);
  color: #fff;
  font-family: var(--ff-body);
  font-size: .78rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 100px;
  transition: background .35s, border-color .35s, transform .2s;
  backdrop-filter: blur(6px);
}
.btn-primary:hover {
  background: rgba(255,255,255,.14);
  border-color: #fff;
  transform: translateY(-3px);
}
.hero-scroll-hint {
  position: absolute; bottom: 36px; left: 50%;
  transform: translateX(-50%); z-index: 2;
}
.hero-scroll-hint span {
  display: block; width: 1.5px; height: 56px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.65));
  animation: scrollLine 2.2s ease-in-out infinite;
}
@keyframes scrollLine {
  0%,100% { opacity:0; transform:scaleY(0); transform-origin:top; }
  50%      { opacity:1; transform:scaleY(1); }
}


/* ============================================================
   INTRO QUOTE
   ============================================================ */
.intro-quote {
  padding: 100px 0;
  background: var(--warm-white);
  text-align: center;
}
.big-quote {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  font-family: var(--ff-display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.75;
  color: var(--charcoal);
}
.quote-mark {
  font-size: 5rem;
  line-height: 0;
  vertical-align: -1.8rem;
  color: var(--rose-pale);
  font-style: normal;
  margin-right: 6px;
  font-family: var(--ff-display);
}
.quote-mark.close {
  vertical-align: -1.2rem;
  margin-left: 4px;
  margin-right: 0;
}
.big-quote cite {
  display: block;
  margin-top: 28px;
  font-size: .78rem;
  font-style: normal;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--rose-mid);
  font-family: var(--ff-body);
}


/* ============================================================
   HİKÂYEMİZ — timeline layout
   ============================================================ */
.story {
  padding: 100px 0 120px;
  background: var(--cream);
}
.story-timeline { display: flex; flex-direction: column; gap: 0; }
.story-chapter {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 36px;
  padding-bottom: 64px;
}
.story-chapter:last-child { padding-bottom: 0; }
.chapter-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
}
.chapter-icon {
  font-size: 1.4rem;
  color: var(--rose-mid);
  margin-bottom: 16px;
  flex-shrink: 0;
}
.chapter-line {
  width: 1.5px;
  flex: 1;
  background: linear-gradient(to bottom, var(--rose-pale), transparent);
  min-height: 60px;
}
.story-chapter:last-child .chapter-line { display: none; }
.chapter-body { padding-top: 4px; }
.chapter-date {
  display: inline-block;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--rose-mid);
  margin-bottom: 10px;
  font-family: var(--ff-body);
}
.chapter-body h3 {
  font-family: var(--ff-display);
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 18px;
  line-height: 1.2;
}
.chapter-body p {
  font-size: .95rem;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 14px;
}
.chapter-body p:last-child { margin-bottom: 0; }


/* ============================================================
   ÖZEL ANLAR
   ============================================================ */
.moments-section {
  padding: 100px 0 120px;
  background: #fff;
}
.moments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.moment-card {
  background: var(--rose-blush);
  border: 1px solid rgba(196,120,138,.15);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  transition: transform .35s var(--ease-out), box-shadow .35s, background .25s;
  position: relative;
  overflow: hidden;
}
.moment-card::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 130px; height: 130px;
  border-radius: 50%;
  background: rgba(196,120,138,.07);
  pointer-events: none;
}
.moment-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  background: #fff;
}
.moment-emoji {
  font-size: 2.2rem;
  margin-bottom: 18px;
}
.moment-card h4 {
  font-family: var(--ff-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 12px;
}
.moment-card p {
  font-size: .9rem;
  line-height: 1.85;
  color: var(--muted);
}


/* ============================================================
   GALERİ
   ============================================================ */
.gallery-section {
  padding: 100px 0 120px;
  background: var(--cream);
}
.gallery-intro {
  font-family: var(--ff-display);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--muted);
  max-width: 620px;
  line-height: 1.8;
  margin-top: -40px;
  margin-bottom: 56px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  cursor: pointer;
  aspect-ratio: 3/4;
  background: var(--rose-pale);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(28px) scale(.96);
  transition: opacity .75s var(--ease-out), transform .75s var(--ease-out), box-shadow .3s;
}
.gallery-item.revealed { opacity: 1 !important; transform: none !important; }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition: transform .65s var(--ease-out); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(60,10,20,.6), transparent 55%);
  opacity: 0;
  transition: opacity .3s;
  display: flex; align-items: flex-end;
  padding: 22px;
  color: #fff;
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.4;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }


/* ============================================================
   SAYAÇ
   ============================================================ */
.counter-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #6E2A3E 0%, #A85570 45%, #C4788A 100%);
  overflow: hidden;
  text-align: center;
}
.counter-bg-shape {
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  top: -240px; right: -200px;
  pointer-events: none;
}
.counter-bg-shape.two {
  width: 400px; height: 400px;
  top: auto; right: auto;
  bottom: -160px; left: -100px;
}
.counter-since {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255,255,255,.8);
  margin-bottom: 64px;
}
.counter-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  max-width: 860px;
  margin: 0 auto 44px;
}
.counter-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-md);
  padding: 40px 12px;
  backdrop-filter: blur(14px);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  transition: background .3s;
}
.counter-card:hover { background: rgba(255,255,255,.15); }
.counter-value {
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.counter-label {
  font-size: .68rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.counter-note {
  font-family: var(--ff-display);
  font-size: 1rem;
  font-style: italic;
  color: rgba(255,255,255,.65);
}
@media (max-width: 600px) {
  .counter-grid { grid-template-columns: repeat(2,1fr); }
}


/* ============================================================
   SEVGİ NOTLARI
   ============================================================ */
.notes-section {
  padding: 100px 0 120px;
  background: var(--warm-white);
}
.notes-intro {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--muted);
  margin-top: -44px;
  margin-bottom: 56px;
  max-width: 560px;
  line-height: 1.8;
}
.notes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.note-card {
  background: #fff;
  border: 1px solid rgba(196,120,138,.14);
  border-radius: var(--radius-xl);
  padding: 48px 36px;
  box-shadow: var(--shadow-sm);
  transition: transform .38s var(--ease-out), box-shadow .38s;
  position: relative;
}
.note-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 36px; right: 36px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(to right, var(--rose-pale), var(--rose-light), var(--rose-pale));
  opacity: 0;
  transition: opacity .3s;
}
.note-card:hover { transform: translateY(-10px) rotate(-.4deg); box-shadow: var(--shadow-md); }
.note-card:hover::after { opacity: 1; }
.note-icon {
  font-size: 1.5rem;
  color: var(--rose-mid);
  margin-bottom: 16px;
  animation: floatIcon 3.5s ease-in-out infinite;
}
.note-card:nth-child(even) .note-icon { animation-delay: 1s; }
@keyframes floatIcon {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}
.note-card h4 {
  font-family: var(--ff-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 14px;
}
.note-card p {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.75;
  color: var(--muted);
}


/* ============================================================
   KAPANIŞ ALINTISI
   ============================================================ */
.closing-quote {
  padding: 120px 0;
  background: var(--cream);
}
.closing-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 60px;
  background: linear-gradient(135deg, #fff 0%, var(--rose-blush) 100%);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(196,120,138,.18);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.closing-inner::before {
  content: '❤';
  position: absolute;
  font-size: 18rem;
  color: rgba(196,120,138,.04);
  top: -40px; right: -40px;
  line-height: 1;
  pointer-events: none;
}
.closing-petals {
  font-size: 1.2rem;
  color: var(--rose-light);
  letter-spacing: .6em;
  margin-bottom: 32px;
}
.closing-text {
  font-family: var(--ff-display);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.8;
  color: var(--charcoal);
  margin-bottom: 28px;
}
.closing-names {
  font-family: var(--ff-body);
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--rose-mid);
}


/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--charcoal);
  padding: 80px 24px;
  text-align: center;
}
.footer-inner { max-width: 480px; margin: 0 auto; }
.footer-names {
  font-family: var(--ff-display);
  font-size: 2.6rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}
.footer-names span { color: var(--rose-light); }
.footer-tagline {
  font-family: var(--ff-display);
  font-size: 1rem;
  font-style: italic;
  color: rgba(255,255,255,.45);
  margin-bottom: 32px;
  letter-spacing: .08em;
}
.footer-divider {
  width: 48px; height: 1px;
  background: rgba(255,255,255,.12);
  margin: 0 auto 24px;
}
.footer-small {
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.22);
  margin-bottom: 24px;
}
.footer-admin-link {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 100px;
  padding: 8px 20px;
  transition: color .2s, border-color .2s;
}
.footer-admin-link:hover { color: rgba(255,255,255,.6); border-color: rgba(255,255,255,.3); }


/* ============================================================
   LİGHTBOX
   ============================================================ */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(20,5,10,.93);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; animation: lbFadeIn .25s ease; }
@keyframes lbFadeIn { from { opacity:0; } to { opacity:1; } }
.lightbox-img-wrap {
  max-width: 90vw; max-height: 88vh;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 50px 140px rgba(0,0,0,.7);
}
.lightbox-img-wrap img {
  width:auto; height:auto;
  max-width: 90vw; max-height: 88vh;
  object-fit: contain; display: block;
}
.lightbox-close {
  position: absolute; top: 24px; right: 28px;
  font-size: 1.4rem;
  color: rgba(255,255,255,.6);
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
}
.lightbox-close:hover { background: rgba(255,255,255,.12); color: #fff; }
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  font-size: 3.2rem;
  color: rgba(255,255,255,.6);
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  transition: background .2s, color .2s;
  line-height: 1;
}
.lightbox-nav.prev { left: 16px; }
.lightbox-nav.next { right: 16px; }
.lightbox-nav:hover { background: rgba(255,255,255,.1); color: #fff; }


/* ============================================================
   ADMIN
   ============================================================ */
.admin-body { background: var(--cream); min-height: 100vh; }
.admin-header {
  background: #fff;
  border-bottom: 1px solid rgba(196,120,138,.13);
  position: sticky; top: 0; z-index: 50;
  box-shadow: var(--shadow-sm);
}
.admin-header-inner {
  max-width: 1100px; margin: 0 auto; padding: 16px 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.admin-logo { display: flex; align-items: center; gap: 14px; }
.admin-logo-icon { font-size: 1.8rem; animation: heartbeat 2.2s ease-in-out infinite; }
.admin-logo-title {
  font-family: var(--ff-display);
  font-size: 1.3rem; font-weight: 500; color: var(--charcoal);
}
.admin-logo-sub {
  font-size: .68rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--rose-mid);
}
.admin-back-btn {
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); padding: 9px 22px;
  border: 1px solid rgba(196,120,138,.28); border-radius: 100px;
  transition: background .2s, color .2s, border-color .2s;
}
.admin-back-btn:hover { background: var(--rose-pale); color: var(--rose); border-color: var(--rose-light); }
.admin-main { padding: 48px 28px 80px; }
.admin-container { max-width: 960px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; }
.admin-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.stat-card {
  background: #fff; border-radius: var(--radius-md); padding: 28px 24px;
  text-align: center; border: 1px solid rgba(196,120,138,.12);
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 8px;
}
.stat-value { font-family: var(--ff-display); font-size: 2.6rem; font-weight: 400; color: var(--rose); line-height: 1; }
.stat-label { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 500px) { .admin-stats { grid-template-columns: 1fr; } }
.upload-panel, .photos-panel {
  background: #fff; border-radius: var(--radius-lg); padding: 40px;
  border: 1px solid rgba(196,120,138,.12); box-shadow: var(--shadow-sm);
}
.panel-title {
  font-family: var(--ff-display); font-size: 1.65rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 24px;
}
.upload-zone {
  border: 2px dashed rgba(196,120,138,.38); border-radius: var(--radius-md);
  background: linear-gradient(135deg, #FDF0F3 0%, #FFF5F7 100%);
  padding: 64px 24px; text-align: center;
  transition: border-color .25s, background .25s; cursor: pointer;
}
.upload-zone.dragover { border-color: var(--rose); background: rgba(232,165,180,.15); }
.upload-icon { font-size: 3rem; margin-bottom: 14px; }
.upload-title { font-family: var(--ff-display); font-size: 1.35rem; color: var(--charcoal); margin-bottom: 8px; }
.upload-sub { font-size: .85rem; color: var(--muted); margin-bottom: 26px; }
.upload-btn {
  display: inline-block; padding: 13px 36px;
  background: var(--rose); color: #fff; border-radius: 100px;
  font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
  cursor: pointer; transition: background .2s, transform .2s;
}
.upload-btn:hover { background: var(--dark-rose); transform: translateY(-2px); }
.upload-progress { margin-top: 22px; }
.progress-bar { height: 5px; background: var(--rose-pale); border-radius: 100px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--rose); width: 0%; transition: width .2s; border-radius: 100px; }
.progress-text { font-size: .8rem; color: var(--muted); margin-top: 10px; text-align: center; }
.photos-panel-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.photos-panel-header .panel-title { margin-bottom: 0; }
.danger-btn {
  padding: 9px 22px; border: 1px solid rgba(180,50,60,.22); border-radius: 100px;
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #C0404C;
  transition: background .2s, color .2s;
}
.danger-btn:hover { background: rgba(192,64,76,.08); }
.admin-photo-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px;
}
.empty-state { grid-column:1/-1; text-align:center; padding: 60px 0; }
.empty-state p:first-child { font-size: 2.5rem; margin-bottom: 12px; }
.empty-state p { font-family: var(--ff-display); font-size: 1.15rem; color: var(--muted); margin-bottom: 8px; }
.empty-sub { font-size: .85rem !important; font-family: var(--ff-body) !important; }
.admin-photo-item {
  position: relative; aspect-ratio: 1; border-radius: var(--radius-md);
  overflow: hidden; box-shadow: var(--shadow-sm);
  animation: photoAppear .4s var(--ease-out) both;
}
@keyframes photoAppear { from { opacity:0; transform:scale(.88); } to { opacity:1; transform:scale(1); } }
.admin-photo-item img { width:100%; height:100%; object-fit:cover; transition: transform .3s; }
.admin-photo-item:hover img { transform: scale(1.06); }
.admin-photo-delete {
  position: absolute; top: 8px; right: 8px;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(20,5,5,.6); color: #fff; font-size: .85rem;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .2s, background .2s;
  backdrop-filter: blur(4px);
}
.admin-photo-item:hover .admin-photo-delete { opacity: 1; }
.admin-photo-delete:hover { background: rgba(192,64,76,.85); }
.modal-overlay {
  position: fixed; inset: 0; background: rgba(20,5,10,.55);
  backdrop-filter: blur(4px); z-index: 200;
  display: flex; align-items: center; justify-content: center;
  animation: lbFadeIn .2s ease;
}
.modal {
  background: #fff; border-radius: var(--radius-lg); padding: 48px 44px;
  max-width: 380px; width: 90%; box-shadow: var(--shadow-lg); text-align: center;
}
.modal-title { font-family: var(--ff-display); font-size: 1.55rem; font-weight: 500; margin-bottom: 12px; color: var(--charcoal); }
.modal-sub { font-size: .88rem; color: var(--muted); line-height: 1.65; margin-bottom: 34px; }
.modal-actions { display: flex; gap: 12px; justify-content: center; }
.modal-cancel, .modal-confirm {
  padding: 12px 30px; border-radius: 100px; font-size: .82rem;
  letter-spacing: .1em; text-transform: uppercase; transition: background .2s, transform .2s;
}
.modal-cancel { border: 1px solid rgba(100,80,80,.2); color: var(--muted); }
.modal-cancel:hover { background: var(--cream); }
.modal-confirm { background: #C0404C; color: #fff; }
.modal-confirm:hover { background: #A83340; transform: translateY(-2px); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .story-chapter { grid-template-columns: 40px 1fr; gap: 0 20px; }
  .chapter-body h3 { font-size: 1.5rem; }
  .moments-grid { grid-template-columns: 1fr; gap: 16px; }
  .notes-grid   { grid-template-columns: 1fr; gap: 16px; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .section-title { margin-bottom: 40px; }
  .story, .gallery-section, .notes-section, .moments-section { padding: 80px 0; }
  .closing-inner { padding: 56px 32px; }
  .lightbox-nav { display: none; }
  .upload-panel, .photos-panel { padding: 24px 20px; }
  .big-quote { font-size: 1.15rem; }
}

.gallery-loading { grid-column: 1 / -1; text-align: center; font-family: var(--ff-display); color: var(--muted); font-size: 1.2rem; padding: 40px 0; }
