.ysl-contact-pattern {
	padding: 86px 0 100px;
}

.ysl-contact-grid {
	align-items: stretch;
	gap: 28px;
	margin-bottom: 54px;
}

.ysl-contact-card {
	height: 100%;
	padding: 40px;
	border: 1px solid var(--ysl-line);
	background: var(--ysl-white);
	box-shadow: 0 18px 45px rgba(8, 4, 5, 0.06);
}

.ysl-contact-card h2,
.ysl-buyer-note h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 1.08;
	letter-spacing: 0;
}

.ysl-lead {
	color: var(--ysl-muted);
	font-size: 17px;
	line-height: 1.75;
}

.ysl-contact-list {
	display: grid;
	gap: 18px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.ysl-contact-list li {
	padding-top: 18px;
	border-top: 1px solid var(--ysl-line);
	color: var(--ysl-muted);
	line-height: 1.6;
}

.ysl-contact-list strong {
	color: var(--ysl-ink);
	font-size: 12px;
	text-transform: uppercase;
}

.ysl-contact-list a {
	color: var(--ysl-ink);
	font-weight: 800;
}

.ysl-contact-list a:hover {
	color: var(--ysl-orange);
}

.ysl-form-shortcode form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.ysl-form-shortcode input,
.ysl-form-shortcode select,
.ysl-form-shortcode textarea {
	width: 100%;
	min-height: 52px;
	padding: 0 15px;
	border: 1px solid var(--ysl-line);
	border-radius: 0;
	background: #fff;
	color: var(--ysl-ink);
	font: inherit;
}

.ysl-form-shortcode textarea {
	grid-column: 1 / -1;
	min-height: 142px;
	padding-top: 15px;
	resize: vertical;
}

.ysl-form-shortcode button,
.ysl-form-shortcode input[type="button"],
.ysl-form-shortcode input[type="submit"] {
	justify-self: start;
	min-height: 52px;
	padding: 0 26px;
	border: 0;
	background: var(--ysl-orange);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.ysl-form-shortcode button:hover,
.ysl-form-shortcode input[type="button"]:hover,
.ysl-form-shortcode input[type="submit"]:hover {
	background: var(--ysl-orange-dark);
}

.ysl-contact-form-card .naibabiji-contact-form-wrapper {
	margin-top: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ysl-contact-form-card .naibabiji-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 18px;
	margin: 0;
	padding: 30px;
	border: 1px solid var(--ysl-line);
	background: #fbfaf8;
}

.ysl-contact-form-card .naib-field-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

.ysl-contact-form-card .naib-field-full,
.ysl-contact-form-card .naib-form-actions,
.ysl-contact-form-card .naib-form-status {
	grid-column: 1 / -1;
}

.ysl-contact-form-card .naib-label {
	margin: 0;
	color: var(--ysl-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.ysl-contact-form-card .required {
	color: var(--ysl-orange);
}

.ysl-contact-form-card .naib-input,
.ysl-contact-form-card .naib-textarea {
	width: 100%;
	border: 1px solid #dedad4;
	border-radius: 0;
	background: var(--ysl-white);
	color: var(--ysl-ink);
	font: inherit;
	font-size: 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ysl-contact-form-card .naib-input {
	min-height: 50px;
	padding: 0 16px;
}

.ysl-contact-form-card .naib-textarea {
	min-height: 132px;
	padding: 14px 16px;
	resize: vertical;
}

.ysl-contact-form-card .naib-input:focus,
.ysl-contact-form-card .naib-textarea:focus {
	outline: 0;
	border-color: var(--ysl-orange);
	box-shadow: 0 0 0 3px rgba(239, 108, 19, 0.12);
}

.ysl-contact-form-card .naib-form-actions {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.ysl-contact-form-card .naib-b2b-btn,
.ysl-contact-form-card .naibabiji-b2b-contact-submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	min-height: 52px;
	padding: 0 30px;
	border: 0;
	border-radius: 0;
	background: var(--ysl-orange);
	color: var(--ysl-white);
	font-size: 15px;
	font-weight: 900;
	box-shadow: 0 12px 24px rgba(239, 108, 19, 0.22);
}

.ysl-contact-form-card .naib-b2b-btn:hover,
.ysl-contact-form-card .naibabiji-b2b-contact-submit-button:hover {
	background: var(--ysl-orange-dark);
	color: var(--ysl-white);
}

.ysl-contact-form-card .naib-form-status {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid var(--ysl-line);
	background: var(--ysl-white);
	color: var(--ysl-muted);
	font-size: 13px;
}

.ysl-contact-form-card #naibabiji-b2b-contact-success {
	margin-top: 18px;
	padding: 20px;
	border: 1px solid rgba(239, 108, 19, 0.25);
	background: #fff7f0;
	color: var(--ysl-ink);
	text-align: center;
}

.ysl-form-note {
	margin-bottom: 0;
	color: var(--ysl-muted);
	font-size: 13px;
}

.ysl-buyer-note {
	padding: 44px;
	background: var(--ysl-ink);
	color: rgba(255, 255, 255, 0.72);
}

.ysl-buyer-note h2 {
	max-width: 860px;
	color: #fff;
}

.ysl-buyer-note p:last-child {
	max-width: 860px;
	margin-bottom: 0;
	line-height: 1.8;
}

.ysl-about-pattern {
	padding: 72px 0 100px;
}

.ysl-about-pattern > .wp-block-group__inner-container {
	width: 100%;
	max-width: none;
}

.ysl-about-profile {
	width: min(var(--ysl-container), calc(100% - 80px));
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	gap: 70px;
	margin-bottom: 74px;
}

.ysl-about-profile > .wp-block-column:first-child {
	flex-basis: 54% !important;
}

.ysl-about-profile > .wp-block-column:last-child {
	flex-basis: 46% !important;
}

.ysl-about-profile h2,
.ysl-video-feature h2,
.ysl-brand-belief h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	line-height: 1.06;
	letter-spacing: 0;
}

.ysl-about-profile p:not(.ysl-section-eyebrow),
.ysl-video-feature p:not(.ysl-section-eyebrow),
.ysl-brand-belief p:not(.ysl-section-eyebrow) {
	color: var(--ysl-muted);
	line-height: 1.78;
}

.ysl-media-stack,
.ysl-video-collage,
.ysl-video-placeholder,
.ysl-video-placeholder > .wp-block-group__inner-container {
	width: 100%;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.ysl-media-stack,
.ysl-video-collage {
	display: block;
}

.ysl-media-stack {
	isolation: isolate;
	position: relative;
}

.ysl-media-stack::before {
	content: "";
	position: absolute;
	right: -22px;
	top: 30px;
	z-index: -1;
	width: 72%;
	height: 78%;
	border: 1px solid var(--ysl-wood);
	pointer-events: none;
}

.ysl-media-stack > .wp-block-group__inner-container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	align-items: center;
	gap: 20px;
}

.ysl-media-stack > .wp-block-group__inner-container > *,
.ysl-video-collage > .wp-block-group__inner-container > *,
.ysl-video-placeholder figure {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.ysl-media-stack figure,
.ysl-video-collage figure,
.ysl-media-stack .wp-block-image,
.ysl-video-collage .wp-block-image,
.ysl-video-collage .wp-block-video {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0;
}

.ysl-media-stack img,
.ysl-video-collage img,
.ysl-video-collage video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ysl-media-stack figure:first-child img {
	aspect-ratio: 1 / 1.04;
}

.ysl-media-stack figure:last-child img {
	aspect-ratio: 1 / 1.42;
}

.ysl-video-feature {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	align-items: center;
	gap: 50px;
	margin-bottom: 70px;
	padding: 70px max(40px, calc((100% - var(--ysl-container)) / 2));
	background: var(--ysl-paper);
}

.ysl-video-feature > .wp-block-column:first-child {
	flex-basis: 52% !important;
}

.ysl-video-feature > .wp-block-column:last-child {
	flex-basis: 48% !important;
}

.ysl-video-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.ysl-video-points li {
	padding: 10px 13px;
	background: var(--ysl-white);
	border: 1px solid var(--ysl-line);
	color: var(--ysl-ink);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ysl-video-collage > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.82fr);
	gap: 16px;
}

.ysl-video-placeholder {
	position: relative;
	min-height: 100%;
}

.ysl-video-placeholder img {
	aspect-ratio: 3 / 4;
}

.ysl-about-video video {
	aspect-ratio: 3 / 4;
	background: var(--ysl-ink);
}

.ysl-video-side-images,
.ysl-video-side-images.wp-block-columns {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 0;
}

.ysl-video-side-images .wp-block-column {
	margin: 0;
}

.ysl-video-side-images img {
	aspect-ratio: 4 / 3;
}

.ysl-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 72px !important;
	max-width: 72px !important;
	height: 72px;
	margin: -36px 0 0 -36px !important;
	border-radius: 50%;
	background: var(--ysl-orange);
	box-shadow: 0 18px 35px rgba(8, 4, 5, 0.28);
}

.ysl-video-play::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 19px solid #fff;
}

.ysl-value-grid {
	width: min(var(--ysl-container), calc(100% - 80px));
	margin-left: auto;
	margin-right: auto;
	gap: 24px;
	margin-bottom: 70px;
}

.ysl-value-card {
	height: 100%;
	padding: 32px;
	border: 1px solid var(--ysl-line);
	background: var(--ysl-white);
	box-shadow: 0 18px 45px rgba(8, 4, 5, 0.05);
}

.ysl-card-label {
	margin: 0 0 13px;
	color: var(--ysl-orange);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ysl-value-card h3 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: 0;
}

.ysl-value-card p:last-child {
	margin-bottom: 0;
	color: var(--ysl-muted);
	line-height: 1.7;
}

.ysl-brand-belief {
	width: min(var(--ysl-container), calc(100% - 80px));
	margin-left: auto;
	margin-right: auto;
	padding: 48px;
	background: var(--ysl-ink);
	color: rgba(255, 255, 255, 0.72);
	box-shadow: 12px 12px 0 rgba(239, 108, 19, 0.16);
}

.ysl-brand-belief h2 {
	max-width: 920px;
	color: #fff;
}

.ysl-brand-belief p:last-child {
	max-width: 880px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
}

.ysl-advantages-pattern {
	padding: 72px 0 100px;
}

.ysl-advantages-pattern > .wp-block-group__inner-container {
	width: 100%;
	max-width: none;
}

.ysl-advantages-intro,
.ysl-customer-section,
.ysl-advantages-proof {
	width: min(var(--ysl-container), calc(100% - 80px));
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	gap: 70px;
}

.ysl-advantages-intro {
	margin-bottom: 54px;
}

.ysl-customer-section,
.ysl-advantages-proof {
	margin-bottom: 74px;
}

.ysl-advantages-intro h2,
.ysl-customer-section h2,
.ysl-capability-band h2,
.ysl-advantages-proof h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	line-height: 1.06;
	letter-spacing: 0;
}

.ysl-advantages-intro p:not(.ysl-section-eyebrow),
.ysl-customer-section p:not(.ysl-section-eyebrow),
.ysl-capability-band p:not(.ysl-section-eyebrow),
.ysl-advantages-proof p:not(.ysl-section-eyebrow) {
	color: var(--ysl-muted);
	line-height: 1.78;
}

.ysl-advantages-image-card,
.ysl-customer-logo-board {
	position: relative;
	padding: 22px;
	background: var(--ysl-white);
	box-shadow: 0 18px 45px rgba(8, 4, 5, 0.08);
}

.ysl-advantages-image-card::before,
.ysl-customer-logo-board::before {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -18px;
	z-index: -1;
	width: 72%;
	height: 72%;
	border: 1px solid var(--ysl-wood);
	pointer-events: none;
}

.ysl-advantages-image-card,
.ysl-customer-logo-board,
.ysl-advantages-image-card figure,
.ysl-customer-logo-board figure,
.ysl-advantages-proof figure {
	margin: 0;
}

.ysl-advantages-image-card img {
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
}

.ysl-customer-logo-board img {
	width: 100%;
	height: auto;
}

.ysl-advantages-stats {
	width: min(var(--ysl-container), calc(100% - 80px));
	margin: 0 auto 74px;
	gap: 24px;
}

.ysl-stat-card {
	height: 100%;
	padding: 30px 26px;
	border-top: 3px solid var(--ysl-orange);
	background: var(--ysl-paper);
}

.ysl-stat-card h3 {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 0;
}

.ysl-stat-card p {
	margin: 0;
	color: var(--ysl-muted);
	font-size: 14px;
	line-height: 1.55;
}

.ysl-capability-band {
	width: 100%;
	max-width: none !important;
	margin: 0 0 74px;
	padding: 72px max(40px, calc((100% - var(--ysl-container)) / 2));
	background: var(--ysl-ink);
	color: rgba(255, 255, 255, 0.72);
}

.ysl-capability-band > .wp-block-group__inner-container {
	width: 100%;
	max-width: none;
}

.ysl-capability-band .ysl-section-eyebrow,
.ysl-capability-band h2 {
	color: #fff;
}

.ysl-capability-grid {
	align-items: flex-start;
	gap: 70px;
	margin-bottom: 36px;
}

.ysl-capability-cards {
	gap: 24px;
}

.ysl-capability-card {
	height: 100%;
	padding: 32px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.ysl-capability-card h3 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.12;
	letter-spacing: 0;
	color: #fff;
}

.ysl-capability-card p:last-child {
	margin-bottom: 0;
}

.ysl-advantages-proof img {
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
}

.ysl-showroom-pattern {
	padding: 72px 0 100px;
}

.ysl-showroom-pattern > .wp-block-group__inner-container {
	width: 100%;
	max-width: none;
}

.ysl-showroom-hero,
.ysl-showroom-capabilities,
.ysl-showroom-process,
.ysl-showroom-cta {
	width: min(var(--ysl-container), calc(100% - 80px));
	margin-left: auto;
	margin-right: auto;
}

.ysl-showroom-hero,
.ysl-showroom-process {
	align-items: center;
	gap: 70px;
}

.ysl-showroom-hero {
	margin-bottom: 74px;
}

.ysl-showroom-capabilities,
.ysl-showroom-process {
	margin-bottom: 74px;
}

.ysl-showroom-hero h2,
.ysl-showroom-process h2,
.ysl-showroom-cta h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	line-height: 1.06;
	letter-spacing: 0;
}

.ysl-showroom-hero p:not(.ysl-section-eyebrow),
.ysl-showroom-card p,
.ysl-showroom-process p:not(.ysl-section-eyebrow),
.ysl-showroom-list,
.ysl-showroom-cta p:not(.ysl-section-eyebrow) {
	color: var(--ysl-muted);
	line-height: 1.78;
}

.ysl-showroom-feature-image {
	position: relative;
	isolation: isolate;
	margin: 0;
}

.ysl-showroom-feature-image::before {
	content: "";
	position: absolute;
	right: -22px;
	top: 30px;
	z-index: -1;
	width: 72%;
	height: 78%;
	border: 1px solid var(--ysl-wood);
	pointer-events: none;
}

.ysl-showroom-feature-image figure,
.ysl-showroom-gallery figure,
.ysl-showroom-process figure {
	margin: 0;
}

.ysl-showroom-feature-image img,
.ysl-showroom-gallery img,
.ysl-showroom-process img {
	width: 100%;
	object-fit: cover;
}

.ysl-showroom-feature-image img {
	aspect-ratio: 4 / 3;
}

.ysl-showroom-gallery-band {
	width: 100%;
	max-width: none !important;
	margin: 0 0 74px;
	padding: 72px max(40px, calc((100% - var(--ysl-container)) / 2));
	background: var(--ysl-paper);
}

.ysl-showroom-gallery-band > .wp-block-group__inner-container {
	width: 100%;
	max-width: none;
}

.ysl-showroom-gallery {
	gap: 22px;
}

.ysl-showroom-gallery img {
	aspect-ratio: 4 / 3;
}

.ysl-showroom-card {
	height: 100%;
	padding: 32px;
	border: 1px solid var(--ysl-line);
	background: var(--ysl-white);
	box-shadow: 0 18px 45px rgba(8, 4, 5, 0.05);
}

.ysl-showroom-card h3 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.12;
	letter-spacing: 0;
}

.ysl-showroom-card p:last-child {
	margin-bottom: 0;
}

.ysl-showroom-process img {
	aspect-ratio: 1 / 1;
}

.ysl-showroom-list {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.ysl-showroom-list li {
	position: relative;
	margin-bottom: 14px;
	padding-left: 28px;
}

.ysl-showroom-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 12px;
	height: 2px;
	background: var(--ysl-orange);
}

.ysl-showroom-cta {
	padding: 48px;
	background: var(--ysl-ink);
	color: rgba(255, 255, 255, 0.72);
	box-shadow: 12px 12px 0 rgba(239, 108, 19, 0.16);
}

.ysl-showroom-cta h2 {
	max-width: 920px;
	color: #fff;
}

.ysl-showroom-cta p:not(.ysl-section-eyebrow) {
	max-width: 860px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
}

.ysl-showroom-cta-actions {
	margin-top: 28px;
}

.ysl-showroom-contact-button .wp-block-button__link {
	padding: 14px 24px;
	border-radius: 0;
	background: var(--ysl-orange);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.ysl-showroom-contact-button .wp-block-button__link:hover,
.ysl-showroom-contact-button .wp-block-button__link:focus {
	background: var(--ysl-orange-dark);
	color: #fff;
}

.ysl-why-pattern {
	padding: 72px 0 100px;
}

.ysl-why-pattern > .wp-block-group__inner-container {
	width: 100%;
	max-width: none;
}

.ysl-why-hero,
.ysl-why-metrics,
.ysl-why-capability-band,
.ysl-why-service-grid,
.ysl-why-proof {
	width: min(var(--ysl-container), calc(100% - 80px));
	margin-left: auto;
	margin-right: auto;
}

.ysl-why-hero,
.ysl-why-capability-band,
.ysl-why-proof-inner {
	align-items: center;
	gap: 70px;
}

.ysl-why-hero,
.ysl-why-metrics,
.ysl-why-capability-band,
.ysl-why-service-grid {
	margin-bottom: 74px;
}

.ysl-why-hero h2,
.ysl-why-capability-band h2,
.ysl-why-proof h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	line-height: 1.06;
	letter-spacing: 0;
}

.ysl-why-hero p:not(.ysl-section-eyebrow),
.ysl-why-capability-band p:not(.ysl-section-eyebrow),
.ysl-why-service-card p,
.ysl-why-proof p:not(.ysl-section-eyebrow) {
	color: var(--ysl-muted);
	line-height: 1.78;
}

.ysl-why-hero-image {
	position: relative;
	isolation: isolate;
	margin: 0;
}

.ysl-why-hero-image::before {
	content: "";
	position: absolute;
	right: -22px;
	top: 30px;
	z-index: -1;
	width: 72%;
	height: 78%;
	border: 1px solid var(--ysl-wood);
	pointer-events: none;
}

.ysl-why-hero-image figure,
.ysl-why-capability-band figure,
.ysl-why-proof figure {
	margin: 0;
}

.ysl-why-hero-image img,
.ysl-why-capability-band img,
.ysl-why-proof img {
	width: 100%;
	object-fit: cover;
}

.ysl-why-hero-image img {
	aspect-ratio: 4 / 3;
}

.ysl-why-metrics {
	gap: 24px;
}

.ysl-why-metric-card,
.ysl-why-service-card {
	height: 100%;
	padding: 32px;
	border: 1px solid var(--ysl-line);
	background: var(--ysl-white);
	box-shadow: 0 18px 45px rgba(8, 4, 5, 0.05);
}

.ysl-why-metric-card--dark {
	background: var(--ysl-ink);
	color: rgba(255, 255, 255, 0.72);
}

.ysl-why-metric-card h3 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 1.05;
	letter-spacing: 0;
}

.ysl-why-metric-card--dark h3 {
	color: #fff;
}

.ysl-why-metric-card p:last-child,
.ysl-why-service-card p:last-child {
	margin-bottom: 0;
	color: var(--ysl-muted);
	line-height: 1.7;
}

.ysl-why-metric-card--dark p:last-child {
	color: rgba(255, 255, 255, 0.72);
}

.ysl-why-capability-band {
	padding: 54px;
	background: var(--ysl-paper);
}

.ysl-why-capability-band img {
	aspect-ratio: 1 / 1;
}

.ysl-why-service-grid {
	gap: 24px;
}

.ysl-why-service-card h3 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.12;
	letter-spacing: 0;
}

.ysl-why-proof {
	padding: 48px;
	background: var(--ysl-ink);
	color: rgba(255, 255, 255, 0.72);
	box-shadow: 12px 12px 0 rgba(239, 108, 19, 0.16);
}

.ysl-why-proof h2 {
	color: #fff;
}

.ysl-why-proof p:not(.ysl-section-eyebrow) {
	color: rgba(255, 255, 255, 0.72);
}

.ysl-why-proof img {
	aspect-ratio: 4 / 3;
}


@media (max-width: 720px) {
	.ysl-contact-pattern {
		padding: 54px 0 70px;
	}

	.ysl-contact-card,
	.ysl-buyer-note,
	.ysl-brand-belief {
		padding: 28px;
	}

	.ysl-form-shortcode form {
		grid-template-columns: 1fr;
	}

	.ysl-contact-form-card .naibabiji-contact-form {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.ysl-contact-form-card .naib-b2b-btn,
	.ysl-contact-form-card .naibabiji-b2b-contact-submit-button {
		width: 100%;
	}

	.ysl-about-pattern {
		padding: 54px 0 70px;
	}

	.ysl-about-profile,
	.ysl-video-feature {
		gap: 30px;
		margin-bottom: 48px;
	}

	.ysl-about-profile,
	.ysl-advantages-intro,
	.ysl-advantages-stats,
	.ysl-customer-section,
	.ysl-advantages-proof,
	.ysl-showroom-hero,
	.ysl-showroom-capabilities,
	.ysl-showroom-process,
	.ysl-showroom-cta,
	.ysl-why-hero,
	.ysl-why-metrics,
	.ysl-why-capability-band,
	.ysl-why-service-grid,
	.ysl-why-proof,
	.ysl-value-grid,
	.ysl-brand-belief {
		width: min(var(--ysl-container), calc(100% - 40px));
	}

	.ysl-advantages-pattern {
		padding: 54px 0 70px;
	}

	.ysl-advantages-intro,
	.ysl-customer-section,
	.ysl-advantages-proof,
	.ysl-capability-grid {
		gap: 30px;
		margin-bottom: 48px;
	}

	.ysl-advantages-stats,
	.ysl-capability-cards {
		gap: 18px;
		margin-bottom: 48px;
	}

	.ysl-capability-band {
		margin-bottom: 48px;
		padding: 54px 20px;
	}

	.ysl-showroom-pattern {
		padding: 54px 0 70px;
	}

	.ysl-showroom-hero,
	.ysl-showroom-capabilities,
	.ysl-showroom-process {
		gap: 30px;
		margin-bottom: 48px;
	}

	.ysl-showroom-gallery-band {
		margin-bottom: 48px;
		padding: 54px 20px;
	}

	.ysl-showroom-gallery {
		gap: 18px;
	}

	.ysl-showroom-cta {
		padding: 28px;
	}

	.ysl-why-pattern {
		padding: 54px 0 70px;
	}

	.ysl-why-hero,
	.ysl-why-metrics,
	.ysl-why-capability-band,
	.ysl-why-service-grid,
	.ysl-why-proof-inner {
		gap: 30px;
		margin-bottom: 48px;
	}

	.ysl-why-capability-band,
	.ysl-why-proof {
		padding: 28px;
	}

	.ysl-video-feature {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ysl-about-profile h2,
	.ysl-video-feature h2,
	.ysl-advantages-intro h2,
	.ysl-customer-section h2,
	.ysl-capability-band h2,
	.ysl-advantages-proof h2,
	.ysl-showroom-hero h2,
	.ysl-showroom-process h2,
	.ysl-showroom-cta h2,
	.ysl-why-hero h2,
	.ysl-why-capability-band h2,
	.ysl-why-proof h2,
	.ysl-brand-belief h2 {
		font-size: 34px;
	}

	.ysl-media-stack,
	.ysl-media-stack > .wp-block-group__inner-container,
	.ysl-video-collage,
	.ysl-video-collage > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.ysl-media-stack figure:first-child {
		transform: none;
	}
}
