/* =================================
   SUSAN WHITNEY ART APPRAISAL REDESIGN
   Color Palette:
   - Navy: #1A4D6F (Removed from the website after review)
   - Teal: #327378 (Replacing the Navy)
   - Bronze/Gold: #B8936D
   - Sage: #7B8B82
   - Background: #F6F4EF
   ================================= */

/* ============== FONT DECLARATIONS ============== */

/* Playfair Display - Headers (Kept for backwards compatibility with previous versions) */
@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/Playfair_Display/static/PlayfairDisplay-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/Playfair_Display/static/PlayfairDisplay-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/Playfair_Display/static/PlayfairDisplay-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/Playfair_Display/static/PlayfairDisplay-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* Inter - Headers */
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter/static/Inter_18pt-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter/static/Inter_18pt-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter/static/Inter_18pt-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter/static/Inter_18pt-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter/static/Inter_18pt-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter/static/Inter_18pt-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


/* EB Garamond - Body Text */
@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EB_Garamond/static/EBGaramond-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EB_Garamond/static/EBGaramond-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EB_Garamond/static/EBGaramond-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EB_Garamond/static/EBGaramond-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EB_Garamond/static/EBGaramond-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EB_Garamond/static/EBGaramond-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EB_Garamond/static/EBGaramond-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EB_Garamond/static/EBGaramond-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* Aller Font for header body text*/

@font-face {
	font-family: 'Aller';
	src: url('fonts/Aller/Aller_Lt.ttf') format('truetype');
	font-weight: light;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aller';
	src: url('fonts/Aller/Aller_Rg.ttf') format('truetype');
	font-weight: regular;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aller';
	src: url('fonts/Aller/Aller_Bd.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


/* ============== RESET & BASE ============== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	line-height: 1.75;
	color: #2A2A2A;
	background-color: #F6F4EF;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}

/* ============== TYPOGRAPHY ============== */

/* Headers - Playfair Display for authority and elegance */
h1, h2, h3 {
	/* font-family: 'Playfair Display', serif; */
	font-family: "Inter", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

h1 {
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: 0.002em;
}

h2 {
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

h3 {
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.005em;
}

/* Body text - EB Garamond for readability */
p, li, span, a, input, textarea, button {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
}

p {
	margin-bottom: 1.25em;
	line-height: 1.8;
}

/* ============== NAVIGATION ============== */
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(246, 244, 239, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	transition: all 0.3s ease;
}

.navbar.scrolled {
	background: rgba(246, 244, 239, 0.98);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.nav-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.nav-logo img {
	height: 50px;
	transition: transform 0.3s ease;
}

.nav-logo:hover img {
	transform: scale(1.05);
}

.nav-menu {
	display: flex;
	list-style: none;
	gap: 40px;
	margin: 0;
	padding: 0;
}

.nav-link {
	font-family: 'Aller', sans-serif;
	font-size: 1.1rem;
	font-weight: regular;
	color: #327378;
	transition: color 0.3s ease;
	position: relative;
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background: #B8936D;
	transition: width 0.3s ease;
}

.nav-link:hover {
	color: #B8936D;
}

.nav-link:hover::after,
.nav-link.active::after {
	width: 100%;
}

.nav-toggle {
	display: none;
	flex-direction: column;
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px;
	gap: 5px;
}

.nav-toggle span {
	width: 25px;
	height: 3px;
	background: #327378;
	transition: all 0.3s ease;
	border-radius: 2px;
}

.nav-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(8px, 8px);
}

.nav-toggle.active span:nth-child(2) {
	opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}

/* ============== HEADER / HERO SECTION ============== */
header {
	position: relative;
	/* background: #008080; */
	background: linear-gradient(135deg, #008080 0%, #006464ff 100%);
	height: 40vh;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #F6F4EF;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	margin-top: 80px;
}

/* Subtle texture overlay */
header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 20% 50%, #008080 0%, transparent 50%), 
		radial-gradient(circle at 80% 80%, rgb(123 139 130 / 5%) 0%, transparent 50%);
	pointer-events: none;
}

header .logo {
	position: absolute;
	top: 30px;
	left: 40px;
	height: 70px;
	z-index: 10;
	filter: brightness(1.1) contrast(1.05);
}

header h1 {
	font-size: 5rem;
	text-align: center;
	max-width: 90%;
	position: relative;
	z-index: 5;
	animation: fadeInUp 1s ease-out;
	margin-bottom: -2.5rem;
	/* margin-bottom: 8rem; */
}

header p {
	font-size: 4.65rem;
	font-family: 'Aller', sans-serif;
	font-weight: light;
	text-align: center;
	max-width: 90%;
	position: relative;
	z-index: 5;
	animation: fadeInUp 1s ease-out;
	margin-bottom: -2.5rem;
	padding-bottom: 1.5rem;
}

.hero-cta {
	display: inline-block;
	background: linear-gradient(135deg, #B8936D 0%, #A17D5C 100%);
	color: white;
	padding: 16px 40px;
	border-radius: 8px;
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(184, 147, 109, 0.4);
	position: relative;
	z-index: 5;
	animation: fadeInUp 1.2s ease-out;
	text-shadow: none;
}

.hero-cta:hover {
	background: linear-gradient(135deg, #A17D5C 0%, #8F6B4A 100%);
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(184, 147, 109, 0.5);
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ============== SECTION STYLING ============== */
section {
	padding: 80px 40px;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

section h2 {
	font-size: 3.5rem;
	margin-bottom: 20px;
	text-align: center;
	color: #327378;
	position: relative;
	padding-bottom: 20px;
}

/* Elegant underline for section titles */
section h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #B8936D 0%, #D4B896 100%);
	border-radius: 2px;
}

/* ============== SCROLL ANIMATIONS ============== */
.section-animate {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.section-animate.visible {
	opacity: 1;
	transform: translateY(0);
}

.service-card {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card.visible {
	opacity: 1;
	transform: translateY(0);
}

/* ============== SERVICES SECTION ============== */
#services {
	background: #F6F4EF; /* linear-gradient(180deg, #F6F4EF 0%, #F9F7F3 100%); */
	position: relative;
}

/* #services::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, transparent, #B8936D, transparent);
} */

.services {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 35px;
	margin-top: 50px;
}

.service-icon {
	font-size: 3rem;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	filter: grayscale(20%);
	transition: transform 0.3s ease, filter 0.3s ease;
}

.service-card {
	background: #FFFFFF;
	padding: 35px 30px;
	border-radius: 12px;
	border: 1px solid rgba(184, 147, 109, 0.15);
	box-shadow: 
		0 4px 12px rgba(26, 105, 111, 0.06),
		0 1px 3px rgba(0, 0, 0, 0.04);
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

/* Subtle gradient on hover */
.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(184, 147, 109, 0.04) 0%, rgba(26, 77, 111, 0.02) 100%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 
		0 12px 28px rgba(26, 105, 111, 0.12),
		0 4px 8px rgba(0, 0, 0, 0.06);
	border-color: rgba(184, 147, 109, 0.3);
}

.service-card:hover::before {
	opacity: 1;
}

.service-card:hover .service-icon {
	transform: scale(1.1);
	filter: grayscale(0%);
}

.service-card h3 {
	margin-bottom: 15px;
	color: #327378;
	position: relative;
}

.service-card p {
	font-size: 1.1rem;
	color: #3A3A3A;
	line-height: 1.7;
}

/* ============== ABOUT SECTION ============== */
#about {
	background: #F6F4EF; /* linear-gradient(180deg, #F9F7F3 0%, #F6F4EF 50%, #FAF8F4 100%); /* To remove the visible line, change this to a single value */
	position: relative;
}

/* #about::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, transparent, #B8936D, transparent);
} */

/* Drop Cap */
/* .drop-cap::first-letter {
	float: left;
	font-family: 'Playfair Display', serif;
	font-size: 5rem;
	line-height: 0.8;
	font-weight: 700;
	color: #B8936D;
	margin: 10px 12px 0 0;
	padding: 5px;
} */

.drop-cap::first-letter {
	float: left;
	font-family: 'Playfair Display', serif;
	font-size: 5rem;
	line-height: 0.6;
	font-weight: 700;
	color: #B8936D;
	margin: 2px 1px 0 0;
	padding: 4px;
}



.about-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
	margin-top: 50px;
}

.about-content-wrapper {
	display: flex;
	flex-direction: row;
	gap: 4rem;
	align-items: flex-start;
	width: 100%;
}

.about-image img {
	max-width: 380px;
	width: 100%;
	border-radius: 8px;
	box-shadow: 
		0 8px 24px rgba(26, 105, 111, 0.15),
		0 2px 6px rgba(0, 0, 0, 0.08);
	object-fit: cover;
	border: 1px solid rgba(184, 147, 109, 0.2);
}

.about-content {
	flex: 1;
	min-width: 280px;
}

.about-section {
	margin-bottom: 45px;
}

.about-section h3 {
	color: #327378;
	margin-bottom: 15px;
}

.about-section p {
	font-size: 1.15rem;
	margin-bottom: 15px;
	color: #3A3A3A;
}

.about-section blockquote {
	font-style: italic;
	color: #7B8B82;
	margin: 20px 0;
	padding-left: 25px;
	border-left: 4px solid #B8936D;
	font-size: 1.1rem;
	line-height: 1.6;
	background: linear-gradient(90deg, rgba(184, 147, 109, 0.05) 0%, transparent 100%);
	padding: 15px 25px;
	border-radius: 0 4px 4px 0;
}

.read-more-btn {
	display: inline-block;
	margin-top: 20px;
	/* Old outline styling *
	background: transparent;
	color: #B8936D;
	border: 2px solid #B8936D; */
	/* New solid styling */
	background: linear-gradient(135deg, #B8936D 0%, #A17D5C 100%);
	color: white;
	border-color: transparent;
	padding: 14px 32px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	box-shadow: none;
}

.read-more-btn:hover {
	background: linear-gradient(135deg, #A17D5C 0%, #8F6B4A 100%);
	color: white;
	border-color: transparent;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(184, 147, 109, 0.3);
}

/* ============== MODAL ============== */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 46, 40, 0.6);
	backdrop-filter: blur(4px);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	overflow-y: auto;
	padding: 30px;
	box-sizing: border-box;
}

.modal-content {
	background: #FFFFFF;
	width: 100%;
	max-width: 850px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 50px 45px;
	border-radius: 12px;
	box-shadow: 0 20px 50px rgba(24, 46, 40, 0.3);
	font-family: 'EB Garamond', serif;
	line-height: 1.75;
	color: #2A2A2A;
	box-sizing: border-box;
	position: relative;
	border: 1px solid rgba(184, 147, 109, 0.2);
}

.close-modal {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #327378;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 10;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(184, 147, 109, 0.1);
}

.close-modal:hover {
	color: #B8936D;
	background: rgba(184, 147, 109, 0.2);
	transform: rotate(90deg);
}

.modal-content h2 {
	font-size: 2.5rem;
	margin-bottom: 30px;
	color: #327378;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(184, 147, 109, 0.3);
}

.modal-content h3 {
	font-size: 1.6rem;
	margin-top: 30px;
	margin-bottom: 12px;
	color: #327378;
}

.modal-content p {
	font-size: 1.1rem;
	margin-bottom: 18px;
	line-height: 1.8;
}

.modal-content ul {
	margin-left: 30px;
	margin-bottom: 20px;
	color: #3A3A3A;
}

.modal-content ul li {
	margin-bottom: 10px;
	line-height: 1.7;
	font-size: 1.05rem;
}

/* ============== CONTACT SECTION ============== */
#contact {
	background: #E8E5DF;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.contact-container {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 0;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 500px;
}

.contact-info {
	flex: 1;
	padding: 80px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #E8E5DF;
}

.contact-info h2 {
	font-size: 3rem;
	color: #2A2A2A;
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 0;
}

.contact-info h2::after {
	display: none;
}

.contact-info p {
	font-size: 1.15rem;
	color: #3A3A3A;
	line-height: 1.7;
	max-width: 500px;
}

.contact-info p a {
    text-decoration: underline;
}

.contact-form {
	flex: 1;
	padding: 80px 60px;
	display: flex;
	align-items: center;
	background: #E8E5DF;
}

.contact-form form {
	width: 100%;
	max-width: 600px;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 16px 20px;
	margin-bottom: 20px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #2A2A2A;
	font-size: 1.05rem;
	font-family: 'EB Garamond', serif;
	background: transparent;
	color: #2A2A2A;
	transition: all 0.3s ease;
}

.form-row input {
	margin-bottom: 0;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #5A5A5A;
	opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-bottom-color: #2A2A2A;
	border-bottom-width: 2px;
}

.contact-form textarea {
	resize: vertical;
	min-height: 80px;
	border-bottom: 1px solid #2A2A2A;
}

.contact-form button {
	background: linear-gradient(135deg, #B8936D 0%, #A17D5C 100%);
	color: white;
	padding: 14px 32px;
	border: none;
	border-radius: 8px;
	font-size: 1.1rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.02em;
	display: block;
	margin-left: auto;
	width: auto;
	box-shadow: 0 4px 12px rgba(184, 147, 109, 0.3);
}

.contact-form button:hover {
	background: linear-gradient(135deg, #A17D5C 0%, #8F6B4A 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(184, 147, 109, 0.4);
}

.form-message {
	margin-top: 25px;
	padding: 20px 25px;
	border-radius: 8px;
	text-align: center;
	font-size: 1.05rem;
    line-height: 1.6;
	display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.form-message.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.form-message.success {
	background: linear-gradient(135deg, rgba(184, 147, 109, 0.15) 0%, rgba(184, 147, 109, 0.08) 100%);
	color: #8F6B4A;
	border: 2px solid rgba(184, 147, 109, 0.4);
	box-shadow: 0 4px 12px rgba(184, 147, 109, 0.15);
}

.form-message.success::before {
    content: '✓ ';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #B8936D;
    color: white;
    border-radius: 50%;
    margin-right: 12px;
    line-height: 28px;
    font-weight: bold;
    font-size: 1.1rem;
}

.form-message.error {
	background: rgba(220, 53, 69, 0.1);
	color: #dc3545;
	border: 2px solid rgba(220, 53, 69, 0.3);
	box-shadow: 0 4px 12px rgba(220, 53, 69, 0.1);
}

.form-message.error::before {
    content: '✗ ';
    display: inline-block;
    margin-right: 10px;
    font-size: 1.2rem;
}

/* ============== FOOTER ============== */
footer {
	background: #2A2A2A;
	color: #E8E5DF;
	padding: 30px 40px;
	text-align: center;
	font-size: 0.95rem;
}

footer p {
	margin: 0;
	opacity: 0.9;
}

/* ============== BACK TO TOP BUTTON ============== */
.back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #B8936D 0%, #A17D5C 100%);
	color: white;
	border: none;
	border-radius: 50%;
	font-size: 1.5rem;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(184, 147, 109, 0.4);
	transition: all 0.3s ease;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}

.back-to-top.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-to-top:hover {
	background: linear-gradient(135deg, #A17D5C 0%, #8F6B4A 100%);
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(184, 147, 109, 0.5);
}

/* ============== RESPONSIVE DESIGN ============== */

/* Tablet */
@media (max-width: 968px) {
	h1 {
		font-size: 3.5rem;
	}

	h2 {
		font-size: 2.8rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	section {
		padding: 60px 30px;
	}

	header {
		margin-top: 70px;
	}

	header h1 {
		font-size: 3.8rem;
		margin-bottom: -1.6rem;
	}

	header p {
		font-size: 3.5rem;
		font-weight: 300;
	}

	.hero-cta {
		font-size: 1.1rem;
		padding: 14px 32px;
	}

	.nav-container {
		padding: 12px 30px;
	}

	.nav-menu {
		gap: 30px;
	}

	.nav-link {
		font-size: 1rem;
	}

	.about-content-wrapper {
		gap: 3rem;
	}

	.contact-info h2 {
		font-size: 2.5rem;
	}

	.contact-info p {
		font-size: 1.1rem;
	}

	.contact-info,
	.contact-form {
		padding: 60px 40px;
	}

	.back-to-top {
		bottom: 30px;
		right: 30px;
		width: 45px;
		height: 45px;
		font-size: 1.3rem;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 17px;
	}

	/* Mobile Navigation */
	.nav-toggle {
		display: flex;
	}

	.nav-menu {
		position: absolute;
		top: 100%;
		left: -100%;
		width: 100%;
		height: auto;
		background: rgba(246, 244, 239, 0.98);
		flex-direction: column;
		align-items: center;
		padding: 30px 20px;
		gap: 25px;
		transition: left 0.3s ease;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}

	.nav-menu.active {
		left: 0;
	}

	.nav-link {
		font-size: 1.3rem;
	}

	.nav-container {
		padding: 15px 20px;
	}

	header {
		height: 40vh;
		min-height: 450px;
		margin-top: 80px;
	}

	header .logo {
		height: 55px;
		top: 20px;
		left: 20px;
	}

	header h1 {
		font-size: 2.8rem;
	}

	header p {
		font-size: 2.6rem;
	}

	.hero-cta {
		font-size: 1rem;
		padding: 14px 28px;
	}

	section {
		padding: 50px 20px;
	}

	#contact {
		padding: 0;
	}

	section h2 {
		font-size: 2.5rem;
	}

	.service-icon {
		font-size: 2.5rem;
	}

	.drop-cap::first-letter {
		font-size: 3.5rem;
		margin: 2px 1px 0 0;
	}

	.about-container,
	.about-content-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 2.5rem;
	}

	.about-image img {
		max-width: 100%;
	}

	.services {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.service-card {
		padding: 28px 24px;
	}

	.modal-content {
		padding: 40px 30px;
		max-width: 95%;
		max-height: 95vh;
	}

	.modal-content h2 {
		font-size: 2rem;
	}

	.modal-content h3 {
		font-size: 1.4rem;
	}

	.contact-container {
		flex-direction: column;
		min-height: auto;
	}

	.contact-info {
		padding: 50px 30px 30px 30px;
	}

	.contact-form {
		padding: 30px 30px 50px 30px;
	}

	.form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.form-row input {
		margin-bottom: 20px;
	}

	.contact-form button {
		width: 100%;
		margin-left: 0;
		padding: 16px 40px;
		min-height: 50px;
		font-size: 1.1rem;
	}

	.contact-form input,
	.contact-form textarea {
		padding: 16px 18px;
		font-size: 1.05rem;
	}

	.contact-form textarea {
		min-height: 100px;
	}

	/* Touch-friendly buttons */
	.read-more-btn {
		padding: 16px 36px;
		font-size: 1.05rem;
		min-height: 48px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	footer {
		padding: 25px 30px;
		font-size: 0.9rem;
	}
}

/* Mobile */
@media (max-width: 480px) {
	body {
		font-size: 16px;
	}

	.nav-logo img {
		height: 40px;
	}

	.nav-container {
		padding: 12px 16px;
	}

	header {
		margin-top: 70px;
		height: 35vh;
		min-height: 100px;
	}

	header h1 {
		font-size: 2.2rem;
		margin-bottom: -0.95rem;
		/* margin-bottom: 4rem; */
	}

	header p {
		font-size: 2.05rem;
	}

	.hero-cta {
		font-size: 0.95rem;
		padding: 12px 24px;
	}

	section h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.35rem;
	}

	section {
		padding: 40px 16px;
	}

	#contact {
		padding: 0;
	}

	.service-card {
		padding: 24px 20px;
	}

	.service-icon {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}

	.drop-cap::first-letter {
		font-size: 4rem;
		margin: 8px 1px 0 0;
	}

	.back-to-top {
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		font-size: 1.2rem;
	}

	.about-section blockquote {
		padding: 12px 20px;
		font-size: 1rem;
	}

	.modal-content {
		padding: 30px 20px;
	}

	.contact-info {
		padding: 40px 20px 25px 20px;
	}

	.contact-form {
		padding: 25px 20px 40px 20px;
	}

	.contact-info h2 {
		font-size: 1.85rem;
		line-height: 1.3;
	}

	.contact-info p {
		font-size: 1.05rem;
	}

	.contact-form input,
	.contact-form textarea {
		padding: 14px 12px;
		font-size: 1rem;
	}

	.contact-form textarea {
		min-height: 90px;
	}

	.contact-form button {
		padding: 15px 32px;
		min-height: 48px;
		font-size: 1rem;
	}

	footer {
		padding: 20px 16px;
		font-size: 0.85rem;
	}
}

/* ============== ACCESSIBILITY ============== */
*:focus-visible {
	outline: 3px solid #B8936D;
	outline-offset: 2px;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 2px solid #B8936D;
	outline-offset: 2px;
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
