/*
Theme Name: KTS Theme
Theme URI: https://knottedtreestudios.com
Description: Custom child theme for Knotted Tree Studios LLC, built on GeneratePress.
Author: Knotted Tree Studios
Author URI: https://knottedtreestudios.com
Template: generatepress
Version: 1.0.0
Text Domain: kts-theme
*/

/* ==========================================================================
   KTS BASE STYLES — Phase 1
   Hex values used directly (no CSS custom properties) per build lessons.
   ========================================================================== */

html {
	background: #060606;
}

body {
	background: #060606;
	color: #e8e2d7;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 400;
	color: #ede8e0;
}

a {
	color: #c8a96e;
}

::selection {
	background: #c8a96e;
	color: #060606;
}

.kts-eyebrow {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	letter-spacing: 0.38em;
	text-transform: uppercase;
	color: #c8a96e;
	opacity: 0.8;
}

.kts-section {
	max-width: 1400px;
	margin: 0 auto;
	padding: 88px 8vw;
}

@media (max-width: 1024px) {
	.kts-section {
		padding: 88px 6vw;
	}
}

@media (max-width: 600px) {
	.kts-section {
		padding: 52px 5vw;
	}
}

.kts-btn-primary {
	display: inline-block;
	background: #c8a96e;
	color: #060606;
	padding: 18px 42px;
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	border: none;
	text-decoration: none;
}

.kts-btn-ghost {
	display: inline-block;
	background: transparent;
	color: #555555;
	border: 1px solid #222222;
	padding: 18px 42px;
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.kts-btn-ghost:hover {
	border-color: #c8a96e;
	color: #c8a96e;
}

.kts-link {
	color: #c8a96e;
	border-bottom: 1px solid rgba(200, 169, 110, 0.3);
	text-decoration: none;
}
