/*
Theme Name: Gandharva Arts
Theme URI: https://gandharvaarts.org
Description: Custom Storefront child theme for Gandharva Arts — Sacred Crafts of Kashmir. Hand-felted namdas, hand-loomed shawls, and traditional Kashmiri crafts.
Author: Gandharva Arts
Template: storefront
Version: 2.0.0
Text Domain: gandharva-arts
*/

@font-face {
	font-family: 'Zilla Slab';
	src: url('assets/fonts/ZillaSlab-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Zilla Slab';
	src: url('assets/fonts/ZillaSlab-Medium.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Zilla Slab';
	src: url('assets/fonts/ZillaSlab-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Zilla Slab';
	src: url('assets/fonts/ZillaSlab-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

:root {
	--ga-maroon: #6E1F2A;
	--ga-maroon-dark: #4A1520;
	--ga-cream: #F6F0E4;
	--ga-cream-soft: #FBF8F1;
	--ga-ink: #2C221C;
	--ga-teal: #0F6E56;
	--ga-gold: #E9C877;
	--ga-font-display: 'Zilla Slab', Georgia, 'Times New Roman', serif;
	--ga-font-body: 'Zilla Slab', Georgia, serif;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--ga-font-body);
	font-weight: 400;
	color: var(--ga-ink);
	background: var(--ga-cream-soft);
}

h1, h2, h3, h4, h5, h6,
.site-title, .site-title a {
	font-family: var(--ga-font-display);
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--ga-maroon);
}

/* ---------- Site branding / logo ---------- */
.site-branding {
	display: flex;
	align-items: center;
}
.custom-logo-link img {
	max-height: 64px;
	width: auto;
}
.site-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}
.site-title a {
	color: var(--ga-gold) !important;
	text-decoration: none;
}
.site-description {
	font-family: var(--ga-font-display);
	font-weight: 600;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ga-cream) !important;
	opacity: 0.85;
	margin-top: 2px;
}

/* ---------- Header ---------- */
.site-header {
	border-bottom: 3px solid var(--ga-gold);
}
.site-header ul.menu > li > a,
.main-navigation ul li a {
	font-family: var(--ga-font-display);
	font-weight: 600;
	letter-spacing: 0.03em;
}
.site-header-cart .amount {
	color: var(--ga-cream);
}

/* ---------- Buttons ---------- */
.button, button, input[type="submit"],
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit {
	font-family: var(--ga-font-display);
	font-weight: 600;
	letter-spacing: 0.02em;
	border-radius: 3px;
	text-transform: none;
	transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
.button:hover, button:hover, input[type="submit"]:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
	box-shadow: 0 6px 14px rgba(43,20,20,0.18);
}

/* ---------- Product grid ---------- */
ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--ga-font-display);
	font-weight: 700;
	color: var(--ga-ink);
}
ul.products li.product .price {
	color: var(--ga-maroon);
	font-weight: 700;
}
ul.products li.product {
	transition: transform 0.2s ease;
}

/* ---------- Hero (wide letterbox banner, matching reference site's slider proportions) ---------- */
.ga-hero {
	position: relative;
	min-height: 40vh;
	max-height: 520px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	color: var(--ga-cream);
	overflow: hidden;
}
.ga-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 760px;
	padding: 2.5rem 6vw;
	background: radial-gradient(ellipse 120% 100% at 30% 50%, rgba(43,20,20,0.78) 0%, rgba(43,20,20,0.55) 55%, rgba(43,20,20,0) 78%);
}
.ga-hero-eyebrow {
	font-family: var(--ga-font-display);
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 0.85rem;
	opacity: 0.9;
	margin-bottom: 0.6rem;
}
.ga-hero h1 {
	color: var(--ga-gold);
	text-shadow: 0 2px 10px rgba(43,20,20,0.55);
	font-size: clamp(2rem, 4.2vw, 3.2rem);
	line-height: 1.08;
	margin: 0 0 0.85rem;
}
.ga-hero p {
	font-family: var(--ga-font-display);
	font-weight: 700;
	font-style: italic;
	font-size: 1.1rem;
	max-width: 36ch;
	margin-bottom: 1.5rem;
	opacity: 0.95;
}
.ga-hero-ctas {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.6em;
}
.ga-hero-ctas a {
	display: inline-block;
	white-space: nowrap;
	padding: 0.7em 1.3em;
	font-family: var(--ga-font-display);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	border-radius: 3px;
	border: 2px solid var(--ga-cream);
	transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.ga-hero-cta-primary {
	background: var(--ga-cream);
	color: var(--ga-maroon) !important;
}
.ga-hero-cta-primary:hover {
	background: var(--ga-gold);
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
.ga-hero-cta-secondary {
	color: var(--ga-cream) !important;
	background: transparent;
}
.ga-hero-cta-secondary:hover {
	background: rgba(246,240,228,0.15);
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* ---------- Section wrapper ---------- */
.ga-section {
	padding: 4rem 0;
}
.ga-section-cream { background: var(--ga-cream-soft); }
.ga-section-maroon { background: var(--ga-maroon); color: var(--ga-cream); }
.ga-section-maroon h2 { color: var(--ga-gold); }
.ga-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 6vw;
}
.ga-section-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 2.75rem;
}
.ga-section-head .ga-eyebrow {
	font-family: var(--ga-font-display);
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.85rem;
	color: var(--ga-teal);
	display: block;
	margin-bottom: 0.5rem;
}
.ga-section-maroon .ga-section-head .ga-eyebrow { color: var(--ga-gold); }
.ga-section-head h2 {
	font-size: clamp(1.7rem, 2.8vw, 2.4rem);
	margin: 0 0 0.6rem;
}
.ga-section-head p {
	font-size: 1.02rem;
	line-height: 1.6;
}

/* ---------- Category tiles: image on top, caption below ---------- */
.ga-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 2rem;
}
.ga-category-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.ga-category-card .ga-cat-image {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: var(--ga-maroon);
}
.ga-category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.ga-category-card:hover img {
	transform: scale(1.06);
}
.ga-cat-caption {
	text-align: center;
	padding-top: 0.85rem;
}
.ga-cat-name {
	display: block;
	font-family: var(--ga-font-display);
	font-weight: 700;
	font-size: 1.25rem;
	color: var(--ga-maroon);
}
.ga-cat-soon-label {
	display: block;
	font-family: var(--ga-font-display);
	font-weight: 600;
	font-style: italic;
	font-size: 0.85rem;
	color: var(--ga-teal);
	margin-top: 0.15rem;
}

/* ---------- Story split (near-square image, matching reference site's ~1:1 story photo) ---------- */
.ga-story {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3.5rem;
	align-items: center;
}
.ga-story > img {
	width: 100%;
	border-radius: 4px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.ga-story-photos {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.ga-story-photos img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}
.ga-story-text .ga-eyebrow {
	font-family: var(--ga-font-display);
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.85rem;
	color: var(--ga-teal);
	display: block;
	margin-bottom: 0.5rem;
}
.ga-story-text h2 { margin-top: 0; }
.ga-story-text p { line-height: 1.75; font-size: 1.03rem; }
.ga-story-text .button {
	background: var(--ga-maroon);
	color: var(--ga-cream);
	padding: 0.8em 1.6em;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	margin-top: 0.5rem;
}

/* ---------- Trust strip ---------- */
.ga-trust-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
	text-align: center;
}
.ga-trust-strip .ga-trust-item h4 {
	font-size: 1.05rem;
	margin: 0.5rem 0 0.35rem;
	color: var(--ga-gold);
}
.ga-trust-strip .ga-trust-item p {
	font-size: 0.92rem;
	opacity: 0.9;
	margin: 0;
	color: var(--ga-cream);
}

/* ---------- Press / As Seen In ---------- */
.ga-press {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.5rem;
	flex-wrap: wrap;
	text-align: center;
}
.ga-press img {
	max-width: 280px;
	width: 100%;
	border: 6px solid var(--ga-cream-soft);
	box-shadow: 0 4px 18px rgba(43,20,20,0.18);
}
.ga-press-text {
	max-width: 360px;
	text-align: left;
}
.ga-press-text .ga-eyebrow {
	font-family: var(--ga-font-display);
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: var(--ga-teal);
	display: block;
	margin-bottom: 0.5rem;
}
.ga-press-text blockquote {
	font-family: var(--ga-font-display);
	font-weight: 700;
	font-style: italic;
	font-size: 1.25rem;
	margin: 0 0 0.5rem;
	color: var(--ga-maroon);
}
.ga-press-text cite {
	font-style: normal;
	font-size: 0.9rem;
	opacity: 0.75;
}

/* ---------- Footer ---------- */
.site-footer {
	background: var(--ga-maroon-dark);
}
.ga-footer-contact {
	font-family: var(--ga-font-body);
	line-height: 1.8;
}
.ga-footer-contact a { color: var(--ga-cream); }

@media (max-width: 782px) {
	.ga-story { grid-template-columns: 1fr; }
	.ga-hero { min-height: 56vh; max-height: none; }
}
