/* ═══════════════════════════════════════════════════════════════════
   Fadime & Yusuf Can — düğün davetiyesi
   ═══════════════════════════════════════════════════════════════════ */

:root {
  --cream: #fdf6f0;
  --sage: #eaf3ef;
  --card: #fdfbf8;

  --ink: #3a4a45;
  --ink-soft: #5b6864;
  --light: #fff9f3;

  --terra: #99502f;
  --terra-deep: #7a3e23;
  --terra-hover: #6b3a28;
  --gold: #7c5a3e;

  --sage-ink: #41675c;
  --sage-ink-2: #4e6f66;
  --sage-edge: #6e9c8f;

  --line: #e8d3c2;
  --line-soft: #e3c6b3;
  --line-ring: #e0c4ae;
  --placeholder: #f1e6dc;

  --serif: 'Cormorant Garamond', 'Iowan Old Style', 'Times New Roman', serif;
  --sans: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --script: 'Pinyon Script', 'Snell Roundhand', 'Apple Chancery', cursive;

  --label: clamp(10px, 1.05vw, 12px);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img { display: block; max-width: 100%; }

/* <picture> satır içi bir kutu; yerleşimden çıkarınca içindeki <img>
   yüzde yüksekliklerini doğrudan çerçeveye göre hesaplıyor. */
picture { display: contents; }
p { margin: 0; text-wrap: pretty; }
a { color: var(--terra); text-decoration: none; }
a:hover { color: var(--terra-hover); }

::selection { background: #f7d9c4; color: var(--ink); }

:where(a, button, [tabindex]):focus-visible {
  outline: 2px solid var(--terra);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ── Ortak parçalar ─────────────────────────────────────────────── */

.center { text-align: center; }

.kicker {
  font-family: var(--sans);
  font-weight: 300;
  font-size: var(--label);
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
}
.kicker--sage { color: var(--sage-ink); }
.kicker--light { color: var(--light); text-shadow: 0 1px 10px rgba(38, 50, 46, 0.85); }

.rule {
  display: inline-block;
  width: clamp(24px, 4vw, 48px);
  height: 1px;
  background: var(--line-soft);
  vertical-align: middle;
}
.rule--wide { width: clamp(40px, 6vw, 80px); background: var(--line); }

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: clamp(28px, 4vw, 46px) auto 0;
}

.lede {
  margin: clamp(22px, 3vw, 36px) auto 0;
  max-width: 620px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(21px, 2.4vw, 32px);
  line-height: 1.6;
  color: var(--ink);
}
.lede em { font-style: italic; color: var(--terra); }
.lede--sm {
  max-width: 520px;
  margin-top: clamp(18px, 2.4vw, 30px);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.5;
}

.section { padding: clamp(60px, 8vw, 120px) clamp(24px, 6vw, 56px); }
.section--cream { background: var(--cream); }
.section--sage { background: var(--sage); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: clamp(24px, 3vw, 38px);
  padding: 16px 30px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  transition: background 0.35s ease, color 0.35s ease;
}
.btn--ghost {
  border: 1px solid var(--sage-edge);
  color: var(--sage-ink);
  background: transparent;
}
.btn--ghost:hover { background: var(--sage-edge); color: var(--card); }
.btn--solid {
  background: var(--terra);
  color: var(--light);
  box-shadow: 0 16px 30px -18px rgba(153, 80, 47, 0.85);
}
.btn--solid:hover { background: var(--terra-deep); color: var(--light); }

.link-quiet {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  padding-bottom: 3px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.link-quiet:hover { color: var(--terra); border-color: var(--line-ring); }

/* ── Açılış / mühür ─────────────────────────────────────────────── */

.intro {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: block;
  cursor: pointer;
  overflow: hidden;
  perspective: 1800px;
  perspective-origin: 50% 50%;
  transition: opacity 0.8s ease;
}
.intro.is-gone {
  opacity: 0;
  pointer-events: none;
}

.intro__panel {
  position: absolute;
  top: 0;
  width: 50.2%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: transform 1.5s cubic-bezier(0.55, 0.03, 0.22, 1), box-shadow 1.5s ease;
  background-image:
    radial-gradient(46% 40% at 82% 18%, rgba(247, 217, 196, 0.8) 0%, rgba(247, 217, 196, 0) 70%),
    radial-gradient(52% 44% at 14% 82%, rgba(168, 207, 196, 0.55) 0%, rgba(168, 207, 196, 0) 72%),
    linear-gradient(168deg, #fefaf6 0%, #fbf2ea 46%, #f6e7db 100%);
  background-size: 200vw 100%;
  background-repeat: no-repeat;
}
.intro__panel--l {
  left: 0;
  transform-origin: left center;
  background-position: 0 0;
  box-shadow: 8px 0 40px -22px rgba(107, 80, 64, 0.45);
}
.intro__panel--r {
  right: 0;
  transform-origin: right center;
  background-position: 100% 0;
  box-shadow: -8px 0 40px -22px rgba(107, 80, 64, 0.45);
}
/* Kanatlar mühür kırıldıktan sonra açılsın. */
.intro.is-opening .intro__panel { transition-delay: 0.43s; }
.intro.is-opening .intro__panel--l {
  transform: rotateY(-104deg);
  box-shadow: 30px 0 60px -30px rgba(107, 80, 64, 0.55);
}
.intro.is-opening .intro__panel--r {
  transform: rotateY(104deg);
  box-shadow: -30px 0 60px -30px rgba(107, 80, 64, 0.55);
}

.intro__rule {
  position: absolute;
  top: clamp(18px, 3.4vw, 46px);
  bottom: clamp(18px, 3.4vw, 46px);
  border: 1px solid rgba(201, 140, 107, 0.22);
}
.intro__panel--l .intro__rule { left: clamp(18px, 3.4vw, 46px); right: 0; border-right: 0; }
.intro__panel--r .intro__rule { right: clamp(18px, 3.4vw, 46px); left: 0; border-left: 0; }

.intro__edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(90px, 14%);
}
.intro__panel--l .intro__edge {
  right: 0;
  background: linear-gradient(90deg, rgba(178, 124, 95, 0) 0%, rgba(178, 124, 95, 0.13) 100%);
}
.intro__panel--r .intro__edge {
  left: 0;
  background: linear-gradient(270deg, rgba(178, 124, 95, 0) 0%, rgba(178, 124, 95, 0.13) 100%);
}

.intro__name {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--script);
  font-size: clamp(25px, 5.2vw, 62px);
  line-height: 1;
  color: var(--ink);
}
.intro__panel--l .intro__name { padding-right: min(15vw, 120px); }
.intro__panel--r .intro__name { padding-left: min(15vw, 120px); }

.intro__center {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.8s ease;
}
.intro.is-opening .intro__center {
  opacity: 0;
  transform: translateY(10px);
}

.intro__dust {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.5px);
  animation: dust 11s ease-in-out infinite;
}
.intro__dust--1 { left: 14%; bottom: 12%; width: 7px; height: 7px; background: #efc0a2; }
.intro__dust--2 { left: 33%; bottom: 6%; width: 5px; height: 5px; background: #a8cfc4; animation-duration: 13s; animation-delay: 2s; }
.intro__dust--3 { left: 64%; bottom: 9%; width: 6px; height: 6px; background: #efc0a2; animation-duration: 12s; animation-delay: 4s; }
.intro__dust--4 { left: 83%; bottom: 5%; width: 4px; height: 4px; background: #a8cfc4; animation-duration: 14s; animation-delay: 6.5s; }

.intro__kicker {
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(30px, 6vh, 74px);
  text-align: center;
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(9px, 1vw, 11px);
  letter-spacing: 0.46em;
  text-transform: uppercase;
  color: var(--gold);
}
.intro__date {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(94px, 15vh, 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(10px, 1.1vw, 12px);
  letter-spacing: 0.4em;
  color: var(--ink-soft);
}
.intro__hint {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(40px, 7vh, 86px);
  text-align: center;
  font-family: var(--sans);
  font-size: clamp(9px, 1vw, 11px);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #6e5c50;
  animation: hint 2.8s ease-in-out infinite;
}

.seal {
  position: absolute;
  left: 50%;
  top: 50%;
  --size: clamp(102px, 14vw, 152px);
  width: var(--size);
  height: var(--size);
  margin: calc(var(--size) / -2) 0 0 calc(var(--size) / -2);
  pointer-events: none;
}
.seal__pulse {
  position: absolute;
  inset: 0;
  animation: pulse 4s ease-in-out infinite;
}
.seal__half {
  position: absolute;
  inset: 0;
  transition: transform 1.05s cubic-bezier(0.28, 0.68, 0.2, 1), opacity 1s ease;
}
.seal__half--l { clip-path: inset(-70% 50% -70% -70%); }
.seal__half--r { clip-path: inset(-70% -70% -70% 50%); }
.intro.is-opening .seal__half--l { transform: translate(-34px, 22px) rotate(-18deg); opacity: 0; }
.intro.is-opening .seal__half--r { transform: translate(34px, 25px) rotate(17deg); opacity: 0; }

.seal__disc {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 38% 30%, #da9971 0%, #cb865d 45%, #b9724e 76%, #a4623f 100%);
  box-shadow:
    0 16px 24px -10px rgba(122, 60, 38, 0.45),
    0 3px 5px rgba(122, 60, 38, 0.22),
    inset 0 2px 3px rgba(255, 231, 214, 0.42),
    inset 0 -13px 22px rgba(120, 52, 30, 0.32),
    inset 0 0 0 1px rgba(120, 52, 30, 0.12);
}
.seal__ring {
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  border: 1px solid rgba(255, 231, 214, 0.16);
  box-shadow: inset 0 1px 1px rgba(116, 48, 26, 0.42), 0 1px 0 rgba(255, 231, 214, 0.22);
}
.seal__mono {
  position: relative;
  font-family: var(--serif);
  font-size: clamp(30px, 4.4vw, 46px);
  letter-spacing: 0.03em;
  color: #c07751;
  text-shadow: 0 -1px 1px rgba(116, 48, 26, 0.7), 0 1.5px 1px rgba(255, 226, 205, 0.4);
}
.seal__crack {
  position: absolute;
  left: 50%;
  top: 4%;
  width: 2px;
  height: 92%;
  margin-left: -1px;
  background: linear-gradient(180deg, rgba(255, 250, 245, 0), rgba(255, 250, 245, 0.9), rgba(255, 250, 245, 0));
  opacity: 0;
  transform-origin: center;
}
.intro.is-opening .seal__crack { animation: crack 0.6s ease-out forwards; }

@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.035); } }
@keyframes hint { 0%, 100% { opacity: 0.4; } 50% { opacity: 0.95; } }
@keyframes dust {
  0% { transform: translate3d(0, 40px, 0) scale(0.6); opacity: 0; }
  25% { opacity: 0.5; }
  100% { transform: translate3d(26px, -180px, 0) scale(1.1); opacity: 0; }
}
@keyframes crack {
  0% { transform: scaleY(0); opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); opacity: 0; }
}
@keyframes drift { 0%, 100% { opacity: 0.3; transform: translateY(0); } 50% { opacity: 0.9; transform: translateY(8px); } }

/* ── Kapak ──────────────────────────────────────────────────────── */

.hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hero__wash {
  position: absolute;
  inset: -5%;
  overflow: hidden;
}
.hero__wash img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(14px) saturate(0.85);
  opacity: 0.8;
}
.hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(58, 74, 69, 0.2) 0%,
    rgba(58, 74, 69, 0.04) 26%,
    rgba(50, 64, 59, 0.24) 58%,
    rgba(38, 50, 46, 0.8) 82%,
    rgba(34, 45, 41, 0.93) 100%
  );
}
.hero__frame {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  padding: clamp(16px, 3vh, 44px) clamp(16px, 4vw, 40px) 0;
}
.hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.hero__caption {
  position: relative;
  flex: 0 0 auto;
  padding: clamp(18px, 2.6vh, 32px) clamp(22px, 5vw, 48px) max(clamp(30px, 5vh, 60px), env(safe-area-inset-bottom));
  text-align: center;
  color: var(--light);
}
.names {
  margin: clamp(10px, 1.8vh, 22px) 0 0;
  font-family: var(--script);
  font-weight: 400;
  font-size: clamp(34px, 6.4vw, 88px);
  line-height: 1.06;
  text-shadow: 0 2px 30px rgba(38, 50, 46, 0.7);
}
.names .amp {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.6em;
  opacity: 0.92;
}
.hero__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(12px, 1.8vh, 24px);
  font-family: var(--sans);
  font-size: var(--label);
  letter-spacing: 0.34em;
}
.hero__date .rule {
  width: clamp(30px, 5vw, 64px);
  background: rgba(255, 249, 243, 0.45);
}
.hero__scroll {
  display: block;
  width: 16px;
  margin: clamp(14px, 2.4vh, 32px) auto 0;
  color: var(--light);
  animation: drift 2.6s ease-in-out infinite;
}
.hero__scroll:hover { color: var(--light); }

/* ── Tam boy fotoğraf ───────────────────────────────────────────── */

.plate {
  position: relative;
  padding: clamp(34px, 5vw, 64px) clamp(22px, 5vw, 48px);
  overflow: hidden;
  background: var(--cream);
}
.plate__wash { position: absolute; inset: -6%; overflow: hidden; }
.plate__wash img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(16px) saturate(0.8);
  opacity: 0.7;
}
.plate__wash--soft img { opacity: 0.66; }
.plate__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(253, 246, 240, 0.72) 0%, rgba(253, 246, 240, 0.34) 40%, rgba(253, 246, 240, 0.72) 100%);
}
.plate__frame {
  position: relative;
  margin: 0 auto;
  height: min(74svh, 640px);
  aspect-ratio: 2 / 3;
  max-width: 100%;
  overflow: hidden;
  border-radius: 2px;
  background: var(--placeholder);
  box-shadow: 0 26px 50px -30px rgba(107, 80, 64, 0.55);
}
.plate__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

/* ── Zaman & Mekân ──────────────────────────────────────────────── */

.when {
  margin: clamp(26px, 4vw, 48px) auto 0;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(18px, 2.4vw, 34px);
  align-items: stretch;
}
.when__photo {
  position: relative;
  align-self: center;
  justify-self: center;
  margin: 0;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 2 / 3;
  border-radius: 2px;
  overflow: hidden;
  background: var(--placeholder);
}
.when__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.card {
  background: var(--card);
  border: 1px solid rgba(110, 156, 143, 0.22);
  border-radius: 2px;
  padding: clamp(30px, 4vw, 54px) clamp(22px, 3vw, 42px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card__label {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--sage-ink-2);
}
.card__big {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1;
}
.card__big--sm { margin-top: 10px; font-size: clamp(28px, 3vw, 38px); }
.card__sep {
  display: block;
  margin: clamp(20px, 2.6vw, 30px) auto;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(232, 211, 194, 0), var(--line), rgba(232, 211, 194, 0));
}
.card__venue {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.32;
}
.card__hall {
  margin-top: 8px;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra);
}

/* ── Geri sayım ─────────────────────────────────────────────────── */

.cd {
  margin: clamp(24px, 3.4vw, 42px) auto 0;
  max-width: 680px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 1.2vw, 16px);
}
.cd__cell {
  border-radius: 2px;
  padding: clamp(18px, 2.4vw, 32px) 6px;
}
.cd__cell--warm { background: #f9ede3; }
.cd__cell--cool { background: var(--sage); }
.cd__num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.cd__unit {
  display: block;
  margin-top: 8px;
  font-family: var(--sans);
  font-size: clamp(10px, 0.95vw, 12px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.cd__unit--sage { color: var(--sage-ink); }

/* ── Hikâyemiz ──────────────────────────────────────────────────── */

.story { padding-top: 0; padding-bottom: clamp(64px, 8vw, 110px); }
.story__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
}
.story__photo {
  position: relative;
  align-self: center;
  justify-self: center;
  margin: 0;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: var(--placeholder);
}
.story__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}
.story__text { padding: clamp(24px, 4vw, 20px) 0; text-align: center; }
.quote {
  margin: clamp(20px, 2.6vw, 32px) auto 0;
  max-width: 420px;
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(21px, 2.3vw, 30px);
  line-height: 1.55;
}

/* ── Günün akışı ────────────────────────────────────────────────── */

.flow {
  position: relative;
  margin: clamp(28px, 4vw, 50px) auto 0;
  max-width: 520px;
  padding: 0 0 0 34px;
  list-style: none;
}
.flow::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(180deg, rgba(110, 156, 143, 0), rgba(110, 156, 143, 0.4) 12%, rgba(110, 156, 143, 0.4) 88%, rgba(110, 156, 143, 0));
}
.flow__item {
  position: relative;
  padding-bottom: clamp(26px, 3vw, 40px);
}
.flow__item:last-child { padding-bottom: 0; }
.flow__item::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--sage);
  border: 1px solid rgba(110, 156, 143, 0.55);
}
.flow__item--start::before { border-color: #c98c6b; }
.flow__item--end::before { background: #c98c6b; border-color: #c98c6b; }
.flow__time {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--sage-ink);
}
.flow__item--start .flow__time,
.flow__item--end .flow__time { color: var(--terra); }
.flow__title {
  margin-top: 6px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 28px);
}
.flow__note {
  margin-top: 4px;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-soft);
}

/* ── Kareler ────────────────────────────────────────────────────── */

.gallery { padding-left: 0; padding-right: 0; }
.gallery__head { padding: 0 clamp(24px, 6vw, 56px); }
.gallery__sub {
  margin: clamp(16px, 2vw, 26px) auto 0;
  max-width: 420px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.5;
  color: var(--ink-soft);
}

.strip {
  margin-top: clamp(26px, 3.4vw, 44px);
  display: flex;
  gap: clamp(10px, 1.2vw, 18px);
  overflow-x: auto;
  padding: 4px clamp(24px, 6vw, 56px) 18px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.strip::-webkit-scrollbar { display: none; }

.shot {
  flex: 0 0 auto;
  width: clamp(210px, 64vw, 300px);
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 2px;
  background: var(--placeholder);
  cursor: zoom-in;
  border: 0;
  padding: 0;
  box-shadow: 0 20px 36px -24px rgba(107, 80, 64, 0.5);
}
.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.shot:hover img { transform: scale(1.05); }

/* ── Konum ──────────────────────────────────────────────────────── */

.place {
  padding-top: clamp(48px, 6vw, 90px);
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.place__venue {
  margin-top: clamp(16px, 2vw, 26px);
  max-width: 340px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.3;
}
.place__hall {
  margin-top: 8px;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra);
}
.place__addr {
  margin: clamp(14px, 2vw, 22px) auto 0;
  max-width: 300px;
  font-family: var(--sans);
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.place .btn { margin-top: clamp(20px, 2.6vw, 32px); }

/* ── Kapanış ────────────────────────────────────────────────────── */

.closing {
  padding: clamp(64px, 8vw, 120px) clamp(24px, 6vw, 56px) clamp(72px, 9vw, 130px);
  background: var(--cream);
  text-align: center;
}
.closing__mono {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(68px, 7vw, 88px);
  height: clamp(68px, 7vw, 88px);
  border-radius: 50%;
  border: 1px solid var(--line-ring);
  font-family: var(--serif);
  font-size: clamp(23px, 2.4vw, 30px);
  letter-spacing: 0.04em;
  color: var(--terra);
}
.closing__names {
  margin-top: clamp(20px, 2.6vw, 32px);
  font-family: var(--script);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
}
.closing__when {
  margin-top: 14px;
  font-family: var(--sans);
  font-size: clamp(10px, 1vw, 11px);
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
}
.closing .ornament { margin-top: clamp(24px, 3vw, 38px); }
.closing .rule { width: clamp(34px, 5vw, 60px); background: var(--line); }
.closing__line {
  margin: clamp(18px, 2.4vw, 28px) auto 0;
  max-width: 360px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ── Işık kutusu ────────────────────────────────────────────────── */

.lb {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(40, 50, 47, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 60px);
}
.lb[hidden] { display: none; }
.lb__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 2px;
  cursor: zoom-out;
}
.lb__nav,
.lb__close {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: rgba(253, 246, 240, 0.14);
  color: var(--light);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease;
}
.lb__nav:hover,
.lb__close:hover { background: rgba(253, 246, 240, 0.26); }
.lb__nav--prev { left: 10px; top: 50%; transform: translateY(-50%); }
.lb__nav--next { right: 10px; top: 50%; transform: translateY(-50%); }
.lb__close { right: 14px; top: 14px; width: 40px; height: 40px; font-size: 16px; }

/* ── Beliriş ────────────────────────────────────────────────────── */

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1s var(--ease), transform 1.1s var(--ease);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .hero__scroll { animation: none; }
}
