.re-core-page {
	--bb-serif: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
	--bb-deep-green: #0F3D3E;
	--bb-sage-green: #6D8B7B;
	--bb-charcoal: #2E2E2E;
	--bb-brown: #2A2118;
	--bb-sand: #EAD8B5;
	--bb-gold: #C8A15A;
	--bb-gold-deep: #8A6426;
	--bb-gold-soft: #D7BB75;
	--bb-turquoise: #2D9C9A;
	--bb-turquoise-deep: #0F6F70;
	--bb-turquoise-soft: #DDF1EE;
	--bb-tiffany-soft: #BFE9E6;
	--bb-ivory: #F7F1E6;
	--bb-ivory-soft: #FBF8F1;
	--bb-white: #FFFFFF;
	--bb-border: rgba(200, 161, 90, 0.22);
	--bb-shadow: 0 18px 50px rgba(15, 61, 62, 0.14);
	background:
		radial-gradient(circle at 0 18%, rgba(45, 156, 154, 0.12), transparent 28%),
		radial-gradient(circle at 100% 54%, rgba(45, 156, 154, 0.10), transparent 24%),
		linear-gradient(180deg, var(--bb-ivory-soft), #F2E6D0 48%, var(--bb-ivory-soft));
	color: var(--bb-charcoal);
	font-family: var(--bb-serif);
	overflow: hidden;
}

.re-core-page *,
.re-core-page *::before,
.re-core-page *::after {
	box-sizing: border-box;
}

.re-core-page :where(h2, h3, p, li, a, button, input, select, textarea, span, strong, small, div) {
	font-family: var(--bb-serif);
}

.re-core-page :where(svg, svg *, [class*="icon"]) {
	font-family: inherit;
}

.re-core-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.re-core-page h2,
.re-core-page h3,
.re-core-product-name strong,
.re-core-closing h2 {
	font-family: var(--bb-serif);
	letter-spacing: 0;
}

.re-core-page h2 {
	color: var(--bb-deep-green);
}

.re-core-page .re-core-closing h2 {
	color: var(--bb-ivory);
}

.re-core-eyebrow {
	margin: 0 0 12px;
	color: var(--bb-turquoise-deep);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

.re-core-eyebrow::after {
	content: "";
	display: block;
	width: 54px;
	height: 1px;
	margin-top: 8px;
	background: linear-gradient(90deg, var(--bb-gold), rgba(200, 161, 90, 0));
}

.re-core-section__head .re-core-eyebrow::after {
	width: 120px;
	margin: 14px auto 0;
	background: linear-gradient(90deg, rgba(181, 138, 58, 0.55), rgba(181, 138, 58, 0.24) 45%, rgba(181, 138, 58, 0) 100%);
}

.re-core-hero {
	position: relative;
	isolation: isolate;
	min-height: 640px;
	overflow: hidden;
	border-radius: 0;
	background:
		radial-gradient(circle at left center, rgba(191, 233, 230, 0.56), transparent 32%),
		var(--bb-ivory-soft);
}

.re-core-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(90deg, rgba(247, 241, 230, 0.94) 0%, rgba(247, 241, 230, 0.74) 44%, rgba(15, 61, 62, 0.08) 100%);
}

.re-core-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(234, 216, 181, 0) 62%, rgba(251, 248, 241, 0.92) 100%),
		linear-gradient(90deg, rgba(45, 156, 154, 0.12), rgba(45, 156, 154, 0) 36%);
	pointer-events: none;
}

.re-core-hero__inner,
.re-core-features,
.re-core-section,
.re-core-closing__content,
.re-core-footer-note {
	width: min(1160px, calc(100% - 56px));
	margin: 0 auto;
}

.re-core-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 560px) minmax(320px, 1fr);
	gap: clamp(40px, 6vw, 76px);
	align-items: center;
	min-height: 640px;
	padding: clamp(76px, 8vw, 112px) 0 clamp(64px, 7vw, 88px);
}

.re-core-hero__content {
	position: relative;
	z-index: 1;
}

.re-core-hero h2,
.re-core-section h2,
.re-core-closing h2 {
	margin: 0;
	color: var(--bb-deep-green);
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 500;
	line-height: 1.42;
}

.re-core-hero__lead {
	max-width: 520px;
	margin: 18px 0 0;
	color: rgba(46, 46, 46, 0.82);
	font-size: 16px;
	line-height: 2;
}

.re-core-product-name {
	margin-top: 24px;
	color: var(--bb-deep-green);
}

.re-core-product-name strong,
.re-core-product-name span {
	display: block;
}

.re-core-product-name strong {
	font-size: 24px;
	font-weight: 500;
}

.re-core-product-name span {
	margin-top: 4px;
	font-size: 14px;
}

.re-core-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.re-core-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--bb-border);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--bb-deep-green);
	font-size: 12px;
	font-weight: 700;
}

.re-core-price {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-top: 22px;
}

.re-core-price__main {
	color: var(--bb-charcoal);
	font-size: 30px;
	font-weight: 800;
}

.re-core-price__tax {
	color: rgba(46, 46, 46, 0.72);
	font-size: 13px;
}

.re-core-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 20px;
	padding: 0 32px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 2px;
	background: linear-gradient(135deg, var(--bb-gold-soft), var(--bb-gold), var(--bb-gold-deep));
	color: #1f1a10 !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 14px 30px rgba(138, 100, 38, 0.25);
	transition: filter 0.2s ease, transform 0.2s ease;
}

.re-core-button::after {
	content: none;
}

.re-core-button:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.re-core-cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
}

.re-core-cta-row .re-core-button {
	margin-top: 0;
}

.re-core-trial-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid rgba(181, 138, 58, 0.62);
	background: rgba(251, 248, 241, 0.72);
	color: var(--bb-gold-deep);
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.04em;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.re-core-trial-button::after {
	content: ">";
	color: currentColor;
	font-size: 12px;
	transition: transform 0.2s ease;
}

.re-core-trial-button:hover {
	background: rgba(215, 187, 117, 0.18);
	color: var(--bb-gold-deep);
	transform: translateY(-1px);
}

.re-core-trial-button:hover::after {
	transform: translateX(3px);
}

.re-core-trial-button--light {
	background: rgba(17, 16, 13, 0.18);
	color: #fff;
	border-color: rgba(215, 187, 117, 0.74);
}

.re-core-trial-button--light:hover {
	color: #fff;
}

.re-core-hero__note {
	margin: 14px 0 0;
	color: rgba(46, 46, 46, 0.7);
	font-size: 13px;
}

.re-core-hero__visual {
	display: none;
}

.re-core-hero__visual img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	border-radius: 2px;
}

.re-core-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	padding: 28px 0 52px;
}

.re-core-feature-card,
.re-core-reason-card,
.re-core-scene-card,
.re-core-material-card,
.re-core-trust-grid article,
.re-core-faq-item {
	border: 1px solid var(--bb-border);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 16px 36px rgba(17, 16, 13, 0.08);
}

.re-core-feature-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 104px;
	padding: 24px 22px;
	color: var(--bb-deep-green);
	text-align: center;
}

.re-core-feature-card__icon {
	display: inline-flex;
	width: 38px;
	height: 38px;
	color: var(--bb-gold);
}

.re-core-feature-card__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.re-core-section {
	padding: clamp(72px, 8vw, 108px) 0;
}

.re-core-section__head {
	max-width: 780px;
	margin: 0 auto clamp(32px, 4vw, 48px);
	text-align: center;
}

.re-core-section__head p,
.re-core-section__text p {
	color: rgba(46, 46, 46, 0.78);
	font-size: 15px;
	line-height: 2.08;
}

.re-core-page > .re-core-section h2,
.re-core-page > .re-core-section h3 {
	color: var(--bb-deep-green);
}

.re-core-why,
.re-core-ritual {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	gap: 38px;
	align-items: center;
}

.re-core-why,
.re-core-ritual {
	width: 100%;
	max-width: none;
	padding-right: max(28px, calc((100% - 1160px) / 2));
	padding-left: max(28px, calc((100% - 1160px) / 2));
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}

.re-core-why {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
	background-image: none;
	background-color: var(--bb-ivory-soft);
}

.re-core-ritual {
	grid-template-columns: minmax(0, 1fr) minmax(0, 620px);
	background-position: center;
}

.re-core-ritual .re-core-section__text {
	grid-column: 2;
}

.re-core-why .re-core-section__text,
.re-core-ritual .re-core-section__text {
	position: relative;
	z-index: 1;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-shadow: 0 1px 12px rgba(251, 248, 241, 0.78);
}

.re-core-why__image {
	justify-self: end;
	width: 100%;
	max-width: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.re-core-jamu-culture {
	display: block;
	width: 100%;
	max-width: none;
	padding: clamp(72px, 8vw, 112px) max(28px, calc((100% - 1160px) / 2));
	border-top: 0;
	border-bottom: 0;
	background: var(--bb-ivory-soft);
}

.re-core-jamu-culture__header,
.re-core-jamu-culture__body {
	width: min(100%, 820px);
	margin-right: auto;
	margin-left: 0;
}

.re-core-jamu-culture h2 {
	color: var(--bb-deep-green);
}

.re-core-jamu-culture__note {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(200, 161, 90, 0.24);
	color: rgba(46, 46, 46, 0.68);
	font-size: 12px;
	line-height: 1.85;
}

.re-core-page .re-core-jamu-culture .re-core-jamu-culture__note {
	font-size: 12px !important;
	line-height: 1.85 !important;
}

.re-core-jamu-culture__image {
	border: 1px solid rgba(200, 161, 90, 0.28);
	background: var(--bb-ivory-soft);
}

.re-core-ritual__visual {
	justify-self: stretch;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(200, 161, 90, 0.24);
	border-radius: 6px;
	background: var(--bb-ivory);
	box-shadow: 0 18px 42px rgba(17, 16, 13, 0.12);
}

.re-core-jamu-culture__visual {
	display: block;
	width: 100%;
	max-width: none;
	margin: clamp(30px, 4vw, 48px) 0 clamp(28px, 4vw, 44px);
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.re-core-ritual__visual {
	border-radius: 0;
}

.re-core-jamu-culture__visual img {
	display: block;
	width: 100%;
	height: auto;
}

.re-core-ritual__visual img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.re-core-check-section,
.re-core-reasons {
	position: relative;
}

.re-core-check-section::before,
.re-core-reasons::before {
	content: "";
	position: absolute;
	inset: 20px auto auto 50%;
	width: min(760px, 80vw);
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg, transparent, rgba(200, 161, 90, 0.28), transparent);
}

.re-core-cycle {
	display: block;
	width: 100%;
	max-width: none;
	padding-right: max(20px, calc((100% - 1120px) / 2));
	padding-left: max(20px, calc((100% - 1120px) / 2));
	border: 0;
	border-radius: 0;
	background: var(--bb-ivory-soft);
}

.re-core-cycle__head {
	max-width: 820px;
	margin: 0 auto clamp(28px, 4vw, 42px);
	text-align: center;
}

.re-core-cycle__divider {
	position: relative;
	width: min(260px, 72%);
	height: 1px;
	margin: 14px auto 22px;
	background: linear-gradient(90deg, transparent, rgba(181, 138, 58, 0.62), transparent);
}

.re-core-cycle__divider span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border: 1px solid var(--bb-gold);
	background: var(--bb-ivory-soft);
	transform: translate(-50%, -50%) rotate(45deg);
}

.re-core-cycle__image {
	width: min(1120px, 100%);
	margin: 0 auto clamp(28px, 4vw, 42px);
	overflow: hidden;
	border: 1px solid rgba(181, 138, 58, 0.22);
	border-radius: 0;
	background: var(--bb-ivory);
	box-shadow: 0 18px 42px rgba(42, 33, 24, 0.10);
}

.re-core-cycle__image img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.re-core-cycle__body {
	max-width: 820px;
	margin: 0 auto;
}

.re-core-cycle h2,
.re-core-cycle h3,
.re-core-simple h2,
.re-core-simple h3,
.re-core-description h2,
.re-core-description h3,
.re-core-faq h2,
.re-core-faq h3 {
	color: var(--bb-deep-green) !important;
}

.re-core-cycle__body p,
.re-core-simple .re-core-section__text p,
.re-core-description .re-core-section__head p,
.re-core-faq .re-core-section__head p {
	color: rgba(46, 46, 46, 0.78);
}

.re-core-section__image {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(200, 161, 90, 0.22);
	border-radius: 2px;
	box-shadow: 0 18px 42px rgba(17, 16, 13, 0.12);
	background: var(--bb-ivory-soft);
}

.re-core-section__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.re-core-check-section {
	padding-top: 54px;
}

.re-core-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.re-core-check-list li {
	position: relative;
	padding: 20px 22px 20px 50px;
	border: 1px solid var(--bb-border);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.82);
	color: rgba(46, 46, 46, 0.82);
	font-size: 15px;
	line-height: 1.9;
}

.re-core-check-list li::before {
	content: "";
	position: absolute;
	top: 27px;
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: var(--bb-gold);
}

.re-core-reason-grid,
.re-core-scene-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.re-core-reason-card,
.re-core-scene-card {
	position: relative;
	overflow: hidden;
}

.re-core-reason-card img,
.re-core-scene-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.re-core-reason-card span {
	position: absolute;
	top: 18px;
	left: 18px;
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 50%;
	background: linear-gradient(180deg, var(--bb-gold-soft), var(--bb-gold-deep));
	color: #1f1a10;
	font-family: "Shippori Mincho", "Noto Serif JP", serif;
	font-weight: 700;
}

.re-core-reason-card h3,
.re-core-scene-card h3 {
	margin: 20px 20px 10px;
	color: var(--bb-deep-green);
	font-family: "Shippori Mincho", "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.re-core-reason-card p,
.re-core-scene-card p {
	margin: 0 20px 24px;
	color: rgba(46, 46, 46, 0.76);
	font-size: 13px;
	line-height: 1.9;
}

.re-core-scenes {
	width: 100%;
	max-width: none;
	padding-right: max(24px, calc((100% - 1180px) / 2));
	padding-left: max(24px, calc((100% - 1180px) / 2));
	background:
		linear-gradient(90deg, rgba(221, 241, 238, 0.54), rgba(251, 248, 241, 0.96), rgba(221, 241, 238, 0.46));
}

.re-core-material-grid,
.re-core-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.re-core-material-card {
	overflow: hidden;
}

.re-core-material-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.re-core-material-card h3,
.re-core-trust-grid h3 {
	margin: 20px 20px 10px;
	color: var(--bb-deep-green);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.re-core-material-card p,
.re-core-trust-grid p {
	margin: 0 20px 24px;
	color: rgba(46, 46, 46, 0.76);
	font-size: 13px;
	line-height: 1.9;
}

.re-core-simple {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
	gap: 28px;
	align-items: center;
	width: 100%;
	max-width: none;
	padding: clamp(42px, 5vw, 64px);
	padding-right: max(24px, calc((100% - 1180px) / 2));
	padding-left: max(24px, calc((100% - 1180px) / 2));
	border: 1px solid rgba(200, 161, 90, 0.18);
	border-top: 0;
	border-radius: 2px;
	background: linear-gradient(90deg, rgba(221, 241, 238, 0.54), rgba(251, 248, 241, 0.96), rgba(221, 241, 238, 0.46));
}

.re-core-simple__visual {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(181, 138, 58, 0.22);
	border-radius: 0;
	background: var(--bb-ivory);
	box-shadow: 0 18px 42px rgba(42, 33, 24, 0.10);
}

.re-core-simple__visual img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.re-core-simple .re-core-allergy-note {
	grid-column: 1 / -1;
	width: min(920px, 100%);
}

.re-core-timing-list {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.re-core-timing-list span {
	padding: 16px 18px;
	border-left: 2px solid var(--bb-gold);
	background: rgba(255, 255, 255, 0.78);
	color: rgba(46, 46, 46, 0.78);
	font-size: 13px;
	line-height: 1.8;
}

.re-core-trust {
	width: 100%;
	max-width: none;
	margin-bottom: 0;
	padding: clamp(72px, 8vw, 108px) max(48px, calc((100% - 1160px) / 2));
	background: linear-gradient(135deg, var(--bb-deep-green), var(--bb-turquoise-deep));
}

.re-core-trust h2,
.re-core-trust .re-core-eyebrow {
	color: var(--bb-ivory) !important;
	opacity: 1;
	visibility: visible;
}

.re-core-trust h2 {
	display: block;
	margin: 0;
}

.re-core-trust-grid {
	gap: 24px;
}

.re-core-trust-grid article {
	padding: 12px 0 8px;
	background: var(--bb-ivory);
}

.re-core-voice {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(76px, 8vw, 104px) 0;
	background:
		radial-gradient(circle at 8% 18%, rgba(45, 156, 154, 0.10), transparent 30%),
		linear-gradient(180deg, var(--bb-ivory-soft), var(--bb-ivory) 52%, rgba(221, 241, 238, 0.34));
	border-top: 1px solid rgba(181, 138, 58, 0.16);
	border-bottom: 1px solid rgba(181, 138, 58, 0.16);
}

.re-core-voice::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 44%),
		radial-gradient(circle at right bottom, rgba(181, 138, 58, 0.10), transparent 28%);
}

.re-core-voice__inner {
	position: relative;
	z-index: 1;
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.re-core-voice__header {
	max-width: 860px;
	margin: 0 auto clamp(34px, 4vw, 48px);
	text-align: center;
}

.re-core-voice__eyebrow {
	margin: 0 0 12px;
	color: var(--bb-gold-deep);
	font-family: var(--bb-serif);
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

.re-core-voice__title {
	margin: 0;
	color: var(--bb-brown);
	font-family: var(--bb-serif);
	font-size: clamp(26px, 3.1vw, 34px);
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: 0.04em;
}

.re-core-voice__lead {
	max-width: 820px;
	margin: 20px auto 0;
	color: rgba(42, 33, 24, 0.78);
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.03em;
	text-align: left;
}

.re-core-voice__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
}

.re-core-voice__card {
	grid-column: span 2;
	min-height: 100%;
	padding: 28px 24px 24px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(181, 138, 58, 0.24);
	border-radius: 4px;
	box-shadow: 0 14px 32px rgba(17, 16, 13, 0.07);
}

.re-core-voice__card:nth-child(4) {
	grid-column: 2 / span 2;
}

.re-core-voice__card:nth-child(5) {
	grid-column: 4 / span 2;
}

.re-core-voice__card-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-bottom: 18px;
	color: var(--bb-gold-deep);
	font-family: var(--bb-serif);
	font-size: 13px;
	line-height: 1;
	border: 1px solid rgba(181, 138, 58, 0.48);
	border-radius: 50%;
	background: rgba(215, 187, 117, 0.12);
}

.re-core-voice__card-title {
	margin: 0 0 10px;
	color: var(--bb-brown);
	font-family: var(--bb-serif);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.re-core-voice__card-text {
	margin: 0;
	color: rgba(42, 33, 24, 0.74);
	font-size: 14px;
	line-height: 1.95;
	letter-spacing: 0.02em;
}

.re-core-voice__notes {
	margin-top: 36px;
	padding-top: 18px;
	border-top: 1px solid rgba(181, 138, 58, 0.18);
}

.re-core-voice__note {
	margin: 0;
	color: rgba(42, 33, 24, 0.58);
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 0.02em;
}

.re-core-faq-list {
	display: grid;
	gap: 10px;
	max-width: 920px;
	margin: 0 auto;
}

.re-core-description {
	padding-top: 54px;
	background: transparent;
	background-image: none;
}

.re-core-description__body {
	max-width: 920px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid var(--bb-border);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 12px 30px rgba(15, 61, 62, 0.08);
	color: rgba(46, 46, 46, 0.78);
	font-size: 14px;
	line-height: 2;
}

.re-core-description__body * {
	max-width: 100%;
}

.re-core-description__body img {
	height: auto;
	border-radius: 2px;
}

.re-core-faq-item button {
	display: flex;
	width: 100%;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px;
	border: 0;
	background: transparent;
	color: var(--bb-deep-green);
	cursor: pointer;
	font: 700 15px/1.7 var(--bb-serif);
	text-align: left;
}

.re-core-faq-item button::after {
	content: "+";
	color: var(--bb-gold-deep);
	font-size: 20px;
}

.re-core-faq-item.is-open button::after {
	content: "-";
}

.re-core-faq-panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.25s ease;
}

.re-core-faq-panel p {
	overflow: hidden;
	margin: 0;
	padding: 0 20px;
	color: rgba(46, 46, 46, 0.76);
	font-size: 13px;
	line-height: 1.9;
}

.re-core-faq-item.is-open .re-core-faq-panel {
	grid-template-rows: 1fr;
}

.re-core-faq-item.is-open .re-core-faq-panel p {
	padding-bottom: 20px;
}

.re-core-closing {
	position: relative;
	isolation: isolate;
	min-height: 430px;
	overflow: hidden;
	background-color: var(--bb-deep-green);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--bb-ivory);
}

.re-core-closing__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(17, 16, 13, 0.60) 0%, rgba(42, 33, 24, 0.42) 34%, rgba(42, 33, 24, 0.16) 56%, rgba(42, 33, 24, 0.02) 78%, rgba(42, 33, 24, 0) 100%);
}

.re-core-closing__content {
	display: flex;
	min-height: 430px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(64px, 7vw, 88px) 0;
}

.re-core-closing h2,
.re-core-closing p,
.re-core-closing .re-core-price__main,
.re-core-closing .re-core-price__tax {
	color: var(--bb-ivory);
}

.re-core-closing p {
	max-width: 560px;
	line-height: 1.9;
}

.re-core-footer-note {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: none;
	min-height: 172px;
	padding: 32px 0;
	background: rgba(247, 241, 230, 0.92);
	text-align: left;
}

.re-core-footer-note p {
	width: min(1180px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.re-core-footer-note p {
	margin: 3px auto;
	color: rgba(42, 33, 24, 0.78);
	font-size: 12px;
	line-height: 1.8;
}

.re-core-sticky-cta {
	display: none;
}

@media screen and (max-width: 767px) {
	.re-core-page {
		padding-top: 10px;
	}

	.re-core-hero__inner,
	.re-core-features,
	.re-core-section,
	.re-core-closing__content {
		width: calc(100% - 28px);
	}

	.re-core-hero {
		min-height: auto;
	}

	.re-core-hero__bg {
		background: linear-gradient(180deg, rgba(247, 241, 230, 0.9), rgba(234, 216, 181, 0.94));
	}

	.re-core-hero__inner,
	.re-core-why,
	.re-core-ritual,
	.re-core-simple {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.re-core-hero__inner {
		padding: 48px 0 40px;
	}

	.re-core-hero__visual {
		order: 2;
		width: 100%;
	}

	.re-core-hero__content {
		order: 1;
	}

	.re-core-hero h2,
	.re-core-section h2,
	.re-core-closing h2 {
		font-size: 27px;
		line-height: 1.55;
	}

	.re-core-features,
	.re-core-check-list,
	.re-core-reason-grid,
	.re-core-scene-grid,
	.re-core-material-grid,
	.re-core-trust-grid {
		grid-template-columns: 1fr;
	}

	.re-core-section {
		padding: 52px 0;
	}

	.re-core-simple,
	.re-core-jamu-culture {
		width: calc(100% - 28px);
		padding: 34px 20px;
	}

	.re-core-cycle {
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}

	.re-core-cycle__image img {
		aspect-ratio: 4 / 3;
	}

	.re-core-why .re-core-section__text,
	.re-core-ritual .re-core-section__text {
		order: 1;
		grid-column: auto;
	}

	.re-core-ritual__visual {
		order: 2;
	}

	.re-core-why__image {
		order: 2;
		width: 100%;
		max-width: none;
	}

	.re-core-jamu-culture__note {
		font-size: 12px !important;
		line-height: 1.85 !important;
	}

	.re-core-trust {
		margin-bottom: 0;
		padding: 56px 18px;
	}

	.re-core-voice {
		padding: 64px 0 72px;
		background:
			linear-gradient(180deg, var(--bb-ivory-soft), rgba(221, 241, 238, 0.30), var(--bb-ivory));
	}

	.re-core-voice__inner {
		width: min(100% - 28px, 560px);
	}

	.re-core-voice__header {
		margin-bottom: 30px;
		text-align: left;
	}

	.re-core-voice__eyebrow {
		font-size: 12px;
	}

	.re-core-voice__title {
		font-size: 26px;
		line-height: 1.6;
	}

	.re-core-voice__lead {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.95;
	}

	.re-core-voice__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.re-core-voice__card,
	.re-core-voice__card:nth-child(4),
	.re-core-voice__card:nth-child(5) {
		grid-column: auto;
		padding: 22px 18px 20px;
	}

	.re-core-voice__card-title {
		font-size: 17px;
		line-height: 1.65;
	}

	.re-core-voice__card-text {
		font-size: 13px;
		line-height: 1.9;
	}

	.re-core-voice__notes {
		margin-top: 28px;
	}

	.re-core-voice__note {
		font-size: 11px;
		line-height: 1.85;
	}

	.re-core-closing {
		min-height: 460px;
	}

	.re-core-closing__overlay {
		background: linear-gradient(180deg, rgba(252, 247, 236, 0.96) 0%, rgba(252, 247, 236, 0.82) 48%, rgba(252, 247, 236, 0.12) 100%);
	}

	.re-core-closing__content {
		min-height: 460px;
	}

	.re-core-sticky-cta {
		position: fixed;
		right: 12px;
		bottom: 12px;
		left: 12px;
		z-index: 50;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 12px;
		border: 1px solid rgba(200, 161, 90, 0.72);
		border-radius: 2px;
		background: linear-gradient(135deg, #11100D, var(--bb-turquoise-deep));
		box-shadow: 0 14px 34px rgba(15, 61, 62, 0.28);
	}

	.re-core-sticky-cta span,
	.re-core-sticky-cta small {
		display: block;
		color: var(--bb-ivory);
	}

	.re-core-sticky-cta span {
		font-weight: 800;
	}

	.re-core-sticky-cta small {
		font-size: 11px;
	}

	.re-core-sticky-cta a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 0 14px;
		border-radius: 2px;
		background: linear-gradient(135deg, var(--bb-gold-soft), var(--bb-gold), var(--bb-gold-deep));
		color: #1f1a10 !important;
		text-decoration: none;
		font-size: 12px;
		font-weight: 800;
	}

	.re-core-cta-row {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.re-core-cta-row .re-core-button,
	.re-core-cta-row .re-core-trial-button {
		width: 100%;
	}
}


#re-core-page .re-core-hero__bg {
          background:
            linear-gradient(90deg, rgba(247, 241, 230, 0.94) 0%, rgba(247, 241, 230, 0.88) 38%, rgba(247, 241, 230, 0.38) 58%, rgba(247, 241, 230, 0.04) 76%, rgba(247, 241, 230, 0) 100%),
            url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/recore/bb-recore7lp-hero-product-pc.webp") right center / cover no-repeat;
        }

        #re-core-page .re-core-closing {
          background: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/recore/bb-recore7lp-final-cta-bg-pc.webp") right center / cover no-repeat;
        }

        #product-show-view.bb-recore-shell .l-container__row {
          background: #FFFFFF;
          background-image: none;
        }

        #re-core-page .re-core-why {
          background-image: none;
          border-bottom: 0;
        }

        #re-core-page .re-core-jamu-culture {
          background-image: none;
          background-color: #FBF8F1;
          border-top: 0;
        }

        #re-core-page .re-core-jamu-culture .re-core-eyebrow {
          color: #8A6426;
          text-shadow: none;
        }

        #re-core-page .re-core-jamu-culture h2,
        #re-core-page .re-core-jamu-culture__body p {
          color: rgba(46, 46, 46, 0.78);
          text-shadow: 0 1px 12px rgba(251, 248, 241, 0.78);
        }

        #re-core-page .re-core-jamu-culture h2 {
          color: #0F3D3E;
        }

        #re-core-page .re-core-jamu-culture .re-core-jamu-culture__note {
          color: rgba(46, 46, 46, 0.68);
        }

        #re-core-page .re-core-ritual {
          background-image: none;
          background-color: #FBF8F1;
        }

        #re-core-page .re-core-voice {
          position: relative;
          overflow: hidden;
          width: 100%;
          margin: 0;
          padding: clamp(76px, 8vw, 104px) 0;
          background:
            radial-gradient(circle at 8% 18%, rgba(45, 156, 154, 0.10), transparent 30%),
            linear-gradient(180deg, #FBF8F1, #F7F1E6 52%, rgba(221, 241, 238, 0.34));
          border-top: 1px solid rgba(181, 138, 58, 0.16);
          border-bottom: 1px solid rgba(181, 138, 58, 0.16);
        }

        #re-core-page .re-core-voice::before {
          content: "";
          position: absolute;
          inset: 0;
          pointer-events: none;
          background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 44%),
            radial-gradient(circle at right bottom, rgba(181, 138, 58, 0.10), transparent 28%);
        }

        #re-core-page .re-core-voice__inner {
          position: relative;
          z-index: 1;
          width: min(1200px, calc(100% - 40px));
          margin: 0 auto;
        }

        #re-core-page .re-core-voice__header {
          max-width: 860px;
          margin: 0 auto clamp(34px, 4vw, 48px);
          text-align: center;
        }

        #re-core-page .re-core-voice__eyebrow {
          margin: 0 0 12px;
          color: #8A6426;
          font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
          font-size: 13px;
          line-height: 1.4;
          letter-spacing: 0.12em;
        }

        #re-core-page .re-core-voice__title {
          margin: 0;
          color: #2A2118;
          font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
          font-size: clamp(26px, 3.1vw, 34px);
          font-weight: 600;
          line-height: 1.55;
          letter-spacing: 0.04em;
        }

        #re-core-page .re-core-voice__lead {
          max-width: 820px;
          margin: 20px auto 0;
          color: rgba(42, 33, 24, 0.78);
          font-size: 15px;
          line-height: 2;
          letter-spacing: 0.03em;
          text-align: left;
        }

        #re-core-page .re-core-voice__grid {
          display: grid;
          grid-template-columns: repeat(6, minmax(0, 1fr));
          gap: 20px;
        }

        #re-core-page .re-core-voice__card {
          grid-column: span 2;
          min-height: 100%;
          padding: 28px 24px 24px;
          background: rgba(255, 255, 255, 0.84);
          border: 1px solid rgba(181, 138, 58, 0.24);
          border-radius: 4px;
          box-shadow: 0 14px 32px rgba(17, 16, 13, 0.07);
        }

        #re-core-page .re-core-voice__card:nth-child(4) {
          grid-column: 2 / span 2;
        }

        #re-core-page .re-core-voice__card:nth-child(5) {
          grid-column: 4 / span 2;
        }

        #re-core-page .re-core-voice__card-number {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 32px;
          height: 32px;
          margin-bottom: 18px;
          color: #8A6426;
          font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
          font-size: 13px;
          line-height: 1;
          border: 1px solid rgba(181, 138, 58, 0.48);
          border-radius: 50%;
          background: rgba(215, 187, 117, 0.12);
        }

        #re-core-page .re-core-voice__card-title {
          margin: 0 0 10px;
          color: #2A2118;
          font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
          font-size: 18px;
          font-weight: 600;
          line-height: 1.7;
          letter-spacing: 0.03em;
        }

        #re-core-page .re-core-voice__card-text {
          margin: 0;
          color: rgba(42, 33, 24, 0.74);
          font-size: 14px;
          line-height: 1.95;
          letter-spacing: 0.02em;
        }

        #re-core-page .re-core-voice__notes {
          margin-top: 36px;
          padding-top: 18px;
          border-top: 1px solid rgba(181, 138, 58, 0.18);
        }

        #re-core-page .re-core-voice__note {
          margin: 0;
          color: rgba(42, 33, 24, 0.58);
          font-size: 12px;
          line-height: 1.9;
          letter-spacing: 0.02em;
        }

        #re-core-page .re-core-voice {
          padding: 96px 0 104px;
          background:
            radial-gradient(circle at right top, rgba(181, 138, 58, 0.08), transparent 32%),
            radial-gradient(circle at left 20%, rgba(45, 156, 154, 0.055), transparent 30%),
            linear-gradient(180deg, #FBF8F1 0%, #F7F1E6 100%);
        }

        #re-core-page .re-core-voice__header {
          max-width: 900px;
        }

        #re-core-page .re-core-voice__divider {
          position: relative;
          width: min(330px, 72%);
          height: 1px;
          margin: 14px auto 34px;
          background: linear-gradient(90deg, rgba(181, 138, 58, 0), rgba(181, 138, 58, 0.62), rgba(181, 138, 58, 0));
        }

        #re-core-page .re-core-voice__divider::before,
        #re-core-page .re-core-voice__divider::after,
        #re-core-page .re-core-voice__divider span::before {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          width: 8px;
          height: 8px;
          border: 1px solid #B58A3A;
          background: #F7F1E6;
          transform: translate(-50%, -50%) rotate(45deg);
        }

        #re-core-page .re-core-voice__divider::before {
          margin-left: -14px;
          width: 5px;
          height: 5px;
        }

        #re-core-page .re-core-voice__divider::after {
          margin-left: 14px;
          width: 5px;
          height: 5px;
        }

        #re-core-page .re-core-voice__title {
          max-width: 900px;
          margin: 0 auto;
          color: #11100D;
          font-size: clamp(32px, 4.6vw, 50px);
          font-weight: 500;
          line-height: 1.58;
          text-align: center;
          letter-spacing: 0.08em;
        }

        #re-core-page .re-core-voice__lead {
          max-width: 760px;
          margin-top: 28px;
          color: rgba(42, 33, 24, 0.82);
          font-size: 17px;
          line-height: 2.15;
          text-align: center;
        }

        #re-core-page .re-core-voice__grid {
          grid-template-columns: repeat(6, minmax(0, 1fr));
          gap: 26px;
          margin-top: 48px;
        }

        #re-core-page .re-core-voice__card {
          position: relative;
          overflow: hidden;
          text-align: center;
          padding: 34px 28px 32px;
          background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(251, 248, 241, 0.78));
          border: 1px solid rgba(181, 138, 58, 0.36);
          border-radius: 6px;
          box-shadow: 0 12px 28px rgba(42, 33, 24, 0.06);
        }

        #re-core-page .re-core-voice__card::before {
          content: "";
          position: absolute;
          inset: 8px;
          pointer-events: none;
          border: 1px solid rgba(181, 138, 58, 0.18);
          border-radius: 4px;
        }

        #re-core-page .re-core-voice__card::after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: 10px;
          width: 150px;
          height: 58px;
          opacity: 0.14;
          pointer-events: none;
          transform: translateX(-50%);
          background:
            radial-gradient(ellipse at 50% 100%, rgba(181, 138, 58, 0.18) 0 2px, transparent 3px),
            linear-gradient(135deg, transparent 42%, rgba(181, 138, 58, 0.42) 43% 45%, transparent 46%),
            linear-gradient(45deg, transparent 42%, rgba(181, 138, 58, 0.34) 43% 45%, transparent 46%);
          background-size: 18px 18px, 34px 34px, 34px 34px;
          background-position: center bottom;
        }

        #re-core-page .re-core-voice__card-number {
          position: relative;
          z-index: 1;
          width: 44px;
          height: 44px;
          margin: -10px auto 22px;
          color: #FFFFFF;
          font-size: 16px;
          letter-spacing: 0.02em;
          border: 1px solid rgba(138, 100, 38, 0.48);
          background: linear-gradient(135deg, #D7BB75, #B58A3A);
          box-shadow: 0 4px 10px rgba(42, 33, 24, 0.10);
        }

        #re-core-page .re-core-voice__icon {
          position: relative;
          z-index: 1;
          display: block;
          width: 64px;
          height: 56px;
          margin: 0 auto 18px;
          color: #B58A3A;
        }

        #re-core-page .re-core-voice__icon::before,
        #re-core-page .re-core-voice__icon::after {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
        }

        #re-core-page .re-core-voice__icon--shield::before {
          width: 42px;
          height: 48px;
          border: 2px solid currentColor;
          clip-path: polygon(50% 0, 88% 14%, 82% 70%, 50% 100%, 18% 70%, 12% 14%);
        }

        #re-core-page .re-core-voice__icon--shield::after {
          width: 22px;
          height: 12px;
          border-left: 4px solid currentColor;
          border-bottom: 4px solid currentColor;
          transform: translate(-50%, -48%) rotate(-45deg);
        }

        #re-core-page .re-core-voice__icon--sun::before {
          width: 46px;
          height: 46px;
          border-bottom: 2px solid currentColor;
          border-radius: 50%;
          clip-path: inset(0 0 48% 0);
        }

        #re-core-page .re-core-voice__icon--sun::after {
          width: 58px;
          height: 30px;
          border-bottom: 2px solid currentColor;
          background: repeating-conic-gradient(from 0deg, currentColor 0 6deg, transparent 6deg 30deg);
          -webkit-mask: radial-gradient(circle at center 68%, transparent 0 27px, #000 28px);
          mask: radial-gradient(circle at center 68%, transparent 0 27px, #000 28px);
        }

        #re-core-page .re-core-voice__icon--culture::before {
          width: 42px;
          height: 46px;
          background: repeating-linear-gradient(180deg, transparent 0 6px, currentColor 7px 9px);
          clip-path: polygon(50% 0, 70% 16%, 62% 16%, 82% 32%, 72% 32%, 92% 48%, 8% 48%, 28% 32%, 18% 32%, 38% 16%, 30% 16%);
        }

        #re-core-page .re-core-voice__icon--book::before {
          width: 46px;
          height: 34px;
          border: 2px solid currentColor;
          border-radius: 2px;
          background: linear-gradient(90deg, transparent 49%, currentColor 50% 52%, transparent 53%);
        }

        #re-core-page .re-core-voice__icon--book::after {
          width: 30px;
          height: 16px;
          border-top: 1px solid currentColor;
          border-bottom: 1px solid currentColor;
        }

        #re-core-page .re-core-voice__icon--step::before {
          width: 42px;
          height: 34px;
          background:
            linear-gradient(currentColor, currentColor) left bottom / 12px 10px no-repeat,
            linear-gradient(currentColor, currentColor) center bottom / 12px 20px no-repeat,
            linear-gradient(currentColor, currentColor) right bottom / 12px 30px no-repeat;
        }

        #re-core-page .re-core-voice__icon--step::after {
          width: 20px;
          height: 20px;
          border-left: 2px solid currentColor;
          border-top: 2px solid currentColor;
          border-radius: 50%;
          transform: translate(2px, -24px) rotate(20deg);
        }

        #re-core-page .re-core-voice__card-title {
          position: relative;
          z-index: 1;
          margin-bottom: 18px;
          color: #11100D;
          font-size: 24px;
          font-weight: 500;
          line-height: 1.72;
          letter-spacing: 0.08em;
        }

        #re-core-page .re-core-voice__card-title::after {
          content: "";
          display: block;
          width: 72px;
          height: 1px;
          margin: 16px auto 0;
          background: linear-gradient(90deg, rgba(181, 138, 58, 0), rgba(181, 138, 58, 0.72), rgba(181, 138, 58, 0));
        }

        #re-core-page .re-core-voice__card-text {
          position: relative;
          z-index: 1;
          max-width: 280px;
          margin: 0 auto;
          color: rgba(42, 33, 24, 0.80);
          font-size: 14px;
          line-height: 2.05;
        }

        #re-core-page .re-core-voice__notes {
          display: grid;
          gap: 4px;
          margin-top: 42px;
          padding: 24px 28px;
          border: 1px solid rgba(181, 138, 58, 0.28);
          border-radius: 6px;
          background: rgba(255, 255, 255, 0.62);
          color: rgba(42, 33, 24, 0.68);
          box-shadow: 0 10px 22px rgba(42, 33, 24, 0.04);
        }

        #re-core-page .re-core-voice__note {
          color: rgba(42, 33, 24, 0.68);
          font-size: 12px;
          line-height: 1.9;
        }

        #re-core-page .re-core-origin {
          position: relative;
          overflow: hidden;
          padding: clamp(80px, 8vw, 112px) 0;
          color: #2A2118;
          background-color: #FBF8F1;
          background-image: none;
          border-top: 1px solid rgba(181, 138, 58, 0.18);
          border-bottom: 1px solid rgba(181, 138, 58, 0.18);
        }

        #re-core-page .re-core-origin__inner {
          width: min(1160px, calc(100% - 40px));
          margin: 0 auto;
        }

        #re-core-page .re-core-origin__eyebrow {
          margin: 0;
          color: #8A6426;
          font-size: 13px;
          line-height: 1.5;
          letter-spacing: 0.12em;
        }

        #re-core-page .re-core-origin__divider {
          position: relative;
          width: min(320px, 72%);
          height: 1px;
          margin: 16px auto 28px;
          background: linear-gradient(90deg, transparent, rgba(181, 138, 58, 0.62), transparent);
        }

        #re-core-page .re-core-origin__divider span {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 8px;
          height: 8px;
          border: 1px solid #B58A3A;
          background: #F8F2E7;
          transform: translate(-50%, -50%) rotate(45deg);
        }

        #re-core-page .re-core-origin__title {
          margin: 0;
          color: #11100D;
          font-size: clamp(30px, 4vw, 44px);
          font-weight: 500;
          line-height: 1.55;
          letter-spacing: 0.07em;
        }

        #re-core-page .re-core-origin__subtitle {
          margin: 14px 0 0;
          color: #8A6426;
          font-size: 17px;
          line-height: 1.8;
          letter-spacing: 0.08em;
        }

        #re-core-page .re-core-origin__lead {
          max-width: 720px;
          margin: 22px auto 0;
          color: rgba(42, 33, 24, 0.76);
          font-size: 15px;
          line-height: 2;
          letter-spacing: 0.03em;
          text-align: left;
        }

        #re-core-page .re-core-origin__block {
          display: grid;
          grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
          gap: clamp(26px, 4vw, 50px);
          align-items: center;
          margin-top: 34px;
          padding: clamp(26px, 4vw, 42px);
          background: rgba(255, 255, 255, 0.60);
          border: 1px solid rgba(181, 138, 58, 0.28);
          border-radius: 6px;
          box-shadow: 0 16px 38px rgba(42, 33, 24, 0.06);
        }

        #re-core-page .re-core-origin__content {
          min-width: 0;
        }

        #re-core-page .re-core-origin__number {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 42px;
          height: 42px;
          margin-bottom: 18px;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 1;
          border-radius: 50%;
          background: linear-gradient(135deg, #D7BB75, #B58A3A);
        }

        #re-core-page .re-core-origin__content h3 {
          margin: 0;
          color: #11100D;
          font-size: clamp(24px, 3vw, 32px);
          font-weight: 500;
          line-height: 1.6;
          letter-spacing: 0.07em;
        }

        #re-core-page .re-core-origin__content > p {
          margin: 18px 0 0;
          color: rgba(42, 33, 24, 0.76);
          font-size: 14px;
          line-height: 2;
          letter-spacing: 0.03em;
        }

        #re-core-page .re-core-origin__features {
          display: grid;
          grid-template-columns: repeat(3, minmax(0, 1fr));
          gap: 10px;
          margin-top: 28px;
        }

        #re-core-page .re-core-origin__feature {
          display: grid;
          gap: 8px;
          justify-items: center;
          min-width: 0;
          padding: 14px 6px 12px;
          color: #8A6426;
          text-align: center;
          border-top: 1px solid rgba(181, 138, 58, 0.30);
        }

        #re-core-page .re-core-origin__feature svg {
          width: 38px;
          height: 38px;
          fill: none;
          stroke: currentColor;
          stroke-width: 1.5;
          stroke-linecap: round;
          stroke-linejoin: round;
        }

        #re-core-page .re-core-origin__feature span {
          color: rgba(42, 33, 24, 0.78);
          font-size: 12px;
          line-height: 1.65;
        }

        #re-core-page .re-core-origin__gallery {
          display: grid;
          grid-template-columns: minmax(0, 1.9fr) minmax(110px, 0.8fr);
          gap: 10px;
          min-width: 0;
        }

        #re-core-page .re-core-origin__main-image,
        #re-core-page .re-core-origin__sub-images div {
          overflow: hidden;
          min-height: 112px;
          background: linear-gradient(135deg, #F1E8D9, #E8DFD0);
          border: 1px solid rgba(181, 138, 58, 0.20);
          border-radius: 4px;
        }

        #re-core-page .re-core-origin__main-image {
          aspect-ratio: 5 / 4;
        }

        #re-core-page .re-core-origin__sub-images {
          display: grid;
          grid-template-rows: repeat(2, minmax(0, 1fr));
          gap: 10px;
        }

        #re-core-page .re-core-origin__main-image img,
        #re-core-page .re-core-origin__sub-images img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          color: transparent;
        }

        #re-core-page .re-core-origin__assurance {
          margin-top: clamp(42px, 6vw, 68px);
          padding: clamp(26px, 4vw, 38px);
          background: rgba(255, 255, 255, 0.55);
          border: 1px solid rgba(181, 138, 58, 0.25);
          border-radius: 6px;
        }

        #re-core-page .re-core-origin__assurance > h3 {
          margin: 0 0 24px;
          color: #2A2118;
          font-size: clamp(22px, 2.6vw, 28px);
          font-weight: 500;
          line-height: 1.6;
          letter-spacing: 0.06em;
          text-align: center;
        }

        #re-core-page .re-core-origin__assurance-list {
          display: grid;
          grid-template-columns: repeat(3, minmax(0, 1fr));
          gap: 18px;
        }

        #re-core-page .re-core-origin__assurance-item {
          padding: 20px;
          background: rgba(251, 248, 241, 0.84);
          border-top: 1px solid rgba(181, 138, 58, 0.42);
        }

        #re-core-page .re-core-origin__assurance-item h4 {
          margin: 0;
          color: #2A2118;
          font-size: 16px;
          font-weight: 500;
          line-height: 1.7;
        }

        #re-core-page .re-core-origin__assurance-item p {
          margin: 10px 0 0;
          color: rgba(42, 33, 24, 0.70);
          font-size: 13px;
          line-height: 1.9;
        }

        #re-core-page .re-core-origin__closing {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 18px;
          margin: clamp(40px, 6vw, 64px) 0 0;
          color: #8A6426;
          font-size: clamp(17px, 2vw, 21px);
          line-height: 1.8;
          letter-spacing: 0.09em;
          text-align: center;
        }

        #re-core-page .re-core-origin__closing span {
          width: min(100px, 10vw);
          height: 1px;
          background: linear-gradient(90deg, transparent, rgba(181, 138, 58, 0.70));
        }

        #re-core-page .re-core-origin__closing span:last-child {
          transform: rotate(180deg);
        }

        #re-core-page .re-core-reasons {
          background: #FBF8F1;
          background-image: none;
        }

        #re-core-page .re-core-reasons,
        #re-core-page .re-core-botanical,
        #re-core-page .re-core-description {
          width: 100%;
          max-width: none;
          margin-left: 0;
          margin-right: 0;
          padding-left: max(20px, calc((100% - 1120px) / 2));
          padding-right: max(20px, calc((100% - 1120px) / 2));
          background-size: cover;
          background-repeat: no-repeat;
        }

        #re-core-page .re-core-why h2,
        #re-core-page .re-core-jamu-culture h2,
        #re-core-page .re-core-botanical h2,
        #re-core-page .re-core-simple h2,
        #re-core-page .re-core-ritual h2,
        #re-core-page .re-core-cycle h2 {
          margin-bottom: 18px;
        }

        #re-core-page .re-core-jamu-culture__visual,
        #re-core-page .re-core-ritual__visual {
          margin: 0;
          overflow: hidden;
          border: 1px solid rgba(181, 138, 58, 0.22);
          border-radius: 6px;
          box-shadow: 0 18px 42px rgba(42, 33, 24, 0.10);
          background: #F7F1E6;
        }

        #re-core-page .re-core-jamu-culture__visual img,
        #re-core-page .re-core-ritual__visual img {
          display: block;
          width: 100%;
          aspect-ratio: 4 / 3;
          object-fit: cover;
        }

        #re-core-page .re-core-origin__intro {
          max-width: 820px;
          margin: 0 auto clamp(42px, 6vw, 68px);
          text-align: center;
        }

        #re-core-page .re-core-origin__intro,
        #re-core-page .re-core-origin__intro::before,
        #re-core-page .re-core-origin__intro::after {
          background: transparent;
          background-image: none;
          box-shadow: none;
          filter: none;
        }

        #re-core-page .re-core-origin__note {
          display: inline-block;
          margin-left: 0.35em;
          color: rgba(42, 33, 24, 0.66);
          font-size: 0.62em;
          font-weight: 400;
          letter-spacing: 0.04em;
          vertical-align: baseline;
        }

        #re-core-page .re-core-reasons .re-core-eyebrow,
        #re-core-page .re-core-reasons h2 {
          text-shadow: none;
        }

        #re-core-page .re-core-reasons .re-core-eyebrow {
          color: #0F6F70;
        }

        #re-core-page .re-core-reasons h2 {
          color: #0F3D3E;
        }

        #re-core-page .re-core-botanical {
          background:
            linear-gradient(180deg, rgba(251, 248, 241, 0.58), rgba(247, 241, 230, 0.50)),
            url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/recore/bb-recore-cart-product-bg-pc.webp") bottom center / cover no-repeat;
        }

        #re-core-page .re-core-description {
          background: transparent;
          background-image: none;
        }

        #re-core-page .re-core-simple {
          width: 100%;
          max-width: none;
          padding-left: max(24px, calc((100% - 1180px) / 2));
          padding-right: max(24px, calc((100% - 1180px) / 2));
          background: linear-gradient(90deg, rgba(221, 241, 238, 0.54), rgba(251, 248, 241, 0.96), rgba(221, 241, 238, 0.46));
        }

        #re-core-page .re-core-jamu-culture__visual,
        #re-core-page .re-core-simple__visual {
          border-radius: 0;
        }

        #re-core-page .re-core-simple__visual {
          margin: 0;
          overflow: hidden;
          border: 1px solid rgba(181, 138, 58, 0.22);
          background: #F7F1E6;
          box-shadow: 0 18px 42px rgba(42, 33, 24, 0.10);
        }

        #re-core-page .re-core-simple__visual img {
          display: block;
          width: 100%;
          aspect-ratio: 4 / 3;
          object-fit: cover;
        }

        #re-core-page .re-core-simple .re-core-allergy-note {
          grid-column: 1 / -1;
          width: min(920px, 100%);
        }

        #re-core-page .re-core-cycle {
          display: block;
          width: 100%;
          max-width: none;
          padding-left: max(20px, calc((100% - 1120px) / 2));
          padding-right: max(20px, calc((100% - 1120px) / 2));
          border: 0;
          background: #FBF8F1;
        }

        #re-core-page .re-core-cycle__head {
          max-width: 820px;
          margin: 0 auto clamp(28px, 4vw, 42px);
          text-align: center;
        }

        #re-core-page .re-core-cycle__image {
          width: min(1120px, 100%);
          margin: 0 auto clamp(28px, 4vw, 42px);
          overflow: hidden;
          border: 1px solid rgba(181, 138, 58, 0.22);
          border-radius: 0;
          background: #F7F1E6;
          box-shadow: 0 18px 42px rgba(42, 33, 24, 0.10);
        }

        #re-core-page .re-core-cycle__image img {
          display: block;
          width: 100%;
          aspect-ratio: 16 / 7;
          object-fit: cover;
        }

        #re-core-page .re-core-cycle__body {
          max-width: 820px;
          margin: 0 auto;
        }

        #re-core-page .re-core-closing__overlay {
          background: linear-gradient(90deg, rgba(17, 16, 13, 0.60) 0%, rgba(42, 33, 24, 0.42) 34%, rgba(42, 33, 24, 0.16) 56%, rgba(42, 33, 24, 0.02) 78%, rgba(42, 33, 24, 0) 100%);
        }

        #re-core-page .re-core-character-copy {
          margin: 18px 0 0;
          color: rgba(42, 33, 24, 0.72);
          font-size: 14px;
          line-height: 1.8;
        }

        #re-core-page .re-core-character {
          display: block;
          width: 92px;
          height: auto;
          object-fit: contain;
        }

        #re-core-page .re-core-character-message {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 14px;
          margin-top: 18px;
          color: rgba(42, 33, 24, 0.72);
        }

        #re-core-page .re-core-character-message p {
          margin: 0;
          font-size: 14px;
          line-height: 1.8;
        }

        #re-core-page .re-core-character-message .re-core-character {
          width: 76px;
        }

        #re-core-page .re-core-allergy-note {
          max-width: 920px;
          margin: 34px auto 0;
          padding: 22px 24px;
          background: rgba(251, 248, 241, 0.88);
          border: 1px solid rgba(181, 138, 58, 0.30);
          border-left: 3px solid #B58A3A;
        }

        #re-core-page .re-core-allergy-note h3 {
          margin: 0;
          color: #2A2118;
          font-size: 16px;
          line-height: 1.7;
        }

        #re-core-page .re-core-allergy-note p {
          margin: 10px 0 0;
          color: rgba(42, 33, 24, 0.72);
          font-size: 13px;
          line-height: 1.9;
        }

        #re-core-page .re-core-voice__icon {
          fill: none;
          stroke: #B58A3A;
          stroke-width: 1.8;
          stroke-linecap: round;
          stroke-linejoin: round;
        }

        @media screen and (max-width: 767px) {
          #re-core-page .re-core-hero__bg {
            display: none;
            background: none;
            background-color: transparent;
            background-image: none;
          }

          #re-core-page .re-core-closing {
            background: #FBF8F1;
            background-color: #FBF8F1;
            background-image: none;
          }

          #re-core-page .re-core-closing__overlay {
            display: none;
            background: none;
            background-color: transparent;
            background-image: none;
          }

          #re-core-page .re-core-closing h2,
          #re-core-page .re-core-closing p,
          #re-core-page .re-core-closing .re-core-price__main,
          #re-core-page .re-core-closing .re-core-price__tax {
            color: #2A2118;
          }

          #product-show-view.bb-recore-shell .l-container__row {
            background: #FFFFFF;
            background-image: none;
          }

          #re-core-page .re-core-jamu-culture {
            background-image: none;
          }

          #re-core-page .re-core-ritual {
            background-image: none;
          }

          #re-core-page .re-core-reasons {
            background-color: #FBF8F1;
            background-image: none;
          }

          #re-core-page .re-core-botanical {
            background-image:
              linear-gradient(180deg, rgba(251, 248, 241, 0.68), rgba(247, 241, 230, 0.58)),
              url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/recore/bb-recore-cart-product-bg-sp.webp");
            background-position: bottom center;
          }

          #re-core-page .re-core-description {
            background-color: transparent;
            background-image: none;
          }

          #re-core-page .re-core-reasons,
          #re-core-page .re-core-botanical,
          #re-core-page .re-core-description {
            padding-left: 16px;
            padding-right: 16px;
          }

          #re-core-page .re-core-simple {
            width: 100%;
            padding-left: 16px;
            padding-right: 16px;
            background-image: none;
          }

          #re-core-page .re-core-simple__visual {
            width: 100%;
          }

          #re-core-page .re-core-simple .re-core-allergy-note {
            width: 100%;
          }

          #re-core-page .re-core-cycle {
            width: 100%;
            padding-left: 16px;
            padding-right: 16px;
          }

          #re-core-page .re-core-cycle__image img {
            aspect-ratio: 4 / 3;
          }

          #re-core-page .re-core-check-section .re-core-character--barian {
            position: static;
            width: 68px;
            margin: 14px 0 0 auto;
          }

          #re-core-page .re-core-character-message {
            justify-content: flex-start;
          }

          #re-core-page .re-core-character-message .re-core-character {
            width: 60px;
          }

          #re-core-page .re-core-allergy-note {
            margin-top: 24px;
            padding: 18px 16px;
          }

          #re-core-page .re-core-voice {
            padding: 64px 0 72px;
            background:
              linear-gradient(180deg, #FBF8F1, rgba(221, 241, 238, 0.30), #F7F1E6);
          }

          #re-core-page .re-core-voice__inner {
            width: min(100% - 28px, 560px);
          }

          #re-core-page .re-core-voice__header {
            margin-bottom: 30px;
            text-align: left;
          }

          #re-core-page .re-core-voice__eyebrow {
            font-size: 12px;
          }

          #re-core-page .re-core-voice__title {
            font-size: 26px;
            line-height: 1.6;
          }

          #re-core-page .re-core-voice__lead {
            margin-top: 18px;
            font-size: 14px;
            line-height: 1.95;
          }

          #re-core-page .re-core-voice__grid {
            grid-template-columns: 1fr;
            gap: 14px;
          }

          #re-core-page .re-core-voice__card,
          #re-core-page .re-core-voice__card:nth-child(4),
          #re-core-page .re-core-voice__card:nth-child(5) {
            grid-column: auto;
            padding: 22px 18px 20px;
          }

          #re-core-page .re-core-voice__card-title {
            font-size: 17px;
            line-height: 1.65;
          }

          #re-core-page .re-core-voice__card-text {
            font-size: 13px;
            line-height: 1.9;
          }

          #re-core-page .re-core-voice__notes {
            margin-top: 28px;
          }

          #re-core-page .re-core-voice__note {
            font-size: 11px;
            line-height: 1.85;
          }

          #re-core-page .re-core-voice {
            padding: 64px 0 72px;
          }

          #re-core-page .re-core-voice__divider {
            width: min(260px, 82%);
            margin: 12px auto 28px;
          }

          #re-core-page .re-core-voice__title {
            font-size: 28px;
            line-height: 1.68;
            letter-spacing: 0.06em;
            text-align: left;
          }

          #re-core-page .re-core-voice__lead {
            margin-top: 20px;
            font-size: 14px;
            line-height: 2;
            text-align: left;
          }

          #re-core-page .re-core-voice__grid {
            margin-top: 34px;
            gap: 18px;
          }

          #re-core-page .re-core-voice__card,
          #re-core-page .re-core-voice__card:nth-child(4),
          #re-core-page .re-core-voice__card:nth-child(5) {
            padding: 28px 22px 26px;
          }

          #re-core-page .re-core-voice__card-number {
            width: 40px;
            height: 40px;
            margin: -8px auto 18px;
            font-size: 15px;
          }

          #re-core-page .re-core-voice__icon {
            width: 56px;
            height: 50px;
            margin-bottom: 14px;
          }

          #re-core-page .re-core-voice__card-title {
            font-size: 21px;
            line-height: 1.68;
            letter-spacing: 0.06em;
          }

          #re-core-page .re-core-voice__card-text {
            max-width: 100%;
            font-size: 13px;
            line-height: 1.95;
          }

          #re-core-page .re-core-voice__notes {
            margin-top: 28px;
            padding: 18px 16px;
          }

          #re-core-page .re-core-origin {
            padding: 64px 0 72px;
          }

          #re-core-page .re-core-origin__inner {
            width: min(100% - 32px, 560px);
          }

          #re-core-page .re-core-origin__intro {
            margin-bottom: 36px;
            text-align: left;
          }

          #re-core-page .re-core-origin__eyebrow {
            font-size: 11px;
            line-height: 1.7;
          }

          #re-core-page .re-core-origin__divider {
            width: min(260px, 78%);
            margin: 14px 0 24px;
          }

          #re-core-page .re-core-origin__divider span {
            left: 50%;
          }

          #re-core-page .re-core-origin__title {
            font-size: 27px;
            line-height: 1.65;
          }

          #re-core-page .re-core-origin__subtitle {
            margin-top: 10px;
            font-size: 15px;
          }

          #re-core-page .re-core-origin__lead {
            margin-top: 18px;
            font-size: 13px;
            line-height: 1.9;
          }

          #re-core-page .re-core-origin__block {
            display: flex;
            flex-direction: column;
            gap: 22px;
            margin-top: 20px;
            padding: 22px 18px;
          }

          #re-core-page .re-core-origin__content {
            display: contents;
          }

          #re-core-page .re-core-origin__number {
            order: 1;
            align-self: center;
            width: 38px;
            height: 38px;
            margin: 0 auto 4px;
            font-size: 13px;
          }

          #re-core-page .re-core-origin__content h3 {
            order: 2;
            margin-top: 0;
            padding-left: 0;
            font-size: 22px;
            line-height: 1.65;
            text-align: center;
          }

          #re-core-page .re-core-origin__note {
            display: block;
            margin: 3px 0 0;
            font-size: 0.58em;
          }

          #re-core-page .re-core-origin__content > p {
            order: 3;
            margin: 0;
            font-size: 13px;
            line-height: 1.85;
          }

          #re-core-page .re-core-origin__gallery {
            order: 4;
            grid-template-columns: 1fr;
            width: 100%;
          }

          #re-core-page .re-core-origin__main-image {
            aspect-ratio: 4 / 3;
          }

          #re-core-page .re-core-origin__sub-images {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            grid-template-rows: none;
          }

          #re-core-page .re-core-origin__sub-images div {
            min-height: 76px;
            aspect-ratio: 1 / 1;
          }

          #re-core-page .re-core-origin__features {
            order: 5;
            width: 100%;
            gap: 4px;
            margin-top: 0;
          }

          #re-core-page .re-core-origin__feature {
            padding: 12px 2px 8px;
          }

          #re-core-page .re-core-origin__feature svg {
            width: 32px;
            height: 32px;
          }

          #re-core-page .re-core-origin__feature span {
            font-size: 10px;
            line-height: 1.55;
          }

          #re-core-page .re-core-origin__assurance {
            margin-top: 32px;
            padding: 22px 16px;
          }

          #re-core-page .re-core-origin__assurance > h3 {
            margin-bottom: 18px;
            font-size: 20px;
          }

          #re-core-page .re-core-origin__assurance-list {
            grid-template-columns: 1fr;
            gap: 10px;
          }

          #re-core-page .re-core-origin__assurance-item {
            padding: 16px 14px;
          }

          #re-core-page .re-core-origin__assurance-item h4 {
            font-size: 15px;
          }

          #re-core-page .re-core-origin__assurance-item p {
            font-size: 12px;
            line-height: 1.85;
          }

          #re-core-page .re-core-origin__closing {
            gap: 10px;
            margin-top: 36px;
            font-size: 15px;
            line-height: 1.8;
            letter-spacing: 0.05em;
          }

          #re-core-page .re-core-origin__closing span {
            width: 28px;
          }
        }

        #re-core-page h2 {
          color: #0F3D3E;
        }

        #re-core-page .re-core-closing h2 {
          color: #F7F1E6;
        }

        #re-core-page .re-core-why {
          grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
        }

        #re-core-page .re-core-why__image {
          justify-self: stretch;
          width: 100%;
          max-width: none;
        }

        #re-core-page .re-core-ritual__visual {
          border-radius: 0;
        }

        #re-core-page .re-core-origin {
          border-bottom: 0;
        }

        #re-core-page .re-core-simple {
          border-top: 0;
        }

        #re-core-page .re-core-cycle__divider {
          position: relative;
          width: min(260px, 72%);
          height: 1px;
          margin: 14px auto 22px;
          background: linear-gradient(90deg, transparent, rgba(181, 138, 58, 0.62), transparent);
        }

        #re-core-page .re-core-cycle__divider span::before {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          width: 8px;
          height: 8px;
          border: 1px solid #B58A3A;
          background: #FBF8F1;
          transform: translate(-50%, -50%) rotate(45deg);
        }

        #re-core-page .re-core-character {
          max-width: 100%;
          pointer-events: none;
        }

        #re-core-page .re-core-check-section .re-core-character--barian {
          width: clamp(82px, 10vw, 132px);
          opacity: 0.96;
        }

        #re-core-page .re-core-scenes .re-core-character--barii {
          flex: 0 0 auto;
          width: clamp(86px, 11vw, 140px);
          opacity: 0.96;
        }

        #re-core-page .re-core-faq .re-core-character--barii {
          flex: 0 0 auto;
          width: clamp(76px, 9vw, 118px);
          opacity: 0.95;
        }

        #re-core-page .re-core-hero .re-core-eyebrow,
        #re-core-page .re-core-reasons .re-core-eyebrow,
        #re-core-page .re-core-origin__eyebrow,
        #re-core-page .re-core-voice__eyebrow,
        #re-core-page .re-core-cycle .re-core-eyebrow {
          color: rgba(46, 46, 46, 0.78);
        }

        #re-core-page .re-core-cycle .re-core-eyebrow::after {
          content: none;
        }

        #re-core-page .re-core-cycle__body {
          max-width: 760px;
          color: rgba(42, 33, 24, 0.82);
          font-size: 17px;
          line-height: 2.15;
          letter-spacing: 0.03em;
          text-align: center;
        }

        #re-core-page .re-core-cycle__body p {
          margin: 0;
          color: inherit;
          font-size: inherit;
          line-height: inherit;
          letter-spacing: inherit;
        }

        #re-core-page .re-core-cycle__body p + p {
          margin-top: 14px;
        }

        @media screen and (max-width: 767px) {
          #re-core-page .re-core-check-section .re-core-character--barian {
            width: clamp(68px, 24vw, 104px);
            margin-top: 16px;
          }

          #re-core-page .re-core-scenes .re-core-character--barii {
            width: clamp(72px, 26vw, 112px);
          }

          #re-core-page .re-core-faq .re-core-character--barii {
            width: clamp(64px, 22vw, 96px);
          }

          #re-core-page .re-core-cycle__body {
            font-size: 14px;
            line-height: 2;
            text-align: left;
          }

          #re-core-page .re-core-scenes .re-core-character-message,
          #re-core-page .re-core-faq .re-core-character-message {
            flex-wrap: wrap;
            row-gap: 8px;
          }
        }

        /* Final Re-CORE typography and responsive layout refinements */
        #re-core-page {
          --recore-type-eyebrow: 13px;
          --recore-type-heading: clamp(28px, 3vw, 44px);
          --recore-type-body: 15px;
          --recore-type-card: 13px;
        }

        #re-core-page .re-core-sp-normal-image {
          display: none;
        }

        #re-core-page .re-core-sp-normal-image img {
          display: block;
          width: 100%;
          height: auto;
        }

        #re-core-page .re-core-anchor-nav {
          position: static;
          width: 100%;
          border-top: 1px solid rgba(181, 138, 58, 0.22);
          border-bottom: 1px solid rgba(181, 138, 58, 0.22);
          background: #FBF8F1;
        }

        #re-core-page .re-core-anchor-nav__inner {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          width: min(1160px, calc(100% - 40px));
          margin: 0 auto;
          padding: 12px 0;
          gap: 2px 0;
        }

        #re-core-page .re-core-anchor-nav a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 40px;
          padding: 0 14px;
          color: rgba(42, 33, 24, 0.78);
          font-size: 12px;
          font-weight: 600;
          line-height: 1.5;
          text-decoration: none;
          white-space: nowrap;
          transition: color 0.2s ease, text-decoration-color 0.2s ease;
        }

        #re-core-page .re-core-anchor-nav a + a {
          border-left: 1px solid rgba(181, 138, 58, 0.22);
        }

        #re-core-page .re-core-anchor-nav a:hover,
        #re-core-page .re-core-anchor-nav a:focus-visible {
          color: #8A6426;
          text-decoration: underline;
          text-decoration-color: rgba(181, 138, 58, 0.62);
          text-underline-offset: 5px;
        }

        #re-core-page :where(
          .re-core-faq-item button,
          .re-core-button,
          .re-core-trial-button,
          .re-core-sticky-cta a
        ):focus-visible {
          outline: 2px solid #B58A3A;
          outline-offset: 3px;
        }

        #re-core-page :where(
          #recore-about,
          #recore-jamu,
          #recore-reasons,
          #recore-botanicals,
          #recore-origin,
          #recore-ritual,
          #recore-voice,
          #recore-gift,
          #recore-faq
        ) {
          scroll-margin-top: 96px;
        }

        #re-core-page .re-core-eyebrow,
        #re-core-page .re-core-origin__eyebrow,
        #re-core-page .re-core-voice__eyebrow {
          font-size: var(--recore-type-eyebrow);
          line-height: 1.6;
        }

        #re-core-page :where(.re-core-section h2, .re-core-origin__title, .re-core-voice__title, .re-core-cycle h2) {
          font-size: var(--recore-type-heading);
          line-height: 1.5;
        }

        #re-core-page :where(.re-core-section__text > p:not(.re-core-eyebrow):not(.re-core-jamu-culture__note), .re-core-section__head > p:not(.re-core-eyebrow), .re-core-origin__lead, .re-core-voice__lead) {
          font-size: var(--recore-type-body);
          line-height: 1.85;
        }

        #re-core-page :where(.re-core-reason-card p, .re-core-scene-card p, .re-core-material-card p, .re-core-voice__card-text, .re-core-faq-panel p) {
          font-size: var(--recore-type-card);
          line-height: 1.8;
        }

        #re-core-page .re-core-character-note {
          display: contents;
        }

        #re-core-page .re-core-for-days__heading-group,
        #re-core-page .re-core-for-days__heading-copy,
        #re-core-page .re-core-faq__heading-group,
        #re-core-page .re-core-faq__heading-copy {
          display: contents;
        }

        @media screen and (min-width: 768px) {
          #re-core-page .re-core-check-section .re-core-for-days__heading-group {
            display: grid;
            grid-template-columns: auto auto;
            align-items: center;
            justify-content: center;
            column-gap: 8px;
            row-gap: 18px;
            width: fit-content;
            max-width: 100%;
            margin: 0 auto;
          }

          #re-core-page .re-core-check-section .re-core-for-days__heading-copy {
            display: contents;
          }

          #re-core-page .re-core-check-section .re-core-for-days__heading-copy h2 {
            grid-column: 1 / -1;
            margin: 0;
          }

          #re-core-page .re-core-check-section .re-core-for-days__heading-copy .re-core-character-copy {
            grid-column: 1;
            margin: 0;
            text-align: left;
          }

          #re-core-page .re-core-check-section .re-core-for-days__heading-group .re-core-character--barian {
            position: static;
            grid-column: 2;
            align-self: center;
            width: 140px;
            height: 140px;
            margin: 0;
            object-fit: contain;
            pointer-events: none;
          }

          #re-core-page .re-core-faq .re-core-faq__heading-group {
            display: grid;
            grid-template-columns: auto auto;
            align-items: center;
            justify-content: center;
            column-gap: 14px;
            row-gap: 18px;
            margin-top: 0;
          }

          #re-core-page .re-core-faq .re-core-faq__heading-copy {
            display: contents;
          }

          #re-core-page .re-core-faq .re-core-faq__heading-copy h2 {
            grid-column: 1 / -1;
          }

          #re-core-page .re-core-faq .re-core-faq__heading-group .re-core-character--barii {
            width: 140px;
            height: 140px;
            object-fit: contain;
            pointer-events: none;
          }
        }

        #re-core-page .re-core-voice__header,
        #re-core-page .re-core-voice__lead,
        #re-core-page .re-core-voice__card-text {
          text-align: left;
        }

        #re-core-page .re-core-voice__header {
          margin-right: auto;
          margin-left: 0;
        }

        #re-core-page .re-core-voice__lead {
          margin-right: 0;
          margin-left: 0;
        }

        #re-core-page .re-core-voice__card-text {
          max-width: none;
        }

        #re-core-page .re-core-voice__divider,
        #re-core-page .re-core-origin__divider,
        #re-core-page .re-core-cycle__divider {
          position: relative;
          width: 120px;
          max-width: 42%;
          height: 1px;
          margin: 14px 0 24px;
          background: linear-gradient(90deg, var(--bb-gold, #B58A3A), rgba(181, 138, 58, 0));
        }

        #re-core-page .re-core-voice__divider::before,
        #re-core-page .re-core-voice__divider::after,
        #re-core-page .re-core-voice__divider span::before,
        #re-core-page .re-core-origin__divider::before,
        #re-core-page .re-core-origin__divider::after,
        #re-core-page .re-core-origin__divider span,
        #re-core-page .re-core-cycle__divider::before,
        #re-core-page .re-core-cycle__divider::after,
        #re-core-page .re-core-cycle__divider span,
        #re-core-page .re-core-cycle__divider span::before {
          content: none;
          display: none;
        }

        #re-core-page .re-core-origin__intro {
          align-items: flex-start;
          text-align: left;
        }

        #re-core-page .re-core-cycle__body {
          max-width: 760px;
          margin-right: 0;
          margin-left: 0;
          font-size: 15px;
          line-height: 1.85;
          text-align: left;
        }

        #re-core-page .re-core-cycle__body p {
          font-size: inherit;
          line-height: inherit;
          text-align: inherit;
        }

        #re-core-page .re-core-concept-copy {
          position: relative;
          margin-top: 24px;
          padding: 16px 0 0 18px;
          color: rgba(42, 33, 24, 0.82);
          font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
          font-size: 14px;
          line-height: 1.9;
        }

        #re-core-page .re-core-concept-copy::before {
          content: "";
          position: absolute;
          top: 17px;
          bottom: 3px;
          left: 0;
          width: 1px;
          background: linear-gradient(180deg, #B58A3A, rgba(181, 138, 58, 0.16));
        }

        #re-core-page .re-core-jamu-culture {
          display: block;
          grid-template-columns: none;
          gap: 0;
          background: #FBF8F1;
          background-image: none;
        }

        #re-core-page .re-core-jamu-culture::before,
        #re-core-page .re-core-jamu-culture::after {
          content: none;
          display: none;
        }

        #re-core-page .re-core-jamu-culture__header,
        #re-core-page .re-core-jamu-culture__body {
          width: min(100%, 820px);
          margin-right: auto;
          margin-left: 0;
          text-align: left;
        }

        #re-core-page .re-core-jamu-culture__header h2 {
          margin-bottom: 0;
        }

        #re-core-page .re-core-jamu-culture__visual {
          display: block;
          width: 100%;
          max-width: none;
          margin: clamp(30px, 4vw, 48px) 0 clamp(28px, 4vw, 44px);
          overflow: visible;
          border: 0;
          border-radius: 0;
          background: none;
          box-shadow: none;
        }

        #re-core-page .re-core-jamu-culture__visual img {
          display: block;
          width: 100%;
          height: auto;
          aspect-ratio: auto;
          object-fit: contain;
        }

        #re-core-page .re-core-jamu-culture__body p {
          margin: 0;
          color: rgba(46, 46, 46, 0.78);
          font-size: var(--recore-type-body);
          line-height: 1.85;
          text-shadow: none;
        }

        #re-core-page .re-core-jamu-culture__body p + p {
          margin-top: 18px;
        }

        #re-core-page .re-core-jamu-culture__body .re-core-jamu-culture__note {
          margin-top: 24px;
          padding-top: 16px;
          font-size: 12px;
          line-height: 1.85;
        }

        #re-core-page .re-core-closing .re-core-concept-copy--closing {
          width: min(100%, 620px);
          margin: 20px auto 0;
          color: #F7F1E6;
          font-size: clamp(16px, 1.7vw, 20px);
          line-height: 1.8;
          text-align: center;
        }

        #re-core-page .re-core-closing .re-core-concept-copy--closing::before {
          content: none;
          display: none;
        }

        @media screen and (min-width: 768px) {
          #re-core-page .re-core-jamu-culture__visual {
            position: relative;
            left: 50%;
            width: min(1120px, calc(100vw - 40px));
            max-width: none;
            margin-right: 0;
            margin-left: 0;
            overflow: hidden;
            transform: translateX(-50%);
          }

          #re-core-page .re-core-jamu-culture__visual img {
            aspect-ratio: 16 / 7;
            object-fit: cover;
            object-position: center center;
          }

          #re-core-page .re-core-cycle__head {
            text-align: center;
          }

          #re-core-page .re-core-cycle__head .re-core-cycle__divider {
            margin-right: auto;
            margin-left: auto;
          }

          #re-core-page .re-core-cycle__body {
            margin-right: auto;
            margin-left: auto;
          }
        }

        @media screen and (max-width: 767px) {
          #re-core-page {
            --recore-type-eyebrow: 12px;
            --recore-type-heading: clamp(24px, 7vw, 32px);
            --recore-type-body: 14px;
            --recore-type-card: 13px;
          }

          #re-core-page .re-core-anchor-nav__inner {
            flex-wrap: nowrap;
            justify-content: flex-start;
            width: 100%;
            padding: 6px 14px;
            gap: 0;
            overflow-x: auto;
            overscroll-behavior-x: contain;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
          }

          #re-core-page .re-core-anchor-nav__inner::-webkit-scrollbar {
            display: none;
          }

          #re-core-page .re-core-anchor-nav a {
            flex: 0 0 auto;
            min-height: 40px;
            padding: 0 13px;
            font-size: 12px;
          }

          #re-core-page .re-core-anchor-nav a:first-child {
            padding-left: 6px;
          }

          #re-core-page .re-core-sp-normal-image {
            display: block;
            margin: 24px 0 0;
            overflow: hidden;
          }

          #re-core-page .re-core-hero {
            min-height: 0;
            color: #2A2118;
            background: #FBF8F1;
            background-image: none;
          }

          #re-core-page .re-core-hero::before,
          #re-core-page .re-core-hero::after {
            content: none;
            display: none;
          }

          #re-core-page .re-core-hero__bg {
            display: none;
            background: none;
            background-color: transparent;
            background-image: none;
          }

          #re-core-page .re-core-hero__inner {
            min-height: 0;
            padding-top: 36px;
            padding-bottom: 0;
            gap: 24px;
          }

          #re-core-page .re-core-hero__visual {
            order: 2;
            width: 100%;
          }

          #re-core-page .re-core-hero__visual img,
          #re-core-page .re-core-closing__visual img {
            aspect-ratio: 9 / 11;
            object-fit: cover;
          }

          #re-core-page .re-core-why,
          #re-core-page .re-core-scenes,
          #re-core-page .re-core-ritual {
            width: min(100% - 28px, 560px);
            margin-right: auto;
            margin-left: auto;
            padding: 30px 20px;
          }

          #re-core-page :where(.re-core-check-section, .re-core-reasons, .re-core-botanical, .re-core-scenes, .re-core-cycle, .re-core-description, .re-core-faq) .re-core-section__head,
          #re-core-page .re-core-cycle__head,
          #re-core-page .re-core-origin__header,
          #re-core-page .re-core-voice__header {
            text-align: left;
          }

          #re-core-page :where(.re-core-check-section, .re-core-reasons, .re-core-botanical, .re-core-scenes, .re-core-cycle, .re-core-description, .re-core-faq) .re-core-eyebrow::after,
          #re-core-page .re-core-origin__divider,
          #re-core-page .re-core-voice__divider,
          #re-core-page .re-core-cycle__divider {
            margin-right: 0;
            margin-left: 0;
          }

          #re-core-page .re-core-character-note {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 12px;
            width: 100%;
            margin-top: 14px;
          }

          #re-core-page .re-core-character-note .re-core-character-copy {
            flex: 1 1 auto;
            margin: 0;
            text-align: left;
          }

          #re-core-page .re-core-character-note .re-core-character--barian {
            position: static;
            flex: 0 0 auto;
            margin: 0;
          }

          #re-core-page .re-core-scenes .re-core-character-message {
            flex-wrap: nowrap;
            justify-content: space-between;
            gap: 12px;
            width: 100%;
            text-align: left;
          }

          #re-core-page .re-core-scenes .re-core-character-message p {
            flex: 1 1 auto;
          }

          #re-core-page .re-core-scenes .re-core-character-message .re-core-character {
            flex: 0 0 auto;
          }

          #re-core-page .re-core-cycle__body {
            font-size: 14px;
            line-height: 1.8;
          }

          #re-core-page .re-core-concept-copy {
            margin-top: 20px;
            padding-top: 14px;
            padding-left: 14px;
            font-size: 13px;
            line-height: 1.85;
          }

          #re-core-page .re-core-concept-copy::before {
            top: 15px;
          }

          #re-core-page .re-core-jamu-culture {
            display: block;
            gap: 0;
          }

          #re-core-page .re-core-jamu-culture__header,
          #re-core-page .re-core-jamu-culture__body {
            width: 100%;
          }

          #re-core-page .re-core-jamu-culture__visual {
            margin: 26px 0 24px;
          }

          #re-core-page .re-core-jamu-culture__body p {
            font-size: 14px;
            line-height: 1.85;
          }

          #re-core-page .re-core-closing {
            min-height: 0;
            padding: 0;
            color: #2A2118;
            background: #FBF8F1;
            background-color: #FBF8F1;
            background-image: none;
          }

          #re-core-page .re-core-closing__overlay {
            display: none;
            background: none;
            background-color: transparent;
            background-image: none;
          }

          #re-core-page .re-core-closing__content {
            width: 100%;
            margin: 0;
            min-height: 0;
            padding: 44px 20px 40px;
            text-align: left;
          }

          #re-core-page .re-core-closing__visual {
            width: 100%;
            margin: 20px 0;
          }

          #re-core-page .re-core-closing .re-core-eyebrow,
          #re-core-page .re-core-closing h2,
          #re-core-page .re-core-closing p,
          #re-core-page .re-core-closing .re-core-price__main,
          #re-core-page .re-core-closing .re-core-price__tax {
            color: #2A2118;
          }

          #re-core-page .re-core-closing .re-core-concept-copy--closing {
            margin: 0 0 28px;
            padding: 0;
            color: #2A2118;
            font-size: 16px;
            line-height: 1.8;
            text-align: left;
          }
        }

        /* Re-CORE final section alignment and care/gift concept */
        #re-core-page .re-core-jamu-culture .re-core-eyebrow {
          color: rgba(46, 46, 46, 0.78);
        }

        #re-core-page .re-core-jamu-culture__header,
        #re-core-page .re-core-origin__intro,
        #re-core-page .re-core-voice__header {
          margin-right: auto;
          margin-left: auto;
        }

        #re-core-page .re-core-jamu-culture__header,
        #re-core-page .re-core-origin__intro,
        #re-core-page .re-core-voice__header {
          text-align: center;
        }

        #re-core-page .re-core-jamu-culture__header .re-core-eyebrow::after,
        #re-core-page .re-core-origin__divider,
        #re-core-page .re-core-voice__divider {
          margin-right: auto;
          margin-left: auto;
        }

        #re-core-page .re-core-jamu-culture__body,
        #re-core-page .re-core-botanical .re-core-section__head > p:not(.re-core-eyebrow),
        #re-core-page .re-core-voice__lead {
          width: min(100%, 760px);
          margin-right: auto;
          margin-left: auto;
          text-align: left;
        }

        #re-core-page .re-core-character-note {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 10px;
          width: fit-content;
          max-width: 100%;
          margin: 18px auto 0;
        }

        #re-core-page .re-core-character-note .re-core-character-copy {
          flex: 0 1 auto;
          margin: 0;
          text-align: left;
        }

        #re-core-page .re-core-character-note .re-core-character--barian {
          position: static;
          flex: 0 0 auto;
          margin: 0;
        }

        #re-core-page .re-core-origin__note {
          font-size: 0.52em;
          font-weight: 400;
          line-height: 1;
          opacity: 0.76;
          vertical-align: middle;
          white-space: nowrap;
        }

        #re-core-page .re-core-gift {
          display: block;
          width: 100%;
          max-width: none;
          padding: clamp(72px, 8vw, 112px) max(28px, calc((100% - 1160px) / 2));
          background: #FBF8F1;
          border-top: 1px solid rgba(181, 138, 58, 0.18);
          border-bottom: 1px solid rgba(181, 138, 58, 0.18);
        }

        #re-core-page .re-core-gift__head {
          margin-right: auto;
          margin-left: auto;
          text-align: center;
        }

        #re-core-page .re-core-gift__head .re-core-eyebrow::after {
          margin-right: auto;
          margin-left: auto;
        }

#re-core-page .re-core-gift__visual {
  width: 100%;
  margin: clamp(30px, 4vw, 48px) 0 clamp(28px, 4vw, 44px);
  border: 1px solid rgba(200, 161, 90, 0.22);
  border-radius: 2px;
  background: #FBF8F1;
  box-shadow: 0 18px 42px rgba(17, 16, 13, 0.12);
}

        #re-core-page .re-core-gift__visual img,
        #re-core-page .re-core-care-bridge__visual img {
          display: block;
          width: 100%;
          height: auto;
        }

        #re-core-page .re-core-gift__body {
          width: min(100%, 760px);
          margin: 0 auto;
          color: #2A2118;
          font-size: 15px;
          line-height: 1.85;
          text-align: left;
        }

        #re-core-page .re-core-gift__body p {
          margin: 0;
        }

        #re-core-page .re-core-gift__body p + p {
          margin-top: 18px;
        }

        #re-core-page .re-core-gift__message {
          padding-top: 20px;
          border-top: 1px solid rgba(181, 138, 58, 0.26);
          font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
        }

        #re-core-page .re-core-gift__points {
          display: grid;
          grid-template-columns: repeat(3, minmax(0, 1fr));
          gap: 14px;
          margin: 34px 0 30px;
        }

        #re-core-page .re-core-gift__points div {
          display: grid;
          place-items: center;
          min-height: 76px;
          padding: 16px;
          border: 1px solid rgba(181, 138, 58, 0.28);
          background: #FFFFFF;
          color: #2A2118;
          font-size: 14px;
          line-height: 1.7;
          text-align: center;
        }

        #re-core-page .re-core-gift__button {
          display: flex;
          width: min(100%, 420px);
          margin: 0 auto;
        }

#re-core-page .re-core-care-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 620px);
          align-items: center;
          gap: clamp(36px, 5vw, 72px);
          width: 100%;
          padding: clamp(64px, 7vw, 96px) max(28px, calc((100% - 1160px) / 2));
          background: #F7F1E6;
        }

        #re-core-page .re-core-care-bridge__visual {
          width: 100%;
          margin: 0;
          border: 1px solid rgba(200, 161, 90, 0.22);
          border-radius: 2px;
          background: #FBF8F1;
          box-shadow: 0 18px 42px rgba(17, 16, 13, 0.12);
        }

        @media screen and (min-width: 768px) {
          #re-core-page .re-core-gift__visual {
            position: relative;
            left: 50%;
            width: min(1120px, calc(100vw - 40px));
            max-width: none;
            margin-right: 0;
            margin-left: 0;
            transform: translateX(-50%);
          }

          #re-core-page .re-core-gift__visual img {
            aspect-ratio: 16 / 7;
            object-fit: cover;
          }

  #re-core-page .re-core-care-bridge {
    grid-template-columns: minmax(0, 1fr) minmax(0, 620px);
            padding-top: clamp(72px, 7vw, 96px);
            padding-bottom: clamp(72px, 7vw, 96px);
            background: linear-gradient(105deg, #F7F1E6 0%, #FBF8F1 58%, rgba(221, 241, 238, 0.34) 100%);
          }

  #re-core-page .re-core-care-bridge__content {
    display: block;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: none;
          }

          #re-core-page .re-core-care-bridge__visual {
            grid-column: 1;
            grid-row: 1;
          }

          #re-core-page .re-core-care-bridge .re-core-eyebrow {
            margin: 0 0 12px;
            color: rgba(46, 46, 46, 0.78);
            text-align: left;
          }

          #re-core-page .re-core-care-bridge .re-core-eyebrow::after {
            margin-right: 0;
            margin-left: 0;
          }

          #re-core-page .re-core-care-bridge h2 {
            margin: 0;
            color: #0F3D3E;
            text-align: left;
          }

  #re-core-page .re-core-care-bridge__lead {
    max-width: none;
            margin: 24px 0 0;
            color: rgba(42, 33, 24, 0.78);
            font-size: var(--recore-type-body);
            line-height: 1.85;
            text-align: left;
          }
        }

        #re-core-page .re-core-closing .re-core-concept-copy--closing {
          width: min(100%, 560px);
          max-width: 560px;
          margin: 20px 0 32px;
          padding: 0;
          text-align: left;
        }

        #re-core-page .re-core-closing .re-core-concept-copy--closing::before {
          content: none;
          display: none;
        }

        @media screen and (min-width: 768px) {
          #re-core-page .re-core-eyebrow::after,
          #re-core-page .re-core-section__head .re-core-eyebrow::after,
          #re-core-page .re-core-voice__divider,
          #re-core-page .re-core-origin__divider,
          #re-core-page .re-core-cycle__divider {
            width: 120px;
            max-width: none;
            height: 1px;
            background: linear-gradient(90deg, var(--bb-gold, #B58A3A), rgba(181, 138, 58, 0));
          }

          #re-core-page .re-core-voice__eyebrow {
            color: rgba(46, 46, 46, 0.78);
            font-family: inherit;
            font-size: var(--recore-type-eyebrow);
            font-weight: 700;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: inherit;
            word-spacing: inherit;
            text-transform: none;
            opacity: 1;
          }

          #re-core-page .re-core-voice__title {
            color: #0F3D3E;
            font-size: var(--recore-type-heading);
            font-weight: 500;
            line-height: 1.5;
            letter-spacing: 0;
          }

          #re-core-page .re-core-voice__lead {
            color: rgba(46, 46, 46, 0.78);
            font-size: var(--recore-type-body);
            font-weight: 400;
            line-height: 1.85;
            letter-spacing: inherit;
            word-spacing: inherit;
          }

          #re-core-page .re-core-voice__note {
            font-size: 12.5px;
          }

          #re-core-page .re-core-origin__eyebrow {
            color: rgba(46, 46, 46, 0.78);
            font-family: inherit;
            font-size: var(--recore-type-eyebrow);
            font-weight: 700;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: inherit;
            word-spacing: inherit;
            text-transform: none;
            opacity: 1;
          }

          #re-core-page .re-core-cycle {
            background: transparent;
            background-color: transparent;
            background-image: none;
          }
        }

        @media screen and (max-width: 767px) {
          #re-core-page > section {
            box-sizing: border-box;
          }

          #re-core-page .re-core-why,
          #re-core-page .re-core-jamu-culture,
          #re-core-page .re-core-scenes,
          #re-core-page .re-core-simple,
          #re-core-page .re-core-ritual {
            background-image: none;
          }

          #re-core-page .re-core-why,
          #re-core-page .re-core-jamu-culture,
          #re-core-page .re-core-ritual {
            width: 100%;
            margin: 0;
            padding: 52px 20px;
          }

          #re-core-page .re-core-why,
          #re-core-page .re-core-ritual {
            background: #FBF8F1;
          }

          #re-core-page .re-core-jamu-culture {
            background: #FFFFFF;
          }

          #re-core-page .re-core-why .re-core-section__text,
          #re-core-page .re-core-jamu-culture__header,
          #re-core-page .re-core-simple .re-core-section__text,
          #re-core-page .re-core-ritual .re-core-section__text,
          #re-core-page .re-core-origin__intro,
          #re-core-page .re-core-voice__header,
          #re-core-page .re-core-cycle__head {
            width: min(100%, 520px);
            margin-right: auto;
            margin-left: auto;
            text-align: left;
          }

          #re-core-page .re-core-why .re-core-section__text > .re-core-eyebrow,
          #re-core-page .re-core-why .re-core-section__text > h2,
          #re-core-page .re-core-jamu-culture__header,
          #re-core-page .re-core-simple .re-core-section__text > .re-core-eyebrow,
          #re-core-page .re-core-simple .re-core-section__text > h2,
          #re-core-page .re-core-ritual .re-core-section__text > .re-core-eyebrow,
          #re-core-page .re-core-ritual .re-core-section__text > h2,
          #re-core-page .re-core-voice__eyebrow,
          #re-core-page .re-core-voice__title,
          #re-core-page .re-core-cycle__head {
            text-align: center;
          }

          #re-core-page .re-core-why .re-core-eyebrow::after,
          #re-core-page .re-core-jamu-culture__header .re-core-eyebrow::after,
          #re-core-page .re-core-simple .re-core-eyebrow::after,
          #re-core-page .re-core-ritual .re-core-eyebrow::after {
            margin-right: auto;
            margin-left: auto;
          }

          #re-core-page :where(.re-core-reasons, .re-core-botanical, .re-core-scenes, .re-core-description) .re-core-section__head {
            text-align: center;
          }

          #re-core-page :where(.re-core-reasons, .re-core-botanical, .re-core-scenes, .re-core-description) .re-core-section__head .re-core-eyebrow::after {
            margin-right: auto;
            margin-left: auto;
          }

          #re-core-page .re-core-check-section .re-core-section__head {
            text-align: center;
          }

          #re-core-page .re-core-check-section .re-core-eyebrow::after,
          #re-core-page .re-core-faq .re-core-eyebrow::after {
            margin-right: auto;
            margin-left: auto;
          }

          #re-core-page .re-core-character-note {
            justify-content: flex-start;
            gap: 6px;
            width: fit-content;
            max-width: 100%;
          }

          #re-core-page .re-core-scenes {
            width: 100%;
            margin: 0;
            padding: 52px 20px;
          }

          #re-core-page .re-core-origin__lead,
          #re-core-page .re-core-voice__lead,
          #re-core-page .re-core-cycle__body {
            text-align: left;
          }

          #re-core-page .re-core-origin__eyebrow,
          #re-core-page .re-core-origin__title,
          #re-core-page .re-core-origin__subtitle {
            text-align: center;
          }

          #re-core-page .re-core-origin__divider,
          #re-core-page .re-core-voice__divider,
          #re-core-page .re-core-cycle__divider {
            margin-right: auto;
            margin-left: auto;
          }

          #re-core-page .re-core-description .re-core-section__head {
            text-align: center;
          }

          #re-core-page .re-core-faq .re-core-section__head {
            width: min(100%, 520px);
            margin-right: auto;
            margin-left: auto;
          }

          #re-core-page .re-core-faq .re-core-eyebrow {
            text-align: center;
          }

          #re-core-page .re-core-gift {
            padding: 56px 20px;
          }

          #re-core-page .re-core-gift__body {
            font-size: 14px;
            line-height: 1.8;
          }

          #re-core-page .re-core-gift__points {
            grid-template-columns: 1fr;
            gap: 10px;
          }

          #re-core-page .re-core-gift__points div {
            min-height: 0;
          }

          #re-core-page .re-core-care-bridge {
            display: flex;
            flex-direction: column;
            gap: 0;
            padding: 52px 20px;
          }

          #re-core-page .re-core-care-bridge__content {
            display: contents;
          }

          #re-core-page .re-core-care-bridge .re-core-eyebrow {
            order: 1;
            margin: 0;
            color: rgba(46, 46, 46, 0.78);
            text-align: center;
          }

          #re-core-page .re-core-care-bridge .re-core-eyebrow::after {
            margin-right: auto;
            margin-left: auto;
          }

  #re-core-page .re-core-care-bridge h2 {
    order: 2;
    margin: 24px 0 0;
            color: #0F3D3E;
            text-align: center;
          }

  #re-core-page .re-core-care-bridge__visual {
    order: 3;
    margin-top: 28px;
          }

  #re-core-page .re-core-care-bridge__lead {
    order: 4;
    margin: 28px 0 0;
            padding: 0;
            color: rgba(42, 33, 24, 0.78);
            font-size: var(--recore-type-body);
            line-height: 1.85;
            text-align: left;
          }

          #re-core-page .re-core-hero__visual {
            margin: 24px 0;
          }

          #re-core-page .re-core-hero__inner {
            padding-bottom: 32px;
          }

          #re-core-page .re-core-voice__eyebrow,
          #re-core-page .re-core-closing .re-core-eyebrow {
            color: rgba(46, 46, 46, 0.78);
          }

          #re-core-page .re-core-voice__eyebrow {
            font-weight: 700;
          }

          #re-core-page .re-core-voice__title,
          #re-core-page .re-core-closing h2 {
            color: #0F3D3E;
          }

          #re-core-page .re-core-closing__content > p:not(.re-core-eyebrow):not(.re-core-concept-copy--closing) {
            color: rgba(46, 46, 46, 0.78);
            font-size: 14px;
            line-height: 1.8;
          }

          #re-core-page .re-core-closing,
          #re-core-page .re-core-footer-note {
            background: #FBF8F1;
            background-color: #FBF8F1;
          }

          #re-core-page .re-core-footer-note {
            margin-top: 0;
            border-top: 0;
            padding-top: 32px;
          }

          /* SP: keep each character/copy group compact and centered. */
          #re-core-page .re-core-check-section .re-core-section__head,
          #re-core-page .re-core-faq .re-core-section__head {
            display: block;
            width: min(100%, 520px);
            max-width: 100%;
            margin-inline: auto;
            text-align: center;
          }

          #re-core-page .re-core-check-section .re-core-eyebrow,
          #re-core-page .re-core-faq .re-core-eyebrow {
            text-align: center;
          }

          #re-core-page .re-core-check-section .re-core-for-days__heading-group,
          #re-core-page .re-core-scenes .re-core-daily-scene__character-group,
          #re-core-page .re-core-faq .re-core-faq__heading-group {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 4px;
            width: fit-content;
            max-width: 100%;
            margin: 24px auto 0;
            flex-wrap: nowrap;
            text-align: left;
          }

          #re-core-page .re-core-scenes .re-core-daily-scene__character-group {
            margin-top: 18px;
            gap: 6px;
          }

          #re-core-page .re-core-check-section .re-core-for-days__heading-copy,
          #re-core-page .re-core-faq .re-core-faq__heading-copy {
            display: block;
            flex: 0 1 auto;
            min-width: 0;
            text-align: left;
          }

          #re-core-page .re-core-check-section .re-core-for-days__heading-copy h2,
          #re-core-page .re-core-faq .re-core-faq__heading-copy h2 {
            margin: 0;
            text-align: left;
          }

          #re-core-page .re-core-check-section .re-core-for-days__heading-copy p,
          #re-core-page .re-core-scenes .re-core-daily-scene__character-group p,
          #re-core-page .re-core-faq .re-core-faq__heading-copy p {
            flex: 0 1 auto;
            min-width: 0;
            margin: 10px 0 0;
            text-align: left;
          }

          #re-core-page .re-core-scenes .re-core-daily-scene__character-group p {
            margin: 0;
          }

          #re-core-page .re-core-check-section .re-core-for-days__heading-group .re-core-character,
          #re-core-page .re-core-scenes .re-core-daily-scene__character-group .re-core-character,
          #re-core-page .re-core-faq .re-core-faq__heading-group .re-core-character {
            position: static;
            flex: 0 0 auto;
            max-width: 28vw;
            margin: 0;
            pointer-events: none;
          }

          #re-core-page .re-core-check-section .re-core-for-days__heading-group .re-core-character--barian {
            width: clamp(70px, 21vw, 100px);
          }

          #re-core-page .re-core-scenes .re-core-daily-scene__character-group .re-core-character--barii {
            width: clamp(66px, 20vw, 90px);
          }

          #re-core-page .re-core-faq .re-core-faq__heading-group .re-core-character--barii {
            width: clamp(66px, 20vw, 94px);
          }

          /* SP: place the existing concept copy before the closing image without duplicating it. */
          #re-core-page .re-core-closing .re-core-eyebrow {
            order: 1;
          }

          #re-core-page .re-core-closing h2 {
            order: 2;
          }

          #re-core-page .re-core-closing .re-core-concept-copy--closing {
            order: 3;
            margin: 14px 0 24px;
          }

          #re-core-page .re-core-closing__visual {
            order: 4;
            margin: 0 0 20px;
          }

          #re-core-page .re-core-closing__content > p:not(.re-core-eyebrow):not(.re-core-concept-copy--closing) {
            order: 5;
          }

          #re-core-page .re-core-closing .re-core-badges {
            order: 6;
          }

          #re-core-page .re-core-closing .re-core-price {
            order: 7;
          }

          #re-core-page .re-core-closing .re-core-cta-row {
            order: 8;
          }
        }

        @media screen and (max-width: 900px) {
          #re-core-page :where(
            #recore-about,
            #recore-jamu,
            #recore-reasons,
            #recore-botanicals,
            #recore-origin,
            #recore-ritual,
            #recore-voice,
            #recore-gift,
            #recore-faq
          ) {
            scroll-margin-top: 90px;
          }
        }
/* LP template management integration */
#re-core-page .re-core-lp-footer {
  padding: 32px 20px 96px;
  color: rgba(247, 241, 230, 0.82);
  background: #0F3D3E;
  text-align: center;
}

#re-core-page .re-core-lp-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-bottom: 20px;
}

#re-core-page .re-core-lp-footer__links a {
  color: inherit;
  font-size: 12px;
  line-height: 1.8;
  text-decoration: none;
}

#re-core-page .re-core-lp-footer p {
  margin: 0;
  font-size: 11px;
}

body:has(#re-core-page){margin:0;background:#FBF8F1}body:has(#re-core-page) :where(main,.main,.main-content,.lp,.lp-wrapper,.lp-container,.lp-template,.lp-template__body){width:100%;max-width:none;margin:0;padding:0}#re-core-page .re-core-payment{padding:clamp(64px,8vw,104px) 20px;scroll-margin-top:24px;background:#F7F1E6}#re-core-page .re-core-payment__inner{width:min(920px,100%);margin:0 auto}#re-core-page .re-core-payment__inner>.re-core-eyebrow,#re-core-page .re-core-payment__inner>h2{text-align:center}#re-core-page .re-core-payment__inner>.re-core-eyebrow::after{margin-right:auto;margin-left:auto}#re-core-page .re-core-payment__summary{display:grid;gap:8px;margin:28px auto;padding:24px;border:1px solid rgba(181,138,58,.3);background:#fff;text-align:center}#re-core-page .re-core-payment__summary strong{color:#0F3D3E;font-size:18px}#re-core-page .re-core-payment__summary span{color:#2A2118;font-size:24px;font-weight:700}#re-core-page .re-core-payment__summary small{color:rgba(42,33,24,.72);line-height:1.8}#re-core-page .re-core-payment__form{padding:clamp(18px,4vw,36px);background:#fff;border:1px solid rgba(181,138,58,.3);box-shadow:0 14px 34px rgba(42,33,24,.08)}#re-core-page .re-core-trial-detail-list{display:grid;gap:0;max-width:920px;margin:0 auto;border:1px solid rgba(181,138,58,.28);background:#fff}#re-core-page .re-core-trial-detail-list div{display:grid;grid-template-columns:minmax(120px,.35fr) 1fr;border-bottom:1px solid rgba(181,138,58,.18)}#re-core-page .re-core-trial-detail-list div:last-child{border-bottom:0}#re-core-page .re-core-trial-detail-list dt,#re-core-page .re-core-trial-detail-list dd{margin:0;padding:16px 18px;line-height:1.8}#re-core-page .re-core-trial-detail-list dt{color:#0F3D3E;font-weight:700;background:#F7F1E6}@media(max-width:767px){#re-core-page .re-core-trial-detail-list div{grid-template-columns:1fr}#re-core-page .re-core-trial-detail-list dd{padding-top:10px}}

/* Re-CORE trial LP: price, product detail, form, and footer refinements */
#re-core-page .re-core-price {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: clamp(8px, 2vw, 14px);
  max-width: 100%;
}

#re-core-page .re-core-price__included {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}

#re-core-page .re-core-closing .re-core-price__included {
  color: #2A2118;
}

@media screen and (min-width: 768px) {
  #re-core-page .re-core-closing .re-core-price__included {
    color: var(--bb-ivory);
  }
}

#re-core-page .re-core-price-pair {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: inherit;
  gap: clamp(8px, 2vw, 14px);
  max-width: 100%;
  color: #2A2118;
}

#re-core-page .re-core-price-pair strong {
  color: #2A2118;
  font-size: 1em;
  white-space: nowrap;
}

#re-core-page .re-core-price-pair span {
  color: rgba(42,33,24,.72);
  font-size: .72em;
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
}

#re-core-page .re-core-payment__inner > .re-core-eyebrow {
  color: rgba(46,46,46,.78);
}

#re-core-page .re-core-payment__summary > .re-core-price-pair {
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

#re-core-page .re-core-payment__summary > .re-core-price-pair strong {
  color: #2A2118;
  font-size: 1em;
}

#re-core-page .re-core-payment__summary > .re-core-price-pair span {
  font-size: 14px;
}

#re-core-page .re-core-hero .re-core-price {
  margin-top: 20px;
  padding: 9px 14px 9px 12px;
  border-left: 2px solid var(--bb-gold);
  background: rgba(247,241,230,.64);
}

#re-core-page .re-core-hero__content {
  max-width: 560px;
}

#re-core-page .re-core-hero__trial-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 12px;
  padding: 3px 10px;
  border: 1px solid rgba(181,138,58,.46);
  border-radius: 2px;
  color: var(--bb-gold-deep);
  background: rgba(251,248,241,.72);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .16em;
}

#re-core-page .re-core-hero .re-core-eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
}

#re-core-page .re-core-hero h2 {
  max-width: 520px;
  font-size: clamp(30px, 3vw, 42px);
  text-wrap: balance;
}

#re-core-page .re-core-hero h2 span {
  display: block;
  white-space: nowrap;
}

#re-core-page .re-core-hero__lead {
  max-width: 500px;
}

#re-core-page .re-core-hero .re-core-badges span {
  border-color: rgba(181,138,58,.38);
  background: rgba(251,248,241,.78);
}

#re-core-page .re-core-cta-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

#re-core-page .re-core-cta-assurance span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid rgba(181,138,58,.34);
  border-radius: 2px;
  color: var(--bb-gold-deep);
  background: rgba(251,248,241,.72);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .03em;
}

#re-core-page .re-core-hero__package-note {
  max-width: 500px;
  margin: 12px 0 0;
  color: rgba(42,33,24,.68);
  font-size: 11px;
  line-height: 1.75;
}

@media (min-width: 768px) {
  #re-core-page .re-core-hero .re-core-package-notice-short {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  #re-core-page .re-core-hero h2 {
    font-size: 28px;
  }
}

#re-core-page .re-core-ritual .re-core-section__text > h2 {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(181,138,58,.34);
}

#re-core-page .re-core-trial-assurance,
#re-core-page .re-core-purchase-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#re-core-page .re-core-trial-assurance {
  margin-top: 22px;
}

#re-core-page .re-core-trial-assurance span,
#re-core-page .re-core-purchase-assurance span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(181,138,58,.3);
  border-radius: 2px;
  color: var(--bb-deep-green);
  background: rgba(251,248,241,.78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

#re-core-page .re-core-purchase-assurance {
  width: 100%;
  margin: 24px auto 0;
  padding: 14px;
  justify-content: center;
  background: rgba(247,241,230,.72);
}

#re-core-page #re-core-payment-title {
  margin: 0;
  color: var(--bb-deep-green);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 500;
  line-height: 1.42;
}

#re-core-page .re-core-payment__summary > .re-core-payment__product-name {
  color: var(--bb-deep-green);
  font-size: 20px;
  font-weight: 600;
}

#re-core-page .re-core-payment__summary > .re-core-payment__amount {
  color: var(--bb-gold-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
}

#re-core-page .re-core-package-notice-short {
  margin-top: 10px;
  color: rgba(42,33,24,.72);
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

#re-core-page .re-core-package-notice {
  max-width: 920px;
  margin: -8px auto 28px;
  padding: 16px 18px;
  border-left: 2px solid var(--bb-gold);
  border-radius: 2px;
  color: rgba(42,33,24,.78);
  background: var(--bb-ivory-soft);
  font-size: 13px;
  line-height: 1.8;
}

#re-core-page .re-core-trial-detail-list dd {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

#re-core-page .re-core-trial-detail-list__notice {
  line-height: 2;
}

#re-core-page .re-core-ecforce-description {
  max-width: 920px;
  margin: 0 auto 28px;
  color: rgba(42,33,24,.82);
  font-size: 15px;
  line-height: 1.9;
}

#re-core-page .re-core-ecforce-description > :first-child {
  margin-top: 0;
}

#re-core-page .re-core-ecforce-description > :last-child {
  margin-bottom: 0;
}

#re-core-page .re-core-payment__form :where(label,.c-form_table__checkbox__text,.u-text--body,p,small) {
  font-size: 13px;
  line-height: 1.75;
}

#re-core-page .re-core-payment__form :where(.term_label,.check_agree) a,
#re-core-page .re-core-payment__form :where(.term_label,.check_agree) a:visited,
#re-core-page .re-core-payment__form a[href*="customer_term"],
#re-core-page .re-core-payment__form a[href*="/customers/password/new"],
#re-core-page .re-core-payment__form a[href*="/customers/password/new"]:visited {
  color: #A97827;
  font-weight: 700;
  text-decoration-color: rgba(169,120,39,.55);
  text-underline-offset: 3px;
}

#re-core-page .re-core-payment__form :where(.term_label,.check_agree) a:hover,
#re-core-page .re-core-payment__form :where(.term_label,.check_agree) a:focus-visible,
#re-core-page .re-core-payment__form a[href*="customer_term"]:hover,
#re-core-page .re-core-payment__form a[href*="customer_term"]:focus-visible,
#re-core-page .re-core-payment__form a[href*="/customers/password/new"]:hover,
#re-core-page .re-core-payment__form a[href*="/customers/password/new"]:focus-visible {
  color: #7E5719;
}

#re-core-page .re-core-payment__form :where(.term_label,.check_agree) a:focus-visible,
#re-core-page .re-core-payment__form a[href*="customer_term"]:focus-visible,
#re-core-page .re-core-payment__form a[href*="/customers/password/new"]:focus-visible,
#re-core-page .re-core-payment__form :where(.submit_bottom_ec,.submit_bottom_sp_ec,.login_button_ec.lp_login_form_btn,.login_button_sp_ec.lp_login_form_btn):focus-visible {
  outline: 2px solid #B58A3A;
  outline-offset: 4px;
}

#re-core-page .re-core-payment__form :where(.submit_bottom_ec,.submit_bottom_sp_ec,.login_button_ec.lp_login_form_btn,.login_button_sp_ec.lp_login_form_btn) {
  display: block !important;
  width: min(100%, 540px) !important;
  min-height: 56px;
  margin: 28px auto 0 !important;
  padding: 14px 24px !important;
  border: 1px solid #C8AD70;
  border-radius: 2px;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  background: #B89A5A;
  box-shadow: 0 10px 24px rgba(181,138,58,.24);
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  text-shadow: none !important;
  text-indent: 0 !important;
  white-space: nowrap;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer;
  transition: transform .25s ease,box-shadow .25s ease,filter .25s ease;
}

#re-core-page .re-core-payment__form :where(.submit_bottom_ec,.submit_bottom_sp_ec,.login_button_ec.lp_login_form_btn,.login_button_sp_ec.lp_login_form_btn):hover {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(181,138,58,.32);
  filter: brightness(1.04);
}

#re-core-page .re-core-payment__form :where(.submit_bottom_ec,.submit_bottom_sp_ec,.login_button_ec.lp_login_form_btn,.login_button_sp_ec.lp_login_form_btn):active {
  transform: translateY(1px);
  box-shadow: 0 7px 16px rgba(181,138,58,.22);
  filter: brightness(.98);
}

#re-core-page .re-core-payment__form :where(.submit_bottom_ec,.submit_bottom_sp_ec,.login_button_ec.lp_login_form_btn,.login_button_sp_ec.lp_login_form_btn):disabled,
#re-core-page .re-core-payment__form :where(.submit_bottom_ec,.submit_bottom_sp_ec,.login_button_ec.lp_login_form_btn,.login_button_sp_ec.lp_login_form_btn)[disabled],
#re-core-page .re-core-payment__form :where(.submit_bottom_ec,.submit_bottom_sp_ec,.login_button_ec.lp_login_form_btn,.login_button_sp_ec.lp_login_form_btn)[aria-disabled="true"] {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  text-indent: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  opacity: .65 !important;
  visibility: visible !important;
  cursor: not-allowed;
}

#re-core-page .re-core-lp-footer__links a {
  transition: color .25s ease;
}

#re-core-page .re-core-lp-footer__links a:visited {
  color: inherit;
}

#re-core-page .re-core-lp-footer__links a:hover,
#re-core-page .re-core-lp-footer__links a:focus-visible {
  color: #D6B46C;
}

@media (max-width: 767px) {
  #re-core-page .re-core-hero__visual,
  #re-core-page .re-core-closing__visual {
    width: 100%;
    max-width: none;
  }

  #re-core-page .re-core-hero__visual img,
  #re-core-page .re-core-closing__visual img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  #re-core-page #re-core-payment-title {
    font-size: 27px;
    line-height: 1.55;
  }

  #re-core-page .re-core-hero .re-core-price {
    padding: 8px 10px;
  }

  #re-core-page .re-core-hero__trial-label {
    min-height: 26px;
    margin-bottom: 10px;
    font-size: 10px;
  }

  #re-core-page .re-core-hero .re-core-eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  #re-core-page .re-core-hero h2 {
    font-size: clamp(22px, 6.6vw, 27px);
  }

  #re-core-page .re-core-hero__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  #re-core-page .re-core-cta-assurance span {
    font-size: 10px;
  }

  #re-core-page .re-core-hero__package-note {
    display: none;
  }

  #re-core-page .re-core-trial-assurance span {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }

  #re-core-page .re-core-trial-assurance span:last-child {
    flex-basis: 100%;
  }

  #re-core-page .re-core-purchase-assurance {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
  }

  #re-core-page .re-core-purchase-assurance span {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
  }

  #re-core-page .re-core-payment__summary > .re-core-payment__product-name {
    font-size: 18px;
  }

  #re-core-page .re-core-package-notice-short {
    margin-top: 8px;
    font-size: 11px;
    text-align: left;
  }

  #re-core-page .re-core-package-notice {
    margin-top: -4px;
    padding: 14px 16px;
    font-size: 12px;
  }

  #re-core-page .re-core-payment__form :where(input,select,textarea) {
    font-size: 16px;
  }

  #re-core-page .re-core-sticky-cta {
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }

  #re-core-page .re-core-sticky-cta > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
    min-width: 78px;
    line-height: 1.3;
  }

  #re-core-page .re-core-sticky-cta > div span {
    color: #fff;
    font-size: clamp(14px, 4.2vw, 17px);
    font-weight: 800;
    white-space: nowrap;
  }

  #re-core-page .re-core-sticky-cta > div strong {
    color: #fff;
    font-size: clamp(10px, 3vw, 12px);
    font-weight: 700;
    white-space: nowrap;
  }

  #re-core-page .re-core-sticky-cta a {
    flex: 0 1 264px;
    width: min(58vw, 264px);
    min-width: 0;
    padding-right: clamp(8px, 3vw, 14px);
    padding-left: clamp(8px, 3vw, 14px);
    white-space: nowrap;
  }

  #re-core-page .re-core-price {
    gap: 8px;
  }

  #re-core-page .re-core-price__main {
    font-size: clamp(25px, 8vw, 30px);
    white-space: nowrap;
  }

  #re-core-page .re-core-price__included {
    font-size: clamp(11px, 3.6vw, 14px);
  }

  #re-core-page .re-core-price-pair {
    gap: 8px;
  }

}

/* Re-CORE trial LP: hero viewport sizing */
#re-core-page .re-core-hero {
  min-height: calc(100svh - var(--header-height, 0px));
}

#re-core-page .re-core-hero__inner {
  min-height: calc(100svh - var(--header-height, 0px));
}

@media (max-width: 767px) {
  #re-core-page .re-core-hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 48px;
  }

  #re-core-page .re-core-hero__inner {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
