.samay-press-fam {
	--samay-press-ink: #0b2033;
	--samay-press-deep: #102f48;
	--samay-press-gold: #efb829;
	--samay-press-coral: #e96d50;
	--samay-press-aqua: #4bb2b2;
	--samay-press-paper: #f5f1e8;
	--samay-press-muted: #63727d;
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	isolation: isolate;
	background: #fff;
	color: var(--samay-press-ink);
	font-family: inherit;
}

.samay-press-fam * {
	box-sizing: border-box;
}

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

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

.samay-press-fam-kicker-dark {
	color: var(--samay-press-coral);
}

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

.samay-press-fam h1,
.samay-press-fam h2 {
	margin: 0 0 25px;
	color: var(--samay-press-ink);
	font-size: clamp(44px, 5.8vw, 78px);
	font-weight: 650;
	letter-spacing: -.047em;
	line-height: .98;
}

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

.samay-press-fam-hero {
	position: relative;
	display: flex;
	min-height: 760px;
	align-items: flex-end;
	padding: 160px 0 96px;
	background-image: var(--samay-press-fam-bg);
	background-position: center;
	background-size: cover;
}

.samay-press-fam-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 23, 38, .97) 0%, rgba(5, 23, 38, .78) 42%, rgba(5, 23, 38, .18) 78%),
		linear-gradient(0deg, rgba(5, 23, 38, .66), transparent 55%);
}

.samay-press-fam-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 26%;
	height: 8px;
	background: linear-gradient(90deg, var(--samay-press-gold) 0 33%, var(--samay-press-coral) 33% 66%, var(--samay-press-aqua) 66%);
	content: '';
}

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

.samay-press-fam h1 {
	max-width: 870px;
	color: #fff;
	font-size: clamp(62px, 8.6vw, 118px);
	line-height: .86;
}

.samay-press-fam h1 em {
	color: var(--samay-press-gold);
}

.samay-press-fam-hero p {
	max-width: 690px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, .92);
	font-size: 19px;
	line-height: 1.72;
}

.samay-press-fam-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border: 1px solid var(--samay-press-gold);
	background: var(--samay-press-gold);
	color: var(--samay-press-ink) !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-press-fam-button:hover,
.samay-press-fam-button:focus {
	background: transparent;
	color: #fff !important;
	transform: translateY(-2px);
}

.samay-press-fam-intro {
	position: relative;
	padding: 125px 0;
	background: var(--samay-press-paper);
}

.samay-press-fam-intro::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 590px);
	width: 1px;
	background: rgba(11, 32, 51, .14);
	content: '';
}

.samay-press-fam-intro-grid {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 80px;
}

.samay-press-fam-intro-label {
	padding-top: 8px;
}

.samay-press-fam-intro-label span {
	display: block;
	margin-bottom: 22px;
	color: var(--samay-press-coral);
	font-family: Georgia, serif;
	font-size: 72px;
	line-height: 1;
}

.samay-press-fam-intro-label p {
	margin: 0;
	color: var(--samay-press-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.7;
	text-transform: uppercase;
}

.samay-press-fam-intro-copy {
	max-width: 890px;
}

.samay-press-fam-intro-copy h2 {
	font-size: clamp(46px, 5.5vw, 75px);
}

.samay-press-fam-intro-copy p {
	max-width: 820px;
	margin: 0 0 22px;
	color: var(--samay-press-muted);
	font-size: 17px;
	line-height: 1.82;
}

.samay-press-fam-intro-copy .samay-press-fam-lead {
	color: var(--samay-press-ink);
	font-size: 21px;
}

.samay-press-fam-landscapes {
	padding: 125px 0;
	background: var(--samay-press-ink);
	color: #fff;
}

.samay-press-fam-heading {
	max-width: 930px;
	margin-bottom: 60px;
}

.samay-press-fam-heading h2 {
	font-size: clamp(44px, 5.2vw, 70px);
}

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

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

.samay-press-fam-heading-light h2 em {
	color: var(--samay-press-gold);
}

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

.samay-press-fam-story-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, .18);
	border-left: 1px solid rgba(255, 255, 255, .18);
}

.samay-press-fam-story-grid article {
	position: relative;
	min-height: 300px;
	padding: 42px;
	border-right: 1px solid rgba(255, 255, 255, .18);
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	overflow: hidden;
	transition: background .25s ease, transform .25s ease;
}

.samay-press-fam-story-grid article::after {
	position: absolute;
	right: -28px;
	bottom: -40px;
	width: 120px;
	height: 120px;
	border: 24px solid rgba(255, 255, 255, .035);
	border-radius: 50%;
	content: '';
}

.samay-press-fam-story-grid article:hover {
	background: rgba(255, 255, 255, .055);
	transform: translateY(-3px);
}

.samay-press-fam-story-grid article > span {
	display: block;
	margin-bottom: 36px;
	color: var(--samay-press-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.samay-press-fam-story-grid article:nth-child(2) > span {
	color: var(--samay-press-aqua);
}

.samay-press-fam-story-grid article:nth-child(3) > span {
	color: var(--samay-press-coral);
}

.samay-press-fam-story-grid h3 {
	margin: 0 0 17px;
	color: #fff;
	font-size: 27px;
	line-height: 1.25;
}

.samay-press-fam-story-grid p {
	max-width: 470px;
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 16px;
	line-height: 1.74;
}

.samay-press-fam-editorial {
	padding: 125px 0;
	background: #fff;
}

.samay-press-fam-editorial-grid {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 80px;
	align-items: start;
}

.samay-press-fam-editorial-mark {
	color: var(--samay-press-aqua);
	font-family: Georgia, serif;
	font-size: 230px;
	line-height: .75;
	text-align: center;
}

.samay-press-fam-editorial h2 {
	font-size: clamp(45px, 5vw, 69px);
}

.samay-press-fam-editorial p {
	max-width: 820px;
	margin: 0;
	color: var(--samay-press-muted);
	font-size: 19px;
	line-height: 1.82;
}

.samay-press-fam-services {
	padding: 125px 0;
	background: var(--samay-press-paper);
}

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

.samay-press-fam-service-grid article {
	min-height: 260px;
	padding: 42px;
	border-right: 1px solid #d8d1c5;
	border-bottom: 1px solid #d8d1c5;
	background: rgba(255, 255, 255, .28);
	transition: background .25s ease, transform .25s ease;
}

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

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

.samay-press-fam-service-grid h3 {
	margin: 0 0 16px;
	color: var(--samay-press-ink);
	font-size: 25px;
	line-height: 1.25;
}

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

.samay-press-fam-audiences {
	padding: 0;
	background: #fff;
}

.samay-press-fam-audience-grid {
	display: grid;
	width: 100%;
	max-width: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.samay-press-fam-audience-grid article {
	min-height: 520px;
	padding: 105px max(34px, calc((100vw - 1180px) / 2));
	background: var(--samay-press-deep);
	color: #fff;
}

.samay-press-fam-audience-grid article + article {
	background: var(--samay-press-aqua);
}

.samay-press-fam-audience-grid article > span {
	display: block;
	margin-bottom: 28px;
	color: var(--samay-press-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.samay-press-fam-audience-grid article + article > span {
	color: var(--samay-press-ink);
}

.samay-press-fam-audience-grid h2 {
	color: #fff;
	font-size: clamp(42px, 4.5vw, 62px);
}

.samay-press-fam-audience-grid article + article h2 em {
	color: var(--samay-press-ink);
}

.samay-press-fam-audience-grid p {
	max-width: 500px;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 17px;
	line-height: 1.78;
}

.samay-press-fam-cta {
	padding: 115px 0 70px;
	background: var(--samay-press-ink);
	color: #fff;
}

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

.samay-press-fam-cta h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: clamp(44px, 5.4vw, 74px);
}

.samay-press-fam-cta h2 em {
	color: var(--samay-press-gold);
}

.samay-press-fam-cta-grid p {
	margin: 0 0 28px;
	color: rgba(255, 255, 255, .73);
	font-size: 17px;
	line-height: 1.76;
}

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

.samay-press-fam-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-press-fam-contact-list a:first-child {
	padding-left: 0;
}

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

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

@media (max-width: 980px) {
	.samay-press-fam-intro-grid,
	.samay-press-fam-editorial-grid,
	.samay-press-fam-cta-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.samay-press-fam-intro-label {
		display: flex;
		align-items: center;
		gap: 22px;
	}

	.samay-press-fam-intro-label span {
		margin: 0;
	}

	.samay-press-fam-editorial-mark {
		font-size: 150px;
		line-height: .45;
		text-align: left;
	}

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

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

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

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

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

	.samay-press-fam-hero {
		min-height: 650px;
		padding: 125px 0 72px;
		background-position: 53% center;
	}

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

	.samay-press-fam-intro,
	.samay-press-fam-landscapes,
	.samay-press-fam-editorial,
	.samay-press-fam-services {
		padding: 84px 0;
	}

	.samay-press-fam-story-grid,
	.samay-press-fam-service-grid,
	.samay-press-fam-audience-grid,
	.samay-press-fam-contact-list {
		grid-template-columns: 1fr;
	}

	.samay-press-fam-story-grid article,
	.samay-press-fam-service-grid article {
		min-height: 0;
		padding: 32px 27px;
	}

	.samay-press-fam-audience-grid article {
		min-height: 0;
		padding: 78px 24px;
	}

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

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

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

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