.samay-meetings {
	--samay-meetings-midnight: #0b2230;
	--samay-meetings-blue: #123d55;
	--samay-meetings-copper: #d09b62;
	--samay-meetings-sand: #f3eee7;
	--samay-meetings-ink: #17262e;
	--samay-meetings-muted: #62717a;
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	isolation: isolate;
	background: #fff;
	color: var(--samay-meetings-ink);
	font-family: inherit;
}

.samay-meetings * {
	box-sizing: border-box;
}

.samay-meetings-shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.samay-meetings-kicker {
	display: block;
	margin-bottom: 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .23em;
	text-transform: uppercase;
}

.samay-meetings-kicker-dark {
	color: var(--samay-meetings-copper);
}

.samay-meetings h1,
.samay-meetings h2,
.samay-meetings h3,
.samay-meetings p {
	font-family: inherit;
}

.samay-meetings h1,
.samay-meetings h2 {
	margin: 0 0 25px;
	color: var(--samay-meetings-midnight);
	font-size: clamp(43px, 5.8vw, 76px);
	font-weight: 600;
	letter-spacing: -.045em;
	line-height: 1;
}

.samay-meetings h1 em,
.samay-meetings h2 em {
	color: var(--samay-meetings-copper);
	font-family: Georgia, serif;
	font-weight: 400;
}

.samay-meetings-hero {
	position: relative;
	display: flex;
	min-height: 730px;
	align-items: flex-end;
	padding: 150px 0 95px;
	background-image: var(--samay-meetings-bg);
	background-position: center;
	background-size: cover;
}

.samay-meetings-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 20, 30, .96) 0%, rgba(5, 20, 30, .78) 42%, rgba(5, 20, 30, .18) 76%, rgba(5, 20, 30, .08) 100%);
}

.samay-meetings-hero-content {
	position: relative;
	z-index: 1;
	color: #fff;
}

.samay-meetings h1 {
	max-width: 800px;
	color: #fff;
	font-size: clamp(58px, 8vw, 108px);
	line-height: .9;
}

.samay-meetings-hero p {
	max-width: 680px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, .9);
	font-size: 19px;
	line-height: 1.72;
}

.samay-meetings-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border: 1px solid var(--samay-meetings-copper);
	background: var(--samay-meetings-copper);
	color: var(--samay-meetings-midnight) !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background .25s ease, color .25s ease, transform .25s ease;
}

.samay-meetings-button:hover,
.samay-meetings-button:focus {
	background: transparent;
	color: #fff !important;
	transform: translateY(-2px);
}

.samay-meetings-intro {
	padding: 120px 0;
	background: var(--samay-meetings-sand);
}

.samay-meetings-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
	gap: 86px;
	align-items: center;
}

.samay-meetings-intro-copy h2 {
	font-size: clamp(44px, 5vw, 69px);
}

.samay-meetings-intro-copy > p {
	margin: 0 0 22px;
	color: var(--samay-meetings-muted);
	font-size: 17px;
	line-height: 1.8;
}

.samay-meetings-intro-copy .samay-meetings-lead {
	color: var(--samay-meetings-ink);
	font-size: 20px;
}

.samay-meetings-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 36px;
	border-top: 1px solid #d6cec4;
	border-bottom: 1px solid #d6cec4;
}

.samay-meetings-facts > div {
	padding: 24px 18px 24px 0;
}

.samay-meetings-facts > div + div {
	padding-left: 24px;
	border-left: 1px solid #d6cec4;
}

.samay-meetings-facts strong,
.samay-meetings-facts span {
	display: block;
}

.samay-meetings-facts strong {
	color: var(--samay-meetings-blue);
	font-size: 29px;
	line-height: 1.1;
}

.samay-meetings-facts span {
	margin-top: 8px;
	color: var(--samay-meetings-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.samay-meetings-intro-image {
	position: relative;
	margin: 0;
	padding: 0 0 38px 38px;
}

.samay-meetings-intro-image::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 62%;
	height: 72%;
	background: var(--samay-meetings-copper);
	content: '';
}

.samay-meetings-intro-image img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 540px;
	object-fit: cover;
	box-shadow: 0 24px 55px rgba(13, 42, 56, .18);
}

.samay-meetings-intro-image figcaption {
	position: absolute;
	right: 22px;
	bottom: 7px;
	z-index: 2;
	color: var(--samay-meetings-midnight);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.samay-meetings-mice {
	padding: 120px 0;
	background: var(--samay-meetings-midnight);
	color: #fff;
}

.samay-meetings-heading {
	max-width: 900px;
	margin-bottom: 58px;
}

.samay-meetings-heading h2 {
	font-size: clamp(43px, 5vw, 68px);
}

.samay-meetings-heading > p {
	max-width: 780px;
	margin: 0;
	color: var(--samay-meetings-muted);
	font-size: 18px;
	line-height: 1.75;
}

.samay-meetings-heading-light h2 {
	color: #fff;
}

.samay-meetings-heading-light > p {
	color: rgba(255, 255, 255, .7);
}

.samay-meetings-pillar-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.samay-meetings-pillar-grid article {
	min-height: 310px;
	padding: 38px 30px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	transition: background .25s ease, transform .25s ease;
}

.samay-meetings-pillar-grid article:hover {
	background: rgba(255, 255, 255, .06);
	transform: translateY(-4px);
}

.samay-meetings-pillar-grid article > span {
	display: block;
	margin-bottom: 42px;
	color: var(--samay-meetings-copper);
	font-family: Georgia, serif;
	font-size: 54px;
	line-height: 1;
}

.samay-meetings-pillar-grid h3 {
	margin: 0 0 15px;
	color: #fff;
	font-size: 24px;
}

.samay-meetings-pillar-grid p {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 15px;
	line-height: 1.72;
}

.samay-meetings-signature {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
	min-height: 650px;
	background: #fff;
}

.samay-meetings-signature-image {
	min-height: 650px;
	background-image: var(--samay-meetings-signature);
	background-position: center;
	background-size: cover;
}

.samay-meetings-signature-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 90px clamp(45px, 7vw, 115px);
}

.samay-meetings-signature-copy h2 {
	font-size: clamp(42px, 4.8vw, 65px);
}

.samay-meetings-signature-copy p {
	margin: 0 0 21px;
	color: var(--samay-meetings-muted);
	font-size: 17px;
	line-height: 1.78;
}

.samay-meetings-services {
	padding: 120px 0;
	background: var(--samay-meetings-sand);
}

.samay-meetings-service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid #d8d1c8;
	border-left: 1px solid #d8d1c8;
}

.samay-meetings-service-grid article {
	min-height: 270px;
	padding: 42px;
	border-right: 1px solid #d8d1c8;
	border-bottom: 1px solid #d8d1c8;
	background: rgba(255, 255, 255, .32);
	transition: background .25s ease, transform .25s ease;
}

.samay-meetings-service-grid article:hover {
	background: #fff;
	transform: translateY(-3px);
}

.samay-meetings-service-grid span {
	display: block;
	margin-bottom: 18px;
	color: var(--samay-meetings-copper);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .17em;
}

.samay-meetings-service-grid h3 {
	max-width: 420px;
	margin: 0 0 16px;
	color: var(--samay-meetings-midnight);
	font-size: 25px;
	line-height: 1.25;
}

.samay-meetings-service-grid p {
	max-width: 460px;
	margin: 0;
	color: var(--samay-meetings-muted);
	font-size: 16px;
	line-height: 1.72;
}

.samay-meetings-hospitality {
	padding: 120px 0;
	background: #fff;
}

.samay-meetings-hospitality-grid {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
	gap: 72px;
	align-items: center;
}

.samay-meetings-hospitality-copy h2 {
	font-size: clamp(42px, 4.7vw, 64px);
}

.samay-meetings-hospitality-copy p {
	margin: 0;
	color: var(--samay-meetings-muted);
	font-size: 17px;
	line-height: 1.8;
}

.samay-meetings-gallery {
	display: grid;
	grid-template-columns: 1.28fr .72fr;
	grid-template-rows: 490px;
	gap: 16px;
}

.samay-meetings-gallery figure {
	margin: 0;
	overflow: hidden;
	background: var(--samay-meetings-midnight);
	box-shadow: 0 22px 50px rgba(13, 42, 56, .13);
}

.samay-meetings-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease;
}

.samay-meetings-gallery figure:hover img {
	transform: scale(1.035);
}

.samay-meetings-cta {
	padding: 110px 0 70px;
	background: var(--samay-meetings-blue);
	color: #fff;
}

.samay-meetings-cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
	gap: 80px;
	align-items: end;
	padding-bottom: 72px;
}

.samay-meetings-cta h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: clamp(43px, 5.2vw, 72px);
}

.samay-meetings-cta-grid p {
	margin: 0 0 28px;
	color: rgba(255, 255, 255, .74);
	font-size: 17px;
	line-height: 1.75;
}

.samay-meetings-contact-list {
	display: grid;
	grid-template-columns: .95fr .9fr 1fr 1.4fr;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.samay-meetings-contact-list a {
	display: block;
	min-width: 0;
	padding: 32px 24px 0;
	color: #fff !important;
	font-size: 13px;
	line-height: 1.5;
	text-decoration: none !important;
	word-break: break-word;
}

.samay-meetings-contact-list a:first-child {
	padding-left: 0;
}

.samay-meetings-contact-list a + a {
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.samay-meetings-contact-list span {
	display: block;
	margin-bottom: 9px;
	color: var(--samay-meetings-copper);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

@media (max-width: 980px) {
	.samay-meetings-intro-grid,
	.samay-meetings-hospitality-grid,
	.samay-meetings-cta-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.samay-meetings-pillar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.samay-meetings-signature {
		grid-template-columns: 1fr;
	}

	.samay-meetings-signature-image {
		min-height: 540px;
	}

	.samay-meetings-contact-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.samay-meetings-contact-list a,
	.samay-meetings-contact-list a:first-child {
		padding: 27px 22px;
	}

	.samay-meetings-contact-list a:nth-child(3) {
		border-top: 1px solid rgba(255, 255, 255, .2);
		border-left: 0;
	}

	.samay-meetings-contact-list a:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
}

@media (max-width: 700px) {
	.samay-meetings-shell {
		width: min(100% - 32px, 1180px);
	}

	.samay-meetings-hero {
		min-height: 610px;
		padding: 120px 0 72px;
		background-position: 39% center;
	}

	.samay-meetings-hero p,
	.samay-meetings-intro-copy .samay-meetings-lead {
		font-size: 17px;
	}

	.samay-meetings-intro,
	.samay-meetings-mice,
	.samay-meetings-services,
	.samay-meetings-hospitality {
		padding: 84px 0;
	}

	.samay-meetings-intro-image {
		padding: 0 0 26px 22px;
	}

	.samay-meetings-intro-image img {
		height: 390px;
	}

	.samay-meetings-pillar-grid,
	.samay-meetings-service-grid,
	.samay-meetings-contact-list {
		grid-template-columns: 1fr;
	}

	.samay-meetings-pillar-grid article,
	.samay-meetings-service-grid article {
		min-height: 0;
		padding: 32px 27px;
	}

	.samay-meetings-pillar-grid article > span {
		margin-bottom: 25px;
	}

	.samay-meetings-signature-image {
		min-height: 410px;
	}

	.samay-meetings-signature-copy {
		padding: 74px 24px;
	}

	.samay-meetings-gallery {
		grid-template-columns: 1fr;
		grid-template-rows: 320px 360px;
	}

	.samay-meetings-cta {
		padding: 84px 0 35px;
	}

	.samay-meetings-contact-list a,
	.samay-meetings-contact-list a:first-child {
		padding: 24px 0;
	}

	.samay-meetings-contact-list a + a,
	.samay-meetings-contact-list a:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, .2);
		border-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.samay-meetings *,
	.samay-meetings *::before,
	.samay-meetings *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
