/*
Theme Name: Extendable
Theme URI: https://github.com/extendify/extendable
Author: Extendify
Author URI: https://extendify.com
Description: Extendable is a distinct, dynamic block theme designed as a canvas for your next online venture. Sporting multiple style variations, Extendable is the most expressive block theme yet. Go fresh, bold, bohemian or minimal — with a single click.
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.4
Version: 2.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: extendable
Tags: one-column, custom-colors, custom-menu, custom-logo, e-commerce, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Extendable is a derivative work of the code from the
Twenty Twenty-Two WordPress Theme, which is licensed GPLv2.

Extendable WordPress Theme, Copyright (C) 2021-2025 Extendify Inc.
Extendable therefore is also distributed under the terms of the GNU GPL.
*/


/* Fallback for deprecate variables.
---------------------------------------------------------------------------- */
:root {
	--wp--custom--spacing--small: var(--wp--preset--spacing--30, clamp(1.5rem, 5vw, 2rem));
	--wp--custom--spacing--medium: var(--wp--preset--spacing--50, clamp(2.5rem, 8vw, 4rem));
	--wp--custom--spacing--large: var(--wp--preset--spacing--60, clamp(2.5rem, 8vw, 6rem));
	--wp--custom--spacing--outer: max(1.25rem, 4vw);
    --wp--preset--spacing--80: min(8rem, 12vw);
}

/*
 * Smooth scrolling
 */

 html {
	scroll-behavior: smooth;
  }

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
	-moz-osx-font-smoothing: var(--wp--custom--typography--font-smoothing--moz, auto);
	-webkit-font-smoothing: var(--wp--custom--typography--font-smoothing--webkit, auto);
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
	text-decoration-style: var(--wp--custom--elements--link--static--text-decoration-style, solid);
	text-decoration-thickness: var(--wp--custom--elements--link--text-decoration-thickness, 1px);
	text-underline-offset: var(--wp--custom--elements--link--text-underline-offset, 0.25ch);
}

a:hover,
a:focus {
	text-decoration-style: var(--wp--custom--elements--link--interactive--text-decoration-style, dashed);
}

:where(.wp-site-blocks *:focus) {
	outline-width:1px;
	outline-style:solid
}

a:active {
	text-decoration: none;
}

/*
 * Navigation Block
 */

 @media (min-width: 600px) {
    .site-logo-title {
        display:none
    }

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: flex-start !important;
	}
}

 @media (max-width: 600px) {
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: flex-start !important;
	}
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title {
    display: flex;
	flex-wrap: nowrap;
	max-width: 100%;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: var(--wp--preset--spacing--30);
    position: relative;
	padding-inline-end: 52px;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title::after {
    content: "";
    position: absolute;
    left: calc(-1 * var(--wp--preset--spacing--30));
    right: calc(-1 * var(--wp--preset--spacing--30));
    bottom: 0;
    height: 1px;
    background: #8080801d;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title img {
	max-height: 42px !important;
	height: auto !important;
	width: auto !important;

}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title .site-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--wp--preset--color--foreground);
	text-transform: uppercase;
    letter-spacing: -0.02em;
    box-sizing: border-box;
    line-height: 1.15;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--preset--spacing--30);
}

.has-modal-open .wp-block-navigation__responsive-container-close {
	background-color:var(--wp--preset--color--tertiary);
	padding: 0.625rem;
	border-radius: 100%;
    top: -2.5px !important;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	gap: 0 !important;
	width: 100%;
}

.has-modal-open .wp-block-navrigation__containe, .has-modal-open .wp-block-navigation__container ul {
    row-gap: 0.75rem !important;
    width: -webkit-fill-available;
  	max-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > li.wp-block-navigation-item:not(.wp-block-navigation__submenu-container) {
	border-bottom: 1px solid #8080801d;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	width: -webkit-fill-available;
	max-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	padding: 0.75rem 0.75rem 0 0.75rem !important;
    gap: 0.75rem !important;
 }

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container > li:not(.wp-block-navigation__submenu-container) > a.wp-block-navigation-item__content {
    font-size: 1.25rem;
	font-weight: 600;
}

.has-modal-open .wp-block-navigation__submenu-container {
   padding-top: 0.75rem !important;
}

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container .wp-block-navigation-submenu .wp-block-navigation-item a {
    font-size: 1rem !important;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

/* Don't display the homepage in the Page List block, when located inside a navigation element. */
nav .wp-block-pages-list__item.wp-block-navigation-item.menu-item-home {
	display: none;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--30);
	padding-right: var(--wp--preset--spacing--30);
	padding-left: var(--wp--preset--spacing--30);
}

/*
 * --------------------------------------------------------
 *  Custom - blocks
 * --------------------------------------------------------
 */

 /* Button
----------------------------------------------------------*/
.wp-element-button {
	transition: background-color 0.15s ease;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: rgba(159, 159, 159, 0.2);
}

/* Table
----------------------------------------------------------*/
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background-color: var(--wp--custom--blocks--core-table--variant-stripes--color--background, var(--wp--preset--color--tertiary));
}

/* Template Part Block
----------------------------------------------------------*/

/* Temporary fix until template-part blocks support spacing */

footer.wp-block-template-part:not([style*="margin-top"]) {
	margin-top: 0;
}

/* Quote - 'Plain' variation
----------------------------------------------------------*/
blockquote:is(.is-style-plain) {
	border: none;
	padding-left: 0;
}

/* Search Block
----------------------------------------------------------*/
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border-color: var(--wp--custom--elements--input--border--color);
	border-radius: var(--wp--custom--elements--button--border--radius);
	border-width: var(--wp--custom--elements--input--border--width);
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border-color: transparent;
}
.wp-block-search .wp-block-search__input {
	border-radius: var(--wp--custom--elements--button--border--radius);
}

/* Image
----------------------------------------------------------*/
.wp-block-image[style*="-radius"]:not([style*="overflow"]) { overflow: hidden }

/*
 * --------------------------------------------------------
 *  Custom - experimental
 * --------------------------------------------------------
 */

.block-editor-block-list__block.wp-block.is-default-size.wp-block-site-logo .components-resizable-box__container,
.wp-block-site-logo.is-default-size img {
    max-height: 42px !important;
    height: auto !important;
    width: auto !important;
}

/* Ensure default logo works well on light and dark backgrounds
----------------------------------------------------------*/
.wp-block-site-logo img[src*="extendify-demo-"],
.wp-block-site-logo img[src*="ext-custom-logo-"] {
	filter: var(--wp--preset--duotone--primary-foreground);
}


/*
 * Remove all animations, transitions and smooth scroll
 * for people that prefer not to see them.
 */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/*
 * Matching caret and focus outline colors.
 */
input, textarea {
	caret-color: inherit;
	outline-color: inherit;
}

/*
 * Matching input with outline button style.
 */
:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	border-color: inherit;
}


/*
 * Woocommerce temporarily customization until the woo blocks offer support
 */

.woocommerce-Tabs-panel--description h2, .woocommerce-Reviews-title {
	font-size: var(--wp--preset--font-size--medium);
}

.wp-block-button.wc-block-components-product-button {
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
	gap: 1rem;
}
.wp-block-button.wc-block-components-product-button a.added_to_cart {
	margin-top: 0;
}

.woocommerce-checkout.woocommerce-page header.wp-block-template-part nav.wp-block-navigation {
	visibility: hidden;
}

.wp-site-blocks .wp-block-group.woocommerce.product {
	margin-top: 0;
	margin-bottom: 0; 
}
.wc-block-product-template__responsive {
	grid-row-gap: 2rem;
}
.wc-block-components-product-button__button {
	z-index: 1;
}
/*
 * Adds offset for sticky header overlap
 */

 .sticky-header-offset-container .entry-content > .wp-block-group {
	scroll-margin-top: var(--wp--preset--spacing--60);
}

/*
 * Avoids parent/child color collision when child has no custom background.
 */

:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background 
[class*='is-style-ext-preset--group--'][class*='item-card-1']:not(.has-background)
{
    background-color: var(--wp--preset--color--background);
}

:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background 
[class*='is-style-ext-preset--group--'][class*='item-card-1']:not(.has-background)::before {
    background-color: var(--wp--preset--color--background) !important;
}

:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background 
[class*='is-style-ext-preset--image--']:not(.has-background)::before {
    background-color: var(--wp--preset--color--tertiary) !important;
}

:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background 
[class*='is-style-ext-preset--group--'][class*='item-card-1']::before,:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background 
[class*='is-style-ext-preset--media-text--']:before {
    background-color: var(--wp--preset--color--background) !important;
}

.block-editor-block-preview__content-iframe 
[class*='is-style-ext-preset--group--natural-1'][class*='item-card-1'] {
    background-color: transparent !important;
}

:root {
	--grid-vector-bg: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQ0MCAxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIG9wYWNpdHk9IjAuMDkiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utb3BhY2l0eT0iMC43IiBzdHJva2Utd2lkdGg9IjEuMjYwNyI+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI2MjQuOTk1IiB4Mj0iMTQ2MC45NiIgeTI9IjYyNC45OTUiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI5NDcuNzMzIiB4Mj0iMTQ2MC45NiIgeTI9Ijk0Ny43MzMiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIzMDIuMjU2IiB4Mj0iMTQ2MC45NiIgeTI9IjMwMi4yNTYiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI0NjMuNjI0IiB4Mj0iMTQ2MC45NiIgeTI9IjQ2My42MjQiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI3ODYuMzYyIiB4Mj0iMTQ2MC45NiIgeTI9Ijc4Ni4zNjIiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIxNDAuODg1IiB4Mj0iMTQ2MC45NiIgeTI9IjE0MC44ODUiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI1NDQuMzExIiB4Mj0iMTQ2MC45NiIgeTI9IjU0NC4zMTEiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI4NjcuMDQ5IiB4Mj0iMTQ2MC45NiIgeTI9Ijg2Ny4wNDkiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIyMjEuNTczIiB4Mj0iMTQ2MC45NiIgeTI9IjIyMS41NzMiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIzODIuOTQiIHgyPSIxNDYwLjk2IiB5Mj0iMzgyLjk0IiAvPgogICAgPGxpbmUgeDE9Ii01MC42MTcyIiB5MT0iNzA1LjY4MiIgeDI9IjE0NjAuOTYiIHkyPSI3MDUuNjgyIiAvPgogICAgPGxpbmUgeDE9Ii01MC42MTcyIiB5MT0iNjAuMjAxNyIgeDI9IjE0NjAuOTYiIHkyPSI2MC4yMDE3IiAvPgogICAgPGxpbmUgeDE9IjY0Mi4xMzgiIHkxPSItNDguODQ3NyIgeDI9IjY0Mi4xMzgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjMxOS4zOTgiIHkxPSItNDguODQ3NyIgeDI9IjMxOS4zOTgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9Ijk2NC44NzQiIHkxPSItNDguODQ3NyIgeDI9Ijk2NC44NzQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEyODcuNjEiIHkxPSItNDguODQ3NyIgeDI9IjEyODcuNjEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjE1OC4wMjgiIHkxPSItNDguODQ3NyIgeDI9IjE1OC4wMjgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjgwMy41MDQiIHkxPSItNDguODQ3NyIgeDI9IjgwMy41MDQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjQ4MC43NjgiIHkxPSItNDguODQ3NyIgeDI9IjQ4MC43NjgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjExMjYuMjQiIHkxPSItNDguODQ3NyIgeDI9IjExMjYuMjQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9Ijc3LjM0NTIiIHkxPSItNDguODQ3NyIgeDI9Ijc3LjM0NTEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjcyMi44MjIiIHkxPSItNDguODQ3NyIgeDI9IjcyMi44MjIiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjQwMC4wODEiIHkxPSItNDguODQ3NyIgeDI9IjQwMC4wODEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEwNDUuNTYiIHkxPSItNDguODQ3NyIgeDI9IjEwNDUuNTYiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEzNjguMyIgeTE9Ii00OC44NDc3IiB4Mj0iMTM2OC4zIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSIyMzguNzE1IiB5MT0iLTQ4Ljg0NzciIHgyPSIyMzguNzE1IiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSI4ODQuMTkyIiB5MT0iLTQ4Ljg0NzciIHgyPSI4ODQuMTkyIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSI1NjEuNDUxIiB5MT0iLTQ4Ljg0NzciIHgyPSI1NjEuNDUxIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSIxMjA2LjkzIiB5MT0iLTQ4Ljg0NzciIHgyPSIxMjA2LjkzIiB5Mj0iMTExOC41NiIgLz4KICA8L2c+CiAgPGcgb3BhY2l0eT0iMC41IiBmaWxsPSJjdXJyZW50Q29sb3IiPgogICAgPHJlY3QgeD0iODAzLjU2MyIgeT0iNzg2LjMwNSIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjQiIC8+CiAgICA8cmVjdCB4PSI0MDAuMTQiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjExMjYuNzYiIHk9IjIyMi40MyIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjA4IiAvPgogICAgPHJlY3QgeD0iNDgwLjM2NyIgeT0iNDY0LjIwMyIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjEzIiAvPgogICAgPHJlY3QgeD0iMTA0NS4zOSIgeT0iMzAyLjY1NiIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjAzIiAvPgogICAgPHJlY3QgeD0iMzk5Ljk5NCIgeT0iMjIyLjQzIiB3aWR0aD0iODAuMjI2MiIgaGVpZ2h0PSI3OS4wODAxIiBmaWxsLW9wYWNpdHk9IjAuMTMiIC8+CiAgICA8cmVjdCB4PSIxMDQ1LjM5IiB5PSIyMjIuNDMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjA4MDEiIGZpbGwtb3BhY2l0eT0iMC4wOCIgLz4KICAgIDxyZWN0IHg9IjM5OS45OTQiIHk9IjQ2NC4yMDMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjA4MDEiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjMxOS45MTQiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjMxOS45MTQiIHk9Ijg2Ni41MzEiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgxLjM3MjMiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjcwNi4wNzgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9Ijk2NS4xNjIiIHk9IjYwLjgzMiIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjEzIiAvPgogICAgPHJlY3QgeD0iODg0LjA1OSIgeT0iLTE5Ljg1NTUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjUwNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9Ijg4NC4wNTkiIHk9IjYwLjQwMjMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjAyODUiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjEzOS45MSIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODIuNTE4NCIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iNzYuOTQzNCIgeT0iNTkuNjgzNiIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iLTMuMjgzMiIgeT0iNjAuODI4MSIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iNzYuOTQzNCIgeT0iMTM5LjkxIiB3aWR0aD0iODEuMzcyMyIgaGVpZ2h0PSI4Mi41MTg0IiBmaWxsLW9wYWNpdHk9IjAuMTgiIC8+CiAgICA8cmVjdCB4PSI0MDAuMTQxIiB5PSItMjAuNTQzIiB3aWR0aD0iODEuMzcyMyIgaGVpZ2h0PSI4MC4yMjYyIiBmaWxsLW9wYWNpdHk9IjAuMiIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjMwMS41MDgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgxLjM3MjMiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjExMjYuNzYiIHk9IjcwNi4wNzgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjEyMDYuOTkiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICA8L2c+Cjwvc3ZnPg==");
}

/*
 * CSS related to prism vibe
 */

/*
 * CSS related to wave vibe
 */

[class*="is-style-ext-preset--group--"][class*="--section"].has-tertiary-background-color:has(
  + .has-background-background-color > .wp-block-cover.alignfull
)::after {
  content: none !important;
}

[class*="is-style-ext-preset--group--"][class*="--section"].has-tertiary-background-color:has(
  + .has-background-background-color > .wp-block-cover.alignfull
) {
  margin-bottom: 0 !important;
}

[class*="is-style-ext-preset--group--"][class*="--section"].has-background-background-color:has(.wp-block-cover.alignfull)
+ .has-tertiary-background-color::before {
  content: none !important;
}

[class*="is-style-ext-preset--group--"][class*="--section"].has-background-background-color:has(.wp-block-cover.alignfull)
+ .has-tertiary-background-color {
  margin-top: 0 !important;
}

/*
 * utilities
 */

 .m-0 {
	margin: 0 !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-10 {
	z-index: 10 !important;
}
.z-20 {
	z-index: 20 !important;
}
.z-30 {
	z-index: 30 !important;
}


.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media (min-width: 640px) {
  .sm-d-none {
    display: none;
  }

  .sm-d-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .md-d-none {
    display: none;
  }

  .md-d-block {
    display: block;
  }
}

@media (min-width: 1024px) {
  .lg-d-none {
    display: none;
  }

  .lg-d-block {
    display: block;
  }
}

/* RTL-only fix for Gutenberg Group left justification */

[dir="rtl"] [class*="wp-container-core-group-is-layout-"].ext-is-logical-start.is-content-justification-left
	> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-inline-start: 0 !important;
	margin-inline-end: auto !important;
}


/* ============================================================
   BP MEDIE — HOMEPAGE STYLES
   All styles scoped to the .bp-home class on the main wrapper
   ============================================================ */

/* ── Brand tokens (available globally) ── */
:root {
  --bp-sand:        #F5EDE4;
  --bp-sand-deep:   #EAD9C8;
  --bp-rose:        #B8715F;
  --bp-rose-light:  #D4967F;
  --bp-rose-pale:   #F0DDD7;
  --bp-slate:       #2B2D3E;
  --bp-slate-mid:   #4A4C62;
  --bp-slate-light: #8A8C9E;
  --bp-cream:       #FDFAF6;
  --bp-ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --bp-r-lg:        16px;
  --bp-r-xl:        32px;
  --bp-r-pill:      100px;
}

/* ── HERO ── */
.bp-hero-section {
  position: relative;
  height: 100dvh;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--bp-slate);
}
.bp-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.bp-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom,
    rgba(43,45,62,0.08) 0%,
    rgba(43,45,62,0.00) 22%,
    rgba(43,45,62,0.50) 65%,
    rgba(43,45,62,0.90) 100%);
}
.bp-hero-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse at 55% 88%, rgba(184,113,95,0.15) 0%, transparent 58%);
}
.bp-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 80px 88px;
  max-width: 900px;
}
.bp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  opacity: 0;
  animation: bpFadeUp 0.9s var(--bp-ease) 0.3s forwards;
}
.bp-hero-eyebrow-line { width: 32px; height: 1px; background: var(--bp-rose-light); }
.bp-hero-eyebrow-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
}
.bp-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(52px, 7.5vw, 100px);
  font-weight: 300;
  color: white;
  line-height: 1.0;
  letter-spacing: -0.5px;
  margin: 0 0 28px;
  opacity: 0;
  animation: bpFadeUp 1.0s var(--bp-ease) 0.5s forwards;
}
.bp-hero-title em { font-style: italic; color: var(--bp-rose-light); }
.bp-hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,0.58);
  max-width: 400px;
  line-height: 1.78;
  margin: 0 0 44px;
  font-weight: 300;
  opacity: 0;
  animation: bpFadeUp 1.0s var(--bp-ease) 0.7s forwards;
}
.bp-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  opacity: 0;
  animation: bpFadeUp 1.0s var(--bp-ease) 0.9s forwards;
}
.bp-btn-rose {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bp-rose);
  color: white;
  padding: 16px 36px;
  border-radius: var(--bp-r-pill);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s var(--bp-ease);
}
.bp-btn-rose:hover { background: var(--bp-rose-light); transform: translateY(-2px); color: white; }
.bp-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.68);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255,255,255,0.20);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.bp-btn-ghost:hover { color: white; border-color: rgba(255,255,255,0.52); }
.bp-hero-badges {
  position: absolute;
  bottom: 40px;
  left: 80px;
  z-index: 2;
  display: flex;
  gap: 10px;
  opacity: 0;
  animation: bpFadeIn 1s var(--bp-ease) 1.4s forwards;
}
.bp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--bp-r-pill);
  padding: 7px 14px;
}
.bp-hero-badge-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--bp-rose-light); flex-shrink: 0; }
.bp-hero-badge-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.46);
}
.bp-hero-rating {
  position: absolute;
  top: 32px;
  right: 80px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: bpFadeIn 1.2s var(--bp-ease) 1.2s forwards;
}
.bp-hero-rating-stars { display: flex; gap: 3px; }
.bp-hero-rating-stars svg { width: 13px; height: 13px; fill: #E8A952; }
.bp-hero-rating-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.44);
}
.bp-hero-scroll {
  position: absolute;
  bottom: 44px;
  right: 80px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: bpFadeIn 1s var(--bp-ease) 1.6s forwards;
}
.bp-hero-scroll-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  writing-mode: vertical-rl;
}
.bp-hero-scroll-line {
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.36), transparent);
  animation: bpScrollPulse 2.2s ease-in-out infinite 2s;
}

/* ── GENERAL SECTION STYLES ── */
.bp-section {
  padding: 96px 80px;
}
.bp-section-header {
  max-width: 560px;
  margin: 0 auto 64px;
  text-align: center;
}
.bp-eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bp-rose);
  margin-bottom: 16px;
}
.bp-eyebrow-light { color: rgba(212,150,127,0.85); }
.bp-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.15;
  margin: 0 0 16px;
}
.bp-title em { font-style: italic; color: var(--bp-rose); }
.bp-title-light em { color: var(--bp-rose-light); }
.bp-sub { font-size: 16px; line-height: 1.7; font-weight: 300; }
.bp-divider { width: 32px; height: 1px; background: var(--bp-rose); margin: 24px 0; }

/* ── INTRO ── */
.bp-intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.bp-intro-text h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 300;
  color: white;
  line-height: 1.15;
  margin: 0 0 20px;
}
.bp-intro-text h2 em { font-style: italic; color: var(--bp-rose-light); }
.bp-intro-text p { font-size: 16px; color: rgba(255,255,255,0.48); line-height: 1.78; font-weight: 300; max-width: 420px; margin: 0 0 14px; }
.bp-intro-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bp-rose-light);
  border-bottom: 1px solid rgba(212,150,127,0.30);
  padding-bottom: 2px;
  margin-top: 24px;
  text-decoration: none;
  transition: opacity 0.2s;
  display: inline-flex;
}
.bp-intro-link:hover { opacity: 0.68; color: var(--bp-rose-light); }
.bp-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bp-stat-card {
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--bp-r-lg);
  background: rgba(255,255,255,0.03);
  transition: border-color 0.3s, background 0.3s;
}
.bp-stat-card:hover { border-color: rgba(212,150,127,0.26); background: rgba(255,255,255,0.05); }
.bp-stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  font-weight: 300;
  color: white;
  line-height: 1;
  margin-bottom: 6px;
}
.bp-stat-accent { color: var(--bp-rose-light); }
.bp-stat-label { font-size: 13px; color: rgba(255,255,255,0.36); line-height: 1.55; font-weight: 300; }

/* ── WHAT WE DO ── */
.bp-what-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.bp-what-card {
  padding: 44px 36px;
  border-radius: var(--bp-r-xl);
  border: 1px solid rgba(43,45,62,0.08);
  background: white;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--bp-ease), box-shadow 0.35s var(--bp-ease);
}
.bp-what-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bp-rose), var(--bp-rose-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--bp-ease);
}
.bp-what-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(43,45,62,0.09); }
.bp-what-card:hover::before { transform: scaleX(1); }
.bp-what-card-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 72px;
  font-weight: 300;
  color: var(--bp-rose-pale);
  line-height: 1;
  margin-bottom: 20px;
  font-style: italic;
}
.bp-what-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--bp-slate);
  margin: 0 0 12px;
  line-height: 1.2;
}
.bp-what-card p { font-size: 14px; color: var(--bp-slate-light); line-height: 1.72; font-weight: 300; margin: 0; }

/* ── EXPERIENCE ── */
.bp-experience-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.bp-experience-text h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 300;
  color: var(--bp-slate);
  line-height: 1.15;
  margin: 0 0 20px;
}
.bp-experience-text h2 em { font-style: italic; color: var(--bp-rose); }
.bp-experience-text p { font-size: 16px; color: var(--bp-slate-mid); line-height: 1.8; font-weight: 300; margin: 0 0 14px; }
.bp-exp-points { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.bp-exp-points li { display: flex; align-items: flex-start; gap: 14px; font-size: 15px; color: var(--bp-slate-mid); line-height: 1.55; font-weight: 300; }
.bp-exp-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--bp-rose-light); flex-shrink: 0; margin-top: 7px; }
.bp-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bp-mosaic-item { border-radius: var(--bp-r-lg); overflow: hidden; }
.bp-mosaic-item:first-child { grid-column: 1 / -1; }
.bp-mosaic-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--bp-ease); }
.bp-mosaic-item:hover img { transform: scale(1.03); }
.bp-mosaic-tall { height: 260px; }
.bp-mosaic-short { height: 200px; }

/* ── PACKAGES ── */
.bp-packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.bp-pkg-card {
  border-radius: var(--bp-r-xl);
  padding: 36px 28px;
  border: 1px solid rgba(43,45,62,0.09);
  background: white;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--bp-ease), box-shadow 0.35s;
}
.bp-pkg-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(43,45,62,0.09); }
.bp-pkg-card.bp-featured { background: var(--bp-slate); border-color: var(--bp-slate); }
.bp-pkg-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bp-rose-pale);
  border-radius: var(--bp-r-pill);
  padding: 5px 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--bp-rose);
  margin-bottom: 20px;
  align-self: flex-start;
}
.bp-featured .bp-pkg-badge { background: rgba(212,150,127,0.18); color: var(--bp-rose-light); }
.bp-pkg-time {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--bp-slate-light);
  margin-bottom: 10px;
}
.bp-featured .bp-pkg-time { color: rgba(255,255,255,0.30); }
.bp-pkg-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--bp-slate);
  margin: 0 0 8px;
  line-height: 1.2;
}
.bp-featured .bp-pkg-name { color: white; }
.bp-pkg-desc { font-size: 13px; color: var(--bp-slate-light); line-height: 1.68; margin: 0 0 24px; font-weight: 300; flex: 1; }
.bp-featured .bp-pkg-desc { color: rgba(255,255,255,0.40); }
.bp-pkg-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 40px;
  font-weight: 300;
  color: var(--bp-rose);
  line-height: 1;
  margin-bottom: 20px;
}
.bp-featured .bp-pkg-price { color: var(--bp-rose-light); }
.bp-pkg-features { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: var(--bp-slate-mid); font-weight: 300; }
.bp-pkg-features li { display: flex; align-items: flex-start; gap: 10px; }
.bp-pkg-features li::before { content: "—"; color: var(--bp-rose-light); flex-shrink: 0; }
.bp-featured .bp-pkg-features { color: rgba(255,255,255,0.48); }
.bp-pkg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: var(--bp-r-pill);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1.5px solid rgba(43,45,62,0.13);
  color: var(--bp-slate);
  background: transparent;
  transition: all 0.2s;
  text-decoration: none;
}
.bp-pkg-btn:hover { background: var(--bp-slate); color: white; border-color: var(--bp-slate); }
.bp-pkg-btn.bp-pkg-btn-featured { background: var(--bp-rose); color: white; border-color: var(--bp-rose); }
.bp-pkg-btn.bp-pkg-btn-featured:hover { background: var(--bp-rose-light); border-color: var(--bp-rose-light); }
.bp-pkg-note { text-align: center; margin-top: 36px; font-size: 14px; color: var(--bp-slate-light); font-weight: 300; }
.bp-pkg-note a { color: var(--bp-rose); border-bottom: 1px solid rgba(184,113,95,0.30); padding-bottom: 1px; text-decoration: none; }

/* ── QUOTE ── */
.bp-quote-wrap { text-align: center; padding: 80px; position: relative; overflow: hidden; background: var(--bp-rose-pale); }
.bp-quote-wrap::before {
  content: '\201C';
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 220px;
  color: rgba(184,113,95,0.07);
  line-height: 1;
  pointer-events: none;
}
.bp-quote-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-style: italic;
  font-weight: 300;
  color: var(--bp-slate);
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.3;
  position: relative;
}
.bp-quote-source {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--bp-rose);
}

/* ── ABOUT ── */
.bp-about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.bp-about-photo-wrap { position: relative; }
.bp-about-photo-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top center; border-radius: var(--bp-r-xl); display: block; }
.bp-about-photo-caption {
  position: absolute;
  bottom: 28px; left: 28px; right: 28px;
  background: rgba(43,45,62,0.70);
  backdrop-filter: blur(12px);
  border-radius: var(--bp-r-lg);
  padding: 18px 22px;
}
.bp-about-photo-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  color: white;
  line-height: 1;
  margin-bottom: 4px;
}
.bp-about-photo-role {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.bp-about-text h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  color: var(--bp-slate);
  line-height: 1.2;
  margin: 0 0 20px;
}
.bp-about-text h2 em { font-style: italic; color: var(--bp-rose); }
.bp-about-text p { font-size: 15px; color: var(--bp-slate-mid); line-height: 1.82; font-weight: 300; margin: 0 0 14px; }
.bp-traits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.bp-trait {
  padding: 8px 16px;
  background: var(--bp-sand);
  border-radius: var(--bp-r-pill);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--bp-slate-mid);
}

/* ── PROCESS ── */
.bp-process-header { max-width: 540px; margin: 0 auto 72px; text-align: center; }
.bp-process-header h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: white;
  line-height: 1.15;
  margin: 0 0 14px;
}
.bp-process-header h2 em { font-style: italic; color: var(--bp-rose-light); }
.bp-process-header p { font-size: 16px; color: rgba(255,255,255,0.40); line-height: 1.7; font-weight: 300; margin: 0; }
.bp-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.bp-process-steps::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 70px;
  right: 70px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,150,127,0.26) 15%, rgba(212,150,127,0.26) 85%, transparent);
}
.bp-process-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.bp-process-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(212,150,127,0.30);
  background: var(--bp-slate);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  color: var(--bp-rose-light);
  margin-bottom: 20px;
  transition: border-color 0.3s, background 0.3s;
}
.bp-process-step:hover .bp-process-num { border-color: var(--bp-rose-light); background: rgba(212,150,127,0.08); }
.bp-process-step-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; color: white; margin-bottom: 10px; line-height: 1.2; }
.bp-process-step-desc { font-size: 13px; color: rgba(255,255,255,0.36); line-height: 1.65; font-weight: 300; }

/* ── TESTIMONIALS ── */
.bp-testi-header { text-align: center; margin-bottom: 56px; }
.bp-rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: white;
  border-radius: var(--bp-r-pill);
  padding: 12px 24px;
  border: 1px solid rgba(43,45,62,0.07);
  margin-top: 20px;
}
.bp-rating-stars { display: flex; gap: 3px; }
.bp-rating-stars svg { width: 14px; height: 14px; fill: #E8A952; }
.bp-rating-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; color: var(--bp-slate); }
.bp-rating-label { font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--bp-slate-light); }
.bp-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.bp-testi-card { background: white; border-radius: var(--bp-r-xl); padding: 36px 32px; border: 1px solid rgba(43,45,62,0.06); display: flex; flex-direction: column; }
.bp-testi-stars { display: flex; gap: 3px; margin-bottom: 20px; }
.bp-testi-stars svg { width: 13px; height: 13px; fill: #E8A952; }
.bp-testi-text { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 17px; font-style: italic; color: var(--bp-slate); line-height: 1.65; margin: 0 0 28px; font-weight: 300; flex: 1; }
.bp-testi-author { display: flex; align-items: center; gap: 12px; }
.bp-testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--bp-rose-pale); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 15px; color: var(--bp-rose); flex-shrink: 0; }
.bp-testi-name { font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--bp-slate); }
.bp-testi-location { font-size: 12px; color: var(--bp-slate-light); margin-top: 3px; font-weight: 300; }
.bp-testi-footer { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(43,45,62,0.06); }
.bp-testi-google { font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--bp-slate-light); }

/* ── CTA ── */
.bp-cta-wrap {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--bp-slate);
  padding: 120px 80px;
}
.bp-cta-wrap::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(184,113,95,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.bp-cta-inner { position: relative; z-index: 1; }
.bp-cta-inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 300;
  color: white;
  line-height: 1.1;
  margin: 0 0 20px;
}
.bp-cta-inner h2 em { font-style: italic; color: var(--bp-rose-light); }
.bp-cta-inner p { font-size: 17px; color: rgba(255,255,255,0.46); max-width: 420px; margin: 0 auto 44px; line-height: 1.72; font-weight: 300; }
.bp-cta-actions { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.bp-btn-cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--bp-rose); color: white;
  padding: 18px 44px; border-radius: var(--bp-r-pill);
  font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500;
  text-decoration: none; transition: background 0.2s, transform 0.2s var(--bp-ease);
}
.bp-btn-cta-primary:hover { background: var(--bp-rose-light); transform: translateY(-2px); color: white; }
.bp-btn-cta-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.56);
  font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.18); padding-bottom: 2px;
  text-decoration: none; transition: color 0.2s, border-color 0.2s;
}
.bp-btn-cta-ghost:hover { color: white; border-color: rgba(255,255,255,0.48); }
.bp-cta-contacts { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; margin-top: 56px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.06); }
.bp-cta-contact-label { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(255,255,255,0.30); margin-bottom: 5px; }
.bp-cta-contact-value { font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 1.5px; color: rgba(255,255,255,0.50); transition: color 0.2s; text-decoration: none; display: block; }
.bp-cta-contact-value:hover { color: white; }

/* ── SCROLL REVEAL ── */
.bp-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.75s var(--bp-ease), transform 0.75s var(--bp-ease); }
.bp-reveal.bp-in-view { opacity: 1; transform: translateY(0); }
.bp-d1 { transition-delay: 0.10s; }
.bp-d2 { transition-delay: 0.20s; }
.bp-d3 { transition-delay: 0.30s; }
.bp-d4 { transition-delay: 0.40s; }

/* ── KEYFRAMES ── */
@keyframes bpFadeUp { from { opacity:0; transform:translateY(32px); } to { opacity:1; transform:translateY(0); } }
@keyframes bpFadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes bpScrollPulse { 0%,100% { opacity:0.4; transform:scaleY(1); } 50% { opacity:0.9; transform:scaleY(1.3); } }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .bp-section { padding-left: 48px; padding-right: 48px; }
  .bp-packages-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .bp-hero-content { padding: 0 28px 72px; }
  .bp-hero-badges { left: 28px; bottom: 28px; }
  .bp-hero-scroll { right: 28px; }
  .bp-hero-rating { right: 28px; top: 24px; }
  .bp-intro-inner, .bp-experience-inner, .bp-about-inner { grid-template-columns: 1fr; gap: 48px; }
  .bp-stats-grid { grid-template-columns: 1fr 1fr; }
  .bp-what-grid { grid-template-columns: 1fr; }
  .bp-packages-grid { grid-template-columns: 1fr; }
  .bp-process-steps { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .bp-process-steps::before { display: none; }
  .bp-testi-grid { grid-template-columns: 1fr; }
  .bp-cta-actions { flex-direction: column; }
  .bp-cta-contacts { gap: 28px; }
  .bp-section { padding-left: 24px; padding-right: 24px; }
  .bp-quote-wrap, .bp-cta-wrap { padding-left: 24px; padding-right: 24px; }
  .bp-mosaic-tall { height: 200px; }
  .bp-mosaic-short { height: 155px; }
}
