:root {
  --parchment: #f4ece0;
  --parchment-dark: #ebe0cc;
  --parchment-deep: #e2d4b8;
  --terracotta: #b85c3c;
  --terracotta-dark: #8b3f26;
  --terracotta-light: #d98766;
  --amphora-black: #1a1410;
  --amphora-black-soft: #2a221b;
  --ink: #2b2419;
  --ink-soft: #5a4a38;
  --muted: #8a7a64;
  --deep-blue: #1e3a52;
  --accent-gold: #a87f3a;
  --olive: #6b7642;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--parchment);
  background-image:
    radial-gradient(ellipse at 20% 10%, rgba(184, 92, 60, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(30, 58, 82, 0.04) 0%, transparent 50%),
    repeating-linear-gradient(0deg, transparent 0 2px, rgba(139, 63, 38, 0.015) 2px 3px);
  min-height: 100vh;
}

a { color: var(--terracotta-dark); text-decoration: none; border-bottom: 1px solid rgba(139, 63, 38, 0.3); transition: color 0.15s, border-color 0.15s; }
a:hover { color: var(--terracotta); border-color: var(--terracotta); }

/* ========== Навигация ========== */
.site-nav {
  background: var(--amphora-black);
  color: var(--parchment);
  border-bottom: 3px solid var(--terracotta);
  position: relative;
}

.site-nav::before,
.site-nav::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 14px;
  background-repeat: repeat-x;
  background-size: 40px 14px;
  pointer-events: none;
}

.site-nav::after {
  bottom: -17px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 14' preserveAspectRatio='none'><path d='M 0 12 L 0 3 L 16 3 L 16 10 L 8 10 L 8 6 L 12 6 L 12 8 M 20 3 L 20 12 L 36 12 L 36 5 L 28 5 L 28 10 L 32 10 L 32 8' fill='none' stroke='%23b85c3c' stroke-width='1.4'/></svg>");
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--parchment);
  text-transform: uppercase;
  border: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand:hover { color: var(--terracotta-light); border: none; }

.brand-mark {
  width: 28px;
  height: 28px;
  display: inline-block;
}

.nav-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links a {
  color: var(--parchment);
  border: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--terracotta-light);
  border-bottom-color: var(--terracotta);
}

/* ========== Общий контейнер ========== */
.page {
  max-width: 780px;
  margin: 60px auto;
  background: var(--parchment);
  border: 1px solid var(--parchment-dark);
  box-shadow:
    0 1px 2px rgba(43, 36, 25, 0.04),
    0 8px 32px rgba(43, 36, 25, 0.08);
  padding: 64px 72px 56px;
  position: relative;
}

.page-wide {
  max-width: 1040px;
}

.meander-border {
  width: 100%;
  height: 20px;
  display: block;
}

.meander-border-top { margin-bottom: 40px; }
.meander-border-bottom { margin-top: 36px; }

.meander-divider {
  width: 120px;
  height: 14px;
  display: block;
  margin: 28px auto;
  opacity: 0.6;
}

/* ========== Типографика ========== */
header.page-header {
  text-align: center;
  margin-bottom: 36px;
}

.eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 14px;
  font-weight: 500;
}

h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 10px 0;
  letter-spacing: -0.01em;
}

.subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-style: italic;
  color: var(--ink-soft);
  font-weight: 400;
}

h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--deep-blue);
  margin: 44px 0 8px 0;
  letter-spacing: -0.005em;
}

h2::before {
  content: "◆";
  color: var(--terracotta);
  font-size: 14px;
  margin-right: 14px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin: 20px 0 6px 0;
}

p { margin: 10px 0; }

ul { margin: 10px 0 16px 0; padding-left: 0; list-style: none; }

ul li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
}

ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 2px;
  background: var(--terracotta);
}

strong {
  color: var(--terracotta-dark);
  font-weight: 600;
}

/* ========== Блоки-плашки ========== */
.hero-quote {
  background: linear-gradient(180deg, rgba(184, 92, 60, 0.06) 0%, rgba(184, 92, 60, 0.02) 100%);
  border-top: 1px solid rgba(184, 92, 60, 0.25);
  border-bottom: 1px solid rgba(184, 92, 60, 0.25);
  padding: 22px 28px;
  margin: 28px 0;
  font-size: 16px;
  text-align: center;
  font-style: italic;
  color: var(--ink-soft);
}
.hero-quote strong { font-style: normal; color: var(--terracotta-dark); }

.urgent {
  background: rgba(168, 127, 58, 0.08);
  border-left: 3px solid var(--accent-gold);
  padding: 16px 22px;
  margin: 18px 0;
  font-size: 15px;
}
.urgent::before {
  content: "❖";
  color: var(--accent-gold);
  font-size: 16px;
  margin-right: 10px;
  font-weight: bold;
}

.tip {
  background: rgba(30, 58, 82, 0.05);
  border-left: 3px solid var(--deep-blue);
  padding: 16px 22px;
  margin: 18px 0;
  font-size: 15px;
}
.tip::before {
  content: "❧";
  color: var(--deep-blue);
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}

.gift {
  background: rgba(107, 118, 66, 0.08);
  border-left: 3px solid var(--olive);
  padding: 16px 22px;
  margin: 18px 0;
  font-size: 15px;
  font-style: italic;
  color: var(--ink-soft);
}
.gift strong { font-style: normal; color: var(--olive); }
.gift::before {
  content: "✦";
  color: var(--olive);
  font-size: 15px;
  margin-right: 10px;
  font-style: normal;
}

.step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 14px 0;
  padding: 16px 22px;
  background: rgba(43, 36, 25, 0.025);
  border: 1px solid rgba(43, 36, 25, 0.08);
  border-radius: 2px;
}

.step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--terracotta);
  color: var(--terracotta-dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--parchment);
}

.step-content { flex: 1; }
.step-content p { margin: 0; }

.muted {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
}

/* ========== Главная страница ========== */
.hero-amphora {
  background: var(--amphora-black);
  color: var(--parchment);
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--terracotta-dark);
}

.hero-amphora-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 28px 100px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-amphora h1 {
  color: var(--parchment);
  font-size: 72px;
  line-height: 1;
  margin: 0 0 20px 0;
  font-weight: 500;
}

.hero-amphora .ampersand {
  color: var(--terracotta);
  font-style: italic;
  font-weight: 400;
}

.hero-amphora .eyebrow {
  color: var(--terracotta-light);
}

.hero-amphora .hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-style: italic;
  color: var(--parchment-deep);
  margin-bottom: 28px;
  opacity: 0.9;
}

.hero-meta {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(244, 236, 224, 0.2);
}

.hero-meta-item {
  font-family: 'Cormorant Garamond', serif;
}

.hero-meta-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--terracotta-light);
  margin-bottom: 4px;
}

.hero-meta-value {
  display: block;
  font-size: 22px;
  color: var(--parchment);
}

.hero-vase {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-vase svg {
  width: 100%;
  max-width: 360px;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}

/* Карточки разделов */
.intro-strip {
  background: var(--parchment);
  padding: 56px 28px;
  text-align: center;
}

.intro-strip-inner {
  max-width: 720px;
  margin: 0 auto;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.5;
}

.cards-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 28px 80px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.card {
  background: var(--parchment);
  border: 1px solid var(--parchment-dark);
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 3px solid var(--terracotta);
  position: relative;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(43, 36, 25, 0.1);
  border-bottom-color: var(--terracotta-dark);
  color: var(--ink);
}

.card-icon {
  width: 56px;
  height: 56px;
  color: var(--terracotta);
  margin-bottom: 4px;
}

.card h3 {
  font-size: 24px;
  margin: 0;
  color: var(--deep-blue);
}

.card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.card-more {
  margin-top: auto;
  padding-top: 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta-dark);
  font-weight: 600;
}

.card:hover .card-more::after {
  transform: translateX(4px);
}

.card-more::after {
  content: " →";
  display: inline-block;
  transition: transform 0.2s;
}

.section-title {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 4px;
}

.section-headline {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  color: var(--ink);
  margin: 0;
}

/* ========== Секция Родос / факты ========== */
.fact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.fact {
  border: 1px solid var(--parchment-dark);
  background: rgba(255,255,255,0.4);
  padding: 18px 20px;
}

.fact-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 6px;
}

.fact-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--ink);
  line-height: 1.3;
}

/* Галерея/карточки мест */
.places-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 24px 0 12px;
}

.place {
  border: 1px solid var(--parchment-dark);
  background: var(--parchment);
  padding: 24px 24px 22px;
  border-left: 3px solid var(--terracotta);
}

.place h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  margin: 0 0 4px 0;
  color: var(--deep-blue);
}

.place .place-meta {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 10px;
}

.place p {
  margin: 0;
  font-size: 15px;
  color: var(--ink-soft);
}

/* Программа / таймлайн */
.timeline {
  margin: 28px 0;
  border-left: 2px solid var(--terracotta);
  padding-left: 28px;
}

.timeline-item {
  position: relative;
  margin-bottom: 28px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--parchment);
  border: 2px solid var(--terracotta);
}

.timeline-time {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terracotta-dark);
}

.timeline-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: var(--ink);
  margin: 2px 0 4px 0;
}

.timeline-desc {
  color: var(--ink-soft);
  font-size: 15px;
  margin: 0;
}

/* ========== Футер ========== */
.site-footer {
  background: var(--amphora-black);
  color: var(--parchment-deep);
  text-align: center;
  padding: 60px 28px 48px;
  position: relative;
  margin-top: 80px;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0; right: 0;
  height: 14px;
  background-repeat: repeat-x;
  background-size: 40px 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 14' preserveAspectRatio='none'><path d='M 0 12 L 0 3 L 16 3 L 16 10 L 8 10 L 8 6 L 12 6 L 12 8 M 20 3 L 20 12 L 36 12 L 36 5 L 28 5 L 28 10 L 32 10 L 32 8' fill='none' stroke='%23b85c3c' stroke-width='1.4'/></svg>");
}

.site-footer .signature {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-style: italic;
  color: var(--parchment);
  margin: 0 0 8px;
}

.site-footer .meta {
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
}

/* page footer (внутри .page) */
footer.page-footer {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  color: var(--ink-soft);
  margin-top: 32px;
}

footer.page-footer .signature {
  font-size: 16px;
  color: var(--muted);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  font-style: normal;
}

/* ========== Фото в герое главной ========== */
.couple-photo-frame {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 3/4;
  border: 1px solid rgba(244, 236, 224, 0.15);
  border-top: 3px solid var(--terracotta);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(244, 236, 224, 0.25);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 17px;
  letter-spacing: 0.05em;
  position: relative;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
  box-sizing: border-box;
}

.couple-photo-frame svg {
  width: 40px;
  height: 40px;
  opacity: 0.3;
}

/* Когда есть реальное фото */
.couple-photo-frame:has(img) {
  padding: 0;
  gap: 0;
  overflow: hidden;
  position: relative;
  filter: none;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  cursor: zoom-in;
}
.couple-photo-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.couple-photo-frame:has(img) svg,
.couple-photo-frame:has(img) span { display: none; }

/* corner marks */
.couple-photo-frame::before,
.couple-photo-frame::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: rgba(184, 92, 60, 0.4);
  border-style: solid;
}
.couple-photo-frame::before {
  bottom: 16px;
  left: 16px;
  border-width: 0 0 1px 1px;
}
.couple-photo-frame::after {
  bottom: 16px;
  right: 16px;
  border-width: 0 1px 1px 0;
}

/* ========== Карусель ========== */
.carousel-section {
  margin: 32px 0 0;
}

.carousel-section h2 {
  margin-bottom: 16px;
}

.carousel-wrap {
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}

.carousel-track::-webkit-scrollbar {
  height: 4px;
}
.carousel-track::-webkit-scrollbar-track { background: var(--parchment-dark); }
.carousel-track::-webkit-scrollbar-thumb { background: var(--terracotta); border-radius: 2px; }

.carousel-slide {
  flex: 0 0 calc(50% - 8px);
  scroll-snap-align: start;
  min-width: 220px;
}

.carousel-slide figure {
  margin: 0;
  aspect-ratio: 4/3;
  background: rgba(43, 36, 25, 0.03);
  border: 1px solid var(--parchment-dark);
  border-top: 3px solid var(--terracotta);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--muted);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 15px;
  text-align: center;
  padding: 20px;
}

.carousel-slide figure svg {
  width: 32px;
  height: 32px;
  opacity: 0.35;
}
.carousel-slide figure:has(img) {
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}
.carousel-slide figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-slide figure:has(img) figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(26, 20, 16, 0.75));
  color: var(--parchment);
  padding: 20px 12px 8px;
  font-size: 13px;
  font-style: italic;
}
.carousel-slide figure:has(img) svg { display: none; }

/* ========== Лайтбокс ========== */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 20, 16, 0.93);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  cursor: zoom-out;
}
.lightbox-overlay.active { display: flex; }

.lightbox-overlay img {
  max-width: min(90vw, 1000px);
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0,0,0,0.8);
  cursor: default;
  border-top: 3px solid var(--terracotta);
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  color: var(--parchment);
  font-size: 32px;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  opacity: 0.6;
  transition: opacity 0.15s;
  background: none;
  border: none;
  padding: 4px 8px;
}
.lightbox-close:hover { opacity: 1; }

.lightbox-caption {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(244, 236, 224, 0.6);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.carousel-slide figcaption { font-size: 13px; }

.carousel-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 14px;
}

.carousel-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--terracotta);
  background: transparent;
  color: var(--terracotta);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}

.carousel-btn:hover {
  background: var(--terracotta);
  color: var(--parchment);
}

@media (max-width: 600px) {
  .carousel-slide { flex: 0 0 85%; }
}

/* ========== Фото-плейсхолдеры ========== */
.photo-frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0;
}

.photo-placeholder {
  background: rgba(43, 36, 25, 0.03);
  border: 1px solid var(--parchment-dark);
  border-top: 3px solid var(--terracotta);
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 24px;
  color: var(--muted);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}

.photo-placeholder:hover {
  background: rgba(184, 92, 60, 0.04);
  border-top-color: var(--terracotta-dark);
}

/* Когда внутри есть настоящая фотография */
.photo-placeholder:has(img) {
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}
.photo-placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-placeholder:has(img) figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(26, 20, 16, 0.75));
  color: var(--parchment);
  padding: 24px 16px 10px;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-style: italic;
}
.photo-placeholder:has(img) .photo-placeholder-icon { display: none; }

.photo-placeholder-wide {
  aspect-ratio: 16/6;
  margin: 20px 0;
}

.photo-placeholder-icon {
  width: 36px;
  height: 36px;
  opacity: 0.4;
}

.photo-placeholder figcaption {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

@media (max-width: 600px) {
  .photo-frame { grid-template-columns: 1fr; }
  .photo-placeholder-wide { aspect-ratio: 4/3; }
}

/* ========== Дресс-код: палитра ========== */
.dc-palette {
  display: flex;
  gap: 10px;
  margin: 20px 0 24px;
  align-items: center;
}

.dc-spoiler {
  filter: blur(5px);
  cursor: pointer;
  transition: filter 0.4s ease;
  user-select: none;
}

.dc-spoiler--revealed {
  filter: blur(0);
  cursor: default;
}

.dc-heart {
  width: 38px;
  height: 36px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}

/* ========== Дресс-код: формула костюма ========== */
.dc-suit-formula {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 28px 0;
  flex-wrap: wrap;
}

.dc-suit-item {
  flex: 1;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--parchment-dark);
  border: 1px solid var(--parchment-deep);
  border-top: 3px solid var(--amphora-black);
  border-radius: 4px;
  padding: 20px 16px 16px;
  gap: 8px;
}

.dc-suit-icon {
  width: 48px;
  height: 48px;
  color: var(--amphora-black);
  opacity: 0.75;
}

.dc-suit-icon svg {
  width: 100%;
  height: 100%;
}

.dc-suit-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.03em;
}

.dc-suit-note {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  min-height: 18px;
}

.dc-suit-plus {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--terracotta);
  align-self: center;
  margin-top: -8px;
  flex-shrink: 0;
}

/* ========== Дресс-код: коллаж-мудборд ========== */
.collage-grid {
  columns: 2;
  column-gap: 6px;
  margin: 28px 0 8px;
}

.collage-item {
  break-inside: avoid;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  overflow: hidden;
  border-radius: 3px;
}

/* Показываем фото в натуральную высоту — сброс всех базовых стилей фрейма */
.collage-grid .photo-placeholder {
  display: block;
  aspect-ratio: unset;
  height: auto;
  min-height: 0;
  position: static;
  background: var(--parchment-dark);
}

.collage-grid .photo-placeholder img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: unset;
  inset: auto;
  cursor: zoom-in;
  transition: transform 0.4s ease;
  border-radius: 3px;
}

.collage-grid .collage-item:hover img {
  transform: scale(1.03);
}

.collage-grid .photo-placeholder figcaption {
  display: none;
}

@media (max-width: 560px) {
  .collage-grid { columns: 1; column-gap: 0; }
  .dc-suit-formula { flex-direction: column; align-items: stretch; }
  .dc-suit-plus { display: none; }
}

/* ========== Адаптивность ========== */
@media (max-width: 820px) {
  .hero-amphora-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 60px 20px 70px;
    text-align: center;
  }
  .hero-amphora h1 { font-size: 54px; }
  .hero-meta { justify-content: center; }
  .hero-vase { order: -1; }
  .hero-vase svg { max-width: 240px; }
}

@media (max-width: 640px) {
  .page { padding: 32px 24px 28px; margin: 20px 10px; }
  h1 { font-size: 36px; }
  h2 { font-size: 24px; }
  .step { padding: 14px 16px; gap: 14px; }
  .nav-inner { padding: 14px 20px; }
  .nav-links { font-size: 15px; gap: 18px; }
  .brand { font-size: 18px; }
  .hero-amphora h1 { font-size: 42px; }
  .section-headline { font-size: 28px; }
}
