/* Lavrentyeva case — editorial / literary case landing */

.lv-case {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #303030;
	background: #faf9f7;
	min-width: 320px;
	overflow-x: hidden;
}

.lv-case *,
.lv-case *::before,
.lv-case *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lv-case img {
	display: block;
	max-width: 100%;
	height: auto;
}

.lv-case a {
	color: #7e9094;
}

.lv-case a:hover {
	color: #5f6f73;
}

.lv-case h1,
.lv-case h2,
.lv-case h3,
.lv-case p {
	margin-top: 0;
}

.lv-case h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -.01em;
	margin-bottom: 1rem;
}

.lv-case h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: .5rem;
}

.lv-wrap {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.lv-eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #7e9094;
}

/* Masthead */
.lv-masthead {
	padding: 72px 0 56px;
	background:
		radial-gradient(ellipse at 20% 0%, rgba(126, 144, 148, .08), transparent 55%),
		#faf9f7;
	border-bottom: 1px solid rgba(48, 48, 48, .08);
}

.lv-masthead__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 48px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lv-masthead__mark {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	color: #5a5a5a;
}

.lv-masthead__mark img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.lv-masthead h1 {
	margin: 0 0 20px;
}

.lv-masthead__name {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -.02em;
}

.lv-masthead__line {
	display: block;
	margin-top: 10px;
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 500;
	color: #7e9094;
	letter-spacing: .01em;
}

.lv-masthead__lead {
	max-width: 38em;
	margin: 0 0 28px;
	color: #5a5a5a;
}

.lv-masthead__actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
}

.lv-btn {
	display: inline-block;
	padding: 14px 22px;
	background: #303030;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .03em;
	-webkit-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}

.lv-btn:hover {
	background: #7e9094;
	color: #fff !important;
}

.lv-masthead__meta {
	font-size: 13px;
	color: #9e9e9e;
	letter-spacing: .04em;
}

.lv-masthead__folio {
	margin: 0;
	background: #fff;
	padding: 14px 14px 18px;
	-webkit-box-shadow: 0 24px 60px rgba(48, 48, 48, .12);
	box-shadow: 0 24px 60px rgba(48, 48, 48, .12);
	border: 1px solid rgba(48, 48, 48, .06);
}

.lv-masthead__folio img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center top;
}

.lv-masthead__folio figcaption {
	margin-top: 12px;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #9e9e9e;
	text-align: center;
}

/* Chapters */
.lv-chapters {
	padding: 80px 0;
	background: #fff;
}

.lv-chapters__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 36px;
	border-top: 1px solid rgba(48, 48, 48, .12);
}

.lv-chapter {
	padding: 28px 22px 8px 8px;
	border-right: 1px solid rgba(48, 48, 48, .12);
}

.lv-chapter:last-child {
	border-right: 0;
	padding-right: 0;
}

.lv-chapter:first-child {
	padding-left: 0;
}

.lv-chapter__roman {
	display: block;
	margin-bottom: 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-style: italic;
	color: #7e9094;
}

.lv-chapter p {
	margin: 0;
	font-size: 14px;
	color: #5a5a5a;
}

/* TOC index */
.lv-index {
	padding: 80px 0;
	background: #f3f1ed;
}

.lv-index__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr);
	gap: 56px;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
}

.lv-index__intro p:last-child {
	margin-bottom: 0;
	color: #5a5a5a;
}

.lv-toc {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lv-toc li {
	display: grid;
	grid-template-columns: 48px minmax(auto, max-content) 1fr minmax(120px, auto);
	gap: 12px;
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
	padding: 18px 0;
	border-bottom: 1px solid rgba(48, 48, 48, .14);
	margin: 0;
}

.lv-toc__num {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	color: #7e9094;
}

.lv-toc__title {
	font-size: 20px;
	font-weight: 600;
}

.lv-toc__dots {
	border-bottom: 1px dotted rgba(48, 48, 48, .35);
	margin-bottom: 6px;
	min-width: 24px;
}

.lv-toc__note {
	font-size: 13px;
	color: #9e9e9e;
	text-align: right;
}

/* Spreads */
.lv-spreads {
	background: #fff;
}

.lv-spread {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	min-height: 520px;
}

.lv-spread--flip {
	grid-template-columns: .85fr 1.15fr;
}

.lv-spread--flip .lv-spread__shot {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.lv-spread--flip .lv-spread__text {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.lv-spread__shot {
	background: #eceae6;
	overflow: hidden;
}

.lv-spread__shot img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	object-position: top center;
}

.lv-spread__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: clamp(32px, 6vw, 72px);
	background: #faf9f7;
}

.lv-spread__tag {
	display: block;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #7e9094;
}

.lv-spread__text p {
	margin: 0;
	color: #5a5a5a;
	max-width: 34em;
}

/* Tone + slides */
.lv-tone {
	padding: 80px 0;
	background: #303030;
	color: #f2f2f2;
}

.lv-tone .lv-eyebrow {
	color: #9e9e9e;
}

.lv-tone h2 {
	color: #fff;
}

.lv-tone__grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: 48px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lv-tone__copy p {
	color: #cfcfcf;
}

.lv-tone__copy b {
	color: #fff;
	font-weight: 600;
}

.lv-swatches {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.lv-swatches li {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, .1);
}

.lv-slides {
	position: relative;
	overflow: hidden;
	background: #1c1c1c;
}

.lv-slides__track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: transform .45s ease;
	-o-transition: transform .45s ease;
	transition: transform .45s ease;
}

.lv-slides__slide {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
}

.lv-slides__slide img {
	width: 100%;
	height: clamp(280px, 42vw, 480px);
	object-fit: cover;
}

.lv-slides__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92) url(../img/svg/right-arrow.svg) center / 16px no-repeat;
	cursor: pointer;
	opacity: .9;
}

.lv-slides__nav--next {
	right: 14px;
}

.lv-slides__nav--prev {
	left: 14px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.lv-slides__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
}

.lv-slides__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	cursor: pointer;
}

.lv-slides__dot.is-active {
	background: #7e9094;
}

.lv-tone__caption {
	margin: 14px 0 0;
	font-size: 13px;
	color: #9e9e9e;
}

/* Care / colophon */
.lv-care {
	padding: 80px 0;
	background: #fff;
}

.lv-care__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	margin-top: 36px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lv-care__col {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 18px;
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
}

.lv-phone {
	margin: 0;
	border-radius: 28px;
	overflow: hidden;
	-webkit-box-shadow: 0 20px 50px rgba(48, 48, 48, .18);
	box-shadow: 0 20px 50px rgba(48, 48, 48, .18);
}

.lv-desk {
	margin: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 20px 50px rgba(48, 48, 48, .12);
	box-shadow: 0 20px 50px rgba(48, 48, 48, .12);
}

.lv-care__sheet {
	border-top: 1px solid rgba(48, 48, 48, .16);
}

.lv-care__row {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(48, 48, 48, .12);
	font-size: 14px;
}

.lv-care__row span:first-child {
	color: #9e9e9e;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 11px;
	font-weight: 600;
	padding-top: 3px;
}

.lv-care__note {
	margin: 20px 0 0;
	font-size: 14px;
	color: #5a5a5a;
}

/* Closing */
.lv-closing {
	padding: 80px 0 0;
	background: #f3f1ed;
}

.lv-closing__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
	gap: 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 48px;
}

.lv-closing__copy p {
	color: #5a5a5a;
}

.lv-closing__link a {
	font-weight: 600;
}

.lv-closing .sa-logo {
	max-width: 260px;
	justify-self: end;
}

.lv-closing__cta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	padding: 28px 0;
	border-top: 1px solid rgba(48, 48, 48, .14);
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.lv-closing__cta p {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(18px, 2.4vw, 24px);
	font-style: italic;
	color: #303030;
}

.lv-closing__cta a {
	display: inline-block;
	padding: 14px 22px;
	background: #303030;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.lv-closing__cta a:hover {
	background: #7e9094;
}

/* Floating CTA base (brand.css overrides colors) */
.all-cases {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 20px;
	right: -300px;
	height: 52px;
	z-index: 100;
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .18);
	box-shadow: 0 0 40px rgba(0, 0, 0, .18);
}

.all-cases,
.all-cases:hover,
.all-cases:focus,
.all-cases span {
	color: #fff !important;
}

.all-cases:hover {
	text-decoration: none !important;
}

.all-cases.active {
	right: 20px;
}

@media (max-width: 991.98px) {
	.lv-masthead__grid,
	.lv-index__grid,
	.lv-tone__grid,
	.lv-care__grid,
	.lv-closing__grid,
	.lv-spread,
	.lv-spread--flip {
		grid-template-columns: 1fr;
	}

	.lv-chapters__list {
		grid-template-columns: 1fr 1fr;
	}

	.lv-chapter:nth-child(2) {
		border-right: 0;
	}

	.lv-chapter:nth-child(3),
	.lv-chapter:nth-child(4) {
		border-top: 1px solid rgba(48, 48, 48, .12);
	}

	.lv-spread--flip .lv-spread__shot,
	.lv-spread--flip .lv-spread__text {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.lv-spread__shot img {
		min-height: 320px;
	}

	.lv-toc li {
		grid-template-columns: 40px 1fr;
		gap: 8px 12px;
	}

	.lv-toc__dots {
		display: none;
	}

	.lv-toc__note {
		grid-column: 2;
		text-align: left;
	}

	.lv-closing .sa-logo {
		justify-self: start;
	}

	.lv-closing__cta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 767.98px) {
	.lv-masthead {
		padding: 48px 0 36px;
	}

	.lv-chapters,
	.lv-index,
	.lv-tone,
	.lv-care {
		padding: 56px 0;
	}

	.lv-chapters__list {
		grid-template-columns: 1fr;
	}

	.lv-chapter {
		border-right: 0;
		border-bottom: 1px solid rgba(48, 48, 48, .12);
		padding: 22px 0;
	}

	.lv-chapter:last-child {
		border-bottom: 0;
	}

	.lv-care__col {
		grid-template-columns: 110px 1fr;
	}

	.lv-care__row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.all-cases {
		width: 100%;
		top: -100px;
		right: 0;
		border-radius: 0;
	}

	.all-cases.active {
		top: 0;
		right: 0;
	}
}
