/*
 Theme Name:   Aavvira Child
 Description:  Child theme for Aavvira couture site — custom homepage template with WooCommerce integration.
 Template:     dt-the7
 Version:      1.0.0
 Created by:   Claude MCP Connector (create_child_theme tool)
*/

/* ==========================================================================
   Aavvira Homepage — Couture Landing Page
   ========================================================================== */

:root {
	--aav-cream: #f7f1e6;
	--aav-cream-dark: #efe4d0;
	--aav-ink: #241f16;
	--aav-green: #1e2a1c;
	--aav-green-deep: #16200f;
	--aav-gold: #c9a961;
	--aav-gold-soft: #e8d9b5;
	--aav-white: #fffdf9;
	--aav-muted: #6b6355;
}

.aav-home * { box-sizing: border-box; }

.aav-home {
	background: var(--aav-cream);
	color: var(--aav-ink);
	font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
	overflow-x: hidden;
}

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

.aav-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

.aav-eyebrow {
	letter-spacing: .18em;
	text-transform: uppercase;
	font-size: 12px;
	color: var(--aav-muted);
}

.aav-h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.aav-link {
	color: var(--aav-ink);
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 2px;
	font-size: 13px;
	letter-spacing: .04em;
}
.aav-link:hover { color: var(--aav-gold); }

.aav-btn {
	display: inline-block;
	background: var(--aav-gold-soft);
	color: var(--aav-ink);
	text-decoration: none;
	padding: 14px 30px;
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
	transition: background .2s ease;
}
.aav-btn:hover { background: var(--aav-gold); color: var(--aav-white); }

.aav-btn--outline {
	background: transparent;
	border: 1px solid var(--aav-white);
	color: var(--aav-white);
}
.aav-btn--outline:hover { background: var(--aav-white); color: var(--aav-ink); }

.aav-section { padding: 72px 0; }
.aav-section--tight { padding: 48px 0; }

.aav-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 36px;
	flex-wrap: wrap;
	gap: 16px;
}

/* ---------- Hero ---------- */
.aav-hero {
	position: relative;
	min-height: 640px;
	display: flex;
	align-items: center;
	background: linear-gradient(120deg, #efe4d0 0%, #e4d5b8 55%, #d8c49f 100%);
	overflow: hidden;
}
.aav-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 20%;
	opacity: .9;
}
.aav-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(247,241,230,.9) 0%, rgba(247,241,230,.35) 45%, rgba(247,241,230,0) 70%);
}
.aav-hero__content {
	position: relative;
	z-index: 2;
	max-width: 620px;
}
.aav-hero__content h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 64px;
	line-height: 1.03;
	letter-spacing: .02em;
	text-transform: uppercase;
	margin: 18px 0 20px;
}
.aav-hero__content p {
	font-size: 16px;
	line-height: 1.6;
	color: #3a3324;
	max-width: 440px;
	margin-bottom: 30px;
}
.aav-hero__quote {
	position: absolute;
	right: 60px;
	top: 90px;
	z-index: 2;
	font-family: Georgia, serif;
	font-style: italic;
	text-align: right;
	max-width: 220px;
	color: var(--aav-ink);
}
.aav-hero__nav {
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	z-index: 3;
	font-size: 12px;
	letter-spacing: .12em;
	color: var(--aav-muted);
}
.aav-hero__dot { width: 22px; height: 1px; background: var(--aav-muted); display: inline-block; }
.aav-hero__dot.is-active { background: var(--aav-ink); height: 2px; }

/* ---------- Category tiles ---------- */
.aav-cats { display: grid; grid-template-columns: repeat(3, 1fr); }
.aav-cat {
	position: relative;
	height: 340px;
	overflow: hidden;
	color: var(--aav-white);
	display: block;
	background-size: cover;
	background-position: center;
}
.aav-cat::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(20,16,8,.75) 0%, rgba(20,16,8,0) 55%);
}
.aav-cat__label {
	position: absolute;
	left: 28px;
	bottom: 26px;
	z-index: 2;
}
.aav-cat__label span {
	display: block;
	font-family: Georgia, serif;
	font-size: 22px;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.aav-cat__label a {
	color: var(--aav-white);
	font-size: 12px;
	letter-spacing: .06em;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,.6);
}

/* ---------- Trust badges ---------- */
.aav-badges {
	background: var(--aav-white);
	border-bottom: 1px solid #ece2cd;
}
.aav-badges__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	padding: 44px 0;
}
.aav-badges__item svg { margin: 0 auto 14px; display: block; }
.aav-badges__item h4 {
	font-size: 13px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 6px;
}
.aav-badges__item p { font-size: 12px; color: var(--aav-muted); margin: 0; }

/* ---------- Featured products ---------- */
.aav-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}
.aav-product {
	background: var(--aav-white);
}
.aav-product__img {
	position: relative;
	aspect-ratio: 3/4;
	overflow: hidden;
	background: var(--aav-cream-dark);
}
.aav-product__img img { width: 100%; height: 100%; object-fit: cover; }
.aav-product__wish {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255,255,255,.85);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.aav-product__body { padding: 16px 4px 0; }
.aav-product__title {
	font-size: 15px;
	margin: 0 0 4px;
	font-weight: 600;
}
.aav-product__title a { color: var(--aav-ink); text-decoration: none; }
.aav-product__by { font-size: 12px; color: var(--aav-muted); margin: 0 0 8px; }
.aav-product__price { font-size: 13px; margin: 0 0 14px; color: var(--aav-ink); }
.aav-product__cta {
	display: block;
	text-align: center;
	border: 1px solid var(--aav-ink);
	background: transparent;
	padding: 11px;
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--aav-ink);
}
.aav-product__cta:hover { background: var(--aav-ink); color: var(--aav-white); }

/* ---------- Experience steps ---------- */
.aav-experience { background: var(--aav-white); text-align: center; }
.aav-experience__sub { color: var(--aav-muted); font-size: 13px; letter-spacing: .05em; margin-bottom: 48px; }
.aav-steps {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
	flex-wrap: wrap;
}
.aav-step { flex: 1; min-width: 120px; position: relative; }
.aav-step__icon {
	width: 62px;
	height: 62px;
	border: 1px solid var(--aav-gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
	font-family: Georgia, serif;
	color: var(--aav-gold);
}
.aav-step__label { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--aav-muted); }
.aav-step__arrow { position: absolute; top: 28px; right: -20%; color: var(--aav-gold); }

/* ---------- Custom design banner ---------- */
.aav-banner {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	color: var(--aav-white);
}
.aav-banner__left {
	background: linear-gradient(120deg, rgba(20,24,16,.55), rgba(20,24,16,.55)), var(--aav-green) center/cover;
	padding: 64px 56px;
}
.aav-banner__left .aav-eyebrow { color: var(--aav-gold-soft); }
.aav-banner__left h3 {
	font-family: Georgia, serif;
	font-size: 34px;
	text-transform: uppercase;
	margin: 10px 0 18px;
	line-height: 1.2;
	color: var(--aav-white);
}
.aav-banner__left p { max-width: 420px; color: #ded6c2; margin-bottom: 26px; }
.aav-banner__right {
	background: var(--aav-green-deep);
	padding: 64px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.aav-banner__right h4 {
	font-family: Georgia, serif;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 4px;
	color: var(--aav-white);
}
.aav-progress {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid var(--aav-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 24px 0;
	font-size: 12px;
}
.aav-progress strong { font-size: 20px; display: block; }

/* ---------- Designers ---------- */
.aav-designers { background: var(--aav-white); }
.aav-designers__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr) 1.3fr;
	gap: 24px;
	align-items: stretch;
}
.aav-designer__img {
	aspect-ratio: 3/4;
	overflow: hidden;
	background: var(--aav-cream-dark);
	margin-bottom: 12px;
	position: relative;
}
.aav-designer__img img { width: 100%; height: 100%; object-fit: cover; }
.aav-designer__name { font-size: 14px; font-weight: 600; margin: 0; }
.aav-designer__spec { font-size: 12px; color: var(--aav-muted); margin: 2px 0 0; }
.aav-designers__quote {
	background: var(--aav-cream);
	padding: 36px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.aav-designers__quote blockquote {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 20px;
	margin: 0 0 20px;
	line-height: 1.4;
}
.aav-designers__quote cite { font-size: 12px; color: var(--aav-muted); font-style: normal; }

/* ---------- Journal ---------- */
.aav-journal { background: var(--aav-cream); }
.aav-journal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.aav-journal__img { aspect-ratio: 4/3; overflow: hidden; margin-bottom: 14px; background: var(--aav-cream-dark); position: relative; }
.aav-journal__img img { width: 100%; height: 100%; object-fit: cover; }
.aav-journal__title { font-size: 16px; margin: 0 0 4px; font-weight: 600; }
.aav-journal__title a { color: var(--aav-ink); text-decoration: none; }
.aav-journal__excerpt { font-size: 13px; color: var(--aav-muted); margin: 0 0 8px; }

/* ---------- Newsletter ---------- */
.aav-newsletter {
	background: var(--aav-green);
	color: var(--aav-white);
	padding: 40px 0;
}
.aav-newsletter__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.aav-newsletter h4 { font-family: Georgia, serif; font-size: 20px; margin: 0 0 4px; text-transform: uppercase; color: var(--aav-white); }
.aav-newsletter p { margin: 0; color: #cfc8b4; font-size: 13px; }
.aav-newsletter form { display: flex; gap: 0; min-width: 360px; }
.aav-newsletter input[type="email"] {
	flex: 1;
	padding: 14px 16px;
	border: 1px solid rgba(255,255,255,.3);
	background: transparent;
	color: var(--aav-white);
	font-size: 13px;
}
.aav-newsletter input[type="email"]::placeholder { color: #cfc8b4; }
.aav-newsletter button {
	background: var(--aav-gold-soft);
	border: none;
	padding: 0 26px;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
}
.aav-newsletter button:hover { background: var(--aav-gold); color: var(--aav-white); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.aav-products { grid-template-columns: repeat(2, 1fr); }
	.aav-designers__grid { grid-template-columns: repeat(2, 1fr); }
	.aav-designers__quote { grid-column: span 2; }
	.aav-journal__grid { grid-template-columns: 1fr; }
	.aav-banner { grid-template-columns: 1fr; }
	.aav-badges__grid { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
}
@media (max-width: 780px) {
	.aav-container { padding: 0 20px; }
	.aav-cats { grid-template-columns: 1fr; }
	.aav-hero__content h1 { font-size: 40px; }
	.aav-hero__quote { display: none; }
	.aav-products { grid-template-columns: repeat(2, 1fr); }
	.aav-steps { flex-direction: column; align-items: center; }
	.aav-step__arrow { display: none; }
	.aav-newsletter__row { flex-direction: column; align-items: flex-start; }
	.aav-newsletter form { width: 100%; min-width: 0; }
}
