.wed-page { background: #0a0a0a; color: #e8e8e8; padding-top: 5.5rem; }
.wed-hero { padding: 3rem 0 2rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.wed-hero h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 600; letter-spacing: -0.03em; color: #fff; }
.wed-hero h2 { font-size: 1.35rem; font-weight: 500; color: #fff; margin-top: 1.25rem; }
.wed-hero p.lead { color: #a3a3a3; max-width: 42rem; line-height: 1.65; margin-top: 1rem; }
.wed-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.wed-badge { border: 1px solid rgba(255,255,255,0.2); color: #e8e8e8; padding: 0.5rem 1rem; font-size: 0.875rem; border-radius: 2px; }
.wed-carousel-wrap { max-width: 1100px; margin: 2.5rem auto 0; }
.wed-carousel .carousel-item img { height: min(58vh, 520px); width: 100%; object-fit: cover; }
.wed-carousel .carousel-caption { background: linear-gradient(transparent, rgba(0,0,0,0.85)); left: 0; right: 0; bottom: 0; padding: 2rem 1.5rem 1.25rem; text-align: left; }
.wed-carousel .carousel-caption .cat-label { display: inline-block; background: rgba(232,197,71,0.95); color: #0a0a0a; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 0.25rem 0.6rem; margin-bottom: 0.35rem; border-radius: 2px; }
.wed-carousel .carousel-caption h3 { font-size: 1.15rem; margin: 0; color: #fff; font-weight: 600; }
.wed-carousel .carousel-indicators [data-bs-target] { width: 8px; height: 8px; border-radius: 50%; }
.wed-list-section { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
.wed-list-section h2 { color: #fff; font-size: 1.35rem; margin-bottom: 0.5rem; }
.wed-list-section > p { color: #888; font-size: 0.95rem; margin-bottom: 1.5rem; }
.wed-thumb-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.wed-thumb { border-radius: 6px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); background: #141414; }
.wed-thumb img { width: 100%; height: 120px; object-fit: cover; display: block; }
.wed-thumb .meta { padding: 0.65rem 0.75rem; }
.wed-thumb .cat { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.05em; color: #e8c547; font-weight: 700; }
.wed-thumb .tit { font-size: 0.8rem; color: #ccc; margin-top: 0.2rem; line-height: 1.3; }
.wed-prose { max-width: 48rem; margin: 0 auto; }
.wed-prose h2, .wed-prose strong.section-lead { font-size: 1.5rem; color: #fff; display: block; margin: 2.5rem 0 1rem; font-weight: 600; }
.wed-prose p { color: #b0b0b0; line-height: 1.75; margin-bottom: 1.25rem; }
.wed-split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; margin: 3rem 0; }
@media (max-width: 991px) { .wed-split { grid-template-columns: 1fr; } }
.wed-split img { width: 100%; border-radius: 6px; max-height: 380px; object-fit: cover; }
.wed-split h3 { color: #fff; font-size: 1.25rem; font-weight: 600; margin-bottom: 1rem; }
.wed-testimonials { background: #111; padding: 4rem 0; margin-top: 3rem; border-top: 1px solid rgba(255,255,255,0.08); }
.wed-testimonials h2 { text-align: center; color: #fff; font-size: 1.75rem; margin-bottom: 2.5rem; font-weight: 600; }
.wed-cta { text-align: center; padding: 4rem 1rem; border-top: 1px solid rgba(255,255,255,0.08); }
.wed-cta h2 { color: #fff; font-size: 1.5rem; margin-bottom: 0.5rem; }
.wed-form-section { background: #f5f5f5; color: #1a1a1a; padding: 4rem 0; }
.wed-form-section h2 { font-size: 1.5rem; font-weight: 600; margin-bottom: 0.5rem; }

