/* Creator House Hub — space-rental layout overlay */
/* Brand: yellow #F3F626, cream #F0EDE6, black #151515, charcoal #2B2B2C, gray #7A7A7A */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

.chh-page {
	--chh-yellow: #f3f626;
	--chh-cream: #f0ede6;
	--chh-white: #f6f6f5;
	--chh-black: #151515;
	--chh-charcoal: #2b2b2c;
	--chh-gray: #7a7a7a;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.chh-page,
.chh-page .pattern-one {
	background: var(--chh-cream);
	background-image: none;
}

.chh-page {
	color: var(--chh-charcoal);
}

.chh-page p,
.chh-page li,
.chh-page a,
.chh-page input,
.chh-page textarea,
.chh-page button,
.chh-page .btn,
.chh-page .form-control,
.chh-copy {
	font-family: 'Montserrat', sans-serif;
}

.chh-page p {
	letter-spacing: normal;
}

.chh-page .navbar-fixed-top {
	background: var(--chh-black) !important;
	border-bottom: none;
	box-shadow: none !important;
	font-family: 'Montserrat', sans-serif;
}

.chh-page h1,
.chh-page h2,
.chh-page h3,
.chh-page h4 {
	font-family: 'Montserrat', sans-serif;
	color: var(--chh-black);
	text-transform: none;
	letter-spacing: -0.04em;
	font-weight: 800;
}

.chh-page a {
	color: var(--chh-black);
	text-decoration: none !important;
}

.chh-page a:hover,
.chh-page a:focus,
.chh-page a:visited,
.chh-page a:active {
	text-decoration: none !important;
}

.chh-page ::selection {
	background: var(--chh-yellow);
	color: var(--chh-black);
}

.chh-page .navbar-lg .navbar-brand {
	padding: 18px 0 0;
}

.chh-page .navbar-lg .navbar-brand img {
	height: 50px;
}

.chh-page .navbar-lg .navbar-nav > li > a {
	color: var(--chh-cream) !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.chh-page .navbar-lg .navbar-nav > li > a:hover,
.chh-page .navbar-lg .navbar-nav > li > a:focus {
	color: var(--chh-yellow) !important;
}

.chh-page .navbar-nav > li > a::after,
.chh-page .navbar-nav > li > a::before {
	display: none !important;
	content: none !important;
	border: none !important;
	text-decoration: none !important;
}

.chh-page .navbar-lg .navbar-nav > li.chh-nav-cta > a,
.navbar-lg .chh-nav-cta > a {
	text-transform: none !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	color: var(--chh-yellow) !important;
	text-decoration: none !important;
	border-bottom: none !important;
}

.chh-page .navbar-lg .navbar-nav > li.chh-nav-cta > a:hover,
.chh-page .navbar-lg .navbar-nav > li.chh-nav-cta > a:focus,
.navbar-lg .chh-nav-cta > a:hover,
.navbar-lg .chh-nav-cta > a:focus {
	color: var(--chh-cream) !important;
}

.chh-page .dropdown-menu > li > a,
.chh-page .dropdown-menu > li > a:visited,
.chh-page .dropdown-menu > li > a:active {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--chh-cream) !important;
	background: transparent;
}

.chh-page .dropdown-menu > li > a:hover,
.chh-page .dropdown-menu > li > a:focus {
	color: var(--chh-yellow) !important;
	background: transparent;
}

.chh-wrap {
	padding-top: 86px;
}

.chh-hero {
	padding: 70px 0 40px;
}

.chh-hero .container,
.chh-intro .container {
	width: 100%;
	max-width: none;
	padding-left: 10%;
	padding-right: 10%;
}

.chh-kicker {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--chh-gray);
	margin: 0 0 18px;
}

.chh-kicker-plain {
	text-transform: none;
}

.chh-hero h1 {
	font-size: clamp(52px, 9vw, 118px);
	line-height: 0.88;
	margin: 0 0 28px;
	max-width: none;
}

.chh-text-link {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	border-bottom: none;
	padding-bottom: 0;
	align-self: flex-start;
	text-decoration: none !important;
}

.chh-text-link:hover,
.chh-text-link:focus {
	color: var(--chh-charcoal);
	border-bottom: none;
	text-decoration: none !important;
}

.chh-intro {
	padding: 40px 0 80px;
}

.chh-intro h2 {
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1.05;
	margin: 0 0 24px;
	max-width: none;
}

.chh-intro p {
	font-size: 18px;
	line-height: 1.7;
	color: var(--chh-charcoal);
	max-width: none;
	margin: 0;
}

.chh-offers {
	padding: 0 0 80px;
}

.chh-offer {
	background: var(--chh-white);
	padding: 36px 32px 28px;
	min-height: 420px;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.chh-offer img {
	width: calc(100% + 64px);
	max-width: none;
	height: 220px;
	object-fit: cover;
	display: block;
	margin: -36px -32px 22px;
}

.chh-offer h3 {
	font-size: 26px;
	line-height: 1.15;
	margin: 0 0 22px;
}

.chh-offer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	flex: 1;
}

.chh-offer li {
	padding: 10px 0;
	border-bottom: 1px solid #e6e2d9;
	font-size: 15px;
	line-height: 1.45;
	color: var(--chh-charcoal);
}

.chh-offer .chh-text-link {
	margin-top: auto;
	font-size: 16px;
}

.chh-perks {
	padding: 10px 0 90px;
}

.chh-perks ul {
	list-style: none;
	padding: 0;
	margin: 0;
	columns: 2;
	column-gap: 40px;
}

.chh-perks li {
	break-inside: avoid;
	padding: 14px 0;
	border-top: 1px solid #ddd8cc;
	font-size: 16px;
	color: var(--chh-charcoal);
}

.chh-types {
	padding: 0 0 100px;
}

.chh-types h2 {
	font-size: clamp(36px, 5.5vw, 64px);
	line-height: 1;
	margin: 0 0 18px;
}

.chh-prices-lede {
	font-size: 18px;
	line-height: 1.7;
	color: var(--chh-charcoal);
	max-width: 56ch;
	margin: 0 0 50px;
	overflow: hidden;
}

.chh-types .row {
	clear: both;
	width: 100%;
}

.chh-type {
	margin-bottom: 40px;
}

.chh-type img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
	margin-bottom: 22px;
	background: #ddd8cc;
}

.chh-type h3 {
	font-size: 24px;
	margin: 0 0 12px;
}

.chh-type p {
	font-size: 16px;
	line-height: 1.6;
	color: #444;
	margin: 0 0 16px;
	min-height: 0;
}

.chh-price-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.chh-price-list li {
	padding: 8px 0;
	border-top: 1px solid #ddd8cc;
	font-size: 16px;
	color: var(--chh-charcoal);
}

.chh-price-list span {
	font-weight: 800;
	color: var(--chh-black);
	letter-spacing: -0.03em;
}

.chh-club {
	background: var(--chh-black);
	color: var(--chh-cream);
	padding: 100px 0;
}

.chh-club h2,
.chh-club h3 {
	color: var(--chh-white);
}

.chh-club h2 {
	font-size: clamp(40px, 6vw, 80px);
	line-height: 0.95;
	margin: 0 0 28px;
	max-width: 12ch;
}

.chh-club p {
	font-size: 18px;
	line-height: 1.7;
	max-width: 58ch;
	margin: 0 0 28px;
	color: #d8d4cc;
}

.chh-club .chh-text-link {
	color: var(--chh-yellow);
	border-bottom: none;
}

.chh-club .chh-text-link:hover,
.chh-club .chh-text-link:focus {
	border-bottom: none;
	color: var(--chh-cream);
}

.chh-beyond {
	padding: 100px 0;
}

.chh-beyond h2 {
	font-size: clamp(32px, 4.5vw, 52px);
	line-height: 1.05;
	margin: 0 0 20px;
}

.chh-beyond p {
	font-size: 17px;
	line-height: 1.7;
	color: var(--chh-charcoal);
	margin: 0 0 20px;
}

.chh-facts {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}

.chh-facts li {
	padding: 10px 0;
	border-top: 1px solid #ddd8cc;
	font-size: 16px;
}

.chh-beyond img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
	background: #ddd8cc;
}

.chh-cta {
	padding: 0 0 110px;
	text-align: center;
}

.chh-cta h2 {
	font-size: clamp(36px, 5vw, 64px);
	margin: 0 0 18px;
}

.chh-page-hero {
	padding: 70px 0 20px;
}

.chh-page-hero h1 {
	font-size: clamp(42px, 7vw, 88px);
	line-height: 0.92;
	margin: 0 0 22px;
	max-width: 14ch;
}

.chh-page-hero p {
	font-size: 18px;
	line-height: 1.7;
	max-width: 68ch;
	color: var(--chh-charcoal);
}

.chh-split {
	padding: 40px 0 90px;
}

.chh-split img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	display: block;
	background: #ddd8cc;
	margin-bottom: 30px;
}

.chh-split h2 {
	font-size: 28px;
	margin: 0 0 18px;
}

.chh-split ul {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
}

.chh-split li {
	padding: 11px 0;
	border-bottom: 1px solid #ddd8cc;
	font-size: 16px;
}

.chh-footer {
	background: var(--chh-black);
	color: #cfc8bb;
	padding: 70px 0 30px;
	font-family: 'Montserrat', sans-serif;
}

.chh-footer a,
.chh-footer a:visited,
.chh-footer a:active {
	color: var(--chh-cream);
	font-family: 'Montserrat', sans-serif;
}

.chh-footer p,
.chh-footer li {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: normal;
}

.chh-footer a:hover,
.chh-footer a:focus {
	color: var(--chh-yellow);
}

.chh-footer h4 {
	color: var(--chh-yellow);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 0 0 18px;
}

.chh-footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.chh-footer li {
	margin-bottom: 8px;
}

.chh-footer p {
	margin: 0 0 8px;
	font-size: 14px;
}

.chh-copy {
	background: #0c0c0c;
	color: var(--chh-gray);
	padding: 16px 0;
	font-size: 13px;
}

.chh-offers .row {
	display: flex;
	flex-wrap: wrap;
}

.chh-offers [class*="col-"] {
	display: flex;
	margin-bottom: 20px;
}

.chh-offer {
	width: 100%;
}

.chh-page .form-control,
.chh-page #contactForm input,
.chh-page #contactForm textarea {
	background: var(--chh-white);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 14px;
	height: 48px;
	font-family: 'Montserrat', sans-serif;
	color: var(--chh-black) !important;
	-webkit-text-fill-color: var(--chh-black) !important;
	caret-color: var(--chh-black);
}

.chh-page .form-control::placeholder,
.chh-page #contactForm input::placeholder,
.chh-page #contactForm textarea::placeholder {
	color: var(--chh-gray);
	-webkit-text-fill-color: var(--chh-gray);
	opacity: 1;
}

.chh-page textarea.form-control,
.chh-page #contactForm textarea {
	height: 140px;
}

.chh-page .btn-primary {
	background: var(--chh-yellow);
	color: var(--chh-black);
	border: none;
	border-radius: 0;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	padding: 12px 28px;
}

.chh-page .btn-primary:hover,
.chh-page .btn-primary:focus {
	background: var(--chh-black);
	color: var(--chh-yellow);
}

.chh-page .statusMessage,
.chh-page .successmessage,
.chh-page .errormessage {
	background: var(--chh-white);
	color: var(--chh-black);
	margin-top: 16px;
}

.chh-page .statusMessage p,
.chh-page .successmessage p,
.chh-page .errormessage p {
	color: var(--chh-black);
}

.chh-popup {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(21, 21, 21, 0.72);
}

.chh-popup[hidden] {
	display: none !important;
}

.chh-popup-card {
	background: var(--chh-cream);
	color: var(--chh-black);
	max-width: 420px;
	width: 100%;
	padding: 36px 32px 28px;
	text-align: center;
}

.chh-popup-card p {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.25;
	margin: 0 0 24px;
	color: var(--chh-black);
}

body.chh-popup-open {
	overflow: hidden;
}

@media (max-width: 991px) {
	.chh-wrap {
		padding-top: 72px;
	}

	.chh-hero {
		padding: 40px 0 20px;
	}

	.chh-page .navbar-lg .navbar-brand {
		padding: 0 15px !important;
	}

	.chh-page .navbar-lg .navbar-brand img {
		height: 36px;
	}

	.chh-page .navbar-toggle .icon-bar,
	.chh-page .navbar-toggle .icon-bar:nth-child(3) {
		background: var(--chh-yellow) !important;
	}

	.chh-page .navbar-lg .navbar-collapse {
		background: var(--chh-black);
		z-index: 20;
	}

	.navbar-lg .dropdown-menu {
		background: transparent;
		position: relative !important;
		opacity: 1 !important;
		visibility: visible !important;
		top: 0;
		margin: 0 !important;
		left: 0 !important;
		box-shadow: none;
	}

	.chh-page .navbar-lg .dropdown-menu > li > a {
		color: var(--chh-cream) !important;
		padding: 8px 40px;
	}

	.chh-page .navbar-lg .dropdown-menu > li > a:hover {
		color: var(--chh-yellow) !important;
	}

	.chh-offer,
	.chh-type {
		margin-bottom: 20px;
	}

	.chh-perks ul {
		columns: 1;
	}

	.chh-beyond img,
	.chh-split img,
	.chh-type img {
		height: 240px;
	}
}
