/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/
:root {
	--ink: #1a1a18;
	--sand: #f4efe8;
	--warm: #e8ddd0;
	--accent: #c8773a;
	--sea: #2e6e7e;
	--sea-light: #4a9aac;
	--white: #fdfcfa;
	--muted: #7a736a;
	--radius: 12px;
}
body {
	font-family: 'DM Sans', sans-serif;
	
}
.heroBanner h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 8vw, 6.5rem);
    font-weight: 300;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 22px;
}
.heroBanner h1 em{
   	color: #f0d9c0;
}
.btn-primary {
	background:#c8773a;
	color: #fff;
	padding: 15px 36px;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 6px 24px rgba(200,119,58,0.45);
}

.btn-ghost {
	border: 1.5px solid rgba(255,255,255,0.6);
	color: #fff;
	padding: 14px 34px;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: background 0.2s;
	backdrop-filter: blur(6px);
}
.section-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 300;
	line-height: 1.15;
	color: var(--ink);
	max-width: 600px;
}
.section-title em {
	font-style: italic;
	color: var(--sea);
}
.blog-cat {
	font-size: 0.68rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 8px;
}