/*
Theme Name: The Wedding Sequel Demo
Theme URI: https://www.facebook.com/weddingsequel/
Author: Asif Ahmed
Description: A one-page demo website for The Wedding Sequel, a Kolkata wedding photography and cinematography brand.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: the-wedding-sequel-demo
*/

:root {
	--ink: #241917;
	--muted: #6f5f58;
	--paper: #fffaf4;
	--cream: #f5eadb;
	--rose: #9f262e;
	--marigold: #dca23d;
	--charcoal: #15110f;
	--line: rgba(36, 25, 23, 0.14);
	--shadow: 0 22px 70px rgba(36, 25, 23, 0.16);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
	line-height: 1.55;
}

body.admin-bar .site-header {
	top: 32px;
}

a {
	color: inherit;
	text-decoration: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 16px clamp(18px, 5vw, 72px);
	border-bottom: 1px solid rgba(255, 250, 244, 0.18);
	background: rgba(21, 17, 15, 0.86);
	backdrop-filter: blur(18px);
	color: #fffaf4;
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(20px, 2vw, 28px);
	letter-spacing: 0;
}

.brand-mark {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 250, 244, 0.32);
	border-radius: 50%;
	color: var(--marigold);
	font-size: 22px;
}

.site-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	font-size: 14px;
}

.site-nav a {
	padding: 8px 11px;
	border-radius: 999px;
	color: rgba(255, 250, 244, 0.82);
}

.site-nav a:hover,
.site-nav a:focus {
	background: rgba(255, 250, 244, 0.12);
	color: #fff;
	outline: none;
}

.hero {
	position: relative;
	min-height: min(760px, 92vh);
	display: grid;
	align-items: center;
	padding: clamp(56px, 8vw, 112px) clamp(20px, 6vw, 88px);
	color: #fffaf4;
	background-image:
		linear-gradient(90deg, rgba(21, 17, 15, 0.88) 0%, rgba(21, 17, 15, 0.68) 38%, rgba(21, 17, 15, 0.1) 74%),
		url("assets/wedding-sequel-hero.png");
	background-size: cover;
	background-position: center;
}

.hero-content {
	max-width: 760px;
}

.eyebrow {
	margin: 0 0 16px;
	color: #f2cf8a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

h1,
h2,
h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0;
}

h1 {
	max-width: 780px;
	font-size: clamp(48px, 8vw, 112px);
}

h2 {
	font-size: clamp(34px, 5vw, 64px);
}

h3 {
	font-size: clamp(24px, 3vw, 34px);
}

.lead {
	max-width: 640px;
	margin: 24px 0 0;
	color: rgba(255, 250, 244, 0.88);
	font-size: clamp(18px, 2vw, 23px);
}

.hero-actions,
.section-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 800;
}

.button-primary {
	background: var(--marigold);
	color: #21130f;
}

.button-secondary {
	border-color: rgba(255, 250, 244, 0.35);
	color: #fffaf4;
}

.button-dark {
	background: var(--charcoal);
	color: #fffaf4;
}

.section {
	padding: clamp(56px, 8vw, 108px) clamp(20px, 6vw, 88px);
}

.section-alt {
	background: var(--cream);
}

.section-head {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: end;
	max-width: 1180px;
	margin: 0 auto 36px;
}

.section-head p {
	margin: 0;
	color: var(--muted);
	font-size: 18px;
}

.stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	max-width: 1180px;
	margin: -46px auto 0;
	position: relative;
	z-index: 2;
	background: rgba(255, 250, 244, 0.32);
	box-shadow: var(--shadow);
}

.stat {
	padding: clamp(20px, 4vw, 34px);
	background: #fffaf4;
}

.stat strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 5vw, 56px);
	line-height: 1;
	color: var(--rose);
}

.stat span {
	color: var(--muted);
	font-weight: 700;
}

.portfolio-grid,
.package-grid,
.services-grid,
.steps {
	display: grid;
	gap: 18px;
	max-width: 1180px;
	margin: 0 auto;
}

.portfolio-grid {
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.portfolio-item,
.service,
.package,
.testimonial,
.booking-panel {
	border: 1px solid var(--line);
	background: rgba(255, 250, 244, 0.82);
}

.portfolio-item {
	min-height: 300px;
	display: flex;
	align-items: flex-end;
	padding: 24px;
	color: #fffaf4;
	background:
		linear-gradient(180deg, rgba(21, 17, 15, 0.04), rgba(21, 17, 15, 0.78)),
		url("assets/wedding-sequel-hero.png");
	background-size: cover;
	background-position: center;
}

.portfolio-item:nth-child(2) {
	background-position: 70% center;
}

.portfolio-item:nth-child(3) {
	background-position: 38% center;
}

.portfolio-item.large {
	grid-row: span 2;
	min-height: 620px;
}

.portfolio-item p,
.service p,
.package p,
.testimonial p {
	margin: 10px 0 0;
}

.services-grid {
	grid-template-columns: repeat(4, 1fr);
}

.service,
.package,
.testimonial,
.booking-panel {
	padding: clamp(22px, 3vw, 34px);
}

.service-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 24px;
	border-radius: 50%;
	background: rgba(159, 38, 46, 0.1);
	color: var(--rose);
	font-size: 22px;
}

.package-grid {
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch;
}

.package.featured {
	background: var(--charcoal);
	color: #fffaf4;
	border-color: var(--charcoal);
}

.package ul {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.package li {
	padding: 11px 0;
	border-top: 1px solid var(--line);
}

.package.featured li {
	border-color: rgba(255, 250, 244, 0.16);
}

.steps {
	grid-template-columns: repeat(4, 1fr);
	counter-reset: step;
}

.step {
	position: relative;
	padding: 0 18px 0 0;
}

.step::before {
	counter-increment: step;
	content: "0" counter(step);
	display: block;
	margin-bottom: 18px;
	color: var(--rose);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 40px;
}

.testimonial-wrap {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 18px;
	max-width: 1180px;
	margin: 0 auto;
}

.testimonial {
	background: #fffaf4;
}

.testimonial cite {
	display: block;
	margin-top: 18px;
	color: var(--rose);
	font-style: normal;
	font-weight: 800;
}

.booking {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 18px;
	max-width: 1180px;
	margin: 0 auto;
	align-items: stretch;
}

.booking-card {
	padding: clamp(30px, 5vw, 52px);
	background: var(--charcoal);
	color: #fffaf4;
}

.contact-list {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.contact-list a {
	display: block;
	padding: 14px 0;
	border-top: 1px solid rgba(255, 250, 244, 0.18);
	color: #f4d18d;
	font-weight: 800;
}

.booking-panel form {
	display: grid;
	gap: 14px;
}

label {
	display: grid;
	gap: 7px;
	color: var(--muted);
	font-size: 14px;
	font-weight: 800;
}

input,
select,
textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--line);
	background: #fff;
	padding: 12px 13px;
	color: var(--ink);
	font: inherit;
}

textarea {
	min-height: 118px;
	resize: vertical;
}

.site-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 28px clamp(20px, 6vw, 88px);
	background: var(--charcoal);
	color: rgba(255, 250, 244, 0.72);
	font-size: 14px;
}

@media (max-width: 940px) {
	.site-header,
	.section-head,
	.booking,
	.testimonial-wrap {
		grid-template-columns: 1fr;
	}

	.site-header {
		display: grid;
	}

	.site-nav {
		justify-content: flex-start;
	}

	.stats,
	.portfolio-grid,
	.services-grid,
	.package-grid,
	.steps {
		grid-template-columns: 1fr;
	}

	.stats {
		margin-top: 0;
	}

	.portfolio-item.large,
	.portfolio-item {
		min-height: 360px;
	}
}

@media (max-width: 620px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.site-nav a {
		padding: 7px 8px;
	}

	.hero {
		min-height: 760px;
		background-image:
			linear-gradient(180deg, rgba(21, 17, 15, 0.88) 0%, rgba(21, 17, 15, 0.62) 54%, rgba(21, 17, 15, 0.26) 100%),
			url("assets/wedding-sequel-hero.png");
		background-position: 58% center;
	}

	.site-footer {
		display: grid;
	}
}
