* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

/* Mobile First */
body {
	background-color: #f4f4f1;
	font-family: "Playfair-Display", serif;
	color: #1f1d1a;
	line-height: 1.6;
	font-weight: 500;
}

.quick-bar {
	display: flex;
	justify-content: center;
	padding: 2em 0 2em 1em;
	margin: 0 auto;
	font-size: 0.75em;
	background-color: #1f1d1a;
}
.quick-bar i, .quick-bar a {
	padding: 0 0.5em;
	cursor: pointer;
	font-size: 1em;
	color: #f4f4f1;
	text-decoration: none;
}

/* Header */
.header-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* Logo */
.logo {
	max-width: 30vh;
	height: auto;
	padding: 1em;
}

/* Navigation */
nav {
	width: 100%;
}

nav ul {
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: end;
	align-items: center;
}

nav a {
	display: flex;
	text-decoration: none;
	color: #000;
	padding: 0 1rem;
	align-items: center;
}

/* Sidebar */
.sidebar {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 250px;
	z-index: 999;
	display: none;
	background-color: #f4f4f1;
	padding: 1rem;
}

.sidebar {
	width: 100%;
}

.closing-ex {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	cursor: pointer;
	color: #000;
}

.sidebar ul {
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 3rem;
}

.sidebar li {
	width: 100%;
	padding: 1rem 1rem;
}

.sidebar a {
	width: 100%;
	color: #000;
}

.sidebar-bookingbtn {
	display: inline-block;
	color: #000;
	background-color: #000;
	padding: 0.5em;
	border-radius: 5px;
	text-decoration: none;
	margin-left: 2rem;
	margin-top: 2rem;
	font-size: 16px;
}

.sidebar-bookingbtn a {
	color: #000;
	text-decoration: none;
}

.hideOnMobile{
	display: none;
}

.nav-bookingbtn {
	display: none;
}

/* Hamburger Menu Button */
.menu-button {
	display: inline-block;
	color:#000;
	margin-right: 10%;
}

/* HOME - Hero Section */

.hero{
	background-image: url("../images/hero.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	
	/* content-driven height + fluid spacing */
	padding: clamp(4rem, 18vh, 10rem) 1.5rem;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.hero-content {
	display: flex;
	flex-direction: column;
	margin-top: 9rem;
	align-items: center;
	padding: 1em 0 0.5em 0;
}

.hero-content h1 {
	font-size: 40px;
	font-weight: 200;
	text-align: center;
	color: #fff;
}

.hero-content p {
	font-size: 16px;
	font-weight: 100;
	text-align: center;
	color: #fff;
	margin-top: 1rem;
}

.hero-content a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 0.5em;
	margin-top: 1em;
	text-align: center;
}

/* Home - Intro Section */
.intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1rem;
}

.intro h2 {
	font-weight: 200;
	font-size: 18px;
	text-align: center;
	padding: 3rem 0 3rem;
	margin: 1rem 1rem 0 1rem;
}

.intro p {
	text-align: center;
	padding: 0 1rem;
	margin: 1rem;
}

.button-wrapper {
	text-align: center;
	margin-top: 2rem;
}

.button-wrapper3 {
	text-align: left;
	margin-top: 2rem;
	color: #fff;
	padding-left: 1rem;
}

.button-wrapper3 a {
	color: #000;
	text-decoration: none;
	margin-top: 1em;
	border-top: 1px solid #000;
	padding: 0.5em 0 0 0;
}

.intro-button {
	text-align: center;
	padding: 0.5em;
	margin: 0 auto;
	display: inline-block;
	border-top: 1px solid #000;
}

.button-wrapper a {
	color: #000;
	text-decoration: none;
}

.button-wrapper a:visited {
	text-decoration: none;
	color: #000;
}

.button-wrapper a:active {
	text-decoration: none;
	color: #333;
}

.button-wrapper a:visited {
	text-decoration: none;
	color: #000;
}

.button-wrapper a:hover {
	background-color: #000;
	color: #fff;
}

/* Home - Highlight Strips */
.highlights {
	display: flex;
	flex-direction: row-reverse;
	gap: 2rem;
	padding: 2rem 1rem;
	text-align: center;
	justify-content: space-around;
}

.highlight {
	flex: 1;
}

.highlight p {
	font-size: 12px;
	font-weight: 100;
	line-height: 1.5;
}

/* Home - Lower Highlights Section */
.highlights2 {
	display: flex;
	flex-direction: row-reverse;
	gap: 2rem;
	padding: 1rem;
	text-align: center;
	background: #1f1d1a;
	color: #f4f4f1;
	margin: 4rem 0;
}

/* Home - Slideshow Section */

.slideshow-wrapper {
	display: flex;
	flex-direction: column;
	background-color: #f4f4f1;
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.slideshow-text h3 {
	font-weight: 100;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
	color: #1f1d1a;
}

.slideshow-text p {
	font-size: 14px;
	margin-bottom: 2rem;
	margin-left: 1rem;
	margin-right: 1rem;
	color: #1f1d1a;
}

.studio-slideshow {
	text-align: center;
	padding: 2rem 1rem;
}

/* Slideshow layout */
.slideshow {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
}

/* Image frame */
.slides {
	max-width: 600px;   /* controls how big the slideshow gets */
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* Actual images — responsive, no cropping */
.slide-image {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	transition: opacity 0.7s ease-in-out;
}

/* class we'll toggle in JS */
.slide-image.is-fading {
	opacity: 0;
}

/* Services Page*/
.services-hero{
	background-image: url("../images/services-hero.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	
	/* content-driven height + fluid spacing */
	padding: clamp(4rem, 18vh, 10rem) 1.5rem;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.services-hero-content {
	display: flex;
	flex-direction: column;
	margin-top: 9rem;
	align-items: center;
	padding: 1em 0 0.5em 0;
}

.services-hero-content h1 {
	font-size: 40px;
	font-weight: 200;
	text-align: center;
	color: #fff;
}

.services-hero-content p {
	font-size: 16px;
	font-weight: 100;
	text-align: center;
	color: #fff;
	margin-top: 1rem;
}

.services-hero-content a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 0.5em;
	margin-top: 1em;
	text-align: center;
}

.services-types-wrapper {
	padding: 4rem 2rem;
	background-color: #f4f4f1;
}

.services-section-heading {
	font-weight: 200;
	font-size: 20px;
	text-align: center;
	color: #1f1d1a;
	margin-bottom: 0.75rem;
}

.services-section-subheading {
	font-size: 13px;
	text-align: center;
	color: #666;
	margin-bottom: 3rem;
	line-height: 1.6;
}

.services-cards {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 1100px;
	margin: 0 auto;
}

.service-card {
	border-top: 1px solid #1f1d1a;
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
}

.service-card-label {
	font-size: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 0.5rem;
}

.service-card-title {
	font-size: 20px;
	font-weight: 300;
	color: #1f1d1a;
	margin-bottom: 1rem;
	line-height: 1.3;
}

.service-card-body {
	font-size: 13px;
	line-height: 1.8;
	color: #444;
	flex: 1;
}

.service-card-btn {
	display: inline-block;
	margin-top: 1.5rem;
	padding: 0.5em 0;
	font-size: 12px;
	text-decoration: none;
	color: #1f1d1a;
	border-top: 1px solid #1f1d1a;
	align-self: flex-start;
	transition: color 0.2s, border-color 0.2s;
}

.service-card-btn:hover {
	color: #888;
	border-color: #888;
}

/* Services Page - Free Inclusions Section - mobile */
.inclusions-wrapper {
	background-color: #1f1d1a;
	color: #f4f4f1;
	padding: 4rem 2rem;
}

.inclusions-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.inclusions-eyebrow {
	display: block;
	font-size: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 0.75rem;
}

.inclusions-heading {
	font-size: 24px;
	font-weight: 200;
	color: #f4f4f1;
	margin-bottom: 1.25rem;
	line-height: 1.2;
}

.inclusions-body {
	font-size: 13px;
	line-height: 1.8;
	color: #aaa;
	margin-bottom: 0.75rem;
}

.inclusions-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.inclusion-item {
	display: flex;
	flex-direction: column;
	padding: 1.25rem 0;
	border-top: 1px solid #2e2c29;
}

.inclusion-item:last-child {
	border-bottom: 1px solid #2e2c29;
}

.inclusion-name {
	font-size: 13px;
	font-weight: 500;
	color: #f4f4f1;
	margin-bottom: 0.25rem;
	letter-spacing: 0.04em;
}

.inclusion-desc {
	font-size: 12px;
	color: #888;
	line-height: 1.6;
}

.inclusion-item--new .inclusion-name {
	color: #aaa;
	font-style: italic;
}

/* Services Page - FAQ Section - mobile */
.faq-wrapper {
	padding: 4rem 1.5rem;
	background-color: #f4f4f1;
}

.faq-heading {
	font-weight: 200;
	font-size: 20px;
	text-align: center;
	color: #1f1d1a;
	margin-bottom: 0.75rem;
}

.faq-subheading {
	font-size: 13px;
	text-align: center;
	color: #666;
	margin-bottom: 3rem;
	line-height: 1.6;
}

.faq-list {
	max-width: 800px;
	margin: 0 auto 3rem;
}

.faq-item {
	border-top: 1px solid #1f1d1a;
}

.faq-item:last-child {
	border-bottom: 1px solid #1f1d1a;
}

.faq-question {
	font-size: 14px;
	font-weight: 500;
	color: #1f1d1a;
	padding: 1.25rem 2rem 1.25rem 0;
	cursor: pointer;
	list-style: none;
	position: relative;
	line-height: 1.5;
}

.faq-question::-webkit-details-marker {
	display: none;
}

.faq-question::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 200;
	color: #888;
	transition: transform 0.25s ease;
}

.faq-item[open] .faq-question::after {
	transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
	padding: 0 0 1.5rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.faq-answer p {
	font-size: 13px;
	line-height: 1.8;
	color: #444;
}

/* Contact Page - Main Section - mobile */

.contact-hero{
	background-image: url("../images/contact-hero.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	
	/* content-driven height + fluid spacing */
	padding: clamp(4rem, 18vh, 10rem) 1.5rem;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.contact-hero-content {
	display: flex;
	flex-direction: column;
	margin-top: 9rem;
	align-items: center;
	padding: 1em 0 0.5em 0;
}

.contact-hero-content h1 {
	font-size: 40px;
	font-weight: 200;
	text-align: center;
	color: #fff;
}

.contact-hero-content p {
	font-size: 16px;
	font-weight: 100;
	text-align: center;
	color: #fff;
	margin-top: 1rem;
}

.contact-hero-content a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 0.5em;
	margin-top: 1em;
	text-align: center;
}

.contact-main-wrapper {
	padding: 4rem 1.5rem;
	background-color: #f4f4f1;
}

.contact-main-inner {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	max-width: 1100px;
	margin: 0 auto;
}

.contact-left {
	display: flex;
	flex-direction: column;
}

.contact-left-eyebrow {
	font-size: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 0.75rem;
}

.contact-left-heading {
	font-size: 24px;
	font-weight: 200;
	color: #1f1d1a;
	margin-bottom: 1.25rem;
	line-height: 1.3;
}

.contact-left-body {
	font-size: 13px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 0.75rem;
}

.contact-quick-links {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #e8e8e4;
}

.contact-quick-link {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	text-decoration: none;
	color: #1f1d1a;
	font-size: 13px;
	line-height: 1.5;
	transition: color 0.2s;
}

.contact-quick-link:hover {
	color: #888;
}

.contact-quick-link i {
	font-size: 13px;
	color: #888;
	margin-top: 0.15rem;
	flex-shrink: 0;
	width: 16px;
	text-align: center;
}

/* Contact Page - Form - mobile */
.contact-right {
	display: flex;
	flex-direction: column;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.contact-form-group {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.contact-form-label {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #888;
}

.contact-form-select,
.contact-form-input,
.contact-form-textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #d8d8d4;
	color: #1f1d1a;
	font-family: inherit;
	font-size: 13px;
	padding: 0.75rem 1rem;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s;
}

.contact-form-select:focus,
.contact-form-input:focus,
.contact-form-textarea:focus {
	border-color: #1f1d1a;
}

.contact-form-textarea {
	resize: vertical;
	min-height: 130px;
}

.contact-message-wrap {
	position: relative;
}

.contact-book-overlay {
	display: none;
	position: absolute;
	inset: 0;
	background-color: #f0f0ec;
	border: 1px solid #d8d8d4;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	text-align: center;
	padding: 1.5rem;
}

.contact-book-overlay p {
	font-size: 13px;
	color: #888;
}

.contact-book-overlay-link {
	font-size: 13px;
	color: #1f1d1a;
	text-decoration: none;
	border-top: 1px solid #1f1d1a;
	padding-top: 0.5em;
	transition: color 0.2s;
}

.contact-book-overlay-link:hover {
	color: #888;
	border-color: #888;
}

.contact-form-submit {
	display: inline-block;
	padding: 0.75em 2em;
	font-family: inherit;
	font-size: 13px;
	letter-spacing: 0.06em;
	background-color: #1f1d1a;
	color: #f4f4f1;
	border: 1px solid #1f1d1a;
	cursor: pointer;
	align-self: flex-start;
	transition: background-color 0.2s, color 0.2s;
}

.contact-form-submit:hover {
	background-color: transparent;
	color: #1f1d1a;
}

.contact-form-submit--disabled {
	background-color: #d8d8d4;
	border-color: #d8d8d4;
	color: #aaa;
	cursor: not-allowed;
}

.contact-form-submit--disabled:hover {
	background-color: #d8d8d4;
	color: #aaa;
}

/* Contact Page - FAQ Section - mobile */
.contact-faq-wrapper {
	padding: 4rem 1.5rem;
	background-color: #f4f4f1;
	border-top: 1px solid #e8e8e4;
}

.contact-faq-heading {
	font-weight: 200;
	font-size: 20px;
	text-align: center;
	color: #1f1d1a;
	margin-bottom: 2.5rem;
}

.contact-faq-wrapper .faq-list {
	max-width: 800px;
	margin: 0 auto;
}

.contact-faq-wrapper .faq-answer a {
	color: #1f1d1a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* What We Offer Section - Home Page - mobile*/
.whatweoffer-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	background-color: #1f1d1a;
	color: #f4f4f1;
	padding: 2rem 2rem;
	text-align: center;
}

.whatweoffer {
	flex: 1;
	padding: 1rem;
}

.whatweoffer h4{
	font-weight: 100;
	font-size: 18px;
	margin-bottom: 1rem;
}

.whatweoffer p {
	font-size: 12px;
	line-height: 1.5;
}

.button-wrapper2 {
	text-align: center;
	margin-top: 2rem;
	color: #fff;
}

.button-wrapper2 a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 0.5em;
	margin-top: 1em;
	text-align: center;
}

/* About Page - HERO & BELOW Section */
.about-hero{
	background-image: url("../images/about-hero.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	
	/* content-driven height + fluid spacing */
	padding: clamp(4rem, 18vh, 10rem) 1.5rem;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.about-hero-content {
	display: flex;
	flex-direction: column;
	margin-top: 9rem;
	align-items: center;
	padding: 1em 0 0.5em 0;
}

.about-hero-content h1 {
	font-size: 40px;
	font-weight: 200;
	text-align: center;
	color: #fff;
}

.about-hero-content p {
	font-size: 16px;
	font-weight: 100;
	text-align: center;
	color: #fff;
	margin-top: 1rem;
}

.about-hero-content a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 0.5em;
	margin-top: 1em;
	text-align: center;
}

/* About Page — Staff Section */

.staff-section {
	padding: 4rem 1.5rem;
	background-color: #f4f4f1;
}

.staff-heading {
	font-weight: 200;
	font-size: 18px;
	text-align: center;
	margin-bottom: 3rem;
	color: #1f1d1a;
}

.staff-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	max-width: 1100px;
	margin: 0 auto;
}

.staff-card {
	display: flex;
	flex-direction: column;
	padding-top: 2rem;
}

.staff-img-wrap {
	width: 100%;
	height: 300px;
	overflow: hidden;
	max-width: 100%;
	margin: 0 0 1.5rem 0;
	flex-shrink: 0;
}

.staff-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
	filter: grayscale(20%);
}

.staff-img-wrap--placeholder {
	background-color: #e8e8e4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.staff-placeholder-icon {
	font-size: 4rem;
	font-weight: 100;
	color: #aaa;
	line-height: 1;
}

.staff-info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	flex: 1;
}

.staff-role {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #888;
	font-weight: 400;
}

.staff-name {
	font-size: 22px;
	font-weight: 300;
	color: #1f1d1a;
	line-height: 1.2;
}

.staff-credential {
	font-size: 11px;
	letter-spacing: 0.06em;
	color: #aaa;
	margin-bottom: 0.25rem;
}

.staff-bio {
	font-size: 13px;
	line-height: 1.7;
	color: #444;
	margin-top: 0.5rem;
	flex: 1;
}

.staff-book-btn {
	display: inline-block;
	margin-top: 1.25rem;
	padding: 0.5em 0;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: #1f1d1a;
	border-top: 1px solid #1f1d1a;
	align-self: flex-start;
	transition: color 0.2s, border-color 0.2s;
}

.staff-book-btn:hover {
	color: #888;
	border-color: #888;
}

.staff-book-btn--outline {
	color: #888;
	border-color: #ccc;
}

footer {
	display: flex;
	flex-direction: column;
	align-items: left;
	padding: 2rem 0 0;
	background-color: #1f1d1a;
	border-top: 1px solid #2e2c29;
}

.ftr-logo-and-summary {
	display: flex;
	flex-direction: column;
	align-items: left;
	padding: 2rem 0 2rem;
	margin: 0 3rem 0 1rem;
}

.ftr-logo-and-summary p {
	font-size: 12px;
	line-height: 1.5;
	color: #f4f4f1;
	max-width: 400px;
	padding-left: 1.25rem;
}

.ftr-social-icons {
	display: flex;
	gap: 1rem;
	padding-left: 1.25rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.ftr-social-icons a {
	color: #f4f4f1;
	font-size: 13px;
	text-decoration: none;
	transition: color 0.2s;
}

.footer-logo {
	max-width: 275px;
	width: 100%;
	height: auto;
}

.ftr-navigation {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 1.5rem;
	margin-bottom: 2rem;
	margin-left: 0.5rem;
	margin-top: 0.5rem;
	flex: 1;
}

.ftr-navigation h5 {
	font-size: 13px;
	font-weight: 500;
	color: #f4f4f1;
	padding-bottom: 0.5rem;
	width: max-content;
}

.ftr-navigation a {
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	transition: color 0.2s;
}

.quick-links {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 1rem 1rem 1rem 0;
	padding: 0 1rem 1rem 0;
}

.quick-links ul li {
	list-style: none;
}

/* Copyright strip — lighter band at the very bottom */
.footer-copyright-bar {
	background-color: #2e2c29;
	padding: 1rem 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.footer-copyright-bar p {
	font-size: 11px;
	color: #666;
	letter-spacing: 0.04em;
	text-align: center;
}

.footer-copyright-bar a {
	color: #666;
	text-decoration: none;
}

/* Honeypot — must be hidden from real users */
.contact-honeypot {
	display: none;
}

/* Apply Page - Gate Modal - mobile */
.gate-overlay {
	position: fixed;
	inset: 0;
	background-color: rgba(31, 29, 26, 0.75);
	z-index: 1000;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.gate-modal {
	background-color: #f4f4f1;
	width: 100%;
	max-height: 92vh;
	overflow-y: auto;
	padding: 2.5rem 1.5rem 3rem;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.gate-logo {
	max-width: 180px;
	height: auto;
	margin-bottom: 1rem;
}

.gate-modal-header {
	display: flex;
	flex-direction: column;
}

.gate-heading {
	font-size: 22px;
	font-weight: 200;
	color: #1f1d1a;
	margin-bottom: 0.5rem;
}

.gate-subheading {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
}

.gate-paths {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.gate-path-btn {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
	padding: 1.25rem;
	background-color: #fff;
	border: 1px solid #d8d8d4;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
	transition: border-color 0.2s, background-color 0.2s;
}

.gate-path-btn:hover {
	border-color: #1f1d1a;
	background-color: #f4f4f1;
}

.gate-path-btn i {
	font-size: 16px;
	color: #888;
	margin-bottom: 0.4rem;
}

.gate-path-title {
	font-size: 14px;
	font-weight: 500;
	color: #1f1d1a;
}

.gate-path-desc {
	font-size: 12px;
	color: #888;
	line-height: 1.4;
}

.gate-step {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.gate-back {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: none;
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: #888;
	cursor: pointer;
	padding: 0;
	align-self: flex-start;
	transition: color 0.2s;
}

.gate-back:hover {
	color: #1f1d1a;
}

.gate-step-label {
	font-size: 13px;
	color: #444;
	line-height: 1.6;
}

.gate-license-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.gate-license-prefix {
	font-size: 13px;
	font-weight: 500;
	color: #1f1d1a;
	white-space: nowrap;
	letter-spacing: 0.04em;
}

.gate-license-input {
	flex: 1;
	background-color: #fff;
	border: 1px solid #d8d8d4;
	color: #1f1d1a;
	font-family: inherit;
	font-size: 16px;
	padding: 0.65rem 1rem;
	border-radius: 0;
	outline: none;
	letter-spacing: 0.1em;
	transition: border-color 0.2s;
}

.gate-license-input:focus {
	border-color: #1f1d1a;
}

.gate-license-error {
	font-size: 12px;
	color: #c0392b;
	min-height: 1em;
	line-height: 1.4;
}

.gate-submit-btn {
	display: inline-block;
	padding: 0.75em 1.5em;
	background-color: #1f1d1a;
	color: #f4f4f1;
	border: 1px solid #1f1d1a;
	font-family: inherit;
	font-size: 13px;
	letter-spacing: 0.06em;
	cursor: pointer;
	align-self: flex-start;
	transition: background-color 0.2s, color 0.2s;
}

.gate-submit-btn:hover {
	background-color: transparent;
	color: #1f1d1a;
}

.gate-student-notice {
	background-color: #efefeb;
	border-left: 3px solid #1f1d1a;
	padding: 1rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.gate-student-notice p {
	font-size: 13px;
	color: #444;
	line-height: 1.7;
}

/* Apply Page - Hiring Details Section - mobile */
.hiring-details-wrapper {
	padding: 4rem 1.5rem;
	background-color: #f4f4f1;
}

.hiring-details-inner {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	max-width: 1100px;
	margin: 0 auto;
}

.hiring-col {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #1f1d1a;
	padding-top: 2rem;
}

.hiring-col-eyebrow {
	font-size: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 0.5rem;
}

.hiring-col-heading {
	font-size: 18px;
	font-weight: 300;
	color: #1f1d1a;
	margin-bottom: 1rem;
	line-height: 1.3;
}

.hiring-col-body {
	font-size: 13px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 0.75rem;
}

.hiring-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.hiring-list li {
	font-size: 13px;
	color: #444;
	line-height: 1.5;
	padding-left: 1rem;
	position: relative;
}

.hiring-list li::before {
	content: '—';
	position: absolute;
	left: 0;
	color: #aaa;
}

/* Apply Page - Policy Sections (Scent-Free + Passion) - mobile */
.hiring-policy-wrapper {
	background-color: #1f1d1a;
	padding: 4rem 1.5rem;
}

.hiring-policy-inner {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	max-width: 1100px;
	margin: 0 auto;
}

.hiring-policy-block {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding-top: 2rem;
	border-top: 1px solid #2e2c29;
}

.hiring-policy-eyebrow {
	font-size: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #888;
}

.hiring-policy-heading {
	font-size: 18px;
	font-weight: 300;
	color: #f4f4f1;
	line-height: 1.3;
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.hiring-policy-heading i {
	font-size: 15px;
	color: #888;
	flex-shrink: 0;
}

.hiring-policy-body {
	font-size: 13px;
	line-height: 1.8;
	color: #aaa;
}

.hiring-policy-body em {
	color: #f4f4f1;
	font-style: italic;
}

/* Apply Page - CTA Section - mobile */
.hiring-cta-wrapper {
	background-color: #1f1d1a;
	color: #f4f4f1;
	padding: 4rem 1.5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.hiring-cta-eyebrow {
	font-size: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #888;
}

.hiring-cta-heading {
	font-size: 26px;
	font-weight: 200;
	color: #f4f4f1;
	line-height: 1.3;
}

.hiring-cta-body {
	font-size: 13px;
	color: #aaa;
	line-height: 1.8;
	max-width: 540px;
}

.hiring-cta-btn {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.75em 2em;
	background-color: transparent;
	color: #f4f4f1;
	border: 1px solid #f4f4f1;
	font-family: inherit;
	font-size: 13px;
	letter-spacing: 0.06em;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
}

.hiring-cta-btn:hover {
	background-color: #f4f4f1;
	color: #1f1d1a;
}

/* Apply Page - Application Form Section - mobile */
.apply-wrapper {
	padding: 4rem 1.5rem;
	background-color: #f4f4f1;
	border-top: 1px solid #e8e8e4;
}

.apply-inner {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	max-width: 1100px;
	margin: 0 auto;
}

.apply-left {
	display: flex;
	flex-direction: column;
}

.apply-eyebrow {
	font-size: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 0.75rem;
}

.apply-heading {
	font-size: 24px;
	font-weight: 200;
	color: #1f1d1a;
	margin-bottom: 1.25rem;
	line-height: 1.3;
}

.apply-body {
	font-size: 13px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 0.75rem;
}

.apply-student-notice {
	background-color: #efefeb;
	border-left: 3px solid #1f1d1a;
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
}

.apply-student-notice p {
	font-size: 12px;
	color: #666;
	line-height: 1.7;
}

.apply-what-we-offer {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #e8e8e4;
}

.apply-offer-heading {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #888;
	font-weight: 400;
	margin-bottom: 1rem;
}

.apply-offer-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.apply-offer-list li {
	font-size: 13px;
	color: #444;
	line-height: 1.5;
	padding-left: 1rem;
	position: relative;
}

.apply-offer-list li::before {
	content: '—';
	position: absolute;
	left: 0;
	color: #aaa;
}

.apply-right {
	display: flex;
	flex-direction: column;
}

.apply-license-display {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #888;
	background-color: #efefeb;
	padding: 0.6rem 1rem;
	border-left: 3px solid #1f1d1a;
	margin-bottom: 1.5rem;
}

.apply-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 12px;
	color: #444;
	line-height: 1.6;
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0;
}

.apply-checkbox {
	flex-shrink: 0;
	margin-top: 0.2rem;
	width: 16px;
	height: 16px;
	accent-color: #1f1d1a;
	cursor: pointer;
}

/* *******************************Media Query for Tablet******************************* */

@media (min-width: 768px) {

.header-container {
	padding: 0 1em;
}


/* navigation */
.hideOnMobile{
	display: none;
}

/* Logo */
.logo {
	max-width: 30vh;
	height: auto;
	padding: 1em;
}

.nav-bookingbtn {
	display: inline-block;
	color: #000;
	background-color: #fff;
	padding: 0.75em;
	border: 1px solid #000;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2rem;
}

.menu-button {
	display: inline-block;
	margin-right: 4%;
}

/* Home page - Intro Section - Below Hero */

.intro p {
	padding: 0 4rem;
}

/* Apply Page - Policy Sections */
.hiring-policy-inner {
	flex-direction: row;
	align-items: flex-start;
}

.hiring-policy-block {
	flex: 1;
}

/* Apply Page - Gate Modal */
.gate-overlay {
	align-items: center;
}

.gate-modal {
	width: 100%;
	max-width: 560px;
	max-height: 88vh;
	padding: 3rem;
}

.gate-paths {
	flex-direction: row;
}

.gate-path-btn {
	flex: 1;
}

/* Apply Page - Hiring Details */
.hiring-details-inner {
	flex-direction: row;
	align-items: flex-start;
}

.hiring-col {
	flex: 1;
}

/* Apply Page - Application Form */
.apply-inner {
	flex-direction: row;
	align-items: flex-start;
	gap: 4rem;
}

.apply-left {
	flex: 0 0 36%;
}

.apply-right {
	flex: 1;
}

/* Slideshow Section - Home Page */
.slideshow-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.slideshow-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding: 2rem;
}

/* Services Page - Massage Types Section */
.services-cards {
	flex-direction: row;
	gap: 2rem;
	align-items: stretch;
}

.service-card {
	flex: 1;
}

.service-card-body {
	flex: 1;
}

/* Services Page - Free Inclusions Section */
.inclusions-inner {
	flex-direction: row;
	gap: 4rem;
	align-items: flex-start;
}

.inclusions-text {
	flex: 0 0 36%;
}

.inclusions-list {
	flex: 1;
}

/* Contact Page - Two Column Layout */
.contact-main-inner {
	flex-direction: row;
	align-items: flex-start;
	gap: 4rem;
}

.contact-left {
	flex: 0 0 38%;
}

.contact-right {
	flex: 1;
}

/* Contact Page - Booking Callout */
.contact-booking-heading {
	font-size: 28px;
}

/* What We Offer Section - Home Page */
.whatweoffer-wrapper {
	display: flex;
	flex-direction: row;
}

/* Footer */

	.ftr-logo-and-summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	margin: 0 0 0 1rem;
	}

	.tab-desk-large-row {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		padding: 2rem 0;
		gap: 1rem;
	}

	.ftr-navigation {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0.5rem;
		justify-content: start;
		margin: 0;
		padding: 0;
	}

	.quick-links {
		display: flex;
		flex-direction: column;
	}
}

/* *******************************Media Query for Desktop******************************* */
@media (min-width: 1000px) {
	body {
		color: #000;
	}
	
	/* Header */
	.header-container {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	/* Logo */
	.logo {
		max-width: 30vh;
		height: auto;
		padding: 1em;
	}

	/* Hide on Mobile, Show on Desktop */
	.hideOnMobile{
		display: inline-block;
	}
	
	/* Navigation */
	nav {
		width: 100%;
		padding-right: 3%;
		font-size: 14px;
	}
	
	nav ul {
		width: 100%;
		list-style: none;
		display: flex;
		justify-content: end;
		align-items: center;
	}
	
	nav a {
		display: flex;
		text-decoration: none;
		color: #000;
		padding: 0 1rem;
		align-items: center;
	}
	
	.nav-bookingbtn {
		display: none;
	}

	#booknowstyle {
		border: 1px solid #000;
		padding: 0.25em 0;
		margin: 0.25em 0;
	}

	/* Sidebar */
	.sidebar {
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		width: 250px;
		z-index: 999;
		background-color: #000;
		display: none;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	.sidebar {
		width: 100%;
	}
	
	.sidebar li {
		width: 100%;
		padding: 1rem 1rem;
	}
	
	.sidebar a {
		width: 100%;
		color: #000;
	}
	
	/* Hamburger Menu*/
	.menu-button {
		display: none;
		color:#000;
	}
	
	/* Home page - Intro Section - Below Hero */

	.intro h2 {
		font-size: 20px;
	}

	.intro p {
		padding: 0 5rem;
	}

/* Services Page - Massage Types Section */
	.services-types-wrapper {
		padding: 5rem 3rem;
	}

	.services-section-heading {
		font-size: 22px;
	}

	.service-card-title {
		font-size: 22px;
	}

	.service-card-body {
		font-size: 14px;
	}

/* Services Page - Free Inclusions Section */
	.inclusions-wrapper {
		padding: 5rem 3rem;
	}

	.inclusions-heading {
		font-size: 28px;
	}

	.inclusions-body {
		font-size: 14px;
	}

	.inclusion-name {
		font-size: 14px;
	}

	.inclusion-desc {
		font-size: 13px;
	}

/* Services Page - FAQ Section */
	.faq-wrapper {
		padding: 5rem 3rem;
	}

	.faq-heading {
		font-size: 22px;
	}

	.faq-question {
		font-size: 15px;
	}

	.faq-answer p {
		font-size: 14px;
	}

/* Contact Page */
	.contact-main-wrapper {
		padding: 5rem 3rem;
	}

	.contact-left-heading {
		font-size: 28px;
	}

	.contact-left-body {
		font-size: 14px;
	}

	.contact-quick-link {
		font-size: 14px;
	}

	.contact-faq-wrapper {
		padding: 5rem 3rem;
	}

	.contact-faq-heading {
		font-size: 22px;
	}

/* Apply Page */
	.hiring-details-wrapper {
		padding: 5rem 3rem;
	}

	.hiring-col-heading {
		font-size: 20px;
	}

	.hiring-col-body {
		font-size: 14px;
	}

	.hiring-list li {
		font-size: 14px;
	}

	.hiring-cta-wrapper {
		padding: 5rem 3rem;
	}

	.hiring-cta-heading {
		font-size: 32px;
	}

	.apply-wrapper {
		padding: 5rem 3rem;
	}

	.apply-heading {
		font-size: 28px;
	}

	.apply-body {
		font-size: 14px;
	}

	.gate-modal {
		max-width: 600px;
		padding: 3.5rem;
	}

/* About Page — Staff */
	.staff-grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: 800px;
	}

	.staff-name {
		font-size: 24px;
	}

	.staff-bio {
		font-size: 14px;
	}

	.staff-section {
		padding: 5rem 3rem;
	}

/* Footer */
	.tab-desk-large-row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 1rem;
		padding: 2rem;
	}

	.ftr-logo-and-summary {
		flex: 0 0 520px;
	}

	.ftr-navigation {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.ftr-navigation ul li {
		list-style: none;
	}

	.quick-links h5 {
		text-align: right;
	}

	.quick-links {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		margin: 0.5rem;
	}

	.quick-links ul li {
		text-align: right;
	}
}

/* *******************************Media Query for Large Desktop******************************* */
@media (min-width: 1440px) {
	/* large desktop overrides go here */
	.intro {
		margin: 0 auto;
		max-width: 1400px;
	}

	.whatweoffer-wrapper {
		display: flex;
		flex-direction: row;
		padding: 2rem 6rem;
	}

	.whatweoffer {
		margin: 0 auto;
		max-width: 500px;
	}

	.tab-desk-large-row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 8rem;
		margin: 1rem 3rem;
		padding-top: 2rem;
	}

	.ftr-logo-and-summary {
		flex: 0 0 700px;
	}

	.ftr-navigation {
		display: grid;
		grid-template-columns: repeat(3, max-content);
		gap: 3rem;
		margin: 0.5rem;
		padding: 0;
		justify-content: end;
	}

	.quick-links {
		margin: 0.5rem;
		padding: 0 0 1rem 0;
	}

	.hiring-policy-wrapper {
		padding: 5rem 3rem;
	}

	.hiring-policy-heading {
		font-size: 20px;
	}

	.hiring-policy-body {
		font-size: 14px;
	}

	/* Apply Page */
	.hiring-policy-wrapper {
		padding: 6rem;
	}

	.hiring-details-wrapper {
		padding: 6rem;
	}

	.hiring-cta-wrapper {
		padding: 6rem;
	}

	.apply-wrapper {
		padding: 6rem;
	}

	/* Contact Page */
	.contact-main-wrapper {
		padding: 6rem;
	}

	.contact-faq-wrapper {
		padding: 6rem;
	}

	/* Services Page */
	.services-types-wrapper {
		padding: 6rem;
	}

	.inclusions-wrapper {
		padding: 6rem;
	}

	.faq-wrapper {
		padding: 6rem;
	}
}

/* *******************************Media Query for 4K / Ultrawide******************************* */
@media (min-width: 2200px) {

	/* Inner content wrappers — capped at 1600px, centered */
	/* Full-bleed sections (heroes, highlight strips, footer) stretch edge-to-edge naturally */

	.intro {
		max-width: 1600px;
		margin: 0 auto;
	}

	.highlights {
		max-width: 1600px;
		margin: 0 auto;
	}

	.highlights2 > .highlight {
		max-width: 500px;
	}

	/* Slideshow section inner content */
	.slideshow-wrapper {
		max-width: 1600px;
		margin: 4rem auto;
	}

	/* What We Offer inner items */
	.whatweoffer-wrapper {
		padding: 2rem 0;
	}

	.whatweoffer {
		max-width: 420px;
	}

	/* Services page */
	.services-types-wrapper {
		padding: 6rem calc((100% - 1600px) / 2);
	}

	.inclusions-wrapper {
		padding: 6rem calc((100% - 1600px) / 2);
	}

	.faq-wrapper {
		padding: 6rem calc((100% - 1600px) / 2);
	}

	/* About page */
	.staff-section {
		padding: 6rem calc((100% - 1600px) / 2);
	}

	/* Contact page */
	.contact-main-wrapper {
		padding: 6rem calc((100% - 1600px) / 2);
	}

	.contact-faq-wrapper {
		padding: 6rem calc((100% - 1600px) / 2);
	}

	/* Apply page */
	.hiring-details-wrapper {
		padding: 6rem calc((100% - 1600px) / 2);
	}

	.hiring-policy-wrapper {
		padding: 6rem calc((100% - 1600px) / 2);
	}

	.hiring-cta-wrapper {
		padding: 6rem calc((100% - 1600px) / 2);
	}

	.apply-wrapper {
		padding: 6rem calc((100% - 1600px) / 2);
	}

	/* Header */
	.header-container {
		max-width: 1600px;
		margin: 0 auto;
	}

	/* Quick bar inner content */
	.quick-bar {
		padding: 2em calc((100% - 1600px) / 2 + 1em);
	}

	/* Footer inner content */
	.tab-desk-large-row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 0 auto;
	}

	.ftr-logo-and-summary {
		flex: 0 0 1820px;
	}

	.ftr-navigation {
		gap: 1rem;
	}
}

/* Contact Page - Success confirmation */
.contact-success {
	display: none;
	flex-direction: column;
	gap: 0.5rem;
	padding: 2rem 0;
}

.contact-success svg {
	margin-bottom: 0.5rem;
}

.contact-success-heading {
	font-size: 20px;
	font-weight: 300;
	color: #1f1d1a;
}

.contact-success-body {
	font-size: 13px;
	color: #666;
	line-height: 1.7;
}
