/*
Theme Name: Custom Landing
Theme URI: https://wordpress.org/
Author: Custom
Author URI: https://wordpress.org/
Description: A clean, modern WordPress theme with a beautiful landing page design. Perfect for showcasing your content with a minimalist approach.
Version: 1.0
Tested up to: 6.8
Requires at least: 5.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-landing
Tags: custom-menu, featured-images, threaded-comments, translation-ready, blog, one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-header, custom-background, custom-colors, post-formats, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset & Base Styles
2.0 Typography
3.0 Layout
4.0 Header & Navigation
5.0 Hero Section
6.0 Content Area
7.0 Footer
8.0 Responsive Design
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset & Base Styles
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* Offset for fixed header */
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.6;
    color: #1C1527;
    background-color: #FCF9F6;
}

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

a {
    text-decoration: none;
    color: #1C1527;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: #1C1527;
    opacity: 0.7;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1C1527;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

/*--------------------------------------------------------------
4.0 Header & Navigation
--------------------------------------------------------------*/
.site-header {
    background-color: #FCF9F6;
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 1.25rem 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Force all header links to be black */
.site-header a {
    color: #1C1527 !important;
}

.site-header a:hover,
.site-header a:focus {
    color: #1C1527 !important;
    opacity: 0.7;
}

.site-header .navbar {
    padding: 0;
}

.site-header .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 991.98px) {
    .site-header .container-fluid {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .site-header .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.site-header .navbar-toggler {
    border: none;
    padding: 0.5rem;
}

.site-header .navbar-toggler:focus {
    box-shadow: none;
}

/* Mobile Menu Toggle */
.menu-toggle-icon {
    width: 25px;
    height: 2px;
    background-color: #1C1527;
    transition: all 0.3s ease;
    display: block;
    margin: 4px 0;
}

.navbar-toggler[aria-expanded="true"] .menu-toggle-icon:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler[aria-expanded="true"] .menu-toggle-icon:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .menu-toggle-icon:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Left Navigation */
.main-navigation .navbar-nav {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    flex-direction: row;
}

.main-navigation .nav-item {
    margin: 0;
}

.main-navigation .nav-link {
    color: #1C1527 !important;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.5rem 0;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
}

.main-navigation .nav-link:hover,
.main-navigation .nav-link:focus {
    color: #1C1527 !important;
    opacity: 0.7;
}

/* Mobile Header Actions */
.mobile-header-actions {
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-header-actions .header-search {
    width: 100%;
}

.mobile-header-actions .search-field {
    width: 100%;
}

.mobile-header-actions .login-link {
    padding: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
}

/* Center Logo */
.site-branding {
    text-align: center;
}

.logo-emblem {
    margin: 0 auto 0.5rem;
    width: 100px;
    height: 65px;
    /* border-radius: 50%; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.logo-emblem img {
	width: 100%!important;
	height: 100%!important;
	object-fit: contain;
	padding: 10px;
	border-radius: 0 !important;
}

/* Ensure custom logo is never rounded */
.custom-logo {
	border-radius: 0 !important;
}

.logo-emblem .custom-logo {
	border-radius: 0 !important;
}

/* Site Branding - Using Bootstrap Classes */
.site-branding .h3 {
    font-weight: 400;
    margin: 0 0 0.25rem;
    font-size: 1.5rem;
    color: #1C1527 !important;
}

.site-branding .h3 a {
    color: #1C1527 !important;
    transition: opacity 0.3s ease;
}

.site-branding .h3 a:hover {
    color: #1C1527 !important;
    opacity: 0.7;
}

.site-branding .small {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #1C1527 !important;
    margin: 0;
}

/* Right Search and Login */
.header-right {
    position: relative;
    width: 100%;
}

/* Search Toggle Button */
.header-search-wrapper {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 30px;
}

.search-toggle-btn {
    cursor: pointer;
    color: #1C1527;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 10;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    position: relative;
}

.search-toggle-btn:hover {
    opacity: 0.7;
}

/* Full Screen Search Overlay */
.header-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(252, 249, 246, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

/* When active: show full screen search */
.header-search-wrapper.active .header-search {
    opacity: 1;
    visibility: visible;
}

/* Prevent body scroll when search is open */
body.search-open {
    overflow: hidden;
}

/* Close button for full screen search */
.search-close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    background: transparent;
    border: none;
    color: #1C1527;
    cursor: pointer;
    padding: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

.search-close-btn:hover {
    opacity: 0.5;
    transform: rotate(90deg);
}

.search-close-btn svg {
    display: block;
}

.header-search .search-form {
    width: 90%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-search .search-field {
    width: 100%;
    font-size: 2.5rem;
    padding: 1.5rem 2rem;
    border: none;
    border-bottom: 2px solid #1C1527;
    background: transparent;
    text-align: center;
    border-radius: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1C1527;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease 0.2s;
}

.header-search-wrapper.active .header-search .search-field {
    transform: translateY(0);
    opacity: 1;
}

.header-search .search-field::placeholder {
    color: #999999;
    font-style: italic;
}

.header-search .search-field:focus {
    outline: none;
    border-bottom-color: #1C1527;
    box-shadow: none;
}

.header-search .search-submit {
    display: none;
}

/* Responsive full screen search */
@media (max-width: 768px) {
    .header-search {
        padding-top: 20vh;
    }
    
    .header-search .search-field {
        font-size: 1.5rem;
        padding: 1rem 1.5rem;
    }
    
    .search-close-btn {
        top: 20px;
        right: 20px;
    }
    
    .search-close-btn svg {
        width: 28px;
        height: 28px;
    }
    
    .header-search .live-search-results {
        width: 95%;
        max-height: 45vh;
    }

    /* Legal Page Mobile */
    .legal-page-section {
        padding: 2rem 0;
    }

    .legal-page-title {
        font-size: 2rem;
    }

    .legal-page-subtitle {
        font-size: 0.95rem;
    }

    .legal-page-card {
        padding: 1.5rem 1.75rem;
        border-radius: 8px;
    }

    .legal-page-content {
        font-size: 1rem;
    }

    .legal-page-content h2 {
        font-size: 1.5rem;
        margin-top: 2rem;
    }

    .legal-page-content h3 {
        font-size: 1.25rem;
    }

    .legal-page-content h4 {
        font-size: 1.125rem;
    }

    .legal-page-content ul,
    .legal-page-content ol {
        margin-left: 1.5rem;
        padding-left: 1rem;
    }

    .legal-page-content blockquote {
        padding: 1rem 1.5rem;
        margin: 1.5rem 0;
    }

    .legal-page-content table {
        font-size: 0.9rem;
    }

    .legal-page-content table th,
    .legal-page-content table td {
        padding: 0.75rem;
    }
}

/* Full screen search results */
.header-search .live-search-results {
    position: relative;
    top: 0;
    margin-top: 2rem;
    width: 90%;
    max-width: 800px;
    max-height: 50vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.header-search .live-search-results.has-results {
    transform: none;
}

.header-search .live-search-result-item {
    padding: 1.25rem 1.5rem;
}

.header-search .live-search-result-title {
    font-size: 1.125rem;
}


.search-form {
    position: relative;
    width: 100%;
}

.search-field {
    background-color: #fff;
    border: none;
    border-radius: 25px;
    padding: 0.625rem 3rem 0.625rem 1.25rem;
    font-size: 0.9375rem;
    color: #2a2a2a;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.search-field::placeholder {
    color: #666;
}

.search-field:focus {
    box-shadow: none;
    border-color: transparent;
}

.search-submit {
    right: 0.75rem;
    color: #2a2a2a;
    width: 20px;
    height: 20px;
    padding: 0;
}

.search-submit:hover {
    opacity: 0.7;
}

.search-submit svg {
    width: 100%;
    height: 100%;
}

/* Live Search Results */
.live-search-results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
}

.live-search-results.has-results {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 500px;
    overflow-y: auto;
}

.live-search-results-list {
    padding: 0.5rem 0;
}

.live-search-result-item {
    display: block;
    padding: 1rem 1.25rem;
    text-decoration: none;
    color: #1C1527;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
}

.live-search-result-item:hover {
    background-color: #f8f8f8;
    text-decoration: none;
    color: #1C1527;
}

.live-search-result-item:last-child {
    border-bottom: none;
}

.live-search-result-type {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666666;
    margin-bottom: 0.375rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 500;
}

.live-search-result-title {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1C1527;
    margin-bottom: 0.25rem;
    line-height: 1.4;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.live-search-result-title mark {
    background-color: #fff3cd;
    color: #1C1527;
    padding: 0 2px;
    font-weight: 600;
}

.live-search-result-excerpt {
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.5;
    margin-top: 0.25rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.live-search-result-excerpt mark {
    background-color: #fff3cd;
    color: #1C1527;
    padding: 0 2px;
    font-weight: 500;
}

.live-search-loading,
.live-search-no-results,
.live-search-error {
    padding: 1.5rem 1.25rem;
    text-align: center;
    color: #666666;
    font-size: 0.9375rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.live-search-footer {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: #f8f8f8;
}

.live-search-view-all {
    display: inline-block;
    font-size: 0.875rem;
    color: #1C1527;
    text-decoration: none;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    transition: opacity 0.2s ease;
}

.live-search-view-all:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #1C1527;
}

/* Mobile search results positioning */
.live-search-results-mobile {
    position: relative;
    top: 0;
    margin-top: 0.5rem;
    max-width: 100%;
}

.login-link {
    color: #1C1527 !important;
    font-size: 1rem;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.login-link:hover,
.login-link:focus {
    color: #1C1527 !important;
    opacity: 0.7;
}

.header-user-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-user-name {
    font-size: 0.9375rem;
    color: #1C1527;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.mobile-user-menu {
    text-align: center;
}

.mobile-user-menu p {
    font-size: 0.9375rem;
    color: #1C1527;
    font-weight: 500;
    margin: 0 0 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*--------------------------------------------------------------
5.0 Hero Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.4 Hero Section - Modern Redesign
--------------------------------------------------------------*/
.hero-section {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 600px;
    max-height: 900px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-section:hover .hero-video {
    transform: scale(1.05);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.hero-content-wrapper .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.hero-text-content {
    text-align: center;
    position: relative;
    padding: 3.5rem 4rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-content {
    width: 100%;
}

.hero-content-left {
    text-align: left;
    width: 100%;
}

.hero-title {
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 1.5rem;
    line-height: 1.2;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    animation: fadeInUp 1s ease-out 0.5s both;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    margin: 0 0 2.5rem;
    line-height: 1.7;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 0.01em;
    animation: fadeInUp 1s ease-out 0.7s both;
}

.hero-cta-button {
    display: inline-block;
    background-color: #1C1527;
    color: #fff;
    padding: 1.5rem 3.5rem;
    border-radius: 16px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.15);
    text-shadow: none;
    animation: fadeInUp 1s ease-out 0.9s both;
}

.hero-cta-button:hover,
.hero-cta-button:focus {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 6px 16px rgba(0, 0, 0, 0.2);
    color: #fff;
    background-color: #1C1527;
}

.cta-button {
    display: inline-block;
    background-color: #fff;
    color: #667eea;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.125rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button:hover,
.cta-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #667eea;
}

/*--------------------------------------------------------------
5.5 Products Section
--------------------------------------------------------------*/
/* Section Separator - Creative Organic Design */
.section-separator {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: -1px;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(to bottom, transparent 0%, #FCF9F6 100%);
}

.separator-organic {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.separator-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.separator-leaf {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 0 100% 0 100%;
    transform: rotate(-45deg);
    animation: float 6s ease-in-out infinite;
}

.separator-leaf-1 {
    left: 15%;
    top: 30%;
    animation-delay: 0s;
}

.separator-leaf-2 {
    left: 50%;
    top: 20%;
    width: 30px;
    height: 30px;
    animation-delay: 2s;
}

.separator-leaf-3 {
    left: 75%;
    top: 40%;
    width: 35px;
    height: 35px;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: rotate(-45deg) translateY(0px);
    }
    50% {
        transform: rotate(-45deg) translateY(-15px);
    }
}

/*--------------------------------------------------------------
5.5 Products Section - Modern Redesign
--------------------------------------------------------------*/
.products-section {
    width: 100%;
    background: linear-gradient(to bottom, #FCF9F6 0%, #ffffff 100%);
    position: relative;
    padding: 5rem 0;
}

/* Content Card */
.products-content-card {
    padding: 3rem 0;
    max-width: 100%;
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.products-heading {
    font-size: 3rem;
    font-weight: 400;
    color: #1C1527;
    margin: 0 0 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.products-subtitle {
    font-size: 1.125rem;
    color: #666666;
    margin: 0 0 2.5rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.products-text {
    margin-bottom: 3rem;
}

.products-text p {
    font-size: 1.0625rem;
    line-height: 1.85;
    color: #1C1527;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 0.01em;
    max-width: 90%;
}

.products-button-wrapper {
    margin-top: 1rem;
}

.products-button {
    display: inline-block;
    background-color: #1C1527;
    color: #fff;
    padding: 0.875rem 2rem;
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.products-button:hover,
.products-button:focus {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 0 4px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
    background-color: #1C1527;
}

/* Video Card */
.products-video-card {
    position: relative;
    width: 100%;
    padding: 0;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.products-video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #000;
}

.products-video-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18), 0 12px 32px rgba(0, 0, 0, 0.12);
}

.products-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 9;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.products-video-wrapper:hover .products-video {
    transform: scale(1.02);
}

/*--------------------------------------------------------------
5.6 Journal Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.6 Journal Section - Modern Redesign
--------------------------------------------------------------*/
.journal-section {
    background: linear-gradient(to bottom, #ffffff 0%, #FCF9F6 100%);
    padding: 5rem 0;
    position: relative;
}

.journal-section > .container {
    position: relative;
    z-index: 1;
}

.journal-section-title {
    font-size: 3.5rem;
    font-weight: 400;
    color: #1C1527;
    margin: 0 0 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.journal-section-subtitle {
    font-size: 1.125rem;
    color: #666666;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.01em;
}

/* Journal Card */
.journal-card {
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #FCF9F6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: fadeInUp 0.8s ease-out;
}

.journal-card:nth-child(1) {
    animation-delay: 0.1s;
}

.journal-card:nth-child(2) {
    animation-delay: 0.2s;
}

.journal-card:nth-child(3) {
    animation-delay: 0.3s;
}

.journal-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(0, 0, 0, 0.08);
}

.journal-card-content {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    padding: 3rem 2.5rem;
    height: 100%;
    position: relative;
    z-index: 1;
}

.journal-article {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.journal-article-image-wrapper {
    margin-bottom: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.journal-card:hover .journal-article-image-wrapper {
    transform: scale(1.03);
}

.journal-article-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

/* Consistent article styling across all sections */
.journal-article-title,
.article-title,
.entry-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1C1527;
    margin: 0 0 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.journal-article-title a,
.article-title a,
.entry-title a {
    color: #1C1527;
    text-decoration: none;
    transition: color 0.3s ease;
}

.journal-article-title a:hover,
.article-title a:hover,
.entry-title a:hover {
    color: #1C1527;
    opacity: 0.8;
}

.journal-article-excerpt,
.article-excerpt,
.entry-content,
.entry-excerpt {
    font-size: 1rem;
    line-height: 1.75;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 0.01em;
    flex: 1;
}

.journal-article-excerpt p,
.article-excerpt p,
.entry-content p,
.entry-excerpt p {
    margin: 0 0 0.75rem;
}

.journal-article-excerpt p:last-child,
.article-excerpt p:last-child,
.entry-content p:last-child,
.entry-excerpt p:last-child {
    margin-bottom: 0;
}

.journal-placeholder {
    font-size: 0.95rem;
    color: #999;
    font-style: italic;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.journal-button-wrapper {
    margin-top: auto;
    padding-top: 0.5rem;
}

.journal-button {
    display: inline-block;
    background-color: #1C1527;
    color: #fff;
    padding: 0.875rem 2rem;
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.journal-button:hover,
.journal-button:focus {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 0 4px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
    background-color: #1C1527;
}

/*--------------------------------------------------------------
6.0 Content Area (Removed - articles now only in Journal section)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.5 Testimonials Section
--------------------------------------------------------------*/
.testimonials-section {
    background-color: #FCF9F6;
    padding: 5rem 0;
}

.testimonials-section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1C1527;
    margin: 0 0 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
}

.testimonials-section-subtitle {
    font-size: 1.125rem;
    color: #1C1527;
    margin: 0 0 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
}

.testimonials-divider {
    width: 100px;
    height: 2px;
    background-color: #8b6f47;
    margin: 0 auto;
}

.testimonial-card {
    background-color: #fafafa;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-user-info {
    margin-bottom: 1.5rem;
}

.testimonial-user-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #3b2a4d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.testimonial-initial {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.testimonial-user-details {
    flex: 1;
}

.testimonial-user-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1C1527;
    margin: 0 0 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.testimonial-skin-type {
    font-size: 0.95rem;
    color: #1C1527;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.testimonial-text {
    margin-bottom: 1.5rem;
}

.testimonial-text p {
    font-size: 1rem;
    line-height: 1.7;
    color: #1C1527;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: italic;
}

.testimonial-rating {
    display: flex;
    gap: 0.25rem;
}

.testimonial-star {
    font-size: 1.25rem;
    color: #ccc;
    line-height: 1;
}

.testimonial-star.filled {
    color: #1C1527;
}

/*--------------------------------------------------------------
6.6 FAQ Section
--------------------------------------------------------------*/
.faq-section {
    background-color: #FCF9F6;
    padding: 5rem 0;
}

.faq-badge,
.section-badge,
.contact-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-size: 0.875rem;
    color: #1C1527;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #fff;
    margin-bottom: 1.5rem;
}

.faq-section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1C1527;
    margin: 0 0 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
}

.faq-title-divider {
    width: 100px;
    height: 2px;
    background-color: #1C1527;
    margin: 0 auto 2rem;
}

.faq-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-container .accordion {
    --bs-accordion-border-color: #e0e0e0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
}

.faq-container .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background-color: transparent;
}

.faq-container .accordion-item:last-child {
    border-bottom: none;
}

.faq-container .accordion-button {
    background-color: transparent;
    border: none;
    padding: 1.5rem 0;
    box-shadow: none;
    font-size: 1.125rem;
    color: #1C1527;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.faq-container .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #1C1527;
}

.faq-container .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-question {
    flex: 1;
    text-align: left;
    padding-right: 2rem;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: #1C1527;
    line-height: 1;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-container .accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(45deg);
}

.faq-container .accordion-button::after {
    display: none;
}

.faq-container .accordion-body {
    padding: 0 0 1.5rem;
}

.faq-answer {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.faq-answer p {
    margin: 0 0 1rem;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
6.5 Newsletter Section
--------------------------------------------------------------*/
.newsletter-section {
    background-color: #FCF9F6;
    padding: 5rem 0;
}

.newsletter-section-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #1C1527;
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.3;
}

.newsletter-title-divider {
    width: 100px;
    height: 2px;
    background-color: #8b6f47;
    margin: 1.5rem auto 3rem;
}

.newsletter-form-container {
    background-color: transparent;
    padding: 0;
}

/* Contact Form 7 Styling */
.newsletter-form-container .wpcf7 {
    margin: 0;
}

.newsletter-form-container .wpcf7-form {
    max-width: 100%;
    margin: 0;
}

/* Remove default CF7 paragraph and br styling */
.newsletter-form-container .wpcf7-form p {
    margin: 0;
    padding: 0;
}

.newsletter-form-container .wpcf7-form br {
    display: none;
}

.newsletter-form-row {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.newsletter-form-field {
    margin-bottom: 1.5rem;
}

.newsletter-form-field p {
    margin: 0;
}

.newsletter-form-field-half {
    flex: 1;
}

.newsletter-form-field label {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #1C1527;
    margin-bottom: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.newsletter-form-field-half:first-child label {
    text-align: left;
}

.newsletter-form-field-half:last-child label {
    text-align: left;
}

/* Input Fields */
.newsletter-form-container .wpcf7-form-control.wpcf7-text,
.newsletter-form-container .wpcf7-form-control.wpcf7-email {
    width: 100% !important;
    max-width: 100%;
    padding: 0.875rem 1.25rem !important;
    font-size: 1rem !important;
    color: #1a1a1a !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    margin: 0;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-text:focus,
.newsletter-form-container .wpcf7-form-control.wpcf7-email:focus {
    outline: none;
    border-color: #8b6f47;
    box-shadow: 0 0 0 3px rgba(139, 111, 71, 0.1);
}

.newsletter-form-container .wpcf7-form-control.wpcf7-text::placeholder,
.newsletter-form-container .wpcf7-form-control.wpcf7-email::placeholder {
    color: #999;
    opacity: 1;
}

/* Select Dropdowns */
.newsletter-form-container .wpcf7-form-control.wpcf7-select {
    width: 100% !important;
    max-width: 100%;
    padding: 0.875rem 1.25rem !important;
    padding-right: 3rem !important;
    font-size: 1rem !important;
    color: #1a1a1a !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a1a1a' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 12px !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-select:focus {
    outline: none;
    border-color: #8b6f47;
    box-shadow: 0 0 0 3px rgba(139, 111, 71, 0.1);
}

.newsletter-form-container .wpcf7-form-control.wpcf7-select option {
    padding: 0.5rem;
    color: #1C1527;
}

/* Checkbox */
.newsletter-form-consent {
    margin-top: 1.5rem;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-checkbox {
    display: flex !important;
    align-items: flex-start;
    gap: 0.75rem;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0 !important;
    display: flex !important;
    align-items: flex-start;
    gap: 0.75rem;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
    display: flex !important;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0 !important;
    cursor: pointer;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    margin: 0 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    cursor: pointer;
    appearance: none !important;
    -webkit-appearance: none !important;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px !important;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked::after {
    content: '✓' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 0.95rem !important;
    color: #1a1a1a !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    cursor: pointer;
    font-weight: 400 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

/* Submit Button */
.newsletter-form-submit {
    margin-top: 2rem;
    text-align: center;
}

.newsletter-form-submit p {
    margin: 0;
    text-align: center;
}

.newsletter-form-container .wpcf7-submit {
    padding: 1rem 3rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #1a1a1a !important;
    border: 2px solid #1a1a1a !important;
    border-radius: 8px !important;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    transition: all 0.3s ease;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0;
}

.newsletter-form-container .wpcf7-submit:hover {
    background-color: #1C1527;
    border-color: #1C1527;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.newsletter-form-container .wpcf7-submit:active {
    transform: translateY(0);
}

/* Validation Messages */
.newsletter-form-container .wpcf7-response-output {
    margin: 1.5rem 0 0;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    text-align: center;
}

.newsletter-form-container .wpcf7-mail-sent-ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.newsletter-form-container .wpcf7-validation-errors,
.newsletter-form-container .wpcf7-mail-sent-ng {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.newsletter-form-container .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: block;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-not-valid {
    border-color: #dc3545;
}

.newsletter-form-container .wpcf7-form-control.wpcf7-not-valid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Style CF7 span wrappers */
.newsletter-form-container .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    margin: 0;
}

.newsletter-form-container .wpcf7-form-control-wrap span {
    display: block;
    width: 100%;
}

/*--------------------------------------------------------------
6.6 Contact Us Section
--------------------------------------------------------------*/
.contact-section {
    background-color: #FCF9F6;
    padding: 5rem 0;
}

.contact-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background-color: #e8e8e8;
    color: #1C1527;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-bottom: 1.5rem;
}

.contact-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1C1527;
    margin-bottom: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.3;
}

.contact-section-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    color: #1C1527;
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.contact-title-divider {
    width: 100px;
    height: 2px;
    background-color: #8b6f47;
    margin: 1.5rem auto 3rem;
}

/* Email Display Container */
.contact-email-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 3rem 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-email-label {
    font-size: 1rem;
    font-weight: 400;
    color: #1C1527;
    margin-bottom: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.contact-email-address {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1C1527;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Contact Form Container */
.contact-form-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.contact-form-container .wpcf7 {
    margin: 0;
}

.contact-form-container .wpcf7-form {
    max-width: 100%;
    margin: 0;
}

/* Remove default CF7 paragraph and br styling */
.contact-form-container .wpcf7-form p {
    margin: 0;
    padding: 0;
}

.contact-form-container .wpcf7-form br {
    display: none;
}

.contact-form-row {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.contact-form-field {
    margin-bottom: 1.5rem;
}

.contact-form-field p {
    margin: 0;
}

.contact-form-field-half {
    flex: 1;
}

.contact-form-field label {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #1C1527;
    margin-bottom: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Contact Form Input Fields */
.contact-form-container .wpcf7-form-control.wpcf7-text,
.contact-form-container .wpcf7-form-control.wpcf7-email {
    width: 100% !important;
    max-width: 100%;
    padding: 0.875rem 1.25rem !important;
    font-size: 1rem !important;
    color: #1a1a1a !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    margin: 0;
}

.contact-form-container .wpcf7-form-control.wpcf7-text:focus,
.contact-form-container .wpcf7-form-control.wpcf7-email:focus {
    outline: none;
    border-color: #8b6f47 !important;
    box-shadow: 0 0 0 3px rgba(139, 111, 71, 0.1);
}

.contact-form-container .wpcf7-form-control.wpcf7-text::placeholder,
.contact-form-container .wpcf7-form-control.wpcf7-email::placeholder {
    color: #999;
    opacity: 1;
}

/* Contact Form Textarea */
.contact-form-container .wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
    max-width: 100%;
    padding: 0.875rem 1.25rem !important;
    font-size: 1rem !important;
    color: #1a1a1a !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    margin: 0;
    min-height: 150px;
    resize: vertical;
}

.contact-form-container .wpcf7-form-control.wpcf7-textarea:focus {
    outline: none;
    border-color: #8b6f47 !important;
    box-shadow: 0 0 0 3px rgba(139, 111, 71, 0.1);
}

.contact-form-container .wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #999;
    opacity: 1;
}

/* Contact Form Submit Button */
.contact-form-submit {
    margin-top: 2rem;
    text-align: center;
}

.contact-form-submit p {
    margin: 0;
    text-align: center;
}

.contact-form-container .wpcf7-submit {
    padding: 1rem 3rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #1a1a1a !important;
    border: 2px solid #1a1a1a !important;
    border-radius: 8px !important;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    transition: all 0.3s ease;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0;
}

.contact-form-container .wpcf7-submit:hover {
    background-color: #333 !important;
    border-color: #333 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contact-form-container .wpcf7-submit:active {
    transform: translateY(0);
}

/* Contact Form Validation Messages */
.contact-form-container .wpcf7-response-output {
    margin: 1.5rem 0 0;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    text-align: center;
}

.contact-form-container .wpcf7-mail-sent-ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.contact-form-container .wpcf7-validation-errors,
.contact-form-container .wpcf7-mail-sent-ng {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.contact-form-container .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: block;
}

.contact-form-container .wpcf7-form-control.wpcf7-not-valid {
    border-color: #dc3545 !important;
}

.contact-form-container .wpcf7-form-control.wpcf7-not-valid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Style CF7 span wrappers for contact form */
.contact-form-container .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    margin: 0;
}

.contact-form-container .wpcf7-form-control-wrap span {
    display: block;
    width: 100%;
}

/*--------------------------------------------------------------
7.0 Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #FCF9F6;
    color: #1C1527;
    padding: 4rem 0 2rem;
    margin-top: auto;
}

/* Footer Brand Identity */
.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Centered Brand Section */
.footer-brand-center {
    text-align: center;
    margin: 3rem 0 2rem;
}

.footer-brand-center .footer-brand {
    align-items: center;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo img {
    width: 100px;
    height: 65px;
    /* border-radius: 50%; */
    border-radius: 0 !important;
    object-fit: contain;
}

.footer-logo .custom-logo {
    border-radius: 0 !important;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #1C1527;
    color: #fff;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-logo-symbol {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.footer-logo-text-main {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 0.25rem;
}

.footer-brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1C1527;
    margin-bottom: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.footer-tagline {
    font-size: 0.95rem;
    font-weight: 400;
    color: #1C1527;
    line-height: 1.6;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Footer Menu Sections */
.footer-menu-heading {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1C1527;
    text-align: left;
    margin-bottom: 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

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

.footer-menu-list li {
    margin-bottom: 0.75rem;
    text-align: left;
}

.footer-menu-list li:last-child {
    margin-bottom: 0;
}

.footer-menu-list a {
    color: #1C1527;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    transition: color 0.3s ease;
}

.footer-menu-list a:hover {
    color: #8b6f47;
    text-decoration: underline;
}

/* Réseaux Menu - Horizontal Layout */
.footer-networks .footer-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-networks .footer-menu-list li {
    margin-bottom: 0;
}

/* Footer Bottom Section */
.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #1C1527;
    margin-bottom: 1.5rem;
}

.footer-copyright {
    text-align: center;
    font-size: 0.95rem;
    font-weight: 400;
    color: #1C1527;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/*--------------------------------------------------------------
7.5 Legal Page Template
--------------------------------------------------------------*/
.legal-page-section {
    background-color: #FCF9F6;
    padding: 5rem 0;
    min-height: 60vh;
}

/* Legal Badge */
.legal-badge-wrapper {
    animation: fadeInUp 0.8s ease-out 0.1s both;
}

.legal-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-size: 0.875rem;
    color: #1C1527;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.legal-badge:hover {
    border-color: #1C1527;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Legal Page Header */
.legal-page-header {
    margin-bottom: 3rem;
}

.legal-page-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1C1527;
    margin: 0 0 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.2;
    letter-spacing: -0.02em;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.legal-page-subtitle {
    font-size: 1.125rem;
    color: #666666;
    margin: 0 0 2rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.01em;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.legal-title-divider {
    width: 100px;
    height: 2px;
    background-color: #1C1527;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Legal Page Card */
.legal-page-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 3rem 4rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out 0.5s both;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.legal-page-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* Legal Page Content */
.legal-page-content {
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.85;
    font-size: 1.0625rem;
    letter-spacing: 0.01em;
}

.legal-page-content h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1C1527;
    margin: 2.5rem 0 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
    animation: fadeInUp 0.6s ease-out both;
}

.legal-page-content h2:first-of-type {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

.legal-page-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1C1527;
    margin: 2rem 0 0.75rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.4;
    animation: fadeInUp 0.6s ease-out both;
}

.legal-page-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1C1527;
    margin: 1.5rem 0 0.5rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    animation: fadeInUp 0.6s ease-out both;
}

.legal-page-content p {
    margin: 0 0 1.5rem;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.85;
    animation: fadeInUp 0.6s ease-out both;
}

.legal-page-content ul,
.legal-page-content ol {
    margin: 0 0 1.5rem 2rem;
    padding-left: 1.5rem;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.85;
    animation: fadeInUp 0.6s ease-out both;
}

.legal-page-content li {
    margin-bottom: 0.75rem;
    color: #1C1527;
}

.legal-page-content li:last-child {
    margin-bottom: 0;
}

.legal-page-content a {
    color: #1C1527;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.3);
    text-underline-offset: 3px;
    transition: all 0.3s ease;
}

.legal-page-content a:hover {
    color: #8b6f47;
    text-decoration-color: #8b6f47;
}

.legal-page-content strong {
    font-weight: 600;
    color: #1C1527;
}

.legal-page-content em {
    font-style: italic;
    color: #1C1527;
}

.legal-page-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    border-left: 3px solid #1C1527;
    background-color: #FCF9F6;
    font-style: italic;
    color: #1C1527;
    border-radius: 4px;
    animation: fadeInUp 0.6s ease-out both;
}

.legal-page-content code {
    background-color: #FCF9F6;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    color: #1C1527;
}

.legal-page-content pre {
    background-color: #FCF9F6;
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1.5rem 0;
    animation: fadeInUp 0.6s ease-out both;
}

.legal-page-content pre code {
    background-color: transparent;
    padding: 0;
}

.legal-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    animation: fadeInUp 0.6s ease-out both;
}

.legal-page-content table th,
.legal-page-content table td {
    padding: 1rem;
    border: 1px solid #e0e0e0;
    text-align: left;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.legal-page-content table th {
    background-color: #FCF9F6;
    font-weight: 600;
}

.legal-page-content hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2.5rem 0;
    animation: fadeInUp 0.6s ease-out both;
}

/* Legal Page Links (wp_link_pages) */
.legal-page-links {
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    animation: fadeInUp 0.6s ease-out both;
}

.legal-page-links a {
    color: #1C1527;
    text-decoration: underline;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
}

.legal-page-links a:hover {
    color: #8b6f47;
}

/* Legal Page Footer */
.legal-page-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.legal-last-updated {
    text-align: center;
}

.legal-updated-text {
    font-size: 0.9rem;
    color: #666666;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: italic;
}

.legal-updated-text time {
    font-weight: 500;
    color: #1C1527;
}

/* Back Link */
.legal-page-back {
    animation: fadeInUp 0.8s ease-out 0.7s both;
}

.legal-back-link {
    display: inline-block;
    color: #1C1527;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.legal-back-link:hover {
    color: #1C1527;
    background-color: #FCF9F6;
    border-color: #1C1527;
    transform: translateX(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Staggered Animation for Content Elements */
.legal-page-content > * {
    animation: fadeInUp 0.6s ease-out both;
}

.legal-page-content > *:nth-child(1) { animation-delay: 0.1s; }
.legal-page-content > *:nth-child(2) { animation-delay: 0.15s; }
.legal-page-content > *:nth-child(3) { animation-delay: 0.2s; }
.legal-page-content > *:nth-child(4) { animation-delay: 0.25s; }
.legal-page-content > *:nth-child(5) { animation-delay: 0.3s; }
.legal-page-content > *:nth-child(6) { animation-delay: 0.35s; }
.legal-page-content > *:nth-child(7) { animation-delay: 0.4s; }
.legal-page-content > *:nth-child(8) { animation-delay: 0.45s; }
.legal-page-content > *:nth-child(9) { animation-delay: 0.5s; }
.legal-page-content > *:nth-child(10) { animation-delay: 0.55s; }

/*--------------------------------------------------------------
8.0 Responsive Design
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
    .main-navigation .navbar-nav {
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
    }

    .main-navigation .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .search-field {
        width: 180px;
    }

    .hero-section {
        height: 75vh;
        min-height: 550px;
        max-height: 800px;
    }

    .hero-text-content {
        padding: 3rem 3.5rem;
        border-radius: 20px;
    }

    .hero-title {
        font-size: 3.25rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }

    .hero-cta-button {
        padding: 1.25rem 3rem;
        font-size: 1rem;
    }

    .hero-text-content {
        padding: 2rem 2.5rem;
    }

    /* Legal Page Responsive */
    .legal-page-section {
        padding: 3rem 0;
    }

    .legal-page-title {
        font-size: 2.25rem;
    }

    .legal-page-subtitle {
        font-size: 1rem;
    }

    .legal-page-card {
        padding: 2rem 2.5rem;
    }

    .legal-page-content h2 {
        font-size: 1.75rem;
    }

    .legal-page-content h3 {
        font-size: 1.375rem;
    }

    .legal-page-content h4 {
        font-size: 1.125rem;
    }

    .products-section {
        padding: 3rem 0;
    }

    .products-content-card {
        padding: 2rem 0;
    }

    .products-heading {
        font-size: 2.5rem;
    }

    .products-text p {
        max-width: 100%;
    }

    .journal-section {
        padding: 4rem 0;
    }

    .journal-section-title {
        font-size: 3rem;
    }

    .journal-section-subtitle {
        font-size: 1.0625rem;
    }

    .journal-card-content {
        padding: 2.5rem 2rem;
    }

    .journal-card {
        border-radius: 16px;
    }

    .testimonials-section-title {
        font-size: 2.5rem;
    }

    .testimonials-section-subtitle {
        font-size: 1rem;
    }

    .testimonial-card {
        padding: 2rem 1.5rem;
    }

    .faq-section-title {
        font-size: 2.5rem;
    }

    .faq-container {
        padding: 1.5rem;
    }

    .newsletter-section-title {
        font-size: 2rem;
    }

    .newsletter-form-row {
        flex-direction: column;
        gap: 0;
    }

    .newsletter-form-field-half:first-child label,
    .newsletter-form-field-half:last-child label {
        text-align: left;
    }

    .contact-section-title {
        font-size: 2rem;
    }

    .contact-email-container {
        padding: 2.5rem 2rem;
    }

    .contact-email-address {
        font-size: 1.25rem;
    }

    .contact-form-container {
        padding: 2rem;
    }

    .contact-form-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 767.98px) {
    .site-header {
        padding: 0.5rem 0;
    }

    .site-header .navbar {
        padding: 0;
    }

    .logo-emblem {
        width: 60px;
        height: 60px;
    }

    .site-title {
        font-size: 1.25rem;
    }

    .site-tagline {
        font-size: 0.65rem;
    }

    .search-field {
        width: 150px;
        font-size: 0.875rem;
    }

    .login-link {
        font-size: 0.9rem;
    }

    .hero-section {
        height: 70vh;
        min-height: 500px;
        max-height: 700px;
    }

    .hero-text-content {
        padding: 2.5rem 2.5rem;
        border-radius: 20px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.0625rem;
        margin-bottom: 2rem;
    }

    .hero-cta-button {
        padding: 1.125rem 2.5rem;
        font-size: 0.9375rem;
    }

    .hero-text-content {
        padding: 1.5rem 2rem;
    }

    .products-section {
        padding: 3rem 0;
    }

    .products-heading {
        font-size: 2.25rem;
    }

    .products-subtitle {
        font-size: 1.0625rem;
        margin-bottom: 2rem;
    }

    .products-text {
        margin-bottom: 2.5rem;
    }

    .products-text p {
        font-size: 1rem;
        max-width: 100%;
    }

    .products-video-wrapper {
        border-radius: 16px;
    }

    .journal-section {
        padding: 3rem 0;
    }

    .journal-section {
        padding: 3.5rem 0;
    }

    .journal-section-title {
        font-size: 2.5rem;
    }

    .journal-section-subtitle {
        font-size: 1rem;
    }

    .journal-card-content {
        padding: 2rem 1.75rem;
    }

    .journal-card {
        border-radius: 16px;
    }

    .journal-article-title {
        font-size: 1.25rem;
    }

    .journal-article-excerpt {
        font-size: 0.9375rem;
    }

    .testimonials-section-title {
        font-size: 2.5rem;
    }

    .testimonials-section-subtitle {
        font-size: 1rem;
    }

    .testimonial-card {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .testimonials-section {
        padding: 3rem 0;
    }

    .testimonials-section-title {
        font-size: 2rem;
    }

    .testimonials-section-subtitle {
        font-size: 0.95rem;
    }

    .testimonial-card {
        padding: 1.75rem 1.5rem;
        margin-bottom: 1.5rem;
    }

    .testimonial-user-icon {
        width: 50px;
        height: 50px;
    }

    .testimonial-initial {
        font-size: 1.25rem;
    }

    .testimonial-user-name {
        font-size: 1rem;
    }

    .faq-section {
        padding: 3rem 0;
    }

    .faq-section-title {
        font-size: 2rem;
    }

    .faq-container {
        padding: 1.25rem;
    }

    .faq-container .accordion-button {
        padding: 1.25rem 0;
        font-size: 1rem;
    }

    .faq-question {
        padding-right: 1.5rem;
    }

    .newsletter-section {
        padding: 3rem 0;
    }

    .newsletter-section-title {
        font-size: 1.75rem;
    }

    .newsletter-title-divider {
        width: 70px;
        margin: 1rem auto 2rem;
    }

    .newsletter-form-container .wpcf7-form-control.wpcf7-text,
    .newsletter-form-container .wpcf7-form-control.wpcf7-email,
    .newsletter-form-container .wpcf7-form-control.wpcf7-select {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }

    .newsletter-form-container .wpcf7-submit {
        width: 100%;
        padding: 0.875rem 2rem;
        font-size: 0.95rem;
    }

    .contact-section {
        padding: 3rem 0;
    }

    .contact-section-title {
        font-size: 1.75rem;
    }

    .contact-section-subtitle {
        font-size: 1rem;
    }

    .contact-title-divider {
        width: 70px;
        margin: 1rem auto 2rem;
    }

    .contact-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1.25rem;
    }

    .contact-email-container {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }

    .contact-email-label {
        font-size: 0.95rem;
    }

    .contact-email-address {
        font-size: 1.1rem;
    }

    .contact-form-container {
        padding: 1.5rem;
    }

    .contact-form-container .wpcf7-form-control.wpcf7-text,
    .contact-form-container .wpcf7-form-control.wpcf7-email,
    .contact-form-container .wpcf7-form-control.wpcf7-textarea {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }

    .contact-form-container .wpcf7-submit {
        width: 100%;
        padding: 0.875rem 2rem;
        font-size: 0.95rem;
    }

    .site-footer {
        padding: 3rem 0 1.5rem;
    }

    .footer-brand {
        align-items: flex-start;
        text-align: left;
        margin-bottom: 2rem;
    }

    .footer-logo,
    .footer-logo-text {
        margin: 0 auto 1.5rem;
    }

    .footer-brand-name {
        font-size: 1.25rem;
    }

    .footer-tagline {
        font-size: 0.9rem;
    }

    .footer-menu-heading {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .footer-menu-list a {
        font-size: 0.95rem;
    }

    .footer-bottom {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

    .footer-copyright {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .site-title {
        font-size: 1.1rem;
    }

    .site-tagline {
        font-size: 0.6rem;
    }

    .search-field {
        width: 120px;
        font-size: 0.875rem;
    }

    .login-link {
        font-size: 0.85rem;
    }

    .hero-section {
        height: 65vh;
        min-height: 450px;
        max-height: 600px;
    }

    .hero-text-content {
        padding: 2rem 1.75rem;
        border-radius: 16px;
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.75rem;
        line-height: 1.6;
    }

    .hero-cta-button {
        padding: 1rem 2rem;
        font-size: 0.875rem;
        width: 100%;
        max-width: 100%;
    }

    .products-section {
        padding: 2.5rem 0;
    }

    .products-content-card {
        padding: 1.5rem 0;
        text-align: center;
    }

    .products-heading {
        font-size: 2rem;
    }

    .products-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .products-text {
        margin-bottom: 2rem;
    }

    .products-text p {
        font-size: 0.9375rem;
        line-height: 1.75;
        max-width: 100%;
    }

    .products-button {
        padding: 0.75rem 1.75rem;
        font-size: 0.8125rem;
        width: 100%;
        max-width: 300px;
    }

    .products-video-wrapper {
        border-radius: 12px;
        margin-top: 2rem;
    }

    .products-video-wrapper:hover {
        transform: translateY(-4px);
    }

    .journal-section {
        padding: 2.5rem 0;
    }

    .journal-section-title {
        font-size: 2rem;
    }

    .testimonials-section {
        padding: 2.5rem 0;
    }

    .testimonials-section-title {
        font-size: 1.75rem;
    }

    .testimonials-section-subtitle {
        font-size: 0.9rem;
    }

    .testimonial-card {
        padding: 1.5rem 1.25rem;
    }

    .testimonial-user-icon {
        width: 45px;
        height: 45px;
    }

    .testimonial-initial {
        font-size: 1.1rem;
    }

    .testimonial-user-name {
        font-size: 0.95rem;
    }

    .testimonial-skin-type {
        font-size: 0.85rem;
    }

    .testimonial-text p {
        font-size: 0.9rem;
    }

    .testimonial-star {
        font-size: 1rem;
    }

    .faq-section {
        padding: 3rem 0;
    }

    .faq-section-title {
        font-size: 2rem;
    }

    .faq-container {
        padding: 1.25rem;
    }

    .faq-container .accordion-button {
        padding: 1.25rem 0;
        font-size: 1rem;
    }

    .faq-question {
        padding-right: 1.5rem;
    }

    .journal-section {
        padding: 3rem 0;
    }

    .journal-section-title {
        font-size: 2rem;
    }

    .journal-section-subtitle {
        font-size: 0.9375rem;
    }

    .journal-card-content {
        padding: 2rem 1.5rem;
        gap: 1.5rem;
    }

    .journal-card {
        border-radius: 12px;
        margin-bottom: 1.5rem;
    }

    .journal-card:hover {
        transform: translateY(-6px);
    }

    .journal-article-image-wrapper {
        margin-bottom: 1.25rem;
        border-radius: 10px;
    }

    .journal-article-title {
        font-size: 1.125rem;
        margin-bottom: 0.875rem;
    }

    .journal-article-excerpt {
        font-size: 0.875rem;
        line-height: 1.7;
    }

    .journal-button {
        padding: 0.75rem 1.75rem;
        font-size: 0.8125rem;
    }

    .faq-section {
        padding: 2.5rem 0;
    }

    .faq-section-title {
        font-size: 1.75rem;
    }

    .faq-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1.25rem;
    }

    .faq-container {
        padding: 1rem;
    }

    .faq-container .accordion-button {
        padding: 1rem 0;
        font-size: 0.95rem;
    }

    .faq-question {
        padding-right: 1rem;
    }

    .faq-icon {
        font-size: 1.25rem;
    }

    .faq-answer {
        font-size: 0.9rem;
    }

    .newsletter-section {
        padding: 2.5rem 0;
    }

    .newsletter-section-title {
        font-size: 1.75rem;
    }

    .newsletter-title-divider {
        width: 80px;
        margin: 1.25rem auto 2rem;
    }

    .newsletter-form-row {
        flex-direction: column;
        gap: 0;
    }

    .newsletter-form-field-half:first-child label,
    .newsletter-form-field-half:last-child label {
        text-align: left;
    }

    .newsletter-form-container .wpcf7-submit {
        width: 100%;
        padding: 0.875rem 2rem;
    }
}

/*--------------------------------------------------------------
9.0 Single Article Page
--------------------------------------------------------------*/
/* Featured Image Hero */
.single-article-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 0;
}

.single-article-hero-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.single-article-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.single-article-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

/* Article Section */
.single-article-section {
    background-color: #FCF9F6;
    padding: 4rem 0;
    min-height: 60vh;
}

/* Back to Journal Button */
.back-to-journal-button {
    display: inline-flex;
    align-items: center;
    color: #1C1527;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.back-to-journal-button:hover,
.back-to-journal-button:focus {
    color: #1C1527;
    opacity: 0.7;
    text-decoration: none;
}

.back-to-journal-button svg {
    transition: transform 0.3s ease;
}

.back-to-journal-button:hover svg {
    transform: translateX(-4px);
}

/* Article Card */
.single-article-card {
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
    padding: 4rem 4.5rem;
    animation: fadeInUp 0.8s ease-out;
}

/* Article Header */
.single-article-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-article-category {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-size: 0.875rem;
    color: #1C1527;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.single-article-title {
    font-size: 3.5rem;
    font-weight: 400;
    color: #1C1527;
    margin: 1.5rem 0 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.single-article-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.single-article-date {
    font-size: 1rem;
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

/* Article Content */
.single-article-content {
    font-size: 1.125rem;
    line-height: 1.85;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 3rem;
}

.single-article-content p {
    margin-bottom: 1.5rem;
}

.single-article-content h2 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #1C1527;
    margin: 2.5rem 0 1.5rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.single-article-content h3 {
    font-size: 1.75rem;
    font-weight: 400;
    color: #1C1527;
    margin: 2rem 0 1.25rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.4;
}

.single-article-content h4 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #1C1527;
    margin: 1.75rem 0 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.4;
}

.single-article-content ul,
.single-article-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.single-article-content li {
    margin-bottom: 0.75rem;
}

.single-article-content a {
    color: #1C1527;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: opacity 0.3s ease;
}

.single-article-content a:hover {
    opacity: 0.7;
    color: #1C1527;
}

.single-article-content blockquote {
    border-left: 4px solid #1C1527;
    padding-left: 2rem;
    margin: 2rem 0;
    font-style: italic;
    color: #1C1527;
    font-size: 1.25rem;
    line-height: 1.7;
}

.single-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem 0;
}

.single-article-content .wp-block-image {
    margin: 2rem 0;
}

.single-article-content .wp-block-image img {
    border-radius: 12px;
}

/* Article Footer */
.single-article-footer {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.single-article-tags {
    margin-bottom: 2.5rem;
    font-size: 0.9375rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.tags-label {
    font-weight: 600;
    color: #1C1527;
    margin-right: 0.75rem;
}

.single-article-tags a {
    display: inline-block;
    padding: 0.375rem 1rem;
    margin: 0.25rem 0.5rem 0.25rem 0;
    background-color: #FCF9F6;
    color: #1C1527;
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

.single-article-tags a:hover {
    background-color: #1C1527;
    color: #ffffff;
    border-color: #1C1527;
}

/* Post Navigation */
.single-article-navigation {
    margin-top: 3rem;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.nav-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
}

.nav-previous,
.nav-next {
    flex: 1;
    min-width: 200px;
}

.nav-previous a,
.nav-next a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.75rem;
    background-color: #ffffff;
    color: #1C1527;
    text-decoration: none;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nav-previous a {
    flex-direction: row;
}

.nav-next a {
    flex-direction: row-reverse;
    text-align: right;
}

.nav-previous a:hover,
.nav-next a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #1C1527;
    color: #1C1527;
}

.nav-arrow {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1C1527;
    flex-shrink: 0;
}

.nav-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.nav-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666666;
    font-weight: 600;
}

.nav-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1C1527;
    line-height: 1.4;
}

/* Page Links */
.page-links {
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-links a {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    background-color: #FCF9F6;
    color: #1C1527;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.page-links a:hover {
    background-color: #1C1527;
    color: #ffffff;
    border-color: #1C1527;
}

/* Single Article Responsive Styles */
@media (max-width: 991.98px) {
    .single-article-hero {
        height: 50vh;
        min-height: 350px;
        max-height: 500px;
    }

    .single-article-section {
        padding: 3rem 0;
    }

    .single-article-card {
        padding: 3rem 3rem;
        border-radius: 20px;
    }

    .single-article-title {
        font-size: 2.75rem;
    }

    .single-article-content {
        font-size: 1.0625rem;
    }

    .single-article-content h2 {
        font-size: 2rem;
    }

    .single-article-content h3 {
        font-size: 1.5rem;
    }

    .nav-links {
        flex-direction: column;
    }

    .nav-previous,
    .nav-next {
        width: 100%;
    }

    .nav-next a {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .single-article-hero {
        height: 40vh;
        min-height: 300px;
        max-height: 400px;
    }

    .single-article-section {
        padding: 2.5rem 0;
    }

    .single-article-card {
        padding: 2.5rem 2rem;
        border-radius: 16px;
    }

    .single-article-header {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }

    .single-article-title {
        font-size: 2.25rem;
        margin: 1.25rem 0 0.75rem;
    }

    .single-article-content {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .single-article-content h2 {
        font-size: 1.75rem;
        margin: 2rem 0 1.25rem;
    }

    .single-article-content h3 {
        font-size: 1.375rem;
        margin: 1.75rem 0 1rem;
    }

    .single-article-content h4 {
        font-size: 1.25rem;
        margin: 1.5rem 0 0.875rem;
    }

    .single-article-content blockquote {
        font-size: 1.125rem;
        padding-left: 1.5rem;
        margin: 1.5rem 0;
    }

    .single-article-footer {
        margin-top: 2rem;
        padding-top: 2rem;
    }

    .single-article-navigation {
        margin-top: 2rem;
    }

    .nav-previous a,
    .nav-next a {
        padding: 1rem 1.5rem;
        font-size: 0.9375rem;
    }

    .nav-title {
        font-size: 0.9375rem;
    }
}

@media (max-width: 575.98px) {
    .single-article-hero {
        height: 35vh;
        min-height: 250px;
        max-height: 350px;
    }

    .single-article-card {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .single-article-title {
        font-size: 1.875rem;
    }

    .single-article-content {
        font-size: 0.9375rem;
        line-height: 1.75;
    }

    .single-article-content h2 {
        font-size: 1.5rem;
    }

    .single-article-content h3 {
        font-size: 1.25rem;
    }

    .back-to-journal-button {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }
}

/*--------------------------------------------------------------
10.0 Authentication Pages
--------------------------------------------------------------*/
/* Auth Section */
.auth-section {
    background-color: #FCF9F6;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 3rem 0;
}

/* Auth Card */
.auth-card {
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
    padding: 3.5rem 3rem;
    animation: fadeInUp 0.8s ease-out;
    max-width: 500px;
    margin: 0 auto;
}

/* Auth Header */
.auth-header {
    margin-bottom: 2.5rem;
}

.auth-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #1C1527;
    margin: 0 0 0.75rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.auth-subtitle {
    font-size: 1.0625rem;
    color: #666666;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 300;
}

/* Auth Form */
.auth-form {
    margin-top: 2rem;
}

.auth-form-group {
    margin-bottom: 1.5rem;
}

.auth-label {
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1C1527;
    margin-bottom: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.auth-label .required {
    color: #ff0000;
    margin-left: 0.25rem;
}

.auth-input {
    width: 100%;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    color: #1C1527;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.5;
}

.auth-input:focus {
    outline: none;
    border-color: #1C1527 !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.auth-input::placeholder {
    color: #999999;
    opacity: 1;
}

/* Disable default HTML5 validation styling */
.auth-input:invalid {
    border-color: rgba(0, 0, 0, 0.15) !important;
    box-shadow: none;
}

/* Only show red border when field is invalid AND has been touched */
.auth-input:invalid:not(:placeholder-shown):not(:focus):not(:empty) {
    border-color: #ff0000 !important;
}

/* For password fields that don't have placeholder */
.auth-input[type="password"]:invalid:not(:focus) {
    border-color: rgba(0, 0, 0, 0.15) !important;
}

.auth-input[type="password"]:invalid:not(:focus):not(:empty) {
    border-color: #ff0000 !important;
}

.auth-help-text {
    display: block;
    font-size: 0.8125rem;
    color: #666666;
    margin-top: 0.375rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.auth-help-text.text-success {
    color: #22543d;
}

.auth-help-text.text-danger {
    color: #c53030;
}

.auth-checkbox-label {
    font-size: 0.9375rem;
    color: #1C1527;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    cursor: pointer;
    user-select: none;
}

.form-check-input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-check-input:checked {
    background-color: #1C1527;
    border-color: #1C1527;
}

.form-check-input:focus {
    border-color: #1C1527;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

/* Auth Button */
.auth-button {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    background-color: #1C1527;
    color: #ffffff;
    border: none;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.auth-button:hover:not(:disabled),
.auth-button:focus:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 0 4px 8px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    background-color: #1C1527;
}

.auth-button:active:not(:disabled) {
    transform: translateY(0);
}

.auth-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.auth-button-text,
.auth-button-loader {
    display: inline-block;
}

.auth-button-loader {
    display: none !important;
}

.auth-button.loading .auth-button-text {
    display: none !important;
}

.auth-button.loading .auth-button-loader {
    display: inline-block !important;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Auth Messages */
.auth-error,
.auth-success {
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.5;
    animation: fadeInDown 0.4s ease-out;
}

.auth-error {
    background-color: #fff5f5;
    border: 1px solid #feb2b2;
    color: #c53030;
}

.auth-success {
    background-color: #f0fff4;
    border: 1px solid #9ae6b4;
    color: #22543d;
}

/* Auth Footer */
.auth-footer {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.auth-footer-text {
    font-size: 0.9375rem;
    color: #666666;
    margin: 0.5rem 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.6;
}

.auth-link {
    color: #1C1527;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.auth-link:hover,
.auth-link:focus {
    color: #1C1527;
    opacity: 0.7;
    border-bottom-color: #1C1527;
    text-decoration: none;
}

.auth-link-back {
    color: #666666;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.auth-link-back:hover,
.auth-link-back:focus {
    color: #1C1527;
    text-decoration: none;
}

/* Auth Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Auth Responsive */
@media (max-width: 991.98px) {
    .auth-section {
        padding: 2.5rem 0;
    }

    .auth-card {
        padding: 3rem 2.5rem;
        border-radius: 20px;
    }
}

@media (max-width: 767.98px) {
    .auth-section {
        padding: 2rem 0;
        min-height: 60vh;
    }

    .auth-card {
        padding: 2.5rem 2rem;
        border-radius: 20px;
    }

    .auth-title {
        font-size: 2rem;
    }

    .auth-subtitle {
        font-size: 1rem;
    }

    .auth-input {
        padding: 0.75rem 1rem;
        font-size: 0.9375rem;
    }

    .auth-button {
        padding: 0.875rem 1.75rem;
        font-size: 0.9375rem;
    }

    .auth-header {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .auth-section {
        padding: 1.5rem 0;
    }

    .auth-card {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }

    .auth-title {
        font-size: 1.75rem;
    }

    .auth-subtitle {
        font-size: 0.9375rem;
    }

    .auth-form-group {
        margin-bottom: 1.25rem;
    }

    .auth-button {
        padding: 0.875rem 1.5rem;
        font-size: 0.875rem;
    }
}

/*--------------------------------------------------------------
Category Archive Page Styles
--------------------------------------------------------------*/

.category-archive-section {
    background-color: #FCF9F6;
    min-height: 80vh;
}

.category-archive-title {
    font-size: 3.5rem;
    font-weight: 400;
    color: #1C1527;
    margin-bottom: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.category-archive-description {
    font-size: 1.125rem;
    color: #1C1527;
    line-height: 1.7;
    max-width: 900px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
}

.category-archive-description p {
    margin-bottom: 1rem;
}

.category-archive-description p:last-child {
    margin-bottom: 0;
}

/* Category Article Cards */
.category-article-card {
    background-color: #ffffff;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.category-article-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 aspect ratio */
    overflow: hidden;
    background-color: #f5f5f5;
}

.category-article-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-article-card:hover .category-article-image {
    transform: scale(1.05);
}

.category-article-image-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Article Content */
.category-article-content {
    padding: 1.5rem 1.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.category-article-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.category-article-category {
    font-size: 0.875rem;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.category-article-date {
    font-size: 0.875rem;
    color: #666666;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.category-article-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #1C1527;
    line-height: 1.4;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.category-article-title a {
    color: #1C1527;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-article-title a:hover {
    color: #1C1527;
    text-decoration: none;
}

/* Pagination */
.category-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.category-pagination .page-numbers {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.category-pagination .page-numbers li {
    margin: 0;
}

.category-pagination .page-numbers a,
.category-pagination .page-numbers span {
    display: inline-block;
    padding: 0.625rem 1rem;
    color: #1C1527;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-size: 0.9375rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    transition: all 0.3s ease;
    min-width: 44px;
    text-align: center;
}

.category-pagination .page-numbers a:hover {
    background-color: #1C1527;
    color: #ffffff;
    border-color: #1C1527;
    text-decoration: none;
}

.category-pagination .page-numbers .current {
    background-color: #1C1527;
    color: #ffffff;
    border-color: #1C1527;
}

.category-pagination .page-numbers .prev,
.category-pagination .page-numbers .next {
    font-weight: 500;
}

/* No Posts Message */
.category-no-posts {
    text-align: center;
    padding: 4rem 2rem;
    color: #666666;
    font-size: 1.125rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* Responsive Design */
@media (max-width: 992px) {
    .category-archive-title {
        font-size: 2.5rem;
    }
    
    .category-archive-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .category-archive-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .category-archive-description {
        font-size: 0.9375rem;
    }

    .category-article-content {
        padding: 1.25rem 1rem;
    }

    .category-article-title {
        font-size: 1.125rem;
    }

    .category-pagination .page-numbers a,
    .category-pagination .page-numbers span {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
        min-width: 40px;
    }
}

/*--------------------------------------------------------------
9.0 Homepage Product Strip
--------------------------------------------------------------*/
.hp-product-strip {
    padding: 2rem 0;
}

.hp-product-divider {
    border: none;
    border-top: 1px solid rgba(0,0,0,0.08);
    margin: 0 0 2rem;
}

.hp-product-image-link {
    display: block;
    text-decoration: none;
}

.hp-product-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    background: #f5f1ed;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-product-image-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.hp-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-product-image-wrapper:hover .hp-product-image {
    transform: scale(1.03);
}

.hp-product-info {
    padding: 1rem 0;
}

.hp-product-title-link {
    text-decoration: none;
}

.hp-product-title {
    font-size: 2rem;
    font-weight: 400;
    color: #1C1527;
    margin: 0 0 0.75rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.02em;
    line-height: 1.2;
    transition: opacity 0.3s ease;
}

.hp-product-title-link:hover .hp-product-title {
    opacity: 0.75;
}

.hp-product-price {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1C1527;
    margin-bottom: 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.hp-product-price del {
    font-size: 1rem;
    color: #999;
    font-weight: 400;
    margin-right: 0.5rem;
}

.hp-product-price ins {
    text-decoration: none;
}

.hp-product-excerpt {
    font-size: 1rem;
    line-height: 1.75;
    color: #555;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 1.75rem;
    max-width: 520px;
}

.hp-product-excerpt p {
    margin: 0;
}

.hp-product-actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.hp-product-details-link {
    font-size: 0.9375rem;
    color: #1C1527;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-family: Georgia, "Times New Roman", Times, serif;
    transition: opacity 0.3s ease;
}

.hp-product-details-link:hover {
    opacity: 0.65;
    color: #1C1527;
}

@media (max-width: 991.98px) {
    .hp-product-image-wrapper {
        aspect-ratio: 16/9;
    }

    .hp-product-title {
        font-size: 1.5rem;
    }
}

/*--------------------------------------------------------------
10.0 Single Product Page
--------------------------------------------------------------*/

/* Hero Section */
.product-hero-section {
    background: linear-gradient(to bottom, #FCF9F6 0%, #ffffff 100%);
    padding: 4rem 0 3rem;
}

/* Gallery */
.product-gallery {
    position: sticky;
    top: 100px;
}

.product-main-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #f5f1ed;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.product-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-nouveaute-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #1C1527;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.product-thumbnails {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.product-thumb-btn {
    width: 72px;
    height: 72px;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: border-color 0.2s ease;
    flex-shrink: 0;
}

.product-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-thumb-btn:hover,
.product-thumb-btn.active {
    border-color: #1C1527;
}

/* Product Info */
.product-info {
    padding: 0.5rem 0;
}

.product-title {
    font-size: 2.25rem;
    font-weight: 400;
    color: #1C1527;
    margin: 0 0 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.product-price-row {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.product-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.product-price del,
.product-price del .woocommerce-Price-amount {
    font-size: 1rem;
    color: #999;
    font-weight: 400;
}

.product-price ins,
.product-price ins .woocommerce-Price-amount {
    text-decoration: none;
    font-weight: 600;
}

.product-weight {
    font-size: 0.9375rem;
    color: #888;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* Tagline badges */
.product-tagline-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.product-tagline-badge {
    display: inline-block;
    padding: 0.3rem 0.875rem;
    border: 1px solid rgba(28,21,39,0.2);
    border-radius: 20px;
    font-size: 0.8125rem;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

/* Callouts row */
.product-callouts {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}

.product-callout-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #FCF9F6;
    border-radius: 14px;
    padding: 0.875rem 1.25rem;
    min-width: 80px;
}

.product-callout-number {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.product-callout-text {
    font-size: 0.75rem;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
}

/* Short description */
.product-short-desc {
    font-size: 1rem;
    line-height: 1.75;
    color: #555;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 1.75rem;
}

.product-short-desc p {
    margin: 0 0 0.75rem;
}

.product-short-desc p:last-child {
    margin-bottom: 0;
}

/* Buy row */
.product-buy-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.product-buy-btn {
    display: inline-block;
    background-color: #1C1527;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.product-buy-btn:hover,
.product-buy-btn:focus {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    color: #fff;
}

.product-buy-btn--disabled {
    background-color: #ccc;
    cursor: not-allowed;
    box-shadow: none;
}

.product-buy-btn--disabled:hover {
    transform: none;
    box-shadow: none;
}

.product-shipping-badge {
    font-size: 0.875rem;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

/* Trust badges */
.product-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.product-trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.product-trust-icon {
    font-size: 1.125rem;
    line-height: 1;
}

.product-trust-icon-svg {
    width: 18px;
    height: 18px;
    color: #1C1527;
    flex-shrink: 0;
}

.product-applicator-note {
    font-size: 0.8125rem;
    color: #888;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0;
}

/* Description Section */
.product-description-section {
    background: #ffffff;
    padding: 5rem 0;
}

.product-section-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #1C1527;
    margin: 0.5rem 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.product-ingredients-heading {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Ingredient cards */
.product-ingredient-card {
    background: #FCF9F6;
    border-radius: 16px;
    padding: 1.75rem 2rem;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product-ingredient-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.product-ingredient-card--star {
    background: #1C1527;
    color: #FCF9F6;
}

.product-ingredient-card--star .product-ingredient-category,
.product-ingredient-card--star .product-ingredient-name,
.product-ingredient-card--star p {
    color: #FCF9F6;
}

.product-ingredient-header {
    margin-bottom: 1rem;
}

.product-ingredient-category {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin-bottom: 0.4rem;
}

.product-ingredient-card--star .product-ingredient-category {
    color: rgba(252,249,246,0.6);
}

.product-ingredient-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1C1527;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
}

.product-ingredient-body p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #555;
    margin: 0 0 0.75rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.product-ingredient-body p:last-child {
    margin-bottom: 0;
}

.product-ingredient-tag {
    display: inline-block;
    font-size: 0.75rem;
    color: rgba(252,249,246,0.7);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin-top: 0.5rem;
}

/* Bergamot banner */
.product-bergamot-banner {
    background: linear-gradient(135deg, #f5ede0 0%, #ede0d4 100%);
    border-radius: 24px;
    padding: 3rem 4rem;
    margin-top: 2rem;
    text-align: center;
}

.product-bergamot-title {
    font-size: 2rem;
    font-weight: 400;
    color: #1C1527;
    margin-bottom: 1.25rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    letter-spacing: -0.01em;
}

.product-bergamot-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a3728;
    font-family: Georgia, "Times New Roman", Times, serif;
    max-width: 680px;
    margin: 0 auto 1rem;
}

.product-bergamot-content p:last-child {
    margin-bottom: 0;
}

/* How to use */
.product-howto-section {
    background: #FCF9F6;
    padding: 5rem 0;
}

/* Video placeholders */
.product-video-placeholder {
    background: #e8e4df;
    border-radius: 20px;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-video-label {
    font-size: 1.5rem;
    font-weight: 400;
    color: #9a8f85;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

/* Steps */
.product-step {
    padding: 1.5rem 1rem;
}

.product-step-number {
    width: 56px;
    height: 56px;
    background: #1C1527;
    color: #fff;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.product-step-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1C1527;
    margin-bottom: 0.5rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.product-step-desc {
    font-size: 0.9375rem;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.6;
    margin: 0;
}

/* INCI Section */
.product-inci-section {
    background: #ffffff;
    padding: 3rem 0;
}

.product-inci-title {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1C1527;
    margin-bottom: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.product-inci-text {
    font-size: 0.8125rem;
    line-height: 1.7;
    color: #888;
    font-family: Georgia, "Times New Roman", Times, serif;
    max-width: 900px;
}

/* Bottom badges strip */
.product-badges-strip {
    background: #FCF9F6;
    padding: 3rem 0;
    border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.product-badges-strip-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.product-badge-strip-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #1C1527;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
}

.product-badge-strip-flag {
    font-size: 1.75rem;
    line-height: 1;
}

.product-badge-strip-svg {
    width: 28px;
    height: 28px;
    color: #1C1527;
}

/* Precautions */
.product-precautions-section {
    background: #ffffff;
    padding: 3rem 0 5rem;
}

.product-precautions-title {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.product-precautions-text {
    font-size: 0.875rem;
    line-height: 1.75;
    color: #888;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
}

/* Product page responsive */
@media (max-width: 991.98px) {
    .product-gallery {
        position: static;
    }

    .product-main-image-wrapper {
        aspect-ratio: 4/3;
    }

    .product-title {
        font-size: 1.75rem;
    }

    .product-section-title {
        font-size: 2rem;
    }

    .product-bergamot-banner {
        padding: 2rem 1.5rem;
    }

    .product-bergamot-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .product-hero-section {
        padding: 2rem 0;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .product-callouts {
        gap: 0.75rem;
    }

    .product-callout-item {
        padding: 0.75rem 1rem;
        min-width: 70px;
    }

    .product-badges-strip-inner {
        gap: 1.5rem;
    }

    .product-ingredient-card {
        padding: 1.25rem 1.5rem;
    }

    .product-section-title {
        font-size: 1.75rem;
    }
}

/*--------------------------------------------------------------
11.0  Single Product — new sp-* BEM components
--------------------------------------------------------------*/

/* ── Layout: hero grid ─────────────────────────── */
.sp-hero {
    background: linear-gradient(160deg, #f7f2ec 0%, #ffffff 60%, #faf7f4 100%);
    padding: 3rem 0 5rem;
    position: relative;
}

/* Subtle decorative grain texture on hero */
.sp-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.sp-hero .container { position: relative; z-index: 1; }

.sp-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

@media (max-width: 991.98px) {
    .sp-hero__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ── Gallery ───────────────────────────────────── */
.sp-gallery {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    position: sticky;
    top: 100px;
}

@media (max-width: 991.98px) {
    .sp-gallery {
        position: static;
        flex-direction: column-reverse;
    }
    .sp-gallery__thumbs {
        flex-direction: row !important;
        flex-wrap: wrap;
    }
}

.sp-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-shrink: 0;
}

.sp-gallery__thumb-btn {
    width: 76px;
    height: 76px;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: #f5f1ed;
    transition: border-color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.sp-gallery__thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sp-gallery__thumb-btn:hover {
    border-color: rgba(28,21,39,0.35);
    transform: scale(1.04);
}

.sp-gallery__thumb-btn.is-active {
    border-color: #1C1527;
}

.sp-gallery__main-wrap {
    position: relative;
    flex: 1;
    border-radius: 24px;
    overflow: hidden;
    background: #f0ebe4;
    box-shadow:
        0 24px 64px rgba(0,0,0,0.13),
        0 6px 20px rgba(0,0,0,0.07);
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-gallery__main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    padding: 1.5rem;
    box-sizing: border-box;
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

.sp-gallery__main-wrap:hover .sp-gallery__main-img {
    transform: scale(1.02);
}

/* ── Floating badge on image ───────────────────── */
.sp-badge {
    position: absolute;
    z-index: 2;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.sp-badge--nouveaute {
    top: 1.1rem;
    left: 1.1rem;
    background: rgba(28, 21, 39, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    padding: 0.45rem 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* ── Info column ───────────────────────────────── */
.sp-info {
    padding-top: 0.5rem;
}

.sp-info__nouveaute {
    display: inline-block;
    background: #1C1527;
    color: #f5ede0;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 0.35em 0.85em;
    border-radius: 2px;
    margin-bottom: 1.1rem;
}

.sp-info__title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #1C1527;
    margin: 0 0 0.4rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.sp-info__subtitle {
    font-size: 0.9375rem;
    color: #888;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0 0 1.1rem;
    letter-spacing: 0.01em;
}

.sp-info__price-row {
    display: flex;
    align-items: baseline;
    gap: 0.875rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.sp-info__price {
    font-size: 1.625rem;
    font-weight: 700;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.sp-info__price del,
.sp-info__price del .woocommerce-Price-amount {
    font-size: 1rem;
    color: #aaa;
    font-weight: 400;
}

.sp-info__price ins,
.sp-info__price ins .woocommerce-Price-amount {
    text-decoration: none;
    font-weight: 700;
}

.sp-info__weight {
    font-size: 0.9rem;
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* ── Buttons ───────────────────────────────────── */
.sp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    border-radius: 14px;
}

.sp-btn--primary {
    background: linear-gradient(135deg, #2a1f3d 0%, #1C1527 100%);
    color: #fff;
    padding: 1.1rem 2.5rem;
    font-size: 0.9375rem;
    box-shadow:
        0 6px 20px rgba(28,21,39,0.30),
        0 2px 6px rgba(28,21,39,0.15);
    position: relative;
    overflow: hidden;
}

.sp-btn--primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 60%);
    pointer-events: none;
}

.sp-btn--primary:hover,
.sp-btn--primary:focus {
    transform: translateY(-3px) scale(1.01);
    box-shadow:
        0 14px 32px rgba(28,21,39,0.38),
        0 4px 10px rgba(28,21,39,0.18);
    color: #fff;
}

.sp-btn--sm {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

/* Quantity selector */
.sp-qty {
    display: inline-flex;
    align-items: center;
    background: #f0ebe4;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(28,21,39,0.12);
}
.sp-qty__btn {
    background: none;
    border: none;
    width: 40px;
    height: 44px;
    font-size: 1.25rem;
    color: #1C1527;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    line-height: 1;
}
.sp-qty__btn:hover { background: rgba(28,21,39,0.07); }
.sp-qty__btn--minus { border-right: 1px solid rgba(28,21,39,0.1); }
.sp-qty__btn--plus  { border-left:  1px solid rgba(28,21,39,0.1); }
.sp-qty__val {
    min-width: 36px;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1C1527;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Buy button loading state */
.sp-btn--buy {
    position: relative;
}
.sp-btn__label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.sp-btn__spinner {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: sp-spin 0.7s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sp-btn--buy.is-loading .sp-btn__label {
    opacity: 0;
    transform: scale(0.85);
}
.sp-btn--buy.is-loading .sp-btn__spinner {
    display: block;
}
@keyframes sp-spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.sp-btn--disabled {
    background: #ccc;
    color: #fff;
    padding: 1.05rem 2.25rem;
    font-size: 0.9375rem;
    cursor: not-allowed;
    pointer-events: none;
}

/* ── Buy row ───────────────────────────────────── */
.sp-info__buy-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.sp-info__shipping {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    color: #555;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

/* ── Short desc ────────────────────────────────── */
.sp-info__short-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 1.75rem;
}

.sp-info__short-desc p { margin: 0 0 0.5rem; }
.sp-info__short-desc p:last-child { margin-bottom: 0; }

/* ── Callouts ──────────────────────────────────── */
.sp-callouts {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.sp-callout {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(145deg, #fdfaf7 0%, #f5f0ea 100%);
    border: 1px solid rgba(139,111,71,0.12);
    border-radius: 16px;
    padding: 1rem 1.1rem;
    min-width: 78px;
    flex: 1;
    box-shadow: 0 2px 8px rgba(139,111,71,0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-callout:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(139,111,71,0.12);
}

.sp-callout__num {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.sp-callout__lbl {
    font-size: 0.72rem;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.35;
}

/* ── Pills ─────────────────────────────────────── */
.sp-pills {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.sp-pill {
    display: inline-block;
    padding: 0.3rem 0.875rem;
    border: 1px solid rgba(28,21,39,0.18);
    border-radius: 20px;
    font-size: 0.8125rem;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

/* ── Trust badges ──────────────────────────────── */
.sp-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem 1.25rem;
    margin-bottom: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0,0,0,0.07);
}

.sp-trust__item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.sp-trust__icon { font-size: 1.125rem; line-height: 1; }
.sp-trust__svg  { width: 17px; height: 17px; color: #1C1527; flex-shrink: 0; }

.sp-info__applicator-note {
    font-size: 0.8125rem;
    color: #aaa;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0;
}

/* ── Section shared header ─────────────────────── */
.sp-section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.sp-section-title {
    font-size: 2.75rem;
    font-weight: 400;
    color: #1C1527;
    margin: 0.75rem 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

/* ── Description section ───────────────────────── */
.sp-desc {
    background: linear-gradient(180deg, #ffffff 0%, #faf7f4 100%);
    padding: 6rem 0;
}

.sp-ingredients-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Stars grid (2 cols) */
.sp-stars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    .sp-stars-grid { grid-template-columns: 1fr; }
}

/* Boosters grid (3 cols) */
.sp-boosters-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media (max-width: 991.98px) {
    .sp-boosters-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575.98px) {
    .sp-boosters-grid { grid-template-columns: 1fr; }
}

/* Ingredient card */
.sp-ingredient {
    background: #fdfaf7;
    border-radius: 20px;
    padding: 2rem 2.25rem;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    border: 1px solid rgba(139,111,71,0.10);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.sp-ingredient:hover {
    box-shadow: 0 12px 36px rgba(139,111,71,0.13);
    transform: translateY(-4px);
}

.sp-ingredient--star {
    background: linear-gradient(145deg, #241a35 0%, #1C1527 100%);
    border-color: transparent;
    box-shadow: 0 12px 40px rgba(28,21,39,0.25);
}

.sp-ingredient--star:hover {
    box-shadow: 0 20px 52px rgba(28,21,39,0.35);
    transform: translateY(-5px);
}

.sp-ingredient--star .sp-ingredient__cat,
.sp-ingredient--star .sp-ingredient__name,
.sp-ingredient--star p {
    color: #FCF9F6;
}

.sp-ingredient__cat {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin-bottom: 0.4rem;
}

.sp-ingredient--star .sp-ingredient__cat { color: rgba(252,249,246,0.55); }

.sp-ingredient__name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1C1527;
    margin: 0 0 0.75rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
}

.sp-ingredient p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #555;
    margin: 0 0 0.75rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.sp-ingredient p:last-of-type { margin-bottom: 0; }

.sp-ingredient__tag {
    display: inline-block;
    font-size: 0.75rem;
    color: rgba(252,249,246,0.65);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin-top: 0.6rem;
}

/* ── Bergamot banner ───────────────────────────── */
/* ── Bergamot — background image section ─────────── */
.sp-bergamot {
    position: relative;
    overflow: hidden;
    padding: 10rem 0;
    /* Background image */
    background-image: url('https://www.lorrainebella.fr/wp-content/uploads/2021/08/lotus-spa-template-homepage-services-section-img-bg.jpg');
    background-size: cover;
    background-position: center 30%;
    background-attachment: fixed;
}

/* Dark gradient overlay — heavier at top, lighter in middle */
.sp-bergamot::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(10, 6, 18, 0.72) 0%,
        rgba(10, 6, 18, 0.45) 40%,
        rgba(10, 6, 18, 0.55) 100%
    );
    z-index: 0;
}

/* Frosted-glass blur strip behind text only */
.sp-bergamot__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    padding: 3.5rem 4rem;
    background: rgba(252, 249, 246, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.35),
        0 8px 24px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

/* Decorative top line */
.sp-bergamot__inner::before {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: rgba(252, 249, 246, 0.45);
    margin: 0 auto 2rem;
}

/* Decorative bottom line */
.sp-bergamot__inner::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: rgba(252, 249, 246, 0.45);
    margin: 2rem auto 0;
}

.sp-bergamot__eyebrow {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(252, 249, 246, 0.5);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin-bottom: 1.25rem;
}

.sp-bergamot__title {
    font-size: 3rem;
    font-weight: 400;
    color: #FCF9F6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0 0 2rem;
    letter-spacing: -0.02em;
    line-height: 1.15;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

.sp-bergamot__text {
    font-size: 1.0625rem;
    line-height: 1.9;
    color: rgba(252, 249, 246, 0.82);
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 auto 1.1rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.sp-bergamot__text:last-of-type { margin-bottom: 0; }

@media (max-width: 991.98px) {
    .sp-bergamot {
        padding: 7rem 0;
        background-attachment: scroll;
    }
    .sp-bergamot__inner {
        padding: 2.5rem 2.5rem;
        border-radius: 20px;
    }
    .sp-bergamot__title { font-size: 2.25rem; }
}

@media (max-width: 767.98px) {
    .sp-bergamot { padding: 5rem 0; }
    .sp-bergamot__inner {
        padding: 2rem 1.75rem;
        border-radius: 16px;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }
    .sp-bergamot__title { font-size: 1.875rem; }
    .sp-bergamot__text { font-size: 1rem; }
}

/* ── How to use ────────────────────────────────── */
.sp-howto {
    background: linear-gradient(180deg, #f5f0ea 0%, #fdfaf7 100%);
    padding: 6rem 0;
}

.sp-videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
}

@media (max-width: 767.98px) {
    .sp-videos { grid-template-columns: 1fr; }
}

.sp-video-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 12px 40px rgba(0,0,0,0.07),
        0 2px 8px rgba(0,0,0,0.04);
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.05);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.sp-video-card:hover {
    box-shadow:
        0 20px 56px rgba(0,0,0,0.10),
        0 4px 12px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}

.sp-video-card__label-row {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.sp-video-card__num {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #bbb;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.sp-video-card__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.sp-video-card__placeholder {
    background: linear-gradient(145deg, #e8e2d9 0%, #d9d0c4 100%);
    border-radius: 16px;
    aspect-ratio: 16/9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    color: #8a7e74;
    font-size: 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    cursor: pointer;
    transition: background 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sp-video-card__placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
    pointer-events: none;
}

.sp-video-card__placeholder:hover {
    background: linear-gradient(145deg, #ddd7cc 0%, #ccc3b5 100%);
}

.sp-video-card__play {
    width: 40px;
    height: 40px;
    color: #9a8f85;
    opacity: 0.7;
}

.sp-video-card__desc {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
}

/* Steps title */
.sp-howto__intro {
    font-size: 1rem;
    color: #6b6070;
    line-height: 1.8;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    max-width: 600px;
    margin: 0.75rem auto 0;
    text-align: center;
}

.sp-howto__steps-title {
    font-size: 2rem;
    font-weight: 400;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    margin-bottom: 2.5rem;
    letter-spacing: -0.01em;
}

/* 4 steps */
.sp-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .sp-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575.98px) {
    .sp-steps { grid-template-columns: 1fr 1fr; gap: 1rem; }
}

.sp-step {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.25rem 1.25rem;
    box-shadow:
        0 6px 24px rgba(0,0,0,0.06),
        0 1px 4px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sp-step:hover {
    transform: translateY(-4px);
    box-shadow:
        0 14px 40px rgba(0,0,0,0.09),
        0 2px 8px rgba(0,0,0,0.05);
}

.sp-step__num {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #2a1f3d 0%, #1C1527 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 1.375rem;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    box-shadow: 0 6px 16px rgba(28,21,39,0.30);
}

.sp-step__title {
    font-size: 1rem;
    font-weight: 600;
    color: #1C1527;
    margin-bottom: 0.5rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.sp-step__desc {
    font-size: 0.875rem;
    color: #777;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.6;
    margin: 0;
}

/* ── INCI ──────────────────────────────────────── */
.sp-inci {
    background: #ffffff;
    padding: 2.5rem 0;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.sp-inci__title {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1C1527;
    margin-bottom: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.sp-inci__text {
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    max-width: 900px;
}

/* ── Badge strip ───────────────────────────────── */
.sp-badge-strip {
    background: linear-gradient(180deg, #f5f0ea 0%, #eee8df 100%);
    padding: 3.5rem 0;
    border-top: 1px solid rgba(139,111,71,0.12);
    border-bottom: 1px solid rgba(139,111,71,0.12);
}

.sp-badge-strip__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.sp-badge-strip__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #1C1527;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
}

.sp-badge-strip__icon { font-size: 1.75rem; line-height: 1; }
.sp-badge-strip__svg  { width: 26px; height: 26px; color: #1C1527; }

/* ── Precautions ───────────────────────────────── */
.sp-precautions {
    background: #ffffff;
    padding: 3rem 0 5rem;
}

.sp-precautions__title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #bbb;
    margin-bottom: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.sp-precautions__text {
    font-size: 0.875rem;
    line-height: 1.8;
    color: #bbb;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
}

/* ── Sticky buy bar ────────────────────────────── */
.sp-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #1C1527;
    padding: 0.875rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
}

.sp-sticky-bar.is-visible {
    transform: translateY(0);
}

.sp-sticky-bar__left {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    overflow: hidden;
}

.sp-sticky-bar__title {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    font-family: Georgia, "Times New Roman", Times, serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-sticky-bar__price {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.sp-sticky-bar .sp-btn--primary {
    background: #fff;
    color: #1C1527;
    flex-shrink: 0;
    box-shadow: none;
}

.sp-sticky-bar .sp-btn--primary:hover {
    background: #FCF9F6;
    color: #1C1527;
}

/* ── Section title responsive ──────────────────── */
@media (max-width: 991.98px) {
    .sp-section-title { font-size: 2rem; }
    .sp-info__title { font-size: 1.75rem; }
}

@media (max-width: 767.98px) {
    .sp-hero { padding: 2rem 0 3rem; }
    .sp-section-title { font-size: 1.75rem; }
    .sp-info__title { font-size: 1.5rem; }
    .sp-callouts { gap: 0.5rem; }
    .sp-callout { min-width: 68px; padding: 0.75rem 0.75rem; }
    .sp-callout__num { font-size: 1.125rem; }
    .sp-desc { padding: 3rem 0; }
    .sp-howto { padding: 3rem 0; }
    .sp-howto__steps-title { font-size: 1.5rem; }
    .sp-bergamot__title { font-size: 1.5rem; }
    .sp-badge-strip__inner { gap: 1.5rem; }
    .sp-ingredient { padding: 1.25rem 1.5rem; }
}

@media (max-width: 575.98px) {
    .sp-info__title { font-size: 1.375rem; }
    .sp-section-title { font-size: 1.5rem; }
    .sp-callout__num { font-size: 1rem; }
    .sp-callout__lbl { font-size: 0.65rem; }
    .sp-video-card { padding: 1.25rem; }
    .sp-step { padding: 1.5rem 0.75rem; }
}

/*--------------------------------------------------------------
12.0  Single Product — mobile responsive additions
--------------------------------------------------------------*/

@media (max-width: 767.98px) {
    /* Hero grid stacks: gallery on top, info below */
    .sp-hero__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    /* Gallery: thumbnails go horizontal below main image */
    .sp-gallery {
        flex-direction: column;
        position: static;
        gap: 0.5rem;
    }
    .sp-gallery__thumbs {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .sp-gallery__thumb-btn {
        width: 60px;
        height: 60px;
    }
    .sp-gallery__thumb-btn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sp-gallery__main-wrap {
        width: 100%;
    }
    .sp-gallery__main-img {
        width: 100%;
        height: auto;
        max-height: 420px;
        object-fit: contain;
        border-radius: 16px;
    }

    /* Info column: full width, tighter spacing */
    .sp-info {
        padding: 0;
    }
    .sp-info__title {
        font-size: 1.625rem;
        margin-bottom: 0.3rem;
    }
    .sp-info__subtitle {
        font-size: 0.875rem;
        margin-bottom: 0.9rem;
    }
    .sp-info__price {
        font-size: 1.625rem;
    }

    /* Buy button full width on mobile */
    .sp-info__buy-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    .sp-btn--primary {
        width: 100%;
        justify-content: center;
    }

    /* Callouts: 3 items in one row — shrink on small screens */
    .sp-callouts {
        gap: 0.5rem;
    }
    .sp-callout {
        min-width: 0;
        flex: 1;
        padding: 0.75rem 0.5rem;
    }
    .sp-callout__num { font-size: 1.125rem; }
    .sp-callout__lbl { font-size: 0.65rem; }

    /* Trust badges wrap */
    .sp-trust {
        flex-wrap: wrap;
        gap: 0.5rem 1rem;
    }

    /* Pills wrap */
    .sp-pills {
        flex-wrap: wrap;
    }

    /* Description / ingredients */
    .sp-desc { padding: 3rem 0; }
    .sp-stars-grid { grid-template-columns: 1fr; }
    .sp-boosters-grid { grid-template-columns: 1fr; }

    /* How to use videos stack */
    .sp-videos {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    /* Steps: 2 columns */
    .sp-steps { grid-template-columns: 1fr 1fr; }

    /* Bergamot */
    .sp-bergamot { padding: 5rem 0; }
    .sp-bergamot__inner {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }
    .sp-bergamot__title { font-size: 1.75rem; }

    /* Sticky bar always shown on mobile after scrolling */
    .sp-sticky-bar {
        padding: 0.875rem 1rem;
    }
    .sp-sticky-bar__title { font-size: 0.8125rem; }
    .sp-sticky-bar .sp-btn--primary { padding: 0.6rem 1.25rem; font-size: 0.875rem; }

    /* INCI */
    .sp-inci { padding: 2.5rem 0; }

    /* Precautions */
    .sp-precautions { padding: 2.5rem 0; }
}

@media (max-width: 480px) {
    .sp-hero { padding: 1.5rem 0 2rem; }
    .sp-info__title { font-size: 1.375rem; }
    .sp-info__nouveaute { font-size: 0.625rem; }
    .sp-callouts { gap: 0.35rem; }
    .sp-callout { padding: 0.6rem 0.35rem; }
    .sp-callout__num { font-size: 1rem; }
    .sp-callout__lbl { font-size: 0.6rem; }
    .sp-steps { grid-template-columns: 1fr; }
}

/*--------------------------------------------------------------
13.0  Homepage hero product cards (sp-* style)
--------------------------------------------------------------*/

.products-section {
    background: linear-gradient(160deg, #f7f2ec 0%, #ffffff 60%, #faf7f4 100%);
}

.hp-product-divider {
    border: none;
    border-top: 1px solid rgba(139,111,71,0.12);
    margin: 3rem 0;
}

/* Card container */
.hp-hero-card {
    margin-bottom: 0;
}

/* Two-column grid: gallery | info */
.hp-hero-card__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

@media (max-width: 991.98px) {
    .hp-hero-card__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ── Gallery ───────────────────── */
.hp-hero-card__gallery {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    position: sticky;
    top: 100px;
}

@media (max-width: 991.98px) {
    .hp-hero-card__gallery {
        position: static;
        flex-direction: column-reverse;
    }
    .hp-hero-card__thumbs {
        flex-direction: row !important;
        flex-wrap: wrap;
    }
}

.hp-hero-card__thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.hp-hero-card__thumb-btn {
    width: 72px;
    height: 72px;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    background: none;
    padding: 0;
    cursor: pointer;
    transition: border-color 0.2s ease, opacity 0.2s ease;
    opacity: 0.65;
    flex-shrink: 0;
}
.hp-hero-card__thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hp-hero-card__thumb-btn:hover { opacity: 1; }
.hp-hero-card__thumb-btn.is-active {
    border-color: #1C1527;
    opacity: 1;
}

.hp-hero-card__main-wrap {
    flex: 1;
    position: relative;
    background: #f5ede0;
    border-radius: 24px;
    overflow: hidden;
}

.hp-hero-card__img-link { display: block; }

.hp-hero-card__main-img {
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
    display: block;
    border-radius: 24px;
    padding: 1.5rem;
    transition: transform 0.5s ease;
}
.hp-hero-card__main-wrap:hover .hp-hero-card__main-img {
    transform: scale(1.025);
}

/* Badge on image */
.hp-hero-card__badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    background: #1C1527;
    color: #f5ede0;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.35em 0.85em;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ── Info column ──────────────── */
.hp-hero-card__info {
    padding-top: 0.5rem;
}

.hp-hero-card__nouveaute {
    display: inline-block;
    background: #1C1527;
    color: #f5ede0;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 0.35em 0.85em;
    border-radius: 2px;
    margin-bottom: 1.1rem;
}

.hp-hero-card__title {
    font-size: 2.25rem;
    font-weight: 400;
    color: #1C1527;
    margin: 0 0 0.4rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.025em;
    line-height: 1.15;
}
.hp-hero-card__title a {
    color: inherit;
    text-decoration: none;
}
.hp-hero-card__title a:hover { color: #4a3070; }

.hp-hero-card__subtitle {
    font-size: 0.9375rem;
    color: #888;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0 0 1.1rem;
}

.hp-hero-card__price-row {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.hp-hero-card__price {
    font-size: 1.875rem;
    font-weight: 400;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.hp-hero-card__price del,
.hp-hero-card__price del .woocommerce-Price-amount {
    font-size: 1.125rem;
    color: #bbb;
    margin-right: 0.35rem;
}
.hp-hero-card__price ins,
.hp-hero-card__price ins .woocommerce-Price-amount {
    text-decoration: none;
    color: #c0392b;
}

.hp-hero-card__weight {
    font-size: 0.875rem;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-style: italic;
}

.hp-hero-card__buy-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.hp-hero-card__desc {
    font-size: 0.9375rem;
    color: #5a5260;
    line-height: 1.7;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 1.5rem;
    border-left: 3px solid rgba(139,111,71,0.25);
    padding-left: 1rem;
}
.hp-hero-card__desc p { margin: 0 0 0.5rem; }
.hp-hero-card__desc p:last-child { margin-bottom: 0; }

.hp-hero-card__more-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    color: #1C1527;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 500;
    margin-top: 1rem;
    transition: gap 0.2s ease, color 0.2s ease;
}
.hp-hero-card__more-link:hover {
    color: #4a3070;
    gap: 0.65rem;
}

/* Mobile responsive for HP hero card */
@media (max-width: 767.98px) {
    .hp-hero-card__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .hp-hero-card__gallery {
        position: static;
        flex-direction: column;
        gap: 0.75rem;
    }
    .hp-hero-card__main-wrap {
        width: 100%;
        border-radius: 20px;
    }
    .hp-hero-card__main-img {
        max-height: 340px;
        padding: 1rem;
        object-fit: contain;
    }
    .hp-hero-card__thumbs {
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0.5rem;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
    }
    .hp-hero-card__thumb-btn {
        width: 58px;
        height: 58px;
        flex-shrink: 0;
    }
    .hp-hero-card__info {
        padding-top: 0;
    }
    .hp-hero-card__title { font-size: 1.75rem; }
    .hp-hero-card__price { font-size: 1.5rem; }
    .hp-hero-card__buy-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }
    .hp-hero-card__buy-row .sp-qty {
        width: 100%;
        justify-content: center;
    }
    .hp-hero-card__buy-row .sp-btn--primary {
        width: 100%;
        justify-content: center;
    }
    .hp-hero-card__buy-row .sp-info__shipping {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hp-hero-card__title { font-size: 1.375rem; }
    .hp-hero-card__price { font-size: 1.25rem; }
    .hp-hero-card__main-img { max-height: 280px; }
    .hp-hero-card__thumb-btn { width: 48px; height: 48px; }
}


/*--------------------------------------------------------------
14.0  Checkout — co-* BEM components
--------------------------------------------------------------*/

/* Scope: everything inside the WooCommerce checkout page */
.woocommerce-checkout-page .co-wrap,
.co-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1.25rem 4rem;
}

/* Trust bar */
.co-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem 2rem;
    padding: 0.875rem 1.5rem;
    background: #f7f2ec;
    border-radius: 12px;
    margin-bottom: 2.5rem;
    font-size: 0.8125rem;
    color: #5a5260;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.co-trust-bar__item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
}
.co-trust-bar__item svg { color: #1C1527; flex-shrink: 0; }

/* Two-column layout: form | summary */
.co-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2.5rem;
    align-items: start;
}

@media (max-width: 991.98px) {
    .co-layout {
        grid-template-columns: 1fr;
    }
    .co-summary-col {
        order: -1;
    }
}

/* ── Form steps ─────────────────────────────── */
.co-step {
    background: #ffffff;
    border: 1px solid rgba(139,111,71,0.13);
    border-radius: 16px;
    margin-bottom: 1.25rem;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.co-step__header {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1.125rem 1.5rem;
    border-bottom: 1px solid rgba(139,111,71,0.10);
    background: #fdfaf7;
}

.co-step__num {
    width: 28px;
    height: 28px;
    background: #1C1527;
    color: #FCF9F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex-shrink: 0;
}

.co-step__title {
    font-size: 1rem;
    font-weight: 600;
    color: #1C1527;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    letter-spacing: 0.01em;
}

.co-step__body {
    padding: 1.5rem;
}

/* ── WooCommerce field overrides ───────────── */
.co-form .form-row {
    padding: 0;
    margin-bottom: 1rem;
}

.co-form .form-row label,
.co-form .woocommerce-form__label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #3d3447;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin-bottom: 0.35rem;
    display: block;
}

.co-form input[type="text"],
.co-form input[type="email"],
.co-form input[type="tel"],
.co-form input[type="number"],
.co-form input[type="password"],
.co-form select,
.co-form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #e0d9f0;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1C1527;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.co-form input[type="text"]:focus,
.co-form input[type="email"]:focus,
.co-form input[type="tel"]:focus,
.co-form input[type="number"]:focus,
.co-form input[type="password"]:focus,
.co-form select:focus,
.co-form textarea:focus {
    outline: none;
    border-color: #1C1527;
    box-shadow: 0 0 0 3px rgba(28,21,39,0.08);
}

/* Select arrow */
.co-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231C1527' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.875rem center;
    padding-right: 2.5rem;
}

/* Two-column billing fields */
.co-form .col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
@media (max-width: 767.98px) {
    .co-form .col2-set {
        grid-template-columns: 1fr;
    }
}

/* WooCommerce places first name + last name side by side */
.co-form .woocommerce-billing-fields__field-wrapper,
.co-form .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
}
@media (max-width: 600px) {
    .co-form .woocommerce-billing-fields__field-wrapper,
    .co-form .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr;
    }
}

/* Full-width fields */
.co-form .form-row-wide,
.co-form #billing_country_field,
.co-form #billing_address_1_field,
.co-form #billing_address_2_field,
.co-form #billing_city_field,
.co-form #billing_postcode_field,
.co-form #billing_state_field,
.co-form #billing_email_field,
.co-form #billing_phone_field,
.co-form #shipping_country_field,
.co-form #shipping_address_1_field,
.co-form #shipping_address_2_field,
.co-form #shipping_city_field,
.co-form #shipping_postcode_field,
.co-form #shipping_state_field,
.co-form #order_comments_field {
    grid-column: 1 / -1;
}

/* Required asterisk */
.co-form .required { color: #c0392b; }

/* Inline error */
.co-form .woocommerce-invalid input,
.co-form .woocommerce-invalid select {
    border-color: #c0392b;
    box-shadow: 0 0 0 3px rgba(192,57,43,0.10);
}

/* Order notes textarea */
.co-form #order_comments {
    min-height: 80px;
    resize: vertical;
}

/* ── Order review (payment section) ────────── */
.co-order-review {
    border-radius: 10px;
    overflow: hidden;
}

/* WooCommerce payment gateway list */
.co-form .woocommerce-checkout-payment {
    background: transparent;
    border: none;
    padding: 0;
}

.co-form .woocommerce-checkout-payment .payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.co-form .woocommerce-checkout-payment .payment_methods li {
    border: 1.5px solid #e0d9f0;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.co-form .woocommerce-checkout-payment .payment_methods li.payment-selected,
.co-form .woocommerce-checkout-payment .payment_methods li:has(input:checked) {
    border-color: #1C1527;
    box-shadow: 0 0 0 2px rgba(28,21,39,0.10);
}

.co-form .woocommerce-checkout-payment .payment_methods .payment_method_title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    cursor: pointer;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1C1527;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #fdfaf7;
}

.co-form .woocommerce-checkout-payment .payment_box {
    padding: 1rem;
    background: #fff;
    border-top: 1px solid rgba(139,111,71,0.10);
}

/* Stripe card element wrapper */
.co-form #stripe-card-element,
.co-form .StripeElement {
    padding: 0.75rem 1rem;
    border: 1.5px solid #e0d9f0;
    border-radius: 10px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.co-form .StripeElement--focus {
    border-color: #1C1527;
    box-shadow: 0 0 0 3px rgba(28,21,39,0.08);
}

/* Place order button */
.co-form #place_order,
.co-form .woocommerce-checkout-payment .button {
    width: 100%;
    padding: 1rem 2rem;
    background: #1C1527;
    color: #FCF9F6;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 18px rgba(28,21,39,0.28);
    margin-top: 1rem;
}

.co-form #place_order:hover,
.co-form .woocommerce-checkout-payment .button:hover {
    background: #2e1f4a;
    box-shadow: 0 8px 28px rgba(28,21,39,0.36);
    transform: translateY(-1px);
}

/* Shipping checkbox */
.co-form #ship-to-different-address {
    margin-bottom: 0.75rem;
}
.co-form #ship-to-different-address label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    color: #1C1527;
}
.co-form #ship-to-different-address input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1C1527;
}

/* ── Order summary sidebar ──────────────────── */
.co-summary {
    background: #ffffff;
    border: 1px solid rgba(139,111,71,0.13);
    border-radius: 16px;
    padding: 1.5rem;
    position: sticky;
    top: 100px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}

.co-summary__title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #1C1527;
    margin: 0 0 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid rgba(139,111,71,0.12);
}

.co-summary__cart {
    margin-bottom: 1.25rem;
}

.co-summary__item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(139,111,71,0.08);
}
.co-summary__item:last-child { border-bottom: none; }

.co-summary__item-img-wrap {
    position: relative;
    flex-shrink: 0;
}
.co-summary__item-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(139,111,71,0.12);
    background: #f5ede0;
}
.co-summary__item-qty {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #1C1527;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.co-summary__item-info {
    flex: 1;
    min-width: 0;
}
.co-summary__item-name {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1C1527;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.co-summary__item-variant {
    display: block;
    font-size: 0.75rem;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin-top: 0.15rem;
}
.co-summary__item-price {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    white-space: nowrap;
}

/* Totals */
.co-summary__totals {
    border-top: 1px solid rgba(139,111,71,0.12);
    padding-top: 1rem;
    margin-bottom: 1.25rem;
}
.co-summary__line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.875rem;
    color: #5a5260;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin-bottom: 0.5rem;
}
.co-summary__line--discount { color: #2e7d32; }
.co-summary__line--total {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #1C1527;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1.5px solid rgba(139,111,71,0.18);
    margin-bottom: 0;
}
.co-summary__line--total span:last-child {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.25rem;
}

/* Coupon */
.co-coupon {
    margin-bottom: 1rem;
    padding-top: 0.25rem;
}
.co-coupon__row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.co-coupon__msg {
    margin-top: 0.4rem;
    font-size: 0.8125rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.co-coupon__input {
    flex: 1;
    padding: 0.6rem 0.875rem;
    border: 1.5px solid #e0d9f0;
    border-radius: 8px;
    font-size: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1C1527;
    transition: border-color 0.2s ease;
}
.co-coupon__input:focus {
    outline: none;
    border-color: #1C1527;
}
.co-coupon__apply {
    padding: 0.6rem 1rem;
    background: #1C1527;
    color: #FCF9F6;
    border: none;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}
.co-coupon__apply:hover { background: #2e1f4a; }

/* Payment logos */
.co-summary__payment-logos {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.875rem;
    flex-wrap: wrap;
}
.co-pay-icon {
    height: 24px;
    width: auto;
    border-radius: 4px;
    border: 1px solid #e0d9f0;
}

.co-summary__secure {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
}
.co-summary__secure svg { color: #888; flex-shrink: 0; }

/* ── WooCommerce notices inside checkout ───── */
.co-form .woocommerce-NoticeGroup,
.co-form .woocommerce-error,
.co-form .woocommerce-message,
.co-form .woocommerce-info {
    border-radius: 10px;
    padding: 0.875rem 1.125rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    list-style: none;
}
.co-form .woocommerce-error {
    background: #fdf3f3;
    border: 1.5px solid #f0b7b7;
    color: #c0392b;
}
.co-form .woocommerce-message {
    background: #f0fbf4;
    border: 1.5px solid #a8d8b0;
    color: #2e7d32;
}

/* ── Checkout page header ────────────────────── */
.co-page-header {
    text-align: center;
    padding: 3rem 0 2rem;
}
.co-page-header__logo {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #1C1527;
    letter-spacing: 0.04em;
    text-decoration: none;
}
.co-page-header__title {
    font-size: 1.0625rem;
    font-weight: 400;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0.5rem 0 0;
}

/* ── Mobile ─────────────────────────────────── */
@media (max-width: 767.98px) {
    .co-wrap { padding: 0 1rem 3rem; }
    .co-trust-bar { gap: 0.5rem 1rem; font-size: 0.75rem; }
    .co-step__body { padding: 1rem; }
    .co-summary { position: static; }
    .co-summary__item-img { width: 52px; height: 52px; }
    .co-form #place_order,
    .co-form .woocommerce-checkout-payment .button {
        font-size: 0.9375rem;
        padding: 0.875rem 1.5rem;
    }
}

/*--------------------------------------------------------------
15.0  Thankyou page + misc missing rules
--------------------------------------------------------------*/

/* Video embed inside how-to card */
.sp-video-card__embed {
    position: relative;
    margin-bottom: 1.25rem;
    border-radius: 16px;
    overflow: hidden;
    background: #0e0e0e;
    aspect-ratio: 9/16;
    max-height: 340px;
}

.sp-video-card__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.sp-video-card__video.is-loaded {
    opacity: 1;
}

/* Shimmer skeleton shown while video loads */
.sp-video-card__skeleton {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        110deg,
        #e4ddd4 0%,
        #d5ccc0 40%,
        #e4ddd4 60%,
        #d5ccc0 100%
    );
    background-size: 200% 100%;
    animation: sp-shimmer 1.6s ease-in-out infinite;
    border-radius: 16px;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.sp-video-card__skeleton.is-hidden {
    opacity: 0;
    pointer-events: none;
}

@keyframes sp-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Long description fallback block */
.sp-long-desc {
    font-size: 1.0625rem;
    color: #5a5260;
    line-height: 1.85;
    font-family: Georgia, "Times New Roman", Times, serif;
    max-width: 680px;
    margin: 1.25rem auto 0;
    text-align: center;
}
.sp-long-desc p { margin: 0 0 1.1rem; }
.sp-long-desc p:last-child { margin-bottom: 0; }

/* INCI placeholder style (lighter) */
.sp-inci__text--placeholder {
    color: #aaa;
    font-style: italic;
}

/* Thankyou page */
.co-thankyou {
    max-width: 640px;
    margin: 0 auto;
    padding: 3rem 0 5rem;
    text-align: center;
}

.co-thankyou__success {
    margin-bottom: 2.5rem;
}

.co-thankyou__icon {
    width: 72px;
    height: 72px;
    background: #f7f2ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.co-thankyou__title {
    font-size: 2rem;
    font-weight: 400;
    color: #1C1527;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.co-thankyou__subtitle {
    font-size: 1rem;
    color: #5a5260;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    line-height: 1.6;
}

.co-thankyou__details {
    text-align: left;
}

.co-thankyou__detail-card {
    background: #fff;
    border: 1px solid rgba(139,111,71,0.13);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.co-thankyou__detail-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1C1527;
    margin: 0 0 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid rgba(139,111,71,0.12);
}

.co-thankyou__notice {
    display: flex;
    gap: 1rem;
    text-align: left;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}
.co-thankyou__notice--error {
    background: #fdf3f3;
    border: 1.5px solid #f0b7b7;
    color: #c0392b;
}
.co-thankyou__notice h2 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.co-thankyou__notice p {
    font-size: 0.9375rem;
    margin: 0 0 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.co-thankyou__notice svg { flex-shrink: 0; margin-top: 0.2rem; }

/* WooCommerce order table inside thankyou */
.woocommerce-order-overview {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.woocommerce-order-overview__order,
.woocommerce-order-overview__date,
.woocommerce-order-overview__email,
.woocommerce-order-overview__total,
.woocommerce-order-overview__payment-method {
    background: #fdfaf7;
    border: 1px solid rgba(139,111,71,0.12);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #5a5260;
    flex: 1;
    min-width: 140px;
}
.woocommerce-order-overview strong {
    display: block;
    font-size: 1rem;
    color: #1C1527;
    margin-top: 0.25rem;
}

/* WooCommerce order items table */
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 0.9rem;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid rgba(139,111,71,0.10);
    color: #3d3447;
    text-align: left;
}
.woocommerce-table--order-details tfoot td,
.woocommerce-table--order-details tfoot th {
    font-weight: 600;
}
