@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=Cormorant+Garamond:wght@500;600&family=Montserrat:wght@500;600&display=swap");

.bbss-bridge {
	--bbss-cream: #f4ead8;
	--bbss-paper: #fbf1df;
	--bbss-green: #15392d;
	--bbss-green-light: #2d5946;
	--bbss-coral: #d95a3a;
	--bbss-gold: #e0a738;
	--bbss-lilac: #80698c;
	--bbss-ink: #15372b;
	--bbss-shadow: 0 24px 60px rgba(34, 29, 18, 0.18);
	--bbss-serif: "Cormorant Garamond", Georgia, serif;
	--bbss-sans: "Montserrat", Arial, sans-serif;
	--bbss-script: "Caveat", "Bradley Hand", cursive;
	background: var(--bbss-cream) url("../images/cream-linen-texture.webp") 0 0 / 640px 640px repeat;
	color: var(--bbss-ink);
	font-family: var(--bbss-serif);
	line-height: 1.4;
	overflow: hidden;
	width: 100%;
}

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

.bbss-bridge h1,
.bbss-bridge h2,
.bbss-bridge h3,
.bbss-bridge p {
	margin-top: 0;
}

.bbss-hero {
	--bbss-hero-height: min(820px, 100svh);
	background-color: var(--bbss-cream);
	height: var(--bbss-hero-height);
	min-height: var(--bbss-hero-height);
	position: relative;
	isolation: isolate;
}

body.admin-bar .bbss-hero {
	--bbss-hero-height: min(820px, calc(100svh - 32px));
}

.bbss-hero__image {
	background-image: url("../images/hero-lavender-keepsake.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	position: absolute;
	z-index: -1;
}

.bbss-hero__copy {
	display: flex;
	flex-direction: column;
	height: var(--bbss-hero-height);
	justify-content: flex-start;
	min-height: var(--bbss-hero-height);
	padding: clamp(32px, 4.2svh, 44px) clamp(12px, 2vw, 28px) clamp(54px, 7svh, 70px) clamp(24px, 6.5vw, 96px);
	width: min(58%, 780px);
}

.bbss-hero__logo {
	align-self: flex-start;
	display: block;
	margin-bottom: clamp(10px, 1.2svh, 14px);
	transition: opacity 180ms ease, transform 180ms ease;
	width: clamp(160px, min(14vw, 24svh), 220px);
}

.bbss-hero__logo:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.bbss-hero__logo:focus-visible,
.bbss-hero__scroll:focus-visible {
	border-radius: 8px;
	outline: 3px solid rgba(217, 90, 58, 0.72);
	outline-offset: 5px;
}

.bbss-hero__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.bbss-hero__scroll {
	align-items: center;
	background: rgba(251, 241, 223, 0.9);
	border: 1px solid rgba(217, 90, 58, 0.55);
	border-radius: 999px;
	bottom: clamp(18px, 2.2vw, 30px);
	box-shadow: 0 8px 24px rgba(34, 29, 18, 0.16);
	color: var(--bbss-coral);
	display: flex;
	height: 46px;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-decoration: none;
	transform: translateX(-50%);
	width: 46px;
	z-index: 3;
}

.bbss-hero__scroll-icon {
	align-items: center;
	animation: bbss-scroll-bounce 1.8s ease-in-out infinite;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.bbss-hero__scroll-icon * {
	pointer-events: none;
}

.bbss-hero__scroll svg {
	height: 23px;
	stroke-width: 1.8;
	width: 23px;
}

@keyframes bbss-scroll-bounce {
	0%,
	100% {
		transform: translateY(-2px);
	}
	50% {
		transform: translateY(5px);
	}
}

.bbss-kicker,
.bbss-story__eyebrow,
.bbss-instruction {
	font-family: var(--bbss-sans);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.bbss-hero h1 {
	font-family: var(--bbss-serif);
	font-size: clamp(3rem, 6.2vw, 6.6rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 0.88;
	margin: clamp(12px, 2svh, 18px) 0 clamp(12px, 2.4svh, 20px);
	max-width: 690px;
	text-transform: uppercase;
}

.bbss-hero__title-line {
	display: block;
	white-space: nowrap;
}

.bbss-script {
	font-family: var(--bbss-script);
	font-size: clamp(1.8rem, 3.2vw, 3.3rem);
	line-height: 1.05;
	margin: 0;
}

.bbss-hero .bbss-script {
	max-width: none;
	white-space: nowrap;
}

.bbss-hero .bbss-script::after {
	background: var(--bbss-coral);
	content: "";
	display: inline-block;
	height: 2px;
	margin-left: 10px;
	transform: rotate(-2deg);
	vertical-align: middle;
	width: 82px;
}

.bbss-feature {
	background: var(--bbss-cream) url("../images/cream-linen-texture.webp") 0 0 / 640px 640px repeat;
	padding: clamp(44px, 6vw, 82px) 18px 0;
	scroll-margin-top: var(--bbss-stack-edge, 18px);
}

.bbss-section-heading {
	margin: 0 auto clamp(30px, 4vw, 54px);
	text-align: center;
}

.bbss-section-heading h2,
.bbss-collections-cta h2 {
	font-family: var(--bbss-serif);
	font-size: clamp(2.3rem, 4.5vw, 4.6rem);
	font-weight: 500;
	line-height: 0.95;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bbss-section-heading p {
	font-size: clamp(1rem, 1.6vw, 1.35rem);
	margin: 0;
}

.bbss-stage {
	margin: 0 auto;
	max-width: 1280px;
	outline: none;
	position: relative;
}

.bbss-stage:focus-visible {
	box-shadow: 0 0 0 4px rgba(217, 90, 58, 0.42);
}

.bbss-stage__visual {
	display: grid;
	gap: clamp(16px, 2.3vw, 28px);
	grid-template-columns: minmax(0, 1fr) clamp(68px, 8.2vw, 112px);
	overflow: hidden;
}

.bbss-stage__viewport {
	aspect-ratio: 1.106 / 1;
	background: var(--bbss-green);
	border: 2px solid rgba(197, 153, 86, 0.54);
	border-radius: clamp(13px, 1.7vw, 22px);
	box-shadow: var(--bbss-shadow);
	overflow: hidden;
	position: relative;
}

.bbss-stage__viewport::after {
	border: 1px dashed rgba(232, 204, 158, 0.45);
	border-radius: clamp(9px, 1.2vw, 16px);
	content: "";
	inset: 7px;
	pointer-events: none;
	position: absolute;
	z-index: 5;
}

.bbss-fallback {
	height: 100%;
	position: relative;
}

.bbss-story {
	align-items: stretch;
	background-color: var(--bbss-green);
	background-image: url("../images/story-stage-background-v2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--bbss-paper);
	display: grid;
	gap: 0;
	grid-template-columns: 52% 48%;
	height: 100%;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(20px);
	transition: opacity 380ms ease, transform 520ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.bbss-story.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	z-index: 2;
}

.bbss-story__photo {
	align-self: stretch;
	min-height: 0;
	position: relative;
}

.bbss-story__photo::after {
	background: url("../images/product-contact-shadow-v1.webp") center / 100% 100% no-repeat;
	bottom: 2.2%;
	content: "";
	height: 7.5%;
	left: 38%;
	mix-blend-mode: multiply;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: scaleX(0.86) scaleY(0.78);
	transform-origin: center;
	transition: opacity 620ms ease 100ms, transform 820ms cubic-bezier(0.2, 0.75, 0.2, 1);
	width: 32%;
	z-index: 1;
}

.bbss-story__photo img {
	bottom: 3.3%;
	filter:
		drop-shadow(0 2px 1.5px rgba(31, 20, 11, 0.38))
		drop-shadow(7px 14px 11px rgba(37, 29, 18, 0.28));
	height: 74%;
	left: 20%;
	max-width: 68%;
	object-fit: contain;
	object-position: center bottom;
	position: absolute;
	transform: translateY(8px) scale(0.99);
	transition: transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1);
	width: 68%;
	z-index: 2;
}

.bbss-story.is-active .bbss-story__photo img,
.bbss-revolution .bbss-story__photo img {
	transform: translateY(0) scale(1);
}

.bbss-story.is-active .bbss-story__photo::after,
.bbss-revolution .bbss-story__photo::after {
	opacity: 0.72;
	transform: scaleX(1) scaleY(1);
}

.bbss-story__copy {
	min-width: 0;
	padding: 6% 7.2% 8.5% 2%;
	position: relative;
	z-index: 3;
}

.bbss-heart {
	color: var(--bbss-gold);
	display: block;
	margin-bottom: 3px;
}

.bbss-heart svg {
	fill: currentColor;
	height: clamp(15px, 1.8vw, 23px);
	stroke-width: 1.5;
	width: clamp(15px, 1.8vw, 23px);
}

.bbss-story h3 {
	color: var(--bbss-paper);
	font-family: var(--bbss-serif);
	font-size: clamp(2.55rem, 5.8vw, 4.85rem);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 0.82;
	margin-bottom: clamp(8px, 1.25vw, 16px);
	/* Keep common three-word product names on at most two desktop lines. */
	max-width: 12ch;
	text-transform: uppercase;
}

.bbss-story__eyebrow {
	background: var(--bbss-lilac);
	display: inline-block;
	font-size: clamp(0.48rem, 0.75vw, 0.63rem);
	letter-spacing: 0.08em;
	margin: 0 0 clamp(8px, 1.2vw, 15px);
	padding: 4px 9px;
}

.bbss-story__eyebrow span {
	margin: 0 5px;
}

.bbss-story__price {
	color: var(--bbss-gold);
	font-size: clamp(1.12rem, 2vw, 1.55rem);
	margin: 0 0 clamp(7px, 1.25vw, 16px);
}

.bbss-story__price,
.bbss-story__price *,
.bbss-story__lead {
	color: var(--bbss-paper) !important;
}

.bbss-story__price,
.bbss-story__price * {
	color: var(--bbss-gold) !important;
}

.bbss-story__price del {
	opacity: 0.55;
}

.bbss-story__price ins {
	text-decoration: none;
}

.bbss-story__lead {
	border-top: 1px dashed rgba(224, 167, 56, 0.55);
	display: -webkit-box;
	font-size: clamp(0.95rem, 1.5vw, 1.28rem);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.18;
	margin: 0;
	max-width: 25ch;
	overflow: hidden;
	padding-top: clamp(8px, 1.3vw, 16px);
}

.bbss-card {
	height: clamp(150px, 20vw, 208px);
	margin: clamp(14px, 2vw, 22px) 0 clamp(4px, 0.8vw, 11px);
	max-width: 410px;
	perspective: 1100px;
	position: relative;
	width: 100%;
}

.bbss-card__inner {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
	width: 100%;
}

.bbss-card.is-flipped .bbss-card__inner {
	transform: rotateY(180deg);
}

.bbss-card__face {
	align-items: center;
	backface-visibility: hidden;
	background: url("../images/story-card-pocket-transparent-v1.webp") center / cover no-repeat;
	color: #4c3b31;
	display: flex;
	filter: drop-shadow(0 8px 10px rgba(5, 24, 18, 0.2));
	flex-direction: column;
	justify-content: center;
	inset: 0;
	padding: 0 18%;
	position: absolute;
}

.bbss-card__back {
	background-image: url("../images/story-card-pocket-transparent-v1.webp");
	transform: rotateY(180deg);
}

.bbss-card__face p {
	align-items: center;
	display: flex;
	font-family: var(--bbss-script);
	font-size: clamp(0.98rem, 1.45vw, 1.32rem);
	justify-content: center;
	line-height: 1.04;
	margin: 0;
	max-width: 100%;
	min-height: 0;
	overflow-wrap: anywhere;
	text-align: center;
	transform: none;
	white-space: normal;
	width: 100%;
}

.bbss-card__face > svg {
	display: none;
}

.bbss-card__toggle {
	align-items: center;
	background: rgba(251, 241, 223, 0.97);
	border: 1px solid rgba(224, 167, 56, 0.95);
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(8, 29, 23, 0.28);
	color: var(--bbss-green);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--bbss-sans);
	font-size: clamp(0.58rem, 0.74vw, 0.67rem);
	font-weight: 600;
	gap: 5px;
	letter-spacing: 0.06em;
	padding: 6px 10px;
	position: absolute;
	right: 2%;
	text-transform: uppercase;
	top: -12px;
	z-index: 4;
}

.bbss-card__toggle svg {
	height: 15px;
	width: 15px;
}

.bbss-details {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0 0 clamp(8px, 1vw, 14px);
	max-width: 410px;
	padding: 0;
	text-align: center;
}

.bbss-details li {
	font-size: clamp(0.7rem, 1.05vw, 0.91rem);
	line-height: 1.15;
}

.bbss-details__swatch {
	background-color: #c5b5aa;
	background-image: var(--bbss-product-image);
	background-repeat: no-repeat;
	background-size: 300%;
	border: 2px solid #efe2cb;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.23);
	display: block;
	height: clamp(42px, 5.6vw, 59px);
	margin: 0 auto 5px;
	position: relative;
	width: clamp(42px, 5.6vw, 59px);
}

.bbss-details__swatch--1 {
	background-position: 49% 27%;
}

.bbss-details__swatch--2 {
	background-position: 52% 57%;
}

.bbss-details__swatch--3 {
	background-position: 49% 72%;
}

.bbss-story__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
	margin-top: 10px;
}

.bbss-button {
	align-items: center;
	border: 0;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.38), 0 0 0 2px currentColor;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--bbss-sans);
	font-size: 0.7rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.13em;
	min-height: clamp(40px, 4.8vw, 50px);
	padding: 10px clamp(18px, 2.3vw, 28px);
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.bbss-button:hover,
.bbss-button:focus-visible {
	transform: translateY(-2px);
}

.bbss-button--coral {
	background: var(--bbss-coral);
	color: #fff8ec;
}

.bbss-button--green {
	background: var(--bbss-green);
	color: var(--bbss-paper);
	gap: 17px;
}

.bbss-text-link {
	border-bottom: 1px dashed var(--bbss-gold);
	color: inherit;
	font-family: var(--bbss-sans);
	font-size: clamp(0.57rem, 0.78vw, 0.68rem);
	letter-spacing: 0.08em;
	padding: 5px 0;
	text-decoration: none;
	text-transform: uppercase;
}

.bbss-peek {
	background: var(--bbss-green) url("../images/story-stage-background-v2.jpg") 24% center / auto 100% no-repeat;
	border: 2px solid rgba(197, 153, 86, 0.42);
	border-radius: clamp(13px, 1.7vw, 22px) 0 0 clamp(13px, 1.7vw, 22px);
	box-shadow: var(--bbss-shadow);
	overflow: hidden;
	position: relative;
}

.bbss-peek::after {
	border: 1px dashed rgba(232, 204, 158, 0.4);
	border-radius: 12px 0 0 12px;
	content: "";
	inset: 7px 0 7px 7px;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.bbss-peek::before {
	background: url("../images/product-contact-shadow-v1.webp") center / 100% 100% no-repeat;
	bottom: 2%;
	content: "";
	height: 5%;
	left: 10%;
	mix-blend-mode: multiply;
	opacity: 0.62;
	pointer-events: none;
	position: absolute;
	width: 80%;
	z-index: 0;
}

.bbss-peek img {
	bottom: 3.5%;
	filter:
		drop-shadow(0 2px 1px rgba(31, 20, 11, 0.34))
		drop-shadow(5px 11px 9px rgba(23, 24, 15, 0.26));
	height: 72%;
	left: 50%;
	max-width: none;
	object-fit: contain;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 180ms ease, transform 420ms ease;
	width: auto;
	z-index: 1;
}

.bbss-nav {
	align-items: center;
	background: url("../images/ribbon-navigation.webp") center / 100% 100% no-repeat;
	display: grid;
	grid-template-columns: 16% 68% 16%;
	height: clamp(90px, 10.5vw, 126px);
	margin: clamp(-24px, -1.6vw, -15px) -18px 0;
	position: relative;
	z-index: 7;
}

.bbss-nav__tabs {
	display: grid;
	height: 64%;
	grid-template-columns: 438fr 453fr 422fr;
	justify-self: start;
	margin-left: 1.88%;
	width: 91.43%;
}

.bbss-nav__tab,
.bbss-nav__arrow {
	background: transparent;
	border: 0;
	color: #fff2dd;
	cursor: pointer;
	font-family: var(--bbss-sans);
}

.bbss-nav__arrow {
	align-self: center;
	border: 0;
	border-radius: 0;
	height: clamp(42px, 5vw, 58px);
	justify-self: center;
	line-height: 1;
	padding: 0;
	width: clamp(42px, 5vw, 58px);
}

.bbss-nav__arrow svg {
	filter: drop-shadow(0 2px 3px rgba(83, 33, 17, 0.32));
	height: 28px;
	pointer-events: none;
	width: 28px;
}

.bbss-nav__arrow svg * {
	pointer-events: none;
}

.bbss-nav__arrow:focus-visible {
	outline: 2px solid #ffe5c3;
	outline-offset: 3px;
}

.bbss-nav__tab {
	align-content: center;
	display: grid;
	grid-template-rows: auto auto auto;
	justify-items: center;
	min-width: 0;
	padding: 0 clamp(2px, 0.6vw, 8px);
	position: relative;
	row-gap: 1px;
	text-align: center;
	text-transform: uppercase;
}

.bbss-nav__tab.is-active {
	text-shadow: 0 1px 7px rgba(83, 33, 17, 0.42);
}

.bbss-nav__number {
	color: #f8d491;
	display: block;
	font-family: var(--bbss-serif);
	font-size: 1.35rem;
	line-height: 1;
}

.bbss-nav__name {
	display: block;
	font-size: clamp(0.46rem, 0.93vw, 0.76rem);
	letter-spacing: 0.07em;
	line-height: 1;
	max-width: none;
	white-space: nowrap;
	width: 100%;
}

.bbss-nav__tab small {
	display: block;
	font-size: 0.55rem;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 0;
}

.bbss-instruction {
	margin: 46px auto 0;
	padding-bottom: 18px;
	text-align: center;
}

.bbss-instruction::before,
.bbss-instruction::after {
	border-top: 1px solid #aa8c58;
	content: "";
	display: inline-block;
	margin: 0 12px 3px;
	width: 34px;
}

.bbss-collections-cta {
	background: var(--bbss-cream) url("../images/cream-linen-texture.webp") 0 0 / 640px 640px repeat;
	padding: clamp(45px, 7vw, 100px) 24px clamp(65px, 9vw, 125px);
	position: relative;
	text-align: center;
}

.bbss-collections-cta::before,
.bbss-collections-cta::after {
	border-top: 2px dashed var(--bbss-coral);
	content: "";
	position: absolute;
	top: 46%;
	width: 24%;
}

.bbss-collections-cta::before {
	left: -3%;
	transform: rotate(7deg);
}

.bbss-collections-cta::after {
	right: -3%;
	transform: rotate(-7deg);
}

.bbss-collections-cta > div {
	margin: 0 auto;
	max-width: 680px;
	position: relative;
	z-index: 1;
}

.bbss-collections-cta .bbss-heart {
	margin: 0 0 19px;
}

.bbss-collections-cta .bbss-button {
	margin: 0 auto;
}

.bbss-dialog {
	background: var(--bbss-paper) url("../images/cream-linen-texture.webp") 0 0 / 640px 640px repeat;
	border: 2px solid var(--bbss-green);
	box-shadow: var(--bbss-shadow);
	color: var(--bbss-green);
	max-width: 620px;
	padding: clamp(36px, 6vw, 68px);
	width: calc(100% - 38px);
}

.bbss-dialog::backdrop {
	background: rgba(9, 31, 24, 0.78);
	backdrop-filter: blur(4px);
}

.bbss-dialog h2 {
	font-family: var(--bbss-serif);
	font-size: clamp(2.4rem, 6vw, 4.5rem);
	font-weight: 500;
	line-height: 0.9;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.bbss-dialog__close {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: inherit;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 40px;
}

.bbss-dialog__close svg {
	height: 20px;
	width: 20px;
}

.bbss-text-link svg,
.bbss-button svg {
	height: 16px;
	width: 16px;
}

.bbss-dialog__story {
	font-size: 1.3rem;
}

.bbss-dialog .bbss-script {
	color: var(--bbss-coral);
	margin: 24px 0 32px;
}

/* Slider Revolution is only the motion engine. The plugin owns the visual layer. */
.bbss-revolution {
	height: 100%;
}

.bbss-revolution rs-module-wrap,
.bbss-revolution rs-module,
.bbss-revolution rs-slide,
.bbss-revolution sr7-module,
.bbss-revolution sr7-content,
.bbss-revolution sr7-slide,
.bbss-revolution sr7-txt,
.bbss-revolution .rs-layer {
	background: transparent !important;
}

.bbss-revolution rs-module-wrap,
.bbss-revolution rs-module,
.bbss-revolution sr7-module,
.bbss-revolution sr7-content {
	height: 100% !important;
	min-height: 0 !important;
}

.bbss-revolution sr7-slide,
.bbss-revolution sr7-txt {
	height: 100% !important;
	width: 100% !important;
}

.bbss-revolution .bbss-rev-layer {
	height: 100% !important;
	white-space: normal !important;
	width: 100% !important;
}

.bbss-revolution .bbss-story {
	inset: auto;
	opacity: 1;
	pointer-events: auto;
	position: relative;
	transform: none;
}

/*
 * Scroll-stacked textile panels.
 *
 * JavaScript only adds these state classes when sticky positioning, overflow
 * clipping and motion preferences allow it. Without them the original page
 * remains a normal vertical document.
 */
body.bbss-parallax-page {
	overflow: visible !important;
	overflow-x: clip !important;
}

.bbss-bridge.bbss-parallax-ready {
	--bbss-collections-opacity: 0.74;
	--bbss-collections-shift: 22px;
	--bbss-fixed-offset: 0px;
	--bbss-hero-copy-opacity: 1;
	--bbss-hero-copy-shift: 0px;
	--bbss-hero-image-shift: 0px;
	--bbss-stack-edge: 18px;
	--bbss-stack-edge-double: 36px;
	overflow: visible;
	overflow-x: clip;
}

.bbss-parallax-ready .bbss-hero {
	position: sticky;
	top: 0;
	z-index: 1;
}

.bbss-parallax-ready .bbss-hero__image {
	transform: translate3d(0, var(--bbss-hero-image-shift), 0) scale(1.035);
	transform-origin: center;
	will-change: transform;
}

.bbss-parallax-ready .bbss-hero__copy {
	opacity: var(--bbss-hero-copy-opacity);
	transform: translate3d(0, var(--bbss-hero-copy-shift), 0);
	will-change: opacity, transform;
}

.bbss-parallax-ready .bbss-feature,
.bbss-parallax-ready .bbss-collections-cta {
	border-radius: clamp(18px, 2vw, 28px) clamp(18px, 2vw, 28px) 0 0;
	border-top: 1px solid rgba(89, 69, 42, 0.2);
	box-shadow: 0 -18px 46px rgba(34, 29, 18, 0.18);
	isolation: isolate;
}

/*
 * The sticky Collections panel sits above the feature panel while the textile
 * stack changes layers. Its empty background must not intercept clicks on the
 * still-visible ribbon controls underneath. The CTA content remains fully
 * interactive through the explicit child override.
 */
.bbss-parallax-ready .bbss-collections-cta {
	pointer-events: none;
}

.bbss-parallax-ready .bbss-collections-cta > div {
	pointer-events: auto;
}

.bbss-parallax--full::after {
	background: var(--bbss-cream) url("../images/cream-linen-texture.webp") 0 0 / 640px 640px repeat;
	content: "";
	display: block;
	height: clamp(260px, 45svh, 500px);
	pointer-events: none;
	position: relative;
	z-index: 0;
}

.bbss-parallax--full .bbss-feature {
	position: sticky;
	top: calc(var(--bbss-fixed-offset) + var(--bbss-stack-edge));
	z-index: 2;
}

.bbss-parallax--full .bbss-collections-cta {
	align-items: center;
	display: grid;
	min-height: calc(100svh - var(--bbss-fixed-offset) - var(--bbss-stack-edge-double));
	position: sticky;
	top: calc(var(--bbss-fixed-offset) + var(--bbss-stack-edge-double));
	z-index: 4;
}

.bbss-parallax-ready .bbss-collections-cta > div {
	opacity: var(--bbss-collections-opacity);
	transform: translate3d(0, var(--bbss-collections-shift), 0);
	will-change: opacity, transform;
}

.bbss-parallax--soft .bbss-feature {
	position: relative;
	z-index: 2;
}

.bbss-parallax--soft .bbss-collections-cta {
	margin-top: calc(var(--bbss-stack-edge) * -1);
	position: relative;
	z-index: 3;
}

@media (min-width: 1025px) {
	/*
	 * Keep only a restrained preview of the next textile panel in view. The
	 * uncapped height also restores the source-image proportions on taller
	 * desktop viewports, which keeps the foreground leaves below the copy.
	 */
	.bbss-hero {
		--bbss-hero-reveal: clamp(56px, 6.5svh, 64px);
		--bbss-hero-height: calc(100svh - var(--bbss-hero-reveal));
	}

	body.admin-bar .bbss-hero {
		--bbss-hero-height: calc(100svh - 32px - var(--bbss-hero-reveal));
	}

	.bbss-hero__copy {
		padding-top: clamp(20px, 2.8svh, 30px);
	}

	.bbss-hero__logo {
		margin-bottom: 8px;
		width: clamp(176px, min(12.8vw, 20svh), 202px);
	}

	.bbss-hero .bbss-kicker {
		margin-bottom: 0;
	}

	.bbss-hero h1 {
		font-size: clamp(3rem, 6.2vw, 5.8rem);
		margin-bottom: clamp(10px, 1.6svh, 14px);
		margin-top: clamp(10px, 1.4svh, 14px);
	}

	.bbss-hero .bbss-script {
		font-size: clamp(1.8rem, 3vw, 2.9rem);
	}

	.bbss-feature {
		padding-top: clamp(18px, 2.4svh, 30px);
	}

	.bbss-section-heading {
		margin-bottom: clamp(12px, 1.8svh, 20px);
	}

	.bbss-section-heading h2 {
		font-size: clamp(2.5rem, 3.4vw, 3.75rem);
		margin-bottom: 6px;
	}

	.bbss-section-heading p {
		font-size: clamp(0.95rem, 1.2vw, 1.1rem);
	}

	.bbss-stage__visual {
		gap: clamp(16px, 1.7vw, 24px);
		grid-template-columns: minmax(0, 1fr) clamp(70px, 7vw, 96px);
	}

	.bbss-stage__viewport {
		aspect-ratio: auto;
		height: clamp(540px, calc(100svh - 350px), 660px);
	}

	.bbss-story__copy {
		padding: 1.6% 6% 3% 2%;
	}

	.bbss-story h3 {
		font-size: clamp(2.5rem, 4.2vw, 4rem);
		margin-bottom: 8px;
	}

	.bbss-story__eyebrow,
	.bbss-story__price {
		margin-bottom: 8px;
	}

	.bbss-story__lead {
		font-size: 1.05rem;
		line-height: 1.12;
		padding-top: 8px;
	}

	.bbss-card {
		height: clamp(150px, 17svh, 176px);
		margin: 12px 0 4px;
	}

	.bbss-story__actions {
		transform: none;
	}

	.bbss-story__actions .bbss-button {
		min-height: 46px;
	}

	.bbss-nav {
		height: clamp(78px, 9svh, 94px);
		margin-top: -16px;
	}

	.bbss-instruction {
		margin-top: 18px;
	}
}

@media (min-width: 1025px) and (max-height: 900px) {
	.bbss-heart {
		line-height: 1;
		margin-bottom: 1px;
	}

	.bbss-heart svg {
		height: 18px;
		width: 18px;
	}

	.bbss-story h3 {
		margin-bottom: 6px;
	}

	.bbss-story__eyebrow {
		margin-bottom: 6px;
		padding: 2px 8px;
	}

	.bbss-story__price {
		margin-bottom: 6px;
	}

	.bbss-story__lead {
		font-size: 1rem;
		line-height: 1.08;
		max-width: 34ch;
		padding-top: 6px;
	}

	.bbss-card {
		margin: 8px 0 2px;
	}

	.bbss-details {
		margin-bottom: 6px;
	}

	.bbss-details li {
		font-size: 0.78rem;
		line-height: 1.08;
	}

	.bbss-details__swatch {
		height: 48px;
		width: 48px;
	}

	.bbss-story__actions {
		transform: none;
	}
}

@media (max-width: 1024px) {
	.bbss-hero__copy {
		width: 58%;
	}

	.bbss-story__copy {
		padding-left: 2.5%;
		padding-right: 5.5%;
	}

	.bbss-card {
		height: clamp(145px, 16vw, 160px);
		margin: 10px 0 4px;
	}

	.bbss-card__face p {
		font-size: clamp(1rem, 1.65vw, 1.35rem);
	}

	.bbss-details {
		margin-bottom: 6px;
	}

	.bbss-details__swatch {
		height: clamp(42px, 4.5vw, 46px);
		width: clamp(42px, 4.5vw, 46px);
	}

	.bbss-story__actions {
		flex-wrap: nowrap;
		gap: 10px;
	}

	.bbss-story__actions .bbss-button {
		font-size: 0.62rem;
		min-height: 44px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (min-width: 761px) {
	.bbss-story--composited {
		background-image: var(--bbss-story-scene);
	}

	.bbss-story--composited .bbss-story__photo img,
	.bbss-story--composited .bbss-story__photo::after {
		opacity: 0 !important;
		pointer-events: none;
		transition: none;
	}

	/*
	 * The final row remains structurally clear of the overlapping ribbon.
	 * Compacting the editorial card and swatches creates a protected action
	 * zone without moving the CTA over the material details.
	 */
	.bbss-card {
		height: clamp(138px, 15.5svh, 164px);
		margin-bottom: 2px;
		margin-top: 6px;
	}

	.bbss-details {
		margin-bottom: 2px;
	}

	.bbss-story__actions {
		margin-top: 10px;
	}

	.bbss-details__swatch {
		height: clamp(40px, 4.4vw, 50px);
		width: clamp(40px, 4.4vw, 50px);
	}
}

@media (max-width: 760px) {
	.bbss-hero {
		--bbss-hero-height: min(760px, 100svh);
	}

	body.admin-bar .bbss-hero {
		--bbss-hero-height: min(760px, calc(100svh - 46px));
	}

	.bbss-hero__image {
		background-position: 62% center;
	}

	.bbss-hero__copy {
		justify-content: flex-start;
		padding-left: clamp(24px, 6vw, 46px);
		padding-right: 16px;
		padding-top: clamp(30px, 5svh, 42px);
		width: 72%;
	}

	.bbss-hero__logo {
		margin-bottom: 10px;
		width: clamp(132px, min(22vw, 22svh), 176px);
	}

	.bbss-hero h1 {
		font-size: clamp(3rem, 8.2vw, 4rem);
	}

	.bbss-hero .bbss-script {
		font-size: clamp(1.65rem, 5vw, 2.2rem);
	}

	.bbss-stage__visual {
		display: block;
	}

	.bbss-stage__viewport {
		aspect-ratio: auto;
		height: 1080px;
	}

	.bbss-story {
		background-position: 23% center;
		grid-template-columns: 1fr;
		grid-template-rows: 44% 56%;
	}

	.bbss-story__photo {
		grid-row: 1;
	}

	.bbss-story__photo img {
		bottom: 1.4%;
		height: 84%;
		left: 20%;
		max-width: 60%;
		width: 60%;
	}

	.bbss-story__photo::after {
		bottom: 0.6%;
		height: 7%;
		left: 38%;
		width: 32%;
	}

	.bbss-story__copy {
		background: rgba(21, 57, 45, 0.96);
		grid-row: 2;
		padding: 28px 36px 76px;
	}

	.bbss-story h3 {
		font-size: clamp(3rem, 12vw, 4.8rem);
		max-width: 12ch;
	}

	.bbss-story__lead {
		max-width: 34ch;
	}

	.bbss-card {
		height: 188px;
		max-width: 440px;
	}

	.bbss-details {
		max-width: 440px;
	}

	.bbss-peek {
		display: none;
	}
}

@media (max-width: 620px) {
	.bbss-hero {
		--bbss-hero-height: min(720px, 100svh);
		background: var(--bbss-cream);
	}

	body.admin-bar .bbss-hero {
		--bbss-hero-height: min(720px, calc(100svh - 46px));
	}

	.bbss-hero__image {
		background-position: 66% center;
		opacity: 0.92;
	}

	.bbss-hero::after {
		background: linear-gradient(180deg, rgba(244,234,216,0.98) 0%, rgba(244,234,216,0.83) 38%, transparent 68%);
		content: "";
		inset: 0;
		position: absolute;
		z-index: -1;
	}

	.bbss-hero__copy {
		padding: clamp(24px, 5svh, 38px) 24px 52px;
		text-shadow: 0 1px 0 var(--bbss-cream);
		width: 100%;
	}

	.bbss-hero__logo {
		width: clamp(128px, 36vw, 156px);
	}

	.bbss-hero__scroll {
		bottom: 16px;
		height: 42px;
		width: 42px;
	}

	.bbss-hero h1 {
		font-size: clamp(2.55rem, 12vw, 3.65rem);
		max-width: 390px;
	}

	.bbss-hero .bbss-script {
		font-size: clamp(1.65rem, 7.8vw, 1.9rem);
		max-width: none;
	}

	.bbss-feature {
		padding-left: 10px;
		padding-right: 10px;
	}

	.bbss-stage__viewport {
		border-radius: 15px;
		height: 1040px;
	}

	.bbss-story {
		grid-template-rows: 39% 61%;
	}

	.bbss-story__photo img {
		height: 82%;
		left: 20%;
		max-width: 60%;
		width: 60%;
	}

	.bbss-story__copy {
		padding: 24px 22px 74px;
	}

	.bbss-card {
		height: 176px;
	}

	.bbss-card__toggle {
		right: 2%;
	}

	.bbss-details__swatch {
		height: 50px;
		width: 50px;
	}

	.bbss-details li {
		font-size: 0.78rem;
	}

	.bbss-nav {
		grid-template-columns: 15% 70% 15%;
		height: 92px;
		margin: -20px -10px 0;
	}

	.bbss-nav__arrow {
		height: 36px;
		width: 36px;
	}

	.bbss-nav__tabs {
		margin-left: 3.26%;
		width: 88.81%;
	}

	.bbss-nav__name {
		font-size: clamp(0.34rem, 1.4vw, 0.47rem);
		letter-spacing: 0.035em;
	}

	.bbss-nav__tab {
		padding-left: 2px;
		padding-right: 2px;
	}

	.bbss-nav__tab small {
		font-size: 0.48rem;
	}

	.bbss-collections-cta::before,
	.bbss-collections-cta::after {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.bbss-parallax-page {
		overflow-x: hidden !important;
	}

	.bbss-bridge *,
	.bbss-bridge *::before,
	.bbss-bridge *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.bbss-hero__scroll-icon {
		animation: none !important;
		transform: none !important;
	}
}
