.hero-love {
	position: relative;
	min-height: calc(100svh - 5.25rem);
	display: grid;
	align-items: center;
	padding: clamp(3rem, 7vw, 6rem) 0;
	overflow: hidden;
}
.hero-love::before {
	content: '';
	position: absolute;
	top: 10%;
	left: 47%;
	width: clamp(21rem, 42vw, 38rem);
	height: clamp(21rem, 42vw, 38rem);
	border: 1px solid color-mix(in srgb, var(--gold) 25%, transparent);
	border-radius: 50%;
}
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(28rem, 1.1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker {
	display: inline-block;
	margin-bottom: 1.6rem;
	color: var(--rose-600);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .21em;
	text-transform: uppercase;
}
.hero-date { display: flex; align-items: center; gap: .85rem; margin: 0 0 1.2rem; color: var(--muted); }
.hero-date > span { color: var(--rose-700); font-family: 'Cormorant Garamond', serif; font-size: 3rem; line-height: .8; }
.hero-date small { padding-left: .85rem; border-left: 1px solid var(--gold); font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-title {
	max-width: 41rem;
	margin: 0 0 1.6rem;
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(4rem, 8vw, 7.2rem);
	font-weight: 600;
	line-height: .82;
	letter-spacing: -.055em;
}
.hero-text { max-width: 34rem; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.13rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; margin-top: 2.1rem; }
.hero-actions .btn { min-width: 13.5rem; }
.hero-visual { position: relative; min-height: clamp(32rem, 60vw, 43rem); }
.hero-photo { position: absolute; margin: 0; overflow: hidden; background: var(--sand); box-shadow: var(--shadow-soft); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.hero-photo:hover img { transform: scale(1.025); }
.hero-photo figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: .55rem .75rem;
	color: var(--ink);
	background: var(--pearl);
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.hero-photo-1 { top: 0; right: 4%; width: 58%; height: 76%; z-index: 2; }
.hero-photo-2 { bottom: 0; left: 0; width: 42%; height: 52%; z-index: 3; border: .6rem solid var(--pearl); }
.hero-photo-3 { right: 0; bottom: 1%; width: 30%; height: 37%; z-index: 4; border: .45rem solid var(--pearl); }
.hero-seal {
	position: absolute;
	top: 10%;
	left: 25%;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 6.2rem;
	height: 6.2rem;
	border: 1px solid color-mix(in srgb, var(--gold) 72%, transparent);
	border-radius: 50%;
	color: var(--rose-700);
	background: var(--pearl);
	box-shadow: var(--shadow-card);
}
.hero-seal i { font-size: .85rem; }
.hero-seal span { margin-top: -.9rem; font-family: 'Cormorant Garamond', serif; font-size: .95rem; font-style: italic; }
.hero-photo-placeholder {
	position: absolute;
	inset: 6% 4% 4% 10%;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 1rem;
	border: 1px solid var(--gold);
	color: var(--rose-700);
	background: var(--sand);
}
.hero-photo-placeholder i { font-size: 3rem; }
.hero-photo-placeholder span { font-family: 'Cormorant Garamond', serif; font-size: 2rem; }

.invitation-note { padding: clamp(2.5rem, 6vw, 5rem) 0; border-top: 1px solid var(--surface-border); border-bottom: 1px solid var(--surface-border); }
.invitation-note-inner { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1rem, 5vw, 4rem); align-items: center; max-width: 61rem; margin: auto; text-align: center; }
.invitation-flourish { color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 2rem; }
.invitation-note h2 { max-width: 50rem; margin: 0 auto; font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 500; font-style: italic; line-height: 1.15; }

.counter-section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; color: #fff; background: var(--rose-700); }
.counter-heading { display: grid; grid-template-columns: 1fr minmax(17rem, .65fr); gap: 3rem; align-items: end; }
.counter-heading .eyebrow { color: color-mix(in srgb, var(--pearl) 76%, var(--gold)); }
.counter-heading .eyebrow::before { background: var(--gold); }
.counter-heading p { margin: 0 0 .5rem; color: color-mix(in srgb, white 67%, transparent); }
.counter-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 3rem; border-top: 1px solid color-mix(in srgb, white 24%, transparent); border-bottom: 1px solid color-mix(in srgb, white 24%, transparent); }
.counter-card { position: relative; padding: clamp(1.5rem, 4vw, 3rem) .75rem; text-align: center; }
.counter-card + .counter-card { border-left: 1px solid color-mix(in srgb, white 24%, transparent); }
.counter-value { display: block; font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 7vw, 5.8rem); font-weight: 500; font-variant-numeric: tabular-nums; line-height: .9; }
.counter-label { display: block; margin-top: .8rem; color: color-mix(in srgb, white 64%, transparent); font-size: .65rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }

.timeline-section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-intro { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: start; max-width: 48rem; margin-bottom: clamp(3rem, 7vw, 5.5rem); }
.section-number { display: grid; place-items: center; width: 2.85rem; height: 2.85rem; border: 1px solid var(--gold); border-radius: 50%; color: var(--rose-600); font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; }
.section-intro .section-title { font-size: clamp(2.8rem, 6vw, 5rem); }
.love-timeline { position: relative; max-width: 63rem; margin-left: auto; }
.love-timeline::before { content: ''; position: absolute; top: 0; bottom: 0; left: 8.5rem; width: 1px; background: var(--gold); }
.timeline-item { position: relative; display: grid; grid-template-columns: 7rem 1fr; gap: 3rem; }
.timeline-item + .timeline-item { margin-top: 1.2rem; }
.timeline-dot { position: absolute; top: 2rem; left: 8.08rem; width: .85rem; height: .85rem; border: .2rem solid var(--pearl); border-radius: 50%; background: var(--rose-600); box-shadow: 0 0 0 1px var(--gold); }
.timeline-content { grid-column: 2; padding: 1.6rem 1.8rem; border-radius: 0; box-shadow: none; }
.timeline-date { position: absolute; top: 1.75rem; left: 0; width: 7rem; margin: 0; color: var(--rose-600); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.timeline-content h3 { margin: 0 0 .45rem; font-family: 'Cormorant Garamond', serif; font-size: 1.65rem; font-weight: 600; }
.timeline-content p { margin: 0; color: var(--muted); }

.highlights-section { padding: 0 0 clamp(5rem, 10vw, 8rem); }
.highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--surface-border); border-bottom: 1px solid var(--surface-border); }
.highlight-card { position: relative; min-height: 24rem; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem, 4vw, 3rem); text-decoration: none; overflow: hidden; }
.highlight-card + .highlight-card { border-left: 1px solid var(--surface-border); }
.highlight-card::after { content: ''; position: absolute; right: -5rem; bottom: -6rem; width: 18rem; height: 18rem; border: 1px solid color-mix(in srgb, var(--gold) 31%, transparent); border-radius: 50%; transition: transform .45s ease; }
.highlight-card:hover::after { transform: scale(.88); }
.highlight-index { color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.highlight-card > i { align-self: flex-end; color: color-mix(in srgb, var(--gold) 72%, transparent); font-size: clamp(4rem, 8vw, 7rem); }
.highlight-card p { margin: 0 0 .3rem; color: var(--rose-600); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.highlight-card h3 { max-width: 27rem; margin: 0 0 1rem; font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 600; line-height: 1; }
.highlight-card div > span { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.highlight-card div > span i { margin-left: .4rem; transition: transform .2s ease; }
.highlight-card:hover div > span i { transform: translate(3px, -3px); }
.highlight-music { background: color-mix(in srgb, var(--rose-500) 8%, transparent); }

.rsvp-banner { padding: 0 0 clamp(3rem, 7vw, 5rem); }
.rsvp-banner-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; padding: clamp(2rem, 6vw, 4.5rem); color: #fff; background: var(--rose-500); }
.rsvp-banner .eyebrow { color: color-mix(in srgb, white 78%, var(--gold)); }
.rsvp-banner .eyebrow::before { background: var(--gold); }
.rsvp-banner h2 { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 600; line-height: .9; }
.rsvp-banner p { margin: 1rem 0 0; color: color-mix(in srgb, white 72%, transparent); }
.rsvp-banner .btn-light { min-width: 13rem; border-radius: 0; color: var(--rose-700); }

@media (max-width: 991.98px) {
	.hero-love { min-height: auto; padding: 4.5rem 0 5.5rem; }
	.hero-layout { grid-template-columns: 1fr; gap: 3.5rem; }
	.hero-copy { max-width: 43rem; }
	.hero-visual { width: min(100%, 42rem); min-height: 38rem; margin-left: auto; }
	.counter-heading { grid-template-columns: 1fr; gap: 1rem; }
	.highlight-card { min-height: 20rem; }
	.rsvp-banner-inner { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 575.98px) {
	.hero-love { padding: 3.5rem 0 4rem; }
	.hero-title { font-size: clamp(3.5rem, 20vw, 5rem); }
	.hero-actions { display: grid; }
	.hero-actions .btn { width: 100%; }
	.hero-visual { min-height: 27rem; }
	.hero-photo-1 { width: 69%; height: 74%; }
	.hero-photo-2 { width: 49%; height: 48%; border-width: .4rem; }
	.hero-photo-3 { width: 35%; height: 34%; border-width: .3rem; }
	.hero-seal { top: 8%; left: 5%; width: 5rem; height: 5rem; }
	.invitation-note-inner { grid-template-columns: 1fr; }
	.invitation-flourish:last-child { display: none; }
	.counter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.counter-card:nth-child(3) { border-left: 0; border-top: 1px solid color-mix(in srgb, white 24%, transparent); }
	.counter-card:nth-child(4) { border-top: 1px solid color-mix(in srgb, white 24%, transparent); }
	.section-intro { grid-template-columns: 1fr; }
	.love-timeline::before { left: .4rem; }
	.timeline-item { grid-template-columns: 1fr; padding-left: 2rem; }
	.timeline-dot { top: 1.7rem; left: 0; }
	.timeline-content { grid-column: 1; padding: 1.25rem; }
	.timeline-date { position: static; width: auto; margin-bottom: .45rem; text-align: left; }
	.highlight-grid { grid-template-columns: 1fr; }
	.highlight-card { min-height: 18rem; }
	.highlight-card + .highlight-card { border-top: 1px solid var(--surface-border); border-left: 0; }
	.rsvp-banner-inner { text-align: center; }
	.rsvp-banner .eyebrow { justify-content: center; }
	.rsvp-banner .btn { width: 100%; }
}
