:root {
	--sa-home-navy: #1f2a3d;
	--sa-home-orange: #ec7b2f;
	--sa-home-gold: #cf8d4d;
	--sa-home-cream: #fffaf3;
	--sa-home-muted: #6d7788;
	--sa-home-line: #e4e8ed;
}

body.home .hero-section[data-type="type-1"],
body.home article.page > .entry-header,
body.home .entry-header .page-title {
	display: none !important;
}

body.home .site-main,
body.home .site-main > .ct-container,
body.home .site-main article.page,
body.home .site-main .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.soft-home {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--sa-home-navy);
	background: #fff;
}

.soft-home *,
.soft-home *::before,
.soft-home *::after {
	box-sizing: border-box;
}

.soft-home-inner {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
}

.soft-home-hero {
	padding: clamp(44px, 5vw, 72px) 0;
	background:
		radial-gradient(circle at 88% 10%, rgba(236, 123, 47, .12), transparent 34%),
		linear-gradient(135deg, #fffdf9 0%, #fff8ef 100%);
}

.soft-home-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
	gap: clamp(42px, 7vw, 90px);
	align-items: center;
}

.soft-home-eyebrow,
.soft-home-section-heading > span,
.soft-home-heading-row > div > span,
.soft-home-final-card > div > span {
	display: inline-block;
	margin-bottom: 13px;
	color: var(--sa-home-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.soft-home-hero h1 {
	max-width: 720px;
	margin: 0 0 20px;
	color: var(--sa-home-navy);
	font-size: clamp(42px, 5.2vw, 72px);
	line-height: 1.02;
	letter-spacing: -.052em;
}

.soft-home-hero-copy > p {
	max-width: 650px;
	margin: 0 0 22px;
	color: #4f596a;
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.72;
}

.soft-home-price {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin-bottom: 25px;
	color: var(--sa-home-muted);
	font-size: 14px;
}

.soft-home-price strong {
	color: var(--sa-home-gold);
	font-size: 25px;
}

.soft-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.soft-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.soft-home-button:hover {
	transform: translateY(-2px);
}

.soft-home-button-primary {
	background: var(--sa-home-orange);
	color: #fff !important;
	box-shadow: 0 12px 28px rgba(236, 123, 47, .2);
}

.soft-home-button-whatsapp {
	border-color: #b9e8c8;
	background: #effbf2;
	color: #188c47 !important;
}

.soft-home-mini-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 20px;
	color: var(--sa-home-muted);
	font-size: 13px;
}

.soft-home-hero-visual {
	position: relative;
	max-width: 520px;
	justify-self: end;
}

.soft-home-image-card {
	overflow: hidden;
	border: 10px solid #fff;
	border-radius: 24px;
	background: #f3eee7;
	box-shadow: 0 25px 60px rgba(31, 42, 61, .17);
}

.soft-home-image-card img {
	display: block;
	width: 100%;
	height: min(500px, 48vw);
	min-height: 400px;
	object-fit: cover;
}

.soft-home-image-placeholder {
	display: grid;
	place-items: center;
	width: 460px;
	height: 520px;
	color: var(--sa-home-orange);
	font-size: 32px;
	font-weight: 800;
}

.soft-home-floating-note {
	position: absolute;
	right: -28px;
	bottom: 34px;
	display: flex;
	max-width: 250px;
	flex-direction: column;
	gap: 3px;
	padding: 15px 17px;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(31, 42, 61, .16);
}

.soft-home-floating-note strong {
	font-size: 14px;
}

.soft-home-floating-note span {
	color: var(--sa-home-muted);
	font-size: 12px;
}

.soft-home-trust-strip {
	border-top: 1px solid #f0e4d8;
	border-bottom: 1px solid #f0e4d8;
	background: #fff;
}

.soft-home-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.soft-home-trust-grid > div {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 2px 12px;
	align-items: center;
	padding: 25px 30px;
	border-right: 1px solid var(--sa-home-line);
}

.soft-home-trust-grid > div:last-child {
	border-right: 0;
}

.soft-home-trust-icon {
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--sa-home-cream);
	color: var(--sa-home-orange);
	font-size: 20px;
}

.soft-home-trust-grid strong {
	font-size: 15px;
}

.soft-home-trust-grid small {
	color: var(--sa-home-muted);
	font-size: 12px;
	line-height: 1.45;
}

.soft-home-discovery {
	padding: 34px 0 28px;
	background: #fff;
}

.soft-home-search {
	display: flex;
	max-width: 790px;
	min-height: 58px;
	align-items: center;
	margin: 0 auto;
	padding: 5px 5px 5px 18px;
	border: 1px solid #dfe3e8;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(31, 42, 61, .07);
}

.soft-home-search > span {
	flex: 0 0 auto;
	margin-right: 10px;
	color: var(--sa-home-muted);
	font-size: 27px;
	line-height: 1;
	transform: rotate(-20deg);
}

.soft-home-search input[type="search"] {
	min-width: 0;
	min-height: 46px;
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
	border: 0 !important;
	outline: 0;
	background: transparent;
	box-shadow: none !important;
	color: var(--sa-home-navy);
	font-size: 15px;
}

.soft-home-search button {
	min-width: 92px;
	min-height: 46px;
	margin: 0;
	padding: 10px 18px;
	border: 0;
	border-radius: 11px;
	background: var(--sa-home-orange);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.soft-home-category-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 12px;
	margin-top: 26px;
}

.soft-home-category-card {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
	padding: 11px;
	border: 1px solid var(--sa-home-line);
	border-radius: 14px;
	background: #fff;
	color: var(--sa-home-navy) !important;
	text-decoration: none !important;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.soft-home-category-card:hover {
	border-color: rgba(236, 123, 47, .55);
	box-shadow: 0 10px 25px rgba(31, 42, 61, .07);
	transform: translateY(-2px);
}

.soft-home-category-image {
	display: grid;
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	overflow: hidden;
	place-items: center;
	border-radius: 11px;
	background: var(--sa-home-cream);
	color: var(--sa-home-orange);
}

.soft-home-category-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.soft-home-category-image b {
	font-size: 22px;
}

.soft-home-category-card > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.soft-home-category-card strong {
	overflow: hidden;
	font-size: 13px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.soft-home-category-card small {
	color: var(--sa-home-muted);
	font-size: 11px;
}

.soft-home-products-section {
	background: #f7f8fa;
}

.soft-home-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 20px;
}

.soft-home-product-grid.is-single {
	grid-template-columns: minmax(0, 790px);
	justify-content: center;
}

.soft-home-product-grid.is-single .soft-home-product-card {
	display: grid;
	grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr);
}

.soft-home-product-grid.is-single .soft-home-product-image {
	height: 380px;
	aspect-ratio: auto;
}

.soft-home-product-grid.is-single .soft-home-product-content {
	min-height: 380px;
	justify-content: center;
	padding: 34px;
}

.soft-home-product-grid.is-single .soft-home-product-content h3 {
	font-size: 25px;
}

.soft-home-product-grid.is-single .soft-home-product-content > p {
	font-size: 14px;
}

.soft-home-product-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--sa-home-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(31, 42, 61, .05);
	transition: transform .22s ease, box-shadow .22s ease;
}

.soft-home-product-card:hover {
	box-shadow: 0 18px 42px rgba(31, 42, 61, .11);
	transform: translateY(-4px);
}

.soft-home-product-image {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #f1f2f4;
	text-decoration: none !important;
}

.soft-home-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.soft-home-product-card:hover .soft-home-product-image img {
	transform: scale(1.035);
}

.soft-home-product-badge {
	position: absolute;
	z-index: 2;
	top: 13px;
	left: 13px;
	padding: 6px 9px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .94);
	color: var(--sa-home-orange);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .02em;
	box-shadow: 0 5px 14px rgba(31, 42, 61, .1);
}

.soft-home-product-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--sa-home-orange);
	font-size: 24px;
	font-weight: 800;
}

.soft-home-product-content {
	display: flex;
	min-height: 186px;
	flex-direction: column;
	padding: 21px;
}

.soft-home-product-content h3 {
	margin: 0 0 9px;
	font-size: 18px;
	line-height: 1.28;
}

.soft-home-product-content h3 a {
	color: var(--sa-home-navy) !important;
	text-decoration: none !important;
}

.soft-home-product-content > p {
	margin: 0 0 18px;
	color: var(--sa-home-muted);
	font-size: 13px;
	line-height: 1.55;
}

.soft-home-product-meta {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}

.soft-home-product-meta > strong,
.soft-home-product-meta .price {
	color: var(--sa-home-gold);
	font-size: 17px;
	font-weight: 850;
}

.soft-home-product-meta del {
	color: #9da4b0;
	font-size: 12px;
}

.soft-home-product-meta ins {
	text-decoration: none;
}

.soft-home-product-meta > a {
	flex: 0 0 auto;
	color: var(--sa-home-orange) !important;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none !important;
}

.soft-home-promos {
	padding: 0 0 clamp(56px, 6vw, 82px);
	background: #f7f8fa;
}

.soft-home-promo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.soft-home-promo-card {
	display: flex;
	min-height: 225px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 30px;
	overflow: hidden;
	border-radius: 21px;
	color: var(--sa-home-navy) !important;
	text-decoration: none !important;
	transition: transform .22s ease, box-shadow .22s ease;
}

a.soft-home-promo-card:hover {
	box-shadow: 0 18px 40px rgba(31, 42, 61, .12);
	transform: translateY(-4px);
}

.soft-home-promo-card > span {
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	margin-bottom: auto;
	border-radius: 18px;
	background: rgba(255, 255, 255, .52);
	font-size: 31px;
}

.soft-home-promo-card small {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.soft-home-promo-card strong {
	max-width: 280px;
	font-size: clamp(25px, 2.3vw, 34px);
	line-height: 1.05;
}

.soft-home-promo-card b {
	margin-top: 14px;
	font-size: 12px;
}

.soft-home-promo-card.is-orange {
	background: linear-gradient(145deg, #ffb16e, #f18232);
}

.soft-home-promo-card.is-mint {
	background: linear-gradient(145deg, #ccefdc, #9fdfc1);
}

.soft-home-promo-card.is-rose {
	background: linear-gradient(145deg, #f7d4de, #efb3c7);
}

.soft-home-section {
	padding: clamp(56px, 6vw, 82px) 0;
}

.soft-home-process {
	background: #fff;
}

.soft-home-section-heading {
	max-width: 690px;
	margin-bottom: 42px;
}

.soft-home-section-heading h2,
.soft-home-final-card h2 {
	margin: 0 0 14px;
	color: var(--sa-home-navy);
	font-size: clamp(32px, 4vw, 50px);
	line-height: 1.08;
	letter-spacing: -.035em;
}

.soft-home-section-heading p {
	margin: 0;
	color: var(--sa-home-muted);
	font-size: 16px;
	line-height: 1.7;
}

.soft-home-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.soft-home-process-grid article {
	padding: 30px;
	border: 1px solid var(--sa-home-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(31, 42, 61, .04);
}

.soft-home-process-grid b {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 12px;
	background: var(--sa-home-cream);
	color: var(--sa-home-orange);
	font-size: 13px;
}

.soft-home-process-grid h3 {
	margin: 0 0 10px;
	font-size: 20px;
}

.soft-home-process-grid p {
	margin: 0;
	color: var(--sa-home-muted);
	font-size: 14px;
	line-height: 1.65;
}

.soft-home-gallery-section {
	background: #f7f8fa;
}

.soft-home-heading-row {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.soft-home-heading-row > div {
	max-width: 730px;
}

.soft-home-heading-row > a {
	flex: 0 0 auto;
	margin-bottom: 14px;
	color: var(--sa-home-orange);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.soft-home-gallery {
	display: grid;
	grid-template-columns: 1.35fr repeat(2, .82fr);
	grid-template-rows: repeat(2, 260px);
	gap: 16px;
}

.soft-home-gallery.is-count-1 {
	grid-template-columns: minmax(0, 720px);
	grid-template-rows: 440px;
	justify-content: center;
}

.soft-home-gallery.is-count-1 figure.is-featured {
	grid-row: auto;
}

.soft-home-gallery.is-count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 430px;
}

.soft-home-gallery.is-count-2 figure.is-featured {
	grid-row: auto;
}

.soft-home-gallery figure {
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #eceff2;
}

.soft-home-gallery figure.is-featured {
	grid-row: 1 / 3;
}

.soft-home-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.soft-home-gallery figure:hover img {
	transform: scale(1.025);
}

.soft-home-faq-section {
	background: #fff;
}

.soft-home-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr);
	gap: clamp(50px, 8vw, 110px);
	align-items: start;
}

.soft-home-instagram-link {
	display: inline-block;
	margin-top: 23px;
	color: #b23873;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.soft-home-faqs {
	border-top: 1px solid var(--sa-home-line);
}

.soft-home-faqs details {
	border-bottom: 1px solid var(--sa-home-line);
}

.soft-home-faqs summary {
	position: relative;
	padding: 21px 38px 21px 0;
	color: var(--sa-home-navy);
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.soft-home-faqs summary::-webkit-details-marker {
	display: none;
}

.soft-home-faqs summary::after {
	content: "+";
	position: absolute;
	right: 4px;
	top: 50%;
	color: var(--sa-home-orange);
	font-size: 24px;
	font-weight: 400;
	transform: translateY(-50%);
}

.soft-home-faqs details[open] summary::after {
	content: "−";
}

.soft-home-faqs details p {
	margin: -5px 0 20px;
	padding-right: 35px;
	color: var(--sa-home-muted);
	font-size: 14px;
	line-height: 1.65;
}

.soft-home-final-cta {
	padding: 0 0 clamp(56px, 6vw, 82px);
	background: #fff;
}

.soft-home > p:empty,
.soft-home-inner > p:empty,
.soft-home-product-grid > p:empty,
.soft-home-promo-grid > p:empty,
.soft-home-process-grid > p:empty,
.soft-home-gallery > p:empty {
	display: none !important;
}

.soft-home-final-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
	padding: clamp(38px, 5vw, 64px);
	border-radius: 24px;
	background: var(--sa-home-orange);
	color: #fff;
}

.soft-home-final-card > div:first-child {
	max-width: 690px;
}

.soft-home-final-card > div > span,
.soft-home-final-card h2 {
	color: #fff;
}

.soft-home-final-card h2 {
	margin-bottom: 0;
	font-size: clamp(30px, 3.4vw, 45px);
}

.soft-home-button-light {
	background: #fff;
	color: var(--sa-home-orange) !important;
}

.soft-home-button-outline {
	border-color: rgba(255, 255, 255, .55);
	color: #fff !important;
}

@media (max-width: 1000px) {
	.soft-home-hero-grid,
	.soft-home-faq-grid {
		grid-template-columns: 1fr;
	}

	.soft-home-hero-visual {
		max-width: 620px;
		justify-self: start;
	}

	.soft-home-trust-grid,
	.soft-home-process-grid,
	.soft-home-promo-grid {
		grid-template-columns: 1fr;
	}

	.soft-home-promo-card {
		min-height: 220px;
	}

	.soft-home-trust-grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--sa-home-line);
	}

	.soft-home-trust-grid > div:last-child {
		border-bottom: 0;
	}

	.soft-home-faq-grid {
		gap: 10px;
	}

	.soft-home-final-card {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 700px) {
	.soft-home-inner {
		width: min(100% - 28px, 1240px);
	}

	.soft-home-hero {
		padding-top: 44px;
	}

	.soft-home-hero h1 {
		font-size: clamp(38px, 12vw, 52px);
	}

	.soft-home-actions,
	.soft-home-button {
		width: 100%;
	}

	.soft-home-discovery {
		padding-top: 24px;
	}

	.soft-home-search {
		min-height: 54px;
		padding-left: 13px;
	}

	.soft-home-search > span {
		display: none;
	}

	.soft-home-search button {
		min-width: 72px;
		padding-right: 13px;
		padding-left: 13px;
	}

	.soft-home-category-row {
		display: flex;
		margin-right: -14px;
		margin-left: -14px;
		padding: 0 14px 8px;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.soft-home-category-row::-webkit-scrollbar {
		display: none;
	}

	.soft-home-category-card {
		min-width: 205px;
		scroll-snap-align: start;
	}

	.soft-home-product-grid {
		grid-template-columns: 1fr;
	}

	.soft-home-product-grid.is-single {
		grid-template-columns: 1fr;
	}

	.soft-home-product-grid.is-single .soft-home-product-card {
		display: block;
	}

	.soft-home-product-grid.is-single .soft-home-product-image {
		height: auto;
		aspect-ratio: 1.12 / 1;
	}

	.soft-home-product-grid.is-single .soft-home-product-content {
		min-height: 175px;
		padding: 22px;
	}

	.soft-home-product-grid.is-single .soft-home-product-content h3 {
		font-size: 20px;
	}

	.soft-home-product-image {
		aspect-ratio: 1.12 / 1;
	}

	.soft-home-product-content {
		min-height: 165px;
	}

	.soft-home-promo-card {
		min-height: 205px;
		padding: 25px;
	}

	.soft-home-image-card img {
		height: 112vw;
		min-height: 390px;
		max-height: 560px;
	}

	.soft-home-floating-note {
		right: 12px;
		bottom: 18px;
	}

	.soft-home-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 340px 190px;
	}

	.soft-home-gallery.is-count-1,
	.soft-home-gallery.is-count-2 {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.soft-home-gallery.is-count-1 figure,
	.soft-home-gallery.is-count-2 figure {
		height: 340px;
	}

	.soft-home-gallery figure.is-featured {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.soft-home-gallery figure:nth-child(n+4) {
		display: none;
	}

	.soft-home-heading-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.soft-home-heading-row > a {
		margin: -25px 0 0;
	}

	.soft-home-process-grid article {
		padding: 24px;
	}

	.soft-home-final-card {
		padding: 32px 24px;
	}
}
