:root {
  --bg-top: #f7f1ec;
  --bg-bottom: #fbf6f2;
  --ink: #3a3230;
  --muted: #7a6e6a;
  --accent: #a14d5c;
  --accent-soft: #e2c4c9;
  --rose: #c45b6e;
  --rose-deep: #9a3d52;
  --line: #e5dcd4;
  --card: rgba(255, 253, 251, 0.92);
  --shadow: 0 14px 40px rgba(70, 45, 50, 0.07);
  --radius: 20px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-script: "Great Vibes", "Cormorant Garamond", cursive;
  --font-elegant: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --font-body: "Nunito Sans", "Segoe UI", sans-serif;
  --max: 860px;
  --wall-max: 480px;
  --tile: min(42vw, 148px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.65;
  background:
    radial-gradient(circle at 12% 18%, rgba(196, 91, 110, 0.1), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(226, 196, 201, 0.35), transparent 32%),
    radial-gradient(circle at 70% 70%, rgba(232, 210, 180, 0.22), transparent 40%),
    linear-gradient(180deg, var(--bg-top), var(--bg-bottom));
  background-attachment: fixed;
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ── Public header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(250, 248, 245, 0.88);
  border-bottom: 1px solid rgba(229, 220, 212, 0.75);
}

.site-header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover {
  text-decoration: none;
  color: var(--accent);
}

.site-main {
  max-width: var(--wall-max);
  margin: 0 auto;
  padding: 0.75rem 0.65rem 4rem;
}

.site-footer {
  text-align: center;
  padding: 2rem 1rem 3rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer-credit {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.footer-dot {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent-soft);
  vertical-align: middle;
  margin-right: 0.35rem;
}

/* ── Hero ── */
.hero {
  text-align: center;
  padding: 3.5rem 1rem 2.5rem;
  animation: fadeUp 0.8s ease both;
}

.hero-eyebrow {
  margin: 0 0 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: var(--muted);
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1.05;
  color: var(--ink);
}

.hero-subtitle {
  margin: 0.85rem 0 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--accent);
}

.hero-intro {
  max-width: 34rem;
  margin: 1.35rem auto 0;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #5a504e;
}

.hero-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-ornament span:first-child,
.hero-ornament span:last-child {
  width: 3.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-soft), transparent);
}

.hero-heart {
  width: 0.45rem;
  height: 0.45rem;
  background: var(--accent-soft);
  transform: rotate(45deg);
  border-radius: 1px;
}

.empty-state {
  text-align: center;
  color: var(--muted);
  padding: 3rem 0;
}

.hero--scrapbook {
  padding: 1.75rem 0.5rem 0.75rem;
}

.hero-title--script {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(2.6rem, 11vw, 3.6rem);
  letter-spacing: 0.02em;
  color: var(--rose-deep);
  line-height: 1.15;
}

.hero--scrapbook .hero-ornament {
  margin-top: 0.85rem;
}

/* ── Shared section chrome ── */
.section-kicker {
  margin: 0 0 0.35rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--muted);
}

.section-heading {
  margin: 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 5vw, 1.9rem);
  font-weight: 600;
  color: var(--ink);
}

.section-note {
  margin: 0.4rem 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ── Our song ── */
.our-song {
  max-width: 22rem;
  margin: 0.35rem auto 1.35rem;
  padding: 1.15rem 1.1rem 1.25rem;
  text-align: center;
  background: var(--card);
  border: 1px solid rgba(229, 220, 212, 0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.song-play-btn {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  min-width: 11rem;
  padding: 0.7rem 1.25rem;
  border: none;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 8px 22px rgba(161, 77, 92, 0.22);
  transition: transform 0.15s ease, background 0.15s ease;
}

.song-play-btn:active {
  transform: scale(0.97);
}

.song-play-btn.is-playing {
  background: #8b5a4a;
}

.song-play-icon {
  font-size: 1.05rem;
  line-height: 1;
}

/* ── Milestones / timers ── */
.milestones {
  max-width: 26rem;
  margin: 0 auto 1.5rem;
  padding: 0 0.35rem;
}

.milestone-static {
  display: grid;
  gap: 0.55rem;
  margin: 0.85rem 0 0.9rem;
}

.milestone-chip {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.75rem 0.95rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(70, 45, 50, 0.05);
}

.milestone-chip-label {
  font-family: var(--font-elegant);
  font-size: 0.78rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--rose-deep);
  line-height: 1.35;
}

.milestone-chip-value {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ink);
}

.milestone-live {
  margin-top: 0.75rem;
  padding: 1rem 0.9rem 1.05rem;
  background: rgba(255, 252, 250, 0.96);
  border: 1px solid rgba(226, 196, 201, 0.65);
  border-radius: 16px;
  box-shadow: var(--shadow);
  text-align: center;
}

.milestone-live--compact {
  margin-top: 0;
}

.milestone-live-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--rose-deep);
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
}

.time-grid--sm .time-unit strong {
  font-size: 1.15rem;
}

.time-unit {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.45rem 0.2rem;
  border-radius: 10px;
  background: rgba(247, 241, 236, 0.85);
}

.time-unit strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.time-unit span {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.countdown-row {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.7rem;
}

@media (min-width: 420px) {
  .countdown-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Story hero ── */
.story-hero {
  position: relative;
  text-align: center;
  padding: 1.5rem 0.65rem 1.1rem;
  max-width: 26rem;
  margin: 0 auto;
}

.story-subtitle {
  margin: 0.55rem auto 0;
  max-width: 18rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.45;
}

.story-timers {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.1rem;
  text-align: center;
}

.story-dates {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0.85rem 0.95rem;
  text-align: left;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(70, 45, 50, 0.05);
}

.story-dates li {
  margin: 0.4rem 0;
  font-size: 0.92rem;
  color: #4a403e;
  line-height: 1.45;
}

.story-dates strong {
  color: var(--rose-deep);
  font-weight: 600;
}

.symbols-progress {
  display: inline-block;
  margin: 0.85rem 0 0;
  padding: 0.2rem 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  opacity: 0.75;
  border-radius: 999px;
  border: 1px solid transparent;
}

.symbols-progress.is-complete {
  opacity: 1;
  color: var(--rose-deep);
  border-color: rgba(196, 91, 110, 0.25);
  background: rgba(255, 245, 247, 0.8);
}

/* ── Future letter ── */
.future-letter {
  max-width: 26rem;
  margin: 0 auto 1.4rem;
  padding: 0 0.35rem;
  position: relative;
}

.letter-card {
  background: var(--card);
  border: 1px solid rgba(226, 196, 201, 0.7);
  border-radius: 18px;
  padding: 1.15rem 1.05rem 1.25rem;
  box-shadow: var(--shadow);
  text-align: center;
}

.letter-seal {
  font-size: 1.6rem;
  margin-bottom: 0.35rem;
}

.letter-lock-text {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
}

.letter-paper {
  text-align: left;
  margin-top: 0.75rem;
  padding: 1.1rem 1rem;
  background: linear-gradient(180deg, #f7f0e6, #efe4d4);
  border: 1px solid rgba(150, 125, 95, 0.35);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.letter-paper p {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.65;
  color: #4a383c;
}

.letter-signoff {
  margin-bottom: 0 !important;
  font-style: italic;
  color: var(--rose-deep);
}

.letter-card.is-unlocking .letter-open {
  animation: letterReveal 0.85s ease both;
}

@keyframes letterReveal {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ── Wishlist ── */
.wishlist {
  position: relative;
  max-width: 26rem;
  margin: 0 auto 1.5rem;
  padding: 1rem 0.85rem 1.15rem;
  background: rgba(255, 252, 250, 0.96);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.wishlist-title {
  font-size: clamp(1.35rem, 4.5vw, 1.65rem);
}

.wishlist-hint {
  margin: 0.35rem 0 0.75rem;
  text-align: center;
  font-size: 0.95rem;
  color: var(--muted);
}

.wishlist-progress {
  margin: 0.35rem 0 0.85rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--rose-deep);
}

.wishlist-complete-msg {
  margin: 0 0 0.85rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--accent);
  animation: letterReveal 0.6s ease both;
}

.wishlist-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.wishlist-item {
  padding: 0.55rem 0.6rem;
  border-radius: 12px;
  border: 1px solid transparent;
  background: rgba(247, 241, 236, 0.55);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.wishlist-item-main {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
}

.wishlist-item-main .wishlist-check {
  flex: 1;
  min-width: 0;
}

.wishlist-note-btn {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  font-size: 1.05rem;
  line-height: 1;
  padding: 0.2rem 0.25rem;
  margin-top: 0.05rem;
  cursor: pointer;
  opacity: 0.72;
  border-radius: 8px;
  touch-action: manipulation;
  transition: opacity 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.wishlist-note-btn:hover,
.wishlist-note-btn:focus-visible {
  opacity: 1;
  background: rgba(201, 162, 39, 0.12);
}

.wishlist-note-btn:active {
  transform: scale(0.92);
}

.wishlist-note-btn.has-note {
  opacity: 1;
}

.wishlist-item-note {
  margin: 0.4rem 0 0 1.6rem;
  padding: 0.35rem 0.55rem;
  max-width: calc(100% - 1.6rem);
  font-size: 0.82rem;
  line-height: 1.4;
  color: #6b565c;
  font-style: italic;
  background: rgba(255, 248, 242, 0.95);
  border-left: 2px solid rgba(201, 162, 39, 0.55);
  border-radius: 0 10px 10px 0;
  word-break: break-word;
}

.wishlist-item.is-done {
  background: rgba(234, 245, 236, 0.75);
  border-color: rgba(90, 140, 100, 0.25);
}

.wishlist-item.is-celebrating {
  animation: wishPop 0.65s ease;
}

@keyframes wishPop {
  0% { transform: scale(1); }
  40% { transform: scale(1.03); box-shadow: 0 0 0 4px rgba(196, 91, 110, 0.15); }
  100% { transform: scale(1); }
}

.wishlist-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  cursor: pointer;
  touch-action: manipulation;
}

.wishlist-check input {
  margin-top: 0.2rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--accent);
  flex-shrink: 0;
}

.wishlist-text {
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--ink);
}

.wishlist-item.is-done .wishlist-text {
  text-decoration: line-through;
  color: var(--muted);
}

.wishlist-memory-btn {
  margin: 0.45rem 0 0 1.6rem;
  border: none;
  background: transparent;
  color: var(--accent);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}

.wishlist-memory {
  margin: 0.5rem 0 0 1.6rem;
}

.wishlist-memory img {
  width: 100%;
  max-width: 180px;
  border-radius: 10px;
  margin-bottom: 0.35rem;
  object-fit: cover;
  aspect-ratio: 1;
}

.wishlist-memory p {
  margin: 0;
  font-size: 0.88rem;
  color: #4a403e;
  font-family: var(--font-display);
  font-style: italic;
}

/* ── Soft modal ── */
.soft-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.soft-modal[hidden] {
  display: none !important;
}

.soft-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(35, 26, 30, 0.55);
  backdrop-filter: blur(4px);
}

.soft-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(360px, 92vw);
  background: #faf6f3;
  border: 1px solid rgba(229, 220, 212, 0.95);
  border-radius: 18px;
  padding: 1.35rem 1.2rem 1.2rem;
  box-shadow: 0 22px 50px rgba(40, 25, 30, 0.22);
  animation: letterReveal 0.35s ease both;
  text-align: center;
}

.soft-modal-dialog--form {
  text-align: left;
}

.soft-modal-close {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}

.soft-modal-text {
  margin: 0.4rem 0 0;
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 1.55;
  color: #4a383c;
}

.soft-modal .form-hint {
  display: block;
  margin: 0.65rem 0 0.25rem;
}

.soft-modal .form-control {
  width: 100%;
  box-sizing: border-box;
}

/* ── Hidden symbols ── */
.our-song,
.milestones,
.future-letter,
.wishlist,
.featured-memory {
  position: relative;
}

.secret-mark {
  position: absolute;
  z-index: 2;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.72rem;
  line-height: 1;
  opacity: 0.18;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.secret-mark:hover,
.secret-mark:focus-visible {
  opacity: 0.55;
  outline: none;
}

.secret-mark.is-found {
  opacity: 0.42;
}

.secret-mark--a { top: 0.35rem; right: 0.55rem; }
.secret-mark--b { bottom: 0.4rem; left: 0.55rem; }
.secret-mark--c { top: 0.55rem; left: 0.45rem; }
.secret-mark--d { bottom: 0.35rem; right: 0.6rem; }
.secret-mark--e { bottom: 0.25rem; left: 48%; transform: translateX(-50%); }

/* ── Coupon CTA (home) ── */
.coupon-cta {
  display: flex;
  justify-content: center;
  padding: 1.25rem 1rem 2rem;
}

.coupon-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #e8c76a 0%, #c9a227 48%, #a8841a 100%);
  color: #fff !important;
  font-family: var(--font-elegant), var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(120, 80, 20, 0.35), 0 2px 8px rgba(80, 50, 10, 0.25);
  box-shadow: 0 10px 28px rgba(160, 120, 30, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.coupon-cta-btn:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.coupon-cta-btn:active {
  transform: scale(0.95);
  box-shadow: 0 6px 16px rgba(160, 120, 30, 0.22);
}

/* ── Ask Kuponlari page ── */
.coupon-page {
  max-width: 28rem;
  margin: 0 auto;
  padding: 1rem 0.85rem 3rem;
}

.coupon-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.1rem;
  color: var(--rose-deep);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.coupon-back:hover {
  text-decoration: underline;
}

.coupon-header {
  text-align: center;
  margin-bottom: 1.35rem;
}

.coupon-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-elegant), var(--font-display);
  font-size: clamp(1.55rem, 5.5vw, 1.95rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
}

.coupon-lead {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.coupon-footer-note {
  margin: 1.75rem 0 0;
  text-align: center;
  font-style: italic;
  font-family: var(--font-elegant), var(--font-display);
  font-size: 0.95rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.coupon-list {
  display: grid;
  gap: 0.95rem;
}

.coupon-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: var(--card);
}

.coupon-lock-face {
  padding: 1.25rem 1.1rem 1.3rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 162, 39, 0.12), transparent 55%),
    rgba(255, 252, 250, 0.96);
}

.coupon-lock-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.35rem;
}

.coupon-lock-label {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
}

.coupon-lock-hint {
  margin: 0.25rem 0 0.9rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.coupon-unlock-btn,
.coupon-use-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 18rem;
  min-height: 2.75rem;
  margin: 0 auto;
  padding: 0.65rem 1rem;
  border: none;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 0.15s ease, background 0.15s ease;
}

.coupon-unlock-btn:active,
.coupon-use-btn:active {
  transform: scale(0.97);
}

.coupon-ticket {
  position: relative;
  padding: 1.25rem 1.15rem 1.3rem;
  background:
    linear-gradient(90deg, transparent 0 10px, #f7f0e4 10px) left / 20px 100% repeat-y,
    linear-gradient(180deg, #fffaf0, #f3e6cf);
  border: 1px dashed rgba(169, 130, 50, 0.45);
  text-align: center;
  overflow: hidden;
}

.coupon-ticket-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a8841a;
  font-weight: 700;
}

.coupon-ticket-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-elegant), var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}

.coupon-ticket-desc {
  margin: 0 0 0.95rem;
  font-size: 0.9rem;
  color: #5a504e;
  line-height: 1.5;
}

.coupon-use-btn {
  background: linear-gradient(145deg, #c9a227, #a8841a);
  max-width: 12rem;
}

.coupon-stamp {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  border: 3px solid #b33a3a;
  color: #b33a3a;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.7rem;
  border-radius: 6px;
  opacity: 0.88;
  pointer-events: none;
  z-index: 2;
  background: rgba(255, 255, 255, 0.35);
}

.coupon-ticket.is-stamped {
  filter: grayscale(0.15);
  opacity: 0.92;
}

.coupon-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.coupon-modal[hidden] {
  display: none !important;
}

.coupon-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(35, 26, 30, 0.55);
  backdrop-filter: blur(4px);
}

.coupon-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(400px, 94vw);
  max-height: 90vh;
  overflow-y: auto;
  background: #faf6f3;
  border: 1px solid rgba(229, 220, 212, 0.95);
  border-radius: 18px;
  padding: 1.35rem 1.15rem 1.25rem;
  box-shadow: 0 22px 50px rgba(40, 25, 30, 0.22);
  animation: letterReveal 0.35s ease both;
}

.coupon-modal-close {
  position: absolute;
  top: 0.4rem;
  right: 0.55rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  color: var(--muted);
  cursor: pointer;
}

.coupon-stage {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.coupon-question {
  margin: 0 0 0.95rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
}

.coupon-choices {
  display: grid;
  gap: 0.55rem;
}

.coupon-choice {
  text-align: left;
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--ink);
  cursor: pointer;
  touch-action: manipulation;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.coupon-choice:active {
  transform: scale(0.98);
}

.coupon-choice.is-wrong-flash {
  animation: choiceWrong 0.65s ease;
  border-color: #c44;
  background: #fff0f0;
}

@keyframes choiceWrong {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(3px); }
}

.coupon-feedback {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.9rem;
  color: #a13a3a;
  font-family: var(--font-display);
  font-style: italic;
}

.confetti-canvas {
  position: fixed;
  inset: 0;
  z-index: 130;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

/* ── Featured romantic frame ── */
.featured-memory {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0.75rem 1.25rem;
}

.memory-card--featured {
  width: min(78vw, 280px);
  background: transparent;
  padding: 0;
  box-shadow: none;
  transform: none !important;
  position: relative;
  touch-action: manipulation;
}

.featured-frame {
  position: relative;
  background:
    linear-gradient(145deg, #fffefb, #fff5f2 45%, #f8ebe6);
  padding: 0.85rem 0.85rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(196, 91, 110, 0.28);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.85),
    0 0 0 6px rgba(196, 91, 110, 0.18),
    0 18px 40px rgba(120, 50, 70, 0.14);
}

.featured-frame::before,
.featured-frame::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border: 2px solid rgba(196, 91, 110, 0.45);
  pointer-events: none;
}

.featured-frame::before {
  top: 0.45rem;
  left: 0.45rem;
  border-right: none;
  border-bottom: none;
  border-radius: 6px 0 0 0;
}

.featured-frame::after {
  bottom: 0.45rem;
  right: 0.45rem;
  border-left: none;
  border-top: none;
  border-radius: 0 0 6px 0;
}

.memory-card--featured .memory-photo {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #f3e8e4;
}

.memory-card--featured .memory-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-flourish {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bloom {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #fff6f4, transparent 42%),
    radial-gradient(circle at 50% 55%, var(--rose), #9a3d52 70%);
  box-shadow: 0 2px 6px rgba(154, 61, 82, 0.25);
}

.bloom::before,
.bloom::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.bloom-a { top: -0.35rem; left: 18%; transform: scale(0.9); }
.bloom-b { top: 12%; right: -0.4rem; transform: scale(1.05); }
.bloom-c { bottom: -0.25rem; left: -0.2rem; transform: scale(0.8); }

.featured-date {
  margin: 0.85rem 0 0;
  text-align: center;
  font-family: var(--font-script);
  font-size: 1.55rem;
  color: var(--rose-deep);
  letter-spacing: 0.04em;
}

/* ── Scrapbook collage ── */
.scrapbook {
  padding: 0 0 1rem;
}

.scrapbook-section {
  position: relative;
  height: 24.5rem;
  margin: 0 auto 0.35rem;
  max-width: 26rem;
}

/* 3'lü gruplar: sabit yükseklik daha kısa — gruplar arası boşluk 5'lilerle tutarlı kalsın */
.scrapbook-section--trio {
  height: 17rem;
}

.scrapbook-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.rose,
.petal,
.leaf {
  position: absolute;
  display: block;
}

.rose {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50% 0 50% 50%;
  background:
    radial-gradient(circle at 40% 40%, #ffd4dc, transparent 45%),
    conic-gradient(from 40deg, #b84a5f, #e8a0ad, #9a3d52, #d4788a, #b84a5f);
  transform: rotate(35deg);
  box-shadow: 0 3px 8px rgba(154, 61, 82, 0.2);
  opacity: 0.9;
}

.rose::after {
  content: "";
  position: absolute;
  inset: 28%;
  border-radius: 50%;
  background: #fff0f3;
}

.rose-1 { top: 18%; left: 44%; }
.rose-2 { bottom: 22%; right: 42%; transform: rotate(-25deg) scale(0.85); }

.petal {
  width: 0.85rem;
  height: 1.25rem;
  border-radius: 60% 60% 55% 55%;
  background: linear-gradient(180deg, #f0b7c2, #c45b6e);
  opacity: 0.75;
}

.petal-1 { top: 8%; left: 48%; transform: rotate(-25deg); }
.petal-2 { top: 42%; right: 8%; transform: rotate(40deg); }
.petal-3 { bottom: 10%; left: 40%; transform: rotate(15deg); }

.leaf {
  width: 1.4rem;
  height: 0.7rem;
  border-radius: 0 80% 0 80%;
  background: linear-gradient(135deg, #7eab74, #4f7a4a);
  opacity: 0.7;
}

.leaf-1 { top: 36%; left: 12%; transform: rotate(-35deg); }
.leaf-2 { bottom: 36%; right: 10%; transform: rotate(25deg); }

.memory-card {
  position: absolute;
  z-index: 1;
  width: var(--tile);
  height: var(--tile);
  background: #fff;
  padding: 0.4rem 0.4rem 0.55rem;
  border-radius: 3px;
  box-shadow:
    0 2px 4px rgba(60, 40, 45, 0.06),
    0 10px 28px rgba(70, 45, 50, 0.12);
  transform: rotate(var(--rot, 0deg));
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}

.memory-card--interactive {
  cursor: pointer;
}

.memory-card:active {
  transform: rotate(0deg) scale(1.04);
  z-index: 5;
  box-shadow:
    0 4px 10px rgba(60, 40, 45, 0.1),
    0 18px 36px rgba(70, 45, 50, 0.16);
}

@media (hover: hover) {
  .memory-card:hover {
    transform: rotate(0deg) scale(1.05);
    z-index: 5;
  }
}

.memory-photo {
  margin: 0;
  overflow: hidden;
  background: #f0ebe6;
  line-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.memory-card--polaroid .memory-photo {
  height: calc(100% - 0.15rem);
}

.memory-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}

.memory-photo video,
.memory-card--video .memory-photo video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  background: #1a1416;
}

.memory-card--video {
  cursor: default;
}

/* Heart frame — same outer size as polaroids */
.memory-card--heart {
  background: transparent;
  padding: 0;
  box-shadow: none;
  display: grid;
  place-items: center;
}

.memory-card--heart .memory-photo {
  width: 92%;
  height: 92%;
  border-radius: 0;
  background: #f7e8ea;
  box-shadow:
    0 8px 22px rgba(154, 61, 82, 0.18),
    0 0 0 3px #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='black' d='M50 92 C20 70 4 50 4 30 C4 14 16 4 30 4 C39 4 46 9 50 16 C54 9 61 4 70 4 C84 4 96 14 96 30 C96 50 80 70 50 92Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='black' d='M50 92 C20 70 4 50 4 30 C4 14 16 4 30 4 C39 4 46 9 50 16 C54 9 61 4 70 4 C84 4 96 14 96 30 C96 50 80 70 50 92Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.reveal {
  opacity: 0;
  transition: opacity 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
}

body.lightbox-open {
  overflow: hidden;
  touch-action: none;
}

.memory-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  overscroll-behavior: contain;
}

.memory-lightbox[hidden] {
  display: none !important;
}

.memory-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(35, 26, 30, 0.82);
  backdrop-filter: blur(7px);
}

.memory-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 94vw);
  max-height: 92vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  animation: lightboxIn 0.35s ease both;
}

.memory-lightbox-close {
  position: sticky;
  top: 0;
  float: right;
  z-index: 2;
  border: none;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  opacity: 0.95;
  touch-action: manipulation;
}

.memory-lightbox-photo {
  margin: 0;
  clear: both;
  background: #fff;
  padding: 0.65rem 0.65rem 0.45rem;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.memory-lightbox-photo img {
  width: 100%;
  height: auto;
  max-height: min(52vh, 420px);
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  background: #f3ece8;
}

.memory-note {
  margin-top: -0.25rem;
  padding: 0 0.35rem 0.5rem;
}

.memory-note-paper {
  position: relative;
  background:
    linear-gradient(180deg, #f3ebe0 0%, #e8dccb 100%);
  border: 1px solid rgba(150, 125, 95, 0.45);
  border-radius: 3px 3px 8px 8px;
  padding: 1.25rem 1.2rem 1.15rem;
  box-shadow:
    0 10px 28px rgba(40, 25, 30, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.memory-note-paper::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0.9rem;
  right: 0.9rem;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    rgba(120, 70, 80, 0.14) 0,
    rgba(120, 70, 80, 0.14) 6px,
    transparent 6px,
    transparent 12px
  );
}

.memory-note-text {
  margin: 0.45rem 0 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(0.98rem, 3.6vw, 1.12rem);
  line-height: 1.7;
  color: #4a383c;
  white-space: pre-wrap;
  text-align: center;
}

@keyframes lightboxIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 720px) {
  :root {
    --wall-max: 560px;
    --tile: 168px;
  }

  .scrapbook-section {
    height: 27rem;
  }

  .scrapbook-section--trio {
    height: 18.5rem;
  }
}

/* ── Admin shell ── */
.admin-site {
  background: #f8f6f3;
}

.admin-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.admin-header-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.admin-brand {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ink);
}

.admin-nav {
  display: flex;
  gap: 0.35rem;
}

.admin-nav a {
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.admin-nav a:hover,
.admin-nav a.active {
  background: rgba(139, 74, 85, 0.08);
  color: var(--accent);
  text-decoration: none;
}

.admin-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem 3rem;
}

.login-subtitle {
  margin: -0.5rem 0 1.25rem;
  color: var(--muted);
  font-size: 0.92rem;
}

/* ── Admin pages ── */
.admin-page h1,
.form-page h1 {
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 0 0 1rem;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: none;
  border-radius: 12px;
  padding: 0.65rem 1.15rem;
  font: inherit;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: #733a44;
  color: #fff;
}

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn-secondary:hover {
  background: rgba(139, 74, 85, 0.05);
}

.btn-danger {
  background: #8f3b3b;
  color: #fff;
}

.admin-table-wrap {
  overflow-x: auto;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.admin-table th,
.admin-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.admin-table th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  font-weight: 600;
}

.admin-table tr:last-child td {
  border-bottom: none;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.form-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
  max-width: 560px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.form-control {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}

.form-control:focus {
  outline: 2px solid rgba(139, 74, 85, 0.22);
  border-color: var(--accent);
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.field-validation-error,
.validation-summary-errors,
.text-danger {
  color: #9b2e2e;
  font-size: 0.9rem;
}

.form-hint {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.preview-image {
  margin-top: 0.75rem;
  max-width: 220px;
  border-radius: 12px;
  overflow: hidden;
}

.alert {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.alert-error {
  background: #f8e8e8;
  color: #7a2d2d;
}

.alert-success {
  background: #eaf5ec;
  color: #2f5d3a;
}

.login-wrap {
  max-width: 400px;
  margin: 3rem auto 0;
}

.form-card-wide {
  max-width: 640px;
}

.form-section-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin: 1.5rem 0 0.5rem;
}

.option-fieldset {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  margin: 0 0 1rem;
}

.option-fieldset legend {
  padding: 0 0.35rem;
  font-weight: 600;
  color: var(--muted);
  font-size: 0.85rem;
}

.form-lead {
  color: var(--muted);
  margin: -0.5rem 0 1.25rem;
}

.form-check-row label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.form-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.75rem;
}

.link-box,
.link-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.link-box {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
}

.link-box code,
.link-row code {
  font-size: 0.9rem;
  word-break: break-all;
}

.link-subtle {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.btn-copy {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  cursor: pointer;
}

.btn-copy:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.badge-on {
  background: #eaf5ec;
  color: #2f5d3a;
}

.badge-off {
  background: #f3eee9;
  color: #7a6e6a;
}

.inline-form {
  display: inline;
}

.link-btn {
  background: none;
  border: none;
  padding: 0;
  color: var(--accent);
  cursor: pointer;
  font: inherit;
}

.link-btn:hover {
  text-decoration: underline;
}

.preview-image {
  margin: 0.75rem 0 0;
  max-width: 180px;
}

.preview-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
}

.results-list {
  display: grid;
  gap: 1rem;
}

.result-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.2rem;
  box-shadow: var(--shadow);
}

.result-card p {
  margin: 0.35rem 0;
}

.result-thumb {
  margin: 0;
  width: 88px;
  flex-shrink: 0;
}

.result-thumb img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 12px;
}

/* ── Home ── */

/* ── Randevu invite ── */
.randevu-site {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(220, 197, 200, 0.28), transparent 60%),
    linear-gradient(180deg, #f6f0eb, #fbf8f5);
  min-height: 100vh;
}

.randevu-site.modal-open {
  overflow: hidden;
}

.randevu-shell {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 1.15rem 3rem;
}

.randevu-page {
  width: 100%;
  max-width: 980px;
}

.randevu-intro {
  text-align: center;
  margin: 0 auto 1.75rem;
  max-width: 640px;
}

.randevu-guest {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 600;
  color: var(--ink);
}

.randevu-heading {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 500;
  line-height: 1.35;
  color: #4a403e;
}

.randevu-subheading {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.randevu-status-card {
  max-width: 420px;
  margin: 4rem auto;
  text-align: center;
  background: rgba(255, 252, 250, 0.95);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow);
}

.randevu-status-text {
  margin: 0;
  font-size: 1.1rem;
  color: #4f4543;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.option-card {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  background: rgba(255, 252, 250, 0.96);
  border: 1px solid rgba(229, 220, 212, 0.95);
  border-radius: 18px;
  padding: 0.9rem;
  box-shadow: 0 14px 36px rgba(70, 45, 50, 0.07);
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.option-card--pick:hover,
.option-card--pick:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(161, 77, 92, 0.45);
  box-shadow: 0 18px 40px rgba(70, 45, 50, 0.11);
  outline: none;
}

.option-card--result {
  cursor: default;
  max-width: 360px;
  margin: 1.25rem auto;
}

.option-label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.option-photo {
  margin: 0 0 0.85rem;
  border-radius: 14px;
  overflow: hidden;
  background: #ece4df;
  aspect-ratio: 1;
}

.option-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.option-photo-empty {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, rgba(161, 77, 92, 0.1), rgba(229, 220, 212, 0.55));
}

.option-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.option-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.anim-from-top,
.anim-from-bottom,
.anim-from-blur {
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: both;
  animation-delay: var(--delay, 0s);
}

.anim-from-top {
  animation-name: optionFromTop;
}

.anim-from-bottom {
  animation-name: optionFromBottom;
}

.anim-from-blur {
  animation-name: optionFromBlur;
}

@keyframes optionFromTop {
  from {
    opacity: 0;
    transform: translateY(-22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes optionFromBottom {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes optionFromBlur {
  from {
    opacity: 0.35;
    filter: blur(8px);
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

.randevu-result {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  animation: optionFromTop 0.55s ease both;
}

.randevu-result-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: 600;
}

.randevu-result-lead {
  margin: 0 0 0.5rem;
  color: var(--muted);
}

.randevu-result-note {
  margin: 1.25rem 0 0;
  font-size: 1.08rem;
  color: #4a403e;
}

.randevu-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.randevu-modal[hidden] {
  display: none !important;
}

.randevu-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 35, 35, 0.42);
}

.randevu-modal-dialog {
  position: relative;
  width: min(100%, 420px);
  background: #faf6f3;
  border: 1px solid rgba(229, 220, 212, 0.95);
  border-radius: 20px;
  padding: 1.6rem 1.35rem 1.25rem;
  box-shadow: 0 24px 60px rgba(40, 25, 30, 0.22);
  text-align: center;
}

.randevu-modal-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
}

.randevu-modal-choice {
  margin: 0 0 1.2rem;
  color: var(--accent);
  font-weight: 600;
}

.randevu-modal-actions {
  display: grid;
  gap: 0.7rem;
}

.btn-confirm {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.btn-confirm--soft {
  background: #8b5a4a;
}

.btn-confirm:hover {
  transform: translateY(-1px);
  background: #8a4250;
}

.btn-confirm--soft:hover {
  background: #74493c;
}

.btn-confirm-label {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.btn-confirm-hint {
  font-size: 0.8rem;
  opacity: 0.9;
  font-weight: 500;
}

.randevu-modal-cancel {
  margin-top: 0.9rem;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
}

.randevu-modal-cancel:hover {
  color: var(--ink);
  text-decoration: underline;
}

@media (max-width: 820px) {
  .option-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .admin-main {
    padding: 1rem 1rem 3rem;
  }

  .admin-nav {
    flex-wrap: wrap;
  }

  .result-card {
    flex-direction: column;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
