@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "PlayFairDisplay";
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf")
		format("truetype");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf")
		format("truetype");
	font-style: normal;
	font-display: swap;
}

:root {
	--white: #fff;
	--black: #000;
	--grey: #ccc;
	--primary: #181c23;
	--accent: #bfa76a;

	--ink: rgba(24, 28, 35, 0.88);
	--muted: rgba(24, 28, 35, 0.68);
	--line: rgba(24, 28, 35, 0.12);
	--wash: rgba(24, 28, 35, 0.03);
}

body {
	font-family: "Inter";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "PlayFairDisplay";
}

.navbar-brand {
}
.navbar-brand img {
	max-width: 120px;
	height: auto;
}

.navbar-custom {
	background: var(--primary);
	border-bottom: 1px solid var(--accent);
}

.navbar-custom li a {
	font-family: "Inter";
	color: var(--white);
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.875rem;
}

.navbar-custom li:last-child a {
	background: var(--accent);
	color: var(--white) !important;
	border-radius: 20px;
	padding: 10px 15px !important;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a:hover,
.navbar-custom li a.focus {
	color: var(--accent);
}

.navbar-toggler {
	border-color: var(--primary);
}

.dropdown-menu {
	margin-top: 10px;
	background: #fff;
	border-top: none;
	border-color: rgba(109, 90, 65, 0.2);
}
.dropdown-menu li a:hover,
.dropdown-menu li.active a {
	background: #000;
	color: #fff;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 0 0 5px 5px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(191,167,106, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a,
.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn-site {
	border-radius: 0;
	background: var(--accent);
	color: var(--white);
	border: 1px solid var(--accent);
	padding: 10px 20px;
	font-size: 1.2rem;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-site:hover {
	background: var(--primary);
	color: var(--white);
	border: 1px solid var(--accent);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	margin-bottom: 1rem;
}

a {
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.myIframe {
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px;
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*pointer-events: none;*/
	border: none;
}
.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border: 0;
	background: none;
}

/* Hereo Section */

.hero-section {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0; /* Remove default padding */
	margin: 0; /* Remove default margin */
}

/* Add a filter overlay for the hero-section background image */
.hero-section::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	/* Example: darken with a semi-transparent black or use any filter you want */
	background: rgba(0, 0, 0, 0.7);
	/* Optional: add a filter effect (e.g. blur, brightness, contrast) */
	/* filter: brightness(0.85) blur(2px); */
	pointer-events: none;
}
.hero-section,
.hero-section > .container,
.hero-section .row,
.hero-section .col-12,
.hero-content {
	position: relative;
	z-index: 2;
}

.hero-content {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.hero-title {
	font-size: 3.8rem;
	color: var(--white);
}
.hero-subtitle {
	font-size: 1.5rem;
	color: var(--white);
	margin-bottom: 0;
}
.hero-content p {
	font-size: 1.5rem;
	color: var(--grey);
	margin-bottom: 0;
	font-weight: 300;
}

/* EO Hero Section */

/* Intro Section */

.intro-section {
	padding: clamp(3rem, 6vw, 6rem) 0;
}

.intro-section .into-content {
	max-width: 72ch;
	margin: 0 auto;
	text-align: center;
	padding: 0; /* no card */
}

/* Single purposeful rule, not a box */
.intro-section .into-content::after {
	content: "";
	display: block;
	width: 140px;
	height: 1px;
	margin: clamp(1.25rem, 2.5vw, 2rem) auto 0;
	background: var(--line);
}

/* Accent used once, subtly */
.intro-section .into-content::before {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	margin: 0 auto clamp(1rem, 2vw, 1.5rem);
	background: var(--accent);
	border-radius: 2px;
}

.intro-section .into-content p {
	margin: 0;
	color: var(--ink);
	font-size: clamp(1.125rem, 0.55vw + 1rem, 1.35rem);
	line-height: 1.75;
	letter-spacing: 0.01em;
}

/* If you have multiple paragraphs, keep them elegant */
.intro-section .into-content p + p {
	margin-top: 0.9rem;
	color: var(--muted);
}

/* EO Intro Section */

/* Content Section */

.content-section {
	padding: clamp(3rem, 6vw, 6rem) 0;
}

.content-section h2 {
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 2rem 0; /* increased from 1rem */
	position: relative;
}

.content-section h2::after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	margin-top: 1rem;
	background: var(--line);
}

.content-section .content {
	font-size: clamp(1.05rem, 0.6vw + 1rem, 1.2rem);
	line-height: 1.75;
	color: rgba(0, 0, 0, 0.78);
	max-width: 65ch; /* makes narrow sections feel editorial */
}

.contact-section .content {
	font-size: clamp(1.05rem, 0.6vw + 1rem, 1.2rem);
	line-height: 1.75;
	color: rgba(0, 0, 0, 0.78);
}

.content-section + .content-section {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.content-section:nth-of-type(odd) {
	background: #fbfaf8;
}

.content-section .content p {
	margin: 0 0 1.25rem 0;
}

.content-section .content p:last-child {
	margin-bottom: 0;
}

.content-section .content strong {
	color: rgba(0, 0, 0, 0.88);
	font-weight: 600;
}

/* EO Content Section */

/* CTA Section */

.cta-section h2 {
	color: var(--accent);
}

.cta-section {
	background: var(--primary);
	color: var(--white);
	padding: 6rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-content {
	max-width: 65ch;
	margin: 0 auto;
	font-weight: 200;
	font-size: 1.2rem;
}

/* EO CTA Section */

/* Contact page */

body.page-template-page-contact main section {
	padding: clamp(5rem, 8vw, 9rem) 0;
}
body.page-template-page-contact h1 {
	font-size: clamp(2.5rem, 2vw + 1.5rem, 3.75rem);
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: 2.5rem;
	position: relative;
}

body.page-template-page-contact h1::after {
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	margin-top: 1.25rem;
	background: var(--line);
}

/* EO Contact page */

/* Gravity Forms */

/* Gravity Forms Custom Styling - Global Home Theme */
body.page-template-page-contact .gform_wrapper {
	background: var(--wash);
	padding: 2rem 2.5rem;
	border-radius: 18px;
	box-shadow: 0 2px 18px 0 rgba(24, 28, 35, 0.07);
	margin: 3rem auto 0 auto;
}

body.page-template-page-contact .gform_wrapper .gfield_label {
	color: var(--primary);
	color: var(--primary);
	font-size: 1rem;
	margin-bottom: 0.5rem;
	letter-spacing: -0.01em;
}

body.page-template-page-contact .gform_wrapper .gfield input,
body.page-template-page-contact .gform_wrapper .gfield textarea,
body.page-template-page-contact .gform_wrapper .gfield select {
	display: block;
	width: 100%;
	padding: 0.75rem 1.2rem;
	font-size: 1rem;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--white);
	color: var(--primary);
	margin-top: 0.4rem;
	transition: border 0.2s;
	box-sizing: border-box;
}

body.page-template-page-contact .gform_wrapper .gfield input:focus,
body.page-template-page-contact .gform_wrapper .gfield textarea:focus,
body.page-template-page-contact .gform_wrapper .gfield select:focus {
	border-color: var(--accent);
	outline: none;
}

body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	input[type="submit"],
body.page-template-page-contact .gform_wrapper .gform_button {
	background: var(--primary);
	color: var(--white);
	border: none;
	border-radius: 8px;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0.9rem 2.5rem;
	cursor: pointer;
	transition: background 0.18s;
	box-shadow: 0 2px 12px rgba(24, 28, 35, 0.09);
	margin-top: 1.2rem;
}

body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	input[type="submit"]:hover,
body.page-template-page-contact .gform_wrapper .gform_button:hover {
	background: var(--accent);
	color: var(--primary);
}

body.page-template-page-contact .gform_wrapper .gform_validation_errors,
body.page-template-page-contact .gform_wrapper .gfield_validation_message {
	background: var(--line);
	color: var(--black);
	padding: 1rem;
	margin-bottom: 1.5rem;
	border-radius: 7px;
	font-size: 1rem;
}

body.page-template-page-contact .gform_wrapper .gfield_required {
	color: var(--accent);
	font-size: 1em;
	margin-left: 0.2em;
}

body.page-template-page-contact .gform_confirmation_message {
	background: var(--accent);
	color: var(--white);
	padding: 1rem 1.5rem;
	border-radius: 10px;
	text-align: center;
	margin-top: 2rem;
	font-size: 1.15rem;
}

body.page-template-page-contact .gform_wrapper .description,
body.page-template-page-contact .gform_wrapper .gfield_description {
	color: var(--muted);
	font-size: 0.97rem;
	margin-bottom: 0.7rem;
}

body.page-template-page-contact .gform_wrapper .gfield input[type="checkbox"],
body.page-template-page-contact .gform_wrapper .gfield input[type="radio"] {
	width: auto;
	display: inline-block;
	margin-right: 8px;
	accent-color: var(--accent);
}

body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	input[type="submit"],
body.page-template-page-contact .gform_wrapper .gform_footer .gform_button,
body.page-template-page-contact .gform_wrapper .gform_footer input.button,
body.page-template-page-contact .gform_wrapper .gform_footer button,
body.page-template-page-contact .gform_wrapper .gform_footer .button,
body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	input[type="button"],
body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	input[type="submit"].button,
body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	.gform_button.button {
	border-radius: 0 !important;
	background: var(--accent) !important;
	color: var(--white) !important;
	border: 1px solid var(--accent) !important;
	padding: 10px 20px !important;
	font-size: 1.2rem !important;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
}

body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	input[type="submit"]:hover,
body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	.gform_button:hover,
body.page-template-page-contact .gform_wrapper .gform_footer input.button:hover,
body.page-template-page-contact .gform_wrapper .gform_footer button:hover,
body.page-template-page-contact .gform_wrapper .gform_footer .button:hover,
body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	input[type="button"]:hover,
body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	input[type="submit"].button:hover,
body.page-template-page-contact
	.gform_wrapper
	.gform_footer
	.gform_button.button:hover {
	background: var(--primary) !important;
	color: var(--white) !important;
	border: 1px solid var(--accent) !important;
}

/* EO Gravity forms */

/* Footer */

#copyright {
	background: var(--primary);
	color: var(--white);
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0;
	font-size: 0.7rem;
}

#copyright a {
	color: var(--white);
	text-decoration: none;
}

/* EO Footer */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
}

@media (min-width: 62em) {
}

@media (max-width: 768px) {
	.hero-title {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}

	.hero-content p {
		font-size: 1rem;
		font-weight: 300;
	}
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}
