/* ==========================================================================
   Hydrating Shower Oil — campaign.css
   Static rules only. Dynamic rules (image paths, $page_zoom breakpoints,
   scent deco map, scent button colors) live in the inline <style> in index.php
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. CSS Custom Properties
   -------------------------------------------------------------------------- */
:root {
    --c-gold:        #af9866;
    --c-gold-mid:    #bb9944;
    --c-gold-light:  rgba(175, 152, 102, 0.18);
    --c-text:        #1B1402;
    --c-text-mid:    #514736;
    --c-white:       #ffffff;
    --c-cream:       #f8f4ee;
    --c-green:       #6bbca3;
    --transition:    0.22s ease-in-out;
    --c-gold-deep:   #8a7450;
    --swiper-navigation-color: #af9866;
    --swiper-pagination-color: #af9866;
    --swiper-pagination-bullet-inactive-color: rgba(175,152,102,0.3);
    --swiper-pagination-bullet-width:  10px;
    --swiper-pagination-bullet-height: 10px;
}

/* --------------------------------------------------------------------------
   1. Container
   -------------------------------------------------------------------------- */
.campaignLP-container {
    text-transform: none;
    font-weight: normal;
    color: var(--c-text);
    position: relative;
    font-size: 3vw;
    font-family: "Josefin Sans", sans-serif;
}
body[dir="rtl"] .campaignLP-container { font-family: inherit; }
.campaignLP-container .innerContainer { margin: 0 auto; }
.campaignLP-container img { max-width: 100%; }
.campaignLP-container .breadcrumbs { display: none; }
.campaignLP-container input,
.campaignLP-container select,
.campaignLP-container button { font-family: inherit; }

.campaignLP-container.lock-intro .campaignLP-section:not(.s1-hero){visibility: hidden; opacity: 0; position: absolute; z-index: -1; left: 0; top:-10000px; height: 1px; width: 1px; overflow: hidden;}

/* --------------------------------------------------------------------------
   2. Shared section styles
   -------------------------------------------------------------------------- */
.campaignLP-section {
    font-size: 1em;
    position: relative;
    text-align: center;
    padding: 4em 0;
    overflow: hidden;
    box-sizing: border-box;
}
.campaignLP-section > * { box-sizing: border-box; }
.campaignLP-section .text-container { padding: 0 1.5em; }

.campaignLP-section .pretitle {
    display: inline-block;
    position: relative;
    color: var(--c-gold);
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.campaignLP-section .pretitle::before,
.campaignLP-section .pretitle::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0.6em; height: 1px;
    background: var(--c-gold);
    transform: translateY(-50%);
}
.campaignLP-section .pretitle::before { right: calc(100% + 0.5em); }
.campaignLP-section .pretitle::after  { left:  calc(100% + 0.5em); }
body[dir="rtl"] .campaignLP-section .pretitle::before { right: auto; left:  calc(100% + 0.5em); }
body[dir="rtl"] .campaignLP-section .pretitle::after  { left:  auto; right: calc(100% + 0.5em); }

.campaignLP-section .title {
    color: var(--c-gold);
    font-size: 2.5em;
    line-height: 1.2;
    margin: 0.3em 0;
    font-weight: bold;
    font-family: 'Petrona', serif;
    letter-spacing: -0.02em;
    text-align: center;
}
body[dir="rtl"] .campaignLP-section .title { font-family: inherit; }
.campaignLP-section p {text-align: center;}

.campaignLP-section .paragraph {
    color: var(--c-gold);
    font-size: 1.125em;
    margin: 0 0 1em;
    line-height: 1.7;
    text-align: center;
}

/* --------------------------------------------------------------------------
   3. Buttons
   -------------------------------------------------------------------------- */
.campaign-button {
    position: relative;
    display: inline-block;
    max-width: 90%;
    color: var(--c-white);
    font-size: 1.25em;
    font-weight: 400;
    padding: 0.65em 1.8em;
    margin-top: 1.25em;
    text-decoration: none;
    border: 1px solid var(--c-white);
    border-radius: 4em;
    background: var(--c-green);
    line-height: normal;
    transition: color var(--transition), background var(--transition), border-color var(--transition);
    cursor: pointer;
    letter-spacing: 0;
}
.campaign-button.sbnBtn:before,
.campaign-button.sbnBtn:after{
	width: 7px;
	height: 7px;
	top: 31%;
    background: var(--c-gold);
    border: 1px solid var(--c-white);
}
.campaign-button:hover,
.campaign-button:focus-visible {
    color: var(--c-green);
    background: var(--c-white);
    border-color: var(--c-green);
    text-decoration: none;
}
.campaign-button.sbnBtn:hover,
.campaign-button.sbnBtn:focus,
.campaign-button.sbnBtn:focus-visible {
    background: var(--c-white);
    color: var(--c-green);
    border-color: var(--c-green);
    text-decoration: none;
}
.campaign-button.sbnBtn:hover:before,
.campaign-button.sbnBtn:focus:before,
.campaign-button.sbnBtn:focus-visible:before,
.campaign-button.sbnBtn:hover:after,
.campaign-button.sbnBtn:focus:after,
.campaign-button.sbnBtn:focus-visible:after {
    background: var(--c-green);
    border-color: var(--c-gold);
}
.campaign-button--fill {
    color: var(--c-white);
    background: radial-gradient(circle, rgba(252,226,151,1) 0%, rgb(221,172,120) 30%);
    border-color: var(--c-gold);
    font-weight: bold;
}
.campaign-button--fill.sbnBtn:before,
.campaign-button--fill.sbnBtn:after { background: #ddac78; border-color: var(--c-gold); }
.campaign-button--fill:hover,
.campaign-button--fill:focus-visible {
    opacity: 0.85;
    background: radial-gradient(circle, rgba(252,226,151,1) 0%, rgb(221,172,120) 30%);
    color: var(--c-white);
}
.campaign-button.sbnBtn.campaign-button--fill:hover,
.campaign-button.sbnBtn.campaign-button--fill:focus,
.campaign-button.sbnBtn.campaign-button--fill:focus-visible {
    color: var(--c-gold);
    border-color: var(--c-gold);
}

/* --------------------------------------------------------------------------
   4. SECTION 1 – HERO
   -------------------------------------------------------------------------- */
.s1-hero {
    background-color: #C2B593;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* Aspect ratio: desktop image 3840×1756 */
    position: relative;
    overflow: hidden;
}
.s1-hero__inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-evenly;
    padding: 5%;
    box-sizing: border-box;
    z-index: 2;
}
body[dir="rtl"] .s1-hero__inner { justify-content: flex-start; padding: 5% 0 0 5%; }
.s1-hero__text { width: auto; text-align: center; color: var(--c-text);
    position: absolute;
    left: 60%;
	top:50%;
	transform: translate(0%, -50%);
	min-width:  15em;
}
body[dir="rtl"] .s1-hero__text { text-align: center; }


.s1-hero .pretitle { color: var(--c-text); font-size: 0.925em; letter-spacing: 0.18em; }
.s1-hero .pretitle::before,
.s1-hero .pretitle::after { background: var(--c-text); }

.s1-hero__title {
    font-family: 'Petrona', serif;
    font-size: clamp(1.5em, 3vw, 2.7em);
    font-weight: normal;
	font-style: italic;
    color: #fff;
    line-height: 1.2;
    margin: 0.2em 0 0.15em;
	text-align: center;
}
body[dir="rtl"] .s1-hero__title { font-family: inherit; }

.s1-hero__product {
    font-size: 0.825em;
    color: var(--c-text);
    margin: 0 0 0.5em;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}
.s1-hero .campaign-button { margin-top: 1em; }

.s1-hero__video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* ── Hero intro overlay ── */
.s1-intro-overlay {
    position: absolute;
    inset: 0;
    z-index: 5; /* above __inner (z:2) and __video-overlay (z:1) */
    cursor: pointer;
    opacity: 0.7;
}
.s1-intro-overlay video {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.s1-intro-overlay.is-dismissing {
    transition: opacity 2s ease;
    opacity: 0;
    pointer-events: none;
}
.s1-unmute-btn {
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
    opacity: 0.85;
    transition: opacity 0.2s;
    line-height: 0;
}
.s1-unmute-btn:hover,
.s1-unmute-btn:focus-visible { opacity: 1; }
.s1-unmute-btn.is-playing { opacity: 1; }
/* X overlay — visible when muted (default), hidden when playing */
.s1-unmute-btn__x {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.s1-unmute-btn__x::before,
.s1-unmute-btn__x::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 42%; height: 2.5px;
    background: rgba(90, 65, 30, 0.75);
    border-radius: 2px;
    transform-origin: center;
}
.s1-unmute-btn__x::before { transform: translate(-50%, -50%) rotate(45deg); }
.s1-unmute-btn__x::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.s1-unmute-btn.is-playing .s1-unmute-btn__x { display: none; }

/* ── S3 column background videos ── */
.s3-col-video {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    /* no z-index: DOM order keeps overlays on top */
}

/* --------------------------------------------------------------------------
   5. SECTION 2 – COLLECTION
   -------------------------------------------------------------------------- */
.s2-collection {
    background-size: cover;
    background-position: center;
    padding-bottom: 5em;
    position: relative;
}
/* Separator bottom */
.s2-collection::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 21px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    pointer-events: none;
    z-index: 2;
}
.s2-collection .title,
.s2-collection .paragraph { color: var(--c-text); }

/* Size toggle */
.s2-size-toggle {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1em;
    margin: 1.5em auto 2em;
}
a.size-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: space-around;
    gap: 0.4em;
    padding: 0.25em 1em;
    border: 1px solid var(--c-gold);
    border-radius: 4em;
    background: rgba(255,255,255,0.85);
	background: linear-gradient(0deg,rgba(231, 231, 231, 0.85) 0%, rgba(255, 255, 255, 1) 100%);
    color: var(--c-gold);
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 600;
    text-decoration: none;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
    min-width: 6em;
}
a.size-btn.active,
.no-touch a.size-btn:hover,
a.size-btn:focus-visible {
    background: var(--c-gold);
    color: var(--c-white);
    border-color: var(--c-gold);
    outline: none;
    text-decoration: none;
}
a.size-btn .size-btn__icon svg path,
a.size-btn .size-btn__icon svg g { fill: var(--c-gold); transition: fill var(--transition); }
a.size-btn.active .size-btn__icon svg path,
a.size-btn.active .size-btn__icon svg g,
a.size-btn:hover .size-btn__icon svg path,
a.size-btn:hover .size-btn__icon svg g,
a.size-btn:focus-visible .size-btn__icon svg path,
a.size-btn:focus-visible .size-btn__icon svg g  { fill: var(--c-white); }

.size-btn__icon { display: block; width: 1em; }
.size-btn__icon svg { width: 100%; height: auto; display: block; }
.size-btn__label { font-size: 1em; white-space: nowrap; }

/* Product list area */
.s2-products-outer { margin-top: 0; }
.campaignLP-container .productsTopColumn { padding: 0; }
.campaignLP-container .productsSideColumn { display: none; }
.campaignLP-container .productsListWrapper1 .productsList .carousel-items > .article_cell:nth-child(odd)::after { display: none; }

.s2-load-more { padding: 1.5em 0 0.5em; text-align: center; }
.s2-load-more .campaign-button { font-size: 1em; padding-left: 2.5em; padding-right: 2.5em; }

/* --------------------------------------------------------------------------
   6. SECTION 3 – TEXTURE
   -------------------------------------------------------------------------- */
.s3-texture { padding: 0; }

.s3-texture__grid-row1 {
    display: grid;
    grid-template-columns: 1fr;
}
.s3-texture__col {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 14em;
    overflow: hidden;
}
.s3-col-overlay {
    position: absolute;
    display: block;
    padding: 1em 1.25em;
    /*background: linear-gradient(0deg, rgba(0,0,0,0.35) 0%, transparent 60%);*/
    background: rgba(255,255,255,0.95);
	color: var(--c-gold);
	z-index: auto;
	top:0;
	left: 0;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
	text-align: left;
	text-transform: uppercase;
}
.s3-col-overlay.s3-col-overlay--stat {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    text-align: center;
	color: var(--c-white);
	text-transform: none;
	background: none;
}
.s3-col-overlay.s3-col-overlay--bottom {
    text-align: center;
    background: rgba(255,255,255,0.95);
	color: var(--c-gold);
	top: auto;
	bottom: 0;
	width: 100%;
}
.s3-col-overlay.s3-col-overlay--see-through {
	background: rgba(255,255,255,0.65);
}
.s3-col-overlay.color-reverse {color: var(--c-white);background: var(--c-gold);}
.s3-col-label { color: inherit; line-height: 1.3; }
.s3-col-label--pretitle { font-size: 0.875em; text-transform: uppercase; letter-spacing: 0.1em;}
.s3-col-label--main { font-size: 1em; font-weight: 700; letter-spacing: 0.06em; }
.s3-col-label--sub { font-size: 0.875em; text-transform: uppercase;}
.s3-stat-value { color: inherit; font-size: 4em; font-weight: bold; line-height: 1; margin: 0; }
.s3-stat-label { color: inherit; font-size: 0.72em; letter-spacing: 0.1em; text-transform: uppercase; margin: 0.2em 0 0; }

.s3-texture__grid-row2 { display: grid; grid-template-columns: 1fr; }
.s3-texture__row2col {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 18em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 1.5em;
    box-sizing: border-box;
    overflow: hidden;
}

/* ── Left col: featured ingredient ── */
.s3-texture { overflow: visible; z-index: 2; } /* allow bottle overflow below section */
.s3-texture__grid-row2 { overflow: visible; }
.s3-texture__row2col--transform { padding: 0; overflow: visible; }

/* Group: flower + bottle + overlay — fills container, allows overflow */
.s3-feat-ing__group {
    position: absolute;
    inset: 0;
    overflow: visible;
}
/* Wrapper clips encoded black borders; video oversized inside */
.s3-feat-ing__flower-wrap {
    position: absolute;
    top: 0; right: 0;
    height: 100%;
    width: 88%;
    overflow: hidden;
    z-index: 1;
}
body[dir="rtl"] .s3-feat-ing__flower-wrap { right: auto; left: 0; }
.s3-feat-ing__flower {
    position: absolute;
    top: -5%; left: -12%;
    width: 124%; height: 110%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.s3-bottle-img {
    position: absolute;
    bottom: -20%;
    left: 5%;
    height: 90%; width: auto;
    object-fit: contain;
    z-index: 3; /* above overlay */
}
body[dir="rtl"] .s3-bottle-img { left: auto; right: -5%; }
.s3-feat-ing__overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: var(--c-gold);
    padding: 1em 1.4em 1.2em;
    text-align: center;
    z-index: 2;
}
.s3-feat-ing__label {
    display: block;
    font-size: 0.825em;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255,255,255,0.72);
    margin-bottom: 0.35em;
}
.s3-feat-ing__name {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0 0 0.08em;
    line-height: 1.1;
}
.s3-feat-ing__desc {
    font-style: italic;
    font-size: 0.925em;
    color: #fff;
    margin: 0;
}

/* ── Right col: ingredients swiper ── */
.s3-texture__row2col--ingredients {
    padding: 0;
    background-color: var(--c-white); /* shorthand would reset background-image; use longhand */
    align-items: stretch;
}
.s3-ingredients__swiper {
    width: 100%;
    align-self: stretch;
    padding: 0 0 2.8em !important; /* no side padding — arrows are outside; bottom for pagination */
}
.s3-ingredients__swiper .swiper-wrapper { align-items: stretch; }
.s3-ingredients__swiper .swiper-pagination { bottom: 0.8em; }
/* Nav arrows live on the column wrapper (outside swiper) so they're never clipped */
.s3-ing-nav-prev,
.s3-ing-nav-next {
    position: absolute !important;
    top: 42% !important;
    margin-top: 0 !important;
    z-index: 10;
    width: 2.2em !important;
    height: 2.2em !important;
    background: rgba(255,255,255,0.88);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 6px rgba(0,0,0,0.12);
    cursor: pointer;
}
.s3-ing-nav-prev { left: 0.4em !important; right: auto !important; }
.s3-ing-nav-next { right: 0.4em !important; left: auto !important; }
/* Re-center chevron — remove the translate nudge that shifts it inside the circle */
.s3-ing-nav-prev::before { transform: rotate(-45deg) !important; }
.s3-ing-nav-next::before { transform: rotate(135deg) !important; }
body[dir="rtl"] .s3-ing-nav-prev::before { transform: rotate(135deg) !important; }
body[dir="rtl"] .s3-ing-nav-next::before { transform: rotate(-45deg) !important; }
@media only screen and (min-width: 48em) {
    .s3-ing-nav-next { right: calc(12% + 0.4em) !important; }
}

/* ── Ingredient slide ── */
.s3-ingredients__item {
    position: relative;
    height: 100%;
    min-height: 14em;
    overflow: hidden;
}
/* Tag: pill, top-right, all corners rounded */
.s3-ing__tag {
    position: absolute;
    right: 0.5em; top: 20%;
    width: 78%;
    height: 6em;
    background: var(--c-gold);
    border-radius: 4em;
    padding: 0.8em 1.4em;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.s3-ingredients__name {
    font-size: 1.125em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0.2em;
    line-height: 1.1;
    text-align: center;
}
.s3-ingredients__desc {
    font-size: 0.925em;
    color: #fff;
    font-style: italic;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}
/* Image: 90% height, bottom-left, above tag */
.s3-ing__img-wrap {
    position: absolute;
    left: 0; bottom: 0;
    height: 90%;
    width: 100%;
    z-index: 2;
}
.s3-ing__img-wrap img {
    height: 100%; width: 100%;
    object-fit: contain;
    object-position: left bottom;
    display: block;
}

.s3-transform-labels {
    display: flex;
    align-items: center;
    gap: 1.5em;
    color: var(--c-gold);
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
	justify-content: center;
	text-transform: none;
}
.s3-transform-arrow { color: var(--c-golf); display: flex; align-items: center; }
body[dir="rtl"] .s3-transform-arrow { transform: scaleX(-1); }

.s3-ingredients__list {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1em 1.5em;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

/* Scent deco — scoped to S2 to avoid conflict with global product list ::before/::after border rules */
.s2-collection .article_cell[data-pid]::before,
.s2-collection .article_cell[data-pid]::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    display: block !important; /* override any global display:none */
    border: none !important;
}
.s2-collection .article_cell[data-pid]::before { width: 3.5em; height: 3.5em; left: -0.5em; top: 0.5em; }
.s2-collection .article_cell[data-pid]::after  { width: 2.5em; height: 2.5em; right: -0.25em; bottom: 1em; }

/* --------------------------------------------------------------------------
   7. SECTION 4 – COMMUNITY / STATS
   -------------------------------------------------------------------------- */
.s4-community { background-size: cover; background-position: center; padding: 0; }

.s4-layout {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 26em;
}
.s4-layout__photo { background-size: cover; background-position: center top; display: none; }
.s4-layout__center {
    padding: 3.5em 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
}
.s4-layout__center .title,
.s4-layout__center .paragraph { color: var(--c-text); }
.s4-note { font-size: 0.68em; color: var(--c-text-mid); margin: -0.25em 0 1em; }

.s4-stats__bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25em;
    margin: 1.5em 0 1em;
    width: 100%;
}
.s4-stats__item { display: flex; flex-direction: column; align-items: center; gap: 0.15em; }
.s4-stats__value { font-size: 1.9em; font-weight: bold; font-family: 'Petrona', serif; color: var(--c-gold); line-height: 1; }
.s4-stats__value--highlight { font-size: 1.1em; text-transform: uppercase; letter-spacing: 0.04em; color: var(--c-text); font-weight: 700; }
.s4-stats__label { font-size: 0.7em; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-text-mid); }
.s4-stats__item--center { padding: 1em 0; width: 100%; border-top: 1px solid var(--c-gold-light); border-bottom: 1px solid var(--c-gold-light); }

.s4-reviews { margin: 1em 0; min-height: 2em; }

/* --------------------------------------------------------------------------
   8. SECTION 5 – RITUAL
   -------------------------------------------------------------------------- */
.s5-ritual { background-size: cover; background-position: 50% 0%; }
.s5-ritual .title,
.s5-ritual .paragraph { color: var(--c-white); }
.s5-ritual .pretitle { color: var(--c-white); }

.s5-ritual__steps {
    display: flex;
    justify-content: center;
    gap: 1.5em;
    flex-wrap: wrap;
    margin: 3em auto 2em;
	position: relative;
	max-width: 60em;
}
.s5-ritual__steps:before{content: ''; position: absolute; top:3em; left: 0; right:0; height: 1px; width: 100%; background: #fff; z-index: 1;}
.s5-ritual__step { display: flex; flex-direction: column; align-items: center; gap: 0.4em; flex: 0 1 8em; z-index: 2; }
.s5-ritual__step-icon { width: 6em; height: 6em; transition: transform var(--transition); }
.s5-ritual__step-icon svg { width: 100%; height: 100%; }
.s5-ritual__step:hover .s5-ritual__step-icon { transform: scale(1.08); }

.s5-ritual__step-number { font-size: 0.875em; font-weight: 600; color: #12a49e;  margin: 1em 0 0 0; letter-spacing: 0.04em;  text-transform: uppercase;}
.s5-ritual__step-number span { text-transform: uppercase; font-weight: 600; }
.s5-ritual__step-title { font-size:1.375em; font-weight: 300; color: #12a49e; margin: 0; text-align: center; text-transform: uppercase;}

.s5-ritual__choose-label { font-size: 1.25em; color: var(--c-text-mid); margin: 1.5em 0 0.6em; }

.s5-ritual__scents {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    justify-content: center;
    margin-bottom: 1.5em;
}
/* Base — colors come from inline PHP-generated rules */
.s5-ritual__scent-btn {
    padding: 0.42em 1.1em;
    border-radius: 4em;
    border: 1.5px solid transparent;
    font-size: 0.925em;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.04em;
    text-decoration: none;
    display: inline-block;
    transition: filter var(--transition);
}
.s5-ritual__scent-btn:focus-visible { outline: 2px solid var(--c-gold); outline-offset: 2px; }

/* --------------------------------------------------------------------------
   9. SECTION 6 – TRAVEL
   -------------------------------------------------------------------------- */
.s6-travel {
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 5em;
}
/* Separator top */
.fg-section::before,
.s6-travel::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 21px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    pointer-events: none;
    z-index: 2;
}
.s6-travel .title,
.s6-travel .pretitle,
.s6-travel .paragraph{ color: var(--c-gold); }
.s6-travel .pretitle::before,
.s6-travel .pretitle::after { background: var(--c-gold); }
.s6-note { font-size: 0.75em; color: var(--c-gold); margin-top: 1em; font-style: italic; }

/* Swiper nav — CSS chevrons */
.swiper-button-prev::after,
.swiper-button-next::after { display: none; }
.swiper-button-prev::before,
.swiper-button-next::before {
    content: '';
    display: block;
    width: 0.55em; height: 0.55em;
    border-top: 2px solid var(--c-gold);
    border-left: 2px solid var(--c-gold);
}
.swiper-button-prev::before { transform: rotate(-45deg) translate(0.1em, 0.1em); }
.swiper-button-next::before { transform: rotate(135deg) translate(-0.1em, -0.1em); }
body[dir="rtl"] .swiper-button-prev::before { transform: rotate(135deg) translate(-0.1em, -0.1em); }
body[dir="rtl"] .swiper-button-next::before { transform: rotate(-45deg) translate(0.1em, 0.1em); }

/* --------------------------------------------------------------------------
   10. SECTION 7 – VIDEO
   -------------------------------------------------------------------------- */
.s7-video {
    background-size: cover;
    background-position: center;
    min-height: 22em;
    display: block;
    padding: 4em 2em;
}
.s7-video__inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.s7-video__text .title   { color: var(--c-white); }
.s7-video__text .pretitle { color: rgba(255,255,255,0.85); }
.s7-video__text .pretitle::before,
.s7-video__text .pretitle::after { background: rgba(255,255,255,0.6); }

.s7-video__container { margin: 1.5em; aspect-ratio: 16 / 9; width: 100%;
    display: flex; justify-content: center; align-items: center; flex-wrap: nowrap;
}
.s7-video__play {
    display: inline-flex; align-items: center; justify-content: center;
    width: 5em; height: 5em;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.15);
    transition: background var(--transition);
    text-decoration: none;
}
.s7-video__play:hover,
.s7-video__play:focus-visible { background: rgba(255,255,255,0.3); outline: none; }
.s7-video__play img { width: 2em; height: 2em; object-fit: contain; }

.s7-video__play-placeholder {
    display: inline-flex;
    width: 5em; height: 5em;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.15);
    position: relative;
}
.s7-video__play-placeholder::after {
    content: '';
    position: absolute;
    top: 50%; left: 52%;
    transform: translate(-50%,-50%);
    width: 0; height: 0;
    border-style: solid;
    border-width: 0.7em 0 0.7em 1.2em;
    border-color: transparent transparent transparent rgba(255,255,255,0.85);
}

.video-frame { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }

.s7-video.is-playing { padding: 2em 0; align-items: stretch; }
.s7-video.is-playing .s7-video__inner { width: 100%; max-width: 100%; }
.s7-video.is-playing .s7-video__container { width: 100%; margin-top: 1em; }
@media only screen and (min-width: 48em) {
    .s7-video.is-playing { padding: 3em 0; }
    .s7-video.is-playing .s7-video__inner { max-width: 90%; }
}


.fg-section {
  background-color: #f8f4ee;
  background-size: cover; background-position: center; padding: 0;
}
.fg-section-layout {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 26em;
}
.fg-section-layout__photo { background-size: cover; background-position: 50% 0%; display: none; }
.fg-section-layout__center {
    padding: 3.5em 2em;
    display: block;
    box-sizing: border-box;
}	


/* --------------------------------------------------------------------------
   11. Responsive
   -------------------------------------------------------------------------- */
@media only screen and (min-width: 48em) {
    .campaignLP-section .text-container { padding: 0; }
    .s1-hero__text { max-width: 42%; }
    .s3-texture__col { min-height: 22em; }
    .s3-texture__row2col { min-height: 20em; }
    .s3-texture__row2col--ingredients { padding-right: 12%; }
    .s5-ritual__step { flex: 0 1 14em; }
    .s5-ritual__step-icon { width: 9em; height: 9em; }
	.s5-ritual__steps:before {top:4.5em;}
}
@media only screen and (max-width: 48em) {
    .s3-ing__tag { font-size: 0.825em; width: 70%; }
}
@media only screen and (min-width: 65em) {
    .campaignLP-container { font-size: 1em; }
    .fg-section-layout__photo,
    .s4-layout__photo { display: block; }
    .s5-ritual__step { flex: 0 1 18em; }
}

/* --------------------------------------------------------------------------
   12. Language overrides
   -------------------------------------------------------------------------- */
body.lang_ro .s5-ritual__scent-btn { font-size: 0.72em; }


/* GENERAL ANIMATIONS */ 

@keyframes campaignLP_blurIn {
  0% {opacity: 0; filter: blur(30px); }
  100% {opacity: 1; filter: blur(0); }
}
@keyframes campaignLP_blurInLeft {
  0% { transform: translateX(-40px) scale(1); opacity: 0; filter: blur(30px); }
  100% { transform: translateX(0) scale(1); opacity: 1; filter: blur(0); }
}
@keyframes campaignLP_blurInRight {
  0% { transform: translateX(40px) scale(1); opacity: 0; filter: blur(30px); }
  100% { transform: translateX(0) scale(1); opacity: 1; filter: blur(0); }
}
@keyframes campaignLP_scaleIn {
  0% { opacity: 0; transform: scale(0); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes campaignLP_fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes campaignLP_fadeInDown {
  0% { transform: translateY(-40px); opacity: 0;}
  100% { transform: translateY(0); opacity: 1;}
}
@keyframes campaignLP_fadeInDownBlurred {
  0% { transform: translateY(-40px); opacity: 0;}
  100% { transform: translateY(0); opacity: 1;}
}
@keyframes campaignLP_fadeInLeft {
  0% { transform: translateX(40px); opacity: 0;}
  100% { transform: translateX(0); opacity: 1;}
}
@keyframes campaignLP_fadeInRight {
  0% { transform: translateX(-40px); opacity: 0;}
  100% { transform: translateX(0); opacity: 1;}
}
@keyframes campaignLP_fadeInUp {
  0% { transform: translateY(40px); opacity: 0;}
  100% { transform: translateY(0); opacity: 1;}
}
@keyframes campaignLP_fadeInUpBlurred {
  0% { transform: translateY(40px); opacity: 0;}
  100% { transform: translateY(0); opacity: 1;}
}

@keyframes campaignLP_slideInRight {
  0% { transform: translateX(-50%); opacity: 1;}
  100% { transform: translateX(0); opacity: 1;}
}
@keyframes campaignLP_slideInLeft {
  0% { transform: translateX(50%); opacity: 1;}
  100% { transform: translateX(0); opacity: 1;}
}

.campaignLP-container .animate .blurIn {animation: campaignLP_blurIn 1s linear 0s 1 forwards;}
.campaignLP-container .animate .blurInLeft {animation: campaignLP_blurInLeft 1s linear 0s 1 forwards;}
.campaignLP-container .animate .blurInRight {animation: campaignLP_blurInRight 1s linear 0s 1 forwards;}
.campaignLP-container .animate .scaleIn {animation: campaignLP_scaleIn 1s linear 0s 1 forwards;}
.campaignLP-container .animate .fadeIn {animation: campaignLP_fadeIn 1s linear 0s 1 forwards;}
.campaignLP-container .animate .fadeInDown {animation: campaignLP_fadeInDown 1s linear  0s 1 forwards;}
.campaignLP-container .animate .fadeInUp {animation: campaignLP_fadeInUp 1s linear  0s 1 forwards;}
.campaignLP-container .animate .fadeInLeft {animation: campaignLP_fadeInLeft 1s linear  0s 1 forwards;}
.campaignLP-container .animate .fadeInRight {animation: campaignLP_fadeInRight 1s linear  0s 1 forwards;}
.campaignLP-container .animate .fadeInDownBlurred {animation: campaignLP_fadeInDownBlurred 1s linear  0s 1 forwards;}
.campaignLP-container .animate .fadeInUpBlurred {animation: campaignLP_fadeInUpBlurred 1s linear  0s 1 forwards;}

.campaignLP-container .animate .slideInRight {animation: campaignLP_slideInRight 1s linear  0s 1 forwards;}
.campaignLP-container .animate .slideInLeft {animation: campaignLP_slideInLeft 1s linear  0s 1 forwards;}

.campaignLP-container .anim {opacity: 0;animation-play-state:paused;}
.campaignLP-container .animate .anim {animation-play-state:running;}

.campaignLP-container .animate .delay-0s {animation-delay:0s;}
.campaignLP-container .animate .delay-0s25 {animation-delay:0.25s;}
.campaignLP-container .animate .delay-0s5 {animation-delay:0.5s;}
.campaignLP-container .animate .delay-0s75 {animation-delay:0.5s;}
.campaignLP-container .animate .delay-1s {animation-delay:1s;}
.campaignLP-container .animate .delay-1s25 {animation-delay:1.5s;}
.campaignLP-container .animate .delay-1s5 {animation-delay:1.5s;}
.campaignLP-container .animate .delay-1s75 {animation-delay:1.5s;}
.campaignLP-container .animate .delay-2s {animation-delay:2s;}
.campaignLP-container .animate .delay-2s5 {animation-delay:2.5s;}
.campaignLP-container .animate .delay-3s {animation-delay:3s;}
.campaignLP-container .animate .delay-3s5 {animation-delay:3.5s;}
.campaignLP-container .animate .delay-4s {animation-delay:4s;}
.campaignLP-container .animate .delay-4s5 {animation-delay:4.5s;}
.campaignLP-container .animate .delay-5s {animation-delay:5s;}


.campaignLP-container .animate .duration-0s25 {animation-duration:0.25s;}
.campaignLP-container .animate .duration-0s5 {animation-duration:0.5s;}
.campaignLP-container .animate .duration-0s75 {animation-duration:0.75s;}
.campaignLP-container .animate .duration-1s {animation-duration:1s;}
.campaignLP-container .animate .duration-1s25 {animation-duration:1.25s;}
.campaignLP-container .animate .duration-1s5 {animation-duration:1.5s;}
.campaignLP-container .animate .duration-2s {animation-duration:2s;}
.campaignLP-container .animate .duration-2s5 {animation-duration:2.5s;}
.campaignLP-container .animate .duration-3s {animation-duration:3s;}
