/*
Theme Name: JOY.A WooCommerce
Theme URI: https://joyacleanbeauty.com.br/
Author: JOY.A Clean Beauty
Description: Tema híbrido para WordPress 7.0 e WooCommerce, reconstruído a partir da identidade visual da loja JOY.A.
Version: 0.4.3
Requires at least: 7.0
Requires PHP: 8.1
Text Domain: joya
WC requires at least: 9.0
*/

:root {
	--joya-cream: #f6f6f3;
	--joya-brown: #482611;
	--joya-pink: #e99385;
	--joya-stone: #e8e7dd;
	--joya-cost: #e5e4d6;
	--joya-peach: #feead0;
	--joya-blush: #f0cec2;
	--joya-taupe: #997557;
	--joya-gold: #c3b289;
	--joya-black: #111111;
	--joya-white: #ffffff;
	--joya-green: #cad479;
	--joya-content: 1440px;
	--joya-gutter: clamp(20px, 4vw, 64px);
	--joya-transition: 180ms ease;
}

@font-face {
	font-family: "Jost";
	src: url("assets/fonts/jost-regular.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 400 700;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--joya-cream);
	color: var(--joya-brown);
	font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "futura-pt", Jost, sans-serif;
}

body.joya-drawer-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 10000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--joya-white);
}

.joya-container {
	width: min(100% - (var(--joya-gutter) * 2), var(--joya-content));
	margin-inline: auto;
}

.joya-main {
	min-height: 60vh;
}

.joya-announcement {
	padding: 8px var(--joya-gutter);
	background: var(--joya-pink);
	color: var(--joya-brown);
	font-size: 12px;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.joya-site-header {
	position: sticky;
	z-index: 50;
	top: 0;
	border-bottom: 1px solid rgba(72, 38, 17, 0.14);
	background: color-mix(in srgb, var(--joya-cream) 94%, transparent);
	backdrop-filter: blur(12px);
}

.home .joya-site-header {
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	border-bottom-color: rgba(255, 255, 255, 0.24);
	background: linear-gradient(180deg, rgba(17, 10, 5, 0.55), transparent);
	color: var(--joya-white);
	backdrop-filter: none;
}

.home.admin-bar .joya-site-header {
	top: 64px;
}

.home .joya-cart-count {
	background: var(--joya-white);
	color: var(--joya-brown);
}

.home .joya-site-header.is-scrolled {
	position: fixed;
	top: 0;
	border-bottom-color: rgba(72, 38, 17, 0.12);
	background: #f6f6f3;
	color: #482611;
}

.home.admin-bar .joya-site-header.is-scrolled {
	top: 32px;
}

.home .joya-site-header.is-scrolled .joya-cart-count {
	background: #482611;
	color: #fff;
}

.admin-bar .joya-site-header {
	top: 32px;
}

.joya-header-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 82px;
	gap: 24px;
}

.joya-brand {
	display: inline-flex;
	align-items: center;
	justify-self: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-decoration: none;
}

.joya-brand img {
	display: block;
	width: 110px;
	height: auto;
}

.joya-brand-logo--white {
	display: none !important;
}

.home .joya-brand-logo--brown {
	display: none;
}

.home .joya-brand-logo--white {
	display: block !important;
}

.home .joya-site-header.is-scrolled .joya-brand-logo--brown {
	display: block;
}

.home .joya-site-header.is-scrolled .joya-brand-logo--white {
	display: none !important;
}

.joya-nav {
	justify-self: start;
}

.joya-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(14px, 2.5vw, 34px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.joya-nav a,
.joya-header-actions a,
.joya-icon-button {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.joya-header-actions {
	display: flex;
	align-items: center;
	justify-self: end;
	gap: 18px;
}

.joya-header-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
}

.joya-header-icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
}

.joya-header-icon .joya-cart-count {
	position: absolute;
	top: -7px;
	right: -10px;
	min-width: 16px;
	min-height: 16px;
	font-size: 8px;
}

.joya-icon-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.joya-cart-count {
	display: inline-grid;
	min-width: 20px;
	min-height: 20px;
	place-items: center;
	margin-left: 4px;
	border-radius: 99px;
	background: var(--joya-brown);
	color: var(--joya-white);
	font-size: 10px;
	line-height: 1;
}

.joya-menu-toggle {
	display: none;
}

.joya-hero {
	position: relative;
	display: grid;
	min-height: min(78vh, 860px);
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	background: var(--joya-stone);
}

.joya-hero-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(56px, 8vw, 130px) var(--joya-gutter);
}

.joya-eyebrow {
	margin: 0 0 18px;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.joya-hero h1,
.joya-display {
	max-width: 14ch;
	margin: 0;
	font-family: "Adobe Caslon Pro", Georgia, serif;
	font-size: clamp(48px, 6.4vw, 104px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.92;
}

.joya-hero-copy > p:not(.joya-eyebrow) {
	max-width: 620px;
	margin: 28px 0 0;
	font-size: clamp(17px, 1.5vw, 22px);
}

.joya-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 28px;
	border: 1px solid var(--joya-brown);
	border-radius: 0;
	background: var(--joya-brown);
	color: var(--joya-white);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background var(--joya-transition), color var(--joya-transition);
}

.joya-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover {
	background: var(--joya-gold);
	color: var(--joya-black);
}

.joya-hero .joya-button {
	margin-top: 34px;
}

.joya-hero-media {
	position: relative;
	min-height: 540px;
	overflow: hidden;
	background: var(--joya-pink);
}

.joya-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.joya-hero-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 540px;
	place-items: center;
	padding: 40px;
	color: rgba(72, 38, 17, 0.72);
	text-align: center;
}

.joya-feature-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-block: 1px solid rgba(72, 38, 17, 0.16);
}

.joya-feature {
	padding: clamp(24px, 3vw, 44px);
	border-right: 1px solid rgba(72, 38, 17, 0.16);
	text-align: center;
}

.joya-feature:last-child {
	border-right: 0;
}

.joya-feature strong {
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.joya-feature span {
	display: block;
	margin-top: 8px;
	font-family: Georgia, serif;
	font-size: 16px;
}

.joya-section {
	padding-block: clamp(72px, 9vw, 140px);
}

.joya-section--white {
	background: var(--joya-white);
}

.joya-section--pink {
	background: var(--joya-pink);
}

.joya-section--dark {
	background: var(--joya-black);
	color: var(--joya-white);
}

.joya-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: clamp(32px, 5vw, 64px);
}

.joya-section-heading h2 {
	max-width: 18ch;
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(38px, 5vw, 74px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.98;
}

.joya-editor-content > *:first-child {
	margin-top: 0;
}

.joya-editor-content > *:last-child {
	margin-bottom: 0;
}

.joya-faq {
	display: grid;
	grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
	gap: clamp(40px, 8vw, 130px);
}

.joya-faq h2 {
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(40px, 5vw, 76px);
	font-weight: 400;
	line-height: 0.96;
}

.joya-faq details {
	padding: 22px 0;
	border-top: 1px solid currentColor;
}

.joya-faq details:last-child {
	border-bottom: 1px solid currentColor;
}

.joya-faq summary {
	padding-right: 30px;
	font-size: 17px;
	font-weight: 500;
	cursor: pointer;
}

.joya-faq details p {
	max-width: 760px;
	margin-bottom: 0;
}

.joya-site-footer {
	padding: 72px 0 32px;
	border-top: 1px solid rgba(72, 38, 17, 0.2);
	background: var(--joya-cream);
	color: var(--joya-brown);
}

.joya-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, 1fr);
	gap: 48px;
}

.joya-footer-title {
	margin: 0 0 20px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.joya-footer-brand {
	font-family: Georgia, serif;
	font-size: clamp(32px, 4vw, 58px);
	letter-spacing: 0.08em;
	line-height: 1;
}

.joya-footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.joya-footer-menu li + li {
	margin-top: 8px;
}

.joya-footer-menu a {
	text-decoration: none;
}

.joya-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-top: 44px;
	margin-top: 56px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 12px;
}

.joya-cart-drawer {
	position: fixed;
	z-index: 1000;
	inset: 0;
	visibility: hidden;
	transition: visibility var(--joya-transition);
}

.joya-cart-drawer[aria-hidden="false"] {
	visibility: visible;
}

.joya-cart-backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(17, 17, 17, 0.45);
	opacity: 0;
	cursor: pointer;
	transition: opacity var(--joya-transition);
}

.joya-cart-panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: min(480px, 94vw);
	height: 100%;
	flex-direction: column;
	padding: 28px;
	background: var(--joya-cream);
	color: var(--joya-brown);
	transform: translateX(100%);
	transition: transform 260ms ease;
}

.joya-cart-drawer[aria-hidden="false"] .joya-cart-backdrop {
	opacity: 1;
}

.joya-cart-drawer[aria-hidden="false"] .joya-cart-panel {
	transform: translateX(0);
}

.joya-cart-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(72, 38, 17, 0.18);
}

.joya-cart-header h2 {
	margin: 0;
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: 400;
}

.joya-mini-cart {
	overflow: auto;
	padding-top: 24px;
}

.joya-page-header {
	padding: clamp(54px, 8vw, 110px) 0 42px;
}

.joya-page-header h1 {
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(44px, 6vw, 86px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

.joya-content-shell {
	padding-bottom: clamp(72px, 9vw, 140px);
}

/* JOY.A one-page */
.joya-onepage {
	overflow: hidden;
	background: var(--joya-cream);
}

.joya-video-hero {
	position: relative;
	height: calc(100svh - 110px);
	min-height: 620px;
	background: #6e3b22;
	color: var(--joya-white);
}

.joya-video-hero video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.joya-video-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 10, 5, 0.12), rgba(17, 10, 5, 0.5));
}

.joya-video-copy {
	position: absolute;
	inset: auto var(--joya-gutter) clamp(50px, 8vw, 110px);
	max-width: 960px;
}

.joya-video-copy h1 {
	max-width: 19ch;
	margin: 0 0 32px;
	font-family: "futura-pt", Jost, sans-serif;
	font-size: clamp(32px, 3.1vw, 47px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.86;
}

.joya-intro {
	padding: clamp(44px, 6vw, 84px) var(--joya-gutter);
	background: var(--joya-pink);
	text-align: center;
}

.joya-intro p {
	margin: 0;
	font-size: clamp(18px, 2vw, 30px);
}

.joya-intro p + p {
	margin-top: 8px;
	font-size: clamp(13px, 1.3vw, 18px);
}

.joya-proof {
	padding: clamp(70px, 9vw, 130px) var(--joya-gutter);
	text-align: center;
}

.joya-proof h2,
.joya-section-heading-center h2,
.joya-compare > h2,
.joya-faq-section > h2 {
	margin: 0 0 clamp(38px, 6vw, 76px);
	font-family: "futura-pt", Jost, sans-serif;
	font-size: clamp(31px, 2.45vw, 38px);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 0.85;
}

.joya-proof-grid {
	display: grid;
	max-width: 1280px;
	grid-template-columns: repeat(8, 1fr);
	gap: clamp(14px, 2vw, 34px);
	margin: auto;
}

.joya-proof-grid figure {
	display: grid;
	place-items: center;
	margin: 0;
}

.joya-proof-grid img {
	display: block;
	width: 100%;
	max-width: 125px;
	aspect-ratio: 1;
	object-fit: contain;
}

.joya-founder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--joya-black);
	color: var(--joya-white);
}

.joya-founder-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 760px;
	object-fit: cover;
}

.joya-founder-quote {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(50px, 8vw, 130px);
}

.joya-founder-quote h2 {
	margin: 0;
	font-family: "futura-pt", Jost, sans-serif;
	font-size: clamp(34px, 3vw, 48px);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 0.96;
}

.joya-founder-quote p {
	max-width: 570px;
	margin: 44px 0 14px;
	font-size: clamp(17px, 1.4vw, 22px);
}

.joya-story-film {
	height: min(85vw, 900px);
	min-height: 620px;
	background: var(--joya-black);
}

.joya-story-film video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.joya-before-after {
	padding: clamp(80px, 10vw, 150px) var(--joya-gutter);
	background: var(--joya-stone);
}

.joya-section-copy {
	display: grid;
	max-width: var(--joya-content);
	grid-template-columns: 0.6fr 1.2fr 0.8fr;
	align-items: end;
	gap: 40px;
	margin: 0 auto 64px;
}

.joya-section-copy h2 {
	margin: 0;
	font-family: "futura-pt", Jost, sans-serif;
	font-size: clamp(35px, 3vw, 48px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.94;
}

.joya-kicker {
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.joya-comparison {
	display: grid;
	max-width: var(--joya-content);
	grid-template-columns: 1fr 1fr;
	margin: auto;
}

.joya-comparison figure {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.joya-comparison img {
	display: block;
	width: 100%;
	height: clamp(310px, 43vw, 610px);
	object-fit: cover;
}

.joya-comparison figcaption {
	position: absolute;
	bottom: 18px;
	left: 18px;
	padding: 7px 12px;
	background: var(--joya-cream);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.joya-timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 var(--joya-gutter) clamp(80px, 10vw, 150px);
	background: var(--joya-stone);
}

.joya-timeline > div {
	padding: 34px;
	border-top: 1px solid var(--joya-brown);
	border-right: 1px solid rgba(72, 38, 17, 0.25);
}

.joya-timeline > div:last-child {
	border-right: 0;
}

.joya-timeline span {
	font-size: 12px;
}

.joya-timeline h3 {
	margin: 45px 0 10px;
	font-family: "futura-pt", Jost, sans-serif;
	font-size: clamp(24px, 2.5vw, 38px);
	font-weight: 400;
	line-height: 1;
}

.joya-clinical {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	background: var(--joya-pink);
}

.joya-clinical-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 760px;
	object-fit: cover;
}

.joya-clinical-copy {
	align-self: center;
	padding: clamp(50px, 7vw, 110px);
}

.joya-clinical-copy ul {
	padding: 0;
	margin: 34px 0;
	list-style: none;
	border-top: 1px solid var(--joya-brown);
}

.joya-clinical-copy li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(72, 38, 17, 0.4);
}

.joya-testimonials {
	padding: clamp(80px, 10vw, 150px) var(--joya-gutter);
}

.joya-section-heading-center {
	text-align: center;
}

.joya-testimonial-grid {
	display: grid;
	max-width: var(--joya-content);
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin: auto;
}

.joya-testimonial-grid article {
	padding-bottom: 24px;
	border-bottom: 1px solid var(--joya-brown);
}

.joya-testimonial-grid img {
	width: 100%;
	aspect-ratio: 0.74;
	object-fit: cover;
}

.joya-testimonial-grid h3 {
	margin: 18px 0 2px;
	font-size: 15px;
}

.joya-testimonial-grid p {
	font-family: "futura-pt", Jost, sans-serif;
	font-size: 18px;
	line-height: 1.3;
}

.joya-center {
	margin-top: 54px;
	text-align: center;
}

.joya-world {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	align-items: center;
	gap: 60px;
	padding: clamp(55px, 7vw, 100px) var(--joya-gutter);
	background: var(--joya-brown);
	color: var(--joya-white);
}

.joya-world img {
	justify-self: end;
	max-width: 520px;
}

.joya-world p {
	max-width: 750px;
	font-family: "futura-pt", Jost, sans-serif;
	font-size: clamp(28px, 3.4vw, 52px);
	line-height: 1.05;
}

.joya-formula {
	display: grid;
	min-height: 950px;
	grid-template-columns: 1fr 1fr;
	background: var(--joya-stone);
}

.joya-formula-visual {
	min-height: 800px;
	background: url("assets/images/formula-model.webp") center/cover no-repeat;
}

.joya-formula-copy {
	align-self: center;
	padding: clamp(50px, 7vw, 110px);
}

.joya-formula-copy > h2 {
	margin: 0;
	font-size: clamp(32px, 2.5vw, 40px);
	font-weight: 400;
	line-height: 1.04;
}

.joya-ingredients {
	margin: 38px 0;
}

.joya-ingredients details {
	padding: 16px 0;
	border-top: 1px solid rgba(72, 38, 17, 0.45);
}

.joya-ingredients details:last-child {
	border-bottom: 1px solid rgba(72, 38, 17, 0.45);
}

.joya-ingredients summary {
	cursor: pointer;
	font-size: 17px;
}

.joya-ingredient-gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.joya-ingredient-gallery img {
	width: 100%;
	height: 31vw;
	max-height: 570px;
	object-fit: cover;
}

.joya-cost {
	display: grid;
	min-height: 900px;
	grid-template-columns: 1fr 1fr;
	background: var(--joya-white);
}

.joya-cost-list {
	align-self: center;
	padding: clamp(50px, 7vw, 110px);
}

.joya-cost-list h2 {
	margin: 0 0 38px;
	font-family: "futura-pt", Jost, sans-serif;
	font-size: clamp(36px, 2.7vw, 43px);
	font-weight: 400;
	line-height: 1;
}

.joya-cost-list > p {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 0;
	margin: 0;
	border-bottom: 1px solid rgba(72, 38, 17, 0.25);
}

.joya-cost-list .joya-total {
	padding-top: 24px;
	font-size: 22px;
}

.joya-cost-image {
	background: url("assets/images/model-background.webp") center/cover no-repeat;
}

.joya-offer {
	display: grid;
	min-height: 920px;
	place-items: center;
	padding: 70px var(--joya-gutter);
	background: url("assets/images/offer-background.webp") center/cover no-repeat;
}

.joya-offer-card {
	width: min(630px, 100%);
	padding: clamp(36px, 5vw, 74px);
	background: rgba(246, 246, 243, 0.94);
	text-align: center;
}

.joya-offer-card h2 {
	margin: 16px 0;
	font-family: "futura-pt", Jost, sans-serif;
	font-size: clamp(36px, 2.7vw, 43px);
	font-weight: 400;
	line-height: 0.98;
}

.joya-price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 18px;
	margin: 26px 0 6px;
}

.joya-price strong {
	font-family: "futura-pt", Jost, sans-serif;
	font-size: 54px;
	font-weight: 400;
}

.joya-offer-card small {
	display: block;
	margin-top: 22px;
}

.joya-compare {
	padding: clamp(80px, 10vw, 150px) var(--joya-gutter);
	background: var(--joya-white);
	text-align: center;
}

.joya-table-wrap {
	overflow-x: auto;
}

.joya-compare table {
	width: min(1400px, 100%);
	margin: auto;
	border-collapse: collapse;
	font-size: 13px;
}

.joya-compare th,
.joya-compare td {
	min-width: 150px;
	padding: 18px;
	border: 1px solid rgba(72, 38, 17, 0.27);
}

.joya-compare th:first-child,
.joya-compare td:first-child {
	min-width: 280px;
	text-align: left;
}

.joya-compare th:nth-child(2),
.joya-compare td:nth-child(2) {
	background: var(--joya-pink);
	font-weight: 700;
}

.joya-luxury {
	padding: clamp(100px, 14vw, 220px) var(--joya-gutter);
	background: var(--joya-black);
	color: var(--joya-white);
	text-align: center;
}

.joya-luxury h2 {
	margin: 0;
	font-family: "adobe-caslon-pro", Georgia, serif;
	font-size: clamp(50px, 5vw, 80px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.8;
}

.joya-faq-section {
	padding: clamp(80px, 10vw, 150px) var(--joya-gutter);
	background: var(--joya-stone);
}

.joya-faq-section > h2,
.joya-faq-list {
	width: min(1050px, 100%);
	margin-inline: auto;
}

.joya-faq-list details {
	padding: 22px 0;
	border-top: 1px solid var(--joya-brown);
}

.joya-faq-list details:last-child {
	border-bottom: 1px solid var(--joya-brown);
}

.joya-faq-list summary {
	padding-right: 40px;
	cursor: pointer;
	font-size: 18px;
}

.joya-faq-list p {
	max-width: 790px;
}

@media (max-width: 960px) {
	.admin-bar .joya-site-header {
		top: 46px;
	}

	.home .joya-site-header {
		top: 32px;
	}

	.home.admin-bar .joya-site-header {
		top: 78px;
	}

	.joya-header-inner {
		grid-template-columns: auto 1fr auto;
		min-height: 70px;
	}

	.joya-menu-toggle {
		display: inline-flex;
	}

	.joya-nav {
		position: fixed;
		top: var(--joya-mobile-header, 70px);
		left: 0;
		display: none;
		width: 100%;
		padding: 28px var(--joya-gutter);
		background: var(--joya-cream);
		border-bottom: 1px solid rgba(72, 38, 17, 0.18);
	}

	.joya-nav.is-open {
		display: block;
	}

	.home .joya-nav {
		color: var(--joya-brown);
	}

	.joya-nav ul {
		align-items: flex-start;
		flex-direction: column;
	}

	.joya-header-actions .joya-account-link,
	.joya-header-actions .joya-search-link {
		display: none;
	}

	.joya-hero {
		grid-template-columns: 1fr;
	}

	.joya-hero-copy {
		min-height: 58vh;
	}

	.joya-hero-media,
	.joya-hero-placeholder {
		min-height: 66vw;
	}

	.joya-feature-strip {
		grid-template-columns: repeat(2, 1fr);
	}

	.joya-feature:nth-child(2) {
		border-right: 0;
	}

	.joya-feature:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(72, 38, 17, 0.16);
	}

	.joya-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.joya-founder,
	.joya-clinical,
	.joya-formula,
	.joya-cost {
		grid-template-columns: 1fr;
	}

	.joya-section-copy {
		grid-template-columns: 1fr;
	}

	.joya-timeline,
	.joya-testimonial-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.joya-formula-visual,
	.joya-cost-image {
		min-height: 720px;
	}

	.joya-ingredient-gallery {
		grid-template-columns: repeat(3, 1fr);
	}

	.joya-ingredient-gallery img {
		height: 55vw;
	}
}

@media (max-width: 680px) {
	.joya-brand {
		font-size: 18px;
	}

	.joya-hero-copy {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.joya-hero h1 {
		font-size: clamp(44px, 15vw, 72px);
	}

	.joya-section-heading,
	.joya-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.joya-faq,
	.joya-footer-grid {
		grid-template-columns: 1fr;
	}

	.joya-video-hero {
		height: 82svh;
		min-height: 580px;
	}

	.joya-video-copy {
		inset-inline: 22px;
	}

	.joya-video-copy h1 {
		font-size: 32px;
	}

	.joya-proof-grid,
	.joya-timeline,
	.joya-testimonial-grid,
	.joya-world {
		grid-template-columns: 1fr;
	}

	.joya-proof-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 24px 12px;
	}

	.joya-founder-image img {
		min-height: 560px;
	}

	.joya-story-film {
		height: 110vw;
		min-height: 540px;
	}

	.joya-comparison {
		grid-template-columns: 1fr;
	}

	.joya-comparison img {
		height: 66vw;
		min-height: 280px;
	}

	.joya-clinical-media img {
		min-height: 0;
	}

	.joya-world img {
		justify-self: start;
	}

	.joya-formula-visual {
		min-height: 600px;
		background-image: url("assets/images/formula-model-mobile.webp");
	}

	.joya-cost-image {
		min-height: 570px;
	}

	.joya-ingredient-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.joya-ingredient-gallery img {
		height: 78vw;
	}
}

/* Published storefront parity — homepage v0.4 */
.joya-live {
	overflow: hidden;
	background: #f6f6f3;
	color: #482611;
	font-family: "futura-pt", Jost, sans-serif;
}

.joya-live h1,
.joya-live h2,
.joya-live h3,
.joya-live p,
.joya-live figure {
	margin-top: 0;
}

.live-hero {
	position: relative;
	height: 683px;
	color: #f6f6f3;
}

.live-hero video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.live-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.32));
}

.live-hero__content {
	position: absolute;
	right: 50%;
	bottom: 72px;
	width: min(860px, 82vw);
	transform: translateX(50%);
	text-align: center;
}

.live-hero__content h1 {
	margin-bottom: 28px;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.85;
}

.live-subheadline {
	display: grid;
	height: 236px;
	place-content: center;
	padding: 30px;
	background: #fff;
	color: #482611;
	text-align: center;
}

.live-subheadline p {
	margin: 0;
	font-size: 22px;
	line-height: 1.15;
}

.live-subheadline p + p {
	margin-top: 9px;
	font-size: 15px;
}

.live-proof {
	display: grid;
	height: 332px;
	align-content: center;
	padding: 28px 5vw 50px;
	background: #fff;
	text-align: center;
}

.live-proof h2,
.live-testimonials > h2,
.live-clinical h2,
.live-formula-intro h2,
.live-table > h2,
.live-faq > h2 {
	margin-bottom: 38px;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.85;
}

.live-proof__icons {
	display: grid;
	width: min(1120px, 100%);
	grid-template-columns: repeat(8, 1fr);
	gap: 28px;
	margin: auto;
}

.live-proof__icons img {
	width: 100%;
	max-height: 122px;
	aspect-ratio: 1;
	object-fit: contain;
}

.live-compare {
	position: relative;
	height: 534px;
	overflow: hidden;
	background: #e8e7dd;
}

.live-compare__base,
.live-compare__after {
	position: absolute;
	inset: 0;
}

.live-compare__base > img,
.live-compare__after > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.live-compare__after {
	clip-path: inset(0 0 0 50%);
}

.live-compare__quote {
	position: absolute;
	z-index: 2;
	top: 56px;
	width: 330px;
	font-size: 29px;
	letter-spacing: -0.05em;
	line-height: 1;
}

.live-compare__quote--left {
	left: 4.7vw;
}

.live-compare__quote--right {
	right: 4.7vw;
	text-align: right;
}

.live-compare__quote small {
	display: block;
	margin-top: 14px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.live-compare__range {
	position: absolute;
	z-index: 4;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: ew-resize;
}

.live-evolution {
	height: 875px;
	padding: 45px 3.2vw 40px;
	background: #fff;
}

.live-evolution > header {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 42px;
	height: 110px;
	text-align: center;
}

.live-evolution > header h2 {
	font-size: 35px;
	font-weight: 400;
	letter-spacing: -0.05em;
}

.live-evolution > header p {
	width: 430px;
	font-size: 15px;
	text-align: left;
}

.live-evolution__body {
	display: grid;
	height: 680px;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.live-evolution__steps {
	position: relative;
	padding-left: 94px;
}

.live-evolution__steps::before {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 39px;
	width: 1px;
	background: #482611;
	content: "";
}

.live-evolution__steps article {
	position: relative;
	height: 25%;
	opacity: 0.15;
	outline: none;
	cursor: pointer;
	transition: opacity 220ms ease;
}

.live-evolution__steps article::before {
	position: absolute;
	top: 4px;
	left: -60px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #482611;
	content: "";
}

.live-evolution__steps article.is-active,
.live-evolution__steps article:focus-visible {
	opacity: 1;
}

.live-evolution__steps small {
	font-size: 16px;
	font-weight: 700;
}

.live-evolution__steps h3 {
	margin-top: 25px;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.88;
}

.live-evolution__body > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.live-clinical {
	position: relative;
	height: 850px;
	overflow: hidden;
}

.live-clinical picture,
.live-clinical picture img {
	display: block;
	width: 100%;
	height: 100%;
}

.live-clinical picture img {
	object-fit: cover;
}

.live-clinical__copy {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: 50%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 70px 6vw;
}

.live-clinical__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px 34px;
	padding: 0;
	margin: 0 0 32px;
	list-style: none;
}

.live-clinical__list li {
	position: relative;
	padding: 0 0 11px 18px;
	border-bottom: 1px solid rgba(72, 38, 17, 0.45);
	font-size: 15px;
}

.live-clinical__list li::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.live-clinical__copy small {
	font-size: 10px;
}

.live-testimonials {
	display: flex;
	height: 1030px;
	flex-direction: column;
	align-items: center;
	padding: 74px 0;
	background: #f6f6f3;
	text-align: center;
}

.live-testimonials__viewport {
	width: 100%;
	overflow: hidden;
}

.live-testimonials__track {
	display: flex;
	gap: 24px;
	padding-inline: max(3vw, calc((100vw - 1376px) / 2));
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	text-align: left;
}

.live-testimonials__track::-webkit-scrollbar {
	display: none;
}

.live-testimonials article {
	display: grid;
	flex: 0 0 calc((100% - 24px) / 2.3);
	grid-template-columns: 60% 1fr;
	grid-template-rows: auto auto 1fr;
	column-gap: 20px;
	scroll-snap-align: start;
}

.live-testimonials article img {
	width: 100%;
	height: 430px;
	grid-row: 1 / span 3;
	object-fit: cover;
}

.live-testimonials h3 {
	margin: 0 0 3px;
	font-size: 15px;
}

.live-testimonials article small {
	font-size: 12px;
}

.live-testimonials article p {
	margin-top: 18px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.35;
}

.live-testimonials__controls {
	display: flex;
	width: min(360px, 80%);
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 28px;
}

.live-testimonials__controls > button {
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #482611;
	border-radius: 50%;
	background: transparent;
	color: #482611;
	cursor: pointer;
}

.live-testimonials__controls > button:disabled {
	opacity: 0.25;
	cursor: default;
}

.live-testimonials__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.live-testimonials__dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(72, 38, 17, 0.3);
	cursor: pointer;
}

.live-testimonials__dots button.is-active {
	background: #482611;
}

.live-testimonials > .joya-button {
	margin-top: auto;
}

.live-formula-intro {
	display: flex;
	height: 447px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 60px 8vw;
	background: #f6f6f3;
	text-align: center;
}

.live-formula-intro img {
	display: block;
	width: min(400px, 80%);
	margin-inline: auto;
}

.live-formula-intro h2 {
	margin: 25px 0 22px;
}

.live-formula-intro p {
	max-width: 760px;
	margin-bottom: 0;
	margin-inline: auto;
	font-size: 15px;
}

.live-ingredients {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 920px;
	padding: 96px max(4vw, calc((100vw - 1376px) / 2));
	background: #f6f6f3;
}

.live-ingredients__list {
	align-self: center;
	padding-right: 7vw;
}

.live-ingredient {
	border-top: 1px solid rgba(72, 38, 17, 0.45);
}

.live-ingredient:last-child {
	border-bottom: 1px solid rgba(72, 38, 17, 0.45);
}

.live-ingredient summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 26px 0;
	list-style: none;
	cursor: pointer;
}

.live-ingredient summary::-webkit-details-marker {
	display: none;
}

.live-ingredient summary span {
	flex: 0 0 auto;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	transition: transform 180ms ease;
}

.live-ingredient[open] summary span {
	transform: rotate(45deg);
}

.live-ingredient h3 {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.95;
}

.live-ingredient__description {
	padding: 0 42px 28px 0;
}

.live-ingredient__description p {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
}

.live-ingredients__media {
	position: relative;
	min-height: 720px;
}

.live-ingredients__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 260ms ease;
}

.live-ingredients__media img.is-active {
	opacity: 1;
}

.live-ingredient-cta {
	display: flex;
	height: 90px;
	align-items: center;
	justify-content: center;
	gap: 36px;
	padding: 12px;
	background: #f6f6f3;
}

.live-ingredient-cta p {
	margin: 0;
	font-size: 14px;
}

.live-cost {
	display: grid;
	height: 988px;
	grid-template-columns: 1fr 1fr;
	background: #e5e4d6;
}

.live-cost__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 55px 6.5vw;
}

.live-cost__copy h2,
.live-offer__card > h2 {
	margin-bottom: 32px;
	font-size: 38px;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.94;
}

.live-cost__copy > p {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 11px 0;
	margin: 0;
	border-bottom: 1px solid rgba(72, 38, 17, 0.3);
	font-size: 14px;
}

.live-cost__copy .is-total {
	padding-top: 20px;
	font-size: 20px;
}

.live-cost__copy footer {
	margin-top: 42px;
	font-size: 18px;
}

.live-cost__image {
	background: url("assets/images/formula-model.webp") center/cover no-repeat;
}

.live-offer {
	display: flex;
	height: 949px;
	align-items: center;
	justify-content: flex-end;
	padding: 50px 8vw;
	background: #feead0 url("assets/images/offer-background.webp") center/cover no-repeat;
}

.live-offer__card {
	width: min(490px, 48%);
	text-align: center;
}

.live-offer__card p {
	font-size: 14px;
}

.live-offer__deal {
	padding: 22px 28px;
	margin: 28px 0 18px;
	background: #482611;
	color: #fff;
}

.live-offer__deal h3 {
	margin: 0 0 16px;
	font-size: 17px;
}

.live-offer__price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 18px;
	margin-bottom: 8px;
}

.live-offer__price strong {
	font-size: 48px;
	font-weight: 400;
}

.live-offer__deal .joya-button {
	margin: 18px 0;
	border-color: #fff;
	background: #fff;
	color: #482611;
}

.live-table {
	height: 1364px;
	padding: 90px 3vw 40px;
	background: #fff;
	text-align: center;
}

.live-table__scroll {
	overflow-x: auto;
}

.live-table table {
	width: min(1240px, 100%);
	margin: auto;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
}

.live-table th,
.live-table td {
	height: 98px;
	padding: 12px;
	border: 1px solid #c8bdb7;
}

.live-table th:first-child,
.live-table td:first-child {
	width: 25%;
	text-align: left;
}

.live-table th:nth-child(2),
.live-table td:nth-child(2) {
	background: #f0cec2;
	font-weight: 700;
}

.live-table th:nth-child(2) img {
	display: block;
	width: 48px;
	height: 70px;
	margin: 0 auto 8px;
	object-fit: contain;
}

.live-table th:nth-child(2) span {
	display: block;
}

.live-hero .joya-button {
	border-color: #f6f6f3;
	background: #f6f6f3;
	color: #482611;
}

.live-table-cta {
	display: grid;
	height: 138px;
	place-items: center;
	background: #fff;
}

.live-luxury {
	display: grid;
	height: 236px;
	place-items: center;
	background: #f6f6f3;
	text-align: center;
}

.live-luxury h2 {
	margin: 0;
	font-family: "adobe-caslon-pro", Georgia, serif;
	font-size: 53px;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.8;
}

.live-luxury em {
	font-weight: 700;
}

.live-faq {
	display: grid;
	height: 718px;
	grid-template-columns: 0.45fr 1fr;
	gap: 60px;
	padding: 75px 8vw;
	background: #e8e7dd;
}

.live-faq > h2 {
	text-align: left;
}

.live-faq details {
	padding: 17px 0;
	border-top: 1px solid #482611;
}

.live-faq details:last-child {
	border-bottom: 1px solid #482611;
}

.live-faq summary {
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

.live-faq details p {
	margin-bottom: 0;
	font-size: 13px;
}

@media (max-width: 760px) {
	.live-hero {
		height: 809px;
	}

	.live-hero__content {
		right: 24px;
		bottom: 48px;
		left: 24px;
		width: auto;
		transform: none;
		text-align: center;
	}

	.live-hero__content h1 {
		font-size: 31px;
	}

	.live-subheadline {
		height: 202px;
		padding: 45px 24px;
	}

	.live-proof {
		height: 318px;
		padding: 48px 24px;
	}

	.live-proof__icons {
		grid-template-columns: repeat(4, 1fr);
		gap: 22px;
	}

	.live-compare {
		height: 652px;
	}

	.live-compare__quote {
		top: 35px;
		width: 42%;
		font-size: 19px;
	}

	.live-evolution {
		height: 1041px;
		padding: 55px 20px;
	}

	.live-evolution > header,
	.live-evolution__body,
	.live-clinical,
	.live-formula-intro,
	.live-cost,
	.live-faq {
		display: grid;
		height: auto;
		grid-template-columns: 1fr;
	}

	.live-evolution > header {
		gap: 12px;
		text-align: left;
	}

	.live-evolution > header p {
		width: auto;
	}

	.live-evolution__body {
		gap: 25px;
	}

	.live-evolution__steps {
		padding-left: 58px;
	}

	.live-evolution__steps article {
		height: auto;
		min-height: 155px;
	}

	.live-evolution__body > img {
		height: 410px;
	}

	.live-clinical {
		height: 1066px;
	}

	.live-clinical picture img {
		height: 570px;
		object-fit: cover;
	}

	.live-clinical__copy {
		position: relative;
		width: auto;
		height: 496px;
		padding: 55px 24px;
		background: #e99385;
	}

	.live-clinical__list {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.live-testimonials {
		height: 1058px;
		padding: 65px 20px;
		overflow: hidden;
	}

	.live-testimonials__viewport {
		width: calc(100% + 40px);
		margin-inline: -20px;
	}

	.live-testimonials__track {
		gap: 16px;
		padding-inline: 20px;
	}

	.live-testimonials article {
		flex-basis: 76%;
	}

	.live-testimonials article img {
		height: 570px;
	}

	.live-testimonials__controls {
		margin-top: 22px;
	}

	.live-testimonials > .joya-button {
		margin-top: 28px;
	}

	.live-formula-intro {
		height: 517px;
		padding: 48px 24px;
	}

	.live-formula-intro img {
		width: min(330px, 90%);
	}

	.live-ingredients {
		display: flex;
		min-height: 0;
		flex-direction: column;
		padding: 58px 24px;
	}

	.live-ingredients__list {
		order: 2;
		padding-right: 0;
	}

	.live-ingredients__media {
		min-height: 480px;
		margin-bottom: 32px;
	}

	.live-ingredient summary {
		padding: 22px 0;
	}

	.live-ingredient h3 {
		font-size: 24px;
	}

	.live-ingredient-cta {
		height: 67px;
		flex-direction: column;
		gap: 8px;
		padding: 8px 24px;
		text-align: center;
	}

	.live-ingredient-cta p {
		font-size: 11px;
	}

	.live-ingredient-cta .joya-button {
		min-height: 34px;
		padding: 7px 20px;
	}

	.live-cost {
		height: 1348px;
	}

	.live-cost__copy {
		height: 688px;
		padding: 60px 24px;
	}

	.live-cost__image {
		height: 660px;
	}

	.live-offer {
		height: 1388px;
		justify-content: center;
		padding: 80px 24px;
		background-position: 35% center;
	}

	.live-offer__card {
		width: 100%;
		padding: 35px 20px;
		background: rgba(246, 246, 243, 0.9);
	}

	.live-table {
		height: 1231px;
		padding: 70px 20px;
	}

	.live-table table {
		min-width: 980px;
	}

	.live-luxury {
		height: 203px;
		padding: 65px 24px;
	}

	.live-faq {
		height: 566px;
		gap: 20px;
		padding: 52px 24px;
		overflow: hidden;
	}

	.live-table-cta {
		height: 96px;
	}
}
